| 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.OpenSearch.Types.StorageType
Description
Documentation
data StorageType Source #
A list of storage types for an Amazon OpenSearch Service domain that are available for a given intance type.
See: newStorageType smart constructor.
Constructors
| StorageType' | |
Fields
| |
Instances
newStorageType :: StorageType Source #
Create a value of StorageType 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:storageSubTypeName:StorageType', storageType_storageSubTypeName - The storage sub-type, such as gp3 or io1.
$sel:storageTypeLimits:StorageType', storageType_storageTypeLimits - Limits that are applicable for the given storage type.
$sel:storageTypeName:StorageType', storageType_storageTypeName - The name of the storage type.
storageType_storageSubTypeName :: Lens' StorageType (Maybe Text) Source #
The storage sub-type, such as gp3 or io1.
storageType_storageTypeLimits :: Lens' StorageType (Maybe [StorageTypeLimit]) Source #
Limits that are applicable for the given storage type.
storageType_storageTypeName :: Lens' StorageType (Maybe Text) Source #
The name of the storage type.