Values.CreateAddonSubscriptionRequestSourceCreates a subscription for an Add On representing the acceptance of its terms of use and additional pricing. The subscription can then be used to create an instance for use in rule sets or traffic policies.
type nonrec t = {clientToken : IdempotencyToken.t option;A unique token that Amazon SES uses to recognize subsequent retries of the same request.
*)addonName : AddonName.t;The name of the Add On to subscribe to. You can only have one subscription for each Add On name.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of IdempotencyToken.t ])
list ]