Values.ComponentSummarySourceThe summary of the component.
type nonrec t = {applicationId : ApplicationId.t option;The ID of the application.
*)componentId : ComponentId.t option;The ID of the component.
*)componentType : ComponentType.t option;The type of the component.
*)arn : SsmSapArn.t option;The Amazon Resource Name (ARN) of the component summary.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ApplicationId.t ])
list ]