@aws-sdk/client-lambda 3.296.0 → 3.298.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 (208) hide show
  1. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -3
  2. package/dist-cjs/commands/AddPermissionCommand.js +2 -3
  3. package/dist-cjs/commands/CreateAliasCommand.js +2 -3
  4. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -3
  5. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -3
  6. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteAliasCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteFunctionCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteLayerVersionCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -3
  17. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -3
  18. package/dist-cjs/commands/GetAliasCommand.js +2 -3
  19. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -3
  20. package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -3
  21. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -3
  22. package/dist-cjs/commands/GetFunctionCommand.js +1 -1
  23. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -3
  24. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +1 -1
  25. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -3
  26. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -3
  27. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -3
  28. package/dist-cjs/commands/GetLayerVersionCommand.js +2 -3
  29. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -3
  30. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  31. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -3
  32. package/dist-cjs/commands/GetRuntimeManagementConfigCommand.js +2 -3
  33. package/dist-cjs/commands/InvokeAsyncCommand.js +1 -1
  34. package/dist-cjs/commands/ListAliasesCommand.js +2 -3
  35. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -3
  36. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -3
  37. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -3
  38. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -3
  39. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -3
  40. package/dist-cjs/commands/ListFunctionsCommand.js +1 -1
  41. package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -3
  42. package/dist-cjs/commands/ListLayersCommand.js +2 -3
  43. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -3
  44. package/dist-cjs/commands/ListTagsCommand.js +2 -3
  45. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +1 -1
  46. package/dist-cjs/commands/PublishLayerVersionCommand.js +1 -1
  47. package/dist-cjs/commands/PublishVersionCommand.js +1 -1
  48. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -3
  49. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -3
  50. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -3
  51. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -3
  52. package/dist-cjs/commands/PutRuntimeManagementConfigCommand.js +2 -3
  53. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +2 -3
  54. package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
  55. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  56. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateAliasCommand.js +2 -3
  58. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -3
  59. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -3
  60. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -3
  61. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -3
  62. package/dist-cjs/models/models_0.js +1 -524
  63. package/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -3
  64. package/dist-es/commands/AddPermissionCommand.js +2 -3
  65. package/dist-es/commands/CreateAliasCommand.js +2 -3
  66. package/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -3
  67. package/dist-es/commands/CreateEventSourceMappingCommand.js +2 -3
  68. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -3
  69. package/dist-es/commands/DeleteAliasCommand.js +2 -3
  70. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -3
  71. package/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -3
  72. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -3
  73. package/dist-es/commands/DeleteFunctionCommand.js +2 -3
  74. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -3
  75. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -3
  76. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -3
  77. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -3
  78. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -3
  79. package/dist-es/commands/GetAccountSettingsCommand.js +2 -3
  80. package/dist-es/commands/GetAliasCommand.js +2 -3
  81. package/dist-es/commands/GetCodeSigningConfigCommand.js +2 -3
  82. package/dist-es/commands/GetEventSourceMappingCommand.js +2 -3
  83. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -3
  84. package/dist-es/commands/GetFunctionCommand.js +2 -2
  85. package/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -3
  86. package/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  87. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -3
  88. package/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -3
  89. package/dist-es/commands/GetLayerVersionByArnCommand.js +2 -3
  90. package/dist-es/commands/GetLayerVersionCommand.js +2 -3
  91. package/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -3
  92. package/dist-es/commands/GetPolicyCommand.js +2 -3
  93. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -3
  94. package/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -3
  95. package/dist-es/commands/InvokeAsyncCommand.js +2 -2
  96. package/dist-es/commands/ListAliasesCommand.js +2 -3
  97. package/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -3
  98. package/dist-es/commands/ListEventSourceMappingsCommand.js +2 -3
  99. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -3
  100. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -3
  101. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -3
  102. package/dist-es/commands/ListFunctionsCommand.js +2 -2
  103. package/dist-es/commands/ListLayerVersionsCommand.js +2 -3
  104. package/dist-es/commands/ListLayersCommand.js +2 -3
  105. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -3
  106. package/dist-es/commands/ListTagsCommand.js +2 -3
  107. package/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  108. package/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  109. package/dist-es/commands/PublishVersionCommand.js +2 -2
  110. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -3
  111. package/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -3
  112. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -3
  113. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -3
  114. package/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -3
  115. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -3
  116. package/dist-es/commands/RemovePermissionCommand.js +2 -3
  117. package/dist-es/commands/TagResourceCommand.js +2 -3
  118. package/dist-es/commands/UntagResourceCommand.js +2 -3
  119. package/dist-es/commands/UpdateAliasCommand.js +2 -3
  120. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -3
  121. package/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -3
  122. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -3
  123. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -3
  124. package/dist-es/models/models_0.js +0 -390
  125. package/dist-types/Lambda.d.ts +66 -0
  126. package/dist-types/LambdaClient.d.ts +24 -4
  127. package/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +16 -0
  128. package/dist-types/commands/AddPermissionCommand.d.ts +16 -0
  129. package/dist-types/commands/CreateAliasCommand.d.ts +16 -0
  130. package/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +16 -0
  131. package/dist-types/commands/CreateEventSourceMappingCommand.d.ts +16 -0
  132. package/dist-types/commands/CreateFunctionCommand.d.ts +16 -0
  133. package/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +16 -0
  134. package/dist-types/commands/DeleteAliasCommand.d.ts +16 -0
  135. package/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +16 -0
  136. package/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +16 -0
  137. package/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +16 -0
  138. package/dist-types/commands/DeleteFunctionCommand.d.ts +16 -0
  139. package/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +16 -0
  140. package/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +16 -0
  141. package/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +16 -0
  142. package/dist-types/commands/DeleteLayerVersionCommand.d.ts +16 -0
  143. package/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +16 -0
  144. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  145. package/dist-types/commands/GetAliasCommand.d.ts +16 -0
  146. package/dist-types/commands/GetCodeSigningConfigCommand.d.ts +16 -0
  147. package/dist-types/commands/GetEventSourceMappingCommand.d.ts +16 -0
  148. package/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +16 -0
  149. package/dist-types/commands/GetFunctionCommand.d.ts +16 -0
  150. package/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +16 -0
  151. package/dist-types/commands/GetFunctionConfigurationCommand.d.ts +16 -0
  152. package/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +16 -0
  153. package/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +16 -0
  154. package/dist-types/commands/GetLayerVersionByArnCommand.d.ts +16 -0
  155. package/dist-types/commands/GetLayerVersionCommand.d.ts +16 -0
  156. package/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +16 -0
  157. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  158. package/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +16 -0
  159. package/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +16 -0
  160. package/dist-types/commands/InvokeAsyncCommand.d.ts +17 -2
  161. package/dist-types/commands/InvokeCommand.d.ts +16 -0
  162. package/dist-types/commands/ListAliasesCommand.d.ts +16 -0
  163. package/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +16 -0
  164. package/dist-types/commands/ListEventSourceMappingsCommand.d.ts +16 -0
  165. package/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +16 -0
  166. package/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +16 -0
  167. package/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +16 -0
  168. package/dist-types/commands/ListFunctionsCommand.d.ts +16 -0
  169. package/dist-types/commands/ListLayerVersionsCommand.d.ts +16 -0
  170. package/dist-types/commands/ListLayersCommand.d.ts +16 -0
  171. package/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +16 -0
  172. package/dist-types/commands/ListTagsCommand.d.ts +16 -0
  173. package/dist-types/commands/ListVersionsByFunctionCommand.d.ts +16 -0
  174. package/dist-types/commands/PublishLayerVersionCommand.d.ts +16 -0
  175. package/dist-types/commands/PublishVersionCommand.d.ts +16 -0
  176. package/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +16 -0
  177. package/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +16 -0
  178. package/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +16 -0
  179. package/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +16 -0
  180. package/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +16 -0
  181. package/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +16 -0
  182. package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
  183. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  184. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  185. package/dist-types/commands/UpdateAliasCommand.d.ts +16 -0
  186. package/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +16 -0
  187. package/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +16 -0
  188. package/dist-types/commands/UpdateFunctionCodeCommand.d.ts +16 -0
  189. package/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +16 -0
  190. package/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +16 -0
  191. package/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +16 -0
  192. package/dist-types/models/LambdaServiceException.d.ts +2 -0
  193. package/dist-types/models/models_0.d.ts +467 -529
  194. package/dist-types/pagination/Interfaces.d.ts +3 -0
  195. package/dist-types/pagination/ListAliasesPaginator.d.ts +3 -0
  196. package/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +3 -0
  197. package/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +3 -0
  201. package/dist-types/pagination/ListFunctionsPaginator.d.ts +3 -0
  202. package/dist-types/pagination/ListLayerVersionsPaginator.d.ts +3 -0
  203. package/dist-types/pagination/ListLayersPaginator.d.ts +3 -0
  204. package/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +3 -0
  205. package/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +3 -0
  206. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -2
  207. package/dist-types/ts3.4/models/models_0.d.ts +0 -368
  208. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { FunctionConfiguration, UpdateFunctionCodeRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFunctionCodeCommand}.
