@aws-sdk/client-glue 3.623.0 → 3.626.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.
Files changed (84) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +465 -34
  3. package/dist-es/Glue.js +12 -0
  4. package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
  5. package/dist-es/commands/BatchGetJobsCommand.js +1 -1
  6. package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
  7. package/dist-es/commands/CreateJobCommand.js +1 -1
  8. package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
  9. package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
  10. package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
  11. package/dist-es/commands/GetJobCommand.js +1 -1
  12. package/dist-es/commands/GetJobsCommand.js +1 -1
  13. package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
  14. package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
  15. package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
  16. package/dist-es/commands/UpdateJobCommand.js +1 -1
  17. package/dist-es/commands/index.js +6 -0
  18. package/dist-es/models/index.js +1 -0
  19. package/dist-es/models/models_0.js +35 -10
  20. package/dist-es/models/models_1.js +26 -13
  21. package/dist-es/models/models_2.js +22 -24
  22. package/dist-es/models/models_3.js +29 -0
  23. package/dist-es/protocols/Aws_json1_1.js +233 -0
  24. package/dist-types/Glue.d.ts +44 -0
  25. package/dist-types/GlueClient.d.ts +8 -2
  26. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
  27. package/dist-types/commands/BatchGetJobsCommand.d.ts +1 -1
  28. package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
  29. package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
  31. package/dist-types/commands/CreateJobCommand.d.ts +1 -1
  32. package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
  33. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
  34. package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
  35. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
  36. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
  37. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  38. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  39. package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
  40. package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
  41. package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
  43. package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
  44. package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
  45. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
  46. package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateUsageProfileCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateWorkflowCommand.d.ts +1 -1
  50. package/dist-types/commands/index.d.ts +6 -0
  51. package/dist-types/models/index.d.ts +1 -0
  52. package/dist-types/models/models_0.d.ts +146 -152
  53. package/dist-types/models/models_1.d.ts +305 -420
  54. package/dist-types/models/models_2.d.ts +3184 -3802
  55. package/dist-types/models/models_3.d.ts +1272 -0
  56. package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
  57. package/dist-types/ts3.4/Glue.d.ts +116 -0
  58. package/dist-types/ts3.4/GlueClient.d.ts +36 -0
  59. package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
  64. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
  71. package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
  72. package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
  73. package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/UpdateUsageProfileCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/UpdateUserDefinedFunctionCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  78. package/dist-types/ts3.4/models/index.d.ts +1 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +51 -45
  80. package/dist-types/ts3.4/models/models_1.d.ts +86 -92
  81. package/dist-types/ts3.4/models/models_2.d.ts +156 -292
  82. package/dist-types/ts3.4/models/models_3.d.ts +296 -0
  83. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
  84. package/package.json +5 -5
