Module Values.ConfigDetailsSource

Details for certain Config object types in a contact.

Sourcetype nonrec t = {
  1. endpointDetails : EndpointDetails.t option;
  2. antennaDemodDecodeDetails : AntennaDemodDecodeDetails.t option;
    (*

    Details for antenna demod decode Config in a contact.

    *)
  3. s3RecordingDetails : S3RecordingDetails.t option;
    (*

    Details for an S3 recording Config in a contact.

    *)
}
Sourceval make : ?endpointDetails:??? -> ?antennaDemodDecodeDetails:??? -> ?s3RecordingDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `Integer of DataflowEndpointMtuInteger.t | `List of [> `String of String_.t ] list | `String of RoleArn.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) 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