@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
@@ -20,12 +20,6 @@ export interface RegisterSchemaVersionInput {
20
20
  */
21
21
  SchemaDefinition: string | undefined;
22
22
  }
23
- export declare namespace RegisterSchemaVersionInput {
24
- /**
25
- * @internal
26
- */
27
- const filterSensitiveLog: (obj: RegisterSchemaVersionInput) => any;
28
- }
29
23
  export interface RegisterSchemaVersionResponse {
30
24
  /**
31
25
  * <p>The unique ID that represents the version of this schema.</p>
@@ -40,12 +34,6 @@ export interface RegisterSchemaVersionResponse {
40
34
  */
41
35
  Status?: SchemaVersionStatus | string;
42
36
  }
43
- export declare namespace RegisterSchemaVersionResponse {
44
- /**
45
- * @internal
46
- */
47
- const filterSensitiveLog: (obj: RegisterSchemaVersionResponse) => any;
48
- }
49
37
  export interface RemoveSchemaVersionMetadataInput {
50
38
  /**
51
39
  * <p>A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).</p>
@@ -64,12 +52,6 @@ export interface RemoveSchemaVersionMetadataInput {
64
52
  */
65
53
  MetadataKeyValue: MetadataKeyValuePair | undefined;
66
54
  }
67
- export declare namespace RemoveSchemaVersionMetadataInput {
68
- /**
69
- * @internal
70
- */
71
- const filterSensitiveLog: (obj: RemoveSchemaVersionMetadataInput) => any;
72
- }
73
55
  export interface RemoveSchemaVersionMetadataResponse {
74
56
  /**
75
57
  * <p>The Amazon Resource Name (ARN) of the schema.</p>
@@ -104,12 +86,6 @@ export interface RemoveSchemaVersionMetadataResponse {
104
86
  */
105
87
  MetadataValue?: string;
106
88
  }
107
- export declare namespace RemoveSchemaVersionMetadataResponse {
108
- /**
109
- * @internal
110
- */
111
- const filterSensitiveLog: (obj: RemoveSchemaVersionMetadataResponse) => any;
112
- }
113
89
  export interface ResetJobBookmarkRequest {
114
90
  /**
115
91
  * <p>The name of the job in question.</p>
@@ -120,24 +96,12 @@ export interface ResetJobBookmarkRequest {
120
96
  */
121
97
  RunId?: string;
122
98
  }
123
- export declare namespace ResetJobBookmarkRequest {
124
- /**
125
- * @internal
126
- */
127
- const filterSensitiveLog: (obj: ResetJobBookmarkRequest) => any;
128
- }
129
99
  export interface ResetJobBookmarkResponse {
130
100
  /**
131
101
  * <p>The reset bookmark entry.</p>
132
102
  */
133
103
  JobBookmarkEntry?: JobBookmarkEntry;
134
104
  }
135
- export declare namespace ResetJobBookmarkResponse {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: ResetJobBookmarkResponse) => any;
140
- }
141
105
  /**
142
106
  * <p>Too many jobs are being run concurrently.</p>
143
107
  */
@@ -182,12 +146,6 @@ export interface ResumeWorkflowRunRequest {
182
146
  */
183
147
  NodeIds: string[] | undefined;
184
148
  }
185
- export declare namespace ResumeWorkflowRunRequest {
186
- /**
187
- * @internal
188
- */
189
- const filterSensitiveLog: (obj: ResumeWorkflowRunRequest) => any;
190
- }
191
149
  export interface ResumeWorkflowRunResponse {
192
150
  /**
193
151
  * <p>The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.</p>
@@ -198,12 +156,6 @@ export interface ResumeWorkflowRunResponse {
198
156
  */
199
157
  NodeIds?: string[];
200
158
  }
201
- export declare namespace ResumeWorkflowRunResponse {
202
- /**
203
- * @internal
204
- */
205
- const filterSensitiveLog: (obj: ResumeWorkflowRunResponse) => any;
206
- }
207
159
  export interface RunStatementRequest {
208
160
  /**
209
161
  * <p>The Session Id of the statement to be run.</p>
@@ -218,24 +170,12 @@ export interface RunStatementRequest {
218
170
  */
219
171
  RequestOrigin?: string;
220
172
  }
221
- export declare namespace RunStatementRequest {
222
- /**
223
- * @internal
224
- */
225
- const filterSensitiveLog: (obj: RunStatementRequest) => any;
226
- }
227
173
  export interface RunStatementResponse {
228
174
  /**
229
175
  * <p>Returns the Id of the statement that was run.</p>
230
176
  */
231
177
  Id?: number;
232
178
  }
