libZSservicesZSamazonka-rdsZSamazonka-rds
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.RDS.DeleteGlobalCluster

Description

Deletes a global database cluster. The primary and secondary clusters must already be detached or destroyed first.

This action only applies to Aurora DB clusters.

Synopsis

Creating a Request

data DeleteGlobalCluster Source #

See: newDeleteGlobalCluster smart constructor.

Constructors

DeleteGlobalCluster' 

Fields

Instances

Instances details
Eq DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Read DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Show DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Generic DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Associated Types

type Rep DeleteGlobalCluster :: Type -> Type #

NFData DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Methods

rnf :: DeleteGlobalCluster -> () #

Hashable DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

AWSRequest DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Associated Types

type AWSResponse DeleteGlobalCluster #

ToHeaders DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

ToPath DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

ToQuery DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalCluster = D1 ('MetaData "DeleteGlobalCluster" "Amazonka.RDS.DeleteGlobalCluster" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DeleteGlobalCluster'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalClusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteGlobalCluster Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

newDeleteGlobalCluster Source #

Create a value of DeleteGlobalCluster 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:globalClusterIdentifier:DeleteGlobalCluster', deleteGlobalCluster_globalClusterIdentifier - The cluster identifier of the global database cluster being deleted.

Request Lenses

deleteGlobalCluster_globalClusterIdentifier :: Lens' DeleteGlobalCluster Text Source #

The cluster identifier of the global database cluster being deleted.

Destructuring the Response

data DeleteGlobalClusterResponse Source #

See: newDeleteGlobalClusterResponse smart constructor.

Constructors

DeleteGlobalClusterResponse' 

Fields

Instances

Instances details
Eq DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Read DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Show DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Generic DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

Associated Types

type Rep DeleteGlobalClusterResponse :: Type -> Type #

NFData DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalClusterResponse Source # 
Instance details

Defined in Amazonka.RDS.DeleteGlobalCluster

type Rep DeleteGlobalClusterResponse = D1 ('MetaData "DeleteGlobalClusterResponse" "Amazonka.RDS.DeleteGlobalCluster" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DeleteGlobalClusterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalCluster") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GlobalCluster)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteGlobalClusterResponse Source #

Create a value of DeleteGlobalClusterResponse 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:globalCluster:DeleteGlobalClusterResponse', deleteGlobalClusterResponse_globalCluster - Undocumented member.

$sel:httpStatus:DeleteGlobalClusterResponse', deleteGlobalClusterResponse_httpStatus - The response's http status code.

Response Lenses