aws-sdk-ec2 1.345.0 → 1.347.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebd42b04d705e2ea33f8f94e3064f9658b63b953866e54143ec91e53b1e97f08
4
- data.tar.gz: 160509c26fc1d5cb52fc7557dca753b309082df7130077307a108510202a2802
3
+ metadata.gz: 1f9f32c805711bd98d031fde00dbb5940ebe24d0703c34a15c1c1540ad39e89e
4
+ data.tar.gz: 955f5ce7c17474e7fd761d06818207d0864a2b5691537f8731bfdc9ef8500c30
5
5
  SHA512:
6
- metadata.gz: 24e4e60c7c2526ccf451ab7dc76af05714192745de207b8d3948a0c740f11144f32c553a29d3e9c0468c6fccfcf994e71968fe21032f0eda09c964d5562600f0
7
- data.tar.gz: 9f59694d115e175100ef7ae1ae918c6aa6e0e05d03178df3b9c871b32e6bec29d8f2de61a727e1530ffae5175cd4f684deb94cbaac91d1554817d5f66b4d9e3c
6
+ metadata.gz: fff4fef5cdbd9f8001869ec902b3f3dcfa14661e1c384212fec8a7a0be317d576c568a20246e6e5109a9065061dc4dde9df30570f6c0bbc47e0a39e8a59175e9
7
+ data.tar.gz: 8dc7dc78bfd972c7fc5d7d66075d2c81334591e4bad6918be9709a27954c865576062e6d8744bb686cd9f3d042ad78e799b2d9ad18d40d29bb78c0902a6a8f4d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.347.0 (2022-11-08)
5
+ ------------------
6
+
7
+ * Feature - This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
8
+
9
+ 1.346.0 (2022-11-07)
10
+ ------------------
11
+
12
+ * Feature - This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
13
+
4
14
  1.345.0 (2022-11-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.345.0
1
+ 1.347.0
@@ -5977,6 +5977,7 @@ module Aws::EC2
5977
5977
  # tenancy: "default", # accepts default, dedicated, host
5978
5978
  # spread_domain: "String",
5979
5979
  # host_resource_group_arn: "String",
5980
+ # group_id: "PlacementGroupId",
5980
5981
  # },
5981
5982
  # instance_requirements: {
5982
5983
  # v_cpu_count: { # required
@@ -6024,6 +6025,11 @@ module Aws::EC2
6024
6025
  # min: 1,
6025
6026
  # max: 1,
6026
6027
  # },
6028
+ # network_bandwidth_gbps: {
6029
+ # min: 1.0,
6030
+ # max: 1.0,
6031
+ # },
6032
+ # allowed_instance_types: ["AllowedInstanceType"],
6027
6033
  # },
6028
6034
  # image_id: "ImageId",
6029
6035
  # },
@@ -6106,6 +6112,10 @@ module Aws::EC2
6106
6112
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
6107
6113
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
6108
6114
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
6115
+ # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
6116
+ # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.max #=> Float
6117
+ # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types #=> Array
6118
+ # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types[0] #=> String
6109
6119
  # resp.errors[0].launch_template_and_overrides.overrides.image_id #=> String
6110
6120
  # resp.errors[0].lifecycle #=> String, one of "spot", "on-demand"
6111
6121
  # resp.errors[0].error_code #=> String
@@ -6157,6 +6167,10 @@ module Aws::EC2
6157
6167
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
6158
6168
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
6159
6169
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
6170
+ # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
6171
+ # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.max #=> Float
6172
+ # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types #=> Array
6173
+ # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types[0] #=> String
6160
6174
  # resp.instances[0].launch_template_and_overrides.overrides.image_id #=> String
6161
6175
  # resp.instances[0].lifecycle #=> String, one of "spot", "on-demand"
6162
6176
  # resp.instances[0].instance_ids #=> Array
@@ -7623,6 +7637,7 @@ module Aws::EC2
7623
7637
  # spread_domain: "String",
7624
7638
  # host_resource_group_arn: "String",
7625
7639
  # partition_number: 1,
7640
+ # group_id: "PlacementGroupId",
7626
7641
  # },
7627
7642
  # ram_disk_id: "RamdiskId",
7628
7643
  # disable_api_termination: false,
@@ -7740,6 +7755,11 @@ module Aws::EC2
7740
7755
  # min: 1,
7741
7756
  # max: 1,
7742
7757
  # },
7758
+ # network_bandwidth_gbps: {
7759
+ # min: 1.0,
7760
+ # max: 1.0,
7761
+ # },
7762
+ # allowed_instance_types: ["AllowedInstanceType"],
7743
7763
  # },
7744
7764
  # private_dns_name_options: {
7745
7765
  # hostname_type: "ip-name", # accepts ip-name, resource-name
@@ -7988,6 +8008,7 @@ module Aws::EC2
7988
8008
  # spread_domain: "String",
7989
8009
  # host_resource_group_arn: "String",
7990
8010
  # partition_number: 1,
8011
+ # group_id: "PlacementGroupId",
7991
8012
  # },
7992
8013
  # ram_disk_id: "RamdiskId",
7993
8014
  # disable_api_termination: false,
@@ -8105,6 +8126,11 @@ module Aws::EC2
8105
8126
  # min: 1,
8106
8127
  # max: 1,
8107
8128
  # },
8129
+ # network_bandwidth_gbps: {
8130
+ # min: 1.0,
8131
+ # max: 1.0,
8132
+ # },
8133
+ # allowed_instance_types: ["AllowedInstanceType"],
8108
8134
  # },
8109
8135
  # private_dns_name_options: {
8110
8136
  # hostname_type: "ip-name", # accepts ip-name, resource-name
@@ -8181,6 +8207,7 @@ module Aws::EC2
8181
8207
  # resp.launch_template_version.launch_template_data.placement.spread_domain #=> String
8182
8208
  # resp.launch_template_version.launch_template_data.placement.host_resource_group_arn #=> String
8183
8209
  # resp.launch_template_version.launch_template_data.placement.partition_number #=> Integer
8210
+ # resp.launch_template_version.launch_template_data.placement.group_id #=> String
8184
8211
  # resp.launch_template_version.launch_template_data.ram_disk_id #=> String
8185
8212
  # resp.launch_template_version.launch_template_data.disable_api_termination #=> Boolean
8186
8213
  # resp.launch_template_version.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
@@ -8257,6 +8284,10 @@ module Aws::EC2
8257
8284
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
8258
8285
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
8259
8286
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
8287
+ # resp.launch_template_version.launch_template_data.instance_requirements.network_bandwidth_gbps.min #=> Float
8288
+ # resp.launch_template_version.launch_template_data.instance_requirements.network_bandwidth_gbps.max #=> Float
8289
+ # resp.launch_template_version.launch_template_data.instance_requirements.allowed_instance_types #=> Array
8290
+ # resp.launch_template_version.launch_template_data.instance_requirements.allowed_instance_types[0] #=> String
8260
8291
  # resp.launch_template_version.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
8261
8292
  # resp.launch_template_version.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
8262
8293
  # resp.launch_template_version.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
@@ -20333,6 +20364,10 @@ module Aws::EC2
20333
20364
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
20334
20365
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
20335
20366
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
20367
+ # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.network_bandwidth_gbps.min #=> Float
20368
+ # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.network_bandwidth_gbps.max #=> Float
20369
+ # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.allowed_instance_types #=> Array
20370
+ # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.allowed_instance_types[0] #=> String
20336
20371
  # resp.fleets[0].launch_template_configs[0].overrides[0].image_id #=> String
20337
20372
  # resp.fleets[0].target_capacity_specification.total_target_capacity #=> Integer
20338
20373
  # resp.fleets[0].target_capacity_specification.on_demand_target_capacity #=> Integer
@@ -20409,6 +20444,10 @@ module Aws::EC2
20409
20444
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
20410
20445
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
20411
20446
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
20447
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
20448
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.max #=> Float
20449
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types #=> Array
20450
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types[0] #=> String
20412
20451
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.image_id #=> String
20413
20452
  # resp.fleets[0].errors[0].lifecycle #=> String, one of "spot", "on-demand"
20414
20453
  # resp.fleets[0].errors[0].error_code #=> String
@@ -20460,6 +20499,10 @@ module Aws::EC2
20460
20499
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
20461
20500
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
20462
20501
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
20502
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
20503
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.max #=> Float
20504
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types #=> Array
20505
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.allowed_instance_types[0] #=> String
20463
20506
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.image_id #=> String
20464
20507
  # resp.fleets[0].instances[0].lifecycle #=> String, one of "spot", "on-demand"
20465
20508
  # resp.fleets[0].instances[0].instance_ids #=> Array
@@ -23252,6 +23295,7 @@ module Aws::EC2
23252
23295
  # resp.reservations[0].instances[0].placement.tenancy #=> String, one of "default", "dedicated", "host"
23253
23296
  # resp.reservations[0].instances[0].placement.spread_domain #=> String
23254
23297
  # resp.reservations[0].instances[0].placement.host_resource_group_arn #=> String
23298
+ # resp.reservations[0].instances[0].placement.group_id #=> String
23255
23299
  # resp.reservations[0].instances[0].platform #=> String, one of "Windows"
23256
23300
  # resp.reservations[0].instances[0].private_dns_name #=> String
23257
23301
  # resp.reservations[0].instances[0].private_ip_address #=> String
@@ -24201,6 +24245,7 @@ module Aws::EC2
24201
24245
  # resp.launch_template_versions[0].launch_template_data.placement.spread_domain #=> String
24202
24246
  # resp.launch_template_versions[0].launch_template_data.placement.host_resource_group_arn #=> String
24203
24247
  # resp.launch_template_versions[0].launch_template_data.placement.partition_number #=> Integer
24248
+ # resp.launch_template_versions[0].launch_template_data.placement.group_id #=> String
24204
24249
  # resp.launch_template_versions[0].launch_template_data.ram_disk_id #=> String
24205
24250
  # resp.launch_template_versions[0].launch_template_data.disable_api_termination #=> Boolean
24206
24251
  # resp.launch_template_versions[0].launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
@@ -24277,6 +24322,10 @@ module Aws::EC2
24277
24322
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
24278
24323
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
24279
24324
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
24325
+ # resp.launch_template_versions[0].launch_template_data.instance_requirements.network_bandwidth_gbps.min #=> Float
24326
+ # resp.launch_template_versions[0].launch_template_data.instance_requirements.network_bandwidth_gbps.max #=> Float
24327
+ # resp.launch_template_versions[0].launch_template_data.instance_requirements.allowed_instance_types #=> Array
24328
+ # resp.launch_template_versions[0].launch_template_data.instance_requirements.allowed_instance_types[0] #=> String
24280
24329
  # resp.launch_template_versions[0].launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
24281
24330
  # resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
24282
24331
  # resp.launch_template_versions[0].launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
@@ -29423,7 +29472,7 @@ module Aws::EC2
29423
29472
  # hours.
29424
29473
  #
29425
29474
  # For more information, see [Monitor fleet events using Amazon
29426
- # EventBridge][1] in the *Amazon EC2 User Guide for Linux Instances*.
29475
+ # EventBridge][1] in the *Amazon EC2 User Guide*.
29427
29476
  #
29428
29477
  #
29429
29478
  #
@@ -29755,6 +29804,10 @@ module Aws::EC2
29755
29804
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
29756
29805
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
29757
29806
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
29807
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.network_bandwidth_gbps.min #=> Float
29808
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.network_bandwidth_gbps.max #=> Float
29809
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.allowed_instance_types #=> Array
29810
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.allowed_instance_types[0] #=> String
29758
29811
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs #=> Array
29759
29812
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].launch_template_specification.launch_template_id #=> String
29760
29813
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].launch_template_specification.launch_template_name #=> String
@@ -29802,6 +29855,10 @@ module Aws::EC2
29802
29855
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
29803
29856
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
29804
29857
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
29858
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.network_bandwidth_gbps.min #=> Float
29859
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.network_bandwidth_gbps.max #=> Float
29860
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.allowed_instance_types #=> Array
29861
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.allowed_instance_types[0] #=> String
29805
29862
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.spot_price #=> String
29806
29863
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.target_capacity #=> Integer
29807
29864
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.on_demand_target_capacity #=> Integer
@@ -37209,6 +37266,11 @@ module Aws::EC2
37209
37266
  # min: 1,
