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

UpdateDeviceFleetRequest

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

§Properties

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