@aws-sdk/client-glue 3.845.0 → 3.847.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.
|
@@ -4260,7 +4260,7 @@ export interface CreateTableRequest {
|
|
|
4260
4260
|
* to create in the catalog.</p>
|
|
4261
4261
|
* @public
|
|
4262
4262
|
*/
|
|
4263
|
-
TableInput
|
|
4263
|
+
TableInput?: TableInput | undefined;
|
|
4264
4264
|
/**
|
|
4265
4265
|
* <p>A list of partition indexes, <code>PartitionIndex</code> structures, to create in the table.</p>
|
|
4266
4266
|
* @public
|
|
@@ -1129,7 +1129,7 @@ export interface CreateTableRequest {
|
|
|
1129
1129
|
CatalogId?: string | undefined;
|
|
1130
1130
|
DatabaseName: string | undefined;
|
|
1131
1131
|
Name?: string | undefined;
|
|
1132
|
-
TableInput
|
|
1132
|
+
TableInput?: TableInput | undefined;
|
|
1133
1133
|
PartitionIndexes?: PartitionIndex[] | undefined;
|
|
1134
1134
|
TransactionId?: string | undefined;
|
|
1135
1135
|
OpenTableFormatInput?: OpenTableFormatInput | 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.
|
|
4
|
+
"version": "3.847.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,17 +20,17 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.846.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.846.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.846.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
30
|
"@aws-sdk/types": "3.840.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.845.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.846.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
35
|
"@smithy/core": "^3.7.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.0",
|