@aws-sdk/client-lambda 3.1045.0 → 3.1047.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 (310) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +241 -243
  5. package/dist-cjs/models/LambdaServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Lambda.js +1 -1
  10. package/dist-es/LambdaClient.js +6 -6
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  13. package/dist-es/commands/AddPermissionCommand.js +2 -2
  14. package/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  15. package/dist-es/commands/CreateAliasCommand.js +2 -2
  16. package/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  17. package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  18. package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  19. package/dist-es/commands/CreateFunctionCommand.js +2 -2
  20. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  21. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  22. package/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  23. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  24. package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  25. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  26. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  27. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  28. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  29. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  30. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  31. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  32. package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  33. package/dist-es/commands/GetAliasCommand.js +2 -2
  34. package/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  35. package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  36. package/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  37. package/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  38. package/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  39. package/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  40. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  41. package/dist-es/commands/GetFunctionCommand.js +2 -2
  42. package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  43. package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  44. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  45. package/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  46. package/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  47. package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  48. package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  49. package/dist-es/commands/GetLayerVersionCommand.js +2 -2
  50. package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  51. package/dist-es/commands/GetPolicyCommand.js +2 -2
  52. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  53. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  54. package/dist-es/commands/InvokeAsyncCommand.js +2 -2
  55. package/dist-es/commands/InvokeCommand.js +2 -2
  56. package/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  57. package/dist-es/commands/ListAliasesCommand.js +2 -2
  58. package/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  59. package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  60. package/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  61. package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  62. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  63. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  64. package/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  65. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  66. package/dist-es/commands/ListFunctionsCommand.js +2 -2
  67. package/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  68. package/dist-es/commands/ListLayersCommand.js +2 -2
  69. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  70. package/dist-es/commands/ListTagsCommand.js +2 -2
  71. package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  72. package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  73. package/dist-es/commands/PublishVersionCommand.js +2 -2
  74. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  75. package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  76. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  77. package/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  78. package/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  79. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  80. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  81. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  82. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  83. package/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  84. package/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  85. package/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  86. package/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  87. package/dist-es/commands/TagResourceCommand.js +2 -2
  88. package/dist-es/commands/UntagResourceCommand.js +2 -2
  89. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  90. package/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  91. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  92. package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  93. package/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  94. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  95. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  96. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  97. package/dist-es/endpoint/bdd.js +1 -1
  98. package/dist-es/endpoint/endpointResolver.js +1 -1
  99. package/dist-es/models/LambdaServiceException.js +1 -1
  100. package/dist-es/runtimeConfig.browser.js +5 -7
  101. package/dist-es/runtimeConfig.js +5 -9
  102. package/dist-es/runtimeConfig.shared.js +3 -4
  103. package/dist-es/runtimeExtensions.js +2 -2
  104. package/dist-es/waiters/waitForFunctionActive.js +1 -1
  105. package/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
  106. package/dist-es/waiters/waitForFunctionExists.js +1 -1
  107. package/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  108. package/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
  109. package/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  110. package/dist-types/Lambda.d.ts +1 -1
  111. package/dist-types/LambdaClient.d.ts +6 -6
  112. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  113. package/dist-types/commands/AddPermissionCommand.d.ts +6 -4
  114. package/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  115. package/dist-types/commands/CreateAliasCommand.d.ts +6 -4
  116. package/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
  117. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  118. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  119. package/dist-types/commands/CreateFunctionCommand.d.ts +6 -4
  120. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  121. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
  122. package/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  123. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  124. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  125. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  126. package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
  127. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  128. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  129. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  130. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -4
  131. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  132. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
  133. package/dist-types/commands/GetAliasCommand.d.ts +6 -4
  134. package/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -4
  135. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  136. package/dist-types/commands/GetDurableExecutionCommand.d.ts +6 -4
  137. package/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  138. package/dist-types/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  139. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -4
  140. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  141. package/dist-types/commands/GetFunctionCommand.d.ts +6 -4
  142. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  143. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -4
  144. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  145. package/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  146. package/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  147. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  148. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -4
  149. package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -4
  150. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  151. package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  152. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
  153. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  154. package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -4
  155. package/dist-types/commands/InvokeCommand.d.ts +7 -5
  156. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  157. package/dist-types/commands/ListAliasesCommand.d.ts +6 -4
  158. package/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -4
  159. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  160. package/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  161. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  162. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  163. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  164. package/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  165. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  166. package/dist-types/commands/ListFunctionsCommand.d.ts +6 -4
  167. package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -4
  168. package/dist-types/commands/ListLayersCommand.d.ts +6 -4
  169. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  170. package/dist-types/commands/ListTagsCommand.d.ts +6 -4
  171. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -4
  172. package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -4
  173. package/dist-types/commands/PublishVersionCommand.d.ts +6 -4
  174. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  175. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  176. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  177. package/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  178. package/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  179. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  180. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  181. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  182. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
  183. package/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  184. package/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  185. package/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  186. package/dist-types/commands/StopDurableExecutionCommand.d.ts +6 -4
  187. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  188. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  189. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
  190. package/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  191. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  192. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  193. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -4
  194. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
  195. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  196. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  197. package/dist-types/endpoint/bdd.d.ts +1 -1
  198. package/dist-types/extensionConfiguration.d.ts +1 -1
  199. package/dist-types/models/LambdaServiceException.d.ts +1 -1
  200. package/dist-types/models/errors.d.ts +1 -1
  201. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  202. package/dist-types/runtimeConfig.d.ts +2 -2
  203. package/dist-types/runtimeConfig.native.d.ts +2 -2
  204. package/dist-types/ts3.4/Lambda.d.ts +1 -1
  205. package/dist-types/ts3.4/LambdaClient.d.ts +12 -18
  206. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
  208. package/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  209. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
  210. package/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
  211. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  212. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  213. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
  214. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  215. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
  216. package/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  217. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  219. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  220. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
  221. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  222. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  223. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  224. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
  227. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
  228. package/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  230. package/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +6 -4
  234. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  242. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +6 -4
  243. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +6 -4
  244. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  245. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  246. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
  247. package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  248. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +6 -4
  249. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -5
  250. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  251. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
  252. package/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +6 -4
  253. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  254. package/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  255. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  256. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  257. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  258. package/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  259. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +6 -4
  262. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  265. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  270. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  271. package/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  287. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  292. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  293. package/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
  294. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  295. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  296. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  297. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  298. package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +1 -1
  299. package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +1 -1
  300. package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +1 -1
  301. package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +1 -1
  302. package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +1 -1
  303. package/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +1 -1
  304. package/dist-types/waiters/waitForFunctionActive.d.ts +1 -1
  305. package/dist-types/waiters/waitForFunctionActiveV2.d.ts +1 -1
  306. package/dist-types/waiters/waitForFunctionExists.d.ts +1 -1
  307. package/dist-types/waiters/waitForFunctionUpdated.d.ts +1 -1
  308. package/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +1 -1
  309. package/dist-types/waiters/waitForPublishedVersionActive.d.ts +1 -1
  310. package/package.json +14 -40
package/dist-cjs/index.js CHANGED
@@ -4,20 +4,18 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var eventStreams = require('@smithy/core/event-streams');
12
+ var protocols = require('@smithy/core/protocols');
13
+ var retry = require('@smithy/core/retry');
9
14
  var schema = require('@smithy/core/schema');
10
- var eventstreamSerdeConfigResolver = require('@smithy/eventstream-serde-config-resolver');
11
- var middlewareContentLength = require('@smithy/middleware-content-length');
12
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
13
- var middlewareRetry = require('@smithy/middleware-retry');
14
- var smithyClient = require('@smithy/smithy-client');
15
15
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
16
16
  var runtimeConfig = require('./runtimeConfig');
17
17
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
18
- var protocolHttp = require('@smithy/protocol-http');
19
18
  var schemas_0 = require('./schemas/schemas_0');
20
- var utilWaiter = require('@smithy/util-waiter');
21
19
  var errors = require('./models/errors');
22
20
  var LambdaServiceException = require('./models/LambdaServiceException');
23
21
 
@@ -75,12 +73,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
75
73
  };
76
74
 
77
75
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
78
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
76
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
79
77
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
80
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
78
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
81
79
  };
82
80
 
