@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
package/dist-es/Glue.js
CHANGED
|
@@ -23,6 +23,7 @@ import { CancelMLTaskRunCommand, } from "./commands/CancelMLTaskRunCommand";
|
|
|
23
23
|
import { CancelStatementCommand, } from "./commands/CancelStatementCommand";
|
|
24
24
|
import { CheckSchemaVersionValidityCommand, } from "./commands/CheckSchemaVersionValidityCommand";
|
|
25
25
|
import { CreateBlueprintCommand, } from "./commands/CreateBlueprintCommand";
|
|
26
|
+
import { CreateCatalogCommand, } from "./commands/CreateCatalogCommand";
|
|
26
27
|
import { CreateClassifierCommand, } from "./commands/CreateClassifierCommand";
|
|
27
28
|
import { CreateColumnStatisticsTaskSettingsCommand, } from "./commands/CreateColumnStatisticsTaskSettingsCommand";
|
|
28
29
|
import { CreateConnectionCommand, } from "./commands/CreateConnectionCommand";
|
|
@@ -31,6 +32,9 @@ import { CreateCustomEntityTypeCommand, } from "./commands/CreateCustomEntityTyp
|
|
|
31
32
|
import { CreateDatabaseCommand, } from "./commands/CreateDatabaseCommand";
|
|
32
33
|
import { CreateDataQualityRulesetCommand, } from "./commands/CreateDataQualityRulesetCommand";
|
|
33
34
|
import { CreateDevEndpointCommand, } from "./commands/CreateDevEndpointCommand";
|
|
35
|
+
import { CreateIntegrationCommand, } from "./commands/CreateIntegrationCommand";
|
|
36
|
+
import { CreateIntegrationResourcePropertyCommand, } from "./commands/CreateIntegrationResourcePropertyCommand";
|
|
37
|
+
import { CreateIntegrationTablePropertiesCommand, } from "./commands/CreateIntegrationTablePropertiesCommand";
|
|
34
38
|
import { CreateJobCommand } from "./commands/CreateJobCommand";
|
|
35
39
|
import { CreateMLTransformCommand, } from "./commands/CreateMLTransformCommand";
|
|
36
40
|
import { CreatePartitionCommand, } from "./commands/CreatePartitionCommand";
|
|
@@ -47,6 +51,7 @@ import { CreateUsageProfileCommand, } from "./commands/CreateUsageProfileCommand
|
|
|
47
51
|
import { CreateUserDefinedFunctionCommand, } from "./commands/CreateUserDefinedFunctionCommand";
|
|
48
52
|
import { CreateWorkflowCommand, } from "./commands/CreateWorkflowCommand";
|
|
49
53
|
import { DeleteBlueprintCommand, } from "./commands/DeleteBlueprintCommand";
|
|
54
|
+
import { DeleteCatalogCommand, } from "./commands/DeleteCatalogCommand";
|
|
50
55
|
import { DeleteClassifierCommand, } from "./commands/DeleteClassifierCommand";
|
|
51
56
|
import { DeleteColumnStatisticsForPartitionCommand, } from "./commands/DeleteColumnStatisticsForPartitionCommand";
|
|
52
57
|
import { DeleteColumnStatisticsForTableCommand, } from "./commands/DeleteColumnStatisticsForTableCommand";
|
|
@@ -57,6 +62,8 @@ import { DeleteCustomEntityTypeCommand, } from "./commands/DeleteCustomEntityTyp
|
|
|
57
62
|
import { DeleteDatabaseCommand, } from "./commands/DeleteDatabaseCommand";
|
|
58
63
|
import { DeleteDataQualityRulesetCommand, } from "./commands/DeleteDataQualityRulesetCommand";
|
|
59
64
|
import { DeleteDevEndpointCommand, } from "./commands/DeleteDevEndpointCommand";
|
|
65
|
+
import { DeleteIntegrationCommand, } from "./commands/DeleteIntegrationCommand";
|
|
66
|
+
import { DeleteIntegrationTablePropertiesCommand, } from "./commands/DeleteIntegrationTablePropertiesCommand";
|
|
60
67
|
import { DeleteJobCommand } from "./commands/DeleteJobCommand";
|
|
61
68
|
import { DeleteMLTransformCommand, } from "./commands/DeleteMLTransformCommand";
|
|
62
69
|
import { DeletePartitionCommand, } from "./commands/DeletePartitionCommand";
|
|
@@ -74,10 +81,16 @@ import { DeleteTriggerCommand, } from "./commands/DeleteTriggerCommand";
|
|
|
74
81
|
import { DeleteUsageProfileCommand, } from "./commands/DeleteUsageProfileCommand";
|
|
75
82
|
import { DeleteUserDefinedFunctionCommand, } from "./commands/DeleteUserDefinedFunctionCommand";
|
|
76
83
|
import { DeleteWorkflowCommand, } from "./commands/DeleteWorkflowCommand";
|
|
84
|
+
import { DescribeConnectionTypeCommand, } from "./commands/DescribeConnectionTypeCommand";
|
|
85
|
+
import { DescribeEntityCommand, } from "./commands/DescribeEntityCommand";
|
|
86
|
+
import { DescribeInboundIntegrationsCommand, } from "./commands/DescribeInboundIntegrationsCommand";
|
|
87
|
+
import { DescribeIntegrationsCommand, } from "./commands/DescribeIntegrationsCommand";
|
|
77
88
|
import { GetBlueprintCommand, } from "./commands/GetBlueprintCommand";
|
|
78
89
|
import { GetBlueprintRunCommand, } from "./commands/GetBlueprintRunCommand";
|
|
79
90
|
import { GetBlueprintRunsCommand, } from "./commands/GetBlueprintRunsCommand";
|
|
91
|
+
import { GetCatalogCommand } from "./commands/GetCatalogCommand";
|
|
80
92
|
import { GetCatalogImportStatusCommand, } from "./commands/GetCatalogImportStatusCommand";
|
|
93
|
+
import { GetCatalogsCommand } from "./commands/GetCatalogsCommand";
|
|
81
94
|
import { GetClassifierCommand, } from "./commands/GetClassifierCommand";
|
|
82
95
|
import { GetClassifiersCommand, } from "./commands/GetClassifiersCommand";
|
|
83
96
|
import { GetColumnStatisticsForPartitionCommand, } from "./commands/GetColumnStatisticsForPartitionCommand";
|
|
@@ -103,6 +116,9 @@ import { GetDataQualityRulesetCommand, } from "./commands/GetDataQualityRulesetC
|
|
|
103
116
|
import { GetDataQualityRulesetEvaluationRunCommand, } from "./commands/GetDataQualityRulesetEvaluationRunCommand";
|
|
104
117
|
import { GetDevEndpointCommand, } from "./commands/GetDevEndpointCommand";
|
|
105
118
|
import { GetDevEndpointsCommand, } from "./commands/GetDevEndpointsCommand";
|
|
119
|
+
import { GetEntityRecordsCommand, } from "./commands/GetEntityRecordsCommand";
|
|
120
|
+
import { GetIntegrationResourcePropertyCommand, } from "./commands/GetIntegrationResourcePropertyCommand";
|
|
121
|
+
import { GetIntegrationTablePropertiesCommand, } from "./commands/GetIntegrationTablePropertiesCommand";
|
|
106
122
|
import { GetJobBookmarkCommand, } from "./commands/GetJobBookmarkCommand";
|
|
107
123
|
import { GetJobCommand } from "./commands/GetJobCommand";
|
|
108
124
|
import { GetJobRunCommand } from "./commands/GetJobRunCommand";
|
|
@@ -149,6 +165,7 @@ import { GetWorkflowRunsCommand, } from "./commands/GetWorkflowRunsCommand";
|
|
|
149
165
|
import { ImportCatalogToGlueCommand, } from "./commands/ImportCatalogToGlueCommand";
|
|
150
166
|
import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
|
|
151
167
|
import { ListColumnStatisticsTaskRunsCommand, } from "./commands/ListColumnStatisticsTaskRunsCommand";
|
|
168
|
+
import { ListConnectionTypesCommand, } from "./commands/ListConnectionTypesCommand";
|
|
152
169
|
import { ListCrawlersCommand, } from "./commands/ListCrawlersCommand";
|
|
153
170
|
import { ListCrawlsCommand } from "./commands/ListCrawlsCommand";
|
|
154
171
|
import { ListCustomEntityTypesCommand, } from "./commands/ListCustomEntityTypesCommand";
|
|
@@ -159,6 +176,7 @@ import { ListDataQualityRulesetsCommand, } from "./commands/ListDataQualityRules
|
|
|
159
176
|
import { ListDataQualityStatisticAnnotationsCommand, } from "./commands/ListDataQualityStatisticAnnotationsCommand";
|
|
160
177
|
import { ListDataQualityStatisticsCommand, } from "./commands/ListDataQualityStatisticsCommand";
|
|
161
178
|
import { ListDevEndpointsCommand, } from "./commands/ListDevEndpointsCommand";
|
|
179
|
+
import { ListEntitiesCommand, } from "./commands/ListEntitiesCommand";
|
|
162
180
|
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
163
181
|
import { ListMLTransformsCommand, } from "./commands/ListMLTransformsCommand";
|
|
164
182
|
import { ListRegistriesCommand, } from "./commands/ListRegistriesCommand";
|
|
@@ -170,6 +188,7 @@ import { ListTableOptimizerRunsCommand, } from "./commands/ListTableOptimizerRun
|
|
|
170
188
|
import { ListTriggersCommand, } from "./commands/ListTriggersCommand";
|
|
171
189
|
import { ListUsageProfilesCommand, } from "./commands/ListUsageProfilesCommand";
|
|
172
190
|
import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand";
|
|
191
|
+
import { ModifyIntegrationCommand, } from "./commands/ModifyIntegrationCommand";
|
|
173
192
|
import { PutDataCatalogEncryptionSettingsCommand, } from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
174
193
|
import { PutDataQualityProfileAnnotationCommand, } from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
175
194
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
@@ -207,6 +226,7 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
|
207
226
|
import { TestConnectionCommand, } from "./commands/TestConnectionCommand";
|
|
208
227
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
209
228
|
import { UpdateBlueprintCommand, } from "./commands/UpdateBlueprintCommand";
|
|
229
|
+
import { UpdateCatalogCommand, } from "./commands/UpdateCatalogCommand";
|
|
210
230
|
import { UpdateClassifierCommand, } from "./commands/UpdateClassifierCommand";
|
|
211
231
|
import { UpdateColumnStatisticsForPartitionCommand, } from "./commands/UpdateColumnStatisticsForPartitionCommand";
|
|
212
232
|
import { UpdateColumnStatisticsForTableCommand, } from "./commands/UpdateColumnStatisticsForTableCommand";
|
|
@@ -217,6 +237,8 @@ import { UpdateCrawlerScheduleCommand, } from "./commands/UpdateCrawlerScheduleC
|
|
|
217
237
|
import { UpdateDatabaseCommand, } from "./commands/UpdateDatabaseCommand";
|
|
218
238
|
import { UpdateDataQualityRulesetCommand, } from "./commands/UpdateDataQualityRulesetCommand";
|
|
219
239
|
import { UpdateDevEndpointCommand, } from "./commands/UpdateDevEndpointCommand";
|
|
240
|
+
import { UpdateIntegrationResourcePropertyCommand, } from "./commands/UpdateIntegrationResourcePropertyCommand";
|
|
241
|
+
import { UpdateIntegrationTablePropertiesCommand, } from "./commands/UpdateIntegrationTablePropertiesCommand";
|
|
220
242
|
import { UpdateJobCommand } from "./commands/UpdateJobCommand";
|
|
221
243
|
import { UpdateJobFromSourceControlCommand, } from "./commands/UpdateJobFromSourceControlCommand";
|
|
222
244
|
import { UpdateMLTransformCommand, } from "./commands/UpdateMLTransformCommand";
|
|
@@ -256,6 +278,7 @@ const commands = {
|
|
|
256
278
|
CancelStatementCommand,
|
|
257
279
|
CheckSchemaVersionValidityCommand,
|
|
258
280
|
CreateBlueprintCommand,
|
|
281
|
+
CreateCatalogCommand,
|
|
259
282
|
CreateClassifierCommand,
|
|
260
283
|
CreateColumnStatisticsTaskSettingsCommand,
|
|
261
284
|
CreateConnectionCommand,
|
|
@@ -264,6 +287,9 @@ const commands = {
|
|
|
264
287
|
CreateDatabaseCommand,
|
|
265
288
|
CreateDataQualityRulesetCommand,
|
|
266
289
|
CreateDevEndpointCommand,
|
|
290
|
+
CreateIntegrationCommand,
|
|
291
|
+
CreateIntegrationResourcePropertyCommand,
|
|
292
|
+
CreateIntegrationTablePropertiesCommand,
|
|
267
293
|
CreateJobCommand,
|
|
268
294
|
CreateMLTransformCommand,
|
|
269
295
|
CreatePartitionCommand,
|
|
@@ -280,6 +306,7 @@ const commands = {
|
|
|
280
306
|
CreateUserDefinedFunctionCommand,
|
|
281
307
|
CreateWorkflowCommand,
|
|
282
308
|
DeleteBlueprintCommand,
|
|
309
|
+
DeleteCatalogCommand,
|
|
283
310
|
DeleteClassifierCommand,
|
|
284
311
|
DeleteColumnStatisticsForPartitionCommand,
|
|
285
312
|
DeleteColumnStatisticsForTableCommand,
|
|
@@ -290,6 +317,8 @@ const commands = {
|
|
|
290
317
|
DeleteDatabaseCommand,
|
|
291
318
|
DeleteDataQualityRulesetCommand,
|
|
292
319
|
DeleteDevEndpointCommand,
|
|
320
|
+
DeleteIntegrationCommand,
|
|
321
|
+
DeleteIntegrationTablePropertiesCommand,
|
|
293
322
|
DeleteJobCommand,
|
|
294
323
|
DeleteMLTransformCommand,
|
|
295
324
|
DeletePartitionCommand,
|
|
@@ -307,10 +336,16 @@ const commands = {
|
|
|
307
336
|
DeleteUsageProfileCommand,
|
|
308
337
|
DeleteUserDefinedFunctionCommand,
|
|
309
338
|
DeleteWorkflowCommand,
|
|
339
|
+
DescribeConnectionTypeCommand,
|
|
340
|
+
DescribeEntityCommand,
|
|
341
|
+
DescribeInboundIntegrationsCommand,
|
|
342
|
+
DescribeIntegrationsCommand,
|
|
310
343
|
GetBlueprintCommand,
|
|
311
344
|
GetBlueprintRunCommand,
|
|
312
345
|
GetBlueprintRunsCommand,
|
|
346
|
+
GetCatalogCommand,
|
|
313
347
|
GetCatalogImportStatusCommand,
|
|
348
|
+
GetCatalogsCommand,
|
|
314
349
|
GetClassifierCommand,
|
|
315
350
|
GetClassifiersCommand,
|
|
316
351
|
GetColumnStatisticsForPartitionCommand,
|
|
@@ -336,6 +371,9 @@ const commands = {
|
|
|
336
371
|
GetDataQualityRulesetEvaluationRunCommand,
|
|
337
372
|
GetDevEndpointCommand,
|
|
338
373
|
GetDevEndpointsCommand,
|
|
374
|
+
GetEntityRecordsCommand,
|
|
375
|
+
GetIntegrationResourcePropertyCommand,
|
|
376
|
+
GetIntegrationTablePropertiesCommand,
|
|
339
377
|
GetJobCommand,
|
|
340
378
|
GetJobBookmarkCommand,
|
|
341
379
|
GetJobRunCommand,
|
|
@@ -382,6 +420,7 @@ const commands = {
|
|
|
382
420
|
ImportCatalogToGlueCommand,
|
|
383
421
|
ListBlueprintsCommand,
|
|
384
422
|
ListColumnStatisticsTaskRunsCommand,
|
|
423
|
+
ListConnectionTypesCommand,
|
|
385
424
|
ListCrawlersCommand,
|
|
386
425
|
ListCrawlsCommand,
|
|
387
426
|
ListCustomEntityTypesCommand,
|
|
@@ -392,6 +431,7 @@ const commands = {
|
|
|
392
431
|
ListDataQualityStatisticAnnotationsCommand,
|
|
393
432
|
ListDataQualityStatisticsCommand,
|
|
394
433
|
ListDevEndpointsCommand,
|
|
434
|
+
ListEntitiesCommand,
|
|
395
435
|
ListJobsCommand,
|
|
396
436
|
ListMLTransformsCommand,
|
|
397
437
|
ListRegistriesCommand,
|
|
@@ -403,6 +443,7 @@ const commands = {
|
|
|
403
443
|
ListTriggersCommand,
|
|
404
444
|
ListUsageProfilesCommand,
|
|
405
445
|
ListWorkflowsCommand,
|
|
446
|
+
ModifyIntegrationCommand,
|
|
406
447
|
PutDataCatalogEncryptionSettingsCommand,
|
|
407
448
|
PutDataQualityProfileAnnotationCommand,
|
|
408
449
|
PutResourcePolicyCommand,
|
|
@@ -440,6 +481,7 @@ const commands = {
|
|
|
440
481
|
TestConnectionCommand,
|
|
441
482
|
UntagResourceCommand,
|
|
442
483
|
UpdateBlueprintCommand,
|
|
484
|
+
UpdateCatalogCommand,
|
|
443
485
|
UpdateClassifierCommand,
|
|
444
486
|
UpdateColumnStatisticsForPartitionCommand,
|
|
445
487
|
UpdateColumnStatisticsForTableCommand,
|
|
@@ -450,6 +492,8 @@ const commands = {
|
|
|
450
492
|
UpdateDatabaseCommand,
|
|
451
493
|
UpdateDataQualityRulesetCommand,
|
|
452
494
|
UpdateDevEndpointCommand,
|
|
495
|
+
UpdateIntegrationResourcePropertyCommand,
|
|
496
|
+
UpdateIntegrationTablePropertiesCommand,
|
|
453
497
|
UpdateJobCommand,
|
|
454
498
|
UpdateJobFromSourceControlCommand,
|
|
455
499
|
UpdateMLTransformCommand,
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateCatalogCommand, se_CreateCatalogCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateCatalogCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "CreateCatalog", {})
|
|
17
|
+
.n("GlueClient", "CreateCatalogCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateCatalogCommand)
|
|
20
|
+
.de(de_CreateCatalogCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIntegrationCommand, se_CreateIntegrationCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIntegrationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "CreateIntegration", {})
|
|
17
|
+
.n("GlueClient", "CreateIntegrationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateIntegrationCommand)
|
|
20
|
+
.de(de_CreateIntegrationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIntegrationResourcePropertyCommand, se_CreateIntegrationResourcePropertyCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIntegrationResourcePropertyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "CreateIntegrationResourceProperty", {})
|
|
17
|
+
.n("GlueClient", "CreateIntegrationResourcePropertyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateIntegrationResourcePropertyCommand)
|
|
20
|
+
.de(de_CreateIntegrationResourcePropertyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateIntegrationTablePropertiesCommand, se_CreateIntegrationTablePropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateIntegrationTablePropertiesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "CreateIntegrationTableProperties", {})
|
|
17
|
+
.n("GlueClient", "CreateIntegrationTablePropertiesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_CreateIntegrationTablePropertiesCommand)
|
|
20
|
+
.de(de_CreateIntegrationTablePropertiesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteCatalogCommand, se_DeleteCatalogCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCatalogCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DeleteCatalog", {})
|
|
17
|
+
.n("GlueClient", "DeleteCatalogCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteCatalogCommand)
|
|
20
|
+
.de(de_DeleteCatalogCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteIntegrationCommand, se_DeleteIntegrationCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteIntegrationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DeleteIntegration", {})
|
|
17
|
+
.n("GlueClient", "DeleteIntegrationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteIntegrationCommand)
|
|
20
|
+
.de(de_DeleteIntegrationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteIntegrationTablePropertiesCommand, se_DeleteIntegrationTablePropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteIntegrationTablePropertiesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DeleteIntegrationTableProperties", {})
|
|
17
|
+
.n("GlueClient", "DeleteIntegrationTablePropertiesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteIntegrationTablePropertiesCommand)
|
|
20
|
+
.de(de_DeleteIntegrationTablePropertiesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeConnectionTypeCommand, se_DescribeConnectionTypeCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeConnectionTypeCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DescribeConnectionType", {})
|
|
17
|
+
.n("GlueClient", "DescribeConnectionTypeCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeConnectionTypeCommand)
|
|
20
|
+
.de(de_DescribeConnectionTypeCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeEntityCommand, se_DescribeEntityCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeEntityCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DescribeEntity", {})
|
|
17
|
+
.n("GlueClient", "DescribeEntityCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeEntityCommand)
|
|
20
|
+
.de(de_DescribeEntityCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeInboundIntegrationsCommand, se_DescribeInboundIntegrationsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeInboundIntegrationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DescribeInboundIntegrations", {})
|
|
17
|
+
.n("GlueClient", "DescribeInboundIntegrationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeInboundIntegrationsCommand)
|
|
20
|
+
.de(de_DescribeInboundIntegrationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeIntegrationsCommand, se_DescribeIntegrationsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeIntegrationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "DescribeIntegrations", {})
|
|
17
|
+
.n("GlueClient", "DescribeIntegrationsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeIntegrationsCommand)
|
|
20
|
+
.de(de_DescribeIntegrationsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCatalogCommand, se_GetCatalogCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCatalogCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "GetCatalog", {})
|
|
17
|
+
.n("GlueClient", "GetCatalogCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCatalogCommand)
|
|
20
|
+
.de(de_GetCatalogCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCatalogsCommand, se_GetCatalogsCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCatalogsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "GetCatalogs", {})
|
|
17
|
+
.n("GlueClient", "GetCatalogsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetCatalogsCommand)
|
|
20
|
+
.de(de_GetCatalogsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetDataQualityResultResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { GetDataQualityResultResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_GetDataQualityResultCommand, se_GetDataQualityResultCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDataQualityResultCommand extends $Command
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetEntityRecordsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_GetEntityRecordsCommand, se_GetEntityRecordsCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GetEntityRecordsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("AWSGlue", "GetEntityRecords", {})
|
|
18
|
+
.n("GlueClient", "GetEntityRecordsCommand")
|
|
19
|
+
.f(void 0, GetEntityRecordsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_GetEntityRecordsCommand)
|
|
21
|
+
.de(de_GetEntityRecordsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIntegrationResourcePropertyCommand, se_GetIntegrationResourcePropertyCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIntegrationResourcePropertyCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "GetIntegrationResourceProperty", {})
|
|
17
|
+
.n("GlueClient", "GetIntegrationResourcePropertyCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetIntegrationResourcePropertyCommand)
|
|
20
|
+
.de(de_GetIntegrationResourcePropertyCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetIntegrationTablePropertiesCommand, se_GetIntegrationTablePropertiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetIntegrationTablePropertiesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "GetIntegrationTableProperties", {})
|
|
17
|
+
.n("GlueClient", "GetIntegrationTablePropertiesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_GetIntegrationTablePropertiesCommand)
|
|
20
|
+
.de(de_GetIntegrationTablePropertiesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListConnectionTypesCommand, se_ListConnectionTypesCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListConnectionTypesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "ListConnectionTypes", {})
|
|
17
|
+
.n("GlueClient", "ListConnectionTypesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListConnectionTypesCommand)
|
|
20
|
+
.de(de_ListConnectionTypesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListEntitiesCommand, se_ListEntitiesCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListEntitiesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("AWSGlue", "ListEntities", {})
|
|
17
|
+
.n("GlueClient", "ListEntitiesCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_ListEntitiesCommand)
|
|
20
|
+
.de(de_ListEntitiesCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|