Module Values_0.CreateOpsMetadataResultSource

If 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.

Sourcetype nonrec t = {
  1. opsMetadataArn : OpsMetadataArn.t option;
    (*

    The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of InternalServerError.t
  2. | `OpsMetadataAlreadyExistsException of OpsMetadataAlreadyExistsException.t
  3. | `OpsMetadataInvalidArgumentException of OpsMetadataInvalidArgumentException.t
  4. | `OpsMetadataLimitExceededException of OpsMetadataLimitExceededException.t
  5. | `OpsMetadataTooManyUpdatesException of OpsMetadataTooManyUpdatesException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?opsMetadataArn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OpsMetadataArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t