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

CancelCapacityReservationFleetsResult

import type { CancelCapacityReservationFleetsResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CancelCapacityReservationFleetsResult {
SuccessfulFleetCancellations: CapacityReservationFleetCancellationState[];
}

§Properties

§

Information about the Capacity Reservation Fleets that could not be cancelled.

§
SuccessfulFleetCancellations: CapacityReservationFleetCancellationState[]
[src]

Information about the Capacity Reservation Fleets that were successfully cancelled.