@aws-sdk/client-batch 3.859.0 → 3.863.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.
- package/dist-types/models/models_0.d.ts +5 -5
- package/package.json +33 -33
|
@@ -2611,8 +2611,8 @@ export interface RuntimePlatform {
|
|
|
2611
2611
|
* compute environment is found.</p>
|
|
2612
2612
|
* </note>
|
|
2613
2613
|
* <note>
|
|
2614
|
-
* <p>Fargate Spot is not supported
|
|
2615
|
-
* A job queue will be blocked if a
|
|
2614
|
+
* <p>Fargate Spot is not supported on Windows-based containers on Fargate.
|
|
2615
|
+
* A job queue will be blocked if a Windows job is submitted to a job
|
|
2616
2616
|
* queue with only Fargate Spot compute environments. However, you can attach both <code>FARGATE</code> and
|
|
2617
2617
|
* <code>FARGATE_SPOT</code> compute environments to the same job queue.</p>
|
|
2618
2618
|
* </note>
|
|
@@ -2620,14 +2620,14 @@ export interface RuntimePlatform {
|
|
|
2620
2620
|
*/
|
|
2621
2621
|
operatingSystemFamily?: string | undefined;
|
|
2622
2622
|
/**
|
|
2623
|
-
* <p>
|
|
2623
|
+
* <p>The vCPU architecture. The default value is <code>X86_64</code>. Valid values are
|
|
2624
2624
|
* <code>X86_64</code> and <code>ARM64</code>.</p>
|
|
2625
2625
|
* <note>
|
|
2626
2626
|
* <p>This parameter must be set to <code>X86_64</code> for Windows containers.</p>
|
|
2627
2627
|
* </note>
|
|
2628
2628
|
* <note>
|
|
2629
|
-
* <p>Fargate Spot is not supported
|
|
2630
|
-
* Fargate. A job queue will be blocked if a
|
|
2629
|
+
* <p>Fargate Spot is not supported on Windows-based containers on
|
|
2630
|
+
* Fargate. A job queue will be blocked if a Windows job is
|
|
2631
2631
|
* submitted to a job queue with only Fargate Spot compute environments. However, you can attach
|
|
2632
2632
|
* both <code>FARGATE</code> and <code>FARGATE_SPOT</code> compute environments to the same job
|
|
2633
2633
|
* queue.</p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-batch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.863.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-batch",
|
|
@@ -20,41 +20,41 @@
|
|
|
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-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.1.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.1.
|
|
37
|
-
"@smithy/hash-node": "^4.0.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.0.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.0.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
42
|
-
"@smithy/middleware-serde": "^4.0.
|
|
43
|
-
"@smithy/middleware-stack": "^4.0.
|
|
44
|
-
"@smithy/node-config-provider": "^4.1.
|
|
45
|
-
"@smithy/node-http-handler": "^4.1.
|
|
46
|
-
"@smithy/protocol-http": "^5.1.
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
48
|
-
"@smithy/types": "^4.3.
|
|
49
|
-
"@smithy/url-parser": "^4.0.
|
|
23
|
+
"@aws-sdk/core": "3.863.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.863.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-user-agent": "3.863.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.862.0",
|
|
30
|
+
"@aws-sdk/types": "3.862.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.862.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.862.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.863.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.1.5",
|
|
35
|
+
"@smithy/core": "^3.8.0",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.1.1",
|
|
37
|
+
"@smithy/hash-node": "^4.0.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.0.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.0.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.18",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.19",
|
|
42
|
+
"@smithy/middleware-serde": "^4.0.9",
|
|
43
|
+
"@smithy/middleware-stack": "^4.0.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.1.4",
|
|
45
|
+
"@smithy/node-http-handler": "^4.1.1",
|
|
46
|
+
"@smithy/protocol-http": "^5.1.3",
|
|
47
|
+
"@smithy/smithy-client": "^4.4.10",
|
|
48
|
+
"@smithy/types": "^4.3.2",
|
|
49
|
+
"@smithy/url-parser": "^4.0.5",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
-
"@smithy/util-endpoints": "^3.0.
|
|
56
|
-
"@smithy/util-middleware": "^4.0.
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.26",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.26",
|
|
55
|
+
"@smithy/util-endpoints": "^3.0.7",
|
|
56
|
+
"@smithy/util-middleware": "^4.0.5",
|
|
57
|
+
"@smithy/util-retry": "^4.0.7",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|