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

UpdateFleetRequest

import type { UpdateFleetRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/appstream.ts";
interface UpdateFleetRequest {
AttributesToDelete?: FleetAttribute[] | null;
ComputeCapacity?: ComputeCapacity | null;
DeleteVpcConfig?: boolean | null;
Description?: string | null;
DisconnectTimeoutInSeconds?: number | null;
DisplayName?: string | null;
DomainJoinInfo?: DomainJoinInfo | null;
EnableDefaultInternetAccess?: boolean | null;
IamRoleArn?: string | null;
IdleDisconnectTimeoutInSeconds?: number | null;
ImageArn?: string | null;
ImageName?: string | null;
InstanceType?: string | null;
MaxUserDurationInSeconds?: number | null;
Name?: string | null;
StreamView?: StreamView | null;
VpcConfig?: VpcConfig | null;
}

§Properties

§
AttributesToDelete?: FleetAttribute[] | null
[src]
§
ComputeCapacity?: ComputeCapacity | null
[src]
§
DeleteVpcConfig?: boolean | null
[src]
§
Description?: string | null
[src]
§
DisconnectTimeoutInSeconds?: number | null
[src]
§
DisplayName?: string | null
[src]
§
DomainJoinInfo?: DomainJoinInfo | null
[src]
§
EnableDefaultInternetAccess?: boolean | null
[src]
§
IamRoleArn?: string | null
[src]
§
IdleDisconnectTimeoutInSeconds?: number | null
[src]
§
ImageArn?: string | null
[src]
§
ImageName?: string | null
[src]
§
InstanceType?: string | null
[src]
§
MaxUserDurationInSeconds?: number | null
[src]
§
Name?: string | null
[src]
§
StreamView?: StreamView | null
[src]
§
VpcConfig?: VpcConfig | null
[src]