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

StartThingRegistrationTaskRequest

import type { StartThingRegistrationTaskRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface StartThingRegistrationTaskRequest {
inputFileBucket: string;
inputFileKey: string;
roleArn: string;
templateBody: string;
}

§Properties

§
inputFileBucket: string
[src]
§
inputFileKey: string
[src]
§
roleArn: string
[src]
§
templateBody: string
[src]