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

Description

Flushes all authorizer cache entries on a stage.

Synopsis

Creating a Request

data FlushStageAuthorizersCache Source #

Request to flush authorizer cache entries on a specified stage.

See: newFlushStageAuthorizersCache smart constructor.

Constructors

FlushStageAuthorizersCache' 

Fields

Instances

Instances details
ToHeaders FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

ToPath FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

ToQuery FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

AWSRequest FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Generic FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Associated Types

type Rep FlushStageAuthorizersCache :: Type -> Type #

Read FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Show FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

NFData FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Eq FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Hashable FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type AWSResponse FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

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

newFlushStageAuthorizersCache Source #

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

FlushStageAuthorizersCache, flushStageAuthorizersCache_restApiId - The string identifier of the associated RestApi.

FlushStageAuthorizersCache, flushStageAuthorizersCache_stageName - The name of the stage to flush.

Request Lenses

flushStageAuthorizersCache_restApiId :: Lens' FlushStageAuthorizersCache Text Source #

The string identifier of the associated RestApi.

Destructuring the Response

data FlushStageAuthorizersCacheResponse Source #

Instances

Instances details
Generic FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Associated Types

type Rep FlushStageAuthorizersCacheResponse :: Type -> Type #

Read FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Show FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

NFData FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Eq FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCacheResponse = D1 ('MetaData "FlushStageAuthorizersCacheResponse" "Amazonka.APIGateway.FlushStageAuthorizersCache" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'False) (C1 ('MetaCons "FlushStageAuthorizersCacheResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newFlushStageAuthorizersCacheResponse :: FlushStageAuthorizersCacheResponse Source #

Create a value of FlushStageAuthorizersCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.