Values.AddonSubscriptionSourceA subscription for an Add On representing the acceptance of its terms of use and additional pricing.
type nonrec t = {addonSubscriptionId : AddonSubscriptionId.t option;The unique ID of the Add On subscription.
*)addonName : AddonName.t option;The name of the Add On.
*)addonSubscriptionArn : AddonSubscriptionArn.t option;The Amazon Resource Name (ARN) of the Add On subscription.
*)createdTimestamp : Timestamp.t option;The timestamp of when the Add On subscription was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AddonSubscriptionId.t | `Timestamp of Timestamp.t ])
list ]