Skip to content

Commit f4dd56b

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 2815861 commit f4dd56b

13 files changed

+1968
-579
lines changed

codegen/sdk-codegen/aws-models/billingconductor.json

+270-350
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/customer-profiles.json

+544-2
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/datasync.json

+380-24
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/dynamodb.json

+6-6
Large diffs are not rendered by default.

codegen/sdk-codegen/aws-models/ec2.json

+60
Original file line numberDiff line numberDiff line change
@@ -8528,6 +8528,9 @@
85288528
"com.amazonaws.ec2#BareMetalFlag": {
85298529
"type": "boolean"
85308530
},
8531+
"com.amazonaws.ec2#BaselineBandwidthInGbps": {
8532+
"type": "double"
8533+
},
85318534
"com.amazonaws.ec2#BaselineBandwidthInMbps": {
85328535
"type": "integer"
85338536
},
@@ -54353,6 +54356,14 @@
5435354356
"smithy.api#documentation": "<p>Describes the Inference accelerators for the instance type.</p>",
5435454357
"smithy.api#xmlName": "accelerators"
5435554358
}
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+
}
5435654367
}
5435754368
},
5435854369
"traits": {
@@ -54388,6 +54399,14 @@
5438854399
"smithy.api#documentation": "<p>The manufacturer of the Inference accelerator.</p>",
5438954400
"smithy.api#xmlName": "manufacturer"
5439054401
}
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+
}
5439154410
}
5439254411
},
5439354412
"traits": {
@@ -54403,6 +54422,25 @@
5440354422
"com.amazonaws.ec2#InferenceDeviceManufacturerName": {
5440454423
"type": "string"
5440554424
},
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+
},
5440654444
"com.amazonaws.ec2#InferenceDeviceName": {
5440754445
"type": "string"
5440854446
},
@@ -74974,6 +75012,22 @@
7497475012
"smithy.api#documentation": "<p>The maximum number of network interfaces for the network card.</p>",
7497575013
"smithy.api#xmlName": "maximumNetworkInterfaces"
7497675014
}
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+
}
7497775031
}
7497875032
},
7497975033
"traits": {
@@ -77451,6 +77505,9 @@
7745177505
"smithy.api#documentation": "<p>Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.</p>"
7745277506
}
7745377507
},
77508+
"com.amazonaws.ec2#PeakBandwidthInGbps": {
77509+
"type": "double"
77510+
},
7745477511
"com.amazonaws.ec2#PeeringAttachmentStatus": {
7745577512
"type": "structure",
7745677513
"members": {
@@ -101938,6 +101995,9 @@
101938101995
},
101939101996
"com.amazonaws.ec2#totalGpuMemory": {
101940101997
"type": "integer"
101998+
},
101999+
"com.amazonaws.ec2#totalInferenceMemory": {
102000+
"type": "integer"
101941102001
}
101942102002
}
101943102003
}

0 commit comments

Comments
 (0)