Learn R Programming

paws.compute (version 0.5.0)

ec2_describe_capacity_block_offerings: Describes Capacity Block offerings available for purchase

Description

Describes Capacity Block offerings available for purchase. With Capacity Blocks, you purchase a specific instance type for a period of time.

See https://www.paws-r-sdk.com/docs/ec2_describe_capacity_block_offerings/ for full documentation.

Usage

ec2_describe_capacity_block_offerings(
  DryRun = NULL,
  InstanceType,
  InstanceCount,
  StartDateRange = NULL,
  EndDateRange = NULL,
  CapacityDurationHours,
  NextToken = NULL,
  MaxResults = NULL
)

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.

InstanceType

[required] The type of instance for which the Capacity Block offering reserves capacity.

InstanceCount

[required] The number of instances for which to reserve capacity.

StartDateRange

The earliest start date for the Capacity Block offering.

EndDateRange

The latest end date for the Capacity Block offering.

CapacityDurationHours

[required] The number of hours for which to reserve Capacity Block.

NextToken

The token to use to retrieve the next page of results.

MaxResults

The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned nextToken value. This value can be between 5 and 500. If maxResults is given a larger value than 500, you receive an error.