@aws-sdk/client-glue 3.219.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 (196) 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/DeleteDataQualityRulesetCommand.js +46 -0
  11. package/dist-cjs/commands/GetDataQualityResultCommand.js +46 -0
  12. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +46 -0
  13. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +46 -0
  14. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +46 -0
  15. package/dist-cjs/commands/ListDataQualityResultsCommand.js +46 -0
  16. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +46 -0
  17. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +46 -0
  18. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +46 -0
  19. package/dist-cjs/commands/ListDevEndpointsCommand.js +3 -3
  20. package/dist-cjs/commands/ListJobsCommand.js +3 -3
  21. package/dist-cjs/commands/ListMLTransformsCommand.js +3 -3
  22. package/dist-cjs/commands/ListRegistriesCommand.js +3 -3
  23. package/dist-cjs/commands/ListSchemaVersionsCommand.js +3 -3
  24. package/dist-cjs/commands/ListSchemasCommand.js +3 -3
  25. package/dist-cjs/commands/ListSessionsCommand.js +3 -3
  26. package/dist-cjs/commands/ListStatementsCommand.js +3 -3
  27. package/dist-cjs/commands/ListTriggersCommand.js +3 -3
  28. package/dist-cjs/commands/ListWorkflowsCommand.js +3 -3
  29. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  30. package/dist-cjs/commands/PutResourcePolicyCommand.js +3 -3
  31. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +46 -0
  32. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +46 -0
  33. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +46 -0
  34. package/dist-cjs/commands/index.js +16 -0
  35. package/dist-cjs/models/models_0.js +86 -91
  36. package/dist-cjs/models/models_1.js +133 -127
  37. package/dist-cjs/models/models_2.js +211 -3
  38. package/dist-cjs/pagination/ListDataQualityResultsPaginator.js +36 -0
  39. package/dist-cjs/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +36 -0
  40. package/dist-cjs/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +36 -0
  41. package/dist-cjs/pagination/ListDataQualityRulesetsPaginator.js +36 -0
  42. package/dist-cjs/pagination/index.js +4 -0
  43. package/dist-cjs/protocols/Aws_json1_1.js +1492 -40
  44. package/dist-es/Glue.js +240 -0
  45. package/dist-es/commands/BatchGetDataQualityResultCommand.js +42 -0
  46. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +42 -0
  47. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +42 -0
  48. package/dist-es/commands/CreateDataQualityRulesetCommand.js +42 -0
  49. package/dist-es/commands/CreateSecurityConfigurationCommand.js +1 -1
  50. package/dist-es/commands/CreateSessionCommand.js +1 -1
  51. package/dist-es/commands/CreateTableCommand.js +1 -1
  52. package/dist-es/commands/CreateTriggerCommand.js +1 -1
  53. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +42 -0
  54. package/dist-es/commands/GetDataQualityResultCommand.js +42 -0
  55. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +42 -0
  56. package/dist-es/commands/GetDataQualityRulesetCommand.js +42 -0
  57. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +42 -0
  58. package/dist-es/commands/ListDataQualityResultsCommand.js +42 -0
  59. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +42 -0
  60. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +42 -0
  61. package/dist-es/commands/ListDataQualityRulesetsCommand.js +42 -0
  62. package/dist-es/commands/ListDevEndpointsCommand.js +1 -1
  63. package/dist-es/commands/ListJobsCommand.js +1 -1
  64. package/dist-es/commands/ListMLTransformsCommand.js +1 -1
  65. package/dist-es/commands/ListRegistriesCommand.js +1 -1
  66. package/dist-es/commands/ListSchemaVersionsCommand.js +1 -1
  67. package/dist-es/commands/ListSchemasCommand.js +1 -1
  68. package/dist-es/commands/ListSessionsCommand.js +1 -1
  69. package/dist-es/commands/ListStatementsCommand.js +1 -1
  70. package/dist-es/commands/ListTriggersCommand.js +1 -1
  71. package/dist-es/commands/ListWorkflowsCommand.js +1 -1
  72. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +1 -1
  73. package/dist-es/commands/PutResourcePolicyCommand.js +1 -1
  74. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +42 -0
  75. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +42 -0
  76. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +42 -0
  77. package/dist-es/commands/index.js +16 -0
  78. package/dist-es/models/models_0.js +64 -69
  79. package/dist-es/models/models_1.js +100 -93
  80. package/dist-es/models/models_2.js +158 -0
  81. package/dist-es/pagination/ListDataQualityResultsPaginator.js +32 -0
  82. package/dist-es/pagination/ListDataQualityRuleRecommendationRunsPaginator.js +32 -0
  83. package/dist-es/pagination/ListDataQualityRulesetEvaluationRunsPaginator.js +32 -0
  84. package/dist-es/pagination/ListDataQualityRulesetsPaginator.js +32 -0
  85. package/dist-es/pagination/index.js +4 -0
  86. package/dist-es/protocols/Aws_json1_1.js +1448 -29
  87. package/dist-types/Glue.d.ts +166 -22
  88. package/dist-types/GlueClient.d.ts +18 -2
  89. package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +37 -0
  90. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  91. package/dist-types/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  92. package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +2 -1
  93. package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +39 -0
  94. package/dist-types/commands/CreateMLTransformCommand.d.ts +3 -1
  95. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSessionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTriggerCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteColumnStatisticsForPartitionCommand.d.ts +2 -1
  100. package/dist-types/commands/DeleteColumnStatisticsForTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteDataQualityRulesetCommand.d.ts +37 -0
  102. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
  103. package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -0
  104. package/dist-types/commands/GetDataQualityResultCommand.d.ts +37 -0
  105. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  106. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +37 -0
  107. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  108. package/dist-types/commands/GetJobBookmarkCommand.d.ts +4 -2
  109. package/dist-types/commands/GetMLTaskRunsCommand.d.ts +2 -1
  110. package/dist-types/commands/ListCrawlersCommand.d.ts +1 -0
  111. package/dist-types/commands/ListCrawlsCommand.d.ts +3 -2
  112. package/dist-types/commands/ListDataQualityResultsCommand.d.ts +37 -0
  113. package/dist-types/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +37 -0
  114. package/dist-types/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +37 -0
  115. package/dist-types/commands/ListDataQualityRulesetsCommand.d.ts +37 -0
  116. package/dist-types/commands/ListDevEndpointsCommand.d.ts +2 -1
  117. package/dist-types/commands/ListJobsCommand.d.ts +3 -2
  118. package/dist-types/commands/ListMLTransformsCommand.d.ts +1 -1
  119. package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
  120. package/dist-types/commands/ListSchemaVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
  122. package/dist-types/commands/ListSessionsCommand.d.ts +1 -1
  123. package/dist-types/commands/ListStatementsCommand.d.ts +1 -1
  124. package/dist-types/commands/ListTriggersCommand.d.ts +2 -1
  125. package/dist-types/commands/ListWorkflowsCommand.d.ts +1 -1
  126. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  127. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  128. package/dist-types/commands/RegisterSchemaVersionCommand.d.ts +1 -1
  129. package/dist-types/commands/ResetJobBookmarkCommand.d.ts +4 -2
  130. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +37 -0
  131. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +37 -0
  132. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +3 -0
  133. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +4 -2
  134. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +4 -1
  135. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -0
  136. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +37 -0
  138. package/dist-types/commands/UpdateJobFromSourceControlCommand.d.ts +2 -1
  139. package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -0
  140. package/dist-types/commands/UpdateSchemaCommand.d.ts +2 -2
  141. package/dist-types/commands/UpdateSourceControlFromJobCommand.d.ts +2 -1
  142. package/dist-types/commands/index.d.ts +16 -0
  143. package/dist-types/models/models_0.d.ts +431 -537
  144. package/dist-types/models/models_1.d.ts +3102 -2857
  145. package/dist-types/models/models_2.d.ts +1104 -64
  146. package/dist-types/pagination/ListDataQualityResultsPaginator.d.ts +4 -0
  147. package/dist-types/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +4 -0
  148. package/dist-types/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +4 -0
  149. package/dist-types/pagination/ListDataQualityRulesetsPaginator.d.ts +4 -0
  150. package/dist-types/pagination/index.d.ts +4 -0
  151. package/dist-types/protocols/Aws_json1_1.d.ts +48 -0
  152. package/dist-types/ts3.4/Glue.d.ts +320 -0
  153. package/dist-types/ts3.4/GlueClient.d.ts +96 -0
  154. package/dist-types/ts3.4/commands/BatchGetDataQualityResultCommand.d.ts +41 -0
  155. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  156. package/dist-types/ts3.4/commands/CancelDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  157. package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +41 -0
  158. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/CreateTriggerCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DeleteDataQualityRulesetCommand.d.ts +41 -0
  163. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +41 -0
  164. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  165. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +41 -0
  166. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/ListDataQualityResultsCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/ListDataQualityRuleRecommendationRunsCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/ListDataQualityRulesetEvaluationRunsCommand.d.ts +41 -0
  170. package/dist-types/ts3.4/commands/ListDataQualityRulesetsCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListDevEndpointsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListMLTransformsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListSchemaVersionsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListTriggersCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +41 -0
  184. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +41 -0
  185. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +41 -0
  186. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  187. package/dist-types/ts3.4/models/models_0.d.ts +133 -165
  188. package/dist-types/ts3.4/models/models_1.d.ts +284 -232
  189. package/dist-types/ts3.4/models/models_2.d.ts +425 -2
  190. package/dist-types/ts3.4/pagination/ListDataQualityResultsPaginator.d.ts +11 -0
  191. package/dist-types/ts3.4/pagination/ListDataQualityRuleRecommendationRunsPaginator.d.ts +11 -0
  192. package/dist-types/ts3.4/pagination/ListDataQualityRulesetEvaluationRunsPaginator.d.ts +11 -0
  193. package/dist-types/ts3.4/pagination/ListDataQualityRulesetsPaginator.d.ts +11 -0
  194. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  195. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +192 -0
  196. package/package.json +1 -1