37210
37267
  # max: 1,
37211
37268
  # },
37269
+ # network_bandwidth_gbps: {
37270
+ # min: 1.0,
37271
+ # max: 1.0,
37272
+ # },
37273
+ # allowed_instance_types: ["AllowedInstanceType"],
37212
37274
  # },
37213
37275
  # max_results: 1,
37214
37276
  # next_token: "String",
@@ -37758,6 +37820,7 @@ module Aws::EC2
37758
37820
  # resp.launch_template_data.placement.spread_domain #=> String
37759
37821
  # resp.launch_template_data.placement.host_resource_group_arn #=> String
37760
37822
  # resp.launch_template_data.placement.partition_number #=> Integer
37823
+ # resp.launch_template_data.placement.group_id #=> String
37761
37824
  # resp.launch_template_data.ram_disk_id #=> String
37762
37825
  # resp.launch_template_data.disable_api_termination #=> Boolean
37763
37826
  # resp.launch_template_data.instance_initiated_shutdown_behavior #=> String, one of "stop", "terminate"
@@ -37834,6 +37897,10 @@ module Aws::EC2
37834
37897
  # resp.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "v100", "k80", "t4", "m60", "radeon-pro-v520", "vu9p", "inferentia", "k520"
37835
37898
  # resp.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
37836
37899
  # resp.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
37900
+ # resp.launch_template_data.instance_requirements.network_bandwidth_gbps.min #=> Float
37901
+ # resp.launch_template_data.instance_requirements.network_bandwidth_gbps.max #=> Float
37902
+ # resp.launch_template_data.instance_requirements.allowed_instance_types #=> Array
37903
+ # resp.launch_template_data.instance_requirements.allowed_instance_types[0] #=> String
37837
37904
  # resp.launch_template_data.private_dns_name_options.hostname_type #=> String, one of "ip-name", "resource-name"
37838
37905
  # resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_a_record #=> Boolean
37839
37906
  # resp.launch_template_data.private_dns_name_options.enable_resource_name_dns_aaaa_record #=> Boolean
@@ -38683,6 +38750,11 @@ module Aws::EC2
38683
38750
  # min: 1,
38684
38751
  # max: 1,
38685
38752
  # },
38753
+ # network_bandwidth_gbps: {
38754
+ # min: 1.0,
38755
+ # max: 1.0,
38756
+ # },
38757
+ # allowed_instance_types: ["AllowedInstanceType"],
38686
38758
  # },
38687
38759
  # },
38688
38760
  # dry_run: false,
@@ -39790,6 +39862,7 @@ module Aws::EC2
39790
39862
  # tenancy: "default", # accepts default, dedicated, host
39791
39863
  # spread_domain: "String",
39792
39864
  # host_resource_group_arn: "String",
39865
+ # group_id: "PlacementGroupId",
39793
39866
  # },
39794
39867
  # private_ip_address: "String",
39795
39868
  # subnet_id: "SubnetId",
@@ -40928,6 +41001,7 @@ module Aws::EC2
40928
41001
  # tenancy: "default", # accepts default, dedicated, host
40929
41002
  # spread_domain: "String",
40930
41003
  # host_resource_group_arn: "String",
41004
+ # group_id: "PlacementGroupId",
40931
41005
  # },
40932
41006
  # instance_requirements: {
40933
41007
  # v_cpu_count: { # required
@@ -40975,6 +41049,11 @@ module Aws::EC2
40975
41049
  # min: 1,
