Skip to content

/AWS1/CL_IOWWIRELESSDEVIMPTASK

Information about an import task for wireless devices.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_id TYPE /AWS1/IOWIMPORTTASKID /AWS1/IOWIMPORTTASKID

The ID of the wireless device import task.

iv_arn TYPE /AWS1/IOWIMPORTTASKARN /AWS1/IOWIMPORTTASKARN

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

iv_destinationname TYPE /AWS1/IOWDESTINATIONNAME /AWS1/IOWDESTINATIONNAME

The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless

io_sidewalk TYPE REF TO /AWS1/CL_IOWSIDEWALKGETSTRTI00 /AWS1/CL_IOWSIDEWALKGETSTRTI00

The Sidewalk-related information of the wireless device import task.

iv_creationtime TYPE /AWS1/IOWCREATIONTIME /AWS1/IOWCREATIONTIME

The time at which the import task was created.

iv_status TYPE /AWS1/IOWIMPORTTASKSTATUS /AWS1/IOWIMPORTTASKSTATUS

The status information of the wireless device import task.

iv_statusreason TYPE /AWS1/IOWSTATUSREASON /AWS1/IOWSTATUSREASON

The reason that provides additional information about the import task status.

iv_initializedimpeddevcount TYPE /AWS1/IOWIMPEDWIRELESSDEVCOUNT /AWS1/IOWIMPEDWIRELESSDEVCOUNT

The summary information of count of wireless devices that are waiting for the control log to be added to an import task.

iv_pendingimporteddevcount TYPE /AWS1/IOWIMPEDWIRELESSDEVCOUNT /AWS1/IOWIMPEDWIRELESSDEVCOUNT

The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.

iv_onboardedimporteddevcount TYPE /AWS1/IOWIMPEDWIRELESSDEVCOUNT /AWS1/IOWIMPEDWIRELESSDEVCOUNT

The summary information of count of wireless devices in an import task that have been onboarded to the import task.

iv_failedimporteddevicecount TYPE /AWS1/IOWIMPEDWIRELESSDEVCOUNT /AWS1/IOWIMPEDWIRELESSDEVCOUNT

The summary information of count of wireless devices in an import task that failed to onboarded to the import task.


Queryable Attributes

Id

The ID of the wireless device import task.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

Arn

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

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

DestinationName

The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless

Accessible with the following methods

Method Description
GET_DESTINATIONNAME() Getter for DESTINATIONNAME, with configurable default
ASK_DESTINATIONNAME() Getter for DESTINATIONNAME w/ exceptions if field has no val
HAS_DESTINATIONNAME() Determine if DESTINATIONNAME has a value

Sidewalk

The Sidewalk-related information of the wireless device import task.

Accessible with the following methods

Method Description
GET_SIDEWALK() Getter for SIDEWALK

CreationTime

The time at which the import task was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

Status

The status information of the wireless device import task.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

StatusReason

The reason that provides additional information about the import task status.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

InitializedImportedDeviceCount

The summary information of count of wireless devices that are waiting for the control log to be added to an import task.

Accessible with the following methods

Method Description
GET_INITIALIZEDIMPEDDEVCOUNT() Getter for INITIALIZEDIMPORTEDDEVCOUNT, with configurable de
ASK_INITIALIZEDIMPEDDEVCOUNT() Getter for INITIALIZEDIMPORTEDDEVCOUNT w/ exceptions if fiel
HAS_INITIALIZEDIMPEDDEVCOUNT() Determine if INITIALIZEDIMPORTEDDEVCOUNT has a value

PendingImportedDeviceCount

The summary information of count of wireless devices in an import task that are waiting in the queue to be onboarded.

Accessible with the following methods

Method Description
GET_PENDINGIMPORTEDDEVCOUNT() Getter for PENDINGIMPORTEDDEVICECOUNT, with configurable def
ASK_PENDINGIMPORTEDDEVCOUNT() Getter for PENDINGIMPORTEDDEVICECOUNT w/ exceptions if field
HAS_PENDINGIMPORTEDDEVCOUNT() Determine if PENDINGIMPORTEDDEVICECOUNT has a value

OnboardedImportedDeviceCount

The summary information of count of wireless devices in an import task that have been onboarded to the import task.

Accessible with the following methods

Method Description
GET_ONBOARDEDIMPEDDEVCOUNT() Getter for ONBOARDEDIMPORTEDDEVICECOUNT, with configurable d
ASK_ONBOARDEDIMPEDDEVCOUNT() Getter for ONBOARDEDIMPORTEDDEVICECOUNT w/ exceptions if fie
HAS_ONBOARDEDIMPEDDEVCOUNT() Determine if ONBOARDEDIMPORTEDDEVICECOUNT has a value

FailedImportedDeviceCount

The summary information of count of wireless devices in an import task that failed to onboarded to the import task.

Accessible with the following methods

Method Description
GET_FAILEDIMPORTEDDEVCOUNT() Getter for FAILEDIMPORTEDDEVICECOUNT, with configurable defa
ASK_FAILEDIMPORTEDDEVCOUNT() Getter for FAILEDIMPORTEDDEVICECOUNT w/ exceptions if field
HAS_FAILEDIMPORTEDDEVCOUNT() Determine if FAILEDIMPORTEDDEVICECOUNT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_WIRELESSDEVIMPORTTASKLIST

TYPES TT_WIRELESSDEVIMPORTTASKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOWWIRELESSDEVIMPTASK WITH DEFAULT KEY
.