aws-sdk-ec2 1.574.0 → 1.576.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: 217d7a59a65bb261fe86dda86fb9ef23d78cba68588de8895809dbe9f9cade4a
4
- data.tar.gz: 708972b2b0ea8219b8d70a4edb03ce352d293c5d860d17516e53052a152f6ad9
3
+ metadata.gz: 639bec8f21e039c0447fc268c0ec2a0501148cd170f40c00264bec7fd058909c
4
+ data.tar.gz: 51d3d082a379c69ace289634a9a7c8705bd0356b496e703d858915ea2f0a71be
5
5
  SHA512:
6
- metadata.gz: 123fa1696aeca604a26bc152ca3374e2d46df7798654c8755c51d9666f7cb4e999382ba53e4552b6766275211bd9bb76bd110ce4d4982ed71545d83d1bb8599e
7
- data.tar.gz: a52121ea571166a8448a6bfcaa1de5a0ef2f54003b19cc1c31ee035fc26e07dd92e228e2941000e479a0ff6b78afa39a3a33ec743a35a5df2b1eeed3f972dd65
6
+ metadata.gz: 6691cb8d95c6c8427905fce37603c6e77da398decd9f8d3268dfd2c63fe8eabee8d59f361c1e826334fc3806a1b3bf5800afd93362dd2256e7eb710ce71ce19b
7
+ data.tar.gz: 4300bbd1cf2b7a69c624b6dc73386b9f14618474040c76005b02033f45b8ed7c14db8b8886077aeec7e9353d609a3ec4395522a5f34db0aaea9a44dfabc8b20b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.576.0 (2025-11-13)
5
+ ------------------
6
+
7
+ * Feature - Added support for new accelerator types ("media") and accelerator names ("L4", "L40s", "GAUDI_HL_205", "INFERENTIA2", "TRAINIUM", "TRAINIUM2", "U30") in Attributes Based Instance Type Selection for launched instance types.
8
+
9
+ 1.575.0 (2025-11-12)
10
+ ------------------
11
+
12
+ * Feature - Adds complete AMI ancestry tracing from immediate parent through each preceding generation back to the root AMI
13
+
4
14
  1.574.0 (2025-11-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.574.0
1
+ 1.576.0
@@ -7677,13 +7677,13 @@ module Aws::EC2
7677
7677
  # min: 1,
7678
7678
  # max: 1,
7679
7679
  # },
7680
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
7680
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
7681
7681
  # accelerator_count: {
7682
7682
  # min: 1,
7683
7683
  # max: 1,
7684
7684
  # },
7685
7685
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
7686
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
7686
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
7687
7687
  # accelerator_total_memory_mi_b: {
7688
7688
  # min: 1,
7689
7689
  # max: 1,
@@ -7777,13 +7777,13 @@ module Aws::EC2
7777
7777
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
7778
7778
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
7779
7779
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
7780
- # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
7780
+ # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
7781
7781
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
7782
7782
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
7783
7783
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
7784
7784
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
7785
7785
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
7786
- # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
7786
+ # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
7787
7787
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
7788
7788
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
7789
7789
  # resp.errors[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -7848,13 +7848,13 @@ module Aws::EC2
7848
7848
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
7849
7849
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
7850
7850
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
7851
- # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
7851
+ # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
7852
7852
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
7853
7853
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
7854
7854
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
7855
7855
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
7856
7856
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
7857
- # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
7857
+ # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
7858
7858
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
7859
7859
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
7860
7860
  # resp.instances[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -10252,13 +10252,13 @@ module Aws::EC2
10252
10252
  # min: 1,
10253
10253
  # max: 1,
10254
10254
  # },
10255
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
10255
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
10256
10256
  # accelerator_count: {
10257
10257
  # min: 1,
10258
10258
  # max: 1,
10259
10259
  # },
10260
10260
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
10261
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
10261
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
10262
10262
  # accelerator_total_memory_mi_b: {
10263
10263
  # min: 1,
10264
10264
  # max: 1,
@@ -10683,13 +10683,13 @@ module Aws::EC2
10683
10683
  # min: 1,
10684
10684
  # max: 1,
10685
10685
  # },
10686
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
10686
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
10687
10687
  # accelerator_count: {
10688
10688
  # min: 1,
10689
10689
  # max: 1,
10690
10690
  # },
10691
10691
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
10692
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
10692
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
10693
10693
  # accelerator_total_memory_mi_b: {
10694
10694
  # min: 1,
10695
10695
  # max: 1,
@@ -10872,13 +10872,13 @@ module Aws::EC2
10872
10872
  # resp.launch_template_version.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
10873
10873
  # resp.launch_template_version.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
10874
10874
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_types #=> Array
10875
- # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
10875
+ # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
10876
10876
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_count.min #=> Integer
10877
10877
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_count.max #=> Integer
10878
10878
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_manufacturers #=> Array
10879
10879
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
10880
10880
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_names #=> Array
10881
- # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
10881
+ # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
10882
10882
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
10883
10883
  # resp.launch_template_version.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
10884
10884
  # resp.launch_template_version.launch_template_data.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -26757,13 +26757,13 @@ module Aws::EC2
26757
26757
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
26758
26758
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
26759
26759
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_types #=> Array
26760
- # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
26760
+ # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
26761
26761
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.min #=> Integer
26762
26762
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.max #=> Integer
26763
26763
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers #=> Array
26764
26764
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
26765
26765
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_names #=> Array
26766
- # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
26766
+ # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
26767
26767
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
26768
26768
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
26769
26769
  # resp.fleets[0].launch_template_configs[0].overrides[0].instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -26853,13 +26853,13 @@ module Aws::EC2
26853
26853
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
26854
26854
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
26855
26855
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
26856
- # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
26856
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
26857
26857
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
26858
26858
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
26859
26859
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
26860
26860
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
26861
26861
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
26862
- # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
26862
+ # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
26863
26863
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
26864
26864
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
26865
26865
  # resp.fleets[0].errors[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -26924,13 +26924,13 @@ module Aws::EC2
26924
26924
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
26925
26925
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
26926
26926
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types #=> Array
26927
- # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
26927
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
26928
26928
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.min #=> Integer
26929
26929
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_count.max #=> Integer
26930
26930
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers #=> Array
26931
26931
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
26932
26932
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names #=> Array
26933
- # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
26933
+ # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
26934
26934
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
26935
26935
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
26936
26936
  # resp.fleets[0].instances[0].launch_template_and_overrides.overrides.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -32444,13 +32444,13 @@ module Aws::EC2
32444
32444
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
32445
32445
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
32446
32446
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_types #=> Array
32447
- # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
32447
+ # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
32448
32448
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_count.min #=> Integer
32449
32449
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_count.max #=> Integer
32450
32450
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_manufacturers #=> Array
32451
32451
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
32452
32452
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_names #=> Array
32453
- # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
32453
+ # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
32454
32454
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
32455
32455
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
32456
32456
  # resp.launch_template_versions[0].launch_template_data.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -39038,13 +39038,13 @@ module Aws::EC2
39038
39038
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
39039
39039
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
39040
39040
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_types #=> Array
39041
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
39041
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
39042
39042
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_count.min #=> Integer
39043
39043
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_count.max #=> Integer
39044
39044
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_manufacturers #=> Array
39045
39045
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
39046
39046
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_names #=> Array
39047
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
39047
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
39048
39048
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
39049
39049
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
39050
39050
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_specifications[0].instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -39096,13 +39096,13 @@ module Aws::EC2
39096
39096
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
39097
39097
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
39098
39098
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_types #=> Array
39099
- # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
39099
+ # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
39100
39100
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.min #=> Integer
39101
39101
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_count.max #=> Integer
39102
39102
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers #=> Array
39103
39103
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
39104
39104
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.accelerator_names #=> Array
39105
- # 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", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
39105
+ # 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", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
39106
39106
  # 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
39107
39107
  # 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
39108
39108
  # resp.spot_fleet_request_configs[0].spot_fleet_request_config.launch_template_configs[0].overrides[0].instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -49253,6 +49253,52 @@ module Aws::EC2
49253
49253
  req.send_request(options)
49254
49254
  end
49255
49255
 
49256
+ # Retrieves the ancestry chain of the specified AMI, tracing its lineage
49257
+ # back to the root AMI. For more information, see [AMI ancestry][1] in
49258
+ # *Amazon EC2 User Guide*.
49259
+ #
49260
+ #
49261
+ #
49262
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-ancestry.html
49263
+ #
49264
+ # @option params [required, String] :image_id
49265
+ # The ID of the AMI whose ancestry you want to trace.
49266
+ #
49267
+ # @option params [Boolean] :dry_run
49268
+ # Checks whether you have the required permissions for the action,
49269
+ # without actually making the request, and provides an error response.
49270
+ # If you have the required permissions, the error response is
49271
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
49272
+ #
49273
+ # @return [Types::GetImageAncestryResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
49274
+ #
49275
+ # * {Types::GetImageAncestryResult#image_ancestry_entries #image_ancestry_entries} => Array<Types::ImageAncestryEntry>
49276
+ #
49277
+ # @example Request syntax with placeholder values
49278
+ #
49279
+ # resp = client.get_image_ancestry({
49280
+ # image_id: "ImageId", # required
49281
+ # dry_run: false,
49282
+ # })
49283
+ #
49284
+ # @example Response structure
49285
+ #
49286
+ # resp.image_ancestry_entries #=> Array
49287
+ # resp.image_ancestry_entries[0].creation_date #=> Time
49288
+ # resp.image_ancestry_entries[0].image_id #=> String
49289
+ # resp.image_ancestry_entries[0].image_owner_alias #=> String
49290
+ # resp.image_ancestry_entries[0].source_image_id #=> String
49291
+ # resp.image_ancestry_entries[0].source_image_region #=> String
49292
+ #
49293
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetImageAncestry AWS API Documentation
49294
+ #
49295
+ # @overload get_image_ancestry(params = {})
49296
+ # @param [Hash] params ({})
49297
+ def get_image_ancestry(params = {}, options = {})
49298
+ req = build_request(:get_image_ancestry, params)
49299
+ req.send_request(options)
49300
+ end
49301
+
49256
49302
  # Gets the current state of *block public access for AMIs* at the
49257
49303
  # account level in the specified Amazon Web Services Region.
49258
49304
  #
@@ -49494,13 +49540,13 @@ module Aws::EC2
49494
49540
  # min: 1,
49495
49541
  # max: 1,
49496
49542
  # },
49497
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
49543
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
49498
49544
  # accelerator_count: {
49499
49545
  # min: 1,
49500
49546
  # max: 1,
49501
49547
  # },
49502
49548
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
49503
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
49549
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
49504
49550
  # accelerator_total_memory_mi_b: {
49505
49551
  # min: 1,
49506
49552
  # max: 1,
@@ -50649,13 +50695,13 @@ module Aws::EC2
50649
50695
  # resp.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.min #=> Integer
50650
50696
  # resp.launch_template_data.instance_requirements.baseline_ebs_bandwidth_mbps.max #=> Integer
50651
50697
  # resp.launch_template_data.instance_requirements.accelerator_types #=> Array
50652
- # resp.launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference"
50698
+ # resp.launch_template_data.instance_requirements.accelerator_types[0] #=> String, one of "gpu", "fpga", "inference", "media"
50653
50699
  # resp.launch_template_data.instance_requirements.accelerator_count.min #=> Integer
50654
50700
  # resp.launch_template_data.instance_requirements.accelerator_count.max #=> Integer
50655
50701
  # resp.launch_template_data.instance_requirements.accelerator_manufacturers #=> Array
50656
50702
  # resp.launch_template_data.instance_requirements.accelerator_manufacturers[0] #=> String, one of "amazon-web-services", "amd", "nvidia", "xilinx", "habana"
50657
50703
  # resp.launch_template_data.instance_requirements.accelerator_names #=> Array
50658
- # resp.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g"
50704
+ # resp.launch_template_data.instance_requirements.accelerator_names[0] #=> String, one of "a100", "inferentia", "k520", "k80", "m60", "radeon-pro-v520", "t4", "vu9p", "v100", "a10g", "h100", "t4g", "l40s", "l4", "gaudi-hl-205", "inferentia2", "trainium", "trainium2", "u30"
50659
50705
  # resp.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.min #=> Integer
50660
50706
  # resp.launch_template_data.instance_requirements.accelerator_total_memory_mi_b.max #=> Integer
50661
50707
  # resp.launch_template_data.instance_requirements.network_bandwidth_gbps.min #=> Float
@@ -51951,13 +51997,13 @@ module Aws::EC2
51951
51997
  # min: 1,
51952
51998
  # max: 1,
51953
51999
  # },
51954
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
52000
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
51955
52001
  # accelerator_count: {
51956
52002
  # min: 1,
51957
52003
  # max: 1,
51958
52004
  # },
51959
52005
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
51960
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
52006
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
51961
52007
  # accelerator_total_memory_mi_b: {
51962
52008
  # min: 1,
51963
52009
  # max: 1,
@@ -54673,13 +54719,13 @@ module Aws::EC2
54673
54719
  # min: 1,
54674
54720
  # max: 1,
54675
54721
  # },
54676
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
54722
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
54677
54723
  # accelerator_count: {
54678
54724
  # min: 1,
54679
54725
  # max: 1,
54680
54726
  # },
54681
54727
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
54682
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
54728
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
54683
54729
  # accelerator_total_memory_mi_b: {
54684
54730
  # min: 1,
54685
54731
  # max: 1,
@@ -58094,13 +58140,13 @@ module Aws::EC2
58094
58140
  # min: 1,
58095
58141
  # max: 1,
58096
58142
  # },
58097
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
58143
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
58098
58144
  # accelerator_count: {
58099
58145
  # min: 1,
58100
58146
  # max: 1,
58101
58147
  # },
58102
58148
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
58103
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
58149
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
58104
58150
  # accelerator_total_memory_mi_b: {
58105
58151
  # min: 1,
58106
58152
  # max: 1,
@@ -63993,13 +64039,13 @@ module Aws::EC2
63993
64039
  # min: 1,
63994
64040
  # max: 1,
63995
64041
  # },
63996
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
64042
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
63997
64043
  # accelerator_count: {
63998
64044
  # min: 1,
63999
64045
  # max: 1,
64000
64046
  # },
64001
64047
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
64002
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
64048
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
64003
64049
  # accelerator_total_memory_mi_b: {
64004
64050
  # min: 1,
64005
64051
  # max: 1,
@@ -64079,13 +64125,13 @@ module Aws::EC2
64079
64125
  # min: 1,
64080
64126
  # max: 1,
64081
64127
  # },
64082
- # accelerator_types: ["gpu"], # accepts gpu, fpga, inference
64128
+ # accelerator_types: ["gpu"], # accepts gpu, fpga, inference, media
64083
64129
  # accelerator_count: {
64084
64130
  # min: 1,
64085
64131
  # max: 1,
64086
64132
  # },
64087
64133
  # accelerator_manufacturers: ["amazon-web-services"], # accepts amazon-web-services, amd, nvidia, xilinx, habana
64088
- # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g
64134
+ # accelerator_names: ["a100"], # accepts a100, inferentia, k520, k80, m60, radeon-pro-v520, t4, vu9p, v100, a10g, h100, t4g, l40s, l4, gaudi-hl-205, inferentia2, trainium, trainium2, u30
64089
64135
  # accelerator_total_memory_mi_b: {
64090
64136
  # min: 1,
64091
64137
  # max: 1,
@@ -69165,7 +69211,7 @@ module Aws::EC2
69165
69211
  tracer: tracer
69166
69212
  )
