Values_0.CreateOpsMetadataResultSourceIf 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 = {opsMetadataArn : OpsMetadataArn.t option;The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `OpsMetadataAlreadyExistsException of OpsMetadataAlreadyExistsException.t| `OpsMetadataInvalidArgumentException of OpsMetadataInvalidArgumentException.t| `OpsMetadataLimitExceededException of OpsMetadataLimitExceededException.t| `OpsMetadataTooManyUpdatesException of OpsMetadataTooManyUpdatesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `OpsMetadataAlreadyExistsException of OpsMetadataAlreadyExistsException.t
| `OpsMetadataInvalidArgumentException of
OpsMetadataInvalidArgumentException.t
| `OpsMetadataLimitExceededException of OpsMetadataLimitExceededException.t
| `OpsMetadataTooManyUpdatesException of OpsMetadataTooManyUpdatesException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `OpsMetadataAlreadyExistsException of OpsMetadataAlreadyExistsException.t
| `OpsMetadataInvalidArgumentException of
OpsMetadataInvalidArgumentException.t
| `OpsMetadataLimitExceededException of OpsMetadataLimitExceededException.t
| `OpsMetadataTooManyUpdatesException of OpsMetadataTooManyUpdatesException.t
| `Unknown_operation_error of string * string option ]