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

RegisterThingResponse

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

§Properties

§
certificatePem?: string | null
[src]

The certificate data, in PEM format.

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

ARNs for the generated resources.