@aws-sdk/client-glue 3.131.0 → 3.141.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 (383) hide show
  1. package/CHANGELOG.md +30 -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-es/commands/BatchCreatePartitionCommand.js +3 -3
  191. package/dist-es/commands/BatchDeleteConnectionCommand.js +3 -3
  192. package/dist-es/commands/BatchDeletePartitionCommand.js +3 -3
  193. package/dist-es/commands/BatchDeleteTableCommand.js +3 -3
  194. package/dist-es/commands/BatchDeleteTableVersionCommand.js +3 -3
  195. package/dist-es/commands/BatchGetBlueprintsCommand.js +3 -3
  196. package/dist-es/commands/BatchGetCrawlersCommand.js +3 -3
  197. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +3 -3
  198. package/dist-es/commands/BatchGetDevEndpointsCommand.js +3 -3
  199. package/dist-es/commands/BatchGetJobsCommand.js +4 -4
  200. package/dist-es/commands/BatchGetPartitionCommand.js +3 -3
  201. package/dist-es/commands/BatchGetTriggersCommand.js +3 -3
  202. package/dist-es/commands/BatchGetWorkflowsCommand.js +3 -3
  203. package/dist-es/commands/BatchStopJobRunCommand.js +3 -3
  204. package/dist-es/commands/BatchUpdatePartitionCommand.js +3 -3
  205. package/dist-es/commands/CancelMLTaskRunCommand.js +3 -3
  206. package/dist-es/commands/CancelStatementCommand.js +3 -3
  207. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +3 -3
  208. package/dist-es/commands/CreateBlueprintCommand.js +3 -3
  209. package/dist-es/commands/CreateClassifierCommand.js +3 -3
  210. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  211. package/dist-es/commands/CreateCrawlerCommand.js +3 -3
  212. package/dist-es/commands/CreateCustomEntityTypeCommand.js +3 -3
  213. package/dist-es/commands/CreateDatabaseCommand.js +3 -3
  214. package/dist-es/commands/CreateDevEndpointCommand.js +3 -3
  215. package/dist-es/commands/CreateJobCommand.js +4 -4
  216. package/dist-es/commands/CreateMLTransformCommand.js +3 -3
  217. package/dist-es/commands/CreatePartitionCommand.js +3 -3
  218. package/dist-es/commands/CreatePartitionIndexCommand.js +3 -3
  219. package/dist-es/commands/CreateRegistryCommand.js +3 -3
  220. package/dist-es/commands/CreateSchemaCommand.js +3 -3
  221. package/dist-es/commands/CreateScriptCommand.js +3 -3
  222. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -3
  223. package/dist-es/commands/CreateSessionCommand.js +3 -3
  224. package/dist-es/commands/CreateTableCommand.js +3 -3
  225. package/dist-es/commands/CreateTriggerCommand.js +3 -3
  226. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +3 -3
  227. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  228. package/dist-es/commands/DeleteBlueprintCommand.js +3 -3
  229. package/dist-es/commands/DeleteClassifierCommand.js +4 -4
  230. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -3
  231. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +3 -3
  232. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  233. package/dist-es/commands/DeleteCrawlerCommand.js +3 -3
  234. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +3 -3
  235. package/dist-es/commands/DeleteDatabaseCommand.js +3 -3
  236. package/dist-es/commands/DeleteDevEndpointCommand.js +3 -3
  237. package/dist-es/commands/DeleteJobCommand.js +3 -3
  238. package/dist-es/commands/DeleteMLTransformCommand.js +3 -3
  239. package/dist-es/commands/DeletePartitionCommand.js +3 -3
  240. package/dist-es/commands/DeletePartitionIndexCommand.js +3 -3
  241. package/dist-es/commands/DeleteRegistryCommand.js +3 -3
  242. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  243. package/dist-es/commands/DeleteSchemaCommand.js +3 -3
  244. package/dist-es/commands/DeleteSchemaVersionsCommand.js +3 -3
  245. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -3
  246. package/dist-es/commands/DeleteSessionCommand.js +3 -3
  247. package/dist-es/commands/DeleteTableCommand.js +3 -3
  248. package/dist-es/commands/DeleteTableVersionCommand.js +3 -3
  249. package/dist-es/commands/DeleteTriggerCommand.js +3 -3
  250. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +3 -3
  251. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  252. package/dist-es/commands/GetBlueprintCommand.js +3 -3
  253. package/dist-es/commands/GetBlueprintRunCommand.js +3 -3
  254. package/dist-es/commands/GetBlueprintRunsCommand.js +3 -3
  255. package/dist-es/commands/GetCatalogImportStatusCommand.js +3 -3
  256. package/dist-es/commands/GetClassifierCommand.js +3 -3
  257. package/dist-es/commands/GetClassifiersCommand.js +3 -3
  258. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +3 -3
  259. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +3 -3
  260. package/dist-es/commands/GetConnectionCommand.js +3 -3
  261. package/dist-es/commands/GetConnectionsCommand.js +3 -3
  262. package/dist-es/commands/GetCrawlerCommand.js +3 -3
  263. package/dist-es/commands/GetCrawlerMetricsCommand.js +3 -3
  264. package/dist-es/commands/GetCrawlersCommand.js +3 -3
  265. package/dist-es/commands/GetCustomEntityTypeCommand.js +3 -3
  266. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -3
  267. package/dist-es/commands/GetDatabaseCommand.js +3 -3
  268. package/dist-es/commands/GetDatabasesCommand.js +3 -3
  269. package/dist-es/commands/GetDataflowGraphCommand.js +3 -3
  270. package/dist-es/commands/GetDevEndpointCommand.js +3 -3
  271. package/dist-es/commands/GetDevEndpointsCommand.js +3 -3
  272. package/dist-es/commands/GetJobBookmarkCommand.js +3 -3
  273. package/dist-es/commands/GetJobCommand.js +4 -4
  274. package/dist-es/commands/GetJobRunCommand.js +3 -3
  275. package/dist-es/commands/GetJobRunsCommand.js +3 -3
  276. package/dist-es/commands/GetJobsCommand.js +4 -4
  277. package/dist-es/commands/GetMLTaskRunCommand.js +3 -3
  278. package/dist-es/commands/GetMLTaskRunsCommand.js +3 -3
  279. package/dist-es/commands/GetMLTransformCommand.js +3 -3
  280. package/dist-es/commands/GetMLTransformsCommand.js +3 -3
  281. package/dist-es/commands/GetMappingCommand.js +3 -3
  282. package/dist-es/commands/GetPartitionCommand.js +3 -3
  283. package/dist-es/commands/GetPartitionIndexesCommand.js +3 -3
  284. package/dist-es/commands/GetPartitionsCommand.js +3 -3
  285. package/dist-es/commands/GetPlanCommand.js +3 -3
  286. package/dist-es/commands/GetRegistryCommand.js +3 -3
  287. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -3
  288. package/dist-es/commands/GetResourcePolicyCommand.js +3 -3
  289. package/dist-es/commands/GetSchemaByDefinitionCommand.js +3 -3
  290. package/dist-es/commands/GetSchemaCommand.js +3 -3
  291. package/dist-es/commands/GetSchemaVersionCommand.js +3 -3
  292. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +3 -3
  293. package/dist-es/commands/GetSecurityConfigurationCommand.js +3 -3
  294. package/dist-es/commands/GetSecurityConfigurationsCommand.js +3 -3
  295. package/dist-es/commands/GetSessionCommand.js +3 -3
  296. package/dist-es/commands/GetStatementCommand.js +3 -3
  297. package/dist-es/commands/GetTableCommand.js +3 -3
  298. package/dist-es/commands/GetTableVersionCommand.js +3 -3
  299. package/dist-es/commands/GetTableVersionsCommand.js +3 -3
  300. package/dist-es/commands/GetTablesCommand.js +3 -3
  301. package/dist-es/commands/GetTagsCommand.js +3 -3
  302. package/dist-es/commands/GetTriggerCommand.js +3 -3
  303. package/dist-es/commands/GetTriggersCommand.js +3 -3
  304. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +3 -3
  305. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -3
  306. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +3 -3
  307. package/dist-es/commands/GetUserDefinedFunctionCommand.js +3 -3
  308. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +3 -3
  309. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  310. package/dist-es/commands/GetWorkflowRunCommand.js +3 -3
  311. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +3 -3
  312. package/dist-es/commands/GetWorkflowRunsCommand.js +3 -3
  313. package/dist-es/commands/ImportCatalogToGlueCommand.js +3 -3
  314. package/dist-es/commands/ListBlueprintsCommand.js +3 -3
  315. package/dist-es/commands/ListCrawlersCommand.js +3 -3
  316. package/dist-es/commands/ListCrawlsCommand.js +3 -3
  317. package/dist-es/commands/ListCustomEntityTypesCommand.js +3 -3
  318. package/dist-es/commands/ListDevEndpointsCommand.js +3 -3
  319. package/dist-es/commands/ListJobsCommand.js +3 -3
  320. package/dist-es/commands/ListMLTransformsCommand.js +3 -3
  321. package/dist-es/commands/ListRegistriesCommand.js +3 -3
  322. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -3
  323. package/dist-es/commands/ListSchemasCommand.js +3 -3
  324. package/dist-es/commands/ListSessionsCommand.js +3 -3
  325. package/dist-es/commands/ListStatementsCommand.js +3 -3
  326. package/dist-es/commands/ListTriggersCommand.js +3 -3
  327. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  328. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -3
  329. package/dist-es/commands/PutResourcePolicyCommand.js +3 -3
  330. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +3 -3
  331. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +3 -3
  332. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +3 -3
  333. package/dist-es/commands/RegisterSchemaVersionCommand.js +3 -3
  334. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +3 -3
  335. package/dist-es/commands/ResetJobBookmarkCommand.js +3 -3
  336. package/dist-es/commands/ResumeWorkflowRunCommand.js +3 -3
  337. package/dist-es/commands/RunStatementCommand.js +3 -3
  338. package/dist-es/commands/SearchTablesCommand.js +3 -3
  339. package/dist-es/commands/StartBlueprintRunCommand.js +3 -3
  340. package/dist-es/commands/StartCrawlerCommand.js +3 -3
  341. package/dist-es/commands/StartCrawlerScheduleCommand.js +3 -3
  342. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +3 -3
  343. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +3 -3
  344. package/dist-es/commands/StartJobRunCommand.js +3 -3
  345. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +3 -3
  346. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -3
  347. package/dist-es/commands/StartTriggerCommand.js +3 -3
  348. package/dist-es/commands/StartWorkflowRunCommand.js +3 -3
  349. package/dist-es/commands/StopCrawlerCommand.js +3 -3
  350. package/dist-es/commands/StopCrawlerScheduleCommand.js +3 -3
  351. package/dist-es/commands/StopSessionCommand.js +3 -3
  352. package/dist-es/commands/StopTriggerCommand.js +3 -3
  353. package/dist-es/commands/StopWorkflowRunCommand.js +3 -3
  354. package/dist-es/commands/TagResourceCommand.js +3 -3
  355. package/dist-es/commands/UntagResourceCommand.js +3 -3
  356. package/dist-es/commands/UpdateBlueprintCommand.js +3 -3
  357. package/dist-es/commands/UpdateClassifierCommand.js +3 -3
  358. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -3
  359. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +3 -3
  360. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  361. package/dist-es/commands/UpdateCrawlerCommand.js +3 -3
  362. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +3 -3
  363. package/dist-es/commands/UpdateDatabaseCommand.js +3 -3
  364. package/dist-es/commands/UpdateDevEndpointCommand.js +3 -3
  365. package/dist-es/commands/UpdateJobCommand.js +3 -3
  366. package/dist-es/commands/UpdateMLTransformCommand.js +3 -3
  367. package/dist-es/commands/UpdatePartitionCommand.js +3 -3
  368. package/dist-es/commands/UpdateRegistryCommand.js +3 -3
  369. package/dist-es/commands/UpdateSchemaCommand.js +3 -3
  370. package/dist-es/commands/UpdateTableCommand.js +3 -3
  371. package/dist-es/commands/UpdateTriggerCommand.js +3 -3
  372. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +3 -3
  373. package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
  374. package/dist-es/models/models_0.js +235 -940
  375. package/dist-es/models/models_1.js +275 -1100
  376. package/dist-es/models/models_2.js +100 -400
  377. package/dist-types/models/models_0.d.ts +944 -1413
  378. package/dist-types/models/models_1.d.ts +1100 -1650
  379. package/dist-types/models/models_2.d.ts +406 -605
  380. package/dist-types/ts3.4/models/models_0.d.ts +0 -700
  381. package/dist-types/ts3.4/models/models_1.d.ts +550 -1100
  382. package/dist-types/ts3.4/models/models_2.d.ts +0 -252
  383. package/package.json +6 -6
