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

CreateDeviceFleetRequest

import type { CreateDeviceFleetRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface CreateDeviceFleetRequest {
Description?: string | null;
DeviceFleetName: string;
EnableIotRoleAlias?: boolean | null;
OutputConfig: EdgeOutputConfig;
RoleArn?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]
§
DeviceFleetName: string
[src]
§
EnableIotRoleAlias?: boolean | null
[src]
§
RoleArn?: string | null
[src]
§
Tags?: Tag[] | null
[src]