amazonka-docdb-elastic-2.0: Amazon DocumentDB Elastic Clusters 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.DocDbElastic.DeleteClusterSnapshot

Description

Delete a Elastic DocumentDB snapshot.

Synopsis

Creating a Request

data DeleteClusterSnapshot Source #

See: newDeleteClusterSnapshot smart constructor.

Constructors

DeleteClusterSnapshot' 

Fields

  • snapshotArn :: Text

    The arn of the Elastic DocumentDB snapshot that is to be deleted.

Instances

Instances details
ToHeaders DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

ToPath DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

ToQuery DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

AWSRequest DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Associated Types

type AWSResponse DeleteClusterSnapshot #

Generic DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Associated Types

type Rep DeleteClusterSnapshot :: Type -> Type #

Read DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Show DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

NFData DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Methods

rnf :: DeleteClusterSnapshot -> () #

Eq DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Hashable DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

type AWSResponse DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

type Rep DeleteClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

type Rep DeleteClusterSnapshot = D1 ('MetaData "DeleteClusterSnapshot" "Amazonka.DocDbElastic.DeleteClusterSnapshot" "amazonka-docdb-elastic-2.0-7oyCcw7MbTKKNwZE62fvl3" 'False) (C1 ('MetaCons "DeleteClusterSnapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteClusterSnapshot Source #

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

DeleteClusterSnapshot, deleteClusterSnapshot_snapshotArn - The arn of the Elastic DocumentDB snapshot that is to be deleted.

Request Lenses

deleteClusterSnapshot_snapshotArn :: Lens' DeleteClusterSnapshot Text Source #

The arn of the Elastic DocumentDB snapshot that is to be deleted.

Destructuring the Response

data DeleteClusterSnapshotResponse Source #

See: newDeleteClusterSnapshotResponse smart constructor.

Constructors

DeleteClusterSnapshotResponse' 

Fields

Instances

Instances details
Generic DeleteClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Associated Types

type Rep DeleteClusterSnapshotResponse :: Type -> Type #

Read DeleteClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Show DeleteClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

NFData DeleteClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

Eq DeleteClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

type Rep DeleteClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.DeleteClusterSnapshot

type Rep DeleteClusterSnapshotResponse = D1 ('MetaData "DeleteClusterSnapshotResponse" "Amazonka.DocDbElastic.DeleteClusterSnapshot" "amazonka-docdb-elastic-2.0-7oyCcw7MbTKKNwZE62fvl3" 'False) (C1 ('MetaCons "DeleteClusterSnapshotResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "snapshot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ClusterSnapshot)))

newDeleteClusterSnapshotResponse Source #

Create a value of DeleteClusterSnapshotResponse 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:httpStatus:DeleteClusterSnapshotResponse', deleteClusterSnapshotResponse_httpStatus - The response's http status code.

$sel:snapshot:DeleteClusterSnapshotResponse', deleteClusterSnapshotResponse_snapshot - Returns information about the newly deleted Elastic DocumentDB snapshot.

Response Lenses

deleteClusterSnapshotResponse_snapshot :: Lens' DeleteClusterSnapshotResponse ClusterSnapshot Source #

Returns information about the newly deleted Elastic DocumentDB snapshot.