amazonka-apigateway-2.0: Amazon API Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.APIGateway.GetDomainNames

Description

Represents a collection of DomainName resources.

This operation returns paginated results.

Synopsis

Creating a Request

data GetDomainNames Source #

Request to describe a collection of DomainName resources.

See: newGetDomainNames smart constructor.

Constructors

GetDomainNames' 

Fields

  • limit :: Maybe Int

    The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

  • position :: Maybe Text

    The current pagination position in the paged result set.

Instances

Instances details
ToHeaders GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

ToPath GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

ToQuery GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

AWSPager GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

AWSRequest GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Associated Types

type AWSResponse GetDomainNames #

Generic GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Associated Types

type Rep GetDomainNames :: Type -> Type #

Read GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Show GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

NFData GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Methods

rnf :: GetDomainNames -> () #

Eq GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Hashable GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type AWSResponse GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNames Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNames = D1 ('MetaData "GetDomainNames" "Amazonka.APIGateway.GetDomainNames" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDomainNames'" 'PrefixI 'True) (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "position") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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

Instances details
Generic GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Associated Types

type Rep GetDomainNamesResponse :: Type -> Type #

Read GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Show GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

NFData GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

Methods

rnf :: GetDomainNamesResponse -> () #

Eq GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNamesResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetDomainNames

type Rep GetDomainNamesResponse = D1 ('MetaData "GetDomainNamesResponse" "Amazonka.APIGateway.GetDomainNames" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "GetDomainNamesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DomainName])) :*: (S1 ('MetaSel ('Just "position") '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:

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.