@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
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1";
4
+ import { DeleteTableVersionRequestFilterSensitiveLog, DeleteTableVersionResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteTableVersionCommand, serializeAws_json1_1DeleteTableVersionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteTableVersionCommand = (function (_super) {
7
7
  __extends(DeleteTableVersionCommand, _super);
@@ -20,8 +20,8 @@ var DeleteTableVersionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteTableVersionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteTableVersionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteTableVersionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteTableVersionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1";
4
+ import { DeleteTriggerRequestFilterSensitiveLog, DeleteTriggerResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteTriggerCommand, serializeAws_json1_1DeleteTriggerCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteTriggerCommand = (function (_super) {
7
7
  __extends(DeleteTriggerCommand, _super);
@@ -20,8 +20,8 @@ var DeleteTriggerCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteTriggerRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteTriggerResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteTriggerRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteTriggerResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1";
4
+ import { DeleteUserDefinedFunctionRequestFilterSensitiveLog, DeleteUserDefinedFunctionResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteUserDefinedFunctionCommand, serializeAws_json1_1DeleteUserDefinedFunctionCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteUserDefinedFunctionCommand = (function (_super) {
7
7
  __extends(DeleteUserDefinedFunctionCommand, _super);
@@ -20,8 +20,8 @@ var DeleteUserDefinedFunctionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteUserDefinedFunctionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteUserDefinedFunctionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteUserDefinedFunctionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteUserDefinedFunctionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1";
4
+ import { DeleteWorkflowRequestFilterSensitiveLog, DeleteWorkflowResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1DeleteWorkflowCommand, serializeAws_json1_1DeleteWorkflowCommand, } from "../protocols/Aws_json1_1";
6
6
  var DeleteWorkflowCommand = (function (_super) {
7
7
  __extends(DeleteWorkflowCommand, _super);
@@ -20,8 +20,8 @@ var DeleteWorkflowCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: DeleteWorkflowRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: DeleteWorkflowResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: DeleteWorkflowRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: DeleteWorkflowResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1";
4
+ import { GetBlueprintRequestFilterSensitiveLog, GetBlueprintResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetBlueprintCommand, serializeAws_json1_1GetBlueprintCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBlueprintCommand = (function (_super) {
7
7
  __extends(GetBlueprintCommand, _super);
@@ -20,8 +20,8 @@ var GetBlueprintCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBlueprintRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBlueprintResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBlueprintRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBlueprintResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1";
4
+ import { GetBlueprintRunRequestFilterSensitiveLog, GetBlueprintRunResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetBlueprintRunCommand, serializeAws_json1_1GetBlueprintRunCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBlueprintRunCommand = (function (_super) {
7
7
  __extends(GetBlueprintRunCommand, _super);
@@ -20,8 +20,8 @@ var GetBlueprintRunCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBlueprintRunRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBlueprintRunResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBlueprintRunRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBlueprintRunResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1";
4
+ import { GetBlueprintRunsRequestFilterSensitiveLog, GetBlueprintRunsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetBlueprintRunsCommand, serializeAws_json1_1GetBlueprintRunsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetBlueprintRunsCommand = (function (_super) {
7
7
  __extends(GetBlueprintRunsCommand, _super);
@@ -20,8 +20,8 @@ var GetBlueprintRunsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetBlueprintRunsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetBlueprintRunsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetBlueprintRunsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetBlueprintRunsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1";
4
+ import { GetCatalogImportStatusRequestFilterSensitiveLog, GetCatalogImportStatusResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCatalogImportStatusCommand, serializeAws_json1_1GetCatalogImportStatusCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCatalogImportStatusCommand = (function (_super) {
7
7
  __extends(GetCatalogImportStatusCommand, _super);
@@ -20,8 +20,8 @@ var GetCatalogImportStatusCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetCatalogImportStatusRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetCatalogImportStatusResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetCatalogImportStatusRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCatalogImportStatusResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetClassifierRequest, GetClassifierResponse } from "../models/models_1";
4
+ import { GetClassifierRequestFilterSensitiveLog, GetClassifierResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetClassifierCommand, serializeAws_json1_1GetClassifierCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetClassifierCommand = (function (_super) {
7
7
  __extends(GetClassifierCommand, _super);
@@ -20,8 +20,8 @@ var GetClassifierCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetClassifierRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetClassifierResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetClassifierRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetClassifierResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1";
4
+ import { GetClassifiersRequestFilterSensitiveLog, GetClassifiersResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetClassifiersCommand, serializeAws_json1_1GetClassifiersCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetClassifiersCommand = (function (_super) {
7
7
  __extends(GetClassifiersCommand, _super);
@@ -20,8 +20,8 @@ var GetClassifiersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetClassifiersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetClassifiersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetClassifiersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetClassifiersResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_1";
4
+ import { GetColumnStatisticsForPartitionRequestFilterSensitiveLog, GetColumnStatisticsForPartitionResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetColumnStatisticsForPartitionCommand, serializeAws_json1_1GetColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetColumnStatisticsForPartitionCommand = (function (_super) {
7
7
  __extends(GetColumnStatisticsForPartitionCommand, _super);
@@ -20,8 +20,8 @@ var GetColumnStatisticsForPartitionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetColumnStatisticsForPartitionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetColumnStatisticsForPartitionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetColumnStatisticsForPartitionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetColumnStatisticsForPartitionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1";
4
+ import { GetColumnStatisticsForTableRequestFilterSensitiveLog, GetColumnStatisticsForTableResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetColumnStatisticsForTableCommand, serializeAws_json1_1GetColumnStatisticsForTableCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetColumnStatisticsForTableCommand = (function (_super) {
7
7
  __extends(GetColumnStatisticsForTableCommand, _super);
@@ -20,8 +20,8 @@ var GetColumnStatisticsForTableCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetColumnStatisticsForTableRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetColumnStatisticsForTableResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetColumnStatisticsForTableRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetColumnStatisticsForTableResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetConnectionRequest, GetConnectionResponse } from "../models/models_1";
4
+ import { GetConnectionRequestFilterSensitiveLog, GetConnectionResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetConnectionCommand, serializeAws_json1_1GetConnectionCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetConnectionCommand = (function (_super) {
7
7
  __extends(GetConnectionCommand, _super);
@@ -20,8 +20,8 @@ var GetConnectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetConnectionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetConnectionResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetConnectionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetConnectionResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_1";
4
+ import { GetConnectionsRequestFilterSensitiveLog, GetConnectionsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetConnectionsCommand, serializeAws_json1_1GetConnectionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetConnectionsCommand = (function (_super) {
7
7
  __extends(GetConnectionsCommand, _super);
@@ -20,8 +20,8 @@ var GetConnectionsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetConnectionsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetConnectionsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetConnectionsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetConnectionsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1";
4
+ import { GetCrawlerRequestFilterSensitiveLog, GetCrawlerResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCrawlerCommand, serializeAws_json1_1GetCrawlerCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCrawlerCommand = (function (_super) {
7
7
  __extends(GetCrawlerCommand, _super);
@@ -20,8 +20,8 @@ var GetCrawlerCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetCrawlerRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetCrawlerResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetCrawlerRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCrawlerResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_1";
4
+ import { GetCrawlerMetricsRequestFilterSensitiveLog, GetCrawlerMetricsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCrawlerMetricsCommand, serializeAws_json1_1GetCrawlerMetricsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCrawlerMetricsCommand = (function (_super) {
7
7
  __extends(GetCrawlerMetricsCommand, _super);
@@ -20,8 +20,8 @@ var GetCrawlerMetricsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetCrawlerMetricsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetCrawlerMetricsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetCrawlerMetricsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCrawlerMetricsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_1";
4
+ import { GetCrawlersRequestFilterSensitiveLog, GetCrawlersResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCrawlersCommand, serializeAws_json1_1GetCrawlersCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCrawlersCommand = (function (_super) {
7
7
  __extends(GetCrawlersCommand, _super);
@@ -20,8 +20,8 @@ var GetCrawlersCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetCrawlersRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetCrawlersResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetCrawlersRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCrawlersResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetCustomEntityTypeRequest, GetCustomEntityTypeResponse } from "../models/models_1";
4
+ import { GetCustomEntityTypeRequestFilterSensitiveLog, GetCustomEntityTypeResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetCustomEntityTypeCommand, serializeAws_json1_1GetCustomEntityTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetCustomEntityTypeCommand = (function (_super) {
7
7
  __extends(GetCustomEntityTypeCommand, _super);
@@ -20,8 +20,8 @@ var GetCustomEntityTypeCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetCustomEntityTypeRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetCustomEntityTypeResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetCustomEntityTypeRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetCustomEntityTypeResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDataCatalogEncryptionSettingsRequest, GetDataCatalogEncryptionSettingsResponse } from "../models/models_1";
4
+ import { GetDataCatalogEncryptionSettingsRequestFilterSensitiveLog, GetDataCatalogEncryptionSettingsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand, serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDataCatalogEncryptionSettingsCommand = (function (_super) {
7
7
  __extends(GetDataCatalogEncryptionSettingsCommand, _super);
@@ -20,8 +20,8 @@ var GetDataCatalogEncryptionSettingsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDataCatalogEncryptionSettingsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDataCatalogEncryptionSettingsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDataCatalogEncryptionSettingsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDataCatalogEncryptionSettingsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_1";
4
+ import { GetDatabaseRequestFilterSensitiveLog, GetDatabaseResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetDatabaseCommand, serializeAws_json1_1GetDatabaseCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDatabaseCommand = (function (_super) {
7
7
  __extends(GetDatabaseCommand, _super);
@@ -20,8 +20,8 @@ var GetDatabaseCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDatabaseRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDatabaseResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDatabaseRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDatabaseResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDatabasesRequest, GetDatabasesResponse } from "../models/models_1";
4
+ import { GetDatabasesRequestFilterSensitiveLog, GetDatabasesResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetDatabasesCommand, serializeAws_json1_1GetDatabasesCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDatabasesCommand = (function (_super) {
7
7
  __extends(GetDatabasesCommand, _super);
@@ -20,8 +20,8 @@ var GetDatabasesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDatabasesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDatabasesResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDatabasesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDatabasesResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDataflowGraphRequest, GetDataflowGraphResponse } from "../models/models_1";
4
+ import { GetDataflowGraphRequestFilterSensitiveLog, GetDataflowGraphResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetDataflowGraphCommand, serializeAws_json1_1GetDataflowGraphCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDataflowGraphCommand = (function (_super) {
7
7
  __extends(GetDataflowGraphCommand, _super);
@@ -20,8 +20,8 @@ var GetDataflowGraphCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDataflowGraphRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDataflowGraphResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDataflowGraphRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDataflowGraphResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDevEndpointRequest, GetDevEndpointResponse } from "../models/models_1";
4
+ import { GetDevEndpointRequestFilterSensitiveLog, GetDevEndpointResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetDevEndpointCommand, serializeAws_json1_1GetDevEndpointCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDevEndpointCommand = (function (_super) {
7
7
  __extends(GetDevEndpointCommand, _super);
@@ -20,8 +20,8 @@ var GetDevEndpointCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDevEndpointRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDevEndpointResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDevEndpointRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDevEndpointResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetDevEndpointsRequest, GetDevEndpointsResponse } from "../models/models_1";
4
+ import { GetDevEndpointsRequestFilterSensitiveLog, GetDevEndpointsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetDevEndpointsCommand, serializeAws_json1_1GetDevEndpointsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetDevEndpointsCommand = (function (_super) {
7
7
  __extends(GetDevEndpointsCommand, _super);
@@ -20,8 +20,8 @@ var GetDevEndpointsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetDevEndpointsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetDevEndpointsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetDevEndpointsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetDevEndpointsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetJobBookmarkRequest, GetJobBookmarkResponse } from "../models/models_1";
4
+ import { GetJobBookmarkRequestFilterSensitiveLog, GetJobBookmarkResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetJobBookmarkCommand, serializeAws_json1_1GetJobBookmarkCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetJobBookmarkCommand = (function (_super) {
7
7
  __extends(GetJobBookmarkCommand, _super);
@@ -20,8 +20,8 @@ var GetJobBookmarkCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetJobBookmarkRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetJobBookmarkResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetJobBookmarkRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetJobBookmarkResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetJobRequest } from "../models/models_1";
5
- import { GetJobResponse } from "../models/models_2";
4
+ import { GetJobRequestFilterSensitiveLog } from "../models/models_1";
5
+ import { GetJobResponseFilterSensitiveLog } from "../models/models_2";
6
6
  import { deserializeAws_json1_1GetJobCommand, serializeAws_json1_1GetJobCommand } from "../protocols/Aws_json1_1";
7
7
  var GetJobCommand = (function (_super) {
8
8
  __extends(GetJobCommand, _super);
@@ -21,8 +21,8 @@ var GetJobCommand = (function (_super) {
21
21
  logger: logger,
22
22
  clientName: clientName,
23
23
  commandName: commandName,
24
- inputFilterSensitiveLog: GetJobRequest.filterSensitiveLog,
25
- outputFilterSensitiveLog: GetJobResponse.filterSensitiveLog,
24
+ inputFilterSensitiveLog: GetJobRequestFilterSensitiveLog,
25
+ outputFilterSensitiveLog: GetJobResponseFilterSensitiveLog,
26
26
  };
27
27
  var requestHandler = configuration.requestHandler;
28
28
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetJobRunRequest, GetJobRunResponse } from "../models/models_1";
4
+ import { GetJobRunRequestFilterSensitiveLog, GetJobRunResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetJobRunCommand, serializeAws_json1_1GetJobRunCommand } from "../protocols/Aws_json1_1";
6
6
  var GetJobRunCommand = (function (_super) {
7
7
  __extends(GetJobRunCommand, _super);
@@ -20,8 +20,8 @@ var GetJobRunCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetJobRunRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetJobRunResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetJobRunRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetJobRunResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_1";
4
+ import { GetJobRunsRequestFilterSensitiveLog, GetJobRunsResponseFilterSensitiveLog, } from "../models/models_1";
5
5
  import { deserializeAws_json1_1GetJobRunsCommand, serializeAws_json1_1GetJobRunsCommand, } from "../protocols/Aws_json1_1";
6
6
  var GetJobRunsCommand = (function (_super) {
7
7
  __extends(GetJobRunsCommand, _super);
@@ -20,8 +20,8 @@ var GetJobRunsCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: GetJobRunsRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: GetJobRunsResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: GetJobRunsRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: GetJobRunsResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetJobsRequest } from "../models/models_1";
5
- import { GetJobsResponse } from "../models/models_2";
4
+ import { GetJobsRequestFilterSensitiveLog } from "../models/models_1";
5
+ import { GetJobsResponseFilterSensitiveLog } from "../models/models_2";
6
6
  import { deserializeAws_json1_1GetJobsCommand, serializeAws_json1_1GetJobsCommand } from "../protocols/Aws_json1_1";
7
7
  var GetJobsCommand = (function (_super) {
8
8
  __extends(GetJobsCommand, _super);
@@ -21,8 +21,8 @@ var GetJobsCommand = (function (_super) {
21
21
  logger: logger,
22
22
  clientName: clientName,
23
23
  commandName: commandName,
24
- inputFilterSensitiveLog: GetJobsRequest.filterSensitiveLog,
25
- outputFilterSensitiveLog: GetJobsResponse.filterSensitiveLog,
24
+ inputFilterSensitiveLog: GetJobsRequestFilterSensitiveLog,
25
+ outputFilterSensitiveLog: GetJobsResponseFilterSensitiveLog,
26
26
  };
27
27
  var requestHandler = configuration.requestHandler;
28
28
  return stack.resolve(function (request) {