@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 { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFunctionEventInvokeConfigCommand}.
8
10
  */
9
11
  export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunctionEventInvokeConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFunctionEventInvokeConfigCommand}.
13
17
  */
14
18
  export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes 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 DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteFunctionEventInvokeConfigCommandInput - {@link DeleteFunctionEventInvokeConfigCommandInput}
35
+ * @returns {@link DeleteFunctionEventInvokeConfigCommandOutput}
29
36
  * @see {@link DeleteFunctionEventInvokeConfigCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteFunctionEventInvokeConfigCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -50,11 +57,20 @@ export interface DeleteFunctionEventInvokeConfigCommandOutput extends __Metadata
50
57
  export declare class DeleteFunctionEventInvokeConfigCommand extends $Command<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, LambdaClientResolvedConfig> {
51
58
  readonly input: DeleteFunctionEventInvokeConfigCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: DeleteFunctionEventInvokeConfigCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput>;
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 { DeleteFunctionUrlConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteFunctionUrlConfigCommand}.
8
10
  */
9
11
  export interface DeleteFunctionUrlConfigCommandInput extends DeleteFunctionUrlConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteFunctionUrlConfigCommand}.
13
17
  */
14
18
  export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a Lambda function URL. When you delete a function URL, you
18
23
  * can't recover it. Creating a new function URL results in a different URL address.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteFunctionUrlConfigCommandInput - {@link DeleteFunctionUrlConfigCommandInput}
35
+ * @returns {@link DeleteFunctionUrlConfigCommandOutput}
29
36
  * @see {@link DeleteFunctionUrlConfigCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteFunctionUrlConfigCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -47,11 +54,20 @@ export interface DeleteFunctionUrlConfigCommandOutput extends __MetadataBearer {
47
54
  export declare class DeleteFunctionUrlConfigCommand extends $Command<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput, LambdaClientResolvedConfig> {
48
55
  readonly input: DeleteFunctionUrlConfigCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: DeleteFunctionUrlConfigCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFunctionUrlConfigCommandInput, DeleteFunctionUrlConfigCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteLayerVersionRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteLayerVersionCommand}.
8
10
  */
9
11
  export interface DeleteLayerVersionCommandInput extends DeleteLayerVersionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteLayerVersionCommand}.
13
17
  */
14
18
  export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
18
23
  * layer</a>. Deleted versions can no longer be viewed or added to functions. To avoid
19
24
  * breaking functions, a copy of the version remains in Lambda until no functions refer to it.</p>
@@ -27,6 +32,8 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param DeleteLayerVersionCommandInput - {@link DeleteLayerVersionCommandInput}
36
+ * @returns {@link DeleteLayerVersionCommandOutput}
30
37
  * @see {@link DeleteLayerVersionCommandInput} for command's `input` shape.
31
38
  * @see {@link DeleteLayerVersionCommandOutput} for command's `response` shape.
32
39
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -42,11 +49,20 @@ export interface DeleteLayerVersionCommandOutput extends __MetadataBearer {
42
49
  export declare class DeleteLayerVersionCommand extends $Command<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput, LambdaClientResolvedConfig> {
43
50
  readonly input: DeleteLayerVersionCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: DeleteLayerVersionCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLayerVersionCommandInput, DeleteLayerVersionCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { DeleteProvisionedConcurrencyConfigRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteProvisionedConcurrencyConfigCommand}.
8
10
  */
9
11
  export interface DeleteProvisionedConcurrencyConfigCommandInput extends DeleteProvisionedConcurrencyConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteProvisionedConcurrencyConfigCommand}.
13
17
  */
14
18
  export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes the provisioned concurrency configuration for a function.</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 DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteProvisionedConcurrencyConfigCommandInput - {@link DeleteProvisionedConcurrencyConfigCommandInput}
34
+ * @returns {@link DeleteProvisionedConcurrencyConfigCommandOutput}
28
35
  * @see {@link DeleteProvisionedConcurrencyConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteProvisionedConcurrencyConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -49,11 +56,20 @@ export interface DeleteProvisionedConcurrencyConfigCommandOutput extends __Metad
49
56
  export declare class DeleteProvisionedConcurrencyConfigCommand extends $Command<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput, LambdaClientResolvedConfig> {
50
57
  readonly input: DeleteProvisionedConcurrencyConfigCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: DeleteProvisionedConcurrencyConfigCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProvisionedConcurrencyConfigCommandInput, DeleteProvisionedConcurrencyConfigCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAccountSettingsCommand}.
8
10
  */
9
11
  export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAccountSettingsCommand}.
13
17
  */
14
18
  export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves details about your account's <a href="https://docs.aws.amazon.com/lambda/latest/dg/limits.html">limits</a> and usage in an Amazon Web Services Region.</p>
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 GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAccountSettingsCommandInput - {@link GetAccountSettingsCommandInput}
34
+ * @returns {@link GetAccountSettingsCommandOutput}
28
35
  * @see {@link GetAccountSettingsCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAccountSettingsCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -40,11 +47,20 @@ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsRespo
40
47
  export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, LambdaClientResolvedConfig> {
41
48
  readonly input: GetAccountSettingsCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: GetAccountSettingsCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { AliasConfiguration, GetAliasRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetAliasCommand}.
8
10
  */
9
11
  export interface GetAliasCommandInput extends GetAliasRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetAliasCommand}.
13
17
  */
14
18
  export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</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 GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetAliasCommandInput - {@link GetAliasCommandInput}
34
+ * @returns {@link GetAliasCommandOutput}
28
35
  * @see {@link GetAliasCommandInput} for command's `input` shape.
29
36
  * @see {@link GetAliasCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetAliasCommandOutput extends AliasConfiguration, __MetadataBea
46
53
  export declare class GetAliasCommand extends $Command<GetAliasCommandInput, GetAliasCommandOutput, LambdaClientResolvedConfig> {
47
54
  readonly input: GetAliasCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetAliasCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAliasCommandInput, GetAliasCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetCodeSigningConfigCommand}.
8
10
  */
9
11
  export interface GetCodeSigningConfigCommandInput extends GetCodeSigningConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetCodeSigningConfigCommand}.
13
17
  */
14
18
  export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the specified code signing configuration.</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 GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetCodeSigningConfigCommandInput - {@link GetCodeSigningConfigCommandInput}
34
+ * @returns {@link GetCodeSigningConfigCommandOutput}
28
35
  * @see {@link GetCodeSigningConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link GetCodeSigningConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -43,11 +50,20 @@ export interface GetCodeSigningConfigCommandOutput extends GetCodeSigningConfigR
43
50
  export declare class GetCodeSigningConfigCommand extends $Command<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
44
51
  readonly input: GetCodeSigningConfigCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: GetCodeSigningConfigCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCodeSigningConfigCommandInput, GetCodeSigningConfigCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetEventSourceMappingCommand}.
8
10
  */
9
11
  export interface GetEventSourceMappingCommandInput extends GetEventSourceMappingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetEventSourceMappingCommand}.
13
17
  */
14
18
  export interface GetEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details about an event source mapping. You can get the identifier of a mapping from the output of
18
23
  * <a>ListEventSourceMappings</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetEventSourceMappingCommandInput - {@link GetEventSourceMappingCommandInput}
35
+ * @returns {@link GetEventSourceMappingCommandOutput}
29
36
  * @see {@link GetEventSourceMappingCommandInput} for command's `input` shape.
30
37
  * @see {@link GetEventSourceMappingCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetEventSourceMappingCommandOutput extends EventSourceMappingCo
47
54
  export declare class GetEventSourceMappingCommand extends $Command<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput, LambdaClientResolvedConfig> {
48
55
  readonly input: GetEventSourceMappingCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetEventSourceMappingCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEventSourceMappingCommandInput, GetEventSourceMappingCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionCodeSigningConfigRequest, GetFunctionCodeSigningConfigResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionCodeSigningConfigCommand}.
8
10
  */
9
11
  export interface GetFunctionCodeSigningConfigCommandInput extends GetFunctionCodeSigningConfigRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionCodeSigningConfigCommand}.
13
17
  */
14
18
  export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCodeSigningConfigResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the code signing configuration for the specified function.</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 GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetFunctionCodeSigningConfigCommandInput - {@link GetFunctionCodeSigningConfigCommandInput}
34
+ * @returns {@link GetFunctionCodeSigningConfigCommandOutput}
28
35
  * @see {@link GetFunctionCodeSigningConfigCommandInput} for command's `input` shape.
29
36
  * @see {@link GetFunctionCodeSigningConfigCommandOutput} for command's `response` shape.
30
37
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetFunctionCodeSigningConfigCommandOutput extends GetFunctionCo
46
53
  export declare class GetFunctionCodeSigningConfigCommand extends $Command<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput, LambdaClientResolvedConfig> {
47
54
  readonly input: GetFunctionCodeSigningConfigCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetFunctionCodeSigningConfigCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCodeSigningConfigCommandInput, GetFunctionCodeSigningConfigCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionCommand}.
8
10
  */
9
11
  export interface GetFunctionCommandInput extends GetFunctionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionCommand}.
13
17
  */
14
18
  export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the function or function version, with a link to download the deployment package
18
23
  * that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are
19
24
  * returned.</p>
@@ -27,6 +32,8 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetFunctionCommandInput - {@link GetFunctionCommandInput}
36
+ * @returns {@link GetFunctionCommandOutput}
30
37
  * @see {@link GetFunctionCommandInput} for command's `input` shape.
31
38
  * @see {@link GetFunctionCommandOutput} for command's `response` shape.
32
39
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetFunctionCommandOutput extends GetFunctionResponse, __Metadat
48
55
  export declare class GetFunctionCommand extends $Command<GetFunctionCommandInput, GetFunctionCommandOutput, LambdaClientResolvedConfig> {
49
56
  readonly input: GetFunctionCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetFunctionCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionCommandInput, GetFunctionCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionConcurrencyCommand}.
8
10
  */
9
11
  export interface GetFunctionConcurrencyCommandInput extends GetFunctionConcurrencyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionConcurrencyCommand}.
13
17
  */
14
18
  export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurrencyResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a
18
23
  * function, use <a>PutFunctionConcurrency</a>.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetFunctionConcurrencyCommandInput - {@link GetFunctionConcurrencyCommandInput}
35
+ * @returns {@link GetFunctionConcurrencyCommandOutput}
29
36
  * @see {@link GetFunctionConcurrencyCommandInput} for command's `input` shape.
30
37
  * @see {@link GetFunctionConcurrencyCommandOutput} for command's `response` shape.
31
38
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -47,11 +54,20 @@ export interface GetFunctionConcurrencyCommandOutput extends GetFunctionConcurre
47
54
  export declare class GetFunctionConcurrencyCommand extends $Command<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput, LambdaClientResolvedConfig> {
48
55
  readonly input: GetFunctionConcurrencyCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: GetFunctionConcurrencyCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConcurrencyCommandInput, GetFunctionConcurrencyCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LambdaClient";
5
5
  import { FunctionConfiguration, GetFunctionConfigurationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetFunctionConfigurationCommand}.
8
10
  */
9
11
  export interface GetFunctionConfigurationCommandInput extends GetFunctionConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetFunctionConfigurationCommand}.
13
17
  */
14
18
  export interface GetFunctionConfigurationCommandOutput extends FunctionConfiguration, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns the version-specific settings of a Lambda function or version. The output includes only options that
18
23
  * can vary between versions of a function. To modify these settings, use <a>UpdateFunctionConfiguration</a>.</p>
19
24
  * <p>To get all of a function's details, including function-level settings, use <a>GetFunction</a>.</p>
@@ -27,6 +32,8 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param GetFunctionConfigurationCommandInput - {@link GetFunctionConfigurationCommandInput}
36
+ * @returns {@link GetFunctionConfigurationCommandOutput}
30
37
  * @see {@link GetFunctionConfigurationCommandInput} for command's `input` shape.
31
38
  * @see {@link GetFunctionConfigurationCommandOutput} for command's `response` shape.
32
39
  * @see {@link LambdaClientResolvedConfig | config} for LambdaClient's `config` shape.
@@ -48,11 +55,20 @@ export interface GetFunctionConfigurationCommandOutput extends FunctionConfigura
48
55
  export declare class GetFunctionConfigurationCommand extends $Command<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput, LambdaClientResolvedConfig> {
49
56
  readonly input: GetFunctionConfigurationCommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: GetFunctionConfigurationCommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LambdaClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetFunctionConfigurationCommandInput, GetFunctionConfigurationCommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }