Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, DescribeSpotFleetRequestsCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, DescribeSpotFleetRequestsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new DescribeSpotFleetRequestsCommand(input); const response = await client.send(command);
DescribeSpotFleetRequestsCommandInput for command's input shape.
input
DescribeSpotFleetRequestsCommandOutput for command's response shape.
response
config for EC2Client's config shape.
config
Describes your Spot Fleet requests.
Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, DescribeSpotFleetRequestsCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, DescribeSpotFleetRequestsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new DescribeSpotFleetRequestsCommand(input); const response = await client.send(command);
DescribeSpotFleetRequestsCommandInput for command's
input
shape.DescribeSpotFleetRequestsCommandOutput for command's
response
shape.config for EC2Client's
config
shape.