40976
41050
  # max: 1,
40977
41051
  # },
41052
+ # network_bandwidth_gbps: {
41053
+ # min: 1.0,
41054
+ # max: 1.0,
41055
+ # },
41056
+ # allowed_instance_types: ["AllowedInstanceType"],
40978
41057
  # },
40979
41058
  # image_id: "ImageId",
40980
41059
  # },
@@ -42200,6 +42279,10 @@ module Aws::EC2
42200
42279
  # @option params [String] :host_resource_group_arn
42201
42280
  # The ARN of the host resource group in which to place the instance.
42202
42281
  #
42282
+ # @option params [String] :group_id
42283
+ # The Group Id of a placement group. You must specify the Placement
42284
+ # Group **Group Id** to launch an instance in a shared placement group.
42285
+ #
42203
42286
  # @return [Types::ModifyInstancePlacementResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
42204
42287
  #
42205
42288
  # * {Types::ModifyInstancePlacementResult#return #return} => Boolean
@@ -42214,6 +42297,7 @@ module Aws::EC2
42214
42297
  # tenancy: "dedicated", # accepts dedicated, host
42215
42298
  # partition_number: 1,
42216
42299
  # host_resource_group_arn: "String",
42300
+ # group_id: "PlacementGroupId",
42217
42301
  # })
42218
42302
  #
42219
42303
  # @example Response structure
@@ -43427,6 +43511,11 @@ module Aws::EC2
43427
43511
  # min: 1,
43428
43512
  # max: 1,
43429
43513
  # },
43514
+ # network_bandwidth_gbps: {
43515
+ # min: 1.0,
43516
+ # max: 1.0,
43517
+ # },
43518
+ # allowed_instance_types: ["AllowedInstanceType"],
43430
43519
  # },
43431
43520
  # },
43432
43521
  # ],
@@ -47575,12 +47664,12 @@ module Aws::EC2
47575
47664
  # types are supported.
47576
47665
  #
47577
47666
  # For more information, see [Spot Fleet requests][1] in the *Amazon EC2
47578
- # User Guide for Linux Instances*.
47667
+ # User Guide*.
47579
47668
  #
47580
47669
  # We strongly discourage using the RequestSpotFleet API because it is a
47581
47670
  # legacy API with no planned investment. For options for requesting Spot
47582
47671
  # Instances, see [Which is the best Spot request method to use?][2] in
47583
- # the *Amazon EC2 User Guide for Linux Instances*.
47672
+ # the *Amazon EC2 User Guide*.
47584
47673
  #
47585
47674
  #
47586
47675
  #
@@ -47915,6 +48004,11 @@ module Aws::EC2
47915
48004
  # min: 1,
47916
48005
  # max: 1,
47917
48006
  # },
48007
+ # network_bandwidth_gbps: {
48008
+ # min: 1.0,
48009
+ # max: 1.0,
48010
+ # },
48011
+ # allowed_instance_types: ["AllowedInstanceType"],
47918
48012
  # },
47919
48013
  # },
47920
48014
  # ],
@@ -47979,6 +48073,11 @@ module Aws::EC2
47979
48073
  # min: 1,
47980
48074
  # max: 1,
47981
48075
  # },
48076
+ # network_bandwidth_gbps: {
48077
+ # min: 1.0,
48078
+ # max: 1.0,
48079
+ # },
48080
+ # allowed_instance_types: ["AllowedInstanceType"],
47982
48081
  # },
47983
48082
  # },
47984
48083
  # ],
@@ -49973,6 +50072,7 @@ module Aws::EC2
49973
50072
  # tenancy: "default", # accepts default, dedicated, host
49974
50073
  # spread_domain: "String",
49975
50074
  # host_resource_group_arn: "String",
50075
+ # group_id: "PlacementGroupId",
49976
50076
  # },
49977
50077
  # ramdisk_id: "RamdiskId",
49978
50078
  # security_group_ids: ["SecurityGroupId"],
@@ -50132,6 +50232,7 @@ module Aws::EC2
50132
50232
  # resp.instances[0].placement.tenancy #=> String, one of "default", "dedicated", "host"
50133
50233
  # resp.instances[0].placement.spread_domain #=> String
50134
50234
  # resp.instances[0].placement.host_resource_group_arn #=> String
50235
+ # resp.instances[0].placement.group_id #=> String
50135
50236
  # resp.instances[0].platform #=> String, one of "Windows"
50136
50237
  # resp.instances[0].private_dns_name #=> String
50137
50238
  # resp.instances[0].private_ip_address #=> String
@@ -52477,7 +52578,7 @@ module Aws::EC2
52477
52578
  params: params,
52478
52579
  config: config)
52479
52580
  context[:gem_name] = 'aws-sdk-ec2'
52480
- context[:gem_version] = '1.345.0'
52581
+ context[:gem_version] = '1.347.0'
52481
52582
  Seahorse::Client::Request.new(handlers, context)
52482
52583
  end
52483
52584
 
@@ -85,6 +85,8 @@ module Aws::EC2
85
85
  AllocationState = Shapes::StringShape.new(name: 'AllocationState')
86
86
  AllocationStrategy = Shapes::StringShape.new(name: 'AllocationStrategy')
87
87
  AllocationType = Shapes::StringShape.new(name: 'AllocationType')
88
+ AllowedInstanceType = Shapes::StringShape.new(name: 'AllowedInstanceType')
89
+ AllowedInstanceTypeSet = Shapes::ListShape.new(name: 'AllowedInstanceTypeSet')
88
90
  AllowedPrincipal = Shapes::StructureShape.new(name: 'AllowedPrincipal')
89
91
  AllowedPrincipalSet = Shapes::ListShape.new(name: 'AllowedPrincipalSet')
90
92
  AllowsMultipleInstanceTypes = Shapes::StringShape.new(name: 'AllowsMultipleInstanceTypes')
@@ -1946,6 +1948,8 @@ module Aws::EC2
1946
1948
  NetworkAclId = Shapes::StringShape.new(name: 'NetworkAclId')
1947
1949
  NetworkAclIdStringList = Shapes::ListShape.new(name: 'NetworkAclIdStringList')
1948
1950
  NetworkAclList = Shapes::ListShape.new(name: 'NetworkAclList')
1951
+ NetworkBandwidthGbps = Shapes::StructureShape.new(name: 'NetworkBandwidthGbps')
1952
+ NetworkBandwidthGbpsRequest = Shapes::StructureShape.new(name: 'NetworkBandwidthGbpsRequest')
1949
1953
  NetworkCardIndex = Shapes::IntegerShape.new(name: 'NetworkCardIndex')
1950
1954
  NetworkCardInfo = Shapes::StructureShape.new(name: 'NetworkCardInfo')
1951
1955
  NetworkCardInfoList = Shapes::ListShape.new(name: 'NetworkCardInfoList')
@@ -3019,6 +3023,8 @@ module Aws::EC2
3019
3023
 
3020
3024
  AllocationIds.member = Shapes::ShapeRef.new(shape: AllocationId, location_name: "item")
3021
3025
 
3026
+ AllowedInstanceTypeSet.member = Shapes::ShapeRef.new(shape: AllowedInstanceType, location_name: "item")
3027
+
3022
3028
  AllowedPrincipal.add_member(:principal_type, Shapes::ShapeRef.new(shape: PrincipalType, location_name: "principalType"))
3023
3029
  AllowedPrincipal.add_member(:principal, Shapes::ShapeRef.new(shape: String, location_name: "principal"))
3024
3030
  AllowedPrincipal.add_member(:service_permission_id, Shapes::ShapeRef.new(shape: String, location_name: "servicePermissionId"))
@@ -8969,6 +8975,8 @@ module Aws::EC2
8969
8975
  InstanceRequirements.add_member(:accelerator_manufacturers, Shapes::ShapeRef.new(shape: AcceleratorManufacturerSet, location_name: "acceleratorManufacturerSet"))