@@ -1,7 +1,709 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
- import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, DatabaseInput, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, RecrawlPolicy, RedshiftSource, RedshiftTarget, RegistryId, RelationalCatalogSource, RenameField, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DirectTarget, S3GlueParquetTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SchemaVersionStatus, SelectFields, SelectFromCollection, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TableInput, TransformParameters, Trigger, Union, WorkerType } from "./models_0";
4
- import { ColumnStatistics, JobBookmarkEntry, MetadataKeyValuePair, ResourceShareType, SchemaVersionNumber, Table, UserDefinedFunctionInput } from "./models_1";
3
+ import { Action, Aggregate, AthenaConnectorSource, BasicCatalogTarget, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, CustomCode, DatabaseInput, DataQualityTargetTable, DataSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, ErrorDetail, EvaluateDataQuality, EventBatchingCondition, ExecutionClass, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, LakeFormationConfiguration, LineageConfiguration, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, RecrawlPolicy, RedshiftSource, RedshiftTarget, RegistryId, RelationalCatalogSource, RenameField, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DirectTarget, S3GlueParquetTarget, S3JsonSource, S3ParquetSource, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, SelectFields, SelectFromCollection, SourceControlAuthStrategy, SourceControlDetails, SourceControlProvider, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, TaskStatusType, TransformParameters, Trigger, Union, WorkerType } from "./models_0";
4
+ import { ColumnStatistics, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, DataQualityResultFilterCriteria, JobBookmarkEntry, RegistryStatus, ResourceShareType, SchemaVersionNumber, Session, Statement, Table, TableInput, TransformFilterCriteria, TransformSortCriteria, UserDefinedFunctionInput } from "./models_1";
5
+ export interface ListDataQualityResultsRequest {
6
+ /**
7
+ * <p>The filter criteria.</p>
8
+ */
9
+ Filter?: DataQualityResultFilterCriteria;
10
+ /**
11
+ * <p>A paginated token to offset the results.</p>
12
+ */
13
+ NextToken?: string;
14
+ /**
15
+ * <p>The maximum number of results to return.</p>
16
+ */
17
+ MaxResults?: number;
18
+ }
19
+ /**
20
+ * <p>Describes a data quality result.</p>
21
+ */
22
+ export interface DataQualityResultDescription {
23
+ /**
24
+ * <p>The unique result ID for this data quality result.</p>
25
+ */
26
+ ResultId?: string;
27
+ /**
28
+ * <p>The table name associated with the data quality result.</p>
29
+ */
30
+ DataSource?: DataSource;
31
+ /**
32
+ * <p>The job name associated with the data quality result.</p>
33
+ */
34
+ JobName?: string;
35
+ /**
36
+ * <p>The job run ID associated with the data quality result.</p>
37
+ */
38
+ JobRunId?: string;
39
+ /**
40
+ * <p>The time that the run started for this data quality result.</p>
41
+ */
42
+ StartedOn?: Date;
43
+ }
44
+ export interface ListDataQualityResultsResponse {
45
+ /**
46
+ * <p>A list of <code>DataQualityResultDescription</code> objects.</p>
47
+ */
48
+ Results: DataQualityResultDescription[] | undefined;
49
+ /**
50
+ * <p>A pagination token, if more results are available.</p>
51
+ */
52
+ NextToken?: string;
53
+ }
54
+ /**
55
+ * <p>A filter for listing data quality recommendation runs.</p>
56
+ */
57
+ export interface DataQualityRuleRecommendationRunFilter {
58
+ /**
59
+ * <p>Filter based on a specified data source (Glue table).</p>
60
+ */
61
+ DataSource: DataSource | undefined;
62
+ /**
63
+ * <p>Filter based on time for results started before provided time.</p>
64
+ */
65
+ StartedBefore?: Date;
66
+ /**
67
+ * <p>Filter based on time for results started after provided time.</p>
68
+ */
69
+ StartedAfter?: Date;
70
+ }
71
+ export interface ListDataQualityRuleRecommendationRunsRequest {
72
+ /**
73
+ * <p>The filter criteria.</p>
74
+ */
75
+ Filter?: DataQualityRuleRecommendationRunFilter;
76
+ /**
77
+ * <p>A paginated token to offset the results.</p>
78
+ */
79
+ NextToken?: string;
80
+ /**
81
+ * <p>The maximum number of results to return.</p>
82
+ */
83
+ MaxResults?: number;
84
+ }
85
+ /**
86
+ * <p>Describes the result of a data quality rule recommendation run.</p>
87
+ */
88
+ export interface DataQualityRuleRecommendationRunDescription {
89
+ /**
90
+ * <p>The unique run identifier associated with this run.</p>
91
+ */
92
+ RunId?: string;
93
+ /**
94
+ * <p>The status for this run.</p>
95
+ */
96
+ Status?: TaskStatusType | string;
97
+ /**
98
+ * <p>The date and time when this run started.</p>
99
+ */
100
+ StartedOn?: Date;
101
+ /**
102
+ * <p>The data source (Glue table) associated with the recommendation run.</p>
103
+ */
104
+ DataSource?: DataSource;
105
+ }
106
+ export interface ListDataQualityRuleRecommendationRunsResponse {
107
+ /**
108
+ * <p>A list of <code>DataQualityRuleRecommendationRunDescription</code> objects.</p>
109
+ */
110
+ Runs?: DataQualityRuleRecommendationRunDescription[];
111
+ /**
112
+ * <p>A pagination token, if more results are available.</p>
113
+ */
114
+ NextToken?: string;
115
+ }
116
+ /**
117
+ * <p>The filter criteria.</p>
118
+ */
119
+ export interface DataQualityRulesetEvaluationRunFilter {
120
+ /**
121
+ * <p>Filter based on a data source (an Glue table) associated with the run.</p>
122
+ */
123
+ DataSource: DataSource | undefined;
124
+ /**
125
+ * <p>Filter results by runs that started before this time.</p>
126
+ */
127
+ StartedBefore?: Date;
128
+ /**
129
+ * <p>Filter results by runs that started after this time.</p>
130
+ */
131
+ StartedAfter?: Date;
132
+ }
133
+ export interface ListDataQualityRulesetEvaluationRunsRequest {
134
+ /**
135
+ * <p>The filter criteria.</p>
136
+ */
137
+ Filter?: DataQualityRulesetEvaluationRunFilter;
138
+ /**
139
+ * <p>A paginated token to offset the results.</p>
140
+ */
141
+ NextToken?: string;
142
+ /**
143
+ * <p>The maximum number of results to return.</p>
144
+ */
145
+ MaxResults?: number;
146
+ }
147
+ /**
148
+ * <p>Describes the result of a data quality ruleset evaluation run.</p>
149
+ */
150
+ export interface DataQualityRulesetEvaluationRunDescription {
151
+ /**
152
+ * <p>The unique run identifier associated with this run.</p>
153
+ */
154
+ RunId?: string;
155
+ /**
156
+ * <p>The status for this run.</p>
157
+ */
158
+ Status?: TaskStatusType | string;
159
+ /**
160
+ * <p>The date and time when the run started.</p>
161
+ */
162
+ StartedOn?: Date;
163
+ /**
164
+ * <p>The data source (an Glue table) associated with the run.</p>
165
+ */
166
+ DataSource?: DataSource;
167
+ }
168
+ export interface ListDataQualityRulesetEvaluationRunsResponse {
169
+ /**
170
+ * <p>A list of <code>DataQualityRulesetEvaluationRunDescription</code> objects representing data quality ruleset runs.</p>
171
+ */
172
+ Runs?: DataQualityRulesetEvaluationRunDescription[];
173
+ /**
174
+ * <p>A pagination token, if more results are available.</p>
175
+ */
176
+ NextToken?: string;
177
+ }
178
+ /**
179
+ * <p>The criteria used to filter data quality rulesets.</p>
180
+ */
181
+ export interface DataQualityRulesetFilterCriteria {
182
+ /**
183
+ * <p>The name of the ruleset filter criteria.</p>
184
+ */
185
+ Name?: string;
186
+ /**
187
+ * <p>The description of the ruleset filter criteria.</p>
188
+ */
189
+ Description?: string;
190
+ /**
191
+ * <p>Filter on rulesets created before this date.</p>
192
+ */
193
+ CreatedBefore?: Date;
194
+ /**
195
+ * <p>Filter on rulesets created after this date.</p>
196
+ */
197
+ CreatedAfter?: Date;
198
+ /**
199
+ * <p>Filter on rulesets last modified before this date.</p>
200
+ */
201
+ LastModifiedBefore?: Date;
202
+ /**
203
+ * <p>Filter on rulesets last modified after this date.</p>
204
+ */
205
+ LastModifiedAfter?: Date;
206
+ /**
207
+ * <p>The name and database name of the target table.</p>
208
+ */
209
+ TargetTable?: DataQualityTargetTable;
210
+ }
211
+ export interface ListDataQualityRulesetsRequest {
212
+ /**
213
+ * <p>A paginated token to offset the results.</p>
214
+ */
215
+ NextToken?: string;
216
+ /**
217
+ * <p>The maximum number of results to return.</p>
218
+ */
219
+ MaxResults?: number;
220
+ /**
221
+ * <p>The filter criteria. </p>
222
+ */
223
+ Filter?: DataQualityRulesetFilterCriteria;
224
+ /**
225
+ * <p>A list of key-value pair tags.</p>
226
+ */
227
+ Tags?: Record<string, string>;
228
+ }
229
+ /**
230
+ * <p>Describes a data quality ruleset returned by <code>GetDataQualityRuleset</code>.</p>
231
+ */
232
+ export interface DataQualityRulesetListDetails {
233
+ /**
234
+ * <p>The name of the data quality ruleset.</p>
235
+ */
236
+ Name?: string;
237
+ /**
238
+ * <p>A description of the data quality ruleset.</p>
239
+ */
240
+ Description?: string;
241
+ /**
242
+ * <p>The date and time the data quality ruleset was created.</p>
243
+ */
244
+ CreatedOn?: Date;
245
+ /**
246
+ * <p>The date and time the data quality ruleset was last modified.</p>
247
+ */
248
+ LastModifiedOn?: Date;
249
+ /**
250
+ * <p>An object representing an Glue table.</p>
251
+ */
252
+ TargetTable?: DataQualityTargetTable;
253
+ /**
254
+ * <p>When a ruleset was created from a recommendation run, this run ID is generated to link the two together.</p>
255
+ */
256
+ RecommendationRunId?: string;
257
+ /**
258
+ * <p>The number of rules in the ruleset.</p>
259
+ */
260
+ RuleCount?: number;
261
+ }
262
+ export interface ListDataQualityRulesetsResponse {
263
+ /**
264
+ * <p>A paginated list of rulesets for the specified list of Glue tables.</p>
265
+ */
266
+ Rulesets?: DataQualityRulesetListDetails[];
267
+ /**
268
+ * <p>A pagination token, if more results are available.</p>
269
+ */
270
+ NextToken?: string;
271
+ }
272
+ export interface ListDevEndpointsRequest {
273
+ /**
274
+ * <p>A continuation token, if this is a continuation request.</p>
275
+ */
276
+ NextToken?: string;
277
+ /**
278
+ * <p>The maximum size of a list to return.</p>
279
+ */
280
+ MaxResults?: number;
281
+ /**
282
+ * <p>Specifies to return only these tagged resources.</p>
283
+ */
284
+ Tags?: Record<string, string>;
285
+ }
286
+ export interface ListDevEndpointsResponse {
287
+ /**
288
+ * <p>The names of all the <code>DevEndpoint</code>s in the account, or the
289
+ * <code>DevEndpoint</code>s with the specified tags.</p>
290
+ */
291
+ DevEndpointNames?: string[];
292
+ /**
293
+ * <p>A continuation token, if the returned list does not contain the
294
+ * last metric available.</p>
295
+ */
296
+ NextToken?: string;
297
+ }
298
+ export interface ListJobsRequest {
299
+ /**
300
+ * <p>A continuation token, if this is a continuation request.</p>
301
+ */
302
+ NextToken?: string;
303
+ /**
304
+ * <p>The maximum size of a list to return.</p>
305
+ */
306
+ MaxResults?: number;
307
+ /**
308
+ * <p>Specifies to return only these tagged resources.</p>
309
+ */
310
+ Tags?: Record<string, string>;
311
+ }
312
+ export interface ListJobsResponse {
313
+ /**
314
+ * <p>The names of all jobs in the account, or the jobs with the specified tags.</p>
315
+ */
316
+ JobNames?: string[];
317
+ /**
318
+ * <p>A continuation token, if the returned list does not contain the
319
+ * last metric available.</p>
320
+ */
321
+ NextToken?: string;
322
+ }
323
+ export interface ListMLTransformsRequest {
324
+ /**
325
+ * <p>A continuation token, if this is a continuation request.</p>
326
+ */
327
+ NextToken?: string;
328
+ /**
329
+ * <p>The maximum size of a list to return.</p>
330
+ */
331
+ MaxResults?: number;
332
+ /**
333
+ * <p>A <code>TransformFilterCriteria</code> used to filter the machine learning transforms.</p>
334
+ */
335
+ Filter?: TransformFilterCriteria;
336
+ /**
337
+ * <p>A <code>TransformSortCriteria</code> used to sort the machine learning transforms.</p>
338
+ */
339
+ Sort?: TransformSortCriteria;
340
+ /**
341
+ * <p>Specifies to return only these tagged resources.</p>
342
+ */
343
+ Tags?: Record<string, string>;
344
+ }
345
+ export interface ListMLTransformsResponse {
346
+ /**
347
+ * <p>The identifiers of all the machine learning transforms in the account, or the
348
+ * machine learning transforms with the specified tags.</p>
349
+ */
350
+ TransformIds: string[] | undefined;
351
+ /**
352
+ * <p>A continuation token, if the returned list does not contain the
353
+ * last metric available.</p>
354
+ */
355
+ NextToken?: string;
356
+ }
357
+ export interface ListRegistriesInput {
358
+ /**
359
+ * <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
360
+ */
361
+ MaxResults?: number;
362
+ /**
363
+ * <p>A continuation token, if this is a continuation call.</p>
364
+ */
365
+ NextToken?: string;
366
+ }
367
+ /**
368
+ * <p>A structure containing the details for a registry.</p>
369
+ */
370
+ export interface RegistryListItem {
371
+ /**
372
+ * <p>The name of the registry.</p>
373
+ */
374
+ RegistryName?: string;
375
+ /**
376
+ * <p>The Amazon Resource Name (ARN) of the registry.</p>
377
+ */
378
+ RegistryArn?: string;
379
+ /**
380
+ * <p>A description of the registry.</p>
381
+ */
382
+ Description?: string;
383
+ /**
384
+ * <p>The status of the registry.</p>
385
+ */
386
+ Status?: RegistryStatus | string;
387
+ /**
388
+ * <p>The data the registry was created.</p>
389
+ */
390
+ CreatedTime?: string;
391
+ /**
392
+ * <p>The date the registry was updated.</p>
393
+ */
394
+ UpdatedTime?: string;
395
+ }
396
+ export interface ListRegistriesResponse {
397
+ /**
398
+ * <p>An array of <code>RegistryDetailedListItem</code> objects containing minimal details of each registry.</p>
399
+ */
400
+ Registries?: RegistryListItem[];
401
+ /**
402
+ * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
403
+ */
404
+ NextToken?: string;
405
+ }
406
+ export interface ListSchemasInput {
407
+ /**
408
+ * <p>A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
409
+ */
410
+ RegistryId?: RegistryId;
411
+ /**
412
+ * <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
413
+ */
414
+ MaxResults?: number;
415
+ /**
416
+ * <p>A continuation token, if this is a continuation call.</p>
417
+ */
418
+ NextToken?: string;
419
+ }
420
+ /**
421
+ * <p>An object that contains minimal details for a schema.</p>
422
+ */
423
+ export interface SchemaListItem {
424
+ /**
425
+ * <p>the name of the registry where the schema resides.</p>
426
+ */
427
+ RegistryName?: string;
428
+ /**
429
+ * <p>The name of the schema.</p>
430
+ */
431
+ SchemaName?: string;
432
+ /**
433
+ * <p>The Amazon Resource Name (ARN) for the schema.</p>
434
+ */
435
+ SchemaArn?: string;
436
+ /**
437
+ * <p>A description for the schema.</p>
438
+ */
439
+ Description?: string;
440
+ /**
441
+ * <p>The status of the schema.</p>
442
+ */
443
+ SchemaStatus?: SchemaStatus | string;
444
+ /**
445
+ * <p>The date and time that a schema was created.</p>
446
+ */
447
+ CreatedTime?: string;
448
+ /**
449
+ * <p>The date and time that a schema was updated.</p>
450
+ */
451
+ UpdatedTime?: string;
452
+ }
453
+ export interface ListSchemasResponse {
454
+ /**
455
+ * <p>An array of <code>SchemaListItem</code> objects containing details of each schema.</p>
456
+ */
457
+ Schemas?: SchemaListItem[];
458
+ /**
459
+ * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
460
+ */
461
+ NextToken?: string;
462
+ }
463
+ export interface ListSchemaVersionsInput {
464
+ /**
465
+ * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
466
+ * <ul>
467
+ * <li>
468
+ * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
469
+ * </li>
470
+ * <li>
471
+ * <p>SchemaId$SchemaName: The name of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
472
+ * </li>
473
+ * </ul>
474
+ */
475
+ SchemaId: SchemaId | undefined;
476
+ /**
477
+ * <p>Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.</p>
478
+ */
479
+ MaxResults?: number;
480
+ /**
481
+ * <p>A continuation token, if this is a continuation call.</p>
482
+ */
483
+ NextToken?: string;
484
+ }
485
+ /**
486
+ * <p>An object containing the details about a schema version.</p>
487
+ */
488
+ export interface SchemaVersionListItem {
489
+ /**
490
+ * <p>The Amazon Resource Name (ARN) of the schema.</p>
491
+ */
492
+ SchemaArn?: string;
493
+ /**
494
+ * <p>The unique identifier of the schema version.</p>
495
+ */
496
+ SchemaVersionId?: string;
497
+ /**
498
+ * <p>The version number of the schema.</p>
499
+ */
500
+ VersionNumber?: number;
501
+ /**
502
+ * <p>The status of the schema version.</p>
503
+ */
504
+ Status?: SchemaVersionStatus | string;
505
+ /**
506
+ * <p>The date and time the schema version was created.</p>
507
+ */
508
+ CreatedTime?: string;
509
+ }
510
+ export interface ListSchemaVersionsResponse {
511
+ /**
512
+ * <p>An array of <code>SchemaVersionList</code> objects containing details of each schema version.</p>
513
+ */
514
+ Schemas?: SchemaVersionListItem[];
515
+ /**
516
+ * <p>A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.</p>
517
+ */
518
+ NextToken?: string;
519
+ }
520
+ export interface ListSessionsRequest {
521
+ /**
522
+ * <p>The token for the next set of results, or null if there are no more result. </p>
523
+ */
524
+ NextToken?: string;
525
+ /**
526
+ * <p>The maximum number of results. </p>
527
+ */
528
+ MaxResults?: number;
529
+ /**
530
+ * <p>Tags belonging to the session. </p>
531
+ */
532
+ Tags?: Record<string, string>;
533
+ /**
534
+ * <p>The origin of the request. </p>
535
+ */
536
+ RequestOrigin?: string;
537
+ }
538
+ export interface ListSessionsResponse {
539
+ /**
540
+ * <p>Returns the ID of the session. </p>
541
+ */
542
+ Ids?: string[];
543
+ /**
544
+ * <p>Returns the session object. </p>
545
+ */
546
+ Sessions?: Session[];
547
+ /**
548
+ * <p>The token for the next set of results, or null if there are no more result. </p>
549
+ */
550
+ NextToken?: string;
551
+ }
552
+ export interface ListStatementsRequest {
553
+ /**
554
+ * <p>The Session ID of the statements.</p>
555
+ */
556
+ SessionId: string | undefined;
557
+ /**
558
+ * <p>The origin of the request to list statements.</p>
559
+ */
560
+ RequestOrigin?: string;
561
+ /**
562
+ * <p>A continuation token, if this is a continuation call.</p>
563
+ */
564
+ NextToken?: string;
565
+ }
566
+ export interface ListStatementsResponse {
567
+ /**
568
+ * <p>Returns the list of statements.</p>
569
+ */
570
+ Statements?: Statement[];
571
+ /**
572
+ * <p>A continuation token, if not all statements have yet been returned.</p>
573
+ */
574
+ NextToken?: string;
575
+ }
576
+ export interface ListTriggersRequest {
577
+ /**
578
+ * <p>A continuation token, if this is a continuation request.</p>
579
+ */
580
+ NextToken?: string;
581
+ /**
582
+ * <p> The name of the job for which to retrieve triggers. The trigger that can start this job
583
+ * is returned. If there is no such trigger, all triggers are returned.</p>
584
+ */
585
+ DependentJobName?: string;
586
+ /**
587
+ * <p>The maximum size of a list to return.</p>
588
+ */
589
+ MaxResults?: number;
590
+ /**
591
+ * <p>Specifies to return only these tagged resources.</p>
592
+ */
593
+ Tags?: Record<string, string>;
594
+ }
595
+ export interface ListTriggersResponse {
596
+ /**
597
+ * <p>The names of all triggers in the account, or the triggers with the specified tags.</p>
598
+ */
599
+ TriggerNames?: string[];
600
+ /**
601
+ * <p>A continuation token, if the returned list does not contain the
602
+ * last metric available.</p>
603
+ */
604
+ NextToken?: string;
605
+ }
606
+ export interface ListWorkflowsRequest {
607
+ /**
608
+ * <p>A continuation token, if this is a continuation request.</p>
609
+ */
610
+ NextToken?: string;
611
+ /**
612
+ * <p>The maximum size of a list to return.</p>
613
+ */
614
+ MaxResults?: number;
615
+ }
616
+ export interface ListWorkflowsResponse {
617
+ /**
618
+ * <p>List of names of workflows in the account.</p>
619
+ */
620
+ Workflows?: string[];
621
+ /**
622
+ * <p>A continuation token, if not all workflow names have been returned.</p>
623
+ */
624
+ NextToken?: string;
625
+ }
626
+ export interface PutDataCatalogEncryptionSettingsRequest {
627
+ /**
628
+ * <p>The ID of the Data Catalog to set the security configuration for. If none is provided, the
629
+ * Amazon Web Services account ID is used by default.</p>
630
+ */
631
+ CatalogId?: string;
632
+ /**
633
+ * <p>The security configuration to set.</p>
634
+ */
635
+ DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
636
+ }
637
+ export interface PutDataCatalogEncryptionSettingsResponse {
638
+ }
639
+ export declare enum EnableHybridValues {
640
+ FALSE = "FALSE",
641
+ TRUE = "TRUE"
642
+ }
643
+ export declare enum ExistCondition {
644
+ MUST_EXIST = "MUST_EXIST",
645
+ NONE = "NONE",
646
+ NOT_EXIST = "NOT_EXIST"
647
+ }
648
+ export interface PutResourcePolicyRequest {
649
+ /**
650
+ * <p>Contains the policy document to set, in JSON format.</p>
651
+ */
652
+ PolicyInJson: string | undefined;
653
+ /**
654
+ * <p>Do not use. For internal use only.</p>
655
+ */
656
+ ResourceArn?: string;
657
+ /**
658
+ * <p>The hash value returned when the previous policy was set using
659
+ * <code>PutResourcePolicy</code>. Its purpose is to prevent concurrent modifications of a
660
+ * policy. Do not use this parameter if no previous policy has been set.</p>
661
+ */
662
+ PolicyHashCondition?: string;
663
+ /**
664
+ * <p>A value of <code>MUST_EXIST</code> is used to update a policy. A value of
665
+ * <code>NOT_EXIST</code> is used to create a new policy. If a value of <code>NONE</code> or a
666
+ * null value is used, the call does not depend on the existence of a policy.</p>
667
+ */
668
+ PolicyExistsCondition?: ExistCondition | string;
669
+ /**
670
+ * <p>If <code>'TRUE'</code>, indicates that you are using both methods to grant cross-account
671
+ * access to Data Catalog resources:</p>
672
+ * <ul>
673
+ * <li>
674
+ * <p>By directly updating the resource policy with <code>PutResourePolicy</code>
675
+ * </p>
676
+ * </li>
677
+ * <li>
678
+ * <p>By using the <b>Grant permissions</b> command on the Amazon Web Services Management Console.</p>
679
+ * </li>
680
+ * </ul>
681
+ * <p>Must be set to <code>'TRUE'</code> if you have already used the Management Console to
682
+ * grant cross-account access, otherwise the call fails. Default is 'FALSE'.</p>
683
+ */
684
+ EnableHybrid?: EnableHybridValues | string;
685
+ }
686
+ export interface PutResourcePolicyResponse {
687
+ /**
688
+ * <p>A hash of the policy that has just been set. This must
689
+ * be included in a subsequent call that overwrites or updates
690
+ * this policy.</p>
691
+ */
692
+ PolicyHash?: string;
693
+ }
694
+ /**
695
+ * <p>A structure containing a key value pair for metadata.</p>
696
+ */
697
+ export interface MetadataKeyValuePair {
698
+ /**
699
+ * <p>A metadata key.</p>
700
+ */
701
+ MetadataKey?: string;
702
+ /**
703
+ * <p>A metadata key’s corresponding value.</p>
704
+ */
705
+ MetadataValue?: string;
706
+ }
5
707
  export interface PutSchemaVersionMetadataInput {
6
708
  /**
7
709
  * <p>The unique ID for the schema.</p>
@@ -143,7 +845,7 @@ export interface QuerySchemaVersionMetadataResponse {
143
845
  export interface RegisterSchemaVersionInput {
144
846
  /**
145
847
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
146
- * <ul>
848
+ * <ul>
147
849
  * <li>
148
850
  * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either <code>SchemaArn</code> or <code>SchemaName</code> and <code>RegistryName</code> has to be provided.</p>
149
851
  * </li>
@@ -368,12 +1070,13 @@ export interface SearchTablesRequest {
368
1070
  NextToken?: string;
369
1071
  /**
370
1072
  * <p>A list of key-value pairs, and a comparator used to filter the search results. Returns all entities matching the predicate.</p>
371
- * <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>
1073
+ *
1074
+ * <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>
372
1075
  */
373
1076
  Filters?: PropertyPredicate[];
374
1077
  /**
375
1078
  * <p>A string used for a text search.</p>
376
- * <p>Specifying a value in quotes filters based on an exact match to the value.</p>
1079
+ * <p>Specifying a value in quotes filters based on an exact match to the value.</p>
377
1080
  */
378
1081
  SearchText?: string;
379
1082
  /**
@@ -386,7 +1089,8 @@ export interface SearchTablesRequest {
386
1089
  MaxResults?: number;
387
1090
  /**
388
1091
  * <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>
389
- * <ul>
1092
+ *
1093
+ * <ul>
390
1094
  * <li>
391
1095
  * <p>If set to <code>FOREIGN</code>, will search the tables shared with your account. </p>
392
1096
  * </li>
@@ -438,55 +1142,123 @@ export interface StartBlueprintRunRequest {
438
1142
  }
439
1143
  export interface StartBlueprintRunResponse {
440
1144
  /**
441
- * <p>The run ID for this blueprint run.</p>
1145
+ * <p>The run ID for this blueprint run.</p>
1146
+ */
1147
+ RunId?: string;
1148
+ }
1149
+ export interface StartCrawlerRequest {
1150
+ /**
1151
+ * <p>Name of the crawler to start.</p>
1152
+ */
1153
+ Name: string | undefined;
1154
+ }
1155
+ export interface StartCrawlerResponse {
1156
+ }
1157
+ /**
1158
+ * <p>There is no applicable schedule.</p>
1159
+ */
1160
+ export declare class NoScheduleException extends __BaseException {
1161
+ readonly name: "NoScheduleException";
1162
+ readonly $fault: "client";
1163
+ /**
1164
+ * <p>A message describing the problem.</p>
1165
+ */
1166
+ Message?: string;
1167
+ /**
1168
+ * @internal
1169
+ */
1170
+ constructor(opts: __ExceptionOptionType<NoScheduleException, __BaseException>);
1171
+ }
1172
+ /**
1173
+ * <p>The specified scheduler is already running.</p>
1174
+ */
1175
+ export declare class SchedulerRunningException extends __BaseException {
1176
+ readonly name: "SchedulerRunningException";
1177
+ readonly $fault: "client";
1178
+ /**
1179
+ * <p>A message describing the problem.</p>
1180
+ */
1181
+ Message?: string;
1182
+ /**
1183
+ * @internal
1184
+ */
1185
+ constructor(opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>);
1186
+ }
1187
+ export interface StartCrawlerScheduleRequest {
1188
+ /**
1189
+ * <p>Name of the crawler to schedule.</p>
1190
+ */
1191
+ CrawlerName: string | undefined;
1192
+ }
1193
+ export interface StartCrawlerScheduleResponse {
1194
+ }
1195
+ export interface StartDataQualityRuleRecommendationRunRequest {
1196
+ /**
1197
+ * <p>The data source (Glue table) associated with this run.</p>
1198
+ */
1199
+ DataSource: DataSource | undefined;
1200
+ /**
1201
+ * <p>An IAM role supplied to encrypt the results of the run.</p>
1202
+ */
1203
+ Role: string | undefined;
1204
+ /**
1205
+ * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
1206
+ */
1207
+ NumberOfWorkers?: number;
1208
+ /**
1209
+ * <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>
1210
+ */
1211
+ Timeout?: number;
1212
+ /**
1213
+ * <p>A name for the ruleset.</p>
1214
+ */
1215
+ CreatedRulesetName?: string;
1216
+ /**
1217
+ * <p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>
1218
+ */
1219
+ ClientToken?: string;
1220
+ }
1221
+ export interface StartDataQualityRuleRecommendationRunResponse {
1222
+ /**
1223
+ * <p>The unique run identifier associated with this run.</p>
1224
+ */
1225
+ RunId?: string;
1226
+ }
1227
+ export interface StartDataQualityRulesetEvaluationRunRequest {
1228
+ /**
1229
+ * <p>The data source (Glue table) associated with this run.</p>
1230
+ */
1231
+ DataSource: DataSource | undefined;
1232
+ /**
1233
+ * <p>An IAM role supplied to encrypt the results of the run.</p>
442
1234
  */
443
- RunId?: string;
444
- }
445
- export interface StartCrawlerRequest {
1235
+ Role: string | undefined;
446
1236
  /**
447
- * <p>Name of the crawler to start.</p>
1237
+ * <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
448
1238
  */
449
- Name: string | undefined;
450
- }
451
- export interface StartCrawlerResponse {
452
- }
453
- /**
454
- * <p>There is no applicable schedule.</p>
455
- */
456
- export declare class NoScheduleException extends __BaseException {
457
- readonly name: "NoScheduleException";
458
- readonly $fault: "client";
1239
+ NumberOfWorkers?: number;
459
1240
  /**
460
- * <p>A message describing the problem.</p>
1241
+ * <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>
461
1242
  */
462
- Message?: string;
1243
+ Timeout?: number;
463
1244
  /**
464
- * @internal
1245
+ * <p>Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.</p>
465
1246
  */
466
- constructor(opts: __ExceptionOptionType<NoScheduleException, __BaseException>);
467
- }
468
- /**
469
- * <p>The specified scheduler is already running.</p>
470
- */
471
- export declare class SchedulerRunningException extends __BaseException {
472
- readonly name: "SchedulerRunningException";
473
- readonly $fault: "client";
1247
+ ClientToken?: string;
474
1248
  /**
475
- * <p>A message describing the problem.</p>
1249
+ * <p>Additional run options you can specify for an evaluation run.</p>
476
1250
  */
477
- Message?: string;
1251
+ AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions;
478
1252
  /**
479
- * @internal
1253
+ * <p>A list of ruleset names.</p>
480
1254
  */
481
- constructor(opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>);
1255
+ RulesetNames: string[] | undefined;
482
1256
  }
