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

Description

Describe an existing Authorizers resource.

This operation returns paginated results.

Synopsis

Creating a Request

data GetAuthorizers Source #

Request to describe an existing Authorizers resource.

See: newGetAuthorizers smart constructor.

Constructors

GetAuthorizers' 

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.

  • restApiId :: Text

    The string identifier of the associated RestApi.

Instances

Instances details
ToHeaders GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

ToPath GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

ToQuery GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

AWSPager GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

AWSRequest GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Associated Types

type AWSResponse GetAuthorizers #

Generic GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Associated Types

type Rep GetAuthorizers :: Type -> Type #

Read GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Show GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

NFData GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Methods

rnf :: GetAuthorizers -> () #

Eq GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Hashable GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type AWSResponse GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type Rep GetAuthorizers Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

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

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:

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

GetAuthorizers, getAuthorizers_position - The current pagination position in the paged result set.

GetAuthorizers, getAuthorizers_restApiId - The string identifier of the associated RestApi.

Request Lenses

getAuthorizers_limit :: Lens' GetAuthorizers (Maybe Int) Source #

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

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

The current pagination position in the paged result set.

getAuthorizers_restApiId :: Lens' GetAuthorizers Text Source #

The string identifier of the associated RestApi.

Destructuring the Response

data GetAuthorizersResponse Source #

Represents a collection of Authorizer resources.

See: newGetAuthorizersResponse smart constructor.

Constructors

GetAuthorizersResponse' 

Fields

Instances

Instances details
Generic GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Associated Types

type Rep GetAuthorizersResponse :: Type -> Type #

Read GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Show GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

NFData GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

Methods

rnf :: GetAuthorizersResponse -> () #

Eq GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

type Rep GetAuthorizersResponse Source # 
Instance details

Defined in Amazonka.APIGateway.GetAuthorizers

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

GetAuthorizersResponse, getAuthorizersResponse_items - The current page of elements from this collection.

GetAuthorizers, getAuthorizersResponse_position - Undocumented member.

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

Response Lenses

getAuthorizersResponse_items :: Lens' GetAuthorizersResponse (Maybe [Authorizer]) Source #

The current page of elements from this collection.