Module Values_1.DisassociateOpsItemRelatedItemRequestSource

Deletes the association between an OpsItem and a related item. For example, this API operation can delete an Incident Manager incident from an OpsItem. Incident Manager is a tool in Amazon Web Services Systems Manager.

Sourcetype nonrec t = {
  1. opsItemId : Values_0.OpsItemId.t;
    (*

    The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.

    *)
  2. associationId : Values_0.OpsItemRelatedItemAssociationId.t;
    (*

    The ID of the association for which you want to delete an association between the OpsItem and a related item.

    *)
}
Sourceval context_ : string
Sourceval make : opsItemId:Values_0.OpsItemId.t -> associationId:Values_0.OpsItemRelatedItemAssociationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.OpsItemId.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