Skip to content

Commit df75ca5

Browse files
author
awstools
committed
feat(client-quicksight): This release includes: Update APIs to support Image, Layer Map, font customization, and Plugin Visual. Add Identity center related information in ListNamsespace API. Update API for restrictedFolder support in topics and add API for SearchTopics, Describe/Update DashboardsQA Configration.
1 parent acdb624 commit df75ca5

File tree

86 files changed

+29006
-18917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+29006
-18917
lines changed

clients/client-quicksight/README.md

+24
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,14 @@ DescribeDashboardSnapshotJobResult
799799

800800
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeDashboardSnapshotJobResultCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeDashboardSnapshotJobResultCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeDashboardSnapshotJobResultCommandOutput/)
801801

802+
</details>
803+
<details>
804+
<summary>
805+
DescribeDashboardsQAConfiguration
806+
</summary>
807+
808+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/DescribeDashboardsQAConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeDashboardsQAConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/DescribeDashboardsQAConfigurationCommandOutput/)
809+
802810
</details>
803811
<details>
804812
<summary>
@@ -1423,6 +1431,14 @@ SearchGroups
14231431

14241432
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchGroupsCommandOutput/)
14251433

1434+
</details>
1435+
<details>
1436+
<summary>
1437+
SearchTopics
1438+
</summary>
1439+
1440+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/SearchTopicsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchTopicsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/SearchTopicsCommandOutput/)
1441+
14261442
</details>
14271443
<details>
14281444
<summary>
@@ -1567,6 +1583,14 @@ UpdateDashboardPublishedVersion
15671583

15681584
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateDashboardPublishedVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateDashboardPublishedVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateDashboardPublishedVersionCommandOutput/)
15691585

1586+
</details>
1587+
<details>
1588+
<summary>
1589+
UpdateDashboardsQAConfiguration
1590+
</summary>
1591+
1592+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/quicksight/command/UpdateDashboardsQAConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateDashboardsQAConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-quicksight/Interface/UpdateDashboardsQAConfigurationCommandOutput/)
1593+
15701594
</details>
15711595
<details>
15721596
<summary>

clients/client-quicksight/src/QuickSight.ts

