View source: R/ec2_operations.R
ec2_get_reserved_instances_exchange_quote | R Documentation |
Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use accept_reserved_instances_exchange_quote
to perform the exchange.
See https://www.paws-r-sdk.com/docs/ec2_get_reserved_instances_exchange_quote/ for full documentation.
ec2_get_reserved_instances_exchange_quote(
DryRun = NULL,
ReservedInstanceIds,
TargetConfigurations = NULL
)
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. |
TargetConfigurations |
The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.