@aws-sdk/client-quicksight 3.295.0 → 3.297.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 (151) hide show
  1. package/dist-types/QuickSight.d.ts +127 -0
  2. package/dist-types/QuickSightClient.d.ts +24 -4
  3. package/dist-types/commands/CancelIngestionCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateAnalysisCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDashboardCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateDataSetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDataSourceCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateFolderCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateIngestionCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateNamespaceCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +16 -0
  18. package/dist-types/commands/CreateTemplateCommand.d.ts +16 -0
  19. package/dist-types/commands/CreateThemeAliasCommand.d.ts +16 -0
  20. package/dist-types/commands/CreateThemeCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteAnalysisCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteDashboardCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteDataSetCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteDataSourceCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteFolderCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteNamespaceCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteTemplateCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteThemeCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeAnalysisCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeDashboardCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeDataSetCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeDataSourceCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +16 -0
  52. package/dist-types/commands/DescribeFolderCommand.d.ts +16 -0
  53. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +16 -0
  54. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +16 -0
  55. package/dist-types/commands/DescribeGroupCommand.d.ts +16 -0
  56. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +16 -0
  57. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +16 -0
  58. package/dist-types/commands/DescribeIngestionCommand.d.ts +16 -0
  59. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeNamespaceCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeTemplateCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeThemeCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeUserCommand.d.ts +16 -0
  69. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +16 -0
  70. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +16 -0
  71. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +16 -0
  72. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +16 -0
  73. package/dist-types/commands/ListAnalysesCommand.d.ts +16 -0
  74. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +16 -0
  75. package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
  76. package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
  77. package/dist-types/commands/ListDataSourcesCommand.d.ts +16 -0
  78. package/dist-types/commands/ListFolderMembersCommand.d.ts +16 -0
  79. package/dist-types/commands/ListFoldersCommand.d.ts +16 -0
  80. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +16 -0
  83. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +16 -0
  84. package/dist-types/commands/ListIngestionsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListNamespacesCommand.d.ts +16 -0
  86. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +16 -0
  88. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +16 -0
  89. package/dist-types/commands/ListTemplatesCommand.d.ts +16 -0
  90. package/dist-types/commands/ListThemeAliasesCommand.d.ts +16 -0
  91. package/dist-types/commands/ListThemeVersionsCommand.d.ts +16 -0
  92. package/dist-types/commands/ListThemesCommand.d.ts +16 -0
  93. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  94. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  95. package/dist-types/commands/RegisterUserCommand.d.ts +16 -0
  96. package/dist-types/commands/RestoreAnalysisCommand.d.ts +16 -0
  97. package/dist-types/commands/SearchAnalysesCommand.d.ts +16 -0
  98. package/dist-types/commands/SearchDashboardsCommand.d.ts +16 -0
  99. package/dist-types/commands/SearchDataSetsCommand.d.ts +16 -0
  100. package/dist-types/commands/SearchDataSourcesCommand.d.ts +16 -0
  101. package/dist-types/commands/SearchFoldersCommand.d.ts +16 -0
  102. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  103. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  104. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateAnalysisCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateDashboardCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateDataSetCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +16 -0
  114. package/dist-types/commands/UpdateDataSourceCommand.d.ts +16 -0
  115. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateFolderCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  119. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
  120. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +16 -0
  121. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +16 -0
  122. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +16 -0
  123. package/dist-types/commands/UpdateTemplateCommand.d.ts +16 -0
  124. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +16 -0
  125. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +16 -0
  126. package/dist-types/commands/UpdateThemeCommand.d.ts +16 -0
  127. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +16 -0
  128. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  129. package/dist-types/models/QuickSightServiceException.d.ts +2 -0
  130. package/dist-types/models/models_0.d.ts +422 -0
  131. package/dist-types/models/models_1.d.ts +416 -4
  132. package/dist-types/models/models_2.d.ts +629 -0
  133. package/dist-types/models/models_3.d.ts +360 -3
  134. package/dist-types/pagination/Interfaces.d.ts +3 -0
  135. package/dist-types/pagination/ListAnalysesPaginator.d.ts +3 -0
  136. package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +3 -0
  137. package/dist-types/pagination/ListDashboardsPaginator.d.ts +3 -0
  138. package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
  139. package/dist-types/pagination/ListDataSourcesPaginator.d.ts +3 -0
  140. package/dist-types/pagination/ListIngestionsPaginator.d.ts +3 -0
  141. package/dist-types/pagination/ListNamespacesPaginator.d.ts +3 -0
  142. package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +3 -0
  143. package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +3 -0
  144. package/dist-types/pagination/ListTemplatesPaginator.d.ts +3 -0
  145. package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +3 -0
  146. package/dist-types/pagination/ListThemesPaginator.d.ts +3 -0
  147. package/dist-types/pagination/SearchAnalysesPaginator.d.ts +3 -0
  148. package/dist-types/pagination/SearchDashboardsPaginator.d.ts +3 -0
  149. package/dist-types/pagination/SearchDataSetsPaginator.d.ts +3 -0
  150. package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +3 -0
  151. package/package.json +29 -29
@@ -127,6 +127,7 @@ import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput
127
127
  import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
128
128
  import { QuickSightClient } from "./QuickSightClient";
129
129
  /**
130
+ * @public
130
131
  * <fullname>Amazon QuickSight API Reference</fullname>
131
132
  * <p>Amazon QuickSight is a fully managed, serverless business intelligence service for the
132
133
  * Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
@@ -135,12 +136,14 @@ import { QuickSightClient } from "./QuickSightClient";
135
136
  */
136
137
  export declare class QuickSight extends QuickSightClient {
137
138
  /**
139
+ * @public
138
140
  * <p>Cancels an ongoing ingestion of data into SPICE.</p>
139
141
  */
140
142
  cancelIngestion(args: CancelIngestionCommandInput, options?: __HttpHandlerOptions): Promise<CancelIngestionCommandOutput>;
141
143
  cancelIngestion(args: CancelIngestionCommandInput, cb: (err: any, data?: CancelIngestionCommandOutput) => void): void;
142
144
  cancelIngestion(args: CancelIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelIngestionCommandOutput) => void): void;
143
145
  /**
146
+ * @public
144
147
  * <p>Creates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, you can add a custom default theme by using the
145
148
  * <code>CreateAccountCustomization</code> or <code>UpdateAccountCustomization</code>
146
149
  * API operation. To further customize Amazon QuickSight by removing Amazon QuickSight
@@ -169,6 +172,7 @@ export declare class QuickSight extends QuickSightClient {
169
172
  createAccountCustomization(args: CreateAccountCustomizationCommandInput, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
170
173
  createAccountCustomization(args: CreateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
171
174
  /**
175
+ * @public
172
176
  * <p>Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.</p>
173
177
  * <p>The Amazon Web Services Region for the account is derived from what is configured in the
174
178
  * CLI or SDK. This operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia
@@ -197,12 +201,14 @@ export declare class QuickSight extends QuickSightClient {
197
201
  createAccountSubscription(args: CreateAccountSubscriptionCommandInput, cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void): void;
198
202
  createAccountSubscription(args: CreateAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountSubscriptionCommandOutput) => void): void;
199
203
  /**
204
+ * @public
200
205
  * <p>Creates an analysis in Amazon QuickSight. Analyses can be created either from a template or from an <code>AnalysisDefinition</code>.</p>
201
206
  */
