@aws-sdk/client-quicksight 3.321.1 → 3.326.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 (135) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +13 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  15. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  16. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  19. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  21. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  22. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  23. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  24. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  25. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  26. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  27. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  28. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  29. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  30. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  31. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  32. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  33. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  34. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  35. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  36. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  37. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  38. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  39. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  40. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  41. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  42. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  43. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  44. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4239 -0
  45. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  46. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  47. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4276 -0
  48. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  49. package/dist-types/commands/DescribeDataSetCommand.d.ts +190 -0
  50. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
  51. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +18 -0
  52. package/dist-types/commands/DescribeDataSourceCommand.d.ts +239 -0
  53. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
  54. package/dist-types/commands/DescribeFolderCommand.d.ts +18 -0
  55. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
  56. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
  57. package/dist-types/commands/DescribeGroupCommand.d.ts +13 -0
  58. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
  59. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +19 -0
  60. package/dist-types/commands/DescribeIngestionCommand.d.ts +30 -0
  61. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +12 -0
  62. package/dist-types/commands/DescribeNamespaceCommand.d.ts +18 -0
  63. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +23 -0
  64. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +12 -0
  65. package/dist-types/commands/DescribeTemplateCommand.d.ts +63 -0
  66. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4257 -0
  67. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
  68. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +12 -0
  69. package/dist-types/commands/DescribeThemeCommand.d.ts +80 -0
  70. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +17 -0
  71. package/dist-types/commands/DescribeUserCommand.d.ts +20 -0
  72. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  73. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +8 -0
  74. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  75. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  76. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  77. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  78. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  79. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  80. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  81. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  82. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  83. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  84. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  85. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +14 -0
  86. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +14 -0
  87. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  88. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  89. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  91. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  92. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  93. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  94. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  95. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  96. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  97. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  98. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  99. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  100. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  101. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  102. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  103. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  104. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  105. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  106. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  107. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  108. package/dist-types/commands/TagResourceCommand.d.ts +7 -0
  109. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  110. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  111. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  112. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  113. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  114. package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
  115. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  116. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  117. package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
  118. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  119. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  120. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  121. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  122. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  123. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  124. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
  125. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +8 -0
  126. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  127. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  134. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  135. package/package.json +16 -16
@@ -32,6 +32,13 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
32
32
  * };
33
33
  * const command = new DeleteFolderCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DeleteFolderResponse
36
+ * // Status: Number("int"),
37
+ * // Arn: "STRING_VALUE",
38
+ * // FolderId: "STRING_VALUE",
39
+ * // RequestId: "STRING_VALUE",
40
+ * // };
41
+ *
35
42
  * ```
36
43
  *
37
44
  * @param DeleteFolderCommandInput - {@link DeleteFolderCommandInput}
@@ -70,6 +77,8 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
70
77
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
71
78
  * capability is available in every edition.</p>
72
79
  *
80
+ * @throws {@link QuickSightServiceException}
81
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
73
82
  *
74
83
  */
75
84
  export declare class DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
34
34
  * };
35
35
  * const command = new DeleteFolderMembershipCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteFolderMembershipResponse
38
+ * // Status: Number("int"),
39
+ * // RequestId: "STRING_VALUE",
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param DeleteFolderMembershipCommandInput - {@link DeleteFolderMembershipCommandInput}
@@ -66,6 +71,8 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
66
71
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
67
72
  * capability is available in every edition.</p>
68
73
  *
74
+ * @throws {@link QuickSightServiceException}
75
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
76
  *
70
77
  */
71
78
  export declare class DeleteFolderMembershipCommand extends $Command<DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,11 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
33
33
  * };
34
34
  * const command = new DeleteGroupCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteGroupResponse
37
+ * // RequestId: "STRING_VALUE",
38
+ * // Status: Number("int"),
39
+ * // };
40
+ *
36
41
  * ```
37
42
  *
38
43
  * @param DeleteGroupCommandInput - {@link DeleteGroupCommandInput}
@@ -65,6 +70,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
65
70
  * @throws {@link ThrottlingException} (client fault)
66
71
  * <p>Access is throttled.</p>
67
72
  *
73
+ * @throws {@link QuickSightServiceException}
74
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
68
75
  *
69
76
  */
70
77
  export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
