@aws-sdk/client-lambda 3.1044.0 → 3.1046.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
@@ -1,11 +1,11 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
5
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
6
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
7
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
8
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/core/event-streams";
7
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
8
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
9
9
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
10
10
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
11
11
  import type { AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput } from "./commands/AddLayerVersionPermissionCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddLayerVersionPermissionCommandInput extends AddLayerVersionPe
22
22
  export interface AddLayerVersionPermissionCommandOutput extends AddLayerVersionPermissionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AddLayerVersionPermissionCommand_base: {
25
- new (input: AddLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddLayerVersionPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddLayerVersionPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddLayerVersionPermissionCommandInput, AddLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Adds permissions to the resource-based policy of a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layer</a>. Use this action to grant layer usage permission to other accounts. You can grant permission to a single account, all accounts in an organization, or all Amazon Web Services accounts. </p> <p>To revoke permission, call <a>RemoveLayerVersionPermission</a> with the statement ID that you specified when you added it.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { AddPermissionRequest, AddPermissionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AddPermissionCommandInput extends AddPermissionRequest {
22
22
  export interface AddPermissionCommandOutput extends AddPermissionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const AddPermissionCommand_base: {
25
- new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: AddPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AddPermissionCommandInput): import("@smithy/core/client").CommandImpl<AddPermissionCommandInput, AddPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Grants a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html#Principal_specifying">principal</a> permission to use a function. You can apply the policy at the function level, or specify a qualifier to restrict access to a single version or alias. If you use a qualifier, the invoker must use the full Amazon Resource Name (ARN) of that version or alias to invoke the function. Note: Lambda does not support adding policies to version $LATEST.</p> <p>To grant permission to another account, specify the account ID as the <code>Principal</code>. To grant permission to an organization defined in Organizations, specify the organization ID as the <code>PrincipalOrgID</code>. For Amazon Web Services services, the principal is a domain-style identifier that the service defines, such as <code>s3.amazonaws.com</code> or <code>sns.amazonaws.com</code>. For Amazon Web Services services, you can also specify the ARN of the associated resource as the <code>SourceArn</code>. If you grant permission to a service principal without specifying the source, other accounts could potentially configure resources in their account to invoke your Lambda function.</p> <p>This operation adds a statement to a resource-based permissions policy for the function. For more information about function policies, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html">Using resource-based policies for Lambda</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { CheckpointDurableExecutionRequest, CheckpointDurableExecutionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CheckpointDurableExecutionCommandInput extends CheckpointDurabl
22
22
  export interface CheckpointDurableExecutionCommandOutput extends CheckpointDurableExecutionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CheckpointDurableExecutionCommand_base: {
25
- new (input: CheckpointDurableExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CheckpointDurableExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CheckpointDurableExecutionCommandInput): import("@smithy/core/client").CommandImpl<CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CheckpointDurableExecutionCommandInput): import("@smithy/core/client").CommandImpl<CheckpointDurableExecutionCommandInput, CheckpointDurableExecutionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Saves the progress of a <a href="https://docs.aws.amazon.com/lambda/latest/dg/durable-functions.html">durable function</a> execution during runtime. This API is used by the Lambda durable functions SDK to checkpoint completed steps and schedule asynchronous operations. You typically don't need to call this API directly as the SDK handles checkpointing automatically.</p> <p>Each checkpoint operation consumes the current checkpoint token and returns a new one for the next checkpoint. This ensures that checkpoints are applied in the correct order and prevents duplicate or out-of-order state updates.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { AliasConfiguration, CreateAliasRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateAliasCommandInput extends CreateAliasRequest {
22
22
  export interface CreateAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
23
23
  }
24
24
  declare const CreateAliasCommand_base: {
25
- new (input: CreateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateAliasCommandInput): import("@smithy/core/client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAliasCommandInput): import("@smithy/core/client").CommandImpl<CreateAliasCommandInput, CreateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a> for a Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a different version.</p> <p>You can also map an alias to split invocation requests between two versions. Use the <code>RoutingConfig</code> parameter to specify a second version and the percentage of invocation requests that it receives.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { CreateCapacityProviderRequest, CreateCapacityProviderResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCapacityProviderCommandInput extends CreateCapacityProvid
22
22
  export interface CreateCapacityProviderCommandOutput extends CreateCapacityProviderResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCapacityProviderCommand_base: {
25
- new (input: CreateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateCapacityProviderCommandInput, CreateCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a capacity provider that manages compute resources for Lambda functions</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { CreateCodeSigningConfigRequest, CreateCodeSigningConfigResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCodeSigningConfigCommandInput extends CreateCodeSigningCo
22
22
  export interface CreateCodeSigningConfigCommandOutput extends CreateCodeSigningConfigResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCodeSigningConfigCommand_base: {
25
- new (input: CreateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeSigningConfigCommandInput, CreateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a code signing configuration. A <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">code signing configuration</a> defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail). </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { CreateEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateEventSourceMappingCommandInput extends CreateEventSourceM
22
22
  export interface CreateEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
23
23
  }
24
24
  declare const CreateEventSourceMappingCommand_base: {
25
- new (input: CreateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateEventSourceMappingCommandInput): import("@smithy/core/client").CommandImpl<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateEventSourceMappingCommandInput): import("@smithy/core/client").CommandImpl<CreateEventSourceMappingCommandInput, CreateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function.</p> <p>For details about how to configure different event sources, see the following topics. </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-dynamodb-eventsourcemapping"> Amazon DynamoDB Streams</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-eventsourcemapping"> Amazon Kinesis</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-eventsource"> Amazon SQS</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-eventsourcemapping"> Amazon MQ and RabbitMQ</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html"> Amazon MSK</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/kafka-smaa.html"> Apache Kafka</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html"> Amazon DocumentDB</a> </p> </li> </ul> <p>The following error handling options are available for stream sources (DynamoDB, Kinesis, Amazon MSK, and self-managed Apache Kafka):</p> <ul> <li> <p> <code>BisectBatchOnFunctionError</code> – If the function returns an error, split the batch in two and retry.</p> </li> <li> <p> <code>MaximumRecordAgeInSeconds</code> – Discard records older than the specified age. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires</p> </li> <li> <p> <code>MaximumRetryAttempts</code> – Discard records after the specified number of retries. The default value is infinite (-1). When set to infinite (-1), failed records are retried until the record expires.</p> </li> <li> <p> <code>OnFailure</code> – Send discarded records to an Amazon SQS queue, Amazon SNS topic, Kafka topic, or Amazon S3 bucket. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-async-destinations">Adding a destination</a>.</p> </li> </ul> <p>The following option is available only for DynamoDB and Kinesis event sources:</p> <ul> <li> <p> <code>ParallelizationFactor</code> – Process multiple batches from each shard concurrently.</p> </li> </ul> <p>For information about which configuration parameters apply to each event source, see the following topics.</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-params"> Amazon DynamoDB Streams</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html#services-kinesis-params"> Amazon Kinesis</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-params"> Amazon SQS</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-mq.html#services-mq-params"> Amazon MQ and RabbitMQ</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-parms"> Amazon MSK</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-kafka-parms"> Apache Kafka</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/lambda/latest/dg/with-documentdb.html#docdb-configuration"> Amazon DocumentDB</a> </p> </li> </ul>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { CreateFunctionRequest, FunctionConfiguration } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateFunctionCommandInput extends CreateFunctionRequest {
22
22
  export interface CreateFunctionCommandOutput extends FunctionConfiguration, __MetadataBearer {
23
23
  }
24
24
  declare const CreateFunctionCommand_base: {
25
- new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateFunctionCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateFunctionCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionCommandInput, CreateFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a Lambda function. To create a function, you need a <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html">deployment package</a> and an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html#lambda-intro-execution-role">execution role</a>. The deployment package is a .zip file archive or container image that contains your function code. The execution role grants the function permission to use Amazon Web Services services, such as Amazon CloudWatch Logs for log streaming and X-Ray for request tracing.</p> <p>If the deployment package is a <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html">container image</a>, then you set the package type to <code>Image</code>. For a container image, the code property must include the URI of a container image in the Amazon ECR registry. You do not need to specify the handler and runtime properties.</p> <p>If the deployment package is a <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html#gettingstarted-package-zip">.zip file archive</a>, then you set the package type to <code>Zip</code>. For a .zip file archive, the code property specifies the location of the .zip file. You must also specify the handler and runtime properties. The code in the deployment package must be compatible with the target instruction set architecture of the function (<code>x86-64</code> or <code>arm64</code>). If you do not specify the architecture, then the default value is <code>x86-64</code>.</p> <p>When you create a function, Lambda provisions an instance of the function and its supporting resources. If your function connects to a VPC, this process can take a minute or so. During this time, you can't invoke or modify the function. The <code>State</code>, <code>StateReason</code>, and <code>StateReasonCode</code> fields in the response from <a>GetFunctionConfiguration</a> indicate when the function is ready to invoke. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html">Lambda function states</a>.</p> <p>A function has an unpublished version, and can have published versions and aliases. The unpublished version changes when you update your function's code and configuration. A published version is a snapshot of your function code and configuration that can't be changed. An alias is a named resource that maps to a version, and can be changed to map to a different version. Use the <code>Publish</code> parameter to create version <code>1</code> of your function from its initial configuration.</p> <p>The other parameters let you configure version-specific and function-level settings. You can modify version-specific settings later with <a>UpdateFunctionConfiguration</a>. Function-level settings apply to both the unpublished and published versions of the function, and include tags (<a>TagResource</a>) and per-function concurrency limits (<a>PutFunctionConcurrency</a>).</p> <p>You can use code signing if your deployment package is a .zip file archive. To enable code signing for this function, specify the ARN of a code-signing configuration. When a user attempts to deploy a code package with <a>UpdateFunctionCode</a>, Lambda checks that the code package has a valid signature from a trusted publisher. The code-signing configuration includes set of signing profiles, which define the trusted publishers for this function.</p> <p>If another Amazon Web Services account or an Amazon Web Services service invokes your function, use <a>AddPermission</a> to grant permission by creating a resource-based Identity and Access Management (IAM) policy. You can grant permissions at the function level, on a version, or on an alias.</p> <p>To invoke your function directly, use <a>Invoke</a>. To invoke your function in response to events in other Amazon Web Services services, create an event source mapping (<a>CreateEventSourceMapping</a>), or configure a function trigger in the other service. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-invocation.html">Invoking Lambda functions</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateFunctionUrlConfigCommandInput extends CreateFunctionUrlCo
22
22
  export interface CreateFunctionUrlConfigCommandOutput extends CreateFunctionUrlConfigResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateFunctionUrlConfigCommand_base: {
25
- new (input: CreateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateFunctionUrlConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateFunctionUrlConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateFunctionUrlConfigCommandInput, CreateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated HTTP(S) endpoint that you can use to invoke your function.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteAliasRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteAliasCommandInput extends DeleteAliasRequest {
22
22
  export interface DeleteAliasCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAliasCommand_base: {
25
- new (input: DeleteAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteAliasCommandInput, DeleteAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteCapacityProviderRequest, DeleteCapacityProviderResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCapacityProviderCommandInput extends DeleteCapacityProvid
22
22
  export interface DeleteCapacityProviderCommandOutput extends DeleteCapacityProviderResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCapacityProviderCommand_base: {
25
- new (input: DeleteCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteCapacityProviderCommandInput, DeleteCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a capacity provider. You cannot delete a capacity provider that is currently being used by Lambda functions.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCodeSigningConfigCommandInput extends DeleteCodeSigningCo
22
22
  export interface DeleteCodeSigningConfigCommandOutput extends DeleteCodeSigningConfigResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCodeSigningConfigCommand_base: {
25
- new (input: DeleteCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteCodeSigningConfigCommandInput, DeleteCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteEventSourceMappingCommandInput extends DeleteEventSourceM
22
22
  export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteEventSourceMappingCommand_base: {
25
- new (input: DeleteEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteEventSourceMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEventSourceMappingCommandInput): import("@smithy/core/client").CommandImpl<DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an <a href="https://docs.aws.amazon.com/lambda/latest/dg/intro-invocation-modes.html">event source mapping</a>. You can get the identifier of a mapping from the output of <a>ListEventSourceMappings</a>.</p> <p>When you delete an event source mapping, it enters a <code>Deleting</code> state and might not be completely deleted for several seconds.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFunctionCodeSigningConfigCommandInput extends DeleteFunct
22
22
  export interface DeleteFunctionCodeSigningConfigCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFunctionCodeSigningConfigCommand_base: {
25
- new (input: DeleteFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFunctionCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFunctionCodeSigningConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCodeSigningConfigCommandInput, DeleteFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the code signing configuration from the function.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {
22
22
  export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFunctionCommand_base: {
25
- new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Lambda function. To delete a specific function version, use the <code>Qualifier</code> parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to have explicit permissions for <a>DeleteAlias</a>.</p> <note> <p>A deleted Lambda function cannot be recovered. Ensure that you specify the correct function name and version before deleting.</p> </note> <p>To delete Lambda event source mappings that invoke a function, use <a>DeleteEventSourceMapping</a>. For Amazon Web Services services and resources that invoke your function directly, delete the trigger in the service where you originally configured it.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteFunctionConcurrencyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFunctionConcurrencyCommandInput extends DeleteFunctionCon
22
22
  export interface DeleteFunctionConcurrencyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFunctionConcurrencyCommand_base: {
25
- new (input: DeleteFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFunctionConcurrencyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFunctionConcurrencyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionConcurrencyCommandInput, DeleteFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes a concurrent execution limit from a function.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunct
22
22
  export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFunctionEventInvokeConfigCommand_base: {
25
- new (input: DeleteFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFunctionEventInvokeConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFunctionEventInvokeConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the configuration for asynchronous invocation for a function, version, or alias.</p> <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteFunctionUrlConfigRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteFunctionUrlConfigCommandInput extends DeleteFunctionUrlCo
22
22
  export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteFunctionUrlConfigCommand_base: {
25
- new (input: DeleteFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteFunctionUrlConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteFunctionUrlConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function URL results in a different URL address.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteLayerVersionRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionReques
22
22
  export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLayerVersionCommand_base: {
25
- new (input: DeleteLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLayerVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLayerVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeletePr
22
22
  export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteProvisionedConcurrencyConfigCommand_base: {
25
- new (input: DeleteProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteProvisionedConcurrencyConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProvisionedConcurrencyConfigCommandInput): import("@smithy/core/client").CommandImpl<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the provisioned concurrency configuration for a function.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAccountSettingsCommandInput extends GetAccountSettingsReques
22
22
  export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccountSettingsCommand_base: {
25
- new (input: GetAccountSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccountSettingsCommandInput): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAccountSettingsCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about your account's <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">limits</a> and usage in an Amazon Web Services Region.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { AliasConfiguration, GetAliasRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAliasCommandInput extends GetAliasRequest {
22
22
  export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
23
23
  }
24
24
  declare const GetAliasCommand_base: {
25
- new (input: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAliasCommandInput): import("@smithy/smithy-client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAliasCommandInput): import("@smithy/core/client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAliasCommandInput): import("@smithy/core/client").CommandImpl<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns details about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
4
4
  import type { GetCapacityProviderRequest, GetCapacityProviderResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCapacityProviderCommandInput extends GetCapacityProviderRequ
22
22
  export interface GetCapacityProviderCommandOutput extends GetCapacityProviderResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetCapacityProviderCommand_base: {
25
- new (input: GetCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCapacityProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCapacityProviderCommandInput): import("@smithy/core/client").CommandImpl<GetCapacityProviderCommandInput, GetCapacityProviderCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a specific capacity provider, including its configuration, state, and associated resources.</p>