@aws-sdk/client-lambda 3.337.0 → 3.341.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 (277) hide show
  1. package/dist-cjs/LambdaClient.js +2 -1
  2. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -1
  3. package/dist-cjs/commands/AddPermissionCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAliasCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -1
  7. package/dist-cjs/commands/CreateFunctionCommand.js +2 -1
  8. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAliasCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -1
  11. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -1
  12. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -1
  13. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -1
  14. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +2 -1
  15. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -1
  16. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +2 -1
  17. package/dist-cjs/commands/DeleteLayerVersionCommand.js +2 -1
  18. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -1
  19. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -1
  20. package/dist-cjs/commands/GetAliasCommand.js +2 -1
  21. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -1
  22. package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -1
  23. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -1
  24. package/dist-cjs/commands/GetFunctionCommand.js +2 -1
  25. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -1
  26. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -1
  27. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -1
  28. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -1
  29. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -1
  30. package/dist-cjs/commands/GetLayerVersionCommand.js +2 -1
  31. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -1
  32. package/dist-cjs/commands/GetPolicyCommand.js +2 -1
  33. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -1
  34. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +2 -1
  35. package/dist-cjs/commands/InvokeAsyncCommand.js +2 -1
  36. package/dist-cjs/commands/InvokeCommand.js +2 -1
  37. package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +2 -1
  38. package/dist-cjs/commands/ListAliasesCommand.js +2 -1
  39. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -1
  40. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -1
  41. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -1
  42. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -1
  43. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -1
  44. package/dist-cjs/commands/ListFunctionsCommand.js +2 -1
  45. package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -1
  46. package/dist-cjs/commands/ListLayersCommand.js +2 -1
  47. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -1
  48. package/dist-cjs/commands/ListTagsCommand.js +2 -1
  49. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -1
  50. package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -1
  51. package/dist-cjs/commands/PublishVersionCommand.js +2 -1
  52. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -1
  53. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -1
  54. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -1
  55. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -1
  56. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +2 -1
  57. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +2 -1
  58. package/dist-cjs/commands/RemovePermissionCommand.js +2 -1
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  61. package/dist-cjs/commands/UpdateAliasCommand.js +2 -1
  62. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -1
  63. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -1
  64. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -1
  65. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -1
  66. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -1
  67. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -1
  68. package/dist-cjs/index.js +2 -2
  69. package/dist-cjs/models/LambdaServiceException.js +2 -1
  70. package/dist-es/LambdaClient.js +1 -0
  71. package/dist-es/commands/AddLayerVersionPermissionCommand.js +1 -0
  72. package/dist-es/commands/AddPermissionCommand.js +1 -0
  73. package/dist-es/commands/CreateAliasCommand.js +1 -0
  74. package/dist-es/commands/CreateCodeSigningConfigCommand.js +1 -0
  75. package/dist-es/commands/CreateEventSourceMappingCommand.js +1 -0
  76. package/dist-es/commands/CreateFunctionCommand.js +1 -0
  77. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +1 -0
  78. package/dist-es/commands/DeleteAliasCommand.js +1 -0
  79. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +1 -0
  80. package/dist-es/commands/DeleteEventSourceMappingCommand.js +1 -0
  81. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -0
  82. package/dist-es/commands/DeleteFunctionCommand.js +1 -0
  83. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +1 -0
  84. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -0
  85. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +1 -0
  86. package/dist-es/commands/DeleteLayerVersionCommand.js +1 -0
  87. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -0
  88. package/dist-es/commands/GetAccountSettingsCommand.js +1 -0
  89. package/dist-es/commands/GetAliasCommand.js +1 -0
  90. package/dist-es/commands/GetCodeSigningConfigCommand.js +1 -0
  91. package/dist-es/commands/GetEventSourceMappingCommand.js +1 -0
  92. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +1 -0
  93. package/dist-es/commands/GetFunctionCommand.js +1 -0
  94. package/dist-es/commands/GetFunctionConcurrencyCommand.js +1 -0
  95. package/dist-es/commands/GetFunctionConfigurationCommand.js +1 -0
  96. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +1 -0
  97. package/dist-es/commands/GetFunctionUrlConfigCommand.js +1 -0
  98. package/dist-es/commands/GetLayerVersionByArnCommand.js +1 -0
  99. package/dist-es/commands/GetLayerVersionCommand.js +1 -0
  100. package/dist-es/commands/GetLayerVersionPolicyCommand.js +1 -0
  101. package/dist-es/commands/GetPolicyCommand.js +1 -0
  102. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +1 -0
  103. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +1 -0
  104. package/dist-es/commands/InvokeAsyncCommand.js +1 -0
  105. package/dist-es/commands/InvokeCommand.js +1 -0
  106. package/dist-es/commands/InvokeWithResponseStreamCommand.js +1 -0
  107. package/dist-es/commands/ListAliasesCommand.js +1 -0
  108. package/dist-es/commands/ListCodeSigningConfigsCommand.js +1 -0
  109. package/dist-es/commands/ListEventSourceMappingsCommand.js +1 -0
  110. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +1 -0
  111. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +1 -0
  112. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +1 -0
  113. package/dist-es/commands/ListFunctionsCommand.js +1 -0
  114. package/dist-es/commands/ListLayerVersionsCommand.js +1 -0
  115. package/dist-es/commands/ListLayersCommand.js +1 -0
  116. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +1 -0
  117. package/dist-es/commands/ListTagsCommand.js +1 -0
  118. package/dist-es/commands/ListVersionsByFunctionCommand.js +1 -0
  119. package/dist-es/commands/PublishLayerVersionCommand.js +1 -0
  120. package/dist-es/commands/PublishVersionCommand.js +1 -0
  121. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +1 -0
  122. package/dist-es/commands/PutFunctionConcurrencyCommand.js +1 -0
  123. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +1 -0
  124. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +1 -0
  125. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +1 -0
  126. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +1 -0
  127. package/dist-es/commands/RemovePermissionCommand.js +1 -0
  128. package/dist-es/commands/TagResourceCommand.js +1 -0
  129. package/dist-es/commands/UntagResourceCommand.js +1 -0
  130. package/dist-es/commands/UpdateAliasCommand.js +1 -0
  131. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +1 -0
  132. package/dist-es/commands/UpdateEventSourceMappingCommand.js +1 -0
  133. package/dist-es/commands/UpdateFunctionCodeCommand.js +1 -0
  134. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +1 -0
  135. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +1 -0
  136. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +1 -0
  137. package/dist-es/index.js +2 -2
  138. package/dist-es/models/LambdaServiceException.js +1 -0
  139. package/dist-types/LambdaClient.d.ts +3 -3
  140. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +4 -0
  141. package/dist-types/commands/AddPermissionCommand.d.ts +4 -0
  142. package/dist-types/commands/CreateAliasCommand.d.ts +4 -0
  143. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +4 -0
  144. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +4 -0
  145. package/dist-types/commands/CreateFunctionCommand.d.ts +4 -0
  146. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +4 -0
  147. package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
  148. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +4 -0
  149. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +4 -0
  150. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +4 -0
  151. package/dist-types/commands/DeleteFunctionCommand.d.ts +4 -0
  152. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +4 -0
  153. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +4 -0
  154. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +4 -0
  155. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +4 -0
  156. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +4 -0
  157. package/dist-types/commands/GetAccountSettingsCommand.d.ts +4 -0
  158. package/dist-types/commands/GetAliasCommand.d.ts +4 -0
  159. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +4 -0
  160. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +4 -0
  161. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +4 -0
  162. package/dist-types/commands/GetFunctionCommand.d.ts +4 -0
  163. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +4 -0
  164. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +4 -0
  165. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +4 -0
  166. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +4 -0
  167. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +4 -0
  168. package/dist-types/commands/GetLayerVersionCommand.d.ts +4 -0
  169. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +4 -0
  170. package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
  171. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +4 -0
  172. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +4 -0
  173. package/dist-types/commands/InvokeAsyncCommand.d.ts +4 -0
  174. package/dist-types/commands/InvokeCommand.d.ts +4 -0
  175. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +4 -0
  176. package/dist-types/commands/ListAliasesCommand.d.ts +4 -0
  177. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +4 -0
  178. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +4 -0
  179. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +4 -0
  180. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +4 -0
  181. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +4 -0
  182. package/dist-types/commands/ListFunctionsCommand.d.ts +4 -0
  183. package/dist-types/commands/ListLayerVersionsCommand.d.ts +4 -0
  184. package/dist-types/commands/ListLayersCommand.d.ts +4 -0
  185. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +4 -0
  186. package/dist-types/commands/ListTagsCommand.d.ts +4 -0
  187. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +4 -0
  188. package/dist-types/commands/PublishLayerVersionCommand.d.ts +4 -0
  189. package/dist-types/commands/PublishVersionCommand.d.ts +4 -0
  190. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +4 -0
  191. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +4 -0
  192. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +4 -0
  193. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +4 -0
  194. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +4 -0
  195. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +4 -0
  196. package/dist-types/commands/RemovePermissionCommand.d.ts +4 -0
  197. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  198. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  199. package/dist-types/commands/UpdateAliasCommand.d.ts +4 -0
  200. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +4 -0
  201. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +4 -0
  202. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +4 -0
  203. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +4 -0
  204. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +4 -0
  205. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +4 -0
  206. package/dist-types/index.d.ts +71 -2
  207. package/dist-types/models/LambdaServiceException.d.ts +1 -0
  208. package/dist-types/ts3.4/LambdaClient.d.ts +3 -3
  209. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +1 -0
  210. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +1 -0
  211. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +1 -0
  212. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +1 -0
  213. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +1 -0
  214. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +1 -0
  215. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +1 -0
  216. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +1 -0
  217. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +1 -0
  218. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +1 -0
  219. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +1 -0
  220. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +1 -0
  221. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +1 -0
  222. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +1 -0
  223. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +1 -0
  224. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +1 -0
  225. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +1 -0
  226. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +1 -0
  227. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +1 -0
  228. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +1 -0
  229. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +1 -0
  230. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +1 -0
  231. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +1 -0
  232. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +1 -0
  233. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +1 -0
  234. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +1 -0
  235. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +1 -0
  236. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +1 -0
  237. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +1 -0
  238. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +1 -0
  239. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -0
  240. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +1 -0
  241. package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +1 -0
  242. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -0
  243. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +1 -0
  244. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -0
  245. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -0
  246. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +1 -0
  247. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +1 -0
  248. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +1 -0
  249. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +1 -0
  250. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +1 -0
  251. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +1 -0
  252. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +1 -0
  253. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +1 -0
  254. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +1 -0
  255. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -0
  256. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +1 -0
  257. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +1 -0
  258. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +1 -0
  259. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +1 -0
  260. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +1 -0
  261. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +1 -0
  262. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +1 -0
  263. package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +1 -0
  264. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +1 -0
  265. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +1 -0
  266. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  267. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  268. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -0
  269. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +1 -0
  270. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +1 -0
  271. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +1 -0
  272. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +1 -0
  273. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +1 -0
  274. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +1 -0
  275. package/dist-types/ts3.4/index.d.ts +2 -2
  276. package/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -0
  277. package/package.json +32 -32