233
- export declare namespace RunStatementResponse {
234
- /**
235
- * @internal
236
- */
237
- const filterSensitiveLog: (obj: RunStatementResponse) => any;
238
- }
239
179
  export declare enum Comparator {
240
180
  EQUALS = "EQUALS",
241
181
  GREATER_THAN = "GREATER_THAN",
@@ -260,12 +200,6 @@ export interface PropertyPredicate {
260
200
  */
261
201
  Comparator?: Comparator | string;
262
202
  }
263
- export declare namespace PropertyPredicate {
264
- /**
265
- * @internal
266
- */
267
- const filterSensitiveLog: (obj: PropertyPredicate) => any;
268
- }
269
203
  export declare enum Sort {
270
204
  ASCENDING = "ASC",
271
205
  DESCENDING = "DESC"
@@ -283,12 +217,6 @@ export interface SortCriterion {
283
217
  */
284
218
  Sort?: Sort | string;
285
219
  }
286
- export declare namespace SortCriterion {
287
- /**
288
- * @internal
289
- */
290
- const filterSensitiveLog: (obj: SortCriterion) => any;
291
- }
292
220
  export interface SearchTablesRequest {
293
221
  /**
294
222
  * <p>A unique identifier, consisting of <code>
@@ -333,12 +261,6 @@ export interface SearchTablesRequest {
333
261
  */
334
262
  ResourceShareType?: ResourceShareType | string;
335
263
  }
336
- export declare namespace SearchTablesRequest {
337
- /**
338
- * @internal
339
- */
340
- const filterSensitiveLog: (obj: SearchTablesRequest) => any;
341
- }
342
264
  export interface SearchTablesResponse {
343
265
  /**
344
266
  * <p>A continuation token, present if the current list segment is not the last.</p>
@@ -349,12 +271,6 @@ export interface SearchTablesResponse {
349
271
  */
350
272
  TableList?: Table[];
351
273
  }
352
- export declare namespace SearchTablesResponse {
353
- /**
354
- * @internal
355
- */
356
- const filterSensitiveLog: (obj: SearchTablesResponse) => any;
357
- }
358
274
  /**
359
275
  * <p>The blueprint is in an invalid state to perform a requested operation.</p>
360
276
  */
@@ -384,44 +300,20 @@ export interface StartBlueprintRunRequest {
384
300
  */
385
301
  RoleArn: string | undefined;
386
302
  }
387
- export declare namespace StartBlueprintRunRequest {
388
- /**
389
- * @internal
390
- */
391
- const filterSensitiveLog: (obj: StartBlueprintRunRequest) => any;
392
- }
393
303
  export interface StartBlueprintRunResponse {
394
304
  /**
395
305
  * <p>The run ID for this blueprint run.</p>
396
306
  */
397
307
  RunId?: string;
398
308
  }
399
- export declare namespace StartBlueprintRunResponse {
400
- /**
401
- * @internal
402
- */
403
- const filterSensitiveLog: (obj: StartBlueprintRunResponse) => any;
404
- }
405
309
  export interface StartCrawlerRequest {
406
310
  /**
407
311
  * <p>Name of the crawler to start.</p>
408
312
  */
409
313
  Name: string | undefined;
410
314
  }
411
- export declare namespace StartCrawlerRequest {
412
- /**
413
- * @internal
414
- */
415
- const filterSensitiveLog: (obj: StartCrawlerRequest) => any;
416
- }
417
315
  export interface StartCrawlerResponse {
418
316
  }
419
- export declare namespace StartCrawlerResponse {
420
- /**
421
- * @internal
422
- */
423
- const filterSensitiveLog: (obj: StartCrawlerResponse) => any;
424
- }
425
317
  /**
426
318
  * <p>There is no applicable schedule.</p>
427
319
  */
@@ -458,20 +350,8 @@ export interface StartCrawlerScheduleRequest {
458
350
  */
459
351
  CrawlerName: string | undefined;
460
352
  }
461
- export declare namespace StartCrawlerScheduleRequest {
462
- /**
463
- * @internal
464
- */
465
- const filterSensitiveLog: (obj: StartCrawlerScheduleRequest) => any;
466
- }
467
353
  export interface StartCrawlerScheduleResponse {
468
354
  }
469
- export declare namespace StartCrawlerScheduleResponse {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: StartCrawlerScheduleResponse) => any;
474
- }
475
355
  export interface StartExportLabelsTaskRunRequest {
476
356
  /**
477
357
  * <p>The unique identifier of the machine learning transform.</p>
@@ -482,24 +362,12 @@ export interface StartExportLabelsTaskRunRequest {
482
362
  */
483
363
  OutputS3Path: string | undefined;
484
364
  }
485
- export declare namespace StartExportLabelsTaskRunRequest {
486
- /**
487
- * @internal
488
- */
489
- const filterSensitiveLog: (obj: StartExportLabelsTaskRunRequest) => any;
490
- }
491
365
  export interface StartExportLabelsTaskRunResponse {
492
366
  /**
493
367
  * <p>The unique identifier for the task run.</p>
494
368
  */
495
369
  TaskRunId?: string;
496
370
  }
497
- export declare namespace StartExportLabelsTaskRunResponse {
498
- /**
499
- * @internal
500
- */
501
- const filterSensitiveLog: (obj: StartExportLabelsTaskRunResponse) => any;
502
- }
503
371
  export interface StartImportLabelsTaskRunRequest {
504
372
  /**
505
373
  * <p>The unique identifier of the machine learning transform.</p>
@@ -515,24 +383,12 @@ export interface StartImportLabelsTaskRunRequest {
515
383
  */
516
384
  ReplaceAllLabels?: boolean;
517
385
  }
518
- export declare namespace StartImportLabelsTaskRunRequest {
519
- /**
520
- * @internal
521
- */
522
- const filterSensitiveLog: (obj: StartImportLabelsTaskRunRequest) => any;
523
- }
524
386
  export interface StartImportLabelsTaskRunResponse {
525
387
  /**
526
388
  * <p>The unique identifier for the task run.</p>
527
389
  */
528
390
  TaskRunId?: string;
529
391
  }
530
- export declare namespace StartImportLabelsTaskRunResponse {
531
- /**
532
- * @internal
533
- */
534
- const filterSensitiveLog: (obj: StartImportLabelsTaskRunResponse) => any;
535
- }
536
392
  export interface StartJobRunRequest {
537
393
  /**
538
394
  * <p>The name of the job definition to use.</p>
@@ -568,8 +424,9 @@ export interface StartJobRunRequest {
568
424
  AllocatedCapacity?: number;
569
425
  /**
570
426
  * <p>The <code>JobRun</code> timeout in minutes. This is the maximum time that a job run can
571
- * consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default
572
- * is 2,880 minutes (48 hours). This overrides the timeout value set in the parent job.</p>
427
+ * consume resources before it is terminated and enters <code>TIMEOUT</code> status. This value overrides the timeout value set in the parent job.</p>
428
+ *
429
+ * <p>Streaming jobs do not have a timeout. The default for non-streaming jobs is 2,880 minutes (48 hours).</p>
573
430
  */
574
431
  Timeout?: number;
575
432
  /**
@@ -625,24 +482,12 @@ export interface StartJobRunRequest {
625
482
  */
626
483
  NumberOfWorkers?: number;
627
484
  }
628
- export declare namespace StartJobRunRequest {
629
- /**
630
- * @internal
631
- */
632
- const filterSensitiveLog: (obj: StartJobRunRequest) => any;
633
- }
634
485
  export interface StartJobRunResponse {
635
486
  /**
636
487
  * <p>The ID assigned to this job run.</p>
637
488
  */
638
489
  JobRunId?: string;
639
490
  }
640
- export declare namespace StartJobRunResponse {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: StartJobRunResponse) => any;
645
- }
646
491
  /**
647
492
  * <p>The machine learning transform is not ready to run.</p>
648
493
  */
@@ -664,24 +509,12 @@ export interface StartMLEvaluationTaskRunRequest {
664
509
  */
665
510
  TransformId: string | undefined;
666
511
  }
667
- export declare namespace StartMLEvaluationTaskRunRequest {
668
- /**
669
- * @internal
670
- */
671
- const filterSensitiveLog: (obj: StartMLEvaluationTaskRunRequest) => any;
672
- }
673
512
  export interface StartMLEvaluationTaskRunResponse {
674
513
  /**
675
514
  * <p>The unique identifier associated with this run.</p>
676
515
  */
677
516
  TaskRunId?: string;
678
517
  }
679
- export declare namespace StartMLEvaluationTaskRunResponse {
680
- /**
681
- * @internal
682
- */
683
- const filterSensitiveLog: (obj: StartMLEvaluationTaskRunResponse) => any;
684
- }
685
518
  export interface StartMLLabelingSetGenerationTaskRunRequest {
686
519
  /**
687
520
  * <p>The unique identifier of the machine learning transform.</p>
@@ -693,48 +526,24 @@ export interface StartMLLabelingSetGenerationTaskRunRequest {
693
526
  */
694
527
  OutputS3Path: string | undefined;
695
528
  }
696
- export declare namespace StartMLLabelingSetGenerationTaskRunRequest {
697
- /**
698
- * @internal
699
- */
700
- const filterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunRequest) => any;
701
- }
702
529
  export interface StartMLLabelingSetGenerationTaskRunResponse {
703
530
  /**
704
531
  * <p>The unique run identifier that is associated with this task run.</p>
705
532
  */
706
533
  TaskRunId?: string;
707
534
  }
708
- export declare namespace StartMLLabelingSetGenerationTaskRunResponse {
709
- /**
710
- * @internal
711
- */
712
- const filterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunResponse) => any;
713
- }
714
535
  export interface StartTriggerRequest {
715
536
  /**
716
537
  * <p>The name of the trigger to start.</p>
717
538
  */
718
539
  Name: string | undefined;
719
540
  }
720
- export declare namespace StartTriggerRequest {
721
- /**
722
- * @internal
723
- */
724
- const filterSensitiveLog: (obj: StartTriggerRequest) => any;
725
- }
726
541
  export interface StartTriggerResponse {
727
542
  /**
728
543
  * <p>The name of the trigger that was started.</p>
729
544
  */
730
545
  Name?: string;
731
546
  }
732
- export declare namespace StartTriggerResponse {
733
- /**
734
- * @internal
735
- */
736
- const filterSensitiveLog: (obj: StartTriggerResponse) => any;
737
- }
738
547
  export interface StartWorkflowRunRequest {
739
548
  /**
740
549
  * <p>The name of the workflow to start.</p>
@@ -745,24 +554,12 @@ export interface StartWorkflowRunRequest {
745
554
  */
746
555
  RunProperties?: Record<string, string>;
747
556
  }
748
- export declare namespace StartWorkflowRunRequest {
749
- /**
750
- * @internal
751
- */
752
- const filterSensitiveLog: (obj: StartWorkflowRunRequest) => any;
753
- }
754
557
  export interface StartWorkflowRunResponse {
755
558
  /**
756
559
  * <p>An Id for the new run.</p>
757
560
  */
758
561
  RunId?: string;
759
562
  }
