@aws-sdk/client-glue 3.219.0 → 3.222.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/Glue.js +240 -0
- package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
- package/dist-cjs/commands/CreateSessionCommand.js +3 -3
- package/dist-cjs/commands/CreateTableCommand.js +3 -3
- package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
- package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
- package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
- package/dist-cjs/commands/ListJobsCommand.js +3 -3
- package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
- package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
- package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListSchemasCommand.js +3 -3
- package/dist-cjs/commands/ListSessionsCommand.js +3 -3
- package/dist-cjs/commands/ListStatementsCommand.js +3 -3
- package/dist-cjs/commands/ListTriggersCommand.js +3 -3
- package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
- package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
- package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
- package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
- package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
- package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
- package/dist-cjs/commands/index.js +16 -0
- package/dist-cjs/models/models_0.js +86 -91
- package/dist-cjs/models/models_1.js +133 -127
- package/dist-cjs/models/models_2.js +211 -3
- package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
- package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1492 -40
- package/dist-es/Glue.js +240 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
- package/dist-es/commands/CreateSessionCommand.js +1 -1
- package/dist-es/commands/CreateTableCommand.js +1 -1
- package/dist-es/commands/CreateTriggerCommand.js +1 -1
- package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
- package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
- package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
- package/dist-es/commands/ListJobsCommand.js +1 -1
- package/dist-es/commands/ListMLTransformsCommand.js +1 -1
- package/dist-es/commands/ListRegistriesCommand.js +1 -1
- package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
- package/dist-es/commands/ListSchemasCommand.js +1 -1
- package/dist-es/commands/ListSessionsCommand.js +1 -1
- package/dist-es/commands/ListStatementsCommand.js +1 -1
- package/dist-es/commands/ListTriggersCommand.js +1 -1
- package/dist-es/commands/ListWorkflowsCommand.js +1 -1
- package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
- package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
- package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
- package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
- package/dist-es/commands/index.js +16 -0
- package/dist-es/models/models_0.js +64 -69
- package/dist-es/models/models_1.js +100 -93
- package/dist-es/models/models_2.js +158 -0
- package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
- package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1448 -29
- package/dist-types/Glue.d.ts +166 -22
- package/dist-types/GlueClient.d.ts +18 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
- package/dist-types/commands/CreateMLTransformCommand.d.ts +3 -1
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -2
- package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
- package/dist-types/commands/ListCrawlersCommand.d.ts +1 -0
- package/dist-types/commands/ListCrawlsCommand.d.ts +3 -2
- package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
- package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
- package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
- package/dist-types/commands/ListJobsCommand.d.ts +3 -2
- package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
- package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -2
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +3 -0
- package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +4 -2
- package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -1
- package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -2
- package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/models/models_0.d.ts +431 -537
- package/dist-types/models/models_1.d.ts +3102 -2857
- package/dist-types/models/models_2.d.ts +1104 -64
- package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
- package/dist-types/ts3.4/Glue.d.ts +320 -0
- package/dist-types/ts3.4/GlueClient.d.ts +96 -0
- package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +133 -165
- package/dist-types/ts3.4/models/models_1.d.ts +284 -232
- package/dist-types/ts3.4/models/models_2.d.ts +425 -2
- package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
- package/package.json +29 -28
package/dist-cjs/Glue.js
CHANGED
|
@@ -9,6 +9,7 @@ const BatchDeleteTableVersionCommand_1 = require("./commands/BatchDeleteTableVer
|
|
|
9
9
|
const BatchGetBlueprintsCommand_1 = require("./commands/BatchGetBlueprintsCommand");
|
|
10
10
|
const BatchGetCrawlersCommand_1 = require("./commands/BatchGetCrawlersCommand");
|
|
11
11
|
const BatchGetCustomEntityTypesCommand_1 = require("./commands/BatchGetCustomEntityTypesCommand");
|
|
12
|
+
const BatchGetDataQualityResultCommand_1 = require("./commands/BatchGetDataQualityResultCommand");
|
|
12
13
|
const BatchGetDevEndpointsCommand_1 = require("./commands/BatchGetDevEndpointsCommand");
|
|
13
14
|
const BatchGetJobsCommand_1 = require("./commands/BatchGetJobsCommand");
|
|
14
15
|
const BatchGetPartitionCommand_1 = require("./commands/BatchGetPartitionCommand");
|
|
@@ -16,6 +17,8 @@ const BatchGetTriggersCommand_1 = require("./commands/BatchGetTriggersCommand");
|
|
|
16
17
|
const BatchGetWorkflowsCommand_1 = require("./commands/BatchGetWorkflowsCommand");
|
|
17
18
|
const BatchStopJobRunCommand_1 = require("./commands/BatchStopJobRunCommand");
|
|
18
19
|
const BatchUpdatePartitionCommand_1 = require("./commands/BatchUpdatePartitionCommand");
|
|
20
|
+
const CancelDataQualityRuleRecommendationRunCommand_1 = require("./commands/CancelDataQualityRuleRecommendationRunCommand");
|
|
21
|
+
const CancelDataQualityRulesetEvaluationRunCommand_1 = require("./commands/CancelDataQualityRulesetEvaluationRunCommand");
|
|
19
22
|
const CancelMLTaskRunCommand_1 = require("./commands/CancelMLTaskRunCommand");
|
|
20
23
|
const CancelStatementCommand_1 = require("./commands/CancelStatementCommand");
|
|
21
24
|
const CheckSchemaVersionValidityCommand_1 = require("./commands/CheckSchemaVersionValidityCommand");
|
|
@@ -25,6 +28,7 @@ const CreateConnectionCommand_1 = require("./commands/CreateConnectionCommand");
|
|
|
25
28
|
const CreateCrawlerCommand_1 = require("./commands/CreateCrawlerCommand");
|
|
26
29
|
const CreateCustomEntityTypeCommand_1 = require("./commands/CreateCustomEntityTypeCommand");
|
|
27
30
|
const CreateDatabaseCommand_1 = require("./commands/CreateDatabaseCommand");
|
|
31
|
+
const CreateDataQualityRulesetCommand_1 = require("./commands/CreateDataQualityRulesetCommand");
|
|
28
32
|
const CreateDevEndpointCommand_1 = require("./commands/CreateDevEndpointCommand");
|
|
29
33
|
const CreateJobCommand_1 = require("./commands/CreateJobCommand");
|
|
30
34
|
const CreateMLTransformCommand_1 = require("./commands/CreateMLTransformCommand");
|
|
@@ -47,6 +51,7 @@ const DeleteConnectionCommand_1 = require("./commands/DeleteConnectionCommand");
|
|
|
47
51
|
const DeleteCrawlerCommand_1 = require("./commands/DeleteCrawlerCommand");
|
|
48
52
|
const DeleteCustomEntityTypeCommand_1 = require("./commands/DeleteCustomEntityTypeCommand");
|
|
49
53
|
const DeleteDatabaseCommand_1 = require("./commands/DeleteDatabaseCommand");
|
|
54
|
+
const DeleteDataQualityRulesetCommand_1 = require("./commands/DeleteDataQualityRulesetCommand");
|
|
50
55
|
const DeleteDevEndpointCommand_1 = require("./commands/DeleteDevEndpointCommand");
|
|
51
56
|
const DeleteJobCommand_1 = require("./commands/DeleteJobCommand");
|
|
52
57
|
const DeleteMLTransformCommand_1 = require("./commands/DeleteMLTransformCommand");
|
|
@@ -81,6 +86,10 @@ const GetDatabaseCommand_1 = require("./commands/GetDatabaseCommand");
|
|
|
81
86
|
const GetDatabasesCommand_1 = require("./commands/GetDatabasesCommand");
|
|
82
87
|
const GetDataCatalogEncryptionSettingsCommand_1 = require("./commands/GetDataCatalogEncryptionSettingsCommand");
|
|
83
88
|
const GetDataflowGraphCommand_1 = require("./commands/GetDataflowGraphCommand");
|
|
89
|
+
const GetDataQualityResultCommand_1 = require("./commands/GetDataQualityResultCommand");
|
|
90
|
+
const GetDataQualityRuleRecommendationRunCommand_1 = require("./commands/GetDataQualityRuleRecommendationRunCommand");
|
|
91
|
+
const GetDataQualityRulesetCommand_1 = require("./commands/GetDataQualityRulesetCommand");
|
|
92
|
+
const GetDataQualityRulesetEvaluationRunCommand_1 = require("./commands/GetDataQualityRulesetEvaluationRunCommand");
|
|
84
93
|
const GetDevEndpointCommand_1 = require("./commands/GetDevEndpointCommand");
|
|
85
94
|
const GetDevEndpointsCommand_1 = require("./commands/GetDevEndpointsCommand");
|
|
86
95
|
const GetJobBookmarkCommand_1 = require("./commands/GetJobBookmarkCommand");
|
|
@@ -129,6 +138,10 @@ const ListBlueprintsCommand_1 = require("./commands/ListBlueprintsCommand");
|
|
|
129
138
|
const ListCrawlersCommand_1 = require("./commands/ListCrawlersCommand");
|
|
130
139
|
const ListCrawlsCommand_1 = require("./commands/ListCrawlsCommand");
|
|
131
140
|
const ListCustomEntityTypesCommand_1 = require("./commands/ListCustomEntityTypesCommand");
|
|
141
|
+
const ListDataQualityResultsCommand_1 = require("./commands/ListDataQualityResultsCommand");
|
|
142
|
+
const ListDataQualityRuleRecommendationRunsCommand_1 = require("./commands/ListDataQualityRuleRecommendationRunsCommand");
|
|
143
|
+
const ListDataQualityRulesetEvaluationRunsCommand_1 = require("./commands/ListDataQualityRulesetEvaluationRunsCommand");
|
|
144
|
+
const ListDataQualityRulesetsCommand_1 = require("./commands/ListDataQualityRulesetsCommand");
|
|
132
145
|
const ListDevEndpointsCommand_1 = require("./commands/ListDevEndpointsCommand");
|
|
133
146
|
const ListJobsCommand_1 = require("./commands/ListJobsCommand");
|
|
134
147
|
const ListMLTransformsCommand_1 = require("./commands/ListMLTransformsCommand");
|
|
@@ -153,6 +166,8 @@ const SearchTablesCommand_1 = require("./commands/SearchTablesCommand");
|
|
|
153
166
|
const StartBlueprintRunCommand_1 = require("./commands/StartBlueprintRunCommand");
|
|
154
167
|
const StartCrawlerCommand_1 = require("./commands/StartCrawlerCommand");
|
|
155
168
|
const StartCrawlerScheduleCommand_1 = require("./commands/StartCrawlerScheduleCommand");
|
|
169
|
+
const StartDataQualityRuleRecommendationRunCommand_1 = require("./commands/StartDataQualityRuleRecommendationRunCommand");
|
|
170
|
+
const StartDataQualityRulesetEvaluationRunCommand_1 = require("./commands/StartDataQualityRulesetEvaluationRunCommand");
|
|
156
171
|
const StartExportLabelsTaskRunCommand_1 = require("./commands/StartExportLabelsTaskRunCommand");
|
|
157
172
|
const StartImportLabelsTaskRunCommand_1 = require("./commands/StartImportLabelsTaskRunCommand");
|
|
158
173
|
const StartJobRunCommand_1 = require("./commands/StartJobRunCommand");
|
|
@@ -175,6 +190,7 @@ const UpdateConnectionCommand_1 = require("./commands/UpdateConnectionCommand");
|
|
|
175
190
|
const UpdateCrawlerCommand_1 = require("./commands/UpdateCrawlerCommand");
|
|
176
191
|
const UpdateCrawlerScheduleCommand_1 = require("./commands/UpdateCrawlerScheduleCommand");
|
|
177
192
|
const UpdateDatabaseCommand_1 = require("./commands/UpdateDatabaseCommand");
|
|
193
|
+
const UpdateDataQualityRulesetCommand_1 = require("./commands/UpdateDataQualityRulesetCommand");
|
|
178
194
|
const UpdateDevEndpointCommand_1 = require("./commands/UpdateDevEndpointCommand");
|
|
179
195
|
const UpdateJobCommand_1 = require("./commands/UpdateJobCommand");
|
|
180
196
|
const UpdateJobFromSourceControlCommand_1 = require("./commands/UpdateJobFromSourceControlCommand");
|
|
@@ -301,6 +317,20 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
301
317
|
return this.send(command, optionsOrCb);
|
|
302
318
|
}
|
|
303
319
|
}
|
|
320
|
+
batchGetDataQualityResult(args, optionsOrCb, cb) {
|
|
321
|
+
const command = new BatchGetDataQualityResultCommand_1.BatchGetDataQualityResultCommand(args);
|
|
322
|
+
if (typeof optionsOrCb === "function") {
|
|
323
|
+
this.send(command, optionsOrCb);
|
|
324
|
+
}
|
|
325
|
+
else if (typeof cb === "function") {
|
|
326
|
+
if (typeof optionsOrCb !== "object")
|
|
327
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
328
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
329
|
+
}
|
|
330
|
+
else {
|
|
331
|
+
return this.send(command, optionsOrCb);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
304
334
|
batchGetDevEndpoints(args, optionsOrCb, cb) {
|
|
305
335
|
const command = new BatchGetDevEndpointsCommand_1.BatchGetDevEndpointsCommand(args);
|
|
306
336
|
if (typeof optionsOrCb === "function") {
|
|
@@ -399,6 +429,34 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
399
429
|
return this.send(command, optionsOrCb);
|
|
400
430
|
}
|
|
401
431
|
}
|
|
432
|
+
cancelDataQualityRuleRecommendationRun(args, optionsOrCb, cb) {
|
|
433
|
+
const command = new CancelDataQualityRuleRecommendationRunCommand_1.CancelDataQualityRuleRecommendationRunCommand(args);
|
|
434
|
+
if (typeof optionsOrCb === "function") {
|
|
435
|
+
this.send(command, optionsOrCb);
|
|
436
|
+
}
|
|
437
|
+
else if (typeof cb === "function") {
|
|
438
|
+
if (typeof optionsOrCb !== "object")
|
|
439
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
440
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
441
|
+
}
|
|
442
|
+
else {
|
|
443
|
+
return this.send(command, optionsOrCb);
|
|
444
|
+
}
|
|
445
|
+
}
|
|
446
|
+
cancelDataQualityRulesetEvaluationRun(args, optionsOrCb, cb) {
|
|
447
|
+
const command = new CancelDataQualityRulesetEvaluationRunCommand_1.CancelDataQualityRulesetEvaluationRunCommand(args);
|
|
448
|
+
if (typeof optionsOrCb === "function") {
|
|
449
|
+
this.send(command, optionsOrCb);
|
|
450
|
+
}
|
|
451
|
+
else if (typeof cb === "function") {
|
|
452
|
+
if (typeof optionsOrCb !== "object")
|
|
453
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
454
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
455
|
+
}
|
|
456
|
+
else {
|
|
457
|
+
return this.send(command, optionsOrCb);
|
|
458
|
+
}
|
|
459
|
+
}
|
|
402
460
|
cancelMLTaskRun(args, optionsOrCb, cb) {
|
|
403
461
|
const command = new CancelMLTaskRunCommand_1.CancelMLTaskRunCommand(args);
|
|
404
462
|
if (typeof optionsOrCb === "function") {
|
|
@@ -525,6 +583,20 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
525
583
|
return this.send(command, optionsOrCb);
|
|
526
584
|
}
|
|
527
585
|
}
|
|
586
|
+
createDataQualityRuleset(args, optionsOrCb, cb) {
|
|
587
|
+
const command = new CreateDataQualityRulesetCommand_1.CreateDataQualityRulesetCommand(args);
|
|
588
|
+
if (typeof optionsOrCb === "function") {
|
|
589
|
+
this.send(command, optionsOrCb);
|
|
590
|
+
}
|
|
591
|
+
else if (typeof cb === "function") {
|
|
592
|
+
if (typeof optionsOrCb !== "object")
|
|
593
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
594
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
595
|
+
}
|
|
596
|
+
else {
|
|
597
|
+
return this.send(command, optionsOrCb);
|
|
598
|
+
}
|
|
599
|
+
}
|
|
528
600
|
createDevEndpoint(args, optionsOrCb, cb) {
|
|
529
601
|
const command = new CreateDevEndpointCommand_1.CreateDevEndpointCommand(args);
|
|
530
602
|
if (typeof optionsOrCb === "function") {
|
|
@@ -833,6 +905,20 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
833
905
|
return this.send(command, optionsOrCb);
|
|
834
906
|
}
|
|
835
907
|
}
|
|
908
|
+
deleteDataQualityRuleset(args, optionsOrCb, cb) {
|
|
909
|
+
const command = new DeleteDataQualityRulesetCommand_1.DeleteDataQualityRulesetCommand(args);
|
|
910
|
+
if (typeof optionsOrCb === "function") {
|
|
911
|
+
this.send(command, optionsOrCb);
|
|
912
|
+
}
|
|
913
|
+
else if (typeof cb === "function") {
|
|
914
|
+
if (typeof optionsOrCb !== "object")
|
|
915
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
916
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
917
|
+
}
|
|
918
|
+
else {
|
|
919
|
+
return this.send(command, optionsOrCb);
|
|
920
|
+
}
|
|
921
|
+
}
|
|
836
922
|
deleteDevEndpoint(args, optionsOrCb, cb) {
|
|
837
923
|
const command = new DeleteDevEndpointCommand_1.DeleteDevEndpointCommand(args);
|
|
838
924
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1309,6 +1395,62 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
1309
1395
|
return this.send(command, optionsOrCb);
|
|
1310
1396
|
}
|
|
1311
1397
|
}
|
|
1398
|
+
getDataQualityResult(args, optionsOrCb, cb) {
|
|
1399
|
+
const command = new GetDataQualityResultCommand_1.GetDataQualityResultCommand(args);
|
|
1400
|
+
if (typeof optionsOrCb === "function") {
|
|
1401
|
+
this.send(command, optionsOrCb);
|
|
1402
|
+
}
|
|
1403
|
+
else if (typeof cb === "function") {
|
|
1404
|
+
if (typeof optionsOrCb !== "object")
|
|
1405
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1406
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1407
|
+
}
|
|
1408
|
+
else {
|
|
1409
|
+
return this.send(command, optionsOrCb);
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
getDataQualityRuleRecommendationRun(args, optionsOrCb, cb) {
|
|
1413
|
+
const command = new GetDataQualityRuleRecommendationRunCommand_1.GetDataQualityRuleRecommendationRunCommand(args);
|
|
1414
|
+
if (typeof optionsOrCb === "function") {
|
|
1415
|
+
this.send(command, optionsOrCb);
|
|
1416
|
+
}
|
|
1417
|
+
else if (typeof cb === "function") {
|
|
1418
|
+
if (typeof optionsOrCb !== "object")
|
|
1419
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1420
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1421
|
+
}
|
|
1422
|
+
else {
|
|
1423
|
+
return this.send(command, optionsOrCb);
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
getDataQualityRuleset(args, optionsOrCb, cb) {
|
|
1427
|
+
const command = new GetDataQualityRulesetCommand_1.GetDataQualityRulesetCommand(args);
|
|
1428
|
+
if (typeof optionsOrCb === "function") {
|
|
1429
|
+
this.send(command, optionsOrCb);
|
|
1430
|
+
}
|
|
1431
|
+
else if (typeof cb === "function") {
|
|
1432
|
+
if (typeof optionsOrCb !== "object")
|
|
1433
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1434
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1435
|
+
}
|
|
1436
|
+
else {
|
|
1437
|
+
return this.send(command, optionsOrCb);
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1440
|
+
getDataQualityRulesetEvaluationRun(args, optionsOrCb, cb) {
|
|
1441
|
+
const command = new GetDataQualityRulesetEvaluationRunCommand_1.GetDataQualityRulesetEvaluationRunCommand(args);
|
|
1442
|
+
if (typeof optionsOrCb === "function") {
|
|
1443
|
+
this.send(command, optionsOrCb);
|
|
1444
|
+
}
|
|
1445
|
+
else if (typeof cb === "function") {
|
|
1446
|
+
if (typeof optionsOrCb !== "object")
|
|
1447
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1448
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1449
|
+
}
|
|
1450
|
+
else {
|
|
1451
|
+
return this.send(command, optionsOrCb);
|
|
1452
|
+
}
|
|
1453
|
+
}
|
|
1312
1454
|
getDevEndpoint(args, optionsOrCb, cb) {
|
|
1313
1455
|
const command = new GetDevEndpointCommand_1.GetDevEndpointCommand(args);
|
|
1314
1456
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1981,6 +2123,62 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
1981
2123
|
return this.send(command, optionsOrCb);
|
|
1982
2124
|
}
|
|
1983
2125
|
}
|
|
2126
|
+
listDataQualityResults(args, optionsOrCb, cb) {
|
|
2127
|
+
const command = new ListDataQualityResultsCommand_1.ListDataQualityResultsCommand(args);
|
|
2128
|
+
if (typeof optionsOrCb === "function") {
|
|
2129
|
+
this.send(command, optionsOrCb);
|
|
2130
|
+
}
|
|
2131
|
+
else if (typeof cb === "function") {
|
|
2132
|
+
if (typeof optionsOrCb !== "object")
|
|
2133
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2134
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2135
|
+
}
|
|
2136
|
+
else {
|
|
2137
|
+
return this.send(command, optionsOrCb);
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
listDataQualityRuleRecommendationRuns(args, optionsOrCb, cb) {
|
|
2141
|
+
const command = new ListDataQualityRuleRecommendationRunsCommand_1.ListDataQualityRuleRecommendationRunsCommand(args);
|
|
2142
|
+
if (typeof optionsOrCb === "function") {
|
|
2143
|
+
this.send(command, optionsOrCb);
|
|
2144
|
+
}
|
|
2145
|
+
else if (typeof cb === "function") {
|
|
2146
|
+
if (typeof optionsOrCb !== "object")
|
|
2147
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2148
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2149
|
+
}
|
|
2150
|
+
else {
|
|
2151
|
+
return this.send(command, optionsOrCb);
|
|
2152
|
+
}
|
|
2153
|
+
}
|
|
2154
|
+
listDataQualityRulesetEvaluationRuns(args, optionsOrCb, cb) {
|
|
2155
|
+
const command = new ListDataQualityRulesetEvaluationRunsCommand_1.ListDataQualityRulesetEvaluationRunsCommand(args);
|
|
2156
|
+
if (typeof optionsOrCb === "function") {
|
|
2157
|
+
this.send(command, optionsOrCb);
|
|
2158
|
+
}
|
|
2159
|
+
else if (typeof cb === "function") {
|
|
2160
|
+
if (typeof optionsOrCb !== "object")
|
|
2161
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2162
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2163
|
+
}
|
|
2164
|
+
else {
|
|
2165
|
+
return this.send(command, optionsOrCb);
|
|
2166
|
+
}
|
|
2167
|
+
}
|
|
2168
|
+
listDataQualityRulesets(args, optionsOrCb, cb) {
|
|
2169
|
+
const command = new ListDataQualityRulesetsCommand_1.ListDataQualityRulesetsCommand(args);
|
|
2170
|
+
if (typeof optionsOrCb === "function") {
|
|
2171
|
+
this.send(command, optionsOrCb);
|
|
2172
|
+
}
|
|
2173
|
+
else if (typeof cb === "function") {
|
|
2174
|
+
if (typeof optionsOrCb !== "object")
|
|
2175
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2176
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2177
|
+
}
|
|
2178
|
+
else {
|
|
2179
|
+
return this.send(command, optionsOrCb);
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
1984
2182
|
listDevEndpoints(args, optionsOrCb, cb) {
|
|
1985
2183
|
const command = new ListDevEndpointsCommand_1.ListDevEndpointsCommand(args);
|
|
1986
2184
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2317,6 +2515,34 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
2317
2515
|
return this.send(command, optionsOrCb);
|
|
2318
2516
|
}
|
|
2319
2517
|
}
|
|
2518
|
+
startDataQualityRuleRecommendationRun(args, optionsOrCb, cb) {
|
|
2519
|
+
const command = new StartDataQualityRuleRecommendationRunCommand_1.StartDataQualityRuleRecommendationRunCommand(args);
|
|
2520
|
+
if (typeof optionsOrCb === "function") {
|
|
2521
|
+
this.send(command, optionsOrCb);
|
|
2522
|
+
}
|
|
2523
|
+
else if (typeof cb === "function") {
|
|
2524
|
+
if (typeof optionsOrCb !== "object")
|
|
2525
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2526
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2527
|
+
}
|
|
2528
|
+
else {
|
|
2529
|
+
return this.send(command, optionsOrCb);
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
startDataQualityRulesetEvaluationRun(args, optionsOrCb, cb) {
|
|
2533
|
+
const command = new StartDataQualityRulesetEvaluationRunCommand_1.StartDataQualityRulesetEvaluationRunCommand(args);
|
|
2534
|
+
if (typeof optionsOrCb === "function") {
|
|
2535
|
+
this.send(command, optionsOrCb);
|
|
2536
|
+
}
|
|
2537
|
+
else if (typeof cb === "function") {
|
|
2538
|
+
if (typeof optionsOrCb !== "object")
|
|
2539
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2540
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2541
|
+
}
|
|
2542
|
+
else {
|
|
2543
|
+
return this.send(command, optionsOrCb);
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2320
2546
|
startExportLabelsTaskRun(args, optionsOrCb, cb) {
|
|
2321
2547
|
const command = new StartExportLabelsTaskRunCommand_1.StartExportLabelsTaskRunCommand(args);
|
|
2322
2548
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2625,6 +2851,20 @@ class Glue extends GlueClient_1.GlueClient {
|
|
|
2625
2851
|
return this.send(command, optionsOrCb);
|
|
2626
2852
|
}
|
|
2627
2853
|
}
|
|
2854
|
+
updateDataQualityRuleset(args, optionsOrCb, cb) {
|
|
2855
|
+
const command = new UpdateDataQualityRulesetCommand_1.UpdateDataQualityRulesetCommand(args);
|
|
2856
|
+
if (typeof optionsOrCb === "function") {
|
|
2857
|
+
this.send(command, optionsOrCb);
|
|
2858
|
+
}
|
|
2859
|
+
else if (typeof cb === "function") {
|
|
2860
|
+
if (typeof optionsOrCb !== "object")
|
|
2861
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2862
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2863
|
+
}
|
|
2864
|
+
else {
|
|
2865
|
+
return this.send(command, optionsOrCb);
|
|
2866
|
+
}
|
|
2867
|
+
}
|
|
2628
2868
|
updateDevEndpoint(args, optionsOrCb, cb) {
|
|
2629
2869
|
const command = new UpdateDevEndpointCommand_1.UpdateDevEndpointCommand(args);
|
|
2630
2870
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchGetDataQualityResultCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class BatchGetDataQualityResultCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, BatchGetDataQualityResultCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "GlueClient";
|
|
28
|
+
const commandName = "BatchGetDataQualityResultCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.BatchGetDataQualityResultRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.BatchGetDataQualityResultResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1BatchGetDataQualityResultCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1BatchGetDataQualityResultCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.BatchGetDataQualityResultCommand = BatchGetDataQualityResultCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CancelDataQualityRuleRecommendationRunCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class CancelDataQualityRuleRecommendationRunCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelDataQualityRuleRecommendationRunCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "GlueClient";
|
|
28
|
+
const commandName = "CancelDataQualityRuleRecommendationRunCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.CancelDataQualityRuleRecommendationRunRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.CancelDataQualityRuleRecommendationRunResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CancelDataQualityRuleRecommendationRunCommand = CancelDataQualityRuleRecommendationRunCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CancelDataQualityRulesetEvaluationRunCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class CancelDataQualityRulesetEvaluationRunCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CancelDataQualityRulesetEvaluationRunCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "GlueClient";
|
|
28
|
+
const commandName = "CancelDataQualityRulesetEvaluationRunCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.CancelDataQualityRulesetEvaluationRunRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.CancelDataQualityRulesetEvaluationRunResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CancelDataQualityRulesetEvaluationRunCommand = CancelDataQualityRulesetEvaluationRunCommand;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateDataQualityRulesetCommand = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
const models_0_1 = require("../models/models_0");
|
|
8
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
|
+
class CreateDataQualityRulesetCommand extends smithy_client_1.Command {
|
|
10
|
+
constructor(input) {
|
|
11
|
+
super();
|
|
12
|
+
this.input = input;
|
|
13
|
+
}
|
|
14
|
+
static getEndpointParameterInstructions() {
|
|
15
|
+
return {
|
|
16
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
17
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
18
|
+
Region: { type: "builtInParams", name: "region" },
|
|
19
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
23
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
24
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateDataQualityRulesetCommand.getEndpointParameterInstructions()));
|
|
25
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
26
|
+
const { logger } = configuration;
|
|
27
|
+
const clientName = "GlueClient";
|
|
28
|
+
const commandName = "CreateDataQualityRulesetCommand";
|
|
29
|
+
const handlerExecutionContext = {
|
|
30
|
+
logger,
|
|
31
|
+
clientName,
|
|
32
|
+
commandName,
|
|
33
|
+
inputFilterSensitiveLog: models_0_1.CreateDataQualityRulesetRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_0_1.CreateDataQualityRulesetResponseFilterSensitiveLog,
|
|
35
|
+
};
|
|
36
|
+
const { requestHandler } = configuration;
|
|
37
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
38
|
+
}
|
|
39
|
+
serialize(input, context) {
|
|
40
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1CreateDataQualityRulesetCommand)(input, context);
|
|
41
|
+
}
|
|
42
|
+
deserialize(output, context) {
|
|
43
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDataQualityRulesetCommand)(output, context);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
exports.CreateDataQualityRulesetCommand = CreateDataQualityRulesetCommand;
|
|
@@ -4,7 +4,7 @@ exports.CreateSecurityConfigurationCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class CreateSecurityConfigurationCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class CreateSecurityConfigurationCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.CreateSecurityConfigurationRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.CreateSecurityConfigurationResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.CreateSessionCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class CreateSessionCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class CreateSessionCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.CreateSessionRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.CreateSessionResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.CreateTableCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class CreateTableCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class CreateTableCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.CreateTableRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.CreateTableResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -4,7 +4,7 @@ exports.CreateTriggerCommand = void 0;
|
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
-
const
|
|
7
|
+
const models_1_1 = require("../models/models_1");
|
|
8
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
9
|
class CreateTriggerCommand extends smithy_client_1.Command {
|
|
10
10
|
constructor(input) {
|
|
@@ -30,8 +30,8 @@ class CreateTriggerCommand extends smithy_client_1.Command {
|
|
|
30
30
|
logger,
|
|
31
31
|
clientName,
|
|
32
32
|
commandName,
|
|
33
|
-
inputFilterSensitiveLog:
|
|
34
|
-
outputFilterSensitiveLog:
|
|
33
|
+
inputFilterSensitiveLog: models_1_1.CreateTriggerRequestFilterSensitiveLog,
|
|
34
|
+
outputFilterSensitiveLog: models_1_1.CreateTriggerResponseFilterSensitiveLog,
|
|
35
35
|
};
|
|
36
36
|
const { requestHandler } = configuration;
|
|
37
37
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|