@aws-sdk/client-glue 3.133.0 → 3.142.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 (385) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchCreatePartitionCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDeleteConnectionCommand.js +2 -2
  5. package/dist-cjs/commands/BatchDeletePartitionCommand.js +2 -2
  6. package/dist-cjs/commands/BatchDeleteTableCommand.js +2 -2
  7. package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +2 -2
  8. package/dist-cjs/commands/BatchGetBlueprintsCommand.js +2 -2
  9. package/dist-cjs/commands/BatchGetCrawlersCommand.js +2 -2
  10. package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +2 -2
  11. package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +2 -2
  12. package/dist-cjs/commands/BatchGetJobsCommand.js +2 -2
  13. package/dist-cjs/commands/BatchGetPartitionCommand.js +2 -2
  14. package/dist-cjs/commands/BatchGetTriggersCommand.js +2 -2
  15. package/dist-cjs/commands/BatchGetWorkflowsCommand.js +2 -2
  16. package/dist-cjs/commands/BatchStopJobRunCommand.js +2 -2
  17. package/dist-cjs/commands/BatchUpdatePartitionCommand.js +2 -2
  18. package/dist-cjs/commands/CancelMLTaskRunCommand.js +2 -2
  19. package/dist-cjs/commands/CancelStatementCommand.js +2 -2
  20. package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +2 -2
  21. package/dist-cjs/commands/CreateBlueprintCommand.js +2 -2
  22. package/dist-cjs/commands/CreateClassifierCommand.js +2 -2
  23. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  24. package/dist-cjs/commands/CreateCrawlerCommand.js +2 -2
  25. package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +2 -2
  26. package/dist-cjs/commands/CreateDatabaseCommand.js +2 -2
  27. package/dist-cjs/commands/CreateDevEndpointCommand.js +2 -2
  28. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  29. package/dist-cjs/commands/CreateMLTransformCommand.js +2 -2
  30. package/dist-cjs/commands/CreatePartitionCommand.js +2 -2
  31. package/dist-cjs/commands/CreatePartitionIndexCommand.js +2 -2
  32. package/dist-cjs/commands/CreateRegistryCommand.js +2 -2
  33. package/dist-cjs/commands/CreateSchemaCommand.js +2 -2
  34. package/dist-cjs/commands/CreateScriptCommand.js +2 -2
  35. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/CreateSessionCommand.js +2 -2
  37. package/dist-cjs/commands/CreateTableCommand.js +2 -2
  38. package/dist-cjs/commands/CreateTriggerCommand.js +2 -2
  39. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +2 -2
  40. package/dist-cjs/commands/CreateWorkflowCommand.js +2 -2
  41. package/dist-cjs/commands/DeleteBlueprintCommand.js +2 -2
  42. package/dist-cjs/commands/DeleteClassifierCommand.js +2 -2
  43. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +2 -2
  44. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +2 -2
  45. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  46. package/dist-cjs/commands/DeleteCrawlerCommand.js +2 -2
  47. package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +2 -2
  48. package/dist-cjs/commands/DeleteDatabaseCommand.js +2 -2
  49. package/dist-cjs/commands/DeleteDevEndpointCommand.js +2 -2
  50. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  51. package/dist-cjs/commands/DeleteMLTransformCommand.js +2 -2
  52. package/dist-cjs/commands/DeletePartitionCommand.js +2 -2
  53. package/dist-cjs/commands/DeletePartitionIndexCommand.js +2 -2
  54. package/dist-cjs/commands/DeleteRegistryCommand.js +2 -2
  55. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  56. package/dist-cjs/commands/DeleteSchemaCommand.js +2 -2
  57. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +2 -2
  58. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +2 -2
  59. package/dist-cjs/commands/DeleteSessionCommand.js +2 -2
  60. package/dist-cjs/commands/DeleteTableCommand.js +2 -2
  61. package/dist-cjs/commands/DeleteTableVersionCommand.js +2 -2
  62. package/dist-cjs/commands/DeleteTriggerCommand.js +2 -2
  63. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +2 -2
  64. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  65. package/dist-cjs/commands/GetBlueprintCommand.js +2 -2
  66. package/dist-cjs/commands/GetBlueprintRunCommand.js +2 -2
  67. package/dist-cjs/commands/GetBlueprintRunsCommand.js +2 -2
  68. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +2 -2
  69. package/dist-cjs/commands/GetClassifierCommand.js +2 -2
  70. package/dist-cjs/commands/GetClassifiersCommand.js +2 -2
  71. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +2 -2
  72. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +2 -2
  73. package/dist-cjs/commands/GetConnectionCommand.js +2 -2
  74. package/dist-cjs/commands/GetConnectionsCommand.js +2 -2
  75. package/dist-cjs/commands/GetCrawlerCommand.js +2 -2
  76. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +2 -2
  77. package/dist-cjs/commands/GetCrawlersCommand.js +2 -2
  78. package/dist-cjs/commands/GetCustomEntityTypeCommand.js +2 -2
  79. package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +2 -2
  80. package/dist-cjs/commands/GetDatabaseCommand.js +2 -2
  81. package/dist-cjs/commands/GetDatabasesCommand.js +2 -2
  82. package/dist-cjs/commands/GetDataflowGraphCommand.js +2 -2
  83. package/dist-cjs/commands/GetDevEndpointCommand.js +2 -2
  84. package/dist-cjs/commands/GetDevEndpointsCommand.js +2 -2
  85. package/dist-cjs/commands/GetJobBookmarkCommand.js +2 -2
  86. package/dist-cjs/commands/GetJobCommand.js +2 -2
  87. package/dist-cjs/commands/GetJobRunCommand.js +2 -2
  88. package/dist-cjs/commands/GetJobRunsCommand.js +2 -2
  89. package/dist-cjs/commands/GetJobsCommand.js +2 -2
  90. package/dist-cjs/commands/GetMLTaskRunCommand.js +2 -2
  91. package/dist-cjs/commands/GetMLTaskRunsCommand.js +2 -2
  92. package/dist-cjs/commands/GetMLTransformCommand.js +2 -2
  93. package/dist-cjs/commands/GetMLTransformsCommand.js +2 -2
  94. package/dist-cjs/commands/GetMappingCommand.js +2 -2
  95. package/dist-cjs/commands/GetPartitionCommand.js +2 -2
  96. package/dist-cjs/commands/GetPartitionIndexesCommand.js +2 -2
  97. package/dist-cjs/commands/GetPartitionsCommand.js +2 -2
  98. package/dist-cjs/commands/GetPlanCommand.js +2 -2
  99. package/dist-cjs/commands/GetRegistryCommand.js +2 -2
  100. package/dist-cjs/commands/GetResourcePoliciesCommand.js +2 -2
  101. package/dist-cjs/commands/GetResourcePolicyCommand.js +2 -2
  102. package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +2 -2
  103. package/dist-cjs/commands/GetSchemaCommand.js +2 -2
  104. package/dist-cjs/commands/GetSchemaVersionCommand.js +2 -2
  105. package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +2 -2
  106. package/dist-cjs/commands/GetSecurityConfigurationCommand.js +2 -2
  107. package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +2 -2
  108. package/dist-cjs/commands/GetSessionCommand.js +2 -2
  109. package/dist-cjs/commands/GetStatementCommand.js +2 -2
  110. package/dist-cjs/commands/GetTableCommand.js +2 -2
  111. package/dist-cjs/commands/GetTableVersionCommand.js +2 -2
  112. package/dist-cjs/commands/GetTableVersionsCommand.js +2 -2
  113. package/dist-cjs/commands/GetTablesCommand.js +2 -2
  114. package/dist-cjs/commands/GetTagsCommand.js +2 -2
  115. package/dist-cjs/commands/GetTriggerCommand.js +2 -2
  116. package/dist-cjs/commands/GetTriggersCommand.js +2 -2
  117. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +2 -2
  118. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +2 -2
  119. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +2 -2
  120. package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +2 -2
  121. package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +2 -2
  122. package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
  123. package/dist-cjs/commands/GetWorkflowRunCommand.js +2 -2
  124. package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +2 -2
  125. package/dist-cjs/commands/GetWorkflowRunsCommand.js +2 -2
  126. package/dist-cjs/commands/ImportCatalogToGlueCommand.js +2 -2
  127. package/dist-cjs/commands/ListBlueprintsCommand.js +2 -2
  128. package/dist-cjs/commands/ListCrawlersCommand.js +2 -2
  129. package/dist-cjs/commands/ListCrawlsCommand.js +2 -2
  130. package/dist-cjs/commands/ListCustomEntityTypesCommand.js +2 -2
  131. package/dist-cjs/commands/ListDevEndpointsCommand.js +2 -2
  132. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  133. package/dist-cjs/commands/ListMLTransformsCommand.js +2 -2
  134. package/dist-cjs/commands/ListRegistriesCommand.js +2 -2
  135. package/dist-cjs/commands/ListSchemaVersionsCommand.js +2 -2
  136. package/dist-cjs/commands/ListSchemasCommand.js +2 -2
  137. package/dist-cjs/commands/ListSessionsCommand.js +2 -2
  138. package/dist-cjs/commands/ListStatementsCommand.js +2 -2
  139. package/dist-cjs/commands/ListTriggersCommand.js +2 -2
  140. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  141. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +2 -2
  142. package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -2
  143. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +2 -2
  144. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +2 -2
  145. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +2 -2
  146. package/dist-cjs/commands/RegisterSchemaVersionCommand.js +2 -2
  147. package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +2 -2
  148. package/dist-cjs/commands/ResetJobBookmarkCommand.js +2 -2
  149. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +2 -2
  150. package/dist-cjs/commands/RunStatementCommand.js +2 -2
  151. package/dist-cjs/commands/SearchTablesCommand.js +2 -2
  152. package/dist-cjs/commands/StartBlueprintRunCommand.js +2 -2
  153. package/dist-cjs/commands/StartCrawlerCommand.js +2 -2
  154. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +2 -2
  155. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +2 -2
  156. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +2 -2
  157. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  158. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +2 -2
  159. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +2 -2
  160. package/dist-cjs/commands/StartTriggerCommand.js +2 -2
  161. package/dist-cjs/commands/StartWorkflowRunCommand.js +2 -2
  162. package/dist-cjs/commands/StopCrawlerCommand.js +2 -2
  163. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +2 -2
  164. package/dist-cjs/commands/StopSessionCommand.js +2 -2
  165. package/dist-cjs/commands/StopTriggerCommand.js +2 -2
  166. package/dist-cjs/commands/StopWorkflowRunCommand.js +2 -2
  167. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  168. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  169. package/dist-cjs/commands/UpdateBlueprintCommand.js +2 -2
  170. package/dist-cjs/commands/UpdateClassifierCommand.js +2 -2
  171. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +2 -2
  172. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +2 -2
  173. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  174. package/dist-cjs/commands/UpdateCrawlerCommand.js +2 -2
  175. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +2 -2
  176. package/dist-cjs/commands/UpdateDatabaseCommand.js +2 -2
  177. package/dist-cjs/commands/UpdateDevEndpointCommand.js +2 -2
  178. package/dist-cjs/commands/UpdateJobCommand.js +2 -2
  179. package/dist-cjs/commands/UpdateMLTransformCommand.js +2 -2
  180. package/dist-cjs/commands/UpdatePartitionCommand.js +2 -2
  181. package/dist-cjs/commands/UpdateRegistryCommand.js +2 -2
  182. package/dist-cjs/commands/UpdateSchemaCommand.js +2 -2
  183. package/dist-cjs/commands/UpdateTableCommand.js +2 -2
  184. package/dist-cjs/commands/UpdateTriggerCommand.js +2 -2
  185. package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +2 -2
  186. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -2
  187. package/dist-cjs/models/models_0.js +946 -1416
  188. package/dist-cjs/models/models_1.js +1106 -1656
  189. package/dist-cjs/models/models_2.js +410 -610
  190. package/dist-cjs/protocols/Aws_json1_1.js +920 -1712
  191. package/dist-es/commands/BatchCreatePartitionCommand.js +3 -3
  192. package/dist-es/commands/BatchDeleteConnectionCommand.js +3 -3
  193. package/dist-es/commands/BatchDeletePartitionCommand.js +3 -3
  194. package/dist-es/commands/BatchDeleteTableCommand.js +3 -3
  195. package/dist-es/commands/BatchDeleteTableVersionCommand.js +3 -3
  196. package/dist-es/commands/BatchGetBlueprintsCommand.js +3 -3
  197. package/dist-es/commands/BatchGetCrawlersCommand.js +3 -3
  198. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +3 -3
  199. package/dist-es/commands/BatchGetDevEndpointsCommand.js +3 -3
  200. package/dist-es/commands/BatchGetJobsCommand.js +4 -4
  201. package/dist-es/commands/BatchGetPartitionCommand.js +3 -3
  202. package/dist-es/commands/BatchGetTriggersCommand.js +3 -3
  203. package/dist-es/commands/BatchGetWorkflowsCommand.js +3 -3
  204. package/dist-es/commands/BatchStopJobRunCommand.js +3 -3
  205. package/dist-es/commands/BatchUpdatePartitionCommand.js +3 -3
  206. package/dist-es/commands/CancelMLTaskRunCommand.js +3 -3
  207. package/dist-es/commands/CancelStatementCommand.js +3 -3
  208. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +3 -3
  209. package/dist-es/commands/CreateBlueprintCommand.js +3 -3
  210. package/dist-es/commands/CreateClassifierCommand.js +3 -3
  211. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  212. package/dist-es/commands/CreateCrawlerCommand.js +3 -3
  213. package/dist-es/commands/CreateCustomEntityTypeCommand.js +3 -3
  214. package/dist-es/commands/CreateDatabaseCommand.js +3 -3
  215. package/dist-es/commands/CreateDevEndpointCommand.js +3 -3
  216. package/dist-es/commands/CreateJobCommand.js +4 -4
  217. package/dist-es/commands/CreateMLTransformCommand.js +3 -3
  218. package/dist-es/commands/CreatePartitionCommand.js +3 -3
  219. package/dist-es/commands/CreatePartitionIndexCommand.js +3 -3
  220. package/dist-es/commands/CreateRegistryCommand.js +3 -3
  221. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  222. package/dist-es/commands/CreateScriptCommand.js +3 -3
  223. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -3
  224. package/dist-es/commands/CreateSessionCommand.js +3 -3
  225. package/dist-es/commands/CreateTableCommand.js +3 -3
  226. package/dist-es/commands/CreateTriggerCommand.js +3 -3
  227. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +3 -3
  228. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  229. package/dist-es/commands/DeleteBlueprintCommand.js +3 -3
  230. package/dist-es/commands/DeleteClassifierCommand.js +4 -4
  231. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  232. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  233. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  234. package/dist-es/commands/DeleteCrawlerCommand.js +3 -3
  235. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +3 -3
  236. package/dist-es/commands/DeleteDatabaseCommand.js +3 -3
  237. package/dist-es/commands/DeleteDevEndpointCommand.js +3 -3
  238. package/dist-es/commands/DeleteJobCommand.js +3 -3
  239. package/dist-es/commands/DeleteMLTransformCommand.js +3 -3
  240. package/dist-es/commands/DeletePartitionCommand.js +3 -3
  241. package/dist-es/commands/DeletePartitionIndexCommand.js +3 -3
  242. package/dist-es/commands/DeleteRegistryCommand.js +3 -3
  243. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  244. package/dist-es/commands/DeleteSchemaCommand.js +3 -3
  245. package/dist-es/commands/DeleteSchemaVersionsCommand.js +3 -3
  246. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -3
  247. package/dist-es/commands/DeleteSessionCommand.js +3 -3
  248. package/dist-es/commands/DeleteTableCommand.js +3 -3
  249. package/dist-es/commands/DeleteTableVersionCommand.js +3 -3
  250. package/dist-es/commands/DeleteTriggerCommand.js +3 -3
  251. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  252. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  253. package/dist-es/commands/GetBlueprintCommand.js +3 -3
  254. package/dist-es/commands/GetBlueprintRunCommand.js +3 -3
  255. package/dist-es/commands/GetBlueprintRunsCommand.js +3 -3
  256. package/dist-es/commands/GetCatalogImportStatusCommand.js +3 -3
  257. package/dist-es/commands/GetClassifierCommand.js +3 -3
  258. package/dist-es/commands/GetClassifiersCommand.js +3 -3
  259. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +3 -3
  260. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +3 -3
  261. package/dist-es/commands/GetConnectionCommand.js +3 -3
  262. package/dist-es/commands/GetConnectionsCommand.js +3 -3
  263. package/dist-es/commands/GetCrawlerCommand.js +3 -3
  264. package/dist-es/commands/GetCrawlerMetricsCommand.js +3 -3
  265. package/dist-es/commands/GetCrawlersCommand.js +3 -3
  266. package/dist-es/commands/GetCustomEntityTypeCommand.js +3 -3
  267. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -3
  268. package/dist-es/commands/GetDatabaseCommand.js +3 -3
  269. package/dist-es/commands/GetDatabasesCommand.js +3 -3
  270. package/dist-es/commands/GetDataflowGraphCommand.js +3 -3
  271. package/dist-es/commands/GetDevEndpointCommand.js +3 -3
  272. package/dist-es/commands/GetDevEndpointsCommand.js +3 -3
  273. package/dist-es/commands/GetJobBookmarkCommand.js +3 -3
  274. package/dist-es/commands/GetJobCommand.js +4 -4
  275. package/dist-es/commands/GetJobRunCommand.js +3 -3
  276. package/dist-es/commands/GetJobRunsCommand.js +3 -3
  277. package/dist-es/commands/GetJobsCommand.js +4 -4
  278. package/dist-es/commands/GetMLTaskRunCommand.js +3 -3
  279. package/dist-es/commands/GetMLTaskRunsCommand.js +3 -3
  280. package/dist-es/commands/GetMLTransformCommand.js +3 -3
  281. package/dist-es/commands/GetMLTransformsCommand.js +3 -3
  282. package/dist-es/commands/GetMappingCommand.js +3 -3
  283. package/dist-es/commands/GetPartitionCommand.js +3 -3
  284. package/dist-es/commands/GetPartitionIndexesCommand.js +3 -3
  285. package/dist-es/commands/GetPartitionsCommand.js +3 -3
  286. package/dist-es/commands/GetPlanCommand.js +3 -3
  287. package/dist-es/commands/GetRegistryCommand.js +3 -3
  288. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
  289. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  290. package/dist-es/commands/GetSchemaByDefinitionCommand.js +3 -3
  291. package/dist-es/commands/GetSchemaCommand.js +3 -3
  292. package/dist-es/commands/GetSchemaVersionCommand.js +3 -3
  293. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +3 -3
  294. package/dist-es/commands/GetSecurityConfigurationCommand.js +3 -3
  295. package/dist-es/commands/GetSecurityConfigurationsCommand.js +3 -3
  296. package/dist-es/commands/GetSessionCommand.js +3 -3
  297. package/dist-es/commands/GetStatementCommand.js +3 -3
  298. package/dist-es/commands/GetTableCommand.js +3 -3
  299. package/dist-es/commands/GetTableVersionCommand.js +3 -3
  300. package/dist-es/commands/GetTableVersionsCommand.js +3 -3
  301. package/dist-es/commands/GetTablesCommand.js +3 -3
  302. package/dist-es/commands/GetTagsCommand.js +3 -3
  303. package/dist-es/commands/GetTriggerCommand.js +3 -3
  304. package/dist-es/commands/GetTriggersCommand.js +3 -3
  305. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +3 -3
  306. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -3
  307. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +3 -3
  308. package/dist-es/commands/GetUserDefinedFunctionCommand.js +3 -3
  309. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +3 -3
  310. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  311. package/dist-es/commands/GetWorkflowRunCommand.js +3 -3
  312. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +3 -3
  313. package/dist-es/commands/GetWorkflowRunsCommand.js +3 -3
  314. package/dist-es/commands/ImportCatalogToGlueCommand.js +3 -3
  315. package/dist-es/commands/ListBlueprintsCommand.js +3 -3
  316. package/dist-es/commands/ListCrawlersCommand.js +3 -3
  317. package/dist-es/commands/ListCrawlsCommand.js +3 -3
  318. package/dist-es/commands/ListCustomEntityTypesCommand.js +3 -3
  319. package/dist-es/commands/ListDevEndpointsCommand.js +3 -3
  320. package/dist-es/commands/ListJobsCommand.js +3 -3
  321. package/dist-es/commands/ListMLTransformsCommand.js +3 -3
  322. package/dist-es/commands/ListRegistriesCommand.js +3 -3
  323. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -3
  324. package/dist-es/commands/ListSchemasCommand.js +3 -3
  325. package/dist-es/commands/ListSessionsCommand.js +3 -3
  326. package/dist-es/commands/ListStatementsCommand.js +3 -3
  327. package/dist-es/commands/ListTriggersCommand.js +3 -3
  328. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  329. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  330. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  331. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +3 -3
  332. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +3 -3
  333. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +3 -3
  334. package/dist-es/commands/RegisterSchemaVersionCommand.js +3 -3
  335. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +3 -3
  336. package/dist-es/commands/ResetJobBookmarkCommand.js +3 -3
  337. package/dist-es/commands/ResumeWorkflowRunCommand.js +3 -3
  338. package/dist-es/commands/RunStatementCommand.js +3 -3
  339. package/dist-es/commands/SearchTablesCommand.js +3 -3
  340. package/dist-es/commands/StartBlueprintRunCommand.js +3 -3
  341. package/dist-es/commands/StartCrawlerCommand.js +3 -3
  342. package/dist-es/commands/StartCrawlerScheduleCommand.js +3 -3
  343. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +3 -3
  344. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +3 -3
  345. package/dist-es/commands/StartJobRunCommand.js +3 -3
  346. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  347. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  348. package/dist-es/commands/StartTriggerCommand.js +3 -3
  349. package/dist-es/commands/StartWorkflowRunCommand.js +3 -3
  350. package/dist-es/commands/StopCrawlerCommand.js +3 -3
  351. package/dist-es/commands/StopCrawlerScheduleCommand.js +3 -3
  352. package/dist-es/commands/StopSessionCommand.js +3 -3
  353. package/dist-es/commands/StopTriggerCommand.js +3 -3
  354. package/dist-es/commands/StopWorkflowRunCommand.js +3 -3
  355. package/dist-es/commands/TagResourceCommand.js +3 -3
  356. package/dist-es/commands/UntagResourceCommand.js +3 -3
  357. package/dist-es/commands/UpdateBlueprintCommand.js +3 -3
  358. package/dist-es/commands/UpdateClassifierCommand.js +3 -3
  359. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  360. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  361. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  362. package/dist-es/commands/UpdateCrawlerCommand.js +3 -3
  363. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +3 -3
  364. package/dist-es/commands/UpdateDatabaseCommand.js +3 -3
  365. package/dist-es/commands/UpdateDevEndpointCommand.js +3 -3
  366. package/dist-es/commands/UpdateJobCommand.js +3 -3
  367. package/dist-es/commands/UpdateMLTransformCommand.js +3 -3
  368. package/dist-es/commands/UpdatePartitionCommand.js +3 -3
  369. package/dist-es/commands/UpdateRegistryCommand.js +3 -3
  370. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  371. package/dist-es/commands/UpdateTableCommand.js +3 -3
  372. package/dist-es/commands/UpdateTriggerCommand.js +3 -3
  373. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +3 -3
  374. package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
  375. package/dist-es/models/models_0.js +235 -940
  376. package/dist-es/models/models_1.js +275 -1100
  377. package/dist-es/models/models_2.js +100 -400
  378. package/dist-es/protocols/Aws_json1_1.js +1473 -1713
  379. package/dist-types/models/models_0.d.ts +940 -1410
  380. package/dist-types/models/models_1.d.ts +1100 -1650
  381. package/dist-types/models/models_2.d.ts +400 -600
  382. package/dist-types/ts3.4/models/models_0.d.ts +0 -700
  383. package/dist-types/ts3.4/models/models_1.d.ts +550 -1100
  384. package/dist-types/ts3.4/models/models_2.d.ts +0 -252
  385. package/package.json +6 -6
@@ -25,12 +25,6 @@ export interface NotificationProperty {
25
25
  */
26
26
  NotifyDelayAfter?: number;
27
27
  }
28
- export declare namespace NotificationProperty {
29
- /**
30
- * @internal
31
- */
32
- const filterSensitiveLog: (obj: NotificationProperty) => any;
33
- }
34
28
  /**
35
29
  * <p>Defines an action to be initiated by a trigger.</p>
36
30
  */
@@ -67,12 +61,6 @@ export interface Action {
67
61
  */
68
62
  CrawlerName?: string;
69
63
  }
70
- export declare namespace Action {
71
- /**
72
- * @internal
73
- */
74
- const filterSensitiveLog: (obj: Action) => any;
75
- }
76
64
  export declare enum AggFunction {
77
65
  avg = "avg",
78
66
  count = "count",
@@ -105,12 +93,6 @@ export interface AggregateOperation {
105
93
  */
106
94
  AggFunc: AggFunction | string | undefined;
107
95
  }
108
- export declare namespace AggregateOperation {
109
- /**
110
- * @internal
111
- */
112
- const filterSensitiveLog: (obj: AggregateOperation) => any;
113
- }
114
96
  /**
115
97
  * <p>Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.</p>
116
98
  */
@@ -132,12 +114,6 @@ export interface Aggregate {
132
114
  */
133
115
  Aggs: AggregateOperation[] | undefined;
134
116
  }
135
- export declare namespace Aggregate {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: Aggregate) => any;
140
- }
141
117
  /**
142
118
  * <p>A resource to be created or added already exists.</p>
143
119
  */
@@ -166,12 +142,6 @@ export interface GlueStudioSchemaColumn {
166
142
  */
167
143
  Type?: string;
168
144
  }
169
- export declare namespace GlueStudioSchemaColumn {
170
- /**
171
- * @internal
172
- */
173
- const filterSensitiveLog: (obj: GlueStudioSchemaColumn) => any;
174
- }
175
145
  /**
176
146
  * <p>Specifies a user-defined schema when a schema cannot be determined by AWS Glue.</p>
177
147
  */
@@ -181,12 +151,6 @@ export interface GlueSchema {
181
151
  */
182
152
  Columns?: GlueStudioSchemaColumn[];
183
153
  }
184
- export declare namespace GlueSchema {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: GlueSchema) => any;
189
- }
190
154
  /**
191
155
  * <p>Specifies a connector to an Amazon Athena data source.</p>
192
156
  */
@@ -220,12 +184,6 @@ export interface AthenaConnectorSource {
220
184
  */
221
185
  OutputSchemas?: GlueSchema[];
222
186
  }
223
- export declare namespace AthenaConnectorSource {
224
- /**
225
- * @internal
226
- */
227
- const filterSensitiveLog: (obj: AthenaConnectorSource) => any;
228
- }
229
187
  /**
230
188
  * <p>A structure containing information for audit.</p>
231
189
  */
@@ -243,12 +201,6 @@ export interface AuditContext {
243
201
  */
244
202
  AllColumnsRequested?: boolean;
245
203
  }
246
- export declare namespace AuditContext {
247
- /**
248
- * @internal
249
- */
250
- const filterSensitiveLog: (obj: AuditContext) => any;
251
- }
252
204
  /**
253
205
  * <p>A column in a <code>Table</code>.</p>
254
206
  */
@@ -270,12 +222,6 @@ export interface Column {
270
222
  */
271
223
  Parameters?: Record<string, string>;
272
224
  }
273
- export declare namespace Column {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: Column) => any;
278
- }
279
225
  /**
280
226
  * <p>The unique ID of the schema in the Glue schema registry.</p>
281
227
  */
@@ -293,12 +239,6 @@ export interface SchemaId {
293
239
  */
294
240
  RegistryName?: string;
295
241
  }
296
- export declare namespace SchemaId {
297
- /**
298
- * @internal
299
- */
300
- const filterSensitiveLog: (obj: SchemaId) => any;
301
- }
302
242
  /**
303
243
  * <p>An object that references a schema stored in the Glue Schema Registry.</p>
304
244
  */
@@ -316,12 +256,6 @@ export interface SchemaReference {
316
256
  */
317
257
  SchemaVersionNumber?: number;
318
258
  }
319
- export declare namespace SchemaReference {
320
- /**
321
- * @internal
322
- */
323
- const filterSensitiveLog: (obj: SchemaReference) => any;
324
- }
325
259
  /**
326
260
  * <p>Information about a serialization/deserialization program (SerDe) that serves as an
327
261
  * extractor and loader.</p>
@@ -341,12 +275,6 @@ export interface SerDeInfo {
341
275
  */
342
276
  Parameters?: Record<string, string>;
343
277
  }
344
- export declare namespace SerDeInfo {
345
- /**
346
- * @internal
347
- */
348
- const filterSensitiveLog: (obj: SerDeInfo) => any;
349
- }
350
278
  /**
351
279
  * <p>Specifies skewed values in a table. Skewed values are those that occur with very high
352
280
  * frequency.</p>
@@ -366,12 +294,6 @@ export interface SkewedInfo {
366
294
  */
367
295
  SkewedColumnValueLocationMaps?: Record<string, string>;
368
296
  }
369
- export declare namespace SkewedInfo {
370
- /**
371
- * @internal
372
- */
373
- const filterSensitiveLog: (obj: SkewedInfo) => any;
374
- }
375
297
  /**
376
298
  * <p>Specifies the sort order of a sorted column.</p>
377
299
  */
@@ -386,12 +308,6 @@ export interface Order {
386
308
  */
387
309
  SortOrder: number | undefined;
388
310
  }
389
- export declare namespace Order {
390
- /**
391
- * @internal
392
- */
393
- const filterSensitiveLog: (obj: Order) => any;
394
- }
395
311
  /**
396
312
  * <p>Describes the physical storage of table data.</p>
397
313
  */
@@ -464,12 +380,6 @@ export interface StorageDescriptor {
464
380
  */
465
381
  SchemaReference?: SchemaReference;
466
382
  }
467
- export declare namespace StorageDescriptor {
468
- /**
469
- * @internal
470
- */
471
- const filterSensitiveLog: (obj: StorageDescriptor) => any;
472
- }
473
383
  /**
474
384
  * <p>The structure used to create and update a partition.</p>
475
385
  */
@@ -498,12 +408,6 @@ export interface PartitionInput {
498
408
  */
499
409
  LastAnalyzedTime?: Date;
500
410
  }
501
- export declare namespace PartitionInput {
502
- /**
503
- * @internal
504
- */
505
- const filterSensitiveLog: (obj: PartitionInput) => any;
506
- }
507
411
  export interface BatchCreatePartitionRequest {
508
412
  /**
509
413
  * <p>The ID of the catalog in which the partition is to be created. Currently, this should be
@@ -525,12 +429,6 @@ export interface BatchCreatePartitionRequest {
525
429
  */
526
430
  PartitionInputList: PartitionInput[] | undefined;
527
431
  }
528
- export declare namespace BatchCreatePartitionRequest {
529
- /**
530
- * @internal
531
- */
532
- const filterSensitiveLog: (obj: BatchCreatePartitionRequest) => any;
533
- }
534
432
  /**
535
433
  * <p>Contains details about an error.</p>
536
434
  */
@@ -544,12 +442,6 @@ export interface ErrorDetail {
544
442
  */
545
443
  ErrorMessage?: string;
546
444
  }
547
- export declare namespace ErrorDetail {
548
- /**
549
- * @internal
550
- */
551
- const filterSensitiveLog: (obj: ErrorDetail) => any;
552
- }
553
445
  /**
554
446
  * <p>Contains information about a partition error.</p>
555
447
  */
@@ -563,24 +455,12 @@ export interface PartitionError {
563
455
  */
564
456
  ErrorDetail?: ErrorDetail;
565
457
  }
566
- export declare namespace PartitionError {
567
- /**
568
- * @internal
569
- */
570
- const filterSensitiveLog: (obj: PartitionError) => any;
571
- }
572
458
  export interface BatchCreatePartitionResponse {
573
459
  /**
574
460
  * <p>The errors encountered when trying to create the requested partitions.</p>
575
461
  */
576
462
  Errors?: PartitionError[];
577
463
  }
578
- export declare namespace BatchCreatePartitionResponse {
579
- /**
580
- * @internal
581
- */
582
- const filterSensitiveLog: (obj: BatchCreatePartitionResponse) => any;
583
- }
584
464
  /**
585
465
  * <p>A specified entity does not exist</p>
586
466
  */
@@ -682,12 +562,6 @@ export interface BatchDeleteConnectionRequest {
682
562
  */
683
563
  ConnectionNameList: string[] | undefined;
684
564
  }
685
- export declare namespace BatchDeleteConnectionRequest {
686
- /**
687
- * @internal
688
- */
689
- const filterSensitiveLog: (obj: BatchDeleteConnectionRequest) => any;
690
- }
691
565
  export interface BatchDeleteConnectionResponse {
692
566
  /**
693
567
  * <p>A list of names of the connection definitions that were
@@ -700,12 +574,6 @@ export interface BatchDeleteConnectionResponse {
700
574
  */
701
575
  Errors?: Record<string, ErrorDetail>;
702
576
  }
703
- export declare namespace BatchDeleteConnectionResponse {
704
- /**
705
- * @internal
706
- */
707
- const filterSensitiveLog: (obj: BatchDeleteConnectionResponse) => any;
708
- }
709
577
  /**
710
578
  * <p>Contains a list of values defining partitions.</p>
711
579
  */
@@ -715,12 +583,6 @@ export interface PartitionValueList {
715
583
  */
716
584
  Values: string[] | undefined;
717
585
  }
718
- export declare namespace PartitionValueList {
719
- /**
720
- * @internal
721
- */
722
- const filterSensitiveLog: (obj: PartitionValueList) => any;
723
- }
724
586
  export interface BatchDeletePartitionRequest {
725
587
  /**
726
588
  * <p>The ID of the Data Catalog where the partition to be deleted resides. If none is provided,
@@ -742,24 +604,12 @@ export interface BatchDeletePartitionRequest {
742
604
  */
743
605
  PartitionsToDelete: PartitionValueList[] | undefined;
744
606
  }
745
- export declare namespace BatchDeletePartitionRequest {
746
- /**
747
- * @internal
748
- */
749
- const filterSensitiveLog: (obj: BatchDeletePartitionRequest) => any;
750
- }
751
607
  export interface BatchDeletePartitionResponse {
752
608
  /**
753
609
  * <p>The errors encountered when trying to delete the requested partitions.</p>
754
610
  */
755
611
  Errors?: PartitionError[];
756
612
  }
757
- export declare namespace BatchDeletePartitionResponse {
758
- /**
759
- * @internal
760
- */
761
- const filterSensitiveLog: (obj: BatchDeletePartitionResponse) => any;
762
- }
763
613
  export interface BatchDeleteTableRequest {
764
614
  /**
765
615
  * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
@@ -780,12 +630,6 @@ export interface BatchDeleteTableRequest {
780
630
  */
781
631
  TransactionId?: string;
782
632
  }
783
- export declare namespace BatchDeleteTableRequest {
784
- /**
785
- * @internal
786
- */
787
- const filterSensitiveLog: (obj: BatchDeleteTableRequest) => any;
788
- }
789
633
  /**
790
634
  * <p>An error record for table operations.</p>
791
635
  */
@@ -799,24 +643,12 @@ export interface TableError {
799
643
  */
800
644
  ErrorDetail?: ErrorDetail;
801
645
  }
802
- export declare namespace TableError {
803
- /**
804
- * @internal
805
- */
806
- const filterSensitiveLog: (obj: TableError) => any;
807
- }
808
646
  export interface BatchDeleteTableResponse {
809
647
  /**
810
648
  * <p>A list of errors encountered in attempting to delete the specified tables.</p>
811
649
  */
812
650
  Errors?: TableError[];
813
651
  }
814
- export declare namespace BatchDeleteTableResponse {
815
- /**
816
- * @internal
817
- */
818
- const filterSensitiveLog: (obj: BatchDeleteTableResponse) => any;
819
- }
820
652
  /**
821
653
  * <p>A resource was not ready for a transaction.</p>
822
654
  */
@@ -853,12 +685,6 @@ export interface BatchDeleteTableVersionRequest {
853
685
  */
854
686
  VersionIds: string[] | undefined;
855
687
  }
856
- export declare namespace BatchDeleteTableVersionRequest {
857
- /**
858
- * @internal
859
- */
860
- const filterSensitiveLog: (obj: BatchDeleteTableVersionRequest) => any;
861
- }
862
688
  /**
863
689
  * <p>An error record for table-version operations.</p>
864
690
  */
@@ -876,12 +702,6 @@ export interface TableVersionError {
876
702
  */
877
703
  ErrorDetail?: ErrorDetail;
878
704
  }
879
- export declare namespace TableVersionError {
880
- /**
881
- * @internal
882
- */
883
- const filterSensitiveLog: (obj: TableVersionError) => any;
884
- }
885
705
  export interface BatchDeleteTableVersionResponse {
886
706
  /**
887
707
  * <p>A list of errors encountered while trying to delete
@@ -889,12 +709,6 @@ export interface BatchDeleteTableVersionResponse {
889
709
  */
890
710
  Errors?: TableVersionError[];
891
711
  }
892
- export declare namespace BatchDeleteTableVersionResponse {
893
- /**
894
- * @internal
895
- */
896
- const filterSensitiveLog: (obj: BatchDeleteTableVersionResponse) => any;
897
- }
898
712
  export interface BatchGetBlueprintsRequest {
899
713
  /**
900
714
  * <p>A list of blueprint names.</p>
@@ -909,12 +723,6 @@ export interface BatchGetBlueprintsRequest {
909
723
  */
910
724
  IncludeParameterSpec?: boolean;
911
725
  }
912
- export declare namespace BatchGetBlueprintsRequest {
913
- /**
914
- * @internal
915
- */
916
- const filterSensitiveLog: (obj: BatchGetBlueprintsRequest) => any;
917
- }
918
726
  /**
919
727
  * <p>When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.</p>
920
728
  */
@@ -940,12 +748,6 @@ export interface LastActiveDefinition {
940
748
  */
941
749
  BlueprintServiceLocation?: string;
942
750
  }
943
- export declare namespace LastActiveDefinition {
944
- /**
945
- * @internal
946
- */
947
- const filterSensitiveLog: (obj: LastActiveDefinition) => any;
948
- }
949
751
  export declare enum BlueprintStatus {
950
752
  ACTIVE = "ACTIVE",
951
753
  CREATING = "CREATING",
@@ -1012,12 +814,6 @@ export interface Blueprint {
1012
814
  */
1013
815
  LastActiveDefinition?: LastActiveDefinition;
1014
816
  }
1015
- export declare namespace Blueprint {
1016
- /**
1017
- * @internal
1018
- */
1019
- const filterSensitiveLog: (obj: Blueprint) => any;
1020
- }
1021
817
  export interface BatchGetBlueprintsResponse {
1022
818
  /**
1023
819
  * <p>Returns a list of blueprint as a <code>Blueprints</code> object.</p>
@@ -1028,12 +824,6 @@ export interface BatchGetBlueprintsResponse {
1028
824
  */
1029
825
  MissingBlueprints?: string[];
1030
826
  }
1031
- export declare namespace BatchGetBlueprintsResponse {
1032
- /**
1033
- * @internal
1034
- */
1035
- const filterSensitiveLog: (obj: BatchGetBlueprintsResponse) => any;
1036
- }
1037
827
  export interface BatchGetCrawlersRequest {
1038
828
  /**
1039
829
  * <p>A list of crawler names, which might be the names returned from the
@@ -1041,12 +831,6 @@ export interface BatchGetCrawlersRequest {
1041
831
  */
1042
832
  CrawlerNames: string[] | undefined;
1043
833
  }
1044
- export declare namespace BatchGetCrawlersRequest {
1045
- /**
1046
- * @internal
1047
- */
1048
- const filterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
1049
- }
1050
834
  /**
1051
835
  * <p>Specifies Lake Formation configuration settings for the crawler.</p>
1052
836
  */
@@ -1060,12 +844,6 @@ export interface LakeFormationConfiguration {
1060
844
  */
1061
845
  AccountId?: string;
1062
846
  }
1063
- export declare namespace LakeFormationConfiguration {
1064
- /**
1065
- * @internal
1066
- */
1067
- const filterSensitiveLog: (obj: LakeFormationConfiguration) => any;
1068
- }
1069
847
  export declare enum LastCrawlStatus {
1070
848
  CANCELLED = "CANCELLED",
1071
849
  FAILED = "FAILED",
@@ -1100,12 +878,6 @@ export interface LastCrawlInfo {
1100
878
  */
1101
879
  StartTime?: Date;
1102
880
  }
1103
- export declare namespace LastCrawlInfo {
1104
- /**
1105
- * @internal
1106
- */
1107
- const filterSensitiveLog: (obj: LastCrawlInfo) => any;
1108
- }
1109
881
  export declare enum CrawlerLineageSettings {
1110
882
  DISABLE = "DISABLE",
1111
883
  ENABLE = "ENABLE"
@@ -1128,12 +900,6 @@ export interface LineageConfiguration {
1128
900
  */
1129
901
  CrawlerLineageSettings?: CrawlerLineageSettings | string;
1130
902
  }
1131
- export declare namespace LineageConfiguration {
1132
- /**
1133
- * @internal
1134
- */
1135
- const filterSensitiveLog: (obj: LineageConfiguration) => any;
1136
- }
1137
903
  export declare enum RecrawlBehavior {
1138
904
  CRAWL_EVENT_MODE = "CRAWL_EVENT_MODE",
1139
905
  CRAWL_EVERYTHING = "CRAWL_EVERYTHING",
@@ -1154,12 +920,6 @@ export interface RecrawlPolicy {
1154
920
  */
1155
921
  RecrawlBehavior?: RecrawlBehavior | string;
1156
922
  }
1157
- export declare namespace RecrawlPolicy {
1158
- /**
1159
- * @internal
1160
- */
1161
- const filterSensitiveLog: (obj: RecrawlPolicy) => any;
1162
- }
1163
923
  export declare enum ScheduleState {
1164
924
  NOT_SCHEDULED = "NOT_SCHEDULED",
1165
925
  SCHEDULED = "SCHEDULED",
@@ -1180,12 +940,6 @@ export interface Schedule {
1180
940
  */
1181
941
  State?: ScheduleState | string;
1182
942
  }
1183
- export declare namespace Schedule {
1184
- /**
1185
- * @internal
1186
- */
1187
- const filterSensitiveLog: (obj: Schedule) => any;
1188
- }
1189
943
  export declare enum DeleteBehavior {
1190
944
  DELETE_FROM_DATABASE = "DELETE_FROM_DATABASE",
1191
945
  DEPRECATE_IN_DATABASE = "DEPRECATE_IN_DATABASE",
@@ -1208,12 +962,6 @@ export interface SchemaChangePolicy {
1208
962
  */
1209
963
  DeleteBehavior?: DeleteBehavior | string;
1210
964
  }
1211
- export declare namespace SchemaChangePolicy {
1212
- /**
1213
- * @internal
1214
- */
1215
- const filterSensitiveLog: (obj: SchemaChangePolicy) => any;
1216
- }
1217
965
  export declare enum CrawlerState {
1218
966
  READY = "READY",
1219
967
  RUNNING = "RUNNING",
@@ -1236,12 +984,6 @@ export interface CatalogTarget {
1236
984
  */
1237
985
  ConnectionName?: string;
1238
986
  }
1239
- export declare namespace CatalogTarget {
1240
- /**
1241
- * @internal
1242
- */
1243
- const filterSensitiveLog: (obj: CatalogTarget) => any;
1244
- }
1245
987
  /**
1246
988
  * <p>Specifies a Delta data store to crawl one or more Delta tables.</p>
1247
989
  */
@@ -1259,12 +1001,6 @@ export interface DeltaTarget {
1259
1001
  */
1260
1002
  WriteManifest?: boolean;
1261
1003
  }
1262
- export declare namespace DeltaTarget {
1263
- /**
1264
- * @internal
1265
- */
1266
- const filterSensitiveLog: (obj: DeltaTarget) => any;
1267
- }
1268
1004
  /**
1269
1005
  * <p>Specifies an Amazon DynamoDB table to crawl.</p>
1270
1006
  */
@@ -1286,12 +1022,6 @@ export interface DynamoDBTarget {
1286
1022
  */
1287
1023
  scanRate?: number;
1288
1024
  }
1289
- export declare namespace DynamoDBTarget {
1290
- /**
1291
- * @internal
1292
- */
1293
- const filterSensitiveLog: (obj: DynamoDBTarget) => any;
1294
- }
1295
1025
  /**
1296
1026
  * <p>Specifies a JDBC data store to crawl.</p>
1297
1027
  */
@@ -1310,12 +1040,6 @@ export interface JdbcTarget {
1310
1040
  */
1311
1041
  Exclusions?: string[];
1312
1042
  }
1313
- export declare namespace JdbcTarget {
1314
- /**
1315
- * @internal
1316
- */
1317
- const filterSensitiveLog: (obj: JdbcTarget) => any;
1318
- }
1319
1043
  /**
1320
1044
  * <p>Specifies an Amazon DocumentDB or MongoDB data store to crawl.</p>
1321
1045
  */
@@ -1335,12 +1059,6 @@ export interface MongoDBTarget {
1335
1059
  */
1336
1060
  ScanAll?: boolean;
1337
1061
  }
1338
- export declare namespace MongoDBTarget {
1339
- /**
1340
- * @internal
1341
- */
1342
- const filterSensitiveLog: (obj: MongoDBTarget) => any;
1343
- }
1344
1062
  /**
1345
1063
  * <p>Specifies a data store in Amazon Simple Storage Service (Amazon S3).</p>
1346
1064
  */
@@ -1371,12 +1089,6 @@ export interface S3Target {
1371
1089
  */
1372
1090
  DlqEventQueueArn?: string;
1373
1091
  }
1374
- export declare namespace S3Target {
1375
- /**
1376
- * @internal
1377
- */
1378
- const filterSensitiveLog: (obj: S3Target) => any;
1379
- }
1380
1092
  /**
1381
1093
  * <p>Specifies data stores to crawl.</p>
1382
1094
  */
@@ -1406,12 +1118,6 @@ export interface CrawlerTargets {
1406
1118
  */
1407
1119
  DeltaTargets?: DeltaTarget[];
1408
1120
  }
1409
- export declare namespace CrawlerTargets {
1410
- /**
1411
- * @internal
1412
- */
1413
- const filterSensitiveLog: (obj: CrawlerTargets) => any;
1414
- }
1415
1121
  /**
1416
1122
  * <p>Specifies a crawler program that examines a data source and uses classifiers to try to
1417
1123
  * determine its schema. If successful, the crawler records metadata concerning the data source
@@ -1506,12 +1212,6 @@ export interface Crawler {
1506
1212
  */
1507
1213
  LakeFormationConfiguration?: LakeFormationConfiguration;
1508
1214
  }
1509
- export declare namespace Crawler {
1510
- /**
1511
- * @internal
1512
- */
1513
- const filterSensitiveLog: (obj: Crawler) => any;
1514
- }
1515
1215
  export interface BatchGetCrawlersResponse {
1516
1216
  /**
1517
1217
  * <p>A list of crawler definitions.</p>
@@ -1522,24 +1222,12 @@ export interface BatchGetCrawlersResponse {
1522
1222
  */
1523
1223
  CrawlersNotFound?: string[];
1524
1224
  }
1525
- export declare namespace BatchGetCrawlersResponse {
1526
- /**
1527
- * @internal
1528
- */
1529
- const filterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
1530
- }
1531
1225
  export interface BatchGetCustomEntityTypesRequest {
1532
1226
  /**
1533
1227
  * <p>A list of names of the custom patterns that you want to retrieve.</p>
1534
1228
  */
1535
1229
  Names: string[] | undefined;
1536
1230
  }
1537
- export declare namespace BatchGetCustomEntityTypesRequest {
1538
- /**
1539
- * @internal
1540
- */
1541
- const filterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
1542
- }
1543
1231
  /**
1544
1232
  * <p>An object representing a custom pattern for detecting sensitive data across the columns and rows of your structured data.</p>
1545
1233
  */
@@ -1559,12 +1247,6 @@ export interface CustomEntityType {
1559
1247
  */
1560
1248
  ContextWords?: string[];
1561
1249
  }
1562
- export declare namespace CustomEntityType {
1563
- /**
1564
- * @internal
1565
- */
1566
- const filterSensitiveLog: (obj: CustomEntityType) => any;
1567
- }
1568
1250
  export interface BatchGetCustomEntityTypesResponse {
1569
1251
  /**
1570
1252
  * <p>A list of <code>CustomEntityType</code> objects representing the custom patterns that have been created.</p>
@@ -1575,12 +1257,6 @@ export interface BatchGetCustomEntityTypesResponse {
1575
1257
  */
1576
1258
  CustomEntityTypesNotFound?: string[];
1577
1259
  }
1578
- export declare namespace BatchGetCustomEntityTypesResponse {
1579
- /**
1580
- * @internal
1581
- */
1582
- const filterSensitiveLog: (obj: BatchGetCustomEntityTypesResponse) => any;
1583
- }
1584
1260
  export interface BatchGetDevEndpointsRequest {
1585
1261
  /**
1586
1262
  * <p>The list of <code>DevEndpoint</code> names, which might be the names returned from the
@@ -1588,12 +1264,6 @@ export interface BatchGetDevEndpointsRequest {
1588
1264
  */
1589
1265
  DevEndpointNames: string[] | undefined;
1590
1266
  }
1591
- export declare namespace BatchGetDevEndpointsRequest {
1592
- /**
1593
- * @internal
1594
- */
1595
- const filterSensitiveLog: (obj: BatchGetDevEndpointsRequest) => any;
1596
- }
1597
1267
  export declare type WorkerType = "G.025X" | "G.1X" | "G.2X" | "Standard";
1598
1268
  /**
1599
1269
  * <p>A development endpoint where a developer can remotely debug extract, transform, and load
@@ -1762,12 +1432,6 @@ export interface DevEndpoint {
1762
1432
  */
1763
1433
  Arguments?: Record<string, string>;
1764
1434
  }
1765
- export declare namespace DevEndpoint {
1766
- /**
1767
- * @internal
1768
- */
1769
- const filterSensitiveLog: (obj: DevEndpoint) => any;
1770
- }
1771
1435
  export interface BatchGetDevEndpointsResponse {
1772
1436
  /**
1773
1437
  * <p>A list of <code>DevEndpoint</code> definitions.</p>
@@ -1778,12 +1442,6 @@ export interface BatchGetDevEndpointsResponse {
1778
1442
  */
1779
1443
  DevEndpointsNotFound?: string[];
1780
1444
  }
1781
- export declare namespace BatchGetDevEndpointsResponse {
1782
- /**
1783
- * @internal
1784
- */
1785
- const filterSensitiveLog: (obj: BatchGetDevEndpointsResponse) => any;
1786
- }
1787
1445
  export interface BatchGetJobsRequest {
1788
1446
  /**
1789
1447
  * <p>A list of job names, which might be the names returned from the <code>ListJobs</code>
@@ -1791,12 +1449,6 @@ export interface BatchGetJobsRequest {
1791
1449
  */
1792
1450
  JobNames: string[] | undefined;
1793
1451
  }
1794
- export declare namespace BatchGetJobsRequest {
1795
- /**
1796
- * @internal
1797
- */
1798
- const filterSensitiveLog: (obj: BatchGetJobsRequest) => any;
1799
- }
1800
1452
  /**
1801
1453
  * <p>Specifies options related to data preview for viewing a sample of your data.</p>
1802
1454
  */
@@ -1810,12 +1462,6 @@ export interface StreamingDataPreviewOptions {
1810
1462
  */
1811
1463
  RecordPollingLimit?: number;
1812
1464
  }
1813
- export declare namespace StreamingDataPreviewOptions {
1814
- /**
1815
- * @internal
1816
- */
1817
- const filterSensitiveLog: (obj: StreamingDataPreviewOptions) => any;
1818
- }
1819
1465
  /**
1820
1466
  * <p>Additional options for streaming.</p>
1821
1467
  */
@@ -1881,12 +1527,6 @@ export interface KafkaStreamingSourceOptions {
1881
1527
  */
1882
1528
  MinPartitions?: number;
1883
1529
  }
1884
- export declare namespace KafkaStreamingSourceOptions {
1885
- /**
1886
- * @internal
1887
- */
1888
- const filterSensitiveLog: (obj: KafkaStreamingSourceOptions) => any;
1889
- }
1890
1530
  /**
1891
1531
  * <p>Specifies an Apache Kafka data store in the Data Catalog.</p>
1892
1532
  */
@@ -1920,12 +1560,6 @@ export interface CatalogKafkaSource {
1920
1560
  */
1921
1561
  DataPreviewOptions?: StreamingDataPreviewOptions;
1922
1562
  }
1923
- export declare namespace CatalogKafkaSource {
1924
- /**
1925
- * @internal
1926
- */
1927
- const filterSensitiveLog: (obj: CatalogKafkaSource) => any;
1928
- }
1929
1563
  export declare enum StartingPosition {
1930
1564
  EARLIEST = "earliest",
1931
1565
  LATEST = "latest",
@@ -2008,12 +1642,6 @@ export interface KinesisStreamingSourceOptions {
2008
1642
  */
2009
1643
  RoleSessionName?: string;
2010
1644
  }
2011
- export declare namespace KinesisStreamingSourceOptions {
2012
- /**
2013
- * @internal
2014
- */
2015
- const filterSensitiveLog: (obj: KinesisStreamingSourceOptions) => any;
2016
- }
2017
1645
  /**
2018
1646
  * <p>Specifies a Kinesis data source in the Glue Data Catalog.</p>
2019
1647
  */
@@ -2047,12 +1675,6 @@ export interface CatalogKinesisSource {
2047
1675
  */
2048
1676
  DataPreviewOptions?: StreamingDataPreviewOptions;
2049
1677
  }
2050
- export declare namespace CatalogKinesisSource {
2051
- /**
2052
- * @internal
2053
- */
2054
- const filterSensitiveLog: (obj: CatalogKinesisSource) => any;
2055
- }
2056
1678
  /**
2057
1679
  * <p>Specifies a data store in the Glue Data Catalog.</p>
2058
1680
  */
@@ -2070,12 +1692,6 @@ export interface CatalogSource {
2070
1692
  */
2071
1693
  Table: string | undefined;
2072
1694
  }
2073
- export declare namespace CatalogSource {
2074
- /**
2075
- * @internal
2076
- */
2077
- const filterSensitiveLog: (obj: CatalogSource) => any;
2078
- }
2079
1695
  /**
2080
1696
  * <p>Specifies a target that uses a Glue Data Catalog table.</p>
2081
1697
  */
@@ -2097,12 +1713,6 @@ export interface BasicCatalogTarget {
2097
1713
  */
2098
1714
  Table: string | undefined;
2099
1715
  }
2100
- export declare namespace BasicCatalogTarget {
2101
- /**
2102
- * @internal
2103
- */
2104
- const filterSensitiveLog: (obj: BasicCatalogTarget) => any;
2105
- }
2106
1716
  /**
2107
1717
  * <p>Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.</p>
2108
1718
  */
@@ -2128,12 +1738,6 @@ export interface CustomCode {
2128
1738
  */
2129
1739
  OutputSchemas?: GlueSchema[];
2130
1740
  }
2131
- export declare namespace CustomCode {
2132
- /**
2133
- * @internal
2134
- */
2135
- const filterSensitiveLog: (obj: CustomCode) => any;
2136
- }
2137
1741
  /**
2138
1742
  * <p>Specifies an Apache Kafka data store.</p>
2139
1743
  */
@@ -2159,12 +1763,6 @@ export interface DirectKafkaSource {
2159
1763
  */
2160
1764
  DataPreviewOptions?: StreamingDataPreviewOptions;
2161
1765
  }
2162
- export declare namespace DirectKafkaSource {
2163
- /**
2164
- * @internal
2165
- */
2166
- const filterSensitiveLog: (obj: DirectKafkaSource) => any;
2167
- }
2168
1766
  /**
2169
1767
  * <p>Specifies a direct Amazon Kinesis data source.</p>
2170
1768
  */
@@ -2190,12 +1788,6 @@ export interface DirectKinesisSource {
2190
1788
  */
2191
1789
  DataPreviewOptions?: StreamingDataPreviewOptions;
2192
1790
  }
2193
- export declare namespace DirectKinesisSource {
2194
- /**
2195
- * @internal
2196
- */
2197
- const filterSensitiveLog: (obj: DirectKinesisSource) => any;
2198
- }
2199
1791
  /**
2200
1792
  * <p>Specifies a transform that removes rows of repeating data from a data set. </p>
2201
1793
  */
@@ -2213,12 +1805,6 @@ export interface DropDuplicates {
2213
1805
  */
2214
1806
  Columns?: string[][];
2215
1807
  }
2216
- export declare namespace DropDuplicates {
2217
- /**
2218
- * @internal
2219
- */
2220
- const filterSensitiveLog: (obj: DropDuplicates) => any;
2221
- }
2222
1808
  /**
2223
1809
  * <p>Specifies a transform that chooses the data property keys that you want to drop.</p>
2224
1810
  */
@@ -2236,12 +1822,6 @@ export interface DropFields {
2236
1822
  */
2237
1823
  Paths: string[][] | undefined;
2238
1824
  }
2239
- export declare namespace DropFields {
2240
- /**
2241
- * @internal
2242
- */
2243
- const filterSensitiveLog: (obj: DropFields) => any;
2244
- }
2245
1825
  /**
2246
1826
  * <p>Represents whether certain values are recognized as null values for removal.</p>
2247
1827
  */
@@ -2259,12 +1839,6 @@ export interface NullCheckBoxList {
2259
1839
  */
2260
1840
  IsNegOne?: boolean;
2261
1841
  }
2262
- export declare namespace NullCheckBoxList {
2263
- /**
2264
- * @internal
2265
- */
2266
- const filterSensitiveLog: (obj: NullCheckBoxList) => any;
2267
- }
2268
1842
  /**
2269
1843
  * <p>A structure representing the datatype of the value.</p>
2270
1844
  */
@@ -2278,12 +1852,6 @@ export interface Datatype {
2278
1852
  */
2279
1853
  Label: string | undefined;
2280
1854
  }
2281
- export declare namespace Datatype {
2282
- /**
2283
- * @internal
2284
- */
2285
- const filterSensitiveLog: (obj: Datatype) => any;
2286
- }
2287
1855
  /**
2288
1856
  * <p>Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.</p>
2289
1857
  */
@@ -2297,12 +1865,6 @@ export interface NullValueField {
2297
1865
  */
2298
1866
  Datatype: Datatype | undefined;
2299
1867
  }
2300
- export declare namespace NullValueField {
2301
- /**
2302
- * @internal
2303
- */
2304
- const filterSensitiveLog: (obj: NullValueField) => any;
2305
- }
2306
1868
  /**
2307
1869
  * <p>Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.</p>
2308
1870
  */
@@ -2326,12 +1888,6 @@ export interface DropNullFields {
2326
1888
  */
2327
1889
  NullTextList?: NullValueField[];
2328
1890
  }
2329
- export declare namespace DropNullFields {
2330
- /**
2331
- * @internal
2332
- */
2333
- const filterSensitiveLog: (obj: DropNullFields) => any;
2334
- }
2335
1891
  /**
2336
1892
  * <p>Specifies a DynamoDB data source in the Glue Data Catalog.</p>
2337
1893
  */
@@ -2349,12 +1905,6 @@ export interface DynamoDBCatalogSource {
2349
1905
  */
2350
1906
  Table: string | undefined;
2351
1907
  }
2352
- export declare namespace DynamoDBCatalogSource {
2353
- /**
2354
- * @internal
2355
- */
2356
- const filterSensitiveLog: (obj: DynamoDBCatalogSource) => any;
2357
- }
2358
1908
  /**
2359
1909
  * <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>
2360
1910
  */
@@ -2376,12 +1926,6 @@ export interface FillMissingValues {
2376
1926
  */
2377
1927
  FilledPath?: string;
2378
1928
  }
2379
- export declare namespace FillMissingValues {
2380
- /**
2381
- * @internal
2382
- */
2383
- const filterSensitiveLog: (obj: FillMissingValues) => any;
2384
- }
2385
1929
  export declare enum FilterOperation {
2386
1930
  EQ = "EQ",
2387
1931
  GT = "GT",
@@ -2408,12 +1952,6 @@ export interface FilterValue {
2408
1952
  */
2409
1953
  Value: string[] | undefined;
2410
1954
  }
2411
- export declare namespace FilterValue {
2412
- /**
2413
- * @internal
2414
- */
2415
- const filterSensitiveLog: (obj: FilterValue) => any;
2416
- }
2417
1955
  /**
2418
1956
  * <p>Specifies a filter expression.</p>
2419
1957
  */
@@ -2431,12 +1969,6 @@ export interface FilterExpression {
2431
1969
  */
2432
1970
  Values: FilterValue[] | undefined;
2433
1971
  }
2434
- export declare namespace FilterExpression {
2435
- /**
2436
- * @internal
2437
- */
2438
- const filterSensitiveLog: (obj: FilterExpression) => any;
2439
- }
2440
1972
  export declare enum FilterLogicalOperator {
2441
1973
  AND = "AND",
2442
1974
  OR = "OR"
@@ -2462,12 +1994,6 @@ export interface Filter {
2462
1994
  */
2463
1995
  Filters: FilterExpression[] | undefined;
2464
1996
  }
2465
- export declare namespace Filter {
2466
- /**
2467
- * @internal
2468
- */
2469
- const filterSensitiveLog: (obj: Filter) => any;
2470
- }
2471
1997
  /**
2472
1998
  * <p>Specifies additional connection options for the Amazon S3 data store.</p>
2473
1999
  */
@@ -2481,12 +2007,6 @@ export interface S3SourceAdditionalOptions {
2481
2007
  */
2482
2008
  BoundedFiles?: number;
2483
2009
  }
2484
- export declare namespace S3SourceAdditionalOptions {
2485
- /**
2486
- * @internal
2487
- */
2488
- const filterSensitiveLog: (obj: S3SourceAdditionalOptions) => any;
2489
- }
2490
2010
  /**
2491
2011
  * <p>Specifies the data store in the governed Glue Data Catalog.</p>
2492
2012
  */
@@ -2512,12 +2032,6 @@ export interface GovernedCatalogSource {
2512
2032
  */
2513
2033
  AdditionalOptions?: S3SourceAdditionalOptions;
2514
2034
  }
2515
- export declare namespace GovernedCatalogSource {
2516
- /**
2517
- * @internal
2518
- */
2519
- const filterSensitiveLog: (obj: GovernedCatalogSource) => any;
2520
- }
2521
2035
  export declare enum UpdateCatalogBehavior {
2522
2036
  LOG = "LOG",
2523
2037
  UPDATE_IN_DATABASE = "UPDATE_IN_DATABASE"
@@ -2535,12 +2049,6 @@ export interface CatalogSchemaChangePolicy {
2535
2049
  */
2536
2050
  UpdateBehavior?: UpdateCatalogBehavior | string;
2537
2051
  }
2538
- export declare namespace CatalogSchemaChangePolicy {
2539
- /**
2540
- * @internal
2541
- */
2542
- const filterSensitiveLog: (obj: CatalogSchemaChangePolicy) => any;
2543
- }
2544
2052
  /**
2545
2053
  * <p>Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.</p>
2546
2054
  */
@@ -2570,12 +2078,6 @@ export interface GovernedCatalogTarget {
2570
2078
  */
2571
2079
  SchemaChangePolicy?: CatalogSchemaChangePolicy;
2572
2080
  }
2573
- export declare namespace GovernedCatalogTarget {
2574
- /**
2575
- * @internal
2576
- */
2577
- const filterSensitiveLog: (obj: GovernedCatalogTarget) => any;
2578
- }
2579
2081
  export declare enum JDBCDataType {
2580
2082
  ARRAY = "ARRAY",
2581
2083
  BIGINT = "BIGINT",
@@ -2672,12 +2174,6 @@ export interface JDBCConnectorOptions {
2672
2174
  */
2673
2175
  DataTypeMapping?: Record<string, GlueRecordType | string>;
2674
2176
  }
2675
- export declare namespace JDBCConnectorOptions {
2676
- /**
2677
- * @internal
2678
- */
2679
- const filterSensitiveLog: (obj: JDBCConnectorOptions) => any;
2680
- }
2681
2177
  /**
2682
2178
  * <p>Specifies a connector to a JDBC data source.</p>
2683
2179
  */
@@ -2715,12 +2211,6 @@ export interface JDBCConnectorSource {
2715
2211
  */
2716
2212
  OutputSchemas?: GlueSchema[];
2717
2213
  }
2718
- export declare namespace JDBCConnectorSource {
2719
- /**
2720
- * @internal
2721
- */
2722
- const filterSensitiveLog: (obj: JDBCConnectorSource) => any;
2723
- }
2724
2214
  /**
2725
2215
  * <p>Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.</p>
2726
2216
  */
@@ -2758,12 +2248,6 @@ export interface JDBCConnectorTarget {
2758
2248
  */
2759
2249
  OutputSchemas?: GlueSchema[];
2760
2250
  }
2761
- export declare namespace JDBCConnectorTarget {
2762
- /**
2763
- * @internal
2764
- */
2765
- const filterSensitiveLog: (obj: JDBCConnectorTarget) => any;
2766
- }
2767
2251
  /**
2768
2252
  * <p>Specifies a column to be joined.</p>
2769
2253
  */
@@ -2777,12 +2261,6 @@ export interface JoinColumn {
2777
2261
  */
2778
2262
  Keys: string[][] | undefined;
2779
2263
  }
2780
- export declare namespace JoinColumn {
2781
- /**
2782
- * @internal
2783
- */
2784
- const filterSensitiveLog: (obj: JoinColumn) => any;
2785
- }
2786
2264
  export declare enum JoinType {
2787
2265
  EQUIJOIN = "equijoin",
2788
2266
  LEFT = "left",
@@ -2812,12 +2290,6 @@ export interface Join {
2812
2290
  */
2813
2291
  Columns: JoinColumn[] | undefined;
2814
2292
  }
2815
- export declare namespace Join {
2816
- /**
2817
- * @internal
2818
- */
2819
- const filterSensitiveLog: (obj: Join) => any;
2820
- }
2821
2293
  /**
2822
2294
  * <p>Specifies a transform that merges a <code>DynamicFrame</code> with a staging <code>DynamicFrame</code> based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated. </p>
2823
2295
  */
@@ -2839,12 +2311,6 @@ export interface Merge {
2839
2311
  */
2840
2312
  PrimaryKeys: string[][] | undefined;
2841
2313
  }
2842
- export declare namespace Merge {
2843
- /**
2844
- * @internal
2845
- */
2846
- const filterSensitiveLog: (obj: Merge) => any;
2847
- }
2848
2314
  /**
2849
2315
  * <p>Specifies a Microsoft SQL server data source in the Glue Data Catalog.</p>
2850
2316
  */
@@ -2862,12 +2328,6 @@ export interface MicrosoftSQLServerCatalogSource {
2862
2328
  */
2863
2329
  Table: string | undefined;
2864
2330
  }
2865
- export declare namespace MicrosoftSQLServerCatalogSource {
2866
- /**
2867
- * @internal
2868
- */
2869
- const filterSensitiveLog: (obj: MicrosoftSQLServerCatalogSource) => any;
2870
- }
2871
2331
  /**
2872
2332
  * <p>Specifies a target that uses Microsoft SQL.</p>
2873
2333
  */
@@ -2889,12 +2349,6 @@ export interface MicrosoftSQLServerCatalogTarget {
2889
2349
  */
2890
2350
  Table: string | undefined;
2891
2351
  }
2892
- export declare namespace MicrosoftSQLServerCatalogTarget {
2893
- /**
2894
- * @internal
2895
- */
2896
- const filterSensitiveLog: (obj: MicrosoftSQLServerCatalogTarget) => any;
2897
- }
2898
2352
  /**
2899
2353
  * <p>Specifies a MySQL data source in the Glue Data Catalog.</p>
2900
2354
  */
@@ -2912,12 +2366,6 @@ export interface MySQLCatalogSource {
2912
2366
  */
2913
2367
  Table: string | undefined;
2914
2368
  }
2915
- export declare namespace MySQLCatalogSource {
2916
- /**
2917
- * @internal
2918
- */
2919
- const filterSensitiveLog: (obj: MySQLCatalogSource) => any;
2920
- }
2921
2369
  /**
2922
2370
  * <p>Specifies a target that uses MySQL.</p>
2923
2371
  */
@@ -2939,12 +2387,6 @@ export interface MySQLCatalogTarget {
2939
2387
  */
2940
2388
  Table: string | undefined;
2941
2389
  }
2942
- export declare namespace MySQLCatalogTarget {
2943
- /**
2944
- * @internal
2945
- */
2946
- const filterSensitiveLog: (obj: MySQLCatalogTarget) => any;
2947
- }
2948
2390
  /**
2949
2391
  * <p>Specifies an Oracle data source in the Glue Data Catalog.</p>
2950
2392
  */
@@ -2962,12 +2404,6 @@ export interface OracleSQLCatalogSource {
2962
2404
  */
2963
2405
  Table: string | undefined;
2964
2406
  }
2965
- export declare namespace OracleSQLCatalogSource {
2966
- /**
2967
- * @internal
2968
- */
2969
- const filterSensitiveLog: (obj: OracleSQLCatalogSource) => any;
2970
- }
2971
2407
  /**
2972
2408
  * <p>Specifies a target that uses Oracle SQL.</p>
2973
2409
  */
@@ -2989,12 +2425,6 @@ export interface OracleSQLCatalogTarget {
2989
2425
  */
2990
2426
  Table: string | undefined;
2991
2427
  }
2992
- export declare namespace OracleSQLCatalogTarget {
2993
- /**
2994
- * @internal
2995
- */
2996
- const filterSensitiveLog: (obj: OracleSQLCatalogTarget) => any;
2997
- }
2998
2428
  export declare enum PiiType {
2999
2429
  ColumnAudit = "ColumnAudit",
3000
2430
  ColumnMasking = "ColumnMasking",
@@ -3043,12 +2473,6 @@ export interface PIIDetection {
3043
2473
  */
3044
2474
  MaskValue?: string;
3045
2475
  }
3046
- export declare namespace PIIDetection {
3047
- /**
3048
- * @internal
3049
- */
3050
- const filterSensitiveLog: (obj: PIIDetection) => any;
3051
- }
3052
2476
  /**
3053
2477
  * <p>Specifies a PostgresSQL data source in the Glue Data Catalog.</p>
3054
2478
  */
@@ -3066,12 +2490,6 @@ export interface PostgreSQLCatalogSource {
3066
2490
  */
3067
2491
  Table: string | undefined;
3068
2492
  }
3069
- export declare namespace PostgreSQLCatalogSource {
3070
- /**
3071
- * @internal
3072
- */
3073
- const filterSensitiveLog: (obj: PostgreSQLCatalogSource) => any;
3074
- }
3075
2493
  /**
3076
2494
  * <p>Specifies a target that uses Postgres SQL.</p>
3077
2495
  */
@@ -3093,12 +2511,6 @@ export interface PostgreSQLCatalogTarget {
3093
2511
  */
3094
2512
  Table: string | undefined;
3095
2513
  }
3096
- export declare namespace PostgreSQLCatalogTarget {
3097
- /**
3098
- * @internal
3099
- */
3100
- const filterSensitiveLog: (obj: PostgreSQLCatalogTarget) => any;
3101
- }
3102
2514
  /**
3103
2515
  * <p>Specifies an Amazon Redshift data store.</p>
3104
2516
  */
@@ -3124,12 +2536,6 @@ export interface RedshiftSource {
3124
2536
  */
3125
2537
  TmpDirIAMRole?: string;
3126
2538
  }
3127
- export declare namespace RedshiftSource {
3128
- /**
3129
- * @internal
3130
- */
3131
- const filterSensitiveLog: (obj: RedshiftSource) => any;
3132
- }
3133
2539
  /**
3134
2540
  * <p>The options to configure an upsert operation when writing to a Redshift target .</p>
3135
2541
  */
@@ -3147,12 +2553,6 @@ export interface UpsertRedshiftTargetOptions {
3147
2553
  */
3148
2554
  UpsertKeys?: string[];
3149
2555
  }
3150
- export declare namespace UpsertRedshiftTargetOptions {
3151
- /**
3152
- * @internal
3153
- */
3154
- const filterSensitiveLog: (obj: UpsertRedshiftTargetOptions) => any;
3155
- }
3156
2556
  /**
3157
2557
  * <p>Specifies a target that uses Amazon Redshift.</p>
3158
2558
  */
@@ -3186,12 +2586,6 @@ export interface RedshiftTarget {
3186
2586
  */
3187
2587
  UpsertRedshiftOptions?: UpsertRedshiftTargetOptions;
3188
2588
  }
3189
- export declare namespace RedshiftTarget {
3190
- /**
3191
- * @internal
3192
- */
3193
- const filterSensitiveLog: (obj: RedshiftTarget) => any;
3194
- }
3195
2589
  /**
3196
2590
  * <p>Specifies a Relational database data source in the Glue Data Catalog.</p>
3197
2591
  */
@@ -3209,12 +2603,6 @@ export interface RelationalCatalogSource {
3209
2603
  */
3210
2604
  Table: string | undefined;
3211
2605
  }
3212
- export declare namespace RelationalCatalogSource {
3213
- /**
3214
- * @internal
3215
- */
3216
- const filterSensitiveLog: (obj: RelationalCatalogSource) => any;
3217
- }
3218
2606
  /**
3219
2607
  * <p>Specifies a transform that renames a single data property key.</p>
3220
2608
  */
@@ -3236,12 +2624,6 @@ export interface RenameField {
3236
2624
  */
3237
2625
  TargetPath: string[] | undefined;
3238
2626
  }
3239
- export declare namespace RenameField {
3240
- /**
3241
- * @internal
3242
- */
3243
- const filterSensitiveLog: (obj: RenameField) => any;
3244
- }
3245
2627
  /**
3246
2628
  * <p>Specifies an Amazon S3 data store in the Glue Data Catalog.</p>
3247
2629
  */
@@ -3267,12 +2649,6 @@ export interface S3CatalogSource {
3267
2649
  */
3268
2650
  AdditionalOptions?: S3SourceAdditionalOptions;
3269
2651
  }
3270
- export declare namespace S3CatalogSource {
3271
- /**
3272
- * @internal
3273
- */
3274
- const filterSensitiveLog: (obj: S3CatalogSource) => any;
3275
- }
3276
2652
  /**
3277
2653
  * <p>Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.</p>
3278
2654
  */
@@ -3302,12 +2678,6 @@ export interface S3CatalogTarget {
3302
2678
  */
3303
2679
  SchemaChangePolicy?: CatalogSchemaChangePolicy;
3304
2680
  }
3305
- export declare namespace S3CatalogTarget {
3306
- /**
3307
- * @internal
3308
- */
3309
- const filterSensitiveLog: (obj: S3CatalogTarget) => any;
3310
- }
3311
2681
  /**
3312
2682
  * <p>Specifies additional connection options for the Amazon S3 data store.</p>
3313
2683
  */
@@ -3329,12 +2699,6 @@ export interface S3DirectSourceAdditionalOptions {
3329
2699
  */
3330
2700
  SamplePath?: string;
3331
2701
  }
3332
- export declare namespace S3DirectSourceAdditionalOptions {
3333
- /**
3334
- * @internal
3335
- */
3336
- const filterSensitiveLog: (obj: S3DirectSourceAdditionalOptions) => any;
3337
- }
3338
2702
  export declare enum CompressionType {
3339
2703
  BZIP2 = "bzip2",
3340
2704
  GZIP = "gzip"
@@ -3433,12 +2797,6 @@ export interface S3CsvSource {
3433
2797
  */
3434
2798
  OutputSchemas?: GlueSchema[];
3435
2799
  }
3436
- export declare namespace S3CsvSource {
3437
- /**
3438
- * @internal
3439
- */
3440
- const filterSensitiveLog: (obj: S3CsvSource) => any;
3441
- }
3442
2800
  export declare enum TargetFormat {
3443
2801
  AVRO = "avro",
3444
2802
  CSV = "csv",
@@ -3467,12 +2825,6 @@ export interface DirectSchemaChangePolicy {
3467
2825
  */
3468
2826
  Database?: string;
3469
2827
  }
3470
- export declare namespace DirectSchemaChangePolicy {
3471
- /**
3472
- * @internal
3473
- */
3474
- const filterSensitiveLog: (obj: DirectSchemaChangePolicy) => any;
3475
- }
3476
2828
  /**
3477
2829
  * <p>Specifies a data target that writes to Amazon S3.</p>
3478
2830
  */
@@ -3506,12 +2858,6 @@ export interface S3DirectTarget {
3506
2858
  */
3507
2859
  SchemaChangePolicy?: DirectSchemaChangePolicy;
3508
2860
  }
3509
- export declare namespace S3DirectTarget {
3510
- /**
3511
- * @internal
3512
- */
3513
- const filterSensitiveLog: (obj: S3DirectTarget) => any;
3514
- }
3515
2861
  export declare enum ParquetCompressionType {
3516
2862
  GZIP = "gzip",
3517
2863
  LZO = "lzo",
@@ -3548,12 +2894,6 @@ export interface S3GlueParquetTarget {
3548
2894
  */
3549
2895
  SchemaChangePolicy?: DirectSchemaChangePolicy;
3550
2896
  }
3551
- export declare namespace S3GlueParquetTarget {
3552
- /**
3553
- * @internal
3554
- */
3555
- const filterSensitiveLog: (obj: S3GlueParquetTarget) => any;
3556
- }
3557
2897
  /**
3558
2898
  * <p>Specifies a JSON data store stored in Amazon S3.</p>
3559
2899
  */
@@ -3611,12 +2951,6 @@ export interface S3JsonSource {
3611
2951
  */
3612
2952
  OutputSchemas?: GlueSchema[];
3613
2953
  }
3614
- export declare namespace S3JsonSource {
3615
- /**
3616
- * @internal
3617
- */
3618
- const filterSensitiveLog: (obj: S3JsonSource) => any;
3619
- }
3620
2954
  /**
3621
2955
  * <p>Specifies an Apache Parquet data store stored in Amazon S3.</p>
3622
2956
  */
@@ -3666,12 +3000,6 @@ export interface S3ParquetSource {
3666
3000
  */
3667
3001
  OutputSchemas?: GlueSchema[];
3668
3002
  }
3669
- export declare namespace S3ParquetSource {
3670
- /**
3671
- * @internal
3672
- */
3673
- const filterSensitiveLog: (obj: S3ParquetSource) => any;
3674
- }
3675
3003
  /**
3676
3004
  * <p>Specifies a transform that chooses the data property keys that you want to keep.</p>
3677
3005
  */
@@ -3689,12 +3017,6 @@ export interface SelectFields {
3689
3017
  */
3690
3018
  Paths: string[][] | undefined;
3691
3019
  }
3692
- export declare namespace SelectFields {
3693
- /**
3694
- * @internal
3695
- */
3696
- const filterSensitiveLog: (obj: SelectFields) => any;
3697
- }
3698
3020
  /**
3699
3021
  * <p>Specifies a transform that chooses one <code>DynamicFrame</code> from a collection of <code>DynamicFrames</code>. The output is the selected <code>DynamicFrame</code>
3700
3022
  * </p>
@@ -3713,12 +3035,6 @@ export interface SelectFromCollection {
3713
3035
  */
3714
3036
  Index: number | undefined;
3715
3037
  }
3716
- export declare namespace SelectFromCollection {
3717
- /**
3718
- * @internal
3719
- */
3720
- const filterSensitiveLog: (obj: SelectFromCollection) => any;
3721
- }
3722
3038
  /**
3723
3039
  * <p>Specifies a connector to an Apache Spark data source.</p>
3724
3040
  */
@@ -3748,12 +3064,6 @@ export interface SparkConnectorSource {
3748
3064
  */
3749
3065
  OutputSchemas?: GlueSchema[];
3750
3066
  }
3751
- export declare namespace SparkConnectorSource {
3752
- /**
3753
- * @internal
3754
- */
3755
- const filterSensitiveLog: (obj: SparkConnectorSource) => any;
3756
- }
3757
3067
  /**
3758
3068
  * <p>Specifies a target that uses an Apache Spark connector.</p>
3759
3069
  */
@@ -3787,12 +3097,6 @@ export interface SparkConnectorTarget {
3787
3097
  */
3788
3098
  OutputSchemas?: GlueSchema[];
3789
3099
  }
3790
- export declare namespace SparkConnectorTarget {
3791
- /**
3792
- * @internal
3793
- */
3794
- const filterSensitiveLog: (obj: SparkConnectorTarget) => any;
3795
- }
3796
3100
  /**
3797
3101
  * <p>Represents a single entry in the list of values for <code>SqlAliases</code>. </p>
3798
3102
  */
@@ -3806,12 +3110,6 @@ export interface SqlAlias {
3806
3110
  */
3807
3111
  Alias: string | undefined;
3808
3112
  }
3809
- export declare namespace SqlAlias {
3810
- /**
3811
- * @internal
3812
- */
3813
- const filterSensitiveLog: (obj: SqlAlias) => any;
3814
- }
3815
3113
  /**
3816
3114
  * <p>Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single <code>DynamicFrame</code>.</p>
3817
3115
  */
@@ -3844,12 +3142,6 @@ export interface SparkSQL {
3844
3142
  */
3845
3143
  OutputSchemas?: GlueSchema[];
3846
3144
  }
3847
- export declare namespace SparkSQL {
3848
- /**
3849
- * @internal
3850
- */
3851
- const filterSensitiveLog: (obj: SparkSQL) => any;
3852
- }
3853
3145
  /**
3854
3146
  * <p>Specifies a transform that writes samples of the data to an Amazon S3 bucket.</p>
3855
3147
  */
@@ -3875,12 +3167,6 @@ export interface Spigot {
3875
3167
  */
3876
3168
  Prob?: number;
3877
3169
  }
3878
- export declare namespace Spigot {
3879
- /**
3880
- * @internal
3881
- */
3882
- const filterSensitiveLog: (obj: Spigot) => any;
3883
- }
3884
3170
  /**
3885
3171
  * <p>Specifies a transform that splits data property keys into two <code>DynamicFrames</code>. The output is a collection of <code>DynamicFrames</code>: one with selected data property keys, and one with the remaining data property keys.</p>
3886
3172
  */
@@ -3898,12 +3184,6 @@ export interface SplitFields {
3898
3184
  */
3899
3185
  Paths: string[][] | undefined;
3900
3186
  }
3901
- export declare namespace SplitFields {
3902
- /**
3903
- * @internal
3904
- */
3905
- const filterSensitiveLog: (obj: SplitFields) => any;
3906
- }
3907
3187
  export declare enum UnionType {
3908
3188
  ALL = "ALL",
3909
3189
  DISTINCT = "DISTINCT"
@@ -3929,12 +3209,6 @@ export interface Union {
3929
3209
  */
3930
3210
  UnionType: UnionType | string | undefined;
3931
3211
  }
3932
- export declare namespace Union {
3933
- /**
3934
- * @internal
3935
- */
3936
- const filterSensitiveLog: (obj: Union) => any;
3937
- }
3938
3212
  /**
3939
3213
  * <p>Specifies code that runs when a job is run.</p>
3940
3214
  */
@@ -3955,12 +3229,6 @@ export interface JobCommand {
3955
3229
  */
3956
3230
  PythonVersion?: string;
3957
3231
  }
3958
- export declare namespace JobCommand {
3959
- /**
3960
- * @internal
3961
- */
3962
- const filterSensitiveLog: (obj: JobCommand) => any;
3963
- }
3964
3232
  /**
3965
3233
  * <p>Specifies the connections used by a job.</p>
3966
3234
  */
@@ -3970,12 +3238,6 @@ export interface ConnectionsList {
3970
3238
  */
3971
3239
  Connections?: string[];
3972
3240
  }
3973
- export declare namespace ConnectionsList {
3974
- /**
3975
- * @internal
3976
- */
3977
- const filterSensitiveLog: (obj: ConnectionsList) => any;
3978
- }
3979
3241
  /**
3980
3242
  * <p>An execution property of a job.</p>
3981
3243
  */
@@ -3987,12 +3249,6 @@ export interface ExecutionProperty {
3987
3249
  */
3988
3250
  MaxConcurrentRuns?: number;
3989
3251
  }
3990
- export declare namespace ExecutionProperty {
3991
- /**
3992
- * @internal
3993
- */
3994
- const filterSensitiveLog: (obj: ExecutionProperty) => any;
3995
- }
3996
3252
  export interface BatchGetPartitionRequest {
3997
3253
  /**
3998
3254
  * <p>The ID of the Data Catalog where the partitions in question reside.
@@ -4012,12 +3268,6 @@ export interface BatchGetPartitionRequest {
4012
3268
  */
4013
3269
  PartitionsToGet: PartitionValueList[] | undefined;
4014
3270
  }
4015
- export declare namespace BatchGetPartitionRequest {
4016
- /**
4017
- * @internal
4018
- */
4019
- const filterSensitiveLog: (obj: BatchGetPartitionRequest) => any;
4020
- }
4021
3271
  /**
4022
3272
  * <p>Represents a slice of table data.</p>
4023
3273
  */
@@ -4061,12 +3311,6 @@ export interface Partition {
4061
3311
  */
4062
3312
  CatalogId?: string;
4063
3313
  }
4064
- export declare namespace Partition {
4065
- /**
4066
- * @internal
4067
- */
4068
- const filterSensitiveLog: (obj: Partition) => any;
4069
- }
4070
3314
  export interface BatchGetPartitionResponse {
4071
3315
  /**
4072
3316
  * <p>A list of the requested partitions.</p>
@@ -4078,12 +3322,6 @@ export interface BatchGetPartitionResponse {
4078
3322
  */
4079
3323
  UnprocessedKeys?: PartitionValueList[];
4080
3324
  }
4081
- export declare namespace BatchGetPartitionResponse {
4082
- /**
4083
- * @internal
4084
- */
4085
- const filterSensitiveLog: (obj: BatchGetPartitionResponse) => any;
4086
- }
4087
3325
  /**
4088
3326
  * <p>An error that indicates your data is in an invalid state.</p>
4089
3327
  */
@@ -4105,12 +3343,6 @@ export interface BatchGetTriggersRequest {
4105
3343
  */
4106
3344
  TriggerNames: string[] | undefined;
4107
3345
  }
4108
- export declare namespace BatchGetTriggersRequest {
4109
- /**
4110
- * @internal
4111
- */
4112
- const filterSensitiveLog: (obj: BatchGetTriggersRequest) => any;
4113
- }
4114
3346
  /**
4115
3347
  * <p>Batch condition that must be met (specified number of events received or batch time window expired)
4116
3348
  * before EventBridge event trigger fires.</p>
@@ -4125,12 +3357,6 @@ export interface EventBatchingCondition {
4125
3357
  */
4126
3358
  BatchWindow?: number;
4127
3359
  }
4128
- export declare namespace EventBatchingCondition {
4129
- /**
4130
- * @internal
4131
- */
4132
- const filterSensitiveLog: (obj: EventBatchingCondition) => any;
4133
- }
4134
3360
  export declare enum CrawlState {
4135
3361
  CANCELLED = "CANCELLED",
4136
3362
  CANCELLING = "CANCELLING",
@@ -4176,12 +3402,6 @@ export interface Condition {
4176
3402
  */
4177
3403
  CrawlState?: CrawlState | string;
4178
3404
  }
4179
- export declare namespace Condition {
4180
- /**
4181
- * @internal
4182
- */
4183
- const filterSensitiveLog: (obj: Condition) => any;
4184
- }
4185
3405
  export declare enum Logical {
4186
3406
  AND = "AND",
4187
3407
  ANY = "ANY"
@@ -4200,12 +3420,6 @@ export interface Predicate {
4200
3420
  */
4201
3421
  Conditions?: Condition[];
4202
3422
  }
4203
- export declare namespace Predicate {
4204
- /**
4205
- * @internal
4206
- */
4207
- const filterSensitiveLog: (obj: Predicate) => any;
4208
- }
4209
3423
  export declare enum TriggerState {
4210
3424
  ACTIVATED = "ACTIVATED",
4211
3425
  ACTIVATING = "ACTIVATING",
@@ -4271,12 +3485,6 @@ export interface Trigger {
4271
3485
  */
4272
3486
  EventBatchingCondition?: EventBatchingCondition;
4273
3487
  }
4274
- export declare namespace Trigger {
4275
- /**
4276
- * @internal
4277
- */
4278
- const filterSensitiveLog: (obj: Trigger) => any;
4279
- }
4280
3488
  export interface BatchGetTriggersResponse {
4281
3489
  /**
4282
3490
  * <p>A list of trigger definitions.</p>
@@ -4287,12 +3495,6 @@ export interface BatchGetTriggersResponse {
4287
3495
  */
4288
3496
  TriggersNotFound?: string[];
4289
3497
  }
4290
- export declare namespace BatchGetTriggersResponse {
4291
- /**
4292
- * @internal
4293
- */
4294
- const filterSensitiveLog: (obj: BatchGetTriggersResponse) => any;
4295
- }
4296
3498
  export interface BatchGetWorkflowsRequest {
4297
3499
  /**
4298
3500
  * <p>A list of workflow names, which may be the names returned from the <code>ListWorkflows</code> operation.</p>
@@ -4303,12 +3505,6 @@ export interface BatchGetWorkflowsRequest {
4303
3505
  */
4304
3506
  IncludeGraph?: boolean;
4305
3507
  }
4306
- export declare namespace BatchGetWorkflowsRequest {
4307
- /**
4308
- * @internal
4309
- */
4310
- const filterSensitiveLog: (obj: BatchGetWorkflowsRequest) => any;
4311
- }
4312
3508
  /**
4313
3509
  * <p>The details of a blueprint.</p>
4314
3510
  */
@@ -4322,12 +3518,6 @@ export interface BlueprintDetails {
4322
3518
  */
4323
3519
  RunId?: string;
4324
3520
  }
4325
- export declare namespace BlueprintDetails {
4326
- /**
4327
- * @internal
4328
- */
4329
- const filterSensitiveLog: (obj: BlueprintDetails) => any;
4330
- }
4331
3521
  /**
4332
3522
  * <p>An edge represents a directed connection between two Glue components that are part of the workflow the
4333
3523
  * edge belongs to.</p>
@@ -4342,12 +3532,6 @@ export interface Edge {
4342
3532
  */
4343
3533
  DestinationId?: string;
4344
3534
  }
4345
- export declare namespace Edge {
4346
- /**
4347
- * @internal
4348
- */
4349
- const filterSensitiveLog: (obj: Edge) => any;
4350
- }
4351
3535
  /**
4352
3536
  * <p>The details of a crawl in the workflow.</p>
4353
3537
  */
@@ -4377,12 +3561,6 @@ export interface Crawl {
4377
3561
  */
4378
3562
  LogStream?: string;
4379
3563
  }
4380
- export declare namespace Crawl {
4381
- /**
4382
- * @internal
4383
- */
4384
- const filterSensitiveLog: (obj: Crawl) => any;
4385
- }
4386
3564
  /**
4387
3565
  * <p>The details of a Crawler node present in the workflow.</p>
4388
3566
  */
@@ -4392,12 +3570,6 @@ export interface CrawlerNodeDetails {
4392
3570
  */
4393
3571
  Crawls?: Crawl[];
4394
3572
  }
4395
- export declare namespace CrawlerNodeDetails {
4396
- /**
4397
- * @internal
4398
- */
4399
- const filterSensitiveLog: (obj: CrawlerNodeDetails) => any;
4400
- }
4401
3573
  /**
4402
3574
  * <p>A job run that was used in the predicate of a conditional trigger
4403
3575
  * that triggered this job run.</p>
@@ -4412,12 +3584,6 @@ export interface Predecessor {
4412
3584
  */
4413
3585
  RunId?: string;
4414
3586
  }
4415
- export declare namespace Predecessor {
4416
- /**
4417
- * @internal
4418
- */
4419
- const filterSensitiveLog: (obj: Predecessor) => any;
4420
- }
4421
3587
  /**
4422
3588
  * <p>Contains information about a job run.</p>
4423
3589
  */
@@ -4572,12 +3738,6 @@ export interface JobRun {
4572
3738
  */
4573
3739
  DPUSeconds?: number;
4574
3740
  }
4575
- export declare namespace JobRun {
4576
- /**
4577
- * @internal
4578
- */
4579
- const filterSensitiveLog: (obj: JobRun) => any;
4580
- }
4581
3741
  /**
4582
3742
  * <p>The details of a Job node present in the workflow.</p>
4583
3743
  */
@@ -4587,12 +3747,6 @@ export interface JobNodeDetails {
4587
3747
  */
4588
3748
  JobRuns?: JobRun[];
4589
3749
  }
4590
- export declare namespace JobNodeDetails {
4591
- /**
4592
- * @internal
4593
- */
4594
- const filterSensitiveLog: (obj: JobNodeDetails) => any;
4595
- }
4596
3750
  /**
4597
3751
  * <p>The details of a Trigger node present in the workflow.</p>
4598
3752
  */
@@ -4602,12 +3756,6 @@ export interface TriggerNodeDetails {
4602
3756
  */
4603
3757
  Trigger?: Trigger;
4604
3758
  }
4605
- export declare namespace TriggerNodeDetails {
4606
- /**
4607
- * @internal
4608
- */
4609
- const filterSensitiveLog: (obj: TriggerNodeDetails) => any;
4610
- }
4611
3759
  export declare enum NodeType {
4612
3760
  CRAWLER = "CRAWLER",
4613
3761
  JOB = "JOB",
@@ -4642,12 +3790,6 @@ export interface Node {
4642
3790
  */
4643
3791
  CrawlerDetails?: CrawlerNodeDetails;
4644
3792
  }
4645
- export declare namespace Node {
4646
- /**
4647
- * @internal
4648
- */
4649
- const filterSensitiveLog: (obj: Node) => any;
4650
- }
4651
3793
  /**
4652
3794
  * <p>A workflow graph represents the complete workflow containing all the Glue components present in the
4653
3795
  * workflow and all the directed connections between them.</p>
@@ -4662,12 +3804,6 @@ export interface WorkflowGraph {
4662
3804
  */
4663
3805
  Edges?: Edge[];
4664
3806
  }
4665
- export declare namespace WorkflowGraph {
4666
- /**
4667
- * @internal
4668
- */
4669
- const filterSensitiveLog: (obj: WorkflowGraph) => any;
4670
- }
4671
3807
  /**
4672
3808
  * <p>The batch condition that started the workflow run. Either the number of events in the batch size arrived,
4673
3809
  * in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow
@@ -4683,12 +3819,6 @@ export interface StartingEventBatchCondition {
4683
3819
  */
4684
3820
  BatchWindow?: number;
4685
3821
  }
4686
- export declare namespace StartingEventBatchCondition {
4687
- /**
4688
- * @internal
4689
- */
4690
- const filterSensitiveLog: (obj: StartingEventBatchCondition) => any;
4691
- }
4692
3822
  /**
4693
3823
  * <p>Workflow run statistics provides statistics about the workflow run.</p>
4694
3824
  */
@@ -4718,12 +3848,6 @@ export interface WorkflowRunStatistics {
4718
3848
  */
4719
3849
  RunningActions?: number;
4720
3850
  }
4721
- export declare namespace WorkflowRunStatistics {
4722
- /**
4723
- * @internal
4724
- */
4725
- const filterSensitiveLog: (obj: WorkflowRunStatistics) => any;
4726
- }
4727
3851
  export declare enum WorkflowRunStatus {
4728
3852
  COMPLETED = "COMPLETED",
4729
3853
  ERROR = "ERROR",
@@ -4781,12 +3905,6 @@ export interface WorkflowRun {
4781
3905
  */
4782
3906
  StartingEventBatchCondition?: StartingEventBatchCondition;
4783
3907
  }
4784
- export declare namespace WorkflowRun {
4785
- /**
4786
- * @internal
4787
- */
4788
- const filterSensitiveLog: (obj: WorkflowRun) => any;
4789
- }
4790
3908
  /**
4791
3909
  * <p>A workflow is a collection of multiple dependent Glue
4792
3910
  * jobs and crawlers that are run to complete a complex ETL task. A
@@ -4833,12 +3951,6 @@ export interface Workflow {
4833
3951
  */
4834
3952
  BlueprintDetails?: BlueprintDetails;
4835
3953
  }
4836
- export declare namespace Workflow {
4837
- /**
4838
- * @internal
4839
- */
4840
- const filterSensitiveLog: (obj: Workflow) => any;
4841
- }
4842
3954
  export interface BatchGetWorkflowsResponse {
4843
3955
  /**
4844
3956
  * <p>A list of workflow resource metadata.</p>
@@ -4849,12 +3961,6 @@ export interface BatchGetWorkflowsResponse {
4849
3961
  */
4850
3962
  MissingWorkflows?: string[];
4851
3963
  }
4852
- export declare namespace BatchGetWorkflowsResponse {
4853
- /**
4854
- * @internal
4855
- */
4856
- const filterSensitiveLog: (obj: BatchGetWorkflowsResponse) => any;
4857
- }
4858
3964
  export interface BatchStopJobRunRequest {
4859
3965
  /**
4860
3966
  * <p>The name of the job definition for which to stop job runs.</p>
@@ -4866,12 +3972,6 @@ export interface BatchStopJobRunRequest {
4866
3972
  */
4867
3973
  JobRunIds: string[] | undefined;
4868
3974
  }
4869
- export declare namespace BatchStopJobRunRequest {
4870
- /**
4871
- * @internal
4872
- */
4873
- const filterSensitiveLog: (obj: BatchStopJobRunRequest) => any;
4874
- }
4875
3975
  /**
4876
3976
  * <p>Records an error that occurred when attempting to stop a
4877
3977
  * specified job run.</p>
@@ -4890,12 +3990,6 @@ export interface BatchStopJobRunError {
4890
3990
  */
4891
3991
  ErrorDetail?: ErrorDetail;
4892
3992
  }
4893
- export declare namespace BatchStopJobRunError {
4894
- /**
4895
- * @internal
4896
- */
4897
- const filterSensitiveLog: (obj: BatchStopJobRunError) => any;
4898
- }
4899
3993
  /**
4900
3994
  * <p>Records a successful request to stop a specified <code>JobRun</code>.</p>
4901
3995
  */
@@ -4909,12 +4003,6 @@ export interface BatchStopJobRunSuccessfulSubmission {
4909
4003
  */
4910
4004
  JobRunId?: string;
4911
4005
  }
4912
- export declare namespace BatchStopJobRunSuccessfulSubmission {
4913
- /**
4914
- * @internal
4915
- */
4916
- const filterSensitiveLog: (obj: BatchStopJobRunSuccessfulSubmission) => any;
4917
- }
4918
4006
  export interface BatchStopJobRunResponse {
4919
4007
  /**
4920
4008
  * <p>A list of the JobRuns that were successfully submitted for stopping.</p>
@@ -4927,12 +4015,6 @@ export interface BatchStopJobRunResponse {
4927
4015
  */
4928
4016
  Errors?: BatchStopJobRunError[];
4929
4017
  }
4930
- export declare namespace BatchStopJobRunResponse {
4931
- /**
4932
- * @internal
4933
- */
4934
- const filterSensitiveLog: (obj: BatchStopJobRunResponse) => any;
4935
- }
4936
4018
  /**
4937
4019
  * <p>A structure that contains the values and structure used to update a partition.</p>
4938
4020
  */
@@ -4946,12 +4028,6 @@ export interface BatchUpdatePartitionRequestEntry {
4946
4028
  */
4947
4029
  PartitionInput: PartitionInput | undefined;
4948
4030
  }
4949
- export declare namespace BatchUpdatePartitionRequestEntry {
4950
- /**
4951
- * @internal
4952
- */
4953
- const filterSensitiveLog: (obj: BatchUpdatePartitionRequestEntry) => any;
4954
- }
4955
4031
  export interface BatchUpdatePartitionRequest {
4956
4032
  /**
4957
4033
  * <p>The ID of the catalog in which the partition is to be updated. Currently, this should be
@@ -4972,12 +4048,6 @@ export interface BatchUpdatePartitionRequest {
4972
4048
  */
4973
4049
  Entries: BatchUpdatePartitionRequestEntry[] | undefined;
4974
4050
  }
4975
- export declare namespace BatchUpdatePartitionRequest {
4976
- /**
4977
- * @internal
4978
- */
4979
- const filterSensitiveLog: (obj: BatchUpdatePartitionRequest) => any;
4980
- }
4981
4051
  /**
4982
4052
  * <p>Contains information about a batch update partition error.</p>
4983
4053
  */
@@ -4991,24 +4061,12 @@ export interface BatchUpdatePartitionFailureEntry {
4991
4061
  */
4992
4062
  ErrorDetail?: ErrorDetail;
4993
4063
  }
4994
- export declare namespace BatchUpdatePartitionFailureEntry {
4995
- /**
4996
- * @internal
4997
- */
4998
- const filterSensitiveLog: (obj: BatchUpdatePartitionFailureEntry) => any;
4999
- }
5000
4064
  export interface BatchUpdatePartitionResponse {
5001
4065
  /**
5002
4066
  * <p>The errors encountered when trying to update the requested partitions. A list of <code>BatchUpdatePartitionFailureEntry</code> objects.</p>
5003
4067
  */
5004
4068
  Errors?: BatchUpdatePartitionFailureEntry[];
5005
4069
  }
5006
- export declare namespace BatchUpdatePartitionResponse {
5007
- /**
5008
- * @internal
5009
- */
5010
- const filterSensitiveLog: (obj: BatchUpdatePartitionResponse) => any;
5011
- }
5012
4070
  export interface CancelMLTaskRunRequest {
5013
4071
  /**
5014
4072
  * <p>The unique identifier of the machine learning transform.</p>
@@ -5019,12 +4077,6 @@ export interface CancelMLTaskRunRequest {
5019
4077
  */
5020
4078
  TaskRunId: string | undefined;
5021
4079
  }
5022
- export declare namespace CancelMLTaskRunRequest {
5023
- /**
5024
- * @internal
5025
- */
5026
- const filterSensitiveLog: (obj: CancelMLTaskRunRequest) => any;
5027
- }
5028
4080
  export declare enum TaskStatusType {
5029
4081
  FAILED = "FAILED",
5030
4082
  RUNNING = "RUNNING",
@@ -5048,12 +4100,6 @@ export interface CancelMLTaskRunResponse {
5048
4100
  */
5049
4101
  Status?: TaskStatusType | string;
5050
4102
  }
5051
- export declare namespace CancelMLTaskRunResponse {
5052
- /**
5053
- * @internal
5054
- */
5055
- const filterSensitiveLog: (obj: CancelMLTaskRunResponse) => any;
5056
- }
5057
4103
  export interface CancelStatementRequest {
5058
4104
  /**
5059
4105
  * <p>The Session ID of the statement to be cancelled.</p>
@@ -5068,20 +4114,8 @@ export interface CancelStatementRequest {
5068
4114
  */
5069
4115
  RequestOrigin?: string;
5070
4116
  }
5071
- export declare namespace CancelStatementRequest {
5072
- /**
5073
- * @internal
5074
- */
5075
- const filterSensitiveLog: (obj: CancelStatementRequest) => any;
5076
- }
5077
4117
  export interface CancelStatementResponse {
5078
4118
  }
5079
- export declare namespace CancelStatementResponse {
5080
- /**
5081
- * @internal
5082
- */
5083
- const filterSensitiveLog: (obj: CancelStatementResponse) => any;
5084
- }
5085
4119
  /**
5086
4120
  * <p>The session is in an invalid state to perform a requested operation.</p>
5087
4121
  */
@@ -5112,12 +4146,6 @@ export interface CheckSchemaVersionValidityInput {
5112
4146
  */
5113
4147
  SchemaDefinition: string | undefined;
5114
4148
  }
5115
- export declare namespace CheckSchemaVersionValidityInput {
5116
- /**
5117
- * @internal
5118
- */
5119
- const filterSensitiveLog: (obj: CheckSchemaVersionValidityInput) => any;
5120
- }
5121
4149
  export interface CheckSchemaVersionValidityResponse {
5122
4150
  /**
5123
4151
  * <p>Return true, if the schema is valid and false otherwise.</p>
@@ -5128,12 +4156,6 @@ export interface CheckSchemaVersionValidityResponse {
5128
4156
  */
5129
4157
  Error?: string;
5130
4158
  }
5131
- export declare namespace CheckSchemaVersionValidityResponse {
5132
- /**
5133
- * @internal
5134
- */
5135
- const filterSensitiveLog: (obj: CheckSchemaVersionValidityResponse) => any;
5136
- }
5137
4159
  export interface CreateBlueprintRequest {
5138
4160
  /**
5139
4161
  * <p>The name of the blueprint.</p>
@@ -5152,24 +4174,12 @@ export interface CreateBlueprintRequest {
5152
4174
  */
5153
4175
  Tags?: Record<string, string>;
5154
4176
  }
5155
- export declare namespace CreateBlueprintRequest {
5156
- /**
5157
- * @internal
5158
- */
5159
- const filterSensitiveLog: (obj: CreateBlueprintRequest) => any;
5160
- }
5161
4177
  export interface CreateBlueprintResponse {
5162
4178
  /**
5163
4179
  * <p>Returns the name of the blueprint that was registered.</p>
5164
4180
  */
5165
4181
  Name?: string;
5166
4182
  }
5167
- export declare namespace CreateBlueprintResponse {
5168
- /**
5169
- * @internal
5170
- */
5171
- const filterSensitiveLog: (obj: CreateBlueprintResponse) => any;
5172
- }
5173
4183
  export declare enum CsvHeaderOption {
5174
4184
  ABSENT = "ABSENT",
5175
4185
  PRESENT = "PRESENT",
@@ -5208,12 +4218,6 @@ export interface CreateCsvClassifierRequest {
5208
4218
  */
5209
4219
  AllowSingleColumn?: boolean;
5210
4220
  }
5211
- export declare namespace CreateCsvClassifierRequest {
5212
- /**
5213
- * @internal
5214
- */
5215
- const filterSensitiveLog: (obj: CreateCsvClassifierRequest) => any;
5216
- }
5217
4221
  /**
5218
4222
  * <p>Specifies a <code>grok</code> classifier for <code>CreateClassifier</code>
5219
4223
  * to create.</p>
@@ -5237,12 +4241,6 @@ export interface CreateGrokClassifierRequest {
5237
4241
  */
5238
4242
  CustomPatterns?: string;
5239
4243
  }
5240
- export declare namespace CreateGrokClassifierRequest {
5241
- /**
5242
- * @internal
5243
- */
5244
- const filterSensitiveLog: (obj: CreateGrokClassifierRequest) => any;
5245
- }
5246
4244
  /**
5247
4245
  * <p>Specifies a JSON classifier for <code>CreateClassifier</code> to create.</p>
5248
4246
  */
@@ -5257,12 +4255,6 @@ export interface CreateJsonClassifierRequest {
5257
4255
  */
5258
4256
  JsonPath: string | undefined;
5259
4257
  }
5260
- export declare namespace CreateJsonClassifierRequest {
5261
- /**
5262
- * @internal
5263
- */
5264
- const filterSensitiveLog: (obj: CreateJsonClassifierRequest) => any;
5265
- }
5266
4258
  /**
5267
4259
  * <p>Specifies an XML classifier for <code>CreateClassifier</code> to create.</p>
5268
4260
  */
@@ -5284,12 +4276,6 @@ export interface CreateXMLClassifierRequest {
5284
4276
  */
5285
4277
  RowTag?: string;
5286
4278
  }
5287
- export declare namespace CreateXMLClassifierRequest {
5288
- /**
5289
- * @internal
5290
- */
5291
- const filterSensitiveLog: (obj: CreateXMLClassifierRequest) => any;
5292
- }
5293
4279
  export interface CreateClassifierRequest {
5294
4280
  /**
5295
4281
  * <p>A <code>GrokClassifier</code> object specifying the classifier
@@ -5312,20 +4298,8 @@ export interface CreateClassifierRequest {
5312
4298
  */
5313
4299
  CsvClassifier?: CreateCsvClassifierRequest;
5314
4300
  }
5315
- export declare namespace CreateClassifierRequest {
5316
- /**
5317
- * @internal
5318
- */
5319
- const filterSensitiveLog: (obj: CreateClassifierRequest) => any;
5320
- }
5321
4301
  export interface CreateClassifierResponse {
5322
4302
  }
5323
- export declare namespace CreateClassifierResponse {
5324
- /**
5325
- * @internal
5326
- */
5327
- const filterSensitiveLog: (obj: CreateClassifierResponse) => any;
5328
- }
5329
4303
  export declare enum ConnectionPropertyKey {
5330
4304
  CONFIG_FILES = "CONFIG_FILES",
5331
4305
  CONNECTION_URL = "CONNECTION_URL",
@@ -5386,12 +4360,6 @@ export interface PhysicalConnectionRequirements {
5386
4360
  */
5387
4361
  AvailabilityZone?: string;
5388
4362
  }
5389
- export declare namespace PhysicalConnectionRequirements {
5390
- /**
5391
- * @internal
5392
- */
5393
- const filterSensitiveLog: (obj: PhysicalConnectionRequirements) => any;
5394
- }
5395
4363
  /**
5396
4364
  * <p>A structure that is used to specify a connection to create or update.</p>
5397
4365
  */
@@ -5449,12 +4417,6 @@ export interface ConnectionInput {
5449
4417
  */
5450
4418
  PhysicalConnectionRequirements?: PhysicalConnectionRequirements;
5451
4419
  }
5452
- export declare namespace ConnectionInput {
5453
- /**
5454
- * @internal
5455
- */
5456
- const filterSensitiveLog: (obj: ConnectionInput) => any;
5457
- }
5458
4420
  export interface CreateConnectionRequest {
5459
4421
  /**
5460
4422
  * <p>The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services
@@ -5471,20 +4433,8 @@ export interface CreateConnectionRequest {
5471
4433
  */
5472
4434
  Tags?: Record<string, string>;
5473
4435
  }
5474
- export declare namespace CreateConnectionRequest {
5475
- /**
5476
- * @internal
5477
- */
5478
- const filterSensitiveLog: (obj: CreateConnectionRequest) => any;
5479
- }
5480
4436
  export interface CreateConnectionResponse {
5481
4437
  }
5482
- export declare namespace CreateConnectionResponse {
5483
- /**
5484
- * @internal
5485
- */
5486
- const filterSensitiveLog: (obj: CreateConnectionResponse) => any;
5487
- }
5488
4438
  export interface CreateCrawlerRequest {
5489
4439
  /**
5490
4440
  * <p>Name of the new crawler.</p>
@@ -5558,20 +4508,8 @@ export interface CreateCrawlerRequest {
5558
4508
  */
5559
4509
  Tags?: Record<string, string>;
5560
4510
  }
5561
- export declare namespace CreateCrawlerRequest {
5562
- /**
5563
- * @internal
5564
- */
5565
- const filterSensitiveLog: (obj: CreateCrawlerRequest) => any;
5566
- }
5567
4511
  export interface CreateCrawlerResponse {
5568
4512
  }
5569
- export declare namespace CreateCrawlerResponse {
5570
- /**
5571
- * @internal
5572
- */
5573
- const filterSensitiveLog: (obj: CreateCrawlerResponse) => any;
5574
- }
5575
4513
  export interface CreateCustomEntityTypeRequest {
5576
4514
  /**
5577
4515
  * <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
@@ -5588,24 +4526,12 @@ export interface CreateCustomEntityTypeRequest {
5588
4526
  */
5589
4527
  ContextWords?: string[];
5590
4528
  }
5591
- export declare namespace CreateCustomEntityTypeRequest {
5592
- /**
5593
- * @internal
5594
- */
5595
- const filterSensitiveLog: (obj: CreateCustomEntityTypeRequest) => any;
5596
- }
5597
4529
  export interface CreateCustomEntityTypeResponse {
5598
4530
  /**
5599
4531
  * <p>The name of the custom pattern you created.</p>
5600
4532
  */
5601
4533
  Name?: string;
5602
4534
  }
5603
- export declare namespace CreateCustomEntityTypeResponse {
5604
- /**
5605
- * @internal
5606
- */
5607
- const filterSensitiveLog: (obj: CreateCustomEntityTypeResponse) => any;
5608
- }
5609
4535
  /**
5610
4536
  * <p>The same unique identifier was associated with two different records.</p>
5611
4537
  */
@@ -5656,12 +4582,6 @@ export interface DataLakePrincipal {
5656
4582
  */
5657
4583
  DataLakePrincipalIdentifier?: string;
5658
4584
  }
5659
- export declare namespace DataLakePrincipal {
5660
- /**
5661
- * @internal
5662
- */
5663
- const filterSensitiveLog: (obj: DataLakePrincipal) => any;
5664
- }
5665
4585
  /**
5666
4586
  * <p>Permissions granted to a principal.</p>
5667
4587
  */
@@ -5675,12 +4595,6 @@ export interface PrincipalPermissions {
5675
4595
  */
5676
4596
  Permissions?: (Permission | string)[];
5677
4597
  }
5678
- export declare namespace PrincipalPermissions {
5679
- /**
5680
- * @internal
5681
- */
5682
- const filterSensitiveLog: (obj: PrincipalPermissions) => any;
5683
- }
5684
4598
  /**
5685
4599
  * <p>A structure that describes a target database for resource linking.</p>
5686
4600
  */
@@ -5694,12 +4608,6 @@ export interface DatabaseIdentifier {
5694
4608
  */
5695
4609
  DatabaseName?: string;
5696
4610
  }
5697
- export declare namespace DatabaseIdentifier {
5698
- /**
5699
- * @internal
5700
- */
5701
- const filterSensitiveLog: (obj: DatabaseIdentifier) => any;
5702
- }
5703
4611
  /**
5704
4612
  * <p>The structure used to create or update a database.</p>
5705
4613
  */
@@ -5732,12 +4640,6 @@ export interface DatabaseInput {
5732
4640
  */
5733
4641
  TargetDatabase?: DatabaseIdentifier;
5734
4642
  }
5735
- export declare namespace DatabaseInput {
5736
- /**
5737
- * @internal
5738
- */
5739
- const filterSensitiveLog: (obj: DatabaseInput) => any;
5740
- }
5741
4643
  export interface CreateDatabaseRequest {
5742
4644
  /**
5743
4645
  * <p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services
@@ -5753,20 +4655,8 @@ export interface CreateDatabaseRequest {
5753
4655
  */
5754
4656
  Tags?: Record<string, string>;
5755
4657
  }
5756
- export declare namespace CreateDatabaseRequest {
5757
- /**
5758
- * @internal
5759
- */
5760
- const filterSensitiveLog: (obj: CreateDatabaseRequest) => any;
5761
- }
5762
4658
  export interface CreateDatabaseResponse {
5763
4659
  }
5764
- export declare namespace CreateDatabaseResponse {
5765
- /**
5766
- * @internal
5767
- */
5768
- const filterSensitiveLog: (obj: CreateDatabaseResponse) => any;
5769
- }
5770
4660
  export interface CreateDevEndpointRequest {
5771
4661
  /**
5772
4662
  * <p>The name to be assigned to the new <code>DevEndpoint</code>.</p>
@@ -5872,12 +4762,6 @@ export interface CreateDevEndpointRequest {
5872
4762
  */
5873
4763
  Arguments?: Record<string, string>;
5874
4764
  }
5875
- export declare namespace CreateDevEndpointRequest {
5876
- /**
5877
- * @internal
5878
- */
5879
- const filterSensitiveLog: (obj: CreateDevEndpointRequest) => any;
5880
- }
5881
4765
  export interface CreateDevEndpointResponse {
5882
4766
  /**
5883
4767
  * <p>The name assigned to the new <code>DevEndpoint</code>.</p>
@@ -5973,12 +4857,6 @@ export interface CreateDevEndpointResponse {
5973
4857
  */
5974
4858
  Arguments?: Record<string, string>;
5975
4859
  }
5976
- export declare namespace CreateDevEndpointResponse {
5977
- /**
5978
- * @internal
5979
- */
5980
- const filterSensitiveLog: (obj: CreateDevEndpointResponse) => any;
5981
- }
5982
4860
  /**
5983
4861
  * <p>A value could not be validated.</p>
5984
4862
  */
@@ -6000,12 +4878,6 @@ export interface CreateJobResponse {
6000
4878
  */
6001
4879
  Name?: string;
6002
4880
  }
6003
- export declare namespace CreateJobResponse {
6004
- /**
6005
- * @internal
6006
- */
6007
- const filterSensitiveLog: (obj: CreateJobResponse) => any;
6008
- }
6009
4881
  /**
6010
4882
  * <p>The database and table in the Glue Data Catalog that is used for input or output data.</p>
6011
4883
  */
@@ -6027,12 +4899,6 @@ export interface GlueTable {
6027
4899
  */
6028
4900
  ConnectionName?: string;
6029
4901
  }
6030
- export declare namespace GlueTable {
6031
- /**
6032
- * @internal
6033
- */
6034
- const filterSensitiveLog: (obj: GlueTable) => any;
6035
- }
6036
4902
  /**
6037
4903
  * <p>The parameters to configure the find matches transform.</p>
6038
4904
  */
@@ -6072,12 +4938,6 @@ export interface FindMatchesParameters {
6072
4938
  */
6073
4939
  EnforceProvidedLabels?: boolean;
6074
4940
  }
6075
- export declare namespace FindMatchesParameters {
6076
- /**
6077
- * @internal
6078
- */
6079
- const filterSensitiveLog: (obj: FindMatchesParameters) => any;
6080
- }
6081
4941
  export declare enum TransformType {
6082
4942
  FIND_MATCHES = "FIND_MATCHES"
6083
4943
  }
@@ -6096,12 +4956,6 @@ export interface TransformParameters {
6096
4956
  */
6097
4957
  FindMatchesParameters?: FindMatchesParameters;
6098
4958
  }
6099
- export declare namespace TransformParameters {
6100
- /**
6101
- * @internal
6102
- */
6103
- const filterSensitiveLog: (obj: TransformParameters) => any;
6104
- }
6105
4959
  export declare enum MLUserDataEncryptionModeString {
6106
4960
  DISABLED = "DISABLED",
6107
4961
  SSEKMS = "SSE-KMS"
@@ -6128,12 +4982,6 @@ export interface MLUserDataEncryption {
6128
4982
  */
6129
4983
  KmsKeyId?: string;
6130
4984
  }
6131
- export declare namespace MLUserDataEncryption {
6132
- /**
6133
- * @internal
6134
- */
6135
- const filterSensitiveLog: (obj: MLUserDataEncryption) => any;
6136
- }
6137
4985
  /**
6138
4986
  * <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>
6139
4987
  *
@@ -6149,12 +4997,6 @@ export interface TransformEncryption {
6149
4997
  */
6150
4998
  TaskRunSecurityConfigurationName?: string;
6151
4999
  }
6152
- export declare namespace TransformEncryption {
6153
- /**
6154
- * @internal
6155
- */
6156
- const filterSensitiveLog: (obj: TransformEncryption) => any;
6157
- }
6158
5000
  export interface CreateMLTransformRequest {
6159
5001
  /**
6160
5002
  * <p>The unique name that you give the transform when you create it.</p>
@@ -6277,24 +5119,12 @@ export interface CreateMLTransformRequest {
6277
5119
  */
6278
5120
  TransformEncryption?: TransformEncryption;
6279
5121
  }
6280
- export declare namespace CreateMLTransformRequest {
6281
- /**
6282
- * @internal
6283
- */
6284
- const filterSensitiveLog: (obj: CreateMLTransformRequest) => any;
6285
- }
6286
5122
  export interface CreateMLTransformResponse {
6287
5123
  /**
6288
5124
  * <p>A unique identifier that is generated for the transform.</p>
6289
5125
  */
6290
5126
  TransformId?: string;
6291
5127
  }
6292
- export declare namespace CreateMLTransformResponse {
6293
- /**
6294
- * @internal
6295
- */
6296
- const filterSensitiveLog: (obj: CreateMLTransformResponse) => any;
6297
- }
6298
5128
  export interface CreatePartitionRequest {
6299
5129
  /**
6300
5130
  * <p>The Amazon Web Services account ID of the catalog in which the partition is to be created.</p>
@@ -6315,20 +5145,8 @@ export interface CreatePartitionRequest {
6315
5145
  */
6316
5146
  PartitionInput: PartitionInput | undefined;
6317
5147
  }
6318
- export declare namespace CreatePartitionRequest {
6319
- /**
6320
- * @internal
6321
- */
6322
- const filterSensitiveLog: (obj: CreatePartitionRequest) => any;
6323
- }
6324
5148
  export interface CreatePartitionResponse {
6325
5149
  }
6326
- export declare namespace CreatePartitionResponse {
6327
- /**
6328
- * @internal
6329
- */
6330
- const filterSensitiveLog: (obj: CreatePartitionResponse) => any;
6331
- }
6332
5150
  /**
6333
5151
  * <p>A structure for a partition index.</p>
6334
5152
  */
@@ -6342,12 +5160,6 @@ export interface PartitionIndex {
6342
5160
  */
6343
5161
  IndexName: string | undefined;
6344
5162
  }
6345
- export declare namespace PartitionIndex {
6346
- /**
6347
- * @internal
6348
- */
6349
- const filterSensitiveLog: (obj: PartitionIndex) => any;
6350
- }
6351
5163
  export interface CreatePartitionIndexRequest {
6352
5164
  /**
6353
5165
  * <p>The catalog ID where the table resides.</p>
@@ -6366,20 +5178,8 @@ export interface CreatePartitionIndexRequest {
6366
5178
  */
6367
5179
  PartitionIndex: PartitionIndex | undefined;
6368
5180
  }
6369
- export declare namespace CreatePartitionIndexRequest {
6370
- /**
6371
- * @internal
6372
- */
6373
- const filterSensitiveLog: (obj: CreatePartitionIndexRequest) => any;
6374
- }
6375
5181
  export interface CreatePartitionIndexResponse {
6376
5182
  }
6377
- export declare namespace CreatePartitionIndexResponse {
6378
- /**
6379
- * @internal
6380
- */
6381
- const filterSensitiveLog: (obj: CreatePartitionIndexResponse) => any;
6382
- }
6383
5183
  export interface CreateRegistryInput {
6384
5184
  /**
6385
5185
  * <p>Name of the registry to be created of max length of 255, and may only contain letters, numbers, hyphen, underscore, dollar sign, or hash mark. No whitespace.</p>
@@ -6394,12 +5194,6 @@ export interface CreateRegistryInput {
6394
5194
  */
6395
5195
  Tags?: Record<string, string>;
6396
5196
  }
6397
- export declare namespace CreateRegistryInput {
6398
- /**
6399
- * @internal
6400
- */
6401
- const filterSensitiveLog: (obj: CreateRegistryInput) => any;
6402
- }
6403
5197
  export interface CreateRegistryResponse {
6404
5198
  /**
6405
5199
  * <p>The Amazon Resource Name (ARN) of the newly created registry.</p>
@@ -6418,12 +5212,6 @@ export interface CreateRegistryResponse {
6418
5212
  */
6419
5213
  Tags?: Record<string, string>;
6420
5214
  }
6421
- export declare namespace CreateRegistryResponse {
6422
- /**
6423
- * @internal
6424
- */
6425
- const filterSensitiveLog: (obj: CreateRegistryResponse) => any;
6426
- }
6427
5215
  export declare enum Compatibility {
6428
5216
  BACKWARD = "BACKWARD",
6429
5217
  BACKWARD_ALL = "BACKWARD_ALL",
@@ -6447,12 +5235,6 @@ export interface RegistryId {
6447
5235
  */
6448
5236
  RegistryArn?: string;
6449
5237
  }
6450
- export declare namespace RegistryId {
6451
- /**
6452
- * @internal
6453
- */
6454
- const filterSensitiveLog: (obj: RegistryId) => any;
6455
- }
6456
5238
  export interface CreateSchemaInput {
6457
5239
  /**
6458
5240
  * <p> This is a wrapper shape to contain the registry identity fields. If this is not provided, the default registry will be used. The ARN format for the same will be: <code>arn:aws:glue:us-east-2:<customer id>:registry/default-registry:random-5-letter-id</code>.</p>
@@ -6518,12 +5300,6 @@ export interface CreateSchemaInput {
6518
5300
  */
6519
5301
  SchemaDefinition?: string;
6520
5302
  }
6521
- export declare namespace CreateSchemaInput {
6522
- /**
6523
- * @internal
6524
- */
6525
- const filterSensitiveLog: (obj: CreateSchemaInput) => any;
6526
- }
6527
5303
  export declare enum SchemaStatus {
6528
5304
  AVAILABLE = "AVAILABLE",
6529
5305
  DELETING = "DELETING",
@@ -6593,12 +5369,6 @@ export interface CreateSchemaResponse {
6593
5369
  */
6594
5370
  SchemaVersionStatus?: SchemaVersionStatus | string;
6595
5371
  }
6596
- export declare namespace CreateSchemaResponse {
6597
- /**
6598
- * @internal
6599
- */
6600
- const filterSensitiveLog: (obj: CreateSchemaResponse) => any;
6601
- }
6602
5372
  /**
6603
5373
  * <p>Represents a directional edge in a directed acyclic graph (DAG).</p>
6604
5374
  */
@@ -6616,12 +5386,6 @@ export interface CodeGenEdge {
6616
5386
  */
6617
5387
  TargetParameter?: string;
6618
5388
  }
6619
- export declare namespace CodeGenEdge {
6620
- /**
6621
- * @internal
6622
- */
6623
- const filterSensitiveLog: (obj: CodeGenEdge) => any;
6624
- }
6625
5389
  /**
6626
5390
  * <p>An argument or property of a node.</p>
6627
5391
  */
@@ -6639,12 +5403,6 @@ export interface CodeGenNodeArg {
6639
5403
  */
6640
5404
  Param?: boolean;
6641
5405
  }
6642
- export declare namespace CodeGenNodeArg {
6643
- /**
6644
- * @internal
6645
- */
6646
- const filterSensitiveLog: (obj: CodeGenNodeArg) => any;
6647
- }
6648
5406
  /**
6649
5407
  * <p>Represents a node in a directed acyclic graph (DAG)</p>
6650
5408
  */
@@ -6666,12 +5424,6 @@ export interface CodeGenNode {
6666
5424
  */
6667
5425
  LineNumber?: number;
6668
5426
  }
6669
- export declare namespace CodeGenNode {
6670
- /**
6671
- * @internal
6672
- */
6673
- const filterSensitiveLog: (obj: CodeGenNode) => any;
6674
- }
6675
5427
  export declare enum Language {
6676
5428
  PYTHON = "PYTHON",
6677
5429
  SCALA = "SCALA"
@@ -6690,12 +5442,6 @@ export interface CreateScriptRequest {
6690
5442
  */
6691
5443
  Language?: Language | string;
6692
5444
  }
6693
- export declare namespace CreateScriptRequest {
6694
- /**
6695
- * @internal
6696
- */
6697
- const filterSensitiveLog: (obj: CreateScriptRequest) => any;
6698
- }
6699
5445
  export interface CreateScriptResponse {
6700
5446
  /**
6701
5447
  * <p>The Python script generated from the DAG.</p>
@@ -6706,12 +5452,6 @@ export interface CreateScriptResponse {
6706
5452
  */
6707
5453
  ScalaCode?: string;
6708
5454
  }
6709
- export declare namespace CreateScriptResponse {
6710
- /**
6711
- * @internal
6712
- */
6713
- const filterSensitiveLog: (obj: CreateScriptResponse) => any;
6714
- }
6715
5455
  export declare enum CloudWatchEncryptionMode {
6716
5456
  DISABLED = "DISABLED",
6717
5457
  SSEKMS = "SSE-KMS"
@@ -6729,12 +5469,6 @@ export interface CloudWatchEncryption {
6729
5469
  */
6730
5470
  KmsKeyArn?: string;
6731
5471
  }
6732
- export declare namespace CloudWatchEncryption {
6733
- /**
6734
- * @internal
6735
- */
6736
- const filterSensitiveLog: (obj: CloudWatchEncryption) => any;
6737
- }
6738
5472
  export declare enum JobBookmarksEncryptionMode {
6739
5473
  CSEKMS = "CSE-KMS",
6740
5474
  DISABLED = "DISABLED"
@@ -6752,12 +5486,6 @@ export interface JobBookmarksEncryption {
6752
5486
  */
6753
5487
  KmsKeyArn?: string;
6754
5488
  }
6755
- export declare namespace JobBookmarksEncryption {
6756
- /**
6757
- * @internal
6758
- */
6759
- const filterSensitiveLog: (obj: JobBookmarksEncryption) => any;
6760
- }
6761
5489
  export declare enum S3EncryptionMode {
6762
5490
  DISABLED = "DISABLED",
6763
5491
  SSEKMS = "SSE-KMS",
@@ -6776,12 +5504,6 @@ export interface S3Encryption {
6776
5504
  */
6777
5505
  KmsKeyArn?: string;
6778
5506
  }
6779
- export declare namespace S3Encryption {
6780
- /**
6781
- * @internal
6782
- */
6783
- const filterSensitiveLog: (obj: S3Encryption) => any;
6784
- }
6785
5507
  /**
6786
5508
  * <p>Specifies an encryption configuration.</p>
6787
5509
  */
@@ -6799,12 +5521,6 @@ export interface EncryptionConfiguration {
6799
5521
  */
6800
5522
  JobBookmarksEncryption?: JobBookmarksEncryption;
6801
5523
  }
6802
- export declare namespace EncryptionConfiguration {
6803
- /**
6804
- * @internal
6805
- */
6806
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
6807
- }
6808
5524
  export interface CreateSecurityConfigurationRequest {
6809
5525
  /**
6810
5526
  * <p>The name for the new security configuration.</p>
@@ -6815,12 +5531,6 @@ export interface CreateSecurityConfigurationRequest {
6815
5531
  */
6816
5532
  EncryptionConfiguration: EncryptionConfiguration | undefined;
6817
5533
  }
6818
- export declare namespace CreateSecurityConfigurationRequest {
6819
- /**
6820
- * @internal
6821
- */
6822
- const filterSensitiveLog: (obj: CreateSecurityConfigurationRequest) => any;
6823
- }
6824
5534
  export interface CreateSecurityConfigurationResponse {
6825
5535
  /**
6826
5536
  * <p>The name assigned to the new security configuration.</p>
@@ -6831,12 +5541,6 @@ export interface CreateSecurityConfigurationResponse {
6831
5541
  */
6832
5542
  CreatedTimestamp?: Date;
6833
5543
  }
6834
- export declare namespace CreateSecurityConfigurationResponse {
6835
- /**
6836
- * @internal
6837
- */
6838
- const filterSensitiveLog: (obj: CreateSecurityConfigurationResponse) => any;
6839
- }
6840
5544
  /**
6841
5545
  * <p>The <code>SessionCommand</code> that runs the job.</p>
6842
5546
  */
@@ -6850,12 +5554,6 @@ export interface SessionCommand {
6850
5554
  */
6851
5555
  PythonVersion?: string;
6852
5556
  }
6853
- export declare namespace SessionCommand {
6854
- /**
6855
- * @internal
6856
- */
6857
- const filterSensitiveLog: (obj: SessionCommand) => any;
6858
- }
6859
5557
  /**
6860
5558
  * <p>Request to create a new session.</p>
6861
5559
  */
@@ -6937,12 +5635,6 @@ export interface CreateSessionRequest {
6937
5635
  */
6938
5636
  RequestOrigin?: string;
6939
5637
  }
6940
- export declare namespace CreateSessionRequest {
6941
- /**
6942
- * @internal
6943
- */
6944
- const filterSensitiveLog: (obj: CreateSessionRequest) => any;
6945
- }
6946
5638
  export declare enum SessionStatus {
6947
5639
  FAILED = "FAILED",
6948
5640
  PROVISIONING = "PROVISIONING",
@@ -7010,24 +5702,12 @@ export interface Session {
7010
5702
  */
7011
5703
  GlueVersion?: string;
7012
5704
  }
7013
- export declare namespace Session {
7014
- /**
7015
- * @internal
7016
- */
7017
- const filterSensitiveLog: (obj: Session) => any;
7018
- }
7019
5705
  export interface CreateSessionResponse {
7020
5706
  /**
7021
5707
  * <p>Returns the session object in the response.</p>
7022
5708
  */
7023
5709
  Session?: Session;
7024
5710
  }
7025
- export declare namespace CreateSessionResponse {
7026
- /**
7027
- * @internal
7028
- */
7029
- const filterSensitiveLog: (obj: CreateSessionResponse) => any;
7030
- }
7031
5711
  /**
7032
5712
  * <p>A structure that describes a target table for resource linking.</p>
7033
5713
  */
@@ -7045,12 +5725,6 @@ export interface TableIdentifier {
7045
5725
  */
7046
5726
  Name?: string;
7047
5727
  }
7048
- export declare namespace TableIdentifier {
7049
- /**
7050
- * @internal
7051
- */
7052
- const filterSensitiveLog: (obj: TableIdentifier) => any;
7053
- }
7054
5728
  /**
7055
5729
  * <p>A structure used to define a table.</p>
7056
5730
  */
@@ -7117,12 +5791,6 @@ export interface TableInput {
7117
5791
  */
7118
5792
  TargetTable?: TableIdentifier;
7119
5793
  }
7120
- export declare namespace TableInput {
7121
- /**
7122
- * @internal
7123
- */
7124
- const filterSensitiveLog: (obj: TableInput) => any;
7125
- }
7126
5794
  export interface CreateTableRequest {
7127
5795
  /**
7128
5796
  * <p>The ID of the Data Catalog in which to create the <code>Table</code>.
@@ -7148,20 +5816,8 @@ export interface CreateTableRequest {
7148
5816
  */
7149
5817
  TransactionId?: string;
7150
5818
  }
7151
- export declare namespace CreateTableRequest {
7152
- /**
7153
- * @internal
7154
- */
7155
- const filterSensitiveLog: (obj: CreateTableRequest) => any;
7156
- }
7157
5819
  export interface CreateTableResponse {
7158
5820
  }
7159
- export declare namespace CreateTableResponse {
7160
- /**
7161
- * @internal
7162
- */
7163
- const filterSensitiveLog: (obj: CreateTableResponse) => any;
7164
- }
7165
5821
  export interface CreateTriggerRequest {
7166
5822
  /**
7167
5823
  * <p>The name of the trigger.</p>
@@ -7212,24 +5868,12 @@ export interface CreateTriggerRequest {
7212
5868
  */
7213
5869
  EventBatchingCondition?: EventBatchingCondition;
7214
5870
  }
7215
- export declare namespace CreateTriggerRequest {
7216
- /**
7217
- * @internal
7218
- */
7219
- const filterSensitiveLog: (obj: CreateTriggerRequest) => any;
7220
- }
7221
5871
  export interface CreateTriggerResponse {
7222
5872
  /**
7223
5873
  * <p>The name of the trigger.</p>
7224
5874
  */
7225
5875
  Name?: string;
7226
5876
  }
7227
- export declare namespace CreateTriggerResponse {
7228
- /**
7229
- * @internal
7230
- */
7231
- const filterSensitiveLog: (obj: CreateTriggerResponse) => any;
7232
- }
7233
5877
  export declare enum PrincipalType {
7234
5878
  GROUP = "GROUP",
7235
5879
  ROLE = "ROLE",
@@ -7253,12 +5897,6 @@ export interface ResourceUri {
7253
5897
  */
7254
5898
  Uri?: string;
7255
5899
  }
7256
- export declare namespace ResourceUri {
7257
- /**
7258
- * @internal
7259
- */
7260
- const filterSensitiveLog: (obj: ResourceUri) => any;
7261
- }
7262
5900
  /**
7263
5901
  * <p>A structure used to create or update a user-defined function.</p>
7264
5902
  */
@@ -7284,12 +5922,6 @@ export interface UserDefinedFunctionInput {
7284
5922
  */
7285
5923
  ResourceUris?: ResourceUri[];
7286
5924
  }
7287
- export declare namespace UserDefinedFunctionInput {
7288
- /**
7289
- * @internal
7290
- */
7291
- const filterSensitiveLog: (obj: UserDefinedFunctionInput) => any;
7292
- }
7293
5925
  export interface CreateUserDefinedFunctionRequest {
7294
5926
  /**
7295
5927
  * <p>The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services
@@ -7306,20 +5938,8 @@ export interface CreateUserDefinedFunctionRequest {
7306
5938
  */
7307
5939
  FunctionInput: UserDefinedFunctionInput | undefined;
7308
5940
  }
7309
- export declare namespace CreateUserDefinedFunctionRequest {
7310
- /**
7311
- * @internal
7312
- */
7313
- const filterSensitiveLog: (obj: CreateUserDefinedFunctionRequest) => any;
7314
- }
7315
5941
  export interface CreateUserDefinedFunctionResponse {
7316
5942
  }
7317
- export declare namespace CreateUserDefinedFunctionResponse {
7318
- /**
7319
- * @internal
7320
- */
7321
- const filterSensitiveLog: (obj: CreateUserDefinedFunctionResponse) => any;
7322
- }
7323
5943
  export interface CreateWorkflowRequest {
7324
5944
  /**
7325
5945
  * <p>The name to be assigned to the workflow. It should be unique within your account.</p>
@@ -7342,57 +5962,967 @@ export interface CreateWorkflowRequest {
7342
5962
  */
7343
5963
  MaxConcurrentRuns?: number;
7344
5964
  }
7345
- export declare namespace CreateWorkflowRequest {
7346
- /**
7347
- * @internal
7348
- */
7349
- const filterSensitiveLog: (obj: CreateWorkflowRequest) => any;
7350
- }
7351
5965
  export interface CreateWorkflowResponse {
7352
5966
  /**
7353
5967
  * <p>The name of the workflow which was provided as part of the request.</p>
7354
5968
  */
7355
5969
  Name?: string;
7356
5970
  }
7357
- export declare namespace CreateWorkflowResponse {
7358
- /**
7359
- * @internal
7360
- */
7361
- const filterSensitiveLog: (obj: CreateWorkflowResponse) => any;
7362
- }
7363
5971
  export interface DeleteBlueprintRequest {
7364
5972
  /**
7365
5973
  * <p>The name of the blueprint to delete.</p>
7366
5974
  */
7367
5975
  Name: string | undefined;
7368
5976
  }
7369
- export declare namespace DeleteBlueprintRequest {
7370
- /**
7371
- * @internal
7372
- */
7373
- const filterSensitiveLog: (obj: DeleteBlueprintRequest) => any;
7374
- }
7375
5977
  export interface DeleteBlueprintResponse {
7376
5978
  /**
7377
5979
  * <p>Returns the name of the blueprint that was deleted.</p>
7378
5980
  */
7379
5981
  Name?: string;
7380
5982
  }
7381
- export declare namespace DeleteBlueprintResponse {
7382
- /**
7383
- * @internal
7384
- */
7385
- const filterSensitiveLog: (obj: DeleteBlueprintResponse) => any;
7386
- }
7387
5983
  export interface DeleteClassifierRequest {
7388
5984
  /**
7389
5985
  * <p>Name of the classifier to remove.</p>
7390
5986
  */
7391
5987
  Name: string | undefined;
7392
5988
  }
7393
- export declare namespace DeleteClassifierRequest {
7394
- /**
7395
- * @internal
7396
- */
7397
- const filterSensitiveLog: (obj: DeleteClassifierRequest) => any;
7398
- }
5989
+ /**
5990
+ * @internal
5991
+ */
5992
+ export declare const NotificationPropertyFilterSensitiveLog: (obj: NotificationProperty) => any;
5993
+ /**
5994
+ * @internal
5995
+ */
5996
+ export declare const ActionFilterSensitiveLog: (obj: Action) => any;
5997
+ /**
5998
+ * @internal
5999
+ */
6000
+ export declare const AggregateOperationFilterSensitiveLog: (obj: AggregateOperation) => any;
6001
+ /**
6002
+ * @internal
6003
+ */
6004
+ export declare const AggregateFilterSensitiveLog: (obj: Aggregate) => any;
6005
+ /**
6006
+ * @internal
6007
+ */
6008
+ export declare const GlueStudioSchemaColumnFilterSensitiveLog: (obj: GlueStudioSchemaColumn) => any;
6009
+ /**
6010
+ * @internal
6011
+ */
6012
+ export declare const GlueSchemaFilterSensitiveLog: (obj: GlueSchema) => any;
6013
+ /**
6014
+ * @internal
6015
+ */
6016
+ export declare const AthenaConnectorSourceFilterSensitiveLog: (obj: AthenaConnectorSource) => any;
6017
+ /**
6018
+ * @internal
6019
+ */
6020
+ export declare const AuditContextFilterSensitiveLog: (obj: AuditContext) => any;
6021
+ /**
6022
+ * @internal
6023
+ */
6024
+ export declare const ColumnFilterSensitiveLog: (obj: Column) => any;
6025
+ /**
6026
+ * @internal
6027
+ */
6028
+ export declare const SchemaIdFilterSensitiveLog: (obj: SchemaId) => any;
6029
+ /**
6030
+ * @internal
6031
+ */
6032
+ export declare const SchemaReferenceFilterSensitiveLog: (obj: SchemaReference) => any;
6033
+ /**
6034
+ * @internal
6035
+ */
6036
+ export declare const SerDeInfoFilterSensitiveLog: (obj: SerDeInfo) => any;
6037
+ /**
6038
+ * @internal
6039
+ */
6040
+ export declare const SkewedInfoFilterSensitiveLog: (obj: SkewedInfo) => any;
6041
+ /**
6042
+ * @internal
6043
+ */
6044
+ export declare const OrderFilterSensitiveLog: (obj: Order) => any;
6045
+ /**
6046
+ * @internal
6047
+ */
6048
+ export declare const StorageDescriptorFilterSensitiveLog: (obj: StorageDescriptor) => any;
6049
+ /**
6050
+ * @internal
6051
+ */
6052
+ export declare const PartitionInputFilterSensitiveLog: (obj: PartitionInput) => any;
6053
+ /**
6054
+ * @internal
6055
+ */
6056
+ export declare const BatchCreatePartitionRequestFilterSensitiveLog: (obj: BatchCreatePartitionRequest) => any;
6057
+ /**
6058
+ * @internal
6059
+ */
6060
+ export declare const ErrorDetailFilterSensitiveLog: (obj: ErrorDetail) => any;
6061
+ /**
6062
+ * @internal
6063
+ */
6064
+ export declare const PartitionErrorFilterSensitiveLog: (obj: PartitionError) => any;
6065
+ /**
6066
+ * @internal
6067
+ */
6068
+ export declare const BatchCreatePartitionResponseFilterSensitiveLog: (obj: BatchCreatePartitionResponse) => any;
6069
+ /**
6070
+ * @internal
6071
+ */
6072
+ export declare const BatchDeleteConnectionRequestFilterSensitiveLog: (obj: BatchDeleteConnectionRequest) => any;
6073
+ /**
6074
+ * @internal
6075
+ */
6076
+ export declare const BatchDeleteConnectionResponseFilterSensitiveLog: (obj: BatchDeleteConnectionResponse) => any;
6077
+ /**
6078
+ * @internal
6079
+ */
6080
+ export declare const PartitionValueListFilterSensitiveLog: (obj: PartitionValueList) => any;
6081
+ /**
6082
+ * @internal
6083
+ */
6084
+ export declare const BatchDeletePartitionRequestFilterSensitiveLog: (obj: BatchDeletePartitionRequest) => any;
6085
+ /**
6086
+ * @internal
6087
+ */
6088
+ export declare const BatchDeletePartitionResponseFilterSensitiveLog: (obj: BatchDeletePartitionResponse) => any;
6089
+ /**
6090
+ * @internal
6091
+ */
6092
+ export declare const BatchDeleteTableRequestFilterSensitiveLog: (obj: BatchDeleteTableRequest) => any;
6093
+ /**
6094
+ * @internal
6095
+ */
6096
+ export declare const TableErrorFilterSensitiveLog: (obj: TableError) => any;
6097
+ /**
6098
+ * @internal
6099
+ */
6100
+ export declare const BatchDeleteTableResponseFilterSensitiveLog: (obj: BatchDeleteTableResponse) => any;
6101
+ /**
6102
+ * @internal
6103
+ */
6104
+ export declare const BatchDeleteTableVersionRequestFilterSensitiveLog: (obj: BatchDeleteTableVersionRequest) => any;
6105
+ /**
6106
+ * @internal
6107
+ */
6108
+ export declare const TableVersionErrorFilterSensitiveLog: (obj: TableVersionError) => any;
6109
+ /**
6110
+ * @internal
6111
+ */
6112
+ export declare const BatchDeleteTableVersionResponseFilterSensitiveLog: (obj: BatchDeleteTableVersionResponse) => any;
6113
+ /**
6114
+ * @internal
6115
+ */
6116
+ export declare const BatchGetBlueprintsRequestFilterSensitiveLog: (obj: BatchGetBlueprintsRequest) => any;
6117
+ /**
6118
+ * @internal
6119
+ */
6120
+ export declare const LastActiveDefinitionFilterSensitiveLog: (obj: LastActiveDefinition) => any;
6121
+ /**
6122
+ * @internal
6123
+ */
6124
+ export declare const BlueprintFilterSensitiveLog: (obj: Blueprint) => any;
6125
+ /**
6126
+ * @internal
6127
+ */
6128
+ export declare const BatchGetBlueprintsResponseFilterSensitiveLog: (obj: BatchGetBlueprintsResponse) => any;
6129
+ /**
6130
+ * @internal
6131
+ */
6132
+ export declare const BatchGetCrawlersRequestFilterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
6133
+ /**
6134
+ * @internal
6135
+ */
6136
+ export declare const LakeFormationConfigurationFilterSensitiveLog: (obj: LakeFormationConfiguration) => any;
6137
+ /**
6138
+ * @internal
6139
+ */
6140
+ export declare const LastCrawlInfoFilterSensitiveLog: (obj: LastCrawlInfo) => any;
6141
+ /**
6142
+ * @internal
6143
+ */
6144
+ export declare const LineageConfigurationFilterSensitiveLog: (obj: LineageConfiguration) => any;
6145
+ /**
6146
+ * @internal
6147
+ */
6148
+ export declare const RecrawlPolicyFilterSensitiveLog: (obj: RecrawlPolicy) => any;
6149
+ /**
6150
+ * @internal
6151
+ */
6152
+ export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
6153
+ /**
6154
+ * @internal
6155
+ */
6156
+ export declare const SchemaChangePolicyFilterSensitiveLog: (obj: SchemaChangePolicy) => any;
6157
+ /**
6158
+ * @internal
6159
+ */
6160
+ export declare const CatalogTargetFilterSensitiveLog: (obj: CatalogTarget) => any;
6161
+ /**
6162
+ * @internal
6163
+ */
6164
+ export declare const DeltaTargetFilterSensitiveLog: (obj: DeltaTarget) => any;
6165
+ /**
6166
+ * @internal
6167
+ */
6168
+ export declare const DynamoDBTargetFilterSensitiveLog: (obj: DynamoDBTarget) => any;
6169
+ /**
6170
+ * @internal
6171
+ */
6172
+ export declare const JdbcTargetFilterSensitiveLog: (obj: JdbcTarget) => any;
6173
+ /**
6174
+ * @internal
6175
+ */
6176
+ export declare const MongoDBTargetFilterSensitiveLog: (obj: MongoDBTarget) => any;
6177
+ /**
6178
+ * @internal
6179
+ */
6180
+ export declare const S3TargetFilterSensitiveLog: (obj: S3Target) => any;
6181
+ /**
6182
+ * @internal
6183
+ */
6184
+ export declare const CrawlerTargetsFilterSensitiveLog: (obj: CrawlerTargets) => any;
6185
+ /**
6186
+ * @internal
6187
+ */
6188
+ export declare const CrawlerFilterSensitiveLog: (obj: Crawler) => any;
6189
+ /**
6190
+ * @internal
6191
+ */
6192
+ export declare const BatchGetCrawlersResponseFilterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
6193
+ /**
6194
+ * @internal
6195
+ */
6196
+ export declare const BatchGetCustomEntityTypesRequestFilterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
6197
+ /**
6198
+ * @internal
6199
+ */
6200
+ export declare const CustomEntityTypeFilterSensitiveLog: (obj: CustomEntityType) => any;
6201
+ /**
6202
+ * @internal
6203
+ */
6204
+ export declare const BatchGetCustomEntityTypesResponseFilterSensitiveLog: (obj: BatchGetCustomEntityTypesResponse) => any;
6205
+ /**
6206
+ * @internal
6207
+ */
6208
+ export declare const BatchGetDevEndpointsRequestFilterSensitiveLog: (obj: BatchGetDevEndpointsRequest) => any;
6209
+ /**
6210
+ * @internal
6211
+ */
6212
+ export declare const DevEndpointFilterSensitiveLog: (obj: DevEndpoint) => any;
6213
+ /**
6214
+ * @internal
6215
+ */
6216
+ export declare const BatchGetDevEndpointsResponseFilterSensitiveLog: (obj: BatchGetDevEndpointsResponse) => any;
6217
+ /**
6218
+ * @internal
6219
+ */
6220
+ export declare const BatchGetJobsRequestFilterSensitiveLog: (obj: BatchGetJobsRequest) => any;
6221
+ /**
6222
+ * @internal
6223
+ */
6224
+ export declare const StreamingDataPreviewOptionsFilterSensitiveLog: (obj: StreamingDataPreviewOptions) => any;
6225
+ /**
6226
+ * @internal
6227
+ */
6228
+ export declare const KafkaStreamingSourceOptionsFilterSensitiveLog: (obj: KafkaStreamingSourceOptions) => any;
6229
+ /**
6230
+ * @internal
6231
+ */
6232
+ export declare const CatalogKafkaSourceFilterSensitiveLog: (obj: CatalogKafkaSource) => any;
6233
+ /**
6234
+ * @internal
6235
+ */
6236
+ export declare const KinesisStreamingSourceOptionsFilterSensitiveLog: (obj: KinesisStreamingSourceOptions) => any;
6237
+ /**
6238
+ * @internal
6239
+ */
6240
+ export declare const CatalogKinesisSourceFilterSensitiveLog: (obj: CatalogKinesisSource) => any;
6241
+ /**
6242
+ * @internal
6243
+ */
6244
+ export declare const CatalogSourceFilterSensitiveLog: (obj: CatalogSource) => any;
6245
+ /**
6246
+ * @internal
6247
+ */
6248
+ export declare const BasicCatalogTargetFilterSensitiveLog: (obj: BasicCatalogTarget) => any;
6249
+ /**
6250
+ * @internal
6251
+ */
6252
+ export declare const CustomCodeFilterSensitiveLog: (obj: CustomCode) => any;
6253
+ /**
6254
+ * @internal
6255
+ */
6256
+ export declare const DirectKafkaSourceFilterSensitiveLog: (obj: DirectKafkaSource) => any;
6257
+ /**
6258
+ * @internal
6259
+ */
6260
+ export declare const DirectKinesisSourceFilterSensitiveLog: (obj: DirectKinesisSource) => any;
6261
+ /**
6262
+ * @internal
6263
+ */
6264
+ export declare const DropDuplicatesFilterSensitiveLog: (obj: DropDuplicates) => any;
6265
+ /**
6266
+ * @internal
6267
+ */
6268
+ export declare const DropFieldsFilterSensitiveLog: (obj: DropFields) => any;
6269
+ /**
6270
+ * @internal
6271
+ */
6272
+ export declare const NullCheckBoxListFilterSensitiveLog: (obj: NullCheckBoxList) => any;
6273
+ /**
6274
+ * @internal
6275
+ */
6276
+ export declare const DatatypeFilterSensitiveLog: (obj: Datatype) => any;
6277
+ /**
6278
+ * @internal
6279
+ */
6280
+ export declare const NullValueFieldFilterSensitiveLog: (obj: NullValueField) => any;
6281
+ /**
6282
+ * @internal
6283
+ */
6284
+ export declare const DropNullFieldsFilterSensitiveLog: (obj: DropNullFields) => any;
6285
+ /**
6286
+ * @internal
6287
+ */
6288
+ export declare const DynamoDBCatalogSourceFilterSensitiveLog: (obj: DynamoDBCatalogSource) => any;
6289
+ /**
6290
+ * @internal
6291
+ */
6292
+ export declare const FillMissingValuesFilterSensitiveLog: (obj: FillMissingValues) => any;
6293
+ /**
6294
+ * @internal
6295
+ */
6296
+ export declare const FilterValueFilterSensitiveLog: (obj: FilterValue) => any;
6297
+ /**
6298
+ * @internal
6299
+ */
6300
+ export declare const FilterExpressionFilterSensitiveLog: (obj: FilterExpression) => any;
6301
+ /**
6302
+ * @internal
6303
+ */
6304
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
6305
+ /**
6306
+ * @internal
6307
+ */
6308
+ export declare const S3SourceAdditionalOptionsFilterSensitiveLog: (obj: S3SourceAdditionalOptions) => any;
6309
+ /**
6310
+ * @internal
6311
+ */
6312
+ export declare const GovernedCatalogSourceFilterSensitiveLog: (obj: GovernedCatalogSource) => any;
6313
+ /**
6314
+ * @internal
6315
+ */
6316
+ export declare const CatalogSchemaChangePolicyFilterSensitiveLog: (obj: CatalogSchemaChangePolicy) => any;
6317
+ /**
6318
+ * @internal
6319
+ */
6320
+ export declare const GovernedCatalogTargetFilterSensitiveLog: (obj: GovernedCatalogTarget) => any;
6321
+ /**
6322
+ * @internal
6323
+ */
6324
+ export declare const JDBCConnectorOptionsFilterSensitiveLog: (obj: JDBCConnectorOptions) => any;
6325
+ /**
6326
+ * @internal
6327
+ */
6328
+ export declare const JDBCConnectorSourceFilterSensitiveLog: (obj: JDBCConnectorSource) => any;
6329
+ /**
6330
+ * @internal
6331
+ */
6332
+ export declare const JDBCConnectorTargetFilterSensitiveLog: (obj: JDBCConnectorTarget) => any;
6333
+ /**
6334
+ * @internal
6335
+ */
6336
+ export declare const JoinColumnFilterSensitiveLog: (obj: JoinColumn) => any;
6337
+ /**
6338
+ * @internal
6339
+ */
6340
+ export declare const JoinFilterSensitiveLog: (obj: Join) => any;
6341
+ /**
6342
+ * @internal
6343
+ */
6344
+ export declare const MergeFilterSensitiveLog: (obj: Merge) => any;
6345
+ /**
6346
+ * @internal
6347
+ */
6348
+ export declare const MicrosoftSQLServerCatalogSourceFilterSensitiveLog: (obj: MicrosoftSQLServerCatalogSource) => any;
6349
+ /**
6350
+ * @internal
6351
+ */
6352
+ export declare const MicrosoftSQLServerCatalogTargetFilterSensitiveLog: (obj: MicrosoftSQLServerCatalogTarget) => any;
6353
+ /**
6354
+ * @internal
6355
+ */
6356
+ export declare const MySQLCatalogSourceFilterSensitiveLog: (obj: MySQLCatalogSource) => any;
6357
+ /**
6358
+ * @internal
6359
+ */
6360
+ export declare const MySQLCatalogTargetFilterSensitiveLog: (obj: MySQLCatalogTarget) => any;
6361
+ /**
6362
+ * @internal
6363
+ */
6364
+ export declare const OracleSQLCatalogSourceFilterSensitiveLog: (obj: OracleSQLCatalogSource) => any;
6365
+ /**
6366
+ * @internal
6367
+ */
6368
+ export declare const OracleSQLCatalogTargetFilterSensitiveLog: (obj: OracleSQLCatalogTarget) => any;
6369
+ /**
6370
+ * @internal
6371
+ */
6372
+ export declare const PIIDetectionFilterSensitiveLog: (obj: PIIDetection) => any;
6373
+ /**
6374
+ * @internal
6375
+ */
6376
+ export declare const PostgreSQLCatalogSourceFilterSensitiveLog: (obj: PostgreSQLCatalogSource) => any;
6377
+ /**
6378
+ * @internal
6379
+ */
6380
+ export declare const PostgreSQLCatalogTargetFilterSensitiveLog: (obj: PostgreSQLCatalogTarget) => any;
6381
+ /**
6382
+ * @internal
6383
+ */
6384
+ export declare const RedshiftSourceFilterSensitiveLog: (obj: RedshiftSource) => any;
6385
+ /**
6386
+ * @internal
6387
+ */
6388
+ export declare const UpsertRedshiftTargetOptionsFilterSensitiveLog: (obj: UpsertRedshiftTargetOptions) => any;
6389
+ /**
6390
+ * @internal
6391
+ */
6392
+ export declare const RedshiftTargetFilterSensitiveLog: (obj: RedshiftTarget) => any;
6393
+ /**
6394
+ * @internal
6395
+ */
6396
+ export declare const RelationalCatalogSourceFilterSensitiveLog: (obj: RelationalCatalogSource) => any;
6397
+ /**
6398
+ * @internal
6399
+ */
6400
+ export declare const RenameFieldFilterSensitiveLog: (obj: RenameField) => any;
6401
+ /**
6402
+ * @internal
6403
+ */
6404
+ export declare const S3CatalogSourceFilterSensitiveLog: (obj: S3CatalogSource) => any;
6405
+ /**
6406
+ * @internal
6407
+ */
6408
+ export declare const S3CatalogTargetFilterSensitiveLog: (obj: S3CatalogTarget) => any;
6409
+ /**
6410
+ * @internal
6411
+ */
6412
+ export declare const S3DirectSourceAdditionalOptionsFilterSensitiveLog: (obj: S3DirectSourceAdditionalOptions) => any;
6413
+ /**
6414
+ * @internal
6415
+ */
6416
+ export declare const S3CsvSourceFilterSensitiveLog: (obj: S3CsvSource) => any;
6417
+ /**
6418
+ * @internal
6419
+ */
6420
+ export declare const DirectSchemaChangePolicyFilterSensitiveLog: (obj: DirectSchemaChangePolicy) => any;
6421
+ /**
6422
+ * @internal
6423
+ */
6424
+ export declare const S3DirectTargetFilterSensitiveLog: (obj: S3DirectTarget) => any;
6425
+ /**
6426
+ * @internal
6427
+ */
6428
+ export declare const S3GlueParquetTargetFilterSensitiveLog: (obj: S3GlueParquetTarget) => any;
6429
+ /**
6430
+ * @internal
6431
+ */
6432
+ export declare const S3JsonSourceFilterSensitiveLog: (obj: S3JsonSource) => any;
6433
+ /**
6434
+ * @internal
6435
+ */
6436
+ export declare const S3ParquetSourceFilterSensitiveLog: (obj: S3ParquetSource) => any;
6437
+ /**
6438
+ * @internal
6439
+ */
6440
+ export declare const SelectFieldsFilterSensitiveLog: (obj: SelectFields) => any;
6441
+ /**
6442
+ * @internal
6443
+ */
6444
+ export declare const SelectFromCollectionFilterSensitiveLog: (obj: SelectFromCollection) => any;
6445
+ /**
6446
+ * @internal
6447
+ */
6448
+ export declare const SparkConnectorSourceFilterSensitiveLog: (obj: SparkConnectorSource) => any;
6449
+ /**
6450
+ * @internal
6451
+ */
6452
+ export declare const SparkConnectorTargetFilterSensitiveLog: (obj: SparkConnectorTarget) => any;
6453
+ /**
6454
+ * @internal
6455
+ */
6456
+ export declare const SqlAliasFilterSensitiveLog: (obj: SqlAlias) => any;
6457
+ /**
6458
+ * @internal
6459
+ */
6460
+ export declare const SparkSQLFilterSensitiveLog: (obj: SparkSQL) => any;
6461
+ /**
6462
+ * @internal
6463
+ */
6464
+ export declare const SpigotFilterSensitiveLog: (obj: Spigot) => any;
6465
+ /**
6466
+ * @internal
6467
+ */
6468
+ export declare const SplitFieldsFilterSensitiveLog: (obj: SplitFields) => any;
6469
+ /**
6470
+ * @internal
6471
+ */
6472
+ export declare const UnionFilterSensitiveLog: (obj: Union) => any;
6473
+ /**
6474
+ * @internal
6475
+ */
6476
+ export declare const JobCommandFilterSensitiveLog: (obj: JobCommand) => any;
6477
+ /**
6478
+ * @internal
6479
+ */
6480
+ export declare const ConnectionsListFilterSensitiveLog: (obj: ConnectionsList) => any;
6481
+ /**
6482
+ * @internal
6483
+ */
6484
+ export declare const ExecutionPropertyFilterSensitiveLog: (obj: ExecutionProperty) => any;
6485
+ /**
6486
+ * @internal
6487
+ */
6488
+ export declare const BatchGetPartitionRequestFilterSensitiveLog: (obj: BatchGetPartitionRequest) => any;
6489
+ /**
6490
+ * @internal
6491
+ */
6492
+ export declare const PartitionFilterSensitiveLog: (obj: Partition) => any;
6493
+ /**
6494
+ * @internal
6495
+ */
6496
+ export declare const BatchGetPartitionResponseFilterSensitiveLog: (obj: BatchGetPartitionResponse) => any;
6497
+ /**
6498
+ * @internal
6499
+ */
6500
+ export declare const BatchGetTriggersRequestFilterSensitiveLog: (obj: BatchGetTriggersRequest) => any;
6501
+ /**
6502
+ * @internal
6503
+ */
6504
+ export declare const EventBatchingConditionFilterSensitiveLog: (obj: EventBatchingCondition) => any;
6505
+ /**
6506
+ * @internal
6507
+ */
6508
+ export declare const ConditionFilterSensitiveLog: (obj: Condition) => any;
6509
+ /**
6510
+ * @internal
6511
+ */
6512
+ export declare const PredicateFilterSensitiveLog: (obj: Predicate) => any;
6513
+ /**
6514
+ * @internal
6515
+ */
6516
+ export declare const TriggerFilterSensitiveLog: (obj: Trigger) => any;
6517
+ /**
6518
+ * @internal
6519
+ */
6520
+ export declare const BatchGetTriggersResponseFilterSensitiveLog: (obj: BatchGetTriggersResponse) => any;
6521
+ /**
6522
+ * @internal
6523
+ */
6524
+ export declare const BatchGetWorkflowsRequestFilterSensitiveLog: (obj: BatchGetWorkflowsRequest) => any;
6525
+ /**
6526
+ * @internal
6527
+ */
6528
+ export declare const BlueprintDetailsFilterSensitiveLog: (obj: BlueprintDetails) => any;
6529
+ /**
6530
+ * @internal
6531
+ */
6532
+ export declare const EdgeFilterSensitiveLog: (obj: Edge) => any;
6533
+ /**
6534
+ * @internal
6535
+ */
6536
+ export declare const CrawlFilterSensitiveLog: (obj: Crawl) => any;
6537
+ /**
6538
+ * @internal
6539
+ */
6540
+ export declare const CrawlerNodeDetailsFilterSensitiveLog: (obj: CrawlerNodeDetails) => any;
6541
+ /**
6542
+ * @internal
6543
+ */
6544
+ export declare const PredecessorFilterSensitiveLog: (obj: Predecessor) => any;
6545
+ /**
6546
+ * @internal
6547
+ */
6548
+ export declare const JobRunFilterSensitiveLog: (obj: JobRun) => any;
6549
+ /**
6550
+ * @internal
6551
+ */
6552
+ export declare const JobNodeDetailsFilterSensitiveLog: (obj: JobNodeDetails) => any;
6553
+ /**
6554
+ * @internal
6555
+ */
6556
+ export declare const TriggerNodeDetailsFilterSensitiveLog: (obj: TriggerNodeDetails) => any;
6557
+ /**
6558
+ * @internal
6559
+ */
6560
+ export declare const NodeFilterSensitiveLog: (obj: Node) => any;
6561
+ /**
6562
+ * @internal
6563
+ */
6564
+ export declare const WorkflowGraphFilterSensitiveLog: (obj: WorkflowGraph) => any;
6565
+ /**
6566
+ * @internal
6567
+ */
6568
+ export declare const StartingEventBatchConditionFilterSensitiveLog: (obj: StartingEventBatchCondition) => any;
6569
+ /**
6570
+ * @internal
6571
+ */
6572
+ export declare const WorkflowRunStatisticsFilterSensitiveLog: (obj: WorkflowRunStatistics) => any;
6573
+ /**
6574
+ * @internal
6575
+ */
6576
+ export declare const WorkflowRunFilterSensitiveLog: (obj: WorkflowRun) => any;
6577
+ /**
6578
+ * @internal
6579
+ */
6580
+ export declare const WorkflowFilterSensitiveLog: (obj: Workflow) => any;
6581
+ /**
6582
+ * @internal
6583
+ */
6584
+ export declare const BatchGetWorkflowsResponseFilterSensitiveLog: (obj: BatchGetWorkflowsResponse) => any;
6585
+ /**
6586
+ * @internal
6587
+ */
6588
+ export declare const BatchStopJobRunRequestFilterSensitiveLog: (obj: BatchStopJobRunRequest) => any;
6589
+ /**
6590
+ * @internal
6591
+ */
6592
+ export declare const BatchStopJobRunErrorFilterSensitiveLog: (obj: BatchStopJobRunError) => any;
6593
+ /**
6594
+ * @internal
6595
+ */
6596
+ export declare const BatchStopJobRunSuccessfulSubmissionFilterSensitiveLog: (obj: BatchStopJobRunSuccessfulSubmission) => any;
6597
+ /**
6598
+ * @internal
6599
+ */
6600
+ export declare const BatchStopJobRunResponseFilterSensitiveLog: (obj: BatchStopJobRunResponse) => any;
6601
+ /**
6602
+ * @internal
6603
+ */
6604
+ export declare const BatchUpdatePartitionRequestEntryFilterSensitiveLog: (obj: BatchUpdatePartitionRequestEntry) => any;
6605
+ /**
6606
+ * @internal
6607
+ */
6608
+ export declare const BatchUpdatePartitionRequestFilterSensitiveLog: (obj: BatchUpdatePartitionRequest) => any;
6609
+ /**
6610
+ * @internal
6611
+ */
6612
+ export declare const BatchUpdatePartitionFailureEntryFilterSensitiveLog: (obj: BatchUpdatePartitionFailureEntry) => any;
6613
+ /**
6614
+ * @internal
6615
+ */
6616
+ export declare const BatchUpdatePartitionResponseFilterSensitiveLog: (obj: BatchUpdatePartitionResponse) => any;
6617
+ /**
6618
+ * @internal
6619
+ */
6620
+ export declare const CancelMLTaskRunRequestFilterSensitiveLog: (obj: CancelMLTaskRunRequest) => any;
6621
+ /**
6622
+ * @internal
6623
+ */
6624
+ export declare const CancelMLTaskRunResponseFilterSensitiveLog: (obj: CancelMLTaskRunResponse) => any;
6625
+ /**
6626
+ * @internal
6627
+ */
6628
+ export declare const CancelStatementRequestFilterSensitiveLog: (obj: CancelStatementRequest) => any;
6629
+ /**
6630
+ * @internal
6631
+ */
6632
+ export declare const CancelStatementResponseFilterSensitiveLog: (obj: CancelStatementResponse) => any;
6633
+ /**
6634
+ * @internal
6635
+ */
6636
+ export declare const CheckSchemaVersionValidityInputFilterSensitiveLog: (obj: CheckSchemaVersionValidityInput) => any;
6637
+ /**
6638
+ * @internal
6639
+ */
6640
+ export declare const CheckSchemaVersionValidityResponseFilterSensitiveLog: (obj: CheckSchemaVersionValidityResponse) => any;
6641
+ /**
6642
+ * @internal
6643
+ */
6644
+ export declare const CreateBlueprintRequestFilterSensitiveLog: (obj: CreateBlueprintRequest) => any;
6645
+ /**
6646
+ * @internal
6647
+ */
6648
+ export declare const CreateBlueprintResponseFilterSensitiveLog: (obj: CreateBlueprintResponse) => any;
6649
+ /**
6650
+ * @internal
6651
+ */
6652
+ export declare const CreateCsvClassifierRequestFilterSensitiveLog: (obj: CreateCsvClassifierRequest) => any;
6653
+ /**
6654
+ * @internal
6655
+ */
6656
+ export declare const CreateGrokClassifierRequestFilterSensitiveLog: (obj: CreateGrokClassifierRequest) => any;
6657
+ /**
6658
+ * @internal
6659
+ */
6660
+ export declare const CreateJsonClassifierRequestFilterSensitiveLog: (obj: CreateJsonClassifierRequest) => any;
6661
+ /**
6662
+ * @internal
6663
+ */
6664
+ export declare const CreateXMLClassifierRequestFilterSensitiveLog: (obj: CreateXMLClassifierRequest) => any;
6665
+ /**
6666
+ * @internal
6667
+ */
6668
+ export declare const CreateClassifierRequestFilterSensitiveLog: (obj: CreateClassifierRequest) => any;
6669
+ /**
6670
+ * @internal
6671
+ */
6672
+ export declare const CreateClassifierResponseFilterSensitiveLog: (obj: CreateClassifierResponse) => any;
6673
+ /**
6674
+ * @internal
6675
+ */
6676
+ export declare const PhysicalConnectionRequirementsFilterSensitiveLog: (obj: PhysicalConnectionRequirements) => any;
6677
+ /**
6678
+ * @internal
6679
+ */
6680
+ export declare const ConnectionInputFilterSensitiveLog: (obj: ConnectionInput) => any;
6681
+ /**
6682
+ * @internal
6683
+ */
6684
+ export declare const CreateConnectionRequestFilterSensitiveLog: (obj: CreateConnectionRequest) => any;
6685
+ /**
6686
+ * @internal
6687
+ */
6688
+ export declare const CreateConnectionResponseFilterSensitiveLog: (obj: CreateConnectionResponse) => any;
6689
+ /**
6690
+ * @internal
6691
+ */
6692
+ export declare const CreateCrawlerRequestFilterSensitiveLog: (obj: CreateCrawlerRequest) => any;
6693
+ /**
6694
+ * @internal
6695
+ */
6696
+ export declare const CreateCrawlerResponseFilterSensitiveLog: (obj: CreateCrawlerResponse) => any;
6697
+ /**
6698
+ * @internal
6699
+ */
6700
+ export declare const CreateCustomEntityTypeRequestFilterSensitiveLog: (obj: CreateCustomEntityTypeRequest) => any;
6701
+ /**
6702
+ * @internal
6703
+ */
6704
+ export declare const CreateCustomEntityTypeResponseFilterSensitiveLog: (obj: CreateCustomEntityTypeResponse) => any;
6705
+ /**
6706
+ * @internal
6707
+ */
6708
+ export declare const DataLakePrincipalFilterSensitiveLog: (obj: DataLakePrincipal) => any;
6709
+ /**
6710
+ * @internal
6711
+ */
6712
+ export declare const PrincipalPermissionsFilterSensitiveLog: (obj: PrincipalPermissions) => any;
6713
+ /**
6714
+ * @internal
6715
+ */
6716
+ export declare const DatabaseIdentifierFilterSensitiveLog: (obj: DatabaseIdentifier) => any;
6717
+ /**
6718
+ * @internal
6719
+ */
6720
+ export declare const DatabaseInputFilterSensitiveLog: (obj: DatabaseInput) => any;
6721
+ /**
6722
+ * @internal
6723
+ */
6724
+ export declare const CreateDatabaseRequestFilterSensitiveLog: (obj: CreateDatabaseRequest) => any;
6725
+ /**
6726
+ * @internal
6727
+ */
6728
+ export declare const CreateDatabaseResponseFilterSensitiveLog: (obj: CreateDatabaseResponse) => any;
6729
+ /**
6730
+ * @internal
6731
+ */
6732
+ export declare const CreateDevEndpointRequestFilterSensitiveLog: (obj: CreateDevEndpointRequest) => any;
6733
+ /**
6734
+ * @internal
6735
+ */
6736
+ export declare const CreateDevEndpointResponseFilterSensitiveLog: (obj: CreateDevEndpointResponse) => any;
6737
+ /**
6738
+ * @internal
6739
+ */
6740
+ export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
6741
+ /**
6742
+ * @internal
6743
+ */
6744
+ export declare const GlueTableFilterSensitiveLog: (obj: GlueTable) => any;
6745
+ /**
6746
+ * @internal
6747
+ */
6748
+ export declare const FindMatchesParametersFilterSensitiveLog: (obj: FindMatchesParameters) => any;
6749
+ /**
6750
+ * @internal
6751
+ */
6752
+ export declare const TransformParametersFilterSensitiveLog: (obj: TransformParameters) => any;
6753
+ /**
6754
+ * @internal
6755
+ */
6756
+ export declare const MLUserDataEncryptionFilterSensitiveLog: (obj: MLUserDataEncryption) => any;
6757
+ /**
6758
+ * @internal
6759
+ */
6760
+ export declare const TransformEncryptionFilterSensitiveLog: (obj: TransformEncryption) => any;
6761
+ /**
6762
+ * @internal
6763
+ */
6764
+ export declare const CreateMLTransformRequestFilterSensitiveLog: (obj: CreateMLTransformRequest) => any;
6765
+ /**
6766
+ * @internal
6767
+ */
6768
+ export declare const CreateMLTransformResponseFilterSensitiveLog: (obj: CreateMLTransformResponse) => any;
6769
+ /**
6770
+ * @internal
6771
+ */
6772
+ export declare const CreatePartitionRequestFilterSensitiveLog: (obj: CreatePartitionRequest) => any;
6773
+ /**
6774
+ * @internal
6775
+ */
6776
+ export declare const CreatePartitionResponseFilterSensitiveLog: (obj: CreatePartitionResponse) => any;
6777
+ /**
6778
+ * @internal
6779
+ */
6780
+ export declare const PartitionIndexFilterSensitiveLog: (obj: PartitionIndex) => any;
6781
+ /**
6782
+ * @internal
6783
+ */
6784
+ export declare const CreatePartitionIndexRequestFilterSensitiveLog: (obj: CreatePartitionIndexRequest) => any;
6785
+ /**
6786
+ * @internal
6787
+ */
6788
+ export declare const CreatePartitionIndexResponseFilterSensitiveLog: (obj: CreatePartitionIndexResponse) => any;
6789
+ /**
6790
+ * @internal
6791
+ */
6792
+ export declare const CreateRegistryInputFilterSensitiveLog: (obj: CreateRegistryInput) => any;
6793
+ /**
6794
+ * @internal
6795
+ */
6796
+ export declare const CreateRegistryResponseFilterSensitiveLog: (obj: CreateRegistryResponse) => any;
6797
+ /**
6798
+ * @internal
6799
+ */
6800
+ export declare const RegistryIdFilterSensitiveLog: (obj: RegistryId) => any;
6801
+ /**
6802
+ * @internal
6803
+ */
6804
+ export declare const CreateSchemaInputFilterSensitiveLog: (obj: CreateSchemaInput) => any;
6805
+ /**
6806
+ * @internal
6807
+ */
6808
+ export declare const CreateSchemaResponseFilterSensitiveLog: (obj: CreateSchemaResponse) => any;
6809
+ /**
6810
+ * @internal
6811
+ */
6812
+ export declare const CodeGenEdgeFilterSensitiveLog: (obj: CodeGenEdge) => any;
6813
+ /**
6814
+ * @internal
6815
+ */
6816
+ export declare const CodeGenNodeArgFilterSensitiveLog: (obj: CodeGenNodeArg) => any;
6817
+ /**
6818
+ * @internal
6819
+ */
6820
+ export declare const CodeGenNodeFilterSensitiveLog: (obj: CodeGenNode) => any;
6821
+ /**
6822
+ * @internal
6823
+ */
6824
+ export declare const CreateScriptRequestFilterSensitiveLog: (obj: CreateScriptRequest) => any;
6825
+ /**
6826
+ * @internal
6827
+ */
6828
+ export declare const CreateScriptResponseFilterSensitiveLog: (obj: CreateScriptResponse) => any;
6829
+ /**
6830
+ * @internal
6831
+ */
6832
+ export declare const CloudWatchEncryptionFilterSensitiveLog: (obj: CloudWatchEncryption) => any;
6833
+ /**
6834
+ * @internal
6835
+ */
6836
+ export declare const JobBookmarksEncryptionFilterSensitiveLog: (obj: JobBookmarksEncryption) => any;
6837
+ /**
6838
+ * @internal
6839
+ */
6840
+ export declare const S3EncryptionFilterSensitiveLog: (obj: S3Encryption) => any;
6841
+ /**
6842
+ * @internal
6843
+ */
6844
+ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
6845
+ /**
6846
+ * @internal
6847
+ */
6848
+ export declare const CreateSecurityConfigurationRequestFilterSensitiveLog: (obj: CreateSecurityConfigurationRequest) => any;
6849
+ /**
6850
+ * @internal
6851
+ */
6852
+ export declare const CreateSecurityConfigurationResponseFilterSensitiveLog: (obj: CreateSecurityConfigurationResponse) => any;
6853
+ /**
6854
+ * @internal
6855
+ */
6856
+ export declare const SessionCommandFilterSensitiveLog: (obj: SessionCommand) => any;
6857
+ /**
6858
+ * @internal
6859
+ */
6860
+ export declare const CreateSessionRequestFilterSensitiveLog: (obj: CreateSessionRequest) => any;
6861
+ /**
6862
+ * @internal
6863
+ */
6864
+ export declare const SessionFilterSensitiveLog: (obj: Session) => any;
6865
+ /**
6866
+ * @internal
6867
+ */
6868
+ export declare const CreateSessionResponseFilterSensitiveLog: (obj: CreateSessionResponse) => any;
6869
+ /**
6870
+ * @internal
6871
+ */
6872
+ export declare const TableIdentifierFilterSensitiveLog: (obj: TableIdentifier) => any;
6873
+ /**
6874
+ * @internal
6875
+ */
6876
+ export declare const TableInputFilterSensitiveLog: (obj: TableInput) => any;
6877
+ /**
6878
+ * @internal
6879
+ */
6880
+ export declare const CreateTableRequestFilterSensitiveLog: (obj: CreateTableRequest) => any;
6881
+ /**
6882
+ * @internal
6883
+ */
6884
+ export declare const CreateTableResponseFilterSensitiveLog: (obj: CreateTableResponse) => any;
6885
+ /**
6886
+ * @internal
6887
+ */
6888
+ export declare const CreateTriggerRequestFilterSensitiveLog: (obj: CreateTriggerRequest) => any;
6889
+ /**
6890
+ * @internal
6891
+ */
6892
+ export declare const CreateTriggerResponseFilterSensitiveLog: (obj: CreateTriggerResponse) => any;
6893
+ /**
6894
+ * @internal
6895
+ */
6896
+ export declare const ResourceUriFilterSensitiveLog: (obj: ResourceUri) => any;
6897
+ /**
6898
+ * @internal
6899
+ */
6900
+ export declare const UserDefinedFunctionInputFilterSensitiveLog: (obj: UserDefinedFunctionInput) => any;
6901
+ /**
6902
+ * @internal
6903
+ */
6904
+ export declare const CreateUserDefinedFunctionRequestFilterSensitiveLog: (obj: CreateUserDefinedFunctionRequest) => any;
6905
+ /**
6906
+ * @internal
6907
+ */
6908
+ export declare const CreateUserDefinedFunctionResponseFilterSensitiveLog: (obj: CreateUserDefinedFunctionResponse) => any;
6909
+ /**
6910
+ * @internal
6911
+ */
6912
+ export declare const CreateWorkflowRequestFilterSensitiveLog: (obj: CreateWorkflowRequest) => any;
6913
+ /**
6914
+ * @internal
6915
+ */
6916
+ export declare const CreateWorkflowResponseFilterSensitiveLog: (obj: CreateWorkflowResponse) => any;
6917
+ /**
6918
+ * @internal
6919
+ */
6920
+ export declare const DeleteBlueprintRequestFilterSensitiveLog: (obj: DeleteBlueprintRequest) => any;
6921
+ /**
6922
+ * @internal
6923
+ */
6924
+ export declare const DeleteBlueprintResponseFilterSensitiveLog: (obj: DeleteBlueprintResponse) => any;
6925
+ /**
6926
+ * @internal
6927
+ */
6928
+ export declare const DeleteClassifierRequestFilterSensitiveLog: (obj: DeleteClassifierRequest) => any;