@@ -1,7 +1,76 @@
1
- export * from "./Lambda";
1
+ /**
2
+ * <fullname>Lambda</fullname>
3
+ * <p>
4
+ * <b>Overview</b>
5
+ * </p>
6
+ * <p>Lambda is a compute service that lets you run code without provisioning or managing servers.
7
+ * Lambda runs your code on a high-availability compute infrastructure and performs all of the
8
+ * administration of the compute resources, including server and operating system maintenance, capacity provisioning
9
+ * and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any
10
+ * type of application or backend service. For more information about the Lambda service, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is Lambda</a> in the <b>Lambda Developer Guide</b>.</p>
11
+ * <p>The <i>Lambda API Reference</i> provides information about
12
+ * each of the API methods, including details about the parameters in each API request and
13
+ * response. </p>
14
+ * <p></p>
15
+ * <p>You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command
16
+ * line tools to access the API. For installation instructions, see <a href="http://aws.amazon.com/tools/">Tools for
17
+ * Amazon Web Services</a>. </p>
18
+ * <p>For a list of Region-specific endpoints that Lambda supports,
19
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/lambda-service.html/">Lambda
20
+ * endpoints and quotas </a> in the <i>Amazon Web Services General Reference.</i>. </p>
21
+ * <p>When making the API calls, you will need to
22
+ * authenticate your request by providing a signature. Lambda supports signature version 4. For more information,
23
+ * see <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 signing process</a> in the
24
+ * <i>Amazon Web Services General Reference.</i>. </p>
25
+ * <p>
26
+ * <b>CA certificates</b>
27
+ * </p>
28
+ * <p>Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers
29
+ * can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your
30
+ * computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate
31
+ * environment and do not manage your own computer, you might need to ask an administrator to assist with the
32
+ * update process. The following list shows minimum operating system and Java versions:</p>
33
+ * <ul>
34
+ * <li>
35
+ * <p>Microsoft Windows versions that have updates from January 2005 or later installed contain at least one
36
+ * of the required CAs in their trust list. </p>
37
+ * </li>
38
+ * <li>
39
+ * <p>Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and
40
+ * later versions contain at least one of the required CAs in their trust list. </p>
41
+ * </li>
42
+ * <li>
43
+ * <p>Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the
44
+ * required CAs in their default trusted CA list. </p>
45
+ * </li>
46
+ * <li>
47
+ * <p>Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December
48
+ * 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list. </p>
49
+ * </li>
50
+ * </ul>
51
+ * <p>When accessing the Lambda management console or Lambda API endpoints, whether through browsers or
52
+ * programmatically, you will need to ensure your client machines support any of the following CAs: </p>
53
+ * <ul>
54
+ * <li>
55
+ * <p>Amazon Root CA 1</p>
56
+ * </li>
57
+ * <li>
58
+ * <p>Starfield Services Root Certificate Authority - G2</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>Starfield Class 2 Certification Authority</p>
62
+ * </li>
63
+ * </ul>
64
+ * <p>Root certificates from the first two authorities are available from <a href="https://www.amazontrust.com/repository/">Amazon trust services</a>, but keeping your computer
65
+ * up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see <a href="http://aws.amazon.com/certificate-manager/faqs/#certificates">Amazon Web Services Certificate Manager FAQs.</a>
66
+ * </p>
67
+ *
68
+ * @packageDocumentation
69
+ */
2
70
  export * from "./LambdaClient";