760
- export declare namespace StartWorkflowRunResponse {
761
- /**
762
- * @internal
763
- */
764
- const filterSensitiveLog: (obj: StartWorkflowRunResponse) => any;
765
- }
766
563
  /**
767
564
  * <p>The specified crawler is not running.</p>
768
565
  */
@@ -799,20 +596,8 @@ export interface StopCrawlerRequest {
799
596
  */
800
597
  Name: string | undefined;
801
598
  }
802
- export declare namespace StopCrawlerRequest {
803
- /**
804
- * @internal
805
- */
806
- const filterSensitiveLog: (obj: StopCrawlerRequest) => any;
807
- }
808
599
  export interface StopCrawlerResponse {
809
600
  }
810
- export declare namespace StopCrawlerResponse {
811
- /**
812
- * @internal
813
- */
814
- const filterSensitiveLog: (obj: StopCrawlerResponse) => any;
815
- }
816
601
  /**
817
602
  * <p>The specified scheduler is not running.</p>
818
603
  */
@@ -834,20 +619,8 @@ export interface StopCrawlerScheduleRequest {
834
619
  */
835
620
  CrawlerName: string | undefined;
836
621
  }
837
- export declare namespace StopCrawlerScheduleRequest {
838
- /**
839
- * @internal
840
- */
841
- const filterSensitiveLog: (obj: StopCrawlerScheduleRequest) => any;
842
- }
843
622
  export interface StopCrawlerScheduleResponse {
844
623
  }
845
- export declare namespace StopCrawlerScheduleResponse {
846
- /**
847
- * @internal
848
- */
849
- const filterSensitiveLog: (obj: StopCrawlerScheduleResponse) => any;
850
- }
851
624
  export interface StopSessionRequest {
852
625
  /**
853
626
  * <p>The ID of the session to be stopped.</p>
@@ -858,48 +631,24 @@ export interface StopSessionRequest {
858
631
  */
859
632
  RequestOrigin?: string;
860
633
  }
861
- export declare namespace StopSessionRequest {
862
- /**
863
- * @internal
864
- */
865
- const filterSensitiveLog: (obj: StopSessionRequest) => any;
866
- }
867
634
  export interface StopSessionResponse {
868
635
  /**
869
636
  * <p>Returns the Id of the stopped session.</p>
870
637
  */
871
638
  Id?: string;
872
639
  }
873
- export declare namespace StopSessionResponse {
874
- /**
875
- * @internal
876
- */
877
- const filterSensitiveLog: (obj: StopSessionResponse) => any;
878
- }
879
640
  export interface StopTriggerRequest {
880
641
  /**
881
642
  * <p>The name of the trigger to stop.</p>
882
643
  */
883
644
  Name: string | undefined;
884
645
  }
885
- export declare namespace StopTriggerRequest {
886
- /**
887
- * @internal
888
- */
889
- const filterSensitiveLog: (obj: StopTriggerRequest) => any;
890
- }
891
646
  export interface StopTriggerResponse {
892
647
  /**
893
648
  * <p>The name of the trigger that was stopped.</p>
894
649
  */
895
650
  Name?: string;
896
651
  }
897
- export declare namespace StopTriggerResponse {
898
- /**
899
- * @internal
900
- */
901
- const filterSensitiveLog: (obj: StopTriggerResponse) => any;
902
- }
903
652
  export interface StopWorkflowRunRequest {
904
653
  /**
905
654
  * <p>The name of the workflow to stop.</p>
@@ -910,20 +659,8 @@ export interface StopWorkflowRunRequest {
910
659
  */
911
660
  RunId: string | undefined;
912
661
  }
913
- export declare namespace StopWorkflowRunRequest {
914
- /**
915
- * @internal
916
- */
917
- const filterSensitiveLog: (obj: StopWorkflowRunRequest) => any;
918
- }
919
662
  export interface StopWorkflowRunResponse {
920
663
  }
921
- export declare namespace StopWorkflowRunResponse {
922
- /**
923
- * @internal
924
- */
925
- const filterSensitiveLog: (obj: StopWorkflowRunResponse) => any;
926
- }
927
664
  export interface TagResourceRequest {
928
665
  /**
929
666
  * <p>The ARN of the Glue resource to which to add the tags. For more
@@ -935,20 +672,8 @@ export interface TagResourceRequest {
935
672
  */
936
673
  TagsToAdd: Record<string, string> | undefined;
937
674
  }
938
- export declare namespace TagResourceRequest {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
943
- }
944
675
  export interface TagResourceResponse {
945
676
  }
946
- export declare namespace TagResourceResponse {
947
- /**
948
- * @internal
949
- */
950
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
951
- }
952
677
  export interface UntagResourceRequest {
953
678
  /**
954
679
  * <p>The Amazon Resource Name (ARN) of the resource from which to remove the tags.</p>
@@ -959,20 +684,8 @@ export interface UntagResourceRequest {
959
684
  */
960
685
  TagsToRemove: string[] | undefined;
961
686
  }
962
- export declare namespace UntagResourceRequest {
963
- /**
964
- * @internal
965
- */
966
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
967
- }
968
687
  export interface UntagResourceResponse {
969
688
  }
970
- export declare namespace UntagResourceResponse {
971
- /**
972
- * @internal
973
- */
974
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
975
- }
976
689
  export interface UpdateBlueprintRequest {
977
690
  /**
978
691
  * <p>The name of the blueprint.</p>
@@ -987,24 +700,12 @@ export interface UpdateBlueprintRequest {
987
700
  */
988
701
  BlueprintLocation: string | undefined;
989
702
  }
990
- export declare namespace UpdateBlueprintRequest {
991
- /**
992
- * @internal
993
- */
994
- const filterSensitiveLog: (obj: UpdateBlueprintRequest) => any;
995
- }
996
703
  export interface UpdateBlueprintResponse {
997
704
  /**
998
705
  * <p>Returns the name of the blueprint that was updated.</p>
999
706
  */
1000
707
  Name?: string;
1001
708
  }
1002
- export declare namespace UpdateBlueprintResponse {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: UpdateBlueprintResponse) => any;
1007
- }
1008
709
  /**
1009
710
  * <p>Specifies a custom CSV classifier to be updated.</p>
1010
711
  */
@@ -1039,12 +740,6 @@ export interface UpdateCsvClassifierRequest {
1039
740
  */
1040
741
  AllowSingleColumn?: boolean;
1041
742
  }
1042
- export declare namespace UpdateCsvClassifierRequest {
1043
- /**
1044
- * @internal
1045
- */
1046
- const filterSensitiveLog: (obj: UpdateCsvClassifierRequest) => any;
1047
- }
1048
743
  /**
1049
744
  * <p>Specifies a grok classifier to update when passed to
1050
745
  * <code>UpdateClassifier</code>.</p>
@@ -1068,12 +763,6 @@ export interface UpdateGrokClassifierRequest {
1068
763
  */
1069
764
  CustomPatterns?: string;
1070
765
  }
1071
- export declare namespace UpdateGrokClassifierRequest {
1072
- /**
1073
- * @internal
1074
- */
1075
- const filterSensitiveLog: (obj: UpdateGrokClassifierRequest) => any;
1076
- }
1077
766
  /**
1078
767
  * <p>Specifies a JSON classifier to be updated.</p>
1079
768
  */
@@ -1088,12 +777,6 @@ export interface UpdateJsonClassifierRequest {
1088
777
  */
1089
778
  JsonPath?: string;
1090
779
  }
1091
- export declare namespace UpdateJsonClassifierRequest {
1092
- /**
1093
- * @internal
1094
- */
1095
- const filterSensitiveLog: (obj: UpdateJsonClassifierRequest) => any;
1096
- }
1097
780
  /**
1098
781
  * <p>Specifies an XML classifier to be updated.</p>
1099
782
  */
@@ -1115,12 +798,6 @@ export interface UpdateXMLClassifierRequest {
1115
798
  */
1116
799
  RowTag?: string;
1117
800
  }
