@aws-sdk/client-glue 3.218.0 → 3.221.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 (191) hide show
  1. package/dist-cjs/Glue.js +240 -0
  2. package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +46 -0
  3. package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +46 -0
  4. package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +46 -0
  5. package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +46 -0
  6. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  7. package/dist-cjs/commands/CreateSessionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateTableCommand.js +3 -3
  9. package/dist-cjs/commands/CreateTriggerCommand.js +3 -3
  10. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +46 -0
  12. package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
  13. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
  14. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
  15. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
  16. package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
  17. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
  18. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
  19. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
  20. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  21. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  22. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  23. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  24. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  25. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  26. package/dist-cjs/commands/ListSessionsCommand.js +3 -3
  27. package/dist-cjs/commands/ListStatementsCommand.js +3 -3
  28. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  29. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  30. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  31. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  32. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +3 -3
  33. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  34. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
  35. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
  36. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
  37. package/dist-cjs/commands/index.js +16 -0
  38. package/dist-cjs/endpoint/ruleset.js +1 -1
  39. package/dist-cjs/models/models_0.js +104 -103
  40. package/dist-cjs/models/models_1.js +145 -139
  41. package/dist-cjs/models/models_2.js +223 -3
  42. package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
  43. package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
  44. package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
  45. package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
  46. package/dist-cjs/pagination/index.js +4 -0
  47. package/dist-cjs/protocols/Aws_json1_1.js +1653 -129
  48. package/dist-es/Glue.js +240 -0
  49. package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
  50. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
  51. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
  52. package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
  53. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
  54. package/dist-es/commands/CreateSessionCommand.js +1 -1
  55. package/dist-es/commands/CreateTableCommand.js +1 -1
  56. package/dist-es/commands/CreateTriggerCommand.js +1 -1
  57. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +1 -1
  58. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
  59. package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
  60. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
  61. package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
  62. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
  63. package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
  64. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
  65. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
  66. package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
  67. package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
  68. package/dist-es/commands/ListJobsCommand.js +1 -1
  69. package/dist-es/commands/ListMLTransformsCommand.js +1 -1
  70. package/dist-es/commands/ListRegistriesCommand.js +1 -1
  71. package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
  72. package/dist-es/commands/ListSchemasCommand.js +1 -1
  73. package/dist-es/commands/ListSessionsCommand.js +1 -1
  74. package/dist-es/commands/ListStatementsCommand.js +1 -1
  75. package/dist-es/commands/ListTriggersCommand.js +1 -1
  76. package/dist-es/commands/ListWorkflowsCommand.js +1 -1
  77. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
  78. package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
  79. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +1 -1
  80. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +1 -2
  81. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
  82. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
  83. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
  84. package/dist-es/commands/index.js +16 -0
  85. package/dist-es/endpoint/ruleset.js +1 -1
  86. package/dist-es/models/models_0.js +80 -78
  87. package/dist-es/models/models_1.js +109 -102
  88. package/dist-es/models/models_2.js +167 -0
  89. package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
  90. package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
  91. package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
  92. package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
  93. package/dist-es/pagination/index.js +4 -0
  94. package/dist-es/protocols/Aws_json1_1.js +1610 -119
  95. package/dist-types/Glue.d.ts +114 -0
  96. package/dist-types/GlueClient.d.ts +18 -2
  97. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
  98. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  99. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  100. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
  101. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  106. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
  107. package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
  108. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  109. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
  110. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  111. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
  112. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
  113. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
  114. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
  115. package/dist-types/commands/ListDevEndpointsCommand.d.ts +1 -1
  116. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  117. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  118. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  119. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  120. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  121. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  122. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListTriggersCommand.d.ts +1 -1
  124. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  125. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  126. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  127. package/dist-types/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  128. package/dist-types/commands/PutWorkflowRunPropertiesCommand.d.ts +1 -2
  129. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  130. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  131. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
  132. package/dist-types/commands/index.d.ts +16 -0
  133. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  134. package/dist-types/models/models_0.d.ts +417 -552
  135. package/dist-types/models/models_1.d.ts +3382 -3180
  136. package/dist-types/models/models_2.d.ts +1086 -2
  137. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
  138. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
  139. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
  140. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
  141. package/dist-types/pagination/index.d.ts +4 -0
  142. package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
  143. package/dist-types/ts3.4/Glue.d.ts +320 -0
  144. package/dist-types/ts3.4/GlueClient.d.ts +96 -0
  145. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
  146. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  147. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  148. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
  149. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateUserDefinedFunctionCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
  156. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  157. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
  158. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  159. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
  160. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
  161. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
  162. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/PutSchemaVersionMetadataCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/PutWorkflowRunPropertiesCommand.d.ts +4 -2
  177. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  178. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  179. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
  180. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  181. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  182. package/dist-types/ts3.4/models/models_0.d.ts +166 -187
  183. package/dist-types/ts3.4/models/models_1.d.ts +306 -262
  184. package/dist-types/ts3.4/models/models_2.d.ts +458 -3
  185. package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
  186. package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
  187. package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
  188. package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  190. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
  191. package/package.json +1 -1
