@aws-sdk/client-ec2 3.859.0 → 3.862.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.
|
@@ -10588,6 +10588,8 @@ export interface RequestLaunchTemplateData {
|
|
|
10588
10588
|
* <note>
|
|
10589
10589
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
10590
10590
|
* </note>
|
|
10591
|
+
*
|
|
10592
|
+
* @deprecated
|
|
10591
10593
|
* @public
|
|
10592
10594
|
*/
|
|
10593
10595
|
ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
|
|
@@ -10599,6 +10601,8 @@ export interface RequestLaunchTemplateData {
|
|
|
10599
10601
|
* accelerators are a resource you can attach to your Amazon EC2 instances to accelerate
|
|
10600
10602
|
* your Deep Learning (DL) inference workloads.</p>
|
|
10601
10603
|
* <p>You cannot specify accelerators from different generations in the same request.</p>
|
|
10604
|
+
*
|
|
10605
|
+
* @deprecated
|
|
10602
10606
|
* @public
|
|
10603
10607
|
*/
|
|
10604
10608
|
ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
|
|
@@ -2259,6 +2259,8 @@ export interface RunInstancesRequest {
|
|
|
2259
2259
|
* <note>
|
|
2260
2260
|
* <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
|
|
2261
2261
|
* </note>
|
|
2262
|
+
*
|
|
2263
|
+
* @deprecated
|
|
2262
2264
|
* @public
|
|
2263
2265
|
*/
|
|
2264
2266
|
ElasticGpuSpecification?: ElasticGpuSpecification[] | undefined;
|
|
@@ -2267,6 +2269,8 @@ export interface RunInstancesRequest {
|
|
|
2267
2269
|
* <note>
|
|
2268
2270
|
* <p>Amazon Elastic Inference is no longer available.</p>
|
|
2269
2271
|
* </note>
|
|
2272
|
+
*
|
|
2273
|
+
* @deprecated
|
|
2270
2274
|
* @public
|
|
2271
2275
|
*/
|
|
2272
2276
|
ElasticInferenceAccelerators?: ElasticInferenceAccelerator[] | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ec2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.862.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
|
|
@@ -20,44 +20,44 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-ec2": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.1.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.1.
|
|
38
|
-
"@smithy/hash-node": "^4.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
42
|
-
"@smithy/middleware-retry": "^4.1.
|
|
43
|
-
"@smithy/middleware-serde": "^4.0.
|
|
44
|
-
"@smithy/middleware-stack": "^4.0.
|
|
45
|
-
"@smithy/node-config-provider": "^4.1.
|
|
46
|
-
"@smithy/node-http-handler": "^4.1.
|
|
47
|
-
"@smithy/protocol-http": "^5.1.
|
|
48
|
-
"@smithy/smithy-client": "^4.4.
|
|
49
|
-
"@smithy/types": "^4.3.
|
|
50
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.862.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.862.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.862.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.862.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.862.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-ec2": "3.862.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.862.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
31
|
+
"@aws-sdk/types": "3.862.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.862.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.862.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.1.5",
|
|
36
|
+
"@smithy/core": "^3.8.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.1.1",
|
|
38
|
+
"@smithy/hash-node": "^4.0.5",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.0.5",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.0.5",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.1.18",
|
|
42
|
+
"@smithy/middleware-retry": "^4.1.19",
|
|
43
|
+
"@smithy/middleware-serde": "^4.0.9",
|
|
44
|
+
"@smithy/middleware-stack": "^4.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^4.1.4",
|
|
46
|
+
"@smithy/node-http-handler": "^4.1.1",
|
|
47
|
+
"@smithy/protocol-http": "^5.1.3",
|
|
48
|
+
"@smithy/smithy-client": "^4.4.10",
|
|
49
|
+
"@smithy/types": "^4.3.2",
|
|
50
|
+
"@smithy/url-parser": "^4.0.5",
|
|
51
51
|
"@smithy/util-base64": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
-
"@smithy/util-endpoints": "^3.0.
|
|
57
|
-
"@smithy/util-middleware": "^4.0.
|
|
58
|
-
"@smithy/util-retry": "^4.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.0.26",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.0.26",
|
|
56
|
+
"@smithy/util-endpoints": "^3.0.7",
|
|
57
|
+
"@smithy/util-middleware": "^4.0.5",
|
|
58
|
+
"@smithy/util-retry": "^4.0.7",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
|
-
"@smithy/util-waiter": "^4.0.
|
|
60
|
+
"@smithy/util-waiter": "^4.0.7",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|