Skip to content

Commit 02e87fe

Browse files
author
awstools
committed
feat(client-quicksight): Support for New Data Prep Experience
1 parent 70be2a3 commit 02e87fe

Some content is hidden

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

46 files changed

+13818
-8500
lines changed

clients/client-quicksight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
AWS SDK for JavaScript QuickSight Client for Node.js, Browser and React Native.
88

9-
<fullname>Amazon QuickSight API Reference</fullname>
9+
<fullname>Amazon Quick Suite API Reference</fullname>
1010

1111
<p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
1212
Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your

clients/client-quicksight/src/QuickSight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4769,7 +4769,7 @@ export interface QuickSight {
47694769
}
47704770

47714771
/**
4772-
* <fullname>Amazon QuickSight API Reference</fullname>
4772+
* <fullname>Amazon Quick Suite API Reference</fullname>
47734773
* <p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
47744774
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
47754775
* organization. This API reference contains documentation for a programming interface that

clients/client-quicksight/src/QuickSightClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@ export type QuickSightClientResolvedConfigType = __SmithyResolvedConfiguration<_
13511351
export interface QuickSightClientResolvedConfig extends QuickSightClientResolvedConfigType {}
13521352

13531353
/**
1354-
* <fullname>Amazon QuickSight API Reference</fullname>
1354+
* <fullname>Amazon Quick Suite API Reference</fullname>
13551355
* <p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
13561356
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
13571357
* organization. This API reference contains documentation for a programming interface that

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

Lines changed: 398 additions & 3 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
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 { CreateTopicRequest, CreateTopicRequestFilterSensitiveLog, CreateTopicResponse } from "../models/models_3";
8+
import { CreateTopicRequest, CreateTopicRequestFilterSensitiveLog, CreateTopicResponse } from "../models/models_4";
99
import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

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

Lines changed: 1 addition & 1 deletion
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 { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse } from "../models/models_3";
8+
import { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse } from "../models/models_4";
99
import { de_CreateTopicRefreshScheduleCommand, se_CreateTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

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

Lines changed: 1 addition & 1 deletion
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 { CreateVPCConnectionRequest, CreateVPCConnectionResponse } from "../models/models_3";
8+
import { CreateVPCConnectionRequest, CreateVPCConnectionResponse } from "../models/models_4";
99
import { de_CreateVPCConnectionCommand, se_CreateVPCConnectionCommand } from "../protocols/Aws_restJson1";
1010
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
1111

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

Lines changed: 396 additions & 3 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput
3838
__MetadataBearer {}
3939

4040
/**
41-
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or
41+
* <p>Generates an embed URL that you can use to embed an Amazon Quick Suite dashboard or
4242
* visual in your website, without having to register any reader users. Before you use this
4343
* action, make sure that you have configured the dashboards and permissions.</p>
4444
* <p>The following rules apply to the generated URL:</p>
@@ -56,13 +56,13 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput
5656
* session duration is 10 hours.</p>
5757
* </li>
5858
* <li>
59-
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
59+
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick Suite.</p>
6060
* </li>
6161
* </ul>
6262
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
63-
* the <i>Amazon QuickSight User Guide</i>.</p>
63+
* the <i>Amazon Quick Suite User Guide</i>.</p>
6464
* <p>For more information about the high-level steps for embedding and for an interactive
65-
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight
65+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon Quick Suite
6666
* Developer Portal</a>.</p>
6767
* @example
6868
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
GenerateEmbedUrlForRegisteredUserRequest,
1010
GenerateEmbedUrlForRegisteredUserResponse,
1111
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
12-
} from "../models/models_4";
12+
} from "../models/models_5";
1313
import {
1414
de_GenerateEmbedUrlForRegisteredUserCommand,
1515
se_GenerateEmbedUrlForRegisteredUserCommand,
@@ -37,9 +37,9 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput
3737
__MetadataBearer {}
3838

3939
/**
40-
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience
41-
* in your website. This action can be used for any type of user registered in an Amazon QuickSight account. Before you use this action, make sure that you have
42-
* configured the relevant Amazon QuickSight resource and permissions.</p>
40+
* <p>Generates an embed URL that you can use to embed an Amazon Quick Suite experience
41+
* in your website. This action can be used for any type of user registered in an Amazon Quick Suite account. Before you use this action, make sure that you have
42+
* configured the relevant Amazon Quick Suite resource and permissions.</p>
4343
* <p>The following rules apply to the generated URL:</p>
4444
* <ul>
4545
* <li>
@@ -55,13 +55,13 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput
5555
* (maximum). The default session duration is 10 hours.</p>
5656
* </li>
5757
* <li>
58-
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
58+
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick Suite.</p>
5959
* </li>
6060
* </ul>
6161
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
62-
* the <i>Amazon QuickSight User Guide</i>.</p>
62+
* the <i>Amazon Quick Suite User Guide</i>.</p>
6363
* <p>For more information about the high-level steps for embedding and for an interactive
64-
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight
64+
* demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon Quick Suite
6565
* Developer Portal</a>.</p>
6666
* @example
6767
* Use a bare-bones client and the command you need to make an API call.

0 commit comments

Comments
 (0)