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

Description

Flushes a stage's cache.

Synopsis

Creating a Request

data FlushStageCache Source #

Requests API Gateway to flush a stage's cache.

See: newFlushStageCache smart constructor.

Constructors

FlushStageCache' 

Fields

Instances

Instances details
ToHeaders FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

ToPath FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

ToQuery FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

AWSRequest FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type AWSResponse FlushStageCache #

Generic FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type Rep FlushStageCache :: Type -> Type #

Read FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Show FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

NFData FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Methods

rnf :: FlushStageCache -> () #

Eq FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Hashable FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type AWSResponse FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

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

newFlushStageCache Source #

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

FlushStageCache, flushStageCache_restApiId - The string identifier of the associated RestApi.

FlushStageCache, flushStageCache_stageName - The name of the stage to flush its cache.

Request Lenses

flushStageCache_restApiId :: Lens' FlushStageCache Text Source #

The string identifier of the associated RestApi.

flushStageCache_stageName :: Lens' FlushStageCache Text Source #

The name of the stage to flush its cache.

Destructuring the Response

data FlushStageCacheResponse Source #

See: newFlushStageCacheResponse smart constructor.

Instances

Instances details
Generic FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type Rep FlushStageCacheResponse :: Type -> Type #

Read FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Show FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

NFData FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Methods

rnf :: FlushStageCacheResponse -> () #

Eq FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

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

newFlushStageCacheResponse :: FlushStageCacheResponse Source #

Create a value of FlushStageCacheResponse with all optional fields omitted.

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