@aws-sdk/client-glue 3.1094.0 → 3.1096.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 (68) hide show
  1. package/README.md +7 -0
  2. package/dist-cjs/index.js +221 -90
  3. package/dist-es/Glue.js +2 -0
  4. package/dist-es/commands/BatchGetDataQualityRulesetEvaluationRunCommand.js +4 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +26 -13
  7. package/dist-es/schemas/schemas_0.js +177 -76
  8. package/dist-types/Glue.d.ts +7 -0
  9. package/dist-types/GlueClient.d.ts +3 -2
  10. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +11 -0
  11. package/dist-types/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +202 -0
  12. package/dist-types/commands/CreateClassifierCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateCrawlerCommand.d.ts +1 -2
  16. package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
  17. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  18. package/dist-types/commands/GetDataQualityResultCommand.d.ts +12 -1
  19. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +4 -1
  20. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  21. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
  22. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +4 -0
  23. package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +9 -0
  24. package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
  25. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  26. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  27. package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  28. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  29. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +3 -0
  30. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +48 -0
  31. package/dist-types/commands/index.d.ts +1 -0
  32. package/dist-types/models/enums.d.ts +66 -29
  33. package/dist-types/models/models_0.d.ts +305 -439
  34. package/dist-types/models/models_1.d.ts +440 -342
  35. package/dist-types/models/models_2.d.ts +358 -222
  36. package/dist-types/models/models_3.d.ts +218 -4
  37. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  38. package/dist-types/runtimeConfig.d.ts +2 -0
  39. package/dist-types/runtimeConfig.native.d.ts +2 -0
  40. package/dist-types/schemas/schemas_0.d.ts +12 -0
  41. package/dist-types/ts3.4/Glue.d.ts +17 -0
  42. package/dist-types/ts3.4/GlueClient.d.ts +6 -0
  43. package/dist-types/ts3.4/commands/BatchGetDataQualityRulesetEvaluationRunCommand.d.ts +42 -0
  44. package/dist-types/ts3.4/commands/CreateClassifierCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/CreateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +1 -2
  48. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
  54. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/enums.d.ts +33 -16
  60. package/dist-types/ts3.4/models/models_0.d.ts +74 -76
  61. package/dist-types/ts3.4/models/models_1.d.ts +80 -87
  62. package/dist-types/ts3.4/models/models_2.d.ts +91 -57
  63. package/dist-types/ts3.4/models/models_3.d.ts +55 -2
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  67. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  68. package/package.json +6 -6
@@ -1,11 +1,209 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AuthenticationType, BackfillErrorCode, Comparator, Compatibility, ConnectionType, ConnectorOAuth2GrantType, ContentType, CrawlerHistoryState, DataFormat, DQCompositeRuleEvaluationMethod, EnableHybridValues, ExistCondition, FieldName, FilterOperator, FunctionType, HTTPMethod, InclusionAnnotationValue, IntegrationStatus, IntegrationType, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, SearchFilterOperator, SearchSortOrder, Sort, SortDirectionType, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, WorkerType } from "./enums";
3
- import type { AssetFormEntry, AssetTypeFormReference, AssetTypeItem, AuditContext, CustomEntityType, DataSource, DevEndpoint, ErrorDetail, GlueTable, JobRun, Partition, PartitionValueList, QuerySessionContext, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TimestampedInclusionAnnotation, Trigger, Workflow, WorkflowRun } from "./models_0";
2
+ import type { AuthenticationType, BackfillErrorCode, Compatibility, ConnectionType, ConnectorOAuth2GrantType, ContentType, CrawlerHistoryState, DataFormat, DataQualityModelStatus, EnableHybridValues, ExistCondition, FieldName, FilterOperator, FunctionType, HTTPMethod, InclusionAnnotationValue, IntegrationStatus, IntegrationType, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, SearchFilterOperator, SearchSortOrder, SortDirectionType, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, WorkerType } from "./enums";
3
+ import type { AssetFormEntry, AssetTypeFormReference, AssetTypeItem, AuditContext, CustomEntityType, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityEvaluationRunAdditionalRunOptions, DataQualityObservation, DataQualityRuleResult, DataSource, DevEndpoint, DistributionData, ErrorDetail, GlueTable, JobRun, Partition, PartitionValueList, QuerySessionContext, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TimestampedInclusionAnnotation, Trigger, Workflow, WorkflowRun } from "./models_0";
4
4
  import type { Capabilities, CodeGenNodeArg, ConnectorProperty, DataCatalogEncryptionSettings, DataQualityTargetTable, EncryptionConfiguration, IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, IntegrationConfig, IntegrationError, ProfileConfiguration, RegistryId, ResourceUri, RestConfiguration, Session, SourceProcessingProperties, SourceTableConfig, Tag, TargetProcessingProperties, TargetTableConfig, TransformEncryption, TransformParameters } from "./models_1";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export interface GetDataQualityRulesetEvaluationRunRequest {
8
+ export interface GetDataQualityModelRequest {
9
+ /**
10
+ * <p>The Statistic ID.</p>
11
+ * @public
12
+ */
13
+ StatisticId?: string | undefined;
14
+ /**
15
+ * <p>The Profile ID.</p>
16
+ * @public
17
+ */
18
+ ProfileId: string | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface GetDataQualityModelResponse {
24
+ /**
25
+ * <p>The training status of the data quality model.</p>
26
+ * @public
27
+ */
28
+ Status?: DataQualityModelStatus | undefined;
29
+ /**
30
+ * <p>The timestamp when the data quality model training started.</p>
31
+ * @public
32
+ */
33
+ StartedOn?: Date | undefined;
34
+ /**
35
+ * <p>The timestamp when the data quality model training completed.</p>
36
+ * @public
37
+ */
38
+ CompletedOn?: Date | undefined;
39
+ /**
40
+ * <p>The training failure reason.</p>
41
+ * @public
42
+ */
43
+ FailureReason?: string | undefined;
44
+ }
45
+ /**
46
+ * @public
47
+ */
48
+ export interface GetDataQualityModelResultRequest {
49
+ /**
50
+ * <p>The Statistic ID.</p>
51
+ * @public
52
+ */
53
+ StatisticId: string | undefined;
54
+ /**
55
+ * <p>The Profile ID.</p>
56
+ * @public
57
+ */
58
+ ProfileId: string | undefined;
59
+ }
60
+ /**
61
+ * <p>The statistic model result.</p>
62
+ * @public
63
+ */
64
+ export interface StatisticModelResult {
65
+ /**
66
+ * <p>The lower bound.</p>
67
+ * @public
68
+ */
69
+ LowerBound?: number | undefined;
70
+ /**
71
+ * <p>The upper bound.</p>
72
+ * @public
73
+ */
74
+ UpperBound?: number | undefined;
75
+ /**
76
+ * <p>The predicted value.</p>
77
+ * @public
78
+ */
79
+ PredictedValue?: number | undefined;
80
+ /**
81
+ * <p>The actual value.</p>
82
+ * @public
83
+ */
84
+ ActualValue?: number | undefined;
85
+ /**
86
+ * <p>The date.</p>
87
+ * @public
88
+ */
89
+ Date?: Date | undefined;
90
+ /**
91
+ * <p>The inclusion annotation.</p>
92
+ * @public
93
+ */
94
+ InclusionAnnotation?: InclusionAnnotationValue | undefined;
95
+ }
96
+ /**
97
+ * @public
98
+ */
99
+ export interface GetDataQualityModelResultResponse {
100
+ /**
101
+ * <p>The timestamp when the data quality model training completed.</p>
102
+ * @public
103
+ */
104
+ CompletedOn?: Date | undefined;
105
+ /**
106
+ * <p>A list of <code>StatisticModelResult</code>
107
+ * </p>
108
+ * @public
109
+ */
110
+ Model?: StatisticModelResult[] | undefined;
111
+ }
112
+ /**
113
+ * @public
114
+ */
115
+ export interface GetDataQualityResultRequest {
116
+ /**
117
+ * <p>A unique result ID for the data quality result.</p>
118
+ * @public
119
+ */
120
+ ResultId: string | undefined;
121
+ }
122
+ /**
123
+ * <p>The response for the data quality result.</p>
124
+ * @public
125
+ */
126
+ export interface GetDataQualityResultResponse {
127
+ /**
128
+ * <p>A unique result ID for the data quality result.</p>
129
+ * @public
130
+ */
131
+ ResultId?: string | undefined;
132
+ /**
133
+ * <p>The Profile ID for the data quality result.</p>
134
+ * @public
135
+ */
136
+ ProfileId?: string | undefined;
137
+ /**
138
+ * <p>An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.</p>
139
+ * @public
140
+ */
141
+ Score?: number | undefined;
142
+ /**
143
+ * <p>The table associated with the data quality result, if any.</p>
144
+ * @public
145
+ */
146
+ DataSource?: DataSource | undefined;
147
+ /**
148
+ * <p>The name of the ruleset associated with the data quality result.</p>
149
+ * @public
150
+ */
151
+ RulesetName?: string | undefined;
152
+ /**
153
+ * <p>In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the <code>evaluationContext</code> can differentiate the nodes.</p>
154
+ * @public
155
+ */
156
+ EvaluationContext?: string | undefined;
157
+ /**
158
+ * <p>The date and time when the run for this data quality result started.</p>
159
+ * @public
160
+ */
161
+ StartedOn?: Date | undefined;
162
+ /**
163
+ * <p>The date and time when the run for this data quality result was completed.</p>
164
+ * @public
165
+ */
166
+ CompletedOn?: Date | undefined;
167
+ /**
168
+ * <p>The job name associated with the data quality result, if any.</p>
169
+ * @public
170
+ */
171
+ JobName?: string | undefined;
172
+ /**
173
+ * <p>The job run ID associated with the data quality result, if any.</p>
174
+ * @public
175
+ */
176
+ JobRunId?: string | undefined;
177
+ /**
178
+ * <p>The unique run ID associated with the ruleset evaluation.</p>
179
+ * @public
180
+ */
181
+ RulesetEvaluationRunId?: string | undefined;
182
+ /**
183
+ * <p>A list of <code>DataQualityRuleResult</code> objects representing the results for each rule. </p>
184
+ * @public
185
+ */
186
+ RuleResults?: DataQualityRuleResult[] | undefined;
187
+ /**
188
+ * <p>A list of <code>DataQualityAnalyzerResult</code> objects representing the results for each analyzer. </p>
189
+ * @public
190
+ */
191
+ AnalyzerResults?: DataQualityAnalyzerResult[] | undefined;
192
+ /**
193
+ * <p>A list of <code>DataQualityObservation</code> objects representing the observations generated after evaluating the rules and analyzers. </p>
194
+ * @public
195
+ */
196
+ Observations?: DataQualityObservation[] | undefined;
197
+ /**
198
+ * <p> A summary of <code>DataQualityAggregatedMetrics</code> objects showing the total counts of processed rows and rules, including their pass/fail statistics based on row-level results. </p>
199
+ * @public
200
+ */
201
+ AggregatedMetrics?: DataQualityAggregatedMetrics | undefined;
202
+ }
203
+ /**
204
+ * @public
205
+ */
206
+ export interface GetDataQualityRuleRecommendationRunRequest {
9
207
  /**
10
208
  * <p>The unique run identifier associated with this run.</p>
11
209
  * @public
@@ -13,30 +211,162 @@ export interface GetDataQualityRulesetEvaluationRunRequest {
13
211
  RunId: string | undefined;
14
212
  }
15
213
  /**
16
- * <p>Additional run options you can specify for an evaluation run.</p>
214
+ * <p>Additional run options you can specify for a recommendation run.</p>
17
215
  * @public
18
216
  */
19
- export interface DataQualityEvaluationRunAdditionalRunOptions {
217
+ export interface DataQualityRuleRecommendationRunAdditionalRunOptions {
20
218
  /**
21
- * <p>Whether or not to enable CloudWatch metrics.</p>
219
+ * <p>A custom prefix for the CloudWatch log group names. When specified, recommendation 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>
22
220
  * @public
23
221
  */
24
- CloudWatchMetricsEnabled?: boolean | undefined;
222
+ CustomLogGroupPrefix?: string | undefined;
223
+ }
224
+ /**
225
+ * <p>The response for the Data Quality rule recommendation run.</p>
226
+ * @public
227
+ */
228
+ export interface GetDataQualityRuleRecommendationRunResponse {
25
229
  /**
26
- * <p>Prefix for Amazon S3 to store results.</p>
230
+ * <p>The unique run identifier associated with this run.</p>
27
231
  * @public
28
232
  */
29
- ResultsS3Prefix?: string | undefined;
233
+ RunId?: string | undefined;
30
234
  /**
31
- * <p>Set the evaluation method for composite rules in the ruleset to ROW/COLUMN</p>
235
+ * <p>The data source (an Glue table) associated with this run.</p>
32
236
  * @public
33
237
  */
34
- CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
238
+ DataSource?: DataSource | undefined;
35
239
  /**
36
- * <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>
240
+ * <p>An IAM role supplied to encrypt the results of the run.</p>
37
241
  * @public
38
242
  */
39
- CustomLogGroupPrefix?: string | undefined;
243
+ Role?: string | undefined;
244
+ /**
245
+ * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
246
+ * @public
247
+ */
248
+ NumberOfWorkers?: number | undefined;
249
+ /**
250
+ * <p>The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
251
+ * @public
252
+ */
253
+ Timeout?: number | undefined;
254
+ /**
255
+ * <p>The status for this run.</p>
256
+ * @public
257
+ */
258
+ Status?: TaskStatusType | undefined;
259
+ /**
260
+ * <p>The error strings that are associated with the run.</p>
261
+ * @public
262
+ */
263
+ ErrorString?: string | undefined;
264
+ /**
265
+ * <p>The date and time when this run started.</p>
266
+ * @public
267
+ */
268
+ StartedOn?: Date | undefined;
269
+ /**
270
+ * <p>A timestamp. The last point in time when this data quality rule recommendation run was modified.</p>
271
+ * @public
272
+ */
273
+ LastModifiedOn?: Date | undefined;
274
+ /**
275
+ * <p>The date and time when this run was completed.</p>
276
+ * @public
277
+ */
278
+ CompletedOn?: Date | undefined;
279
+ /**
280
+ * <p>The amount of time (in seconds) that the run consumed resources.</p>
281
+ * @public
282
+ */
283
+ ExecutionTime?: number | undefined;
284
+ /**
285
+ * <p>When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.</p>
286
+ * @public
287
+ */
288
+ RecommendedRuleset?: string | undefined;
289
+ /**
290
+ * <p>The name of the ruleset that was created by the run.</p>
291
+ * @public
292
+ */
293
+ CreatedRulesetName?: string | undefined;
294
+ /**
295
+ * <p>The name of the security configuration created with the data quality encryption option.</p>
296
+ * @public
297
+ */
298
+ DataQualitySecurityConfiguration?: string | undefined;
299
+ /**
300
+ * <p>Additional run options you can specify for a recommendation run.</p>
301
+ * @public
302
+ */
303
+ AdditionalRunOptions?: DataQualityRuleRecommendationRunAdditionalRunOptions | undefined;
304
+ }
305
+ /**
306
+ * @public
307
+ */
308
+ export interface GetDataQualityRulesetRequest {
309
+ /**
310
+ * <p>The name of the ruleset.</p>
311
+ * @public
312
+ */
313
+ Name: string | undefined;
314
+ }
315
+ /**
316
+ * <p>Returns the data quality ruleset response.</p>
317
+ * @public
318
+ */
319
+ export interface GetDataQualityRulesetResponse {
320
+ /**
321
+ * <p>The name of the ruleset.</p>
322
+ * @public
323
+ */
324
+ Name?: string | undefined;
325
+ /**
326
+ * <p>A description of the ruleset.</p>
327
+ * @public
328
+ */
329
+ Description?: string | undefined;
330
+ /**
331
+ * <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
332
+ * @public
333
+ */
334
+ Ruleset?: string | undefined;
335
+ /**
336
+ * <p>The name and database name of the target table.</p>
337
+ * @public
338
+ */
339
+ TargetTable?: DataQualityTargetTable | undefined;
340
+ /**
341
+ * <p>A timestamp. The time and date that this data quality ruleset was created.</p>
342
+ * @public
343
+ */
344
+ CreatedOn?: Date | undefined;
345
+ /**
346
+ * <p>A timestamp. The last point in time when this data quality ruleset was modified.</p>
347
+ * @public
348
+ */
349
+ LastModifiedOn?: Date | undefined;
350
+ /**
351
+ * <p>When a ruleset was created from a recommendation run, this run ID is generated to link the two together.</p>
352
+ * @public
353
+ */
354
+ RecommendationRunId?: string | undefined;
355
+ /**
356
+ * <p>The name of the security configuration created with the data quality encryption option.</p>
357
+ * @public
358
+ */
359
+ DataQualitySecurityConfiguration?: string | undefined;
360
+ }
361
+ /**
362
+ * @public
363
+ */
364
+ export interface GetDataQualityRulesetEvaluationRunRequest {
365
+ /**
366
+ * <p>The unique run identifier associated with this run.</p>
367
+ * @public
368
+ */
369
+ RunId: string | undefined;
40
370
  }
41
371
  /**
42
372
  * @public
@@ -4573,6 +4903,11 @@ export interface ListDataQualityRuleRecommendationRunsRequest {
4573
4903
  * @public
4574
4904
  */
4575
4905
  MaxResults?: number | undefined;
4906
+ /**
4907
+ * <p>A list of key-value pair tags to filter recommendation runs.</p>
4908
+ * @public
4909
+ */
4910
+ Tags?: Record<string, string> | undefined;
4576
4911
  }
4577
4912
  /**
4578
4913
  * <p>Describes the result of a data quality rule recommendation run.</p>
@@ -4599,6 +4934,11 @@ export interface DataQualityRuleRecommendationRunDescription {
4599
4934
  * @public
4600
4935
  */
4601
4936
  DataSource?: DataSource | undefined;
4937
+ /**
4938
+ * <p>The name of the ruleset that was created by the recommendation run.</p>
4939
+ * @public
4940
+ */
4941
+ CreatedRulesetName?: string | undefined;
4602
4942
  }
4603
4943
  /**
4604
4944
  * @public
@@ -4961,6 +5301,11 @@ export interface StatisticSummary {
4961
5301
  * @public
4962
5302
  */
4963
5303
  DoubleValue?: number | undefined;
5304
+ /**
5305
+ * <p>The distribution value for the statistic.</p>
5306
+ * @public
5307
+ */
5308
+ DistributionValue?: DistributionData | undefined;
4964
5309
  /**
4965
5310
  * <p>The evaluation level of the statistic. Possible values: <code>Dataset</code>, <code>Column</code>, <code>Multicolumn</code>.</p>
4966
5311
  * @public
@@ -7346,212 +7691,3 @@ export interface SearchAssetsOutput {
7346
7691
  */
7347
7692
  NextToken?: string | undefined;
7348
7693
  }
7349
- /**
7350
- * <p>Defines a property predicate.</p>
7351
- * @public
7352
- */
7353
- export interface PropertyPredicate {
7354
- /**
7355
- * <p>The key of the property.</p>
7356
- * @public
7357
- */
7358
- Key?: string | undefined;
7359
- /**
7360
- * <p>The value of the property.</p>
7361
- * @public
7362
- */
7363
- Value?: string | undefined;
7364
- /**
7365
- * <p>The comparator used to compare this property to others.</p>
7366
- * @public
7367
- */
7368
- Comparator?: Comparator | undefined;
7369
- }
7370
- /**
7371
- * <p>Specifies a field to sort by and a sort order.</p>
7372
- * @public
7373
- */
7374
- export interface SortCriterion {
7375
- /**
7376
- * <p>The name of the field on which to sort.</p>
7377
- * @public
7378
- */
7379
- FieldName?: string | undefined;
7380
- /**
7381
- * <p>An ascending or descending sort.</p>
7382
- * @public
7383
- */
7384
- Sort?: Sort | undefined;
7385
- }
7386
- /**
7387
- * @public
7388
- */
7389
- export interface SearchTablesRequest {
7390
- /**
7391
- * <p>A unique identifier, consisting of <code>
7392
- * <i>account_id</i>
7393
- * </code>.</p>
7394
- * @public
7395
- */
7396
- CatalogId?: string | undefined;
7397
- /**
7398
- * <p>A continuation token, included if this is a continuation call.</p>
7399
- * @public
7400
- */
7401
- NextToken?: string | undefined;
7402
- /**
7403
- * <p>A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.</p>
7404
- * <p>The <code>Comparator</code> member of the <code>PropertyPredicate</code> struct is used only for time fields, and can be omitted for other field types. Also, when comparing string values, such as when <code>Key=Name</code>, a fuzzy match algorithm is used. The <code>Key</code> field (for example, the value of the <code>Name</code> field) is split on certain punctuation characters, for example, -, :, #, etc. into tokens. Then each token is exact-match compared with the <code>Value</code> member of <code>PropertyPredicate</code>. For example, if <code>Key=Name</code> and <code>Value=link</code>, tables named <code>customer-link</code> and <code>xx-link-yy</code> are returned, but <code>xxlinkyy</code> is not returned.</p>
7405
- * @public
7406
- */
7407
- Filters?: PropertyPredicate[] | undefined;
7408
- /**
7409
- * <p>A string used for a text search.</p>
7410
- * <p>Specifying a value in quotes filters based on an exact match to the value.</p>
7411
- * @public
7412
- */
7413
- SearchText?: string | undefined;
7414
- /**
7415
- * <p>A list of criteria for sorting the results by a field name, in an ascending or descending order.</p>
7416
- * @public
7417
- */
7418
- SortCriteria?: SortCriterion[] | undefined;
7419
- /**
7420
- * <p>The maximum number of tables to return in a single response.</p>
7421
- * @public
7422
- */
7423
- MaxResults?: number | undefined;
7424
- /**
7425
- * <p>Allows you to specify that you want to search the tables shared with your account. The allowable values are <code>FOREIGN</code> or <code>ALL</code>. </p>
7426
- * <ul>
7427
- * <li>
7428
- * <p>If set to <code>FOREIGN</code>, will search the tables shared with your account. </p>
7429
- * </li>
7430
- * <li>
7431
- * <p>If set to <code>ALL</code>, will search the tables shared with your account, as well as the tables in yor local account. </p>
7432
- * </li>
7433
- * </ul>
7434
- * @public
7435
- */
7436
- ResourceShareType?: ResourceShareType | undefined;
7437
- /**
7438
- * <p>Specifies whether to include status details related to a request to create or update an Glue Data Catalog view.</p>
7439
- * @public
7440
- */
7441
- IncludeStatusDetails?: boolean | undefined;
7442
- }
7443
- /**
7444
- * @public
7445
- */
7446
- export interface StartBlueprintRunRequest {
7447
- /**
7448
- * <p>The name of the blueprint.</p>
7449
- * @public
7450
- */
7451
- BlueprintName: string | undefined;
7452
- /**
7453
- * <p>Specifies the parameters as a <code>BlueprintParameters</code> object.</p>
7454
- * @public
7455
- */
7456
- Parameters?: string | undefined;
7457
- /**
7458
- * <p>Specifies the IAM role used to create the workflow.</p>
7459
- * @public
7460
- */
7461
- RoleArn: string | undefined;
7462
- }
7463
- /**
7464
- * @public
7465
- */
7466
- export interface StartBlueprintRunResponse {
7467
- /**
7468
- * <p>The run ID for this blueprint run.</p>
7469
- * @public
7470
- */
7471
- RunId?: string | undefined;
7472
- }
7473
- /**
7474
- * @public
7475
- */
7476
- export interface StartColumnStatisticsTaskRunRequest {
7477
- /**
7478
- * <p>The name of the database where the table resides.</p>
7479
- * @public
7480
- */
7481
- DatabaseName: string | undefined;
7482
- /**
7483
- * <p>The name of the table to generate statistics.</p>
7484
- * @public
7485
- */
7486
- TableName: string | undefined;
7487
- /**
7488
- * <p>A list of the column names to generate statistics. If none is supplied, all column names for the table will be used by default.</p>
7489
- * @public
7490
- */
7491
- ColumnNameList?: string[] | undefined;
7492
- /**
7493
- * <p>The IAM role that the service assumes to generate statistics.</p>
7494
- * @public
7495
- */
7496
- Role: string | undefined;
7497
- /**
7498
- * <p>The percentage of rows used to generate statistics. If none is supplied, the entire table will be used to generate stats.</p>
7499
- * @public
7500
- */
7501
- SampleSize?: number | undefined;
7502
- /**
7503
- * <p>The ID of the Data Catalog where the table reside. If none is supplied, the Amazon Web Services account ID is used by default.</p>
7504
- * @public
7505
- */
7506
- CatalogID?: string | undefined;
7507
- /**
7508
- * <p>Name of the security configuration that is used to encrypt CloudWatch logs for the column stats task run.</p>
7509
- * @public
7510
- */
7511
- SecurityConfiguration?: string | undefined;
7512
- }
7513
- /**
7514
- * @public
7515
- */
7516
- export interface StartColumnStatisticsTaskRunResponse {
7517
- /**
7518
- * <p>The identifier for the column statistics task run.</p>
7519
- * @public
7520
- */
7521
- ColumnStatisticsTaskRunId?: string | undefined;
7522
- }
7523
- /**
7524
- * @public
7525
- */
7526
- export interface StartColumnStatisticsTaskRunScheduleRequest {
7527
- /**
7528
- * <p>The name of the database where the table resides.</p>
7529
- * @public
7530
- */
7531
- DatabaseName: string | undefined;
7532
- /**
7533
- * <p>The name of the table for which to start a column statistic task run schedule.</p>
7534
- * @public
7535
- */
7536
- TableName: string | undefined;
7537
- }
7538
- /**
7539
- * @public
7540
- */
7541
- export interface StartColumnStatisticsTaskRunScheduleResponse {
7542
- }
7543
- /**
7544
- * @public
7545
- */
7546
- export interface StartCrawlerRequest {
7547
- /**
7548
- * <p>Name of the crawler to start.</p>
7549
- * @public
7550
- */
7551
- Name: string | undefined;
7552
- }
7553
- /**
7554
- * @public
7555
- */
7556
- export interface StartCrawlerResponse {
7557
- }