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

Description

 
Synopsis

Documentation

data ClusterInList Source #

A list of Elastic DocumentDB cluster.

See: newClusterInList smart constructor.

Constructors

ClusterInList' 

Fields

Instances

Instances details
FromJSON ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

Generic ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

Associated Types

type Rep ClusterInList :: Type -> Type #

Read ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

Show ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

NFData ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

Methods

rnf :: ClusterInList -> () #

Eq ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

Hashable ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

type Rep ClusterInList Source # 
Instance details

Defined in Amazonka.DocDbElastic.Types.ClusterInList

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

newClusterInList Source #

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.