@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
@@ -20,7 +20,7 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
20
20
  *
21
21
  * @see {@link DeleteUserByPrincipalIdCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteUserByPrincipalIdCommandOutput} 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 DeleteUserByPrincipalIdCommand extends $Command<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
22
22
  *
23
23
  * @see {@link DeleteUserCommandInput} for command's `input` shape.
24
24
  * @see {@link DeleteUserCommandOutput} 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 DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -17,7 +17,7 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
17
17
  * <li>
18
18
  * <p>
19
19
  * <code>Amazon Web Services account</code> - The Amazon Web Services account exists at the top of the hierarchy.
20
- * It has the potential to use all of the Amazon Web Services Regions and AWS Services. When you
20
+ * It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
21
21
  * subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region.
22
22
  * That's where your free SPICE capacity is located. You can use Amazon QuickSight in any
23
23
  * supported Amazon Web Services Region. </p>
@@ -30,7 +30,7 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
30
30
  * Virginia). Generally speaking, these users have access to Amazon QuickSight in any
31
31
  * Amazon Web Services Region, unless they are constrained to a namespace. </p>
32
32
  * <p>To run the command in a different Amazon Web Services Region, you change your Region settings.
33
- * If you're using the AWS CLI, you can use one of the following options:</p>
33
+ * If you're using the CLI, you can use one of the following options:</p>
34
34
  * <ul>
35
35
  * <li>
36
36
  * <p>Use <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html">command line options</a>. </p>
@@ -41,13 +41,13 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
41
41
  * <li>
42
42
  * <p>Run <code>aws configure</code> to change your default Amazon Web Services Region. Use
43
43
  * Enter to key the same settings for your keys. For more information, see
44
- * <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">Configuring the AWS CLI</a>.</p>
44
+ * <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">Configuring the CLI</a>.</p>
45
45
  * </li>
46
46
  * </ul>
47
47
  * </li>
48
48
  * <li>
49
49
  * <p>
50
- * <code>Namespace</code> - A Amazon QuickSight namespace is a partition that contains
50
+ * <code>Namespace</code> - A QuickSight namespace is a partition that contains
51
51
  * users and assets (data sources, datasets, dashboards, and so on). To access
52
52
  * assets that are in a specific namespace, users and groups must also be part of
53
53
  * the same namespace. People who share a namespace are completely isolated from
@@ -76,7 +76,7 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
76
76
  *
77
77
  * @see {@link DescribeAccountCustomizationCommandInput} for command's `input` shape.
78
78
  * @see {@link DescribeAccountCustomizationCommandOutput} for command's `response` shape.
79
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
79
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
80
80
  *
81
81
  */
82
82
  export declare class DescribeAccountCustomizationCommand extends $Command<DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
21
21
  *
22
22
  * @see {@link DescribeAccountSettingsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeAccountSettingsCommandOutput} 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 DescribeAccountSettingsCommand extends $Command<DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
20
20
  *
21
21
  * @see {@link DescribeAnalysisCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAnalysisCommandOutput} 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 DescribeAnalysisCommand extends $Command<DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeAnalysisPermissionsCommandOutput extends DescribeAnalys
20
20
  *
21
21
  * @see {@link DescribeAnalysisPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeAnalysisPermissionsCommandOutput} 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 DescribeAnalysisPermissionsCommand extends $Command<DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
20
20
  *
21
21
  * @see {@link DescribeDashboardCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDashboardCommandOutput} 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 DescribeDashboardCommand extends $Command<DescribeDashboardCommandInput, DescribeDashboardCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDashboardPermissionsCommandOutput extends DescribeDashb
20
20
  *
21
21
  * @see {@link DescribeDashboardPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDashboardPermissionsCommandOutput} 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 DescribeDashboardPermissionsCommand extends $Command<DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
20
20
  *
21
21
  * @see {@link DescribeDataSetCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDataSetCommandOutput} 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 DescribeDataSetCommand extends $Command<DescribeDataSetCommandInput, DescribeDataSetCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeDataSetPermissionsCommandOutput extends DescribeDataSet
21
21
  *
22
22
  * @see {@link DescribeDataSetPermissionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeDataSetPermissionsCommandOutput} 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 DescribeDataSetPermissionsCommand extends $Command<DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
20
20
  *
21
21
  * @see {@link DescribeDataSourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDataSourceCommandOutput} 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 DescribeDataSourceCommand extends $Command<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDataSourcePermissionsCommandOutput extends DescribeData
20
20
  *