71
+ export * from "./Lambda";
3
72
  export * from "./commands";
4
- export * from "./models";
5
73
  export * from "./pagination";
6
74
  export * from "./waiters";
75
+ export * from "./models";
7
76
  export { LambdaServiceException } from "./models/LambdaServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -320,6 +320,7 @@ import {
320
320
  ClientResolvedEndpointParameters,
321
321
  EndpointParameters,
322
322
  } from "./endpoint/EndpointParameters";
323
+ export { __Client };
323
324
  export type ServiceInputTypes =
324
325
  | AddLayerVersionPermissionCommandInput
325
326
  | AddPermissionCommandInput
@@ -479,7 +480,7 @@ export interface ClientDefaults
479
480
  eventStreamSerdeProvider?: __EventStreamSerdeProvider;
480
481
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
481
482
  }
482
- type LambdaClientConfigType = Partial<
483
+ export type LambdaClientConfigType = Partial<
483
484
  __SmithyConfiguration<__HttpHandlerOptions>
484
485
  > &
485
486
  ClientDefaults &
@@ -492,7 +493,7 @@ type LambdaClientConfigType = Partial<
492
493
  EventStreamSerdeInputConfig &
493
494
  ClientInputEndpointParameters;
494
495
  export interface LambdaClientConfig extends LambdaClientConfigType {}
