aws-sdk-ec2 1.585.0 → 1.586.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 493c6eeca3b7380c4d1c7167a7cf7454aa9035820017cb6d1d427585e7de9229
4
- data.tar.gz: 9c5b663bffb083e1c792e8b328aca1564b15b18f670ca950a10973c2510f773a
3
+ metadata.gz: 7b7760955cbec3fcce0f3302848906b19fcafa12f4fb4abb9e6b16bc0bfc365d
4
+ data.tar.gz: 07d67463196e13ab2df76a6350e1607218e82c6c0977f289488c4575ee3f9cff
5
5
  SHA512:
6
- metadata.gz: a35d8f58317898f7951c1458e2e639109de294c5f46282564ace95b25356ce4a4ffd605d2536bafc853ff8883858612747b77a77173afddee4a7d087a5c6d2c0
7
- data.tar.gz: 7a1b9241eb1199be601835911b329e14761e14b59c7f770b5fa80c48ed1efd92918857af21e2f4378d84417783a2ee42e21fee72f2aee9fdc488aa08da833336
6
+ metadata.gz: 197442513077cc388fb966d5d9e298da5a26c273cd1a5de189e6880772076f66d7b6da530a090c0e18b7e59999a0f98ad107fae27a17cb08e8a275280f43bda0
7
+ data.tar.gz: e3db3abde12b9725d5a5f35e578587f0e3647c00fe63dc4bd494f6a799f351410da4150dae480abe4582efa55920b98c200ae7efa072d204bae4da9f505ad72a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.586.0 (2025-12-18)
5
+ ------------------
6
+
7
+ * Feature - This release adds AvailabilityZoneId support for CreateFleet, ModifyFleet, DescribeFleets, RequestSpotFleet, ModifySpotFleetRequests and DescribeSpotFleetRequests APIs.
8
+
4
9
  1.585.0 (2025-12-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.585.0
1
+ 1.586.0
@@ -7758,6 +7758,7 @@ module Aws::EC2
7758
7758
  # require_encryption_in_transit: false,
7759
7759
  # },
7760
7760
  # image_id: "String",
7761
+ # availability_zone_id: "AvailabilityZoneId",
7761
7762
  # },
7762
7763
  # ],
7763
7764
  # },
@@ -7859,6 +7860,7 @@ module Aws::EC2
7859
7860
  # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
7860
7861
  # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
7861
7862
  # resp.errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
7863
+ # resp.errors[0].launch_template_and_overrides.overrides.availability_zone_id #=> String
7862
7864
  # resp.errors[0].lifecycle #=> String, one of "spot", "on-demand"
7863
7865
  # resp.errors[0].error_code #=> String
7864
7866
  # resp.errors[0].error_message #=> String
@@ -7930,6 +7932,7 @@ module Aws::EC2
7930
7932
  # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
7931
7933
  # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
7932
7934
  # resp.instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
7935
+ # resp.instances[0].launch_template_and_overrides.overrides.availability_zone_id #=> String
7933
7936
  # resp.instances[0].lifecycle #=> String, one of "spot", "on-demand"
7934
7937
  # resp.instances[0].instance_ids #=> Array
7935
7938
  # resp.instances[0].instance_ids[0] #=> String
@@ -27670,6 +27673,7 @@ module Aws::EC2
27670
27673
  # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.volume_size #=> Integer
27671
27674
  # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
27672
27675
  # resp.fleets[0].launch_template_configs[0].overrides[0].block_device_mappings[0].no_device #=> String
27676
+ # resp.fleets[0].launch_template_configs[0].overrides[0].availability_zone_id #=> String
27673
27677
  # resp.fleets[0].target_capacity_specification.total_target_capacity #=> Integer
27674
27678
  # resp.fleets[0].target_capacity_specification.on_demand_target_capacity #=> Integer
27675
27679
  # resp.fleets[0].target_capacity_specification.spot_target_capacity #=> Integer
@@ -27766,6 +27770,7 @@ module Aws::EC2
27766
27770
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
27767
27771
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
27768
27772
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
27773
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.availability_zone_id #=> String
27769
27774
  # resp.fleets[0].errors[0].lifecycle #=> String, one of "spot", "on-demand"
27770
27775
  # resp.fleets[0].errors[0].error_code #=> String
27771
27776
  # resp.fleets[0].errors[0].error_message #=> String
@@ -27837,6 +27842,7 @@ module Aws::EC2
27837
27842
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_size #=> Integer
27838
27843
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].ebs.volume_type #=> String, one of "standard", "io1", "io2", "gp2", "sc1", "st1", "gp3"
27839
27844
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.block_device_mappings[0].no_device #=> String
27845
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.availability_zone_id #=> String
27840
27846
  # resp.fleets[0].instances[0].lifecycle #=> String, one of "spot", "on-demand"
