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

Description

Deletes an Api resource.

Synopsis

Creating a Request

data DeleteApi Source #

See: newDeleteApi smart constructor.

Constructors

DeleteApi' 

Fields

Instances

Instances details
Eq DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Read DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Show DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Generic DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Associated Types

type Rep DeleteApi :: Type -> Type #

NFData DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Methods

rnf :: DeleteApi -> () #

Hashable DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

AWSRequest DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Associated Types

type AWSResponse DeleteApi #

ToHeaders DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Methods

toHeaders :: DeleteApi -> [Header] #

ToPath DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

ToQuery DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

type Rep DeleteApi Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

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

Defined in Amazonka.ApiGatewayV2.DeleteApi

newDeleteApi Source #

Create a value of DeleteApi 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:apiId:DeleteApi', deleteApi_apiId - The API identifier.

Request Lenses

deleteApi_apiId :: Lens' DeleteApi Text Source #

The API identifier.

Destructuring the Response

data DeleteApiResponse Source #

See: newDeleteApiResponse smart constructor.

Constructors

DeleteApiResponse' 

Instances

Instances details
Eq DeleteApiResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Read DeleteApiResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Show DeleteApiResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Generic DeleteApiResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Associated Types

type Rep DeleteApiResponse :: Type -> Type #

NFData DeleteApiResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

Methods

rnf :: DeleteApiResponse -> () #

type Rep DeleteApiResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteApi

type Rep DeleteApiResponse = D1 ('MetaData "DeleteApiResponse" "Amazonka.ApiGatewayV2.DeleteApi" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "DeleteApiResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteApiResponse :: DeleteApiResponse Source #

Create a value of DeleteApiResponse with all optional fields omitted.

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