@aws-sdk/client-lambda 3.131.0 → 3.142.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddLayerVersionPermissionCommand.js +2 -2
- package/dist-cjs/commands/AddPermissionCommand.js +2 -2
- package/dist-cjs/commands/CreateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/CreateEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionCommand.js +2 -2
- package/dist-cjs/commands/CreateFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteAliasCommand.js +1 -1
- package/dist-cjs/commands/DeleteCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/DeleteFunctionCodeSigningConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionConcurrencyCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionEventInvokeConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteFunctionUrlConfigCommand.js +1 -1
- package/dist-cjs/commands/DeleteLayerVersionCommand.js +1 -1
- package/dist-cjs/commands/DeleteProvisionedConcurrencyConfigCommand.js +1 -1
- package/dist-cjs/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/GetAliasCommand.js +2 -2
- package/dist-cjs/commands/GetCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/GetEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/GetFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionByArnCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/GetLayerVersionPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/InvokeAsyncCommand.js +2 -2
- package/dist-cjs/commands/InvokeCommand.js +2 -2
- package/dist-cjs/commands/ListAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListCodeSigningConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListEventSourceMappingsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionUrlConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/ListFunctionsCommand.js +2 -2
- package/dist-cjs/commands/ListLayerVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListLayersCommand.js +2 -2
- package/dist-cjs/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListVersionsByFunctionCommand.js +2 -2
- package/dist-cjs/commands/PublishLayerVersionCommand.js +2 -2
- package/dist-cjs/commands/PublishVersionCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionConcurrencyCommand.js +2 -2
- package/dist-cjs/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-cjs/commands/RemoveLayerVersionPermissionCommand.js +1 -1
- package/dist-cjs/commands/RemovePermissionCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +1 -1
- package/dist-cjs/commands/UntagResourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateCodeSigningConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventSourceMappingCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionCodeCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-cjs/commands/UpdateFunctionUrlConfigCommand.js +2 -2
- package/dist-cjs/models/models_0.js +578 -854
- package/dist-cjs/protocols/Aws_restJson1.js +1202 -2430
- package/dist-es/commands/AddLayerVersionPermissionCommand.js +3 -3
- package/dist-es/commands/AddPermissionCommand.js +3 -3
- package/dist-es/commands/CreateAliasCommand.js +3 -3
- package/dist-es/commands/CreateCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/CreateEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/CreateFunctionCommand.js +3 -3
- package/dist-es/commands/CreateFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/DeleteAliasCommand.js +2 -2
- package/dist-es/commands/DeleteCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/DeleteEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
- package/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
- package/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
- package/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +3 -3
- package/dist-es/commands/GetAliasCommand.js +3 -3
- package/dist-es/commands/GetCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/GetEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/GetFunctionCommand.js +3 -3
- package/dist-es/commands/GetFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/GetFunctionConfigurationCommand.js +3 -3
- package/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/GetFunctionUrlConfigCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionByArnCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionCommand.js +3 -3
- package/dist-es/commands/GetLayerVersionPolicyCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/InvokeAsyncCommand.js +3 -3
- package/dist-es/commands/InvokeCommand.js +3 -3
- package/dist-es/commands/ListAliasesCommand.js +3 -3
- package/dist-es/commands/ListCodeSigningConfigsCommand.js +3 -3
- package/dist-es/commands/ListEventSourceMappingsCommand.js +3 -3
- package/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +3 -3
- package/dist-es/commands/ListFunctionUrlConfigsCommand.js +3 -3
- package/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/ListFunctionsCommand.js +3 -3
- package/dist-es/commands/ListLayerVersionsCommand.js +3 -3
- package/dist-es/commands/ListLayersCommand.js +3 -3
- package/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListVersionsByFunctionCommand.js +3 -3
- package/dist-es/commands/PublishLayerVersionCommand.js +3 -3
- package/dist-es/commands/PublishVersionCommand.js +3 -3
- package/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/PutFunctionConcurrencyCommand.js +3 -3
- package/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +3 -3
- package/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateCodeSigningConfigCommand.js +3 -3
- package/dist-es/commands/UpdateEventSourceMappingCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionCodeCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +3 -3
- package/dist-es/commands/UpdateFunctionUrlConfigCommand.js +3 -3
- package/dist-es/models/models_0.js +140 -554
- package/dist-es/protocols/Aws_restJson1.js +1447 -2392
- package/dist-types/models/models_0.d.ts +552 -828
- package/dist-types/ts3.4/models/models_0.d.ts +276 -552
- package/package.json +6 -6
|
@@ -29,12 +29,6 @@ export interface AccountLimit {
|
|
|
29
29
|
*/
|
|
30
30
|
UnreservedConcurrentExecutions?: number;
|
|
31
31
|
}
|
|
32
|
-
export declare namespace AccountLimit {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
const filterSensitiveLog: (obj: AccountLimit) => any;
|
|
37
|
-
}
|
|
38
32
|
/**
|
|
39
33
|
* <p>The number of functions and amount of storage in use.</p>
|
|
40
34
|
*/
|
|
@@ -48,12 +42,6 @@ export interface AccountUsage {
|
|
|
48
42
|
*/
|
|
49
43
|
FunctionCount?: number;
|
|
50
44
|
}
|
|
51
|
-
export declare namespace AccountUsage {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
|
-
const filterSensitiveLog: (obj: AccountUsage) => any;
|
|
56
|
-
}
|
|
57
45
|
export interface AddLayerVersionPermissionRequest {
|
|
58
46
|
/**
|
|
59
47
|
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
@@ -89,12 +77,6 @@ export interface AddLayerVersionPermissionRequest {
|
|
|
89
77
|
*/
|
|
90
78
|
RevisionId?: string;
|
|
91
79
|
}
|
|
92
|
-
export declare namespace AddLayerVersionPermissionRequest {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
const filterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
|
|
97
|
-
}
|
|
98
80
|
export interface AddLayerVersionPermissionResponse {
|
|
99
81
|
/**
|
|
100
82
|
* <p>The permission statement.</p>
|
|
@@ -105,12 +87,6 @@ export interface AddLayerVersionPermissionResponse {
|
|
|
105
87
|
*/
|
|
106
88
|
RevisionId?: string;
|
|
107
89
|
}
|
|
108
|
-
export declare namespace AddLayerVersionPermissionResponse {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
const filterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
|
|
113
|
-
}
|
|
114
90
|
/**
|
|
115
91
|
* <p>One of the parameters in the request is invalid.</p>
|
|
116
92
|
*/
|
|
@@ -300,24 +276,12 @@ export interface AddPermissionRequest {
|
|
|
300
276
|
*/
|
|
301
277
|
FunctionUrlAuthType?: FunctionUrlAuthType | string;
|
|
302
278
|
}
|
|
303
|
-
export declare namespace AddPermissionRequest {
|
|
304
|
-
/**
|
|
305
|
-
* @internal
|
|
306
|
-
*/
|
|
307
|
-
const filterSensitiveLog: (obj: AddPermissionRequest) => any;
|
|
308
|
-
}
|
|
309
279
|
export interface AddPermissionResponse {
|
|
310
280
|
/**
|
|
311
281
|
* <p>The permission statement that's added to the function policy.</p>
|
|
312
282
|
*/
|
|
313
283
|
Statement?: string;
|
|
314
284
|
}
|
|
315
|
-
export declare namespace AddPermissionResponse {
|
|
316
|
-
/**
|
|
317
|
-
* @internal
|
|
318
|
-
*/
|
|
319
|
-
const filterSensitiveLog: (obj: AddPermissionResponse) => any;
|
|
320
|
-
}
|
|
321
285
|
/**
|
|
322
286
|
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html">traffic-shifting</a> configuration of a Lambda function alias.</p>
|
|
323
287
|
*/
|
|
@@ -327,12 +291,6 @@ export interface AliasRoutingConfiguration {
|
|
|
327
291
|
*/
|
|
328
292
|
AdditionalVersionWeights?: Record<string, number>;
|
|
329
293
|
}
|
|
330
|
-
export declare namespace AliasRoutingConfiguration {
|
|
331
|
-
/**
|
|
332
|
-
* @internal
|
|
333
|
-
*/
|
|
334
|
-
const filterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
|
|
335
|
-
}
|
|
336
294
|
/**
|
|
337
295
|
* <p>Provides configuration information about a Lambda function <a href="https://docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html">alias</a>.</p>
|
|
338
296
|
*/
|
|
@@ -363,12 +321,6 @@ export interface AliasConfiguration {
|
|
|
363
321
|
*/
|
|
364
322
|
RevisionId?: string;
|
|
365
323
|
}
|
|
366
|
-
export declare namespace AliasConfiguration {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
|
-
const filterSensitiveLog: (obj: AliasConfiguration) => any;
|
|
371
|
-
}
|
|
372
324
|
/**
|
|
373
325
|
* <p>List of signing profiles that can sign a code package. </p>
|
|
374
326
|
*/
|
|
@@ -379,12 +331,6 @@ export interface AllowedPublishers {
|
|
|
379
331
|
*/
|
|
380
332
|
SigningProfileVersionArns: string[] | undefined;
|
|
381
333
|
}
|
|
382
|
-
export declare namespace AllowedPublishers {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
const filterSensitiveLog: (obj: AllowedPublishers) => any;
|
|
387
|
-
}
|
|
388
334
|
export declare enum Architecture {
|
|
389
335
|
arm64 = "arm64",
|
|
390
336
|
x86_64 = "x86_64"
|
|
@@ -431,12 +377,6 @@ export interface CreateAliasRequest {
|
|
|
431
377
|
*/
|
|
432
378
|
RoutingConfig?: AliasRoutingConfiguration;
|
|
433
379
|
}
|
|
434
|
-
export declare namespace CreateAliasRequest {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
const filterSensitiveLog: (obj: CreateAliasRequest) => any;
|
|
439
|
-
}
|
|
440
380
|
export declare enum CodeSigningPolicy {
|
|
441
381
|
Enforce = "Enforce",
|
|
442
382
|
Warn = "Warn"
|
|
@@ -455,12 +395,6 @@ export interface CodeSigningPolicies {
|
|
|
455
395
|
*/
|
|
456
396
|
UntrustedArtifactOnDeployment?: CodeSigningPolicy | string;
|
|
457
397
|
}
|
|
458
|
-
export declare namespace CodeSigningPolicies {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
|
-
const filterSensitiveLog: (obj: CodeSigningPolicies) => any;
|
|
463
|
-
}
|
|
464
398
|
export interface CreateCodeSigningConfigRequest {
|
|
465
399
|
/**
|
|
466
400
|
* <p>Descriptive name for this code signing configuration.</p>
|
|
@@ -475,12 +409,6 @@ export interface CreateCodeSigningConfigRequest {
|
|
|
475
409
|
*/
|
|
476
410
|
CodeSigningPolicies?: CodeSigningPolicies;
|
|
477
411
|
}
|
|
478
|
-
export declare namespace CreateCodeSigningConfigRequest {
|
|
479
|
-
/**
|
|
480
|
-
* @internal
|
|
481
|
-
*/
|
|
482
|
-
const filterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
|
|
483
|
-
}
|
|
484
412
|
/**
|
|
485
413
|
* <p>Details about a <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">Code signing configuration</a>. </p>
|
|
486
414
|
*/
|
|
@@ -510,24 +438,12 @@ export interface CodeSigningConfig {
|
|
|
510
438
|
*/
|
|
511
439
|
LastModified: string | undefined;
|
|
512
440
|
}
|
|
513
|
-
export declare namespace CodeSigningConfig {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
|
-
const filterSensitiveLog: (obj: CodeSigningConfig) => any;
|
|
518
|
-
}
|
|
519
441
|
export interface CreateCodeSigningConfigResponse {
|
|
520
442
|
/**
|
|
521
443
|
* <p>The code signing configuration.</p>
|
|
522
444
|
*/
|
|
523
445
|
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
524
446
|
}
|
|
525
|
-
export declare namespace CreateCodeSigningConfigResponse {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
const filterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
|
|
530
|
-
}
|
|
531
447
|
/**
|
|
532
448
|
* <p>A destination for events that failed processing.</p>
|
|
533
449
|
*/
|
|
@@ -537,12 +453,6 @@ export interface OnFailure {
|
|
|
537
453
|
*/
|
|
538
454
|
Destination?: string;
|
|
539
455
|
}
|
|
540
|
-
export declare namespace OnFailure {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
|
-
const filterSensitiveLog: (obj: OnFailure) => any;
|
|
545
|
-
}
|
|
546
456
|
/**
|
|
547
457
|
* <p>A destination for events that were processed successfully.</p>
|
|
548
458
|
*/
|
|
@@ -552,12 +462,6 @@ export interface OnSuccess {
|
|
|
552
462
|
*/
|
|
553
463
|
Destination?: string;
|
|
554
464
|
}
|
|
555
|
-
export declare namespace OnSuccess {
|
|
556
|
-
/**
|
|
557
|
-
* @internal
|
|
558
|
-
*/
|
|
559
|
-
const filterSensitiveLog: (obj: OnSuccess) => any;
|
|
560
|
-
}
|
|
561
465
|
/**
|
|
562
466
|
* <p>A configuration object that specifies the destination of an event after Lambda processes it.</p>
|
|
563
467
|
*/
|
|
@@ -571,12 +475,6 @@ export interface DestinationConfig {
|
|
|
571
475
|
*/
|
|
572
476
|
OnFailure?: OnFailure;
|
|
573
477
|
}
|
|
574
|
-
export declare namespace DestinationConfig {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
const filterSensitiveLog: (obj: DestinationConfig) => any;
|
|
579
|
-
}
|
|
580
478
|
/**
|
|
581
479
|
* <p>
|
|
582
480
|
* A structure within a <code>FilterCriteria</code> object that defines an event filtering pattern.
|
|
@@ -592,12 +490,6 @@ export interface Filter {
|
|
|
592
490
|
*/
|
|
593
491
|
Pattern?: string;
|
|
594
492
|
}
|
|
595
|
-
export declare namespace Filter {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
600
|
-
}
|
|
601
493
|
/**
|
|
602
494
|
* <p>
|
|
603
495
|
* An object that contains the filters for an event source.
|
|
@@ -611,12 +503,6 @@ export interface FilterCriteria {
|
|
|
611
503
|
*/
|
|
612
504
|
Filters?: Filter[];
|
|
613
505
|
}
|
|
614
|
-
export declare namespace FilterCriteria {
|
|
615
|
-
/**
|
|
616
|
-
* @internal
|
|
617
|
-
*/
|
|
618
|
-
const filterSensitiveLog: (obj: FilterCriteria) => any;
|
|
619
|
-
}
|
|
620
506
|
export declare enum FunctionResponseType {
|
|
621
507
|
ReportBatchItemFailures = "ReportBatchItemFailures"
|
|
622
508
|
}
|
|
@@ -633,12 +519,6 @@ export interface SelfManagedEventSource {
|
|
|
633
519
|
*/
|
|
634
520
|
Endpoints?: Record<string, string[]>;
|
|
635
521
|
}
|
|
636
|
-
export declare namespace SelfManagedEventSource {
|
|
637
|
-
/**
|
|
638
|
-
* @internal
|
|
639
|
-
*/
|
|
640
|
-
const filterSensitiveLog: (obj: SelfManagedEventSource) => any;
|
|
641
|
-
}
|
|
642
522
|
export declare enum SourceAccessType {
|
|
643
523
|
BASIC_AUTH = "BASIC_AUTH",
|
|
644
524
|
CLIENT_CERTIFICATE_TLS_AUTH = "CLIENT_CERTIFICATE_TLS_AUTH",
|
|
@@ -703,12 +583,6 @@ export interface SourceAccessConfiguration {
|
|
|
703
583
|
*/
|
|
704
584
|
URI?: string;
|
|
705
585
|
}
|
|
706
|
-
export declare namespace SourceAccessConfiguration {
|
|
707
|
-
/**
|
|
708
|
-
* @internal
|
|
709
|
-
*/
|
|
710
|
-
const filterSensitiveLog: (obj: SourceAccessConfiguration) => any;
|
|
711
|
-
}
|
|
712
586
|
export declare enum EventSourcePosition {
|
|
713
587
|
AT_TIMESTAMP = "AT_TIMESTAMP",
|
|
714
588
|
LATEST = "LATEST",
|
|
@@ -866,12 +740,6 @@ export interface CreateEventSourceMappingRequest {
|
|
|
866
740
|
*/
|
|
867
741
|
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
868
742
|
}
|
|
869
|
-
export declare namespace CreateEventSourceMappingRequest {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
|
-
const filterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
|
|
874
|
-
}
|
|
875
743
|
/**
|
|
876
744
|
* <p>A mapping between an Amazon Web Services resource and a Lambda function. For details, see <a>CreateEventSourceMapping</a>.</p>
|
|
877
745
|
*/
|
|
@@ -980,12 +848,6 @@ export interface EventSourceMappingConfiguration {
|
|
|
980
848
|
*/
|
|
981
849
|
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
982
850
|
}
|
|
983
|
-
export declare namespace EventSourceMappingConfiguration {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
|
-
const filterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
|
|
988
|
-
}
|
|
989
851
|
/**
|
|
990
852
|
* <p>The specified code signing configuration does not exist.</p>
|
|
991
853
|
*/
|
|
@@ -1056,12 +918,6 @@ export interface FunctionCode {
|
|
|
1056
918
|
*/
|
|
1057
919
|
ImageUri?: string;
|
|
1058
920
|
}
|
|
1059
|
-
export declare namespace FunctionCode {
|
|
1060
|
-
/**
|
|
1061
|
-
* @internal
|
|
1062
|
-
*/
|
|
1063
|
-
const filterSensitiveLog: (obj: FunctionCode) => any;
|
|
1064
|
-
}
|
|
1065
921
|
/**
|
|
1066
922
|
* <p>The <a href="https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq">dead-letter queue</a> for
|
|
1067
923
|
* failed asynchronous invocations.</p>
|
|
@@ -1072,12 +928,6 @@ export interface DeadLetterConfig {
|
|
|
1072
928
|
*/
|
|
1073
929
|
TargetArn?: string;
|
|
1074
930
|
}
|
|
1075
|
-
export declare namespace DeadLetterConfig {
|
|
1076
|
-
/**
|
|
1077
|
-
* @internal
|
|
1078
|
-
*/
|
|
1079
|
-
const filterSensitiveLog: (obj: DeadLetterConfig) => any;
|
|
1080
|
-
}
|
|
1081
931
|
/**
|
|
1082
932
|
* <p>A function's environment variable settings.
|
|
1083
933
|
* You can use environment variables to adjust your function's behavior without updating code.
|
|
@@ -1090,12 +940,6 @@ export interface Environment {
|
|
|
1090
940
|
*/
|
|
1091
941
|
Variables?: Record<string, string>;
|
|
1092
942
|
}
|
|
1093
|
-
export declare namespace Environment {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
const filterSensitiveLog: (obj: Environment) => any;
|
|
1098
|
-
}
|
|
1099
943
|
/**
|
|
1100
944
|
* <p>The size of the function’s /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10240 MB.</p>
|
|
1101
945
|
*/
|
|
@@ -1105,12 +949,6 @@ export interface EphemeralStorage {
|
|
|
1105
949
|
*/
|
|
1106
950
|
Size: number | undefined;
|
|
1107
951
|
}
|
|
1108
|
-
export declare namespace EphemeralStorage {
|
|
1109
|
-
/**
|
|
1110
|
-
* @internal
|
|
1111
|
-
*/
|
|
1112
|
-
const filterSensitiveLog: (obj: EphemeralStorage) => any;
|
|
1113
|
-
}
|
|
1114
952
|
/**
|
|
1115
953
|
* <p>Details about the connection between a Lambda function and an
|
|
1116
954
|
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html">Amazon EFS file system</a>.</p>
|
|
@@ -1125,12 +963,6 @@ export interface FileSystemConfig {
|
|
|
1125
963
|
*/
|
|
1126
964
|
LocalMountPath: string | undefined;
|
|
1127
965
|
}
|
|
1128
|
-
export declare namespace FileSystemConfig {
|
|
1129
|
-
/**
|
|
1130
|
-
* @internal
|
|
1131
|
-
*/
|
|
1132
|
-
const filterSensitiveLog: (obj: FileSystemConfig) => any;
|
|
1133
|
-
}
|
|
1134
966
|
/**
|
|
1135
967
|
* <p>Configuration values that override the container image Dockerfile settings. See
|
|
1136
968
|
* <a href="https://docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms">Container settings</a>. </p>
|
|
@@ -1150,12 +982,6 @@ export interface ImageConfig {
|
|
|
1150
982
|
*/
|
|
1151
983
|
WorkingDirectory?: string;
|
|
1152
984
|
}
|
|
1153
|
-
export declare namespace ImageConfig {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
const filterSensitiveLog: (obj: ImageConfig) => any;
|
|
1158
|
-
}
|
|
1159
985
|
export declare enum PackageType {
|
|
1160
986
|
Image = "Image",
|
|
1161
987
|
Zip = "Zip"
|
|
@@ -1203,12 +1029,6 @@ export interface TracingConfig {
|
|
|
1203
1029
|
*/
|
|
1204
1030
|
Mode?: TracingMode | string;
|
|
1205
1031
|
}
|
|
1206
|
-
export declare namespace TracingConfig {
|
|
1207
|
-
/**
|
|
1208
|
-
* @internal
|
|
1209
|
-
*/
|
|
1210
|
-
const filterSensitiveLog: (obj: TracingConfig) => any;
|
|
1211
|
-
}
|
|
1212
1032
|
/**
|
|
1213
1033
|
* <p>The VPC security groups and subnets that are attached to a Lambda function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-vpc.html">VPC Settings</a>.</p>
|
|
1214
1034
|
*/
|
|
@@ -1222,12 +1042,6 @@ export interface VpcConfig {
|
|
|
1222
1042
|
*/
|
|
1223
1043
|
SecurityGroupIds?: string[];
|
|
1224
1044
|
}
|
|
1225
|
-
export declare namespace VpcConfig {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
|
-
const filterSensitiveLog: (obj: VpcConfig) => any;
|
|
1230
|
-
}
|
|
1231
1045
|
export interface CreateFunctionRequest {
|
|
1232
1046
|
/**
|
|
1233
1047
|
* <p>The name of the Lambda function.</p>
|
|
@@ -1353,12 +1167,6 @@ export interface CreateFunctionRequest {
|
|
|
1353
1167
|
*/
|
|
1354
1168
|
EphemeralStorage?: EphemeralStorage;
|
|
1355
1169
|
}
|
|
1356
|
-
export declare namespace CreateFunctionRequest {
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
const filterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
1361
|
-
}
|
|
1362
1170
|
/**
|
|
1363
1171
|
* <p>Error messages for environment variables that couldn't be applied.</p>
|
|
1364
1172
|
*/
|
|
@@ -1372,12 +1180,6 @@ export interface EnvironmentError {
|
|
|
1372
1180
|
*/
|
|
1373
1181
|
Message?: string;
|
|
1374
1182
|
}
|
|
1375
|
-
export declare namespace EnvironmentError {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: EnvironmentError) => any;
|
|
1380
|
-
}
|
|
1381
1183
|
/**
|
|
1382
1184
|
* <p>The results of an operation to update or read environment variables. If the operation is successful, the
|
|
1383
1185
|
* response contains the environment variables. If it failed, the response contains details about the error.</p>
|
|
@@ -1392,12 +1194,6 @@ export interface EnvironmentResponse {
|
|
|
1392
1194
|
*/
|
|
1393
1195
|
Error?: EnvironmentError;
|
|
1394
1196
|
}
|
|
1395
|
-
export declare namespace EnvironmentResponse {
|
|
1396
|
-
/**
|
|
1397
|
-
* @internal
|
|
1398
|
-
*/
|
|
1399
|
-
const filterSensitiveLog: (obj: EnvironmentResponse) => any;
|
|
1400
|
-
}
|
|
1401
1197
|
/**
|
|
1402
1198
|
* <p>Error response to GetFunctionConfiguration.</p>
|
|
1403
1199
|
*/
|
|
@@ -1411,12 +1207,6 @@ export interface ImageConfigError {
|
|
|
1411
1207
|
*/
|
|
1412
1208
|
Message?: string;
|
|
1413
1209
|
}
|
|
1414
|
-
export declare namespace ImageConfigError {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
const filterSensitiveLog: (obj: ImageConfigError) => any;
|
|
1419
|
-
}
|
|
1420
1210
|
/**
|
|
1421
1211
|
* <p>Response to GetFunctionConfiguration request.</p>
|
|
1422
1212
|
*/
|
|
@@ -1430,12 +1220,6 @@ export interface ImageConfigResponse {
|
|
|
1430
1220
|
*/
|
|
1431
1221
|
Error?: ImageConfigError;
|
|
1432
1222
|
}
|
|
1433
|
-
export declare namespace ImageConfigResponse {
|
|
1434
|
-
/**
|
|
1435
|
-
* @internal
|
|
1436
|
-
*/
|
|
1437
|
-
const filterSensitiveLog: (obj: ImageConfigResponse) => any;
|
|
1438
|
-
}
|
|
1439
1223
|
export declare enum LastUpdateStatus {
|
|
1440
1224
|
Failed = "Failed",
|
|
1441
1225
|
InProgress = "InProgress",
|
|
@@ -1475,12 +1259,6 @@ export interface Layer {
|
|
|
1475
1259
|
*/
|
|
1476
1260
|
SigningJobArn?: string;
|
|
1477
1261
|
}
|
|
1478
|
-
export declare namespace Layer {
|
|
1479
|
-
/**
|
|
1480
|
-
* @internal
|
|
1481
|
-
*/
|
|
1482
|
-
const filterSensitiveLog: (obj: Layer) => any;
|
|
1483
|
-
}
|
|
1484
1262
|
export declare enum State {
|
|
1485
1263
|
Active = "Active",
|
|
1486
1264
|
Failed = "Failed",
|
|
@@ -1511,12 +1289,6 @@ export interface TracingConfigResponse {
|
|
|
1511
1289
|
*/
|
|
1512
1290
|
Mode?: TracingMode | string;
|
|
1513
1291
|
}
|
|
1514
|
-
export declare namespace TracingConfigResponse {
|
|
1515
|
-
/**
|
|
1516
|
-
* @internal
|
|
1517
|
-
*/
|
|
1518
|
-
const filterSensitiveLog: (obj: TracingConfigResponse) => any;
|
|
1519
|
-
}
|
|
1520
1292
|
/**
|
|
1521
1293
|
* <p>The VPC security groups and subnets that are attached to a Lambda function.</p>
|
|
1522
1294
|
*/
|
|
@@ -1534,12 +1306,6 @@ export interface VpcConfigResponse {
|
|
|
1534
1306
|
*/
|
|
1535
1307
|
VpcId?: string;
|
|
1536
1308
|
}
|
|
1537
|
-
export declare namespace VpcConfigResponse {
|
|
1538
|
-
/**
|
|
1539
|
-
* @internal
|
|
1540
|
-
*/
|
|
1541
|
-
const filterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
1542
|
-
}
|
|
1543
1309
|
/**
|
|
1544
1310
|
* <p>Details about a function's configuration.</p>
|
|
1545
1311
|
*/
|
|
@@ -1683,12 +1449,6 @@ export interface FunctionConfiguration {
|
|
|
1683
1449
|
*/
|
|
1684
1450
|
EphemeralStorage?: EphemeralStorage;
|
|
1685
1451
|
}
|
|
1686
|
-
export declare namespace FunctionConfiguration {
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
|
-
const filterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
1691
|
-
}
|
|
1692
1452
|
/**
|
|
1693
1453
|
* <p>The code signature failed the integrity check. Lambda always blocks deployment if the integrity check
|
|
1694
1454
|
* fails, even if code signing policy is set to WARN.</p>
|
|
@@ -1742,12 +1502,6 @@ export interface Cors {
|
|
|
1742
1502
|
*/
|
|
1743
1503
|
MaxAge?: number;
|
|
1744
1504
|
}
|
|
1745
|
-
export declare namespace Cors {
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
const filterSensitiveLog: (obj: Cors) => any;
|
|
1750
|
-
}
|
|
1751
1505
|
export interface CreateFunctionUrlConfigRequest {
|
|
1752
1506
|
/**
|
|
1753
1507
|
* <p>The name of the Lambda function.</p>
|
|
@@ -1788,12 +1542,6 @@ export interface CreateFunctionUrlConfigRequest {
|
|
|
1788
1542
|
*/
|
|
1789
1543
|
Cors?: Cors;
|
|
1790
1544
|
}
|
|
1791
|
-
export declare namespace CreateFunctionUrlConfigRequest {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
|
-
const filterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
|
|
1796
|
-
}
|
|
1797
1545
|
export interface CreateFunctionUrlConfigResponse {
|
|
1798
1546
|
/**
|
|
1799
1547
|
* <p>The HTTP URL endpoint for your function.</p>
|
|
@@ -1819,12 +1567,6 @@ export interface CreateFunctionUrlConfigResponse {
|
|
|
1819
1567
|
*/
|
|
1820
1568
|
CreationTime: string | undefined;
|
|
1821
1569
|
}
|
|
1822
|
-
export declare namespace CreateFunctionUrlConfigResponse {
|
|
1823
|
-
/**
|
|
1824
|
-
* @internal
|
|
1825
|
-
*/
|
|
1826
|
-
const filterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
|
|
1827
|
-
}
|
|
1828
1570
|
export interface DeleteAliasRequest {
|
|
1829
1571
|
/**
|
|
1830
1572
|
* <p>The name of the Lambda function.</p>
|
|
@@ -1854,44 +1596,20 @@ export interface DeleteAliasRequest {
|
|
|
1854
1596
|
*/
|
|
1855
1597
|
Name: string | undefined;
|
|
1856
1598
|
}
|
|
1857
|
-
export declare namespace DeleteAliasRequest {
|
|
1858
|
-
/**
|
|
1859
|
-
* @internal
|
|
1860
|
-
*/
|
|
1861
|
-
const filterSensitiveLog: (obj: DeleteAliasRequest) => any;
|
|
1862
|
-
}
|
|
1863
1599
|
export interface DeleteCodeSigningConfigRequest {
|
|
1864
1600
|
/**
|
|
1865
1601
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
1866
1602
|
*/
|
|
1867
1603
|
CodeSigningConfigArn: string | undefined;
|
|
1868
1604
|
}
|
|
1869
|
-
export declare namespace DeleteCodeSigningConfigRequest {
|
|
1870
|
-
/**
|
|
1871
|
-
* @internal
|
|
1872
|
-
*/
|
|
1873
|
-
const filterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
|
|
1874
|
-
}
|
|
1875
1605
|
export interface DeleteCodeSigningConfigResponse {
|
|
1876
1606
|
}
|
|
1877
|
-
export declare namespace DeleteCodeSigningConfigResponse {
|
|
1878
|
-
/**
|
|
1879
|
-
* @internal
|
|
1880
|
-
*/
|
|
1881
|
-
const filterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
|
|
1882
|
-
}
|
|
1883
1607
|
export interface DeleteEventSourceMappingRequest {
|
|
1884
1608
|
/**
|
|
1885
1609
|
* <p>The identifier of the event source mapping.</p>
|
|
1886
1610
|
*/
|
|
1887
1611
|
UUID: string | undefined;
|
|
1888
1612
|
}
|
|
1889
|
-
export declare namespace DeleteEventSourceMappingRequest {
|
|
1890
|
-
/**
|
|
1891
|
-
* @internal
|
|
1892
|
-
*/
|
|
1893
|
-
const filterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
|
|
1894
|
-
}
|
|
1895
1613
|
/**
|
|
1896
1614
|
* <p>The operation conflicts with the resource's availability. For example, you attempted to update an EventSource
|
|
1897
1615
|
* Mapping in CREATING, or tried to delete a EventSource mapping currently in the UPDATING state.</p>
|
|
@@ -1935,12 +1653,6 @@ export interface DeleteFunctionRequest {
|
|
|
1935
1653
|
*/
|
|
1936
1654
|
Qualifier?: string;
|
|
1937
1655
|
}
|
|
1938
|
-
export declare namespace DeleteFunctionRequest {
|
|
1939
|
-
/**
|
|
1940
|
-
* @internal
|
|
1941
|
-
*/
|
|
1942
|
-
const filterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
1943
|
-
}
|
|
1944
1656
|
export interface DeleteFunctionCodeSigningConfigRequest {
|
|
1945
1657
|
/**
|
|
1946
1658
|
* <p>The name of the Lambda function.</p>
|
|
@@ -1966,12 +1678,6 @@ export interface DeleteFunctionCodeSigningConfigRequest {
|
|
|
1966
1678
|
*/
|
|
1967
1679
|
FunctionName: string | undefined;
|
|
1968
1680
|
}
|
|
1969
|
-
export declare namespace DeleteFunctionCodeSigningConfigRequest {
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
const filterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
|
|
1974
|
-
}
|
|
1975
1681
|
export interface DeleteFunctionConcurrencyRequest {
|
|
1976
1682
|
/**
|
|
1977
1683
|
* <p>The name of the Lambda function.</p>
|
|
@@ -1997,12 +1703,6 @@ export interface DeleteFunctionConcurrencyRequest {
|
|
|
1997
1703
|
*/
|
|
1998
1704
|
FunctionName: string | undefined;
|
|
1999
1705
|
}
|
|
2000
|
-
export declare namespace DeleteFunctionConcurrencyRequest {
|
|
2001
|
-
/**
|
|
2002
|
-
* @internal
|
|
2003
|
-
*/
|
|
2004
|
-
const filterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
|
|
2005
|
-
}
|
|
2006
1706
|
export interface DeleteFunctionEventInvokeConfigRequest {
|
|
2007
1707
|
/**
|
|
2008
1708
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -2032,12 +1732,6 @@ export interface DeleteFunctionEventInvokeConfigRequest {
|
|
|
2032
1732
|
*/
|
|
2033
1733
|
Qualifier?: string;
|
|
2034
1734
|
}
|
|
2035
|
-
export declare namespace DeleteFunctionEventInvokeConfigRequest {
|
|
2036
|
-
/**
|
|
2037
|
-
* @internal
|
|
2038
|
-
*/
|
|
2039
|
-
const filterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
|
|
2040
|
-
}
|
|
2041
1735
|
export interface DeleteFunctionUrlConfigRequest {
|
|
2042
1736
|
/**
|
|
2043
1737
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2067,12 +1761,6 @@ export interface DeleteFunctionUrlConfigRequest {
|
|
|
2067
1761
|
*/
|
|
2068
1762
|
Qualifier?: string;
|
|
2069
1763
|
}
|
|
2070
|
-
export declare namespace DeleteFunctionUrlConfigRequest {
|
|
2071
|
-
/**
|
|
2072
|
-
* @internal
|
|
2073
|
-
*/
|
|
2074
|
-
const filterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
|
|
2075
|
-
}
|
|
2076
1764
|
export interface DeleteLayerVersionRequest {
|
|
2077
1765
|
/**
|
|
2078
1766
|
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
@@ -2083,12 +1771,6 @@ export interface DeleteLayerVersionRequest {
|
|
|
2083
1771
|
*/
|
|
2084
1772
|
VersionNumber: number | undefined;
|
|
2085
1773
|
}
|
|
2086
|
-
export declare namespace DeleteLayerVersionRequest {
|
|
2087
|
-
/**
|
|
2088
|
-
* @internal
|
|
2089
|
-
*/
|
|
2090
|
-
const filterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
|
|
2091
|
-
}
|
|
2092
1774
|
export interface DeleteProvisionedConcurrencyConfigRequest {
|
|
2093
1775
|
/**
|
|
2094
1776
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2118,20 +1800,8 @@ export interface DeleteProvisionedConcurrencyConfigRequest {
|
|
|
2118
1800
|
*/
|
|
2119
1801
|
Qualifier: string | undefined;
|
|
2120
1802
|
}
|
|
2121
|
-
export declare namespace DeleteProvisionedConcurrencyConfigRequest {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
|
|
2126
|
-
}
|
|
2127
1803
|
export interface GetAccountSettingsRequest {
|
|
2128
1804
|
}
|
|
2129
|
-
export declare namespace GetAccountSettingsRequest {
|
|
2130
|
-
/**
|
|
2131
|
-
* @internal
|
|
2132
|
-
*/
|
|
2133
|
-
const filterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
2134
|
-
}
|
|
2135
1805
|
export interface GetAccountSettingsResponse {
|
|
2136
1806
|
/**
|
|
2137
1807
|
* <p>Limits that are related to concurrency and code storage.</p>
|
|
@@ -2142,12 +1812,6 @@ export interface GetAccountSettingsResponse {
|
|
|
2142
1812
|
*/
|
|
2143
1813
|
AccountUsage?: AccountUsage;
|
|
2144
1814
|
}
|
|
2145
|
-
export declare namespace GetAccountSettingsResponse {
|
|
2146
|
-
/**
|
|
2147
|
-
* @internal
|
|
2148
|
-
*/
|
|
2149
|
-
const filterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
|
|
2150
|
-
}
|
|
2151
1815
|
export interface GetAliasRequest {
|
|
2152
1816
|
/**
|
|
2153
1817
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2177,48 +1841,24 @@ export interface GetAliasRequest {
|
|
|
2177
1841
|
*/
|
|
2178
1842
|
Name: string | undefined;
|
|
2179
1843
|
}
|
|
2180
|
-
export declare namespace GetAliasRequest {
|
|
2181
|
-
/**
|
|
2182
|
-
* @internal
|
|
2183
|
-
*/
|
|
2184
|
-
const filterSensitiveLog: (obj: GetAliasRequest) => any;
|
|
2185
|
-
}
|
|
2186
1844
|
export interface GetCodeSigningConfigRequest {
|
|
2187
1845
|
/**
|
|
2188
1846
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration. </p>
|
|
2189
1847
|
*/
|
|
2190
1848
|
CodeSigningConfigArn: string | undefined;
|
|
2191
1849
|
}
|
|
2192
|
-
export declare namespace GetCodeSigningConfigRequest {
|
|
2193
|
-
/**
|
|
2194
|
-
* @internal
|
|
2195
|
-
*/
|
|
2196
|
-
const filterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
|
|
2197
|
-
}
|
|
2198
1850
|
export interface GetCodeSigningConfigResponse {
|
|
2199
1851
|
/**
|
|
2200
1852
|
* <p>The code signing configuration</p>
|
|
2201
1853
|
*/
|
|
2202
1854
|
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
2203
1855
|
}
|
|
2204
|
-
export declare namespace GetCodeSigningConfigResponse {
|
|
2205
|
-
/**
|
|
2206
|
-
* @internal
|
|
2207
|
-
*/
|
|
2208
|
-
const filterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
|
|
2209
|
-
}
|
|
2210
1856
|
export interface GetEventSourceMappingRequest {
|
|
2211
1857
|
/**
|
|
2212
1858
|
* <p>The identifier of the event source mapping.</p>
|
|
2213
1859
|
*/
|
|
2214
1860
|
UUID: string | undefined;
|
|
2215
1861
|
}
|
|
2216
|
-
export declare namespace GetEventSourceMappingRequest {
|
|
2217
|
-
/**
|
|
2218
|
-
* @internal
|
|
2219
|
-
*/
|
|
2220
|
-
const filterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
|
|
2221
|
-
}
|
|
2222
1862
|
export interface GetFunctionRequest {
|
|
2223
1863
|
/**
|
|
2224
1864
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -2248,12 +1888,6 @@ export interface GetFunctionRequest {
|
|
|
2248
1888
|
*/
|
|
2249
1889
|
Qualifier?: string;
|
|
2250
1890
|
}
|
|
2251
|
-
export declare namespace GetFunctionRequest {
|
|
2252
|
-
/**
|
|
2253
|
-
* @internal
|
|
2254
|
-
*/
|
|
2255
|
-
const filterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
2256
|
-
}
|
|
2257
1891
|
/**
|
|
2258
1892
|
* <p>Details about a function's deployment package.</p>
|
|
2259
1893
|
*/
|
|
@@ -2275,24 +1909,12 @@ export interface FunctionCodeLocation {
|
|
|
2275
1909
|
*/
|
|
2276
1910
|
ResolvedImageUri?: string;
|
|
2277
1911
|
}
|
|
2278
|
-
export declare namespace FunctionCodeLocation {
|
|
2279
|
-
/**
|
|
2280
|
-
* @internal
|
|
2281
|
-
*/
|
|
2282
|
-
const filterSensitiveLog: (obj: FunctionCodeLocation) => any;
|
|
2283
|
-
}
|
|
2284
1912
|
export interface Concurrency {
|
|
2285
1913
|
/**
|
|
2286
1914
|
* <p>The number of concurrent executions that are reserved for this function. For more information, see <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-concurrency.html">Managing Concurrency</a>.</p>
|
|
2287
1915
|
*/
|
|
2288
1916
|
ReservedConcurrentExecutions?: number;
|
|
2289
1917
|
}
|
|
2290
|
-
export declare namespace Concurrency {
|
|
2291
|
-
/**
|
|
2292
|
-
* @internal
|
|
2293
|
-
*/
|
|
2294
|
-
const filterSensitiveLog: (obj: Concurrency) => any;
|
|
2295
|
-
}
|
|
2296
1918
|
export interface GetFunctionResponse {
|
|
2297
1919
|
/**
|
|
2298
1920
|
* <p>The configuration of the function or version.</p>
|
|
@@ -2312,12 +1934,6 @@ export interface GetFunctionResponse {
|
|
|
2312
1934
|
*/
|
|
2313
1935
|
Concurrency?: Concurrency;
|
|
2314
1936
|
}
|
|
2315
|
-
export declare namespace GetFunctionResponse {
|
|
2316
|
-
/**
|
|
2317
|
-
* @internal
|
|
2318
|
-
*/
|
|
2319
|
-
const filterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
2320
|
-
}
|
|
2321
1937
|
export interface GetFunctionCodeSigningConfigRequest {
|
|
2322
1938
|
/**
|
|
2323
1939
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2343,12 +1959,6 @@ export interface GetFunctionCodeSigningConfigRequest {
|
|
|
2343
1959
|
*/
|
|
2344
1960
|
FunctionName: string | undefined;
|
|
2345
1961
|
}
|
|
2346
|
-
export declare namespace GetFunctionCodeSigningConfigRequest {
|
|
2347
|
-
/**
|
|
2348
|
-
* @internal
|
|
2349
|
-
*/
|
|
2350
|
-
const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
|
|
2351
|
-
}
|
|
2352
1962
|
export interface GetFunctionCodeSigningConfigResponse {
|
|
2353
1963
|
/**
|
|
2354
1964
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
@@ -2378,12 +1988,6 @@ export interface GetFunctionCodeSigningConfigResponse {
|
|
|
2378
1988
|
*/
|
|
2379
1989
|
FunctionName: string | undefined;
|
|
2380
1990
|
}
|
|
2381
|
-
export declare namespace GetFunctionCodeSigningConfigResponse {
|
|
2382
|
-
/**
|
|
2383
|
-
* @internal
|
|
2384
|
-
*/
|
|
2385
|
-
const filterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
|
|
2386
|
-
}
|
|
2387
1991
|
export interface GetFunctionConcurrencyRequest {
|
|
2388
1992
|
/**
|
|
2389
1993
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2409,24 +2013,12 @@ export interface GetFunctionConcurrencyRequest {
|
|
|
2409
2013
|
*/
|
|
2410
2014
|
FunctionName: string | undefined;
|
|
2411
2015
|
}
|
|
2412
|
-
export declare namespace GetFunctionConcurrencyRequest {
|
|
2413
|
-
/**
|
|
2414
|
-
* @internal
|
|
2415
|
-
*/
|
|
2416
|
-
const filterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
|
|
2417
|
-
}
|
|
2418
2016
|
export interface GetFunctionConcurrencyResponse {
|
|
2419
2017
|
/**
|
|
2420
2018
|
* <p>The number of simultaneous executions that are reserved for the function.</p>
|
|
2421
2019
|
*/
|
|
2422
2020
|
ReservedConcurrentExecutions?: number;
|
|
2423
2021
|
}
|
|
2424
|
-
export declare namespace GetFunctionConcurrencyResponse {
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
const filterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
|
|
2429
|
-
}
|
|
2430
2022
|
export interface GetFunctionConfigurationRequest {
|
|
2431
2023
|
/**
|
|
2432
2024
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -2456,12 +2048,6 @@ export interface GetFunctionConfigurationRequest {
|
|
|
2456
2048
|
*/
|
|
2457
2049
|
Qualifier?: string;
|
|
2458
2050
|
}
|
|
2459
|
-
export declare namespace GetFunctionConfigurationRequest {
|
|
2460
|
-
/**
|
|
2461
|
-
* @internal
|
|
2462
|
-
*/
|
|
2463
|
-
const filterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
|
|
2464
|
-
}
|
|
2465
2051
|
export interface FunctionEventInvokeConfig {
|
|
2466
2052
|
/**
|
|
2467
2053
|
* <p>The date and time that the configuration was last updated.</p>
|
|
@@ -2505,12 +2091,6 @@ export interface FunctionEventInvokeConfig {
|
|
|
2505
2091
|
*/
|
|
2506
2092
|
DestinationConfig?: DestinationConfig;
|
|
2507
2093
|
}
|
|
2508
|
-
export declare namespace FunctionEventInvokeConfig {
|
|
2509
|
-
/**
|
|
2510
|
-
* @internal
|
|
2511
|
-
*/
|
|
2512
|
-
const filterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
|
|
2513
|
-
}
|
|
2514
2094
|
export interface GetFunctionEventInvokeConfigRequest {
|
|
2515
2095
|
/**
|
|
2516
2096
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -2540,12 +2120,6 @@ export interface GetFunctionEventInvokeConfigRequest {
|
|
|
2540
2120
|
*/
|
|
2541
2121
|
Qualifier?: string;
|
|
2542
2122
|
}
|
|
2543
|
-
export declare namespace GetFunctionEventInvokeConfigRequest {
|
|
2544
|
-
/**
|
|
2545
|
-
* @internal
|
|
2546
|
-
*/
|
|
2547
|
-
const filterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
|
|
2548
|
-
}
|
|
2549
2123
|
export interface GetFunctionUrlConfigRequest {
|
|
2550
2124
|
/**
|
|
2551
2125
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2575,12 +2149,6 @@ export interface GetFunctionUrlConfigRequest {
|
|
|
2575
2149
|
*/
|
|
2576
2150
|
Qualifier?: string;
|
|
2577
2151
|
}
|
|
2578
|
-
export declare namespace GetFunctionUrlConfigRequest {
|
|
2579
|
-
/**
|
|
2580
|
-
* @internal
|
|
2581
|
-
*/
|
|
2582
|
-
const filterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
|
|
2583
|
-
}
|
|
2584
2152
|
export interface GetFunctionUrlConfigResponse {
|
|
2585
2153
|
/**
|
|
2586
2154
|
* <p>The HTTP URL endpoint for your function.</p>
|
|
@@ -2610,12 +2178,6 @@ export interface GetFunctionUrlConfigResponse {
|
|
|
2610
2178
|
*/
|
|
2611
2179
|
LastModifiedTime: string | undefined;
|
|
2612
2180
|
}
|
|
2613
|
-
export declare namespace GetFunctionUrlConfigResponse {
|
|
2614
|
-
/**
|
|
2615
|
-
* @internal
|
|
2616
|
-
*/
|
|
2617
|
-
const filterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
|
|
2618
|
-
}
|
|
2619
2181
|
export interface GetLayerVersionRequest {
|
|
2620
2182
|
/**
|
|
2621
2183
|
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
@@ -2626,12 +2188,6 @@ export interface GetLayerVersionRequest {
|
|
|
2626
2188
|
*/
|
|
2627
2189
|
VersionNumber: number | undefined;
|
|
2628
2190
|
}
|
|
2629
|
-
export declare namespace GetLayerVersionRequest {
|
|
2630
|
-
/**
|
|
2631
|
-
* @internal
|
|
2632
|
-
*/
|
|
2633
|
-
const filterSensitiveLog: (obj: GetLayerVersionRequest) => any;
|
|
2634
|
-
}
|
|
2635
2191
|
/**
|
|
2636
2192
|
* <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
2637
2193
|
* layer</a>.</p>
|
|
@@ -2658,12 +2214,6 @@ export interface LayerVersionContentOutput {
|
|
|
2658
2214
|
*/
|
|
2659
2215
|
SigningJobArn?: string;
|
|
2660
2216
|
}
|
|
2661
|
-
export declare namespace LayerVersionContentOutput {
|
|
2662
|
-
/**
|
|
2663
|
-
* @internal
|
|
2664
|
-
*/
|
|
2665
|
-
const filterSensitiveLog: (obj: LayerVersionContentOutput) => any;
|
|
2666
|
-
}
|
|
2667
2217
|
export interface GetLayerVersionResponse {
|
|
2668
2218
|
/**
|
|
2669
2219
|
* <p>Details about the layer version.</p>
|
|
@@ -2703,24 +2253,12 @@ export interface GetLayerVersionResponse {
|
|
|
2703
2253
|
*/
|
|
2704
2254
|
CompatibleArchitectures?: (Architecture | string)[];
|
|
2705
2255
|
}
|
|
2706
|
-
export declare namespace GetLayerVersionResponse {
|
|
2707
|
-
/**
|
|
2708
|
-
* @internal
|
|
2709
|
-
*/
|
|
2710
|
-
const filterSensitiveLog: (obj: GetLayerVersionResponse) => any;
|
|
2711
|
-
}
|
|
2712
2256
|
export interface GetLayerVersionByArnRequest {
|
|
2713
2257
|
/**
|
|
2714
2258
|
* <p>The ARN of the layer version.</p>
|
|
2715
2259
|
*/
|
|
2716
2260
|
Arn: string | undefined;
|
|
2717
2261
|
}
|
|
2718
|
-
export declare namespace GetLayerVersionByArnRequest {
|
|
2719
|
-
/**
|
|
2720
|
-
* @internal
|
|
2721
|
-
*/
|
|
2722
|
-
const filterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
|
|
2723
|
-
}
|
|
2724
2262
|
export interface GetLayerVersionPolicyRequest {
|
|
2725
2263
|
/**
|
|
2726
2264
|
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
@@ -2731,12 +2269,6 @@ export interface GetLayerVersionPolicyRequest {
|
|
|
2731
2269
|
*/
|
|
2732
2270
|
VersionNumber: number | undefined;
|
|
2733
2271
|
}
|
|
2734
|
-
export declare namespace GetLayerVersionPolicyRequest {
|
|
2735
|
-
/**
|
|
2736
|
-
* @internal
|
|
2737
|
-
*/
|
|
2738
|
-
const filterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
|
|
2739
|
-
}
|
|
2740
2272
|
export interface GetLayerVersionPolicyResponse {
|
|
2741
2273
|
/**
|
|
2742
2274
|
* <p>The policy document.</p>
|
|
@@ -2747,12 +2279,6 @@ export interface GetLayerVersionPolicyResponse {
|
|
|
2747
2279
|
*/
|
|
2748
2280
|
RevisionId?: string;
|
|
2749
2281
|
}
|
|
2750
|
-
export declare namespace GetLayerVersionPolicyResponse {
|
|
2751
|
-
/**
|
|
2752
|
-
* @internal
|
|
2753
|
-
*/
|
|
2754
|
-
const filterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
|
|
2755
|
-
}
|
|
2756
2282
|
export interface GetPolicyRequest {
|
|
2757
2283
|
/**
|
|
2758
2284
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -2782,12 +2308,6 @@ export interface GetPolicyRequest {
|
|
|
2782
2308
|
*/
|
|
2783
2309
|
Qualifier?: string;
|
|
2784
2310
|
}
|
|
2785
|
-
export declare namespace GetPolicyRequest {
|
|
2786
|
-
/**
|
|
2787
|
-
* @internal
|
|
2788
|
-
*/
|
|
2789
|
-
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2790
|
-
}
|
|
2791
2311
|
export interface GetPolicyResponse {
|
|
2792
2312
|
/**
|
|
2793
2313
|
* <p>The resource-based policy.</p>
|
|
@@ -2798,12 +2318,6 @@ export interface GetPolicyResponse {
|
|
|
2798
2318
|
*/
|
|
2799
2319
|
RevisionId?: string;
|
|
2800
2320
|
}
|
|
2801
|
-
export declare namespace GetPolicyResponse {
|
|
2802
|
-
/**
|
|
2803
|
-
* @internal
|
|
2804
|
-
*/
|
|
2805
|
-
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2806
|
-
}
|
|
2807
2321
|
export interface GetProvisionedConcurrencyConfigRequest {
|
|
2808
2322
|
/**
|
|
2809
2323
|
* <p>The name of the Lambda function.</p>
|
|
@@ -2833,12 +2347,6 @@ export interface GetProvisionedConcurrencyConfigRequest {
|
|
|
2833
2347
|
*/
|
|
2834
2348
|
Qualifier: string | undefined;
|
|
2835
2349
|
}
|
|
2836
|
-
export declare namespace GetProvisionedConcurrencyConfigRequest {
|
|
2837
|
-
/**
|
|
2838
|
-
* @internal
|
|
2839
|
-
*/
|
|
2840
|
-
const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
|
|
2841
|
-
}
|
|
2842
2350
|
export declare enum ProvisionedConcurrencyStatusEnum {
|
|
2843
2351
|
FAILED = "FAILED",
|
|
2844
2352
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -2870,12 +2378,6 @@ export interface GetProvisionedConcurrencyConfigResponse {
|
|
|
2870
2378
|
*/
|
|
2871
2379
|
LastModified?: string;
|
|
2872
2380
|
}
|
|
2873
|
-
export declare namespace GetProvisionedConcurrencyConfigResponse {
|
|
2874
|
-
/**
|
|
2875
|
-
* @internal
|
|
2876
|
-
*/
|
|
2877
|
-
const filterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
|
|
2878
|
-
}
|
|
2879
2381
|
/**
|
|
2880
2382
|
* <p>The specified configuration does not exist.</p>
|
|
2881
2383
|
*/
|
|
@@ -3139,12 +2641,6 @@ export interface InvocationRequest {
|
|
|
3139
2641
|
*/
|
|
3140
2642
|
Qualifier?: string;
|
|
3141
2643
|
}
|
|
3142
|
-
export declare namespace InvocationRequest {
|
|
3143
|
-
/**
|
|
3144
|
-
* @internal
|
|
3145
|
-
*/
|
|
3146
|
-
const filterSensitiveLog: (obj: InvocationRequest) => any;
|
|
3147
|
-
}
|
|
3148
2644
|
export interface InvocationResponse {
|
|
3149
2645
|
/**
|
|
3150
2646
|
* <p>The HTTP status code is in the 200 range for a successful request. For the <code>RequestResponse</code>
|
|
@@ -3171,12 +2667,6 @@ export interface InvocationResponse {
|
|
|
3171
2667
|
*/
|
|
3172
2668
|
ExecutedVersion?: string;
|
|
3173
2669
|
}
|
|
3174
|
-
export declare namespace InvocationResponse {
|
|
3175
|
-
/**
|
|
3176
|
-
* @internal
|
|
3177
|
-
*/
|
|
3178
|
-
const filterSensitiveLog: (obj: InvocationResponse) => any;
|
|
3179
|
-
}
|
|
3180
2670
|
/**
|
|
3181
2671
|
* <p>Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda
|
|
3182
2672
|
* function's KMS permissions.</p>
|
|
@@ -3317,12 +2807,6 @@ export interface InvokeAsyncRequest {
|
|
|
3317
2807
|
*/
|
|
3318
2808
|
InvokeArgs: Readable | ReadableStream | Blob | undefined;
|
|
3319
2809
|
}
|
|
3320
|
-
export declare namespace InvokeAsyncRequest {
|
|
3321
|
-
/**
|
|
3322
|
-
* @internal
|
|
3323
|
-
*/
|
|
3324
|
-
const filterSensitiveLog: (obj: InvokeAsyncRequest) => any;
|
|
3325
|
-
}
|
|
3326
2810
|
/**
|
|
3327
2811
|
* @deprecated
|
|
3328
2812
|
*
|
|
@@ -3334,12 +2818,6 @@ export interface InvokeAsyncResponse {
|
|
|
3334
2818
|
*/
|
|
3335
2819
|
Status?: number;
|
|
3336
2820
|
}
|
|
3337
|
-
export declare namespace InvokeAsyncResponse {
|
|
3338
|
-
/**
|
|
3339
|
-
* @internal
|
|
3340
|
-
*/
|
|
3341
|
-
const filterSensitiveLog: (obj: InvokeAsyncResponse) => any;
|
|
3342
|
-
}
|
|
3343
2821
|
export interface ListAliasesRequest {
|
|
3344
2822
|
/**
|
|
3345
2823
|
* <p>The name of the Lambda function.</p>
|
|
@@ -3377,12 +2855,6 @@ export interface ListAliasesRequest {
|
|
|
3377
2855
|
*/
|
|
3378
2856
|
MaxItems?: number;
|
|
3379
2857
|
}
|
|
3380
|
-
export declare namespace ListAliasesRequest {
|
|
3381
|
-
/**
|
|
3382
|
-
* @internal
|
|
3383
|
-
*/
|
|
3384
|
-
const filterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
3385
|
-
}
|
|
3386
2858
|
export interface ListAliasesResponse {
|
|
3387
2859
|
/**
|
|
3388
2860
|
* <p>The pagination token that's included if more results are available.</p>
|
|
@@ -3393,12 +2865,6 @@ export interface ListAliasesResponse {
|
|
|
3393
2865
|
*/
|
|
3394
2866
|
Aliases?: AliasConfiguration[];
|
|
3395
2867
|
}
|
|
3396
|
-
export declare namespace ListAliasesResponse {
|
|
3397
|
-
/**
|
|
3398
|
-
* @internal
|
|
3399
|
-
*/
|
|
3400
|
-
const filterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
3401
|
-
}
|
|
3402
2868
|
export interface ListCodeSigningConfigsRequest {
|
|
3403
2869
|
/**
|
|
3404
2870
|
* <p>Specify the pagination token that's returned by a previous request to retrieve the next page of results.</p>
|
|
@@ -3409,12 +2875,6 @@ export interface ListCodeSigningConfigsRequest {
|
|
|
3409
2875
|
*/
|
|
3410
2876
|
MaxItems?: number;
|
|
3411
2877
|
}
|
|
3412
|
-
export declare namespace ListCodeSigningConfigsRequest {
|
|
3413
|
-
/**
|
|
3414
|
-
* @internal
|
|
3415
|
-
*/
|
|
3416
|
-
const filterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
|
|
3417
|
-
}
|
|
3418
2878
|
export interface ListCodeSigningConfigsResponse {
|
|
3419
2879
|
/**
|
|
3420
2880
|
* <p>The pagination token that's included if more results are available.</p>
|
|
@@ -3425,12 +2885,6 @@ export interface ListCodeSigningConfigsResponse {
|
|
|
3425
2885
|
*/
|
|
3426
2886
|
CodeSigningConfigs?: CodeSigningConfig[];
|
|
3427
2887
|
}
|
|
3428
|
-
export declare namespace ListCodeSigningConfigsResponse {
|
|
3429
|
-
/**
|
|
3430
|
-
* @internal
|
|
3431
|
-
*/
|
|
3432
|
-
const filterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
|
|
3433
|
-
}
|
|
3434
2888
|
export interface ListEventSourceMappingsRequest {
|
|
3435
2889
|
/**
|
|
3436
2890
|
* <p>The Amazon Resource Name (ARN) of the event source.</p>
|
|
@@ -3491,12 +2945,6 @@ export interface ListEventSourceMappingsRequest {
|
|
|
3491
2945
|
*/
|
|
3492
2946
|
MaxItems?: number;
|
|
3493
2947
|
}
|
|
3494
|
-
export declare namespace ListEventSourceMappingsRequest {
|
|
3495
|
-
/**
|
|
3496
|
-
* @internal
|
|
3497
|
-
*/
|
|
3498
|
-
const filterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
|
|
3499
|
-
}
|
|
3500
2948
|
export interface ListEventSourceMappingsResponse {
|
|
3501
2949
|
/**
|
|
3502
2950
|
* <p>A pagination token that's returned when the response doesn't contain all event source mappings.</p>
|
|
@@ -3507,12 +2955,6 @@ export interface ListEventSourceMappingsResponse {
|
|
|
3507
2955
|
*/
|
|
3508
2956
|
EventSourceMappings?: EventSourceMappingConfiguration[];
|
|
3509
2957
|
}
|
|
3510
|
-
export declare namespace ListEventSourceMappingsResponse {
|
|
3511
|
-
/**
|
|
3512
|
-
* @internal
|
|
3513
|
-
*/
|
|
3514
|
-
const filterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
|
|
3515
|
-
}
|
|
3516
2958
|
export interface ListFunctionEventInvokeConfigsRequest {
|
|
3517
2959
|
/**
|
|
3518
2960
|
* <p>The name of the Lambda function.</p>
|
|
@@ -3546,12 +2988,6 @@ export interface ListFunctionEventInvokeConfigsRequest {
|
|
|
3546
2988
|
*/
|
|
3547
2989
|
MaxItems?: number;
|
|
3548
2990
|
}
|
|
3549
|
-
export declare namespace ListFunctionEventInvokeConfigsRequest {
|
|
3550
|
-
/**
|
|
3551
|
-
* @internal
|
|
3552
|
-
*/
|
|
3553
|
-
const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
|
|
3554
|
-
}
|
|
3555
2991
|
export interface ListFunctionEventInvokeConfigsResponse {
|
|
3556
2992
|
/**
|
|
3557
2993
|
* <p>A list of configurations.</p>
|
|
@@ -3562,12 +2998,6 @@ export interface ListFunctionEventInvokeConfigsResponse {
|
|
|
3562
2998
|
*/
|
|
3563
2999
|
NextMarker?: string;
|
|
3564
3000
|
}
|
|
3565
|
-
export declare namespace ListFunctionEventInvokeConfigsResponse {
|
|
3566
|
-
/**
|
|
3567
|
-
* @internal
|
|
3568
|
-
*/
|
|
3569
|
-
const filterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
|
|
3570
|
-
}
|
|
3571
3001
|
export declare enum FunctionVersion {
|
|
3572
3002
|
ALL = "ALL"
|
|
3573
3003
|
}
|
|
@@ -3592,12 +3022,6 @@ export interface ListFunctionsRequest {
|
|
|
3592
3022
|
*/
|
|
3593
3023
|
MaxItems?: number;
|
|
3594
3024
|
}
|
|
3595
|
-
export declare namespace ListFunctionsRequest {
|
|
3596
|
-
/**
|
|
3597
|
-
* @internal
|
|
3598
|
-
*/
|
|
3599
|
-
const filterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
3600
|
-
}
|
|
3601
3025
|
/**
|
|
3602
3026
|
* <p>A list of Lambda functions.</p>
|
|
3603
3027
|
*/
|
|
@@ -3611,12 +3035,6 @@ export interface ListFunctionsResponse {
|
|
|
3611
3035
|
*/
|
|
3612
3036
|
Functions?: FunctionConfiguration[];
|
|
3613
3037
|
}
|
|
3614
|
-
export declare namespace ListFunctionsResponse {
|
|
3615
|
-
/**
|
|
3616
|
-
* @internal
|
|
3617
|
-
*/
|
|
3618
|
-
const filterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
3619
|
-
}
|
|
3620
3038
|
export interface ListFunctionsByCodeSigningConfigRequest {
|
|
3621
3039
|
/**
|
|
3622
3040
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
@@ -3631,12 +3049,6 @@ export interface ListFunctionsByCodeSigningConfigRequest {
|
|
|
3631
3049
|
*/
|
|
3632
3050
|
MaxItems?: number;
|
|
3633
3051
|
}
|
|
3634
|
-
export declare namespace ListFunctionsByCodeSigningConfigRequest {
|
|
3635
|
-
/**
|
|
3636
|
-
* @internal
|
|
3637
|
-
*/
|
|
3638
|
-
const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
|
|
3639
|
-
}
|
|
3640
3052
|
export interface ListFunctionsByCodeSigningConfigResponse {
|
|
3641
3053
|
/**
|
|
3642
3054
|
* <p>The pagination token that's included if more results are available.</p>
|
|
@@ -3647,12 +3059,6 @@ export interface ListFunctionsByCodeSigningConfigResponse {
|
|
|
3647
3059
|
*/
|
|
3648
3060
|
FunctionArns?: string[];
|
|
3649
3061
|
}
|
|
3650
|
-
export declare namespace ListFunctionsByCodeSigningConfigResponse {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
const filterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
|
|
3655
|
-
}
|
|
3656
3062
|
export interface ListFunctionUrlConfigsRequest {
|
|
3657
3063
|
/**
|
|
3658
3064
|
* <p>The name of the Lambda function.</p>
|
|
@@ -3687,12 +3093,6 @@ export interface ListFunctionUrlConfigsRequest {
|
|
|
3687
3093
|
*/
|
|
3688
3094
|
MaxItems?: number;
|
|
3689
3095
|
}
|
|
3690
|
-
export declare namespace ListFunctionUrlConfigsRequest {
|
|
3691
|
-
/**
|
|
3692
|
-
* @internal
|
|
3693
|
-
*/
|
|
3694
|
-
const filterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
|
|
3695
|
-
}
|
|
3696
3096
|
/**
|
|
3697
3097
|
* <p>Details about a Lambda function URL.</p>
|
|
3698
3098
|
*/
|
|
@@ -3725,12 +3125,6 @@ export interface FunctionUrlConfig {
|
|
|
3725
3125
|
*/
|
|
3726
3126
|
AuthType: FunctionUrlAuthType | string | undefined;
|
|
3727
3127
|
}
|
|
3728
|
-
export declare namespace FunctionUrlConfig {
|
|
3729
|
-
/**
|
|
3730
|
-
* @internal
|
|
3731
|
-
*/
|
|
3732
|
-
const filterSensitiveLog: (obj: FunctionUrlConfig) => any;
|
|
3733
|
-
}
|
|
3734
3128
|
export interface ListFunctionUrlConfigsResponse {
|
|
3735
3129
|
/**
|
|
3736
3130
|
* <p>A list of function URL configurations.</p>
|
|
@@ -3741,12 +3135,6 @@ export interface ListFunctionUrlConfigsResponse {
|
|
|
3741
3135
|
*/
|
|
3742
3136
|
NextMarker?: string;
|
|
3743
3137
|
}
|
|
3744
|
-
export declare namespace ListFunctionUrlConfigsResponse {
|
|
3745
|
-
/**
|
|
3746
|
-
* @internal
|
|
3747
|
-
*/
|
|
3748
|
-
const filterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
|
|
3749
|
-
}
|
|
3750
3138
|
export interface ListLayersRequest {
|
|
3751
3139
|
/**
|
|
3752
3140
|
* <p>A runtime identifier. For example, <code>go1.x</code>.</p>
|
|
@@ -3766,12 +3154,6 @@ export interface ListLayersRequest {
|
|
|
3766
3154
|
*/
|
|
3767
3155
|
CompatibleArchitecture?: Architecture | string;
|
|
3768
3156
|
}
|
|
3769
|
-
export declare namespace ListLayersRequest {
|
|
3770
|
-
/**
|
|
3771
|
-
* @internal
|
|
3772
|
-
*/
|
|
3773
|
-
const filterSensitiveLog: (obj: ListLayersRequest) => any;
|
|
3774
|
-
}
|
|
3775
3157
|
/**
|
|
3776
3158
|
* <p>Details about a version of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
3777
3159
|
* layer</a>.</p>
|
|
@@ -3807,12 +3189,6 @@ export interface LayerVersionsListItem {
|
|
|
3807
3189
|
*/
|
|
3808
3190
|
CompatibleArchitectures?: (Architecture | string)[];
|
|
3809
3191
|
}
|
|
3810
|
-
export declare namespace LayerVersionsListItem {
|
|
3811
|
-
/**
|
|
3812
|
-
* @internal
|
|
3813
|
-
*/
|
|
3814
|
-
const filterSensitiveLog: (obj: LayerVersionsListItem) => any;
|
|
3815
|
-
}
|
|
3816
3192
|
/**
|
|
3817
3193
|
* <p>Details about an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
3818
3194
|
* layer</a>.</p>
|
|
@@ -3831,12 +3207,6 @@ export interface LayersListItem {
|
|
|
3831
3207
|
*/
|
|
3832
3208
|
LatestMatchingVersion?: LayerVersionsListItem;
|
|
3833
3209
|
}
|
|
3834
|
-
export declare namespace LayersListItem {
|
|
3835
|
-
/**
|
|
3836
|
-
* @internal
|
|
3837
|
-
*/
|
|
3838
|
-
const filterSensitiveLog: (obj: LayersListItem) => any;
|
|
3839
|
-
}
|
|
3840
3210
|
export interface ListLayersResponse {
|
|
3841
3211
|
/**
|
|
3842
3212
|
* <p>A pagination token returned when the response doesn't contain all layers.</p>
|
|
@@ -3847,12 +3217,6 @@ export interface ListLayersResponse {
|
|
|
3847
3217
|
*/
|
|
3848
3218
|
Layers?: LayersListItem[];
|
|
3849
3219
|
}
|
|
3850
|
-
export declare namespace ListLayersResponse {
|
|
3851
|
-
/**
|
|
3852
|
-
* @internal
|
|
3853
|
-
*/
|
|
3854
|
-
const filterSensitiveLog: (obj: ListLayersResponse) => any;
|
|
3855
|
-
}
|
|
3856
3220
|
export interface ListLayerVersionsRequest {
|
|
3857
3221
|
/**
|
|
3858
3222
|
* <p>A runtime identifier. For example, <code>go1.x</code>.</p>
|
|
@@ -3876,12 +3240,6 @@ export interface ListLayerVersionsRequest {
|
|
|
3876
3240
|
*/
|
|
3877
3241
|
CompatibleArchitecture?: Architecture | string;
|
|
3878
3242
|
}
|
|
3879
|
-
export declare namespace ListLayerVersionsRequest {
|
|
3880
|
-
/**
|
|
3881
|
-
* @internal
|
|
3882
|
-
*/
|
|
3883
|
-
const filterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
|
|
3884
|
-
}
|
|
3885
3243
|
export interface ListLayerVersionsResponse {
|
|
3886
3244
|
/**
|
|
3887
3245
|
* <p>A pagination token returned when the response doesn't contain all versions.</p>
|
|
@@ -3892,12 +3250,6 @@ export interface ListLayerVersionsResponse {
|
|
|
3892
3250
|
*/
|
|
3893
3251
|
LayerVersions?: LayerVersionsListItem[];
|
|
3894
3252
|
}
|
|
3895
|
-
export declare namespace ListLayerVersionsResponse {
|
|
3896
|
-
/**
|
|
3897
|
-
* @internal
|
|
3898
|
-
*/
|
|
3899
|
-
const filterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
|
|
3900
|
-
}
|
|
3901
3253
|
export interface ListProvisionedConcurrencyConfigsRequest {
|
|
3902
3254
|
/**
|
|
3903
3255
|
* <p>The name of the Lambda function.</p>
|
|
@@ -3931,12 +3283,6 @@ export interface ListProvisionedConcurrencyConfigsRequest {
|
|
|
3931
3283
|
*/
|
|
3932
3284
|
MaxItems?: number;
|
|
3933
3285
|
}
|
|
3934
|
-
export declare namespace ListProvisionedConcurrencyConfigsRequest {
|
|
3935
|
-
/**
|
|
3936
|
-
* @internal
|
|
3937
|
-
*/
|
|
3938
|
-
const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
|
|
3939
|
-
}
|
|
3940
3286
|
/**
|
|
3941
3287
|
* <p>Details about the provisioned concurrency configuration for a function alias or version.</p>
|
|
3942
3288
|
*/
|
|
@@ -3970,12 +3316,6 @@ export interface ProvisionedConcurrencyConfigListItem {
|
|
|
3970
3316
|
*/
|
|
3971
3317
|
LastModified?: string;
|
|
3972
3318
|
}
|
|
3973
|
-
export declare namespace ProvisionedConcurrencyConfigListItem {
|
|
3974
|
-
/**
|
|
3975
|
-
* @internal
|
|
3976
|
-
*/
|
|
3977
|
-
const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
|
|
3978
|
-
}
|
|
3979
3319
|
export interface ListProvisionedConcurrencyConfigsResponse {
|
|
3980
3320
|
/**
|
|
3981
3321
|
* <p>A list of provisioned concurrency configurations.</p>
|
|
@@ -3986,12 +3326,6 @@ export interface ListProvisionedConcurrencyConfigsResponse {
|
|
|
3986
3326
|
*/
|
|
3987
3327
|
NextMarker?: string;
|
|
3988
3328
|
}
|
|
3989
|
-
export declare namespace ListProvisionedConcurrencyConfigsResponse {
|
|
3990
|
-
/**
|
|
3991
|
-
* @internal
|
|
3992
|
-
*/
|
|
3993
|
-
const filterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
|
|
3994
|
-
}
|
|
3995
3329
|
export interface ListTagsRequest {
|
|
3996
3330
|
/**
|
|
3997
3331
|
* <p>The function's Amazon Resource Name (ARN).
|
|
@@ -3999,24 +3333,12 @@ export interface ListTagsRequest {
|
|
|
3999
3333
|
*/
|
|
4000
3334
|
Resource: string | undefined;
|
|
4001
3335
|
}
|
|
4002
|
-
export declare namespace ListTagsRequest {
|
|
4003
|
-
/**
|
|
4004
|
-
* @internal
|
|
4005
|
-
*/
|
|
4006
|
-
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
4007
|
-
}
|
|
4008
3336
|
export interface ListTagsResponse {
|
|
4009
3337
|
/**
|
|
4010
3338
|
* <p>The function's tags.</p>
|
|
4011
3339
|
*/
|
|
4012
3340
|
Tags?: Record<string, string>;
|
|
4013
3341
|
}
|
|
4014
|
-
export declare namespace ListTagsResponse {
|
|
4015
|
-
/**
|
|
4016
|
-
* @internal
|
|
4017
|
-
*/
|
|
4018
|
-
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
4019
|
-
}
|
|
4020
3342
|
export interface ListVersionsByFunctionRequest {
|
|
4021
3343
|
/**
|
|
4022
3344
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4051,12 +3373,6 @@ export interface ListVersionsByFunctionRequest {
|
|
|
4051
3373
|
*/
|
|
4052
3374
|
MaxItems?: number;
|
|
4053
3375
|
}
|
|
4054
|
-
export declare namespace ListVersionsByFunctionRequest {
|
|
4055
|
-
/**
|
|
4056
|
-
* @internal
|
|
4057
|
-
*/
|
|
4058
|
-
const filterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
|
|
4059
|
-
}
|
|
4060
3376
|
export interface ListVersionsByFunctionResponse {
|
|
4061
3377
|
/**
|
|
4062
3378
|
* <p>The pagination token that's included if more results are available.</p>
|
|
@@ -4067,12 +3383,6 @@ export interface ListVersionsByFunctionResponse {
|
|
|
4067
3383
|
*/
|
|
4068
3384
|
Versions?: FunctionConfiguration[];
|
|
4069
3385
|
}
|
|
4070
|
-
export declare namespace ListVersionsByFunctionResponse {
|
|
4071
|
-
/**
|
|
4072
|
-
* @internal
|
|
4073
|
-
*/
|
|
4074
|
-
const filterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
|
|
4075
|
-
}
|
|
4076
3386
|
/**
|
|
4077
3387
|
* <p>A ZIP archive that contains the contents of an <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html">Lambda
|
|
4078
3388
|
* layer</a>. You can specify either an Amazon S3 location,
|
|
@@ -4097,12 +3407,6 @@ export interface LayerVersionContentInput {
|
|
|
4097
3407
|
*/
|
|
4098
3408
|
ZipFile?: Uint8Array;
|
|
4099
3409
|
}
|
|
4100
|
-
export declare namespace LayerVersionContentInput {
|
|
4101
|
-
/**
|
|
4102
|
-
* @internal
|
|
4103
|
-
*/
|
|
4104
|
-
const filterSensitiveLog: (obj: LayerVersionContentInput) => any;
|
|
4105
|
-
}
|
|
4106
3410
|
export interface PublishLayerVersionRequest {
|
|
4107
3411
|
/**
|
|
4108
3412
|
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
@@ -4144,12 +3448,6 @@ export interface PublishLayerVersionRequest {
|
|
|
4144
3448
|
*/
|
|
4145
3449
|
CompatibleArchitectures?: (Architecture | string)[];
|
|
4146
3450
|
}
|
|
4147
|
-
export declare namespace PublishLayerVersionRequest {
|
|
4148
|
-
/**
|
|
4149
|
-
* @internal
|
|
4150
|
-
*/
|
|
4151
|
-
const filterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
|
|
4152
|
-
}
|
|
4153
3451
|
export interface PublishLayerVersionResponse {
|
|
4154
3452
|
/**
|
|
4155
3453
|
* <p>Details about the layer version.</p>
|
|
@@ -4189,12 +3487,6 @@ export interface PublishLayerVersionResponse {
|
|
|
4189
3487
|
*/
|
|
4190
3488
|
CompatibleArchitectures?: (Architecture | string)[];
|
|
4191
3489
|
}
|
|
4192
|
-
export declare namespace PublishLayerVersionResponse {
|
|
4193
|
-
/**
|
|
4194
|
-
* @internal
|
|
4195
|
-
*/
|
|
4196
|
-
const filterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
|
|
4197
|
-
}
|
|
4198
3490
|
export interface PublishVersionRequest {
|
|
4199
3491
|
/**
|
|
4200
3492
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4235,12 +3527,6 @@ export interface PublishVersionRequest {
|
|
|
4235
3527
|
*/
|
|
4236
3528
|
RevisionId?: string;
|
|
4237
3529
|
}
|
|
4238
|
-
export declare namespace PublishVersionRequest {
|
|
4239
|
-
/**
|
|
4240
|
-
* @internal
|
|
4241
|
-
*/
|
|
4242
|
-
const filterSensitiveLog: (obj: PublishVersionRequest) => any;
|
|
4243
|
-
}
|
|
4244
3530
|
export interface PutFunctionCodeSigningConfigRequest {
|
|
4245
3531
|
/**
|
|
4246
3532
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
@@ -4270,12 +3556,6 @@ export interface PutFunctionCodeSigningConfigRequest {
|
|
|
4270
3556
|
*/
|
|
4271
3557
|
FunctionName: string | undefined;
|
|
4272
3558
|
}
|
|
4273
|
-
export declare namespace PutFunctionCodeSigningConfigRequest {
|
|
4274
|
-
/**
|
|
4275
|
-
* @internal
|
|
4276
|
-
*/
|
|
4277
|
-
const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
|
|
4278
|
-
}
|
|
4279
3559
|
export interface PutFunctionCodeSigningConfigResponse {
|
|
4280
3560
|
/**
|
|
4281
3561
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
@@ -4305,12 +3585,6 @@ export interface PutFunctionCodeSigningConfigResponse {
|
|
|
4305
3585
|
*/
|
|
4306
3586
|
FunctionName: string | undefined;
|
|
4307
3587
|
}
|
|
4308
|
-
export declare namespace PutFunctionCodeSigningConfigResponse {
|
|
4309
|
-
/**
|
|
4310
|
-
* @internal
|
|
4311
|
-
*/
|
|
4312
|
-
const filterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
|
|
4313
|
-
}
|
|
4314
3588
|
export interface PutFunctionConcurrencyRequest {
|
|
4315
3589
|
/**
|
|
4316
3590
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4340,12 +3614,6 @@ export interface PutFunctionConcurrencyRequest {
|
|
|
4340
3614
|
*/
|
|
4341
3615
|
ReservedConcurrentExecutions: number | undefined;
|
|
4342
3616
|
}
|
|
4343
|
-
export declare namespace PutFunctionConcurrencyRequest {
|
|
4344
|
-
/**
|
|
4345
|
-
* @internal
|
|
4346
|
-
*/
|
|
4347
|
-
const filterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
|
|
4348
|
-
}
|
|
4349
3617
|
export interface PutFunctionEventInvokeConfigRequest {
|
|
4350
3618
|
/**
|
|
4351
3619
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -4408,12 +3676,6 @@ export interface PutFunctionEventInvokeConfigRequest {
|
|
|
4408
3676
|
*/
|
|
4409
3677
|
DestinationConfig?: DestinationConfig;
|
|
4410
3678
|
}
|
|
4411
|
-
export declare namespace PutFunctionEventInvokeConfigRequest {
|
|
4412
|
-
/**
|
|
4413
|
-
* @internal
|
|
4414
|
-
*/
|
|
4415
|
-
const filterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
|
|
4416
|
-
}
|
|
4417
3679
|
export interface PutProvisionedConcurrencyConfigRequest {
|
|
4418
3680
|
/**
|
|
4419
3681
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4447,12 +3709,6 @@ export interface PutProvisionedConcurrencyConfigRequest {
|
|
|
4447
3709
|
*/
|
|
4448
3710
|
ProvisionedConcurrentExecutions: number | undefined;
|
|
4449
3711
|
}
|
|
4450
|
-
export declare namespace PutProvisionedConcurrencyConfigRequest {
|
|
4451
|
-
/**
|
|
4452
|
-
* @internal
|
|
4453
|
-
*/
|
|
4454
|
-
const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
|
|
4455
|
-
}
|
|
4456
3712
|
export interface PutProvisionedConcurrencyConfigResponse {
|
|
4457
3713
|
/**
|
|
4458
3714
|
* <p>The amount of provisioned concurrency requested.</p>
|
|
@@ -4479,12 +3735,6 @@ export interface PutProvisionedConcurrencyConfigResponse {
|
|
|
4479
3735
|
*/
|
|
4480
3736
|
LastModified?: string;
|
|
4481
3737
|
}
|
|
4482
|
-
export declare namespace PutProvisionedConcurrencyConfigResponse {
|
|
4483
|
-
/**
|
|
4484
|
-
* @internal
|
|
4485
|
-
*/
|
|
4486
|
-
const filterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
|
|
4487
|
-
}
|
|
4488
3738
|
export interface RemoveLayerVersionPermissionRequest {
|
|
4489
3739
|
/**
|
|
4490
3740
|
* <p>The name or Amazon Resource Name (ARN) of the layer.</p>
|
|
@@ -4504,12 +3754,6 @@ export interface RemoveLayerVersionPermissionRequest {
|
|
|
4504
3754
|
*/
|
|
4505
3755
|
RevisionId?: string;
|
|
4506
3756
|
}
|
|
4507
|
-
export declare namespace RemoveLayerVersionPermissionRequest {
|
|
4508
|
-
/**
|
|
4509
|
-
* @internal
|
|
4510
|
-
*/
|
|
4511
|
-
const filterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
|
|
4512
|
-
}
|
|
4513
3757
|
export interface RemovePermissionRequest {
|
|
4514
3758
|
/**
|
|
4515
3759
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -4548,12 +3792,6 @@ export interface RemovePermissionRequest {
|
|
|
4548
3792
|
*/
|
|
4549
3793
|
RevisionId?: string;
|
|
4550
3794
|
}
|
|
4551
|
-
export declare namespace RemovePermissionRequest {
|
|
4552
|
-
/**
|
|
4553
|
-
* @internal
|
|
4554
|
-
*/
|
|
4555
|
-
const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
4556
|
-
}
|
|
4557
3795
|
export interface TagResourceRequest {
|
|
4558
3796
|
/**
|
|
4559
3797
|
* <p>The function's Amazon Resource Name (ARN).</p>
|
|
@@ -4564,12 +3802,6 @@ export interface TagResourceRequest {
|
|
|
4564
3802
|
*/
|
|
4565
3803
|
Tags: Record<string, string> | undefined;
|
|
4566
3804
|
}
|
|
4567
|
-
export declare namespace TagResourceRequest {
|
|
4568
|
-
/**
|
|
4569
|
-
* @internal
|
|
4570
|
-
*/
|
|
4571
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4572
|
-
}
|
|
4573
3805
|
export interface UntagResourceRequest {
|
|
4574
3806
|
/**
|
|
4575
3807
|
* <p>The function's Amazon Resource Name (ARN).</p>
|
|
@@ -4580,12 +3812,6 @@ export interface UntagResourceRequest {
|
|
|
4580
3812
|
*/
|
|
4581
3813
|
TagKeys: string[] | undefined;
|
|
4582
3814
|
}
|
|
4583
|
-
export declare namespace UntagResourceRequest {
|
|
4584
|
-
/**
|
|
4585
|
-
* @internal
|
|
4586
|
-
*/
|
|
4587
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4588
|
-
}
|
|
4589
3815
|
export interface UpdateAliasRequest {
|
|
4590
3816
|
/**
|
|
4591
3817
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4633,12 +3859,6 @@ export interface UpdateAliasRequest {
|
|
|
4633
3859
|
*/
|
|
4634
3860
|
RevisionId?: string;
|
|
4635
3861
|
}
|
|
4636
|
-
export declare namespace UpdateAliasRequest {
|
|
4637
|
-
/**
|
|
4638
|
-
* @internal
|
|
4639
|
-
*/
|
|
4640
|
-
const filterSensitiveLog: (obj: UpdateAliasRequest) => any;
|
|
4641
|
-
}
|
|
4642
3862
|
export interface UpdateCodeSigningConfigRequest {
|
|
4643
3863
|
/**
|
|
4644
3864
|
* <p>The The Amazon Resource Name (ARN) of the code signing configuration.</p>
|
|
@@ -4657,24 +3877,12 @@ export interface UpdateCodeSigningConfigRequest {
|
|
|
4657
3877
|
*/
|
|
4658
3878
|
CodeSigningPolicies?: CodeSigningPolicies;
|
|
4659
3879
|
}
|
|
4660
|
-
export declare namespace UpdateCodeSigningConfigRequest {
|
|
4661
|
-
/**
|
|
4662
|
-
* @internal
|
|
4663
|
-
*/
|
|
4664
|
-
const filterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
|
|
4665
|
-
}
|
|
4666
3880
|
export interface UpdateCodeSigningConfigResponse {
|
|
4667
3881
|
/**
|
|
4668
3882
|
* <p>The code signing configuration</p>
|
|
4669
3883
|
*/
|
|
4670
3884
|
CodeSigningConfig: CodeSigningConfig | undefined;
|
|
4671
3885
|
}
|
|
4672
|
-
export declare namespace UpdateCodeSigningConfigResponse {
|
|
4673
|
-
/**
|
|
4674
|
-
* @internal
|
|
4675
|
-
*/
|
|
4676
|
-
const filterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
|
|
4677
|
-
}
|
|
4678
3886
|
export interface UpdateEventSourceMappingRequest {
|
|
4679
3887
|
/**
|
|
4680
3888
|
* <p>The identifier of the event source mapping.</p>
|
|
@@ -4787,12 +3995,6 @@ export interface UpdateEventSourceMappingRequest {
|
|
|
4787
3995
|
*/
|
|
4788
3996
|
FunctionResponseTypes?: (FunctionResponseType | string)[];
|
|
4789
3997
|
}
|
|
4790
|
-
export declare namespace UpdateEventSourceMappingRequest {
|
|
4791
|
-
/**
|
|
4792
|
-
* @internal
|
|
4793
|
-
*/
|
|
4794
|
-
const filterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
|
|
4795
|
-
}
|
|
4796
3998
|
export interface UpdateFunctionCodeRequest {
|
|
4797
3999
|
/**
|
|
4798
4000
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4861,12 +4063,6 @@ export interface UpdateFunctionCodeRequest {
|
|
|
4861
4063
|
*/
|
|
4862
4064
|
Architectures?: (Architecture | string)[];
|
|
4863
4065
|
}
|
|
4864
|
-
export declare namespace UpdateFunctionCodeRequest {
|
|
4865
|
-
/**
|
|
4866
|
-
* @internal
|
|
4867
|
-
*/
|
|
4868
|
-
const filterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
|
|
4869
|
-
}
|
|
4870
4066
|
export interface UpdateFunctionConfigurationRequest {
|
|
4871
4067
|
/**
|
|
4872
4068
|
* <p>The name of the Lambda function.</p>
|
|
@@ -4971,12 +4167,6 @@ export interface UpdateFunctionConfigurationRequest {
|
|
|
4971
4167
|
*/
|
|
4972
4168
|
EphemeralStorage?: EphemeralStorage;
|
|
4973
4169
|
}
|
|
4974
|
-
export declare namespace UpdateFunctionConfigurationRequest {
|
|
4975
|
-
/**
|
|
4976
|
-
* @internal
|
|
4977
|
-
*/
|
|
4978
|
-
const filterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
|
|
4979
|
-
}
|
|
4980
4170
|
export interface UpdateFunctionEventInvokeConfigRequest {
|
|
4981
4171
|
/**
|
|
4982
4172
|
* <p>The name of the Lambda function, version, or alias.</p>
|
|
@@ -5039,12 +4229,6 @@ export interface UpdateFunctionEventInvokeConfigRequest {
|
|
|
5039
4229
|
*/
|
|
5040
4230
|
DestinationConfig?: DestinationConfig;
|
|
5041
4231
|
}
|
|
5042
|
-
export declare namespace UpdateFunctionEventInvokeConfigRequest {
|
|
5043
|
-
/**
|
|
5044
|
-
* @internal
|
|
5045
|
-
*/
|
|
5046
|
-
const filterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
|
|
5047
|
-
}
|
|
5048
4232
|
export interface UpdateFunctionUrlConfigRequest {
|
|
5049
4233
|
/**
|
|
5050
4234
|
* <p>The name of the Lambda function.</p>
|
|
@@ -5085,12 +4269,6 @@ export interface UpdateFunctionUrlConfigRequest {
|
|
|
5085
4269
|
*/
|
|
5086
4270
|
Cors?: Cors;
|
|
5087
4271
|
}
|
|
5088
|
-
export declare namespace UpdateFunctionUrlConfigRequest {
|
|
5089
|
-
/**
|
|
5090
|
-
* @internal
|
|
5091
|
-
*/
|
|
5092
|
-
const filterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
|
|
5093
|
-
}
|
|
5094
4272
|
export interface UpdateFunctionUrlConfigResponse {
|
|
5095
4273
|
/**
|
|
5096
4274
|
* <p>The HTTP URL endpoint for your function.</p>
|
|
@@ -5120,9 +4298,555 @@ export interface UpdateFunctionUrlConfigResponse {
|
|
|
5120
4298
|
*/
|
|
5121
4299
|
LastModifiedTime: string | undefined;
|
|
5122
4300
|
}
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
4301
|
+
/**
|
|
4302
|
+
* @internal
|
|
4303
|
+
*/
|
|
4304
|
+
export declare const AccountLimitFilterSensitiveLog: (obj: AccountLimit) => any;
|
|
4305
|
+
/**
|
|
4306
|
+
* @internal
|
|
4307
|
+
*/
|
|
4308
|
+
export declare const AccountUsageFilterSensitiveLog: (obj: AccountUsage) => any;
|
|
4309
|
+
/**
|
|
4310
|
+
* @internal
|
|
4311
|
+
*/
|
|
4312
|
+
export declare const AddLayerVersionPermissionRequestFilterSensitiveLog: (obj: AddLayerVersionPermissionRequest) => any;
|
|
4313
|
+
/**
|
|
4314
|
+
* @internal
|
|
4315
|
+
*/
|
|
4316
|
+
export declare const AddLayerVersionPermissionResponseFilterSensitiveLog: (obj: AddLayerVersionPermissionResponse) => any;
|
|
4317
|
+
/**
|
|
4318
|
+
* @internal
|
|
4319
|
+
*/
|
|
4320
|
+
export declare const AddPermissionRequestFilterSensitiveLog: (obj: AddPermissionRequest) => any;
|
|
4321
|
+
/**
|
|
4322
|
+
* @internal
|
|
4323
|
+
*/
|
|
4324
|
+
export declare const AddPermissionResponseFilterSensitiveLog: (obj: AddPermissionResponse) => any;
|
|
4325
|
+
/**
|
|
4326
|
+
* @internal
|
|
4327
|
+
*/
|
|
4328
|
+
export declare const AliasRoutingConfigurationFilterSensitiveLog: (obj: AliasRoutingConfiguration) => any;
|
|
4329
|
+
/**
|
|
4330
|
+
* @internal
|
|
4331
|
+
*/
|
|
4332
|
+
export declare const AliasConfigurationFilterSensitiveLog: (obj: AliasConfiguration) => any;
|
|
4333
|
+
/**
|
|
4334
|
+
* @internal
|
|
4335
|
+
*/
|
|
4336
|
+
export declare const AllowedPublishersFilterSensitiveLog: (obj: AllowedPublishers) => any;
|
|
4337
|
+
/**
|
|
4338
|
+
* @internal
|
|
4339
|
+
*/
|
|
4340
|
+
export declare const CreateAliasRequestFilterSensitiveLog: (obj: CreateAliasRequest) => any;
|
|
4341
|
+
/**
|
|
4342
|
+
* @internal
|
|
4343
|
+
*/
|
|
4344
|
+
export declare const CodeSigningPoliciesFilterSensitiveLog: (obj: CodeSigningPolicies) => any;
|
|
4345
|
+
/**
|
|
4346
|
+
* @internal
|
|
4347
|
+
*/
|
|
4348
|
+
export declare const CreateCodeSigningConfigRequestFilterSensitiveLog: (obj: CreateCodeSigningConfigRequest) => any;
|
|
4349
|
+
/**
|
|
4350
|
+
* @internal
|
|
4351
|
+
*/
|
|
4352
|
+
export declare const CodeSigningConfigFilterSensitiveLog: (obj: CodeSigningConfig) => any;
|
|
4353
|
+
/**
|
|
4354
|
+
* @internal
|
|
4355
|
+
*/
|
|
4356
|
+
export declare const CreateCodeSigningConfigResponseFilterSensitiveLog: (obj: CreateCodeSigningConfigResponse) => any;
|
|
4357
|
+
/**
|
|
4358
|
+
* @internal
|
|
4359
|
+
*/
|
|
4360
|
+
export declare const OnFailureFilterSensitiveLog: (obj: OnFailure) => any;
|
|
4361
|
+
/**
|
|
4362
|
+
* @internal
|
|
4363
|
+
*/
|
|
4364
|
+
export declare const OnSuccessFilterSensitiveLog: (obj: OnSuccess) => any;
|
|
4365
|
+
/**
|
|
4366
|
+
* @internal
|
|
4367
|
+
*/
|
|
4368
|
+
export declare const DestinationConfigFilterSensitiveLog: (obj: DestinationConfig) => any;
|
|
4369
|
+
/**
|
|
4370
|
+
* @internal
|
|
4371
|
+
*/
|
|
4372
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
4373
|
+
/**
|
|
4374
|
+
* @internal
|
|
4375
|
+
*/
|
|
4376
|
+
export declare const FilterCriteriaFilterSensitiveLog: (obj: FilterCriteria) => any;
|
|
4377
|
+
/**
|
|
4378
|
+
* @internal
|
|
4379
|
+
*/
|
|
4380
|
+
export declare const SelfManagedEventSourceFilterSensitiveLog: (obj: SelfManagedEventSource) => any;
|
|
4381
|
+
/**
|
|
4382
|
+
* @internal
|
|
4383
|
+
*/
|
|
4384
|
+
export declare const SourceAccessConfigurationFilterSensitiveLog: (obj: SourceAccessConfiguration) => any;
|
|
4385
|
+
/**
|
|
4386
|
+
* @internal
|
|
4387
|
+
*/
|
|
4388
|
+
export declare const CreateEventSourceMappingRequestFilterSensitiveLog: (obj: CreateEventSourceMappingRequest) => any;
|
|
4389
|
+
/**
|
|
4390
|
+
* @internal
|
|
4391
|
+
*/
|
|
4392
|
+
export declare const EventSourceMappingConfigurationFilterSensitiveLog: (obj: EventSourceMappingConfiguration) => any;
|
|
4393
|
+
/**
|
|
4394
|
+
* @internal
|
|
4395
|
+
*/
|
|
4396
|
+
export declare const FunctionCodeFilterSensitiveLog: (obj: FunctionCode) => any;
|
|
4397
|
+
/**
|
|
4398
|
+
* @internal
|
|
4399
|
+
*/
|
|
4400
|
+
export declare const DeadLetterConfigFilterSensitiveLog: (obj: DeadLetterConfig) => any;
|
|
4401
|
+
/**
|
|
4402
|
+
* @internal
|
|
4403
|
+
*/
|
|
4404
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
4405
|
+
/**
|
|
4406
|
+
* @internal
|
|
4407
|
+
*/
|
|
4408
|
+
export declare const EphemeralStorageFilterSensitiveLog: (obj: EphemeralStorage) => any;
|
|
4409
|
+
/**
|
|
4410
|
+
* @internal
|
|
4411
|
+
*/
|
|
4412
|
+
export declare const FileSystemConfigFilterSensitiveLog: (obj: FileSystemConfig) => any;
|
|
4413
|
+
/**
|
|
4414
|
+
* @internal
|
|
4415
|
+
*/
|
|
4416
|
+
export declare const ImageConfigFilterSensitiveLog: (obj: ImageConfig) => any;
|
|
4417
|
+
/**
|
|
4418
|
+
* @internal
|
|
4419
|
+
*/
|
|
4420
|
+
export declare const TracingConfigFilterSensitiveLog: (obj: TracingConfig) => any;
|
|
4421
|
+
/**
|
|
4422
|
+
* @internal
|
|
4423
|
+
*/
|
|
4424
|
+
export declare const VpcConfigFilterSensitiveLog: (obj: VpcConfig) => any;
|
|
4425
|
+
/**
|
|
4426
|
+
* @internal
|
|
4427
|
+
*/
|
|
4428
|
+
export declare const CreateFunctionRequestFilterSensitiveLog: (obj: CreateFunctionRequest) => any;
|
|
4429
|
+
/**
|
|
4430
|
+
* @internal
|
|
4431
|
+
*/
|
|
4432
|
+
export declare const EnvironmentErrorFilterSensitiveLog: (obj: EnvironmentError) => any;
|
|
4433
|
+
/**
|
|
4434
|
+
* @internal
|
|
4435
|
+
*/
|
|
4436
|
+
export declare const EnvironmentResponseFilterSensitiveLog: (obj: EnvironmentResponse) => any;
|
|
4437
|
+
/**
|
|
4438
|
+
* @internal
|
|
4439
|
+
*/
|
|
4440
|
+
export declare const ImageConfigErrorFilterSensitiveLog: (obj: ImageConfigError) => any;
|
|
4441
|
+
/**
|
|
4442
|
+
* @internal
|
|
4443
|
+
*/
|
|
4444
|
+
export declare const ImageConfigResponseFilterSensitiveLog: (obj: ImageConfigResponse) => any;
|
|
4445
|
+
/**
|
|
4446
|
+
* @internal
|
|
4447
|
+
*/
|
|
4448
|
+
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
4449
|
+
/**
|
|
4450
|
+
* @internal
|
|
4451
|
+
*/
|
|
4452
|
+
export declare const TracingConfigResponseFilterSensitiveLog: (obj: TracingConfigResponse) => any;
|
|
4453
|
+
/**
|
|
4454
|
+
* @internal
|
|
4455
|
+
*/
|
|
4456
|
+
export declare const VpcConfigResponseFilterSensitiveLog: (obj: VpcConfigResponse) => any;
|
|
4457
|
+
/**
|
|
4458
|
+
* @internal
|
|
4459
|
+
*/
|
|
4460
|
+
export declare const FunctionConfigurationFilterSensitiveLog: (obj: FunctionConfiguration) => any;
|
|
4461
|
+
/**
|
|
4462
|
+
* @internal
|
|
4463
|
+
*/
|
|
4464
|
+
export declare const CorsFilterSensitiveLog: (obj: Cors) => any;
|
|
4465
|
+
/**
|
|
4466
|
+
* @internal
|
|
4467
|
+
*/
|
|
4468
|
+
export declare const CreateFunctionUrlConfigRequestFilterSensitiveLog: (obj: CreateFunctionUrlConfigRequest) => any;
|
|
4469
|
+
/**
|
|
4470
|
+
* @internal
|
|
4471
|
+
*/
|
|
4472
|
+
export declare const CreateFunctionUrlConfigResponseFilterSensitiveLog: (obj: CreateFunctionUrlConfigResponse) => any;
|
|
4473
|
+
/**
|
|
4474
|
+
* @internal
|
|
4475
|
+
*/
|
|
4476
|
+
export declare const DeleteAliasRequestFilterSensitiveLog: (obj: DeleteAliasRequest) => any;
|
|
4477
|
+
/**
|
|
4478
|
+
* @internal
|
|
4479
|
+
*/
|
|
4480
|
+
export declare const DeleteCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteCodeSigningConfigRequest) => any;
|
|
4481
|
+
/**
|
|
4482
|
+
* @internal
|
|
4483
|
+
*/
|
|
4484
|
+
export declare const DeleteCodeSigningConfigResponseFilterSensitiveLog: (obj: DeleteCodeSigningConfigResponse) => any;
|
|
4485
|
+
/**
|
|
4486
|
+
* @internal
|
|
4487
|
+
*/
|
|
4488
|
+
export declare const DeleteEventSourceMappingRequestFilterSensitiveLog: (obj: DeleteEventSourceMappingRequest) => any;
|
|
4489
|
+
/**
|
|
4490
|
+
* @internal
|
|
4491
|
+
*/
|
|
4492
|
+
export declare const DeleteFunctionRequestFilterSensitiveLog: (obj: DeleteFunctionRequest) => any;
|
|
4493
|
+
/**
|
|
4494
|
+
* @internal
|
|
4495
|
+
*/
|
|
4496
|
+
export declare const DeleteFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: DeleteFunctionCodeSigningConfigRequest) => any;
|
|
4497
|
+
/**
|
|
4498
|
+
* @internal
|
|
4499
|
+
*/
|
|
4500
|
+
export declare const DeleteFunctionConcurrencyRequestFilterSensitiveLog: (obj: DeleteFunctionConcurrencyRequest) => any;
|
|
4501
|
+
/**
|
|
4502
|
+
* @internal
|
|
4503
|
+
*/
|
|
4504
|
+
export declare const DeleteFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: DeleteFunctionEventInvokeConfigRequest) => any;
|
|
4505
|
+
/**
|
|
4506
|
+
* @internal
|
|
4507
|
+
*/
|
|
4508
|
+
export declare const DeleteFunctionUrlConfigRequestFilterSensitiveLog: (obj: DeleteFunctionUrlConfigRequest) => any;
|
|
4509
|
+
/**
|
|
4510
|
+
* @internal
|
|
4511
|
+
*/
|
|
4512
|
+
export declare const DeleteLayerVersionRequestFilterSensitiveLog: (obj: DeleteLayerVersionRequest) => any;
|
|
4513
|
+
/**
|
|
4514
|
+
* @internal
|
|
4515
|
+
*/
|
|
4516
|
+
export declare const DeleteProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: DeleteProvisionedConcurrencyConfigRequest) => any;
|
|
4517
|
+
/**
|
|
4518
|
+
* @internal
|
|
4519
|
+
*/
|
|
4520
|
+
export declare const GetAccountSettingsRequestFilterSensitiveLog: (obj: GetAccountSettingsRequest) => any;
|
|
4521
|
+
/**
|
|
4522
|
+
* @internal
|
|
4523
|
+
*/
|
|
4524
|
+
export declare const GetAccountSettingsResponseFilterSensitiveLog: (obj: GetAccountSettingsResponse) => any;
|
|
4525
|
+
/**
|
|
4526
|
+
* @internal
|
|
4527
|
+
*/
|
|
4528
|
+
export declare const GetAliasRequestFilterSensitiveLog: (obj: GetAliasRequest) => any;
|
|
4529
|
+
/**
|
|
4530
|
+
* @internal
|
|
4531
|
+
*/
|
|
4532
|
+
export declare const GetCodeSigningConfigRequestFilterSensitiveLog: (obj: GetCodeSigningConfigRequest) => any;
|
|
4533
|
+
/**
|
|
4534
|
+
* @internal
|
|
4535
|
+
*/
|
|
4536
|
+
export declare const GetCodeSigningConfigResponseFilterSensitiveLog: (obj: GetCodeSigningConfigResponse) => any;
|
|
4537
|
+
/**
|
|
4538
|
+
* @internal
|
|
4539
|
+
*/
|
|
4540
|
+
export declare const GetEventSourceMappingRequestFilterSensitiveLog: (obj: GetEventSourceMappingRequest) => any;
|
|
4541
|
+
/**
|
|
4542
|
+
* @internal
|
|
4543
|
+
*/
|
|
4544
|
+
export declare const GetFunctionRequestFilterSensitiveLog: (obj: GetFunctionRequest) => any;
|
|
4545
|
+
/**
|
|
4546
|
+
* @internal
|
|
4547
|
+
*/
|
|
4548
|
+
export declare const FunctionCodeLocationFilterSensitiveLog: (obj: FunctionCodeLocation) => any;
|
|
4549
|
+
/**
|
|
4550
|
+
* @internal
|
|
4551
|
+
*/
|
|
4552
|
+
export declare const ConcurrencyFilterSensitiveLog: (obj: Concurrency) => any;
|
|
4553
|
+
/**
|
|
4554
|
+
* @internal
|
|
4555
|
+
*/
|
|
4556
|
+
export declare const GetFunctionResponseFilterSensitiveLog: (obj: GetFunctionResponse) => any;
|
|
4557
|
+
/**
|
|
4558
|
+
* @internal
|
|
4559
|
+
*/
|
|
4560
|
+
export declare const GetFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigRequest) => any;
|
|
4561
|
+
/**
|
|
4562
|
+
* @internal
|
|
4563
|
+
*/
|
|
4564
|
+
export declare const GetFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: GetFunctionCodeSigningConfigResponse) => any;
|
|
4565
|
+
/**
|
|
4566
|
+
* @internal
|
|
4567
|
+
*/
|
|
4568
|
+
export declare const GetFunctionConcurrencyRequestFilterSensitiveLog: (obj: GetFunctionConcurrencyRequest) => any;
|
|
4569
|
+
/**
|
|
4570
|
+
* @internal
|
|
4571
|
+
*/
|
|
4572
|
+
export declare const GetFunctionConcurrencyResponseFilterSensitiveLog: (obj: GetFunctionConcurrencyResponse) => any;
|
|
4573
|
+
/**
|
|
4574
|
+
* @internal
|
|
4575
|
+
*/
|
|
4576
|
+
export declare const GetFunctionConfigurationRequestFilterSensitiveLog: (obj: GetFunctionConfigurationRequest) => any;
|
|
4577
|
+
/**
|
|
4578
|
+
* @internal
|
|
4579
|
+
*/
|
|
4580
|
+
export declare const FunctionEventInvokeConfigFilterSensitiveLog: (obj: FunctionEventInvokeConfig) => any;
|
|
4581
|
+
/**
|
|
4582
|
+
* @internal
|
|
4583
|
+
*/
|
|
4584
|
+
export declare const GetFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: GetFunctionEventInvokeConfigRequest) => any;
|
|
4585
|
+
/**
|
|
4586
|
+
* @internal
|
|
4587
|
+
*/
|
|
4588
|
+
export declare const GetFunctionUrlConfigRequestFilterSensitiveLog: (obj: GetFunctionUrlConfigRequest) => any;
|
|
4589
|
+
/**
|
|
4590
|
+
* @internal
|
|
4591
|
+
*/
|
|
4592
|
+
export declare const GetFunctionUrlConfigResponseFilterSensitiveLog: (obj: GetFunctionUrlConfigResponse) => any;
|
|
4593
|
+
/**
|
|
4594
|
+
* @internal
|
|
4595
|
+
*/
|
|
4596
|
+
export declare const GetLayerVersionRequestFilterSensitiveLog: (obj: GetLayerVersionRequest) => any;
|
|
4597
|
+
/**
|
|
4598
|
+
* @internal
|
|
4599
|
+
*/
|
|
4600
|
+
export declare const LayerVersionContentOutputFilterSensitiveLog: (obj: LayerVersionContentOutput) => any;
|
|
4601
|
+
/**
|
|
4602
|
+
* @internal
|
|
4603
|
+
*/
|
|
4604
|
+
export declare const GetLayerVersionResponseFilterSensitiveLog: (obj: GetLayerVersionResponse) => any;
|
|
4605
|
+
/**
|
|
4606
|
+
* @internal
|
|
4607
|
+
*/
|
|
4608
|
+
export declare const GetLayerVersionByArnRequestFilterSensitiveLog: (obj: GetLayerVersionByArnRequest) => any;
|
|
4609
|
+
/**
|
|
4610
|
+
* @internal
|
|
4611
|
+
*/
|
|
4612
|
+
export declare const GetLayerVersionPolicyRequestFilterSensitiveLog: (obj: GetLayerVersionPolicyRequest) => any;
|
|
4613
|
+
/**
|
|
4614
|
+
* @internal
|
|
4615
|
+
*/
|
|
4616
|
+
export declare const GetLayerVersionPolicyResponseFilterSensitiveLog: (obj: GetLayerVersionPolicyResponse) => any;
|
|
4617
|
+
/**
|
|
4618
|
+
* @internal
|
|
4619
|
+
*/
|
|
4620
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
4621
|
+
/**
|
|
4622
|
+
* @internal
|
|
4623
|
+
*/
|
|
4624
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
4625
|
+
/**
|
|
4626
|
+
* @internal
|
|
4627
|
+
*/
|
|
4628
|
+
export declare const GetProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigRequest) => any;
|
|
4629
|
+
/**
|
|
4630
|
+
* @internal
|
|
4631
|
+
*/
|
|
4632
|
+
export declare const GetProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: GetProvisionedConcurrencyConfigResponse) => any;
|
|
4633
|
+
/**
|
|
4634
|
+
* @internal
|
|
4635
|
+
*/
|
|
4636
|
+
export declare const InvocationRequestFilterSensitiveLog: (obj: InvocationRequest) => any;
|
|
4637
|
+
/**
|
|
4638
|
+
* @internal
|
|
4639
|
+
*/
|
|
4640
|
+
export declare const InvocationResponseFilterSensitiveLog: (obj: InvocationResponse) => any;
|
|
4641
|
+
/**
|
|
4642
|
+
* @internal
|
|
4643
|
+
*/
|
|
4644
|
+
export declare const InvokeAsyncRequestFilterSensitiveLog: (obj: InvokeAsyncRequest) => any;
|
|
4645
|
+
/**
|
|
4646
|
+
* @internal
|
|
4647
|
+
*/
|
|
4648
|
+
export declare const InvokeAsyncResponseFilterSensitiveLog: (obj: InvokeAsyncResponse) => any;
|
|
4649
|
+
/**
|
|
4650
|
+
* @internal
|
|
4651
|
+
*/
|
|
4652
|
+
export declare const ListAliasesRequestFilterSensitiveLog: (obj: ListAliasesRequest) => any;
|
|
4653
|
+
/**
|
|
4654
|
+
* @internal
|
|
4655
|
+
*/
|
|
4656
|
+
export declare const ListAliasesResponseFilterSensitiveLog: (obj: ListAliasesResponse) => any;
|
|
4657
|
+
/**
|
|
4658
|
+
* @internal
|
|
4659
|
+
*/
|
|
4660
|
+
export declare const ListCodeSigningConfigsRequestFilterSensitiveLog: (obj: ListCodeSigningConfigsRequest) => any;
|
|
4661
|
+
/**
|
|
4662
|
+
* @internal
|
|
4663
|
+
*/
|
|
4664
|
+
export declare const ListCodeSigningConfigsResponseFilterSensitiveLog: (obj: ListCodeSigningConfigsResponse) => any;
|
|
4665
|
+
/**
|
|
4666
|
+
* @internal
|
|
4667
|
+
*/
|
|
4668
|
+
export declare const ListEventSourceMappingsRequestFilterSensitiveLog: (obj: ListEventSourceMappingsRequest) => any;
|
|
4669
|
+
/**
|
|
4670
|
+
* @internal
|
|
4671
|
+
*/
|
|
4672
|
+
export declare const ListEventSourceMappingsResponseFilterSensitiveLog: (obj: ListEventSourceMappingsResponse) => any;
|
|
4673
|
+
/**
|
|
4674
|
+
* @internal
|
|
4675
|
+
*/
|
|
4676
|
+
export declare const ListFunctionEventInvokeConfigsRequestFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsRequest) => any;
|
|
4677
|
+
/**
|
|
4678
|
+
* @internal
|
|
4679
|
+
*/
|
|
4680
|
+
export declare const ListFunctionEventInvokeConfigsResponseFilterSensitiveLog: (obj: ListFunctionEventInvokeConfigsResponse) => any;
|
|
4681
|
+
/**
|
|
4682
|
+
* @internal
|
|
4683
|
+
*/
|
|
4684
|
+
export declare const ListFunctionsRequestFilterSensitiveLog: (obj: ListFunctionsRequest) => any;
|
|
4685
|
+
/**
|
|
4686
|
+
* @internal
|
|
4687
|
+
*/
|
|
4688
|
+
export declare const ListFunctionsResponseFilterSensitiveLog: (obj: ListFunctionsResponse) => any;
|
|
4689
|
+
/**
|
|
4690
|
+
* @internal
|
|
4691
|
+
*/
|
|
4692
|
+
export declare const ListFunctionsByCodeSigningConfigRequestFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigRequest) => any;
|
|
4693
|
+
/**
|
|
4694
|
+
* @internal
|
|
4695
|
+
*/
|
|
4696
|
+
export declare const ListFunctionsByCodeSigningConfigResponseFilterSensitiveLog: (obj: ListFunctionsByCodeSigningConfigResponse) => any;
|
|
4697
|
+
/**
|
|
4698
|
+
* @internal
|
|
4699
|
+
*/
|
|
4700
|
+
export declare const ListFunctionUrlConfigsRequestFilterSensitiveLog: (obj: ListFunctionUrlConfigsRequest) => any;
|
|
4701
|
+
/**
|
|
4702
|
+
* @internal
|
|
4703
|
+
*/
|
|
4704
|
+
export declare const FunctionUrlConfigFilterSensitiveLog: (obj: FunctionUrlConfig) => any;
|
|
4705
|
+
/**
|
|
4706
|
+
* @internal
|
|
4707
|
+
*/
|
|
4708
|
+
export declare const ListFunctionUrlConfigsResponseFilterSensitiveLog: (obj: ListFunctionUrlConfigsResponse) => any;
|
|
4709
|
+
/**
|
|
4710
|
+
* @internal
|
|
4711
|
+
*/
|
|
4712
|
+
export declare const ListLayersRequestFilterSensitiveLog: (obj: ListLayersRequest) => any;
|
|
4713
|
+
/**
|
|
4714
|
+
* @internal
|
|
4715
|
+
*/
|
|
4716
|
+
export declare const LayerVersionsListItemFilterSensitiveLog: (obj: LayerVersionsListItem) => any;
|
|
4717
|
+
/**
|
|
4718
|
+
* @internal
|
|
4719
|
+
*/
|
|
4720
|
+
export declare const LayersListItemFilterSensitiveLog: (obj: LayersListItem) => any;
|
|
4721
|
+
/**
|
|
4722
|
+
* @internal
|
|
4723
|
+
*/
|
|
4724
|
+
export declare const ListLayersResponseFilterSensitiveLog: (obj: ListLayersResponse) => any;
|
|
4725
|
+
/**
|
|
4726
|
+
* @internal
|
|
4727
|
+
*/
|
|
4728
|
+
export declare const ListLayerVersionsRequestFilterSensitiveLog: (obj: ListLayerVersionsRequest) => any;
|
|
4729
|
+
/**
|
|
4730
|
+
* @internal
|
|
4731
|
+
*/
|
|
4732
|
+
export declare const ListLayerVersionsResponseFilterSensitiveLog: (obj: ListLayerVersionsResponse) => any;
|
|
4733
|
+
/**
|
|
4734
|
+
* @internal
|
|
4735
|
+
*/
|
|
4736
|
+
export declare const ListProvisionedConcurrencyConfigsRequestFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsRequest) => any;
|
|
4737
|
+
/**
|
|
4738
|
+
* @internal
|
|
4739
|
+
*/
|
|
4740
|
+
export declare const ProvisionedConcurrencyConfigListItemFilterSensitiveLog: (obj: ProvisionedConcurrencyConfigListItem) => any;
|
|
4741
|
+
/**
|
|
4742
|
+
* @internal
|
|
4743
|
+
*/
|
|
4744
|
+
export declare const ListProvisionedConcurrencyConfigsResponseFilterSensitiveLog: (obj: ListProvisionedConcurrencyConfigsResponse) => any;
|
|
4745
|
+
/**
|
|
4746
|
+
* @internal
|
|
4747
|
+
*/
|
|
4748
|
+
export declare const ListTagsRequestFilterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
4749
|
+
/**
|
|
4750
|
+
* @internal
|
|
4751
|
+
*/
|
|
4752
|
+
export declare const ListTagsResponseFilterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
4753
|
+
/**
|
|
4754
|
+
* @internal
|
|
4755
|
+
*/
|
|
4756
|
+
export declare const ListVersionsByFunctionRequestFilterSensitiveLog: (obj: ListVersionsByFunctionRequest) => any;
|
|
4757
|
+
/**
|
|
4758
|
+
* @internal
|
|
4759
|
+
*/
|
|
4760
|
+
export declare const ListVersionsByFunctionResponseFilterSensitiveLog: (obj: ListVersionsByFunctionResponse) => any;
|
|
4761
|
+
/**
|
|
4762
|
+
* @internal
|
|
4763
|
+
*/
|
|
4764
|
+
export declare const LayerVersionContentInputFilterSensitiveLog: (obj: LayerVersionContentInput) => any;
|
|
4765
|
+
/**
|
|
4766
|
+
* @internal
|
|
4767
|
+
*/
|
|
4768
|
+
export declare const PublishLayerVersionRequestFilterSensitiveLog: (obj: PublishLayerVersionRequest) => any;
|
|
4769
|
+
/**
|
|
4770
|
+
* @internal
|
|
4771
|
+
*/
|
|
4772
|
+
export declare const PublishLayerVersionResponseFilterSensitiveLog: (obj: PublishLayerVersionResponse) => any;
|
|
4773
|
+
/**
|
|
4774
|
+
* @internal
|
|
4775
|
+
*/
|
|
4776
|
+
export declare const PublishVersionRequestFilterSensitiveLog: (obj: PublishVersionRequest) => any;
|
|
4777
|
+
/**
|
|
4778
|
+
* @internal
|
|
4779
|
+
*/
|
|
4780
|
+
export declare const PutFunctionCodeSigningConfigRequestFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigRequest) => any;
|
|
4781
|
+
/**
|
|
4782
|
+
* @internal
|
|
4783
|
+
*/
|
|
4784
|
+
export declare const PutFunctionCodeSigningConfigResponseFilterSensitiveLog: (obj: PutFunctionCodeSigningConfigResponse) => any;
|
|
4785
|
+
/**
|
|
4786
|
+
* @internal
|
|
4787
|
+
*/
|
|
4788
|
+
export declare const PutFunctionConcurrencyRequestFilterSensitiveLog: (obj: PutFunctionConcurrencyRequest) => any;
|
|
4789
|
+
/**
|
|
4790
|
+
* @internal
|
|
4791
|
+
*/
|
|
4792
|
+
export declare const PutFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: PutFunctionEventInvokeConfigRequest) => any;
|
|
4793
|
+
/**
|
|
4794
|
+
* @internal
|
|
4795
|
+
*/
|
|
4796
|
+
export declare const PutProvisionedConcurrencyConfigRequestFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigRequest) => any;
|
|
4797
|
+
/**
|
|
4798
|
+
* @internal
|
|
4799
|
+
*/
|
|
4800
|
+
export declare const PutProvisionedConcurrencyConfigResponseFilterSensitiveLog: (obj: PutProvisionedConcurrencyConfigResponse) => any;
|
|
4801
|
+
/**
|
|
4802
|
+
* @internal
|
|
4803
|
+
*/
|
|
4804
|
+
export declare const RemoveLayerVersionPermissionRequestFilterSensitiveLog: (obj: RemoveLayerVersionPermissionRequest) => any;
|
|
4805
|
+
/**
|
|
4806
|
+
* @internal
|
|
4807
|
+
*/
|
|
4808
|
+
export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
|
|
4809
|
+
/**
|
|
4810
|
+
* @internal
|
|
4811
|
+
*/
|
|
4812
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
4813
|
+
/**
|
|
4814
|
+
* @internal
|
|
4815
|
+
*/
|
|
4816
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
4817
|
+
/**
|
|
4818
|
+
* @internal
|
|
4819
|
+
*/
|
|
4820
|
+
export declare const UpdateAliasRequestFilterSensitiveLog: (obj: UpdateAliasRequest) => any;
|
|
4821
|
+
/**
|
|
4822
|
+
* @internal
|
|
4823
|
+
*/
|
|
4824
|
+
export declare const UpdateCodeSigningConfigRequestFilterSensitiveLog: (obj: UpdateCodeSigningConfigRequest) => any;
|
|
4825
|
+
/**
|
|
4826
|
+
* @internal
|
|
4827
|
+
*/
|
|
4828
|
+
export declare const UpdateCodeSigningConfigResponseFilterSensitiveLog: (obj: UpdateCodeSigningConfigResponse) => any;
|
|
4829
|
+
/**
|
|
4830
|
+
* @internal
|
|
4831
|
+
*/
|
|
4832
|
+
export declare const UpdateEventSourceMappingRequestFilterSensitiveLog: (obj: UpdateEventSourceMappingRequest) => any;
|
|
4833
|
+
/**
|
|
4834
|
+
* @internal
|
|
4835
|
+
*/
|
|
4836
|
+
export declare const UpdateFunctionCodeRequestFilterSensitiveLog: (obj: UpdateFunctionCodeRequest) => any;
|
|
4837
|
+
/**
|
|
4838
|
+
* @internal
|
|
4839
|
+
*/
|
|
4840
|
+
export declare const UpdateFunctionConfigurationRequestFilterSensitiveLog: (obj: UpdateFunctionConfigurationRequest) => any;
|
|
4841
|
+
/**
|
|
4842
|
+
* @internal
|
|
4843
|
+
*/
|
|
4844
|
+
export declare const UpdateFunctionEventInvokeConfigRequestFilterSensitiveLog: (obj: UpdateFunctionEventInvokeConfigRequest) => any;
|
|
4845
|
+
/**
|
|
4846
|
+
* @internal
|
|
4847
|
+
*/
|
|
4848
|
+
export declare const UpdateFunctionUrlConfigRequestFilterSensitiveLog: (obj: UpdateFunctionUrlConfigRequest) => any;
|
|
4849
|
+
/**
|
|
4850
|
+
* @internal
|
|
4851
|
+
*/
|
|
4852
|
+
export declare const UpdateFunctionUrlConfigResponseFilterSensitiveLog: (obj: UpdateFunctionUrlConfigResponse) => any;
|