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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for ModifyReservedInstances.

Synopsis

Creating a Request

modifyReservedInstances :: ModifyReservedInstances Source

Creates a value of ModifyReservedInstances with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mriClientToken :: Lens' ModifyReservedInstances (Maybe Text) Source

A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.

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.

Destructuring the Response

modifyReservedInstancesResponse Source

Creates a value of ModifyReservedInstancesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses