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

UpdateStreamResponse

import type { UpdateStreamResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface UpdateStreamResponse {
description?: string | null;
streamArn?: string | null;
streamId?: string | null;
streamVersion?: number | null;
}

§Properties

§
description?: string | null
[src]

A description of the stream.

§
streamArn?: string | null
[src]

The stream ARN.

§
streamId?: string | null
[src]

The stream ID.

§
streamVersion?: number | null
[src]

The stream version.