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.GetAuthorizers

Description

Gets the Authorizers for an API.

This operation returns paginated results.

Synopsis

Creating a Request

data GetAuthorizers Source #

See: newGetAuthorizers smart constructor.

Constructors

GetAuthorizers' 

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.

  • apiId :: Text

    The API identifier.

Instances

Instances details
Eq GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Read GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Show GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Generic GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Associated Types

type Rep GetAuthorizers :: Type -> Type #

NFData GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Methods

rnf :: GetAuthorizers -> () #

Hashable GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

AWSPager GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

AWSRequest GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Associated Types

type AWSResponse GetAuthorizers #

ToHeaders GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

ToPath GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

ToQuery GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

type Rep GetAuthorizers Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

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

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

newGetAuthorizers Source #

Create a value of GetAuthorizers 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:GetAuthorizers', getAuthorizers_nextToken - The next page of elements from this collection. Not valid for the last element of the collection.

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

$sel:apiId:GetAuthorizers', getAuthorizers_apiId - The API identifier.

Request Lenses

getAuthorizers_nextToken :: Lens' GetAuthorizers (Maybe Text) Source #

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

getAuthorizers_maxResults :: Lens' GetAuthorizers (Maybe Text) Source #

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

Destructuring the Response

data GetAuthorizersResponse Source #

See: newGetAuthorizersResponse smart constructor.

Constructors

GetAuthorizersResponse' 

Fields

Instances

Instances details
Eq GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Read GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Show GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Generic GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Associated Types

type Rep GetAuthorizersResponse :: Type -> Type #

NFData GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

Methods

rnf :: GetAuthorizersResponse -> () #

type Rep GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.GetAuthorizers

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

newGetAuthorizersResponse Source #

Create a value of GetAuthorizersResponse 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:GetAuthorizersResponse', getAuthorizersResponse_items - The elements from this collection.

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

$sel:httpStatus:GetAuthorizersResponse', getAuthorizersResponse_httpStatus - The response's http status code.

Response Lenses

getAuthorizersResponse_nextToken :: Lens' GetAuthorizersResponse (Maybe Text) Source #

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