69167
69213
  context[:gem_name] = 'aws-sdk-ec2'
69168
- context[:gem_version] = '1.574.0'
69214
+ context[:gem_version] = '1.576.0'
69169
69215
  Seahorse::Client::Request.new(handlers, context)
69170
69216
  end
69171
69217
 
@@ -1727,6 +1727,8 @@ module Aws::EC2
1727
1727
  GetGroupsForCapacityReservationResult = Shapes::StructureShape.new(name: 'GetGroupsForCapacityReservationResult')
1728
1728
  GetHostReservationPurchasePreviewRequest = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewRequest')
1729
1729
  GetHostReservationPurchasePreviewResult = Shapes::StructureShape.new(name: 'GetHostReservationPurchasePreviewResult')
1730
+ GetImageAncestryRequest = Shapes::StructureShape.new(name: 'GetImageAncestryRequest')
1731
+ GetImageAncestryResult = Shapes::StructureShape.new(name: 'GetImageAncestryResult')
1730
1732
  GetImageBlockPublicAccessStateRequest = Shapes::StructureShape.new(name: 'GetImageBlockPublicAccessStateRequest')
1731
1733
  GetImageBlockPublicAccessStateResult = Shapes::StructureShape.new(name: 'GetImageBlockPublicAccessStateResult')
