@aws-sdk/client-quicksight 3.303.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 +29 -29
|
@@ -1,8 +1,539 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { AccountCustomization, ActiveIAMPolicyAssignment, ResourceStatus } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, Tag } from "./models_1";
|
|
4
|
-
import { _Parameters, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSetImportMode, DataSetSearchFilter, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, DataSourceSearchFilter, DataSourceSummary, FieldFolder,
|
|
3
|
+
import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardVisualId, FilterOperator, Tag } from "./models_1";
|
|
4
|
+
import { _Parameters, DashboardPublishOptions, DashboardSearchFilter, DashboardSourceEntity, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSetImportMode, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSetUsageConfiguration, DataSource, DataSourceCredentials, DataSourceParameters, DataSourceSearchFilter, DataSourceSummary, EmbeddingIdentityType, FieldFolder, FolderFilterAttribute, FolderType, Group, GroupMember, IdentityType, Ingestion, LinkSharingConfiguration, LogicalTable, NamespaceInfoV2, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, ThemeType, User, UserRole, VpcConnectionProperties } from "./models_2";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>An object that consists of a member Amazon Resource Name (ARN) and a member ID.</p>
|
|
9
|
+
*/
|
|
10
|
+
export interface MemberIdArnPair {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The ID of the member.</p>
|
|
13
|
+
*/
|
|
14
|
+
MemberId?: string;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The Amazon Resource Name (ARN) of the member.</p>
|
|
17
|
+
*/
|
|
18
|
+
MemberArn?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>A filter to use to search an Amazon QuickSight folder.</p>
|
|
23
|
+
*/
|
|
24
|
+
export interface FolderSearchFilter {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The comparison operator that you want to use as a filter, for example <code>"Operator": "StringEquals"</code>. Valid values are <code>"StringEquals"</code> and <code>"StringLike"</code>.</p>
|
|
27
|
+
* <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose folders you want to search in the <code>"Value"</code> field. For example, <code>"Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
|
|
28
|
+
* <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"FOLDER_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>FOLDER_NAME</code>.</p>
|
|
29
|
+
*/
|
|
30
|
+
Operator?: FilterOperator | string;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The name of a value that you want to use in the filter. For example, <code>"Name": "QUICKSIGHT_OWNER"</code>.</p>
|
|
33
|
+
* <p>Valid values are defined as follows:</p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the folder's owners or viewers are returned. Implicit permissions from folders or groups are considered.</p>
|
|
38
|
+
* </li>
|
|
39
|
+
* <li>
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are considered.</p>
|
|
42
|
+
* </li>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>DIRECT_QUICKSIGHT_SOLE_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as the only owner of the folder are returned. Implicit permissions from folders or groups are not considered.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DIRECT_QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners of the folders are returned. Implicit permissions from folders or groups are not considered.</p>
|
|
50
|
+
* </li>
|
|
51
|
+
* <li>
|
|
52
|
+
* <p>
|
|
53
|
+
* <code>DIRECT_QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any folders with that ARN listed as one of the owners or viewers of the folders are returned. Implicit permissions from folders or groups are not considered. </p>
|
|
54
|
+
* </li>
|
|
55
|
+
* <li>
|
|
56
|
+
* <p>
|
|
57
|
+
* <code>FOLDER_NAME</code>: Any folders whose names have a substring match to this value will be returned.</p>
|
|
58
|
+
* </li>
|
|
59
|
+
* <li>
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>PARENT_FOLDER_ARN</code>: Provide an ARN of a folder, and any folders that are directly under that parent folder are returned. If you choose to use this option and leave the value blank, all root-level folders in the account are returned. </p>
|
|
62
|
+
* </li>
|
|
63
|
+
* </ul>
|
|
64
|
+
*/
|
|
65
|
+
Name?: FolderFilterAttribute | string;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The value of the named item (in this example, <code>PARENT_FOLDER_ARN</code>), that you want to use as a filter. For example, <code>"Value": "arn:aws:quicksight:us-east-1:1:folder/folderId"</code>.</p>
|
|
68
|
+
*/
|
|
69
|
+
Value?: string;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
* <p>A summary of information about an existing Amazon QuickSight folder. </p>
|
|
74
|
+
*/
|
|
75
|
+
export interface FolderSummary {
|
|
76
|
+
/**
|
|
77
|
+
* <p>The Amazon Resource Name (ARN) of the folder.</p>
|
|
78
|
+
*/
|
|
79
|
+
Arn?: string;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The ID of the folder.</p>
|
|
82
|
+
*/
|
|
83
|
+
FolderId?: string;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The display name of the folder.</p>
|
|
86
|
+
*/
|
|
87
|
+
Name?: string;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The type of folder.</p>
|
|
90
|
+
*/
|
|
91
|
+
FolderType?: FolderType | string;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The time that the folder was created.</p>
|
|
94
|
+
*/
|
|
95
|
+
CreatedTime?: Date;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The time that the folder was last updated.</p>
|
|
98
|
+
*/
|
|
99
|
+
LastUpdatedTime?: Date;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
* <p>The key-value pair used for the row-level security tags feature.</p>
|
|
104
|
+
*/
|
|
105
|
+
export interface SessionTag {
|
|
106
|
+
/**
|
|
107
|
+
* <p>The key for the tag.</p>
|
|
108
|
+
*/
|
|
109
|
+
Key: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The value that you want to assign the tag.</p>
|
|
112
|
+
*/
|
|
113
|
+
Value: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
119
|
+
/**
|
|
120
|
+
* <p>The ID for the Amazon Web Services account that contains the dashboard that you're embedding.</p>
|
|
121
|
+
*/
|
|
122
|
+
AwsAccountId: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.</p>
|
|
125
|
+
*/
|
|
126
|
+
SessionLifetimeInMinutes?: number;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The Amazon QuickSight namespace that the anonymous user virtually belongs to. If you are not using an Amazon QuickSight custom namespace, set this to <code>default</code>.</p>
|
|
129
|
+
*/
|
|
130
|
+
Namespace: string | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>The session tags used for row-level security. Before you use this parameter, make sure that you have configured the relevant datasets using the <code>DataSet$RowLevelPermissionTagConfiguration</code> parameter so that session tags can be used to provide row-level security.</p>
|
|
133
|
+
* <p>These are not the tags used for the Amazon Web Services resource tagging feature. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
134
|
+
*/
|
|
135
|
+
SessionTags?: SessionTag[];
|
|
136
|
+
/**
|
|
137
|
+
* <p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user
|
|
138
|
+
* is authorized to access during the lifetime of the session. If you choose
|
|
139
|
+
* <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the
|
|
140
|
+
* account that you want the user to be able to view. Currently, you can pass up to 25
|
|
141
|
+
* dashboard ARNs in each API call.</p>
|
|
142
|
+
*/
|
|
143
|
+
AuthorizedResourceArns: string[] | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* <p>The configuration of the experience that you are embedding.</p>
|
|
146
|
+
*/
|
|
147
|
+
ExperienceConfiguration: AnonymousUserEmbeddingExperienceConfiguration | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The domains that you want to add to the allow list for access to the generated URL that
|
|
150
|
+
* is then embedded. This optional parameter overrides the static domains that are
|
|
151
|
+
* configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it
|
|
152
|
+
* allows only the domains that you include in this parameter. You can list up to three
|
|
153
|
+
* domains or subdomains in each API call.</p>
|
|
154
|
+
* <p>To include all subdomains under a specific domain to the allow list, use <code>*</code>.
|
|
155
|
+
* For example, <code>https://*.sapp.amazon.com</code> includes all subdomains under
|
|
156
|
+
* <code>https://sapp.amazon.com</code>.</p>
|
|
157
|
+
*/
|
|
158
|
+
AllowedDomains?: string[];
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export interface GenerateEmbedUrlForAnonymousUserResponse {
|
|
164
|
+
/**
|
|
165
|
+
* <p>The embed URL for the dashboard.</p>
|
|
166
|
+
*/
|
|
167
|
+
EmbedUrl: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>The HTTP status of the request.</p>
|
|
170
|
+
*/
|
|
171
|
+
Status: number | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
174
|
+
*/
|
|
175
|
+
RequestId: string | undefined;
|
|
176
|
+
/**
|
|
177
|
+
* <p>The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight user.</p>
|
|
178
|
+
*/
|
|
179
|
+
AnonymousUserArn: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* <p>The number of minutes specified for the lifetime of a session isn't valid. The session
|
|
184
|
+
* lifetime must be 15-600 minutes.</p>
|
|
185
|
+
*/
|
|
186
|
+
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
187
|
+
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
188
|
+
readonly $fault: "client";
|
|
189
|
+
Message?: string;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
192
|
+
*/
|
|
193
|
+
RequestId?: string;
|
|
194
|
+
/**
|
|
195
|
+
* @internal
|
|
196
|
+
*/
|
|
197
|
+
constructor(opts: __ExceptionOptionType<SessionLifetimeInMinutesInvalidException, __BaseException>);
|
|
198
|
+
}
|
|
199
|
+
/**
|
|
200
|
+
* @public
|
|
201
|
+
* <p>This error indicates that you are calling an embedding operation in Amazon QuickSight
|
|
202
|
+
* without the required pricing plan on your Amazon Web Services account. Before you can use embedding
|
|
203
|
+
* for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You
|
|
204
|
+
* can do this on the <b>Manage Amazon QuickSight</b> page. </p>
|
|
205
|
+
* <p>After capacity pricing is added, you can use the
|
|
206
|
+
* <code>
|
|
207
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GetDashboardEmbedUrl.html">GetDashboardEmbedUrl</a>
|
|
208
|
+
* </code> API operation with the
|
|
209
|
+
* <code>--identity-type ANONYMOUS</code> option.</p>
|
|
210
|
+
*/
|
|
211
|
+
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
212
|
+
readonly name: "UnsupportedPricingPlanException";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
Message?: string;
|
|
215
|
+
/**
|
|
216
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
217
|
+
*/
|
|
218
|
+
RequestId?: string;
|
|
219
|
+
/**
|
|
220
|
+
* @internal
|
|
221
|
+
*/
|
|
222
|
+
constructor(opts: __ExceptionOptionType<UnsupportedPricingPlanException, __BaseException>);
|
|
223
|
+
}
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
* <p>The state perssitence configuration of an embedded dashboard.</p>
|
|
227
|
+
*/
|
|
228
|
+
export interface StatePersistenceConfigurations {
|
|
229
|
+
/**
|
|
230
|
+
* <p>Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.</p>
|
|
231
|
+
*/
|
|
232
|
+
Enabled: boolean | undefined;
|
|
233
|
+
}
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
* <p>The feature configuration for an embedded dashboard.</p>
|
|
237
|
+
*/
|
|
238
|
+
export interface RegisteredUserDashboardFeatureConfigurations {
|
|
239
|
+
/**
|
|
240
|
+
* <p>The state persistence settings of an embedded dashboard.</p>
|
|
241
|
+
*/
|
|
242
|
+
StatePersistence?: StatePersistenceConfigurations;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
* <p>Information about the dashboard you want to embed.</p>
|
|
247
|
+
*/
|
|
248
|
+
export interface RegisteredUserDashboardEmbeddingConfiguration {
|
|
249
|
+
/**
|
|
250
|
+
* <p>The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this dashboard if the user has permissions to view it.</p>
|
|
251
|
+
* <p>If the user does not have permission to view this dashboard, they see a permissions error message.</p>
|
|
252
|
+
*/
|
|
253
|
+
InitialDashboardId: string | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* <p>The feature configurations of an embbedded Amazon QuickSight dashboard.</p>
|
|
256
|
+
*/
|
|
257
|
+
FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
* <p>The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.</p>
|
|
262
|
+
*/
|
|
263
|
+
export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
|
|
264
|
+
/**
|
|
265
|
+
* <p>The visual ID for the visual that you want the user to embed. This ID is included in the output URL. When the URL in response is accessed, Amazon QuickSight renders this visual.</p>
|
|
266
|
+
* <p>The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the <code>AuthorizedResourceArns</code> parameter. Otherwise, the request will fail with <code>InvalidParameterValueException</code>.</p>
|
|
267
|
+
*/
|
|
268
|
+
InitialDashboardVisualId: DashboardVisualId | undefined;
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* @public
|
|
272
|
+
* <p>Information about the Q search bar embedding experience.</p>
|
|
273
|
+
*/
|
|
274
|
+
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
275
|
+
/**
|
|
276
|
+
* <p>The ID of the Q topic that you want to make the starting topic in the Q search bar.
|
|
277
|
+
* You can find a topic ID by navigating to the Topics pane in the Amazon QuickSight application and opening
|
|
278
|
+
* a topic. The ID is in the URL for the topic that you open.</p>
|
|
279
|
+
* <p>If you don't specify an initial topic, a list of all shared topics is shown in the Q bar
|
|
280
|
+
* for your readers. When you select an initial topic, you can specify whether or not readers
|
|
281
|
+
* are allowed to select other topics from the available ones in the list.</p>
|
|
282
|
+
*/
|
|
283
|
+
InitialTopicId?: string;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* @public
|
|
287
|
+
* <p>The feature configurations of an embedded Amazon QuickSight console.</p>
|
|
288
|
+
*/
|
|
289
|
+
export interface RegisteredUserConsoleFeatureConfigurations {
|
|
290
|
+
/**
|
|
291
|
+
* <p>The state persistence configurations of an embedded Amazon QuickSight console.</p>
|
|
292
|
+
*/
|
|
293
|
+
StatePersistence?: StatePersistenceConfigurations;
|
|
294
|
+
}
|
|
295
|
+
/**
|
|
296
|
+
* @public
|
|
297
|
+
* <p>Information about the Amazon QuickSight console that you want to embed.</p>
|
|
298
|
+
*/
|
|
299
|
+
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
300
|
+
/**
|
|
301
|
+
* <p>The initial URL path for the Amazon QuickSight console. <code>InitialPath</code> is required.</p>
|
|
302
|
+
* <p>The entry point URL is constrained to the following paths:</p>
|
|
303
|
+
* <ul>
|
|
304
|
+
* <li>
|
|
305
|
+
* <p>
|
|
306
|
+
* <code>/start</code>
|
|
307
|
+
* </p>
|
|
308
|
+
* </li>
|
|
309
|
+
* <li>
|
|
310
|
+
* <p>
|
|
311
|
+
* <code>/start/analyses</code>
|
|
312
|
+
* </p>
|
|
313
|
+
* </li>
|
|
314
|
+
* <li>
|
|
315
|
+
* <p>
|
|
316
|
+
* <code>/start/dashboards</code>
|
|
317
|
+
* </p>
|
|
318
|
+
* </li>
|
|
319
|
+
* <li>
|
|
320
|
+
* <p>
|
|
321
|
+
* <code>/start/favorites</code>
|
|
322
|
+
* </p>
|
|
323
|
+
* </li>
|
|
324
|
+
* <li>
|
|
325
|
+
* <p>
|
|
326
|
+
* <code>/dashboards/DashboardId</code>. <i>DashboardId</i> is the actual ID key from the Amazon QuickSight console URL of the dashboard.</p>
|
|
327
|
+
* </li>
|
|
328
|
+
* <li>
|
|
329
|
+
* <p>
|
|
330
|
+
* <code>/analyses/AnalysisId</code>. <i>AnalysisId</i> is the actual ID key from the Amazon QuickSight console URL of the analysis.</p>
|
|
331
|
+
* </li>
|
|
332
|
+
* </ul>
|
|
333
|
+
*/
|
|
334
|
+
InitialPath?: string;
|
|
335
|
+
/**
|
|
336
|
+
* <p>The embedding configuration of an embedded Amazon QuickSight console.</p>
|
|
337
|
+
*/
|
|
338
|
+
FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
* <p>The type of experience you want to embed. For registered users, you can embed Amazon QuickSight dashboards or the Amazon QuickSight console.</p>
|
|
343
|
+
* <note>
|
|
344
|
+
* <p>Exactly one of the experience configurations is required. You can choose
|
|
345
|
+
* <code>Dashboard</code> or <code>QuickSightConsole</code>. You cannot choose more
|
|
346
|
+
* than one experience configuration.</p>
|
|
347
|
+
* </note>
|
|
348
|
+
*/
|
|
349
|
+
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
350
|
+
/**
|
|
351
|
+
* <p>The configuration details for providing a dashboard embedding experience.</p>
|
|
352
|
+
*/
|
|
353
|
+
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
354
|
+
/**
|
|
355
|
+
* <p>The configuration details for providing each Amazon QuickSight console embedding experience. This can be used along with custom permissions to restrict access to certain features. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon QuickSight Console</a> in the <i>Amazon QuickSight User
|
|
356
|
+
* Guide</i>.</p>
|
|
357
|
+
* <p>Use <code>
|
|
358
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html">GenerateEmbedUrlForRegisteredUser</a>
|
|
359
|
+
* </code>
|
|
360
|
+
* where
|
|
361
|
+
* you want to provide an authoring portal that allows users to create data sources,
|
|
362
|
+
* datasets, analyses, and dashboards. The users who accesses an embedded Amazon QuickSight console
|
|
363
|
+
* needs to belong to the author or admin security cohort. If you want to restrict permissions
|
|
364
|
+
* to some of these features, add a custom permissions profile to the user with the
|
|
365
|
+
* <code>
|
|
366
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateUser.html">UpdateUser</a>
|
|
367
|
+
* </code> API operation. Use the <code>
|
|
368
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html">RegisterUser</a>
|
|
369
|
+
* </code> API operation to add a new user with a custom permission profile attached. For more
|
|
370
|
+
* information, see the following sections in the <i>Amazon QuickSight User
|
|
371
|
+
* Guide</i>:</p>
|
|
372
|
+
* <ul>
|
|
373
|
+
* <li>
|
|
374
|
+
* <p>
|
|
375
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-full-console-for-authenticated-users.html">Embedding the Full Functionality of the Amazon QuickSight Console for Authenticated Users</a>
|
|
376
|
+
* </p>
|
|
377
|
+
* </li>
|
|
378
|
+
* <li>
|
|
379
|
+
* <p>
|
|
380
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-permissions-to-the-quicksight-console.html">Customizing Access to the Amazon QuickSight Console</a>
|
|
381
|
+
* </p>
|
|
382
|
+
* </li>
|
|
383
|
+
* </ul>
|
|
384
|
+
* <p>For more information about the high-level steps for embedding and for an interactive demo of the ways you can customize embedding, visit the <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-portal.html">Amazon QuickSight Developer Portal</a>.</p>
|
|
385
|
+
*/
|
|
386
|
+
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
387
|
+
/**
|
|
388
|
+
* <p>The configuration details for embedding the Q search bar.</p>
|
|
389
|
+
* <p>For more information about embedding the Q search bar, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedding-overview.html">Embedding Overview</a> in
|
|
390
|
+
* the <i>Amazon QuickSight User Guide</i>.</p>
|
|
391
|
+
*/
|
|
392
|
+
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
393
|
+
/**
|
|
394
|
+
* <p>The type of embedding experience. In this case, Amazon QuickSight visuals.</p>
|
|
395
|
+
*/
|
|
396
|
+
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
|
397
|
+
}
|
|
398
|
+
/**
|
|
399
|
+
* @public
|
|
400
|
+
*/
|
|
401
|
+
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
402
|
+
/**
|
|
403
|
+
* <p>The ID for the Amazon Web Services account that contains the dashboard that you're embedding.</p>
|
|
404
|
+
*/
|
|
405
|
+
AwsAccountId: string | undefined;
|
|
406
|
+
/**
|
|
407
|
+
* <p>How many minutes the session is valid. The session lifetime must be in [15-600] minutes range.</p>
|
|
408
|
+
*/
|
|
409
|
+
SessionLifetimeInMinutes?: number;
|
|
410
|
+
/**
|
|
411
|
+
* <p>The Amazon Resource Name for the registered user.</p>
|
|
412
|
+
*/
|
|
413
|
+
UserArn: string | undefined;
|
|
414
|
+
/**
|
|
415
|
+
* <p>The experience you are embedding. For registered users, you can embed Amazon QuickSight dashboards, Amazon QuickSight visuals, the Amazon QuickSight Q search bar, or the entire Amazon QuickSight console.</p>
|
|
416
|
+
*/
|
|
417
|
+
ExperienceConfiguration: RegisteredUserEmbeddingExperienceConfiguration | undefined;
|
|
418
|
+
/**
|
|
419
|
+
* <p>The domains that you want to add to the allow list for access to the generated URL that
|
|
420
|
+
* is then embedded. This optional parameter overrides the static domains that are
|
|
421
|
+
* configured in the Manage QuickSight menu in the Amazon QuickSight console. Instead, it
|
|
422
|
+
* allows only the domains that you include in this parameter. You can list up to three
|
|
423
|
+
* domains or subdomains in each API call.</p>
|
|
424
|
+
* <p>To include all subdomains under a specific domain to the allow list, use <code>*</code>.
|
|
425
|
+
* For example, <code>https://*.sapp.amazon.com</code> includes all subdomains under
|
|
426
|
+
* <code>https://sapp.amazon.com</code>.</p>
|
|
427
|
+
*/
|
|
428
|
+
AllowedDomains?: string[];
|
|
429
|
+
}
|
|
430
|
+
/**
|
|
431
|
+
* @public
|
|
432
|
+
*/
|
|
433
|
+
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
434
|
+
/**
|
|
435
|
+
* <p>The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, or console.</p>
|
|
436
|
+
*/
|
|
437
|
+
EmbedUrl: string | undefined;
|
|
438
|
+
/**
|
|
439
|
+
* <p>The HTTP status of the request.</p>
|
|
440
|
+
*/
|
|
441
|
+
Status: number | undefined;
|
|
442
|
+
/**
|
|
443
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
444
|
+
*/
|
|
445
|
+
RequestId: string | undefined;
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
* <p>The user with the provided name isn't found. This error can happen in any operation
|
|
450
|
+
* that requires finding a user based on a provided user name, such as
|
|
451
|
+
* <code>DeleteUser</code>, <code>DescribeUser</code>, and so on.</p>
|
|
452
|
+
*/
|
|
453
|
+
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
454
|
+
readonly name: "QuickSightUserNotFoundException";
|
|
455
|
+
readonly $fault: "client";
|
|
456
|
+
Message?: string;
|
|
457
|
+
/**
|
|
458
|
+
* <p>The Amazon Web Services request ID for this request.</p>
|
|
459
|
+
*/
|
|
460
|
+
RequestId?: string;
|
|
461
|
+
/**
|
|
462
|
+
* @internal
|
|
463
|
+
*/
|
|
464
|
+
constructor(opts: __ExceptionOptionType<QuickSightUserNotFoundException, __BaseException>);
|
|
465
|
+
}
|
|
466
|
+
/**
|
|
467
|
+
* @public
|
|
468
|
+
*/
|
|
469
|
+
export interface GetDashboardEmbedUrlRequest {
|
|
470
|
+
/**
|
|
471
|
+
* <p>The ID for the Amazon Web Services account that contains the dashboard that you're embedding.</p>
|
|
472
|
+
*/
|
|
473
|
+
AwsAccountId: string | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>The ID for the dashboard, also added to the Identity and Access Management (IAM)
|
|
476
|
+
* policy.</p>
|
|
477
|
+
*/
|
|
478
|
+
DashboardId: string | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* <p>The authentication method that the user uses to sign in.</p>
|
|
481
|
+
*/
|
|
482
|
+
IdentityType: EmbeddingIdentityType | string | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* <p>How many minutes the session is valid. The session lifetime must be 15-600 minutes.</p>
|
|
485
|
+
*/
|
|
486
|
+
SessionLifetimeInMinutes?: number;
|
|
487
|
+
/**
|
|
488
|
+
* <p>Remove the undo/redo button on the embedded dashboard. The default is FALSE, which enables
|
|
489
|
+
* the undo/redo button.</p>
|
|
490
|
+
*/
|
|
491
|
+
UndoRedoDisabled?: boolean;
|
|
492
|
+
/**
|
|
493
|
+
* <p>Remove the reset button on the embedded dashboard. The default is FALSE, which enables the
|
|
494
|
+
* reset button.</p>
|
|
495
|
+
*/
|
|
496
|
+
ResetDisabled?: boolean;
|
|
497
|
+
/**
|
|
498
|
+
* <p>Adds persistence of state for the user session in an embedded dashboard. Persistence
|
|
499
|
+
* applies to the sheet and the parameter settings. These are control settings that the
|
|
500
|
+
* dashboard subscriber (Amazon QuickSight reader) chooses while viewing the dashboard. If this is
|
|
501
|
+
* set to <code>TRUE</code>, the settings are the same when the subscriber reopens the same
|
|
502
|
+
* dashboard URL. The state is stored in Amazon QuickSight, not in a browser cookie. If this is
|
|
503
|
+
* set to FALSE, the state of the user session is not persisted. The default is
|
|
504
|
+
* <code>FALSE</code>.</p>
|
|
505
|
+
*/
|
|
506
|
+
StatePersistenceEnabled?: boolean;
|
|
507
|
+
/**
|
|
508
|
+
* <p>The Amazon QuickSight user's Amazon Resource Name (ARN), for use with <code>QUICKSIGHT</code> identity type.
|
|
509
|
+
* You can use this for any Amazon QuickSight users in your account (readers, authors, or
|
|
510
|
+
* admins) authenticated as one of the following:</p>
|
|
511
|
+
* <ul>
|
|
512
|
+
* <li>
|
|
513
|
+
* <p>Active Directory (AD) users or group members</p>
|
|
514
|
+
* </li>
|
|
515
|
+
* <li>
|
|
516
|
+
* <p>Invited nonfederated users</p>
|
|
517
|
+
* </li>
|
|
518
|
+
* <li>
|
|
519
|
+
* <p>IAM users and IAM role-based sessions authenticated through Federated Single Sign-On using
|
|
520
|
+
* SAML, OpenID Connect, or IAM federation.</p>
|
|
521
|
+
* </li>
|
|
522
|
+
* </ul>
|
|
523
|
+
* <p>Omit this parameter for users in the third group – IAM users and IAM
|
|
524
|
+
* role-based sessions.</p>
|
|
525
|
+
*/
|
|
526
|
+
UserArn?: string;
|
|
527
|
+
/**
|
|
528
|
+
* <p>The Amazon QuickSight namespace that contains the dashboard IDs in this request.
|
|
529
|
+
* If you're not using a custom namespace, set <code>Namespace = default</code>.</p>
|
|
530
|
+
*/
|
|
531
|
+
Namespace?: string;
|
|
532
|
+
/**
|
|
533
|
+
* <p>A list of one or more dashboard IDs that you want anonymous users to have tempporary access to. Currently, the <code>IdentityType</code> parameter must be set to <code>ANONYMOUS</code> because other identity types authenticate as Amazon QuickSight or IAM users. For example, if you set "<code>--dashboard-id dash_id1 --dashboard-id dash_id2 dash_id3 identity-type ANONYMOUS</code>", the session can access all three dashboards.</p>
|
|
534
|
+
*/
|
|
535
|
+
AdditionalDashboardIds?: string[];
|
|
536
|
+
}
|
|
6
537
|
/**
|
|
7
538
|
* @public
|
|
8
539
|
* <p>Output returned from the <code>GetDashboardEmbedUrl</code> operation.</p>
|
|
@@ -749,6 +1280,36 @@ export interface ListNamespacesResponse {
|
|
|
749
1280
|
*/
|
|
750
1281
|
Status?: number;
|
|
751
1282
|
}
|
|
1283
|
+
/**
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
export interface ListRefreshSchedulesRequest {
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
1289
|
+
*/
|
|
1290
|
+
AwsAccountId: string | undefined;
|
|
1291
|
+
/**
|
|
1292
|
+
* <p>The ID of the dataset.</p>
|
|
1293
|
+
*/
|
|
1294
|
+
DataSetId: string | undefined;
|
|
1295
|
+
}
|
|
1296
|
+
/**
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
export interface ListRefreshSchedulesResponse {
|
|
1300
|
+
/**
|
|
1301
|
+
* <p>The list of refresh schedules for the dataset.</p>
|
|
1302
|
+
*/
|
|
1303
|
+
RefreshSchedules?: RefreshSchedule[];
|
|
1304
|
+
/**
|
|
1305
|
+
* <p>The HTTP status of the request.</p>
|
|
1306
|
+
*/
|
|
1307
|
+
Status?: number;
|
|
1308
|
+
/**
|
|
1309
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1310
|
+
*/
|
|
1311
|
+
RequestId?: string;
|
|
1312
|
+
}
|
|
752
1313
|
/**
|
|
753
1314
|
* @public
|
|
754
1315
|
*/
|
|
@@ -1240,6 +1801,36 @@ export interface ListUsersResponse {
|
|
|
1240
1801
|
*/
|
|
1241
1802
|
Status?: number;
|
|
1242
1803
|
}
|
|
1804
|
+
/**
|
|
1805
|
+
* @public
|
|
1806
|
+
*/
|
|
1807
|
+
export interface PutDataSetRefreshPropertiesRequest {
|
|
1808
|
+
/**
|
|
1809
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
1810
|
+
*/
|
|
1811
|
+
AwsAccountId: string | undefined;
|
|
1812
|
+
/**
|
|
1813
|
+
* <p>The ID of the dataset.</p>
|
|
1814
|
+
*/
|
|
1815
|
+
DataSetId: string | undefined;
|
|
1816
|
+
/**
|
|
1817
|
+
* <p>The dataset refresh properties.</p>
|
|
1818
|
+
*/
|
|
1819
|
+
DataSetRefreshProperties: DataSetRefreshProperties | undefined;
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* @public
|
|
1823
|
+
*/
|
|
1824
|
+
export interface PutDataSetRefreshPropertiesResponse {
|
|
1825
|
+
/**
|
|
1826
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
1827
|
+
*/
|
|
1828
|
+
RequestId?: string;
|
|
1829
|
+
/**
|
|
1830
|
+
* <p>The HTTP status of the request.</p>
|
|
1831
|
+
*/
|
|
1832
|
+
Status?: number;
|
|
1833
|
+
}
|
|
1243
1834
|
/**
|
|
1244
1835
|
* @public
|
|
1245
1836
|
*/
|
|
@@ -2681,6 +3272,44 @@ export interface UpdatePublicSharingSettingsResponse {
|
|
|
2681
3272
|
*/
|
|
2682
3273
|
Status?: number;
|
|
2683
3274
|
}
|
|
3275
|
+
/**
|
|
3276
|
+
* @public
|
|
3277
|
+
*/
|
|
3278
|
+
export interface UpdateRefreshScheduleRequest {
|
|
3279
|
+
/**
|
|
3280
|
+
* <p>The ID of the dataset.</p>
|
|
3281
|
+
*/
|
|
3282
|
+
DataSetId: string | undefined;
|
|
3283
|
+
/**
|
|
3284
|
+
* <p>The Amazon Web Services account ID.</p>
|
|
3285
|
+
*/
|
|
3286
|
+
AwsAccountId: string | undefined;
|
|
3287
|
+
/**
|
|
3288
|
+
* <p>The refresh schedule.</p>
|
|
3289
|
+
*/
|
|
3290
|
+
Schedule: RefreshSchedule | undefined;
|
|
3291
|
+
}
|
|
3292
|
+
/**
|
|
3293
|
+
* @public
|
|
3294
|
+
*/
|
|
3295
|
+
export interface UpdateRefreshScheduleResponse {
|
|
3296
|
+
/**
|
|
3297
|
+
* <p>The HTTP status of the request.</p>
|
|
3298
|
+
*/
|
|
3299
|
+
Status?: number;
|
|
3300
|
+
/**
|
|
3301
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
3302
|
+
*/
|
|
3303
|
+
RequestId?: string;
|
|
3304
|
+
/**
|
|
3305
|
+
* <p>The ID of the refresh schedule.</p>
|
|
3306
|
+
*/
|
|
3307
|
+
ScheduleId?: string;
|
|
3308
|
+
/**
|
|
3309
|
+
* <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
|
|
3310
|
+
*/
|
|
3311
|
+
Arn?: string;
|
|
3312
|
+
}
|
|
2684
3313
|
/**
|
|
2685
3314
|
* @public
|
|
2686
3315
|
*/
|
|
@@ -3113,6 +3742,22 @@ export interface UpdateUserResponse {
|
|
|
3113
3742
|
*/
|
|
3114
3743
|
Status?: number;
|
|
3115
3744
|
}
|
|
3745
|
+
/**
|
|
3746
|
+
* @internal
|
|
3747
|
+
*/
|
|
3748
|
+
export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
|
|
3749
|
+
/**
|
|
3750
|
+
* @internal
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (obj: GenerateEmbedUrlForAnonymousUserRequest) => any;
|
|
3753
|
+
/**
|
|
3754
|
+
* @internal
|
|
3755
|
+
*/
|
|
3756
|
+
export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (obj: GenerateEmbedUrlForAnonymousUserResponse) => any;
|
|
3757
|
+
/**
|
|
3758
|
+
* @internal
|
|
3759
|
+
*/
|
|
3760
|
+
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (obj: GenerateEmbedUrlForRegisteredUserResponse) => any;
|
|
3116
3761
|
/**
|
|
3117
3762
|
* @internal
|
|
3118
3763
|
*/
|