Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. 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 items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.