1732
1734
  GetInstanceMetadataDefaultsRequest = Shapes::StructureShape.new(name: 'GetInstanceMetadataDefaultsRequest')
@@ -1875,6 +1877,8 @@ module Aws::EC2
1875
1877
  IdFormatList = Shapes::ListShape.new(name: 'IdFormatList')
1876
1878
  Igmpv2SupportValue = Shapes::StringShape.new(name: 'Igmpv2SupportValue')
1877
1879
  Image = Shapes::StructureShape.new(name: 'Image')
1880
+ ImageAncestryEntry = Shapes::StructureShape.new(name: 'ImageAncestryEntry')
1881
+ ImageAncestryEntryList = Shapes::ListShape.new(name: 'ImageAncestryEntryList')
1878
1882
  ImageAttribute = Shapes::StructureShape.new(name: 'ImageAttribute')
1879
1883
  ImageAttributeName = Shapes::StringShape.new(name: 'ImageAttributeName')
1880
1884
  ImageBlockPublicAccessDisabledState = Shapes::StringShape.new(name: 'ImageBlockPublicAccessDisabledState')
@@ -10801,6 +10805,13 @@ module Aws::EC2
10801
10805
  GetHostReservationPurchasePreviewResult.add_member(:total_upfront_price, Shapes::ShapeRef.new(shape: String, location_name: "totalUpfrontPrice"))
