Values.CampaignSummarySourceProvides a summary of the properties of a campaign. For a complete listing, call the DescribeCampaign API.
type nonrec t = {name : Name.t option;The name of the campaign.
*)campaignArn : Arn.t option;The Amazon Resource Name (ARN) of the campaign.
*)status : Status.t option;The status of the campaign. A campaign can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
*)creationDateTime : Date.t option;The date and time (in Unix time) that the campaign was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the campaign was last updated.
*)failureReason : FailureReason.t option;If a campaign fails, the reason behind the failure.
*)}