@aws-sdk/client-quicksight 3.288.0 → 3.290.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 (127) hide show
  1. package/dist-types/commands/CancelIngestionCommand.d.ts +22 -0
  2. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +28 -0
  3. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +31 -0
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +28 -0
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +28 -0
  6. package/dist-types/commands/CreateDataSetCommand.d.ts +34 -0
  7. package/dist-types/commands/CreateDataSourceCommand.d.ts +28 -0
  8. package/dist-types/commands/CreateFolderCommand.d.ts +34 -0
  9. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +31 -0
  10. package/dist-types/commands/CreateGroupCommand.d.ts +31 -0
  11. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +25 -0
  12. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +26 -0
  13. package/dist-types/commands/CreateIngestionCommand.d.ts +25 -0
  14. package/dist-types/commands/CreateNamespaceCommand.d.ts +34 -0
  15. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +25 -0
  16. package/dist-types/commands/CreateTemplateCommand.d.ts +34 -0
  17. package/dist-types/commands/CreateThemeAliasCommand.d.ts +28 -0
  18. package/dist-types/commands/CreateThemeCommand.d.ts +31 -0
  19. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +25 -0
  20. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +25 -0
  21. package/dist-types/commands/DeleteAnalysisCommand.d.ts +22 -0
  22. package/dist-types/commands/DeleteDashboardCommand.d.ts +22 -0
  23. package/dist-types/commands/DeleteDataSetCommand.d.ts +19 -0
  24. package/dist-types/commands/DeleteDataSourceCommand.d.ts +19 -0
  25. package/dist-types/commands/DeleteFolderCommand.d.ts +31 -0
  26. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +25 -0
  27. package/dist-types/commands/DeleteGroupCommand.d.ts +25 -0
  28. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +25 -0
  29. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +26 -0
  30. package/dist-types/commands/DeleteNamespaceCommand.d.ts +25 -0
  31. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +19 -0
  32. package/dist-types/commands/DeleteTemplateCommand.d.ts +25 -0
  33. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +22 -0
  34. package/dist-types/commands/DeleteThemeCommand.d.ts +28 -0
  35. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +25 -0
  36. package/dist-types/commands/DeleteUserCommand.d.ts +25 -0
  37. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +22 -0
  38. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +22 -0
  39. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +22 -0
  40. package/dist-types/commands/DescribeAnalysisCommand.d.ts +25 -0
  41. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +31 -0
  42. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +19 -0
  43. package/dist-types/commands/DescribeDashboardCommand.d.ts +25 -0
  44. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +31 -0
  45. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +19 -0
  46. package/dist-types/commands/DescribeDataSetCommand.d.ts +19 -0
  47. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +19 -0
  48. package/dist-types/commands/DescribeDataSourceCommand.d.ts +19 -0
  49. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +19 -0
  50. package/dist-types/commands/DescribeFolderCommand.d.ts +25 -0
  51. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +25 -0
  52. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +25 -0
  53. package/dist-types/commands/DescribeGroupCommand.d.ts +25 -0
  54. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +25 -0
  55. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -0
  56. package/dist-types/commands/DescribeIngestionCommand.d.ts +22 -0
  57. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +19 -0
  58. package/dist-types/commands/DescribeNamespaceCommand.d.ts +22 -0
  59. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +16 -0
  60. package/dist-types/commands/DescribeTemplateCommand.d.ts +31 -0
  61. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +31 -0
  62. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +22 -0
  63. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +22 -0
  64. package/dist-types/commands/DescribeThemeCommand.d.ts +28 -0
  65. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +25 -0
  66. package/dist-types/commands/DescribeUserCommand.d.ts +25 -0
  67. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +40 -0
  68. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +45 -0
  69. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +56 -0
  70. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +37 -0
  71. package/dist-types/commands/ListAnalysesCommand.d.ts +16 -0
  72. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +22 -0
  73. package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
  74. package/dist-types/commands/ListDataSetsCommand.d.ts +19 -0
  75. package/dist-types/commands/ListDataSourcesCommand.d.ts +19 -0
  76. package/dist-types/commands/ListFolderMembersCommand.d.ts +28 -0
  77. package/dist-types/commands/ListFoldersCommand.d.ts +28 -0
  78. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +28 -0
  79. package/dist-types/commands/ListGroupsCommand.d.ts +28 -0
  80. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +22 -0
  81. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +26 -0
  82. package/dist-types/commands/ListIngestionsCommand.d.ts +25 -0
  83. package/dist-types/commands/ListNamespacesCommand.d.ts +28 -0
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
  85. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +19 -0
  86. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +22 -0
  87. package/dist-types/commands/ListTemplatesCommand.d.ts +22 -0
  88. package/dist-types/commands/ListThemeAliasesCommand.d.ts +25 -0
  89. package/dist-types/commands/ListThemeVersionsCommand.d.ts +28 -0
  90. package/dist-types/commands/ListThemesCommand.d.ts +28 -0
  91. package/dist-types/commands/ListUserGroupsCommand.d.ts +25 -0
  92. package/dist-types/commands/ListUsersCommand.d.ts +28 -0
  93. package/dist-types/commands/RegisterUserCommand.d.ts +31 -0
  94. package/dist-types/commands/RestoreAnalysisCommand.d.ts +22 -0
  95. package/dist-types/commands/SearchAnalysesCommand.d.ts +22 -0
  96. package/dist-types/commands/SearchDashboardsCommand.d.ts +22 -0
  97. package/dist-types/commands/SearchDataSetsCommand.d.ts +22 -0
  98. package/dist-types/commands/SearchDataSourcesCommand.d.ts +22 -0
  99. package/dist-types/commands/SearchFoldersCommand.d.ts +31 -0
  100. package/dist-types/commands/SearchGroupsCommand.d.ts +28 -0
  101. package/dist-types/commands/TagResourceCommand.d.ts +22 -0
  102. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  103. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +25 -0
  104. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +22 -0
  105. package/dist-types/commands/UpdateAnalysisCommand.d.ts +25 -0
  106. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +25 -0
  107. package/dist-types/commands/UpdateDashboardCommand.d.ts +25 -0
  108. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +25 -0
  109. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +22 -0
  110. package/dist-types/commands/UpdateDataSetCommand.d.ts +31 -0
  111. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +22 -0
  112. package/dist-types/commands/UpdateDataSourceCommand.d.ts +22 -0
  113. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +22 -0
  114. package/dist-types/commands/UpdateFolderCommand.d.ts +31 -0
  115. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +28 -0
  116. package/dist-types/commands/UpdateGroupCommand.d.ts +25 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +26 -0
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +22 -0
  119. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +30 -0
  120. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +19 -0
  121. package/dist-types/commands/UpdateTemplateCommand.d.ts +28 -0
  122. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +25 -0
  123. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +25 -0
  124. package/dist-types/commands/UpdateThemeCommand.d.ts +31 -0
  125. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +28 -0
  126. package/dist-types/commands/UpdateUserCommand.d.ts +25 -0
  127. package/package.json +29 -29
