@aws-sdk/client-quicksight 3.39.0 → 3.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/models/models_0.js +21 -18
  4. package/dist-cjs/models/models_1.js +17 -3
  5. package/dist-cjs/protocols/Aws_restJson1.js +80 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +74 -5
  9. package/dist-es/models/models_0.js +13 -12
  10. package/dist-es/models/models_1.js +12 -0
  11. package/dist-es/protocols/Aws_restJson1.js +189 -115
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/QuickSight.d.ts +40 -33
  15. package/dist-types/QuickSightClient.d.ts +8 -0
  16. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +8 -6
  18. package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
  20. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
  27. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
  43. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  45. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -5
  51. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -2
  65. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -2
  67. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  75. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  76. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  77. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  78. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +5 -4
  79. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  85. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  86. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -2
  89. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
  90. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  96. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  97. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  101. package/dist-types/commands/RegisterUserCommand.d.ts +2 -3
  102. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  103. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  104. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  105. package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
  106. package/dist-types/commands/TagResourceCommand.d.ts +9 -8
  107. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -2
  113. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -2
  123. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
  124. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  126. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  131. package/dist-types/models/models_0.d.ts +189 -176
  132. package/dist-types/models/models_1.d.ts +213 -83
  133. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  134. package/dist-types/runtimeConfig.d.ts +2 -0
  135. package/dist-types/runtimeConfig.native.d.ts +2 -0
  136. package/dist-types/ts3.4/QuickSightClient.d.ts +4 -0
  137. package/dist-types/ts3.4/models/models_0.d.ts +78 -37
  138. package/dist-types/ts3.4/models/models_1.d.ts +43 -1
  139. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  140. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  141. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  142. package/package.json +23 -23
@@ -20,7 +20,7 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse,
20
20
  *
