Copyright | (c) 2013-2021 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 |
Represents a collection of DomainName resources.
This operation returns paginated results.
Synopsis
- data GetDomainNames = GetDomainNames' {}
- newGetDomainNames :: GetDomainNames
- getDomainNames_limit :: Lens' GetDomainNames (Maybe Int)
- getDomainNames_position :: Lens' GetDomainNames (Maybe Text)
- data GetDomainNamesResponse = GetDomainNamesResponse' {
- items :: Maybe [DomainName]
- position :: Maybe Text
- httpStatus :: Int
- newGetDomainNamesResponse :: Int -> GetDomainNamesResponse
- getDomainNamesResponse_items :: Lens' GetDomainNamesResponse (Maybe [DomainName])
- getDomainNamesResponse_position :: Lens' GetDomainNamesResponse (Maybe Text)
- getDomainNamesResponse_httpStatus :: Lens' GetDomainNamesResponse Int
Creating a Request
data GetDomainNames Source #
Request to describe a collection of DomainName resources.
See: newGetDomainNames
smart constructor.
Instances
newGetDomainNames :: GetDomainNames Source #
Create a value of GetDomainNames
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:limit:GetDomainNames'
, getDomainNames_limit
- The maximum number of returned results per page. The default value is 25
and the maximum value is 500.
$sel:position:GetDomainNames'
, getDomainNames_position
- The current pagination position in the paged result set.
Request Lenses
getDomainNames_limit :: Lens' GetDomainNames (Maybe Int) Source #
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
getDomainNames_position :: Lens' GetDomainNames (Maybe Text) Source #
The current pagination position in the paged result set.
Destructuring the Response
data GetDomainNamesResponse Source #
Represents a collection of DomainName resources.
See: newGetDomainNamesResponse
smart constructor.
GetDomainNamesResponse' | |
|
Instances
newGetDomainNamesResponse Source #
Create a value of GetDomainNamesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:items:GetDomainNamesResponse'
, getDomainNamesResponse_items
- The current page of elements from this collection.
$sel:position:GetDomainNames'
, getDomainNamesResponse_position
- Undocumented member.
$sel:httpStatus:GetDomainNamesResponse'
, getDomainNamesResponse_httpStatus
- The response's http status code.
Response Lenses
getDomainNamesResponse_items :: Lens' GetDomainNamesResponse (Maybe [DomainName]) Source #
The current page of elements from this collection.
getDomainNamesResponse_position :: Lens' GetDomainNamesResponse (Maybe Text) Source #
Undocumented member.
getDomainNamesResponse_httpStatus :: Lens' GetDomainNamesResponse Int Source #
The response's http status code.