10802
10806
  GetHostReservationPurchasePreviewResult.struct_class = Types::GetHostReservationPurchasePreviewResult
10803
10807
 
10808
+ GetImageAncestryRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, required: true, location_name: "ImageId"))
10809
+ GetImageAncestryRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10810
+ GetImageAncestryRequest.struct_class = Types::GetImageAncestryRequest
10811
+
10812
+ GetImageAncestryResult.add_member(:image_ancestry_entries, Shapes::ShapeRef.new(shape: ImageAncestryEntryList, location_name: "imageAncestryEntrySet"))
10813
+ GetImageAncestryResult.struct_class = Types::GetImageAncestryResult
10814
+
10804
10815
  GetImageBlockPublicAccessStateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10805
10816
  GetImageBlockPublicAccessStateRequest.struct_class = Types::GetImageBlockPublicAccessStateRequest
10806
10817
 
@@ -11453,6 +11464,15 @@ module Aws::EC2
11453
11464
  Image.add_member(:platform, Shapes::ShapeRef.new(shape: PlatformValues, location_name: "platform"))
11454
11465
  Image.struct_class = Types::Image
11455
11466
 
11467
+ ImageAncestryEntry.add_member(:creation_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "creationDate"))
11468
+ ImageAncestryEntry.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "imageId"))
11469
+ ImageAncestryEntry.add_member(:image_owner_alias, Shapes::ShapeRef.new(shape: String, location_name: "imageOwnerAlias"))
11470
+ ImageAncestryEntry.add_member(:source_image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "sourceImageId"))
11471
+ ImageAncestryEntry.add_member(:source_image_region, Shapes::ShapeRef.new(shape: String, location_name: "sourceImageRegion"))
11472
+ ImageAncestryEntry.struct_class = Types::ImageAncestryEntry
11473
+
11474
+ ImageAncestryEntryList.member = Shapes::ShapeRef.new(shape: ImageAncestryEntry, location_name: "item")
11475
+
11456
11476
  ImageAttribute.add_member(:description, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "description"))