34
34
  * };
35
35
  * const command = new DeleteGroupMembershipCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteGroupMembershipResponse
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param DeleteGroupMembershipCommandInput - {@link DeleteGroupMembershipCommandInput}
@@ -66,6 +71,8 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
66
71
  * @throws {@link ThrottlingException} (client fault)
67
72
  * <p>Access is throttled.</p>
68
73
  *
74
+ * @throws {@link QuickSightServiceException}
75
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
76
  *
70
77
  */
71
78
  export declare class DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,12 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
33
33
  * };
34
34
  * const command = new DeleteIAMPolicyAssignmentCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteIAMPolicyAssignmentResponse
37
+ * // AssignmentName: "STRING_VALUE",
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // };
41
+ *
36
42
  * ```
37
43
  *
38
44
  * @param DeleteIAMPolicyAssignmentCommandInput - {@link DeleteIAMPolicyAssignmentCommandInput}
@@ -66,6 +72,8 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
66
72
  * @throws {@link ThrottlingException} (client fault)
67
73
  * <p>Access is throttled.</p>
68
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
77
  *
70
78
  */
71
79
  export declare class DeleteIAMPolicyAssignmentCommand extends $Command<DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
34
34
  * };
35
35
  * const command = new DeleteNamespaceCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteNamespaceResponse
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param DeleteNamespaceCommandInput - {@link DeleteNamespaceCommandInput}
@@ -66,6 +71,8 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
66
71
  * @throws {@link ThrottlingException} (client fault)
67
72
  * <p>Access is throttled.</p>
68
73
  *
74
+ * @throws {@link QuickSightServiceException}
75
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
69
76
  *
70
77
  */
71
78
  export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshSchedul
33
33
  * };
34
34
  * const command = new DeleteRefreshScheduleCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteRefreshScheduleResponse
37
+ * // Status: Number("int"),
38
+ * // RequestId: "STRING_VALUE",
39
+ * // ScheduleId: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param DeleteRefreshScheduleCommandInput - {@link DeleteRefreshScheduleCommandInput}
@@ -62,6 +69,8 @@ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshSchedul
62
69
  * @throws {@link ThrottlingException} (client fault)
63
70
  * <p>Access is throttled.</p>
64
71
  *
72
+ * @throws {@link QuickSightServiceException}
73
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
65
74
  *
66
75
  */
67
76
  export declare class DeleteRefreshScheduleCommand extends $Command<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
@@ -34,6 +34,14 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
34
34
  * };
35
35
  * const command = new DeleteTemplateAliasCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // DeleteTemplateAliasResponse
38
+ * // Status: Number("int"),
39
+ * // TemplateId: "STRING_VALUE",
40
+ * // AliasName: "STRING_VALUE",
41
+ * // Arn: "STRING_VALUE",
42
+ * // RequestId: "STRING_VALUE",
43
+ * // };
44
+ *
37
45
  * ```
38
46
  *
39
47
  * @param DeleteTemplateAliasCommandInput - {@link DeleteTemplateAliasCommandInput}
@@ -60,6 +68,8 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
60
68
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
61
69
  * capability is available in every edition.</p>
62
70
  *
71
+ * @throws {@link QuickSightServiceException}
72
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
63
73
  *
64
74
  */
65
75
  export declare class DeleteTemplateAliasCommand extends $Command<DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
33
33
  * };
34
34
  * const command = new DeleteTemplateCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteTemplateResponse
37
+ * // RequestId: "STRING_VALUE",
38
+ * // Arn: "STRING_VALUE",
39
+ * // TemplateId: "STRING_VALUE",
40
+ * // Status: Number("int"),
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param DeleteTemplateCommandInput - {@link DeleteTemplateCommandInput}
@@ -65,6 +72,8 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
65
72
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
66
73
  * capability is available in every edition.</p>
67
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
68
77
  *
69
78
  */
70
79
  export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, QuickSightClientResolvedConfig> {
@@ -35,6 +35,14 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
35
35
  * };
36
36
  * const command = new DeleteThemeAliasCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteThemeAliasResponse
