| 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.ClusterInList
Description
Synopsis
- data ClusterInList = ClusterInList' {
- clusterArn :: Text
- clusterName :: Text
- status :: Status
- newClusterInList :: Text -> Text -> Status -> ClusterInList
- clusterInList_clusterArn :: Lens' ClusterInList Text
- clusterInList_clusterName :: Lens' ClusterInList Text
- clusterInList_status :: Lens' ClusterInList Status
Documentation
data ClusterInList Source #
A list of Elastic DocumentDB cluster.
See: newClusterInList smart constructor.
Constructors
| ClusterInList' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Status | |
| -> ClusterInList |
Create a value of ClusterInList 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:ClusterInList', clusterInList_clusterArn - The arn of the Elastic DocumentDB cluster.
$sel:clusterName:ClusterInList', clusterInList_clusterName - The name of the Elastic DocumentDB cluster.
$sel:status:ClusterInList', clusterInList_status - The status of the Elastic DocumentDB cluster.
clusterInList_clusterArn :: Lens' ClusterInList Text Source #
The arn of the Elastic DocumentDB cluster.
clusterInList_clusterName :: Lens' ClusterInList Text Source #
The name of the Elastic DocumentDB cluster.
clusterInList_status :: Lens' ClusterInList Status Source #
The status of the Elastic DocumentDB cluster.