@aws-sdk/client-batch 3.996.0 → 3.998.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 +6 -6
- package/package.json +37 -37
|
@@ -5647,8 +5647,8 @@ export interface ServiceJobAttemptDetail {
|
|
|
5647
5647
|
*/
|
|
5648
5648
|
export interface ServiceJobCapacityUsageDetail {
|
|
5649
5649
|
/**
|
|
5650
|
-
* <p>The unit of measure for the service job capacity usage. For service jobs, this is
|
|
5651
|
-
*
|
|
5650
|
+
* <p>The unit of measure for the service job capacity usage. For service jobs, this is the
|
|
5651
|
+
* instance type.</p>
|
|
5652
5652
|
* @public
|
|
5653
5653
|
*/
|
|
5654
5654
|
capacityUnit?: string | undefined;
|
|
@@ -5876,7 +5876,7 @@ export interface FrontOfQueueDetail {
|
|
|
5876
5876
|
export interface FairshareCapacityUsage {
|
|
5877
5877
|
/**
|
|
5878
5878
|
* <p>The unit of measure for the capacity usage. For compute jobs, this is
|
|
5879
|
-
* <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is
|
|
5879
|
+
* <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is the instance type.</p>
|
|
5880
5880
|
* @public
|
|
5881
5881
|
*/
|
|
5882
5882
|
capacityUnit?: string | undefined;
|
|
@@ -5932,7 +5932,7 @@ export interface FairshareUtilizationDetail {
|
|
|
5932
5932
|
export interface QueueSnapshotCapacityUsage {
|
|
5933
5933
|
/**
|
|
5934
5934
|
* <p>The unit of measure for the capacity usage. For compute jobs, this is
|
|
5935
|
-
* <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is
|
|
5935
|
+
* <code>VCPU</code> for Amazon EC2 and <code>cpu</code> for Amazon EKS. For service jobs, this is the instance type.</p>
|
|
5936
5936
|
* @public
|
|
5937
5937
|
*/
|
|
5938
5938
|
capacityUnit?: string | undefined;
|
|
@@ -6722,8 +6722,8 @@ export interface ListServiceJobsRequest {
|
|
|
6722
6722
|
*/
|
|
6723
6723
|
export interface ServiceJobCapacityUsageSummary {
|
|
6724
6724
|
/**
|
|
6725
|
-
* <p>The unit of measure for the service job capacity usage. For service jobs, this is
|
|
6726
|
-
*
|
|
6725
|
+
* <p>The unit of measure for the service job capacity usage. For service jobs, this is the
|
|
6726
|
+
* instance type.</p>
|
|
6727
6727
|
* @public
|
|
6728
6728
|
*/
|
|
6729
6729
|
capacityUnit?: string | undefined;
|
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.998.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-batch",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
51
|
-
"@smithy/util-base64": "^4.3.
|
|
52
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
53
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
59
|
-
"@smithy/util-utf8": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "^3.973.14",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.13",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.5",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.5",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.5",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.14",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.5",
|
|
31
|
+
"@aws-sdk/types": "^3.973.3",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.2",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.5",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.13",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.9",
|
|
36
|
+
"@smithy/core": "^3.23.6",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.11",
|
|
38
|
+
"@smithy/hash-node": "^4.2.10",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.10",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.10",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.20",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.37",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.11",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.10",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.10",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.12",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.10",
|
|
48
|
+
"@smithy/smithy-client": "^4.12.0",
|
|
49
|
+
"@smithy/types": "^4.13.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.10",
|
|
51
|
+
"@smithy/util-base64": "^4.3.1",
|
|
52
|
+
"@smithy/util-body-length-browser": "^4.2.1",
|
|
53
|
+
"@smithy/util-body-length-node": "^4.2.2",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.36",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.39",
|
|
56
|
+
"@smithy/util-endpoints": "^3.3.1",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.10",
|
|
58
|
+
"@smithy/util-retry": "^4.2.10",
|
|
59
|
+
"@smithy/util-utf8": "^4.2.1",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|