8
10
  */
9
11
  export interface UpdateFunctionCodeCommandInput extends UpdateFunctionCodeRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFunctionCodeCommand}.
13
17
  */
14
18
  export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates a Lambda function's code. If code signing is enabled for the function, the code package
18
23
  * must be signed by a trusted publisher. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Configuring code signing for Lambda</a>.</p>
19
24
  * <p>If the function's package type is <code>Image</code>, then you must specify the code package in
@@ -40,6 +45,8 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
40
45
  * const response = await client.send(command);
41
46
  * ```
42
47
  *
48
+ * @param UpdateFunctionCodeCommandInput - {@link UpdateFunctionCodeCommandInput}
49
+ * @returns {@link UpdateFunctionCodeCommandOutput}
43
50
  * @see {@link UpdateFunctionCodeCommandInput} for command's `input` shape.
44
51
  * @see {@link UpdateFunctionCodeCommandOutput} for command's `response` shape.
45
52
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -82,11 +89,20 @@ export interface UpdateFunctionCodeCommandOutput extends FunctionConfiguration,
82
89
  export declare class UpdateFunctionCodeCommand extends $Command<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput, LambdaClientResolvedConfig> {
83
90
  readonly input: UpdateFunctionCodeCommandInput;
84
91
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
+ /**
93
+ * @public
94
+ */
85
95
  constructor(input: UpdateFunctionCodeCommandInput);
86
96
  /**
87
97
  * @internal
88
98
  */
89
99
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionCodeCommandInput, UpdateFunctionCodeCommandOutput>;
100
+ /**
101
+ * @internal
102
+ */
90
103
  private serialize;
104
+ /**
105
+ * @internal
106
+ */
91
107
  private deserialize;
92
108
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { FunctionConfiguration, UpdateFunctionConfigurationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFunctionConfigurationCommand}.
8
10
  */
9
11
  export interface UpdateFunctionConfigurationCommandInput extends UpdateFunctionConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFunctionConfigurationCommand}.
13
17
  */
14
18
  export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Modify the version-specific settings of a Lambda function.</p>
18
23
  * <p>When you update a function, Lambda provisions an instance of the function and its supporting
19
24
  * resources. If your function connects to a VPC, this process can take a minute. During this time, you can't modify
@@ -36,6 +41,8 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
36
41
  * const response = await client.send(command);
37
42
  * ```
