@aws-sdk/client-glue 3.1043.0 → 3.1044.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.
@@ -333,6 +333,7 @@ const _CJRr = "CreateJobResponse";
333
333
  const _CKS = "CatalogKafkaSource";
334
334
  const _CKSa = "CatalogKinesisSource";
335
335
  const _CL = "ConnectionsList";
336
+ const _CLGP = "CustomLogGroupPrefix";
336
337
  const _CLS = "CrawlerLineageSettings";
337
338
  const _CLa = "CatalogList";
338
339
  const _CLl = "ClassifierList";
@@ -3837,8 +3838,8 @@ exports.DataQualityEncryption$ = [3, n0, _DQE,
3837
3838
  ];
3838
3839
  exports.DataQualityEvaluationRunAdditionalRunOptions$ = [3, n0, _DQERARO,
3839
3840
  0,
3840
- [_CWME, _RSP, _CREM],
3841
- [2, 0, 0]
3841
+ [_CWME, _RSP, _CREM, _CLGP],
3842
+ [2, 0, 0, 0]
3842
3843
  ];
3843
3844
  exports.DataQualityGlueTable$ = [3, n0, _DQGT,
3844
3845
  0,
@@ -3892,8 +3893,8 @@ exports.DataQualityRulesetEvaluationRunDescription$ = [3, n0, _DQRERD,
3892
3893
  ];
3893
3894
  exports.DataQualityRulesetEvaluationRunFilter$ = [3, n0, _DQRERF,
3894
3895
  0,
3895
- [_DSa, _SB, _SAt],
3896
- [() => exports.DataSource$, 4, 4], 1
3896
+ [_DSa, _SB, _SAt, _RNu],
3897
+ [() => exports.DataSource$, 4, 4, 0], 1
3897
3898
  ];
3898
3899
  exports.DataQualityRulesetFilterCriteria$ = [3, n0, _DQRFCa,
3899
3900
  0,
@@ -305,6 +305,7 @@ const _CJRr = "CreateJobResponse";
305
305
  const _CKS = "CatalogKafkaSource";
306
306
  const _CKSa = "CatalogKinesisSource";
307
307
  const _CL = "ConnectionsList";
308
+ const _CLGP = "CustomLogGroupPrefix";
308
309
  const _CLS = "CrawlerLineageSettings";
309
310
  const _CLa = "CatalogList";
310
311
  const _CLl = "ClassifierList";
@@ -3809,8 +3810,8 @@ export var DataQualityEncryption$ = [3, n0, _DQE,
3809
3810
  ];
3810
3811
  export var DataQualityEvaluationRunAdditionalRunOptions$ = [3, n0, _DQERARO,
3811
3812
  0,
3812
- [_CWME, _RSP, _CREM],
3813
- [2, 0, 0]
3813
+ [_CWME, _RSP, _CREM, _CLGP],
3814
+ [2, 0, 0, 0]
3814
3815
  ];
3815
3816
  export var DataQualityGlueTable$ = [3, n0, _DQGT,
3816
3817
  0,
@@ -3864,8 +3865,8 @@ export var DataQualityRulesetEvaluationRunDescription$ = [3, n0, _DQRERD,
3864
3865
  ];
3865
3866
  export var DataQualityRulesetEvaluationRunFilter$ = [3, n0, _DQRERF,
3866
3867
  0,
3867
- [_DSa, _SB, _SAt],
3868
- [() => DataSource$, 4, 4], 1
3868
+ [_DSa, _SB, _SAt, _RNu],
3869
+ [() => DataSource$, 4, 4, 0], 1
3869
3870
  ];
3870
3871
  export var DataQualityRulesetFilterCriteria$ = [3, n0, _DQRFCa,
3871
3872
  0,
@@ -71,6 +71,7 @@ declare const GetDataQualityRulesetEvaluationRunCommand_base: {
71
71
  * // CloudWatchMetricsEnabled: true || false,
72
72
  * // ResultsS3Prefix: "STRING_VALUE",
73
73
  * // CompositeRuleEvaluationMethod: "COLUMN" || "ROW",
74
+ * // CustomLogGroupPrefix: "STRING_VALUE",
74
75
  * // },
75
76
  * // Status: "STARTING" || "RUNNING" || "STOPPING" || "STOPPED" || "SUCCEEDED" || "FAILED" || "TIMEOUT",
76
77
  * // ErrorString: "STRING_VALUE",
@@ -61,6 +61,7 @@ declare const ListDataQualityRulesetEvaluationRunsCommand_base: {
61
61
  * },
62
62
  * StartedBefore: new Date("TIMESTAMP"),
63
63
  * StartedAfter: new Date("TIMESTAMP"),
64
+ * RulesetName: "STRING_VALUE",
64
65
  * },
65
66
  * NextToken: "STRING_VALUE",
66
67
  * MaxResults: Number("int"),
@@ -66,6 +66,7 @@ declare const StartDataQualityRulesetEvaluationRunCommand_base: {
66
66
  * CloudWatchMetricsEnabled: true || false,
67
67
  * ResultsS3Prefix: "STRING_VALUE",
68
68
  * CompositeRuleEvaluationMethod: "COLUMN" || "ROW",
69
+ * CustomLogGroupPrefix: "STRING_VALUE",
69
70
  * },
70
71
  * RulesetNames: [ // RulesetNames // required
71
72
  * "STRING_VALUE",
@@ -6755,6 +6755,11 @@ export interface DataQualityEvaluationRunAdditionalRunOptions {
6755
6755
  * @public
6756
6756
  */
6757
6757
  CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
6758
+ /**
6759
+ * <p>A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <code><CustomLogGroupPrefix>/error</code> and <code><CustomLogGroupPrefix>/output</code> instead of the default <code>/aws-glue/data-quality/error</code> and <code>/aws-glue/data-quality/output</code> log groups.</p>
6760
+ * @public
6761
+ */
6762
+ CustomLogGroupPrefix?: string | undefined;
6758
6763
  }
6759
6764
  /**
6760
6765
  * @public
@@ -3635,6 +3635,11 @@ export interface DataQualityRulesetEvaluationRunFilter {
3635
3635
  * @public
3636
3636
  */
3637
3637
  StartedAfter?: Date | undefined;
3638
+ /**
3639
+ * <p>Filter results by the name of the ruleset.</p>
3640
+ * @public
3641
+ */
3642
+ RulesetName?: string | undefined;
3638
3643
  }
3639
3644
  /**
3640
3645
  * @public
@@ -1519,6 +1519,7 @@ export interface DataQualityEvaluationRunAdditionalRunOptions {
1519
1519
  CloudWatchMetricsEnabled?: boolean | undefined;
1520
1520
  ResultsS3Prefix?: string | undefined;
1521
1521
  CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
1522
+ CustomLogGroupPrefix?: string | undefined;
1522
1523
  }
1523
1524
  export interface GetDataQualityRulesetEvaluationRunResponse {
1524
1525
  RunId?: string | undefined;
@@ -846,6 +846,7 @@ export interface DataQualityRulesetEvaluationRunFilter {
846
846
  DataSource: DataSource | undefined;
847
847
  StartedBefore?: Date | undefined;
848
848
  StartedAfter?: Date | undefined;
849
+ RulesetName?: string | undefined;
849
850
  }
850
851
  export interface ListDataQualityRulesetEvaluationRunsRequest {
851
852
  Filter?: DataQualityRulesetEvaluationRunFilter | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glue",
3
3
  "description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4
- "version": "3.1043.0",
4
+ "version": "3.1044.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-glue",