+63
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,11 @@ import {
336336
DescribeDashboardSnapshotJobResultCommandInput,
337337
DescribeDashboardSnapshotJobResultCommandOutput,
338338
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
339+
import {
340+
DescribeDashboardsQAConfigurationCommand,
341+
DescribeDashboardsQAConfigurationCommandInput,
342+
DescribeDashboardsQAConfigurationCommandOutput,
343+
} from "./commands/DescribeDashboardsQAConfigurationCommand";
339344
import {
340345
DescribeDataSetCommand,
341346
DescribeDataSetCommandInput,
@@ -702,6 +707,11 @@ import {
702707
SearchGroupsCommandInput,
703708
SearchGroupsCommandOutput,
704709
} from "./commands/SearchGroupsCommand";
710+
import {
711+
SearchTopicsCommand,
712+
SearchTopicsCommandInput,
713+
SearchTopicsCommandOutput,
714+
} from "./commands/SearchTopicsCommand";
705715
import {
706716
StartAssetBundleExportJobCommand,
707717
StartAssetBundleExportJobCommandInput,
@@ -784,6 +794,11 @@ import {
784794
UpdateDashboardPublishedVersionCommandInput,
785795
UpdateDashboardPublishedVersionCommandOutput,
786796
} from "./commands/UpdateDashboardPublishedVersionCommand";
797+
import {
798+
UpdateDashboardsQAConfigurationCommand,
799+
UpdateDashboardsQAConfigurationCommandInput,
800+
UpdateDashboardsQAConfigurationCommandOutput,
801+
} from "./commands/UpdateDashboardsQAConfigurationCommand";
787802
import {
788803
UpdateDataSetCommand,
789804
UpdateDataSetCommandInput,
@@ -985,6 +1000,7 @@ const commands = {
9851000
DescribeDashboardPermissionsCommand,
9861001
DescribeDashboardSnapshotJobCommand,
9871002
DescribeDashboardSnapshotJobResultCommand,
1003+
DescribeDashboardsQAConfigurationCommand,
9881004
DescribeDataSetCommand,
9891005
DescribeDataSetPermissionsCommand,
9901006
DescribeDataSetRefreshPropertiesCommand,
@@ -1063,6 +1079,7 @@ const commands = {
10631079
SearchDataSourcesCommand,
10641080
SearchFoldersCommand,
10651081
SearchGroupsCommand,
1082+
SearchTopicsCommand,
10661083
StartAssetBundleExportJobCommand,
10671084
StartAssetBundleImportJobCommand,
10681085
StartDashboardSnapshotJobCommand,
@@ -1081,6 +1098,7 @@ const commands = {
10811098
UpdateDashboardLinksCommand,
10821099
UpdateDashboardPermissionsCommand,
10831100
UpdateDashboardPublishedVersionCommand,
1101+
UpdateDashboardsQAConfigurationCommand,
10841102
UpdateDataSetCommand,
10851103
UpdateDataSetPermissionsCommand,
10861104
UpdateDataSourceCommand,
@@ -2256,6 +2274,23 @@ export interface QuickSight {
22562274
cb: (err: any, data?: DescribeDashboardSnapshotJobResultCommandOutput) => void
22572275
): void;
22582276

2277+
/**
2278+
* @see {@link DescribeDashboardsQAConfigurationCommand}
2279+
*/
2280+
describeDashboardsQAConfiguration(
2281+
args: DescribeDashboardsQAConfigurationCommandInput,
2282+
options?: __HttpHandlerOptions
2283+
): Promise<DescribeDashboardsQAConfigurationCommandOutput>;
2284+
describeDashboardsQAConfiguration(
2285+
args: DescribeDashboardsQAConfigurationCommandInput,
2286+
cb: (err: any, data?: DescribeDashboardsQAConfigurationCommandOutput) => void
2287+
): void;
2288+
describeDashboardsQAConfiguration(
2289+
args: DescribeDashboardsQAConfigurationCommandInput,
2290+
options: __HttpHandlerOptions,
2291+
cb: (err: any, data?: DescribeDashboardsQAConfigurationCommandOutput) => void
2292+
): void;
2293+
22592294
/**
22602295
* @see {@link DescribeDataSetCommand}
22612296
*/
@@ -3456,6 +3491,17 @@ export interface QuickSight {
34563491
cb: (err: any, data?: SearchGroupsCommandOutput) => void
34573492
): void;
34583493

3494+
/**
3495+
* @see {@link SearchTopicsCommand}
3496+
*/
3497+
searchTopics(args: SearchTopicsCommandInput, options?: __HttpHandlerOptions): Promise<SearchTopicsCommandOutput>;
3498+
searchTopics(args: SearchTopicsCommandInput, cb: (err: any, data?: SearchTopicsCommandOutput) => void): void;
3499+
searchTopics(
3500+
args: SearchTopicsCommandInput,
3501+
options: __HttpHandlerOptions,
3502+
cb: (err: any, data?: SearchTopicsCommandOutput) => void
3503+
): void;
3504+
34593505
/**
34603506
* @see {@link StartAssetBundleExportJobCommand}
34613507
*/
@@ -3738,6 +3784,23 @@ export interface QuickSight {
37383784
cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void
37393785
): void;
37403786

3787+
/**
3788+
* @see {@link UpdateDashboardsQAConfigurationCommand}
3789+
*/
3790+
updateDashboardsQAConfiguration(
3791+
args: UpdateDashboardsQAConfigurationCommandInput,
3792+
options?: __HttpHandlerOptions
3793+
): Promise<UpdateDashboardsQAConfigurationCommandOutput>;
3794+
updateDashboardsQAConfiguration(
3795+
args: UpdateDashboardsQAConfigurationCommandInput,
3796+
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
3797+
): void;
3798+
updateDashboardsQAConfiguration(
3799+
args: UpdateDashboardsQAConfigurationCommandInput,
3800+
options: __HttpHandlerOptions,
3801+
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
3802+
): void;
3803+
37413804
/**
37423805
* @see {@link UpdateDataSetCommand}
37433806
*/

clients/client-quicksight/src/QuickSightClient.ts

+15
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ import {
259259
DescribeDashboardSnapshotJobResultCommandInput,
260260
DescribeDashboardSnapshotJobResultCommandOutput,
261261
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
262+
import {
263+
DescribeDashboardsQAConfigurationCommandInput,
264+
DescribeDashboardsQAConfigurationCommandOutput,
265+
} from "./commands/DescribeDashboardsQAConfigurationCommand";
262266
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
263267
import {
264268
DescribeDataSetPermissionsCommandInput,
@@ -457,6 +461,7 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "./comma
457461
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "./commands/SearchDataSourcesCommand";
458462
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
459463
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
464+
import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
460465
import {
461466
StartAssetBundleExportJobCommandInput,
462467
StartAssetBundleExportJobCommandOutput,
@@ -514,6 +519,10 @@ import {
514519
UpdateDashboardPublishedVersionCommandInput,
515520
UpdateDashboardPublishedVersionCommandOutput,
516521
} from "./commands/UpdateDashboardPublishedVersionCommand";
522+
import {
523+
UpdateDashboardsQAConfigurationCommandInput,
524+
UpdateDashboardsQAConfigurationCommandOutput,
525+
} from "./commands/UpdateDashboardsQAConfigurationCommand";
517526
import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "./commands/UpdateDataSetCommand";
518527
import {
519528
UpdateDataSetPermissionsCommandInput,
@@ -688,6 +697,7 @@ export type ServiceInputTypes =
688697
| DescribeDashboardPermissionsCommandInput
689698
| DescribeDashboardSnapshotJobCommandInput
690699
| DescribeDashboardSnapshotJobResultCommandInput
700+
| DescribeDashboardsQAConfigurationCommandInput
691701
| DescribeDataSetCommandInput
692702
| DescribeDataSetPermissionsCommandInput
693703
| DescribeDataSetRefreshPropertiesCommandInput
@@ -766,6 +776,7 @@ export type ServiceInputTypes =
766776
| SearchDataSourcesCommandInput
767777
| SearchFoldersCommandInput
768778
| SearchGroupsCommandInput
779+
| SearchTopicsCommandInput
769780
| StartAssetBundleExportJobCommandInput
770781
| StartAssetBundleImportJobCommandInput
771782
| StartDashboardSnapshotJobCommandInput
@@ -784,6 +795,7 @@ export type ServiceInputTypes =
784795
| UpdateDashboardLinksCommandInput
785796
| UpdateDashboardPermissionsCommandInput
786797
| UpdateDashboardPublishedVersionCommandInput
798+
| UpdateDashboardsQAConfigurationCommandInput
787799
| UpdateDataSetCommandInput
788800
| UpdateDataSetPermissionsCommandInput
789801
| UpdateDataSourceCommandInput
@@ -891,6 +903,7 @@ export type ServiceOutputTypes =
891903
| DescribeDashboardPermissionsCommandOutput
892904
| DescribeDashboardSnapshotJobCommandOutput
893905
| DescribeDashboardSnapshotJobResultCommandOutput
906+
| DescribeDashboardsQAConfigurationCommandOutput
894907
| DescribeDataSetCommandOutput
895908
| DescribeDataSetPermissionsCommandOutput
896909
| DescribeDataSetRefreshPropertiesCommandOutput
@@ -969,6 +982,7 @@ export type ServiceOutputTypes =
969982
| SearchDataSourcesCommandOutput
970983
| SearchFoldersCommandOutput
971984
| SearchGroupsCommandOutput
985+
| SearchTopicsCommandOutput
972986
| StartAssetBundleExportJobCommandOutput
973987
| StartAssetBundleImportJobCommandOutput
974988
| StartDashboardSnapshotJobCommandOutput
@@ -987,6 +1001,7 @@ export type ServiceOutputTypes =
9871001
| UpdateDashboardLinksCommandOutput
9881002
| UpdateDashboardPermissionsCommandOutput
9891003
| UpdateDashboardPublishedVersionCommandOutput
1004+
| UpdateDashboardsQAConfigurationCommandOutput
9901005
| UpdateDataSetCommandOutput
9911006
| UpdateDataSetPermissionsCommandOutput
9921007
| UpdateDataSourceCommandOutput

clients/client-quicksight/src/commands/BatchCreateTopicReviewedAnswerCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
99
import {
1010
BatchCreateTopicReviewedAnswerRequest,
1111
BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog,
12-
} from "../models/models_4";
12+
} from "../models/models_5";
1313
import {
1414
de_BatchCreateTopicReviewedAnswerCommand,
1515
se_BatchCreateTopicReviewedAnswerCommand,

clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_2";
8+
import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_3";
99
import { de_CreateAccountCustomizationCommand, se_CreateAccountCustomizationCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
55
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
66

77
import { commonParams } from "../endpoint/EndpointParameters";
8-
import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_2";
8+
import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_3";
99
import { de_CreateAccountSubscriptionCommand, se_CreateAccountSubscriptionCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

0 commit comments

Comments
 (0)