@aws-sdk/client-quicksight 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/QuickSight.d.ts +919 -71
- package/dist-types/ts3.4/QuickSightClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +17 -8
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/QuickSightServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +4266 -4030
- package/dist-types/ts3.4/models/models_1.d.ts +3823 -81
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNamespacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplateVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemeVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListThemesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchAnalysesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,120 +1,120 @@
|
|
|
1
|
-
export * from "./CancelIngestionCommand";
|
|
2
|
-
export * from "./CreateAccountCustomizationCommand";
|
|
3
|
-
export * from "./CreateAccountSubscriptionCommand";
|
|
4
|
-
export * from "./CreateAnalysisCommand";
|
|
5
|
-
export * from "./CreateDashboardCommand";
|
|
6
|
-
export * from "./CreateDataSetCommand";
|
|
7
|
-
export * from "./CreateDataSourceCommand";
|
|
8
|
-
export * from "./CreateFolderCommand";
|
|
9
|
-
export * from "./CreateFolderMembershipCommand";
|
|
10
|
-
export * from "./CreateGroupCommand";
|
|
11
|
-
export * from "./CreateGroupMembershipCommand";
|
|
12
|
-
export * from "./CreateIAMPolicyAssignmentCommand";
|
|
13
|
-
export * from "./CreateIngestionCommand";
|
|
14
|
-
export * from "./CreateNamespaceCommand";
|
|
15
|
-
export * from "./CreateTemplateAliasCommand";
|
|
16
|
-
export * from "./CreateTemplateCommand";
|
|
17
|
-
export * from "./CreateThemeAliasCommand";
|
|
18
|
-
export * from "./CreateThemeCommand";
|
|
19
|
-
export * from "./DeleteAccountCustomizationCommand";
|
|
20
|
-
export * from "./DeleteAnalysisCommand";
|
|
21
|
-
export * from "./DeleteDashboardCommand";
|
|
22
|
-
export * from "./DeleteDataSetCommand";
|
|
23
|
-
export * from "./DeleteDataSourceCommand";
|
|
24
|
-
export * from "./DeleteFolderCommand";
|
|
25
|
-
export * from "./DeleteFolderMembershipCommand";
|
|
26
|
-
export * from "./DeleteGroupCommand";
|
|
27
|
-
export * from "./DeleteGroupMembershipCommand";
|
|
28
|
-
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
29
|
-
export * from "./DeleteNamespaceCommand";
|
|
30
|
-
export * from "./DeleteTemplateAliasCommand";
|
|
31
|
-
export * from "./DeleteTemplateCommand";
|
|
32
|
-
export * from "./DeleteThemeAliasCommand";
|
|
33
|
-
export * from "./DeleteThemeCommand";
|
|
34
|
-
export * from "./DeleteUserByPrincipalIdCommand";
|
|
35
|
-
export * from "./DeleteUserCommand";
|
|
36
|
-
export * from "./DescribeAccountCustomizationCommand";
|
|
37
|
-
export * from "./DescribeAccountSettingsCommand";
|
|
38
|
-
export * from "./DescribeAccountSubscriptionCommand";
|
|
39
|
-
export * from "./DescribeAnalysisCommand";
|
|
40
|
-
export * from "./DescribeAnalysisPermissionsCommand";
|
|
41
|
-
export * from "./DescribeDashboardCommand";
|
|
42
|
-
export * from "./DescribeDashboardPermissionsCommand";
|
|
43
|
-
export * from "./DescribeDataSetCommand";
|
|
44
|
-
export * from "./DescribeDataSetPermissionsCommand";
|
|
45
|
-
export * from "./DescribeDataSourceCommand";
|
|
46
|
-
export * from "./DescribeDataSourcePermissionsCommand";
|
|
47
|
-
export * from "./DescribeFolderCommand";
|
|
48
|
-
export * from "./DescribeFolderPermissionsCommand";
|
|
49
|
-
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
50
|
-
export * from "./DescribeGroupCommand";
|
|
51
|
-
export * from "./DescribeGroupMembershipCommand";
|
|
52
|
-
export * from "./DescribeIAMPolicyAssignmentCommand";
|
|
53
|
-
export * from "./DescribeIngestionCommand";
|
|
54
|
-
export * from "./DescribeIpRestrictionCommand";
|
|
55
|
-
export * from "./DescribeNamespaceCommand";
|
|
56
|
-
export * from "./DescribeTemplateAliasCommand";
|
|
57
|
-
export * from "./DescribeTemplateCommand";
|
|
58
|
-
export * from "./DescribeTemplatePermissionsCommand";
|
|
59
|
-
export * from "./DescribeThemeAliasCommand";
|
|
60
|
-
export * from "./DescribeThemeCommand";
|
|
61
|
-
export * from "./DescribeThemePermissionsCommand";
|
|
62
|
-
export * from "./DescribeUserCommand";
|
|
63
|
-
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
64
|
-
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
65
|
-
export * from "./GetDashboardEmbedUrlCommand";
|
|
66
|
-
export * from "./GetSessionEmbedUrlCommand";
|
|
67
|
-
export * from "./ListAnalysesCommand";
|
|
68
|
-
export * from "./ListDashboardVersionsCommand";
|
|
69
|
-
export * from "./ListDashboardsCommand";
|
|
70
|
-
export * from "./ListDataSetsCommand";
|
|
71
|
-
export * from "./ListDataSourcesCommand";
|
|
72
|
-
export * from "./ListFolderMembersCommand";
|
|
73
|
-
export * from "./ListFoldersCommand";
|
|
74
|
-
export * from "./ListGroupMembershipsCommand";
|
|
75
|
-
export * from "./ListGroupsCommand";
|
|
76
|
-
export * from "./ListIAMPolicyAssignmentsCommand";
|
|
77
|
-
export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
78
|
-
export * from "./ListIngestionsCommand";
|
|
79
|
-
export * from "./ListNamespacesCommand";
|
|
80
|
-
export * from "./ListTagsForResourceCommand";
|
|
81
|
-
export * from "./ListTemplateAliasesCommand";
|
|
82
|
-
export * from "./ListTemplateVersionsCommand";
|
|
83
|
-
export * from "./ListTemplatesCommand";
|
|
84
|
-
export * from "./ListThemeAliasesCommand";
|
|
85
|
-
export * from "./ListThemeVersionsCommand";
|
|
86
|
-
export * from "./ListThemesCommand";
|
|
87
|
-
export * from "./ListUserGroupsCommand";
|
|
88
|
-
export * from "./ListUsersCommand";
|
|
89
|
-
export * from "./RegisterUserCommand";
|
|
90
|
-
export * from "./RestoreAnalysisCommand";
|
|
91
|
-
export * from "./SearchAnalysesCommand";
|
|
92
|
-
export * from "./SearchDashboardsCommand";
|
|
93
|
-
export * from "./SearchFoldersCommand";
|
|
94
|
-
export * from "./SearchGroupsCommand";
|
|
95
|
-
export * from "./TagResourceCommand";
|
|
96
|
-
export * from "./UntagResourceCommand";
|
|
97
|
-
export * from "./UpdateAccountCustomizationCommand";
|
|
98
|
-
export * from "./UpdateAccountSettingsCommand";
|
|
99
|
-
export * from "./UpdateAnalysisCommand";
|
|
100
|
-
export * from "./UpdateAnalysisPermissionsCommand";
|
|
101
|
-
export * from "./UpdateDashboardCommand";
|
|
102
|
-
export * from "./UpdateDashboardPermissionsCommand";
|
|
103
|
-
export * from "./UpdateDashboardPublishedVersionCommand";
|
|
104
|
-
export * from "./UpdateDataSetCommand";
|
|
105
|
-
export * from "./UpdateDataSetPermissionsCommand";
|
|
106
|
-
export * from "./UpdateDataSourceCommand";
|
|
107
|
-
export * from "./UpdateDataSourcePermissionsCommand";
|
|
108
|
-
export * from "./UpdateFolderCommand";
|
|
109
|
-
export * from "./UpdateFolderPermissionsCommand";
|
|
110
|
-
export * from "./UpdateGroupCommand";
|
|
111
|
-
export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
112
|
-
export * from "./UpdateIpRestrictionCommand";
|
|
113
|
-
export * from "./UpdatePublicSharingSettingsCommand";
|
|
114
|
-
export * from "./UpdateTemplateAliasCommand";
|
|
115
|
-
export * from "./UpdateTemplateCommand";
|
|
116
|
-
export * from "./UpdateTemplatePermissionsCommand";
|
|
117
|
-
export * from "./UpdateThemeAliasCommand";
|
|
118
|
-
export * from "./UpdateThemeCommand";
|
|
119
|
-
export * from "./UpdateThemePermissionsCommand";
|
|
120
|
-
export * from "./UpdateUserCommand";
|
|
1
|
+
export * from "./CancelIngestionCommand";
|
|
2
|
+
export * from "./CreateAccountCustomizationCommand";
|
|
3
|
+
export * from "./CreateAccountSubscriptionCommand";
|
|
4
|
+
export * from "./CreateAnalysisCommand";
|
|
5
|
+
export * from "./CreateDashboardCommand";
|
|
6
|
+
export * from "./CreateDataSetCommand";
|
|
7
|
+
export * from "./CreateDataSourceCommand";
|
|
8
|
+
export * from "./CreateFolderCommand";
|
|
9
|
+
export * from "./CreateFolderMembershipCommand";
|
|
10
|
+
export * from "./CreateGroupCommand";
|
|
11
|
+
export * from "./CreateGroupMembershipCommand";
|
|
12
|
+
export * from "./CreateIAMPolicyAssignmentCommand";
|
|
13
|
+
export * from "./CreateIngestionCommand";
|
|
14
|
+
export * from "./CreateNamespaceCommand";
|
|
15
|
+
export * from "./CreateTemplateAliasCommand";
|
|
16
|
+
export * from "./CreateTemplateCommand";
|
|
17
|
+
export * from "./CreateThemeAliasCommand";
|
|
18
|
+
export * from "./CreateThemeCommand";
|
|
19
|
+
export * from "./DeleteAccountCustomizationCommand";
|
|
20
|
+
export * from "./DeleteAnalysisCommand";
|
|
21
|
+
export * from "./DeleteDashboardCommand";
|
|
22
|
+
export * from "./DeleteDataSetCommand";
|
|
23
|
+
export * from "./DeleteDataSourceCommand";
|
|
24
|
+
export * from "./DeleteFolderCommand";
|
|
25
|
+
export * from "./DeleteFolderMembershipCommand";
|
|
26
|
+
export * from "./DeleteGroupCommand";
|
|
27
|
+
export * from "./DeleteGroupMembershipCommand";
|
|
28
|
+
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
29
|
+
export * from "./DeleteNamespaceCommand";
|
|
30
|
+
export * from "./DeleteTemplateAliasCommand";
|
|
31
|
+
export * from "./DeleteTemplateCommand";
|
|
32
|
+
export * from "./DeleteThemeAliasCommand";
|
|
33
|
+
export * from "./DeleteThemeCommand";
|
|
34
|
+
export * from "./DeleteUserByPrincipalIdCommand";
|
|
35
|
+
export * from "./DeleteUserCommand";
|
|
36
|
+
export * from "./DescribeAccountCustomizationCommand";
|
|
37
|
+
export * from "./DescribeAccountSettingsCommand";
|
|
38
|
+
export * from "./DescribeAccountSubscriptionCommand";
|
|
39
|
+
export * from "./DescribeAnalysisCommand";
|
|
40
|
+
export * from "./DescribeAnalysisPermissionsCommand";
|
|
41
|
+
export * from "./DescribeDashboardCommand";
|
|
42
|
+
export * from "./DescribeDashboardPermissionsCommand";
|
|
43
|
+
export * from "./DescribeDataSetCommand";
|
|
44
|
+
export * from "./DescribeDataSetPermissionsCommand";
|
|
45
|
+
export * from "./DescribeDataSourceCommand";
|
|
46
|
+
export * from "./DescribeDataSourcePermissionsCommand";
|
|
47
|
+
export * from "./DescribeFolderCommand";
|
|
48
|
+
export * from "./DescribeFolderPermissionsCommand";
|
|
49
|
+
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
50
|
+
export * from "./DescribeGroupCommand";
|
|
51
|
+
export * from "./DescribeGroupMembershipCommand";
|
|
52
|
+
export * from "./DescribeIAMPolicyAssignmentCommand";
|
|
53
|
+
export * from "./DescribeIngestionCommand";
|
|
54
|
+
export * from "./DescribeIpRestrictionCommand";
|
|
55
|
+
export * from "./DescribeNamespaceCommand";
|
|
56
|
+
export * from "./DescribeTemplateAliasCommand";
|
|
57
|
+
export * from "./DescribeTemplateCommand";
|
|
58
|
+
export * from "./DescribeTemplatePermissionsCommand";
|
|
59
|
+
export * from "./DescribeThemeAliasCommand";
|
|
60
|
+
export * from "./DescribeThemeCommand";
|
|
61
|
+
export * from "./DescribeThemePermissionsCommand";
|
|
62
|
+
export * from "./DescribeUserCommand";
|
|
63
|
+
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
64
|
+
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
65
|
+
export * from "./GetDashboardEmbedUrlCommand";
|
|
66
|
+
export * from "./GetSessionEmbedUrlCommand";
|
|
67
|
+
export * from "./ListAnalysesCommand";
|
|
68
|
+
export * from "./ListDashboardVersionsCommand";
|
|
69
|
+
export * from "./ListDashboardsCommand";
|
|
70
|
+
export * from "./ListDataSetsCommand";
|
|
71
|
+
export * from "./ListDataSourcesCommand";
|
|
72
|
+
export * from "./ListFolderMembersCommand";
|
|
73
|
+
export * from "./ListFoldersCommand";
|
|
74
|
+
export * from "./ListGroupMembershipsCommand";
|
|
75
|
+
export * from "./ListGroupsCommand";
|
|
76
|
+
export * from "./ListIAMPolicyAssignmentsCommand";
|
|
77
|
+
export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
78
|
+
export * from "./ListIngestionsCommand";
|
|
79
|
+
export * from "./ListNamespacesCommand";
|
|
80
|
+
export * from "./ListTagsForResourceCommand";
|
|
81
|
+
export * from "./ListTemplateAliasesCommand";
|
|
82
|
+
export * from "./ListTemplateVersionsCommand";
|
|
83
|
+
export * from "./ListTemplatesCommand";
|
|
84
|
+
export * from "./ListThemeAliasesCommand";
|
|
85
|
+
export * from "./ListThemeVersionsCommand";
|
|
86
|
+
export * from "./ListThemesCommand";
|
|
87
|
+
export * from "./ListUserGroupsCommand";
|
|
88
|
+
export * from "./ListUsersCommand";
|
|
89
|
+
export * from "./RegisterUserCommand";
|
|
90
|
+
export * from "./RestoreAnalysisCommand";
|
|
91
|
+
export * from "./SearchAnalysesCommand";
|
|
92
|
+
export * from "./SearchDashboardsCommand";
|
|
93
|
+
export * from "./SearchFoldersCommand";
|
|
94
|
+
export * from "./SearchGroupsCommand";
|
|
95
|
+
export * from "./TagResourceCommand";
|
|
96
|
+
export * from "./UntagResourceCommand";
|
|
97
|
+
export * from "./UpdateAccountCustomizationCommand";
|
|
98
|
+
export * from "./UpdateAccountSettingsCommand";
|
|
99
|
+
export * from "./UpdateAnalysisCommand";
|
|
100
|
+
export * from "./UpdateAnalysisPermissionsCommand";
|
|
101
|
+
export * from "./UpdateDashboardCommand";
|
|
102
|
+
export * from "./UpdateDashboardPermissionsCommand";
|
|
103
|
+
export * from "./UpdateDashboardPublishedVersionCommand";
|
|
104
|
+
export * from "./UpdateDataSetCommand";
|
|
105
|
+
export * from "./UpdateDataSetPermissionsCommand";
|
|
106
|
+
export * from "./UpdateDataSourceCommand";
|
|
107
|
+
export * from "./UpdateDataSourcePermissionsCommand";
|
|
108
|
+
export * from "./UpdateFolderCommand";
|
|
109
|
+
export * from "./UpdateFolderPermissionsCommand";
|
|
110
|
+
export * from "./UpdateGroupCommand";
|
|
111
|
+
export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
112
|
+
export * from "./UpdateIpRestrictionCommand";
|
|
113
|
+
export * from "./UpdatePublicSharingSettingsCommand";
|
|
114
|
+
export * from "./UpdateTemplateAliasCommand";
|
|
115
|
+
export * from "./UpdateTemplateCommand";
|
|
116
|
+
export * from "./UpdateTemplatePermissionsCommand";
|
|
117
|
+
export * from "./UpdateThemeAliasCommand";
|
|
118
|
+
export * from "./UpdateThemeCommand";
|
|
119
|
+
export * from "./UpdateThemePermissionsCommand";
|
|
120
|
+
export * from "./UpdateUserCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./QuickSight";
|
|
2
|
-
export * from "./QuickSightClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { QuickSightServiceException } from "./models/QuickSightServiceException";
|
|
1
|
+
export * from "./QuickSight";
|
|
2
|
+
export * from "./QuickSightClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { QuickSightServiceException } from "./models/QuickSightServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class QuickSightServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|