amazonka-rds-2.0: Amazon Relational Database Service 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.RDS.DeleteBlueGreenDeployment

Description

Deletes a blue/green deployment.

For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Synopsis

Creating a Request

data DeleteBlueGreenDeployment Source #

See: newDeleteBlueGreenDeployment smart constructor.

Constructors

DeleteBlueGreenDeployment' 

Fields

  • deleteTarget :: Maybe Bool

    A value that indicates whether to delete the resources in the green environment.

  • blueGreenDeploymentIdentifier :: Text

    The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.

    Constraints:

    • Must match an existing blue/green deployment identifier.

Instances

Instances details
ToHeaders DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

ToPath DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

ToQuery DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

AWSRequest DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Generic DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Associated Types

type Rep DeleteBlueGreenDeployment :: Type -> Type #

Read DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Show DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

NFData DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Eq DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Hashable DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type AWSResponse DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeployment Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeployment = D1 ('MetaData "DeleteBlueGreenDeployment" "Amazonka.RDS.DeleteBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteBlueGreenDeployment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "blueGreenDeploymentIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteBlueGreenDeployment Source #

Create a value of DeleteBlueGreenDeployment 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:deleteTarget:DeleteBlueGreenDeployment', deleteBlueGreenDeployment_deleteTarget - A value that indicates whether to delete the resources in the green environment.

DeleteBlueGreenDeployment, deleteBlueGreenDeployment_blueGreenDeploymentIdentifier - The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing blue/green deployment identifier.

Request Lenses

deleteBlueGreenDeployment_deleteTarget :: Lens' DeleteBlueGreenDeployment (Maybe Bool) Source #

A value that indicates whether to delete the resources in the green environment.

deleteBlueGreenDeployment_blueGreenDeploymentIdentifier :: Lens' DeleteBlueGreenDeployment Text Source #

The blue/green deployment identifier of the deployment to be deleted. This parameter isn't case-sensitive.

Constraints:

  • Must match an existing blue/green deployment identifier.

Destructuring the Response

data DeleteBlueGreenDeploymentResponse Source #

See: newDeleteBlueGreenDeploymentResponse smart constructor.

Constructors

DeleteBlueGreenDeploymentResponse' 

Fields

Instances

Instances details
Generic DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Associated Types

type Rep DeleteBlueGreenDeploymentResponse :: Type -> Type #

Read DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Show DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

NFData DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

Eq DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeploymentResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteBlueGreenDeployment

type Rep DeleteBlueGreenDeploymentResponse = D1 ('MetaData "DeleteBlueGreenDeploymentResponse" "Amazonka.RDS.DeleteBlueGreenDeployment" "amazonka-rds-2.0-3xXyiLHmAvvCXXUIx1uhpP" 'False) (C1 ('MetaCons "DeleteBlueGreenDeploymentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blueGreenDeployment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BlueGreenDeployment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteBlueGreenDeploymentResponse Source #

Create a value of DeleteBlueGreenDeploymentResponse 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:blueGreenDeployment:DeleteBlueGreenDeploymentResponse', deleteBlueGreenDeploymentResponse_blueGreenDeployment - Undocumented member.

$sel:httpStatus:DeleteBlueGreenDeploymentResponse', deleteBlueGreenDeploymentResponse_httpStatus - The response's http status code.

Response Lenses