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

UpdateStreamRequest

import type { UpdateStreamRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateStreamRequest {
description?: string | null;
files?: StreamFile[] | null;
roleArn?: string | null;
streamId: string;
}

§Properties

§
description?: string | null
[src]

The description of the stream.

§
files?: StreamFile[] | null
[src]

The files associated with the stream.

§
roleArn?: string | null
[src]

An IAM role that allows the IoT service principal assumes to access your S3 files.

§
streamId: string
[src]

The stream ID.