@aws-sdk/client-glue 3.699.0 → 3.705.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/README.md +176 -0
- package/dist-cjs/index.js +1529 -163
- package/dist-es/Glue.js +44 -0
- package/dist-es/commands/CreateCatalogCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/DeleteCatalogCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
- package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/DescribeConnectionTypeCommand.js +22 -0
- package/dist-es/commands/DescribeEntityCommand.js +22 -0
- package/dist-es/commands/DescribeInboundIntegrationsCommand.js +22 -0
- package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
- package/dist-es/commands/GetCatalogCommand.js +22 -0
- package/dist-es/commands/GetCatalogsCommand.js +22 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +1 -1
- package/dist-es/commands/GetEntityRecordsCommand.js +23 -0
- package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/ListConnectionTypesCommand.js +22 -0
- package/dist-es/commands/ListEntitiesCommand.js +22 -0
- package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
- package/dist-es/commands/TestConnectionCommand.js +1 -1
- package/dist-es/commands/UpdateCatalogCommand.js +22 -0
- package/dist-es/commands/UpdateConnectionCommand.js +1 -1
- package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +22 -0
- package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +22 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/models/models_0.js +28 -0
- package/dist-es/models/models_1.js +210 -57
- package/dist-es/models/models_2.js +37 -148
- package/dist-es/models/models_3.js +149 -0
- package/dist-es/pagination/DescribeEntityPaginator.js +4 -0
- package/dist-es/pagination/ListConnectionTypesPaginator.js +4 -0
- package/dist-es/pagination/ListEntitiesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_json1_1.js +704 -20
- package/dist-types/Glue.d.ts +159 -0
- package/dist-types/GlueClient.d.ts +24 -2
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -2
- package/dist-types/commands/CreateCatalogCommand.d.ts +149 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +26 -3
- package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +144 -0
- package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +113 -0
- package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +111 -0
- package/dist-types/commands/CreateTableCommand.d.ts +6 -0
- package/dist-types/commands/DeleteCatalogCommand.d.ts +95 -0
- package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +127 -0
- package/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +91 -0
- package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +222 -0
- package/dist-types/commands/DescribeEntityCommand.d.ts +125 -0
- package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +116 -0
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +130 -0
- package/dist-types/commands/GetCatalogCommand.d.ts +147 -0
- package/dist-types/commands/GetCatalogsCommand.d.ts +153 -0
- package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +10 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +15 -4
- package/dist-types/commands/GetConnectionsCommand.d.ts +16 -5
- package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/GetDatabaseCommand.d.ts +4 -1
- package/dist-types/commands/GetDatabasesCommand.d.ts +10 -1
- package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/GetEntityRecordsCommand.d.ts +110 -0
- package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +101 -0
- package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +114 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +95 -0
- package/dist-types/commands/ListEntitiesCommand.d.ts +108 -0
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +130 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +18 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCatalogCommand.d.ts +137 -0
- package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +27 -4
- package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatabaseCommand.d.ts +10 -1
- package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +110 -0
- package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +112 -0
- package/dist-types/commands/UpdateTableCommand.d.ts +9 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/models/models_0.d.ts +183 -109
- package/dist-types/models/models_1.d.ts +3220 -3137
- package/dist-types/models/models_2.d.ts +4416 -3761
- package/dist-types/models/models_3.d.ts +1630 -3
- package/dist-types/pagination/DescribeEntityPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEntitiesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +198 -0
- package/dist-types/ts3.4/Glue.d.ts +391 -0
- package/dist-types/ts3.4/GlueClient.d.ts +132 -0
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/models/models_0.d.ts +54 -28
- package/dist-types/ts3.4/models/models_1.d.ts +532 -441
- package/dist-types/ts3.4/models/models_2.d.ts +514 -425
- package/dist-types/ts3.4/models/models_3.d.ts +449 -0
- package/dist-types/ts3.4/pagination/DescribeEntityPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConnectionTypesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +264 -0
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateColumnStatisticsForPartitionRequest,
|
|
10
10
|
UpdateColumnStatisticsForPartitionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateColumnStatisticsForPartitionCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateColumnStatisticsForTableRequest,
|
|
10
10
|
UpdateColumnStatisticsForTableResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateColumnStatisticsForTableCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateColumnStatisticsTaskSettingsRequest,
|
|
10
10
|
UpdateColumnStatisticsTaskSettingsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateColumnStatisticsTaskSettingsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateConnectionRequest,
|
|
10
10
|
UpdateConnectionResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateConnectionCommandInput extends UpdateConnectionRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateCrawlerRequest,
|
|
10
10
|
UpdateCrawlerResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateCrawlerCommandInput extends UpdateCrawlerRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateDataQualityRulesetRequest,
|
|
10
10
|
UpdateDataQualityRulesetResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateDataQualityRulesetCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateDatabaseRequest,
|
|
10
10
|
UpdateDatabaseResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIntegrationResourcePropertyRequest,
|
|
10
|
+
UpdateIntegrationResourcePropertyResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateIntegrationResourcePropertyCommandInput
|
|
15
|
+
extends UpdateIntegrationResourcePropertyRequest {}
|
|
16
|
+
export interface UpdateIntegrationResourcePropertyCommandOutput
|
|
17
|
+
extends UpdateIntegrationResourcePropertyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateIntegrationResourcePropertyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateIntegrationResourcePropertyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateIntegrationResourcePropertyCommandInput,
|
|
24
|
+
UpdateIntegrationResourcePropertyCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateIntegrationResourcePropertyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateIntegrationResourcePropertyCommandInput,
|
|
33
|
+
UpdateIntegrationResourcePropertyCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateIntegrationResourcePropertyCommand extends UpdateIntegrationResourcePropertyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIntegrationResourcePropertyRequest;
|
|
44
|
+
output: UpdateIntegrationResourcePropertyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIntegrationResourcePropertyCommandInput;
|
|
48
|
+
output: UpdateIntegrationResourcePropertyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateIntegrationTablePropertiesRequest,
|
|
10
|
+
UpdateIntegrationTablePropertiesResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateIntegrationTablePropertiesCommandInput
|
|
15
|
+
extends UpdateIntegrationTablePropertiesRequest {}
|
|
16
|
+
export interface UpdateIntegrationTablePropertiesCommandOutput
|
|
17
|
+
extends UpdateIntegrationTablePropertiesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateIntegrationTablePropertiesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateIntegrationTablePropertiesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateIntegrationTablePropertiesCommandInput,
|
|
24
|
+
UpdateIntegrationTablePropertiesCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateIntegrationTablePropertiesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateIntegrationTablePropertiesCommandInput,
|
|
33
|
+
UpdateIntegrationTablePropertiesCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateIntegrationTablePropertiesCommand extends UpdateIntegrationTablePropertiesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateIntegrationTablePropertiesRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateIntegrationTablePropertiesCommandInput;
|
|
48
|
+
output: UpdateIntegrationTablePropertiesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -22,6 +22,7 @@ export * from "./CancelMLTaskRunCommand";
|
|
|
22
22
|
export * from "./CancelStatementCommand";
|
|
23
23
|
export * from "./CheckSchemaVersionValidityCommand";
|
|
24
24
|
export * from "./CreateBlueprintCommand";
|
|
25
|
+
export * from "./CreateCatalogCommand";
|
|
25
26
|
export * from "./CreateClassifierCommand";
|
|
26
27
|
export * from "./CreateColumnStatisticsTaskSettingsCommand";
|
|
27
28
|
export * from "./CreateConnectionCommand";
|
|
@@ -30,6 +31,9 @@ export * from "./CreateCustomEntityTypeCommand";
|
|
|
30
31
|
export * from "./CreateDataQualityRulesetCommand";
|
|
31
32
|
export * from "./CreateDatabaseCommand";
|
|
32
33
|
export * from "./CreateDevEndpointCommand";
|
|
34
|
+
export * from "./CreateIntegrationCommand";
|
|
35
|
+
export * from "./CreateIntegrationResourcePropertyCommand";
|
|
36
|
+
export * from "./CreateIntegrationTablePropertiesCommand";
|
|
33
37
|
export * from "./CreateJobCommand";
|
|
34
38
|
export * from "./CreateMLTransformCommand";
|
|
35
39
|
export * from "./CreatePartitionCommand";
|
|
@@ -46,6 +50,7 @@ export * from "./CreateUsageProfileCommand";
|
|
|
46
50
|
export * from "./CreateUserDefinedFunctionCommand";
|
|
47
51
|
export * from "./CreateWorkflowCommand";
|
|
48
52
|
export * from "./DeleteBlueprintCommand";
|
|
53
|
+
export * from "./DeleteCatalogCommand";
|
|
49
54
|
export * from "./DeleteClassifierCommand";
|
|
50
55
|
export * from "./DeleteColumnStatisticsForPartitionCommand";
|
|
51
56
|
export * from "./DeleteColumnStatisticsForTableCommand";
|
|
@@ -56,6 +61,8 @@ export * from "./DeleteCustomEntityTypeCommand";
|
|
|
56
61
|
export * from "./DeleteDataQualityRulesetCommand";
|
|
57
62
|
export * from "./DeleteDatabaseCommand";
|
|
58
63
|
export * from "./DeleteDevEndpointCommand";
|
|
64
|
+
export * from "./DeleteIntegrationCommand";
|
|
65
|
+
export * from "./DeleteIntegrationTablePropertiesCommand";
|
|
59
66
|
export * from "./DeleteJobCommand";
|
|
60
67
|
export * from "./DeleteMLTransformCommand";
|
|
61
68
|
export * from "./DeletePartitionCommand";
|
|
@@ -73,10 +80,16 @@ export * from "./DeleteTriggerCommand";
|
|
|
73
80
|
export * from "./DeleteUsageProfileCommand";
|
|
74
81
|
export * from "./DeleteUserDefinedFunctionCommand";
|
|
75
82
|
export * from "./DeleteWorkflowCommand";
|
|
83
|
+
export * from "./DescribeConnectionTypeCommand";
|
|
84
|
+
export * from "./DescribeEntityCommand";
|
|
85
|
+
export * from "./DescribeInboundIntegrationsCommand";
|
|
86
|
+
export * from "./DescribeIntegrationsCommand";
|
|
76
87
|
export * from "./GetBlueprintCommand";
|
|
77
88
|
export * from "./GetBlueprintRunCommand";
|
|
78
89
|
export * from "./GetBlueprintRunsCommand";
|
|
90
|
+
export * from "./GetCatalogCommand";
|
|
79
91
|
export * from "./GetCatalogImportStatusCommand";
|
|
92
|
+
export * from "./GetCatalogsCommand";
|
|
80
93
|
export * from "./GetClassifierCommand";
|
|
81
94
|
export * from "./GetClassifiersCommand";
|
|
82
95
|
export * from "./GetColumnStatisticsForPartitionCommand";
|
|
@@ -102,6 +115,9 @@ export * from "./GetDatabasesCommand";
|
|
|
102
115
|
export * from "./GetDataflowGraphCommand";
|
|
103
116
|
export * from "./GetDevEndpointCommand";
|
|
104
117
|
export * from "./GetDevEndpointsCommand";
|
|
118
|
+
export * from "./GetEntityRecordsCommand";
|
|
119
|
+
export * from "./GetIntegrationResourcePropertyCommand";
|
|
120
|
+
export * from "./GetIntegrationTablePropertiesCommand";
|
|
105
121
|
export * from "./GetJobBookmarkCommand";
|
|
106
122
|
export * from "./GetJobCommand";
|
|
107
123
|
export * from "./GetJobRunCommand";
|
|
@@ -148,6 +164,7 @@ export * from "./GetWorkflowRunsCommand";
|
|
|
148
164
|
export * from "./ImportCatalogToGlueCommand";
|
|
149
165
|
export * from "./ListBlueprintsCommand";
|
|
150
166
|
export * from "./ListColumnStatisticsTaskRunsCommand";
|
|
167
|
+
export * from "./ListConnectionTypesCommand";
|
|
151
168
|
export * from "./ListCrawlersCommand";
|
|
152
169
|
export * from "./ListCrawlsCommand";
|
|
153
170
|
export * from "./ListCustomEntityTypesCommand";
|
|
@@ -158,6 +175,7 @@ export * from "./ListDataQualityRulesetsCommand";
|
|
|
158
175
|
export * from "./ListDataQualityStatisticAnnotationsCommand";
|
|
159
176
|
export * from "./ListDataQualityStatisticsCommand";
|
|
160
177
|
export * from "./ListDevEndpointsCommand";
|
|
178
|
+
export * from "./ListEntitiesCommand";
|
|
161
179
|
export * from "./ListJobsCommand";
|
|
162
180
|
export * from "./ListMLTransformsCommand";
|
|
163
181
|
export * from "./ListRegistriesCommand";
|
|
@@ -169,6 +187,7 @@ export * from "./ListTableOptimizerRunsCommand";
|
|
|
169
187
|
export * from "./ListTriggersCommand";
|
|
170
188
|
export * from "./ListUsageProfilesCommand";
|
|
171
189
|
export * from "./ListWorkflowsCommand";
|
|
190
|
+
export * from "./ModifyIntegrationCommand";
|
|
172
191
|
export * from "./PutDataCatalogEncryptionSettingsCommand";
|
|
173
192
|
export * from "./PutDataQualityProfileAnnotationCommand";
|
|
174
193
|
export * from "./PutResourcePolicyCommand";
|
|
@@ -206,6 +225,7 @@ export * from "./TagResourceCommand";
|
|
|
206
225
|
export * from "./TestConnectionCommand";
|
|
207
226
|
export * from "./UntagResourceCommand";
|
|
208
227
|
export * from "./UpdateBlueprintCommand";
|
|
228
|
+
export * from "./UpdateCatalogCommand";
|
|
209
229
|
export * from "./UpdateClassifierCommand";
|
|
210
230
|
export * from "./UpdateColumnStatisticsForPartitionCommand";
|
|
211
231
|
export * from "./UpdateColumnStatisticsForTableCommand";
|
|
@@ -216,6 +236,8 @@ export * from "./UpdateCrawlerScheduleCommand";
|
|
|
216
236
|
export * from "./UpdateDataQualityRulesetCommand";
|
|
217
237
|
export * from "./UpdateDatabaseCommand";
|
|
218
238
|
export * from "./UpdateDevEndpointCommand";
|
|
239
|
+
export * from "./UpdateIntegrationResourcePropertyCommand";
|
|
240
|
+
export * from "./UpdateIntegrationTablePropertiesCommand";
|
|
219
241
|
export * from "./UpdateJobCommand";
|
|
220
242
|
export * from "./UpdateJobFromSourceControlCommand";
|
|
221
243
|
export * from "./UpdateMLTransformCommand";
|
|
@@ -53,6 +53,10 @@ export interface Aggregate {
|
|
|
53
53
|
Groups: string[][] | undefined;
|
|
54
54
|
Aggs: AggregateOperation[] | undefined;
|
|
55
55
|
}
|
|
56
|
+
export interface AllowedValue {
|
|
57
|
+
Description?: string | undefined;
|
|
58
|
+
Value: string | undefined;
|
|
59
|
+
}
|
|
56
60
|
export declare class AlreadyExistsException extends __BaseException {
|
|
57
61
|
readonly name: "AlreadyExistsException";
|
|
58
62
|
readonly $fault: "client";
|
|
@@ -149,9 +153,39 @@ export interface AuditContext {
|
|
|
149
153
|
RequestedColumns?: string[] | undefined;
|
|
150
154
|
AllColumnsRequested?: boolean | undefined;
|
|
151
155
|
}
|
|
156
|
+
export declare const DataOperation: {
|
|
157
|
+
readonly READ: "READ";
|
|
158
|
+
readonly WRITE: "WRITE";
|
|
159
|
+
};
|
|
160
|
+
export type DataOperation = (typeof DataOperation)[keyof typeof DataOperation];
|
|
161
|
+
export declare const PropertyType: {
|
|
162
|
+
readonly READ_ONLY: "READ_ONLY";
|
|
163
|
+
readonly SECRET: "SECRET";
|
|
164
|
+
readonly SECRET_OR_USER_INPUT: "SECRET_OR_USER_INPUT";
|
|
165
|
+
readonly UNUSED: "UNUSED";
|
|
166
|
+
readonly USER_INPUT: "USER_INPUT";
|
|
167
|
+
};
|
|
168
|
+
export type PropertyType = (typeof PropertyType)[keyof typeof PropertyType];
|
|
169
|
+
export interface Property {
|
|
170
|
+
Name: string | undefined;
|
|
171
|
+
Description: string | undefined;
|
|
172
|
+
Required: boolean | undefined;
|
|
173
|
+
DefaultValue?: string | undefined;
|
|
174
|
+
PropertyTypes: PropertyType[] | undefined;
|
|
175
|
+
AllowedValues?: AllowedValue[] | undefined;
|
|
176
|
+
DataOperationScopes?: DataOperation[] | undefined;
|
|
177
|
+
}
|
|
178
|
+
export interface AuthConfiguration {
|
|
179
|
+
AuthenticationType: Property | undefined;
|
|
180
|
+
SecretArn?: Property | undefined;
|
|
181
|
+
OAuth2Properties?: Record<string, Property> | undefined;
|
|
182
|
+
BasicAuthenticationProperties?: Record<string, Property> | undefined;
|
|
183
|
+
CustomAuthenticationProperties?: Record<string, Property> | undefined;
|
|
184
|
+
}
|
|
152
185
|
export declare const AuthenticationType: {
|
|
153
186
|
readonly BASIC: "BASIC";
|
|
154
187
|
readonly CUSTOM: "CUSTOM";
|
|
188
|
+
readonly IAM: "IAM";
|
|
155
189
|
readonly OAUTH2: "OAUTH2";
|
|
156
190
|
};
|
|
157
191
|
export type AuthenticationType =
|
|
@@ -178,21 +212,35 @@ export interface AuthenticationConfiguration {
|
|
|
178
212
|
SecretArn?: string | undefined;
|
|
179
213
|
OAuth2Properties?: OAuth2Properties | undefined;
|
|
180
214
|
}
|
|
215
|
+
export interface BasicAuthenticationCredentials {
|
|
216
|
+
Username?: string | undefined;
|
|
217
|
+
Password?: string | undefined;
|
|
218
|
+
}
|
|
181
219
|
export interface AuthorizationCodeProperties {
|
|
182
220
|
AuthorizationCode?: string | undefined;
|
|
183
221
|
RedirectUri?: string | undefined;
|
|
184
222
|
}
|
|
223
|
+
export interface OAuth2Credentials {
|
|
224
|
+
UserManagedClientApplicationClientSecret?: string | undefined;
|
|
225
|
+
AccessToken?: string | undefined;
|
|
226
|
+
RefreshToken?: string | undefined;
|
|
227
|
+
JwtToken?: string | undefined;
|
|
228
|
+
}
|
|
185
229
|
export interface OAuth2PropertiesInput {
|
|
186
230
|
OAuth2GrantType?: OAuth2GrantType | undefined;
|
|
187
231
|
OAuth2ClientApplication?: OAuth2ClientApplication | undefined;
|
|
188
232
|
TokenUrl?: string | undefined;
|
|
189
233
|
TokenUrlParametersMap?: Record<string, string> | undefined;
|
|
190
234
|
AuthorizationCodeProperties?: AuthorizationCodeProperties | undefined;
|
|
235
|
+
OAuth2Credentials?: OAuth2Credentials | undefined;
|
|
191
236
|
}
|
|
192
237
|
export interface AuthenticationConfigurationInput {
|
|
193
238
|
AuthenticationType?: AuthenticationType | undefined;
|
|
194
239
|
OAuth2Properties?: OAuth2PropertiesInput | undefined;
|
|
195
240
|
SecretArn?: string | undefined;
|
|
241
|
+
KmsKeyArn?: string | undefined;
|
|
242
|
+
BasicAuthenticationCredentials?: BasicAuthenticationCredentials | undefined;
|
|
243
|
+
CustomAuthenticationCredentials?: Record<string, string> | undefined;
|
|
196
244
|
}
|
|
197
245
|
export interface Column {
|
|
198
246
|
Name: string | undefined;
|
|
@@ -2048,37 +2096,15 @@ export interface BatchStopJobRunError {
|
|
|
2048
2096
|
JobRunId?: string | undefined;
|
|
2049
2097
|
ErrorDetail?: ErrorDetail | undefined;
|
|
2050
2098
|
}
|
|
2051
|
-
export
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
}
|
|
2055
|
-
export interface BatchStopJobRunResponse {
|
|
2056
|
-
SuccessfulSubmissions?: BatchStopJobRunSuccessfulSubmission[] | undefined;
|
|
2057
|
-
Errors?: BatchStopJobRunError[] | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
export interface BatchUpdatePartitionRequestEntry {
|
|
2060
|
-
PartitionValueList: string[] | undefined;
|
|
2061
|
-
PartitionInput: PartitionInput | undefined;
|
|
2062
|
-
}
|
|
2063
|
-
export interface BatchUpdatePartitionRequest {
|
|
2064
|
-
CatalogId?: string | undefined;
|
|
2065
|
-
DatabaseName: string | undefined;
|
|
2066
|
-
TableName: string | undefined;
|
|
2067
|
-
Entries: BatchUpdatePartitionRequestEntry[] | undefined;
|
|
2068
|
-
}
|
|
2069
|
-
export interface BatchUpdatePartitionFailureEntry {
|
|
2070
|
-
PartitionValueList?: string[] | undefined;
|
|
2071
|
-
ErrorDetail?: ErrorDetail | undefined;
|
|
2072
|
-
}
|
|
2073
|
-
export interface BatchUpdatePartitionResponse {
|
|
2074
|
-
Errors?: BatchUpdatePartitionFailureEntry[] | undefined;
|
|
2075
|
-
}
|
|
2076
|
-
export interface CancelDataQualityRuleRecommendationRunRequest {
|
|
2077
|
-
RunId: string | undefined;
|
|
2078
|
-
}
|
|
2099
|
+
export declare const BasicAuthenticationCredentialsFilterSensitiveLog: (
|
|
2100
|
+
obj: BasicAuthenticationCredentials
|
|
2101
|
+
) => any;
|
|
2079
2102
|
export declare const AuthorizationCodePropertiesFilterSensitiveLog: (
|
|
2080
2103
|
obj: AuthorizationCodeProperties
|
|
2081
2104
|
) => any;
|
|
2105
|
+
export declare const OAuth2CredentialsFilterSensitiveLog: (
|
|
2106
|
+
obj: OAuth2Credentials
|
|
2107
|
+
) => any;
|
|
2082
2108
|
export declare const OAuth2PropertiesInputFilterSensitiveLog: (
|
|
2083
2109
|
obj: OAuth2PropertiesInput
|
|
2084
2110
|
) => any;
|