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

ModifySpotFleetRequestRequest

import type { ModifySpotFleetRequestRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the parameters for ModifySpotFleetRequest.

interface ModifySpotFleetRequestRequest {
Context?: string | null;
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | null;
LaunchTemplateConfigs?: LaunchTemplateConfig[] | null;
OnDemandTargetCapacity?: number | null;
SpotFleetRequestId: string;
TargetCapacity?: number | null;
}

§Properties

§
Context?: string | null
[src]

Reserved.

§
ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | null
[src]

Indicates whether running Spot Instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.

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

The launch template and overrides. You can only use this parameter if you specified a launch template (LaunchTemplateConfigs) in your Spot Fleet request. If you specified LaunchSpecifications in your Spot Fleet request, then omit this parameter.

§
OnDemandTargetCapacity?: number | null
[src]

The number of On-Demand Instances in the fleet.

§
SpotFleetRequestId: string
[src]

The ID of the Spot Fleet request.

§
TargetCapacity?: number | null
[src]

The size of the fleet.