| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudSearch.ListDomainNames
Description
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.
Instances
Destructuring the Response
listDomainNamesResponse Source #
Arguments
| :: Int | |
| -> ListDomainNamesResponse |
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:
ldnrsDomainNames- The names of the search domains owned by an account.ldnrsResponseStatus- -- | The response status code.
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.