ec2_purchase_capacity_block_extension: Purchase the Capacity Block extension for use with your...

View source: R/ec2_operations.R

ec2_purchase_capacity_block_extensionR Documentation

Purchase the Capacity Block extension for use with your account

Description

Purchase the Capacity Block extension for use with your account. You must specify the ID of the Capacity Block extension offering you are purchasing.

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

Usage

ec2_purchase_capacity_block_extension(
  CapacityBlockExtensionOfferingId,
  CapacityReservationId,
  DryRun = NULL
)

Arguments

CapacityBlockExtensionOfferingId

[required] The ID of the Capacity Block extension offering to purchase.

CapacityReservationId

[required] The ID of the Capacity reservation to be extended.

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.


paws.compute documentation built on April 4, 2025, 5:47 a.m.