@@ -3,10 +3,6 @@ import { GlueServiceException as __BaseException } from "./GlueServiceException"
3
3
  import { AuditContext, Blueprint, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, Compatibility, ConnectionType, Crawler, CsvHeaderOption, CustomEntityType, DatabaseIdentifier, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, GlueTable, JobRun, Language, Partition, PartitionValueList, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, RegistryId, ResourceUri, SchemaId, SchemaStatus, SchemaVersionStatus, Session, StorageDescriptor, TableIdentifier, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
4
4
  export interface DeleteClassifierResponse {
5
5
  }
6
- export declare namespace DeleteClassifierResponse {
7
-
8
- const filterSensitiveLog: (obj: DeleteClassifierResponse) => any;
9
- }
10
6
  export interface DeleteColumnStatisticsForPartitionRequest {
11
7
 
12
8
  CatalogId?: string;
@@ -19,16 +15,8 @@ export interface DeleteColumnStatisticsForPartitionRequest {
19
15
 
20
16
  ColumnName: string | undefined;
21
17
  }
22
- export declare namespace DeleteColumnStatisticsForPartitionRequest {
23
-
24
- const filterSensitiveLog: (obj: DeleteColumnStatisticsForPartitionRequest) => any;
25
- }
26
18
  export interface DeleteColumnStatisticsForPartitionResponse {
27
19
  }
28
- export declare namespace DeleteColumnStatisticsForPartitionResponse {
29
-
30
- const filterSensitiveLog: (obj: DeleteColumnStatisticsForPartitionResponse) => any;
31
- }
32
20
  export interface DeleteColumnStatisticsForTableRequest {
33
21
 
34
22
  CatalogId?: string;
@@ -39,32 +27,16 @@ export interface DeleteColumnStatisticsForTableRequest {
39
27
 
40
28
  ColumnName: string | undefined;
41
29
  }
42
- export declare namespace DeleteColumnStatisticsForTableRequest {
43
-
44
- const filterSensitiveLog: (obj: DeleteColumnStatisticsForTableRequest) => any;
45
- }
46
30
  export interface DeleteColumnStatisticsForTableResponse {
47
31
  }
48
- export declare namespace DeleteColumnStatisticsForTableResponse {
49
-
50
- const filterSensitiveLog: (obj: DeleteColumnStatisticsForTableResponse) => any;
51
- }
52
32
  export interface DeleteConnectionRequest {
53
33
 
54
34
  CatalogId?: string;
55
35
 
56
36
  ConnectionName: string | undefined;
57
37
  }
58
- export declare namespace DeleteConnectionRequest {
59
-
60
- const filterSensitiveLog: (obj: DeleteConnectionRequest) => any;
61
- }
62
38
  export interface DeleteConnectionResponse {
63
39
  }
64
- export declare namespace DeleteConnectionResponse {
65
-
66
- const filterSensitiveLog: (obj: DeleteConnectionResponse) => any;
67
- }
68
40
 
69
41
  export declare class CrawlerRunningException extends __BaseException {
70
42
  readonly name: "CrawlerRunningException";
@@ -78,16 +50,8 @@ export interface DeleteCrawlerRequest {
78
50
 
79
51
  Name: string | undefined;
80
52
  }
81
- export declare namespace DeleteCrawlerRequest {
82
-
83
- const filterSensitiveLog: (obj: DeleteCrawlerRequest) => any;
84
- }
85
53
  export interface DeleteCrawlerResponse {
86
54
  }
87
- export declare namespace DeleteCrawlerResponse {
88
-
89
- const filterSensitiveLog: (obj: DeleteCrawlerResponse) => any;
90
- }
91
55
 
92
56
  export declare class SchedulerTransitioningException extends __BaseException {
93
57
  readonly name: "SchedulerTransitioningException";
@@ -101,80 +65,40 @@ export interface DeleteCustomEntityTypeRequest {
101
65
 
102
66
  Name: string | undefined;
103
67
  }
104
- export declare namespace DeleteCustomEntityTypeRequest {
105
-
106
- const filterSensitiveLog: (obj: DeleteCustomEntityTypeRequest) => any;
107
- }
108
68
  export interface DeleteCustomEntityTypeResponse {
109
69
 
110
70
  Name?: string;
111
71
  }
112
- export declare namespace DeleteCustomEntityTypeResponse {
113
-
114
- const filterSensitiveLog: (obj: DeleteCustomEntityTypeResponse) => any;
115
- }
116
72
  export interface DeleteDatabaseRequest {
117
73
 
118
74
  CatalogId?: string;
119
75
 
120
76
  Name: string | undefined;
121
77
  }
122
- export declare namespace DeleteDatabaseRequest {
123
-
124
- const filterSensitiveLog: (obj: DeleteDatabaseRequest) => any;
125
- }
126
78
  export interface DeleteDatabaseResponse {
127
79
  }
128
- export declare namespace DeleteDatabaseResponse {
129
-
130
- const filterSensitiveLog: (obj: DeleteDatabaseResponse) => any;
131
- }
132
80
  export interface DeleteDevEndpointRequest {
133
81
 
134
82
  EndpointName: string | undefined;
135
83
  }
136
- export declare namespace DeleteDevEndpointRequest {
137
-
138
- const filterSensitiveLog: (obj: DeleteDevEndpointRequest) => any;
139
- }
140
84
  export interface DeleteDevEndpointResponse {
141
85
  }
142
- export declare namespace DeleteDevEndpointResponse {
143
-
144
- const filterSensitiveLog: (obj: DeleteDevEndpointResponse) => any;
145
- }
146
86
  export interface DeleteJobRequest {
147
87
 
148
88
  JobName: string | undefined;
149
89
  }
150
- export declare namespace DeleteJobRequest {
151
-
152
- const filterSensitiveLog: (obj: DeleteJobRequest) => any;
153
- }
154
90
  export interface DeleteJobResponse {
155
91
 
156
92
  JobName?: string;
157
93
  }
158
- export declare namespace DeleteJobResponse {
159
-
160
- const filterSensitiveLog: (obj: DeleteJobResponse) => any;
161
- }
162
94
  export interface DeleteMLTransformRequest {
163
95
 
164
96
  TransformId: string | undefined;
165
97
  }
166
- export declare namespace DeleteMLTransformRequest {
167
-
168
- const filterSensitiveLog: (obj: DeleteMLTransformRequest) => any;
169
- }
170
98
  export interface DeleteMLTransformResponse {
171
99
 
172
100
  TransformId?: string;
173
101
  }
174
- export declare namespace DeleteMLTransformResponse {
175
-
176
- const filterSensitiveLog: (obj: DeleteMLTransformResponse) => any;
177
- }
178
102
  export interface DeletePartitionRequest {
179
103
 
180
104
  CatalogId?: string;
@@ -185,16 +109,8 @@ export interface DeletePartitionRequest {
185
109
 
186
110
  PartitionValues: string[] | undefined;
187
111
  }
188
- export declare namespace DeletePartitionRequest {
189
-
190
- const filterSensitiveLog: (obj: DeletePartitionRequest) => any;
191
- }
192
112
  export interface DeletePartitionResponse {
193
113
  }
194
- export declare namespace DeletePartitionResponse {
195
-
196
- const filterSensitiveLog: (obj: DeletePartitionResponse) => any;
197
- }
198
114
 
199
115
  export declare class ConflictException extends __BaseException {
200
116
  readonly name: "ConflictException";
@@ -214,24 +130,12 @@ export interface DeletePartitionIndexRequest {
214
130
 
215
131
  IndexName: string | undefined;
216
132
  }
217
- export declare namespace DeletePartitionIndexRequest {
218
-
219
- const filterSensitiveLog: (obj: DeletePartitionIndexRequest) => any;
220
- }
221
133
  export interface DeletePartitionIndexResponse {
222
134
  }
223
- export declare namespace DeletePartitionIndexResponse {
224
-
225
- const filterSensitiveLog: (obj: DeletePartitionIndexResponse) => any;
226
- }
227
135
  export interface DeleteRegistryInput {
228
136
 
229
137
  RegistryId: RegistryId | undefined;
230
138
  }
231
- export declare namespace DeleteRegistryInput {
232
-
233
- const filterSensitiveLog: (obj: DeleteRegistryInput) => any;
234
- }
235
139
  export declare enum RegistryStatus {
236
140
  AVAILABLE = "AVAILABLE",
237
141
  DELETING = "DELETING"
@@ -244,10 +148,6 @@ export interface DeleteRegistryResponse {
244
148
 
245
149
  Status?: RegistryStatus | string;
246
150
  }
247
- export declare namespace DeleteRegistryResponse {
248
-
249
- const filterSensitiveLog: (obj: DeleteRegistryResponse) => any;
250
- }
251
151
 
252
152
  export declare class ConditionCheckFailureException extends __BaseException {
253
153
  readonly name: "ConditionCheckFailureException";
@@ -263,24 +163,12 @@ export interface DeleteResourcePolicyRequest {
263
163
 
264
164
  ResourceArn?: string;
265
165
  }
266
- export declare namespace DeleteResourcePolicyRequest {
267
-
268
- const filterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
269
- }
270
166
  export interface DeleteResourcePolicyResponse {
271
167
  }
272
- export declare namespace DeleteResourcePolicyResponse {
273
-
274
- const filterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
275
- }
276
168
  export interface DeleteSchemaInput {
277
169
 
278
170
  SchemaId: SchemaId | undefined;
279
171
  }
280
- export declare namespace DeleteSchemaInput {
281
-
282
- const filterSensitiveLog: (obj: DeleteSchemaInput) => any;
283
- }
284
172
  export interface DeleteSchemaResponse {
285
173
 
286
174
  SchemaArn?: string;
@@ -289,20 +177,12 @@ export interface DeleteSchemaResponse {
289
177
 
290
178
  Status?: SchemaStatus | string;
291
179
  }
292
- export declare namespace DeleteSchemaResponse {
293
-
294
- const filterSensitiveLog: (obj: DeleteSchemaResponse) => any;
295
- }
296
180
  export interface DeleteSchemaVersionsInput {
297
181
 
298
182
  SchemaId: SchemaId | undefined;
299
183
 
300
184
  Versions: string | undefined;
301
185
  }
302
- export declare namespace DeleteSchemaVersionsInput {
303
-
304
- const filterSensitiveLog: (obj: DeleteSchemaVersionsInput) => any;
305
- }
306
186
 
307
187
  export interface ErrorDetails {
308
188
 
@@ -310,10 +190,6 @@ export interface ErrorDetails {
310
190
 
311
191
  ErrorMessage?: string;
312
192
  }
313
- export declare namespace ErrorDetails {
314
-
315
- const filterSensitiveLog: (obj: ErrorDetails) => any;
316
- }
317
193
 
318
194
  export interface SchemaVersionErrorItem {
319
195
 
@@ -321,50 +197,26 @@ export interface SchemaVersionErrorItem {
321
197
 
322
198
  ErrorDetails?: ErrorDetails;
323
199
  }
324
- export declare namespace SchemaVersionErrorItem {
325
-
326
- const filterSensitiveLog: (obj: SchemaVersionErrorItem) => any;
327
- }
328
200
  export interface DeleteSchemaVersionsResponse {
329
201
 
330
202
  SchemaVersionErrors?: SchemaVersionErrorItem[];
331
203
  }
332
- export declare namespace DeleteSchemaVersionsResponse {
333
-
334
- const filterSensitiveLog: (obj: DeleteSchemaVersionsResponse) => any;
335
- }
336
204
  export interface DeleteSecurityConfigurationRequest {
337
205
 
338
206
  Name: string | undefined;
339
207
  }
340
- export declare namespace DeleteSecurityConfigurationRequest {
341
-
342
- const filterSensitiveLog: (obj: DeleteSecurityConfigurationRequest) => any;
343
- }
344
208
  export interface DeleteSecurityConfigurationResponse {
345
209
  }
346
- export declare namespace DeleteSecurityConfigurationResponse {
347
-
348
- const filterSensitiveLog: (obj: DeleteSecurityConfigurationResponse) => any;
349
- }
350
210
  export interface DeleteSessionRequest {
351
211
 
352
212
  Id: string | undefined;
353
213
 
354
214
  RequestOrigin?: string;
355
215
  }
356
- export declare namespace DeleteSessionRequest {
357
-
358
- const filterSensitiveLog: (obj: DeleteSessionRequest) => any;
359
- }
360
216
  export interface DeleteSessionResponse {
361
217
 
362
218
  Id?: string;
363
219
  }
364
- export declare namespace DeleteSessionResponse {
365
-
366
- const filterSensitiveLog: (obj: DeleteSessionResponse) => any;
367
- }
368
220
  export interface DeleteTableRequest {
369
221
 
370
222
  CatalogId?: string;
@@ -375,16 +227,8 @@ export interface DeleteTableRequest {
375
227
 
376
228
  TransactionId?: string;
377
229
  }
378
- export declare namespace DeleteTableRequest {
379
-
380
- const filterSensitiveLog: (obj: DeleteTableRequest) => any;
381
- }
382
230
  export interface DeleteTableResponse {
383
231
  }
384
- export declare namespace DeleteTableResponse {
385
-
386
- const filterSensitiveLog: (obj: DeleteTableResponse) => any;
387
- }
388
232
  export interface DeleteTableVersionRequest {
389
233
 
390
234
  CatalogId?: string;
@@ -395,32 +239,16 @@ export interface DeleteTableVersionRequest {
395
239
 
396
240
  VersionId: string | undefined;
397
241
  }
398
- export declare namespace DeleteTableVersionRequest {
399
-
400
- const filterSensitiveLog: (obj: DeleteTableVersionRequest) => any;
401
- }
402
242
  export interface DeleteTableVersionResponse {
403
243
  }
404
- export declare namespace DeleteTableVersionResponse {
405
-
406
- const filterSensitiveLog: (obj: DeleteTableVersionResponse) => any;
407
- }
408
244
  export interface DeleteTriggerRequest {
409
245
 
410
246
  Name: string | undefined;
411
247
  }
412
- export declare namespace DeleteTriggerRequest {
413
-
414
- const filterSensitiveLog: (obj: DeleteTriggerRequest) => any;
415
- }
416
248
  export interface DeleteTriggerResponse {
417
249
 
418
250
  Name?: string;
419
251
  }
420
- export declare namespace DeleteTriggerResponse {
421
-
422
- const filterSensitiveLog: (obj: DeleteTriggerResponse) => any;
423
- }
424
252
  export interface DeleteUserDefinedFunctionRequest {
425
253
 
426
254
  CatalogId?: string;
@@ -429,32 +257,16 @@ export interface DeleteUserDefinedFunctionRequest {
429
257
 
430
258
  FunctionName: string | undefined;
431
259
  }
432
- export declare namespace DeleteUserDefinedFunctionRequest {
433
-
434
- const filterSensitiveLog: (obj: DeleteUserDefinedFunctionRequest) => any;
435
- }
436
260
  export interface DeleteUserDefinedFunctionResponse {
437
261
  }
438
- export declare namespace DeleteUserDefinedFunctionResponse {
439
-
440
- const filterSensitiveLog: (obj: DeleteUserDefinedFunctionResponse) => any;
441
- }
442
262
  export interface DeleteWorkflowRequest {
443
263
 
444
264
  Name: string | undefined;
445
265
  }
446
- export declare namespace DeleteWorkflowRequest {
447
-
448
- const filterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
449
- }
450
266
  export interface DeleteWorkflowResponse {
451
267
 
452
268
  Name?: string;
453
269
  }
454
- export declare namespace DeleteWorkflowResponse {
455
-
456
- const filterSensitiveLog: (obj: DeleteWorkflowResponse) => any;
457
- }
458
270
  export interface GetBlueprintRequest {
459
271
 
460
272
  Name: string | undefined;
@@ -463,28 +275,16 @@ export interface GetBlueprintRequest {
463
275
 
464
276
  IncludeParameterSpec?: boolean;
465
277
  }
466
- export declare namespace GetBlueprintRequest {
467
-
468
- const filterSensitiveLog: (obj: GetBlueprintRequest) => any;
469
- }
470
278
  export interface GetBlueprintResponse {
471
279
 
472
280
  Blueprint?: Blueprint;
473
281
  }
474
- export declare namespace GetBlueprintResponse {
475
-
476
- const filterSensitiveLog: (obj: GetBlueprintResponse) => any;
477
- }
478
282
  export interface GetBlueprintRunRequest {
479
283
 
480
284
  BlueprintName: string | undefined;
481
285
 
482
286
  RunId: string | undefined;
483
287
  }
484
- export declare namespace GetBlueprintRunRequest {
485
-
486
- const filterSensitiveLog: (obj: GetBlueprintRunRequest) => any;
487
- }
488
288
  export declare enum BlueprintRunState {
489
289
  FAILED = "FAILED",
490
290
  ROLLING_BACK = "ROLLING_BACK",
@@ -514,18 +314,10 @@ export interface BlueprintRun {
514
314
 
515
315
  RoleArn?: string;
516
316
  }
517
- export declare namespace BlueprintRun {
518
-
519
- const filterSensitiveLog: (obj: BlueprintRun) => any;
520
- }
521
317
  export interface GetBlueprintRunResponse {
522
318
 
523
319
  BlueprintRun?: BlueprintRun;
524
320
  }
525
- export declare namespace GetBlueprintRunResponse {
526
-
527
- const filterSensitiveLog: (obj: GetBlueprintRunResponse) => any;
528
- }
529
321
  export interface GetBlueprintRunsRequest {
530
322
 
531
323
  BlueprintName: string | undefined;
@@ -534,28 +326,16 @@ export interface GetBlueprintRunsRequest {
534
326
 
535
327
  MaxResults?: number;
536
328
  }
537
- export declare namespace GetBlueprintRunsRequest {
538
-
539
- const filterSensitiveLog: (obj: GetBlueprintRunsRequest) => any;
540
- }
541
329
  export interface GetBlueprintRunsResponse {
542
330
 
543
331
  BlueprintRuns?: BlueprintRun[];
544
332
 
545
333
  NextToken?: string;
546
334
  }
547
- export declare namespace GetBlueprintRunsResponse {
548
-
549
- const filterSensitiveLog: (obj: GetBlueprintRunsResponse) => any;
550
- }
551
335
  export interface GetCatalogImportStatusRequest {
552
336
 
553
337
  CatalogId?: string;
554
338
  }
555
- export declare namespace GetCatalogImportStatusRequest {
556
-
557
- const filterSensitiveLog: (obj: GetCatalogImportStatusRequest) => any;
558
- }
559
339
 
560
340
  export interface CatalogImportStatus {
561
341
 
@@ -565,26 +345,14 @@ export interface CatalogImportStatus {
565
345
 
566
346
  ImportedBy?: string;
567
347
  }
568
- export declare namespace CatalogImportStatus {
569
-
570
- const filterSensitiveLog: (obj: CatalogImportStatus) => any;
571
- }
572
348
  export interface GetCatalogImportStatusResponse {
573
349
 
574
350
  ImportStatus?: CatalogImportStatus;
575
351
  }
576
- export declare namespace GetCatalogImportStatusResponse {
577
-
578
- const filterSensitiveLog: (obj: GetCatalogImportStatusResponse) => any;
579
- }
580
352
  export interface GetClassifierRequest {
581
353
 
582
354
  Name: string | undefined;
583
355
  }
584
- export declare namespace GetClassifierRequest {
585
-
586
- const filterSensitiveLog: (obj: GetClassifierRequest) => any;
587
- }
588
356
 
589
357
  export interface CsvClassifier {
590
358
 
@@ -608,10 +376,6 @@ export interface CsvClassifier {
608
376
 
609
377
  AllowSingleColumn?: boolean;
610
378
  }
611
- export declare namespace CsvClassifier {
612
-
613
- const filterSensitiveLog: (obj: CsvClassifier) => any;
614
- }
615
379
 
616
380
  export interface GrokClassifier {
617
381
 
@@ -629,10 +393,6 @@ export interface GrokClassifier {
629
393
 
630
394
  CustomPatterns?: string;
631
395
  }
632
- export declare namespace GrokClassifier {
633
-
634
- const filterSensitiveLog: (obj: GrokClassifier) => any;
635
- }
636
396
 
637
397
  export interface JsonClassifier {
638
398
 
@@ -646,10 +406,6 @@ export interface JsonClassifier {
646
406
 
647
407
  JsonPath: string | undefined;
648
408
  }
649
- export declare namespace JsonClassifier {
650
-
651
- const filterSensitiveLog: (obj: JsonClassifier) => any;
652
- }
653
409
 
654
410
  export interface XMLClassifier {
655
411
 
@@ -665,10 +421,6 @@ export interface XMLClassifier {
665
421
 
666
422
  RowTag?: string;
667
423
  }
668
- export declare namespace XMLClassifier {
669
-
670
- const filterSensitiveLog: (obj: XMLClassifier) => any;
671
- }
672
424
 
673
425
  export interface Classifier {
674
426
 
@@ -680,38 +432,22 @@ export interface Classifier {
680
432
 
681
433
  CsvClassifier?: CsvClassifier;
682
434
  }
683
- export declare namespace Classifier {
684
-
685
- const filterSensitiveLog: (obj: Classifier) => any;
686
- }
687
435
  export interface GetClassifierResponse {
688
436
 
689
437
  Classifier?: Classifier;
690
438
  }
691
- export declare namespace GetClassifierResponse {
692
-
693
- const filterSensitiveLog: (obj: GetClassifierResponse) => any;
694
- }
695
439
  export interface GetClassifiersRequest {
696
440
 
697
441
  MaxResults?: number;
698
442
 
699
443
  NextToken?: string;
700
444
  }
701
- export declare namespace GetClassifiersRequest {
702
-
703
- const filterSensitiveLog: (obj: GetClassifiersRequest) => any;
704
- }
705
445
  export interface GetClassifiersResponse {
706
446
 
707
447
  Classifiers?: Classifier[];
708
448
 
709
449
  NextToken?: string;
710
450
  }
711
- export declare namespace GetClassifiersResponse {
712
-
713
- const filterSensitiveLog: (obj: GetClassifiersResponse) => any;
714
- }
715
451
  export interface GetColumnStatisticsForPartitionRequest {
716
452
 
717
453
  CatalogId?: string;
@@ -724,10 +460,6 @@ export interface GetColumnStatisticsForPartitionRequest {
724
460
 
725
461
  ColumnNames: string[] | undefined;
726
462
  }
727
- export declare namespace GetColumnStatisticsForPartitionRequest {
728
-
729
- const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionRequest) => any;
730
- }
731
463
 
732
464
  export interface BinaryColumnStatisticsData {
733
465
 
@@ -737,10 +469,6 @@ export interface BinaryColumnStatisticsData {
737
469
 
738
470
  NumberOfNulls: number | undefined;
739
471
  }
740
- export declare namespace BinaryColumnStatisticsData {
741
-
742
- const filterSensitiveLog: (obj: BinaryColumnStatisticsData) => any;
743
- }
744
472
 
745
473
  export interface BooleanColumnStatisticsData {
746
474
 
@@ -750,10 +478,6 @@ export interface BooleanColumnStatisticsData {
750
478
 
751
479
  NumberOfNulls: number | undefined;
752
480
  }
753
- export declare namespace BooleanColumnStatisticsData {
754
-
755
- const filterSensitiveLog: (obj: BooleanColumnStatisticsData) => any;
756
- }
757
481
 
758
482
  export interface DateColumnStatisticsData {
759
483
 
@@ -765,10 +489,6 @@ export interface DateColumnStatisticsData {
765
489
 
766
490
  NumberOfDistinctValues: number | undefined;
767
491
  }
768
- export declare namespace DateColumnStatisticsData {
769
-
770
- const filterSensitiveLog: (obj: DateColumnStatisticsData) => any;
771
- }
772
492
 
773
493
  export interface DecimalNumber {
774
494
 
@@ -776,10 +496,6 @@ export interface DecimalNumber {
776
496
 
777
497
  Scale: number | undefined;
778
498
  }
779
- export declare namespace DecimalNumber {
780
-
781
- const filterSensitiveLog: (obj: DecimalNumber) => any;
782
- }
783
499
 
784
500
  export interface DecimalColumnStatisticsData {
785
501
 
@@ -791,10 +507,6 @@ export interface DecimalColumnStatisticsData {
791
507
 
792
508
  NumberOfDistinctValues: number | undefined;
793
509
  }
794
- export declare namespace DecimalColumnStatisticsData {
795
-
796
- const filterSensitiveLog: (obj: DecimalColumnStatisticsData) => any;
797
- }
798
510
 
799
511
  export interface DoubleColumnStatisticsData {
800
512
 
@@ -806,10 +518,6 @@ export interface DoubleColumnStatisticsData {
806
518
 
807
519
  NumberOfDistinctValues: number | undefined;
808
520
  }
809
- export declare namespace DoubleColumnStatisticsData {
810
-
811
- const filterSensitiveLog: (obj: DoubleColumnStatisticsData) => any;
812
- }
813
521
 
814
522
  export interface LongColumnStatisticsData {
815
523
 
@@ -821,10 +529,6 @@ export interface LongColumnStatisticsData {
821
529
 
822
530
  NumberOfDistinctValues: number | undefined;
823
531
  }
824
- export declare namespace LongColumnStatisticsData {
825
-
826
- const filterSensitiveLog: (obj: LongColumnStatisticsData) => any;
827
- }
828
532
 
829
533
  export interface StringColumnStatisticsData {
830
534
 
@@ -836,10 +540,6 @@ export interface StringColumnStatisticsData {
836
540
 
837
541
  NumberOfDistinctValues: number | undefined;
838
542
  }
839
- export declare namespace StringColumnStatisticsData {
840
-
841
- const filterSensitiveLog: (obj: StringColumnStatisticsData) => any;
842
- }
843
543
  export declare enum ColumnStatisticsType {
844
544
  BINARY = "BINARY",
845
545
  BOOLEAN = "BOOLEAN",
@@ -868,10 +568,6 @@ export interface ColumnStatisticsData {
868
568
 
869
569
  BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
870
570
  }
871
- export declare namespace ColumnStatisticsData {
872
-
873
- const filterSensitiveLog: (obj: ColumnStatisticsData) => any;
874
- }
875
571
 
876
572
  export interface ColumnStatistics {
877
573
 
@@ -883,10 +579,6 @@ export interface ColumnStatistics {
883
579
 
884
580
  StatisticsData: ColumnStatisticsData | undefined;
885
581
  }
886
- export declare namespace ColumnStatistics {
887
-
888
- const filterSensitiveLog: (obj: ColumnStatistics) => any;
889
- }
890
582
 
891
583
  export interface ColumnError {
892
584
 
@@ -894,20 +586,12 @@ export interface ColumnError {
894
586
 
895
587
  Error?: ErrorDetail;
896
588
  }
897
- export declare namespace ColumnError {
898
-
899
- const filterSensitiveLog: (obj: ColumnError) => any;
900
- }
901
589
  export interface GetColumnStatisticsForPartitionResponse {
902
590
 
903
591
  ColumnStatisticsList?: ColumnStatistics[];
904
592
 
905
593
  Errors?: ColumnError[];
906
594
  }
907
- export declare namespace GetColumnStatisticsForPartitionResponse {
908
-
909
- const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
910
- }
911
595
  export interface GetColumnStatisticsForTableRequest {
912
596
 
913
597
  CatalogId?: string;
@@ -918,20 +602,12 @@ export interface GetColumnStatisticsForTableRequest {
918
602
 
919
603
  ColumnNames: string[] | undefined;
920
604
  }
921
- export declare namespace GetColumnStatisticsForTableRequest {
922
-
923
- const filterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
924
- }
925
605
  export interface GetColumnStatisticsForTableResponse {
926
606
 
927
607
  ColumnStatisticsList?: ColumnStatistics[];
928
608
 
929
609
  Errors?: ColumnError[];
930
610
  }
931
- export declare namespace GetColumnStatisticsForTableResponse {
932
-
933
- const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
934
- }
935
611
  export interface GetConnectionRequest {
936
612
 
937
613
  CatalogId?: string;
@@ -940,10 +616,6 @@ export interface GetConnectionRequest {
940
616
 
941
617
  HidePassword?: boolean;
942
618
  }
943
- export declare namespace GetConnectionRequest {
944
-
945
- const filterSensitiveLog: (obj: GetConnectionRequest) => any;
946
- }
947
619
 
948
620
  export interface Connection {
949
621
 
@@ -965,18 +637,10 @@ export interface Connection {
965
637
 
966
638
  LastUpdatedBy?: string;
967
639
  }
968
- export declare namespace Connection {
969
-
970
- const filterSensitiveLog: (obj: Connection) => any;
971
- }
972
640
  export interface GetConnectionResponse {
973
641
 
974
642
  Connection?: Connection;
975
643
  }
976
- export declare namespace GetConnectionResponse {
977
-
978
- const filterSensitiveLog: (obj: GetConnectionResponse) => any;
979
- }
980
644
 
981
645
  export interface GetConnectionsFilter {
982
646
 
@@ -984,10 +648,6 @@ export interface GetConnectionsFilter {
984
648
 
985
649
  ConnectionType?: ConnectionType | string;
986
650
  }
987
- export declare namespace GetConnectionsFilter {
988
-
989
- const filterSensitiveLog: (obj: GetConnectionsFilter) => any;
990
- }
991
651
  export interface GetConnectionsRequest {
992
652
 
993
653
  CatalogId?: string;
@@ -1000,36 +660,20 @@ export interface GetConnectionsRequest {
1000
660
 
1001
661
  MaxResults?: number;
1002
662
  }
1003
- export declare namespace GetConnectionsRequest {
1004
-
1005
- const filterSensitiveLog: (obj: GetConnectionsRequest) => any;
1006
- }
1007
663
  export interface GetConnectionsResponse {
1008
664
 
1009
665
  ConnectionList?: Connection[];
1010
666
 
1011
667
  NextToken?: string;
1012
668
  }
1013
- export declare namespace GetConnectionsResponse {
1014
-
1015
- const filterSensitiveLog: (obj: GetConnectionsResponse) => any;
1016
- }
1017
669
  export interface GetCrawlerRequest {
1018
670
 
1019
671
  Name: string | undefined;
1020
672
  }
1021
- export declare namespace GetCrawlerRequest {
1022
-
1023
- const filterSensitiveLog: (obj: GetCrawlerRequest) => any;
1024
- }
1025
673
  export interface GetCrawlerResponse {
1026
674
 
1027
675
  Crawler?: Crawler;
1028
676
  }
1029
- export declare namespace GetCrawlerResponse {
1030
-
1031
- const filterSensitiveLog: (obj: GetCrawlerResponse) => any;
1032
- }
1033
677
  export interface GetCrawlerMetricsRequest {
1034
678
 
1035
679
  CrawlerNameList?: string[];
@@ -1038,10 +682,6 @@ export interface GetCrawlerMetricsRequest {
1038
682
 
1039
683
  NextToken?: string;
1040
684
  }
1041
- export declare namespace GetCrawlerMetricsRequest {
1042
-
1043
- const filterSensitiveLog: (obj: GetCrawlerMetricsRequest) => any;
1044
- }
1045
685
 
1046
686
  export interface CrawlerMetrics {
1047
687
 
@@ -1061,48 +701,28 @@ export interface CrawlerMetrics {
1061
701
 
1062
702
  TablesDeleted?: number;
1063
703
  }
1064
- export declare namespace CrawlerMetrics {
1065
-
1066
- const filterSensitiveLog: (obj: CrawlerMetrics) => any;
1067
- }
1068
704
  export interface GetCrawlerMetricsResponse {
1069
705
 
1070
706
  CrawlerMetricsList?: CrawlerMetrics[];
1071
707
 
1072
708
  NextToken?: string;
1073
709
  }
1074
- export declare namespace GetCrawlerMetricsResponse {
1075
-
1076
- const filterSensitiveLog: (obj: GetCrawlerMetricsResponse) => any;
1077
- }
1078
710
  export interface GetCrawlersRequest {
1079
711
 
1080
712
  MaxResults?: number;
1081
713
 
1082
714
  NextToken?: string;
1083
715
  }
1084
- export declare namespace GetCrawlersRequest {
1085
-
1086
- const filterSensitiveLog: (obj: GetCrawlersRequest) => any;
1087
- }
1088
716
  export interface GetCrawlersResponse {
1089
717
 
1090
718
  Crawlers?: Crawler[];
1091
719
 
1092
720
  NextToken?: string;
1093
721
  }
1094
- export declare namespace GetCrawlersResponse {
1095
-
1096
- const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
1097
- }
1098
722
  export interface GetCustomEntityTypeRequest {
1099
723
 
1100
724
  Name: string | undefined;
1101
725
  }
1102
- export declare namespace GetCustomEntityTypeRequest {
1103
-
1104
- const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
1105
- }
1106
726
  export interface GetCustomEntityTypeResponse {
1107
727
 
1108
728
  Name?: string;
@@ -1111,20 +731,12 @@ export interface GetCustomEntityTypeResponse {
1111
731
 
1112
732
  ContextWords?: string[];
1113
733
  }
1114
- export declare namespace GetCustomEntityTypeResponse {
1115
-
1116
- const filterSensitiveLog: (obj: GetCustomEntityTypeResponse) => any;
1117
- }
1118
734
  export interface GetDatabaseRequest {
1119
735
 
1120
736
  CatalogId?: string;
1121
737
 
1122
738
  Name: string | undefined;
1123
739
  }
1124
- export declare namespace GetDatabaseRequest {
1125
-
1126
- const filterSensitiveLog: (obj: GetDatabaseRequest) => any;
1127
- }
1128
740
 
1129
741
  export interface Database {
1130
742
 
@@ -1144,18 +756,10 @@ export interface Database {
1144
756
 
1145
757
  CatalogId?: string;
1146
758
  }
1147
- export declare namespace Database {
1148
-
1149
- const filterSensitiveLog: (obj: Database) => any;
1150
- }
1151
759
  export interface GetDatabaseResponse {
1152
760
 
1153
761
  Database?: Database;
1154
762
  }
1155
- export declare namespace GetDatabaseResponse {
1156
-
1157
- const filterSensitiveLog: (obj: GetDatabaseResponse) => any;
1158
- }
1159
763
  export declare enum ResourceShareType {
1160
764
  ALL = "ALL",
1161
765
  FOREIGN = "FOREIGN"
@@ -1170,28 +774,16 @@ export interface GetDatabasesRequest {
1170
774
 
1171
775
  ResourceShareType?: ResourceShareType | string;
1172
776
  }
1173
- export declare namespace GetDatabasesRequest {
1174
-
1175
- const filterSensitiveLog: (obj: GetDatabasesRequest) => any;
1176
- }
1177
777
  export interface GetDatabasesResponse {
1178
778
 
1179
779
  DatabaseList: Database[] | undefined;
1180
780
 
1181
781
  NextToken?: string;
1182
782
  }
1183
- export declare namespace GetDatabasesResponse {
1184
-
1185
- const filterSensitiveLog: (obj: GetDatabasesResponse) => any;
1186
- }
1187
783
  export interface GetDataCatalogEncryptionSettingsRequest {
1188
784
 
1189
785
  CatalogId?: string;
1190
786
  }
1191
- export declare namespace GetDataCatalogEncryptionSettingsRequest {
1192
-
1193
- const filterSensitiveLog: (obj: GetDataCatalogEncryptionSettingsRequest) => any;
1194
- }
1195
787
 
1196
788
  export interface ConnectionPasswordEncryption {
1197
789
 
@@ -1199,10 +791,6 @@ export interface ConnectionPasswordEncryption {
1199
791
 
1200
792
  AwsKmsKeyId?: string;
1201
793
  }
1202
- export declare namespace ConnectionPasswordEncryption {
1203
-
1204
- const filterSensitiveLog: (obj: ConnectionPasswordEncryption) => any;
1205
- }
1206
794
  export declare enum CatalogEncryptionMode {
1207
795
  DISABLED = "DISABLED",
1208
796
  SSEKMS = "SSE-KMS"
@@ -1214,10 +802,6 @@ export interface EncryptionAtRest {
1214
802
 
1215
803
  SseAwsKmsKeyId?: string;
1216
804
  }
1217
- export declare namespace EncryptionAtRest {
1218
-
1219
- const filterSensitiveLog: (obj: EncryptionAtRest) => any;
1220
- }
1221
805
 
1222
806
  export interface DataCatalogEncryptionSettings {
1223
807
 
@@ -1225,90 +809,50 @@ export interface DataCatalogEncryptionSettings {
1225
809
 
1226
810
  ConnectionPasswordEncryption?: ConnectionPasswordEncryption;
1227
811
  }
1228
- export declare namespace DataCatalogEncryptionSettings {
1229
-
1230
- const filterSensitiveLog: (obj: DataCatalogEncryptionSettings) => any;
1231
- }
1232
812
  export interface GetDataCatalogEncryptionSettingsResponse {
1233
813
 
1234
814
  DataCatalogEncryptionSettings?: DataCatalogEncryptionSettings;
1235
815
  }
1236
- export declare namespace GetDataCatalogEncryptionSettingsResponse {
1237
-
1238
- const filterSensitiveLog: (obj: GetDataCatalogEncryptionSettingsResponse) => any;
1239
- }
1240
816
  export interface GetDataflowGraphRequest {
1241
817
 
1242
818
  PythonScript?: string;
1243
819
  }
1244
- export declare namespace GetDataflowGraphRequest {
1245
-
1246
- const filterSensitiveLog: (obj: GetDataflowGraphRequest) => any;
1247
- }
1248
820
  export interface GetDataflowGraphResponse {
1249
821
 
1250
822
  DagNodes?: CodeGenNode[];
1251
823
 
1252
824
  DagEdges?: CodeGenEdge[];
1253
825
  }
1254
- export declare namespace GetDataflowGraphResponse {
1255
-
1256
- const filterSensitiveLog: (obj: GetDataflowGraphResponse) => any;
1257
- }
1258
826
  export interface GetDevEndpointRequest {
1259
827
 
1260
828
  EndpointName: string | undefined;
1261
829
  }
1262
- export declare namespace GetDevEndpointRequest {
1263
-
1264
- const filterSensitiveLog: (obj: GetDevEndpointRequest) => any;
1265
- }
1266
830
  export interface GetDevEndpointResponse {
1267
831
 
1268
832
  DevEndpoint?: DevEndpoint;
1269
833
  }
1270
- export declare namespace GetDevEndpointResponse {
1271
-
1272
- const filterSensitiveLog: (obj: GetDevEndpointResponse) => any;
1273
- }
1274
834
  export interface GetDevEndpointsRequest {
1275
835
 
1276
836
  MaxResults?: number;
1277
837
 
1278
838
  NextToken?: string;
1279
839
  }
1280
- export declare namespace GetDevEndpointsRequest {
1281
-
1282
- const filterSensitiveLog: (obj: GetDevEndpointsRequest) => any;
1283
- }
1284
840
  export interface GetDevEndpointsResponse {
1285
841
 
1286
842
  DevEndpoints?: DevEndpoint[];
1287
843
 
1288
844
  NextToken?: string;
1289
845
  }
1290
- export declare namespace GetDevEndpointsResponse {
1291
-
1292
- const filterSensitiveLog: (obj: GetDevEndpointsResponse) => any;
1293
- }
1294
846
  export interface GetJobRequest {
1295
847
 
1296
848
  JobName: string | undefined;
1297
849
  }
1298
- export declare namespace GetJobRequest {
1299
-
1300
- const filterSensitiveLog: (obj: GetJobRequest) => any;
1301
- }
1302
850
  export interface GetJobBookmarkRequest {
1303
851
 
1304
852
  JobName: string | undefined;
1305
853
 
1306
854
  RunId?: string;
1307
855
  }
1308
- export declare namespace GetJobBookmarkRequest {
1309
-
1310
- const filterSensitiveLog: (obj: GetJobBookmarkRequest) => any;
1311
- }
1312
856
 
1313
857
  export interface JobBookmarkEntry {
1314
858
 
@@ -1326,18 +870,10 @@ export interface JobBookmarkEntry {
1326
870
 
1327
871
  JobBookmark?: string;
1328
872
  }
1329
- export declare namespace JobBookmarkEntry {
1330
-
1331
- const filterSensitiveLog: (obj: JobBookmarkEntry) => any;
1332
- }
1333
873
  export interface GetJobBookmarkResponse {
1334
874
 
1335
875
  JobBookmarkEntry?: JobBookmarkEntry;
1336
876
  }
1337
- export declare namespace GetJobBookmarkResponse {
1338
-
1339
- const filterSensitiveLog: (obj: GetJobBookmarkResponse) => any;
1340
- }
1341
877
  export interface GetJobRunRequest {
1342
878
 
1343
879
  JobName: string | undefined;
@@ -1346,18 +882,10 @@ export interface GetJobRunRequest {
1346
882
 
1347
883
  PredecessorsIncluded?: boolean;
1348
884
  }
1349
- export declare namespace GetJobRunRequest {
1350
-
1351
- const filterSensitiveLog: (obj: GetJobRunRequest) => any;
1352
- }
1353
885
  export interface GetJobRunResponse {
1354
886
 
1355
887
  JobRun?: JobRun;
1356
888
  }
1357
- export declare namespace GetJobRunResponse {
1358
-
1359
- const filterSensitiveLog: (obj: GetJobRunResponse) => any;
1360
- }
1361
889
  export interface GetJobRunsRequest {
1362
890
 
1363
891
  JobName: string | undefined;
@@ -1366,30 +894,18 @@ export interface GetJobRunsRequest {
1366
894
 
1367
895
  MaxResults?: number;
1368
896
  }
1369
- export declare namespace GetJobRunsRequest {
1370
-
1371
- const filterSensitiveLog: (obj: GetJobRunsRequest) => any;
1372
- }
1373
897
  export interface GetJobRunsResponse {
1374
898
 
1375
899
  JobRuns?: JobRun[];
1376
900
 
1377
901
  NextToken?: string;
1378
902
  }
1379
- export declare namespace GetJobRunsResponse {
1380
-
1381
- const filterSensitiveLog: (obj: GetJobRunsResponse) => any;
1382
- }
1383
903
  export interface GetJobsRequest {
1384
904
 
1385
905
  NextToken?: string;
1386
906
 
1387
907
  MaxResults?: number;
1388
908
  }
1389
- export declare namespace GetJobsRequest {
1390
-
1391
- const filterSensitiveLog: (obj: GetJobsRequest) => any;
1392
- }
1393
909
 
1394
910
  export interface Location {
1395
911
 
@@ -1399,10 +915,6 @@ export interface Location {
1399
915
 
1400
916
  DynamoDB?: CodeGenNodeArg[];
1401
917
  }
1402
- export declare namespace Location {
1403
-
1404
- const filterSensitiveLog: (obj: Location) => any;
1405
- }
1406
918
 
1407
919
  export interface CatalogEntry {
1408
920
 
@@ -1410,10 +922,6 @@ export interface CatalogEntry {
1410
922
 
1411
923
  TableName: string | undefined;
1412
924
  }
1413
- export declare namespace CatalogEntry {
1414
-
1415
- const filterSensitiveLog: (obj: CatalogEntry) => any;
1416
- }
1417
925
  export interface GetMappingRequest {
1418
926
 
1419
927
  Source: CatalogEntry | undefined;
@@ -1422,10 +930,6 @@ export interface GetMappingRequest {
1422
930
 
1423
931
  Location?: Location;
1424
932
  }
1425
- export declare namespace GetMappingRequest {
1426
-
1427
- const filterSensitiveLog: (obj: GetMappingRequest) => any;
1428
- }
1429
933
 
1430
934
  export interface MappingEntry {
1431
935
 
@@ -1441,37 +945,21 @@ export interface MappingEntry {
1441
945
 
1442
946
  TargetType?: string;
1443
947
  }
1444
- export declare namespace MappingEntry {
1445
-
1446
- const filterSensitiveLog: (obj: MappingEntry) => any;
1447
- }
1448
948
  export interface GetMappingResponse {
1449
949
 
1450
950
  Mapping: MappingEntry[] | undefined;
1451
951
  }
1452
- export declare namespace GetMappingResponse {
1453
-
1454
- const filterSensitiveLog: (obj: GetMappingResponse) => any;
1455
- }
1456
952
  export interface GetMLTaskRunRequest {
1457
953
 
1458
954
  TransformId: string | undefined;
1459
955
 
1460
956
  TaskRunId: string | undefined;
1461
957
  }
1462
- export declare namespace GetMLTaskRunRequest {
1463
-
1464
- const filterSensitiveLog: (obj: GetMLTaskRunRequest) => any;
1465
- }
1466
958
 
1467
959
  export interface ExportLabelsTaskRunProperties {
1468
960
 
1469
961
  OutputS3Path?: string;
1470
962
  }
1471
- export declare namespace ExportLabelsTaskRunProperties {
1472
-
1473
- const filterSensitiveLog: (obj: ExportLabelsTaskRunProperties) => any;
1474
- }
1475
963
 
1476
964
  export interface FindMatchesTaskRunProperties {
1477
965
 
@@ -1481,10 +969,6 @@ export interface FindMatchesTaskRunProperties {
1481
969
 
1482
970
  JobRunId?: string;
1483
971
  }
1484
- export declare namespace FindMatchesTaskRunProperties {
1485
-
1486
- const filterSensitiveLog: (obj: FindMatchesTaskRunProperties) => any;
1487
- }
1488
972
 
1489
973
  export interface ImportLabelsTaskRunProperties {
1490
974
 
@@ -1492,19 +976,11 @@ export interface ImportLabelsTaskRunProperties {
1492
976
 
1493
977
  Replace?: boolean;
1494
978
  }
1495
- export declare namespace ImportLabelsTaskRunProperties {
1496
-
1497
- const filterSensitiveLog: (obj: ImportLabelsTaskRunProperties) => any;
1498
- }
1499
979
 
1500
980
  export interface LabelingSetGenerationTaskRunProperties {
1501
981
 
1502
982
  OutputS3Path?: string;
1503
983
  }
1504
- export declare namespace LabelingSetGenerationTaskRunProperties {
1505
-
1506
- const filterSensitiveLog: (obj: LabelingSetGenerationTaskRunProperties) => any;
1507
- }
1508
984
  export declare enum TaskType {
1509
985
  EVALUATION = "EVALUATION",
1510
986
  EXPORT_LABELS = "EXPORT_LABELS",
@@ -1525,10 +1001,6 @@ export interface TaskRunProperties {
1525
1001
 
1526
1002
  FindMatchesTaskRunProperties?: FindMatchesTaskRunProperties;
1527
1003
  }
1528
- export declare namespace TaskRunProperties {
1529
-
1530
- const filterSensitiveLog: (obj: TaskRunProperties) => any;
1531
- }
1532
1004
  export interface GetMLTaskRunResponse {
1533
1005
 
1534
1006
  TransformId?: string;
@@ -1551,10 +1023,6 @@ export interface GetMLTaskRunResponse {
1551
1023
 
1552
1024
  ExecutionTime?: number;
1553
1025
  }
1554
- export declare namespace GetMLTaskRunResponse {
1555
-
1556
- const filterSensitiveLog: (obj: GetMLTaskRunResponse) => any;
1557
- }
1558
1026
 
1559
1027
  export interface TaskRunFilterCriteria {
1560
1028
 
@@ -1566,10 +1034,6 @@ export interface TaskRunFilterCriteria {
1566
1034
 
1567
1035
  StartedAfter?: Date;
1568
1036
  }
1569
- export declare namespace TaskRunFilterCriteria {
1570
-
1571
- const filterSensitiveLog: (obj: TaskRunFilterCriteria) => any;
1572
- }
1573
1037
  export declare enum TaskRunSortColumnType {
1574
1038
  STARTED = "STARTED",
1575
1039
  STATUS = "STATUS",
@@ -1586,10 +1050,6 @@ export interface TaskRunSortCriteria {
1586
1050
 
1587
1051
  SortDirection: SortDirectionType | string | undefined;
1588
1052
  }
1589
- export declare namespace TaskRunSortCriteria {
1590
-
1591
- const filterSensitiveLog: (obj: TaskRunSortCriteria) => any;
1592
- }
1593
1053
  export interface GetMLTaskRunsRequest {
1594
1054
 
1595
1055
  TransformId: string | undefined;
@@ -1602,10 +1062,6 @@ export interface GetMLTaskRunsRequest {
1602
1062
 
1603
1063
  Sort?: TaskRunSortCriteria;
1604
1064
  }
1605
- export declare namespace GetMLTaskRunsRequest {
1606
-
1607
- const filterSensitiveLog: (obj: GetMLTaskRunsRequest) => any;
1608
- }
1609
1065
 
1610
1066
  export interface TaskRun {
1611
1067
 
@@ -1629,28 +1085,16 @@ export interface TaskRun {
1629
1085
 
1630
1086
  ExecutionTime?: number;
1631
1087
  }
1632
- export declare namespace TaskRun {
1633
-
1634
- const filterSensitiveLog: (obj: TaskRun) => any;
1635
- }
1636
1088
  export interface GetMLTaskRunsResponse {
1637
1089
 
1638
1090
  TaskRuns?: TaskRun[];
1639
1091
 
1640
1092
  NextToken?: string;
1641
1093
  }
1642
- export declare namespace GetMLTaskRunsResponse {
1643
-
1644
- const filterSensitiveLog: (obj: GetMLTaskRunsResponse) => any;
1645
- }
1646
1094
  export interface GetMLTransformRequest {
1647
1095
 
1648
1096
  TransformId: string | undefined;
1649
1097
  }
1650
- export declare namespace GetMLTransformRequest {
1651
-
1652
- const filterSensitiveLog: (obj: GetMLTransformRequest) => any;
1653
- }
1654
1098
 
1655
1099
  export interface ColumnImportance {
1656
1100
 
@@ -1658,10 +1102,6 @@ export interface ColumnImportance {
1658
1102
 
1659
1103
  Importance?: number;
1660
1104
  }
1661
- export declare namespace ColumnImportance {
1662
-
1663
- const filterSensitiveLog: (obj: ColumnImportance) => any;
1664
- }
1665
1105
 
1666
1106
  export interface ConfusionMatrix {
1667
1107
 
@@ -1673,10 +1113,6 @@ export interface ConfusionMatrix {
1673
1113
 
1674
1114
  NumFalseNegatives?: number;
1675
1115
  }
1676
- export declare namespace ConfusionMatrix {
1677
-
1678
- const filterSensitiveLog: (obj: ConfusionMatrix) => any;
1679
- }
1680
1116
 
1681
1117
  export interface FindMatchesMetrics {
1682
1118
 
@@ -1692,10 +1128,6 @@ export interface FindMatchesMetrics {
1692
1128
 
1693
1129
  ColumnImportances?: ColumnImportance[];
1694
1130
  }
1695
- export declare namespace FindMatchesMetrics {
1696
-
1697
- const filterSensitiveLog: (obj: FindMatchesMetrics) => any;
1698
- }
1699
1131
 
1700
1132
  export interface EvaluationMetrics {
1701
1133
 
@@ -1703,10 +1135,6 @@ export interface EvaluationMetrics {
1703
1135
 
1704
1136
  FindMatchesMetrics?: FindMatchesMetrics;
1705
1137
  }
1706
- export declare namespace EvaluationMetrics {
1707
-
1708
- const filterSensitiveLog: (obj: EvaluationMetrics) => any;
1709
- }
1710
1138
 
1711
1139
  export interface SchemaColumn {
1712
1140
 
@@ -1714,10 +1142,6 @@ export interface SchemaColumn {
1714
1142
 
1715
1143
  DataType?: string;
1716
1144
  }
1717
- export declare namespace SchemaColumn {
1718
-
1719
- const filterSensitiveLog: (obj: SchemaColumn) => any;
1720
- }
1721
1145
  export declare enum TransformStatusType {
1722
1146
  DELETING = "DELETING",
1723
1147
  NOT_READY = "NOT_READY",
@@ -1763,10 +1187,6 @@ export interface GetMLTransformResponse {
1763
1187
 
1764
1188
  TransformEncryption?: TransformEncryption;
1765
1189
  }
1766
- export declare namespace GetMLTransformResponse {
1767
-
1768
- const filterSensitiveLog: (obj: GetMLTransformResponse) => any;
1769
- }
1770
1190
 
1771
1191
  export interface TransformFilterCriteria {
1772
1192
 
@@ -1788,10 +1208,6 @@ export interface TransformFilterCriteria {
1788
1208
 
1789
1209
  Schema?: SchemaColumn[];
1790
1210
  }
1791
- export declare namespace TransformFilterCriteria {
1792
-
1793
- const filterSensitiveLog: (obj: TransformFilterCriteria) => any;
1794
- }
1795
1211
  export declare enum TransformSortColumnType {
1796
1212
  CREATED = "CREATED",
1797
1213
  LAST_MODIFIED = "LAST_MODIFIED",
@@ -1806,10 +1222,6 @@ export interface TransformSortCriteria {
1806
1222
 
1807
1223
  SortDirection: SortDirectionType | string | undefined;
1808
1224
  }
1809
- export declare namespace TransformSortCriteria {
1810
-
1811
- const filterSensitiveLog: (obj: TransformSortCriteria) => any;
1812
- }
1813
1225
  export interface GetMLTransformsRequest {
1814
1226
 
1815
1227
  NextToken?: string;
@@ -1820,10 +1232,6 @@ export interface GetMLTransformsRequest {
1820
1232
 
1821
1233
  Sort?: TransformSortCriteria;
1822
1234
  }
1823
- export declare namespace GetMLTransformsRequest {
1824
-
1825
- const filterSensitiveLog: (obj: GetMLTransformsRequest) => any;
1826
- }
1827
1235
 
1828
1236
  export interface MLTransform {
1829
1237
 
@@ -1865,20 +1273,12 @@ export interface MLTransform {
1865
1273
 
1866
1274
  TransformEncryption?: TransformEncryption;
1867
1275
  }
1868
- export declare namespace MLTransform {
1869
-
1870
- const filterSensitiveLog: (obj: MLTransform) => any;
1871
- }
1872
1276
  export interface GetMLTransformsResponse {
1873
1277
 
1874
1278
  Transforms: MLTransform[] | undefined;
1875
1279
 
1876
1280
  NextToken?: string;
1877
1281
  }
1878
- export declare namespace GetMLTransformsResponse {
1879
-
1880
- const filterSensitiveLog: (obj: GetMLTransformsResponse) => any;
1881
- }
1882
1282
  export interface GetPartitionRequest {
1883
1283
 
1884
1284
  CatalogId?: string;
@@ -1889,18 +1289,10 @@ export interface GetPartitionRequest {
1889
1289
 
1890
1290
  PartitionValues: string[] | undefined;
1891
1291
  }
1892
- export declare namespace GetPartitionRequest {
1893
-
1894
- const filterSensitiveLog: (obj: GetPartitionRequest) => any;
1895
- }
1896
1292
  export interface GetPartitionResponse {
1897
1293
 
1898
1294
  Partition?: Partition;
1899
1295
  }
1900
- export declare namespace GetPartitionResponse {
1901
-
1902
- const filterSensitiveLog: (obj: GetPartitionResponse) => any;
1903
- }
1904
1296
  export interface GetPartitionIndexesRequest {
1905
1297
 
1906
1298
  CatalogId?: string;
@@ -1911,10 +1303,6 @@ export interface GetPartitionIndexesRequest {
1911
1303
 
1912
1304
  NextToken?: string;
1913
1305
  }
1914
- export declare namespace GetPartitionIndexesRequest {
1915
-
1916
- const filterSensitiveLog: (obj: GetPartitionIndexesRequest) => any;
1917
- }
1918
1306
  export declare enum BackfillErrorCode {
1919
1307
  ENCRYPTED_PARTITION_ERROR = "ENCRYPTED_PARTITION_ERROR",
1920
1308
  INTERNAL_ERROR = "INTERNAL_ERROR",
@@ -1929,10 +1317,6 @@ export interface BackfillError {
1929
1317
 
1930
1318
  Partitions?: PartitionValueList[];
1931
1319
  }
1932
- export declare namespace BackfillError {
1933
-
1934
- const filterSensitiveLog: (obj: BackfillError) => any;
1935
- }
1936
1320
  export declare enum PartitionIndexStatus {
1937
1321
  ACTIVE = "ACTIVE",
1938
1322
  CREATING = "CREATING",
@@ -1946,10 +1330,6 @@ export interface KeySchemaElement {
1946
1330
 
1947
1331
  Type: string | undefined;
1948
1332
  }
1949
- export declare namespace KeySchemaElement {
1950
-
1951
- const filterSensitiveLog: (obj: KeySchemaElement) => any;
1952
- }
1953
1333
 
1954
1334
  export interface PartitionIndexDescriptor {
1955
1335
 
@@ -1961,20 +1341,12 @@ export interface PartitionIndexDescriptor {
1961
1341
 
1962
1342
  BackfillErrors?: BackfillError[];
1963
1343
  }
1964
- export declare namespace PartitionIndexDescriptor {
1965
-
1966
- const filterSensitiveLog: (obj: PartitionIndexDescriptor) => any;
1967
- }
1968
1344
  export interface GetPartitionIndexesResponse {
1969
1345
 
1970
1346
  PartitionIndexDescriptorList?: PartitionIndexDescriptor[];
1971
1347
 
1972
1348
  NextToken?: string;
1973
1349
  }
1974
- export declare namespace GetPartitionIndexesResponse {
1975
-
1976
- const filterSensitiveLog: (obj: GetPartitionIndexesResponse) => any;
1977
- }
1978
1350
 
1979
1351
  export interface Segment {
1980
1352
 
@@ -1982,10 +1354,6 @@ export interface Segment {
1982
1354
 
1983
1355
  TotalSegments: number | undefined;
1984
1356
  }
1985
- export declare namespace Segment {
1986
-
1987
- const filterSensitiveLog: (obj: Segment) => any;
1988
- }
1989
1357
  export interface GetPartitionsRequest {
1990
1358
 
1991
1359
  CatalogId?: string;
@@ -2008,20 +1376,12 @@ export interface GetPartitionsRequest {
2008
1376
 
2009
1377
  QueryAsOfTime?: Date;
2010
1378
  }
2011
- export declare namespace GetPartitionsRequest {
2012
-
2013
- const filterSensitiveLog: (obj: GetPartitionsRequest) => any;
2014
- }
2015
1379
  export interface GetPartitionsResponse {
2016
1380
 
2017
1381
  Partitions?: Partition[];
2018
1382
 
2019
1383
  NextToken?: string;
2020
1384
  }
2021
- export declare namespace GetPartitionsResponse {
2022
-
2023
- const filterSensitiveLog: (obj: GetPartitionsResponse) => any;
2024
- }
2025
1385
  export interface GetPlanRequest {
2026
1386
 
2027
1387
  Mapping: MappingEntry[] | undefined;
@@ -2036,28 +1396,16 @@ export interface GetPlanRequest {
2036
1396
 
2037
1397
  AdditionalPlanOptionsMap?: Record<string, string>;
2038
1398
  }
2039
- export declare namespace GetPlanRequest {
2040
-
2041
- const filterSensitiveLog: (obj: GetPlanRequest) => any;
2042
- }
2043
1399
  export interface GetPlanResponse {
2044
1400
 
2045
1401
  PythonScript?: string;
2046
1402
 
2047
1403
  ScalaCode?: string;
2048
1404
  }
2049
- export declare namespace GetPlanResponse {
2050
-
2051
- const filterSensitiveLog: (obj: GetPlanResponse) => any;
2052
- }
2053
1405
  export interface GetRegistryInput {
2054
1406
 
2055
1407
  RegistryId: RegistryId | undefined;
2056
1408
  }
2057
- export declare namespace GetRegistryInput {
2058
-
2059
- const filterSensitiveLog: (obj: GetRegistryInput) => any;
2060
- }
2061
1409
  export interface GetRegistryResponse {
2062
1410
 
2063
1411
  RegistryName?: string;
@@ -2072,20 +1420,12 @@ export interface GetRegistryResponse {
2072
1420
 
2073
1421
  UpdatedTime?: string;
2074
1422
  }
2075
- export declare namespace GetRegistryResponse {
2076
-
2077
- const filterSensitiveLog: (obj: GetRegistryResponse) => any;
2078
- }
2079
1423
  export interface GetResourcePoliciesRequest {
2080
1424
 
2081
1425
  NextToken?: string;
2082
1426
 
2083
1427
  MaxResults?: number;
2084
1428
  }
2085
- export declare namespace GetResourcePoliciesRequest {
2086
-
2087
- const filterSensitiveLog: (obj: GetResourcePoliciesRequest) => any;
2088
- }
2089
1429
 
2090
1430
  export interface GluePolicy {
2091
1431
 
@@ -2097,28 +1437,16 @@ export interface GluePolicy {
2097
1437
 
2098
1438
  UpdateTime?: Date;
2099
1439
  }
2100
- export declare namespace GluePolicy {
2101
-
2102
- const filterSensitiveLog: (obj: GluePolicy) => any;
2103
- }
2104
1440
  export interface GetResourcePoliciesResponse {
2105
1441
 
2106
1442
  GetResourcePoliciesResponseList?: GluePolicy[];
2107
1443
 
2108
1444
  NextToken?: string;
2109
1445
  }
2110
- export declare namespace GetResourcePoliciesResponse {
2111
-
2112
- const filterSensitiveLog: (obj: GetResourcePoliciesResponse) => any;
2113
- }
2114
1446
  export interface GetResourcePolicyRequest {
2115
1447
 
2116
1448
  ResourceArn?: string;
2117
1449
  }
2118
- export declare namespace GetResourcePolicyRequest {
2119
-
2120
- const filterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
2121
- }
2122
1450
  export interface GetResourcePolicyResponse {
2123
1451
 
2124
1452
  PolicyInJson?: string;
@@ -2129,18 +1457,10 @@ export interface GetResourcePolicyResponse {
2129
1457
 
2130
1458
  UpdateTime?: Date;
2131
1459
  }
2132
- export declare namespace GetResourcePolicyResponse {
2133
-
2134
- const filterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
2135
- }
2136
1460
  export interface GetSchemaInput {
2137
1461
 
2138
1462
  SchemaId: SchemaId | undefined;
2139
1463
  }
2140
- export declare namespace GetSchemaInput {
2141
-
2142
- const filterSensitiveLog: (obj: GetSchemaInput) => any;
2143
- }
2144
1464
  export interface GetSchemaResponse {
2145
1465
 
2146
1466
  RegistryName?: string;
@@ -2169,20 +1489,12 @@ export interface GetSchemaResponse {
2169
1489
 
2170
1490
  UpdatedTime?: string;
2171
1491
  }
2172
- export declare namespace GetSchemaResponse {
2173
-
2174
- const filterSensitiveLog: (obj: GetSchemaResponse) => any;
2175
- }
2176
1492
  export interface GetSchemaByDefinitionInput {
2177
1493
 
2178
1494
  SchemaId: SchemaId | undefined;
2179
1495
 
2180
1496
  SchemaDefinition: string | undefined;
2181
1497
  }
2182
- export declare namespace GetSchemaByDefinitionInput {
2183
-
2184
- const filterSensitiveLog: (obj: GetSchemaByDefinitionInput) => any;
2185
- }
2186
1498
  export interface GetSchemaByDefinitionResponse {
2187
1499
 
2188
1500
  SchemaVersionId?: string;
@@ -2195,10 +1507,6 @@ export interface GetSchemaByDefinitionResponse {
2195
1507
 
2196
1508
  CreatedTime?: string;
2197
1509
  }
2198
- export declare namespace GetSchemaByDefinitionResponse {
2199
-
2200
- const filterSensitiveLog: (obj: GetSchemaByDefinitionResponse) => any;
2201
- }
2202
1510
 
2203
1511
  export interface SchemaVersionNumber {
2204
1512
 
@@ -2206,10 +1514,6 @@ export interface SchemaVersionNumber {
2206
1514
 
2207
1515
  VersionNumber?: number;
2208
1516
  }
2209
- export declare namespace SchemaVersionNumber {
2210
-
2211
- const filterSensitiveLog: (obj: SchemaVersionNumber) => any;
2212
- }
2213
1517
  export interface GetSchemaVersionInput {
2214
1518
 
2215
1519
  SchemaId?: SchemaId;
@@ -2218,10 +1522,6 @@ export interface GetSchemaVersionInput {
2218
1522
 
2219
1523
  SchemaVersionNumber?: SchemaVersionNumber;
2220
1524
  }
2221
- export declare namespace GetSchemaVersionInput {
2222
-
2223
- const filterSensitiveLog: (obj: GetSchemaVersionInput) => any;
2224
- }
2225
1525
  export interface GetSchemaVersionResponse {
2226
1526
 
2227
1527
  SchemaVersionId?: string;
@@ -2238,10 +1538,6 @@ export interface GetSchemaVersionResponse {
2238
1538
 
2239
1539
  CreatedTime?: string;
2240
1540
  }
2241
- export declare namespace GetSchemaVersionResponse {
2242
-
2243
- const filterSensitiveLog: (obj: GetSchemaVersionResponse) => any;
2244
- }
2245
1541
  export declare enum SchemaDiffType {
2246
1542
  SYNTAX_DIFF = "SYNTAX_DIFF"
2247
1543
  }
@@ -2255,26 +1551,14 @@ export interface GetSchemaVersionsDiffInput {
2255
1551
 
2256
1552
  SchemaDiffType: SchemaDiffType | string | undefined;
2257
1553
  }
2258
- export declare namespace GetSchemaVersionsDiffInput {
2259
-
2260
- const filterSensitiveLog: (obj: GetSchemaVersionsDiffInput) => any;
2261
- }
2262
1554
  export interface GetSchemaVersionsDiffResponse {
2263
1555
 
2264
1556
  Diff?: string;
2265
1557
  }
2266
- export declare namespace GetSchemaVersionsDiffResponse {
2267
-
2268
- const filterSensitiveLog: (obj: GetSchemaVersionsDiffResponse) => any;
2269
- }
2270
1558
  export interface GetSecurityConfigurationRequest {
2271
1559
 
2272
1560
  Name: string | undefined;
2273
1561
  }
2274
- export declare namespace GetSecurityConfigurationRequest {
2275
-
2276
- const filterSensitiveLog: (obj: GetSecurityConfigurationRequest) => any;
2277
- }
2278
1562
 
2279
1563
  export interface SecurityConfiguration {
2280
1564
 
@@ -2284,56 +1568,32 @@ export interface SecurityConfiguration {
2284
1568
 
2285
1569
  EncryptionConfiguration?: EncryptionConfiguration;
2286
1570
  }
2287
- export declare namespace SecurityConfiguration {
2288
-
2289
- const filterSensitiveLog: (obj: SecurityConfiguration) => any;
2290
- }
2291
1571
  export interface GetSecurityConfigurationResponse {
2292
1572
 
2293
1573
  SecurityConfiguration?: SecurityConfiguration;
2294
1574
  }
2295
- export declare namespace GetSecurityConfigurationResponse {
2296
-
2297
- const filterSensitiveLog: (obj: GetSecurityConfigurationResponse) => any;
2298
- }
2299
1575
  export interface GetSecurityConfigurationsRequest {
2300
1576
 
2301
1577
  MaxResults?: number;
2302
1578
 
2303
1579
  NextToken?: string;
2304
1580
  }
2305
- export declare namespace GetSecurityConfigurationsRequest {
2306
-
2307
- const filterSensitiveLog: (obj: GetSecurityConfigurationsRequest) => any;
2308
- }
2309
1581
  export interface GetSecurityConfigurationsResponse {
2310
1582
 
2311
1583
  SecurityConfigurations?: SecurityConfiguration[];
2312
1584
 
2313
1585
  NextToken?: string;
2314
1586
  }
2315
- export declare namespace GetSecurityConfigurationsResponse {
2316
-
2317
- const filterSensitiveLog: (obj: GetSecurityConfigurationsResponse) => any;
2318
- }
2319
1587
  export interface GetSessionRequest {
2320
1588
 
2321
1589
  Id: string | undefined;
2322
1590
 
2323
1591
  RequestOrigin?: string;
2324
1592
  }
2325
- export declare namespace GetSessionRequest {
2326
-
2327
- const filterSensitiveLog: (obj: GetSessionRequest) => any;
2328
- }
2329
1593
  export interface GetSessionResponse {
2330
1594
 
2331
1595
  Session?: Session;
2332
1596
  }
2333
- export declare namespace GetSessionResponse {
2334
-
2335
- const filterSensitiveLog: (obj: GetSessionResponse) => any;
2336
- }
2337
1597
  export interface GetStatementRequest {
2338
1598
 
2339
1599
  SessionId: string | undefined;
@@ -2342,19 +1602,11 @@ export interface GetStatementRequest {
2342
1602
 
2343
1603
  RequestOrigin?: string;
2344
1604
  }
2345
- export declare namespace GetStatementRequest {
2346
-
2347
- const filterSensitiveLog: (obj: GetStatementRequest) => any;
2348
- }
2349
1605
 
2350
1606
  export interface StatementOutputData {
2351
1607
 
2352
1608
  TextPlain?: string;
2353
1609
  }
2354
- export declare namespace StatementOutputData {
2355
-
2356
- const filterSensitiveLog: (obj: StatementOutputData) => any;
2357
- }
2358
1610
  export declare enum StatementState {
2359
1611
  AVAILABLE = "AVAILABLE",
2360
1612
  CANCELLED = "CANCELLED",
@@ -2378,10 +1630,6 @@ export interface StatementOutput {
2378
1630
 
2379
1631
  Traceback?: string[];
2380
1632
  }
2381
- export declare namespace StatementOutput {
2382
-
2383
- const filterSensitiveLog: (obj: StatementOutput) => any;
2384
- }
2385
1633
 
2386
1634
  export interface Statement {
2387
1635
 
@@ -2399,18 +1647,10 @@ export interface Statement {
2399
1647
 
2400
1648
  CompletedOn?: number;
2401
1649
  }
2402
- export declare namespace Statement {
2403
-
2404
- const filterSensitiveLog: (obj: Statement) => any;
2405
- }
2406
1650
  export interface GetStatementResponse {
2407
1651
 
2408
1652
  Statement?: Statement;
2409
1653
  }
2410
- export declare namespace GetStatementResponse {
2411
-
2412
- const filterSensitiveLog: (obj: GetStatementResponse) => any;
2413
- }
2414
1654
  export interface GetTableRequest {
2415
1655
 
2416
1656
  CatalogId?: string;
@@ -2423,10 +1663,6 @@ export interface GetTableRequest {
2423
1663
 
2424
1664
  QueryAsOfTime?: Date;
2425
1665
  }
2426
- export declare namespace GetTableRequest {
2427
-
2428
- const filterSensitiveLog: (obj: GetTableRequest) => any;
2429
- }
2430
1666
 
2431
1667
  export interface Table {
2432
1668
 
@@ -2470,18 +1706,10 @@ export interface Table {
2470
1706
 
2471
1707
  VersionId?: string;
2472
1708
  }
2473
- export declare namespace Table {
2474
-
2475
- const filterSensitiveLog: (obj: Table) => any;
2476
- }
2477
1709
  export interface GetTableResponse {
2478
1710
 
2479
1711
  Table?: Table;
2480
1712
  }
2481
- export declare namespace GetTableResponse {
2482
-
2483
- const filterSensitiveLog: (obj: GetTableResponse) => any;
2484
- }
2485
1713
  export interface GetTablesRequest {
2486
1714
 
2487
1715
  CatalogId?: string;
@@ -2498,20 +1726,12 @@ export interface GetTablesRequest {
2498
1726
 
2499
1727
  QueryAsOfTime?: Date;
2500
1728
  }
2501
- export declare namespace GetTablesRequest {
2502
-
2503
- const filterSensitiveLog: (obj: GetTablesRequest) => any;
2504
- }
2505
1729
  export interface GetTablesResponse {
2506
1730
 
2507
1731
  TableList?: Table[];
2508
1732
 
2509
1733
  NextToken?: string;
2510
1734
  }
2511
- export declare namespace GetTablesResponse {
2512
-
2513
- const filterSensitiveLog: (obj: GetTablesResponse) => any;
2514
- }
2515
1735
  export interface GetTableVersionRequest {
2516
1736
 
2517
1737
  CatalogId?: string;
@@ -2522,10 +1742,6 @@ export interface GetTableVersionRequest {
2522
1742
 
2523
1743
  VersionId?: string;
2524
1744
  }
2525
- export declare namespace GetTableVersionRequest {
2526
-
2527
- const filterSensitiveLog: (obj: GetTableVersionRequest) => any;
2528
- }
2529
1745
 
2530
1746
  export interface TableVersion {
2531
1747
 
@@ -2533,18 +1749,10 @@ export interface TableVersion {
2533
1749
 
2534
1750
  VersionId?: string;
2535
1751
  }
2536
- export declare namespace TableVersion {
2537
-
2538
- const filterSensitiveLog: (obj: TableVersion) => any;
2539
- }
2540
1752
  export interface GetTableVersionResponse {
2541
1753
 
2542
1754
  TableVersion?: TableVersion;
2543
1755
  }
2544
- export declare namespace GetTableVersionResponse {
2545
-
2546
- const filterSensitiveLog: (obj: GetTableVersionResponse) => any;
2547
- }
2548
1756
  export interface GetTableVersionsRequest {
2549
1757
 
2550
1758
  CatalogId?: string;
@@ -2557,52 +1765,28 @@ export interface GetTableVersionsRequest {
2557
1765
 
2558
1766
  MaxResults?: number;
2559
1767
  }
2560
- export declare namespace GetTableVersionsRequest {
2561
-
2562
- const filterSensitiveLog: (obj: GetTableVersionsRequest) => any;
2563
- }
2564
1768
  export interface GetTableVersionsResponse {
2565
1769
 
2566
1770
  TableVersions?: TableVersion[];
2567
1771
 
2568
1772
  NextToken?: string;
2569
1773
  }
2570
- export declare namespace GetTableVersionsResponse {
2571
-
2572
- const filterSensitiveLog: (obj: GetTableVersionsResponse) => any;
2573
- }
2574
1774
  export interface GetTagsRequest {
2575
1775
 
2576
1776
  ResourceArn: string | undefined;
2577
1777
  }
2578
- export declare namespace GetTagsRequest {
2579
-
2580
- const filterSensitiveLog: (obj: GetTagsRequest) => any;
2581
- }
2582
1778
  export interface GetTagsResponse {
2583
1779
 
2584
1780
  Tags?: Record<string, string>;
2585
1781
  }
2586
- export declare namespace GetTagsResponse {
2587
-
2588
- const filterSensitiveLog: (obj: GetTagsResponse) => any;
2589
- }
2590
1782
  export interface GetTriggerRequest {
2591
1783
 
2592
1784
  Name: string | undefined;
2593
1785
  }
2594
- export declare namespace GetTriggerRequest {
2595
-
2596
- const filterSensitiveLog: (obj: GetTriggerRequest) => any;
2597
- }
2598
1786
  export interface GetTriggerResponse {
2599
1787
 
2600
1788
  Trigger?: Trigger;
2601
1789
  }
2602
- export declare namespace GetTriggerResponse {
2603
-
2604
- const filterSensitiveLog: (obj: GetTriggerResponse) => any;
2605
- }
2606
1790
  export interface GetTriggersRequest {
2607
1791
 
2608
1792
  NextToken?: string;
@@ -2611,20 +1795,12 @@ export interface GetTriggersRequest {
2611
1795
 
2612
1796
  MaxResults?: number;
2613
1797
  }
2614
- export declare namespace GetTriggersRequest {
2615
-
2616
- const filterSensitiveLog: (obj: GetTriggersRequest) => any;
2617
- }
2618
1798
  export interface GetTriggersResponse {
2619
1799
 
2620
1800
  Triggers?: Trigger[];
2621
1801
 
2622
1802
  NextToken?: string;
2623
1803
  }
2624
- export declare namespace GetTriggersResponse {
2625
-
2626
- const filterSensitiveLog: (obj: GetTriggersResponse) => any;
2627
- }
2628
1804
  export declare enum PermissionType {
2629
1805
  CELL_FILTER_PERMISSION = "CELL_FILTER_PERMISSION",
2630
1806
  COLUMN_PERMISSION = "COLUMN_PERMISSION"
@@ -2638,20 +1814,12 @@ export interface GetUnfilteredPartitionMetadataRequest {
2638
1814
  AuditContext?: AuditContext;
2639
1815
  SupportedPermissionTypes: (PermissionType | string)[] | undefined;
2640
1816
  }
2641
- export declare namespace GetUnfilteredPartitionMetadataRequest {
2642
-
2643
- const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataRequest) => any;
2644
- }
2645
1817
  export interface GetUnfilteredPartitionMetadataResponse {
2646
1818
 
2647
1819
  Partition?: Partition;
2648
1820
  AuthorizedColumns?: string[];
2649
1821
  IsRegisteredWithLakeFormation?: boolean;
2650
1822
  }
2651
- export declare namespace GetUnfilteredPartitionMetadataResponse {
2652
-
2653
- const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataResponse) => any;
2654
- }
2655
1823
  export declare class PermissionTypeMismatchException extends __BaseException {
2656
1824
  readonly name: "PermissionTypeMismatchException";
2657
1825
  readonly $fault: "client";
@@ -2672,28 +1840,16 @@ export interface GetUnfilteredPartitionsMetadataRequest {
2672
1840
  Segment?: Segment;
2673
1841
  MaxResults?: number;
2674
1842
  }
2675
- export declare namespace GetUnfilteredPartitionsMetadataRequest {
2676
-
2677
- const filterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataRequest) => any;
2678
- }
2679
1843
  export interface UnfilteredPartition {
2680
1844
 
2681
1845
  Partition?: Partition;
2682
1846
  AuthorizedColumns?: string[];
2683
1847
  IsRegisteredWithLakeFormation?: boolean;
2684
1848
  }
2685
- export declare namespace UnfilteredPartition {
2686
-
2687
- const filterSensitiveLog: (obj: UnfilteredPartition) => any;
2688
- }
2689
1849
  export interface GetUnfilteredPartitionsMetadataResponse {
2690
1850
  UnfilteredPartitions?: UnfilteredPartition[];
2691
1851
  NextToken?: string;
2692
1852
  }
2693
- export declare namespace GetUnfilteredPartitionsMetadataResponse {
2694
-
2695
- const filterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataResponse) => any;
2696
- }
2697
1853
  export interface GetUnfilteredTableMetadataRequest {
2698
1854
  CatalogId: string | undefined;
2699
1855
  DatabaseName: string | undefined;
@@ -2702,18 +1858,10 @@ export interface GetUnfilteredTableMetadataRequest {
2702
1858
  AuditContext?: AuditContext;
2703
1859
  SupportedPermissionTypes: (PermissionType | string)[] | undefined;
2704
1860
  }
2705
- export declare namespace GetUnfilteredTableMetadataRequest {
2706
-
2707
- const filterSensitiveLog: (obj: GetUnfilteredTableMetadataRequest) => any;
2708
- }
2709
1861
  export interface ColumnRowFilter {
2710
1862
  ColumnName?: string;
2711
1863
  RowFilterExpression?: string;
2712
1864
  }
2713
- export declare namespace ColumnRowFilter {
2714
-
2715
- const filterSensitiveLog: (obj: ColumnRowFilter) => any;
2716
- }
2717
1865
  export interface GetUnfilteredTableMetadataResponse {
2718
1866
 
2719
1867
  Table?: Table;
@@ -2721,10 +1869,6 @@ export interface GetUnfilteredTableMetadataResponse {
2721
1869
  IsRegisteredWithLakeFormation?: boolean;
2722
1870
  CellFilters?: ColumnRowFilter[];
2723
1871
  }
2724
- export declare namespace GetUnfilteredTableMetadataResponse {
2725
-
2726
- const filterSensitiveLog: (obj: GetUnfilteredTableMetadataResponse) => any;
2727
- }
2728
1872
  export interface GetUserDefinedFunctionRequest {
2729
1873
 
2730
1874
  CatalogId?: string;
@@ -2733,10 +1877,6 @@ export interface GetUserDefinedFunctionRequest {
2733
1877
 
2734
1878
  FunctionName: string | undefined;
2735
1879
  }
2736
- export declare namespace GetUserDefinedFunctionRequest {
2737
-
2738
- const filterSensitiveLog: (obj: GetUserDefinedFunctionRequest) => any;
2739
- }
2740
1880
 
2741
1881
  export interface UserDefinedFunction {
2742
1882
 
@@ -2756,18 +1896,10 @@ export interface UserDefinedFunction {
2756
1896
 
2757
1897
  CatalogId?: string;
2758
1898
  }
2759
- export declare namespace UserDefinedFunction {
2760
-
2761
- const filterSensitiveLog: (obj: UserDefinedFunction) => any;
2762
- }
2763
1899
  export interface GetUserDefinedFunctionResponse {
2764
1900
 
2765
1901
  UserDefinedFunction?: UserDefinedFunction;
2766
1902
  }
2767
- export declare namespace GetUserDefinedFunctionResponse {
2768
-
2769
- const filterSensitiveLog: (obj: GetUserDefinedFunctionResponse) => any;
2770
- }
2771
1903
  export interface GetUserDefinedFunctionsRequest {
2772
1904
 
2773
1905
  CatalogId?: string;
@@ -2780,38 +1912,22 @@ export interface GetUserDefinedFunctionsRequest {
2780
1912
 
2781
1913
  MaxResults?: number;
2782
1914
  }
2783
- export declare namespace GetUserDefinedFunctionsRequest {
2784
-
2785
- const filterSensitiveLog: (obj: GetUserDefinedFunctionsRequest) => any;
2786
- }
2787
1915
  export interface GetUserDefinedFunctionsResponse {
2788
1916
 
2789
1917
  UserDefinedFunctions?: UserDefinedFunction[];
2790
1918
 
2791
1919
  NextToken?: string;
2792
1920
  }
2793
- export declare namespace GetUserDefinedFunctionsResponse {
2794
-
2795
- const filterSensitiveLog: (obj: GetUserDefinedFunctionsResponse) => any;
2796
- }
2797
1921
  export interface GetWorkflowRequest {
2798
1922
 
2799
1923
  Name: string | undefined;
2800
1924
 
2801
1925
  IncludeGraph?: boolean;
2802
1926
  }
2803
- export declare namespace GetWorkflowRequest {
2804
-
2805
- const filterSensitiveLog: (obj: GetWorkflowRequest) => any;
2806
- }
2807
1927
  export interface GetWorkflowResponse {
2808
1928
 
2809
1929
  Workflow?: Workflow;
2810
1930
  }
2811
- export declare namespace GetWorkflowResponse {
2812
-
2813
- const filterSensitiveLog: (obj: GetWorkflowResponse) => any;
2814
- }
2815
1931
  export interface GetWorkflowRunRequest {
2816
1932
 
2817
1933
  Name: string | undefined;
@@ -2820,36 +1936,20 @@ export interface GetWorkflowRunRequest {
2820
1936
 
2821
1937
  IncludeGraph?: boolean;
2822
1938
  }
2823
- export declare namespace GetWorkflowRunRequest {
2824
-
2825
- const filterSensitiveLog: (obj: GetWorkflowRunRequest) => any;
2826
- }
2827
1939
  export interface GetWorkflowRunResponse {
2828
1940
 
2829
1941
  Run?: WorkflowRun;
2830
1942
  }
2831
- export declare namespace GetWorkflowRunResponse {
2832
-
2833
- const filterSensitiveLog: (obj: GetWorkflowRunResponse) => any;
2834
- }
2835
1943
  export interface GetWorkflowRunPropertiesRequest {
2836
1944
 
2837
1945
  Name: string | undefined;
2838
1946
 
2839
1947
  RunId: string | undefined;
2840
1948
  }
2841
- export declare namespace GetWorkflowRunPropertiesRequest {
2842
-
2843
- const filterSensitiveLog: (obj: GetWorkflowRunPropertiesRequest) => any;
2844
- }
2845
1949
  export interface GetWorkflowRunPropertiesResponse {
2846
1950
 
2847
1951
  RunProperties?: Record<string, string>;
2848
1952
  }
2849
- export declare namespace GetWorkflowRunPropertiesResponse {
2850
-
2851
- const filterSensitiveLog: (obj: GetWorkflowRunPropertiesResponse) => any;
2852
- }
2853
1953
  export interface GetWorkflowRunsRequest {
2854
1954
 
2855
1955
  Name: string | undefined;
@@ -2860,34 +1960,18 @@ export interface GetWorkflowRunsRequest {
2860
1960
 
2861
1961
  MaxResults?: number;
2862
1962
  }
2863
- export declare namespace GetWorkflowRunsRequest {
2864
-
2865
- const filterSensitiveLog: (obj: GetWorkflowRunsRequest) => any;
2866
- }
2867
1963
  export interface GetWorkflowRunsResponse {
2868
1964
 
2869
1965
  Runs?: WorkflowRun[];
2870
1966
 
2871
1967
  NextToken?: string;
2872
1968
  }
2873
- export declare namespace GetWorkflowRunsResponse {
2874
-
2875
- const filterSensitiveLog: (obj: GetWorkflowRunsResponse) => any;
2876
- }
2877
1969
  export interface ImportCatalogToGlueRequest {
2878
1970
 
2879
1971
  CatalogId?: string;
2880
1972
  }
2881
- export declare namespace ImportCatalogToGlueRequest {
2882
-
2883
- const filterSensitiveLog: (obj: ImportCatalogToGlueRequest) => any;
2884
- }
2885
1973
  export interface ImportCatalogToGlueResponse {
2886
1974
  }
2887
- export declare namespace ImportCatalogToGlueResponse {
2888
-
2889
- const filterSensitiveLog: (obj: ImportCatalogToGlueResponse) => any;
2890
- }
2891
1975
  export interface ListBlueprintsRequest {
2892
1976
 
2893
1977
  NextToken?: string;
@@ -2896,20 +1980,12 @@ export interface ListBlueprintsRequest {
2896
1980
 
2897
1981
  Tags?: Record<string, string>;
2898
1982
  }
2899
- export declare namespace ListBlueprintsRequest {
2900
-
2901
- const filterSensitiveLog: (obj: ListBlueprintsRequest) => any;
2902
- }
2903
1983
  export interface ListBlueprintsResponse {
2904
1984
 
2905
1985
  Blueprints?: string[];
2906
1986
 
2907
1987
  NextToken?: string;
2908
1988
  }
2909
- export declare namespace ListBlueprintsResponse {
2910
-
2911
- const filterSensitiveLog: (obj: ListBlueprintsResponse) => any;
2912
- }
2913
1989
  export interface ListCrawlersRequest {
2914
1990
 
2915
1991
  MaxResults?: number;
@@ -2918,20 +1994,12 @@ export interface ListCrawlersRequest {
2918
1994
 
2919
1995
  Tags?: Record<string, string>;
2920
1996
  }
2921
- export declare namespace ListCrawlersRequest {
2922
-
2923
- const filterSensitiveLog: (obj: ListCrawlersRequest) => any;
2924
- }
2925
1997
  export interface ListCrawlersResponse {
2926
1998
 
2927
1999
  CrawlerNames?: string[];
2928
2000
 
2929
2001
  NextToken?: string;
2930
2002
  }
2931
- export declare namespace ListCrawlersResponse {
2932
-
2933
- const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
2934
- }
2935
2003
  export declare enum FieldName {
2936
2004
  CRAWL_ID = "CRAWL_ID",
2937
2005
  DPU_HOUR = "DPU_HOUR",
@@ -2956,10 +2024,6 @@ export interface CrawlsFilter {
2956
2024
 
2957
2025
  FieldValue?: string;
2958
2026
  }
2959
- export declare namespace CrawlsFilter {
2960
-
2961
- const filterSensitiveLog: (obj: CrawlsFilter) => any;
2962
- }
2963
2027
  export interface ListCrawlsRequest {
2964
2028
 
2965
2029
  CrawlerName: string | undefined;
@@ -2970,10 +2034,6 @@ export interface ListCrawlsRequest {
2970
2034
 
2971
2035
  NextToken?: string;
2972
2036
  }
2973
- export declare namespace ListCrawlsRequest {
2974
-
2975
- const filterSensitiveLog: (obj: ListCrawlsRequest) => any;
2976
- }
2977
2037
  export declare enum CrawlerHistoryState {
2978
2038
  COMPLETED = "COMPLETED",
2979
2039
  FAILED = "FAILED",
@@ -3003,40 +2063,24 @@ export interface CrawlerHistory {
3003
2063
 
3004
2064
  DPUHour?: number;
3005
2065
  }
3006
- export declare namespace CrawlerHistory {
3007
-
3008
- const filterSensitiveLog: (obj: CrawlerHistory) => any;
3009
- }
3010
2066
  export interface ListCrawlsResponse {
3011
2067
 
3012
2068
  Crawls?: CrawlerHistory[];
3013
2069
 
3014
2070
  NextToken?: string;
3015
2071
  }
3016
- export declare namespace ListCrawlsResponse {
3017
-
3018
- const filterSensitiveLog: (obj: ListCrawlsResponse) => any;
3019
- }
3020
2072
  export interface ListCustomEntityTypesRequest {
3021
2073
 
3022
2074
  NextToken?: string;
3023
2075
 
3024
2076
  MaxResults?: number;
3025
2077
  }
3026
- export declare namespace ListCustomEntityTypesRequest {
3027
-
3028
- const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
3029
- }
3030
2078
  export interface ListCustomEntityTypesResponse {
3031
2079
 
3032
2080
  CustomEntityTypes?: CustomEntityType[];
3033
2081
 
3034
2082
  NextToken?: string;
3035
2083
  }
3036
- export declare namespace ListCustomEntityTypesResponse {
3037
-
3038
- const filterSensitiveLog: (obj: ListCustomEntityTypesResponse) => any;
3039
- }
3040
2084
  export interface ListDevEndpointsRequest {
3041
2085
 
3042
2086
  NextToken?: string;
@@ -3045,20 +2089,12 @@ export interface ListDevEndpointsRequest {
3045
2089
 
3046
2090
  Tags?: Record<string, string>;
3047
2091
  }
3048
- export declare namespace ListDevEndpointsRequest {
3049
-
3050
- const filterSensitiveLog: (obj: ListDevEndpointsRequest) => any;
3051
- }
3052
2092
  export interface ListDevEndpointsResponse {
3053
2093
 
3054
2094
  DevEndpointNames?: string[];
3055
2095
 
3056
2096
  NextToken?: string;
3057
2097
  }
3058
- export declare namespace ListDevEndpointsResponse {
3059
-
3060
- const filterSensitiveLog: (obj: ListDevEndpointsResponse) => any;
3061
- }
3062
2098
  export interface ListJobsRequest {
3063
2099
 
3064
2100
  NextToken?: string;
@@ -3067,20 +2103,12 @@ export interface ListJobsRequest {
3067
2103
 
3068
2104
  Tags?: Record<string, string>;
3069
2105
  }
3070
- export declare namespace ListJobsRequest {
3071
-
3072
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
3073
- }
3074
2106
  export interface ListJobsResponse {
3075
2107
 
3076
2108
  JobNames?: string[];
3077
2109
 
3078
2110
  NextToken?: string;
3079
2111
  }
3080
- export declare namespace ListJobsResponse {
3081
-
3082
- const filterSensitiveLog: (obj: ListJobsResponse) => any;
3083
- }
3084
2112
  export interface ListMLTransformsRequest {
3085
2113
 
3086
2114
  NextToken?: string;
@@ -3093,30 +2121,18 @@ export interface ListMLTransformsRequest {
3093
2121
 
3094
2122
  Tags?: Record<string, string>;
3095
2123
  }
3096
- export declare namespace ListMLTransformsRequest {
3097
-
3098
- const filterSensitiveLog: (obj: ListMLTransformsRequest) => any;
3099
- }
3100
2124
  export interface ListMLTransformsResponse {
3101
2125
 
3102
2126
  TransformIds: string[] | undefined;
3103
2127
 
3104
2128
  NextToken?: string;
3105
2129
  }
3106
- export declare namespace ListMLTransformsResponse {
3107
-
3108
- const filterSensitiveLog: (obj: ListMLTransformsResponse) => any;
3109
- }
3110
2130
  export interface ListRegistriesInput {
3111
2131
 
3112
2132
  MaxResults?: number;
3113
2133
 
3114
2134
  NextToken?: string;
3115
2135
  }
3116
- export declare namespace ListRegistriesInput {
3117
-
3118
- const filterSensitiveLog: (obj: ListRegistriesInput) => any;
3119
- }
3120
2136
 
3121
2137
  export interface RegistryListItem {
3122
2138
 
@@ -3132,20 +2148,12 @@ export interface RegistryListItem {
3132
2148
 
3133
2149
  UpdatedTime?: string;
3134
2150
  }
3135
- export declare namespace RegistryListItem {
3136
-
3137
- const filterSensitiveLog: (obj: RegistryListItem) => any;
3138
- }
3139
2151
  export interface ListRegistriesResponse {
3140
2152
 
3141
2153
  Registries?: RegistryListItem[];
3142
2154
 
3143
2155
  NextToken?: string;
3144
2156
  }
3145
- export declare namespace ListRegistriesResponse {
3146
-
3147
- const filterSensitiveLog: (obj: ListRegistriesResponse) => any;
3148
- }
3149
2157
  export interface ListSchemasInput {
3150
2158
 
3151
2159
  RegistryId?: RegistryId;
@@ -3154,10 +2162,6 @@ export interface ListSchemasInput {
3154
2162
 
3155
2163
  NextToken?: string;
3156
2164
  }
3157
- export declare namespace ListSchemasInput {
3158
-
3159
- const filterSensitiveLog: (obj: ListSchemasInput) => any;
3160
- }
3161
2165
 
3162
2166
  export interface SchemaListItem {
3163
2167
 
@@ -3175,20 +2179,12 @@ export interface SchemaListItem {
3175
2179
 
3176
2180
  UpdatedTime?: string;
3177
2181
  }
3178
- export declare namespace SchemaListItem {
3179
-
3180
- const filterSensitiveLog: (obj: SchemaListItem) => any;
3181
- }
3182
2182
  export interface ListSchemasResponse {
3183
2183
 
3184
2184
  Schemas?: SchemaListItem[];
3185
2185
 
3186
2186
  NextToken?: string;
3187
2187
  }
3188
- export declare namespace ListSchemasResponse {
3189
-
3190
- const filterSensitiveLog: (obj: ListSchemasResponse) => any;
3191
- }
3192
2188
  export interface ListSchemaVersionsInput {
3193
2189
 
3194
2190
  SchemaId: SchemaId | undefined;
@@ -3197,10 +2193,6 @@ export interface ListSchemaVersionsInput {
3197
2193
 
3198
2194
  NextToken?: string;
3199
2195
  }
3200
- export declare namespace ListSchemaVersionsInput {
3201
-
3202
- const filterSensitiveLog: (obj: ListSchemaVersionsInput) => any;
3203
- }
3204
2196
 
3205
2197
  export interface SchemaVersionListItem {
3206
2198
 
@@ -3214,20 +2206,12 @@ export interface SchemaVersionListItem {
3214
2206
 
3215
2207
  CreatedTime?: string;
3216
2208
  }
3217
- export declare namespace SchemaVersionListItem {
3218
-
3219
- const filterSensitiveLog: (obj: SchemaVersionListItem) => any;
3220
- }
3221
2209
  export interface ListSchemaVersionsResponse {
3222
2210
 
3223
2211
  Schemas?: SchemaVersionListItem[];
3224
2212
 
3225
2213
  NextToken?: string;
3226
2214
  }
3227
- export declare namespace ListSchemaVersionsResponse {
3228
-
3229
- const filterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
3230
- }
3231
2215
  export interface ListSessionsRequest {
3232
2216
 
3233
2217
  NextToken?: string;
@@ -3238,10 +2222,6 @@ export interface ListSessionsRequest {
3238
2222
 
3239
2223
  RequestOrigin?: string;
3240
2224
  }
3241
- export declare namespace ListSessionsRequest {
3242
-
3243
- const filterSensitiveLog: (obj: ListSessionsRequest) => any;
3244
- }
3245
2225
  export interface ListSessionsResponse {
3246
2226
 
3247
2227
  Ids?: string[];
@@ -3250,10 +2230,6 @@ export interface ListSessionsResponse {
3250
2230
 
3251
2231
  NextToken?: string;
3252
2232
  }
3253
- export declare namespace ListSessionsResponse {
3254
-
3255
- const filterSensitiveLog: (obj: ListSessionsResponse) => any;
3256
- }
3257
2233
  export interface ListStatementsRequest {
3258
2234
 
3259
2235
  SessionId: string | undefined;
@@ -3262,20 +2238,12 @@ export interface ListStatementsRequest {
3262
2238
 
3263
2239
  NextToken?: string;
3264
2240
  }
3265
- export declare namespace ListStatementsRequest {
3266
-
3267
- const filterSensitiveLog: (obj: ListStatementsRequest) => any;
3268
- }
3269
2241
  export interface ListStatementsResponse {
3270
2242
 
3271
2243
  Statements?: Statement[];
3272
2244
 
3273
2245
  NextToken?: string;
3274
2246
  }
3275
- export declare namespace ListStatementsResponse {
3276
-
3277
- const filterSensitiveLog: (obj: ListStatementsResponse) => any;
3278
- }
3279
2247
  export interface ListTriggersRequest {
3280
2248
 
3281
2249
  NextToken?: string;
@@ -3286,56 +2254,32 @@ export interface ListTriggersRequest {
3286
2254
 
3287
2255
  Tags?: Record<string, string>;
3288
2256
  }
3289
- export declare namespace ListTriggersRequest {
3290
-
3291
- const filterSensitiveLog: (obj: ListTriggersRequest) => any;
3292
- }
3293
2257
  export interface ListTriggersResponse {
3294
2258
 
3295
2259
  TriggerNames?: string[];
3296
2260
 
3297
2261
  NextToken?: string;
3298
2262
  }
3299
- export declare namespace ListTriggersResponse {
3300
-
3301
- const filterSensitiveLog: (obj: ListTriggersResponse) => any;
3302
- }
3303
2263
  export interface ListWorkflowsRequest {
3304
2264
 
3305
2265
  NextToken?: string;
3306
2266
 
3307
2267
  MaxResults?: number;
3308
2268
  }
3309
- export declare namespace ListWorkflowsRequest {
3310
-
3311
- const filterSensitiveLog: (obj: ListWorkflowsRequest) => any;
3312
- }
3313
2269
  export interface ListWorkflowsResponse {
3314
2270
 
3315
2271
  Workflows?: string[];
3316
2272
 
3317
2273
  NextToken?: string;
3318
2274
  }
3319
- export declare namespace ListWorkflowsResponse {
3320
-
3321
- const filterSensitiveLog: (obj: ListWorkflowsResponse) => any;
3322
- }
3323
2275
  export interface PutDataCatalogEncryptionSettingsRequest {
3324
2276
 
3325
2277
  CatalogId?: string;
3326
2278
 
3327
2279
  DataCatalogEncryptionSettings: DataCatalogEncryptionSettings | undefined;
3328
2280
  }
3329
- export declare namespace PutDataCatalogEncryptionSettingsRequest {
3330
-
3331
- const filterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsRequest) => any;
3332
- }
3333
2281
  export interface PutDataCatalogEncryptionSettingsResponse {
3334
2282
  }
3335
- export declare namespace PutDataCatalogEncryptionSettingsResponse {
3336
-
3337
- const filterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsResponse) => any;
3338
- }
3339
2283
  export declare enum EnableHybridValues {
3340
2284
  FALSE = "FALSE",
3341
2285
  TRUE = "TRUE"
@@ -3357,18 +2301,10 @@ export interface PutResourcePolicyRequest {
3357
2301
 
3358
2302
  EnableHybrid?: EnableHybridValues | string;
3359
2303
  }
3360
- export declare namespace PutResourcePolicyRequest {
3361
-
3362
- const filterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
3363
- }
3364
2304
  export interface PutResourcePolicyResponse {
3365
2305
 
3366
2306
  PolicyHash?: string;
3367
2307
  }
3368
- export declare namespace PutResourcePolicyResponse {
3369
-
3370
- const filterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
3371
- }
3372
2308
 
3373
2309
  export interface MetadataKeyValuePair {
3374
2310
 
@@ -3376,10 +2312,6 @@ export interface MetadataKeyValuePair {
3376
2312
 
3377
2313
  MetadataValue?: string;
3378
2314
  }
3379
- export declare namespace MetadataKeyValuePair {
3380
-
3381
- const filterSensitiveLog: (obj: MetadataKeyValuePair) => any;
3382
- }
3383
2315
  export interface PutSchemaVersionMetadataInput {
3384
2316
 
3385
2317
  SchemaId?: SchemaId;
@@ -3390,10 +2322,6 @@ export interface PutSchemaVersionMetadataInput {
3390
2322
 
3391
2323
  MetadataKeyValue: MetadataKeyValuePair | undefined;
3392
2324
  }
3393
- export declare namespace PutSchemaVersionMetadataInput {
3394
-
3395
- const filterSensitiveLog: (obj: PutSchemaVersionMetadataInput) => any;
3396
- }
3397
2325
  export interface PutSchemaVersionMetadataResponse {
3398
2326
 
3399
2327
  SchemaArn?: string;
@@ -3412,10 +2340,6 @@ export interface PutSchemaVersionMetadataResponse {
3412
2340
 
3413
2341
  MetadataValue?: string;
3414
2342
  }
3415
- export declare namespace PutSchemaVersionMetadataResponse {
3416
-
3417
- const filterSensitiveLog: (obj: PutSchemaVersionMetadataResponse) => any;
3418
- }
3419
2343
  export interface PutWorkflowRunPropertiesRequest {
3420
2344
 
3421
2345
  Name: string | undefined;
@@ -3424,16 +2348,8 @@ export interface PutWorkflowRunPropertiesRequest {
3424
2348
 
3425
2349
  RunProperties: Record<string, string> | undefined;
3426
2350
  }
3427
- export declare namespace PutWorkflowRunPropertiesRequest {
3428
-
3429
- const filterSensitiveLog: (obj: PutWorkflowRunPropertiesRequest) => any;
3430
- }
3431
2351
  export interface PutWorkflowRunPropertiesResponse {
3432
2352
  }
3433
- export declare namespace PutWorkflowRunPropertiesResponse {
3434
-
3435
- const filterSensitiveLog: (obj: PutWorkflowRunPropertiesResponse) => any;
3436
- }
3437
2353
  export interface QuerySchemaVersionMetadataInput {
3438
2354
 
3439
2355
  SchemaId?: SchemaId;
@@ -3448,10 +2364,6 @@ export interface QuerySchemaVersionMetadataInput {
3448
2364
 
3449
2365
  NextToken?: string;
3450
2366
  }
3451
- export declare namespace QuerySchemaVersionMetadataInput {
3452
-
3453
- const filterSensitiveLog: (obj: QuerySchemaVersionMetadataInput) => any;
3454
- }
3455
2367
 
3456
2368
  export interface OtherMetadataValueListItem {
3457
2369
 
@@ -3459,10 +2371,6 @@ export interface OtherMetadataValueListItem {
3459
2371
 
3460
2372
  CreatedTime?: string;
3461
2373
  }
3462
- export declare namespace OtherMetadataValueListItem {
3463
-
3464
- const filterSensitiveLog: (obj: OtherMetadataValueListItem) => any;
3465
- }
3466
2374
 
3467
2375
  export interface MetadataInfo {
3468
2376
 
@@ -3472,10 +2380,6 @@ export interface MetadataInfo {
3472
2380
 
3473
2381
  OtherMetadataValueList?: OtherMetadataValueListItem[];
3474
2382
  }
3475
- export declare namespace MetadataInfo {
3476
-
3477
- const filterSensitiveLog: (obj: MetadataInfo) => any;
3478
- }
3479
2383
  export interface QuerySchemaVersionMetadataResponse {
3480
2384
 
3481
2385
  MetadataInfoMap?: Record<string, MetadataInfo>;
@@ -3484,7 +2388,553 @@ export interface QuerySchemaVersionMetadataResponse {
3484
2388
 
3485
2389
  NextToken?: string;
3486
2390
  }
3487
- export declare namespace QuerySchemaVersionMetadataResponse {
3488
-
3489
- const filterSensitiveLog: (obj: QuerySchemaVersionMetadataResponse) => any;
3490
- }
2391
+
2392
+ export declare const DeleteClassifierResponseFilterSensitiveLog: (obj: DeleteClassifierResponse) => any;
2393
+
2394
+ export declare const DeleteColumnStatisticsForPartitionRequestFilterSensitiveLog: (obj: DeleteColumnStatisticsForPartitionRequest) => any;
2395
+
2396
+ export declare const DeleteColumnStatisticsForPartitionResponseFilterSensitiveLog: (obj: DeleteColumnStatisticsForPartitionResponse) => any;
2397
+
2398
+ export declare const DeleteColumnStatisticsForTableRequestFilterSensitiveLog: (obj: DeleteColumnStatisticsForTableRequest) => any;
2399
+
2400
+ export declare const DeleteColumnStatisticsForTableResponseFilterSensitiveLog: (obj: DeleteColumnStatisticsForTableResponse) => any;
2401
+
2402
+ export declare const DeleteConnectionRequestFilterSensitiveLog: (obj: DeleteConnectionRequest) => any;
2403
+
2404
+ export declare const DeleteConnectionResponseFilterSensitiveLog: (obj: DeleteConnectionResponse) => any;
2405
+
2406
+ export declare const DeleteCrawlerRequestFilterSensitiveLog: (obj: DeleteCrawlerRequest) => any;
2407
+
2408
+ export declare const DeleteCrawlerResponseFilterSensitiveLog: (obj: DeleteCrawlerResponse) => any;
2409
+
2410
+ export declare const DeleteCustomEntityTypeRequestFilterSensitiveLog: (obj: DeleteCustomEntityTypeRequest) => any;
2411
+
2412
+ export declare const DeleteCustomEntityTypeResponseFilterSensitiveLog: (obj: DeleteCustomEntityTypeResponse) => any;
2413
+
2414
+ export declare const DeleteDatabaseRequestFilterSensitiveLog: (obj: DeleteDatabaseRequest) => any;
2415
+
2416
+ export declare const DeleteDatabaseResponseFilterSensitiveLog: (obj: DeleteDatabaseResponse) => any;
2417
+
2418
+ export declare const DeleteDevEndpointRequestFilterSensitiveLog: (obj: DeleteDevEndpointRequest) => any;
2419
+
2420
+ export declare const DeleteDevEndpointResponseFilterSensitiveLog: (obj: DeleteDevEndpointResponse) => any;
2421
+
2422
+ export declare const DeleteJobRequestFilterSensitiveLog: (obj: DeleteJobRequest) => any;
2423
+
2424
+ export declare const DeleteJobResponseFilterSensitiveLog: (obj: DeleteJobResponse) => any;
2425
+
2426
+ export declare const DeleteMLTransformRequestFilterSensitiveLog: (obj: DeleteMLTransformRequest) => any;
2427
+
2428
+ export declare const DeleteMLTransformResponseFilterSensitiveLog: (obj: DeleteMLTransformResponse) => any;
2429
+
2430
+ export declare const DeletePartitionRequestFilterSensitiveLog: (obj: DeletePartitionRequest) => any;
2431
+
2432
+ export declare const DeletePartitionResponseFilterSensitiveLog: (obj: DeletePartitionResponse) => any;
2433
+
2434
+ export declare const DeletePartitionIndexRequestFilterSensitiveLog: (obj: DeletePartitionIndexRequest) => any;
2435
+
2436
+ export declare const DeletePartitionIndexResponseFilterSensitiveLog: (obj: DeletePartitionIndexResponse) => any;
2437
+
2438
+ export declare const DeleteRegistryInputFilterSensitiveLog: (obj: DeleteRegistryInput) => any;
2439
+
2440
+ export declare const DeleteRegistryResponseFilterSensitiveLog: (obj: DeleteRegistryResponse) => any;
2441
+
2442
+ export declare const DeleteResourcePolicyRequestFilterSensitiveLog: (obj: DeleteResourcePolicyRequest) => any;
2443
+
2444
+ export declare const DeleteResourcePolicyResponseFilterSensitiveLog: (obj: DeleteResourcePolicyResponse) => any;
2445
+
2446
+ export declare const DeleteSchemaInputFilterSensitiveLog: (obj: DeleteSchemaInput) => any;
2447
+
2448
+ export declare const DeleteSchemaResponseFilterSensitiveLog: (obj: DeleteSchemaResponse) => any;
2449
+
2450
+ export declare const DeleteSchemaVersionsInputFilterSensitiveLog: (obj: DeleteSchemaVersionsInput) => any;
2451
+
2452
+ export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
2453
+
2454
+ export declare const SchemaVersionErrorItemFilterSensitiveLog: (obj: SchemaVersionErrorItem) => any;
2455
+
2456
+ export declare const DeleteSchemaVersionsResponseFilterSensitiveLog: (obj: DeleteSchemaVersionsResponse) => any;
2457
+
2458
+ export declare const DeleteSecurityConfigurationRequestFilterSensitiveLog: (obj: DeleteSecurityConfigurationRequest) => any;
2459
+
2460
+ export declare const DeleteSecurityConfigurationResponseFilterSensitiveLog: (obj: DeleteSecurityConfigurationResponse) => any;
2461
+
2462
+ export declare const DeleteSessionRequestFilterSensitiveLog: (obj: DeleteSessionRequest) => any;
2463
+
2464
+ export declare const DeleteSessionResponseFilterSensitiveLog: (obj: DeleteSessionResponse) => any;
2465
+
2466
+ export declare const DeleteTableRequestFilterSensitiveLog: (obj: DeleteTableRequest) => any;
2467
+
2468
+ export declare const DeleteTableResponseFilterSensitiveLog: (obj: DeleteTableResponse) => any;
2469
+
2470
+ export declare const DeleteTableVersionRequestFilterSensitiveLog: (obj: DeleteTableVersionRequest) => any;
2471
+
2472
+ export declare const DeleteTableVersionResponseFilterSensitiveLog: (obj: DeleteTableVersionResponse) => any;
2473
+
2474
+ export declare const DeleteTriggerRequestFilterSensitiveLog: (obj: DeleteTriggerRequest) => any;
2475
+
2476
+ export declare const DeleteTriggerResponseFilterSensitiveLog: (obj: DeleteTriggerResponse) => any;
2477
+
2478
+ export declare const DeleteUserDefinedFunctionRequestFilterSensitiveLog: (obj: DeleteUserDefinedFunctionRequest) => any;
2479
+
2480
+ export declare const DeleteUserDefinedFunctionResponseFilterSensitiveLog: (obj: DeleteUserDefinedFunctionResponse) => any;
2481
+
2482
+ export declare const DeleteWorkflowRequestFilterSensitiveLog: (obj: DeleteWorkflowRequest) => any;
2483
+
2484
+ export declare const DeleteWorkflowResponseFilterSensitiveLog: (obj: DeleteWorkflowResponse) => any;
2485
+
2486
+ export declare const GetBlueprintRequestFilterSensitiveLog: (obj: GetBlueprintRequest) => any;
2487
+
2488
+ export declare const GetBlueprintResponseFilterSensitiveLog: (obj: GetBlueprintResponse) => any;
2489
+
2490
+ export declare const GetBlueprintRunRequestFilterSensitiveLog: (obj: GetBlueprintRunRequest) => any;
2491
+
2492
+ export declare const BlueprintRunFilterSensitiveLog: (obj: BlueprintRun) => any;
2493
+
2494
+ export declare const GetBlueprintRunResponseFilterSensitiveLog: (obj: GetBlueprintRunResponse) => any;
2495
+
2496
+ export declare const GetBlueprintRunsRequestFilterSensitiveLog: (obj: GetBlueprintRunsRequest) => any;
2497
+
2498
+ export declare const GetBlueprintRunsResponseFilterSensitiveLog: (obj: GetBlueprintRunsResponse) => any;
2499
+
2500
+ export declare const GetCatalogImportStatusRequestFilterSensitiveLog: (obj: GetCatalogImportStatusRequest) => any;
2501
+
2502
+ export declare const CatalogImportStatusFilterSensitiveLog: (obj: CatalogImportStatus) => any;
2503
+
2504
+ export declare const GetCatalogImportStatusResponseFilterSensitiveLog: (obj: GetCatalogImportStatusResponse) => any;
2505
+
2506
+ export declare const GetClassifierRequestFilterSensitiveLog: (obj: GetClassifierRequest) => any;
2507
+
2508
+ export declare const CsvClassifierFilterSensitiveLog: (obj: CsvClassifier) => any;
2509
+
2510
+ export declare const GrokClassifierFilterSensitiveLog: (obj: GrokClassifier) => any;
2511
+
2512
+ export declare const JsonClassifierFilterSensitiveLog: (obj: JsonClassifier) => any;
2513
+
2514
+ export declare const XMLClassifierFilterSensitiveLog: (obj: XMLClassifier) => any;
2515
+
2516
+ export declare const ClassifierFilterSensitiveLog: (obj: Classifier) => any;
2517
+
2518
+ export declare const GetClassifierResponseFilterSensitiveLog: (obj: GetClassifierResponse) => any;
2519
+
2520
+ export declare const GetClassifiersRequestFilterSensitiveLog: (obj: GetClassifiersRequest) => any;
2521
+
2522
+ export declare const GetClassifiersResponseFilterSensitiveLog: (obj: GetClassifiersResponse) => any;
2523
+
2524
+ export declare const GetColumnStatisticsForPartitionRequestFilterSensitiveLog: (obj: GetColumnStatisticsForPartitionRequest) => any;
2525
+
2526
+ export declare const BinaryColumnStatisticsDataFilterSensitiveLog: (obj: BinaryColumnStatisticsData) => any;
2527
+
2528
+ export declare const BooleanColumnStatisticsDataFilterSensitiveLog: (obj: BooleanColumnStatisticsData) => any;
2529
+
2530
+ export declare const DateColumnStatisticsDataFilterSensitiveLog: (obj: DateColumnStatisticsData) => any;
2531
+
2532
+ export declare const DecimalNumberFilterSensitiveLog: (obj: DecimalNumber) => any;
2533
+
2534
+ export declare const DecimalColumnStatisticsDataFilterSensitiveLog: (obj: DecimalColumnStatisticsData) => any;
2535
+
2536
+ export declare const DoubleColumnStatisticsDataFilterSensitiveLog: (obj: DoubleColumnStatisticsData) => any;
2537
+
2538
+ export declare const LongColumnStatisticsDataFilterSensitiveLog: (obj: LongColumnStatisticsData) => any;
2539
+
2540
+ export declare const StringColumnStatisticsDataFilterSensitiveLog: (obj: StringColumnStatisticsData) => any;
2541
+
2542
+ export declare const ColumnStatisticsDataFilterSensitiveLog: (obj: ColumnStatisticsData) => any;
2543
+
2544
+ export declare const ColumnStatisticsFilterSensitiveLog: (obj: ColumnStatistics) => any;
2545
+
2546
+ export declare const ColumnErrorFilterSensitiveLog: (obj: ColumnError) => any;
2547
+
2548
+ export declare const GetColumnStatisticsForPartitionResponseFilterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
2549
+
2550
+ export declare const GetColumnStatisticsForTableRequestFilterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
2551
+
2552
+ export declare const GetColumnStatisticsForTableResponseFilterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
2553
+
2554
+ export declare const GetConnectionRequestFilterSensitiveLog: (obj: GetConnectionRequest) => any;
2555
+
2556
+ export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
2557
+
2558
+ export declare const GetConnectionResponseFilterSensitiveLog: (obj: GetConnectionResponse) => any;
2559
+
2560
+ export declare const GetConnectionsFilterFilterSensitiveLog: (obj: GetConnectionsFilter) => any;
2561
+
2562
+ export declare const GetConnectionsRequestFilterSensitiveLog: (obj: GetConnectionsRequest) => any;
2563
+
2564
+ export declare const GetConnectionsResponseFilterSensitiveLog: (obj: GetConnectionsResponse) => any;
2565
+
2566
+ export declare const GetCrawlerRequestFilterSensitiveLog: (obj: GetCrawlerRequest) => any;
2567
+
2568
+ export declare const GetCrawlerResponseFilterSensitiveLog: (obj: GetCrawlerResponse) => any;
2569
+
2570
+ export declare const GetCrawlerMetricsRequestFilterSensitiveLog: (obj: GetCrawlerMetricsRequest) => any;
2571
+
2572
+ export declare const CrawlerMetricsFilterSensitiveLog: (obj: CrawlerMetrics) => any;
2573
+
2574
+ export declare const GetCrawlerMetricsResponseFilterSensitiveLog: (obj: GetCrawlerMetricsResponse) => any;
2575
+
2576
+ export declare const GetCrawlersRequestFilterSensitiveLog: (obj: GetCrawlersRequest) => any;
2577
+
2578
+ export declare const GetCrawlersResponseFilterSensitiveLog: (obj: GetCrawlersResponse) => any;
2579
+
2580
+ export declare const GetCustomEntityTypeRequestFilterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
2581
+
2582
+ export declare const GetCustomEntityTypeResponseFilterSensitiveLog: (obj: GetCustomEntityTypeResponse) => any;
2583
+
2584
+ export declare const GetDatabaseRequestFilterSensitiveLog: (obj: GetDatabaseRequest) => any;
2585
+
2586
+ export declare const DatabaseFilterSensitiveLog: (obj: Database) => any;
2587
+
2588
+ export declare const GetDatabaseResponseFilterSensitiveLog: (obj: GetDatabaseResponse) => any;
2589
+
2590
+ export declare const GetDatabasesRequestFilterSensitiveLog: (obj: GetDatabasesRequest) => any;
2591
+
2592
+ export declare const GetDatabasesResponseFilterSensitiveLog: (obj: GetDatabasesResponse) => any;
2593
+
2594
+ export declare const GetDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (obj: GetDataCatalogEncryptionSettingsRequest) => any;
2595
+
2596
+ export declare const ConnectionPasswordEncryptionFilterSensitiveLog: (obj: ConnectionPasswordEncryption) => any;
2597
+
2598
+ export declare const EncryptionAtRestFilterSensitiveLog: (obj: EncryptionAtRest) => any;
2599
+
2600
+ export declare const DataCatalogEncryptionSettingsFilterSensitiveLog: (obj: DataCatalogEncryptionSettings) => any;
2601
+
2602
+ export declare const GetDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (obj: GetDataCatalogEncryptionSettingsResponse) => any;
2603
+
2604
+ export declare const GetDataflowGraphRequestFilterSensitiveLog: (obj: GetDataflowGraphRequest) => any;
2605
+
2606
+ export declare const GetDataflowGraphResponseFilterSensitiveLog: (obj: GetDataflowGraphResponse) => any;
2607
+
2608
+ export declare const GetDevEndpointRequestFilterSensitiveLog: (obj: GetDevEndpointRequest) => any;
2609
+
2610
+ export declare const GetDevEndpointResponseFilterSensitiveLog: (obj: GetDevEndpointResponse) => any;
2611
+
2612
+ export declare const GetDevEndpointsRequestFilterSensitiveLog: (obj: GetDevEndpointsRequest) => any;
2613
+
2614
+ export declare const GetDevEndpointsResponseFilterSensitiveLog: (obj: GetDevEndpointsResponse) => any;
2615
+
2616
+ export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
2617
+
2618
+ export declare const GetJobBookmarkRequestFilterSensitiveLog: (obj: GetJobBookmarkRequest) => any;
2619
+
2620
+ export declare const JobBookmarkEntryFilterSensitiveLog: (obj: JobBookmarkEntry) => any;
2621
+
2622
+ export declare const GetJobBookmarkResponseFilterSensitiveLog: (obj: GetJobBookmarkResponse) => any;
2623
+
2624
+ export declare const GetJobRunRequestFilterSensitiveLog: (obj: GetJobRunRequest) => any;
2625
+
2626
+ export declare const GetJobRunResponseFilterSensitiveLog: (obj: GetJobRunResponse) => any;
2627
+
2628
+ export declare const GetJobRunsRequestFilterSensitiveLog: (obj: GetJobRunsRequest) => any;
2629
+
2630
+ export declare const GetJobRunsResponseFilterSensitiveLog: (obj: GetJobRunsResponse) => any;
2631
+
2632
+ export declare const GetJobsRequestFilterSensitiveLog: (obj: GetJobsRequest) => any;
2633
+
2634
+ export declare const LocationFilterSensitiveLog: (obj: Location) => any;
2635
+
2636
+ export declare const CatalogEntryFilterSensitiveLog: (obj: CatalogEntry) => any;
2637
+
2638
+ export declare const GetMappingRequestFilterSensitiveLog: (obj: GetMappingRequest) => any;
2639
+
2640
+ export declare const MappingEntryFilterSensitiveLog: (obj: MappingEntry) => any;
2641
+
2642
+ export declare const GetMappingResponseFilterSensitiveLog: (obj: GetMappingResponse) => any;
2643
+
2644
+ export declare const GetMLTaskRunRequestFilterSensitiveLog: (obj: GetMLTaskRunRequest) => any;
2645
+
2646
+ export declare const ExportLabelsTaskRunPropertiesFilterSensitiveLog: (obj: ExportLabelsTaskRunProperties) => any;
2647
+
2648
+ export declare const FindMatchesTaskRunPropertiesFilterSensitiveLog: (obj: FindMatchesTaskRunProperties) => any;
2649
+
2650
+ export declare const ImportLabelsTaskRunPropertiesFilterSensitiveLog: (obj: ImportLabelsTaskRunProperties) => any;
2651
+
2652
+ export declare const LabelingSetGenerationTaskRunPropertiesFilterSensitiveLog: (obj: LabelingSetGenerationTaskRunProperties) => any;
2653
+
2654
+ export declare const TaskRunPropertiesFilterSensitiveLog: (obj: TaskRunProperties) => any;
2655
+
2656
+ export declare const GetMLTaskRunResponseFilterSensitiveLog: (obj: GetMLTaskRunResponse) => any;
2657
+
2658
+ export declare const TaskRunFilterCriteriaFilterSensitiveLog: (obj: TaskRunFilterCriteria) => any;
2659
+
2660
+ export declare const TaskRunSortCriteriaFilterSensitiveLog: (obj: TaskRunSortCriteria) => any;
2661
+
2662
+ export declare const GetMLTaskRunsRequestFilterSensitiveLog: (obj: GetMLTaskRunsRequest) => any;
2663
+
2664
+ export declare const TaskRunFilterSensitiveLog: (obj: TaskRun) => any;
2665
+
2666
+ export declare const GetMLTaskRunsResponseFilterSensitiveLog: (obj: GetMLTaskRunsResponse) => any;
2667
+
2668
+ export declare const GetMLTransformRequestFilterSensitiveLog: (obj: GetMLTransformRequest) => any;
2669
+
2670
+ export declare const ColumnImportanceFilterSensitiveLog: (obj: ColumnImportance) => any;
2671
+
2672
+ export declare const ConfusionMatrixFilterSensitiveLog: (obj: ConfusionMatrix) => any;
2673
+
2674
+ export declare const FindMatchesMetricsFilterSensitiveLog: (obj: FindMatchesMetrics) => any;
2675
+
2676
+ export declare const EvaluationMetricsFilterSensitiveLog: (obj: EvaluationMetrics) => any;
2677
+
2678
+ export declare const SchemaColumnFilterSensitiveLog: (obj: SchemaColumn) => any;
2679
+
2680
+ export declare const GetMLTransformResponseFilterSensitiveLog: (obj: GetMLTransformResponse) => any;
2681
+
2682
+ export declare const TransformFilterCriteriaFilterSensitiveLog: (obj: TransformFilterCriteria) => any;
2683
+
2684
+ export declare const TransformSortCriteriaFilterSensitiveLog: (obj: TransformSortCriteria) => any;
2685
+
2686
+ export declare const GetMLTransformsRequestFilterSensitiveLog: (obj: GetMLTransformsRequest) => any;
2687
+
2688
+ export declare const MLTransformFilterSensitiveLog: (obj: MLTransform) => any;
2689
+
2690
+ export declare const GetMLTransformsResponseFilterSensitiveLog: (obj: GetMLTransformsResponse) => any;
2691
+
2692
+ export declare const GetPartitionRequestFilterSensitiveLog: (obj: GetPartitionRequest) => any;
2693
+
2694
+ export declare const GetPartitionResponseFilterSensitiveLog: (obj: GetPartitionResponse) => any;
2695
+
2696
+ export declare const GetPartitionIndexesRequestFilterSensitiveLog: (obj: GetPartitionIndexesRequest) => any;
2697
+
2698
+ export declare const BackfillErrorFilterSensitiveLog: (obj: BackfillError) => any;
2699
+
2700
+ export declare const KeySchemaElementFilterSensitiveLog: (obj: KeySchemaElement) => any;
2701
+
2702
+ export declare const PartitionIndexDescriptorFilterSensitiveLog: (obj: PartitionIndexDescriptor) => any;
2703
+
2704
+ export declare const GetPartitionIndexesResponseFilterSensitiveLog: (obj: GetPartitionIndexesResponse) => any;
2705
+
2706
+ export declare const SegmentFilterSensitiveLog: (obj: Segment) => any;
2707
+
2708
+ export declare const GetPartitionsRequestFilterSensitiveLog: (obj: GetPartitionsRequest) => any;
2709
+
2710
+ export declare const GetPartitionsResponseFilterSensitiveLog: (obj: GetPartitionsResponse) => any;
2711
+
2712
+ export declare const GetPlanRequestFilterSensitiveLog: (obj: GetPlanRequest) => any;
2713
+
2714
+ export declare const GetPlanResponseFilterSensitiveLog: (obj: GetPlanResponse) => any;
2715
+
2716
+ export declare const GetRegistryInputFilterSensitiveLog: (obj: GetRegistryInput) => any;
2717
+
2718
+ export declare const GetRegistryResponseFilterSensitiveLog: (obj: GetRegistryResponse) => any;
2719
+
2720
+ export declare const GetResourcePoliciesRequestFilterSensitiveLog: (obj: GetResourcePoliciesRequest) => any;
2721
+
2722
+ export declare const GluePolicyFilterSensitiveLog: (obj: GluePolicy) => any;
2723
+
2724
+ export declare const GetResourcePoliciesResponseFilterSensitiveLog: (obj: GetResourcePoliciesResponse) => any;
2725
+
2726
+ export declare const GetResourcePolicyRequestFilterSensitiveLog: (obj: GetResourcePolicyRequest) => any;
2727
+
2728
+ export declare const GetResourcePolicyResponseFilterSensitiveLog: (obj: GetResourcePolicyResponse) => any;
2729
+
2730
+ export declare const GetSchemaInputFilterSensitiveLog: (obj: GetSchemaInput) => any;
2731
+
2732
+ export declare const GetSchemaResponseFilterSensitiveLog: (obj: GetSchemaResponse) => any;
2733
+
2734
+ export declare const GetSchemaByDefinitionInputFilterSensitiveLog: (obj: GetSchemaByDefinitionInput) => any;
2735
+
2736
+ export declare const GetSchemaByDefinitionResponseFilterSensitiveLog: (obj: GetSchemaByDefinitionResponse) => any;
2737
+
2738
+ export declare const SchemaVersionNumberFilterSensitiveLog: (obj: SchemaVersionNumber) => any;
2739
+
2740
+ export declare const GetSchemaVersionInputFilterSensitiveLog: (obj: GetSchemaVersionInput) => any;
2741
+
2742
+ export declare const GetSchemaVersionResponseFilterSensitiveLog: (obj: GetSchemaVersionResponse) => any;
2743
+
2744
+ export declare const GetSchemaVersionsDiffInputFilterSensitiveLog: (obj: GetSchemaVersionsDiffInput) => any;
2745
+
2746
+ export declare const GetSchemaVersionsDiffResponseFilterSensitiveLog: (obj: GetSchemaVersionsDiffResponse) => any;
2747
+
2748
+ export declare const GetSecurityConfigurationRequestFilterSensitiveLog: (obj: GetSecurityConfigurationRequest) => any;
2749
+
2750
+ export declare const SecurityConfigurationFilterSensitiveLog: (obj: SecurityConfiguration) => any;
2751
+
2752
+ export declare const GetSecurityConfigurationResponseFilterSensitiveLog: (obj: GetSecurityConfigurationResponse) => any;
2753
+
2754
+ export declare const GetSecurityConfigurationsRequestFilterSensitiveLog: (obj: GetSecurityConfigurationsRequest) => any;
2755
+
2756
+ export declare const GetSecurityConfigurationsResponseFilterSensitiveLog: (obj: GetSecurityConfigurationsResponse) => any;
2757
+
2758
+ export declare const GetSessionRequestFilterSensitiveLog: (obj: GetSessionRequest) => any;
2759
+
2760
+ export declare const GetSessionResponseFilterSensitiveLog: (obj: GetSessionResponse) => any;
2761
+
2762
+ export declare const GetStatementRequestFilterSensitiveLog: (obj: GetStatementRequest) => any;
2763
+
2764
+ export declare const StatementOutputDataFilterSensitiveLog: (obj: StatementOutputData) => any;
2765
+
2766
+ export declare const StatementOutputFilterSensitiveLog: (obj: StatementOutput) => any;
2767
+
2768
+ export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
2769
+
2770
+ export declare const GetStatementResponseFilterSensitiveLog: (obj: GetStatementResponse) => any;
2771
+
2772
+ export declare const GetTableRequestFilterSensitiveLog: (obj: GetTableRequest) => any;
2773
+
2774
+ export declare const TableFilterSensitiveLog: (obj: Table) => any;
2775
+
2776
+ export declare const GetTableResponseFilterSensitiveLog: (obj: GetTableResponse) => any;
2777
+
2778
+ export declare const GetTablesRequestFilterSensitiveLog: (obj: GetTablesRequest) => any;
2779
+
2780
+ export declare const GetTablesResponseFilterSensitiveLog: (obj: GetTablesResponse) => any;
2781
+
2782
+ export declare const GetTableVersionRequestFilterSensitiveLog: (obj: GetTableVersionRequest) => any;
2783
+
2784
+ export declare const TableVersionFilterSensitiveLog: (obj: TableVersion) => any;
2785
+
2786
+ export declare const GetTableVersionResponseFilterSensitiveLog: (obj: GetTableVersionResponse) => any;
2787
+
2788
+ export declare const GetTableVersionsRequestFilterSensitiveLog: (obj: GetTableVersionsRequest) => any;
2789
+
2790
+ export declare const GetTableVersionsResponseFilterSensitiveLog: (obj: GetTableVersionsResponse) => any;
2791
+
2792
+ export declare const GetTagsRequestFilterSensitiveLog: (obj: GetTagsRequest) => any;
2793
+
2794
+ export declare const GetTagsResponseFilterSensitiveLog: (obj: GetTagsResponse) => any;
2795
+
2796
+ export declare const GetTriggerRequestFilterSensitiveLog: (obj: GetTriggerRequest) => any;
2797
+
2798
+ export declare const GetTriggerResponseFilterSensitiveLog: (obj: GetTriggerResponse) => any;
2799
+
2800
+ export declare const GetTriggersRequestFilterSensitiveLog: (obj: GetTriggersRequest) => any;
2801
+
2802
+ export declare const GetTriggersResponseFilterSensitiveLog: (obj: GetTriggersResponse) => any;
2803
+
2804
+ export declare const GetUnfilteredPartitionMetadataRequestFilterSensitiveLog: (obj: GetUnfilteredPartitionMetadataRequest) => any;
2805
+
2806
+ export declare const GetUnfilteredPartitionMetadataResponseFilterSensitiveLog: (obj: GetUnfilteredPartitionMetadataResponse) => any;
2807
+
2808
+ export declare const GetUnfilteredPartitionsMetadataRequestFilterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataRequest) => any;
2809
+
2810
+ export declare const UnfilteredPartitionFilterSensitiveLog: (obj: UnfilteredPartition) => any;
2811
+
2812
+ export declare const GetUnfilteredPartitionsMetadataResponseFilterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataResponse) => any;
2813
+
2814
+ export declare const GetUnfilteredTableMetadataRequestFilterSensitiveLog: (obj: GetUnfilteredTableMetadataRequest) => any;
2815
+
2816
+ export declare const ColumnRowFilterFilterSensitiveLog: (obj: ColumnRowFilter) => any;
2817
+
2818
+ export declare const GetUnfilteredTableMetadataResponseFilterSensitiveLog: (obj: GetUnfilteredTableMetadataResponse) => any;
2819
+
2820
+ export declare const GetUserDefinedFunctionRequestFilterSensitiveLog: (obj: GetUserDefinedFunctionRequest) => any;
2821
+
2822
+ export declare const UserDefinedFunctionFilterSensitiveLog: (obj: UserDefinedFunction) => any;
2823
+
2824
+ export declare const GetUserDefinedFunctionResponseFilterSensitiveLog: (obj: GetUserDefinedFunctionResponse) => any;
2825
+
2826
+ export declare const GetUserDefinedFunctionsRequestFilterSensitiveLog: (obj: GetUserDefinedFunctionsRequest) => any;
2827
+
2828
+ export declare const GetUserDefinedFunctionsResponseFilterSensitiveLog: (obj: GetUserDefinedFunctionsResponse) => any;
2829
+
2830
+ export declare const GetWorkflowRequestFilterSensitiveLog: (obj: GetWorkflowRequest) => any;
2831
+
2832
+ export declare const GetWorkflowResponseFilterSensitiveLog: (obj: GetWorkflowResponse) => any;
2833
+
2834
+ export declare const GetWorkflowRunRequestFilterSensitiveLog: (obj: GetWorkflowRunRequest) => any;
2835
+
2836
+ export declare const GetWorkflowRunResponseFilterSensitiveLog: (obj: GetWorkflowRunResponse) => any;
2837
+
2838
+ export declare const GetWorkflowRunPropertiesRequestFilterSensitiveLog: (obj: GetWorkflowRunPropertiesRequest) => any;
2839
+
2840
+ export declare const GetWorkflowRunPropertiesResponseFilterSensitiveLog: (obj: GetWorkflowRunPropertiesResponse) => any;
2841
+
2842
+ export declare const GetWorkflowRunsRequestFilterSensitiveLog: (obj: GetWorkflowRunsRequest) => any;
2843
+
2844
+ export declare const GetWorkflowRunsResponseFilterSensitiveLog: (obj: GetWorkflowRunsResponse) => any;
2845
+
2846
+ export declare const ImportCatalogToGlueRequestFilterSensitiveLog: (obj: ImportCatalogToGlueRequest) => any;
2847
+
2848
+ export declare const ImportCatalogToGlueResponseFilterSensitiveLog: (obj: ImportCatalogToGlueResponse) => any;
2849
+
2850
+ export declare const ListBlueprintsRequestFilterSensitiveLog: (obj: ListBlueprintsRequest) => any;
2851
+
2852
+ export declare const ListBlueprintsResponseFilterSensitiveLog: (obj: ListBlueprintsResponse) => any;
2853
+
2854
+ export declare const ListCrawlersRequestFilterSensitiveLog: (obj: ListCrawlersRequest) => any;
2855
+
2856
+ export declare const ListCrawlersResponseFilterSensitiveLog: (obj: ListCrawlersResponse) => any;
2857
+
2858
+ export declare const CrawlsFilterFilterSensitiveLog: (obj: CrawlsFilter) => any;
2859
+
2860
+ export declare const ListCrawlsRequestFilterSensitiveLog: (obj: ListCrawlsRequest) => any;
2861
+
2862
+ export declare const CrawlerHistoryFilterSensitiveLog: (obj: CrawlerHistory) => any;
2863
+
2864
+ export declare const ListCrawlsResponseFilterSensitiveLog: (obj: ListCrawlsResponse) => any;
2865
+
2866
+ export declare const ListCustomEntityTypesRequestFilterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
2867
+
2868
+ export declare const ListCustomEntityTypesResponseFilterSensitiveLog: (obj: ListCustomEntityTypesResponse) => any;
2869
+
2870
+ export declare const ListDevEndpointsRequestFilterSensitiveLog: (obj: ListDevEndpointsRequest) => any;
2871
+
2872
+ export declare const ListDevEndpointsResponseFilterSensitiveLog: (obj: ListDevEndpointsResponse) => any;
2873
+
2874
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;
2875
+
2876
+ export declare const ListJobsResponseFilterSensitiveLog: (obj: ListJobsResponse) => any;
2877
+
2878
+ export declare const ListMLTransformsRequestFilterSensitiveLog: (obj: ListMLTransformsRequest) => any;
2879
+
2880
+ export declare const ListMLTransformsResponseFilterSensitiveLog: (obj: ListMLTransformsResponse) => any;
2881
+
2882
+ export declare const ListRegistriesInputFilterSensitiveLog: (obj: ListRegistriesInput) => any;
2883
+
2884
+ export declare const RegistryListItemFilterSensitiveLog: (obj: RegistryListItem) => any;
2885
+
2886
+ export declare const ListRegistriesResponseFilterSensitiveLog: (obj: ListRegistriesResponse) => any;
2887
+
2888
+ export declare const ListSchemasInputFilterSensitiveLog: (obj: ListSchemasInput) => any;
2889
+
2890
+ export declare const SchemaListItemFilterSensitiveLog: (obj: SchemaListItem) => any;
2891
+
2892
+ export declare const ListSchemasResponseFilterSensitiveLog: (obj: ListSchemasResponse) => any;
2893
+
2894
+ export declare const ListSchemaVersionsInputFilterSensitiveLog: (obj: ListSchemaVersionsInput) => any;
2895
+
2896
+ export declare const SchemaVersionListItemFilterSensitiveLog: (obj: SchemaVersionListItem) => any;
2897
+
2898
+ export declare const ListSchemaVersionsResponseFilterSensitiveLog: (obj: ListSchemaVersionsResponse) => any;
2899
+
2900
+ export declare const ListSessionsRequestFilterSensitiveLog: (obj: ListSessionsRequest) => any;
2901
+
2902
+ export declare const ListSessionsResponseFilterSensitiveLog: (obj: ListSessionsResponse) => any;
2903
+
2904
+ export declare const ListStatementsRequestFilterSensitiveLog: (obj: ListStatementsRequest) => any;
2905
+
2906
+ export declare const ListStatementsResponseFilterSensitiveLog: (obj: ListStatementsResponse) => any;
2907
+
2908
+ export declare const ListTriggersRequestFilterSensitiveLog: (obj: ListTriggersRequest) => any;
2909
+
2910
+ export declare const ListTriggersResponseFilterSensitiveLog: (obj: ListTriggersResponse) => any;
2911
+
2912
+ export declare const ListWorkflowsRequestFilterSensitiveLog: (obj: ListWorkflowsRequest) => any;
2913
+
2914
+ export declare const ListWorkflowsResponseFilterSensitiveLog: (obj: ListWorkflowsResponse) => any;
2915
+
2916
+ export declare const PutDataCatalogEncryptionSettingsRequestFilterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsRequest) => any;
2917
+
2918
+ export declare const PutDataCatalogEncryptionSettingsResponseFilterSensitiveLog: (obj: PutDataCatalogEncryptionSettingsResponse) => any;
2919
+
2920
+ export declare const PutResourcePolicyRequestFilterSensitiveLog: (obj: PutResourcePolicyRequest) => any;
2921
+
2922
+ export declare const PutResourcePolicyResponseFilterSensitiveLog: (obj: PutResourcePolicyResponse) => any;
2923
+
2924
+ export declare const MetadataKeyValuePairFilterSensitiveLog: (obj: MetadataKeyValuePair) => any;
2925
+
2926
+ export declare const PutSchemaVersionMetadataInputFilterSensitiveLog: (obj: PutSchemaVersionMetadataInput) => any;
2927
+
2928
+ export declare const PutSchemaVersionMetadataResponseFilterSensitiveLog: (obj: PutSchemaVersionMetadataResponse) => any;
2929
+
2930
+ export declare const PutWorkflowRunPropertiesRequestFilterSensitiveLog: (obj: PutWorkflowRunPropertiesRequest) => any;
2931
+
2932
+ export declare const PutWorkflowRunPropertiesResponseFilterSensitiveLog: (obj: PutWorkflowRunPropertiesResponse) => any;
2933
+
2934
+ export declare const QuerySchemaVersionMetadataInputFilterSensitiveLog: (obj: QuerySchemaVersionMetadataInput) => any;
2935
+
2936
+ export declare const OtherMetadataValueListItemFilterSensitiveLog: (obj: OtherMetadataValueListItem) => any;
2937
+
2938
+ export declare const MetadataInfoFilterSensitiveLog: (obj: MetadataInfo) => any;
2939
+
2940
+ export declare const QuerySchemaVersionMetadataResponseFilterSensitiveLog: (obj: QuerySchemaVersionMetadataResponse) => any;