@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
|
@@ -32,6 +32,32 @@ export interface UpdateIAMPolicyAssignmentCommandOutput extends UpdateIAMPolicyA
|
|
|
32
32
|
* @see {@link UpdateIAMPolicyAssignmentCommandOutput} 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 ConcurrentUpdatingException} (server fault)
|
|
42
|
+
* <p>A resource is already in a state that indicates an operation is happening that must complete
|
|
43
|
+
* before a new update can be applied.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
46
|
+
* <p>An internal failure occurred.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
49
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
52
|
+
* <p>The resource specified already exists. </p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
55
|
+
* <p>One or more resources can't be found.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>Access is throttled.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
35
61
|
*/
|
|
36
62
|
export declare class UpdateIAMPolicyAssignmentCommand extends $Command<UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
37
63
|
readonly input: UpdateIAMPolicyAssignmentCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface UpdateIpRestrictionCommandOutput extends UpdateIpRestrictionRes
|
|
|
29
29
|
* @see {@link UpdateIpRestrictionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
34
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
35
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
36
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
39
|
+
* <p>An internal failure occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
42
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>A limit is exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link 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 UpdateIpRestrictionCommand extends $Command<UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
56
|
readonly input: UpdateIpRestrictionCommandInput;
|
|
@@ -37,6 +37,36 @@ export interface UpdatePublicSharingSettingsCommandOutput extends UpdatePublicSh
|
|
|
37
37
|
* @see {@link UpdatePublicSharingSettingsCommandOutput} 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 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 UnsupportedPricingPlanException} (client fault)
|
|
59
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
60
|
+
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
61
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
|
|
62
|
+
* can do this on the <b>Manage Amazon QuickSight</b> page. </p>
|
|
63
|
+
* <p>After capacity pricing is added, you can use the
|
|
64
|
+
* <code>
|
|
65
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
66
|
+
* </code> API operation with the
|
|
67
|
+
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
40
70
|
*/
|
|
41
71
|
export declare class UpdatePublicSharingSettingsCommand extends $Command<UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput, QuickSightClientResolvedConfig> {
|
|
42
72
|
readonly input: UpdatePublicSharingSettingsCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface UpdateTemplateAliasCommandOutput extends UpdateTemplateAliasRes
|
|
|
29
29
|
* @see {@link UpdateTemplateAliasCommandOutput} 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 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 UpdateTemplateAliasCommand extends $Command<UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
53
|
readonly input: UpdateTemplateAliasCommandInput;
|
|
@@ -29,6 +29,34 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
29
29
|
* @see {@link UpdateTemplateCommandOutput} 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 ResourceExistsException} (client fault)
|
|
45
|
+
* <p>The resource specified already exists. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>One or more resources can't be found.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
51
|
+
* <p>Access is throttled.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
54
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
55
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
56
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
57
|
+
* capability is available in every edition.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
32
60
|
*/
|
|
33
61
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
62
|
readonly input: UpdateTemplateCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateTemplatePermissionsCommandOutput extends UpdateTemplatePe
|
|
|
29
29
|
* @see {@link UpdateTemplatePermissionsCommandOutput} 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 UpdateTemplatePermissionsCommand extends $Command<UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateTemplatePermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateThemeAliasCommandOutput extends UpdateThemeAliasResponse,
|
|
|
29
29
|
* @see {@link UpdateThemeAliasCommandOutput} 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 ResourceExistsException} (client fault)
|
|
42
|
+
* <p>The resource specified already exists. </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 UpdateThemeAliasCommand extends $Command<UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateThemeAliasCommandInput;
|
|
@@ -29,6 +29,37 @@ export interface UpdateThemeCommandOutput extends UpdateThemeResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateThemeCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
34
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
35
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
36
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
39
|
+
* <p>An internal failure occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
42
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
45
|
+
* <p>A limit is exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
48
|
+
* <p>The resource specified already exists. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
|
+
* <p>One or more resources can't be found.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>Access is throttled.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
57
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
58
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
59
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
60
|
+
* capability is available in every edition.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
32
63
|
*/
|
|
33
64
|
export declare class UpdateThemeCommand extends $Command<UpdateThemeCommandInput, UpdateThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
65
|
readonly input: UpdateThemeCommandInput;
|
|
@@ -122,6 +122,34 @@ export interface UpdateThemePermissionsCommandOutput extends UpdateThemePermissi
|
|
|
122
122
|
* @see {@link UpdateThemePermissionsCommandOutput} for command's `response` shape.
|
|
123
123
|
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
124
124
|
*
|
|
125
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
126
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
127
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
128
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
129
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
130
|
+
*
|
|
131
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
132
|
+
* <p>An internal failure occurred.</p>
|
|
133
|
+
*
|
|
134
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
135
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
136
|
+
*
|
|
137
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
138
|
+
* <p>A limit is exceeded.</p>
|
|
139
|
+
*
|
|
140
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
141
|
+
* <p>One or more resources can't be found.</p>
|
|
142
|
+
*
|
|
143
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
144
|
+
* <p>Access is throttled.</p>
|
|
145
|
+
*
|
|
146
|
+
* @throws {@link UnsupportedUserEditionException} (client fault)
|
|
147
|
+
* <p>This error indicates that you are calling an operation on an Amazon QuickSight
|
|
148
|
+
* subscription where the edition doesn't include support for that operation. Amazon
|
|
149
|
+
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
150
|
+
* capability is available in every edition.</p>
|
|
151
|
+
*
|
|
152
|
+
*
|
|
125
153
|
*/
|
|
126
154
|
export declare class UpdateThemePermissionsCommand extends $Command<UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
127
155
|
readonly input: UpdateThemePermissionsCommandInput;
|
|
@@ -29,6 +29,31 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
29
29
|
* @see {@link UpdateUserCommandOutput} 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 UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
34
59
|
readonly input: UpdateUserCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-quicksight",
|
|
3
3
|
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.292.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|