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 ImageSummary = ImageSummary' {}
- newImageSummary :: ImageSummary
- imageSummary_state :: Lens' ImageSummary (Maybe ImageState)
- imageSummary_platform :: Lens' ImageSummary (Maybe Platform)
- imageSummary_arn :: Lens' ImageSummary (Maybe Text)
- imageSummary_owner :: Lens' ImageSummary (Maybe Text)
- imageSummary_dateCreated :: Lens' ImageSummary (Maybe Text)
- imageSummary_name :: Lens' ImageSummary (Maybe Text)
- imageSummary_version :: Lens' ImageSummary (Maybe Text)
- imageSummary_type :: Lens' ImageSummary (Maybe ImageType)
- imageSummary_outputResources :: Lens' ImageSummary (Maybe OutputResources)
- imageSummary_osVersion :: Lens' ImageSummary (Maybe Text)
- imageSummary_tags :: Lens' ImageSummary (Maybe (HashMap Text Text))
Documentation
data ImageSummary Source #
An image summary.
See: newImageSummary
smart constructor.
ImageSummary' | |
|
Instances
newImageSummary :: ImageSummary Source #
Create a value of ImageSummary
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:state:ImageSummary'
, imageSummary_state
- The state of the image.
$sel:platform:ImageSummary'
, imageSummary_platform
- The platform of the image.
$sel:arn:ImageSummary'
, imageSummary_arn
- The Amazon Resource Name (ARN) of the image.
$sel:owner:ImageSummary'
, imageSummary_owner
- The owner of the image.
$sel:dateCreated:ImageSummary'
, imageSummary_dateCreated
- The date on which this image was created.
$sel:name:ImageSummary'
, imageSummary_name
- The name of the image.
$sel:version:ImageSummary'
, imageSummary_version
- The version of the image.
$sel:type':ImageSummary'
, imageSummary_type
- Specifies whether this is an AMI or container image.
$sel:outputResources:ImageSummary'
, imageSummary_outputResources
- The output resources produced when creating this image.
$sel:osVersion:ImageSummary'
, imageSummary_osVersion
- The operating system version of the instance. For example, Amazon Linux
2, Ubuntu 18, or Microsoft Windows Server 2019.
$sel:tags:ImageSummary'
, imageSummary_tags
- The tags of the image.
imageSummary_state :: Lens' ImageSummary (Maybe ImageState) Source #
The state of the image.
imageSummary_platform :: Lens' ImageSummary (Maybe Platform) Source #
The platform of the image.
imageSummary_arn :: Lens' ImageSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image.
imageSummary_owner :: Lens' ImageSummary (Maybe Text) Source #
The owner of the image.
imageSummary_dateCreated :: Lens' ImageSummary (Maybe Text) Source #
The date on which this image was created.
imageSummary_name :: Lens' ImageSummary (Maybe Text) Source #
The name of the image.
imageSummary_version :: Lens' ImageSummary (Maybe Text) Source #
The version of the image.
imageSummary_type :: Lens' ImageSummary (Maybe ImageType) Source #
Specifies whether this is an AMI or container image.
imageSummary_outputResources :: Lens' ImageSummary (Maybe OutputResources) Source #
The output resources produced when creating this image.
imageSummary_osVersion :: Lens' ImageSummary (Maybe Text) Source #
The operating system version of the instance. For example, Amazon Linux 2, Ubuntu 18, or Microsoft Windows Server 2019.
imageSummary_tags :: Lens' ImageSummary (Maybe (HashMap Text Text)) Source #
The tags of the image.