39
+ * // AliasName: "STRING_VALUE",
40
+ * // Arn: "STRING_VALUE",
41
+ * // RequestId: "STRING_VALUE",
42
+ * // Status: Number("int"),
43
+ * // ThemeId: "STRING_VALUE",
44
+ * // };
45
+ *
38
46
  * ```
39
47
  *
40
48
  * @param DeleteThemeAliasCommandInput - {@link DeleteThemeAliasCommandInput}
@@ -64,6 +72,8 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
64
72
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
65
73
  * capability is available in every edition.</p>
66
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
67
77
  *
68
78
  */
69
79
  export declare class DeleteThemeAliasCommand extends $Command<DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,13 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
33
33
  * };
34
34
  * const command = new DeleteThemeCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteThemeResponse
37
+ * // Arn: "STRING_VALUE",
38
+ * // RequestId: "STRING_VALUE",
39
+ * // Status: Number("int"),
40
+ * // ThemeId: "STRING_VALUE",
41
+ * // };
42
+ *
36
43
  * ```
37
44
  *
38
45
  * @param DeleteThemeCommandInput - {@link DeleteThemeCommandInput}
@@ -68,6 +75,8 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
68
75
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
69
76
  * capability is available in every edition.</p>
70
77
  *
78
+ * @throws {@link QuickSightServiceException}
79
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
71
80
  *
72
81
  */
73
82
  export declare class DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, QuickSightClientResolvedConfig> {
@@ -33,6 +33,11 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
33
33
  * };
34
34
  * const command = new DeleteUserByPrincipalIdCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DeleteUserByPrincipalIdResponse
37
+ * // RequestId: "STRING_VALUE",
38
+ * // Status: Number("int"),
39
+ * // };
40
+ *
36
41
  * ```
37
42
  *
38
43
  * @param DeleteUserByPrincipalIdCommandInput - {@link DeleteUserByPrincipalIdCommandInput}
@@ -65,6 +70,8 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
65
70
  * @throws {@link ThrottlingException} (client fault)
66
71
  * <p>Access is throttled.</p>
67
72
  *
73
+ * @throws {@link QuickSightServiceException}
74
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
68
75
  *
69
76
  */
70
77
  export declare class DeleteUserByPrincipalIdCommand extends $Command<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig> {
@@ -35,6 +35,11 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
35
35
  * };
36
36
  * const command = new DeleteUserCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DeleteUserResponse
39
+ * // RequestId: "STRING_VALUE",
40
+ * // Status: Number("int"),
41
+ * // };
42
+ *
38
43
  * ```
39
44
  *
40
45
  * @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
@@ -67,6 +72,8 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
67
72
  * @throws {@link ThrottlingException} (client fault)
68
73
  * <p>Access is throttled.</p>
69
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
70
77
  *
71
78
  */
72
79
  export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, QuickSightClientResolvedConfig> {
@@ -89,6 +89,18 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
89
89
  * };
90
90
  * const command = new DescribeAccountCustomizationCommand(input);
91
91
  * const response = await client.send(command);
