Skip to content

Commit

Permalink
feat(client-quicksight): Add support for Asset Bundle, Geospatial Hea…
Browse files Browse the repository at this point in the history
…tmaps.
  • Loading branch information
awstools committed May 22, 2023
1 parent 59b8843 commit faef6ff
Show file tree
Hide file tree
Showing 53 changed files with 60,112 additions and 53,688 deletions.
48 changes: 48 additions & 0 deletions clients/client-quicksight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,22 @@ DescribeAnalysisPermissions

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeanalysispermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeanalysispermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeanalysispermissionscommandoutput.html)

</details>
<details>
<summary>
DescribeAssetBundleExportJob
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeassetbundleexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleexportjobcommandoutput.html)

</details>
<details>
<summary>
DescribeAssetBundleImportJob
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeassetbundleimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleimportjobcommandoutput.html)

</details>
<details>
<summary>
Expand Down Expand Up @@ -903,6 +919,22 @@ ListAnalyses

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listanalysescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listanalysescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listanalysescommandoutput.html)

</details>
<details>
<summary>
ListAssetBundleExportJobs
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listassetbundleexportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleexportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleexportjobscommandoutput.html)

</details>
<details>
<summary>
ListAssetBundleImportJobs
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listassetbundleimportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleimportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleimportjobscommandoutput.html)

</details>
<details>
<summary>
Expand Down Expand Up @@ -1175,6 +1207,22 @@ SearchGroups

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/searchgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/searchgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/searchgroupscommandoutput.html)

</details>
<details>
<summary>
StartAssetBundleExportJob
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/startassetbundleexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleexportjobcommandoutput.html)

</details>
<details>
<summary>
StartAssetBundleImportJob
</summary>

[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/startassetbundleimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleimportjobcommandoutput.html)

