@aws-sdk/client-glue 3.741.0 → 3.744.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.
@@ -6970,10 +6970,10 @@ export interface TableOptimizerRun {
6970
6970
  */
6971
6971
  endTimestamp?: Date | undefined;
6972
6972
  /**
6973
- * @deprecated
6974
- *
6975
6973
  * <p>A <code>RunMetrics</code> object containing metrics for the optimizer run.</p>
6976
6974
  * <p>This member is deprecated. See the individual metric members for compaction, retention, and orphan file deletion.</p>
6975
+ *
6976
+ * @deprecated
6977
6977
  * @public
6978
6978
  */
6979
6979
  metrics?: RunMetrics | undefined;
@@ -7550,14 +7550,14 @@ export interface JobRun {
7550
7550
  */
7551
7551
  PredecessorRuns?: Predecessor[] | undefined;
7552
7552
  /**
7553
- * @deprecated
7554
- *
7555
7553
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
7556
7554
  * <p>The number of Glue data processing units (DPUs) allocated to this JobRun.
7557
7555
  * From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure
7558
7556
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
7559
7557
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
7560
7558
  * pricing page</a>.</p>
7559
+ *
7560
+ * @deprecated
7561
7561
  * @public
7562
7562
  */
7563
7563
  AllocatedCapacity?: number | undefined;
@@ -468,14 +468,14 @@ export interface StartJobRunRequest {
468
468
  */
469
469
  Arguments?: Record<string, string> | undefined;
470
470
  /**
471
- * @deprecated
472
- *
473
471
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
474
472
  * <p>The number of Glue data processing units (DPUs) to allocate to this JobRun.
475
473
  * You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure
476
474
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
477
475
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
478
476
  * pricing page</a>.</p>
477
+ *
478
+ * @deprecated
479
479
  * @public
480
480
  */
481
481
  AllocatedCapacity?: number | undefined;
@@ -3237,14 +3237,14 @@ export interface CreateJobRequest {
3237
3237
  */
3238
3238
  MaxRetries?: number | undefined;
3239
3239
  /**
3240
- * @deprecated
3241
- *
3242
3240
  * <p>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</p>
3243
3241
  * <p>The number of Glue data processing units (DPUs) to allocate to this Job. You can
3244
3242
  * allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
3245
3243
  * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
3246
3244
  * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
3247
3245
  * page</a>.</p>
3246
+ *
3247
+ * @deprecated
3248
3248
  * @public
3249
3249
  */
3250
3250
  AllocatedCapacity?: number | undefined;
@@ -3493,8 +3493,6 @@ export interface Job {
3493
3493
  */
3494
3494
  MaxRetries?: number | undefined;
3495
3495
  /**
3496
- * @deprecated
3497
- *
3498
3496
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
3499
3497
  * <p>The number of Glue data processing units (DPUs) allocated to runs of this job. You can
3500
3498
  * allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
@@ -3502,6 +3500,8 @@ export interface Job {
3502
3500
  * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
3503
3501
  * page</a>.</p>
3504
3502
  * <p></p>
3503
+ *
3504
+ * @deprecated
3505
3505
  * @public
3506
3506
  */
3507
3507
  AllocatedCapacity?: number | undefined;
@@ -3720,14 +3720,14 @@ export interface JobUpdate {
3720
3720
  */
3721
3721
  MaxRetries?: number | undefined;
3722
3722
  /**
3723
- * @deprecated
3724
- *
3725
3723
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
3726
3724
  * <p>The number of Glue data processing units (DPUs) to allocate to this job. You can
3727
3725
  * allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
3728
3726
  * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
3729
3727
  * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
3730
3728
  * page</a>.</p>
3729
+ *
3730
+ * @deprecated
3731
3731
  * @public
3732
3732
  */
3733
3733
  AllocatedCapacity?: number | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.741.0",
4
+ "version": "3.744.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-glue",
@@ -20,38 +20,38 @@
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.734.0",
24
- "@aws-sdk/credential-provider-node": "3.741.0",
23
+ "@aws-sdk/core": "3.744.0",
24
+ "@aws-sdk/credential-provider-node": "3.744.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.734.0",
28
- "@aws-sdk/middleware-user-agent": "3.734.0",
28
+ "@aws-sdk/middleware-user-agent": "3.744.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",
31
- "@aws-sdk/util-endpoints": "3.734.0",
31
+ "@aws-sdk/util-endpoints": "3.743.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.734.0",
33
- "@aws-sdk/util-user-agent-node": "3.734.0",
33
+ "@aws-sdk/util-user-agent-node": "3.744.0",
34
34
  "@smithy/config-resolver": "^4.0.1",
35
- "@smithy/core": "^3.1.1",
35
+ "@smithy/core": "^3.1.2",
36
36
  "@smithy/fetch-http-handler": "^5.0.1",
37
37
  "@smithy/hash-node": "^4.0.1",
38
38
  "@smithy/invalid-dependency": "^4.0.1",
39
39
  "@smithy/middleware-content-length": "^4.0.1",
40
- "@smithy/middleware-endpoint": "^4.0.2",
41
- "@smithy/middleware-retry": "^4.0.3",
42
- "@smithy/middleware-serde": "^4.0.1",
40
+ "@smithy/middleware-endpoint": "^4.0.3",
41
+ "@smithy/middleware-retry": "^4.0.4",
42
+ "@smithy/middleware-serde": "^4.0.2",
43
43
  "@smithy/middleware-stack": "^4.0.1",
44
44
  "@smithy/node-config-provider": "^4.0.1",
45
45
  "@smithy/node-http-handler": "^4.0.2",
46
46
  "@smithy/protocol-http": "^5.0.1",
47
- "@smithy/smithy-client": "^4.1.2",
47
+ "@smithy/smithy-client": "^4.1.3",
48
48
  "@smithy/types": "^4.1.0",
49
49
  "@smithy/url-parser": "^4.0.1",
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.3",
54
- "@smithy/util-defaults-mode-node": "^4.0.3",
53
+ "@smithy/util-defaults-mode-browser": "^4.0.4",
54
+ "@smithy/util-defaults-mode-node": "^4.0.4",
55
55
  "@smithy/util-endpoints": "^3.0.1",
56
56
  "@smithy/util-middleware": "^4.0.1",
57
57
  "@smithy/util-retry": "^4.0.1",