8970
8976
  InstanceRequirements.add_member(:accelerator_names, Shapes::ShapeRef.new(shape: AcceleratorNameSet, location_name: "acceleratorNameSet"))
8971
8977
  InstanceRequirements.add_member(:accelerator_total_memory_mi_b, Shapes::ShapeRef.new(shape: AcceleratorTotalMemoryMiB, location_name: "acceleratorTotalMemoryMiB"))
8978
+ InstanceRequirements.add_member(:network_bandwidth_gbps, Shapes::ShapeRef.new(shape: NetworkBandwidthGbps, location_name: "networkBandwidthGbps"))
8979
+ InstanceRequirements.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "allowedInstanceTypeSet"))
8972
8980
  InstanceRequirements.struct_class = Types::InstanceRequirements
8973
8981
 
8974
8982
  InstanceRequirementsRequest.add_member(:v_cpu_count, Shapes::ShapeRef.new(shape: VCpuCountRangeRequest, required: true, location_name: "VCpuCount"))
@@ -8992,6 +9000,8 @@ module Aws::EC2
8992
9000
  InstanceRequirementsRequest.add_member(:accelerator_manufacturers, Shapes::ShapeRef.new(shape: AcceleratorManufacturerSet, location_name: "AcceleratorManufacturer"))
8993
9001
  InstanceRequirementsRequest.add_member(:accelerator_names, Shapes::ShapeRef.new(shape: AcceleratorNameSet, location_name: "AcceleratorName"))
8994
9002
  InstanceRequirementsRequest.add_member(:accelerator_total_memory_mi_b, Shapes::ShapeRef.new(shape: AcceleratorTotalMemoryMiBRequest, location_name: "AcceleratorTotalMemoryMiB"))
9003
+ InstanceRequirementsRequest.add_member(:network_bandwidth_gbps, Shapes::ShapeRef.new(shape: NetworkBandwidthGbpsRequest, location_name: "NetworkBandwidthGbps"))
9004
+ InstanceRequirementsRequest.add_member(:allowed_instance_types, Shapes::ShapeRef.new(shape: AllowedInstanceTypeSet, location_name: "AllowedInstanceType"))
8995
9005
  InstanceRequirementsRequest.struct_class = Types::InstanceRequirementsRequest
8996
9006
 
8997
9007
  InstanceRequirementsWithMetadataRequest.add_member(:architecture_types, Shapes::ShapeRef.new(shape: ArchitectureTypeSet, location_name: "ArchitectureType"))
@@ -9607,6 +9617,7 @@ module Aws::EC2
9607
9617
  LaunchTemplatePlacement.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "spreadDomain"))
9608
9618
  LaunchTemplatePlacement.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "hostResourceGroupArn"))
9609
9619
  LaunchTemplatePlacement.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionNumber"))
9620
+ LaunchTemplatePlacement.add_member(:group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "groupId"))
9610
9621
  LaunchTemplatePlacement.struct_class = Types::LaunchTemplatePlacement
9611
9622
 
9612
9623
  LaunchTemplatePlacementRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
@@ -9617,6 +9628,7 @@ module Aws::EC2
9617
9628
  LaunchTemplatePlacementRequest.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "SpreadDomain"))
9618
9629
  LaunchTemplatePlacementRequest.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "HostResourceGroupArn"))
9619
9630
  LaunchTemplatePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
9631
+ LaunchTemplatePlacementRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "GroupId"))
9620
9632
  LaunchTemplatePlacementRequest.struct_class = Types::LaunchTemplatePlacementRequest
9621
9633
 
9622
9634
  LaunchTemplatePrivateDnsNameOptions.add_member(:hostname_type, Shapes::ShapeRef.new(shape: HostnameType, location_name: "hostnameType"))
@@ -10075,6 +10087,7 @@ module Aws::EC2
10075
10087
  ModifyInstancePlacementRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: HostTenancy, location_name: "tenancy"))
10076
10088
  ModifyInstancePlacementRequest.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "PartitionNumber"))
10077
10089
  ModifyInstancePlacementRequest.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "HostResourceGroupArn"))
10090
+ ModifyInstancePlacementRequest.add_member(:group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "GroupId"))
10078
10091
  ModifyInstancePlacementRequest.struct_class = Types::ModifyInstancePlacementRequest
10079
10092
 
10080
10093
  ModifyInstancePlacementResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
@@ -10571,6 +10584,14 @@ module Aws::EC2
10571
10584
 
10572
10585
  NetworkAclList.member = Shapes::ShapeRef.new(shape: NetworkAcl, location_name: "item")
10573
10586
 
10587
+ NetworkBandwidthGbps.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
10588
+ NetworkBandwidthGbps.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
10589
+ NetworkBandwidthGbps.struct_class = Types::NetworkBandwidthGbps
10590
+
10591
+ NetworkBandwidthGbpsRequest.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "Min"))
10592
+ NetworkBandwidthGbpsRequest.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "Max"))
10593
+ NetworkBandwidthGbpsRequest.struct_class = Types::NetworkBandwidthGbpsRequest
10594
+
10574
10595
  NetworkCardInfo.add_member(:network_card_index, Shapes::ShapeRef.new(shape: NetworkCardIndex, location_name: "networkCardIndex"))
10575
10596
  NetworkCardInfo.add_member(:network_performance, Shapes::ShapeRef.new(shape: NetworkPerformance, location_name: "networkPerformance"))
10576
10597
  NetworkCardInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
@@ -10926,6 +10947,7 @@ module Aws::EC2
10926
10947
  Placement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
10927
10948
  Placement.add_member(:spread_domain, Shapes::ShapeRef.new(shape: String, location_name: "spreadDomain"))
10928
10949
  Placement.add_member(:host_resource_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "hostResourceGroupArn"))
10950
+ Placement.add_member(:group_id, Shapes::ShapeRef.new(shape: PlacementGroupId, location_name: "groupId"))
10929
10951
  Placement.struct_class = Types::Placement
10930
10952
 
10931
10953
  PlacementGroup.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
@@ -122,6 +122,7 @@ module Aws::EC2
122
122
  # tenancy: "default", # accepts default, dedicated, host
123
123
  # spread_domain: "String",
124
124
  # host_resource_group_arn: "String",
125
+ # group_id: "PlacementGroupId",
125
126
  # },
126
127
  # ramdisk_id: "RamdiskId",
127
128
  # security_group_ids: ["SecurityGroupId"],
@@ -347,6 +347,7 @@ module Aws::EC2
347
347
  # tenancy: "default", # accepts default, dedicated, host
348
348
  # spread_domain: "String",
349
349
  # host_resource_group_arn: "String",
350
+ # group_id: "PlacementGroupId",
350
351
  # },
351
352
  # ramdisk_id: "RamdiskId",
352
353
  # security_group_ids: ["SecurityGroupId"],
@@ -8242,6 +8242,7 @@ module Aws::EC2
8242
8242
  # tenancy: "default", # accepts default, dedicated, host
8243
8243
  # spread_domain: "String",
8244
8244
  # host_resource_group_arn: "String",
8245
+ # group_id: "PlacementGroupId",
8245
8246
  # },
8246
8247
  # instance_requirements: {
8247
8248
  # v_cpu_count: { # required
@@ -8289,6 +8290,11 @@ module Aws::EC2
8289
8290
  # min: 1,
8290
8291
  # max: 1,
8291
8292
  # },
8293
+ # network_bandwidth_gbps: {
8294
+ # min: 1.0,
8295
+ # max: 1.0,
8296
+ # },
8297
+ # allowed_instance_types: ["AllowedInstanceType"],
8292
8298
  # },
8293
8299
  # image_id: "ImageId",
8294
8300
  # },
@@ -9651,6 +9657,7 @@ module Aws::EC2
9651
9657
  # spread_domain: "String",
9652
9658
  # host_resource_group_arn: "String",
9653
9659
  # partition_number: 1,