11457
11477
  ImageAttribute.add_member(:kernel_id, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "kernel"))
11458
11478
  ImageAttribute.add_member(:ramdisk_id, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "ramdisk"))
@@ -23410,6 +23430,14 @@ module Aws::EC2
23410
23430
  o.output = Shapes::ShapeRef.new(shape: GetHostReservationPurchasePreviewResult)
23411
23431
  end)
23412
23432
 
23433
+ api.add_operation(:get_image_ancestry, Seahorse::Model::Operation.new.tap do |o|
23434
+ o.name = "GetImageAncestry"
23435
+ o.http_method = "POST"
23436
+ o.http_request_uri = "/"
23437
+ o.input = Shapes::ShapeRef.new(shape: GetImageAncestryRequest)
23438
+ o.output = Shapes::ShapeRef.new(shape: GetImageAncestryResult)
23439
+ end)
23440
+
23413
23441
  api.add_operation(:get_image_block_public_access_state, Seahorse::Model::Operation.new.tap do |o|
23414
23442
  o.name = "GetImageBlockPublicAccessState"
23415
23443
  o.http_method = "POST"
@@ -41941,6 +41941,39 @@ module Aws::EC2
41941
41941
  include Aws::Structure
41942
41942
  end
41943
41943
 
41944
+ # @!attribute [rw] image_id
41945
+ # The ID of the AMI whose ancestry you want to trace.
41946
+ # @return [String]
41947
+ #
41948
+ # @!attribute [rw] dry_run
41949
+ # Checks whether you have the required permissions for the action,
41950
+ # without actually making the request, and provides an error response.
41951
+ # If you have the required permissions, the error response is
41952
+ # `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
41953
+ # @return [Boolean]
41954
+ #
41955
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetImageAncestryRequest AWS API Documentation
41956
+ #
41957
+ class GetImageAncestryRequest < Struct.new(
41958
+ :image_id,
41959
+ :dry_run)
41960
+ SENSITIVE = []
41961
+ include Aws::Structure
41962
+ end
41963
+
41964
+ # @!attribute [rw] image_ancestry_entries
41965
+ # A list of entries in the AMI ancestry chain, from the specified AMI
41966
+ # to the root AMI.
41967
+ # @return [Array<Types::ImageAncestryEntry>]
41968
+ #
41969
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/GetImageAncestryResult AWS API Documentation
41970
+ #
41971
+ class GetImageAncestryResult < Struct.new(
41972
+ :image_ancestry_entries)
41973
+ SENSITIVE = []
41974
+ include Aws::Structure
41975
+ end
41976
+
41944
41977
  # @!attribute [rw] dry_run
41945
41978
  # Checks whether you have the required permissions for the action,
41946
41979
  # without actually making the request, and provides an error response.
@@ -45368,6 +45401,42 @@ module Aws::EC2
45368
45401
  include Aws::Structure
45369
45402
  end
45370
45403
 
45404
+ # Information about a single AMI in the ancestry chain and its source
45405
+ # (parent) AMI.
45406
+ #
45407
+ # @!attribute [rw] creation_date
45408
+ # The date and time when this AMI was created.
45409
+ # @return [Time]
45410
+ #
45411
+ # @!attribute [rw] image_id
45412
+ # The ID of this AMI.
45413
+ # @return [String]
45414
+ #
45415
+ # @!attribute [rw] image_owner_alias
45416
+ # The owner alias (`amazon` \| `aws-backup-vault` \| `aws-marketplace`
45417
+ # ) of this AMI, if one is assigned. Otherwise, the value is `null`.
45418
+ # @return [String]
45419
+ #
45420
+ # @!attribute [rw] source_image_id
45421
+ # The ID of the parent AMI.
45422
+ # @return [String]
45423
+ #
45424
+ # @!attribute [rw] source_image_region
45425
+ # The Amazon Web Services Region of the parent AMI.
45426
+ # @return [String]
45427
+ #
45428
+ # @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ImageAncestryEntry AWS API Documentation
45429
+ #
45430
+ class ImageAncestryEntry < Struct.new(
45431
+ :creation_date,
45432
+ :image_id,
45433
+ :image_owner_alias,
45434
+ :source_image_id,
45435
+ :source_image_region)
45436
+ SENSITIVE = []
45437
+ include Aws::Structure
45438
+ end
45439
+
45371
45440
  # Describes an image attribute.
45372
45441
  #
45373
45442
  # @!attribute [rw] description
@@ -49349,6 +49418,8 @@ module Aws::EC2
49349
49418
  # * For instance types with Inference accelerators, specify
49350
49419
  # `inference`.
49351
49420
  #
49421
+ # * For instance types with Media accelerators, specify `media`.
49422
+ #
49352
49423
  # Default: Any accelerator type
49353
49424
  # @return [Array<String>]
49354
49425
  #
@@ -49391,19 +49462,37 @@ module Aws::EC2
49391
49462
  # * For instance types with Amazon Web Services Inferentia chips,
49392
49463
  # specify `inferentia`.
49393
49464
  #
49465
+ # * For instance types with Amazon Web Services Inferentia2 chips,
49466
+ # specify `inferentia2`.
49467
+ #
49468
+ # * For instance types with Habana Gaudi HL-205 GPUs, specify
49469
+ # `gaudi-hl-205`.
49470
+ #
49394
49471
  # * For instance types with NVIDIA GRID K520 GPUs, specify `k520`.
49395
49472
  #
49396
49473
  # * For instance types with NVIDIA K80 GPUs, specify `k80`.
49397
49474
  #
49475
+ # * For instance types with NVIDIA L4 GPUs, specify `l4`.
49476
+ #
49477
+ # * For instance types with NVIDIA L40S GPUs, specify `l40s`.
49478
+ #
49398
49479
  # * For instance types with NVIDIA M60 GPUs, specify `m60`.
49399
49480
  #
49400
49481
  # * For instance types with AMD Radeon Pro V520 GPUs, specify
49401
49482
  # `radeon-pro-v520`.
49402
49483
  #
49484
+ # * For instance types with Amazon Web Services Trainium chips,
49485
+ # specify `trainium`.
49486
+ #
49487
+ # * For instance types with Amazon Web Services Trainium2 chips,
49488
+ # specify `trainium2`.
49489
+ #
49403
49490
  # * For instance types with NVIDIA T4 GPUs, specify `t4`.
49404
49491
  #
49405
49492
  # * For instance types with NVIDIA T4G GPUs, specify `t4g`.
49406
49493
  #
49494
+ # * For instance types with Xilinx U30 cards, specify `u30`.
49495
+ #
49407
49496
  # * For instance types with Xilinx VU9P FPGAs, specify `vu9p`.
49408
49497
  #
49409
49498
  # * For instance types with NVIDIA V100 GPUs, specify `v100`.
@@ -49849,6 +49938,8 @@ module Aws::EC2
49849
49938
  # * For instance types with Inference accelerators, specify
49850
49939
  # `inference`.
49851
49940
  #
49941
+ # * For instance types with Media accelerators, specify `media`.
49942
+ #
49852
49943
  # Default: Any accelerator type
49853
49944
  # @return [Array<String>]
49854
49945
  #
@@ -49891,19 +49982,37 @@ module Aws::EC2
49891
49982
  # * For instance types with Amazon Web Services Inferentia chips,
49892
49983
  # specify `inferentia`.
49893
49984
  #
49985
+ # * For instance types with Amazon Web Services Inferentia2 chips,
49986
+ # specify `inferentia2`.
49987
+ #
49988
+ # * For instance types with Habana Gaudi HL-205 GPUs, specify
49989
+ # `gaudi-hl-205`.
49990
+ #
49894
49991
  # * For instance types with NVIDIA GRID K520 GPUs, specify `k520`.
49895
49992
  #
49896
49993
  # * For instance types with NVIDIA K80 GPUs, specify `k80`.
49897
49994
  #
49995
+ # * For instance types with NVIDIA L4 GPUs, specify `l4`.
49996
+ #
49997
+ # * For instance types with NVIDIA L40S GPUs, specify `l40s`.
49998
+ #
49898
49999
  # * For instance types with NVIDIA M60 GPUs, specify `m60`.
49899
50000
  #
49900
50001
  # * For instance types with AMD Radeon Pro V520 GPUs, specify
49901
50002
  # `radeon-pro-v520`.
49902
50003
  #
50004
+ # * For instance types with Amazon Web Services Trainium chips,
50005
+ # specify `trainium`.
50006
+ #
50007
+ # * For instance types with Amazon Web Services Trainium2 chips,
50008
+ # specify `trainium2`.
50009
+ #
49903
50010
  # * For instance types with NVIDIA T4 GPUs, specify `t4`.
49904
50011
  #
49905
50012
  # * For instance types with NVIDIA T4G GPUs, specify `t4g`.
49906
50013
  #
50014
+ # * For instance types with Xilinx U30 cards, specify `u30`.
50015
+ #
49907
50016
  # * For instance types with Xilinx VU9P FPGAs, specify `vu9p`.
49908
50017
  #
49909
50018
  # * For instance types with NVIDIA V100 GPUs, specify `v100`.
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.574.0'
81
+ GEM_VERSION = '1.576.0'
82
82
 
83
83
  end
84
84
 
data/sig/client.rbs CHANGED
@@ -1633,13 +1633,13 @@ module Aws
1633
1633
  min: ::Integer?,
1634
1634
  max: ::Integer?
1635
1635
  }?,
