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

ModifySpotFleetRequestResponse

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

Contains the output of ModifySpotFleetRequest.

interface ModifySpotFleetRequestResponse {
Return?: boolean | null;
}

§Properties

§
Return?: boolean | null
[src]

If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.