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 |
Synopsis
Documentation
data StorageTypeLimit Source #
Limits that are applicable for the given Amazon OpenSearch Service storage type.
See: newStorageTypeLimit
smart constructor.
StorageTypeLimit' | |
|
Instances
newStorageTypeLimit :: StorageTypeLimit Source #
Create a value of StorageTypeLimit
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:limitName:StorageTypeLimit'
, storageTypeLimit_limitName
- Name of storage limits that are applicable for the given storage type.
If StorageType
is ebs
, the following options are available:
- MinimumVolumeSize - Minimum volume size that is available for the given storage type. Can be empty if not applicable.
- MaximumVolumeSize - Maximum volume size that is available for the given storage type. Can be empty if not applicable.
- MaximumIops - Maximum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
- MinimumIops - Minimum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
- MaximumThroughput - Maximum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
- MinimumThroughput - Minimum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
$sel:limitValues:StorageTypeLimit'
, storageTypeLimit_limitValues
- The limit values.
storageTypeLimit_limitName :: Lens' StorageTypeLimit (Maybe Text) Source #
Name of storage limits that are applicable for the given storage type.
If StorageType
is ebs
, the following options are available:
- MinimumVolumeSize - Minimum volume size that is available for the given storage type. Can be empty if not applicable.
- MaximumVolumeSize - Maximum volume size that is available for the given storage type. Can be empty if not applicable.
- MaximumIops - Maximum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
- MinimumIops - Minimum amount of IOPS that is available for the given the storage type. Can be empty if not applicable.
- MaximumThroughput - Maximum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
- MinimumThroughput - Minimum amount of throughput that is available for the given the storage type. Can be empty if not applicable.
storageTypeLimit_limitValues :: Lens' StorageTypeLimit (Maybe [Text]) Source #
The limit values.