Accept Reserved Instances Exchange Quote
ec2_accept_reserved_instances_exchange_quote | R Documentation |
Accepts the Convertible Reserved Instance exchange quote described in the GetReservedInstancesExchangeQuote call¶
Description¶
Accepts the Convertible Reserved Instance exchange quote described in
the get_reserved_instances_exchange_quote
call.
Usage¶
ec2_accept_reserved_instances_exchange_quote(DryRun,
ReservedInstanceIds, TargetConfigurations)
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
|
ReservedInstanceIds |
[required] The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value. |
TargetConfigurations |
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances. |
Value¶
A list with the following syntax:
list(
ExchangeId = "string"
)
Request syntax¶
svc$accept_reserved_instances_exchange_quote(
DryRun = TRUE|FALSE,
ReservedInstanceIds = list(
"string"
),
TargetConfigurations = list(
list(
InstanceCount = 123,
OfferingId = "string"
)
)
)