Module Values.CampaignSource

An Amazon Connect campaign.

Sourcetype nonrec t = {
  1. id : CampaignId.t option;
  2. arn : CampaignArn.t option;
  3. name : CampaignName.t option;
  4. connectInstanceId : InstanceId.t option;
  5. dialerConfig : DialerConfig.t option;
  6. outboundCallConfig : OutboundCallConfig.t option;
  7. tags : TagMap.t option;
}
Sourceval make : ?id:??? -> ?arn:??? -> ?name:??? -> ?connectInstanceId:??? -> ?dialerConfig:??? -> ?outboundCallConfig:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of CampaignId.t | `Structure of (string * [> `String of ContactFlowId.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of BandwidthAllocation.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