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 |
Synopsis
- data ValidStorageOptions = ValidStorageOptions' {
- storageSize :: Maybe [Range]
- provisionedIops :: Maybe [Range]
- iopsToStorageRatio :: Maybe [DoubleRange]
- storageType :: Maybe Text
- newValidStorageOptions :: ValidStorageOptions
- validStorageOptions_storageSize :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_provisionedIops :: Lens' ValidStorageOptions (Maybe [Range])
- validStorageOptions_iopsToStorageRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange])
- validStorageOptions_storageType :: Lens' ValidStorageOptions (Maybe Text)
Documentation
data ValidStorageOptions Source #
Information about valid modifications that you can make to your DB instance.
Contains the result of a successful call to the DescribeValidDBInstanceModifications action.
See: newValidStorageOptions
smart constructor.
ValidStorageOptions' | |
|
Instances
newValidStorageOptions :: ValidStorageOptions Source #
Create a value of ValidStorageOptions
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:storageSize:ValidStorageOptions'
, validStorageOptions_storageSize
- The valid range of storage in gibibytes. For example, 100 to 16384.
$sel:provisionedIops:ValidStorageOptions'
, validStorageOptions_provisionedIops
- The valid range of provisioned IOPS. For example, 1000-20000.
$sel:iopsToStorageRatio:ValidStorageOptions'
, validStorageOptions_iopsToStorageRatio
- The valid range of Provisioned IOPS to gibibytes of storage multiplier.
For example, 3-10, which means that provisioned IOPS can be between 3
and 10 times storage.
$sel:storageType:ValidStorageOptions'
, validStorageOptions_storageType
- The valid storage types for your DB instance. For example, gp2, io1.
validStorageOptions_storageSize :: Lens' ValidStorageOptions (Maybe [Range]) Source #
The valid range of storage in gibibytes. For example, 100 to 16384.
validStorageOptions_provisionedIops :: Lens' ValidStorageOptions (Maybe [Range]) Source #
The valid range of provisioned IOPS. For example, 1000-20000.
validStorageOptions_iopsToStorageRatio :: Lens' ValidStorageOptions (Maybe [DoubleRange]) Source #
The valid range of Provisioned IOPS to gibibytes of storage multiplier. For example, 3-10, which means that provisioned IOPS can be between 3 and 10 times storage.
validStorageOptions_storageType :: Lens' ValidStorageOptions (Maybe Text) Source #
The valid storage types for your DB instance. For example, gp2, io1.