@aws-sdk/client-glue 3.327.0 → 3.329.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.
Files changed (28) hide show
  1. package/README.md +0 -3
  2. package/dist-cjs/models/models_0.js +2 -0
  3. package/dist-es/models/models_0.js +2 -0
  4. package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +1 -1
  5. package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
  6. package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateDevEndpointCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateJobCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateMLTransformCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  11. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  12. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  13. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  14. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  15. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  16. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  17. package/dist-types/commands/GetMLTransformCommand.d.ts +1 -1
  18. package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
  19. package/dist-types/commands/GetWorkflowCommand.d.ts +2 -2
  20. package/dist-types/commands/GetWorkflowRunCommand.d.ts +1 -1
  21. package/dist-types/commands/GetWorkflowRunsCommand.d.ts +1 -1
  22. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  23. package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
  25. package/dist-types/models/models_0.d.ts +2 -0
  26. package/dist-types/models/models_2.d.ts +11 -4
  27. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  28. package/package.json +29 -29
package/README.md CHANGED
@@ -2,9 +2,6 @@
2
2
 
3
3
  # @aws-sdk/client-glue
4
4
 
5
- [![NPM version](https://img.shields.io/npm/v/@aws-sdk/client-glue/latest.svg)](https://www.npmjs.com/package/@aws-sdk/client-glue)
6
- [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/client-glue.svg)](https://www.npmjs.com/package/@aws-sdk/client-glue)
7
-
8
5
  ## Description
9
6
 
10
7
  AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native.
@@ -200,6 +200,8 @@ exports.WorkerType = {
200
200
  G_025X: "G.025X",
201
201
  G_1X: "G.1X",
202
202
  G_2X: "G.2X",
203
+ G_4X: "G.4X",
204
+ G_8X: "G.8X",
203
205
  Standard: "Standard",
204
206
  };
205
207
  exports.StartingPosition = {
@@ -187,6 +187,8 @@ export const WorkerType = {
187
187
  G_025X: "G.025X",
188
188
  G_1X: "G.1X",
189
189
  G_2X: "G.2X",
190
+ G_4X: "G.4X",
191
+ G_8X: "G.8X",
190
192
  Standard: "Standard",
191
193
  };
192
194
  export const StartingPosition = {
@@ -50,7 +50,7 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
50
50
  * // ZeppelinRemoteSparkInterpreterPort: Number("int"),
51
51
  * // PublicAddress: "STRING_VALUE",
52
52
  * // Status: "STRING_VALUE",
53
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
53
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
54
54
  * // GlueVersion: "STRING_VALUE",
55
55
  * // NumberOfWorkers: Number("int"),
56
56
  * // NumberOfNodes: Number("int"),
@@ -67,7 +67,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
67
67
  * // AllocatedCapacity: Number("int"),
68
68
  * // Timeout: Number("int"),
69
69
  * // MaxCapacity: Number("double"),
70
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
70
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
71
71
  * // NumberOfWorkers: Number("int"),
72
72
  * // SecurityConfiguration: "STRING_VALUE",
73
73
  * // NotificationProperty: { // NotificationProperty
@@ -138,7 +138,7 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
138
138
  * // ExecutionTime: Number("int"),
139
139
  * // Timeout: Number("int"),
140
140
  * // MaxCapacity: Number("double"),
141
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
141
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
142
142
  * // NumberOfWorkers: Number("int"),
143
143
  * // SecurityConfiguration: "STRING_VALUE",
144
144
  * // LogGroupName: "STRING_VALUE",
@@ -248,7 +248,7 @@ export interface BatchGetWorkflowsCommandOutput extends BatchGetWorkflowsRespons
248
248
  * // ExecutionTime: Number("int"),
249
249
  * // Timeout: Number("int"),
250
250
  * // MaxCapacity: Number("double"),
251
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
251
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
252
252
  * // NumberOfWorkers: Number("int"),
253
253
  * // SecurityConfiguration: "STRING_VALUE",
254
254
  * // LogGroupName: "STRING_VALUE",
@@ -38,7 +38,7 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * NumberOfNodes: Number("int"),
41
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
41
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
42
42
  * GlueVersion: "STRING_VALUE",
43
43
  * NumberOfWorkers: Number("int"),
44
44
  * ExtraPythonLibsS3Path: "STRING_VALUE",
@@ -64,7 +64,7 @@ export interface CreateDevEndpointCommandOutput extends CreateDevEndpointRespons
64
64
  * // YarnEndpointAddress: "STRING_VALUE",
65
65
  * // ZeppelinRemoteSparkInterpreterPort: Number("int"),
66
66
  * // NumberOfNodes: Number("int"),
67
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
67
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
68
68
  * // GlueVersion: "STRING_VALUE",
69
69
  * // NumberOfWorkers: Number("int"),
70
70
  * // AvailabilityZone: "STRING_VALUE",
@@ -64,7 +64,7 @@ export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBea
64
64
  * },
65
65
  * GlueVersion: "STRING_VALUE",
66
66
  * NumberOfWorkers: Number("int"),
67
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
67
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
68
68
  * CodeGenConfigurationNodes: { // CodeGenConfigurationNodes
69
69
  * "<keys>": { // CodeGenConfigurationNode
70
70
  * AthenaConnectorSource: { // AthenaConnectorSource
@@ -62,7 +62,7 @@ export interface CreateMLTransformCommandOutput extends CreateMLTransformRespons
62
62
  * Role: "STRING_VALUE", // required
63
63
  * GlueVersion: "STRING_VALUE",
64
64
  * MaxCapacity: Number("double"),
65
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
65
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
66
66
  * NumberOfWorkers: Number("int"),
67
67
  * Timeout: Number("int"),
68
68
  * MaxRetries: Number("int"),
@@ -46,7 +46,7 @@ export interface CreateSessionCommandOutput extends CreateSessionResponse, __Met
46
46
  * },
47
47
  * MaxCapacity: Number("double"),
48
48
  * NumberOfWorkers: Number("int"),
49
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
49
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
50
50
  * SecurityConfiguration: "STRING_VALUE",
51
51
  * GlueVersion: "STRING_VALUE",
52
52
  * Tags: { // TagsMap
@@ -49,7 +49,7 @@ export interface GetDevEndpointCommandOutput extends GetDevEndpointResponse, __M
49
49
  * // ZeppelinRemoteSparkInterpreterPort: Number("int"),
50
50
  * // PublicAddress: "STRING_VALUE",
51
51
  * // Status: "STRING_VALUE",
52
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
52
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
53
53
  * // GlueVersion: "STRING_VALUE",
54
54
  * // NumberOfWorkers: Number("int"),
55
55
  * // NumberOfNodes: Number("int"),
@@ -51,7 +51,7 @@ export interface GetDevEndpointsCommandOutput extends GetDevEndpointsResponse, _
51
51
  * // ZeppelinRemoteSparkInterpreterPort: Number("int"),
52
52
  * // PublicAddress: "STRING_VALUE",
53
53
  * // Status: "STRING_VALUE",
54
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
54
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
55
55
  * // GlueVersion: "STRING_VALUE",
56
56
  * // NumberOfWorkers: Number("int"),
57
57
  * // NumberOfNodes: Number("int"),
@@ -63,7 +63,7 @@ export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
63
63
  * // AllocatedCapacity: Number("int"),
64
64
  * // Timeout: Number("int"),
65
65
  * // MaxCapacity: Number("double"),
66
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
66
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
67
67
  * // NumberOfWorkers: Number("int"),
68
68
  * // SecurityConfiguration: "STRING_VALUE",
69
69
  * // NotificationProperty: { // NotificationProperty
@@ -58,7 +58,7 @@ export interface GetJobRunCommandOutput extends GetJobRunResponse, __MetadataBea
58
58
  * // ExecutionTime: Number("int"),
59
59
  * // Timeout: Number("int"),
60
60
  * // MaxCapacity: Number("double"),
61
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
61
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
62
62
  * // NumberOfWorkers: Number("int"),
63
63
  * // SecurityConfiguration: "STRING_VALUE",
64
64
  * // LogGroupName: "STRING_VALUE",
@@ -59,7 +59,7 @@ export interface GetJobRunsCommandOutput extends GetJobRunsResponse, __MetadataB
59
59
  * // ExecutionTime: Number("int"),
60
60
  * // Timeout: Number("int"),
61
61
  * // MaxCapacity: Number("double"),
62
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
62
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
63
63
  * // NumberOfWorkers: Number("int"),
64
64
  * // SecurityConfiguration: "STRING_VALUE",
65
65
  * // LogGroupName: "STRING_VALUE",
@@ -65,7 +65,7 @@ export interface GetJobsCommandOutput extends GetJobsResponse, __MetadataBearer
65
65
  * // AllocatedCapacity: Number("int"),
66
66
  * // Timeout: Number("int"),
67
67
  * // MaxCapacity: Number("double"),
68
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
68
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
69
69
  * // NumberOfWorkers: Number("int"),
70
70
  * // SecurityConfiguration: "STRING_VALUE",
71
71
  * // NotificationProperty: { // NotificationProperty
@@ -93,7 +93,7 @@ export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __M
93
93
  * // Role: "STRING_VALUE",
94
94
  * // GlueVersion: "STRING_VALUE",
95
95
  * // MaxCapacity: Number("double"),
96
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
96
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
97
97
  * // NumberOfWorkers: Number("int"),
98
98
  * // Timeout: Number("int"),
99
99
  * // MaxRetries: Number("int"),
@@ -116,7 +116,7 @@ export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, _
116
116
  * // Role: "STRING_VALUE",
117
117
  * // GlueVersion: "STRING_VALUE",
118
118
  * // MaxCapacity: Number("double"),
119
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
119
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
120
120
  * // NumberOfWorkers: Number("int"),
121
121
  * // Timeout: Number("int"),
122
122
  * // MaxRetries: Number("int"),
@@ -135,7 +135,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
135
135
  * // ExecutionTime: Number("int"),
136
136
  * // Timeout: Number("int"),
137
137
  * // MaxCapacity: Number("double"),
138
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
138
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
139
139
  * // NumberOfWorkers: Number("int"),
140
140
  * // SecurityConfiguration: "STRING_VALUE",
141
141
  * // LogGroupName: "STRING_VALUE",
@@ -245,7 +245,7 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
245
245
  * // ExecutionTime: Number("int"),
246
246
  * // Timeout: Number("int"),
247
247
  * // MaxCapacity: Number("double"),
248
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
248
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
249
249
  * // NumberOfWorkers: Number("int"),
250
250
  * // SecurityConfiguration: "STRING_VALUE",
251
251
  * // LogGroupName: "STRING_VALUE",
@@ -128,7 +128,7 @@ export interface GetWorkflowRunCommandOutput extends GetWorkflowRunResponse, __M
128
128
  * // ExecutionTime: Number("int"),
129
129
  * // Timeout: Number("int"),
130
130
  * // MaxCapacity: Number("double"),
131
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
131
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
132
132
  * // NumberOfWorkers: Number("int"),
133
133
  * // SecurityConfiguration: "STRING_VALUE",
134
134
  * // LogGroupName: "STRING_VALUE",
@@ -130,7 +130,7 @@ export interface GetWorkflowRunsCommandOutput extends GetWorkflowRunsResponse, _
130
130
  * // ExecutionTime: Number("int"),
131
131
  * // Timeout: Number("int"),
132
132
  * // MaxCapacity: Number("double"),
133
- * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
133
+ * // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
134
134
  * // NumberOfWorkers: Number("int"),
135
135
  * // SecurityConfiguration: "STRING_VALUE",
136
136
  * // LogGroupName: "STRING_VALUE",
@@ -39,7 +39,7 @@ export interface StartJobRunCommandOutput extends StartJobRunResponse, __Metadat
39
39
  * NotificationProperty: { // NotificationProperty
40
40
  * NotifyDelayAfter: Number("int"),
41
41
  * },
42
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
42
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
43
43
  * NumberOfWorkers: Number("int"),
44
44
  * ExecutionClass: "FLEX" || "STANDARD",
45
45
  * };
@@ -55,7 +55,7 @@ export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBea
55
55
  * AllocatedCapacity: Number("int"),
56
56
  * Timeout: Number("int"),
57
57
  * MaxCapacity: Number("double"),
58
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
58
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
59
59
  * NumberOfWorkers: Number("int"),
60
60
  * SecurityConfiguration: "STRING_VALUE",
61
61
  * NotificationProperty: { // NotificationProperty
@@ -45,7 +45,7 @@ export interface UpdateMLTransformCommandOutput extends UpdateMLTransformRespons
45
45
  * Role: "STRING_VALUE",
46
46
  * GlueVersion: "STRING_VALUE",
47
47
  * MaxCapacity: Number("double"),
48
- * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
48
+ * WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X" || "G.4X" || "G.8X",
49
49
  * NumberOfWorkers: Number("int"),
50
50
  * Timeout: Number("int"),
51
51
  * MaxRetries: Number("int"),
@@ -1620,6 +1620,8 @@ export declare const WorkerType: {
1620
1620
  readonly G_025X: "G.025X";
1621
1621
  readonly G_1X: "G.1X";
1622
1622
  readonly G_2X: "G.2X";
1623
+ readonly G_4X: "G.4X";
1624
+ readonly G_8X: "G.8X";
1623
1625
  readonly Standard: "Standard";
1624
1626
  };
1625
1627
  /**
@@ -3806,7 +3806,9 @@ export interface Job {
3806
3806
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
3807
3807
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
3808
3808
  * pricing page</a>.</p>
3809
- * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
3809
+ * <p>For Glue version 2.0 or later jobs, you cannot specify a <code>Maximum capacity</code>.
3810
+ * Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
3811
+ * <p>Do not set <code>MaxCapacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
3810
3812
  * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
3811
3813
  * running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL
3812
3814
  * job:</p>
@@ -3821,7 +3823,6 @@ export interface Job {
3821
3823
  * The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
3822
3824
  * </li>
3823
3825
  * </ul>
3824
- * <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
3825
3826
  */
3826
3827
  MaxCapacity?: number;
3827
3828
  /**
@@ -3831,10 +3832,16 @@ export interface Job {
3831
3832
  * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
3832
3833
  * </li>
3833
3834
  * <li>
3834
- * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
3835
+ * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for workloads such as data transforms, joins, and queries, to offers a scalable and cost effective way to run most jobs.</p>
3835
3836
  * </li>
3836
3837
  * <li>
3837
- * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
3838
+ * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for workloads such as data transforms, joins, and queries, to offers a scalable and cost effective way to run most jobs.</p>
3839
+ * </li>
3840
+ * <li>
3841
+ * <p>For the <code>G.4X</code> worker type, each worker maps to 4 DPU (16 vCPU, 64 GB of memory, 256 GB disk), and provides 1 executor per worker. We recommend this worker type for jobs whose workloads contain your most demanding transforms, aggregations, joins, and queries. This worker type is available only for Glue version 3.0 or later jobs.</p>
3842
+ * </li>
3843
+ * <li>
3844
+ * <p>For the <code>G.8X</code> worker type, each worker maps to 8 DPU (32 vCPU, 128 GB of memory, 512 GB disk), and provides 1 executor per worker. We recommend this worker type for jobs whose workloads contain your most demanding transforms, aggregations, joins, and queries. This worker type is available only for Glue version 3.0 or later jobs.</p>
3838
3845
  * </li>
3839
3846
  * <li>
3840
3847
  * <p>For the <code>G.025X</code> worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.</p>
@@ -503,6 +503,8 @@ export declare const WorkerType: {
503
503
  readonly G_025X: "G.025X";
504
504
  readonly G_1X: "G.1X";
505
505
  readonly G_2X: "G.2X";
506
+ readonly G_4X: "G.4X";
507
+ readonly G_8X: "G.8X";
506
508
  readonly Standard: "Standard";
507
509
  };
508
510
  export type WorkerType = (typeof WorkerType)[keyof typeof WorkerType];
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.327.0",
4
+ "version": "3.329.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.327.0",
25
- "@aws-sdk/config-resolver": "3.310.0",
26
- "@aws-sdk/credential-provider-node": "3.327.0",
27
- "@aws-sdk/fetch-http-handler": "3.310.0",
28
- "@aws-sdk/hash-node": "3.310.0",
29
- "@aws-sdk/invalid-dependency": "3.310.0",
30
- "@aws-sdk/middleware-content-length": "3.325.0",
31
- "@aws-sdk/middleware-endpoint": "3.325.0",
32
- "@aws-sdk/middleware-host-header": "3.325.0",
33
- "@aws-sdk/middleware-logger": "3.325.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.325.0",
35
- "@aws-sdk/middleware-retry": "3.327.0",
36
- "@aws-sdk/middleware-serde": "3.325.0",
37
- "@aws-sdk/middleware-signing": "3.325.0",
38
- "@aws-sdk/middleware-stack": "3.325.0",
39
- "@aws-sdk/middleware-user-agent": "3.327.0",
40
- "@aws-sdk/node-config-provider": "3.310.0",
41
- "@aws-sdk/node-http-handler": "3.321.1",
42
- "@aws-sdk/protocol-http": "3.310.0",
43
- "@aws-sdk/smithy-client": "3.325.0",
44
- "@aws-sdk/types": "3.310.0",
45
- "@aws-sdk/url-parser": "3.310.0",
24
+ "@aws-sdk/client-sts": "3.329.0",
25
+ "@aws-sdk/config-resolver": "3.329.0",
26
+ "@aws-sdk/credential-provider-node": "3.329.0",
27
+ "@aws-sdk/fetch-http-handler": "3.329.0",
28
+ "@aws-sdk/hash-node": "3.329.0",
29
+ "@aws-sdk/invalid-dependency": "3.329.0",
30
+ "@aws-sdk/middleware-content-length": "3.329.0",
31
+ "@aws-sdk/middleware-endpoint": "3.329.0",
32
+ "@aws-sdk/middleware-host-header": "3.329.0",
33
+ "@aws-sdk/middleware-logger": "3.329.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
+ "@aws-sdk/middleware-retry": "3.329.0",
36
+ "@aws-sdk/middleware-serde": "3.329.0",
37
+ "@aws-sdk/middleware-signing": "3.329.0",
38
+ "@aws-sdk/middleware-stack": "3.329.0",
39
+ "@aws-sdk/middleware-user-agent": "3.329.0",
40
+ "@aws-sdk/node-config-provider": "3.329.0",
41
+ "@aws-sdk/node-http-handler": "3.329.0",
42
+ "@aws-sdk/protocol-http": "3.329.0",
43
+ "@aws-sdk/smithy-client": "3.329.0",
44
+ "@aws-sdk/types": "3.329.0",
45
+ "@aws-sdk/url-parser": "3.329.0",
46
46
  "@aws-sdk/util-base64": "3.310.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.310.0",
48
48
  "@aws-sdk/util-body-length-node": "3.310.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.325.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.325.0",
51
- "@aws-sdk/util-endpoints": "3.327.0",
52
- "@aws-sdk/util-retry": "3.327.0",
53
- "@aws-sdk/util-user-agent-browser": "3.310.0",
54
- "@aws-sdk/util-user-agent-node": "3.310.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.329.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.329.0",
51
+ "@aws-sdk/util-endpoints": "3.329.0",
52
+ "@aws-sdk/util-retry": "3.329.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.329.0",
54
+ "@aws-sdk/util-user-agent-node": "3.329.0",
55
55
  "@aws-sdk/util-utf8": "3.310.0",
56
56
  "tslib": "^2.5.0"
57
57
  },