21
21
  * @see {@link ListThemeAliasesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListThemeAliasesCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListThemeAliasesCommand extends $Command<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons
20
20
  *
21
21
  * @see {@link ListThemeVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListThemeVersionsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListThemeVersionsCommand extends $Command<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
20
20
  *
21
21
  * @see {@link ListThemesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListThemesCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListThemesCommand extends $Command<ListThemesCommandInput, ListThemesCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M
20
20
  *
21
21
  * @see {@link ListUserGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUserGroupsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListUserGroupsCommand extends $Command<ListUserGroupsCommandInput, ListUserGroupsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link ListUsersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,8 +7,7 @@ export interface RegisterUserCommandInput extends RegisterUserRequest {
7
7
  export interface RegisterUserCommandOutput extends RegisterUserResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity
11
- * and Access Management (IAM) identity or role specified in the request. </p>
10
+ * <p>Creates an Amazon QuickSight user, whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. </p>
12
11
  * @example
13
12
  * Use a bare-bones client and the command you need to make an API call.
14
13
  * ```javascript
@@ -21,7 +20,7 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
21
20
  *
22
21
  * @see {@link RegisterUserCommandInput} for command's `input` shape.
23
22
  * @see {@link RegisterUserCommandOutput} for command's `response` shape.
24
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
25
24
  *
26
25
  */
27
26
  export declare class RegisterUserCommand extends $Command<RegisterUserCommandInput, RegisterUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _
20
20
  *
21
21
  * @see {@link RestoreAnalysisCommandInput} for command's `input` shape.
22
22
  * @see {@link RestoreAnalysisCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RestoreAnalysisCommand extends $Command<RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput, QuickSightClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M
23
23
  *
24
24
  * @see {@link SearchAnalysesCommandInput} for command's `input` shape.
25
25
  * @see {@link SearchAnalysesCommandOutput} for command's `response` shape.
26
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class SearchAnalysesCommand extends $Command<SearchAnalysesCommandInput, SearchAnalysesCommandOutput, QuickSightClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse,
23
23
  *
24
24
  * @see {@link SearchDashboardsCommandInput} for command's `input` shape.
25
25
  * @see {@link SearchDashboardsCommandOutput} for command's `response` shape.
26
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class SearchDashboardsCommand extends $Command<SearchDashboardsCommandInput, SearchDashboardsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface SearchFoldersCommandOutput extends SearchFoldersResponse, __Met
20
20
  *
21
21
  * @see {@link SearchFoldersCommandInput} for command's `input` shape.
22
22
  * @see {@link SearchFoldersCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class SearchFoldersCommand extends $Command<SearchFoldersCommandInput, SearchFoldersCommandOutput, QuickSightClientResolvedConfig> {
@@ -17,17 +17,18 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
17
17
  * replaces the previous value for that tag.</p>
18
18
  * <p>You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data
19
19
  * set, data source, dashboard, and template. </p>
20
- * <p>Tagging for Amazon QuickSight works in a similar way to tagging for other AWS services, except for
20
+ * <p>Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for
21
21
  * the following:</p>
22
22
  * <ul>
23
23
  * <li>
24
- * <p>You can't use tags to track AWS costs for Amazon QuickSight. This restriction is because Amazon QuickSight
25
- * costs are based on users and SPICE capacity, which aren't taggable
26
- * resources.</p>
27
- * </li>
24
+ * <p>You can't use tags to track costs for Amazon QuickSight. This isn't
25
+ * possible because you can't tag the resources that Amazon QuickSight costs are based
26
+ * on, for example Amazon QuickSight storage capacity (SPICE), number of users, type
27
+ * of users, and usage metrics.</p>
28
+ * </li>
28
29
  * <li>
29
- * <p>Amazon QuickSight doesn't currently support the Tag Editor for Resource Groups.</p>
30
- * </li>
30
+ * <p>Amazon QuickSight doesn't currently support the tag editor for Resource Groups.</p>
31
+ * </li>
31
32
  * </ul>
32
33
  * @example
33
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -41,7 +42,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
41
42
  *
42
43
  * @see {@link TagResourceCommandInput} for command's `input` shape.
43
44
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
44
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
45
46
  *
46
47
  */
47
48
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface UpdateAccountCustomizationCommandOutput extends UpdateAccountCu
25
25
  *
26
26
  * @see {@link UpdateAccountCustomizationCommandInput} for command's `input` shape.
27
27
  * @see {@link UpdateAccountCustomizationCommandOutput} for command's `response` shape.
28
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class UpdateAccountCustomizationCommand extends $Command<UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
20
20
  *
21
21
  * @see {@link UpdateAccountSettingsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateAccountSettingsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
20
20
  *
21
21
  * @see {@link UpdateAnalysisCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateAnalysisCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateAnalysisCommand extends $Command<UpdateAnalysisCommandInput, UpdateAnalysisCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateAnalysisPermissionsCommandOutput extends UpdateAnalysisPe
20
20
  *
21
21
  * @see {@link UpdateAnalysisPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateAnalysisPermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateAnalysisPermissionsCommand extends $Command<UpdateAnalysisPermissionsCommandInput, UpdateAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -11,7 +11,9 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
11
11
  * <note>
12
12
  * <p>Updating a Dashboard creates a new dashboard version but does not immediately publish
13
13
  * the new version. You can update the published version of a dashboard by
14
- * using the <a>UpdateDashboardPublishedVersion</a> API operation.</p>
14
+ * using the <code>
15
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboardPublishedVersion.html">UpdateDashboardPublishedVersion</a>
16
+ * </code> API operation.</p>
15
17
  * </note>
16
18
  * @example
17
19
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,7 +27,7 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
25
27
  *
26
28
  * @see {@link UpdateDashboardCommandInput} for command's `input` shape.
27
29
  * @see {@link UpdateDashboardCommandOutput} for command's `response` shape.
28
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
29
31
  *
30
32
  */
31
33
  export declare class UpdateDashboardCommand extends $Command<UpdateDashboardCommandInput, UpdateDashboardCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDashboardPermissionsCommandOutput extends UpdateDashboard
20
20
  *
21
21
  * @see {@link UpdateDashboardPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDashboardPermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDashboardPermissionsCommand extends $Command<UpdateDashboardPermissionsCommandInput, UpdateDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDashboardPublishedVersionCommandOutput extends UpdateDash
20
20
  *
21
21
  * @see {@link UpdateDashboardPublishedVersionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDashboardPublishedVersionCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDashboardPublishedVersionCommand extends $Command<UpdateDashboardPublishedVersionCommandInput, UpdateDashboardPublishedVersionCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
20
20
  *
21
21
  * @see {@link UpdateDataSetCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDataSetCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateDataSetPermissionsCommandOutput extends UpdateDataSetPerm
21
21
  *
22
22
  * @see {@link UpdateDataSetPermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateDataSetPermissionsCommandOutput} for command's `response` shape.
24
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateDataSetPermissionsCommand extends $Command<UpdateDataSetPermissionsCommandInput, UpdateDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceResponse,
20
20
  *
21
21
  * @see {@link UpdateDataSourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDataSourceCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDataSourcePermissionsCommandOutput extends UpdateDataSour
20
20
  *
21
21
  * @see {@link UpdateDataSourcePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDataSourcePermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDataSourcePermissionsCommand extends $Command<UpdateDataSourcePermissionsCommandInput, UpdateDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateFolderCommandOutput extends UpdateFolderResponse, __Metad
20
20
  *
21
21
  * @see {@link UpdateFolderCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateFolderCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateFolderCommand extends $Command<UpdateFolderCommandInput, UpdateFolderCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateFolderPermissionsCommandOutput extends UpdateFolderPermis
20
20
  *
21
21
  * @see {@link UpdateFolderPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateFolderPermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateFolderPermissionsCommand extends $Command<UpdateFolderPermissionsCommandInput, UpdateFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateGroupCommandOutput extends UpdateGroupResponse, __Metadat
20
20
  *
21
21
  * @see {@link UpdateGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateGroupCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateGroupCommand extends $Command<UpdateGroupCommandInput, UpdateGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface UpdateIAMPolicyAssignmentCommandInput extends UpdateIAMPolicyAs
7
7
  export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyAssignmentResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates an existing IAMpolicy assignment. This operation updates only the optional
10
+ * <p>Updates an existing IAM policy assignment. This operation updates only the optional
11
11
  * parameter or parameters that are specified in the request.
12
12
  * This overwrites all of the users included in <code>Identities</code>.
13
13
  * </p>
@@ -23,7 +23,7 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
23
23
  *
24
24
  * @see {@link UpdateIAMPolicyAssignmentCommandInput} for command's `input` shape.
25
25
  * @see {@link UpdateIAMPolicyAssignmentCommandOutput} for command's `response` shape.
26
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class UpdateIAMPolicyAssignmentCommand extends $Command<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface UpdateIpRestrictionCommandInput extends UpdateIpRestrictionRequ
7
7
  export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates content and status of IP Rules.</p>
10
+ * <p>Updates the content and status of IP rules. To use this operation, you need to provide the entire map of rules. You can use the <code>DescribeIpRestriction</code> operation to get the current rule map.</p>
11
11
  * @example
12
12
  * Use a bare-bones client and the command you need to make an API call.
13
13
  * ```javascript
@@ -20,7 +20,7 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
20
20
  *
21
21
  * @see {@link UpdateIpRestrictionCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIpRestrictionCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIpRestrictionCommand extends $Command<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
20
20
  *
21
21
  * @see {@link UpdateTemplateAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateTemplateAliasCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateTemplateAliasCommand extends $Command<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
20
20
  *
21
21
  * @see {@link UpdateTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateTemplateCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
20
20
  *
21
21
  * @see {@link UpdateTemplatePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateTemplatePermissionsCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateTemplatePermissionsCommand extends $Command<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
20
20
  *
21
21
  * @see {@link UpdateThemeAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateThemeAliasCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateThemeAliasCommand extends $Command<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
20
20
  *
21
21
  * @see {@link UpdateThemeCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateThemeCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -113,7 +113,7 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
113
113
  *
114
114
  * @see {@link UpdateThemePermissionsCommandInput} for command's `input` shape.
115
115
  * @see {@link UpdateThemePermissionsCommandOutput} for command's `response` shape.
116
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
116
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
117
117
  *
118
118
  */
119
119
  export declare class UpdateThemePermissionsCommand extends $Command<UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
20
20
  *
21
21
  * @see {@link UpdateUserCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateUserCommandOutput} for command's `response` shape.
23
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, QuickSightClientResolvedConfig> {