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

Description

Deletes a Deployment.

Synopsis

Creating a Request

data DeleteDeployment Source #

See: newDeleteDeployment smart constructor.

Constructors

DeleteDeployment' 

Fields

Instances

Instances details
Eq DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Read DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Show DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Generic DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Associated Types

type Rep DeleteDeployment :: Type -> Type #

NFData DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Methods

rnf :: DeleteDeployment -> () #

Hashable DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

AWSRequest DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Associated Types

type AWSResponse DeleteDeployment #

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

type Rep DeleteDeployment Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

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

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

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:

$sel:apiId:DeleteDeployment', deleteDeployment_apiId - The API identifier.

$sel:deploymentId:DeleteDeployment', deleteDeployment_deploymentId - The deployment ID.

Request Lenses

Destructuring the Response

data DeleteDeploymentResponse Source #

See: newDeleteDeploymentResponse smart constructor.

Instances

Instances details
Eq DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Read DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Show DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Generic DeleteDeploymentResponse Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.DeleteDeployment

Associated Types

type Rep DeleteDeploymentResponse :: Type -> Type #

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