83
- class LambdaClient extends smithyClient.Client {
81
+ class LambdaClient extends client.Client {
84
82
  config;
85
83
  constructor(...[configuration]) {
86
84
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -88,18 +86,18 @@ class LambdaClient extends smithyClient.Client {
88
86
  this.initConfig = _config_0;
89
87
  const _config_1 = resolveClientEndpointParameters(_config_0);
90
88
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
91
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
92
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
89
+ const _config_3 = retry.resolveRetryConfig(_config_2);
90
+ const _config_4 = config.resolveRegionConfig(_config_3);
93
91
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
94
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
95
- const _config_7 = eventstreamSerdeConfigResolver.resolveEventStreamSerdeConfig(_config_6);
92
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
93
+ const _config_7 = eventStreams.resolveEventStreamSerdeConfig(_config_6);
96
94
  const _config_8 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_7);
97
95
  const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
98
96
  this.config = _config_9;
99
97
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
100
98
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
101
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
102
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
99
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
100
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
104
102
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
105
103
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -116,11 +114,11 @@ class LambdaClient extends smithyClient.Client {
116
114
  }
117
115
  }
118
116
 
119
- class AddLayerVersionPermissionCommand extends smithyClient.Command
117
+ class AddLayerVersionPermissionCommand extends client.Command
120
118
  .classBuilder()
121
119
  .ep(commonParams)
122
120
  .m(function (Command, cs, config, o) {
123
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
121
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
124
122
  })
125
123
  .s("AWSGirApiService", "AddLayerVersionPermission", {})
126
124
  .n("LambdaClient", "AddLayerVersionPermissionCommand")
@@ -128,11 +126,11 @@ class AddLayerVersionPermissionCommand extends smithyClient.Command
128
126
  .build() {
129
127
  }
130
128
 
131
- class AddPermissionCommand extends smithyClient.Command
129
+ class AddPermissionCommand extends client.Command
132
130
  .classBuilder()
133
131
  .ep(commonParams)
134
132
  .m(function (Command, cs, config, o) {
135
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
133
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
136
134
  })
137
135
  .s("AWSGirApiService", "AddPermission", {})
138
136
  .n("LambdaClient", "AddPermissionCommand")
@@ -140,11 +138,11 @@ class AddPermissionCommand extends smithyClient.Command
140
138
  .build() {
141
139
  }
142
140
 
143
- class CheckpointDurableExecutionCommand extends smithyClient.Command
141
+ class CheckpointDurableExecutionCommand extends client.Command
144
142
  .classBuilder()
145
143
  .ep(commonParams)
146
144
  .m(function (Command, cs, config, o) {
147
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
145
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
148
146
  })
149
147
  .s("AWSGirApiService", "CheckpointDurableExecution", {})
150
148
  .n("LambdaClient", "CheckpointDurableExecutionCommand")
@@ -152,11 +150,11 @@ class CheckpointDurableExecutionCommand extends smithyClient.Command
152
150
  .build() {
153
151
  }
154
152
 
155
- class CreateAliasCommand extends smithyClient.Command
153
+ class CreateAliasCommand extends client.Command
156
154
  .classBuilder()
157
155
  .ep(commonParams)
158
156
  .m(function (Command, cs, config, o) {
159
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
157
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
160
158
  })
161
159
  .s("AWSGirApiService", "CreateAlias", {})
162
160
  .n("LambdaClient", "CreateAliasCommand")
@@ -164,11 +162,11 @@ class CreateAliasCommand extends smithyClient.Command
164
162
  .build() {
165
163
  }
166
164
 
167
- class CreateCapacityProviderCommand extends smithyClient.Command
165
+ class CreateCapacityProviderCommand extends client.Command
168
166
  .classBuilder()
169
167
  .ep(commonParams)
170
168
  .m(function (Command, cs, config, o) {
171
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
169
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
172
170
  })
173
171
  .s("AWSGirApiService", "CreateCapacityProvider", {})
174
172
  .n("LambdaClient", "CreateCapacityProviderCommand")
@@ -176,11 +174,11 @@ class CreateCapacityProviderCommand extends smithyClient.Command
176
174
  .build() {
177
175
  }
178
176
 
179
- class CreateCodeSigningConfigCommand extends smithyClient.Command
177
+ class CreateCodeSigningConfigCommand extends client.Command
180
178
  .classBuilder()
181
179
  .ep(commonParams)
182
180
  .m(function (Command, cs, config, o) {
183
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
181
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
184
182
  })
185
183
  .s("AWSGirApiService", "CreateCodeSigningConfig", {})
186
184
  .n("LambdaClient", "CreateCodeSigningConfigCommand")
@@ -188,11 +186,11 @@ class CreateCodeSigningConfigCommand extends smithyClient.Command
188
186
  .build() {
189
187
  }
190
188
 
191
- class CreateEventSourceMappingCommand extends smithyClient.Command
189
+ class CreateEventSourceMappingCommand extends client.Command
192
190
  .classBuilder()
193
191
  .ep(commonParams)
194
192
  .m(function (Command, cs, config, o) {
195
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
193
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
196
194
  })
197
195
  .s("AWSGirApiService", "CreateEventSourceMapping", {})
198
196
  .n("LambdaClient", "CreateEventSourceMappingCommand")
@@ -200,11 +198,11 @@ class CreateEventSourceMappingCommand extends smithyClient.Command
200
198
  .build() {
201
199
  }
202
200
 
203
- class CreateFunctionCommand extends smithyClient.Command
201
+ class CreateFunctionCommand extends client.Command
204
202
  .classBuilder()
205
203
  .ep(commonParams)
206
204
  .m(function (Command, cs, config, o) {
207
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
205
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
208
206
  })
209
207
  .s("AWSGirApiService", "CreateFunction", {})
210
208
  .n("LambdaClient", "CreateFunctionCommand")
@@ -212,11 +210,11 @@ class CreateFunctionCommand extends smithyClient.Command
212
210
  .build() {
213
211
  }
214
212
 
215
- class CreateFunctionUrlConfigCommand extends smithyClient.Command
213
+ class CreateFunctionUrlConfigCommand extends client.Command
216
214
  .classBuilder()
217
215
  .ep(commonParams)
218
216
  .m(function (Command, cs, config, o) {
219
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
217
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
220
218
  })
221
219
  .s("AWSGirApiService", "CreateFunctionUrlConfig", {})
222
220
  .n("LambdaClient", "CreateFunctionUrlConfigCommand")
@@ -224,11 +222,11 @@ class CreateFunctionUrlConfigCommand extends smithyClient.Command
224
222
  .build() {
225
223
  }
226
224
 
227
- class DeleteAliasCommand extends smithyClient.Command
225
+ class DeleteAliasCommand extends client.Command
228
226
  .classBuilder()
229
227
  .ep(commonParams)
230
228
  .m(function (Command, cs, config, o) {
231
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
229
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
232
230
  })
233
231
  .s("AWSGirApiService", "DeleteAlias", {})
234
232
  .n("LambdaClient", "DeleteAliasCommand")
@@ -236,11 +234,11 @@ class DeleteAliasCommand extends smithyClient.Command
236
234
  .build() {
237
235
  }
238
236
 
239
- class DeleteCapacityProviderCommand extends smithyClient.Command
237
+ class DeleteCapacityProviderCommand extends client.Command
240
238
  .classBuilder()
241
239
  .ep(commonParams)
242
240
  .m(function (Command, cs, config, o) {
243
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
241
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
244
242
  })
245
243
  .s("AWSGirApiService", "DeleteCapacityProvider", {})
246
244
  .n("LambdaClient", "DeleteCapacityProviderCommand")
@@ -248,11 +246,11 @@ class DeleteCapacityProviderCommand extends smithyClient.Command
248
246
  .build() {
249
247
  }
250
248
 
251
- class DeleteCodeSigningConfigCommand extends smithyClient.Command
249
+ class DeleteCodeSigningConfigCommand extends client.Command
252
250
  .classBuilder()
253
251
  .ep(commonParams)
254
252
  .m(function (Command, cs, config, o) {
255
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
253
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
256
254
  })
257
255
  .s("AWSGirApiService", "DeleteCodeSigningConfig", {})
258
256
  .n("LambdaClient", "DeleteCodeSigningConfigCommand")
@@ -260,11 +258,11 @@ class DeleteCodeSigningConfigCommand extends smithyClient.Command
260
258
  .build() {
261
259
  }
262
260
 
263
- class DeleteEventSourceMappingCommand extends smithyClient.Command
261
+ class DeleteEventSourceMappingCommand extends client.Command
264
262
  .classBuilder()
265
263
  .ep(commonParams)
266
264
  .m(function (Command, cs, config, o) {
267
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
265
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
268
266
  })
269
267
  .s("AWSGirApiService", "DeleteEventSourceMapping", {})
270
268
  .n("LambdaClient", "DeleteEventSourceMappingCommand")
@@ -272,11 +270,11 @@ class DeleteEventSourceMappingCommand extends smithyClient.Command
272
270
  .build() {
273
271
  }
274
272
 
275
- class DeleteFunctionCodeSigningConfigCommand extends smithyClient.Command
273
+ class DeleteFunctionCodeSigningConfigCommand extends client.Command
276
274
  .classBuilder()
277
275
  .ep(commonParams)
278
276
  .m(function (Command, cs, config, o) {
279
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
277
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
280
278
  })
281
279
  .s("AWSGirApiService", "DeleteFunctionCodeSigningConfig", {})
282
280
  .n("LambdaClient", "DeleteFunctionCodeSigningConfigCommand")
@@ -284,11 +282,11 @@ class DeleteFunctionCodeSigningConfigCommand extends smithyClient.Command
284
282
  .build() {
285
283
  }
286
284
 
287
- class DeleteFunctionCommand extends smithyClient.Command
285
+ class DeleteFunctionCommand extends client.Command
288
286
  .classBuilder()
289
287
  .ep(commonParams)
290
288
  .m(function (Command, cs, config, o) {
291
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
289
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
292
290
  })
293
291
  .s("AWSGirApiService", "DeleteFunction", {})
294
292
  .n("LambdaClient", "DeleteFunctionCommand")
@@ -296,11 +294,11 @@ class DeleteFunctionCommand extends smithyClient.Command
296
294
  .build() {
297
295
  }
298
296
 
299
- class DeleteFunctionConcurrencyCommand extends smithyClient.Command
297
+ class DeleteFunctionConcurrencyCommand extends client.Command
300
298
  .classBuilder()
301
299
  .ep(commonParams)
302
300
  .m(function (Command, cs, config, o) {
303
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
301
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
304
302
  })
305
303
  .s("AWSGirApiService", "DeleteFunctionConcurrency", {})
306
304
  .n("LambdaClient", "DeleteFunctionConcurrencyCommand")
@@ -308,11 +306,11 @@ class DeleteFunctionConcurrencyCommand extends smithyClient.Command
308
306
  .build() {
309
307
  }
310
308
 
311
- class DeleteFunctionEventInvokeConfigCommand extends smithyClient.Command
309
+ class DeleteFunctionEventInvokeConfigCommand extends client.Command
312
310
  .classBuilder()
313
311
  .ep(commonParams)
314
312
  .m(function (Command, cs, config, o) {
315
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
313
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
316
314
  })
317
315
  .s("AWSGirApiService", "DeleteFunctionEventInvokeConfig", {})
318
316
  .n("LambdaClient", "DeleteFunctionEventInvokeConfigCommand")
@@ -320,11 +318,11 @@ class DeleteFunctionEventInvokeConfigCommand extends smithyClient.Command
320
318
  .build() {
321
319
  }
322
320
 
323
- class DeleteFunctionUrlConfigCommand extends smithyClient.Command
321
+ class DeleteFunctionUrlConfigCommand extends client.Command
324
322
  .classBuilder()
325
323
  .ep(commonParams)
326
324
  .m(function (Command, cs, config, o) {
327
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
325
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
328
326
  })
329
327
  .s("AWSGirApiService", "DeleteFunctionUrlConfig", {})
330
328
  .n("LambdaClient", "DeleteFunctionUrlConfigCommand")
@@ -332,11 +330,11 @@ class DeleteFunctionUrlConfigCommand extends smithyClient.Command
332
330
  .build() {
333
331
  }
334
332
 
335
- class DeleteLayerVersionCommand extends smithyClient.Command
333
+ class DeleteLayerVersionCommand extends client.Command
336
334
  .classBuilder()
337
335
  .ep(commonParams)
338
336
  .m(function (Command, cs, config, o) {
339
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
337
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
340
338
  })
341
339
  .s("AWSGirApiService", "DeleteLayerVersion", {})
342
340
  .n("LambdaClient", "DeleteLayerVersionCommand")
@@ -344,11 +342,11 @@ class DeleteLayerVersionCommand extends smithyClient.Command
344
342
  .build() {
345
343
  }
346
344
 
347
- class DeleteProvisionedConcurrencyConfigCommand extends smithyClient.Command
345
+ class DeleteProvisionedConcurrencyConfigCommand extends client.Command
348
346
  .classBuilder()
349
347
  .ep(commonParams)
350
348
  .m(function (Command, cs, config, o) {
351
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
349
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
352
350
  })
353
351
  .s("AWSGirApiService", "DeleteProvisionedConcurrencyConfig", {})
354
352
  .n("LambdaClient", "DeleteProvisionedConcurrencyConfigCommand")
@@ -356,11 +354,11 @@ class DeleteProvisionedConcurrencyConfigCommand extends smithyClient.Command
356
354
  .build() {
357
355
  }
358
356
 
359
- class GetAccountSettingsCommand extends smithyClient.Command
357
+ class GetAccountSettingsCommand extends client.Command
360
358
  .classBuilder()
361
359
  .ep(commonParams)
362
360
  .m(function (Command, cs, config, o) {
363
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
361
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
364
362
  })
365
363
  .s("AWSGirApiService", "GetAccountSettings", {})
366
364
  .n("LambdaClient", "GetAccountSettingsCommand")
@@ -368,11 +366,11 @@ class GetAccountSettingsCommand extends smithyClient.Command
368
366
  .build() {
369
367
  }
370
368
 
371
- class GetAliasCommand extends smithyClient.Command
369
+ class GetAliasCommand extends client.Command
372
370
  .classBuilder()
373
371
  .ep(commonParams)
374
372
  .m(function (Command, cs, config, o) {
375
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
373
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
376
374
  })
377
375
  .s("AWSGirApiService", "GetAlias", {})
378
376
  .n("LambdaClient", "GetAliasCommand")
@@ -380,11 +378,11 @@ class GetAliasCommand extends smithyClient.Command
380
378
  .build() {
381
379
  }
382
380
 
383
- class GetCapacityProviderCommand extends smithyClient.Command
381
+ class GetCapacityProviderCommand extends client.Command
384
382
  .classBuilder()
385
383
  .ep(commonParams)
386
384
  .m(function (Command, cs, config, o) {
387
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
385
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
388
386
  })
389
387
  .s("AWSGirApiService", "GetCapacityProvider", {})
390
388
  .n("LambdaClient", "GetCapacityProviderCommand")
@@ -392,11 +390,11 @@ class GetCapacityProviderCommand extends smithyClient.Command
392
390
  .build() {
393
391
  }
394
392
 
395
- class GetCodeSigningConfigCommand extends smithyClient.Command
393
+ class GetCodeSigningConfigCommand extends client.Command
396
394
  .classBuilder()
397
395
  .ep(commonParams)
398
396
  .m(function (Command, cs, config, o) {
399
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
397
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
400
398
  })
401
399
  .s("AWSGirApiService", "GetCodeSigningConfig", {})
402
400
  .n("LambdaClient", "GetCodeSigningConfigCommand")
@@ -404,11 +402,11 @@ class GetCodeSigningConfigCommand extends smithyClient.Command
404
402
  .build() {
405
403
  }
406
404
 
407
- class GetDurableExecutionCommand extends smithyClient.Command
405
+ class GetDurableExecutionCommand extends client.Command
408
406
  .classBuilder()
409
407
  .ep(commonParams)
410
408
  .m(function (Command, cs, config, o) {
411
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
409
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
412
410
  })
413
411
  .s("AWSGirApiService", "GetDurableExecution", {})
414
412
  .n("LambdaClient", "GetDurableExecutionCommand")
@@ -416,11 +414,11 @@ class GetDurableExecutionCommand extends smithyClient.Command
416
414
  .build() {
417
415
  }
418
416
 
419
- class GetDurableExecutionHistoryCommand extends smithyClient.Command
417
+ class GetDurableExecutionHistoryCommand extends client.Command
420
418
  .classBuilder()
421
419
  .ep(commonParams)
422
420
  .m(function (Command, cs, config, o) {
423
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
421
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
424
422
  })
425
423
  .s("AWSGirApiService", "GetDurableExecutionHistory", {})
426
424
  .n("LambdaClient", "GetDurableExecutionHistoryCommand")
@@ -428,11 +426,11 @@ class GetDurableExecutionHistoryCommand extends smithyClient.Command
428
426
  .build() {
429
427
  }
430
428
 
431
- class GetDurableExecutionStateCommand extends smithyClient.Command
429
+ class GetDurableExecutionStateCommand extends client.Command
432
430
  .classBuilder()
433
431
  .ep(commonParams)
434
432
  .m(function (Command, cs, config, o) {
435
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
433
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
436
434
  })
437
435
  .s("AWSGirApiService", "GetDurableExecutionState", {})
438
436
  .n("LambdaClient", "GetDurableExecutionStateCommand")
@@ -440,11 +438,11 @@ class GetDurableExecutionStateCommand extends smithyClient.Command
440
438
  .build() {
441
439
  }
442
440
 
443
- class GetEventSourceMappingCommand extends smithyClient.Command
441
+ class GetEventSourceMappingCommand extends client.Command
444
442
  .classBuilder()
445
443
  .ep(commonParams)
446
444
  .m(function (Command, cs, config, o) {
447
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
445
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
448
446
  })
449
447
  .s("AWSGirApiService", "GetEventSourceMapping", {})
450
448
  .n("LambdaClient", "GetEventSourceMappingCommand")
@@ -452,11 +450,11 @@ class GetEventSourceMappingCommand extends smithyClient.Command
452
450
  .build() {
453
451
  }
454
452
 
455
- class GetFunctionCodeSigningConfigCommand extends smithyClient.Command
453
+ class GetFunctionCodeSigningConfigCommand extends client.Command
456
454
  .classBuilder()
457
455
  .ep(commonParams)
458
456
  .m(function (Command, cs, config, o) {
459
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
457
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
460
458
  })
461
459
  .s("AWSGirApiService", "GetFunctionCodeSigningConfig", {})
462
460
  .n("LambdaClient", "GetFunctionCodeSigningConfigCommand")
@@ -464,11 +462,11 @@ class GetFunctionCodeSigningConfigCommand extends smithyClient.Command
464
462
  .build() {
465
463
  }
466
464
 
467
- class GetFunctionCommand extends smithyClient.Command
465
+ class GetFunctionCommand extends client.Command
468
466
  .classBuilder()
469
467
  .ep(commonParams)
470
468
  .m(function (Command, cs, config, o) {
471
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
469
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
472
470
  })
473
471
  .s("AWSGirApiService", "GetFunction", {})
474
472
  .n("LambdaClient", "GetFunctionCommand")
@@ -476,11 +474,11 @@ class GetFunctionCommand extends smithyClient.Command
476
474
  .build() {
477
475
  }
478
476
 
479
- class GetFunctionConcurrencyCommand extends smithyClient.Command
477
+ class GetFunctionConcurrencyCommand extends client.Command
480
478
  .classBuilder()
481
479
  .ep(commonParams)
482
480
  .m(function (Command, cs, config, o) {
483
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
481
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
484
482
  })
485
483
  .s("AWSGirApiService", "GetFunctionConcurrency", {})
486
484
  .n("LambdaClient", "GetFunctionConcurrencyCommand")
@@ -488,11 +486,11 @@ class GetFunctionConcurrencyCommand extends smithyClient.Command
488
486
  .build() {
489
487
  }
490
488
 
491
- class GetFunctionConfigurationCommand extends smithyClient.Command
489
+ class GetFunctionConfigurationCommand extends client.Command
492
490
  .classBuilder()
493
491
  .ep(commonParams)
494
492
  .m(function (Command, cs, config, o) {
495
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
493
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
496
494
  })
497
495
  .s("AWSGirApiService", "GetFunctionConfiguration", {})
498
496
  .n("LambdaClient", "GetFunctionConfigurationCommand")
@@ -500,11 +498,11 @@ class GetFunctionConfigurationCommand extends smithyClient.Command
500
498
  .build() {
501
499
  }
502
500
 
503
- class GetFunctionEventInvokeConfigCommand extends smithyClient.Command
501
+ class GetFunctionEventInvokeConfigCommand extends client.Command
504
502
  .classBuilder()
505
503
  .ep(commonParams)
506
504
  .m(function (Command, cs, config, o) {
507
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
505
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
508
506
  })
509
507
  .s("AWSGirApiService", "GetFunctionEventInvokeConfig", {})
510
508
  .n("LambdaClient", "GetFunctionEventInvokeConfigCommand")
@@ -512,11 +510,11 @@ class GetFunctionEventInvokeConfigCommand extends smithyClient.Command
512
510
  .build() {
513
511
  }
514
512
 
515
- class GetFunctionRecursionConfigCommand extends smithyClient.Command
513
+ class GetFunctionRecursionConfigCommand extends client.Command
516
514
  .classBuilder()
517
515
  .ep(commonParams)
518
516
  .m(function (Command, cs, config, o) {
519
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
517
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
520
518
  })
521
519
  .s("AWSGirApiService", "GetFunctionRecursionConfig", {})
522
520
  .n("LambdaClient", "GetFunctionRecursionConfigCommand")
@@ -524,11 +522,11 @@ class GetFunctionRecursionConfigCommand extends smithyClient.Command
524
522
  .build() {
525
523
  }
526
524
 
527
- class GetFunctionScalingConfigCommand extends smithyClient.Command
525
+ class GetFunctionScalingConfigCommand extends client.Command
528
526
  .classBuilder()
529
527
  .ep(commonParams)
530
528
  .m(function (Command, cs, config, o) {
531
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
529
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
532
530
  })
533
531
  .s("AWSGirApiService", "GetFunctionScalingConfig", {})
534
532
  .n("LambdaClient", "GetFunctionScalingConfigCommand")
@@ -536,11 +534,11 @@ class GetFunctionScalingConfigCommand extends smithyClient.Command
536
534
  .build() {
537
535
  }
538
536
 
539
- class GetFunctionUrlConfigCommand extends smithyClient.Command
537
+ class GetFunctionUrlConfigCommand extends client.Command
540
538
  .classBuilder()
541
539
  .ep(commonParams)
542
540
  .m(function (Command, cs, config, o) {
543
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
541
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
544
542
  })
545
543
  .s("AWSGirApiService", "GetFunctionUrlConfig", {})
546
544
  .n("LambdaClient", "GetFunctionUrlConfigCommand")
@@ -548,11 +546,11 @@ class GetFunctionUrlConfigCommand extends smithyClient.Command
548
546
  .build() {
549
547
  }
550
548
 
551
- class GetLayerVersionByArnCommand extends smithyClient.Command
549
+ class GetLayerVersionByArnCommand extends client.Command
552
550
  .classBuilder()
553
551
  .ep(commonParams)
554
552
  .m(function (Command, cs, config, o) {
555
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
553
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
556
554
  })
557
555
  .s("AWSGirApiService", "GetLayerVersionByArn", {})
558
556
  .n("LambdaClient", "GetLayerVersionByArnCommand")
@@ -560,11 +558,11 @@ class GetLayerVersionByArnCommand extends smithyClient.Command
560
558
  .build() {
561
559
  }
562
560
 
563
- class GetLayerVersionCommand extends smithyClient.Command
561
+ class GetLayerVersionCommand extends client.Command
564
562
  .classBuilder()
565
563
  .ep(commonParams)
566
564
  .m(function (Command, cs, config, o) {
567
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
565
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
568
566
  })
569
567
  .s("AWSGirApiService", "GetLayerVersion", {})
570
568
  .n("LambdaClient", "GetLayerVersionCommand")
@@ -572,11 +570,11 @@ class GetLayerVersionCommand extends smithyClient.Command
572
570
  .build() {
573
571
  }
574
572
 
575
- class GetLayerVersionPolicyCommand extends smithyClient.Command
573
+ class GetLayerVersionPolicyCommand extends client.Command
576
574
  .classBuilder()
577
575
  .ep(commonParams)
578
576
  .m(function (Command, cs, config, o) {
579
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
577
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
580
578
  })
581
579
  .s("AWSGirApiService", "GetLayerVersionPolicy", {})
582
580
  .n("LambdaClient", "GetLayerVersionPolicyCommand")
@@ -584,11 +582,11 @@ class GetLayerVersionPolicyCommand extends smithyClient.Command
584
582
  .build() {
585
583
  }
586
584
 
587
- class GetPolicyCommand extends smithyClient.Command
585
+ class GetPolicyCommand extends client.Command
588
586
  .classBuilder()
589
587
  .ep(commonParams)
590
588
  .m(function (Command, cs, config, o) {
591
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
589
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
592
590
  })
593
591
  .s("AWSGirApiService", "GetPolicy", {})
594
592
  .n("LambdaClient", "GetPolicyCommand")
@@ -596,11 +594,11 @@ class GetPolicyCommand extends smithyClient.Command
596
594
  .build() {
597
595
  }
598
596
 
599
- class GetProvisionedConcurrencyConfigCommand extends smithyClient.Command
597
+ class GetProvisionedConcurrencyConfigCommand extends client.Command
600
598
  .classBuilder()
601
599
  .ep(commonParams)
602
600
  .m(function (Command, cs, config, o) {
603
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
601
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
604
602
  })
605
603
  .s("AWSGirApiService", "GetProvisionedConcurrencyConfig", {})
606
604
  .n("LambdaClient", "GetProvisionedConcurrencyConfigCommand")
@@ -608,11 +606,11 @@ class GetProvisionedConcurrencyConfigCommand extends smithyClient.Command
608
606
  .build() {
609
607
  }
610
608
 
611
- class GetRuntimeManagementConfigCommand extends smithyClient.Command
609
+ class GetRuntimeManagementConfigCommand extends client.Command
612
610
  .classBuilder()
613
611
  .ep(commonParams)
614
612
  .m(function (Command, cs, config, o) {
615
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
613
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
616
614
  })
617
615
  .s("AWSGirApiService", "GetRuntimeManagementConfig", {})
618
616
  .n("LambdaClient", "GetRuntimeManagementConfigCommand")
@@ -620,11 +618,11 @@ class GetRuntimeManagementConfigCommand extends smithyClient.Command
620
618
  .build() {
621
619
  }
622
620
 
623
- class InvokeAsyncCommand extends smithyClient.Command
621
+ class InvokeAsyncCommand extends client.Command
624
622
  .classBuilder()
625
623
  .ep(commonParams)
626
624
  .m(function (Command, cs, config, o) {
627
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
625
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
628
626
  })
629
627
  .s("AWSGirApiService", "InvokeAsync", {})
630
628
  .n("LambdaClient", "InvokeAsyncCommand")
@@ -632,11 +630,11 @@ class InvokeAsyncCommand extends smithyClient.Command
632
630
  .build() {
633
631
  }
634
632
 
635
- class InvokeCommand extends smithyClient.Command
633
+ class InvokeCommand extends client.Command
636
634
  .classBuilder()
637
635
  .ep(commonParams)
638
636
  .m(function (Command, cs, config, o) {
639
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
637
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
640
638
  })
641
639
  .s("AWSGirApiService", "Invoke", {})
642
640
  .n("LambdaClient", "InvokeCommand")
@@ -644,11 +642,11 @@ class InvokeCommand extends smithyClient.Command
644
642
  .build() {
645
643
  }
646
644
 
647
- class InvokeWithResponseStreamCommand extends smithyClient.Command
645
+ class InvokeWithResponseStreamCommand extends client.Command
648
646
  .classBuilder()
649
647
  .ep(commonParams)
650
648
  .m(function (Command, cs, config, o) {
651
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
649
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
652
650
  })
653
651
  .s("AWSGirApiService", "InvokeWithResponseStream", {
654
652
  eventStream: {
@@ -660,11 +658,11 @@ class InvokeWithResponseStreamCommand extends smithyClient.Command
660
658
  .build() {
661
659
  }
662
660
 
663
- class ListAliasesCommand extends smithyClient.Command
661
+ class ListAliasesCommand extends client.Command
664
662
  .classBuilder()
665
663
  .ep(commonParams)
666
664
  .m(function (Command, cs, config, o) {
667
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
665
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
668
666
  })
669
667
  .s("AWSGirApiService", "ListAliases", {})
670
668
  .n("LambdaClient", "ListAliasesCommand")
@@ -672,11 +670,11 @@ class ListAliasesCommand extends smithyClient.Command
672
670
  .build() {
673
671
  }
674
672
 
675
- class ListCapacityProvidersCommand extends smithyClient.Command
673
+ class ListCapacityProvidersCommand extends client.Command
676
674
  .classBuilder()
677
675
  .ep(commonParams)
678
676
  .m(function (Command, cs, config, o) {
679
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
677
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
680
678
  })
681
679
  .s("AWSGirApiService", "ListCapacityProviders", {})
682
680
  .n("LambdaClient", "ListCapacityProvidersCommand")
@@ -684,11 +682,11 @@ class ListCapacityProvidersCommand extends smithyClient.Command
684
682
  .build() {
685
683
  }
686
684
 
687
- class ListCodeSigningConfigsCommand extends smithyClient.Command
685
+ class ListCodeSigningConfigsCommand extends client.Command
688
686
  .classBuilder()
689
687
  .ep(commonParams)
690
688
  .m(function (Command, cs, config, o) {
691
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
689
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
692
690
  })
693
691
  .s("AWSGirApiService", "ListCodeSigningConfigs", {})
694
692
  .n("LambdaClient", "ListCodeSigningConfigsCommand")
@@ -696,11 +694,11 @@ class ListCodeSigningConfigsCommand extends smithyClient.Command
696
694
  .build() {
697
695
  }
698
696
 
699
- class ListDurableExecutionsByFunctionCommand extends smithyClient.Command
697
+ class ListDurableExecutionsByFunctionCommand extends client.Command
700
698
  .classBuilder()
701
699
  .ep(commonParams)
702
700
  .m(function (Command, cs, config, o) {
703
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
701
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
704
702
  })
705
703
  .s("AWSGirApiService", "ListDurableExecutionsByFunction", {})
706
704
  .n("LambdaClient", "ListDurableExecutionsByFunctionCommand")
@@ -708,11 +706,11 @@ class ListDurableExecutionsByFunctionCommand extends smithyClient.Command
708
706
  .build() {
709
707
  }
710
708
 
711
- class ListEventSourceMappingsCommand extends smithyClient.Command
709
+ class ListEventSourceMappingsCommand extends client.Command
712
710
  .classBuilder()
713
711
  .ep(commonParams)
714
712
  .m(function (Command, cs, config, o) {
715
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
713
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
716
714
  })
717
715
  .s("AWSGirApiService", "ListEventSourceMappings", {})
718
716
  .n("LambdaClient", "ListEventSourceMappingsCommand")
@@ -720,11 +718,11 @@ class ListEventSourceMappingsCommand extends smithyClient.Command
720
718
  .build() {
721
719
  }
722
720
 
723
- class ListFunctionEventInvokeConfigsCommand extends smithyClient.Command
721
+ class ListFunctionEventInvokeConfigsCommand extends client.Command
724
722
  .classBuilder()
725
723
  .ep(commonParams)
726
724
  .m(function (Command, cs, config, o) {
727
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
725
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
728
726
  })
729
727
  .s("AWSGirApiService", "ListFunctionEventInvokeConfigs", {})
730
728
  .n("LambdaClient", "ListFunctionEventInvokeConfigsCommand")
@@ -732,11 +730,11 @@ class ListFunctionEventInvokeConfigsCommand extends smithyClient.Command
732
730
  .build() {
733
731
  }
734
732
 
735
- class ListFunctionsByCodeSigningConfigCommand extends smithyClient.Command
733
+ class ListFunctionsByCodeSigningConfigCommand extends client.Command
736
734
  .classBuilder()
737
735
  .ep(commonParams)
738
736
  .m(function (Command, cs, config, o) {
739
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
737
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
740
738
  })
741
739
  .s("AWSGirApiService", "ListFunctionsByCodeSigningConfig", {})
742
740
  .n("LambdaClient", "ListFunctionsByCodeSigningConfigCommand")
@@ -744,11 +742,11 @@ class ListFunctionsByCodeSigningConfigCommand extends smithyClient.Command
744
742
  .build() {
745
743
  }
746
744
 
747
- class ListFunctionsCommand extends smithyClient.Command
745
+ class ListFunctionsCommand extends client.Command
748
746
  .classBuilder()
749
747
  .ep(commonParams)
750
748
  .m(function (Command, cs, config, o) {
751
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
749
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
752
750
  })
753
751
  .s("AWSGirApiService", "ListFunctions", {})
754
752
  .n("LambdaClient", "ListFunctionsCommand")
@@ -756,11 +754,11 @@ class ListFunctionsCommand extends smithyClient.Command
756
754
  .build() {
757
755
  }
758
756
 
759
- class ListFunctionUrlConfigsCommand extends smithyClient.Command
757
+ class ListFunctionUrlConfigsCommand extends client.Command
760
758
  .classBuilder()
761
759
  .ep(commonParams)
762
760
  .m(function (Command, cs, config, o) {
763
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
761
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
764
762
  })
765
763
  .s("AWSGirApiService", "ListFunctionUrlConfigs", {})
766
764
  .n("LambdaClient", "ListFunctionUrlConfigsCommand")
@@ -768,11 +766,11 @@ class ListFunctionUrlConfigsCommand extends smithyClient.Command
768
766
  .build() {
769
767
  }
770
768
 
771
- class ListFunctionVersionsByCapacityProviderCommand extends smithyClient.Command
769
+ class ListFunctionVersionsByCapacityProviderCommand extends client.Command
772
770
  .classBuilder()
773
771
  .ep(commonParams)
774
772
  .m(function (Command, cs, config, o) {
775
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
773
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
776
774
  })
777
775
  .s("AWSGirApiService", "ListFunctionVersionsByCapacityProvider", {})
778
776
  .n("LambdaClient", "ListFunctionVersionsByCapacityProviderCommand")
@@ -780,11 +778,11 @@ class ListFunctionVersionsByCapacityProviderCommand extends smithyClient.Command
780
778
  .build() {
781
779
  }
782
780
 
783
- class ListLayersCommand extends smithyClient.Command
781
+ class ListLayersCommand extends client.Command
784
782
  .classBuilder()
785
783
  .ep(commonParams)
786
784
  .m(function (Command, cs, config, o) {
787
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
785
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
788
786
  })
789
787
  .s("AWSGirApiService", "ListLayers", {})
790
788
  .n("LambdaClient", "ListLayersCommand")
@@ -792,11 +790,11 @@ class ListLayersCommand extends smithyClient.Command
792
790
  .build() {
793
791
  }
794
792
 
795
- class ListLayerVersionsCommand extends smithyClient.Command
793
+ class ListLayerVersionsCommand extends client.Command
796
794
  .classBuilder()
797
795
  .ep(commonParams)
798
796
  .m(function (Command, cs, config, o) {
799
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
797
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
800
798
  })
801
799
  .s("AWSGirApiService", "ListLayerVersions", {})
802
800
  .n("LambdaClient", "ListLayerVersionsCommand")
@@ -804,11 +802,11 @@ class ListLayerVersionsCommand extends smithyClient.Command
804
802
  .build() {
805
803
  }
806
804
 
807
- class ListProvisionedConcurrencyConfigsCommand extends smithyClient.Command
805
+ class ListProvisionedConcurrencyConfigsCommand extends client.Command
808
806
  .classBuilder()
809
807
  .ep(commonParams)
810
808
  .m(function (Command, cs, config, o) {
811
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
809
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
812
810
  })
813
811
  .s("AWSGirApiService", "ListProvisionedConcurrencyConfigs", {})
814
812
  .n("LambdaClient", "ListProvisionedConcurrencyConfigsCommand")
@@ -816,11 +814,11 @@ class ListProvisionedConcurrencyConfigsCommand extends smithyClient.Command
816
814
  .build() {
817
815
  }
818
816
 
819
- class ListTagsCommand extends smithyClient.Command
817
+ class ListTagsCommand extends client.Command
820
818
  .classBuilder()
821
819
  .ep(commonParams)
822
820
  .m(function (Command, cs, config, o) {
823
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
821
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
824
822
  })
825
823
  .s("AWSGirApiService", "ListTags", {})
826
824
  .n("LambdaClient", "ListTagsCommand")
@@ -828,11 +826,11 @@ class ListTagsCommand extends smithyClient.Command
828
826
  .build() {
829
827
  }
830
828
 
831
- class ListVersionsByFunctionCommand extends smithyClient.Command
829
+ class ListVersionsByFunctionCommand extends client.Command
832
830
  .classBuilder()
833
831
  .ep(commonParams)
834
832
  .m(function (Command, cs, config, o) {
835
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
833
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
836
834
  })
837
835
  .s("AWSGirApiService", "ListVersionsByFunction", {})
838
836
  .n("LambdaClient", "ListVersionsByFunctionCommand")
@@ -840,11 +838,11 @@ class ListVersionsByFunctionCommand extends smithyClient.Command
840
838
  .build() {
841
839
  }
842
840
 
843
- class PublishLayerVersionCommand extends smithyClient.Command
841
+ class PublishLayerVersionCommand extends client.Command
844
842
  .classBuilder()
845
843
  .ep(commonParams)
846
844
  .m(function (Command, cs, config, o) {
847
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
845
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
848
846
  })
849
847
  .s("AWSGirApiService", "PublishLayerVersion", {})
850
848
  .n("LambdaClient", "PublishLayerVersionCommand")
@@ -852,11 +850,11 @@ class PublishLayerVersionCommand extends smithyClient.Command
852
850
  .build() {
853
851
  }
854
852
 
855
- class PublishVersionCommand extends smithyClient.Command
853
+ class PublishVersionCommand extends client.Command
856
854
  .classBuilder()
857
855
  .ep(commonParams)
858
856
  .m(function (Command, cs, config, o) {
859
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
857
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
860
858
  })
861
859
  .s("AWSGirApiService", "PublishVersion", {})
862
860
  .n("LambdaClient", "PublishVersionCommand")
@@ -864,11 +862,11 @@ class PublishVersionCommand extends smithyClient.Command
864
862
  .build() {
865
863
  }
866
864
 
867
- class PutFunctionCodeSigningConfigCommand extends smithyClient.Command
865
+ class PutFunctionCodeSigningConfigCommand extends client.Command
868
866
  .classBuilder()
869
867
  .ep(commonParams)
870
868
  .m(function (Command, cs, config, o) {
871
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
869
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
872
870
  })
873
871
  .s("AWSGirApiService", "PutFunctionCodeSigningConfig", {})
874
872
  .n("LambdaClient", "PutFunctionCodeSigningConfigCommand")
@@ -876,11 +874,11 @@ class PutFunctionCodeSigningConfigCommand extends smithyClient.Command
876
874
  .build() {
877
875
  }
878
876
 
879
- class PutFunctionConcurrencyCommand extends smithyClient.Command
877
+ class PutFunctionConcurrencyCommand extends client.Command
880
878
  .classBuilder()
881
879
  .ep(commonParams)
882
880
  .m(function (Command, cs, config, o) {
883
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
881
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
884
882
  })
885
883
  .s("AWSGirApiService", "PutFunctionConcurrency", {})
886
884
  .n("LambdaClient", "PutFunctionConcurrencyCommand")
@@ -888,11 +886,11 @@ class PutFunctionConcurrencyCommand extends smithyClient.Command
888
886
  .build() {
889
887
  }
890
888
 
891
- class PutFunctionEventInvokeConfigCommand extends smithyClient.Command
889
+ class PutFunctionEventInvokeConfigCommand extends client.Command
892
890
  .classBuilder()
893
891
  .ep(commonParams)
894
892
  .m(function (Command, cs, config, o) {
895
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
893
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
896
894
  })
897
895
  .s("AWSGirApiService", "PutFunctionEventInvokeConfig", {})
898
896
  .n("LambdaClient", "PutFunctionEventInvokeConfigCommand")
@@ -900,11 +898,11 @@ class PutFunctionEventInvokeConfigCommand extends smithyClient.Command
900
898
  .build() {
901
899
  }
902
900
 
903
- class PutFunctionRecursionConfigCommand extends smithyClient.Command
901
+ class PutFunctionRecursionConfigCommand extends client.Command
904
902
  .classBuilder()
905
903
  .ep(commonParams)
906
904
  .m(function (Command, cs, config, o) {
907
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
905
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
908
906
  })
909
907
  .s("AWSGirApiService", "PutFunctionRecursionConfig", {})
910
908
  .n("LambdaClient", "PutFunctionRecursionConfigCommand")
@@ -912,11 +910,11 @@ class PutFunctionRecursionConfigCommand extends smithyClient.Command
912
910
  .build() {
913
911
  }
914
912
 
915
- class PutFunctionScalingConfigCommand extends smithyClient.Command
913
+ class PutFunctionScalingConfigCommand extends client.Command
916
914
  .classBuilder()
917
915
  .ep(commonParams)
918
916
  .m(function (Command, cs, config, o) {
919
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
917
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
920
918
  })
921
919
  .s("AWSGirApiService", "PutFunctionScalingConfig", {})
922
920
  .n("LambdaClient", "PutFunctionScalingConfigCommand")
@@ -924,11 +922,11 @@ class PutFunctionScalingConfigCommand extends smithyClient.Command
924
922
  .build() {
925
923
  }
926
924
 
927
- class PutProvisionedConcurrencyConfigCommand extends smithyClient.Command
925
+ class PutProvisionedConcurrencyConfigCommand extends client.Command
928
926
  .classBuilder()
929
927
  .ep(commonParams)
930
928
  .m(function (Command, cs, config, o) {
931
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
929
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
932
930
  })
933
931
  .s("AWSGirApiService", "PutProvisionedConcurrencyConfig", {})
934
932
  .n("LambdaClient", "PutProvisionedConcurrencyConfigCommand")
@@ -936,11 +934,11 @@ class PutProvisionedConcurrencyConfigCommand extends smithyClient.Command
936
934
  .build() {
937
935
  }
938
936
 
939
- class PutRuntimeManagementConfigCommand extends smithyClient.Command
937
+ class PutRuntimeManagementConfigCommand extends client.Command
940
938
  .classBuilder()
941
939
  .ep(commonParams)
942
940
  .m(function (Command, cs, config, o) {
943
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
941
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
944
942
  })
945
943
  .s("AWSGirApiService", "PutRuntimeManagementConfig", {})
946
944
  .n("LambdaClient", "PutRuntimeManagementConfigCommand")
@@ -948,11 +946,11 @@ class PutRuntimeManagementConfigCommand extends smithyClient.Command
948
946
  .build() {
949
947
  }
950
948
 
951
- class RemoveLayerVersionPermissionCommand extends smithyClient.Command
949
+ class RemoveLayerVersionPermissionCommand extends client.Command
952
950
  .classBuilder()
953
951
  .ep(commonParams)
954
952
  .m(function (Command, cs, config, o) {
955
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
953
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
956
954
  })
957
955
  .s("AWSGirApiService", "RemoveLayerVersionPermission", {})
958
956
  .n("LambdaClient", "RemoveLayerVersionPermissionCommand")
@@ -960,11 +958,11 @@ class RemoveLayerVersionPermissionCommand extends smithyClient.Command
960
958
  .build() {
961
959
  }
962
960
 
963
- class RemovePermissionCommand extends smithyClient.Command
961
+ class RemovePermissionCommand extends client.Command
964
962
  .classBuilder()
965
963
  .ep(commonParams)
966
964
  .m(function (Command, cs, config, o) {
967
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
965
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
968
966
  })
969
967
  .s("AWSGirApiService", "RemovePermission", {})
970
968
  .n("LambdaClient", "RemovePermissionCommand")
@@ -972,11 +970,11 @@ class RemovePermissionCommand extends smithyClient.Command
972
970
  .build() {
973
971
  }
974
972
 
975
- class SendDurableExecutionCallbackFailureCommand extends smithyClient.Command
973
+ class SendDurableExecutionCallbackFailureCommand extends client.Command
976
974
  .classBuilder()
977
975
  .ep(commonParams)
978
976
  .m(function (Command, cs, config, o) {
979
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
977
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
980
978
  })
981
979
  .s("AWSGirApiService", "SendDurableExecutionCallbackFailure", {})
982
980
  .n("LambdaClient", "SendDurableExecutionCallbackFailureCommand")
@@ -984,11 +982,11 @@ class SendDurableExecutionCallbackFailureCommand extends smithyClient.Command
984
982
  .build() {
985
983
  }
986
984
 
987
- class SendDurableExecutionCallbackHeartbeatCommand extends smithyClient.Command
985
+ class SendDurableExecutionCallbackHeartbeatCommand extends client.Command
988
986
  .classBuilder()
989
987
  .ep(commonParams)
990
988
  .m(function (Command, cs, config, o) {
991
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
989
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
992
990
  })
993
991
  .s("AWSGirApiService", "SendDurableExecutionCallbackHeartbeat", {})
994
992
  .n("LambdaClient", "SendDurableExecutionCallbackHeartbeatCommand")
@@ -996,11 +994,11 @@ class SendDurableExecutionCallbackHeartbeatCommand extends smithyClient.Command
996
994
  .build() {
997
995
  }
998
996
 
999
- class SendDurableExecutionCallbackSuccessCommand extends smithyClient.Command
997
+ class SendDurableExecutionCallbackSuccessCommand extends client.Command
1000
998
  .classBuilder()
1001
999
  .ep(commonParams)
1002
1000
  .m(function (Command, cs, config, o) {
1003
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1001
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1004
1002
  })
1005
1003
  .s("AWSGirApiService", "SendDurableExecutionCallbackSuccess", {})
1006
1004
  .n("LambdaClient", "SendDurableExecutionCallbackSuccessCommand")
@@ -1008,11 +1006,11 @@ class SendDurableExecutionCallbackSuccessCommand extends smithyClient.Command
1008
1006
  .build() {
1009
1007
  }
1010
1008
 
1011
- class StopDurableExecutionCommand extends smithyClient.Command
1009
+ class StopDurableExecutionCommand extends client.Command
1012
1010
  .classBuilder()
1013
1011
  .ep(commonParams)
1014
1012
  .m(function (Command, cs, config, o) {
1015
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1013
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1016
1014
  })
1017
1015
  .s("AWSGirApiService", "StopDurableExecution", {})
1018
1016
  .n("LambdaClient", "StopDurableExecutionCommand")
@@ -1020,11 +1018,11 @@ class StopDurableExecutionCommand extends smithyClient.Command
1020
1018
  .build() {
1021
1019
  }
1022
1020
 
1023
- class TagResourceCommand extends smithyClient.Command
1021
+ class TagResourceCommand extends client.Command
1024
1022
  .classBuilder()
1025
1023
  .ep(commonParams)
1026
1024
  .m(function (Command, cs, config, o) {
1027
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1025
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1028
1026
  })
1029
1027
  .s("AWSGirApiService", "TagResource", {})
1030
1028
  .n("LambdaClient", "TagResourceCommand")
@@ -1032,11 +1030,11 @@ class TagResourceCommand extends smithyClient.Command
1032
1030
  .build() {
1033
1031
  }
1034
1032
 
1035
- class UntagResourceCommand extends smithyClient.Command
1033
+ class UntagResourceCommand extends client.Command
1036
1034
  .classBuilder()
1037
1035
  .ep(commonParams)
1038
1036
  .m(function (Command, cs, config, o) {
1039
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1037
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1040
1038
  })
1041
1039
  .s("AWSGirApiService", "UntagResource", {})
1042
1040
  .n("LambdaClient", "UntagResourceCommand")
@@ -1044,11 +1042,11 @@ class UntagResourceCommand extends smithyClient.Command
1044
1042
  .build() {
1045
1043
  }
1046
1044
 
1047
- class UpdateAliasCommand extends smithyClient.Command
1045
+ class UpdateAliasCommand extends client.Command
1048
1046
  .classBuilder()
1049
1047
  .ep(commonParams)
1050
1048
  .m(function (Command, cs, config, o) {
1051
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1049
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1052
1050
  })
1053
1051
  .s("AWSGirApiService", "UpdateAlias", {})
1054
1052
  .n("LambdaClient", "UpdateAliasCommand")
@@ -1056,11 +1054,11 @@ class UpdateAliasCommand extends smithyClient.Command
1056
1054
  .build() {
1057
1055
  }
1058
1056
 
1059
- class UpdateCapacityProviderCommand extends smithyClient.Command
1057
+ class UpdateCapacityProviderCommand extends client.Command
1060
1058
  .classBuilder()
1061
1059
  .ep(commonParams)
1062
1060
  .m(function (Command, cs, config, o) {
1063
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1061
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1064
1062
  })
1065
1063
  .s("AWSGirApiService", "UpdateCapacityProvider", {})
1066
1064
  .n("LambdaClient", "UpdateCapacityProviderCommand")
@@ -1068,11 +1066,11 @@ class UpdateCapacityProviderCommand extends smithyClient.Command
1068
1066
  .build() {
1069
1067
  }
1070
1068
 
1071
- class UpdateCodeSigningConfigCommand extends smithyClient.Command
1069
+ class UpdateCodeSigningConfigCommand extends client.Command
1072
1070
  .classBuilder()
1073
1071
  .ep(commonParams)
1074
1072
  .m(function (Command, cs, config, o) {
1075
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1073
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1076
1074
  })
1077
1075
  .s("AWSGirApiService", "UpdateCodeSigningConfig", {})
1078
1076
  .n("LambdaClient", "UpdateCodeSigningConfigCommand")
@@ -1080,11 +1078,11 @@ class UpdateCodeSigningConfigCommand extends smithyClient.Command
1080
1078
  .build() {
1081
1079
  }
1082
1080
 
1083
- class UpdateEventSourceMappingCommand extends smithyClient.Command
1081
+ class UpdateEventSourceMappingCommand extends client.Command
1084
1082
  .classBuilder()
1085
1083
  .ep(commonParams)
1086
1084
  .m(function (Command, cs, config, o) {
1087
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1085
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1088
1086
  })
1089
1087
  .s("AWSGirApiService", "UpdateEventSourceMapping", {})
1090
1088
  .n("LambdaClient", "UpdateEventSourceMappingCommand")
@@ -1092,11 +1090,11 @@ class UpdateEventSourceMappingCommand extends smithyClient.Command
1092
1090
  .build() {
1093
1091
  }
1094
1092
 
1095
- class UpdateFunctionCodeCommand extends smithyClient.Command
1093
+ class UpdateFunctionCodeCommand extends client.Command
1096
1094
  .classBuilder()
1097
1095
  .ep(commonParams)
1098
1096
  .m(function (Command, cs, config, o) {
1099
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1097
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1100
1098
  })
1101
1099
  .s("AWSGirApiService", "UpdateFunctionCode", {})
1102
1100
  .n("LambdaClient", "UpdateFunctionCodeCommand")
@@ -1104,11 +1102,11 @@ class UpdateFunctionCodeCommand extends smithyClient.Command
1104
1102
  .build() {
1105
1103
  }
1106
1104
 
1107
- class UpdateFunctionConfigurationCommand extends smithyClient.Command
1105
+ class UpdateFunctionConfigurationCommand extends client.Command
1108
1106
  .classBuilder()
1109
1107
  .ep(commonParams)
1110
1108
  .m(function (Command, cs, config, o) {
1111
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1109
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1112
1110
  })
1113
1111
  .s("AWSGirApiService", "UpdateFunctionConfiguration", {})
1114
1112
  .n("LambdaClient", "UpdateFunctionConfigurationCommand")
@@ -1116,11 +1114,11 @@ class UpdateFunctionConfigurationCommand extends smithyClient.Command
1116
1114
  .build() {
1117
1115
  }
1118
1116
 
1119
- class UpdateFunctionEventInvokeConfigCommand extends smithyClient.Command
1117
+ class UpdateFunctionEventInvokeConfigCommand extends client.Command
1120
1118
  .classBuilder()
1121
1119
  .ep(commonParams)
1122
1120
  .m(function (Command, cs, config, o) {
1123
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1121
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1124
1122
  })
1125
1123
  .s("AWSGirApiService", "UpdateFunctionEventInvokeConfig", {})
1126
1124
  .n("LambdaClient", "UpdateFunctionEventInvokeConfigCommand")
@@ -1128,11 +1126,11 @@ class UpdateFunctionEventInvokeConfigCommand extends smithyClient.Command
1128
1126
  .build() {
1129
1127
  }
1130
1128
 
1131
- class UpdateFunctionUrlConfigCommand extends smithyClient.Command
1129
+ class UpdateFunctionUrlConfigCommand extends client.Command
1132
1130
  .classBuilder()
1133
1131
  .ep(commonParams)
1134
1132
  .m(function (Command, cs, config, o) {
1135
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1133
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1136
1134
  })
1137
1135
  .s("AWSGirApiService", "UpdateFunctionUrlConfig", {})
1138
1136
  .n("LambdaClient", "UpdateFunctionUrlConfigCommand")
@@ -1172,17 +1170,17 @@ const paginateListProvisionedConcurrencyConfigs = core.createPaginator(LambdaCli
1172
1170
 
1173
1171
  const paginateListVersionsByFunction = core.createPaginator(LambdaClient, ListVersionsByFunctionCommand, "Marker", "NextMarker", "MaxItems");
1174
1172
 
1175
- const checkState$5 = async (client, input) => {
1173
+ const checkState$5 = async (client$1, input) => {
1176
1174
  let reason;
1177
1175
  try {
1178
- let result = await client.send(new GetFunctionConfigurationCommand(input));
1176
+ let result = await client$1.send(new GetFunctionConfigurationCommand(input));
1179
1177
  reason = result;
1180
1178
  try {
1181
1179
  const returnComparator = () => {
1182
1180
  return result.State;
1183
1181
  };
1184
1182
  if (returnComparator() === "Active") {
1185
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1183
+ return { state: client.WaiterState.SUCCESS, reason };
1186
1184
  }
1187
1185
  }
1188
1186
  catch (e) { }
@@ -1191,7 +1189,7 @@ const checkState$5 = async (client, input) => {
1191
1189
  return result.State;
1192
1190
  };
1193
1191
  if (returnComparator() === "Failed") {
1194
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1192
+ return { state: client.WaiterState.FAILURE, reason };
1195
1193
  }
1196
1194
  }
1197
1195
  catch (e) { }
@@ -1200,7 +1198,7 @@ const checkState$5 = async (client, input) => {
1200
1198
  return result.State;
1201
1199
  };
1202
1200
  if (returnComparator() === "Pending") {
1203
- return { state: utilWaiter.WaiterState.RETRY, reason };
1201
+ return { state: client.WaiterState.RETRY, reason };
1204
1202
  }
1205
1203
  }
1206
1204
  catch (e) { }
@@ -1208,29 +1206,29 @@ const checkState$5 = async (client, input) => {
1208
1206
  catch (exception) {
1209
1207
  reason = exception;
1210
1208
  }
1211
- return { state: utilWaiter.WaiterState.RETRY, reason };
1209
+ return { state: client.WaiterState.RETRY, reason };
1212
1210
  };
1213
1211
  const waitForFunctionActive = async (params, input) => {
1214
1212
  const serviceDefaults = { minDelay: 5, maxDelay: 300 };
1215
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1213
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1216
1214
  };
1217
1215
  const waitUntilFunctionActive = async (params, input) => {
1218
1216
  const serviceDefaults = { minDelay: 5, maxDelay: 300 };
1219
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1220
- return utilWaiter.checkExceptions(result);
1217
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
1218
+ return client.checkExceptions(result);
1221
1219
  };
1222
1220
 
1223
- const checkState$4 = async (client, input) => {
1221
+ const checkState$4 = async (client$1, input) => {
1224
1222
  let reason;
1225
1223
  try {
1226
- let result = await client.send(new GetFunctionCommand(input));
1224
+ let result = await client$1.send(new GetFunctionCommand(input));
1227
1225
  reason = result;
1228
1226
  try {
1229
1227
  const returnComparator = () => {
1230
1228
  return result.Configuration.State;
1231
1229
  };
1232
1230
  if (returnComparator() === "Active") {
1233
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1231
+ return { state: client.WaiterState.SUCCESS, reason };
1234
1232
  }
1235
1233
  }
1236
1234
  catch (e) { }
@@ -1239,7 +1237,7 @@ const checkState$4 = async (client, input) => {
1239
1237
  return result.Configuration.State;
1240
1238
  };
1241
1239
  if (returnComparator() === "Failed") {
1242
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1240
+ return { state: client.WaiterState.FAILURE, reason };
1243
1241
  }
1244
1242
  }
1245
1243
  catch (e) { }
@@ -1248,7 +1246,7 @@ const checkState$4 = async (client, input) => {
1248
1246
  return result.Configuration.State;
1249
1247
  };
1250
1248
  if (returnComparator() === "Pending") {
1251
- return { state: utilWaiter.WaiterState.RETRY, reason };
1249
+ return { state: client.WaiterState.RETRY, reason };
1252
1250
  }
1253
1251
  }
1254
1252
  catch (e) { }
@@ -1256,54 +1254,54 @@ const checkState$4 = async (client, input) => {
1256
1254
  catch (exception) {
1257
1255
  reason = exception;
1258
1256
  }
1259
- return { state: utilWaiter.WaiterState.RETRY, reason };
1257
+ return { state: client.WaiterState.RETRY, reason };
1260
1258
  };
1261
1259
  const waitForFunctionActiveV2 = async (params, input) => {
1262
1260
  const serviceDefaults = { minDelay: 1, maxDelay: 300 };
1263
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1261
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1264
1262
  };
1265
1263
  const waitUntilFunctionActiveV2 = async (params, input) => {
1266
1264
  const serviceDefaults = { minDelay: 1, maxDelay: 300 };
1267
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1268
- return utilWaiter.checkExceptions(result);
1265
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
1266
+ return client.checkExceptions(result);
1269
1267
  };
1270
1268
 
1271
- const checkState$3 = async (client, input) => {
1269
+ const checkState$3 = async (client$1, input) => {
1272
1270
  let reason;
1273
1271
  try {
1274
- let result = await client.send(new GetFunctionCommand(input));
1272
+ let result = await client$1.send(new GetFunctionCommand(input));
1275
1273
  reason = result;
1276
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1274
+ return { state: client.WaiterState.SUCCESS, reason };
1277
1275
  }
1278
1276
  catch (exception) {
1279
1277
  reason = exception;
1280
1278
  if (exception.name === "ResourceNotFoundException") {
1281
- return { state: utilWaiter.WaiterState.RETRY, reason };
1279
+ return { state: client.WaiterState.RETRY, reason };
1282
1280
  }
1283
1281
  }
1284
- return { state: utilWaiter.WaiterState.RETRY, reason };
1282
+ return { state: client.WaiterState.RETRY, reason };
1285
1283
  };
1286
1284
  const waitForFunctionExists = async (params, input) => {
1287
1285
  const serviceDefaults = { minDelay: 1, maxDelay: 20 };
1288
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1286
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1289
1287
  };
1290
1288
  const waitUntilFunctionExists = async (params, input) => {
1291
1289
  const serviceDefaults = { minDelay: 1, maxDelay: 20 };
1292
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1293
- return utilWaiter.checkExceptions(result);
1290
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
1291
+ return client.checkExceptions(result);
1294
1292
  };
1295
1293
 
1296
- const checkState$2 = async (client, input) => {
1294
+ const checkState$2 = async (client$1, input) => {
1297
1295
  let reason;
1298
1296
  try {
1299
- let result = await client.send(new GetFunctionConfigurationCommand(input));
1297
+ let result = await client$1.send(new GetFunctionConfigurationCommand(input));
1300
1298
  reason = result;
1301
1299
  try {
1302
1300
  const returnComparator = () => {
1303
1301
  return result.LastUpdateStatus;
1304
1302
  };
1305
1303
  if (returnComparator() === "Successful") {
1306
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1304
+ return { state: client.WaiterState.SUCCESS, reason };
1307
1305
  }
1308
1306
  }
1309
1307
  catch (e) { }
@@ -1312,7 +1310,7 @@ const checkState$2 = async (client, input) => {
1312
1310
  return result.LastUpdateStatus;
1313
1311
  };
1314
1312
  if (returnComparator() === "Failed") {
1315
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1313
+ return { state: client.WaiterState.FAILURE, reason };
1316
1314
  }
1317
1315
  }
1318
1316
  catch (e) { }
@@ -1321,7 +1319,7 @@ const checkState$2 = async (client, input) => {
1321
1319
  return result.LastUpdateStatus;
1322
1320
  };
1323
1321
  if (returnComparator() === "InProgress") {
1324
- return { state: utilWaiter.WaiterState.RETRY, reason };
1322
+ return { state: client.WaiterState.RETRY, reason };
1325
1323
  }
1326
1324
  }
1327
1325
  catch (e) { }
@@ -1329,29 +1327,29 @@ const checkState$2 = async (client, input) => {
1329
1327
  catch (exception) {
1330
1328
  reason = exception;
1331
1329
  }
1332
- return { state: utilWaiter.WaiterState.RETRY, reason };
1330
+ return { state: client.WaiterState.RETRY, reason };
1333
1331
  };
1334
1332
  const waitForFunctionUpdated = async (params, input) => {
1335
1333
  const serviceDefaults = { minDelay: 5, maxDelay: 300 };
1336
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1334
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1337
1335
  };
1338
1336
  const waitUntilFunctionUpdated = async (params, input) => {
1339
1337
  const serviceDefaults = { minDelay: 5, maxDelay: 300 };
1340
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1341
- return utilWaiter.checkExceptions(result);
1338
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
1339
+ return client.checkExceptions(result);
1342
1340
  };
1343
1341
 
1344
- const checkState$1 = async (client, input) => {
1342
+ const checkState$1 = async (client$1, input) => {
1345
1343
  let reason;
1346
1344
  try {
1347
- let result = await client.send(new GetFunctionCommand(input));
1345
+ let result = await client$1.send(new GetFunctionCommand(input));
1348
1346
  reason = result;
1349
1347
  try {
1350
1348
  const returnComparator = () => {
1351
1349
  return result.Configuration.LastUpdateStatus;
1352
1350
  };
1353
1351
  if (returnComparator() === "Successful") {
1354
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1352
+ return { state: client.WaiterState.SUCCESS, reason };
1355
1353
  }
1356
1354
  }
1357
1355
  catch (e) { }
@@ -1360,7 +1358,7 @@ const checkState$1 = async (client, input) => {
1360
1358
  return result.Configuration.LastUpdateStatus;
1361
1359
  };
1362
1360
  if (returnComparator() === "Failed") {
1363
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1361
+ return { state: client.WaiterState.FAILURE, reason };
1364
1362
  }
1365
1363
  }
1366
1364
  catch (e) { }
@@ -1369,7 +1367,7 @@ const checkState$1 = async (client, input) => {
1369
1367
  return result.Configuration.LastUpdateStatus;
1370
1368
  };
1371
1369
  if (returnComparator() === "InProgress") {
1372
- return { state: utilWaiter.WaiterState.RETRY, reason };
1370
+ return { state: client.WaiterState.RETRY, reason };
1373
1371
  }
1374
1372
  }
1375
1373
  catch (e) { }
@@ -1377,29 +1375,29 @@ const checkState$1 = async (client, input) => {
1377
1375
  catch (exception) {
1378
1376
  reason = exception;
1379
1377
  }
1380
- return { state: utilWaiter.WaiterState.RETRY, reason };
1378
+ return { state: client.WaiterState.RETRY, reason };
1381
1379
  };
1382
1380
  const waitForFunctionUpdatedV2 = async (params, input) => {
1383
1381
  const serviceDefaults = { minDelay: 1, maxDelay: 300 };
1384
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1382
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1385
1383
  };
1386
1384
  const waitUntilFunctionUpdatedV2 = async (params, input) => {
1387
1385
  const serviceDefaults = { minDelay: 1, maxDelay: 300 };
1388
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1389
- return utilWaiter.checkExceptions(result);
1386
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
1387
+ return client.checkExceptions(result);
1390
1388
  };
1391
1389
 
1392
- const checkState = async (client, input) => {
1390
+ const checkState = async (client$1, input) => {
1393
1391
  let reason;
1394
1392
  try {
1395
- let result = await client.send(new GetFunctionConfigurationCommand(input));
1393
+ let result = await client$1.send(new GetFunctionConfigurationCommand(input));
1396
1394
  reason = result;
1397
1395
  try {
1398
1396
  const returnComparator = () => {
1399
1397
  return result.State;
1400
1398
  };
1401
1399
  if (returnComparator() === "Active") {
1402
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
1400
+ return { state: client.WaiterState.SUCCESS, reason };
1403
1401
  }
1404
1402
  }
1405
1403
  catch (e) { }
@@ -1408,7 +1406,7 @@ const checkState = async (client, input) => {
1408
1406
  return result.State;
1409
1407
  };
1410
1408
  if (returnComparator() === "Failed") {
1411
- return { state: utilWaiter.WaiterState.FAILURE, reason };
1409
+ return { state: client.WaiterState.FAILURE, reason };
1412
1410
  }
1413
1411
  }
1414
1412
  catch (e) { }
@@ -1417,7 +1415,7 @@ const checkState = async (client, input) => {
1417
1415
  return result.State;
1418
1416
  };
1419
1417
  if (returnComparator() === "Pending") {
1420
- return { state: utilWaiter.WaiterState.RETRY, reason };
1418
+ return { state: client.WaiterState.RETRY, reason };
1421
1419
  }
1422
1420
  }
1423
1421
  catch (e) { }
@@ -1425,16 +1423,16 @@ const checkState = async (client, input) => {
1425
1423
  catch (exception) {
1426
1424
  reason = exception;
1427
1425
  }
1428
- return { state: utilWaiter.WaiterState.RETRY, reason };
1426
+ return { state: client.WaiterState.RETRY, reason };
1429
1427
  };
1430
1428
  const waitForPublishedVersionActive = async (params, input) => {
1431
1429
  const serviceDefaults = { minDelay: 5, maxDelay: 1560 };
1432
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1430
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1433
1431
  };
1434
1432
  const waitUntilPublishedVersionActive = async (params, input) => {
1435
1433
  const serviceDefaults = { minDelay: 5, maxDelay: 1560 };
1436
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1437
- return utilWaiter.checkExceptions(result);
1434
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
1435
+ return client.checkExceptions(result);
1438
1436
  };
1439
1437
 
1440
1438
  const commands = {
@@ -1552,7 +1550,7 @@ const waiters = {
1552
1550
  };
1553
1551
  class Lambda extends LambdaClient {
1554
1552
  }
1555
- smithyClient.createAggregatedClient(commands, Lambda, { paginators, waiters });
1553
+ client.createAggregatedClient(commands, Lambda, { paginators, waiters });
1556
1554
 
1557
1555
  const ThrottleReason = {
1558
1556
  CallerRateLimitExceeded: "CallerRateLimitExceeded",
@@ -1906,8 +1904,8 @@ const EventType = {
1906
1904
  WaitSucceeded: "WaitSucceeded",
1907
1905
  };
1908
1906
 
1909
- exports.$Command = smithyClient.Command;
1910
- exports.__Client = smithyClient.Client;
1907
+ exports.$Command = client.Command;
1908
+ exports.__Client = client.Client;
1911
1909
  exports.LambdaServiceException = LambdaServiceException.LambdaServiceException;
1912
1910
  exports.AddLayerVersionPermissionCommand = AddLayerVersionPermissionCommand;
1913
1911
  exports.AddPermissionCommand = AddPermissionCommand;