libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Read ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Show ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Generic ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Associated Types

type Rep ResetAuthorizersCache :: Type -> Type #

NFData ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Methods

rnf :: ResetAuthorizersCache -> () #

Hashable ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

AWSRequest ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Associated Types

type AWSResponse ResetAuthorizersCache #

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

type Rep ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

type Rep ResetAuthorizersCache = D1 ('MetaData "ResetAuthorizersCache" "Amazonka.ApiGatewayV2.ResetAuthorizersCache" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "ResetAuthorizersCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "apiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ResetAuthorizersCache Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

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:

$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.

Destructuring the Response

data ResetAuthorizersCacheResponse Source #

See: newResetAuthorizersCacheResponse smart constructor.

Instances

Instances details
Eq ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Read ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Show ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Generic ResetAuthorizersCacheResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.ResetAuthorizersCache

Associated Types

type Rep ResetAuthorizersCacheResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" '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.