Module Values_1.UpdateOpsMetadataRequestSource

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;
    (*

    The Amazon Resource Name (ARN) of the OpsMetadata Object to update.

    *)
  2. metadataToUpdate : Values_0.MetadataMap.t option;
    (*

    Metadata to add to an OpsMetadata object.

    *)
  3. keysToDelete : MetadataKeysToDeleteList.t option;
    (*

    The metadata keys to delete from the OpsMetadata object.

    *)
}
Sourceval context_ : string
Sourceval make : ?metadataToUpdate:??? -> ?keysToDelete:??? -> opsMetadataArn:Values_0.OpsMetadataArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.MetadataKey.t ] list | `Map of ([> `String of string ] * [> `Structure of (string * [> `String of string ]) list ]) list | `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