@@ -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/models_0";
4
+ import { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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/models_2";
5
+ import { CreateJobRequest } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -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/models_2";
5
+ import { GetJobResponse } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -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/models_2";
5
+ import { GetJobsResponse } from "../models/models_3";
6
6
  /**
7
7
  * @public
8
8
  */
@@ -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/models_1";
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/models_1";
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/models_1";
4
+ import { GetPartitionIndexesRequest, GetPartitionIndexesResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,84 @@
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 { ListDataQualityStatisticAnnotationsRequest, ListDataQualityStatisticAnnotationsResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListDataQualityStatisticAnnotationsCommand}.
14
+ */
15
+ export interface ListDataQualityStatisticAnnotationsCommandInput extends ListDataQualityStatisticAnnotationsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListDataQualityStatisticAnnotationsCommand}.
21
+ */
22
+ export interface ListDataQualityStatisticAnnotationsCommandOutput extends ListDataQualityStatisticAnnotationsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListDataQualityStatisticAnnotationsCommand_base: {
25
+ new (input: ListDataQualityStatisticAnnotationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDataQualityStatisticAnnotationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticAnnotationsCommandInput, ListDataQualityStatisticAnnotationsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieve annotations for a 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, ListDataQualityStatisticAnnotationsCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, ListDataQualityStatisticAnnotationsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // ListDataQualityStatisticAnnotationsRequest
38
+ * StatisticId: "STRING_VALUE",
39
+ * ProfileId: "STRING_VALUE",
40
+ * TimestampFilter: { // TimestampFilter
41
+ * RecordedBefore: new Date("TIMESTAMP"),
42
+ * RecordedAfter: new Date("TIMESTAMP"),
43
+ * },
44
+ * MaxResults: Number("int"),
45
+ * NextToken: "STRING_VALUE",
46
+ * };
47
+ * const command = new ListDataQualityStatisticAnnotationsCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // ListDataQualityStatisticAnnotationsResponse
50
+ * // Annotations: [ // AnnotationList
51
+ * // { // StatisticAnnotation
52
+ * // ProfileId: "STRING_VALUE",
53
+ * // StatisticId: "STRING_VALUE",
54
+ * // StatisticRecordedOn: new Date("TIMESTAMP"),
55
+ * // InclusionAnnotation: { // TimestampedInclusionAnnotation
56
+ * // Value: "INCLUDE" || "EXCLUDE",
57
+ * // LastModifiedOn: new Date("TIMESTAMP"),
58
+ * // },
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param ListDataQualityStatisticAnnotationsCommandInput - {@link ListDataQualityStatisticAnnotationsCommandInput}
67
+ * @returns {@link ListDataQualityStatisticAnnotationsCommandOutput}
68
+ * @see {@link ListDataQualityStatisticAnnotationsCommandInput} for command's `input` shape.
69
+ * @see {@link ListDataQualityStatisticAnnotationsCommandOutput} for command's `response` shape.
70
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
71
+ *
72
+ * @throws {@link InternalServiceException} (server fault)
73
+ * <p>An internal service error occurred.</p>
74
+ *
75
+ * @throws {@link InvalidInputException} (client fault)
76
+ * <p>The input provided was not valid.</p>
77
+ *
78
+ * @throws {@link GlueServiceException}
79
+ * <p>Base exception class for all service exceptions from Glue service.</p>
80
+ *
81
+ * @public
82
+ */
83
+ export declare class ListDataQualityStatisticAnnotationsCommand extends ListDataQualityStatisticAnnotationsCommand_base {
84
+ }
@@ -0,0 +1,103 @@
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 { ListDataQualityStatisticsRequest, ListDataQualityStatisticsResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListDataQualityStatisticsCommand}.
14
+ */
15
+ export interface ListDataQualityStatisticsCommandInput extends ListDataQualityStatisticsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListDataQualityStatisticsCommand}.
21
+ */
22
+ export interface ListDataQualityStatisticsCommandOutput extends ListDataQualityStatisticsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListDataQualityStatisticsCommand_base: {
25
+ new (input: ListDataQualityStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDataQualityStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDataQualityStatisticsCommandInput, ListDataQualityStatisticsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves a list of data quality statistics.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, ListDataQualityStatisticsCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, ListDataQualityStatisticsCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // ListDataQualityStatisticsRequest
38
+ * StatisticId: "STRING_VALUE",
39
+ * ProfileId: "STRING_VALUE",
40
+ * TimestampFilter: { // TimestampFilter
41
+ * RecordedBefore: new Date("TIMESTAMP"),
42
+ * RecordedAfter: new Date("TIMESTAMP"),
43
+ * },
44
+ * MaxResults: Number("int"),
45
+ * NextToken: "STRING_VALUE",
46
+ * };
47
+ * const command = new ListDataQualityStatisticsCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // ListDataQualityStatisticsResponse
50
+ * // Statistics: [ // StatisticSummaryList
51
+ * // { // StatisticSummary
52
+ * // StatisticId: "STRING_VALUE",
53
+ * // ProfileId: "STRING_VALUE",
54
+ * // RunIdentifier: { // RunIdentifier
55
+ * // RunId: "STRING_VALUE",
56
+ * // JobRunId: "STRING_VALUE",
57
+ * // },
58
+ * // StatisticName: "STRING_VALUE",
59
+ * // DoubleValue: Number("double"),
60
+ * // EvaluationLevel: "Dataset" || "Column" || "Multicolumn",
61
+ * // ColumnsReferenced: [ // ColumnNameList
62
+ * // "STRING_VALUE",
63
+ * // ],
64
+ * // ReferencedDatasets: [ // ReferenceDatasetsList
65
+ * // "STRING_VALUE",
66
+ * // ],
67
+ * // StatisticProperties: { // StatisticPropertiesMap
68
+ * // "<keys>": "STRING_VALUE",
69
+ * // },
70
+ * // RecordedOn: new Date("TIMESTAMP"),
71
+ * // InclusionAnnotation: { // TimestampedInclusionAnnotation
72
+ * // Value: "INCLUDE" || "EXCLUDE",
73
+ * // LastModifiedOn: new Date("TIMESTAMP"),
74
+ * // },
75
+ * // },
76
+ * // ],
77
+ * // NextToken: "STRING_VALUE",
78
+ * // };
79
+ *
80
+ * ```
81
+ *
82
+ * @param ListDataQualityStatisticsCommandInput - {@link ListDataQualityStatisticsCommandInput}
83
+ * @returns {@link ListDataQualityStatisticsCommandOutput}
84
+ * @see {@link ListDataQualityStatisticsCommandInput} for command's `input` shape.
85
+ * @see {@link ListDataQualityStatisticsCommandOutput} for command's `response` shape.
86
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
87
+ *
88
+ * @throws {@link EntityNotFoundException} (client fault)
89
+ * <p>A specified entity does not exist</p>
90
+ *
91
+ * @throws {@link InternalServiceException} (server fault)
92
+ * <p>An internal service error occurred.</p>
93
+ *
94
+ * @throws {@link InvalidInputException} (client fault)
95
+ * <p>The input provided was not valid.</p>
96
+ *
97
+ * @throws {@link GlueServiceException}
98
+ * <p>Base exception class for all service exceptions from Glue service.</p>
99
+ *
100
+ * @public
101
+ */
102
+ export declare class ListDataQualityStatisticsCommand extends ListDataQualityStatisticsCommand_base {
103
+ }
@@ -0,0 +1,68 @@
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 { PutDataQualityProfileAnnotationRequest, PutDataQualityProfileAnnotationResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link PutDataQualityProfileAnnotationCommand}.
14
+ */
15
+ export interface PutDataQualityProfileAnnotationCommandInput extends PutDataQualityProfileAnnotationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link PutDataQualityProfileAnnotationCommand}.
21
+ */
22
+ export interface PutDataQualityProfileAnnotationCommandOutput extends PutDataQualityProfileAnnotationResponse, __MetadataBearer {
23
+ }
24
+ declare const PutDataQualityProfileAnnotationCommand_base: {
25
+ new (input: PutDataQualityProfileAnnotationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: PutDataQualityProfileAnnotationCommandInput): import("@smithy/smithy-client").CommandImpl<PutDataQualityProfileAnnotationCommandInput, PutDataQualityProfileAnnotationCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Annotate all datapoints for a Profile.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { GlueClient, PutDataQualityProfileAnnotationCommand } from "@aws-sdk/client-glue"; // ES Modules import
35
+ * // const { GlueClient, PutDataQualityProfileAnnotationCommand } = require("@aws-sdk/client-glue"); // CommonJS import
36
+ * const client = new GlueClient(config);
37
+ * const input = { // PutDataQualityProfileAnnotationRequest
38
+ * ProfileId: "STRING_VALUE", // required
39
+ * InclusionAnnotation: "INCLUDE" || "EXCLUDE", // required
40
+ * };
41
+ * const command = new PutDataQualityProfileAnnotationCommand(input);
42
+ * const response = await client.send(command);
43
+ * // {};
44
+ *
45
+ * ```
46
+ *
47
+ * @param PutDataQualityProfileAnnotationCommandInput - {@link PutDataQualityProfileAnnotationCommandInput}
48
+ * @returns {@link PutDataQualityProfileAnnotationCommandOutput}
49
+ * @see {@link PutDataQualityProfileAnnotationCommandInput} for command's `input` shape.
50
+ * @see {@link PutDataQualityProfileAnnotationCommandOutput} for command's `response` shape.
51
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
52
+ *
53
+ * @throws {@link EntityNotFoundException} (client fault)
54
+ * <p>A specified entity does not exist</p>
55
+ *
56
+ * @throws {@link InternalServiceException} (server fault)
57
+ * <p>An internal service error occurred.</p>
58
+ *
59
+ * @throws {@link InvalidInputException} (client fault)
60
+ * <p>The input provided was not valid.</p>
61
+ *
62
+ * @throws {@link GlueServiceException}
63
+ * <p>Base exception class for all service exceptions from Glue service.</p>
64
+ *
65
+ * @public
66
+ */
67
+ export declare class PutDataQualityProfileAnnotationCommand extends PutDataQualityProfileAnnotationCommand_base {
68
+ }
@@ -51,6 +51,7 @@ declare const StartDataQualityRuleRecommendationRunCommand_base: {
51
51
  * NumberOfWorkers: Number("int"),
52
52
  * Timeout: Number("int"),
53
53
  * CreatedRulesetName: "STRING_VALUE",
54
+ * DataQualitySecurityConfiguration: "STRING_VALUE",
54
55
  * ClientToken: "STRING_VALUE",
55
56
  * };
56
57
  * const command = new StartDataQualityRuleRecommendationRunCommand(input);
@@ -1,7 +1,8 @@
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 { UpdateJobRequest, UpdateJobResponse } from "../models/models_2";
4
+ import { UpdateJobResponse } from "../models/models_2";
5
+ import { UpdateJobRequest } from "../models/models_3";
5
6
  /**
6
7
  * @public
7
8
  */