| 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.CollectionSummary
Description
Synopsis
- data CollectionSummary = CollectionSummary' {}
- newCollectionSummary :: CollectionSummary
- collectionSummary_arn :: Lens' CollectionSummary (Maybe Text)
- collectionSummary_id :: Lens' CollectionSummary (Maybe Text)
- collectionSummary_name :: Lens' CollectionSummary (Maybe Text)
- collectionSummary_status :: Lens' CollectionSummary (Maybe CollectionStatus)
Documentation
data CollectionSummary Source #
Details about each OpenSearch Serverless collection.
See: newCollectionSummary smart constructor.
Constructors
| CollectionSummary' | |
Instances
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.
collectionSummary_name :: Lens' CollectionSummary (Maybe Text) Source #
The name of the collection.
collectionSummary_status :: Lens' CollectionSummary (Maybe CollectionStatus) Source #
The current status of the collection.