27841
27847
  # resp.fleets[0].instances[0].instance_ids #=> Array
27842
27848
  # resp.fleets[0].instances[0].instance_ids[0] #=> String
@@ -31788,7 +31794,7 @@ module Aws::EC2
31788
31794
  #
31789
31795
  # * `requester-id` - The ID of the entity that launched the instance on
31790
31796
  # your behalf (for example, Amazon Web Services Management Console,
31791
- # Amazon EC2 Auto Scaling, and so on).
31797
+ # Auto Scaling, and so on).
31792
31798
  #
31793
31799
  # * `reservation-id` - The ID of the instance's reservation. A
31794
31800
  # reservation ID is created any time you launch an instance. A
@@ -40168,6 +40174,7 @@ module Aws::EC2
40168
40174
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].placement.availability_zone #=> String
40169
40175
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].placement.group_name #=> String
40170
40176
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].placement.tenancy #=> String, one of "default", "dedicated", "host"
40177
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].placement.availability_zone_id #=> String
40171
40178
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].ramdisk_id #=> String
40172
40179
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].spot_price #=> String
40173
40180
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].subnet_id #=> String
@@ -40280,6 +40287,7 @@ module Aws::EC2
40280
40287
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references #=> Array
40281
40288
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_performance_factors.cpu.references[0].instance_family #=> String
40282
40289
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.require_encryption_in_transit #=> Boolean
40290
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].availability_zone_id #=> String
40283
40291
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
40284
40292
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
40285
40293
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_target_capacity #=> Integer
@@ -40638,6 +40646,7 @@ module Aws::EC2
40638
40646
  # resp.spot_instance_requests[0].launch_specification.placement.availability_zone #=> String
40639
40647
  # resp.spot_instance_requests[0].launch_specification.placement.group_name #=> String
40640
40648
  # resp.spot_instance_requests[0].launch_specification.placement.tenancy #=> String, one of "default", "dedicated", "host"
40649
+ # resp.spot_instance_requests[0].launch_specification.placement.availability_zone_id #=> String
40641
40650
  # resp.spot_instance_requests[0].launch_specification.ramdisk_id #=> String
40642
40651
  # resp.spot_instance_requests[0].launch_specification.subnet_id #=> String
40643
40652
  # resp.spot_instance_requests[0].launch_specification.security_groups #=> Array
@@ -56820,6 +56829,7 @@ module Aws::EC2
56820
56829
  # require_encryption_in_transit: false,
56821
56830
  # },
56822
56831
  # image_id: "String",
56832
+ # availability_zone_id: "AvailabilityZoneId",
56823
56833
  # },
56824
56834
  # ],
56825
56835
  # },
@@ -60323,6 +60333,7 @@ module Aws::EC2
60323
60333
  # },
60324
60334
  # require_encryption_in_transit: false,
60325
60335
  # },
60336
+ # availability_zone_id: "AvailabilityZoneId",
60326
60337
  # },
60327
60338
  # ],
60328
60339
  # },
@@ -66352,6 +66363,7 @@ module Aws::EC2
66352
66363
  # availability_zone: "String",
66353
66364
  # group_name: "PlacementGroupName",
66354
66365
  # tenancy: "default", # accepts default, dedicated, host
66366
+ # availability_zone_id: "String",
66355
66367
  # },
66356
66368
  # ramdisk_id: "String",
66357
66369
  # spot_price: "String",
@@ -66518,6 +66530,7 @@ module Aws::EC2
66518
66530
  # },
66519
66531
  # require_encryption_in_transit: false,
66520
66532
  # },
66533
+ # availability_zone_id: "AvailabilityZoneId",
66521
66534
  # },
66522
66535
  # ],
66523
66536
  # },
@@ -66854,6 +66867,7 @@ module Aws::EC2
66854
66867
  # availability_zone: "String",
66855
66868
  # group_name: "PlacementGroupName",
66856
66869
  # tenancy: "default", # accepts default, dedicated, host
66870
+ # availability_zone_id: "String",
66857
66871
  # },
