@aws-sdk/client-lambda 3.130.0 → 3.141.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 (133) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -2
  4. package/dist-cjs/commands/AddPermissionCommand.js +2 -2
  5. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  6. package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -2
  7. package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -2
  8. package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -1
  14. package/dist-cjs/commands/DeleteFunctionCommand.js +1 -1
  15. package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +1 -1
  16. package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +1 -1
  18. package/dist-cjs/commands/DeleteLayerVersionCommand.js +1 -1
  19. package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -1
  20. package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
  21. package/dist-cjs/commands/GetAliasCommand.js +2 -2
  22. package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -2
  23. package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -2
  24. package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  25. package/dist-cjs/commands/GetFunctionCommand.js +2 -2
  26. package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -2
  27. package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -2
  28. package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  29. package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -2
  30. package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -2
  31. package/dist-cjs/commands/GetLayerVersionCommand.js +2 -2
  32. package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -2
  33. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  34. package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  35. package/dist-cjs/commands/InvokeAsyncCommand.js +2 -2
  36. package/dist-cjs/commands/InvokeCommand.js +2 -2
  37. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  38. package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -2
  39. package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -2
  40. package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  41. package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -2
  42. package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  43. package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
  44. package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -2
  45. package/dist-cjs/commands/ListLayersCommand.js +2 -2
  46. package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  47. package/dist-cjs/commands/ListTagsCommand.js +2 -2
  48. package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -2
  49. package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -2
  50. package/dist-cjs/commands/PublishVersionCommand.js +2 -2
  51. package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  52. package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -2
  53. package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  54. package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  55. package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +1 -1
  56. package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
  57. package/dist-cjs/commands/TagResourceCommand.js +1 -1
  58. package/dist-cjs/commands/UntagResourceCommand.js +1 -1
  59. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  66. package/dist-cjs/models/models_0.js +578 -854
  67. package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -3
  68. package/dist-es/commands/AddPermissionCommand.js +3 -3
  69. package/dist-es/commands/CreateAliasCommand.js +3 -3
  70. package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
  71. package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
  72. package/dist-es/commands/CreateFunctionCommand.js +3 -3
  73. package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
  74. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  75. package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
  76. package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
  77. package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  78. package/dist-es/commands/DeleteFunctionCommand.js +2 -2
  79. package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  80. package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  81. package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  82. package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  83. package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  84. package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
  85. package/dist-es/commands/GetAliasCommand.js +3 -3
  86. package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
  87. package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
  88. package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
  89. package/dist-es/commands/GetFunctionCommand.js +3 -3
  90. package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
  91. package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
  92. package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
  93. package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
  94. package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
  95. package/dist-es/commands/GetLayerVersionCommand.js +3 -3
  96. package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
  97. package/dist-es/commands/GetPolicyCommand.js +3 -3
  98. package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
  99. package/dist-es/commands/InvokeAsyncCommand.js +3 -3
  100. package/dist-es/commands/InvokeCommand.js +3 -3
  101. package/dist-es/commands/ListAliasesCommand.js +3 -3
  102. package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
  103. package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
  104. package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
  105. package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
  106. package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
  107. package/dist-es/commands/ListFunctionsCommand.js +3 -3
  108. package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
  109. package/dist-es/commands/ListLayersCommand.js +3 -3
  110. package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
  111. package/dist-es/commands/ListTagsCommand.js +3 -3
  112. package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
  113. package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
  114. package/dist-es/commands/PublishVersionCommand.js +3 -3
  115. package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
  116. package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
  117. package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
  118. package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
  119. package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  120. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  121. package/dist-es/commands/TagResourceCommand.js +2 -2
  122. package/dist-es/commands/UntagResourceCommand.js +2 -2
  123. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  124. package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
  125. package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
  126. package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
  127. package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
  128. package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
  129. package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
  130. package/dist-es/models/models_0.js +140 -554
  131. package/dist-types/models/models_0.d.ts +552 -828
  132. package/dist-types/ts3.4/models/models_0.d.ts +276 -552
  133. package/package.json +7 -7
@@ -15,10 +15,6 @@ export interface AccountLimit {
15
15
 
16
16
  UnreservedConcurrentExecutions?: number;
17
17
  }
18
- export declare namespace AccountLimit {
19
-
20
- const filterSensitiveLog: (obj: AccountLimit) => any;
21
- }
22
18
 
