@aws-sdk/client-glue 3.927.0 → 3.929.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 (290) hide show
  1. package/dist-cjs/index.js +10247 -10837
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GlueClient.js +2 -0
  4. package/dist-es/commands/BatchCreatePartitionCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteConnectionCommand.js +3 -9
  6. package/dist-es/commands/BatchDeletePartitionCommand.js +3 -9
  7. package/dist-es/commands/BatchDeleteTableCommand.js +3 -9
  8. package/dist-es/commands/BatchDeleteTableVersionCommand.js +3 -9
  9. package/dist-es/commands/BatchGetBlueprintsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetCrawlersCommand.js +3 -9
  11. package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +3 -9
  12. package/dist-es/commands/BatchGetDataQualityResultCommand.js +3 -10
  13. package/dist-es/commands/BatchGetDevEndpointsCommand.js +3 -9
  14. package/dist-es/commands/BatchGetJobsCommand.js +3 -10
  15. package/dist-es/commands/BatchGetPartitionCommand.js +3 -9
  16. package/dist-es/commands/BatchGetTableOptimizerCommand.js +3 -9
  17. package/dist-es/commands/BatchGetTriggersCommand.js +3 -9
  18. package/dist-es/commands/BatchGetWorkflowsCommand.js +3 -9
  19. package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +3 -9
  20. package/dist-es/commands/BatchStopJobRunCommand.js +3 -9
  21. package/dist-es/commands/BatchUpdatePartitionCommand.js +3 -9
  22. package/dist-es/commands/CancelDataQualityRuleRecommendationRunCommand.js +3 -9
  23. package/dist-es/commands/CancelDataQualityRulesetEvaluationRunCommand.js +3 -9
  24. package/dist-es/commands/CancelMLTaskRunCommand.js +3 -9
  25. package/dist-es/commands/CancelStatementCommand.js +3 -9
  26. package/dist-es/commands/CheckSchemaVersionValidityCommand.js +3 -9
  27. package/dist-es/commands/CreateBlueprintCommand.js +3 -9
  28. package/dist-es/commands/CreateCatalogCommand.js +3 -9
  29. package/dist-es/commands/CreateClassifierCommand.js +3 -9
  30. package/dist-es/commands/CreateColumnStatisticsTaskSettingsCommand.js +3 -9
  31. package/dist-es/commands/CreateConnectionCommand.js +3 -10
  32. package/dist-es/commands/CreateCrawlerCommand.js +3 -9
  33. package/dist-es/commands/CreateCustomEntityTypeCommand.js +3 -9
  34. package/dist-es/commands/CreateDataQualityRulesetCommand.js +3 -9
  35. package/dist-es/commands/CreateDatabaseCommand.js +3 -9
  36. package/dist-es/commands/CreateDevEndpointCommand.js +3 -9
  37. package/dist-es/commands/CreateGlueIdentityCenterConfigurationCommand.js +3 -9
  38. package/dist-es/commands/CreateIntegrationCommand.js +3 -9
  39. package/dist-es/commands/CreateIntegrationResourcePropertyCommand.js +3 -9
  40. package/dist-es/commands/CreateIntegrationTablePropertiesCommand.js +3 -9
  41. package/dist-es/commands/CreateJobCommand.js +3 -10
  42. package/dist-es/commands/CreateMLTransformCommand.js +3 -9
  43. package/dist-es/commands/CreatePartitionCommand.js +3 -9
  44. package/dist-es/commands/CreatePartitionIndexCommand.js +3 -9
  45. package/dist-es/commands/CreateRegistryCommand.js +3 -9
  46. package/dist-es/commands/CreateSchemaCommand.js +3 -9
  47. package/dist-es/commands/CreateScriptCommand.js +3 -9
  48. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
  49. package/dist-es/commands/CreateSessionCommand.js +3 -9
  50. package/dist-es/commands/CreateTableCommand.js +3 -9
  51. package/dist-es/commands/CreateTableOptimizerCommand.js +3 -9
  52. package/dist-es/commands/CreateTriggerCommand.js +3 -9
  53. package/dist-es/commands/CreateUsageProfileCommand.js +3 -9
  54. package/dist-es/commands/CreateUserDefinedFunctionCommand.js +3 -9
  55. package/dist-es/commands/CreateWorkflowCommand.js +3 -9
  56. package/dist-es/commands/DeleteBlueprintCommand.js +3 -9
  57. package/dist-es/commands/DeleteCatalogCommand.js +3 -9
  58. package/dist-es/commands/DeleteClassifierCommand.js +3 -9
  59. package/dist-es/commands/DeleteColumnStatisticsForPartitionCommand.js +3 -9
  60. package/dist-es/commands/DeleteColumnStatisticsForTableCommand.js +3 -9
  61. package/dist-es/commands/DeleteColumnStatisticsTaskSettingsCommand.js +3 -9
  62. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  63. package/dist-es/commands/DeleteCrawlerCommand.js +3 -9
  64. package/dist-es/commands/DeleteCustomEntityTypeCommand.js +3 -9
  65. package/dist-es/commands/DeleteDataQualityRulesetCommand.js +3 -9
  66. package/dist-es/commands/DeleteDatabaseCommand.js +3 -9
  67. package/dist-es/commands/DeleteDevEndpointCommand.js +3 -9
  68. package/dist-es/commands/DeleteGlueIdentityCenterConfigurationCommand.js +3 -9
  69. package/dist-es/commands/DeleteIntegrationCommand.js +3 -9
  70. package/dist-es/commands/DeleteIntegrationTablePropertiesCommand.js +3 -9
  71. package/dist-es/commands/DeleteJobCommand.js +3 -9
  72. package/dist-es/commands/DeleteMLTransformCommand.js +3 -9
  73. package/dist-es/commands/DeletePartitionCommand.js +3 -9
  74. package/dist-es/commands/DeletePartitionIndexCommand.js +3 -9
  75. package/dist-es/commands/DeleteRegistryCommand.js +3 -9
  76. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  77. package/dist-es/commands/DeleteSchemaCommand.js +3 -9
  78. package/dist-es/commands/DeleteSchemaVersionsCommand.js +3 -9
  79. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -9
  80. package/dist-es/commands/DeleteSessionCommand.js +3 -9
  81. package/dist-es/commands/DeleteTableCommand.js +3 -9
  82. package/dist-es/commands/DeleteTableOptimizerCommand.js +3 -9
  83. package/dist-es/commands/DeleteTableVersionCommand.js +3 -9
  84. package/dist-es/commands/DeleteTriggerCommand.js +3 -9
  85. package/dist-es/commands/DeleteUsageProfileCommand.js +3 -9
  86. package/dist-es/commands/DeleteUserDefinedFunctionCommand.js +3 -9
  87. package/dist-es/commands/DeleteWorkflowCommand.js +3 -9
  88. package/dist-es/commands/DescribeConnectionTypeCommand.js +3 -9
  89. package/dist-es/commands/DescribeEntityCommand.js +3 -9
  90. package/dist-es/commands/DescribeInboundIntegrationsCommand.js +3 -9
  91. package/dist-es/commands/DescribeIntegrationsCommand.js +3 -9
  92. package/dist-es/commands/GetBlueprintCommand.js +3 -9
  93. package/dist-es/commands/GetBlueprintRunCommand.js +3 -9
  94. package/dist-es/commands/GetBlueprintRunsCommand.js +3 -9
  95. package/dist-es/commands/GetCatalogCommand.js +3 -9
  96. package/dist-es/commands/GetCatalogImportStatusCommand.js +3 -9
  97. package/dist-es/commands/GetCatalogsCommand.js +3 -9
  98. package/dist-es/commands/GetClassifierCommand.js +3 -9
  99. package/dist-es/commands/GetClassifiersCommand.js +3 -9
  100. package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +3 -9
  101. package/dist-es/commands/GetColumnStatisticsForTableCommand.js +3 -9
  102. package/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +3 -9
  103. package/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +3 -9
  104. package/dist-es/commands/GetColumnStatisticsTaskSettingsCommand.js +3 -9
  105. package/dist-es/commands/GetConnectionCommand.js +3 -9
  106. package/dist-es/commands/GetConnectionsCommand.js +3 -9
  107. package/dist-es/commands/GetCrawlerCommand.js +3 -9
  108. package/dist-es/commands/GetCrawlerMetricsCommand.js +3 -9
  109. package/dist-es/commands/GetCrawlersCommand.js +3 -9
  110. package/dist-es/commands/GetCustomEntityTypeCommand.js +3 -9
  111. package/dist-es/commands/GetDataCatalogEncryptionSettingsCommand.js +3 -9
  112. package/dist-es/commands/GetDataQualityModelCommand.js +3 -9
  113. package/dist-es/commands/GetDataQualityModelResultCommand.js +3 -9
  114. package/dist-es/commands/GetDataQualityResultCommand.js +3 -10
  115. package/dist-es/commands/GetDataQualityRuleRecommendationRunCommand.js +3 -9
  116. package/dist-es/commands/GetDataQualityRulesetCommand.js +3 -9
  117. package/dist-es/commands/GetDataQualityRulesetEvaluationRunCommand.js +3 -9
  118. package/dist-es/commands/GetDatabaseCommand.js +3 -9
  119. package/dist-es/commands/GetDatabasesCommand.js +3 -9
  120. package/dist-es/commands/GetDataflowGraphCommand.js +3 -9
  121. package/dist-es/commands/GetDevEndpointCommand.js +3 -9
  122. package/dist-es/commands/GetDevEndpointsCommand.js +3 -9
  123. package/dist-es/commands/GetEntityRecordsCommand.js +3 -10
  124. package/dist-es/commands/GetGlueIdentityCenterConfigurationCommand.js +3 -9
  125. package/dist-es/commands/GetIntegrationResourcePropertyCommand.js +3 -9
  126. package/dist-es/commands/GetIntegrationTablePropertiesCommand.js +3 -9
  127. package/dist-es/commands/GetJobBookmarkCommand.js +3 -9
  128. package/dist-es/commands/GetJobCommand.js +3 -10
  129. package/dist-es/commands/GetJobRunCommand.js +3 -9
  130. package/dist-es/commands/GetJobRunsCommand.js +3 -9
  131. package/dist-es/commands/GetJobsCommand.js +3 -10
  132. package/dist-es/commands/GetMLTaskRunCommand.js +3 -9
  133. package/dist-es/commands/GetMLTaskRunsCommand.js +3 -9
  134. package/dist-es/commands/GetMLTransformCommand.js +3 -9
  135. package/dist-es/commands/GetMLTransformsCommand.js +3 -9
  136. package/dist-es/commands/GetMappingCommand.js +3 -9
  137. package/dist-es/commands/GetPartitionCommand.js +3 -9
  138. package/dist-es/commands/GetPartitionIndexesCommand.js +3 -9
  139. package/dist-es/commands/GetPartitionsCommand.js +3 -9
  140. package/dist-es/commands/GetPlanCommand.js +3 -9
  141. package/dist-es/commands/GetRegistryCommand.js +3 -9
  142. package/dist-es/commands/GetResourcePoliciesCommand.js +3 -9
  143. package/dist-es/commands/GetResourcePolicyCommand.js +3 -9
  144. package/dist-es/commands/GetSchemaByDefinitionCommand.js +3 -9
  145. package/dist-es/commands/GetSchemaCommand.js +3 -9
  146. package/dist-es/commands/GetSchemaVersionCommand.js +3 -9
  147. package/dist-es/commands/GetSchemaVersionsDiffCommand.js +3 -9
  148. package/dist-es/commands/GetSecurityConfigurationCommand.js +3 -9
  149. package/dist-es/commands/GetSecurityConfigurationsCommand.js +3 -9
  150. package/dist-es/commands/GetSessionCommand.js +3 -9
  151. package/dist-es/commands/GetStatementCommand.js +3 -9
  152. package/dist-es/commands/GetTableCommand.js +3 -9
  153. package/dist-es/commands/GetTableOptimizerCommand.js +3 -9
  154. package/dist-es/commands/GetTableVersionCommand.js +3 -9
  155. package/dist-es/commands/GetTableVersionsCommand.js +3 -9
  156. package/dist-es/commands/GetTablesCommand.js +3 -9
  157. package/dist-es/commands/GetTagsCommand.js +3 -9
  158. package/dist-es/commands/GetTriggerCommand.js +3 -9
  159. package/dist-es/commands/GetTriggersCommand.js +3 -9
  160. package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +3 -9
  161. package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +3 -9
  162. package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +3 -9
  163. package/dist-es/commands/GetUsageProfileCommand.js +3 -9
  164. package/dist-es/commands/GetUserDefinedFunctionCommand.js +3 -9
  165. package/dist-es/commands/GetUserDefinedFunctionsCommand.js +3 -9
  166. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  167. package/dist-es/commands/GetWorkflowRunCommand.js +3 -9
  168. package/dist-es/commands/GetWorkflowRunPropertiesCommand.js +3 -9
  169. package/dist-es/commands/GetWorkflowRunsCommand.js +3 -9
  170. package/dist-es/commands/ImportCatalogToGlueCommand.js +3 -9
  171. package/dist-es/commands/ListBlueprintsCommand.js +3 -9
  172. package/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +3 -9
  173. package/dist-es/commands/ListConnectionTypesCommand.js +3 -9
  174. package/dist-es/commands/ListCrawlersCommand.js +3 -9
  175. package/dist-es/commands/ListCrawlsCommand.js +3 -9
  176. package/dist-es/commands/ListCustomEntityTypesCommand.js +3 -9
  177. package/dist-es/commands/ListDataQualityResultsCommand.js +3 -9
  178. package/dist-es/commands/ListDataQualityRuleRecommendationRunsCommand.js +3 -9
  179. package/dist-es/commands/ListDataQualityRulesetEvaluationRunsCommand.js +3 -9
  180. package/dist-es/commands/ListDataQualityRulesetsCommand.js +3 -9
  181. package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +3 -9
  182. package/dist-es/commands/ListDataQualityStatisticsCommand.js +3 -10
  183. package/dist-es/commands/ListDevEndpointsCommand.js +3 -9
  184. package/dist-es/commands/ListEntitiesCommand.js +3 -9
  185. package/dist-es/commands/ListJobsCommand.js +3 -9
  186. package/dist-es/commands/ListMLTransformsCommand.js +3 -9
  187. package/dist-es/commands/ListRegistriesCommand.js +3 -9
  188. package/dist-es/commands/ListSchemaVersionsCommand.js +3 -9
  189. package/dist-es/commands/ListSchemasCommand.js +3 -9
  190. package/dist-es/commands/ListSessionsCommand.js +3 -9
  191. package/dist-es/commands/ListStatementsCommand.js +3 -9
  192. package/dist-es/commands/ListTableOptimizerRunsCommand.js +3 -9
  193. package/dist-es/commands/ListTriggersCommand.js +3 -9
  194. package/dist-es/commands/ListUsageProfilesCommand.js +3 -9
  195. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  196. package/dist-es/commands/ModifyIntegrationCommand.js +3 -9
  197. package/dist-es/commands/PutDataCatalogEncryptionSettingsCommand.js +3 -9
  198. package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +3 -9
  199. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  200. package/dist-es/commands/PutSchemaVersionMetadataCommand.js +3 -9
  201. package/dist-es/commands/PutWorkflowRunPropertiesCommand.js +3 -9
  202. package/dist-es/commands/QuerySchemaVersionMetadataCommand.js +3 -9
  203. package/dist-es/commands/RegisterSchemaVersionCommand.js +3 -9
  204. package/dist-es/commands/RemoveSchemaVersionMetadataCommand.js +3 -9
  205. package/dist-es/commands/ResetJobBookmarkCommand.js +3 -9
  206. package/dist-es/commands/ResumeWorkflowRunCommand.js +3 -9
  207. package/dist-es/commands/RunStatementCommand.js +3 -9
  208. package/dist-es/commands/SearchTablesCommand.js +3 -9
  209. package/dist-es/commands/StartBlueprintRunCommand.js +3 -9
  210. package/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +3 -9
  211. package/dist-es/commands/StartColumnStatisticsTaskRunScheduleCommand.js +3 -9
  212. package/dist-es/commands/StartCrawlerCommand.js +3 -9
  213. package/dist-es/commands/StartCrawlerScheduleCommand.js +3 -9
  214. package/dist-es/commands/StartDataQualityRuleRecommendationRunCommand.js +3 -9
  215. package/dist-es/commands/StartDataQualityRulesetEvaluationRunCommand.js +3 -9
  216. package/dist-es/commands/StartExportLabelsTaskRunCommand.js +3 -9
  217. package/dist-es/commands/StartImportLabelsTaskRunCommand.js +3 -9
  218. package/dist-es/commands/StartJobRunCommand.js +3 -9
  219. package/dist-es/commands/StartMLEvaluationTaskRunCommand.js +3 -9
  220. package/dist-es/commands/StartMLLabelingSetGenerationTaskRunCommand.js +3 -9
  221. package/dist-es/commands/StartTriggerCommand.js +3 -9
  222. package/dist-es/commands/StartWorkflowRunCommand.js +3 -9
  223. package/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +3 -9
  224. package/dist-es/commands/StopColumnStatisticsTaskRunScheduleCommand.js +3 -9
  225. package/dist-es/commands/StopCrawlerCommand.js +3 -9
  226. package/dist-es/commands/StopCrawlerScheduleCommand.js +3 -9
  227. package/dist-es/commands/StopSessionCommand.js +3 -9
  228. package/dist-es/commands/StopTriggerCommand.js +3 -9
  229. package/dist-es/commands/StopWorkflowRunCommand.js +3 -9
  230. package/dist-es/commands/TagResourceCommand.js +3 -9
  231. package/dist-es/commands/TestConnectionCommand.js +3 -10
  232. package/dist-es/commands/UntagResourceCommand.js +3 -9
  233. package/dist-es/commands/UpdateBlueprintCommand.js +3 -9
  234. package/dist-es/commands/UpdateCatalogCommand.js +3 -9
  235. package/dist-es/commands/UpdateClassifierCommand.js +3 -9
  236. package/dist-es/commands/UpdateColumnStatisticsForPartitionCommand.js +3 -9
  237. package/dist-es/commands/UpdateColumnStatisticsForTableCommand.js +3 -9
  238. package/dist-es/commands/UpdateColumnStatisticsTaskSettingsCommand.js +3 -9
  239. package/dist-es/commands/UpdateConnectionCommand.js +3 -10
  240. package/dist-es/commands/UpdateCrawlerCommand.js +3 -9
  241. package/dist-es/commands/UpdateCrawlerScheduleCommand.js +3 -9
  242. package/dist-es/commands/UpdateDataQualityRulesetCommand.js +3 -9
  243. package/dist-es/commands/UpdateDatabaseCommand.js +3 -9
  244. package/dist-es/commands/UpdateDevEndpointCommand.js +3 -9
  245. package/dist-es/commands/UpdateGlueIdentityCenterConfigurationCommand.js +3 -9
  246. package/dist-es/commands/UpdateIntegrationResourcePropertyCommand.js +3 -9
  247. package/dist-es/commands/UpdateIntegrationTablePropertiesCommand.js +3 -9
  248. package/dist-es/commands/UpdateJobCommand.js +3 -10
  249. package/dist-es/commands/UpdateJobFromSourceControlCommand.js +3 -9
  250. package/dist-es/commands/UpdateMLTransformCommand.js +3 -9
  251. package/dist-es/commands/UpdatePartitionCommand.js +3 -9
  252. package/dist-es/commands/UpdateRegistryCommand.js +3 -9
  253. package/dist-es/commands/UpdateSchemaCommand.js +3 -9
  254. package/dist-es/commands/UpdateSourceControlFromJobCommand.js +3 -9
  255. package/dist-es/commands/UpdateTableCommand.js +3 -9
  256. package/dist-es/commands/UpdateTableOptimizerCommand.js +3 -9
  257. package/dist-es/commands/UpdateTriggerCommand.js +3 -9
  258. package/dist-es/commands/UpdateUsageProfileCommand.js +3 -9
  259. package/dist-es/commands/UpdateUserDefinedFunctionCommand.js +3 -9
  260. package/dist-es/commands/UpdateWorkflowCommand.js +3 -9
  261. package/dist-es/models/models_0.js +0 -62
  262. package/dist-es/models/models_1.js +0 -11
  263. package/dist-es/models/models_2.js +0 -24
  264. package/dist-es/models/models_3.js +0 -47
  265. package/dist-es/runtimeConfig.shared.js +7 -0
  266. package/dist-es/schemas/schemas_0.js +9695 -0
  267. package/dist-types/GlueClient.d.ts +10 -1
  268. package/dist-types/models/models_0.d.ts +0 -40
  269. package/dist-types/models/models_1.d.ts +0 -8
  270. package/dist-types/models/models_2.d.ts +0 -16
  271. package/dist-types/models/models_3.d.ts +0 -40
  272. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  273. package/dist-types/runtimeConfig.d.ts +1 -0
  274. package/dist-types/runtimeConfig.native.d.ts +1 -0
  275. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  276. package/dist-types/schemas/schemas_0.d.ts +1479 -0
  277. package/dist-types/ts3.4/GlueClient.d.ts +4 -0
  278. package/dist-types/ts3.4/models/models_0.d.ts +0 -30
  279. package/dist-types/ts3.4/models/models_1.d.ts +0 -6
  280. package/dist-types/ts3.4/models/models_2.d.ts +0 -12
  281. package/dist-types/ts3.4/models/models_3.d.ts +0 -26
  282. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  283. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  284. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  285. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  286. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1486 -0
  287. package/package.json +5 -5
  288. package/dist-es/protocols/Aws_json1_1.js +0 -8747
  289. package/dist-types/protocols/Aws_json1_1.d.ts +0 -2315
  290. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -3089
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { GetResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetResourcePolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetResourcePolicy", {})
17
13
  .n("GlueClient", "GetResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetResourcePolicyCommand)
20
- .de(de_GetResourcePolicyCommand)
14
+ .sc(GetResourcePolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSchemaByDefinitionCommand, se_GetSchemaByDefinitionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSchemaByDefinition } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSchemaByDefinitionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSchemaByDefinition", {})
17
13
  .n("GlueClient", "GetSchemaByDefinitionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSchemaByDefinitionCommand)
20
- .de(de_GetSchemaByDefinitionCommand)
14
+ .sc(GetSchemaByDefinition)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSchemaCommand, se_GetSchemaCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSchema } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSchemaCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSchema", {})
17
13
  .n("GlueClient", "GetSchemaCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSchemaCommand)
20
- .de(de_GetSchemaCommand)
14
+ .sc(GetSchema)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSchemaVersionCommand, se_GetSchemaVersionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSchemaVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSchemaVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSchemaVersion", {})
17
13
  .n("GlueClient", "GetSchemaVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSchemaVersionCommand)
20
- .de(de_GetSchemaVersionCommand)
14
+ .sc(GetSchemaVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSchemaVersionsDiffCommand, se_GetSchemaVersionsDiffCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSchemaVersionsDiff } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSchemaVersionsDiffCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSchemaVersionsDiff", {})
17
13
  .n("GlueClient", "GetSchemaVersionsDiffCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSchemaVersionsDiffCommand)
20
- .de(de_GetSchemaVersionsDiffCommand)
14
+ .sc(GetSchemaVersionsDiff)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSecurityConfigurationCommand, se_GetSecurityConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSecurityConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSecurityConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSecurityConfiguration", {})
17
13
  .n("GlueClient", "GetSecurityConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSecurityConfigurationCommand)
20
- .de(de_GetSecurityConfigurationCommand)
14
+ .sc(GetSecurityConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSecurityConfigurationsCommand, se_GetSecurityConfigurationsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSecurityConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSecurityConfigurationsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSecurityConfigurations", {})
17
13
  .n("GlueClient", "GetSecurityConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSecurityConfigurationsCommand)
20
- .de(de_GetSecurityConfigurationsCommand)
14
+ .sc(GetSecurityConfigurations)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSession } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSessionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetSession", {})
17
13
  .n("GlueClient", "GetSessionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSessionCommand)
20
- .de(de_GetSessionCommand)
14
+ .sc(GetSession)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetStatementCommand, se_GetStatementCommand } from "../protocols/Aws_json1_1";
4
+ import { GetStatement } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetStatementCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetStatement", {})
17
13
  .n("GlueClient", "GetStatementCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetStatementCommand)
20
- .de(de_GetStatementCommand)
14
+ .sc(GetStatement)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTableCommand, se_GetTableCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTable } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTableCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTable", {})
17
13
  .n("GlueClient", "GetTableCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTableCommand)
20
- .de(de_GetTableCommand)
14
+ .sc(GetTable)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTableOptimizerCommand, se_GetTableOptimizerCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTableOptimizer } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTableOptimizerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTableOptimizer", {})
17
13
  .n("GlueClient", "GetTableOptimizerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTableOptimizerCommand)
20
- .de(de_GetTableOptimizerCommand)
14
+ .sc(GetTableOptimizer)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTableVersionCommand, se_GetTableVersionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTableVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTableVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTableVersion", {})
17
13
  .n("GlueClient", "GetTableVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTableVersionCommand)
20
- .de(de_GetTableVersionCommand)
14
+ .sc(GetTableVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTableVersionsCommand, se_GetTableVersionsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTableVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTableVersionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTableVersions", {})
17
13
  .n("GlueClient", "GetTableVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTableVersionsCommand)
20
- .de(de_GetTableVersionsCommand)
14
+ .sc(GetTableVersions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTablesCommand, se_GetTablesCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTables } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTablesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTables", {})
17
13
  .n("GlueClient", "GetTablesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTablesCommand)
20
- .de(de_GetTablesCommand)
14
+ .sc(GetTables)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTags } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTagsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTags", {})
17
13
  .n("GlueClient", "GetTagsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTagsCommand)
20
- .de(de_GetTagsCommand)
14
+ .sc(GetTags)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTriggerCommand, se_GetTriggerCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTrigger } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTriggerCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTrigger", {})
17
13
  .n("GlueClient", "GetTriggerCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTriggerCommand)
20
- .de(de_GetTriggerCommand)
14
+ .sc(GetTrigger)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetTriggersCommand, se_GetTriggersCommand } from "../protocols/Aws_json1_1";
4
+ import { GetTriggers } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetTriggersCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetTriggers", {})
17
13
  .n("GlueClient", "GetTriggersCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetTriggersCommand)
20
- .de(de_GetTriggersCommand)
14
+ .sc(GetTriggers)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUnfilteredPartitionMetadataCommand, se_GetUnfilteredPartitionMetadataCommand, } from "../protocols/Aws_json1_1";
4
+ import { GetUnfilteredPartitionMetadata } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUnfilteredPartitionMetadataCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetUnfilteredPartitionMetadata", {})
17
13
  .n("GlueClient", "GetUnfilteredPartitionMetadataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUnfilteredPartitionMetadataCommand)
20
- .de(de_GetUnfilteredPartitionMetadataCommand)
14
+ .sc(GetUnfilteredPartitionMetadata)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUnfilteredPartitionsMetadataCommand, se_GetUnfilteredPartitionsMetadataCommand, } from "../protocols/Aws_json1_1";
4
+ import { GetUnfilteredPartitionsMetadata } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUnfilteredPartitionsMetadataCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetUnfilteredPartitionsMetadata", {})
17
13
  .n("GlueClient", "GetUnfilteredPartitionsMetadataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUnfilteredPartitionsMetadataCommand)
20
- .de(de_GetUnfilteredPartitionsMetadataCommand)
14
+ .sc(GetUnfilteredPartitionsMetadata)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUnfilteredTableMetadataCommand, se_GetUnfilteredTableMetadataCommand } from "../protocols/Aws_json1_1";
4
+ import { GetUnfilteredTableMetadata } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUnfilteredTableMetadataCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetUnfilteredTableMetadata", {})
17
13
  .n("GlueClient", "GetUnfilteredTableMetadataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUnfilteredTableMetadataCommand)
20
- .de(de_GetUnfilteredTableMetadataCommand)
14
+ .sc(GetUnfilteredTableMetadata)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUsageProfileCommand, se_GetUsageProfileCommand } from "../protocols/Aws_json1_1";
4
+ import { GetUsageProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUsageProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetUsageProfile", {})
17
13
  .n("GlueClient", "GetUsageProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUsageProfileCommand)
20
- .de(de_GetUsageProfileCommand)
14
+ .sc(GetUsageProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUserDefinedFunctionCommand, se_GetUserDefinedFunctionCommand } from "../protocols/Aws_json1_1";
4
+ import { GetUserDefinedFunction } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUserDefinedFunctionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetUserDefinedFunction", {})
17
13
  .n("GlueClient", "GetUserDefinedFunctionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUserDefinedFunctionCommand)
20
- .de(de_GetUserDefinedFunctionCommand)
14
+ .sc(GetUserDefinedFunction)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetUserDefinedFunctionsCommand, se_GetUserDefinedFunctionsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetUserDefinedFunctions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetUserDefinedFunctionsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetUserDefinedFunctions", {})
17
13
  .n("GlueClient", "GetUserDefinedFunctionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetUserDefinedFunctionsCommand)
20
- .de(de_GetUserDefinedFunctionsCommand)
14
+ .sc(GetUserDefinedFunctions)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_json1_1";
4
+ import { GetWorkflow } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWorkflowCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSGlue", "GetWorkflow", {})
17
13
  .n("GlueClient", "GetWorkflowCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWorkflowCommand)
20
- .de(de_GetWorkflowCommand)
14
+ .sc(GetWorkflow)
21
15
  .build() {
22
16
  }