aws-sdk-ec2 1.442.0 → 1.443.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +14 -1
- data/lib/aws-sdk-ec2/client_api.rb +56 -0
- data/lib/aws-sdk-ec2/types.rb +162 -1
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/types.rbs +46 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 984ec6937889a106c81b27b988385abfc900a395cee92376a56a0d15f922214f
|
|
4
|
+
data.tar.gz: c037f163548ede1fec6a55da26290d364b37250ed8708ff433c5bf58c1e197c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0b64aecbd53e8a3994980a44cd1af70ee06cbf39b9d293c0e89050c56d1e21cae52a8b7663ac991463f9c4092e2378c159b5919886deca3a7936ba147904a462
|
|
7
|
+
data.tar.gz: 1fd963e996681b13f92572c93f850bf03a4ebc5ebded7c6c693bfd03cefda47663efbf2f6a427cf0bdbfe31b4e481e5a94ed3b1e78ed0e397781902c9392f6c4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.443.0
|
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -25178,6 +25178,19 @@ module Aws::EC2
|
|
|
25178
25178
|
# resp.instance_types[0].nitro_tpm_support #=> String, one of "unsupported", "supported"
|
|
25179
25179
|
# resp.instance_types[0].nitro_tpm_info.supported_versions #=> Array
|
|
25180
25180
|
# resp.instance_types[0].nitro_tpm_info.supported_versions[0] #=> String
|
|
25181
|
+
# resp.instance_types[0].media_accelerator_info.accelerators #=> Array
|
|
25182
|
+
# resp.instance_types[0].media_accelerator_info.accelerators[0].count #=> Integer
|
|
25183
|
+
# resp.instance_types[0].media_accelerator_info.accelerators[0].name #=> String
|
|
25184
|
+
# resp.instance_types[0].media_accelerator_info.accelerators[0].manufacturer #=> String
|
|
25185
|
+
# resp.instance_types[0].media_accelerator_info.accelerators[0].memory_info.size_in_mi_b #=> Integer
|
|
25186
|
+
# resp.instance_types[0].media_accelerator_info.total_media_memory_in_mi_b #=> Integer
|
|
25187
|
+
# resp.instance_types[0].neuron_info.neuron_devices #=> Array
|
|
25188
|
+
# resp.instance_types[0].neuron_info.neuron_devices[0].count #=> Integer
|
|
25189
|
+
# resp.instance_types[0].neuron_info.neuron_devices[0].name #=> String
|
|
25190
|
+
# resp.instance_types[0].neuron_info.neuron_devices[0].core_info.count #=> Integer
|
|
25191
|
+
# resp.instance_types[0].neuron_info.neuron_devices[0].core_info.version #=> Integer
|
|
25192
|
+
# resp.instance_types[0].neuron_info.neuron_devices[0].memory_info.size_in_mi_b #=> Integer
|
|
25193
|
+
# resp.instance_types[0].neuron_info.total_neuron_device_memory_in_mi_b #=> Integer
|
|
25181
25194
|
# resp.next_token #=> String
|
|
25182
25195
|
#
|
|
25183
25196
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/DescribeInstanceTypes AWS API Documentation
|
|
@@ -58905,7 +58918,7 @@ module Aws::EC2
|
|
|
58905
58918
|
params: params,
|
|
58906
58919
|
config: config)
|
|
58907
58920
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
58908
|
-
context[:gem_version] = '1.
|
|
58921
|
+
context[:gem_version] = '1.443.0'
|
|
58909
58922
|
Seahorse::Client::Request.new(handlers, context)
|
|
58910
58923
|
end
|
|
58911
58924
|
|
|
@@ -2040,6 +2040,14 @@ module Aws::EC2
|
|
|
2040
2040
|
MaximumIops = Shapes::IntegerShape.new(name: 'MaximumIops')
|
|
2041
2041
|
MaximumNetworkCards = Shapes::IntegerShape.new(name: 'MaximumNetworkCards')
|
|
2042
2042
|
MaximumThroughputInMBps = Shapes::FloatShape.new(name: 'MaximumThroughputInMBps')
|
|
2043
|
+
MediaAcceleratorInfo = Shapes::StructureShape.new(name: 'MediaAcceleratorInfo')
|
|
2044
|
+
MediaDeviceCount = Shapes::IntegerShape.new(name: 'MediaDeviceCount')
|
|
2045
|
+
MediaDeviceInfo = Shapes::StructureShape.new(name: 'MediaDeviceInfo')
|
|
2046
|
+
MediaDeviceInfoList = Shapes::ListShape.new(name: 'MediaDeviceInfoList')
|
|
2047
|
+
MediaDeviceManufacturerName = Shapes::StringShape.new(name: 'MediaDeviceManufacturerName')
|
|
2048
|
+
MediaDeviceMemoryInfo = Shapes::StructureShape.new(name: 'MediaDeviceMemoryInfo')
|
|
2049
|
+
MediaDeviceMemorySize = Shapes::IntegerShape.new(name: 'MediaDeviceMemorySize')
|
|
2050
|
+
MediaDeviceName = Shapes::StringShape.new(name: 'MediaDeviceName')
|
|
2043
2051
|
MembershipType = Shapes::StringShape.new(name: 'MembershipType')
|
|
2044
2052
|
MemoryGiBPerVCpu = Shapes::StructureShape.new(name: 'MemoryGiBPerVCpu')
|
|
2045
2053
|
MemoryGiBPerVCpuRequest = Shapes::StructureShape.new(name: 'MemoryGiBPerVCpuRequest')
|
|
@@ -2261,6 +2269,16 @@ module Aws::EC2
|
|
|
2261
2269
|
NetworkInterfaceType = Shapes::StringShape.new(name: 'NetworkInterfaceType')
|
|
2262
2270
|
NetworkNodesList = Shapes::ListShape.new(name: 'NetworkNodesList')
|
|
2263
2271
|
NetworkPerformance = Shapes::StringShape.new(name: 'NetworkPerformance')
|
|
2272
|
+
NeuronDeviceCoreCount = Shapes::IntegerShape.new(name: 'NeuronDeviceCoreCount')
|
|
2273
|
+
NeuronDeviceCoreInfo = Shapes::StructureShape.new(name: 'NeuronDeviceCoreInfo')
|
|
2274
|
+
NeuronDeviceCoreVersion = Shapes::IntegerShape.new(name: 'NeuronDeviceCoreVersion')
|
|
2275
|
+
NeuronDeviceCount = Shapes::IntegerShape.new(name: 'NeuronDeviceCount')
|
|
2276
|
+
NeuronDeviceInfo = Shapes::StructureShape.new(name: 'NeuronDeviceInfo')
|
|
2277
|
+
NeuronDeviceInfoList = Shapes::ListShape.new(name: 'NeuronDeviceInfoList')
|
|
2278
|
+
NeuronDeviceMemoryInfo = Shapes::StructureShape.new(name: 'NeuronDeviceMemoryInfo')
|
|
2279
|
+
NeuronDeviceMemorySize = Shapes::IntegerShape.new(name: 'NeuronDeviceMemorySize')
|
|
2280
|
+
NeuronDeviceName = Shapes::StringShape.new(name: 'NeuronDeviceName')
|
|
2281
|
+
NeuronInfo = Shapes::StructureShape.new(name: 'NeuronInfo')
|
|
2264
2282
|
NewDhcpConfiguration = Shapes::StructureShape.new(name: 'NewDhcpConfiguration')
|
|
2265
2283
|
NewDhcpConfigurationList = Shapes::ListShape.new(name: 'NewDhcpConfigurationList')
|
|
2266
2284
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
|
@@ -2822,6 +2840,8 @@ module Aws::EC2
|
|
|
2822
2840
|
TieringOperationStatus = Shapes::StringShape.new(name: 'TieringOperationStatus')
|
|
2823
2841
|
TotalLocalStorageGB = Shapes::StructureShape.new(name: 'TotalLocalStorageGB')
|
|
2824
2842
|
TotalLocalStorageGBRequest = Shapes::StructureShape.new(name: 'TotalLocalStorageGBRequest')
|
|
2843
|
+
TotalMediaMemory = Shapes::IntegerShape.new(name: 'TotalMediaMemory')
|
|
2844
|
+
TotalNeuronMemory = Shapes::IntegerShape.new(name: 'TotalNeuronMemory')
|
|
2825
2845
|
TpmSupportValues = Shapes::StringShape.new(name: 'TpmSupportValues')
|
|
2826
2846
|
TrafficDirection = Shapes::StringShape.new(name: 'TrafficDirection')
|
|
2827
2847
|
TrafficMirrorFilter = Shapes::StructureShape.new(name: 'TrafficMirrorFilter')
|
|
@@ -10269,6 +10289,8 @@ module Aws::EC2
|
|
|
10269
10289
|
InstanceTypeInfo.add_member(:nitro_enclaves_support, Shapes::ShapeRef.new(shape: NitroEnclavesSupport, location_name: "nitroEnclavesSupport"))
|
|
10270
10290
|
InstanceTypeInfo.add_member(:nitro_tpm_support, Shapes::ShapeRef.new(shape: NitroTpmSupport, location_name: "nitroTpmSupport"))
|
|
10271
10291
|
InstanceTypeInfo.add_member(:nitro_tpm_info, Shapes::ShapeRef.new(shape: NitroTpmInfo, location_name: "nitroTpmInfo"))
|
|
10292
|
+
InstanceTypeInfo.add_member(:media_accelerator_info, Shapes::ShapeRef.new(shape: MediaAcceleratorInfo, location_name: "mediaAcceleratorInfo"))
|
|
10293
|
+
InstanceTypeInfo.add_member(:neuron_info, Shapes::ShapeRef.new(shape: NeuronInfo, location_name: "neuronInfo"))
|
|
10272
10294
|
InstanceTypeInfo.struct_class = Types::InstanceTypeInfo
|
|
10273
10295
|
|
|
10274
10296
|
InstanceTypeInfoFromInstanceRequirements.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
|
@@ -11200,6 +11222,21 @@ module Aws::EC2
|
|
|
11200
11222
|
|
|
11201
11223
|
ManagedPrefixListSet.member = Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "item")
|
|
11202
11224
|
|
|
11225
|
+
MediaAcceleratorInfo.add_member(:accelerators, Shapes::ShapeRef.new(shape: MediaDeviceInfoList, location_name: "accelerators"))
|
|
11226
|
+
MediaAcceleratorInfo.add_member(:total_media_memory_in_mi_b, Shapes::ShapeRef.new(shape: TotalMediaMemory, location_name: "totalMediaMemoryInMiB"))
|
|
11227
|
+
MediaAcceleratorInfo.struct_class = Types::MediaAcceleratorInfo
|
|
11228
|
+
|
|
11229
|
+
MediaDeviceInfo.add_member(:count, Shapes::ShapeRef.new(shape: MediaDeviceCount, location_name: "count"))
|
|
11230
|
+
MediaDeviceInfo.add_member(:name, Shapes::ShapeRef.new(shape: MediaDeviceName, location_name: "name"))
|
|
11231
|
+
MediaDeviceInfo.add_member(:manufacturer, Shapes::ShapeRef.new(shape: MediaDeviceManufacturerName, location_name: "manufacturer"))
|
|
11232
|
+
MediaDeviceInfo.add_member(:memory_info, Shapes::ShapeRef.new(shape: MediaDeviceMemoryInfo, location_name: "memoryInfo"))
|
|
11233
|
+
MediaDeviceInfo.struct_class = Types::MediaDeviceInfo
|
|
11234
|
+
|
|
11235
|
+
MediaDeviceInfoList.member = Shapes::ShapeRef.new(shape: MediaDeviceInfo, location_name: "item")
|
|
11236
|
+
|
|
11237
|
+
MediaDeviceMemoryInfo.add_member(:size_in_mi_b, Shapes::ShapeRef.new(shape: MediaDeviceMemorySize, location_name: "sizeInMiB"))
|
|
11238
|
+
MediaDeviceMemoryInfo.struct_class = Types::MediaDeviceMemoryInfo
|
|
11239
|
+
|
|
11203
11240
|
MemoryGiBPerVCpu.add_member(:min, Shapes::ShapeRef.new(shape: Double, location_name: "min"))
|
|
11204
11241
|
MemoryGiBPerVCpu.add_member(:max, Shapes::ShapeRef.new(shape: Double, location_name: "max"))
|
|
11205
11242
|
MemoryGiBPerVCpu.struct_class = Types::MemoryGiBPerVCpu
|
|
@@ -12273,6 +12310,25 @@ module Aws::EC2
|
|
|
12273
12310
|
|
|
12274
12311
|
NetworkNodesList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
12275
12312
|
|
|
12313
|
+
NeuronDeviceCoreInfo.add_member(:count, Shapes::ShapeRef.new(shape: NeuronDeviceCoreCount, location_name: "count"))
|
|
12314
|
+
NeuronDeviceCoreInfo.add_member(:version, Shapes::ShapeRef.new(shape: NeuronDeviceCoreVersion, location_name: "version"))
|
|
12315
|
+
NeuronDeviceCoreInfo.struct_class = Types::NeuronDeviceCoreInfo
|
|
12316
|
+
|
|
12317
|
+
NeuronDeviceInfo.add_member(:count, Shapes::ShapeRef.new(shape: NeuronDeviceCount, location_name: "count"))
|
|
12318
|
+
NeuronDeviceInfo.add_member(:name, Shapes::ShapeRef.new(shape: NeuronDeviceName, location_name: "name"))
|
|
12319
|
+
NeuronDeviceInfo.add_member(:core_info, Shapes::ShapeRef.new(shape: NeuronDeviceCoreInfo, location_name: "coreInfo"))
|
|
12320
|
+
NeuronDeviceInfo.add_member(:memory_info, Shapes::ShapeRef.new(shape: NeuronDeviceMemoryInfo, location_name: "memoryInfo"))
|
|
12321
|
+
NeuronDeviceInfo.struct_class = Types::NeuronDeviceInfo
|
|
12322
|
+
|
|
12323
|
+
NeuronDeviceInfoList.member = Shapes::ShapeRef.new(shape: NeuronDeviceInfo, location_name: "item")
|
|
12324
|
+
|
|
12325
|
+
NeuronDeviceMemoryInfo.add_member(:size_in_mi_b, Shapes::ShapeRef.new(shape: NeuronDeviceMemorySize, location_name: "sizeInMiB"))
|
|
12326
|
+
NeuronDeviceMemoryInfo.struct_class = Types::NeuronDeviceMemoryInfo
|
|
12327
|
+
|
|
12328
|
+
NeuronInfo.add_member(:neuron_devices, Shapes::ShapeRef.new(shape: NeuronDeviceInfoList, location_name: "neuronDevices"))
|
|
12329
|
+
NeuronInfo.add_member(:total_neuron_device_memory_in_mi_b, Shapes::ShapeRef.new(shape: TotalNeuronMemory, location_name: "totalNeuronDeviceMemoryInMiB"))
|
|
12330
|
+
NeuronInfo.struct_class = Types::NeuronInfo
|
|
12331
|
+
|
|
12276
12332
|
NewDhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
|
12277
12333
|
NewDhcpConfiguration.add_member(:values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Value"))
|
|
12278
12334
|
NewDhcpConfiguration.struct_class = Types::NewDhcpConfiguration
|
data/lib/aws-sdk-ec2/types.rb
CHANGED
|
@@ -41529,6 +41529,14 @@ module Aws::EC2
|
|
|
41529
41529
|
# Describes the supported NitroTPM versions for the instance type.
|
|
41530
41530
|
# @return [Types::NitroTpmInfo]
|
|
41531
41531
|
#
|
|
41532
|
+
# @!attribute [rw] media_accelerator_info
|
|
41533
|
+
# Describes the media accelerator settings for the instance type.
|
|
41534
|
+
# @return [Types::MediaAcceleratorInfo]
|
|
41535
|
+
#
|
|
41536
|
+
# @!attribute [rw] neuron_info
|
|
41537
|
+
# Describes the Neuron accelerator settings for the instance type.
|
|
41538
|
+
# @return [Types::NeuronInfo]
|
|
41539
|
+
#
|
|
41532
41540
|
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/InstanceTypeInfo AWS API Documentation
|
|
41533
41541
|
#
|
|
41534
41542
|
class InstanceTypeInfo < Struct.new(
|
|
@@ -41558,7 +41566,9 @@ module Aws::EC2
|
|
|
41558
41566
|
:supported_boot_modes,
|
|
41559
41567
|
:nitro_enclaves_support,
|
|
41560
41568
|
:nitro_tpm_support,
|
|
41561
|
-
:nitro_tpm_info
|
|
41569
|
+
:nitro_tpm_info,
|
|
41570
|
+
:media_accelerator_info,
|
|
41571
|
+
:neuron_info)
|
|
41562
41572
|
SENSITIVE = []
|
|
41563
41573
|
include Aws::Structure
|
|
41564
41574
|
end
|
|
@@ -46277,6 +46287,69 @@ module Aws::EC2
|
|
|
46277
46287
|
include Aws::Structure
|
|
46278
46288
|
end
|
|
46279
46289
|
|
|
46290
|
+
# Describes the media accelerators for the instance type.
|
|
46291
|
+
#
|
|
46292
|
+
# @!attribute [rw] accelerators
|
|
46293
|
+
# Describes the media accelerators for the instance type.
|
|
46294
|
+
# @return [Array<Types::MediaDeviceInfo>]
|
|
46295
|
+
#
|
|
46296
|
+
# @!attribute [rw] total_media_memory_in_mi_b
|
|
46297
|
+
# The total size of the memory for the media accelerators for the
|
|
46298
|
+
# instance type, in MiB.
|
|
46299
|
+
# @return [Integer]
|
|
46300
|
+
#
|
|
46301
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MediaAcceleratorInfo AWS API Documentation
|
|
46302
|
+
#
|
|
46303
|
+
class MediaAcceleratorInfo < Struct.new(
|
|
46304
|
+
:accelerators,
|
|
46305
|
+
:total_media_memory_in_mi_b)
|
|
46306
|
+
SENSITIVE = []
|
|
46307
|
+
include Aws::Structure
|
|
46308
|
+
end
|
|
46309
|
+
|
|
46310
|
+
# Describes the media accelerators for the instance type.
|
|
46311
|
+
#
|
|
46312
|
+
# @!attribute [rw] count
|
|
46313
|
+
# The number of media accelerators for the instance type.
|
|
46314
|
+
# @return [Integer]
|
|
46315
|
+
#
|
|
46316
|
+
# @!attribute [rw] name
|
|
46317
|
+
# The name of the media accelerator.
|
|
46318
|
+
# @return [String]
|
|
46319
|
+
#
|
|
46320
|
+
# @!attribute [rw] manufacturer
|
|
46321
|
+
# The manufacturer of the media accelerator.
|
|
46322
|
+
# @return [String]
|
|
46323
|
+
#
|
|
46324
|
+
# @!attribute [rw] memory_info
|
|
46325
|
+
# Describes the memory available to the media accelerator.
|
|
46326
|
+
# @return [Types::MediaDeviceMemoryInfo]
|
|
46327
|
+
#
|
|
46328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MediaDeviceInfo AWS API Documentation
|
|
46329
|
+
#
|
|
46330
|
+
class MediaDeviceInfo < Struct.new(
|
|
46331
|
+
:count,
|
|
46332
|
+
:name,
|
|
46333
|
+
:manufacturer,
|
|
46334
|
+
:memory_info)
|
|
46335
|
+
SENSITIVE = []
|
|
46336
|
+
include Aws::Structure
|
|
46337
|
+
end
|
|
46338
|
+
|
|
46339
|
+
# Describes the memory available to the media accelerator.
|
|
46340
|
+
#
|
|
46341
|
+
# @!attribute [rw] size_in_mi_b
|
|
46342
|
+
# The size of the memory available to each media accelerator, in MiB.
|
|
46343
|
+
# @return [Integer]
|
|
46344
|
+
#
|
|
46345
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/MediaDeviceMemoryInfo AWS API Documentation
|
|
46346
|
+
#
|
|
46347
|
+
class MediaDeviceMemoryInfo < Struct.new(
|
|
46348
|
+
:size_in_mi_b)
|
|
46349
|
+
SENSITIVE = []
|
|
46350
|
+
include Aws::Structure
|
|
46351
|
+
end
|
|
46352
|
+
|
|
46280
46353
|
# The minimum and maximum amount of memory per vCPU, in GiB.
|
|
46281
46354
|
#
|
|
46282
46355
|
# @!attribute [rw] min
|
|
@@ -52210,6 +52283,88 @@ module Aws::EC2
|
|
|
52210
52283
|
include Aws::Structure
|
|
52211
52284
|
end
|
|
52212
52285
|
|
|
52286
|
+
# Describes the cores available to the neuron accelerator.
|
|
52287
|
+
#
|
|
52288
|
+
# @!attribute [rw] count
|
|
52289
|
+
# The number of cores available to the neuron accelerator.
|
|
52290
|
+
# @return [Integer]
|
|
52291
|
+
#
|
|
52292
|
+
# @!attribute [rw] version
|
|
52293
|
+
# The version of the neuron accelerator.
|
|
52294
|
+
# @return [Integer]
|
|
52295
|
+
#
|
|
52296
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NeuronDeviceCoreInfo AWS API Documentation
|
|
52297
|
+
#
|
|
52298
|
+
class NeuronDeviceCoreInfo < Struct.new(
|
|
52299
|
+
:count,
|
|
52300
|
+
:version)
|
|
52301
|
+
SENSITIVE = []
|
|
52302
|
+
include Aws::Structure
|
|
52303
|
+
end
|
|
52304
|
+
|
|
52305
|
+
# Describes the neuron accelerators for the instance type.
|
|
52306
|
+
#
|
|
52307
|
+
# @!attribute [rw] count
|
|
52308
|
+
# The number of neuron accelerators for the instance type.
|
|
52309
|
+
# @return [Integer]
|
|
52310
|
+
#
|
|
52311
|
+
# @!attribute [rw] name
|
|
52312
|
+
# The name of the neuron accelerator.
|
|
52313
|
+
# @return [String]
|
|
52314
|
+
#
|
|
52315
|
+
# @!attribute [rw] core_info
|
|
52316
|
+
# Describes the cores available to each neuron accelerator.
|
|
52317
|
+
# @return [Types::NeuronDeviceCoreInfo]
|
|
52318
|
+
#
|
|
52319
|
+
# @!attribute [rw] memory_info
|
|
52320
|
+
# Describes the memory available to each neuron accelerator.
|
|
52321
|
+
# @return [Types::NeuronDeviceMemoryInfo]
|
|
52322
|
+
#
|
|
52323
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NeuronDeviceInfo AWS API Documentation
|
|
52324
|
+
#
|
|
52325
|
+
class NeuronDeviceInfo < Struct.new(
|
|
52326
|
+
:count,
|
|
52327
|
+
:name,
|
|
52328
|
+
:core_info,
|
|
52329
|
+
:memory_info)
|
|
52330
|
+
SENSITIVE = []
|
|
52331
|
+
include Aws::Structure
|
|
52332
|
+
end
|
|
52333
|
+
|
|
52334
|
+
# Describes the memory available to the neuron accelerator.
|
|
52335
|
+
#
|
|
52336
|
+
# @!attribute [rw] size_in_mi_b
|
|
52337
|
+
# The size of the memory available to the neuron accelerator, in MiB.
|
|
52338
|
+
# @return [Integer]
|
|
52339
|
+
#
|
|
52340
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NeuronDeviceMemoryInfo AWS API Documentation
|
|
52341
|
+
#
|
|
52342
|
+
class NeuronDeviceMemoryInfo < Struct.new(
|
|
52343
|
+
:size_in_mi_b)
|
|
52344
|
+
SENSITIVE = []
|
|
52345
|
+
include Aws::Structure
|
|
52346
|
+
end
|
|
52347
|
+
|
|
52348
|
+
# Describes the neuron accelerators for the instance type.
|
|
52349
|
+
#
|
|
52350
|
+
# @!attribute [rw] neuron_devices
|
|
52351
|
+
# Describes the neuron accelerators for the instance type.
|
|
52352
|
+
# @return [Array<Types::NeuronDeviceInfo>]
|
|
52353
|
+
#
|
|
52354
|
+
# @!attribute [rw] total_neuron_device_memory_in_mi_b
|
|
52355
|
+
# The total size of the memory for the neuron accelerators for the
|
|
52356
|
+
# instance type, in MiB.
|
|
52357
|
+
# @return [Integer]
|
|
52358
|
+
#
|
|
52359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/NeuronInfo AWS API Documentation
|
|
52360
|
+
#
|
|
52361
|
+
class NeuronInfo < Struct.new(
|
|
52362
|
+
:neuron_devices,
|
|
52363
|
+
:total_neuron_device_memory_in_mi_b)
|
|
52364
|
+
SENSITIVE = []
|
|
52365
|
+
include Aws::Structure
|
|
52366
|
+
end
|
|
52367
|
+
|
|
52213
52368
|
# @!attribute [rw] key
|
|
52214
52369
|
# @return [String]
|
|
52215
52370
|
#
|
|
@@ -61297,6 +61452,12 @@ module Aws::EC2
|
|
|
61297
61452
|
# `LaunchSpecifications`, you can't specify `LaunchTemplateConfigs`.
|
|
61298
61453
|
# If you include On-Demand capacity in your request, you must use
|
|
61299
61454
|
# `LaunchTemplateConfigs`.
|
|
61455
|
+
#
|
|
61456
|
+
# <note markdown="1"> If an AMI specified in a launch specification is deregistered or
|
|
61457
|
+
# disabled, no new instances can be launched from the AMI. For fleets
|
|
61458
|
+
# of type `maintain`, the target capacity will not be maintained.
|
|
61459
|
+
#
|
|
61460
|
+
# </note>
|
|
61300
61461
|
# @return [Array<Types::SpotFleetLaunchSpecification>]
|
|
61301
61462
|
#
|
|
61302
61463
|
# @!attribute [rw] launch_template_configs
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -9136,6 +9136,8 @@ module Aws::EC2
|
|
|
9136
9136
|
attr_accessor nitro_enclaves_support: ("unsupported" | "supported")
|
|
9137
9137
|
attr_accessor nitro_tpm_support: ("unsupported" | "supported")
|
|
9138
9138
|
attr_accessor nitro_tpm_info: Types::NitroTpmInfo
|
|
9139
|
+
attr_accessor media_accelerator_info: Types::MediaAcceleratorInfo
|
|
9140
|
+
attr_accessor neuron_info: Types::NeuronInfo
|
|
9139
9141
|
SENSITIVE: []
|
|
9140
9142
|
end
|
|
9141
9143
|
|
|
@@ -10118,6 +10120,25 @@ module Aws::EC2
|
|
|
10118
10120
|
SENSITIVE: []
|
|
10119
10121
|
end
|
|
10120
10122
|
|
|
10123
|
+
class MediaAcceleratorInfo
|
|
10124
|
+
attr_accessor accelerators: ::Array[Types::MediaDeviceInfo]
|
|
10125
|
+
attr_accessor total_media_memory_in_mi_b: ::Integer
|
|
10126
|
+
SENSITIVE: []
|
|
10127
|
+
end
|
|
10128
|
+
|
|
10129
|
+
class MediaDeviceInfo
|
|
10130
|
+
attr_accessor count: ::Integer
|
|
10131
|
+
attr_accessor name: ::String
|
|
10132
|
+
attr_accessor manufacturer: ::String
|
|
10133
|
+
attr_accessor memory_info: Types::MediaDeviceMemoryInfo
|
|
10134
|
+
SENSITIVE: []
|
|
10135
|
+
end
|
|
10136
|
+
|
|
10137
|
+
class MediaDeviceMemoryInfo
|
|
10138
|
+
attr_accessor size_in_mi_b: ::Integer
|
|
10139
|
+
SENSITIVE: []
|
|
10140
|
+
end
|
|
10141
|
+
|
|
10121
10142
|
class MemoryGiBPerVCpu
|
|
10122
10143
|
attr_accessor min: ::Float
|
|
10123
10144
|
attr_accessor max: ::Float
|
|
@@ -11465,6 +11486,31 @@ module Aws::EC2
|
|
|
11465
11486
|
SENSITIVE: []
|
|
11466
11487
|
end
|
|
11467
11488
|
|
|
11489
|
+
class NeuronDeviceCoreInfo
|
|
11490
|
+
attr_accessor count: ::Integer
|
|
11491
|
+
attr_accessor version: ::Integer
|
|
11492
|
+
SENSITIVE: []
|
|
11493
|
+
end
|
|
11494
|
+
|
|
11495
|
+
class NeuronDeviceInfo
|
|
11496
|
+
attr_accessor count: ::Integer
|
|
11497
|
+
attr_accessor name: ::String
|
|
11498
|
+
attr_accessor core_info: Types::NeuronDeviceCoreInfo
|
|
11499
|
+
attr_accessor memory_info: Types::NeuronDeviceMemoryInfo
|
|
11500
|
+
SENSITIVE: []
|
|
11501
|
+
end
|
|
11502
|
+
|
|
11503
|
+
class NeuronDeviceMemoryInfo
|
|
11504
|
+
attr_accessor size_in_mi_b: ::Integer
|
|
11505
|
+
SENSITIVE: []
|
|
11506
|
+
end
|
|
11507
|
+
|
|
11508
|
+
class NeuronInfo
|
|
11509
|
+
attr_accessor neuron_devices: ::Array[Types::NeuronDeviceInfo]
|
|
11510
|
+
attr_accessor total_neuron_device_memory_in_mi_b: ::Integer
|
|
11511
|
+
SENSITIVE: []
|
|
11512
|
+
end
|
|
11513
|
+
|
|
11468
11514
|
class NewDhcpConfiguration
|
|
11469
11515
|
attr_accessor key: ::String
|
|
11470
11516
|
attr_accessor values: ::Array[::String]
|
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.
|
|
4
|
+
version: 1.443.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: 2024-03-
|
|
11
|
+
date: 2024-03-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|