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

DescribeEdgeConfigurationOutput

import type { DescribeEdgeConfigurationOutput } from "https://aws-api.deno.dev/v0.4/services/kinesisvideo.ts?docs=full";
interface DescribeEdgeConfigurationOutput {
CreationTime?: Date | number | null;
EdgeConfig?: EdgeConfig | null;
FailedStatusDetails?: string | null;
LastUpdatedTime?: Date | number | null;
StreamARN?: string | null;
StreamName?: string | null;
SyncStatus?: SyncStatus | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The timestamp at which a stream’s edge configuration was first created.

§
EdgeConfig?: EdgeConfig | null
[src]

A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass component. The Edge Agent component will run on an IoT Hub Device setup at your premise.

§
FailedStatusDetails?: string | null
[src]

A description of the generated failure status.

§
LastUpdatedTime?: Date | number | null
[src]

The timestamp at which a stream’s edge configuration was last updated.

§
StreamARN?: string | null
[src]

The Amazon Resource Name (ARN) of the stream.

§
StreamName?: string | null
[src]

The name of the stream from which the edge configuration was updated.

§
SyncStatus?: SyncStatus | null
[src]

The latest status of the edge configuration update.