@aws-sdk/client-glue 3.699.0 → 3.705.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 (241) hide show
  1. package/README.md +176 -0
  2. package/dist-cjs/index.js +1529 -163
  3. package/dist-es/Glue.js +44 -0
  4. package/dist-es/commands/CreateCatalogCommand.js +22 -0
  5. package/dist-es/commands/CreateIntegrationCommand.js +22 -0
  6. package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +22 -0
  7. package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +22 -0
  8. package/dist-es/commands/DeleteCatalogCommand.js +22 -0
  9. package/dist-es/commands/DeleteIntegrationCommand.js +22 -0
  10. package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +22 -0
  11. package/dist-es/commands/DescribeConnectionTypeCommand.js +22 -0
  12. package/dist-es/commands/DescribeEntityCommand.js +22 -0
  13. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +22 -0
  14. package/dist-es/commands/DescribeIntegrationsCommand.js +22 -0
  15. package/dist-es/commands/GetCatalogCommand.js +22 -0
  16. package/dist-es/commands/GetCatalogsCommand.js +22 -0
  17. package/dist-es/commands/GetDataQualityResultCommand.js +1 -1
  18. package/dist-es/commands/GetEntityRecordsCommand.js +23 -0
  19. package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +22 -0
  20. package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +22 -0
  21. package/dist-es/commands/ListConnectionTypesCommand.js +22 -0
  22. package/dist-es/commands/ListEntitiesCommand.js +22 -0
  23. package/dist-es/commands/ModifyIntegrationCommand.js +22 -0
  24. package/dist-es/commands/TestConnectionCommand.js +1 -1
  25. package/dist-es/commands/UpdateCatalogCommand.js +22 -0
  26. package/dist-es/commands/UpdateConnectionCommand.js +1 -1
  27. package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +22 -0
  28. package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +22 -0
  29. package/dist-es/commands/index.js +22 -0
  30. package/dist-es/models/models_0.js +28 -0
  31. package/dist-es/models/models_1.js +210 -57
  32. package/dist-es/models/models_2.js +37 -148
  33. package/dist-es/models/models_3.js +149 -0
  34. package/dist-es/pagination/DescribeEntityPaginator.js +4 -0
  35. package/dist-es/pagination/ListConnectionTypesPaginator.js +4 -0
  36. package/dist-es/pagination/ListEntitiesPaginator.js +4 -0
  37. package/dist-es/pagination/index.js +4 -1
  38. package/dist-es/protocols/Aws_json1_1.js +704 -20
  39. package/dist-types/Glue.d.ts +159 -0
  40. package/dist-types/GlueClient.d.ts +24 -2
  41. package/dist-types/commands/BatchStopJobRunCommand.d.ts +2 -1
  42. package/dist-types/commands/BatchUpdatePartitionCommand.d.ts +1 -1
  43. package/dist-types/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +1 -2
  44. package/dist-types/commands/CreateCatalogCommand.d.ts +149 -0
  45. package/dist-types/commands/CreateConnectionCommand.d.ts +26 -3
  46. package/dist-types/commands/CreateDatabaseCommand.d.ts +6 -0
  47. package/dist-types/commands/CreateIntegrationCommand.d.ts +144 -0
  48. package/dist-types/commands/CreateIntegrationResourcePropertyCommand.d.ts +113 -0
  49. package/dist-types/commands/CreateIntegrationTablePropertiesCommand.d.ts +111 -0
  50. package/dist-types/commands/CreateTableCommand.d.ts +6 -0
  51. package/dist-types/commands/DeleteCatalogCommand.d.ts +95 -0
  52. package/dist-types/commands/DeleteDatabaseCommand.d.ts +6 -0
  53. package/dist-types/commands/DeleteIntegrationCommand.d.ts +127 -0
  54. package/dist-types/commands/DeleteIntegrationTablePropertiesCommand.d.ts +91 -0
  55. package/dist-types/commands/DeleteTableCommand.d.ts +6 -0
  56. package/dist-types/commands/DescribeConnectionTypeCommand.d.ts +222 -0
  57. package/dist-types/commands/DescribeEntityCommand.d.ts +125 -0
  58. package/dist-types/commands/DescribeInboundIntegrationsCommand.d.ts +116 -0
  59. package/dist-types/commands/DescribeIntegrationsCommand.d.ts +130 -0
  60. package/dist-types/commands/GetCatalogCommand.d.ts +147 -0
  61. package/dist-types/commands/GetCatalogsCommand.d.ts +153 -0
  62. package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +10 -1
  63. package/dist-types/commands/GetConnectionCommand.d.ts +15 -4
  64. package/dist-types/commands/GetConnectionsCommand.d.ts +16 -5
  65. package/dist-types/commands/GetCrawlerCommand.d.ts +1 -1
  66. package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +1 -1
  67. package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
  68. package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  69. package/dist-types/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  70. package/dist-types/commands/GetDataQualityModelCommand.d.ts +1 -1
  71. package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  72. package/dist-types/commands/GetDataQualityResultCommand.d.ts +1 -1
  73. package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  74. package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  75. package/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  76. package/dist-types/commands/GetDatabaseCommand.d.ts +4 -1
  77. package/dist-types/commands/GetDatabasesCommand.d.ts +10 -1
  78. package/dist-types/commands/GetDataflowGraphCommand.d.ts +1 -1
  79. package/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
  80. package/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
  81. package/dist-types/commands/GetEntityRecordsCommand.d.ts +110 -0
  82. package/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +101 -0
  83. package/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +114 -0
  84. package/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
  85. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  86. package/dist-types/commands/GetJobRunCommand.d.ts +1 -1
  87. package/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
  88. package/dist-types/commands/GetJobsCommand.d.ts +1 -1
  89. package/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
  90. package/dist-types/commands/GetMappingCommand.d.ts +1 -1
  91. package/dist-types/commands/ListConnectionTypesCommand.d.ts +95 -0
  92. package/dist-types/commands/ListEntitiesCommand.d.ts +108 -0
  93. package/dist-types/commands/ModifyIntegrationCommand.d.ts +130 -0
  94. package/dist-types/commands/SearchTablesCommand.d.ts +1 -2
  95. package/dist-types/commands/StartBlueprintRunCommand.d.ts +1 -1
  96. package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  97. package/dist-types/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  98. package/dist-types/commands/StartCrawlerCommand.d.ts +1 -1
  99. package/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  100. package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  101. package/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  102. package/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  103. package/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  104. package/dist-types/commands/StartJobRunCommand.d.ts +1 -1
  105. package/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  106. package/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  107. package/dist-types/commands/StartTriggerCommand.d.ts +1 -1
  108. package/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
  109. package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  110. package/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  111. package/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
  112. package/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  113. package/dist-types/commands/StopSessionCommand.d.ts +1 -1
  114. package/dist-types/commands/StopTriggerCommand.d.ts +1 -1
  115. package/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
  116. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  117. package/dist-types/commands/TestConnectionCommand.d.ts +18 -3
  118. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateCatalogCommand.d.ts +137 -0
  121. package/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateConnectionCommand.d.ts +27 -4
  126. package/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateDatabaseCommand.d.ts +10 -1
  130. package/dist-types/commands/UpdateIntegrationResourcePropertyCommand.d.ts +110 -0
  131. package/dist-types/commands/UpdateIntegrationTablePropertiesCommand.d.ts +112 -0
  132. package/dist-types/commands/UpdateTableCommand.d.ts +9 -0
  133. package/dist-types/commands/index.d.ts +22 -0
  134. package/dist-types/models/models_0.d.ts +183 -109
  135. package/dist-types/models/models_1.d.ts +3220 -3137
  136. package/dist-types/models/models_2.d.ts +4416 -3761
  137. package/dist-types/models/models_3.d.ts +1630 -3
  138. package/dist-types/pagination/DescribeEntityPaginator.d.ts +7 -0
  139. package/dist-types/pagination/ListConnectionTypesPaginator.d.ts +7 -0
  140. package/dist-types/pagination/ListEntitiesPaginator.d.ts +7 -0
  141. package/dist-types/pagination/index.d.ts +4 -1
  142. package/dist-types/protocols/Aws_json1_1.d.ts +198 -0
  143. package/dist-types/ts3.4/Glue.d.ts +391 -0
  144. package/dist-types/ts3.4/GlueClient.d.ts +132 -0
  145. package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +2 -4
  146. package/dist-types/ts3.4/commands/BatchUpdatePartitionCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/CancelDataQualityRuleRecommendationRunCommand.d.ts +4 -2
  148. package/dist-types/ts3.4/commands/CreateCatalogCommand.d.ts +50 -0
  149. package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/CreateIntegrationResourcePropertyCommand.d.ts +51 -0
  151. package/dist-types/ts3.4/commands/CreateIntegrationTablePropertiesCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/DeleteCatalogCommand.d.ts +50 -0
  153. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +51 -0
  154. package/dist-types/ts3.4/commands/DeleteIntegrationTablePropertiesCommand.d.ts +51 -0
  155. package/dist-types/ts3.4/commands/DescribeConnectionTypeCommand.d.ts +51 -0
  156. package/dist-types/ts3.4/commands/DescribeEntityCommand.d.ts +50 -0
  157. package/dist-types/ts3.4/commands/DescribeInboundIntegrationsCommand.d.ts +51 -0
  158. package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +51 -0
  159. package/dist-types/ts3.4/commands/GetCatalogCommand.d.ts +47 -0
  160. package/dist-types/ts3.4/commands/GetCatalogsCommand.d.ts +47 -0
  161. package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +2 -4
  162. package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/GetConnectionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetCrawlerCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/GetDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/GetDataQualityResultCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/GetDataQualityRulesetCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/GetDatabasesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/GetDataflowGraphCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +50 -0
  181. package/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
  189. package/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/ListConnectionTypesCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/ListEntitiesCommand.d.ts +47 -0
  192. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +51 -0
  193. package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +1 -2
  194. package/dist-types/ts3.4/commands/StartBlueprintRunCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/StartCrawlerCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +50 -0
  220. package/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/UpdateIntegrationResourcePropertyCommand.d.ts +51 -0
  230. package/dist-types/ts3.4/commands/UpdateIntegrationTablePropertiesCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  232. package/dist-types/ts3.4/models/models_0.d.ts +54 -28
  233. package/dist-types/ts3.4/models/models_1.d.ts +532 -441
  234. package/dist-types/ts3.4/models/models_2.d.ts +514 -425
  235. package/dist-types/ts3.4/models/models_3.d.ts +449 -0
  236. package/dist-types/ts3.4/pagination/DescribeEntityPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/ListConnectionTypesPaginator.d.ts +11 -0
  238. package/dist-types/ts3.4/pagination/ListEntitiesPaginator.d.ts +11 -0
  239. package/dist-types/ts3.4/pagination/index.d.ts +4 -1
  240. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +264 -0
  241. package/package.json +1 -1
