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
- data LaunchTemplateDiskConf = LaunchTemplateDiskConf' {}
- newLaunchTemplateDiskConf :: LaunchTemplateDiskConf
- launchTemplateDiskConf_iops :: Lens' LaunchTemplateDiskConf (Maybe Natural)
- launchTemplateDiskConf_throughput :: Lens' LaunchTemplateDiskConf (Maybe Natural)
- launchTemplateDiskConf_volumeType :: Lens' LaunchTemplateDiskConf (Maybe VolumeType)
Documentation
data LaunchTemplateDiskConf Source #
Launch template disk configuration.
See: newLaunchTemplateDiskConf
smart constructor.
LaunchTemplateDiskConf' | |
|
Instances
newLaunchTemplateDiskConf :: LaunchTemplateDiskConf Source #
Create a value of LaunchTemplateDiskConf
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:iops:LaunchTemplateDiskConf'
, launchTemplateDiskConf_iops
- Launch template disk iops configuration.
$sel:throughput:LaunchTemplateDiskConf'
, launchTemplateDiskConf_throughput
- Launch template disk throughput configuration.
$sel:volumeType:LaunchTemplateDiskConf'
, launchTemplateDiskConf_volumeType
- Launch template disk volume type configuration.
launchTemplateDiskConf_iops :: Lens' LaunchTemplateDiskConf (Maybe Natural) Source #
Launch template disk iops configuration.
launchTemplateDiskConf_throughput :: Lens' LaunchTemplateDiskConf (Maybe Natural) Source #
Launch template disk throughput configuration.
launchTemplateDiskConf_volumeType :: Lens' LaunchTemplateDiskConf (Maybe VolumeType) Source #
Launch template disk volume type configuration.