@aws-sdk/client-glue 3.414.0 → 3.421.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 (406) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/BatchCreatePartitionCommand.js +5 -0
  3. package/dist-cjs/commands/BatchDeleteConnectionCommand.js +5 -0
  4. package/dist-cjs/commands/BatchDeletePartitionCommand.js +5 -0
  5. package/dist-cjs/commands/BatchDeleteTableCommand.js +5 -0
  6. package/dist-cjs/commands/BatchDeleteTableVersionCommand.js +5 -0
  7. package/dist-cjs/commands/BatchGetBlueprintsCommand.js +5 -0
  8. package/dist-cjs/commands/BatchGetCrawlersCommand.js +5 -0
  9. package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +5 -0
  10. package/dist-cjs/commands/BatchGetDataQualityResultCommand.js +5 -0
  11. package/dist-cjs/commands/BatchGetDevEndpointsCommand.js +5 -0
  12. package/dist-cjs/commands/BatchGetJobsCommand.js +5 -0
  13. package/dist-cjs/commands/BatchGetPartitionCommand.js +5 -0
  14. package/dist-cjs/commands/BatchGetTriggersCommand.js +5 -0
  15. package/dist-cjs/commands/BatchGetWorkflowsCommand.js +5 -0
  16. package/dist-cjs/commands/BatchStopJobRunCommand.js +5 -0
  17. package/dist-cjs/commands/BatchUpdatePartitionCommand.js +5 -0
  18. package/dist-cjs/commands/CancelDataQualityRuleRecommendationRunCommand.js +5 -0
  19. package/dist-cjs/commands/CancelDataQualityRulesetEvaluationRunCommand.js +5 -0
  20. package/dist-cjs/commands/CancelMLTaskRunCommand.js +5 -0
  21. package/dist-cjs/commands/CancelStatementCommand.js +5 -0
  22. package/dist-cjs/commands/CheckSchemaVersionValidityCommand.js +5 -0
  23. package/dist-cjs/commands/CreateBlueprintCommand.js +5 -0
  24. package/dist-cjs/commands/CreateClassifierCommand.js +5 -0
  25. package/dist-cjs/commands/CreateConnectionCommand.js +5 -0
  26. package/dist-cjs/commands/CreateCrawlerCommand.js +5 -0
  27. package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +5 -0
  28. package/dist-cjs/commands/CreateDataQualityRulesetCommand.js +5 -0
  29. package/dist-cjs/commands/CreateDatabaseCommand.js +5 -0
  30. package/dist-cjs/commands/CreateDevEndpointCommand.js +5 -0
  31. package/dist-cjs/commands/CreateJobCommand.js +5 -0
  32. package/dist-cjs/commands/CreateMLTransformCommand.js +5 -0
  33. package/dist-cjs/commands/CreatePartitionCommand.js +5 -0
  34. package/dist-cjs/commands/CreatePartitionIndexCommand.js +5 -0
  35. package/dist-cjs/commands/CreateRegistryCommand.js +5 -0
  36. package/dist-cjs/commands/CreateSchemaCommand.js +5 -0
  37. package/dist-cjs/commands/CreateScriptCommand.js +5 -0
  38. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +5 -0
  39. package/dist-cjs/commands/CreateSessionCommand.js +5 -0
  40. package/dist-cjs/commands/CreateTableCommand.js +5 -0
  41. package/dist-cjs/commands/CreateTriggerCommand.js +5 -0
  42. package/dist-cjs/commands/CreateUserDefinedFunctionCommand.js +5 -0
  43. package/dist-cjs/commands/CreateWorkflowCommand.js +5 -0
  44. package/dist-cjs/commands/DeleteBlueprintCommand.js +5 -0
  45. package/dist-cjs/commands/DeleteClassifierCommand.js +5 -0
  46. package/dist-cjs/commands/DeleteColumnStatisticsForPartitionCommand.js +5 -0
  47. package/dist-cjs/commands/DeleteColumnStatisticsForTableCommand.js +5 -0
  48. package/dist-cjs/commands/DeleteConnectionCommand.js +5 -0
  49. package/dist-cjs/commands/DeleteCrawlerCommand.js +5 -0
  50. package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +5 -0
  51. package/dist-cjs/commands/DeleteDataQualityRulesetCommand.js +5 -0
  52. package/dist-cjs/commands/DeleteDatabaseCommand.js +5 -0
  53. package/dist-cjs/commands/DeleteDevEndpointCommand.js +5 -0
  54. package/dist-cjs/commands/DeleteJobCommand.js +5 -0
  55. package/dist-cjs/commands/DeleteMLTransformCommand.js +5 -0
  56. package/dist-cjs/commands/DeletePartitionCommand.js +5 -0
  57. package/dist-cjs/commands/DeletePartitionIndexCommand.js +5 -0
  58. package/dist-cjs/commands/DeleteRegistryCommand.js +5 -0
  59. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +5 -0
  60. package/dist-cjs/commands/DeleteSchemaCommand.js +5 -0
  61. package/dist-cjs/commands/DeleteSchemaVersionsCommand.js +5 -0
  62. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +5 -0
  63. package/dist-cjs/commands/DeleteSessionCommand.js +5 -0
  64. package/dist-cjs/commands/DeleteTableCommand.js +5 -0
  65. package/dist-cjs/commands/DeleteTableVersionCommand.js +5 -0
  66. package/dist-cjs/commands/DeleteTriggerCommand.js +5 -0
  67. package/dist-cjs/commands/DeleteUserDefinedFunctionCommand.js +5 -0
  68. package/dist-cjs/commands/DeleteWorkflowCommand.js +5 -0
  69. package/dist-cjs/commands/GetBlueprintCommand.js +5 -0
  70. package/dist-cjs/commands/GetBlueprintRunCommand.js +5 -0
  71. package/dist-cjs/commands/GetBlueprintRunsCommand.js +5 -0
  72. package/dist-cjs/commands/GetCatalogImportStatusCommand.js +5 -0
  73. package/dist-cjs/commands/GetClassifierCommand.js +5 -0
  74. package/dist-cjs/commands/GetClassifiersCommand.js +5 -0
  75. package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +5 -0
  76. package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +5 -0
  77. package/dist-cjs/commands/GetConnectionCommand.js +5 -0
  78. package/dist-cjs/commands/GetConnectionsCommand.js +5 -0
  79. package/dist-cjs/commands/GetCrawlerCommand.js +5 -0
  80. package/dist-cjs/commands/GetCrawlerMetricsCommand.js +5 -0
  81. package/dist-cjs/commands/GetCrawlersCommand.js +5 -0
  82. package/dist-cjs/commands/GetCustomEntityTypeCommand.js +5 -0
  83. package/dist-cjs/commands/GetDataCatalogEncryptionSettingsCommand.js +5 -0
  84. package/dist-cjs/commands/GetDataQualityResultCommand.js +5 -0
  85. package/dist-cjs/commands/GetDataQualityRuleRecommendationRunCommand.js +5 -0
  86. package/dist-cjs/commands/GetDataQualityRulesetCommand.js +5 -0
  87. package/dist-cjs/commands/GetDataQualityRulesetEvaluationRunCommand.js +5 -0
  88. package/dist-cjs/commands/GetDatabaseCommand.js +5 -0
  89. package/dist-cjs/commands/GetDatabasesCommand.js +5 -0
  90. package/dist-cjs/commands/GetDataflowGraphCommand.js +5 -0
  91. package/dist-cjs/commands/GetDevEndpointCommand.js +5 -0
  92. package/dist-cjs/commands/GetDevEndpointsCommand.js +5 -0
  93. package/dist-cjs/commands/GetJobBookmarkCommand.js +5 -0
  94. package/dist-cjs/commands/GetJobCommand.js +5 -0
  95. package/dist-cjs/commands/GetJobRunCommand.js +5 -0
  96. package/dist-cjs/commands/GetJobRunsCommand.js +5 -0
  97. package/dist-cjs/commands/GetJobsCommand.js +5 -0
  98. package/dist-cjs/commands/GetMLTaskRunCommand.js +5 -0
  99. package/dist-cjs/commands/GetMLTaskRunsCommand.js +5 -0
  100. package/dist-cjs/commands/GetMLTransformCommand.js +5 -0
  101. package/dist-cjs/commands/GetMLTransformsCommand.js +5 -0
  102. package/dist-cjs/commands/GetMappingCommand.js +5 -0
  103. package/dist-cjs/commands/GetPartitionCommand.js +5 -0
  104. package/dist-cjs/commands/GetPartitionIndexesCommand.js +5 -0
  105. package/dist-cjs/commands/GetPartitionsCommand.js +5 -0
  106. package/dist-cjs/commands/GetPlanCommand.js +5 -0
  107. package/dist-cjs/commands/GetRegistryCommand.js +5 -0
  108. package/dist-cjs/commands/GetResourcePoliciesCommand.js +5 -0
  109. package/dist-cjs/commands/GetResourcePolicyCommand.js +5 -0
  110. package/dist-cjs/commands/GetSchemaByDefinitionCommand.js +5 -0
  111. package/dist-cjs/commands/GetSchemaCommand.js +5 -0
  112. package/dist-cjs/commands/GetSchemaVersionCommand.js +5 -0
  113. package/dist-cjs/commands/GetSchemaVersionsDiffCommand.js +5 -0
  114. package/dist-cjs/commands/GetSecurityConfigurationCommand.js +5 -0
  115. package/dist-cjs/commands/GetSecurityConfigurationsCommand.js +5 -0
  116. package/dist-cjs/commands/GetSessionCommand.js +5 -0
  117. package/dist-cjs/commands/GetStatementCommand.js +5 -0
  118. package/dist-cjs/commands/GetTableCommand.js +5 -0
  119. package/dist-cjs/commands/GetTableVersionCommand.js +5 -0
  120. package/dist-cjs/commands/GetTableVersionsCommand.js +5 -0
  121. package/dist-cjs/commands/GetTablesCommand.js +5 -0
  122. package/dist-cjs/commands/GetTagsCommand.js +5 -0
  123. package/dist-cjs/commands/GetTriggerCommand.js +5 -0
  124. package/dist-cjs/commands/GetTriggersCommand.js +5 -0
  125. package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +5 -0
  126. package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +5 -0
  127. package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +5 -0
  128. package/dist-cjs/commands/GetUserDefinedFunctionCommand.js +5 -0
  129. package/dist-cjs/commands/GetUserDefinedFunctionsCommand.js +5 -0
  130. package/dist-cjs/commands/GetWorkflowCommand.js +5 -0
  131. package/dist-cjs/commands/GetWorkflowRunCommand.js +5 -0
  132. package/dist-cjs/commands/GetWorkflowRunPropertiesCommand.js +5 -0
  133. package/dist-cjs/commands/GetWorkflowRunsCommand.js +5 -0
  134. package/dist-cjs/commands/ImportCatalogToGlueCommand.js +5 -0
  135. package/dist-cjs/commands/ListBlueprintsCommand.js +5 -0
  136. package/dist-cjs/commands/ListCrawlersCommand.js +5 -0
  137. package/dist-cjs/commands/ListCrawlsCommand.js +5 -0
  138. package/dist-cjs/commands/ListCustomEntityTypesCommand.js +5 -0
  139. package/dist-cjs/commands/ListDataQualityResultsCommand.js +5 -0
  140. package/dist-cjs/commands/ListDataQualityRuleRecommendationRunsCommand.js +5 -0
  141. package/dist-cjs/commands/ListDataQualityRulesetEvaluationRunsCommand.js +5 -0
  142. package/dist-cjs/commands/ListDataQualityRulesetsCommand.js +5 -0
  143. package/dist-cjs/commands/ListDevEndpointsCommand.js +5 -0
  144. package/dist-cjs/commands/ListJobsCommand.js +5 -0
  145. package/dist-cjs/commands/ListMLTransformsCommand.js +5 -0
  146. package/dist-cjs/commands/ListRegistriesCommand.js +5 -0
  147. package/dist-cjs/commands/ListSchemaVersionsCommand.js +5 -0
  148. package/dist-cjs/commands/ListSchemasCommand.js +5 -0
  149. package/dist-cjs/commands/ListSessionsCommand.js +5 -0
  150. package/dist-cjs/commands/ListStatementsCommand.js +5 -0
  151. package/dist-cjs/commands/ListTriggersCommand.js +5 -0
  152. package/dist-cjs/commands/ListWorkflowsCommand.js +5 -0
  153. package/dist-cjs/commands/PutDataCatalogEncryptionSettingsCommand.js +5 -0
  154. package/dist-cjs/commands/PutResourcePolicyCommand.js +5 -0
  155. package/dist-cjs/commands/PutSchemaVersionMetadataCommand.js +5 -0
  156. package/dist-cjs/commands/PutWorkflowRunPropertiesCommand.js +5 -0
  157. package/dist-cjs/commands/QuerySchemaVersionMetadataCommand.js +5 -0
  158. package/dist-cjs/commands/RegisterSchemaVersionCommand.js +5 -0
  159. package/dist-cjs/commands/RemoveSchemaVersionMetadataCommand.js +5 -0
  160. package/dist-cjs/commands/ResetJobBookmarkCommand.js +5 -0
  161. package/dist-cjs/commands/ResumeWorkflowRunCommand.js +5 -0
  162. package/dist-cjs/commands/RunStatementCommand.js +5 -0
  163. package/dist-cjs/commands/SearchTablesCommand.js +5 -0
  164. package/dist-cjs/commands/StartBlueprintRunCommand.js +5 -0
  165. package/dist-cjs/commands/StartCrawlerCommand.js +5 -0
  166. package/dist-cjs/commands/StartCrawlerScheduleCommand.js +5 -0
  167. package/dist-cjs/commands/StartDataQualityRuleRecommendationRunCommand.js +5 -0
  168. package/dist-cjs/commands/StartDataQualityRulesetEvaluationRunCommand.js +5 -0
  169. package/dist-cjs/commands/StartExportLabelsTaskRunCommand.js +5 -0
  170. package/dist-cjs/commands/StartImportLabelsTaskRunCommand.js +5 -0
  171. package/dist-cjs/commands/StartJobRunCommand.js +5 -0
  172. package/dist-cjs/commands/StartMLEvaluationTaskRunCommand.js +5 -0
  173. package/dist-cjs/commands/StartMLLabelingSetGenerationTaskRunCommand.js +5 -0
  174. package/dist-cjs/commands/StartTriggerCommand.js +5 -0
  175. package/dist-cjs/commands/StartWorkflowRunCommand.js +5 -0
  176. package/dist-cjs/commands/StopCrawlerCommand.js +5 -0
  177. package/dist-cjs/commands/StopCrawlerScheduleCommand.js +5 -0
  178. package/dist-cjs/commands/StopSessionCommand.js +5 -0
  179. package/dist-cjs/commands/StopTriggerCommand.js +5 -0
  180. package/dist-cjs/commands/StopWorkflowRunCommand.js +5 -0
  181. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  182. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  183. package/dist-cjs/commands/UpdateBlueprintCommand.js +5 -0
  184. package/dist-cjs/commands/UpdateClassifierCommand.js +5 -0
  185. package/dist-cjs/commands/UpdateColumnStatisticsForPartitionCommand.js +5 -0
  186. package/dist-cjs/commands/UpdateColumnStatisticsForTableCommand.js +5 -0
  187. package/dist-cjs/commands/UpdateConnectionCommand.js +5 -0
  188. package/dist-cjs/commands/UpdateCrawlerCommand.js +5 -0
  189. package/dist-cjs/commands/UpdateCrawlerScheduleCommand.js +5 -0
  190. package/dist-cjs/commands/UpdateDataQualityRulesetCommand.js +5 -0
  191. package/dist-cjs/commands/UpdateDatabaseCommand.js +5 -0
  192. package/dist-cjs/commands/UpdateDevEndpointCommand.js +5 -0
  193. package/dist-cjs/commands/UpdateJobCommand.js +5 -0
  194. package/dist-cjs/commands/UpdateJobFromSourceControlCommand.js +5 -0
  195. package/dist-cjs/commands/UpdateMLTransformCommand.js +5 -0
  196. package/dist-cjs/commands/UpdatePartitionCommand.js +5 -0
  197. package/dist-cjs/commands/UpdateRegistryCommand.js +5 -0
  198. package/dist-cjs/commands/UpdateSchemaCommand.js +5 -0
  199. package/dist-cjs/commands/UpdateSourceControlFromJobCommand.js +5 -0
  200. package/dist-cjs/commands/UpdateTableCommand.js +5 -0
  201. package/dist-cjs/commands/UpdateTriggerCommand.js +5 -0
  202. package/dist-cjs/commands/UpdateUserDefinedFunctionCommand.js +5 -0
  203. package/dist-cjs/commands/UpdateWorkflowCommand.js +5 -0
  204. package/dist-es/commands/BatchCreatePartitionCommand.js +5 -0
  205. package/dist-es/commands/BatchDeleteConnectionCommand.js +5 -0
  206. package/dist-es/commands/BatchDeletePartitionCommand.js +5 -0
  207. package/dist-es/commands/BatchDeleteTableCommand.js +5 -0
  208. package/dist-es/commands/BatchDeleteTableVersionCommand.js +5 -0
  209. package/dist-es/commands/BatchGetBlueprintsCommand.js +5 -0
  210. package/dist-es/commands/BatchGetCrawlersCommand.js +5 -0
  211. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +5 -0
  212. package/dist-es/commands/BatchGetDataQualityResultCommand.js +5 -0
  213. package/dist-es/commands/BatchGetDevEndpointsCommand.js +5 -0
  214. package/dist-es/commands/BatchGetJobsCommand.js +5 -0
  215. package/dist-es/commands/BatchGetPartitionCommand.js +5 -0
  216. package/dist-es/commands/BatchGetTriggersCommand.js +5 -0
  217. package/dist-es/commands/BatchGetWorkflowsCommand.js +5 -0
  218. package/dist-es/commands/BatchStopJobRunCommand.js +5 -0
  219. package/dist-es/commands/BatchUpdatePartitionCommand.js +5 -0
  220. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +5 -0
  221. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +5 -0
  222. package/dist-es/commands/CancelMLTaskRunCommand.js +5 -0
  223. package/dist-es/commands/CancelStatementCommand.js +5 -0
  224. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +5 -0
  225. package/dist-es/commands/CreateBlueprintCommand.js +5 -0
  226. package/dist-es/commands/CreateClassifierCommand.js +5 -0
  227. package/dist-es/commands/CreateConnectionCommand.js +5 -0
  228. package/dist-es/commands/CreateCrawlerCommand.js +5 -0
  229. package/dist-es/commands/CreateCustomEntityTypeCommand.js +5 -0
  230. package/dist-es/commands/CreateDataQualityRulesetCommand.js +5 -0
  231. package/dist-es/commands/CreateDatabaseCommand.js +5 -0
  232. package/dist-es/commands/CreateDevEndpointCommand.js +5 -0
  233. package/dist-es/commands/CreateJobCommand.js +5 -0
  234. package/dist-es/commands/CreateMLTransformCommand.js +5 -0
  235. package/dist-es/commands/CreatePartitionCommand.js +5 -0
  236. package/dist-es/commands/CreatePartitionIndexCommand.js +5 -0
  237. package/dist-es/commands/CreateRegistryCommand.js +5 -0
  238. package/dist-es/commands/CreateSchemaCommand.js +5 -0
  239. package/dist-es/commands/CreateScriptCommand.js +5 -0
  240. package/dist-es/commands/CreateSecurityConfigurationCommand.js +5 -0
  241. package/dist-es/commands/CreateSessionCommand.js +5 -0
  242. package/dist-es/commands/CreateTableCommand.js +5 -0
  243. package/dist-es/commands/CreateTriggerCommand.js +5 -0
  244. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +5 -0
  245. package/dist-es/commands/CreateWorkflowCommand.js +5 -0
  246. package/dist-es/commands/DeleteBlueprintCommand.js +5 -0
  247. package/dist-es/commands/DeleteClassifierCommand.js +5 -0
  248. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +5 -0
  249. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +5 -0
  250. package/dist-es/commands/DeleteConnectionCommand.js +5 -0
  251. package/dist-es/commands/DeleteCrawlerCommand.js +5 -0
  252. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +5 -0
  253. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +5 -0
  254. package/dist-es/commands/DeleteDatabaseCommand.js +5 -0
  255. package/dist-es/commands/DeleteDevEndpointCommand.js +5 -0
  256. package/dist-es/commands/DeleteJobCommand.js +5 -0
  257. package/dist-es/commands/DeleteMLTransformCommand.js +5 -0
  258. package/dist-es/commands/DeletePartitionCommand.js +5 -0
  259. package/dist-es/commands/DeletePartitionIndexCommand.js +5 -0
  260. package/dist-es/commands/DeleteRegistryCommand.js +5 -0
  261. package/dist-es/commands/DeleteResourcePolicyCommand.js +5 -0
  262. package/dist-es/commands/DeleteSchemaCommand.js +5 -0
  263. package/dist-es/commands/DeleteSchemaVersionsCommand.js +5 -0
  264. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +5 -0
  265. package/dist-es/commands/DeleteSessionCommand.js +5 -0
  266. package/dist-es/commands/DeleteTableCommand.js +5 -0
  267. package/dist-es/commands/DeleteTableVersionCommand.js +5 -0
  268. package/dist-es/commands/DeleteTriggerCommand.js +5 -0
  269. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +5 -0
  270. package/dist-es/commands/DeleteWorkflowCommand.js +5 -0
  271. package/dist-es/commands/GetBlueprintCommand.js +5 -0
  272. package/dist-es/commands/GetBlueprintRunCommand.js +5 -0
  273. package/dist-es/commands/GetBlueprintRunsCommand.js +5 -0
  274. package/dist-es/commands/GetCatalogImportStatusCommand.js +5 -0
  275. package/dist-es/commands/GetClassifierCommand.js +5 -0
  276. package/dist-es/commands/GetClassifiersCommand.js +5 -0
  277. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +5 -0
  278. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +5 -0
  279. package/dist-es/commands/GetConnectionCommand.js +5 -0
  280. package/dist-es/commands/GetConnectionsCommand.js +5 -0
  281. package/dist-es/commands/GetCrawlerCommand.js +5 -0
  282. package/dist-es/commands/GetCrawlerMetricsCommand.js +5 -0
  283. package/dist-es/commands/GetCrawlersCommand.js +5 -0
  284. package/dist-es/commands/GetCustomEntityTypeCommand.js +5 -0
  285. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +5 -0
  286. package/dist-es/commands/GetDataQualityResultCommand.js +5 -0
  287. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +5 -0
  288. package/dist-es/commands/GetDataQualityRulesetCommand.js +5 -0
  289. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +5 -0
  290. package/dist-es/commands/GetDatabaseCommand.js +5 -0
  291. package/dist-es/commands/GetDatabasesCommand.js +5 -0
  292. package/dist-es/commands/GetDataflowGraphCommand.js +5 -0
  293. package/dist-es/commands/GetDevEndpointCommand.js +5 -0
  294. package/dist-es/commands/GetDevEndpointsCommand.js +5 -0
  295. package/dist-es/commands/GetJobBookmarkCommand.js +5 -0
  296. package/dist-es/commands/GetJobCommand.js +5 -0
  297. package/dist-es/commands/GetJobRunCommand.js +5 -0
  298. package/dist-es/commands/GetJobRunsCommand.js +5 -0
  299. package/dist-es/commands/GetJobsCommand.js +5 -0
  300. package/dist-es/commands/GetMLTaskRunCommand.js +5 -0
  301. package/dist-es/commands/GetMLTaskRunsCommand.js +5 -0
  302. package/dist-es/commands/GetMLTransformCommand.js +5 -0
  303. package/dist-es/commands/GetMLTransformsCommand.js +5 -0
  304. package/dist-es/commands/GetMappingCommand.js +5 -0
  305. package/dist-es/commands/GetPartitionCommand.js +5 -0
  306. package/dist-es/commands/GetPartitionIndexesCommand.js +5 -0
  307. package/dist-es/commands/GetPartitionsCommand.js +5 -0
  308. package/dist-es/commands/GetPlanCommand.js +5 -0
  309. package/dist-es/commands/GetRegistryCommand.js +5 -0
  310. package/dist-es/commands/GetResourcePoliciesCommand.js +5 -0
  311. package/dist-es/commands/GetResourcePolicyCommand.js +5 -0
  312. package/dist-es/commands/GetSchemaByDefinitionCommand.js +5 -0
  313. package/dist-es/commands/GetSchemaCommand.js +5 -0
  314. package/dist-es/commands/GetSchemaVersionCommand.js +5 -0
  315. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +5 -0
  316. package/dist-es/commands/GetSecurityConfigurationCommand.js +5 -0
  317. package/dist-es/commands/GetSecurityConfigurationsCommand.js +5 -0
  318. package/dist-es/commands/GetSessionCommand.js +5 -0
  319. package/dist-es/commands/GetStatementCommand.js +5 -0
  320. package/dist-es/commands/GetTableCommand.js +5 -0
  321. package/dist-es/commands/GetTableVersionCommand.js +5 -0
  322. package/dist-es/commands/GetTableVersionsCommand.js +5 -0
  323. package/dist-es/commands/GetTablesCommand.js +5 -0
  324. package/dist-es/commands/GetTagsCommand.js +5 -0
  325. package/dist-es/commands/GetTriggerCommand.js +5 -0
  326. package/dist-es/commands/GetTriggersCommand.js +5 -0
  327. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +5 -0
  328. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +5 -0
  329. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +5 -0
  330. package/dist-es/commands/GetUserDefinedFunctionCommand.js +5 -0
  331. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +5 -0
  332. package/dist-es/commands/GetWorkflowCommand.js +5 -0
  333. package/dist-es/commands/GetWorkflowRunCommand.js +5 -0
  334. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +5 -0
  335. package/dist-es/commands/GetWorkflowRunsCommand.js +5 -0
  336. package/dist-es/commands/ImportCatalogToGlueCommand.js +5 -0
  337. package/dist-es/commands/ListBlueprintsCommand.js +5 -0
  338. package/dist-es/commands/ListCrawlersCommand.js +5 -0
  339. package/dist-es/commands/ListCrawlsCommand.js +5 -0
  340. package/dist-es/commands/ListCustomEntityTypesCommand.js +5 -0
  341. package/dist-es/commands/ListDataQualityResultsCommand.js +5 -0
  342. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +5 -0
  343. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +5 -0
  344. package/dist-es/commands/ListDataQualityRulesetsCommand.js +5 -0
  345. package/dist-es/commands/ListDevEndpointsCommand.js +5 -0
  346. package/dist-es/commands/ListJobsCommand.js +5 -0
  347. package/dist-es/commands/ListMLTransformsCommand.js +5 -0
  348. package/dist-es/commands/ListRegistriesCommand.js +5 -0
  349. package/dist-es/commands/ListSchemaVersionsCommand.js +5 -0
  350. package/dist-es/commands/ListSchemasCommand.js +5 -0
  351. package/dist-es/commands/ListSessionsCommand.js +5 -0
  352. package/dist-es/commands/ListStatementsCommand.js +5 -0
  353. package/dist-es/commands/ListTriggersCommand.js +5 -0
  354. package/dist-es/commands/ListWorkflowsCommand.js +5 -0
  355. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +5 -0
  356. package/dist-es/commands/PutResourcePolicyCommand.js +5 -0
  357. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +5 -0
  358. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +5 -0
  359. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +5 -0
  360. package/dist-es/commands/RegisterSchemaVersionCommand.js +5 -0
  361. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +5 -0
  362. package/dist-es/commands/ResetJobBookmarkCommand.js +5 -0
  363. package/dist-es/commands/ResumeWorkflowRunCommand.js +5 -0
  364. package/dist-es/commands/RunStatementCommand.js +5 -0
  365. package/dist-es/commands/SearchTablesCommand.js +5 -0
  366. package/dist-es/commands/StartBlueprintRunCommand.js +5 -0
  367. package/dist-es/commands/StartCrawlerCommand.js +5 -0
  368. package/dist-es/commands/StartCrawlerScheduleCommand.js +5 -0
  369. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +5 -0
  370. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +5 -0
  371. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +5 -0
  372. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +5 -0
  373. package/dist-es/commands/StartJobRunCommand.js +5 -0
  374. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +5 -0
  375. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +5 -0
  376. package/dist-es/commands/StartTriggerCommand.js +5 -0
  377. package/dist-es/commands/StartWorkflowRunCommand.js +5 -0
  378. package/dist-es/commands/StopCrawlerCommand.js +5 -0
  379. package/dist-es/commands/StopCrawlerScheduleCommand.js +5 -0
  380. package/dist-es/commands/StopSessionCommand.js +5 -0
  381. package/dist-es/commands/StopTriggerCommand.js +5 -0
  382. package/dist-es/commands/StopWorkflowRunCommand.js +5 -0
  383. package/dist-es/commands/TagResourceCommand.js +5 -0
  384. package/dist-es/commands/UntagResourceCommand.js +5 -0
  385. package/dist-es/commands/UpdateBlueprintCommand.js +5 -0
  386. package/dist-es/commands/UpdateClassifierCommand.js +5 -0
  387. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +5 -0
  388. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +5 -0
  389. package/dist-es/commands/UpdateConnectionCommand.js +5 -0
  390. package/dist-es/commands/UpdateCrawlerCommand.js +5 -0
  391. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +5 -0
  392. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +5 -0
  393. package/dist-es/commands/UpdateDatabaseCommand.js +5 -0
  394. package/dist-es/commands/UpdateDevEndpointCommand.js +5 -0
  395. package/dist-es/commands/UpdateJobCommand.js +5 -0
  396. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +5 -0
  397. package/dist-es/commands/UpdateMLTransformCommand.js +5 -0
  398. package/dist-es/commands/UpdatePartitionCommand.js +5 -0
  399. package/dist-es/commands/UpdateRegistryCommand.js +5 -0
  400. package/dist-es/commands/UpdateSchemaCommand.js +5 -0
  401. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +5 -0
  402. package/dist-es/commands/UpdateTableCommand.js +5 -0
  403. package/dist-es/commands/UpdateTriggerCommand.js +5 -0
  404. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +5 -0
  405. package/dist-es/commands/UpdateWorkflowCommand.js +5 -0
  406. package/package.json +31 -31
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class RemoveSchemaVersionMetadataCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RemoveSchemaVersionMetadataCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "RemoveSchemaVersionMetadata",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ResetJobBookmarkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ResetJobBookmarkCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "ResetJobBookmark",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class ResumeWorkflowRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class ResumeWorkflowRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "ResumeWorkflowRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class RunStatementCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class RunStatementCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "RunStatement",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class SearchTablesCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class SearchTablesCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "SearchTables",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartBlueprintRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartBlueprintRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartBlueprintRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartCrawlerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartCrawlerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartCrawler",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartCrawlerScheduleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartCrawlerScheduleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartCrawlerSchedule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartDataQualityRuleRecommendationRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartDataQualityRuleRecommendationRunCommand extends smithy_client_1.Comma
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartDataQualityRuleRecommendationRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartDataQualityRulesetEvaluationRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartDataQualityRulesetEvaluationRunCommand extends smithy_client_1.Comman
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartDataQualityRulesetEvaluationRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartExportLabelsTaskRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartExportLabelsTaskRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartExportLabelsTaskRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartImportLabelsTaskRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartImportLabelsTaskRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartImportLabelsTaskRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartJobRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartJobRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartJobRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartMLEvaluationTaskRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartMLEvaluationTaskRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartMLEvaluationTaskRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartMLLabelingSetGenerationTaskRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartMLLabelingSetGenerationTaskRunCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartMLLabelingSetGenerationTaskRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartTriggerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartTriggerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartTrigger",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StartWorkflowRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StartWorkflowRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StartWorkflowRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StopCrawlerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopCrawlerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StopCrawler",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StopCrawlerScheduleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopCrawlerScheduleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StopCrawlerSchedule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StopSessionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopSessionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StopSession",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StopTriggerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopTriggerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StopTrigger",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class StopWorkflowRunCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class StopWorkflowRunCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "StopWorkflowRun",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class TagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class TagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "TagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UntagResourceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UntagResource",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateBlueprintCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateBlueprintCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateBlueprint",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateClassifierCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateClassifierCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateClassifier",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateColumnStatisticsForPartitionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateColumnStatisticsForPartitionCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateColumnStatisticsForPartition",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateColumnStatisticsForTableCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateColumnStatisticsForTableCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateColumnStatisticsForTable",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateConnectionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateConnectionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateConnection",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateCrawlerCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateCrawlerCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateCrawler",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateCrawlerScheduleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateCrawlerScheduleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateCrawlerSchedule",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateDataQualityRulesetCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class UpdateDataQualityRulesetCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSGlue",
38
+ operation: "UpdateDataQualityRuleset",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);