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

Description

Returns information about a specific Elastic DocumentDB snapshot

Synopsis

Creating a Request

data GetClusterSnapshot Source #

See: newGetClusterSnapshot smart constructor.

Constructors

GetClusterSnapshot' 

Fields

Instances

Instances details
ToHeaders GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

ToPath GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

ToQuery GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

AWSRequest GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Associated Types

type AWSResponse GetClusterSnapshot #

Generic GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Associated Types

type Rep GetClusterSnapshot :: Type -> Type #

Read GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Show GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

NFData GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Methods

rnf :: GetClusterSnapshot -> () #

Eq GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Hashable GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

type AWSResponse GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

type Rep GetClusterSnapshot Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

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

newGetClusterSnapshot Source #

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

GetClusterSnapshot, getClusterSnapshot_snapshotArn - The arn of the Elastic DocumentDB snapshot.

Request Lenses

getClusterSnapshot_snapshotArn :: Lens' GetClusterSnapshot Text Source #

The arn of the Elastic DocumentDB snapshot.

Destructuring the Response

data GetClusterSnapshotResponse Source #

See: newGetClusterSnapshotResponse smart constructor.

Constructors

GetClusterSnapshotResponse' 

Fields

Instances

Instances details
Generic GetClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Associated Types

type Rep GetClusterSnapshotResponse :: Type -> Type #

Read GetClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Show GetClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

NFData GetClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

Eq GetClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

type Rep GetClusterSnapshotResponse Source # 
Instance details

Defined in Amazonka.DocDbElastic.GetClusterSnapshot

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

newGetClusterSnapshotResponse Source #

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

$sel:snapshot:GetClusterSnapshotResponse', getClusterSnapshotResponse_snapshot - Returns information about a specific Elastic DocumentDB snapshot.

Response Lenses

getClusterSnapshotResponse_snapshot :: Lens' GetClusterSnapshotResponse ClusterSnapshot Source #

Returns information about a specific Elastic DocumentDB snapshot.