483
- export interface StartCrawlerScheduleRequest {
1257
+ export interface StartDataQualityRulesetEvaluationRunResponse {
484
1258
  /**
485
- * <p>Name of the crawler to schedule.</p>
1259
+ * <p>The unique run identifier associated with this run.</p>
486
1260
  */
487
- CrawlerName: string | undefined;
488
- }
489
- export interface StartCrawlerScheduleResponse {
1261
+ RunId?: string;
490
1262
  }
491
1263
  export interface StartExportLabelsTaskRunRequest {
492
1264
  /**
@@ -550,6 +1322,7 @@ export interface StartJobRunRequest {
550
1322
  * @deprecated
551
1323
  *
552
1324
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
1325
+ *
553
1326
  * <p>The number of Glue data processing units (DPUs) to allocate to this JobRun.
554
1327
  * You can allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure
555
1328
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
@@ -560,6 +1333,7 @@ export interface StartJobRunRequest {
560
1333
  /**
561
1334
  * <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
562
1335
  * consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
1336
+ *
563
1337
  * <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
564
1338
  */
565
1339
  Timeout?: number;
@@ -568,7 +1342,9 @@ export interface StartJobRunRequest {
568
1342
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
569
1343
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
570
1344
  * pricing page</a>.</p>
1345
+ *
571
1346
  * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
1347
+ *
572
1348
  * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
573
1349
  * running a Python shell job, or an Apache Spark ETL job:</p>
574
1350
  * <ul>
@@ -615,8 +1391,10 @@ export interface StartJobRunRequest {
615
1391
  NumberOfWorkers?: number;
616
1392
  /**
617
1393
  * <p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>
1394
+ *
618
1395
  * <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
619
- * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
1396
+ *
1397
+ * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
620
1398
  */
621
1399
  ExecutionClass?: ExecutionClass | string;
622
1400
  }
@@ -1167,6 +1945,38 @@ export interface UpdateDatabaseRequest {
1167
1945
  }
1168
1946
  export interface UpdateDatabaseResponse {
1169
1947
  }
1948
+ export interface UpdateDataQualityRulesetRequest {
1949
+ /**
1950
+ * <p>The name of the data quality ruleset.</p>
1951
+ */
1952
+ Name: string | undefined;
1953
+ /**
1954
+ * <p>The new name of the ruleset, if you are renaming it.</p>
1955
+ */
1956
+ UpdatedName?: string;
1957
+ /**
1958
+ * <p>A description of the ruleset.</p>
1959
+ */
1960
+ Description?: string;
1961
+ /**
1962
+ * <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
1963
+ */
1964
+ Ruleset?: string;
1965
+ }
1966
+ export interface UpdateDataQualityRulesetResponse {
1967
+ /**
1968
+ * <p>The name of the data quality ruleset.</p>
1969
+ */
1970
+ Name?: string;
1971
+ /**
1972
+ * <p>A description of the ruleset.</p>
1973
+ */
1974
+ Description?: string;
1975
+ /**
1976
+ * <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
1977
+ */
1978
+ Ruleset?: string;
1979
+ }
1170
1980
  /**
1171
1981
  * <p>Custom libraries to be loaded into a development endpoint.</p>
1172
1982
  */
@@ -1226,14 +2036,16 @@ export interface UpdateDevEndpointRequest {
1226
2036
  /**
1227
2037
  * <p>The map of arguments to add the map of arguments used to configure the
1228
2038
  * <code>DevEndpoint</code>.</p>
1229
- * <p>Valid arguments are:</p>
1230
- * <ul>
2039
+ *
2040
+ * <p>Valid arguments are:</p>
2041
+ * <ul>
1231
2042
  * <li>
1232
2043
  * <p>
1233
2044
  * <code>"--enable-glue-datacatalog": ""</code>
1234
2045
  * </p>
1235
2046
  * </li>
1236
2047
  * </ul>
2048
+ *
1237
2049
  * <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>
1238
2050
  */
1239
2051
  AddArguments?: Record<string, string>;
@@ -1322,12 +2134,13 @@ export interface UpdateMLTransformRequest {
1322
2134
  * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
1323
2135
  * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
1324
2136
  * page</a>. </p>
2137
+ *
1325
2138
  * <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>
1326
2139
  */
1327
2140
  MaxCapacity?: number;
1328
2141
  /**
1329
2142
  * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
1330
- * <ul>
2143
+ * <ul>
1331
2144
  * <li>
1332
2145
  * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
1333
2146
  * </li>
@@ -1380,7 +2193,8 @@ export interface UpdatePartitionRequest {
1380
2193
  PartitionValueList: string[] | undefined;
1381
2194
  /**
1382
2195
  * <p>The new partition object to update the partition to.</p>
1383
- * <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
2196
+ *
2197
+ * <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
1384
2198
  */
1385
2199
  PartitionInput: PartitionInput | undefined;
1386
2200
  }
@@ -1409,7 +2223,7 @@ export interface UpdateRegistryResponse {
1409
2223
  export interface UpdateSchemaInput {
1410
2224
  /**
1411
2225
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
1412
- * <ul>
2226
+ * <ul>
1413
2227
  * <li>
1414
2228
  * <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
1415
2229
  * </li>
@@ -1646,8 +2460,10 @@ export interface Mapping {
1646
2460
  Dropped?: boolean;
1647
2461
  /**
1648
2462
  * <p>Only applicable to nested data structures. If you want to change the parent structure, but also one of its children, you can fill out this data strucutre. It is also <code>Mapping</code>, but its <code>FromPath</code> will be the parent's <code>FromPath</code> plus the <code>FromPath</code> from this structure.</p>
2463
+ *
1649
2464
  * <p>For the children part, suppose you have the structure:</p>
1650
- * <p>
2465
+ *
2466
+ * <p>
1651
2467
  * <code>{
1652
2468
  * "FromPath": "OuterStructure",
1653
2469
  * "ToKey": "OuterStructure",
@@ -1661,8 +2477,10 @@ export interface Mapping {
1661
2477
  * }]
1662
2478
  * }</code>
1663
2479
  * </p>
2480
+ *
1664
2481
  * <p>You can specify a <code>Mapping</code> that looks like:</p>
1665
- * <p>
2482
+ *
2483
+ * <p>
1666
2484
  * <code>{
1667
2485
  * "FromPath": "OuterStructure",
1668
2486
  * "ToKey": "OuterStructure",
@@ -1906,6 +2724,10 @@ export interface CodeGenConfigurationNode {
1906
2724
  * <p>Specifies a custom visual transform created by a user.</p>
1907
2725
  */
1908
2726
  DynamicTransform?: DynamicTransform;
2727
+ /**
2728
+ * <p>Specifies your data quality evaluation criteria.</p>
2729
+ */
2730
+ EvaluateDataQuality?: EvaluateDataQuality;
1909
2731
  }
1910
2732
  export interface CreateJobRequest {
1911
2733
  /**
@@ -1942,6 +2764,7 @@ export interface CreateJobRequest {
1942
2764
  * other secret management mechanism if you intend to keep them within the Job.
1943
2765
  * </p>
1944
2766
  * <p>For information about how to specify and consume your own Job arguments, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-python-calling.html">Calling Glue APIs in Python</a> topic in the developer guide.</p>
2767
+ *
1945
2768
  * <p>For information about the key-value pairs that Glue consumes to set up your job, see the <a href="https://docs.aws.amazon.com/glue/latest/dg/aws-glue-programming-etl-glue-arguments.html">Special Parameters Used by Glue</a> topic in the developer guide.</p>
1946
2769
  */
1947
2770
  DefaultArguments?: Record<string, string>;
@@ -1961,6 +2784,7 @@ export interface CreateJobRequest {
1961
2784
  * @deprecated
1962
2785
  *
1963
2786
  * <p>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</p>
2787
+ *
1964
2788
  * <p>The number of Glue data processing units (DPUs) to allocate to this Job. You can
1965
2789
  * allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
1966
2790
  * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
@@ -1979,7 +2803,9 @@ export interface CreateJobRequest {
1979
2803
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
1980
2804
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
1981
2805
  * pricing page</a>.</p>
1982
- * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2806
+ *
2807
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2808
+ *
1983
2809
  * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
1984
2810
  * running a Python shell job or an Apache Spark ETL job:</p>
1985
2811
  * <ul>
@@ -2011,8 +2837,10 @@ export interface CreateJobRequest {
2011
2837
  NotificationProperty?: NotificationProperty;
2012
2838
  /**
2013
2839
  * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p>
2840
+ *
2014
2841
  * <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer guide.</p>
2015
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2842
+ *
2843
+ * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2016
2844
  */
2017
2845
  GlueVersion?: string;
2018
2846
  /**
@@ -2021,7 +2849,7 @@ export interface CreateJobRequest {
2021
2849
  NumberOfWorkers?: number;
2022
2850
  /**
2023
2851
  * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X.</p>
2024
- * <ul>
2852
+ * <ul>
2025
2853
  * <li>
2026
2854
  * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
2027
2855
  * </li>
@@ -2043,8 +2871,10 @@ export interface CreateJobRequest {
2043
2871
  CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
2044
2872
  /**
2045
2873
  * <p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>
2874
+ *
2046
2875
  * <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
2047
- * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
2876
+ *
2877
+ * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
2048
2878
  */
2049
2879
  ExecutionClass?: ExecutionClass | string;
2050
2880
  /**
@@ -2113,12 +2943,13 @@ export interface Job {
2113
2943
  * @deprecated
2114
2944
  *
2115
2945
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
2946
+ *
2116
2947
  * <p>The number of Glue data processing units (DPUs) allocated to runs of this job. You can
2117
2948
  * allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
2118
2949
  * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
2119
2950
  * see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
2120
2951
  * page</a>.</p>
2121
- * <p></p>
2952
+ * <p></p>
2122
2953
  */
2123
2954
  AllocatedCapacity?: number;
2124
2955
  /**
@@ -2132,11 +2963,13 @@ export interface Job {
2132
2963
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
2133
2964
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
2134
2965
  * pricing page</a>.</p>
2135
- * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2136
- * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
2966
+ *
2967
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
2968
+ *
2969
+ * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
2137
2970
  * running a Python shell job, an Apache Spark ETL job, or an Apache Spark streaming ETL
2138
2971
  * job:</p>
2139
- * <ul>
2972
+ * <ul>
2140
2973
  * <li>
2141
2974
  * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
2142
2975
  * allocate either 0.0625 or 1 DPU. The default is 0.0625 DPU.</p>
@@ -2152,7 +2985,7 @@ export interface Job {
2152
2985
  MaxCapacity?: number;
2153
2986
  /**
2154
2987
  * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X.</p>
2155
- * <ul>
2988
+ * <ul>
2156
2989
  * <li>
2157
2990
  * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
2158
2991
  * </li>
@@ -2183,8 +3016,10 @@ export interface Job {
2183
3016
  NotificationProperty?: NotificationProperty;
2184
3017
  /**
2185
3018
  * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p>
3019
+ *
2186
3020
  * <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer guide.</p>
2187
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
3021
+ *
3022
+ * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
2188
3023
  */
2189
3024
  GlueVersion?: string;
2190
3025
  /**
@@ -2193,8 +3028,10 @@ export interface Job {
2193
3028
  CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
2194
3029
  /**
2195
3030
  * <p>Indicates whether the job is run with a standard or flexible execution class. The standard execution class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>
3031
+ *
2196
3032
  * <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
2197
- * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
3033
+ *
3034
+ * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
2198
3035
  */
2199
3036
  ExecutionClass?: ExecutionClass | string;
2200
3037
  /**
@@ -2253,6 +3090,7 @@ export interface JobUpdate {
2253
3090
  * @deprecated
2254
3091
  *
2255
3092
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
3093
+ *
2256
3094
  * <p>The number of Glue data processing units (DPUs) to allocate to this job. You can
2257
3095
  * allocate a minimum of 2 DPUs; the default is 10. A DPU is a relative measure of processing
2258
3096
  * power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information,
@@ -2269,9 +3107,12 @@ export interface JobUpdate {
2269
3107
  /**
2270
3108
  * <p>For Glue version 1.0 or earlier jobs, using the standard worker type, the number of Glue data processing units (DPUs) that can be allocated when this job runs. A DPU is a relative measure
2271
3109
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing page</a>.</p>
2272
- * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
3110
+ *
3111
+ * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
3112
+ *
2273
3113
  * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
2274
3114
  * running a Python shell job or an Apache Spark ETL job:</p>
3115
+ *
2275
3116
  * <ul>
2276
3117
  * <li>
2277
3118
  * <p>When you specify a Python shell job (<code>JobCommand.Name</code>="pythonshell"), you can
@@ -2283,12 +3124,12 @@ export interface JobUpdate {
2283
3124
  * The default is 10 DPUs. This job type cannot have a fractional DPU allocation.</p>
2284
3125
  * </li>
2285
3126
  * </ul>
2286
- * <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
3127
+ * <p>For Glue version 2.0 jobs, you cannot instead specify a <code>Maximum capacity</code>. Instead, you should specify a <code>Worker type</code> and the <code>Number of workers</code>.</p>
2287
3128
  */
2288
3129
  MaxCapacity?: number;
2289
3130
  /**
2290
3131
  * <p>The type of predefined worker that is allocated when a job runs. Accepts a value of Standard, G.1X, G.2X, or G.025X.</p>
2291
- * <ul>
3132
+ * <ul>
2292
3133
  * <li>
2293
3134
  * <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
2294
3135
  * </li>
@@ -2319,6 +3160,7 @@ export interface JobUpdate {
2319
3160
  NotificationProperty?: NotificationProperty;
2320
3161
  /**
2321
3162
  * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for jobs of type Spark. </p>
3163
+ *
2322
3164
  * <p>For more information about the available Glue versions and corresponding Spark and Python versions, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job.html">Glue version</a> in the developer guide.</p>
2323
3165
  */
2324
3166
  GlueVersion?: string;
@@ -2328,8 +3170,10 @@ export interface JobUpdate {
2328
3170
  CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
2329
3171
  /**
2330
3172
  * <p>Indicates whether the job is run with a standard or flexible execution class. The standard execution-class is ideal for time-sensitive workloads that require fast job startup and dedicated resources.</p>
3173
+ *
2331
3174
  * <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
2332
- * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
3175
+ *
3176
+ * <p>Only jobs with Glue version 3.0 and above and command type <code>glueetl</code> will be allowed to set <code>ExecutionClass</code> to <code>FLEX</code>. The flexible execution class is available for Spark jobs.</p>
2333
3177
  */
2334
3178
  ExecutionClass?: ExecutionClass | string;
2335
3179
  /**
@@ -2373,6 +3217,178 @@ export interface GetJobsResponse {
2373
3217
  */
2374
3218
  NextToken?: string;
2375
3219
  }
3220
+ /**
3221
+ * @internal
3222
+ */
3223
+ export declare const ListDataQualityResultsRequestFilterSensitiveLog: (obj: ListDataQualityResultsRequest) => any;
3224
+ /**
3225
+ * @internal
3226
+ */
3227
+ export declare const DataQualityResultDescriptionFilterSensitiveLog: (obj: DataQualityResultDescription) => any;
3228
+ /**
3229
+ * @internal
3230
+ */
3231
+ export declare const ListDataQualityResultsResponseFilterSensitiveLog: (obj: ListDataQualityResultsResponse) => any;
3232
+ /**
3233
+ * @internal
3234
+ */
3235
+ export declare const DataQualityRuleRecommendationRunFilterFilterSensitiveLog: (obj: DataQualityRuleRecommendationRunFilter) => any;
3236
+ /**
3237
+ * @internal
3238
+ */
3239
+ export declare const ListDataQualityRuleRecommendationRunsRequestFilterSensitiveLog: (obj: ListDataQualityRuleRecommendationRunsRequest) => any;
3240
+ /**
3241
+ * @internal
3242
+ */
3243
+ export declare const DataQualityRuleRecommendationRunDescriptionFilterSensitiveLog: (obj: DataQualityRuleRecommendationRunDescription) => any;
3244
+ /**
3245
+ * @internal
3246
+ */
3247
+ export declare const ListDataQualityRuleRecommendationRunsResponseFilterSensitiveLog: (obj: ListDataQualityRuleRecommendationRunsResponse) => any;
3248
+ /**
3249
+ * @internal
3250
+ */
3251
+ export declare const DataQualityRulesetEvaluationRunFilterFilterSensitiveLog: (obj: DataQualityRulesetEvaluationRunFilter) => any;
3252
+ /**
3253
+ * @internal
3254
+ */
3255
+ export declare const ListDataQualityRulesetEvaluationRunsRequestFilterSensitiveLog: (obj: ListDataQualityRulesetEvaluationRunsRequest) => any;
3256
+ /**
3257
+ * @internal
3258
+ */
3259
+ export declare const DataQualityRulesetEvaluationRunDescriptionFilterSensitiveLog: (obj: DataQualityRulesetEvaluationRunDescription) => any;
3260
+ /**
3261
+ * @internal
3262
+ */
3263
+ export declare const ListDataQualityRulesetEvaluationRunsResponseFilterSensitiveLog: (obj: ListDataQualityRulesetEvaluationRunsResponse) => any;
3264
+ /**
3265
+ * @internal
3266
+ */
3267
+ export declare const DataQualityRulesetFilterCriteriaFilterSensitiveLog: (obj: DataQualityRulesetFilterCriteria) => any;
3268
+ /**
3269
+ * @internal
3270
+ */
3271
+ export declare const ListDataQualityRulesetsRequestFilterSensitiveLog: (obj: ListDataQualityRulesetsRequest) => any;
3272
+ /**
3273
+ * @internal
3274
+ */
3275
+ export declare const DataQualityRulesetListDetailsFilterSensitiveLog: (obj: DataQualityRulesetListDetails) => any;
3276
+ /**
3277
+ * @internal
3278
+ */
3279
+ export declare const ListDataQualityRulesetsResponseFilterSensitiveLog: (obj: ListDataQualityRulesetsResponse) => any;
3280
+ /**
3281
+ * @internal
3282
+ */
3283
+ export declare const ListDevEndpointsRequestFilterSensitiveLog: (obj: ListDevEndpointsRequest) => any;
3284
+ /**
3285
+ * @internal
3286
+ */
3287
+ export declare const ListDevEndpointsResponseFilterSensitiveLog: (obj: ListDevEndpointsResponse) => any;
3288
+ /**
3289
+ * @internal
3290
+ */
3291
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
3292
+ /**
3293
+ * @internal
3294
+ */
3295
+ export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
3296
+ /**
3297
+ * @internal
3298
+ */
3299
+ export declare const ListMLTransformsRequestFilterSensitiveLog: (obj: ListMLTransformsRequest) => any;
3300
+ /**
3301
+ * @internal
3302
+ */
3303
+ export declare const ListMLTransformsResponseFilterSensitiveLog: (obj: ListMLTransformsResponse) => any;
3304
+ /**
3305
+ * @internal
3306
+ */
3307
+ export declare const ListRegistriesInputFilterSensitiveLog: (obj: ListRegistriesInput) => any;
3308
+ /**
3309
+ * @internal
3310
+ */
3311
+ export declare const RegistryListItemFilterSensitiveLog: (obj: RegistryListItem) => any;
3312
+ /**
3313
+ * @internal
3314
+ */
3315
+ export declare const ListRegistriesResponseFilterSensitiveLog: (obj: ListRegistriesResponse) => any;
3316
+ /**
3317
+ * @internal
3318
+ */
3319
+ export declare const ListSchemasInputFilterSensitiveLog: (obj: ListSchemasInput) => any;
3320
+ /**
3321
+ * @internal
3322
+ */
3323
+ export declare const SchemaListItemFilterSensitiveLog: (obj: SchemaListItem) => any;
3324
+ /**
3325
+ * @internal
3326
+ */
3327
+ export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
3328
+ /**
3329
+ * @internal
3330
+ */
3331
+ export declare const ListSchemaVersionsInputFilterSensitiveLog: (obj: ListSchemaVersionsInput) => any;
3332
+ /**
3333
+ * @internal
3334
+ */
3335
+ export declare const SchemaVersionListItemFilterSensitiveLog: (obj: SchemaVersionListItem) => any;
3336
+ /**
3337
+ * @internal
3338
+ */
3339
+ export declare const ListSchemaVersionsResponseFilterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
3340
+ /**
3341
+ * @internal
3342
+ */
3343
+ export declare const ListSessionsRequestFilterSensitiveLog: (obj: ListSessionsRequest) => any;
3344
+ /**
3345
+ * @internal
3346
+ */
3347
+ export declare const ListSessionsResponseFilterSensitiveLog: (obj: ListSessionsResponse) => any;
3348
+ /**
3349
+ * @internal
3350
+ */
3351
+ export declare const ListStatementsRequestFilterSensitiveLog: (obj: ListStatementsRequest) => any;
3352
+ /**
3353
+ * @internal
3354
+ */
3355
+ export declare const ListStatementsResponseFilterSensitiveLog: (obj: ListStatementsResponse) => any;
3356
+ /**
3357
+ * @internal
3358
+ */
3359
+ export declare const ListTriggersRequestFilterSensitiveLog: (obj: ListTriggersRequest) => any;
3360
+ /**
3361
+ * @internal
3362
+ */
3363
+ export declare const ListTriggersResponseFilterSensitiveLog: (obj: ListTriggersResponse) => any;
3364
+ /**
3365
+ * @internal
3366
+ */
3367
+ export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
3368
+ /**
3369
+ * @internal
3370
+ */
3371
+ export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
3372
+ /**
3373
+ * @internal
3374
+ */
3375
+ export declare const PutDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsRequest) => any;
3376
+ /**
3377
+ * @internal
3378
+ */
3379
+ export declare const PutDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsResponse) => any;
3380
+ /**
3381
+ * @internal
3382
+ */
3383
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
3384
+ /**
3385
+ * @internal
3386
+ */
3387
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
3388
+ /**
3389
+ * @internal
3390
+ */
3391
+ export declare const MetadataKeyValuePairFilterSensitiveLog: (obj: MetadataKeyValuePair) => any;
2376
3392
  /**
2377
3393
  * @internal
2378
3394
  */
@@ -2485,6 +3501,22 @@ export declare const StartCrawlerScheduleRequestFilterSensitiveLog: (obj: StartC
2485
3501
  * @internal
2486
3502
  */
2487
3503
  export declare const StartCrawlerScheduleResponseFilterSensitiveLog: (obj: StartCrawlerScheduleResponse) => any;
3504
+ /**
3505
+ * @internal
3506
+ */
3507
+ export declare const StartDataQualityRuleRecommendationRunRequestFilterSensitiveLog: (obj: StartDataQualityRuleRecommendationRunRequest) => any;
3508
+ /**
3509
+ * @internal
3510
+ */
3511
+ export declare const StartDataQualityRuleRecommendationRunResponseFilterSensitiveLog: (obj: StartDataQualityRuleRecommendationRunResponse) => any;
3512
+ /**
3513
+ * @internal
3514
+ */
3515
+ export declare const StartDataQualityRulesetEvaluationRunRequestFilterSensitiveLog: (obj: StartDataQualityRulesetEvaluationRunRequest) => any;
3516
+ /**
3517
+ * @internal
3518
+ */
3519
+ export declare const StartDataQualityRulesetEvaluationRunResponseFilterSensitiveLog: (obj: StartDataQualityRulesetEvaluationRunResponse) => any;
2488
3520
  /**
2489
3521
  * @internal
2490
3522
  */
@@ -2681,6 +3713,14 @@ export declare const UpdateDatabaseRequestFilterSensitiveLog: (obj: UpdateDataba
2681
3713
  * @internal
2682
3714
  */
2683
3715
  export declare const UpdateDatabaseResponseFilterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
3716
+ /**
3717
+ * @internal
3718
+ */
3719
+ export declare const UpdateDataQualityRulesetRequestFilterSensitiveLog: (obj: UpdateDataQualityRulesetRequest) => any;
3720
+ /**
3721
+ * @internal
3722
+ */
3723
+ export declare const UpdateDataQualityRulesetResponseFilterSensitiveLog: (obj: UpdateDataQualityRulesetResponse) => any;
2684
3724
  /**
2685
3725
  * @internal
2686
3726
  */