amazonka-ec2-0.2.3: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.ModifyReservedInstances

Contents

Description

Modifies the Availability Zone, instance count, instance type, or network platform (EC2-Classic or EC2-VPC) of your Reserved Instances. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.

For more information, see Modifying Reserved Instances in the Amazon Elastic Compute Cloud User Guide for Linux.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-ModifyReservedInstances.html

Synopsis

Request

Request constructor

Request lenses

mriClientToken :: Lens' ModifyReservedInstances (Maybe Text) Source

A unique, case-sensitive token you provide to ensure idempotency of your modification request.

mriReservedInstancesIds :: Lens' ModifyReservedInstances [Text] Source

The IDs of the Reserved Instances to modify.

mriTargetConfigurations :: Lens' ModifyReservedInstances [ReservedInstancesConfiguration] Source

The configuration settings for the Reserved Instances to modify.

Response

Response constructor

Response lenses