@aws-sdk/client-quicksight 3.216.0 → 3.219.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/QuickSight.js +45 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/CreateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/CreateDashboardCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSetCommand.js +3 -3
- package/dist-cjs/commands/CreateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderCommand.js +3 -3
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupCommand.js +3 -3
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/CreateIngestionCommand.js +3 -3
- package/dist-cjs/commands/CreateNamespaceCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateTemplateCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/CreateThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DeleteDashboardCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSetCommand.js +3 -3
- package/dist-cjs/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderCommand.js +3 -3
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +3 -3
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteTemplateCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DeleteThemeCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-cjs/commands/DeleteUserCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardCommand.js +3 -3
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/DescribeIngestionCommand.js +3 -3
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeTemplateCommand.js +3 -4
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +46 -0
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemeCommand.js +3 -3
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/DescribeUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +3 -3
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +3 -3
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-cjs/commands/ListAnalysesCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListDashboardsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSetsCommand.js +3 -3
- package/dist-cjs/commands/ListDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/ListFolderMembersCommand.js +4 -3
- package/dist-cjs/commands/ListFoldersCommand.js +3 -3
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-cjs/commands/ListGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-cjs/commands/ListIngestionsCommand.js +3 -3
- package/dist-cjs/commands/ListNamespacesCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListTemplatesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-cjs/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-cjs/commands/ListThemesCommand.js +3 -3
- package/dist-cjs/commands/ListUserGroupsCommand.js +3 -3
- package/dist-cjs/commands/ListUsersCommand.js +3 -3
- package/dist-cjs/commands/RegisterUserCommand.js +3 -3
- package/dist-cjs/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-cjs/commands/SearchAnalysesCommand.js +3 -3
- package/dist-cjs/commands/SearchDashboardsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSetsCommand.js +3 -3
- package/dist-cjs/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-cjs/commands/SearchFoldersCommand.js +3 -3
- package/dist-cjs/commands/SearchGroupsCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderCommand.js +3 -3
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemeCommand.js +3 -3
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-cjs/commands/UpdateUserCommand.js +3 -3
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/index.js +2 -0
- package/dist-cjs/models/models_0.js +988 -1194
- package/dist-cjs/models/models_1.js +1290 -405
- package/dist-cjs/models/models_2.js +1676 -0
- package/dist-cjs/models/models_3.js +443 -0
- package/dist-cjs/protocols/Aws_restJson1.js +12237 -1570
- package/dist-es/QuickSight.js +45 -0
- package/dist-es/commands/CancelIngestionCommand.js +1 -1
- package/dist-es/commands/CreateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/CreateDataSetCommand.js +1 -1
- package/dist-es/commands/CreateDataSourceCommand.js +1 -1
- package/dist-es/commands/CreateFolderCommand.js +1 -1
- package/dist-es/commands/CreateFolderMembershipCommand.js +1 -1
- package/dist-es/commands/CreateGroupCommand.js +1 -1
- package/dist-es/commands/CreateGroupMembershipCommand.js +1 -1
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/CreateIngestionCommand.js +1 -1
- package/dist-es/commands/CreateNamespaceCommand.js +1 -1
- package/dist-es/commands/CreateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/CreateTemplateCommand.js +1 -1
- package/dist-es/commands/CreateThemeAliasCommand.js +1 -1
- package/dist-es/commands/CreateThemeCommand.js +1 -1
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DeleteAnalysisCommand.js +1 -1
- package/dist-es/commands/DeleteDashboardCommand.js +1 -1
- package/dist-es/commands/DeleteDataSetCommand.js +1 -1
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteFolderCommand.js +1 -1
- package/dist-es/commands/DeleteFolderMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteGroupCommand.js +1 -1
- package/dist-es/commands/DeleteGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DeleteNamespaceCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DeleteTemplateCommand.js +1 -1
- package/dist-es/commands/DeleteThemeAliasCommand.js +1 -1
- package/dist-es/commands/DeleteThemeCommand.js +1 -1
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +1 -1
- package/dist-es/commands/DeleteUserCommand.js +1 -1
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSettingsCommand.js +1 -1
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourceCommand.js +1 -1
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderCommand.js +1 -1
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeGroupCommand.js +1 -1
- package/dist-es/commands/DescribeGroupMembershipCommand.js +1 -1
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/DescribeIngestionCommand.js +1 -1
- package/dist-es/commands/DescribeIpRestrictionCommand.js +1 -1
- package/dist-es/commands/DescribeNamespaceCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateAliasCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +1 -2
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +42 -0
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeThemeAliasCommand.js +1 -1
- package/dist-es/commands/DescribeThemeCommand.js +1 -1
- package/dist-es/commands/DescribeThemePermissionsCommand.js +1 -1
- package/dist-es/commands/DescribeUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListAnalysesCommand.js +1 -1
- package/dist-es/commands/ListDashboardVersionsCommand.js +1 -1
- package/dist-es/commands/ListDashboardsCommand.js +1 -1
- package/dist-es/commands/ListDataSetsCommand.js +1 -1
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListFolderMembersCommand.js +2 -1
- package/dist-es/commands/ListFoldersCommand.js +1 -1
- package/dist-es/commands/ListGroupMembershipsCommand.js +1 -1
- package/dist-es/commands/ListGroupsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +1 -1
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +1 -1
- package/dist-es/commands/ListIngestionsCommand.js +1 -1
- package/dist-es/commands/ListNamespacesCommand.js +1 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -1
- package/dist-es/commands/ListTemplateAliasesCommand.js +1 -1
- package/dist-es/commands/ListTemplateVersionsCommand.js +1 -1
- package/dist-es/commands/ListTemplatesCommand.js +1 -1
- package/dist-es/commands/ListThemeAliasesCommand.js +1 -1
- package/dist-es/commands/ListThemeVersionsCommand.js +1 -1
- package/dist-es/commands/ListThemesCommand.js +1 -1
- package/dist-es/commands/ListUserGroupsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/RegisterUserCommand.js +1 -1
- package/dist-es/commands/RestoreAnalysisCommand.js +1 -1
- package/dist-es/commands/SearchAnalysesCommand.js +1 -1
- package/dist-es/commands/SearchDashboardsCommand.js +1 -1
- package/dist-es/commands/SearchDataSetsCommand.js +1 -1
- package/dist-es/commands/SearchDataSourcesCommand.js +1 -1
- package/dist-es/commands/SearchFoldersCommand.js +1 -1
- package/dist-es/commands/SearchGroupsCommand.js +1 -1
- package/dist-es/commands/TagResourceCommand.js +1 -1
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +1 -1
- package/dist-es/commands/UpdateAccountSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateFolderCommand.js +1 -1
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateGroupCommand.js +1 -1
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +1 -1
- package/dist-es/commands/UpdateIpRestrictionCommand.js +1 -1
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateAliasCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateThemeAliasCommand.js +1 -1
- package/dist-es/commands/UpdateThemeCommand.js +1 -1
- package/dist-es/commands/UpdateThemePermissionsCommand.js +1 -1
- package/dist-es/commands/UpdateUserCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +2 -0
- package/dist-es/models/models_0.js +750 -933
- package/dist-es/models/models_1.js +1034 -242
- package/dist-es/models/models_2.js +1401 -0
- package/dist-es/models/models_3.js +333 -0
- package/dist-es/protocols/Aws_restJson1.js +12212 -1552
- package/dist-types/QuickSight.d.ts +122 -83
- package/dist-types/QuickSightClient.d.ts +6 -3
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -6
- package/dist-types/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +2 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateIngestionCommand.d.ts +2 -3
- package/dist-types/commands/CreateNamespaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +2 -2
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +15 -15
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +45 -0
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +8 -8
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +9 -9
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +10 -10
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +9 -9
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +7 -7
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +3488 -4527
- package/dist-types/models/models_1.d.ts +4346 -2387
- package/dist-types/models/models_2.d.ts +7741 -0
- package/dist-types/models/models_3.d.ts +2803 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/QuickSight.d.ts +51 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.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 +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupsCommand.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/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1833 -2873
- package/dist-types/ts3.4/models/models_1.d.ts +2153 -1310
- package/dist-types/ts3.4/models/models_2.d.ts +3375 -0
- package/dist-types/ts3.4/models/models_3.d.ts +1042 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +3 -3
|
@@ -39,8 +39,10 @@ import { DescribeAccountCustomizationCommandInput, DescribeAccountCustomizationC
|
|
|
39
39
|
import { DescribeAccountSettingsCommandInput, DescribeAccountSettingsCommandOutput } from "./commands/DescribeAccountSettingsCommand";
|
|
40
40
|
import { DescribeAccountSubscriptionCommandInput, DescribeAccountSubscriptionCommandOutput } from "./commands/DescribeAccountSubscriptionCommand";
|
|
41
41
|
import { DescribeAnalysisCommandInput, DescribeAnalysisCommandOutput } from "./commands/DescribeAnalysisCommand";
|
|
42
|
+
import { DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
42
43
|
import { DescribeAnalysisPermissionsCommandInput, DescribeAnalysisPermissionsCommandOutput } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
43
44
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "./commands/DescribeDashboardCommand";
|
|
45
|
+
import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "./commands/DescribeDashboardDefinitionCommand";
|
|
44
46
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
|
|
45
47
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
|
|
46
48
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "./commands/DescribeDataSetPermissionsCommand";
|
|
@@ -57,6 +59,7 @@ import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput }
|
|
|
57
59
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
58
60
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
59
61
|
import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
|
|
62
|
+
import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
|
|
60
63
|
import { DescribeTemplatePermissionsCommandInput, DescribeTemplatePermissionsCommandOutput } from "./commands/DescribeTemplatePermissionsCommand";
|
|
61
64
|
import { DescribeThemeAliasCommandInput, DescribeThemeAliasCommandOutput } from "./commands/DescribeThemeAliasCommand";
|
|
62
65
|
import { DescribeThemeCommandInput, DescribeThemeCommandOutput } from "./commands/DescribeThemeCommand";
|
|
@@ -125,7 +128,7 @@ import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/Upda
|
|
|
125
128
|
import { QuickSightClient } from "./QuickSightClient";
|
|
126
129
|
/**
|
|
127
130
|
* <fullname>Amazon QuickSight API Reference</fullname>
|
|
128
|
-
*
|
|
131
|
+
* <p>Amazon QuickSight is a fully managed, serverless business intelligence service for the
|
|
129
132
|
* Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your
|
|
130
133
|
* organization. This API reference contains documentation for a programming interface that
|
|
131
134
|
* you can use to manage Amazon QuickSight. </p>
|
|
@@ -143,11 +146,11 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
143
146
|
* API operation. To further customize Amazon QuickSight by removing Amazon QuickSight
|
|
144
147
|
* sample assets and videos for all new users, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/customizing-quicksight.html">Customizing Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide.</i>
|
|
145
148
|
* </p>
|
|
146
|
-
*
|
|
149
|
+
* <p>You can create customizations for your Amazon Web Services account or, if you specify a namespace, for
|
|
147
150
|
* a QuickSight namespace instead. Customizations that apply to a namespace always override
|
|
148
151
|
* customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
|
|
149
152
|
* the <code>DescribeAccountCustomization</code> API operation.</p>
|
|
150
|
-
*
|
|
153
|
+
* <p>Before you use the <code>CreateAccountCustomization</code> API operation to add a theme
|
|
151
154
|
* as the namespace default, make sure that you first share the theme with the namespace.
|
|
152
155
|
* If you don't share it with the namespace, the theme isn't visible to your users
|
|
153
156
|
* even if you make it the default theme.
|
|
@@ -167,27 +170,22 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
167
170
|
createAccountCustomization(args: CreateAccountCustomizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccountCustomizationCommandOutput) => void): void;
|
|
168
171
|
/**
|
|
169
172
|
* <p>Creates an Amazon QuickSight account, or subscribes to Amazon QuickSight Q.</p>
|
|
170
|
-
*
|
|
171
173
|
* <p>The Amazon Web Services Region for the account is derived from what is configured in the
|
|
172
174
|
* CLI or SDK. This operation isn't supported in the US East (Ohio) Region, South America (Sao Paulo) Region, or Asia
|
|
173
175
|
* Pacific (Singapore) Region. </p>
|
|
174
|
-
*
|
|
175
176
|
* <p>Before you use this operation, make sure that you can connect to an existing Amazon Web Services account. If you don't have an Amazon Web Services account, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/setting-up-aws-sign-up.html">Sign
|
|
176
177
|
* up for Amazon Web Services</a> in the <i>Amazon QuickSight User
|
|
177
178
|
* Guide</i>. The person who signs up for Amazon QuickSight needs to have the
|
|
178
179
|
* correct Identity and Access Management (IAM) permissions. For more information,
|
|
179
180
|
* see <a href="https://docs.aws.amazon.com/quicksight/latest/user/iam-policy-examples.html">IAM Policy Examples for Amazon QuickSight</a> in the
|
|
180
181
|
* <i>Amazon QuickSight User Guide</i>.</p>
|
|
181
|
-
*
|
|
182
182
|
* <p>If your IAM policy includes both the <code>Subscribe</code> and
|
|
183
183
|
* <code>CreateAccountSubscription</code> actions, make sure that both actions are set
|
|
184
184
|
* to <code>Allow</code>. If either action is set to <code>Deny</code>, the
|
|
185
185
|
* <code>Deny</code> action prevails and your API call fails.</p>
|
|
186
|
-
*
|
|
187
186
|
* <p>You can't pass an existing IAM role to access other Amazon Web Services services using this API operation. To pass your existing IAM role to
|
|
188
187
|
* Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/security_iam_service-with-iam.html#security-create-iam-role">Passing IAM roles to Amazon QuickSight</a> in the
|
|
189
188
|
* <i>Amazon QuickSight User Guide</i>.</p>
|
|
190
|
-
*
|
|
191
189
|
* <p>You can't set default resource access on the new account from the Amazon QuickSight
|
|
192
190
|
* API. Instead, add default resource access from the Amazon QuickSight console. For more
|
|
193
191
|
* information about setting default resource access to Amazon Web Services services, see
|
|
@@ -210,7 +208,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
210
208
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
|
|
211
209
|
* </code>
|
|
212
210
|
* API operation.</p>
|
|
213
|
-
*
|
|
211
|
+
* <p>A dashboard is an entity in Amazon QuickSight that identifies Amazon QuickSight reports, created
|
|
214
212
|
* from analyses. You can share Amazon QuickSight dashboards. With the right permissions, you can
|
|
215
213
|
* create scheduled email reports from them. If you have the correct permissions, you can
|
|
216
214
|
* create a dashboard from a template that exists in a different Amazon Web Services account.</p>
|
|
@@ -244,10 +242,10 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
244
242
|
createFolderMembership(args: CreateFolderMembershipCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFolderMembershipCommandOutput) => void): void;
|
|
245
243
|
/**
|
|
246
244
|
* <p>Use the <code>CreateGroup</code> operation to create a group in Amazon QuickSight. You can create up to 10,000 groups in a namespace. If you want to create more than 10,000 groups in a namespace, contact AWS Support.</p>
|
|
247
|
-
*
|
|
245
|
+
* <p>The permissions resource is
|
|
248
246
|
* <code>arn:aws:quicksight:<your-region>:<i><relevant-aws-account-id></i>:group/default/<i><group-name></i>
|
|
249
247
|
* </code>.</p>
|
|
250
|
-
*
|
|
248
|
+
* <p>The response is a group object.</p>
|
|
251
249
|
*/
|
|
252
250
|
createGroup(args: CreateGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateGroupCommandOutput>;
|
|
253
251
|
createGroup(args: CreateGroupCommandInput, cb: (err: any, data?: CreateGroupCommandOutput) => void): void;
|
|
@@ -272,8 +270,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
272
270
|
* an Enterprise edition account 32 times in a 24-hour period. You can manually refresh
|
|
273
271
|
* datasets in a Standard edition account 8 times in a 24-hour period. Each 24-hour period
|
|
274
272
|
* is measured starting 24 hours before the current date and time.</p>
|
|
275
|
-
*
|
|
276
|
-
* <p>Any ingestions operating on tagged datasets inherit the same tags automatically for use in
|
|
273
|
+
* <p>Any ingestions operating on tagged datasets inherit the same tags automatically for use in
|
|
277
274
|
* access control. For an example, see <a href="http://aws.amazon.com/premiumsupport/knowledge-center/iam-ec2-resource-tags/">How do I create an IAM policy to control access to Amazon EC2 resources using
|
|
278
275
|
* tags?</a> in the Amazon Web Services Knowledge Center. Tags are visible on the tagged dataset, but not on the ingestion resource.</p>
|
|
279
276
|
*/
|
|
@@ -282,7 +279,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
282
279
|
createIngestion(args: CreateIngestionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIngestionCommandOutput) => void): void;
|
|
283
280
|
/**
|
|
284
281
|
* <p>(Enterprise edition only) Creates a new namespace for you to use with Amazon QuickSight.</p>
|
|
285
|
-
*
|
|
282
|
+
* <p>A namespace allows you to isolate the Amazon QuickSight users and groups that are registered
|
|
286
283
|
* for that namespace. Users that access the namespace can share assets only with other
|
|
287
284
|
* users or groups in the same namespace. They can't see users and groups in other
|
|
288
285
|
* namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
|
|
@@ -296,7 +293,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
296
293
|
/**
|
|
297
294
|
* <p>Creates a template from an existing Amazon QuickSight analysis or template. You can use the resulting
|
|
298
295
|
* template to create a dashboard.</p>
|
|
299
|
-
*
|
|
296
|
+
* <p>A <i>template</i> is an entity in Amazon QuickSight that encapsulates the metadata
|
|
300
297
|
* required to create an analysis and that you can use to create s dashboard. A template adds
|
|
301
298
|
* a layer of abstraction by using placeholders to replace the dataset associated with the
|
|
302
299
|
* analysis. You can use templates to create dashboards by replacing dataset placeholders
|
|
@@ -314,7 +311,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
314
311
|
createTemplateAlias(args: CreateTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateAliasCommandOutput) => void): void;
|
|
315
312
|
/**
|
|
316
313
|
* <p>Creates a theme.</p>
|
|
317
|
-
*
|
|
314
|
+
* <p>A <i>theme</i> is set of configuration options for color and layout.
|
|
318
315
|
* Themes apply to analyses and dashboards. For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html">Using
|
|
319
316
|
* Themes in Amazon QuickSight</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
320
317
|
*/
|
|
@@ -346,11 +343,11 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
346
343
|
* operation defaults to 30 days. Amazon QuickSight attaches a <code>DeletionTime</code> stamp to
|
|
347
344
|
* the response that specifies the end of the recovery window. At the end of the recovery
|
|
348
345
|
* window, Amazon QuickSight deletes the analysis permanently.</p>
|
|
349
|
-
*
|
|
346
|
+
* <p>At any time before recovery window ends, you can use the <code>RestoreAnalysis</code>
|
|
350
347
|
* API operation to remove the <code>DeletionTime</code> stamp and cancel the deletion of
|
|
351
348
|
* the analysis. The analysis remains visible in the API until it's deleted, so you can
|
|
352
349
|
* describe it but you can't make a template from it.</p>
|
|
353
|
-
*
|
|
350
|
+
* <p>An analysis that's scheduled for deletion isn't accessible in the Amazon QuickSight console.
|
|
354
351
|
* To access it in the console, restore it. Deleting an analysis doesn't delete the
|
|
355
352
|
* dashboards that you publish from it.</p>
|
|
356
353
|
*/
|
|
@@ -460,11 +457,11 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
460
457
|
* Amazon QuickSight namespace in an Amazon Web Services Region. The Amazon QuickSight console evaluates which
|
|
461
458
|
* customizations to apply by running this API operation with the <code>Resolved</code> flag
|
|
462
459
|
* included. </p>
|
|
463
|
-
*
|
|
460
|
+
* <p>To determine what customizations display when you run this command, it can help to
|
|
464
461
|
* visualize the relationship of the entities involved. </p>
|
|
465
|
-
*
|
|
462
|
+
* <ul>
|
|
466
463
|
* <li>
|
|
467
|
-
*
|
|
464
|
+
* <p>
|
|
468
465
|
* <code>Amazon Web Services account</code> - The Amazon Web Services account exists at the top of the hierarchy.
|
|
469
466
|
* It has the potential to use all of the Amazon Web Services Regions and Amazon Web Services Services. When you
|
|
470
467
|
* subscribe to Amazon QuickSight, you choose one Amazon Web Services Region to use as your home Region.
|
|
@@ -472,30 +469,30 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
472
469
|
* supported Amazon Web Services Region. </p>
|
|
473
470
|
* </li>
|
|
474
471
|
* <li>
|
|
475
|
-
*
|
|
472
|
+
* <p>
|
|
476
473
|
* <code>Amazon Web Services Region</code> - In each Amazon Web Services Region where you sign in to Amazon QuickSight
|
|
477
474
|
* at least once, Amazon QuickSight acts as a separate instance of the same service. If
|
|
478
475
|
* you have a user directory, it resides in us-east-1, which is the US East (N.
|
|
479
476
|
* Virginia). Generally speaking, these users have access to Amazon QuickSight in any
|
|
480
477
|
* Amazon Web Services Region, unless they are constrained to a namespace. </p>
|
|
481
|
-
*
|
|
478
|
+
* <p>To run the command in a different Amazon Web Services Region, you change your Region settings.
|
|
482
479
|
* If you're using the CLI, you can use one of the following options:</p>
|
|
483
|
-
*
|
|
480
|
+
* <ul>
|
|
484
481
|
* <li>
|
|
485
|
-
*
|
|
486
|
-
*
|
|
482
|
+
* <p>Use <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-options.html">command line options</a>. </p>
|
|
483
|
+
* </li>
|
|
487
484
|
* <li>
|
|
488
|
-
*
|
|
489
|
-
*
|
|
485
|
+
* <p>Use <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html">named profiles</a>. </p>
|
|
486
|
+
* </li>
|
|
490
487
|
* <li>
|
|
491
|
-
*
|
|
488
|
+
* <p>Run <code>aws configure</code> to change your default Amazon Web Services Region. Use
|
|
492
489
|
* Enter to key the same settings for your keys. For more information, see
|
|
493
490
|
* <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html">Configuring the CLI</a>.</p>
|
|
494
|
-
*
|
|
491
|
+
* </li>
|
|
495
492
|
* </ul>
|
|
496
493
|
* </li>
|
|
497
494
|
* <li>
|
|
498
|
-
*
|
|
495
|
+
* <p>
|
|
499
496
|
* <code>Namespace</code> - A QuickSight namespace is a partition that contains
|
|
500
497
|
* users and assets (data sources, datasets, dashboards, and so on). To access
|
|
501
498
|
* assets that are in a specific namespace, users and groups must also be part of
|
|
@@ -504,7 +501,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
504
501
|
* and Amazon Web Services Region.</p>
|
|
505
502
|
* </li>
|
|
506
503
|
* <li>
|
|
507
|
-
*
|
|
504
|
+
* <p>
|
|
508
505
|
* <code>Applied customizations</code> - Within an Amazon Web Services Region, a set of
|
|
509
506
|
* Amazon QuickSight customizations can apply to an Amazon Web Services account or to a namespace.
|
|
510
507
|
* Settings that you apply to a namespace override settings that you apply to an
|
|
@@ -536,6 +533,20 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
536
533
|
describeAnalysis(args: DescribeAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisCommandOutput>;
|
|
537
534
|
describeAnalysis(args: DescribeAnalysisCommandInput, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
|
|
538
535
|
describeAnalysis(args: DescribeAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisCommandOutput) => void): void;
|
|
536
|
+
/**
|
|
537
|
+
* <p>Provides a detailed description of the definition of an analysis.</p>
|
|
538
|
+
* <note>
|
|
539
|
+
* <p>If you do not need to know details about the content of an Analysis, for instance if you
|
|
540
|
+
* are trying to check the status of a recently created or updated Analysis, use the
|
|
541
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeAnalysis.html">
|
|
542
|
+
* <code>DescribeAnalysis</code>
|
|
543
|
+
* </a> instead.
|
|
544
|
+
* </p>
|
|
545
|
+
* </note>
|
|
546
|
+
*/
|
|
547
|
+
describeAnalysisDefinition(args: DescribeAnalysisDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisDefinitionCommandOutput>;
|
|
548
|
+
describeAnalysisDefinition(args: DescribeAnalysisDefinitionCommandInput, cb: (err: any, data?: DescribeAnalysisDefinitionCommandOutput) => void): void;
|
|
549
|
+
describeAnalysisDefinition(args: DescribeAnalysisDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisDefinitionCommandOutput) => void): void;
|
|
539
550
|
/**
|
|
540
551
|
* <p>Provides the read and write permissions for an analysis.</p>
|
|
541
552
|
*/
|
|
@@ -548,6 +559,20 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
548
559
|
describeDashboard(args: DescribeDashboardCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardCommandOutput>;
|
|
549
560
|
describeDashboard(args: DescribeDashboardCommandInput, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
|
|
550
561
|
describeDashboard(args: DescribeDashboardCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardCommandOutput) => void): void;
|
|
562
|
+
/**
|
|
563
|
+
* <p>Provides a detailed description of the definition of a dashboard.</p>
|
|
564
|
+
* <note>
|
|
565
|
+
* <p>If you do not need to know details about the content of a dashboard, for instance if you
|
|
566
|
+
* are trying to check the status of a recently created or updated dashboard, use the
|
|
567
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboard.html">
|
|
568
|
+
* <code>DescribeDashboard</code>
|
|
569
|
+
* </a> instead.
|
|
570
|
+
* </p>
|
|
571
|
+
* </note>
|
|
572
|
+
*/
|
|
573
|
+
describeDashboardDefinition(args: DescribeDashboardDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDashboardDefinitionCommandOutput>;
|
|
574
|
+
describeDashboardDefinition(args: DescribeDashboardDefinitionCommandInput, cb: (err: any, data?: DescribeDashboardDefinitionCommandOutput) => void): void;
|
|
575
|
+
describeDashboardDefinition(args: DescribeDashboardDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDashboardDefinitionCommandOutput) => void): void;
|
|
551
576
|
/**
|
|
552
577
|
* <p>Describes read and write permissions for a dashboard.</p>
|
|
553
578
|
*/
|
|
@@ -562,7 +587,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
562
587
|
describeDataSet(args: DescribeDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetCommandOutput) => void): void;
|
|
563
588
|
/**
|
|
564
589
|
* <p>Describes the permissions on a dataset.</p>
|
|
565
|
-
*
|
|
590
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
|
|
566
591
|
*/
|
|
567
592
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
568
593
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
|
|
@@ -647,6 +672,20 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
647
672
|
describeTemplateAlias(args: DescribeTemplateAliasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplateAliasCommandOutput>;
|
|
648
673
|
describeTemplateAlias(args: DescribeTemplateAliasCommandInput, cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void): void;
|
|
649
674
|
describeTemplateAlias(args: DescribeTemplateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateAliasCommandOutput) => void): void;
|
|
675
|
+
/**
|
|
676
|
+
* <p>Provides a detailed description of the definition of a template.</p>
|
|
677
|
+
* <note>
|
|
678
|
+
* <p>If you do not need to know details about the content of a template, for instance if you
|
|
679
|
+
* are trying to check the status of a recently created or updated template, use the
|
|
680
|
+
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeTemplate.html">
|
|
681
|
+
* <code>DescribeTemplate</code>
|
|
682
|
+
* </a> instead.
|
|
683
|
+
* </p>
|
|
684
|
+
* </note>
|
|
685
|
+
*/
|
|
686
|
+
describeTemplateDefinition(args: DescribeTemplateDefinitionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTemplateDefinitionCommandOutput>;
|
|
687
|
+
describeTemplateDefinition(args: DescribeTemplateDefinitionCommandInput, cb: (err: any, data?: DescribeTemplateDefinitionCommandOutput) => void): void;
|
|
688
|
+
describeTemplateDefinition(args: DescribeTemplateDefinitionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTemplateDefinitionCommandOutput) => void): void;
|
|
650
689
|
/**
|
|
651
690
|
* <p>Describes read and write permissions on a template.</p>
|
|
652
691
|
*/
|
|
@@ -679,23 +718,23 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
679
718
|
describeUser(args: DescribeUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUserCommandOutput) => void): void;
|
|
680
719
|
/**
|
|
681
720
|
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight dashboard or visual in your website, without having to register any reader users. Before you use this action, make sure that you have configured the dashboards and permissions.</p>
|
|
682
|
-
*
|
|
683
|
-
*
|
|
721
|
+
* <p>The following rules apply to the generated URL:</p>
|
|
722
|
+
* <ul>
|
|
684
723
|
* <li>
|
|
685
|
-
*
|
|
724
|
+
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p>
|
|
686
725
|
* </li>
|
|
687
726
|
* <li>
|
|
688
|
-
*
|
|
727
|
+
* <p>The URL validity period should not be confused with the actual session lifetime that can be customized using the <code>
|
|
689
728
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForAnonymousUser.html#QS-GenerateEmbedUrlForAnonymousUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
|
|
690
729
|
* </code> parameter. The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p>
|
|
691
730
|
* </li>
|
|
692
731
|
* <li>
|
|
693
|
-
*
|
|
732
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
694
733
|
* </li>
|
|
695
734
|
* </ul>
|
|
696
|
-
*
|
|
735
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in the <i>Amazon QuickSight User
|
|
697
736
|
* Guide</i>.</p>
|
|
698
|
-
*
|
|
737
|
+
* <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>
|
|
699
738
|
*/
|
|
700
739
|
generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, options?: __HttpHandlerOptions): Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
|
|
701
740
|
generateEmbedUrlForAnonymousUser(args: GenerateEmbedUrlForAnonymousUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForAnonymousUserCommandOutput) => void): void;
|
|
@@ -703,52 +742,52 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
703
742
|
/**
|
|
704
743
|
* <p>Generates an embed URL that you can use to embed an Amazon QuickSight experience in your website. This action can be used for any type of user registered in an Amazon QuickSight account.
|
|
705
744
|
* Before you use this action, make sure that you have configured the relevant Amazon QuickSight resource and permissions.</p>
|
|
706
|
-
*
|
|
707
|
-
*
|
|
745
|
+
* <p>The following rules apply to the generated URL:</p>
|
|
746
|
+
* <ul>
|
|
708
747
|
* <li>
|
|
709
|
-
*
|
|
748
|
+
* <p>It contains a temporary bearer token. It is valid for 5 minutes after it is generated. Once redeemed within this period, it cannot be re-used again.</p>
|
|
710
749
|
* </li>
|
|
711
750
|
* <li>
|
|
712
|
-
*
|
|
751
|
+
* <p>The URL validity period should not be confused with the actual session lifetime
|
|
713
752
|
* that can be customized using the <code>
|
|
714
753
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_GenerateEmbedUrlForRegisteredUser.html#QS-GenerateEmbedUrlForRegisteredUser-request-SessionLifetimeInMinutes">SessionLifetimeInMinutes</a>
|
|
715
754
|
* </code> parameter.</p>
|
|
716
|
-
*
|
|
755
|
+
* <p>The resulting user session is valid for 15 minutes (minimum) to 10 hours (maximum). The default session duration is 10 hours.</p>
|
|
717
756
|
* </li>
|
|
718
757
|
* <li>
|
|
719
|
-
*
|
|
758
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
720
759
|
* </li>
|
|
721
760
|
* </ul>
|
|
722
|
-
*
|
|
761
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedded Analytics</a> in the <i>Amazon QuickSight User
|
|
723
762
|
* Guide</i>.</p>
|
|
724
|
-
*
|
|
763
|
+
* <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>
|
|
725
764
|
*/
|
|
726
765
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options?: __HttpHandlerOptions): Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
727
766
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
|
|
728
767
|
generateEmbedUrlForRegisteredUser(args: GenerateEmbedUrlForRegisteredUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateEmbedUrlForRegisteredUserCommandOutput) => void): void;
|
|
729
768
|
/**
|
|
730
769
|
* <p>Generates a temporary session URL and authorization code(bearer token) that you can use to embed an Amazon QuickSight read-only dashboard in your website or application. Before you use this command, make sure that you have configured the dashboards and permissions. </p>
|
|
731
|
-
*
|
|
732
|
-
*
|
|
770
|
+
* <p>Currently, you can use <code>GetDashboardEmbedURL</code> only from the server, not from the user's browser. The following rules apply to the generated URL:</p>
|
|
771
|
+
* <ul>
|
|
733
772
|
* <li>
|
|
734
|
-
*
|
|
773
|
+
* <p>They must be used together.</p>
|
|
735
774
|
* </li>
|
|
736
775
|
* <li>
|
|
737
|
-
*
|
|
776
|
+
* <p>They can be used one time only.</p>
|
|
738
777
|
* </li>
|
|
739
778
|
* <li>
|
|
740
|
-
*
|
|
779
|
+
* <p>They are valid for 5 minutes after you run this command.</p>
|
|
741
780
|
* </li>
|
|
742
781
|
* <li>
|
|
743
|
-
*
|
|
782
|
+
* <p>You are charged only when the URL is used or there is interaction with Amazon QuickSight.</p>
|
|
744
783
|
* </li>
|
|
745
784
|
* <li>
|
|
746
|
-
*
|
|
785
|
+
* <p>The resulting user session is valid for 15 minutes (default) up to 10 hours (maximum). You can use the optional <code>SessionLifetimeInMinutes</code> parameter to customize session duration.</p>
|
|
747
786
|
* </li>
|
|
748
787
|
* </ul>
|
|
749
|
-
*
|
|
788
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics-deprecated.html">Embedding Analytics Using GetDashboardEmbedUrl</a> in the <i>Amazon QuickSight User
|
|
750
789
|
* Guide</i>.</p>
|
|
751
|
-
*
|
|
790
|
+
* <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>
|
|
752
791
|
*/
|
|
753
792
|
getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetDashboardEmbedUrlCommandOutput>;
|
|
754
793
|
getDashboardEmbedUrl(args: GetDashboardEmbedUrlCommandInput, cb: (err: any, data?: GetDashboardEmbedUrlCommandOutput) => void): void;
|
|
@@ -768,14 +807,14 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
768
807
|
* API operation to add a new user with a custom permission profile attached. For more
|
|
769
808
|
* information, see the following sections in the <i>Amazon QuickSight User
|
|
770
809
|
* Guide</i>:</p>
|
|
771
|
-
*
|
|
810
|
+
* <ul>
|
|
772
811
|
* <li>
|
|
773
|
-
*
|
|
812
|
+
* <p>
|
|
774
813
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/user/embedded-analytics.html">Embedding Analytics</a>
|
|
775
814
|
* </p>
|
|
776
815
|
* </li>
|
|
777
816
|
* <li>
|
|
778
|
-
*
|
|
817
|
+
* <p>
|
|
779
818
|
* <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>
|
|
780
819
|
* </p>
|
|
781
820
|
* </li>
|
|
@@ -804,7 +843,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
804
843
|
listDashboardVersions(args: ListDashboardVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDashboardVersionsCommandOutput) => void): void;
|
|
805
844
|
/**
|
|
806
845
|
* <p>Lists all of the datasets belonging to the current Amazon Web Services account in an Amazon Web Services Region.</p>
|
|
807
|
-
*
|
|
846
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/*</code>.</p>
|
|
808
847
|
*/
|
|
809
848
|
listDataSets(args: ListDataSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListDataSetsCommandOutput>;
|
|
810
849
|
listDataSets(args: ListDataSetsCommandInput, cb: (err: any, data?: ListDataSetsCommandOutput) => void): void;
|
|
@@ -933,18 +972,18 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
933
972
|
restoreAnalysis(args: RestoreAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RestoreAnalysisCommandOutput) => void): void;
|
|
934
973
|
/**
|
|
935
974
|
* <p>Searches for analyses that belong to the user specified in the filter.</p>
|
|
936
|
-
*
|
|
975
|
+
* <note>
|
|
937
976
|
* <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
|
|
938
|
-
*
|
|
977
|
+
* </note>
|
|
939
978
|
*/
|
|
940
979
|
searchAnalyses(args: SearchAnalysesCommandInput, options?: __HttpHandlerOptions): Promise<SearchAnalysesCommandOutput>;
|
|
941
980
|
searchAnalyses(args: SearchAnalysesCommandInput, cb: (err: any, data?: SearchAnalysesCommandOutput) => void): void;
|
|
942
981
|
searchAnalyses(args: SearchAnalysesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAnalysesCommandOutput) => void): void;
|
|
943
982
|
/**
|
|
944
983
|
* <p>Searches for dashboards that belong to a user. </p>
|
|
945
|
-
*
|
|
984
|
+
* <note>
|
|
946
985
|
* <p>This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.</p>
|
|
947
|
-
*
|
|
986
|
+
* </note>
|
|
948
987
|
*/
|
|
949
988
|
searchDashboards(args: SearchDashboardsCommandInput, options?: __HttpHandlerOptions): Promise<SearchDashboardsCommandOutput>;
|
|
950
989
|
searchDashboards(args: SearchDashboardsCommandInput, cb: (err: any, data?: SearchDashboardsCommandOutput) => void): void;
|
|
@@ -975,27 +1014,27 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
975
1014
|
searchGroups(args: SearchGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchGroupsCommandOutput) => void): void;
|
|
976
1015
|
/**
|
|
977
1016
|
* <p>Assigns one or more tags (key-value pairs) to the specified Amazon QuickSight resource. </p>
|
|
978
|
-
*
|
|
1017
|
+
* <p>Tags can help you organize and categorize your resources. You can also use them to
|
|
979
1018
|
* scope user permissions, by granting a user permission to access or change only resources
|
|
980
1019
|
* with certain tag values. You can use the <code>TagResource</code> operation with a
|
|
981
1020
|
* resource that already has tags. If you specify a new tag key for the resource, this tag
|
|
982
1021
|
* is appended to the list of tags associated with the resource. If you specify a tag key
|
|
983
1022
|
* that is already associated with the resource, the new tag value that you specify
|
|
984
1023
|
* replaces the previous value for that tag.</p>
|
|
985
|
-
*
|
|
1024
|
+
* <p>You can associate as many as 50 tags with a resource. Amazon QuickSight supports tagging on data
|
|
986
1025
|
* set, data source, dashboard, and template. </p>
|
|
987
|
-
*
|
|
1026
|
+
* <p>Tagging for Amazon QuickSight works in a similar way to tagging for other Amazon Web Services services, except for
|
|
988
1027
|
* the following:</p>
|
|
989
|
-
*
|
|
1028
|
+
* <ul>
|
|
990
1029
|
* <li>
|
|
991
|
-
*
|
|
1030
|
+
* <p>You can't use tags to track costs for Amazon QuickSight. This isn't
|
|
992
1031
|
* possible because you can't tag the resources that Amazon QuickSight costs are based
|
|
993
1032
|
* on, for example Amazon QuickSight storage capacity (SPICE), number of users, type
|
|
994
1033
|
* of users, and usage metrics.</p>
|
|
995
|
-
*
|
|
1034
|
+
* </li>
|
|
996
1035
|
* <li>
|
|
997
|
-
*
|
|
998
|
-
*
|
|
1036
|
+
* <p>Amazon QuickSight doesn't currently support the tag editor for Resource Groups.</p>
|
|
1037
|
+
* </li>
|
|
999
1038
|
* </ul>
|
|
1000
1039
|
*/
|
|
1001
1040
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
@@ -1009,7 +1048,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1009
1048
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
1010
1049
|
/**
|
|
1011
1050
|
* <p>Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.</p>
|
|
1012
|
-
*
|
|
1051
|
+
* <p>You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a
|
|
1013
1052
|
* Amazon QuickSight namespace instead. Customizations that apply to a namespace override
|
|
1014
1053
|
* customizations that apply to an Amazon Web Services account. To find out which customizations apply, use
|
|
1015
1054
|
* the <code>DescribeAccountCustomization</code> API operation. </p>
|
|
@@ -1037,13 +1076,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1037
1076
|
updateAnalysisPermissions(args: UpdateAnalysisPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAnalysisPermissionsCommandOutput) => void): void;
|
|
1038
1077
|
/**
|
|
1039
1078
|
* <p>Updates a dashboard in an Amazon Web Services account.</p>
|
|
1040
|
-
*
|
|
1079
|
+
* <note>
|
|
1041
1080
|
* <p>Updating a Dashboard creates a new dashboard version but does not immediately publish
|
|
1042
1081
|
* the new version. You can update the published version of a dashboard by
|
|
1043
1082
|
* using the <code>
|
|
1044
1083
|
* <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_UpdateDashboardPublishedVersion.html">UpdateDashboardPublishedVersion</a>
|
|
1045
1084
|
* </code> API operation.</p>
|
|
1046
|
-
*
|
|
1085
|
+
* </note>
|
|
1047
1086
|
*/
|
|
1048
1087
|
updateDashboard(args: UpdateDashboardCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDashboardCommandOutput>;
|
|
1049
1088
|
updateDashboard(args: UpdateDashboardCommandInput, cb: (err: any, data?: UpdateDashboardCommandOutput) => void): void;
|
|
@@ -1068,7 +1107,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1068
1107
|
updateDataSet(args: UpdateDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSetCommandOutput) => void): void;
|
|
1069
1108
|
/**
|
|
1070
1109
|
* <p>Updates the permissions on a dataset.</p>
|
|
1071
|
-
*
|
|
1110
|
+
* <p>The permissions resource is <code>arn:aws:quicksight:region:aws-account-id:dataset/data-set-id</code>.</p>
|
|
1072
1111
|
*/
|
|
1073
1112
|
updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSetPermissionsCommandOutput>;
|
|
1074
1113
|
updateDataSetPermissions(args: UpdateDataSetPermissionsCommandInput, cb: (err: any, data?: UpdateDataSetPermissionsCommandOutput) => void): void;
|
|
@@ -1165,12 +1204,12 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1165
1204
|
/**
|
|
1166
1205
|
* <p>Updates the resource permissions for a theme. Permissions apply to the action to grant or
|
|
1167
1206
|
* revoke permissions on, for example <code>"quicksight:DescribeTheme"</code>.</p>
|
|
1168
|
-
*
|
|
1207
|
+
* <p>Theme permissions apply in groupings. Valid groupings include the following for the three
|
|
1169
1208
|
* levels of permissions, which are user, owner, or no permissions: </p>
|
|
1170
|
-
*
|
|
1209
|
+
* <ul>
|
|
1171
1210
|
* <li>
|
|
1172
1211
|
* <p>User</p>
|
|
1173
|
-
*
|
|
1212
|
+
* <ul>
|
|
1174
1213
|
* <li>
|
|
1175
1214
|
* <p>
|
|
1176
1215
|
* <code>"quicksight:DescribeTheme"</code>
|
|
@@ -1192,10 +1231,10 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1192
1231
|
* </p>
|
|
1193
1232
|
* </li>
|
|
1194
1233
|
* </ul>
|
|
1195
|
-
*
|
|
1234
|
+
* </li>
|
|
1196
1235
|
* <li>
|
|
1197
1236
|
* <p>Owner</p>
|
|
1198
|
-
*
|
|
1237
|
+
* <ul>
|
|
1199
1238
|
* <li>
|
|
1200
1239
|
* <p>
|
|
1201
1240
|
* <code>"quicksight:DescribeTheme"</code>
|
|
@@ -1252,7 +1291,7 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1252
1291
|
* </p>
|
|
1253
1292
|
* </li>
|
|
1254
1293
|
* </ul>
|
|
1255
|
-
*
|
|
1294
|
+
* </li>
|
|
1256
1295
|
* <li>
|
|
1257
1296
|
* <p>To specify no permissions, omit the permissions list.</p>
|
|
1258
1297
|
* </li>
|