@aws-sdk/client-quicksight 3.321.1 → 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 +16 -16
|
@@ -32,6 +32,21 @@ export interface DescribeAnalysisPermissionsCommandOutput extends DescribeAnalys
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeAnalysisPermissionsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeAnalysisPermissionsResponse
|
|
36
|
+
* // AnalysisId: "STRING_VALUE",
|
|
37
|
+
* // AnalysisArn: "STRING_VALUE",
|
|
38
|
+
* // Permissions: [ // ResourcePermissionList
|
|
39
|
+
* // { // ResourcePermission
|
|
40
|
+
* // Principal: "STRING_VALUE", // required
|
|
41
|
+
* // Actions: [ // ActionList // required
|
|
42
|
+
* // "STRING_VALUE",
|
|
43
|
+
* // ],
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // Status: Number("int"),
|
|
47
|
+
* // RequestId: "STRING_VALUE",
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
35
50
|
* ```
|
|
36
51
|
*
|
|
37
52
|
* @param DescribeAnalysisPermissionsCommandInput - {@link DescribeAnalysisPermissionsCommandInput}
|
|
@@ -58,6 +73,8 @@ export interface DescribeAnalysisPermissionsCommandOutput extends DescribeAnalys
|
|
|
58
73
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
59
74
|
* capability is available in every edition.</p>
|
|
60
75
|
*
|
|
76
|
+
* @throws {@link QuickSightServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
61
78
|
*
|
|
62
79
|
*/
|
|
63
80
|
export declare class DescribeAnalysisPermissionsCommand extends $Command<DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput, QuickSightClientResolvedConfig> {
|
|
@@ -34,6 +34,48 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DescribeDashboardCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DescribeDashboardResponse
|
|
38
|
+
* // Dashboard: { // Dashboard
|
|
39
|
+
* // DashboardId: "STRING_VALUE",
|
|
40
|
+
* // Arn: "STRING_VALUE",
|
|
41
|
+
* // Name: "STRING_VALUE",
|
|
42
|
+
* // Version: { // DashboardVersion
|
|
43
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
44
|
+
* // Errors: [ // DashboardErrorList
|
|
45
|
+
* // { // DashboardError
|
|
46
|
+
* // 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",
|
|
47
|
+
* // Message: "STRING_VALUE",
|
|
48
|
+
* // ViolatedEntities: [ // EntityList
|
|
49
|
+
* // { // Entity
|
|
50
|
+
* // Path: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // ],
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // VersionNumber: Number("long"),
|
|
56
|
+
* // Status: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
|
|
57
|
+
* // Arn: "STRING_VALUE",
|
|
58
|
+
* // SourceEntityArn: "STRING_VALUE",
|
|
59
|
+
* // DataSetArns: [ // DataSetArnsList
|
|
60
|
+
* // "STRING_VALUE",
|
|
61
|
+
* // ],
|
|
62
|
+
* // Description: "STRING_VALUE",
|
|
63
|
+
* // ThemeArn: "STRING_VALUE",
|
|
64
|
+
* // Sheets: [ // SheetList
|
|
65
|
+
* // { // Sheet
|
|
66
|
+
* // SheetId: "STRING_VALUE",
|
|
67
|
+
* // Name: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // ],
|
|
70
|
+
* // },
|
|
71
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
72
|
+
* // LastPublishedTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
74
|
+
* // },
|
|
75
|
+
* // Status: Number("int"),
|
|
76
|
+
* // RequestId: "STRING_VALUE",
|
|
77
|
+
* // };
|
|
78
|
+
*
|
|
37
79
|
* ```
|
|
38
80
|
*
|
|
39
81
|
* @param DescribeDashboardCommandInput - {@link DescribeDashboardCommandInput}
|
|
@@ -66,6 +108,8 @@ export interface DescribeDashboardCommandOutput extends DescribeDashboardRespons
|
|
|
66
108
|
* Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
|
|
67
109
|
* capability is available in every edition.</p>
|
|
68
110
|
*
|
|
111
|
+
* @throws {@link QuickSightServiceException}
|
|
112
|
+
* <p>Base exception class for all service exceptions from QuickSight service.</p>
|
|
69
113
|
*
|
|
70
114
|
*/
|
|
71
115
|
export declare class DescribeDashboardCommand extends $Command<DescribeDashboardCommandInput, DescribeDashboardCommandOutput, QuickSightClientResolvedConfig> {
|