@aws-sdk/client-quicksight 3.306.0 → 3.310.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 +35 -35
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
ListRefreshSchedulesRequest,
|
|
11
|
+
ListRefreshSchedulesResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface ListRefreshSchedulesCommandInput
|
|
19
|
+
extends ListRefreshSchedulesRequest {}
|
|
20
|
+
export interface ListRefreshSchedulesCommandOutput
|
|
21
|
+
extends ListRefreshSchedulesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListRefreshSchedulesCommand extends $Command<
|
|
24
|
+
ListRefreshSchedulesCommandInput,
|
|
25
|
+
ListRefreshSchedulesCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRefreshSchedulesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListRefreshSchedulesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListRefreshSchedulesCommandInput,
|
|
37
|
+
ListRefreshSchedulesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
PutDataSetRefreshPropertiesRequest,
|
|
11
|
+
PutDataSetRefreshPropertiesResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface PutDataSetRefreshPropertiesCommandInput
|
|
19
|
+
extends PutDataSetRefreshPropertiesRequest {}
|
|
20
|
+
export interface PutDataSetRefreshPropertiesCommandOutput
|
|
21
|
+
extends PutDataSetRefreshPropertiesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class PutDataSetRefreshPropertiesCommand extends $Command<
|
|
24
|
+
PutDataSetRefreshPropertiesCommandInput,
|
|
25
|
+
PutDataSetRefreshPropertiesCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: PutDataSetRefreshPropertiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: PutDataSetRefreshPropertiesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
PutDataSetRefreshPropertiesCommandInput,
|
|
37
|
+
PutDataSetRefreshPropertiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
UpdateRefreshScheduleRequest,
|
|
11
|
+
UpdateRefreshScheduleResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface UpdateRefreshScheduleCommandInput
|
|
19
|
+
extends UpdateRefreshScheduleRequest {}
|
|
20
|
+
export interface UpdateRefreshScheduleCommandOutput
|
|
21
|
+
extends UpdateRefreshScheduleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class UpdateRefreshScheduleCommand extends $Command<
|
|
24
|
+
UpdateRefreshScheduleCommandInput,
|
|
25
|
+
UpdateRefreshScheduleCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateRefreshScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: UpdateRefreshScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
UpdateRefreshScheduleCommandInput,
|
|
37
|
+
UpdateRefreshScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -12,6 +12,7 @@ export * from "./CreateGroupMembershipCommand";
|
|
|
12
12
|
export * from "./CreateIAMPolicyAssignmentCommand";
|
|
13
13
|
export * from "./CreateIngestionCommand";
|
|
14
14
|
export * from "./CreateNamespaceCommand";
|
|
15
|
+
export * from "./CreateRefreshScheduleCommand";
|
|
15
16
|
export * from "./CreateTemplateAliasCommand";
|
|
16
17
|
export * from "./CreateTemplateCommand";
|
|
17
18
|
export * from "./CreateThemeAliasCommand";
|
|
@@ -21,6 +22,7 @@ export * from "./DeleteAccountSubscriptionCommand";
|
|
|
21
22
|
export * from "./DeleteAnalysisCommand";
|
|
22
23
|
export * from "./DeleteDashboardCommand";
|
|
23
24
|
export * from "./DeleteDataSetCommand";
|
|
25
|
+
export * from "./DeleteDataSetRefreshPropertiesCommand";
|
|
24
26
|
export * from "./DeleteDataSourceCommand";
|
|
25
27
|
export * from "./DeleteFolderCommand";
|
|
26
28
|
export * from "./DeleteFolderMembershipCommand";
|
|
@@ -28,6 +30,7 @@ export * from "./DeleteGroupCommand";
|
|
|
28
30
|
export * from "./DeleteGroupMembershipCommand";
|
|
29
31
|
export * from "./DeleteIAMPolicyAssignmentCommand";
|
|
30
32
|
export * from "./DeleteNamespaceCommand";
|
|
33
|
+
export * from "./DeleteRefreshScheduleCommand";
|
|
31
34
|
export * from "./DeleteTemplateAliasCommand";
|
|
32
35
|
export * from "./DeleteTemplateCommand";
|
|
33
36
|
export * from "./DeleteThemeAliasCommand";
|
|
@@ -45,6 +48,7 @@ export * from "./DescribeDashboardDefinitionCommand";
|
|
|
45
48
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
46
49
|
export * from "./DescribeDataSetCommand";
|
|
47
50
|
export * from "./DescribeDataSetPermissionsCommand";
|
|
51
|
+
export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
48
52
|
export * from "./DescribeDataSourceCommand";
|
|
49
53
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
50
54
|
export * from "./DescribeFolderCommand";
|
|
@@ -56,6 +60,7 @@ export * from "./DescribeIAMPolicyAssignmentCommand";
|
|
|
56
60
|
export * from "./DescribeIngestionCommand";
|
|
57
61
|
export * from "./DescribeIpRestrictionCommand";
|
|
58
62
|
export * from "./DescribeNamespaceCommand";
|
|
63
|
+
export * from "./DescribeRefreshScheduleCommand";
|
|
59
64
|
export * from "./DescribeTemplateAliasCommand";
|
|
60
65
|
export * from "./DescribeTemplateCommand";
|
|
61
66
|
export * from "./DescribeTemplateDefinitionCommand";
|
|
@@ -81,6 +86,7 @@ export * from "./ListIAMPolicyAssignmentsCommand";
|
|
|
81
86
|
export * from "./ListIAMPolicyAssignmentsForUserCommand";
|
|
82
87
|
export * from "./ListIngestionsCommand";
|
|
83
88
|
export * from "./ListNamespacesCommand";
|
|
89
|
+
export * from "./ListRefreshSchedulesCommand";
|
|
84
90
|
export * from "./ListTagsForResourceCommand";
|
|
85
91
|
export * from "./ListTemplateAliasesCommand";
|
|
86
92
|
export * from "./ListTemplateVersionsCommand";
|
|
@@ -90,6 +96,7 @@ export * from "./ListThemeVersionsCommand";
|
|
|
90
96
|
export * from "./ListThemesCommand";
|
|
91
97
|
export * from "./ListUserGroupsCommand";
|
|
92
98
|
export * from "./ListUsersCommand";
|
|
99
|
+
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
93
100
|
export * from "./RegisterUserCommand";
|
|
94
101
|
export * from "./RestoreAnalysisCommand";
|
|
95
102
|
export * from "./SearchAnalysesCommand";
|
|
@@ -117,6 +124,7 @@ export * from "./UpdateGroupCommand";
|
|
|
117
124
|
export * from "./UpdateIAMPolicyAssignmentCommand";
|
|
118
125
|
export * from "./UpdateIpRestrictionCommand";
|
|
119
126
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
127
|
+
export * from "./UpdateRefreshScheduleCommand";
|
|
120
128
|
export * from "./UpdateTemplateAliasCommand";
|
|
121
129
|
export * from "./UpdateTemplateCommand";
|
|
122
130
|
export * from "./UpdateTemplatePermissionsCommand";
|
|
@@ -22,7 +22,6 @@ import {
|
|
|
22
22
|
import {
|
|
23
23
|
AnalysisDefinition,
|
|
24
24
|
AnalysisSourceEntity,
|
|
25
|
-
AnonymousUserEmbeddingExperienceConfiguration,
|
|
26
25
|
AssignmentStatus,
|
|
27
26
|
AthenaParameters,
|
|
28
27
|
AuroraParameters,
|
|
@@ -38,7 +37,6 @@ import {
|
|
|
38
37
|
ColumnSchema,
|
|
39
38
|
ColumnTag,
|
|
40
39
|
ColumnTagName,
|
|
41
|
-
DashboardVisualId,
|
|
42
40
|
DataSetReference,
|
|
43
41
|
ExceptionResourceType,
|
|
44
42
|
FilterOperator,
|
|
@@ -500,6 +498,7 @@ export interface RowLevelPermissionTagRule {
|
|
|
500
498
|
export interface RowLevelPermissionTagConfiguration {
|
|
501
499
|
Status?: Status | string;
|
|
502
500
|
TagRules: RowLevelPermissionTagRule[] | undefined;
|
|
501
|
+
TagRuleConfigurations?: string[][];
|
|
503
502
|
}
|
|
504
503
|
export interface CreateDataSetRequest {
|
|
505
504
|
AwsAccountId: string | undefined;
|
|
@@ -1494,6 +1493,54 @@ export interface CreateNamespaceResponse {
|
|
|
1494
1493
|
RequestId?: string;
|
|
1495
1494
|
Status?: number;
|
|
1496
1495
|
}
|
|
1496
|
+
export declare const RefreshInterval: {
|
|
1497
|
+
readonly DAILY: "DAILY";
|
|
1498
|
+
readonly HOURLY: "HOURLY";
|
|
1499
|
+
readonly MINUTE15: "MINUTE15";
|
|
1500
|
+
readonly MINUTE30: "MINUTE30";
|
|
1501
|
+
readonly MONTHLY: "MONTHLY";
|
|
1502
|
+
readonly WEEKLY: "WEEKLY";
|
|
1503
|
+
};
|
|
1504
|
+
export type RefreshInterval =
|
|
1505
|
+
(typeof RefreshInterval)[keyof typeof RefreshInterval];
|
|
1506
|
+
export declare const DayOfWeek: {
|
|
1507
|
+
readonly FRIDAY: "FRIDAY";
|
|
1508
|
+
readonly MONDAY: "MONDAY";
|
|
1509
|
+
readonly SATURDAY: "SATURDAY";
|
|
1510
|
+
readonly SUNDAY: "SUNDAY";
|
|
1511
|
+
readonly THURSDAY: "THURSDAY";
|
|
1512
|
+
readonly TUESDAY: "TUESDAY";
|
|
1513
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
1514
|
+
};
|
|
1515
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
1516
|
+
export interface ScheduleRefreshOnEntity {
|
|
1517
|
+
DayOfWeek?: DayOfWeek | string;
|
|
1518
|
+
DayOfMonth?: string;
|
|
1519
|
+
}
|
|
1520
|
+
export interface RefreshFrequency {
|
|
1521
|
+
Interval: RefreshInterval | string | undefined;
|
|
1522
|
+
RefreshOnDay?: ScheduleRefreshOnEntity;
|
|
1523
|
+
Timezone?: string;
|
|
1524
|
+
TimeOfTheDay?: string;
|
|
1525
|
+
}
|
|
1526
|
+
export interface RefreshSchedule {
|
|
1527
|
+
ScheduleId: string | undefined;
|
|
1528
|
+
ScheduleFrequency: RefreshFrequency | undefined;
|
|
1529
|
+
StartAfterDateTime?: Date;
|
|
1530
|
+
RefreshType: IngestionType | string | undefined;
|
|
1531
|
+
Arn?: string;
|
|
1532
|
+
}
|
|
1533
|
+
export interface CreateRefreshScheduleRequest {
|
|
1534
|
+
DataSetId: string | undefined;
|
|
1535
|
+
AwsAccountId: string | undefined;
|
|
1536
|
+
Schedule: RefreshSchedule | undefined;
|
|
1537
|
+
}
|
|
1538
|
+
export interface CreateRefreshScheduleResponse {
|
|
1539
|
+
Status?: number;
|
|
1540
|
+
RequestId?: string;
|
|
1541
|
+
ScheduleId?: string;
|
|
1542
|
+
Arn?: string;
|
|
1543
|
+
}
|
|
1497
1544
|
export interface DataSetSchema {
|
|
1498
1545
|
ColumnSchemaList?: ColumnSchema[];
|
|
1499
1546
|
}
|
|
@@ -1748,6 +1795,27 @@ export declare const DataSetFilterAttribute: {
|
|
|
1748
1795
|
};
|
|
1749
1796
|
export type DataSetFilterAttribute =
|
|
1750
1797
|
(typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
|
|
1798
|
+
export declare const LookbackWindowSizeUnit: {
|
|
1799
|
+
readonly DAY: "DAY";
|
|
1800
|
+
readonly HOUR: "HOUR";
|
|
1801
|
+
readonly WEEK: "WEEK";
|
|
1802
|
+
};
|
|
1803
|
+
export type LookbackWindowSizeUnit =
|
|
1804
|
+
(typeof LookbackWindowSizeUnit)[keyof typeof LookbackWindowSizeUnit];
|
|
1805
|
+
export interface LookbackWindow {
|
|
1806
|
+
ColumnName: string | undefined;
|
|
1807
|
+
Size: number | undefined;
|
|
1808
|
+
SizeUnit: LookbackWindowSizeUnit | string | undefined;
|
|
1809
|
+
}
|
|
1810
|
+
export interface IncrementalRefresh {
|
|
1811
|
+
LookbackWindow: LookbackWindow | undefined;
|
|
1812
|
+
}
|
|
1813
|
+
export interface RefreshConfiguration {
|
|
1814
|
+
IncrementalRefresh: IncrementalRefresh | undefined;
|
|
1815
|
+
}
|
|
1816
|
+
export interface DataSetRefreshProperties {
|
|
1817
|
+
RefreshConfiguration: RefreshConfiguration | undefined;
|
|
1818
|
+
}
|
|
1751
1819
|
export interface DataSetSearchFilter {
|
|
1752
1820
|
Operator: FilterOperator | string | undefined;
|
|
1753
1821
|
Name: DataSetFilterAttribute | string | undefined;
|
|
@@ -1865,6 +1933,14 @@ export interface DeleteDataSetResponse {
|
|
|
1865
1933
|
RequestId?: string;
|
|
1866
1934
|
Status?: number;
|
|
1867
1935
|
}
|
|
1936
|
+
export interface DeleteDataSetRefreshPropertiesRequest {
|
|
1937
|
+
AwsAccountId: string | undefined;
|
|
1938
|
+
DataSetId: string | undefined;
|
|
1939
|
+
}
|
|
1940
|
+
export interface DeleteDataSetRefreshPropertiesResponse {
|
|
1941
|
+
RequestId?: string;
|
|
1942
|
+
Status?: number;
|
|
1943
|
+
}
|
|
1868
1944
|
export interface DeleteDataSourceRequest {
|
|
1869
1945
|
AwsAccountId: string | undefined;
|
|
1870
1946
|
DataSourceId: string | undefined;
|
|
@@ -1932,6 +2008,17 @@ export interface DeleteNamespaceResponse {
|
|
|
1932
2008
|
RequestId?: string;
|
|
1933
2009
|
Status?: number;
|
|
1934
2010
|
}
|
|
2011
|
+
export interface DeleteRefreshScheduleRequest {
|
|
2012
|
+
DataSetId: string | undefined;
|
|
2013
|
+
AwsAccountId: string | undefined;
|
|
2014
|
+
ScheduleId: string | undefined;
|
|
2015
|
+
}
|
|
2016
|
+
export interface DeleteRefreshScheduleResponse {
|
|
2017
|
+
Status?: number;
|
|
2018
|
+
RequestId?: string;
|
|
2019
|
+
ScheduleId?: string;
|
|
2020
|
+
Arn?: string;
|
|
2021
|
+
}
|
|
1935
2022
|
export interface DeleteTemplateRequest {
|
|
1936
2023
|
AwsAccountId: string | undefined;
|
|
1937
2024
|
TemplateId: string | undefined;
|
|
@@ -2122,6 +2209,15 @@ export interface DescribeDataSetPermissionsResponse {
|
|
|
2122
2209
|
RequestId?: string;
|
|
2123
2210
|
Status?: number;
|
|
2124
2211
|
}
|
|
2212
|
+
export interface DescribeDataSetRefreshPropertiesRequest {
|
|
2213
|
+
AwsAccountId: string | undefined;
|
|
2214
|
+
DataSetId: string | undefined;
|
|
2215
|
+
}
|
|
2216
|
+
export interface DescribeDataSetRefreshPropertiesResponse {
|
|
2217
|
+
RequestId?: string;
|
|
2218
|
+
Status?: number;
|
|
2219
|
+
DataSetRefreshProperties?: DataSetRefreshProperties;
|
|
2220
|
+
}
|
|
2125
2221
|
export interface DescribeDataSourceRequest {
|
|
2126
2222
|
AwsAccountId: string | undefined;
|
|
2127
2223
|
DataSourceId: string | undefined;
|
|
@@ -2247,6 +2343,7 @@ export declare const IngestionErrorType: {
|
|
|
2247
2343
|
readonly DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED";
|
|
2248
2344
|
readonly DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND";
|
|
2249
2345
|
readonly DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION";
|
|
2346
|
+
readonly DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND";
|
|
2250
2347
|
readonly ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED";
|
|
2251
2348
|
readonly FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE";
|
|
2252
2349
|
readonly FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE";
|
|
@@ -2365,6 +2462,17 @@ export interface DescribeNamespaceResponse {
|
|
|
2365
2462
|
RequestId?: string;
|
|
2366
2463
|
Status?: number;
|
|
2367
2464
|
}
|
|
2465
|
+
export interface DescribeRefreshScheduleRequest {
|
|
2466
|
+
AwsAccountId: string | undefined;
|
|
2467
|
+
DataSetId: string | undefined;
|
|
2468
|
+
ScheduleId: string | undefined;
|
|
2469
|
+
}
|
|
2470
|
+
export interface DescribeRefreshScheduleResponse {
|
|
2471
|
+
RefreshSchedule?: RefreshSchedule;
|
|
2472
|
+
Status?: number;
|
|
2473
|
+
RequestId?: string;
|
|
2474
|
+
Arn?: string;
|
|
2475
|
+
}
|
|
2368
2476
|
export interface DescribeTemplateRequest {
|
|
2369
2477
|
AwsAccountId: string | undefined;
|
|
2370
2478
|
TemplateId: string | undefined;
|
|
@@ -2574,135 +2682,6 @@ export declare const FolderFilterAttribute: {
|
|
|
2574
2682
|
};
|
|
2575
2683
|
export type FolderFilterAttribute =
|
|
2576
2684
|
(typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
|
|
2577
|
-
export interface MemberIdArnPair {
|
|
2578
|
-
MemberId?: string;
|
|
2579
|
-
MemberArn?: string;
|
|
2580
|
-
}
|
|
2581
|
-
export interface FolderSearchFilter {
|
|
2582
|
-
Operator?: FilterOperator | string;
|
|
2583
|
-
Name?: FolderFilterAttribute | string;
|
|
2584
|
-
Value?: string;
|
|
2585
|
-
}
|
|
2586
|
-
export interface FolderSummary {
|
|
2587
|
-
Arn?: string;
|
|
2588
|
-
FolderId?: string;
|
|
2589
|
-
Name?: string;
|
|
2590
|
-
FolderType?: FolderType | string;
|
|
2591
|
-
CreatedTime?: Date;
|
|
2592
|
-
LastUpdatedTime?: Date;
|
|
2593
|
-
}
|
|
2594
|
-
export interface SessionTag {
|
|
2595
|
-
Key: string | undefined;
|
|
2596
|
-
Value: string | undefined;
|
|
2597
|
-
}
|
|
2598
|
-
export interface GenerateEmbedUrlForAnonymousUserRequest {
|
|
2599
|
-
AwsAccountId: string | undefined;
|
|
2600
|
-
SessionLifetimeInMinutes?: number;
|
|
2601
|
-
Namespace: string | undefined;
|
|
2602
|
-
SessionTags?: SessionTag[];
|
|
2603
|
-
AuthorizedResourceArns: string[] | undefined;
|
|
2604
|
-
ExperienceConfiguration:
|
|
2605
|
-
| AnonymousUserEmbeddingExperienceConfiguration
|
|
2606
|
-
| undefined;
|
|
2607
|
-
AllowedDomains?: string[];
|
|
2608
|
-
}
|
|
2609
|
-
export interface GenerateEmbedUrlForAnonymousUserResponse {
|
|
2610
|
-
EmbedUrl: string | undefined;
|
|
2611
|
-
Status: number | undefined;
|
|
2612
|
-
RequestId: string | undefined;
|
|
2613
|
-
AnonymousUserArn: string | undefined;
|
|
2614
|
-
}
|
|
2615
|
-
export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
2616
|
-
readonly name: "SessionLifetimeInMinutesInvalidException";
|
|
2617
|
-
readonly $fault: "client";
|
|
2618
|
-
Message?: string;
|
|
2619
|
-
RequestId?: string;
|
|
2620
|
-
constructor(
|
|
2621
|
-
opts: __ExceptionOptionType<
|
|
2622
|
-
SessionLifetimeInMinutesInvalidException,
|
|
2623
|
-
__BaseException
|
|
2624
|
-
>
|
|
2625
|
-
);
|
|
2626
|
-
}
|
|
2627
|
-
export declare class UnsupportedPricingPlanException extends __BaseException {
|
|
2628
|
-
readonly name: "UnsupportedPricingPlanException";
|
|
2629
|
-
readonly $fault: "client";
|
|
2630
|
-
Message?: string;
|
|
2631
|
-
RequestId?: string;
|
|
2632
|
-
constructor(
|
|
2633
|
-
opts: __ExceptionOptionType<
|
|
2634
|
-
UnsupportedPricingPlanException,
|
|
2635
|
-
__BaseException
|
|
2636
|
-
>
|
|
2637
|
-
);
|
|
2638
|
-
}
|
|
2639
|
-
export interface StatePersistenceConfigurations {
|
|
2640
|
-
Enabled: boolean | undefined;
|
|
2641
|
-
}
|
|
2642
|
-
export interface RegisteredUserDashboardFeatureConfigurations {
|
|
2643
|
-
StatePersistence?: StatePersistenceConfigurations;
|
|
2644
|
-
}
|
|
2645
|
-
export interface RegisteredUserDashboardEmbeddingConfiguration {
|
|
2646
|
-
InitialDashboardId: string | undefined;
|
|
2647
|
-
FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
|
|
2648
|
-
}
|
|
2649
|
-
export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
|
|
2650
|
-
InitialDashboardVisualId: DashboardVisualId | undefined;
|
|
2651
|
-
}
|
|
2652
|
-
export interface RegisteredUserQSearchBarEmbeddingConfiguration {
|
|
2653
|
-
InitialTopicId?: string;
|
|
2654
|
-
}
|
|
2655
|
-
export interface RegisteredUserConsoleFeatureConfigurations {
|
|
2656
|
-
StatePersistence?: StatePersistenceConfigurations;
|
|
2657
|
-
}
|
|
2658
|
-
export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
|
|
2659
|
-
InitialPath?: string;
|
|
2660
|
-
FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
|
|
2661
|
-
}
|
|
2662
|
-
export interface RegisteredUserEmbeddingExperienceConfiguration {
|
|
2663
|
-
Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
|
|
2664
|
-
QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
|
|
2665
|
-
QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
|
|
2666
|
-
DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
|
|
2667
|
-
}
|
|
2668
|
-
export interface GenerateEmbedUrlForRegisteredUserRequest {
|
|
2669
|
-
AwsAccountId: string | undefined;
|
|
2670
|
-
SessionLifetimeInMinutes?: number;
|
|
2671
|
-
UserArn: string | undefined;
|
|
2672
|
-
ExperienceConfiguration:
|
|
2673
|
-
| RegisteredUserEmbeddingExperienceConfiguration
|
|
2674
|
-
| undefined;
|
|
2675
|
-
AllowedDomains?: string[];
|
|
2676
|
-
}
|
|
2677
|
-
export interface GenerateEmbedUrlForRegisteredUserResponse {
|
|
2678
|
-
EmbedUrl: string | undefined;
|
|
2679
|
-
Status: number | undefined;
|
|
2680
|
-
RequestId: string | undefined;
|
|
2681
|
-
}
|
|
2682
|
-
export declare class QuickSightUserNotFoundException extends __BaseException {
|
|
2683
|
-
readonly name: "QuickSightUserNotFoundException";
|
|
2684
|
-
readonly $fault: "client";
|
|
2685
|
-
Message?: string;
|
|
2686
|
-
RequestId?: string;
|
|
2687
|
-
constructor(
|
|
2688
|
-
opts: __ExceptionOptionType<
|
|
2689
|
-
QuickSightUserNotFoundException,
|
|
2690
|
-
__BaseException
|
|
2691
|
-
>
|
|
2692
|
-
);
|
|
2693
|
-
}
|
|
2694
|
-
export interface GetDashboardEmbedUrlRequest {
|
|
2695
|
-
AwsAccountId: string | undefined;
|
|
2696
|
-
DashboardId: string | undefined;
|
|
2697
|
-
IdentityType: EmbeddingIdentityType | string | undefined;
|
|
2698
|
-
SessionLifetimeInMinutes?: number;
|
|
2699
|
-
UndoRedoDisabled?: boolean;
|
|
2700
|
-
ResetDisabled?: boolean;
|
|
2701
|
-
StatePersistenceEnabled?: boolean;
|
|
2702
|
-
UserArn?: string;
|
|
2703
|
-
Namespace?: string;
|
|
2704
|
-
AdditionalDashboardIds?: string[];
|
|
2705
|
-
}
|
|
2706
2685
|
export declare const DateTimeParameterFilterSensitiveLog: (
|
|
2707
2686
|
obj: DateTimeParameter
|
|
2708
2687
|
) => any;
|
|
@@ -2769,13 +2748,3 @@ export declare const DescribeDataSetResponseFilterSensitiveLog: (
|
|
|
2769
2748
|
export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
|
|
2770
2749
|
obj: DescribeTemplateDefinitionResponse
|
|
2771
2750
|
) => any;
|
|
2772
|
-
export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
|
|
2773
|
-
export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
|
|
2774
|
-
obj: GenerateEmbedUrlForAnonymousUserRequest
|
|
2775
|
-
) => any;
|
|
2776
|
-
export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (
|
|
2777
|
-
obj: GenerateEmbedUrlForAnonymousUserResponse
|
|
2778
|
-
) => any;
|
|
2779
|
-
export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
|
|
2780
|
-
obj: GenerateEmbedUrlForRegisteredUserResponse
|
|
2781
|
-
) => any;
|