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.Types.ClusterSnapshotInList

Description

 
Synopsis

Documentation

data ClusterSnapshotInList Source #

A list of Elastic DocumentDB snapshots.

See: newClusterSnapshotInList smart constructor.

Constructors

ClusterSnapshotInList' 

Fields

Instances

Instances details
FromJSON ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

Generic ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

Associated Types

type Rep ClusterSnapshotInList :: Type -> Type #

Read ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

Show ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

NFData ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

Methods

rnf :: ClusterSnapshotInList -> () #

Eq ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

Hashable ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

type Rep ClusterSnapshotInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterSnapshotInList

type Rep ClusterSnapshotInList = D1 ('MetaData "ClusterSnapshotInList" "Amazonka.DocDbElastic.Types.ClusterSnapshotInList" "amazonka-docdb-elastic-2.0-7oyCcw7MbTKKNwZE62fvl3" 'False) (C1 ('MetaCons "ClusterSnapshotInList'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snapshotArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "snapshotCreationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "snapshotName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Status)))))

newClusterSnapshotInList Source #

Create a value of ClusterSnapshotInList 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:clusterArn:ClusterSnapshotInList', clusterSnapshotInList_clusterArn - The arn of the Elastic DocumentDB cluster.

$sel:snapshotArn:ClusterSnapshotInList', clusterSnapshotInList_snapshotArn - The arn of the Elastic DocumentDB snapshot

$sel:snapshotCreationTime:ClusterSnapshotInList', clusterSnapshotInList_snapshotCreationTime - The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).

$sel:snapshotName:ClusterSnapshotInList', clusterSnapshotInList_snapshotName - The name of the Elastic DocumentDB snapshot.

$sel:status:ClusterSnapshotInList', clusterSnapshotInList_status - The status of the Elastic DocumentDB snapshot.

clusterSnapshotInList_clusterArn :: Lens' ClusterSnapshotInList Text Source #

The arn of the Elastic DocumentDB cluster.

clusterSnapshotInList_snapshotArn :: Lens' ClusterSnapshotInList Text Source #

The arn of the Elastic DocumentDB snapshot

clusterSnapshotInList_snapshotCreationTime :: Lens' ClusterSnapshotInList Text Source #

The time when the Elastic DocumentDB snapshot was created in Universal Coordinated Time (UTC).

clusterSnapshotInList_snapshotName :: Lens' ClusterSnapshotInList Text Source #

The name of the Elastic DocumentDB snapshot.

clusterSnapshotInList_status :: Lens' ClusterSnapshotInList Status Source #

The status of the Elastic DocumentDB snapshot.