@@ -15,13 +15,17 @@ import {
15
15
  CsvHeaderOption,
16
16
  CustomCode,
17
17
  DatabaseInput,
18
+ DataQualityTargetTable,
19
+ DataSource,
18
20
  DirectKafkaSource,
19
21
  DirectKinesisSource,
20
22
  DropDuplicates,
21
23
  DropFields,
22
24
  DropNullFields,
25
+ DynamicTransform,
23
26
  DynamoDBCatalogSource,
24
27
  ErrorDetail,
28
+ EvaluateDataQuality,
25
29
  EventBatchingCondition,
26
30
  ExecutionClass,
27
31
  ExecutionProperty,
@@ -63,6 +67,7 @@ import {
63
67
  S3ParquetSource,
64
68
  SchemaChangePolicy,
65
69
  SchemaId,
70
+ SchemaStatus,
66
71
  SchemaVersionStatus,
67
72
  SelectFields,
68
73
  SelectFromCollection,
@@ -74,21 +79,279 @@ import {
74
79
  SparkSQL,
75
80
  Spigot,
76
81
  SplitFields,
77
- TableInput,
82
+ TaskStatusType,
78
83
  TransformParameters,
79
84
  Trigger,
80
85
  Union,
81
- UserDefinedFunctionInput,
82
86
  WorkerType,
83
87
  } from "./models_0";
84
88
  import {
85
89
  ColumnStatistics,
90
+ DataCatalogEncryptionSettings,
91
+ DataQualityEvaluationRunAdditionalRunOptions,
92
+ DataQualityResultFilterCriteria,
86
93
  JobBookmarkEntry,
87
- MetadataKeyValuePair,
94
+ RegistryStatus,
88
95
  ResourceShareType,
89
96
  SchemaVersionNumber,
97
+ Session,
98
+ Statement,
90
99
  Table,
100
+ TableInput,
101
+ TransformFilterCriteria,
102
+ TransformSortCriteria,
103
+ UserDefinedFunctionInput,
91
104
  } from "./models_1";
105
+ export interface ListDataQualityResultsRequest {
106
+ Filter?: DataQualityResultFilterCriteria;
107
+ NextToken?: string;
108
+ MaxResults?: number;
109
+ }
110
+ export interface DataQualityResultDescription {
111
+ ResultId?: string;
112
+ DataSource?: DataSource;
113
+ JobName?: string;
114
+ JobRunId?: string;
115
+ StartedOn?: Date;
116
+ }
117
+ export interface ListDataQualityResultsResponse {
118
+ Results: DataQualityResultDescription[] | undefined;
119
+ NextToken?: string;
120
+ }
121
+ export interface DataQualityRuleRecommendationRunFilter {
122
+ DataSource: DataSource | undefined;
123
+ StartedBefore?: Date;
124
+ StartedAfter?: Date;
125
+ }
126
+ export interface ListDataQualityRuleRecommendationRunsRequest {
127
+ Filter?: DataQualityRuleRecommendationRunFilter;
128
+ NextToken?: string;
129
+ MaxResults?: number;
130
+ }
131
+ export interface DataQualityRuleRecommendationRunDescription {
132
+ RunId?: string;
133
+ Status?: TaskStatusType | string;
134
+ StartedOn?: Date;
135
+ DataSource?: DataSource;
136
+ }
137
+ export interface ListDataQualityRuleRecommendationRunsResponse {
138
+ Runs?: DataQualityRuleRecommendationRunDescription[];
139
+ NextToken?: string;
140
+ }
141
+ export interface DataQualityRulesetEvaluationRunFilter {
142
+ DataSource: DataSource | undefined;
143
+ StartedBefore?: Date;
144
+ StartedAfter?: Date;
145
+ }
146
+ export interface ListDataQualityRulesetEvaluationRunsRequest {
147
+ Filter?: DataQualityRulesetEvaluationRunFilter;
148
+ NextToken?: string;
149
+ MaxResults?: number;
150
+ }
151
+ export interface DataQualityRulesetEvaluationRunDescription {
152
+ RunId?: string;
153
+ Status?: TaskStatusType | string;
154
+ StartedOn?: Date;
155
+ DataSource?: DataSource;
156
+ }
157
+ export interface ListDataQualityRulesetEvaluationRunsResponse {
158
+ Runs?: DataQualityRulesetEvaluationRunDescription[];
159
+ NextToken?: string;
160
+ }
161
+ export interface DataQualityRulesetFilterCriteria {
162
+ Name?: string;
163
+ Description?: string;
164
+ CreatedBefore?: Date;
165
+ CreatedAfter?: Date;
166
+ LastModifiedBefore?: Date;
167
+ LastModifiedAfter?: Date;
168
+ TargetTable?: DataQualityTargetTable;
169
+ }
170
+ export interface ListDataQualityRulesetsRequest {
171
+ NextToken?: string;
172
+ MaxResults?: number;
173
+ Filter?: DataQualityRulesetFilterCriteria;
174
+ Tags?: Record<string, string>;
175
+ }
176
+ export interface DataQualityRulesetListDetails {
177
+ Name?: string;
178
+ Description?: string;
179
+ CreatedOn?: Date;
180
+ LastModifiedOn?: Date;
181
+ TargetTable?: DataQualityTargetTable;
182
+ RecommendationRunId?: string;
183
+ RuleCount?: number;
184
+ }
185
+ export interface ListDataQualityRulesetsResponse {
186
+ Rulesets?: DataQualityRulesetListDetails[];
187
+ NextToken?: string;
188
+ }
189
+ export interface ListDevEndpointsRequest {
190
+ NextToken?: string;
191
+ MaxResults?: number;
192
+ Tags?: Record<string, string>;
193
+ }
194
+ export interface ListDevEndpointsResponse {
195
+ DevEndpointNames?: string[];
196
+ NextToken?: string;
197
+ }
198
+ export interface ListJobsRequest {
199
+ NextToken?: string;
200
+ MaxResults?: number;
201
+ Tags?: Record<string, string>;
202
+ }
203
+ export interface ListJobsResponse {
204
+ JobNames?: string[];
205
+ NextToken?: string;
206
+ }
207
+ export interface ListMLTransformsRequest {
208
+ NextToken?: string;
209
+ MaxResults?: number;
210
+ Filter?: TransformFilterCriteria;
211
+ Sort?: TransformSortCriteria;
212
+ Tags?: Record<string, string>;
213
+ }
214
+ export interface ListMLTransformsResponse {
215
+ TransformIds: string[] | undefined;
216
+ NextToken?: string;
217
+ }
218
+ export interface ListRegistriesInput {
219
+ MaxResults?: number;
220
+ NextToken?: string;
221
+ }
222
+ export interface RegistryListItem {
223
+ RegistryName?: string;
224
+ RegistryArn?: string;
225
+ Description?: string;
226
+ Status?: RegistryStatus | string;
227
+ CreatedTime?: string;
228
+ UpdatedTime?: string;
229
+ }
230
+ export interface ListRegistriesResponse {
231
+ Registries?: RegistryListItem[];
232
+ NextToken?: string;
233
+ }
234
+ export interface ListSchemasInput {
235
+ RegistryId?: RegistryId;
236
+ MaxResults?: number;
237
+ NextToken?: string;
238
+ }
239
+ export interface SchemaListItem {
240
+ RegistryName?: string;
241
+ SchemaName?: string;
242
+ SchemaArn?: string;
243
+ Description?: string;
244
+ SchemaStatus?: SchemaStatus | string;
245
+ CreatedTime?: string;
246
+ UpdatedTime?: string;
247
+ }
248
+ export interface ListSchemasResponse {
249
+ Schemas?: SchemaListItem[];
250
+ NextToken?: string;
251
+ }
252
+ export interface ListSchemaVersionsInput {
253
+ SchemaId: SchemaId | undefined;
254
+ MaxResults?: number;
255
+ NextToken?: string;
256
+ }
257
+ export interface SchemaVersionListItem {
258
+ SchemaArn?: string;
259
+ SchemaVersionId?: string;
260
+ VersionNumber?: number;
261
+ Status?: SchemaVersionStatus | string;
262
+ CreatedTime?: string;
263
+ }
264
+ export interface ListSchemaVersionsResponse {
265
+ Schemas?: SchemaVersionListItem[];
266
+ NextToken?: string;
267
+ }
268
+ export interface ListSessionsRequest {
269
+ NextToken?: string;
270
+ MaxResults?: number;
271
+ Tags?: Record<string, string>;
272
+ RequestOrigin?: string;
273
+ }
274
+ export interface ListSessionsResponse {
275
+ Ids?: string[];
276
+ Sessions?: Session[];
277
+ NextToken?: string;
278
+ }
279
+ export interface ListStatementsRequest {
280
+ SessionId: string | undefined;
281
+ RequestOrigin?: string;
282
+ NextToken?: string;
283
+ }
284
+ export interface ListStatementsResponse {
285
+ Statements?: Statement[];
286
+ NextToken?: string;
287
+ }
288
+ export interface ListTriggersRequest {
289
+ NextToken?: string;
290
+ DependentJobName?: string;
291
+ MaxResults?: number;
292
+ Tags?: Record<string, string>;
293
+ }
294
+ export interface ListTriggersResponse {
295
+ TriggerNames?: string[];
296
+ NextToken?: string;
297
+ }
298
+ export interface ListWorkflowsRequest {
299
+ NextToken?: string;
300
+ MaxResults?: number;
301
+ }
302
+ export interface ListWorkflowsResponse {
303
+ Workflows?: string[];
304
+ NextToken?: string;
305
+ }
306
+ export interface PutDataCatalogEncryptionSettingsRequest {
307
+ CatalogId?: string;
308
+ DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
309
+ }
310
+ export interface PutDataCatalogEncryptionSettingsResponse {}
311
+ export declare enum EnableHybridValues {
312
+ FALSE = "FALSE",
313
+ TRUE = "TRUE",
314
+ }
315
+ export declare enum ExistCondition {
316
+ MUST_EXIST = "MUST_EXIST",
317
+ NONE = "NONE",
318
+ NOT_EXIST = "NOT_EXIST",
319
+ }
320
+ export interface PutResourcePolicyRequest {
321
+ PolicyInJson: string | undefined;
322
+ ResourceArn?: string;
323
+ PolicyHashCondition?: string;
324
+ PolicyExistsCondition?: ExistCondition | string;
325
+ EnableHybrid?: EnableHybridValues | string;
326
+ }
327
+ export interface PutResourcePolicyResponse {
328
+ PolicyHash?: string;
329
+ }
330
+ export interface MetadataKeyValuePair {
331
+ MetadataKey?: string;
332
+ MetadataValue?: string;
333
+ }
334
+ export interface PutSchemaVersionMetadataInput {
335
+ SchemaId?: SchemaId;
336
+ SchemaVersionNumber?: SchemaVersionNumber;
337
+ SchemaVersionId?: string;
338
+ MetadataKeyValue: MetadataKeyValuePair | undefined;
339
+ }
340
+ export interface PutSchemaVersionMetadataResponse {
341
+ SchemaArn?: string;
342
+ SchemaName?: string;
343
+ RegistryName?: string;
344
+ LatestVersion?: boolean;
345
+ VersionNumber?: number;
346
+ SchemaVersionId?: string;
347
+ MetadataKey?: string;
348
+ MetadataValue?: string;
349
+ }
350
+ export interface PutWorkflowRunPropertiesRequest {
351
+ Name: string | undefined;
352
+ RunId: string | undefined;
353
+ RunProperties: Record<string, string> | undefined;
354
+ }
92
355
  export interface PutWorkflowRunPropertiesResponse {}
93
356
  export interface QuerySchemaVersionMetadataInput {
94
357
  SchemaId?: SchemaId;
@@ -253,6 +516,29 @@ export interface StartCrawlerScheduleRequest {
253
516
  CrawlerName: string | undefined;
254
517
  }
255
518
  export interface StartCrawlerScheduleResponse {}
519
+ export interface StartDataQualityRuleRecommendationRunRequest {
520
+ DataSource: DataSource | undefined;
521
+ Role: string | undefined;
522
+ NumberOfWorkers?: number;
523
+ Timeout?: number;
524
+ CreatedRulesetName?: string;
525
+ ClientToken?: string;
526
+ }
527
+ export interface StartDataQualityRuleRecommendationRunResponse {
528
+ RunId?: string;
529
+ }
530
+ export interface StartDataQualityRulesetEvaluationRunRequest {
531
+ DataSource: DataSource | undefined;
532
+ Role: string | undefined;
533
+ NumberOfWorkers?: number;
534
+ Timeout?: number;
535
+ ClientToken?: string;
536
+ AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
537
+ RulesetNames: string[] | undefined;
538
+ }
539
+ export interface StartDataQualityRulesetEvaluationRunResponse {
540
+ RunId?: string;
541
+ }
256
542
  export interface StartExportLabelsTaskRunRequest {
257
543
  TransformId: string | undefined;
258
544
  OutputS3Path: string | undefined;
@@ -484,6 +770,17 @@ export interface UpdateDatabaseRequest {
484
770
  DatabaseInput: DatabaseInput | undefined;
485
771
  }
486
772
  export interface UpdateDatabaseResponse {}
773
+ export interface UpdateDataQualityRulesetRequest {
774
+ Name: string | undefined;
775
+ UpdatedName?: string;
776
+ Description?: string;
777
+ Ruleset?: string;
778
+ }
779
+ export interface UpdateDataQualityRulesetResponse {
780
+ Name?: string;
781
+ Description?: string;
782
+ Ruleset?: string;
783
+ }
487
784
  export interface DevEndpointCustomLibraries {
488
785
  ExtraPythonLibsS3Path?: string;
489
786
  ExtraJarsS3Path?: string;
@@ -677,6 +974,8 @@ export interface CodeGenConfigurationNode {
677
974
  MySQLCatalogTarget?: MySQLCatalogTarget;
678
975
  OracleSQLCatalogTarget?: OracleSQLCatalogTarget;
679
976
  PostgreSQLCatalogTarget?: PostgreSQLCatalogTarget;
977
+ DynamicTransform?: DynamicTransform;
978
+ EvaluateDataQuality?: EvaluateDataQuality;
680
979
  }
681
980
  export interface CreateJobRequest {
682
981
  Name: string | undefined;
@@ -764,6 +1063,144 @@ export interface GetJobsResponse {
764
1063
  Jobs?: Job[];
765
1064
  NextToken?: string;
766
1065
  }
1066
+ export declare const ListDataQualityResultsRequestFilterSensitiveLog: (
1067
+ obj: ListDataQualityResultsRequest
1068
+ ) => any;
1069
+ export declare const DataQualityResultDescriptionFilterSensitiveLog: (
1070
+ obj: DataQualityResultDescription
1071
+ ) => any;
1072
+ export declare const ListDataQualityResultsResponseFilterSensitiveLog: (
1073
+ obj: ListDataQualityResultsResponse
1074
+ ) => any;
1075
+ export declare const DataQualityRuleRecommendationRunFilterFilterSensitiveLog: (
1076
+ obj: DataQualityRuleRecommendationRunFilter
1077
+ ) => any;
1078
+ export declare const ListDataQualityRuleRecommendationRunsRequestFilterSensitiveLog: (
1079
+ obj: ListDataQualityRuleRecommendationRunsRequest
1080
+ ) => any;
1081
+ export declare const DataQualityRuleRecommendationRunDescriptionFilterSensitiveLog: (
1082
+ obj: DataQualityRuleRecommendationRunDescription
1083
+ ) => any;
1084
+ export declare const ListDataQualityRuleRecommendationRunsResponseFilterSensitiveLog: (
1085
+ obj: ListDataQualityRuleRecommendationRunsResponse
1086
+ ) => any;
1087
+ export declare const DataQualityRulesetEvaluationRunFilterFilterSensitiveLog: (
1088
+ obj: DataQualityRulesetEvaluationRunFilter
1089
+ ) => any;
1090
+ export declare const ListDataQualityRulesetEvaluationRunsRequestFilterSensitiveLog: (
1091
+ obj: ListDataQualityRulesetEvaluationRunsRequest
1092
+ ) => any;
1093
+ export declare const DataQualityRulesetEvaluationRunDescriptionFilterSensitiveLog: (
1094
+ obj: DataQualityRulesetEvaluationRunDescription
1095
+ ) => any;
1096
+ export declare const ListDataQualityRulesetEvaluationRunsResponseFilterSensitiveLog: (
1097
+ obj: ListDataQualityRulesetEvaluationRunsResponse
1098
+ ) => any;
1099
+ export declare const DataQualityRulesetFilterCriteriaFilterSensitiveLog: (
1100
+ obj: DataQualityRulesetFilterCriteria
1101
+ ) => any;
1102
+ export declare const ListDataQualityRulesetsRequestFilterSensitiveLog: (
1103
+ obj: ListDataQualityRulesetsRequest
1104
+ ) => any;
1105
+ export declare const DataQualityRulesetListDetailsFilterSensitiveLog: (
1106
+ obj: DataQualityRulesetListDetails
1107
+ ) => any;
1108
+ export declare const ListDataQualityRulesetsResponseFilterSensitiveLog: (
1109
+ obj: ListDataQualityRulesetsResponse
1110
+ ) => any;
1111
+ export declare const ListDevEndpointsRequestFilterSensitiveLog: (
1112
+ obj: ListDevEndpointsRequest
1113
+ ) => any;
1114
+ export declare const ListDevEndpointsResponseFilterSensitiveLog: (
1115
+ obj: ListDevEndpointsResponse
1116
+ ) => any;
1117
+ export declare const ListJobsRequestFilterSensitiveLog: (
1118
+ obj: ListJobsRequest
1119
+ ) => any;
1120
+ export declare const ListJobsResponseFilterSensitiveLog: (
1121
+ obj: ListJobsResponse
1122
+ ) => any;
1123
+ export declare const ListMLTransformsRequestFilterSensitiveLog: (
1124
+ obj: ListMLTransformsRequest
1125
+ ) => any;
1126
+ export declare const ListMLTransformsResponseFilterSensitiveLog: (
1127
+ obj: ListMLTransformsResponse
1128
+ ) => any;
1129
+ export declare const ListRegistriesInputFilterSensitiveLog: (
1130
+ obj: ListRegistriesInput
1131
+ ) => any;
1132
+ export declare const RegistryListItemFilterSensitiveLog: (
1133
+ obj: RegistryListItem
1134
+ ) => any;
1135
+ export declare const ListRegistriesResponseFilterSensitiveLog: (
1136
+ obj: ListRegistriesResponse
1137
+ ) => any;
1138
+ export declare const ListSchemasInputFilterSensitiveLog: (
1139
+ obj: ListSchemasInput
1140
+ ) => any;
1141
+ export declare const SchemaListItemFilterSensitiveLog: (
1142
+ obj: SchemaListItem
1143
+ ) => any;
1144
+ export declare const ListSchemasResponseFilterSensitiveLog: (
1145
+ obj: ListSchemasResponse
1146
+ ) => any;
1147
+ export declare const ListSchemaVersionsInputFilterSensitiveLog: (
1148
+ obj: ListSchemaVersionsInput
1149
+ ) => any;
1150
+ export declare const SchemaVersionListItemFilterSensitiveLog: (
1151
+ obj: SchemaVersionListItem
1152
+ ) => any;
1153
+ export declare const ListSchemaVersionsResponseFilterSensitiveLog: (
1154
+ obj: ListSchemaVersionsResponse
1155
+ ) => any;
1156
+ export declare const ListSessionsRequestFilterSensitiveLog: (
1157
+ obj: ListSessionsRequest
1158
+ ) => any;
1159
+ export declare const ListSessionsResponseFilterSensitiveLog: (
1160
+ obj: ListSessionsResponse
1161
+ ) => any;
1162
+ export declare const ListStatementsRequestFilterSensitiveLog: (
1163
+ obj: ListStatementsRequest
1164
+ ) => any;
1165
+ export declare const ListStatementsResponseFilterSensitiveLog: (
1166
+ obj: ListStatementsResponse
1167
+ ) => any;
1168
+ export declare const ListTriggersRequestFilterSensitiveLog: (
1169
+ obj: ListTriggersRequest
1170
+ ) => any;
1171
+ export declare const ListTriggersResponseFilterSensitiveLog: (
1172
+ obj: ListTriggersResponse
1173
+ ) => any;
1174
+ export declare const ListWorkflowsRequestFilterSensitiveLog: (
1175
+ obj: ListWorkflowsRequest
1176
+ ) => any;
1177
+ export declare const ListWorkflowsResponseFilterSensitiveLog: (
1178
+ obj: ListWorkflowsResponse
1179
+ ) => any;
1180
+ export declare const PutDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (
1181
+ obj: PutDataCatalogEncryptionSettingsRequest
1182
+ ) => any;
1183
+ export declare const PutDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (
1184
+ obj: PutDataCatalogEncryptionSettingsResponse
1185
+ ) => any;
1186
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (
1187
+ obj: PutResourcePolicyRequest
1188
+ ) => any;
1189
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (
1190
+ obj: PutResourcePolicyResponse
1191
+ ) => any;
1192
+ export declare const MetadataKeyValuePairFilterSensitiveLog: (
1193
+ obj: MetadataKeyValuePair
1194
+ ) => any;
1195
+ export declare const PutSchemaVersionMetadataInputFilterSensitiveLog: (
1196
+ obj: PutSchemaVersionMetadataInput
1197
+ ) => any;
1198
+ export declare const PutSchemaVersionMetadataResponseFilterSensitiveLog: (
1199
+ obj: PutSchemaVersionMetadataResponse
1200
+ ) => any;
1201
+ export declare const PutWorkflowRunPropertiesRequestFilterSensitiveLog: (
1202
+ obj: PutWorkflowRunPropertiesRequest
1203
+ ) => any;
767
1204
  export declare const PutWorkflowRunPropertiesResponseFilterSensitiveLog: (
768
1205
  obj: PutWorkflowRunPropertiesResponse
769
1206
  ) => any;
@@ -837,6 +1274,18 @@ export declare const StartCrawlerScheduleRequestFilterSensitiveLog: (
837
1274
  export declare const StartCrawlerScheduleResponseFilterSensitiveLog: (
838
1275
  obj: StartCrawlerScheduleResponse
839
1276
  ) => any;
1277
+ export declare const StartDataQualityRuleRecommendationRunRequestFilterSensitiveLog: (
1278
+ obj: StartDataQualityRuleRecommendationRunRequest
1279
+ ) => any;
1280
+ export declare const StartDataQualityRuleRecommendationRunResponseFilterSensitiveLog: (
1281
+ obj: StartDataQualityRuleRecommendationRunResponse
1282
+ ) => any;
1283
+ export declare const StartDataQualityRulesetEvaluationRunRequestFilterSensitiveLog: (
1284
+ obj: StartDataQualityRulesetEvaluationRunRequest
1285
+ ) => any;
1286
+ export declare const StartDataQualityRulesetEvaluationRunResponseFilterSensitiveLog: (
1287
+ obj: StartDataQualityRulesetEvaluationRunResponse
1288
+ ) => any;
840
1289
  export declare const StartExportLabelsTaskRunRequestFilterSensitiveLog: (
841
1290
  obj: StartExportLabelsTaskRunRequest
842
1291
  ) => any;
@@ -984,6 +1433,12 @@ export declare const UpdateDatabaseRequestFilterSensitiveLog: (
984
1433
  export declare const UpdateDatabaseResponseFilterSensitiveLog: (
985
1434
  obj: UpdateDatabaseResponse
986
1435
  ) => any;
1436
+ export declare const UpdateDataQualityRulesetRequestFilterSensitiveLog: (
1437
+ obj: UpdateDataQualityRulesetRequest
1438
+ ) => any;
1439
+ export declare const UpdateDataQualityRulesetResponseFilterSensitiveLog: (
1440
+ obj: UpdateDataQualityRulesetResponse
1441
+ ) => any;
987
1442
  export declare const DevEndpointCustomLibrariesFilterSensitiveLog: (
988
1443
  obj: DevEndpointCustomLibraries
989
1444
  ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDataQualityResultsCommandInput,
4
+ ListDataQualityResultsCommandOutput,
5
+ } from "../commands/ListDataQualityResultsCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDataQualityResults(
8
+ config: GluePaginationConfiguration,
9
+ input: ListDataQualityResultsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDataQualityResultsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDataQualityRuleRecommendationRunsCommandInput,
4
+ ListDataQualityRuleRecommendationRunsCommandOutput,
5
+ } from "../commands/ListDataQualityRuleRecommendationRunsCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDataQualityRuleRecommendationRuns(
8
+ config: GluePaginationConfiguration,
9
+ input: ListDataQualityRuleRecommendationRunsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDataQualityRuleRecommendationRunsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDataQualityRulesetEvaluationRunsCommandInput,
4
+ ListDataQualityRulesetEvaluationRunsCommandOutput,
5
+ } from "../commands/ListDataQualityRulesetEvaluationRunsCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDataQualityRulesetEvaluationRuns(
8
+ config: GluePaginationConfiguration,
9
+ input: ListDataQualityRulesetEvaluationRunsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDataQualityRulesetEvaluationRunsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListDataQualityRulesetsCommandInput,
4
+ ListDataQualityRulesetsCommandOutput,
5
+ } from "../commands/ListDataQualityRulesetsCommand";
6
+ import { GluePaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListDataQualityRulesets(
8
+ config: GluePaginationConfiguration,
9
+ input: ListDataQualityRulesetsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListDataQualityRulesetsCommandOutput>;
@@ -23,6 +23,10 @@ export * from "./GetWorkflowRunsPaginator";
23
23
  export * from "./ListBlueprintsPaginator";
24
24
  export * from "./ListCrawlersPaginator";
25
25
  export * from "./ListCustomEntityTypesPaginator";
26
+ export * from "./ListDataQualityResultsPaginator";
27
+ export * from "./ListDataQualityRuleRecommendationRunsPaginator";
28
+ export * from "./ListDataQualityRulesetEvaluationRunsPaginator";
29
+ export * from "./ListDataQualityRulesetsPaginator";
26
30
  export * from "./ListDevEndpointsPaginator";
27
31
  export * from "./ListJobsPaginator";
28
32
  export * from "./ListMLTransformsPaginator";