@aws-sdk/client-quicksight 3.211.0 → 3.213.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.
|
@@ -953,16 +953,10 @@ exports.RowLevelPermissionTagConfigurationFilterSensitiveLog = RowLevelPermissio
|
|
|
953
953
|
const CreateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
954
954
|
...obj,
|
|
955
955
|
...(obj.PhysicalTableMap && {
|
|
956
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
957
|
-
...acc,
|
|
958
|
-
[key]: (0, exports.PhysicalTableFilterSensitiveLog)(value),
|
|
959
|
-
}), {}),
|
|
956
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, exports.PhysicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
960
957
|
}),
|
|
961
958
|
...(obj.LogicalTableMap && {
|
|
962
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
963
|
-
...acc,
|
|
964
|
-
[key]: (0, exports.LogicalTableFilterSensitiveLog)(value),
|
|
965
|
-
}), {}),
|
|
959
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, exports.LogicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
966
960
|
}),
|
|
967
961
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
968
962
|
RowLevelPermissionTagConfiguration: (0, exports.RowLevelPermissionTagConfigurationFilterSensitiveLog)(obj.RowLevelPermissionTagConfiguration),
|
|
@@ -1307,16 +1301,10 @@ exports.OutputColumnFilterSensitiveLog = OutputColumnFilterSensitiveLog;
|
|
|
1307
1301
|
const DataSetFilterSensitiveLog = (obj) => ({
|
|
1308
1302
|
...obj,
|
|
1309
1303
|
...(obj.PhysicalTableMap && {
|
|
1310
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
1311
|
-
...acc,
|
|
1312
|
-
[key]: (0, exports.PhysicalTableFilterSensitiveLog)(value),
|
|
1313
|
-
}), {}),
|
|
1304
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, exports.PhysicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
1314
1305
|
}),
|
|
1315
1306
|
...(obj.LogicalTableMap && {
|
|
1316
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
1317
|
-
...acc,
|
|
1318
|
-
[key]: (0, exports.LogicalTableFilterSensitiveLog)(value),
|
|
1319
|
-
}), {}),
|
|
1307
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, exports.LogicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
1320
1308
|
}),
|
|
1321
1309
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
1322
1310
|
RowLevelPermissionTagConfiguration: (0, exports.RowLevelPermissionTagConfigurationFilterSensitiveLog)(obj.RowLevelPermissionTagConfiguration),
|
|
@@ -559,16 +559,10 @@ exports.UpdateDashboardPublishedVersionResponseFilterSensitiveLog = UpdateDashbo
|
|
|
559
559
|
const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
560
560
|
...obj,
|
|
561
561
|
...(obj.PhysicalTableMap && {
|
|
562
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
563
|
-
...acc,
|
|
564
|
-
[key]: (0, models_0_1.PhysicalTableFilterSensitiveLog)(value),
|
|
565
|
-
}), {}),
|
|
562
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, models_0_1.PhysicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
566
563
|
}),
|
|
567
564
|
...(obj.LogicalTableMap && {
|
|
568
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
569
|
-
...acc,
|
|
570
|
-
[key]: (0, models_0_1.LogicalTableFilterSensitiveLog)(value),
|
|
571
|
-
}), {}),
|
|
565
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, models_0_1.LogicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
572
566
|
}),
|
|
573
567
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
574
568
|
RowLevelPermissionTagConfiguration: (0, models_0_1.RowLevelPermissionTagConfigurationFilterSensitiveLog)(obj.RowLevelPermissionTagConfiguration),
|
|
@@ -10883,10 +10883,8 @@ const serializeAws_restJson1FieldFolderMap = (input, context) => {
|
|
|
10883
10883
|
if (value === null) {
|
|
10884
10884
|
return acc;
|
|
10885
10885
|
}
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
[key]: serializeAws_restJson1FieldFolder(value, context),
|
|
10889
|
-
};
|
|
10886
|
+
acc[key] = serializeAws_restJson1FieldFolder(value, context);
|
|
10887
|
+
return acc;
|
|
10890
10888
|
}, {});
|
|
10891
10889
|
};
|
|
10892
10890
|
const serializeAws_restJson1FilterOperation = (input, context) => {
|
|
@@ -10953,10 +10951,8 @@ const serializeAws_restJson1IdentityMap = (input, context) => {
|
|
|
10953
10951
|
if (value === null) {
|
|
10954
10952
|
return acc;
|
|
10955
10953
|
}
|
|
10956
|
-
|
|
10957
|
-
|
|
10958
|
-
[key]: serializeAws_restJson1IdentityNameList(value, context),
|
|
10959
|
-
};
|
|
10954
|
+
acc[key] = serializeAws_restJson1IdentityNameList(value, context);
|
|
10955
|
+
return acc;
|
|
10960
10956
|
}, {});
|
|
10961
10957
|
};
|
|
10962
10958
|
const serializeAws_restJson1IdentityNameList = (input, context) => {
|
|
@@ -10997,10 +10993,8 @@ const serializeAws_restJson1IpRestrictionRuleMap = (input, context) => {
|
|
|
10997
10993
|
if (value === null) {
|
|
10998
10994
|
return acc;
|
|
10999
10995
|
}
|
|
11000
|
-
|
|
11001
|
-
|
|
11002
|
-
[key]: value,
|
|
11003
|
-
};
|
|
10996
|
+
acc[key] = value;
|
|
10997
|
+
return acc;
|
|
11004
10998
|
}, {});
|
|
11005
10999
|
};
|
|
11006
11000
|
const serializeAws_restJson1JiraParameters = (input, context) => {
|
|
@@ -11041,10 +11035,8 @@ const serializeAws_restJson1LogicalTableMap = (input, context) => {
|
|
|
11041
11035
|
if (value === null) {
|
|
11042
11036
|
return acc;
|
|
11043
11037
|
}
|
|
11044
|
-
|
|
11045
|
-
|
|
11046
|
-
[key]: serializeAws_restJson1LogicalTable(value, context),
|
|
11047
|
-
};
|
|
11038
|
+
acc[key] = serializeAws_restJson1LogicalTable(value, context);
|
|
11039
|
+
return acc;
|
|
11048
11040
|
}, {});
|
|
11049
11041
|
};
|
|
11050
11042
|
const serializeAws_restJson1LogicalTableSource = (input, context) => {
|
|
@@ -11124,10 +11116,8 @@ const serializeAws_restJson1PhysicalTableMap = (input, context) => {
|
|
|
11124
11116
|
if (value === null) {
|
|
11125
11117
|
return acc;
|
|
11126
11118
|
}
|
|
11127
|
-
|
|
11128
|
-
|
|
11129
|
-
[key]: serializeAws_restJson1PhysicalTable(value, context),
|
|
11130
|
-
};
|
|
11119
|
+
acc[key] = serializeAws_restJson1PhysicalTable(value, context);
|
|
11120
|
+
return acc;
|
|
11131
11121
|
}, {});
|
|
11132
11122
|
};
|
|
11133
11123
|
const serializeAws_restJson1PostgreSqlParameters = (input, context) => {
|
|
@@ -12292,10 +12282,8 @@ const deserializeAws_restJson1FieldFolderMap = (output, context) => {
|
|
|
12292
12282
|
if (value === null) {
|
|
12293
12283
|
return acc;
|
|
12294
12284
|
}
|
|
12295
|
-
|
|
12296
|
-
|
|
12297
|
-
[key]: deserializeAws_restJson1FieldFolder(value, context),
|
|
12298
|
-
};
|
|
12285
|
+
acc[key] = deserializeAws_restJson1FieldFolder(value, context);
|
|
12286
|
+
return acc;
|
|
12299
12287
|
}, {});
|
|
12300
12288
|
};
|
|
12301
12289
|
const deserializeAws_restJson1FilterOperation = (output, context) => {
|
|
@@ -12451,10 +12439,8 @@ const deserializeAws_restJson1IdentityMap = (output, context) => {
|
|
|
12451
12439
|
if (value === null) {
|
|
12452
12440
|
return acc;
|
|
12453
12441
|
}
|
|
12454
|
-
|
|
12455
|
-
|
|
12456
|
-
[key]: deserializeAws_restJson1IdentityNameList(value, context),
|
|
12457
|
-
};
|
|
12442
|
+
acc[key] = deserializeAws_restJson1IdentityNameList(value, context);
|
|
12443
|
+
return acc;
|
|
12458
12444
|
}, {});
|
|
12459
12445
|
};
|
|
12460
12446
|
const deserializeAws_restJson1IdentityNameList = (output, context) => {
|
|
@@ -12518,10 +12504,8 @@ const deserializeAws_restJson1IpRestrictionRuleMap = (output, context) => {
|
|
|
12518
12504
|
if (value === null) {
|
|
12519
12505
|
return acc;
|
|
12520
12506
|
}
|
|
12521
|
-
|
|
12522
|
-
|
|
12523
|
-
[key]: (0, smithy_client_1.expectString)(value),
|
|
12524
|
-
};
|
|
12507
|
+
acc[key] = (0, smithy_client_1.expectString)(value);
|
|
12508
|
+
return acc;
|
|
12525
12509
|
}, {});
|
|
12526
12510
|
};
|
|
12527
12511
|
const deserializeAws_restJson1JiraParameters = (output, context) => {
|
|
@@ -12569,10 +12553,8 @@ const deserializeAws_restJson1LogicalTableMap = (output, context) => {
|
|
|
12569
12553
|
if (value === null) {
|
|
12570
12554
|
return acc;
|
|
12571
12555
|
}
|
|
12572
|
-
|
|
12573
|
-
|
|
12574
|
-
[key]: deserializeAws_restJson1LogicalTable(value, context),
|
|
12575
|
-
};
|
|
12556
|
+
acc[key] = deserializeAws_restJson1LogicalTable(value, context);
|
|
12557
|
+
return acc;
|
|
12576
12558
|
}, {});
|
|
12577
12559
|
};
|
|
12578
12560
|
const deserializeAws_restJson1LogicalTableSource = (output, context) => {
|
|
@@ -12703,10 +12685,8 @@ const deserializeAws_restJson1PhysicalTableMap = (output, context) => {
|
|
|
12703
12685
|
if (value === null) {
|
|
12704
12686
|
return acc;
|
|
12705
12687
|
}
|
|
12706
|
-
|
|
12707
|
-
|
|
12708
|
-
[key]: deserializeAws_restJson1PhysicalTable((0, smithy_client_1.expectUnion)(value), context),
|
|
12709
|
-
};
|
|
12688
|
+
acc[key] = deserializeAws_restJson1PhysicalTable((0, smithy_client_1.expectUnion)(value), context);
|
|
12689
|
+
return acc;
|
|
12710
12690
|
}, {});
|
|
12711
12691
|
};
|
|
12712
12692
|
const deserializeAws_restJson1PostgreSqlParameters = (output, context) => {
|
|
@@ -852,16 +852,10 @@ export const RowLevelPermissionTagConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
852
852
|
export const CreateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
853
853
|
...obj,
|
|
854
854
|
...(obj.PhysicalTableMap && {
|
|
855
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
856
|
-
...acc,
|
|
857
|
-
[key]: PhysicalTableFilterSensitiveLog(value),
|
|
858
|
-
}), {}),
|
|
855
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = PhysicalTableFilterSensitiveLog(value)), acc), {}),
|
|
859
856
|
}),
|
|
860
857
|
...(obj.LogicalTableMap && {
|
|
861
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
862
|
-
...acc,
|
|
863
|
-
[key]: LogicalTableFilterSensitiveLog(value),
|
|
864
|
-
}), {}),
|
|
858
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
865
859
|
}),
|
|
866
860
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
867
861
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
@@ -1135,16 +1129,10 @@ export const OutputColumnFilterSensitiveLog = (obj) => ({
|
|
|
1135
1129
|
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
1136
1130
|
...obj,
|
|
1137
1131
|
...(obj.PhysicalTableMap && {
|
|
1138
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
1139
|
-
...acc,
|
|
1140
|
-
[key]: PhysicalTableFilterSensitiveLog(value),
|
|
1141
|
-
}), {}),
|
|
1132
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = PhysicalTableFilterSensitiveLog(value)), acc), {}),
|
|
1142
1133
|
}),
|
|
1143
1134
|
...(obj.LogicalTableMap && {
|
|
1144
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
1145
|
-
...acc,
|
|
1146
|
-
[key]: LogicalTableFilterSensitiveLog(value),
|
|
1147
|
-
}), {}),
|
|
1135
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
1148
1136
|
}),
|
|
1149
1137
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
1150
1138
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
@@ -440,16 +440,10 @@ export const UpdateDashboardPublishedVersionResponseFilterSensitiveLog = (obj) =
|
|
|
440
440
|
export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
441
441
|
...obj,
|
|
442
442
|
...(obj.PhysicalTableMap && {
|
|
443
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
444
|
-
...acc,
|
|
445
|
-
[key]: PhysicalTableFilterSensitiveLog(value),
|
|
446
|
-
}), {}),
|
|
443
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = PhysicalTableFilterSensitiveLog(value)), acc), {}),
|
|
447
444
|
}),
|
|
448
445
|
...(obj.LogicalTableMap && {
|
|
449
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
450
|
-
...acc,
|
|
451
|
-
[key]: LogicalTableFilterSensitiveLog(value),
|
|
452
|
-
}), {}),
|
|
446
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
453
447
|
}),
|
|
454
448
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
455
449
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
@@ -10636,10 +10636,8 @@ const serializeAws_restJson1FieldFolderMap = (input, context) => {
|
|
|
10636
10636
|
if (value === null) {
|
|
10637
10637
|
return acc;
|
|
10638
10638
|
}
|
|
10639
|
-
|
|
10640
|
-
|
|
10641
|
-
[key]: serializeAws_restJson1FieldFolder(value, context),
|
|
10642
|
-
};
|
|
10639
|
+
acc[key] = serializeAws_restJson1FieldFolder(value, context);
|
|
10640
|
+
return acc;
|
|
10643
10641
|
}, {});
|
|
10644
10642
|
};
|
|
10645
10643
|
const serializeAws_restJson1FilterOperation = (input, context) => {
|
|
@@ -10706,10 +10704,8 @@ const serializeAws_restJson1IdentityMap = (input, context) => {
|
|
|
10706
10704
|
if (value === null) {
|
|
10707
10705
|
return acc;
|
|
10708
10706
|
}
|
|
10709
|
-
|
|
10710
|
-
|
|
10711
|
-
[key]: serializeAws_restJson1IdentityNameList(value, context),
|
|
10712
|
-
};
|
|
10707
|
+
acc[key] = serializeAws_restJson1IdentityNameList(value, context);
|
|
10708
|
+
return acc;
|
|
10713
10709
|
}, {});
|
|
10714
10710
|
};
|
|
10715
10711
|
const serializeAws_restJson1IdentityNameList = (input, context) => {
|
|
@@ -10750,10 +10746,8 @@ const serializeAws_restJson1IpRestrictionRuleMap = (input, context) => {
|
|
|
10750
10746
|
if (value === null) {
|
|
10751
10747
|
return acc;
|
|
10752
10748
|
}
|
|
10753
|
-
|
|
10754
|
-
|
|
10755
|
-
[key]: value,
|
|
10756
|
-
};
|
|
10749
|
+
acc[key] = value;
|
|
10750
|
+
return acc;
|
|
10757
10751
|
}, {});
|
|
10758
10752
|
};
|
|
10759
10753
|
const serializeAws_restJson1JiraParameters = (input, context) => {
|
|
@@ -10794,10 +10788,8 @@ const serializeAws_restJson1LogicalTableMap = (input, context) => {
|
|
|
10794
10788
|
if (value === null) {
|
|
10795
10789
|
return acc;
|
|
10796
10790
|
}
|
|
10797
|
-
|
|
10798
|
-
|
|
10799
|
-
[key]: serializeAws_restJson1LogicalTable(value, context),
|
|
10800
|
-
};
|
|
10791
|
+
acc[key] = serializeAws_restJson1LogicalTable(value, context);
|
|
10792
|
+
return acc;
|
|
10801
10793
|
}, {});
|
|
10802
10794
|
};
|
|
10803
10795
|
const serializeAws_restJson1LogicalTableSource = (input, context) => {
|
|
@@ -10877,10 +10869,8 @@ const serializeAws_restJson1PhysicalTableMap = (input, context) => {
|
|
|
10877
10869
|
if (value === null) {
|
|
10878
10870
|
return acc;
|
|
10879
10871
|
}
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
[key]: serializeAws_restJson1PhysicalTable(value, context),
|
|
10883
|
-
};
|
|
10872
|
+
acc[key] = serializeAws_restJson1PhysicalTable(value, context);
|
|
10873
|
+
return acc;
|
|
10884
10874
|
}, {});
|
|
10885
10875
|
};
|
|
10886
10876
|
const serializeAws_restJson1PostgreSqlParameters = (input, context) => {
|
|
@@ -12045,10 +12035,8 @@ const deserializeAws_restJson1FieldFolderMap = (output, context) => {
|
|
|
12045
12035
|
if (value === null) {
|
|
12046
12036
|
return acc;
|
|
12047
12037
|
}
|
|
12048
|
-
|
|
12049
|
-
|
|
12050
|
-
[key]: deserializeAws_restJson1FieldFolder(value, context),
|
|
12051
|
-
};
|
|
12038
|
+
acc[key] = deserializeAws_restJson1FieldFolder(value, context);
|
|
12039
|
+
return acc;
|
|
12052
12040
|
}, {});
|
|
12053
12041
|
};
|
|
12054
12042
|
const deserializeAws_restJson1FilterOperation = (output, context) => {
|
|
@@ -12204,10 +12192,8 @@ const deserializeAws_restJson1IdentityMap = (output, context) => {
|
|
|
12204
12192
|
if (value === null) {
|
|
12205
12193
|
return acc;
|
|
12206
12194
|
}
|
|
12207
|
-
|
|
12208
|
-
|
|
12209
|
-
[key]: deserializeAws_restJson1IdentityNameList(value, context),
|
|
12210
|
-
};
|
|
12195
|
+
acc[key] = deserializeAws_restJson1IdentityNameList(value, context);
|
|
12196
|
+
return acc;
|
|
12211
12197
|
}, {});
|
|
12212
12198
|
};
|
|
12213
12199
|
const deserializeAws_restJson1IdentityNameList = (output, context) => {
|
|
@@ -12271,10 +12257,8 @@ const deserializeAws_restJson1IpRestrictionRuleMap = (output, context) => {
|
|
|
12271
12257
|
if (value === null) {
|
|
12272
12258
|
return acc;
|
|
12273
12259
|
}
|
|
12274
|
-
|
|
12275
|
-
|
|
12276
|
-
[key]: __expectString(value),
|
|
12277
|
-
};
|
|
12260
|
+
acc[key] = __expectString(value);
|
|
12261
|
+
return acc;
|
|
12278
12262
|
}, {});
|
|
12279
12263
|
};
|
|
12280
12264
|
const deserializeAws_restJson1JiraParameters = (output, context) => {
|
|
@@ -12322,10 +12306,8 @@ const deserializeAws_restJson1LogicalTableMap = (output, context) => {
|
|
|
12322
12306
|
if (value === null) {
|
|
12323
12307
|
return acc;
|
|
12324
12308
|
}
|
|
12325
|
-
|
|
12326
|
-
|
|
12327
|
-
[key]: deserializeAws_restJson1LogicalTable(value, context),
|
|
12328
|
-
};
|
|
12309
|
+
acc[key] = deserializeAws_restJson1LogicalTable(value, context);
|
|
12310
|
+
return acc;
|
|
12329
12311
|
}, {});
|
|
12330
12312
|
};
|
|
12331
12313
|
const deserializeAws_restJson1LogicalTableSource = (output, context) => {
|
|
@@ -12456,10 +12438,8 @@ const deserializeAws_restJson1PhysicalTableMap = (output, context) => {
|
|
|
12456
12438
|
if (value === null) {
|
|
12457
12439
|
return acc;
|
|
12458
12440
|
}
|
|
12459
|
-
|
|
12460
|
-
|
|
12461
|
-
[key]: deserializeAws_restJson1PhysicalTable(__expectUnion(value), context),
|
|
12462
|
-
};
|
|
12441
|
+
acc[key] = deserializeAws_restJson1PhysicalTable(__expectUnion(value), context);
|
|
12442
|
+
return acc;
|
|
12463
12443
|
}, {});
|
|
12464
12444
|
};
|
|
12465
12445
|
const deserializeAws_restJson1PostgreSqlParameters = (output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.213.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,36 +19,36 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
31
|
-
"@aws-sdk/middleware-logger": "3.
|
|
32
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.213.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.212.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.212.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.212.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.212.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.212.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.212.0",
|
|
29
|
+
"@aws-sdk/middleware-endpoint": "3.212.0",
|
|
30
|
+
"@aws-sdk/middleware-host-header": "3.212.0",
|
|
31
|
+
"@aws-sdk/middleware-logger": "3.212.0",
|
|
32
|
+
"@aws-sdk/middleware-recursion-detection": "3.212.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.212.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.212.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.212.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.212.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.212.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.212.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.212.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.212.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.212.0",
|
|
42
|
+
"@aws-sdk/types": "3.212.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.212.0",
|
|
44
44
|
"@aws-sdk/util-base64": "3.208.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-endpoints": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.212.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.212.0",
|
|
49
|
+
"@aws-sdk/util-endpoints": "3.212.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.212.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.212.0",
|
|
52
52
|
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
53
53
|
"@aws-sdk/util-utf8-node": "3.208.0",
|
|
54
54
|
"tslib": "^2.3.1"
|