Values.ApplicationSummarySourceThe summary of the SAP application registered with AWS Systems Manager for SAP.
type nonrec t = {id : ApplicationId.t option;The ID of the application.
*)discoveryStatus : ApplicationDiscoveryStatus.t option;The status of the latest discovery.
*)type_ : ApplicationType.t option;The type of the application.
*)arn : SsmSapArn.t option;The Amazon Resource Name (ARN) of the application.
*)}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 ]