amazonka-apigateway-1.4.0: Amazon API Gateway SDK.

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

Network.AWS.APIGateway.FlushStageAuthorizersCache

Contents

Description

Flushes all authorizer cache entries on a stage.

Synopsis

Creating a Request

flushStageAuthorizersCache Source

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

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

Request Lenses

fsacRestAPIId :: Lens' FlushStageAuthorizersCache Text Source

The API identifier of the stage to flush.

fsacStageName :: Lens' FlushStageAuthorizersCache Text Source

The name of the stage to flush.

Destructuring the Response

flushStageAuthorizersCacheResponse :: FlushStageAuthorizersCacheResponse Source

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