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

Description

Deletes a Deployment.

Synopsis

Creating a Request

data DeleteDeployment Source #

See: newDeleteDeployment smart constructor.

Constructors

DeleteDeployment' 

Fields

Instances

Instances details
ToHeaders DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

ToPath DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

ToQuery DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

AWSRequest DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Associated Types

type AWSResponse DeleteDeployment #

Generic DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Associated Types

type Rep DeleteDeployment :: Type -> Type #

Read DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Show DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

NFData DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Methods

rnf :: DeleteDeployment -> () #

Eq DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Hashable DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

type AWSResponse DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

type Rep DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

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

newDeleteDeployment Source #

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

DeleteDeployment, deleteDeployment_apiId - The API identifier.

DeleteDeployment, deleteDeployment_deploymentId - The deployment ID.

Request Lenses

Destructuring the Response

data DeleteDeploymentResponse Source #

See: newDeleteDeploymentResponse smart constructor.

Instances

Instances details
Generic DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Associated Types

type Rep DeleteDeploymentResponse :: Type -> Type #

Read DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Show DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

NFData DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Eq DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

type Rep DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

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

newDeleteDeploymentResponse :: DeleteDeploymentResponse Source #

Create a value of DeleteDeploymentResponse with all optional fields omitted.

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