amazonka-apigateway-1.6.1: Amazon API Gateway SDK.

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

Network.AWS.APIGateway.GetAuthorizers

Contents

Description

Describe an existing Authorizers resource.

AWS CLI

Synopsis

Creating a Request

getAuthorizers Source #

Creates a value of GetAuthorizers with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • gaLimit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
  • gaPosition - The current pagination position in the paged result set.
  • gaRestAPIId - [Required] The string identifier of the associated RestApi .

data GetAuthorizers Source #

Request to describe an existing Authorizers resource.

See: getAuthorizers smart constructor.

Instances
Eq GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Data GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetAuthorizers -> c GetAuthorizers #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetAuthorizers #

toConstr :: GetAuthorizers -> Constr #

dataTypeOf :: GetAuthorizers -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetAuthorizers) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetAuthorizers) #

gmapT :: (forall b. Data b => b -> b) -> GetAuthorizers -> GetAuthorizers #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetAuthorizers -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetAuthorizers -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetAuthorizers -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetAuthorizers -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetAuthorizers -> m GetAuthorizers #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAuthorizers -> m GetAuthorizers #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAuthorizers -> m GetAuthorizers #

Read GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Show GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Generic GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Associated Types

type Rep GetAuthorizers :: Type -> Type #

Hashable GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

AWSRequest GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Associated Types

type Rs GetAuthorizers :: Type #

ToHeaders GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

ToPath GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

ToQuery GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

NFData GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Methods

rnf :: GetAuthorizers -> () #

type Rep GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

type Rep GetAuthorizers = D1 (MetaData "GetAuthorizers" "Network.AWS.APIGateway.GetAuthorizers" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" False) (C1 (MetaCons "GetAuthorizers'" PrefixI True) (S1 (MetaSel (Just "_gaLimit") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 (MetaSel (Just "_gaPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gaRestAPIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetAuthorizers Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Request Lenses

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

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

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

The current pagination position in the paged result set.

gaRestAPIId :: Lens' GetAuthorizers Text Source #

Required
The string identifier of the associated RestApi .

Destructuring the Response

getAuthorizersResponse Source #

Creates a value of GetAuthorizersResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetAuthorizersResponse Source #

Represents a collection of Authorizer resources.

Enable custom authorization

See: getAuthorizersResponse smart constructor.

Instances
Eq GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Data GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetAuthorizersResponse -> c GetAuthorizersResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetAuthorizersResponse #

toConstr :: GetAuthorizersResponse -> Constr #

dataTypeOf :: GetAuthorizersResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetAuthorizersResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetAuthorizersResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetAuthorizersResponse -> GetAuthorizersResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetAuthorizersResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetAuthorizersResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetAuthorizersResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetAuthorizersResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetAuthorizersResponse -> m GetAuthorizersResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAuthorizersResponse -> m GetAuthorizersResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetAuthorizersResponse -> m GetAuthorizersResponse #

Read GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Show GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Generic GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Associated Types

type Rep GetAuthorizersResponse :: Type -> Type #

NFData GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

Methods

rnf :: GetAuthorizersResponse -> () #

type Rep GetAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.APIGateway.GetAuthorizers

type Rep GetAuthorizersResponse = D1 (MetaData "GetAuthorizersResponse" "Network.AWS.APIGateway.GetAuthorizers" "amazonka-apigateway-1.6.1-BCCM2RP3l9Q2ENgHvKrj59" False) (C1 (MetaCons "GetAuthorizersResponse'" PrefixI True) (S1 (MetaSel (Just "_garsItems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Authorizer])) :*: (S1 (MetaSel (Just "_garsPosition") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_garsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

garsItems :: Lens' GetAuthorizersResponse [Authorizer] Source #

The current page of elements from this collection.

garsResponseStatus :: Lens' GetAuthorizersResponse Int Source #

  • - | The response status code.