You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-quicksight/src/QuickSight.ts
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -902,7 +902,7 @@ export class QuickSight extends QuickSightClient {
902
902
}
903
903
904
904
/**
905
-
* <p>Creates an Amazon QuickSight group.</p>
905
+
* <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
@@ -2774,7 +2774,7 @@ export class QuickSight extends QuickSightClient {
2774
2774
}
2775
2775
2776
2776
/**
2777
-
* <p>Generates a temporary session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
2777
+
* <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
2778
2778
* <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p>
2779
2779
* <ul>
2780
2780
* <li>
@@ -2787,7 +2787,10 @@ export class QuickSight extends QuickSightClient {
2787
2787
* <p>They are valid for 5 minutes after you run this command.</p>
2788
2788
* </li>
2789
2789
* <li>
2790
-
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customi session duration.</p>
2790
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
2791
+
* </li>
2792
+
* <li>
2793
+
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customize session duration.</p>
2791
2794
* </li>
2792
2795
* </ul>
2793
2796
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User
@@ -3250,7 +3253,7 @@ export class QuickSight extends QuickSightClient {
3250
3253
}
3251
3254
3252
3255
/**
3253
-
* <p>Lists the namespaces for the specified Amazon Web Services account.</p>
3256
+
* <p>Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.</p>
* <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
* <p>Generates a temporary session URL and authorization code that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
31
+
* <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
32
32
* <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p>
* <p>They are valid for 5 minutes after you run this command.</p>
42
42
* </li>
43
43
* <li>
44
-
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customi session duration.</p>
44
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
45
+
* </li>
46
+
* <li>
47
+
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customize session duration.</p>
45
48
* </li>
46
49
* </ul>
47
50
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User
* <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user is authorized to access during the lifetime of the session. If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the account that you want the user to be able to view. Currently, you can pass up to 25 dashboard ARNs in each API call.</p>
530
+
* <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user
531
+
* is authorized to access during the lifetime of the session. If you choose
532
+
* <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the
533
+
* account that you want the user to be able to view. Currently, you can pass up to 25
* <p>The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console and instead allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.</p>
541
-
* <p>To include a subdomain, use <code>*</code> to include all subdomains under a specific domain to the allow list. For example, <code>https://*.sapp.amazon.com,</code> includes all subdomains under <code>https://sapp.amazon.com</code>.</p>
544
+
* <p>The domains that you want to add to the allow list for access to the generated URL that
545
+
* is then embedded. This optional parameter overrides the static domains that are
546
+
* configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it
547
+
* allows only the domains that you include in this parameter. You can list up to three
548
+
* domains or subdomains in each API call.</p>
549
+
* <p>To include all subdomains under a specific domain to the allow list, use <code>*</code>.
550
+
* For example, <code>https://*.sapp.amazon.com</code> includes all subdomains under
* <p>The domains that you want to add to the allow list for access to the generated URL that is then embedded. This optional parameter overrides the static domains that are configured in the Manage QuickSight menu in the Amazon QuickSight console and instead allows only the domains that you include in this parameter. You can list up to three domains or subdomains in each API call.</p>
770
-
* <p>To include a subdomain, use <code>*</code> to include all subdomains under a specific domain to the allow list. For example, <code>https://*.sapp.amazon.com,</code> includes all subdomains under <code>https://sapp.amazon.com</code>.</p>
779
+
* <p>The domains that you want to add to the allow list for access to the generated URL that
780
+
* is then embedded. This optional parameter overrides the static domains that are
781
+
* configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it
782
+
* allows only the domains that you include in this parameter. You can list up to three
783
+
* domains or subdomains in each API call.</p>
784
+
* <p>To include all subdomains under a specific domain to the allow list, use <code>*</code>.
785
+
* For example, <code>https://*.sapp.amazon.com</code> includes all subdomains under
* <p>A pagination token that can be used in a subsequent request.</p>
1633
+
* <p>A unique pagination token that can be used in a subsequent request. You will receive a pagination token in the response body of a previous <code>ListNameSpaces</code> API call if there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
* <p>A pagination token that can be used in a subsequent request.</p>
1652
+
* <p>A unique pagination token that can be used in a subsequent request. Receiving <code>NextToken</code> in your response inticates that there is more data that can be returned. To receive the data, make another <code>ListNamespaces</code> API call with the returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make a <code>ListNamespaces</code> API call with an expired token, you will receive a <code>HTTP 400 InvalidNextTokenException</code> error.</p>
0 commit comments