1636
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
1636
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
1637
1637
  accelerator_count: {
1638
1638
  min: ::Integer?,
1639
1639
  max: ::Integer?
1640
1640
  }?,
1641
1641
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
1642
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
1642
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
1643
1643
  accelerator_total_memory_mi_b: {
1644
1644
  min: ::Integer?,
1645
1645
  max: ::Integer?
@@ -2426,13 +2426,13 @@ module Aws
2426
2426
  min: ::Integer?,
2427
2427
  max: ::Integer?
2428
2428
  }?,
2429
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
2429
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
2430
2430
  accelerator_count: {
2431
2431
  min: ::Integer?,
2432
2432
  max: ::Integer?
2433
2433
  }?,
2434
2434
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
2435
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
2435
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
2436
2436
  accelerator_total_memory_mi_b: {
2437
2437
  min: ::Integer?,
2438
2438
  max: ::Integer?
@@ -2702,13 +2702,13 @@ module Aws
2702
2702
  min: ::Integer?,
2703
2703
  max: ::Integer?
2704
2704
  }?,
2705
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
2705
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
2706
2706
  accelerator_count: {
2707
2707
  min: ::Integer?,
2708
2708
  max: ::Integer?
2709
2709
  }?,
2710
2710
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
2711
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
2711
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
2712
2712
  accelerator_total_memory_mi_b: {
2713
2713
  min: ::Integer?,
2714
2714
  max: ::Integer?
@@ -10187,6 +10187,17 @@ module Aws
10187
10187
  ) -> _GetHostReservationPurchasePreviewResponseSuccess
