Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.APIGateway.FlushStageAuthorizersCache
Description
Flushes all authorizer cache entries on a stage.
Synopsis
- data FlushStageAuthorizersCache = FlushStageAuthorizersCache' {}
- newFlushStageAuthorizersCache :: Text -> Text -> FlushStageAuthorizersCache
- flushStageAuthorizersCache_restApiId :: Lens' FlushStageAuthorizersCache Text
- flushStageAuthorizersCache_stageName :: Lens' FlushStageAuthorizersCache Text
- data FlushStageAuthorizersCacheResponse = FlushStageAuthorizersCacheResponse' {
- newFlushStageAuthorizersCacheResponse :: FlushStageAuthorizersCacheResponse
Creating a Request
data FlushStageAuthorizersCache Source #
Request to flush authorizer cache entries on a specified stage.
See: newFlushStageAuthorizersCache
smart constructor.
Constructors
FlushStageAuthorizersCache' | |
Instances
newFlushStageAuthorizersCache Source #
Arguments
:: Text | |
-> Text | |
-> FlushStageAuthorizersCache |
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.
flushStageAuthorizersCache_stageName :: Lens' FlushStageAuthorizersCache Text Source #
The name of the stage to flush.
Destructuring the Response
data FlushStageAuthorizersCacheResponse Source #
See: newFlushStageAuthorizersCacheResponse
smart constructor.
Constructors
FlushStageAuthorizersCacheResponse' | |
Instances
newFlushStageAuthorizersCacheResponse :: FlushStageAuthorizersCacheResponse Source #
Create a value of FlushStageAuthorizersCacheResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.