@aws-sdk/client-glue 3.626.0 → 3.627.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-cjs/index.js +60 -2
- package/dist-es/models/models_1.js +6 -0
- package/dist-es/models/models_2.js +11 -0
- package/dist-es/protocols/Aws_json1_1.js +39 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +5 -4
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateJobCommand.d.ts +5 -4
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetJobCommand.d.ts +5 -4
- package/dist-types/commands/GetJobsCommand.d.ts +5 -4
- package/dist-types/commands/GetTableCommand.d.ts +144 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +143 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +143 -1
- package/dist-types/commands/GetTablesCommand.d.ts +144 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +143 -1
- package/dist-types/commands/SearchTablesCommand.d.ts +144 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +5 -4
- package/dist-types/commands/UpdateUsageProfileCommand.d.ts +1 -2
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +34 -0
- package/dist-types/models/models_2.d.ts +152 -284
- package/dist-types/models/models_3.d.ts +357 -80
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +6 -0
- package/dist-types/ts3.4/models/models_2.d.ts +45 -62
- package/dist-types/ts3.4/models/models_3.d.ts +86 -20
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -311,9 +311,11 @@ __export(src_exports, {
|
|
|
311
311
|
RegistryStatus: () => RegistryStatus,
|
|
312
312
|
RemoveSchemaVersionMetadataCommand: () => RemoveSchemaVersionMetadataCommand,
|
|
313
313
|
ResetJobBookmarkCommand: () => ResetJobBookmarkCommand,
|
|
314
|
+
ResourceAction: () => ResourceAction,
|
|
314
315
|
ResourceNotReadyException: () => ResourceNotReadyException,
|
|
315
316
|
ResourceNumberLimitExceededException: () => ResourceNumberLimitExceededException,
|
|
316
317
|
ResourceShareType: () => ResourceShareType,
|
|
318
|
+
ResourceState: () => ResourceState,
|
|
317
319
|
ResourceType: () => ResourceType,
|
|
318
320
|
ResumeWorkflowRunCommand: () => ResumeWorkflowRunCommand,
|
|
319
321
|
RunStatementCommand: () => RunStatementCommand,
|
|
@@ -1259,6 +1261,7 @@ var CsvSerdeOption = {
|
|
|
1259
1261
|
OpenCSVSerDe: "OpenCSVSerDe"
|
|
1260
1262
|
};
|
|
1261
1263
|
var ConnectionPropertyKey = {
|
|
1264
|
+
CLUSTER_IDENTIFIER: "CLUSTER_IDENTIFIER",
|
|
1262
1265
|
CONFIG_FILES: "CONFIG_FILES",
|
|
1263
1266
|
CONNECTION_URL: "CONNECTION_URL",
|
|
1264
1267
|
CONNECTOR_CLASS_NAME: "CONNECTOR_CLASS_NAME",
|
|
@@ -1266,6 +1269,7 @@ var ConnectionPropertyKey = {
|
|
|
1266
1269
|
CONNECTOR_URL: "CONNECTOR_URL",
|
|
1267
1270
|
CUSTOM_JDBC_CERT: "CUSTOM_JDBC_CERT",
|
|
1268
1271
|
CUSTOM_JDBC_CERT_STRING: "CUSTOM_JDBC_CERT_STRING",
|
|
1272
|
+
DATABASE: "DATABASE",
|
|
1269
1273
|
ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD",
|
|
1270
1274
|
ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD",
|
|
1271
1275
|
ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD: "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD",
|
|
@@ -1298,10 +1302,12 @@ var ConnectionPropertyKey = {
|
|
|
1298
1302
|
KAFKA_SSL_ENABLED: "KAFKA_SSL_ENABLED",
|
|
1299
1303
|
PASSWORD: "PASSWORD",
|
|
1300
1304
|
PORT: "PORT",
|
|
1305
|
+
REGION: "REGION",
|
|
1301
1306
|
ROLE_ARN: "ROLE_ARN",
|
|
1302
1307
|
SECRET_ID: "SECRET_ID",
|
|
1303
1308
|
SKIP_CUSTOM_JDBC_CERT_VALIDATION: "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
|
|
1304
|
-
USER_NAME: "USERNAME"
|
|
1309
|
+
USER_NAME: "USERNAME",
|
|
1310
|
+
WORKGROUP_NAME: "WORKGROUP_NAME"
|
|
1305
1311
|
};
|
|
1306
1312
|
var ConnectionType = {
|
|
1307
1313
|
CUSTOM: "CUSTOM",
|
|
@@ -1311,7 +1317,9 @@ var ConnectionType = {
|
|
|
1311
1317
|
MONGODB: "MONGODB",
|
|
1312
1318
|
NETWORK: "NETWORK",
|
|
1313
1319
|
SALESFORCE: "SALESFORCE",
|
|
1314
|
-
SFTP: "SFTP"
|
|
1320
|
+
SFTP: "SFTP",
|
|
1321
|
+
VIEW_VALIDATION_ATHENA: "VIEW_VALIDATION_ATHENA",
|
|
1322
|
+
VIEW_VALIDATION_REDSHIFT: "VIEW_VALIDATION_REDSHIFT"
|
|
1315
1323
|
};
|
|
1316
1324
|
var ConnectionStatus = {
|
|
1317
1325
|
FAILED: "FAILED",
|
|
@@ -1676,6 +1684,17 @@ var StatementState = {
|
|
|
1676
1684
|
RUNNING: "RUNNING",
|
|
1677
1685
|
WAITING: "WAITING"
|
|
1678
1686
|
};
|
|
1687
|
+
var ResourceAction = {
|
|
1688
|
+
CREATE: "CREATE",
|
|
1689
|
+
UPDATE: "UPDATE"
|
|
1690
|
+
};
|
|
1691
|
+
var ResourceState = {
|
|
1692
|
+
FAILED: "FAILED",
|
|
1693
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
1694
|
+
QUEUED: "QUEUED",
|
|
1695
|
+
STOPPED: "STOPPED",
|
|
1696
|
+
SUCCESS: "SUCCESS"
|
|
1697
|
+
};
|
|
1679
1698
|
var PermissionType = {
|
|
1680
1699
|
CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
|
|
1681
1700
|
COLUMN_PERMISSION: "COLUMN_PERMISSION",
|
|
@@ -7117,6 +7136,7 @@ var se_GetTableRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
7117
7136
|
return (0, import_smithy_client.take)(input, {
|
|
7118
7137
|
CatalogId: [],
|
|
7119
7138
|
DatabaseName: [],
|
|
7139
|
+
IncludeStatusDetails: [],
|
|
7120
7140
|
Name: [],
|
|
7121
7141
|
QueryAsOfTime: (_) => _.getTime() / 1e3,
|
|
7122
7142
|
TransactionId: []
|
|
@@ -7127,6 +7147,7 @@ var se_GetTablesRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
7127
7147
|
CatalogId: [],
|
|
7128
7148
|
DatabaseName: [],
|
|
7129
7149
|
Expression: [],
|
|
7150
|
+
IncludeStatusDetails: [],
|
|
7130
7151
|
MaxResults: [],
|
|
7131
7152
|
NextToken: [],
|
|
7132
7153
|
QueryAsOfTime: (_) => _.getTime() / 1e3,
|
|
@@ -9180,6 +9201,12 @@ var de_StatisticSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9180
9201
|
});
|
|
9181
9202
|
return retVal;
|
|
9182
9203
|
}, "de_StatisticSummaryList");
|
|
9204
|
+
var de_StatusDetails = /* @__PURE__ */ __name((output, context) => {
|
|
9205
|
+
return (0, import_smithy_client.take)(output, {
|
|
9206
|
+
RequestedChange: (_) => de_Table(_, context),
|
|
9207
|
+
ViewValidations: (_) => de_ViewValidationList(_, context)
|
|
9208
|
+
});
|
|
9209
|
+
}, "de_StatusDetails");
|
|
9183
9210
|
var de_StringColumnStatisticsData = /* @__PURE__ */ __name((output, context) => {
|
|
9184
9211
|
return (0, import_smithy_client.take)(output, {
|
|
9185
9212
|
AverageLength: import_smithy_client.limitedParseDouble,
|
|
@@ -9205,6 +9232,7 @@ var de_Table = /* @__PURE__ */ __name((output, context) => {
|
|
|
9205
9232
|
Parameters: import_smithy_client._json,
|
|
9206
9233
|
PartitionKeys: import_smithy_client._json,
|
|
9207
9234
|
Retention: import_smithy_client.expectInt32,
|
|
9235
|
+
Status: (_) => de_TableStatus(_, context),
|
|
9208
9236
|
StorageDescriptor: import_smithy_client._json,
|
|
9209
9237
|
TableType: import_smithy_client.expectString,
|
|
9210
9238
|
TargetTable: import_smithy_client._json,
|
|
@@ -9243,6 +9271,18 @@ var de_TableOptimizerRuns = /* @__PURE__ */ __name((output, context) => {
|
|
|
9243
9271
|
});
|
|
9244
9272
|
return retVal;
|
|
9245
9273
|
}, "de_TableOptimizerRuns");
|
|
9274
|
+
var de_TableStatus = /* @__PURE__ */ __name((output, context) => {
|
|
9275
|
+
return (0, import_smithy_client.take)(output, {
|
|
9276
|
+
Action: import_smithy_client.expectString,
|
|
9277
|
+
Details: (_) => de_StatusDetails(_, context),
|
|
9278
|
+
Error: import_smithy_client._json,
|
|
9279
|
+
RequestTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9280
|
+
RequestedBy: import_smithy_client.expectString,
|
|
9281
|
+
State: import_smithy_client.expectString,
|
|
9282
|
+
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9283
|
+
UpdatedBy: import_smithy_client.expectString
|
|
9284
|
+
});
|
|
9285
|
+
}, "de_TableStatus");
|
|
9246
9286
|
var de_TableVersion = /* @__PURE__ */ __name((output, context) => {
|
|
9247
9287
|
return (0, import_smithy_client.take)(output, {
|
|
9248
9288
|
Table: (_) => de_Table(_, context),
|
|
@@ -9342,6 +9382,22 @@ var de_UserDefinedFunctionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
9342
9382
|
});
|
|
9343
9383
|
return retVal;
|
|
9344
9384
|
}, "de_UserDefinedFunctionList");
|
|
9385
|
+
var de_ViewValidation = /* @__PURE__ */ __name((output, context) => {
|
|
9386
|
+
return (0, import_smithy_client.take)(output, {
|
|
9387
|
+
Dialect: import_smithy_client.expectString,
|
|
9388
|
+
DialectVersion: import_smithy_client.expectString,
|
|
9389
|
+
Error: import_smithy_client._json,
|
|
9390
|
+
State: import_smithy_client.expectString,
|
|
9391
|
+
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9392
|
+
ViewValidationText: import_smithy_client.expectString
|
|
9393
|
+
});
|
|
9394
|
+
}, "de_ViewValidation");
|
|
9395
|
+
var de_ViewValidationList = /* @__PURE__ */ __name((output, context) => {
|
|
9396
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9397
|
+
return de_ViewValidation(entry, context);
|
|
9398
|
+
});
|
|
9399
|
+
return retVal;
|
|
9400
|
+
}, "de_ViewValidationList");
|
|
9345
9401
|
var de_Workflow = /* @__PURE__ */ __name((output, context) => {
|
|
9346
9402
|
return (0, import_smithy_client.take)(output, {
|
|
9347
9403
|
BlueprintDetails: import_smithy_client._json,
|
|
@@ -13839,6 +13895,8 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
13839
13895
|
PartitionIndexStatus,
|
|
13840
13896
|
SchemaDiffType,
|
|
13841
13897
|
StatementState,
|
|
13898
|
+
ResourceAction,
|
|
13899
|
+
ResourceState,
|
|
13842
13900
|
PermissionType,
|
|
13843
13901
|
PermissionTypeMismatchException,
|
|
13844
13902
|
FieldName,
|
|
@@ -11,6 +11,7 @@ export const CsvSerdeOption = {
|
|
|
11
11
|
OpenCSVSerDe: "OpenCSVSerDe",
|
|
12
12
|
};
|
|
13
13
|
export const ConnectionPropertyKey = {
|
|
14
|
+
CLUSTER_IDENTIFIER: "CLUSTER_IDENTIFIER",
|
|
14
15
|
CONFIG_FILES: "CONFIG_FILES",
|
|
15
16
|
CONNECTION_URL: "CONNECTION_URL",
|
|
16
17
|
CONNECTOR_CLASS_NAME: "CONNECTOR_CLASS_NAME",
|
|
@@ -18,6 +19,7 @@ export const ConnectionPropertyKey = {
|
|
|
18
19
|
CONNECTOR_URL: "CONNECTOR_URL",
|
|
19
20
|
CUSTOM_JDBC_CERT: "CUSTOM_JDBC_CERT",
|
|
20
21
|
CUSTOM_JDBC_CERT_STRING: "CUSTOM_JDBC_CERT_STRING",
|
|
22
|
+
DATABASE: "DATABASE",
|
|
21
23
|
ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD",
|
|
22
24
|
ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD",
|
|
23
25
|
ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD: "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD",
|
|
@@ -50,10 +52,12 @@ export const ConnectionPropertyKey = {
|
|
|
50
52
|
KAFKA_SSL_ENABLED: "KAFKA_SSL_ENABLED",
|
|
51
53
|
PASSWORD: "PASSWORD",
|
|
52
54
|
PORT: "PORT",
|
|
55
|
+
REGION: "REGION",
|
|
53
56
|
ROLE_ARN: "ROLE_ARN",
|
|
54
57
|
SECRET_ID: "SECRET_ID",
|
|
55
58
|
SKIP_CUSTOM_JDBC_CERT_VALIDATION: "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
|
|
56
59
|
USER_NAME: "USERNAME",
|
|
60
|
+
WORKGROUP_NAME: "WORKGROUP_NAME",
|
|
57
61
|
};
|
|
58
62
|
export const ConnectionType = {
|
|
59
63
|
CUSTOM: "CUSTOM",
|
|
@@ -64,6 +68,8 @@ export const ConnectionType = {
|
|
|
64
68
|
NETWORK: "NETWORK",
|
|
65
69
|
SALESFORCE: "SALESFORCE",
|
|
66
70
|
SFTP: "SFTP",
|
|
71
|
+
VIEW_VALIDATION_ATHENA: "VIEW_VALIDATION_ATHENA",
|
|
72
|
+
VIEW_VALIDATION_REDSHIFT: "VIEW_VALIDATION_REDSHIFT",
|
|
67
73
|
};
|
|
68
74
|
export const ConnectionStatus = {
|
|
69
75
|
FAILED: "FAILED",
|
|
@@ -24,6 +24,17 @@ export const StatementState = {
|
|
|
24
24
|
RUNNING: "RUNNING",
|
|
25
25
|
WAITING: "WAITING",
|
|
26
26
|
};
|
|
27
|
+
export const ResourceAction = {
|
|
28
|
+
CREATE: "CREATE",
|
|
29
|
+
UPDATE: "UPDATE",
|
|
30
|
+
};
|
|
31
|
+
export const ResourceState = {
|
|
32
|
+
FAILED: "FAILED",
|
|
33
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
34
|
+
QUEUED: "QUEUED",
|
|
35
|
+
STOPPED: "STOPPED",
|
|
36
|
+
SUCCESS: "SUCCESS",
|
|
37
|
+
};
|
|
27
38
|
export const PermissionType = {
|
|
28
39
|
CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
|
|
29
40
|
COLUMN_PERMISSION: "COLUMN_PERMISSION",
|
|
@@ -5130,6 +5130,7 @@ const se_GetTableRequest = (input, context) => {
|
|
|
5130
5130
|
return take(input, {
|
|
5131
5131
|
CatalogId: [],
|
|
5132
5132
|
DatabaseName: [],
|
|
5133
|
+
IncludeStatusDetails: [],
|
|
5133
5134
|
Name: [],
|
|
5134
5135
|
QueryAsOfTime: (_) => _.getTime() / 1000,
|
|
5135
5136
|
TransactionId: [],
|
|
@@ -5140,6 +5141,7 @@ const se_GetTablesRequest = (input, context) => {
|
|
|
5140
5141
|
CatalogId: [],
|
|
5141
5142
|
DatabaseName: [],
|
|
5142
5143
|
Expression: [],
|
|
5144
|
+
IncludeStatusDetails: [],
|
|
5143
5145
|
MaxResults: [],
|
|
5144
5146
|
NextToken: [],
|
|
5145
5147
|
QueryAsOfTime: (_) => _.getTime() / 1000,
|
|
@@ -7273,6 +7275,12 @@ const de_StatisticSummaryList = (output, context) => {
|
|
|
7273
7275
|
});
|
|
7274
7276
|
return retVal;
|
|
7275
7277
|
};
|
|
7278
|
+
const de_StatusDetails = (output, context) => {
|
|
7279
|
+
return take(output, {
|
|
7280
|
+
RequestedChange: (_) => de_Table(_, context),
|
|
7281
|
+
ViewValidations: (_) => de_ViewValidationList(_, context),
|
|
7282
|
+
});
|
|
7283
|
+
};
|
|
7276
7284
|
const de_StringColumnStatisticsData = (output, context) => {
|
|
7277
7285
|
return take(output, {
|
|
7278
7286
|
AverageLength: __limitedParseDouble,
|
|
@@ -7298,6 +7306,7 @@ const de_Table = (output, context) => {
|
|
|
7298
7306
|
Parameters: _json,
|
|
7299
7307
|
PartitionKeys: _json,
|
|
7300
7308
|
Retention: __expectInt32,
|
|
7309
|
+
Status: (_) => de_TableStatus(_, context),
|
|
7301
7310
|
StorageDescriptor: _json,
|
|
7302
7311
|
TableType: __expectString,
|
|
7303
7312
|
TargetTable: _json,
|
|
@@ -7340,6 +7349,18 @@ const de_TableOptimizerRuns = (output, context) => {
|
|
|
7340
7349
|
});
|
|
7341
7350
|
return retVal;
|
|
7342
7351
|
};
|
|
7352
|
+
const de_TableStatus = (output, context) => {
|
|
7353
|
+
return take(output, {
|
|
7354
|
+
Action: __expectString,
|
|
7355
|
+
Details: (_) => de_StatusDetails(_, context),
|
|
7356
|
+
Error: _json,
|
|
7357
|
+
RequestTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7358
|
+
RequestedBy: __expectString,
|
|
7359
|
+
State: __expectString,
|
|
7360
|
+
UpdateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7361
|
+
UpdatedBy: __expectString,
|
|
7362
|
+
});
|
|
7363
|
+
};
|
|
7343
7364
|
const de_TableVersion = (output, context) => {
|
|
7344
7365
|
return take(output, {
|
|
7345
7366
|
Table: (_) => de_Table(_, context),
|
|
@@ -7449,6 +7470,24 @@ const de_UserDefinedFunctionList = (output, context) => {
|
|
|
7449
7470
|
});
|
|
7450
7471
|
return retVal;
|
|
7451
7472
|
};
|
|
7473
|
+
const de_ViewValidation = (output, context) => {
|
|
7474
|
+
return take(output, {
|
|
7475
|
+
Dialect: __expectString,
|
|
7476
|
+
DialectVersion: __expectString,
|
|
7477
|
+
Error: _json,
|
|
7478
|
+
State: __expectString,
|
|
7479
|
+
UpdateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
7480
|
+
ViewValidationText: __expectString,
|
|
7481
|
+
});
|
|
7482
|
+
};
|
|
7483
|
+
const de_ViewValidationList = (output, context) => {
|
|
7484
|
+
const retVal = (output || [])
|
|
7485
|
+
.filter((e) => e != null)
|
|
7486
|
+
.map((entry) => {
|
|
7487
|
+
return de_ViewValidation(entry, context);
|
|
7488
|
+
});
|
|
7489
|
+
return retVal;
|
|
7490
|
+
};
|
|
7452
7491
|
const de_Workflow = (output, context) => {
|
|
7453
7492
|
return take(output, {
|
|
7454
7493
|
BlueprintDetails: _json,
|
|
@@ -309,6 +309,9 @@ declare const BatchGetJobsCommand_base: {
|
|
|
309
309
|
* // Inputs: [ // required
|
|
310
310
|
* // "STRING_VALUE",
|
|
311
311
|
* // ],
|
|
312
|
+
* // PartitionKeys: [ // GlueStudioPathList
|
|
313
|
+
* // "<EnclosedInStringProperties>",
|
|
314
|
+
* // ],
|
|
312
315
|
* // Database: "STRING_VALUE", // required
|
|
313
316
|
* // Table: "STRING_VALUE", // required
|
|
314
317
|
* // },
|
|
@@ -334,7 +337,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
334
337
|
* // Inputs: [ // required
|
|
335
338
|
* // "STRING_VALUE",
|
|
336
339
|
* // ],
|
|
337
|
-
* // PartitionKeys: [
|
|
340
|
+
* // PartitionKeys: [
|
|
338
341
|
* // "<EnclosedInStringProperties>",
|
|
339
342
|
* // ],
|
|
340
343
|
* // Table: "STRING_VALUE", // required
|
|
@@ -408,9 +411,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
408
411
|
* // DropFields: { // DropFields
|
|
409
412
|
* // Name: "STRING_VALUE", // required
|
|
410
413
|
* // Inputs: "<OneInput>", // required
|
|
411
|
-
* // Paths:
|
|
412
|
-
* // "<EnclosedInStringProperties>",
|
|
413
|
-
* // ],
|
|
414
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
414
415
|
* // },
|
|
415
416
|
* // RenameField: { // RenameField
|
|
416
417
|
* // Name: "STRING_VALUE", // required
|
|
@@ -40,7 +40,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
40
40
|
* ConnectionInput: { // ConnectionInput
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
|
-
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE", // required
|
|
43
|
+
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA", // required
|
|
44
44
|
* MatchCriteria: [ // MatchCriteria
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
@@ -300,6 +300,9 @@ declare const CreateJobCommand_base: {
|
|
|
300
300
|
* Inputs: [ // required
|
|
301
301
|
* "STRING_VALUE",
|
|
302
302
|
* ],
|
|
303
|
+
* PartitionKeys: [ // GlueStudioPathList
|
|
304
|
+
* "<EnclosedInStringProperties>",
|
|
305
|
+
* ],
|
|
303
306
|
* Database: "STRING_VALUE", // required
|
|
304
307
|
* Table: "STRING_VALUE", // required
|
|
305
308
|
* },
|
|
@@ -325,7 +328,7 @@ declare const CreateJobCommand_base: {
|
|
|
325
328
|
* Inputs: [ // required
|
|
326
329
|
* "STRING_VALUE",
|
|
327
330
|
* ],
|
|
328
|
-
* PartitionKeys: [
|
|
331
|
+
* PartitionKeys: [
|
|
329
332
|
* "<EnclosedInStringProperties>",
|
|
330
333
|
* ],
|
|
331
334
|
* Table: "STRING_VALUE", // required
|
|
@@ -399,9 +402,7 @@ declare const CreateJobCommand_base: {
|
|
|
399
402
|
* DropFields: { // DropFields
|
|
400
403
|
* Name: "STRING_VALUE", // required
|
|
401
404
|
* Inputs: "<OneInput>", // required
|
|
402
|
-
* Paths:
|
|
403
|
-
* "<EnclosedInStringProperties>",
|
|
404
|
-
* ],
|
|
405
|
+
* Paths: "<GlueStudioPathList>", // required
|
|
405
406
|
* },
|
|
406
407
|
* RenameField: { // RenameField
|
|
407
408
|
* Name: "STRING_VALUE", // required
|
|
@@ -45,7 +45,7 @@ declare const GetConnectionCommand_base: {
|
|
|
45
45
|
* // Connection: { // Connection
|
|
46
46
|
* // Name: "STRING_VALUE",
|
|
47
47
|
* // Description: "STRING_VALUE",
|
|
48
|
-
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE",
|
|
48
|
+
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA",
|
|
49
49
|
* // MatchCriteria: [ // MatchCriteria
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
@@ -40,7 +40,7 @@ declare const GetConnectionsCommand_base: {
|
|
|
40
40
|
* MatchCriteria: [ // MatchCriteria
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
|
-
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE",
|
|
43
|
+
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA",
|
|
44
44
|
* },
|
|
45
45
|
* HidePassword: true || false,
|
|
46
46
|
* NextToken: "STRING_VALUE",
|
|
@@ -53,7 +53,7 @@ declare const GetConnectionsCommand_base: {
|
|
|
53
53
|
* // { // Connection
|
|
54
54
|
* // Name: "STRING_VALUE",
|
|
55
55
|
* // Description: "STRING_VALUE",
|
|
56
|
-
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE",
|
|
56
|
+
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA",
|
|
57
57
|
* // MatchCriteria: [ // MatchCriteria
|
|
58
58
|
* // "STRING_VALUE",
|
|
59
59
|
* // ],
|
|
@@ -305,6 +305,9 @@ declare const GetJobCommand_base: {
|
|
|
305
305
|
* // Inputs: [ // required
|
|
306
306
|
* // "STRING_VALUE",
|
|
307
307
|
* // ],
|
|
308
|
+
* // PartitionKeys: [ // GlueStudioPathList
|
|
309
|
+
* // "<EnclosedInStringProperties>",
|
|
310
|
+
* // ],
|
|
308
311
|
* // Database: "STRING_VALUE", // required
|
|
309
312
|
* // Table: "STRING_VALUE", // required
|
|
310
313
|
* // },
|
|
@@ -330,7 +333,7 @@ declare const GetJobCommand_base: {
|
|
|
330
333
|
* // Inputs: [ // required
|
|
331
334
|
* // "STRING_VALUE",
|
|
332
335
|
* // ],
|
|
333
|
-
* // PartitionKeys: [
|
|
336
|
+
* // PartitionKeys: [
|
|
334
337
|
* // "<EnclosedInStringProperties>",
|
|
335
338
|
* // ],
|
|
336
339
|
* // Table: "STRING_VALUE", // required
|
|
@@ -404,9 +407,7 @@ declare const GetJobCommand_base: {
|
|
|
404
407
|
* // DropFields: { // DropFields
|
|
405
408
|
* // Name: "STRING_VALUE", // required
|
|
406
409
|
* // Inputs: "<OneInput>", // required
|
|
407
|
-
* // Paths:
|
|
408
|
-
* // "<EnclosedInStringProperties>",
|
|
409
|
-
* // ],
|
|
410
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
410
411
|
* // },
|
|
411
412
|
* // RenameField: { // RenameField
|
|
412
413
|
* // Name: "STRING_VALUE", // required
|
|
@@ -307,6 +307,9 @@ declare const GetJobsCommand_base: {
|
|
|
307
307
|
* // Inputs: [ // required
|
|
308
308
|
* // "STRING_VALUE",
|
|
309
309
|
* // ],
|
|
310
|
+
* // PartitionKeys: [ // GlueStudioPathList
|
|
311
|
+
* // "<EnclosedInStringProperties>",
|
|
312
|
+
* // ],
|
|
310
313
|
* // Database: "STRING_VALUE", // required
|
|
311
314
|
* // Table: "STRING_VALUE", // required
|
|
312
315
|
* // },
|
|
@@ -332,7 +335,7 @@ declare const GetJobsCommand_base: {
|
|
|
332
335
|
* // Inputs: [ // required
|
|
333
336
|
* // "STRING_VALUE",
|
|
334
337
|
* // ],
|
|
335
|
-
* // PartitionKeys: [
|
|
338
|
+
* // PartitionKeys: [
|
|
336
339
|
* // "<EnclosedInStringProperties>",
|
|
337
340
|
* // ],
|
|
338
341
|
* // Table: "STRING_VALUE", // required
|
|
@@ -406,9 +409,7 @@ declare const GetJobsCommand_base: {
|
|
|
406
409
|
* // DropFields: { // DropFields
|
|
407
410
|
* // Name: "STRING_VALUE", // required
|
|
408
411
|
* // Inputs: "<OneInput>", // required
|
|
409
|
-
* // Paths:
|
|
410
|
-
* // "<EnclosedInStringProperties>",
|
|
411
|
-
* // ],
|
|
412
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
412
413
|
* // },
|
|
413
414
|
* // RenameField: { // RenameField
|
|
414
415
|
* // Name: "STRING_VALUE", // required
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetTableRequest
|
|
4
|
+
import { GetTableRequest } from "../models/models_2";
|
|
5
|
+
import { GetTableResponse } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -41,6 +42,7 @@ declare const GetTableCommand_base: {
|
|
|
41
42
|
* Name: "STRING_VALUE", // required
|
|
42
43
|
* TransactionId: "STRING_VALUE",
|
|
43
44
|
* QueryAsOfTime: new Date("TIMESTAMP"),
|
|
45
|
+
* IncludeStatusDetails: true || false,
|
|
44
46
|
* };
|
|
45
47
|
* const command = new GetTableCommand(input);
|
|
46
48
|
* const response = await client.send(command);
|
|
@@ -158,6 +160,147 @@ declare const GetTableCommand_base: {
|
|
|
158
160
|
* // ],
|
|
159
161
|
* // },
|
|
160
162
|
* // IsMultiDialectView: true || false,
|
|
163
|
+
* // Status: { // TableStatus
|
|
164
|
+
* // RequestedBy: "STRING_VALUE",
|
|
165
|
+
* // UpdatedBy: "STRING_VALUE",
|
|
166
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
167
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
168
|
+
* // Action: "UPDATE" || "CREATE",
|
|
169
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
170
|
+
* // Error: { // ErrorDetail
|
|
171
|
+
* // ErrorCode: "STRING_VALUE",
|
|
172
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
173
|
+
* // },
|
|
174
|
+
* // Details: { // StatusDetails
|
|
175
|
+
* // RequestedChange: {
|
|
176
|
+
* // Name: "STRING_VALUE", // required
|
|
177
|
+
* // DatabaseName: "STRING_VALUE",
|
|
178
|
+
* // Description: "STRING_VALUE",
|
|
179
|
+
* // Owner: "STRING_VALUE",
|
|
180
|
+
* // CreateTime: new Date("TIMESTAMP"),
|
|
181
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
182
|
+
* // LastAccessTime: new Date("TIMESTAMP"),
|
|
183
|
+
* // LastAnalyzedTime: new Date("TIMESTAMP"),
|
|
184
|
+
* // Retention: Number("int"),
|
|
185
|
+
* // StorageDescriptor: {
|
|
186
|
+
* // Columns: "<ColumnList>",
|
|
187
|
+
* // Location: "STRING_VALUE",
|
|
188
|
+
* // AdditionalLocations: [
|
|
189
|
+
* // "STRING_VALUE",
|
|
190
|
+
* // ],
|
|
191
|
+
* // InputFormat: "STRING_VALUE",
|
|
192
|
+
* // OutputFormat: "STRING_VALUE",
|
|
193
|
+
* // Compressed: true || false,
|
|
194
|
+
* // NumberOfBuckets: Number("int"),
|
|
195
|
+
* // SerdeInfo: {
|
|
196
|
+
* // Name: "STRING_VALUE",
|
|
197
|
+
* // SerializationLibrary: "STRING_VALUE",
|
|
198
|
+
* // Parameters: "<ParametersMap>",
|
|
199
|
+
* // },
|
|
200
|
+
* // BucketColumns: "<NameStringList>",
|
|
201
|
+
* // SortColumns: [
|
|
202
|
+
* // {
|
|
203
|
+
* // Column: "STRING_VALUE", // required
|
|
204
|
+
* // SortOrder: Number("int"), // required
|
|
205
|
+
* // },
|
|
206
|
+
* // ],
|
|
207
|
+
* // Parameters: "<ParametersMap>",
|
|
208
|
+
* // SkewedInfo: {
|
|
209
|
+
* // SkewedColumnNames: "<NameStringList>",
|
|
210
|
+
* // SkewedColumnValues: [
|
|
211
|
+
* // "STRING_VALUE",
|
|
212
|
+
* // ],
|
|
213
|
+
* // SkewedColumnValueLocationMaps: {
|
|
214
|
+
* // "<keys>": "STRING_VALUE",
|
|
215
|
+
* // },
|
|
216
|
+
* // },
|
|
217
|
+
* // StoredAsSubDirectories: true || false,
|
|
218
|
+
* // SchemaReference: {
|
|
219
|
+
* // SchemaId: {
|
|
220
|
+
* // SchemaArn: "STRING_VALUE",
|
|
221
|
+
* // SchemaName: "STRING_VALUE",
|
|
222
|
+
* // RegistryName: "STRING_VALUE",
|
|
223
|
+
* // },
|
|
224
|
+
* // SchemaVersionId: "STRING_VALUE",
|
|
225
|
+
* // SchemaVersionNumber: Number("long"),
|
|
226
|
+
* // },
|
|
227
|
+
* // },
|
|
228
|
+
* // PartitionKeys: "<ColumnList>",
|
|
229
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
230
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
231
|
+
* // TableType: "STRING_VALUE",
|
|
232
|
+
* // Parameters: "<ParametersMap>",
|
|
233
|
+
* // CreatedBy: "STRING_VALUE",
|
|
234
|
+
* // IsRegisteredWithLakeFormation: true || false,
|
|
235
|
+
* // TargetTable: {
|
|
236
|
+
* // CatalogId: "STRING_VALUE",
|
|
237
|
+
* // DatabaseName: "STRING_VALUE",
|
|
238
|
+
* // Name: "STRING_VALUE",
|
|
239
|
+
* // Region: "STRING_VALUE",
|
|
240
|
+
* // },
|
|
241
|
+
* // CatalogId: "STRING_VALUE",
|
|
242
|
+
* // VersionId: "STRING_VALUE",
|
|
243
|
+
* // FederatedTable: {
|
|
244
|
+
* // Identifier: "STRING_VALUE",
|
|
245
|
+
* // DatabaseIdentifier: "STRING_VALUE",
|
|
246
|
+
* // ConnectionName: "STRING_VALUE",
|
|
247
|
+
* // },
|
|
248
|
+
* // ViewDefinition: {
|
|
249
|
+
* // IsProtected: true || false,
|
|
250
|
+
* // Definer: "STRING_VALUE",
|
|
251
|
+
* // SubObjects: [
|
|
252
|
+
* // "STRING_VALUE",
|
|
253
|
+
* // ],
|
|
254
|
+
* // Representations: [
|
|
255
|
+
* // {
|
|
256
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
257
|
+
* // DialectVersion: "STRING_VALUE",
|
|
258
|
+
* // ViewOriginalText: "STRING_VALUE",
|
|
259
|
+
* // ViewExpandedText: "STRING_VALUE",
|
|
260
|
+
* // ValidationConnection: "STRING_VALUE",
|
|
261
|
+
* // IsStale: true || false,
|
|
262
|
+
* // },
|
|
263
|
+
* // ],
|
|
264
|
+
* // },
|
|
265
|
+
* // IsMultiDialectView: true || false,
|
|
266
|
+
* // Status: {
|
|
267
|
+
* // RequestedBy: "STRING_VALUE",
|
|
268
|
+
* // UpdatedBy: "STRING_VALUE",
|
|
269
|
+
* // RequestTime: new Date("TIMESTAMP"),
|
|
270
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
271
|
+
* // Action: "UPDATE" || "CREATE",
|
|
272
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
273
|
+
* // Error: {
|
|
274
|
+
* // ErrorCode: "STRING_VALUE",
|
|
275
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
276
|
+
* // },
|
|
277
|
+
* // Details: {
|
|
278
|
+
* // RequestedChange: "<Table>",
|
|
279
|
+
* // ViewValidations: [ // ViewValidationList
|
|
280
|
+
* // { // ViewValidation
|
|
281
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
282
|
+
* // DialectVersion: "STRING_VALUE",
|
|
283
|
+
* // ViewValidationText: "STRING_VALUE",
|
|
284
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
285
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
286
|
+
* // Error: "<ErrorDetail>",
|
|
287
|
+
* // },
|
|
288
|
+
* // ],
|
|
289
|
+
* // },
|
|
290
|
+
* // },
|
|
291
|
+
* // },
|
|
292
|
+
* // ViewValidations: [
|
|
293
|
+
* // {
|
|
294
|
+
* // Dialect: "REDSHIFT" || "ATHENA" || "SPARK",
|
|
295
|
+
* // DialectVersion: "STRING_VALUE",
|
|
296
|
+
* // ViewValidationText: "STRING_VALUE",
|
|
297
|
+
* // UpdateTime: new Date("TIMESTAMP"),
|
|
298
|
+
* // State: "QUEUED" || "IN_PROGRESS" || "SUCCESS" || "STOPPED" || "FAILED",
|
|
299
|
+
* // Error: "<ErrorDetail>",
|
|
300
|
+
* // },
|
|
301
|
+
* // ],
|
|
302
|
+
* // },
|
|
303
|
+
* // },
|
|
161
304
|
* // },
|
|
162
305
|
* // };
|
|
163
306
|
*
|