aws-sdk-ec2 1.592.0 → 1.594.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +6 -1
- data/lib/aws-sdk-ec2/client_api.rb +11 -0
- data/lib/aws-sdk-ec2/types.rb +24 -0
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/types.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7e4d273c37704624d41cf2d4b68d1a68cb2d0f5dd7b985422cb99f8d27c8e75
|
|
4
|
+
data.tar.gz: 4ff9e000325417d8269ffba8e5d1a7f83a71c29ca1768658ac5aedf096ee606d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 230ba06e6c9616b713672180c6c859e65cc4ed3faa367b031f18707fedc7b2125455b4e2bbbe153f31762c5a9771e88ef751d68271c17cf775b655febf0a1654
|
|
7
|
+
data.tar.gz: 071ebe8b668f07e28191171d12e31dee9dc06146687a36ee448d9094fdbbe4315259dfd26e2522af3733fdfa2bcecb47d63114473e3f8ab965f2f7e2dcbb203c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.594.0 (2026-01-26)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - DescribeInstanceTypes API response now includes an additionalFlexibleNetworkInterfaces field, the number of interfaces attachable to an instance when using flexible Elastic Network Adapter (ENA) queues in addition to the base number specified by maximumNetworkInterfaces.
|
|
8
|
+
|
|
9
|
+
1.593.0 (2026-01-22)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Add better support for fractional GPU instances in DescribeInstanceTypes API. The new fields, logicalGpuCount, gpuPartitionSize, and workload array enable better GPU resource selection and filtering for both full and fractional GPU instance types.
|
|
13
|
+
|
|
4
14
|
1.592.0 (2026-01-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.594.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -31310,6 +31310,7 @@ module Aws::EC2
|
|
|
31310
31310
|
# resp.instance_types[0].network_info.network_cards[0].network_card_index #=> Integer
|
|
31311
31311
|
# resp.instance_types[0].network_info.network_cards[0].network_performance #=> String
|
|
31312
31312
|
# resp.instance_types[0].network_info.network_cards[0].maximum_network_interfaces #=> Integer
|
|
31313
|
+
# resp.instance_types[0].network_info.network_cards[0].additional_flexible_network_interfaces #=> Integer
|
|
31313
31314
|
# resp.instance_types[0].network_info.network_cards[0].baseline_bandwidth_in_gbps #=> Float
|
|
31314
31315
|
# resp.instance_types[0].network_info.network_cards[0].peak_bandwidth_in_gbps #=> Float
|
|
31315
31316
|
# resp.instance_types[0].network_info.network_cards[0].default_ena_queue_count_per_interface #=> Integer
|
|
@@ -31330,6 +31331,10 @@ module Aws::EC2
|
|
|
31330
31331
|
# resp.instance_types[0].gpu_info.gpus[0].name #=> String
|
|
31331
31332
|
# resp.instance_types[0].gpu_info.gpus[0].manufacturer #=> String
|
|
31332
31333
|
# resp.instance_types[0].gpu_info.gpus[0].count #=> Integer
|
|
31334
|
+
# resp.instance_types[0].gpu_info.gpus[0].logical_gpu_count #=> Integer
|
|
31335
|
+
# resp.instance_types[0].gpu_info.gpus[0].gpu_partition_size #=> Float
|
|
31336
|
+
# resp.instance_types[0].gpu_info.gpus[0].workloads #=> Array
|
|
31337
|
+
# resp.instance_types[0].gpu_info.gpus[0].workloads[0] #=> String
|
|
31333
31338
|
# resp.instance_types[0].gpu_info.gpus[0].memory_info.size_in_mi_b #=> Integer
|
|
31334
31339
|
# resp.instance_types[0].gpu_info.total_gpu_memory_in_mi_b #=> Integer
|
|
31335
31340
|
# resp.instance_types[0].fpga_info.fpgas #=> Array
|
|
@@ -71736,7 +71741,7 @@ module Aws::EC2
|
|
|
71736
71741
|
tracer: tracer
|
|
71737
71742
|
)
|
|
71738
71743
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
71739
|
-
context[:gem_version] = '1.
|
|
71744
|
+
context[:gem_version] = '1.594.0'
|
|
71740
71745
|
Seahorse::Client::Request.new(handlers, context)
|
|
71741
71746
|
end
|
|
71742
71747
|
|
|
@@ -67,6 +67,7 @@ module Aws::EC2
|
|
|
67
67
|
AddedPrincipalSet = Shapes::ListShape.new(name: 'AddedPrincipalSet')
|
|
68
68
|
AdditionalDetail = Shapes::StructureShape.new(name: 'AdditionalDetail')
|
|
69
69
|
AdditionalDetailList = Shapes::ListShape.new(name: 'AdditionalDetailList')
|
|
70
|
+
AdditionalFlexibleNetworkInterfaces = Shapes::IntegerShape.new(name: 'AdditionalFlexibleNetworkInterfaces')
|
|
70
71
|
Address = Shapes::StructureShape.new(name: 'Address')
|
|
71
72
|
AddressAttribute = Shapes::StructureShape.new(name: 'AddressAttribute')
|
|
72
73
|
AddressAttributeName = Shapes::StringShape.new(name: 'AddressAttributeName')
|
|
@@ -1895,6 +1896,7 @@ module Aws::EC2
|
|
|
1895
1896
|
GpuDeviceMemorySize = Shapes::IntegerShape.new(name: 'GpuDeviceMemorySize')
|
|
1896
1897
|
GpuDeviceName = Shapes::StringShape.new(name: 'GpuDeviceName')
|
|
1897
1898
|
GpuInfo = Shapes::StructureShape.new(name: 'GpuInfo')
|
|
1899
|
+
GpuPartitionSize = Shapes::FloatShape.new(name: 'GpuPartitionSize')
|
|
1898
1900
|
GroupBy = Shapes::StringShape.new(name: 'GroupBy')
|
|
1899
1901
|
GroupBySet = Shapes::ListShape.new(name: 'GroupBySet')
|
|
1900
1902
|
GroupIdStringList = Shapes::ListShape.new(name: 'GroupIdStringList')
|
|
@@ -2502,6 +2504,7 @@ module Aws::EC2
|
|
|
2502
2504
|
LockedSnapshotsInfo = Shapes::StructureShape.new(name: 'LockedSnapshotsInfo')
|
|
2503
2505
|
LockedSnapshotsInfoList = Shapes::ListShape.new(name: 'LockedSnapshotsInfoList')
|
|
2504
2506
|
LogDestinationType = Shapes::StringShape.new(name: 'LogDestinationType')
|
|
2507
|
+
LogicalGpuCount = Shapes::IntegerShape.new(name: 'LogicalGpuCount')
|
|
2505
2508
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
2506
2509
|
MacHost = Shapes::StructureShape.new(name: 'MacHost')
|
|
2507
2510
|
MacHostList = Shapes::ListShape.new(name: 'MacHostList')
|
|
@@ -3885,6 +3888,8 @@ module Aws::EC2
|
|
|
3885
3888
|
WeekDay = Shapes::StringShape.new(name: 'WeekDay')
|
|
3886
3889
|
WithdrawByoipCidrRequest = Shapes::StructureShape.new(name: 'WithdrawByoipCidrRequest')
|
|
3887
3890
|
WithdrawByoipCidrResult = Shapes::StructureShape.new(name: 'WithdrawByoipCidrResult')
|
|
3891
|
+
Workload = Shapes::StringShape.new(name: 'Workload')
|
|
3892
|
+
WorkloadsList = Shapes::ListShape.new(name: 'WorkloadsList')
|
|
3888
3893
|
ZoneIdStringList = Shapes::ListShape.new(name: 'ZoneIdStringList')
|
|
3889
3894
|
ZoneNameStringList = Shapes::ListShape.new(name: 'ZoneNameStringList')
|
|
3890
3895
|
customerGatewayConfiguration = Shapes::StringShape.new(name: 'customerGatewayConfiguration')
|
|
@@ -11707,6 +11712,9 @@ module Aws::EC2
|
|
|
11707
11712
|
GpuDeviceInfo.add_member(:name, Shapes::ShapeRef.new(shape: GpuDeviceName, location_name: "name"))
|
|
11708
11713
|
GpuDeviceInfo.add_member(:manufacturer, Shapes::ShapeRef.new(shape: GpuDeviceManufacturerName, location_name: "manufacturer"))
|
|
11709
11714
|
GpuDeviceInfo.add_member(:count, Shapes::ShapeRef.new(shape: GpuDeviceCount, location_name: "count"))
|
|
11715
|
+
GpuDeviceInfo.add_member(:logical_gpu_count, Shapes::ShapeRef.new(shape: LogicalGpuCount, location_name: "logicalGpuCount"))
|
|
11716
|
+
GpuDeviceInfo.add_member(:gpu_partition_size, Shapes::ShapeRef.new(shape: GpuPartitionSize, location_name: "gpuPartitionSize"))
|
|
11717
|
+
GpuDeviceInfo.add_member(:workloads, Shapes::ShapeRef.new(shape: WorkloadsList, location_name: "workloadSet"))
|
|
11710
11718
|
GpuDeviceInfo.add_member(:memory_info, Shapes::ShapeRef.new(shape: GpuDeviceMemoryInfo, location_name: "memoryInfo"))
|
|
11711
11719
|
GpuDeviceInfo.struct_class = Types::GpuDeviceInfo
|
|
11712
11720
|
|
|
@@ -15074,6 +15082,7 @@ module Aws::EC2
|
|
|
15074
15082
|
NetworkCardInfo.add_member(:network_card_index, Shapes::ShapeRef.new(shape: NetworkCardIndex, location_name: "networkCardIndex"))
|
|
15075
15083
|
NetworkCardInfo.add_member(:network_performance, Shapes::ShapeRef.new(shape: NetworkPerformance, location_name: "networkPerformance"))
|
|
15076
15084
|
NetworkCardInfo.add_member(:maximum_network_interfaces, Shapes::ShapeRef.new(shape: MaxNetworkInterfaces, location_name: "maximumNetworkInterfaces"))
|
|
15085
|
+
NetworkCardInfo.add_member(:additional_flexible_network_interfaces, Shapes::ShapeRef.new(shape: AdditionalFlexibleNetworkInterfaces, location_name: "additionalFlexibleNetworkInterfaces"))
|
|
15077
15086
|
NetworkCardInfo.add_member(:baseline_bandwidth_in_gbps, Shapes::ShapeRef.new(shape: BaselineBandwidthInGbps, location_name: "baselineBandwidthInGbps"))
|
|
15078
15087
|
NetworkCardInfo.add_member(:peak_bandwidth_in_gbps, Shapes::ShapeRef.new(shape: PeakBandwidthInGbps, location_name: "peakBandwidthInGbps"))
|
|
15079
15088
|
NetworkCardInfo.add_member(:default_ena_queue_count_per_interface, Shapes::ShapeRef.new(shape: DefaultEnaQueueCountPerInterface, location_name: "defaultEnaQueueCountPerInterface"))
|
|
@@ -19152,6 +19161,8 @@ module Aws::EC2
|
|
|
19152
19161
|
WithdrawByoipCidrResult.add_member(:byoip_cidr, Shapes::ShapeRef.new(shape: ByoipCidr, location_name: "byoipCidr"))
|
|
19153
19162
|
WithdrawByoipCidrResult.struct_class = Types::WithdrawByoipCidrResult
|
|
19154
19163
|
|
|
19164
|
+
WorkloadsList.member = Shapes::ShapeRef.new(shape: Workload, location_name: "item")
|
|
19165
|
+
|
|
19155
19166
|
ZoneIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneId")
|
|
19156
19167
|
|
|
19157
19168
|
ZoneNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "ZoneName")
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -46222,6 +46222,19 @@ module Aws::EC2
|
|
|
46222
46222
|
# The number of GPUs for the instance type.
|
|
46223
46223
|
# @return [Integer]
|
|
46224
46224
|
#
|
|
46225
|
+
# @!attribute [rw] logical_gpu_count
|
|
46226
|
+
# Total number of GPU devices of this type.
|
|
46227
|
+
# @return [Integer]
|
|
46228
|
+
#
|
|
46229
|
+
# @!attribute [rw] gpu_partition_size
|
|
46230
|
+
# The size of each GPU as a fraction of a full GPU, between 0
|
|
46231
|
+
# (excluded) and 1 (included).
|
|
46232
|
+
# @return [Float]
|
|
46233
|
+
#
|
|
46234
|
+
# @!attribute [rw] workloads
|
|
46235
|
+
# A list of workload types this GPU supports.
|
|
46236
|
+
# @return [Array<String>]
|
|
46237
|
+
#
|
|
46225
46238
|
# @!attribute [rw] memory_info
|
|
46226
46239
|
# Describes the memory available to the GPU accelerator.
|
|
46227
46240
|
# @return [Types::GpuDeviceMemoryInfo]
|
|
@@ -46232,6 +46245,9 @@ module Aws::EC2
|
|
|
46232
46245
|
:name,
|
|
46233
46246
|
:manufacturer,
|
|
46234
46247
|
:count,
|
|
46248
|
+
:logical_gpu_count,
|
|
46249
|
+
:gpu_partition_size,
|
|
46250
|
+
:workloads,
|
|
46235
46251
|
:memory_info)
|
|
46236
46252
|
SENSITIVE = []
|
|
46237
46253
|
include Aws::Structure
|
|
@@ -65387,6 +65403,13 @@ module Aws::EC2
|
|
|
65387
65403
|
# The maximum number of network interfaces for the network card.
|
|
65388
65404
|
# @return [Integer]
|
|
65389
65405
|
#
|
|
65406
|
+
# @!attribute [rw] additional_flexible_network_interfaces
|
|
65407
|
+
# The number of additional network interfaces that can be attached to
|
|
65408
|
+
# an instance when using flexible Elastic Network Adapter (ENA)
|
|
65409
|
+
# queues. This number is in addition to the base number specified by
|
|
65410
|
+
# `maximumNetworkInterfaces`.
|
|
65411
|
+
# @return [Integer]
|
|
65412
|
+
#
|
|
65390
65413
|
# @!attribute [rw] baseline_bandwidth_in_gbps
|
|
65391
65414
|
# The baseline network performance of the network card, in Gbps.
|
|
65392
65415
|
# @return [Float]
|
|
@@ -65413,6 +65436,7 @@ module Aws::EC2
|
|
|
65413
65436
|
:network_card_index,
|
|
65414
65437
|
:network_performance,
|
|
65415
65438
|
:maximum_network_interfaces,
|
|
65439
|
+
:additional_flexible_network_interfaces,
|
|
65416
65440
|
:baseline_bandwidth_in_gbps,
|
|
65417
65441
|
:peak_bandwidth_in_gbps,
|
|
65418
65442
|
:default_ena_queue_count_per_interface,
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -10242,6 +10242,9 @@ module Aws::EC2
|
|
|
10242
10242
|
attr_accessor name: ::String
|
|
10243
10243
|
attr_accessor manufacturer: ::String
|
|
10244
10244
|
attr_accessor count: ::Integer
|
|
10245
|
+
attr_accessor logical_gpu_count: ::Integer
|
|
10246
|
+
attr_accessor gpu_partition_size: ::Float
|
|
10247
|
+
attr_accessor workloads: ::Array[::String]
|
|
10245
10248
|
attr_accessor memory_info: Types::GpuDeviceMemoryInfo
|
|
10246
10249
|
SENSITIVE: []
|
|
10247
10250
|
end
|
|
@@ -14069,6 +14072,7 @@ module Aws::EC2
|
|
|
14069
14072
|
attr_accessor network_card_index: ::Integer
|
|
14070
14073
|
attr_accessor network_performance: ::String
|
|
14071
14074
|
attr_accessor maximum_network_interfaces: ::Integer
|
|
14075
|
+
attr_accessor additional_flexible_network_interfaces: ::Integer
|
|
14072
14076
|
attr_accessor baseline_bandwidth_in_gbps: ::Float
|
|
14073
14077
|
attr_accessor peak_bandwidth_in_gbps: ::Float
|
|
14074
14078
|
attr_accessor default_ena_queue_count_per_interface: ::Integer
|