9660
+ # group_id: "PlacementGroupId",
9654
9661
  # },
9655
9662
  # ram_disk_id: "RamdiskId",
9656
9663
  # disable_api_termination: false,
@@ -9768,6 +9775,11 @@ module Aws::EC2
9768
9775
  # min: 1,
9769
9776
  # max: 1,
9770
9777
  # },
9778
+ # network_bandwidth_gbps: {
9779
+ # min: 1.0,
9780
+ # max: 1.0,
9781
+ # },
9782
+ # allowed_instance_types: ["AllowedInstanceType"],
9771
9783
  # },
9772
9784
  # private_dns_name_options: {
9773
9785
  # hostname_type: "ip-name", # accepts ip-name, resource-name
@@ -9959,6 +9971,7 @@ module Aws::EC2
9959
9971
  # spread_domain: "String",
9960
9972
  # host_resource_group_arn: "String",
9961
9973
  # partition_number: 1,
9974
+ # group_id: "PlacementGroupId",
9962
9975
  # },
9963
9976
  # ram_disk_id: "RamdiskId",
9964
9977
  # disable_api_termination: false,
@@ -10076,6 +10089,11 @@ module Aws::EC2
10076
10089
  # min: 1,
10077
10090
  # max: 1,
10078
10091
  # },
10092
+ # network_bandwidth_gbps: {
10093
+ # min: 1.0,
10094
+ # max: 1.0,
10095
+ # },
10096
+ # allowed_instance_types: ["AllowedInstanceType"],
10079
10097
  # },
10080
10098
  # private_dns_name_options: {
10081
10099
  # hostname_type: "ip-name", # accepts ip-name, resource-name
@@ -11393,7 +11411,7 @@ module Aws::EC2
11393
11411
  end
11394
11412
 
11395
11413
  # @!attribute [rw] placement_group
11396
- # Describes a placement group.
11414
+ # Information about the placement group.
11397
11415
  # @return [Types::PlacementGroup]
11398
11416
  #
11399
11417
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/CreatePlacementGroupResult AWS API Documentation
@@ -35403,6 +35421,7 @@ module Aws::EC2
35403
35421
  # tenancy: "default", # accepts default, dedicated, host
35404
35422
  # spread_domain: "String",
35405
35423
  # host_resource_group_arn: "String",
35424
+ # group_id: "PlacementGroupId",
35406
35425
  # },
35407
35426
  # instance_requirements: {
35408
35427
  # v_cpu_count: { # required
@@ -35450,6 +35469,11 @@ module Aws::EC2
35450
35469
  # min: 1,
35451
35470
  # max: 1,
35452
35471
  # },
35472
+ # network_bandwidth_gbps: {
35473
+ # min: 1.0,
35474
+ # max: 1.0,
35475
+ # },
35476
+ # allowed_instance_types: ["AllowedInstanceType"],
35453
35477
  # },
35454
35478
  # image_id: "ImageId",
35455
35479
  # },
@@ -35587,6 +35611,7 @@ module Aws::EC2
35587
35611
  # tenancy: "default", # accepts default, dedicated, host
35588
35612
  # spread_domain: "String",
35589
35613
  # host_resource_group_arn: "String",
35614
+ # group_id: "PlacementGroupId",
35590
35615
  # },
35591
35616
  # instance_requirements: {
35592
35617
  # v_cpu_count: { # required
@@ -35634,6 +35659,11 @@ module Aws::EC2
35634
35659
  # min: 1,
35635
35660
  # max: 1,
35636
35661
  # },
35662
+ # network_bandwidth_gbps: {
35663
+ # min: 1.0,
35664
+ # max: 1.0,
35665
+ # },
35666
+ # allowed_instance_types: ["AllowedInstanceType"],
35637
35667
  # },
35638
35668
  # image_id: "ImageId",
35639
35669
  # }
@@ -35732,8 +35762,7 @@ module Aws::EC2
35732
35762
  # of the launch template in the request, but not both.
35733
35763
  #
35734
35764
  # For information about launch templates, see [Launch an instance from a
35735
- # launch template][1] in the *Amazon EC2 User Guide for Linux
35736
- # Instances*.
35765
+ # launch template][1] in the *Amazon EC2 User Guide*.
35737
35766
  #
35738
35767
  #
35739
35768
  #
@@ -37053,6 +37082,11 @@ module Aws::EC2
37053
37082
  # min: 1,
37054
37083
  # max: 1,
37055
37084
  # },
37085
+ # network_bandwidth_gbps: {
37086
+ # min: 1.0,
37087
+ # max: 1.0,
37088
+ # },
37089
+ # allowed_instance_types: ["AllowedInstanceType"],
37056
37090
  # },
37057
37091
  # max_results: 1,
37058
37092
  # next_token: "String",
@@ -38033,6 +38067,11 @@ module Aws::EC2
38033
38067
  # min: 1,
38034
38068
  # max: 1,
38035
38069
  # },
38070
+ # network_bandwidth_gbps: {
38071
+ # min: 1.0,
38072
+ # max: 1.0,
38073
+ # },
38074
+ # allowed_instance_types: ["AllowedInstanceType"],
38036
38075
  # },
38037
38076
  # },
38038
38077
  # dry_run: false,
@@ -40528,6 +40567,7 @@ module Aws::EC2
40528
40567
  # tenancy: "default", # accepts default, dedicated, host
40529
40568
  # spread_domain: "String",
40530
40569
  # host_resource_group_arn: "String",
40570
+ # group_id: "PlacementGroupId",
40531
40571
  # },
40532
40572
  # private_ip_address: "String",
40533
40573
  # subnet_id: "SubnetId",
@@ -40643,6 +40683,7 @@ module Aws::EC2
40643
40683
  # tenancy: "default", # accepts default, dedicated, host
40644
40684
  # spread_domain: "String",
40645
40685
  # host_resource_group_arn: "String",
40686
+ # group_id: "PlacementGroupId",
40646
40687
  # },
40647
40688
  # private_ip_address: "String",
40648
40689
  # subnet_id: "SubnetId",
@@ -42849,6 +42890,17 @@ module Aws::EC2
42849
42890
  # values for an attribute, you get instance types that satisfy any of
42850
42891
  # the specified values.
42851
42892
  #
42893
+ # To limit the list of instance types from which Amazon EC2 can identify
42894
+ # matching instance types, you can use one of the following parameters,
42895
+ # but not both in the same request:
42896
+ #
42897
+ # * `AllowedInstanceTypes` - The instance types to include in the list.
42898
+ # All other instance types are ignored, even if they match your
42899
+ # specified attributes.
42900
+ #
42901
+ # * `ExcludedInstanceTypes` - The instance types to exclude from the
42902
+ # list, even if they match your specified attributes.
42903
+ #
42852
42904
  # <note markdown="1"> You must specify `VCpuCount` and `MemoryMiB`. All other attributes are
42853
42905
  # optional. Any unspecified optional attribute is set to its default.
42854
42906
  #
@@ -42914,6 +42966,11 @@ module Aws::EC2
42914
42966
  # min: 1,
42915
42967
  # max: 1,
42916
42968
  # },
42969
+ # network_bandwidth_gbps: {
42970
+ # min: 1.0,
42971
+ # max: 1.0,
42972
+ # },
42973
+ # allowed_instance_types: ["AllowedInstanceType"],
42917
42974
  # }
42918
42975
  #
42919
42976
  # @!attribute [rw] v_cpu_count
@@ -42963,6 +43020,11 @@ module Aws::EC2
42963
43020
  # If you specify `m5a.*`, Amazon EC2 will exclude all the M5a instance
42964
43021
  # types, but not the M5n instance types.
42965
43022
  #
43023
+ # <note markdown="1"> If you specify `ExcludedInstanceTypes`, you can't specify
43024
+ # `AllowedInstanceTypes`.
43025
+ #
43026
+ # </note>
43027
+ #
42966
43028
  # Default: No excluded instance types
