Skip to content

Commit

Permalink
feat(client-quicksight): This release includes: Update APIs to suppor…
Browse files Browse the repository at this point in the history
…t 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.
  • Loading branch information
awstools committed Nov 22, 2024
1 parent acdb624 commit df75ca5
Show file tree
Hide file tree
Showing 86 changed files with 29,006 additions and 18,917 deletions.
24 changes: 24 additions & 0 deletions clients/client-quicksight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,14 @@ DescribeDashboardSnapshotJobResult

[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/)

</details>
<details>
<summary>
DescribeDashboardsQAConfiguration
</summary>

[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/)

</details>
<details>
<summary>
Expand Down Expand Up @@ -1423,6 +1431,14 @@ SearchGroups

[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/)

</details>
<details>
<summary>
SearchTopics
</summary>

[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/)

</details>
<details>
<summary>
Expand Down Expand Up @@ -1567,6 +1583,14 @@ UpdateDashboardPublishedVersion

[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/)

</details>
<details>
<summary>
UpdateDashboardsQAConfiguration
</summary>

[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/)

</details>
<details>
<summary>
Expand Down
63 changes: 63 additions & 0 deletions clients/client-quicksight/src/QuickSight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ import {
DescribeDashboardSnapshotJobResultCommandInput,
DescribeDashboardSnapshotJobResultCommandOutput,
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
import {
DescribeDashboardsQAConfigurationCommand,
DescribeDashboardsQAConfigurationCommandInput,
DescribeDashboardsQAConfigurationCommandOutput,
} from "./commands/DescribeDashboardsQAConfigurationCommand";
import {
DescribeDataSetCommand,
DescribeDataSetCommandInput,
Expand Down Expand Up @@ -702,6 +707,11 @@ import {
SearchGroupsCommandInput,
SearchGroupsCommandOutput,
} from "./commands/SearchGroupsCommand";
import {
SearchTopicsCommand,
SearchTopicsCommandInput,
SearchTopicsCommandOutput,
} from "./commands/SearchTopicsCommand";
import {
StartAssetBundleExportJobCommand,
StartAssetBundleExportJobCommandInput,
Expand Down Expand Up @@ -784,6 +794,11 @@ import {
UpdateDashboardPublishedVersionCommandInput,
UpdateDashboardPublishedVersionCommandOutput,
} from "./commands/UpdateDashboardPublishedVersionCommand";
import {
UpdateDashboardsQAConfigurationCommand,
UpdateDashboardsQAConfigurationCommandInput,
UpdateDashboardsQAConfigurationCommandOutput,
} from "./commands/UpdateDashboardsQAConfigurationCommand";
import {
UpdateDataSetCommand,
UpdateDataSetCommandInput,
Expand Down Expand Up @@ -985,6 +1000,7 @@ const commands = {
DescribeDashboardPermissionsCommand,
DescribeDashboardSnapshotJobCommand,
DescribeDashboardSnapshotJobResultCommand,
DescribeDashboardsQAConfigurationCommand,
DescribeDataSetCommand,
DescribeDataSetPermissionsCommand,
DescribeDataSetRefreshPropertiesCommand,
Expand Down Expand Up @@ -1063,6 +1079,7 @@ const commands = {
SearchDataSourcesCommand,
SearchFoldersCommand,
SearchGroupsCommand,
SearchTopicsCommand,
StartAssetBundleExportJobCommand,
StartAssetBundleImportJobCommand,
StartDashboardSnapshotJobCommand,
Expand All @@ -1081,6 +1098,7 @@ const commands = {
UpdateDashboardLinksCommand,
UpdateDashboardPermissionsCommand,
UpdateDashboardPublishedVersionCommand,
UpdateDashboardsQAConfigurationCommand,
UpdateDataSetCommand,
UpdateDataSetPermissionsCommand,
UpdateDataSourceCommand,
Expand Down Expand Up @@ -2256,6 +2274,23 @@ export interface QuickSight {
cb: (err: any, data?: DescribeDashboardSnapshotJobResultCommandOutput) => void
): void;

/**
* @see {@link DescribeDashboardsQAConfigurationCommand}
*/
describeDashboardsQAConfiguration(
args: DescribeDashboardsQAConfigurationCommandInput,
options?: __HttpHandlerOptions
): Promise<DescribeDashboardsQAConfigurationCommandOutput>;
describeDashboardsQAConfiguration(
args: DescribeDashboardsQAConfigurationCommandInput,
cb: (err: any, data?: DescribeDashboardsQAConfigurationCommandOutput) => void
): void;
describeDashboardsQAConfiguration(
args: DescribeDashboardsQAConfigurationCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: DescribeDashboardsQAConfigurationCommandOutput) => void
): void;

/**
* @see {@link DescribeDataSetCommand}
*/
Expand Down Expand Up @@ -3456,6 +3491,17 @@ export interface QuickSight {
cb: (err: any, data?: SearchGroupsCommandOutput) => void
): void;

/**
* @see {@link SearchTopicsCommand}
*/
searchTopics(args: SearchTopicsCommandInput, options?: __HttpHandlerOptions): Promise<SearchTopicsCommandOutput>;
searchTopics(args: SearchTopicsCommandInput, cb: (err: any, data?: SearchTopicsCommandOutput) => void): void;
searchTopics(
args: SearchTopicsCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: SearchTopicsCommandOutput) => void
): void;

/**
* @see {@link StartAssetBundleExportJobCommand}
*/
Expand Down Expand Up @@ -3738,6 +3784,23 @@ export interface QuickSight {
cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void
): void;

/**
* @see {@link UpdateDashboardsQAConfigurationCommand}
*/
updateDashboardsQAConfiguration(
args: UpdateDashboardsQAConfigurationCommandInput,
options?: __HttpHandlerOptions
): Promise<UpdateDashboardsQAConfigurationCommandOutput>;
updateDashboardsQAConfiguration(
args: UpdateDashboardsQAConfigurationCommandInput,
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
): void;
updateDashboardsQAConfiguration(
args: UpdateDashboardsQAConfigurationCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: UpdateDashboardsQAConfigurationCommandOutput) => void
): void;

/**
* @see {@link UpdateDataSetCommand}
*/
Expand Down
15 changes: 15 additions & 0 deletions clients/client-quicksight/src/QuickSightClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,10 @@ import {
DescribeDashboardSnapshotJobResultCommandInput,
DescribeDashboardSnapshotJobResultCommandOutput,
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
import {
DescribeDashboardsQAConfigurationCommandInput,
DescribeDashboardsQAConfigurationCommandOutput,
} from "./commands/DescribeDashboardsQAConfigurationCommand";
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
import {
DescribeDataSetPermissionsCommandInput,
Expand Down Expand Up @@ -457,6 +461,7 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "./comma
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "./commands/SearchDataSourcesCommand";
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
import { SearchTopicsCommandInput, SearchTopicsCommandOutput } from "./commands/SearchTopicsCommand";
import {
StartAssetBundleExportJobCommandInput,
StartAssetBundleExportJobCommandOutput,
Expand Down Expand Up @@ -514,6 +519,10 @@ import {
UpdateDashboardPublishedVersionCommandInput,
UpdateDashboardPublishedVersionCommandOutput,
} from "./commands/UpdateDashboardPublishedVersionCommand";
import {
UpdateDashboardsQAConfigurationCommandInput,
UpdateDashboardsQAConfigurationCommandOutput,
} from "./commands/UpdateDashboardsQAConfigurationCommand";
import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "./commands/UpdateDataSetCommand";
import {
UpdateDataSetPermissionsCommandInput,
Expand Down Expand Up @@ -688,6 +697,7 @@ export type ServiceInputTypes =
| DescribeDashboardPermissionsCommandInput
| DescribeDashboardSnapshotJobCommandInput
| DescribeDashboardSnapshotJobResultCommandInput
| DescribeDashboardsQAConfigurationCommandInput
| DescribeDataSetCommandInput
| DescribeDataSetPermissionsCommandInput
| DescribeDataSetRefreshPropertiesCommandInput
Expand Down Expand Up @@ -766,6 +776,7 @@ export type ServiceInputTypes =
| SearchDataSourcesCommandInput
| SearchFoldersCommandInput
| SearchGroupsCommandInput
| SearchTopicsCommandInput
| StartAssetBundleExportJobCommandInput
| StartAssetBundleImportJobCommandInput
| StartDashboardSnapshotJobCommandInput
Expand All @@ -784,6 +795,7 @@ export type ServiceInputTypes =
| UpdateDashboardLinksCommandInput
| UpdateDashboardPermissionsCommandInput
| UpdateDashboardPublishedVersionCommandInput
| UpdateDashboardsQAConfigurationCommandInput
| UpdateDataSetCommandInput
| UpdateDataSetPermissionsCommandInput
| UpdateDataSourceCommandInput
Expand Down Expand Up @@ -891,6 +903,7 @@ export type ServiceOutputTypes =
| DescribeDashboardPermissionsCommandOutput
| DescribeDashboardSnapshotJobCommandOutput
| DescribeDashboardSnapshotJobResultCommandOutput
| DescribeDashboardsQAConfigurationCommandOutput
| DescribeDataSetCommandOutput
| DescribeDataSetPermissionsCommandOutput
| DescribeDataSetRefreshPropertiesCommandOutput
Expand Down Expand Up @@ -969,6 +982,7 @@ export type ServiceOutputTypes =
| SearchDataSourcesCommandOutput
| SearchFoldersCommandOutput
| SearchGroupsCommandOutput
| SearchTopicsCommandOutput
| StartAssetBundleExportJobCommandOutput
| StartAssetBundleImportJobCommandOutput
| StartDashboardSnapshotJobCommandOutput
Expand All @@ -987,6 +1001,7 @@ export type ServiceOutputTypes =
| UpdateDashboardLinksCommandOutput
| UpdateDashboardPermissionsCommandOutput
| UpdateDashboardPublishedVersionCommandOutput
| UpdateDashboardsQAConfigurationCommandOutput
| UpdateDataSetCommandOutput
| UpdateDataSetPermissionsCommandOutput
| UpdateDataSourceCommandOutput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BatchCreateTopicReviewedAnswerResponse } from "../models/models_2";
import {
BatchCreateTopicReviewedAnswerRequest,
BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog,
} from "../models/models_4";
} from "../models/models_5";
import {
de_BatchCreateTopicReviewedAnswerCommand,
se_BatchCreateTopicReviewedAnswerCommand,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";

import { commonParams } from "../endpoint/EndpointParameters";
import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_2";
import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } from "../models/models_3";
import { de_CreateAccountCustomizationCommand, se_CreateAccountCustomizationCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";

import { commonParams } from "../endpoint/EndpointParameters";
import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_2";
import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } from "../models/models_3";
import { de_CreateAccountSubscriptionCommand, se_CreateAccountSubscriptionCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Loading

0 comments on commit df75ca5

Please sign in to comment.