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

ModifyFleetRequest

import type { ModifyFleetRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyFleetRequest {
Context?: string | null;
DryRun?: boolean | null;
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | null;
FleetId: string;
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | null;
TargetCapacitySpecification?: TargetCapacitySpecificationRequest | null;
}

§Properties

§
Context?: string | null
[src]

Reserved.

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

§
ExcessCapacityTerminationPolicy?: FleetExcessCapacityTerminationPolicy | null
[src]

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.

§
FleetId: string
[src]

The ID of the EC2 Fleet.

§
LaunchTemplateConfigs?: FleetLaunchTemplateConfigRequest[] | null
[src]

The launch template and overrides.

§
TargetCapacitySpecification?: TargetCapacitySpecificationRequest | null
[src]

The size of the EC2 Fleet.