@aws-sdk/client-quicksight 3.40.0 → 3.45.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 (130) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist-cjs/endpoints.js +9 -0
  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-es/endpoints.js +9 -0
  7. package/dist-es/models/models_0.js +13 -12
  8. package/dist-es/models/models_1.js +12 -0
  9. package/dist-es/protocols/Aws_restJson1.js +189 -115
  10. package/dist-types/QuickSight.d.ts +40 -33
  11. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +8 -6
  13. package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateDashboardCommand.d.ts +6 -4
  15. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +2 -2
  22. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateTemplateCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateThemeCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +2 -2
  38. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +5 -5
  46. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +2 -2
  60. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +2 -2
  62. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  70. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  71. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  72. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  73. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +5 -4
  74. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  75. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  76. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  77. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  78. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  79. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  80. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  81. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +2 -2
  84. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +2 -2
  85. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  86. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  89. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  90. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  91. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  92. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  93. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  96. package/dist-types/commands/RegisterUserCommand.d.ts +2 -3
  97. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  98. package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -1
  99. package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -1
  100. package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
  101. package/dist-types/commands/TagResourceCommand.d.ts +9 -8
  102. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
  106. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -2
  108. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  111. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  116. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +2 -2
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
  119. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  121. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  126. package/dist-types/models/models_0.d.ts +189 -176
  127. package/dist-types/models/models_1.d.ts +213 -83
  128. package/dist-types/ts3.4/models/models_0.d.ts +78 -37
  129. package/dist-types/ts3.4/models/models_1.d.ts +43 -1
  130. package/package.json +6 -6
