Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists all search domains owned by an account.
Creating a Request
listDomainNames :: ListDomainNames Source #
Creates a value of ListDomainNames
with the minimum fields required to make a request.
data ListDomainNames Source #
See: listDomainNames
smart constructor.
Destructuring the Response
listDomainNamesResponse Source #
Creates a value of ListDomainNamesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListDomainNamesResponse Source #
The result of a ListDomainNames
request. Contains a list of the domains owned by an account.
See: listDomainNamesResponse
smart constructor.
Response Lenses
ldnrsDomainNames :: Lens' ListDomainNamesResponse (HashMap Text Text) Source #
The names of the search domains owned by an account.
ldnrsResponseStatus :: Lens' ListDomainNamesResponse Int Source #
The response status code.