@aws-sdk/client-batch 3.997.0 → 3.999.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.
@@ -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
- * <code>NUM_INSTANCES</code>.</p>
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 <code>NUM_INSTANCES</code>.</p>
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 <code>NUM_INSTANCES</code>.</p>
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
- * <code>NUM_INSTANCES</code>.</p>
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.997.0",
4
+ "version": "3.999.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,41 +21,41 @@
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.13",
25
- "@aws-sdk/credential-provider-node": "^3.972.12",
26
- "@aws-sdk/middleware-host-header": "^3.972.4",
27
- "@aws-sdk/middleware-logger": "^3.972.4",
28
- "@aws-sdk/middleware-recursion-detection": "^3.972.4",
29
- "@aws-sdk/middleware-user-agent": "^3.972.13",
30
- "@aws-sdk/region-config-resolver": "^3.972.4",
31
- "@aws-sdk/types": "^3.973.2",
32
- "@aws-sdk/util-endpoints": "^3.996.1",
33
- "@aws-sdk/util-user-agent-browser": "^3.972.4",
34
- "@aws-sdk/util-user-agent-node": "^3.972.12",
35
- "@smithy/config-resolver": "^4.4.7",
36
- "@smithy/core": "^3.23.4",
37
- "@smithy/fetch-http-handler": "^5.3.10",
38
- "@smithy/hash-node": "^4.2.9",
39
- "@smithy/invalid-dependency": "^4.2.9",
40
- "@smithy/middleware-content-length": "^4.2.9",
41
- "@smithy/middleware-endpoint": "^4.4.18",
42
- "@smithy/middleware-retry": "^4.4.35",
43
- "@smithy/middleware-serde": "^4.2.10",
44
- "@smithy/middleware-stack": "^4.2.9",
45
- "@smithy/node-config-provider": "^4.3.9",
46
- "@smithy/node-http-handler": "^4.4.11",
47
- "@smithy/protocol-http": "^5.3.9",
48
- "@smithy/smithy-client": "^4.11.7",
49
- "@smithy/types": "^4.12.1",
50
- "@smithy/url-parser": "^4.2.9",
24
+ "@aws-sdk/core": "^3.973.15",
25
+ "@aws-sdk/credential-provider-node": "^3.972.14",
26
+ "@aws-sdk/middleware-host-header": "^3.972.6",
27
+ "@aws-sdk/middleware-logger": "^3.972.6",
28
+ "@aws-sdk/middleware-recursion-detection": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.15",
30
+ "@aws-sdk/region-config-resolver": "^3.972.6",
31
+ "@aws-sdk/types": "^3.973.4",
32
+ "@aws-sdk/util-endpoints": "^3.996.3",
33
+ "@aws-sdk/util-user-agent-browser": "^3.972.6",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.0",
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
51
  "@smithy/util-base64": "^4.3.1",
52
52
  "@smithy/util-body-length-browser": "^4.2.1",
53
53
  "@smithy/util-body-length-node": "^4.2.2",
54
- "@smithy/util-defaults-mode-browser": "^4.3.34",
55
- "@smithy/util-defaults-mode-node": "^4.2.37",
56
- "@smithy/util-endpoints": "^3.2.9",
57
- "@smithy/util-middleware": "^4.2.9",
58
- "@smithy/util-retry": "^4.2.9",
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
59
  "@smithy/util-utf8": "^4.2.1",
60
60
  "tslib": "^2.6.2"
61
61
  },