21
21
  * @see {@link DescribeDataSourcePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDataSourcePermissionsCommandOutput} 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 DescribeDataSourcePermissionsCommand extends $Command<DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFolderCommandOutput extends DescribeFolderResponse, __M
20
20
  *
21
21
  * @see {@link DescribeFolderCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFolderCommandOutput} 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 DescribeFolderCommand extends $Command<DescribeFolderCommandInput, DescribeFolderCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFolderPermissionsCommandOutput extends DescribeFolderPe
20
20
  *
21
21
  * @see {@link DescribeFolderPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFolderPermissionsCommandOutput} 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 DescribeFolderPermissionsCommand extends $Command<DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
20
20
  *
21
21
  * @see {@link DescribeFolderResolvedPermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFolderResolvedPermissionsCommandOutput} 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 DescribeFolderResolvedPermissionsCommand extends $Command<DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
20
20
  *
21
21
  * @see {@link DescribeGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeGroupCommandOutput} 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 DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DescribeIAMPolicyAssignmentCommandInput extends DescribeIAMPoli
7
7
  export interface DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPolicyAssignmentResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Describes an existing IAMpolicy assignment, as specified by the assignment name.</p>
10
+ * <p>Describes an existing IAM policy assignment, as specified by the assignment name.</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 DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPol
20
20
  *
21
21
  * @see {@link DescribeIAMPolicyAssignmentCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIAMPolicyAssignmentCommandOutput} 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 DescribeIAMPolicyAssignmentCommand extends $Command<DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeIngestionCommandOutput extends DescribeIngestionRespons
20
20
  *
21
21
  * @see {@link DescribeIngestionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIngestionCommandOutput} 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 DescribeIngestionCommand extends $Command<DescribeIngestionCommandInput, DescribeIngestionCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface DescribeIpRestrictionCommandInput extends DescribeIpRestriction
7
7
  export interface DescribeIpRestrictionCommandOutput extends DescribeIpRestrictionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Provides a summary and status of IP Rules.</p>
10
+ * <p>Provides a summary and status of IP rules.</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 DescribeIpRestrictionCommandOutput extends DescribeIpRestrictio
20
20
  *
21
21
  * @see {@link DescribeIpRestrictionCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIpRestrictionCommandOutput} 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 DescribeIpRestrictionCommand extends $Command<DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
20
20
  *
21
21
  * @see {@link DescribeNamespaceCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeNamespaceCommandOutput} 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 DescribeNamespaceCommand extends $Command<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia
20
20
  *
21
21
  * @see {@link DescribeTemplateAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeTemplateAliasCommandOutput} 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 DescribeTemplateAliasCommand extends $Command<DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
20
20
  *
21
21
  * @see {@link DescribeTemplateCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeTemplateCommandOutput} 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 DescribeTemplateCommand extends $Command<DescribeTemplateCommandInput, DescribeTemplateCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
20
20
  *
21
21
  * @see {@link DescribeTemplatePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeTemplatePermissionsCommandOutput} 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 DescribeTemplatePermissionsCommand extends $Command<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
20
20
  *
21
21
  * @see {@link DescribeThemeAliasCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeThemeAliasCommandOutput} 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 DescribeThemeAliasCommand extends $Command<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
20
20
  *
21
21
  * @see {@link DescribeThemeCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeThemeCommandOutput} 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 DescribeThemeCommand extends $Command<DescribeThemeCommandInput, DescribeThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
20
20
  *
21
21
  * @see {@link DescribeThemePermissionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeThemePermissionsCommandOutput} 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 DescribeThemePermissionsCommand extends $Command<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
21
21
  *
22
22
  * @see {@link DescribeUserCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeUserCommandOutput} 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 DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
39
39
  *
40
40
  * @see {@link GenerateEmbedUrlForAnonymousUserCommandInput} for command's `input` shape.
41
41
  * @see {@link GenerateEmbedUrlForAnonymousUserCommandOutput} for command's `response` shape.
42
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
39
39
  *
40
40
  * @see {@link GenerateEmbedUrlForRegisteredUserCommandInput} for command's `input` shape.
41
41
  * @see {@link GenerateEmbedUrlForRegisteredUserCommandOutput} for command's `response` shape.
42
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -42,7 +42,7 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
42
42
  *
43
43
  * @see {@link GetDashboardEmbedUrlCommandInput} for command's `input` shape.
44
44
  * @see {@link GetDashboardEmbedUrlCommandOutput} for command's `response` shape.
45
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
46
46
  *
47
47
  */
48
48
  export declare class GetDashboardEmbedUrlCommand extends $Command<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
