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

UpdateCapacityProviderRequest

import type { UpdateCapacityProviderRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface UpdateCapacityProviderRequest {
autoScalingGroupProvider: AutoScalingGroupProviderUpdate;
name: string;
}

§Properties

§
autoScalingGroupProvider: AutoScalingGroupProviderUpdate
[src]

An object that represent the parameters to update for the Auto Scaling group capacity provider.

§
name: string
[src]

The name of the capacity provider to update.