| 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.ApiGatewayV2.ResetAuthorizersCache
Description
Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.
Synopsis
- data ResetAuthorizersCache = ResetAuthorizersCache' {}
- newResetAuthorizersCache :: Text -> Text -> ResetAuthorizersCache
- resetAuthorizersCache_stageName :: Lens' ResetAuthorizersCache Text
- resetAuthorizersCache_apiId :: Lens' ResetAuthorizersCache Text
- data ResetAuthorizersCacheResponse = ResetAuthorizersCacheResponse' {
- newResetAuthorizersCacheResponse :: ResetAuthorizersCacheResponse
Creating a Request
data ResetAuthorizersCache Source #
See: newResetAuthorizersCache smart constructor.
Constructors
| ResetAuthorizersCache' | |
Instances
newResetAuthorizersCache Source #
Arguments
| :: Text | |
| -> Text | |
| -> ResetAuthorizersCache |
Create a value of ResetAuthorizersCache 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:
ResetAuthorizersCache, resetAuthorizersCache_stageName - The stage name. Stage names can contain only alphanumeric characters,
hyphens, and underscores, or be $default. Maximum length is 128
characters.
ResetAuthorizersCache, resetAuthorizersCache_apiId - The API identifier.
Request Lenses
resetAuthorizersCache_stageName :: Lens' ResetAuthorizersCache Text Source #
The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.
resetAuthorizersCache_apiId :: Lens' ResetAuthorizersCache Text Source #
The API identifier.
Destructuring the Response
data ResetAuthorizersCacheResponse Source #
See: newResetAuthorizersCacheResponse smart constructor.
Constructors
| ResetAuthorizersCacheResponse' | |
Instances
| Generic ResetAuthorizersCacheResponse Source # | |
Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache Associated Types type Rep ResetAuthorizersCacheResponse :: Type -> Type # | |
| Read ResetAuthorizersCacheResponse Source # | |
| Show ResetAuthorizersCacheResponse Source # | |
Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache Methods showsPrec :: Int -> ResetAuthorizersCacheResponse -> ShowS # show :: ResetAuthorizersCacheResponse -> String # showList :: [ResetAuthorizersCacheResponse] -> ShowS # | |
| NFData ResetAuthorizersCacheResponse Source # | |
Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache Methods rnf :: ResetAuthorizersCacheResponse -> () # | |
| Eq ResetAuthorizersCacheResponse Source # | |
Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache | |
| type Rep ResetAuthorizersCacheResponse Source # | |
Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache | |
newResetAuthorizersCacheResponse :: ResetAuthorizersCacheResponse Source #
Create a value of ResetAuthorizersCacheResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.