202
207
  createAnalysis(args: CreateAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<CreateAnalysisCommandOutput>;
203
208
  createAnalysis(args: CreateAnalysisCommandInput, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
204
209
  createAnalysis(args: CreateAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAnalysisCommandOutput) => void): void;
205
210
  /**
211
+ * @public
206
212
  * <p>Creates a dashboard from either a template or directly with a <code>DashboardDefinition</code>. To first create a template, see the
207
213
  * <code>
208
214
  * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
@@ -217,30 +223,35 @@ export declare class QuickSight extends QuickSightClient {
217
223
  createDashboard(args: CreateDashboardCommandInput, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
218
224
  createDashboard(args: CreateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDashboardCommandOutput) => void): void;
219
225
  /**
226
+ * @public
220
227
  * <p>Creates a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>
221
228
  */
222
229
  createDataSet(args: CreateDataSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSetCommandOutput>;
223
230
  createDataSet(args: CreateDataSetCommandInput, cb: (err: any, data?: CreateDataSetCommandOutput) => void): void;
224
231
  createDataSet(args: CreateDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSetCommandOutput) => void): void;
225
232
  /**
233
+ * @public
226
234
  * <p>Creates a data source.</p>
227
235
  */
228
236
  createDataSource(args: CreateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceCommandOutput>;
229
237
  createDataSource(args: CreateDataSourceCommandInput, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
230
238
  createDataSource(args: CreateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceCommandOutput) => void): void;
231
239
  /**
240
+ * @public
232
241
  * <p>Creates an empty shared folder.</p>
233
242
  */
234
243
  createFolder(args: CreateFolderCommandInput, options?: __HttpHandlerOptions): Promise<CreateFolderCommandOutput>;
235
244
  createFolder(args: CreateFolderCommandInput, cb: (err: any, data?: CreateFolderCommandOutput) => void): void;
236
245
  createFolder(args: CreateFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFolderCommandOutput) => void): void;
237
246
  /**
247
+ * @public
238
248
  * <p>Adds an asset, such as a dashboard, analysis, or dataset into a folder.</p>
239
249
  */
240
250
  createFolderMembership(args: CreateFolderMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateFolderMembershipCommandOutput>;
241
251
  createFolderMembership(args: CreateFolderMembershipCommandInput, cb: (err: any, data?: CreateFolderMembershipCommandOutput) => void): void;
242
252
  createFolderMembership(args: CreateFolderMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFolderMembershipCommandOutput) => void): void;
243
253
  /**
254
+ * @public
244
255
  * <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
245
256
  * <p>The permissions resource is
246
257
  * <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
@@ -251,12 +262,14 @@ export declare class QuickSight extends QuickSightClient {
251
262
  createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
252
263
  createGroup(args: CreateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
253
264
  /**
265
+ * @public
254
266
  * <p>Adds an Amazon QuickSight user to an Amazon QuickSight group. </p>
255
267
  */
256
268
  createGroupMembership(args: CreateGroupMembershipCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupMembershipCommandOutput>;
257
269
  createGroupMembership(args: CreateGroupMembershipCommandInput, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
258
270
  createGroupMembership(args: CreateGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGroupMembershipCommandOutput) => void): void;
259
271
  /**
272
+ * @public
260
273
  * <p>Creates an assignment with one specified IAM policy, identified by its Amazon Resource Name
261
274
  * (ARN). This policy assignment is attached to the specified groups or users of Amazon QuickSight.
262
275
  * Assignment names are unique per Amazon Web Services account. To avoid overwriting rules in other namespaces,
@@ -266,6 +279,7 @@ export declare class QuickSight extends QuickSightClient {
266
279
  createIAMPolicyAssignment(args: CreateIAMPolicyAssignmentCommandInput, cb: (err: any, data?: CreateIAMPolicyAssignmentCommandOutput) => void): void;
267
280
  createIAMPolicyAssignment(args: CreateIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIAMPolicyAssignmentCommandOutput) => void): void;
268
281
  /**
282
+ * @public
269
283
  * <p>Creates and starts a new SPICE ingestion for a dataset. You can manually refresh datasets in
270
284
  * an Enterprise edition account 32 times in a 24-hour period. You can manually refresh
271
285
  * datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period
@@ -278,6 +292,7 @@ export declare class QuickSight extends QuickSightClient {
278
292
  createIngestion(args: CreateIngestionCommandInput, cb: (err: any, data?: CreateIngestionCommandOutput) => void): void;
279
293
  createIngestion(args: CreateIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIngestionCommandOutput) => void): void;
280
294
  /**
295
+ * @public
281
296
  * <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
282
297
  * <p>A namespace allows you to isolate the Amazon QuickSight users and groups that are registered
283
298
  * for that namespace. Users that access the namespace can share assets only with other
@@ -291,6 +306,7 @@ export declare class QuickSight extends QuickSightClient {
291
306
  createNamespace(args: CreateNamespaceCommandInput, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
292
307
  createNamespace(args: CreateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
293
308
  /**
309
+ * @public
294
310
  * <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing Amazon QuickSight analysis or template. You can use the resulting
295
311
  * template to create additional dashboards, templates, or analyses.</p>
296
312
  * <p>A <i>template</i> is an entity in Amazon QuickSight that encapsulates the metadata
@@ -304,12 +320,14 @@ export declare class QuickSight extends QuickSightClient {
304
320
  createTemplate(args: CreateTemplateCommandInput, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
305
321
  createTemplate(args: CreateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
306
322
  /**
323
+ * @public
307
324
  * <p>Creates a template alias for a template.</p>
308
325
  */
309
326
  createTemplateAlias(args: CreateTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateTemplateAliasCommandOutput>;
310
327
  createTemplateAlias(args: CreateTemplateAliasCommandInput, cb: (err: any, data?: CreateTemplateAliasCommandOutput) => void): void;
311
328
  createTemplateAlias(args: CreateTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateAliasCommandOutput) => void): void;
312
329
  /**
330
+ * @public
313
331
  * <p>Creates a theme.</p>
314
332
  * <p>A <i>theme</i> is set of configuration options for color and layout.
315
333
  * Themes apply to analyses and dashboards. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html">Using
@@ -319,12 +337,14 @@ export declare class QuickSight extends QuickSightClient {
319
337
  createTheme(args: CreateThemeCommandInput, cb: (err: any, data?: CreateThemeCommandOutput) => void): void;
320
338
  createTheme(args: CreateThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThemeCommandOutput) => void): void;
321
339
  /**
340
+ * @public
322
341
  * <p>Creates a theme alias for a theme.</p>
323
342
  */
324
343
  createThemeAlias(args: CreateThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateThemeAliasCommandOutput>;
325
344
  createThemeAlias(args: CreateThemeAliasCommandInput, cb: (err: any, data?: CreateThemeAliasCommandOutput) => void): void;
326
345
  createThemeAlias(args: CreateThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateThemeAliasCommandOutput) => void): void;
327
346
  /**
347
+ * @public
328
348
  * <p>Deletes all Amazon QuickSight customizations in this Amazon Web Services Region for the specified
329
349
  * Amazon Web Services account and Amazon QuickSight namespace.</p>
330
350
  */
@@ -332,12 +352,14 @@ export declare class QuickSight extends QuickSightClient {
332
352
  deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void): void;
333
353
  deleteAccountCustomization(args: DeleteAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountCustomizationCommandOutput) => void): void;
334
354
  /**
355
+ * @public
335
356
  * <p>Use the <code>DeleteAccountSubscription</code> operation to delete an Amazon QuickSight account. This operation will result in an error message if you have configured your account termination protection settings to <code>True</code>. To change this setting and delete your account, call the <code>UpdateAccountSettings</code> API and set the value of the <code>TerminationProtectionEnabled</code> parameter to <code>False</code>, then make another call to the <code>DeleteAccountSubscription</code> API.</p>
336
357
  */
337
358
  deleteAccountSubscription(args: DeleteAccountSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountSubscriptionCommandOutput>;
338
359
  deleteAccountSubscription(args: DeleteAccountSubscriptionCommandInput, cb: (err: any, data?: DeleteAccountSubscriptionCommandOutput) => void): void;
339
360
  deleteAccountSubscription(args: DeleteAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountSubscriptionCommandOutput) => void): void;
340
361
  /**
362
+ * @public
341
363
  * <p>Deletes an analysis from Amazon QuickSight. You can optionally include a recovery window during
342
364
  * which you can restore the analysis. If you don't specify a recovery window value, the
343
365
  * operation defaults to 30 days. Amazon QuickSight attaches a <code>DeletionTime</code> stamp to
@@ -355,18 +377,21 @@ export declare class QuickSight extends QuickSightClient {
355
377
  deleteAnalysis(args: DeleteAnalysisCommandInput, cb: (err: any, data?: DeleteAnalysisCommandOutput) => void): void;
356
378
  deleteAnalysis(args: DeleteAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnalysisCommandOutput) => void): void;
357
379
  /**
380
+ * @public
358
381
  * <p>Deletes a dashboard.</p>
359
382
  */
360
383
  deleteDashboard(args: DeleteDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDashboardCommandOutput>;
361
384
  deleteDashboard(args: DeleteDashboardCommandInput, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
362
385
  deleteDashboard(args: DeleteDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDashboardCommandOutput) => void): void;
363
386
  /**
387
+ * @public
364
388
  * <p>Deletes a dataset.</p>
365
389
  */
366
390
  deleteDataSet(args: DeleteDataSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSetCommandOutput>;
367
391
  deleteDataSet(args: DeleteDataSetCommandInput, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
368
392
  deleteDataSet(args: DeleteDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
369
393
  /**
394
+ * @public
370
395
  * <p>Deletes the data source permanently. This operation breaks
371
396
  * all the datasets that reference the deleted data source.</p>
372
397
  */
@@ -374,36 +399,42 @@ export declare class QuickSight extends QuickSightClient {
374
399
  deleteDataSource(args: DeleteDataSourceCommandInput, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
375
400
  deleteDataSource(args: DeleteDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
376
401
  /**
402
+ * @public
377
403
  * <p>Deletes an empty folder.</p>
378
404
  */
379
405
  deleteFolder(args: DeleteFolderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFolderCommandOutput>;
380
406
  deleteFolder(args: DeleteFolderCommandInput, cb: (err: any, data?: DeleteFolderCommandOutput) => void): void;
381
407
  deleteFolder(args: DeleteFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFolderCommandOutput) => void): void;
382
408
  /**
409
+ * @public
383
410
  * <p>Removes an asset, such as a dashboard, analysis, or dataset, from a folder.</p>
384
411
  */
385
412
  deleteFolderMembership(args: DeleteFolderMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFolderMembershipCommandOutput>;
386
413
  deleteFolderMembership(args: DeleteFolderMembershipCommandInput, cb: (err: any, data?: DeleteFolderMembershipCommandOutput) => void): void;
387
414
  deleteFolderMembership(args: DeleteFolderMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFolderMembershipCommandOutput) => void): void;
388
415
  /**
416
+ * @public
389
417
  * <p>Removes a user group from Amazon QuickSight. </p>
390
418
  */
391
419
  deleteGroup(args: DeleteGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupCommandOutput>;
392
420
  deleteGroup(args: DeleteGroupCommandInput, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
393
421
  deleteGroup(args: DeleteGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupCommandOutput) => void): void;
394
422
  /**
423
+ * @public
395
424
  * <p>Removes a user from a group so that the user is no longer a member of the group.</p>
396
425
  */
397
426
  deleteGroupMembership(args: DeleteGroupMembershipCommandInput, options?: __HttpHandlerOptions): Promise<DeleteGroupMembershipCommandOutput>;
398
427
  deleteGroupMembership(args: DeleteGroupMembershipCommandInput, cb: (err: any, data?: DeleteGroupMembershipCommandOutput) => void): void;
399
428
  deleteGroupMembership(args: DeleteGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteGroupMembershipCommandOutput) => void): void;
400
429
  /**
430
+ * @public
401
431
  * <p>Deletes an existing IAM policy assignment.</p>
402
432
  */
403
433
  deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIAMPolicyAssignmentCommandOutput>;
404
434
  deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, cb: (err: any, data?: DeleteIAMPolicyAssignmentCommandOutput) => void): void;
405
435
  deleteIAMPolicyAssignment(args: DeleteIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIAMPolicyAssignmentCommandOutput) => void): void;
406
436
  /**
437
+ * @public
407
438
  * <p>Deletes a namespace and the users and groups that are associated with the namespace.
408
439
  * This is an asynchronous process. Assets including dashboards, analyses, datasets and data sources are not
409
440
  * deleted. To delete these assets, you use the API operations for the relevant asset. </p>
@@ -412,12 +443,14 @@ export declare class QuickSight extends QuickSightClient {
412
443
  deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
413
444
  deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
414
445
  /**
446
+ * @public
415
447
  * <p>Deletes a template.</p>
416
448
  */
417
449
  deleteTemplate(args: DeleteTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTemplateCommandOutput>;
418
450
  deleteTemplate(args: DeleteTemplateCommandInput, cb: (err: any, data?: DeleteTemplateCommandOutput) => void): void;
419
451
  deleteTemplate(args: DeleteTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateCommandOutput) => void): void;
420
452
  /**
453
+ * @public
421
454
  * <p>Deletes the item that the specified template alias points to. If you provide a specific
422
455
  * alias, you delete the version of the template that the alias points to.</p>
423
456
  */
@@ -425,12 +458,14 @@ export declare class QuickSight extends QuickSightClient {
425
458
  deleteTemplateAlias(args: DeleteTemplateAliasCommandInput, cb: (err: any, data?: DeleteTemplateAliasCommandOutput) => void): void;
426
459
  deleteTemplateAlias(args: DeleteTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTemplateAliasCommandOutput) => void): void;
427
460
  /**
461
+ * @public
428
462
  * <p>Deletes a theme.</p>
429
463
  */
430
464
  deleteTheme(args: DeleteThemeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteThemeCommandOutput>;
431
465
  deleteTheme(args: DeleteThemeCommandInput, cb: (err: any, data?: DeleteThemeCommandOutput) => void): void;
432
466
  deleteTheme(args: DeleteThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThemeCommandOutput) => void): void;
433
467
  /**
468
+ * @public
434
469
  * <p>Deletes the version of the theme that the specified theme alias points to.
435
470
  * If you provide a specific alias, you delete the version of the theme
436
471
  * that the alias points to.</p>
@@ -439,6 +474,7 @@ export declare class QuickSight extends QuickSightClient {
439
474
  deleteThemeAlias(args: DeleteThemeAliasCommandInput, cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void): void;
440
475
  deleteThemeAlias(args: DeleteThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteThemeAliasCommandOutput) => void): void;
441
476
  /**
477
+ * @public
442
478
  * <p>Deletes the Amazon QuickSight user that is associated with the identity of the
443
479
  * IAM user or role that's making the call. The IAM user
444
480
  * isn't deleted as a result of this call. </p>
@@ -447,12 +483,14 @@ export declare class QuickSight extends QuickSightClient {
447
483
  deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
448
484
  deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
449
485
  /**
486
+ * @public
450
487
  * <p>Deletes a user identified by its principal ID. </p>
451
488
  */
452
489
  deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserByPrincipalIdCommandOutput>;
453
490
  deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void): void;
454
491
  deleteUserByPrincipalId(args: DeleteUserByPrincipalIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserByPrincipalIdCommandOutput) => void): void;
455
492
  /**
493
+ * @public
456
494
  * <p>Describes the customizations associated with the provided Amazon Web Services account and Amazon
457
495
  * Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which
458
496
  * customizations to apply by running this API operation with the <code>Resolved</code> flag
@@ -515,6 +553,7 @@ export declare class QuickSight extends QuickSightClient {
515
553
  describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void): void;
516
554
  describeAccountCustomization(args: DescribeAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountCustomizationCommandOutput) => void): void;
517
555
  /**
556
+ * @public
518
557
  * <p>Describes the settings that were used when your Amazon QuickSight subscription was first
519
558
  * created in this Amazon Web Services account.</p>
520
559
  */
@@ -522,18 +561,21 @@ export declare class QuickSight extends QuickSightClient {
522
561
  describeAccountSettings(args: DescribeAccountSettingsCommandInput, cb: (err: any, data?: DescribeAccountSettingsCommandOutput) => void): void;
523
562
  describeAccountSettings(args: DescribeAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountSettingsCommandOutput) => void): void;
524
563
  /**
564
+ * @public
525
565
  * <p>Use the DescribeAccountSubscription operation to receive a description of an Amazon QuickSight account's subscription. A successful API call returns an <code>AccountInfo</code> object that includes an account's name, subscription status, authentication type, edition, and notification email address.</p>
526
566
  */
527
567
  describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountSubscriptionCommandOutput>;
528
568
  describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void): void;
529
569
  describeAccountSubscription(args: DescribeAccountSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountSubscriptionCommandOutput) => void): void;
530
570
  /**
571
+ * @public
531
572
  * <p>Provides a summary of the metadata for an analysis.</p>
532
573
  */
533
574
  describeAnalysis(args: DescribeAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisCommandOutput>;
534
575
  describeAnalysis(args: DescribeAnalysisCommandInput, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
535
576
  describeAnalysis(args: DescribeAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
536
577
  /**
578
+ * @public
537
579
  * <p>Provides a detailed description of the definition of an analysis.</p>
538
580
  * <note>
539
581
  * <p>If you do not need to know details about the content of an Analysis, for instance if you
@@ -548,18 +590,21 @@ export declare class QuickSight extends QuickSightClient {
548
590
  describeAnalysisDefinition(args: DescribeAnalysisDefinitionCommandInput, cb: (err: any, data?: DescribeAnalysisDefinitionCommandOutput) => void): void;
549
591
  describeAnalysisDefinition(args: DescribeAnalysisDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisDefinitionCommandOutput) => void): void;
550
592
  /**
593
+ * @public
551
594
  * <p>Provides the read and write permissions for an analysis.</p>
552
595
  */
553
596
  describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisPermissionsCommandOutput>;
554
597
  describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void): void;
555
598
  describeAnalysisPermissions(args: DescribeAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void): void;
556
599
  /**
600
+ * @public
557
601
  * <p>Provides a summary for a dashboard.</p>
558
602
  */
559
603
  describeDashboard(args: DescribeDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardCommandOutput>;
560
604
  describeDashboard(args: DescribeDashboardCommandInput, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
561
605
  describeDashboard(args: DescribeDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
562
606
  /**
607
+ * @public
563
608
  * <p>Provides a detailed description of the definition of a dashboard.</p>
564
609
  * <note>
565
610
  * <p>If you do not need to know details about the content of a dashboard, for instance if you
@@ -574,18 +619,21 @@ export declare class QuickSight extends QuickSightClient {
574
619
  describeDashboardDefinition(args: DescribeDashboardDefinitionCommandInput, cb: (err: any, data?: DescribeDashboardDefinitionCommandOutput) => void): void;
575
620
  describeDashboardDefinition(args: DescribeDashboardDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardDefinitionCommandOutput) => void): void;
576
621
  /**
622
+ * @public
577
623
  * <p>Describes read and write permissions for a dashboard.</p>
578
624
  */
579
625
  describeDashboardPermissions(args: DescribeDashboardPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardPermissionsCommandOutput>;
580
626
  describeDashboardPermissions(args: DescribeDashboardPermissionsCommandInput, cb: (err: any, data?: DescribeDashboardPermissionsCommandOutput) => void): void;
581
627
  describeDashboardPermissions(args: DescribeDashboardPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardPermissionsCommandOutput) => void): void;
582
628
  /**
629
+ * @public
583
630
  * <p>Describes a dataset. This operation doesn't support datasets that include uploaded files as a source.</p>
584
631
  */
585
632
  describeDataSet(args: DescribeDataSetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetCommandOutput>;
586
633
  describeDataSet(args: DescribeDataSetCommandInput, cb: (err: any, data?: DescribeDataSetCommandOutput) => void): void;
587
634
  describeDataSet(args: DescribeDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetCommandOutput) => void): void;
588
635
  /**
636
+ * @public
589
637
  * <p>Describes the permissions on a dataset.</p>
590
638
  * <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
591
639
  */
@@ -593,42 +641,49 @@ export declare class QuickSight extends QuickSightClient {
593
641
  describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
594
642
  describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
595
643
  /**
644
+ * @public
596
645
  * <p>Describes a data source.</p>
597
646
  */
598
647
  describeDataSource(args: DescribeDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourceCommandOutput>;
599
648
  describeDataSource(args: DescribeDataSourceCommandInput, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
600
649
  describeDataSource(args: DescribeDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourceCommandOutput) => void): void;
601
650
  /**
651
+ * @public
602
652
  * <p>Describes the resource permissions for a data source.</p>
603
653
  */
604
654
  describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourcePermissionsCommandOutput>;
605
655
  describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void): void;
606
656
  describeDataSourcePermissions(args: DescribeDataSourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourcePermissionsCommandOutput) => void): void;
607
657
  /**
658
+ * @public
608
659
  * <p>Describes a folder.</p>
609
660
  */
610
661
  describeFolder(args: DescribeFolderCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderCommandOutput>;
611
662
  describeFolder(args: DescribeFolderCommandInput, cb: (err: any, data?: DescribeFolderCommandOutput) => void): void;
612
663
  describeFolder(args: DescribeFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderCommandOutput) => void): void;
613
664
  /**
665
+ * @public
614
666
  * <p>Describes permissions for a folder.</p>
615
667
  */
616
668
  describeFolderPermissions(args: DescribeFolderPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderPermissionsCommandOutput>;
617
669
  describeFolderPermissions(args: DescribeFolderPermissionsCommandInput, cb: (err: any, data?: DescribeFolderPermissionsCommandOutput) => void): void;
618
670
  describeFolderPermissions(args: DescribeFolderPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderPermissionsCommandOutput) => void): void;
619
671
  /**
672
+ * @public
620
673
  * <p>Describes the folder resolved permissions. Permissions consists of both folder direct permissions and the inherited permissions from the ancestor folders.</p>
621
674
  */
622
675
  describeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderResolvedPermissionsCommandOutput>;
623
676
  describeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, cb: (err: any, data?: DescribeFolderResolvedPermissionsCommandOutput) => void): void;
624
677
  describeFolderResolvedPermissions(args: DescribeFolderResolvedPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderResolvedPermissionsCommandOutput) => void): void;
625
678
  /**
679
+ * @public
626
680
  * <p>Returns an Amazon QuickSight group's description and Amazon Resource Name (ARN). </p>
627
681
  */
628
682
  describeGroup(args: DescribeGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGroupCommandOutput>;
629
683
  describeGroup(args: DescribeGroupCommandInput, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
630
684
  describeGroup(args: DescribeGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupCommandOutput) => void): void;
631
685
  /**
686
+ * @public
632
687
  * <p>Use the <code>DescribeGroupMembership</code> operation to determine if a user is a
633
688
  * member of the specified group. If the user exists and is a member of the specified
634
689
  * group, an associated <code>GroupMember</code> object is returned.</p>
@@ -637,42 +692,49 @@ export declare class QuickSight extends QuickSightClient {
637
692
  describeGroupMembership(args: DescribeGroupMembershipCommandInput, cb: (err: any, data?: DescribeGroupMembershipCommandOutput) => void): void;
638
693
  describeGroupMembership(args: DescribeGroupMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupMembershipCommandOutput) => void): void;
639
694
  /**
695
+ * @public
640
696
  * <p>Describes an existing IAM policy assignment, as specified by the assignment name.</p>
641
697
  */
642
698
  describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIAMPolicyAssignmentCommandOutput>;
643
699
  describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, cb: (err: any, data?: DescribeIAMPolicyAssignmentCommandOutput) => void): void;
644
700
  describeIAMPolicyAssignment(args: DescribeIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIAMPolicyAssignmentCommandOutput) => void): void;
645
701
  /**
702
+ * @public
646
703
  * <p>Describes a SPICE ingestion.</p>
647
704
  */
648
705
  describeIngestion(args: DescribeIngestionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIngestionCommandOutput>;
649
706
  describeIngestion(args: DescribeIngestionCommandInput, cb: (err: any, data?: DescribeIngestionCommandOutput) => void): void;
650
707
  describeIngestion(args: DescribeIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIngestionCommandOutput) => void): void;
651
708
  /**
709
+ * @public
652
710
  * <p>Provides a summary and status of IP rules.</p>
653
711
  */
654
712
  describeIpRestriction(args: DescribeIpRestrictionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIpRestrictionCommandOutput>;
655
713
  describeIpRestriction(args: DescribeIpRestrictionCommandInput, cb: (err: any, data?: DescribeIpRestrictionCommandOutput) => void): void;
656
714
  describeIpRestriction(args: DescribeIpRestrictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIpRestrictionCommandOutput) => void): void;
657
715
  /**
716
+ * @public
658
717
  * <p>Describes the current namespace.</p>
659
718
  */
660
719
  describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
661
720
  describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
662
721
  describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
663
722
  /**
723
+ * @public
664
724
  * <p>Describes a template's metadata.</p>
665
725
  */
666
726
  describeTemplate(args: DescribeTemplateCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplateCommandOutput>;
667
727
  describeTemplate(args: DescribeTemplateCommandInput, cb: (err: any, data?: DescribeTemplateCommandOutput) => void): void;
668
728
  describeTemplate(args: DescribeTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateCommandOutput) => void): void;
669
729
  /**
730
+ * @public
670
731
  * <p>Describes the template alias for a template.</p>
671
732
  */
672
733
  describeTemplateAlias(args: DescribeTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplateAliasCommandOutput>;
673
734
  describeTemplateAlias(args: DescribeTemplateAliasCommandInput, cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void): void;
674
735
  describeTemplateAlias(args: DescribeTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void): void;
675
736
  /**
737
+ * @public
676
738
  * <p>Provides a detailed description of the definition of a template.</p>
677
739
  * <note>
678
740
  * <p>If you do not need to know details about the content of a template, for instance if you
@@ -687,36 +749,42 @@ export declare class QuickSight extends QuickSightClient {
687
749
  describeTemplateDefinition(args: DescribeTemplateDefinitionCommandInput, cb: (err: any, data?: DescribeTemplateDefinitionCommandOutput) => void): void;
688
750
  describeTemplateDefinition(args: DescribeTemplateDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateDefinitionCommandOutput) => void): void;
689
751
  /**
752
+ * @public
690
753
  * <p>Describes read and write permissions on a template.</p>
691
754
  */
692
755
  describeTemplatePermissions(args: DescribeTemplatePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplatePermissionsCommandOutput>;
693
756
  describeTemplatePermissions(args: DescribeTemplatePermissionsCommandInput, cb: (err: any, data?: DescribeTemplatePermissionsCommandOutput) => void): void;
694
757
  describeTemplatePermissions(args: DescribeTemplatePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplatePermissionsCommandOutput) => void): void;
695
758
  /**
759
+ * @public
696
760
  * <p>Describes a theme.</p>
697
761
  */
698
762
  describeTheme(args: DescribeThemeCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemeCommandOutput>;
699
763
  describeTheme(args: DescribeThemeCommandInput, cb: (err: any, data?: DescribeThemeCommandOutput) => void): void;
700
764
  describeTheme(args: DescribeThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemeCommandOutput) => void): void;
701
765
  /**
766
+ * @public
702
767
  * <p>Describes the alias for a theme.</p>
703
768
  */
704
769
  describeThemeAlias(args: DescribeThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemeAliasCommandOutput>;
705
770
  describeThemeAlias(args: DescribeThemeAliasCommandInput, cb: (err: any, data?: DescribeThemeAliasCommandOutput) => void): void;
706
771
  describeThemeAlias(args: DescribeThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemeAliasCommandOutput) => void): void;
707
772
  /**
773
+ * @public
708
774
  * <p>Describes the read and write permissions for a theme.</p>
709
775
  */
710
776
  describeThemePermissions(args: DescribeThemePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeThemePermissionsCommandOutput>;
711
777
  describeThemePermissions(args: DescribeThemePermissionsCommandInput, cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void): void;
712
778
  describeThemePermissions(args: DescribeThemePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeThemePermissionsCommandOutput) => void): void;
713
779
  /**
780
+ * @public
714
781
  * <p>Returns information about a user, given the user name. </p>
715
782
  */
716
783
  describeUser(args: DescribeUserCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUserCommandOutput>;
717
784
  describeUser(args: DescribeUserCommandInput, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
718
785
  describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
719
786
  /**
787
+ * @public
720
788
  * <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.</p>
721
789
  * <p>The following rules apply to the generated URL:</p>
722
790
  * <ul>
@@ -740,6 +808,7 @@ export declare class QuickSight extends QuickSightClient {
740
808
  generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForAnonymousUserCommandOutput) => void): void;
741
809
  generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForAnonymousUserCommandOutput) => void): void;
742
810
  /**
811
+ * @public
743
812
  * <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account.
744
813
  * Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
745
814
  * <p>The following rules apply to the generated URL:</p>
@@ -766,6 +835,7 @@ export declare class QuickSight extends QuickSightClient {
766
835
  generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
767
836
  generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
768
837
  /**
838
+ * @public
769
839
  * <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
770
840
  * <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p>
771
841
  * <ul>
@@ -793,6 +863,7 @@ export declare class QuickSight extends QuickSightClient {
793
863
  getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, cb: (err: any, data?: GetDashboardEmbedUrlCommandOutput) => void): void;
794
864
  getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDashboardEmbedUrlCommandOutput) => void): void;
795
865
  /**
866
+ * @public
796
867
  * <p>Generates a session URL and authorization code that you can use to embed the Amazon
797
868
  * Amazon QuickSight console in your web server code. Use <code>GetSessionEmbedUrl</code> where
798
869
  * you want to provide an authoring portal that allows users to create data sources,
@@ -824,24 +895,28 @@ export declare class QuickSight extends QuickSightClient {
824
895
  getSessionEmbedUrl(args: GetSessionEmbedUrlCommandInput, cb: (err: any, data?: GetSessionEmbedUrlCommandOutput) => void): void;
825
896
  getSessionEmbedUrl(args: GetSessionEmbedUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionEmbedUrlCommandOutput) => void): void;
826
897
  /**
898
+ * @public
827
899
  * <p>Lists Amazon QuickSight analyses that exist in the specified Amazon Web Services account.</p>
828
900
  */
829
901
  listAnalyses(args: ListAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalysesCommandOutput>;
830
902
  listAnalyses(args: ListAnalysesCommandInput, cb: (err: any, data?: ListAnalysesCommandOutput) => void): void;
831
903
  listAnalyses(args: ListAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalysesCommandOutput) => void): void;
832
904
  /**
905
+ * @public
833
906
  * <p>Lists dashboards in an Amazon Web Services account.</p>
834
907
  */
835
908
  listDashboards(args: ListDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardsCommandOutput>;
836
909
  listDashboards(args: ListDashboardsCommandInput, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
837
910
  listDashboards(args: ListDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardsCommandOutput) => void): void;
838
911
  /**
912
+ * @public
839
913
  * <p>Lists all the versions of the dashboards in the Amazon QuickSight subscription.</p>
840
914
  */
841
915
  listDashboardVersions(args: ListDashboardVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListDashboardVersionsCommandOutput>;
842
916
  listDashboardVersions(args: ListDashboardVersionsCommandInput, cb: (err: any, data?: ListDashboardVersionsCommandOutput) => void): void;
843
917
  listDashboardVersions(args: ListDashboardVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardVersionsCommandOutput) => void): void;
844
918
  /**
919
+ * @public
845
920
  * <p>Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.</p>
846
921
  * <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/*</code>.</p>
847
922
  */
@@ -849,42 +924,49 @@ export declare class QuickSight extends QuickSightClient {
849
924
  listDataSets(args: ListDataSetsCommandInput, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
850
925
  listDataSets(args: ListDataSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
851
926
  /**
927
+ * @public
852
928
  * <p>Lists data sources in current Amazon Web Services Region that belong to this Amazon Web Services account.</p>
853
929
  */
854
930
  listDataSources(args: ListDataSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListDataSourcesCommandOutput>;
855
931
  listDataSources(args: ListDataSourcesCommandInput, cb: (err: any, data?: ListDataSourcesCommandOutput) => void): void;
856
932
  listDataSources(args: ListDataSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDataSourcesCommandOutput) => void): void;
857
933
  /**
934
+ * @public
858
935
  * <p>List all assets (<code>DASHBOARD</code>, <code>ANALYSIS</code>, and <code>DATASET</code>) in a folder. </p>
859
936
  */
860
937
  listFolderMembers(args: ListFolderMembersCommandInput, options?: __HttpHandlerOptions): Promise<ListFolderMembersCommandOutput>;
861
938
  listFolderMembers(args: ListFolderMembersCommandInput, cb: (err: any, data?: ListFolderMembersCommandOutput) => void): void;
862
939
  listFolderMembers(args: ListFolderMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFolderMembersCommandOutput) => void): void;
863
940
  /**
941
+ * @public
864
942
  * <p>Lists all folders in an account.</p>
865
943
  */
866
944
  listFolders(args: ListFoldersCommandInput, options?: __HttpHandlerOptions): Promise<ListFoldersCommandOutput>;
867
945
  listFolders(args: ListFoldersCommandInput, cb: (err: any, data?: ListFoldersCommandOutput) => void): void;
868
946
  listFolders(args: ListFoldersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFoldersCommandOutput) => void): void;
869
947
  /**
948
+ * @public
870
949
  * <p>Lists member users in a group.</p>
871
950
  */
872
951
  listGroupMemberships(args: ListGroupMembershipsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupMembershipsCommandOutput>;
873
952
  listGroupMemberships(args: ListGroupMembershipsCommandInput, cb: (err: any, data?: ListGroupMembershipsCommandOutput) => void): void;
874
953
  listGroupMemberships(args: ListGroupMembershipsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupMembershipsCommandOutput) => void): void;
875
954
  /**
955
+ * @public
876
956
  * <p>Lists all user groups in Amazon QuickSight. </p>
877
957
  */
878
958
  listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
879
959
  listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
880
960
  listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
881
961
  /**
962
+ * @public
882
963
  * <p>Lists IAM policy assignments in the current Amazon QuickSight account.</p>
883
964
  */
884
965
  listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListIAMPolicyAssignmentsCommandOutput>;
885
966
  listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, cb: (err: any, data?: ListIAMPolicyAssignmentsCommandOutput) => void): void;
886
967
  listIAMPolicyAssignments(args: ListIAMPolicyAssignmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIAMPolicyAssignmentsCommandOutput) => void): void;
887
968
  /**
969
+ * @public
888
970
  * <p>Lists all the IAM policy assignments, including the Amazon Resource Names (ARNs) for the IAM
889
971
  * policies assigned to the specified user and group or groups that the user belongs
890
972
  * to.</p>
@@ -893,84 +975,98 @@ export declare class QuickSight extends QuickSightClient {
893
975
  listIAMPolicyAssignmentsForUser(args: ListIAMPolicyAssignmentsForUserCommandInput, cb: (err: any, data?: ListIAMPolicyAssignmentsForUserCommandOutput) => void): void;
894
976
  listIAMPolicyAssignmentsForUser(args: ListIAMPolicyAssignmentsForUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIAMPolicyAssignmentsForUserCommandOutput) => void): void;
895
977
  /**
978
+ * @public
896
979
  * <p>Lists the history of SPICE ingestions for a dataset.</p>
897
980
  */
898
981
  listIngestions(args: ListIngestionsCommandInput, options?: __HttpHandlerOptions): Promise<ListIngestionsCommandOutput>;
899
982
  listIngestions(args: ListIngestionsCommandInput, cb: (err: any, data?: ListIngestionsCommandOutput) => void): void;
900
983
  listIngestions(args: ListIngestionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIngestionsCommandOutput) => void): void;
901
984
  /**
985
+ * @public
902
986
  * <p>Lists the namespaces for the specified Amazon Web Services account. This operation doesn't list deleted namespaces.</p>
903
987
  */
904
988
  listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
905
989
  listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
906
990
  listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
907
991
  /**
992
+ * @public
908
993
  * <p>Lists the tags assigned to a resource.</p>
909
994
  */
910
995
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
911
996
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
912
997
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
913
998
  /**
999
+ * @public
914
1000
  * <p>Lists all the aliases of a template.</p>
915
1001
  */
916
1002
  listTemplateAliases(args: ListTemplateAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateAliasesCommandOutput>;
917
1003
  listTemplateAliases(args: ListTemplateAliasesCommandInput, cb: (err: any, data?: ListTemplateAliasesCommandOutput) => void): void;
918
1004
  listTemplateAliases(args: ListTemplateAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateAliasesCommandOutput) => void): void;
919
1005
  /**
1006
+ * @public
920
1007
  * <p>Lists all the templates in the current Amazon QuickSight account.</p>
921
1008
  */
922
1009
  listTemplates(args: ListTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplatesCommandOutput>;
923
1010
  listTemplates(args: ListTemplatesCommandInput, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
924
1011
  listTemplates(args: ListTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplatesCommandOutput) => void): void;
925
1012
  /**
1013
+ * @public
926
1014
  * <p>Lists all the versions of the templates in the current Amazon QuickSight account.</p>
927
1015
  */
928
1016
  listTemplateVersions(args: ListTemplateVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTemplateVersionsCommandOutput>;
929
1017
  listTemplateVersions(args: ListTemplateVersionsCommandInput, cb: (err: any, data?: ListTemplateVersionsCommandOutput) => void): void;
930
1018
  listTemplateVersions(args: ListTemplateVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTemplateVersionsCommandOutput) => void): void;
931
1019
  /**
1020
+ * @public
932
1021
  * <p>Lists all the aliases of a theme.</p>
933
1022
  */
934
1023
  listThemeAliases(args: ListThemeAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListThemeAliasesCommandOutput>;
935
1024
  listThemeAliases(args: ListThemeAliasesCommandInput, cb: (err: any, data?: ListThemeAliasesCommandOutput) => void): void;
936
1025
  listThemeAliases(args: ListThemeAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemeAliasesCommandOutput) => void): void;
937
1026
  /**
1027
+ * @public
938
1028
  * <p>Lists all the themes in the current Amazon Web Services account.</p>
939
1029
  */
940
1030
  listThemes(args: ListThemesCommandInput, options?: __HttpHandlerOptions): Promise<ListThemesCommandOutput>;
941
1031
  listThemes(args: ListThemesCommandInput, cb: (err: any, data?: ListThemesCommandOutput) => void): void;
942
1032
  listThemes(args: ListThemesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemesCommandOutput) => void): void;
943
1033
  /**
1034
+ * @public
944
1035
  * <p>Lists all the versions of the themes in the current Amazon Web Services account.</p>
945
1036
  */
946
1037
  listThemeVersions(args: ListThemeVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListThemeVersionsCommandOutput>;
947
1038
  listThemeVersions(args: ListThemeVersionsCommandInput, cb: (err: any, data?: ListThemeVersionsCommandOutput) => void): void;
948
1039
  listThemeVersions(args: ListThemeVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListThemeVersionsCommandOutput) => void): void;
949
1040
  /**
1041
+ * @public
950
1042
  * <p>Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.</p>
951
1043
  */
952
1044
  listUserGroups(args: ListUserGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListUserGroupsCommandOutput>;
953
1045
  listUserGroups(args: ListUserGroupsCommandInput, cb: (err: any, data?: ListUserGroupsCommandOutput) => void): void;
954
1046
  listUserGroups(args: ListUserGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUserGroupsCommandOutput) => void): void;
955
1047
  /**
1048
+ * @public
956
1049
  * <p>Returns a list of all of the Amazon QuickSight users belonging to this account. </p>
957
1050
  */
958
1051
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
959
1052
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
960
1053
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
961
1054
  /**
1055
+ * @public
962
1056
  * <p>Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Amazon QuickSight API, Amazon QuickSight generates a registration URL. The user accesses this registration URL to create their account. Amazon QuickSight doesn't send a registration email to users who are registered from the Amazon QuickSight API. If you want new users to receive a registration email, then add those users in the Amazon QuickSight console. For more information on registering a new user in the Amazon QuickSight console, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users"> Inviting users to access Amazon QuickSight</a>.</p>
963
1057
  */
964
1058
  registerUser(args: RegisterUserCommandInput, options?: __HttpHandlerOptions): Promise<RegisterUserCommandOutput>;
965
1059
  registerUser(args: RegisterUserCommandInput, cb: (err: any, data?: RegisterUserCommandOutput) => void): void;
966
1060
  registerUser(args: RegisterUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterUserCommandOutput) => void): void;
967
1061
  /**
1062
+ * @public
968
1063
  * <p>Restores an analysis.</p>
969
1064
  */
970
1065
  restoreAnalysis(args: RestoreAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<RestoreAnalysisCommandOutput>;
971
1066
  restoreAnalysis(args: RestoreAnalysisCommandInput, cb: (err: any, data?: RestoreAnalysisCommandOutput) => void): void;
972
1067
  restoreAnalysis(args: RestoreAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreAnalysisCommandOutput) => void): void;
973
1068
  /**
1069
+ * @public
974
1070
  * <p>Searches for analyses that belong to the user specified in the filter.</p>
975
1071
  * <note>
976
1072
  * <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
@@ -980,6 +1076,7 @@ export declare class QuickSight extends QuickSightClient {
980
1076
  searchAnalyses(args: SearchAnalysesCommandInput, cb: (err: any, data?: SearchAnalysesCommandOutput) => void): void;
981
1077
  searchAnalyses(args: SearchAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAnalysesCommandOutput) => void): void;
982
1078
  /**
1079
+ * @public
983
1080
  * <p>Searches for dashboards that belong to a user. </p>
984
1081
  * <note>
985
1082
  * <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
@@ -989,30 +1086,35 @@ export declare class QuickSight extends QuickSightClient {
989
1086
  searchDashboards(args: SearchDashboardsCommandInput, cb: (err: any, data?: SearchDashboardsCommandOutput) => void): void;
990
1087
  searchDashboards(args: SearchDashboardsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDashboardsCommandOutput) => void): void;
991
1088
  /**
1089
+ * @public
992
1090
  * <p>Use the <code>SearchDataSets</code> operation to search for datasets that belong to an account.</p>
993
1091
  */
994
1092
  searchDataSets(args: SearchDataSetsCommandInput, options?: __HttpHandlerOptions): Promise<SearchDataSetsCommandOutput>;
995
1093
  searchDataSets(args: SearchDataSetsCommandInput, cb: (err: any, data?: SearchDataSetsCommandOutput) => void): void;
996
1094
  searchDataSets(args: SearchDataSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDataSetsCommandOutput) => void): void;
997
1095
  /**
1096
+ * @public
998
1097
  * <p>Use the <code>SearchDataSources</code> operation to search for data sources that belong to an account.</p>
999
1098
  */
1000
1099
  searchDataSources(args: SearchDataSourcesCommandInput, options?: __HttpHandlerOptions): Promise<SearchDataSourcesCommandOutput>;
1001
1100
  searchDataSources(args: SearchDataSourcesCommandInput, cb: (err: any, data?: SearchDataSourcesCommandOutput) => void): void;
1002
1101
  searchDataSources(args: SearchDataSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchDataSourcesCommandOutput) => void): void;
1003
1102
  /**
1103
+ * @public
1004
1104
  * <p>Searches the subfolders in a folder.</p>
1005
1105
  */
1006
1106
  searchFolders(args: SearchFoldersCommandInput, options?: __HttpHandlerOptions): Promise<SearchFoldersCommandOutput>;
1007
1107
  searchFolders(args: SearchFoldersCommandInput, cb: (err: any, data?: SearchFoldersCommandOutput) => void): void;
1008
1108
  searchFolders(args: SearchFoldersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchFoldersCommandOutput) => void): void;
1009
1109
  /**
1110
+ * @public
1010
1111
  * <p>Use the <code>SearchGroups</code> operation to search groups in a specified Amazon QuickSight namespace using the supplied filters.</p>
1011
1112
  */
1012
1113
  searchGroups(args: SearchGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SearchGroupsCommandOutput>;
1013
1114
  searchGroups(args: SearchGroupsCommandInput, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
1014
1115
  searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
1015
1116
  /**
1117
+ * @public
1016
1118
  * <p>Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. </p>
1017
1119
  * <p>Tags can help you organize and categorize your resources. You can also use them to
1018
1120
  * scope user permissions, by granting a user permission to access or change only resources
@@ -1041,12 +1143,14 @@ export declare class QuickSight extends QuickSightClient {
1041
1143
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1042
1144
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1043
1145
  /**
1146
+ * @public
1044
1147
  * <p>Removes a tag or tags from a resource.</p>
1045
1148
  */
1046
1149
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1047
1150
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1048
1151
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1049
1152
  /**
1153
+ * @public
1050
1154
  * <p>Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.</p>
1051
1155
  * <p>You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a
1052
1156
  * Amazon QuickSight namespace instead. Customizations that apply to a namespace override
@@ -1057,24 +1161,28 @@ export declare class QuickSight extends QuickSightClient {
1057
1161
  updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void): void;
1058
1162
  updateAccountCustomization(args: UpdateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountCustomizationCommandOutput) => void): void;
1059
1163
  /**
1164
+ * @public
1060
1165
  * <p>Updates the Amazon QuickSight settings in your Amazon Web Services account.</p>
1061
1166
  */
1062
1167
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountSettingsCommandOutput>;
1063
1168
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
1064
1169
  updateAccountSettings(args: UpdateAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void): void;
1065
1170
  /**
1171
+ * @public
1066
1172
  * <p>Updates an analysis in Amazon QuickSight</p>
1067
1173
  */
1068
1174
  updateAnalysis(args: UpdateAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnalysisCommandOutput>;
1069
1175
  updateAnalysis(args: UpdateAnalysisCommandInput, cb: (err: any, data?: UpdateAnalysisCommandOutput) => void): void;
1070
1176
  updateAnalysis(args: UpdateAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnalysisCommandOutput) => void): void;
1071
1177
  /**
1178
+ * @public
1072
1179
  * <p>Updates the read and write permissions for an analysis.</p>
1073
1180
  */
1074
1181
  updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAnalysisPermissionsCommandOutput>;
1075
1182
  updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
1076
1183
  updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
1077
1184
  /**
1185
+ * @public
1078
1186
  * <p>Updates a dashboard in an Amazon Web Services account.</p>
1079
1187
  * <note>
1080
1188
  * <p>Updating a Dashboard creates a new dashboard version but does not immediately publish
@@ -1088,24 +1196,28 @@ export declare class QuickSight extends QuickSightClient {
1088
1196
  updateDashboard(args: UpdateDashboardCommandInput, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
1089
1197
  updateDashboard(args: UpdateDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
1090
1198
  /**
1199
+ * @public
1091
1200
  * <p>Updates read and write permissions on a dashboard.</p>
1092
1201
  */
1093
1202
  updateDashboardPermissions(args: UpdateDashboardPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardPermissionsCommandOutput>;
1094
1203
  updateDashboardPermissions(args: UpdateDashboardPermissionsCommandInput, cb: (err: any, data?: UpdateDashboardPermissionsCommandOutput) => void): void;
1095
1204
  updateDashboardPermissions(args: UpdateDashboardPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardPermissionsCommandOutput) => void): void;
1096
1205
  /**
1206
+ * @public
1097
1207
  * <p>Updates the published version of a dashboard.</p>
1098
1208
  */
1099
1209
  updateDashboardPublishedVersion(args: UpdateDashboardPublishedVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardPublishedVersionCommandOutput>;
1100
1210
  updateDashboardPublishedVersion(args: UpdateDashboardPublishedVersionCommandInput, cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void): void;
1101
1211
  updateDashboardPublishedVersion(args: UpdateDashboardPublishedVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDashboardPublishedVersionCommandOutput) => void): void;
1102
1212
  /**
1213
+ * @public
1103
1214
  * <p>Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.</p>
1104
1215
  */
1105
1216
  updateDataSet(args: UpdateDataSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSetCommandOutput>;
1106
1217
  updateDataSet(args: UpdateDataSetCommandInput, cb: (err: any, data?: UpdateDataSetCommandOutput) => void): void;
1107
1218
  updateDataSet(args: UpdateDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSetCommandOutput) => void): void;
1108
1219
  /**
1220
+ * @public
1109
1221
  * <p>Updates the permissions on a dataset.</p>
1110
1222
  * <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
1111
1223
  */
@@ -1113,36 +1225,42 @@ export declare class QuickSight extends QuickSightClient {
1113
1225
  updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, cb: (err: any, data?: UpdateDataSetPermissionsCommandOutput) => void): void;
1114
1226
  updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSetPermissionsCommandOutput) => void): void;
1115
1227
  /**
1228
+ * @public
1116
1229
  * <p>Updates a data source.</p>
1117
1230
  */
1118
1231
  updateDataSource(args: UpdateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourceCommandOutput>;
1119
1232
  updateDataSource(args: UpdateDataSourceCommandInput, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
1120
1233
  updateDataSource(args: UpdateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
1121
1234
  /**
1235
+ * @public
1122
1236
  * <p>Updates the permissions to a data source.</p>
1123
1237
  */
1124
1238
  updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourcePermissionsCommandOutput>;
1125
1239
  updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void): void;
1126
1240
  updateDataSourcePermissions(args: UpdateDataSourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourcePermissionsCommandOutput) => void): void;
1127
1241
  /**
1242
+ * @public
1128
1243
  * <p>Updates the name of a folder.</p>
1129
1244
  */
1130
1245
  updateFolder(args: UpdateFolderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFolderCommandOutput>;
1131
1246
  updateFolder(args: UpdateFolderCommandInput, cb: (err: any, data?: UpdateFolderCommandOutput) => void): void;
1132
1247
  updateFolder(args: UpdateFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFolderCommandOutput) => void): void;
1133
1248
  /**
1249
+ * @public
1134
1250
  * <p>Updates permissions of a folder.</p>
1135
1251
  */
1136
1252
  updateFolderPermissions(args: UpdateFolderPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFolderPermissionsCommandOutput>;
1137
1253
  updateFolderPermissions(args: UpdateFolderPermissionsCommandInput, cb: (err: any, data?: UpdateFolderPermissionsCommandOutput) => void): void;
1138
1254
  updateFolderPermissions(args: UpdateFolderPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFolderPermissionsCommandOutput) => void): void;
1139
1255
  /**
1256
+ * @public
1140
1257
  * <p>Changes a group description. </p>
1141
1258
  */
1142
1259
  updateGroup(args: UpdateGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGroupCommandOutput>;
1143
1260
  updateGroup(args: UpdateGroupCommandInput, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1144
1261
  updateGroup(args: UpdateGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGroupCommandOutput) => void): void;
1145
1262
  /**
1263
+ * @public
1146
1264
  * <p>Updates an existing IAM policy assignment. This operation updates only the optional
1147
1265
  * parameter or parameters that are specified in the request.
1148
1266
  * This overwrites all of the users included in <code>Identities</code>.
@@ -1152,12 +1270,14 @@ export declare class QuickSight extends QuickSightClient {
1152
1270
  updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, cb: (err: any, data?: UpdateIAMPolicyAssignmentCommandOutput) => void): void;
1153
1271
  updateIAMPolicyAssignment(args: UpdateIAMPolicyAssignmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIAMPolicyAssignmentCommandOutput) => void): void;
1154
1272
  /**
1273
+ * @public
1155
1274
  * <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>
1156
1275
  */
1157
1276
  updateIpRestriction(args: UpdateIpRestrictionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIpRestrictionCommandOutput>;
1158
1277
  updateIpRestriction(args: UpdateIpRestrictionCommandInput, cb: (err: any, data?: UpdateIpRestrictionCommandOutput) => void): void;
1159
1278
  updateIpRestriction(args: UpdateIpRestrictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIpRestrictionCommandOutput) => void): void;
1160
1279
  /**
1280
+ * @public
1161
1281
  * <p>Use the <code>UpdatePublicSharingSettings</code> operation to turn on or turn off the
1162
1282
  * public sharing settings of an Amazon QuickSight dashboard.</p>
1163
1283
  * <p>To use this operation, turn on session capacity pricing for your Amazon QuickSight
@@ -1172,36 +1292,42 @@ export declare class QuickSight extends QuickSightClient {
1172
1292
  updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
1173
1293
  updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
1174
1294
  /**
1295
+ * @public
1175
1296
  * <p>Updates a template from an existing Amazon QuickSight analysis or another template.</p>
1176
1297
  */
1177
1298
  updateTemplate(args: UpdateTemplateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateCommandOutput>;
1178
1299
  updateTemplate(args: UpdateTemplateCommandInput, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
1179
1300
  updateTemplate(args: UpdateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
1180
1301
  /**
1302
+ * @public
1181
1303
  * <p>Updates the template alias of a template.</p>
1182
1304
  */
1183
1305
  updateTemplateAlias(args: UpdateTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplateAliasCommandOutput>;
1184
1306
  updateTemplateAlias(args: UpdateTemplateAliasCommandInput, cb: (err: any, data?: UpdateTemplateAliasCommandOutput) => void): void;
1185
1307
  updateTemplateAlias(args: UpdateTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateAliasCommandOutput) => void): void;
1186
1308
  /**
1309
+ * @public
1187
1310
  * <p>Updates the resource permissions for a template.</p>
1188
1311
  */
1189
1312
  updateTemplatePermissions(args: UpdateTemplatePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTemplatePermissionsCommandOutput>;
1190
1313
  updateTemplatePermissions(args: UpdateTemplatePermissionsCommandInput, cb: (err: any, data?: UpdateTemplatePermissionsCommandOutput) => void): void;
1191
1314
  updateTemplatePermissions(args: UpdateTemplatePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplatePermissionsCommandOutput) => void): void;
1192
1315
  /**
1316
+ * @public
1193
1317
  * <p>Updates a theme.</p>
1194
1318
  */
1195
1319
  updateTheme(args: UpdateThemeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThemeCommandOutput>;
1196
1320
  updateTheme(args: UpdateThemeCommandInput, cb: (err: any, data?: UpdateThemeCommandOutput) => void): void;
1197
1321
  updateTheme(args: UpdateThemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemeCommandOutput) => void): void;
1198
1322
  /**
1323
+ * @public
1199
1324
  * <p>Updates an alias of a theme.</p>
1200
1325
  */
1201
1326
  updateThemeAlias(args: UpdateThemeAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateThemeAliasCommandOutput>;
1202
1327
  updateThemeAlias(args: UpdateThemeAliasCommandInput, cb: (err: any, data?: UpdateThemeAliasCommandOutput) => void): void;
1203
1328
  updateThemeAlias(args: UpdateThemeAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemeAliasCommandOutput) => void): void;
1204
1329
  /**
1330
+ * @public
1205
1331
  * <p>Updates the resource permissions for a theme. Permissions apply to the action to grant or
1206
1332
  * revoke permissions on, for example <code>"quicksight:DescribeTheme"</code>.</p>
1207
1333
  * <p>Theme permissions apply in groupings. Valid groupings include the following for the three
@@ -1301,6 +1427,7 @@ export declare class QuickSight extends QuickSightClient {
1301
1427
  updateThemePermissions(args: UpdateThemePermissionsCommandInput, cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void): void;
1302
1428
  updateThemePermissions(args: UpdateThemePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateThemePermissionsCommandOutput) => void): void;
1303
1429
  /**
1430
+ * @public
1304
1431
  * <p>Updates an Amazon QuickSight user.</p>
1305
1432
  */
1306
1433
  updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;