Module Values.CampaignSummarySource

An Amazon Connect campaign summary.

Sourcetype nonrec t = {
  1. id : CampaignId.t option;
  2. arn : CampaignArn.t option;
  3. name : CampaignName.t option;
  4. connectInstanceId : InstanceId.t option;
  5. channelSubtypes : ChannelSubtypeList.t option;
  6. type_ : ExternalCampaignType.t option;
  7. schedule : Schedule.t option;
  8. entryLimitsConfig : EntryLimitsConfig.t option;
  9. connectCampaignFlowArn : Arn.t option;
}
Sourceval make : ?id:??? -> ?arn:??? -> ?name:??? -> ?connectInstanceId:??? -> ?channelSubtypes:??? -> ?type_:??? -> ?schedule:??? -> ?entryLimitsConfig:??? -> ?connectCampaignFlowArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Enum of string ] list | `String of CampaignId.t | `Structure of (string * [> `Integer of EntryLimitsConfigMaxEntryCountInteger.t | `String of Iso8601Duration.t | `Timestamp of TimeStamp.t ]) 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