Module Values.GetDeviceRegistrationRequestSource

Use to check if a device is registered with SageMaker Edge Manager.

Sourcetype nonrec t = {
  1. deviceName : DeviceName.t;
    (*

    The unique name of the device you want to get the registration status from.

    *)
  2. deviceFleetName : DeviceFleetName.t;
    (*

    The name of the fleet that the device belongs to.

    *)
}
Sourceval context_ : string
Sourceval make : deviceName:DeviceName.t -> deviceFleetName:DeviceFleetName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DeviceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t