lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.30.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.31.0

- old
+ new

@@ -343,10 +343,11 @@ # instances and volumes. The specified tags are applied to all instances # or volumes that are created during launch. # @option options [Types::LaunchTemplateSpecification] :launch_template # The launch template to use to launch the instances. Any parameters # that you specify in RunInstances override the same parameters in the - # launch template. + # launch template. You can specify either the name or ID of a launch + # template, but not both. # @option options [Types::InstanceMarketOptionsRequest] :instance_market_options # The market (purchasing) option for the instances. # @option options [Types::CreditSpecificationRequest] :credit_specification # The credit option for CPU usage of the instance. Valid values are # `standard` and `unlimited`. To change this attribute after launch, use