@aws-sdk/client-quicksight 3.306.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/QuickSight.js +120 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
- package/dist-cjs/commands/ListFoldersCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
- package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/RegisterUserCommand.js +2 -2
- package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
- package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
- package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
- package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_2.js +25 -67
- package/dist-cjs/models/models_3.js +66 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
- package/dist-es/QuickSight.js +120 -0
- package/dist-es/commands/CancelIngestionCommand.js +3 -3
- package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateIngestionCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/CreateTemplateCommand.js +3 -3
- package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteFolderCommand.js +3 -3
- package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderCommand.js +3 -3
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DescribeIngestionCommand.js +3 -3
- package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-es/commands/DescribeThemeCommand.js +3 -3
- package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-es/commands/ListAnalysesCommand.js +3 -3
- package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListFolderMembersCommand.js +3 -3
- package/dist-es/commands/ListFoldersCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-es/commands/ListIngestionsCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/ListUserGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/RegisterUserCommand.js +3 -3
- package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-es/commands/SearchAnalysesCommand.js +3 -3
- package/dist-es/commands/SearchDashboardsCommand.js +3 -3
- package/dist-es/commands/SearchDataSetsCommand.js +3 -3
- package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-es/commands/SearchFoldersCommand.js +3 -3
- package/dist-es/commands/SearchGroupsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateFolderCommand.js +3 -3
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +23 -58
- package/dist-es/models/models_3.js +58 -0
- package/dist-es/protocols/Aws_restJson1.js +6083 -6716
- package/dist-types/QuickSight.d.ts +64 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +392 -571
- package/dist-types/models/models_3.d.ts +647 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
- package/dist-types/ts3.4/QuickSight.d.ts +136 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +110 -141
- package/dist-types/ts3.4/models/models_3.d.ts +176 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
- package/package.json +6 -6
|
@@ -59,6 +59,10 @@ import {
|
|
|
59
59
|
CreateNamespaceCommandInput,
|
|
60
60
|
CreateNamespaceCommandOutput,
|
|
61
61
|
} from "../commands/CreateNamespaceCommand";
|
|
62
|
+
import {
|
|
63
|
+
CreateRefreshScheduleCommandInput,
|
|
64
|
+
CreateRefreshScheduleCommandOutput,
|
|
65
|
+
} from "../commands/CreateRefreshScheduleCommand";
|
|
62
66
|
import {
|
|
63
67
|
CreateTemplateAliasCommandInput,
|
|
64
68
|
CreateTemplateAliasCommandOutput,
|
|
@@ -95,6 +99,10 @@ import {
|
|
|
95
99
|
DeleteDataSetCommandInput,
|
|
96
100
|
DeleteDataSetCommandOutput,
|
|
97
101
|
} from "../commands/DeleteDataSetCommand";
|
|
102
|
+
import {
|
|
103
|
+
DeleteDataSetRefreshPropertiesCommandInput,
|
|
104
|
+
DeleteDataSetRefreshPropertiesCommandOutput,
|
|
105
|
+
} from "../commands/DeleteDataSetRefreshPropertiesCommand";
|
|
98
106
|
import {
|
|
99
107
|
DeleteDataSourceCommandInput,
|
|
100
108
|
DeleteDataSourceCommandOutput,
|
|
@@ -123,6 +131,10 @@ import {
|
|
|
123
131
|
DeleteNamespaceCommandInput,
|
|
124
132
|
DeleteNamespaceCommandOutput,
|
|
125
133
|
} from "../commands/DeleteNamespaceCommand";
|
|
134
|
+
import {
|
|
135
|
+
DeleteRefreshScheduleCommandInput,
|
|
136
|
+
DeleteRefreshScheduleCommandOutput,
|
|
137
|
+
} from "../commands/DeleteRefreshScheduleCommand";
|
|
126
138
|
import {
|
|
127
139
|
DeleteTemplateAliasCommandInput,
|
|
128
140
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -191,6 +203,10 @@ import {
|
|
|
191
203
|
DescribeDataSetPermissionsCommandInput,
|
|
192
204
|
DescribeDataSetPermissionsCommandOutput,
|
|
193
205
|
} from "../commands/DescribeDataSetPermissionsCommand";
|
|
206
|
+
import {
|
|
207
|
+
DescribeDataSetRefreshPropertiesCommandInput,
|
|
208
|
+
DescribeDataSetRefreshPropertiesCommandOutput,
|
|
209
|
+
} from "../commands/DescribeDataSetRefreshPropertiesCommand";
|
|
194
210
|
import {
|
|
195
211
|
DescribeDataSourceCommandInput,
|
|
196
212
|
DescribeDataSourceCommandOutput,
|
|
@@ -235,6 +251,10 @@ import {
|
|
|
235
251
|
DescribeNamespaceCommandInput,
|
|
236
252
|
DescribeNamespaceCommandOutput,
|
|
237
253
|
} from "../commands/DescribeNamespaceCommand";
|
|
254
|
+
import {
|
|
255
|
+
DescribeRefreshScheduleCommandInput,
|
|
256
|
+
DescribeRefreshScheduleCommandOutput,
|
|
257
|
+
} from "../commands/DescribeRefreshScheduleCommand";
|
|
238
258
|
import {
|
|
239
259
|
DescribeTemplateAliasCommandInput,
|
|
240
260
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -335,6 +355,10 @@ import {
|
|
|
335
355
|
ListNamespacesCommandInput,
|
|
336
356
|
ListNamespacesCommandOutput,
|
|
337
357
|
} from "../commands/ListNamespacesCommand";
|
|
358
|
+
import {
|
|
359
|
+
ListRefreshSchedulesCommandInput,
|
|
360
|
+
ListRefreshSchedulesCommandOutput,
|
|
361
|
+
} from "../commands/ListRefreshSchedulesCommand";
|
|
338
362
|
import {
|
|
339
363
|
ListTagsForResourceCommandInput,
|
|
340
364
|
ListTagsForResourceCommandOutput,
|
|
@@ -371,6 +395,10 @@ import {
|
|
|
371
395
|
ListUsersCommandInput,
|
|
372
396
|
ListUsersCommandOutput,
|
|
373
397
|
} from "../commands/ListUsersCommand";
|
|
398
|
+
import {
|
|
399
|
+
PutDataSetRefreshPropertiesCommandInput,
|
|
400
|
+
PutDataSetRefreshPropertiesCommandOutput,
|
|
401
|
+
} from "../commands/PutDataSetRefreshPropertiesCommand";
|
|
374
402
|
import {
|
|
375
403
|
RegisterUserCommandInput,
|
|
376
404
|
RegisterUserCommandOutput,
|
|
@@ -479,6 +507,10 @@ import {
|
|
|
479
507
|
UpdatePublicSharingSettingsCommandInput,
|
|
480
508
|
UpdatePublicSharingSettingsCommandOutput,
|
|
481
509
|
} from "../commands/UpdatePublicSharingSettingsCommand";
|
|
510
|
+
import {
|
|
511
|
+
UpdateRefreshScheduleCommandInput,
|
|
512
|
+
UpdateRefreshScheduleCommandOutput,
|
|
513
|
+
} from "../commands/UpdateRefreshScheduleCommand";
|
|
482
514
|
import {
|
|
483
515
|
UpdateTemplateAliasCommandInput,
|
|
484
516
|
UpdateTemplateAliasCommandOutput,
|
|
@@ -507,1011 +539,1075 @@ import {
|
|
|
507
539
|
UpdateUserCommandInput,
|
|
508
540
|
UpdateUserCommandOutput,
|
|
509
541
|
} from "../commands/UpdateUserCommand";
|
|
510
|
-
export declare const
|
|
542
|
+
export declare const se_CancelIngestionCommand: (
|
|
511
543
|
input: CancelIngestionCommandInput,
|
|
512
544
|
context: __SerdeContext
|
|
513
545
|
) => Promise<__HttpRequest>;
|
|
514
|
-
export declare const
|
|
546
|
+
export declare const se_CreateAccountCustomizationCommand: (
|
|
515
547
|
input: CreateAccountCustomizationCommandInput,
|
|
516
548
|
context: __SerdeContext
|
|
517
549
|
) => Promise<__HttpRequest>;
|
|
518
|
-
export declare const
|
|
550
|
+
export declare const se_CreateAccountSubscriptionCommand: (
|
|
519
551
|
input: CreateAccountSubscriptionCommandInput,
|
|
520
552
|
context: __SerdeContext
|
|
521
553
|
) => Promise<__HttpRequest>;
|
|
522
|
-
export declare const
|
|
554
|
+
export declare const se_CreateAnalysisCommand: (
|
|
523
555
|
input: CreateAnalysisCommandInput,
|
|
524
556
|
context: __SerdeContext
|
|
525
557
|
) => Promise<__HttpRequest>;
|
|
526
|
-
export declare const
|
|
558
|
+
export declare const se_CreateDashboardCommand: (
|
|
527
559
|
input: CreateDashboardCommandInput,
|
|
528
560
|
context: __SerdeContext
|
|
529
561
|
) => Promise<__HttpRequest>;
|
|
530
|
-
export declare const
|
|
562
|
+
export declare const se_CreateDataSetCommand: (
|
|
531
563
|
input: CreateDataSetCommandInput,
|
|
532
564
|
context: __SerdeContext
|
|
533
565
|
) => Promise<__HttpRequest>;
|
|
534
|
-
export declare const
|
|
566
|
+
export declare const se_CreateDataSourceCommand: (
|
|
535
567
|
input: CreateDataSourceCommandInput,
|
|
536
568
|
context: __SerdeContext
|
|
537
569
|
) => Promise<__HttpRequest>;
|
|
538
|
-
export declare const
|
|
570
|
+
export declare const se_CreateFolderCommand: (
|
|
539
571
|
input: CreateFolderCommandInput,
|
|
540
572
|
context: __SerdeContext
|
|
541
573
|
) => Promise<__HttpRequest>;
|
|
542
|
-
export declare const
|
|
574
|
+
export declare const se_CreateFolderMembershipCommand: (
|
|
543
575
|
input: CreateFolderMembershipCommandInput,
|
|
544
576
|
context: __SerdeContext
|
|
545
577
|
) => Promise<__HttpRequest>;
|
|
546
|
-
export declare const
|
|
578
|
+
export declare const se_CreateGroupCommand: (
|
|
547
579
|
input: CreateGroupCommandInput,
|
|
548
580
|
context: __SerdeContext
|
|
549
581
|
) => Promise<__HttpRequest>;
|
|
550
|
-
export declare const
|
|
582
|
+
export declare const se_CreateGroupMembershipCommand: (
|
|
551
583
|
input: CreateGroupMembershipCommandInput,
|
|
552
584
|
context: __SerdeContext
|
|
553
585
|
) => Promise<__HttpRequest>;
|
|
554
|
-
export declare const
|
|
586
|
+
export declare const se_CreateIAMPolicyAssignmentCommand: (
|
|
555
587
|
input: CreateIAMPolicyAssignmentCommandInput,
|
|
556
588
|
context: __SerdeContext
|
|
557
589
|
) => Promise<__HttpRequest>;
|
|
558
|
-
export declare const
|
|
590
|
+
export declare const se_CreateIngestionCommand: (
|
|
559
591
|
input: CreateIngestionCommandInput,
|
|
560
592
|
context: __SerdeContext
|
|
561
593
|
) => Promise<__HttpRequest>;
|
|
562
|
-
export declare const
|
|
594
|
+
export declare const se_CreateNamespaceCommand: (
|
|
563
595
|
input: CreateNamespaceCommandInput,
|
|
564
596
|
context: __SerdeContext
|
|
565
597
|
) => Promise<__HttpRequest>;
|
|
566
|
-
export declare const
|
|
598
|
+
export declare const se_CreateRefreshScheduleCommand: (
|
|
599
|
+
input: CreateRefreshScheduleCommandInput,
|
|
600
|
+
context: __SerdeContext
|
|
601
|
+
) => Promise<__HttpRequest>;
|
|
602
|
+
export declare const se_CreateTemplateCommand: (
|
|
567
603
|
input: CreateTemplateCommandInput,
|
|
568
604
|
context: __SerdeContext
|
|
569
605
|
) => Promise<__HttpRequest>;
|
|
570
|
-
export declare const
|
|
606
|
+
export declare const se_CreateTemplateAliasCommand: (
|
|
571
607
|
input: CreateTemplateAliasCommandInput,
|
|
572
608
|
context: __SerdeContext
|
|
573
609
|
) => Promise<__HttpRequest>;
|
|
574
|
-
export declare const
|
|
610
|
+
export declare const se_CreateThemeCommand: (
|
|
575
611
|
input: CreateThemeCommandInput,
|
|
576
612
|
context: __SerdeContext
|
|
577
613
|
) => Promise<__HttpRequest>;
|
|
578
|
-
export declare const
|
|
614
|
+
export declare const se_CreateThemeAliasCommand: (
|
|
579
615
|
input: CreateThemeAliasCommandInput,
|
|
580
616
|
context: __SerdeContext
|
|
581
617
|
) => Promise<__HttpRequest>;
|
|
582
|
-
export declare const
|
|
618
|
+
export declare const se_DeleteAccountCustomizationCommand: (
|
|
583
619
|
input: DeleteAccountCustomizationCommandInput,
|
|
584
620
|
context: __SerdeContext
|
|
585
621
|
) => Promise<__HttpRequest>;
|
|
586
|
-
export declare const
|
|
622
|
+
export declare const se_DeleteAccountSubscriptionCommand: (
|
|
587
623
|
input: DeleteAccountSubscriptionCommandInput,
|
|
588
624
|
context: __SerdeContext
|
|
589
625
|
) => Promise<__HttpRequest>;
|
|
590
|
-
export declare const
|
|
626
|
+
export declare const se_DeleteAnalysisCommand: (
|
|
591
627
|
input: DeleteAnalysisCommandInput,
|
|
592
628
|
context: __SerdeContext
|
|
593
629
|
) => Promise<__HttpRequest>;
|
|
594
|
-
export declare const
|
|
630
|
+
export declare const se_DeleteDashboardCommand: (
|
|
595
631
|
input: DeleteDashboardCommandInput,
|
|
596
632
|
context: __SerdeContext
|
|
597
633
|
) => Promise<__HttpRequest>;
|
|
598
|
-
export declare const
|
|
634
|
+
export declare const se_DeleteDataSetCommand: (
|
|
599
635
|
input: DeleteDataSetCommandInput,
|
|
600
636
|
context: __SerdeContext
|
|
601
637
|
) => Promise<__HttpRequest>;
|
|
602
|
-
export declare const
|
|
638
|
+
export declare const se_DeleteDataSetRefreshPropertiesCommand: (
|
|
639
|
+
input: DeleteDataSetRefreshPropertiesCommandInput,
|
|
640
|
+
context: __SerdeContext
|
|
641
|
+
) => Promise<__HttpRequest>;
|
|
642
|
+
export declare const se_DeleteDataSourceCommand: (
|
|
603
643
|
input: DeleteDataSourceCommandInput,
|
|
604
644
|
context: __SerdeContext
|
|
605
645
|
) => Promise<__HttpRequest>;
|
|
606
|
-
export declare const
|
|
646
|
+
export declare const se_DeleteFolderCommand: (
|
|
607
647
|
input: DeleteFolderCommandInput,
|
|
608
648
|
context: __SerdeContext
|
|
609
649
|
) => Promise<__HttpRequest>;
|
|
610
|
-
export declare const
|
|
650
|
+
export declare const se_DeleteFolderMembershipCommand: (
|
|
611
651
|
input: DeleteFolderMembershipCommandInput,
|
|
612
652
|
context: __SerdeContext
|
|
613
653
|
) => Promise<__HttpRequest>;
|
|
614
|
-
export declare const
|
|
654
|
+
export declare const se_DeleteGroupCommand: (
|
|
615
655
|
input: DeleteGroupCommandInput,
|
|
616
656
|
context: __SerdeContext
|
|
617
657
|
) => Promise<__HttpRequest>;
|
|
618
|
-
export declare const
|
|
658
|
+
export declare const se_DeleteGroupMembershipCommand: (
|
|
619
659
|
input: DeleteGroupMembershipCommandInput,
|
|
620
660
|
context: __SerdeContext
|
|
621
661
|
) => Promise<__HttpRequest>;
|
|
622
|
-
export declare const
|
|
662
|
+
export declare const se_DeleteIAMPolicyAssignmentCommand: (
|
|
623
663
|
input: DeleteIAMPolicyAssignmentCommandInput,
|
|
624
664
|
context: __SerdeContext
|
|
625
665
|
) => Promise<__HttpRequest>;
|
|
626
|
-
export declare const
|
|
666
|
+
export declare const se_DeleteNamespaceCommand: (
|
|
627
667
|
input: DeleteNamespaceCommandInput,
|
|
628
668
|
context: __SerdeContext
|
|
629
669
|
) => Promise<__HttpRequest>;
|
|
630
|
-
export declare const
|
|
670
|
+
export declare const se_DeleteRefreshScheduleCommand: (
|
|
671
|
+
input: DeleteRefreshScheduleCommandInput,
|
|
672
|
+
context: __SerdeContext
|
|
673
|
+
) => Promise<__HttpRequest>;
|
|
674
|
+
export declare const se_DeleteTemplateCommand: (
|
|
631
675
|
input: DeleteTemplateCommandInput,
|
|
632
676
|
context: __SerdeContext
|
|
633
677
|
) => Promise<__HttpRequest>;
|
|
634
|
-
export declare const
|
|
678
|
+
export declare const se_DeleteTemplateAliasCommand: (
|
|
635
679
|
input: DeleteTemplateAliasCommandInput,
|
|
636
680
|
context: __SerdeContext
|
|
637
681
|
) => Promise<__HttpRequest>;
|
|
638
|
-
export declare const
|
|
682
|
+
export declare const se_DeleteThemeCommand: (
|
|
639
683
|
input: DeleteThemeCommandInput,
|
|
640
684
|
context: __SerdeContext
|
|
641
685
|
) => Promise<__HttpRequest>;
|
|
642
|
-
export declare const
|
|
686
|
+
export declare const se_DeleteThemeAliasCommand: (
|
|
643
687
|
input: DeleteThemeAliasCommandInput,
|
|
644
688
|
context: __SerdeContext
|
|
645
689
|
) => Promise<__HttpRequest>;
|
|
646
|
-
export declare const
|
|
690
|
+
export declare const se_DeleteUserCommand: (
|
|
647
691
|
input: DeleteUserCommandInput,
|
|
648
692
|
context: __SerdeContext
|
|
649
693
|
) => Promise<__HttpRequest>;
|
|
650
|
-
export declare const
|
|
694
|
+
export declare const se_DeleteUserByPrincipalIdCommand: (
|
|
651
695
|
input: DeleteUserByPrincipalIdCommandInput,
|
|
652
696
|
context: __SerdeContext
|
|
653
697
|
) => Promise<__HttpRequest>;
|
|
654
|
-
export declare const
|
|
698
|
+
export declare const se_DescribeAccountCustomizationCommand: (
|
|
655
699
|
input: DescribeAccountCustomizationCommandInput,
|
|
656
700
|
context: __SerdeContext
|
|
657
701
|
) => Promise<__HttpRequest>;
|
|
658
|
-
export declare const
|
|
702
|
+
export declare const se_DescribeAccountSettingsCommand: (
|
|
659
703
|
input: DescribeAccountSettingsCommandInput,
|
|
660
704
|
context: __SerdeContext
|
|
661
705
|
) => Promise<__HttpRequest>;
|
|
662
|
-
export declare const
|
|
706
|
+
export declare const se_DescribeAccountSubscriptionCommand: (
|
|
663
707
|
input: DescribeAccountSubscriptionCommandInput,
|
|
664
708
|
context: __SerdeContext
|
|
665
709
|
) => Promise<__HttpRequest>;
|
|
666
|
-
export declare const
|
|
710
|
+
export declare const se_DescribeAnalysisCommand: (
|
|
667
711
|
input: DescribeAnalysisCommandInput,
|
|
668
712
|
context: __SerdeContext
|
|
669
713
|
) => Promise<__HttpRequest>;
|
|
670
|
-
export declare const
|
|
714
|
+
export declare const se_DescribeAnalysisDefinitionCommand: (
|
|
671
715
|
input: DescribeAnalysisDefinitionCommandInput,
|
|
672
716
|
context: __SerdeContext
|
|
673
717
|
) => Promise<__HttpRequest>;
|
|
674
|
-
export declare const
|
|
718
|
+
export declare const se_DescribeAnalysisPermissionsCommand: (
|
|
675
719
|
input: DescribeAnalysisPermissionsCommandInput,
|
|
676
720
|
context: __SerdeContext
|
|
677
721
|
) => Promise<__HttpRequest>;
|
|
678
|
-
export declare const
|
|
722
|
+
export declare const se_DescribeDashboardCommand: (
|
|
679
723
|
input: DescribeDashboardCommandInput,
|
|
680
724
|
context: __SerdeContext
|
|
681
725
|
) => Promise<__HttpRequest>;
|
|
682
|
-
export declare const
|
|
726
|
+
export declare const se_DescribeDashboardDefinitionCommand: (
|
|
683
727
|
input: DescribeDashboardDefinitionCommandInput,
|
|
684
728
|
context: __SerdeContext
|
|
685
729
|
) => Promise<__HttpRequest>;
|
|
686
|
-
export declare const
|
|
730
|
+
export declare const se_DescribeDashboardPermissionsCommand: (
|
|
687
731
|
input: DescribeDashboardPermissionsCommandInput,
|
|
688
732
|
context: __SerdeContext
|
|
689
733
|
) => Promise<__HttpRequest>;
|
|
690
|
-
export declare const
|
|
734
|
+
export declare const se_DescribeDataSetCommand: (
|
|
691
735
|
input: DescribeDataSetCommandInput,
|
|
692
736
|
context: __SerdeContext
|
|
693
737
|
) => Promise<__HttpRequest>;
|
|
694
|
-
export declare const
|
|
738
|
+
export declare const se_DescribeDataSetPermissionsCommand: (
|
|
695
739
|
input: DescribeDataSetPermissionsCommandInput,
|
|
696
740
|
context: __SerdeContext
|
|
697
741
|
) => Promise<__HttpRequest>;
|
|
698
|
-
export declare const
|
|
742
|
+
export declare const se_DescribeDataSetRefreshPropertiesCommand: (
|
|
743
|
+
input: DescribeDataSetRefreshPropertiesCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
746
|
+
export declare const se_DescribeDataSourceCommand: (
|
|
699
747
|
input: DescribeDataSourceCommandInput,
|
|
700
748
|
context: __SerdeContext
|
|
701
749
|
) => Promise<__HttpRequest>;
|
|
702
|
-
export declare const
|
|
750
|
+
export declare const se_DescribeDataSourcePermissionsCommand: (
|
|
703
751
|
input: DescribeDataSourcePermissionsCommandInput,
|
|
704
752
|
context: __SerdeContext
|
|
705
753
|
) => Promise<__HttpRequest>;
|
|
706
|
-
export declare const
|
|
754
|
+
export declare const se_DescribeFolderCommand: (
|
|
707
755
|
input: DescribeFolderCommandInput,
|
|
708
756
|
context: __SerdeContext
|
|
709
757
|
) => Promise<__HttpRequest>;
|
|
710
|
-
export declare const
|
|
758
|
+
export declare const se_DescribeFolderPermissionsCommand: (
|
|
711
759
|
input: DescribeFolderPermissionsCommandInput,
|
|
712
760
|
context: __SerdeContext
|
|
713
761
|
) => Promise<__HttpRequest>;
|
|
714
|
-
export declare const
|
|
762
|
+
export declare const se_DescribeFolderResolvedPermissionsCommand: (
|
|
715
763
|
input: DescribeFolderResolvedPermissionsCommandInput,
|
|
716
764
|
context: __SerdeContext
|
|
717
765
|
) => Promise<__HttpRequest>;
|
|
718
|
-
export declare const
|
|
766
|
+
export declare const se_DescribeGroupCommand: (
|
|
719
767
|
input: DescribeGroupCommandInput,
|
|
720
768
|
context: __SerdeContext
|
|
721
769
|
) => Promise<__HttpRequest>;
|
|
722
|
-
export declare const
|
|
770
|
+
export declare const se_DescribeGroupMembershipCommand: (
|
|
723
771
|
input: DescribeGroupMembershipCommandInput,
|
|
724
772
|
context: __SerdeContext
|
|
725
773
|
) => Promise<__HttpRequest>;
|
|
726
|
-
export declare const
|
|
774
|
+
export declare const se_DescribeIAMPolicyAssignmentCommand: (
|
|
727
775
|
input: DescribeIAMPolicyAssignmentCommandInput,
|
|
728
776
|
context: __SerdeContext
|
|
729
777
|
) => Promise<__HttpRequest>;
|
|
730
|
-
export declare const
|
|
778
|
+
export declare const se_DescribeIngestionCommand: (
|
|
731
779
|
input: DescribeIngestionCommandInput,
|
|
732
780
|
context: __SerdeContext
|
|
733
781
|
) => Promise<__HttpRequest>;
|
|
734
|
-
export declare const
|
|
782
|
+
export declare const se_DescribeIpRestrictionCommand: (
|
|
735
783
|
input: DescribeIpRestrictionCommandInput,
|
|
736
784
|
context: __SerdeContext
|
|
737
785
|
) => Promise<__HttpRequest>;
|
|
738
|
-
export declare const
|
|
786
|
+
export declare const se_DescribeNamespaceCommand: (
|
|
739
787
|
input: DescribeNamespaceCommandInput,
|
|
740
788
|
context: __SerdeContext
|
|
741
789
|
) => Promise<__HttpRequest>;
|
|
742
|
-
export declare const
|
|
790
|
+
export declare const se_DescribeRefreshScheduleCommand: (
|
|
791
|
+
input: DescribeRefreshScheduleCommandInput,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<__HttpRequest>;
|
|
794
|
+
export declare const se_DescribeTemplateCommand: (
|
|
743
795
|
input: DescribeTemplateCommandInput,
|
|
744
796
|
context: __SerdeContext
|
|
745
797
|
) => Promise<__HttpRequest>;
|
|
746
|
-
export declare const
|
|
798
|
+
export declare const se_DescribeTemplateAliasCommand: (
|
|
747
799
|
input: DescribeTemplateAliasCommandInput,
|
|
748
800
|
context: __SerdeContext
|
|
749
801
|
) => Promise<__HttpRequest>;
|
|
750
|
-
export declare const
|
|
802
|
+
export declare const se_DescribeTemplateDefinitionCommand: (
|
|
751
803
|
input: DescribeTemplateDefinitionCommandInput,
|
|
752
804
|
context: __SerdeContext
|
|
753
805
|
) => Promise<__HttpRequest>;
|
|
754
|
-
export declare const
|
|
806
|
+
export declare const se_DescribeTemplatePermissionsCommand: (
|
|
755
807
|
input: DescribeTemplatePermissionsCommandInput,
|
|
756
808
|
context: __SerdeContext
|
|
757
809
|
) => Promise<__HttpRequest>;
|
|
758
|
-
export declare const
|
|
810
|
+
export declare const se_DescribeThemeCommand: (
|
|
759
811
|
input: DescribeThemeCommandInput,
|
|
760
812
|
context: __SerdeContext
|
|
761
813
|
) => Promise<__HttpRequest>;
|
|
762
|
-
export declare const
|
|
814
|
+
export declare const se_DescribeThemeAliasCommand: (
|
|
763
815
|
input: DescribeThemeAliasCommandInput,
|
|
764
816
|
context: __SerdeContext
|
|
765
817
|
) => Promise<__HttpRequest>;
|
|
766
|
-
export declare const
|
|
818
|
+
export declare const se_DescribeThemePermissionsCommand: (
|
|
767
819
|
input: DescribeThemePermissionsCommandInput,
|
|
768
820
|
context: __SerdeContext
|
|
769
821
|
) => Promise<__HttpRequest>;
|
|
770
|
-
export declare const
|
|
822
|
+
export declare const se_DescribeUserCommand: (
|
|
771
823
|
input: DescribeUserCommandInput,
|
|
772
824
|
context: __SerdeContext
|
|
773
825
|
) => Promise<__HttpRequest>;
|
|
774
|
-
export declare const
|
|
826
|
+
export declare const se_GenerateEmbedUrlForAnonymousUserCommand: (
|
|
775
827
|
input: GenerateEmbedUrlForAnonymousUserCommandInput,
|
|
776
828
|
context: __SerdeContext
|
|
777
829
|
) => Promise<__HttpRequest>;
|
|
778
|
-
export declare const
|
|
830
|
+
export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (
|
|
779
831
|
input: GenerateEmbedUrlForRegisteredUserCommandInput,
|
|
780
832
|
context: __SerdeContext
|
|
781
833
|
) => Promise<__HttpRequest>;
|
|
782
|
-
export declare const
|
|
834
|
+
export declare const se_GetDashboardEmbedUrlCommand: (
|
|
783
835
|
input: GetDashboardEmbedUrlCommandInput,
|
|
784
836
|
context: __SerdeContext
|
|
785
837
|
) => Promise<__HttpRequest>;
|
|
786
|
-
export declare const
|
|
838
|
+
export declare const se_GetSessionEmbedUrlCommand: (
|
|
787
839
|
input: GetSessionEmbedUrlCommandInput,
|
|
788
840
|
context: __SerdeContext
|
|
789
841
|
) => Promise<__HttpRequest>;
|
|
790
|
-
export declare const
|
|
842
|
+
export declare const se_ListAnalysesCommand: (
|
|
791
843
|
input: ListAnalysesCommandInput,
|
|
792
844
|
context: __SerdeContext
|
|
793
845
|
) => Promise<__HttpRequest>;
|
|
794
|
-
export declare const
|
|
846
|
+
export declare const se_ListDashboardsCommand: (
|
|
795
847
|
input: ListDashboardsCommandInput,
|
|
796
848
|
context: __SerdeContext
|
|
797
849
|
) => Promise<__HttpRequest>;
|
|
798
|
-
export declare const
|
|
850
|
+
export declare const se_ListDashboardVersionsCommand: (
|
|
799
851
|
input: ListDashboardVersionsCommandInput,
|
|
800
852
|
context: __SerdeContext
|
|
801
853
|
) => Promise<__HttpRequest>;
|
|
802
|
-
export declare const
|
|
854
|
+
export declare const se_ListDataSetsCommand: (
|
|
803
855
|
input: ListDataSetsCommandInput,
|
|
804
856
|
context: __SerdeContext
|
|
805
857
|
) => Promise<__HttpRequest>;
|
|
806
|
-
export declare const
|
|
858
|
+
export declare const se_ListDataSourcesCommand: (
|
|
807
859
|
input: ListDataSourcesCommandInput,
|
|
808
860
|
context: __SerdeContext
|
|
809
861
|
) => Promise<__HttpRequest>;
|
|
810
|
-
export declare const
|
|
862
|
+
export declare const se_ListFolderMembersCommand: (
|
|
811
863
|
input: ListFolderMembersCommandInput,
|
|
812
864
|
context: __SerdeContext
|
|
813
865
|
) => Promise<__HttpRequest>;
|
|
814
|
-
export declare const
|
|
866
|
+
export declare const se_ListFoldersCommand: (
|
|
815
867
|
input: ListFoldersCommandInput,
|
|
816
868
|
context: __SerdeContext
|
|
817
869
|
) => Promise<__HttpRequest>;
|
|
818
|
-
export declare const
|
|
870
|
+
export declare const se_ListGroupMembershipsCommand: (
|
|
819
871
|
input: ListGroupMembershipsCommandInput,
|
|
820
872
|
context: __SerdeContext
|
|
821
873
|
) => Promise<__HttpRequest>;
|
|
822
|
-
export declare const
|
|
874
|
+
export declare const se_ListGroupsCommand: (
|
|
823
875
|
input: ListGroupsCommandInput,
|
|
824
876
|
context: __SerdeContext
|
|
825
877
|
) => Promise<__HttpRequest>;
|
|
826
|
-
export declare const
|
|
878
|
+
export declare const se_ListIAMPolicyAssignmentsCommand: (
|
|
827
879
|
input: ListIAMPolicyAssignmentsCommandInput,
|
|
828
880
|
context: __SerdeContext
|
|
829
881
|
) => Promise<__HttpRequest>;
|
|
830
|
-
export declare const
|
|
882
|
+
export declare const se_ListIAMPolicyAssignmentsForUserCommand: (
|
|
831
883
|
input: ListIAMPolicyAssignmentsForUserCommandInput,
|
|
832
884
|
context: __SerdeContext
|
|
833
885
|
) => Promise<__HttpRequest>;
|
|
834
|
-
export declare const
|
|
886
|
+
export declare const se_ListIngestionsCommand: (
|
|
835
887
|
input: ListIngestionsCommandInput,
|
|
836
888
|
context: __SerdeContext
|
|
837
889
|
) => Promise<__HttpRequest>;
|
|
838
|
-
export declare const
|
|
890
|
+
export declare const se_ListNamespacesCommand: (
|
|
839
891
|
input: ListNamespacesCommandInput,
|
|
840
892
|
context: __SerdeContext
|
|
841
893
|
) => Promise<__HttpRequest>;
|
|
842
|
-
export declare const
|
|
894
|
+
export declare const se_ListRefreshSchedulesCommand: (
|
|
895
|
+
input: ListRefreshSchedulesCommandInput,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<__HttpRequest>;
|
|
898
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
843
899
|
input: ListTagsForResourceCommandInput,
|
|
844
900
|
context: __SerdeContext
|
|
845
901
|
) => Promise<__HttpRequest>;
|
|
846
|
-
export declare const
|
|
902
|
+
export declare const se_ListTemplateAliasesCommand: (
|
|
847
903
|
input: ListTemplateAliasesCommandInput,
|
|
848
904
|
context: __SerdeContext
|
|
849
905
|
) => Promise<__HttpRequest>;
|
|
850
|
-
export declare const
|
|
906
|
+
export declare const se_ListTemplatesCommand: (
|
|
851
907
|
input: ListTemplatesCommandInput,
|
|
852
908
|
context: __SerdeContext
|
|
853
909
|
) => Promise<__HttpRequest>;
|
|
854
|
-
export declare const
|
|
910
|
+
export declare const se_ListTemplateVersionsCommand: (
|
|
855
911
|
input: ListTemplateVersionsCommandInput,
|
|
856
912
|
context: __SerdeContext
|
|
857
913
|
) => Promise<__HttpRequest>;
|
|
858
|
-
export declare const
|
|
914
|
+
export declare const se_ListThemeAliasesCommand: (
|
|
859
915
|
input: ListThemeAliasesCommandInput,
|
|
860
916
|
context: __SerdeContext
|
|
861
917
|
) => Promise<__HttpRequest>;
|
|
862
|
-
export declare const
|
|
918
|
+
export declare const se_ListThemesCommand: (
|
|
863
919
|
input: ListThemesCommandInput,
|
|
864
920
|
context: __SerdeContext
|
|
865
921
|
) => Promise<__HttpRequest>;
|
|
866
|
-
export declare const
|
|
922
|
+
export declare const se_ListThemeVersionsCommand: (
|
|
867
923
|
input: ListThemeVersionsCommandInput,
|
|
868
924
|
context: __SerdeContext
|
|
869
925
|
) => Promise<__HttpRequest>;
|
|
870
|
-
export declare const
|
|
926
|
+
export declare const se_ListUserGroupsCommand: (
|
|
871
927
|
input: ListUserGroupsCommandInput,
|
|
872
928
|
context: __SerdeContext
|
|
873
929
|
) => Promise<__HttpRequest>;
|
|
874
|
-
export declare const
|
|
930
|
+
export declare const se_ListUsersCommand: (
|
|
875
931
|
input: ListUsersCommandInput,
|
|
876
932
|
context: __SerdeContext
|
|
877
933
|
) => Promise<__HttpRequest>;
|
|
878
|
-
export declare const
|
|
934
|
+
export declare const se_PutDataSetRefreshPropertiesCommand: (
|
|
935
|
+
input: PutDataSetRefreshPropertiesCommandInput,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<__HttpRequest>;
|
|
938
|
+
export declare const se_RegisterUserCommand: (
|
|
879
939
|
input: RegisterUserCommandInput,
|
|
880
940
|
context: __SerdeContext
|
|
881
941
|
) => Promise<__HttpRequest>;
|
|
882
|
-
export declare const
|
|
942
|
+
export declare const se_RestoreAnalysisCommand: (
|
|
883
943
|
input: RestoreAnalysisCommandInput,
|
|
884
944
|
context: __SerdeContext
|
|
885
945
|
) => Promise<__HttpRequest>;
|
|
886
|
-
export declare const
|
|
946
|
+
export declare const se_SearchAnalysesCommand: (
|
|
887
947
|
input: SearchAnalysesCommandInput,
|
|
888
948
|
context: __SerdeContext
|
|
889
949
|
) => Promise<__HttpRequest>;
|
|
890
|
-
export declare const
|
|
950
|
+
export declare const se_SearchDashboardsCommand: (
|
|
891
951
|
input: SearchDashboardsCommandInput,
|
|
892
952
|
context: __SerdeContext
|
|
893
953
|
) => Promise<__HttpRequest>;
|
|
894
|
-
export declare const
|
|
954
|
+
export declare const se_SearchDataSetsCommand: (
|
|
895
955
|
input: SearchDataSetsCommandInput,
|
|
896
956
|
context: __SerdeContext
|
|
897
957
|
) => Promise<__HttpRequest>;
|
|
898
|
-
export declare const
|
|
958
|
+
export declare const se_SearchDataSourcesCommand: (
|
|
899
959
|
input: SearchDataSourcesCommandInput,
|
|
900
960
|
context: __SerdeContext
|
|
901
961
|
) => Promise<__HttpRequest>;
|
|
902
|
-
export declare const
|
|
962
|
+
export declare const se_SearchFoldersCommand: (
|
|
903
963
|
input: SearchFoldersCommandInput,
|
|
904
964
|
context: __SerdeContext
|
|
905
965
|
) => Promise<__HttpRequest>;
|
|
906
|
-
export declare const
|
|
966
|
+
export declare const se_SearchGroupsCommand: (
|
|
907
967
|
input: SearchGroupsCommandInput,
|
|
908
968
|
context: __SerdeContext
|
|
909
969
|
) => Promise<__HttpRequest>;
|
|
910
|
-
export declare const
|
|
970
|
+
export declare const se_TagResourceCommand: (
|
|
911
971
|
input: TagResourceCommandInput,
|
|
912
972
|
context: __SerdeContext
|
|
913
973
|
) => Promise<__HttpRequest>;
|
|
914
|
-
export declare const
|
|
974
|
+
export declare const se_UntagResourceCommand: (
|
|
915
975
|
input: UntagResourceCommandInput,
|
|
916
976
|
context: __SerdeContext
|
|
917
977
|
) => Promise<__HttpRequest>;
|
|
918
|
-
export declare const
|
|
978
|
+
export declare const se_UpdateAccountCustomizationCommand: (
|
|
919
979
|
input: UpdateAccountCustomizationCommandInput,
|
|
920
980
|
context: __SerdeContext
|
|
921
981
|
) => Promise<__HttpRequest>;
|
|
922
|
-
export declare const
|
|
982
|
+
export declare const se_UpdateAccountSettingsCommand: (
|
|
923
983
|
input: UpdateAccountSettingsCommandInput,
|
|
924
984
|
context: __SerdeContext
|
|
925
985
|
) => Promise<__HttpRequest>;
|
|
926
|
-
export declare const
|
|
986
|
+
export declare const se_UpdateAnalysisCommand: (
|
|
927
987
|
input: UpdateAnalysisCommandInput,
|
|
928
988
|
context: __SerdeContext
|
|
929
989
|
) => Promise<__HttpRequest>;
|
|
930
|
-
export declare const
|
|
990
|
+
export declare const se_UpdateAnalysisPermissionsCommand: (
|
|
931
991
|
input: UpdateAnalysisPermissionsCommandInput,
|
|
932
992
|
context: __SerdeContext
|
|
933
993
|
) => Promise<__HttpRequest>;
|
|
934
|
-
export declare const
|
|
994
|
+
export declare const se_UpdateDashboardCommand: (
|
|
935
995
|
input: UpdateDashboardCommandInput,
|
|
936
996
|
context: __SerdeContext
|
|
937
997
|
) => Promise<__HttpRequest>;
|
|
938
|
-
export declare const
|
|
998
|
+
export declare const se_UpdateDashboardPermissionsCommand: (
|
|
939
999
|
input: UpdateDashboardPermissionsCommandInput,
|
|
940
1000
|
context: __SerdeContext
|
|
941
1001
|
) => Promise<__HttpRequest>;
|
|
942
|
-
export declare const
|
|
1002
|
+
export declare const se_UpdateDashboardPublishedVersionCommand: (
|
|
943
1003
|
input: UpdateDashboardPublishedVersionCommandInput,
|
|
944
1004
|
context: __SerdeContext
|
|
945
1005
|
) => Promise<__HttpRequest>;
|
|
946
|
-
export declare const
|
|
1006
|
+
export declare const se_UpdateDataSetCommand: (
|
|
947
1007
|
input: UpdateDataSetCommandInput,
|
|
948
1008
|
context: __SerdeContext
|
|
949
1009
|
) => Promise<__HttpRequest>;
|
|
950
|
-
export declare const
|
|
1010
|
+
export declare const se_UpdateDataSetPermissionsCommand: (
|
|
951
1011
|
input: UpdateDataSetPermissionsCommandInput,
|
|
952
1012
|
context: __SerdeContext
|
|
953
1013
|
) => Promise<__HttpRequest>;
|
|
954
|
-
export declare const
|
|
1014
|
+
export declare const se_UpdateDataSourceCommand: (
|
|
955
1015
|
input: UpdateDataSourceCommandInput,
|
|
956
1016
|
context: __SerdeContext
|
|
957
1017
|
) => Promise<__HttpRequest>;
|
|
958
|
-
export declare const
|
|
1018
|
+
export declare const se_UpdateDataSourcePermissionsCommand: (
|
|
959
1019
|
input: UpdateDataSourcePermissionsCommandInput,
|
|
960
1020
|
context: __SerdeContext
|
|
961
1021
|
) => Promise<__HttpRequest>;
|
|
962
|
-
export declare const
|
|
1022
|
+
export declare const se_UpdateFolderCommand: (
|
|
963
1023
|
input: UpdateFolderCommandInput,
|
|
964
1024
|
context: __SerdeContext
|
|
965
1025
|
) => Promise<__HttpRequest>;
|
|
966
|
-
export declare const
|
|
1026
|
+
export declare const se_UpdateFolderPermissionsCommand: (
|
|
967
1027
|
input: UpdateFolderPermissionsCommandInput,
|
|
968
1028
|
context: __SerdeContext
|
|
969
1029
|
) => Promise<__HttpRequest>;
|
|
970
|
-
export declare const
|
|
1030
|
+
export declare const se_UpdateGroupCommand: (
|
|
971
1031
|
input: UpdateGroupCommandInput,
|
|
972
1032
|
context: __SerdeContext
|
|
973
1033
|
) => Promise<__HttpRequest>;
|
|
974
|
-
export declare const
|
|
1034
|
+
export declare const se_UpdateIAMPolicyAssignmentCommand: (
|
|
975
1035
|
input: UpdateIAMPolicyAssignmentCommandInput,
|
|
976
1036
|
context: __SerdeContext
|
|
977
1037
|
) => Promise<__HttpRequest>;
|
|
978
|
-
export declare const
|
|
1038
|
+
export declare const se_UpdateIpRestrictionCommand: (
|
|
979
1039
|
input: UpdateIpRestrictionCommandInput,
|
|
980
1040
|
context: __SerdeContext
|
|
981
1041
|
) => Promise<__HttpRequest>;
|
|
982
|
-
export declare const
|
|
1042
|
+
export declare const se_UpdatePublicSharingSettingsCommand: (
|
|
983
1043
|
input: UpdatePublicSharingSettingsCommandInput,
|
|
984
1044
|
context: __SerdeContext
|
|
985
1045
|
) => Promise<__HttpRequest>;
|
|
986
|
-
export declare const
|
|
1046
|
+
export declare const se_UpdateRefreshScheduleCommand: (
|
|
1047
|
+
input: UpdateRefreshScheduleCommandInput,
|
|
1048
|
+
context: __SerdeContext
|
|
1049
|
+
) => Promise<__HttpRequest>;
|
|
1050
|
+
export declare const se_UpdateTemplateCommand: (
|
|
987
1051
|
input: UpdateTemplateCommandInput,
|
|
988
1052
|
context: __SerdeContext
|
|
989
1053
|
) => Promise<__HttpRequest>;
|
|
990
|
-
export declare const
|
|
1054
|
+
export declare const se_UpdateTemplateAliasCommand: (
|
|
991
1055
|
input: UpdateTemplateAliasCommandInput,
|
|
992
1056
|
context: __SerdeContext
|
|
993
1057
|
) => Promise<__HttpRequest>;
|
|
994
|
-
export declare const
|
|
1058
|
+
export declare const se_UpdateTemplatePermissionsCommand: (
|
|
995
1059
|
input: UpdateTemplatePermissionsCommandInput,
|
|
996
1060
|
context: __SerdeContext
|
|
997
1061
|
) => Promise<__HttpRequest>;
|
|
998
|
-
export declare const
|
|
1062
|
+
export declare const se_UpdateThemeCommand: (
|
|
999
1063
|
input: UpdateThemeCommandInput,
|
|
1000
1064
|
context: __SerdeContext
|
|
1001
1065
|
) => Promise<__HttpRequest>;
|
|
1002
|
-
export declare const
|
|
1066
|
+
export declare const se_UpdateThemeAliasCommand: (
|
|
1003
1067
|
input: UpdateThemeAliasCommandInput,
|
|
1004
1068
|
context: __SerdeContext
|
|
1005
1069
|
) => Promise<__HttpRequest>;
|
|
1006
|
-
export declare const
|
|
1070
|
+
export declare const se_UpdateThemePermissionsCommand: (
|
|
1007
1071
|
input: UpdateThemePermissionsCommandInput,
|
|
1008
1072
|
context: __SerdeContext
|
|
1009
1073
|
) => Promise<__HttpRequest>;
|
|
1010
|
-
export declare const
|
|
1074
|
+
export declare const se_UpdateUserCommand: (
|
|
1011
1075
|
input: UpdateUserCommandInput,
|
|
1012
1076
|
context: __SerdeContext
|
|
1013
1077
|
) => Promise<__HttpRequest>;
|
|
1014
|
-
export declare const
|
|
1078
|
+
export declare const de_CancelIngestionCommand: (
|
|
1015
1079
|
output: __HttpResponse,
|
|
1016
1080
|
context: __SerdeContext
|
|
1017
1081
|
) => Promise<CancelIngestionCommandOutput>;
|
|
1018
|
-
export declare const
|
|
1082
|
+
export declare const de_CreateAccountCustomizationCommand: (
|
|
1019
1083
|
output: __HttpResponse,
|
|
1020
1084
|
context: __SerdeContext
|
|
1021
1085
|
) => Promise<CreateAccountCustomizationCommandOutput>;
|
|
1022
|
-
export declare const
|
|
1086
|
+
export declare const de_CreateAccountSubscriptionCommand: (
|
|
1023
1087
|
output: __HttpResponse,
|
|
1024
1088
|
context: __SerdeContext
|
|
1025
1089
|
) => Promise<CreateAccountSubscriptionCommandOutput>;
|
|
1026
|
-
export declare const
|
|
1090
|
+
export declare const de_CreateAnalysisCommand: (
|
|
1027
1091
|
output: __HttpResponse,
|
|
1028
1092
|
context: __SerdeContext
|
|
1029
1093
|
) => Promise<CreateAnalysisCommandOutput>;
|
|
1030
|
-
export declare const
|
|
1094
|
+
export declare const de_CreateDashboardCommand: (
|
|
1031
1095
|
output: __HttpResponse,
|
|
1032
1096
|
context: __SerdeContext
|
|
1033
1097
|
) => Promise<CreateDashboardCommandOutput>;
|
|
1034
|
-
export declare const
|
|
1098
|
+
export declare const de_CreateDataSetCommand: (
|
|
1035
1099
|
output: __HttpResponse,
|
|
1036
1100
|
context: __SerdeContext
|
|
1037
1101
|
) => Promise<CreateDataSetCommandOutput>;
|
|
1038
|
-
export declare const
|
|
1102
|
+
export declare const de_CreateDataSourceCommand: (
|
|
1039
1103
|
output: __HttpResponse,
|
|
1040
1104
|
context: __SerdeContext
|
|
1041
1105
|
) => Promise<CreateDataSourceCommandOutput>;
|
|
1042
|
-
export declare const
|
|
1106
|
+
export declare const de_CreateFolderCommand: (
|
|
1043
1107
|
output: __HttpResponse,
|
|
1044
1108
|
context: __SerdeContext
|
|
1045
1109
|
) => Promise<CreateFolderCommandOutput>;
|
|
1046
|
-
export declare const
|
|
1110
|
+
export declare const de_CreateFolderMembershipCommand: (
|
|
1047
1111
|
output: __HttpResponse,
|
|
1048
1112
|
context: __SerdeContext
|
|
1049
1113
|
) => Promise<CreateFolderMembershipCommandOutput>;
|
|
1050
|
-
export declare const
|
|
1114
|
+
export declare const de_CreateGroupCommand: (
|
|
1051
1115
|
output: __HttpResponse,
|
|
1052
1116
|
context: __SerdeContext
|
|
1053
1117
|
) => Promise<CreateGroupCommandOutput>;
|
|
1054
|
-
export declare const
|
|
1118
|
+
export declare const de_CreateGroupMembershipCommand: (
|
|
1055
1119
|
output: __HttpResponse,
|
|
1056
1120
|
context: __SerdeContext
|
|
1057
1121
|
) => Promise<CreateGroupMembershipCommandOutput>;
|
|
1058
|
-
export declare const
|
|
1122
|
+
export declare const de_CreateIAMPolicyAssignmentCommand: (
|
|
1059
1123
|
output: __HttpResponse,
|
|
1060
1124
|
context: __SerdeContext
|
|
1061
1125
|
) => Promise<CreateIAMPolicyAssignmentCommandOutput>;
|
|
1062
|
-
export declare const
|
|
1126
|
+
export declare const de_CreateIngestionCommand: (
|
|
1063
1127
|
output: __HttpResponse,
|
|
1064
1128
|
context: __SerdeContext
|
|
1065
1129
|
) => Promise<CreateIngestionCommandOutput>;
|
|
1066
|
-
export declare const
|
|
1130
|
+
export declare const de_CreateNamespaceCommand: (
|
|
1067
1131
|
output: __HttpResponse,
|
|
1068
1132
|
context: __SerdeContext
|
|
1069
1133
|
) => Promise<CreateNamespaceCommandOutput>;
|
|
1070
|
-
export declare const
|
|
1134
|
+
export declare const de_CreateRefreshScheduleCommand: (
|
|
1135
|
+
output: __HttpResponse,
|
|
1136
|
+
context: __SerdeContext
|
|
1137
|
+
) => Promise<CreateRefreshScheduleCommandOutput>;
|
|
1138
|
+
export declare const de_CreateTemplateCommand: (
|
|
1071
1139
|
output: __HttpResponse,
|
|
1072
1140
|
context: __SerdeContext
|
|
1073
1141
|
) => Promise<CreateTemplateCommandOutput>;
|
|
1074
|
-
export declare const
|
|
1142
|
+
export declare const de_CreateTemplateAliasCommand: (
|
|
1075
1143
|
output: __HttpResponse,
|
|
1076
1144
|
context: __SerdeContext
|
|
1077
1145
|
) => Promise<CreateTemplateAliasCommandOutput>;
|
|
1078
|
-
export declare const
|
|
1146
|
+
export declare const de_CreateThemeCommand: (
|
|
1079
1147
|
output: __HttpResponse,
|
|
1080
1148
|
context: __SerdeContext
|
|
1081
1149
|
) => Promise<CreateThemeCommandOutput>;
|
|
1082
|
-
export declare const
|
|
1150
|
+
export declare const de_CreateThemeAliasCommand: (
|
|
1083
1151
|
output: __HttpResponse,
|
|
1084
1152
|
context: __SerdeContext
|
|
1085
1153
|
) => Promise<CreateThemeAliasCommandOutput>;
|
|
1086
|
-
export declare const
|
|
1154
|
+
export declare const de_DeleteAccountCustomizationCommand: (
|
|
1087
1155
|
output: __HttpResponse,
|
|
1088
1156
|
context: __SerdeContext
|
|
1089
1157
|
) => Promise<DeleteAccountCustomizationCommandOutput>;
|
|
1090
|
-
export declare const
|
|
1158
|
+
export declare const de_DeleteAccountSubscriptionCommand: (
|
|
1091
1159
|
output: __HttpResponse,
|
|
1092
1160
|
context: __SerdeContext
|
|
1093
1161
|
) => Promise<DeleteAccountSubscriptionCommandOutput>;
|
|
1094
|
-
export declare const
|
|
1162
|
+
export declare const de_DeleteAnalysisCommand: (
|
|
1095
1163
|
output: __HttpResponse,
|
|
1096
1164
|
context: __SerdeContext
|
|
1097
1165
|
) => Promise<DeleteAnalysisCommandOutput>;
|
|
1098
|
-
export declare const
|
|
1166
|
+
export declare const de_DeleteDashboardCommand: (
|
|
1099
1167
|
output: __HttpResponse,
|
|
1100
1168
|
context: __SerdeContext
|
|
1101
1169
|
) => Promise<DeleteDashboardCommandOutput>;
|
|
1102
|
-
export declare const
|
|
1170
|
+
export declare const de_DeleteDataSetCommand: (
|
|
1103
1171
|
output: __HttpResponse,
|
|
1104
1172
|
context: __SerdeContext
|
|
1105
1173
|
) => Promise<DeleteDataSetCommandOutput>;
|
|
1106
|
-
export declare const
|
|
1174
|
+
export declare const de_DeleteDataSetRefreshPropertiesCommand: (
|
|
1175
|
+
output: __HttpResponse,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
|
|
1178
|
+
export declare const de_DeleteDataSourceCommand: (
|
|
1107
1179
|
output: __HttpResponse,
|
|
1108
1180
|
context: __SerdeContext
|
|
1109
1181
|
) => Promise<DeleteDataSourceCommandOutput>;
|
|
1110
|
-
export declare const
|
|
1182
|
+
export declare const de_DeleteFolderCommand: (
|
|
1111
1183
|
output: __HttpResponse,
|
|
1112
1184
|
context: __SerdeContext
|
|
1113
1185
|
) => Promise<DeleteFolderCommandOutput>;
|
|
1114
|
-
export declare const
|
|
1186
|
+
export declare const de_DeleteFolderMembershipCommand: (
|
|
1115
1187
|
output: __HttpResponse,
|
|
1116
1188
|
context: __SerdeContext
|
|
1117
1189
|
) => Promise<DeleteFolderMembershipCommandOutput>;
|
|
1118
|
-
export declare const
|
|
1190
|
+
export declare const de_DeleteGroupCommand: (
|
|
1119
1191
|
output: __HttpResponse,
|
|
1120
1192
|
context: __SerdeContext
|
|
1121
1193
|
) => Promise<DeleteGroupCommandOutput>;
|
|
1122
|
-
export declare const
|
|
1194
|
+
export declare const de_DeleteGroupMembershipCommand: (
|
|
1123
1195
|
output: __HttpResponse,
|
|
1124
1196
|
context: __SerdeContext
|
|
1125
1197
|
) => Promise<DeleteGroupMembershipCommandOutput>;
|
|
1126
|
-
export declare const
|
|
1198
|
+
export declare const de_DeleteIAMPolicyAssignmentCommand: (
|
|
1127
1199
|
output: __HttpResponse,
|
|
1128
1200
|
context: __SerdeContext
|
|
1129
1201
|
) => Promise<DeleteIAMPolicyAssignmentCommandOutput>;
|
|
1130
|
-
export declare const
|
|
1202
|
+
export declare const de_DeleteNamespaceCommand: (
|
|
1131
1203
|
output: __HttpResponse,
|
|
1132
1204
|
context: __SerdeContext
|
|
1133
1205
|
) => Promise<DeleteNamespaceCommandOutput>;
|
|
1134
|
-
export declare const
|
|
1206
|
+
export declare const de_DeleteRefreshScheduleCommand: (
|
|
1207
|
+
output: __HttpResponse,
|
|
1208
|
+
context: __SerdeContext
|
|
1209
|
+
) => Promise<DeleteRefreshScheduleCommandOutput>;
|
|
1210
|
+
export declare const de_DeleteTemplateCommand: (
|
|
1135
1211
|
output: __HttpResponse,
|
|
1136
1212
|
context: __SerdeContext
|
|
1137
1213
|
) => Promise<DeleteTemplateCommandOutput>;
|
|
1138
|
-
export declare const
|
|
1214
|
+
export declare const de_DeleteTemplateAliasCommand: (
|
|
1139
1215
|
output: __HttpResponse,
|
|
1140
1216
|
context: __SerdeContext
|
|
1141
1217
|
) => Promise<DeleteTemplateAliasCommandOutput>;
|
|
1142
|
-
export declare const
|
|
1218
|
+
export declare const de_DeleteThemeCommand: (
|
|
1143
1219
|
output: __HttpResponse,
|
|
1144
1220
|
context: __SerdeContext
|
|
1145
1221
|
) => Promise<DeleteThemeCommandOutput>;
|
|
1146
|
-
export declare const
|
|
1222
|
+
export declare const de_DeleteThemeAliasCommand: (
|
|
1147
1223
|
output: __HttpResponse,
|
|
1148
1224
|
context: __SerdeContext
|
|
1149
1225
|
) => Promise<DeleteThemeAliasCommandOutput>;
|
|
1150
|
-
export declare const
|
|
1226
|
+
export declare const de_DeleteUserCommand: (
|
|
1151
1227
|
output: __HttpResponse,
|
|
1152
1228
|
context: __SerdeContext
|
|
1153
1229
|
) => Promise<DeleteUserCommandOutput>;
|
|
1154
|
-
export declare const
|
|
1230
|
+
export declare const de_DeleteUserByPrincipalIdCommand: (
|
|
1155
1231
|
output: __HttpResponse,
|
|
1156
1232
|
context: __SerdeContext
|
|
1157
1233
|
) => Promise<DeleteUserByPrincipalIdCommandOutput>;
|
|
1158
|
-
export declare const
|
|
1234
|
+
export declare const de_DescribeAccountCustomizationCommand: (
|
|
1159
1235
|
output: __HttpResponse,
|
|
1160
1236
|
context: __SerdeContext
|
|
1161
1237
|
) => Promise<DescribeAccountCustomizationCommandOutput>;
|
|
1162
|
-
export declare const
|
|
1238
|
+
export declare const de_DescribeAccountSettingsCommand: (
|
|
1163
1239
|
output: __HttpResponse,
|
|
1164
1240
|
context: __SerdeContext
|
|
1165
1241
|
) => Promise<DescribeAccountSettingsCommandOutput>;
|
|
1166
|
-
export declare const
|
|
1242
|
+
export declare const de_DescribeAccountSubscriptionCommand: (
|
|
1167
1243
|
output: __HttpResponse,
|
|
1168
1244
|
context: __SerdeContext
|
|
1169
1245
|
) => Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
1170
|
-
export declare const
|
|
1246
|
+
export declare const de_DescribeAnalysisCommand: (
|
|
1171
1247
|
output: __HttpResponse,
|
|
1172
1248
|
context: __SerdeContext
|
|
1173
1249
|
) => Promise<DescribeAnalysisCommandOutput>;
|
|
1174
|
-
export declare const
|
|
1250
|
+
export declare const de_DescribeAnalysisDefinitionCommand: (
|
|
1175
1251
|
output: __HttpResponse,
|
|
1176
1252
|
context: __SerdeContext
|
|
1177
1253
|
) => Promise<DescribeAnalysisDefinitionCommandOutput>;
|
|
1178
|
-
export declare const
|
|
1254
|
+
export declare const de_DescribeAnalysisPermissionsCommand: (
|
|
1179
1255
|
output: __HttpResponse,
|
|
1180
1256
|
context: __SerdeContext
|
|
1181
1257
|
) => Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
1182
|
-
export declare const
|
|
1258
|
+
export declare const de_DescribeDashboardCommand: (
|
|
1183
1259
|
output: __HttpResponse,
|
|
1184
1260
|
context: __SerdeContext
|
|
1185
1261
|
) => Promise<DescribeDashboardCommandOutput>;
|
|
1186
|
-
export declare const
|
|
1262
|
+
export declare const de_DescribeDashboardDefinitionCommand: (
|
|
1187
1263
|
output: __HttpResponse,
|
|
1188
1264
|
context: __SerdeContext
|
|
1189
1265
|
) => Promise<DescribeDashboardDefinitionCommandOutput>;
|
|
1190
|
-
export declare const
|
|
1266
|
+
export declare const de_DescribeDashboardPermissionsCommand: (
|
|
1191
1267
|
output: __HttpResponse,
|
|
1192
1268
|
context: __SerdeContext
|
|
1193
1269
|
) => Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
1194
|
-
export declare const
|
|
1270
|
+
export declare const de_DescribeDataSetCommand: (
|
|
1195
1271
|
output: __HttpResponse,
|
|
1196
1272
|
context: __SerdeContext
|
|
1197
1273
|
) => Promise<DescribeDataSetCommandOutput>;
|
|
1198
|
-
export declare const
|
|
1274
|
+
export declare const de_DescribeDataSetPermissionsCommand: (
|
|
1199
1275
|
output: __HttpResponse,
|
|
1200
1276
|
context: __SerdeContext
|
|
1201
1277
|
) => Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
1202
|
-
export declare const
|
|
1278
|
+
export declare const de_DescribeDataSetRefreshPropertiesCommand: (
|
|
1279
|
+
output: __HttpResponse,
|
|
1280
|
+
context: __SerdeContext
|
|
1281
|
+
) => Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
|
|
1282
|
+
export declare const de_DescribeDataSourceCommand: (
|
|
1203
1283
|
output: __HttpResponse,
|
|
1204
1284
|
context: __SerdeContext
|
|
1205
1285
|
) => Promise<DescribeDataSourceCommandOutput>;
|
|
1206
|
-
export declare const
|
|
1286
|
+
export declare const de_DescribeDataSourcePermissionsCommand: (
|
|
1207
1287
|
output: __HttpResponse,
|
|
1208
1288
|
context: __SerdeContext
|
|
1209
1289
|
) => Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
1210
|
-
export declare const
|
|
1290
|
+
export declare const de_DescribeFolderCommand: (
|
|
1211
1291
|
output: __HttpResponse,
|
|
1212
1292
|
context: __SerdeContext
|
|
1213
1293
|
) => Promise<DescribeFolderCommandOutput>;
|
|
1214
|
-
export declare const
|
|
1294
|
+
export declare const de_DescribeFolderPermissionsCommand: (
|
|
1215
1295
|
output: __HttpResponse,
|
|
1216
1296
|
context: __SerdeContext
|
|
1217
1297
|
) => Promise<DescribeFolderPermissionsCommandOutput>;
|
|
1218
|
-
export declare const
|
|
1298
|
+
export declare const de_DescribeFolderResolvedPermissionsCommand: (
|
|
1219
1299
|
output: __HttpResponse,
|
|
1220
1300
|
context: __SerdeContext
|
|
1221
1301
|
) => Promise<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
1222
|
-
export declare const
|
|
1302
|
+
export declare const de_DescribeGroupCommand: (
|
|
1223
1303
|
output: __HttpResponse,
|
|
1224
1304
|
context: __SerdeContext
|
|
1225
1305
|
) => Promise<DescribeGroupCommandOutput>;
|
|
1226
|
-
export declare const
|
|
1306
|
+
export declare const de_DescribeGroupMembershipCommand: (
|
|
1227
1307
|
output: __HttpResponse,
|
|
1228
1308
|
context: __SerdeContext
|
|
1229
1309
|
) => Promise<DescribeGroupMembershipCommandOutput>;
|
|
1230
|
-
export declare const
|
|
1310
|
+
export declare const de_DescribeIAMPolicyAssignmentCommand: (
|
|
1231
1311
|
output: __HttpResponse,
|
|
1232
1312
|
context: __SerdeContext
|
|
1233
1313
|
) => Promise<DescribeIAMPolicyAssignmentCommandOutput>;
|
|
1234
|
-
export declare const
|
|
1314
|
+
export declare const de_DescribeIngestionCommand: (
|
|
1235
1315
|
output: __HttpResponse,
|
|
1236
1316
|
context: __SerdeContext
|
|
1237
1317
|
) => Promise<DescribeIngestionCommandOutput>;
|
|
1238
|
-
export declare const
|
|
1318
|
+
export declare const de_DescribeIpRestrictionCommand: (
|
|
1239
1319
|
output: __HttpResponse,
|
|
1240
1320
|
context: __SerdeContext
|
|
1241
1321
|
) => Promise<DescribeIpRestrictionCommandOutput>;
|
|
1242
|
-
export declare const
|
|
1322
|
+
export declare const de_DescribeNamespaceCommand: (
|
|
1243
1323
|
output: __HttpResponse,
|
|
1244
1324
|
context: __SerdeContext
|
|
1245
1325
|
) => Promise<DescribeNamespaceCommandOutput>;
|
|
1246
|
-
export declare const
|
|
1326
|
+
export declare const de_DescribeRefreshScheduleCommand: (
|
|
1327
|
+
output: __HttpResponse,
|
|
1328
|
+
context: __SerdeContext
|
|
1329
|
+
) => Promise<DescribeRefreshScheduleCommandOutput>;
|
|
1330
|
+
export declare const de_DescribeTemplateCommand: (
|
|
1247
1331
|
output: __HttpResponse,
|
|
1248
1332
|
context: __SerdeContext
|
|
1249
1333
|
) => Promise<DescribeTemplateCommandOutput>;
|
|
1250
|
-
export declare const
|
|
1334
|
+
export declare const de_DescribeTemplateAliasCommand: (
|
|
1251
1335
|
output: __HttpResponse,
|
|
1252
1336
|
context: __SerdeContext
|
|
1253
1337
|
) => Promise<DescribeTemplateAliasCommandOutput>;
|
|
1254
|
-
export declare const
|
|
1338
|
+
export declare const de_DescribeTemplateDefinitionCommand: (
|
|
1255
1339
|
output: __HttpResponse,
|
|
1256
1340
|
context: __SerdeContext
|
|
1257
1341
|
) => Promise<DescribeTemplateDefinitionCommandOutput>;
|
|
1258
|
-
export declare const
|
|
1342
|
+
export declare const de_DescribeTemplatePermissionsCommand: (
|
|
1259
1343
|
output: __HttpResponse,
|
|
1260
1344
|
context: __SerdeContext
|
|
1261
1345
|
) => Promise<DescribeTemplatePermissionsCommandOutput>;
|
|
1262
|
-
export declare const
|
|
1346
|
+
export declare const de_DescribeThemeCommand: (
|
|
1263
1347
|
output: __HttpResponse,
|
|
1264
1348
|
context: __SerdeContext
|
|
1265
1349
|
) => Promise<DescribeThemeCommandOutput>;
|
|
1266
|
-
export declare const
|
|
1350
|
+
export declare const de_DescribeThemeAliasCommand: (
|
|
1267
1351
|
output: __HttpResponse,
|
|
1268
1352
|
context: __SerdeContext
|
|
1269
1353
|
) => Promise<DescribeThemeAliasCommandOutput>;
|
|
1270
|
-
export declare const
|
|
1354
|
+
export declare const de_DescribeThemePermissionsCommand: (
|
|
1271
1355
|
output: __HttpResponse,
|
|
1272
1356
|
context: __SerdeContext
|
|
1273
1357
|
) => Promise<DescribeThemePermissionsCommandOutput>;
|
|
1274
|
-
export declare const
|
|
1358
|
+
export declare const de_DescribeUserCommand: (
|
|
1275
1359
|
output: __HttpResponse,
|
|
1276
1360
|
context: __SerdeContext
|
|
1277
1361
|
) => Promise<DescribeUserCommandOutput>;
|
|
1278
|
-
export declare const
|
|
1362
|
+
export declare const de_GenerateEmbedUrlForAnonymousUserCommand: (
|
|
1279
1363
|
output: __HttpResponse,
|
|
1280
1364
|
context: __SerdeContext
|
|
1281
1365
|
) => Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
|
|
1282
|
-
export declare const
|
|
1366
|
+
export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (
|
|
1283
1367
|
output: __HttpResponse,
|
|
1284
1368
|
context: __SerdeContext
|
|
1285
1369
|
) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
1286
|
-
export declare const
|
|
1370
|
+
export declare const de_GetDashboardEmbedUrlCommand: (
|
|
1287
1371
|
output: __HttpResponse,
|
|
1288
1372
|
context: __SerdeContext
|
|
1289
1373
|
) => Promise<GetDashboardEmbedUrlCommandOutput>;
|
|
1290
|
-
export declare const
|
|
1374
|
+
export declare const de_GetSessionEmbedUrlCommand: (
|
|
1291
1375
|
output: __HttpResponse,
|
|
1292
1376
|
context: __SerdeContext
|
|
1293
1377
|
) => Promise<GetSessionEmbedUrlCommandOutput>;
|
|
1294
|
-
export declare const
|
|
1378
|
+
export declare const de_ListAnalysesCommand: (
|
|
1295
1379
|
output: __HttpResponse,
|
|
1296
1380
|
context: __SerdeContext
|
|
1297
1381
|
) => Promise<ListAnalysesCommandOutput>;
|
|
1298
|
-
export declare const
|
|
1382
|
+
export declare const de_ListDashboardsCommand: (
|
|
1299
1383
|
output: __HttpResponse,
|
|
1300
1384
|
context: __SerdeContext
|
|
1301
1385
|
) => Promise<ListDashboardsCommandOutput>;
|
|
1302
|
-
export declare const
|
|
1386
|
+
export declare const de_ListDashboardVersionsCommand: (
|
|
1303
1387
|
output: __HttpResponse,
|
|
1304
1388
|
context: __SerdeContext
|
|
1305
1389
|
) => Promise<ListDashboardVersionsCommandOutput>;
|
|
1306
|
-
export declare const
|
|
1390
|
+
export declare const de_ListDataSetsCommand: (
|
|
1307
1391
|
output: __HttpResponse,
|
|
1308
1392
|
context: __SerdeContext
|
|
1309
1393
|
) => Promise<ListDataSetsCommandOutput>;
|
|
1310
|
-
export declare const
|
|
1394
|
+
export declare const de_ListDataSourcesCommand: (
|
|
1311
1395
|
output: __HttpResponse,
|
|
1312
1396
|
context: __SerdeContext
|
|
1313
1397
|
) => Promise<ListDataSourcesCommandOutput>;
|
|
1314
|
-
export declare const
|
|
1398
|
+
export declare const de_ListFolderMembersCommand: (
|
|
1315
1399
|
output: __HttpResponse,
|
|
1316
1400
|
context: __SerdeContext
|
|
1317
1401
|
) => Promise<ListFolderMembersCommandOutput>;
|
|
1318
|
-
export declare const
|
|
1402
|
+
export declare const de_ListFoldersCommand: (
|
|
1319
1403
|
output: __HttpResponse,
|
|
1320
1404
|
context: __SerdeContext
|
|
1321
1405
|
) => Promise<ListFoldersCommandOutput>;
|
|
1322
|
-
export declare const
|
|
1406
|
+
export declare const de_ListGroupMembershipsCommand: (
|
|
1323
1407
|
output: __HttpResponse,
|
|
1324
1408
|
context: __SerdeContext
|
|
1325
1409
|
) => Promise<ListGroupMembershipsCommandOutput>;
|
|
1326
|
-
export declare const
|
|
1410
|
+
export declare const de_ListGroupsCommand: (
|
|
1327
1411
|
output: __HttpResponse,
|
|
1328
1412
|
context: __SerdeContext
|
|
1329
1413
|
) => Promise<ListGroupsCommandOutput>;
|
|
1330
|
-
export declare const
|
|
1414
|
+
export declare const de_ListIAMPolicyAssignmentsCommand: (
|
|
1331
1415
|
output: __HttpResponse,
|
|
1332
1416
|
context: __SerdeContext
|
|
1333
1417
|
) => Promise<ListIAMPolicyAssignmentsCommandOutput>;
|
|
1334
|
-
export declare const
|
|
1418
|
+
export declare const de_ListIAMPolicyAssignmentsForUserCommand: (
|
|
1335
1419
|
output: __HttpResponse,
|
|
1336
1420
|
context: __SerdeContext
|
|
1337
1421
|
) => Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
1338
|
-
export declare const
|
|
1422
|
+
export declare const de_ListIngestionsCommand: (
|
|
1339
1423
|
output: __HttpResponse,
|
|
1340
1424
|
context: __SerdeContext
|
|
1341
1425
|
) => Promise<ListIngestionsCommandOutput>;
|
|
1342
|
-
export declare const
|
|
1426
|
+
export declare const de_ListNamespacesCommand: (
|
|
1343
1427
|
output: __HttpResponse,
|
|
1344
1428
|
context: __SerdeContext
|
|
1345
1429
|
) => Promise<ListNamespacesCommandOutput>;
|
|
1346
|
-
export declare const
|
|
1430
|
+
export declare const de_ListRefreshSchedulesCommand: (
|
|
1431
|
+
output: __HttpResponse,
|
|
1432
|
+
context: __SerdeContext
|
|
1433
|
+
) => Promise<ListRefreshSchedulesCommandOutput>;
|
|
1434
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
1347
1435
|
output: __HttpResponse,
|
|
1348
1436
|
context: __SerdeContext
|
|
1349
1437
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
1350
|
-
export declare const
|
|
1438
|
+
export declare const de_ListTemplateAliasesCommand: (
|
|
1351
1439
|
output: __HttpResponse,
|
|
1352
1440
|
context: __SerdeContext
|
|
1353
1441
|
) => Promise<ListTemplateAliasesCommandOutput>;
|
|
1354
|
-
export declare const
|
|
1442
|
+
export declare const de_ListTemplatesCommand: (
|
|
1355
1443
|
output: __HttpResponse,
|
|
1356
1444
|
context: __SerdeContext
|
|
1357
1445
|
) => Promise<ListTemplatesCommandOutput>;
|
|
1358
|
-
export declare const
|
|
1446
|
+
export declare const de_ListTemplateVersionsCommand: (
|
|
1359
1447
|
output: __HttpResponse,
|
|
1360
1448
|
context: __SerdeContext
|
|
1361
1449
|
) => Promise<ListTemplateVersionsCommandOutput>;
|
|
1362
|
-
export declare const
|
|
1450
|
+
export declare const de_ListThemeAliasesCommand: (
|
|
1363
1451
|
output: __HttpResponse,
|
|
1364
1452
|
context: __SerdeContext
|
|
1365
1453
|
) => Promise<ListThemeAliasesCommandOutput>;
|
|
1366
|
-
export declare const
|
|
1454
|
+
export declare const de_ListThemesCommand: (
|
|
1367
1455
|
output: __HttpResponse,
|
|
1368
1456
|
context: __SerdeContext
|
|
1369
1457
|
) => Promise<ListThemesCommandOutput>;
|
|
1370
|
-
export declare const
|
|
1458
|
+
export declare const de_ListThemeVersionsCommand: (
|
|
1371
1459
|
output: __HttpResponse,
|
|
1372
1460
|
context: __SerdeContext
|
|
1373
1461
|
) => Promise<ListThemeVersionsCommandOutput>;
|
|
1374
|
-
export declare const
|
|
1462
|
+
export declare const de_ListUserGroupsCommand: (
|
|
1375
1463
|
output: __HttpResponse,
|
|
1376
1464
|
context: __SerdeContext
|
|
1377
1465
|
) => Promise<ListUserGroupsCommandOutput>;
|
|
1378
|
-
export declare const
|
|
1466
|
+
export declare const de_ListUsersCommand: (
|
|
1379
1467
|
output: __HttpResponse,
|
|
1380
1468
|
context: __SerdeContext
|
|
1381
1469
|
) => Promise<ListUsersCommandOutput>;
|
|
1382
|
-
export declare const
|
|
1470
|
+
export declare const de_PutDataSetRefreshPropertiesCommand: (
|
|
1471
|
+
output: __HttpResponse,
|
|
1472
|
+
context: __SerdeContext
|
|
1473
|
+
) => Promise<PutDataSetRefreshPropertiesCommandOutput>;
|
|
1474
|
+
export declare const de_RegisterUserCommand: (
|
|
1383
1475
|
output: __HttpResponse,
|
|
1384
1476
|
context: __SerdeContext
|
|
1385
1477
|
) => Promise<RegisterUserCommandOutput>;
|
|
1386
|
-
export declare const
|
|
1478
|
+
export declare const de_RestoreAnalysisCommand: (
|
|
1387
1479
|
output: __HttpResponse,
|
|
1388
1480
|
context: __SerdeContext
|
|
1389
1481
|
) => Promise<RestoreAnalysisCommandOutput>;
|
|
1390
|
-
export declare const
|
|
1482
|
+
export declare const de_SearchAnalysesCommand: (
|
|
1391
1483
|
output: __HttpResponse,
|
|
1392
1484
|
context: __SerdeContext
|
|
1393
1485
|
) => Promise<SearchAnalysesCommandOutput>;
|
|
1394
|
-
export declare const
|
|
1486
|
+
export declare const de_SearchDashboardsCommand: (
|
|
1395
1487
|
output: __HttpResponse,
|
|
1396
1488
|
context: __SerdeContext
|
|
1397
1489
|
) => Promise<SearchDashboardsCommandOutput>;
|
|
1398
|
-
export declare const
|
|
1490
|
+
export declare const de_SearchDataSetsCommand: (
|
|
1399
1491
|
output: __HttpResponse,
|
|
1400
1492
|
context: __SerdeContext
|
|
1401
1493
|
) => Promise<SearchDataSetsCommandOutput>;
|
|
1402
|
-
export declare const
|
|
1494
|
+
export declare const de_SearchDataSourcesCommand: (
|
|
1403
1495
|
output: __HttpResponse,
|
|
1404
1496
|
context: __SerdeContext
|
|
1405
1497
|
) => Promise<SearchDataSourcesCommandOutput>;
|
|
1406
|
-
export declare const
|
|
1498
|
+
export declare const de_SearchFoldersCommand: (
|
|
1407
1499
|
output: __HttpResponse,
|
|
1408
1500
|
context: __SerdeContext
|
|
1409
1501
|
) => Promise<SearchFoldersCommandOutput>;
|
|
1410
|
-
export declare const
|
|
1502
|
+
export declare const de_SearchGroupsCommand: (
|
|
1411
1503
|
output: __HttpResponse,
|
|
1412
1504
|
context: __SerdeContext
|
|
1413
1505
|
) => Promise<SearchGroupsCommandOutput>;
|
|
1414
|
-
export declare const
|
|
1506
|
+
export declare const de_TagResourceCommand: (
|
|
1415
1507
|
output: __HttpResponse,
|
|
1416
1508
|
context: __SerdeContext
|
|
1417
1509
|
) => Promise<TagResourceCommandOutput>;
|
|
1418
|
-
export declare const
|
|
1510
|
+
export declare const de_UntagResourceCommand: (
|
|
1419
1511
|
output: __HttpResponse,
|
|
1420
1512
|
context: __SerdeContext
|
|
1421
1513
|
) => Promise<UntagResourceCommandOutput>;
|
|
1422
|
-
export declare const
|
|
1514
|
+
export declare const de_UpdateAccountCustomizationCommand: (
|
|
1423
1515
|
output: __HttpResponse,
|
|
1424
1516
|
context: __SerdeContext
|
|
1425
1517
|
) => Promise<UpdateAccountCustomizationCommandOutput>;
|
|
1426
|
-
export declare const
|
|
1518
|
+
export declare const de_UpdateAccountSettingsCommand: (
|
|
1427
1519
|
output: __HttpResponse,
|
|
1428
1520
|
context: __SerdeContext
|
|
1429
1521
|
) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
1430
|
-
export declare const
|
|
1522
|
+
export declare const de_UpdateAnalysisCommand: (
|
|
1431
1523
|
output: __HttpResponse,
|
|
1432
1524
|
context: __SerdeContext
|
|
1433
1525
|
) => Promise<UpdateAnalysisCommandOutput>;
|
|
1434
|
-
export declare const
|
|
1526
|
+
export declare const de_UpdateAnalysisPermissionsCommand: (
|
|
1435
1527
|
output: __HttpResponse,
|
|
1436
1528
|
context: __SerdeContext
|
|
1437
1529
|
) => Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
1438
|
-
export declare const
|
|
1530
|
+
export declare const de_UpdateDashboardCommand: (
|
|
1439
1531
|
output: __HttpResponse,
|
|
1440
1532
|
context: __SerdeContext
|
|
1441
1533
|
) => Promise<UpdateDashboardCommandOutput>;
|
|
1442
|
-
export declare const
|
|
1534
|
+
export declare const de_UpdateDashboardPermissionsCommand: (
|
|
1443
1535
|
output: __HttpResponse,
|
|
1444
1536
|
context: __SerdeContext
|
|
1445
1537
|
) => Promise<UpdateDashboardPermissionsCommandOutput>;
|
|
1446
|
-
export declare const
|
|
1538
|
+
export declare const de_UpdateDashboardPublishedVersionCommand: (
|
|
1447
1539
|
output: __HttpResponse,
|
|
1448
1540
|
context: __SerdeContext
|
|
1449
1541
|
) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
1450
|
-
export declare const
|
|
1542
|
+
export declare const de_UpdateDataSetCommand: (
|
|
1451
1543
|
output: __HttpResponse,
|
|
1452
1544
|
context: __SerdeContext
|
|
1453
1545
|
) => Promise<UpdateDataSetCommandOutput>;
|
|
1454
|
-
export declare const
|
|
1546
|
+
export declare const de_UpdateDataSetPermissionsCommand: (
|
|
1455
1547
|
output: __HttpResponse,
|
|
1456
1548
|
context: __SerdeContext
|
|
1457
1549
|
) => Promise<UpdateDataSetPermissionsCommandOutput>;
|
|
1458
|
-
export declare const
|
|
1550
|
+
export declare const de_UpdateDataSourceCommand: (
|
|
1459
1551
|
output: __HttpResponse,
|
|
1460
1552
|
context: __SerdeContext
|
|
1461
1553
|
) => Promise<UpdateDataSourceCommandOutput>;
|
|
1462
|
-
export declare const
|
|
1554
|
+
export declare const de_UpdateDataSourcePermissionsCommand: (
|
|
1463
1555
|
output: __HttpResponse,
|
|
1464
1556
|
context: __SerdeContext
|
|
1465
1557
|
) => Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
1466
|
-
export declare const
|
|
1558
|
+
export declare const de_UpdateFolderCommand: (
|
|
1467
1559
|
output: __HttpResponse,
|
|
1468
1560
|
context: __SerdeContext
|
|
1469
1561
|
) => Promise<UpdateFolderCommandOutput>;
|
|
1470
|
-
export declare const
|
|
1562
|
+
export declare const de_UpdateFolderPermissionsCommand: (
|
|
1471
1563
|
output: __HttpResponse,
|
|
1472
1564
|
context: __SerdeContext
|
|
1473
1565
|
) => Promise<UpdateFolderPermissionsCommandOutput>;
|
|
1474
|
-
export declare const
|
|
1566
|
+
export declare const de_UpdateGroupCommand: (
|
|
1475
1567
|
output: __HttpResponse,
|
|
1476
1568
|
context: __SerdeContext
|
|
1477
1569
|
) => Promise<UpdateGroupCommandOutput>;
|
|
1478
|
-
export declare const
|
|
1570
|
+
export declare const de_UpdateIAMPolicyAssignmentCommand: (
|
|
1479
1571
|
output: __HttpResponse,
|
|
1480
1572
|
context: __SerdeContext
|
|
1481
1573
|
) => Promise<UpdateIAMPolicyAssignmentCommandOutput>;
|
|
1482
|
-
export declare const
|
|
1574
|
+
export declare const de_UpdateIpRestrictionCommand: (
|
|
1483
1575
|
output: __HttpResponse,
|
|
1484
1576
|
context: __SerdeContext
|
|
1485
1577
|
) => Promise<UpdateIpRestrictionCommandOutput>;
|
|
1486
|
-
export declare const
|
|
1578
|
+
export declare const de_UpdatePublicSharingSettingsCommand: (
|
|
1487
1579
|
output: __HttpResponse,
|
|
1488
1580
|
context: __SerdeContext
|
|
1489
1581
|
) => Promise<UpdatePublicSharingSettingsCommandOutput>;
|
|
1490
|
-
export declare const
|
|
1582
|
+
export declare const de_UpdateRefreshScheduleCommand: (
|
|
1583
|
+
output: __HttpResponse,
|
|
1584
|
+
context: __SerdeContext
|
|
1585
|
+
) => Promise<UpdateRefreshScheduleCommandOutput>;
|
|
1586
|
+
export declare const de_UpdateTemplateCommand: (
|
|
1491
1587
|
output: __HttpResponse,
|
|
1492
1588
|
context: __SerdeContext
|
|
1493
1589
|
) => Promise<UpdateTemplateCommandOutput>;
|
|
1494
|
-
export declare const
|
|
1590
|
+
export declare const de_UpdateTemplateAliasCommand: (
|
|
1495
1591
|
output: __HttpResponse,
|
|
1496
1592
|
context: __SerdeContext
|
|
1497
1593
|
) => Promise<UpdateTemplateAliasCommandOutput>;
|
|
1498
|
-
export declare const
|
|
1594
|
+
export declare const de_UpdateTemplatePermissionsCommand: (
|
|
1499
1595
|
output: __HttpResponse,
|
|
1500
1596
|
context: __SerdeContext
|
|
1501
1597
|
) => Promise<UpdateTemplatePermissionsCommandOutput>;
|
|
1502
|
-
export declare const
|
|
1598
|
+
export declare const de_UpdateThemeCommand: (
|
|
1503
1599
|
output: __HttpResponse,
|
|
1504
1600
|
context: __SerdeContext
|
|
1505
1601
|
) => Promise<UpdateThemeCommandOutput>;
|
|
1506
|
-
export declare const
|
|
1602
|
+
export declare const de_UpdateThemeAliasCommand: (
|
|
1507
1603
|
output: __HttpResponse,
|
|
1508
1604
|
context: __SerdeContext
|
|
1509
1605
|
) => Promise<UpdateThemeAliasCommandOutput>;
|
|
1510
|
-
export declare const
|
|
1606
|
+
export declare const de_UpdateThemePermissionsCommand: (
|
|
1511
1607
|
output: __HttpResponse,
|
|
1512
1608
|
context: __SerdeContext
|
|
1513
1609
|
) => Promise<UpdateThemePermissionsCommandOutput>;
|
|
1514
|
-
export declare const
|
|
1610
|
+
export declare const de_UpdateUserCommand: (
|
|
1515
1611
|
output: __HttpResponse,
|
|
1516
1612
|
context: __SerdeContext
|
|
1517
1613
|
) => Promise<UpdateUserCommandOutput>;
|