66858
66872
  # ramdisk_id: "RamdiskId",
66859
66873
  # subnet_id: "SubnetId",
@@ -66956,6 +66970,7 @@ module Aws::EC2
66956
66970
  # resp.spot_instance_requests[0].launch_specification.placement.availability_zone #=> String
66957
66971
  # resp.spot_instance_requests[0].launch_specification.placement.group_name #=> String
66958
66972
  # resp.spot_instance_requests[0].launch_specification.placement.tenancy #=> String, one of "default", "dedicated", "host"
66973
+ # resp.spot_instance_requests[0].launch_specification.placement.availability_zone_id #=> String
66959
66974
  # resp.spot_instance_requests[0].launch_specification.ramdisk_id #=> String
66960
66975
  # resp.spot_instance_requests[0].launch_specification.subnet_id #=> String
66961
66976
  # resp.spot_instance_requests[0].launch_specification.security_groups #=> Array
@@ -71672,7 +71687,7 @@ module Aws::EC2
71672
71687
  tracer: tracer
71673
71688
  )
71674
71689
  context[:gem_name] = 'aws-sdk-ec2'
71675
- context[:gem_version] = '1.585.0'
71690
+ context[:gem_version] = '1.586.0'
71676
71691
  Seahorse::Client::Request.new(handlers, context)
71677
71692
  end
71678
71693
 
@@ -10850,6 +10850,7 @@ module Aws::EC2
10850
10850
  FleetLaunchTemplateOverrides.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
10851
10851
  FleetLaunchTemplateOverrides.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
10852
10852
  FleetLaunchTemplateOverrides.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: BlockDeviceMappingResponseList, location_name: "blockDeviceMappingSet"))
10853
+ FleetLaunchTemplateOverrides.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
10853
10854
  FleetLaunchTemplateOverrides.struct_class = Types::FleetLaunchTemplateOverrides
10854
10855
 
10855
10856
  FleetLaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: FleetLaunchTemplateOverrides, location_name: "item")
@@ -10866,6 +10867,7 @@ module Aws::EC2
10866
10867
  FleetLaunchTemplateOverridesRequest.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: FleetBlockDeviceMappingRequestList, location_name: "BlockDeviceMapping"))
10867
10868
  FleetLaunchTemplateOverridesRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
10868
10869
  FleetLaunchTemplateOverridesRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: String, location_name: "ImageId"))
10870
+ FleetLaunchTemplateOverridesRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "AvailabilityZoneId"))
10869
10871
  FleetLaunchTemplateOverridesRequest.struct_class = Types::FleetLaunchTemplateOverridesRequest
10870
10872
 
10871
10873
  FleetLaunchTemplateSpecification.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: String, location_name: "launchTemplateId"))
@@ -13572,6 +13574,7 @@ module Aws::EC2
13572
13574
  LaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
13573
13575
  LaunchTemplateOverrides.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "priority"))
13574
13576
  LaunchTemplateOverrides.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirements, location_name: "instanceRequirements"))
13577
+ LaunchTemplateOverrides.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: AvailabilityZoneId, location_name: "availabilityZoneId"))
13575
13578
  LaunchTemplateOverrides.struct_class = Types::LaunchTemplateOverrides
13576
13579
 
13577
13580
  LaunchTemplateOverridesList.member = Shapes::ShapeRef.new(shape: LaunchTemplateOverrides, location_name: "item")
@@ -17397,6 +17400,7 @@ module Aws::EC2
17397
17400
  SpotPlacement.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
17398
17401
  SpotPlacement.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "groupName"))
17399
17402
  SpotPlacement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
17403
+ SpotPlacement.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
17400
17404
  SpotPlacement.struct_class = Types::SpotPlacement
17401
17405
 
17402
17406
  SpotPlacementScore.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
@@ -645,7 +645,7 @@ module Aws::EC2
645
645
  #
646
646
  # * `requester-id` - The ID of the entity that launched the instance on
647
647
  # your behalf (for example, Amazon Web Services Management Console,
648
- # Amazon EC2 Auto Scaling, and so on).
648
+ # Auto Scaling, and so on).
649
649
  #
650
650
  # * `reservation-id` - The ID of the instance's reservation. A
651
651
  # reservation ID is created any time you launch an instance. A
@@ -2971,7 +2971,7 @@ module Aws::EC2
2971
2971
  #
