@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
|
@@ -32,6 +32,37 @@ export interface CreateThemeCommandOutput extends CreateThemeResponse, __Metadat
|
|
|
32
32
|
* @see {@link CreateThemeCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
37
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
38
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
39
|
+
* correct permissions, and that you are using the correct credentials.</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 LimitExceededException} (client fault)
|
|
48
|
+
* <p>A limit is exceeded.</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
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
60
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
61
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
62
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
63
|
+
* capability is available in every edition.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
35
66
|
*/
|
|
36
67
|
export declare class CreateThemeCommand extends $Command<CreateThemeCommandInput, CreateThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
37
68
|
readonly input: CreateThemeCommandInput;
|
|
@@ -30,6 +30,31 @@ export interface DeleteAccountCustomizationCommandOutput extends DeleteAccountCu
|
|
|
30
30
|
* @see {@link DeleteAccountCustomizationCommandOutput} 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 ConflictException} (client fault)
|
|
40
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
43
|
+
* <p>An internal failure occurred.</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 ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>One or more resources can't be found.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceUnavailableException} (server fault)
|
|
52
|
+
* <p>This resource is currently unavailable.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>Access is throttled.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
33
58
|
*/
|
|
34
59
|
export declare class DeleteAccountCustomizationCommand extends $Command<DeleteAccountCustomizationCommandInput, DeleteAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
60
|
readonly input: DeleteAccountCustomizationCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteAccountSubscriptionCommandOutput extends DeleteAccountSub
|
|
|
29
29
|
* @see {@link DeleteAccountSubscriptionCommandOutput} 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 DeleteAccountSubscriptionCommand extends $Command<DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteAccountSubscriptionCommandInput;
|
|
@@ -40,6 +40,28 @@ export interface DeleteAnalysisCommandOutput extends DeleteAnalysisResponse, __M
|
|
|
40
40
|
* @see {@link DeleteAnalysisCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
47
|
+
* <p>An internal failure occurred.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
50
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>One or more resources can't be found.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>Access is throttled.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
59
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
60
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
61
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
62
|
+
* capability is available in every edition.</p>
|
|
63
|
+
*
|
|
64
|
+
*
|
|
43
65
|
*/
|
|
44
66
|
export declare class DeleteAnalysisCommand extends $Command<DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|
|
45
67
|
readonly input: DeleteAnalysisCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DeleteDashboardCommandOutput extends DeleteDashboardResponse, _
|
|
|
29
29
|
* @see {@link DeleteDashboardCommandOutput} 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 DeleteDashboardCommand extends $Command<DeleteDashboardCommandInput, DeleteDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DeleteDashboardCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteDataSetCommandOutput extends DeleteDataSetResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteDataSetCommandOutput} 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 DeleteDataSetCommand extends $Command<DeleteDataSetCommandInput, DeleteDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteDataSetCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceResponse,
|
|
|
30
30
|
* @see {@link DeleteDataSourceCommandOutput} 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 InvalidParameterValueException} (client fault)
|
|
43
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>One or more resources can't be found.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>Access is throttled.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
54
|
readonly input: DeleteDataSourceCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
|
|
|
29
29
|
* @see {@link DeleteFolderCommandOutput} 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 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 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 DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
65
|
readonly input: DeleteFolderCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
29
29
|
* @see {@link DeleteFolderMembershipCommandOutput} 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 DeleteFolderMembershipCommand extends $Command<DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteFolderMembershipCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
29
29
|
* @see {@link DeleteGroupCommandOutput} 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 DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteGroupCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
|
|
|
29
29
|
* @see {@link DeleteGroupMembershipCommandOutput} 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 DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteGroupMembershipCommandInput;
|
|
@@ -29,6 +29,32 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
|
|
|
29
29
|
* @see {@link DeleteIAMPolicyAssignmentCommandOutput} 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 ConcurrentUpdatingException} (server fault)
|
|
39
|
+
* <p>A resource is already in a state that indicates an operation is happening that must complete
|
|
40
|
+
* before a new update can be applied.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
43
|
+
* <p>An internal failure occurred.</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 ResourceExistsException} (client fault)
|
|
49
|
+
* <p>The resource specified already exists. </p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
|
+
* <p>One or more resources can't be found.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
55
|
+
* <p>Access is throttled.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
32
58
|
*/
|
|
33
59
|
export declare class DeleteIAMPolicyAssignmentCommand extends $Command<DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
60
|
readonly input: DeleteIAMPolicyAssignmentCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
31
31
|
* @see {@link DeleteNamespaceCommandOutput} 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 InternalFailureException} (server fault)
|
|
41
|
+
* <p>An internal failure occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
47
|
+
* <p>One or more preconditions aren't met.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>One or more resources can't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceUnavailableException} (server fault)
|
|
53
|
+
* <p>This resource is currently unavailable.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>Access is throttled.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, QuickSightClientResolvedConfig> {
|
|
36
61
|
readonly input: DeleteNamespaceCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
|
|
|
30
30
|
* @see {@link DeleteTemplateAliasCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ConflictException} (client fault)
|
|
34
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
37
|
+
* <p>An internal failure occurred.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>One or more resources can't be found.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>Access is throttled.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
46
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
47
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
48
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
49
|
+
* capability is available in every edition.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
33
52
|
*/
|
|
34
53
|
export declare class DeleteTemplateAliasCommand extends $Command<DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
54
|
readonly input: DeleteTemplateAliasCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
29
29
|
* @see {@link DeleteTemplateCommandOutput} 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 LimitExceededException} (client fault)
|
|
42
|
+
* <p>A limit is exceeded.</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 DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteTemplateCommandInput;
|
|
@@ -31,6 +31,28 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
|
|
|
31
31
|
* @see {@link DeleteThemeAliasCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link ConflictException} (client fault)
|
|
35
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
38
|
+
* <p>An internal failure occurred.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
41
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>One or more resources can't be found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>Access is throttled.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
50
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
51
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
52
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
53
|
+
* capability is available in every edition.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
34
56
|
*/
|
|
35
57
|
export declare class DeleteThemeAliasCommand extends $Command<DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
36
58
|
readonly input: DeleteThemeAliasCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
|
|
|
29
29
|
* @see {@link DeleteThemeCommandOutput} 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 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 DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
62
|
readonly input: DeleteThemeCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
29
29
|
* @see {@link DeleteUserByPrincipalIdCommandOutput} 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 DeleteUserByPrincipalIdCommand extends $Command<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DeleteUserByPrincipalIdCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
|
|
|
31
31
|
* @see {@link DeleteUserCommandOutput} 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 InternalFailureException} (server fault)
|
|
41
|
+
* <p>An internal failure occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
44
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
47
|
+
* <p>One or more preconditions aren't met.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>One or more resources can't be found.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceUnavailableException} (server fault)
|
|
53
|
+
* <p>This resource is currently unavailable.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>Access is throttled.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
34
59
|
*/
|
|
35
60
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
36
61
|
readonly input: DeleteUserCommandInput;
|
|
@@ -85,6 +85,28 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
|
|
|
85
85
|
* @see {@link DescribeAccountCustomizationCommandOutput} for command's `response` shape.
|
|
86
86
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
87
87
|
*
|
|
88
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
89
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
90
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
91
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
92
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
95
|
+
* <p>An internal failure occurred.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
98
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
101
|
+
* <p>One or more resources can't be found.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ResourceUnavailableException} (server fault)
|
|
104
|
+
* <p>This resource is currently unavailable.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
107
|
+
* <p>Access is throttled.</p>
|
|
108
|
+
*
|
|
109
|
+
*
|
|
88
110
|
*/
|
|
89
111
|
export declare class DescribeAccountCustomizationCommand extends $Command<DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
|
|
90
112
|
readonly input: DescribeAccountCustomizationCommandInput;
|