42967
43029
  # @return [Array<String>]
42968
43030
  #
@@ -43220,6 +43282,35 @@ module Aws::EC2
43220
43282
  # Default: No minimum or maximum limits
43221
43283
  # @return [Types::AcceleratorTotalMemoryMiB]
43222
43284
  #
43285
+ # @!attribute [rw] network_bandwidth_gbps
43286
+ # The minimum and maximum amount of network bandwidth, in gigabits per
43287
+ # second (Gbps).
43288
+ #
43289
+ # Default: No minimum or maximum limits
43290
+ # @return [Types::NetworkBandwidthGbps]
43291
+ #
43292
+ # @!attribute [rw] allowed_instance_types
43293
+ # The instance types to apply your specified attributes against. All
43294
+ # other instance types are ignored, even if they match your specified
43295
+ # attributes.
43296
+ #
43297
+ # You can use strings with one or more wild cards, represented by an
43298
+ # asterisk (`*`), to allow an instance type, size, or generation. The
43299
+ # following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`.
43300
+ #
43301
+ # For example, if you specify `c5*`,Amazon EC2 will allow the entire
43302
+ # C5 instance family, which includes all C5a and C5n instance types.
43303
+ # If you specify `m5a.*`, Amazon EC2 will allow all the M5a instance
43304
+ # types, but not the M5n instance types.
43305
+ #
43306
+ # <note markdown="1"> If you specify `AllowedInstanceTypes`, you can't specify
43307
+ # `ExcludedInstanceTypes`.
43308
+ #
43309
+ # </note>
43310
+ #
43311
+ # Default: All instance types
43312
+ # @return [Array<String>]
43313
+ #
43223
43314
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceRequirements AWS API Documentation
43224
43315
  #
43225
43316
  class InstanceRequirements < Struct.new(
@@ -43243,7 +43334,9 @@ module Aws::EC2
43243
43334
  :accelerator_count,
43244
43335
  :accelerator_manufacturers,
43245
43336
  :accelerator_names,
43246
- :accelerator_total_memory_mi_b)
43337
+ :accelerator_total_memory_mi_b,
43338
+ :network_bandwidth_gbps,
43339
+ :allowed_instance_types)
43247
43340
  SENSITIVE = []
43248
43341
  include Aws::Structure
43249
43342
  end
@@ -43257,6 +43350,17 @@ module Aws::EC2
43257
43350
  # values for an attribute, you get instance types that satisfy any of
43258
43351
  # the specified values.
43259
43352
  #
43353
+ # To limit the list of instance types from which Amazon EC2 can identify
43354
+ # matching instance types, you can use one of the following parameters,
43355
+ # but not both in the same request:
43356
+ #
43357
+ # * `AllowedInstanceTypes` - The instance types to include in the list.
43358
+ # All other instance types are ignored, even if they match your
43359
+ # specified attributes.
43360
+ #
43361
+ # * `ExcludedInstanceTypes` - The instance types to exclude from the
43362
+ # list, even if they match your specified attributes.
43363
+ #
43260
43364
  # <note markdown="1"> You must specify `VCpuCount` and `MemoryMiB`. All other attributes are
43261
43365
  # optional. Any unspecified optional attribute is set to its default.
43262
43366
  #
@@ -43322,6 +43426,11 @@ module Aws::EC2
43322
43426
  # min: 1,
43323
43427
  # max: 1,
43324
43428
  # },
43429
+ # network_bandwidth_gbps: {
43430
+ # min: 1.0,
43431
+ # max: 1.0,
43432
+ # },
43433
+ # allowed_instance_types: ["AllowedInstanceType"],
43325
43434
  # }
43326
43435
  #
43327
43436
  # @!attribute [rw] v_cpu_count
@@ -43371,6 +43480,11 @@ module Aws::EC2
43371
43480
  # If you specify `m5a.*`, Amazon EC2 will exclude all the M5a instance
43372
43481
  # types, but not the M5n instance types.
43373
43482
  #
43483
+ # <note markdown="1"> If you specify `ExcludedInstanceTypes`, you can't specify
43484
+ # `AllowedInstanceTypes`.
43485
+ #
43486
+ # </note>
43487
+ #
43374
43488
  # Default: No excluded instance types
43375
43489
  # @return [Array<String>]
43376
43490
  #
@@ -43628,6 +43742,35 @@ module Aws::EC2
43628
43742
  # Default: No minimum or maximum limits
43629
43743
  # @return [Types::AcceleratorTotalMemoryMiBRequest]
43630
43744
  #
43745
+ # @!attribute [rw] network_bandwidth_gbps
43746
+ # The minimum and maximum amount of network bandwidth, in gigabits per
43747
+ # second (Gbps).
43748
+ #
43749
+ # Default: No minimum or maximum limits
43750
+ # @return [Types::NetworkBandwidthGbpsRequest]
43751
+ #
43752
+ # @!attribute [rw] allowed_instance_types
43753
+ # The instance types to apply your specified attributes against. All
43754
+ # other instance types are ignored, even if they match your specified
43755
+ # attributes.
43756
+ #
43757
+ # You can use strings with one or more wild cards, represented by an
43758
+ # asterisk (`*`), to allow an instance type, size, or generation. The
43759
+ # following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`.
43760
+ #
43761
+ # For example, if you specify `c5*`,Amazon EC2 will allow the entire
43762
+ # C5 instance family, which includes all C5a and C5n instance types.
43763
+ # If you specify `m5a.*`, Amazon EC2 will allow all the M5a instance
43764
+ # types, but not the M5n instance types.
43765
+ #
43766
+ # <note markdown="1"> If you specify `AllowedInstanceTypes`, you can't specify
43767
+ # `ExcludedInstanceTypes`.
43768
+ #
43769
+ # </note>
43770
+ #
43771
+ # Default: All instance types
43772
+ # @return [Array<String>]
43773
+ #
43631
43774
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceRequirementsRequest AWS API Documentation
43632
43775
  #
43633
43776
  class InstanceRequirementsRequest < Struct.new(
@@ -43651,7 +43794,9 @@ module Aws::EC2
43651
43794
  :accelerator_count,
43652
43795
  :accelerator_manufacturers,
43653
43796
  :accelerator_names,
43654
- :accelerator_total_memory_mi_b)
43797
+ :accelerator_total_memory_mi_b,
43798
+ :network_bandwidth_gbps,
43799
+ :allowed_instance_types)
43655
43800
  SENSITIVE = []
43656
43801
  include Aws::Structure
43657
43802
  end
@@ -43715,6 +43860,11 @@ module Aws::EC2
43715
43860
  # min: 1,
43716
43861
  # max: 1,
43717
43862
  # },
43863
+ # network_bandwidth_gbps: {
43864
+ # min: 1.0,
43865
+ # max: 1.0,
43866
+ # },
43867
+ # allowed_instance_types: ["AllowedInstanceType"],
43718
43868
  # },
43719
43869
  # }
43720
43870
  #
@@ -45993,6 +46143,11 @@ module Aws::EC2
45993
46143
  # min: 1,
45994
46144
  # max: 1,
45995
46145
  # },
46146
+ # network_bandwidth_gbps: {
46147
+ # min: 1.0,
46148
+ # max: 1.0,
46149
+ # },
46150
+ # allowed_instance_types: ["AllowedInstanceType"],
45996
46151
  # },
45997
46152
  # },
45998
46153
  # ],
@@ -47082,6 +47237,11 @@ module Aws::EC2
47082
47237
  # min: 1,
47083
47238
  # max: 1,
47084
47239
  # },
47240
+ # network_bandwidth_gbps: {
47241
+ # min: 1.0,
47242
+ # max: 1.0,
47243
+ # },
47244
+ # allowed_instance_types: ["AllowedInstanceType"],
47085
47245
  # },
47086
47246
  # }
47087
47247
  #
@@ -47194,6 +47354,12 @@ module Aws::EC2
47194
47354
  # only if the placement group strategy is set to `partition`.
