Values.GetAddonSubscriptionResponseSourceGets detailed information about an Add On subscription.
type nonrec t = {addonName : AddonName.t option;The name of the Add On for the subscription.
*)addonSubscriptionArn : AddonSubscriptionArn.t option;Amazon Resource Name (ARN) for the subscription.
*)createdTimestamp : Timestamp.t option;The timestamp of when the Add On subscription was created.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `String of AddonName.t | `Timestamp of Timestamp.t ]) list ]