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 ImageRecipeSummary = ImageRecipeSummary' {}
- newImageRecipeSummary :: ImageRecipeSummary
- imageRecipeSummary_platform :: Lens' ImageRecipeSummary (Maybe Platform)
- imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_owner :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_name :: Lens' ImageRecipeSummary (Maybe Text)
- imageRecipeSummary_tags :: Lens' ImageRecipeSummary (Maybe (HashMap Text Text))
Documentation
data ImageRecipeSummary Source #
A summary of an image recipe.
See: newImageRecipeSummary
smart constructor.
ImageRecipeSummary' | |
|
Instances
newImageRecipeSummary :: ImageRecipeSummary Source #
Create a value of ImageRecipeSummary
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:platform:ImageRecipeSummary'
, imageRecipeSummary_platform
- The platform of the image recipe.
$sel:arn:ImageRecipeSummary'
, imageRecipeSummary_arn
- The Amazon Resource Name (ARN) of the image recipe.
$sel:parentImage:ImageRecipeSummary'
, imageRecipeSummary_parentImage
- The base image of the image recipe.
$sel:owner:ImageRecipeSummary'
, imageRecipeSummary_owner
- The owner of the image recipe.
$sel:dateCreated:ImageRecipeSummary'
, imageRecipeSummary_dateCreated
- The date on which this image recipe was created.
$sel:name:ImageRecipeSummary'
, imageRecipeSummary_name
- The name of the image recipe.
$sel:tags:ImageRecipeSummary'
, imageRecipeSummary_tags
- The tags of the image recipe.
imageRecipeSummary_platform :: Lens' ImageRecipeSummary (Maybe Platform) Source #
The platform of the image recipe.
imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the image recipe.
imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text) Source #
The base image of the image recipe.
imageRecipeSummary_owner :: Lens' ImageRecipeSummary (Maybe Text) Source #
The owner of the image recipe.
imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text) Source #
The date on which this image recipe was created.
imageRecipeSummary_name :: Lens' ImageRecipeSummary (Maybe Text) Source #
The name of the image recipe.
imageRecipeSummary_tags :: Lens' ImageRecipeSummary (Maybe (HashMap Text Text)) Source #
The tags of the image recipe.