Values.CampaignUpdateSummarySourceProvides a summary of the properties of a campaign update. For a complete listing, call the DescribeCampaign API.
type nonrec t = {solutionVersionArn : Arn.t option;The Amazon Resource Name (ARN) of the deployed solution version.
*)minProvisionedTPS : TransactionsPerSecond.t option;Specifies the requested minimum provisioned transactions (recommendations) per second that Amazon Personalize will support.
*)campaignConfig : CampaignConfig.t option;status : Status.t option;The status of the campaign update. A campaign update can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED DELETE PENDING > DELETE IN_PROGRESS
*)failureReason : FailureReason.t option;If a campaign update fails, the reason behind the failure.
*)creationDateTime : Date.t option;The date and time (in Unix time) that the campaign update was created.
*)lastUpdatedDateTime : Date.t option;The date and time (in Unix time) that the campaign update was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TransactionsPerSecond.t
| `String of Arn.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Map of
([> `Enum of string | `String of ParameterName.t ]
* [> `Double of RankingInfluenceWeight.t
| `String of ParameterValue.t ])
list ])
list
| `Timestamp of Date.t ])
list ]