@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
@@ -375,7 +375,8 @@ export interface StorageDescriptor {
375
375
  StoredAsSubDirectories?: boolean;
376
376
  /**
377
377
  * <p>An object that references a schema stored in the Glue Schema Registry.</p>
378
- * <p>When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.</p>
378
+ *
379
+ * <p>When creating a table, you can pass an empty list of columns for the schema, and instead use a schema reference.</p>
379
380
  */
380
381
  SchemaReference?: SchemaReference;
381
382
  }
@@ -385,7 +386,8 @@ export interface StorageDescriptor {
385
386
  export interface PartitionInput {
386
387
  /**
387
388
  * <p>The values of the partition. Although this parameter is not required by the SDK, you must specify this parameter for a valid input.</p>
388
- * <p>The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.</p>
389
+ *
390
+ * <p>The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise Glue will add the values to the wrong keys.</p>
389
391
  */
390
392
  Values?: string[];
391
393
  /**
@@ -786,7 +788,8 @@ export interface Blueprint {
786
788
  BlueprintServiceLocation?: string;
787
789
  /**
788
790
  * <p>The status of the blueprint registration.</p>
789
- * <ul>
791
+ *
792
+ * <ul>
790
793
  * <li>
791
794
  * <p>Creating — The blueprint registration is in progress.</p>
792
795
  * </li>
@@ -885,7 +888,8 @@ export declare enum CrawlerLineageSettings {
885
888
  export interface LineageConfiguration {
886
889
  /**
887
890
  * <p>Specifies whether data lineage is enabled for the crawler. Valid values are:</p>
888
- * <ul>
891
+ *
892
+ * <ul>
889
893
  * <li>
890
894
  * <p>ENABLE: enables data lineage for the crawler</p>
891
895
  * </li>
@@ -907,9 +911,12 @@ export declare enum RecrawlBehavior {
907
911
  export interface RecrawlPolicy {
908
912
  /**
909
913
  * <p>Specifies whether to crawl the entire dataset again or to crawl only folders that were added since the last crawler run.</p>
910
- * <p>A value of <code>CRAWL_EVERYTHING</code> specifies crawling the entire dataset again.</p>
914
+ *
915
+ * <p>A value of <code>CRAWL_EVERYTHING</code> specifies crawling the entire dataset again.</p>
916
+ *
911
917
  * <p>A value of <code>CRAWL_NEW_FOLDERS_ONLY</code> specifies crawling only folders that were added since the last crawler run.</p>
912
- * <p>A value of <code>CRAWL_EVENT_MODE</code> specifies crawling only the changes identified by Amazon S3 events.</p>
918
+ *
919
+ * <p>A value of <code>CRAWL_EVENT_MODE</code> specifies crawling only the changes identified by Amazon S3 events.</p>
913
920
  */
914
921
  RecrawlBehavior?: RecrawlBehavior | string;
915
922
  }
@@ -1012,12 +1019,14 @@ export interface DynamoDBTarget {
1012
1019
  Path?: string;
1013
1020
  /**
1014
1021
  * <p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p>
1015
- * <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>
1022
+ *
1023
+ * <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>
1016
1024
  */
1017
1025
  scanAll?: boolean;
1018
1026
  /**
1019
1027
  * <p>The percentage of the configured read capacity units to use by the Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.</p>
1020
- * <p>The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).</p>
1028
+ *
1029
+ * <p>The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).</p>
1021
1030
  */
1022
1031
  scanRate?: number;
1023
1032
  }
@@ -1044,7 +1053,8 @@ export interface JdbcTarget {
1044
1053
  Exclusions?: string[];
1045
1054
  /**
1046
1055
  * <p>Specify a value of <code>RAWTYPES</code> or <code>COMMENTS</code> to enable additional metadata in table responses. <code>RAWTYPES</code> provides the native-level datatype. <code>COMMENTS</code> provides comments associated with a column or table in the database.</p>
1047
- * <p>If you do not need additional metadata, keep the field empty.</p>
1056
+ *
1057
+ * <p>If you do not need additional metadata, keep the field empty.</p>
1048
1058
  */
1049
1059
  EnableAdditionalMetadata?: (JdbcMetadataEntry | string)[];
1050
1060
  }
@@ -1062,7 +1072,8 @@ export interface MongoDBTarget {
1062
1072
  Path?: string;
1063
1073
  /**
1064
1074
  * <p>Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table.</p>
1065
- * <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>
1075
+ *
1076
+ * <p>A value of <code>true</code> means to scan all records, while a value of <code>false</code> means to sample the records. If no value is specified, the value defaults to <code>true</code>.</p>
1066
1077
  */
1067
1078
  ScanAll?: boolean;
1068
1079
  }
@@ -1248,7 +1259,8 @@ export interface CustomEntityType {
1248
1259
  RegexString: string | undefined;
1249
1260
  /**
1250
1261
  * <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
1251
- * <p>If no context words are passed only a regular expression is checked.</p>
1262
+ *
1263
+ * <p>If no context words are passed only a regular expression is checked.</p>
1252
1264
  */
1253
1265
  ContextWords?: string[];
1254
1266
  }
@@ -1262,6 +1274,142 @@ export interface BatchGetCustomEntityTypesResponse {
1262
1274
  */
1263
1275
  CustomEntityTypesNotFound?: string[];
1264
1276
  }
1277
+ export interface BatchGetDataQualityResultRequest {
1278
+ /**
1279
+ * <p>A list of unique result IDs for the data quality results.</p>
1280
+ */
1281
+ ResultIds: string[] | undefined;
1282
+ }
1283
+ /**
1284
+ * <p>The database and table in the Glue Data Catalog that is used for input or output data.</p>
1285
+ */
1286
+ export interface GlueTable {
1287
+ /**
1288
+ * <p>A database name in the Glue Data Catalog.</p>
1289
+ */
1290
+ DatabaseName: string | undefined;
1291
+ /**
1292
+ * <p>A table name in the Glue Data Catalog.</p>
1293
+ */
1294
+ TableName: string | undefined;
1295
+ /**
1296
+ * <p>A unique identifier for the Glue Data Catalog.</p>
1297
+ */
1298
+ CatalogId?: string;
1299
+ /**
1300
+ * <p>The name of the connection to the Glue Data Catalog.</p>
1301
+ */
1302
+ ConnectionName?: string;
1303
+ /**
1304
+ * <p>Additional options for the table. Currently there are two keys supported:</p>
1305
+ *
1306
+ * <ul>
1307
+ * <li>
1308
+ * <p>
1309
+ * <code>pushDownPredicate</code>: to filter on partitions without having to list and read all the files in your dataset.</p>
1310
+ * </li>
1311
+ * <li>
1312
+ * <p>
1313
+ * <code>catalogPartitionPredicate</code>: to use server-side partition pruning using partition indexes in the Glue Data Catalog.</p>
1314
+ * </li>
1315
+ * </ul>
1316
+ */
1317
+ AdditionalOptions?: Record<string, string>;
1318
+ }
1319
+ /**
1320
+ * <p>A data source (an Glue table) for which you want data quality results.</p>
1321
+ */
1322
+ export interface DataSource {
1323
+ /**
1324
+ * <p>An Glue table.</p>
1325
+ */
1326
+ GlueTable: GlueTable | undefined;
1327
+ }
1328
+ export declare enum DataQualityRuleResultStatus {
1329
+ ERROR = "ERROR",
1330
+ FAIL = "FAIL",
1331
+ PASS = "PASS"
1332
+ }
1333
+ /**
1334
+ * <p>Describes the result of the evaluation of a data quality rule.</p>
1335
+ */
1336
+ export interface DataQualityRuleResult {
1337
+ /**
1338
+ * <p>The name of the data quality rule.</p>
1339
+ */
1340
+ Name?: string;
1341
+ /**
1342
+ * <p>A description of the data quality rule.</p>
1343
+ */
1344
+ Description?: string;
1345
+ /**
1346
+ * <p>An evaluation message.</p>
1347
+ */
1348
+ EvaluationMessage?: string;
1349
+ /**
1350
+ * <p>A pass or fail status for the rule.</p>
1351
+ */
1352
+ Result?: DataQualityRuleResultStatus | string;
1353
+ }
1354
+ /**
1355
+ * <p>Describes a data quality result.</p>
1356
+ */
1357
+ export interface DataQualityResult {
1358
+ /**
1359
+ * <p>A unique result ID for the data quality result.</p>
1360
+ */
1361
+ ResultId?: string;
1362
+ /**
1363
+ * <p>An aggregate data quality score. Represents the ratio of rules that passed to the total number of rules.</p>
1364
+ */
1365
+ Score?: number;
1366
+ /**
1367
+ * <p>The table associated with the data quality result, if any.</p>
1368
+ */
1369
+ DataSource?: DataSource;
1370
+ /**
1371
+ * <p>The name of the ruleset associated with the data quality result.</p>
1372
+ */
1373
+ RulesetName?: string;
1374
+ /**
1375
+ * <p>In the context of a job in Glue Studio, each node in the canvas is typically assigned some sort of name and data quality nodes will have names. In the case of multiple nodes, the <code>evaluationContext</code> can differentiate the nodes.</p>
1376
+ */
1377
+ EvaluationContext?: string;
1378
+ /**
1379
+ * <p>The date and time when this data quality run started.</p>
1380
+ */
1381
+ StartedOn?: Date;
1382
+ /**
1383
+ * <p>The date and time when this data quality run completed.</p>
1384
+ */
1385
+ CompletedOn?: Date;
1386
+ /**
1387
+ * <p>The job name associated with the data quality result, if any.</p>
1388
+ */
1389
+ JobName?: string;
1390
+ /**
1391
+ * <p>The job run ID associated with the data quality result, if any.</p>
1392
+ */
1393
+ JobRunId?: string;
1394
+ /**
1395
+ * <p>The unique run ID for the ruleset evaluation for this data quality result.</p>
1396
+ */
1397
+ RulesetEvaluationRunId?: string;
1398
+ /**
1399
+ * <p>A list of <code>DataQualityRuleResult</code> objects representing the results for each rule. </p>
1400
+ */
1401
+ RuleResults?: DataQualityRuleResult[];
1402
+ }
1403
+ export interface BatchGetDataQualityResultResponse {
1404
+ /**
1405
+ * <p>A list of <code>DataQualityResult</code> objects representing the data quality results.</p>
1406
+ */
1407
+ Results: DataQualityResult[] | undefined;
1408
+ /**
1409
+ * <p>A list of result IDs for which results were not found.</p>
1410
+ */
1411
+ ResultsNotFound?: string[];
1412
+ }
1265
1413
  export interface BatchGetDevEndpointsRequest {
1266
1414
  /**
1267
1415
  * <p>The list of <code>DevEndpoint</code> names, which might be the names returned from the
@@ -1323,7 +1471,7 @@ export interface DevEndpoint {
1323
1471
  Status?: string;
1324
1472
  /**
1325
1473
  * <p>The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.</p>
1326
- * <ul>
1474
+ * <ul>
1327
1475
  * <li>
1328
1476
  * <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>
1329
1477
  * </li>
@@ -1334,20 +1482,25 @@ export interface DevEndpoint {
1334
1482
  * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
1335
1483
  * </li>
1336
1484
  * </ul>
1337
- * <p>Known issue: when a development endpoint is created with the <code>G.2X</code>
1485
+ *
1486
+ * <p>Known issue: when a development endpoint is created with the <code>G.2X</code>
1338
1487
  * <code>WorkerType</code> configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk. </p>
1339
1488
  */
1340
1489
  WorkerType?: WorkerType | string;
1341
1490
  /**
1342
1491
  * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p>
1492
+ *
1343
1493
  * <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>
1344
- * <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p>
1345
- * <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>
1494
+ *
1495
+ * <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p>
1496
+ *
1497
+ * <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>
1346
1498
  */
1347
1499
  GlueVersion?: string;
1348
1500
  /**
1349
1501
  * <p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p>
1350
- * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
1502
+ *
1503
+ * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
1351
1504
  */
1352
1505
  NumberOfWorkers?: number;
1353
1506
  /**
@@ -1367,6 +1520,7 @@ export interface DevEndpoint {
1367
1520
  * <p>The paths to one or more Python libraries in an Amazon S3 bucket that should be loaded in
1368
1521
  * your <code>DevEndpoint</code>. Multiple values must be complete paths separated by a
1369
1522
  * comma.</p>
1523
+ *
1370
1524
  * <note>
1371
1525
  * <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on
1372
1526
  * C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a> Python data
@@ -1424,13 +1578,14 @@ export interface DevEndpoint {
1424
1578
  /**
1425
1579
  * <p>A map of arguments used to configure the <code>DevEndpoint</code>.</p>
1426
1580
  * <p>Valid arguments are:</p>
1427
- * <ul>
1581
+ * <ul>
1428
1582
  * <li>
1429
1583
  * <p>
1430
1584
  * <code>"--enable-glue-datacatalog": ""</code>
1431
1585
  * </p>
1432
1586
  * </li>
1433
1587
  * </ul>
1588
+ *
1434
1589
  * <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>
1435
1590
  */
1436
1591
  Arguments?: Record<string, string>;
@@ -1886,6 +2041,7 @@ export interface DropNullFields {
1886
2041
  NullCheckBoxList?: NullCheckBoxList;
1887
2042
  /**
1888
2043
  * <p>A structure that specifies a list of NullValueField structures that represent a custom null value such as zero or other value being used as a null placeholder unique to the dataset.</p>
2044
+ *
1889
2045
  * <p>The <code>DropNullFields</code> transform removes custom null values only if both the value of the null placeholder and the datatype match the data.</p>
1890
2046
  */
1891
2047
  NullTextList?: NullValueField[];
@@ -1982,6 +2138,73 @@ export interface DynamoDBCatalogSource {
1982
2138
  */
1983
2139
  Table: string | undefined;
1984
2140
  }
2141
+ export declare enum DQTransformOutput {
2142
+ EvaluationResults = "EvaluationResults",
2143
+ PrimaryInput = "PrimaryInput"
2144
+ }
2145
+ /**
2146
+ * <p>Options to configure how your data quality evaluation results are published.</p>
2147
+ */
2148
+ export interface DQResultsPublishingOptions {
2149
+ /**
2150
+ * <p>The context of the evaluation.</p>
2151
+ */
2152
+ EvaluationContext?: string;
2153
+ /**
2154
+ * <p>The Amazon S3 prefix prepended to the results.</p>
2155
+ */
2156
+ ResultsS3Prefix?: string;
2157
+ /**
2158
+ * <p>Enable metrics for your data quality results.</p>
2159
+ */
2160
+ CloudWatchMetricsEnabled?: boolean;
2161
+ /**
2162
+ * <p>Enable publishing for your data quality results.</p>
2163
+ */
2164
+ ResultsPublishingEnabled?: boolean;
2165
+ }
2166
+ export declare enum DQStopJobOnFailureTiming {
2167
+ AfterDataLoad = "AfterDataLoad",
2168
+ Immediate = "Immediate"
2169
+ }
2170
+ /**
2171
+ * <p>Options to configure how your job will stop if your data quality evaluation fails.</p>
2172
+ */
2173
+ export interface DQStopJobOnFailureOptions {
2174
+ /**
2175
+ * <p>When to stop job if your data quality evaluation fails. Options are Immediate or AfterDataLoad.</p>
2176
+ */
2177
+ StopJobOnFailureTiming?: DQStopJobOnFailureTiming | string;
2178
+ }
2179
+ /**
2180
+ * <p>Specifies your data quality evaluation criteria.</p>
2181
+ */
2182
+ export interface EvaluateDataQuality {
2183
+ /**
2184
+ * <p>The name of the data quality evaluation.</p>
2185
+ */
2186
+ Name: string | undefined;
2187
+ /**
2188
+ * <p>The inputs of your data quality evaluation.</p>
2189
+ */
2190
+ Inputs: string[] | undefined;
2191
+ /**
2192
+ * <p>The ruleset for your data quality evaluation.</p>
2193
+ */
2194
+ Ruleset: string | undefined;
2195
+ /**
2196
+ * <p>The output of your data quality evaluation.</p>
2197
+ */
2198
+ Output?: DQTransformOutput | string;
2199
+ /**
2200
+ * <p>Options to configure how your results are published.</p>
2201
+ */
2202
+ PublishingOptions?: DQResultsPublishingOptions;
2203
+ /**
2204
+ * <p>Options to configure how your job will stop if your data quality evaluation fails.</p>
2205
+ */
2206
+ StopJobOnFailureOptions?: DQStopJobOnFailureOptions;
2207
+ }
1985
2208
  /**
1986
2209
  * <p>Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.</p>
1987
2210
  */
@@ -2214,10 +2437,12 @@ export declare enum GlueRecordType {
2214
2437
  export interface JDBCConnectorOptions {
2215
2438
  /**
2216
2439
  * <p>Extra condition clause to filter data from source. For example:</p>
2217
- * <p>
2440
+ *
2441
+ * <p>
2218
2442
  * <code>BillingCity='Mountain View'</code>
2219
2443
  * </p>
2220
- * <p>When using a query instead of a table name, you should validate that the query works with the specified <code>filterPredicate</code>.</p>
2444
+ *
2445
+ * <p>When using a query instead of a table name, you should validate that the query works with the specified <code>filterPredicate</code>.</p>
2221
2446
  */
2222
2447
  FilterPredicate?: string;
2223
2448
  /**
@@ -3203,10 +3428,12 @@ export interface SparkSQL {
3203
3428
  SqlQuery: string | undefined;
3204
3429
  /**
3205
3430
  * <p>A list of aliases. An alias allows you to specify what name to use in the SQL for a given input. For example, you have a datasource named "MyDataSource". If you specify <code>From</code> as MyDataSource, and <code>Alias</code> as SqlName, then in your SQL you can do:</p>
3431
+ *
3206
3432
  * <p>
3207
3433
  * <code>select *
3208
3434
  * from SqlName</code>
3209
3435
  * </p>
3436
+ *
3210
3437
  * <p>and that gets data from MyDataSource.</p>
3211
3438
  */
3212
3439
  SqlAliases: SqlAlias[] | undefined;
@@ -3275,7 +3502,9 @@ export interface Union {
3275
3502
  Inputs: string[] | undefined;
3276
3503
  /**
3277
3504
  * <p>Indicates the type of Union transform. </p>
3278
- * <p>Specify <code>ALL</code> to join all rows from data sources to the resulting DynamicFrame. The resulting union does not remove duplicate rows.</p>
3505
+ *
3506
+ * <p>Specify <code>ALL</code> to join all rows from data sources to the resulting DynamicFrame. The resulting union does not remove duplicate rows.</p>
3507
+ *
3279
3508
  * <p>Specify <code>DISTINCT</code> to remove duplicate rows in the resulting DynamicFrame.</p>
3280
3509
  */
3281
3510
  UnionType: UnionType | string | undefined;
@@ -3768,6 +3997,7 @@ export interface JobRun {
3768
3997
  * @deprecated
3769
3998
  *
3770
3999
  * <p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p>
4000
+ *
3771
4001
  * <p>The number of Glue data processing units (DPUs) allocated to this JobRun.
3772
4002
  * From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure
3773
4003
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
@@ -3782,6 +4012,7 @@ export interface JobRun {
3782
4012
  /**
3783
4013
  * <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
3784
4014
  * consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
4015
+ *
3785
4016
  * <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
3786
4017
  */
3787
4018
  Timeout?: number;
@@ -3790,7 +4021,9 @@ export interface JobRun {
3790
4021
  * of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory.
3791
4022
  * For more information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue
3792
4023
  * pricing page</a>.</p>
4024
+ *
3793
4025
  * <p>Do not set <code>Max Capacity</code> if using <code>WorkerType</code> and <code>NumberOfWorkers</code>.</p>
4026
+ *
3794
4027
  * <p>The value that can be allocated for <code>MaxCapacity</code> depends on whether you are
3795
4028
  * running a Python shell job or an Apache Spark ETL job:</p>
3796
4029
  * <ul>
@@ -3846,8 +4079,10 @@ export interface JobRun {
3846
4079
  NotificationProperty?: NotificationProperty;
3847
4080
  /**
3848
4081
  * <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>
4082
+ *
3849
4083
  * <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>
3850
- * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
4084
+ *
4085
+ * <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>
3851
4086
  */
3852
4087
  GlueVersion?: string;
3853
4088
  /**
@@ -3856,8 +4091,10 @@ export interface JobRun {
3856
4091
  DPUSeconds?: number;
3857
4092
  /**
3858
4093
  * <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>
4094
+ *
3859
4095
  * <p>The flexible execution class is appropriate for time-insensitive jobs whose start and completion times may vary. </p>
3860
- * <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>
4096
+ *
4097
+ * <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>
3861
4098
  */
3862
4099
  ExecutionClass?: ExecutionClass | string;
3863
4100
  }
@@ -4198,6 +4435,22 @@ export interface BatchUpdatePartitionResponse {
4198
4435
  */
4199
4436
  Errors?: BatchUpdatePartitionFailureEntry[];
4200
4437
  }
4438
+ export interface CancelDataQualityRuleRecommendationRunRequest {
4439
+ /**
4440
+ * <p>The unique run identifier associated with this run.</p>
4441
+ */
4442
+ RunId: string | undefined;
4443
+ }
4444
+ export interface CancelDataQualityRuleRecommendationRunResponse {
4445
+ }
4446
+ export interface CancelDataQualityRulesetEvaluationRunRequest {
4447
+ /**
4448
+ * <p>The unique run identifier associated with this run.</p>
4449
+ */
4450
+ RunId: string | undefined;
4451
+ }
4452
+ export interface CancelDataQualityRulesetEvaluationRunResponse {
4453
+ }
4201
4454
  export interface CancelMLTaskRunRequest {
4202
4455
  /**
4203
4456
  * <p>The unique identifier of the machine learning transform.</p>
@@ -4513,7 +4766,7 @@ export interface ConnectionInput {
4513
4766
  Description?: string;
4514
4767
  /**
4515
4768
  * <p>The type of the connection. Currently, these types are supported:</p>
4516
- * <ul>
4769
+ * <ul>
4517
4770
  * <li>
4518
4771
  * <p>
4519
4772
  * <code>JDBC</code> - Designates a connection to a database through Java Database Connectivity (JDBC).</p>
@@ -4660,7 +4913,8 @@ export interface CreateCustomEntityTypeRequest {
4660
4913
  RegexString: string | undefined;
4661
4914
  /**
4662
4915
  * <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
4663
- * <p>If no context words are passed only a regular expression is checked.</p>
4916
+ *
4917
+ * <p>If no context words are passed only a regular expression is checked.</p>
4664
4918
  */
4665
4919
  ContextWords?: string[];
4666
4920
  }
@@ -4795,6 +5049,51 @@ export interface CreateDatabaseRequest {
4795
5049
  }
4796
5050
  export interface CreateDatabaseResponse {
4797
5051
  }
5052
+ /**
5053
+ * <p>An object representing an Glue table.</p>
5054
+ */
5055
+ export interface DataQualityTargetTable {
5056
+ /**
5057
+ * <p>The name of the Glue table.</p>
5058
+ */
5059
+ TableName: string | undefined;
5060
+ /**
5061
+ * <p>The name of the database where the Glue table exists.</p>
5062
+ */
5063
+ DatabaseName: string | undefined;
5064
+ }
5065
+ export interface CreateDataQualityRulesetRequest {
5066
+ /**
5067
+ * <p>A unique name for the data quality ruleset.</p>
5068
+ */
5069
+ Name: string | undefined;
5070
+ /**
5071
+ * <p>A description of the data quality ruleset.</p>
5072
+ */
5073
+ Description?: string;
5074
+ /**
5075
+ * <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
5076
+ */
5077
+ Ruleset: string | undefined;
5078
+ /**
5079
+ * <p>A list of tags applied to the data quality ruleset.</p>
5080
+ */
5081
+ Tags?: Record<string, string>;
5082
+ /**
5083
+ * <p>A target table associated with the data quality ruleset.</p>
5084
+ */
5085
+ TargetTable?: DataQualityTargetTable;
5086
+ /**
5087
+ * <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>
5088
+ */
5089
+ ClientToken?: string;
5090
+ }
5091
+ export interface CreateDataQualityRulesetResponse {
5092
+ /**
5093
+ * <p>A unique name for the data quality ruleset.</p>
5094
+ */
5095
+ Name?: string;
5096
+ }
4798
5097
  export interface CreateDevEndpointRequest {
4799
5098
  /**
4800
5099
  * <p>The name to be assigned to the new <code>DevEndpoint</code>.</p>
@@ -4823,6 +5122,7 @@ export interface CreateDevEndpointRequest {
4823
5122
  * <p>A list of public keys to be used by the development endpoints for authentication. The use
4824
5123
  * of this attribute is preferred over a single public key because the public keys allow you to
4825
5124
  * have a different private key per client.</p>
5125
+ *
4826
5126
  * <note>
4827
5127
  * <p>If you previously created an endpoint with a public key, you must remove that key to be able
4828
5128
  * to set a list of public keys. Call the <code>UpdateDevEndpoint</code> API with the public
@@ -4838,7 +5138,7 @@ export interface CreateDevEndpointRequest {
4838
5138
  NumberOfNodes?: number;
4839
5139
  /**
4840
5140
  * <p>The type of predefined worker that is allocated to the development endpoint. Accepts a value of Standard, G.1X, or G.2X.</p>
4841
- * <ul>
5141
+ * <ul>
4842
5142
  * <li>
4843
5143
  * <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>
4844
5144
  * </li>
@@ -4849,20 +5149,24 @@ export interface CreateDevEndpointRequest {
4849
5149
  * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
4850
5150
  * </li>
4851
5151
  * </ul>
4852
- * <p>Known issue: when a development endpoint is created with the <code>G.2X</code>
5152
+ * <p>Known issue: when a development endpoint is created with the <code>G.2X</code>
4853
5153
  * <code>WorkerType</code> configuration, the Spark drivers for the development endpoint will run on 4 vCPU, 16 GB of memory, and a 64 GB disk. </p>
4854
5154
  */
4855
5155
  WorkerType?: WorkerType | string;
4856
5156
  /**
4857
5157
  * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p>
5158
+ *
4858
5159
  * <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>
4859
- * <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p>
4860
- * <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>
5160
+ *
5161
+ * <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p>
5162
+ *
5163
+ * <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>
4861
5164
  */
4862
5165
  GlueVersion?: string;
4863
5166
  /**
4864
5167
  * <p>The number of workers of a defined <code>workerType</code> that are allocated to the development endpoint.</p>
4865
- * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
5168
+ *
5169
+ * <p>The maximum number of workers you can define are 299 for <code>G.1X</code>, and 149 for <code>G.2X</code>. </p>
4866
5170
  */
4867
5171
  NumberOfWorkers?: number;
4868
5172
  /**
@@ -4935,6 +5239,7 @@ export interface CreateDevEndpointResponse {
4935
5239
  WorkerType?: WorkerType | string;
4936
5240
  /**
4937
5241
  * <p>Glue version determines the versions of Apache Spark and Python that Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p>
5242
+ *
4938
5243
  * <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>
4939
5244
  */
4940
5245
  GlueVersion?: string;
@@ -4975,14 +5280,16 @@ export interface CreateDevEndpointResponse {
4975
5280
  CreatedTimestamp?: Date;
4976
5281
  /**
4977
5282
  * <p>The map of arguments used to configure this <code>DevEndpoint</code>.</p>
4978
- * <p>Valid arguments are:</p>
4979
- * <ul>
5283
+ *
5284
+ * <p>Valid arguments are:</p>
5285
+ * <ul>
4980
5286
  * <li>
4981
5287
  * <p>
4982
5288
  * <code>"--enable-glue-datacatalog": ""</code>
4983
5289
  * </p>
4984
5290
  * </li>
4985
5291
  * </ul>
5292
+ *
4986
5293
  * <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>
4987
5294
  */
4988
5295
  Arguments?: Record<string, string>;
@@ -5008,27 +5315,6 @@ export interface CreateJobResponse {
5008
5315
  */
5009
5316
  Name?: string;
5010
5317
  }
5011
- /**
5012
- * <p>The database and table in the Glue Data Catalog that is used for input or output data.</p>
5013
- */
5014
- export interface GlueTable {
5015
- /**
5016
- * <p>A database name in the Glue Data Catalog.</p>
5017
- */
5018
- DatabaseName: string | undefined;
5019
- /**
5020
- * <p>A table name in the Glue Data Catalog.</p>
5021
- */
5022
- TableName: string | undefined;
5023
- /**
5024
- * <p>A unique identifier for the Glue Data Catalog.</p>
5025
- */
5026
- CatalogId?: string;
5027
- /**
5028
- * <p>The name of the connection to the Glue Data Catalog.</p>
5029
- */
5030
- ConnectionName?: string;
5031
- }
5032
5318
  /**
5033
5319
  * <p>The parameters to configure the find matches transform.</p>
5034
5320
  */
@@ -5042,8 +5328,10 @@ export interface FindMatchesParameters {
5042
5328
  * A value of 0.5 means no preference; a value of 1.0 means a bias purely for precision, and a
5043
5329
  * value of 0.0 means a bias for recall. Because this is a tradeoff, choosing values close to 1.0
5044
5330
  * means very low recall, and choosing values close to 0.0 results in very low precision.</p>
5045
- * <p>The precision metric indicates how often your model is correct when it predicts a match. </p>
5046
- * <p>The recall metric indicates that for an actual match, how often your model predicts the
5331
+ *
5332
+ * <p>The precision metric indicates how often your model is correct when it predicts a match. </p>
5333
+ *
5334
+ * <p>The recall metric indicates that for an actual match, how often your model predicts the
5047
5335
  * match.</p>
5048
5336
  */
5049
5337
  PrecisionRecallTradeoff?: number;
@@ -5053,8 +5341,10 @@ export interface FindMatchesParameters {
5053
5341
  * means a bias purely for accuracy, which typically results in a higher cost, sometimes
5054
5342
  * substantially higher. A value of 0.0 means a bias purely for cost, which results in a less
5055
5343
  * accurate <code>FindMatches</code> transform, sometimes with unacceptable accuracy.</p>
5056
- * <p>Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall. </p>
5057
- * <p>Cost measures how many compute resources, and thus money, are consumed to run the
5344
+ *
5345
+ * <p>Accuracy measures how well the transform finds true positives and true negatives. Increasing accuracy requires more machine resources and cost. But it also results in increased recall. </p>
5346
+ *
5347
+ * <p>Cost measures how many compute resources, and thus money, are consumed to run the
5058
5348
  * transform.</p>
5059
5349
  */
5060
5350
  AccuracyCostTradeoff?: number;
@@ -5074,7 +5364,7 @@ export declare enum TransformType {
5074
5364
  export interface TransformParameters {
5075
5365
  /**
5076
5366
  * <p>The type of machine learning transform.</p>
5077
- * <p>For information about the types of machine learning transforms, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html">Creating Machine Learning Transforms</a>.</p>
5367
+ * <p>For information about the types of machine learning transforms, see <a href="https://docs.aws.amazon.com/glue/latest/dg/add-job-machine-learning-transform.html">Creating Machine Learning Transforms</a>.</p>
5078
5368
  */
5079
5369
  TransformType: TransformType | string | undefined;
5080
5370
  /**
@@ -5092,7 +5382,8 @@ export declare enum MLUserDataEncryptionModeString {
5092
5382
  export interface MLUserDataEncryption {
5093
5383
  /**
5094
5384
  * <p>The encryption mode applied to user data. Valid values are:</p>
5095
- * <ul>
5385
+ *
5386
+ * <ul>
5096
5387
  * <li>
5097
5388
  * <p>DISABLED: encryption is disabled</p>
5098
5389
  * </li>
@@ -5109,7 +5400,8 @@ export interface MLUserDataEncryption {
5109
5400
  }
5110
5401
  /**
5111
5402
  * <p>The encryption-at-rest settings of the transform that apply to accessing user data. Machine learning transforms can access user data encrypted in Amazon S3 using KMS.</p>
5112
- * <p>Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.</p>
5403
+ *
5404
+ * <p>Additionally, imported labels and trained transforms can now be encrypted using a customer provided KMS key.</p>
5113
5405
  */
5114
5406
  export interface TransformEncryption {
5115
5407
  /**
@@ -5142,7 +5434,8 @@ export interface CreateMLTransformRequest {
5142
5434
  Parameters: TransformParameters | undefined;
5143
5435
  /**
5144
5436
  * <p>The name or Amazon Resource Name (ARN) of the IAM role with the required permissions. The required permissions include both Glue service role permissions to Glue resources, and Amazon S3 permissions required by the transform. </p>
5145
- * <ul>
5437
+ *
5438
+ * <ul>
5146
5439
  * <li>
5147
5440
  * <p>This role needs Glue service role permissions to allow access to resources in Glue. See <a href="https://docs.aws.amazon.com/glue/latest/dg/attach-policy-iam-user.html">Attach a Policy to IAM Users That Access Glue</a>.</p>
5148
5441
  * </li>
@@ -5161,9 +5454,10 @@ export interface CreateMLTransformRequest {
5161
5454
  * processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
5162
5455
  * information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
5163
5456
  * page</a>. </p>
5164
- * <p>
5457
+ *
5458
+ * <p>
5165
5459
  * <code>MaxCapacity</code> is a mutually exclusive option with <code>NumberOfWorkers</code> and <code>WorkerType</code>.</p>
5166
- * <ul>
5460
+ * <ul>
5167
5461
  * <li>
5168
5462
  * <p>If either <code>NumberOfWorkers</code> or <code>WorkerType</code> is set, then <code>MaxCapacity</code> cannot be set.</p>
5169
5463
  * </li>
@@ -5178,13 +5472,16 @@ export interface CreateMLTransformRequest {
5178
5472
  * <code>MaxCapacity</code> and <code>NumberOfWorkers</code> must both be at least 1.</p>
5179
5473
  * </li>
5180
5474
  * </ul>
5181
- * <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>
5475
+ *
5476
+ * <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>
5477
+ *
5478
+ *
5182
5479
  * <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>
5183
5480
  */
5184
5481
  MaxCapacity?: number;
5185
5482
  /**
5186
5483
  * <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
5187
- * <ul>
5484
+ * <ul>
5188
5485
  * <li>
5189
5486
  * <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>
5190
5487
  * </li>
@@ -5195,9 +5492,10 @@ export interface CreateMLTransformRequest {
5195
5492
  * <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
5196
5493
  * </li>
5197
5494
  * </ul>
5198
- * <p>
5495
+ *
5496
+ * <p>
5199
5497
  * <code>MaxCapacity</code> is a mutually exclusive option with <code>NumberOfWorkers</code> and <code>WorkerType</code>.</p>
5200
- * <ul>
5498
+ * <ul>
5201
5499
  * <li>
5202
5500
  * <p>If either <code>NumberOfWorkers</code> or <code>WorkerType</code> is set, then <code>MaxCapacity</code> cannot be set.</p>
5203
5501
  * </li>
@@ -5216,7 +5514,8 @@ export interface CreateMLTransformRequest {
5216
5514
  WorkerType?: WorkerType | string;
5217
5515
  /**
5218
5516
  * <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
5219
- * <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p>
5517
+ *
5518
+ * <p>If <code>WorkerType</code> is set, then <code>NumberOfWorkers</code> is required (and vice versa).</p>
5220
5519
  */
5221
5520
  NumberOfWorkers?: number;
5222
5521
  /**
@@ -5367,6 +5666,7 @@ export interface CreateSchemaInput {
5367
5666
  DataFormat: DataFormat | string | undefined;
5368
5667
  /**
5369
5668
  * <p>The compatibility mode of the schema. The possible values are:</p>
5669
+ *
5370
5670
  * <ul>
5371
5671
  * <li>
5372
5672
  * <p>
@@ -5607,412 +5907,6 @@ export declare enum S3EncryptionMode {
5607
5907
  SSEKMS = "SSE-KMS",
5608
5908
  SSES3 = "SSE-S3"
5609
5909
  }
5610
- /**
5611
- * <p>Specifies how Amazon Simple Storage Service (Amazon S3) data should be encrypted.</p>
5612
- */
5613
- export interface S3Encryption {
5614
- /**
5615
- * <p>The encryption mode to use for Amazon S3 data.</p>
5616
- */
5617
- S3EncryptionMode?: S3EncryptionMode | string;
5618
- /**
5619
- * <p>The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.</p>
5620
- */
5621
- KmsKeyArn?: string;
5622
- }
5623
- /**
5624
- * <p>Specifies an encryption configuration.</p>
5625
- */
5626
- export interface EncryptionConfiguration {
5627
- /**
5628
- * <p>The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.</p>
5629
- */
5630
- S3Encryption?: S3Encryption[];
5631
- /**
5632
- * <p>The encryption configuration for Amazon CloudWatch.</p>
5633
- */
5634
- CloudWatchEncryption?: CloudWatchEncryption;
5635
- /**
5636
- * <p>The encryption configuration for job bookmarks.</p>
5637
- */
5638
- JobBookmarksEncryption?: JobBookmarksEncryption;
5639
- }
5640
- export interface CreateSecurityConfigurationRequest {
5641
- /**
5642
- * <p>The name for the new security configuration.</p>
5643
- */
5644
- Name: string | undefined;
5645
- /**
5646
- * <p>The encryption configuration for the new security configuration.</p>
5647
- */
5648
- EncryptionConfiguration: EncryptionConfiguration | undefined;
5649
- }
5650
- export interface CreateSecurityConfigurationResponse {
5651
- /**
5652
- * <p>The name assigned to the new security configuration.</p>
5653
- */
5654
- Name?: string;
5655
- /**
5656
- * <p>The time at which the new security configuration was created.</p>
5657
- */
5658
- CreatedTimestamp?: Date;
5659
- }
5660
- /**
5661
- * <p>The <code>SessionCommand</code> that runs the job.</p>
5662
- */
5663
- export interface SessionCommand {
5664
- /**
5665
- * <p>Specifies the name of the SessionCommand. Can be 'glueetl' or 'gluestreaming'.</p>
5666
- */
5667
- Name?: string;
5668
- /**
5669
- * <p>Specifies the Python version. The Python version indicates the version supported for jobs of type Spark.</p>
5670
- */
5671
- PythonVersion?: string;
5672
- }
5673
- /**
5674
- * <p>Request to create a new session.</p>
5675
- */
5676
- export interface CreateSessionRequest {
5677
- /**
5678
- * <p>The ID of the session request. </p>
5679
- */
5680
- Id: string | undefined;
5681
- /**
5682
- * <p>The description of the session. </p>
5683
- */
5684
- Description?: string;
5685
- /**
5686
- * <p>The IAM Role ARN </p>
5687
- */
5688
- Role: string | undefined;
5689
- /**
5690
- * <p>The <code>SessionCommand</code> that runs the job. </p>
5691
- */
5692
- Command: SessionCommand | undefined;
5693
- /**
5694
- * <p>The number of seconds before request times out. </p>
5695
- */
5696
- Timeout?: number;
5697
- /**
5698
- * <p>The number of seconds when idle before request times out. </p>
5699
- */
5700
- IdleTimeout?: number;
5701
- /**
5702
- * <p>A map array of key-value pairs. Max is 75 pairs. </p>
5703
- */
5704
- DefaultArguments?: Record<string, string>;
5705
- /**
5706
- * <p>The number of connections to use for the session. </p>
5707
- */
5708
- Connections?: ConnectionsList;
5709
- /**
5710
- * <p>The number of Glue data processing units (DPUs) that can be allocated when the job runs.
5711
- * A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory. </p>
5712
- */
5713
- MaxCapacity?: number;
5714
- /**
5715
- * <p>The number of workers of a defined <code>WorkerType</code> to use for the session. </p>
5716
- */
5717
- NumberOfWorkers?: number;
5718
- /**
5719
- * <p>The type of predefined worker that is allocated to use for the session. Accepts a value of Standard, G.1X, G.2X, or G.025X.</p>
5720
- * <ul>
5721
- * <li>
5722
- * <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>
5723
- * </li>
5724
- * <li>
5725
- * <p>For the <code>G.1X</code> worker type, each worker maps to 1 DPU (4 vCPU, 16 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
5726
- * </li>
5727
- * <li>
5728
- * <p>For the <code>G.2X</code> worker type, each worker maps to 2 DPU (8 vCPU, 32 GB of memory, 128 GB disk), and provides 1 executor per worker. We recommend this worker type for memory-intensive jobs.</p>
5729
- * </li>
5730
- * <li>
5731
- * <p>For the <code>G.025X</code> worker type, each worker maps to 0.25 DPU (2 vCPU, 4 GB of memory, 64 GB disk), and provides 1 executor per worker. We recommend this worker type for low volume streaming jobs. This worker type is only available for Glue version 3.0 streaming jobs.</p>
5732
- * </li>
5733
- * </ul>
5734
- */
5735
- WorkerType?: WorkerType | string;
5736
- /**
5737
- * <p>The name of the SecurityConfiguration structure to be used with the session </p>
5738
- */
5739
- SecurityConfiguration?: string;
5740
- /**
5741
- * <p>The Glue version determines the versions of Apache Spark and Python that Glue supports.
5742
- * The GlueVersion must be greater than 2.0. </p>
5743
- */
5744
- GlueVersion?: string;
5745
- /**
5746
- * <p>The map of key value pairs (tags) belonging to the session.</p>
5747
- */
5748
- Tags?: Record<string, string>;
5749
- /**
5750
- * <p>The origin of the request. </p>
5751
- */
5752
- RequestOrigin?: string;
5753
- }
5754
- export declare enum SessionStatus {
5755
- FAILED = "FAILED",
5756
- PROVISIONING = "PROVISIONING",
5757
- READY = "READY",
5758
- STOPPED = "STOPPED",
5759
- STOPPING = "STOPPING",
5760
- TIMEOUT = "TIMEOUT"
5761
- }
5762
- /**
5763
- * <p>The period in which a remote Spark runtime environment is running.</p>
5764
- */
5765
- export interface Session {
5766
- /**
5767
- * <p>The ID of the session.</p>
5768
- */
5769
- Id?: string;
5770
- /**
5771
- * <p>The time and date when the session was created.</p>
5772
- */
5773
- CreatedOn?: Date;
5774
- /**
5775
- * <p>The session status. </p>
5776
- */
5777
- Status?: SessionStatus | string;
5778
- /**
5779
- * <p>The error message displayed during the session.</p>
5780
- */
5781
- ErrorMessage?: string;
5782
- /**
5783
- * <p>The description of the session.</p>
5784
- */
5785
- Description?: string;
5786
- /**
5787
- * <p>The name or Amazon Resource Name (ARN) of the IAM role associated with the Session.</p>
5788
- */
5789
- Role?: string;
5790
- /**
5791
- * <p>The command object.See SessionCommand.</p>
5792
- */
5793
- Command?: SessionCommand;
5794
- /**
5795
- * <p>A map array of key-value pairs. Max is 75 pairs. </p>
5796
- */
5797
- DefaultArguments?: Record<string, string>;
5798
- /**
5799
- * <p>The number of connections used for the session.</p>
5800
- */
5801
- Connections?: ConnectionsList;
5802
- /**
5803
- * <p>The code execution progress of the session.</p>
5804
- */
5805
- Progress?: number;
5806
- /**
5807
- * <p>The number of Glue data processing units (DPUs) that can be allocated when the job runs.
5808
- * A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB memory. </p>
5809
- */
5810
- MaxCapacity?: number;
5811
- /**
5812
- * <p>The name of the SecurityConfiguration structure to be used with the session.</p>
5813
- */
5814
- SecurityConfiguration?: string;
5815
- /**
5816
- * <p>The Glue version determines the versions of Apache Spark and Python that Glue supports.
5817
- * The GlueVersion must be greater than 2.0.</p>
5818
- */
5819
- GlueVersion?: string;
5820
- }
5821
- export interface CreateSessionResponse {
5822
- /**
5823
- * <p>Returns the session object in the response.</p>
5824
- */
5825
- Session?: Session;
5826
- }
5827
- /**
5828
- * <p>A structure that describes a target table for resource linking.</p>
5829
- */
5830
- export interface TableIdentifier {
5831
- /**
5832
- * <p>The ID of the Data Catalog in which the table resides.</p>
5833
- */
5834
- CatalogId?: string;
5835
- /**
5836
- * <p>The name of the catalog database that contains the target table.</p>
5837
- */
5838
- DatabaseName?: string;
5839
- /**
5840
- * <p>The name of the target table.</p>
5841
- */
5842
- Name?: string;
5843
- }
5844
- /**
5845
- * <p>A structure used to define a table.</p>
5846
- */
5847
- export interface TableInput {
5848
- /**
5849
- * <p>The table name. For Hive compatibility, this is folded to
5850
- * lowercase when it is stored.</p>
5851
- */
5852
- Name: string | undefined;
5853
- /**
5854
- * <p>A description of the table.</p>
5855
- */
5856
- Description?: string;
5857
- /**
5858
- * <p>The table owner.</p>
5859
- */
5860
- Owner?: string;
5861
- /**
5862
- * <p>The last time that the table was accessed.</p>
5863
- */
5864
- LastAccessTime?: Date;
5865
- /**
5866
- * <p>The last time that column statistics were computed for this table.</p>
5867
- */
5868
- LastAnalyzedTime?: Date;
5869
- /**
5870
- * <p>The retention time for this table.</p>
5871
- */
5872
- Retention?: number;
5873
- /**
5874
- * <p>A storage descriptor containing information about the physical storage
5875
- * of this table.</p>
5876
- */
5877
- StorageDescriptor?: StorageDescriptor;
5878
- /**
5879
- * <p>A list of columns by which the table is partitioned. Only primitive
5880
- * types are supported as partition keys.</p>
5881
- * <p>When you create a table used by Amazon Athena, and you do not specify any
5882
- * <code>partitionKeys</code>, you must at least set the value of <code>partitionKeys</code> to
5883
- * an empty list. For example:</p>
5884
- * <p>
5885
- * <code>"PartitionKeys": []</code>
5886
- * </p>
5887
- */
5888
- PartitionKeys?: Column[];
5889
- /**
5890
- * <p>If the table is a view, the original text of the view; otherwise <code>null</code>.</p>
5891
- */
5892
- ViewOriginalText?: string;
5893
- /**
5894
- * <p>If the table is a view, the expanded text of the view; otherwise <code>null</code>.</p>
5895
- */
5896
- ViewExpandedText?: string;
5897
- /**
5898
- * <p>The type of this table (<code>EXTERNAL_TABLE</code>, <code>VIRTUAL_VIEW</code>, etc.).</p>
5899
- */
5900
- TableType?: string;
5901
- /**
5902
- * <p>These key-value pairs define properties associated with the table.</p>
5903
- */
5904
- Parameters?: Record<string, string>;
5905
- /**
5906
- * <p>A <code>TableIdentifier</code> structure that describes a target table for resource linking.</p>
5907
- */
5908
- TargetTable?: TableIdentifier;
5909
- }
5910
- export interface CreateTableRequest {
5911
- /**
5912
- * <p>The ID of the Data Catalog in which to create the <code>Table</code>.
5913
- * If none is supplied, the Amazon Web Services account ID is used by default.</p>
5914
- */
5915
- CatalogId?: string;
5916
- /**
5917
- * <p>The catalog database in which to create the new table. For Hive
5918
- * compatibility, this name is entirely lowercase.</p>
5919
- */
5920
- DatabaseName: string | undefined;
5921
- /**
5922
- * <p>The <code>TableInput</code> object that defines the metadata table
5923
- * to create in the catalog.</p>
5924
- */
5925
- TableInput: TableInput | undefined;
5926
- /**
5927
- * <p>A list of partition indexes, <code>PartitionIndex</code> structures, to create in the table.</p>
5928
- */
5929
- PartitionIndexes?: PartitionIndex[];
5930
- /**
5931
- * <p>The ID of the transaction.</p>
5932
- */
5933
- TransactionId?: string;
5934
- }
5935
- export interface CreateTableResponse {
5936
- }
5937
- export interface CreateTriggerRequest {
5938
- /**
5939
- * <p>The name of the trigger.</p>
5940
- */
5941
- Name: string | undefined;
5942
- /**
5943
- * <p>The name of the workflow associated with the trigger.</p>
5944
- */
5945
- WorkflowName?: string;
5946
- /**
5947
- * <p>The type of the new trigger.</p>
5948
- */
5949
- Type: TriggerType | string | undefined;
5950
- /**
5951
- * <p>A <code>cron</code> expression used to specify the schedule (see <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-data-warehouse-schedule.html">Time-Based Schedules for Jobs and Crawlers</a>. For example, to run
5952
- * something every day at 12:15 UTC, you would specify:
5953
- * <code>cron(15 12 * * ? *)</code>.</p>
5954
- * <p>This field is required when the trigger type is SCHEDULED.</p>
5955
- */
5956
- Schedule?: string;
5957
- /**
5958
- * <p>A predicate to specify when the new trigger should fire.</p>
5959
- * <p>This field is required when the trigger type is <code>CONDITIONAL</code>.</p>
5960
- */
5961
- Predicate?: Predicate;
5962
- /**
5963
- * <p>The actions initiated by this trigger when it fires.</p>
5964
- */
5965
- Actions: Action[] | undefined;
5966
- /**
5967
- * <p>A description of the new trigger.</p>
5968
- */
5969
- Description?: string;
5970
- /**
5971
- * <p>Set to <code>true</code> to start <code>SCHEDULED</code> and <code>CONDITIONAL</code>
5972
- * triggers when created. True is not supported for <code>ON_DEMAND</code> triggers.</p>
5973
- */
5974
- StartOnCreation?: boolean;
5975
- /**
5976
- * <p>The tags to use with this trigger. You may use tags to limit access to the trigger.
5977
- * For more information about tags in Glue, see
5978
- * <a href="https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html">Amazon Web Services Tags in Glue</a> in the developer guide. </p>
5979
- */
5980
- Tags?: Record<string, string>;
5981
- /**
5982
- * <p>Batch condition that must be met (specified number of events received or batch time window expired)
5983
- * before EventBridge event trigger fires.</p>
5984
- */
5985
- EventBatchingCondition?: EventBatchingCondition;
5986
- }
5987
- export interface CreateTriggerResponse {
5988
- /**
5989
- * <p>The name of the trigger.</p>
5990
- */
5991
- Name?: string;
5992
- }
5993
- export declare enum PrincipalType {
5994
- GROUP = "GROUP",
5995
- ROLE = "ROLE",
5996
- USER = "USER"
5997
- }
5998
- export declare enum ResourceType {
5999
- ARCHIVE = "ARCHIVE",
6000
- FILE = "FILE",
6001
- JAR = "JAR"
6002
- }
6003
- /**
6004
- * <p>The URIs for function resources.</p>
6005
- */
6006
- export interface ResourceUri {
6007
- /**
6008
- * <p>The type of the resource.</p>
6009
- */
6010
- ResourceType?: ResourceType | string;
6011
- /**
6012
- * <p>The URI for accessing the resource.</p>
6013
- */
6014
- Uri?: string;
6015
- }
6016
5910
  /**
6017
5911
  * @internal
6018
5912
  */
@@ -6229,6 +6123,30 @@ export declare const CustomEntityTypeFilterSensitiveLog: (obj: CustomEntityType)
6229
6123
  * @internal
6230
6124
  */
6231
6125
  export declare const BatchGetCustomEntityTypesResponseFilterSensitiveLog: (obj: BatchGetCustomEntityTypesResponse) => any;
6126
+ /**
6127
+ * @internal
6128
+ */
6129
+ export declare const BatchGetDataQualityResultRequestFilterSensitiveLog: (obj: BatchGetDataQualityResultRequest) => any;
6130
+ /**
6131
+ * @internal
6132
+ */
6133
+ export declare const GlueTableFilterSensitiveLog: (obj: GlueTable) => any;
6134
+ /**
6135
+ * @internal
6136
+ */
6137
+ export declare const DataSourceFilterSensitiveLog: (obj: DataSource) => any;
6138
+ /**
6139
+ * @internal
6140
+ */
6141
+ export declare const DataQualityRuleResultFilterSensitiveLog: (obj: DataQualityRuleResult) => any;
6142
+ /**
6143
+ * @internal
6144
+ */
6145
+ export declare const DataQualityResultFilterSensitiveLog: (obj: DataQualityResult) => any;
6146
+ /**
6147
+ * @internal
6148
+ */
6149
+ export declare const BatchGetDataQualityResultResponseFilterSensitiveLog: (obj: BatchGetDataQualityResultResponse) => any;
6232
6150
  /**
6233
6151
  * @internal
6234
6152
  */
@@ -6321,6 +6239,18 @@ export declare const DynamicTransformFilterSensitiveLog: (obj: DynamicTransform)
6321
6239
  * @internal
6322
6240
  */
6323
6241
  export declare const DynamoDBCatalogSourceFilterSensitiveLog: (obj: DynamoDBCatalogSource) => any;
6242
+ /**
6243
+ * @internal
6244
+ */
6245
+ export declare const DQResultsPublishingOptionsFilterSensitiveLog: (obj: DQResultsPublishingOptions) => any;
6246
+ /**
6247
+ * @internal
6248
+ */
6249
+ export declare const DQStopJobOnFailureOptionsFilterSensitiveLog: (obj: DQStopJobOnFailureOptions) => any;
6250
+ /**
6251
+ * @internal
6252
+ */
6253
+ export declare const EvaluateDataQualityFilterSensitiveLog: (obj: EvaluateDataQuality) => any;
6324
6254
  /**
6325
6255
  * @internal
6326
6256
  */
@@ -6653,6 +6583,22 @@ export declare const BatchUpdatePartitionFailureEntryFilterSensitiveLog: (obj: B
6653
6583
  * @internal
6654
6584
  */
6655
6585
  export declare const BatchUpdatePartitionResponseFilterSensitiveLog: (obj: BatchUpdatePartitionResponse) => any;
6586
+ /**
6587
+ * @internal
6588
+ */
6589
+ export declare const CancelDataQualityRuleRecommendationRunRequestFilterSensitiveLog: (obj: CancelDataQualityRuleRecommendationRunRequest) => any;
6590
+ /**
6591
+ * @internal
6592
+ */
6593
+ export declare const CancelDataQualityRuleRecommendationRunResponseFilterSensitiveLog: (obj: CancelDataQualityRuleRecommendationRunResponse) => any;
6594
+ /**
6595
+ * @internal
6596
+ */
6597
+ export declare const CancelDataQualityRulesetEvaluationRunRequestFilterSensitiveLog: (obj: CancelDataQualityRulesetEvaluationRunRequest) => any;
6598
+ /**
6599
+ * @internal
6600
+ */
6601
+ export declare const CancelDataQualityRulesetEvaluationRunResponseFilterSensitiveLog: (obj: CancelDataQualityRulesetEvaluationRunResponse) => any;
6656
6602
  /**
6657
6603
  * @internal
6658
6604
  */
@@ -6768,19 +6714,27 @@ export declare const CreateDatabaseResponseFilterSensitiveLog: (obj: CreateDatab
6768
6714
  /**
6769
6715
  * @internal
6770
6716
  */
6771
- export declare const CreateDevEndpointRequestFilterSensitiveLog: (obj: CreateDevEndpointRequest) => any;
6717
+ export declare const DataQualityTargetTableFilterSensitiveLog: (obj: DataQualityTargetTable) => any;
6772
6718
  /**
6773
6719
  * @internal
6774
6720
  */
6775
- export declare const CreateDevEndpointResponseFilterSensitiveLog: (obj: CreateDevEndpointResponse) => any;
6721
+ export declare const CreateDataQualityRulesetRequestFilterSensitiveLog: (obj: CreateDataQualityRulesetRequest) => any;
6776
6722
  /**
6777
6723
  * @internal
6778
6724
  */
6779
- export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
6725
+ export declare const CreateDataQualityRulesetResponseFilterSensitiveLog: (obj: CreateDataQualityRulesetResponse) => any;
6780
6726
  /**
6781
6727
  * @internal
6782
6728
  */
6783
- export declare const GlueTableFilterSensitiveLog: (obj: GlueTable) => any;
6729
+ export declare const CreateDevEndpointRequestFilterSensitiveLog: (obj: CreateDevEndpointRequest) => any;
6730
+ /**
6731
+ * @internal
6732
+ */
6733
+ export declare const CreateDevEndpointResponseFilterSensitiveLog: (obj: CreateDevEndpointResponse) => any;
6734
+ /**
6735
+ * @internal
6736
+ */
6737
+ export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
6784
6738
  /**
6785
6739
  * @internal
6786
6740
  */
@@ -6873,63 +6827,3 @@ export declare const CloudWatchEncryptionFilterSensitiveLog: (obj: CloudWatchEnc
6873
6827
  * @internal
6874
6828
  */
6875
6829
  export declare const JobBookmarksEncryptionFilterSensitiveLog: (obj: JobBookmarksEncryption) => any;
6876
- /**
6877
- * @internal
6878
- */
6879
- export declare const S3EncryptionFilterSensitiveLog: (obj: S3Encryption) => any;
6880
- /**
6881
- * @internal
6882
- */
6883
- export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
6884
- /**
6885
- * @internal
6886
- */
6887
- export declare const CreateSecurityConfigurationRequestFilterSensitiveLog: (obj: CreateSecurityConfigurationRequest) => any;
6888
- /**
6889
- * @internal
6890
- */
6891
- export declare const CreateSecurityConfigurationResponseFilterSensitiveLog: (obj: CreateSecurityConfigurationResponse) => any;
6892
- /**
6893
- * @internal
6894
- */
6895
- export declare const SessionCommandFilterSensitiveLog: (obj: SessionCommand) => any;
6896
- /**
6897
- * @internal
6898
- */
6899
- export declare const CreateSessionRequestFilterSensitiveLog: (obj: CreateSessionRequest) => any;
6900
- /**
6901
- * @internal
6902
- */
6903
- export declare const SessionFilterSensitiveLog: (obj: Session) => any;
6904
- /**
6905
- * @internal
6906
- */
6907
- export declare const CreateSessionResponseFilterSensitiveLog: (obj: CreateSessionResponse) => any;
6908
- /**
6909
- * @internal
6910
- */
6911
- export declare const TableIdentifierFilterSensitiveLog: (obj: TableIdentifier) => any;
6912
- /**
6913
- * @internal
6914
- */
6915
- export declare const TableInputFilterSensitiveLog: (obj: TableInput) => any;
6916
- /**
6917
- * @internal
6918
- */
6919
- export declare const CreateTableRequestFilterSensitiveLog: (obj: CreateTableRequest) => any;
6920
- /**
6921
- * @internal
6922
- */
6923
- export declare const CreateTableResponseFilterSensitiveLog: (obj: CreateTableResponse) => any;
6924
- /**
6925
- * @internal
6926
- */
6927
- export declare const CreateTriggerRequestFilterSensitiveLog: (obj: CreateTriggerRequest) => any;
6928
- /**
6929
- * @internal
6930
- */
6931
- export declare const CreateTriggerResponseFilterSensitiveLog: (obj: CreateTriggerResponse) => any;
6932
- /**
6933
- * @internal
6934
- */
6935
- export declare const ResourceUriFilterSensitiveLog: (obj: ResourceUri) => any;