@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.
- package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +1 -1
- package/package.json +1 -1
|
@@ -70,7 +70,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
70
70
|
* // "<keys>": "STRING_VALUE",
|
|
71
71
|
* // },
|
|
72
72
|
* // Connections: { // ConnectionsList
|
|
73
|
-
* // Connections: [ //
|
|
73
|
+
* // Connections: [ // ConnectionStringList
|
|
74
74
|
* // "STRING_VALUE",
|
|
75
75
|
* // ],
|
|
76
76
|
* // },
|
|
@@ -48,7 +48,7 @@ declare const CreateSessionCommand_base: {
|
|
|
48
48
|
* "<keys>": "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
50
|
* Connections: { // ConnectionsList
|
|
51
|
-
* Connections: [ //
|
|
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: [ //
|
|
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: [ //
|
|
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: [ //
|
|
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: [ //
|
|
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: [ //
|
|
67
|
+
* // Connections: [ // ConnectionStringList
|
|
68
68
|
* // "STRING_VALUE",
|
|
69
69
|
* // ],
|
|
70
70
|
* // },
|
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.
|
|
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",
|