Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FinalizeDeviceClaimRequest

import type { FinalizeDeviceClaimRequest } from "https://aws-api.deno.dev/v0.3/services/iot1clickdevicesservice.ts?docs=full";
interface FinalizeDeviceClaimRequest {
DeviceId: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
DeviceId: string
[src]

The unique identifier of the device.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

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