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

DescribeDeviceFleetResponse

import type { DescribeDeviceFleetResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeDeviceFleetResponse {
CreationTime: Date | number;
Description?: string | null;
DeviceFleetArn: string;
DeviceFleetName: string;
IotRoleAlias?: string | null;
LastModifiedTime: Date | number;
OutputConfig: EdgeOutputConfig;
RoleArn?: string | null;
}

§Properties

§
CreationTime: Date | number
[src]

Timestamp of when the device fleet was created.

§
Description?: string | null
[src]

A description of the fleet.

§
DeviceFleetArn: string
[src]

The The Amazon Resource Name (ARN) of the fleet.

§
DeviceFleetName: string
[src]

The name of the fleet.

§
IotRoleAlias?: string | null
[src]

The Amazon Resource Name (ARN) alias created in Amazon Web Services Internet of Things (IoT).

§
LastModifiedTime: Date | number
[src]

Timestamp of when the device fleet was last updated.

§
OutputConfig: EdgeOutputConfig
[src]

The output configuration for storing sampled data.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).