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

Description

Deletes an Authorizer.

Synopsis

Creating a Request

data DeleteAuthorizer Source #

See: newDeleteAuthorizer smart constructor.

Constructors

DeleteAuthorizer' 

Fields

Instances

Instances details
ToHeaders DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

ToPath DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

ToQuery DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

AWSRequest DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Associated Types

type AWSResponse DeleteAuthorizer #

Generic DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Associated Types

type Rep DeleteAuthorizer :: Type -> Type #

Read DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Show DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

NFData DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Methods

rnf :: DeleteAuthorizer -> () #

Eq DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Hashable DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

type AWSResponse DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

type Rep DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

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

newDeleteAuthorizer Source #

Create a value of DeleteAuthorizer 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:

DeleteAuthorizer, deleteAuthorizer_authorizerId - The authorizer identifier.

DeleteAuthorizer, deleteAuthorizer_apiId - The API identifier.

Request Lenses

Destructuring the Response

data DeleteAuthorizerResponse Source #

See: newDeleteAuthorizerResponse smart constructor.

Instances

Instances details
Generic DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Associated Types

type Rep DeleteAuthorizerResponse :: Type -> Type #

Read DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Show DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

NFData DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Eq DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

type Rep DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

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

newDeleteAuthorizerResponse :: DeleteAuthorizerResponse Source #

Create a value of DeleteAuthorizerResponse with all optional fields omitted.

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