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

ClaimDevicesByClaimCodeResponse

import type { ClaimDevicesByClaimCodeResponse } from "https://aws-api.deno.dev/v0.3/services/iot1clickdevicesservice.ts?docs=full";
interface ClaimDevicesByClaimCodeResponse {
ClaimCode?: string | null;
Total?: number | null;
}

§Properties

§
ClaimCode?: string | null
[src]

The claim code provided by the device manufacturer.

§
Total?: number | null
[src]

The total number of devices associated with the claim code that has been processed in the claim request.