Module Values.GetWirelessDeviceImportTaskResponseSource

Get information about an import task and count of device onboarding summary information for the import task.

Sourcetype nonrec t = {
  1. id : ImportTaskId.t option;
    (*

    The identifier of the import task for which information is retrieved.

    *)
  2. arn : ImportTaskArn.t option;
    (*

    The ARN (Amazon Resource Name) of the import task.

    *)
  3. destinationName : DestinationName.t option;
    (*

    The name of the destination that's assigned to the wireless devices in the import task.

    *)
  4. positioning : PositioningConfigStatus.t option;
    (*

    The integration status of the Device Location feature for LoRaWAN and Sidewalk devices.

    *)
  5. sidewalk : SidewalkGetStartImportInfo.t option;
    (*

    The Sidewalk-related information about an import task.

    *)
  6. creationTime : CreationTime.t option;
    (*

    The time at which the import task was created.

    *)
  7. status : ImportTaskStatus.t option;
    (*

    The import task status.

    *)
  8. statusReason : StatusReason.t option;
    (*

    The reason for the provided status information, such as a validation error that causes the import task to fail.

    *)
  9. initializedImportedDeviceCount : ImportedWirelessDeviceCount.t option;
    (*

    The number of devices in the import task that are waiting for the control log to start processing.

    *)
  10. pendingImportedDeviceCount : ImportedWirelessDeviceCount.t option;
    (*

    The number of devices in the import task that are waiting in the import task queue to be onboarded.

    *)
  11. onboardedImportedDeviceCount : ImportedWirelessDeviceCount.t option;
    (*

    The number of devices in the import task that have been onboarded to the import task.

    *)
  12. failedImportedDeviceCount : ImportedWirelessDeviceCount.t option;
    (*

    The number of devices in the import task that failed to onboard to the import task.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?id:??? -> ?arn:??? -> ?destinationName:??? -> ?positioning:??? -> ?sidewalk:??? -> ?creationTime:??? -> ?status:??? -> ?statusReason:??? -> ?initializedImportedDeviceCount:??? -> ?pendingImportedDeviceCount:??? -> ?onboardedImportedDeviceCount:??? -> ?failedImportedDeviceCount:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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