23
19
  export interface AccountUsage {
24
20
 
@@ -26,10 +22,6 @@ export interface AccountUsage {
26
22
 
27
23
  FunctionCount?: number;
28
24
  }
29
- export declare namespace AccountUsage {
30
-
31
- const filterSensitiveLog: (obj: AccountUsage) => any;
32
- }
33
25
  export interface AddLayerVersionPermissionRequest {
34
26
 
35
27
  LayerName: string | undefined;
@@ -46,20 +38,12 @@ export interface AddLayerVersionPermissionRequest {
46
38
 
47
39
  RevisionId?: string;
48
40
  }
49
- export declare namespace AddLayerVersionPermissionRequest {
50
-
51
- const filterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
52
- }
53
41
  export interface AddLayerVersionPermissionResponse {
54
42
 
55
43
  Statement?: string;
56
44
 
57
45
  RevisionId?: string;
58
46
  }
59
- export declare namespace AddLayerVersionPermissionResponse {
60
-
61
- const filterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
62
- }
63
47
 
64
48
  export declare class InvalidParameterValueException extends __BaseException {
65
49
  readonly name: "InvalidParameterValueException";
@@ -159,27 +143,15 @@ export interface AddPermissionRequest {
159
143
 
160
144
  FunctionUrlAuthType?: FunctionUrlAuthType | string;
161
145
  }
162
- export declare namespace AddPermissionRequest {
163
-
164
- const filterSensitiveLog: (obj: AddPermissionRequest) => any;
165
- }
166
146
  export interface AddPermissionResponse {
167
147
 
168
148
  Statement?: string;
169
149
  }
170
- export declare namespace AddPermissionResponse {
171
-
172
- const filterSensitiveLog: (obj: AddPermissionResponse) => any;
173
- }
174
150
 
175
151
  export interface AliasRoutingConfiguration {
176
152
 
177
153
  AdditionalVersionWeights?: Record<string, number>;
178
154
  }
179
- export declare namespace AliasRoutingConfiguration {
180
-
181
- const filterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
182
- }
183
155
 
184
156
  export interface AliasConfiguration {
185
157
 
@@ -195,19 +167,11 @@ export interface AliasConfiguration {
195
167
 
196
168
  RevisionId?: string;
197
169
  }
198
- export declare namespace AliasConfiguration {
199
-
200
- const filterSensitiveLog: (obj: AliasConfiguration) => any;
201
- }
202
170
 
203
171
  export interface AllowedPublishers {
204
172
 
205
173
  SigningProfileVersionArns: string[] | undefined;
206
174
  }
207
- export declare namespace AllowedPublishers {
208
-
209
- const filterSensitiveLog: (obj: AllowedPublishers) => any;
210
- }
211
175
  export declare enum Architecture {
212
176
  arm64 = "arm64",
213
177
  x86_64 = "x86_64"
@@ -224,10 +188,6 @@ export interface CreateAliasRequest {
224
188
 
225
189
  RoutingConfig?: AliasRoutingConfiguration;
226
190
  }
227
- export declare namespace CreateAliasRequest {
228
-
229
- const filterSensitiveLog: (obj: CreateAliasRequest) => any;
230
- }
231
191
  export declare enum CodeSigningPolicy {
232
192
  Enforce = "Enforce",
233
193
  Warn = "Warn"
@@ -237,10 +197,6 @@ export interface CodeSigningPolicies {
237
197
 
238
198
  UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
239
199
  }
240
- export declare namespace CodeSigningPolicies {
241
-
242
- const filterSensitiveLog: (obj: CodeSigningPolicies) => any;
243
- }
244
200
  export interface CreateCodeSigningConfigRequest {
245
201
 
246
202
  Description?: string;
@@ -249,10 +205,6 @@ export interface CreateCodeSigningConfigRequest {
249
205
 
250
206
  CodeSigningPolicies?: CodeSigningPolicies;
251
207
  }
252
- export declare namespace CreateCodeSigningConfigRequest {
253
-
254
- const filterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
255
- }
256
208
 
257
209
  export interface CodeSigningConfig {
258
210
 
@@ -268,36 +220,20 @@ export interface CodeSigningConfig {
268
220
 
269
221
  LastModified: string | undefined;
270
222
  }
271
- export declare namespace CodeSigningConfig {
272
-
273
- const filterSensitiveLog: (obj: CodeSigningConfig) => any;
274
- }
275
223
  export interface CreateCodeSigningConfigResponse {
276
224
 
277
225
  CodeSigningConfig: CodeSigningConfig | undefined;
278
226
  }
279
- export declare namespace CreateCodeSigningConfigResponse {
280
-
281
- const filterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
282
- }
283
227
 
284
228
  export interface OnFailure {
285
229
 
286
230
  Destination?: string;
287
231
  }
288
- export declare namespace OnFailure {
289
-
290
- const filterSensitiveLog: (obj: OnFailure) => any;
291
- }
292
232
 
293
233
  export interface OnSuccess {
294
234
 
295
235
  Destination?: string;
296
236
  }
297
- export declare namespace OnSuccess {
298
-
299
- const filterSensitiveLog: (obj: OnSuccess) => any;
300
- }
301
237
 
302
238
  export interface DestinationConfig {
303
239
 
@@ -305,28 +241,16 @@ export interface DestinationConfig {
305
241
 
306
242
  OnFailure?: OnFailure;
307
243
  }
308
- export declare namespace DestinationConfig {
309
-
310
- const filterSensitiveLog: (obj: DestinationConfig) => any;
311
- }
312
244
 
313
245
  export interface Filter {
314
246
 
315
247
  Pattern?: string;
316
248
  }
317
- export declare namespace Filter {
318
-
319
- const filterSensitiveLog: (obj: Filter) => any;
320
- }
321
249
 
322
250
  export interface FilterCriteria {
323
251
 
324
252
  Filters?: Filter[];
325
253
  }
326
- export declare namespace FilterCriteria {
327
-
328
- const filterSensitiveLog: (obj: FilterCriteria) => any;
329
- }
330
254
  export declare enum FunctionResponseType {
331
255
  ReportBatchItemFailures = "ReportBatchItemFailures"
332
256
  }
@@ -338,10 +262,6 @@ export interface SelfManagedEventSource {
338
262
 
339
263
  Endpoints?: Record<string, string[]>;
340
264
  }
341
- export declare namespace SelfManagedEventSource {
342
-
343
- const filterSensitiveLog: (obj: SelfManagedEventSource) => any;
344
- }
345
265
  export declare enum SourceAccessType {
346
266
  BASIC_AUTH = "BASIC_AUTH",
347
267
  CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
@@ -359,10 +279,6 @@ export interface SourceAccessConfiguration {
359
279
 
360
280
  URI?: string;
361
281
  }
362
- export declare namespace SourceAccessConfiguration {
363
-
364
- const filterSensitiveLog: (obj: SourceAccessConfiguration) => any;
365
- }
366
282
  export declare enum EventSourcePosition {
367
283
  AT_TIMESTAMP = "AT_TIMESTAMP",
368
284
  LATEST = "LATEST",
@@ -408,10 +324,6 @@ export interface CreateEventSourceMappingRequest {
408
324
 
409
325
  FunctionResponseTypes?: (FunctionResponseType | string)[];
410
326
  }
411
- export declare namespace CreateEventSourceMappingRequest {
412
-
413
- const filterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
414
- }
415
327
 
416
328
  export interface EventSourceMappingConfiguration {
417
329
 
@@ -461,10 +373,6 @@ export interface EventSourceMappingConfiguration {
461
373
 
462
374
  FunctionResponseTypes?: (FunctionResponseType | string)[];
463
375
  }
464
- export declare namespace EventSourceMappingConfiguration {
465
-
466
- const filterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
467
- }
468
376
 
469
377
  export declare class CodeSigningConfigNotFoundException extends __BaseException {
470
378
  readonly name: "CodeSigningConfigNotFoundException";
@@ -505,37 +413,21 @@ export interface FunctionCode {
505
413
 
506
414
  ImageUri?: string;
507
415
  }
508
- export declare namespace FunctionCode {
509
-
510
- const filterSensitiveLog: (obj: FunctionCode) => any;
511
- }
512
416
 
513
417
  export interface DeadLetterConfig {
514
418
 
515
419
  TargetArn?: string;
516
420
  }
517
- export declare namespace DeadLetterConfig {
518
-
519
- const filterSensitiveLog: (obj: DeadLetterConfig) => any;
520
- }
521
421
 
522
422
  export interface Environment {
523
423
 
524
424
  Variables?: Record<string, string>;
525
425
  }
526
- export declare namespace Environment {
527
-
528
- const filterSensitiveLog: (obj: Environment) => any;
529
- }
530
426
 
531
427
  export interface EphemeralStorage {
532
428
 
533
429
  Size: number | undefined;
534
430
  }
535
- export declare namespace EphemeralStorage {
536
-
537
- const filterSensitiveLog: (obj: EphemeralStorage) => any;
538
- }
539
431
 
540
432
  export interface FileSystemConfig {
541
433
 
@@ -543,10 +435,6 @@ export interface FileSystemConfig {
543
435
 
544
436
  LocalMountPath: string | undefined;
545
437
  }
546
- export declare namespace FileSystemConfig {
547
-
548
- const filterSensitiveLog: (obj: FileSystemConfig) => any;
549
- }
550
438
 
551
439
  export interface ImageConfig {
552
440
 
@@ -556,10 +444,6 @@ export interface ImageConfig {
556
444
 
557
445
  WorkingDirectory?: string;
558
446
  }
559
- export declare namespace ImageConfig {
560
-
561
- const filterSensitiveLog: (obj: ImageConfig) => any;
562
- }
563
447
  export declare enum PackageType {
564
448
  Image = "Image",
565
449
  Zip = "Zip"
@@ -602,10 +486,6 @@ export interface TracingConfig {
602
486
 
603
487
  Mode?: TracingMode | string;
604
488
  }
605
- export declare namespace TracingConfig {
606
-
607
- const filterSensitiveLog: (obj: TracingConfig) => any;
608
- }
609
489
 
610
490
  export interface VpcConfig {
611
491
 
@@ -613,10 +493,6 @@ export interface VpcConfig {
613
493
 
614
494
  SecurityGroupIds?: string[];
615
495
  }
616
- export declare namespace VpcConfig {
617
-
618
- const filterSensitiveLog: (obj: VpcConfig) => any;
619
- }
620
496
  export interface CreateFunctionRequest {
621
497
 
622
498
  FunctionName: string | undefined;
@@ -663,10 +539,6 @@ export interface CreateFunctionRequest {
663
539
 
664
540
  EphemeralStorage?: EphemeralStorage;
665
541
  }
666
- export declare namespace CreateFunctionRequest {
667
-
668
- const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
669
- }
670
542
 
671
543
  export interface EnvironmentError {
672
544
 
@@ -674,10 +546,6 @@ export interface EnvironmentError {
674
546
 
675
547
  Message?: string;
676
548
  }
677
- export declare namespace EnvironmentError {
678
-
679
- const filterSensitiveLog: (obj: EnvironmentError) => any;
680
- }
681
549
 
682
550
  export interface EnvironmentResponse {
683
551
 
@@ -685,10 +553,6 @@ export interface EnvironmentResponse {
685
553
 
686
554
  Error?: EnvironmentError;
687
555
  }
688
- export declare namespace EnvironmentResponse {
689
-
690
- const filterSensitiveLog: (obj: EnvironmentResponse) => any;
691
- }
692
556
 
693
557
  export interface ImageConfigError {
694
558
 
@@ -696,10 +560,6 @@ export interface ImageConfigError {
696
560
 
697
561
  Message?: string;
698
562
  }
699
- export declare namespace ImageConfigError {
700
-
701
- const filterSensitiveLog: (obj: ImageConfigError) => any;
702
- }
703
563
 
704
564
  export interface ImageConfigResponse {
705
565
 
@@ -707,10 +567,6 @@ export interface ImageConfigResponse {
707
567
 
708
568
  Error?: ImageConfigError;
709
569
  }
710
- export declare namespace ImageConfigResponse {
711
-
712
- const filterSensitiveLog: (obj: ImageConfigResponse) => any;
713
- }
714
570
  export declare enum LastUpdateStatus {
715
571
  Failed = "Failed",
716
572
  InProgress = "InProgress",
@@ -739,10 +595,6 @@ export interface Layer {
739
595
 
740
596
  SigningJobArn?: string;
741
597
  }
742
- export declare namespace Layer {
743
-
744
- const filterSensitiveLog: (obj: Layer) => any;
745
- }
746
598
  export declare enum State {
747
599
  Active = "Active",
748
600
  Failed = "Failed",
@@ -769,10 +621,6 @@ export interface TracingConfigResponse {
769
621
 
770
622
  Mode?: TracingMode | string;
771
623
  }
772
- export declare namespace TracingConfigResponse {
773
-
774
- const filterSensitiveLog: (obj: TracingConfigResponse) => any;
775
- }
776
624
 
777
625
  export interface VpcConfigResponse {
778
626
 
@@ -782,10 +630,6 @@ export interface VpcConfigResponse {
782
630
 
783
631
  VpcId?: string;
784
632
  }
785
- export declare namespace VpcConfigResponse {
786
-
787
- const filterSensitiveLog: (obj: VpcConfigResponse) => any;
788
- }
789
633
 
790
634
  export interface FunctionConfiguration {
791
635
 
@@ -855,10 +699,6 @@ export interface FunctionConfiguration {
855
699
 
856
700
  EphemeralStorage?: EphemeralStorage;
857
701
  }
858
- export declare namespace FunctionConfiguration {
859
-
860
- const filterSensitiveLog: (obj: FunctionConfiguration) => any;
861
- }
862
702
 
863
703
  export declare class InvalidCodeSignatureException extends __BaseException {
864
704
  readonly name: "InvalidCodeSignatureException";
@@ -883,10 +723,6 @@ export interface Cors {
883
723
 
884
724
  MaxAge?: number;
885
725
  }
886
- export declare namespace Cors {
887
-
888
- const filterSensitiveLog: (obj: Cors) => any;
889
- }
890
726
  export interface CreateFunctionUrlConfigRequest {
891
727
 
892
728
  FunctionName: string | undefined;
@@ -897,10 +733,6 @@ export interface CreateFunctionUrlConfigRequest {
897
733
 
898
734
  Cors?: Cors;
899
735
  }
900
- export declare namespace CreateFunctionUrlConfigRequest {
901
-
902
- const filterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
903
- }
904
736
  export interface CreateFunctionUrlConfigResponse {
905
737
 
906
738
  FunctionUrl: string | undefined;
@@ -913,42 +745,22 @@ export interface CreateFunctionUrlConfigResponse {
913
745
 
914
746
  CreationTime: string | undefined;
915
747
  }
916
- export declare namespace CreateFunctionUrlConfigResponse {
917
-
918
- const filterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
919
- }
920
748
  export interface DeleteAliasRequest {
921
749
 
922
750
  FunctionName: string | undefined;
923
751
 
924
752
  Name: string | undefined;
925
753
  }
926
- export declare namespace DeleteAliasRequest {
927
-
928
- const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
929
- }
930
754
  export interface DeleteCodeSigningConfigRequest {
931
755
 
932
756
  CodeSigningConfigArn: string | undefined;
933
757
  }
934
- export declare namespace DeleteCodeSigningConfigRequest {
935
-
936
- const filterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
937
- }
938
758
  export interface DeleteCodeSigningConfigResponse {
939
759
  }
940
- export declare namespace DeleteCodeSigningConfigResponse {
941
-
942
- const filterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
943
- }
944
760
  export interface DeleteEventSourceMappingRequest {
945
761
 
946
762
  UUID: string | undefined;
947
763
  }
948
- export declare namespace DeleteEventSourceMappingRequest {
949
-
950
- const filterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
951
- }
952
764
 
953
765
  export declare class ResourceInUseException extends __BaseException {
954
766
  readonly name: "ResourceInUseException";
@@ -964,126 +776,70 @@ export interface DeleteFunctionRequest {
964
776
 
965
777
  Qualifier?: string;
966
778
  }
967
- export declare namespace DeleteFunctionRequest {
968
-
969
- const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
970
- }
971
779
  export interface DeleteFunctionCodeSigningConfigRequest {
972
780
 
973
781
  FunctionName: string | undefined;
974
782
  }
975
- export declare namespace DeleteFunctionCodeSigningConfigRequest {
976
-
977
- const filterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
978
- }
979
783
  export interface DeleteFunctionConcurrencyRequest {
980
784
 
981
785
  FunctionName: string | undefined;
982
786
  }
983
- export declare namespace DeleteFunctionConcurrencyRequest {
984
-
985
- const filterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
986
- }
987
787
  export interface DeleteFunctionEventInvokeConfigRequest {
988
788
 
989
789
  FunctionName: string | undefined;
990
790
 
991
791
  Qualifier?: string;
992
792
  }
993
- export declare namespace DeleteFunctionEventInvokeConfigRequest {
994
-
995
- const filterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
996
- }
997
793
  export interface DeleteFunctionUrlConfigRequest {
998
794
 
999
795
  FunctionName: string | undefined;
1000
796
 
1001
797
  Qualifier?: string;
1002
798
  }
1003
- export declare namespace DeleteFunctionUrlConfigRequest {
1004
-
1005
- const filterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
1006
- }
1007
799
  export interface DeleteLayerVersionRequest {
1008
800
 
1009
801
  LayerName: string | undefined;
1010
802
 
1011
803
  VersionNumber: number | undefined;
1012
804
  }
1013
- export declare namespace DeleteLayerVersionRequest {
1014
-
1015
- const filterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
1016
- }
1017
805
  export interface DeleteProvisionedConcurrencyConfigRequest {
1018
806
 
1019
807
  FunctionName: string | undefined;
1020
808
 
1021
809
  Qualifier: string | undefined;
1022
810
  }
1023
- export declare namespace DeleteProvisionedConcurrencyConfigRequest {
1024
-
1025
- const filterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
1026
- }
1027
811
  export interface GetAccountSettingsRequest {
1028
812
  }
1029
- export declare namespace GetAccountSettingsRequest {
1030
-
1031
- const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
1032
- }
1033
813
  export interface GetAccountSettingsResponse {
1034
814
 
1035
815
  AccountLimit?: AccountLimit;
1036
816
 
1037
817
  AccountUsage?: AccountUsage;
1038
818
  }
1039
- export declare namespace GetAccountSettingsResponse {
1040
-
1041
- const filterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
1042
- }
1043
819
  export interface GetAliasRequest {
1044
820
 
1045
821
  FunctionName: string | undefined;
1046
822
 
1047
823
  Name: string | undefined;
1048
824
  }
1049
- export declare namespace GetAliasRequest {
1050
-
1051
- const filterSensitiveLog: (obj: GetAliasRequest) => any;
1052
- }
1053
825
  export interface GetCodeSigningConfigRequest {
1054
826
 
1055
827
  CodeSigningConfigArn: string | undefined;
1056
828
  }
1057
- export declare namespace GetCodeSigningConfigRequest {
1058
-
1059
- const filterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
1060
- }
1061
829
  export interface GetCodeSigningConfigResponse {
1062
830
 
1063
831
  CodeSigningConfig: CodeSigningConfig | undefined;
1064
832
  }
1065
- export declare namespace GetCodeSigningConfigResponse {
1066
-
1067
- const filterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
1068
- }
1069
833
  export interface GetEventSourceMappingRequest {
1070
834
 
1071
835
  UUID: string | undefined;
1072
836
  }
1073
- export declare namespace GetEventSourceMappingRequest {
1074
-
1075
- const filterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
1076
- }
1077
837
  export interface GetFunctionRequest {
1078
838
 
1079
839
  FunctionName: string | undefined;
1080
840
 
1081
841
  Qualifier?: string;
1082
842
  }
1083
- export declare namespace GetFunctionRequest {
1084
-
1085
- const filterSensitiveLog: (obj: GetFunctionRequest) => any;
1086
- }
1087
843
 
1088
844
  export interface FunctionCodeLocation {
1089
845
 
@@ -1095,18 +851,10 @@ export interface FunctionCodeLocation {
1095
851
 
1096
852
  ResolvedImageUri?: string;
1097
853
  }
1098
- export declare namespace FunctionCodeLocation {
1099
-
1100
- const filterSensitiveLog: (obj: FunctionCodeLocation) => any;
1101
- }
1102
854
  export interface Concurrency {
1103
855
 
1104
856
  ReservedConcurrentExecutions?: number;
1105
857
  }
1106
- export declare namespace Concurrency {
1107
-
1108
- const filterSensitiveLog: (obj: Concurrency) => any;
1109
- }
1110
858
  export interface GetFunctionResponse {
1111
859
 
1112
860
  Configuration?: FunctionConfiguration;
@@ -1117,54 +865,30 @@ export interface GetFunctionResponse {
1117
865
 
1118
866
  Concurrency?: Concurrency;
1119
867
  }
1120
- export declare namespace GetFunctionResponse {
1121
-
1122
- const filterSensitiveLog: (obj: GetFunctionResponse) => any;
1123
- }
1124
868
  export interface GetFunctionCodeSigningConfigRequest {
1125
869
 
1126
870
  FunctionName: string | undefined;
1127
871
  }
1128
- export declare namespace GetFunctionCodeSigningConfigRequest {
1129
-
1130
- const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
1131
- }
1132
872
  export interface GetFunctionCodeSigningConfigResponse {
1133
873
 
1134
874
  CodeSigningConfigArn: string | undefined;
1135
875
 
1136
876
  FunctionName: string | undefined;
1137
877
  }
1138
- export declare namespace GetFunctionCodeSigningConfigResponse {
1139
-
1140
- const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
1141
- }
1142
878
  export interface GetFunctionConcurrencyRequest {
1143
879
 
1144
880
  FunctionName: string | undefined;
1145
881
  }
1146
- export declare namespace GetFunctionConcurrencyRequest {
1147
-
1148
- const filterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
1149
- }
1150
882
  export interface GetFunctionConcurrencyResponse {
1151
883
 
1152
884
  ReservedConcurrentExecutions?: number;
1153
885
  }
1154
- export declare namespace GetFunctionConcurrencyResponse {
1155
-
1156
- const filterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
1157
- }
1158
886
  export interface GetFunctionConfigurationRequest {
1159
887
 
1160
888
  FunctionName: string | undefined;
1161
889
 
1162
890
  Qualifier?: string;
1163
891
  }
1164
- export declare namespace GetFunctionConfigurationRequest {
1165
-
1166
- const filterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
1167
- }
1168
892
  export interface FunctionEventInvokeConfig {
1169
893
 
1170
894
  LastModified?: Date;
@@ -1177,30 +901,18 @@ export interface FunctionEventInvokeConfig {
1177
901
 
1178
902
  DestinationConfig?: DestinationConfig;
1179
903
  }
1180
- export declare namespace FunctionEventInvokeConfig {
1181
-
1182
- const filterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
1183
- }
1184
904
  export interface GetFunctionEventInvokeConfigRequest {
1185
905
 
1186
906
  FunctionName: string | undefined;
1187
907
 
1188
908
  Qualifier?: string;
1189
909
  }
1190
- export declare namespace GetFunctionEventInvokeConfigRequest {
1191
-
1192
- const filterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
1193
- }
1194
910
  export interface GetFunctionUrlConfigRequest {
1195
911
 
1196
912
  FunctionName: string | undefined;
1197
913
 
1198
914
  Qualifier?: string;
1199
915
  }
1200
- export declare namespace GetFunctionUrlConfigRequest {
1201
-
1202
- const filterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
1203
- }
1204
916
  export interface GetFunctionUrlConfigResponse {
1205
917
 
1206
918
  FunctionUrl: string | undefined;
@@ -1215,20 +927,12 @@ export interface GetFunctionUrlConfigResponse {
1215
927
 
1216
928
  LastModifiedTime: string | undefined;
1217
929
  }
1218
- export declare namespace GetFunctionUrlConfigResponse {
1219
-
1220
- const filterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
1221
- }
1222
930
  export interface GetLayerVersionRequest {
1223
931
 
1224
932
  LayerName: string | undefined;
1225
933
 
1226
934
  VersionNumber: number | undefined;
1227
935
  }
1228
- export declare namespace GetLayerVersionRequest {
1229
-
1230
- const filterSensitiveLog: (obj: GetLayerVersionRequest) => any;
1231
- }
1232
936
 
1233
937
  export interface LayerVersionContentOutput {
1234
938
 
@@ -1242,10 +946,6 @@ export interface LayerVersionContentOutput {
1242
946
 
1243
947
  SigningJobArn?: string;
1244
948
  }
1245
- export declare namespace LayerVersionContentOutput {
1246
-
1247
- const filterSensitiveLog: (obj: LayerVersionContentOutput) => any;
1248
- }
1249
949
  export interface GetLayerVersionResponse {
1250
950
 
1251
951
  Content?: LayerVersionContentOutput;
@@ -1266,68 +966,40 @@ export interface GetLayerVersionResponse {
1266
966
 
1267
967
  CompatibleArchitectures?: (Architecture | string)[];
1268
968
  }
1269
- export declare namespace GetLayerVersionResponse {
1270
-
1271
- const filterSensitiveLog: (obj: GetLayerVersionResponse) => any;
1272
- }
1273
969
  export interface GetLayerVersionByArnRequest {
1274
970
 
1275
971
  Arn: string | undefined;
1276
972
  }
1277
- export declare namespace GetLayerVersionByArnRequest {
1278
-
1279
- const filterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
1280
- }
1281
973
  export interface GetLayerVersionPolicyRequest {
1282
974
 
1283
975
  LayerName: string | undefined;
1284
976
 
1285
977
  VersionNumber: number | undefined;
1286
978
  }
1287
- export declare namespace GetLayerVersionPolicyRequest {
1288
-
1289
- const filterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
1290
- }
1291
979
  export interface GetLayerVersionPolicyResponse {
1292
980
 
1293
981
  Policy?: string;
1294
982
 
1295
983
  RevisionId?: string;
1296
984
  }
1297
- export declare namespace GetLayerVersionPolicyResponse {
1298
-
1299
- const filterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
1300
- }
1301
985
  export interface GetPolicyRequest {
1302
986
 
1303
987
  FunctionName: string | undefined;
1304
988
 
1305
989
  Qualifier?: string;
1306
990
  }
1307
- export declare namespace GetPolicyRequest {
1308
-
1309
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
1310
- }
1311
991
  export interface GetPolicyResponse {
1312
992
 
1313
993
  Policy?: string;
1314
994
 
1315
995
  RevisionId?: string;
1316
996
  }
1317
- export declare namespace GetPolicyResponse {
1318
-
1319
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
1320
- }
1321
997
  export interface GetProvisionedConcurrencyConfigRequest {
1322
998
 
1323
999
  FunctionName: string | undefined;
1324
1000
 
1325
1001
  Qualifier: string | undefined;
1326
1002
  }
1327
- export declare namespace GetProvisionedConcurrencyConfigRequest {
1328
-
1329
- const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
1330
- }
1331
1003
  export declare enum ProvisionedConcurrencyStatusEnum {
1332
1004
  FAILED = "FAILED",
1333
1005
  IN_PROGRESS = "IN_PROGRESS",
@@ -1347,10 +1019,6 @@ export interface GetProvisionedConcurrencyConfigResponse {
1347
1019
 
1348
1020
  LastModified?: string;
1349
1021
  }
1350
- export declare namespace GetProvisionedConcurrencyConfigResponse {
1351
-
1352
- const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
1353
- }
1354
1022
 
1355
1023
  export declare class ProvisionedConcurrencyConfigNotFoundException extends __BaseException {
1356
1024
  readonly name: "ProvisionedConcurrencyConfigNotFoundException";
@@ -1500,10 +1168,6 @@ export interface InvocationRequest {
1500
1168
 
1501
1169
  Qualifier?: string;
1502
1170
  }
1503
- export declare namespace InvocationRequest {
1504
-
1505
- const filterSensitiveLog: (obj: InvocationRequest) => any;
1506
- }
1507
1171
  export interface InvocationResponse {
1508
1172
 
1509
1173
  StatusCode?: number;
@@ -1516,10 +1180,6 @@ export interface InvocationResponse {
1516
1180
 
1517
1181
  ExecutedVersion?: string;
1518
1182
  }
1519
- export declare namespace InvocationResponse {
1520
-
1521
- const filterSensitiveLog: (obj: InvocationResponse) => any;
1522
- }
1523
1183
 
1524
1184
  export declare class KMSAccessDeniedException extends __BaseException {
1525
1185
  readonly name: "KMSAccessDeniedException";
@@ -1596,19 +1256,11 @@ export interface InvokeAsyncRequest {
1596
1256
 
1597
1257
  InvokeArgs: Readable | ReadableStream | Blob | undefined;
1598
1258
  }
1599
- export declare namespace InvokeAsyncRequest {
1600
-
1601
- const filterSensitiveLog: (obj: InvokeAsyncRequest) => any;
1602
- }
1603
1259
 
1604
1260
  export interface InvokeAsyncResponse {
1605
1261
 
1606
1262
  Status?: number;
1607
1263
  }
1608
- export declare namespace InvokeAsyncResponse {
1609
-
1610
- const filterSensitiveLog: (obj: InvokeAsyncResponse) => any;
1611
- }
1612
1264
  export interface ListAliasesRequest {
1613
1265
 
1614
1266
  FunctionName: string | undefined;
@@ -1619,40 +1271,24 @@ export interface ListAliasesRequest {
1619
1271
 
1620
1272
  MaxItems?: number;
1621
1273
  }
1622
- export declare namespace ListAliasesRequest {
1623
-
1624
- const filterSensitiveLog: (obj: ListAliasesRequest) => any;
1625
- }
1626
1274
  export interface ListAliasesResponse {
1627
1275
 
1628
1276
  NextMarker?: string;
1629
1277
 
1630
1278
  Aliases?: AliasConfiguration[];
1631
1279
  }
1632
- export declare namespace ListAliasesResponse {
1633
-
1634
- const filterSensitiveLog: (obj: ListAliasesResponse) => any;
1635
- }
1636
1280
  export interface ListCodeSigningConfigsRequest {
1637
1281
 
1638
1282
  Marker?: string;
1639
1283
 
1640
1284
  MaxItems?: number;
1641
1285
  }
1642
- export declare namespace ListCodeSigningConfigsRequest {
1643
-
1644
- const filterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
1645
- }
1646
1286
  export interface ListCodeSigningConfigsResponse {
1647
1287
 
1648
1288
  NextMarker?: string;
1649
1289
 
1650
1290
  CodeSigningConfigs?: CodeSigningConfig[];
1651
1291
  }
1652
- export declare namespace ListCodeSigningConfigsResponse {
1653
-
1654
- const filterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
1655
- }
1656
1292
  export interface ListEventSourceMappingsRequest {
1657
1293
 
1658
1294
  EventSourceArn?: string;
@@ -1663,20 +1299,12 @@ export interface ListEventSourceMappingsRequest {
1663
1299
 
1664
1300
  MaxItems?: number;
1665
1301
  }
1666
- export declare namespace ListEventSourceMappingsRequest {
1667
-
1668
- const filterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
1669
- }
1670
1302
  export interface ListEventSourceMappingsResponse {
1671
1303
 
1672
1304
  NextMarker?: string;
1673
1305
 
1674
1306
  EventSourceMappings?: EventSourceMappingConfiguration[];
1675
1307
  }
1676
- export declare namespace ListEventSourceMappingsResponse {
1677
-
1678
- const filterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
1679
- }
1680
1308
  export interface ListFunctionEventInvokeConfigsRequest {
1681
1309
 
1682
1310
  FunctionName: string | undefined;
@@ -1685,20 +1313,12 @@ export interface ListFunctionEventInvokeConfigsRequest {
1685
1313
 
1686
1314
  MaxItems?: number;
1687
1315
  }
1688
- export declare namespace ListFunctionEventInvokeConfigsRequest {
1689
-
1690
- const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
1691
- }
1692
1316
  export interface ListFunctionEventInvokeConfigsResponse {
1693
1317
 
1694
1318
  FunctionEventInvokeConfigs?: FunctionEventInvokeConfig[];
1695
1319
 
1696
1320
  NextMarker?: string;
1697
1321
  }
1698
- export declare namespace ListFunctionEventInvokeConfigsResponse {
1699
-
1700
- const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
1701
- }
1702
1322
  export declare enum FunctionVersion {
1703
1323
  ALL = "ALL"
1704
1324
  }
@@ -1712,10 +1332,6 @@ export interface ListFunctionsRequest {
1712
1332
 
1713
1333
  MaxItems?: number;
1714
1334
  }
1715
- export declare namespace ListFunctionsRequest {
1716
-
1717
- const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
1718
- }
1719
1335
 
1720
1336
  export interface ListFunctionsResponse {
1721
1337
 
@@ -1723,10 +1339,6 @@ export interface ListFunctionsResponse {
1723
1339
 
1724
1340
  Functions?: FunctionConfiguration[];
1725
1341
  }
1726
- export declare namespace ListFunctionsResponse {
1727
-
1728
- const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
1729
- }
1730
1342
  export interface ListFunctionsByCodeSigningConfigRequest {
1731
1343
 
1732
1344
  CodeSigningConfigArn: string | undefined;
@@ -1735,20 +1347,12 @@ export interface ListFunctionsByCodeSigningConfigRequest {
1735
1347
 
1736
1348
  MaxItems?: number;
1737
1349
  }
1738
- export declare namespace ListFunctionsByCodeSigningConfigRequest {
1739
-
1740
- const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
1741
- }
1742
1350
  export interface ListFunctionsByCodeSigningConfigResponse {
1743
1351
 
1744
1352
  NextMarker?: string;
1745
1353
 
1746
1354
  FunctionArns?: string[];
1747
1355
  }
1748
- export declare namespace ListFunctionsByCodeSigningConfigResponse {
1749
-
1750
- const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
1751
- }
1752
1356
  export interface ListFunctionUrlConfigsRequest {
1753
1357
 
1754
1358
  FunctionName: string | undefined;
@@ -1757,10 +1361,6 @@ export interface ListFunctionUrlConfigsRequest {
1757
1361
 
1758
1362
  MaxItems?: number;
1759
1363
  }
1760
- export declare namespace ListFunctionUrlConfigsRequest {
1761
-
1762
- const filterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
1763
- }
1764
1364
 
1765
1365
  export interface FunctionUrlConfig {
1766
1366
 
@@ -1776,20 +1376,12 @@ export interface FunctionUrlConfig {
1776
1376
 
1777
1377
  AuthType: FunctionUrlAuthType | string | undefined;
1778
1378
  }
1779
- export declare namespace FunctionUrlConfig {
1780
-
1781
- const filterSensitiveLog: (obj: FunctionUrlConfig) => any;
1782
- }
1783
1379
  export interface ListFunctionUrlConfigsResponse {
1784
1380
 
1785
1381
  FunctionUrlConfigs: FunctionUrlConfig[] | undefined;
1786
1382
 
1787
1383
  NextMarker?: string;
1788
1384
  }
1789
- export declare namespace ListFunctionUrlConfigsResponse {
1790
-
1791
- const filterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
1792
- }
1793
1385
  export interface ListLayersRequest {
1794
1386
 
1795
1387
  CompatibleRuntime?: Runtime | string;
@@ -1800,10 +1392,6 @@ export interface ListLayersRequest {
1800
1392
 
1801
1393
  CompatibleArchitecture?: Architecture | string;
1802
1394
  }
1803
- export declare namespace ListLayersRequest {
1804
-
1805
- const filterSensitiveLog: (obj: ListLayersRequest) => any;
1806
- }
1807
1395
 
1808
1396
  export interface LayerVersionsListItem {
1809
1397
 
@@ -1821,10 +1409,6 @@ export interface LayerVersionsListItem {
1821
1409
 
1822
1410
  CompatibleArchitectures?: (Architecture | string)[];
1823
1411
  }
1824
- export declare namespace LayerVersionsListItem {
1825
-
1826
- const filterSensitiveLog: (obj: LayerVersionsListItem) => any;
1827
- }
1828
1412
 
1829
1413
  export interface LayersListItem {
1830
1414
 
@@ -1834,20 +1418,12 @@ export interface LayersListItem {
1834
1418
 
1835
1419
  LatestMatchingVersion?: LayerVersionsListItem;
1836
1420
  }
1837
- export declare namespace LayersListItem {
1838
-
1839
- const filterSensitiveLog: (obj: LayersListItem) => any;
1840
- }
1841
1421
  export interface ListLayersResponse {
1842
1422
 
1843
1423
  NextMarker?: string;
1844
1424
 
1845
1425
  Layers?: LayersListItem[];
1846
1426
  }
1847
- export declare namespace ListLayersResponse {
1848
-
1849
- const filterSensitiveLog: (obj: ListLayersResponse) => any;
1850
- }
1851
1427
  export interface ListLayerVersionsRequest {
1852
1428
 
1853
1429
  CompatibleRuntime?: Runtime | string;
@@ -1860,20 +1436,12 @@ export interface ListLayerVersionsRequest {
1860
1436
 
1861
1437
  CompatibleArchitecture?: Architecture | string;
1862
1438
  }
1863
- export declare namespace ListLayerVersionsRequest {
1864
-
1865
- const filterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
1866
- }
1867
1439
  export interface ListLayerVersionsResponse {
1868
1440
 
1869
1441
  NextMarker?: string;
1870
1442
 
1871
1443
  LayerVersions?: LayerVersionsListItem[];
1872
1444
  }
1873
- export declare namespace ListLayerVersionsResponse {
1874
-
1875
- const filterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
1876
- }
1877
1445
  export interface ListProvisionedConcurrencyConfigsRequest {
1878
1446
 
1879
1447
  FunctionName: string | undefined;
@@ -1882,10 +1450,6 @@ export interface ListProvisionedConcurrencyConfigsRequest {
1882
1450
 
1883
1451
  MaxItems?: number;
1884
1452
  }
1885
- export declare namespace ListProvisionedConcurrencyConfigsRequest {
1886
-
1887
- const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
1888
- }
1889
1453
 
1890
1454
  export interface ProvisionedConcurrencyConfigListItem {
1891
1455
 
@@ -1903,36 +1467,20 @@ export interface ProvisionedConcurrencyConfigListItem {
1903
1467
 
1904
1468
  LastModified?: string;
1905
1469
  }
1906
- export declare namespace ProvisionedConcurrencyConfigListItem {
1907
-
1908
- const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
1909
- }
1910
1470
  export interface ListProvisionedConcurrencyConfigsResponse {
1911
1471
 
1912
1472
  ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[];
1913
1473
 
1914
1474
  NextMarker?: string;
1915
1475
  }
1916
- export declare namespace ListProvisionedConcurrencyConfigsResponse {
1917
-
1918
- const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
1919
- }
1920
1476
  export interface ListTagsRequest {
1921
1477
 
1922
1478
  Resource: string | undefined;
1923
1479
  }
1924
- export declare namespace ListTagsRequest {
1925
-
1926
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
1927
- }
1928
1480
  export interface ListTagsResponse {
1929
1481
 
1930
1482
  Tags?: Record<string, string>;
1931
1483
  }
1932
- export declare namespace ListTagsResponse {
1933
-
1934
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
1935
- }
1936
1484
  export interface ListVersionsByFunctionRequest {
1937
1485
 
1938
1486
  FunctionName: string | undefined;
@@ -1941,20 +1489,12 @@ export interface ListVersionsByFunctionRequest {
1941
1489
 
1942
1490
  MaxItems?: number;
1943
1491
  }
1944
- export declare namespace ListVersionsByFunctionRequest {
1945
-
1946
- const filterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
1947
- }
1948
1492
  export interface ListVersionsByFunctionResponse {
1949
1493
 
1950
1494
  NextMarker?: string;
1951
1495
 
1952
1496
  Versions?: FunctionConfiguration[];
1953
1497
  }
1954
- export declare namespace ListVersionsByFunctionResponse {
1955
-
1956
- const filterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
1957
- }
1958
1498
 
1959
1499
  export interface LayerVersionContentInput {
1960
1500
 
@@ -1966,10 +1506,6 @@ export interface LayerVersionContentInput {
1966
1506
 
1967
1507
  ZipFile?: Uint8Array;
1968
1508
  }
1969
- export declare namespace LayerVersionContentInput {
1970
-
1971
- const filterSensitiveLog: (obj: LayerVersionContentInput) => any;
1972
- }
1973
1509
  export interface PublishLayerVersionRequest {
1974
1510
 
1975
1511
  LayerName: string | undefined;
@@ -1984,10 +1520,6 @@ export interface PublishLayerVersionRequest {
1984
1520
 
1985
1521
  CompatibleArchitectures?: (Architecture | string)[];
1986
1522
  }
1987
- export declare namespace PublishLayerVersionRequest {
1988
-
1989
- const filterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
1990
- }
1991
1523
  export interface PublishLayerVersionResponse {
1992
1524
 
1993
1525
  Content?: LayerVersionContentOutput;
@@ -2008,10 +1540,6 @@ export interface PublishLayerVersionResponse {
2008
1540
 
2009
1541
  CompatibleArchitectures?: (Architecture | string)[];
2010
1542
  }
2011
- export declare namespace PublishLayerVersionResponse {
2012
-
2013
- const filterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
2014
- }
2015
1543
  export interface PublishVersionRequest {
2016
1544
 
2017
1545
  FunctionName: string | undefined;
@@ -2022,40 +1550,24 @@ export interface PublishVersionRequest {
2022
1550
 
2023
1551
  RevisionId?: string;
2024
1552
  }
2025
- export declare namespace PublishVersionRequest {
2026
-
2027
- const filterSensitiveLog: (obj: PublishVersionRequest) => any;
2028
- }
2029
1553
  export interface PutFunctionCodeSigningConfigRequest {
2030
1554
 
2031
1555
  CodeSigningConfigArn: string | undefined;
2032
1556
 
2033
1557
  FunctionName: string | undefined;
2034
1558
  }
2035
- export declare namespace PutFunctionCodeSigningConfigRequest {
2036
-
2037
- const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
2038
- }
2039
1559
  export interface PutFunctionCodeSigningConfigResponse {
2040
1560
 
2041
1561
  CodeSigningConfigArn: string | undefined;
2042
1562
 
2043
1563
  FunctionName: string | undefined;
2044
1564
  }
2045
- export declare namespace PutFunctionCodeSigningConfigResponse {
2046
-
2047
- const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
2048
- }
2049
1565
  export interface PutFunctionConcurrencyRequest {
2050
1566
 
2051
1567
  FunctionName: string | undefined;
2052
1568
 
2053
1569
  ReservedConcurrentExecutions: number | undefined;
2054
1570
  }
2055
- export declare namespace PutFunctionConcurrencyRequest {
2056
-
2057
- const filterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
2058
- }
2059
1571
  export interface PutFunctionEventInvokeConfigRequest {
2060
1572
 
2061
1573
  FunctionName: string | undefined;
@@ -2068,10 +1580,6 @@ export interface PutFunctionEventInvokeConfigRequest {
2068
1580
 
2069
1581
  DestinationConfig?: DestinationConfig;
2070
1582
  }
2071
- export declare namespace PutFunctionEventInvokeConfigRequest {
2072
-
2073
- const filterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
2074
- }
2075
1583
  export interface PutProvisionedConcurrencyConfigRequest {
2076
1584
 
2077
1585
  FunctionName: string | undefined;
@@ -2080,10 +1588,6 @@ export interface PutProvisionedConcurrencyConfigRequest {
2080
1588
 
2081
1589
  ProvisionedConcurrentExecutions: number | undefined;
2082
1590
  }
2083
- export declare namespace PutProvisionedConcurrencyConfigRequest {
2084
-
2085
- const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
2086
- }
2087
1591
  export interface PutProvisionedConcurrencyConfigResponse {
2088
1592
 
2089
1593
  RequestedProvisionedConcurrentExecutions?: number;
@@ -2098,10 +1602,6 @@ export interface PutProvisionedConcurrencyConfigResponse {
2098
1602
 
2099
1603
  LastModified?: string;
2100
1604
  }
2101
- export declare namespace PutProvisionedConcurrencyConfigResponse {
2102
-
2103
- const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
2104
- }
2105
1605
  export interface RemoveLayerVersionPermissionRequest {
2106
1606
 
2107
1607
  LayerName: string | undefined;
@@ -2112,10 +1612,6 @@ export interface RemoveLayerVersionPermissionRequest {
2112
1612
 
2113
1613
  RevisionId?: string;
2114
1614
  }
2115
- export declare namespace RemoveLayerVersionPermissionRequest {
2116
-
2117
- const filterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
2118
- }
2119
1615
  export interface RemovePermissionRequest {
2120
1616
 
2121
1617
  FunctionName: string | undefined;
@@ -2126,30 +1622,18 @@ export interface RemovePermissionRequest {
2126
1622
 
2127
1623
  RevisionId?: string;
2128
1624
  }
2129
- export declare namespace RemovePermissionRequest {
2130
-
2131
- const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
2132
- }
2133
1625
  export interface TagResourceRequest {
2134
1626
 
2135
1627
  Resource: string | undefined;
2136
1628
 
2137
1629
  Tags: Record<string, string> | undefined;
2138
1630
  }
2139
- export declare namespace TagResourceRequest {
2140
-
2141
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2142
- }
2143
1631
  export interface UntagResourceRequest {
2144
1632
 
2145
1633
  Resource: string | undefined;
2146
1634
 
2147
1635
  TagKeys: string[] | undefined;
2148
1636
  }
2149
- export declare namespace UntagResourceRequest {
2150
-
2151
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2152
- }
2153
1637
  export interface UpdateAliasRequest {
2154
1638
 
2155
1639
  FunctionName: string | undefined;
@@ -2164,10 +1648,6 @@ export interface UpdateAliasRequest {
2164
1648
 
2165
1649
  RevisionId?: string;
2166
1650
  }
2167
- export declare namespace UpdateAliasRequest {
2168
-
2169
- const filterSensitiveLog: (obj: UpdateAliasRequest) => any;
2170
- }
2171
1651
  export interface UpdateCodeSigningConfigRequest {
2172
1652
 
2173
1653
  CodeSigningConfigArn: string | undefined;
@@ -2178,18 +1658,10 @@ export interface UpdateCodeSigningConfigRequest {
2178
1658
 
2179
1659
  CodeSigningPolicies?: CodeSigningPolicies;
2180
1660
  }
2181
- export declare namespace UpdateCodeSigningConfigRequest {
2182
-
2183
- const filterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
2184
- }
2185
1661
  export interface UpdateCodeSigningConfigResponse {
2186
1662
 
2187
1663
  CodeSigningConfig: CodeSigningConfig | undefined;
2188
1664
  }
2189
- export declare namespace UpdateCodeSigningConfigResponse {
2190
-
2191
- const filterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
2192
- }
2193
1665
  export interface UpdateEventSourceMappingRequest {
2194
1666
 
2195
1667
  UUID: string | undefined;
@@ -2220,10 +1692,6 @@ export interface UpdateEventSourceMappingRequest {
2220
1692
 
2221
1693
  FunctionResponseTypes?: (FunctionResponseType | string)[];
2222
1694
  }
2223
- export declare namespace UpdateEventSourceMappingRequest {
2224
-
2225
- const filterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
2226
- }
2227
1695
  export interface UpdateFunctionCodeRequest {
2228
1696
 
2229
1697
  FunctionName: string | undefined;
@@ -2246,10 +1714,6 @@ export interface UpdateFunctionCodeRequest {
2246
1714
 
2247
1715
  Architectures?: (Architecture | string)[];
2248
1716
  }
2249
- export declare namespace UpdateFunctionCodeRequest {
2250
-
2251
- const filterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
2252
- }
2253
1717
  export interface UpdateFunctionConfigurationRequest {
2254
1718
 
2255
1719
  FunctionName: string | undefined;
@@ -2286,10 +1750,6 @@ export interface UpdateFunctionConfigurationRequest {
2286
1750
 
2287
1751
  EphemeralStorage?: EphemeralStorage;
2288
1752
  }
2289
- export declare namespace UpdateFunctionConfigurationRequest {
2290
-
2291
- const filterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
2292
- }
2293
1753
  export interface UpdateFunctionEventInvokeConfigRequest {
2294
1754
 
2295
1755
  FunctionName: string | undefined;
@@ -2302,10 +1762,6 @@ export interface UpdateFunctionEventInvokeConfigRequest {
2302
1762
 
2303
1763
  DestinationConfig?: DestinationConfig;
2304
1764
  }
2305
- export declare namespace UpdateFunctionEventInvokeConfigRequest {
2306
-
2307
- const filterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
2308
- }
2309
1765
  export interface UpdateFunctionUrlConfigRequest {
2310
1766
 
2311
1767
  FunctionName: string | undefined;
@@ -2316,10 +1772,6 @@ export interface UpdateFunctionUrlConfigRequest {
2316
1772
 
2317
1773
  Cors?: Cors;
2318
1774
  }
2319
- export declare namespace UpdateFunctionUrlConfigRequest {
2320
-
2321
- const filterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
2322
- }
2323
1775
  export interface UpdateFunctionUrlConfigResponse {
2324
1776
 
2325
1777
  FunctionUrl: string | undefined;
@@ -2334,7 +1786,279 @@ export interface UpdateFunctionUrlConfigResponse {
2334
1786
 
2335
1787
  LastModifiedTime: string | undefined;
2336
1788
  }
2337
- export declare namespace UpdateFunctionUrlConfigResponse {
2338
-
2339
- const filterSensitiveLog: (obj: UpdateFunctionUrlConfigResponse) => any;
2340
- }
1789
+
1790
+ export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
1791
+
1792
+ export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
1793
+
1794
+ export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
1795
+
1796
+ export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
1797
+
1798
+ export declare const AddPermissionRequestFilterSensitiveLog: (obj: AddPermissionRequest) => any;
1799
+
1800
+ export declare const AddPermissionResponseFilterSensitiveLog: (obj: AddPermissionResponse) => any;
1801
+
1802
+ export declare const AliasRoutingConfigurationFilterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
1803
+
1804
+ export declare const AliasConfigurationFilterSensitiveLog: (obj: AliasConfiguration) => any;
1805
+
1806
+ export declare const AllowedPublishersFilterSensitiveLog: (obj: AllowedPublishers) => any;
1807
+
1808
+ export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
1809
+
1810
+ export declare const CodeSigningPoliciesFilterSensitiveLog: (obj: CodeSigningPolicies) => any;
1811
+
1812
+ export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
1813
+
1814
+ export declare const CodeSigningConfigFilterSensitiveLog: (obj: CodeSigningConfig) => any;
1815
+
1816
+ export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
1817
+
1818
+ export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
1819
+
1820
+ export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
1821
+
1822
+ export declare const DestinationConfigFilterSensitiveLog: (obj: DestinationConfig) => any;
1823
+
1824
+ export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
1825
+
1826
+ export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
1827
+
1828
+ export declare const SelfManagedEventSourceFilterSensitiveLog: (obj: SelfManagedEventSource) => any;
1829
+
1830
+ export declare const SourceAccessConfigurationFilterSensitiveLog: (obj: SourceAccessConfiguration) => any;
1831
+
1832
+ export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
1833
+
1834
+ export declare const EventSourceMappingConfigurationFilterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
1835
+
1836
+ export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
1837
+
1838
+ export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
1839
+
1840
+ export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
1841
+
1842
+ export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
1843
+
1844
+ export declare const FileSystemConfigFilterSensitiveLog: (obj: FileSystemConfig) => any;
1845
+
1846
+ export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
1847
+
1848
+ export declare const TracingConfigFilterSensitiveLog: (obj: TracingConfig) => any;
1849
+
1850
+ export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
1851
+
1852
+ export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
1853
+
1854
+ export declare const EnvironmentErrorFilterSensitiveLog: (obj: EnvironmentError) => any;
1855
+
1856
+ export declare const EnvironmentResponseFilterSensitiveLog: (obj: EnvironmentResponse) => any;
1857
+
1858
+ export declare const ImageConfigErrorFilterSensitiveLog: (obj: ImageConfigError) => any;
1859
+
1860
+ export declare const ImageConfigResponseFilterSensitiveLog: (obj: ImageConfigResponse) => any;
1861
+
1862
+ export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
1863
+
1864
+ export declare const TracingConfigResponseFilterSensitiveLog: (obj: TracingConfigResponse) => any;
1865
+
1866
+ export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
1867
+
1868
+ export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
1869
+
1870
+ export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
1871
+
1872
+ export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
1873
+
1874
+ export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
1875
+
1876
+ export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
1877
+
1878
+ export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
1879
+
1880
+ export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
1881
+
1882
+ export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
1883
+
1884
+ export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
1885
+
1886
+ export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
1887
+
1888
+ export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
1889
+
1890
+ export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
1891
+
1892
+ export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
1893
+
1894
+ export declare const DeleteLayerVersionRequestFilterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
1895
+
1896
+ export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
1897
+
1898
+ export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
1899
+
1900
+ export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
1901
+
1902
+ export declare const GetAliasRequestFilterSensitiveLog: (obj: GetAliasRequest) => any;
1903
+
1904
+ export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
1905
+
1906
+ export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
1907
+
1908
+ export declare const GetEventSourceMappingRequestFilterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
1909
+
1910
+ export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
1911
+
1912
+ export declare const FunctionCodeLocationFilterSensitiveLog: (obj: FunctionCodeLocation) => any;
1913
+
1914
+ export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
1915
+
1916
+ export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
1917
+
1918
+ export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
1919
+
1920
+ export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
1921
+
1922
+ export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
1923
+
1924
+ export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
1925
+
1926
+ export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
1927
+
1928
+ export declare const FunctionEventInvokeConfigFilterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
1929
+
1930
+ export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
1931
+
1932
+ export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
1933
+
1934
+ export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
1935
+
1936
+ export declare const GetLayerVersionRequestFilterSensitiveLog: (obj: GetLayerVersionRequest) => any;
1937
+
1938
+ export declare const LayerVersionContentOutputFilterSensitiveLog: (obj: LayerVersionContentOutput) => any;
1939
+
1940
+ export declare const GetLayerVersionResponseFilterSensitiveLog: (obj: GetLayerVersionResponse) => any;
1941
+
1942
+ export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
1943
+
1944
+ export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
1945
+
1946
+ export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
1947
+
1948
+ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
1949
+
1950
+ export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
1951
+
1952
+ export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
1953
+
1954
+ export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
1955
+
1956
+ export declare const InvocationRequestFilterSensitiveLog: (obj: InvocationRequest) => any;
1957
+
1958
+ export declare const InvocationResponseFilterSensitiveLog: (obj: InvocationResponse) => any;
1959
+
1960
+ export declare const InvokeAsyncRequestFilterSensitiveLog: (obj: InvokeAsyncRequest) => any;
1961
+
1962
+ export declare const InvokeAsyncResponseFilterSensitiveLog: (obj: InvokeAsyncResponse) => any;
1963
+
1964
+ export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
1965
+
1966
+ export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
1967
+
1968
+ export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
1969
+
1970
+ export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
1971
+
1972
+ export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
1973
+
1974
+ export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
1975
+
1976
+ export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
1977
+
1978
+ export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
1979
+
1980
+ export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
1981
+
1982
+ export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
1983
+
1984
+ export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
1985
+
1986
+ export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
1987
+
1988
+ export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
1989
+
1990
+ export declare const FunctionUrlConfigFilterSensitiveLog: (obj: FunctionUrlConfig) => any;
1991
+
1992
+ export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
1993
+
1994
+ export declare const ListLayersRequestFilterSensitiveLog: (obj: ListLayersRequest) => any;
1995
+
1996
+ export declare const LayerVersionsListItemFilterSensitiveLog: (obj: LayerVersionsListItem) => any;
1997
+
1998
+ export declare const LayersListItemFilterSensitiveLog: (obj: LayersListItem) => any;
1999
+
2000
+ export declare const ListLayersResponseFilterSensitiveLog: (obj: ListLayersResponse) => any;
2001
+
2002
+ export declare const ListLayerVersionsRequestFilterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
2003
+
2004
+ export declare const ListLayerVersionsResponseFilterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
2005
+
2006
+ export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
2007
+
2008
+ export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
2009
+
2010
+ export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
2011
+
2012
+ export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
2013
+
2014
+ export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
2015
+
2016
+ export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
2017
+
2018
+ export declare const ListVersionsByFunctionResponseFilterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
2019
+
2020
+ export declare const LayerVersionContentInputFilterSensitiveLog: (obj: LayerVersionContentInput) => any;
2021
+
2022
+ export declare const PublishLayerVersionRequestFilterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
2023
+
2024
+ export declare const PublishLayerVersionResponseFilterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
2025
+
2026
+ export declare const PublishVersionRequestFilterSensitiveLog: (obj: PublishVersionRequest) => any;
2027
+
2028
+ export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
2029
+
2030
+ export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
2031
+
2032
+ export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
2033
+
2034
+ export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
2035
+
2036
+ export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
2037
+
2038
+ export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
2039
+
2040
+ export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
2041
+
2042
+ export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
2043
+
2044
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
2045
+
2046
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
2047
+
2048
+ export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
2049
+
2050
+ export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
2051
+
2052
+ export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
2053
+
2054
+ export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
2055
+
2056
+ export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
2057
+
2058
+ export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
2059
+
2060
+ export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
2061
+
2062
+ export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
2063
+
2064
+ export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (obj: UpdateFunctionUrlConfigResponse) => any;