38
43
  *
44
+ * @param UpdateFunctionConfigurationCommandInput - {@link UpdateFunctionConfigurationCommandInput}
45
+ * @returns {@link UpdateFunctionConfigurationCommandOutput}
39
46
  * @see {@link UpdateFunctionConfigurationCommandInput} for command's `input` shape.
40
47
  * @see {@link UpdateFunctionConfigurationCommandOutput} for command's `response` shape.
41
48
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -75,11 +82,20 @@ export interface UpdateFunctionConfigurationCommandOutput extends FunctionConfig
75
82
  export declare class UpdateFunctionConfigurationCommand extends $Command<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
76
83
  readonly input: UpdateFunctionConfigurationCommandInput;
77
84
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
+ /**
86
+ * @public
87
+ */
78
88
  constructor(input: UpdateFunctionConfigurationCommandInput);
79
89
  /**
80
90
  * @internal
81
91
  */
82
92
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionConfigurationCommandInput, UpdateFunctionConfigurationCommandOutput>;
93
+ /**
94
+ * @internal
95
+ */
83
96
  private serialize;
97
+ /**
98
+ * @internal
99
+ */
84
100
  private deserialize;
85
101
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { FunctionEventInvokeConfig, UpdateFunctionEventInvokeConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFunctionEventInvokeConfigCommand}.
8
10
  */
9
11
  export interface UpdateFunctionEventInvokeConfigCommandInput extends UpdateFunctionEventInvokeConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFunctionEventInvokeConfigCommand}.
13
17
  */
14
18
  export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration for asynchronous invocation for a function, version, or alias.</p>
18
23
  * <p>To configure options for asynchronous invocation, use <a>PutFunctionEventInvokeConfig</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateFunctionEventInvokeConfigCommandInput - {@link UpdateFunctionEventInvokeConfigCommandInput}
35
+ * @returns {@link UpdateFunctionEventInvokeConfigCommandOutput}
29
36
  * @see {@link UpdateFunctionEventInvokeConfigCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -50,11 +57,20 @@ export interface UpdateFunctionEventInvokeConfigCommandOutput extends FunctionEv
50
57
  export declare class UpdateFunctionEventInvokeConfigCommand extends $Command<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
51
58
  readonly input: UpdateFunctionEventInvokeConfigCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: UpdateFunctionEventInvokeConfigCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionEventInvokeConfigCommandInput, UpdateFunctionEventInvokeConfigCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { UpdateFunctionUrlConfigRequest, UpdateFunctionUrlConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateFunctionUrlConfigCommand}.
8
10
  */
9
11
  export interface UpdateFunctionUrlConfigCommandInput extends UpdateFunctionUrlConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateFunctionUrlConfigCommand}.
13
17
  */
14
18
  export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the configuration for a Lambda function URL.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateFunctionUrlConfigCommandInput - {@link UpdateFunctionUrlConfigCommandInput}
34
+ * @returns {@link UpdateFunctionUrlConfigCommandOutput}
28
35
  * @see {@link UpdateFunctionUrlConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateFunctionUrlConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateFunctionUrlConfigCommandOutput extends UpdateFunctionUrlC
49
56
  export declare class UpdateFunctionUrlConfigCommand extends $Command<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
50
57
  readonly input: UpdateFunctionUrlConfigCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateFunctionUrlConfigCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateFunctionUrlConfigCommandInput, UpdateFunctionUrlConfigCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from Lambda service.
4
6
  */
5
7
  export declare class LambdaServiceException extends __ServiceException {