Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data StorageType Source #
StorageTypes represents the list of storage-related types and their attributes that are available for a given InstanceType.
See: newStorageType
smart constructor.
StorageType' | |
|
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:storageTypeLimits:StorageType'
, storageType_storageTypeLimits
- Limits that are applicable for the given storage type.
$sel:storageSubTypeName:StorageType'
, storageType_storageSubTypeName
- Undocumented member.
$sel:storageTypeName:StorageType'
, storageType_storageTypeName
- Undocumented member.
storageType_storageTypeLimits :: Lens' StorageType (Maybe [StorageTypeLimit]) Source #
Limits that are applicable for the given storage type.
storageType_storageSubTypeName :: Lens' StorageType (Maybe Text) Source #
Undocumented member.
storageType_storageTypeName :: Lens' StorageType (Maybe Text) Source #
Undocumented member.