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 |
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.
Instances
newResetAuthorizersCache Source #
:: 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:
$sel:stageName:ResetAuthorizersCache'
, resetAuthorizersCache_stageName
- The stage name. Stage names can contain only alphanumeric characters,
hyphens, and underscores, or be $default. Maximum length is 128
characters.
$sel:apiId: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.
Instances
newResetAuthorizersCacheResponse :: ResetAuthorizersCacheResponse Source #
Create a value of ResetAuthorizersCacheResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.