| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DocDbElastic.Types.ClusterSnapshotInList
Description
Synopsis
- data ClusterSnapshotInList = ClusterSnapshotInList' {}
- newClusterSnapshotInList :: Text -> Text -> Text -> Text -> Status -> ClusterSnapshotInList
- clusterSnapshotInList_clusterArn :: Lens' ClusterSnapshotInList Text
- clusterSnapshotInList_snapshotArn :: Lens' ClusterSnapshotInList Text
- clusterSnapshotInList_snapshotCreationTime :: Lens' ClusterSnapshotInList Text
- clusterSnapshotInList_snapshotName :: Lens' ClusterSnapshotInList Text
- clusterSnapshotInList_status :: Lens' ClusterSnapshotInList Status
Documentation
data ClusterSnapshotInList Source #
A list of Elastic DocumentDB snapshots.
See: newClusterSnapshotInList smart constructor.
Constructors
| ClusterSnapshotInList' | |
Fields
| |
Instances
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.