Skip to content

/AWS1/CL_I1D=>FINALIZEDEVICECLAIM()

About FinalizeDeviceClaim

Given a device ID, finalizes the claim request for the associated device.

Claiming a device consists of initiating a claim, then publishing a device event, and finalizing the claim. For a device of type button, a device event can be published by simply clicking the device.

Method Signature

IMPORTING

Required arguments:

IV_DEVICEID TYPE /AWS1/I1D__STRING /AWS1/I1D__STRING

The unique identifier of the device.

Optional arguments:

IT_TAGS TYPE /AWS1/CL_I1D__MAPOF__STRING_W=>TT___MAPOF__STRING TT___MAPOF__STRING

A collection of key/value pairs defining the resource tags. For example, { "tags": {"key1": "value1", "key2": "value2"} }. For more information, see AWS Tagging Strategies.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_I1DFINALIZEDEVCLAIM01 /AWS1/CL_I1DFINALIZEDEVCLAIM01