@aws-sdk/client-lambda 3.169.0 → 3.171.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 (97) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Lambda.d.ts +1087 -320
  3. package/dist-types/ts3.4/LambdaClient.d.ts +482 -136
  4. package/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +30 -17
  16. package/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +31 -17
  20. package/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/GetAliasCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +39 -24
  37. package/dist-types/ts3.4/commands/InvokeCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListLayersCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +39 -17
  48. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +35 -17
  52. package/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +36 -17
  54. package/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +35 -17
  57. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +30 -17
  58. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  59. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  60. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +39 -17
  63. package/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +36 -17
  64. package/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +39 -17
  66. package/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +39 -17
  67. package/dist-types/ts3.4/commands/index.d.ts +63 -63
  68. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  69. package/dist-types/ts3.4/index.d.ts +7 -7
  70. package/dist-types/ts3.4/models/LambdaServiceException.d.ts +7 -6
  71. package/dist-types/ts3.4/models/index.d.ts +1 -1
  72. package/dist-types/ts3.4/models/models_0.d.ts +1639 -2086
  73. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  74. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/ListCodeSigningConfigsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/ListEventSourceMappingsPaginator.d.ts +11 -4
  77. package/dist-types/ts3.4/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListFunctionUrlConfigsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListFunctionsPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListLayerVersionsPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListLayersPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListVersionsByFunctionPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/index.d.ts +12 -12
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +761 -191
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  91. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  92. package/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +11 -7
  93. package/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +11 -7
  94. package/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +11 -7
  95. package/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +11 -7
  96. package/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +11 -7
  97. package/package.json +35 -35