2972
2972
  # * `requester-id` - The ID of the entity that launched the instance on
2973
2973
  # your behalf (for example, Amazon Web Services Management Console,
2974
- # Amazon EC2 Auto Scaling, and so on).
2974
+ # Auto Scaling, and so on).
2975
2975
  #
2976
2976
  # * `reservation-id` - The ID of the instance's reservation. A
2977
2977
  # reservation ID is created any time you launch an instance. A
@@ -1581,7 +1581,7 @@ module Aws::EC2
1581
1581
  #
1582
1582
  # * `requester-id` - The ID of the entity that launched the instance on
1583
1583
  # your behalf (for example, Amazon Web Services Management Console,
1584
- # Amazon EC2 Auto Scaling, and so on).
1584
+ # Auto Scaling, and so on).
1585
1585
  #
1586
1586
  # * `reservation-id` - The ID of the instance's reservation. A
1587
1587
  # reservation ID is created any time you launch an instance. A
@@ -26480,7 +26480,7 @@ module Aws::EC2
26480
26480
  #
26481
26481
  # * `requester-id` - The ID of the entity that launched the instance
26482
26482
  # on your behalf (for example, Amazon Web Services Management
26483
- # Console, Amazon EC2 Auto Scaling, and so on).
26483
+ # Console, Auto Scaling, and so on).
26484
26484
  #
26485
26485
  # * `reservation-id` - The ID of the instance's reservation. A
26486
26486
  # reservation ID is created any time you launch an instance. A
@@ -41368,7 +41368,11 @@ module Aws::EC2
41368
41368
  # @return [String]
41369
41369
  #
41370
41370
  # @!attribute [rw] availability_zone
41371
- # The Availability Zone in which to launch the instances.
41371
+ # The Availability Zone in which to launch the instances. For example,
41372
+ # `us-east-2a`.
41373
+ #
41374
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
41375
+ # in the request, but not both.
41372
41376
  # @return [String]
41373
41377
  #
41374
41378
  # @!attribute [rw] weighted_capacity
@@ -41483,6 +41487,14 @@ module Aws::EC2
41483
41487
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html
41484
41488
  # @return [Array<Types::BlockDeviceMappingResponse>]
41485
41489
  #
41490
+ # @!attribute [rw] availability_zone_id
41491
+ # The ID of the Availability Zone in which to launch the instances.
41492
+ # For example, `use2-az1`.
41493
+ #
41494
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
41495
+ # in the request, but not both.
41496
+ # @return [String]
41497
+ #
41486
41498
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetLaunchTemplateOverrides AWS API Documentation
41487
41499
  #
41488
41500
  class FleetLaunchTemplateOverrides < Struct.new(
@@ -41495,7 +41507,8 @@ module Aws::EC2
41495
41507
  :placement,
41496
41508
  :instance_requirements,
41497
41509
  :image_id,
41498
- :block_device_mappings)
41510
+ :block_device_mappings,
41511
+ :availability_zone_id)
41499
41512
  SENSITIVE = []
41500
41513
  include Aws::Structure
41501
41514
  end
@@ -41535,7 +41548,11 @@ module Aws::EC2
41535
41548
  # @return [String]
41536
41549
  #
41537
41550
  # @!attribute [rw] availability_zone
41538
- # The Availability Zone in which to launch the instances.
41551
+ # The Availability Zone in which to launch the instances. For example,
41552
+ # `us-east-2a`.
41553
+ #
41554
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
41555
+ # in the request, but not both.
41539
41556
  # @return [String]
41540
41557
  #
41541
41558
  # @!attribute [rw] weighted_capacity
@@ -41650,6 +41667,14 @@ module Aws::EC2
41650
41667
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/create-launch-template.html#use-an-ssm-parameter-instead-of-an-ami-id
41651
41668
  # @return [String]
41652
41669
  #
41670
+ # @!attribute [rw] availability_zone_id
41671
+ # The ID of the Availability Zone in which to launch the instances.
41672
+ # For example, `use2-az1`.
41673
+ #
41674
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
41675
+ # in the request, but not both.
41676
+ # @return [String]
41677
+ #
41653
41678
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/FleetLaunchTemplateOverridesRequest AWS API Documentation
41654
41679
  #
41655
41680
  class FleetLaunchTemplateOverridesRequest < Struct.new(
@@ -41662,7 +41687,8 @@ module Aws::EC2
41662
41687
  :placement,
41663
41688
  :block_device_mappings,
41664
41689
  :instance_requirements,
41665
- :image_id)
41690
+ :image_id,
41691
+ :availability_zone_id)
41666
41692
  SENSITIVE = []
