paws.compute (version 0.1.0)

ec2_describe_spot_fleet_requests: Describes your Spot Fleet requests

Description

Describes your Spot Fleet requests.

Usage

ec2_describe_spot_fleet_requests(DryRun, MaxResults, NextToken,
  SpotFleetRequestIds)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

MaxResults

The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value is 1000. To retrieve the remaining results, make another call with the returned NextToken value.

NextToken

The token for the next set of results.

SpotFleetRequestIds

The IDs of the Spot Fleet requests.

Request syntax

svc$describe_spot_fleet_requests(
  DryRun = TRUE|FALSE,
  MaxResults = 123,
  NextToken = "string",
  SpotFleetRequestIds = list(
    "string"
  )
)

Details

Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated.

Examples

Run this code
# NOT RUN {
# This example describes the specified Spot fleet request.
# }
# NOT RUN {
svc$describe_spot_fleet_requests(
  SpotFleetRequestIds = list(
    "sfr-73fbd2ce-aa30-494c-8788-1cee4EXAMPLE"
  )
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab