@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 { EventSourceMappingConfiguration, UpdateEventSourceMappingRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventSourceMappingCommandInput extends UpdateEventSourceM
21
20
  */
22
21
  export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventSourceMappingCommand_base: {
24
+ new (input: UpdateEventSourceMappingCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates an event source mapping. You can change the function that Lambda invokes, or pause
@@ -291,23 +294,5 @@ export interface UpdateEventSourceMappingCommandOutput extends EventSourceMappin
291
294
  * <p>Base exception class for all service exceptions from Lambda service.</p>
292
295
  *
293
296
  */
294
- export declare class UpdateEventSourceMappingCommand extends $Command<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
295
- readonly input: UpdateEventSourceMappingCommandInput;
296
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
297
- /**
298
- * @public
299
- */
300
- constructor(input: UpdateEventSourceMappingCommandInput);
301
- /**
302
- * @internal
303
- */
304
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventSourceMappingCommandInput, UpdateEventSourceMappingCommandOutput>;
305
- /**
306
- * @internal
307
- */
308
- private serialize;
309
- /**
310
- * @internal
311
- */
312
- private deserialize;
297
+ export declare class UpdateEventSourceMappingCommand extends UpdateEventSourceMappingCommand_base {
313
298
  }
@@ -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, UpdateFunctionCodeRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFunctionCodeCommandInput extends UpdateFunctionCodeReques
21
20
  */
22
21
  export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFunctionCodeCommand_base: {
24
+ new (input: UpdateFunctionCodeCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a Lambda function's code. If code signing is enabled for the function, the code package
@@ -210,23 +213,5 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
210
213
  * <p>Base exception class for all service exceptions from Lambda service.</p>
211
214
  *
212
215
  */
213
- export declare class UpdateFunctionCodeCommand extends $Command<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig> {
214
- readonly input: UpdateFunctionCodeCommandInput;
215
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
216
- /**
217
- * @public
218
- */
219
- constructor(input: UpdateFunctionCodeCommandInput);
220
- /**
221
- * @internal
222
- */
223
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput>;
224
- /**
225
- * @internal
226
- */
227
- private serialize;
228
- /**
229
- * @internal
230
- */
231
- private deserialize;
216
+ export declare class UpdateFunctionCodeCommand extends UpdateFunctionCodeCommand_base {
232
217
  }
@@ -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, UpdateFunctionConfigurationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFunctionConfigurationCommandInput extends UpdateFunctionC
21
20
  */
22
21
  export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFunctionConfigurationCommand_base: {
24
+ new (input: UpdateFunctionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Modify the version-specific settings of a Lambda function.</p>
@@ -250,23 +253,5 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
250
253
  * <p>Base exception class for all service exceptions from Lambda service.</p>
251
254
  *
252
255
  */
253
- export declare class UpdateFunctionConfigurationCommand extends $Command<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
254
- readonly input: UpdateFunctionConfigurationCommandInput;
255
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
256
- /**
257
- * @public
258
- */
259
- constructor(input: UpdateFunctionConfigurationCommandInput);
260
- /**
261
- * @internal
262
- */
263
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput>;
264
- /**
265
- * @internal
266
- */
267
- private serialize;
268
- /**
269
- * @internal
270
- */
271
- private deserialize;
256
+ export declare class UpdateFunctionConfigurationCommand extends UpdateFunctionConfigurationCommand_base {
272
257
  }
@@ -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, UpdateFunctionEventInvokeConfigRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFunctionEventInvokeConfigCommandInput extends UpdateFunct
21
20
  */
22
21
  export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFunctionEventInvokeConfigCommand_base: {
24
+ new (input: UpdateFunctionEventInvokeConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p>
@@ -89,23 +92,5 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
89
92
  * <p>Base exception class for all service exceptions from Lambda service.</p>
90
93
  *
91
94
  */
92
- export declare class UpdateFunctionEventInvokeConfigCommand extends $Command<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
93
- readonly input: UpdateFunctionEventInvokeConfigCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: UpdateFunctionEventInvokeConfigCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class UpdateFunctionEventInvokeConfigCommand extends UpdateFunctionEventInvokeConfigCommand_base {
111
96
  }
@@ -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 { UpdateFunctionUrlConfigRequest, UpdateFunctionUrlConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateFunctionUrlConfigCommandInput extends UpdateFunctionUrlCo
21
20
  */
22
21
  export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateFunctionUrlConfigCommand_base: {
24
+ new (input: UpdateFunctionUrlConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration for a Lambda function URL.</p>
@@ -106,23 +109,5 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
106
109
  * <p>Base exception class for all service exceptions from Lambda service.</p>
107
110
  *
108
111
  */
109
- export declare class UpdateFunctionUrlConfigCommand extends $Command<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
110
- readonly input: UpdateFunctionUrlConfigCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: UpdateFunctionUrlConfigCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class UpdateFunctionUrlConfigCommand extends UpdateFunctionUrlConfigCommand_base {
128
113
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddLayerVersionPermissionCommandInput
21
15
  export interface AddLayerVersionPermissionCommandOutput
22
16
  extends AddLayerVersionPermissionResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddLayerVersionPermissionCommand extends $Command<
25
- AddLayerVersionPermissionCommandInput,
26
- AddLayerVersionPermissionCommandOutput,
27
- LambdaClientResolvedConfig
28
- > {
29
- readonly input: AddLayerVersionPermissionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddLayerVersionPermissionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LambdaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddLayerVersionPermissionCommand_base: {
19
+ new (
20
+ input: AddLayerVersionPermissionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddLayerVersionPermissionCommandInput,
38
- AddLayerVersionPermissionCommandOutput
23
+ AddLayerVersionPermissionCommandOutput,
24
+ LambdaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddLayerVersionPermissionCommand extends AddLayerVersionPermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface AddPermissionCommandInput extends AddPermissionRequest {}
20
14
  export interface AddPermissionCommandOutput
21
15
  extends AddPermissionResponse,
22
16
  __MetadataBearer {}
23
- export declare class AddPermissionCommand extends $Command<
24
- AddPermissionCommandInput,
25
- AddPermissionCommandOutput,
26
- LambdaClientResolvedConfig
27
- > {
28
- readonly input: AddPermissionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AddPermissionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: LambdaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AddPermissionCommandInput, AddPermissionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AddPermissionCommand_base: {
18
+ new (
19
+ input: AddPermissionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AddPermissionCommandInput,
22
+ AddPermissionCommandOutput,
23
+ LambdaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AddPermissionCommand extends AddPermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateAliasCommandInput extends CreateAliasRequest {}
17
11
  export interface CreateAliasCommandOutput
18
12
  extends AliasConfiguration,
19
13
  __MetadataBearer {}
20
- export declare class CreateAliasCommand extends $Command<
21
- CreateAliasCommandInput,
22
- CreateAliasCommandOutput,
23
- LambdaClientResolvedConfig
24
- > {
25
- readonly input: CreateAliasCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateAliasCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: LambdaClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateAliasCommandInput, CreateAliasCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateAliasCommand_base: {
15
+ new (
16
+ input: CreateAliasCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateAliasCommandInput,
19
+ CreateAliasCommandOutput,
20
+ LambdaClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateAliasCommand extends CreateAliasCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCodeSigningConfigCommandInput
21
15
  export interface CreateCodeSigningConfigCommandOutput
22
16
  extends CreateCodeSigningConfigResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCodeSigningConfigCommand extends $Command<
25
- CreateCodeSigningConfigCommandInput,
26
- CreateCodeSigningConfigCommandOutput,
27
- LambdaClientResolvedConfig
28
- > {
29
- readonly input: CreateCodeSigningConfigCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCodeSigningConfigCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LambdaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCodeSigningConfigCommand_base: {
19
+ new (
20
+ input: CreateCodeSigningConfigCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCodeSigningConfigCommandInput,
38
- CreateCodeSigningConfigCommandOutput
23
+ CreateCodeSigningConfigCommandOutput,
24
+ LambdaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCodeSigningConfigCommand extends CreateCodeSigningConfigCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateEventSourceMappingCommandInput
21
15
  export interface CreateEventSourceMappingCommandOutput
22
16
  extends EventSourceMappingConfiguration,
23
17
  __MetadataBearer {}
24
- export declare class CreateEventSourceMappingCommand extends $Command<
25
- CreateEventSourceMappingCommandInput,
26
- CreateEventSourceMappingCommandOutput,
27
- LambdaClientResolvedConfig
28
- > {
29
- readonly input: CreateEventSourceMappingCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEventSourceMappingCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LambdaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateEventSourceMappingCommand_base: {
19
+ new (
20
+ input: CreateEventSourceMappingCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateEventSourceMappingCommandInput,
38
- CreateEventSourceMappingCommandOutput
23
+ CreateEventSourceMappingCommandOutput,
24
+ LambdaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEventSourceMappingCommand extends CreateEventSourceMappingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateFunctionCommandInput extends CreateFunctionRequest {}
20
14
  export interface CreateFunctionCommandOutput
21
15
  extends FunctionConfiguration,
22
16
  __MetadataBearer {}
23
- export declare class CreateFunctionCommand extends $Command<
24
- CreateFunctionCommandInput,
25
- CreateFunctionCommandOutput,
26
- LambdaClientResolvedConfig
27
- > {
28
- readonly input: CreateFunctionCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateFunctionCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: LambdaClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateFunctionCommandInput, CreateFunctionCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateFunctionCommand_base: {
18
+ new (
19
+ input: CreateFunctionCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateFunctionCommandInput,
22
+ CreateFunctionCommandOutput,
23
+ LambdaClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateFunctionCommand extends CreateFunctionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateFunctionUrlConfigCommandInput
21
15
  export interface CreateFunctionUrlConfigCommandOutput
22
16
  extends CreateFunctionUrlConfigResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateFunctionUrlConfigCommand extends $Command<
25
- CreateFunctionUrlConfigCommandInput,
26
- CreateFunctionUrlConfigCommandOutput,
27
- LambdaClientResolvedConfig
28
- > {
29
- readonly input: CreateFunctionUrlConfigCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateFunctionUrlConfigCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: LambdaClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateFunctionUrlConfigCommand_base: {
19
+ new (
20
+ input: CreateFunctionUrlConfigCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateFunctionUrlConfigCommandInput,
38
- CreateFunctionUrlConfigCommandOutput
23
+ CreateFunctionUrlConfigCommandOutput,
24
+ LambdaClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateFunctionUrlConfigCommand extends CreateFunctionUrlConfigCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  LambdaClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteAliasRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
17
11
  export interface DeleteAliasCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteAliasCommand extends $Command<
19
- DeleteAliasCommandInput,
20
- DeleteAliasCommandOutput,
21
- LambdaClientResolvedConfig
22
- > {
23
- readonly input: DeleteAliasCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteAliasCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: LambdaClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteAliasCommandInput, DeleteAliasCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteAliasCommand_base: {
13
+ new (
14
+ input: DeleteAliasCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteAliasCommandInput,
17
+ DeleteAliasCommandOutput,
18
+ LambdaClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteAliasCommand extends DeleteAliasCommand_base {}