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