Values.ComponentSummarySourceA high-level summary of a component.
type nonrec t = {arn : ImageBuilderArn.t option;The Amazon Resource Name (ARN) of the component.
*)name : ResourceName.t option;The name of the component.
*)version : VersionNumber.t option;The version of the component.
*)platform : Platform.t option;The operating system platform of the component.
*)supportedOsVersions : OsVersionList.t option;The operating system (OS) version that the component supports. If the OS information is available, Image Builder performs a prefix match against the base image OS version during image recipe creation.
*)state : ComponentState.t option;Describes the current status of the component.
*)type_ : ComponentType.t option;The component type specifies whether Image Builder uses the component to build the image or only to test it.
*)owner : NonEmptyString.t option;The owner of the component.
*)description : NonEmptyString.t option;The description of the component.
*)changeDescription : NonEmptyString.t option;The change description for the current version of the component.
*)dateCreated : DateTime.t option;The original creation date of the component.
*)publisher : NonEmptyString.t option;Contains the name of the publisher if this is a third-party component. Otherwise, this property is empty.
*)obfuscate : Boolean.t option;Indicates whether component source is hidden from view in the console, and from component detail results for API, CLI, or SDK operations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of OsVersion.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ImageBuilderArn.t
| `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ])
list ]