@aws-sdk/client-quicksight 3.306.0 → 3.310.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/QuickSight.js +120 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
- package/dist-cjs/commands/ListFoldersCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
- package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/RegisterUserCommand.js +2 -2
- package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
- package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
- package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
- package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_2.js +25 -67
- package/dist-cjs/models/models_3.js +66 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
- package/dist-es/QuickSight.js +120 -0
- package/dist-es/commands/CancelIngestionCommand.js +3 -3
- package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateIngestionCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/CreateTemplateCommand.js +3 -3
- package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteFolderCommand.js +3 -3
- package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderCommand.js +3 -3
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DescribeIngestionCommand.js +3 -3
- package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-es/commands/DescribeThemeCommand.js +3 -3
- package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-es/commands/ListAnalysesCommand.js +3 -3
- package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListFolderMembersCommand.js +3 -3
- package/dist-es/commands/ListFoldersCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-es/commands/ListIngestionsCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/ListUserGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/RegisterUserCommand.js +3 -3
- package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-es/commands/SearchAnalysesCommand.js +3 -3
- package/dist-es/commands/SearchDashboardsCommand.js +3 -3
- package/dist-es/commands/SearchDataSetsCommand.js +3 -3
- package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-es/commands/SearchFoldersCommand.js +3 -3
- package/dist-es/commands/SearchGroupsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateFolderCommand.js +3 -3
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +23 -58
- package/dist-es/models/models_3.js +58 -0
- package/dist-es/protocols/Aws_restJson1.js +6083 -6716
- package/dist-types/QuickSight.d.ts +64 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +392 -571
- package/dist-types/models/models_3.d.ts +647 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
- package/dist-types/ts3.4/QuickSight.d.ts +136 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +110 -141
- package/dist-types/ts3.4/models/models_3.d.ts +176 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
- package/package.json +35 -35
|
@@ -13,6 +13,7 @@ import { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput }
|
|
|
13
13
|
import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
14
14
|
import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "./commands/CreateIngestionCommand";
|
|
15
15
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
|
|
16
|
+
import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
|
|
16
17
|
import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
|
|
17
18
|
import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
|
|
18
19
|
import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
|
|
@@ -22,6 +23,7 @@ import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommand
|
|
|
22
23
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
23
24
|
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
24
25
|
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
|
|
26
|
+
import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
25
27
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
26
28
|
import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
|
|
27
29
|
import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
|
|
@@ -29,6 +31,7 @@ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/De
|
|
|
29
31
|
import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "./commands/DeleteGroupMembershipCommand";
|
|
30
32
|
import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
31
33
|
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
34
|
+
import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
32
35
|
import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
|
|
33
36
|
import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
|
|
34
37
|
import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -46,6 +49,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
|
|
|
46
49
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
|
|
47
50
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
|
|
48
51
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "./commands/DescribeDataSetPermissionsCommand";
|
|
52
|
+
import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
49
53
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
50
54
|
import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
51
55
|
import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
|
|
@@ -57,6 +61,7 @@ import { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCom
|
|
|
57
61
|
import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "./commands/DescribeIngestionCommand";
|
|
58
62
|
import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
|
|
59
63
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
64
|
+
import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
|
|
60
65
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
61
66
|
import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
|
|
62
67
|
import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -82,6 +87,7 @@ import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOu
|
|
|
82
87
|
import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
83
88
|
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
|
|
84
89
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
90
|
+
import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
85
91
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
86
92
|
import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
|
|
87
93
|
import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
|
|
@@ -91,6 +97,7 @@ import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/List
|
|
|
91
97
|
import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "./commands/ListThemeVersionsCommand";
|
|
92
98
|
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
|
|
93
99
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
100
|
+
import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
94
101
|
import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
|
|
95
102
|
import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
|
|
96
103
|
import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
|
|
@@ -118,6 +125,7 @@ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/Up
|
|
|
118
125
|
import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "./commands/UpdateIAMPolicyAssignmentCommand";
|
|
119
126
|
import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
|
|
120
127
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
128
|
+
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
|
|
121
129
|
import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
122
130
|
import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
123
131
|
import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "./commands/UpdateTemplatePermissionsCommand";
|
|
@@ -305,6 +313,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
305
313
|
createNamespace(args: CreateNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<CreateNamespaceCommandOutput>;
|
|
306
314
|
createNamespace(args: CreateNamespaceCommandInput, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
307
315
|
createNamespace(args: CreateNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNamespaceCommandOutput) => void): void;
|
|
316
|
+
/**
|
|
317
|
+
* @public
|
|
318
|
+
* <p>Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.</p>
|
|
319
|
+
*/
|
|
320
|
+
createRefreshSchedule(args: CreateRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRefreshScheduleCommandOutput>;
|
|
321
|
+
createRefreshSchedule(args: CreateRefreshScheduleCommandInput, cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void): void;
|
|
322
|
+
createRefreshSchedule(args: CreateRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void): void;
|
|
308
323
|
/**
|
|
309
324
|
* @public
|
|
310
325
|
* <p>Creates a template either from a <code>TemplateDefinition</code> or from an existing Amazon QuickSight analysis or template. You can use the resulting
|
|
@@ -390,6 +405,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
390
405
|
deleteDataSet(args: DeleteDataSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSetCommandOutput>;
|
|
391
406
|
deleteDataSet(args: DeleteDataSetCommandInput, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
|
|
392
407
|
deleteDataSet(args: DeleteDataSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSetCommandOutput) => void): void;
|
|
408
|
+
/**
|
|
409
|
+
* @public
|
|
410
|
+
* <p>Deletes the dataset refresh properties of the dataset.</p>
|
|
411
|
+
*/
|
|
412
|
+
deleteDataSetRefreshProperties(args: DeleteDataSetRefreshPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
|
|
413
|
+
deleteDataSetRefreshProperties(args: DeleteDataSetRefreshPropertiesCommandInput, cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void): void;
|
|
414
|
+
deleteDataSetRefreshProperties(args: DeleteDataSetRefreshPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void): void;
|
|
393
415
|
/**
|
|
394
416
|
* @public
|
|
395
417
|
* <p>Deletes the data source permanently. This operation breaks
|
|
@@ -442,6 +464,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
442
464
|
deleteNamespace(args: DeleteNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNamespaceCommandOutput>;
|
|
443
465
|
deleteNamespace(args: DeleteNamespaceCommandInput, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
444
466
|
deleteNamespace(args: DeleteNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNamespaceCommandOutput) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* @public
|
|
469
|
+
* <p>Deletes a refresh schedule from a dataset.</p>
|
|
470
|
+
*/
|
|
471
|
+
deleteRefreshSchedule(args: DeleteRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRefreshScheduleCommandOutput>;
|
|
472
|
+
deleteRefreshSchedule(args: DeleteRefreshScheduleCommandInput, cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void): void;
|
|
473
|
+
deleteRefreshSchedule(args: DeleteRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void): void;
|
|
445
474
|
/**
|
|
446
475
|
* @public
|
|
447
476
|
* <p>Deletes a template.</p>
|
|
@@ -640,6 +669,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
640
669
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetPermissionsCommandOutput>;
|
|
641
670
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
|
|
642
671
|
describeDataSetPermissions(args: DescribeDataSetPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void): void;
|
|
672
|
+
/**
|
|
673
|
+
* @public
|
|
674
|
+
* <p>Describes the refresh properties of a dataset.</p>
|
|
675
|
+
*/
|
|
676
|
+
describeDataSetRefreshProperties(args: DescribeDataSetRefreshPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
|
|
677
|
+
describeDataSetRefreshProperties(args: DescribeDataSetRefreshPropertiesCommandInput, cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void): void;
|
|
678
|
+
describeDataSetRefreshProperties(args: DescribeDataSetRefreshPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void): void;
|
|
643
679
|
/**
|
|
644
680
|
* @public
|
|
645
681
|
* <p>Describes a data source.</p>
|
|
@@ -719,6 +755,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
719
755
|
describeNamespace(args: DescribeNamespaceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNamespaceCommandOutput>;
|
|
720
756
|
describeNamespace(args: DescribeNamespaceCommandInput, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
721
757
|
describeNamespace(args: DescribeNamespaceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNamespaceCommandOutput) => void): void;
|
|
758
|
+
/**
|
|
759
|
+
* @public
|
|
760
|
+
* <p>Provides a summary of a refresh schedule.</p>
|
|
761
|
+
*/
|
|
762
|
+
describeRefreshSchedule(args: DescribeRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRefreshScheduleCommandOutput>;
|
|
763
|
+
describeRefreshSchedule(args: DescribeRefreshScheduleCommandInput, cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void): void;
|
|
764
|
+
describeRefreshSchedule(args: DescribeRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void): void;
|
|
722
765
|
/**
|
|
723
766
|
* @public
|
|
724
767
|
* <p>Describes a template's metadata.</p>
|
|
@@ -988,6 +1031,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
988
1031
|
listNamespaces(args: ListNamespacesCommandInput, options?: __HttpHandlerOptions): Promise<ListNamespacesCommandOutput>;
|
|
989
1032
|
listNamespaces(args: ListNamespacesCommandInput, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
990
1033
|
listNamespaces(args: ListNamespacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNamespacesCommandOutput) => void): void;
|
|
1034
|
+
/**
|
|
1035
|
+
* @public
|
|
1036
|
+
* <p>Lists the refresh schedules of a dataset. Each dataset can have up to 5 schedules. </p>
|
|
1037
|
+
*/
|
|
1038
|
+
listRefreshSchedules(args: ListRefreshSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListRefreshSchedulesCommandOutput>;
|
|
1039
|
+
listRefreshSchedules(args: ListRefreshSchedulesCommandInput, cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void): void;
|
|
1040
|
+
listRefreshSchedules(args: ListRefreshSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void): void;
|
|
991
1041
|
/**
|
|
992
1042
|
* @public
|
|
993
1043
|
* <p>Lists the tags assigned to a resource.</p>
|
|
@@ -1051,6 +1101,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1051
1101
|
listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
|
|
1052
1102
|
listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
1053
1103
|
listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
|
|
1104
|
+
/**
|
|
1105
|
+
* @public
|
|
1106
|
+
* <p>Creates or updates the dataset refresh properties for the dataset.</p>
|
|
1107
|
+
*/
|
|
1108
|
+
putDataSetRefreshProperties(args: PutDataSetRefreshPropertiesCommandInput, options?: __HttpHandlerOptions): Promise<PutDataSetRefreshPropertiesCommandOutput>;
|
|
1109
|
+
putDataSetRefreshProperties(args: PutDataSetRefreshPropertiesCommandInput, cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void): void;
|
|
1110
|
+
putDataSetRefreshProperties(args: PutDataSetRefreshPropertiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void): void;
|
|
1054
1111
|
/**
|
|
1055
1112
|
* @public
|
|
1056
1113
|
* <p>Creates an Amazon QuickSight user whose identity is associated with the Identity and Access Management (IAM) identity or role specified in the request. When you register a new user from the Amazon QuickSight API, Amazon QuickSight generates a registration URL. The user accesses this registration URL to create their account. Amazon QuickSight doesn't send a registration email to users who are registered from the Amazon QuickSight API. If you want new users to receive a registration email, then add those users in the Amazon QuickSight console. For more information on registering a new user in the Amazon QuickSight console, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/managing-users.html#inviting-users"> Inviting users to access Amazon QuickSight</a>.</p>
|
|
@@ -1291,6 +1348,13 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1291
1348
|
updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePublicSharingSettingsCommandOutput>;
|
|
1292
1349
|
updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
|
|
1293
1350
|
updatePublicSharingSettings(args: UpdatePublicSharingSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void): void;
|
|
1351
|
+
/**
|
|
1352
|
+
* @public
|
|
1353
|
+
* <p>Updates a refresh schedule for a dataset.</p>
|
|
1354
|
+
*/
|
|
1355
|
+
updateRefreshSchedule(args: UpdateRefreshScheduleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRefreshScheduleCommandOutput>;
|
|
1356
|
+
updateRefreshSchedule(args: UpdateRefreshScheduleCommandInput, cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void): void;
|
|
1357
|
+
updateRefreshSchedule(args: UpdateRefreshScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void): void;
|
|
1294
1358
|
/**
|
|
1295
1359
|
* @public
|
|
1296
1360
|
* <p>Updates a template from an existing Amazon QuickSight analysis or another template.</p>
|
|
@@ -21,6 +21,7 @@ import { CreateGroupMembershipCommandInput, CreateGroupMembershipCommandOutput }
|
|
|
21
21
|
import { CreateIAMPolicyAssignmentCommandInput, CreateIAMPolicyAssignmentCommandOutput } from "./commands/CreateIAMPolicyAssignmentCommand";
|
|
22
22
|
import { CreateIngestionCommandInput, CreateIngestionCommandOutput } from "./commands/CreateIngestionCommand";
|
|
23
23
|
import { CreateNamespaceCommandInput, CreateNamespaceCommandOutput } from "./commands/CreateNamespaceCommand";
|
|
24
|
+
import { CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput } from "./commands/CreateRefreshScheduleCommand";
|
|
24
25
|
import { CreateTemplateAliasCommandInput, CreateTemplateAliasCommandOutput } from "./commands/CreateTemplateAliasCommand";
|
|
25
26
|
import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
|
|
26
27
|
import { CreateThemeAliasCommandInput, CreateThemeAliasCommandOutput } from "./commands/CreateThemeAliasCommand";
|
|
@@ -30,6 +31,7 @@ import { DeleteAccountSubscriptionCommandInput, DeleteAccountSubscriptionCommand
|
|
|
30
31
|
import { DeleteAnalysisCommandInput, DeleteAnalysisCommandOutput } from "./commands/DeleteAnalysisCommand";
|
|
31
32
|
import { DeleteDashboardCommandInput, DeleteDashboardCommandOutput } from "./commands/DeleteDashboardCommand";
|
|
32
33
|
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
|
|
34
|
+
import { DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
33
35
|
import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
|
|
34
36
|
import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
|
|
35
37
|
import { DeleteFolderMembershipCommandInput, DeleteFolderMembershipCommandOutput } from "./commands/DeleteFolderMembershipCommand";
|
|
@@ -37,6 +39,7 @@ import { DeleteGroupCommandInput, DeleteGroupCommandOutput } from "./commands/De
|
|
|
37
39
|
import { DeleteGroupMembershipCommandInput, DeleteGroupMembershipCommandOutput } from "./commands/DeleteGroupMembershipCommand";
|
|
38
40
|
import { DeleteIAMPolicyAssignmentCommandInput, DeleteIAMPolicyAssignmentCommandOutput } from "./commands/DeleteIAMPolicyAssignmentCommand";
|
|
39
41
|
import { DeleteNamespaceCommandInput, DeleteNamespaceCommandOutput } from "./commands/DeleteNamespaceCommand";
|
|
42
|
+
import { DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput } from "./commands/DeleteRefreshScheduleCommand";
|
|
40
43
|
import { DeleteTemplateAliasCommandInput, DeleteTemplateAliasCommandOutput } from "./commands/DeleteTemplateAliasCommand";
|
|
41
44
|
import { DeleteTemplateCommandInput, DeleteTemplateCommandOutput } from "./commands/DeleteTemplateCommand";
|
|
42
45
|
import { DeleteThemeAliasCommandInput, DeleteThemeAliasCommandOutput } from "./commands/DeleteThemeAliasCommand";
|
|
@@ -54,6 +57,7 @@ import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCom
|
|
|
54
57
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "./commands/DescribeDashboardPermissionsCommand";
|
|
55
58
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "./commands/DescribeDataSetCommand";
|
|
56
59
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "./commands/DescribeDataSetPermissionsCommand";
|
|
60
|
+
import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
57
61
|
import { DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput } from "./commands/DescribeDataSourceCommand";
|
|
58
62
|
import { DescribeDataSourcePermissionsCommandInput, DescribeDataSourcePermissionsCommandOutput } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
59
63
|
import { DescribeFolderCommandInput, DescribeFolderCommandOutput } from "./commands/DescribeFolderCommand";
|
|
@@ -65,6 +69,7 @@ import { DescribeIAMPolicyAssignmentCommandInput, DescribeIAMPolicyAssignmentCom
|
|
|
65
69
|
import { DescribeIngestionCommandInput, DescribeIngestionCommandOutput } from "./commands/DescribeIngestionCommand";
|
|
66
70
|
import { DescribeIpRestrictionCommandInput, DescribeIpRestrictionCommandOutput } from "./commands/DescribeIpRestrictionCommand";
|
|
67
71
|
import { DescribeNamespaceCommandInput, DescribeNamespaceCommandOutput } from "./commands/DescribeNamespaceCommand";
|
|
72
|
+
import { DescribeRefreshScheduleCommandInput, DescribeRefreshScheduleCommandOutput } from "./commands/DescribeRefreshScheduleCommand";
|
|
68
73
|
import { DescribeTemplateAliasCommandInput, DescribeTemplateAliasCommandOutput } from "./commands/DescribeTemplateAliasCommand";
|
|
69
74
|
import { DescribeTemplateCommandInput, DescribeTemplateCommandOutput } from "./commands/DescribeTemplateCommand";
|
|
70
75
|
import { DescribeTemplateDefinitionCommandInput, DescribeTemplateDefinitionCommandOutput } from "./commands/DescribeTemplateDefinitionCommand";
|
|
@@ -90,6 +95,7 @@ import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOu
|
|
|
90
95
|
import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "./commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
91
96
|
import { ListIngestionsCommandInput, ListIngestionsCommandOutput } from "./commands/ListIngestionsCommand";
|
|
92
97
|
import { ListNamespacesCommandInput, ListNamespacesCommandOutput } from "./commands/ListNamespacesCommand";
|
|
98
|
+
import { ListRefreshSchedulesCommandInput, ListRefreshSchedulesCommandOutput } from "./commands/ListRefreshSchedulesCommand";
|
|
93
99
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
94
100
|
import { ListTemplateAliasesCommandInput, ListTemplateAliasesCommandOutput } from "./commands/ListTemplateAliasesCommand";
|
|
95
101
|
import { ListTemplatesCommandInput, ListTemplatesCommandOutput } from "./commands/ListTemplatesCommand";
|
|
@@ -99,6 +105,7 @@ import { ListThemesCommandInput, ListThemesCommandOutput } from "./commands/List
|
|
|
99
105
|
import { ListThemeVersionsCommandInput, ListThemeVersionsCommandOutput } from "./commands/ListThemeVersionsCommand";
|
|
100
106
|
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "./commands/ListUserGroupsCommand";
|
|
101
107
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
108
|
+
import { PutDataSetRefreshPropertiesCommandInput, PutDataSetRefreshPropertiesCommandOutput } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
102
109
|
import { RegisterUserCommandInput, RegisterUserCommandOutput } from "./commands/RegisterUserCommand";
|
|
103
110
|
import { RestoreAnalysisCommandInput, RestoreAnalysisCommandOutput } from "./commands/RestoreAnalysisCommand";
|
|
104
111
|
import { SearchAnalysesCommandInput, SearchAnalysesCommandOutput } from "./commands/SearchAnalysesCommand";
|
|
@@ -126,6 +133,7 @@ import { UpdateGroupCommandInput, UpdateGroupCommandOutput } from "./commands/Up
|
|
|
126
133
|
import { UpdateIAMPolicyAssignmentCommandInput, UpdateIAMPolicyAssignmentCommandOutput } from "./commands/UpdateIAMPolicyAssignmentCommand";
|
|
127
134
|
import { UpdateIpRestrictionCommandInput, UpdateIpRestrictionCommandOutput } from "./commands/UpdateIpRestrictionCommand";
|
|
128
135
|
import { UpdatePublicSharingSettingsCommandInput, UpdatePublicSharingSettingsCommandOutput } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
136
|
+
import { UpdateRefreshScheduleCommandInput, UpdateRefreshScheduleCommandOutput } from "./commands/UpdateRefreshScheduleCommand";
|
|
129
137
|
import { UpdateTemplateAliasCommandInput, UpdateTemplateAliasCommandOutput } from "./commands/UpdateTemplateAliasCommand";
|
|
130
138
|
import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
|
|
131
139
|
import { UpdateTemplatePermissionsCommandInput, UpdateTemplatePermissionsCommandOutput } from "./commands/UpdateTemplatePermissionsCommand";
|
|
@@ -137,11 +145,11 @@ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, Endpoi
|
|
|
137
145
|
/**
|
|
138
146
|
* @public
|
|
139
147
|
*/
|
|
140
|
-
export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
|
|
148
|
+
export type ServiceInputTypes = CancelIngestionCommandInput | CreateAccountCustomizationCommandInput | CreateAccountSubscriptionCommandInput | CreateAnalysisCommandInput | CreateDashboardCommandInput | CreateDataSetCommandInput | CreateDataSourceCommandInput | CreateFolderCommandInput | CreateFolderMembershipCommandInput | CreateGroupCommandInput | CreateGroupMembershipCommandInput | CreateIAMPolicyAssignmentCommandInput | CreateIngestionCommandInput | CreateNamespaceCommandInput | CreateRefreshScheduleCommandInput | CreateTemplateAliasCommandInput | CreateTemplateCommandInput | CreateThemeAliasCommandInput | CreateThemeCommandInput | DeleteAccountCustomizationCommandInput | DeleteAccountSubscriptionCommandInput | DeleteAnalysisCommandInput | DeleteDashboardCommandInput | DeleteDataSetCommandInput | DeleteDataSetRefreshPropertiesCommandInput | DeleteDataSourceCommandInput | DeleteFolderCommandInput | DeleteFolderMembershipCommandInput | DeleteGroupCommandInput | DeleteGroupMembershipCommandInput | DeleteIAMPolicyAssignmentCommandInput | DeleteNamespaceCommandInput | DeleteRefreshScheduleCommandInput | DeleteTemplateAliasCommandInput | DeleteTemplateCommandInput | DeleteThemeAliasCommandInput | DeleteThemeCommandInput | DeleteUserByPrincipalIdCommandInput | DeleteUserCommandInput | DescribeAccountCustomizationCommandInput | DescribeAccountSettingsCommandInput | DescribeAccountSubscriptionCommandInput | DescribeAnalysisCommandInput | DescribeAnalysisDefinitionCommandInput | DescribeAnalysisPermissionsCommandInput | DescribeDashboardCommandInput | DescribeDashboardDefinitionCommandInput | DescribeDashboardPermissionsCommandInput | DescribeDataSetCommandInput | DescribeDataSetPermissionsCommandInput | DescribeDataSetRefreshPropertiesCommandInput | DescribeDataSourceCommandInput | DescribeDataSourcePermissionsCommandInput | DescribeFolderCommandInput | DescribeFolderPermissionsCommandInput | DescribeFolderResolvedPermissionsCommandInput | DescribeGroupCommandInput | DescribeGroupMembershipCommandInput | DescribeIAMPolicyAssignmentCommandInput | DescribeIngestionCommandInput | DescribeIpRestrictionCommandInput | DescribeNamespaceCommandInput | DescribeRefreshScheduleCommandInput | DescribeTemplateAliasCommandInput | DescribeTemplateCommandInput | DescribeTemplateDefinitionCommandInput | DescribeTemplatePermissionsCommandInput | DescribeThemeAliasCommandInput | DescribeThemeCommandInput | DescribeThemePermissionsCommandInput | DescribeUserCommandInput | GenerateEmbedUrlForAnonymousUserCommandInput | GenerateEmbedUrlForRegisteredUserCommandInput | GetDashboardEmbedUrlCommandInput | GetSessionEmbedUrlCommandInput | ListAnalysesCommandInput | ListDashboardVersionsCommandInput | ListDashboardsCommandInput | ListDataSetsCommandInput | ListDataSourcesCommandInput | ListFolderMembersCommandInput | ListFoldersCommandInput | ListGroupMembershipsCommandInput | ListGroupsCommandInput | ListIAMPolicyAssignmentsCommandInput | ListIAMPolicyAssignmentsForUserCommandInput | ListIngestionsCommandInput | ListNamespacesCommandInput | ListRefreshSchedulesCommandInput | ListTagsForResourceCommandInput | ListTemplateAliasesCommandInput | ListTemplateVersionsCommandInput | ListTemplatesCommandInput | ListThemeAliasesCommandInput | ListThemeVersionsCommandInput | ListThemesCommandInput | ListUserGroupsCommandInput | ListUsersCommandInput | PutDataSetRefreshPropertiesCommandInput | RegisterUserCommandInput | RestoreAnalysisCommandInput | SearchAnalysesCommandInput | SearchDashboardsCommandInput | SearchDataSetsCommandInput | SearchDataSourcesCommandInput | SearchFoldersCommandInput | SearchGroupsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAccountCustomizationCommandInput | UpdateAccountSettingsCommandInput | UpdateAnalysisCommandInput | UpdateAnalysisPermissionsCommandInput | UpdateDashboardCommandInput | UpdateDashboardPermissionsCommandInput | UpdateDashboardPublishedVersionCommandInput | UpdateDataSetCommandInput | UpdateDataSetPermissionsCommandInput | UpdateDataSourceCommandInput | UpdateDataSourcePermissionsCommandInput | UpdateFolderCommandInput | UpdateFolderPermissionsCommandInput | UpdateGroupCommandInput | UpdateIAMPolicyAssignmentCommandInput | UpdateIpRestrictionCommandInput | UpdatePublicSharingSettingsCommandInput | UpdateRefreshScheduleCommandInput | UpdateTemplateAliasCommandInput | UpdateTemplateCommandInput | UpdateTemplatePermissionsCommandInput | UpdateThemeAliasCommandInput | UpdateThemeCommandInput | UpdateThemePermissionsCommandInput | UpdateUserCommandInput;
|
|
141
149
|
/**
|
|
142
150
|
* @public
|
|
143
151
|
*/
|
|
144
|
-
export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
|
|
152
|
+
export type ServiceOutputTypes = CancelIngestionCommandOutput | CreateAccountCustomizationCommandOutput | CreateAccountSubscriptionCommandOutput | CreateAnalysisCommandOutput | CreateDashboardCommandOutput | CreateDataSetCommandOutput | CreateDataSourceCommandOutput | CreateFolderCommandOutput | CreateFolderMembershipCommandOutput | CreateGroupCommandOutput | CreateGroupMembershipCommandOutput | CreateIAMPolicyAssignmentCommandOutput | CreateIngestionCommandOutput | CreateNamespaceCommandOutput | CreateRefreshScheduleCommandOutput | CreateTemplateAliasCommandOutput | CreateTemplateCommandOutput | CreateThemeAliasCommandOutput | CreateThemeCommandOutput | DeleteAccountCustomizationCommandOutput | DeleteAccountSubscriptionCommandOutput | DeleteAnalysisCommandOutput | DeleteDashboardCommandOutput | DeleteDataSetCommandOutput | DeleteDataSetRefreshPropertiesCommandOutput | DeleteDataSourceCommandOutput | DeleteFolderCommandOutput | DeleteFolderMembershipCommandOutput | DeleteGroupCommandOutput | DeleteGroupMembershipCommandOutput | DeleteIAMPolicyAssignmentCommandOutput | DeleteNamespaceCommandOutput | DeleteRefreshScheduleCommandOutput | DeleteTemplateAliasCommandOutput | DeleteTemplateCommandOutput | DeleteThemeAliasCommandOutput | DeleteThemeCommandOutput | DeleteUserByPrincipalIdCommandOutput | DeleteUserCommandOutput | DescribeAccountCustomizationCommandOutput | DescribeAccountSettingsCommandOutput | DescribeAccountSubscriptionCommandOutput | DescribeAnalysisCommandOutput | DescribeAnalysisDefinitionCommandOutput | DescribeAnalysisPermissionsCommandOutput | DescribeDashboardCommandOutput | DescribeDashboardDefinitionCommandOutput | DescribeDashboardPermissionsCommandOutput | DescribeDataSetCommandOutput | DescribeDataSetPermissionsCommandOutput | DescribeDataSetRefreshPropertiesCommandOutput | DescribeDataSourceCommandOutput | DescribeDataSourcePermissionsCommandOutput | DescribeFolderCommandOutput | DescribeFolderPermissionsCommandOutput | DescribeFolderResolvedPermissionsCommandOutput | DescribeGroupCommandOutput | DescribeGroupMembershipCommandOutput | DescribeIAMPolicyAssignmentCommandOutput | DescribeIngestionCommandOutput | DescribeIpRestrictionCommandOutput | DescribeNamespaceCommandOutput | DescribeRefreshScheduleCommandOutput | DescribeTemplateAliasCommandOutput | DescribeTemplateCommandOutput | DescribeTemplateDefinitionCommandOutput | DescribeTemplatePermissionsCommandOutput | DescribeThemeAliasCommandOutput | DescribeThemeCommandOutput | DescribeThemePermissionsCommandOutput | DescribeUserCommandOutput | GenerateEmbedUrlForAnonymousUserCommandOutput | GenerateEmbedUrlForRegisteredUserCommandOutput | GetDashboardEmbedUrlCommandOutput | GetSessionEmbedUrlCommandOutput | ListAnalysesCommandOutput | ListDashboardVersionsCommandOutput | ListDashboardsCommandOutput | ListDataSetsCommandOutput | ListDataSourcesCommandOutput | ListFolderMembersCommandOutput | ListFoldersCommandOutput | ListGroupMembershipsCommandOutput | ListGroupsCommandOutput | ListIAMPolicyAssignmentsCommandOutput | ListIAMPolicyAssignmentsForUserCommandOutput | ListIngestionsCommandOutput | ListNamespacesCommandOutput | ListRefreshSchedulesCommandOutput | ListTagsForResourceCommandOutput | ListTemplateAliasesCommandOutput | ListTemplateVersionsCommandOutput | ListTemplatesCommandOutput | ListThemeAliasesCommandOutput | ListThemeVersionsCommandOutput | ListThemesCommandOutput | ListUserGroupsCommandOutput | ListUsersCommandOutput | PutDataSetRefreshPropertiesCommandOutput | RegisterUserCommandOutput | RestoreAnalysisCommandOutput | SearchAnalysesCommandOutput | SearchDashboardsCommandOutput | SearchDataSetsCommandOutput | SearchDataSourcesCommandOutput | SearchFoldersCommandOutput | SearchGroupsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAccountCustomizationCommandOutput | UpdateAccountSettingsCommandOutput | UpdateAnalysisCommandOutput | UpdateAnalysisPermissionsCommandOutput | UpdateDashboardCommandOutput | UpdateDashboardPermissionsCommandOutput | UpdateDashboardPublishedVersionCommandOutput | UpdateDataSetCommandOutput | UpdateDataSetPermissionsCommandOutput | UpdateDataSourceCommandOutput | UpdateDataSourcePermissionsCommandOutput | UpdateFolderCommandOutput | UpdateFolderPermissionsCommandOutput | UpdateGroupCommandOutput | UpdateIAMPolicyAssignmentCommandOutput | UpdateIpRestrictionCommandOutput | UpdatePublicSharingSettingsCommandOutput | UpdateRefreshScheduleCommandOutput | UpdateTemplateAliasCommandOutput | UpdateTemplateCommandOutput | UpdateTemplatePermissionsCommandOutput | UpdateThemeAliasCommandOutput | UpdateThemeCommandOutput | UpdateThemePermissionsCommandOutput | UpdateUserCommandOutput;
|
|
145
153
|
/**
|
|
146
154
|
* @public
|
|
147
155
|
*/
|
|
@@ -186,6 +186,11 @@ export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __Met
|
|
|
186
186
|
* MatchAllValue: "STRING_VALUE",
|
|
187
187
|
* },
|
|
188
188
|
* ],
|
|
189
|
+
* TagRuleConfigurations: [ // RowLevelPermissionTagRuleConfigurationList
|
|
190
|
+
* [ // RowLevelPermissionTagRuleConfiguration
|
|
191
|
+
* "STRING_VALUE",
|
|
192
|
+
* ],
|
|
193
|
+
* ],
|
|
189
194
|
* },
|
|
190
195
|
* ColumnLevelPermissionRules: [ // ColumnLevelPermissionRuleList
|
|
191
196
|
* { // ColumnLevelPermissionRule
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { CreateRefreshScheduleRequest, CreateRefreshScheduleResponse } from "../models/models_2";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link CreateRefreshScheduleCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface CreateRefreshScheduleCommandInput extends CreateRefreshScheduleRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link CreateRefreshScheduleCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateRefreshScheduleCommandOutput extends CreateRefreshScheduleResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Creates a refresh schedule for a dataset. You can create up to 5 different schedules for a single dataset.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, CreateRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, CreateRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // CreateRefreshScheduleRequest
|
|
30
|
+
* DataSetId: "STRING_VALUE", // required
|
|
31
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
32
|
+
* Schedule: { // RefreshSchedule
|
|
33
|
+
* ScheduleId: "STRING_VALUE", // required
|
|
34
|
+
* ScheduleFrequency: { // RefreshFrequency
|
|
35
|
+
* Interval: "MINUTE15" || "MINUTE30" || "HOURLY" || "DAILY" || "WEEKLY" || "MONTHLY", // required
|
|
36
|
+
* RefreshOnDay: { // ScheduleRefreshOnEntity
|
|
37
|
+
* DayOfWeek: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
38
|
+
* DayOfMonth: "STRING_VALUE",
|
|
39
|
+
* },
|
|
40
|
+
* Timezone: "STRING_VALUE",
|
|
41
|
+
* TimeOfTheDay: "STRING_VALUE",
|
|
42
|
+
* },
|
|
43
|
+
* StartAfterDateTime: new Date("TIMESTAMP"),
|
|
44
|
+
* RefreshType: "INCREMENTAL_REFRESH" || "FULL_REFRESH", // required
|
|
45
|
+
* Arn: "STRING_VALUE",
|
|
46
|
+
* },
|
|
47
|
+
* };
|
|
48
|
+
* const command = new CreateRefreshScheduleCommand(input);
|
|
49
|
+
* const response = await client.send(command);
|
|
50
|
+
* ```
|
|
51
|
+
*
|
|
52
|
+
* @param CreateRefreshScheduleCommandInput - {@link CreateRefreshScheduleCommandInput}
|
|
53
|
+
* @returns {@link CreateRefreshScheduleCommandOutput}
|
|
54
|
+
* @see {@link CreateRefreshScheduleCommandInput} for command's `input` shape.
|
|
55
|
+
* @see {@link CreateRefreshScheduleCommandOutput} for command's `response` shape.
|
|
56
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
59
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
60
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
61
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
62
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
65
|
+
* <p>An internal failure occurred.</p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
68
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
71
|
+
* <p>A limit is exceeded.</p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link PreconditionNotMetException} (client fault)
|
|
74
|
+
* <p>One or more preconditions aren't met.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceExistsException} (client fault)
|
|
77
|
+
* <p>The resource specified already exists. </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
80
|
+
* <p>One or more resources can't be found.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
83
|
+
* <p>Access is throttled.</p>
|
|
84
|
+
*
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
export declare class CreateRefreshScheduleCommand extends $Command<CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
88
|
+
readonly input: CreateRefreshScheduleCommandInput;
|
|
89
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
constructor(input: CreateRefreshScheduleCommandInput);
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRefreshScheduleCommandInput, CreateRefreshScheduleCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
101
|
+
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
105
|
+
private deserialize;
|
|
106
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteDataSetRefreshPropertiesRequest, DeleteDataSetRefreshPropertiesResponse } from "../models/models_2";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeleteDataSetRefreshPropertiesCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeleteDataSetRefreshPropertiesCommandInput extends DeleteDataSetRefreshPropertiesRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeleteDataSetRefreshPropertiesCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteDataSetRefreshPropertiesCommandOutput extends DeleteDataSetRefreshPropertiesResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes the dataset refresh properties of the dataset.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, DeleteDataSetRefreshPropertiesCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DeleteDataSetRefreshPropertiesCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DeleteDataSetRefreshPropertiesRequest
|
|
30
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
31
|
+
* DataSetId: "STRING_VALUE", // required
|
|
32
|
+
* };
|
|
33
|
+
* const command = new DeleteDataSetRefreshPropertiesCommand(input);
|
|
34
|
+
* const response = await client.send(command);
|
|
35
|
+
* ```
|
|
36
|
+
*
|
|
37
|
+
* @param DeleteDataSetRefreshPropertiesCommandInput - {@link DeleteDataSetRefreshPropertiesCommandInput}
|
|
38
|
+
* @returns {@link DeleteDataSetRefreshPropertiesCommandOutput}
|
|
39
|
+
* @see {@link DeleteDataSetRefreshPropertiesCommandInput} for command's `input` shape.
|
|
40
|
+
* @see {@link DeleteDataSetRefreshPropertiesCommandOutput} for command's `response` shape.
|
|
41
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
44
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
45
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
46
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
47
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ConflictException} (client fault)
|
|
50
|
+
* <p>Updating or deleting a resource can cause an inconsistent state.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
53
|
+
* <p>An internal failure occurred.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
56
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
59
|
+
* <p>A limit is exceeded.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p>One or more resources can't be found.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
+
* <p>Access is throttled.</p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
export declare class DeleteDataSetRefreshPropertiesCommand extends $Command<DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput, QuickSightClientResolvedConfig> {
|
|
70
|
+
readonly input: DeleteDataSetRefreshPropertiesCommandInput;
|
|
71
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
constructor(input: DeleteDataSetRefreshPropertiesCommandInput);
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
79
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDataSetRefreshPropertiesCommandInput, DeleteDataSetRefreshPropertiesCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
83
|
+
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
87
|
+
private deserialize;
|
|
88
|
+
}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteRefreshScheduleRequest, DeleteRefreshScheduleResponse } from "../models/models_2";
|
|
5
|
+
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link DeleteRefreshScheduleCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface DeleteRefreshScheduleCommandInput extends DeleteRefreshScheduleRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link DeleteRefreshScheduleCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface DeleteRefreshScheduleCommandOutput extends DeleteRefreshScheduleResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Deletes a refresh schedule from a dataset.</p>
|
|
23
|
+
* @example
|
|
24
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
25
|
+
* ```javascript
|
|
26
|
+
* import { QuickSightClient, DeleteRefreshScheduleCommand } from "@aws-sdk/client-quicksight"; // ES Modules import
|
|
27
|
+
* // const { QuickSightClient, DeleteRefreshScheduleCommand } = require("@aws-sdk/client-quicksight"); // CommonJS import
|
|
28
|
+
* const client = new QuickSightClient(config);
|
|
29
|
+
* const input = { // DeleteRefreshScheduleRequest
|
|
30
|
+
* DataSetId: "STRING_VALUE", // required
|
|
31
|
+
* AwsAccountId: "STRING_VALUE", // required
|
|
32
|
+
* ScheduleId: "STRING_VALUE", // required
|
|
33
|
+
* };
|
|
34
|
+
* const command = new DeleteRefreshScheduleCommand(input);
|
|
35
|
+
* const response = await client.send(command);
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* @param DeleteRefreshScheduleCommandInput - {@link DeleteRefreshScheduleCommandInput}
|
|
39
|
+
* @returns {@link DeleteRefreshScheduleCommandOutput}
|
|
40
|
+
* @see {@link DeleteRefreshScheduleCommandInput} for command's `input` shape.
|
|
41
|
+
* @see {@link DeleteRefreshScheduleCommandOutput} for command's `response` shape.
|
|
42
|
+
* @see {@link QuickSightClientResolvedConfig | config} for QuickSightClient's `config` shape.
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
45
|
+
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
46
|
+
* validated. You might not be authorized to carry out the request. Make sure that your
|
|
47
|
+
* account is authorized to use the Amazon QuickSight service, that your policies have the
|
|
48
|
+
* correct permissions, and that you are using the correct credentials.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalFailureException} (server fault)
|
|
51
|
+
* <p>An internal failure occurred.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidParameterValueException} (client fault)
|
|
54
|
+
* <p>One or more parameters has a value that isn't valid.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
57
|
+
* <p>A limit is exceeded.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>One or more resources can't be found.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
63
|
+
* <p>Access is throttled.</p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
export declare class DeleteRefreshScheduleCommand extends $Command<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput, QuickSightClientResolvedConfig> {
|
|
68
|
+
readonly input: DeleteRefreshScheduleCommandInput;
|
|
69
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
constructor(input: DeleteRefreshScheduleCommandInput);
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
77
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: QuickSightClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRefreshScheduleCommandInput, DeleteRefreshScheduleCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
85
|
+
private deserialize;
|
|
86
|
+
}
|