495
- type LambdaClientResolvedConfigType =
496
+ export type LambdaClientResolvedConfigType =
496
497
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
497
498
  Required<ClientDefaults> &
498
499
  RegionResolvedConfig &
@@ -515,4 +516,3 @@ export declare class LambdaClient extends __Client<
515
516
  constructor(configuration: LambdaClientConfig);
516
517
  destroy(): void;
517
518
  }
518
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AddLayerVersionPermissionRequest,
16
16
  AddLayerVersionPermissionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddLayerVersionPermissionCommandInput
19
20
  extends AddLayerVersionPermissionRequest {}
20
21
  export interface AddLayerVersionPermissionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  AddPermissionRequest,
16
16
  AddPermissionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddPermissionCommandInput extends AddPermissionRequest {}
19
20
  export interface AddPermissionCommandOutput
20
21
  extends AddPermissionResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { AliasConfiguration, CreateAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateAliasCommandInput extends CreateAliasRequest {}
16
17
  export interface CreateAliasCommandOutput
17
18
  extends AliasConfiguration,
@@ -15,6 +15,7 @@ import {
15
15
  CreateCodeSigningConfigRequest,
16
16
  CreateCodeSigningConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateCodeSigningConfigCommandInput
19
20
  extends CreateCodeSigningConfigRequest {}
20
21
  export interface CreateCodeSigningConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateEventSourceMappingRequest,
16
16
  EventSourceMappingConfiguration,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateEventSourceMappingCommandInput
19
20
  extends CreateEventSourceMappingRequest {}
20
21
  export interface CreateEventSourceMappingCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateFunctionRequest,
16
16
  FunctionConfiguration,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
19
20
  export interface CreateFunctionCommandOutput
20
21
  extends FunctionConfiguration,
@@ -15,6 +15,7 @@ import {
15
15
  CreateFunctionUrlConfigRequest,
16
16
  CreateFunctionUrlConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateFunctionUrlConfigCommandInput
19
20
  extends CreateFunctionUrlConfigRequest {}
20
21
  export interface CreateFunctionUrlConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
16
17
  export interface DeleteAliasCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteAliasCommand extends $Command<
@@ -15,6 +15,7 @@ import {
15
15
  DeleteCodeSigningConfigRequest,
16
16
  DeleteCodeSigningConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteCodeSigningConfigCommandInput
19
20
  extends DeleteCodeSigningConfigRequest {}
20
21
  export interface DeleteCodeSigningConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteEventSourceMappingRequest,
16
16
  EventSourceMappingConfiguration,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteEventSourceMappingCommandInput
19
20
  extends DeleteEventSourceMappingRequest {}
20
21
  export interface DeleteEventSourceMappingCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteFunctionCodeSigningConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFunctionCodeSigningConfigCommandInput
16
17
  extends DeleteFunctionCodeSigningConfigRequest {}
17
18
  export interface DeleteFunctionCodeSigningConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteFunctionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
16
17
  export interface DeleteFunctionCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeleteFunctionCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteFunctionConcurrencyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFunctionConcurrencyCommandInput
16
17
  extends DeleteFunctionConcurrencyRequest {}
17
18
  export interface DeleteFunctionConcurrencyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFunctionEventInvokeConfigCommandInput
16
17
  extends DeleteFunctionEventInvokeConfigRequest {}
17
18
  export interface DeleteFunctionEventInvokeConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteFunctionUrlConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteFunctionUrlConfigCommandInput
16
17
  extends DeleteFunctionUrlConfigRequest {}
17
18
  export interface DeleteFunctionUrlConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteLayerVersionRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteLayerVersionCommandInput
16
17
  extends DeleteLayerVersionRequest {}
17
18
  export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteProvisionedConcurrencyConfigCommandInput
16
17
  extends DeleteProvisionedConcurrencyConfigRequest {}
17
18
  export interface DeleteProvisionedConcurrencyConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetAccountSettingsRequest,
16
16
  GetAccountSettingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAccountSettingsCommandInput
19
20
  extends GetAccountSettingsRequest {}
20
21
  export interface GetAccountSettingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { AliasConfiguration, GetAliasRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetAliasCommandInput extends GetAliasRequest {}
16
17
  export interface GetAliasCommandOutput
17
18
  extends AliasConfiguration,
@@ -15,6 +15,7 @@ import {
15
15
  GetCodeSigningConfigRequest,
16
16
  GetCodeSigningConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetCodeSigningConfigCommandInput
19
20
  extends GetCodeSigningConfigRequest {}
20
21
  export interface GetCodeSigningConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  EventSourceMappingConfiguration,
16
16
  GetEventSourceMappingRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetEventSourceMappingCommandInput
19
20
  extends GetEventSourceMappingRequest {}
20
21
  export interface GetEventSourceMappingCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetFunctionCodeSigningConfigRequest,
16
16
  GetFunctionCodeSigningConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFunctionCodeSigningConfigCommandInput
19
20
  extends GetFunctionCodeSigningConfigRequest {}
20
21
  export interface GetFunctionCodeSigningConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetFunctionCommandInput extends GetFunctionRequest {}
16
17
  export interface GetFunctionCommandOutput
17
18
  extends GetFunctionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetFunctionConcurrencyRequest,
16
16
  GetFunctionConcurrencyResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFunctionConcurrencyCommandInput
19
20
  extends GetFunctionConcurrencyRequest {}
20
21
  export interface GetFunctionConcurrencyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  FunctionConfiguration,
16
16
  GetFunctionConfigurationRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFunctionConfigurationCommandInput
19
20
  extends GetFunctionConfigurationRequest {}
20
21
  export interface GetFunctionConfigurationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  FunctionEventInvokeConfig,
16
16
  GetFunctionEventInvokeConfigRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFunctionEventInvokeConfigCommandInput
19
20
  extends GetFunctionEventInvokeConfigRequest {}
20
21
  export interface GetFunctionEventInvokeConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetFunctionUrlConfigRequest,
16
16
  GetFunctionUrlConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetFunctionUrlConfigCommandInput
19
20
  extends GetFunctionUrlConfigRequest {}
20
21
  export interface GetFunctionUrlConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetLayerVersionByArnRequest,
16
16
  GetLayerVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLayerVersionByArnCommandInput
19
20
  extends GetLayerVersionByArnRequest {}
20
21
  export interface GetLayerVersionByArnCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetLayerVersionRequest,
16
16
  GetLayerVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLayerVersionCommandInput extends GetLayerVersionRequest {}
19
20
  export interface GetLayerVersionCommandOutput
20
21
  extends GetLayerVersionResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetLayerVersionPolicyRequest,
16
16
  GetLayerVersionPolicyResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetLayerVersionPolicyCommandInput
19
20
  extends GetLayerVersionPolicyRequest {}
20
21
  export interface GetLayerVersionPolicyCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetPolicyCommandInput extends GetPolicyRequest {}
16
17
  export interface GetPolicyCommandOutput
17
18
  extends GetPolicyResponse,
@@ -15,6 +15,7 @@ import {
15
15
  GetProvisionedConcurrencyConfigRequest,
16
16
  GetProvisionedConcurrencyConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetProvisionedConcurrencyConfigCommandInput
19
20
  extends GetProvisionedConcurrencyConfigRequest {}
20
21
  export interface GetProvisionedConcurrencyConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetRuntimeManagementConfigRequest,
16
16
  GetRuntimeManagementConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetRuntimeManagementConfigCommandInput
19
20
  extends GetRuntimeManagementConfigRequest {}
20
21
  export interface GetRuntimeManagementConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { InvokeAsyncRequest, InvokeAsyncResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export type InvokeAsyncCommandInputType = Pick<
16
17
  InvokeAsyncRequest,
17
18
  Exclude<keyof InvokeAsyncRequest, "InvokeArgs">
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { InvocationRequest, InvocationResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface InvokeCommandInput extends InvocationRequest {}
16
17
  export interface InvokeCommandOutput
17
18
  extends InvocationResponse,
@@ -15,6 +15,7 @@ import {
15
15
  InvokeWithResponseStreamRequest,
16
16
  InvokeWithResponseStreamResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface InvokeWithResponseStreamCommandInput
19
20
  extends InvokeWithResponseStreamRequest {}
20
21
  export interface InvokeWithResponseStreamCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListAliasesCommandInput extends ListAliasesRequest {}
16
17
  export interface ListAliasesCommandOutput
17
18
  extends ListAliasesResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListCodeSigningConfigsRequest,
16
16
  ListCodeSigningConfigsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListCodeSigningConfigsCommandInput
19
20
  extends ListCodeSigningConfigsRequest {}
20
21
  export interface ListCodeSigningConfigsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListEventSourceMappingsRequest,
16
16
  ListEventSourceMappingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListEventSourceMappingsCommandInput
19
20
  extends ListEventSourceMappingsRequest {}
20
21
  export interface ListEventSourceMappingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListFunctionEventInvokeConfigsRequest,
16
16
  ListFunctionEventInvokeConfigsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFunctionEventInvokeConfigsCommandInput
19
20
  extends ListFunctionEventInvokeConfigsRequest {}
20
21
  export interface ListFunctionEventInvokeConfigsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListFunctionUrlConfigsRequest,
16
16
  ListFunctionUrlConfigsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFunctionUrlConfigsCommandInput
19
20
  extends ListFunctionUrlConfigsRequest {}
20
21
  export interface ListFunctionUrlConfigsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListFunctionsByCodeSigningConfigRequest,
16
16
  ListFunctionsByCodeSigningConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFunctionsByCodeSigningConfigCommandInput
19
20
  extends ListFunctionsByCodeSigningConfigRequest {}
20
21
  export interface ListFunctionsByCodeSigningConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListFunctionsRequest,
16
16
  ListFunctionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
19
20
  export interface ListFunctionsCommandOutput
20
21
  extends ListFunctionsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListLayerVersionsRequest,
16
16
  ListLayerVersionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLayerVersionsCommandInput
19
20
  extends ListLayerVersionsRequest {}
20
21
  export interface ListLayerVersionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { ListLayersRequest, ListLayersResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListLayersCommandInput extends ListLayersRequest {}
16
17
  export interface ListLayersCommandOutput
17
18
  extends ListLayersResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListProvisionedConcurrencyConfigsRequest,
16
16
  ListProvisionedConcurrencyConfigsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListProvisionedConcurrencyConfigsCommandInput
19
20
  extends ListProvisionedConcurrencyConfigsRequest {}
20
21
  export interface ListProvisionedConcurrencyConfigsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { ListTagsRequest, ListTagsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListTagsCommandInput extends ListTagsRequest {}
16
17
  export interface ListTagsCommandOutput
17
18
  extends ListTagsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListVersionsByFunctionRequest,
16
16
  ListVersionsByFunctionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListVersionsByFunctionCommandInput
19
20
  extends ListVersionsByFunctionRequest {}
20
21
  export interface ListVersionsByFunctionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PublishLayerVersionRequest,
16
16
  PublishLayerVersionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PublishLayerVersionCommandInput
19
20
  extends PublishLayerVersionRequest {}
20
21
  export interface PublishLayerVersionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  FunctionConfiguration,
16
16
  PublishVersionRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PublishVersionCommandInput extends PublishVersionRequest {}
19
20
  export interface PublishVersionCommandOutput
20
21
  extends FunctionConfiguration,
@@ -15,6 +15,7 @@ import {
15
15
  PutFunctionCodeSigningConfigRequest,
16
16
  PutFunctionCodeSigningConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutFunctionCodeSigningConfigCommandInput
19
20
  extends PutFunctionCodeSigningConfigRequest {}
20
21
  export interface PutFunctionCodeSigningConfigCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../LambdaClient";
14
14
  import { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PutFunctionConcurrencyCommandInput
16
17
  extends PutFunctionConcurrencyRequest {}
17
18
  export interface PutFunctionConcurrencyCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  FunctionEventInvokeConfig,
16
16
  PutFunctionEventInvokeConfigRequest,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutFunctionEventInvokeConfigCommandInput
19
20
  extends PutFunctionEventInvokeConfigRequest {}
20
21
  export interface PutFunctionEventInvokeConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutProvisionedConcurrencyConfigRequest,
16
16
  PutProvisionedConcurrencyConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutProvisionedConcurrencyConfigCommandInput
19
20
  extends PutProvisionedConcurrencyConfigRequest {}
20
21
  export interface PutProvisionedConcurrencyConfigCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PutRuntimeManagementConfigRequest,
16
16
  PutRuntimeManagementConfigResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PutRuntimeManagementConfigCommandInput
19
20
  extends PutRuntimeManagementConfigRequest {}
20
21
  export interface PutRuntimeManagementConfigCommandOutput