| 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.OpenSearchServerless.Types.UpdateCollectionDetail
Description
Synopsis
- data UpdateCollectionDetail = UpdateCollectionDetail' {
- arn :: Maybe Text
- createdDate :: Maybe Integer
- description :: Maybe Text
- id :: Maybe Text
- lastModifiedDate :: Maybe Integer
- name :: Maybe Text
- status :: Maybe CollectionStatus
- type' :: Maybe CollectionType
- newUpdateCollectionDetail :: UpdateCollectionDetail
- updateCollectionDetail_arn :: Lens' UpdateCollectionDetail (Maybe Text)
- updateCollectionDetail_createdDate :: Lens' UpdateCollectionDetail (Maybe Integer)
- updateCollectionDetail_description :: Lens' UpdateCollectionDetail (Maybe Text)
- updateCollectionDetail_id :: Lens' UpdateCollectionDetail (Maybe Text)
- updateCollectionDetail_lastModifiedDate :: Lens' UpdateCollectionDetail (Maybe Integer)
- updateCollectionDetail_name :: Lens' UpdateCollectionDetail (Maybe Text)
- updateCollectionDetail_status :: Lens' UpdateCollectionDetail (Maybe CollectionStatus)
- updateCollectionDetail_type :: Lens' UpdateCollectionDetail (Maybe CollectionType)
Documentation
data UpdateCollectionDetail Source #
Details about an updated OpenSearch Serverless collection.
See: newUpdateCollectionDetail smart constructor.
Constructors
| UpdateCollectionDetail' | |
Fields
| |
Instances
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_description :: Lens' UpdateCollectionDetail (Maybe Text) Source #
The description of the collection.
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.
updateCollectionDetail_name :: Lens' UpdateCollectionDetail (Maybe Text) Source #
The name of the collection.
updateCollectionDetail_status :: Lens' UpdateCollectionDetail (Maybe CollectionStatus) Source #
The current status of the collection.
updateCollectionDetail_type :: Lens' UpdateCollectionDetail (Maybe CollectionType) Source #
The collection type.