1118
- export declare namespace UpdateXMLClassifierRequest {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: UpdateXMLClassifierRequest) => any;
1123
- }
1124
801
  export interface UpdateClassifierRequest {
1125
802
  /**
1126
803
  * <p>A <code>GrokClassifier</code> object with updated fields.</p>
@@ -1139,20 +816,8 @@ export interface UpdateClassifierRequest {
1139
816
  */
1140
817
  CsvClassifier?: UpdateCsvClassifierRequest;
1141
818
  }
1142
- export declare namespace UpdateClassifierRequest {
1143
- /**
1144
- * @internal
1145
- */
1146
- const filterSensitiveLog: (obj: UpdateClassifierRequest) => any;
1147
- }
1148
819
  export interface UpdateClassifierResponse {
1149
820
  }
1150
- export declare namespace UpdateClassifierResponse {
1151
- /**
1152
- * @internal
1153
- */
1154
- const filterSensitiveLog: (obj: UpdateClassifierResponse) => any;
1155
- }
1156
821
  /**
1157
822
  * <p>There was a version conflict.</p>
1158
823
  */
@@ -1191,12 +856,6 @@ export interface UpdateColumnStatisticsForPartitionRequest {
1191
856
  */
1192
857
  ColumnStatisticsList: ColumnStatistics[] | undefined;
1193
858
  }
1194
- export declare namespace UpdateColumnStatisticsForPartitionRequest {
1195
- /**
1196
- * @internal
1197
- */
1198
- const filterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionRequest) => any;
1199
- }
1200
859
  /**
1201
860
  * <p>Encapsulates a <code>ColumnStatistics</code> object that failed and the reason for failure.</p>
1202
861
  */
@@ -1210,24 +869,12 @@ export interface ColumnStatisticsError {
1210
869
  */
1211
870
  Error?: ErrorDetail;
1212
871
  }
1213
- export declare namespace ColumnStatisticsError {
1214
- /**
1215
- * @internal
1216
- */
1217
- const filterSensitiveLog: (obj: ColumnStatisticsError) => any;
1218
- }
1219
872
  export interface UpdateColumnStatisticsForPartitionResponse {
1220
873
  /**
1221
874
  * <p>Error occurred during updating column statistics data.</p>
1222
875
  */
1223
876
  Errors?: ColumnStatisticsError[];
1224
877
  }
1225
- export declare namespace UpdateColumnStatisticsForPartitionResponse {
1226
- /**
1227
- * @internal
1228
- */
1229
- const filterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionResponse) => any;
1230
- }
1231
878
  export interface UpdateColumnStatisticsForTableRequest {
1232
879
  /**
1233
880
  * <p>The ID of the Data Catalog where the partitions in question reside.
@@ -1247,24 +894,12 @@ export interface UpdateColumnStatisticsForTableRequest {
1247
894
  */
1248
895
  ColumnStatisticsList: ColumnStatistics[] | undefined;
1249
896
  }
1250
- export declare namespace UpdateColumnStatisticsForTableRequest {
1251
- /**
1252
- * @internal
1253
- */
1254
- const filterSensitiveLog: (obj: UpdateColumnStatisticsForTableRequest) => any;
1255
- }
1256
897
  export interface UpdateColumnStatisticsForTableResponse {
1257
898
  /**
1258
899
  * <p>List of ColumnStatisticsErrors.</p>
1259
900
  */
1260
901
  Errors?: ColumnStatisticsError[];
1261
902
  }
1262
- export declare namespace UpdateColumnStatisticsForTableResponse {
1263
- /**
1264
- * @internal
1265
- */
1266
- const filterSensitiveLog: (obj: UpdateColumnStatisticsForTableResponse) => any;
1267
- }
1268
903
  export interface UpdateConnectionRequest {
1269
904
  /**
1270
905
  * <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
@@ -1281,20 +916,8 @@ export interface UpdateConnectionRequest {
1281
916
  */
1282
917
  ConnectionInput: ConnectionInput | undefined;
1283
918
  }
1284
- export declare namespace UpdateConnectionRequest {
1285
- /**
1286
- * @internal
1287
- */
1288
- const filterSensitiveLog: (obj: UpdateConnectionRequest) => any;
1289
- }
1290
919
  export interface UpdateConnectionResponse {
1291
920
  }
1292
- export declare namespace UpdateConnectionResponse {
1293
- /**
1294
- * @internal
1295
- */
1296
- const filterSensitiveLog: (obj: UpdateConnectionResponse) => any;
1297
- }
1298
921
  export interface UpdateCrawlerRequest {
1299
922
  /**
1300
923
  * <p>Name of the new crawler.</p>
@@ -1363,21 +986,9 @@ export interface UpdateCrawlerRequest {
1363
986
  */
1364
987
  CrawlerSecurityConfiguration?: string;
1365
988
  }
