Values.GetAddonInstanceResponseSourceGets detailed information about an Add On instance.
type nonrec t = {addonSubscriptionId : AddonSubscriptionId.t option;The subscription ID associated to the instance.
*)addonName : AddonName.t option;The name of the Add On provider associated to the subscription of the instance.
*)addonInstanceArn : AddonInstanceArn.t option;The Amazon Resource Name (ARN) of the Add On instance.
*)createdTimestamp : Timestamp.t option;The timestamp of when the Add On instance 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 AddonSubscriptionId.t | `Timestamp of Timestamp.t ])
list ]