Module Values.ItemIdentifierSource

Details and type of a related item.

Sourcetype nonrec t = {
  1. type_ : ItemType.t;
    (*

    The type of related item.

    *)
  2. value : ItemValue.t;
    (*

    Details about the related item.

    *)
}
Sourceval context_ : string
Sourceval make : type_:ItemType.t -> value:ItemValue.t -> unit -> t
Sourceval to_value : 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 ]
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