@aws-sdk/client-lambda 3.478.0 → 3.481.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 (269) hide show
  1. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +18 -41
  2. package/dist-cjs/commands/AddPermissionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAliasCommand.js +18 -41
  4. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +18 -41
  5. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +18 -41
  6. package/dist-cjs/commands/CreateFunctionCommand.js +18 -41
  7. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAliasCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteFunctionCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteLayerVersionCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
  18. package/dist-cjs/commands/GetAccountSettingsCommand.js +18 -41
  19. package/dist-cjs/commands/GetAliasCommand.js +18 -41
  20. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +18 -41
  21. package/dist-cjs/commands/GetEventSourceMappingCommand.js +18 -41
  22. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
  23. package/dist-cjs/commands/GetFunctionCommand.js +18 -41
  24. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +18 -41
  25. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +18 -41
  26. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
  27. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +18 -41
  28. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +18 -41
  29. package/dist-cjs/commands/GetLayerVersionCommand.js +18 -41
  30. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +18 -41
  31. package/dist-cjs/commands/GetPolicyCommand.js +18 -41
  32. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
  33. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +18 -41
  34. package/dist-cjs/commands/InvokeAsyncCommand.js +18 -41
  35. package/dist-cjs/commands/InvokeCommand.js +18 -41
  36. package/dist-cjs/commands/InvokeWithResponseStreamCommand.js +22 -44
  37. package/dist-cjs/commands/ListAliasesCommand.js +18 -41
  38. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +18 -41
  39. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +18 -41
  40. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
  41. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +18 -41
  42. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
  43. package/dist-cjs/commands/ListFunctionsCommand.js +18 -41
  44. package/dist-cjs/commands/ListLayerVersionsCommand.js +18 -41
  45. package/dist-cjs/commands/ListLayersCommand.js +18 -41
  46. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
  47. package/dist-cjs/commands/ListTagsCommand.js +18 -41
  48. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +18 -41
  49. package/dist-cjs/commands/PublishLayerVersionCommand.js +18 -41
  50. package/dist-cjs/commands/PublishVersionCommand.js +18 -41
  51. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
  52. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +18 -41
  53. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
  54. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
  55. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +18 -41
  56. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +18 -41
  57. package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
  58. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  59. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  60. package/dist-cjs/commands/UpdateAliasCommand.js +18 -41
  61. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +18 -41
  62. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +18 -41
  63. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +18 -41
  64. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +18 -41
  65. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
  66. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +18 -41
  67. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  68. package/dist-es/commands/AddLayerVersionPermissionCommand.js +18 -41
  69. package/dist-es/commands/AddPermissionCommand.js +18 -41
  70. package/dist-es/commands/CreateAliasCommand.js +18 -41
  71. package/dist-es/commands/CreateCodeSigningConfigCommand.js +18 -41
  72. package/dist-es/commands/CreateEventSourceMappingCommand.js +18 -41
  73. package/dist-es/commands/CreateFunctionCommand.js +18 -41
  74. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +18 -41
  75. package/dist-es/commands/DeleteAliasCommand.js +18 -41
  76. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +18 -41
  77. package/dist-es/commands/DeleteEventSourceMappingCommand.js +18 -41
  78. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +18 -41
  79. package/dist-es/commands/DeleteFunctionCommand.js +18 -41
  80. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +18 -41
  81. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +18 -41
  82. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +18 -41
  83. package/dist-es/commands/DeleteLayerVersionCommand.js +18 -41
  84. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +18 -41
  85. package/dist-es/commands/GetAccountSettingsCommand.js +18 -41
  86. package/dist-es/commands/GetAliasCommand.js +18 -41
  87. package/dist-es/commands/GetCodeSigningConfigCommand.js +18 -41
  88. package/dist-es/commands/GetEventSourceMappingCommand.js +18 -41
  89. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +18 -41
  90. package/dist-es/commands/GetFunctionCommand.js +18 -41
  91. package/dist-es/commands/GetFunctionConcurrencyCommand.js +18 -41
  92. package/dist-es/commands/GetFunctionConfigurationCommand.js +18 -41
  93. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +18 -41
  94. package/dist-es/commands/GetFunctionUrlConfigCommand.js +18 -41
  95. package/dist-es/commands/GetLayerVersionByArnCommand.js +18 -41
  96. package/dist-es/commands/GetLayerVersionCommand.js +18 -41
  97. package/dist-es/commands/GetLayerVersionPolicyCommand.js +18 -41
  98. package/dist-es/commands/GetPolicyCommand.js +18 -41
  99. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +18 -41
  100. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +18 -41
  101. package/dist-es/commands/InvokeAsyncCommand.js +18 -41
  102. package/dist-es/commands/InvokeCommand.js +18 -41
  103. package/dist-es/commands/InvokeWithResponseStreamCommand.js +22 -44
  104. package/dist-es/commands/ListAliasesCommand.js +18 -41
  105. package/dist-es/commands/ListCodeSigningConfigsCommand.js +18 -41
  106. package/dist-es/commands/ListEventSourceMappingsCommand.js +18 -41
  107. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +18 -41
  108. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +18 -41
  109. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +18 -41
  110. package/dist-es/commands/ListFunctionsCommand.js +18 -41
  111. package/dist-es/commands/ListLayerVersionsCommand.js +18 -41
  112. package/dist-es/commands/ListLayersCommand.js +18 -41
  113. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +18 -41
  114. package/dist-es/commands/ListTagsCommand.js +18 -41
  115. package/dist-es/commands/ListVersionsByFunctionCommand.js +18 -41
  116. package/dist-es/commands/PublishLayerVersionCommand.js +18 -41
  117. package/dist-es/commands/PublishVersionCommand.js +18 -41
  118. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +18 -41
  119. package/dist-es/commands/PutFunctionConcurrencyCommand.js +18 -41
  120. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +18 -41
  121. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +18 -41
  122. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +18 -41
  123. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +18 -41
  124. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  125. package/dist-es/commands/TagResourceCommand.js +18 -41
  126. package/dist-es/commands/UntagResourceCommand.js +18 -41
  127. package/dist-es/commands/UpdateAliasCommand.js +18 -41
  128. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +18 -41
  129. package/dist-es/commands/UpdateEventSourceMappingCommand.js +18 -41
  130. package/dist-es/commands/UpdateFunctionCodeCommand.js +18 -41
  131. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +18 -41
  132. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +18 -41
  133. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +18 -41
  134. package/dist-es/endpoint/EndpointParameters.js +6 -0
  135. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -21
  136. package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
  137. package/dist-types/commands/CreateAliasCommand.d.ts +6 -21
  138. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -21
  139. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -21
  140. package/dist-types/commands/CreateFunctionCommand.d.ts +6 -21
  141. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -21
  142. package/dist-types/commands/DeleteAliasCommand.d.ts +6 -21
  143. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -21
  144. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -21
  145. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -21
  146. package/dist-types/commands/DeleteFunctionCommand.d.ts +6 -21
  147. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -21
  148. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -21
  149. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -21
  150. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -21
  151. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -21
  152. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -21
  153. package/dist-types/commands/GetAliasCommand.d.ts +6 -21
  154. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -21
  155. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -21
  156. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -21
  157. package/dist-types/commands/GetFunctionCommand.d.ts +6 -21
  158. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -21
  159. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +6 -21
  160. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -21
  161. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -21
  162. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +6 -21
  163. package/dist-types/commands/GetLayerVersionCommand.d.ts +6 -21
  164. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -21
  165. package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
  166. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -21
  167. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -21
  168. package/dist-types/commands/InvokeAsyncCommand.d.ts +6 -21
  169. package/dist-types/commands/InvokeCommand.d.ts +6 -21
  170. package/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -21
  171. package/dist-types/commands/ListAliasesCommand.d.ts +6 -21
  172. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -21
  173. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -21
  174. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -21
  175. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -21
  176. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -21
  177. package/dist-types/commands/ListFunctionsCommand.d.ts +6 -21
  178. package/dist-types/commands/ListLayerVersionsCommand.d.ts +6 -21
  179. package/dist-types/commands/ListLayersCommand.d.ts +6 -21
  180. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -21
  181. package/dist-types/commands/ListTagsCommand.d.ts +6 -21
  182. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +6 -21
  183. package/dist-types/commands/PublishLayerVersionCommand.d.ts +6 -21
  184. package/dist-types/commands/PublishVersionCommand.d.ts +6 -21
  185. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -21
  186. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -21
  187. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -21
  188. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -21
  189. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -21
  190. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -21
  191. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  192. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  193. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  194. package/dist-types/commands/UpdateAliasCommand.d.ts +6 -21
  195. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -21
  196. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -21
  197. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +6 -21
  198. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +6 -21
  199. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -21
  200. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -21
  201. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  202. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +12 -24
  203. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +12 -24
  207. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +12 -24
  215. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +14 -23
  218. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +14 -23
  221. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +14 -23
  225. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
  233. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +12 -24
  234. package/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +13 -20
  236. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +11 -20
  237. package/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +11 -21
  238. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +12 -24
  257. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +14 -23
  262. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +12 -24
  263. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +14 -23
  265. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +12 -24
  267. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  269. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { ListVersionsByFunctionRequest, ListVersionsByFunctionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListVersionsByFunctionCommandInput extends ListVersionsByFuncti
21
20
  */
22
21
  export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunctionResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListVersionsByFunctionCommand_base: {
24
+ new (input: ListVersionsByFunctionCommandInput): import("@smithy/smithy-client").CommandImpl<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">versions</a>,
@@ -171,23 +174,5 @@ export interface ListVersionsByFunctionCommandOutput extends ListVersionsByFunct
171
174
  * <p>Base exception class for all service exceptions from Lambda service.</p>
172
175
  *
173
176
  */
174
- export declare class ListVersionsByFunctionCommand extends $Command<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput, LambdaClientResolvedConfig> {
175
- readonly input: ListVersionsByFunctionCommandInput;
176
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
177
- /**
178
- * @public
179
- */
180
- constructor(input: ListVersionsByFunctionCommandInput);
181
- /**
182
- * @internal
183
- */
184
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVersionsByFunctionCommandInput, ListVersionsByFunctionCommandOutput>;
185
- /**
186
- * @internal
187
- */
188
- private serialize;
189
- /**
190
- * @internal
191
- */
192
- private deserialize;
177
+ export declare class ListVersionsByFunctionCommand extends ListVersionsByFunctionCommand_base {
193
178
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { PublishLayerVersionRequest, PublishLayerVersionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PublishLayerVersionCommandInput extends PublishLayerVersionRequ
21
20
  */
22
21
  export interface PublishLayerVersionCommandOutput extends PublishLayerVersionResponse, __MetadataBearer {
23
22
  }
23
+ declare const PublishLayerVersionCommand_base: {
24
+ new (input: PublishLayerVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
@@ -101,23 +104,5 @@ export interface PublishLayerVersionCommandOutput extends PublishLayerVersionRes
101
104
  * <p>Base exception class for all service exceptions from Lambda service.</p>
102
105
  *
103
106
  */
104
- export declare class PublishLayerVersionCommand extends $Command<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput, LambdaClientResolvedConfig> {
105
- readonly input: PublishLayerVersionCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: PublishLayerVersionCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishLayerVersionCommandInput, PublishLayerVersionCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class PublishLayerVersionCommand extends PublishLayerVersionCommand_base {
123
108
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { FunctionConfiguration, PublishVersionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PublishVersionCommandInput extends PublishVersionRequest {
21
20
  */
22
21
  export interface PublishVersionCommandOutput extends FunctionConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const PublishVersionCommand_base: {
24
+ new (input: PublishVersionCommandInput): import("@smithy/smithy-client").CommandImpl<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">version</a> from the
@@ -182,23 +185,5 @@ export interface PublishVersionCommandOutput extends FunctionConfiguration, __Me
182
185
  * <p>Base exception class for all service exceptions from Lambda service.</p>
183
186
  *
184
187
  */
185
- export declare class PublishVersionCommand extends $Command<PublishVersionCommandInput, PublishVersionCommandOutput, LambdaClientResolvedConfig> {
186
- readonly input: PublishVersionCommandInput;
187
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
188
- /**
189
- * @public
190
- */
191
- constructor(input: PublishVersionCommandInput);
192
- /**
193
- * @internal
194
- */
195
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PublishVersionCommandInput, PublishVersionCommandOutput>;
196
- /**
197
- * @internal
198
- */
199
- private serialize;
200
- /**
201
- * @internal
202
- */
203
- private deserialize;
188
+ export declare class PublishVersionCommand extends PublishVersionCommand_base {
204
189
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { PutFunctionCodeSigningConfigRequest, PutFunctionCodeSigningConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutFunctionCodeSigningConfigCommandInput extends PutFunctionCod
21
20
  */
22
21
  export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCodeSigningConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutFunctionCodeSigningConfigCommand_base: {
24
+ new (input: PutFunctionCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the code signing configuration for the function. Changes to the code signing configuration take effect the
@@ -72,23 +75,5 @@ export interface PutFunctionCodeSigningConfigCommandOutput extends PutFunctionCo
72
75
  * <p>Base exception class for all service exceptions from Lambda service.</p>
73
76
  *
74
77
  */
75
- export declare class PutFunctionCodeSigningConfigCommand extends $Command<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
76
- readonly input: PutFunctionCodeSigningConfigCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: PutFunctionCodeSigningConfigCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFunctionCodeSigningConfigCommandInput, PutFunctionCodeSigningConfigCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class PutFunctionCodeSigningConfigCommand extends PutFunctionCodeSigningConfigCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutFunctionConcurrencyCommandInput extends PutFunctionConcurren
21
20
  */
22
21
  export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __MetadataBearer {
23
22
  }
23
+ declare const PutFunctionConcurrencyCommand_base: {
24
+ new (input: PutFunctionConcurrencyCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
@@ -75,23 +78,5 @@ export interface PutFunctionConcurrencyCommandOutput extends Concurrency, __Meta
75
78
  * <p>Base exception class for all service exceptions from Lambda service.</p>
76
79
  *
77
80
  */
78
- export declare class PutFunctionConcurrencyCommand extends $Command<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
79
- readonly input: PutFunctionConcurrencyCommandInput;
80
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
- /**
82
- * @public
83
- */
84
- constructor(input: PutFunctionConcurrencyCommandInput);
85
- /**
86
- * @internal
87
- */
88
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFunctionConcurrencyCommandInput, PutFunctionConcurrencyCommandOutput>;
89
- /**
90
- * @internal
91
- */
92
- private serialize;
93
- /**
94
- * @internal
95
- */
96
- private deserialize;
81
+ export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {
97
82
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { FunctionEventInvokeConfig, PutFunctionEventInvokeConfigRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutFunctionEventInvokeConfigCommandInput extends PutFunctionEve
21
20
  */
22
21
  export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
23
22
  }
23
+ declare const PutFunctionEventInvokeConfigCommand_base: {
24
+ new (input: PutFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Configures options for <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html">asynchronous
@@ -98,23 +101,5 @@ export interface PutFunctionEventInvokeConfigCommandOutput extends FunctionEvent
98
101
  * <p>Base exception class for all service exceptions from Lambda service.</p>
99
102
  *
100
103
  */
101
- export declare class PutFunctionEventInvokeConfigCommand extends $Command<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
102
- readonly input: PutFunctionEventInvokeConfigCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: PutFunctionEventInvokeConfigCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutFunctionEventInvokeConfigCommandInput, PutFunctionEventInvokeConfigCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class PutFunctionEventInvokeConfigCommand extends PutFunctionEventInvokeConfigCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { PutProvisionedConcurrencyConfigRequest, PutProvisionedConcurrencyConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutProvisionedConcurrencyConfigCommandInput extends PutProvisio
21
20
  */
22
21
  export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisionedConcurrencyConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutProvisionedConcurrencyConfigCommand_base: {
24
+ new (input: PutProvisionedConcurrencyConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds a provisioned concurrency configuration to a function's alias or version.</p>
@@ -73,23 +76,5 @@ export interface PutProvisionedConcurrencyConfigCommandOutput extends PutProvisi
73
76
  * <p>Base exception class for all service exceptions from Lambda service.</p>
74
77
  *
75
78
  */
76
- export declare class PutProvisionedConcurrencyConfigCommand extends $Command<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
77
- readonly input: PutProvisionedConcurrencyConfigCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: PutProvisionedConcurrencyConfigCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutProvisionedConcurrencyConfigCommandInput, PutProvisionedConcurrencyConfigCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class PutProvisionedConcurrencyConfigCommand extends PutProvisionedConcurrencyConfigCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { PutRuntimeManagementConfigRequest, PutRuntimeManagementConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PutRuntimeManagementConfigCommandInput extends PutRuntimeManage
21
20
  */
22
21
  export interface PutRuntimeManagementConfigCommandOutput extends PutRuntimeManagementConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const PutRuntimeManagementConfigCommand_base: {
24
+ new (input: PutRuntimeManagementConfigCommandInput): import("@smithy/smithy-client").CommandImpl<PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets the runtime management configuration for a function's version. For more information,
@@ -72,23 +75,5 @@ export interface PutRuntimeManagementConfigCommandOutput extends PutRuntimeManag
72
75
  * <p>Base exception class for all service exceptions from Lambda service.</p>
73
76
  *
74
77
  */
75
- export declare class PutRuntimeManagementConfigCommand extends $Command<PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput, LambdaClientResolvedConfig> {
76
- readonly input: PutRuntimeManagementConfigCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: PutRuntimeManagementConfigCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRuntimeManagementConfigCommandInput, PutRuntimeManagementConfigCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class PutRuntimeManagementConfigCommand extends PutRuntimeManagementConfigCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { RemoveLayerVersionPermissionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveLayerVersionPermissionCommandInput extends RemoveLayerVer
21
20
  */
22
21
  export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemoveLayerVersionPermissionCommand_base: {
24
+ new (input: RemoveLayerVersionPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes a statement from the permissions policy for a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
@@ -70,23 +73,5 @@ export interface RemoveLayerVersionPermissionCommandOutput extends __MetadataBea
70
73
  * <p>Base exception class for all service exceptions from Lambda service.</p>
71
74
  *
72
75
  */
73
- export declare class RemoveLayerVersionPermissionCommand extends $Command<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput, LambdaClientResolvedConfig> {
74
- readonly input: RemoveLayerVersionPermissionCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: RemoveLayerVersionPermissionCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveLayerVersionPermissionCommandInput, RemoveLayerVersionPermissionCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class RemoveLayerVersionPermissionCommand extends RemoveLayerVersionPermissionCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { RemovePermissionRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
21
20
  */
22
21
  export interface RemovePermissionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RemovePermissionCommand_base: {
24
+ new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Revokes function-use permission from an Amazon Web Service or another Amazon Web Services account. You
@@ -69,23 +72,5 @@ export interface RemovePermissionCommandOutput extends __MetadataBearer {
69
72
  * <p>Base exception class for all service exceptions from Lambda service.</p>
70
73
  *
71
74
  */
72
- export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, LambdaClientResolvedConfig> {
73
- readonly input: RemovePermissionCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: RemovePermissionCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { TagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Adds <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> to a function.</p>
@@ -67,23 +70,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
67
70
  * <p>Base exception class for all service exceptions from Lambda service.</p>
68
71
  *
69
72
  */
70
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LambdaClientResolvedConfig> {
71
- readonly input: TagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: TagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class TagResourceCommand extends TagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { UntagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes <a href="https://docs.aws.amazon.com/lambda/latest/dg/tagging.html">tags</a> from a function.</p>
@@ -67,23 +70,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
67
70
  * <p>Base exception class for all service exceptions from Lambda service.</p>
68
71
  *
69
72
  */
70
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LambdaClientResolvedConfig> {
71
- readonly input: UntagResourceCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: UntagResourceCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { AliasConfiguration, UpdateAliasRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAliasCommandInput extends UpdateAliasRequest {
21
20
  */
22
21
  export interface UpdateAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAliasCommand_base: {
24
+ new (input: UpdateAliasCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration of a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
@@ -88,23 +91,5 @@ export interface UpdateAliasCommandOutput extends AliasConfiguration, __Metadata
88
91
  * <p>Base exception class for all service exceptions from Lambda service.</p>
89
92
  *
90
93
  */
91
- export declare class UpdateAliasCommand extends $Command<UpdateAliasCommandInput, UpdateAliasCommandOutput, LambdaClientResolvedConfig> {
92
- readonly input: UpdateAliasCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: UpdateAliasCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAliasCommandInput, UpdateAliasCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
4
  import { UpdateCodeSigningConfigRequest, UpdateCodeSigningConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateCodeSigningConfigCommandInput extends UpdateCodeSigningCo
21
20
  */
22
21
  export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateCodeSigningConfigCommand_base: {
24
+ new (input: UpdateCodeSigningConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the code signing configuration. Changes to the code signing configuration take effect the next time a
@@ -83,23 +86,5 @@ export interface UpdateCodeSigningConfigCommandOutput extends UpdateCodeSigningC
83
86
  * <p>Base exception class for all service exceptions from Lambda service.</p>
84
87
  *
85
88
  */
86
- export declare class UpdateCodeSigningConfigCommand extends $Command<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
87
- readonly input: UpdateCodeSigningConfigCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: UpdateCodeSigningConfigCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateCodeSigningConfigCommandInput, UpdateCodeSigningConfigCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class UpdateCodeSigningConfigCommand extends UpdateCodeSigningConfigCommand_base {
105
90
  }