@aws-sdk/client-glue 3.321.1 → 3.326.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/BatchCreatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteConnectionCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeletePartitionCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteTableCommand.d.ts +14 -0
- package/dist-types/commands/BatchDeleteTableVersionCommand.d.ts +15 -0
- package/dist-types/commands/BatchGetBlueprintsCommand.d.ts +28 -0
- package/dist-types/commands/BatchGetCrawlersCommand.d.ts +114 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +40 -0
- package/dist-types/commands/BatchGetDevEndpointsCommand.d.ts +43 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +875 -0
- package/dist-types/commands/BatchGetPartitionCommand.d.ts +84 -0
- package/dist-types/commands/BatchGetTriggersCommand.d.ts +49 -0
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +260 -0
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +21 -0
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +16 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +4 -0
- package/dist-types/commands/CancelMLTaskRunCommand.d.ts +8 -0
- package/dist-types/commands/CancelStatementCommand.d.ts +4 -0
- package/dist-types/commands/CheckSchemaVersionValidityCommand.d.ts +7 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/CreateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +6 -0
- package/dist-types/commands/CreateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/CreateDevEndpointCommand.d.ts +28 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/CreatePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +21 -0
- package/dist-types/commands/CreateScriptCommand.d.ts +7 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/CreateSessionCommand.d.ts +29 -0
- package/dist-types/commands/CreateTableCommand.d.ts +4 -0
- package/dist-types/commands/CreateTriggerCommand.d.ts +6 -0
- package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/DeleteClassifierCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/DeletePartitionCommand.d.ts +4 -0
- package/dist-types/commands/DeletePartitionIndexCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +8 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +8 -0
- package/dist-types/commands/DeleteSchemaVersionsCommand.d.ts +14 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSessionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTableVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTriggerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -0
- package/dist-types/commands/GetBlueprintCommand.d.ts +23 -0
- package/dist-types/commands/GetBlueprintRunCommand.d.ts +17 -0
- package/dist-types/commands/GetBlueprintRunsCommand.d.ts +20 -0
- package/dist-types/commands/GetCatalogImportStatusCommand.d.ts +10 -0
- package/dist-types/commands/GetClassifierCommand.d.ts +49 -0
- package/dist-types/commands/GetClassifiersCommand.d.ts +52 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +70 -0
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +70 -0
- package/dist-types/commands/GetConnectionCommand.d.ts +26 -0
- package/dist-types/commands/GetConnectionsCommand.d.ts +29 -0
- package/dist-types/commands/GetCrawlerCommand.d.ts +109 -0
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +18 -0
- package/dist-types/commands/GetCrawlersCommand.d.ts +112 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +10 -0
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +33 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +28 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +15 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +36 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +33 -0
- package/dist-types/commands/GetDatabasesCommand.d.ts +36 -0
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +26 -0
- package/dist-types/commands/GetDevEndpointCommand.d.ts +38 -0
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +41 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/GetJobCommand.d.ts +870 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +40 -0
- package/dist-types/commands/GetJobRunsCommand.d.ts +43 -0
- package/dist-types/commands/GetJobsCommand.d.ts +873 -0
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +32 -0
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +37 -0
- package/dist-types/commands/GetMLTransformCommand.d.ts +73 -0
- package/dist-types/commands/GetMLTransformsCommand.d.ts +78 -0
- package/dist-types/commands/GetMappingCommand.d.ts +15 -0
- package/dist-types/commands/GetPartitionCommand.d.ts +75 -0
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +30 -0
- package/dist-types/commands/GetPartitionsCommand.d.ts +78 -0
- package/dist-types/commands/GetPlanCommand.d.ts +7 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +14 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +9 -0
- package/dist-types/commands/GetSchemaByDefinitionCommand.d.ts +10 -0
- package/dist-types/commands/GetSchemaCommand.d.ts +18 -0
- package/dist-types/commands/GetSchemaVersionCommand.d.ts +12 -0
- package/dist-types/commands/GetSchemaVersionsDiffCommand.d.ts +6 -0
- package/dist-types/commands/GetSecurityConfigurationCommand.d.ts +25 -0
- package/dist-types/commands/GetSecurityConfigurationsCommand.d.ts +28 -0
- package/dist-types/commands/GetSessionCommand.d.ts +29 -0
- package/dist-types/commands/GetStatementCommand.d.ts +25 -0
- package/dist-types/commands/GetTableCommand.d.ts +100 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +103 -0
- package/dist-types/commands/GetTableVersionsCommand.d.ts +106 -0
- package/dist-types/commands/GetTablesCommand.d.ts +103 -0
- package/dist-types/commands/GetTagsCommand.d.ts +8 -0
- package/dist-types/commands/GetTriggerCommand.d.ts +44 -0
- package/dist-types/commands/GetTriggersCommand.d.ts +47 -0
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +77 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +82 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +108 -0
- package/dist-types/commands/GetUserDefinedFunctionCommand.d.ts +20 -0
- package/dist-types/commands/GetUserDefinedFunctionsCommand.d.ts +23 -0
- package/dist-types/commands/GetWorkflowCommand.d.ts +255 -0
- package/dist-types/commands/GetWorkflowRunCommand.d.ts +138 -0
- package/dist-types/commands/GetWorkflowRunPropertiesCommand.d.ts +8 -0
- package/dist-types/commands/GetWorkflowRunsCommand.d.ts +141 -0
- package/dist-types/commands/ImportCatalogToGlueCommand.d.ts +4 -0
- package/dist-types/commands/ListBlueprintsCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlersCommand.d.ts +9 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +20 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +15 -0
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +25 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +24 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +20 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +9 -0
- package/dist-types/commands/ListJobsCommand.d.ts +9 -0
- package/dist-types/commands/ListMLTransformsCommand.d.ts +9 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +15 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +17 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListStatementsCommand.d.ts +28 -0
- package/dist-types/commands/ListTriggersCommand.d.ts +9 -0
- package/dist-types/commands/ListWorkflowsCommand.d.ts +9 -0
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
- package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -0
- package/dist-types/commands/QuerySchemaVersionMetadataCommand.d.ts +19 -0
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +8 -0
- package/dist-types/commands/RemoveSchemaVersionMetadataCommand.d.ts +13 -0
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +14 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +9 -0
- package/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +103 -0
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +6 -0
- package/dist-types/commands/StartCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +6 -0
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartJobRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +6 -0
- package/dist-types/commands/StartTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +6 -0
- package/dist-types/commands/StopCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/StopSessionCommand.d.ts +6 -0
- package/dist-types/commands/StopTriggerCommand.d.ts +6 -0
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +6 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +4 -0
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +67 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +67 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +8 -0
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDevEndpointCommand.d.ts +4 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePartitionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +7 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +6 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTriggerCommand.d.ts +44 -0
- package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +6 -0
- package/package.json +16 -16
|
@@ -101,6 +101,20 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
|
|
|
101
101
|
* };
|
|
102
102
|
* const command = new BatchCreatePartitionCommand(input);
|
|
103
103
|
* const response = await client.send(command);
|
|
104
|
+
* // { // BatchCreatePartitionResponse
|
|
105
|
+
* // Errors: [ // PartitionErrors
|
|
106
|
+
* // { // PartitionError
|
|
107
|
+
* // PartitionValues: [ // ValueStringList
|
|
108
|
+
* // "STRING_VALUE",
|
|
109
|
+
* // ],
|
|
110
|
+
* // ErrorDetail: { // ErrorDetail
|
|
111
|
+
* // ErrorCode: "STRING_VALUE",
|
|
112
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // };
|
|
117
|
+
*
|
|
104
118
|
* ```
|
|
105
119
|
*
|
|
106
120
|
* @param BatchCreatePartitionCommandInput - {@link BatchCreatePartitionCommandInput}
|
|
@@ -130,6 +144,8 @@ export interface BatchCreatePartitionCommandOutput extends BatchCreatePartitionR
|
|
|
130
144
|
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
131
145
|
* <p>A resource numerical limit was exceeded.</p>
|
|
132
146
|
*
|
|
147
|
+
* @throws {@link GlueServiceException}
|
|
148
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
133
149
|
*
|
|
134
150
|
*/
|
|
135
151
|
export declare class BatchCreatePartitionCommand extends $Command<BatchCreatePartitionCommandInput, BatchCreatePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -34,6 +34,18 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new BatchDeleteConnectionCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // BatchDeleteConnectionResponse
|
|
38
|
+
* // Succeeded: [ // NameStringList
|
|
39
|
+
* // "STRING_VALUE",
|
|
40
|
+
* // ],
|
|
41
|
+
* // Errors: { // ErrorByName
|
|
42
|
+
* // "<keys>": { // ErrorDetail
|
|
43
|
+
* // ErrorCode: "STRING_VALUE",
|
|
44
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // },
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
37
49
|
* ```
|
|
38
50
|
*
|
|
39
51
|
* @param BatchDeleteConnectionCommandInput - {@link BatchDeleteConnectionCommandInput}
|
|
@@ -48,6 +60,8 @@ export interface BatchDeleteConnectionCommandOutput extends BatchDeleteConnectio
|
|
|
48
60
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
49
61
|
* <p>The operation timed out.</p>
|
|
50
62
|
*
|
|
63
|
+
* @throws {@link GlueServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
51
65
|
*
|
|
52
66
|
*/
|
|
53
67
|
export declare class BatchDeleteConnectionCommand extends $Command<BatchDeleteConnectionCommandInput, BatchDeleteConnectionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -40,6 +40,20 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new BatchDeletePartitionCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // BatchDeletePartitionResponse
|
|
44
|
+
* // Errors: [ // PartitionErrors
|
|
45
|
+
* // { // PartitionError
|
|
46
|
+
* // PartitionValues: [ // ValueStringList
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // ErrorDetail: { // ErrorDetail
|
|
50
|
+
* // ErrorCode: "STRING_VALUE",
|
|
51
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
43
57
|
* ```
|
|
44
58
|
*
|
|
45
59
|
* @param BatchDeletePartitionCommandInput - {@link BatchDeletePartitionCommandInput}
|
|
@@ -60,6 +74,8 @@ export interface BatchDeletePartitionCommandOutput extends BatchDeletePartitionR
|
|
|
60
74
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
61
75
|
* <p>The operation timed out.</p>
|
|
62
76
|
*
|
|
77
|
+
* @throws {@link GlueServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
63
79
|
*
|
|
64
80
|
*/
|
|
65
81
|
export declare class BatchDeletePartitionCommand extends $Command<BatchDeletePartitionCommandInput, BatchDeletePartitionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -46,6 +46,18 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse,
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new BatchDeleteTableCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // BatchDeleteTableResponse
|
|
50
|
+
* // Errors: [ // TableErrors
|
|
51
|
+
* // { // TableError
|
|
52
|
+
* // TableName: "STRING_VALUE",
|
|
53
|
+
* // ErrorDetail: { // ErrorDetail
|
|
54
|
+
* // ErrorCode: "STRING_VALUE",
|
|
55
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
49
61
|
* ```
|
|
50
62
|
*
|
|
51
63
|
* @param BatchDeleteTableCommandInput - {@link BatchDeleteTableCommandInput}
|
|
@@ -72,6 +84,8 @@ export interface BatchDeleteTableCommandOutput extends BatchDeleteTableResponse,
|
|
|
72
84
|
* @throws {@link ResourceNotReadyException} (client fault)
|
|
73
85
|
* <p>A resource was not ready for a transaction.</p>
|
|
74
86
|
*
|
|
87
|
+
* @throws {@link GlueServiceException}
|
|
88
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
75
89
|
*
|
|
76
90
|
*/
|
|
77
91
|
export declare class BatchDeleteTableCommand extends $Command<BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,19 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new BatchDeleteTableVersionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // BatchDeleteTableVersionResponse
|
|
40
|
+
* // Errors: [ // TableVersionErrors
|
|
41
|
+
* // { // TableVersionError
|
|
42
|
+
* // TableName: "STRING_VALUE",
|
|
43
|
+
* // VersionId: "STRING_VALUE",
|
|
44
|
+
* // ErrorDetail: { // ErrorDetail
|
|
45
|
+
* // ErrorCode: "STRING_VALUE",
|
|
46
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
39
52
|
* ```
|
|
40
53
|
*
|
|
41
54
|
* @param BatchDeleteTableVersionCommandInput - {@link BatchDeleteTableVersionCommandInput}
|
|
@@ -56,6 +69,8 @@ export interface BatchDeleteTableVersionCommandOutput extends BatchDeleteTableVe
|
|
|
56
69
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
57
70
|
* <p>The operation timed out.</p>
|
|
58
71
|
*
|
|
72
|
+
* @throws {@link GlueServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
59
74
|
*
|
|
60
75
|
*/
|
|
61
76
|
export declare class BatchDeleteTableVersionCommand extends $Command<BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -35,6 +35,32 @@ export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsRespo
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new BatchGetBlueprintsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // BatchGetBlueprintsResponse
|
|
39
|
+
* // Blueprints: [ // Blueprints
|
|
40
|
+
* // { // Blueprint
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // Description: "STRING_VALUE",
|
|
43
|
+
* // CreatedOn: new Date("TIMESTAMP"),
|
|
44
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
45
|
+
* // ParameterSpec: "STRING_VALUE",
|
|
46
|
+
* // BlueprintLocation: "STRING_VALUE",
|
|
47
|
+
* // BlueprintServiceLocation: "STRING_VALUE",
|
|
48
|
+
* // Status: "CREATING" || "ACTIVE" || "UPDATING" || "FAILED",
|
|
49
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
50
|
+
* // LastActiveDefinition: { // LastActiveDefinition
|
|
51
|
+
* // Description: "STRING_VALUE",
|
|
52
|
+
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
53
|
+
* // ParameterSpec: "STRING_VALUE",
|
|
54
|
+
* // BlueprintLocation: "STRING_VALUE",
|
|
55
|
+
* // BlueprintServiceLocation: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // MissingBlueprints: [ // BlueprintNames
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
38
64
|
* ```
|
|
39
65
|
*
|
|
40
66
|
* @param BatchGetBlueprintsCommandInput - {@link BatchGetBlueprintsCommandInput}
|
|
@@ -52,6 +78,8 @@ export interface BatchGetBlueprintsCommandOutput extends BatchGetBlueprintsRespo
|
|
|
52
78
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
53
79
|
* <p>The operation timed out.</p>
|
|
54
80
|
*
|
|
81
|
+
* @throws {@link GlueServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
55
83
|
*
|
|
56
84
|
*/
|
|
57
85
|
export declare class BatchGetBlueprintsCommand extends $Command<BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,118 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse,
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetCrawlersCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetCrawlersResponse
|
|
37
|
+
* // Crawlers: [ // CrawlerList
|
|
38
|
+
* // { // Crawler
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Role: "STRING_VALUE",
|
|
41
|
+
* // Targets: { // CrawlerTargets
|
|
42
|
+
* // S3Targets: [ // S3TargetList
|
|
43
|
+
* // { // S3Target
|
|
44
|
+
* // Path: "STRING_VALUE",
|
|
45
|
+
* // Exclusions: [ // PathList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // ConnectionName: "STRING_VALUE",
|
|
49
|
+
* // SampleSize: Number("int"),
|
|
50
|
+
* // EventQueueArn: "STRING_VALUE",
|
|
51
|
+
* // DlqEventQueueArn: "STRING_VALUE",
|
|
52
|
+
* // },
|
|
53
|
+
* // ],
|
|
54
|
+
* // JdbcTargets: [ // JdbcTargetList
|
|
55
|
+
* // { // JdbcTarget
|
|
56
|
+
* // ConnectionName: "STRING_VALUE",
|
|
57
|
+
* // Path: "STRING_VALUE",
|
|
58
|
+
* // Exclusions: [
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // EnableAdditionalMetadata: [ // EnableAdditionalMetadata
|
|
62
|
+
* // "COMMENTS" || "RAWTYPES",
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // ],
|
|
66
|
+
* // MongoDBTargets: [ // MongoDBTargetList
|
|
67
|
+
* // { // MongoDBTarget
|
|
68
|
+
* // ConnectionName: "STRING_VALUE",
|
|
69
|
+
* // Path: "STRING_VALUE",
|
|
70
|
+
* // ScanAll: true || false,
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // DynamoDBTargets: [ // DynamoDBTargetList
|
|
74
|
+
* // { // DynamoDBTarget
|
|
75
|
+
* // Path: "STRING_VALUE",
|
|
76
|
+
* // scanAll: true || false,
|
|
77
|
+
* // scanRate: Number("double"),
|
|
78
|
+
* // },
|
|
79
|
+
* // ],
|
|
80
|
+
* // CatalogTargets: [ // CatalogTargetList
|
|
81
|
+
* // { // CatalogTarget
|
|
82
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
83
|
+
* // Tables: [ // CatalogTablesList // required
|
|
84
|
+
* // "STRING_VALUE",
|
|
85
|
+
* // ],
|
|
86
|
+
* // ConnectionName: "STRING_VALUE",
|
|
87
|
+
* // EventQueueArn: "STRING_VALUE",
|
|
88
|
+
* // DlqEventQueueArn: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // DeltaTargets: [ // DeltaTargetList
|
|
92
|
+
* // { // DeltaTarget
|
|
93
|
+
* // DeltaTables: [
|
|
94
|
+
* // "STRING_VALUE",
|
|
95
|
+
* // ],
|
|
96
|
+
* // ConnectionName: "STRING_VALUE",
|
|
97
|
+
* // WriteManifest: true || false,
|
|
98
|
+
* // CreateNativeDeltaTable: true || false,
|
|
99
|
+
* // },
|
|
100
|
+
* // ],
|
|
101
|
+
* // },
|
|
102
|
+
* // DatabaseName: "STRING_VALUE",
|
|
103
|
+
* // Description: "STRING_VALUE",
|
|
104
|
+
* // Classifiers: [ // ClassifierNameList
|
|
105
|
+
* // "STRING_VALUE",
|
|
106
|
+
* // ],
|
|
107
|
+
* // RecrawlPolicy: { // RecrawlPolicy
|
|
108
|
+
* // RecrawlBehavior: "CRAWL_EVERYTHING" || "CRAWL_NEW_FOLDERS_ONLY" || "CRAWL_EVENT_MODE",
|
|
109
|
+
* // },
|
|
110
|
+
* // SchemaChangePolicy: { // SchemaChangePolicy
|
|
111
|
+
* // UpdateBehavior: "LOG" || "UPDATE_IN_DATABASE",
|
|
112
|
+
* // DeleteBehavior: "LOG" || "DELETE_FROM_DATABASE" || "DEPRECATE_IN_DATABASE",
|
|
113
|
+
* // },
|
|
114
|
+
* // LineageConfiguration: { // LineageConfiguration
|
|
115
|
+
* // CrawlerLineageSettings: "ENABLE" || "DISABLE",
|
|
116
|
+
* // },
|
|
117
|
+
* // State: "READY" || "RUNNING" || "STOPPING",
|
|
118
|
+
* // TablePrefix: "STRING_VALUE",
|
|
119
|
+
* // Schedule: { // Schedule
|
|
120
|
+
* // ScheduleExpression: "STRING_VALUE",
|
|
121
|
+
* // State: "SCHEDULED" || "NOT_SCHEDULED" || "TRANSITIONING",
|
|
122
|
+
* // },
|
|
123
|
+
* // CrawlElapsedTime: Number("long"),
|
|
124
|
+
* // CreationTime: new Date("TIMESTAMP"),
|
|
125
|
+
* // LastUpdated: new Date("TIMESTAMP"),
|
|
126
|
+
* // LastCrawl: { // LastCrawlInfo
|
|
127
|
+
* // Status: "SUCCEEDED" || "CANCELLED" || "FAILED",
|
|
128
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
129
|
+
* // LogGroup: "STRING_VALUE",
|
|
130
|
+
* // LogStream: "STRING_VALUE",
|
|
131
|
+
* // MessagePrefix: "STRING_VALUE",
|
|
132
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
133
|
+
* // },
|
|
134
|
+
* // Version: Number("long"),
|
|
135
|
+
* // Configuration: "STRING_VALUE",
|
|
136
|
+
* // CrawlerSecurityConfiguration: "STRING_VALUE",
|
|
137
|
+
* // LakeFormationConfiguration: { // LakeFormationConfiguration
|
|
138
|
+
* // UseLakeFormationCredentials: true || false,
|
|
139
|
+
* // AccountId: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // },
|
|
142
|
+
* // ],
|
|
143
|
+
* // CrawlersNotFound: [ // CrawlerNameList
|
|
144
|
+
* // "STRING_VALUE",
|
|
145
|
+
* // ],
|
|
146
|
+
* // };
|
|
147
|
+
*
|
|
36
148
|
* ```
|
|
37
149
|
*
|
|
38
150
|
* @param BatchGetCrawlersCommandInput - {@link BatchGetCrawlersCommandInput}
|
|
@@ -47,6 +159,8 @@ export interface BatchGetCrawlersCommandOutput extends BatchGetCrawlersResponse,
|
|
|
47
159
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
48
160
|
* <p>The operation timed out.</p>
|
|
49
161
|
*
|
|
162
|
+
* @throws {@link GlueServiceException}
|
|
163
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
50
164
|
*
|
|
51
165
|
*/
|
|
52
166
|
export declare class BatchGetCrawlersCommand extends $Command<BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,21 @@ export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEn
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetCustomEntityTypesCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetCustomEntityTypesResponse
|
|
37
|
+
* // CustomEntityTypes: [ // CustomEntityTypes
|
|
38
|
+
* // { // CustomEntityType
|
|
39
|
+
* // Name: "STRING_VALUE", // required
|
|
40
|
+
* // RegexString: "STRING_VALUE", // required
|
|
41
|
+
* // ContextWords: [ // ContextWords
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // CustomEntityTypesNotFound: [ // CustomEntityTypeNames
|
|
47
|
+
* // "STRING_VALUE",
|
|
48
|
+
* // ],
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
36
51
|
* ```
|
|
37
52
|
*
|
|
38
53
|
* @param BatchGetCustomEntityTypesCommandInput - {@link BatchGetCustomEntityTypesCommandInput}
|
|
@@ -50,6 +65,8 @@ export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEn
|
|
|
50
65
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
51
66
|
* <p>The operation timed out.</p>
|
|
52
67
|
*
|
|
68
|
+
* @throws {@link GlueServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
53
70
|
*
|
|
54
71
|
*/
|
|
55
72
|
export declare class BatchGetCustomEntityTypesCommand extends $Command<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -33,6 +33,44 @@ export interface BatchGetDataQualityResultCommandOutput extends BatchGetDataQual
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new BatchGetDataQualityResultCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // BatchGetDataQualityResultResponse
|
|
37
|
+
* // Results: [ // DataQualityResultsList // required
|
|
38
|
+
* // { // DataQualityResult
|
|
39
|
+
* // ResultId: "STRING_VALUE",
|
|
40
|
+
* // Score: Number("double"),
|
|
41
|
+
* // DataSource: { // DataSource
|
|
42
|
+
* // GlueTable: { // GlueTable
|
|
43
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
44
|
+
* // TableName: "STRING_VALUE", // required
|
|
45
|
+
* // CatalogId: "STRING_VALUE",
|
|
46
|
+
* // ConnectionName: "STRING_VALUE",
|
|
47
|
+
* // AdditionalOptions: { // GlueTableAdditionalOptions
|
|
48
|
+
* // "<keys>": "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // RulesetName: "STRING_VALUE",
|
|
53
|
+
* // EvaluationContext: "STRING_VALUE",
|
|
54
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
55
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
56
|
+
* // JobName: "STRING_VALUE",
|
|
57
|
+
* // JobRunId: "STRING_VALUE",
|
|
58
|
+
* // RulesetEvaluationRunId: "STRING_VALUE",
|
|
59
|
+
* // RuleResults: [ // DataQualityRuleResults
|
|
60
|
+
* // { // DataQualityRuleResult
|
|
61
|
+
* // Name: "STRING_VALUE",
|
|
62
|
+
* // Description: "STRING_VALUE",
|
|
63
|
+
* // EvaluationMessage: "STRING_VALUE",
|
|
64
|
+
* // Result: "PASS" || "FAIL" || "ERROR",
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // },
|
|
68
|
+
* // ],
|
|
69
|
+
* // ResultsNotFound: [ // DataQualityResultIds
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // };
|
|
73
|
+
*
|
|
36
74
|
* ```
|
|
37
75
|
*
|
|
38
76
|
* @param BatchGetDataQualityResultCommandInput - {@link BatchGetDataQualityResultCommandInput}
|
|
@@ -50,6 +88,8 @@ export interface BatchGetDataQualityResultCommandOutput extends BatchGetDataQual
|
|
|
50
88
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
51
89
|
* <p>The operation timed out.</p>
|
|
52
90
|
*
|
|
91
|
+
* @throws {@link GlueServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
53
93
|
*
|
|
54
94
|
*/
|
|
55
95
|
export declare class BatchGetDataQualityResultCommand extends $Command<BatchGetDataQualityResultCommandInput, BatchGetDataQualityResultCommandOutput, GlueClientResolvedConfig> {
|
|
@@ -36,6 +36,47 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new BatchGetDevEndpointsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // BatchGetDevEndpointsResponse
|
|
40
|
+
* // DevEndpoints: [ // DevEndpointList
|
|
41
|
+
* // { // DevEndpoint
|
|
42
|
+
* // EndpointName: "STRING_VALUE",
|
|
43
|
+
* // RoleArn: "STRING_VALUE",
|
|
44
|
+
* // SecurityGroupIds: [ // StringList
|
|
45
|
+
* // "STRING_VALUE",
|
|
46
|
+
* // ],
|
|
47
|
+
* // SubnetId: "STRING_VALUE",
|
|
48
|
+
* // YarnEndpointAddress: "STRING_VALUE",
|
|
49
|
+
* // PrivateAddress: "STRING_VALUE",
|
|
50
|
+
* // ZeppelinRemoteSparkInterpreterPort: Number("int"),
|
|
51
|
+
* // PublicAddress: "STRING_VALUE",
|
|
52
|
+
* // Status: "STRING_VALUE",
|
|
53
|
+
* // WorkerType: "Standard" || "G.1X" || "G.2X" || "G.025X",
|
|
54
|
+
* // GlueVersion: "STRING_VALUE",
|
|
55
|
+
* // NumberOfWorkers: Number("int"),
|
|
56
|
+
* // NumberOfNodes: Number("int"),
|
|
57
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
58
|
+
* // VpcId: "STRING_VALUE",
|
|
59
|
+
* // ExtraPythonLibsS3Path: "STRING_VALUE",
|
|
60
|
+
* // ExtraJarsS3Path: "STRING_VALUE",
|
|
61
|
+
* // FailureReason: "STRING_VALUE",
|
|
62
|
+
* // LastUpdateStatus: "STRING_VALUE",
|
|
63
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
64
|
+
* // LastModifiedTimestamp: new Date("TIMESTAMP"),
|
|
65
|
+
* // PublicKey: "STRING_VALUE",
|
|
66
|
+
* // PublicKeys: [ // PublicKeysList
|
|
67
|
+
* // "STRING_VALUE",
|
|
68
|
+
* // ],
|
|
69
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
70
|
+
* // Arguments: { // MapValue
|
|
71
|
+
* // "<keys>": "STRING_VALUE",
|
|
72
|
+
* // },
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // DevEndpointsNotFound: [ // DevEndpointNames
|
|
76
|
+
* // "STRING_VALUE",
|
|
77
|
+
* // ],
|
|
78
|
+
* // };
|
|
79
|
+
*
|
|
39
80
|
* ```
|
|
40
81
|
*
|
|
41
82
|
* @param BatchGetDevEndpointsCommandInput - {@link BatchGetDevEndpointsCommandInput}
|
|
@@ -56,6 +97,8 @@ export interface BatchGetDevEndpointsCommandOutput extends BatchGetDevEndpointsR
|
|
|
56
97
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
57
98
|
* <p>The operation timed out.</p>
|
|
58
99
|
*
|
|
100
|
+
* @throws {@link GlueServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
59
102
|
*
|
|
60
103
|
*/
|
|
61
104
|
export declare class BatchGetDevEndpointsCommand extends $Command<BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput, GlueClientResolvedConfig> {
|