amazonka-apigatewayv2-2.0: Amazon ApiGatewayV2 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.ApiGatewayV2.GetTags

Description

Gets a collection of Tag resources.

Synopsis

Creating a Request

data GetTags Source #

See: newGetTags smart constructor.

Constructors

GetTags' 

Fields

Instances

Instances details
ToHeaders GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Methods

toHeaders :: GetTags -> [Header] #

ToPath GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Methods

toPath :: GetTags -> ByteString #

ToQuery GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

AWSRequest GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Associated Types

type AWSResponse GetTags #

Generic GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Associated Types

type Rep GetTags :: Type -> Type #

Methods

from :: GetTags -> Rep GetTags x #

to :: Rep GetTags x -> GetTags #

Read GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Show GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

NFData GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Methods

rnf :: GetTags -> () #

Eq GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Methods

(==) :: GetTags -> GetTags -> Bool #

(/=) :: GetTags -> GetTags -> Bool #

Hashable GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Methods

hashWithSalt :: Int -> GetTags -> Int #

hash :: GetTags -> Int #

type AWSResponse GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

type Rep GetTags Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

type Rep GetTags = D1 ('MetaData "GetTags" "Amazonka.ApiGatewayV2.GetTags" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "GetTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetTags Source #

Create a value of GetTags 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:resourceArn:GetTags', getTags_resourceArn - The resource ARN for the tag.

Request Lenses

getTags_resourceArn :: Lens' GetTags Text Source #

The resource ARN for the tag.

Destructuring the Response

data GetTagsResponse Source #

See: newGetTagsResponse smart constructor.

Constructors

GetTagsResponse' 

Fields

Instances

Instances details
Generic GetTagsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Associated Types

type Rep GetTagsResponse :: Type -> Type #

Read GetTagsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Show GetTagsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

NFData GetTagsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

Methods

rnf :: GetTagsResponse -> () #

Eq GetTagsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

type Rep GetTagsResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetTags

type Rep GetTagsResponse = D1 ('MetaData "GetTagsResponse" "Amazonka.ApiGatewayV2.GetTags" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "GetTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetTagsResponse Source #

Create a value of GetTagsResponse 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:

GetTagsResponse, getTagsResponse_tags - Undocumented member.

$sel:httpStatus:GetTagsResponse', getTagsResponse_httpStatus - The response's http status code.

Response Lenses

getTagsResponse_httpStatus :: Lens' GetTagsResponse Int Source #

The response's http status code.