@aws-sdk/client-lakeformation 3.987.0 → 3.988.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/dist-cjs/index.js +80 -2315
- package/dist-cjs/models/LakeFormationServiceException.js +12 -0
- package/dist-cjs/models/errors.js +292 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1735 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +122 -116
- package/dist-types/schemas/schemas_0.d.ts +26 -19
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -19
- package/package.json +14 -14
|
@@ -7,6 +7,7 @@ import { sdkStreamMixin } from "@smithy/util-stream";
|
|
|
7
7
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
8
8
|
import { defaultLakeFormationHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
9
9
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
10
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
10
11
|
export const getRuntimeConfig = (config) => {
|
|
11
12
|
return {
|
|
12
13
|
apiVersion: "2017-03-31",
|
|
@@ -27,6 +28,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
27
28
|
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
28
29
|
protocolSettings: config?.protocolSettings ?? {
|
|
29
30
|
defaultNamespace: "com.amazonaws.lakeformation",
|
|
31
|
+
errorTypeRegistries,
|
|
30
32
|
version: "2017-03-31",
|
|
31
33
|
serviceTarget: "AWSLakeFormation",
|
|
32
34
|
},
|
|
@@ -436,22 +436,138 @@ const _e = "error";
|
|
|
436
436
|
const _en = "endpoint";
|
|
437
437
|
const _h = "http";
|
|
438
438
|
const _hE = "httpError";
|
|
439
|
-
const _s = "
|
|
439
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lakeformation";
|
|
440
440
|
const _se = "server";
|
|
441
|
-
const
|
|
441
|
+
const _st = "streaming";
|
|
442
442
|
const n0 = "com.amazonaws.lakeformation";
|
|
443
443
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
444
444
|
import { AccessDeniedException, AlreadyExistsException, ConcurrentModificationException, ConflictException, EntityNotFoundException, ExpiredException, GlueEncryptionException, InternalServiceException, InvalidInputException, OperationTimeoutException, PermissionTypeMismatchException, ResourceNotReadyException, ResourceNumberLimitExceededException, StatisticsNotReadyYetException, ThrottledException, TransactionCanceledException, TransactionCommitInProgressException, TransactionCommittedException, WorkUnitsNotReadyYetException, } from "../models/errors";
|
|
445
445
|
import { LakeFormationServiceException } from "../models/LakeFormationServiceException";
|
|
446
|
-
|
|
447
|
-
var
|
|
448
|
-
|
|
446
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
447
|
+
export var LakeFormationServiceException$ = [-3, _s, "LakeFormationServiceException", 0, [], []];
|
|
448
|
+
_s_registry.registerError(LakeFormationServiceException$, LakeFormationServiceException);
|
|
449
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
449
450
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
450
451
|
{ [_e]: _c, [_hE]: 403 },
|
|
451
452
|
[_M],
|
|
452
453
|
[0]
|
|
453
454
|
];
|
|
454
|
-
|
|
455
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
456
|
+
export var AlreadyExistsException$ = [-3, n0, _AEE,
|
|
457
|
+
{ [_e]: _c },
|
|
458
|
+
[_M],
|
|
459
|
+
[0]
|
|
460
|
+
];
|
|
461
|
+
n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
462
|
+
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
463
|
+
{ [_e]: _c },
|
|
464
|
+
[_M],
|
|
465
|
+
[0]
|
|
466
|
+
];
|
|
467
|
+
n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
468
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
469
|
+
{ [_e]: _c },
|
|
470
|
+
[_M],
|
|
471
|
+
[0]
|
|
472
|
+
];
|
|
473
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
474
|
+
export var EntityNotFoundException$ = [-3, n0, _ENFE,
|
|
475
|
+
{ [_e]: _c },
|
|
476
|
+
[_M],
|
|
477
|
+
[0]
|
|
478
|
+
];
|
|
479
|
+
n0_registry.registerError(EntityNotFoundException$, EntityNotFoundException);
|
|
480
|
+
export var ExpiredException$ = [-3, n0, _EE,
|
|
481
|
+
{ [_e]: _c, [_hE]: 410 },
|
|
482
|
+
[_M],
|
|
483
|
+
[0]
|
|
484
|
+
];
|
|
485
|
+
n0_registry.registerError(ExpiredException$, ExpiredException);
|
|
486
|
+
export var GlueEncryptionException$ = [-3, n0, _GEE,
|
|
487
|
+
{ [_e]: _c },
|
|
488
|
+
[_M],
|
|
489
|
+
[0]
|
|
490
|
+
];
|
|
491
|
+
n0_registry.registerError(GlueEncryptionException$, GlueEncryptionException);
|
|
492
|
+
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
493
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
494
|
+
[_M],
|
|
495
|
+
[0]
|
|
496
|
+
];
|
|
497
|
+
n0_registry.registerError(InternalServiceException$, InternalServiceException);
|
|
498
|
+
export var InvalidInputException$ = [-3, n0, _IIE,
|
|
499
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
500
|
+
[_M],
|
|
501
|
+
[0]
|
|
502
|
+
];
|
|
503
|
+
n0_registry.registerError(InvalidInputException$, InvalidInputException);
|
|
504
|
+
export var OperationTimeoutException$ = [-3, n0, _OTE,
|
|
505
|
+
{ [_e]: _c },
|
|
506
|
+
[_M],
|
|
507
|
+
[0]
|
|
508
|
+
];
|
|
509
|
+
n0_registry.registerError(OperationTimeoutException$, OperationTimeoutException);
|
|
510
|
+
export var PermissionTypeMismatchException$ = [-3, n0, _PTME,
|
|
511
|
+
{ [_e]: _c },
|
|
512
|
+
[_M],
|
|
513
|
+
[0]
|
|
514
|
+
];
|
|
515
|
+
n0_registry.registerError(PermissionTypeMismatchException$, PermissionTypeMismatchException);
|
|
516
|
+
export var ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
517
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
518
|
+
[_M],
|
|
519
|
+
[0]
|
|
520
|
+
];
|
|
521
|
+
n0_registry.registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
522
|
+
export var ResourceNumberLimitExceededException$ = [-3, n0, _RNLEE,
|
|
523
|
+
{ [_e]: _c },
|
|
524
|
+
[_M],
|
|
525
|
+
[0]
|
|
526
|
+
];
|
|
527
|
+
n0_registry.registerError(ResourceNumberLimitExceededException$, ResourceNumberLimitExceededException);
|
|
528
|
+
export var StatisticsNotReadyYetException$ = [-3, n0, _SNRYE,
|
|
529
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
530
|
+
[_M],
|
|
531
|
+
[0]
|
|
532
|
+
];
|
|
533
|
+
n0_registry.registerError(StatisticsNotReadyYetException$, StatisticsNotReadyYetException);
|
|
534
|
+
export var ThrottledException$ = [-3, n0, _TE,
|
|
535
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
536
|
+
[_M],
|
|
537
|
+
[0]
|
|
538
|
+
];
|
|
539
|
+
n0_registry.registerError(ThrottledException$, ThrottledException);
|
|
540
|
+
export var TransactionCanceledException$ = [-3, n0, _TCE,
|
|
541
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
542
|
+
[_M],
|
|
543
|
+
[0]
|
|
544
|
+
];
|
|
545
|
+
n0_registry.registerError(TransactionCanceledException$, TransactionCanceledException);
|
|
546
|
+
export var TransactionCommitInProgressException$ = [-3, n0, _TCIPE,
|
|
547
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
548
|
+
[_M],
|
|
549
|
+
[0]
|
|
550
|
+
];
|
|
551
|
+
n0_registry.registerError(TransactionCommitInProgressException$, TransactionCommitInProgressException);
|
|
552
|
+
export var TransactionCommittedException$ = [-3, n0, _TCEr,
|
|
553
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
554
|
+
[_M],
|
|
555
|
+
[0]
|
|
556
|
+
];
|
|
557
|
+
n0_registry.registerError(TransactionCommittedException$, TransactionCommittedException);
|
|
558
|
+
export var WorkUnitsNotReadyYetException$ = [-3, n0, _WUNRYE,
|
|
559
|
+
{ [_e]: _c, [_hE]: 420 },
|
|
560
|
+
[_M],
|
|
561
|
+
[0]
|
|
562
|
+
];
|
|
563
|
+
n0_registry.registerError(WorkUnitsNotReadyYetException$, WorkUnitsNotReadyYetException);
|
|
564
|
+
export const errorTypeRegistries = [
|
|
565
|
+
_s_registry,
|
|
566
|
+
n0_registry,
|
|
567
|
+
];
|
|
568
|
+
var ResultStream = [0, n0, _RS, { [_st]: 1 }, 42];
|
|
569
|
+
var SyntheticGetWorkUnitResultsRequestWorkUnitTokenString = [0, n0, _SGWURRWUTS, 8, 0];
|
|
570
|
+
var SyntheticStartQueryPlanningRequestQueryString = [0, n0, _SSQPRQS, 8, 0];
|
|
455
571
|
export var AddLFTagsToResourceRequest$ = [3, n0, _ALFTTRR,
|
|
456
572
|
0,
|
|
457
573
|
[_R, _LFT, _CI],
|
|
@@ -472,12 +588,6 @@ export var AllRowsWildcard$ = [3, n0, _ARW,
|
|
|
472
588
|
[],
|
|
473
589
|
[]
|
|
474
590
|
];
|
|
475
|
-
export var AlreadyExistsException$ = [-3, n0, _AEE,
|
|
476
|
-
{ [_e]: _c },
|
|
477
|
-
[_M],
|
|
478
|
-
[0]
|
|
479
|
-
];
|
|
480
|
-
TypeRegistry.for(n0).registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
481
591
|
export var AssumeDecoratedRoleWithSAMLRequest$ = [3, n0, _ADRWSAMLR,
|
|
482
592
|
0,
|
|
483
593
|
[_SAMLA, _RA, _PA, _DS],
|
|
@@ -558,23 +668,11 @@ export var CommitTransactionResponse$ = [3, n0, _CTRom,
|
|
|
558
668
|
[_TS],
|
|
559
669
|
[0]
|
|
560
670
|
];
|
|
561
|
-
export var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
562
|
-
{ [_e]: _c },
|
|
563
|
-
[_M],
|
|
564
|
-
[0]
|
|
565
|
-
];
|
|
566
|
-
TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
567
671
|
export var Condition$ = [3, n0, _C,
|
|
568
672
|
0,
|
|
569
673
|
[_Ex],
|
|
570
674
|
[0]
|
|
571
675
|
];
|
|
572
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
573
|
-
{ [_e]: _c },
|
|
574
|
-
[_M],
|
|
575
|
-
[0]
|
|
576
|
-
];
|
|
577
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
578
676
|
export var CreateDataCellsFilterRequest$ = [3, n0, _CDCFR,
|
|
579
677
|
0,
|
|
580
678
|
[_TD],
|
|
@@ -765,12 +863,6 @@ export var DetailsMap$ = [3, n0, _DM,
|
|
|
765
863
|
[_RSe],
|
|
766
864
|
[64 | 0]
|
|
767
865
|
];
|
|
768
|
-
export var EntityNotFoundException$ = [-3, n0, _ENFE,
|
|
769
|
-
{ [_e]: _c },
|
|
770
|
-
[_M],
|
|
771
|
-
[0]
|
|
772
|
-
];
|
|
773
|
-
TypeRegistry.for(n0).registerError(EntityNotFoundException$, EntityNotFoundException);
|
|
774
866
|
export var ErrorDetail$ = [3, n0, _ED,
|
|
775
867
|
0,
|
|
776
868
|
[_EC, _EM],
|
|
@@ -781,12 +873,6 @@ export var ExecutionStatistics$ = [3, n0, _ES,
|
|
|
781
873
|
[_AETM, _DSB, _WUEC],
|
|
782
874
|
[1, 1, 1]
|
|
783
875
|
];
|
|
784
|
-
export var ExpiredException$ = [-3, n0, _EE,
|
|
785
|
-
{ [_e]: _c, [_hE]: 410 },
|
|
786
|
-
[_M],
|
|
787
|
-
[0]
|
|
788
|
-
];
|
|
789
|
-
TypeRegistry.for(n0).registerError(ExpiredException$, ExpiredException);
|
|
790
876
|
export var ExtendTransactionRequest$ = [3, n0, _ETR,
|
|
791
877
|
0,
|
|
792
878
|
[_TI],
|
|
@@ -957,12 +1043,6 @@ export var GetWorkUnitsResponse$ = [3, n0, _GWURe,
|
|
|
957
1043
|
[_QI, _WUR, _NT],
|
|
958
1044
|
[0, () => WorkUnitRangeList, 0], 2
|
|
959
1045
|
];
|
|
960
|
-
export var GlueEncryptionException$ = [-3, n0, _GEE,
|
|
961
|
-
{ [_e]: _c },
|
|
962
|
-
[_M],
|
|
963
|
-
[0]
|
|
964
|
-
];
|
|
965
|
-
TypeRegistry.for(n0).registerError(GlueEncryptionException$, GlueEncryptionException);
|
|
966
1046
|
export var GrantPermissionsRequest$ = [3, n0, _GPR,
|
|
967
1047
|
0,
|
|
968
1048
|
[_P, _R, _Pe, _CI, _C, _PWGO],
|
|
@@ -973,18 +1053,6 @@ export var GrantPermissionsResponse$ = [3, n0, _GPRr,
|
|
|
973
1053
|
[],
|
|
974
1054
|
[]
|
|
975
1055
|
];
|
|
976
|
-
export var InternalServiceException$ = [-3, n0, _ISE,
|
|
977
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
978
|
-
[_M],
|
|
979
|
-
[0]
|
|
980
|
-
];
|
|
981
|
-
TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
982
|
-
export var InvalidInputException$ = [-3, n0, _IIE,
|
|
983
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
984
|
-
[_M],
|
|
985
|
-
[0]
|
|
986
|
-
];
|
|
987
|
-
TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
988
1056
|
export var LakeFormationOptInsInfo$ = [3, n0, _LFOII,
|
|
989
1057
|
0,
|
|
990
1058
|
[_R, _P, _C, _LM, _LUB],
|
|
@@ -1105,12 +1173,6 @@ export var ListTransactionsResponse$ = [3, n0, _LTRi,
|
|
|
1105
1173
|
[_Tr, _NT],
|
|
1106
1174
|
[() => TransactionDescriptionList, 0]
|
|
1107
1175
|
];
|
|
1108
|
-
export var OperationTimeoutException$ = [-3, n0, _OTE,
|
|
1109
|
-
{ [_e]: _c },
|
|
1110
|
-
[_M],
|
|
1111
|
-
[0]
|
|
1112
|
-
];
|
|
1113
|
-
TypeRegistry.for(n0).registerError(OperationTimeoutException$, OperationTimeoutException);
|
|
1114
1176
|
export var PartitionObjects$ = [3, n0, _PO,
|
|
1115
1177
|
0,
|
|
1116
1178
|
[_PV, _O],
|
|
@@ -1121,12 +1183,6 @@ export var PartitionValueList$ = [3, n0, _PVL,
|
|
|
1121
1183
|
[_V],
|
|
1122
1184
|
[64 | 0], 1
|
|
1123
1185
|
];
|
|
1124
|
-
export var PermissionTypeMismatchException$ = [-3, n0, _PTME,
|
|
1125
|
-
{ [_e]: _c },
|
|
1126
|
-
[_M],
|
|
1127
|
-
[0]
|
|
1128
|
-
];
|
|
1129
|
-
TypeRegistry.for(n0).registerError(PermissionTypeMismatchException$, PermissionTypeMismatchException);
|
|
1130
1186
|
export var PlanningStatistics$ = [3, n0, _PS,
|
|
1131
1187
|
0,
|
|
1132
1188
|
[_EDTSB, _PTM, _QTM, _WUGC],
|
|
@@ -1197,18 +1253,6 @@ export var ResourceInfo$ = [3, n0, _RI,
|
|
|
1197
1253
|
[_RAe, _RA, _LM, _WF, _HAE, _WPA, _VS, _EROA],
|
|
1198
1254
|
[0, 0, 4, 2, 2, 2, 0, 0]
|
|
1199
1255
|
];
|
|
1200
|
-
export var ResourceNotReadyException$ = [-3, n0, _RNRE,
|
|
1201
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1202
|
-
[_M],
|
|
1203
|
-
[0]
|
|
1204
|
-
];
|
|
1205
|
-
TypeRegistry.for(n0).registerError(ResourceNotReadyException$, ResourceNotReadyException);
|
|
1206
|
-
export var ResourceNumberLimitExceededException$ = [-3, n0, _RNLEE,
|
|
1207
|
-
{ [_e]: _c },
|
|
1208
|
-
[_M],
|
|
1209
|
-
[0]
|
|
1210
|
-
];
|
|
1211
|
-
TypeRegistry.for(n0).registerError(ResourceNumberLimitExceededException$, ResourceNumberLimitExceededException);
|
|
1212
1256
|
export var RevokePermissionsRequest$ = [3, n0, _RPR,
|
|
1213
1257
|
0,
|
|
1214
1258
|
[_P, _R, _Pe, _CI, _C, _PWGO],
|
|
@@ -1264,12 +1308,6 @@ export var StartTransactionResponse$ = [3, n0, _STRt,
|
|
|
1264
1308
|
[_TI],
|
|
1265
1309
|
[0]
|
|
1266
1310
|
];
|
|
1267
|
-
export var StatisticsNotReadyYetException$ = [-3, n0, _SNRYE,
|
|
1268
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1269
|
-
[_M],
|
|
1270
|
-
[0]
|
|
1271
|
-
];
|
|
1272
|
-
TypeRegistry.for(n0).registerError(StatisticsNotReadyYetException$, StatisticsNotReadyYetException);
|
|
1273
1311
|
export var StorageOptimizer$ = [3, n0, _SO,
|
|
1274
1312
|
0,
|
|
1275
1313
|
[_SOT, _Co, _EM, _W, _LRD],
|
|
@@ -1310,30 +1348,6 @@ export var TemporaryCredentials$ = [3, n0, _TC,
|
|
|
1310
1348
|
[_AKI, _SAK, _ST, _E],
|
|
1311
1349
|
[0, 0, 0, 4]
|
|
1312
1350
|
];
|
|
1313
|
-
export var ThrottledException$ = [-3, n0, _TE,
|
|
1314
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1315
|
-
[_M],
|
|
1316
|
-
[0]
|
|
1317
|
-
];
|
|
1318
|
-
TypeRegistry.for(n0).registerError(ThrottledException$, ThrottledException);
|
|
1319
|
-
export var TransactionCanceledException$ = [-3, n0, _TCE,
|
|
1320
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1321
|
-
[_M],
|
|
1322
|
-
[0]
|
|
1323
|
-
];
|
|
1324
|
-
TypeRegistry.for(n0).registerError(TransactionCanceledException$, TransactionCanceledException);
|
|
1325
|
-
export var TransactionCommitInProgressException$ = [-3, n0, _TCIPE,
|
|
1326
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1327
|
-
[_M],
|
|
1328
|
-
[0]
|
|
1329
|
-
];
|
|
1330
|
-
TypeRegistry.for(n0).registerError(TransactionCommitInProgressException$, TransactionCommitInProgressException);
|
|
1331
|
-
export var TransactionCommittedException$ = [-3, n0, _TCEr,
|
|
1332
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1333
|
-
[_M],
|
|
1334
|
-
[0]
|
|
1335
|
-
];
|
|
1336
|
-
TypeRegistry.for(n0).registerError(TransactionCommittedException$, TransactionCommittedException);
|
|
1337
1351
|
export var TransactionDescription$ = [3, n0, _TDr,
|
|
1338
1352
|
0,
|
|
1339
1353
|
[_TI, _TS, _TST, _TET],
|
|
@@ -1419,19 +1433,11 @@ export var WorkUnitRange$ = [3, n0, _WURo,
|
|
|
1419
1433
|
[_WUIM, _WUIMo, _WUT],
|
|
1420
1434
|
[1, 1, 0], 3
|
|
1421
1435
|
];
|
|
1422
|
-
export var WorkUnitsNotReadyYetException$ = [-3, n0, _WUNRYE,
|
|
1423
|
-
{ [_e]: _c, [_hE]: 420 },
|
|
1424
|
-
[_M],
|
|
1425
|
-
[0]
|
|
1426
|
-
];
|
|
1427
|
-
TypeRegistry.for(n0).registerError(WorkUnitsNotReadyYetException$, WorkUnitsNotReadyYetException);
|
|
1428
1436
|
export var WriteOperation$ = [3, n0, _WOr,
|
|
1429
1437
|
0,
|
|
1430
1438
|
[_AO, _DO],
|
|
1431
1439
|
[() => AddObjectInput$, () => DeleteObjectInput$]
|
|
1432
1440
|
];
|
|
1433
|
-
export var LakeFormationServiceException$ = [-3, _sm, "LakeFormationServiceException", 0, [], []];
|
|
1434
|
-
TypeRegistry.for(_sm).registerError(LakeFormationServiceException$, LakeFormationServiceException);
|
|
1435
1441
|
var AuthorizedSessionTagValueList = 64 | 0;
|
|
1436
1442
|
var BatchPermissionsFailureList = [1, n0, _BPFL,
|
|
1437
1443
|
0, () => BatchPermissionsFailureEntry$
|
|
@@ -1,10 +1,35 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var LakeFormationServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
6
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
7
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
8
|
+
export declare var EntityNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ExpiredException$: StaticErrorSchema;
|
|
10
|
+
export declare var GlueEncryptionException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
12
|
+
export declare var InvalidInputException$: StaticErrorSchema;
|
|
13
|
+
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
14
|
+
export declare var PermissionTypeMismatchException$: StaticErrorSchema;
|
|
15
|
+
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
16
|
+
export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
17
|
+
export declare var StatisticsNotReadyYetException$: StaticErrorSchema;
|
|
18
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
19
|
+
export declare var TransactionCanceledException$: StaticErrorSchema;
|
|
20
|
+
export declare var TransactionCommitInProgressException$: StaticErrorSchema;
|
|
21
|
+
export declare var TransactionCommittedException$: StaticErrorSchema;
|
|
22
|
+
export declare var WorkUnitsNotReadyYetException$: StaticErrorSchema;
|
|
23
|
+
/**
|
|
24
|
+
* TypeRegistry instances containing modeled errors.
|
|
25
|
+
* @internal
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
29
|
export declare var AddLFTagsToResourceRequest$: StaticStructureSchema;
|
|
4
30
|
export declare var AddLFTagsToResourceResponse$: StaticStructureSchema;
|
|
5
31
|
export declare var AddObjectInput$: StaticStructureSchema;
|
|
6
32
|
export declare var AllRowsWildcard$: StaticStructureSchema;
|
|
7
|
-
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
8
33
|
export declare var AssumeDecoratedRoleWithSAMLRequest$: StaticStructureSchema;
|
|
9
34
|
export declare var AssumeDecoratedRoleWithSAMLResponse$: StaticStructureSchema;
|
|
10
35
|
export declare var AuditContext$: StaticStructureSchema;
|
|
@@ -21,9 +46,7 @@ export declare var ColumnLFTag$: StaticStructureSchema;
|
|
|
21
46
|
export declare var ColumnWildcard$: StaticStructureSchema;
|
|
22
47
|
export declare var CommitTransactionRequest$: StaticStructureSchema;
|
|
23
48
|
export declare var CommitTransactionResponse$: StaticStructureSchema;
|
|
24
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
25
49
|
export declare var Condition$: StaticStructureSchema;
|
|
26
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
27
50
|
export declare var CreateDataCellsFilterRequest$: StaticStructureSchema;
|
|
28
51
|
export declare var CreateDataCellsFilterResponse$: StaticStructureSchema;
|
|
29
52
|
export declare var CreateLakeFormationIdentityCenterConfigurationRequest$: StaticStructureSchema;
|
|
@@ -62,10 +85,8 @@ export declare var DescribeResourceResponse$: StaticStructureSchema;
|
|
|
62
85
|
export declare var DescribeTransactionRequest$: StaticStructureSchema;
|
|
63
86
|
export declare var DescribeTransactionResponse$: StaticStructureSchema;
|
|
64
87
|
export declare var DetailsMap$: StaticStructureSchema;
|
|
65
|
-
export declare var EntityNotFoundException$: StaticErrorSchema;
|
|
66
88
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
67
89
|
export declare var ExecutionStatistics$: StaticStructureSchema;
|
|
68
|
-
export declare var ExpiredException$: StaticErrorSchema;
|
|
69
90
|
export declare var ExtendTransactionRequest$: StaticStructureSchema;
|
|
70
91
|
export declare var ExtendTransactionResponse$: StaticStructureSchema;
|
|
71
92
|
export declare var ExternalFilteringConfiguration$: StaticStructureSchema;
|
|
@@ -100,11 +121,8 @@ export declare var GetWorkUnitResultsRequest$: StaticStructureSchema;
|
|
|
100
121
|
export declare var GetWorkUnitResultsResponse$: StaticStructureSchema;
|
|
101
122
|
export declare var GetWorkUnitsRequest$: StaticStructureSchema;
|
|
102
123
|
export declare var GetWorkUnitsResponse$: StaticStructureSchema;
|
|
103
|
-
export declare var GlueEncryptionException$: StaticErrorSchema;
|
|
104
124
|
export declare var GrantPermissionsRequest$: StaticStructureSchema;
|
|
105
125
|
export declare var GrantPermissionsResponse$: StaticStructureSchema;
|
|
106
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
107
|
-
export declare var InvalidInputException$: StaticErrorSchema;
|
|
108
126
|
export declare var LakeFormationOptInsInfo$: StaticStructureSchema;
|
|
109
127
|
export declare var LFTag$: StaticStructureSchema;
|
|
110
128
|
export declare var LFTagError$: StaticStructureSchema;
|
|
@@ -129,10 +147,8 @@ export declare var ListTableStorageOptimizersRequest$: StaticStructureSchema;
|
|
|
129
147
|
export declare var ListTableStorageOptimizersResponse$: StaticStructureSchema;
|
|
130
148
|
export declare var ListTransactionsRequest$: StaticStructureSchema;
|
|
131
149
|
export declare var ListTransactionsResponse$: StaticStructureSchema;
|
|
132
|
-
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
133
150
|
export declare var PartitionObjects$: StaticStructureSchema;
|
|
134
151
|
export declare var PartitionValueList$: StaticStructureSchema;
|
|
135
|
-
export declare var PermissionTypeMismatchException$: StaticErrorSchema;
|
|
136
152
|
export declare var PlanningStatistics$: StaticStructureSchema;
|
|
137
153
|
export declare var PrincipalPermissions$: StaticStructureSchema;
|
|
138
154
|
export declare var PrincipalResourcePermissions$: StaticStructureSchema;
|
|
@@ -147,8 +163,6 @@ export declare var RemoveLFTagsFromResourceRequest$: StaticStructureSchema;
|
|
|
147
163
|
export declare var RemoveLFTagsFromResourceResponse$: StaticStructureSchema;
|
|
148
164
|
export declare var Resource$: StaticStructureSchema;
|
|
149
165
|
export declare var ResourceInfo$: StaticStructureSchema;
|
|
150
|
-
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
151
|
-
export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
152
166
|
export declare var RevokePermissionsRequest$: StaticStructureSchema;
|
|
153
167
|
export declare var RevokePermissionsResponse$: StaticStructureSchema;
|
|
154
168
|
export declare var RowFilter$: StaticStructureSchema;
|
|
@@ -160,7 +174,6 @@ export declare var StartQueryPlanningRequest$: StaticStructureSchema;
|
|
|
160
174
|
export declare var StartQueryPlanningResponse$: StaticStructureSchema;
|
|
161
175
|
export declare var StartTransactionRequest$: StaticStructureSchema;
|
|
162
176
|
export declare var StartTransactionResponse$: StaticStructureSchema;
|
|
163
|
-
export declare var StatisticsNotReadyYetException$: StaticErrorSchema;
|
|
164
177
|
export declare var StorageOptimizer$: StaticStructureSchema;
|
|
165
178
|
export declare var TableObject$: StaticStructureSchema;
|
|
166
179
|
export declare var TableResource$: StaticStructureSchema;
|
|
@@ -169,10 +182,6 @@ export declare var TableWithColumnsResource$: StaticStructureSchema;
|
|
|
169
182
|
export declare var TaggedDatabase$: StaticStructureSchema;
|
|
170
183
|
export declare var TaggedTable$: StaticStructureSchema;
|
|
171
184
|
export declare var TemporaryCredentials$: StaticStructureSchema;
|
|
172
|
-
export declare var ThrottledException$: StaticErrorSchema;
|
|
173
|
-
export declare var TransactionCanceledException$: StaticErrorSchema;
|
|
174
|
-
export declare var TransactionCommitInProgressException$: StaticErrorSchema;
|
|
175
|
-
export declare var TransactionCommittedException$: StaticErrorSchema;
|
|
176
185
|
export declare var TransactionDescription$: StaticStructureSchema;
|
|
177
186
|
export declare var UpdateDataCellsFilterRequest$: StaticStructureSchema;
|
|
178
187
|
export declare var UpdateDataCellsFilterResponse$: StaticStructureSchema;
|
|
@@ -190,9 +199,7 @@ export declare var UpdateTableStorageOptimizerRequest$: StaticStructureSchema;
|
|
|
190
199
|
export declare var UpdateTableStorageOptimizerResponse$: StaticStructureSchema;
|
|
191
200
|
export declare var VirtualObject$: StaticStructureSchema;
|
|
192
201
|
export declare var WorkUnitRange$: StaticStructureSchema;
|
|
193
|
-
export declare var WorkUnitsNotReadyYetException$: StaticErrorSchema;
|
|
194
202
|
export declare var WriteOperation$: StaticStructureSchema;
|
|
195
|
-
export declare var LakeFormationServiceException$: StaticErrorSchema;
|
|
196
203
|
export declare var RedshiftScopeUnion$: StaticUnionSchema;
|
|
197
204
|
export declare var ServiceIntegrationUnion$: StaticUnionSchema;
|
|
198
205
|
export declare var AddLFTagsToResource$: StaticOperationSchema;
|
|
@@ -1,15 +1,35 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var LakeFormationServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
12
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
13
|
+
export declare var EntityNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ExpiredException$: StaticErrorSchema;
|
|
15
|
+
export declare var GlueEncryptionException$: StaticErrorSchema;
|
|
16
|
+
export declare var InternalServiceException$: StaticErrorSchema;
|
|
17
|
+
export declare var InvalidInputException$: StaticErrorSchema;
|
|
18
|
+
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
19
|
+
export declare var PermissionTypeMismatchException$: StaticErrorSchema;
|
|
20
|
+
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
21
|
+
export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
22
|
+
export declare var StatisticsNotReadyYetException$: StaticErrorSchema;
|
|
23
|
+
export declare var ThrottledException$: StaticErrorSchema;
|
|
24
|
+
export declare var TransactionCanceledException$: StaticErrorSchema;
|
|
25
|
+
export declare var TransactionCommitInProgressException$: StaticErrorSchema;
|
|
26
|
+
export declare var TransactionCommittedException$: StaticErrorSchema;
|
|
27
|
+
export declare var WorkUnitsNotReadyYetException$: StaticErrorSchema;
|
|
28
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
29
|
export declare var AddLFTagsToResourceRequest$: StaticStructureSchema;
|
|
9
30
|
export declare var AddLFTagsToResourceResponse$: StaticStructureSchema;
|
|
10
31
|
export declare var AddObjectInput$: StaticStructureSchema;
|
|
11
32
|
export declare var AllRowsWildcard$: StaticStructureSchema;
|
|
12
|
-
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
13
33
|
export declare var AssumeDecoratedRoleWithSAMLRequest$: StaticStructureSchema;
|
|
14
34
|
export declare var AssumeDecoratedRoleWithSAMLResponse$: StaticStructureSchema;
|
|
15
35
|
export declare var AuditContext$: StaticStructureSchema;
|
|
@@ -26,9 +46,7 @@ export declare var ColumnLFTag$: StaticStructureSchema;
|
|
|
26
46
|
export declare var ColumnWildcard$: StaticStructureSchema;
|
|
27
47
|
export declare var CommitTransactionRequest$: StaticStructureSchema;
|
|
28
48
|
export declare var CommitTransactionResponse$: StaticStructureSchema;
|
|
29
|
-
export declare var ConcurrentModificationException$: StaticErrorSchema;
|
|
30
49
|
export declare var Condition$: StaticStructureSchema;
|
|
31
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
32
50
|
export declare var CreateDataCellsFilterRequest$: StaticStructureSchema;
|
|
33
51
|
export declare var CreateDataCellsFilterResponse$: StaticStructureSchema;
|
|
34
52
|
export declare var CreateLakeFormationIdentityCenterConfigurationRequest$: StaticStructureSchema;
|
|
@@ -67,10 +85,8 @@ export declare var DescribeResourceResponse$: StaticStructureSchema;
|
|
|
67
85
|
export declare var DescribeTransactionRequest$: StaticStructureSchema;
|
|
68
86
|
export declare var DescribeTransactionResponse$: StaticStructureSchema;
|
|
69
87
|
export declare var DetailsMap$: StaticStructureSchema;
|
|
70
|
-
export declare var EntityNotFoundException$: StaticErrorSchema;
|
|
71
88
|
export declare var ErrorDetail$: StaticStructureSchema;
|
|
72
89
|
export declare var ExecutionStatistics$: StaticStructureSchema;
|
|
73
|
-
export declare var ExpiredException$: StaticErrorSchema;
|
|
74
90
|
export declare var ExtendTransactionRequest$: StaticStructureSchema;
|
|
75
91
|
export declare var ExtendTransactionResponse$: StaticStructureSchema;
|
|
76
92
|
export declare var ExternalFilteringConfiguration$: StaticStructureSchema;
|
|
@@ -105,11 +121,8 @@ export declare var GetWorkUnitResultsRequest$: StaticStructureSchema;
|
|
|
105
121
|
export declare var GetWorkUnitResultsResponse$: StaticStructureSchema;
|
|
106
122
|
export declare var GetWorkUnitsRequest$: StaticStructureSchema;
|
|
107
123
|
export declare var GetWorkUnitsResponse$: StaticStructureSchema;
|
|
108
|
-
export declare var GlueEncryptionException$: StaticErrorSchema;
|
|
109
124
|
export declare var GrantPermissionsRequest$: StaticStructureSchema;
|
|
110
125
|
export declare var GrantPermissionsResponse$: StaticStructureSchema;
|
|
111
|
-
export declare var InternalServiceException$: StaticErrorSchema;
|
|
112
|
-
export declare var InvalidInputException$: StaticErrorSchema;
|
|
113
126
|
export declare var LakeFormationOptInsInfo$: StaticStructureSchema;
|
|
114
127
|
export declare var LFTag$: StaticStructureSchema;
|
|
115
128
|
export declare var LFTagError$: StaticStructureSchema;
|
|
@@ -134,10 +147,8 @@ export declare var ListTableStorageOptimizersRequest$: StaticStructureSchema;
|
|
|
134
147
|
export declare var ListTableStorageOptimizersResponse$: StaticStructureSchema;
|
|
135
148
|
export declare var ListTransactionsRequest$: StaticStructureSchema;
|
|
136
149
|
export declare var ListTransactionsResponse$: StaticStructureSchema;
|
|
137
|
-
export declare var OperationTimeoutException$: StaticErrorSchema;
|
|
138
150
|
export declare var PartitionObjects$: StaticStructureSchema;
|
|
139
151
|
export declare var PartitionValueList$: StaticStructureSchema;
|
|
140
|
-
export declare var PermissionTypeMismatchException$: StaticErrorSchema;
|
|
141
152
|
export declare var PlanningStatistics$: StaticStructureSchema;
|
|
142
153
|
export declare var PrincipalPermissions$: StaticStructureSchema;
|
|
143
154
|
export declare var PrincipalResourcePermissions$: StaticStructureSchema;
|
|
@@ -152,8 +163,6 @@ export declare var RemoveLFTagsFromResourceRequest$: StaticStructureSchema;
|
|
|
152
163
|
export declare var RemoveLFTagsFromResourceResponse$: StaticStructureSchema;
|
|
153
164
|
export declare var Resource$: StaticStructureSchema;
|
|
154
165
|
export declare var ResourceInfo$: StaticStructureSchema;
|
|
155
|
-
export declare var ResourceNotReadyException$: StaticErrorSchema;
|
|
156
|
-
export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
157
166
|
export declare var RevokePermissionsRequest$: StaticStructureSchema;
|
|
158
167
|
export declare var RevokePermissionsResponse$: StaticStructureSchema;
|
|
159
168
|
export declare var RowFilter$: StaticStructureSchema;
|
|
@@ -165,7 +174,6 @@ export declare var StartQueryPlanningRequest$: StaticStructureSchema;
|
|
|
165
174
|
export declare var StartQueryPlanningResponse$: StaticStructureSchema;
|
|
166
175
|
export declare var StartTransactionRequest$: StaticStructureSchema;
|
|
167
176
|
export declare var StartTransactionResponse$: StaticStructureSchema;
|
|
168
|
-
export declare var StatisticsNotReadyYetException$: StaticErrorSchema;
|
|
169
177
|
export declare var StorageOptimizer$: StaticStructureSchema;
|
|
170
178
|
export declare var TableObject$: StaticStructureSchema;
|
|
171
179
|
export declare var TableResource$: StaticStructureSchema;
|
|
@@ -174,10 +182,6 @@ export declare var TableWithColumnsResource$: StaticStructureSchema;
|
|
|
174
182
|
export declare var TaggedDatabase$: StaticStructureSchema;
|
|
175
183
|
export declare var TaggedTable$: StaticStructureSchema;
|
|
176
184
|
export declare var TemporaryCredentials$: StaticStructureSchema;
|
|
177
|
-
export declare var ThrottledException$: StaticErrorSchema;
|
|
178
|
-
export declare var TransactionCanceledException$: StaticErrorSchema;
|
|
179
|
-
export declare var TransactionCommitInProgressException$: StaticErrorSchema;
|
|
180
|
-
export declare var TransactionCommittedException$: StaticErrorSchema;
|
|
181
185
|
export declare var TransactionDescription$: StaticStructureSchema;
|
|
182
186
|
export declare var UpdateDataCellsFilterRequest$: StaticStructureSchema;
|
|
183
187
|
export declare var UpdateDataCellsFilterResponse$: StaticStructureSchema;
|
|
@@ -195,9 +199,7 @@ export declare var UpdateTableStorageOptimizerRequest$: StaticStructureSchema;
|
|
|
195
199
|
export declare var UpdateTableStorageOptimizerResponse$: StaticStructureSchema;
|
|
196
200
|
export declare var VirtualObject$: StaticStructureSchema;
|
|
197
201
|
export declare var WorkUnitRange$: StaticStructureSchema;
|
|
198
|
-
export declare var WorkUnitsNotReadyYetException$: StaticErrorSchema;
|
|
199
202
|
export declare var WriteOperation$: StaticStructureSchema;
|
|
200
|
-
export declare var LakeFormationServiceException$: StaticErrorSchema;
|
|
201
203
|
export declare var RedshiftScopeUnion$: StaticUnionSchema;
|
|
202
204
|
export declare var ServiceIntegrationUnion$: StaticUnionSchema;
|
|
203
205
|
export declare var AddLFTagsToResource$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lakeformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lakeformation",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.12",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|