|
8528 | 8528 | "com.amazonaws.ec2#BareMetalFlag": {
|
8529 | 8529 | "type": "boolean"
|
8530 | 8530 | },
|
| 8531 | + "com.amazonaws.ec2#BaselineBandwidthInGbps": { |
| 8532 | + "type": "double" |
| 8533 | + }, |
8531 | 8534 | "com.amazonaws.ec2#BaselineBandwidthInMbps": {
|
8532 | 8535 | "type": "integer"
|
8533 | 8536 | },
|
|
54353 | 54356 | "smithy.api#documentation": "<p>Describes the Inference accelerators for the instance type.</p>",
|
54354 | 54357 | "smithy.api#xmlName": "accelerators"
|
54355 | 54358 | }
|
| 54359 | + }, |
| 54360 | + "TotalInferenceMemoryInMiB": { |
| 54361 | + "target": "com.amazonaws.ec2#totalInferenceMemory", |
| 54362 | + "traits": { |
| 54363 | + "aws.protocols#ec2QueryName": "TotalInferenceMemoryInMiB", |
| 54364 | + "smithy.api#documentation": "<p>The total size of the memory for the inference accelerators for the instance type, in MiB.</p>", |
| 54365 | + "smithy.api#xmlName": "totalInferenceMemoryInMiB" |
| 54366 | + } |
54356 | 54367 | }
|
54357 | 54368 | },
|
54358 | 54369 | "traits": {
|
|
54388 | 54399 | "smithy.api#documentation": "<p>The manufacturer of the Inference accelerator.</p>",
|
54389 | 54400 | "smithy.api#xmlName": "manufacturer"
|
54390 | 54401 | }
|
| 54402 | + }, |
| 54403 | + "MemoryInfo": { |
| 54404 | + "target": "com.amazonaws.ec2#InferenceDeviceMemoryInfo", |
| 54405 | + "traits": { |
| 54406 | + "aws.protocols#ec2QueryName": "MemoryInfo", |
| 54407 | + "smithy.api#documentation": "<p>Describes the memory available to the inference accelerator.</p>", |
| 54408 | + "smithy.api#xmlName": "memoryInfo" |
| 54409 | + } |
54391 | 54410 | }
|
54392 | 54411 | },
|
54393 | 54412 | "traits": {
|
|
54403 | 54422 | "com.amazonaws.ec2#InferenceDeviceManufacturerName": {
|
54404 | 54423 | "type": "string"
|
54405 | 54424 | },
|
| 54425 | + "com.amazonaws.ec2#InferenceDeviceMemoryInfo": { |
| 54426 | + "type": "structure", |
| 54427 | + "members": { |
| 54428 | + "SizeInMiB": { |
| 54429 | + "target": "com.amazonaws.ec2#InferenceDeviceMemorySize", |
| 54430 | + "traits": { |
| 54431 | + "aws.protocols#ec2QueryName": "SizeInMiB", |
| 54432 | + "smithy.api#documentation": "<p>The size of the memory available to the inference accelerator, in MiB.</p>", |
| 54433 | + "smithy.api#xmlName": "sizeInMiB" |
| 54434 | + } |
| 54435 | + } |
| 54436 | + }, |
| 54437 | + "traits": { |
| 54438 | + "smithy.api#documentation": "<p>Describes the memory available to the inference accelerator.</p>" |
| 54439 | + } |
| 54440 | + }, |
| 54441 | + "com.amazonaws.ec2#InferenceDeviceMemorySize": { |
| 54442 | + "type": "integer" |
| 54443 | + }, |
54406 | 54444 | "com.amazonaws.ec2#InferenceDeviceName": {
|
54407 | 54445 | "type": "string"
|
54408 | 54446 | },
|
|
74974 | 75012 | "smithy.api#documentation": "<p>The maximum number of network interfaces for the network card.</p>",
|
74975 | 75013 | "smithy.api#xmlName": "maximumNetworkInterfaces"
|
74976 | 75014 | }
|
| 75015 | + }, |
| 75016 | + "BaselineBandwidthInGbps": { |
| 75017 | + "target": "com.amazonaws.ec2#BaselineBandwidthInGbps", |
| 75018 | + "traits": { |
| 75019 | + "aws.protocols#ec2QueryName": "BaselineBandwidthInGbps", |
| 75020 | + "smithy.api#documentation": "<p>The baseline network performance of the network card, in Gbps.</p>", |
| 75021 | + "smithy.api#xmlName": "baselineBandwidthInGbps" |
| 75022 | + } |
| 75023 | + }, |
| 75024 | + "PeakBandwidthInGbps": { |
| 75025 | + "target": "com.amazonaws.ec2#PeakBandwidthInGbps", |
| 75026 | + "traits": { |
| 75027 | + "aws.protocols#ec2QueryName": "PeakBandwidthInGbps", |
| 75028 | + "smithy.api#documentation": "<p>The peak (burst) network performance of the network card, in Gbps.</p>", |
| 75029 | + "smithy.api#xmlName": "peakBandwidthInGbps" |
| 75030 | + } |
74977 | 75031 | }
|
74978 | 75032 | },
|
74979 | 75033 | "traits": {
|
|
77451 | 77505 | "smithy.api#documentation": "<p>Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.</p>"
|
77452 | 77506 | }
|
77453 | 77507 | },
|
| 77508 | + "com.amazonaws.ec2#PeakBandwidthInGbps": { |
| 77509 | + "type": "double" |
| 77510 | + }, |
77454 | 77511 | "com.amazonaws.ec2#PeeringAttachmentStatus": {
|
77455 | 77512 | "type": "structure",
|
77456 | 77513 | "members": {
|
@@ -101938,6 +101995,9 @@
|
101938 | 101995 | },
|
101939 | 101996 | "com.amazonaws.ec2#totalGpuMemory": {
|
101940 | 101997 | "type": "integer"
|
| 101998 | + }, |
| 101999 | + "com.amazonaws.ec2#totalInferenceMemory": { |
| 102000 | + "type": "integer" |
101941 | 102001 | }
|
101942 | 102002 | }
|
101943 | 102003 | }
|
0 commit comments