libZSservicesZSamazonka-apigatewayZSamazonka-apigateway
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.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
Eq FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Read FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Show 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 #

NFData FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Hashable FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

AWSRequest FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

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

type Rep FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

type Rep FlushStageAuthorizersCache = D1 ('MetaData "FlushStageAuthorizersCache" "Amazonka.APIGateway.FlushStageAuthorizersCache" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" 'False) (C1 ('MetaCons "FlushStageAuthorizersCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "restApiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse FlushStageAuthorizersCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

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:

$sel:restApiId:FlushStageAuthorizersCache', flushStageAuthorizersCache_restApiId - The string identifier of the associated RestApi.

$sel:stageName: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
Eq FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Read FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Show FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Generic FlushStageAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageAuthorizersCache

Associated Types

type Rep FlushStageAuthorizersCacheResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" '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.