ec2_accept_reserved_instances_exchange_quote: Accepts the Convertible Reserved Instance exchange quote...

View source: R/ec2_operations.R

ec2_accept_reserved_instances_exchange_quoteR 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.

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

Usage

ec2_accept_reserved_instances_exchange_quote(
  DryRun = NULL,
  ReservedInstanceIds,
  TargetConfigurations = NULL
)

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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.