@aws-sdk/client-quicksight 3.325.0 → 3.326.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 +9 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +13 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
- package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4239 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4276 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +190 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +18 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +239 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +18 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +13 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +19 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +30 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +18 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +23 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +63 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4257 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +80 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +20 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +8 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +14 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +14 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
- package/dist-types/commands/ListThemesCommand.d.ts +18 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListUsersCommand.d.ts +23 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +8 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
- package/package.json +3 -3
|
@@ -32,6 +32,13 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteFolderCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DeleteFolderResponse
|
|
36
|
+
* // Status: Number("int"),
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // FolderId: "STRING_VALUE",
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
35
42
|
* ```
|
|
36
43
|
*
|
|
37
44
|
* @param DeleteFolderCommandInput - {@link DeleteFolderCommandInput}
|
|
@@ -70,6 +77,8 @@ export interface DeleteFolderCommandOutput extends DeleteFolderResponse, __Metad
|
|
|
70
77
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
71
78
|
* capability is available in every edition.</p>
|
|
72
79
|
*
|
|
80
|
+
* @throws {@link QuickSightServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
73
82
|
*
|
|
74
83
|
*/
|
|
75
84
|
export declare class DeleteFolderCommand extends $Command<DeleteFolderCommandInput, DeleteFolderCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteFolderMembershipCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteFolderMembershipResponse
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param DeleteFolderMembershipCommandInput - {@link DeleteFolderMembershipCommandInput}
|
|
@@ -66,6 +71,8 @@ export interface DeleteFolderMembershipCommandOutput extends DeleteFolderMembers
|
|
|
66
71
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
67
72
|
* capability is available in every edition.</p>
|
|
68
73
|
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
export declare class DeleteFolderMembershipCommand extends $Command<DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteGroupCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteGroupResponse
|
|
37
|
+
* // RequestId: "STRING_VALUE",
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param DeleteGroupCommandInput - {@link DeleteGroupCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface DeleteGroupCommandOutput extends DeleteGroupResponse, __Metadat
|
|
|
65
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
71
|
* <p>Access is throttled.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link QuickSightServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class DeleteGroupCommand extends $Command<DeleteGroupCommandInput, DeleteGroupCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteGroupMembershipCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteGroupMembershipResponse
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param DeleteGroupMembershipCommandInput - {@link DeleteGroupMembershipCommandInput}
|
|
@@ -66,6 +71,8 @@ export interface DeleteGroupMembershipCommandOutput extends DeleteGroupMembershi
|
|
|
66
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
72
|
* <p>Access is throttled.</p>
|
|
68
73
|
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
export declare class DeleteGroupMembershipCommand extends $Command<DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,12 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteIAMPolicyAssignmentCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteIAMPolicyAssignmentResponse
|
|
37
|
+
* // AssignmentName: "STRING_VALUE",
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
36
42
|
* ```
|
|
37
43
|
*
|
|
38
44
|
* @param DeleteIAMPolicyAssignmentCommandInput - {@link DeleteIAMPolicyAssignmentCommandInput}
|
|
@@ -66,6 +72,8 @@ export interface DeleteIAMPolicyAssignmentCommandOutput extends DeleteIAMPolicyA
|
|
|
66
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
73
|
* <p>Access is throttled.</p>
|
|
68
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
77
|
*
|
|
70
78
|
*/
|
|
71
79
|
export declare class DeleteIAMPolicyAssignmentCommand extends $Command<DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,11 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteNamespaceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteNamespaceResponse
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // };
|
|
41
|
+
*
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
39
44
|
* @param DeleteNamespaceCommandInput - {@link DeleteNamespaceCommandInput}
|
|
@@ -66,6 +71,8 @@ export interface DeleteNamespaceCommandOutput extends DeleteNamespaceResponse, _
|
|
|
66
71
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
72
|
* <p>Access is throttled.</p>
|
|
68
73
|
*
|
|
74
|
+
* @throws {@link QuickSightServiceException}
|
|
75
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
76
|
*
|
|
70
77
|
*/
|
|
71
78
|
export declare class DeleteNamespaceCommand extends $Command<DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshSchedul
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteRefreshScheduleCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteRefreshScheduleResponse
|
|
37
|
+
* // Status: Number("int"),
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // ScheduleId: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteRefreshScheduleCommandInput - {@link DeleteRefreshScheduleCommandInput}
|
|
@@ -62,6 +69,8 @@ export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshSchedul
|
|
|
62
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
63
70
|
* <p>Access is throttled.</p>
|
|
64
71
|
*
|
|
72
|
+
* @throws {@link QuickSightServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
65
74
|
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class DeleteRefreshScheduleCommand extends $Command<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,14 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteTemplateAliasCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteTemplateAliasResponse
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // TemplateId: "STRING_VALUE",
|
|
40
|
+
* // AliasName: "STRING_VALUE",
|
|
41
|
+
* // Arn: "STRING_VALUE",
|
|
42
|
+
* // RequestId: "STRING_VALUE",
|
|
43
|
+
* // };
|
|
44
|
+
*
|
|
37
45
|
* ```
|
|
38
46
|
*
|
|
39
47
|
* @param DeleteTemplateAliasCommandInput - {@link DeleteTemplateAliasCommandInput}
|
|
@@ -60,6 +68,8 @@ export interface DeleteTemplateAliasCommandOutput extends DeleteTemplateAliasRes
|
|
|
60
68
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
61
69
|
* capability is available in every edition.</p>
|
|
62
70
|
*
|
|
71
|
+
* @throws {@link QuickSightServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
63
73
|
*
|
|
64
74
|
*/
|
|
65
75
|
export declare class DeleteTemplateAliasCommand extends $Command<DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteTemplateCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteTemplateResponse
|
|
37
|
+
* // RequestId: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // TemplateId: "STRING_VALUE",
|
|
40
|
+
* // Status: Number("int"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteTemplateCommandInput - {@link DeleteTemplateCommandInput}
|
|
@@ -65,6 +72,8 @@ export interface DeleteTemplateCommandOutput extends DeleteTemplateResponse, __M
|
|
|
65
72
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
66
73
|
* capability is available in every edition.</p>
|
|
67
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
77
|
*
|
|
69
78
|
*/
|
|
70
79
|
export declare class DeleteTemplateCommand extends $Command<DeleteTemplateCommandInput, DeleteTemplateCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -35,6 +35,14 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteThemeAliasCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteThemeAliasResponse
|
|
39
|
+
* // AliasName: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // RequestId: "STRING_VALUE",
|
|
42
|
+
* // Status: Number("int"),
|
|
43
|
+
* // ThemeId: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
38
46
|
* ```
|
|
39
47
|
*
|
|
40
48
|
* @param DeleteThemeAliasCommandInput - {@link DeleteThemeAliasCommandInput}
|
|
@@ -64,6 +72,8 @@ export interface DeleteThemeAliasCommandOutput extends DeleteThemeAliasResponse,
|
|
|
64
72
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
65
73
|
* capability is available in every edition.</p>
|
|
66
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
67
77
|
*
|
|
68
78
|
*/
|
|
69
79
|
export declare class DeleteThemeAliasCommand extends $Command<DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,13 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteThemeCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteThemeResponse
|
|
37
|
+
* // Arn: "STRING_VALUE",
|
|
38
|
+
* // RequestId: "STRING_VALUE",
|
|
39
|
+
* // Status: Number("int"),
|
|
40
|
+
* // ThemeId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
36
43
|
* ```
|
|
37
44
|
*
|
|
38
45
|
* @param DeleteThemeCommandInput - {@link DeleteThemeCommandInput}
|
|
@@ -68,6 +75,8 @@ export interface DeleteThemeCommandOutput extends DeleteThemeResponse, __Metadat
|
|
|
68
75
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
69
76
|
* capability is available in every edition.</p>
|
|
70
77
|
*
|
|
78
|
+
* @throws {@link QuickSightServiceException}
|
|
79
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
71
80
|
*
|
|
72
81
|
*/
|
|
73
82
|
export declare class DeleteThemeCommand extends $Command<DeleteThemeCommandInput, DeleteThemeCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteUserByPrincipalIdCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // DeleteUserByPrincipalIdResponse
|
|
37
|
+
* // RequestId: "STRING_VALUE",
|
|
38
|
+
* // Status: Number("int"),
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param DeleteUserByPrincipalIdCommandInput - {@link DeleteUserByPrincipalIdCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface DeleteUserByPrincipalIdCommandOutput extends DeleteUserByPrinci
|
|
|
65
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
66
71
|
* <p>Access is throttled.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link QuickSightServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class DeleteUserByPrincipalIdCommand extends $Command<DeleteUserByPrincipalIdCommandInput, DeleteUserByPrincipalIdCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -35,6 +35,11 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteUserCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DeleteUserResponse
|
|
39
|
+
* // RequestId: "STRING_VALUE",
|
|
40
|
+
* // Status: Number("int"),
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
40
45
|
* @param DeleteUserCommandInput - {@link DeleteUserCommandInput}
|
|
@@ -67,6 +72,8 @@ export interface DeleteUserCommandOutput extends DeleteUserResponse, __MetadataB
|
|
|
67
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
68
73
|
* <p>Access is throttled.</p>
|
|
69
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
70
77
|
*
|
|
71
78
|
*/
|
|
72
79
|
export declare class DeleteUserCommand extends $Command<DeleteUserCommandInput, DeleteUserCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -89,6 +89,18 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
|
|
|
89
89
|
* };
|
|
90
90
|
* const command = new DescribeAccountCustomizationCommand(input);
|
|
91
91
|
* const response = await client.send(command);
|
|
92
|
+
* // { // DescribeAccountCustomizationResponse
|
|
93
|
+
* // Arn: "STRING_VALUE",
|
|
94
|
+
* // AwsAccountId: "STRING_VALUE",
|
|
95
|
+
* // Namespace: "STRING_VALUE",
|
|
96
|
+
* // AccountCustomization: { // AccountCustomization
|
|
97
|
+
* // DefaultTheme: "STRING_VALUE",
|
|
98
|
+
* // DefaultEmailCustomizationTemplate: "STRING_VALUE",
|
|
99
|
+
* // },
|
|
100
|
+
* // RequestId: "STRING_VALUE",
|
|
101
|
+
* // Status: Number("int"),
|
|
102
|
+
* // };
|
|
103
|
+
*
|
|
92
104
|
* ```
|
|
93
105
|
*
|
|
94
106
|
* @param DescribeAccountCustomizationCommandInput - {@link DescribeAccountCustomizationCommandInput}
|
|
@@ -118,6 +130,8 @@ export interface DescribeAccountCustomizationCommandOutput extends DescribeAccou
|
|
|
118
130
|
* @throws {@link ThrottlingException} (client fault)
|
|
119
131
|
* <p>Access is throttled.</p>
|
|
120
132
|
*
|
|
133
|
+
* @throws {@link QuickSightServiceException}
|
|
134
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
121
135
|
*
|
|
122
136
|
*/
|
|
123
137
|
export declare class DescribeAccountCustomizationCommand extends $Command<DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -32,6 +32,19 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAccountSettingsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeAccountSettingsResponse
|
|
36
|
+
* // AccountSettings: { // AccountSettings
|
|
37
|
+
* // AccountName: "STRING_VALUE",
|
|
38
|
+
* // Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q",
|
|
39
|
+
* // DefaultNamespace: "STRING_VALUE",
|
|
40
|
+
* // NotificationEmail: "STRING_VALUE",
|
|
41
|
+
* // PublicSharingEnabled: true || false,
|
|
42
|
+
* // TerminationProtectionEnabled: true || false,
|
|
43
|
+
* // },
|
|
44
|
+
* // RequestId: "STRING_VALUE",
|
|
45
|
+
* // Status: Number("int"),
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
35
48
|
* ```
|
|
36
49
|
*
|
|
37
50
|
* @param DescribeAccountSettingsCommandInput - {@link DescribeAccountSettingsCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface DescribeAccountSettingsCommandOutput extends DescribeAccountSet
|
|
|
61
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
62
75
|
* <p>Access is throttled.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link QuickSightServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class DescribeAccountSettingsCommand extends $Command<DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -31,6 +31,18 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAccountSubscriptionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeAccountSubscriptionResponse
|
|
35
|
+
* // AccountInfo: { // AccountInfo
|
|
36
|
+
* // AccountName: "STRING_VALUE",
|
|
37
|
+
* // Edition: "STANDARD" || "ENTERPRISE" || "ENTERPRISE_AND_Q",
|
|
38
|
+
* // NotificationEmail: "STRING_VALUE",
|
|
39
|
+
* // AuthenticationType: "STRING_VALUE",
|
|
40
|
+
* // AccountSubscriptionStatus: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // Status: Number("int"),
|
|
43
|
+
* // RequestId: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
34
46
|
* ```
|
|
35
47
|
*
|
|
36
48
|
* @param DescribeAccountSubscriptionCommandInput - {@link DescribeAccountSubscriptionCommandInput}
|
|
@@ -60,6 +72,8 @@ export interface DescribeAccountSubscriptionCommandOutput extends DescribeAccoun
|
|
|
60
72
|
* @throws {@link ThrottlingException} (client fault)
|
|
61
73
|
* <p>Access is throttled.</p>
|
|
62
74
|
*
|
|
75
|
+
* @throws {@link QuickSightServiceException}
|
|
76
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
63
77
|
*
|
|
64
78
|
*/
|
|
65
79
|
export declare class DescribeAccountSubscriptionCommand extends $Command<DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -32,6 +32,40 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAnalysisCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeAnalysisResponse
|
|
36
|
+
* // Analysis: { // Analysis
|
|
37
|
+
* // AnalysisId: "STRING_VALUE",
|
|
38
|
+
* // Arn: "STRING_VALUE",
|
|
39
|
+
* // Name: "STRING_VALUE",
|
|
40
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
41
|
+
* // Errors: [ // AnalysisErrorList
|
|
42
|
+
* // { // AnalysisError
|
|
43
|
+
* // Type: "ACCESS_DENIED" || "SOURCE_NOT_FOUND" || "DATA_SET_NOT_FOUND" || "INTERNAL_FAILURE" || "PARAMETER_VALUE_INCOMPATIBLE" || "PARAMETER_TYPE_INVALID" || "PARAMETER_NOT_FOUND" || "COLUMN_TYPE_MISMATCH" || "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" || "COLUMN_REPLACEMENT_MISSING",
|
|
44
|
+
* // Message: "STRING_VALUE",
|
|
45
|
+
* // ViolatedEntities: [ // EntityList
|
|
46
|
+
* // { // Entity
|
|
47
|
+
* // Path: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // DataSetArns: [ // DataSetArnsList
|
|
53
|
+
* // "STRING_VALUE",
|
|
54
|
+
* // ],
|
|
55
|
+
* // ThemeArn: "STRING_VALUE",
|
|
56
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
57
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
58
|
+
* // Sheets: [ // SheetList
|
|
59
|
+
* // { // Sheet
|
|
60
|
+
* // SheetId: "STRING_VALUE",
|
|
61
|
+
* // Name: "STRING_VALUE",
|
|
62
|
+
* // },
|
|
63
|
+
* // ],
|
|
64
|
+
* // },
|
|
65
|
+
* // Status: Number("int"),
|
|
66
|
+
* // RequestId: "STRING_VALUE",
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
35
69
|
* ```
|
|
36
70
|
*
|
|
37
71
|
* @param DescribeAnalysisCommandInput - {@link DescribeAnalysisCommandInput}
|
|
@@ -64,6 +98,8 @@ export interface DescribeAnalysisCommandOutput extends DescribeAnalysisResponse,
|
|
|
64
98
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
65
99
|
* capability is available in every edition.</p>
|
|
66
100
|
*
|
|
101
|
+
* @throws {@link QuickSightServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
67
103
|
*
|
|
68
104
|
*/
|
|
69
105
|
export declare class DescribeAnalysisCommand extends $Command<DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput, QuickSightClientResolvedConfig> {
|