libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApiGatewayV2.GetDomainNames

Description

Gets the domain names for an AWS account.

This operation returns paginated results.

Synopsis

Creating a Request

data GetDomainNames Source #

See: newGetDomainNames smart constructor.

Constructors

GetDomainNames' 

Fields

  • nextToken :: Maybe Text

    The next page of elements from this collection. Not valid for the last element of the collection.

  • maxResults :: Maybe Text

    The maximum number of elements to be returned for this resource.

Instances

Instances details
Eq GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Read GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Show GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Generic GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Associated Types

type Rep GetDomainNames :: Type -> Type #

NFData GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Methods

rnf :: GetDomainNames -> () #

Hashable GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

AWSPager GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

AWSRequest GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Associated Types

type AWSResponse GetDomainNames #

ToHeaders GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

ToPath GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

ToQuery GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

type Rep GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

type Rep GetDomainNames = D1 ('MetaData "GetDomainNames" "Amazonka.ApiGatewayV2.GetDomainNames" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetDomainNames'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetDomainNames Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

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:nextToken:GetDomainNames', getDomainNames_nextToken - The next page of elements from this collection. Not valid for the last element of the collection.

$sel:maxResults:GetDomainNames', getDomainNames_maxResults - The maximum number of elements to be returned for this resource.

Request Lenses

getDomainNames_nextToken :: Lens' GetDomainNames (Maybe Text) Source #

The next page of elements from this collection. Not valid for the last element of the collection.

getDomainNames_maxResults :: Lens' GetDomainNames (Maybe Text) Source #

The maximum number of elements to be returned for this resource.

Destructuring the Response

data GetDomainNamesResponse Source #

See: newGetDomainNamesResponse smart constructor.

Constructors

GetDomainNamesResponse' 

Fields

Instances

Instances details
Eq GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Read GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Show GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Generic GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Associated Types

type Rep GetDomainNamesResponse :: Type -> Type #

NFData GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

Methods

rnf :: GetDomainNamesResponse -> () #

type Rep GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetDomainNames

type Rep GetDomainNamesResponse = D1 ('MetaData "GetDomainNamesResponse" "Amazonka.ApiGatewayV2.GetDomainNames" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "GetDomainNamesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainName])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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 elements from this collection.

$sel:nextToken:GetDomainNames', getDomainNamesResponse_nextToken - The next page of elements from this collection. Not valid for the last element of the collection.

$sel:httpStatus:GetDomainNamesResponse', getDomainNamesResponse_httpStatus - The response's http status code.

Response Lenses

getDomainNamesResponse_nextToken :: Lens' GetDomainNamesResponse (Maybe Text) Source #

The next page of elements from this collection. Not valid for the last element of the collection.