Values.GetDeviceRegistrationResultSourceUse to check if a device is registered with SageMaker Edge Manager.
type nonrec t = {deviceRegistration : DeviceRegistration.t option;Describes if the device is currently registered with SageMaker Edge Manager.
*)cacheTTL : CacheTTLSeconds.t option;The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `Unknown_operation_error of string * string option ]