47195
47355
  # @return [Integer]
47196
47356
  #
47357
+ # @!attribute [rw] group_id
47358
+ # The Group ID of the placement group. You must specify the Placement
47359
+ # Group **Group ID** to launch an instance in a shared placement
47360
+ # group.
47361
+ # @return [String]
47362
+ #
47197
47363
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplatePlacement AWS API Documentation
47198
47364
  #
47199
47365
  class LaunchTemplatePlacement < Struct.new(
@@ -47204,7 +47370,8 @@ module Aws::EC2
47204
47370
  :tenancy,
47205
47371
  :spread_domain,
47206
47372
  :host_resource_group_arn,
47207
- :partition_number)
47373
+ :partition_number,
47374
+ :group_id)
47208
47375
  SENSITIVE = []
47209
47376
  include Aws::Structure
47210
47377
  end
@@ -47223,6 +47390,7 @@ module Aws::EC2
47223
47390
  # spread_domain: "String",
47224
47391
  # host_resource_group_arn: "String",
47225
47392
  # partition_number: 1,
47393
+ # group_id: "PlacementGroupId",
47226
47394
  # }
47227
47395
  #
47228
47396
  # @!attribute [rw] availability_zone
@@ -47262,6 +47430,12 @@ module Aws::EC2
47262
47430
  # only if the placement group strategy is set to `partition`.
47263
47431
  # @return [Integer]
47264
47432
  #
47433
+ # @!attribute [rw] group_id
47434
+ # The Group Id of a placement group. You must specify the Placement
47435
+ # Group **Group Id** to launch an instance in a shared placement
47436
+ # group.
47437
+ # @return [String]
47438
+ #
47265
47439
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/LaunchTemplatePlacementRequest AWS API Documentation
47266
47440
  #
47267
47441
  class LaunchTemplatePlacementRequest < Struct.new(
@@ -47272,7 +47446,8 @@ module Aws::EC2
47272
47446
  :tenancy,
47273
47447
  :spread_domain,
47274
47448
  :host_resource_group_arn,
47275
- :partition_number)
47449
+ :partition_number,
47450
+ :group_id)
47276
47451
  SENSITIVE = []
47277
47452
  include Aws::Structure
47278
47453
  end
@@ -49055,6 +49230,7 @@ module Aws::EC2
49055
49230
  # tenancy: "default", # accepts default, dedicated, host
49056
49231
  # spread_domain: "String",
49057
49232
  # host_resource_group_arn: "String",
49233
+ # group_id: "PlacementGroupId",
49058
49234
  # },
49059
49235
  # instance_requirements: {
49060
49236
  # v_cpu_count: { # required
@@ -49102,6 +49278,11 @@ module Aws::EC2
49102
49278
  # min: 1,
49103
49279
  # max: 1,
49104
49280
  # },
49281
+ # network_bandwidth_gbps: {
49282
+ # min: 1.0,
49283
+ # max: 1.0,
49284
+ # },
49285
+ # allowed_instance_types: ["AllowedInstanceType"],
49105
49286
  # },
49106
49287
  # image_id: "ImageId",
49107
49288
  # },
@@ -49938,7 +50119,7 @@ module Aws::EC2
49938
50119
  end
49939
50120
 
49940
50121
  # @!attribute [rw] event
49941
- # Describes a scheduled event for an instance.
50122
+ # Information about the event.
49942
50123
  # @return [Types::InstanceStatusEvent]
49943
50124
  #
49944
50125
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceEventStartTimeResult AWS API Documentation
@@ -50213,6 +50394,7 @@ module Aws::EC2
50213
50394
  # tenancy: "dedicated", # accepts dedicated, host
50214
50395
  # partition_number: 1,
50215
50396
  # host_resource_group_arn: "String",
50397
+ # group_id: "PlacementGroupId",
50216
50398
  # }
50217
50399
  #
50218
50400
  # @!attribute [rw] affinity
@@ -50257,6 +50439,12 @@ module Aws::EC2
50257
50439
  # The ARN of the host resource group in which to place the instance.
50258
50440
  # @return [String]
50259
50441
  #
50442
+ # @!attribute [rw] group_id
50443
+ # The Group Id of a placement group. You must specify the Placement
50444
+ # Group **Group Id** to launch an instance in a shared placement
50445
+ # group.
50446
+ # @return [String]
50447
+ #
50260
50448
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstancePlacementRequest AWS API Documentation
50261
50449
  #
50262
50450
  class ModifyInstancePlacementRequest < Struct.new(
@@ -50266,7 +50454,8 @@ module Aws::EC2
50266
50454
  :instance_id,
50267
50455
  :tenancy,
50268
50456
  :partition_number,
50269
- :host_resource_group_arn)
50457
+ :host_resource_group_arn,
50458
+ :group_id)
50270
50459
  SENSITIVE = []
50271
50460
  include Aws::Structure
50272
50461
  end
@@ -51267,6 +51456,11 @@ module Aws::EC2
51267
51456
  # min: 1,
51268
51457
  # max: 1,
51269
51458
  # },
51459
+ # network_bandwidth_gbps: {
51460
+ # min: 1.0,
51461
+ # max: 1.0,
51462
+ # },
51463
+ # allowed_instance_types: ["AllowedInstanceType"],
51270
51464
  # },
51271
51465
  # },
51272
51466
  # ],
@@ -53739,6 +53933,92 @@ module Aws::EC2
53739
53933
  include Aws::Structure
53740
53934
  end
53741
53935
 
53936
+ # The minimum and maximum amount of network bandwidth, in gigabits per
53937
+ # second (Gbps).
53938
+ #
53939
+ # <note markdown="1"> Setting the minimum bandwidth does not guarantee that your instance
53940
+ # will achieve the minimum bandwidth. Amazon EC2 will identify instance
53941
+ # types that support the specified minimum bandwidth, but the actual
53942
+ # bandwidth of your instance might go below the specified minimum at
53943
+ # times. For more information, see [Available instance bandwidth][1] in
53944
+ # the *Amazon EC2 User Guide*.
53945
+ #
53946
+ # </note>
53947
+ #
53948
+ #
53949
+ #
53950
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html#available-instance-bandwidth
53951
+ #
53952
+ # @note When making an API call, you may pass NetworkBandwidthGbps
53953
+ # data as a hash:
53954
+ #
53955
+ # {
53956
+ # min: 1.0,
53957
+ # max: 1.0,
53958
+ # }
53959
+ #
53960
+ # @!attribute [rw] min
53961
+ # The minimum amount of network bandwidth, in Gbps. If this parameter
53962
+ # is not specified, there is no minimum limit.
53963
+ # @return [Float]
53964
+ #
53965
+ # @!attribute [rw] max
53966
+ # The maximum amount of network bandwidth, in Gbps. If this parameter
53967
+ # is not specified, there is no maximum limit.
53968
+ # @return [Float]
53969
+ #
53970
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkBandwidthGbps AWS API Documentation
53971
+ #
53972
+ class NetworkBandwidthGbps < Struct.new(
53973
+ :min,
53974
+ :max)
53975
+ SENSITIVE = []
53976
+ include Aws::Structure
53977
+ end
53978
+
53979
+ # The minimum and maximum amount of network bandwidth, in gigabits per
53980
+ # second (Gbps).
53981
+ #
53982
+ # <note markdown="1"> Setting the minimum bandwidth does not guarantee that your instance
53983
+ # will achieve the minimum bandwidth. Amazon EC2 will identify instance
53984
+ # types that support the specified minimum bandwidth, but the actual
53985
+ # bandwidth of your instance might go below the specified minimum at
53986
+ # times. For more information, see [Available instance bandwidth][1] in
53987
+ # the *Amazon EC2 User Guide*.
53988
+ #
53989
+ # </note>
53990
+ #
53991
+ #
53992
+ #
53993
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html#available-instance-bandwidth
53994
+ #
53995
+ # @note When making an API call, you may pass NetworkBandwidthGbpsRequest
53996
+ # data as a hash:
53997
+ #
53998
+ # {
53999
+ # min: 1.0,
54000
+ # max: 1.0,
54001
+ # }
54002
+ #
54003
+ # @!attribute [rw] min
54004
+ # The minimum amount of network bandwidth, in Gbps. To specify no
54005
+ # minimum limit, omit this parameter.
54006
+ # @return [Float]
54007
+ #
54008
+ # @!attribute [rw] max
54009
+ # The maximum amount of network bandwidth, in Gbps. To specify no
54010
+ # maximum limit, omit this parameter.
54011
+ # @return [Float]
54012
+ #
54013
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NetworkBandwidthGbpsRequest AWS API Documentation
54014
+ #
54015
+ class NetworkBandwidthGbpsRequest < Struct.new(
54016
+ :min,
54017
+ :max)
54018
+ SENSITIVE = []
54019
+ include Aws::Structure
54020
+ end
54021
+
53742
54022
  # Describes the network card support of the instance type.
