Values.ApplicationSourceAn SAP application registered with AWS Systems Manager for SAP.
type nonrec t = {id : ApplicationId.t option;The ID of the application.
*)type_ : ApplicationType.t option;The type of the application.
*)arn : SsmSapArn.t option;The Amazon Resource Name (ARN) of the application.
*)appRegistryArn : AppRegistryArn.t option;The Amazon Resource Name (ARN) of the Application Registry.
*)status : ApplicationStatus.t option;The status of the application.
*)discoveryStatus : ApplicationDiscoveryStatus.t option;The latest discovery result for the application.
*)components : ComponentIdList.t option;The components of the application.
*)lastUpdated : Timestamp.t option;The time at which the application was last updated.
*)statusMessage : String_.t option;The status message.
*)associatedApplicationArns : ApplicationArnList.t option;The Amazon Resource Names of the associated AWS Systems Manager for SAP applications.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ComponentId.t ] list
| `String of ApplicationId.t
| `Timestamp of Timestamp.t ])
list ]