| 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.CollectionFilters
Description
Documentation
data CollectionFilters Source #
List of filter keys that you can use for LIST, UPDATE, and DELETE requests to OpenSearch Serverless collections.
See: newCollectionFilters smart constructor.
Constructors
| CollectionFilters' | |
Instances
newCollectionFilters :: CollectionFilters Source #
Create a value of CollectionFilters 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:name:CollectionFilters', collectionFilters_name - The name of the collection.
$sel:status:CollectionFilters', collectionFilters_status - The current status of the collection.
collectionFilters_name :: Lens' CollectionFilters (Maybe Text) Source #
The name of the collection.
collectionFilters_status :: Lens' CollectionFilters (Maybe CollectionStatus) Source #
The current status of the collection.