41667
41693
  include Aws::Structure
41668
41694
  end
@@ -56909,7 +56935,11 @@ module Aws::EC2
56909
56935
  # @return [String]
56910
56936
  #
56911
56937
  # @!attribute [rw] availability_zone
56912
- # The Availability Zone in which to launch the instances.
56938
+ # The Availability Zone in which to launch the instances. For example,
56939
+ # `us-east-2a`.
56940
+ #
56941
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
56942
+ # in the request, but not both.
56913
56943
  # @return [String]
56914
56944
  #
56915
56945
  # @!attribute [rw] weighted_capacity
@@ -56964,6 +56994,14 @@ module Aws::EC2
56964
56994
  # </note>
56965
56995
  # @return [Types::InstanceRequirements]
56966
56996
  #
56997
+ # @!attribute [rw] availability_zone_id
56998
+ # The ID of the Availability Zone in which to launch the instances.
56999
+ # For example, `use2-az1`.
57000
+ #
57001
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
57002
+ # in the request, but not both.
57003
+ # @return [String]
57004
+ #
56967
57005
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplateOverrides AWS API Documentation
56968
57006
  #
56969
57007
  class LaunchTemplateOverrides < Struct.new(
@@ -56973,7 +57011,8 @@ module Aws::EC2
56973
57011
  :availability_zone,
56974
57012
  :weighted_capacity,
56975
57013
  :priority,
56976
- :instance_requirements)
57014
+ :instance_requirements,
57015
+ :availability_zone_id)
56977
57016
  SENSITIVE = []
56978
57017
  include Aws::Structure
56979
57018
  end
@@ -77747,10 +77786,13 @@ module Aws::EC2
77747
77786
  # Describes Spot Instance placement.
77748
77787
  #
77749
77788
  # @!attribute [rw] availability_zone
77750
- # The Availability Zone.
77789
+ # The Availability Zone. For example, `us-east-2a`.
77751
77790
  #
77752
77791
  # \[Spot Fleet only\] To specify multiple Availability Zones, separate
77753
- # them using commas; for example, "us-west-2a, us-west-2b".
77792
+ # them using commas; for example, "`us-east-2a`, `us-east-2b`".
77793
+ #
77794
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
77795
+ # in the request, but not both.
77754
77796
  # @return [String]
77755
77797
  #
77756
77798
  # @!attribute [rw] group_name
@@ -77763,12 +77805,23 @@ module Aws::EC2
77763
77805
  # hardware. The `host` tenancy is not supported for Spot Instances.
77764
77806
  # @return [String]
77765
77807
  #
77808
+ # @!attribute [rw] availability_zone_id
77809
+ # The ID of the Availability Zone. For example, `use2-az1`.
77810
+ #
77811
+ # \[Spot Fleet only\] To specify multiple Availability Zones, separate
77812
+ # them using commas; for example, "`use2-az1`, `use2-bz1`".
77813
+ #
77814
+ # Either `AvailabilityZone` or `AvailabilityZoneId` must be specified
77815
+ # in the request, but not both.
77816
+ # @return [String]
77817
+ #
77766
77818
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/SpotPlacement AWS API Documentation
77767
77819
  #
77768
77820
  class SpotPlacement < Struct.new(
77769
77821
  :availability_zone,
77770
77822
  :group_name,
77771
- :tenancy)
77823
+ :tenancy,
77824
+ :availability_zone_id)
77772
77825
  SENSITIVE = []
77773
77826
  include Aws::Structure
77774
77827
  end
@@ -1425,7 +1425,7 @@ module Aws::EC2
1425
1425
  #
1426
1426
  # * `requester-id` - The ID of the entity that launched the instance on
1427
1427
  # your behalf (for example, Amazon Web Services Management Console,
1428
- # Amazon EC2 Auto Scaling, and so on).
1428
+ # Auto Scaling, and so on).
1429
1429
  #
1430
1430
  # * `reservation-id` - The ID of the instance's reservation. A
1431
1431
  # reservation ID is created any time you launch an instance. A
data/lib/aws-sdk-ec2.rb CHANGED
@@ -78,7 +78,7 @@ module Aws::EC2
78
78
  autoload :VpcPeeringConnection, 'aws-sdk-ec2/vpc_peering_connection'
