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

  • restApiId :: Text
    Required
    The string identifier of the associated RestApi.
  • stageName :: Text
    Required
    The name of the stage to flush its cache.

Instances

Instances details
Eq FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Read FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Show FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Generic FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type Rep FlushStageCache :: Type -> Type #

NFData FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Methods

rnf :: FlushStageCache -> () #

Hashable FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

AWSRequest FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type AWSResponse FlushStageCache #

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

type Rep FlushStageCache Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

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

Defined in Amazonka.APIGateway.FlushStageCache

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:

$sel:restApiId:FlushStageCache', flushStageCache_restApiId - [Required] The string identifier of the associated RestApi.

$sel:stageName:FlushStageCache', flushStageCache_stageName - [Required] The name of the stage to flush its cache.

Request Lenses

flushStageCache_restApiId :: Lens' FlushStageCache Text Source #

Required
The string identifier of the associated RestApi.

flushStageCache_stageName :: Lens' FlushStageCache Text Source #

Required
The name of the stage to flush its cache.

Destructuring the Response

data FlushStageCacheResponse Source #

See: newFlushStageCacheResponse smart constructor.

Instances

Instances details
Eq FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Read FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Show FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Generic FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Associated Types

type Rep FlushStageCacheResponse :: Type -> Type #

NFData FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

Methods

rnf :: FlushStageCacheResponse -> () #

type Rep FlushStageCacheResponse Source # 
Instance details

Defined in Amazonka.APIGateway.FlushStageCache

type Rep FlushStageCacheResponse = D1 ('MetaData "FlushStageCacheResponse" "Amazonka.APIGateway.FlushStageCache" "libZSservicesZSamazonka-apigatewayZSamazonka-apigateway" '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.