@@ -1,22 +1,23 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { DocumentType as __DocumentType } from "@smithy/types";
2
3
  import { GlueServiceException as __BaseException } from "./GlueServiceException";
3
4
  import {
4
5
  AuditContext,
5
- AuthenticationConfigurationInput,
6
- CrawlerTargets,
6
+ AuthenticationConfiguration,
7
+ Crawler,
7
8
  CustomEntityType,
9
+ DataQualityAnalyzerResult,
10
+ DataQualityObservation,
11
+ DataQualityRuleResult,
8
12
  DataSource,
13
+ DevEndpoint,
9
14
  ErrorDetail,
10
- ExecutionClass,
11
15
  GlueTable,
12
16
  InclusionAnnotationValue,
13
- LakeFormationConfiguration,
14
- LineageConfiguration,
15
- NotificationProperty,
17
+ JobRun,
16
18
  Partition,
17
19
  PartitionValueList,
18
- RecrawlPolicy,
19
- SchemaChangePolicy,
20
+ Schedule,
20
21
  SchemaId,
21
22
  StatisticAnnotation,
22
23
  TableOptimizer,
@@ -29,44 +30,475 @@ import {
29
30
  WorkflowRun,
30
31
  } from "./models_0";
31
32
  import {
32
- CatalogEntry,
33
- ColumnStatistics,
33
+ Capabilities,
34
+ CodeGenEdge,
35
+ CodeGenNode,
36
+ CodeGenNodeArg,
34
37
  Compatibility,
35
- ConnectionInput,
38
+ ComputeEnvironment,
36
39
  ConnectionPropertyKey,
40
+ ConnectionStatus,
37
41
  ConnectionType,
38
- CsvHeaderOption,
39
- CsvSerdeOption,
40
- DatabaseInput,
41
- DataCatalogEncryptionSettings,
42
+ DatabaseIdentifier,
42
43
  DataFormat,
43
- DataQualityEvaluationRunAdditionalRunOptions,
44
44
  DataQualityTargetTable,
45
45
  EncryptionConfiguration,
46
- ExportLabelsTaskRunProperties,
47
- FindMatchesTaskRunProperties,
48
- ImportLabelsTaskRunProperties,
49
- JobBookmarkEntry,
50
- LabelingSetGenerationTaskRunProperties,
46
+ ExecutionAttempt,
47
+ FederatedDatabase,
48
+ IntegrationError,
49
+ IntegrationStatus,
51
50
  Language,
52
- Location,
53
- MappingEntry,
54
51
  Permission,
52
+ PhysicalConnectionRequirements,
53
+ PrincipalPermissions,
55
54
  PrincipalType,
56
55
  ProfileConfiguration,
57
56
  RegistryId,
58
57
  RegistryStatus,
59
- ResourceShareType,
60
58
  ResourceUri,
59
+ ScheduleType,
61
60
  SchemaStatus,
62
61
  SchemaVersionStatus,
63
62
  Session,
63
+ SettingSource,
64
+ SourceProcessingProperties,
65
+ SourceTableConfig,
66
+ Tag,
67
+ TargetProcessingProperties,
68
+ TargetTableConfig,
64
69
  TaskStatusType,
65
70
  TransformEncryption,
66
71
  TransformParameters,
67
72
  TransformType,
68
73
  ViewDialect,
69
74
  } from "./models_1";
75
+ export interface ColumnStatisticsTaskSettings {
76
+ DatabaseName?: string | undefined;
77
+ TableName?: string | undefined;
78
+ Schedule?: Schedule | undefined;
79
+ ColumnNameList?: string[] | undefined;
80
+ CatalogID?: string | undefined;
81
+ Role?: string | undefined;
82
+ SampleSize?: number | undefined;
83
+ SecurityConfiguration?: string | undefined;
84
+ ScheduleType?: ScheduleType | undefined;
85
+ SettingSource?: SettingSource | undefined;
86
+ LastExecutionAttempt?: ExecutionAttempt | undefined;
87
+ }
88
+ export interface GetColumnStatisticsTaskSettingsResponse {
89
+ ColumnStatisticsTaskSettings?: ColumnStatisticsTaskSettings | undefined;
90
+ }
91
+ export interface GetConnectionRequest {
92
+ CatalogId?: string | undefined;
93
+ Name: string | undefined;
94
+ HidePassword?: boolean | undefined;
95
+ ApplyOverrideForComputeEnvironment?: ComputeEnvironment | undefined;
96
+ }
97
+ export interface Connection {
98
+ Name?: string | undefined;
99
+ Description?: string | undefined;
100
+ ConnectionType?: ConnectionType | undefined;
101
+ MatchCriteria?: string[] | undefined;
102
+ ConnectionProperties?:
103
+ | Partial<Record<ConnectionPropertyKey, string>>
104
+ | undefined;
105
+ SparkProperties?: Record<string, string> | undefined;
106
+ AthenaProperties?: Record<string, string> | undefined;
107
+ PythonProperties?: Record<string, string> | undefined;
108
+ PhysicalConnectionRequirements?: PhysicalConnectionRequirements | undefined;
109
+ CreationTime?: Date | undefined;
110
+ LastUpdatedTime?: Date | undefined;
111
+ LastUpdatedBy?: string | undefined;
112
+ Status?: ConnectionStatus | undefined;
113
+ StatusReason?: string | undefined;
114
+ LastConnectionValidationTime?: Date | undefined;
115
+ AuthenticationConfiguration?: AuthenticationConfiguration | undefined;
116
+ ConnectionSchemaVersion?: number | undefined;
117
+ CompatibleComputeEnvironments?: ComputeEnvironment[] | undefined;
118
+ }
119
+ export interface GetConnectionResponse {
120
+ Connection?: Connection | undefined;
121
+ }
122
+ export interface GetConnectionsFilter {
123
+ MatchCriteria?: string[] | undefined;
124
+ ConnectionType?: ConnectionType | undefined;
125
+ ConnectionSchemaVersion?: number | undefined;
126
+ }
127
+ export interface GetConnectionsRequest {
128
+ CatalogId?: string | undefined;
129
+ Filter?: GetConnectionsFilter | undefined;
130
+ HidePassword?: boolean | undefined;
131
+ NextToken?: string | undefined;
132
+ MaxResults?: number | undefined;
133
+ }
134
+ export interface GetConnectionsResponse {
135
+ ConnectionList?: Connection[] | undefined;
136
+ NextToken?: string | undefined;
137
+ }
138
+ export interface GetCrawlerRequest {
139
+ Name: string | undefined;
140
+ }
141
+ export interface GetCrawlerResponse {
142
+ Crawler?: Crawler | undefined;
143
+ }
144
+ export interface GetCrawlerMetricsRequest {
145
+ CrawlerNameList?: string[] | undefined;
146
+ MaxResults?: number | undefined;
147
+ NextToken?: string | undefined;
148
+ }
149
+ export interface CrawlerMetrics {
150
+ CrawlerName?: string | undefined;
151
+ TimeLeftSeconds?: number | undefined;
152
+ StillEstimating?: boolean | undefined;
153
+ LastRuntimeSeconds?: number | undefined;
154
+ MedianRuntimeSeconds?: number | undefined;
155
+ TablesCreated?: number | undefined;
156
+ TablesUpdated?: number | undefined;
157
+ TablesDeleted?: number | undefined;
158
+ }
159
+ export interface GetCrawlerMetricsResponse {
160
+ CrawlerMetricsList?: CrawlerMetrics[] | undefined;
161
+ NextToken?: string | undefined;
162
+ }
163
+ export interface GetCrawlersRequest {
164
+ MaxResults?: number | undefined;
165
+ NextToken?: string | undefined;
166
+ }
167
+ export interface GetCrawlersResponse {
168
+ Crawlers?: Crawler[] | undefined;
169
+ NextToken?: string | undefined;
170
+ }
171
+ export interface GetCustomEntityTypeRequest {
172
+ Name: string | undefined;
173
+ }
174
+ export interface GetCustomEntityTypeResponse {
175
+ Name?: string | undefined;
176
+ RegexString?: string | undefined;
177
+ ContextWords?: string[] | undefined;
178
+ }
179
+ export interface GetDatabaseRequest {
180
+ CatalogId?: string | undefined;
181
+ Name: string | undefined;
182
+ }
183
+ export interface Database {
184
+ Name: string | undefined;
185
+ Description?: string | undefined;
186
+ LocationUri?: string | undefined;
187
+ Parameters?: Record<string, string> | undefined;
188
+ CreateTime?: Date | undefined;
189
+ CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
190
+ TargetDatabase?: DatabaseIdentifier | undefined;
191
+ CatalogId?: string | undefined;
192
+ FederatedDatabase?: FederatedDatabase | undefined;
193
+ }
194
+ export interface GetDatabaseResponse {
195
+ Database?: Database | undefined;
196
+ }
197
+ export declare const DatabaseAttributes: {
198
+ readonly NAME: "NAME";
199
+ };
200
+ export type DatabaseAttributes =
201
+ (typeof DatabaseAttributes)[keyof typeof DatabaseAttributes];
202
+ export declare const ResourceShareType: {
203
+ readonly ALL: "ALL";
204
+ readonly FEDERATED: "FEDERATED";
205
+ readonly FOREIGN: "FOREIGN";
206
+ };
207
+ export type ResourceShareType =
208
+ (typeof ResourceShareType)[keyof typeof ResourceShareType];
209
+ export interface GetDatabasesRequest {
210
+ CatalogId?: string | undefined;
211
+ NextToken?: string | undefined;
212
+ MaxResults?: number | undefined;
213
+ ResourceShareType?: ResourceShareType | undefined;
214
+ AttributesToGet?: DatabaseAttributes[] | undefined;
215
+ }
216
+ export interface GetDatabasesResponse {
217
+ DatabaseList: Database[] | undefined;
218
+ NextToken?: string | undefined;
219
+ }
220
+ export interface GetDataCatalogEncryptionSettingsRequest {
221
+ CatalogId?: string | undefined;
222
+ }
223
+ export interface ConnectionPasswordEncryption {
224
+ ReturnConnectionPasswordEncrypted: boolean | undefined;
225
+ AwsKmsKeyId?: string | undefined;
226
+ }
227
+ export declare const CatalogEncryptionMode: {
228
+ readonly DISABLED: "DISABLED";
229
+ readonly SSEKMS: "SSE-KMS";
230
+ readonly SSEKMSWITHSERVICEROLE: "SSE-KMS-WITH-SERVICE-ROLE";
231
+ };
232
+ export type CatalogEncryptionMode =
233
+ (typeof CatalogEncryptionMode)[keyof typeof CatalogEncryptionMode];
234
+ export interface EncryptionAtRest {
235
+ CatalogEncryptionMode: CatalogEncryptionMode | undefined;
236
+ SseAwsKmsKeyId?: string | undefined;
237
+ CatalogEncryptionServiceRole?: string | undefined;
238
+ }
239
+ export interface DataCatalogEncryptionSettings {
240
+ EncryptionAtRest?: EncryptionAtRest | undefined;
241
+ ConnectionPasswordEncryption?: ConnectionPasswordEncryption | undefined;
242
+ }
243
+ export interface GetDataCatalogEncryptionSettingsResponse {
244
+ DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings | undefined;
245
+ }
246
+ export interface GetDataflowGraphRequest {
247
+ PythonScript?: string | undefined;
248
+ }
249
+ export interface GetDataflowGraphResponse {
250
+ DagNodes?: CodeGenNode[] | undefined;
251
+ DagEdges?: CodeGenEdge[] | undefined;
252
+ }
253
+ export interface GetDataQualityModelRequest {
254
+ StatisticId?: string | undefined;
255
+ ProfileId: string | undefined;
256
+ }
257
+ export declare const DataQualityModelStatus: {
258
+ readonly FAILED: "FAILED";
259
+ readonly RUNNING: "RUNNING";
260
+ readonly SUCCEEDED: "SUCCEEDED";
261
+ };
262
+ export type DataQualityModelStatus =
263
+ (typeof DataQualityModelStatus)[keyof typeof DataQualityModelStatus];
264
+ export interface GetDataQualityModelResponse {
265
+ Status?: DataQualityModelStatus | undefined;
266
+ StartedOn?: Date | undefined;
267
+ CompletedOn?: Date | undefined;
268
+ FailureReason?: string | undefined;
269
+ }
270
+ export interface GetDataQualityModelResultRequest {
271
+ StatisticId: string | undefined;
272
+ ProfileId: string | undefined;
273
+ }
274
+ export interface StatisticModelResult {
275
+ LowerBound?: number | undefined;
276
+ UpperBound?: number | undefined;
277
+ PredictedValue?: number | undefined;
278
+ ActualValue?: number | undefined;
279
+ Date?: Date | undefined;
280
+ InclusionAnnotation?: InclusionAnnotationValue | undefined;
281
+ }
282
+ export interface GetDataQualityModelResultResponse {
283
+ CompletedOn?: Date | undefined;
284
+ Model?: StatisticModelResult[] | undefined;
285
+ }
286
+ export interface GetDataQualityResultRequest {
287
+ ResultId: string | undefined;
288
+ }
289
+ export interface GetDataQualityResultResponse {
290
+ ResultId?: string | undefined;
291
+ ProfileId?: string | undefined;
292
+ Score?: number | undefined;
293
+ DataSource?: DataSource | undefined;
294
+ RulesetName?: string | undefined;
295
+ EvaluationContext?: string | undefined;
296
+ StartedOn?: Date | undefined;
297
+ CompletedOn?: Date | undefined;
298
+ JobName?: string | undefined;
299
+ JobRunId?: string | undefined;
300
+ RulesetEvaluationRunId?: string | undefined;
301
+ RuleResults?: DataQualityRuleResult[] | undefined;
302
+ AnalyzerResults?: DataQualityAnalyzerResult[] | undefined;
303
+ Observations?: DataQualityObservation[] | undefined;
304
+ }
305
+ export interface GetDataQualityRuleRecommendationRunRequest {
306
+ RunId: string | undefined;
307
+ }
308
+ export interface GetDataQualityRuleRecommendationRunResponse {
309
+ RunId?: string | undefined;
310
+ DataSource?: DataSource | undefined;
311
+ Role?: string | undefined;
312
+ NumberOfWorkers?: number | undefined;
313
+ Timeout?: number | undefined;
314
+ Status?: TaskStatusType | undefined;
315
+ ErrorString?: string | undefined;
316
+ StartedOn?: Date | undefined;
317
+ LastModifiedOn?: Date | undefined;
318
+ CompletedOn?: Date | undefined;
319
+ ExecutionTime?: number | undefined;
320
+ RecommendedRuleset?: string | undefined;
321
+ CreatedRulesetName?: string | undefined;
322
+ DataQualitySecurityConfiguration?: string | undefined;
323
+ }
324
+ export interface GetDataQualityRulesetRequest {
325
+ Name: string | undefined;
326
+ }
327
+ export interface GetDataQualityRulesetResponse {
328
+ Name?: string | undefined;
329
+ Description?: string | undefined;
330
+ Ruleset?: string | undefined;
331
+ TargetTable?: DataQualityTargetTable | undefined;
332
+ CreatedOn?: Date | undefined;
333
+ LastModifiedOn?: Date | undefined;
334
+ RecommendationRunId?: string | undefined;
335
+ DataQualitySecurityConfiguration?: string | undefined;
336
+ }
337
+ export interface GetDataQualityRulesetEvaluationRunRequest {
338
+ RunId: string | undefined;
339
+ }
340
+ export declare const DQCompositeRuleEvaluationMethod: {
341
+ readonly COLUMN: "COLUMN";
342
+ readonly ROW: "ROW";
343
+ };
344
+ export type DQCompositeRuleEvaluationMethod =
345
+ (typeof DQCompositeRuleEvaluationMethod)[keyof typeof DQCompositeRuleEvaluationMethod];
346
+ export interface DataQualityEvaluationRunAdditionalRunOptions {
347
+ CloudWatchMetricsEnabled?: boolean | undefined;
348
+ ResultsS3Prefix?: string | undefined;
349
+ CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
350
+ }
351
+ export interface GetDataQualityRulesetEvaluationRunResponse {
352
+ RunId?: string | undefined;
353
+ DataSource?: DataSource | undefined;
354
+ Role?: string | undefined;
355
+ NumberOfWorkers?: number | undefined;
356
+ Timeout?: number | undefined;
357
+ AdditionalRunOptions?:
358
+ | DataQualityEvaluationRunAdditionalRunOptions
359
+ | undefined;
360
+ Status?: TaskStatusType | undefined;
361
+ ErrorString?: string | undefined;
362
+ StartedOn?: Date | undefined;
363
+ LastModifiedOn?: Date | undefined;
364
+ CompletedOn?: Date | undefined;
365
+ ExecutionTime?: number | undefined;
366
+ RulesetNames?: string[] | undefined;
367
+ ResultIds?: string[] | undefined;
368
+ AdditionalDataSources?: Record<string, DataSource> | undefined;
369
+ }
370
+ export interface GetDevEndpointRequest {
371
+ EndpointName: string | undefined;
372
+ }
373
+ export interface GetDevEndpointResponse {
374
+ DevEndpoint?: DevEndpoint | undefined;
375
+ }
376
+ export interface GetDevEndpointsRequest {
377
+ MaxResults?: number | undefined;
378
+ NextToken?: string | undefined;
379
+ }
380
+ export interface GetDevEndpointsResponse {
381
+ DevEndpoints?: DevEndpoint[] | undefined;
382
+ NextToken?: string | undefined;
383
+ }
384
+ export interface GetEntityRecordsRequest {
385
+ ConnectionName?: string | undefined;
386
+ CatalogId?: string | undefined;
387
+ EntityName: string | undefined;
388
+ NextToken?: string | undefined;
389
+ DataStoreApiVersion?: string | undefined;
390
+ ConnectionOptions?: Record<string, string> | undefined;
391
+ FilterPredicate?: string | undefined;
392
+ Limit: number | undefined;
393
+ OrderBy?: string | undefined;
394
+ SelectedFields?: string[] | undefined;
395
+ }
396
+ export interface GetEntityRecordsResponse {
397
+ Records?: __DocumentType[] | undefined;
398
+ NextToken?: string | undefined;
399
+ }
400
+ export interface GetIntegrationResourcePropertyRequest {
401
+ ResourceArn: string | undefined;
402
+ }
403
+ export interface GetIntegrationResourcePropertyResponse {
404
+ ResourceArn?: string | undefined;
405
+ SourceProcessingProperties?: SourceProcessingProperties | undefined;
406
+ TargetProcessingProperties?: TargetProcessingProperties | undefined;
407
+ }
408
+ export interface GetIntegrationTablePropertiesRequest {
409
+ ResourceArn: string | undefined;
410
+ TableName: string | undefined;
411
+ }
412
+ export interface GetIntegrationTablePropertiesResponse {
413
+ ResourceArn?: string | undefined;
414
+ TableName?: string | undefined;
415
+ SourceTableConfig?: SourceTableConfig | undefined;
416
+ TargetTableConfig?: TargetTableConfig | undefined;
417
+ }
418
+ export interface GetJobRequest {
419
+ JobName: string | undefined;
420
+ }
421
+ export interface GetJobBookmarkRequest {
422
+ JobName: string | undefined;
423
+ RunId?: string | undefined;
424
+ }
425
+ export interface JobBookmarkEntry {
426
+ JobName?: string | undefined;
427
+ Version?: number | undefined;
428
+ Run?: number | undefined;
429
+ Attempt?: number | undefined;
430
+ PreviousRunId?: string | undefined;
431
+ RunId?: string | undefined;
432
+ JobBookmark?: string | undefined;
433
+ }
434
+ export interface GetJobBookmarkResponse {
435
+ JobBookmarkEntry?: JobBookmarkEntry | undefined;
436
+ }
437
+ export interface GetJobRunRequest {
438
+ JobName: string | undefined;
439
+ RunId: string | undefined;
440
+ PredecessorsIncluded?: boolean | undefined;
441
+ }
442
+ export interface GetJobRunResponse {
443
+ JobRun?: JobRun | undefined;
444
+ }
445
+ export interface GetJobRunsRequest {
446
+ JobName: string | undefined;
447
+ NextToken?: string | undefined;
448
+ MaxResults?: number | undefined;
449
+ }
450
+ export interface GetJobRunsResponse {
451
+ JobRuns?: JobRun[] | undefined;
452
+ NextToken?: string | undefined;
453
+ }
454
+ export interface GetJobsRequest {
455
+ NextToken?: string | undefined;
456
+ MaxResults?: number | undefined;
457
+ }
458
+ export interface Location {
459
+ Jdbc?: CodeGenNodeArg[] | undefined;
460
+ S3?: CodeGenNodeArg[] | undefined;
461
+ DynamoDB?: CodeGenNodeArg[] | undefined;
462
+ }
463
+ export interface CatalogEntry {
464
+ DatabaseName: string | undefined;
465
+ TableName: string | undefined;
466
+ }
467
+ export interface GetMappingRequest {
468
+ Source: CatalogEntry | undefined;
469
+ Sinks?: CatalogEntry[] | undefined;
470
+ Location?: Location | undefined;
471
+ }
472
+ export interface MappingEntry {
473
+ SourceTable?: string | undefined;
474
+ SourcePath?: string | undefined;
475
+ SourceType?: string | undefined;
476
+ TargetTable?: string | undefined;
477
+ TargetPath?: string | undefined;
478
+ TargetType?: string | undefined;
479
+ }
480
+ export interface GetMappingResponse {
481
+ Mapping: MappingEntry[] | undefined;
482
+ }
483
+ export interface GetMLTaskRunRequest {
484
+ TransformId: string | undefined;
485
+ TaskRunId: string | undefined;
486
+ }
487
+ export interface ExportLabelsTaskRunProperties {
488
+ OutputS3Path?: string | undefined;
489
+ }
490
+ export interface FindMatchesTaskRunProperties {
491
+ JobId?: string | undefined;
492
+ JobName?: string | undefined;
493
+ JobRunId?: string | undefined;
494
+ }
495
+ export interface ImportLabelsTaskRunProperties {
496
+ InputS3Path?: string | undefined;
497
+ Replace?: boolean | undefined;
498
+ }
499
+ export interface LabelingSetGenerationTaskRunProperties {
500
+ OutputS3Path?: string | undefined;
501
+ }
70
502
  export declare const TaskType: {
71
503
  readonly EVALUATION: "EVALUATION";
72
504
  readonly EXPORT_LABELS: "EXPORT_LABELS";
@@ -783,6 +1215,19 @@ export interface ListColumnStatisticsTaskRunsResponse {
783
1215
  ColumnStatisticsTaskRunIds?: string[] | undefined;
784
1216
  NextToken?: string | undefined;
785
1217
  }
1218
+ export interface ListConnectionTypesRequest {
1219
+ MaxResults?: number | undefined;
1220
+ NextToken?: string | undefined;
1221
+ }
1222
+ export interface ConnectionTypeBrief {
1223
+ ConnectionType?: ConnectionType | undefined;
1224
+ Description?: string | undefined;
1225
+ Capabilities?: Capabilities | undefined;
1226
+ }
1227
+ export interface ListConnectionTypesResponse {
1228
+ ConnectionTypes?: ConnectionTypeBrief[] | undefined;
1229
+ NextToken?: string | undefined;
1230
+ }
786
1231
  export interface ListCrawlersRequest {
787
1232
  MaxResults?: number | undefined;
788
1233
  NextToken?: string | undefined;
@@ -1004,6 +1449,25 @@ export interface ListDevEndpointsResponse {
1004
1449
  DevEndpointNames?: string[] | undefined;
1005
1450
  NextToken?: string | undefined;
1006
1451
  }
1452
+ export interface ListEntitiesRequest {
1453
+ ConnectionName?: string | undefined;
1454
+ CatalogId?: string | undefined;
1455
+ ParentEntityName?: string | undefined;
1456
+ NextToken?: string | undefined;
1457
+ DataStoreApiVersion?: string | undefined;
1458
+ }
1459
+ export interface Entity {
1460
+ EntityName?: string | undefined;
1461
+ Label?: string | undefined;
1462
+ IsParentEntity?: boolean | undefined;
1463
+ Description?: string | undefined;
1464
+ Category?: string | undefined;
1465
+ CustomProperties?: Record<string, string> | undefined;
1466
+ }
1467
+ export interface ListEntitiesResponse {
1468
+ Entities?: Entity[] | undefined;
1469
+ NextToken?: string | undefined;
1470
+ }
1007
1471
  export interface ListJobsRequest {
1008
1472
  NextToken?: string | undefined;
1009
1473
  MaxResults?: number | undefined;
@@ -1141,6 +1605,26 @@ export interface ListWorkflowsResponse {
1141
1605
  Workflows?: string[] | undefined;
1142
1606
  NextToken?: string | undefined;
1143
1607
  }
1608
+ export interface ModifyIntegrationRequest {
1609
+ IntegrationIdentifier: string | undefined;
1610
+ Description?: string | undefined;
1611
+ DataFilter?: string | undefined;
1612
+ IntegrationName?: string | undefined;
1613
+ }
1614
+ export interface ModifyIntegrationResponse {
1615
+ SourceArn: string | undefined;
1616
+ TargetArn: string | undefined;
1617
+ IntegrationName: string | undefined;
1618
+ Description?: string | undefined;
1619
+ IntegrationArn: string | undefined;
1620
+ KmsKeyId?: string | undefined;
1621
+ AdditionalEncryptionContext?: Record<string, string> | undefined;
1622
+ Tags?: Tag[] | undefined;
1623
+ Status: IntegrationStatus | undefined;
1624
+ CreateTime: Date | undefined;
1625
+ Errors?: IntegrationError[] | undefined;
1626
+ DataFilter?: string | undefined;
1627
+ }
1144
1628
  export interface PutDataCatalogEncryptionSettingsRequest {
1145
1629
  CatalogId?: string | undefined;
1146
1630
  DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
@@ -1312,410 +1796,15 @@ export interface SortCriterion {
1312
1796
  FieldName?: string | undefined;
1313
1797
  Sort?: Sort | undefined;
1314
1798
  }
1315
- export interface SearchTablesRequest {
1316
- CatalogId?: string | undefined;
1317
- NextToken?: string | undefined;
1318
- Filters?: PropertyPredicate[] | undefined;
1319
- SearchText?: string | undefined;
1320
- SortCriteria?: SortCriterion[] | undefined;
1321
- MaxResults?: number | undefined;
1322
- ResourceShareType?: ResourceShareType | undefined;
1323
- IncludeStatusDetails?: boolean | undefined;
1324
- }
1325
- export declare class IllegalBlueprintStateException extends __BaseException {
1326
- readonly name: "IllegalBlueprintStateException";
1327
- readonly $fault: "client";
1328
- Message?: string | undefined;
1329
- constructor(
1330
- opts: __ExceptionOptionType<IllegalBlueprintStateException, __BaseException>
1331
- );
1332
- }
1333
- export interface StartBlueprintRunRequest {
1334
- BlueprintName: string | undefined;
1335
- Parameters?: string | undefined;
1336
- RoleArn: string | undefined;
1337
- }
1338
- export interface StartBlueprintRunResponse {
1339
- RunId?: string | undefined;
1340
- }
1341
- export interface StartColumnStatisticsTaskRunRequest {
1342
- DatabaseName: string | undefined;
1343
- TableName: string | undefined;
1344
- ColumnNameList?: string[] | undefined;
1345
- Role: string | undefined;
1346
- SampleSize?: number | undefined;
1347
- CatalogID?: string | undefined;
1348
- SecurityConfiguration?: string | undefined;
1349
- }
1350
- export interface StartColumnStatisticsTaskRunResponse {
1351
- ColumnStatisticsTaskRunId?: string | undefined;
1352
- }
1353
- export interface StartColumnStatisticsTaskRunScheduleRequest {
1354
- DatabaseName: string | undefined;
1355
- TableName: string | undefined;
1356
- }
1357
- export interface StartColumnStatisticsTaskRunScheduleResponse {}
1358
- export interface StartCrawlerRequest {
1359
- Name: string | undefined;
1360
- }
1361
- export interface StartCrawlerResponse {}
1362
- export declare class NoScheduleException extends __BaseException {
1363
- readonly name: "NoScheduleException";
1364
- readonly $fault: "client";
1365
- Message?: string | undefined;
1366
- constructor(
1367
- opts: __ExceptionOptionType<NoScheduleException, __BaseException>
1368
- );
1369
- }
1370
- export declare class SchedulerRunningException extends __BaseException {
1371
- readonly name: "SchedulerRunningException";
1372
- readonly $fault: "client";
1373
- Message?: string | undefined;
1374
- constructor(
1375
- opts: __ExceptionOptionType<SchedulerRunningException, __BaseException>
1376
- );
1377
- }
1378
- export interface StartCrawlerScheduleRequest {
1379
- CrawlerName: string | undefined;
1380
- }
1381
- export interface StartCrawlerScheduleResponse {}
1382
- export interface StartDataQualityRuleRecommendationRunRequest {
1383
- DataSource: DataSource | undefined;
1384
- Role: string | undefined;
1385
- NumberOfWorkers?: number | undefined;
1386
- Timeout?: number | undefined;
1387
- CreatedRulesetName?: string | undefined;
1388
- DataQualitySecurityConfiguration?: string | undefined;
1389
- ClientToken?: string | undefined;
1390
- }
1391
- export interface StartDataQualityRuleRecommendationRunResponse {
1392
- RunId?: string | undefined;
1393
- }
1394
- export interface StartDataQualityRulesetEvaluationRunRequest {
1395
- DataSource: DataSource | undefined;
1396
- Role: string | undefined;
1397
- NumberOfWorkers?: number | undefined;
1398
- Timeout?: number | undefined;
1399
- ClientToken?: string | undefined;
1400
- AdditionalRunOptions?:
1401
- | DataQualityEvaluationRunAdditionalRunOptions
1402
- | undefined;
1403
- RulesetNames: string[] | undefined;
1404
- AdditionalDataSources?: Record<string, DataSource> | undefined;
1405
- }
1406
- export interface StartDataQualityRulesetEvaluationRunResponse {
1407
- RunId?: string | undefined;
1408
- }
1409
- export interface StartExportLabelsTaskRunRequest {
1410
- TransformId: string | undefined;
1411
- OutputS3Path: string | undefined;
1412
- }
1413
- export interface StartExportLabelsTaskRunResponse {
1414
- TaskRunId?: string | undefined;
1415
- }
1416
- export interface StartImportLabelsTaskRunRequest {
1417
- TransformId: string | undefined;
1418
- InputS3Path: string | undefined;
1419
- ReplaceAllLabels?: boolean | undefined;
1420
- }
1421
- export interface StartImportLabelsTaskRunResponse {
1422
- TaskRunId?: string | undefined;
1423
- }
1424
- export interface StartJobRunRequest {
1425
- JobName: string | undefined;
1426
- JobRunQueuingEnabled?: boolean | undefined;
1427
- JobRunId?: string | undefined;
1428
- Arguments?: Record<string, string> | undefined;
1429
- AllocatedCapacity?: number | undefined;
1430
- Timeout?: number | undefined;
1431
- MaxCapacity?: number | undefined;
1432
- SecurityConfiguration?: string | undefined;
1433
- NotificationProperty?: NotificationProperty | undefined;
1434
- WorkerType?: WorkerType | undefined;
1435
- NumberOfWorkers?: number | undefined;
1436
- ExecutionClass?: ExecutionClass | undefined;
1437
- }
1438
- export interface StartJobRunResponse {
1439
- JobRunId?: string | undefined;
1440
- }
1441
- export declare class MLTransformNotReadyException extends __BaseException {
1442
- readonly name: "MLTransformNotReadyException";
1443
- readonly $fault: "client";
1444
- Message?: string | undefined;
1445
- constructor(
1446
- opts: __ExceptionOptionType<MLTransformNotReadyException, __BaseException>
1447
- );
1448
- }
1449
- export interface StartMLEvaluationTaskRunRequest {
1450
- TransformId: string | undefined;
1451
- }
1452
- export interface StartMLEvaluationTaskRunResponse {
1453
- TaskRunId?: string | undefined;
1454
- }
1455
- export interface StartMLLabelingSetGenerationTaskRunRequest {
1456
- TransformId: string | undefined;
1457
- OutputS3Path: string | undefined;
1458
- }
1459
- export interface StartMLLabelingSetGenerationTaskRunResponse {
1460
- TaskRunId?: string | undefined;
1461
- }
1462
- export interface StartTriggerRequest {
1463
- Name: string | undefined;
1464
- }
1465
- export interface StartTriggerResponse {
1466
- Name?: string | undefined;
1467
- }
1468
- export interface StartWorkflowRunRequest {
1469
- Name: string | undefined;
1470
- RunProperties?: Record<string, string> | undefined;
1471
- }
1472
- export interface StartWorkflowRunResponse {
1473
- RunId?: string | undefined;
1474
- }
1475
- export declare class ColumnStatisticsTaskNotRunningException extends __BaseException {
1476
- readonly name: "ColumnStatisticsTaskNotRunningException";
1477
- readonly $fault: "client";
1478
- Message?: string | undefined;
1479
- constructor(
1480
- opts: __ExceptionOptionType<
1481
- ColumnStatisticsTaskNotRunningException,
1482
- __BaseException
1483
- >
1484
- );
1485
- }
1486
- export declare class ColumnStatisticsTaskStoppingException extends __BaseException {
1487
- readonly name: "ColumnStatisticsTaskStoppingException";
1488
- readonly $fault: "client";
1489
- Message?: string | undefined;
1490
- constructor(
1491
- opts: __ExceptionOptionType<
1492
- ColumnStatisticsTaskStoppingException,
1493
- __BaseException
1494
- >
1495
- );
1496
- }
1497
- export interface StopColumnStatisticsTaskRunRequest {
1498
- DatabaseName: string | undefined;
1499
- TableName: string | undefined;
1500
- }
1501
- export interface StopColumnStatisticsTaskRunResponse {}
1502
- export interface StopColumnStatisticsTaskRunScheduleRequest {
1503
- DatabaseName: string | undefined;
1504
- TableName: string | undefined;
1505
- }
1506
- export interface StopColumnStatisticsTaskRunScheduleResponse {}
1507
- export declare class CrawlerNotRunningException extends __BaseException {
1508
- readonly name: "CrawlerNotRunningException";
1509
- readonly $fault: "client";
1510
- Message?: string | undefined;
1511
- constructor(
1512
- opts: __ExceptionOptionType<CrawlerNotRunningException, __BaseException>
1513
- );
1514
- }
1515
- export declare class CrawlerStoppingException extends __BaseException {
1516
- readonly name: "CrawlerStoppingException";
1517
- readonly $fault: "client";
1518
- Message?: string | undefined;
1519
- constructor(
1520
- opts: __ExceptionOptionType<CrawlerStoppingException, __BaseException>
1521
- );
1522
- }
1523
- export interface StopCrawlerRequest {
1524
- Name: string | undefined;
1525
- }
1526
- export interface StopCrawlerResponse {}
1527
- export declare class SchedulerNotRunningException extends __BaseException {
1528
- readonly name: "SchedulerNotRunningException";
1529
- readonly $fault: "client";
1530
- Message?: string | undefined;
1531
- constructor(
1532
- opts: __ExceptionOptionType<SchedulerNotRunningException, __BaseException>
1533
- );
1534
- }
1535
- export interface StopCrawlerScheduleRequest {
1536
- CrawlerName: string | undefined;
1537
- }
1538
- export interface StopCrawlerScheduleResponse {}
1539
- export interface StopSessionRequest {
1540
- Id: string | undefined;
1541
- RequestOrigin?: string | undefined;
1542
- }
1543
- export interface StopSessionResponse {
1544
- Id?: string | undefined;
1545
- }
1546
- export interface StopTriggerRequest {
1547
- Name: string | undefined;
1548
- }
1549
- export interface StopTriggerResponse {
1550
- Name?: string | undefined;
1551
- }
1552
- export interface StopWorkflowRunRequest {
1553
- Name: string | undefined;
1554
- RunId: string | undefined;
1555
- }
1556
- export interface StopWorkflowRunResponse {}
1557
- export interface TagResourceRequest {
1558
- ResourceArn: string | undefined;
1559
- TagsToAdd: Record<string, string> | undefined;
1560
- }
1561
- export interface TagResourceResponse {}
1562
- export interface TestConnectionInput {
1563
- ConnectionType: ConnectionType | undefined;
1564
- ConnectionProperties:
1565
- | Partial<Record<ConnectionPropertyKey, string>>
1566
- | undefined;
1567
- AuthenticationConfiguration?: AuthenticationConfigurationInput | undefined;
1568
- }
1569
- export interface TestConnectionRequest {
1570
- ConnectionName?: string | undefined;
1571
- TestConnectionInput?: TestConnectionInput | undefined;
1572
- }
1573
- export interface TestConnectionResponse {}
1574
- export interface UntagResourceRequest {
1575
- ResourceArn: string | undefined;
1576
- TagsToRemove: string[] | undefined;
1577
- }
1578
- export interface UntagResourceResponse {}
1579
- export interface UpdateBlueprintRequest {
1580
- Name: string | undefined;
1581
- Description?: string | undefined;
1582
- BlueprintLocation: string | undefined;
1583
- }
1584
- export interface UpdateBlueprintResponse {
1585
- Name?: string | undefined;
1586
- }
1587
- export interface UpdateCsvClassifierRequest {
1588
- Name: string | undefined;
1589
- Delimiter?: string | undefined;
1590
- QuoteSymbol?: string | undefined;
1591
- ContainsHeader?: CsvHeaderOption | undefined;
1592
- Header?: string[] | undefined;
1593
- DisableValueTrimming?: boolean | undefined;
1594
- AllowSingleColumn?: boolean | undefined;
1595
- CustomDatatypeConfigured?: boolean | undefined;
1596
- CustomDatatypes?: string[] | undefined;
1597
- Serde?: CsvSerdeOption | undefined;
1598
- }
1599
- export interface UpdateGrokClassifierRequest {
1600
- Name: string | undefined;
1601
- Classification?: string | undefined;
1602
- GrokPattern?: string | undefined;
1603
- CustomPatterns?: string | undefined;
1604
- }
1605
- export interface UpdateJsonClassifierRequest {
1606
- Name: string | undefined;
1607
- JsonPath?: string | undefined;
1608
- }
1609
- export interface UpdateXMLClassifierRequest {
1610
- Name: string | undefined;
1611
- Classification?: string | undefined;
1612
- RowTag?: string | undefined;
1613
- }
1614
- export interface UpdateClassifierRequest {
1615
- GrokClassifier?: UpdateGrokClassifierRequest | undefined;
1616
- XMLClassifier?: UpdateXMLClassifierRequest | undefined;
1617
- JsonClassifier?: UpdateJsonClassifierRequest | undefined;
1618
- CsvClassifier?: UpdateCsvClassifierRequest | undefined;
1619
- }
1620
- export interface UpdateClassifierResponse {}
1621
- export declare class VersionMismatchException extends __BaseException {
1622
- readonly name: "VersionMismatchException";
1623
- readonly $fault: "client";
1624
- Message?: string | undefined;
1625
- constructor(
1626
- opts: __ExceptionOptionType<VersionMismatchException, __BaseException>
1627
- );
1628
- }
1629
- export interface UpdateColumnStatisticsForPartitionRequest {
1630
- CatalogId?: string | undefined;
1631
- DatabaseName: string | undefined;
1632
- TableName: string | undefined;
1633
- PartitionValues: string[] | undefined;
1634
- ColumnStatisticsList: ColumnStatistics[] | undefined;
1635
- }
1636
- export interface ColumnStatisticsError {
1637
- ColumnStatistics?: ColumnStatistics | undefined;
1638
- Error?: ErrorDetail | undefined;
1639
- }
1640
- export interface UpdateColumnStatisticsForPartitionResponse {
1641
- Errors?: ColumnStatisticsError[] | undefined;
1642
- }
1643
- export interface UpdateColumnStatisticsForTableRequest {
1644
- CatalogId?: string | undefined;
1645
- DatabaseName: string | undefined;
1646
- TableName: string | undefined;
1647
- ColumnStatisticsList: ColumnStatistics[] | undefined;
1648
- }
1649
- export interface UpdateColumnStatisticsForTableResponse {
1650
- Errors?: ColumnStatisticsError[] | undefined;
1651
- }
1652
- export interface UpdateColumnStatisticsTaskSettingsRequest {
1653
- DatabaseName: string | undefined;
1654
- TableName: string | undefined;
1655
- Role?: string | undefined;
1656
- Schedule?: string | undefined;
1657
- ColumnNameList?: string[] | undefined;
1658
- SampleSize?: number | undefined;
1659
- CatalogID?: string | undefined;
1660
- SecurityConfiguration?: string | undefined;
1661
- }
1662
- export interface UpdateColumnStatisticsTaskSettingsResponse {}
1663
- export interface UpdateConnectionRequest {
1664
- CatalogId?: string | undefined;
1665
- Name: string | undefined;
1666
- ConnectionInput: ConnectionInput | undefined;
1667
- }
1668
- export interface UpdateConnectionResponse {}
1669
- export interface UpdateCrawlerRequest {
1670
- Name: string | undefined;
1671
- Role?: string | undefined;
1672
- DatabaseName?: string | undefined;
1673
- Description?: string | undefined;
1674
- Targets?: CrawlerTargets | undefined;
1675
- Schedule?: string | undefined;
1676
- Classifiers?: string[] | undefined;
1677
- TablePrefix?: string | undefined;
1678
- SchemaChangePolicy?: SchemaChangePolicy | undefined;
1679
- RecrawlPolicy?: RecrawlPolicy | undefined;
1680
- LineageConfiguration?: LineageConfiguration | undefined;
1681
- LakeFormationConfiguration?: LakeFormationConfiguration | undefined;
1682
- Configuration?: string | undefined;
1683
- CrawlerSecurityConfiguration?: string | undefined;
1684
- }
1685
- export interface UpdateCrawlerResponse {}
1686
- export interface UpdateCrawlerScheduleRequest {
1687
- CrawlerName: string | undefined;
1688
- Schedule?: string | undefined;
1689
- }
1690
- export interface UpdateCrawlerScheduleResponse {}
1691
- export interface UpdateDatabaseRequest {
1692
- CatalogId?: string | undefined;
1693
- Name: string | undefined;
1694
- DatabaseInput: DatabaseInput | undefined;
1695
- }
1696
- export interface UpdateDatabaseResponse {}
1697
- export interface UpdateDataQualityRulesetRequest {
1698
- Name: string | undefined;
1699
- Description?: string | undefined;
1700
- Ruleset?: string | undefined;
1701
- }
1702
- export interface UpdateDataQualityRulesetResponse {
1703
- Name?: string | undefined;
1704
- Description?: string | undefined;
1705
- Ruleset?: string | undefined;
1706
- }
1799
+ export declare const GetDataQualityResultResponseFilterSensitiveLog: (
1800
+ obj: GetDataQualityResultResponse
1801
+ ) => any;
1802
+ export declare const GetEntityRecordsResponseFilterSensitiveLog: (
1803
+ obj: GetEntityRecordsResponse
1804
+ ) => any;
1707
1805
  export declare const StatisticSummaryFilterSensitiveLog: (
1708
1806
  obj: StatisticSummary
1709
1807
  ) => any;
1710
1808
  export declare const ListDataQualityStatisticsResponseFilterSensitiveLog: (
1711
1809
  obj: ListDataQualityStatisticsResponse
1712
1810
  ) => any;
1713
- export declare const TestConnectionInputFilterSensitiveLog: (
1714
- obj: TestConnectionInput
1715
- ) => any;
1716
- export declare const TestConnectionRequestFilterSensitiveLog: (
1717
- obj: TestConnectionRequest
1718
- ) => any;
1719
- export declare const UpdateConnectionRequestFilterSensitiveLog: (
1720
- obj: UpdateConnectionRequest
1721
- ) => any;