Values.ImageRecipeSummarySourceA summary of an image recipe.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the image recipe.
*)name : ResourceName.t option;The name of the image recipe.
*)platform : Platform.t option;The platform of the image recipe.
*)owner : NonEmptyString.t option;The owner of the image recipe.
*)parentImage : NonEmptyString.t option;The base image of the image recipe.
*)dateCreated : DateTime.t option;The date on which this image recipe was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t ])
list ]