amazonka-apigatewayv2-2.0: Amazon ApiGatewayV2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ApiGatewayV2.ResetAuthorizersCache

Description

Resets all authorizer cache entries on a stage. Supported only for HTTP APIs.

Synopsis

Creating a Request

data ResetAuthorizersCache Source #

See: newResetAuthorizersCache smart constructor.

Constructors

ResetAuthorizersCache' 

Fields

  • stageName :: Text

    The stage name. Stage names can contain only alphanumeric characters, hyphens, and underscores, or be $default. Maximum length is 128 characters.

  • apiId :: Text

    The API identifier.

Instances

Instances details
ToHeaders ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

ToPath ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

ToQuery ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

AWSRequest ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Associated Types

type AWSResponse ResetAuthorizersCache #

Generic ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Associated Types

type Rep ResetAuthorizersCache :: Type -> Type #

Read ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Show ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

NFData ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Methods

rnf :: ResetAuthorizersCache -> () #

Eq ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Hashable ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

type AWSResponse ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

type Rep ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

type Rep ResetAuthorizersCache = D1 ('MetaData "ResetAuthorizersCache" "Amazonka.ApiGatewayV2.ResetAuthorizersCache" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "ResetAuthorizersCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResetAuthorizersCache Source #

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.

Destructuring the Response

data ResetAuthorizersCacheResponse Source #

See: newResetAuthorizersCacheResponse smart constructor.

Instances

Instances details
Generic ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Associated Types

type Rep ResetAuthorizersCacheResponse :: Type -> Type #

Read ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Show ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

NFData ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Eq ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

type Rep ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

type Rep ResetAuthorizersCacheResponse = D1 ('MetaData "ResetAuthorizersCacheResponse" "Amazonka.ApiGatewayV2.ResetAuthorizersCache" "amazonka-apigatewayv2-2.0-4MZ8oueToeLOWomgegceF" 'False) (C1 ('MetaCons "ResetAuthorizersCacheResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newResetAuthorizersCacheResponse :: ResetAuthorizersCacheResponse Source #

Create a value of ResetAuthorizersCacheResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.