lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.491.0 vs lib/aws-sdk-ec2/resource.rb in aws-sdk-ec2-1.492.0
- old
+ new
@@ -176,11 +176,11 @@
# core_count: 1,
# threads_per_core: 1,
# amd_sev_snp: "enabled", # accepts enabled, disabled
# },
# capacity_reservation_specification: {
- # capacity_reservation_preference: "open", # accepts open, none
+ # capacity_reservation_preference: "capacity-reservations-only", # accepts capacity-reservations-only, open, none
# capacity_reservation_target: {
# capacity_reservation_id: "CapacityReservationId",
# capacity_reservation_resource_group_arn: "String",
# },
# },
@@ -481,10 +481,10 @@
# @option options [Types::CapacityReservationSpecification] :capacity_reservation_specification
# Information about the Capacity Reservation targeting option. If you do
# not specify this parameter, the instance's Capacity Reservation
# preference defaults to `open`, which enables it to run in any open
# Capacity Reservation that has matching attributes (instance type,
- # platform, Availability Zone).
+ # platform, Availability Zone, and tenancy).
# @option options [Types::HibernationOptionsRequest] :hibernation_options
# Indicates whether an instance is enabled for hibernation. This
# parameter is valid only if the instance meets the [hibernation
# prerequisites][1]. For more information, see [Hibernate your Amazon
# EC2 instance][2] in the *Amazon EC2 User Guide*.