@@ -29,6 +29,34 @@ export interface ListFoldersCommandOutput extends ListFoldersResponse, __Metadat
29
29
  * @see {@link ListFoldersCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>One or more resources can't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>Access is throttled.</p>
52
+ *
53
+ * @throws {@link UnsupportedUserEditionException} (client fault)
54
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
55
+ * subscription where the edition doesn't include support for that operation. Amazon
56
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
57
+ * capability is available in every edition.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListFoldersCommand extends $Command<ListFoldersCommandInput, ListFoldersCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListFoldersCommandInput;
@@ -29,6 +29,34 @@ export interface ListGroupMembershipsCommandOutput extends ListGroupMembershipsR
29
29
  * @see {@link ListGroupMembershipsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link PreconditionNotMetException} (client fault)
48
+ * <p>One or more preconditions aren't met.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>One or more resources can't be found.</p>
52
+ *
53
+ * @throws {@link ResourceUnavailableException} (server fault)
54
+ * <p>This resource is currently unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Access is throttled.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListGroupMembershipsCommand extends $Command<ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListGroupMembershipsCommandInput;
@@ -29,6 +29,34 @@ export interface ListGroupsCommandOutput extends ListGroupsResponse, __MetadataB
29
29
  * @see {@link ListGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link PreconditionNotMetException} (client fault)
48
+ * <p>One or more preconditions aren't met.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>One or more resources can't be found.</p>
52
+ *
53
+ * @throws {@link ResourceUnavailableException} (server fault)
54
+ * <p>This resource is currently unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Access is throttled.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListGroupsCommand extends $Command<ListGroupsCommandInput, ListGroupsCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListGroupsCommandInput;
@@ -29,6 +29,28 @@ export interface ListIAMPolicyAssignmentsCommandOutput extends ListIAMPolicyAssi
29
29
  * @see {@link ListIAMPolicyAssignmentsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>One or more resources can't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>Access is throttled.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListIAMPolicyAssignmentsCommand extends $Command<ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput, QuickSightClientResolvedConfig> {
34
56
  readonly input: ListIAMPolicyAssignmentsCommandInput;
@@ -31,6 +31,32 @@ export interface ListIAMPolicyAssignmentsForUserCommandOutput extends ListIAMPol
31
31
  * @see {@link ListIAMPolicyAssignmentsForUserCommandOutput} for command's `response` shape.
32
32
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
33
33
  *
34
+ * @throws {@link AccessDeniedException} (client fault)
35
+ * <p>You don't have access to this item. The provided credentials couldn't be
36
+ * validated. You might not be authorized to carry out the request. Make sure that your
37
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
38
+ * correct permissions, and that you are using the correct credentials.</p>
39
+ *
40
+ * @throws {@link ConcurrentUpdatingException} (server fault)
41
+ * <p>A resource is already in a state that indicates an operation is happening that must complete
42
+ * before a new update can be applied.</p>
43
+ *
44
+ * @throws {@link InternalFailureException} (server fault)
45
+ * <p>An internal failure occurred.</p>
46
+ *
47
+ * @throws {@link InvalidParameterValueException} (client fault)
48
+ * <p>One or more parameters has a value that isn't valid.</p>
49
+ *
50
+ * @throws {@link ResourceExistsException} (client fault)
51
+ * <p>The resource specified already exists. </p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>One or more resources can't be found.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Access is throttled.</p>
58
+ *
59
+ *
34
60
  */
35
61
  export declare class ListIAMPolicyAssignmentsForUserCommand extends $Command<ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput, QuickSightClientResolvedConfig> {
36
62
  readonly input: ListIAMPolicyAssignmentsForUserCommandInput;
@@ -29,6 +29,31 @@ export interface ListIngestionsCommandOutput extends ListIngestionsResponse, __M
29
29
  * @see {@link ListIngestionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link ResourceExistsException} (client fault)
48
+ * <p>The resource specified already exists. </p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>One or more resources can't be found.</p>
52
+ *
53
+ * @throws {@link ThrottlingException} (client fault)
54
+ * <p>Access is throttled.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class ListIngestionsCommand extends $Command<ListIngestionsCommandInput, ListIngestionsCommandOutput, QuickSightClientResolvedConfig> {
34
59
  readonly input: ListIngestionsCommandInput;
@@ -29,6 +29,34 @@ export interface ListNamespacesCommandOutput extends ListNamespacesResponse, __M
29
29
  * @see {@link ListNamespacesCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link PreconditionNotMetException} (client fault)
48
+ * <p>One or more preconditions aren't met.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>One or more resources can't be found.</p>
52
+ *
53
+ * @throws {@link ResourceUnavailableException} (server fault)
54
+ * <p>This resource is currently unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Access is throttled.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListNamespacesCommand extends $Command<ListNamespacesCommandInput, ListNamespacesCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListNamespacesCommandInput;
@@ -29,6 +29,25 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>One or more parameters has a value that isn't valid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>One or more resources can't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Access is throttled.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, QuickSightClientResolvedConfig> {
34
53
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,25 @@ export interface ListTemplateAliasesCommandOutput extends ListTemplateAliasesRes
29
29
  * @see {@link ListTemplateAliasesCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidNextTokenException} (client fault)
36
+ * <p>The <code>NextToken</code> value isn't valid.</p>
37
+ *
38
+ * @throws {@link ResourceNotFoundException} (client fault)
39
+ * <p>One or more resources can't be found.</p>
40
+ *
41
+ * @throws {@link ThrottlingException} (client fault)
42
+ * <p>Access is throttled.</p>
43
+ *
44
+ * @throws {@link UnsupportedUserEditionException} (client fault)
45
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
46
+ * subscription where the edition doesn't include support for that operation. Amazon
47
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
48
+ * capability is available in every edition.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListTemplateAliasesCommand extends $Command<ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput, QuickSightClientResolvedConfig> {
34
53
  readonly input: ListTemplateAliasesCommandInput;
@@ -29,6 +29,28 @@ export interface ListTemplateVersionsCommandOutput extends ListTemplateVersionsR
29
29
  * @see {@link ListTemplateVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidNextTokenException} (client fault)
36
+ * <p>The <code>NextToken</code> value isn't valid.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>One or more parameters has a value that isn't valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>One or more resources can't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Access is throttled.</p>
46
+ *
47
+ * @throws {@link UnsupportedUserEditionException} (client fault)
48
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
49
+ * subscription where the edition doesn't include support for that operation. Amazon
50
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
51
+ * capability is available in every edition.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListTemplateVersionsCommand extends $Command<ListTemplateVersionsCommandInput, ListTemplateVersionsCommandOutput, QuickSightClientResolvedConfig> {
34
56
  readonly input: ListTemplateVersionsCommandInput;
@@ -29,6 +29,28 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
29
29
  * @see {@link ListTemplatesCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link InternalFailureException} (server fault)
33
+ * <p>An internal failure occurred.</p>
34
+ *
35
+ * @throws {@link InvalidNextTokenException} (client fault)
36
+ * <p>The <code>NextToken</code> value isn't valid.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>One or more parameters has a value that isn't valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>One or more resources can't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Access is throttled.</p>
46
+ *
47
+ * @throws {@link UnsupportedUserEditionException} (client fault)
48
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
49
+ * subscription where the edition doesn't include support for that operation. Amazon
50
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
51
+ * capability is available in every edition.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, QuickSightClientResolvedConfig> {
34
56
  readonly input: ListTemplatesCommandInput;
@@ -29,6 +29,31 @@ export interface ListThemeAliasesCommandOutput extends ListThemeAliasesResponse,
29
29
  * @see {@link ListThemeAliasesCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
34
+ *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal failure occurred.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value isn't valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>One or more parameters has a value that isn't valid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>One or more resources can't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Access is throttled.</p>
49
+ *
50
+ * @throws {@link UnsupportedUserEditionException} (client fault)
51
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
52
+ * subscription where the edition doesn't include support for that operation. Amazon
53
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
54
+ * capability is available in every edition.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class ListThemeAliasesCommand extends $Command<ListThemeAliasesCommandInput, ListThemeAliasesCommandOutput, QuickSightClientResolvedConfig> {
34
59
  readonly input: ListThemeAliasesCommandInput;
@@ -29,6 +29,34 @@ export interface ListThemeVersionsCommandOutput extends ListThemeVersionsRespons
29
29
  * @see {@link ListThemeVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>One or more resources can't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>Access is throttled.</p>
52
+ *
53
+ * @throws {@link UnsupportedUserEditionException} (client fault)
54
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
55
+ * subscription where the edition doesn't include support for that operation. Amazon
56
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
57
+ * capability is available in every edition.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListThemeVersionsCommand extends $Command<ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListThemeVersionsCommandInput;
@@ -29,6 +29,34 @@ export interface ListThemesCommandOutput extends ListThemesResponse, __MetadataB
29
29
  * @see {@link ListThemesCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>One or more resources can't be found.</p>
49
+ *
50
+ * @throws {@link ThrottlingException} (client fault)
51
+ * <p>Access is throttled.</p>
52
+ *
53
+ * @throws {@link UnsupportedUserEditionException} (client fault)
54
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
55
+ * subscription where the edition doesn't include support for that operation. Amazon
56
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
57
+ * capability is available in every edition.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListThemesCommand extends $Command<ListThemesCommandInput, ListThemesCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListThemesCommandInput;
@@ -29,6 +29,31 @@ export interface ListUserGroupsCommandOutput extends ListUserGroupsResponse, __M
29
29
  * @see {@link ListUserGroupsCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>One or more parameters has a value that isn't valid.</p>
43
+ *
44
+ * @throws {@link PreconditionNotMetException} (client fault)
45
+ * <p>One or more preconditions aren't met.</p>
46
+ *
47
+ * @throws {@link ResourceNotFoundException} (client fault)
48
+ * <p>One or more resources can't be found.</p>
49
+ *
50
+ * @throws {@link ResourceUnavailableException} (server fault)
51
+ * <p>This resource is currently unavailable.</p>
52
+ *
53
+ * @throws {@link ThrottlingException} (client fault)
54
+ * <p>Access is throttled.</p>
55
+ *
56
+ *
32
57
  */
33
58
  export declare class ListUserGroupsCommand extends $Command<ListUserGroupsCommandInput, ListUserGroupsCommandOutput, QuickSightClientResolvedConfig> {
34
59
  readonly input: ListUserGroupsCommandInput;
@@ -29,6 +29,34 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
29
29
  * @see {@link ListUsersCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidNextTokenException} (client fault)
42
+ * <p>The <code>NextToken</code> value isn't valid.</p>
43
+ *
44
+ * @throws {@link InvalidParameterValueException} (client fault)
45
+ * <p>One or more parameters has a value that isn't valid.</p>
46
+ *
47
+ * @throws {@link PreconditionNotMetException} (client fault)
48
+ * <p>One or more preconditions aren't met.</p>
49
+ *
50
+ * @throws {@link ResourceNotFoundException} (client fault)
51
+ * <p>One or more resources can't be found.</p>
52
+ *
53
+ * @throws {@link ResourceUnavailableException} (server fault)
54
+ * <p>This resource is currently unavailable.</p>
55
+ *
56
+ * @throws {@link ThrottlingException} (client fault)
57
+ * <p>Access is throttled.</p>
58
+ *
59
+ *
32
60
  */
33
61
  export declare class ListUsersCommand extends $Command<ListUsersCommandInput, ListUsersCommandOutput, QuickSightClientResolvedConfig> {
34
62
  readonly input: ListUsersCommandInput;
@@ -29,6 +29,37 @@ export interface RegisterUserCommandOutput extends RegisterUserResponse, __Metad
29
29
  * @see {@link RegisterUserCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>You don't have access to this item. The provided credentials couldn't be
34
+ * validated. You might not be authorized to carry out the request. Make sure that your
35
+ * account is authorized to use the Amazon QuickSight service, that your policies have the
36
+ * correct permissions, and that you are using the correct credentials.</p>
37
+ *
38
+ * @throws {@link InternalFailureException} (server fault)
39
+ * <p>An internal failure occurred.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>One or more parameters has a value that isn't valid.</p>
43
+ *
44
+ * @throws {@link LimitExceededException} (client fault)
45
+ * <p>A limit is exceeded.</p>
46
+ *
47
+ * @throws {@link PreconditionNotMetException} (client fault)
48
+ * <p>One or more preconditions aren't met.</p>
49
+ *
50
+ * @throws {@link ResourceExistsException} (client fault)
51
+ * <p>The resource specified already exists. </p>
52
+ *
53
+ * @throws {@link ResourceNotFoundException} (client fault)
54
+ * <p>One or more resources can't be found.</p>
55
+ *
56
+ * @throws {@link ResourceUnavailableException} (server fault)
57
+ * <p>This resource is currently unavailable.</p>
58
+ *
59
+ * @throws {@link ThrottlingException} (client fault)
60
+ * <p>Access is throttled.</p>
61
+ *
62
+ *
32
63
  */
33
64
  export declare class RegisterUserCommand extends $Command<RegisterUserCommandInput, RegisterUserCommandOutput, QuickSightClientResolvedConfig> {
34
65
  readonly input: RegisterUserCommandInput;
@@ -29,6 +29,28 @@ export interface RestoreAnalysisCommandOutput extends RestoreAnalysisResponse, _
29
29
  * @see {@link RestoreAnalysisCommandOutput} for command's `response` shape.
30
30
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
31
31
  *
32
+ * @throws {@link ConflictException} (client fault)
33
+ * <p>Updating or deleting a resource can cause an inconsistent state.</p>
34
+ *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal failure occurred.</p>
37
+ *
38
+ * @throws {@link InvalidParameterValueException} (client fault)
39
+ * <p>One or more parameters has a value that isn't valid.</p>
40
+ *
41
+ * @throws {@link ResourceNotFoundException} (client fault)
42
+ * <p>One or more resources can't be found.</p>
43
+ *
44
+ * @throws {@link ThrottlingException} (client fault)
45
+ * <p>Access is throttled.</p>
46
+ *
47
+ * @throws {@link UnsupportedUserEditionException} (client fault)
48
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
49
+ * subscription where the edition doesn't include support for that operation. Amazon
50
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
51
+ * capability is available in every edition.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class RestoreAnalysisCommand extends $Command<RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput, QuickSightClientResolvedConfig> {
34
56
  readonly input: RestoreAnalysisCommandInput;
@@ -32,6 +32,28 @@ export interface SearchAnalysesCommandOutput extends SearchAnalysesResponse, __M
32
32
  * @see {@link SearchAnalysesCommandOutput} for command's `response` shape.
33
33
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal failure occurred.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value isn't valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>One or more parameters has a value that isn't valid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>One or more resources can't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Access is throttled.</p>
49
+ *
50
+ * @throws {@link UnsupportedUserEditionException} (client fault)
51
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
52
+ * subscription where the edition doesn't include support for that operation. Amazon
53
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
54
+ * capability is available in every edition.</p>
55
+ *
56
+ *
35
57
  */
36
58
  export declare class SearchAnalysesCommand extends $Command<SearchAnalysesCommandInput, SearchAnalysesCommandOutput, QuickSightClientResolvedConfig> {
37
59
  readonly input: SearchAnalysesCommandInput;
@@ -32,6 +32,28 @@ export interface SearchDashboardsCommandOutput extends SearchDashboardsResponse,
32
32
  * @see {@link SearchDashboardsCommandOutput} for command's `response` shape.
33
33
  * @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
34
34
  *
35
+ * @throws {@link InternalFailureException} (server fault)
36
+ * <p>An internal failure occurred.</p>
37
+ *
38
+ * @throws {@link InvalidNextTokenException} (client fault)
39
+ * <p>The <code>NextToken</code> value isn't valid.</p>
40
+ *
41
+ * @throws {@link InvalidParameterValueException} (client fault)
42
+ * <p>One or more parameters has a value that isn't valid.</p>
43
+ *
44
+ * @throws {@link ResourceNotFoundException} (client fault)
45
+ * <p>One or more resources can't be found.</p>
46
+ *
47
+ * @throws {@link ThrottlingException} (client fault)
48
+ * <p>Access is throttled.</p>
49
+ *
50
+ * @throws {@link UnsupportedUserEditionException} (client fault)
51
+ * <p>This error indicates that you are calling an operation on an Amazon QuickSight
52
+ * subscription where the edition doesn't include support for that operation. Amazon
53
+ * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
54
+ * capability is available in every edition.</p>
55
+ *
56
+ *
35
57
  */
36
58
  export declare class SearchDashboardsCommand extends $Command<SearchDashboardsCommandInput, SearchDashboardsCommandOutput, QuickSightClientResolvedConfig> {
37
59
  readonly input: SearchDashboardsCommandInput;