@aws-sdk/client-quicksight 3.775.0 → 3.778.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-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -0
- package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +1 -0
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +12 -0
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -0
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +12 -0
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/CreateThemeCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -0
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBrandCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +3 -2
- package/dist-types/commands/DeleteUserCommand.d.ts +3 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +18 -0
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -0
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQPersonalizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +12 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -0
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +38 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +38 -0
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -0
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -0
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -0
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -0
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -0
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -0
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -0
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -0
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -0
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -0
- package/dist-types/commands/ListThemesCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +1 -0
- package/dist-types/commands/ListTopicsCommand.d.ts +1 -0
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ListUsersCommand.d.ts +1 -0
- package/dist-types/commands/ListVPCConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +3 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +6 -0
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -0
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -0
- package/dist-types/commands/SearchAnalysesCommand.d.ts +1 -0
- package/dist-types/commands/SearchDashboardsCommand.d.ts +1 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +2 -0
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +18 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +2 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +13 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +15 -0
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -0
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +12 -0
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -0
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -0
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +2 -2
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.778.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|