@aws-sdk/client-quicksight 3.699.0 → 3.709.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/README.md +64 -0
- package/dist-cjs/index.js +524 -62
- package/dist-es/QuickSight.js +16 -0
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/models/models_4.js +47 -17
- package/dist-es/models/models_5.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +251 -0
- package/dist-types/QuickSight.d.ts +56 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +1 -0
- package/dist-types/models/models_3.d.ts +76 -64
- package/dist-types/models/models_4.d.ts +423 -608
- package/dist-types/models/models_5.d.ts +671 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/QuickSight.d.ts +178 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +18 -15
- package/dist-types/ts3.4/models/models_4.d.ts +123 -146
- package/dist-types/ts3.4/models/models_5.d.ts +174 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +35 -35
|
@@ -600,6 +600,18 @@ export const se_DeleteDataSourceCommand = async (input, context) => {
|
|
|
600
600
|
b.m("DELETE").h(headers).b(body);
|
|
601
601
|
return b.build();
|
|
602
602
|
};
|
|
603
|
+
export const se_DeleteDefaultQBusinessApplicationCommand = async (input, context) => {
|
|
604
|
+
const b = rb(input, context);
|
|
605
|
+
const headers = {};
|
|
606
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
607
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
608
|
+
const query = map({
|
|
609
|
+
[_n]: [, input[_N]],
|
|
610
|
+
});
|
|
611
|
+
let body;
|
|
612
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
613
|
+
return b.build();
|
|
614
|
+
};
|
|
603
615
|
export const se_DeleteFolderCommand = async (input, context) => {
|
|
604
616
|
const b = rb(input, context);
|
|
605
617
|
const headers = {};
|
|
@@ -1064,6 +1076,18 @@ export const se_DescribeDataSourcePermissionsCommand = async (input, context) =>
|
|
|
1064
1076
|
b.m("GET").h(headers).b(body);
|
|
1065
1077
|
return b.build();
|
|
1066
1078
|
};
|
|
1079
|
+
export const se_DescribeDefaultQBusinessApplicationCommand = async (input, context) => {
|
|
1080
|
+
const b = rb(input, context);
|
|
1081
|
+
const headers = {};
|
|
1082
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
1083
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1084
|
+
const query = map({
|
|
1085
|
+
[_n]: [, input[_N]],
|
|
1086
|
+
});
|
|
1087
|
+
let body;
|
|
1088
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1089
|
+
return b.build();
|
|
1090
|
+
};
|
|
1067
1091
|
export const se_DescribeFolderCommand = async (input, context) => {
|
|
1068
1092
|
const b = rb(input, context);
|
|
1069
1093
|
const headers = {};
|
|
@@ -1189,6 +1213,15 @@ export const se_DescribeQPersonalizationConfigurationCommand = async (input, con
|
|
|
1189
1213
|
b.m("GET").h(headers).b(body);
|
|
1190
1214
|
return b.build();
|
|
1191
1215
|
};
|
|
1216
|
+
export const se_DescribeQuickSightQSearchConfigurationCommand = async (input, context) => {
|
|
1217
|
+
const b = rb(input, context);
|
|
1218
|
+
const headers = {};
|
|
1219
|
+
b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
|
|
1220
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1221
|
+
let body;
|
|
1222
|
+
b.m("GET").h(headers).b(body);
|
|
1223
|
+
return b.build();
|
|
1224
|
+
};
|
|
1192
1225
|
export const se_DescribeRefreshScheduleCommand = async (input, context) => {
|
|
1193
1226
|
const b = rb(input, context);
|
|
1194
1227
|
const headers = {};
|
|
@@ -1394,6 +1427,22 @@ export const se_GenerateEmbedUrlForRegisteredUserCommand = async (input, context
|
|
|
1394
1427
|
b.m("POST").h(headers).b(body);
|
|
1395
1428
|
return b.build();
|
|
1396
1429
|
};
|
|
1430
|
+
export const se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = async (input, context) => {
|
|
1431
|
+
const b = rb(input, context);
|
|
1432
|
+
const headers = {
|
|
1433
|
+
"content-type": "application/json",
|
|
1434
|
+
};
|
|
1435
|
+
b.bp("/accounts/{AwsAccountId}/embed-url/registered-user-with-identity");
|
|
1436
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1437
|
+
let body;
|
|
1438
|
+
body = JSON.stringify(take(input, {
|
|
1439
|
+
AllowedDomains: (_) => _json(_),
|
|
1440
|
+
ExperienceConfiguration: (_) => _json(_),
|
|
1441
|
+
SessionLifetimeInMinutes: [],
|
|
1442
|
+
}));
|
|
1443
|
+
b.m("POST").h(headers).b(body);
|
|
1444
|
+
return b.build();
|
|
1445
|
+
};
|
|
1397
1446
|
export const se_GetDashboardEmbedUrlCommand = async (input, context) => {
|
|
1398
1447
|
const b = rb(input, context);
|
|
1399
1448
|
const headers = {};
|
|
@@ -1878,6 +1927,23 @@ export const se_ListVPCConnectionsCommand = async (input, context) => {
|
|
|
1878
1927
|
b.m("GET").h(headers).q(query).b(body);
|
|
1879
1928
|
return b.build();
|
|
1880
1929
|
};
|
|
1930
|
+
export const se_PredictQAResultsCommand = async (input, context) => {
|
|
1931
|
+
const b = rb(input, context);
|
|
1932
|
+
const headers = {
|
|
1933
|
+
"content-type": "application/json",
|
|
1934
|
+
};
|
|
1935
|
+
b.bp("/accounts/{AwsAccountId}/qa/predict");
|
|
1936
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
1937
|
+
let body;
|
|
1938
|
+
body = JSON.stringify(take(input, {
|
|
1939
|
+
IncludeGeneratedAnswer: [],
|
|
1940
|
+
IncludeQuickSightQIndex: [],
|
|
1941
|
+
MaxTopicsToConsider: [],
|
|
1942
|
+
QueryText: [],
|
|
1943
|
+
}));
|
|
1944
|
+
b.m("POST").h(headers).b(body);
|
|
1945
|
+
return b.build();
|
|
1946
|
+
};
|
|
1881
1947
|
export const se_PutDataSetRefreshPropertiesCommand = async (input, context) => {
|
|
1882
1948
|
const b = rb(input, context);
|
|
1883
1949
|
const headers = {
|
|
@@ -2212,6 +2278,18 @@ export const se_UpdateAnalysisPermissionsCommand = async (input, context) => {
|
|
|
2212
2278
|
b.m("PUT").h(headers).b(body);
|
|
2213
2279
|
return b.build();
|
|
2214
2280
|
};
|
|
2281
|
+
export const se_UpdateApplicationWithTokenExchangeGrantCommand = async (input, context) => {
|
|
2282
|
+
const b = rb(input, context);
|
|
2283
|
+
const headers = {};
|
|
2284
|
+
b.bp("/accounts/{AwsAccountId}/application-with-token-exchange-grant");
|
|
2285
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2286
|
+
const query = map({
|
|
2287
|
+
[_n]: [, __expectNonNull(input[_N], `Namespace`)],
|
|
2288
|
+
});
|
|
2289
|
+
let body;
|
|
2290
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
2291
|
+
return b.build();
|
|
2292
|
+
};
|
|
2215
2293
|
export const se_UpdateBrandCommand = async (input, context) => {
|
|
2216
2294
|
const b = rb(input, context);
|
|
2217
2295
|
const headers = {
|
|
@@ -2427,6 +2505,23 @@ export const se_UpdateDataSourcePermissionsCommand = async (input, context) => {
|
|
|
2427
2505
|
b.m("POST").h(headers).b(body);
|
|
2428
2506
|
return b.build();
|
|
2429
2507
|
};
|
|
2508
|
+
export const se_UpdateDefaultQBusinessApplicationCommand = async (input, context) => {
|
|
2509
|
+
const b = rb(input, context);
|
|
2510
|
+
const headers = {
|
|
2511
|
+
"content-type": "application/json",
|
|
2512
|
+
};
|
|
2513
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
2514
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2515
|
+
const query = map({
|
|
2516
|
+
[_n]: [, input[_N]],
|
|
2517
|
+
});
|
|
2518
|
+
let body;
|
|
2519
|
+
body = JSON.stringify(take(input, {
|
|
2520
|
+
ApplicationId: [],
|
|
2521
|
+
}));
|
|
2522
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
2523
|
+
return b.build();
|
|
2524
|
+
};
|
|
2430
2525
|
export const se_UpdateFolderCommand = async (input, context) => {
|
|
2431
2526
|
const b = rb(input, context);
|
|
2432
2527
|
const headers = {
|
|
@@ -2566,6 +2661,20 @@ export const se_UpdateQPersonalizationConfigurationCommand = async (input, conte
|
|
|
2566
2661
|
b.m("PUT").h(headers).b(body);
|
|
2567
2662
|
return b.build();
|
|
2568
2663
|
};
|
|
2664
|
+
export const se_UpdateQuickSightQSearchConfigurationCommand = async (input, context) => {
|
|
2665
|
+
const b = rb(input, context);
|
|
2666
|
+
const headers = {
|
|
2667
|
+
"content-type": "application/json",
|
|
2668
|
+
};
|
|
2669
|
+
b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
|
|
2670
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
2671
|
+
let body;
|
|
2672
|
+
body = JSON.stringify(take(input, {
|
|
2673
|
+
QSearchStatus: [],
|
|
2674
|
+
}));
|
|
2675
|
+
b.m("PUT").h(headers).b(body);
|
|
2676
|
+
return b.build();
|
|
2677
|
+
};
|
|
2569
2678
|
export const se_UpdateRefreshScheduleCommand = async (input, context) => {
|
|
2570
2679
|
const b = rb(input, context);
|
|
2571
2680
|
const headers = {
|
|
@@ -3512,6 +3621,23 @@ export const de_DeleteDataSourceCommand = async (output, context) => {
|
|
|
3512
3621
|
});
|
|
3513
3622
|
return contents;
|
|
3514
3623
|
};
|
|
3624
|
+
export const de_DeleteDefaultQBusinessApplicationCommand = async (output, context) => {
|
|
3625
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3626
|
+
return de_CommandError(output, context);
|
|
3627
|
+
}
|
|
3628
|
+
const contents = map({
|
|
3629
|
+
$metadata: deserializeMetadata(output),
|
|
3630
|
+
});
|
|
3631
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
3632
|
+
const doc = take(data, {
|
|
3633
|
+
RequestId: __expectString,
|
|
3634
|
+
});
|
|
3635
|
+
Object.assign(contents, doc);
|
|
3636
|
+
map(contents, {
|
|
3637
|
+
Status: [, output.statusCode],
|
|
3638
|
+
});
|
|
3639
|
+
return contents;
|
|
3640
|
+
};
|
|
3515
3641
|
export const de_DeleteFolderCommand = async (output, context) => {
|
|
3516
3642
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3517
3643
|
return de_CommandError(output, context);
|
|
@@ -4340,6 +4466,24 @@ export const de_DescribeDataSourcePermissionsCommand = async (output, context) =
|
|
|
4340
4466
|
});
|
|
4341
4467
|
return contents;
|
|
4342
4468
|
};
|
|
4469
|
+
export const de_DescribeDefaultQBusinessApplicationCommand = async (output, context) => {
|
|
4470
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4471
|
+
return de_CommandError(output, context);
|
|
4472
|
+
}
|
|
4473
|
+
const contents = map({
|
|
4474
|
+
$metadata: deserializeMetadata(output),
|
|
4475
|
+
});
|
|
4476
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4477
|
+
const doc = take(data, {
|
|
4478
|
+
ApplicationId: __expectString,
|
|
4479
|
+
RequestId: __expectString,
|
|
4480
|
+
});
|
|
4481
|
+
Object.assign(contents, doc);
|
|
4482
|
+
map(contents, {
|
|
4483
|
+
Status: [, output.statusCode],
|
|
4484
|
+
});
|
|
4485
|
+
return contents;
|
|
4486
|
+
};
|
|
4343
4487
|
export const de_DescribeFolderCommand = async (output, context) => {
|
|
4344
4488
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4345
4489
|
return de_CommandError(output, context);
|
|
@@ -4547,6 +4691,24 @@ export const de_DescribeQPersonalizationConfigurationCommand = async (output, co
|
|
|
4547
4691
|
});
|
|
4548
4692
|
return contents;
|
|
4549
4693
|
};
|
|
4694
|
+
export const de_DescribeQuickSightQSearchConfigurationCommand = async (output, context) => {
|
|
4695
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4696
|
+
return de_CommandError(output, context);
|
|
4697
|
+
}
|
|
4698
|
+
const contents = map({
|
|
4699
|
+
$metadata: deserializeMetadata(output),
|
|
4700
|
+
});
|
|
4701
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
4702
|
+
const doc = take(data, {
|
|
4703
|
+
QSearchStatus: __expectString,
|
|
4704
|
+
RequestId: __expectString,
|
|
4705
|
+
});
|
|
4706
|
+
Object.assign(contents, doc);
|
|
4707
|
+
map(contents, {
|
|
4708
|
+
Status: [, output.statusCode],
|
|
4709
|
+
});
|
|
4710
|
+
return contents;
|
|
4711
|
+
};
|
|
4550
4712
|
export const de_DescribeRefreshScheduleCommand = async (output, context) => {
|
|
4551
4713
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4552
4714
|
return de_CommandError(output, context);
|
|
@@ -4867,6 +5029,24 @@ export const de_GenerateEmbedUrlForRegisteredUserCommand = async (output, contex
|
|
|
4867
5029
|
});
|
|
4868
5030
|
return contents;
|
|
4869
5031
|
};
|
|
5032
|
+
export const de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = async (output, context) => {
|
|
5033
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5034
|
+
return de_CommandError(output, context);
|
|
5035
|
+
}
|
|
5036
|
+
const contents = map({
|
|
5037
|
+
$metadata: deserializeMetadata(output),
|
|
5038
|
+
});
|
|
5039
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5040
|
+
const doc = take(data, {
|
|
5041
|
+
EmbedUrl: __expectString,
|
|
5042
|
+
RequestId: __expectString,
|
|
5043
|
+
});
|
|
5044
|
+
Object.assign(contents, doc);
|
|
5045
|
+
map(contents, {
|
|
5046
|
+
Status: [, output.statusCode],
|
|
5047
|
+
});
|
|
5048
|
+
return contents;
|
|
5049
|
+
};
|
|
4870
5050
|
export const de_GetDashboardEmbedUrlCommand = async (output, context) => {
|
|
4871
5051
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4872
5052
|
return de_CommandError(output, context);
|
|
@@ -5545,6 +5725,25 @@ export const de_ListVPCConnectionsCommand = async (output, context) => {
|
|
|
5545
5725
|
});
|
|
5546
5726
|
return contents;
|
|
5547
5727
|
};
|
|
5728
|
+
export const de_PredictQAResultsCommand = async (output, context) => {
|
|
5729
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5730
|
+
return de_CommandError(output, context);
|
|
5731
|
+
}
|
|
5732
|
+
const contents = map({
|
|
5733
|
+
$metadata: deserializeMetadata(output),
|
|
5734
|
+
});
|
|
5735
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
5736
|
+
const doc = take(data, {
|
|
5737
|
+
AdditionalResults: _json,
|
|
5738
|
+
PrimaryResult: _json,
|
|
5739
|
+
RequestId: __expectString,
|
|
5740
|
+
});
|
|
5741
|
+
Object.assign(contents, doc);
|
|
5742
|
+
map(contents, {
|
|
5743
|
+
Status: [, output.statusCode],
|
|
5744
|
+
});
|
|
5745
|
+
return contents;
|
|
5746
|
+
};
|
|
5548
5747
|
export const de_PutDataSetRefreshPropertiesCommand = async (output, context) => {
|
|
5549
5748
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5550
5749
|
return de_CommandError(output, context);
|
|
@@ -5920,6 +6119,23 @@ export const de_UpdateAnalysisPermissionsCommand = async (output, context) => {
|
|
|
5920
6119
|
});
|
|
5921
6120
|
return contents;
|
|
5922
6121
|
};
|
|
6122
|
+
export const de_UpdateApplicationWithTokenExchangeGrantCommand = async (output, context) => {
|
|
6123
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6124
|
+
return de_CommandError(output, context);
|
|
6125
|
+
}
|
|
6126
|
+
const contents = map({
|
|
6127
|
+
$metadata: deserializeMetadata(output),
|
|
6128
|
+
});
|
|
6129
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6130
|
+
const doc = take(data, {
|
|
6131
|
+
RequestId: __expectString,
|
|
6132
|
+
});
|
|
6133
|
+
Object.assign(contents, doc);
|
|
6134
|
+
map(contents, {
|
|
6135
|
+
Status: [, output.statusCode],
|
|
6136
|
+
});
|
|
6137
|
+
return contents;
|
|
6138
|
+
};
|
|
5923
6139
|
export const de_UpdateBrandCommand = async (output, context) => {
|
|
5924
6140
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5925
6141
|
return de_CommandError(output, context);
|
|
@@ -6157,6 +6373,23 @@ export const de_UpdateDataSourcePermissionsCommand = async (output, context) =>
|
|
|
6157
6373
|
});
|
|
6158
6374
|
return contents;
|
|
6159
6375
|
};
|
|
6376
|
+
export const de_UpdateDefaultQBusinessApplicationCommand = async (output, context) => {
|
|
6377
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6378
|
+
return de_CommandError(output, context);
|
|
6379
|
+
}
|
|
6380
|
+
const contents = map({
|
|
6381
|
+
$metadata: deserializeMetadata(output),
|
|
6382
|
+
});
|
|
6383
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6384
|
+
const doc = take(data, {
|
|
6385
|
+
RequestId: __expectString,
|
|
6386
|
+
});
|
|
6387
|
+
Object.assign(contents, doc);
|
|
6388
|
+
map(contents, {
|
|
6389
|
+
Status: [, output.statusCode],
|
|
6390
|
+
});
|
|
6391
|
+
return contents;
|
|
6392
|
+
};
|
|
6160
6393
|
export const de_UpdateFolderCommand = async (output, context) => {
|
|
6161
6394
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6162
6395
|
return de_CommandError(output, context);
|
|
@@ -6320,6 +6553,24 @@ export const de_UpdateQPersonalizationConfigurationCommand = async (output, cont
|
|
|
6320
6553
|
});
|
|
6321
6554
|
return contents;
|
|
6322
6555
|
};
|
|
6556
|
+
export const de_UpdateQuickSightQSearchConfigurationCommand = async (output, context) => {
|
|
6557
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6558
|
+
return de_CommandError(output, context);
|
|
6559
|
+
}
|
|
6560
|
+
const contents = map({
|
|
6561
|
+
$metadata: deserializeMetadata(output),
|
|
6562
|
+
});
|
|
6563
|
+
const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
|
|
6564
|
+
const doc = take(data, {
|
|
6565
|
+
QSearchStatus: __expectString,
|
|
6566
|
+
RequestId: __expectString,
|
|
6567
|
+
});
|
|
6568
|
+
Object.assign(contents, doc);
|
|
6569
|
+
map(contents, {
|
|
6570
|
+
Status: [, output.statusCode],
|
|
6571
|
+
});
|
|
6572
|
+
return contents;
|
|
6573
|
+
};
|
|
6323
6574
|
export const de_UpdateRefreshScheduleCommand = async (output, context) => {
|
|
6324
6575
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6325
6576
|
return de_CommandError(output, context);
|
|
@@ -36,6 +36,7 @@ import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./com
|
|
|
36
36
|
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
|
|
37
37
|
import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
38
38
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
39
|
+
import { DeleteDefaultQBusinessApplicationCommandInput, DeleteDefaultQBusinessApplicationCommandOutput } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
39
40
|
import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
|
|
40
41
|
import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
|
|
41
42
|
import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/DeleteGroupCommand";
|
|
@@ -79,6 +80,7 @@ import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsComma
|
|
|
79
80
|
import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
80
81
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
81
82
|
import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
83
|
+
import { DescribeDefaultQBusinessApplicationCommandInput, DescribeDefaultQBusinessApplicationCommandOutput } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
82
84
|
import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
|
|
83
85
|
import { DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput } from "./commands/DescribeFolderPermissionsCommand";
|
|
84
86
|
import { DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -90,6 +92,7 @@ import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput }
|
|
|
90
92
|
import { DescribeKeyRegistrationCommandInput, DescribeKeyRegistrationCommandOutput } from "./commands/DescribeKeyRegistrationCommand";
|
|
91
93
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
92
94
|
import { DescribeQPersonalizationConfigurationCommandInput, DescribeQPersonalizationConfigurationCommandOutput } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
95
|
+
import { DescribeQuickSightQSearchConfigurationCommandInput, DescribeQuickSightQSearchConfigurationCommandOutput } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
93
96
|
import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
|
|
94
97
|
import { DescribeRoleCustomPermissionCommandInput, DescribeRoleCustomPermissionCommandOutput } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
95
98
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
@@ -107,6 +110,7 @@ import { DescribeUserCommandInput, DescribeUserCommandOutput } from "./commands/
|
|
|
107
110
|
import { DescribeVPCConnectionCommandInput, DescribeVPCConnectionCommandOutput } from "./commands/DescribeVPCConnectionCommand";
|
|
108
111
|
import { GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput } from "./commands/GenerateEmbedUrlForAnonymousUserCommand";
|
|
109
112
|
import { GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
113
|
+
import { GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput } from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
110
114
|
import { GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput } from "./commands/GetDashboardEmbedUrlCommand";
|
|
111
115
|
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
|
|
112
116
|
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
|
|
@@ -143,6 +147,7 @@ import { ListTopicsCommandInput, ListTopicsCommandOutput } from "./commands/List
|
|
|
143
147
|
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
|
|
144
148
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
145
149
|
import { ListVPCConnectionsCommandInput, ListVPCConnectionsCommandOutput } from "./commands/ListVPCConnectionsCommand";
|
|
150
|
+
import { PredictQAResultsCommandInput, PredictQAResultsCommandOutput } from "./commands/PredictQAResultsCommand";
|
|
146
151
|
import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
147
152
|
import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
|
|
148
153
|
import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
|
|
@@ -163,6 +168,7 @@ import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationComma
|
|
|
163
168
|
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
164
169
|
import { UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput } from "./commands/UpdateAnalysisCommand";
|
|
165
170
|
import { UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
171
|
+
import { UpdateApplicationWithTokenExchangeGrantCommandInput, UpdateApplicationWithTokenExchangeGrantCommandOutput } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
166
172
|
import { UpdateBrandAssignmentCommandInput, UpdateBrandAssignmentCommandOutput } from "./commands/UpdateBrandAssignmentCommand";
|
|
167
173
|
import { UpdateBrandCommandInput, UpdateBrandCommandOutput } from "./commands/UpdateBrandCommand";
|
|
168
174
|
import { UpdateBrandPublishedVersionCommandInput, UpdateBrandPublishedVersionCommandOutput } from "./commands/UpdateBrandPublishedVersionCommand";
|
|
@@ -176,6 +182,7 @@ import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "./command
|
|
|
176
182
|
import { UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput } from "./commands/UpdateDataSetPermissionsCommand";
|
|
177
183
|
import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
|
|
178
184
|
import { UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
185
|
+
import { UpdateDefaultQBusinessApplicationCommandInput, UpdateDefaultQBusinessApplicationCommandOutput } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
179
186
|
import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "./commands/UpdateFolderCommand";
|
|
180
187
|
import { UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput } from "./commands/UpdateFolderPermissionsCommand";
|
|
181
188
|
import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/UpdateGroupCommand";
|
|
@@ -185,6 +192,7 @@ import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } fro
|
|
|
185
192
|
import { UpdateKeyRegistrationCommandInput, UpdateKeyRegistrationCommandOutput } from "./commands/UpdateKeyRegistrationCommand";
|
|
186
193
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
187
194
|
import { UpdateQPersonalizationConfigurationCommandInput, UpdateQPersonalizationConfigurationCommandOutput } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
195
|
+
import { UpdateQuickSightQSearchConfigurationCommandInput, UpdateQuickSightQSearchConfigurationCommandOutput } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
188
196
|
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
|
|
189
197
|
import { UpdateRoleCustomPermissionCommandInput, UpdateRoleCustomPermissionCommandOutput } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
190
198
|
import { UpdateSPICECapacityConfigurationCommandInput, UpdateSPICECapacityConfigurationCommandOutput } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
@@ -424,6 +432,12 @@ export interface QuickSight {
|
|
|
424
432
|
deleteDataSource(args: DeleteDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSourceCommandOutput>;
|
|
425
433
|
deleteDataSource(args: DeleteDataSourceCommandInput, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
|
|
426
434
|
deleteDataSource(args: DeleteDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
|
|
435
|
+
/**
|
|
436
|
+
* @see {@link DeleteDefaultQBusinessApplicationCommand}
|
|
437
|
+
*/
|
|
438
|
+
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDefaultQBusinessApplicationCommandOutput>;
|
|
439
|
+
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: DeleteDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
440
|
+
deleteDefaultQBusinessApplication(args: DeleteDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
427
441
|
/**
|
|
428
442
|
* @see {@link DeleteFolderCommand}
|
|
429
443
|
*/
|
|
@@ -682,6 +696,12 @@ export interface QuickSight {
|
|
|
682
696
|
describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
683
697
|
describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void): void;
|
|
684
698
|
describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void): void;
|
|
699
|
+
/**
|
|
700
|
+
* @see {@link DescribeDefaultQBusinessApplicationCommand}
|
|
701
|
+
*/
|
|
702
|
+
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDefaultQBusinessApplicationCommandOutput>;
|
|
703
|
+
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: DescribeDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
704
|
+
describeDefaultQBusinessApplication(args: DescribeDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
685
705
|
/**
|
|
686
706
|
* @see {@link DescribeFolderCommand}
|
|
687
707
|
*/
|
|
@@ -748,6 +768,12 @@ export interface QuickSight {
|
|
|
748
768
|
describeQPersonalizationConfiguration(args: DescribeQPersonalizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQPersonalizationConfigurationCommandOutput>;
|
|
749
769
|
describeQPersonalizationConfiguration(args: DescribeQPersonalizationConfigurationCommandInput, cb: (err: any, data?: DescribeQPersonalizationConfigurationCommandOutput) => void): void;
|
|
750
770
|
describeQPersonalizationConfiguration(args: DescribeQPersonalizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQPersonalizationConfigurationCommandOutput) => void): void;
|
|
771
|
+
/**
|
|
772
|
+
* @see {@link DescribeQuickSightQSearchConfigurationCommand}
|
|
773
|
+
*/
|
|
774
|
+
describeQuickSightQSearchConfiguration(args: DescribeQuickSightQSearchConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeQuickSightQSearchConfigurationCommandOutput>;
|
|
775
|
+
describeQuickSightQSearchConfiguration(args: DescribeQuickSightQSearchConfigurationCommandInput, cb: (err: any, data?: DescribeQuickSightQSearchConfigurationCommandOutput) => void): void;
|
|
776
|
+
describeQuickSightQSearchConfiguration(args: DescribeQuickSightQSearchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeQuickSightQSearchConfigurationCommandOutput) => void): void;
|
|
751
777
|
/**
|
|
752
778
|
* @see {@link DescribeRefreshScheduleCommand}
|
|
753
779
|
*/
|
|
@@ -850,6 +876,12 @@ export interface QuickSight {
|
|
|
850
876
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options?: __HttpHandlerOptions): Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
851
877
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
|
|
852
878
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
|
|
879
|
+
/**
|
|
880
|
+
* @see {@link GenerateEmbedUrlForRegisteredUserWithIdentityCommand}
|
|
881
|
+
*/
|
|
882
|
+
generateEmbedUrlForRegisteredUserWithIdentity(args: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, options?: __HttpHandlerOptions): Promise<GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput>;
|
|
883
|
+
generateEmbedUrlForRegisteredUserWithIdentity(args: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput) => void): void;
|
|
884
|
+
generateEmbedUrlForRegisteredUserWithIdentity(args: GenerateEmbedUrlForRegisteredUserWithIdentityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserWithIdentityCommandOutput) => void): void;
|
|
853
885
|
/**
|
|
854
886
|
* @see {@link GetDashboardEmbedUrlCommand}
|
|
855
887
|
*/
|
|
@@ -1066,6 +1098,12 @@ export interface QuickSight {
|
|
|
1066
1098
|
listVPCConnections(args: ListVPCConnectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListVPCConnectionsCommandOutput>;
|
|
1067
1099
|
listVPCConnections(args: ListVPCConnectionsCommandInput, cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void): void;
|
|
1068
1100
|
listVPCConnections(args: ListVPCConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCConnectionsCommandOutput) => void): void;
|
|
1101
|
+
/**
|
|
1102
|
+
* @see {@link PredictQAResultsCommand}
|
|
1103
|
+
*/
|
|
1104
|
+
predictQAResults(args: PredictQAResultsCommandInput, options?: __HttpHandlerOptions): Promise<PredictQAResultsCommandOutput>;
|
|
1105
|
+
predictQAResults(args: PredictQAResultsCommandInput, cb: (err: any, data?: PredictQAResultsCommandOutput) => void): void;
|
|
1106
|
+
predictQAResults(args: PredictQAResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PredictQAResultsCommandOutput) => void): void;
|
|
1069
1107
|
/**
|
|
1070
1108
|
* @see {@link PutDataSetRefreshPropertiesCommand}
|
|
1071
1109
|
*/
|
|
@@ -1186,6 +1224,12 @@ export interface QuickSight {
|
|
|
1186
1224
|
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
1187
1225
|
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
|
|
1188
1226
|
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
|
|
1227
|
+
/**
|
|
1228
|
+
* @see {@link UpdateApplicationWithTokenExchangeGrantCommand}
|
|
1229
|
+
*/
|
|
1230
|
+
updateApplicationWithTokenExchangeGrant(args: UpdateApplicationWithTokenExchangeGrantCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationWithTokenExchangeGrantCommandOutput>;
|
|
1231
|
+
updateApplicationWithTokenExchangeGrant(args: UpdateApplicationWithTokenExchangeGrantCommandInput, cb: (err: any, data?: UpdateApplicationWithTokenExchangeGrantCommandOutput) => void): void;
|
|
1232
|
+
updateApplicationWithTokenExchangeGrant(args: UpdateApplicationWithTokenExchangeGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationWithTokenExchangeGrantCommandOutput) => void): void;
|
|
1189
1233
|
/**
|
|
1190
1234
|
* @see {@link UpdateBrandCommand}
|
|
1191
1235
|
*/
|
|
@@ -1264,6 +1308,12 @@ export interface QuickSight {
|
|
|
1264
1308
|
updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
1265
1309
|
updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void): void;
|
|
1266
1310
|
updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void): void;
|
|
1311
|
+
/**
|
|
1312
|
+
* @see {@link UpdateDefaultQBusinessApplicationCommand}
|
|
1313
|
+
*/
|
|
1314
|
+
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDefaultQBusinessApplicationCommandOutput>;
|
|
1315
|
+
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, cb: (err: any, data?: UpdateDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
1316
|
+
updateDefaultQBusinessApplication(args: UpdateDefaultQBusinessApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDefaultQBusinessApplicationCommandOutput) => void): void;
|
|
1267
1317
|
/**
|
|
1268
1318
|
* @see {@link UpdateFolderCommand}
|
|
1269
1319
|
*/
|
|
@@ -1318,6 +1368,12 @@ export interface QuickSight {
|
|
|
1318
1368
|
updateQPersonalizationConfiguration(args: UpdateQPersonalizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQPersonalizationConfigurationCommandOutput>;
|
|
1319
1369
|
updateQPersonalizationConfiguration(args: UpdateQPersonalizationConfigurationCommandInput, cb: (err: any, data?: UpdateQPersonalizationConfigurationCommandOutput) => void): void;
|
|
1320
1370
|
updateQPersonalizationConfiguration(args: UpdateQPersonalizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQPersonalizationConfigurationCommandOutput) => void): void;
|
|
1371
|
+
/**
|
|
1372
|
+
* @see {@link UpdateQuickSightQSearchConfigurationCommand}
|
|
1373
|
+
*/
|
|
1374
|
+
updateQuickSightQSearchConfiguration(args: UpdateQuickSightQSearchConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateQuickSightQSearchConfigurationCommandOutput>;
|
|
1375
|
+
updateQuickSightQSearchConfiguration(args: UpdateQuickSightQSearchConfigurationCommandInput, cb: (err: any, data?: UpdateQuickSightQSearchConfigurationCommandOutput) => void): void;
|
|
1376
|
+
updateQuickSightQSearchConfiguration(args: UpdateQuickSightQSearchConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateQuickSightQSearchConfigurationCommandOutput) => void): void;
|
|
1321
1377
|
/**
|
|
1322
1378
|
* @see {@link UpdateRefreshScheduleCommand}
|
|
1323
1379
|
*/
|