Values.GetWirelessDeviceImportTaskResponseSourceGet information about an import task and count of device onboarding summary information for the import task.
type nonrec t = {id : ImportTaskId.t option;The identifier of the import task for which information is retrieved.
*)arn : ImportTaskArn.t option;The ARN (Amazon Resource Name) of the import task.
*)destinationName : DestinationName.t option;The name of the destination that's assigned to the wireless devices in the import task.
*)positioning : PositioningConfigStatus.t option;The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.
*)sidewalk : SidewalkGetStartImportInfo.t option;The Sidewalk-related information about an import task.
*)creationTime : CreationTime.t option;The time at which the import task was created.
*)status : ImportTaskStatus.t option;The import task status.
*)statusReason : StatusReason.t option;The reason for the provided status information, such as a validation error that causes the import task to fail.
*)initializedImportedDeviceCount : ImportedWirelessDeviceCount.t option;The number of devices in the import task that are waiting for the control log to start processing.
*)pendingImportedDeviceCount : ImportedWirelessDeviceCount.t option;The number of devices in the import task that are waiting in the import task queue to be onboarded.
*)onboardedImportedDeviceCount : ImportedWirelessDeviceCount.t option;The number of devices in the import task that have been onboarded to the import task.
*)failedImportedDeviceCount : ImportedWirelessDeviceCount.t option;The number of devices in the import task that failed to onboard to the import task.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?id:??? ->
?arn:??? ->
?destinationName:??? ->
?positioning:??? ->
?sidewalk:??? ->
?creationTime:??? ->
?status:??? ->
?statusReason:??? ->
?initializedImportedDeviceCount:??? ->
?pendingImportedDeviceCount:??? ->
?onboardedImportedDeviceCount:??? ->
?failedImportedDeviceCount:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Long of ImportedWirelessDeviceCount.t
| `String of ImportTaskId.t
| `Structure of
(string
* [> `List of [> `String of DeviceCreationFile.t ] list
| `String of Role.t
| `Structure of
(string * [> `String of DestinationName.t ]) list ])
list
| `Timestamp of CreationTime.t ])
list ]