@@ -1,2086 +1,1639 @@
1
-
2
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
3
- import { Readable } from "stream";
4
- import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
5
-
6
- export interface AccountLimit {
7
-
8
- TotalCodeSize?: number;
9
-
10
- CodeSizeUnzipped?: number;
11
-
12
- CodeSizeZipped?: number;
13
-
14
- ConcurrentExecutions?: number;
15
-
16
- UnreservedConcurrentExecutions?: number;
17
- }
18
-
19
- export interface AccountUsage {
20
-
21
- TotalCodeSize?: number;
22
-
23
- FunctionCount?: number;
24
- }
25
- export interface AddLayerVersionPermissionRequest {
26
-
27
- LayerName: string | undefined;
28
-
29
- VersionNumber: number | undefined;
30
-
31
- StatementId: string | undefined;
32
-
33
- Action: string | undefined;
34
-
35
- Principal: string | undefined;
36
-
37
- OrganizationId?: string;
38
-
39
- RevisionId?: string;
40
- }
41
- export interface AddLayerVersionPermissionResponse {
42
-
43
- Statement?: string;
44
-
45
- RevisionId?: string;
46
- }
47
-
48
- export declare class InvalidParameterValueException extends __BaseException {
49
- readonly name: "InvalidParameterValueException";
50
- readonly $fault: "client";
51
-
52
- Type?: string;
53
-
54
- constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
55
- }
56
-
57
- export declare class PolicyLengthExceededException extends __BaseException {
58
- readonly name: "PolicyLengthExceededException";
59
- readonly $fault: "client";
60
- Type?: string;
61
-
62
- constructor(opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>);
63
- }
64
-
65
- export declare class PreconditionFailedException extends __BaseException {
66
- readonly name: "PreconditionFailedException";
67
- readonly $fault: "client";
68
-
69
- Type?: string;
70
-
71
- constructor(opts: __ExceptionOptionType<PreconditionFailedException, __BaseException>);
72
- }
73
-
74
- export declare class ResourceConflictException extends __BaseException {
75
- readonly name: "ResourceConflictException";
76
- readonly $fault: "client";
77
-
78
- Type?: string;
79
-
80
- constructor(opts: __ExceptionOptionType<ResourceConflictException, __BaseException>);
81
- }
82
-
83
- export declare class ResourceNotFoundException extends __BaseException {
84
- readonly name: "ResourceNotFoundException";
85
- readonly $fault: "client";
86
- Type?: string;
87
- Message?: string;
88
-
89
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
90
- }
91
-
92
- export declare class ServiceException extends __BaseException {
93
- readonly name: "ServiceException";
94
- readonly $fault: "server";
95
- Type?: string;
96
- Message?: string;
97
-
98
- constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
99
- }
100
- export declare enum ThrottleReason {
101
- CallerRateLimitExceeded = "CallerRateLimitExceeded",
102
- ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
103
- FunctionInvocationRateLimitExceeded = "FunctionInvocationRateLimitExceeded",
104
- ReservedFunctionConcurrentInvocationLimitExceeded = "ReservedFunctionConcurrentInvocationLimitExceeded",
105
- ReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded"
106
- }
107
-
108
- export declare class TooManyRequestsException extends __BaseException {
109
- readonly name: "TooManyRequestsException";
110
- readonly $fault: "client";
111
-
112
- retryAfterSeconds?: string;
113
- Type?: string;
114
- Reason?: ThrottleReason | string;
115
-
116
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
117
- }
118
- export declare enum FunctionUrlAuthType {
119
- AWS_IAM = "AWS_IAM",
120
- NONE = "NONE"
121
- }
122
- export interface AddPermissionRequest {
123
-
124
- FunctionName: string | undefined;
125
-
126
- StatementId: string | undefined;
127
-
128
- Action: string | undefined;
129
-
130
- Principal: string | undefined;
131
-
132
- SourceArn?: string;
133
-
134
- SourceAccount?: string;
135
-
136
- EventSourceToken?: string;
137
-
138
- Qualifier?: string;
139
-
140
- RevisionId?: string;
141
-
142
- PrincipalOrgID?: string;
143
-
144
- FunctionUrlAuthType?: FunctionUrlAuthType | string;
145
- }
146
- export interface AddPermissionResponse {
147
-
148
- Statement?: string;
149
- }
150
-
151
- export interface AliasRoutingConfiguration {
152
-
153
- AdditionalVersionWeights?: Record<string, number>;
154
- }
155
-
156
- export interface AliasConfiguration {
157
-
158
- AliasArn?: string;
159
-
160
- Name?: string;
161
-
162
- FunctionVersion?: string;
163
-
164
- Description?: string;
165
-
166
- RoutingConfig?: AliasRoutingConfiguration;
167
-
168
- RevisionId?: string;
169
- }
170
-
171
- export interface AllowedPublishers {
172
-
173
- SigningProfileVersionArns: string[] | undefined;
174
- }
175
-
176
- export interface AmazonManagedKafkaEventSourceConfig {
177
-
178
- ConsumerGroupId?: string;
179
- }
180
- export declare enum Architecture {
181
- arm64 = "arm64",
182
- x86_64 = "x86_64"
183
- }
184
- export interface CreateAliasRequest {
185
-
186
- FunctionName: string | undefined;
187
-
188
- Name: string | undefined;
189
-
190
- FunctionVersion: string | undefined;
191
-
192
- Description?: string;
193
-
194
- RoutingConfig?: AliasRoutingConfiguration;
195
- }
196
- export declare enum CodeSigningPolicy {
197
- Enforce = "Enforce",
198
- Warn = "Warn"
199
- }
200
-
201
- export interface CodeSigningPolicies {
202
-
203
- UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
204
- }
205
- export interface CreateCodeSigningConfigRequest {
206
-
207
- Description?: string;
208
-
209
- AllowedPublishers: AllowedPublishers | undefined;
210
-
211
- CodeSigningPolicies?: CodeSigningPolicies;
212
- }
213
-
214
- export interface CodeSigningConfig {
215
-
216
- CodeSigningConfigId: string | undefined;
217
-
218
- CodeSigningConfigArn: string | undefined;
219
-
220
- Description?: string;
221
-
222
- AllowedPublishers: AllowedPublishers | undefined;
223
-
224
- CodeSigningPolicies: CodeSigningPolicies | undefined;
225
-
226
- LastModified: string | undefined;
227
- }
228
- export interface CreateCodeSigningConfigResponse {
229
-
230
- CodeSigningConfig: CodeSigningConfig | undefined;
231
- }
232
-
233
- export interface OnFailure {
234
-
235
- Destination?: string;
236
- }
237
-
238
- export interface OnSuccess {
239
-
240
- Destination?: string;
241
- }
242
-
243
- export interface DestinationConfig {
244
-
245
- OnSuccess?: OnSuccess;
246
-
247
- OnFailure?: OnFailure;
248
- }
249
-
250
- export interface Filter {
251
-
252
- Pattern?: string;
253
- }
254
-
255
- export interface FilterCriteria {
256
-
257
- Filters?: Filter[];
258
- }
259
- export declare enum FunctionResponseType {
260
- ReportBatchItemFailures = "ReportBatchItemFailures"
261
- }
262
- export declare enum EndPointType {
263
- KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS"
264
- }
265
-
266
- export interface SelfManagedEventSource {
267
-
268
- Endpoints?: Record<string, string[]>;
269
- }
270
-
271
- export interface SelfManagedKafkaEventSourceConfig {
272
-
273
- ConsumerGroupId?: string;
274
- }
275
- export declare enum SourceAccessType {
276
- BASIC_AUTH = "BASIC_AUTH",
277
- CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
278
- SASL_SCRAM_256_AUTH = "SASL_SCRAM_256_AUTH",
279
- SASL_SCRAM_512_AUTH = "SASL_SCRAM_512_AUTH",
280
- SERVER_ROOT_CA_CERTIFICATE = "SERVER_ROOT_CA_CERTIFICATE",
281
- VIRTUAL_HOST = "VIRTUAL_HOST",
282
- VPC_SECURITY_GROUP = "VPC_SECURITY_GROUP",
283
- VPC_SUBNET = "VPC_SUBNET"
284
- }
285
-
286
- export interface SourceAccessConfiguration {
287
-
288
- Type?: SourceAccessType | string;
289
-
290
- URI?: string;
291
- }
292
- export declare enum EventSourcePosition {
293
- AT_TIMESTAMP = "AT_TIMESTAMP",
294
- LATEST = "LATEST",
295
- TRIM_HORIZON = "TRIM_HORIZON"
296
- }
297
- export interface CreateEventSourceMappingRequest {
298
-
299
- EventSourceArn?: string;
300
-
301
- FunctionName: string | undefined;
302
-
303
- Enabled?: boolean;
304
-
305
- BatchSize?: number;
306
-
307
- FilterCriteria?: FilterCriteria;
308
-
309
- MaximumBatchingWindowInSeconds?: number;
310
-
311
- ParallelizationFactor?: number;
312
-
313
- StartingPosition?: EventSourcePosition | string;
314
-
315
- StartingPositionTimestamp?: Date;
316
-
317
- DestinationConfig?: DestinationConfig;
318
-
319
- MaximumRecordAgeInSeconds?: number;
320
-
321
- BisectBatchOnFunctionError?: boolean;
322
-
323
- MaximumRetryAttempts?: number;
324
-
325
- TumblingWindowInSeconds?: number;
326
-
327
- Topics?: string[];
328
-
329
- Queues?: string[];
330
-
331
- SourceAccessConfigurations?: SourceAccessConfiguration[];
332
-
333
- SelfManagedEventSource?: SelfManagedEventSource;
334
-
335
- FunctionResponseTypes?: (FunctionResponseType | string)[];
336
-
337
- AmazonManagedKafkaEventSourceConfig?: AmazonManagedKafkaEventSourceConfig;
338
-
339
- SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
340
- }
341
-
342
- export interface EventSourceMappingConfiguration {
343
-
344
- UUID?: string;
345
-
346
- StartingPosition?: EventSourcePosition | string;
347
-
348
- StartingPositionTimestamp?: Date;
349
-
350
- BatchSize?: number;
351
-
352
- MaximumBatchingWindowInSeconds?: number;
353
-
354
- ParallelizationFactor?: number;
355
-
356
- EventSourceArn?: string;
357
-
358
- FilterCriteria?: FilterCriteria;
359
-
360
- FunctionArn?: string;
361
-
362
- LastModified?: Date;
363
-
364
- LastProcessingResult?: string;
365
-
366
- State?: string;
367
-
368
- StateTransitionReason?: string;
369
-
370
- DestinationConfig?: DestinationConfig;
371
-
372
- Topics?: string[];
373
-
374
- Queues?: string[];
375
-
376
- SourceAccessConfigurations?: SourceAccessConfiguration[];
377
-
378
- SelfManagedEventSource?: SelfManagedEventSource;
379
-
380
- MaximumRecordAgeInSeconds?: number;
381
-
382
- BisectBatchOnFunctionError?: boolean;
383
-
384
- MaximumRetryAttempts?: number;
385
-
386
- TumblingWindowInSeconds?: number;
387
-
388
- FunctionResponseTypes?: (FunctionResponseType | string)[];
389
-
390
- AmazonManagedKafkaEventSourceConfig?: AmazonManagedKafkaEventSourceConfig;
391
-
392
- SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
393
- }
394
-
395
- export declare class CodeSigningConfigNotFoundException extends __BaseException {
396
- readonly name: "CodeSigningConfigNotFoundException";
397
- readonly $fault: "client";
398
- Type?: string;
399
- Message?: string;
400
-
401
- constructor(opts: __ExceptionOptionType<CodeSigningConfigNotFoundException, __BaseException>);
402
- }
403
-
404
- export declare class CodeStorageExceededException extends __BaseException {
405
- readonly name: "CodeStorageExceededException";
406
- readonly $fault: "client";
407
-
408
- Type?: string;
409
-
410
- constructor(opts: __ExceptionOptionType<CodeStorageExceededException, __BaseException>);
411
- }
412
-
413
- export declare class CodeVerificationFailedException extends __BaseException {
414
- readonly name: "CodeVerificationFailedException";
415
- readonly $fault: "client";
416
- Type?: string;
417
- Message?: string;
418
-
419
- constructor(opts: __ExceptionOptionType<CodeVerificationFailedException, __BaseException>);
420
- }
421
-
422
- export interface FunctionCode {
423
-
424
- ZipFile?: Uint8Array;
425
-
426
- S3Bucket?: string;
427
-
428
- S3Key?: string;
429
-
430
- S3ObjectVersion?: string;
431
-
432
- ImageUri?: string;
433
- }
434
-
435
- export interface DeadLetterConfig {
436
-
437
- TargetArn?: string;
438
- }
439
-
440
- export interface Environment {
441
-
442
- Variables?: Record<string, string>;
443
- }
444
-
445
- export interface EphemeralStorage {
446
-
447
- Size: number | undefined;
448
- }
449
-
450
- export interface FileSystemConfig {
451
-
452
- Arn: string | undefined;
453
-
454
- LocalMountPath: string | undefined;
455
- }
456
-
457
- export interface ImageConfig {
458
-
459
- EntryPoint?: string[];
460
-
461
- Command?: string[];
462
-
463
- WorkingDirectory?: string;
464
- }
465
- export declare enum PackageType {
466
- Image = "Image",
467
- Zip = "Zip"
468
- }
469
- export declare enum Runtime {
470
- dotnet6 = "dotnet6",
471
- dotnetcore10 = "dotnetcore1.0",
472
- dotnetcore20 = "dotnetcore2.0",
473
- dotnetcore21 = "dotnetcore2.1",
474
- dotnetcore31 = "dotnetcore3.1",
475
- go1x = "go1.x",
476
- java11 = "java11",
477
- java8 = "java8",
478
- java8al2 = "java8.al2",
479
- nodejs = "nodejs",
480
- nodejs10x = "nodejs10.x",
481
- nodejs12x = "nodejs12.x",
482
- nodejs14x = "nodejs14.x",
483
- nodejs16x = "nodejs16.x",
484
- nodejs43 = "nodejs4.3",
485
- nodejs43edge = "nodejs4.3-edge",
486
- nodejs610 = "nodejs6.10",
487
- nodejs810 = "nodejs8.10",
488
- provided = "provided",
489
- providedal2 = "provided.al2",
490
- python27 = "python2.7",
491
- python36 = "python3.6",
492
- python37 = "python3.7",
493
- python38 = "python3.8",
494
- python39 = "python3.9",
495
- ruby25 = "ruby2.5",
496
- ruby27 = "ruby2.7"
497
- }
498
- export declare enum TracingMode {
499
- Active = "Active",
500
- PassThrough = "PassThrough"
501
- }
502
-
503
- export interface TracingConfig {
504
-
505
- Mode?: TracingMode | string;
506
- }
507
-
508
- export interface VpcConfig {
509
-
510
- SubnetIds?: string[];
511
-
512
- SecurityGroupIds?: string[];
513
- }
514
- export interface CreateFunctionRequest {
515
-
516
- FunctionName: string | undefined;
517
-
518
- Runtime?: Runtime | string;
519
-
520
- Role: string | undefined;
521
-
522
- Handler?: string;
523
-
524
- Code: FunctionCode | undefined;
525
-
526
- Description?: string;
527
-
528
- Timeout?: number;
529
-
530
- MemorySize?: number;
531
-
532
- Publish?: boolean;
533
-
534
- VpcConfig?: VpcConfig;
535
-
536
- PackageType?: PackageType | string;
537
-
538
- DeadLetterConfig?: DeadLetterConfig;
539
-
540
- Environment?: Environment;
541
-
542
- KMSKeyArn?: string;
543
-
544
- TracingConfig?: TracingConfig;
545
-
546
- Tags?: Record<string, string>;
547
-
548
- Layers?: string[];
549
-
550
- FileSystemConfigs?: FileSystemConfig[];
551
-
552
- ImageConfig?: ImageConfig;
553
-
554
- CodeSigningConfigArn?: string;
555
-
556
- Architectures?: (Architecture | string)[];
557
-
558
- EphemeralStorage?: EphemeralStorage;
559
- }
560
-
561
- export interface EnvironmentError {
562
-
563
- ErrorCode?: string;
564
-
565
- Message?: string;
566
- }
567
-
568
- export interface EnvironmentResponse {
569
-
570
- Variables?: Record<string, string>;
571
-
572
- Error?: EnvironmentError;
573
- }
574
-
575
- export interface ImageConfigError {
576
-
577
- ErrorCode?: string;
578
-
579
- Message?: string;
580
- }
581
-
582
- export interface ImageConfigResponse {
583
-
584
- ImageConfig?: ImageConfig;
585
-
586
- Error?: ImageConfigError;
587
- }
588
- export declare enum LastUpdateStatus {
589
- Failed = "Failed",
590
- InProgress = "InProgress",
591
- Successful = "Successful"
592
- }
593
- export declare enum LastUpdateStatusReasonCode {
594
- EniLimitExceeded = "EniLimitExceeded",
595
- ImageAccessDenied = "ImageAccessDenied",
596
- ImageDeleted = "ImageDeleted",
597
- InsufficientRolePermissions = "InsufficientRolePermissions",
598
- InternalError = "InternalError",
599
- InvalidConfiguration = "InvalidConfiguration",
600
- InvalidImage = "InvalidImage",
601
- InvalidSecurityGroup = "InvalidSecurityGroup",
602
- InvalidSubnet = "InvalidSubnet",
603
- SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
604
- }
605
-
606
- export interface Layer {
607
-
608
- Arn?: string;
609
-
610
- CodeSize?: number;
611
-
612
- SigningProfileVersionArn?: string;
613
-
614
- SigningJobArn?: string;
615
- }
616
- export declare enum State {
617
- Active = "Active",
618
- Failed = "Failed",
619
- Inactive = "Inactive",
620
- Pending = "Pending"
621
- }
622
- export declare enum StateReasonCode {
623
- Creating = "Creating",
624
- EniLimitExceeded = "EniLimitExceeded",
625
- Idle = "Idle",
626
- ImageAccessDenied = "ImageAccessDenied",
627
- ImageDeleted = "ImageDeleted",
628
- InsufficientRolePermissions = "InsufficientRolePermissions",
629
- InternalError = "InternalError",
630
- InvalidConfiguration = "InvalidConfiguration",
631
- InvalidImage = "InvalidImage",
632
- InvalidSecurityGroup = "InvalidSecurityGroup",
633
- InvalidSubnet = "InvalidSubnet",
634
- Restoring = "Restoring",
635
- SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses"
636
- }
637
-
638
- export interface TracingConfigResponse {
639
-
640
- Mode?: TracingMode | string;
641
- }
642
-
643
- export interface VpcConfigResponse {
644
-
645
- SubnetIds?: string[];
646
-
647
- SecurityGroupIds?: string[];
648
-
649
- VpcId?: string;
650
- }
651
-
652
- export interface FunctionConfiguration {
653
-
654
- FunctionName?: string;
655
-
656
- FunctionArn?: string;
657
-
658
- Runtime?: Runtime | string;
659
-
660
- Role?: string;
661
-
662
- Handler?: string;
663
-
664
- CodeSize?: number;
665
-
666
- Description?: string;
667
-
668
- Timeout?: number;
669
-
670
- MemorySize?: number;
671
-
672
- LastModified?: string;
673
-
674
- CodeSha256?: string;
675
-
676
- Version?: string;
677
-
678
- VpcConfig?: VpcConfigResponse;
679
-
680
- DeadLetterConfig?: DeadLetterConfig;
681
-
682
- Environment?: EnvironmentResponse;
683
-
684
- KMSKeyArn?: string;
685
-
686
- TracingConfig?: TracingConfigResponse;
687
-
688
- MasterArn?: string;
689
-
690
- RevisionId?: string;
691
-
692
- Layers?: Layer[];
693
-
694
- State?: State | string;
695
-
696
- StateReason?: string;
697
-
698
- StateReasonCode?: StateReasonCode | string;
699
-
700
- LastUpdateStatus?: LastUpdateStatus | string;
701
-
702
- LastUpdateStatusReason?: string;
703
-
704
- LastUpdateStatusReasonCode?: LastUpdateStatusReasonCode | string;
705
-
706
- FileSystemConfigs?: FileSystemConfig[];
707
-
708
- PackageType?: PackageType | string;
709
-
710
- ImageConfigResponse?: ImageConfigResponse;
711
-
712
- SigningProfileVersionArn?: string;
713
-
714
- SigningJobArn?: string;
715
-
716
- Architectures?: (Architecture | string)[];
717
-
718
- EphemeralStorage?: EphemeralStorage;
719
- }
720
-
721
- export declare class InvalidCodeSignatureException extends __BaseException {
722
- readonly name: "InvalidCodeSignatureException";
723
- readonly $fault: "client";
724
- Type?: string;
725
- Message?: string;
726
-
727
- constructor(opts: __ExceptionOptionType<InvalidCodeSignatureException, __BaseException>);
728
- }
729
-
730
- export interface Cors {
731
-
732
- AllowCredentials?: boolean;
733
-
734
- AllowHeaders?: string[];
735
-
736
- AllowMethods?: string[];
737
-
738
- AllowOrigins?: string[];
739
-
740
- ExposeHeaders?: string[];
741
-
742
- MaxAge?: number;
743
- }
744
- export interface CreateFunctionUrlConfigRequest {
745
-
746
- FunctionName: string | undefined;
747
-
748
- Qualifier?: string;
749
-
750
- AuthType: FunctionUrlAuthType | string | undefined;
751
-
752
- Cors?: Cors;
753
- }
754
- export interface CreateFunctionUrlConfigResponse {
755
-
756
- FunctionUrl: string | undefined;
757
-
758
- FunctionArn: string | undefined;
759
-
760
- AuthType: FunctionUrlAuthType | string | undefined;
761
-
762
- Cors?: Cors;
763
-
764
- CreationTime: string | undefined;
765
- }
766
- export interface DeleteAliasRequest {
767
-
768
- FunctionName: string | undefined;
769
-
770
- Name: string | undefined;
771
- }
772
- export interface DeleteCodeSigningConfigRequest {
773
-
774
- CodeSigningConfigArn: string | undefined;
775
- }
776
- export interface DeleteCodeSigningConfigResponse {
777
- }
778
- export interface DeleteEventSourceMappingRequest {
779
-
780
- UUID: string | undefined;
781
- }
782
-
783
- export declare class ResourceInUseException extends __BaseException {
784
- readonly name: "ResourceInUseException";
785
- readonly $fault: "client";
786
- Type?: string;
787
- Message?: string;
788
-
789
- constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
790
- }
791
- export interface DeleteFunctionRequest {
792
-
793
- FunctionName: string | undefined;
794
-
795
- Qualifier?: string;
796
- }
797
- export interface DeleteFunctionCodeSigningConfigRequest {
798
-
799
- FunctionName: string | undefined;
800
- }
801
- export interface DeleteFunctionConcurrencyRequest {
802
-
803
- FunctionName: string | undefined;
804
- }
805
- export interface DeleteFunctionEventInvokeConfigRequest {
806
-
807
- FunctionName: string | undefined;
808
-
809
- Qualifier?: string;
810
- }
811
- export interface DeleteFunctionUrlConfigRequest {
812
-
813
- FunctionName: string | undefined;
814
-
815
- Qualifier?: string;
816
- }
817
- export interface DeleteLayerVersionRequest {
818
-
819
- LayerName: string | undefined;
820
-
821
- VersionNumber: number | undefined;
822
- }
823
- export interface DeleteProvisionedConcurrencyConfigRequest {
824
-
825
- FunctionName: string | undefined;
826
-
827
- Qualifier: string | undefined;
828
- }
829
- export interface GetAccountSettingsRequest {
830
- }
831
- export interface GetAccountSettingsResponse {
832
-
833
- AccountLimit?: AccountLimit;
834
-
835
- AccountUsage?: AccountUsage;
836
- }
837
- export interface GetAliasRequest {
838
-
839
- FunctionName: string | undefined;
840
-
841
- Name: string | undefined;
842
- }
843
- export interface GetCodeSigningConfigRequest {
844
-
845
- CodeSigningConfigArn: string | undefined;
846
- }
847
- export interface GetCodeSigningConfigResponse {
848
-
849
- CodeSigningConfig: CodeSigningConfig | undefined;
850
- }
851
- export interface GetEventSourceMappingRequest {
852
-
853
- UUID: string | undefined;
854
- }
855
- export interface GetFunctionRequest {
856
-
857
- FunctionName: string | undefined;
858
-
859
- Qualifier?: string;
860
- }
861
-
862
- export interface FunctionCodeLocation {
863
-
864
- RepositoryType?: string;
865
-
866
- Location?: string;
867
-
868
- ImageUri?: string;
869
-
870
- ResolvedImageUri?: string;
871
- }
872
- export interface Concurrency {
873
-
874
- ReservedConcurrentExecutions?: number;
875
- }
876
- export interface GetFunctionResponse {
877
-
878
- Configuration?: FunctionConfiguration;
879
-
880
- Code?: FunctionCodeLocation;
881
-
882
- Tags?: Record<string, string>;
883
-
884
- Concurrency?: Concurrency;
885
- }
886
- export interface GetFunctionCodeSigningConfigRequest {
887
-
888
- FunctionName: string | undefined;
889
- }
890
- export interface GetFunctionCodeSigningConfigResponse {
891
-
892
- CodeSigningConfigArn: string | undefined;
893
-
894
- FunctionName: string | undefined;
895
- }
896
- export interface GetFunctionConcurrencyRequest {
897
-
898
- FunctionName: string | undefined;
899
- }
900
- export interface GetFunctionConcurrencyResponse {
901
-
902
- ReservedConcurrentExecutions?: number;
903
- }
904
- export interface GetFunctionConfigurationRequest {
905
-
906
- FunctionName: string | undefined;
907
-
908
- Qualifier?: string;
909
- }
910
- export interface FunctionEventInvokeConfig {
911
-
912
- LastModified?: Date;
913
-
914
- FunctionArn?: string;
915
-
916
- MaximumRetryAttempts?: number;
917
-
918
- MaximumEventAgeInSeconds?: number;
919
-
920
- DestinationConfig?: DestinationConfig;
921
- }
922
- export interface GetFunctionEventInvokeConfigRequest {
923
-
924
- FunctionName: string | undefined;
925
-
926
- Qualifier?: string;
927
- }
928
- export interface GetFunctionUrlConfigRequest {
929
-
930
- FunctionName: string | undefined;
931
-
932
- Qualifier?: string;
933
- }
934
- export interface GetFunctionUrlConfigResponse {
935
-
936
- FunctionUrl: string | undefined;
937
-
938
- FunctionArn: string | undefined;
939
-
940
- AuthType: FunctionUrlAuthType | string | undefined;
941
-
942
- Cors?: Cors;
943
-
944
- CreationTime: string | undefined;
945
-
946
- LastModifiedTime: string | undefined;
947
- }
948
- export interface GetLayerVersionRequest {
949
-
950
- LayerName: string | undefined;
951
-
952
- VersionNumber: number | undefined;
953
- }
954
-
955
- export interface LayerVersionContentOutput {
956
-
957
- Location?: string;
958
-
959
- CodeSha256?: string;
960
-
961
- CodeSize?: number;
962
-
963
- SigningProfileVersionArn?: string;
964
-
965
- SigningJobArn?: string;
966
- }
967
- export interface GetLayerVersionResponse {
968
-
969
- Content?: LayerVersionContentOutput;
970
-
971
- LayerArn?: string;
972
-
973
- LayerVersionArn?: string;
974
-
975
- Description?: string;
976
-
977
- CreatedDate?: string;
978
-
979
- Version?: number;
980
-
981
- CompatibleRuntimes?: (Runtime | string)[];
982
-
983
- LicenseInfo?: string;
984
-
985
- CompatibleArchitectures?: (Architecture | string)[];
986
- }
987
- export interface GetLayerVersionByArnRequest {
988
-
989
- Arn: string | undefined;
990
- }
991
- export interface GetLayerVersionPolicyRequest {
992
-
993
- LayerName: string | undefined;
994
-
995
- VersionNumber: number | undefined;
996
- }
997
- export interface GetLayerVersionPolicyResponse {
998
-
999
- Policy?: string;
1000
-
1001
- RevisionId?: string;
1002
- }
1003
- export interface GetPolicyRequest {
1004
-
1005
- FunctionName: string | undefined;
1006
-
1007
- Qualifier?: string;
1008
- }
1009
- export interface GetPolicyResponse {
1010
-
1011
- Policy?: string;
1012
-
1013
- RevisionId?: string;
1014
- }
1015
- export interface GetProvisionedConcurrencyConfigRequest {
1016
-
1017
- FunctionName: string | undefined;
1018
-
1019
- Qualifier: string | undefined;
1020
- }
1021
- export declare enum ProvisionedConcurrencyStatusEnum {
1022
- FAILED = "FAILED",
1023
- IN_PROGRESS = "IN_PROGRESS",
1024
- READY = "READY"
1025
- }
1026
- export interface GetProvisionedConcurrencyConfigResponse {
1027
-
1028
- RequestedProvisionedConcurrentExecutions?: number;
1029
-
1030
- AvailableProvisionedConcurrentExecutions?: number;
1031
-
1032
- AllocatedProvisionedConcurrentExecutions?: number;
1033
-
1034
- Status?: ProvisionedConcurrencyStatusEnum | string;
1035
-
1036
- StatusReason?: string;
1037
-
1038
- LastModified?: string;
1039
- }
1040
-
1041
- export declare class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
1042
- readonly name: "ProvisionedConcurrencyConfigNotFoundException";
1043
- readonly $fault: "client";
1044
- Type?: string;
1045
-
1046
- constructor(opts: __ExceptionOptionType<ProvisionedConcurrencyConfigNotFoundException, __BaseException>);
1047
- }
1048
-
1049
- export declare class EC2AccessDeniedException extends __BaseException {
1050
- readonly name: "EC2AccessDeniedException";
1051
- readonly $fault: "server";
1052
- Type?: string;
1053
- Message?: string;
1054
-
1055
- constructor(opts: __ExceptionOptionType<EC2AccessDeniedException, __BaseException>);
1056
- }
1057
-
1058
- export declare class EC2ThrottledException extends __BaseException {
1059
- readonly name: "EC2ThrottledException";
1060
- readonly $fault: "server";
1061
- Type?: string;
1062
- Message?: string;
1063
-
1064
- constructor(opts: __ExceptionOptionType<EC2ThrottledException, __BaseException>);
1065
- }
1066
-
1067
- export declare class EC2UnexpectedException extends __BaseException {
1068
- readonly name: "EC2UnexpectedException";
1069
- readonly $fault: "server";
1070
- Type?: string;
1071
- Message?: string;
1072
- EC2ErrorCode?: string;
1073
-
1074
- constructor(opts: __ExceptionOptionType<EC2UnexpectedException, __BaseException>);
1075
- }
1076
-
1077
- export declare class EFSIOException extends __BaseException {
1078
- readonly name: "EFSIOException";
1079
- readonly $fault: "client";
1080
- Type?: string;
1081
- Message?: string;
1082
-
1083
- constructor(opts: __ExceptionOptionType<EFSIOException, __BaseException>);
1084
- }
1085
-
1086
- export declare class EFSMountConnectivityException extends __BaseException {
1087
- readonly name: "EFSMountConnectivityException";
1088
- readonly $fault: "client";
1089
- Type?: string;
1090
- Message?: string;
1091
-
1092
- constructor(opts: __ExceptionOptionType<EFSMountConnectivityException, __BaseException>);
1093
- }
1094
-
1095
- export declare class EFSMountFailureException extends __BaseException {
1096
- readonly name: "EFSMountFailureException";
1097
- readonly $fault: "client";
1098
- Type?: string;
1099
- Message?: string;
1100
-
1101
- constructor(opts: __ExceptionOptionType<EFSMountFailureException, __BaseException>);
1102
- }
1103
-
1104
- export declare class EFSMountTimeoutException extends __BaseException {
1105
- readonly name: "EFSMountTimeoutException";
1106
- readonly $fault: "client";
1107
- Type?: string;
1108
- Message?: string;
1109
-
1110
- constructor(opts: __ExceptionOptionType<EFSMountTimeoutException, __BaseException>);
1111
- }
1112
-
1113
- export declare class ENILimitReachedException extends __BaseException {
1114
- readonly name: "ENILimitReachedException";
1115
- readonly $fault: "server";
1116
- Type?: string;
1117
- Message?: string;
1118
-
1119
- constructor(opts: __ExceptionOptionType<ENILimitReachedException, __BaseException>);
1120
- }
1121
-
1122
- export declare class InvalidRequestContentException extends __BaseException {
1123
- readonly name: "InvalidRequestContentException";
1124
- readonly $fault: "client";
1125
-
1126
- Type?: string;
1127
-
1128
- constructor(opts: __ExceptionOptionType<InvalidRequestContentException, __BaseException>);
1129
- }
1130
-
1131
- export declare class InvalidRuntimeException extends __BaseException {
1132
- readonly name: "InvalidRuntimeException";
1133
- readonly $fault: "server";
1134
- Type?: string;
1135
- Message?: string;
1136
-
1137
- constructor(opts: __ExceptionOptionType<InvalidRuntimeException, __BaseException>);
1138
- }
1139
-
1140
- export declare class InvalidSecurityGroupIDException extends __BaseException {
1141
- readonly name: "InvalidSecurityGroupIDException";
1142
- readonly $fault: "server";
1143
- Type?: string;
1144
- Message?: string;
1145
-
1146
- constructor(opts: __ExceptionOptionType<InvalidSecurityGroupIDException, __BaseException>);
1147
- }
1148
-
1149
- export declare class InvalidSubnetIDException extends __BaseException {
1150
- readonly name: "InvalidSubnetIDException";
1151
- readonly $fault: "server";
1152
- Type?: string;
1153
- Message?: string;
1154
-
1155
- constructor(opts: __ExceptionOptionType<InvalidSubnetIDException, __BaseException>);
1156
- }
1157
-
1158
- export declare class InvalidZipFileException extends __BaseException {
1159
- readonly name: "InvalidZipFileException";
1160
- readonly $fault: "server";
1161
- Type?: string;
1162
- Message?: string;
1163
-
1164
- constructor(opts: __ExceptionOptionType<InvalidZipFileException, __BaseException>);
1165
- }
1166
- export declare enum InvocationType {
1167
- DryRun = "DryRun",
1168
- Event = "Event",
1169
- RequestResponse = "RequestResponse"
1170
- }
1171
- export declare enum LogType {
1172
- None = "None",
1173
- Tail = "Tail"
1174
- }
1175
- export interface InvocationRequest {
1176
-
1177
- FunctionName: string | undefined;
1178
-
1179
- InvocationType?: InvocationType | string;
1180
-
1181
- LogType?: LogType | string;
1182
-
1183
- ClientContext?: string;
1184
-
1185
- Payload?: Uint8Array;
1186
-
1187
- Qualifier?: string;
1188
- }
1189
- export interface InvocationResponse {
1190
-
1191
- StatusCode?: number;
1192
-
1193
- FunctionError?: string;
1194
-
1195
- LogResult?: string;
1196
-
1197
- Payload?: Uint8Array;
1198
-
1199
- ExecutedVersion?: string;
1200
- }
1201
-
1202
- export declare class KMSAccessDeniedException extends __BaseException {
1203
- readonly name: "KMSAccessDeniedException";
1204
- readonly $fault: "server";
1205
- Type?: string;
1206
- Message?: string;
1207
-
1208
- constructor(opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>);
1209
- }
1210
-
1211
- export declare class KMSDisabledException extends __BaseException {
1212
- readonly name: "KMSDisabledException";
1213
- readonly $fault: "server";
1214
- Type?: string;
1215
- Message?: string;
1216
-
1217
- constructor(opts: __ExceptionOptionType<KMSDisabledException, __BaseException>);
1218
- }
1219
-
1220
- export declare class KMSInvalidStateException extends __BaseException {
1221
- readonly name: "KMSInvalidStateException";
1222
- readonly $fault: "server";
1223
- Type?: string;
1224
- Message?: string;
1225
-
1226
- constructor(opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>);
1227
- }
1228
-
1229
- export declare class KMSNotFoundException extends __BaseException {
1230
- readonly name: "KMSNotFoundException";
1231
- readonly $fault: "server";
1232
- Type?: string;
1233
- Message?: string;
1234
-
1235
- constructor(opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>);
1236
- }
1237
-
1238
- export declare class RequestTooLargeException extends __BaseException {
1239
- readonly name: "RequestTooLargeException";
1240
- readonly $fault: "client";
1241
- Type?: string;
1242
-
1243
- constructor(opts: __ExceptionOptionType<RequestTooLargeException, __BaseException>);
1244
- }
1245
-
1246
- export declare class ResourceNotReadyException extends __BaseException {
1247
- readonly name: "ResourceNotReadyException";
1248
- readonly $fault: "server";
1249
-
1250
- Type?: string;
1251
-
1252
- constructor(opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>);
1253
- }
1254
-
1255
- export declare class SubnetIPAddressLimitReachedException extends __BaseException {
1256
- readonly name: "SubnetIPAddressLimitReachedException";
1257
- readonly $fault: "server";
1258
- Type?: string;
1259
- Message?: string;
1260
-
1261
- constructor(opts: __ExceptionOptionType<SubnetIPAddressLimitReachedException, __BaseException>);
1262
- }
1263
-
1264
- export declare class UnsupportedMediaTypeException extends __BaseException {
1265
- readonly name: "UnsupportedMediaTypeException";
1266
- readonly $fault: "client";
1267
- Type?: string;
1268
-
1269
- constructor(opts: __ExceptionOptionType<UnsupportedMediaTypeException, __BaseException>);
1270
- }
1271
- export interface InvokeAsyncRequest {
1272
-
1273
- FunctionName: string | undefined;
1274
-
1275
- InvokeArgs: Readable | ReadableStream | Blob | undefined;
1276
- }
1277
-
1278
- export interface InvokeAsyncResponse {
1279
-
1280
- Status?: number;
1281
- }
1282
- export interface ListAliasesRequest {
1283
-
1284
- FunctionName: string | undefined;
1285
-
1286
- FunctionVersion?: string;
1287
-
1288
- Marker?: string;
1289
-
1290
- MaxItems?: number;
1291
- }
1292
- export interface ListAliasesResponse {
1293
-
1294
- NextMarker?: string;
1295
-
1296
- Aliases?: AliasConfiguration[];
1297
- }
1298
- export interface ListCodeSigningConfigsRequest {
1299
-
1300
- Marker?: string;
1301
-
1302
- MaxItems?: number;
1303
- }
1304
- export interface ListCodeSigningConfigsResponse {
1305
-
1306
- NextMarker?: string;
1307
-
1308
- CodeSigningConfigs?: CodeSigningConfig[];
1309
- }
1310
- export interface ListEventSourceMappingsRequest {
1311
-
1312
- EventSourceArn?: string;
1313
-
1314
- FunctionName?: string;
1315
-
1316
- Marker?: string;
1317
-
1318
- MaxItems?: number;
1319
- }
1320
- export interface ListEventSourceMappingsResponse {
1321
-
1322
- NextMarker?: string;
1323
-
1324
- EventSourceMappings?: EventSourceMappingConfiguration[];
1325
- }
1326
- export interface ListFunctionEventInvokeConfigsRequest {
1327
-
1328
- FunctionName: string | undefined;
1329
-
1330
- Marker?: string;
1331
-
1332
- MaxItems?: number;
1333
- }
1334
- export interface ListFunctionEventInvokeConfigsResponse {
1335
-
1336
- FunctionEventInvokeConfigs?: FunctionEventInvokeConfig[];
1337
-
1338
- NextMarker?: string;
1339
- }
1340
- export declare enum FunctionVersion {
1341
- ALL = "ALL"
1342
- }
1343
- export interface ListFunctionsRequest {
1344
-
1345
- MasterRegion?: string;
1346
-
1347
- FunctionVersion?: FunctionVersion | string;
1348
-
1349
- Marker?: string;
1350
-
1351
- MaxItems?: number;
1352
- }
1353
-
1354
- export interface ListFunctionsResponse {
1355
-
1356
- NextMarker?: string;
1357
-
1358
- Functions?: FunctionConfiguration[];
1359
- }
1360
- export interface ListFunctionsByCodeSigningConfigRequest {
1361
-
1362
- CodeSigningConfigArn: string | undefined;
1363
-
1364
- Marker?: string;
1365
-
1366
- MaxItems?: number;
1367
- }
1368
- export interface ListFunctionsByCodeSigningConfigResponse {
1369
-
1370
- NextMarker?: string;
1371
-
1372
- FunctionArns?: string[];
1373
- }
1374
- export interface ListFunctionUrlConfigsRequest {
1375
-
1376
- FunctionName: string | undefined;
1377
-
1378
- Marker?: string;
1379
-
1380
- MaxItems?: number;
1381
- }
1382
-
1383
- export interface FunctionUrlConfig {
1384
-
1385
- FunctionUrl: string | undefined;
1386
-
1387
- FunctionArn: string | undefined;
1388
-
1389
- CreationTime: string | undefined;
1390
-
1391
- LastModifiedTime: string | undefined;
1392
-
1393
- Cors?: Cors;
1394
-
1395
- AuthType: FunctionUrlAuthType | string | undefined;
1396
- }
1397
- export interface ListFunctionUrlConfigsResponse {
1398
-
1399
- FunctionUrlConfigs: FunctionUrlConfig[] | undefined;
1400
-
1401
- NextMarker?: string;
1402
- }
1403
- export interface ListLayersRequest {
1404
-
1405
- CompatibleRuntime?: Runtime | string;
1406
-
1407
- Marker?: string;
1408
-
1409
- MaxItems?: number;
1410
-
1411
- CompatibleArchitecture?: Architecture | string;
1412
- }
1413
-
1414
- export interface LayerVersionsListItem {
1415
-
1416
- LayerVersionArn?: string;
1417
-
1418
- Version?: number;
1419
-
1420
- Description?: string;
1421
-
1422
- CreatedDate?: string;
1423
-
1424
- CompatibleRuntimes?: (Runtime | string)[];
1425
-
1426
- LicenseInfo?: string;
1427
-
1428
- CompatibleArchitectures?: (Architecture | string)[];
1429
- }
1430
-
1431
- export interface LayersListItem {
1432
-
1433
- LayerName?: string;
1434
-
1435
- LayerArn?: string;
1436
-
1437
- LatestMatchingVersion?: LayerVersionsListItem;
1438
- }
1439
- export interface ListLayersResponse {
1440
-
1441
- NextMarker?: string;
1442
-
1443
- Layers?: LayersListItem[];
1444
- }
1445
- export interface ListLayerVersionsRequest {
1446
-
1447
- CompatibleRuntime?: Runtime | string;
1448
-
1449
- LayerName: string | undefined;
1450
-
1451
- Marker?: string;
1452
-
1453
- MaxItems?: number;
1454
-
1455
- CompatibleArchitecture?: Architecture | string;
1456
- }
1457
- export interface ListLayerVersionsResponse {
1458
-
1459
- NextMarker?: string;
1460
-
1461
- LayerVersions?: LayerVersionsListItem[];
1462
- }
1463
- export interface ListProvisionedConcurrencyConfigsRequest {
1464
-
1465
- FunctionName: string | undefined;
1466
-
1467
- Marker?: string;
1468
-
1469
- MaxItems?: number;
1470
- }
1471
-
1472
- export interface ProvisionedConcurrencyConfigListItem {
1473
-
1474
- FunctionArn?: string;
1475
-
1476
- RequestedProvisionedConcurrentExecutions?: number;
1477
-
1478
- AvailableProvisionedConcurrentExecutions?: number;
1479
-
1480
- AllocatedProvisionedConcurrentExecutions?: number;
1481
-
1482
- Status?: ProvisionedConcurrencyStatusEnum | string;
1483
-
1484
- StatusReason?: string;
1485
-
1486
- LastModified?: string;
1487
- }
1488
- export interface ListProvisionedConcurrencyConfigsResponse {
1489
-
1490
- ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[];
1491
-
1492
- NextMarker?: string;
1493
- }
1494
- export interface ListTagsRequest {
1495
-
1496
- Resource: string | undefined;
1497
- }
1498
- export interface ListTagsResponse {
1499
-
1500
- Tags?: Record<string, string>;
1501
- }
1502
- export interface ListVersionsByFunctionRequest {
1503
-
1504
- FunctionName: string | undefined;
1505
-
1506
- Marker?: string;
1507
-
1508
- MaxItems?: number;
1509
- }
1510
- export interface ListVersionsByFunctionResponse {
1511
-
1512
- NextMarker?: string;
1513
-
1514
- Versions?: FunctionConfiguration[];
1515
- }
1516
-
1517
- export interface LayerVersionContentInput {
1518
-
1519
- S3Bucket?: string;
1520
-
1521
- S3Key?: string;
1522
-
1523
- S3ObjectVersion?: string;
1524
-
1525
- ZipFile?: Uint8Array;
1526
- }
1527
- export interface PublishLayerVersionRequest {
1528
-
1529
- LayerName: string | undefined;
1530
-
1531
- Description?: string;
1532
-
1533
- Content: LayerVersionContentInput | undefined;
1534
-
1535
- CompatibleRuntimes?: (Runtime | string)[];
1536
-
1537
- LicenseInfo?: string;
1538
-
1539
- CompatibleArchitectures?: (Architecture | string)[];
1540
- }
1541
- export interface PublishLayerVersionResponse {
1542
-
1543
- Content?: LayerVersionContentOutput;
1544
-
1545
- LayerArn?: string;
1546
-
1547
- LayerVersionArn?: string;
1548
-
1549
- Description?: string;
1550
-
1551
- CreatedDate?: string;
1552
-
1553
- Version?: number;
1554
-
1555
- CompatibleRuntimes?: (Runtime | string)[];
1556
-
1557
- LicenseInfo?: string;
1558
-
1559
- CompatibleArchitectures?: (Architecture | string)[];
1560
- }
1561
- export interface PublishVersionRequest {
1562
-
1563
- FunctionName: string | undefined;
1564
-
1565
- CodeSha256?: string;
1566
-
1567
- Description?: string;
1568
-
1569
- RevisionId?: string;
1570
- }
1571
- export interface PutFunctionCodeSigningConfigRequest {
1572
-
1573
- CodeSigningConfigArn: string | undefined;
1574
-
1575
- FunctionName: string | undefined;
1576
- }
1577
- export interface PutFunctionCodeSigningConfigResponse {
1578
-
1579
- CodeSigningConfigArn: string | undefined;
1580
-
1581
- FunctionName: string | undefined;
1582
- }
1583
- export interface PutFunctionConcurrencyRequest {
1584
-
1585
- FunctionName: string | undefined;
1586
-
1587
- ReservedConcurrentExecutions: number | undefined;
1588
- }
1589
- export interface PutFunctionEventInvokeConfigRequest {
1590
-
1591
- FunctionName: string | undefined;
1592
-
1593
- Qualifier?: string;
1594
-
1595
- MaximumRetryAttempts?: number;
1596
-
1597
- MaximumEventAgeInSeconds?: number;
1598
-
1599
- DestinationConfig?: DestinationConfig;
1600
- }
1601
- export interface PutProvisionedConcurrencyConfigRequest {
1602
-
1603
- FunctionName: string | undefined;
1604
-
1605
- Qualifier: string | undefined;
1606
-
1607
- ProvisionedConcurrentExecutions: number | undefined;
1608
- }
1609
- export interface PutProvisionedConcurrencyConfigResponse {
1610
-
1611
- RequestedProvisionedConcurrentExecutions?: number;
1612
-
1613
- AvailableProvisionedConcurrentExecutions?: number;
1614
-
1615
- AllocatedProvisionedConcurrentExecutions?: number;
1616
-
1617
- Status?: ProvisionedConcurrencyStatusEnum | string;
1618
-
1619
- StatusReason?: string;
1620
-
1621
- LastModified?: string;
1622
- }
1623
- export interface RemoveLayerVersionPermissionRequest {
1624
-
1625
- LayerName: string | undefined;
1626
-
1627
- VersionNumber: number | undefined;
1628
-
1629
- StatementId: string | undefined;
1630
-
1631
- RevisionId?: string;
1632
- }
1633
- export interface RemovePermissionRequest {
1634
-
1635
- FunctionName: string | undefined;
1636
-
1637
- StatementId: string | undefined;
1638
-
1639
- Qualifier?: string;
1640
-
1641
- RevisionId?: string;
1642
- }
1643
- export interface TagResourceRequest {
1644
-
1645
- Resource: string | undefined;
1646
-
1647
- Tags: Record<string, string> | undefined;
1648
- }
1649
- export interface UntagResourceRequest {
1650
-
1651
- Resource: string | undefined;
1652
-
1653
- TagKeys: string[] | undefined;
1654
- }
1655
- export interface UpdateAliasRequest {
1656
-
1657
- FunctionName: string | undefined;
1658
-
1659
- Name: string | undefined;
1660
-
1661
- FunctionVersion?: string;
1662
-
1663
- Description?: string;
1664
-
1665
- RoutingConfig?: AliasRoutingConfiguration;
1666
-
1667
- RevisionId?: string;
1668
- }
1669
- export interface UpdateCodeSigningConfigRequest {
1670
-
1671
- CodeSigningConfigArn: string | undefined;
1672
-
1673
- Description?: string;
1674
-
1675
- AllowedPublishers?: AllowedPublishers;
1676
-
1677
- CodeSigningPolicies?: CodeSigningPolicies;
1678
- }
1679
- export interface UpdateCodeSigningConfigResponse {
1680
-
1681
- CodeSigningConfig: CodeSigningConfig | undefined;
1682
- }
1683
- export interface UpdateEventSourceMappingRequest {
1684
-
1685
- UUID: string | undefined;
1686
-
1687
- FunctionName?: string;
1688
-
1689
- Enabled?: boolean;
1690
-
1691
- BatchSize?: number;
1692
-
1693
- FilterCriteria?: FilterCriteria;
1694
-
1695
- MaximumBatchingWindowInSeconds?: number;
1696
-
1697
- DestinationConfig?: DestinationConfig;
1698
-
1699
- MaximumRecordAgeInSeconds?: number;
1700
-
1701
- BisectBatchOnFunctionError?: boolean;
1702
-
1703
- MaximumRetryAttempts?: number;
1704
-
1705
- ParallelizationFactor?: number;
1706
-
1707
- SourceAccessConfigurations?: SourceAccessConfiguration[];
1708
-
1709
- TumblingWindowInSeconds?: number;
1710
-
1711
- FunctionResponseTypes?: (FunctionResponseType | string)[];
1712
- }
1713
- export interface UpdateFunctionCodeRequest {
1714
-
1715
- FunctionName: string | undefined;
1716
-
1717
- ZipFile?: Uint8Array;
1718
-
1719
- S3Bucket?: string;
1720
-
1721
- S3Key?: string;
1722
-
1723
- S3ObjectVersion?: string;
1724
-
1725
- ImageUri?: string;
1726
-
1727
- Publish?: boolean;
1728
-
1729
- DryRun?: boolean;
1730
-
1731
- RevisionId?: string;
1732
-
1733
- Architectures?: (Architecture | string)[];
1734
- }
1735
- export interface UpdateFunctionConfigurationRequest {
1736
-
1737
- FunctionName: string | undefined;
1738
-
1739
- Role?: string;
1740
-
1741
- Handler?: string;
1742
-
1743
- Description?: string;
1744
-
1745
- Timeout?: number;
1746
-
1747
- MemorySize?: number;
1748
-
1749
- VpcConfig?: VpcConfig;
1750
-
1751
- Environment?: Environment;
1752
-
1753
- Runtime?: Runtime | string;
1754
-
1755
- DeadLetterConfig?: DeadLetterConfig;
1756
-
1757
- KMSKeyArn?: string;
1758
-
1759
- TracingConfig?: TracingConfig;
1760
-
1761
- RevisionId?: string;
1762
-
1763
- Layers?: string[];
1764
-
1765
- FileSystemConfigs?: FileSystemConfig[];
1766
-
1767
- ImageConfig?: ImageConfig;
1768
-
1769
- EphemeralStorage?: EphemeralStorage;
1770
- }
1771
- export interface UpdateFunctionEventInvokeConfigRequest {
1772
-
1773
- FunctionName: string | undefined;
1774
-
1775
- Qualifier?: string;
1776
-
1777
- MaximumRetryAttempts?: number;
1778
-
1779
- MaximumEventAgeInSeconds?: number;
1780
-
1781
- DestinationConfig?: DestinationConfig;
1782
- }
1783
- export interface UpdateFunctionUrlConfigRequest {
1784
-
1785
- FunctionName: string | undefined;
1786
-
1787
- Qualifier?: string;
1788
-
1789
- AuthType?: FunctionUrlAuthType | string;
1790
-
1791
- Cors?: Cors;
1792
- }
1793
- export interface UpdateFunctionUrlConfigResponse {
1794
-
1795
- FunctionUrl: string | undefined;
1796
-
1797
- FunctionArn: string | undefined;
1798
-
1799
- AuthType: FunctionUrlAuthType | string | undefined;
1800
-
1801
- Cors?: Cors;
1802
-
1803
- CreationTime: string | undefined;
1804
-
1805
- LastModifiedTime: string | undefined;
1806
- }
1807
-
1808
- export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
1809
-
1810
- export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
1811
-
1812
- export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
1813
-
1814
- export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
1815
-
1816
- export declare const AddPermissionRequestFilterSensitiveLog: (obj: AddPermissionRequest) => any;
1817
-
1818
- export declare const AddPermissionResponseFilterSensitiveLog: (obj: AddPermissionResponse) => any;
1819
-
1820
- export declare const AliasRoutingConfigurationFilterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
1821
-
1822
- export declare const AliasConfigurationFilterSensitiveLog: (obj: AliasConfiguration) => any;
1823
-
1824
- export declare const AllowedPublishersFilterSensitiveLog: (obj: AllowedPublishers) => any;
1825
-
1826
- export declare const AmazonManagedKafkaEventSourceConfigFilterSensitiveLog: (obj: AmazonManagedKafkaEventSourceConfig) => any;
1827
-
1828
- export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
1829
-
1830
- export declare const CodeSigningPoliciesFilterSensitiveLog: (obj: CodeSigningPolicies) => any;
1831
-
1832
- export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
1833
-
1834
- export declare const CodeSigningConfigFilterSensitiveLog: (obj: CodeSigningConfig) => any;
1835
-
1836
- export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
1837
-
1838
- export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
1839
-
1840
- export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
1841
-
1842
- export declare const DestinationConfigFilterSensitiveLog: (obj: DestinationConfig) => any;
1843
-
1844
- export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1845
-
1846
- export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
1847
-
1848
- export declare const SelfManagedEventSourceFilterSensitiveLog: (obj: SelfManagedEventSource) => any;
1849
-
1850
- export declare const SelfManagedKafkaEventSourceConfigFilterSensitiveLog: (obj: SelfManagedKafkaEventSourceConfig) => any;
1851
-
1852
- export declare const SourceAccessConfigurationFilterSensitiveLog: (obj: SourceAccessConfiguration) => any;
1853
-
1854
- export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
1855
-
1856
- export declare const EventSourceMappingConfigurationFilterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
1857
-
1858
- export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
1859
-
1860
- export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
1861
-
1862
- export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
1863
-
1864
- export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
1865
-
1866
- export declare const FileSystemConfigFilterSensitiveLog: (obj: FileSystemConfig) => any;
1867
-
1868
- export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
1869
-
1870
- export declare const TracingConfigFilterSensitiveLog: (obj: TracingConfig) => any;
1871
-
1872
- export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
1873
-
1874
- export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
1875
-
1876
- export declare const EnvironmentErrorFilterSensitiveLog: (obj: EnvironmentError) => any;
1877
-
1878
- export declare const EnvironmentResponseFilterSensitiveLog: (obj: EnvironmentResponse) => any;
1879
-
1880
- export declare const ImageConfigErrorFilterSensitiveLog: (obj: ImageConfigError) => any;
1881
-
1882
- export declare const ImageConfigResponseFilterSensitiveLog: (obj: ImageConfigResponse) => any;
1883
-
1884
- export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
1885
-
1886
- export declare const TracingConfigResponseFilterSensitiveLog: (obj: TracingConfigResponse) => any;
1887
-
1888
- export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
1889
-
1890
- export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
1891
-
1892
- export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
1893
-
1894
- export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
1895
-
1896
- export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
1897
-
1898
- export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
1899
-
1900
- export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
1901
-
1902
- export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
1903
-
1904
- export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
1905
-
1906
- export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
1907
-
1908
- export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
1909
-
1910
- export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
1911
-
1912
- export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
1913
-
1914
- export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
1915
-
1916
- export declare const DeleteLayerVersionRequestFilterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
1917
-
1918
- export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
1919
-
1920
- export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
1921
-
1922
- export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
1923
-
1924
- export declare const GetAliasRequestFilterSensitiveLog: (obj: GetAliasRequest) => any;
1925
-
1926
- export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
1927
-
1928
- export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
1929
-
1930
- export declare const GetEventSourceMappingRequestFilterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
1931
-
1932
- export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
1933
-
1934
- export declare const FunctionCodeLocationFilterSensitiveLog: (obj: FunctionCodeLocation) => any;
1935
-
1936
- export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
1937
-
1938
- export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
1939
-
1940
- export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
1941
-
1942
- export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
1943
-
1944
- export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
1945
-
1946
- export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
1947
-
1948
- export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
1949
-
1950
- export declare const FunctionEventInvokeConfigFilterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
1951
-
1952
- export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
1953
-
1954
- export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
1955
-
1956
- export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
1957
-
1958
- export declare const GetLayerVersionRequestFilterSensitiveLog: (obj: GetLayerVersionRequest) => any;
1959
-
1960
- export declare const LayerVersionContentOutputFilterSensitiveLog: (obj: LayerVersionContentOutput) => any;
1961
-
1962
- export declare const GetLayerVersionResponseFilterSensitiveLog: (obj: GetLayerVersionResponse) => any;
1963
-
1964
- export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
1965
-
1966
- export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
1967
-
1968
- export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
1969
-
1970
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
1971
-
1972
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
1973
-
1974
- export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
1975
-
1976
- export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
1977
-
1978
- export declare const InvocationRequestFilterSensitiveLog: (obj: InvocationRequest) => any;
1979
-
1980
- export declare const InvocationResponseFilterSensitiveLog: (obj: InvocationResponse) => any;
1981
-
1982
- export declare const InvokeAsyncRequestFilterSensitiveLog: (obj: InvokeAsyncRequest) => any;
1983
-
1984
- export declare const InvokeAsyncResponseFilterSensitiveLog: (obj: InvokeAsyncResponse) => any;
1985
-
1986
- export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
1987
-
1988
- export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
1989
-
1990
- export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
1991
-
1992
- export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
1993
-
1994
- export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
1995
-
1996
- export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
1997
-
1998
- export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
1999
-
2000
- export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
2001
-
2002
- export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
2003
-
2004
- export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
2005
-
2006
- export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
2007
-
2008
- export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
2009
-
2010
- export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
2011
-
2012
- export declare const FunctionUrlConfigFilterSensitiveLog: (obj: FunctionUrlConfig) => any;
2013
-
2014
- export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
2015
-
2016
- export declare const ListLayersRequestFilterSensitiveLog: (obj: ListLayersRequest) => any;
2017
-
2018
- export declare const LayerVersionsListItemFilterSensitiveLog: (obj: LayerVersionsListItem) => any;
2019
-
2020
- export declare const LayersListItemFilterSensitiveLog: (obj: LayersListItem) => any;
2021
-
2022
- export declare const ListLayersResponseFilterSensitiveLog: (obj: ListLayersResponse) => any;
2023
-
2024
- export declare const ListLayerVersionsRequestFilterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
2025
-
2026
- export declare const ListLayerVersionsResponseFilterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
2027
-
2028
- export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
2029
-
2030
- export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
2031
-
2032
- export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
2033
-
2034
- export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
2035
-
2036
- export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
2037
-
2038
- export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
2039
-
2040
- export declare const ListVersionsByFunctionResponseFilterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
2041
-
2042
- export declare const LayerVersionContentInputFilterSensitiveLog: (obj: LayerVersionContentInput) => any;
2043
-
2044
- export declare const PublishLayerVersionRequestFilterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
2045
-
2046
- export declare const PublishLayerVersionResponseFilterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
2047
-
2048
- export declare const PublishVersionRequestFilterSensitiveLog: (obj: PublishVersionRequest) => any;
2049
-
2050
- export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
2051
-
2052
- export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
2053
-
2054
- export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
2055
-
2056
- export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
2057
-
2058
- export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
2059
-
2060
- export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
2061
-
2062
- export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
2063
-
2064
- export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
2065
-
2066
- export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2067
-
2068
- export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2069
-
2070
- export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
2071
-
2072
- export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
2073
-
2074
- export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
2075
-
2076
- export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
2077
-
2078
- export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
2079
-
2080
- export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
2081
-
2082
- export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
2083
-
2084
- export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
2085
-
2086
- export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (obj: UpdateFunctionUrlConfigResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { Readable } from "stream";
3
+ import { LambdaServiceException as __BaseException } from "./LambdaServiceException";
4
+ export interface AccountLimit {
5
+ TotalCodeSize?: number;
6
+ CodeSizeUnzipped?: number;
7
+ CodeSizeZipped?: number;
8
+ ConcurrentExecutions?: number;
9
+ UnreservedConcurrentExecutions?: number;
10
+ }
11
+ export interface AccountUsage {
12
+ TotalCodeSize?: number;
13
+ FunctionCount?: number;
14
+ }
15
+ export interface AddLayerVersionPermissionRequest {
16
+ LayerName: string | undefined;
17
+ VersionNumber: number | undefined;
18
+ StatementId: string | undefined;
19
+ Action: string | undefined;
20
+ Principal: string | undefined;
21
+ OrganizationId?: string;
22
+ RevisionId?: string;
23
+ }
24
+ export interface AddLayerVersionPermissionResponse {
25
+ Statement?: string;
26
+ RevisionId?: string;
27
+ }
28
+ export declare class InvalidParameterValueException extends __BaseException {
29
+ readonly name: "InvalidParameterValueException";
30
+ readonly $fault: "client";
31
+ Type?: string;
32
+ constructor(
33
+ opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
34
+ );
35
+ }
36
+ export declare class PolicyLengthExceededException extends __BaseException {
37
+ readonly name: "PolicyLengthExceededException";
38
+ readonly $fault: "client";
39
+ Type?: string;
40
+ constructor(
41
+ opts: __ExceptionOptionType<PolicyLengthExceededException, __BaseException>
42
+ );
43
+ }
44
+ export declare class PreconditionFailedException extends __BaseException {
45
+ readonly name: "PreconditionFailedException";
46
+ readonly $fault: "client";
47
+ Type?: string;
48
+ constructor(
49
+ opts: __ExceptionOptionType<PreconditionFailedException, __BaseException>
50
+ );
51
+ }
52
+ export declare class ResourceConflictException extends __BaseException {
53
+ readonly name: "ResourceConflictException";
54
+ readonly $fault: "client";
55
+ Type?: string;
56
+ constructor(
57
+ opts: __ExceptionOptionType<ResourceConflictException, __BaseException>
58
+ );
59
+ }
60
+ export declare class ResourceNotFoundException extends __BaseException {
61
+ readonly name: "ResourceNotFoundException";
62
+ readonly $fault: "client";
63
+ Type?: string;
64
+ Message?: string;
65
+ constructor(
66
+ opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
67
+ );
68
+ }
69
+ export declare class ServiceException extends __BaseException {
70
+ readonly name: "ServiceException";
71
+ readonly $fault: "server";
72
+ Type?: string;
73
+ Message?: string;
74
+ constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
75
+ }
76
+ export declare enum ThrottleReason {
77
+ CallerRateLimitExceeded = "CallerRateLimitExceeded",
78
+ ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
79
+ FunctionInvocationRateLimitExceeded = "FunctionInvocationRateLimitExceeded",
80
+ ReservedFunctionConcurrentInvocationLimitExceeded = "ReservedFunctionConcurrentInvocationLimitExceeded",
81
+ ReservedFunctionInvocationRateLimitExceeded = "ReservedFunctionInvocationRateLimitExceeded",
82
+ }
83
+ export declare class TooManyRequestsException extends __BaseException {
84
+ readonly name: "TooManyRequestsException";
85
+ readonly $fault: "client";
86
+ retryAfterSeconds?: string;
87
+ Type?: string;
88
+ Reason?: ThrottleReason | string;
89
+ constructor(
90
+ opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
91
+ );
92
+ }
93
+ export declare enum FunctionUrlAuthType {
94
+ AWS_IAM = "AWS_IAM",
95
+ NONE = "NONE",
96
+ }
97
+ export interface AddPermissionRequest {
98
+ FunctionName: string | undefined;
99
+ StatementId: string | undefined;
100
+ Action: string | undefined;
101
+ Principal: string | undefined;
102
+ SourceArn?: string;
103
+ SourceAccount?: string;
104
+ EventSourceToken?: string;
105
+ Qualifier?: string;
106
+ RevisionId?: string;
107
+ PrincipalOrgID?: string;
108
+ FunctionUrlAuthType?: FunctionUrlAuthType | string;
109
+ }
110
+ export interface AddPermissionResponse {
111
+ Statement?: string;
112
+ }
113
+ export interface AliasRoutingConfiguration {
114
+ AdditionalVersionWeights?: Record<string, number>;
115
+ }
116
+ export interface AliasConfiguration {
117
+ AliasArn?: string;
118
+ Name?: string;
119
+ FunctionVersion?: string;
120
+ Description?: string;
121
+ RoutingConfig?: AliasRoutingConfiguration;
122
+ RevisionId?: string;
123
+ }
124
+ export interface AllowedPublishers {
125
+ SigningProfileVersionArns: string[] | undefined;
126
+ }
127
+ export interface AmazonManagedKafkaEventSourceConfig {
128
+ ConsumerGroupId?: string;
129
+ }
130
+ export declare enum Architecture {
131
+ arm64 = "arm64",
132
+ x86_64 = "x86_64",
133
+ }
134
+ export interface CreateAliasRequest {
135
+ FunctionName: string | undefined;
136
+ Name: string | undefined;
137
+ FunctionVersion: string | undefined;
138
+ Description?: string;
139
+ RoutingConfig?: AliasRoutingConfiguration;
140
+ }
141
+ export declare enum CodeSigningPolicy {
142
+ Enforce = "Enforce",
143
+ Warn = "Warn",
144
+ }
145
+ export interface CodeSigningPolicies {
146
+ UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
147
+ }
148
+ export interface CreateCodeSigningConfigRequest {
149
+ Description?: string;
150
+ AllowedPublishers: AllowedPublishers | undefined;
151
+ CodeSigningPolicies?: CodeSigningPolicies;
152
+ }
153
+ export interface CodeSigningConfig {
154
+ CodeSigningConfigId: string | undefined;
155
+ CodeSigningConfigArn: string | undefined;
156
+ Description?: string;
157
+ AllowedPublishers: AllowedPublishers | undefined;
158
+ CodeSigningPolicies: CodeSigningPolicies | undefined;
159
+ LastModified: string | undefined;
160
+ }
161
+ export interface CreateCodeSigningConfigResponse {
162
+ CodeSigningConfig: CodeSigningConfig | undefined;
163
+ }
164
+ export interface OnFailure {
165
+ Destination?: string;
166
+ }
167
+ export interface OnSuccess {
168
+ Destination?: string;
169
+ }
170
+ export interface DestinationConfig {
171
+ OnSuccess?: OnSuccess;
172
+ OnFailure?: OnFailure;
173
+ }
174
+ export interface Filter {
175
+ Pattern?: string;
176
+ }
177
+ export interface FilterCriteria {
178
+ Filters?: Filter[];
179
+ }
180
+ export declare enum FunctionResponseType {
181
+ ReportBatchItemFailures = "ReportBatchItemFailures",
182
+ }
183
+ export declare enum EndPointType {
184
+ KAFKA_BOOTSTRAP_SERVERS = "KAFKA_BOOTSTRAP_SERVERS",
185
+ }
186
+ export interface SelfManagedEventSource {
187
+ Endpoints?: Record<string, string[]>;
188
+ }
189
+ export interface SelfManagedKafkaEventSourceConfig {
190
+ ConsumerGroupId?: string;
191
+ }
192
+ export declare enum SourceAccessType {
193
+ BASIC_AUTH = "BASIC_AUTH",
194
+ CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
195
+ SASL_SCRAM_256_AUTH = "SASL_SCRAM_256_AUTH",
196
+ SASL_SCRAM_512_AUTH = "SASL_SCRAM_512_AUTH",
197
+ SERVER_ROOT_CA_CERTIFICATE = "SERVER_ROOT_CA_CERTIFICATE",
198
+ VIRTUAL_HOST = "VIRTUAL_HOST",
199
+ VPC_SECURITY_GROUP = "VPC_SECURITY_GROUP",
200
+ VPC_SUBNET = "VPC_SUBNET",
201
+ }
202
+ export interface SourceAccessConfiguration {
203
+ Type?: SourceAccessType | string;
204
+ URI?: string;
205
+ }
206
+ export declare enum EventSourcePosition {
207
+ AT_TIMESTAMP = "AT_TIMESTAMP",
208
+ LATEST = "LATEST",
209
+ TRIM_HORIZON = "TRIM_HORIZON",
210
+ }
211
+ export interface CreateEventSourceMappingRequest {
212
+ EventSourceArn?: string;
213
+ FunctionName: string | undefined;
214
+ Enabled?: boolean;
215
+ BatchSize?: number;
216
+ FilterCriteria?: FilterCriteria;
217
+ MaximumBatchingWindowInSeconds?: number;
218
+ ParallelizationFactor?: number;
219
+ StartingPosition?: EventSourcePosition | string;
220
+ StartingPositionTimestamp?: Date;
221
+ DestinationConfig?: DestinationConfig;
222
+ MaximumRecordAgeInSeconds?: number;
223
+ BisectBatchOnFunctionError?: boolean;
224
+ MaximumRetryAttempts?: number;
225
+ TumblingWindowInSeconds?: number;
226
+ Topics?: string[];
227
+ Queues?: string[];
228
+ SourceAccessConfigurations?: SourceAccessConfiguration[];
229
+ SelfManagedEventSource?: SelfManagedEventSource;
230
+ FunctionResponseTypes?: (FunctionResponseType | string)[];
231
+ AmazonManagedKafkaEventSourceConfig?: AmazonManagedKafkaEventSourceConfig;
232
+ SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
233
+ }
234
+ export interface EventSourceMappingConfiguration {
235
+ UUID?: string;
236
+ StartingPosition?: EventSourcePosition | string;
237
+ StartingPositionTimestamp?: Date;
238
+ BatchSize?: number;
239
+ MaximumBatchingWindowInSeconds?: number;
240
+ ParallelizationFactor?: number;
241
+ EventSourceArn?: string;
242
+ FilterCriteria?: FilterCriteria;
243
+ FunctionArn?: string;
244
+ LastModified?: Date;
245
+ LastProcessingResult?: string;
246
+ State?: string;
247
+ StateTransitionReason?: string;
248
+ DestinationConfig?: DestinationConfig;
249
+ Topics?: string[];
250
+ Queues?: string[];
251
+ SourceAccessConfigurations?: SourceAccessConfiguration[];
252
+ SelfManagedEventSource?: SelfManagedEventSource;
253
+ MaximumRecordAgeInSeconds?: number;
254
+ BisectBatchOnFunctionError?: boolean;
255
+ MaximumRetryAttempts?: number;
256
+ TumblingWindowInSeconds?: number;
257
+ FunctionResponseTypes?: (FunctionResponseType | string)[];
258
+ AmazonManagedKafkaEventSourceConfig?: AmazonManagedKafkaEventSourceConfig;
259
+ SelfManagedKafkaEventSourceConfig?: SelfManagedKafkaEventSourceConfig;
260
+ }
261
+ export declare class CodeSigningConfigNotFoundException extends __BaseException {
262
+ readonly name: "CodeSigningConfigNotFoundException";
263
+ readonly $fault: "client";
264
+ Type?: string;
265
+ Message?: string;
266
+ constructor(
267
+ opts: __ExceptionOptionType<
268
+ CodeSigningConfigNotFoundException,
269
+ __BaseException
270
+ >
271
+ );
272
+ }
273
+ export declare class CodeStorageExceededException extends __BaseException {
274
+ readonly name: "CodeStorageExceededException";
275
+ readonly $fault: "client";
276
+ Type?: string;
277
+ constructor(
278
+ opts: __ExceptionOptionType<CodeStorageExceededException, __BaseException>
279
+ );
280
+ }
281
+ export declare class CodeVerificationFailedException extends __BaseException {
282
+ readonly name: "CodeVerificationFailedException";
283
+ readonly $fault: "client";
284
+ Type?: string;
285
+ Message?: string;
286
+ constructor(
287
+ opts: __ExceptionOptionType<
288
+ CodeVerificationFailedException,
289
+ __BaseException
290
+ >
291
+ );
292
+ }
293
+ export interface FunctionCode {
294
+ ZipFile?: Uint8Array;
295
+ S3Bucket?: string;
296
+ S3Key?: string;
297
+ S3ObjectVersion?: string;
298
+ ImageUri?: string;
299
+ }
300
+ export interface DeadLetterConfig {
301
+ TargetArn?: string;
302
+ }
303
+ export interface Environment {
304
+ Variables?: Record<string, string>;
305
+ }
306
+ export interface EphemeralStorage {
307
+ Size: number | undefined;
308
+ }
309
+ export interface FileSystemConfig {
310
+ Arn: string | undefined;
311
+ LocalMountPath: string | undefined;
312
+ }
313
+ export interface ImageConfig {
314
+ EntryPoint?: string[];
315
+ Command?: string[];
316
+ WorkingDirectory?: string;
317
+ }
318
+ export declare enum PackageType {
319
+ Image = "Image",
320
+ Zip = "Zip",
321
+ }
322
+ export declare enum Runtime {
323
+ dotnet6 = "dotnet6",
324
+ dotnetcore10 = "dotnetcore1.0",
325
+ dotnetcore20 = "dotnetcore2.0",
326
+ dotnetcore21 = "dotnetcore2.1",
327
+ dotnetcore31 = "dotnetcore3.1",
328
+ go1x = "go1.x",
329
+ java11 = "java11",
330
+ java8 = "java8",
331
+ java8al2 = "java8.al2",
332
+ nodejs = "nodejs",
333
+ nodejs10x = "nodejs10.x",
334
+ nodejs12x = "nodejs12.x",
335
+ nodejs14x = "nodejs14.x",
336
+ nodejs16x = "nodejs16.x",
337
+ nodejs43 = "nodejs4.3",
338
+ nodejs43edge = "nodejs4.3-edge",
339
+ nodejs610 = "nodejs6.10",
340
+ nodejs810 = "nodejs8.10",
341
+ provided = "provided",
342
+ providedal2 = "provided.al2",
343
+ python27 = "python2.7",
344
+ python36 = "python3.6",
345
+ python37 = "python3.7",
346
+ python38 = "python3.8",
347
+ python39 = "python3.9",
348
+ ruby25 = "ruby2.5",
349
+ ruby27 = "ruby2.7",
350
+ }
351
+ export declare enum TracingMode {
352
+ Active = "Active",
353
+ PassThrough = "PassThrough",
354
+ }
355
+ export interface TracingConfig {
356
+ Mode?: TracingMode | string;
357
+ }
358
+ export interface VpcConfig {
359
+ SubnetIds?: string[];
360
+ SecurityGroupIds?: string[];
361
+ }
362
+ export interface CreateFunctionRequest {
363
+ FunctionName: string | undefined;
364
+ Runtime?: Runtime | string;
365
+ Role: string | undefined;
366
+ Handler?: string;
367
+ Code: FunctionCode | undefined;
368
+ Description?: string;
369
+ Timeout?: number;
370
+ MemorySize?: number;
371
+ Publish?: boolean;
372
+ VpcConfig?: VpcConfig;
373
+ PackageType?: PackageType | string;
374
+ DeadLetterConfig?: DeadLetterConfig;
375
+ Environment?: Environment;
376
+ KMSKeyArn?: string;
377
+ TracingConfig?: TracingConfig;
378
+ Tags?: Record<string, string>;
379
+ Layers?: string[];
380
+ FileSystemConfigs?: FileSystemConfig[];
381
+ ImageConfig?: ImageConfig;
382
+ CodeSigningConfigArn?: string;
383
+ Architectures?: (Architecture | string)[];
384
+ EphemeralStorage?: EphemeralStorage;
385
+ }
386
+ export interface EnvironmentError {
387
+ ErrorCode?: string;
388
+ Message?: string;
389
+ }
390
+ export interface EnvironmentResponse {
391
+ Variables?: Record<string, string>;
392
+ Error?: EnvironmentError;
393
+ }
394
+ export interface ImageConfigError {
395
+ ErrorCode?: string;
396
+ Message?: string;
397
+ }
398
+ export interface ImageConfigResponse {
399
+ ImageConfig?: ImageConfig;
400
+ Error?: ImageConfigError;
401
+ }
402
+ export declare enum LastUpdateStatus {
403
+ Failed = "Failed",
404
+ InProgress = "InProgress",
405
+ Successful = "Successful",
406
+ }
407
+ export declare enum LastUpdateStatusReasonCode {
408
+ EniLimitExceeded = "EniLimitExceeded",
409
+ ImageAccessDenied = "ImageAccessDenied",
410
+ ImageDeleted = "ImageDeleted",
411
+ InsufficientRolePermissions = "InsufficientRolePermissions",
412
+ InternalError = "InternalError",
413
+ InvalidConfiguration = "InvalidConfiguration",
414
+ InvalidImage = "InvalidImage",
415
+ InvalidSecurityGroup = "InvalidSecurityGroup",
416
+ InvalidSubnet = "InvalidSubnet",
417
+ SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses",
418
+ }
419
+ export interface Layer {
420
+ Arn?: string;
421
+ CodeSize?: number;
422
+ SigningProfileVersionArn?: string;
423
+ SigningJobArn?: string;
424
+ }
425
+ export declare enum State {
426
+ Active = "Active",
427
+ Failed = "Failed",
428
+ Inactive = "Inactive",
429
+ Pending = "Pending",
430
+ }
431
+ export declare enum StateReasonCode {
432
+ Creating = "Creating",
433
+ EniLimitExceeded = "EniLimitExceeded",
434
+ Idle = "Idle",
435
+ ImageAccessDenied = "ImageAccessDenied",
436
+ ImageDeleted = "ImageDeleted",
437
+ InsufficientRolePermissions = "InsufficientRolePermissions",
438
+ InternalError = "InternalError",
439
+ InvalidConfiguration = "InvalidConfiguration",
440
+ InvalidImage = "InvalidImage",
441
+ InvalidSecurityGroup = "InvalidSecurityGroup",
442
+ InvalidSubnet = "InvalidSubnet",
443
+ Restoring = "Restoring",
444
+ SubnetOutOfIPAddresses = "SubnetOutOfIPAddresses",
445
+ }
446
+ export interface TracingConfigResponse {
447
+ Mode?: TracingMode | string;
448
+ }
449
+ export interface VpcConfigResponse {
450
+ SubnetIds?: string[];
451
+ SecurityGroupIds?: string[];
452
+ VpcId?: string;
453
+ }
454
+ export interface FunctionConfiguration {
455
+ FunctionName?: string;
456
+ FunctionArn?: string;
457
+ Runtime?: Runtime | string;
458
+ Role?: string;
459
+ Handler?: string;
460
+ CodeSize?: number;
461
+ Description?: string;
462
+ Timeout?: number;
463
+ MemorySize?: number;
464
+ LastModified?: string;
465
+ CodeSha256?: string;
466
+ Version?: string;
467
+ VpcConfig?: VpcConfigResponse;
468
+ DeadLetterConfig?: DeadLetterConfig;
469
+ Environment?: EnvironmentResponse;
470
+ KMSKeyArn?: string;
471
+ TracingConfig?: TracingConfigResponse;
472
+ MasterArn?: string;
473
+ RevisionId?: string;
474
+ Layers?: Layer[];
475
+ State?: State | string;
476
+ StateReason?: string;
477
+ StateReasonCode?: StateReasonCode | string;
478
+ LastUpdateStatus?: LastUpdateStatus | string;
479
+ LastUpdateStatusReason?: string;
480
+ LastUpdateStatusReasonCode?: LastUpdateStatusReasonCode | string;
481
+ FileSystemConfigs?: FileSystemConfig[];
482
+ PackageType?: PackageType | string;
483
+ ImageConfigResponse?: ImageConfigResponse;
484
+ SigningProfileVersionArn?: string;
485
+ SigningJobArn?: string;
486
+ Architectures?: (Architecture | string)[];
487
+ EphemeralStorage?: EphemeralStorage;
488
+ }
489
+ export declare class InvalidCodeSignatureException extends __BaseException {
490
+ readonly name: "InvalidCodeSignatureException";
491
+ readonly $fault: "client";
492
+ Type?: string;
493
+ Message?: string;
494
+ constructor(
495
+ opts: __ExceptionOptionType<InvalidCodeSignatureException, __BaseException>
496
+ );
497
+ }
498
+ export interface Cors {
499
+ AllowCredentials?: boolean;
500
+ AllowHeaders?: string[];
501
+ AllowMethods?: string[];
502
+ AllowOrigins?: string[];
503
+ ExposeHeaders?: string[];
504
+ MaxAge?: number;
505
+ }
506
+ export interface CreateFunctionUrlConfigRequest {
507
+ FunctionName: string | undefined;
508
+ Qualifier?: string;
509
+ AuthType: FunctionUrlAuthType | string | undefined;
510
+ Cors?: Cors;
511
+ }
512
+ export interface CreateFunctionUrlConfigResponse {
513
+ FunctionUrl: string | undefined;
514
+ FunctionArn: string | undefined;
515
+ AuthType: FunctionUrlAuthType | string | undefined;
516
+ Cors?: Cors;
517
+ CreationTime: string | undefined;
518
+ }
519
+ export interface DeleteAliasRequest {
520
+ FunctionName: string | undefined;
521
+ Name: string | undefined;
522
+ }
523
+ export interface DeleteCodeSigningConfigRequest {
524
+ CodeSigningConfigArn: string | undefined;
525
+ }
526
+ export interface DeleteCodeSigningConfigResponse {}
527
+ export interface DeleteEventSourceMappingRequest {
528
+ UUID: string | undefined;
529
+ }
530
+ export declare class ResourceInUseException extends __BaseException {
531
+ readonly name: "ResourceInUseException";
532
+ readonly $fault: "client";
533
+ Type?: string;
534
+ Message?: string;
535
+ constructor(
536
+ opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
537
+ );
538
+ }
539
+ export interface DeleteFunctionRequest {
540
+ FunctionName: string | undefined;
541
+ Qualifier?: string;
542
+ }
543
+ export interface DeleteFunctionCodeSigningConfigRequest {
544
+ FunctionName: string | undefined;
545
+ }
546
+ export interface DeleteFunctionConcurrencyRequest {
547
+ FunctionName: string | undefined;
548
+ }
549
+ export interface DeleteFunctionEventInvokeConfigRequest {
550
+ FunctionName: string | undefined;
551
+ Qualifier?: string;
552
+ }
553
+ export interface DeleteFunctionUrlConfigRequest {
554
+ FunctionName: string | undefined;
555
+ Qualifier?: string;
556
+ }
557
+ export interface DeleteLayerVersionRequest {
558
+ LayerName: string | undefined;
559
+ VersionNumber: number | undefined;
560
+ }
561
+ export interface DeleteProvisionedConcurrencyConfigRequest {
562
+ FunctionName: string | undefined;
563
+ Qualifier: string | undefined;
564
+ }
565
+ export interface GetAccountSettingsRequest {}
566
+ export interface GetAccountSettingsResponse {
567
+ AccountLimit?: AccountLimit;
568
+ AccountUsage?: AccountUsage;
569
+ }
570
+ export interface GetAliasRequest {
571
+ FunctionName: string | undefined;
572
+ Name: string | undefined;
573
+ }
574
+ export interface GetCodeSigningConfigRequest {
575
+ CodeSigningConfigArn: string | undefined;
576
+ }
577
+ export interface GetCodeSigningConfigResponse {
578
+ CodeSigningConfig: CodeSigningConfig | undefined;
579
+ }
580
+ export interface GetEventSourceMappingRequest {
581
+ UUID: string | undefined;
582
+ }
583
+ export interface GetFunctionRequest {
584
+ FunctionName: string | undefined;
585
+ Qualifier?: string;
586
+ }
587
+ export interface FunctionCodeLocation {
588
+ RepositoryType?: string;
589
+ Location?: string;
590
+ ImageUri?: string;
591
+ ResolvedImageUri?: string;
592
+ }
593
+ export interface Concurrency {
594
+ ReservedConcurrentExecutions?: number;
595
+ }
596
+ export interface GetFunctionResponse {
597
+ Configuration?: FunctionConfiguration;
598
+ Code?: FunctionCodeLocation;
599
+ Tags?: Record<string, string>;
600
+ Concurrency?: Concurrency;
601
+ }
602
+ export interface GetFunctionCodeSigningConfigRequest {
603
+ FunctionName: string | undefined;
604
+ }
605
+ export interface GetFunctionCodeSigningConfigResponse {
606
+ CodeSigningConfigArn: string | undefined;
607
+ FunctionName: string | undefined;
608
+ }
609
+ export interface GetFunctionConcurrencyRequest {
610
+ FunctionName: string | undefined;
611
+ }
612
+ export interface GetFunctionConcurrencyResponse {
613
+ ReservedConcurrentExecutions?: number;
614
+ }
615
+ export interface GetFunctionConfigurationRequest {
616
+ FunctionName: string | undefined;
617
+ Qualifier?: string;
618
+ }
619
+ export interface FunctionEventInvokeConfig {
620
+ LastModified?: Date;
621
+ FunctionArn?: string;
622
+ MaximumRetryAttempts?: number;
623
+ MaximumEventAgeInSeconds?: number;
624
+ DestinationConfig?: DestinationConfig;
625
+ }
626
+ export interface GetFunctionEventInvokeConfigRequest {
627
+ FunctionName: string | undefined;
628
+ Qualifier?: string;
629
+ }
630
+ export interface GetFunctionUrlConfigRequest {
631
+ FunctionName: string | undefined;
632
+ Qualifier?: string;
633
+ }
634
+ export interface GetFunctionUrlConfigResponse {
635
+ FunctionUrl: string | undefined;
636
+ FunctionArn: string | undefined;
637
+ AuthType: FunctionUrlAuthType | string | undefined;
638
+ Cors?: Cors;
639
+ CreationTime: string | undefined;
640
+ LastModifiedTime: string | undefined;
641
+ }
642
+ export interface GetLayerVersionRequest {
643
+ LayerName: string | undefined;
644
+ VersionNumber: number | undefined;
645
+ }
646
+ export interface LayerVersionContentOutput {
647
+ Location?: string;
648
+ CodeSha256?: string;
649
+ CodeSize?: number;
650
+ SigningProfileVersionArn?: string;
651
+ SigningJobArn?: string;
652
+ }
653
+ export interface GetLayerVersionResponse {
654
+ Content?: LayerVersionContentOutput;
655
+ LayerArn?: string;
656
+ LayerVersionArn?: string;
657
+ Description?: string;
658
+ CreatedDate?: string;
659
+ Version?: number;
660
+ CompatibleRuntimes?: (Runtime | string)[];
661
+ LicenseInfo?: string;
662
+ CompatibleArchitectures?: (Architecture | string)[];
663
+ }
664
+ export interface GetLayerVersionByArnRequest {
665
+ Arn: string | undefined;
666
+ }
667
+ export interface GetLayerVersionPolicyRequest {
668
+ LayerName: string | undefined;
669
+ VersionNumber: number | undefined;
670
+ }
671
+ export interface GetLayerVersionPolicyResponse {
672
+ Policy?: string;
673
+ RevisionId?: string;
674
+ }
675
+ export interface GetPolicyRequest {
676
+ FunctionName: string | undefined;
677
+ Qualifier?: string;
678
+ }
679
+ export interface GetPolicyResponse {
680
+ Policy?: string;
681
+ RevisionId?: string;
682
+ }
683
+ export interface GetProvisionedConcurrencyConfigRequest {
684
+ FunctionName: string | undefined;
685
+ Qualifier: string | undefined;
686
+ }
687
+ export declare enum ProvisionedConcurrencyStatusEnum {
688
+ FAILED = "FAILED",
689
+ IN_PROGRESS = "IN_PROGRESS",
690
+ READY = "READY",
691
+ }
692
+ export interface GetProvisionedConcurrencyConfigResponse {
693
+ RequestedProvisionedConcurrentExecutions?: number;
694
+ AvailableProvisionedConcurrentExecutions?: number;
695
+ AllocatedProvisionedConcurrentExecutions?: number;
696
+ Status?: ProvisionedConcurrencyStatusEnum | string;
697
+ StatusReason?: string;
698
+ LastModified?: string;
699
+ }
700
+ export declare class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
701
+ readonly name: "ProvisionedConcurrencyConfigNotFoundException";
702
+ readonly $fault: "client";
703
+ Type?: string;
704
+ constructor(
705
+ opts: __ExceptionOptionType<
706
+ ProvisionedConcurrencyConfigNotFoundException,
707
+ __BaseException
708
+ >
709
+ );
710
+ }
711
+ export declare class EC2AccessDeniedException extends __BaseException {
712
+ readonly name: "EC2AccessDeniedException";
713
+ readonly $fault: "server";
714
+ Type?: string;
715
+ Message?: string;
716
+ constructor(
717
+ opts: __ExceptionOptionType<EC2AccessDeniedException, __BaseException>
718
+ );
719
+ }
720
+ export declare class EC2ThrottledException extends __BaseException {
721
+ readonly name: "EC2ThrottledException";
722
+ readonly $fault: "server";
723
+ Type?: string;
724
+ Message?: string;
725
+ constructor(
726
+ opts: __ExceptionOptionType<EC2ThrottledException, __BaseException>
727
+ );
728
+ }
729
+ export declare class EC2UnexpectedException extends __BaseException {
730
+ readonly name: "EC2UnexpectedException";
731
+ readonly $fault: "server";
732
+ Type?: string;
733
+ Message?: string;
734
+ EC2ErrorCode?: string;
735
+ constructor(
736
+ opts: __ExceptionOptionType<EC2UnexpectedException, __BaseException>
737
+ );
738
+ }
739
+ export declare class EFSIOException extends __BaseException {
740
+ readonly name: "EFSIOException";
741
+ readonly $fault: "client";
742
+ Type?: string;
743
+ Message?: string;
744
+ constructor(opts: __ExceptionOptionType<EFSIOException, __BaseException>);
745
+ }
746
+ export declare class EFSMountConnectivityException extends __BaseException {
747
+ readonly name: "EFSMountConnectivityException";
748
+ readonly $fault: "client";
749
+ Type?: string;
750
+ Message?: string;
751
+ constructor(
752
+ opts: __ExceptionOptionType<EFSMountConnectivityException, __BaseException>
753
+ );
754
+ }
755
+ export declare class EFSMountFailureException extends __BaseException {
756
+ readonly name: "EFSMountFailureException";
757
+ readonly $fault: "client";
758
+ Type?: string;
759
+ Message?: string;
760
+ constructor(
761
+ opts: __ExceptionOptionType<EFSMountFailureException, __BaseException>
762
+ );
763
+ }
764
+ export declare class EFSMountTimeoutException extends __BaseException {
765
+ readonly name: "EFSMountTimeoutException";
766
+ readonly $fault: "client";
767
+ Type?: string;
768
+ Message?: string;
769
+ constructor(
770
+ opts: __ExceptionOptionType<EFSMountTimeoutException, __BaseException>
771
+ );
772
+ }
773
+ export declare class ENILimitReachedException extends __BaseException {
774
+ readonly name: "ENILimitReachedException";
775
+ readonly $fault: "server";
776
+ Type?: string;
777
+ Message?: string;
778
+ constructor(
779
+ opts: __ExceptionOptionType<ENILimitReachedException, __BaseException>
780
+ );
781
+ }
782
+ export declare class InvalidRequestContentException extends __BaseException {
783
+ readonly name: "InvalidRequestContentException";
784
+ readonly $fault: "client";
785
+ Type?: string;
786
+ constructor(
787
+ opts: __ExceptionOptionType<InvalidRequestContentException, __BaseException>
788
+ );
789
+ }
790
+ export declare class InvalidRuntimeException extends __BaseException {
791
+ readonly name: "InvalidRuntimeException";
792
+ readonly $fault: "server";
793
+ Type?: string;
794
+ Message?: string;
795
+ constructor(
796
+ opts: __ExceptionOptionType<InvalidRuntimeException, __BaseException>
797
+ );
798
+ }
799
+ export declare class InvalidSecurityGroupIDException extends __BaseException {
800
+ readonly name: "InvalidSecurityGroupIDException";
801
+ readonly $fault: "server";
802
+ Type?: string;
803
+ Message?: string;
804
+ constructor(
805
+ opts: __ExceptionOptionType<
806
+ InvalidSecurityGroupIDException,
807
+ __BaseException
808
+ >
809
+ );
810
+ }
811
+ export declare class InvalidSubnetIDException extends __BaseException {
812
+ readonly name: "InvalidSubnetIDException";
813
+ readonly $fault: "server";
814
+ Type?: string;
815
+ Message?: string;
816
+ constructor(
817
+ opts: __ExceptionOptionType<InvalidSubnetIDException, __BaseException>
818
+ );
819
+ }
820
+ export declare class InvalidZipFileException extends __BaseException {
821
+ readonly name: "InvalidZipFileException";
822
+ readonly $fault: "server";
823
+ Type?: string;
824
+ Message?: string;
825
+ constructor(
826
+ opts: __ExceptionOptionType<InvalidZipFileException, __BaseException>
827
+ );
828
+ }
829
+ export declare enum InvocationType {
830
+ DryRun = "DryRun",
831
+ Event = "Event",
832
+ RequestResponse = "RequestResponse",
833
+ }
834
+ export declare enum LogType {
835
+ None = "None",
836
+ Tail = "Tail",
837
+ }
838
+ export interface InvocationRequest {
839
+ FunctionName: string | undefined;
840
+ InvocationType?: InvocationType | string;
841
+ LogType?: LogType | string;
842
+ ClientContext?: string;
843
+ Payload?: Uint8Array;
844
+ Qualifier?: string;
845
+ }
846
+ export interface InvocationResponse {
847
+ StatusCode?: number;
848
+ FunctionError?: string;
849
+ LogResult?: string;
850
+ Payload?: Uint8Array;
851
+ ExecutedVersion?: string;
852
+ }
853
+ export declare class KMSAccessDeniedException extends __BaseException {
854
+ readonly name: "KMSAccessDeniedException";
855
+ readonly $fault: "server";
856
+ Type?: string;
857
+ Message?: string;
858
+ constructor(
859
+ opts: __ExceptionOptionType<KMSAccessDeniedException, __BaseException>
860
+ );
861
+ }
862
+ export declare class KMSDisabledException extends __BaseException {
863
+ readonly name: "KMSDisabledException";
864
+ readonly $fault: "server";
865
+ Type?: string;
866
+ Message?: string;
867
+ constructor(
868
+ opts: __ExceptionOptionType<KMSDisabledException, __BaseException>
869
+ );
870
+ }
871
+ export declare class KMSInvalidStateException extends __BaseException {
872
+ readonly name: "KMSInvalidStateException";
873
+ readonly $fault: "server";
874
+ Type?: string;
875
+ Message?: string;
876
+ constructor(
877
+ opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>
878
+ );
879
+ }
880
+ export declare class KMSNotFoundException extends __BaseException {
881
+ readonly name: "KMSNotFoundException";
882
+ readonly $fault: "server";
883
+ Type?: string;
884
+ Message?: string;
885
+ constructor(
886
+ opts: __ExceptionOptionType<KMSNotFoundException, __BaseException>
887
+ );
888
+ }
889
+ export declare class RequestTooLargeException extends __BaseException {
890
+ readonly name: "RequestTooLargeException";
891
+ readonly $fault: "client";
892
+ Type?: string;
893
+ constructor(
894
+ opts: __ExceptionOptionType<RequestTooLargeException, __BaseException>
895
+ );
896
+ }
897
+ export declare class ResourceNotReadyException extends __BaseException {
898
+ readonly name: "ResourceNotReadyException";
899
+ readonly $fault: "server";
900
+ Type?: string;
901
+ constructor(
902
+ opts: __ExceptionOptionType<ResourceNotReadyException, __BaseException>
903
+ );
904
+ }
905
+ export declare class SubnetIPAddressLimitReachedException extends __BaseException {
906
+ readonly name: "SubnetIPAddressLimitReachedException";
907
+ readonly $fault: "server";
908
+ Type?: string;
909
+ Message?: string;
910
+ constructor(
911
+ opts: __ExceptionOptionType<
912
+ SubnetIPAddressLimitReachedException,
913
+ __BaseException
914
+ >
915
+ );
916
+ }
917
+ export declare class UnsupportedMediaTypeException extends __BaseException {
918
+ readonly name: "UnsupportedMediaTypeException";
919
+ readonly $fault: "client";
920
+ Type?: string;
921
+ constructor(
922
+ opts: __ExceptionOptionType<UnsupportedMediaTypeException, __BaseException>
923
+ );
924
+ }
925
+ export interface InvokeAsyncRequest {
926
+ FunctionName: string | undefined;
927
+ InvokeArgs: Readable | ReadableStream | Blob | undefined;
928
+ }
929
+ export interface InvokeAsyncResponse {
930
+ Status?: number;
931
+ }
932
+ export interface ListAliasesRequest {
933
+ FunctionName: string | undefined;
934
+ FunctionVersion?: string;
935
+ Marker?: string;
936
+ MaxItems?: number;
937
+ }
938
+ export interface ListAliasesResponse {
939
+ NextMarker?: string;
940
+ Aliases?: AliasConfiguration[];
941
+ }
942
+ export interface ListCodeSigningConfigsRequest {
943
+ Marker?: string;
944
+ MaxItems?: number;
945
+ }
946
+ export interface ListCodeSigningConfigsResponse {
947
+ NextMarker?: string;
948
+ CodeSigningConfigs?: CodeSigningConfig[];
949
+ }
950
+ export interface ListEventSourceMappingsRequest {
951
+ EventSourceArn?: string;
952
+ FunctionName?: string;
953
+ Marker?: string;
954
+ MaxItems?: number;
955
+ }
956
+ export interface ListEventSourceMappingsResponse {
957
+ NextMarker?: string;
958
+ EventSourceMappings?: EventSourceMappingConfiguration[];
959
+ }
960
+ export interface ListFunctionEventInvokeConfigsRequest {
961
+ FunctionName: string | undefined;
962
+ Marker?: string;
963
+ MaxItems?: number;
964
+ }
965
+ export interface ListFunctionEventInvokeConfigsResponse {
966
+ FunctionEventInvokeConfigs?: FunctionEventInvokeConfig[];
967
+ NextMarker?: string;
968
+ }
969
+ export declare enum FunctionVersion {
970
+ ALL = "ALL",
971
+ }
972
+ export interface ListFunctionsRequest {
973
+ MasterRegion?: string;
974
+ FunctionVersion?: FunctionVersion | string;
975
+ Marker?: string;
976
+ MaxItems?: number;
977
+ }
978
+ export interface ListFunctionsResponse {
979
+ NextMarker?: string;
980
+ Functions?: FunctionConfiguration[];
981
+ }
982
+ export interface ListFunctionsByCodeSigningConfigRequest {
983
+ CodeSigningConfigArn: string | undefined;
984
+ Marker?: string;
985
+ MaxItems?: number;
986
+ }
987
+ export interface ListFunctionsByCodeSigningConfigResponse {
988
+ NextMarker?: string;
989
+ FunctionArns?: string[];
990
+ }
991
+ export interface ListFunctionUrlConfigsRequest {
992
+ FunctionName: string | undefined;
993
+ Marker?: string;
994
+ MaxItems?: number;
995
+ }
996
+ export interface FunctionUrlConfig {
997
+ FunctionUrl: string | undefined;
998
+ FunctionArn: string | undefined;
999
+ CreationTime: string | undefined;
1000
+ LastModifiedTime: string | undefined;
1001
+ Cors?: Cors;
1002
+ AuthType: FunctionUrlAuthType | string | undefined;
1003
+ }
1004
+ export interface ListFunctionUrlConfigsResponse {
1005
+ FunctionUrlConfigs: FunctionUrlConfig[] | undefined;
1006
+ NextMarker?: string;
1007
+ }
1008
+ export interface ListLayersRequest {
1009
+ CompatibleRuntime?: Runtime | string;
1010
+ Marker?: string;
1011
+ MaxItems?: number;
1012
+ CompatibleArchitecture?: Architecture | string;
1013
+ }
1014
+ export interface LayerVersionsListItem {
1015
+ LayerVersionArn?: string;
1016
+ Version?: number;
1017
+ Description?: string;
1018
+ CreatedDate?: string;
1019
+ CompatibleRuntimes?: (Runtime | string)[];
1020
+ LicenseInfo?: string;
1021
+ CompatibleArchitectures?: (Architecture | string)[];
1022
+ }
1023
+ export interface LayersListItem {
1024
+ LayerName?: string;
1025
+ LayerArn?: string;
1026
+ LatestMatchingVersion?: LayerVersionsListItem;
1027
+ }
1028
+ export interface ListLayersResponse {
1029
+ NextMarker?: string;
1030
+ Layers?: LayersListItem[];
1031
+ }
1032
+ export interface ListLayerVersionsRequest {
1033
+ CompatibleRuntime?: Runtime | string;
1034
+ LayerName: string | undefined;
1035
+ Marker?: string;
1036
+ MaxItems?: number;
1037
+ CompatibleArchitecture?: Architecture | string;
1038
+ }
1039
+ export interface ListLayerVersionsResponse {
1040
+ NextMarker?: string;
1041
+ LayerVersions?: LayerVersionsListItem[];
1042
+ }
1043
+ export interface ListProvisionedConcurrencyConfigsRequest {
1044
+ FunctionName: string | undefined;
1045
+ Marker?: string;
1046
+ MaxItems?: number;
1047
+ }
1048
+ export interface ProvisionedConcurrencyConfigListItem {
1049
+ FunctionArn?: string;
1050
+ RequestedProvisionedConcurrentExecutions?: number;
1051
+ AvailableProvisionedConcurrentExecutions?: number;
1052
+ AllocatedProvisionedConcurrentExecutions?: number;
1053
+ Status?: ProvisionedConcurrencyStatusEnum | string;
1054
+ StatusReason?: string;
1055
+ LastModified?: string;
1056
+ }
1057
+ export interface ListProvisionedConcurrencyConfigsResponse {
1058
+ ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[];
1059
+ NextMarker?: string;
1060
+ }
1061
+ export interface ListTagsRequest {
1062
+ Resource: string | undefined;
1063
+ }
1064
+ export interface ListTagsResponse {
1065
+ Tags?: Record<string, string>;
1066
+ }
1067
+ export interface ListVersionsByFunctionRequest {
1068
+ FunctionName: string | undefined;
1069
+ Marker?: string;
1070
+ MaxItems?: number;
1071
+ }
1072
+ export interface ListVersionsByFunctionResponse {
1073
+ NextMarker?: string;
1074
+ Versions?: FunctionConfiguration[];
1075
+ }
1076
+ export interface LayerVersionContentInput {
1077
+ S3Bucket?: string;
1078
+ S3Key?: string;
1079
+ S3ObjectVersion?: string;
1080
+ ZipFile?: Uint8Array;
1081
+ }
1082
+ export interface PublishLayerVersionRequest {
1083
+ LayerName: string | undefined;
1084
+ Description?: string;
1085
+ Content: LayerVersionContentInput | undefined;
1086
+ CompatibleRuntimes?: (Runtime | string)[];
1087
+ LicenseInfo?: string;
1088
+ CompatibleArchitectures?: (Architecture | string)[];
1089
+ }
1090
+ export interface PublishLayerVersionResponse {
1091
+ Content?: LayerVersionContentOutput;
1092
+ LayerArn?: string;
1093
+ LayerVersionArn?: string;
1094
+ Description?: string;
1095
+ CreatedDate?: string;
1096
+ Version?: number;
1097
+ CompatibleRuntimes?: (Runtime | string)[];
1098
+ LicenseInfo?: string;
1099
+ CompatibleArchitectures?: (Architecture | string)[];
1100
+ }
1101
+ export interface PublishVersionRequest {
1102
+ FunctionName: string | undefined;
1103
+ CodeSha256?: string;
1104
+ Description?: string;
1105
+ RevisionId?: string;
1106
+ }
1107
+ export interface PutFunctionCodeSigningConfigRequest {
1108
+ CodeSigningConfigArn: string | undefined;
1109
+ FunctionName: string | undefined;
1110
+ }
1111
+ export interface PutFunctionCodeSigningConfigResponse {
1112
+ CodeSigningConfigArn: string | undefined;
1113
+ FunctionName: string | undefined;
1114
+ }
1115
+ export interface PutFunctionConcurrencyRequest {
1116
+ FunctionName: string | undefined;
1117
+ ReservedConcurrentExecutions: number | undefined;
1118
+ }
1119
+ export interface PutFunctionEventInvokeConfigRequest {
1120
+ FunctionName: string | undefined;
1121
+ Qualifier?: string;
1122
+ MaximumRetryAttempts?: number;
1123
+ MaximumEventAgeInSeconds?: number;
1124
+ DestinationConfig?: DestinationConfig;
1125
+ }
1126
+ export interface PutProvisionedConcurrencyConfigRequest {
1127
+ FunctionName: string | undefined;
1128
+ Qualifier: string | undefined;
1129
+ ProvisionedConcurrentExecutions: number | undefined;
1130
+ }
1131
+ export interface PutProvisionedConcurrencyConfigResponse {
1132
+ RequestedProvisionedConcurrentExecutions?: number;
1133
+ AvailableProvisionedConcurrentExecutions?: number;
1134
+ AllocatedProvisionedConcurrentExecutions?: number;
1135
+ Status?: ProvisionedConcurrencyStatusEnum | string;
1136
+ StatusReason?: string;
1137
+ LastModified?: string;
1138
+ }
1139
+ export interface RemoveLayerVersionPermissionRequest {
1140
+ LayerName: string | undefined;
1141
+ VersionNumber: number | undefined;
1142
+ StatementId: string | undefined;
1143
+ RevisionId?: string;
1144
+ }
1145
+ export interface RemovePermissionRequest {
1146
+ FunctionName: string | undefined;
1147
+ StatementId: string | undefined;
1148
+ Qualifier?: string;
1149
+ RevisionId?: string;
1150
+ }
1151
+ export interface TagResourceRequest {
1152
+ Resource: string | undefined;
1153
+ Tags: Record<string, string> | undefined;
1154
+ }
1155
+ export interface UntagResourceRequest {
1156
+ Resource: string | undefined;
1157
+ TagKeys: string[] | undefined;
1158
+ }
1159
+ export interface UpdateAliasRequest {
1160
+ FunctionName: string | undefined;
1161
+ Name: string | undefined;
1162
+ FunctionVersion?: string;
1163
+ Description?: string;
1164
+ RoutingConfig?: AliasRoutingConfiguration;
1165
+ RevisionId?: string;
1166
+ }
1167
+ export interface UpdateCodeSigningConfigRequest {
1168
+ CodeSigningConfigArn: string | undefined;
1169
+ Description?: string;
1170
+ AllowedPublishers?: AllowedPublishers;
1171
+ CodeSigningPolicies?: CodeSigningPolicies;
1172
+ }
1173
+ export interface UpdateCodeSigningConfigResponse {
1174
+ CodeSigningConfig: CodeSigningConfig | undefined;
1175
+ }
1176
+ export interface UpdateEventSourceMappingRequest {
1177
+ UUID: string | undefined;
1178
+ FunctionName?: string;
1179
+ Enabled?: boolean;
1180
+ BatchSize?: number;
1181
+ FilterCriteria?: FilterCriteria;
1182
+ MaximumBatchingWindowInSeconds?: number;
1183
+ DestinationConfig?: DestinationConfig;
1184
+ MaximumRecordAgeInSeconds?: number;
1185
+ BisectBatchOnFunctionError?: boolean;
1186
+ MaximumRetryAttempts?: number;
1187
+ ParallelizationFactor?: number;
1188
+ SourceAccessConfigurations?: SourceAccessConfiguration[];
1189
+ TumblingWindowInSeconds?: number;
1190
+ FunctionResponseTypes?: (FunctionResponseType | string)[];
1191
+ }
1192
+ export interface UpdateFunctionCodeRequest {
1193
+ FunctionName: string | undefined;
1194
+ ZipFile?: Uint8Array;
1195
+ S3Bucket?: string;
1196
+ S3Key?: string;
1197
+ S3ObjectVersion?: string;
1198
+ ImageUri?: string;
1199
+ Publish?: boolean;
1200
+ DryRun?: boolean;
1201
+ RevisionId?: string;
1202
+ Architectures?: (Architecture | string)[];
1203
+ }
1204
+ export interface UpdateFunctionConfigurationRequest {
1205
+ FunctionName: string | undefined;
1206
+ Role?: string;
1207
+ Handler?: string;
1208
+ Description?: string;
1209
+ Timeout?: number;
1210
+ MemorySize?: number;
1211
+ VpcConfig?: VpcConfig;
1212
+ Environment?: Environment;
1213
+ Runtime?: Runtime | string;
1214
+ DeadLetterConfig?: DeadLetterConfig;
1215
+ KMSKeyArn?: string;
1216
+ TracingConfig?: TracingConfig;
1217
+ RevisionId?: string;
1218
+ Layers?: string[];
1219
+ FileSystemConfigs?: FileSystemConfig[];
1220
+ ImageConfig?: ImageConfig;
1221
+ EphemeralStorage?: EphemeralStorage;
1222
+ }
1223
+ export interface UpdateFunctionEventInvokeConfigRequest {
1224
+ FunctionName: string | undefined;
1225
+ Qualifier?: string;
1226
+ MaximumRetryAttempts?: number;
1227
+ MaximumEventAgeInSeconds?: number;
1228
+ DestinationConfig?: DestinationConfig;
1229
+ }
1230
+ export interface UpdateFunctionUrlConfigRequest {
1231
+ FunctionName: string | undefined;
1232
+ Qualifier?: string;
1233
+ AuthType?: FunctionUrlAuthType | string;
1234
+ Cors?: Cors;
1235
+ }
1236
+ export interface UpdateFunctionUrlConfigResponse {
1237
+ FunctionUrl: string | undefined;
1238
+ FunctionArn: string | undefined;
1239
+ AuthType: FunctionUrlAuthType | string | undefined;
1240
+ Cors?: Cors;
1241
+ CreationTime: string | undefined;
1242
+ LastModifiedTime: string | undefined;
1243
+ }
1244
+ export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
1245
+ export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
1246
+ export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (
1247
+ obj: AddLayerVersionPermissionRequest
1248
+ ) => any;
1249
+ export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (
1250
+ obj: AddLayerVersionPermissionResponse
1251
+ ) => any;
1252
+ export declare const AddPermissionRequestFilterSensitiveLog: (
1253
+ obj: AddPermissionRequest
1254
+ ) => any;
1255
+ export declare const AddPermissionResponseFilterSensitiveLog: (
1256
+ obj: AddPermissionResponse
1257
+ ) => any;
1258
+ export declare const AliasRoutingConfigurationFilterSensitiveLog: (
1259
+ obj: AliasRoutingConfiguration
1260
+ ) => any;
1261
+ export declare const AliasConfigurationFilterSensitiveLog: (
1262
+ obj: AliasConfiguration
1263
+ ) => any;
1264
+ export declare const AllowedPublishersFilterSensitiveLog: (
1265
+ obj: AllowedPublishers
1266
+ ) => any;
1267
+ export declare const AmazonManagedKafkaEventSourceConfigFilterSensitiveLog: (
1268
+ obj: AmazonManagedKafkaEventSourceConfig
1269
+ ) => any;
1270
+ export declare const CreateAliasRequestFilterSensitiveLog: (
1271
+ obj: CreateAliasRequest
1272
+ ) => any;
1273
+ export declare const CodeSigningPoliciesFilterSensitiveLog: (
1274
+ obj: CodeSigningPolicies
1275
+ ) => any;
1276
+ export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (
1277
+ obj: CreateCodeSigningConfigRequest
1278
+ ) => any;
1279
+ export declare const CodeSigningConfigFilterSensitiveLog: (
1280
+ obj: CodeSigningConfig
1281
+ ) => any;
1282
+ export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (
1283
+ obj: CreateCodeSigningConfigResponse
1284
+ ) => any;
1285
+ export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
1286
+ export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
1287
+ export declare const DestinationConfigFilterSensitiveLog: (
1288
+ obj: DestinationConfig
1289
+ ) => any;
1290
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1291
+ export declare const FilterCriteriaFilterSensitiveLog: (
1292
+ obj: FilterCriteria
1293
+ ) => any;
1294
+ export declare const SelfManagedEventSourceFilterSensitiveLog: (
1295
+ obj: SelfManagedEventSource
1296
+ ) => any;
1297
+ export declare const SelfManagedKafkaEventSourceConfigFilterSensitiveLog: (
1298
+ obj: SelfManagedKafkaEventSourceConfig
1299
+ ) => any;
1300
+ export declare const SourceAccessConfigurationFilterSensitiveLog: (
1301
+ obj: SourceAccessConfiguration
1302
+ ) => any;
1303
+ export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (
1304
+ obj: CreateEventSourceMappingRequest
1305
+ ) => any;
1306
+ export declare const EventSourceMappingConfigurationFilterSensitiveLog: (
1307
+ obj: EventSourceMappingConfiguration
1308
+ ) => any;
1309
+ export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
1310
+ export declare const DeadLetterConfigFilterSensitiveLog: (
1311
+ obj: DeadLetterConfig
1312
+ ) => any;
1313
+ export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
1314
+ export declare const EphemeralStorageFilterSensitiveLog: (
1315
+ obj: EphemeralStorage
1316
+ ) => any;
1317
+ export declare const FileSystemConfigFilterSensitiveLog: (
1318
+ obj: FileSystemConfig
1319
+ ) => any;
1320
+ export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
1321
+ export declare const TracingConfigFilterSensitiveLog: (
1322
+ obj: TracingConfig
1323
+ ) => any;
1324
+ export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
1325
+ export declare const CreateFunctionRequestFilterSensitiveLog: (
1326
+ obj: CreateFunctionRequest
1327
+ ) => any;
1328
+ export declare const EnvironmentErrorFilterSensitiveLog: (
1329
+ obj: EnvironmentError
1330
+ ) => any;
1331
+ export declare const EnvironmentResponseFilterSensitiveLog: (
1332
+ obj: EnvironmentResponse
1333
+ ) => any;
1334
+ export declare const ImageConfigErrorFilterSensitiveLog: (
1335
+ obj: ImageConfigError
1336
+ ) => any;
1337
+ export declare const ImageConfigResponseFilterSensitiveLog: (
1338
+ obj: ImageConfigResponse
1339
+ ) => any;
1340
+ export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
1341
+ export declare const TracingConfigResponseFilterSensitiveLog: (
1342
+ obj: TracingConfigResponse
1343
+ ) => any;
1344
+ export declare const VpcConfigResponseFilterSensitiveLog: (
1345
+ obj: VpcConfigResponse
1346
+ ) => any;
1347
+ export declare const FunctionConfigurationFilterSensitiveLog: (
1348
+ obj: FunctionConfiguration
1349
+ ) => any;
1350
+ export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
1351
+ export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (
1352
+ obj: CreateFunctionUrlConfigRequest
1353
+ ) => any;
1354
+ export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (
1355
+ obj: CreateFunctionUrlConfigResponse
1356
+ ) => any;
1357
+ export declare const DeleteAliasRequestFilterSensitiveLog: (
1358
+ obj: DeleteAliasRequest
1359
+ ) => any;
1360
+ export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (
1361
+ obj: DeleteCodeSigningConfigRequest
1362
+ ) => any;
1363
+ export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (
1364
+ obj: DeleteCodeSigningConfigResponse
1365
+ ) => any;
1366
+ export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (
1367
+ obj: DeleteEventSourceMappingRequest
1368
+ ) => any;
1369
+ export declare const DeleteFunctionRequestFilterSensitiveLog: (
1370
+ obj: DeleteFunctionRequest
1371
+ ) => any;
1372
+ export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (
1373
+ obj: DeleteFunctionCodeSigningConfigRequest
1374
+ ) => any;
1375
+ export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (
1376
+ obj: DeleteFunctionConcurrencyRequest
1377
+ ) => any;
1378
+ export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (
1379
+ obj: DeleteFunctionEventInvokeConfigRequest
1380
+ ) => any;
1381
+ export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (
1382
+ obj: DeleteFunctionUrlConfigRequest
1383
+ ) => any;
1384
+ export declare const DeleteLayerVersionRequestFilterSensitiveLog: (
1385
+ obj: DeleteLayerVersionRequest
1386
+ ) => any;
1387
+ export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (
1388
+ obj: DeleteProvisionedConcurrencyConfigRequest
1389
+ ) => any;
1390
+ export declare const GetAccountSettingsRequestFilterSensitiveLog: (
1391
+ obj: GetAccountSettingsRequest
1392
+ ) => any;
1393
+ export declare const GetAccountSettingsResponseFilterSensitiveLog: (
1394
+ obj: GetAccountSettingsResponse
1395
+ ) => any;
1396
+ export declare const GetAliasRequestFilterSensitiveLog: (
1397
+ obj: GetAliasRequest
1398
+ ) => any;
1399
+ export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (
1400
+ obj: GetCodeSigningConfigRequest
1401
+ ) => any;
1402
+ export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (
1403
+ obj: GetCodeSigningConfigResponse
1404
+ ) => any;
1405
+ export declare const GetEventSourceMappingRequestFilterSensitiveLog: (
1406
+ obj: GetEventSourceMappingRequest
1407
+ ) => any;
1408
+ export declare const GetFunctionRequestFilterSensitiveLog: (
1409
+ obj: GetFunctionRequest
1410
+ ) => any;
1411
+ export declare const FunctionCodeLocationFilterSensitiveLog: (
1412
+ obj: FunctionCodeLocation
1413
+ ) => any;
1414
+ export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
1415
+ export declare const GetFunctionResponseFilterSensitiveLog: (
1416
+ obj: GetFunctionResponse
1417
+ ) => any;
1418
+ export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (
1419
+ obj: GetFunctionCodeSigningConfigRequest
1420
+ ) => any;
1421
+ export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (
1422
+ obj: GetFunctionCodeSigningConfigResponse
1423
+ ) => any;
1424
+ export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (
1425
+ obj: GetFunctionConcurrencyRequest
1426
+ ) => any;
1427
+ export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (
1428
+ obj: GetFunctionConcurrencyResponse
1429
+ ) => any;
1430
+ export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (
1431
+ obj: GetFunctionConfigurationRequest
1432
+ ) => any;
1433
+ export declare const FunctionEventInvokeConfigFilterSensitiveLog: (
1434
+ obj: FunctionEventInvokeConfig
1435
+ ) => any;
1436
+ export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (
1437
+ obj: GetFunctionEventInvokeConfigRequest
1438
+ ) => any;
1439
+ export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (
1440
+ obj: GetFunctionUrlConfigRequest
1441
+ ) => any;
1442
+ export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (
1443
+ obj: GetFunctionUrlConfigResponse
1444
+ ) => any;
1445
+ export declare const GetLayerVersionRequestFilterSensitiveLog: (
1446
+ obj: GetLayerVersionRequest
1447
+ ) => any;
1448
+ export declare const LayerVersionContentOutputFilterSensitiveLog: (
1449
+ obj: LayerVersionContentOutput
1450
+ ) => any;
1451
+ export declare const GetLayerVersionResponseFilterSensitiveLog: (
1452
+ obj: GetLayerVersionResponse
1453
+ ) => any;
1454
+ export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (
1455
+ obj: GetLayerVersionByArnRequest
1456
+ ) => any;
1457
+ export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (
1458
+ obj: GetLayerVersionPolicyRequest
1459
+ ) => any;
1460
+ export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (
1461
+ obj: GetLayerVersionPolicyResponse
1462
+ ) => any;
1463
+ export declare const GetPolicyRequestFilterSensitiveLog: (
1464
+ obj: GetPolicyRequest
1465
+ ) => any;
1466
+ export declare const GetPolicyResponseFilterSensitiveLog: (
1467
+ obj: GetPolicyResponse
1468
+ ) => any;
1469
+ export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (
1470
+ obj: GetProvisionedConcurrencyConfigRequest
1471
+ ) => any;
1472
+ export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (
1473
+ obj: GetProvisionedConcurrencyConfigResponse
1474
+ ) => any;
1475
+ export declare const InvocationRequestFilterSensitiveLog: (
1476
+ obj: InvocationRequest
1477
+ ) => any;
1478
+ export declare const InvocationResponseFilterSensitiveLog: (
1479
+ obj: InvocationResponse
1480
+ ) => any;
1481
+ export declare const InvokeAsyncRequestFilterSensitiveLog: (
1482
+ obj: InvokeAsyncRequest
1483
+ ) => any;
1484
+ export declare const InvokeAsyncResponseFilterSensitiveLog: (
1485
+ obj: InvokeAsyncResponse
1486
+ ) => any;
1487
+ export declare const ListAliasesRequestFilterSensitiveLog: (
1488
+ obj: ListAliasesRequest
1489
+ ) => any;
1490
+ export declare const ListAliasesResponseFilterSensitiveLog: (
1491
+ obj: ListAliasesResponse
1492
+ ) => any;
1493
+ export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (
1494
+ obj: ListCodeSigningConfigsRequest
1495
+ ) => any;
1496
+ export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (
1497
+ obj: ListCodeSigningConfigsResponse
1498
+ ) => any;
1499
+ export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (
1500
+ obj: ListEventSourceMappingsRequest
1501
+ ) => any;
1502
+ export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (
1503
+ obj: ListEventSourceMappingsResponse
1504
+ ) => any;
1505
+ export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (
1506
+ obj: ListFunctionEventInvokeConfigsRequest
1507
+ ) => any;
1508
+ export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (
1509
+ obj: ListFunctionEventInvokeConfigsResponse
1510
+ ) => any;
1511
+ export declare const ListFunctionsRequestFilterSensitiveLog: (
1512
+ obj: ListFunctionsRequest
1513
+ ) => any;
1514
+ export declare const ListFunctionsResponseFilterSensitiveLog: (
1515
+ obj: ListFunctionsResponse
1516
+ ) => any;
1517
+ export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (
1518
+ obj: ListFunctionsByCodeSigningConfigRequest
1519
+ ) => any;
1520
+ export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (
1521
+ obj: ListFunctionsByCodeSigningConfigResponse
1522
+ ) => any;
1523
+ export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (
1524
+ obj: ListFunctionUrlConfigsRequest
1525
+ ) => any;
1526
+ export declare const FunctionUrlConfigFilterSensitiveLog: (
1527
+ obj: FunctionUrlConfig
1528
+ ) => any;
1529
+ export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (
1530
+ obj: ListFunctionUrlConfigsResponse
1531
+ ) => any;
1532
+ export declare const ListLayersRequestFilterSensitiveLog: (
1533
+ obj: ListLayersRequest
1534
+ ) => any;
1535
+ export declare const LayerVersionsListItemFilterSensitiveLog: (
1536
+ obj: LayerVersionsListItem
1537
+ ) => any;
1538
+ export declare const LayersListItemFilterSensitiveLog: (
1539
+ obj: LayersListItem
1540
+ ) => any;
1541
+ export declare const ListLayersResponseFilterSensitiveLog: (
1542
+ obj: ListLayersResponse
1543
+ ) => any;
1544
+ export declare const ListLayerVersionsRequestFilterSensitiveLog: (
1545
+ obj: ListLayerVersionsRequest
1546
+ ) => any;
1547
+ export declare const ListLayerVersionsResponseFilterSensitiveLog: (
1548
+ obj: ListLayerVersionsResponse
1549
+ ) => any;
1550
+ export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (
1551
+ obj: ListProvisionedConcurrencyConfigsRequest
1552
+ ) => any;
1553
+ export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (
1554
+ obj: ProvisionedConcurrencyConfigListItem
1555
+ ) => any;
1556
+ export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (
1557
+ obj: ListProvisionedConcurrencyConfigsResponse
1558
+ ) => any;
1559
+ export declare const ListTagsRequestFilterSensitiveLog: (
1560
+ obj: ListTagsRequest
1561
+ ) => any;
1562
+ export declare const ListTagsResponseFilterSensitiveLog: (
1563
+ obj: ListTagsResponse
1564
+ ) => any;
1565
+ export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (
1566
+ obj: ListVersionsByFunctionRequest
1567
+ ) => any;
1568
+ export declare const ListVersionsByFunctionResponseFilterSensitiveLog: (
1569
+ obj: ListVersionsByFunctionResponse
1570
+ ) => any;
1571
+ export declare const LayerVersionContentInputFilterSensitiveLog: (
1572
+ obj: LayerVersionContentInput
1573
+ ) => any;
1574
+ export declare const PublishLayerVersionRequestFilterSensitiveLog: (
1575
+ obj: PublishLayerVersionRequest
1576
+ ) => any;
1577
+ export declare const PublishLayerVersionResponseFilterSensitiveLog: (
1578
+ obj: PublishLayerVersionResponse
1579
+ ) => any;
1580
+ export declare const PublishVersionRequestFilterSensitiveLog: (
1581
+ obj: PublishVersionRequest
1582
+ ) => any;
1583
+ export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (
1584
+ obj: PutFunctionCodeSigningConfigRequest
1585
+ ) => any;
1586
+ export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (
1587
+ obj: PutFunctionCodeSigningConfigResponse
1588
+ ) => any;
1589
+ export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (
1590
+ obj: PutFunctionConcurrencyRequest
1591
+ ) => any;
1592
+ export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (
1593
+ obj: PutFunctionEventInvokeConfigRequest
1594
+ ) => any;
1595
+ export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (
1596
+ obj: PutProvisionedConcurrencyConfigRequest
1597
+ ) => any;
1598
+ export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (
1599
+ obj: PutProvisionedConcurrencyConfigResponse
1600
+ ) => any;
1601
+ export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (
1602
+ obj: RemoveLayerVersionPermissionRequest
1603
+ ) => any;
1604
+ export declare const RemovePermissionRequestFilterSensitiveLog: (
1605
+ obj: RemovePermissionRequest
1606
+ ) => any;
1607
+ export declare const TagResourceRequestFilterSensitiveLog: (
1608
+ obj: TagResourceRequest
1609
+ ) => any;
1610
+ export declare const UntagResourceRequestFilterSensitiveLog: (
1611
+ obj: UntagResourceRequest
1612
+ ) => any;
1613
+ export declare const UpdateAliasRequestFilterSensitiveLog: (
1614
+ obj: UpdateAliasRequest
1615
+ ) => any;
1616
+ export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (
1617
+ obj: UpdateCodeSigningConfigRequest
1618
+ ) => any;
1619
+ export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (
1620
+ obj: UpdateCodeSigningConfigResponse
1621
+ ) => any;
1622
+ export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (
1623
+ obj: UpdateEventSourceMappingRequest
1624
+ ) => any;
1625
+ export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (
1626
+ obj: UpdateFunctionCodeRequest
1627
+ ) => any;
1628
+ export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (
1629
+ obj: UpdateFunctionConfigurationRequest
1630
+ ) => any;
1631
+ export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (
1632
+ obj: UpdateFunctionEventInvokeConfigRequest
1633
+ ) => any;
1634
+ export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (
1635
+ obj: UpdateFunctionUrlConfigRequest
1636
+ ) => any;
1637
+ export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (
1638
+ obj: UpdateFunctionUrlConfigResponse
1639
+ ) => any;