@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-quicksight
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-quicksight
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.168.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.167.0...v3.168.0) (2022-09-09)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-quicksight
|