Module Values.RelatedItemSource

Resources that responders use to triage and mitigate the incident.

Sourcetype nonrec t = {
  1. generatedId : GeneratedId.t option;
    (*

    A unique ID for a RelatedItem. Don't specify this parameter when you add a RelatedItem by using the UpdateRelatedItems API action.

    *)
  2. identifier : ItemIdentifier.t;
    (*

    Details about the related item.

    *)
  3. title : RelatedItemTitleString.t option;
    (*

    The title of the related item.

    *)
}
Sourceval context_ : string
Sourceval make : ?generatedId:??? -> ?title:??? -> identifier:ItemIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GeneratedId.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of Arn.t | `Structure of (string * [> `Boolean of Boolean.t | `String of PagerDutyIncidentDetailIdString.t ]) 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