@@ -137,7 +137,7 @@ export declare class QuickSight extends QuickSightClient {
137
137
  * Guide.</i>
138
138
  * </p>
139
139
  * <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
140
- * a Amazon QuickSight namespace instead. Customizations that apply to a namespace always override
140
+ * a QuickSight namespace instead. Customizations that apply to a namespace always override
141
141
  * customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
142
142
  * the <code>DescribeAccountCustomization</code> API operation.</p>
143
143
  * <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme
@@ -146,12 +146,14 @@ export declare class QuickSight extends QuickSightClient {
146
146
  * even if you make it the default theme.
147
147
  * To check if the theme is shared, view the current permissions by using the
148
148
  * <code>
149
- * <a>DescribeThemePermissions</a>
150
- * </code> API operation.
149
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeThemePermissions.html">DescribeThemePermissions</a>
150
+ * </code>
151
+ * API operation.
151
152
  * To share the theme, grant permissions by using the
152
153
  * <code>
153
- * <a>UpdateThemePermissions</a>
154
- * </code> API operation. </p>
154
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateThemePermissions.html">UpdateThemePermissions</a>
155
+ * </code>
156
+ * API operation. </p>
155
157
  */
156
158
  createAccountCustomization(args: CreateAccountCustomizationCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccountCustomizationCommandOutput>;
157
159
  createAccountCustomization(args: CreateAccountCustomizationCommandInput, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
@@ -163,9 +165,11 @@ export declare class QuickSight extends QuickSightClient {
163
165
  createAnalysis(args: CreateAnalysisCommandInput, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
164
166
  createAnalysis(args: CreateAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
165
167
  /**
166
- * <p>Creates a dashboard from a template. To first create a template, see the <code>
167
- * <a>CreateTemplate</a>
168
- * </code> API operation.</p>
168
+ * <p>Creates a dashboard from a template. To first create a template, see the
169
+ * <code>
170
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
171
+ * </code>
172
+ * API operation.</p>
169
173
  * <p>A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created
170
174
  * from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can
171
175
  * create scheduled email reports from them. If you have the correct permissions, you can
@@ -215,7 +219,7 @@ export declare class QuickSight extends QuickSightClient {
215
219
  createGroupMembership(args: CreateGroupMembershipCommandInput, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
216
220
  createGroupMembership(args: CreateGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
217
221
  /**
218
- * <p>Creates an assignment with one specified IAMpolicy, identified by its Amazon Resource Name
222
+ * <p>Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name
219
223
  * (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight.
220
224
  * Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces,
221
225
  * use assignment names that are unique.</p>
@@ -348,7 +352,7 @@ export declare class QuickSight extends QuickSightClient {
348
352
  deleteGroupMembership(args: DeleteGroupMembershipCommandInput, cb: (err: any, data?: DeleteGroupMembershipCommandOutput) => void): void;
349
353
  deleteGroupMembership(args: DeleteGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupMembershipCommandOutput) => void): void;
350
354
  /**
351
- * <p>Deletes an existing IAMpolicy assignment.</p>
355
+ * <p>Deletes an existing IAM policy assignment.</p>
352
356
  */
353
357
  deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIAMPolicyAssignmentCommandOutput>;
354
358
  deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, cb: (err: any, data?: DeleteIAMPolicyAssignmentCommandOutput) => void): void;
@@ -413,7 +417,7 @@ export declare class QuickSight extends QuickSightClient {
413
417
  * <li>
414
418
  * <p>
415
419
  * <code>Amazon Web Services account</code> - The Amazon Web Services account exists at the top of the hierarchy.
416
- * It has the potential to use all of the Amazon Web Services Regions and AWS Services. When you
420
+ * It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
417
421
  * subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region.
418
422
  * That's where your free SPICE capacity is located. You can use Amazon QuickSight in any
419
423
  * supported Amazon Web Services Region. </p>
@@ -426,7 +430,7 @@ export declare class QuickSight extends QuickSightClient {
426
430
  * Virginia). Generally speaking, these users have access to Amazon QuickSight in any
427
431
  * Amazon Web Services Region, unless they are constrained to a namespace. </p>
428
432
  * <p>To run the command in a different Amazon Web Services Region, you change your Region settings.
429
- * If you're using the AWS CLI, you can use one of the following options:</p>
433
+ * If you're using the CLI, you can use one of the following options:</p>
430
434
  * <ul>
431
435
  * <li>
432
436
  * <p>Use <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html">command line options</a>. </p>
@@ -437,13 +441,13 @@ export declare class QuickSight extends QuickSightClient {
437
441
  * <li>
438
442
  * <p>Run <code>aws configure</code> to change your default Amazon Web Services Region. Use
439
443
  * Enter to key the same settings for your keys. For more information, see
440
- * <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">Configuring the AWS CLI</a>.</p>
444
+ * <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">Configuring the CLI</a>.</p>
441
445
  * </li>
442
446
  * </ul>
443
447
  * </li>
444
448
  * <li>
445
449
  * <p>
446
- * <code>Namespace</code> - A Amazon QuickSight namespace is a partition that contains
450
+ * <code>Namespace</code> - A QuickSight namespace is a partition that contains
447
451
  * users and assets (data sources, datasets, dashboards, and so on). To access
448
452
  * assets that are in a specific namespace, users and groups must also be part of
449
453
  * the same namespace. People who share a namespace are completely isolated from
@@ -545,7 +549,7 @@ export declare class QuickSight extends QuickSightClient {
545
549
  describeGroup(args: DescribeGroupCommandInput, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
546
550
  describeGroup(args: DescribeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
547
551
  /**
548
- * <p>Describes an existing IAMpolicy assignment, as specified by the assignment name.</p>
552
+ * <p>Describes an existing IAM policy assignment, as specified by the assignment name.</p>
549
553
  */
550
554
  describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIAMPolicyAssignmentCommandOutput>;
551
555
  describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, cb: (err: any, data?: DescribeIAMPolicyAssignmentCommandOutput) => void): void;
@@ -557,7 +561,7 @@ export declare class QuickSight extends QuickSightClient {
557
561
  describeIngestion(args: DescribeIngestionCommandInput, cb: (err: any, data?: DescribeIngestionCommandOutput) => void): void;
558
562
  describeIngestion(args: DescribeIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIngestionCommandOutput) => void): void;
559
563
  /**
560
- * <p>Provides a summary and status of IP Rules.</p>
564
+ * <p>Provides a summary and status of IP rules.</p>
561
565
  */
562
566
  describeIpRestriction(args: DescribeIpRestrictionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpRestrictionCommandOutput>;
563
567
  describeIpRestriction(args: DescribeIpRestrictionCommandInput, cb: (err: any, data?: DescribeIpRestrictionCommandOutput) => void): void;
@@ -696,10 +700,11 @@ export declare class QuickSight extends QuickSightClient {
696
700
  * need belong to the author or admin security cohort. If you want to restrict permissions
697
701
  * to some of these features, add a custom permissions profile to the user with the
698
702
  * <code>
699
- * <a>UpdateUser</a>
703
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
700
704
  * </code> API operation. Use <code>
701
- * <a>RegisterUser</a>
702
- * </code> API operation to add a new user with a custom permission profile attached. For more
705
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
706
+ * </code>
707
+ * API operation to add a new user with a custom permission profile attached. For more
703
708
  * information, see the following sections in the <i>Amazon QuickSight User
704
709
  * Guide</i>:</p>
705
710
  * <ul>
@@ -774,13 +779,13 @@ export declare class QuickSight extends QuickSightClient {
774
779
  listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
775
780
  listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
776
781
  /**
777
- * <p>Lists IAMpolicy assignments in the current Amazon QuickSight account.</p>
782
+ * <p>Lists IAM policy assignments in the current Amazon QuickSight account.</p>
778
783
  */
779
784
  listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListIAMPolicyAssignmentsCommandOutput>;
780
785
  listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, cb: (err: any, data?: ListIAMPolicyAssignmentsCommandOutput) => void): void;
781
786
  listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIAMPolicyAssignmentsCommandOutput) => void): void;
782
787
  /**
783
- * <p>Lists all the IAMpolicy assignments, including the Amazon Resource Names (ARNs) for the IAM
788
+ * <p>Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM
784
789
  * policies assigned to the specified user and group or groups that the user belongs
785
790
  * to.</p>
786
791
  */
@@ -854,8 +859,7 @@ export declare class QuickSight extends QuickSightClient {
854
859
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
855
860
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
856
861
  /**
857
- * <p>Creates an Amazon QuickSight user, whose identity is associated with the AWS Identity
858
- * and Access Management (IAM) identity or role specified in the request. </p>
862
+ * <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>
859
863
  */
860
864
  registerUser(args: RegisterUserCommandInput, options?: __HttpHandlerOptions): Promise<RegisterUserCommandOutput>;
861
865
  registerUser(args: RegisterUserCommandInput, cb: (err: any, data?: RegisterUserCommandOutput) => void): void;
@@ -901,17 +905,18 @@ export declare class QuickSight extends QuickSightClient {
901
905
  * replaces the previous value for that tag.</p>
902
906
  * <p>You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data
903
907
  * set, data source, dashboard, and template. </p>
904
- * <p>Tagging for Amazon QuickSight works in a similar way to tagging for other AWS services, except for
908
+ * <p>Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for
905
909
  * the following:</p>
906
910
  * <ul>
907
911
  * <li>
908
- * <p>You can't use tags to track AWS costs for Amazon QuickSight. This restriction is because Amazon QuickSight
909
- * costs are based on users and SPICE capacity, which aren't taggable
910
- * resources.</p>
911
- * </li>
912
+ * <p>You can't use tags to track costs for Amazon QuickSight. This isn't
913
+ * possible because you can't tag the resources that Amazon QuickSight costs are based
914
+ * on, for example Amazon QuickSight storage capacity (SPICE), number of users, type
915
+ * of users, and usage metrics.</p>
916
+ * </li>
912
917
  * <li>
913
- * <p>Amazon QuickSight doesn't currently support the Tag Editor for Resource Groups.</p>
914
- * </li>
918
+ * <p>Amazon QuickSight doesn't currently support the tag editor for Resource Groups.</p>
919
+ * </li>
915
920
  * </ul>
916
921
  */
917
922
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
@@ -957,7 +962,9 @@ export declare class QuickSight extends QuickSightClient {
957
962
  * <note>
958
963
  * <p>Updating a Dashboard creates a new dashboard version but does not immediately publish
959
964
  * the new version. You can update the published version of a dashboard by
960
- * using the <a>UpdateDashboardPublishedVersion</a> API operation.</p>
965
+ * using the <code>
966
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboardPublishedVersion.html">UpdateDashboardPublishedVersion</a>
967
+ * </code> API operation.</p>
961
968
  * </note>
962
969
  */
963
970
  updateDashboard(args: UpdateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardCommandOutput>;
@@ -1019,7 +1026,7 @@ export declare class QuickSight extends QuickSightClient {
1019
1026
  updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1020
1027
  updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1021
1028
  /**
1022
- * <p>Updates an existing IAMpolicy assignment. This operation updates only the optional
1029
+ * <p>Updates an existing IAM policy assignment. This operation updates only the optional
1023
1030
  * parameter or parameters that are specified in the request.
1024
1031
  * This overwrites all of the users included in <code>Identities</code>.
1025
1032
  * </p>
@@ -1028,7 +1035,7 @@ export declare class QuickSight extends QuickSightClient {
1028
1035
  updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, cb: (err: any, data?: UpdateIAMPolicyAssignmentCommandOutput) => void): void;
1029
1036
  updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIAMPolicyAssignmentCommandOutput) => void): void;
1030
1037
  /**
1031
- * <p>Updates content and status of IP Rules.</p>
1038
+ * <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>
1032
1039
  */
1033
1040
  updateIpRestriction(args: UpdateIpRestrictionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIpRestrictionCommandOutput>;
1034
1041
  updateIpRestriction(args: UpdateIpRestrictionCommandInput, cb: (err: any, data?: UpdateIpRestrictionCommandOutput) => void): void;
@@ -20,7 +20,7 @@ export interface CancelIngestionCommandOutput extends CancelIngestionResponse, _
20
20
  *
21
21
  * @see {@link CancelIngestionCommandInput} for command's `input` shape.
22
22
  * @see {@link CancelIngestionCommandOutput} 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 CancelIngestionCommand extends $Command<CancelIngestionCommandInput, CancelIngestionCommandOutput, QuickSightClientResolvedConfig> {
@@ -14,7 +14,7 @@ export interface CreateAccountCustomizationCommandOutput extends CreateAccountCu
14
14
  * Guide.</i>
15
15
  * </p>
16
16
  * <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
17
- * a Amazon QuickSight namespace instead. Customizations that apply to a namespace always override
17
+ * a QuickSight namespace instead. Customizations that apply to a namespace always override
18
18
  * customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
19
19
  * the <code>DescribeAccountCustomization</code> API operation.</p>
20
20
  * <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme
@@ -23,12 +23,14 @@ export interface CreateAccountCustomizationCommandOutput extends CreateAccountCu
23
23
  * even if you make it the default theme.
24
24
  * To check if the theme is shared, view the current permissions by using the
25
25
  * <code>
26
- * <a>DescribeThemePermissions</a>
27
- * </code> API operation.
26
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeThemePermissions.html">DescribeThemePermissions</a>
27
+ * </code>
28
+ * API operation.
28
29
  * To share the theme, grant permissions by using the
29
30
  * <code>
30
- * <a>UpdateThemePermissions</a>
31
- * </code> API operation. </p>
31
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateThemePermissions.html">UpdateThemePermissions</a>
32
+ * </code>
33
+ * API operation. </p>
32
34
  * @example
33
35
  * Use a bare-bones client and the command you need to make an API call.
34
36
  * ```javascript
@@ -41,7 +43,7 @@ export interface CreateAccountCustomizationCommandOutput extends CreateAccountCu
41
43
  *
42
44
  * @see {@link CreateAccountCustomizationCommandInput} for command's `input` shape.
43
45
  * @see {@link CreateAccountCustomizationCommandOutput} for command's `response` shape.
44
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
45
47
  *
46
48
  */
47
49
  export declare class CreateAccountCustomizationCommand extends $Command<CreateAccountCustomizationCommandInput, CreateAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
20
20
  *
21
21
  * @see {@link CreateAnalysisCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateAnalysisCommandOutput} 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 CreateAnalysisCommand extends $Command<CreateAnalysisCommandInput, CreateAnalysisCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,9 +7,11 @@ export interface CreateDashboardCommandInput extends CreateDashboardRequest {
7
7
  export interface CreateDashboardCommandOutput extends CreateDashboardResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a dashboard from a template. To first create a template, see the <code>
11
- * <a>CreateTemplate</a>
12
- * </code> API operation.</p>
10
+ * <p>Creates a dashboard from a template. To first create a template, see the
11
+ * <code>
12
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
13
+ * </code>
14
+ * API operation.</p>
13
15
  * <p>A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created
14
16
  * from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can
15
17
  * create scheduled email reports from them. If you have the correct permissions, you can
@@ -26,7 +28,7 @@ export interface CreateDashboardCommandOutput extends CreateDashboardResponse, _
26
28
  *
27
29
  * @see {@link CreateDashboardCommandInput} for command's `input` shape.
28
30
  * @see {@link CreateDashboardCommandOutput} for command's `response` shape.
29
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
30
32
  *
31
33
  */
32
34
  export declare class CreateDashboardCommand extends $Command<CreateDashboardCommandInput, CreateDashboardCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
20
20
  *
21
21
  * @see {@link CreateDataSetCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDataSetCommandOutput} 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 CreateDataSetCommand extends $Command<CreateDataSetCommandInput, CreateDataSetCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse,
20
20
  *
21
21
  * @see {@link CreateDataSourceCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateDataSourceCommandOutput} 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 CreateDataSourceCommand extends $Command<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateFolderCommandOutput extends CreateFolderResponse, __Metad
20
20
  *
21
21
  * @see {@link CreateFolderCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateFolderCommandOutput} 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 CreateFolderCommand extends $Command<CreateFolderCommandInput, CreateFolderCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateFolderMembershipCommandOutput extends CreateFolderMembers
20
20
  *
21
21
  * @see {@link CreateFolderMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateFolderMembershipCommandOutput} 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 CreateFolderMembershipCommand extends $Command<CreateFolderMembershipCommandInput, CreateFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
24
24
  *
25
25
  * @see {@link CreateGroupCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateGroupCommandOutput} for command's `response` shape.
27
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateGroupCommand extends $Command<CreateGroupCommandInput, CreateGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateGroupMembershipCommandOutput extends CreateGroupMembershi
20
20
  *
21
21
  * @see {@link CreateGroupMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateGroupMembershipCommandOutput} 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 CreateGroupMembershipCommand extends $Command<CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface CreateIAMPolicyAssignmentCommandInput extends CreateIAMPolicyAs
7
7
  export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyAssignmentResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates an assignment with one specified IAMpolicy, identified by its Amazon Resource Name
10
+ * <p>Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name
11
11
  * (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight.
12
12
  * Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces,
13
13
  * use assignment names that are unique.</p>
@@ -23,7 +23,7 @@ export interface CreateIAMPolicyAssignmentCommandOutput extends CreateIAMPolicyA
23
23
  *
24
24
  * @see {@link CreateIAMPolicyAssignmentCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateIAMPolicyAssignmentCommandOutput} 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 CreateIAMPolicyAssignmentCommand extends $Command<CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface CreateIngestionCommandOutput extends CreateIngestionResponse, _
24
24
  *
25
25
  * @see {@link CreateIngestionCommandInput} for command's `input` shape.
26
26
  * @see {@link CreateIngestionCommandOutput} for command's `response` shape.
27
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class CreateIngestionCommand extends $Command<CreateIngestionCommandInput, CreateIngestionCommandOutput, QuickSightClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface CreateNamespaceCommandOutput extends CreateNamespaceResponse, _
27
27
  *
28
28
  * @see {@link CreateNamespaceCommandInput} for command's `input` shape.
29
29
  * @see {@link CreateNamespaceCommandOutput} for command's `response` shape.
30
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class CreateNamespaceCommand extends $Command<CreateNamespaceCommandInput, CreateNamespaceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateTemplateAliasCommandOutput extends CreateTemplateAliasRes
20
20
  *
21
21
  * @see {@link CreateTemplateAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateTemplateAliasCommandOutput} 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 CreateTemplateAliasCommand extends $Command<CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
27
27
  *
28
28
  * @see {@link CreateTemplateCommandInput} for command's `input` shape.
29
29
  * @see {@link CreateTemplateCommandOutput} for command's `response` shape.
30
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CreateThemeAliasCommandOutput extends CreateThemeAliasResponse,
20
20
  *
21
21
  * @see {@link CreateThemeAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateThemeAliasCommandOutput} 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 CreateThemeAliasCommand extends $Command<CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
23
23
  *
24
24
  * @see {@link CreateThemeCommandInput} for command's `input` shape.
25
25
  * @see {@link CreateThemeCommandOutput} 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 CreateThemeCommand extends $Command<CreateThemeCommandInput, CreateThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu
21
21
  *
22
22
  * @see {@link DeleteAccountCustomizationCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteAccountCustomizationCommandOutput} 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 DeleteAccountCustomizationCommand extends $Command<DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M
31
31
  *
32
32
  * @see {@link DeleteAnalysisCommandInput} for command's `input` shape.
33
33
  * @see {@link DeleteAnalysisCommandOutput} for command's `response` shape.
34
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class DeleteAnalysisCommand extends $Command<DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
20
20
  *
21
21
  * @see {@link DeleteDashboardCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDashboardCommandOutput} 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 DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
20
20
  *
21
21
  * @see {@link DeleteDataSetCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteDataSetCommandOutput} 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 DeleteDataSetCommand extends $Command<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
21
21
  *
22
22
  * @see {@link DeleteDataSourceCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteDataSourceCommandOutput} 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 DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
20
20
  *
21
21
  * @see {@link DeleteFolderCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFolderCommandOutput} 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 DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
20
20
  *
21
21
  * @see {@link DeleteFolderMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFolderMembershipCommandOutput} 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 DeleteFolderMembershipCommand extends $Command<DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
20
20
  *
21
21
  * @see {@link DeleteGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteGroupCommandOutput} 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 DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
20
20
  *
21
21
  * @see {@link DeleteGroupMembershipCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteGroupMembershipCommandOutput} 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 DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DeleteIAMPolicyAssignmentCommandInput extends DeleteIAMPolicyAs
7
7
  export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyAssignmentResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Deletes an existing IAMpolicy assignment.</p>
10
+ * <p>Deletes an existing IAM policy assignment.</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 DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
20
20
  *
21
21
  * @see {@link DeleteIAMPolicyAssignmentCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteIAMPolicyAssignmentCommandOutput} 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 DeleteIAMPolicyAssignmentCommand extends $Command<DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
22
22
  *
23
23
  * @see {@link DeleteNamespaceCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteNamespaceCommandOutput} for command's `response` shape.
25
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
21
21
  *
22
22
  * @see {@link DeleteTemplateAliasCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteTemplateAliasCommandOutput} 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 DeleteTemplateAliasCommand extends $Command<DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
20
20
  *
21
21
  * @see {@link DeleteTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteTemplateCommandOutput} 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 DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, QuickSightClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
22
22
  *
23
23
  * @see {@link DeleteThemeAliasCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteThemeAliasCommandOutput} for command's `response` shape.
25
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class DeleteThemeAliasCommand extends $Command<DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
20
20
  *
21
21
  * @see {@link DeleteThemeCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteThemeCommandOutput} 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 DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, QuickSightClientResolvedConfig> {