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

DeleteScalingPolicyInput

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

Represents the input for a request operation.

interface DeleteScalingPolicyInput {
FleetId: string;
Name: string;
}

§Properties

§
FleetId: string
[src]

A unique identifier for the fleet to be deleted. You can use either the fleet ID or ARN value.

§
Name: string
[src]

A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.