Values_0.CreateOpsMetadataRequestSourceIf you create a new application in Application Manager, Amazon Web Services Systems Manager calls this API operation to specify information about the new application, including the application type.
type nonrec t = {resourceId : OpsMetadataResourceId.t;A resource ID for a new Application Manager application.
*)metadata : MetadataMap.t option;Metadata for a new Application Manager application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `String of MetadataKey.t ]
* [> `Structure of
(string * [> `String of MetadataValueString.t ]) list ])
list
| `String of OpsMetadataResourceId.t ])
list ]