1366
- export declare namespace UpdateCrawlerRequest {
1367
- /**
1368
- * @internal
1369
- */
1370
- const filterSensitiveLog: (obj: UpdateCrawlerRequest) => any;
1371
- }
1372
- export interface UpdateCrawlerResponse {
1373
- }
1374
- export declare namespace UpdateCrawlerResponse {
1375
- /**
1376
- * @internal
1377
- */
1378
- const filterSensitiveLog: (obj: UpdateCrawlerResponse) => any;
1379
- }
1380
- export interface UpdateCrawlerScheduleRequest {
989
+ export interface UpdateCrawlerResponse {
990
+ }
991
+ export interface UpdateCrawlerScheduleRequest {
1381
992
  /**
1382
993
  * <p>The name of the crawler whose schedule to update.</p>
1383
994
  */
@@ -1389,20 +1000,8 @@ export interface UpdateCrawlerScheduleRequest {
1389
1000
  */
1390
1001
  Schedule?: string;
1391
1002
  }
1392
- export declare namespace UpdateCrawlerScheduleRequest {
1393
- /**
1394
- * @internal
1395
- */
1396
- const filterSensitiveLog: (obj: UpdateCrawlerScheduleRequest) => any;
1397
- }
1398
1003
  export interface UpdateCrawlerScheduleResponse {
1399
1004
  }
1400
- export declare namespace UpdateCrawlerScheduleResponse {
1401
- /**
1402
- * @internal
1403
- */
1404
- const filterSensitiveLog: (obj: UpdateCrawlerScheduleResponse) => any;
1405
- }
1406
1005
  export interface UpdateDatabaseRequest {
1407
1006
  /**
1408
1007
  * <p>The ID of the Data Catalog in which the metadata database resides. If none is provided,
@@ -1420,20 +1019,8 @@ export interface UpdateDatabaseRequest {
1420
1019
  */
1421
1020
  DatabaseInput: DatabaseInput | undefined;
1422
1021
  }
1423
- export declare namespace UpdateDatabaseRequest {
1424
- /**
1425
- * @internal
1426
- */
1427
- const filterSensitiveLog: (obj: UpdateDatabaseRequest) => any;
1428
- }
1429
1022
  export interface UpdateDatabaseResponse {
1430
1023
  }
1431
- export declare namespace UpdateDatabaseResponse {
1432
- /**
1433
- * @internal
1434
- */
1435
- const filterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
1436
- }
1437
1024
  /**
1438
1025
  * <p>Custom libraries to be loaded into a development endpoint.</p>
1439
1026
  */
@@ -1458,12 +1045,6 @@ export interface DevEndpointCustomLibraries {
1458
1045
  */
1459
1046
  ExtraJarsS3Path?: string;
1460
1047
  }
1461
- export declare namespace DevEndpointCustomLibraries {
1462
- /**
1463
- * @internal
1464
- */
1465
- const filterSensitiveLog: (obj: DevEndpointCustomLibraries) => any;
1466
- }
1467
1048
  export interface UpdateDevEndpointRequest {
1468
1049
  /**
1469
1050
  * <p>The name of the <code>DevEndpoint</code> to be updated.</p>
@@ -1513,32 +1094,14 @@ export interface UpdateDevEndpointRequest {
1513
1094
  */
1514
1095
  AddArguments?: Record<string, string>;
1515
1096
  }
1516
- export declare namespace UpdateDevEndpointRequest {
1517
- /**
1518
- * @internal
1519
- */
1520
- const filterSensitiveLog: (obj: UpdateDevEndpointRequest) => any;
1521
- }
1522
1097
  export interface UpdateDevEndpointResponse {
1523
1098
  }
1524
- export declare namespace UpdateDevEndpointResponse {
1525
- /**
1526
- * @internal
1527
- */
1528
- const filterSensitiveLog: (obj: UpdateDevEndpointResponse) => any;
1529
- }
1530
1099
  export interface UpdateJobResponse {
1531
1100
  /**
1532
1101
  * <p>Returns the name of the updated job definition.</p>
1533
1102
  */
1534
1103
  JobName?: string;
1535
1104
  }
1536
- export declare namespace UpdateJobResponse {
1537
- /**
1538
- * @internal
1539
- */
1540
- const filterSensitiveLog: (obj: UpdateJobResponse) => any;
1541
- }
1542
1105
  export interface UpdateMLTransformRequest {
1543
1106
  /**
1544
1107
  * <p>A unique identifier that was generated when the transform was created.</p>
@@ -1603,24 +1166,12 @@ export interface UpdateMLTransformRequest {
1603
1166
  */
1604
1167
  MaxRetries?: number;
1605
1168
  }
1606
- export declare namespace UpdateMLTransformRequest {
1607
- /**
1608
- * @internal
1609
- */
1610
- const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
1611
- }
1612
1169
  export interface UpdateMLTransformResponse {
1613
1170
  /**
1614
1171
  * <p>The unique identifier for the transform that was updated.</p>
1615
1172
  */
1616
1173
  TransformId?: string;
1617
1174
  }
1618
- export declare namespace UpdateMLTransformResponse {
1619
- /**
1620
- * @internal
1621
- */
1622
- const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
1623
- }
1624
1175
  export interface UpdatePartitionRequest {
1625
1176
  /**
1626
1177
  * <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
@@ -1647,20 +1198,8 @@ export interface UpdatePartitionRequest {
1647
1198
  */
1648
1199
  PartitionInput: PartitionInput | undefined;
1649
1200
  }
1650
- export declare namespace UpdatePartitionRequest {
1651
- /**
1652
- * @internal
1653
- */
1654
- const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
1655
- }
1656
1201
  export interface UpdatePartitionResponse {
1657
1202
  }
1658
- export declare namespace UpdatePartitionResponse {
1659
- /**
1660
- * @internal
1661
- */
1662
- const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
1663
- }
1664
1203
  export interface UpdateRegistryInput {
1665
1204
  /**
1666
1205
  * <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
@@ -1671,12 +1210,6 @@ export interface UpdateRegistryInput {
1671
1210
  */
1672
1211
  Description: string | undefined;
1673
1212
  }
1674
- export declare namespace UpdateRegistryInput {
1675
- /**
1676
- * @internal
1677
- */
1678
- const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
1679
- }
1680
1213
  export interface UpdateRegistryResponse {
1681
1214
  /**
1682
1215
  * <p>The name of the updated registry.</p>
@@ -1687,12 +1220,6 @@ export interface UpdateRegistryResponse {
1687
1220
  */
1688
1221
  RegistryArn?: string;
1689
1222
  }
1690
- export declare namespace UpdateRegistryResponse {
1691
- /**
1692
- * @internal
1693
- */
1694
- const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
1695
- }
1696
1223
  export interface UpdateSchemaInput {
1697
1224
  /**
1698
1225
  * <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
@@ -1719,12 +1246,6 @@ export interface UpdateSchemaInput {
1719
1246
  */
1720
1247
  Description?: string;
1721
1248
  }
1722
- export declare namespace UpdateSchemaInput {
1723
- /**
1724
- * @internal
1725
- */
1726
- const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
1727
- }
1728
1249
  export interface UpdateSchemaResponse {
1729
1250
  /**
1730
1251
  * <p>The Amazon Resource Name (ARN) of the schema.</p>
@@ -1739,12 +1260,6 @@ export interface UpdateSchemaResponse {
1739
1260
  */
1740
1261
  RegistryName?: string;
1741
1262
  }
1742
- export declare namespace UpdateSchemaResponse {
1743
- /**
1744
- * @internal
1745
- */
1746
- const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
1747
- }
1748
1263
  export interface UpdateTableRequest {
1749
1264
  /**
1750
1265
  * <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
@@ -1776,20 +1291,8 @@ export interface UpdateTableRequest {
1776
1291
  */
1777
1292
  VersionId?: string;
1778
1293
  }
1779
- export declare namespace UpdateTableRequest {
1780
- /**
1781
- * @internal
1782
- */
1783
- const filterSensitiveLog: (obj: UpdateTableRequest) => any;
1784
- }
1785
1294
  export interface UpdateTableResponse {
1786
1295
  }
1787
- export declare namespace UpdateTableResponse {
1788
- /**
1789
- * @internal
1790
- */
1791
- const filterSensitiveLog: (obj: UpdateTableResponse) => any;
1792
- }
1793
1296
  /**
1794
1297
  * <p>A structure used to provide information used to update a trigger. This object updates the
1795
1298
  * previous trigger definition by overwriting it completely.</p>
@@ -1824,12 +1327,6 @@ export interface TriggerUpdate {
1824
1327
  */
1825
1328
  EventBatchingCondition?: EventBatchingCondition;
1826
1329
  }
1827
- export declare namespace TriggerUpdate {
1828
- /**
1829
- * @internal
1830
- */
1831
- const filterSensitiveLog: (obj: TriggerUpdate) => any;
1832
- }
1833
1330
  export interface UpdateTriggerRequest {
1834
1331
  /**
1835
1332
  * <p>The name of the trigger to update.</p>
@@ -1840,24 +1337,12 @@ export interface UpdateTriggerRequest {
1840
1337
  */
1841
1338
  TriggerUpdate: TriggerUpdate | undefined;
1842
1339
  }
1843
- export declare namespace UpdateTriggerRequest {
1844
- /**
1845
- * @internal
1846
- */
1847
- const filterSensitiveLog: (obj: UpdateTriggerRequest) => any;
1848
- }
1849
1340
  export interface UpdateTriggerResponse {
1850
1341
  /**
1851
1342
  * <p>The resulting trigger definition.</p>
1852
1343
  */
1853
1344
  Trigger?: Trigger;
1854
1345
  }
1855
- export declare namespace UpdateTriggerResponse {
1856
- /**
1857
- * @internal
1858
- */
1859
- const filterSensitiveLog: (obj: UpdateTriggerResponse) => any;
1860
- }
1861
1346
  export interface UpdateUserDefinedFunctionRequest {
1862
1347
  /**
1863
1348
  * <p>The ID of the Data Catalog where the function to be updated is located. If none is
@@ -1879,20 +1364,8 @@ export interface UpdateUserDefinedFunctionRequest {
1879
1364
  */
1880
1365
  FunctionInput: UserDefinedFunctionInput | undefined;
1881
1366
  }
1882
- export declare namespace UpdateUserDefinedFunctionRequest {
1883
- /**
1884
- * @internal
1885
- */
1886
- const filterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
1887
- }
1888
1367
  export interface UpdateUserDefinedFunctionResponse {
1889
1368
  }
1890
- export declare namespace UpdateUserDefinedFunctionResponse {
1891
- /**
1892
- * @internal
1893
- */
1894
- const filterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
1895
- }
1896
1369
  export interface UpdateWorkflowRequest {
1897
1370
  /**
1898
1371
  * <p>Name of the workflow to be updated.</p>
@@ -1911,24 +1384,12 @@ export interface UpdateWorkflowRequest {
1911
1384
  */
1912
1385
  MaxConcurrentRuns?: number;
1913
1386
  }
1914
- export declare namespace UpdateWorkflowRequest {
1915
- /**
1916
- * @internal
1917
- */
1918
- const filterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
1919
- }
1920
1387
  export interface UpdateWorkflowResponse {
1921
1388
  /**
1922
1389
  * <p>The name of the workflow which was specified in input.</p>
1923
1390
  */
1924
1391
  Name?: string;
1925
1392
  }
1926
- export declare namespace UpdateWorkflowResponse {
1927
- /**
1928
- * @internal
1929
- */
1930
- const filterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
1931
- }
1932
1393
  /**
1933
1394
  * <p>Specifies the mapping of data property keys.</p>
1934
1395
  */
@@ -1992,12 +1453,6 @@ export interface Mapping {
1992
1453
  */
1993
1454
  Children?: Mapping[];
1994
1455
  }
1995
- export declare namespace Mapping {
1996
- /**
1997
- * @internal
1998
- */
1999
- const filterSensitiveLog: (obj: Mapping) => any;
2000
- }
2001
1456
  /**
2002
1457
  * <p>Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.</p>
2003
1458
  */
@@ -2015,12 +1470,6 @@ export interface ApplyMapping {
2015
1470
  */
2016
1471
  Mapping: Mapping[] | undefined;
2017
1472
  }
2018
- export declare namespace ApplyMapping {
2019
- /**
2020
- * @internal
2021
- */
2022
- const filterSensitiveLog: (obj: ApplyMapping) => any;
2023
- }
2024
1473
  /**
2025
1474
  * <p>
2026
1475
  * <code>CodeGenConfigurationNode</code> enumerates all valid Node types. One and only one of its member variables can be populated.</p>
@@ -2228,12 +1677,6 @@ export interface CodeGenConfigurationNode {
2228
1677
  */
2229
1678
  PostgreSQLCatalogTarget?: PostgreSQLCatalogTarget;
2230
1679
  }
