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.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateDeviceFleetRequest {
Description?: string | null;
DeviceFleetName: string;
EnableIotRoleAlias?: boolean | null;
OutputConfig: EdgeOutputConfig;
RoleArn?: string | null;
}

§Properties

§
Description?: string | null
[src]

Description of the fleet.

§
DeviceFleetName: string
[src]

The name of the fleet.

§
EnableIotRoleAlias?: boolean | null
[src]

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

§
OutputConfig: EdgeOutputConfig
[src]

Output configuration for storing sample data collected by the fleet.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the device.