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.deno.dev/v0.3/services/iot.ts?docs=full";
interface StartThingRegistrationTaskRequest {
inputFileBucket: string;
inputFileKey: string;
roleArn: string;
templateBody: string;
}

§Properties

§
inputFileBucket: string
[src]

The S3 bucket that contains the input file.

§
inputFileKey: string
[src]

The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).

§
roleArn: string
[src]

The IAM role ARN that grants permission the input file.

§
templateBody: string
[src]

The provisioning template.