@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.
- package/dist-types/commands/CancelIngestionCommand.d.ts +22 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +28 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +31 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +28 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +28 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +34 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +28 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +34 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +31 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +31 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +25 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +26 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +25 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +34 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +25 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +34 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +28 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +31 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +25 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +25 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +22 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +19 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +31 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +25 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +25 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +25 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +26 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +25 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +19 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +25 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +22 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +28 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +25 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +31 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +25 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +31 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +19 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +25 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +25 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +25 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +22 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +19 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +22 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +31 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +31 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +22 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +28 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +25 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +40 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +45 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +56 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +37 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +16 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +22 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +16 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +19 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +28 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +28 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +28 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +28 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +22 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +26 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +25 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +28 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +19 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +19 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +22 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +22 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +25 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +28 -0
- package/dist-types/commands/ListThemesCommand.d.ts +28 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +25 -0
- package/dist-types/commands/ListUsersCommand.d.ts +28 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +31 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +22 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +22 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +22 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +22 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +22 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +31 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +28 -0
- package/dist-types/commands/TagResourceCommand.d.ts +22 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +25 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +22 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +25 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +25 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +31 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +22 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +31 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +28 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +25 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +26 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +22 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +30 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +19 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +28 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +25 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +25 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +31 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +28 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +25 -0
- package/package.json +29 -29
|
@@ -29,6 +29,22 @@ export interface DescribeTemplateAliasCommandOutput extends DescribeTemplateAlia
|
|
|
29
29
|
* @see {@link DescribeTemplateAliasCommandOutput} 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 ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>One or more resources can't be found.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>Access is throttled.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
42
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
43
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
44
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
45
|
+
* capability is available in every edition.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DescribeTemplateAliasCommand extends $Command<DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
50
|
readonly input: DescribeTemplateAliasCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
|
|
|
29
29
|
* @see {@link DescribeTemplateCommandOutput} 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 ConflictException} (client fault)
|
|
39
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
42
|
+
* <p>An internal failure occurred.</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
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
57
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
58
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
59
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
60
|
+
* capability is available in every edition.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class DescribeTemplateCommand extends $Command<DescribeTemplateCommandInput, DescribeTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
65
|
readonly input: DescribeTemplateCommandInput;
|
|
@@ -37,6 +37,37 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
37
37
|
* @see {@link DescribeTemplateDefinitionCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
42
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
43
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
44
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ConflictException} (client fault)
|
|
47
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
50
|
+
* <p>An internal failure occurred.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
53
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
56
|
+
* <p>The resource specified already exists. </p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
|
+
* <p>One or more resources can't be found.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
62
|
+
* <p>Access is throttled.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
65
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
66
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
67
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
68
|
+
* capability is available in every edition.</p>
|
|
69
|
+
*
|
|
70
|
+
*
|
|
40
71
|
*/
|
|
41
72
|
export declare class DescribeTemplateDefinitionCommand extends $Command<DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput, QuickSightClientResolvedConfig> {
|
|
42
73
|
readonly input: DescribeTemplateDefinitionCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeTemplatePermissionsCommandOutput extends DescribeTempla
|
|
|
29
29
|
* @see {@link DescribeTemplatePermissionsCommandOutput} 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 DescribeTemplatePermissionsCommand extends $Command<DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeTemplatePermissionsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeThemeAliasCommandOutput extends DescribeThemeAliasRespo
|
|
|
29
29
|
* @see {@link DescribeThemeAliasCommandOutput} 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 DescribeThemeAliasCommand extends $Command<DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeThemeAliasCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface DescribeThemeCommandOutput extends DescribeThemeResponse, __Met
|
|
|
29
29
|
* @see {@link DescribeThemeCommandOutput} 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 ResourceExistsException} (client fault)
|
|
45
|
+
* <p>The resource specified already exists. </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 DescribeThemeCommand extends $Command<DescribeThemeCommandInput, DescribeThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
62
|
readonly input: DescribeThemeCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeThemePermissionsCommandOutput extends DescribeThemePerm
|
|
|
29
29
|
* @see {@link DescribeThemePermissionsCommandOutput} 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
|
+
* @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 DescribeThemePermissionsCommand extends $Command<DescribeThemePermissionsCommandInput, DescribeThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeThemePermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeUserCommandOutput extends DescribeUserResponse, __Metad
|
|
|
29
29
|
* @see {@link DescribeUserCommandOutput} 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 DescribeUserCommand extends $Command<DescribeUserCommandInput, DescribeUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeUserCommandInput;
|
|
@@ -46,6 +46,46 @@ export interface GenerateEmbedUrlForAnonymousUserCommandOutput extends GenerateE
|
|
|
46
46
|
* @see {@link GenerateEmbedUrlForAnonymousUserCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
50
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
51
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
52
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
53
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
56
|
+
* <p>An internal failure occurred.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
59
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>One or more resources can't be found.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link SessionLifetimeInMinutesInvalidException} (client fault)
|
|
65
|
+
* <p>The number of minutes specified for the lifetime of a session isn't valid. The session
|
|
66
|
+
* lifetime must be 15-600 minutes.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>Access is throttled.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
72
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
73
|
+
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
74
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
|
|
75
|
+
* can do this on the <b>Manage Amazon QuickSight</b> page. </p>
|
|
76
|
+
* <p>After capacity pricing is added, you can use the
|
|
77
|
+
* <code>
|
|
78
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
79
|
+
* </code> API operation with the
|
|
80
|
+
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
83
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
84
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
85
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
86
|
+
* capability is available in every edition.</p>
|
|
87
|
+
*
|
|
88
|
+
*
|
|
49
89
|
*/
|
|
50
90
|
export declare class GenerateEmbedUrlForAnonymousUserCommand extends $Command<GenerateEmbedUrlForAnonymousUserCommandInput, GenerateEmbedUrlForAnonymousUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
51
91
|
readonly input: GenerateEmbedUrlForAnonymousUserCommandInput;
|
|
@@ -49,6 +49,51 @@ export interface GenerateEmbedUrlForRegisteredUserCommandOutput extends Generate
|
|
|
49
49
|
* @see {@link GenerateEmbedUrlForRegisteredUserCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
54
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
55
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
56
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
59
|
+
* <p>An internal failure occurred.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
62
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link QuickSightUserNotFoundException} (client fault)
|
|
65
|
+
* <p>The user with the provided name isn't found. This error can happen in any operation
|
|
66
|
+
* that requires finding a user based on a provided user name, such as
|
|
67
|
+
* <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
70
|
+
* <p>One or more resources can't be found.</p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link SessionLifetimeInMinutesInvalidException} (client fault)
|
|
73
|
+
* <p>The number of minutes specified for the lifetime of a session isn't valid. The session
|
|
74
|
+
* lifetime must be 15-600 minutes.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
+
* <p>Access is throttled.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
80
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
81
|
+
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
82
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
|
|
83
|
+
* can do this on the <b>Manage Amazon QuickSight</b> page. </p>
|
|
84
|
+
* <p>After capacity pricing is added, you can use the
|
|
85
|
+
* <code>
|
|
86
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
87
|
+
* </code> API operation with the
|
|
88
|
+
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
91
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
92
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
93
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
94
|
+
* capability is available in every edition.</p>
|
|
95
|
+
*
|
|
96
|
+
*
|
|
52
97
|
*/
|
|
53
98
|
export declare class GenerateEmbedUrlForRegisteredUserCommand extends $Command<GenerateEmbedUrlForRegisteredUserCommandInput, GenerateEmbedUrlForRegisteredUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
54
99
|
readonly input: GenerateEmbedUrlForRegisteredUserCommandInput;
|
|
@@ -51,6 +51,62 @@ export interface GetDashboardEmbedUrlCommandOutput extends GetDashboardEmbedUrlR
|
|
|
51
51
|
* @see {@link GetDashboardEmbedUrlCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
56
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
57
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
58
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link DomainNotWhitelistedException} (client fault)
|
|
61
|
+
* <p>The domain specified isn't on the allow list. All domains for embedded dashboards must be
|
|
62
|
+
* added to the approved list by an Amazon QuickSight admin.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link IdentityTypeNotSupportedException} (client fault)
|
|
65
|
+
* <p>The identity type specified isn't supported. Supported identity types include
|
|
66
|
+
* <code>IAM</code> and <code>QUICKSIGHT</code>.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
69
|
+
* <p>An internal failure occurred.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
72
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link QuickSightUserNotFoundException} (client fault)
|
|
75
|
+
* <p>The user with the provided name isn't found. This error can happen in any operation
|
|
76
|
+
* that requires finding a user based on a provided user name, such as
|
|
77
|
+
* <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
80
|
+
* <p>The resource specified already exists. </p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
83
|
+
* <p>One or more resources can't be found.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link SessionLifetimeInMinutesInvalidException} (client fault)
|
|
86
|
+
* <p>The number of minutes specified for the lifetime of a session isn't valid. The session
|
|
87
|
+
* lifetime must be 15-600 minutes.</p>
|
|
88
|
+
*
|
|
89
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
90
|
+
* <p>Access is throttled.</p>
|
|
91
|
+
*
|
|
92
|
+
* @throws {@link UnsupportedPricingPlanException} (client fault)
|
|
93
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
94
|
+
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
95
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
|
|
96
|
+
* can do this on the <b>Manage Amazon QuickSight</b> page. </p>
|
|
97
|
+
* <p>After capacity pricing is added, you can use the
|
|
98
|
+
* <code>
|
|
99
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
100
|
+
* </code> API operation with the
|
|
101
|
+
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
104
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
105
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
106
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
107
|
+
* capability is available in every edition.</p>
|
|
108
|
+
*
|
|
109
|
+
*
|
|
54
110
|
*/
|
|
55
111
|
export declare class GetDashboardEmbedUrlCommand extends $Command<GetDashboardEmbedUrlCommandInput, GetDashboardEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
|
|
56
112
|
readonly input: GetDashboardEmbedUrlCommandInput;
|
|
@@ -54,6 +54,43 @@ export interface GetSessionEmbedUrlCommandOutput extends GetSessionEmbedUrlRespo
|
|
|
54
54
|
* @see {@link GetSessionEmbedUrlCommandOutput} for command's `response` shape.
|
|
55
55
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
56
56
|
*
|
|
57
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
59
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
60
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
61
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
64
|
+
* <p>An internal failure occurred.</p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
67
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link QuickSightUserNotFoundException} (client fault)
|
|
70
|
+
* <p>The user with the provided name isn't found. This error can happen in any operation
|
|
71
|
+
* that requires finding a user based on a provided user name, such as
|
|
72
|
+
* <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
|
|
73
|
+
*
|
|
74
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
75
|
+
* <p>The resource specified already exists. </p>
|
|
76
|
+
*
|
|
77
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
+
* <p>One or more resources can't be found.</p>
|
|
79
|
+
*
|
|
80
|
+
* @throws {@link SessionLifetimeInMinutesInvalidException} (client fault)
|
|
81
|
+
* <p>The number of minutes specified for the lifetime of a session isn't valid. The session
|
|
82
|
+
* lifetime must be 15-600 minutes.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
85
|
+
* <p>Access is throttled.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
88
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
89
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
90
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
91
|
+
* capability is available in every edition.</p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
57
94
|
*/
|
|
58
95
|
export declare class GetSessionEmbedUrlCommand extends $Command<GetSessionEmbedUrlCommandInput, GetSessionEmbedUrlCommandOutput, QuickSightClientResolvedConfig> {
|
|
59
96
|
readonly input: GetSessionEmbedUrlCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListAnalysesCommandOutput extends ListAnalysesResponse, __Metad
|
|
|
29
29
|
* @see {@link ListAnalysesCommandOutput} 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 ThrottlingException} (client fault)
|
|
39
|
+
* <p>Access is throttled.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
42
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
43
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
44
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
45
|
+
* capability is available in every edition.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListAnalysesCommand extends $Command<ListAnalysesCommandInput, ListAnalysesCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
50
|
readonly input: ListAnalysesCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface ListDashboardVersionsCommandOutput extends ListDashboardVersion
|
|
|
29
29
|
* @see {@link ListDashboardVersionsCommandOutput} 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 ListDashboardVersionsCommand extends $Command<ListDashboardVersionsCommandInput, ListDashboardVersionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: ListDashboardVersionsCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface ListDashboardsCommandOutput extends ListDashboardsResponse, __M
|
|
|
29
29
|
* @see {@link ListDashboardsCommandOutput} 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 ThrottlingException} (client fault)
|
|
39
|
+
* <p>Access is throttled.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
42
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
43
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
44
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
45
|
+
* capability is available in every edition.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class ListDashboardsCommand extends $Command<ListDashboardsCommandInput, ListDashboardsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
50
|
readonly input: ListDashboardsCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
|
|
|
30
30
|
* @see {@link ListDataSetsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
35
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
36
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
37
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
40
|
+
* <p>An internal failure occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
43
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
46
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Access is throttled.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
54
|
readonly input: ListDataSetsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
|
|
|
29
29
|
* @see {@link ListDataSourcesCommandOutput} 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 ThrottlingException} (client fault)
|
|
48
|
+
* <p>Access is throttled.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: ListDataSourcesCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface ListFolderMembersCommandOutput extends ListFolderMembersRespons
|
|
|
29
29
|
* @see {@link ListFolderMembersCommandOutput} 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 ListFolderMembersCommand extends $Command<ListFolderMembersCommandInput, ListFolderMembersCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
62
|
readonly input: ListFolderMembersCommandInput;
|