Module Values_1.UpdateOpsMetadataResultSource

Amazon Web Services Systems Manager calls this API operation when you edit OpsMetadata in Application Manager.

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

    The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `OpsMetadataInvalidArgumentException of Values_0.OpsMetadataInvalidArgumentException.t
  3. | `OpsMetadataKeyLimitExceededException of OpsMetadataKeyLimitExceededException.t
  4. | `OpsMetadataNotFoundException of Values_0.OpsMetadataNotFoundException.t
  5. | `OpsMetadataTooManyUpdatesException of Values_0.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 Values_0.InternalServerError.t | `OpsMetadataInvalidArgumentException of Values_0.OpsMetadataInvalidArgumentException.t | `OpsMetadataKeyLimitExceededException of OpsMetadataKeyLimitExceededException.t | `OpsMetadataNotFoundException of Values_0.OpsMetadataNotFoundException.t | `OpsMetadataTooManyUpdatesException of Values_0.OpsMetadataTooManyUpdatesException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InternalServerError of Values_0.InternalServerError.t | `OpsMetadataInvalidArgumentException of Values_0.OpsMetadataInvalidArgumentException.t | `OpsMetadataKeyLimitExceededException of OpsMetadataKeyLimitExceededException.t | `OpsMetadataNotFoundException of Values_0.OpsMetadataNotFoundException.t | `OpsMetadataTooManyUpdatesException of Values_0.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 Values_0.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