@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
|
@@ -45,6 +45,7 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
45
45
|
* // Results: [ // DataQualityResultsList // required
|
|
46
46
|
* // { // DataQualityResult
|
|
47
47
|
* // ResultId: "STRING_VALUE",
|
|
48
|
+
* // ProfileId: "STRING_VALUE",
|
|
48
49
|
* // Score: Number("double"),
|
|
49
50
|
* // DataSource: { // DataSource
|
|
50
51
|
* // GlueTable: { // GlueTable
|
|
@@ -73,6 +74,7 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
73
74
|
* // EvaluatedMetrics: { // EvaluatedMetricsMap
|
|
74
75
|
* // "<keys>": Number("double"),
|
|
75
76
|
* // },
|
|
77
|
+
* // EvaluatedRule: "STRING_VALUE",
|
|
76
78
|
* // },
|
|
77
79
|
* // ],
|
|
78
80
|
* // AnalyzerResults: [ // DataQualityAnalyzerResults
|
|
@@ -90,6 +92,7 @@ declare const BatchGetDataQualityResultCommand_base: {
|
|
|
90
92
|
* // Description: "STRING_VALUE",
|
|
91
93
|
* // MetricBasedObservation: { // MetricBasedObservation
|
|
92
94
|
* // MetricName: "STRING_VALUE",
|
|
95
|
+
* // StatisticId: "STRING_VALUE",
|
|
93
96
|
* // MetricValues: { // DataQualityMetricValues
|
|
94
97
|
* // ActualValue: Number("double"),
|
|
95
98
|
* // ExpectedValue: Number("double"),
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
4
|
import { BatchGetJobsRequest } from "../models/models_0";
|
|
5
|
-
import { BatchGetJobsResponse } from "../models/
|
|
5
|
+
import { BatchGetJobsResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -309,6 +309,9 @@ declare const BatchGetJobsCommand_base: {
|
|
|
309
309
|
* // Inputs: [ // required
|
|
310
310
|
* // "STRING_VALUE",
|
|
311
311
|
* // ],
|
|
312
|
+
* // PartitionKeys: [ // GlueStudioPathList
|
|
313
|
+
* // "<EnclosedInStringProperties>",
|
|
314
|
+
* // ],
|
|
312
315
|
* // Database: "STRING_VALUE", // required
|
|
313
316
|
* // Table: "STRING_VALUE", // required
|
|
314
317
|
* // },
|
|
@@ -334,7 +337,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
334
337
|
* // Inputs: [ // required
|
|
335
338
|
* // "STRING_VALUE",
|
|
336
339
|
* // ],
|
|
337
|
-
* // PartitionKeys: [
|
|
340
|
+
* // PartitionKeys: [
|
|
338
341
|
* // "<EnclosedInStringProperties>",
|
|
339
342
|
* // ],
|
|
340
343
|
* // Table: "STRING_VALUE", // required
|
|
@@ -408,9 +411,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
408
411
|
* // DropFields: { // DropFields
|
|
409
412
|
* // Name: "STRING_VALUE", // required
|
|
410
413
|
* // Inputs: "<OneInput>", // required
|
|
411
|
-
* // Paths:
|
|
412
|
-
* // "<EnclosedInStringProperties>",
|
|
413
|
-
* // ],
|
|
414
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
414
415
|
* // },
|
|
415
416
|
* // RenameField: { // RenameField
|
|
416
417
|
* // Name: "STRING_VALUE", // required
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { BatchPutDataQualityStatisticAnnotationRequest, BatchPutDataQualityStatisticAnnotationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link BatchPutDataQualityStatisticAnnotationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface BatchPutDataQualityStatisticAnnotationCommandInput extends BatchPutDataQualityStatisticAnnotationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link BatchPutDataQualityStatisticAnnotationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface BatchPutDataQualityStatisticAnnotationCommandOutput extends BatchPutDataQualityStatisticAnnotationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const BatchPutDataQualityStatisticAnnotationCommand_base: {
|
|
25
|
+
new (input: BatchPutDataQualityStatisticAnnotationCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutDataQualityStatisticAnnotationCommandInput, BatchPutDataQualityStatisticAnnotationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: BatchPutDataQualityStatisticAnnotationCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutDataQualityStatisticAnnotationCommandInput, BatchPutDataQualityStatisticAnnotationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Annotate datapoints over time for a specific data quality statistic.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GlueClient, BatchPutDataQualityStatisticAnnotationCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
|
+
* // const { GlueClient, BatchPutDataQualityStatisticAnnotationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
|
+
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // BatchPutDataQualityStatisticAnnotationRequest
|
|
38
|
+
* InclusionAnnotations: [ // InclusionAnnotationList // required
|
|
39
|
+
* { // DatapointInclusionAnnotation
|
|
40
|
+
* ProfileId: "STRING_VALUE",
|
|
41
|
+
* StatisticId: "STRING_VALUE",
|
|
42
|
+
* InclusionAnnotation: "INCLUDE" || "EXCLUDE",
|
|
43
|
+
* },
|
|
44
|
+
* ],
|
|
45
|
+
* ClientToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new BatchPutDataQualityStatisticAnnotationCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // BatchPutDataQualityStatisticAnnotationResponse
|
|
50
|
+
* // FailedInclusionAnnotations: [ // AnnotationErrorList
|
|
51
|
+
* // { // AnnotationError
|
|
52
|
+
* // ProfileId: "STRING_VALUE",
|
|
53
|
+
* // StatisticId: "STRING_VALUE",
|
|
54
|
+
* // FailureReason: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
59
|
+
* ```
|
|
60
|
+
*
|
|
61
|
+
* @param BatchPutDataQualityStatisticAnnotationCommandInput - {@link BatchPutDataQualityStatisticAnnotationCommandInput}
|
|
62
|
+
* @returns {@link BatchPutDataQualityStatisticAnnotationCommandOutput}
|
|
63
|
+
* @see {@link BatchPutDataQualityStatisticAnnotationCommandInput} for command's `input` shape.
|
|
64
|
+
* @see {@link BatchPutDataQualityStatisticAnnotationCommandOutput} for command's `response` shape.
|
|
65
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
68
|
+
* <p>A specified entity does not exist</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
71
|
+
* <p>An internal service error occurred.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
74
|
+
* <p>The input provided was not valid.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
77
|
+
* <p>A resource numerical limit was exceeded.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link GlueServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
81
|
+
*
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export declare class BatchPutDataQualityStatisticAnnotationCommand extends BatchPutDataQualityStatisticAnnotationCommand_base {
|
|
85
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/
|
|
4
|
+
import { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -40,7 +40,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
40
40
|
* ConnectionInput: { // ConnectionInput
|
|
41
41
|
* Name: "STRING_VALUE", // required
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
|
-
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE", // required
|
|
43
|
+
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA", // required
|
|
44
44
|
* MatchCriteria: [ // MatchCriteria
|
|
45
45
|
* "STRING_VALUE",
|
|
46
46
|
* ],
|
|
@@ -47,6 +47,7 @@ declare const CreateDataQualityRulesetCommand_base: {
|
|
|
47
47
|
* DatabaseName: "STRING_VALUE", // required
|
|
48
48
|
* CatalogId: "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
+
* DataQualitySecurityConfiguration: "STRING_VALUE",
|
|
50
51
|
* ClientToken: "STRING_VALUE",
|
|
51
52
|
* };
|
|
52
53
|
* const command = new CreateDataQualityRulesetCommand(input);
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
4
|
import { CreateJobResponse } from "../models/models_1";
|
|
5
|
-
import { CreateJobRequest } from "../models/
|
|
5
|
+
import { CreateJobRequest } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -300,6 +300,9 @@ declare const CreateJobCommand_base: {
|
|
|
300
300
|
* Inputs: [ // required
|
|
301
301
|
* "STRING_VALUE",
|
|
302
302
|
* ],
|
|
303
|
+
* PartitionKeys: [ // GlueStudioPathList
|
|
304
|
+
* "<EnclosedInStringProperties>",
|
|
305
|
+
* ],
|
|
303
306
|
* Database: "STRING_VALUE", // required
|
|
304
307
|
* Table: "STRING_VALUE", // required
|
|
305
308
|
* },
|
|
@@ -325,7 +328,7 @@ declare const CreateJobCommand_base: {
|
|
|
325
328
|
* Inputs: [ // required
|
|
326
329
|
* "STRING_VALUE",
|
|
327
330
|
* ],
|
|
328
|
-
* PartitionKeys: [
|
|
331
|
+
* PartitionKeys: [
|
|
329
332
|
* "<EnclosedInStringProperties>",
|
|
330
333
|
* ],
|
|
331
334
|
* Table: "STRING_VALUE", // required
|
|
@@ -399,9 +402,7 @@ declare const CreateJobCommand_base: {
|
|
|
399
402
|
* DropFields: { // DropFields
|
|
400
403
|
* Name: "STRING_VALUE", // required
|
|
401
404
|
* Inputs: "<OneInput>", // required
|
|
402
|
-
* Paths:
|
|
403
|
-
* "<EnclosedInStringProperties>",
|
|
404
|
-
* ],
|
|
405
|
+
* Paths: "<GlueStudioPathList>", // required
|
|
405
406
|
* },
|
|
406
407
|
* RenameField: { // RenameField
|
|
407
408
|
* Name: "STRING_VALUE", // required
|
|
@@ -45,7 +45,7 @@ declare const GetConnectionCommand_base: {
|
|
|
45
45
|
* // Connection: { // Connection
|
|
46
46
|
* // Name: "STRING_VALUE",
|
|
47
47
|
* // Description: "STRING_VALUE",
|
|
48
|
-
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE",
|
|
48
|
+
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA",
|
|
49
49
|
* // MatchCriteria: [ // MatchCriteria
|
|
50
50
|
* // "STRING_VALUE",
|
|
51
51
|
* // ],
|
|
@@ -40,7 +40,7 @@ declare const GetConnectionsCommand_base: {
|
|
|
40
40
|
* MatchCriteria: [ // MatchCriteria
|
|
41
41
|
* "STRING_VALUE",
|
|
42
42
|
* ],
|
|
43
|
-
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE",
|
|
43
|
+
* ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA",
|
|
44
44
|
* },
|
|
45
45
|
* HidePassword: true || false,
|
|
46
46
|
* NextToken: "STRING_VALUE",
|
|
@@ -53,7 +53,7 @@ declare const GetConnectionsCommand_base: {
|
|
|
53
53
|
* // { // Connection
|
|
54
54
|
* // Name: "STRING_VALUE",
|
|
55
55
|
* // Description: "STRING_VALUE",
|
|
56
|
-
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE",
|
|
56
|
+
* // ConnectionType: "JDBC" || "SFTP" || "MONGODB" || "KAFKA" || "NETWORK" || "MARKETPLACE" || "CUSTOM" || "SALESFORCE" || "VIEW_VALIDATION_REDSHIFT" || "VIEW_VALIDATION_ATHENA",
|
|
57
57
|
* // MatchCriteria: [ // MatchCriteria
|
|
58
58
|
* // "STRING_VALUE",
|
|
59
59
|
* // ],
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { GetDataQualityModelRequest, GetDataQualityModelResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDataQualityModelCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDataQualityModelCommandInput extends GetDataQualityModelRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDataQualityModelCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDataQualityModelCommandOutput extends GetDataQualityModelResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetDataQualityModelCommand_base: {
|
|
25
|
+
new (input: GetDataQualityModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataQualityModelCommandInput, GetDataQualityModelCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetDataQualityModelCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataQualityModelCommandInput, GetDataQualityModelCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieve the training status of the model along with more information (CompletedOn, StartedOn, FailureReason).</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GlueClient, GetDataQualityModelCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
|
+
* // const { GlueClient, GetDataQualityModelCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
|
+
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // GetDataQualityModelRequest
|
|
38
|
+
* StatisticId: "STRING_VALUE",
|
|
39
|
+
* ProfileId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetDataQualityModelCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetDataQualityModelResponse
|
|
44
|
+
* // Status: "RUNNING" || "SUCCEEDED" || "FAILED",
|
|
45
|
+
* // StartedOn: new Date("TIMESTAMP"),
|
|
46
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
47
|
+
* // FailureReason: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param GetDataQualityModelCommandInput - {@link GetDataQualityModelCommandInput}
|
|
53
|
+
* @returns {@link GetDataQualityModelCommandOutput}
|
|
54
|
+
* @see {@link GetDataQualityModelCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link GetDataQualityModelCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
59
|
+
* <p>A specified entity does not exist</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
62
|
+
* <p>An internal service error occurred.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
65
|
+
* <p>The input provided was not valid.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
68
|
+
* <p>The operation timed out.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link GlueServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
72
|
+
*
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export declare class GetDataQualityModelCommand extends GetDataQualityModelCommand_base {
|
|
76
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { GetDataQualityModelResultRequest, GetDataQualityModelResultResponse } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link GetDataQualityModelResultCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface GetDataQualityModelResultCommandInput extends GetDataQualityModelResultRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link GetDataQualityModelResultCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface GetDataQualityModelResultCommandOutput extends GetDataQualityModelResultResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const GetDataQualityModelResultCommand_base: {
|
|
25
|
+
new (input: GetDataQualityModelResultCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataQualityModelResultCommandInput, GetDataQualityModelResultCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: GetDataQualityModelResultCommandInput): import("@smithy/smithy-client").CommandImpl<GetDataQualityModelResultCommandInput, GetDataQualityModelResultCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Retrieve a statistic's predictions for a given Profile ID.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { GlueClient, GetDataQualityModelResultCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
35
|
+
* // const { GlueClient, GetDataQualityModelResultCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
36
|
+
* const client = new GlueClient(config);
|
|
37
|
+
* const input = { // GetDataQualityModelResultRequest
|
|
38
|
+
* StatisticId: "STRING_VALUE", // required
|
|
39
|
+
* ProfileId: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new GetDataQualityModelResultCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // { // GetDataQualityModelResultResponse
|
|
44
|
+
* // CompletedOn: new Date("TIMESTAMP"),
|
|
45
|
+
* // Model: [ // StatisticModelResults
|
|
46
|
+
* // { // StatisticModelResult
|
|
47
|
+
* // LowerBound: Number("double"),
|
|
48
|
+
* // UpperBound: Number("double"),
|
|
49
|
+
* // PredictedValue: Number("double"),
|
|
50
|
+
* // ActualValue: Number("double"),
|
|
51
|
+
* // Date: new Date("TIMESTAMP"),
|
|
52
|
+
* // InclusionAnnotation: "INCLUDE" || "EXCLUDE",
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // };
|
|
56
|
+
*
|
|
57
|
+
* ```
|
|
58
|
+
*
|
|
59
|
+
* @param GetDataQualityModelResultCommandInput - {@link GetDataQualityModelResultCommandInput}
|
|
60
|
+
* @returns {@link GetDataQualityModelResultCommandOutput}
|
|
61
|
+
* @see {@link GetDataQualityModelResultCommandInput} for command's `input` shape.
|
|
62
|
+
* @see {@link GetDataQualityModelResultCommandOutput} for command's `response` shape.
|
|
63
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link EntityNotFoundException} (client fault)
|
|
66
|
+
* <p>A specified entity does not exist</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
69
|
+
* <p>An internal service error occurred.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidInputException} (client fault)
|
|
72
|
+
* <p>The input provided was not valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link OperationTimeoutException} (client fault)
|
|
75
|
+
* <p>The operation timed out.</p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link GlueServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from Glue service.</p>
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class GetDataQualityModelResultCommand extends GetDataQualityModelResultCommand_base {
|
|
83
|
+
}
|
|
@@ -41,6 +41,7 @@ declare const GetDataQualityResultCommand_base: {
|
|
|
41
41
|
* const response = await client.send(command);
|
|
42
42
|
* // { // GetDataQualityResultResponse
|
|
43
43
|
* // ResultId: "STRING_VALUE",
|
|
44
|
+
* // ProfileId: "STRING_VALUE",
|
|
44
45
|
* // Score: Number("double"),
|
|
45
46
|
* // DataSource: { // DataSource
|
|
46
47
|
* // GlueTable: { // GlueTable
|
|
@@ -69,6 +70,7 @@ declare const GetDataQualityResultCommand_base: {
|
|
|
69
70
|
* // EvaluatedMetrics: { // EvaluatedMetricsMap
|
|
70
71
|
* // "<keys>": Number("double"),
|
|
71
72
|
* // },
|
|
73
|
+
* // EvaluatedRule: "STRING_VALUE",
|
|
72
74
|
* // },
|
|
73
75
|
* // ],
|
|
74
76
|
* // AnalyzerResults: [ // DataQualityAnalyzerResults
|
|
@@ -86,6 +88,7 @@ declare const GetDataQualityResultCommand_base: {
|
|
|
86
88
|
* // Description: "STRING_VALUE",
|
|
87
89
|
* // MetricBasedObservation: { // MetricBasedObservation
|
|
88
90
|
* // MetricName: "STRING_VALUE",
|
|
91
|
+
* // StatisticId: "STRING_VALUE",
|
|
89
92
|
* // MetricValues: { // DataQualityMetricValues
|
|
90
93
|
* // ActualValue: Number("double"),
|
|
91
94
|
* // ExpectedValue: Number("double"),
|
|
@@ -63,6 +63,7 @@ declare const GetDataQualityRuleRecommendationRunCommand_base: {
|
|
|
63
63
|
* // ExecutionTime: Number("int"),
|
|
64
64
|
* // RecommendedRuleset: "STRING_VALUE",
|
|
65
65
|
* // CreatedRulesetName: "STRING_VALUE",
|
|
66
|
+
* // DataQualitySecurityConfiguration: "STRING_VALUE",
|
|
66
67
|
* // };
|
|
67
68
|
*
|
|
68
69
|
* ```
|
|
@@ -51,6 +51,7 @@ declare const GetDataQualityRulesetCommand_base: {
|
|
|
51
51
|
* // CreatedOn: new Date("TIMESTAMP"),
|
|
52
52
|
* // LastModifiedOn: new Date("TIMESTAMP"),
|
|
53
53
|
* // RecommendationRunId: "STRING_VALUE",
|
|
54
|
+
* // DataQualitySecurityConfiguration: "STRING_VALUE",
|
|
54
55
|
* // };
|
|
55
56
|
*
|
|
56
57
|
* ```
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
4
|
import { GetJobRequest } from "../models/models_1";
|
|
5
|
-
import { GetJobResponse } from "../models/
|
|
5
|
+
import { GetJobResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -305,6 +305,9 @@ declare const GetJobCommand_base: {
|
|
|
305
305
|
* // Inputs: [ // required
|
|
306
306
|
* // "STRING_VALUE",
|
|
307
307
|
* // ],
|
|
308
|
+
* // PartitionKeys: [ // GlueStudioPathList
|
|
309
|
+
* // "<EnclosedInStringProperties>",
|
|
310
|
+
* // ],
|
|
308
311
|
* // Database: "STRING_VALUE", // required
|
|
309
312
|
* // Table: "STRING_VALUE", // required
|
|
310
313
|
* // },
|
|
@@ -330,7 +333,7 @@ declare const GetJobCommand_base: {
|
|
|
330
333
|
* // Inputs: [ // required
|
|
331
334
|
* // "STRING_VALUE",
|
|
332
335
|
* // ],
|
|
333
|
-
* // PartitionKeys: [
|
|
336
|
+
* // PartitionKeys: [
|
|
334
337
|
* // "<EnclosedInStringProperties>",
|
|
335
338
|
* // ],
|
|
336
339
|
* // Table: "STRING_VALUE", // required
|
|
@@ -404,9 +407,7 @@ declare const GetJobCommand_base: {
|
|
|
404
407
|
* // DropFields: { // DropFields
|
|
405
408
|
* // Name: "STRING_VALUE", // required
|
|
406
409
|
* // Inputs: "<OneInput>", // required
|
|
407
|
-
* // Paths:
|
|
408
|
-
* // "<EnclosedInStringProperties>",
|
|
409
|
-
* // ],
|
|
410
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
410
411
|
* // },
|
|
411
412
|
* // RenameField: { // RenameField
|
|
412
413
|
* // Name: "STRING_VALUE", // required
|
|
@@ -2,7 +2,7 @@ import { Command as $Command } from "@smithy/smithy-client";
|
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
4
|
import { GetJobsRequest } from "../models/models_1";
|
|
5
|
-
import { GetJobsResponse } from "../models/
|
|
5
|
+
import { GetJobsResponse } from "../models/models_3";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*/
|
|
@@ -307,6 +307,9 @@ declare const GetJobsCommand_base: {
|
|
|
307
307
|
* // Inputs: [ // required
|
|
308
308
|
* // "STRING_VALUE",
|
|
309
309
|
* // ],
|
|
310
|
+
* // PartitionKeys: [ // GlueStudioPathList
|
|
311
|
+
* // "<EnclosedInStringProperties>",
|
|
312
|
+
* // ],
|
|
310
313
|
* // Database: "STRING_VALUE", // required
|
|
311
314
|
* // Table: "STRING_VALUE", // required
|
|
312
315
|
* // },
|
|
@@ -332,7 +335,7 @@ declare const GetJobsCommand_base: {
|
|
|
332
335
|
* // Inputs: [ // required
|
|
333
336
|
* // "STRING_VALUE",
|
|
334
337
|
* // ],
|
|
335
|
-
* // PartitionKeys: [
|
|
338
|
+
* // PartitionKeys: [
|
|
336
339
|
* // "<EnclosedInStringProperties>",
|
|
337
340
|
* // ],
|
|
338
341
|
* // Table: "STRING_VALUE", // required
|
|
@@ -406,9 +409,7 @@ declare const GetJobsCommand_base: {
|
|
|
406
409
|
* // DropFields: { // DropFields
|
|
407
410
|
* // Name: "STRING_VALUE", // required
|
|
408
411
|
* // Inputs: "<OneInput>", // required
|
|
409
|
-
* // Paths:
|
|
410
|
-
* // "<EnclosedInStringProperties>",
|
|
411
|
-
* // ],
|
|
412
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
412
413
|
* // },
|
|
413
414
|
* // RenameField: { // RenameField
|
|
414
415
|
* // Name: "STRING_VALUE", // required
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetMLTransformsRequest, GetMLTransformsResponse } from "../models/
|
|
4
|
+
import { GetMLTransformsRequest, GetMLTransformsResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetPartitionRequest, GetPartitionResponse } from "../models/
|
|
4
|
+
import { GetPartitionRequest, GetPartitionResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetPartitionIndexesRequest, GetPartitionIndexesResponse } from "../models/
|
|
4
|
+
import { GetPartitionIndexesRequest, GetPartitionIndexesResponse } from "../models/models_2";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|