Module Values.UpdateRelatedItemsInputSource

Add or remove related items from the related items tab of an incident record.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    A token that ensures that a client calls the operation only once with the specified details.

    *)
  2. incidentRecordArn : Arn.t;
    (*

    The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.

    *)
  3. relatedItemsUpdate : RelatedItemsUpdate.t;
    (*

    Details about the item that you are add to, or delete from, an incident.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> incidentRecordArn:Arn.t -> relatedItemsUpdate:RelatedItemsUpdate.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientToken.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of GeneratedId.t | `Structure of (string * [> `Enum of string | `String of Arn.t | `Structure of (string * [> `Boolean of Boolean.t | `String of Arn.t | `Structure of (string * [> `Boolean of Boolean.t | `String of PagerDutyIncidentDetailIdString.t ]) list ]) list ]) list ]) list ]) list ]) 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