Values.AdminGetDeviceResponseSourceGets the device response, as an administrator.
type nonrec t = {device : DeviceType.t option;Details of the requested device. Includes device information, last-accessed and created dates, and the device key.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidUserPoolConfigurationException of
InvalidUserPoolConfigurationException.t| `NotAuthorizedException of NotAuthorizedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidUserPoolConfigurationException of
InvalidUserPoolConfigurationException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidUserPoolConfigurationException of
InvalidUserPoolConfigurationException.t
| `NotAuthorizedException of NotAuthorizedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of AttributeNameType.t ]) list ]
list
| `String of DeviceKeyType.t
| `Timestamp of DateType.t ])
list ])
list ]