2231
- export declare namespace CodeGenConfigurationNode {
2232
- /**
2233
- * @internal
2234
- */
2235
- const filterSensitiveLog: (obj: CodeGenConfigurationNode) => any;
2236
- }
2237
1680
  export interface CreateJobRequest {
2238
1681
  /**
2239
1682
  * <p>The name you assign to this job definition. It must be unique in your account.</p>
@@ -2375,12 +1818,6 @@ export interface CreateJobRequest {
2375
1818
  */
2376
1819
  CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
2377
1820
  }
2378
- export declare namespace CreateJobRequest {
2379
- /**
2380
- * @internal
2381
- */
2382
- const filterSensitiveLog: (obj: CreateJobRequest) => any;
2383
- }
2384
1821
  /**
2385
1822
  * <p>Specifies a job definition.</p>
2386
1823
  */
@@ -2526,12 +1963,6 @@ export interface Job {
2526
1963
  */
2527
1964
  CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
2528
1965
  }
2529
- export declare namespace Job {
2530
- /**
2531
- * @internal
2532
- */
2533
- const filterSensitiveLog: (obj: Job) => any;
2534
- }
2535
1966
  /**
2536
1967
  * <p>Specifies information used to update an existing job definition. The previous job
2537
1968
  * definition is completely overwritten by this information.</p>
@@ -2662,24 +2093,12 @@ export interface JobUpdate {
2662
2093
  */
2663
2094
  CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
2664
2095
  }
2665
- export declare namespace JobUpdate {
2666
- /**
2667
- * @internal
2668
- */
2669
- const filterSensitiveLog: (obj: JobUpdate) => any;
2670
- }
2671
2096
  export interface GetJobResponse {
2672
2097
  /**
2673
2098
  * <p>The requested job definition.</p>
2674
2099
  */
2675
2100
  Job?: Job;
2676
2101
  }
2677
- export declare namespace GetJobResponse {
2678
- /**
2679
- * @internal
2680
- */
2681
- const filterSensitiveLog: (obj: GetJobResponse) => any;
2682
- }
2683
2102
  export interface UpdateJobRequest {
2684
2103
  /**
2685
2104
  * <p>The name of the job definition to update.</p>
@@ -2690,12 +2109,6 @@ export interface UpdateJobRequest {
2690
2109
  */
2691
2110
  JobUpdate: JobUpdate | undefined;
2692
2111
  }
2693
- export declare namespace UpdateJobRequest {
2694
- /**
2695
- * @internal
2696
- */
2697
- const filterSensitiveLog: (obj: UpdateJobRequest) => any;
2698
- }
2699
2112
  export interface BatchGetJobsResponse {
2700
2113
  /**
2701
2114
  * <p>A list of job definitions.</p>
@@ -2706,12 +2119,6 @@ export interface BatchGetJobsResponse {
2706
2119
  */
2707
2120
  JobsNotFound?: string[];
2708
2121
  }
2709
- export declare namespace BatchGetJobsResponse {
2710
- /**
2711
- * @internal
2712
- */
2713
- const filterSensitiveLog: (obj: BatchGetJobsResponse) => any;
2714
- }
2715
2122
  export interface GetJobsResponse {
2716
2123
  /**
2717
2124
  * <p>A list of job definitions.</p>
@@ -2722,9 +2129,403 @@ export interface GetJobsResponse {
2722
2129
  */
2723
2130
  NextToken?: string;
2724
2131
  }
