| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.APIGateway.GetDomainNames
Description
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.
Constructors
| GetDomainNames' | |
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:
GetDomainNames, getDomainNames_limit - The maximum number of returned results per page. The default value is 25
and the maximum value is 500.
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.
Constructors
| GetDomainNamesResponse' | |
Fields
| |
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:
GetDomainNamesResponse, getDomainNamesResponse_items - The current page of elements from this collection.
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.