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

Description

 
Synopsis

Documentation

data UpdateCollectionDetail Source #

Details about an updated OpenSearch Serverless collection.

See: newUpdateCollectionDetail smart constructor.

Constructors

UpdateCollectionDetail' 

Fields

Instances

Instances details
FromJSON UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

Generic UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

Associated Types

type Rep UpdateCollectionDetail :: Type -> Type #

Read UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

Show UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

NFData UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

Methods

rnf :: UpdateCollectionDetail -> () #

Eq UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

Hashable UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

type Rep UpdateCollectionDetail Source # 
Instance details

Defined in Amazonka.OpenSearchServerless.Types.UpdateCollectionDetail

newUpdateCollectionDetail :: UpdateCollectionDetail Source #

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

$sel:createdDate:UpdateCollectionDetail', updateCollectionDetail_createdDate - The date and time when the collection was created.

$sel:description:UpdateCollectionDetail', updateCollectionDetail_description - The description of the collection.

$sel:id:UpdateCollectionDetail', updateCollectionDetail_id - The unique identifier of the collection.

$sel:lastModifiedDate:UpdateCollectionDetail', updateCollectionDetail_lastModifiedDate - The date and time when the collection was last modified.

$sel:name:UpdateCollectionDetail', updateCollectionDetail_name - The name of the collection.

$sel:status:UpdateCollectionDetail', updateCollectionDetail_status - The current status of the collection.

$sel:type':UpdateCollectionDetail', updateCollectionDetail_type - The collection type.

updateCollectionDetail_arn :: Lens' UpdateCollectionDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the collection.

updateCollectionDetail_createdDate :: Lens' UpdateCollectionDetail (Maybe Integer) Source #

The date and time when the collection was created.

updateCollectionDetail_id :: Lens' UpdateCollectionDetail (Maybe Text) Source #

The unique identifier of the collection.

updateCollectionDetail_lastModifiedDate :: Lens' UpdateCollectionDetail (Maybe Integer) Source #

The date and time when the collection was last modified.