@aws-sdk/client-lambda 3.46.0 → 3.47.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 +11 -0
- package/dist-cjs/endpoints.js +0 -104
- package/dist-cjs/models/models_0.js +3 -208
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -104
- package/dist-es/models/models_0.js +0 -136
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/LambdaClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -204
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/LambdaClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -136
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +35 -35
|
@@ -68,10 +68,6 @@ export interface InvalidParameterValueException extends __SmithyException, $Meta
|
|
|
68
68
|
|
|
69
69
|
message?: string;
|
|
70
70
|
}
|
|
71
|
-
export declare namespace InvalidParameterValueException {
|
|
72
|
-
|
|
73
|
-
const filterSensitiveLog: (obj: InvalidParameterValueException) => any;
|
|
74
|
-
}
|
|
75
71
|
|
|
76
72
|
export interface PolicyLengthExceededException extends __SmithyException, $MetadataBearer {
|
|
77
73
|
name: "PolicyLengthExceededException";
|
|
@@ -79,10 +75,6 @@ export interface PolicyLengthExceededException extends __SmithyException, $Metad
|
|
|
79
75
|
Type?: string;
|
|
80
76
|
message?: string;
|
|
81
77
|
}
|
|
82
|
-
export declare namespace PolicyLengthExceededException {
|
|
83
|
-
|
|
84
|
-
const filterSensitiveLog: (obj: PolicyLengthExceededException) => any;
|
|
85
|
-
}
|
|
86
78
|
|
|
87
79
|
export interface PreconditionFailedException extends __SmithyException, $MetadataBearer {
|
|
88
80
|
name: "PreconditionFailedException";
|
|
@@ -92,10 +84,6 @@ export interface PreconditionFailedException extends __SmithyException, $Metadat
|
|
|
92
84
|
|
|
93
85
|
message?: string;
|
|
94
86
|
}
|
|
95
|
-
export declare namespace PreconditionFailedException {
|
|
96
|
-
|
|
97
|
-
const filterSensitiveLog: (obj: PreconditionFailedException) => any;
|
|
98
|
-
}
|
|
99
87
|
|
|
100
88
|
export interface ResourceConflictException extends __SmithyException, $MetadataBearer {
|
|
101
89
|
name: "ResourceConflictException";
|
|
@@ -105,10 +93,6 @@ export interface ResourceConflictException extends __SmithyException, $MetadataB
|
|
|
105
93
|
|
|
106
94
|
message?: string;
|
|
107
95
|
}
|
|
108
|
-
export declare namespace ResourceConflictException {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: ResourceConflictException) => any;
|
|
111
|
-
}
|
|
112
96
|
|
|
113
97
|
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
114
98
|
name: "ResourceNotFoundException";
|
|
@@ -116,10 +100,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
116
100
|
Type?: string;
|
|
117
101
|
Message?: string;
|
|
118
102
|
}
|
|
119
|
-
export declare namespace ResourceNotFoundException {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
122
|
-
}
|
|
123
103
|
|
|
124
104
|
export interface ServiceException extends __SmithyException, $MetadataBearer {
|
|
125
105
|
name: "ServiceException";
|
|
@@ -127,10 +107,6 @@ export interface ServiceException extends __SmithyException, $MetadataBearer {
|
|
|
127
107
|
Type?: string;
|
|
128
108
|
Message?: string;
|
|
129
109
|
}
|
|
130
|
-
export declare namespace ServiceException {
|
|
131
|
-
|
|
132
|
-
const filterSensitiveLog: (obj: ServiceException) => any;
|
|
133
|
-
}
|
|
134
110
|
export declare enum ThrottleReason {
|
|
135
111
|
CallerRateLimitExceeded = "CallerRateLimitExceeded",
|
|
136
112
|
ConcurrentInvocationLimitExceeded = "ConcurrentInvocationLimitExceeded",
|
|
@@ -148,10 +124,6 @@ export interface TooManyRequestsException extends __SmithyException, $MetadataBe
|
|
|
148
124
|
message?: string;
|
|
149
125
|
Reason?: ThrottleReason | string;
|
|
150
126
|
}
|
|
151
|
-
export declare namespace TooManyRequestsException {
|
|
152
|
-
|
|
153
|
-
const filterSensitiveLog: (obj: TooManyRequestsException) => any;
|
|
154
|
-
}
|
|
155
127
|
export interface AddPermissionRequest {
|
|
156
128
|
|
|
157
129
|
FunctionName: string | undefined;
|
|
@@ -489,10 +461,6 @@ export interface CodeSigningConfigNotFoundException extends __SmithyException, $
|
|
|
489
461
|
Type?: string;
|
|
490
462
|
Message?: string;
|
|
491
463
|
}
|
|
492
|
-
export declare namespace CodeSigningConfigNotFoundException {
|
|
493
|
-
|
|
494
|
-
const filterSensitiveLog: (obj: CodeSigningConfigNotFoundException) => any;
|
|
495
|
-
}
|
|
496
464
|
|
|
497
465
|
export interface CodeStorageExceededException extends __SmithyException, $MetadataBearer {
|
|
498
466
|
name: "CodeStorageExceededException";
|
|
@@ -501,10 +469,6 @@ export interface CodeStorageExceededException extends __SmithyException, $Metada
|
|
|
501
469
|
Type?: string;
|
|
502
470
|
message?: string;
|
|
503
471
|
}
|
|
504
|
-
export declare namespace CodeStorageExceededException {
|
|
505
|
-
|
|
506
|
-
const filterSensitiveLog: (obj: CodeStorageExceededException) => any;
|
|
507
|
-
}
|
|
508
472
|
|
|
509
473
|
export interface CodeVerificationFailedException extends __SmithyException, $MetadataBearer {
|
|
510
474
|
name: "CodeVerificationFailedException";
|
|
@@ -512,10 +476,6 @@ export interface CodeVerificationFailedException extends __SmithyException, $Met
|
|
|
512
476
|
Type?: string;
|
|
513
477
|
Message?: string;
|
|
514
478
|
}
|
|
515
|
-
export declare namespace CodeVerificationFailedException {
|
|
516
|
-
|
|
517
|
-
const filterSensitiveLog: (obj: CodeVerificationFailedException) => any;
|
|
518
|
-
}
|
|
519
479
|
|
|
520
480
|
export interface FunctionCode {
|
|
521
481
|
|
|
@@ -881,10 +841,6 @@ export interface InvalidCodeSignatureException extends __SmithyException, $Metad
|
|
|
881
841
|
Type?: string;
|
|
882
842
|
Message?: string;
|
|
883
843
|
}
|
|
884
|
-
export declare namespace InvalidCodeSignatureException {
|
|
885
|
-
|
|
886
|
-
const filterSensitiveLog: (obj: InvalidCodeSignatureException) => any;
|
|
887
|
-
}
|
|
888
844
|
export interface DeleteAliasRequest {
|
|
889
845
|
|
|
890
846
|
FunctionName: string | undefined;
|
|
@@ -924,10 +880,6 @@ export interface ResourceInUseException extends __SmithyException, $MetadataBear
|
|
|
924
880
|
Type?: string;
|
|
925
881
|
Message?: string;
|
|
926
882
|
}
|
|
927
|
-
export declare namespace ResourceInUseException {
|
|
928
|
-
|
|
929
|
-
const filterSensitiveLog: (obj: ResourceInUseException) => any;
|
|
930
|
-
}
|
|
931
883
|
export interface DeleteFunctionRequest {
|
|
932
884
|
|
|
933
885
|
FunctionName: string | undefined;
|
|
@@ -1292,10 +1244,6 @@ export interface ProvisionedConcurrencyConfigNotFoundException extends __SmithyE
|
|
|
1292
1244
|
Type?: string;
|
|
1293
1245
|
message?: string;
|
|
1294
1246
|
}
|
|
1295
|
-
export declare namespace ProvisionedConcurrencyConfigNotFoundException {
|
|
1296
|
-
|
|
1297
|
-
const filterSensitiveLog: (obj: ProvisionedConcurrencyConfigNotFoundException) => any;
|
|
1298
|
-
}
|
|
1299
1247
|
|
|
1300
1248
|
export interface EC2AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
1301
1249
|
name: "EC2AccessDeniedException";
|
|
@@ -1303,10 +1251,6 @@ export interface EC2AccessDeniedException extends __SmithyException, $MetadataBe
|
|
|
1303
1251
|
Type?: string;
|
|
1304
1252
|
Message?: string;
|
|
1305
1253
|
}
|
|
1306
|
-
export declare namespace EC2AccessDeniedException {
|
|
1307
|
-
|
|
1308
|
-
const filterSensitiveLog: (obj: EC2AccessDeniedException) => any;
|
|
1309
|
-
}
|
|
1310
1254
|
|
|
1311
1255
|
export interface EC2ThrottledException extends __SmithyException, $MetadataBearer {
|
|
1312
1256
|
name: "EC2ThrottledException";
|
|
@@ -1314,10 +1258,6 @@ export interface EC2ThrottledException extends __SmithyException, $MetadataBeare
|
|
|
1314
1258
|
Type?: string;
|
|
1315
1259
|
Message?: string;
|
|
1316
1260
|
}
|
|
1317
|
-
export declare namespace EC2ThrottledException {
|
|
1318
|
-
|
|
1319
|
-
const filterSensitiveLog: (obj: EC2ThrottledException) => any;
|
|
1320
|
-
}
|
|
1321
1261
|
|
|
1322
1262
|
export interface EC2UnexpectedException extends __SmithyException, $MetadataBearer {
|
|
1323
1263
|
name: "EC2UnexpectedException";
|
|
@@ -1326,10 +1266,6 @@ export interface EC2UnexpectedException extends __SmithyException, $MetadataBear
|
|
|
1326
1266
|
Message?: string;
|
|
1327
1267
|
EC2ErrorCode?: string;
|
|
1328
1268
|
}
|
|
1329
|
-
export declare namespace EC2UnexpectedException {
|
|
1330
|
-
|
|
1331
|
-
const filterSensitiveLog: (obj: EC2UnexpectedException) => any;
|
|
1332
|
-
}
|
|
1333
1269
|
|
|
1334
1270
|
export interface EFSIOException extends __SmithyException, $MetadataBearer {
|
|
1335
1271
|
name: "EFSIOException";
|
|
@@ -1337,10 +1273,6 @@ export interface EFSIOException extends __SmithyException, $MetadataBearer {
|
|
|
1337
1273
|
Type?: string;
|
|
1338
1274
|
Message?: string;
|
|
1339
1275
|
}
|
|
1340
|
-
export declare namespace EFSIOException {
|
|
1341
|
-
|
|
1342
|
-
const filterSensitiveLog: (obj: EFSIOException) => any;
|
|
1343
|
-
}
|
|
1344
1276
|
|
|
1345
1277
|
export interface EFSMountConnectivityException extends __SmithyException, $MetadataBearer {
|
|
1346
1278
|
name: "EFSMountConnectivityException";
|
|
@@ -1348,10 +1280,6 @@ export interface EFSMountConnectivityException extends __SmithyException, $Metad
|
|
|
1348
1280
|
Type?: string;
|
|
1349
1281
|
Message?: string;
|
|
1350
1282
|
}
|
|
1351
|
-
export declare namespace EFSMountConnectivityException {
|
|
1352
|
-
|
|
1353
|
-
const filterSensitiveLog: (obj: EFSMountConnectivityException) => any;
|
|
1354
|
-
}
|
|
1355
1283
|
|
|
1356
1284
|
export interface EFSMountFailureException extends __SmithyException, $MetadataBearer {
|
|
1357
1285
|
name: "EFSMountFailureException";
|
|
@@ -1359,10 +1287,6 @@ export interface EFSMountFailureException extends __SmithyException, $MetadataBe
|
|
|
1359
1287
|
Type?: string;
|
|
1360
1288
|
Message?: string;
|
|
1361
1289
|
}
|
|
1362
|
-
export declare namespace EFSMountFailureException {
|
|
1363
|
-
|
|
1364
|
-
const filterSensitiveLog: (obj: EFSMountFailureException) => any;
|
|
1365
|
-
}
|
|
1366
1290
|
|
|
1367
1291
|
export interface EFSMountTimeoutException extends __SmithyException, $MetadataBearer {
|
|
1368
1292
|
name: "EFSMountTimeoutException";
|
|
@@ -1370,10 +1294,6 @@ export interface EFSMountTimeoutException extends __SmithyException, $MetadataBe
|
|
|
1370
1294
|
Type?: string;
|
|
1371
1295
|
Message?: string;
|
|
1372
1296
|
}
|
|
1373
|
-
export declare namespace EFSMountTimeoutException {
|
|
1374
|
-
|
|
1375
|
-
const filterSensitiveLog: (obj: EFSMountTimeoutException) => any;
|
|
1376
|
-
}
|
|
1377
1297
|
|
|
1378
1298
|
export interface ENILimitReachedException extends __SmithyException, $MetadataBearer {
|
|
1379
1299
|
name: "ENILimitReachedException";
|
|
@@ -1381,10 +1301,6 @@ export interface ENILimitReachedException extends __SmithyException, $MetadataBe
|
|
|
1381
1301
|
Type?: string;
|
|
1382
1302
|
Message?: string;
|
|
1383
1303
|
}
|
|
1384
|
-
export declare namespace ENILimitReachedException {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: ENILimitReachedException) => any;
|
|
1387
|
-
}
|
|
1388
1304
|
|
|
1389
1305
|
export interface InvalidRequestContentException extends __SmithyException, $MetadataBearer {
|
|
1390
1306
|
name: "InvalidRequestContentException";
|
|
@@ -1394,10 +1310,6 @@ export interface InvalidRequestContentException extends __SmithyException, $Meta
|
|
|
1394
1310
|
|
|
1395
1311
|
message?: string;
|
|
1396
1312
|
}
|
|
1397
|
-
export declare namespace InvalidRequestContentException {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: InvalidRequestContentException) => any;
|
|
1400
|
-
}
|
|
1401
1313
|
|
|
1402
1314
|
export interface InvalidRuntimeException extends __SmithyException, $MetadataBearer {
|
|
1403
1315
|
name: "InvalidRuntimeException";
|
|
@@ -1405,10 +1317,6 @@ export interface InvalidRuntimeException extends __SmithyException, $MetadataBea
|
|
|
1405
1317
|
Type?: string;
|
|
1406
1318
|
Message?: string;
|
|
1407
1319
|
}
|
|
1408
|
-
export declare namespace InvalidRuntimeException {
|
|
1409
|
-
|
|
1410
|
-
const filterSensitiveLog: (obj: InvalidRuntimeException) => any;
|
|
1411
|
-
}
|
|
1412
1320
|
|
|
1413
1321
|
export interface InvalidSecurityGroupIDException extends __SmithyException, $MetadataBearer {
|
|
1414
1322
|
name: "InvalidSecurityGroupIDException";
|
|
@@ -1416,10 +1324,6 @@ export interface InvalidSecurityGroupIDException extends __SmithyException, $Met
|
|
|
1416
1324
|
Type?: string;
|
|
1417
1325
|
Message?: string;
|
|
1418
1326
|
}
|
|
1419
|
-
export declare namespace InvalidSecurityGroupIDException {
|
|
1420
|
-
|
|
1421
|
-
const filterSensitiveLog: (obj: InvalidSecurityGroupIDException) => any;
|
|
1422
|
-
}
|
|
1423
1327
|
|
|
1424
1328
|
export interface InvalidSubnetIDException extends __SmithyException, $MetadataBearer {
|
|
1425
1329
|
name: "InvalidSubnetIDException";
|
|
@@ -1427,10 +1331,6 @@ export interface InvalidSubnetIDException extends __SmithyException, $MetadataBe
|
|
|
1427
1331
|
Type?: string;
|
|
1428
1332
|
Message?: string;
|
|
1429
1333
|
}
|
|
1430
|
-
export declare namespace InvalidSubnetIDException {
|
|
1431
|
-
|
|
1432
|
-
const filterSensitiveLog: (obj: InvalidSubnetIDException) => any;
|
|
1433
|
-
}
|
|
1434
1334
|
|
|
1435
1335
|
export interface InvalidZipFileException extends __SmithyException, $MetadataBearer {
|
|
1436
1336
|
name: "InvalidZipFileException";
|
|
@@ -1438,10 +1338,6 @@ export interface InvalidZipFileException extends __SmithyException, $MetadataBea
|
|
|
1438
1338
|
Type?: string;
|
|
1439
1339
|
Message?: string;
|
|
1440
1340
|
}
|
|
1441
|
-
export declare namespace InvalidZipFileException {
|
|
1442
|
-
|
|
1443
|
-
const filterSensitiveLog: (obj: InvalidZipFileException) => any;
|
|
1444
|
-
}
|
|
1445
1341
|
export declare enum InvocationType {
|
|
1446
1342
|
DryRun = "DryRun",
|
|
1447
1343
|
Event = "Event",
|
|
@@ -1492,10 +1388,6 @@ export interface KMSAccessDeniedException extends __SmithyException, $MetadataBe
|
|
|
1492
1388
|
Type?: string;
|
|
1493
1389
|
Message?: string;
|
|
1494
1390
|
}
|
|
1495
|
-
export declare namespace KMSAccessDeniedException {
|
|
1496
|
-
|
|
1497
|
-
const filterSensitiveLog: (obj: KMSAccessDeniedException) => any;
|
|
1498
|
-
}
|
|
1499
1391
|
|
|
1500
1392
|
export interface KMSDisabledException extends __SmithyException, $MetadataBearer {
|
|
1501
1393
|
name: "KMSDisabledException";
|
|
@@ -1503,10 +1395,6 @@ export interface KMSDisabledException extends __SmithyException, $MetadataBearer
|
|
|
1503
1395
|
Type?: string;
|
|
1504
1396
|
Message?: string;
|
|
1505
1397
|
}
|
|
1506
|
-
export declare namespace KMSDisabledException {
|
|
1507
|
-
|
|
1508
|
-
const filterSensitiveLog: (obj: KMSDisabledException) => any;
|
|
1509
|
-
}
|
|
1510
1398
|
|
|
1511
1399
|
export interface KMSInvalidStateException extends __SmithyException, $MetadataBearer {
|
|
1512
1400
|
name: "KMSInvalidStateException";
|
|
@@ -1514,10 +1402,6 @@ export interface KMSInvalidStateException extends __SmithyException, $MetadataBe
|
|
|
1514
1402
|
Type?: string;
|
|
1515
1403
|
Message?: string;
|
|
1516
1404
|
}
|
|
1517
|
-
export declare namespace KMSInvalidStateException {
|
|
1518
|
-
|
|
1519
|
-
const filterSensitiveLog: (obj: KMSInvalidStateException) => any;
|
|
1520
|
-
}
|
|
1521
1405
|
|
|
1522
1406
|
export interface KMSNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1523
1407
|
name: "KMSNotFoundException";
|
|
@@ -1525,10 +1409,6 @@ export interface KMSNotFoundException extends __SmithyException, $MetadataBearer
|
|
|
1525
1409
|
Type?: string;
|
|
1526
1410
|
Message?: string;
|
|
1527
1411
|
}
|
|
1528
|
-
export declare namespace KMSNotFoundException {
|
|
1529
|
-
|
|
1530
|
-
const filterSensitiveLog: (obj: KMSNotFoundException) => any;
|
|
1531
|
-
}
|
|
1532
1412
|
|
|
1533
1413
|
export interface RequestTooLargeException extends __SmithyException, $MetadataBearer {
|
|
1534
1414
|
name: "RequestTooLargeException";
|
|
@@ -1536,10 +1416,6 @@ export interface RequestTooLargeException extends __SmithyException, $MetadataBe
|
|
|
1536
1416
|
Type?: string;
|
|
1537
1417
|
message?: string;
|
|
1538
1418
|
}
|
|
1539
|
-
export declare namespace RequestTooLargeException {
|
|
1540
|
-
|
|
1541
|
-
const filterSensitiveLog: (obj: RequestTooLargeException) => any;
|
|
1542
|
-
}
|
|
1543
1419
|
|
|
1544
1420
|
export interface ResourceNotReadyException extends __SmithyException, $MetadataBearer {
|
|
1545
1421
|
name: "ResourceNotReadyException";
|
|
@@ -1549,10 +1425,6 @@ export interface ResourceNotReadyException extends __SmithyException, $MetadataB
|
|
|
1549
1425
|
|
|
1550
1426
|
message?: string;
|
|
1551
1427
|
}
|
|
1552
|
-
export declare namespace ResourceNotReadyException {
|
|
1553
|
-
|
|
1554
|
-
const filterSensitiveLog: (obj: ResourceNotReadyException) => any;
|
|
1555
|
-
}
|
|
1556
1428
|
|
|
1557
1429
|
export interface SubnetIPAddressLimitReachedException extends __SmithyException, $MetadataBearer {
|
|
1558
1430
|
name: "SubnetIPAddressLimitReachedException";
|
|
@@ -1560,10 +1432,6 @@ export interface SubnetIPAddressLimitReachedException extends __SmithyException,
|
|
|
1560
1432
|
Type?: string;
|
|
1561
1433
|
Message?: string;
|
|
1562
1434
|
}
|
|
1563
|
-
export declare namespace SubnetIPAddressLimitReachedException {
|
|
1564
|
-
|
|
1565
|
-
const filterSensitiveLog: (obj: SubnetIPAddressLimitReachedException) => any;
|
|
1566
|
-
}
|
|
1567
1435
|
|
|
1568
1436
|
export interface UnsupportedMediaTypeException extends __SmithyException, $MetadataBearer {
|
|
1569
1437
|
name: "UnsupportedMediaTypeException";
|
|
@@ -1571,10 +1439,6 @@ export interface UnsupportedMediaTypeException extends __SmithyException, $Metad
|
|
|
1571
1439
|
Type?: string;
|
|
1572
1440
|
message?: string;
|
|
1573
1441
|
}
|
|
1574
|
-
export declare namespace UnsupportedMediaTypeException {
|
|
1575
|
-
|
|
1576
|
-
const filterSensitiveLog: (obj: UnsupportedMediaTypeException) => any;
|
|
1577
|
-
}
|
|
1578
1442
|
export interface InvokeAsyncRequest {
|
|
1579
1443
|
|
|
1580
1444
|
FunctionName: string | undefined;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { LambdaClientConfig } from "./LambdaClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { LambdaClientConfig } from "./LambdaClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: LambdaClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lambda",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.47.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
8
|
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "
|
|
13
|
-
"clean:dist": "rimraf ./dist-*",
|
|
14
|
-
"clean:docs": "rimraf ./docs"
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
15
13
|
},
|
|
16
14
|
"main": "./dist-cjs/index.js",
|
|
17
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,39 +18,41 @@
|
|
|
20
18
|
"dependencies": {
|
|
21
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.0",
|
|
39
|
+
"@aws-sdk/types": "3.47.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.0",
|
|
51
|
+
"@aws-sdk/util-waiter": "3.47.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.0",
|
|
56
56
|
"@types/node": "^12.7.5"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|