Values.CampaignSummarySourceAn Amazon Connect campaign summary.
type nonrec t = {id : CampaignId.t option;arn : CampaignArn.t option;name : CampaignName.t option;connectInstanceId : InstanceId.t option;channelSubtypes : ChannelSubtypeList.t option;type_ : ExternalCampaignType.t option;schedule : Schedule.t option;entryLimitsConfig : EntryLimitsConfig.t option;connectCampaignFlowArn : Arn.t option;}val 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 ]