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 SnapshotDiskContainer = SnapshotDiskContainer' {
- description :: Maybe Text
- format :: Maybe Text
- url :: Maybe Text
- userBucket :: Maybe UserBucket
- newSnapshotDiskContainer :: SnapshotDiskContainer
- snapshotDiskContainer_description :: Lens' SnapshotDiskContainer (Maybe Text)
- snapshotDiskContainer_format :: Lens' SnapshotDiskContainer (Maybe Text)
- snapshotDiskContainer_url :: Lens' SnapshotDiskContainer (Maybe Text)
- snapshotDiskContainer_userBucket :: Lens' SnapshotDiskContainer (Maybe UserBucket)
Documentation
data SnapshotDiskContainer Source #
The disk container object for the import snapshot request.
See: newSnapshotDiskContainer
smart constructor.
SnapshotDiskContainer' | |
|
Instances
newSnapshotDiskContainer :: SnapshotDiskContainer Source #
Create a value of SnapshotDiskContainer
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:description:SnapshotDiskContainer'
, snapshotDiskContainer_description
- The description of the disk image being imported.
$sel:format:SnapshotDiskContainer'
, snapshotDiskContainer_format
- The format of the disk image being imported.
Valid values: VHD
| VMDK
| RAW
$sel:url:SnapshotDiskContainer'
, snapshotDiskContainer_url
- The URL to the Amazon S3-based disk image being imported. It can either
be a https URL (https://..) or an Amazon S3 URL (s3://..).
$sel:userBucket:SnapshotDiskContainer'
, snapshotDiskContainer_userBucket
- The Amazon S3 bucket for the disk image.
snapshotDiskContainer_description :: Lens' SnapshotDiskContainer (Maybe Text) Source #
The description of the disk image being imported.
snapshotDiskContainer_format :: Lens' SnapshotDiskContainer (Maybe Text) Source #
The format of the disk image being imported.
Valid values: VHD
| VMDK
| RAW
snapshotDiskContainer_url :: Lens' SnapshotDiskContainer (Maybe Text) Source #
The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).
snapshotDiskContainer_userBucket :: Lens' SnapshotDiskContainer (Maybe UserBucket) Source #
The Amazon S3 bucket for the disk image.