@aws-sdk/client-quicksight 3.303.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/QuickSight.js +120 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
- package/dist-cjs/commands/ListFoldersCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
- package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/RegisterUserCommand.js +2 -2
- package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
- package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
- package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
- package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_2.js +25 -67
- package/dist-cjs/models/models_3.js +66 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
- package/dist-es/QuickSight.js +120 -0
- package/dist-es/commands/CancelIngestionCommand.js +3 -3
- package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateIngestionCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/CreateTemplateCommand.js +3 -3
- package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteFolderCommand.js +3 -3
- package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderCommand.js +3 -3
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DescribeIngestionCommand.js +3 -3
- package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-es/commands/DescribeThemeCommand.js +3 -3
- package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-es/commands/ListAnalysesCommand.js +3 -3
- package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListFolderMembersCommand.js +3 -3
- package/dist-es/commands/ListFoldersCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-es/commands/ListIngestionsCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/ListUserGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/RegisterUserCommand.js +3 -3
- package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-es/commands/SearchAnalysesCommand.js +3 -3
- package/dist-es/commands/SearchDashboardsCommand.js +3 -3
- package/dist-es/commands/SearchDataSetsCommand.js +3 -3
- package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-es/commands/SearchFoldersCommand.js +3 -3
- package/dist-es/commands/SearchGroupsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateFolderCommand.js +3 -3
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +23 -58
- package/dist-es/models/models_3.js +58 -0
- package/dist-es/protocols/Aws_restJson1.js +6083 -6716
- package/dist-types/QuickSight.d.ts +64 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +392 -571
- package/dist-types/models/models_3.d.ts +647 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
- package/dist-types/ts3.4/QuickSight.d.ts +136 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +110 -141
- package/dist-types/ts3.4/models/models_3.d.ts +176 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
- package/package.json +29 -29
|
@@ -14,6 +14,7 @@ import { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput }
|
|
|
14
14
|
import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "../commands/CreateIAMPolicyAssignmentCommand";
|
|
15
15
|
import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "../commands/CreateIngestionCommand";
|
|
16
16
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "../commands/CreateNamespaceCommand";
|
|
17
|
+
import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "../commands/CreateRefreshScheduleCommand";
|
|
17
18
|
import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "../commands/CreateTemplateAliasCommand";
|
|
18
19
|
import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "../commands/CreateTemplateCommand";
|
|
19
20
|
import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "../commands/CreateThemeAliasCommand";
|
|
@@ -23,6 +24,7 @@ import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommand
|
|
|
23
24
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "../commands/DeleteAnalysisCommand";
|
|
24
25
|
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "../commands/DeleteDashboardCommand";
|
|
25
26
|
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
|
|
27
|
+
import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "../commands/DeleteDataSetRefreshPropertiesCommand";
|
|
26
28
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
|
|
27
29
|
import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "../commands/DeleteFolderCommand";
|
|
28
30
|
import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "../commands/DeleteFolderMembershipCommand";
|
|
@@ -30,6 +32,7 @@ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "../commands/D
|
|
|
30
32
|
import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "../commands/DeleteGroupMembershipCommand";
|
|
31
33
|
import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "../commands/DeleteIAMPolicyAssignmentCommand";
|
|
32
34
|
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "../commands/DeleteNamespaceCommand";
|
|
35
|
+
import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "../commands/DeleteRefreshScheduleCommand";
|
|
33
36
|
import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "../commands/DeleteTemplateAliasCommand";
|
|
34
37
|
import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "../commands/DeleteTemplateCommand";
|
|
35
38
|
import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "../commands/DeleteThemeAliasCommand";
|
|
@@ -47,6 +50,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
|
|
|
47
50
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
|
|
48
51
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "../commands/DescribeDataSetCommand";
|
|
49
52
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "../commands/DescribeDataSetPermissionsCommand";
|
|
53
|
+
import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "../commands/DescribeDataSetRefreshPropertiesCommand";
|
|
50
54
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "../commands/DescribeDataSourceCommand";
|
|
51
55
|
import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "../commands/DescribeDataSourcePermissionsCommand";
|
|
52
56
|
import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "../commands/DescribeFolderCommand";
|
|
@@ -58,6 +62,7 @@ import { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCom
|
|
|
58
62
|
import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "../commands/DescribeIngestionCommand";
|
|
59
63
|
import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "../commands/DescribeIpRestrictionCommand";
|
|
60
64
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "../commands/DescribeNamespaceCommand";
|
|
65
|
+
import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "../commands/DescribeRefreshScheduleCommand";
|
|
61
66
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "../commands/DescribeTemplateAliasCommand";
|
|
62
67
|
import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "../commands/DescribeTemplateCommand";
|
|
63
68
|
import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "../commands/DescribeTemplateDefinitionCommand";
|
|
@@ -83,6 +88,7 @@ import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOu
|
|
|
83
88
|
import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "../commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
84
89
|
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "../commands/ListIngestionsCommand";
|
|
85
90
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "../commands/ListNamespacesCommand";
|
|
91
|
+
import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "../commands/ListRefreshSchedulesCommand";
|
|
86
92
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
87
93
|
import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "../commands/ListTemplateAliasesCommand";
|
|
88
94
|
import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "../commands/ListTemplatesCommand";
|
|
@@ -92,6 +98,7 @@ import { ListThemesCommandInput, ListThemesCommandOutput } from "../commands/Lis
|
|
|
92
98
|
import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "../commands/ListThemeVersionsCommand";
|
|
93
99
|
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
|
|
94
100
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
101
|
+
import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "../commands/PutDataSetRefreshPropertiesCommand";
|
|
95
102
|
import { RegisterUserCommandInput, RegisterUserCommandOutput } from "../commands/RegisterUserCommand";
|
|
96
103
|
import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "../commands/RestoreAnalysisCommand";
|
|
97
104
|
import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "../commands/SearchAnalysesCommand";
|
|
@@ -119,6 +126,7 @@ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "../commands/U
|
|
|
119
126
|
import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "../commands/UpdateIAMPolicyAssignmentCommand";
|
|
120
127
|
import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "../commands/UpdateIpRestrictionCommand";
|
|
121
128
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "../commands/UpdatePublicSharingSettingsCommand";
|
|
129
|
+
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "../commands/UpdateRefreshScheduleCommand";
|
|
122
130
|
import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "../commands/UpdateTemplateAliasCommand";
|
|
123
131
|
import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "../commands/UpdateTemplateCommand";
|
|
124
132
|
import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "../commands/UpdateTemplatePermissionsCommand";
|
|
@@ -126,255 +134,1075 @@ import { UpdateThemeAliasCommandInput, UpdateThemeAliasCommandOutput } from "../
|
|
|
126
134
|
import { UpdateThemeCommandInput, UpdateThemeCommandOutput } from "../commands/UpdateThemeCommand";
|
|
127
135
|
import { UpdateThemePermissionsCommandInput, UpdateThemePermissionsCommandOutput } from "../commands/UpdateThemePermissionsCommand";
|
|
128
136
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
export declare const
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
export declare const
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
export declare const
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
export declare const
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
export declare const
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
export declare const
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
export declare const
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
export declare const
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
export declare const
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
export declare const
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
export declare const
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
export declare const
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
export declare const
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
export declare const
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
export declare const
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
export declare const
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export declare const
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
export declare const
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
export declare const
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
export declare const
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
export declare const
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
export declare const
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
export declare const
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
export declare const
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
export declare const
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
export declare const
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
export declare const
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
export declare const
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
export declare const
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
export declare const
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
export declare const
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export declare const
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export declare const
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
export declare const
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export declare const
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
export declare const
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
export declare const
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
export declare const
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
export declare const
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
export declare const
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
export declare const
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
export declare const
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
export declare const
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
export declare const
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
export declare const
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
export declare const
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
export declare const
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
export declare const
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
export declare const
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export declare const
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
export declare const
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
export declare const
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export declare const
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
export declare const
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
export declare const
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
export declare const
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
export declare const
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
export declare const
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
export declare const
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
export declare const
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
export declare const
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
export declare const
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
export declare const
|
|
137
|
+
/**
|
|
138
|
+
* serializeAws_restJson1CancelIngestionCommand
|
|
139
|
+
*/
|
|
140
|
+
export declare const se_CancelIngestionCommand: (input: CancelIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
141
|
+
/**
|
|
142
|
+
* serializeAws_restJson1CreateAccountCustomizationCommand
|
|
143
|
+
*/
|
|
144
|
+
export declare const se_CreateAccountCustomizationCommand: (input: CreateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
145
|
+
/**
|
|
146
|
+
* serializeAws_restJson1CreateAccountSubscriptionCommand
|
|
147
|
+
*/
|
|
148
|
+
export declare const se_CreateAccountSubscriptionCommand: (input: CreateAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
149
|
+
/**
|
|
150
|
+
* serializeAws_restJson1CreateAnalysisCommand
|
|
151
|
+
*/
|
|
152
|
+
export declare const se_CreateAnalysisCommand: (input: CreateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
153
|
+
/**
|
|
154
|
+
* serializeAws_restJson1CreateDashboardCommand
|
|
155
|
+
*/
|
|
156
|
+
export declare const se_CreateDashboardCommand: (input: CreateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
|
+
/**
|
|
158
|
+
* serializeAws_restJson1CreateDataSetCommand
|
|
159
|
+
*/
|
|
160
|
+
export declare const se_CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
161
|
+
/**
|
|
162
|
+
* serializeAws_restJson1CreateDataSourceCommand
|
|
163
|
+
*/
|
|
164
|
+
export declare const se_CreateDataSourceCommand: (input: CreateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
165
|
+
/**
|
|
166
|
+
* serializeAws_restJson1CreateFolderCommand
|
|
167
|
+
*/
|
|
168
|
+
export declare const se_CreateFolderCommand: (input: CreateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
169
|
+
/**
|
|
170
|
+
* serializeAws_restJson1CreateFolderMembershipCommand
|
|
171
|
+
*/
|
|
172
|
+
export declare const se_CreateFolderMembershipCommand: (input: CreateFolderMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_restJson1CreateGroupCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_CreateGroupCommand: (input: CreateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
/**
|
|
178
|
+
* serializeAws_restJson1CreateGroupMembershipCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const se_CreateGroupMembershipCommand: (input: CreateGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1CreateIAMPolicyAssignmentCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_CreateIAMPolicyAssignmentCommand: (input: CreateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
185
|
+
/**
|
|
186
|
+
* serializeAws_restJson1CreateIngestionCommand
|
|
187
|
+
*/
|
|
188
|
+
export declare const se_CreateIngestionCommand: (input: CreateIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
|
+
/**
|
|
190
|
+
* serializeAws_restJson1CreateNamespaceCommand
|
|
191
|
+
*/
|
|
192
|
+
export declare const se_CreateNamespaceCommand: (input: CreateNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
/**
|
|
194
|
+
* serializeAws_restJson1CreateRefreshScheduleCommand
|
|
195
|
+
*/
|
|
196
|
+
export declare const se_CreateRefreshScheduleCommand: (input: CreateRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
|
+
/**
|
|
198
|
+
* serializeAws_restJson1CreateTemplateCommand
|
|
199
|
+
*/
|
|
200
|
+
export declare const se_CreateTemplateCommand: (input: CreateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
|
+
/**
|
|
202
|
+
* serializeAws_restJson1CreateTemplateAliasCommand
|
|
203
|
+
*/
|
|
204
|
+
export declare const se_CreateTemplateAliasCommand: (input: CreateTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
205
|
+
/**
|
|
206
|
+
* serializeAws_restJson1CreateThemeCommand
|
|
207
|
+
*/
|
|
208
|
+
export declare const se_CreateThemeCommand: (input: CreateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
209
|
+
/**
|
|
210
|
+
* serializeAws_restJson1CreateThemeAliasCommand
|
|
211
|
+
*/
|
|
212
|
+
export declare const se_CreateThemeAliasCommand: (input: CreateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
213
|
+
/**
|
|
214
|
+
* serializeAws_restJson1DeleteAccountCustomizationCommand
|
|
215
|
+
*/
|
|
216
|
+
export declare const se_DeleteAccountCustomizationCommand: (input: DeleteAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
217
|
+
/**
|
|
218
|
+
* serializeAws_restJson1DeleteAccountSubscriptionCommand
|
|
219
|
+
*/
|
|
220
|
+
export declare const se_DeleteAccountSubscriptionCommand: (input: DeleteAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
|
+
/**
|
|
222
|
+
* serializeAws_restJson1DeleteAnalysisCommand
|
|
223
|
+
*/
|
|
224
|
+
export declare const se_DeleteAnalysisCommand: (input: DeleteAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
|
+
/**
|
|
226
|
+
* serializeAws_restJson1DeleteDashboardCommand
|
|
227
|
+
*/
|
|
228
|
+
export declare const se_DeleteDashboardCommand: (input: DeleteDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
+
/**
|
|
230
|
+
* serializeAws_restJson1DeleteDataSetCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const se_DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
/**
|
|
234
|
+
* serializeAws_restJson1DeleteDataSetRefreshPropertiesCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const se_DeleteDataSetRefreshPropertiesCommand: (input: DeleteDataSetRefreshPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* serializeAws_restJson1DeleteDataSourceCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
/**
|
|
242
|
+
* serializeAws_restJson1DeleteFolderCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const se_DeleteFolderCommand: (input: DeleteFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
+
/**
|
|
246
|
+
* serializeAws_restJson1DeleteFolderMembershipCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const se_DeleteFolderMembershipCommand: (input: DeleteFolderMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
+
/**
|
|
250
|
+
* serializeAws_restJson1DeleteGroupCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const se_DeleteGroupCommand: (input: DeleteGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
+
/**
|
|
254
|
+
* serializeAws_restJson1DeleteGroupMembershipCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const se_DeleteGroupMembershipCommand: (input: DeleteGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
+
/**
|
|
258
|
+
* serializeAws_restJson1DeleteIAMPolicyAssignmentCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const se_DeleteIAMPolicyAssignmentCommand: (input: DeleteIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
/**
|
|
262
|
+
* serializeAws_restJson1DeleteNamespaceCommand
|
|
263
|
+
*/
|
|
264
|
+
export declare const se_DeleteNamespaceCommand: (input: DeleteNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
265
|
+
/**
|
|
266
|
+
* serializeAws_restJson1DeleteRefreshScheduleCommand
|
|
267
|
+
*/
|
|
268
|
+
export declare const se_DeleteRefreshScheduleCommand: (input: DeleteRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
269
|
+
/**
|
|
270
|
+
* serializeAws_restJson1DeleteTemplateCommand
|
|
271
|
+
*/
|
|
272
|
+
export declare const se_DeleteTemplateCommand: (input: DeleteTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
|
+
/**
|
|
274
|
+
* serializeAws_restJson1DeleteTemplateAliasCommand
|
|
275
|
+
*/
|
|
276
|
+
export declare const se_DeleteTemplateAliasCommand: (input: DeleteTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
+
/**
|
|
278
|
+
* serializeAws_restJson1DeleteThemeCommand
|
|
279
|
+
*/
|
|
280
|
+
export declare const se_DeleteThemeCommand: (input: DeleteThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
281
|
+
/**
|
|
282
|
+
* serializeAws_restJson1DeleteThemeAliasCommand
|
|
283
|
+
*/
|
|
284
|
+
export declare const se_DeleteThemeAliasCommand: (input: DeleteThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
285
|
+
/**
|
|
286
|
+
* serializeAws_restJson1DeleteUserCommand
|
|
287
|
+
*/
|
|
288
|
+
export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
289
|
+
/**
|
|
290
|
+
* serializeAws_restJson1DeleteUserByPrincipalIdCommand
|
|
291
|
+
*/
|
|
292
|
+
export declare const se_DeleteUserByPrincipalIdCommand: (input: DeleteUserByPrincipalIdCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
293
|
+
/**
|
|
294
|
+
* serializeAws_restJson1DescribeAccountCustomizationCommand
|
|
295
|
+
*/
|
|
296
|
+
export declare const se_DescribeAccountCustomizationCommand: (input: DescribeAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
297
|
+
/**
|
|
298
|
+
* serializeAws_restJson1DescribeAccountSettingsCommand
|
|
299
|
+
*/
|
|
300
|
+
export declare const se_DescribeAccountSettingsCommand: (input: DescribeAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
|
+
/**
|
|
302
|
+
* serializeAws_restJson1DescribeAccountSubscriptionCommand
|
|
303
|
+
*/
|
|
304
|
+
export declare const se_DescribeAccountSubscriptionCommand: (input: DescribeAccountSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
|
+
/**
|
|
306
|
+
* serializeAws_restJson1DescribeAnalysisCommand
|
|
307
|
+
*/
|
|
308
|
+
export declare const se_DescribeAnalysisCommand: (input: DescribeAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
309
|
+
/**
|
|
310
|
+
* serializeAws_restJson1DescribeAnalysisDefinitionCommand
|
|
311
|
+
*/
|
|
312
|
+
export declare const se_DescribeAnalysisDefinitionCommand: (input: DescribeAnalysisDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
313
|
+
/**
|
|
314
|
+
* serializeAws_restJson1DescribeAnalysisPermissionsCommand
|
|
315
|
+
*/
|
|
316
|
+
export declare const se_DescribeAnalysisPermissionsCommand: (input: DescribeAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
317
|
+
/**
|
|
318
|
+
* serializeAws_restJson1DescribeDashboardCommand
|
|
319
|
+
*/
|
|
320
|
+
export declare const se_DescribeDashboardCommand: (input: DescribeDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
|
+
/**
|
|
322
|
+
* serializeAws_restJson1DescribeDashboardDefinitionCommand
|
|
323
|
+
*/
|
|
324
|
+
export declare const se_DescribeDashboardDefinitionCommand: (input: DescribeDashboardDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
325
|
+
/**
|
|
326
|
+
* serializeAws_restJson1DescribeDashboardPermissionsCommand
|
|
327
|
+
*/
|
|
328
|
+
export declare const se_DescribeDashboardPermissionsCommand: (input: DescribeDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
329
|
+
/**
|
|
330
|
+
* serializeAws_restJson1DescribeDataSetCommand
|
|
331
|
+
*/
|
|
332
|
+
export declare const se_DescribeDataSetCommand: (input: DescribeDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
+
/**
|
|
334
|
+
* serializeAws_restJson1DescribeDataSetPermissionsCommand
|
|
335
|
+
*/
|
|
336
|
+
export declare const se_DescribeDataSetPermissionsCommand: (input: DescribeDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
337
|
+
/**
|
|
338
|
+
* serializeAws_restJson1DescribeDataSetRefreshPropertiesCommand
|
|
339
|
+
*/
|
|
340
|
+
export declare const se_DescribeDataSetRefreshPropertiesCommand: (input: DescribeDataSetRefreshPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
+
/**
|
|
342
|
+
* serializeAws_restJson1DescribeDataSourceCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const se_DescribeDataSourceCommand: (input: DescribeDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
345
|
+
/**
|
|
346
|
+
* serializeAws_restJson1DescribeDataSourcePermissionsCommand
|
|
347
|
+
*/
|
|
348
|
+
export declare const se_DescribeDataSourcePermissionsCommand: (input: DescribeDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
349
|
+
/**
|
|
350
|
+
* serializeAws_restJson1DescribeFolderCommand
|
|
351
|
+
*/
|
|
352
|
+
export declare const se_DescribeFolderCommand: (input: DescribeFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
353
|
+
/**
|
|
354
|
+
* serializeAws_restJson1DescribeFolderPermissionsCommand
|
|
355
|
+
*/
|
|
356
|
+
export declare const se_DescribeFolderPermissionsCommand: (input: DescribeFolderPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
357
|
+
/**
|
|
358
|
+
* serializeAws_restJson1DescribeFolderResolvedPermissionsCommand
|
|
359
|
+
*/
|
|
360
|
+
export declare const se_DescribeFolderResolvedPermissionsCommand: (input: DescribeFolderResolvedPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
361
|
+
/**
|
|
362
|
+
* serializeAws_restJson1DescribeGroupCommand
|
|
363
|
+
*/
|
|
364
|
+
export declare const se_DescribeGroupCommand: (input: DescribeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
365
|
+
/**
|
|
366
|
+
* serializeAws_restJson1DescribeGroupMembershipCommand
|
|
367
|
+
*/
|
|
368
|
+
export declare const se_DescribeGroupMembershipCommand: (input: DescribeGroupMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
369
|
+
/**
|
|
370
|
+
* serializeAws_restJson1DescribeIAMPolicyAssignmentCommand
|
|
371
|
+
*/
|
|
372
|
+
export declare const se_DescribeIAMPolicyAssignmentCommand: (input: DescribeIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
373
|
+
/**
|
|
374
|
+
* serializeAws_restJson1DescribeIngestionCommand
|
|
375
|
+
*/
|
|
376
|
+
export declare const se_DescribeIngestionCommand: (input: DescribeIngestionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
377
|
+
/**
|
|
378
|
+
* serializeAws_restJson1DescribeIpRestrictionCommand
|
|
379
|
+
*/
|
|
380
|
+
export declare const se_DescribeIpRestrictionCommand: (input: DescribeIpRestrictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
381
|
+
/**
|
|
382
|
+
* serializeAws_restJson1DescribeNamespaceCommand
|
|
383
|
+
*/
|
|
384
|
+
export declare const se_DescribeNamespaceCommand: (input: DescribeNamespaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
385
|
+
/**
|
|
386
|
+
* serializeAws_restJson1DescribeRefreshScheduleCommand
|
|
387
|
+
*/
|
|
388
|
+
export declare const se_DescribeRefreshScheduleCommand: (input: DescribeRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
389
|
+
/**
|
|
390
|
+
* serializeAws_restJson1DescribeTemplateCommand
|
|
391
|
+
*/
|
|
392
|
+
export declare const se_DescribeTemplateCommand: (input: DescribeTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
393
|
+
/**
|
|
394
|
+
* serializeAws_restJson1DescribeTemplateAliasCommand
|
|
395
|
+
*/
|
|
396
|
+
export declare const se_DescribeTemplateAliasCommand: (input: DescribeTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
397
|
+
/**
|
|
398
|
+
* serializeAws_restJson1DescribeTemplateDefinitionCommand
|
|
399
|
+
*/
|
|
400
|
+
export declare const se_DescribeTemplateDefinitionCommand: (input: DescribeTemplateDefinitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
401
|
+
/**
|
|
402
|
+
* serializeAws_restJson1DescribeTemplatePermissionsCommand
|
|
403
|
+
*/
|
|
404
|
+
export declare const se_DescribeTemplatePermissionsCommand: (input: DescribeTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
405
|
+
/**
|
|
406
|
+
* serializeAws_restJson1DescribeThemeCommand
|
|
407
|
+
*/
|
|
408
|
+
export declare const se_DescribeThemeCommand: (input: DescribeThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
409
|
+
/**
|
|
410
|
+
* serializeAws_restJson1DescribeThemeAliasCommand
|
|
411
|
+
*/
|
|
412
|
+
export declare const se_DescribeThemeAliasCommand: (input: DescribeThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
413
|
+
/**
|
|
414
|
+
* serializeAws_restJson1DescribeThemePermissionsCommand
|
|
415
|
+
*/
|
|
416
|
+
export declare const se_DescribeThemePermissionsCommand: (input: DescribeThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
417
|
+
/**
|
|
418
|
+
* serializeAws_restJson1DescribeUserCommand
|
|
419
|
+
*/
|
|
420
|
+
export declare const se_DescribeUserCommand: (input: DescribeUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
421
|
+
/**
|
|
422
|
+
* serializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
|
|
423
|
+
*/
|
|
424
|
+
export declare const se_GenerateEmbedUrlForAnonymousUserCommand: (input: GenerateEmbedUrlForAnonymousUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
425
|
+
/**
|
|
426
|
+
* serializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
|
|
427
|
+
*/
|
|
428
|
+
export declare const se_GenerateEmbedUrlForRegisteredUserCommand: (input: GenerateEmbedUrlForRegisteredUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
429
|
+
/**
|
|
430
|
+
* serializeAws_restJson1GetDashboardEmbedUrlCommand
|
|
431
|
+
*/
|
|
432
|
+
export declare const se_GetDashboardEmbedUrlCommand: (input: GetDashboardEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
433
|
+
/**
|
|
434
|
+
* serializeAws_restJson1GetSessionEmbedUrlCommand
|
|
435
|
+
*/
|
|
436
|
+
export declare const se_GetSessionEmbedUrlCommand: (input: GetSessionEmbedUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
437
|
+
/**
|
|
438
|
+
* serializeAws_restJson1ListAnalysesCommand
|
|
439
|
+
*/
|
|
440
|
+
export declare const se_ListAnalysesCommand: (input: ListAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
441
|
+
/**
|
|
442
|
+
* serializeAws_restJson1ListDashboardsCommand
|
|
443
|
+
*/
|
|
444
|
+
export declare const se_ListDashboardsCommand: (input: ListDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
445
|
+
/**
|
|
446
|
+
* serializeAws_restJson1ListDashboardVersionsCommand
|
|
447
|
+
*/
|
|
448
|
+
export declare const se_ListDashboardVersionsCommand: (input: ListDashboardVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
449
|
+
/**
|
|
450
|
+
* serializeAws_restJson1ListDataSetsCommand
|
|
451
|
+
*/
|
|
452
|
+
export declare const se_ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
453
|
+
/**
|
|
454
|
+
* serializeAws_restJson1ListDataSourcesCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const se_ListDataSourcesCommand: (input: ListDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
457
|
+
/**
|
|
458
|
+
* serializeAws_restJson1ListFolderMembersCommand
|
|
459
|
+
*/
|
|
460
|
+
export declare const se_ListFolderMembersCommand: (input: ListFolderMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
461
|
+
/**
|
|
462
|
+
* serializeAws_restJson1ListFoldersCommand
|
|
463
|
+
*/
|
|
464
|
+
export declare const se_ListFoldersCommand: (input: ListFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
465
|
+
/**
|
|
466
|
+
* serializeAws_restJson1ListGroupMembershipsCommand
|
|
467
|
+
*/
|
|
468
|
+
export declare const se_ListGroupMembershipsCommand: (input: ListGroupMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
469
|
+
/**
|
|
470
|
+
* serializeAws_restJson1ListGroupsCommand
|
|
471
|
+
*/
|
|
472
|
+
export declare const se_ListGroupsCommand: (input: ListGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
473
|
+
/**
|
|
474
|
+
* serializeAws_restJson1ListIAMPolicyAssignmentsCommand
|
|
475
|
+
*/
|
|
476
|
+
export declare const se_ListIAMPolicyAssignmentsCommand: (input: ListIAMPolicyAssignmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
477
|
+
/**
|
|
478
|
+
* serializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand
|
|
479
|
+
*/
|
|
480
|
+
export declare const se_ListIAMPolicyAssignmentsForUserCommand: (input: ListIAMPolicyAssignmentsForUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
481
|
+
/**
|
|
482
|
+
* serializeAws_restJson1ListIngestionsCommand
|
|
483
|
+
*/
|
|
484
|
+
export declare const se_ListIngestionsCommand: (input: ListIngestionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
485
|
+
/**
|
|
486
|
+
* serializeAws_restJson1ListNamespacesCommand
|
|
487
|
+
*/
|
|
488
|
+
export declare const se_ListNamespacesCommand: (input: ListNamespacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
489
|
+
/**
|
|
490
|
+
* serializeAws_restJson1ListRefreshSchedulesCommand
|
|
491
|
+
*/
|
|
492
|
+
export declare const se_ListRefreshSchedulesCommand: (input: ListRefreshSchedulesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
493
|
+
/**
|
|
494
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
495
|
+
*/
|
|
496
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
497
|
+
/**
|
|
498
|
+
* serializeAws_restJson1ListTemplateAliasesCommand
|
|
499
|
+
*/
|
|
500
|
+
export declare const se_ListTemplateAliasesCommand: (input: ListTemplateAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
501
|
+
/**
|
|
502
|
+
* serializeAws_restJson1ListTemplatesCommand
|
|
503
|
+
*/
|
|
504
|
+
export declare const se_ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
505
|
+
/**
|
|
506
|
+
* serializeAws_restJson1ListTemplateVersionsCommand
|
|
507
|
+
*/
|
|
508
|
+
export declare const se_ListTemplateVersionsCommand: (input: ListTemplateVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
509
|
+
/**
|
|
510
|
+
* serializeAws_restJson1ListThemeAliasesCommand
|
|
511
|
+
*/
|
|
512
|
+
export declare const se_ListThemeAliasesCommand: (input: ListThemeAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
513
|
+
/**
|
|
514
|
+
* serializeAws_restJson1ListThemesCommand
|
|
515
|
+
*/
|
|
516
|
+
export declare const se_ListThemesCommand: (input: ListThemesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
517
|
+
/**
|
|
518
|
+
* serializeAws_restJson1ListThemeVersionsCommand
|
|
519
|
+
*/
|
|
520
|
+
export declare const se_ListThemeVersionsCommand: (input: ListThemeVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
521
|
+
/**
|
|
522
|
+
* serializeAws_restJson1ListUserGroupsCommand
|
|
523
|
+
*/
|
|
524
|
+
export declare const se_ListUserGroupsCommand: (input: ListUserGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
525
|
+
/**
|
|
526
|
+
* serializeAws_restJson1ListUsersCommand
|
|
527
|
+
*/
|
|
528
|
+
export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
529
|
+
/**
|
|
530
|
+
* serializeAws_restJson1PutDataSetRefreshPropertiesCommand
|
|
531
|
+
*/
|
|
532
|
+
export declare const se_PutDataSetRefreshPropertiesCommand: (input: PutDataSetRefreshPropertiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
533
|
+
/**
|
|
534
|
+
* serializeAws_restJson1RegisterUserCommand
|
|
535
|
+
*/
|
|
536
|
+
export declare const se_RegisterUserCommand: (input: RegisterUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
537
|
+
/**
|
|
538
|
+
* serializeAws_restJson1RestoreAnalysisCommand
|
|
539
|
+
*/
|
|
540
|
+
export declare const se_RestoreAnalysisCommand: (input: RestoreAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
541
|
+
/**
|
|
542
|
+
* serializeAws_restJson1SearchAnalysesCommand
|
|
543
|
+
*/
|
|
544
|
+
export declare const se_SearchAnalysesCommand: (input: SearchAnalysesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
545
|
+
/**
|
|
546
|
+
* serializeAws_restJson1SearchDashboardsCommand
|
|
547
|
+
*/
|
|
548
|
+
export declare const se_SearchDashboardsCommand: (input: SearchDashboardsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
549
|
+
/**
|
|
550
|
+
* serializeAws_restJson1SearchDataSetsCommand
|
|
551
|
+
*/
|
|
552
|
+
export declare const se_SearchDataSetsCommand: (input: SearchDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
553
|
+
/**
|
|
554
|
+
* serializeAws_restJson1SearchDataSourcesCommand
|
|
555
|
+
*/
|
|
556
|
+
export declare const se_SearchDataSourcesCommand: (input: SearchDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
557
|
+
/**
|
|
558
|
+
* serializeAws_restJson1SearchFoldersCommand
|
|
559
|
+
*/
|
|
560
|
+
export declare const se_SearchFoldersCommand: (input: SearchFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
561
|
+
/**
|
|
562
|
+
* serializeAws_restJson1SearchGroupsCommand
|
|
563
|
+
*/
|
|
564
|
+
export declare const se_SearchGroupsCommand: (input: SearchGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
565
|
+
/**
|
|
566
|
+
* serializeAws_restJson1TagResourceCommand
|
|
567
|
+
*/
|
|
568
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
569
|
+
/**
|
|
570
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
571
|
+
*/
|
|
572
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
573
|
+
/**
|
|
574
|
+
* serializeAws_restJson1UpdateAccountCustomizationCommand
|
|
575
|
+
*/
|
|
576
|
+
export declare const se_UpdateAccountCustomizationCommand: (input: UpdateAccountCustomizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
577
|
+
/**
|
|
578
|
+
* serializeAws_restJson1UpdateAccountSettingsCommand
|
|
579
|
+
*/
|
|
580
|
+
export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
581
|
+
/**
|
|
582
|
+
* serializeAws_restJson1UpdateAnalysisCommand
|
|
583
|
+
*/
|
|
584
|
+
export declare const se_UpdateAnalysisCommand: (input: UpdateAnalysisCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
585
|
+
/**
|
|
586
|
+
* serializeAws_restJson1UpdateAnalysisPermissionsCommand
|
|
587
|
+
*/
|
|
588
|
+
export declare const se_UpdateAnalysisPermissionsCommand: (input: UpdateAnalysisPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
589
|
+
/**
|
|
590
|
+
* serializeAws_restJson1UpdateDashboardCommand
|
|
591
|
+
*/
|
|
592
|
+
export declare const se_UpdateDashboardCommand: (input: UpdateDashboardCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
593
|
+
/**
|
|
594
|
+
* serializeAws_restJson1UpdateDashboardPermissionsCommand
|
|
595
|
+
*/
|
|
596
|
+
export declare const se_UpdateDashboardPermissionsCommand: (input: UpdateDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
597
|
+
/**
|
|
598
|
+
* serializeAws_restJson1UpdateDashboardPublishedVersionCommand
|
|
599
|
+
*/
|
|
600
|
+
export declare const se_UpdateDashboardPublishedVersionCommand: (input: UpdateDashboardPublishedVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
601
|
+
/**
|
|
602
|
+
* serializeAws_restJson1UpdateDataSetCommand
|
|
603
|
+
*/
|
|
604
|
+
export declare const se_UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
605
|
+
/**
|
|
606
|
+
* serializeAws_restJson1UpdateDataSetPermissionsCommand
|
|
607
|
+
*/
|
|
608
|
+
export declare const se_UpdateDataSetPermissionsCommand: (input: UpdateDataSetPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
609
|
+
/**
|
|
610
|
+
* serializeAws_restJson1UpdateDataSourceCommand
|
|
611
|
+
*/
|
|
612
|
+
export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
613
|
+
/**
|
|
614
|
+
* serializeAws_restJson1UpdateDataSourcePermissionsCommand
|
|
615
|
+
*/
|
|
616
|
+
export declare const se_UpdateDataSourcePermissionsCommand: (input: UpdateDataSourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
617
|
+
/**
|
|
618
|
+
* serializeAws_restJson1UpdateFolderCommand
|
|
619
|
+
*/
|
|
620
|
+
export declare const se_UpdateFolderCommand: (input: UpdateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
621
|
+
/**
|
|
622
|
+
* serializeAws_restJson1UpdateFolderPermissionsCommand
|
|
623
|
+
*/
|
|
624
|
+
export declare const se_UpdateFolderPermissionsCommand: (input: UpdateFolderPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
625
|
+
/**
|
|
626
|
+
* serializeAws_restJson1UpdateGroupCommand
|
|
627
|
+
*/
|
|
628
|
+
export declare const se_UpdateGroupCommand: (input: UpdateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
629
|
+
/**
|
|
630
|
+
* serializeAws_restJson1UpdateIAMPolicyAssignmentCommand
|
|
631
|
+
*/
|
|
632
|
+
export declare const se_UpdateIAMPolicyAssignmentCommand: (input: UpdateIAMPolicyAssignmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
633
|
+
/**
|
|
634
|
+
* serializeAws_restJson1UpdateIpRestrictionCommand
|
|
635
|
+
*/
|
|
636
|
+
export declare const se_UpdateIpRestrictionCommand: (input: UpdateIpRestrictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
637
|
+
/**
|
|
638
|
+
* serializeAws_restJson1UpdatePublicSharingSettingsCommand
|
|
639
|
+
*/
|
|
640
|
+
export declare const se_UpdatePublicSharingSettingsCommand: (input: UpdatePublicSharingSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
641
|
+
/**
|
|
642
|
+
* serializeAws_restJson1UpdateRefreshScheduleCommand
|
|
643
|
+
*/
|
|
644
|
+
export declare const se_UpdateRefreshScheduleCommand: (input: UpdateRefreshScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
645
|
+
/**
|
|
646
|
+
* serializeAws_restJson1UpdateTemplateCommand
|
|
647
|
+
*/
|
|
648
|
+
export declare const se_UpdateTemplateCommand: (input: UpdateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
649
|
+
/**
|
|
650
|
+
* serializeAws_restJson1UpdateTemplateAliasCommand
|
|
651
|
+
*/
|
|
652
|
+
export declare const se_UpdateTemplateAliasCommand: (input: UpdateTemplateAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
653
|
+
/**
|
|
654
|
+
* serializeAws_restJson1UpdateTemplatePermissionsCommand
|
|
655
|
+
*/
|
|
656
|
+
export declare const se_UpdateTemplatePermissionsCommand: (input: UpdateTemplatePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
657
|
+
/**
|
|
658
|
+
* serializeAws_restJson1UpdateThemeCommand
|
|
659
|
+
*/
|
|
660
|
+
export declare const se_UpdateThemeCommand: (input: UpdateThemeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
661
|
+
/**
|
|
662
|
+
* serializeAws_restJson1UpdateThemeAliasCommand
|
|
663
|
+
*/
|
|
664
|
+
export declare const se_UpdateThemeAliasCommand: (input: UpdateThemeAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
665
|
+
/**
|
|
666
|
+
* serializeAws_restJson1UpdateThemePermissionsCommand
|
|
667
|
+
*/
|
|
668
|
+
export declare const se_UpdateThemePermissionsCommand: (input: UpdateThemePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
669
|
+
/**
|
|
670
|
+
* serializeAws_restJson1UpdateUserCommand
|
|
671
|
+
*/
|
|
672
|
+
export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
673
|
+
/**
|
|
674
|
+
* deserializeAws_restJson1CancelIngestionCommand
|
|
675
|
+
*/
|
|
676
|
+
export declare const de_CancelIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelIngestionCommandOutput>;
|
|
677
|
+
/**
|
|
678
|
+
* deserializeAws_restJson1CreateAccountCustomizationCommand
|
|
679
|
+
*/
|
|
680
|
+
export declare const de_CreateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCustomizationCommandOutput>;
|
|
681
|
+
/**
|
|
682
|
+
* deserializeAws_restJson1CreateAccountSubscriptionCommand
|
|
683
|
+
*/
|
|
684
|
+
export declare const de_CreateAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountSubscriptionCommandOutput>;
|
|
685
|
+
/**
|
|
686
|
+
* deserializeAws_restJson1CreateAnalysisCommand
|
|
687
|
+
*/
|
|
688
|
+
export declare const de_CreateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAnalysisCommandOutput>;
|
|
689
|
+
/**
|
|
690
|
+
* deserializeAws_restJson1CreateDashboardCommand
|
|
691
|
+
*/
|
|
692
|
+
export declare const de_CreateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDashboardCommandOutput>;
|
|
693
|
+
/**
|
|
694
|
+
* deserializeAws_restJson1CreateDataSetCommand
|
|
695
|
+
*/
|
|
696
|
+
export declare const de_CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
|
|
697
|
+
/**
|
|
698
|
+
* deserializeAws_restJson1CreateDataSourceCommand
|
|
699
|
+
*/
|
|
700
|
+
export declare const de_CreateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceCommandOutput>;
|
|
701
|
+
/**
|
|
702
|
+
* deserializeAws_restJson1CreateFolderCommand
|
|
703
|
+
*/
|
|
704
|
+
export declare const de_CreateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderCommandOutput>;
|
|
705
|
+
/**
|
|
706
|
+
* deserializeAws_restJson1CreateFolderMembershipCommand
|
|
707
|
+
*/
|
|
708
|
+
export declare const de_CreateFolderMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderMembershipCommandOutput>;
|
|
709
|
+
/**
|
|
710
|
+
* deserializeAws_restJson1CreateGroupCommand
|
|
711
|
+
*/
|
|
712
|
+
export declare const de_CreateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupCommandOutput>;
|
|
713
|
+
/**
|
|
714
|
+
* deserializeAws_restJson1CreateGroupMembershipCommand
|
|
715
|
+
*/
|
|
716
|
+
export declare const de_CreateGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGroupMembershipCommandOutput>;
|
|
717
|
+
/**
|
|
718
|
+
* deserializeAws_restJson1CreateIAMPolicyAssignmentCommand
|
|
719
|
+
*/
|
|
720
|
+
export declare const de_CreateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIAMPolicyAssignmentCommandOutput>;
|
|
721
|
+
/**
|
|
722
|
+
* deserializeAws_restJson1CreateIngestionCommand
|
|
723
|
+
*/
|
|
724
|
+
export declare const de_CreateIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIngestionCommandOutput>;
|
|
725
|
+
/**
|
|
726
|
+
* deserializeAws_restJson1CreateNamespaceCommand
|
|
727
|
+
*/
|
|
728
|
+
export declare const de_CreateNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNamespaceCommandOutput>;
|
|
729
|
+
/**
|
|
730
|
+
* deserializeAws_restJson1CreateRefreshScheduleCommand
|
|
731
|
+
*/
|
|
732
|
+
export declare const de_CreateRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRefreshScheduleCommandOutput>;
|
|
733
|
+
/**
|
|
734
|
+
* deserializeAws_restJson1CreateTemplateCommand
|
|
735
|
+
*/
|
|
736
|
+
export declare const de_CreateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateCommandOutput>;
|
|
737
|
+
/**
|
|
738
|
+
* deserializeAws_restJson1CreateTemplateAliasCommand
|
|
739
|
+
*/
|
|
740
|
+
export declare const de_CreateTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTemplateAliasCommandOutput>;
|
|
741
|
+
/**
|
|
742
|
+
* deserializeAws_restJson1CreateThemeCommand
|
|
743
|
+
*/
|
|
744
|
+
export declare const de_CreateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeCommandOutput>;
|
|
745
|
+
/**
|
|
746
|
+
* deserializeAws_restJson1CreateThemeAliasCommand
|
|
747
|
+
*/
|
|
748
|
+
export declare const de_CreateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateThemeAliasCommandOutput>;
|
|
749
|
+
/**
|
|
750
|
+
* deserializeAws_restJson1DeleteAccountCustomizationCommand
|
|
751
|
+
*/
|
|
752
|
+
export declare const de_DeleteAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCustomizationCommandOutput>;
|
|
753
|
+
/**
|
|
754
|
+
* deserializeAws_restJson1DeleteAccountSubscriptionCommand
|
|
755
|
+
*/
|
|
756
|
+
export declare const de_DeleteAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountSubscriptionCommandOutput>;
|
|
757
|
+
/**
|
|
758
|
+
* deserializeAws_restJson1DeleteAnalysisCommand
|
|
759
|
+
*/
|
|
760
|
+
export declare const de_DeleteAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAnalysisCommandOutput>;
|
|
761
|
+
/**
|
|
762
|
+
* deserializeAws_restJson1DeleteDashboardCommand
|
|
763
|
+
*/
|
|
764
|
+
export declare const de_DeleteDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDashboardCommandOutput>;
|
|
765
|
+
/**
|
|
766
|
+
* deserializeAws_restJson1DeleteDataSetCommand
|
|
767
|
+
*/
|
|
768
|
+
export declare const de_DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
|
|
769
|
+
/**
|
|
770
|
+
* deserializeAws_restJson1DeleteDataSetRefreshPropertiesCommand
|
|
771
|
+
*/
|
|
772
|
+
export declare const de_DeleteDataSetRefreshPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
|
|
773
|
+
/**
|
|
774
|
+
* deserializeAws_restJson1DeleteDataSourceCommand
|
|
775
|
+
*/
|
|
776
|
+
export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
|
|
777
|
+
/**
|
|
778
|
+
* deserializeAws_restJson1DeleteFolderCommand
|
|
779
|
+
*/
|
|
780
|
+
export declare const de_DeleteFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderCommandOutput>;
|
|
781
|
+
/**
|
|
782
|
+
* deserializeAws_restJson1DeleteFolderMembershipCommand
|
|
783
|
+
*/
|
|
784
|
+
export declare const de_DeleteFolderMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderMembershipCommandOutput>;
|
|
785
|
+
/**
|
|
786
|
+
* deserializeAws_restJson1DeleteGroupCommand
|
|
787
|
+
*/
|
|
788
|
+
export declare const de_DeleteGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupCommandOutput>;
|
|
789
|
+
/**
|
|
790
|
+
* deserializeAws_restJson1DeleteGroupMembershipCommand
|
|
791
|
+
*/
|
|
792
|
+
export declare const de_DeleteGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGroupMembershipCommandOutput>;
|
|
793
|
+
/**
|
|
794
|
+
* deserializeAws_restJson1DeleteIAMPolicyAssignmentCommand
|
|
795
|
+
*/
|
|
796
|
+
export declare const de_DeleteIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIAMPolicyAssignmentCommandOutput>;
|
|
797
|
+
/**
|
|
798
|
+
* deserializeAws_restJson1DeleteNamespaceCommand
|
|
799
|
+
*/
|
|
800
|
+
export declare const de_DeleteNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNamespaceCommandOutput>;
|
|
801
|
+
/**
|
|
802
|
+
* deserializeAws_restJson1DeleteRefreshScheduleCommand
|
|
803
|
+
*/
|
|
804
|
+
export declare const de_DeleteRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRefreshScheduleCommandOutput>;
|
|
805
|
+
/**
|
|
806
|
+
* deserializeAws_restJson1DeleteTemplateCommand
|
|
807
|
+
*/
|
|
808
|
+
export declare const de_DeleteTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateCommandOutput>;
|
|
809
|
+
/**
|
|
810
|
+
* deserializeAws_restJson1DeleteTemplateAliasCommand
|
|
811
|
+
*/
|
|
812
|
+
export declare const de_DeleteTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTemplateAliasCommandOutput>;
|
|
813
|
+
/**
|
|
814
|
+
* deserializeAws_restJson1DeleteThemeCommand
|
|
815
|
+
*/
|
|
816
|
+
export declare const de_DeleteThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeCommandOutput>;
|
|
817
|
+
/**
|
|
818
|
+
* deserializeAws_restJson1DeleteThemeAliasCommand
|
|
819
|
+
*/
|
|
820
|
+
export declare const de_DeleteThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteThemeAliasCommandOutput>;
|
|
821
|
+
/**
|
|
822
|
+
* deserializeAws_restJson1DeleteUserCommand
|
|
823
|
+
*/
|
|
824
|
+
export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
|
|
825
|
+
/**
|
|
826
|
+
* deserializeAws_restJson1DeleteUserByPrincipalIdCommand
|
|
827
|
+
*/
|
|
828
|
+
export declare const de_DeleteUserByPrincipalIdCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserByPrincipalIdCommandOutput>;
|
|
829
|
+
/**
|
|
830
|
+
* deserializeAws_restJson1DescribeAccountCustomizationCommand
|
|
831
|
+
*/
|
|
832
|
+
export declare const de_DescribeAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountCustomizationCommandOutput>;
|
|
833
|
+
/**
|
|
834
|
+
* deserializeAws_restJson1DescribeAccountSettingsCommand
|
|
835
|
+
*/
|
|
836
|
+
export declare const de_DescribeAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSettingsCommandOutput>;
|
|
837
|
+
/**
|
|
838
|
+
* deserializeAws_restJson1DescribeAccountSubscriptionCommand
|
|
839
|
+
*/
|
|
840
|
+
export declare const de_DescribeAccountSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountSubscriptionCommandOutput>;
|
|
841
|
+
/**
|
|
842
|
+
* deserializeAws_restJson1DescribeAnalysisCommand
|
|
843
|
+
*/
|
|
844
|
+
export declare const de_DescribeAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisCommandOutput>;
|
|
845
|
+
/**
|
|
846
|
+
* deserializeAws_restJson1DescribeAnalysisDefinitionCommand
|
|
847
|
+
*/
|
|
848
|
+
export declare const de_DescribeAnalysisDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisDefinitionCommandOutput>;
|
|
849
|
+
/**
|
|
850
|
+
* deserializeAws_restJson1DescribeAnalysisPermissionsCommand
|
|
851
|
+
*/
|
|
852
|
+
export declare const de_DescribeAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnalysisPermissionsCommandOutput>;
|
|
853
|
+
/**
|
|
854
|
+
* deserializeAws_restJson1DescribeDashboardCommand
|
|
855
|
+
*/
|
|
856
|
+
export declare const de_DescribeDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardCommandOutput>;
|
|
857
|
+
/**
|
|
858
|
+
* deserializeAws_restJson1DescribeDashboardDefinitionCommand
|
|
859
|
+
*/
|
|
860
|
+
export declare const de_DescribeDashboardDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardDefinitionCommandOutput>;
|
|
861
|
+
/**
|
|
862
|
+
* deserializeAws_restJson1DescribeDashboardPermissionsCommand
|
|
863
|
+
*/
|
|
864
|
+
export declare const de_DescribeDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
865
|
+
/**
|
|
866
|
+
* deserializeAws_restJson1DescribeDataSetCommand
|
|
867
|
+
*/
|
|
868
|
+
export declare const de_DescribeDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetCommandOutput>;
|
|
869
|
+
/**
|
|
870
|
+
* deserializeAws_restJson1DescribeDataSetPermissionsCommand
|
|
871
|
+
*/
|
|
872
|
+
export declare const de_DescribeDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
873
|
+
/**
|
|
874
|
+
* deserializeAws_restJson1DescribeDataSetRefreshPropertiesCommand
|
|
875
|
+
*/
|
|
876
|
+
export declare const de_DescribeDataSetRefreshPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
|
|
877
|
+
/**
|
|
878
|
+
* deserializeAws_restJson1DescribeDataSourceCommand
|
|
879
|
+
*/
|
|
880
|
+
export declare const de_DescribeDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourceCommandOutput>;
|
|
881
|
+
/**
|
|
882
|
+
* deserializeAws_restJson1DescribeDataSourcePermissionsCommand
|
|
883
|
+
*/
|
|
884
|
+
export declare const de_DescribeDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcePermissionsCommandOutput>;
|
|
885
|
+
/**
|
|
886
|
+
* deserializeAws_restJson1DescribeFolderCommand
|
|
887
|
+
*/
|
|
888
|
+
export declare const de_DescribeFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderCommandOutput>;
|
|
889
|
+
/**
|
|
890
|
+
* deserializeAws_restJson1DescribeFolderPermissionsCommand
|
|
891
|
+
*/
|
|
892
|
+
export declare const de_DescribeFolderPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderPermissionsCommandOutput>;
|
|
893
|
+
/**
|
|
894
|
+
* deserializeAws_restJson1DescribeFolderResolvedPermissionsCommand
|
|
895
|
+
*/
|
|
896
|
+
export declare const de_DescribeFolderResolvedPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
897
|
+
/**
|
|
898
|
+
* deserializeAws_restJson1DescribeGroupCommand
|
|
899
|
+
*/
|
|
900
|
+
export declare const de_DescribeGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupCommandOutput>;
|
|
901
|
+
/**
|
|
902
|
+
* deserializeAws_restJson1DescribeGroupMembershipCommand
|
|
903
|
+
*/
|
|
904
|
+
export declare const de_DescribeGroupMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupMembershipCommandOutput>;
|
|
905
|
+
/**
|
|
906
|
+
* deserializeAws_restJson1DescribeIAMPolicyAssignmentCommand
|
|
907
|
+
*/
|
|
908
|
+
export declare const de_DescribeIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIAMPolicyAssignmentCommandOutput>;
|
|
909
|
+
/**
|
|
910
|
+
* deserializeAws_restJson1DescribeIngestionCommand
|
|
911
|
+
*/
|
|
912
|
+
export declare const de_DescribeIngestionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIngestionCommandOutput>;
|
|
913
|
+
/**
|
|
914
|
+
* deserializeAws_restJson1DescribeIpRestrictionCommand
|
|
915
|
+
*/
|
|
916
|
+
export declare const de_DescribeIpRestrictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIpRestrictionCommandOutput>;
|
|
917
|
+
/**
|
|
918
|
+
* deserializeAws_restJson1DescribeNamespaceCommand
|
|
919
|
+
*/
|
|
920
|
+
export declare const de_DescribeNamespaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNamespaceCommandOutput>;
|
|
921
|
+
/**
|
|
922
|
+
* deserializeAws_restJson1DescribeRefreshScheduleCommand
|
|
923
|
+
*/
|
|
924
|
+
export declare const de_DescribeRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRefreshScheduleCommandOutput>;
|
|
925
|
+
/**
|
|
926
|
+
* deserializeAws_restJson1DescribeTemplateCommand
|
|
927
|
+
*/
|
|
928
|
+
export declare const de_DescribeTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateCommandOutput>;
|
|
929
|
+
/**
|
|
930
|
+
* deserializeAws_restJson1DescribeTemplateAliasCommand
|
|
931
|
+
*/
|
|
932
|
+
export declare const de_DescribeTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateAliasCommandOutput>;
|
|
933
|
+
/**
|
|
934
|
+
* deserializeAws_restJson1DescribeTemplateDefinitionCommand
|
|
935
|
+
*/
|
|
936
|
+
export declare const de_DescribeTemplateDefinitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplateDefinitionCommandOutput>;
|
|
937
|
+
/**
|
|
938
|
+
* deserializeAws_restJson1DescribeTemplatePermissionsCommand
|
|
939
|
+
*/
|
|
940
|
+
export declare const de_DescribeTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTemplatePermissionsCommandOutput>;
|
|
941
|
+
/**
|
|
942
|
+
* deserializeAws_restJson1DescribeThemeCommand
|
|
943
|
+
*/
|
|
944
|
+
export declare const de_DescribeThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeCommandOutput>;
|
|
945
|
+
/**
|
|
946
|
+
* deserializeAws_restJson1DescribeThemeAliasCommand
|
|
947
|
+
*/
|
|
948
|
+
export declare const de_DescribeThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemeAliasCommandOutput>;
|
|
949
|
+
/**
|
|
950
|
+
* deserializeAws_restJson1DescribeThemePermissionsCommand
|
|
951
|
+
*/
|
|
952
|
+
export declare const de_DescribeThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThemePermissionsCommandOutput>;
|
|
953
|
+
/**
|
|
954
|
+
* deserializeAws_restJson1DescribeUserCommand
|
|
955
|
+
*/
|
|
956
|
+
export declare const de_DescribeUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUserCommandOutput>;
|
|
957
|
+
/**
|
|
958
|
+
* deserializeAws_restJson1GenerateEmbedUrlForAnonymousUserCommand
|
|
959
|
+
*/
|
|
960
|
+
export declare const de_GenerateEmbedUrlForAnonymousUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForAnonymousUserCommandOutput>;
|
|
961
|
+
/**
|
|
962
|
+
* deserializeAws_restJson1GenerateEmbedUrlForRegisteredUserCommand
|
|
963
|
+
*/
|
|
964
|
+
export declare const de_GenerateEmbedUrlForRegisteredUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GenerateEmbedUrlForRegisteredUserCommandOutput>;
|
|
965
|
+
/**
|
|
966
|
+
* deserializeAws_restJson1GetDashboardEmbedUrlCommand
|
|
967
|
+
*/
|
|
968
|
+
export declare const de_GetDashboardEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDashboardEmbedUrlCommandOutput>;
|
|
969
|
+
/**
|
|
970
|
+
* deserializeAws_restJson1GetSessionEmbedUrlCommand
|
|
971
|
+
*/
|
|
972
|
+
export declare const de_GetSessionEmbedUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionEmbedUrlCommandOutput>;
|
|
973
|
+
/**
|
|
974
|
+
* deserializeAws_restJson1ListAnalysesCommand
|
|
975
|
+
*/
|
|
976
|
+
export declare const de_ListAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnalysesCommandOutput>;
|
|
977
|
+
/**
|
|
978
|
+
* deserializeAws_restJson1ListDashboardsCommand
|
|
979
|
+
*/
|
|
980
|
+
export declare const de_ListDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardsCommandOutput>;
|
|
981
|
+
/**
|
|
982
|
+
* deserializeAws_restJson1ListDashboardVersionsCommand
|
|
983
|
+
*/
|
|
984
|
+
export declare const de_ListDashboardVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDashboardVersionsCommandOutput>;
|
|
985
|
+
/**
|
|
986
|
+
* deserializeAws_restJson1ListDataSetsCommand
|
|
987
|
+
*/
|
|
988
|
+
export declare const de_ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
|
|
989
|
+
/**
|
|
990
|
+
* deserializeAws_restJson1ListDataSourcesCommand
|
|
991
|
+
*/
|
|
992
|
+
export declare const de_ListDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSourcesCommandOutput>;
|
|
993
|
+
/**
|
|
994
|
+
* deserializeAws_restJson1ListFolderMembersCommand
|
|
995
|
+
*/
|
|
996
|
+
export declare const de_ListFolderMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFolderMembersCommandOutput>;
|
|
997
|
+
/**
|
|
998
|
+
* deserializeAws_restJson1ListFoldersCommand
|
|
999
|
+
*/
|
|
1000
|
+
export declare const de_ListFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFoldersCommandOutput>;
|
|
1001
|
+
/**
|
|
1002
|
+
* deserializeAws_restJson1ListGroupMembershipsCommand
|
|
1003
|
+
*/
|
|
1004
|
+
export declare const de_ListGroupMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupMembershipsCommandOutput>;
|
|
1005
|
+
/**
|
|
1006
|
+
* deserializeAws_restJson1ListGroupsCommand
|
|
1007
|
+
*/
|
|
1008
|
+
export declare const de_ListGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGroupsCommandOutput>;
|
|
1009
|
+
/**
|
|
1010
|
+
* deserializeAws_restJson1ListIAMPolicyAssignmentsCommand
|
|
1011
|
+
*/
|
|
1012
|
+
export declare const de_ListIAMPolicyAssignmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsCommandOutput>;
|
|
1013
|
+
/**
|
|
1014
|
+
* deserializeAws_restJson1ListIAMPolicyAssignmentsForUserCommand
|
|
1015
|
+
*/
|
|
1016
|
+
export declare const de_ListIAMPolicyAssignmentsForUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
1017
|
+
/**
|
|
1018
|
+
* deserializeAws_restJson1ListIngestionsCommand
|
|
1019
|
+
*/
|
|
1020
|
+
export declare const de_ListIngestionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIngestionsCommandOutput>;
|
|
1021
|
+
/**
|
|
1022
|
+
* deserializeAws_restJson1ListNamespacesCommand
|
|
1023
|
+
*/
|
|
1024
|
+
export declare const de_ListNamespacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNamespacesCommandOutput>;
|
|
1025
|
+
/**
|
|
1026
|
+
* deserializeAws_restJson1ListRefreshSchedulesCommand
|
|
1027
|
+
*/
|
|
1028
|
+
export declare const de_ListRefreshSchedulesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRefreshSchedulesCommandOutput>;
|
|
1029
|
+
/**
|
|
1030
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
1031
|
+
*/
|
|
1032
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
1033
|
+
/**
|
|
1034
|
+
* deserializeAws_restJson1ListTemplateAliasesCommand
|
|
1035
|
+
*/
|
|
1036
|
+
export declare const de_ListTemplateAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateAliasesCommandOutput>;
|
|
1037
|
+
/**
|
|
1038
|
+
* deserializeAws_restJson1ListTemplatesCommand
|
|
1039
|
+
*/
|
|
1040
|
+
export declare const de_ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
|
|
1041
|
+
/**
|
|
1042
|
+
* deserializeAws_restJson1ListTemplateVersionsCommand
|
|
1043
|
+
*/
|
|
1044
|
+
export declare const de_ListTemplateVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateVersionsCommandOutput>;
|
|
1045
|
+
/**
|
|
1046
|
+
* deserializeAws_restJson1ListThemeAliasesCommand
|
|
1047
|
+
*/
|
|
1048
|
+
export declare const de_ListThemeAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeAliasesCommandOutput>;
|
|
1049
|
+
/**
|
|
1050
|
+
* deserializeAws_restJson1ListThemesCommand
|
|
1051
|
+
*/
|
|
1052
|
+
export declare const de_ListThemesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemesCommandOutput>;
|
|
1053
|
+
/**
|
|
1054
|
+
* deserializeAws_restJson1ListThemeVersionsCommand
|
|
1055
|
+
*/
|
|
1056
|
+
export declare const de_ListThemeVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThemeVersionsCommandOutput>;
|
|
1057
|
+
/**
|
|
1058
|
+
* deserializeAws_restJson1ListUserGroupsCommand
|
|
1059
|
+
*/
|
|
1060
|
+
export declare const de_ListUserGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUserGroupsCommandOutput>;
|
|
1061
|
+
/**
|
|
1062
|
+
* deserializeAws_restJson1ListUsersCommand
|
|
1063
|
+
*/
|
|
1064
|
+
export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
|
|
1065
|
+
/**
|
|
1066
|
+
* deserializeAws_restJson1PutDataSetRefreshPropertiesCommand
|
|
1067
|
+
*/
|
|
1068
|
+
export declare const de_PutDataSetRefreshPropertiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutDataSetRefreshPropertiesCommandOutput>;
|
|
1069
|
+
/**
|
|
1070
|
+
* deserializeAws_restJson1RegisterUserCommand
|
|
1071
|
+
*/
|
|
1072
|
+
export declare const de_RegisterUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterUserCommandOutput>;
|
|
1073
|
+
/**
|
|
1074
|
+
* deserializeAws_restJson1RestoreAnalysisCommand
|
|
1075
|
+
*/
|
|
1076
|
+
export declare const de_RestoreAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreAnalysisCommandOutput>;
|
|
1077
|
+
/**
|
|
1078
|
+
* deserializeAws_restJson1SearchAnalysesCommand
|
|
1079
|
+
*/
|
|
1080
|
+
export declare const de_SearchAnalysesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAnalysesCommandOutput>;
|
|
1081
|
+
/**
|
|
1082
|
+
* deserializeAws_restJson1SearchDashboardsCommand
|
|
1083
|
+
*/
|
|
1084
|
+
export declare const de_SearchDashboardsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDashboardsCommandOutput>;
|
|
1085
|
+
/**
|
|
1086
|
+
* deserializeAws_restJson1SearchDataSetsCommand
|
|
1087
|
+
*/
|
|
1088
|
+
export declare const de_SearchDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSetsCommandOutput>;
|
|
1089
|
+
/**
|
|
1090
|
+
* deserializeAws_restJson1SearchDataSourcesCommand
|
|
1091
|
+
*/
|
|
1092
|
+
export declare const de_SearchDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchDataSourcesCommandOutput>;
|
|
1093
|
+
/**
|
|
1094
|
+
* deserializeAws_restJson1SearchFoldersCommand
|
|
1095
|
+
*/
|
|
1096
|
+
export declare const de_SearchFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchFoldersCommandOutput>;
|
|
1097
|
+
/**
|
|
1098
|
+
* deserializeAws_restJson1SearchGroupsCommand
|
|
1099
|
+
*/
|
|
1100
|
+
export declare const de_SearchGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchGroupsCommandOutput>;
|
|
1101
|
+
/**
|
|
1102
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
1103
|
+
*/
|
|
1104
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
1105
|
+
/**
|
|
1106
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
1107
|
+
*/
|
|
1108
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
1109
|
+
/**
|
|
1110
|
+
* deserializeAws_restJson1UpdateAccountCustomizationCommand
|
|
1111
|
+
*/
|
|
1112
|
+
export declare const de_UpdateAccountCustomizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCustomizationCommandOutput>;
|
|
1113
|
+
/**
|
|
1114
|
+
* deserializeAws_restJson1UpdateAccountSettingsCommand
|
|
1115
|
+
*/
|
|
1116
|
+
export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
|
|
1117
|
+
/**
|
|
1118
|
+
* deserializeAws_restJson1UpdateAnalysisCommand
|
|
1119
|
+
*/
|
|
1120
|
+
export declare const de_UpdateAnalysisCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisCommandOutput>;
|
|
1121
|
+
/**
|
|
1122
|
+
* deserializeAws_restJson1UpdateAnalysisPermissionsCommand
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const de_UpdateAnalysisPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAnalysisPermissionsCommandOutput>;
|
|
1125
|
+
/**
|
|
1126
|
+
* deserializeAws_restJson1UpdateDashboardCommand
|
|
1127
|
+
*/
|
|
1128
|
+
export declare const de_UpdateDashboardCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardCommandOutput>;
|
|
1129
|
+
/**
|
|
1130
|
+
* deserializeAws_restJson1UpdateDashboardPermissionsCommand
|
|
1131
|
+
*/
|
|
1132
|
+
export declare const de_UpdateDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPermissionsCommandOutput>;
|
|
1133
|
+
/**
|
|
1134
|
+
* deserializeAws_restJson1UpdateDashboardPublishedVersionCommand
|
|
1135
|
+
*/
|
|
1136
|
+
export declare const de_UpdateDashboardPublishedVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDashboardPublishedVersionCommandOutput>;
|
|
1137
|
+
/**
|
|
1138
|
+
* deserializeAws_restJson1UpdateDataSetCommand
|
|
1139
|
+
*/
|
|
1140
|
+
export declare const de_UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
|
|
1141
|
+
/**
|
|
1142
|
+
* deserializeAws_restJson1UpdateDataSetPermissionsCommand
|
|
1143
|
+
*/
|
|
1144
|
+
export declare const de_UpdateDataSetPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetPermissionsCommandOutput>;
|
|
1145
|
+
/**
|
|
1146
|
+
* deserializeAws_restJson1UpdateDataSourceCommand
|
|
1147
|
+
*/
|
|
1148
|
+
export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
|
|
1149
|
+
/**
|
|
1150
|
+
* deserializeAws_restJson1UpdateDataSourcePermissionsCommand
|
|
1151
|
+
*/
|
|
1152
|
+
export declare const de_UpdateDataSourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourcePermissionsCommandOutput>;
|
|
1153
|
+
/**
|
|
1154
|
+
* deserializeAws_restJson1UpdateFolderCommand
|
|
1155
|
+
*/
|
|
1156
|
+
export declare const de_UpdateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderCommandOutput>;
|
|
1157
|
+
/**
|
|
1158
|
+
* deserializeAws_restJson1UpdateFolderPermissionsCommand
|
|
1159
|
+
*/
|
|
1160
|
+
export declare const de_UpdateFolderPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderPermissionsCommandOutput>;
|
|
1161
|
+
/**
|
|
1162
|
+
* deserializeAws_restJson1UpdateGroupCommand
|
|
1163
|
+
*/
|
|
1164
|
+
export declare const de_UpdateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGroupCommandOutput>;
|
|
1165
|
+
/**
|
|
1166
|
+
* deserializeAws_restJson1UpdateIAMPolicyAssignmentCommand
|
|
1167
|
+
*/
|
|
1168
|
+
export declare const de_UpdateIAMPolicyAssignmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIAMPolicyAssignmentCommandOutput>;
|
|
1169
|
+
/**
|
|
1170
|
+
* deserializeAws_restJson1UpdateIpRestrictionCommand
|
|
1171
|
+
*/
|
|
1172
|
+
export declare const de_UpdateIpRestrictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIpRestrictionCommandOutput>;
|
|
1173
|
+
/**
|
|
1174
|
+
* deserializeAws_restJson1UpdatePublicSharingSettingsCommand
|
|
1175
|
+
*/
|
|
1176
|
+
export declare const de_UpdatePublicSharingSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePublicSharingSettingsCommandOutput>;
|
|
1177
|
+
/**
|
|
1178
|
+
* deserializeAws_restJson1UpdateRefreshScheduleCommand
|
|
1179
|
+
*/
|
|
1180
|
+
export declare const de_UpdateRefreshScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRefreshScheduleCommandOutput>;
|
|
1181
|
+
/**
|
|
1182
|
+
* deserializeAws_restJson1UpdateTemplateCommand
|
|
1183
|
+
*/
|
|
1184
|
+
export declare const de_UpdateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateCommandOutput>;
|
|
1185
|
+
/**
|
|
1186
|
+
* deserializeAws_restJson1UpdateTemplateAliasCommand
|
|
1187
|
+
*/
|
|
1188
|
+
export declare const de_UpdateTemplateAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplateAliasCommandOutput>;
|
|
1189
|
+
/**
|
|
1190
|
+
* deserializeAws_restJson1UpdateTemplatePermissionsCommand
|
|
1191
|
+
*/
|
|
1192
|
+
export declare const de_UpdateTemplatePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTemplatePermissionsCommandOutput>;
|
|
1193
|
+
/**
|
|
1194
|
+
* deserializeAws_restJson1UpdateThemeCommand
|
|
1195
|
+
*/
|
|
1196
|
+
export declare const de_UpdateThemeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeCommandOutput>;
|
|
1197
|
+
/**
|
|
1198
|
+
* deserializeAws_restJson1UpdateThemeAliasCommand
|
|
1199
|
+
*/
|
|
1200
|
+
export declare const de_UpdateThemeAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemeAliasCommandOutput>;
|
|
1201
|
+
/**
|
|
1202
|
+
* deserializeAws_restJson1UpdateThemePermissionsCommand
|
|
1203
|
+
*/
|
|
1204
|
+
export declare const de_UpdateThemePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateThemePermissionsCommandOutput>;
|
|
1205
|
+
/**
|
|
1206
|
+
* deserializeAws_restJson1UpdateUserCommand
|
|
1207
|
+
*/
|
|
1208
|
+
export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
|