amazonka-opensearchserverless-2.0: Amazon OpenSearch Service Serverless 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.OpenSearchServerless.Types.CollectionSummary

Description

 
Synopsis

Documentation

data CollectionSummary Source #

Details about each OpenSearch Serverless collection.

See: newCollectionSummary smart constructor.

Constructors

CollectionSummary' 

Fields

Instances

Instances details
FromJSON CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

Generic CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

Associated Types

type Rep CollectionSummary :: Type -> Type #

Read CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

Show CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

NFData CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

Methods

rnf :: CollectionSummary -> () #

Eq CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

Hashable CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

type Rep CollectionSummary Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.CollectionSummary

type Rep CollectionSummary = D1 ('MetaData "CollectionSummary" "Amazonka.OpenSearchServerless.Types.CollectionSummary" "amazonka-opensearchserverless-2.0-HnbMYszmsxrAMKjbvSoFws" 'False) (C1 ('MetaCons "CollectionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CollectionStatus)))))

newCollectionSummary :: CollectionSummary Source #

Create a value of CollectionSummary 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:arn:CollectionSummary', collectionSummary_arn - The Amazon Resource Name (ARN) of the collection.

$sel:id:CollectionSummary', collectionSummary_id - The unique identifier of the collection.

$sel:name:CollectionSummary', collectionSummary_name - The name of the collection.

$sel:status:CollectionSummary', collectionSummary_status - The current status of the collection.

collectionSummary_arn :: Lens' CollectionSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the collection.

collectionSummary_id :: Lens' CollectionSummary (Maybe Text) Source #

The unique identifier of the collection.