92
+ * // { // DescribeAccountCustomizationResponse
93
+ * // Arn: "STRING_VALUE",
94
+ * // AwsAccountId: "STRING_VALUE",
95
+ * // Namespace: "STRING_VALUE",
96
+ * // AccountCustomization: { // AccountCustomization
97
+ * // DefaultTheme: "STRING_VALUE",
98
+ * // DefaultEmailCustomizationTemplate: "STRING_VALUE",
99
+ * // },
100
+ * // RequestId: "STRING_VALUE",
101
+ * // Status: Number("int"),
102
+ * // };
103
+ *
92
104
  * ```
93
105
  *
94
106
  * @param DescribeAccountCustomizationCommandInput - {@link DescribeAccountCustomizationCommandInput}
@@ -118,6 +130,8 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
118
130
  * @throws {@link ThrottlingException} (client fault)
119
131
  * <p>Access is throttled.</p>
120
132
  *
133
+ * @throws {@link QuickSightServiceException}
134
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
121
135
  *
122
136
  */
123
137
  export declare class DescribeAccountCustomizationCommand extends $Command<DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
32
32
  * };
33
33
  * const command = new DescribeAccountSettingsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeAccountSettingsResponse
36
+ * // AccountSettings: { // AccountSettings
37
+ * // AccountName: "STRING_VALUE",
38
+ * // Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q",
39
+ * // DefaultNamespace: "STRING_VALUE",
40
+ * // NotificationEmail: "STRING_VALUE",
41
+ * // PublicSharingEnabled: true || false,
42
+ * // TerminationProtectionEnabled: true || false,
43
+ * // },
44
+ * // RequestId: "STRING_VALUE",
45
+ * // Status: Number("int"),
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param DescribeAccountSettingsCommandInput - {@link DescribeAccountSettingsCommandInput}
@@ -61,6 +74,8 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
61
74
  * @throws {@link ThrottlingException} (client fault)
62
75
  * <p>Access is throttled.</p>
63
76
  *
77
+ * @throws {@link QuickSightServiceException}
78
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
64
79
  *
65
80
  */
66
81
  export declare class DescribeAccountSettingsCommand extends $Command<DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
@@ -31,6 +31,18 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
31
31
  * };
32
32
  * const command = new DescribeAccountSubscriptionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeAccountSubscriptionResponse
35
+ * // AccountInfo: { // AccountInfo
36
+ * // AccountName: "STRING_VALUE",
37
+ * // Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q",
38
+ * // NotificationEmail: "STRING_VALUE",
39
+ * // AuthenticationType: "STRING_VALUE",
40
+ * // AccountSubscriptionStatus: "STRING_VALUE",
41
+ * // },
42
+ * // Status: Number("int"),
43
+ * // RequestId: "STRING_VALUE",
44
+ * // };
45
+ *
34
46
  * ```
35
47
  *
36
48
  * @param DescribeAccountSubscriptionCommandInput - {@link DescribeAccountSubscriptionCommandInput}
@@ -60,6 +72,8 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
60
72
  * @throws {@link ThrottlingException} (client fault)
61
73
  * <p>Access is throttled.</p>
62
74
  *
75
+ * @throws {@link QuickSightServiceException}
76
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
63
77
  *
64
78
  */
65
79
  export declare class DescribeAccountSubscriptionCommand extends $Command<DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
@@ -32,6 +32,40 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
32
32
  * };
33
33
  * const command = new DescribeAnalysisCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeAnalysisResponse
36
+ * // Analysis: { // Analysis
37
+ * // AnalysisId: "STRING_VALUE",
38
+ * // Arn: "STRING_VALUE",
39
+ * // Name: "STRING_VALUE",
40
+ * // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
41
+ * // Errors: [ // AnalysisErrorList
42
+ * // { // AnalysisError
43
+ * // Type: "ACCESS_DENIED" || "SOURCE_NOT_FOUND" || "DATA_SET_NOT_FOUND" || "INTERNAL_FAILURE" || "PARAMETER_VALUE_INCOMPATIBLE" || "PARAMETER_TYPE_INVALID" || "PARAMETER_NOT_FOUND" || "COLUMN_TYPE_MISMATCH" || "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" || "COLUMN_REPLACEMENT_MISSING",
44
+ * // Message: "STRING_VALUE",
45
+ * // ViolatedEntities: [ // EntityList
46
+ * // { // Entity
47
+ * // Path: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // },
51
+ * // ],
52
+ * // DataSetArns: [ // DataSetArnsList
53
+ * // "STRING_VALUE",
54
+ * // ],
55
+ * // ThemeArn: "STRING_VALUE",
56
+ * // CreatedTime: new Date("TIMESTAMP"),
57
+ * // LastUpdatedTime: new Date("TIMESTAMP"),
58
+ * // Sheets: [ // SheetList
59
+ * // { // Sheet
60
+ * // SheetId: "STRING_VALUE",
61
+ * // Name: "STRING_VALUE",
62
+ * // },
63
+ * // ],
64
+ * // },
65
+ * // Status: Number("int"),
66
+ * // RequestId: "STRING_VALUE",
67
+ * // };
68
+ *
35
69
  * ```
36
70
  *
37
71
  * @param DescribeAnalysisCommandInput - {@link DescribeAnalysisCommandInput}
@@ -64,6 +98,8 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
64
98
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
65
99
  * capability is available in every edition.</p>
66
100
  *
101
+ * @throws {@link QuickSightServiceException}
102
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
67
103
  *
68
104
  */
69
105
  export declare class DescribeAnalysisCommand extends $Command<DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput, QuickSightClientResolvedConfig> {