@aws-sdk/client-glue 3.782.0 → 3.784.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.
@@ -70,7 +70,7 @@ declare const BatchGetJobsCommand_base: {
70
70
  * // "<keys>": "STRING_VALUE",
71
71
  * // },
72
72
  * // Connections: { // ConnectionsList
73
- * // Connections: [ // OrchestrationStringList
73
+ * // Connections: [ // ConnectionStringList
74
74
  * // "STRING_VALUE",
75
75
  * // ],
76
76
  * // },
@@ -58,7 +58,7 @@ declare const CreateJobCommand_base: {
58
58
  * "<keys>": "STRING_VALUE",
59
59
  * },
60
60
  * Connections: { // ConnectionsList
61
- * Connections: [ // OrchestrationStringList
61
+ * Connections: [ // ConnectionStringList
62
62
  * "STRING_VALUE",
63
63
  * ],
64
64
  * },
@@ -48,7 +48,7 @@ declare const CreateSessionCommand_base: {
48
48
  * "<keys>": "STRING_VALUE",
49
49
  * },
50
50
  * Connections: { // ConnectionsList
51
- * Connections: [ // OrchestrationStringList
51
+ * Connections: [ // ConnectionStringList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
54
  * },
@@ -80,7 +80,7 @@ declare const CreateSessionCommand_base: {
80
80
  * // "<keys>": "STRING_VALUE",
81
81
  * // },
82
82
  * // Connections: { // ConnectionsList
83
- * // Connections: [ // OrchestrationStringList
83
+ * // Connections: [ // ConnectionStringList
84
84
  * // "STRING_VALUE",
85
85
  * // ],
86
86
  * // },
@@ -66,7 +66,7 @@ declare const GetJobCommand_base: {
66
66
  * // "<keys>": "STRING_VALUE",
67
67
  * // },
68
68
  * // Connections: { // ConnectionsList
69
- * // Connections: [ // OrchestrationStringList
69
+ * // Connections: [ // ConnectionStringList
70
70
  * // "STRING_VALUE",
71
71
  * // ],
72
72
  * // },
@@ -68,7 +68,7 @@ declare const GetJobsCommand_base: {
68
68
  * // "<keys>": "STRING_VALUE",
69
69
  * // },
70
70
  * // Connections: { // ConnectionsList
71
- * // Connections: [ // OrchestrationStringList
71
+ * // Connections: [ // ConnectionStringList
72
72
  * // "STRING_VALUE",
73
73
  * // ],
74
74
  * // },
@@ -56,7 +56,7 @@ declare const GetSessionCommand_base: {
56
56
  * // "<keys>": "STRING_VALUE",
57
57
  * // },
58
58
  * // Connections: { // ConnectionsList
59
- * // Connections: [ // OrchestrationStringList
59
+ * // Connections: [ // ConnectionStringList
60
60
  * // "STRING_VALUE",
61
61
  * // ],
62
62
  * // },
@@ -64,7 +64,7 @@ declare const ListSessionsCommand_base: {
64
64
  * // "<keys>": "STRING_VALUE",
65
65
  * // },
66
66
  * // Connections: { // ConnectionsList
67
- * // Connections: [ // OrchestrationStringList
67
+ * // Connections: [ // ConnectionStringList
68
68
  * // "STRING_VALUE",
69
69
  * // ],
70
70
  * // },
@@ -58,7 +58,7 @@ declare const UpdateJobCommand_base: {
58
58
  * "<keys>": "STRING_VALUE",
59
59
  * },
60
60
  * Connections: { // ConnectionsList
61
- * Connections: [ // OrchestrationStringList
61
+ * Connections: [ // ConnectionStringList
62
62
  * "STRING_VALUE",
63
63
  * ],
64
64
  * },
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.782.0",
4
+ "version": "3.784.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",