53743
54023
  #
53744
54024
  # @!attribute [rw] network_card_index
@@ -55361,6 +55641,7 @@ module Aws::EC2
55361
55641
  # tenancy: "default", # accepts default, dedicated, host
55362
55642
  # spread_domain: "String",
55363
55643
  # host_resource_group_arn: "String",
55644
+ # group_id: "PlacementGroupId",
55364
55645
  # }
55365
55646
  #
55366
55647
  # @!attribute [rw] availability_zone
@@ -55454,6 +55735,10 @@ module Aws::EC2
55454
55735
  # [1]: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet
55455
55736
  # @return [String]
55456
55737
  #
55738
+ # @!attribute [rw] group_id
55739
+ # The Group Id of the placement group.
55740
+ # @return [String]
55741
+ #
55457
55742
  # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/Placement AWS API Documentation
55458
55743
  #
55459
55744
  class Placement < Struct.new(
@@ -55464,7 +55749,8 @@ module Aws::EC2
55464
55749
  :host_id,
55465
55750
  :tenancy,
55466
55751
  :spread_domain,
55467
- :host_resource_group_arn)
55752
+ :host_resource_group_arn,
55753
+ :group_id)
55468
55754
  SENSITIVE = []
55469
55755
  include Aws::Structure
55470
55756
  end
@@ -58354,6 +58640,7 @@ module Aws::EC2
58354
58640
  # spread_domain: "String",
58355
58641
  # host_resource_group_arn: "String",
58356
58642
  # partition_number: 1,
58643
+ # group_id: "PlacementGroupId",
58357
58644
  # },
58358
58645
  # ram_disk_id: "RamdiskId",
58359
58646
  # disable_api_termination: false,
@@ -58471,6 +58758,11 @@ module Aws::EC2
58471
58758
  # min: 1,
58472
58759
  # max: 1,
58473
58760
  # },
58761
+ # network_bandwidth_gbps: {
58762
+ # min: 1.0,
58763
+ # max: 1.0,
58764
+ # },
58765
+ # allowed_instance_types: ["AllowedInstanceType"],
58474
58766
  # },
58475
58767
  # private_dns_name_options: {
58476
58768
  # hostname_type: "ip-name", # accepts ip-name, resource-name
@@ -58962,6 +59254,11 @@ module Aws::EC2
58962
59254
  # min: 1,
58963
59255
  # max: 1,
58964
59256
  # },
59257
+ # network_bandwidth_gbps: {
59258
+ # min: 1.0,
59259
+ # max: 1.0,
59260
+ # },
59261
+ # allowed_instance_types: ["AllowedInstanceType"],
58965
59262
  # },
58966
59263
  # },
58967
59264
  # ],
@@ -59026,6 +59323,11 @@ module Aws::EC2
59026
59323
  # min: 1,
59027
59324
  # max: 1,
59028
59325
  # },
59326
+ # network_bandwidth_gbps: {
59327
+ # min: 1.0,
59328
+ # max: 1.0,
59329
+ # },
59330
+ # allowed_instance_types: ["AllowedInstanceType"],
59029
59331
  # },
59030
59332
  # },
59031
59333
  # ],
@@ -61661,6 +61963,7 @@ module Aws::EC2
61661
61963
  # tenancy: "default", # accepts default, dedicated, host
61662
61964
  # spread_domain: "String",
61663
61965
  # host_resource_group_arn: "String",
61966
+ # group_id: "PlacementGroupId",
61664
61967
  # },
61665
61968
  # ramdisk_id: "RamdiskId",
61666
61969
  # security_group_ids: ["SecurityGroupId"],
@@ -64886,6 +65189,11 @@ module Aws::EC2
64886
65189
  # min: 1,
64887
65190
  # max: 1,
64888
65191
  # },
65192
+ # network_bandwidth_gbps: {
65193
+ # min: 1.0,
65194
+ # max: 1.0,
65195
+ # },
65196
+ # allowed_instance_types: ["AllowedInstanceType"],
64889
65197
  # },
64890
65198
  # }
64891
65199
  #
@@ -65275,6 +65583,11 @@ module Aws::EC2
65275
65583
  # min: 1,
65276
65584
  # max: 1,
65277
65585
  # },
65586
+ # network_bandwidth_gbps: {
65587
+ # min: 1.0,
65588
+ # max: 1.0,
65589
+ # },
65590
+ # allowed_instance_types: ["AllowedInstanceType"],
65278
65591
  # },
65279
65592
  # },
65280
65593
  # ],
@@ -65339,6 +65652,11 @@ module Aws::EC2
65339
65652
  # min: 1,
65340
65653
  # max: 1,
65341
65654
  # },
65655
+ # network_bandwidth_gbps: {
65656
+ # min: 1.0,
65657
+ # max: 1.0,
65658
+ # },
65659
+ # allowed_instance_types: ["AllowedInstanceType"],
65342
65660
  # },
65343
65661
  # },
65344
65662
  # ],
@@ -65392,7 +65710,7 @@ module Aws::EC2
65392
65710
  # Instance capacity across the Spot Instance pools specified by the
65393
65711
  # Spot Fleet launch configuration. For more information, see
65394
65712
  # [Allocation strategies for Spot Instances][1] in the *Amazon EC2
65395
- # User Guide for Linux Instances*.
65713
+ # User Guide*.
65396
65714
  #
65397
65715
  # `lowestPrice` - Spot Fleet launches instances from the lowest-price
65398
65716
  # Spot Instance pool that has available capacity. If the cheapest pool
@@ -65473,10 +65791,10 @@ module Aws::EC2
65473
65791
  # (IAM) role that grants the Spot Fleet the permission to request,
65474
65792
  # launch, terminate, and tag instances on your behalf. For more
65475
65793
  # information, see [Spot Fleet prerequisites][1] in the *Amazon EC2
65476
- # User Guide for Linux Instances*. Spot Fleet can terminate Spot
65477
- # Instances on your behalf when you cancel its Spot Fleet request
65478
- # using [CancelSpotFleetRequests][2] or when the Spot Fleet request
65479
- # expires, if you set `TerminateInstancesWithExpiration`.
65794
+ # User Guide*. Spot Fleet can terminate Spot Instances on your behalf
65795
+ # when you cancel its Spot Fleet request using
65796
+ # [CancelSpotFleetRequests][2] or when the Spot Fleet request expires,
65797
+ # if you set `TerminateInstancesWithExpiration`.
65480
65798
  #
65481
65799
  #
65482
65800
  #
data/lib/aws-sdk-ec2.rb CHANGED
@@ -76,6 +76,6 @@ require_relative 'aws-sdk-ec2/customizations'
76
76
  # @!group service
77
77
  module Aws::EC2
78
78
 
79
- GEM_VERSION = '1.345.0'
79
+ GEM_VERSION = '1.347.0'
80
80
 
81
81
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.345.0
4
+ version: 1.347.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-04 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4