@aws-sdk/client-glue 3.624.0 → 3.627.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/index.js +525 -36
- package/dist-es/Glue.js +12 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/BatchGetJobsCommand.js +1 -1
- package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
- package/dist-es/commands/CreateJobCommand.js +1 -1
- package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
- package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/GetJobCommand.js +1 -1
- package/dist-es/commands/GetJobsCommand.js +1 -1
- package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
- package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
- package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +35 -10
- package/dist-es/models/models_1.js +32 -13
- package/dist-es/models/models_2.js +33 -24
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +272 -0
- package/dist-types/Glue.d.ts +44 -0
- package/dist-types/GlueClient.d.ts +8 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +6 -5
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -5
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/GetJobCommand.d.ts +6 -5
- package/dist-types/commands/GetJobsCommand.d.ts +6 -5
- package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/commands/GetTableCommand.d.ts +144 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +143 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +143 -1
- package/dist-types/commands/GetTablesCommand.d.ts +144 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +143 -1
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +144 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +7 -5
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +151 -152
- package/dist-types/models/models_1.d.ts +339 -420
- package/dist-types/models/models_2.d.ts +3516 -4266
- package/dist-types/models/models_3.d.ts +1549 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/Glue.d.ts +116 -0
- package/dist-types/ts3.4/GlueClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +52 -45
- package/dist-types/ts3.4/models/models_1.d.ts +92 -92
- package/dist-types/ts3.4/models/models_2.d.ts +181 -334
- package/dist-types/ts3.4/models/models_3.d.ts +362 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +1 -1
package/dist-es/Glue.js
CHANGED
|
@@ -14,6 +14,7 @@ import { BatchGetPartitionCommand, } from "./commands/BatchGetPartitionCommand";
|
|
|
14
14
|
import { BatchGetTableOptimizerCommand, } from "./commands/BatchGetTableOptimizerCommand";
|
|
15
15
|
import { BatchGetTriggersCommand, } from "./commands/BatchGetTriggersCommand";
|
|
16
16
|
import { BatchGetWorkflowsCommand, } from "./commands/BatchGetWorkflowsCommand";
|
|
17
|
+
import { BatchPutDataQualityStatisticAnnotationCommand, } from "./commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
17
18
|
import { BatchStopJobRunCommand, } from "./commands/BatchStopJobRunCommand";
|
|
18
19
|
import { BatchUpdatePartitionCommand, } from "./commands/BatchUpdatePartitionCommand";
|
|
19
20
|
import { CancelDataQualityRuleRecommendationRunCommand, } from "./commands/CancelDataQualityRuleRecommendationRunCommand";
|
|
@@ -91,6 +92,8 @@ import { GetDatabaseCommand } from "./commands/GetDatabaseCommand";
|
|
|
91
92
|
import { GetDatabasesCommand, } from "./commands/GetDatabasesCommand";
|
|
92
93
|
import { GetDataCatalogEncryptionSettingsCommand, } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
93
94
|
import { GetDataflowGraphCommand, } from "./commands/GetDataflowGraphCommand";
|
|
95
|
+
import { GetDataQualityModelCommand, } from "./commands/GetDataQualityModelCommand";
|
|
96
|
+
import { GetDataQualityModelResultCommand, } from "./commands/GetDataQualityModelResultCommand";
|
|
94
97
|
import { GetDataQualityResultCommand, } from "./commands/GetDataQualityResultCommand";
|
|
95
98
|
import { GetDataQualityRuleRecommendationRunCommand, } from "./commands/GetDataQualityRuleRecommendationRunCommand";
|
|
96
99
|
import { GetDataQualityRulesetCommand, } from "./commands/GetDataQualityRulesetCommand";
|
|
@@ -150,6 +153,8 @@ import { ListDataQualityResultsCommand, } from "./commands/ListDataQualityResult
|
|
|
150
153
|
import { ListDataQualityRuleRecommendationRunsCommand, } from "./commands/ListDataQualityRuleRecommendationRunsCommand";
|
|
151
154
|
import { ListDataQualityRulesetEvaluationRunsCommand, } from "./commands/ListDataQualityRulesetEvaluationRunsCommand";
|
|
152
155
|
import { ListDataQualityRulesetsCommand, } from "./commands/ListDataQualityRulesetsCommand";
|
|
156
|
+
import { ListDataQualityStatisticAnnotationsCommand, } from "./commands/ListDataQualityStatisticAnnotationsCommand";
|
|
157
|
+
import { ListDataQualityStatisticsCommand, } from "./commands/ListDataQualityStatisticsCommand";
|
|
153
158
|
import { ListDevEndpointsCommand, } from "./commands/ListDevEndpointsCommand";
|
|
154
159
|
import { ListJobsCommand } from "./commands/ListJobsCommand";
|
|
155
160
|
import { ListMLTransformsCommand, } from "./commands/ListMLTransformsCommand";
|
|
@@ -163,6 +168,7 @@ import { ListTriggersCommand, } from "./commands/ListTriggersCommand";
|
|
|
163
168
|
import { ListUsageProfilesCommand, } from "./commands/ListUsageProfilesCommand";
|
|
164
169
|
import { ListWorkflowsCommand, } from "./commands/ListWorkflowsCommand";
|
|
165
170
|
import { PutDataCatalogEncryptionSettingsCommand, } from "./commands/PutDataCatalogEncryptionSettingsCommand";
|
|
171
|
+
import { PutDataQualityProfileAnnotationCommand, } from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
166
172
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
167
173
|
import { PutSchemaVersionMetadataCommand, } from "./commands/PutSchemaVersionMetadataCommand";
|
|
168
174
|
import { PutWorkflowRunPropertiesCommand, } from "./commands/PutWorkflowRunPropertiesCommand";
|
|
@@ -234,6 +240,7 @@ const commands = {
|
|
|
234
240
|
BatchGetTableOptimizerCommand,
|
|
235
241
|
BatchGetTriggersCommand,
|
|
236
242
|
BatchGetWorkflowsCommand,
|
|
243
|
+
BatchPutDataQualityStatisticAnnotationCommand,
|
|
237
244
|
BatchStopJobRunCommand,
|
|
238
245
|
BatchUpdatePartitionCommand,
|
|
239
246
|
CancelDataQualityRuleRecommendationRunCommand,
|
|
@@ -311,6 +318,8 @@ const commands = {
|
|
|
311
318
|
GetDatabasesCommand,
|
|
312
319
|
GetDataCatalogEncryptionSettingsCommand,
|
|
313
320
|
GetDataflowGraphCommand,
|
|
321
|
+
GetDataQualityModelCommand,
|
|
322
|
+
GetDataQualityModelResultCommand,
|
|
314
323
|
GetDataQualityResultCommand,
|
|
315
324
|
GetDataQualityRuleRecommendationRunCommand,
|
|
316
325
|
GetDataQualityRulesetCommand,
|
|
@@ -370,6 +379,8 @@ const commands = {
|
|
|
370
379
|
ListDataQualityRuleRecommendationRunsCommand,
|
|
371
380
|
ListDataQualityRulesetEvaluationRunsCommand,
|
|
372
381
|
ListDataQualityRulesetsCommand,
|
|
382
|
+
ListDataQualityStatisticAnnotationsCommand,
|
|
383
|
+
ListDataQualityStatisticsCommand,
|
|
373
384
|
ListDevEndpointsCommand,
|
|
374
385
|
ListJobsCommand,
|
|
375
386
|
ListMLTransformsCommand,
|
|
@@ -383,6 +394,7 @@ const commands = {
|
|
|
383
394
|
ListUsageProfilesCommand,
|
|
384
395
|
ListWorkflowsCommand,
|
|
385
396
|
PutDataCatalogEncryptionSettingsCommand,
|
|
397
|
+
PutDataQualityProfileAnnotationCommand,
|
|
386
398
|
PutResourcePolicyCommand,
|
|
387
399
|
PutSchemaVersionMetadataCommand,
|
|
388
400
|
PutWorkflowRunPropertiesCommand,
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { BatchGetDataQualityResultResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_BatchGetDataQualityResultCommand, se_BatchGetDataQualityResultCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class BatchGetDataQualityResultCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class BatchGetDataQualityResultCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSGlue", "BatchGetDataQualityResult", {})
|
|
19
20
|
.n("GlueClient", "BatchGetDataQualityResultCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, BatchGetDataQualityResultResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_BatchGetDataQualityResultCommand)
|
|
22
23
|
.de(de_BatchGetDataQualityResultCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { BatchGetJobsResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { BatchGetJobsResponseFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_BatchGetJobsCommand, se_BatchGetJobsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchGetJobsCommand extends $Command
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_BatchPutDataQualityStatisticAnnotationCommand, se_BatchPutDataQualityStatisticAnnotationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class BatchPutDataQualityStatisticAnnotationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGlue", "BatchPutDataQualityStatisticAnnotation", {})
|
|
19
|
+
.n("GlueClient", "BatchPutDataQualityStatisticAnnotationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_BatchPutDataQualityStatisticAnnotationCommand)
|
|
22
|
+
.de(de_BatchPutDataQualityStatisticAnnotationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { CreateJobRequestFilterSensitiveLog } from "../models/
|
|
5
|
+
import { CreateJobRequestFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateJobCommand extends $Command
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetDataQualityModelCommand, se_GetDataQualityModelCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetDataQualityModelCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGlue", "GetDataQualityModel", {})
|
|
19
|
+
.n("GlueClient", "GetDataQualityModelCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDataQualityModelCommand)
|
|
22
|
+
.de(de_GetDataQualityModelCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetDataQualityModelResultCommand, se_GetDataQualityModelResultCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetDataQualityModelResultCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGlue", "GetDataQualityModelResult", {})
|
|
19
|
+
.n("GlueClient", "GetDataQualityModelResultCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetDataQualityModelResultCommand)
|
|
22
|
+
.de(de_GetDataQualityModelResultCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { GetDataQualityResultResponseFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_GetDataQualityResultCommand, se_GetDataQualityResultCommand } from "../protocols/Aws_json1_1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class GetDataQualityResultCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class GetDataQualityResultCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AWSGlue", "GetDataQualityResult", {})
|
|
19
20
|
.n("GlueClient", "GetDataQualityResultCommand")
|
|
20
|
-
.f(void 0,
|
|
21
|
+
.f(void 0, GetDataQualityResultResponseFilterSensitiveLog)
|
|
21
22
|
.ser(se_GetDataQualityResultCommand)
|
|
22
23
|
.de(de_GetDataQualityResultCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetJobResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetJobResponseFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetJobCommand extends $Command
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetJobsResponseFilterSensitiveLog } from "../models/
|
|
5
|
+
import { GetJobsResponseFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_GetJobsCommand, se_GetJobsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetJobsCommand extends $Command
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListDataQualityStatisticAnnotationsCommand, se_ListDataQualityStatisticAnnotationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListDataQualityStatisticAnnotationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGlue", "ListDataQualityStatisticAnnotations", {})
|
|
19
|
+
.n("GlueClient", "ListDataQualityStatisticAnnotationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListDataQualityStatisticAnnotationsCommand)
|
|
22
|
+
.de(de_ListDataQualityStatisticAnnotationsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ListDataQualityStatisticsResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
|
+
import { de_ListDataQualityStatisticsCommand, se_ListDataQualityStatisticsCommand } from "../protocols/Aws_json1_1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class ListDataQualityStatisticsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep({
|
|
11
|
+
...commonParams,
|
|
12
|
+
})
|
|
13
|
+
.m(function (Command, cs, config, o) {
|
|
14
|
+
return [
|
|
15
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
16
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
17
|
+
];
|
|
18
|
+
})
|
|
19
|
+
.s("AWSGlue", "ListDataQualityStatistics", {})
|
|
20
|
+
.n("GlueClient", "ListDataQualityStatisticsCommand")
|
|
21
|
+
.f(void 0, ListDataQualityStatisticsResponseFilterSensitiveLog)
|
|
22
|
+
.ser(se_ListDataQualityStatisticsCommand)
|
|
23
|
+
.de(de_ListDataQualityStatisticsCommand)
|
|
24
|
+
.build() {
|
|
25
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_PutDataQualityProfileAnnotationCommand, se_PutDataQualityProfileAnnotationCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class PutDataQualityProfileAnnotationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSGlue", "PutDataQualityProfileAnnotation", {})
|
|
19
|
+
.n("GlueClient", "PutDataQualityProfileAnnotationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_PutDataQualityProfileAnnotationCommand)
|
|
22
|
+
.de(de_PutDataQualityProfileAnnotationCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateJobRequestFilterSensitiveLog } from "../models/
|
|
5
|
+
import { UpdateJobRequestFilterSensitiveLog } from "../models/models_3";
|
|
6
6
|
import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateJobCommand extends $Command
|
|
@@ -13,6 +13,7 @@ export * from "./BatchGetPartitionCommand";
|
|
|
13
13
|
export * from "./BatchGetTableOptimizerCommand";
|
|
14
14
|
export * from "./BatchGetTriggersCommand";
|
|
15
15
|
export * from "./BatchGetWorkflowsCommand";
|
|
16
|
+
export * from "./BatchPutDataQualityStatisticAnnotationCommand";
|
|
16
17
|
export * from "./BatchStopJobRunCommand";
|
|
17
18
|
export * from "./BatchUpdatePartitionCommand";
|
|
18
19
|
export * from "./CancelDataQualityRuleRecommendationRunCommand";
|
|
@@ -87,6 +88,8 @@ export * from "./GetCrawlerMetricsCommand";
|
|
|
87
88
|
export * from "./GetCrawlersCommand";
|
|
88
89
|
export * from "./GetCustomEntityTypeCommand";
|
|
89
90
|
export * from "./GetDataCatalogEncryptionSettingsCommand";
|
|
91
|
+
export * from "./GetDataQualityModelCommand";
|
|
92
|
+
export * from "./GetDataQualityModelResultCommand";
|
|
90
93
|
export * from "./GetDataQualityResultCommand";
|
|
91
94
|
export * from "./GetDataQualityRuleRecommendationRunCommand";
|
|
92
95
|
export * from "./GetDataQualityRulesetCommand";
|
|
@@ -149,6 +152,8 @@ export * from "./ListDataQualityResultsCommand";
|
|
|
149
152
|
export * from "./ListDataQualityRuleRecommendationRunsCommand";
|
|
150
153
|
export * from "./ListDataQualityRulesetEvaluationRunsCommand";
|
|
151
154
|
export * from "./ListDataQualityRulesetsCommand";
|
|
155
|
+
export * from "./ListDataQualityStatisticAnnotationsCommand";
|
|
156
|
+
export * from "./ListDataQualityStatisticsCommand";
|
|
152
157
|
export * from "./ListDevEndpointsCommand";
|
|
153
158
|
export * from "./ListJobsCommand";
|
|
154
159
|
export * from "./ListMLTransformsCommand";
|
|
@@ -162,6 +167,7 @@ export * from "./ListTriggersCommand";
|
|
|
162
167
|
export * from "./ListUsageProfilesCommand";
|
|
163
168
|
export * from "./ListWorkflowsCommand";
|
|
164
169
|
export * from "./PutDataCatalogEncryptionSettingsCommand";
|
|
170
|
+
export * from "./PutDataQualityProfileAnnotationCommand";
|
|
165
171
|
export * from "./PutResourcePolicyCommand";
|
|
166
172
|
export * from "./PutSchemaVersionMetadataCommand";
|
|
167
173
|
export * from "./PutWorkflowRunPropertiesCommand";
|
package/dist-es/models/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
1
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
2
3
|
export class AccessDeniedException extends __BaseException {
|
|
3
4
|
constructor(opts) {
|
|
@@ -46,6 +47,10 @@ export class AlreadyExistsException extends __BaseException {
|
|
|
46
47
|
this.Message = opts.Message;
|
|
47
48
|
}
|
|
48
49
|
}
|
|
50
|
+
export const InclusionAnnotationValue = {
|
|
51
|
+
EXCLUDE: "EXCLUDE",
|
|
52
|
+
INCLUDE: "INCLUDE",
|
|
53
|
+
};
|
|
49
54
|
export const AuthenticationType = {
|
|
50
55
|
BASIC: "BASIC",
|
|
51
56
|
CUSTOM: "CUSTOM",
|
|
@@ -533,13 +538,33 @@ export const DataFormat = {
|
|
|
533
538
|
JSON: "JSON",
|
|
534
539
|
PROTOBUF: "PROTOBUF",
|
|
535
540
|
};
|
|
536
|
-
export const
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
};
|
|
541
|
+
export const DataQualityAnalyzerResultFilterSensitiveLog = (obj) => ({
|
|
542
|
+
...obj,
|
|
543
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
544
|
+
...(obj.EvaluationMessage && { EvaluationMessage: SENSITIVE_STRING }),
|
|
545
|
+
...(obj.EvaluatedMetrics && { EvaluatedMetrics: SENSITIVE_STRING }),
|
|
546
|
+
});
|
|
547
|
+
export const DataQualityObservationFilterSensitiveLog = (obj) => ({
|
|
548
|
+
...obj,
|
|
549
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
550
|
+
});
|
|
551
|
+
export const DataQualityRuleResultFilterSensitiveLog = (obj) => ({
|
|
552
|
+
...obj,
|
|
553
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
554
|
+
...(obj.EvaluationMessage && { EvaluationMessage: SENSITIVE_STRING }),
|
|
555
|
+
...(obj.EvaluatedMetrics && { EvaluatedMetrics: SENSITIVE_STRING }),
|
|
556
|
+
...(obj.EvaluatedRule && { EvaluatedRule: SENSITIVE_STRING }),
|
|
557
|
+
});
|
|
558
|
+
export const DataQualityResultFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
...(obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) }),
|
|
561
|
+
...(obj.AnalyzerResults && {
|
|
562
|
+
AnalyzerResults: obj.AnalyzerResults.map((item) => DataQualityAnalyzerResultFilterSensitiveLog(item)),
|
|
563
|
+
}),
|
|
564
|
+
...(obj.Observations && {
|
|
565
|
+
Observations: obj.Observations.map((item) => DataQualityObservationFilterSensitiveLog(item)),
|
|
566
|
+
}),
|
|
567
|
+
});
|
|
568
|
+
export const BatchGetDataQualityResultResponseFilterSensitiveLog = (obj) => ({
|
|
569
|
+
...obj,
|
|
570
|
+
});
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
2
|
+
import { DataQualityAnalyzerResultFilterSensitiveLog, DataQualityObservationFilterSensitiveLog, DataQualityRuleResultFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const CsvHeaderOption = {
|
|
4
|
+
ABSENT: "ABSENT",
|
|
5
|
+
PRESENT: "PRESENT",
|
|
6
|
+
UNKNOWN: "UNKNOWN",
|
|
7
|
+
};
|
|
8
|
+
export const CsvSerdeOption = {
|
|
9
|
+
LazySimpleSerDe: "LazySimpleSerDe",
|
|
10
|
+
None: "None",
|
|
11
|
+
OpenCSVSerDe: "OpenCSVSerDe",
|
|
12
|
+
};
|
|
2
13
|
export const ConnectionPropertyKey = {
|
|
14
|
+
CLUSTER_IDENTIFIER: "CLUSTER_IDENTIFIER",
|
|
3
15
|
CONFIG_FILES: "CONFIG_FILES",
|
|
4
16
|
CONNECTION_URL: "CONNECTION_URL",
|
|
5
17
|
CONNECTOR_CLASS_NAME: "CONNECTOR_CLASS_NAME",
|
|
@@ -7,6 +19,7 @@ export const ConnectionPropertyKey = {
|
|
|
7
19
|
CONNECTOR_URL: "CONNECTOR_URL",
|
|
8
20
|
CUSTOM_JDBC_CERT: "CUSTOM_JDBC_CERT",
|
|
9
21
|
CUSTOM_JDBC_CERT_STRING: "CUSTOM_JDBC_CERT_STRING",
|
|
22
|
+
DATABASE: "DATABASE",
|
|
10
23
|
ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD",
|
|
11
24
|
ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD: "ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD",
|
|
12
25
|
ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD: "ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD",
|
|
@@ -39,10 +52,12 @@ export const ConnectionPropertyKey = {
|
|
|
39
52
|
KAFKA_SSL_ENABLED: "KAFKA_SSL_ENABLED",
|
|
40
53
|
PASSWORD: "PASSWORD",
|
|
41
54
|
PORT: "PORT",
|
|
55
|
+
REGION: "REGION",
|
|
42
56
|
ROLE_ARN: "ROLE_ARN",
|
|
43
57
|
SECRET_ID: "SECRET_ID",
|
|
44
58
|
SKIP_CUSTOM_JDBC_CERT_VALIDATION: "SKIP_CUSTOM_JDBC_CERT_VALIDATION",
|
|
45
59
|
USER_NAME: "USERNAME",
|
|
60
|
+
WORKGROUP_NAME: "WORKGROUP_NAME",
|
|
46
61
|
};
|
|
47
62
|
export const ConnectionType = {
|
|
48
63
|
CUSTOM: "CUSTOM",
|
|
@@ -53,6 +68,8 @@ export const ConnectionType = {
|
|
|
53
68
|
NETWORK: "NETWORK",
|
|
54
69
|
SALESFORCE: "SALESFORCE",
|
|
55
70
|
SFTP: "SFTP",
|
|
71
|
+
VIEW_VALIDATION_ATHENA: "VIEW_VALIDATION_ATHENA",
|
|
72
|
+
VIEW_VALIDATION_REDSHIFT: "VIEW_VALIDATION_REDSHIFT",
|
|
56
73
|
};
|
|
57
74
|
export const ConnectionStatus = {
|
|
58
75
|
FAILED: "FAILED",
|
|
@@ -298,6 +315,11 @@ export const CatalogEncryptionMode = {
|
|
|
298
315
|
SSEKMS: "SSE-KMS",
|
|
299
316
|
SSEKMSWITHSERVICEROLE: "SSE-KMS-WITH-SERVICE-ROLE",
|
|
300
317
|
};
|
|
318
|
+
export const DataQualityModelStatus = {
|
|
319
|
+
FAILED: "FAILED",
|
|
320
|
+
RUNNING: "RUNNING",
|
|
321
|
+
SUCCEEDED: "SUCCEEDED",
|
|
322
|
+
};
|
|
301
323
|
export const DQCompositeRuleEvaluationMethod = {
|
|
302
324
|
COLUMN: "COLUMN",
|
|
303
325
|
ROW: "ROW",
|
|
@@ -330,16 +352,13 @@ export const TransformSortColumnType = {
|
|
|
330
352
|
STATUS: "STATUS",
|
|
331
353
|
TRANSFORM_TYPE: "TRANSFORM_TYPE",
|
|
332
354
|
};
|
|
333
|
-
export const
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
DELETING: "DELETING",
|
|
344
|
-
FAILED: "FAILED",
|
|
345
|
-
};
|
|
355
|
+
export const GetDataQualityResultResponseFilterSensitiveLog = (obj) => ({
|
|
356
|
+
...obj,
|
|
357
|
+
...(obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) }),
|
|
358
|
+
...(obj.AnalyzerResults && {
|
|
359
|
+
AnalyzerResults: obj.AnalyzerResults.map((item) => DataQualityAnalyzerResultFilterSensitiveLog(item)),
|
|
360
|
+
}),
|
|
361
|
+
...(obj.Observations && {
|
|
362
|
+
Observations: obj.Observations.map((item) => DataQualityObservationFilterSensitiveLog(item)),
|
|
363
|
+
}),
|
|
364
|
+
});
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
+
export const BackfillErrorCode = {
|
|
4
|
+
ENCRYPTED_PARTITION_ERROR: "ENCRYPTED_PARTITION_ERROR",
|
|
5
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
6
|
+
INVALID_PARTITION_TYPE_DATA_ERROR: "INVALID_PARTITION_TYPE_DATA_ERROR",
|
|
7
|
+
MISSING_PARTITION_VALUE_ERROR: "MISSING_PARTITION_VALUE_ERROR",
|
|
8
|
+
UNSUPPORTED_PARTITION_CHARACTER_ERROR: "UNSUPPORTED_PARTITION_CHARACTER_ERROR",
|
|
9
|
+
};
|
|
10
|
+
export const PartitionIndexStatus = {
|
|
11
|
+
ACTIVE: "ACTIVE",
|
|
12
|
+
CREATING: "CREATING",
|
|
13
|
+
DELETING: "DELETING",
|
|
14
|
+
FAILED: "FAILED",
|
|
15
|
+
};
|
|
3
16
|
export const SchemaDiffType = {
|
|
4
17
|
SYNTAX_DIFF: "SYNTAX_DIFF",
|
|
5
18
|
};
|
|
@@ -11,6 +24,17 @@ export const StatementState = {
|
|
|
11
24
|
RUNNING: "RUNNING",
|
|
12
25
|
WAITING: "WAITING",
|
|
13
26
|
};
|
|
27
|
+
export const ResourceAction = {
|
|
28
|
+
CREATE: "CREATE",
|
|
29
|
+
UPDATE: "UPDATE",
|
|
30
|
+
};
|
|
31
|
+
export const ResourceState = {
|
|
32
|
+
FAILED: "FAILED",
|
|
33
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
34
|
+
QUEUED: "QUEUED",
|
|
35
|
+
STOPPED: "STOPPED",
|
|
36
|
+
SUCCESS: "SUCCESS",
|
|
37
|
+
};
|
|
14
38
|
export const PermissionType = {
|
|
15
39
|
CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
|
|
16
40
|
COLUMN_PERMISSION: "COLUMN_PERMISSION",
|
|
@@ -51,6 +75,11 @@ export const CrawlerHistoryState = {
|
|
|
51
75
|
RUNNING: "RUNNING",
|
|
52
76
|
STOPPED: "STOPPED",
|
|
53
77
|
};
|
|
78
|
+
export const StatisticEvaluationLevel = {
|
|
79
|
+
COLUMN: "Column",
|
|
80
|
+
DATASET: "Dataset",
|
|
81
|
+
MULTICOLUMN: "Multicolumn",
|
|
82
|
+
};
|
|
54
83
|
export const EnableHybridValues = {
|
|
55
84
|
FALSE: "FALSE",
|
|
56
85
|
TRUE: "TRUE",
|
|
@@ -246,31 +275,11 @@ export const ViewUpdateAction = {
|
|
|
246
275
|
DROP: "DROP",
|
|
247
276
|
REPLACE: "REPLACE",
|
|
248
277
|
};
|
|
249
|
-
export const
|
|
250
|
-
...obj,
|
|
251
|
-
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
252
|
-
});
|
|
253
|
-
export const JobFilterSensitiveLog = (obj) => ({
|
|
254
|
-
...obj,
|
|
255
|
-
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
256
|
-
});
|
|
257
|
-
export const JobUpdateFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
260
|
-
});
|
|
261
|
-
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
262
|
-
...obj,
|
|
263
|
-
...(obj.Job && { Job: JobFilterSensitiveLog(obj.Job) }),
|
|
264
|
-
});
|
|
265
|
-
export const UpdateJobRequestFilterSensitiveLog = (obj) => ({
|
|
266
|
-
...obj,
|
|
267
|
-
...(obj.JobUpdate && { JobUpdate: JobUpdateFilterSensitiveLog(obj.JobUpdate) }),
|
|
268
|
-
});
|
|
269
|
-
export const BatchGetJobsResponseFilterSensitiveLog = (obj) => ({
|
|
278
|
+
export const StatisticSummaryFilterSensitiveLog = (obj) => ({
|
|
270
279
|
...obj,
|
|
271
|
-
...(obj.
|
|
280
|
+
...(obj.StatisticProperties && { StatisticProperties: SENSITIVE_STRING }),
|
|
272
281
|
});
|
|
273
|
-
export const
|
|
282
|
+
export const ListDataQualityStatisticsResponseFilterSensitiveLog = (obj) => ({
|
|
274
283
|
...obj,
|
|
275
|
-
...(obj.
|
|
284
|
+
...(obj.Statistics && { Statistics: obj.Statistics.map((item) => StatisticSummaryFilterSensitiveLog(item)) }),
|
|
276
285
|
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const CreateJobRequestFilterSensitiveLog = (obj) => ({
|
|
3
|
+
...obj,
|
|
4
|
+
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
5
|
+
});
|
|
6
|
+
export const JobFilterSensitiveLog = (obj) => ({
|
|
7
|
+
...obj,
|
|
8
|
+
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
9
|
+
});
|
|
10
|
+
export const JobUpdateFilterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
...(obj.CodeGenConfigurationNodes && { CodeGenConfigurationNodes: SENSITIVE_STRING }),
|
|
13
|
+
});
|
|
14
|
+
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
15
|
+
...obj,
|
|
16
|
+
...(obj.Job && { Job: JobFilterSensitiveLog(obj.Job) }),
|
|
17
|
+
});
|
|
18
|
+
export const UpdateJobRequestFilterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
...(obj.JobUpdate && { JobUpdate: JobUpdateFilterSensitiveLog(obj.JobUpdate) }),
|
|
21
|
+
});
|
|
22
|
+
export const BatchGetJobsResponseFilterSensitiveLog = (obj) => ({
|
|
23
|
+
...obj,
|
|
24
|
+
...(obj.Jobs && { Jobs: obj.Jobs.map((item) => JobFilterSensitiveLog(item)) }),
|
|
25
|
+
});
|
|
26
|
+
export const GetJobsResponseFilterSensitiveLog = (obj) => ({
|
|
27
|
+
...obj,
|
|
28
|
+
...(obj.Jobs && { Jobs: obj.Jobs.map((item) => JobFilterSensitiveLog(item)) }),
|
|
29
|
+
});
|