modifyReservedInstances
inline suspend fun Ec2Client.modifyReservedInstances(crossinline block: ModifyReservedInstancesRequest.Builder.() -> Unit): ModifyReservedInstancesResponse
Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type.
For more information, see Modify Reserved Instances in the Amazon EC2 User Guide.