10188
10188
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetHostReservationPurchasePreviewResponseSuccess
10189
10189
 
10190
+ interface _GetImageAncestryResponseSuccess
10191
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetImageAncestryResult]
10192
+ def image_ancestry_entries: () -> ::Array[Types::ImageAncestryEntry]
10193
+ end
10194
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/EC2/Client.html#get_image_ancestry-instance_method
10195
+ def get_image_ancestry: (
10196
+ image_id: ::String,
10197
+ ?dry_run: bool
10198
+ ) -> _GetImageAncestryResponseSuccess
10199
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetImageAncestryResponseSuccess
10200
+
10190
10201
  interface _GetImageBlockPublicAccessStateResponseSuccess
10191
10202
  include ::Seahorse::Client::_ResponseSuccess[Types::GetImageBlockPublicAccessStateResult]
10192
10203
  def image_block_public_access_state: () -> ::String
@@ -10269,13 +10280,13 @@ module Aws
10269
10280
  min: ::Integer?,
10270
10281
  max: ::Integer?
10271
10282
  }?,
10272
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
10283
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
10273
10284
  accelerator_count: {
10274
10285
  min: ::Integer?,
10275
10286
  max: ::Integer?
10276
10287
  }?,
10277
10288
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
10278
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
10289
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
10279
10290
  accelerator_total_memory_mi_b: {
10280
10291
  min: ::Integer?,
10281
10292
  max: ::Integer?
@@ -10763,13 +10774,13 @@ module Aws
10763
10774
  min: ::Integer?,
10764
10775
  max: ::Integer?
10765
10776
  }?,
10766
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
10777
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
10767
10778
  accelerator_count: {
10768
10779
  min: ::Integer?,
10769
10780
  max: ::Integer?
10770
10781
  }?,
10771
10782
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
10772
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
10783
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
10773
10784
  accelerator_total_memory_mi_b: {
10774
10785
  min: ::Integer?,
10775
10786
  max: ::Integer?
@@ -11520,13 +11531,13 @@ module Aws
11520
11531
  min: ::Integer?,
11521
11532
  max: ::Integer?
11522
11533
  }?,
11523
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
11534
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
11524
11535
  accelerator_count: {
11525
11536
  min: ::Integer?,
11526
11537
  max: ::Integer?
11527
11538
  }?,
11528
11539
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
11529
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
11540
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
11530
11541
  accelerator_total_memory_mi_b: {
11531
11542
  min: ::Integer?,
11532
11543
  max: ::Integer?
@@ -12317,13 +12328,13 @@ module Aws
12317
12328
  min: ::Integer?,
12318
12329
  max: ::Integer?
12319
12330
  }?,
12320
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
12331
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
12321
12332
  accelerator_count: {
12322
12333
  min: ::Integer?,
12323
12334
  max: ::Integer?
12324
12335
  }?,
12325
12336
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
12326
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
12337
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
12327
12338
  accelerator_total_memory_mi_b: {
12328
12339
  min: ::Integer?,
12329
12340
  max: ::Integer?
@@ -13742,13 +13753,13 @@ module Aws
13742
13753
  min: ::Integer?,
13743
13754
  max: ::Integer?
13744
13755
  }?,
13745
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
13756
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
13746
13757
  accelerator_count: {
13747
13758
  min: ::Integer?,
13748
13759
  max: ::Integer?
13749
13760
  }?,
13750
13761
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
13751
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
13762
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
13752
13763
  accelerator_total_memory_mi_b: {
13753
13764
  min: ::Integer?,
13754
13765
  max: ::Integer?
@@ -13828,13 +13839,13 @@ module Aws
13828
13839
  min: ::Integer?,
13829
13840
  max: ::Integer?
13830
13841
  }?,
