@aws-sdk/client-glue 3.218.0 → 3.221.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/CreateUserDefinedFunctionCommand.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/PutSchemaVersionMetadataCommand.js +3 -3
- package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- 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/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +104 -103
- package/dist-cjs/models/models_1.js +145 -139
- package/dist-cjs/models/models_2.js +223 -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 +1653 -129
- 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/CreateUserDefinedFunctionCommand.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/PutSchemaVersionMetadataCommand.js +1 -1
- package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
- 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/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +80 -78
- package/dist-es/models/models_1.js +109 -102
- package/dist-es/models/models_2.js +167 -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 +1610 -119
- package/dist-types/Glue.d.ts +114 -0
- 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/CreateDataQualityRulesetCommand.d.ts +39 -0
- 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/CreateUserDefinedFunctionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -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/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 +1 -1
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- 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 +1 -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/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
- package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
- package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +16 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +417 -552
- package/dist-types/models/models_1.d.ts +3382 -3180
- package/dist-types/models/models_2.d.ts +1086 -2
- 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/CreateUserDefinedFunctionCommand.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/PutSchemaVersionMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
- 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/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +166 -187
- package/dist-types/ts3.4/models/models_1.d.ts +306 -262
- package/dist-types/ts3.4/models/models_2.d.ts +458 -3
- 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 +1 -1
package/dist-es/Glue.js
CHANGED
|
@@ -6,6 +6,7 @@ import { BatchDeleteTableVersionCommand, } from "./commands/BatchDeleteTableVers
|
|
|
6
6
|
import { BatchGetBlueprintsCommand, } from "./commands/BatchGetBlueprintsCommand";
|
|
7
7
|
import { BatchGetCrawlersCommand, } from "./commands/BatchGetCrawlersCommand";
|
|
8
8
|
import { BatchGetCustomEntityTypesCommand, } from "./commands/BatchGetCustomEntityTypesCommand";
|
|
9
|
+
import { BatchGetDataQualityResultCommand, } from "./commands/BatchGetDataQualityResultCommand";
|
|
9
10
|
import { BatchGetDevEndpointsCommand, } from "./commands/BatchGetDevEndpointsCommand";
|
|
10
11
|
import { BatchGetJobsCommand, } from "./commands/BatchGetJobsCommand";
|
|
11
12
|
import { BatchGetPartitionCommand, } from "./commands/BatchGetPartitionCommand";
|
|
@@ -13,6 +14,8 @@ import { BatchGetTriggersCommand, } from "./commands/BatchGetTriggersCommand";
|
|
|
13
14
|
import { BatchGetWorkflowsCommand, } from "./commands/BatchGetWorkflowsCommand";
|
|
14
15
|
import { BatchStopJobRunCommand, } from "./commands/BatchStopJobRunCommand";
|
|
15
16
|
import { BatchUpdatePartitionCommand, } from "./commands/BatchUpdatePartitionCommand";
|
|
17
|
+
import { CancelDataQualityRuleRecommendationRunCommand, } from "./commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
18
|
+
import { CancelDataQualityRulesetEvaluationRunCommand, } from "./commands/CancelDataQualityRulesetEvaluationRunCommand";
|
|
16
19
|
import { CancelMLTaskRunCommand, } from "./commands/CancelMLTaskRunCommand";
|
|
17
20
|
import { CancelStatementCommand, } from "./commands/CancelStatementCommand";
|
|
18
21
|
import { CheckSchemaVersionValidityCommand, } from "./commands/CheckSchemaVersionValidityCommand";
|
|
@@ -22,6 +25,7 @@ import { CreateConnectionCommand, } from "./commands/CreateConnectionCommand";
|
|
|
22
25
|
import { CreateCrawlerCommand, } from "./commands/CreateCrawlerCommand";
|
|
23
26
|
import { CreateCustomEntityTypeCommand, } from "./commands/CreateCustomEntityTypeCommand";
|
|
24
27
|
import { CreateDatabaseCommand, } from "./commands/CreateDatabaseCommand";
|
|
28
|
+
import { CreateDataQualityRulesetCommand, } from "./commands/CreateDataQualityRulesetCommand";
|
|
25
29
|
import { CreateDevEndpointCommand, } from "./commands/CreateDevEndpointCommand";
|
|
26
30
|
import { CreateJobCommand } from "./commands/CreateJobCommand";
|
|
27
31
|
import { CreateMLTransformCommand, } from "./commands/CreateMLTransformCommand";
|
|
@@ -44,6 +48,7 @@ import { DeleteConnectionCommand, } from "./commands/DeleteConnectionCommand";
|
|
|
44
48
|
import { DeleteCrawlerCommand, } from "./commands/DeleteCrawlerCommand";
|
|
45
49
|
import { DeleteCustomEntityTypeCommand, } from "./commands/DeleteCustomEntityTypeCommand";
|
|
46
50
|
import { DeleteDatabaseCommand, } from "./commands/DeleteDatabaseCommand";
|
|
51
|
+
import { DeleteDataQualityRulesetCommand, } from "./commands/DeleteDataQualityRulesetCommand";
|
|
47
52
|
import { DeleteDevEndpointCommand, } from "./commands/DeleteDevEndpointCommand";
|
|
48
53
|
import { DeleteJobCommand } from "./commands/DeleteJobCommand";
|
|
49
54
|
import { DeleteMLTransformCommand, } from "./commands/DeleteMLTransformCommand";
|
|
@@ -78,6 +83,10 @@ import { GetDatabaseCommand } from "./commands/GetDatabaseCommand";
|
|
|
78
83
|
import { GetDatabasesCommand, } from "./commands/GetDatabasesCommand";
|
|
79
84
|
import { GetDataCatalogEncryptionSettingsCommand, } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
80
85
|
import { GetDataflowGraphCommand, } from "./commands/GetDataflowGraphCommand";
|
|
86
|
+
import { GetDataQualityResultCommand, } from "./commands/GetDataQualityResultCommand";
|
|
87
|
+
import { GetDataQualityRuleRecommendationRunCommand, } from "./commands/GetDataQualityRuleRecommendationRunCommand";
|
|
88
|
+
import { GetDataQualityRulesetCommand, } from "./commands/GetDataQualityRulesetCommand";
|
|
89
|
+
import { GetDataQualityRulesetEvaluationRunCommand, } from "./commands/GetDataQualityRulesetEvaluationRunCommand";
|
|
81
90
|
import { GetDevEndpointCommand, } from "./commands/GetDevEndpointCommand";
|
|
82
91
|
import { GetDevEndpointsCommand, } from "./commands/GetDevEndpointsCommand";
|
|
83
92
|
import { GetJobBookmarkCommand, } from "./commands/GetJobBookmarkCommand";
|
|
@@ -126,6 +135,10 @@ import { ListBlueprintsCommand, } from "./commands/ListBlueprintsCommand";
|
|
|
126
135
|
import { ListCrawlersCommand, } from "./commands/ListCrawlersCommand";
|
|
127
136
|
import { ListCrawlsCommand } from "./commands/ListCrawlsCommand";
|
|
128
137
|
import { ListCustomEntityTypesCommand, } from "./commands/ListCustomEntityTypesCommand";
|
|
138
|
+
import { ListDataQualityResultsCommand, } from "./commands/ListDataQualityResultsCommand";
|
|
139
|
+
import { ListDataQualityRuleRecommendationRunsCommand, } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
140
|
+
import { ListDataQualityRulesetEvaluationRunsCommand, } from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
141
|
+
import { ListDataQualityRulesetsCommand, } from "./commands/ListDataQualityRulesetsCommand";
|
|
129
142
|
import { ListDevEndpointsCommand, } from "./commands/ListDevEndpointsCommand";
|
|
130
143
|
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
131
144
|
import { ListMLTransformsCommand, } from "./commands/ListMLTransformsCommand";
|
|
@@ -150,6 +163,8 @@ import { SearchTablesCommand, } from "./commands/SearchTablesCommand";
|
|
|
150
163
|
import { StartBlueprintRunCommand, } from "./commands/StartBlueprintRunCommand";
|
|
151
164
|
import { StartCrawlerCommand, } from "./commands/StartCrawlerCommand";
|
|
152
165
|
import { StartCrawlerScheduleCommand, } from "./commands/StartCrawlerScheduleCommand";
|
|
166
|
+
import { StartDataQualityRuleRecommendationRunCommand, } from "./commands/StartDataQualityRuleRecommendationRunCommand";
|
|
167
|
+
import { StartDataQualityRulesetEvaluationRunCommand, } from "./commands/StartDataQualityRulesetEvaluationRunCommand";
|
|
153
168
|
import { StartExportLabelsTaskRunCommand, } from "./commands/StartExportLabelsTaskRunCommand";
|
|
154
169
|
import { StartImportLabelsTaskRunCommand, } from "./commands/StartImportLabelsTaskRunCommand";
|
|
155
170
|
import { StartJobRunCommand } from "./commands/StartJobRunCommand";
|
|
@@ -172,6 +187,7 @@ import { UpdateConnectionCommand, } from "./commands/UpdateConnectionCommand";
|
|
|
172
187
|
import { UpdateCrawlerCommand, } from "./commands/UpdateCrawlerCommand";
|
|
173
188
|
import { UpdateCrawlerScheduleCommand, } from "./commands/UpdateCrawlerScheduleCommand";
|
|
174
189
|
import { UpdateDatabaseCommand, } from "./commands/UpdateDatabaseCommand";
|
|
190
|
+
import { UpdateDataQualityRulesetCommand, } from "./commands/UpdateDataQualityRulesetCommand";
|
|
175
191
|
import { UpdateDevEndpointCommand, } from "./commands/UpdateDevEndpointCommand";
|
|
176
192
|
import { UpdateJobCommand } from "./commands/UpdateJobCommand";
|
|
177
193
|
import { UpdateJobFromSourceControlCommand, } from "./commands/UpdateJobFromSourceControlCommand";
|
|
@@ -298,6 +314,20 @@ export class Glue extends GlueClient {
|
|
|
298
314
|
return this.send(command, optionsOrCb);
|
|
299
315
|
}
|
|
300
316
|
}
|
|
317
|
+
batchGetDataQualityResult(args, optionsOrCb, cb) {
|
|
318
|
+
const command = new BatchGetDataQualityResultCommand(args);
|
|
319
|
+
if (typeof optionsOrCb === "function") {
|
|
320
|
+
this.send(command, optionsOrCb);
|
|
321
|
+
}
|
|
322
|
+
else if (typeof cb === "function") {
|
|
323
|
+
if (typeof optionsOrCb !== "object")
|
|
324
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
325
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
326
|
+
}
|
|
327
|
+
else {
|
|
328
|
+
return this.send(command, optionsOrCb);
|
|
329
|
+
}
|
|
330
|
+
}
|
|
301
331
|
batchGetDevEndpoints(args, optionsOrCb, cb) {
|
|
302
332
|
const command = new BatchGetDevEndpointsCommand(args);
|
|
303
333
|
if (typeof optionsOrCb === "function") {
|
|
@@ -396,6 +426,34 @@ export class Glue extends GlueClient {
|
|
|
396
426
|
return this.send(command, optionsOrCb);
|
|
397
427
|
}
|
|
398
428
|
}
|
|
429
|
+
cancelDataQualityRuleRecommendationRun(args, optionsOrCb, cb) {
|
|
430
|
+
const command = new CancelDataQualityRuleRecommendationRunCommand(args);
|
|
431
|
+
if (typeof optionsOrCb === "function") {
|
|
432
|
+
this.send(command, optionsOrCb);
|
|
433
|
+
}
|
|
434
|
+
else if (typeof cb === "function") {
|
|
435
|
+
if (typeof optionsOrCb !== "object")
|
|
436
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
437
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
438
|
+
}
|
|
439
|
+
else {
|
|
440
|
+
return this.send(command, optionsOrCb);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
cancelDataQualityRulesetEvaluationRun(args, optionsOrCb, cb) {
|
|
444
|
+
const command = new CancelDataQualityRulesetEvaluationRunCommand(args);
|
|
445
|
+
if (typeof optionsOrCb === "function") {
|
|
446
|
+
this.send(command, optionsOrCb);
|
|
447
|
+
}
|
|
448
|
+
else if (typeof cb === "function") {
|
|
449
|
+
if (typeof optionsOrCb !== "object")
|
|
450
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
451
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
452
|
+
}
|
|
453
|
+
else {
|
|
454
|
+
return this.send(command, optionsOrCb);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
399
457
|
cancelMLTaskRun(args, optionsOrCb, cb) {
|
|
400
458
|
const command = new CancelMLTaskRunCommand(args);
|
|
401
459
|
if (typeof optionsOrCb === "function") {
|
|
@@ -522,6 +580,20 @@ export class Glue extends GlueClient {
|
|
|
522
580
|
return this.send(command, optionsOrCb);
|
|
523
581
|
}
|
|
524
582
|
}
|
|
583
|
+
createDataQualityRuleset(args, optionsOrCb, cb) {
|
|
584
|
+
const command = new CreateDataQualityRulesetCommand(args);
|
|
585
|
+
if (typeof optionsOrCb === "function") {
|
|
586
|
+
this.send(command, optionsOrCb);
|
|
587
|
+
}
|
|
588
|
+
else if (typeof cb === "function") {
|
|
589
|
+
if (typeof optionsOrCb !== "object")
|
|
590
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
591
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
592
|
+
}
|
|
593
|
+
else {
|
|
594
|
+
return this.send(command, optionsOrCb);
|
|
595
|
+
}
|
|
596
|
+
}
|
|
525
597
|
createDevEndpoint(args, optionsOrCb, cb) {
|
|
526
598
|
const command = new CreateDevEndpointCommand(args);
|
|
527
599
|
if (typeof optionsOrCb === "function") {
|
|
@@ -830,6 +902,20 @@ export class Glue extends GlueClient {
|
|
|
830
902
|
return this.send(command, optionsOrCb);
|
|
831
903
|
}
|
|
832
904
|
}
|
|
905
|
+
deleteDataQualityRuleset(args, optionsOrCb, cb) {
|
|
906
|
+
const command = new DeleteDataQualityRulesetCommand(args);
|
|
907
|
+
if (typeof optionsOrCb === "function") {
|
|
908
|
+
this.send(command, optionsOrCb);
|
|
909
|
+
}
|
|
910
|
+
else if (typeof cb === "function") {
|
|
911
|
+
if (typeof optionsOrCb !== "object")
|
|
912
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
913
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
914
|
+
}
|
|
915
|
+
else {
|
|
916
|
+
return this.send(command, optionsOrCb);
|
|
917
|
+
}
|
|
918
|
+
}
|
|
833
919
|
deleteDevEndpoint(args, optionsOrCb, cb) {
|
|
834
920
|
const command = new DeleteDevEndpointCommand(args);
|
|
835
921
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1306,6 +1392,62 @@ export class Glue extends GlueClient {
|
|
|
1306
1392
|
return this.send(command, optionsOrCb);
|
|
1307
1393
|
}
|
|
1308
1394
|
}
|
|
1395
|
+
getDataQualityResult(args, optionsOrCb, cb) {
|
|
1396
|
+
const command = new GetDataQualityResultCommand(args);
|
|
1397
|
+
if (typeof optionsOrCb === "function") {
|
|
1398
|
+
this.send(command, optionsOrCb);
|
|
1399
|
+
}
|
|
1400
|
+
else if (typeof cb === "function") {
|
|
1401
|
+
if (typeof optionsOrCb !== "object")
|
|
1402
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1403
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1404
|
+
}
|
|
1405
|
+
else {
|
|
1406
|
+
return this.send(command, optionsOrCb);
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
getDataQualityRuleRecommendationRun(args, optionsOrCb, cb) {
|
|
1410
|
+
const command = new GetDataQualityRuleRecommendationRunCommand(args);
|
|
1411
|
+
if (typeof optionsOrCb === "function") {
|
|
1412
|
+
this.send(command, optionsOrCb);
|
|
1413
|
+
}
|
|
1414
|
+
else if (typeof cb === "function") {
|
|
1415
|
+
if (typeof optionsOrCb !== "object")
|
|
1416
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1417
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1418
|
+
}
|
|
1419
|
+
else {
|
|
1420
|
+
return this.send(command, optionsOrCb);
|
|
1421
|
+
}
|
|
1422
|
+
}
|
|
1423
|
+
getDataQualityRuleset(args, optionsOrCb, cb) {
|
|
1424
|
+
const command = new GetDataQualityRulesetCommand(args);
|
|
1425
|
+
if (typeof optionsOrCb === "function") {
|
|
1426
|
+
this.send(command, optionsOrCb);
|
|
1427
|
+
}
|
|
1428
|
+
else if (typeof cb === "function") {
|
|
1429
|
+
if (typeof optionsOrCb !== "object")
|
|
1430
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1431
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1432
|
+
}
|
|
1433
|
+
else {
|
|
1434
|
+
return this.send(command, optionsOrCb);
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
getDataQualityRulesetEvaluationRun(args, optionsOrCb, cb) {
|
|
1438
|
+
const command = new GetDataQualityRulesetEvaluationRunCommand(args);
|
|
1439
|
+
if (typeof optionsOrCb === "function") {
|
|
1440
|
+
this.send(command, optionsOrCb);
|
|
1441
|
+
}
|
|
1442
|
+
else if (typeof cb === "function") {
|
|
1443
|
+
if (typeof optionsOrCb !== "object")
|
|
1444
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1445
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1446
|
+
}
|
|
1447
|
+
else {
|
|
1448
|
+
return this.send(command, optionsOrCb);
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1309
1451
|
getDevEndpoint(args, optionsOrCb, cb) {
|
|
1310
1452
|
const command = new GetDevEndpointCommand(args);
|
|
1311
1453
|
if (typeof optionsOrCb === "function") {
|
|
@@ -1978,6 +2120,62 @@ export class Glue extends GlueClient {
|
|
|
1978
2120
|
return this.send(command, optionsOrCb);
|
|
1979
2121
|
}
|
|
1980
2122
|
}
|
|
2123
|
+
listDataQualityResults(args, optionsOrCb, cb) {
|
|
2124
|
+
const command = new ListDataQualityResultsCommand(args);
|
|
2125
|
+
if (typeof optionsOrCb === "function") {
|
|
2126
|
+
this.send(command, optionsOrCb);
|
|
2127
|
+
}
|
|
2128
|
+
else if (typeof cb === "function") {
|
|
2129
|
+
if (typeof optionsOrCb !== "object")
|
|
2130
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2131
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2132
|
+
}
|
|
2133
|
+
else {
|
|
2134
|
+
return this.send(command, optionsOrCb);
|
|
2135
|
+
}
|
|
2136
|
+
}
|
|
2137
|
+
listDataQualityRuleRecommendationRuns(args, optionsOrCb, cb) {
|
|
2138
|
+
const command = new ListDataQualityRuleRecommendationRunsCommand(args);
|
|
2139
|
+
if (typeof optionsOrCb === "function") {
|
|
2140
|
+
this.send(command, optionsOrCb);
|
|
2141
|
+
}
|
|
2142
|
+
else if (typeof cb === "function") {
|
|
2143
|
+
if (typeof optionsOrCb !== "object")
|
|
2144
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2145
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2146
|
+
}
|
|
2147
|
+
else {
|
|
2148
|
+
return this.send(command, optionsOrCb);
|
|
2149
|
+
}
|
|
2150
|
+
}
|
|
2151
|
+
listDataQualityRulesetEvaluationRuns(args, optionsOrCb, cb) {
|
|
2152
|
+
const command = new ListDataQualityRulesetEvaluationRunsCommand(args);
|
|
2153
|
+
if (typeof optionsOrCb === "function") {
|
|
2154
|
+
this.send(command, optionsOrCb);
|
|
2155
|
+
}
|
|
2156
|
+
else if (typeof cb === "function") {
|
|
2157
|
+
if (typeof optionsOrCb !== "object")
|
|
2158
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2159
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2160
|
+
}
|
|
2161
|
+
else {
|
|
2162
|
+
return this.send(command, optionsOrCb);
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
listDataQualityRulesets(args, optionsOrCb, cb) {
|
|
2166
|
+
const command = new ListDataQualityRulesetsCommand(args);
|
|
2167
|
+
if (typeof optionsOrCb === "function") {
|
|
2168
|
+
this.send(command, optionsOrCb);
|
|
2169
|
+
}
|
|
2170
|
+
else if (typeof cb === "function") {
|
|
2171
|
+
if (typeof optionsOrCb !== "object")
|
|
2172
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2173
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2174
|
+
}
|
|
2175
|
+
else {
|
|
2176
|
+
return this.send(command, optionsOrCb);
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
1981
2179
|
listDevEndpoints(args, optionsOrCb, cb) {
|
|
1982
2180
|
const command = new ListDevEndpointsCommand(args);
|
|
1983
2181
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2314,6 +2512,34 @@ export class Glue extends GlueClient {
|
|
|
2314
2512
|
return this.send(command, optionsOrCb);
|
|
2315
2513
|
}
|
|
2316
2514
|
}
|
|
2515
|
+
startDataQualityRuleRecommendationRun(args, optionsOrCb, cb) {
|
|
2516
|
+
const command = new StartDataQualityRuleRecommendationRunCommand(args);
|
|
2517
|
+
if (typeof optionsOrCb === "function") {
|
|
2518
|
+
this.send(command, optionsOrCb);
|
|
2519
|
+
}
|
|
2520
|
+
else if (typeof cb === "function") {
|
|
2521
|
+
if (typeof optionsOrCb !== "object")
|
|
2522
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2523
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2524
|
+
}
|
|
2525
|
+
else {
|
|
2526
|
+
return this.send(command, optionsOrCb);
|
|
2527
|
+
}
|
|
2528
|
+
}
|
|
2529
|
+
startDataQualityRulesetEvaluationRun(args, optionsOrCb, cb) {
|
|
2530
|
+
const command = new StartDataQualityRulesetEvaluationRunCommand(args);
|
|
2531
|
+
if (typeof optionsOrCb === "function") {
|
|
2532
|
+
this.send(command, optionsOrCb);
|
|
2533
|
+
}
|
|
2534
|
+
else if (typeof cb === "function") {
|
|
2535
|
+
if (typeof optionsOrCb !== "object")
|
|
2536
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2537
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2538
|
+
}
|
|
2539
|
+
else {
|
|
2540
|
+
return this.send(command, optionsOrCb);
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2317
2543
|
startExportLabelsTaskRun(args, optionsOrCb, cb) {
|
|
2318
2544
|
const command = new StartExportLabelsTaskRunCommand(args);
|
|
2319
2545
|
if (typeof optionsOrCb === "function") {
|
|
@@ -2622,6 +2848,20 @@ export class Glue extends GlueClient {
|
|
|
2622
2848
|
return this.send(command, optionsOrCb);
|
|
2623
2849
|
}
|
|
2624
2850
|
}
|
|
2851
|
+
updateDataQualityRuleset(args, optionsOrCb, cb) {
|
|
2852
|
+
const command = new UpdateDataQualityRulesetCommand(args);
|
|
2853
|
+
if (typeof optionsOrCb === "function") {
|
|
2854
|
+
this.send(command, optionsOrCb);
|
|
2855
|
+
}
|
|
2856
|
+
else if (typeof cb === "function") {
|
|
2857
|
+
if (typeof optionsOrCb !== "object")
|
|
2858
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2859
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
2860
|
+
}
|
|
2861
|
+
else {
|
|
2862
|
+
return this.send(command, optionsOrCb);
|
|
2863
|
+
}
|
|
2864
|
+
}
|
|
2625
2865
|
updateDevEndpoint(args, optionsOrCb, cb) {
|
|
2626
2866
|
const command = new UpdateDevEndpointCommand(args);
|
|
2627
2867
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { BatchGetDataQualityResultRequestFilterSensitiveLog, BatchGetDataQualityResultResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1BatchGetDataQualityResultCommand, serializeAws_json1_1BatchGetDataQualityResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class BatchGetDataQualityResultCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, BatchGetDataQualityResultCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "GlueClient";
|
|
25
|
+
const commandName = "BatchGetDataQualityResultCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: BatchGetDataQualityResultRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: BatchGetDataQualityResultResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1BatchGetDataQualityResultCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1BatchGetDataQualityResultCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CancelDataQualityRuleRecommendationRunRequestFilterSensitiveLog, CancelDataQualityRuleRecommendationRunResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand, serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class CancelDataQualityRuleRecommendationRunCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CancelDataQualityRuleRecommendationRunCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "GlueClient";
|
|
25
|
+
const commandName = "CancelDataQualityRuleRecommendationRunCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: CancelDataQualityRuleRecommendationRunRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: CancelDataQualityRuleRecommendationRunResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1CancelDataQualityRuleRecommendationRunCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CancelDataQualityRulesetEvaluationRunRequestFilterSensitiveLog, CancelDataQualityRulesetEvaluationRunResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand, serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class CancelDataQualityRulesetEvaluationRunCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CancelDataQualityRulesetEvaluationRunCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "GlueClient";
|
|
25
|
+
const commandName = "CancelDataQualityRulesetEvaluationRunCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: CancelDataQualityRulesetEvaluationRunRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: CancelDataQualityRulesetEvaluationRunResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1CancelDataQualityRulesetEvaluationRunCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CreateDataQualityRulesetRequestFilterSensitiveLog, CreateDataQualityRulesetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1CreateDataQualityRulesetCommand, serializeAws_json1_1CreateDataQualityRulesetCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class CreateDataQualityRulesetCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, CreateDataQualityRulesetCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "GlueClient";
|
|
25
|
+
const commandName = "CreateDataQualityRulesetCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: CreateDataQualityRulesetRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: CreateDataQualityRulesetResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1CreateDataQualityRulesetCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1CreateDataQualityRulesetCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateSecurityConfigurationRequestFilterSensitiveLog, CreateSecurityConfigurationResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateSecurityConfigurationRequestFilterSensitiveLog, CreateSecurityConfigurationResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1CreateSecurityConfigurationCommand, serializeAws_json1_1CreateSecurityConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class CreateSecurityConfigurationCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateSessionRequestFilterSensitiveLog, CreateSessionResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateSessionRequestFilterSensitiveLog, CreateSessionResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1CreateSessionCommand, serializeAws_json1_1CreateSessionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class CreateSessionCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateTableRequestFilterSensitiveLog, CreateTableResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateTableRequestFilterSensitiveLog, CreateTableResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1CreateTableCommand, serializeAws_json1_1CreateTableCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class CreateTableCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateTriggerRequestFilterSensitiveLog, CreateTriggerResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateTriggerRequestFilterSensitiveLog, CreateTriggerResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1CreateTriggerCommand, serializeAws_json1_1CreateTriggerCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class CreateTriggerCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { CreateUserDefinedFunctionRequestFilterSensitiveLog, CreateUserDefinedFunctionResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { CreateUserDefinedFunctionRequestFilterSensitiveLog, CreateUserDefinedFunctionResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
5
|
import { deserializeAws_json1_1CreateUserDefinedFunctionCommand, serializeAws_json1_1CreateUserDefinedFunctionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export class CreateUserDefinedFunctionCommand extends $Command {
|
|
7
7
|
constructor(input) {
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DeleteDataQualityRulesetRequestFilterSensitiveLog, DeleteDataQualityRulesetResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_json1_1DeleteDataQualityRulesetCommand, serializeAws_json1_1DeleteDataQualityRulesetCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class DeleteDataQualityRulesetCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DeleteDataQualityRulesetCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "GlueClient";
|
|
25
|
+
const commandName = "DeleteDataQualityRulesetCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: DeleteDataQualityRulesetRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: DeleteDataQualityRulesetResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1DeleteDataQualityRulesetCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1DeleteDataQualityRulesetCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { GetDataQualityResultRequestFilterSensitiveLog, GetDataQualityResultResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
|
+
import { deserializeAws_json1_1GetDataQualityResultCommand, serializeAws_json1_1GetDataQualityResultCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export class GetDataQualityResultCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
10
|
+
}
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, GetDataQualityResultCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "GlueClient";
|
|
25
|
+
const commandName = "GetDataQualityResultCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: GetDataQualityResultRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: GetDataQualityResultResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return serializeAws_json1_1GetDataQualityResultCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return deserializeAws_json1_1GetDataQualityResultCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|