Skip to content

Commit c94f306

Browse files
author
awstools
committed
feat(client-quicksight): Added several new values for Capabilities, increased visual limit per sheet from previous limit to 75, renamed Quick Suite to Quick in several places.
1 parent c5d6f26 commit c94f306

26 files changed

+234
-133
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 Quick Suite API Reference</fullname>
9+
<fullname>Amazon Quick API Reference</fullname>
1010
<p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
1111
Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
1212
organization. This API reference contains documentation for a programming interface that

clients/client-quicksight/src/QuickSight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5743,7 +5743,7 @@ export interface QuickSight {
57435743
}
57445744

57455745
/**
5746-
* <fullname>Amazon Quick Suite API Reference</fullname>
5746+
* <fullname>Amazon Quick API Reference</fullname>
57475747
* <p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
57485748
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
57495749
* 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
@@ -1382,7 +1382,7 @@ export type QuickSightClientResolvedConfigType = __SmithyResolvedConfiguration<_
13821382
export interface QuickSightClientResolvedConfig extends QuickSightClientResolvedConfigType {}
13831383

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export interface CreateCustomPermissionsCommandOutput extends CreateCustomPermis
7070
* PublishWithoutApproval: "DENY",
7171
* UseBedrockModels: "DENY",
7272
* PerformFlowUiTask: "DENY",
73+
* ApproveFlowShareRequests: "DENY",
7374
* UseAgentWebSearch: "DENY",
7475
* KnowledgeBase: "DENY",
7576
* Action: "DENY",
@@ -245,11 +246,16 @@ export interface CreateCustomPermissionsCommandOutput extends CreateCustomPermis
245246
* CreateAndUpdateNewRelicAction: "DENY",
246247
* ShareNewRelicAction: "DENY",
247248
* UseNewRelicAction: "DENY",
249+
* Topic: "DENY",
250+
* EditVisualWithQ: "DENY",
251+
* BuildCalculatedFieldWithQ: "DENY",
252+
* CreateDashboardExecutiveSummaryWithQ: "DENY",
248253
* Space: "DENY",
249254
* ChatAgent: "DENY",
250255
* CreateChatAgents: "DENY",
251256
* Research: "DENY",
252257
* SelfUpgradeUserRole: "DENY",
258+
* Extension: "DENY",
253259
* },
254260
* Tags: [ // TagList
255261
* { // Tag

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export interface DescribeCustomPermissionsCommandOutput extends DescribeCustomPe
7878
* // PublishWithoutApproval: "DENY",
7979
* // UseBedrockModels: "DENY",
8080
* // PerformFlowUiTask: "DENY",
81+
* // ApproveFlowShareRequests: "DENY",
8182
* // UseAgentWebSearch: "DENY",
8283
* // KnowledgeBase: "DENY",
8384
* // Action: "DENY",
@@ -253,11 +254,16 @@ export interface DescribeCustomPermissionsCommandOutput extends DescribeCustomPe
253254
* // CreateAndUpdateNewRelicAction: "DENY",
254255
* // ShareNewRelicAction: "DENY",
255256
* // UseNewRelicAction: "DENY",
257+
* // Topic: "DENY",
258+
* // EditVisualWithQ: "DENY",
259+
* // BuildCalculatedFieldWithQ: "DENY",
260+
* // CreateDashboardExecutiveSummaryWithQ: "DENY",
256261
* // Space: "DENY",
257262
* // ChatAgent: "DENY",
258263
* // CreateChatAgents: "DENY",
259264
* // Research: "DENY",
260265
* // SelfUpgradeUserRole: "DENY",
266+
* // Extension: "DENY",
261267
* // },
262268
* // },
263269
* // RequestId: "STRING_VALUE",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface DescribeSelfUpgradeConfigurationCommandInput extends DescribeSe
3030
export interface DescribeSelfUpgradeConfigurationCommandOutput extends DescribeSelfUpgradeConfigurationResponse, __MetadataBearer {}
3131

3232
/**
33-
* <p>Describes the self-upgrade configuration for a Quick Suite account.</p>
33+
* <p>Describes the self-upgrade configuration for a Quick account.</p>
3434
* @example
3535
* Use a bare-bones client and the command you need to make an API call.
3636
* ```javascript

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface GenerateEmbedUrlForAnonymousUserCommandInput extends GenerateEm
3030
export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateEmbedUrlForAnonymousUserResponse, __MetadataBearer {}
3131

3232
/**
33-
* <p>Generates an embed URL that you can use to embed an Amazon Quick Suite dashboard or
33+
* <p>Generates an embed URL that you can use to embed an Amazon Quick dashboard or
3434
* visual in your website, without having to register any reader users. Before you use this
3535
* action, make sure that you have configured the dashboards and permissions.</p>
3636
* <p>The following rules apply to the generated URL:</p>
@@ -48,13 +48,13 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
4848
* session duration is 10 hours.</p>
4949
* </li>
5050
* <li>
51-
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick Suite.</p>
51+
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick.</p>
5252
* </li>
5353
* </ul>
5454
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
55-
* the <i>Amazon Quick Suite User Guide</i>.</p>
55+
* the <i>Amazon Quick User Guide</i>.</p>
5656
* <p>For more information about the high-level steps for embedding and for an interactive
57-
* 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
57+
* 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
5858
* Developer Portal</a>.</p>
5959
* @example
6060
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export interface GenerateEmbedUrlForRegisteredUserCommandInput extends GenerateE
3030
export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends GenerateEmbedUrlForRegisteredUserResponse, __MetadataBearer {}
3131

3232
/**
33-
* <p>Generates an embed URL that you can use to embed an Amazon Quick Suite experience
34-
* 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
35-
* configured the relevant Amazon Quick Suite resource and permissions.</p>
33+
* <p>Generates an embed URL that you can use to embed an Amazon Quick experience
34+
* in your website. This action can be used for any type of user registered in an Amazon Quick account. Before you use this action, make sure that you have
35+
* configured the relevant Amazon Quick resource and permissions.</p>
3636
* <p>The following rules apply to the generated URL:</p>
3737
* <ul>
3838
* <li>
@@ -48,13 +48,13 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
4848
* (maximum). The default session duration is 10 hours.</p>
4949
* </li>
5050
* <li>
51-
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick Suite.</p>
51+
* <p>You are charged only when the URL is used or there is interaction with Amazon Quick.</p>
5252
* </li>
5353
* </ul>
5454
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in
55-
* the <i>Amazon Quick Suite User Guide</i>.</p>
55+
* the <i>Amazon Quick User Guide</i>.</p>
5656
* <p>For more information about the high-level steps for embedding and for an interactive
57-
* 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
57+
* 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
5858
* Developer Portal</a>.</p>
5959
* @example
6060
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
4444
* <p>They are valid for 5 minutes after you run this command.</p>
4545
* </li>
4646
* <li>
47-
* <p>You are charged only when the URL is used or there is interaction with Quick Suite.</p>
47+
* <p>You are charged only when the URL is used or there is interaction with Quick.</p>
4848
* </li>
4949
* <li>
5050
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours
@@ -53,10 +53,10 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
5353
* </li>
5454
* </ul>
5555
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics
56-
* Using GetDashboardEmbedUrl</a> in the <i>Amazon Quick Suite User
56+
* Using GetDashboardEmbedUrl</a> in the <i>Amazon Quick User
5757
* Guide</i>.</p>
5858
* <p>For more information about the high-level steps for embedding and for an interactive
59-
* 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
59+
* 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
6060
* Developer Portal</a>.</p>
6161
* @example
6262
* Use a bare-bones client and the command you need to make an API call.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
3939
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
4040
* </code> API operation to add a new user with a custom
4141
* permission profile attached. For more information, see the following sections in the
42-
* <i>Amazon Quick Suite User Guide</i>:</p>
42+
* <i>Amazon Quick User Guide</i>:</p>
4343
* <ul>
4444
* <li>
4545
* <p>
@@ -49,7 +49,7 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
4949
* </li>
5050
* <li>
5151
* <p>
52-
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon Quick Suite Console</a>
52+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon Quick Console</a>
5353
* </p>
5454
* </li>
5555
* </ul>

0 commit comments

Comments
 (0)