@@ -14,10 +14,11 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
14
14
  * need belong to the author or admin security cohort. If you want to restrict permissions
15
15
  * to some of these features, add a custom permissions profile to the user with the
16
16
  * <code>
17
- * <a>UpdateUser</a>
17
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
18
18
  * </code> API operation. Use <code>
19
- * <a>RegisterUser</a>
20
- * </code> API operation to add a new user with a custom permission profile attached. For more
19
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
20
+ * </code>
21
+ * API operation to add a new user with a custom permission profile attached. For more
21
22
  * information, see the following sections in the <i>Amazon QuickSight User
22
23
  * Guide</i>:</p>
23
24
  * <ul>
@@ -44,7 +45,7 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
44
45
  *
45
46
  * @see {@link GetSessionEmbedUrlCommandInput} for command's `input` shape.
46
47
  * @see {@link GetSessionEmbedUrlCommandOutput} for command's `response` shape.
47
- * @see {@link QuickSightClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
48
49
  *
49
50
  */
50
51
  export declare class GetSessionEmbedUrlCommand extends $Command<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
20
20
  *
21
21
  * @see {@link ListAnalysesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListAnalysesCommandOutput} 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 ListAnalysesCommand extends $Command<ListAnalysesCommandInput, ListAnalysesCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
20
20
  *
21
21
  * @see {@link ListDashboardVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDashboardVersionsCommandOutput} 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 ListDashboardVersionsCommand extends $Command<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
20
20
  *
21
21
  * @see {@link ListDashboardsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDashboardsCommandOutput} 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 ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
21
21
  *
22
22
  * @see {@link ListDataSetsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListDataSetsCommandOutput} 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 ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
20
20
  *
21
21
  * @see {@link ListDataSourcesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDataSourcesCommandOutput} 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 ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
20
20
  *
21
21
  * @see {@link ListFolderMembersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListFolderMembersCommandOutput} 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 ListFolderMembersCommand extends $Command<ListFolderMembersCommandInput, ListFolderMembersCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListFoldersCommandInput} for command's `input` shape.
22
22
  * @see {@link ListFoldersCommandOutput} 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 ListFoldersCommand extends $Command<ListFoldersCommandInput, ListFoldersCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
20
20
  *
21
21
  * @see {@link ListGroupMembershipsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListGroupMembershipsCommandOutput} 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 ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
20
20
  *
21
21
  * @see {@link ListGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListGroupsCommandOutput} 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 ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface ListIAMPolicyAssignmentsCommandInput extends ListIAMPolicyAssig
7
7
  export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssignmentsResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists IAMpolicy assignments in the current Amazon QuickSight account.</p>
10
+ * <p>Lists IAM policy assignments in the current Amazon QuickSight account.</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 ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
20
20
  *
21
21
  * @see {@link ListIAMPolicyAssignmentsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIAMPolicyAssignmentsCommandOutput} 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 ListIAMPolicyAssignmentsCommand extends $Command<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig> {
@@ -7,7 +7,7 @@ export interface ListIAMPolicyAssignmentsForUserCommandInput extends ListIAMPoli
7
7
  export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPolicyAssignmentsForUserResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Lists all the IAMpolicy assignments, including the Amazon Resource Names (ARNs) for the IAM
10
+ * <p>Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM
11
11
  * policies assigned to the specified user and group or groups that the user belongs
12
12
  * to.</p>
13
13
  * @example
@@ -22,7 +22,7 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
22
22
  *
23
23
  * @see {@link ListIAMPolicyAssignmentsForUserCommandInput} for command's `input` shape.
24
24
  * @see {@link ListIAMPolicyAssignmentsForUserCommandOutput} 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 ListIAMPolicyAssignmentsForUserCommand extends $Command<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
20
20
  *
21
21
  * @see {@link ListIngestionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIngestionsCommandOutput} 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 ListIngestionsCommand extends $Command<ListIngestionsCommandInput, ListIngestionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
20
20
  *
21
21
  * @see {@link ListNamespacesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListNamespacesCommandOutput} 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 ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
20
20
  *
21
21
  * @see {@link ListTemplateAliasesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTemplateAliasesCommandOutput} 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 ListTemplateAliasesCommand extends $Command<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
20
20
  *
21
21
  * @see {@link ListTemplateVersionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTemplateVersionsCommandOutput} 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 ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
20
20
  *
21
21
  * @see {@link ListTemplatesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTemplatesCommandOutput} 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 ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, QuickSightClientResolvedConfig> {
@@ -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> {