@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
@@ -3,6 +3,7 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
3
3
  import { Readable } from "stream";
4
4
  import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
5
5
  /**
6
+ * @public
6
7
  * <p>Limits that are related to concurrency and storage. All file and storage sizes are in bytes.</p>
7
8
  */
8
9
  export interface AccountLimit {
@@ -30,6 +31,7 @@ export interface AccountLimit {
30
31
  UnreservedConcurrentExecutions?: number;
31
32
  }
32
33
  /**
34
+ * @public
33
35
  * <p>The number of functions and amount of storage in use.</p>
34
36
  */
35
37
  export interface AccountUsage {
@@ -42,6 +44,9 @@ export interface AccountUsage {
42
44
  */
43
45
  FunctionCount?: number;
44
46
  }
47
+ /**
48
+ * @public
49
+ */
45
50
  export interface AddLayerVersionPermissionRequest {
46
51
  /**
47
52
  * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
@@ -77,6 +82,9 @@ export interface AddLayerVersionPermissionRequest {
77
82
  */
78
83
  RevisionId?: string;
79
84
  }
85
+ /**
86
+ * @public
87
+ */
80
88
  export interface AddLayerVersionPermissionResponse {
81
89
  /**
82
90
  * <p>The permission statement.</p>
@@ -88,6 +96,7 @@ export interface AddLayerVersionPermissionResponse {
88
96
  RevisionId?: string;
89
97
  }
90
98
  /**
99
+ * @public
91
100
  * <p>One of the parameters in the request is not valid.</p>
92
101
  */
93
102
  export declare class InvalidParameterValueException extends __BaseException {
@@ -103,6 +112,7 @@ export declare class InvalidParameterValueException extends __BaseException {
103
112
  constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
104
113
  }
105
114
  /**
115
+ * @public
106
116
  * <p>The permissions policy for the resource is too large. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda quotas</a>.</p>
107
117
  */
108
118
  export declare class PolicyLengthExceededException extends __BaseException {
@@ -115,6 +125,7 @@ export declare class PolicyLengthExceededException extends __BaseException {
115
125
  constructor(opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>);
116
126
  }
117
127
  /**
128
+ * @public
118
129
  * <p>The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the <code>GetFunction</code> or the <code>GetAlias</code>
119
130
  * API operation to retrieve the latest RevisionId for your resource.</p>
120
131
  */
@@ -131,6 +142,7 @@ export declare class PreconditionFailedException extends __BaseException {
131
142
  constructor(opts: __ExceptionOptionType<PreconditionFailedException, __BaseException>);
132
143
  }
133
144
  /**
145
+ * @public
134
146
  * <p>The resource already exists, or another operation is in progress.</p>
135
147
  */
136
148
  export declare class ResourceConflictException extends __BaseException {
@@ -146,6 +158,7 @@ export declare class ResourceConflictException extends __BaseException {
146
158
  constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
147
159
  }
148
160
  /**
161
+ * @public
149
162
  * <p>The resource specified in the request does not exist.</p>
150
163
  */
151
164
  export declare class ResourceNotFoundException extends __BaseException {
@@ -159,6 +172,7 @@ export declare class ResourceNotFoundException extends __BaseException {
159
172
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
160
173
  }
161
174
  /**
175
+ * @public
162
176
  * <p>The Lambda service encountered an internal error.</p>
163
177
  */
164
178
  export declare class ServiceException extends __BaseException {
@@ -171,6 +185,9 @@ export declare class ServiceException extends __BaseException {
171
185
  */
172
186
  constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
173
187
  }
188
+ /**
189
+ * @public
190
+ */
174
191
  export declare enum ThrottleReason {
175
192
  CallerRateLimitExceeded = "CallerRateLimitExceeded",
176
193
  ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
@@ -180,6 +197,7 @@ export declare enum ThrottleReason {
180
197
  ReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded"
181
198
  }
182
199
  /**
200
+ * @public
183
201
  * <p>The request throughput limit was exceeded. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#api-requests">Lambda quotas</a>.</p>
184
202
  */
185
203
  export declare class TooManyRequestsException extends __BaseException {
@@ -196,10 +214,16 @@ export declare class TooManyRequestsException extends __BaseException {
196
214
  */
197
215
  constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
198
216
  }
217
+ /**
218
+ * @public
219
+ */
199
220
  export declare enum FunctionUrlAuthType {
200
221
  AWS_IAM = "AWS_IAM",
201
222
  NONE = "NONE"
202
223
  }
224
+ /**
225
+ * @public
226
+ */
203
227
  export interface AddPermissionRequest {
204
228
  /**
205
229
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -276,6 +300,9 @@ export interface AddPermissionRequest {
276
300
  */
277
301
  FunctionUrlAuthType?: FunctionUrlAuthType | string;
278
302
  }
303
+ /**
304
+ * @public
305
+ */
279
306
  export interface AddPermissionResponse {
280
307
  /**
281
308
  * <p>The permission statement that's added to the function policy.</p>
@@ -283,6 +310,7 @@ export interface AddPermissionResponse {
283
310
  Statement?: string;
284
311
  }
285
312
  /**
313
+ * @public
286
314
  * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html">traffic-shifting</a> configuration of a Lambda function alias.</p>
287
315
  */
288
316
  export interface AliasRoutingConfiguration {
@@ -292,6 +320,7 @@ export interface AliasRoutingConfiguration {
292
320
  AdditionalVersionWeights?: Record<string, number>;
293
321
  }
294
322
  /**
323
+ * @public
295
324
  * <p>Provides configuration information about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html">alias</a>.</p>
296
325
  */
297
326
  export interface AliasConfiguration {
@@ -322,6 +351,7 @@ export interface AliasConfiguration {
322
351
  RevisionId?: string;
323
352
  }
324
353
  /**
354
+ * @public
325
355
  * <p>List of signing profiles that can sign a code package. </p>
326
356
  */
327
357
  export interface AllowedPublishers {
@@ -332,6 +362,7 @@ export interface AllowedPublishers {
332
362
  SigningProfileVersionArns: string[] | undefined;
333
363
  }
334
364
  /**
365
+ * @public
335
366
  * <p>Specific configuration settings for an Amazon Managed Streaming for Apache Kafka (Amazon MSK) event source.</p>
336
367
  */
337
368
  export interface AmazonManagedKafkaEventSourceConfig {
@@ -342,10 +373,16 @@ export interface AmazonManagedKafkaEventSourceConfig {
342
373
  */
343
374
  ConsumerGroupId?: string;
344
375
  }
376
+ /**
377
+ * @public
378
+ */
345
379
  export declare enum Architecture {
346
380
  arm64 = "arm64",
347
381
  x86_64 = "x86_64"
348
382
  }
383
+ /**
384
+ * @public
385
+ */
349
386
  export interface CreateAliasRequest {
350
387
  /**
351
388
  * <p>The name of the Lambda function.</p>
@@ -388,11 +425,15 @@ export interface CreateAliasRequest {
388
425
  */
389
426
  RoutingConfig?: AliasRoutingConfiguration;
390
427
  }
428
+ /**
429
+ * @public
430
+ */
391
431
  export declare enum CodeSigningPolicy {
392
432
  Enforce = "Enforce",
393
433
  Warn = "Warn"
394
434
  }
395
435
  /**
436
+ * @public
396
437
  * <p>Code signing configuration <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html#config-codesigning-policies">policies</a> specify the validation failure action for signature mismatch or
397
438
  * expiry.</p>
398
439
  */
@@ -406,6 +447,9 @@ export interface CodeSigningPolicies {
406
447
  */
407
448
  UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
408
449
  }
450
+ /**
451
+ * @public
452
+ */
409
453
  export interface CreateCodeSigningConfigRequest {
410
454
  /**
411
455
  * <p>Descriptive name for this code signing configuration.</p>
@@ -421,6 +465,7 @@ export interface CreateCodeSigningConfigRequest {
421
465
  CodeSigningPolicies?: CodeSigningPolicies;
422
466
  }
423
467
  /**
468
+ * @public
424
469
  * <p>Details about a <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Code signing configuration</a>. </p>
425
470
  */
426
471
  export interface CodeSigningConfig {
@@ -449,6 +494,9 @@ export interface CodeSigningConfig {
449
494
  */
450
495
  LastModified: string | undefined;
451
496
  }
497
+ /**
498
+ * @public
499
+ */
452
500
  export interface CreateCodeSigningConfigResponse {
453
501
  /**
454
502
  * <p>The code signing configuration.</p>
@@ -456,6 +504,7 @@ export interface CreateCodeSigningConfigResponse {
456
504
  CodeSigningConfig: CodeSigningConfig | undefined;
457
505
  }
458
506
  /**
507
+ * @public
459
508
  * <p>A destination for events that failed processing.</p>
460
509
  */
461
510
  export interface OnFailure {
@@ -465,6 +514,7 @@ export interface OnFailure {
465
514
  Destination?: string;
466
515
  }
467
516
  /**
517
+ * @public
468
518
  * <p>A destination for events that were processed successfully.</p>
469
519
  */
470
520
  export interface OnSuccess {
@@ -474,6 +524,7 @@ export interface OnSuccess {
474
524
  Destination?: string;
475
525
  }
476
526
  /**
527
+ * @public
477
528
  * <p>A configuration object that specifies the destination of an event after Lambda processes it.</p>
478
529
  */
479
530
  export interface DestinationConfig {
@@ -486,11 +537,15 @@ export interface DestinationConfig {
486
537
  */
487
538
  OnFailure?: OnFailure;
488
539
  }
540
+ /**
541
+ * @public
542
+ */
489
543
  export declare enum FullDocument {
490
544
  Default = "Default",
491
545
  UpdateLookup = "UpdateLookup"
492
546
  }
493
547
  /**
548
+ * @public
494
549
  * <p>
495
550
  * Specific configuration settings for a DocumentDB event source.
496
551
  * </p>
@@ -516,6 +571,7 @@ export interface DocumentDBEventSourceConfig {
516
571
  FullDocument?: FullDocument | string;
517
572
  }
518
573
  /**
574
+ * @public
519
575
  * <p>
520
576
  * A structure within a <code>FilterCriteria</code> object that defines an event filtering pattern.
521
577
  * </p>
@@ -531,6 +587,7 @@ export interface Filter {
531
587
  Pattern?: string;
532
588
  }
533
589
  /**
590
+ * @public
534
591
  * <p>
535
592
  * An object that contains the filters for an event source.
536
593
  * </p>
@@ -543,10 +600,14 @@ export interface FilterCriteria {
543
600
  */
544
601
  Filters?: Filter[];
545
602
  }
603
+ /**
604
+ * @public
605
+ */
546
606
  export declare enum FunctionResponseType {
547
607
  ReportBatchItemFailures = "ReportBatchItemFailures"
548
608
  }
549
609
  /**
610
+ * @public
550
611
  * <p>(Amazon SQS only) The scaling configuration for the event source. To remove the configuration, pass an empty value.</p>
551
612
  */
552
613
  export interface ScalingConfig {
@@ -555,10 +616,14 @@ export interface ScalingConfig {
555
616
  */
556
617
  MaximumConcurrency?: number;
557
618
  }
619
+ /**
620
+ * @public
621
+ */
558
622
  export declare enum EndPointType {
559
623
  KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS"
560
624
  }
561
625
  /**
626
+ * @public
562
627
  * <p>The self-managed Apache Kafka cluster for your event source.</p>
563
628
  */
564
629
  export interface SelfManagedEventSource {
@@ -569,6 +634,7 @@ export interface SelfManagedEventSource {
569
634
  Endpoints?: Record<string, string[]>;
570
635
  }
571
636
  /**
637
+ * @public
572
638
  * <p>Specific configuration settings for a self-managed Apache Kafka event source.</p>
573
639
  */
574
640
  export interface SelfManagedKafkaEventSourceConfig {
@@ -579,6 +645,9 @@ export interface SelfManagedKafkaEventSourceConfig {
579
645
  */
580
646
  ConsumerGroupId?: string;
581
647
  }
648
+ /**
649
+ * @public
650
+ */
582
651
  export declare enum SourceAccessType {
583
652
  BASIC_AUTH = "BASIC_AUTH",
584
653
  CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
@@ -590,6 +659,7 @@ export declare enum SourceAccessType {
590
659
  VPC_SUBNET = "VPC_SUBNET"
591
660
  }
592
661
  /**
662
+ * @public
593
663
  * <p>To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host.</p>
594
664
  */
595
665
  export interface SourceAccessConfiguration {
@@ -643,11 +713,17 @@ export interface SourceAccessConfiguration {
643
713
  */
644
714
  URI?: string;
645
715
  }
716
+ /**
717
+ * @public
718
+ */
646
719
  export declare enum EventSourcePosition {
647
720
  AT_TIMESTAMP = "AT_TIMESTAMP",
648
721
  LATEST = "LATEST",
649
722
  TRIM_HORIZON = "TRIM_HORIZON"
650
723
  }
724
+ /**
725
+ * @public
726
+ */
651
727
  export interface CreateEventSourceMappingRequest {
652
728
  /**
653
729
  * <p>The Amazon Resource Name (ARN) of the event source.</p>
@@ -825,6 +901,7 @@ export interface CreateEventSourceMappingRequest {
825
901
  DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
826
902
  }
827
903
  /**
904
+ * @public
828
905
  * <p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>
829
906
  */
830
907
  export interface EventSourceMappingConfiguration {
@@ -952,6 +1029,7 @@ export interface EventSourceMappingConfiguration {
952
1029
  DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
953
1030
  }
954
1031
  /**
1032
+ * @public
955
1033
  * <p>The specified code signing configuration does not exist.</p>
956
1034
  */
957
1035
  export declare class CodeSigningConfigNotFoundException extends __BaseException {
@@ -965,6 +1043,7 @@ export declare class CodeSigningConfigNotFoundException extends __BaseException
965
1043
  constructor(opts: __ExceptionOptionType<CodeSigningConfigNotFoundException, __BaseException>);
966
1044
  }
967
1045
  /**
1046
+ * @public
968
1047
  * <p>Your Amazon Web Services account has exceeded its maximum total code size. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda quotas</a>.</p>
969
1048
  */
970
1049
  export declare class CodeStorageExceededException extends __BaseException {
@@ -980,6 +1059,7 @@ export declare class CodeStorageExceededException extends __BaseException {
980
1059
  constructor(opts: __ExceptionOptionType<CodeStorageExceededException, __BaseException>);
981
1060
  }
982
1061
  /**
1062
+ * @public
983
1063
  * <p>The code signature failed one or more of the validation checks for signature mismatch or expiry, and the code
984
1064
  * signing policy is set to ENFORCE. Lambda blocks the deployment.</p>
985
1065
  */
@@ -994,6 +1074,7 @@ export declare class CodeVerificationFailedException extends __BaseException {
994
1074
  constructor(opts: __ExceptionOptionType<CodeVerificationFailedException, __BaseException>);
995
1075
  }
996
1076
  /**
1077
+ * @public
997
1078
  * <p>The code for the Lambda function. You can either specify an object in Amazon S3, upload a
998
1079
  * .zip file archive deployment package directly, or specify the URI of a container image.</p>
999
1080
  */
@@ -1022,6 +1103,7 @@ export interface FunctionCode {
1022
1103
  ImageUri?: string;
1023
1104
  }
1024
1105
  /**
1106
+ * @public
1025
1107
  * <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">dead-letter queue</a> for
1026
1108
  * failed asynchronous invocations.</p>
1027
1109
  */
@@ -1032,6 +1114,7 @@ export interface DeadLetterConfig {
1032
1114
  TargetArn?: string;
1033
1115
  }
1034
1116
  /**
1117
+ * @public
1035
1118
  * <p>A function's environment variable settings. You can use environment variables to adjust your function's
1036
1119
  * behavior without updating code. An environment variable is a pair of strings that are stored in a function's
1037
1120
  * version-specific configuration.</p>
@@ -1043,6 +1126,7 @@ export interface Environment {
1043
1126
  Variables?: Record<string, string>;
1044
1127
  }
1045
1128
  /**
1129
+ * @public
1046
1130
  * <p>The size of the function's <code>/tmp</code> directory in MB. The default value is 512, but it can be any
1047
1131
  * whole number between 512 and 10,240 MB.</p>
1048
1132
  */
@@ -1053,6 +1137,7 @@ export interface EphemeralStorage {
1053
1137
  Size: number | undefined;
1054
1138
  }
1055
1139
  /**
1140
+ * @public
1056
1141
  * <p>Details about the connection between a Lambda function and an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
1057
1142
  */
1058
1143
  export interface FileSystemConfig {
@@ -1067,6 +1152,7 @@ export interface FileSystemConfig {
1067
1152
  LocalMountPath: string | undefined;
1068
1153
  }
1069
1154
  /**
1155
+ * @public
1070
1156
  * <p>Configuration values that override the container image Dockerfile settings. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms">Container image
1071
1157
  * settings</a>.</p>
1072
1158
  */
@@ -1085,10 +1171,16 @@ export interface ImageConfig {
1085
1171
  */
1086
1172
  WorkingDirectory?: string;
1087
1173
  }
1174
+ /**
1175
+ * @public
1176
+ */
1088
1177
  export declare enum PackageType {
1089
1178
  Image = "Image",
1090
1179
  Zip = "Zip"
1091
1180
  }
1181
+ /**
1182
+ * @public
1183
+ */
1092
1184
  export declare enum Runtime {
1093
1185
  dotnet6 = "dotnet6",
1094
1186
  dotnetcore10 = "dotnetcore1.0",
@@ -1119,11 +1211,15 @@ export declare enum Runtime {
1119
1211
  ruby25 = "ruby2.5",
1120
1212
  ruby27 = "ruby2.7"
1121
1213
  }
1214
+ /**
1215
+ * @public
1216
+ */
1122
1217
  export declare enum SnapStartApplyOn {
1123
1218
  None = "None",
1124
1219
  PublishedVersions = "PublishedVersions"
1125
1220
  }
1126
1221
  /**
1222
+ * @public
1127
1223
  * <p>The function's Lambda SnapStart setting. Set <code>ApplyOn</code> to <code>PublishedVersions</code> to create a
1128
1224
  * snapshot of the initialized execution environment when you publish a function version.</p>
1129
1225
  * <p>SnapStart is supported with the <code>java11</code> runtime. For more information, see
@@ -1136,11 +1232,15 @@ export interface SnapStart {
1136
1232
  */
1137
1233
  ApplyOn?: SnapStartApplyOn | string;
1138
1234
  }
1235
+ /**
1236
+ * @public
1237
+ */
1139
1238
  export declare enum TracingMode {
1140
1239
  Active = "Active",
1141
1240
  PassThrough = "PassThrough"
1142
1241
  }
1143
1242
  /**
1243
+ * @public
1144
1244
  * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html">X-Ray</a> tracing configuration.
1145
1245
  * To sample and record incoming requests, set <code>Mode</code> to <code>Active</code>.</p>
1146
1246
  */
@@ -1151,6 +1251,7 @@ export interface TracingConfig {
1151
1251
  Mode?: TracingMode | string;
1152
1252
  }
1153
1253
  /**
1254
+ * @public
1154
1255
  * <p>The VPC security groups and subnets that are attached to a Lambda function. For more information,
1155
1256
  * see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">Configuring a Lambda
1156
1257
  * function to access resources in a VPC</a>.</p>
@@ -1165,6 +1266,9 @@ export interface VpcConfig {
1165
1266
  */
1166
1267
  SecurityGroupIds?: string[];
1167
1268
  }
1269
+ /**
1270
+ * @public
1271
+ */
1168
1272
  export interface CreateFunctionRequest {
1169
1273
  /**
1170
1274
  * <p>The name of the Lambda function.</p>
@@ -1295,6 +1399,7 @@ export interface CreateFunctionRequest {
1295
1399
  SnapStart?: SnapStart;
1296
1400
  }
1297
1401
  /**
1402
+ * @public
1298
1403
  * <p>Error messages for environment variables that couldn't be applied.</p>
1299
1404
  */
1300
1405
  export interface EnvironmentError {
@@ -1308,6 +1413,7 @@ export interface EnvironmentError {
1308
1413
  Message?: string;
1309
1414
  }
1310
1415
  /**
1416
+ * @public
1311
1417
  * <p>The results of an operation to update or read environment variables. If the operation succeeds, the response
1312
1418
  * contains the environment variables. If it fails, the response contains details about the error.</p>
1313
1419
  */
@@ -1322,6 +1428,7 @@ export interface EnvironmentResponse {
1322
1428
  Error?: EnvironmentError;
1323
1429
  }
1324
1430
  /**
1431
+ * @public
1325
1432
  * <p>Error response to <code>GetFunctionConfiguration</code>.</p>
1326
1433
  */
1327
1434
  export interface ImageConfigError {
@@ -1335,6 +1442,7 @@ export interface ImageConfigError {
1335
1442
  Message?: string;
1336
1443
  }
1337
1444
  /**
1445
+ * @public
1338
1446
  * <p>Response to a <code>GetFunctionConfiguration</code> request.</p>
1339
1447
  */
1340
1448
  export interface ImageConfigResponse {
@@ -1347,11 +1455,17 @@ export interface ImageConfigResponse {
1347
1455
  */
1348
1456
  Error?: ImageConfigError;
1349
1457
  }
1458
+ /**
1459
+ * @public
1460
+ */
1350
1461
  export declare enum LastUpdateStatus {
1351
1462
  Failed = "Failed",
1352
1463
  InProgress = "InProgress",
1353
1464
  Successful = "Successful"
1354
1465
  }
1466
+ /**
1467
+ * @public
1468
+ */
1355
1469
  export declare enum LastUpdateStatusReasonCode {
1356
1470
  DisabledKMSKey = "DisabledKMSKey",
1357
1471
  EFSIOError = "EFSIOError",
@@ -1376,6 +1490,7 @@ export declare enum LastUpdateStatusReasonCode {
1376
1490
  SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
1377
1491
  }
1378
1492
  /**
1493
+ * @public
1379
1494
  * <p>An <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
1380
1495
  * layer</a>.</p>
1381
1496
  */
@@ -1398,6 +1513,7 @@ export interface Layer {
1398
1513
  SigningJobArn?: string;
1399
1514
  }
1400
1515
  /**
1516
+ * @public
1401
1517
  * <p>Any error returned when the runtime version information for the function could not be retrieved.</p>
1402
1518
  */
1403
1519
  export interface RuntimeVersionError {
@@ -1411,6 +1527,7 @@ export interface RuntimeVersionError {
1411
1527
  Message?: string;
1412
1528
  }
1413
1529
  /**
1530
+ * @public
1414
1531
  * <p>The ARN of the runtime and any errors that occured.</p>
1415
1532
  */
1416
1533
  export interface RuntimeVersionConfig {
@@ -1423,11 +1540,15 @@ export interface RuntimeVersionConfig {
1423
1540
  */
1424
1541
  Error?: RuntimeVersionError;
1425
1542
  }
1543
+ /**
1544
+ * @public
1545
+ */
1426
1546
  export declare enum SnapStartOptimizationStatus {
1427
1547
  Off = "Off",
1428
1548
  On = "On"
1429
1549
  }
1430
1550
  /**
1551
+ * @public
1431
1552
  * <p>The function's <a href="https://docs.aws.amazon.com/lambda/latest/dg/snapstart.html">SnapStart</a> setting.</p>
1432
1553
  */
1433
1554
  export interface SnapStartResponse {
@@ -1440,12 +1561,18 @@ export interface SnapStartResponse {
1440
1561
  */
1441
1562
  OptimizationStatus?: SnapStartOptimizationStatus | string;
1442
1563
  }
1564
+ /**
1565
+ * @public
1566
+ */
1443
1567
  export declare enum State {
1444
1568
  Active = "Active",
1445
1569
  Failed = "Failed",
1446
1570
  Inactive = "Inactive",
1447
1571
  Pending = "Pending"
1448
1572
  }
1573
+ /**
1574
+ * @public
1575
+ */
1449
1576
  export declare enum StateReasonCode {
1450
1577
  Creating = "Creating",
1451
1578
  DisabledKMSKey = "DisabledKMSKey",
@@ -1473,6 +1600,7 @@ export declare enum StateReasonCode {
1473
1600
  SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
1474
1601
  }
1475
1602
  /**
1603
+ * @public
1476
1604
  * <p>The function's X-Ray tracing configuration.</p>
1477
1605
  */
1478
1606
  export interface TracingConfigResponse {
@@ -1482,6 +1610,7 @@ export interface TracingConfigResponse {
1482
1610
  Mode?: TracingMode | string;
1483
1611
  }
1484
1612
  /**
1613
+ * @public
1485
1614
  * <p>The VPC security groups and subnets that are attached to a Lambda function.</p>
1486
1615
  */
1487
1616
  export interface VpcConfigResponse {
@@ -1499,6 +1628,7 @@ export interface VpcConfigResponse {
1499
1628
  VpcId?: string;
1500
1629
  }
1501
1630
  /**
1631
+ * @public
1502
1632
  * <p>Details about a function's configuration.</p>
1503
1633
  */
1504
1634
  export interface FunctionConfiguration {
@@ -1651,6 +1781,7 @@ export interface FunctionConfiguration {
1651
1781
  RuntimeVersionConfig?: RuntimeVersionConfig;
1652
1782
  }
1653
1783
  /**
1784
+ * @public
1654
1785
  * <p>The code signature failed the integrity check. If the integrity check fails, then Lambda blocks
1655
1786
  * deployment, even if the code signing policy is set to WARN.</p>
1656
1787
  */
@@ -1665,6 +1796,7 @@ export declare class InvalidCodeSignatureException extends __BaseException {
1665
1796
  constructor(opts: __ExceptionOptionType<InvalidCodeSignatureException, __BaseException>);
1666
1797
  }
1667
1798
  /**
1799
+ * @public
1668
1800
  * <p>The <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS">cross-origin resource sharing
1669
1801
  * (CORS)</a> settings for your Lambda function URL. Use CORS to grant access to your function URL
1670
1802
  * from any origin. You can also use CORS to control access for specific HTTP headers and methods in requests to your
@@ -1703,6 +1835,9 @@ export interface Cors {
1703
1835
  */
1704
1836
  MaxAge?: number;
1705
1837
  }
1838
+ /**
1839
+ * @public
1840
+ */
1706
1841
  export interface CreateFunctionUrlConfigRequest {
1707
1842
  /**
1708
1843
  * <p>The name of the Lambda function.</p>
@@ -1743,6 +1878,9 @@ export interface CreateFunctionUrlConfigRequest {
1743
1878
  */
1744
1879
  Cors?: Cors;
1745
1880
  }
1881
+ /**
1882
+ * @public
1883
+ */
1746
1884
  export interface CreateFunctionUrlConfigResponse {
1747
1885
  /**
1748
1886
  * <p>The HTTP URL endpoint for your function.</p>
@@ -1768,6 +1906,9 @@ export interface CreateFunctionUrlConfigResponse {
1768
1906
  */
1769
1907
  CreationTime: string | undefined;
1770
1908
  }
1909
+ /**
1910
+ * @public
1911
+ */
1771
1912
  export interface DeleteAliasRequest {
1772
1913
  /**
1773
1914
  * <p>The name of the Lambda function.</p>
@@ -1797,14 +1938,23 @@ export interface DeleteAliasRequest {
1797
1938
  */
1798
1939
  Name: string | undefined;
1799
1940
  }
1941
+ /**
1942
+ * @public
1943
+ */
1800
1944
  export interface DeleteCodeSigningConfigRequest {
1801
1945
  /**
1802
1946
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
1803
1947
  */
1804
1948
  CodeSigningConfigArn: string | undefined;
1805
1949
  }
1950
+ /**
1951
+ * @public
1952
+ */
1806
1953
  export interface DeleteCodeSigningConfigResponse {
1807
1954
  }
1955
+ /**
1956
+ * @public
1957
+ */
1808
1958
  export interface DeleteEventSourceMappingRequest {
1809
1959
  /**
1810
1960
  * <p>The identifier of the event source mapping.</p>
@@ -1812,6 +1962,7 @@ export interface DeleteEventSourceMappingRequest {
1812
1962
  UUID: string | undefined;
1813
1963
  }
1814
1964
  /**
1965
+ * @public
1815
1966
  * <p>The operation conflicts with the resource's availability. For example, you tried to update an event source
1816
1967
  * mapping in the CREATING state, or you tried to delete an event source mapping currently UPDATING.</p>
1817
1968
  */
@@ -1825,6 +1976,9 @@ export declare class ResourceInUseException extends __BaseException {
1825
1976
  */
1826
1977
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
1827
1978
  }
1979
+ /**
1980
+ * @public
1981
+ */
1828
1982
  export interface DeleteFunctionRequest {
1829
1983
  /**
1830
1984
  * <p>The name of the Lambda function or version.</p>
@@ -1854,6 +2008,9 @@ export interface DeleteFunctionRequest {
1854
2008
  */
1855
2009
  Qualifier?: string;
1856
2010
  }
2011
+ /**
2012
+ * @public
2013
+ */
1857
2014
  export interface DeleteFunctionCodeSigningConfigRequest {
1858
2015
  /**
1859
2016
  * <p>The name of the Lambda function.</p>
@@ -1879,6 +2036,9 @@ export interface DeleteFunctionCodeSigningConfigRequest {
1879
2036
  */
1880
2037
  FunctionName: string | undefined;
1881
2038
  }
2039
+ /**
2040
+ * @public
2041
+ */
1882
2042
  export interface DeleteFunctionConcurrencyRequest {
1883
2043
  /**
1884
2044
  * <p>The name of the Lambda function.</p>
@@ -1904,6 +2064,9 @@ export interface DeleteFunctionConcurrencyRequest {
1904
2064
  */
1905
2065
  FunctionName: string | undefined;
1906
2066
  }
2067
+ /**
2068
+ * @public
2069
+ */
1907
2070
  export interface DeleteFunctionEventInvokeConfigRequest {
1908
2071
  /**
1909
2072
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -1933,6 +2096,9 @@ export interface DeleteFunctionEventInvokeConfigRequest {
1933
2096
  */
1934
2097
  Qualifier?: string;
1935
2098
  }
2099
+ /**
2100
+ * @public
2101
+ */
1936
2102
  export interface DeleteFunctionUrlConfigRequest {
1937
2103
  /**
1938
2104
  * <p>The name of the Lambda function.</p>
@@ -1962,6 +2128,9 @@ export interface DeleteFunctionUrlConfigRequest {
1962
2128
  */
1963
2129
  Qualifier?: string;
1964
2130
  }
2131
+ /**
2132
+ * @public
2133
+ */
1965
2134
  export interface DeleteLayerVersionRequest {
1966
2135
  /**
1967
2136
  * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
@@ -1972,6 +2141,9 @@ export interface DeleteLayerVersionRequest {
1972
2141
  */
1973
2142
  VersionNumber: number | undefined;
1974
2143
  }
2144
+ /**
2145
+ * @public
2146
+ */
1975
2147
  export interface DeleteProvisionedConcurrencyConfigRequest {
1976
2148
  /**
1977
2149
  * <p>The name of the Lambda function.</p>
@@ -2001,8 +2173,14 @@ export interface DeleteProvisionedConcurrencyConfigRequest {
2001
2173
  */
2002
2174
  Qualifier: string | undefined;
2003
2175
  }
2176
+ /**
2177
+ * @public
2178
+ */
2004
2179
  export interface GetAccountSettingsRequest {
2005
2180
  }
2181
+ /**
2182
+ * @public
2183
+ */
2006
2184
  export interface GetAccountSettingsResponse {
2007
2185
  /**
2008
2186
  * <p>Limits that are related to concurrency and code storage.</p>
@@ -2013,6 +2191,9 @@ export interface GetAccountSettingsResponse {
2013
2191
  */
2014
2192
  AccountUsage?: AccountUsage;
2015
2193
  }
2194
+ /**
2195
+ * @public
2196
+ */
2016
2197
  export interface GetAliasRequest {
2017
2198
  /**
2018
2199
  * <p>The name of the Lambda function.</p>
@@ -2042,24 +2223,36 @@ export interface GetAliasRequest {
2042
2223
  */
2043
2224
  Name: string | undefined;
2044
2225
  }
2226
+ /**
2227
+ * @public
2228
+ */
2045
2229
  export interface GetCodeSigningConfigRequest {
2046
2230
  /**
2047
2231
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration. </p>
2048
2232
  */
2049
2233
  CodeSigningConfigArn: string | undefined;
2050
2234
  }
2235
+ /**
2236
+ * @public
2237
+ */
2051
2238
  export interface GetCodeSigningConfigResponse {
2052
2239
  /**
2053
2240
  * <p>The code signing configuration</p>
2054
2241
  */
2055
2242
  CodeSigningConfig: CodeSigningConfig | undefined;
2056
2243
  }
2244
+ /**
2245
+ * @public
2246
+ */
2057
2247
  export interface GetEventSourceMappingRequest {
2058
2248
  /**
2059
2249
  * <p>The identifier of the event source mapping.</p>
2060
2250
  */
2061
2251
  UUID: string | undefined;
2062
2252
  }
2253
+ /**
2254
+ * @public
2255
+ */
2063
2256
  export interface GetFunctionRequest {
2064
2257
  /**
2065
2258
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -2090,6 +2283,7 @@ export interface GetFunctionRequest {
2090
2283
  Qualifier?: string;
2091
2284
  }
2092
2285
  /**
2286
+ * @public
2093
2287
  * <p>Details about a function's deployment package.</p>
2094
2288
  */
2095
2289
  export interface FunctionCodeLocation {
@@ -2110,6 +2304,9 @@ export interface FunctionCodeLocation {
2110
2304
  */
2111
2305
  ResolvedImageUri?: string;
2112
2306
  }
2307
+ /**
2308
+ * @public
2309
+ */
2113
2310
  export interface Concurrency {
2114
2311
  /**
2115
2312
  * <p>The number of concurrent executions that are reserved for this function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html">Managing Lambda reserved
@@ -2117,6 +2314,9 @@ export interface Concurrency {
2117
2314
  */
2118
2315
  ReservedConcurrentExecutions?: number;
2119
2316
  }
2317
+ /**
2318
+ * @public
2319
+ */
2120
2320
  export interface GetFunctionResponse {
2121
2321
  /**
2122
2322
  * <p>The configuration of the function or version.</p>
@@ -2136,6 +2336,9 @@ export interface GetFunctionResponse {
2136
2336
  */
2137
2337
  Concurrency?: Concurrency;
2138
2338
  }
2339
+ /**
2340
+ * @public
2341
+ */
2139
2342
  export interface GetFunctionCodeSigningConfigRequest {
2140
2343
  /**
2141
2344
  * <p>The name of the Lambda function.</p>
@@ -2161,6 +2364,9 @@ export interface GetFunctionCodeSigningConfigRequest {
2161
2364
  */
2162
2365
  FunctionName: string | undefined;
2163
2366
  }
2367
+ /**
2368
+ * @public
2369
+ */
2164
2370
  export interface GetFunctionCodeSigningConfigResponse {
2165
2371
  /**
2166
2372
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
@@ -2190,6 +2396,9 @@ export interface GetFunctionCodeSigningConfigResponse {
2190
2396
  */
2191
2397
  FunctionName: string | undefined;
2192
2398
  }
2399
+ /**
2400
+ * @public
2401
+ */
2193
2402
  export interface GetFunctionConcurrencyRequest {
2194
2403
  /**
2195
2404
  * <p>The name of the Lambda function.</p>
@@ -2215,12 +2424,18 @@ export interface GetFunctionConcurrencyRequest {
2215
2424
  */
2216
2425
  FunctionName: string | undefined;
2217
2426
  }
2427
+ /**
2428
+ * @public
2429
+ */
2218
2430
  export interface GetFunctionConcurrencyResponse {
2219
2431
  /**
2220
2432
  * <p>The number of simultaneous executions that are reserved for the function.</p>
2221
2433
  */
2222
2434
  ReservedConcurrentExecutions?: number;
2223
2435
  }
2436
+ /**
2437
+ * @public
2438
+ */
2224
2439
  export interface GetFunctionConfigurationRequest {
2225
2440
  /**
2226
2441
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -2250,6 +2465,9 @@ export interface GetFunctionConfigurationRequest {
2250
2465
  */
2251
2466
  Qualifier?: string;
2252
2467
  }
2468
+ /**
2469
+ * @public
2470
+ */
2253
2471
  export interface FunctionEventInvokeConfig {
2254
2472
  /**
2255
2473
  * <p>The date and time that the configuration was last updated.</p>
@@ -2293,6 +2511,9 @@ export interface FunctionEventInvokeConfig {
2293
2511
  */
2294
2512
  DestinationConfig?: DestinationConfig;
2295
2513
  }
2514
+ /**
2515
+ * @public
2516
+ */
2296
2517
  export interface GetFunctionEventInvokeConfigRequest {
2297
2518
  /**
2298
2519
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -2322,6 +2543,9 @@ export interface GetFunctionEventInvokeConfigRequest {
2322
2543
  */
2323
2544
  Qualifier?: string;
2324
2545
  }
2546
+ /**
2547
+ * @public
2548
+ */
2325
2549
  export interface GetFunctionUrlConfigRequest {
2326
2550
  /**
2327
2551
  * <p>The name of the Lambda function.</p>
@@ -2351,6 +2575,9 @@ export interface GetFunctionUrlConfigRequest {
2351
2575
  */
2352
2576
  Qualifier?: string;
2353
2577
  }
2578
+ /**
2579
+ * @public
2580
+ */
2354
2581
  export interface GetFunctionUrlConfigResponse {
2355
2582
  /**
2356
2583
  * <p>The HTTP URL endpoint for your function.</p>
@@ -2380,6 +2607,9 @@ export interface GetFunctionUrlConfigResponse {
2380
2607
  */
2381
2608
  LastModifiedTime: string | undefined;
2382
2609
  }
2610
+ /**
2611
+ * @public
2612
+ */
2383
2613
  export interface GetLayerVersionRequest {
2384
2614
  /**
2385
2615
  * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
@@ -2391,6 +2621,7 @@ export interface GetLayerVersionRequest {
2391
2621
  VersionNumber: number | undefined;
2392
2622
  }
2393
2623
  /**
2624
+ * @public
2394
2625
  * <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
2395
2626
  * layer</a>.</p>
2396
2627
  */
@@ -2416,6 +2647,9 @@ export interface LayerVersionContentOutput {
2416
2647
  */
2417
2648
  SigningJobArn?: string;
2418
2649
  }
2650
+ /**
2651
+ * @public
2652
+ */
2419
2653
  export interface GetLayerVersionResponse {
2420
2654
  /**
2421
2655
  * <p>Details about the layer version.</p>
@@ -2455,12 +2689,18 @@ export interface GetLayerVersionResponse {
2455
2689
  */
2456
2690
  CompatibleArchitectures?: (Architecture | string)[];
2457
2691
  }
2692
+ /**
2693
+ * @public
2694
+ */
2458
2695
  export interface GetLayerVersionByArnRequest {
2459
2696
  /**
2460
2697
  * <p>The ARN of the layer version.</p>
2461
2698
  */
2462
2699
  Arn: string | undefined;
2463
2700
  }
2701
+ /**
2702
+ * @public
2703
+ */
2464
2704
  export interface GetLayerVersionPolicyRequest {
2465
2705
  /**
2466
2706
  * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
@@ -2471,6 +2711,9 @@ export interface GetLayerVersionPolicyRequest {
2471
2711
  */
2472
2712
  VersionNumber: number | undefined;
2473
2713
  }
2714
+ /**
2715
+ * @public
2716
+ */
2474
2717
  export interface GetLayerVersionPolicyResponse {
2475
2718
  /**
2476
2719
  * <p>The policy document.</p>
@@ -2481,6 +2724,9 @@ export interface GetLayerVersionPolicyResponse {
2481
2724
  */
2482
2725
  RevisionId?: string;
2483
2726
  }
2727
+ /**
2728
+ * @public
2729
+ */
2484
2730
  export interface GetPolicyRequest {
2485
2731
  /**
2486
2732
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -2510,6 +2756,9 @@ export interface GetPolicyRequest {
2510
2756
  */
2511
2757
  Qualifier?: string;
2512
2758
  }
2759
+ /**
2760
+ * @public
2761
+ */
2513
2762
  export interface GetPolicyResponse {
2514
2763
  /**
2515
2764
  * <p>The resource-based policy.</p>
@@ -2520,6 +2769,9 @@ export interface GetPolicyResponse {
2520
2769
  */
2521
2770
  RevisionId?: string;
2522
2771
  }
2772
+ /**
2773
+ * @public
2774
+ */
2523
2775
  export interface GetProvisionedConcurrencyConfigRequest {
2524
2776
  /**
2525
2777
  * <p>The name of the Lambda function.</p>
@@ -2549,11 +2801,17 @@ export interface GetProvisionedConcurrencyConfigRequest {
2549
2801
  */
2550
2802
  Qualifier: string | undefined;
2551
2803
  }
2804
+ /**
2805
+ * @public
2806
+ */
2552
2807
  export declare enum ProvisionedConcurrencyStatusEnum {
2553
2808
  FAILED = "FAILED",
2554
2809
  IN_PROGRESS = "IN_PROGRESS",
2555
2810
  READY = "READY"
2556
2811
  }
2812
+ /**
2813
+ * @public
2814
+ */
2557
2815
  export interface GetProvisionedConcurrencyConfigResponse {
2558
2816
  /**
2559
2817
  * <p>The amount of provisioned concurrency requested.</p>
@@ -2581,6 +2839,7 @@ export interface GetProvisionedConcurrencyConfigResponse {
2581
2839
  LastModified?: string;
2582
2840
  }
2583
2841
  /**
2842
+ * @public
2584
2843
  * <p>The specified configuration does not exist.</p>
2585
2844
  */
2586
2845
  export declare class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
@@ -2592,6 +2851,9 @@ export declare class ProvisionedConcurrencyConfigNotFoundException extends __Bas
2592
2851
  */
2593
2852
  constructor(opts: __ExceptionOptionType<ProvisionedConcurrencyConfigNotFoundException, __BaseException>);
2594
2853
  }
2854
+ /**
2855
+ * @public
2856
+ */
2595
2857
  export interface GetRuntimeManagementConfigRequest {
2596
2858
  /**
2597
2859
  * <p>The name of the Lambda function.</p>
@@ -2622,11 +2884,17 @@ export interface GetRuntimeManagementConfigRequest {
2622
2884
  */
2623
2885
  Qualifier?: string;
2624
2886
  }
2887
+ /**
2888
+ * @public
2889
+ */
2625
2890
  export declare enum UpdateRuntimeOn {
2626
2891
  Auto = "Auto",
2627
2892
  FunctionUpdate = "FunctionUpdate",
2628
2893
  Manual = "Manual"
2629
2894
  }
2895
+ /**
2896
+ * @public
2897
+ */
2630
2898
  export interface GetRuntimeManagementConfigResponse {
2631
2899
  /**
2632
2900
  * <p>The current runtime update mode of the function.</p>
@@ -2643,6 +2911,7 @@ export interface GetRuntimeManagementConfigResponse {
2643
2911
  FunctionArn?: string;
2644
2912
  }
2645
2913
  /**
2914
+ * @public
2646
2915
  * <p>Need additional permissions to configure VPC settings.</p>
2647
2916
  */
2648
2917
  export declare class EC2AccessDeniedException extends __BaseException {
@@ -2656,6 +2925,7 @@ export declare class EC2AccessDeniedException extends __BaseException {
2656
2925
  constructor(opts: __ExceptionOptionType<EC2AccessDeniedException, __BaseException>);
2657
2926
  }
2658
2927
  /**
2928
+ * @public
2659
2929
  * <p>Amazon EC2 throttled Lambda during Lambda function initialization using
2660
2930
  * the execution role provided for the function.</p>
2661
2931
  */
@@ -2670,6 +2940,7 @@ export declare class EC2ThrottledException extends __BaseException {
2670
2940
  constructor(opts: __ExceptionOptionType<EC2ThrottledException, __BaseException>);
2671
2941
  }
2672
2942
  /**
2943
+ * @public
2673
2944
  * <p>Lambda received an unexpected Amazon EC2 client exception while setting up for the
2674
2945
  * Lambda function.</p>
2675
2946
  */
@@ -2685,6 +2956,7 @@ export declare class EC2UnexpectedException extends __BaseException {
2685
2956
  constructor(opts: __ExceptionOptionType<EC2UnexpectedException, __BaseException>);
2686
2957
  }
2687
2958
  /**
2959
+ * @public
2688
2960
  * <p>An error occurred when reading from or writing to a connected file system.</p>
2689
2961
  */
2690
2962
  export declare class EFSIOException extends __BaseException {
@@ -2698,6 +2970,7 @@ export declare class EFSIOException extends __BaseException {
2698
2970
  constructor(opts: __ExceptionOptionType<EFSIOException, __BaseException>);
2699
2971
  }
2700
2972
  /**
2973
+ * @public
2701
2974
  * <p>The Lambda function couldn't make a network connection to the configured file system.</p>
2702
2975
  */
2703
2976
  export declare class EFSMountConnectivityException extends __BaseException {
@@ -2711,6 +2984,7 @@ export declare class EFSMountConnectivityException extends __BaseException {
2711
2984
  constructor(opts: __ExceptionOptionType<EFSMountConnectivityException, __BaseException>);
2712
2985
  }
2713
2986
  /**
2987
+ * @public
2714
2988
  * <p>The Lambda function couldn't mount the configured file system due to a permission or configuration
2715
2989
  * issue.</p>
2716
2990
  */
@@ -2725,6 +2999,7 @@ export declare class EFSMountFailureException extends __BaseException {
2725
2999
  constructor(opts: __ExceptionOptionType<EFSMountFailureException, __BaseException>);
2726
3000
  }
2727
3001
  /**
3002
+ * @public
2728
3003
  * <p>The Lambda function made a network connection to the configured file system, but the mount
2729
3004
  * operation timed out.</p>
2730
3005
  */
@@ -2739,6 +3014,7 @@ export declare class EFSMountTimeoutException extends __BaseException {
2739
3014
  constructor(opts: __ExceptionOptionType<EFSMountTimeoutException, __BaseException>);
2740
3015
  }
2741
3016
  /**
3017
+ * @public
2742
3018
  * <p>Lambda couldn't create an elastic network interface in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached. For more
2743
3019
  * information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda
2744
3020
  * quotas</a>.</p>
@@ -2754,6 +3030,7 @@ export declare class ENILimitReachedException extends __BaseException {
2754
3030
  constructor(opts: __ExceptionOptionType<ENILimitReachedException, __BaseException>);
2755
3031
  }
2756
3032
  /**
3033
+ * @public
2757
3034
  * <p>The request body could not be parsed as JSON.</p>
2758
3035
  */
2759
3036
  export declare class InvalidRequestContentException extends __BaseException {
@@ -2769,6 +3046,7 @@ export declare class InvalidRequestContentException extends __BaseException {
2769
3046
  constructor(opts: __ExceptionOptionType<InvalidRequestContentException, __BaseException>);
2770
3047
  }
2771
3048
  /**
3049
+ * @public
2772
3050
  * <p>The runtime or runtime version specified is not supported.</p>
2773
3051
  */
2774
3052
  export declare class InvalidRuntimeException extends __BaseException {
@@ -2782,6 +3060,7 @@ export declare class InvalidRuntimeException extends __BaseException {
2782
3060
  constructor(opts: __ExceptionOptionType<InvalidRuntimeException, __BaseException>);
2783
3061
  }
2784
3062
  /**
3063
+ * @public
2785
3064
  * <p>The security group ID provided in the Lambda function VPC configuration is not valid.</p>
2786
3065
  */
2787
3066
  export declare class InvalidSecurityGroupIDException extends __BaseException {
@@ -2795,6 +3074,7 @@ export declare class InvalidSecurityGroupIDException extends __BaseException {
2795
3074
  constructor(opts: __ExceptionOptionType<InvalidSecurityGroupIDException, __BaseException>);
2796
3075
  }
2797
3076
  /**
3077
+ * @public
2798
3078
  * <p>The subnet ID provided in the Lambda function VPC configuration is not valid.</p>
2799
3079
  */
2800
3080
  export declare class InvalidSubnetIDException extends __BaseException {
@@ -2808,6 +3088,7 @@ export declare class InvalidSubnetIDException extends __BaseException {
2808
3088
  constructor(opts: __ExceptionOptionType<InvalidSubnetIDException, __BaseException>);
2809
3089
  }
2810
3090
  /**
3091
+ * @public
2811
3092
  * <p>Lambda could not unzip the deployment package.</p>
2812
3093
  */
2813
3094
  export declare class InvalidZipFileException extends __BaseException {
@@ -2820,15 +3101,24 @@ export declare class InvalidZipFileException extends __BaseException {
2820
3101
  */
2821
3102
  constructor(opts: __ExceptionOptionType<InvalidZipFileException, __BaseException>);
2822
3103
  }
3104
+ /**
3105
+ * @public
3106
+ */
2823
3107
  export declare enum InvocationType {
2824
3108
  DryRun = "DryRun",
2825
3109
  Event = "Event",
2826
3110
  RequestResponse = "RequestResponse"
2827
3111
  }
3112
+ /**
3113
+ * @public
3114
+ */
2828
3115
  export declare enum LogType {
2829
3116
  None = "None",
2830
3117
  Tail = "Tail"
2831
3118
  }
3119
+ /**
3120
+ * @public
3121
+ */
2832
3122
  export interface InvocationRequest {
2833
3123
  /**
2834
3124
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -2886,7 +3176,7 @@ export interface InvocationRequest {
2886
3176
  ClientContext?: string;
2887
3177
  /**
2888
3178
  * <p>The JSON that you want to provide to your Lambda function as input.</p>
2889
- * <p>You can enter the JSON directly. For example, <code>--payload '{ "key": "value" }'</code>. You can also
3179
+ * <p>You can enter the JSON directly. For example, <code>--payload '\{ "key": "value" \}'</code>. You can also
2890
3180
  * specify a file path. For example, <code>--payload file://payload.json</code>.</p>
2891
3181
  */
2892
3182
  Payload?: Uint8Array;
@@ -2895,6 +3185,9 @@ export interface InvocationRequest {
2895
3185
  */
2896
3186
  Qualifier?: string;
2897
3187
  }
3188
+ /**
3189
+ * @public
3190
+ */
2898
3191
  export interface InvocationResponse {
2899
3192
  /**
2900
3193
  * <p>The HTTP status code is in the 200 range for a successful request. For the <code>RequestResponse</code>
@@ -2922,6 +3215,7 @@ export interface InvocationResponse {
2922
3215
  ExecutedVersion?: string;
2923
3216
  }
2924
3217
  /**
3218
+ * @public
2925
3219
  * <p>Lambda couldn't decrypt the environment variables because KMS access was denied.
2926
3220
  * Check the Lambda function's KMS permissions.</p>
2927
3221
  */
@@ -2936,6 +3230,7 @@ export declare class KMSAccessDeniedException extends __BaseException {
2936
3230
  constructor(opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>);
2937
3231
  }
2938
3232
  /**
3233
+ * @public
2939
3234
  * <p>Lambda couldn't decrypt the environment variables because the KMS key used is
2940
3235
  * disabled. Check the Lambda function's KMS key settings.</p>
2941
3236
  */
@@ -2950,6 +3245,7 @@ export declare class KMSDisabledException extends __BaseException {
2950
3245
  constructor(opts: __ExceptionOptionType<KMSDisabledException, __BaseException>);
2951
3246
  }
2952
3247
  /**
3248
+ * @public
2953
3249
  * <p>Lambda couldn't decrypt the environment variables because the state of the KMS key used is not valid for Decrypt. Check the function's KMS key settings.</p>
2954
3250
  */
2955
3251
  export declare class KMSInvalidStateException extends __BaseException {
@@ -2963,6 +3259,7 @@ export declare class KMSInvalidStateException extends __BaseException {
2963
3259
  constructor(opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>);
2964
3260
  }
2965
3261
  /**
3262
+ * @public
2966
3263
  * <p>Lambda couldn't decrypt the environment variables because the KMS key was not
2967
3264
  * found. Check the function's KMS key settings.</p>
2968
3265
  */
@@ -2977,6 +3274,7 @@ export declare class KMSNotFoundException extends __BaseException {
2977
3274
  constructor(opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>);
2978
3275
  }
2979
3276
  /**
3277
+ * @public
2980
3278
  * <p>The request payload exceeded the <code>Invoke</code> request body JSON input quota. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html">Lambda
2981
3279
  * quotas</a>.</p>
2982
3280
  */
@@ -2990,6 +3288,7 @@ export declare class RequestTooLargeException extends __BaseException {
2990
3288
  constructor(opts: __ExceptionOptionType<RequestTooLargeException, __BaseException>);
2991
3289
  }
2992
3290
  /**
3291
+ * @public
2993
3292
  * <p>The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to
2994
3293
  * reestablish and try again.</p>
2995
3294
  */
@@ -3006,6 +3305,7 @@ export declare class ResourceNotReadyException extends __BaseException {
3006
3305
  constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
3007
3306
  }
3008
3307
  /**
3308
+ * @public
3009
3309
  * <p>The <code>afterRestore()</code>
3010
3310
  * <a href="https://docs.aws.amazon.com/lambda/latest/dg/snapstart-runtime-hooks.html">runtime hook</a> encountered an error. For more information, check the Amazon CloudWatch logs.</p>
3011
3311
  */
@@ -3020,6 +3320,7 @@ export declare class SnapStartException extends __BaseException {
3020
3320
  constructor(opts: __ExceptionOptionType<SnapStartException, __BaseException>);
3021
3321
  }
3022
3322
  /**
3323
+ * @public
3023
3324
  * <p>Lambda is initializing your function. You can invoke the function when the <a href="https://docs.aws.amazon.com/lambda/latest/dg/functions-states.html">function state</a> becomes <code>Active</code>.</p>
3024
3325
  */
3025
3326
  export declare class SnapStartNotReadyException extends __BaseException {
@@ -3033,6 +3334,7 @@ export declare class SnapStartNotReadyException extends __BaseException {
3033
3334
  constructor(opts: __ExceptionOptionType<SnapStartNotReadyException, __BaseException>);
3034
3335
  }
3035
3336
  /**
3337
+ * @public
3036
3338
  * <p>Lambda couldn't restore the snapshot within the timeout limit.</p>
3037
3339
  */
3038
3340
  export declare class SnapStartTimeoutException extends __BaseException {
@@ -3046,6 +3348,7 @@ export declare class SnapStartTimeoutException extends __BaseException {
3046
3348
  constructor(opts: __ExceptionOptionType<SnapStartTimeoutException, __BaseException>);
3047
3349
  }
3048
3350
  /**
3351
+ * @public
3049
3352
  * <p>Lambda couldn't set up VPC access for the Lambda function because one or more
3050
3353
  * configured subnets has no available IP addresses.</p>
3051
3354
  */
@@ -3060,6 +3363,7 @@ export declare class SubnetIPAddressLimitReachedException extends __BaseExceptio
3060
3363
  constructor(opts: __ExceptionOptionType<SubnetIPAddressLimitReachedException, __BaseException>);
3061
3364
  }
3062
3365
  /**
3366
+ * @public
3063
3367
  * <p>The content type of the <code>Invoke</code> request body is not JSON.</p>
3064
3368
  */
3065
3369
  export declare class UnsupportedMediaTypeException extends __BaseException {
@@ -3071,6 +3375,9 @@ export declare class UnsupportedMediaTypeException extends __BaseException {
3071
3375
  */
3072
3376
  constructor(opts: __ExceptionOptionType<UnsupportedMediaTypeException, __BaseException>);
3073
3377
  }
3378
+ /**
3379
+ * @public
3380
+ */
3074
3381
  export interface InvokeAsyncRequest {
3075
3382
  /**
3076
3383
  * <p>The name of the Lambda function.</p>
@@ -3101,6 +3408,7 @@ export interface InvokeAsyncRequest {
3101
3408
  InvokeArgs: Readable | ReadableStream | Blob | undefined;
3102
3409
  }
3103
3410
  /**
3411
+ * @public
3104
3412
  * @deprecated
3105
3413
  *
3106
3414
  * <p>A success response (<code>202 Accepted</code>) indicates that the request is queued for invocation.</p>
@@ -3111,6 +3419,9 @@ export interface InvokeAsyncResponse {
3111
3419
  */
3112
3420
  Status?: number;
3113
3421
  }
3422
+ /**
3423
+ * @public
3424
+ */
3114
3425
  export interface ListAliasesRequest {
3115
3426
  /**
3116
3427
  * <p>The name of the Lambda function.</p>
@@ -3148,6 +3459,9 @@ export interface ListAliasesRequest {
3148
3459
  */
3149
3460
  MaxItems?: number;
3150
3461
  }
3462
+ /**
3463
+ * @public
3464
+ */
3151
3465
  export interface ListAliasesResponse {
3152
3466
  /**
3153
3467
  * <p>The pagination token that's included if more results are available.</p>
@@ -3158,6 +3472,9 @@ export interface ListAliasesResponse {
3158
3472
  */
3159
3473
  Aliases?: AliasConfiguration[];
3160
3474
  }
3475
+ /**
3476
+ * @public
3477
+ */
3161
3478
  export interface ListCodeSigningConfigsRequest {
3162
3479
  /**
3163
3480
  * <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
@@ -3168,6 +3485,9 @@ export interface ListCodeSigningConfigsRequest {
3168
3485
  */
3169
3486
  MaxItems?: number;
3170
3487
  }
3488
+ /**
3489
+ * @public
3490
+ */
3171
3491
  export interface ListCodeSigningConfigsResponse {
3172
3492
  /**
3173
3493
  * <p>The pagination token that's included if more results are available.</p>
@@ -3178,6 +3498,9 @@ export interface ListCodeSigningConfigsResponse {
3178
3498
  */
3179
3499
  CodeSigningConfigs?: CodeSigningConfig[];
3180
3500
  }
3501
+ /**
3502
+ * @public
3503
+ */
3181
3504
  export interface ListEventSourceMappingsRequest {
3182
3505
  /**
3183
3506
  * <p>The Amazon Resource Name (ARN) of the event source.</p>
@@ -3242,6 +3565,9 @@ export interface ListEventSourceMappingsRequest {
3242
3565
  */
3243
3566
  MaxItems?: number;
3244
3567
  }
3568
+ /**
3569
+ * @public
3570
+ */
3245
3571
  export interface ListEventSourceMappingsResponse {
3246
3572
  /**
3247
3573
  * <p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>
@@ -3252,6 +3578,9 @@ export interface ListEventSourceMappingsResponse {
3252
3578
  */
3253
3579
  EventSourceMappings?: EventSourceMappingConfiguration[];
3254
3580
  }
3581
+ /**
3582
+ * @public
3583
+ */
3255
3584
  export interface ListFunctionEventInvokeConfigsRequest {
3256
3585
  /**
3257
3586
  * <p>The name of the Lambda function.</p>
@@ -3285,6 +3614,9 @@ export interface ListFunctionEventInvokeConfigsRequest {
3285
3614
  */
3286
3615
  MaxItems?: number;
3287
3616
  }
3617
+ /**
3618
+ * @public
3619
+ */
3288
3620
  export interface ListFunctionEventInvokeConfigsResponse {
3289
3621
  /**
3290
3622
  * <p>A list of configurations.</p>
@@ -3295,9 +3627,15 @@ export interface ListFunctionEventInvokeConfigsResponse {
3295
3627
  */
3296
3628
  NextMarker?: string;
3297
3629
  }
3630
+ /**
3631
+ * @public
3632
+ */
3298
3633
  export declare enum FunctionVersion {
3299
3634
  ALL = "ALL"
3300
3635
  }
3636
+ /**
3637
+ * @public
3638
+ */
3301
3639
  export interface ListFunctionsRequest {
3302
3640
  /**
3303
3641
  * <p>For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example,
@@ -3321,6 +3659,7 @@ export interface ListFunctionsRequest {
3321
3659
  MaxItems?: number;
3322
3660
  }
3323
3661
  /**
3662
+ * @public
3324
3663
  * <p>A list of Lambda functions.</p>
3325
3664
  */
3326
3665
  export interface ListFunctionsResponse {
@@ -3333,6 +3672,9 @@ export interface ListFunctionsResponse {
3333
3672
  */
3334
3673
  Functions?: FunctionConfiguration[];
3335
3674
  }
3675
+ /**
3676
+ * @public
3677
+ */
3336
3678
  export interface ListFunctionsByCodeSigningConfigRequest {
3337
3679
  /**
3338
3680
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
@@ -3347,6 +3689,9 @@ export interface ListFunctionsByCodeSigningConfigRequest {
3347
3689
  */
3348
3690
  MaxItems?: number;
3349
3691
  }
3692
+ /**
3693
+ * @public
3694
+ */
3350
3695
  export interface ListFunctionsByCodeSigningConfigResponse {
3351
3696
  /**
3352
3697
  * <p>The pagination token that's included if more results are available.</p>
@@ -3357,6 +3702,9 @@ export interface ListFunctionsByCodeSigningConfigResponse {
3357
3702
  */
3358
3703
  FunctionArns?: string[];
3359
3704
  }
3705
+ /**
3706
+ * @public
3707
+ */
3360
3708
  export interface ListFunctionUrlConfigsRequest {
3361
3709
  /**
3362
3710
  * <p>The name of the Lambda function.</p>
@@ -3392,6 +3740,7 @@ export interface ListFunctionUrlConfigsRequest {
3392
3740
  MaxItems?: number;
3393
3741
  }
3394
3742
  /**
3743
+ * @public
3395
3744
  * <p>Details about a Lambda function URL.</p>
3396
3745
  */
3397
3746
  export interface FunctionUrlConfig {
@@ -3423,6 +3772,9 @@ export interface FunctionUrlConfig {
3423
3772
  */
3424
3773
  AuthType: FunctionUrlAuthType | string | undefined;
3425
3774
  }
3775
+ /**
3776
+ * @public
3777
+ */
3426
3778
  export interface ListFunctionUrlConfigsResponse {
3427
3779
  /**
3428
3780
  * <p>A list of function URL configurations.</p>
@@ -3433,6 +3785,9 @@ export interface ListFunctionUrlConfigsResponse {
3433
3785
  */
3434
3786
  NextMarker?: string;
3435
3787
  }
3788
+ /**
3789
+ * @public
3790
+ */
3436
3791
  export interface ListLayersRequest {
3437
3792
  /**
3438
3793
  * <p>A runtime identifier. For example, <code>go1.x</code>.</p>
@@ -3453,6 +3808,7 @@ export interface ListLayersRequest {
3453
3808
  CompatibleArchitecture?: Architecture | string;
3454
3809
  }
3455
3810
  /**
3811
+ * @public
3456
3812
  * <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
3457
3813
  * layer</a>.</p>
3458
3814
  */
@@ -3488,6 +3844,7 @@ export interface LayerVersionsListItem {
3488
3844
  CompatibleArchitectures?: (Architecture | string)[];
3489
3845
  }
3490
3846
  /**
3847
+ * @public
3491
3848
  * <p>Details about an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
3492
3849
  * layer</a>.</p>
3493
3850
  */
@@ -3505,6 +3862,9 @@ export interface LayersListItem {
3505
3862
  */
3506
3863
  LatestMatchingVersion?: LayerVersionsListItem;
3507
3864
  }
3865
+ /**
3866
+ * @public
3867
+ */
3508
3868
  export interface ListLayersResponse {
3509
3869
  /**
3510
3870
  * <p>A pagination token returned when the response doesn't contain all layers.</p>
@@ -3515,6 +3875,9 @@ export interface ListLayersResponse {
3515
3875
  */
3516
3876
  Layers?: LayersListItem[];
3517
3877
  }
3878
+ /**
3879
+ * @public
3880
+ */
3518
3881
  export interface ListLayerVersionsRequest {
3519
3882
  /**
3520
3883
  * <p>A runtime identifier. For example, <code>go1.x</code>.</p>
@@ -3538,6 +3901,9 @@ export interface ListLayerVersionsRequest {
3538
3901
  */
3539
3902
  CompatibleArchitecture?: Architecture | string;
3540
3903
  }
3904
+ /**
3905
+ * @public
3906
+ */
3541
3907
  export interface ListLayerVersionsResponse {
3542
3908
  /**
3543
3909
  * <p>A pagination token returned when the response doesn't contain all versions.</p>
@@ -3548,6 +3914,9 @@ export interface ListLayerVersionsResponse {
3548
3914
  */
3549
3915
  LayerVersions?: LayerVersionsListItem[];
3550
3916
  }
3917
+ /**
3918
+ * @public
3919
+ */
3551
3920
  export interface ListProvisionedConcurrencyConfigsRequest {
3552
3921
  /**
3553
3922
  * <p>The name of the Lambda function.</p>
@@ -3582,6 +3951,7 @@ export interface ListProvisionedConcurrencyConfigsRequest {
3582
3951
  MaxItems?: number;
3583
3952
  }
3584
3953
  /**
3954
+ * @public
3585
3955
  * <p>Details about the provisioned concurrency configuration for a function alias or version.</p>
3586
3956
  */
3587
3957
  export interface ProvisionedConcurrencyConfigListItem {
@@ -3614,6 +3984,9 @@ export interface ProvisionedConcurrencyConfigListItem {
3614
3984
  */
3615
3985
  LastModified?: string;
3616
3986
  }
3987
+ /**
3988
+ * @public
3989
+ */
3617
3990
  export interface ListProvisionedConcurrencyConfigsResponse {
3618
3991
  /**
3619
3992
  * <p>A list of provisioned concurrency configurations.</p>
@@ -3624,6 +3997,9 @@ export interface ListProvisionedConcurrencyConfigsResponse {
3624
3997
  */
3625
3998
  NextMarker?: string;
3626
3999
  }
4000
+ /**
4001
+ * @public
4002
+ */
3627
4003
  export interface ListTagsRequest {
3628
4004
  /**
3629
4005
  * <p>The function's Amazon Resource Name (ARN).
@@ -3631,12 +4007,18 @@ export interface ListTagsRequest {
3631
4007
  */
3632
4008
  Resource: string | undefined;
3633
4009
  }
4010
+ /**
4011
+ * @public
4012
+ */
3634
4013
  export interface ListTagsResponse {
3635
4014
  /**
3636
4015
  * <p>The function's tags.</p>
3637
4016
  */
3638
4017
  Tags?: Record<string, string>;
3639
4018
  }
4019
+ /**
4020
+ * @public
4021
+ */
3640
4022
  export interface ListVersionsByFunctionRequest {
3641
4023
  /**
3642
4024
  * <p>The name of the Lambda function.</p>
@@ -3671,6 +4053,9 @@ export interface ListVersionsByFunctionRequest {
3671
4053
  */
3672
4054
  MaxItems?: number;
3673
4055
  }
4056
+ /**
4057
+ * @public
4058
+ */
3674
4059
  export interface ListVersionsByFunctionResponse {
3675
4060
  /**
3676
4061
  * <p>The pagination token that's included if more results are available.</p>
@@ -3682,6 +4067,7 @@ export interface ListVersionsByFunctionResponse {
3682
4067
  Versions?: FunctionConfiguration[];
3683
4068
  }
3684
4069
  /**
4070
+ * @public
3685
4071
  * <p>A ZIP archive that contains the contents of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
3686
4072
  * layer</a>. You can specify either an Amazon S3 location,
3687
4073
  * or upload a layer archive directly.</p>
@@ -3705,6 +4091,9 @@ export interface LayerVersionContentInput {
3705
4091
  */
3706
4092
  ZipFile?: Uint8Array;
3707
4093
  }
4094
+ /**
4095
+ * @public
4096
+ */
3708
4097
  export interface PublishLayerVersionRequest {
3709
4098
  /**
3710
4099
  * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
@@ -3746,6 +4135,9 @@ export interface PublishLayerVersionRequest {
3746
4135
  */
3747
4136
  CompatibleArchitectures?: (Architecture | string)[];
3748
4137
  }
4138
+ /**
4139
+ * @public
4140
+ */
3749
4141
  export interface PublishLayerVersionResponse {
3750
4142
  /**
3751
4143
  * <p>Details about the layer version.</p>
@@ -3785,6 +4177,9 @@ export interface PublishLayerVersionResponse {
3785
4177
  */
3786
4178
  CompatibleArchitectures?: (Architecture | string)[];
3787
4179
  }
4180
+ /**
4181
+ * @public
4182
+ */
3788
4183
  export interface PublishVersionRequest {
3789
4184
  /**
3790
4185
  * <p>The name of the Lambda function.</p>
@@ -3825,6 +4220,9 @@ export interface PublishVersionRequest {
3825
4220
  */
3826
4221
  RevisionId?: string;
3827
4222
  }
4223
+ /**
4224
+ * @public
4225
+ */
3828
4226
  export interface PutFunctionCodeSigningConfigRequest {
3829
4227
  /**
3830
4228
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
@@ -3854,6 +4252,9 @@ export interface PutFunctionCodeSigningConfigRequest {
3854
4252
  */
3855
4253
  FunctionName: string | undefined;
3856
4254
  }
4255
+ /**
4256
+ * @public
4257
+ */
3857
4258
  export interface PutFunctionCodeSigningConfigResponse {
3858
4259
  /**
3859
4260
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
@@ -3883,6 +4284,9 @@ export interface PutFunctionCodeSigningConfigResponse {
3883
4284
  */
3884
4285
  FunctionName: string | undefined;
3885
4286
  }
4287
+ /**
4288
+ * @public
4289
+ */
3886
4290
  export interface PutFunctionConcurrencyRequest {
3887
4291
  /**
3888
4292
  * <p>The name of the Lambda function.</p>
@@ -3912,6 +4316,9 @@ export interface PutFunctionConcurrencyRequest {
3912
4316
  */
3913
4317
  ReservedConcurrentExecutions: number | undefined;
3914
4318
  }
4319
+ /**
4320
+ * @public
4321
+ */
3915
4322
  export interface PutFunctionEventInvokeConfigRequest {
3916
4323
  /**
3917
4324
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -3974,6 +4381,9 @@ export interface PutFunctionEventInvokeConfigRequest {
3974
4381
  */
3975
4382
  DestinationConfig?: DestinationConfig;
3976
4383
  }
4384
+ /**
4385
+ * @public
4386
+ */
3977
4387
  export interface PutProvisionedConcurrencyConfigRequest {
3978
4388
  /**
3979
4389
  * <p>The name of the Lambda function.</p>
@@ -4007,6 +4417,9 @@ export interface PutProvisionedConcurrencyConfigRequest {
4007
4417
  */
4008
4418
  ProvisionedConcurrentExecutions: number | undefined;
4009
4419
  }
4420
+ /**
4421
+ * @public
4422
+ */
4010
4423
  export interface PutProvisionedConcurrencyConfigResponse {
4011
4424
  /**
4012
4425
  * <p>The amount of provisioned concurrency requested.</p>
@@ -4033,6 +4446,9 @@ export interface PutProvisionedConcurrencyConfigResponse {
4033
4446
  */
4034
4447
  LastModified?: string;
4035
4448
  }
4449
+ /**
4450
+ * @public
4451
+ */
4036
4452
  export interface PutRuntimeManagementConfigRequest {
4037
4453
  /**
4038
4454
  * <p>The name of the Lambda function.</p>
@@ -4093,6 +4509,9 @@ export interface PutRuntimeManagementConfigRequest {
4093
4509
  */
4094
4510
  RuntimeVersionArn?: string;
4095
4511
  }
4512
+ /**
4513
+ * @public
4514
+ */
4096
4515
  export interface PutRuntimeManagementConfigResponse {
4097
4516
  /**
4098
4517
  * <p>The runtime update mode.</p>
@@ -4108,6 +4527,9 @@ export interface PutRuntimeManagementConfigResponse {
4108
4527
  */
4109
4528
  RuntimeVersionArn?: string;
4110
4529
  }
4530
+ /**
4531
+ * @public
4532
+ */
4111
4533
  export interface RemoveLayerVersionPermissionRequest {
4112
4534
  /**
4113
4535
  * <p>The name or Amazon Resource Name (ARN) of the layer.</p>
@@ -4127,6 +4549,9 @@ export interface RemoveLayerVersionPermissionRequest {
4127
4549
  */
4128
4550
  RevisionId?: string;
4129
4551
  }
4552
+ /**
4553
+ * @public
4554
+ */
4130
4555
  export interface RemovePermissionRequest {
4131
4556
  /**
4132
4557
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -4165,6 +4590,9 @@ export interface RemovePermissionRequest {
4165
4590
  */
4166
4591
  RevisionId?: string;
4167
4592
  }
4593
+ /**
4594
+ * @public
4595
+ */
4168
4596
  export interface TagResourceRequest {
4169
4597
  /**
4170
4598
  * <p>The function's Amazon Resource Name (ARN).</p>
@@ -4175,6 +4603,9 @@ export interface TagResourceRequest {
4175
4603
  */
4176
4604
  Tags: Record<string, string> | undefined;
4177
4605
  }
4606
+ /**
4607
+ * @public
4608
+ */
4178
4609
  export interface UntagResourceRequest {
4179
4610
  /**
4180
4611
  * <p>The function's Amazon Resource Name (ARN).</p>
@@ -4185,6 +4616,9 @@ export interface UntagResourceRequest {
4185
4616
  */
4186
4617
  TagKeys: string[] | undefined;
4187
4618
  }
4619
+ /**
4620
+ * @public
4621
+ */
4188
4622
  export interface UpdateAliasRequest {
4189
4623
  /**
4190
4624
  * <p>The name of the Lambda function.</p>
@@ -4232,6 +4666,9 @@ export interface UpdateAliasRequest {
4232
4666
  */
4233
4667
  RevisionId?: string;
4234
4668
  }
4669
+ /**
4670
+ * @public
4671
+ */
4235
4672
  export interface UpdateCodeSigningConfigRequest {
4236
4673
  /**
4237
4674
  * <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
@@ -4250,12 +4687,18 @@ export interface UpdateCodeSigningConfigRequest {
4250
4687
  */
4251
4688
  CodeSigningPolicies?: CodeSigningPolicies;
4252
4689
  }
4690
+ /**
4691
+ * @public
4692
+ */
4253
4693
  export interface UpdateCodeSigningConfigResponse {
4254
4694
  /**
4255
4695
  * <p>The code signing configuration</p>
4256
4696
  */
4257
4697
  CodeSigningConfig: CodeSigningConfig | undefined;
4258
4698
  }
4699
+ /**
4700
+ * @public
4701
+ */
4259
4702
  export interface UpdateEventSourceMappingRequest {
4260
4703
  /**
4261
4704
  * <p>The identifier of the event source mapping.</p>
@@ -4379,6 +4822,9 @@ export interface UpdateEventSourceMappingRequest {
4379
4822
  */
4380
4823
  DocumentDBEventSourceConfig?: DocumentDBEventSourceConfig;
4381
4824
  }
4825
+ /**
4826
+ * @public
4827
+ */
4382
4828
  export interface UpdateFunctionCodeRequest {
4383
4829
  /**
4384
4830
  * <p>The name of the Lambda function.</p>
@@ -4447,6 +4893,9 @@ export interface UpdateFunctionCodeRequest {
4447
4893
  */
4448
4894
  Architectures?: (Architecture | string)[];
4449
4895
  }
4896
+ /**
4897
+ * @public
4898
+ */
4450
4899
  export interface UpdateFunctionConfigurationRequest {
4451
4900
  /**
4452
4901
  * <p>The name of the Lambda function.</p>
@@ -4555,6 +5004,9 @@ export interface UpdateFunctionConfigurationRequest {
4555
5004
  */
4556
5005
  SnapStart?: SnapStart;
4557
5006
  }
5007
+ /**
5008
+ * @public
5009
+ */
4558
5010
  export interface UpdateFunctionEventInvokeConfigRequest {
4559
5011
  /**
4560
5012
  * <p>The name of the Lambda function, version, or alias.</p>
@@ -4617,6 +5069,9 @@ export interface UpdateFunctionEventInvokeConfigRequest {
4617
5069
  */
4618
5070
  DestinationConfig?: DestinationConfig;
4619
5071
  }
5072
+ /**
5073
+ * @public
5074
+ */
4620
5075
  export interface UpdateFunctionUrlConfigRequest {
4621
5076
  /**
4622
5077
  * <p>The name of the Lambda function.</p>
@@ -4657,6 +5112,9 @@ export interface UpdateFunctionUrlConfigRequest {
4657
5112
  */
4658
5113
  Cors?: Cors;
4659
5114
  }
5115
+ /**
5116
+ * @public
5117
+ */
4660
5118
  export interface UpdateFunctionUrlConfigResponse {
4661
5119
  /**
4662
5120
  * <p>The HTTP URL endpoint for your function.</p>
@@ -4689,375 +5147,47 @@ export interface UpdateFunctionUrlConfigResponse {
4689
5147
  /**
4690
5148
  * @internal
4691
5149
  */
4692
- export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
5150
+ export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
4693
5151
  /**
4694
5152
  * @internal
4695
5153
  */
4696
- export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
5154
+ export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
4697
5155
  /**
4698
5156
  * @internal
4699
5157
  */
4700
- export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
5158
+ export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
4701
5159
  /**
4702
5160
  * @internal
4703
5161
  */
4704
- export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
5162
+ export declare const EnvironmentErrorFilterSensitiveLog: (obj: EnvironmentError) => any;
4705
5163
  /**
4706
5164
  * @internal
4707
5165
  */
4708
- export declare const AddPermissionRequestFilterSensitiveLog: (obj: AddPermissionRequest) => any;
5166
+ export declare const EnvironmentResponseFilterSensitiveLog: (obj: EnvironmentResponse) => any;
4709
5167
  /**
4710
5168
  * @internal
4711
5169
  */
4712
- export declare const AddPermissionResponseFilterSensitiveLog: (obj: AddPermissionResponse) => any;
5170
+ export declare const ImageConfigErrorFilterSensitiveLog: (obj: ImageConfigError) => any;
4713
5171
  /**
4714
5172
  * @internal
4715
5173
  */
4716
- export declare const AliasRoutingConfigurationFilterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
5174
+ export declare const ImageConfigResponseFilterSensitiveLog: (obj: ImageConfigResponse) => any;
4717
5175
  /**
4718
5176
  * @internal
4719
5177
  */
4720
- export declare const AliasConfigurationFilterSensitiveLog: (obj: AliasConfiguration) => any;
4721
- /**
4722
- * @internal
4723
- */
4724
- export declare const AllowedPublishersFilterSensitiveLog: (obj: AllowedPublishers) => any;
4725
- /**
4726
- * @internal
4727
- */
4728
- export declare const AmazonManagedKafkaEventSourceConfigFilterSensitiveLog: (obj: AmazonManagedKafkaEventSourceConfig) => any;
4729
- /**
4730
- * @internal
4731
- */
4732
- export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
4733
- /**
4734
- * @internal
4735
- */
4736
- export declare const CodeSigningPoliciesFilterSensitiveLog: (obj: CodeSigningPolicies) => any;
4737
- /**
4738
- * @internal
4739
- */
4740
- export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
4741
- /**
4742
- * @internal
4743
- */
4744
- export declare const CodeSigningConfigFilterSensitiveLog: (obj: CodeSigningConfig) => any;
4745
- /**
4746
- * @internal
4747
- */
4748
- export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
4749
- /**
4750
- * @internal
4751
- */
4752
- export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
4753
- /**
4754
- * @internal
4755
- */
4756
- export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
4757
- /**
4758
- * @internal
4759
- */
4760
- export declare const DestinationConfigFilterSensitiveLog: (obj: DestinationConfig) => any;
4761
- /**
4762
- * @internal
4763
- */
4764
- export declare const DocumentDBEventSourceConfigFilterSensitiveLog: (obj: DocumentDBEventSourceConfig) => any;
4765
- /**
4766
- * @internal
4767
- */
4768
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
4769
- /**
4770
- * @internal
4771
- */
4772
- export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
4773
- /**
4774
- * @internal
4775
- */
4776
- export declare const ScalingConfigFilterSensitiveLog: (obj: ScalingConfig) => any;
4777
- /**
4778
- * @internal
4779
- */
4780
- export declare const SelfManagedEventSourceFilterSensitiveLog: (obj: SelfManagedEventSource) => any;
4781
- /**
4782
- * @internal
4783
- */
4784
- export declare const SelfManagedKafkaEventSourceConfigFilterSensitiveLog: (obj: SelfManagedKafkaEventSourceConfig) => any;
4785
- /**
4786
- * @internal
4787
- */
4788
- export declare const SourceAccessConfigurationFilterSensitiveLog: (obj: SourceAccessConfiguration) => any;
4789
- /**
4790
- * @internal
4791
- */
4792
- export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
4793
- /**
4794
- * @internal
4795
- */
4796
- export declare const EventSourceMappingConfigurationFilterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
4797
- /**
4798
- * @internal
4799
- */
4800
- export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
4801
- /**
4802
- * @internal
4803
- */
4804
- export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
4805
- /**
4806
- * @internal
4807
- */
4808
- export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
4809
- /**
4810
- * @internal
4811
- */
4812
- export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
4813
- /**
4814
- * @internal
4815
- */
4816
- export declare const FileSystemConfigFilterSensitiveLog: (obj: FileSystemConfig) => any;
4817
- /**
4818
- * @internal
4819
- */
4820
- export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
4821
- /**
4822
- * @internal
4823
- */
4824
- export declare const SnapStartFilterSensitiveLog: (obj: SnapStart) => any;
4825
- /**
4826
- * @internal
4827
- */
4828
- export declare const TracingConfigFilterSensitiveLog: (obj: TracingConfig) => any;
4829
- /**
4830
- * @internal
4831
- */
4832
- export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
4833
- /**
4834
- * @internal
4835
- */
4836
- export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
4837
- /**
4838
- * @internal
4839
- */
4840
- export declare const EnvironmentErrorFilterSensitiveLog: (obj: EnvironmentError) => any;
4841
- /**
4842
- * @internal
4843
- */
4844
- export declare const EnvironmentResponseFilterSensitiveLog: (obj: EnvironmentResponse) => any;
4845
- /**
4846
- * @internal
4847
- */
4848
- export declare const ImageConfigErrorFilterSensitiveLog: (obj: ImageConfigError) => any;
4849
- /**
4850
- * @internal
4851
- */
4852
- export declare const ImageConfigResponseFilterSensitiveLog: (obj: ImageConfigResponse) => any;
4853
- /**
4854
- * @internal
4855
- */
4856
- export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
4857
- /**
4858
- * @internal
4859
- */
4860
- export declare const RuntimeVersionErrorFilterSensitiveLog: (obj: RuntimeVersionError) => any;
5178
+ export declare const RuntimeVersionErrorFilterSensitiveLog: (obj: RuntimeVersionError) => any;
4861
5179
  /**
4862
5180
  * @internal
4863
5181
  */
4864
5182
  export declare const RuntimeVersionConfigFilterSensitiveLog: (obj: RuntimeVersionConfig) => any;
4865
- /**
4866
- * @internal
4867
- */
4868
- export declare const SnapStartResponseFilterSensitiveLog: (obj: SnapStartResponse) => any;
4869
- /**
4870
- * @internal
4871
- */
4872
- export declare const TracingConfigResponseFilterSensitiveLog: (obj: TracingConfigResponse) => any;
4873
- /**
4874
- * @internal
4875
- */
4876
- export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
4877
5183
  /**
4878
5184
  * @internal
4879
5185
  */
4880
5186
  export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
4881
- /**
4882
- * @internal
4883
- */
4884
- export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
4885
- /**
4886
- * @internal
4887
- */
4888
- export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
4889
- /**
4890
- * @internal
4891
- */
4892
- export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
4893
- /**
4894
- * @internal
4895
- */
4896
- export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
4897
- /**
4898
- * @internal
4899
- */
4900
- export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
4901
- /**
4902
- * @internal
4903
- */
4904
- export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
4905
- /**
4906
- * @internal
4907
- */
4908
- export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
4909
- /**
4910
- * @internal
4911
- */
4912
- export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
4913
- /**
4914
- * @internal
4915
- */
4916
- export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
4917
- /**
4918
- * @internal
4919
- */
4920
- export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
4921
- /**
4922
- * @internal
4923
- */
4924
- export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
4925
- /**
4926
- * @internal
4927
- */
4928
- export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
4929
- /**
4930
- * @internal
4931
- */
4932
- export declare const DeleteLayerVersionRequestFilterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
4933
- /**
4934
- * @internal
4935
- */
4936
- export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
4937
- /**
4938
- * @internal
4939
- */
4940
- export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
4941
- /**
4942
- * @internal
4943
- */
4944
- export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
4945
- /**
4946
- * @internal
4947
- */
4948
- export declare const GetAliasRequestFilterSensitiveLog: (obj: GetAliasRequest) => any;
4949
- /**
4950
- * @internal
4951
- */
4952
- export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
4953
- /**
4954
- * @internal
4955
- */
4956
- export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
4957
- /**
4958
- * @internal
4959
- */
4960
- export declare const GetEventSourceMappingRequestFilterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
4961
- /**
4962
- * @internal
4963
- */
4964
- export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
4965
- /**
4966
- * @internal
4967
- */
4968
- export declare const FunctionCodeLocationFilterSensitiveLog: (obj: FunctionCodeLocation) => any;
4969
- /**
4970
- * @internal
4971
- */
4972
- export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
4973
5187
  /**
4974
5188
  * @internal
4975
5189
  */
4976
5190
  export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
4977
- /**
4978
- * @internal
4979
- */
4980
- export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
4981
- /**
4982
- * @internal
4983
- */
4984
- export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
4985
- /**
4986
- * @internal
4987
- */
4988
- export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
4989
- /**
4990
- * @internal
4991
- */
4992
- export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
4993
- /**
4994
- * @internal
4995
- */
4996
- export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
4997
- /**
4998
- * @internal
4999
- */
5000
- export declare const FunctionEventInvokeConfigFilterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
5001
- /**
5002
- * @internal
5003
- */
5004
- export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
5005
- /**
5006
- * @internal
5007
- */
5008
- export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
5009
- /**
5010
- * @internal
5011
- */
5012
- export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
5013
- /**
5014
- * @internal
5015
- */
5016
- export declare const GetLayerVersionRequestFilterSensitiveLog: (obj: GetLayerVersionRequest) => any;
5017
- /**
5018
- * @internal
5019
- */
5020
- export declare const LayerVersionContentOutputFilterSensitiveLog: (obj: LayerVersionContentOutput) => any;
5021
- /**
5022
- * @internal
5023
- */
5024
- export declare const GetLayerVersionResponseFilterSensitiveLog: (obj: GetLayerVersionResponse) => any;
5025
- /**
5026
- * @internal
5027
- */
5028
- export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
5029
- /**
5030
- * @internal
5031
- */
5032
- export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
5033
- /**
5034
- * @internal
5035
- */
5036
- export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
5037
- /**
5038
- * @internal
5039
- */
5040
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
5041
- /**
5042
- * @internal
5043
- */
5044
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
5045
- /**
5046
- * @internal
5047
- */
5048
- export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
5049
- /**
5050
- * @internal
5051
- */
5052
- export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
5053
- /**
5054
- * @internal
5055
- */
5056
- export declare const GetRuntimeManagementConfigRequestFilterSensitiveLog: (obj: GetRuntimeManagementConfigRequest) => any;
5057
- /**
5058
- * @internal
5059
- */
5060
- export declare const GetRuntimeManagementConfigResponseFilterSensitiveLog: (obj: GetRuntimeManagementConfigResponse) => any;
5061
5191
  /**
5062
5192
  * @internal
5063
5193
  */
@@ -5070,118 +5200,10 @@ export declare const InvocationResponseFilterSensitiveLog: (obj: InvocationRespo
5070
5200
  * @internal
5071
5201
  */
5072
5202
  export declare const InvokeAsyncRequestFilterSensitiveLog: (obj: InvokeAsyncRequest) => any;
5073
- /**
5074
- * @internal
5075
- */
5076
- export declare const InvokeAsyncResponseFilterSensitiveLog: (obj: InvokeAsyncResponse) => any;
5077
- /**
5078
- * @internal
5079
- */
5080
- export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
5081
- /**
5082
- * @internal
5083
- */
5084
- export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
5085
- /**
5086
- * @internal
5087
- */
5088
- export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
5089
- /**
5090
- * @internal
5091
- */
5092
- export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
5093
- /**
5094
- * @internal
5095
- */
5096
- export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
5097
- /**
5098
- * @internal
5099
- */
5100
- export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
5101
- /**
5102
- * @internal
5103
- */
5104
- export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
5105
- /**
5106
- * @internal
5107
- */
5108
- export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
5109
- /**
5110
- * @internal
5111
- */
5112
- export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
5113
5203
  /**
5114
5204
  * @internal
5115
5205
  */
5116
5206
  export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
5117
- /**
5118
- * @internal
5119
- */
5120
- export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
5121
- /**
5122
- * @internal
5123
- */
5124
- export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
5125
- /**
5126
- * @internal
5127
- */
5128
- export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
5129
- /**
5130
- * @internal
5131
- */
5132
- export declare const FunctionUrlConfigFilterSensitiveLog: (obj: FunctionUrlConfig) => any;
5133
- /**
5134
- * @internal
5135
- */
5136
- export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
5137
- /**
5138
- * @internal
5139
- */
5140
- export declare const ListLayersRequestFilterSensitiveLog: (obj: ListLayersRequest) => any;
5141
- /**
5142
- * @internal
5143
- */
5144
- export declare const LayerVersionsListItemFilterSensitiveLog: (obj: LayerVersionsListItem) => any;
5145
- /**
5146
- * @internal
5147
- */
5148
- export declare const LayersListItemFilterSensitiveLog: (obj: LayersListItem) => any;
5149
- /**
5150
- * @internal
5151
- */
5152
- export declare const ListLayersResponseFilterSensitiveLog: (obj: ListLayersResponse) => any;
5153
- /**
5154
- * @internal
5155
- */
5156
- export declare const ListLayerVersionsRequestFilterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
5157
- /**
5158
- * @internal
5159
- */
5160
- export declare const ListLayerVersionsResponseFilterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
5161
- /**
5162
- * @internal
5163
- */
5164
- export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
5165
- /**
5166
- * @internal
5167
- */
5168
- export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
5169
- /**
5170
- * @internal
5171
- */
5172
- export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
5173
- /**
5174
- * @internal
5175
- */
5176
- export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
5177
- /**
5178
- * @internal
5179
- */
5180
- export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
5181
- /**
5182
- * @internal
5183
- */
5184
- export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
5185
5207
  /**
5186
5208
  * @internal
5187
5209
  */
@@ -5194,78 +5216,6 @@ export declare const LayerVersionContentInputFilterSensitiveLog: (obj: LayerVers
5194
5216
  * @internal
5195
5217
  */
5196
5218
  export declare const PublishLayerVersionRequestFilterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
5197
- /**
5198
- * @internal
5199
- */
5200
- export declare const PublishLayerVersionResponseFilterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
5201
- /**
5202
- * @internal
5203
- */
5204
- export declare const PublishVersionRequestFilterSensitiveLog: (obj: PublishVersionRequest) => any;
5205
- /**
5206
- * @internal
5207
- */
5208
- export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
5209
- /**
5210
- * @internal
5211
- */
5212
- export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
5213
- /**
5214
- * @internal
5215
- */
5216
- export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
5217
- /**
5218
- * @internal
5219
- */
5220
- export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
5221
- /**
5222
- * @internal
5223
- */
5224
- export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
5225
- /**
5226
- * @internal
5227
- */
5228
- export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
5229
- /**
5230
- * @internal
5231
- */
5232
- export declare const PutRuntimeManagementConfigRequestFilterSensitiveLog: (obj: PutRuntimeManagementConfigRequest) => any;
5233
- /**
5234
- * @internal
5235
- */
5236
- export declare const PutRuntimeManagementConfigResponseFilterSensitiveLog: (obj: PutRuntimeManagementConfigResponse) => any;
5237
- /**
5238
- * @internal
5239
- */
5240
- export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
5241
- /**
5242
- * @internal
5243
- */
5244
- export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
5245
- /**
5246
- * @internal
5247
- */
5248
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
5249
- /**
5250
- * @internal
5251
- */
5252
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
5253
- /**
5254
- * @internal
5255
- */
5256
- export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
5257
- /**
5258
- * @internal
5259
- */
5260
- export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
5261
- /**
5262
- * @internal
5263
- */
5264
- export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
5265
- /**
5266
- * @internal
5267
- */
5268
- export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
5269
5219
  /**
5270
5220
  * @internal
5271
5221
  */
@@ -5274,15 +5224,3 @@ export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (obj: UpdateFu
5274
5224
  * @internal
5275
5225
  */
5276
5226
  export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
5277
- /**
5278
- * @internal
5279
- */
5280
- export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
5281
- /**
5282
- * @internal
5283
- */
5284
- export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
5285
- /**
5286
- * @internal
5287
- */
5288
- export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (obj: UpdateFunctionUrlConfigResponse) => any;