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 |
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.
Instances
newFlushStageAuthorizersCache Source #
:: 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.
Instances
Eq FlushStageAuthorizersCacheResponse Source # | |
Read FlushStageAuthorizersCacheResponse Source # | |
Show FlushStageAuthorizersCacheResponse Source # | |
Generic FlushStageAuthorizersCacheResponse Source # | |
NFData FlushStageAuthorizersCacheResponse Source # | |
Defined in Amazonka.APIGateway.FlushStageAuthorizersCache rnf :: FlushStageAuthorizersCacheResponse -> () # | |
type Rep FlushStageAuthorizersCacheResponse Source # | |
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.