@aws-sdk/client-quicksight 3.289.0 → 3.292.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 +35 -40
|
@@ -30,6 +30,28 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
|
|
|
30
30
|
* @see {@link DescribeAccountSettingsCommandOutput} 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 ResourceUnavailableException} (server fault)
|
|
49
|
+
* <p>This resource is currently unavailable.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
52
|
+
* <p>Access is throttled.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class DescribeAccountSettingsCommand extends $Command<DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
57
|
readonly input: DescribeAccountSettingsCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
|
|
|
29
29
|
* @see {@link DescribeAccountSubscriptionCommandOutput} 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 ResourceUnavailableException} (server fault)
|
|
48
|
+
* <p>This resource is currently unavailable.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Access is throttled.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeAccountSubscriptionCommand extends $Command<DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeAccountSubscriptionCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
|
|
|
29
29
|
* @see {@link DescribeAnalysisCommandOutput} 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 DescribeAnalysisCommand extends $Command<DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeAnalysisCommandInput;
|
|
@@ -37,6 +37,37 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
|
|
|
37
37
|
* @see {@link DescribeAnalysisDefinitionCommandOutput} 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 DescribeAnalysisDefinitionCommand extends $Command<DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput, QuickSightClientResolvedConfig> {
|
|
42
73
|
readonly input: DescribeAnalysisDefinitionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeAnalysisPermissionsCommandOutput extends DescribeAnalys
|
|
|
29
29
|
* @see {@link DescribeAnalysisPermissionsCommandOutput} 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 InvalidParameterValueException} (client fault)
|
|
36
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>One or more resources can't be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>Access is throttled.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
45
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
46
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
47
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
48
|
+
* capability is available in every edition.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeAnalysisPermissionsCommand extends $Command<DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeAnalysisPermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
|
|
|
29
29
|
* @see {@link DescribeDashboardCommandOutput} 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 DescribeDashboardCommand extends $Command<DescribeDashboardCommandInput, DescribeDashboardCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeDashboardCommandInput;
|
|
@@ -37,6 +37,37 @@ export interface DescribeDashboardDefinitionCommandOutput extends DescribeDashbo
|
|
|
37
37
|
* @see {@link DescribeDashboardDefinitionCommandOutput} 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 DescribeDashboardDefinitionCommand extends $Command<DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput, QuickSightClientResolvedConfig> {
|
|
42
73
|
readonly input: DescribeDashboardDefinitionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeDashboardPermissionsCommandOutput extends DescribeDashb
|
|
|
29
29
|
* @see {@link DescribeDashboardPermissionsCommandOutput} 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 InvalidParameterValueException} (client fault)
|
|
36
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>One or more resources can't be found.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>Access is throttled.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
45
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
46
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
47
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
48
|
+
* capability is available in every edition.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
32
51
|
*/
|
|
33
52
|
export declare class DescribeDashboardPermissionsCommand extends $Command<DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeDashboardPermissionsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
29
29
|
* @see {@link DescribeDataSetCommandOutput} 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 DescribeDataSetCommand extends $Command<DescribeDataSetCommandInput, DescribeDataSetCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeDataSetCommandInput;
|
|
@@ -30,6 +30,25 @@ export interface DescribeDataSetPermissionsCommandOutput extends DescribeDataSet
|
|
|
30
30
|
* @see {@link DescribeDataSetPermissionsCommandOutput} 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 DescribeDataSetPermissionsCommand extends $Command<DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
35
54
|
readonly input: DescribeDataSetPermissionsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
|
|
|
29
29
|
* @see {@link DescribeDataSourceCommandOutput} 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 DescribeDataSourceCommand extends $Command<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeDataSourceCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeDataSourcePermissionsCommandOutput extends DescribeData
|
|
|
29
29
|
* @see {@link DescribeDataSourcePermissionsCommandOutput} 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 DescribeDataSourcePermissionsCommand extends $Command<DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeDataSourcePermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeFolderCommandOutput extends DescribeFolderResponse, __M
|
|
|
29
29
|
* @see {@link DescribeFolderCommandOutput} 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 DescribeFolderCommand extends $Command<DescribeFolderCommandInput, DescribeFolderCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeFolderCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeFolderPermissionsCommandOutput extends DescribeFolderPe
|
|
|
29
29
|
* @see {@link DescribeFolderPermissionsCommandOutput} 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 DescribeFolderPermissionsCommand extends $Command<DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeFolderPermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeFolderResolvedPermissionsCommandOutput extends Describe
|
|
|
29
29
|
* @see {@link DescribeFolderResolvedPermissionsCommandOutput} 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 DescribeFolderResolvedPermissionsCommand extends $Command<DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeFolderResolvedPermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface DescribeGroupCommandOutput extends DescribeGroupResponse, __Met
|
|
|
29
29
|
* @see {@link DescribeGroupCommandOutput} 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 DescribeGroupCommand extends $Command<DescribeGroupCommandInput, DescribeGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: DescribeGroupCommandInput;
|
|
@@ -31,6 +31,31 @@ export interface DescribeGroupMembershipCommandOutput extends DescribeGroupMembe
|
|
|
31
31
|
* @see {@link DescribeGroupMembershipCommandOutput} 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 DescribeGroupMembershipCommand extends $Command<DescribeGroupMembershipCommandInput, DescribeGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
36
61
|
readonly input: DescribeGroupMembershipCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeIAMPolicyAssignmentCommandOutput extends DescribeIAMPol
|
|
|
29
29
|
* @see {@link DescribeIAMPolicyAssignmentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
34
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
35
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
36
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
39
|
+
* <p>An internal failure occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
42
|
+
* <p>The <code>NextToken</code> value isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
45
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>One or more resources can't be found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Access is throttled.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeIAMPolicyAssignmentCommand extends $Command<DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeIAMPolicyAssignmentCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeIngestionCommandOutput extends DescribeIngestionRespons
|
|
|
29
29
|
* @see {@link DescribeIngestionCommandOutput} 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
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeIngestionCommand extends $Command<DescribeIngestionCommandInput, DescribeIngestionCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeIngestionCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DescribeIpRestrictionCommandOutput extends DescribeIpRestrictio
|
|
|
29
29
|
* @see {@link DescribeIpRestrictionCommandOutput} 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 DescribeIpRestrictionCommand extends $Command<DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: DescribeIpRestrictionCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface DescribeNamespaceCommandOutput extends DescribeNamespaceRespons
|
|
|
29
29
|
* @see {@link DescribeNamespaceCommandOutput} 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 ResourceUnavailableException} (server fault)
|
|
48
|
+
* <p>This resource is currently unavailable.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Access is throttled.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
32
54
|
*/
|
|
33
55
|
export declare class DescribeNamespaceCommand extends $Command<DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: DescribeNamespaceCommandInput;
|