@aws-sdk/client-quicksight 3.306.0 → 3.309.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/README.md +64 -0
- package/dist-cjs/QuickSight.js +120 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
- package/dist-cjs/commands/ListFoldersCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
- package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/RegisterUserCommand.js +2 -2
- package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
- package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
- package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
- package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_2.js +25 -67
- package/dist-cjs/models/models_3.js +66 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
- package/dist-es/QuickSight.js +120 -0
- package/dist-es/commands/CancelIngestionCommand.js +3 -3
- package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateIngestionCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/CreateTemplateCommand.js +3 -3
- package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteFolderCommand.js +3 -3
- package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderCommand.js +3 -3
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DescribeIngestionCommand.js +3 -3
- package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-es/commands/DescribeThemeCommand.js +3 -3
- package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-es/commands/ListAnalysesCommand.js +3 -3
- package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListFolderMembersCommand.js +3 -3
- package/dist-es/commands/ListFoldersCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-es/commands/ListIngestionsCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/ListUserGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/RegisterUserCommand.js +3 -3
- package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-es/commands/SearchAnalysesCommand.js +3 -3
- package/dist-es/commands/SearchDashboardsCommand.js +3 -3
- package/dist-es/commands/SearchDataSetsCommand.js +3 -3
- package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-es/commands/SearchFoldersCommand.js +3 -3
- package/dist-es/commands/SearchGroupsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateFolderCommand.js +3 -3
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +23 -58
- package/dist-es/models/models_3.js +58 -0
- package/dist-es/protocols/Aws_restJson1.js +6083 -6716
- package/dist-types/QuickSight.d.ts +64 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +392 -571
- package/dist-types/models/models_3.d.ts +647 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
- package/dist-types/ts3.4/QuickSight.d.ts +136 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +110 -141
- package/dist-types/ts3.4/models/models_3.d.ts +176 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
- package/package.json +6 -6
|
@@ -9,9 +9,12 @@ import {
|
|
|
9
9
|
AnalysisSearchFilter,
|
|
10
10
|
AnalysisSourceEntity,
|
|
11
11
|
AnalysisSummary,
|
|
12
|
+
AnonymousUserEmbeddingExperienceConfiguration,
|
|
12
13
|
AssignmentStatus,
|
|
13
14
|
ColumnGroup,
|
|
14
15
|
ColumnLevelPermissionRule,
|
|
16
|
+
DashboardVisualId,
|
|
17
|
+
FilterOperator,
|
|
15
18
|
Tag,
|
|
16
19
|
} from "./models_1";
|
|
17
20
|
import {
|
|
@@ -23,6 +26,7 @@ import {
|
|
|
23
26
|
DashboardVersionDefinition,
|
|
24
27
|
DashboardVersionSummary,
|
|
25
28
|
DataSetImportMode,
|
|
29
|
+
DataSetRefreshProperties,
|
|
26
30
|
DataSetSearchFilter,
|
|
27
31
|
DataSetSummary,
|
|
28
32
|
DataSetUsageConfiguration,
|
|
@@ -31,18 +35,19 @@ import {
|
|
|
31
35
|
DataSourceParameters,
|
|
32
36
|
DataSourceSearchFilter,
|
|
33
37
|
DataSourceSummary,
|
|
38
|
+
EmbeddingIdentityType,
|
|
34
39
|
FieldFolder,
|
|
35
|
-
|
|
36
|
-
|
|
40
|
+
FolderFilterAttribute,
|
|
41
|
+
FolderType,
|
|
37
42
|
Group,
|
|
38
43
|
GroupMember,
|
|
39
44
|
IdentityType,
|
|
40
45
|
Ingestion,
|
|
41
46
|
LinkSharingConfiguration,
|
|
42
47
|
LogicalTable,
|
|
43
|
-
MemberIdArnPair,
|
|
44
48
|
NamespaceInfoV2,
|
|
45
49
|
PhysicalTable,
|
|
50
|
+
RefreshSchedule,
|
|
46
51
|
ResourcePermission,
|
|
47
52
|
RowLevelPermissionDataSet,
|
|
48
53
|
RowLevelPermissionTagConfiguration,
|
|
@@ -58,6 +63,135 @@ import {
|
|
|
58
63
|
VpcConnectionProperties,
|
|
59
64
|
} from "./models_2";
|
|
60
65
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
66
|
+
export interface MemberIdArnPair {
|
|
67
|
+
MemberId?: string;
|
|
68
|
+
MemberArn?: string;
|
|
69
|
+
}
|
|
70
|
+
export interface FolderSearchFilter {
|
|
71
|
+
Operator?: FilterOperator | string;
|
|
72
|
+
Name?: FolderFilterAttribute | string;
|
|
73
|
+
Value?: string;
|
|
74
|
+
}
|
|
75
|
+
export interface FolderSummary {
|
|
76
|
+
Arn?: string;
|
|
77
|
+
FolderId?: string;
|
|
78
|
+
Name?: string;
|
|
79
|
+
FolderType?: FolderType | string;
|
|
80
|
+
CreatedTime?: Date;
|
|
81
|
+
LastUpdatedTime?: Date;
|
|
82
|
+
}
|
|
83
|
+
export interface SessionTag {
|
|
84
|
+
Key: string | undefined;
|
|
85
|
+
Value: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
88
|
+
AwsAccountId: string | undefined;
|
|
89
|
+
SessionLifetimeInMinutes?: number;
|
|
90
|
+
Namespace: string | undefined;
|
|
91
|
+
SessionTags?: SessionTag[];
|
|
92
|
+
AuthorizedResourceArns: string[] | undefined;
|
|
93
|
+
ExperienceConfiguration:
|
|
94
|
+
| AnonymousUserEmbeddingExperienceConfiguration
|
|
95
|
+
| undefined;
|
|
96
|
+
AllowedDomains?: string[];
|
|
97
|
+
}
|
|
98
|
+
export interface GenerateEmbedUrlForAnonymousUserResponse {
|
|
99
|
+
EmbedUrl: string | undefined;
|
|
100
|
+
Status: number | undefined;
|
|
101
|
+
RequestId: string | undefined;
|
|
102
|
+
AnonymousUserArn: string | undefined;
|
|
103
|
+
}
|
|
104
|
+
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
105
|
+
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
106
|
+
readonly $fault: "client";
|
|
107
|
+
Message?: string;
|
|
108
|
+
RequestId?: string;
|
|
109
|
+
constructor(
|
|
110
|
+
opts: __ExceptionOptionType<
|
|
111
|
+
SessionLifetimeInMinutesInvalidException,
|
|
112
|
+
__BaseException
|
|
113
|
+
>
|
|
114
|
+
);
|
|
115
|
+
}
|
|
116
|
+
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
117
|
+
readonly name: "UnsupportedPricingPlanException";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
Message?: string;
|
|
120
|
+
RequestId?: string;
|
|
121
|
+
constructor(
|
|
122
|
+
opts: __ExceptionOptionType<
|
|
123
|
+
UnsupportedPricingPlanException,
|
|
124
|
+
__BaseException
|
|
125
|
+
>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
export interface StatePersistenceConfigurations {
|
|
129
|
+
Enabled: boolean | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface RegisteredUserDashboardFeatureConfigurations {
|
|
132
|
+
StatePersistence?: StatePersistenceConfigurations;
|
|
133
|
+
}
|
|
134
|
+
export interface RegisteredUserDashboardEmbeddingConfiguration {
|
|
135
|
+
InitialDashboardId: string | undefined;
|
|
136
|
+
FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
|
|
137
|
+
}
|
|
138
|
+
export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
|
|
139
|
+
InitialDashboardVisualId: DashboardVisualId | undefined;
|
|
140
|
+
}
|
|
141
|
+
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
142
|
+
InitialTopicId?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface RegisteredUserConsoleFeatureConfigurations {
|
|
145
|
+
StatePersistence?: StatePersistenceConfigurations;
|
|
146
|
+
}
|
|
147
|
+
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
148
|
+
InitialPath?: string;
|
|
149
|
+
FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
|
|
150
|
+
}
|
|
151
|
+
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
152
|
+
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
153
|
+
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
154
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
155
|
+
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
|
156
|
+
}
|
|
157
|
+
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
158
|
+
AwsAccountId: string | undefined;
|
|
159
|
+
SessionLifetimeInMinutes?: number;
|
|
160
|
+
UserArn: string | undefined;
|
|
161
|
+
ExperienceConfiguration:
|
|
162
|
+
| RegisteredUserEmbeddingExperienceConfiguration
|
|
163
|
+
| undefined;
|
|
164
|
+
AllowedDomains?: string[];
|
|
165
|
+
}
|
|
166
|
+
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
167
|
+
EmbedUrl: string | undefined;
|
|
168
|
+
Status: number | undefined;
|
|
169
|
+
RequestId: string | undefined;
|
|
170
|
+
}
|
|
171
|
+
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
172
|
+
readonly name: "QuickSightUserNotFoundException";
|
|
173
|
+
readonly $fault: "client";
|
|
174
|
+
Message?: string;
|
|
175
|
+
RequestId?: string;
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<
|
|
178
|
+
QuickSightUserNotFoundException,
|
|
179
|
+
__BaseException
|
|
180
|
+
>
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
export interface GetDashboardEmbedUrlRequest {
|
|
184
|
+
AwsAccountId: string | undefined;
|
|
185
|
+
DashboardId: string | undefined;
|
|
186
|
+
IdentityType: EmbeddingIdentityType | string | undefined;
|
|
187
|
+
SessionLifetimeInMinutes?: number;
|
|
188
|
+
UndoRedoDisabled?: boolean;
|
|
189
|
+
ResetDisabled?: boolean;
|
|
190
|
+
StatePersistenceEnabled?: boolean;
|
|
191
|
+
UserArn?: string;
|
|
192
|
+
Namespace?: string;
|
|
193
|
+
AdditionalDashboardIds?: string[];
|
|
194
|
+
}
|
|
61
195
|
export interface GetDashboardEmbedUrlResponse {
|
|
62
196
|
EmbedUrl?: string;
|
|
63
197
|
Status?: number;
|
|
@@ -267,6 +401,15 @@ export interface ListNamespacesResponse {
|
|
|
267
401
|
RequestId?: string;
|
|
268
402
|
Status?: number;
|
|
269
403
|
}
|
|
404
|
+
export interface ListRefreshSchedulesRequest {
|
|
405
|
+
AwsAccountId: string | undefined;
|
|
406
|
+
DataSetId: string | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface ListRefreshSchedulesResponse {
|
|
409
|
+
RefreshSchedules?: RefreshSchedule[];
|
|
410
|
+
Status?: number;
|
|
411
|
+
RequestId?: string;
|
|
412
|
+
}
|
|
270
413
|
export interface ListTagsForResourceRequest {
|
|
271
414
|
ResourceArn: string | undefined;
|
|
272
415
|
}
|
|
@@ -401,6 +544,15 @@ export interface ListUsersResponse {
|
|
|
401
544
|
RequestId?: string;
|
|
402
545
|
Status?: number;
|
|
403
546
|
}
|
|
547
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
548
|
+
AwsAccountId: string | undefined;
|
|
549
|
+
DataSetId: string | undefined;
|
|
550
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
551
|
+
}
|
|
552
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
553
|
+
RequestId?: string;
|
|
554
|
+
Status?: number;
|
|
555
|
+
}
|
|
404
556
|
export interface RegisterUserRequest {
|
|
405
557
|
IdentityType: IdentityType | string | undefined;
|
|
406
558
|
Email: string | undefined;
|
|
@@ -750,6 +902,17 @@ export interface UpdatePublicSharingSettingsResponse {
|
|
|
750
902
|
RequestId?: string;
|
|
751
903
|
Status?: number;
|
|
752
904
|
}
|
|
905
|
+
export interface UpdateRefreshScheduleRequest {
|
|
906
|
+
DataSetId: string | undefined;
|
|
907
|
+
AwsAccountId: string | undefined;
|
|
908
|
+
Schedule: RefreshSchedule | undefined;
|
|
909
|
+
}
|
|
910
|
+
export interface UpdateRefreshScheduleResponse {
|
|
911
|
+
Status?: number;
|
|
912
|
+
RequestId?: string;
|
|
913
|
+
ScheduleId?: string;
|
|
914
|
+
Arn?: string;
|
|
915
|
+
}
|
|
753
916
|
export interface UpdateTemplateRequest {
|
|
754
917
|
AwsAccountId: string | undefined;
|
|
755
918
|
TemplateId: string | undefined;
|
|
@@ -847,6 +1010,16 @@ export interface UpdateUserResponse {
|
|
|
847
1010
|
RequestId?: string;
|
|
848
1011
|
Status?: number;
|
|
849
1012
|
}
|
|
1013
|
+
export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
|
|
1014
|
+
export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
|
|
1015
|
+
obj: GenerateEmbedUrlForAnonymousUserRequest
|
|
1016
|
+
) => any;
|
|
1017
|
+
export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (
|
|
1018
|
+
obj: GenerateEmbedUrlForAnonymousUserResponse
|
|
1019
|
+
) => any;
|
|
1020
|
+
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
|
|
1021
|
+
obj: GenerateEmbedUrlForRegisteredUserResponse
|
|
1022
|
+
) => any;
|
|
850
1023
|
export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
|
|
851
1024
|
obj: GetDashboardEmbedUrlResponse
|
|
852
1025
|
) => any;
|