Values.GetInstanceResponseSourceGets information about a specified instance.
type nonrec t = {resourceOwner : AWSAccountId.t option;The ID of the Amazon Web Services account that created the namespace that contains the service that the instance is associated with. If this isn't your account ID, it's the ID of the account that shared the namespace with your account.
*)instance : Instance.t option;A complex type that contains information about a specified instance.
*)}type nonrec error = [ | `InstanceNotFound of InstanceNotFound.t| `InvalidInput of InvalidInput.t| `ServiceNotFound of ServiceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InstanceNotFound of InstanceNotFound.t
| `InvalidInput of InvalidInput.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InstanceNotFound of InstanceNotFound.t
| `InvalidInput of InvalidInput.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of AWSAccountId.t
| `Structure of
(string
* [> `Map of
([> `String of AttrKey.t ] * [> `String of AttrValue.t ])
list
| `String of ResourceId.t ])
list ])
list ]