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

Description

Deletes an Authorizer.

Synopsis

Creating a Request

data DeleteAuthorizer Source #

See: newDeleteAuthorizer smart constructor.

Constructors

DeleteAuthorizer' 

Fields

Instances

Instances details
Eq DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Read DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Show DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Generic DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Associated Types

type Rep DeleteAuthorizer :: Type -> Type #

NFData DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Methods

rnf :: DeleteAuthorizer -> () #

Hashable DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

AWSRequest DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Associated Types

type AWSResponse DeleteAuthorizer #

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

type Rep DeleteAuthorizer Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

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

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

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:

$sel:authorizerId:DeleteAuthorizer', deleteAuthorizer_authorizerId - The authorizer identifier.

$sel:apiId:DeleteAuthorizer', deleteAuthorizer_apiId - The API identifier.

Request Lenses

Destructuring the Response

data DeleteAuthorizerResponse Source #

See: newDeleteAuthorizerResponse smart constructor.

Instances

Instances details
Eq DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Read DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Show DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Generic DeleteAuthorizerResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteAuthorizer

Associated Types

type Rep DeleteAuthorizerResponse :: Type -> Type #

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