13831
- accelerator_types: Array[("gpu" | "fpga" | "inference")]?,
13842
+ accelerator_types: Array[("gpu" | "fpga" | "inference" | "media")]?,
13832
13843
  accelerator_count: {
13833
13844
  min: ::Integer?,
13834
13845
  max: ::Integer?
13835
13846
  }?,
13836
13847
  accelerator_manufacturers: Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]?,
13837
- accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]?,
13848
+ accelerator_names: Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]?,
13838
13849
  accelerator_total_memory_mi_b: {
13839
13850
  min: ::Integer?,
13840
13851
  max: ::Integer?
data/sig/types.rbs CHANGED
@@ -9188,6 +9188,17 @@ module Aws::EC2
9188
9188
  SENSITIVE: []
9189
9189
  end
9190
9190
 
9191
+ class GetImageAncestryRequest
9192
+ attr_accessor image_id: ::String
9193
+ attr_accessor dry_run: bool
9194
+ SENSITIVE: []
9195
+ end
9196
+
9197
+ class GetImageAncestryResult
9198
+ attr_accessor image_ancestry_entries: ::Array[Types::ImageAncestryEntry]
9199
+ SENSITIVE: []
9200
+ end
9201
+
9191
9202
  class GetImageBlockPublicAccessStateRequest
9192
9203
  attr_accessor dry_run: bool
9193
9204
  SENSITIVE: []
@@ -10018,6 +10029,15 @@ module Aws::EC2
10018
10029
  SENSITIVE: []
10019
10030
  end
10020
10031
 
10032
+ class ImageAncestryEntry
10033
+ attr_accessor creation_date: ::Time
10034
+ attr_accessor image_id: ::String
10035
+ attr_accessor image_owner_alias: ::String
10036
+ attr_accessor source_image_id: ::String
10037
+ attr_accessor source_image_region: ::String
10038
+ SENSITIVE: []
10039
+ end
10040
+
10021
10041
  class ImageAttribute
10022
10042
  attr_accessor description: Types::AttributeValue
10023
10043
  attr_accessor kernel_id: Types::AttributeValue
@@ -10775,10 +10795,10 @@ module Aws::EC2
10775
10795
  attr_accessor local_storage_types: ::Array[("hdd" | "ssd")]
10776
10796
  attr_accessor total_local_storage_gb: Types::TotalLocalStorageGB
10777
10797
  attr_accessor baseline_ebs_bandwidth_mbps: Types::BaselineEbsBandwidthMbps
10778
- attr_accessor accelerator_types: ::Array[("gpu" | "fpga" | "inference")]
10798
+ attr_accessor accelerator_types: ::Array[("gpu" | "fpga" | "inference" | "media")]
10779
10799
  attr_accessor accelerator_count: Types::AcceleratorCount
10780
10800
  attr_accessor accelerator_manufacturers: ::Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]
10781
- attr_accessor accelerator_names: ::Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]
10801
+ attr_accessor accelerator_names: ::Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]
10782
10802
  attr_accessor accelerator_total_memory_mi_b: Types::AcceleratorTotalMemoryMiB
10783
10803
  attr_accessor network_bandwidth_gbps: Types::NetworkBandwidthGbps
10784
10804
  attr_accessor allowed_instance_types: ::Array[::String]
@@ -10805,10 +10825,10 @@ module Aws::EC2
10805
10825
  attr_accessor local_storage_types: ::Array[("hdd" | "ssd")]
10806
10826
  attr_accessor total_local_storage_gb: Types::TotalLocalStorageGBRequest
10807
10827
  attr_accessor baseline_ebs_bandwidth_mbps: Types::BaselineEbsBandwidthMbpsRequest
10808
- attr_accessor accelerator_types: ::Array[("gpu" | "fpga" | "inference")]
10828
+ attr_accessor accelerator_types: ::Array[("gpu" | "fpga" | "inference" | "media")]
10809
10829
  attr_accessor accelerator_count: Types::AcceleratorCountRequest
10810
10830
  attr_accessor accelerator_manufacturers: ::Array[("amazon-web-services" | "amd" | "nvidia" | "xilinx" | "habana")]
10811
- attr_accessor accelerator_names: ::Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g")]
10831
+ attr_accessor accelerator_names: ::Array[("a100" | "inferentia" | "k520" | "k80" | "m60" | "radeon-pro-v520" | "t4" | "vu9p" | "v100" | "a10g" | "h100" | "t4g" | "l40s" | "l4" | "gaudi-hl-205" | "inferentia2" | "trainium" | "trainium2" | "u30")]
10812
10832
  attr_accessor accelerator_total_memory_mi_b: Types::AcceleratorTotalMemoryMiBRequest
10813
10833
  attr_accessor network_bandwidth_gbps: Types::NetworkBandwidthGbpsRequest
10814
10834
  attr_accessor allowed_instance_types: ::Array[::String]
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.574.0
4
+ version: 1.576.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services