| 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.DeleteCollectionDetail
Description
Synopsis
- data DeleteCollectionDetail = DeleteCollectionDetail' {}
- newDeleteCollectionDetail :: DeleteCollectionDetail
- deleteCollectionDetail_id :: Lens' DeleteCollectionDetail (Maybe Text)
- deleteCollectionDetail_name :: Lens' DeleteCollectionDetail (Maybe Text)
- deleteCollectionDetail_status :: Lens' DeleteCollectionDetail (Maybe CollectionStatus)
Documentation
data DeleteCollectionDetail Source #
Details about a deleted OpenSearch Serverless collection.
See: newDeleteCollectionDetail smart constructor.
Constructors
| DeleteCollectionDetail' | |
Instances
newDeleteCollectionDetail :: DeleteCollectionDetail Source #
Create a value of DeleteCollectionDetail 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:id:DeleteCollectionDetail', deleteCollectionDetail_id - The unique identifier of the collection.
$sel:name:DeleteCollectionDetail', deleteCollectionDetail_name - The name of the collection.
$sel:status:DeleteCollectionDetail', deleteCollectionDetail_status - The current status of the collection.
deleteCollectionDetail_id :: Lens' DeleteCollectionDetail (Maybe Text) Source #
The unique identifier of the collection.
deleteCollectionDetail_name :: Lens' DeleteCollectionDetail (Maybe Text) Source #
The name of the collection.
deleteCollectionDetail_status :: Lens' DeleteCollectionDetail (Maybe CollectionStatus) Source #
The current status of the collection.