amazonka-imagebuilder-2.0: Amazon EC2 Image Builder SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ImageBuilder.Types.ImageRecipeSummary

Description

 
Synopsis

Documentation

data ImageRecipeSummary Source #

A summary of an image recipe.

See: newImageRecipeSummary smart constructor.

Constructors

ImageRecipeSummary' 

Fields

Instances

Instances details
FromJSON ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

Generic ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

Associated Types

type Rep ImageRecipeSummary :: Type -> Type #

Read ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

Show ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

NFData ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

Methods

rnf :: ImageRecipeSummary -> () #

Eq ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

Hashable ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

type Rep ImageRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ImageRecipeSummary

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:arn:ImageRecipeSummary', imageRecipeSummary_arn - The Amazon Resource Name (ARN) 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:owner:ImageRecipeSummary', imageRecipeSummary_owner - The owner of the image recipe.

$sel:parentImage:ImageRecipeSummary', imageRecipeSummary_parentImage - The base image of the image recipe.

$sel:platform:ImageRecipeSummary', imageRecipeSummary_platform - The platform of the image recipe.

$sel:tags:ImageRecipeSummary', imageRecipeSummary_tags - The tags of the image recipe.

imageRecipeSummary_arn :: Lens' ImageRecipeSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the image recipe.

imageRecipeSummary_dateCreated :: Lens' ImageRecipeSummary (Maybe Text) Source #

The date on which this image recipe was created.

imageRecipeSummary_parentImage :: Lens' ImageRecipeSummary (Maybe Text) Source #

The base image of the image recipe.