@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
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateDescribeEntity: (config: GluePaginationConfiguration, input: DescribeEntityCommandInput, ...rest: any[]) => Paginator<DescribeEntityCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListConnectionTypesCommandInput, ListConnectionTypesCommandOutput } from "../commands/ListConnectionTypesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListConnectionTypes: (config: GluePaginationConfiguration, input: ListConnectionTypesCommandInput, ...rest: any[]) => Paginator<ListConnectionTypesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "../commands/ListEntitiesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListEntities: (config: GluePaginationConfiguration, input: ListEntitiesCommandInput, ...rest: any[]) => Paginator<ListEntitiesCommandOutput>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./DescribeEntityPaginator";
|
|
1
2
|
export * from "./GetBlueprintRunsPaginator";
|
|
2
3
|
export * from "./GetClassifiersPaginator";
|
|
3
4
|
export * from "./GetColumnStatisticsTaskRunsPaginator";
|
|
@@ -7,8 +8,8 @@ export * from "./GetCrawlersPaginator";
|
|
|
7
8
|
export * from "./GetDatabasesPaginator";
|
|
8
9
|
export * from "./GetDevEndpointsPaginator";
|
|
9
10
|
export * from "./GetJobRunsPaginator";
|
|
10
|
-
export * from "./GetJobsPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./GetJobsPaginator";
|
|
12
13
|
export * from "./GetMLTaskRunsPaginator";
|
|
13
14
|
export * from "./GetMLTransformsPaginator";
|
|
14
15
|
export * from "./GetPartitionIndexesPaginator";
|
|
@@ -23,6 +24,7 @@ export * from "./GetUserDefinedFunctionsPaginator";
|
|
|
23
24
|
export * from "./GetWorkflowRunsPaginator";
|
|
24
25
|
export * from "./ListBlueprintsPaginator";
|
|
25
26
|
export * from "./ListColumnStatisticsTaskRunsPaginator";
|
|
27
|
+
export * from "./ListConnectionTypesPaginator";
|
|
26
28
|
export * from "./ListCrawlersPaginator";
|
|
27
29
|
export * from "./ListCustomEntityTypesPaginator";
|
|
28
30
|
export * from "./ListDataQualityResultsPaginator";
|
|
@@ -30,6 +32,7 @@ export * from "./ListDataQualityRuleRecommendationRunsPaginator";
|
|
|
30
32
|
export * from "./ListDataQualityRulesetEvaluationRunsPaginator";
|
|
31
33
|
export * from "./ListDataQualityRulesetsPaginator";
|
|
32
34
|
export * from "./ListDevEndpointsPaginator";
|
|
35
|
+
export * from "./ListEntitiesPaginator";
|
|
33
36
|
export * from "./ListJobsPaginator";
|
|
34
37
|
export * from "./ListMLTransformsPaginator";
|
|
35
38
|
export * from "./ListRegistriesPaginator";
|
|
@@ -24,6 +24,7 @@ import { CancelMLTaskRunCommandInput, CancelMLTaskRunCommandOutput } from "../co
|
|
|
24
24
|
import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
|
|
25
25
|
import { CheckSchemaVersionValidityCommandInput, CheckSchemaVersionValidityCommandOutput } from "../commands/CheckSchemaVersionValidityCommand";
|
|
26
26
|
import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../commands/CreateBlueprintCommand";
|
|
27
|
+
import { CreateCatalogCommandInput, CreateCatalogCommandOutput } from "../commands/CreateCatalogCommand";
|
|
27
28
|
import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
|
|
28
29
|
import { CreateColumnStatisticsTaskSettingsCommandInput, CreateColumnStatisticsTaskSettingsCommandOutput } from "../commands/CreateColumnStatisticsTaskSettingsCommand";
|
|
29
30
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
|
|
@@ -32,6 +33,9 @@ import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput
|
|
|
32
33
|
import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "../commands/CreateDatabaseCommand";
|
|
33
34
|
import { CreateDataQualityRulesetCommandInput, CreateDataQualityRulesetCommandOutput } from "../commands/CreateDataQualityRulesetCommand";
|
|
34
35
|
import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "../commands/CreateDevEndpointCommand";
|
|
36
|
+
import { CreateIntegrationCommandInput, CreateIntegrationCommandOutput } from "../commands/CreateIntegrationCommand";
|
|
37
|
+
import { CreateIntegrationResourcePropertyCommandInput, CreateIntegrationResourcePropertyCommandOutput } from "../commands/CreateIntegrationResourcePropertyCommand";
|
|
38
|
+
import { CreateIntegrationTablePropertiesCommandInput, CreateIntegrationTablePropertiesCommandOutput } from "../commands/CreateIntegrationTablePropertiesCommand";
|
|
35
39
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
36
40
|
import { CreateMLTransformCommandInput, CreateMLTransformCommandOutput } from "../commands/CreateMLTransformCommand";
|
|
37
41
|
import { CreatePartitionCommandInput, CreatePartitionCommandOutput } from "../commands/CreatePartitionCommand";
|
|
@@ -48,6 +52,7 @@ import { CreateUsageProfileCommandInput, CreateUsageProfileCommandOutput } from
|
|
|
48
52
|
import { CreateUserDefinedFunctionCommandInput, CreateUserDefinedFunctionCommandOutput } from "../commands/CreateUserDefinedFunctionCommand";
|
|
49
53
|
import { CreateWorkflowCommandInput, CreateWorkflowCommandOutput } from "../commands/CreateWorkflowCommand";
|
|
50
54
|
import { DeleteBlueprintCommandInput, DeleteBlueprintCommandOutput } from "../commands/DeleteBlueprintCommand";
|
|
55
|
+
import { DeleteCatalogCommandInput, DeleteCatalogCommandOutput } from "../commands/DeleteCatalogCommand";
|
|
51
56
|
import { DeleteClassifierCommandInput, DeleteClassifierCommandOutput } from "../commands/DeleteClassifierCommand";
|
|
52
57
|
import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsForPartitionCommandOutput } from "../commands/DeleteColumnStatisticsForPartitionCommand";
|
|
53
58
|
import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "../commands/DeleteColumnStatisticsForTableCommand";
|
|
@@ -58,6 +63,8 @@ import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput
|
|
|
58
63
|
import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "../commands/DeleteDatabaseCommand";
|
|
59
64
|
import { DeleteDataQualityRulesetCommandInput, DeleteDataQualityRulesetCommandOutput } from "../commands/DeleteDataQualityRulesetCommand";
|
|
60
65
|
import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "../commands/DeleteDevEndpointCommand";
|
|
66
|
+
import { DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput } from "../commands/DeleteIntegrationCommand";
|
|
67
|
+
import { DeleteIntegrationTablePropertiesCommandInput, DeleteIntegrationTablePropertiesCommandOutput } from "../commands/DeleteIntegrationTablePropertiesCommand";
|
|
61
68
|
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
|
|
62
69
|
import { DeleteMLTransformCommandInput, DeleteMLTransformCommandOutput } from "../commands/DeleteMLTransformCommand";
|
|
63
70
|
import { DeletePartitionCommandInput, DeletePartitionCommandOutput } from "../commands/DeletePartitionCommand";
|
|
@@ -75,10 +82,16 @@ import { DeleteTriggerCommandInput, DeleteTriggerCommandOutput } from "../comman
|
|
|
75
82
|
import { DeleteUsageProfileCommandInput, DeleteUsageProfileCommandOutput } from "../commands/DeleteUsageProfileCommand";
|
|
76
83
|
import { DeleteUserDefinedFunctionCommandInput, DeleteUserDefinedFunctionCommandOutput } from "../commands/DeleteUserDefinedFunctionCommand";
|
|
77
84
|
import { DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput } from "../commands/DeleteWorkflowCommand";
|
|
85
|
+
import { DescribeConnectionTypeCommandInput, DescribeConnectionTypeCommandOutput } from "../commands/DescribeConnectionTypeCommand";
|
|
86
|
+
import { DescribeEntityCommandInput, DescribeEntityCommandOutput } from "../commands/DescribeEntityCommand";
|
|
87
|
+
import { DescribeInboundIntegrationsCommandInput, DescribeInboundIntegrationsCommandOutput } from "../commands/DescribeInboundIntegrationsCommand";
|
|
88
|
+
import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "../commands/DescribeIntegrationsCommand";
|
|
78
89
|
import { GetBlueprintCommandInput, GetBlueprintCommandOutput } from "../commands/GetBlueprintCommand";
|
|
79
90
|
import { GetBlueprintRunCommandInput, GetBlueprintRunCommandOutput } from "../commands/GetBlueprintRunCommand";
|
|
80
91
|
import { GetBlueprintRunsCommandInput, GetBlueprintRunsCommandOutput } from "../commands/GetBlueprintRunsCommand";
|
|
92
|
+
import { GetCatalogCommandInput, GetCatalogCommandOutput } from "../commands/GetCatalogCommand";
|
|
81
93
|
import { GetCatalogImportStatusCommandInput, GetCatalogImportStatusCommandOutput } from "../commands/GetCatalogImportStatusCommand";
|
|
94
|
+
import { GetCatalogsCommandInput, GetCatalogsCommandOutput } from "../commands/GetCatalogsCommand";
|
|
82
95
|
import { GetClassifierCommandInput, GetClassifierCommandOutput } from "../commands/GetClassifierCommand";
|
|
83
96
|
import { GetClassifiersCommandInput, GetClassifiersCommandOutput } from "../commands/GetClassifiersCommand";
|
|
84
97
|
import { GetColumnStatisticsForPartitionCommandInput, GetColumnStatisticsForPartitionCommandOutput } from "../commands/GetColumnStatisticsForPartitionCommand";
|
|
@@ -104,6 +117,9 @@ import { GetDataQualityRulesetCommandInput, GetDataQualityRulesetCommandOutput }
|
|
|
104
117
|
import { GetDataQualityRulesetEvaluationRunCommandInput, GetDataQualityRulesetEvaluationRunCommandOutput } from "../commands/GetDataQualityRulesetEvaluationRunCommand";
|
|
105
118
|
import { GetDevEndpointCommandInput, GetDevEndpointCommandOutput } from "../commands/GetDevEndpointCommand";
|
|
106
119
|
import { GetDevEndpointsCommandInput, GetDevEndpointsCommandOutput } from "../commands/GetDevEndpointsCommand";
|
|
120
|
+
import { GetEntityRecordsCommandInput, GetEntityRecordsCommandOutput } from "../commands/GetEntityRecordsCommand";
|
|
121
|
+
import { GetIntegrationResourcePropertyCommandInput, GetIntegrationResourcePropertyCommandOutput } from "../commands/GetIntegrationResourcePropertyCommand";
|
|
122
|
+
import { GetIntegrationTablePropertiesCommandInput, GetIntegrationTablePropertiesCommandOutput } from "../commands/GetIntegrationTablePropertiesCommand";
|
|
107
123
|
import { GetJobBookmarkCommandInput, GetJobBookmarkCommandOutput } from "../commands/GetJobBookmarkCommand";
|
|
108
124
|
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
109
125
|
import { GetJobRunCommandInput, GetJobRunCommandOutput } from "../commands/GetJobRunCommand";
|
|
@@ -150,6 +166,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../co
|
|
|
150
166
|
import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "../commands/ImportCatalogToGlueCommand";
|
|
151
167
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
|
|
152
168
|
import { ListColumnStatisticsTaskRunsCommandInput, ListColumnStatisticsTaskRunsCommandOutput } from "../commands/ListColumnStatisticsTaskRunsCommand";
|
|
169
|
+
import { ListConnectionTypesCommandInput, ListConnectionTypesCommandOutput } from "../commands/ListConnectionTypesCommand";
|
|
153
170
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
|
|
154
171
|
import { ListCrawlsCommandInput, ListCrawlsCommandOutput } from "../commands/ListCrawlsCommand";
|
|
155
172
|
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
|
|
@@ -160,6 +177,7 @@ import { ListDataQualityRulesetsCommandInput, ListDataQualityRulesetsCommandOutp
|
|
|
160
177
|
import { ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput } from "../commands/ListDataQualityStatisticAnnotationsCommand";
|
|
161
178
|
import { ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput } from "../commands/ListDataQualityStatisticsCommand";
|
|
162
179
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
|
|
180
|
+
import { ListEntitiesCommandInput, ListEntitiesCommandOutput } from "../commands/ListEntitiesCommand";
|
|
163
181
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
164
182
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
|
|
165
183
|
import { ListRegistriesCommandInput, ListRegistriesCommandOutput } from "../commands/ListRegistriesCommand";
|
|
@@ -171,6 +189,7 @@ import { ListTableOptimizerRunsCommandInput, ListTableOptimizerRunsCommandOutput
|
|
|
171
189
|
import { ListTriggersCommandInput, ListTriggersCommandOutput } from "../commands/ListTriggersCommand";
|
|
172
190
|
import { ListUsageProfilesCommandInput, ListUsageProfilesCommandOutput } from "../commands/ListUsageProfilesCommand";
|
|
173
191
|
import { ListWorkflowsCommandInput, ListWorkflowsCommandOutput } from "../commands/ListWorkflowsCommand";
|
|
192
|
+
import { ModifyIntegrationCommandInput, ModifyIntegrationCommandOutput } from "../commands/ModifyIntegrationCommand";
|
|
174
193
|
import { PutDataCatalogEncryptionSettingsCommandInput, PutDataCatalogEncryptionSettingsCommandOutput } from "../commands/PutDataCatalogEncryptionSettingsCommand";
|
|
175
194
|
import { PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput } from "../commands/PutDataQualityProfileAnnotationCommand";
|
|
176
195
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
@@ -208,6 +227,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
208
227
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
|
|
209
228
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
210
229
|
import { UpdateBlueprintCommandInput, UpdateBlueprintCommandOutput } from "../commands/UpdateBlueprintCommand";
|
|
230
|
+
import { UpdateCatalogCommandInput, UpdateCatalogCommandOutput } from "../commands/UpdateCatalogCommand";
|
|
211
231
|
import { UpdateClassifierCommandInput, UpdateClassifierCommandOutput } from "../commands/UpdateClassifierCommand";
|
|
212
232
|
import { UpdateColumnStatisticsForPartitionCommandInput, UpdateColumnStatisticsForPartitionCommandOutput } from "../commands/UpdateColumnStatisticsForPartitionCommand";
|
|
213
233
|
import { UpdateColumnStatisticsForTableCommandInput, UpdateColumnStatisticsForTableCommandOutput } from "../commands/UpdateColumnStatisticsForTableCommand";
|
|
@@ -218,6 +238,8 @@ import { UpdateCrawlerScheduleCommandInput, UpdateCrawlerScheduleCommandOutput }
|
|
|
218
238
|
import { UpdateDatabaseCommandInput, UpdateDatabaseCommandOutput } from "../commands/UpdateDatabaseCommand";
|
|
219
239
|
import { UpdateDataQualityRulesetCommandInput, UpdateDataQualityRulesetCommandOutput } from "../commands/UpdateDataQualityRulesetCommand";
|
|
220
240
|
import { UpdateDevEndpointCommandInput, UpdateDevEndpointCommandOutput } from "../commands/UpdateDevEndpointCommand";
|
|
241
|
+
import { UpdateIntegrationResourcePropertyCommandInput, UpdateIntegrationResourcePropertyCommandOutput } from "../commands/UpdateIntegrationResourcePropertyCommand";
|
|
242
|
+
import { UpdateIntegrationTablePropertiesCommandInput, UpdateIntegrationTablePropertiesCommandOutput } from "../commands/UpdateIntegrationTablePropertiesCommand";
|
|
221
243
|
import { UpdateJobCommandInput, UpdateJobCommandOutput } from "../commands/UpdateJobCommand";
|
|
222
244
|
import { UpdateJobFromSourceControlCommandInput, UpdateJobFromSourceControlCommandOutput } from "../commands/UpdateJobFromSourceControlCommand";
|
|
223
245
|
import { UpdateMLTransformCommandInput, UpdateMLTransformCommandOutput } from "../commands/UpdateMLTransformCommand";
|
|
@@ -327,6 +349,10 @@ export declare const se_CheckSchemaVersionValidityCommand: (input: CheckSchemaVe
|
|
|
327
349
|
* serializeAws_json1_1CreateBlueprintCommand
|
|
328
350
|
*/
|
|
329
351
|
export declare const se_CreateBlueprintCommand: (input: CreateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
352
|
+
/**
|
|
353
|
+
* serializeAws_json1_1CreateCatalogCommand
|
|
354
|
+
*/
|
|
355
|
+
export declare const se_CreateCatalogCommand: (input: CreateCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
330
356
|
/**
|
|
331
357
|
* serializeAws_json1_1CreateClassifierCommand
|
|
332
358
|
*/
|
|
@@ -359,6 +385,18 @@ export declare const se_CreateDataQualityRulesetCommand: (input: CreateDataQuali
|
|
|
359
385
|
* serializeAws_json1_1CreateDevEndpointCommand
|
|
360
386
|
*/
|
|
361
387
|
export declare const se_CreateDevEndpointCommand: (input: CreateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
|
+
/**
|
|
389
|
+
* serializeAws_json1_1CreateIntegrationCommand
|
|
390
|
+
*/
|
|
391
|
+
export declare const se_CreateIntegrationCommand: (input: CreateIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
+
/**
|
|
393
|
+
* serializeAws_json1_1CreateIntegrationResourcePropertyCommand
|
|
394
|
+
*/
|
|
395
|
+
export declare const se_CreateIntegrationResourcePropertyCommand: (input: CreateIntegrationResourcePropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
396
|
+
/**
|
|
397
|
+
* serializeAws_json1_1CreateIntegrationTablePropertiesCommand
|
|
398
|
+
*/
|
|
399
|
+
export declare const se_CreateIntegrationTablePropertiesCommand: (input: CreateIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
362
400
|
/**
|
|
363
401
|
* serializeAws_json1_1CreateJobCommand
|
|
364
402
|
*/
|
|
@@ -423,6 +461,10 @@ export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInpu
|
|
|
423
461
|
* serializeAws_json1_1DeleteBlueprintCommand
|
|
424
462
|
*/
|
|
425
463
|
export declare const se_DeleteBlueprintCommand: (input: DeleteBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
464
|
+
/**
|
|
465
|
+
* serializeAws_json1_1DeleteCatalogCommand
|
|
466
|
+
*/
|
|
467
|
+
export declare const se_DeleteCatalogCommand: (input: DeleteCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
426
468
|
/**
|
|
427
469
|
* serializeAws_json1_1DeleteClassifierCommand
|
|
428
470
|
*/
|
|
@@ -463,6 +505,14 @@ export declare const se_DeleteDataQualityRulesetCommand: (input: DeleteDataQuali
|
|
|
463
505
|
* serializeAws_json1_1DeleteDevEndpointCommand
|
|
464
506
|
*/
|
|
465
507
|
export declare const se_DeleteDevEndpointCommand: (input: DeleteDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
508
|
+
/**
|
|
509
|
+
* serializeAws_json1_1DeleteIntegrationCommand
|
|
510
|
+
*/
|
|
511
|
+
export declare const se_DeleteIntegrationCommand: (input: DeleteIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
512
|
+
/**
|
|
513
|
+
* serializeAws_json1_1DeleteIntegrationTablePropertiesCommand
|
|
514
|
+
*/
|
|
515
|
+
export declare const se_DeleteIntegrationTablePropertiesCommand: (input: DeleteIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
466
516
|
/**
|
|
467
517
|
* serializeAws_json1_1DeleteJobCommand
|
|
468
518
|
*/
|
|
@@ -531,6 +581,22 @@ export declare const se_DeleteUserDefinedFunctionCommand: (input: DeleteUserDefi
|
|
|
531
581
|
* serializeAws_json1_1DeleteWorkflowCommand
|
|
532
582
|
*/
|
|
533
583
|
export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
584
|
+
/**
|
|
585
|
+
* serializeAws_json1_1DescribeConnectionTypeCommand
|
|
586
|
+
*/
|
|
587
|
+
export declare const se_DescribeConnectionTypeCommand: (input: DescribeConnectionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
588
|
+
/**
|
|
589
|
+
* serializeAws_json1_1DescribeEntityCommand
|
|
590
|
+
*/
|
|
591
|
+
export declare const se_DescribeEntityCommand: (input: DescribeEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
592
|
+
/**
|
|
593
|
+
* serializeAws_json1_1DescribeInboundIntegrationsCommand
|
|
594
|
+
*/
|
|
595
|
+
export declare const se_DescribeInboundIntegrationsCommand: (input: DescribeInboundIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
596
|
+
/**
|
|
597
|
+
* serializeAws_json1_1DescribeIntegrationsCommand
|
|
598
|
+
*/
|
|
599
|
+
export declare const se_DescribeIntegrationsCommand: (input: DescribeIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
534
600
|
/**
|
|
535
601
|
* serializeAws_json1_1GetBlueprintCommand
|
|
536
602
|
*/
|
|
@@ -543,10 +609,18 @@ export declare const se_GetBlueprintRunCommand: (input: GetBlueprintRunCommandIn
|
|
|
543
609
|
* serializeAws_json1_1GetBlueprintRunsCommand
|
|
544
610
|
*/
|
|
545
611
|
export declare const se_GetBlueprintRunsCommand: (input: GetBlueprintRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
612
|
+
/**
|
|
613
|
+
* serializeAws_json1_1GetCatalogCommand
|
|
614
|
+
*/
|
|
615
|
+
export declare const se_GetCatalogCommand: (input: GetCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
546
616
|
/**
|
|
547
617
|
* serializeAws_json1_1GetCatalogImportStatusCommand
|
|
548
618
|
*/
|
|
549
619
|
export declare const se_GetCatalogImportStatusCommand: (input: GetCatalogImportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
620
|
+
/**
|
|
621
|
+
* serializeAws_json1_1GetCatalogsCommand
|
|
622
|
+
*/
|
|
623
|
+
export declare const se_GetCatalogsCommand: (input: GetCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
550
624
|
/**
|
|
551
625
|
* serializeAws_json1_1GetClassifierCommand
|
|
552
626
|
*/
|
|
@@ -647,6 +721,18 @@ export declare const se_GetDevEndpointCommand: (input: GetDevEndpointCommandInpu
|
|
|
647
721
|
* serializeAws_json1_1GetDevEndpointsCommand
|
|
648
722
|
*/
|
|
649
723
|
export declare const se_GetDevEndpointsCommand: (input: GetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
724
|
+
/**
|
|
725
|
+
* serializeAws_json1_1GetEntityRecordsCommand
|
|
726
|
+
*/
|
|
727
|
+
export declare const se_GetEntityRecordsCommand: (input: GetEntityRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
728
|
+
/**
|
|
729
|
+
* serializeAws_json1_1GetIntegrationResourcePropertyCommand
|
|
730
|
+
*/
|
|
731
|
+
export declare const se_GetIntegrationResourcePropertyCommand: (input: GetIntegrationResourcePropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
732
|
+
/**
|
|
733
|
+
* serializeAws_json1_1GetIntegrationTablePropertiesCommand
|
|
734
|
+
*/
|
|
735
|
+
export declare const se_GetIntegrationTablePropertiesCommand: (input: GetIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
650
736
|
/**
|
|
651
737
|
* serializeAws_json1_1GetJobCommand
|
|
652
738
|
*/
|
|
@@ -831,6 +917,10 @@ export declare const se_ListBlueprintsCommand: (input: ListBlueprintsCommandInpu
|
|
|
831
917
|
* serializeAws_json1_1ListColumnStatisticsTaskRunsCommand
|
|
832
918
|
*/
|
|
833
919
|
export declare const se_ListColumnStatisticsTaskRunsCommand: (input: ListColumnStatisticsTaskRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
920
|
+
/**
|
|
921
|
+
* serializeAws_json1_1ListConnectionTypesCommand
|
|
922
|
+
*/
|
|
923
|
+
export declare const se_ListConnectionTypesCommand: (input: ListConnectionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
834
924
|
/**
|
|
835
925
|
* serializeAws_json1_1ListCrawlersCommand
|
|
836
926
|
*/
|
|
@@ -871,6 +961,10 @@ export declare const se_ListDataQualityStatisticsCommand: (input: ListDataQualit
|
|
|
871
961
|
* serializeAws_json1_1ListDevEndpointsCommand
|
|
872
962
|
*/
|
|
873
963
|
export declare const se_ListDevEndpointsCommand: (input: ListDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
964
|
+
/**
|
|
965
|
+
* serializeAws_json1_1ListEntitiesCommand
|
|
966
|
+
*/
|
|
967
|
+
export declare const se_ListEntitiesCommand: (input: ListEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
874
968
|
/**
|
|
875
969
|
* serializeAws_json1_1ListJobsCommand
|
|
876
970
|
*/
|
|
@@ -915,6 +1009,10 @@ export declare const se_ListUsageProfilesCommand: (input: ListUsageProfilesComma
|
|
|
915
1009
|
* serializeAws_json1_1ListWorkflowsCommand
|
|
916
1010
|
*/
|
|
917
1011
|
export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1012
|
+
/**
|
|
1013
|
+
* serializeAws_json1_1ModifyIntegrationCommand
|
|
1014
|
+
*/
|
|
1015
|
+
export declare const se_ModifyIntegrationCommand: (input: ModifyIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
918
1016
|
/**
|
|
919
1017
|
* serializeAws_json1_1PutDataCatalogEncryptionSettingsCommand
|
|
920
1018
|
*/
|
|
@@ -1063,6 +1161,10 @@ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput,
|
|
|
1063
1161
|
* serializeAws_json1_1UpdateBlueprintCommand
|
|
1064
1162
|
*/
|
|
1065
1163
|
export declare const se_UpdateBlueprintCommand: (input: UpdateBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1164
|
+
/**
|
|
1165
|
+
* serializeAws_json1_1UpdateCatalogCommand
|
|
1166
|
+
*/
|
|
1167
|
+
export declare const se_UpdateCatalogCommand: (input: UpdateCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1066
1168
|
/**
|
|
1067
1169
|
* serializeAws_json1_1UpdateClassifierCommand
|
|
1068
1170
|
*/
|
|
@@ -1103,6 +1205,14 @@ export declare const se_UpdateDataQualityRulesetCommand: (input: UpdateDataQuali
|
|
|
1103
1205
|
* serializeAws_json1_1UpdateDevEndpointCommand
|
|
1104
1206
|
*/
|
|
1105
1207
|
export declare const se_UpdateDevEndpointCommand: (input: UpdateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1208
|
+
/**
|
|
1209
|
+
* serializeAws_json1_1UpdateIntegrationResourcePropertyCommand
|
|
1210
|
+
*/
|
|
1211
|
+
export declare const se_UpdateIntegrationResourcePropertyCommand: (input: UpdateIntegrationResourcePropertyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1212
|
+
/**
|
|
1213
|
+
* serializeAws_json1_1UpdateIntegrationTablePropertiesCommand
|
|
1214
|
+
*/
|
|
1215
|
+
export declare const se_UpdateIntegrationTablePropertiesCommand: (input: UpdateIntegrationTablePropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1106
1216
|
/**
|
|
1107
1217
|
* serializeAws_json1_1UpdateJobCommand
|
|
1108
1218
|
*/
|
|
@@ -1251,6 +1361,10 @@ export declare const de_CheckSchemaVersionValidityCommand: (output: __HttpRespon
|
|
|
1251
1361
|
* deserializeAws_json1_1CreateBlueprintCommand
|
|
1252
1362
|
*/
|
|
1253
1363
|
export declare const de_CreateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBlueprintCommandOutput>;
|
|
1364
|
+
/**
|
|
1365
|
+
* deserializeAws_json1_1CreateCatalogCommand
|
|
1366
|
+
*/
|
|
1367
|
+
export declare const de_CreateCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCatalogCommandOutput>;
|
|
1254
1368
|
/**
|
|
1255
1369
|
* deserializeAws_json1_1CreateClassifierCommand
|
|
1256
1370
|
*/
|
|
@@ -1283,6 +1397,18 @@ export declare const de_CreateDataQualityRulesetCommand: (output: __HttpResponse
|
|
|
1283
1397
|
* deserializeAws_json1_1CreateDevEndpointCommand
|
|
1284
1398
|
*/
|
|
1285
1399
|
export declare const de_CreateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEndpointCommandOutput>;
|
|
1400
|
+
/**
|
|
1401
|
+
* deserializeAws_json1_1CreateIntegrationCommand
|
|
1402
|
+
*/
|
|
1403
|
+
export declare const de_CreateIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationCommandOutput>;
|
|
1404
|
+
/**
|
|
1405
|
+
* deserializeAws_json1_1CreateIntegrationResourcePropertyCommand
|
|
1406
|
+
*/
|
|
1407
|
+
export declare const de_CreateIntegrationResourcePropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationResourcePropertyCommandOutput>;
|
|
1408
|
+
/**
|
|
1409
|
+
* deserializeAws_json1_1CreateIntegrationTablePropertiesCommand
|
|
1410
|
+
*/
|
|
1411
|
+
export declare const de_CreateIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntegrationTablePropertiesCommandOutput>;
|
|
1286
1412
|
/**
|
|
1287
1413
|
* deserializeAws_json1_1CreateJobCommand
|
|
1288
1414
|
*/
|
|
@@ -1347,6 +1473,10 @@ export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context:
|
|
|
1347
1473
|
* deserializeAws_json1_1DeleteBlueprintCommand
|
|
1348
1474
|
*/
|
|
1349
1475
|
export declare const de_DeleteBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBlueprintCommandOutput>;
|
|
1476
|
+
/**
|
|
1477
|
+
* deserializeAws_json1_1DeleteCatalogCommand
|
|
1478
|
+
*/
|
|
1479
|
+
export declare const de_DeleteCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCatalogCommandOutput>;
|
|
1350
1480
|
/**
|
|
1351
1481
|
* deserializeAws_json1_1DeleteClassifierCommand
|
|
1352
1482
|
*/
|
|
@@ -1387,6 +1517,14 @@ export declare const de_DeleteDataQualityRulesetCommand: (output: __HttpResponse
|
|
|
1387
1517
|
* deserializeAws_json1_1DeleteDevEndpointCommand
|
|
1388
1518
|
*/
|
|
1389
1519
|
export declare const de_DeleteDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEndpointCommandOutput>;
|
|
1520
|
+
/**
|
|
1521
|
+
* deserializeAws_json1_1DeleteIntegrationCommand
|
|
1522
|
+
*/
|
|
1523
|
+
export declare const de_DeleteIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationCommandOutput>;
|
|
1524
|
+
/**
|
|
1525
|
+
* deserializeAws_json1_1DeleteIntegrationTablePropertiesCommand
|
|
1526
|
+
*/
|
|
1527
|
+
export declare const de_DeleteIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntegrationTablePropertiesCommandOutput>;
|
|
1390
1528
|
/**
|
|
1391
1529
|
* deserializeAws_json1_1DeleteJobCommand
|
|
1392
1530
|
*/
|
|
@@ -1455,6 +1593,22 @@ export declare const de_DeleteUserDefinedFunctionCommand: (output: __HttpRespons
|
|
|
1455
1593
|
* deserializeAws_json1_1DeleteWorkflowCommand
|
|
1456
1594
|
*/
|
|
1457
1595
|
export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
|
|
1596
|
+
/**
|
|
1597
|
+
* deserializeAws_json1_1DescribeConnectionTypeCommand
|
|
1598
|
+
*/
|
|
1599
|
+
export declare const de_DescribeConnectionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectionTypeCommandOutput>;
|
|
1600
|
+
/**
|
|
1601
|
+
* deserializeAws_json1_1DescribeEntityCommand
|
|
1602
|
+
*/
|
|
1603
|
+
export declare const de_DescribeEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEntityCommandOutput>;
|
|
1604
|
+
/**
|
|
1605
|
+
* deserializeAws_json1_1DescribeInboundIntegrationsCommand
|
|
1606
|
+
*/
|
|
1607
|
+
export declare const de_DescribeInboundIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInboundIntegrationsCommandOutput>;
|
|
1608
|
+
/**
|
|
1609
|
+
* deserializeAws_json1_1DescribeIntegrationsCommand
|
|
1610
|
+
*/
|
|
1611
|
+
export declare const de_DescribeIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntegrationsCommandOutput>;
|
|
1458
1612
|
/**
|
|
1459
1613
|
* deserializeAws_json1_1GetBlueprintCommand
|
|
1460
1614
|
*/
|
|
@@ -1467,10 +1621,18 @@ export declare const de_GetBlueprintRunCommand: (output: __HttpResponse, context
|
|
|
1467
1621
|
* deserializeAws_json1_1GetBlueprintRunsCommand
|
|
1468
1622
|
*/
|
|
1469
1623
|
export declare const de_GetBlueprintRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBlueprintRunsCommandOutput>;
|
|
1624
|
+
/**
|
|
1625
|
+
* deserializeAws_json1_1GetCatalogCommand
|
|
1626
|
+
*/
|
|
1627
|
+
export declare const de_GetCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogCommandOutput>;
|
|
1470
1628
|
/**
|
|
1471
1629
|
* deserializeAws_json1_1GetCatalogImportStatusCommand
|
|
1472
1630
|
*/
|
|
1473
1631
|
export declare const de_GetCatalogImportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogImportStatusCommandOutput>;
|
|
1632
|
+
/**
|
|
1633
|
+
* deserializeAws_json1_1GetCatalogsCommand
|
|
1634
|
+
*/
|
|
1635
|
+
export declare const de_GetCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCatalogsCommandOutput>;
|
|
1474
1636
|
/**
|
|
1475
1637
|
* deserializeAws_json1_1GetClassifierCommand
|
|
1476
1638
|
*/
|
|
@@ -1571,6 +1733,18 @@ export declare const de_GetDevEndpointCommand: (output: __HttpResponse, context:
|
|
|
1571
1733
|
* deserializeAws_json1_1GetDevEndpointsCommand
|
|
1572
1734
|
*/
|
|
1573
1735
|
export declare const de_GetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevEndpointsCommandOutput>;
|
|
1736
|
+
/**
|
|
1737
|
+
* deserializeAws_json1_1GetEntityRecordsCommand
|
|
1738
|
+
*/
|
|
1739
|
+
export declare const de_GetEntityRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEntityRecordsCommandOutput>;
|
|
1740
|
+
/**
|
|
1741
|
+
* deserializeAws_json1_1GetIntegrationResourcePropertyCommand
|
|
1742
|
+
*/
|
|
1743
|
+
export declare const de_GetIntegrationResourcePropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationResourcePropertyCommandOutput>;
|
|
1744
|
+
/**
|
|
1745
|
+
* deserializeAws_json1_1GetIntegrationTablePropertiesCommand
|
|
1746
|
+
*/
|
|
1747
|
+
export declare const de_GetIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetIntegrationTablePropertiesCommandOutput>;
|
|
1574
1748
|
/**
|
|
1575
1749
|
* deserializeAws_json1_1GetJobCommand
|
|
1576
1750
|
*/
|
|
@@ -1755,6 +1929,10 @@ export declare const de_ListBlueprintsCommand: (output: __HttpResponse, context:
|
|
|
1755
1929
|
* deserializeAws_json1_1ListColumnStatisticsTaskRunsCommand
|
|
1756
1930
|
*/
|
|
1757
1931
|
export declare const de_ListColumnStatisticsTaskRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListColumnStatisticsTaskRunsCommandOutput>;
|
|
1932
|
+
/**
|
|
1933
|
+
* deserializeAws_json1_1ListConnectionTypesCommand
|
|
1934
|
+
*/
|
|
1935
|
+
export declare const de_ListConnectionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionTypesCommandOutput>;
|
|
1758
1936
|
/**
|
|
1759
1937
|
* deserializeAws_json1_1ListCrawlersCommand
|
|
1760
1938
|
*/
|
|
@@ -1795,6 +1973,10 @@ export declare const de_ListDataQualityStatisticsCommand: (output: __HttpRespons
|
|
|
1795
1973
|
* deserializeAws_json1_1ListDevEndpointsCommand
|
|
1796
1974
|
*/
|
|
1797
1975
|
export declare const de_ListDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEndpointsCommandOutput>;
|
|
1976
|
+
/**
|
|
1977
|
+
* deserializeAws_json1_1ListEntitiesCommand
|
|
1978
|
+
*/
|
|
1979
|
+
export declare const de_ListEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEntitiesCommandOutput>;
|
|
1798
1980
|
/**
|
|
1799
1981
|
* deserializeAws_json1_1ListJobsCommand
|
|
1800
1982
|
*/
|
|
@@ -1839,6 +2021,10 @@ export declare const de_ListUsageProfilesCommand: (output: __HttpResponse, conte
|
|
|
1839
2021
|
* deserializeAws_json1_1ListWorkflowsCommand
|
|
1840
2022
|
*/
|
|
1841
2023
|
export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
2024
|
+
/**
|
|
2025
|
+
* deserializeAws_json1_1ModifyIntegrationCommand
|
|
2026
|
+
*/
|
|
2027
|
+
export declare const de_ModifyIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyIntegrationCommandOutput>;
|
|
1842
2028
|
/**
|
|
1843
2029
|
* deserializeAws_json1_1PutDataCatalogEncryptionSettingsCommand
|
|
1844
2030
|
*/
|
|
@@ -1987,6 +2173,10 @@ export declare const de_UntagResourceCommand: (output: __HttpResponse, context:
|
|
|
1987
2173
|
* deserializeAws_json1_1UpdateBlueprintCommand
|
|
1988
2174
|
*/
|
|
1989
2175
|
export declare const de_UpdateBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBlueprintCommandOutput>;
|
|
2176
|
+
/**
|
|
2177
|
+
* deserializeAws_json1_1UpdateCatalogCommand
|
|
2178
|
+
*/
|
|
2179
|
+
export declare const de_UpdateCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCatalogCommandOutput>;
|
|
1990
2180
|
/**
|
|
1991
2181
|
* deserializeAws_json1_1UpdateClassifierCommand
|
|
1992
2182
|
*/
|
|
@@ -2027,6 +2217,14 @@ export declare const de_UpdateDataQualityRulesetCommand: (output: __HttpResponse
|
|
|
2027
2217
|
* deserializeAws_json1_1UpdateDevEndpointCommand
|
|
2028
2218
|
*/
|
|
2029
2219
|
export declare const de_UpdateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevEndpointCommandOutput>;
|
|
2220
|
+
/**
|
|
2221
|
+
* deserializeAws_json1_1UpdateIntegrationResourcePropertyCommand
|
|
2222
|
+
*/
|
|
2223
|
+
export declare const de_UpdateIntegrationResourcePropertyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationResourcePropertyCommandOutput>;
|
|
2224
|
+
/**
|
|
2225
|
+
* deserializeAws_json1_1UpdateIntegrationTablePropertiesCommand
|
|
2226
|
+
*/
|
|
2227
|
+
export declare const de_UpdateIntegrationTablePropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntegrationTablePropertiesCommandOutput>;
|
|
2030
2228
|
/**
|
|
2031
2229
|
* deserializeAws_json1_1UpdateJobCommand
|
|
2032
2230
|
*/
|