79
79
  autoload :VpcAddress, 'aws-sdk-ec2/vpc_address'
80
80
 
81
- GEM_VERSION = '1.585.0'
81
+ GEM_VERSION = '1.586.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -1663,7 +1663,8 @@ module Aws
1663
1663
  }?,
1664
1664
  require_encryption_in_transit: bool?
1665
1665
  }?,
1666
- image_id: ::String?
1666
+ image_id: ::String?,
1667
+ availability_zone_id: ::String?
1667
1668
  },
1668
1669
  ]?
1669
1670
  },
@@ -12056,7 +12057,8 @@ module Aws
12056
12057
  }?,
12057
12058
  require_encryption_in_transit: bool?
12058
12059
  }?,
12059
- image_id: ::String?
12060
+ image_id: ::String?,
12061
+ availability_zone_id: ::String?
12060
12062
  },
12061
12063
  ]?
12062
12064
  },
@@ -12870,7 +12872,8 @@ module Aws
12870
12872
  }?
12871
12873
  }?,
12872
12874
  require_encryption_in_transit: bool?
12873
- }?
12875
+ }?,
12876
+ availability_zone_id: ::String?
12874
12877
  },
12875
12878
  ]?
12876
12879
  },
@@ -14252,7 +14255,8 @@ module Aws
14252
14255
  placement: {
14253
14256
  availability_zone: ::String?,
14254
14257
  group_name: ::String?,
14255
- tenancy: ("default" | "dedicated" | "host")?
14258
+ tenancy: ("default" | "dedicated" | "host")?,
14259
+ availability_zone_id: ::String?
14256
14260
  }?,
14257
14261
  ramdisk_id: ::String?,
14258
14262
  spot_price: ::String?,
@@ -14418,7 +14422,8 @@ module Aws
14418
14422
  }?
14419
14423
  }?,
14420
14424
  require_encryption_in_transit: bool?
14421
- }?
14425
+ }?,
14426
+ availability_zone_id: ::String?
14422
14427
  },
14423
14428
  ]?
14424
14429
  },
@@ -14568,7 +14573,8 @@ module Aws
14568
14573
  placement: {
14569
14574
  availability_zone: ::String?,
14570
14575
  group_name: ::String?,
14571
- tenancy: ("default" | "dedicated" | "host")?
14576
+ tenancy: ("default" | "dedicated" | "host")?,
14577
+ availability_zone_id: ::String?
14572
14578
  }?,
14573
14579
  ramdisk_id: ::String?,
14574
14580
  subnet_id: ::String?,
data/sig/types.rbs CHANGED
@@ -9105,6 +9105,7 @@ module Aws::EC2
9105
9105
  attr_accessor instance_requirements: Types::InstanceRequirements
9106
9106
  attr_accessor image_id: ::String
9107
9107
  attr_accessor block_device_mappings: ::Array[Types::BlockDeviceMappingResponse]
9108
+ attr_accessor availability_zone_id: ::String
9108
9109
  SENSITIVE: []
9109
9110
  end
9110
9111
 
@@ -9119,6 +9120,7 @@ module Aws::EC2
9119
9120
  attr_accessor block_device_mappings: ::Array[Types::FleetBlockDeviceMappingRequest]
9120
9121
  attr_accessor instance_requirements: Types::InstanceRequirementsRequest
9121
9122
  attr_accessor image_id: ::String
9123
+ attr_accessor availability_zone_id: ::String
9122
9124
  SENSITIVE: []
9123
9125
  end
9124
9126
 
@@ -12213,6 +12215,7 @@ module Aws::EC2
12213
12215
  attr_accessor weighted_capacity: ::Float
12214
12216
  attr_accessor priority: ::Float
12215
12217
  attr_accessor instance_requirements: Types::InstanceRequirements
12218
+ attr_accessor availability_zone_id: ::String
12216
12219
  SENSITIVE: []
12217
12220
  end
12218
12221
 
@@ -16630,6 +16633,7 @@ module Aws::EC2
16630
16633
  attr_accessor availability_zone: ::String
16631
16634
  attr_accessor group_name: ::String
16632
16635
  attr_accessor tenancy: ("default" | "dedicated" | "host")
16636
+ attr_accessor availability_zone_id: ::String
16633
16637
  SENSITIVE: []
16634
16638
  end
16635
16639
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.585.0
4
+ version: 1.586.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services