</details>
<details>
<summary>
Expand Down
138 changes: 138 additions & 0 deletions clients/client-quicksight/src/QuickSight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,16 @@ import {
DescribeAnalysisPermissionsCommandInput,
DescribeAnalysisPermissionsCommandOutput,
} from "./commands/DescribeAnalysisPermissionsCommand";
import {
DescribeAssetBundleExportJobCommand,
DescribeAssetBundleExportJobCommandInput,
DescribeAssetBundleExportJobCommandOutput,
} from "./commands/DescribeAssetBundleExportJobCommand";
import {
DescribeAssetBundleImportJobCommand,
DescribeAssetBundleImportJobCommandInput,
DescribeAssetBundleImportJobCommandOutput,
} from "./commands/DescribeAssetBundleImportJobCommand";
import {
DescribeDashboardCommand,
DescribeDashboardCommandInput,
Expand Down Expand Up @@ -409,6 +419,16 @@ import {
ListAnalysesCommandInput,
ListAnalysesCommandOutput,
} from "./commands/ListAnalysesCommand";
import {
ListAssetBundleExportJobsCommand,
ListAssetBundleExportJobsCommandInput,
ListAssetBundleExportJobsCommandOutput,
} from "./commands/ListAssetBundleExportJobsCommand";
import {
ListAssetBundleImportJobsCommand,
ListAssetBundleImportJobsCommandInput,
ListAssetBundleImportJobsCommandOutput,
} from "./commands/ListAssetBundleImportJobsCommand";
import {
ListDashboardsCommand,
ListDashboardsCommandInput,
Expand Down Expand Up @@ -559,6 +579,16 @@ import {
SearchGroupsCommandInput,
SearchGroupsCommandOutput,
} from "./commands/SearchGroupsCommand";
import {
StartAssetBundleExportJobCommand,
StartAssetBundleExportJobCommandInput,
StartAssetBundleExportJobCommandOutput,
} from "./commands/StartAssetBundleExportJobCommand";
import {
StartAssetBundleImportJobCommand,
StartAssetBundleImportJobCommandInput,
StartAssetBundleImportJobCommandOutput,
} from "./commands/StartAssetBundleImportJobCommand";
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
import {
UntagResourceCommand,
Expand Down Expand Up @@ -748,6 +778,8 @@ const commands = {
DescribeAnalysisCommand,
DescribeAnalysisDefinitionCommand,
DescribeAnalysisPermissionsCommand,
DescribeAssetBundleExportJobCommand,
DescribeAssetBundleImportJobCommand,
DescribeDashboardCommand,
DescribeDashboardDefinitionCommand,
DescribeDashboardPermissionsCommand,
Expand Down Expand Up @@ -784,6 +816,8 @@ const commands = {
GetDashboardEmbedUrlCommand,
GetSessionEmbedUrlCommand,
ListAnalysesCommand,
ListAssetBundleExportJobsCommand,
ListAssetBundleImportJobsCommand,
ListDashboardsCommand,
ListDashboardVersionsCommand,
ListDataSetsCommand,
Expand Down Expand Up @@ -818,6 +852,8 @@ const commands = {
SearchDataSourcesCommand,
SearchFoldersCommand,
SearchGroupsCommand,
StartAssetBundleExportJobCommand,
StartAssetBundleImportJobCommand,
TagResourceCommand,
UntagResourceCommand,
UpdateAccountCustomizationCommand,
Expand Down Expand Up @@ -1623,6 +1659,40 @@ export interface QuickSight {
cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void
): void;

/**
* @see {@link DescribeAssetBundleExportJobCommand}
*/
describeAssetBundleExportJob(
args: DescribeAssetBundleExportJobCommandInput,
options?: __HttpHandlerOptions
): Promise<DescribeAssetBundleExportJobCommandOutput>;
describeAssetBundleExportJob(
args: DescribeAssetBundleExportJobCommandInput,
cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void
): void;
describeAssetBundleExportJob(
args: DescribeAssetBundleExportJobCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void
): void;

/**
* @see {@link DescribeAssetBundleImportJobCommand}
*/
describeAssetBundleImportJob(
args: DescribeAssetBundleImportJobCommandInput,
options?: __HttpHandlerOptions
): Promise<DescribeAssetBundleImportJobCommandOutput>;
describeAssetBundleImportJob(
args: DescribeAssetBundleImportJobCommandInput,
cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
): void;
describeAssetBundleImportJob(
args: DescribeAssetBundleImportJobCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
): void;

/**
* @see {@link DescribeDashboardCommand}
*/
Expand Down Expand Up @@ -2199,6 +2269,40 @@ export interface QuickSight {
cb: (err: any, data?: ListAnalysesCommandOutput) => void
): void;

/**
* @see {@link ListAssetBundleExportJobsCommand}
*/
listAssetBundleExportJobs(
args: ListAssetBundleExportJobsCommandInput,
options?: __HttpHandlerOptions
): Promise<ListAssetBundleExportJobsCommandOutput>;
listAssetBundleExportJobs(
args: ListAssetBundleExportJobsCommandInput,
cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void
): void;
listAssetBundleExportJobs(
args: ListAssetBundleExportJobsCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void
): void;

/**
* @see {@link ListAssetBundleImportJobsCommand}
*/
listAssetBundleImportJobs(
args: ListAssetBundleImportJobsCommandInput,
options?: __HttpHandlerOptions
): Promise<ListAssetBundleImportJobsCommandOutput>;
listAssetBundleImportJobs(
args: ListAssetBundleImportJobsCommandInput,
cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
): void;
listAssetBundleImportJobs(
args: ListAssetBundleImportJobsCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
): void;

/**
* @see {@link ListDashboardsCommand}
*/
Expand Down Expand Up @@ -2693,6 +2797,40 @@ export interface QuickSight {
cb: (err: any, data?: SearchGroupsCommandOutput) => void
): void;

/**
* @see {@link StartAssetBundleExportJobCommand}
*/
startAssetBundleExportJob(
args: StartAssetBundleExportJobCommandInput,
options?: __HttpHandlerOptions
): Promise<StartAssetBundleExportJobCommandOutput>;
startAssetBundleExportJob(
args: StartAssetBundleExportJobCommandInput,
cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void
): void;
startAssetBundleExportJob(
args: StartAssetBundleExportJobCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void
): void;

/**
* @see {@link StartAssetBundleImportJobCommand}
*/
startAssetBundleImportJob(
args: StartAssetBundleImportJobCommandInput,
options?: __HttpHandlerOptions
): Promise<StartAssetBundleImportJobCommandOutput>;
startAssetBundleImportJob(
args: StartAssetBundleImportJobCommandInput,
cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
): void;
startAssetBundleImportJob(
args: StartAssetBundleImportJobCommandInput,
options: __HttpHandlerOptions,
cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
): void;

/**
* @see {@link TagResourceCommand}
*/
Expand Down
36 changes: 36 additions & 0 deletions clients/client-quicksight/src/QuickSightClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ import {
DescribeAnalysisPermissionsCommandInput,
DescribeAnalysisPermissionsCommandOutput,
} from "./commands/DescribeAnalysisPermissionsCommand";
import {
DescribeAssetBundleExportJobCommandInput,
DescribeAssetBundleExportJobCommandOutput,
} from "./commands/DescribeAssetBundleExportJobCommand";
import {
DescribeAssetBundleImportJobCommandInput,
DescribeAssetBundleImportJobCommandOutput,
} from "./commands/DescribeAssetBundleImportJobCommand";
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
import {
DescribeDashboardDefinitionCommandInput,
Expand Down Expand Up @@ -279,6 +287,14 @@ import {
} from "./commands/GetDashboardEmbedUrlCommand";
import { GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput } from "./commands/GetSessionEmbedUrlCommand";
import { ListAnalysesCommandInput, ListAnalysesCommandOutput } from "./commands/ListAnalysesCommand";
import {
ListAssetBundleExportJobsCommandInput,
ListAssetBundleExportJobsCommandOutput,
} from "./commands/ListAssetBundleExportJobsCommand";
import {
ListAssetBundleImportJobsCommandInput,
ListAssetBundleImportJobsCommandOutput,
} from "./commands/ListAssetBundleImportJobsCommand";
import { ListDashboardsCommandInput, ListDashboardsCommandOutput } from "./commands/ListDashboardsCommand";
import {
ListDashboardVersionsCommandInput,
Expand Down Expand Up @@ -343,6 +359,14 @@ import { SearchDataSetsCommandInput, SearchDataSetsCommandOutput } from "./comma
import { SearchDataSourcesCommandInput, SearchDataSourcesCommandOutput } from "./commands/SearchDataSourcesCommand";
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "./commands/SearchFoldersCommand";
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "./commands/SearchGroupsCommand";
import {
StartAssetBundleExportJobCommandInput,
StartAssetBundleExportJobCommandOutput,
} from "./commands/StartAssetBundleExportJobCommand";
import {
StartAssetBundleImportJobCommandInput,
StartAssetBundleImportJobCommandOutput,
} from "./commands/StartAssetBundleImportJobCommand";
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
import {
Expand Down Expand Up @@ -491,6 +515,8 @@ export type ServiceInputTypes =
| DescribeAnalysisCommandInput
| DescribeAnalysisDefinitionCommandInput
| DescribeAnalysisPermissionsCommandInput
| DescribeAssetBundleExportJobCommandInput
| DescribeAssetBundleImportJobCommandInput
| DescribeDashboardCommandInput
| DescribeDashboardDefinitionCommandInput
| DescribeDashboardPermissionsCommandInput
Expand Down Expand Up @@ -527,6 +553,8 @@ export type ServiceInputTypes =
| GetDashboardEmbedUrlCommandInput
| GetSessionEmbedUrlCommandInput
| ListAnalysesCommandInput
| ListAssetBundleExportJobsCommandInput
| ListAssetBundleImportJobsCommandInput
| ListDashboardVersionsCommandInput
| ListDashboardsCommandInput
| ListDataSetsCommandInput
Expand Down Expand Up @@ -561,6 +589,8 @@ export type ServiceInputTypes =
| SearchDataSourcesCommandInput
| SearchFoldersCommandInput
| SearchGroupsCommandInput
| StartAssetBundleExportJobCommandInput
| StartAssetBundleImportJobCommandInput
| TagResourceCommandInput
| UntagResourceCommandInput
| UpdateAccountCustomizationCommandInput
Expand Down Expand Up @@ -648,6 +678,8 @@ export type ServiceOutputTypes =
| DescribeAnalysisCommandOutput
| DescribeAnalysisDefinitionCommandOutput
| DescribeAnalysisPermissionsCommandOutput
| DescribeAssetBundleExportJobCommandOutput
| DescribeAssetBundleImportJobCommandOutput
| DescribeDashboardCommandOutput
| DescribeDashboardDefinitionCommandOutput
| DescribeDashboardPermissionsCommandOutput
Expand Down Expand Up @@ -684,6 +716,8 @@ export type ServiceOutputTypes =
| GetDashboardEmbedUrlCommandOutput
| GetSessionEmbedUrlCommandOutput
| ListAnalysesCommandOutput
| ListAssetBundleExportJobsCommandOutput
| ListAssetBundleImportJobsCommandOutput
| ListDashboardVersionsCommandOutput
| ListDashboardsCommandOutput
| ListDataSetsCommandOutput
Expand Down Expand Up @@ -718,6 +752,8 @@ export type ServiceOutputTypes =
| SearchDataSourcesCommandOutput
| SearchFoldersCommandOutput
| SearchGroupsCommandOutput
| StartAssetBundleExportJobCommandOutput
| StartAssetBundleImportJobCommandOutput
| TagResourceCommandOutput
| UntagResourceCommandOutput
| UpdateAccountCustomizationCommandOutput
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
import { SerdeContext as __SerdeContext } from "@smithy/types";

import { CancelIngestionRequest, CancelIngestionResponse } from "../models/models_1";
import { CancelIngestionRequest, CancelIngestionResponse } from "../models/models_2";
import { de_CancelIngestionCommand, se_CancelIngestionCommand } from "../protocols/Aws_restJson1";
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";

Expand Down
Loading

0 comments on commit faef6ff

Please sign in to comment.