Values.CreateAddonInstanceRequestSourceCreates an Add On instance for the subscription indicated in the request. The resulting Amazon Resource Name (ARN) can be used in a conditional statement for a rule set or traffic policy.
type nonrec t = {clientToken : IdempotencyToken.t option;A unique token that Amazon SES uses to recognize subsequent retries of the same request.
*)addonSubscriptionId : AddonSubscriptionId.t;The unique ID of a previously created subscription that an Add On instance is created for. You can only have one instance per subscription.
*)}val make :
?clientToken:??? ->
?tags:??? ->
addonSubscriptionId:AddonSubscriptionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of IdempotencyToken.t ])
list ]