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.
ec2_describe_capacity_block_offerings(
DryRun = NULL,
InstanceType,
InstanceCount,
StartDateRange = NULL,
EndDateRange = NULL,
CapacityDurationHours,
NextToken = NULL,
MaxResults = NULL
)
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
.
[required] The type of instance for which the Capacity Block offering reserves capacity.
[required] The number of instances for which to reserve capacity.
The earliest start date for the Capacity Block offering.
The latest end date for the Capacity Block offering.
[required] The number of hours for which to reserve Capacity Block.
The token to use to retrieve the next page of results.
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.