2725
- export declare namespace GetJobsResponse {
2726
- /**
2727
- * @internal
2728
- */
2729
- const filterSensitiveLog: (obj: GetJobsResponse) => any;
2730
- }
2132
+ /**
2133
+ * @internal
2134
+ */
2135
+ export declare const RegisterSchemaVersionInputFilterSensitiveLog: (obj: RegisterSchemaVersionInput) => any;
2136
+ /**
2137
+ * @internal
2138
+ */
2139
+ export declare const RegisterSchemaVersionResponseFilterSensitiveLog: (obj: RegisterSchemaVersionResponse) => any;
2140
+ /**
2141
+ * @internal
2142
+ */
2143
+ export declare const RemoveSchemaVersionMetadataInputFilterSensitiveLog: (obj: RemoveSchemaVersionMetadataInput) => any;
2144
+ /**
2145
+ * @internal
2146
+ */
2147
+ export declare const RemoveSchemaVersionMetadataResponseFilterSensitiveLog: (obj: RemoveSchemaVersionMetadataResponse) => any;
2148
+ /**
2149
+ * @internal
2150
+ */
2151
+ export declare const ResetJobBookmarkRequestFilterSensitiveLog: (obj: ResetJobBookmarkRequest) => any;
2152
+ /**
2153
+ * @internal
2154
+ */
2155
+ export declare const ResetJobBookmarkResponseFilterSensitiveLog: (obj: ResetJobBookmarkResponse) => any;
2156
+ /**
2157
+ * @internal
2158
+ */
2159
+ export declare const ResumeWorkflowRunRequestFilterSensitiveLog: (obj: ResumeWorkflowRunRequest) => any;
2160
+ /**
2161
+ * @internal
2162
+ */
2163
+ export declare const ResumeWorkflowRunResponseFilterSensitiveLog: (obj: ResumeWorkflowRunResponse) => any;
2164
+ /**
2165
+ * @internal
2166
+ */
2167
+ export declare const RunStatementRequestFilterSensitiveLog: (obj: RunStatementRequest) => any;
2168
+ /**
2169
+ * @internal
2170
+ */
2171
+ export declare const RunStatementResponseFilterSensitiveLog: (obj: RunStatementResponse) => any;
2172
+ /**
2173
+ * @internal
2174
+ */
2175
+ export declare const PropertyPredicateFilterSensitiveLog: (obj: PropertyPredicate) => any;
2176
+ /**
2177
+ * @internal
2178
+ */
2179
+ export declare const SortCriterionFilterSensitiveLog: (obj: SortCriterion) => any;
2180
+ /**
2181
+ * @internal
2182
+ */
2183
+ export declare const SearchTablesRequestFilterSensitiveLog: (obj: SearchTablesRequest) => any;
2184
+ /**
2185
+ * @internal
2186
+ */
2187
+ export declare const SearchTablesResponseFilterSensitiveLog: (obj: SearchTablesResponse) => any;
2188
+ /**
2189
+ * @internal
2190
+ */
2191
+ export declare const StartBlueprintRunRequestFilterSensitiveLog: (obj: StartBlueprintRunRequest) => any;
2192
+ /**
2193
+ * @internal
2194
+ */
2195
+ export declare const StartBlueprintRunResponseFilterSensitiveLog: (obj: StartBlueprintRunResponse) => any;
2196
+ /**
2197
+ * @internal
2198
+ */
2199
+ export declare const StartCrawlerRequestFilterSensitiveLog: (obj: StartCrawlerRequest) => any;
2200
+ /**
2201
+ * @internal
2202
+ */
2203
+ export declare const StartCrawlerResponseFilterSensitiveLog: (obj: StartCrawlerResponse) => any;
2204
+ /**
2205
+ * @internal
2206
+ */
2207
+ export declare const StartCrawlerScheduleRequestFilterSensitiveLog: (obj: StartCrawlerScheduleRequest) => any;
2208
+ /**
2209
+ * @internal
2210
+ */
2211
+ export declare const StartCrawlerScheduleResponseFilterSensitiveLog: (obj: StartCrawlerScheduleResponse) => any;
2212
+ /**
2213
+ * @internal
2214
+ */
2215
+ export declare const StartExportLabelsTaskRunRequestFilterSensitiveLog: (obj: StartExportLabelsTaskRunRequest) => any;
2216
+ /**
2217
+ * @internal
2218
+ */
2219
+ export declare const StartExportLabelsTaskRunResponseFilterSensitiveLog: (obj: StartExportLabelsTaskRunResponse) => any;
2220
+ /**
2221
+ * @internal
2222
+ */
2223
+ export declare const StartImportLabelsTaskRunRequestFilterSensitiveLog: (obj: StartImportLabelsTaskRunRequest) => any;
2224
+ /**
2225
+ * @internal
2226
+ */
2227
+ export declare const StartImportLabelsTaskRunResponseFilterSensitiveLog: (obj: StartImportLabelsTaskRunResponse) => any;
2228
+ /**
2229
+ * @internal
2230
+ */
2231
+ export declare const StartJobRunRequestFilterSensitiveLog: (obj: StartJobRunRequest) => any;
2232
+ /**
2233
+ * @internal
2234
+ */
2235
+ export declare const StartJobRunResponseFilterSensitiveLog: (obj: StartJobRunResponse) => any;
2236
+ /**
2237
+ * @internal
2238
+ */
2239
+ export declare const StartMLEvaluationTaskRunRequestFilterSensitiveLog: (obj: StartMLEvaluationTaskRunRequest) => any;
2240
+ /**
2241
+ * @internal
2242
+ */
2243
+ export declare const StartMLEvaluationTaskRunResponseFilterSensitiveLog: (obj: StartMLEvaluationTaskRunResponse) => any;
2244
+ /**
2245
+ * @internal
2246
+ */
2247
+ export declare const StartMLLabelingSetGenerationTaskRunRequestFilterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunRequest) => any;
2248
+ /**
2249
+ * @internal
2250
+ */
2251
+ export declare const StartMLLabelingSetGenerationTaskRunResponseFilterSensitiveLog: (obj: StartMLLabelingSetGenerationTaskRunResponse) => any;
2252
+ /**
2253
+ * @internal
2254
+ */
2255
+ export declare const StartTriggerRequestFilterSensitiveLog: (obj: StartTriggerRequest) => any;
2256
+ /**
2257
+ * @internal
2258
+ */
2259
+ export declare const StartTriggerResponseFilterSensitiveLog: (obj: StartTriggerResponse) => any;
2260
+ /**
2261
+ * @internal
2262
+ */
2263
+ export declare const StartWorkflowRunRequestFilterSensitiveLog: (obj: StartWorkflowRunRequest) => any;
2264
+ /**
2265
+ * @internal
2266
+ */
2267
+ export declare const StartWorkflowRunResponseFilterSensitiveLog: (obj: StartWorkflowRunResponse) => any;
2268
+ /**
2269
+ * @internal
2270
+ */
2271
+ export declare const StopCrawlerRequestFilterSensitiveLog: (obj: StopCrawlerRequest) => any;
2272
+ /**
2273
+ * @internal
2274
+ */
2275
+ export declare const StopCrawlerResponseFilterSensitiveLog: (obj: StopCrawlerResponse) => any;
2276
+ /**
2277
+ * @internal
2278
+ */
2279
+ export declare const StopCrawlerScheduleRequestFilterSensitiveLog: (obj: StopCrawlerScheduleRequest) => any;
2280
+ /**
2281
+ * @internal
2282
+ */
2283
+ export declare const StopCrawlerScheduleResponseFilterSensitiveLog: (obj: StopCrawlerScheduleResponse) => any;
2284
+ /**
2285
+ * @internal
2286
+ */
2287
+ export declare const StopSessionRequestFilterSensitiveLog: (obj: StopSessionRequest) => any;
2288
+ /**
2289
+ * @internal
2290
+ */
2291
+ export declare const StopSessionResponseFilterSensitiveLog: (obj: StopSessionResponse) => any;
2292
+ /**
2293
+ * @internal
2294
+ */
2295
+ export declare const StopTriggerRequestFilterSensitiveLog: (obj: StopTriggerRequest) => any;
2296
+ /**
2297
+ * @internal
2298
+ */
2299
+ export declare const StopTriggerResponseFilterSensitiveLog: (obj: StopTriggerResponse) => any;
2300
+ /**
2301
+ * @internal
2302
+ */
2303
+ export declare const StopWorkflowRunRequestFilterSensitiveLog: (obj: StopWorkflowRunRequest) => any;
2304
+ /**
2305
+ * @internal
2306
+ */
2307
+ export declare const StopWorkflowRunResponseFilterSensitiveLog: (obj: StopWorkflowRunResponse) => any;
2308
+ /**
2309
+ * @internal
2310
+ */
2311
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2312
+ /**
2313
+ * @internal
2314
+ */
2315
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
2316
+ /**
2317
+ * @internal
2318
+ */
2319
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2320
+ /**
2321
+ * @internal
2322
+ */
2323
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
2324
+ /**
2325
+ * @internal
2326
+ */
2327
+ export declare const UpdateBlueprintRequestFilterSensitiveLog: (obj: UpdateBlueprintRequest) => any;
2328
+ /**
2329
+ * @internal
2330
+ */
2331
+ export declare const UpdateBlueprintResponseFilterSensitiveLog: (obj: UpdateBlueprintResponse) => any;
2332
+ /**
2333
+ * @internal
2334
+ */
2335
+ export declare const UpdateCsvClassifierRequestFilterSensitiveLog: (obj: UpdateCsvClassifierRequest) => any;
2336
+ /**
2337
+ * @internal
2338
+ */
2339
+ export declare const UpdateGrokClassifierRequestFilterSensitiveLog: (obj: UpdateGrokClassifierRequest) => any;
2340
+ /**
2341
+ * @internal
2342
+ */
2343
+ export declare const UpdateJsonClassifierRequestFilterSensitiveLog: (obj: UpdateJsonClassifierRequest) => any;
2344
+ /**
2345
+ * @internal
2346
+ */
2347
+ export declare const UpdateXMLClassifierRequestFilterSensitiveLog: (obj: UpdateXMLClassifierRequest) => any;
2348
+ /**
2349
+ * @internal
2350
+ */
2351
+ export declare const UpdateClassifierRequestFilterSensitiveLog: (obj: UpdateClassifierRequest) => any;
2352
+ /**
2353
+ * @internal
2354
+ */
2355
+ export declare const UpdateClassifierResponseFilterSensitiveLog: (obj: UpdateClassifierResponse) => any;
2356
+ /**
2357
+ * @internal
2358
+ */
2359
+ export declare const UpdateColumnStatisticsForPartitionRequestFilterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionRequest) => any;
2360
+ /**
2361
+ * @internal
2362
+ */
2363
+ export declare const ColumnStatisticsErrorFilterSensitiveLog: (obj: ColumnStatisticsError) => any;
2364
+ /**
2365
+ * @internal
2366
+ */
2367
+ export declare const UpdateColumnStatisticsForPartitionResponseFilterSensitiveLog: (obj: UpdateColumnStatisticsForPartitionResponse) => any;
2368
+ /**
2369
+ * @internal
2370
+ */
2371
+ export declare const UpdateColumnStatisticsForTableRequestFilterSensitiveLog: (obj: UpdateColumnStatisticsForTableRequest) => any;
2372
+ /**
2373
+ * @internal
2374
+ */
2375
+ export declare const UpdateColumnStatisticsForTableResponseFilterSensitiveLog: (obj: UpdateColumnStatisticsForTableResponse) => any;
2376
+ /**
2377
+ * @internal
2378
+ */
2379
+ export declare const UpdateConnectionRequestFilterSensitiveLog: (obj: UpdateConnectionRequest) => any;
2380
+ /**
2381
+ * @internal
2382
+ */
2383
+ export declare const UpdateConnectionResponseFilterSensitiveLog: (obj: UpdateConnectionResponse) => any;
2384
+ /**
2385
+ * @internal
2386
+ */
2387
+ export declare const UpdateCrawlerRequestFilterSensitiveLog: (obj: UpdateCrawlerRequest) => any;
2388
+ /**
2389
+ * @internal
2390
+ */
2391
+ export declare const UpdateCrawlerResponseFilterSensitiveLog: (obj: UpdateCrawlerResponse) => any;
2392
+ /**
2393
+ * @internal
2394
+ */
2395
+ export declare const UpdateCrawlerScheduleRequestFilterSensitiveLog: (obj: UpdateCrawlerScheduleRequest) => any;
2396
+ /**
2397
+ * @internal
2398
+ */
2399
+ export declare const UpdateCrawlerScheduleResponseFilterSensitiveLog: (obj: UpdateCrawlerScheduleResponse) => any;
2400
+ /**
2401
+ * @internal
2402
+ */
2403
+ export declare const UpdateDatabaseRequestFilterSensitiveLog: (obj: UpdateDatabaseRequest) => any;
2404
+ /**
2405
+ * @internal
2406
+ */
2407
+ export declare const UpdateDatabaseResponseFilterSensitiveLog: (obj: UpdateDatabaseResponse) => any;
2408
+ /**
2409
+ * @internal
2410
+ */
2411
+ export declare const DevEndpointCustomLibrariesFilterSensitiveLog: (obj: DevEndpointCustomLibraries) => any;
2412
+ /**
2413
+ * @internal
2414
+ */
2415
+ export declare const UpdateDevEndpointRequestFilterSensitiveLog: (obj: UpdateDevEndpointRequest) => any;
2416
+ /**
2417
+ * @internal
2418
+ */
2419
+ export declare const UpdateDevEndpointResponseFilterSensitiveLog: (obj: UpdateDevEndpointResponse) => any;
2420
+ /**
2421
+ * @internal
2422
+ */
2423
+ export declare const UpdateJobResponseFilterSensitiveLog: (obj: UpdateJobResponse) => any;
2424
+ /**
2425
+ * @internal
2426
+ */
2427
+ export declare const UpdateMLTransformRequestFilterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
2428
+ /**
2429
+ * @internal
2430
+ */
2431
+ export declare const UpdateMLTransformResponseFilterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
2432
+ /**
2433
+ * @internal
2434
+ */
2435
+ export declare const UpdatePartitionRequestFilterSensitiveLog: (obj: UpdatePartitionRequest) => any;
2436
+ /**
2437
+ * @internal
2438
+ */
2439
+ export declare const UpdatePartitionResponseFilterSensitiveLog: (obj: UpdatePartitionResponse) => any;
2440
+ /**
2441
+ * @internal
2442
+ */
2443
+ export declare const UpdateRegistryInputFilterSensitiveLog: (obj: UpdateRegistryInput) => any;
2444
+ /**
2445
+ * @internal
2446
+ */
2447
+ export declare const UpdateRegistryResponseFilterSensitiveLog: (obj: UpdateRegistryResponse) => any;
2448
+ /**
2449
+ * @internal
2450
+ */
2451
+ export declare const UpdateSchemaInputFilterSensitiveLog: (obj: UpdateSchemaInput) => any;
2452
+ /**
2453
+ * @internal
2454
+ */
2455
+ export declare const UpdateSchemaResponseFilterSensitiveLog: (obj: UpdateSchemaResponse) => any;
2456
+ /**
2457
+ * @internal
2458
+ */
2459
+ export declare const UpdateTableRequestFilterSensitiveLog: (obj: UpdateTableRequest) => any;
2460
+ /**
2461
+ * @internal
2462
+ */
2463
+ export declare const UpdateTableResponseFilterSensitiveLog: (obj: UpdateTableResponse) => any;
2464
+ /**
2465
+ * @internal
2466
+ */
2467
+ export declare const TriggerUpdateFilterSensitiveLog: (obj: TriggerUpdate) => any;
2468
+ /**
2469
+ * @internal
2470
+ */
2471
+ export declare const UpdateTriggerRequestFilterSensitiveLog: (obj: UpdateTriggerRequest) => any;
2472
+ /**
2473
+ * @internal
2474
+ */
2475
+ export declare const UpdateTriggerResponseFilterSensitiveLog: (obj: UpdateTriggerResponse) => any;
2476
+ /**
2477
+ * @internal
2478
+ */
2479
+ export declare const UpdateUserDefinedFunctionRequestFilterSensitiveLog: (obj: UpdateUserDefinedFunctionRequest) => any;
2480
+ /**
2481
+ * @internal
2482
+ */
2483
+ export declare const UpdateUserDefinedFunctionResponseFilterSensitiveLog: (obj: UpdateUserDefinedFunctionResponse) => any;
2484
+ /**
2485
+ * @internal
2486
+ */
2487
+ export declare const UpdateWorkflowRequestFilterSensitiveLog: (obj: UpdateWorkflowRequest) => any;
2488
+ /**
2489
+ * @internal
2490
+ */
2491
+ export declare const UpdateWorkflowResponseFilterSensitiveLog: (obj: UpdateWorkflowResponse) => any;
2492
+ /**
2493
+ * @internal
2494
+ */
2495
+ export declare const MappingFilterSensitiveLog: (obj: Mapping) => any;
2496
+ /**
2497
+ * @internal
2498
+ */
2499
+ export declare const ApplyMappingFilterSensitiveLog: (obj: ApplyMapping) => any;
2500
+ /**
2501
+ * @internal
2502
+ */
2503
+ export declare const CodeGenConfigurationNodeFilterSensitiveLog: (obj: CodeGenConfigurationNode) => any;
2504
+ /**
2505
+ * @internal
2506
+ */
2507
+ export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
2508
+ /**
2509
+ * @internal
2510
+ */
2511
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
2512
+ /**
2513
+ * @internal
2514
+ */
2515
+ export declare const JobUpdateFilterSensitiveLog: (obj: JobUpdate) => any;
2516
+ /**
2517
+ * @internal
2518
+ */
2519
+ export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
2520
+ /**
2521
+ * @internal
2522
+ */
2523
+ export declare const UpdateJobRequestFilterSensitiveLog: (obj: UpdateJobRequest) => any;
2524
+ /**
2525
+ * @internal
2526
+ */
2527
+ export declare const BatchGetJobsResponseFilterSensitiveLog: (obj: BatchGetJobsResponse) => any;
2528
+ /**
2529
+ * @internal
2530
+ */
2531
+ export declare const GetJobsResponseFilterSensitiveLog: (obj: GetJobsResponse) => any;