| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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:
FlushStageAuthorizersCache, flushStageAuthorizersCache_restApiId - The string identifier of the associated RestApi.
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.