@aws-sdk/client-quicksight 3.306.0 → 3.309.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -0
- package/dist-cjs/QuickSight.js +120 -0
- package/dist-cjs/commands/CancelIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/CreateAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/CreateDashboardCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSetCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/CreateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/CreateIngestionCommand.js +2 -2
- package/dist-cjs/commands/CreateNamespaceCommand.js +2 -2
- package/dist-cjs/commands/CreateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/CreateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/CreateThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DeleteDashboardCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderCommand.js +2 -2
- package/dist-cjs/commands/DeleteFolderMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DeleteRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DeleteTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DeleteThemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserByPrincipalIdCommand.js +2 -2
- package/dist-cjs/commands/DeleteUserCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderResolvedPermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupMembershipCommand.js +2 -2
- package/dist-cjs/commands/DescribeIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/DescribeIngestionCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/DescribeNamespaceCommand.js +2 -2
- package/dist-cjs/commands/DescribeRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/DescribeTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemeCommand.js +2 -2
- package/dist-cjs/commands/DescribeThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeUserCommand.js +2 -2
- package/dist-cjs/commands/GenerateEmbedUrlForAnonymousUserCommand.js +5 -5
- package/dist-cjs/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-cjs/commands/GetDashboardEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/GetSessionEmbedUrlCommand.js +2 -2
- package/dist-cjs/commands/ListAnalysesCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListDashboardsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListFolderMembersCommand.js +2 -2
- package/dist-cjs/commands/ListFoldersCommand.js +2 -2
- package/dist-cjs/commands/ListGroupMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsCommand.js +2 -2
- package/dist-cjs/commands/ListIAMPolicyAssignmentsForUserCommand.js +2 -2
- package/dist-cjs/commands/ListIngestionsCommand.js +2 -2
- package/dist-cjs/commands/ListNamespacesCommand.js +2 -2
- package/dist-cjs/commands/ListRefreshSchedulesCommand.js +45 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeAliasesCommand.js +2 -2
- package/dist-cjs/commands/ListThemeVersionsCommand.js +2 -2
- package/dist-cjs/commands/ListThemesCommand.js +2 -2
- package/dist-cjs/commands/ListUserGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListUsersCommand.js +2 -2
- package/dist-cjs/commands/PutDataSetRefreshPropertiesCommand.js +45 -0
- package/dist-cjs/commands/RegisterUserCommand.js +2 -2
- package/dist-cjs/commands/RestoreAnalysisCommand.js +2 -2
- package/dist-cjs/commands/SearchAnalysesCommand.js +2 -2
- package/dist-cjs/commands/SearchDashboardsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSetsCommand.js +2 -2
- package/dist-cjs/commands/SearchDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/SearchFoldersCommand.js +2 -2
- package/dist-cjs/commands/SearchGroupsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountCustomizationCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/commands/UpdateAnalysisPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDashboardPublishedVersionCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSetPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderCommand.js +2 -2
- package/dist-cjs/commands/UpdateFolderPermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateIAMPolicyAssignmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateIpRestrictionCommand.js +2 -2
- package/dist-cjs/commands/UpdatePublicSharingSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateRefreshScheduleCommand.js +45 -0
- package/dist-cjs/commands/UpdateTemplateAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplatePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeAliasCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemeCommand.js +2 -2
- package/dist-cjs/commands/UpdateThemePermissionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/commands/index.js +8 -0
- package/dist-cjs/models/models_2.js +25 -67
- package/dist-cjs/models/models_3.js +66 -1
- package/dist-cjs/protocols/Aws_restJson1.js +6358 -6975
- package/dist-es/QuickSight.js +120 -0
- package/dist-es/commands/CancelIngestionCommand.js +3 -3
- package/dist-es/commands/CreateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateAnalysisCommand.js +3 -3
- package/dist-es/commands/CreateDashboardCommand.js +3 -3
- package/dist-es/commands/CreateDataSetCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateFolderMembershipCommand.js +3 -3
- package/dist-es/commands/CreateGroupCommand.js +3 -3
- package/dist-es/commands/CreateGroupMembershipCommand.js +3 -3
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/CreateIngestionCommand.js +3 -3
- package/dist-es/commands/CreateNamespaceCommand.js +3 -3
- package/dist-es/commands/CreateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/CreateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/CreateTemplateCommand.js +3 -3
- package/dist-es/commands/CreateThemeAliasCommand.js +3 -3
- package/dist-es/commands/CreateThemeCommand.js +3 -3
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DeleteAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisCommand.js +3 -3
- package/dist-es/commands/DeleteDashboardCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetCommand.js +3 -3
- package/dist-es/commands/DeleteDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
- package/dist-es/commands/DeleteFolderCommand.js +3 -3
- package/dist-es/commands/DeleteFolderMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteGroupCommand.js +3 -3
- package/dist-es/commands/DeleteGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DeleteNamespaceCommand.js +3 -3
- package/dist-es/commands/DeleteRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DeleteTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DeleteTemplateCommand.js +3 -3
- package/dist-es/commands/DeleteThemeAliasCommand.js +3 -3
- package/dist-es/commands/DeleteThemeCommand.js +3 -3
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +3 -3
- package/dist-es/commands/DeleteUserCommand.js +3 -3
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderCommand.js +3 -3
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupCommand.js +3 -3
- package/dist-es/commands/DescribeGroupMembershipCommand.js +3 -3
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/DescribeIngestionCommand.js +3 -3
- package/dist-es/commands/DescribeIpRestrictionCommand.js +3 -3
- package/dist-es/commands/DescribeNamespaceCommand.js +3 -3
- package/dist-es/commands/DescribeRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/DescribeTemplateAliasCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateCommand.js +3 -3
- package/dist-es/commands/DescribeTemplateDefinitionCommand.js +3 -3
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeThemeAliasCommand.js +3 -3
- package/dist-es/commands/DescribeThemeCommand.js +3 -3
- package/dist-es/commands/DescribeThemePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeUserCommand.js +3 -3
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +4 -4
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +4 -4
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +4 -4
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +3 -3
- package/dist-es/commands/ListAnalysesCommand.js +3 -3
- package/dist-es/commands/ListDashboardVersionsCommand.js +3 -3
- package/dist-es/commands/ListDashboardsCommand.js +3 -3
- package/dist-es/commands/ListDataSetsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListFolderMembersCommand.js +3 -3
- package/dist-es/commands/ListFoldersCommand.js +3 -3
- package/dist-es/commands/ListGroupMembershipsCommand.js +3 -3
- package/dist-es/commands/ListGroupsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +3 -3
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +3 -3
- package/dist-es/commands/ListIngestionsCommand.js +3 -3
- package/dist-es/commands/ListNamespacesCommand.js +3 -3
- package/dist-es/commands/ListRefreshSchedulesCommand.js +41 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateAliasesCommand.js +3 -3
- package/dist-es/commands/ListTemplateVersionsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListThemeAliasesCommand.js +3 -3
- package/dist-es/commands/ListThemeVersionsCommand.js +3 -3
- package/dist-es/commands/ListThemesCommand.js +3 -3
- package/dist-es/commands/ListUserGroupsCommand.js +3 -3
- package/dist-es/commands/ListUsersCommand.js +3 -3
- package/dist-es/commands/PutDataSetRefreshPropertiesCommand.js +41 -0
- package/dist-es/commands/RegisterUserCommand.js +3 -3
- package/dist-es/commands/RestoreAnalysisCommand.js +3 -3
- package/dist-es/commands/SearchAnalysesCommand.js +3 -3
- package/dist-es/commands/SearchDashboardsCommand.js +3 -3
- package/dist-es/commands/SearchDataSetsCommand.js +3 -3
- package/dist-es/commands/SearchDataSourcesCommand.js +3 -3
- package/dist-es/commands/SearchFoldersCommand.js +3 -3
- package/dist-es/commands/SearchGroupsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +3 -3
- package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisCommand.js +3 -3
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetCommand.js +3 -3
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateFolderCommand.js +3 -3
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateGroupCommand.js +3 -3
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +3 -3
- package/dist-es/commands/UpdateIpRestrictionCommand.js +3 -3
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateRefreshScheduleCommand.js +41 -0
- package/dist-es/commands/UpdateTemplateAliasCommand.js +3 -3
- package/dist-es/commands/UpdateTemplateCommand.js +3 -3
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateThemeAliasCommand.js +3 -3
- package/dist-es/commands/UpdateThemeCommand.js +3 -3
- package/dist-es/commands/UpdateThemePermissionsCommand.js +3 -3
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +23 -58
- package/dist-es/models/models_3.js +58 -0
- package/dist-es/protocols/Aws_restJson1.js +6083 -6716
- package/dist-types/QuickSight.d.ts +64 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/CreateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +106 -0
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +88 -0
- package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +86 -0
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -2
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +85 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +102 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +5 -0
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +103 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +392 -571
- package/dist-types/models/models_3.d.ts +647 -2
- package/dist-types/protocols/Aws_restJson1.d.ts +1080 -252
- package/dist-types/ts3.4/QuickSight.d.ts +136 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +110 -141
- package/dist-types/ts3.4/models/models_3.d.ts +176 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +348 -252
- package/package.json +6 -6
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
CreateNamespaceCommandInput,
|
|
56
56
|
CreateNamespaceCommandOutput,
|
|
57
57
|
} from "./commands/CreateNamespaceCommand";
|
|
58
|
+
import {
|
|
59
|
+
CreateRefreshScheduleCommandInput,
|
|
60
|
+
CreateRefreshScheduleCommandOutput,
|
|
61
|
+
} from "./commands/CreateRefreshScheduleCommand";
|
|
58
62
|
import {
|
|
59
63
|
CreateTemplateAliasCommandInput,
|
|
60
64
|
CreateTemplateAliasCommandOutput,
|
|
@@ -91,6 +95,10 @@ import {
|
|
|
91
95
|
DeleteDataSetCommandInput,
|
|
92
96
|
DeleteDataSetCommandOutput,
|
|
93
97
|
} from "./commands/DeleteDataSetCommand";
|
|
98
|
+
import {
|
|
99
|
+
DeleteDataSetRefreshPropertiesCommandInput,
|
|
100
|
+
DeleteDataSetRefreshPropertiesCommandOutput,
|
|
101
|
+
} from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
94
102
|
import {
|
|
95
103
|
DeleteDataSourceCommandInput,
|
|
96
104
|
DeleteDataSourceCommandOutput,
|
|
@@ -119,6 +127,10 @@ import {
|
|
|
119
127
|
DeleteNamespaceCommandInput,
|
|
120
128
|
DeleteNamespaceCommandOutput,
|
|
121
129
|
} from "./commands/DeleteNamespaceCommand";
|
|
130
|
+
import {
|
|
131
|
+
DeleteRefreshScheduleCommandInput,
|
|
132
|
+
DeleteRefreshScheduleCommandOutput,
|
|
133
|
+
} from "./commands/DeleteRefreshScheduleCommand";
|
|
122
134
|
import {
|
|
123
135
|
DeleteTemplateAliasCommandInput,
|
|
124
136
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -187,6 +199,10 @@ import {
|
|
|
187
199
|
DescribeDataSetPermissionsCommandInput,
|
|
188
200
|
DescribeDataSetPermissionsCommandOutput,
|
|
189
201
|
} from "./commands/DescribeDataSetPermissionsCommand";
|
|
202
|
+
import {
|
|
203
|
+
DescribeDataSetRefreshPropertiesCommandInput,
|
|
204
|
+
DescribeDataSetRefreshPropertiesCommandOutput,
|
|
205
|
+
} from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
190
206
|
import {
|
|
191
207
|
DescribeDataSourceCommandInput,
|
|
192
208
|
DescribeDataSourceCommandOutput,
|
|
@@ -231,6 +247,10 @@ import {
|
|
|
231
247
|
DescribeNamespaceCommandInput,
|
|
232
248
|
DescribeNamespaceCommandOutput,
|
|
233
249
|
} from "./commands/DescribeNamespaceCommand";
|
|
250
|
+
import {
|
|
251
|
+
DescribeRefreshScheduleCommandInput,
|
|
252
|
+
DescribeRefreshScheduleCommandOutput,
|
|
253
|
+
} from "./commands/DescribeRefreshScheduleCommand";
|
|
234
254
|
import {
|
|
235
255
|
DescribeTemplateAliasCommandInput,
|
|
236
256
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -331,6 +351,10 @@ import {
|
|
|
331
351
|
ListNamespacesCommandInput,
|
|
332
352
|
ListNamespacesCommandOutput,
|
|
333
353
|
} from "./commands/ListNamespacesCommand";
|
|
354
|
+
import {
|
|
355
|
+
ListRefreshSchedulesCommandInput,
|
|
356
|
+
ListRefreshSchedulesCommandOutput,
|
|
357
|
+
} from "./commands/ListRefreshSchedulesCommand";
|
|
334
358
|
import {
|
|
335
359
|
ListTagsForResourceCommandInput,
|
|
336
360
|
ListTagsForResourceCommandOutput,
|
|
@@ -367,6 +391,10 @@ import {
|
|
|
367
391
|
ListUsersCommandInput,
|
|
368
392
|
ListUsersCommandOutput,
|
|
369
393
|
} from "./commands/ListUsersCommand";
|
|
394
|
+
import {
|
|
395
|
+
PutDataSetRefreshPropertiesCommandInput,
|
|
396
|
+
PutDataSetRefreshPropertiesCommandOutput,
|
|
397
|
+
} from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
370
398
|
import {
|
|
371
399
|
RegisterUserCommandInput,
|
|
372
400
|
RegisterUserCommandOutput,
|
|
@@ -475,6 +503,10 @@ import {
|
|
|
475
503
|
UpdatePublicSharingSettingsCommandInput,
|
|
476
504
|
UpdatePublicSharingSettingsCommandOutput,
|
|
477
505
|
} from "./commands/UpdatePublicSharingSettingsCommand";
|
|
506
|
+
import {
|
|
507
|
+
UpdateRefreshScheduleCommandInput,
|
|
508
|
+
UpdateRefreshScheduleCommandOutput,
|
|
509
|
+
} from "./commands/UpdateRefreshScheduleCommand";
|
|
478
510
|
import {
|
|
479
511
|
UpdateTemplateAliasCommandInput,
|
|
480
512
|
UpdateTemplateAliasCommandOutput,
|
|
@@ -687,6 +719,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
687
719
|
options: __HttpHandlerOptions,
|
|
688
720
|
cb: (err: any, data?: CreateNamespaceCommandOutput) => void
|
|
689
721
|
): void;
|
|
722
|
+
createRefreshSchedule(
|
|
723
|
+
args: CreateRefreshScheduleCommandInput,
|
|
724
|
+
options?: __HttpHandlerOptions
|
|
725
|
+
): Promise<CreateRefreshScheduleCommandOutput>;
|
|
726
|
+
createRefreshSchedule(
|
|
727
|
+
args: CreateRefreshScheduleCommandInput,
|
|
728
|
+
cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void
|
|
729
|
+
): void;
|
|
730
|
+
createRefreshSchedule(
|
|
731
|
+
args: CreateRefreshScheduleCommandInput,
|
|
732
|
+
options: __HttpHandlerOptions,
|
|
733
|
+
cb: (err: any, data?: CreateRefreshScheduleCommandOutput) => void
|
|
734
|
+
): void;
|
|
690
735
|
createTemplate(
|
|
691
736
|
args: CreateTemplateCommandInput,
|
|
692
737
|
options?: __HttpHandlerOptions
|
|
@@ -804,6 +849,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
804
849
|
options: __HttpHandlerOptions,
|
|
805
850
|
cb: (err: any, data?: DeleteDataSetCommandOutput) => void
|
|
806
851
|
): void;
|
|
852
|
+
deleteDataSetRefreshProperties(
|
|
853
|
+
args: DeleteDataSetRefreshPropertiesCommandInput,
|
|
854
|
+
options?: __HttpHandlerOptions
|
|
855
|
+
): Promise<DeleteDataSetRefreshPropertiesCommandOutput>;
|
|
856
|
+
deleteDataSetRefreshProperties(
|
|
857
|
+
args: DeleteDataSetRefreshPropertiesCommandInput,
|
|
858
|
+
cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void
|
|
859
|
+
): void;
|
|
860
|
+
deleteDataSetRefreshProperties(
|
|
861
|
+
args: DeleteDataSetRefreshPropertiesCommandInput,
|
|
862
|
+
options: __HttpHandlerOptions,
|
|
863
|
+
cb: (err: any, data?: DeleteDataSetRefreshPropertiesCommandOutput) => void
|
|
864
|
+
): void;
|
|
807
865
|
deleteDataSource(
|
|
808
866
|
args: DeleteDataSourceCommandInput,
|
|
809
867
|
options?: __HttpHandlerOptions
|
|
@@ -895,6 +953,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
895
953
|
options: __HttpHandlerOptions,
|
|
896
954
|
cb: (err: any, data?: DeleteNamespaceCommandOutput) => void
|
|
897
955
|
): void;
|
|
956
|
+
deleteRefreshSchedule(
|
|
957
|
+
args: DeleteRefreshScheduleCommandInput,
|
|
958
|
+
options?: __HttpHandlerOptions
|
|
959
|
+
): Promise<DeleteRefreshScheduleCommandOutput>;
|
|
960
|
+
deleteRefreshSchedule(
|
|
961
|
+
args: DeleteRefreshScheduleCommandInput,
|
|
962
|
+
cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void
|
|
963
|
+
): void;
|
|
964
|
+
deleteRefreshSchedule(
|
|
965
|
+
args: DeleteRefreshScheduleCommandInput,
|
|
966
|
+
options: __HttpHandlerOptions,
|
|
967
|
+
cb: (err: any, data?: DeleteRefreshScheduleCommandOutput) => void
|
|
968
|
+
): void;
|
|
898
969
|
deleteTemplate(
|
|
899
970
|
args: DeleteTemplateCommandInput,
|
|
900
971
|
options?: __HttpHandlerOptions
|
|
@@ -1116,6 +1187,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1116
1187
|
options: __HttpHandlerOptions,
|
|
1117
1188
|
cb: (err: any, data?: DescribeDataSetPermissionsCommandOutput) => void
|
|
1118
1189
|
): void;
|
|
1190
|
+
describeDataSetRefreshProperties(
|
|
1191
|
+
args: DescribeDataSetRefreshPropertiesCommandInput,
|
|
1192
|
+
options?: __HttpHandlerOptions
|
|
1193
|
+
): Promise<DescribeDataSetRefreshPropertiesCommandOutput>;
|
|
1194
|
+
describeDataSetRefreshProperties(
|
|
1195
|
+
args: DescribeDataSetRefreshPropertiesCommandInput,
|
|
1196
|
+
cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void
|
|
1197
|
+
): void;
|
|
1198
|
+
describeDataSetRefreshProperties(
|
|
1199
|
+
args: DescribeDataSetRefreshPropertiesCommandInput,
|
|
1200
|
+
options: __HttpHandlerOptions,
|
|
1201
|
+
cb: (err: any, data?: DescribeDataSetRefreshPropertiesCommandOutput) => void
|
|
1202
|
+
): void;
|
|
1119
1203
|
describeDataSource(
|
|
1120
1204
|
args: DescribeDataSourceCommandInput,
|
|
1121
1205
|
options?: __HttpHandlerOptions
|
|
@@ -1265,6 +1349,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1265
1349
|
options: __HttpHandlerOptions,
|
|
1266
1350
|
cb: (err: any, data?: DescribeNamespaceCommandOutput) => void
|
|
1267
1351
|
): void;
|
|
1352
|
+
describeRefreshSchedule(
|
|
1353
|
+
args: DescribeRefreshScheduleCommandInput,
|
|
1354
|
+
options?: __HttpHandlerOptions
|
|
1355
|
+
): Promise<DescribeRefreshScheduleCommandOutput>;
|
|
1356
|
+
describeRefreshSchedule(
|
|
1357
|
+
args: DescribeRefreshScheduleCommandInput,
|
|
1358
|
+
cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void
|
|
1359
|
+
): void;
|
|
1360
|
+
describeRefreshSchedule(
|
|
1361
|
+
args: DescribeRefreshScheduleCommandInput,
|
|
1362
|
+
options: __HttpHandlerOptions,
|
|
1363
|
+
cb: (err: any, data?: DescribeRefreshScheduleCommandOutput) => void
|
|
1364
|
+
): void;
|
|
1268
1365
|
describeTemplate(
|
|
1269
1366
|
args: DescribeTemplateCommandInput,
|
|
1270
1367
|
options?: __HttpHandlerOptions
|
|
@@ -1596,6 +1693,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1596
1693
|
options: __HttpHandlerOptions,
|
|
1597
1694
|
cb: (err: any, data?: ListNamespacesCommandOutput) => void
|
|
1598
1695
|
): void;
|
|
1696
|
+
listRefreshSchedules(
|
|
1697
|
+
args: ListRefreshSchedulesCommandInput,
|
|
1698
|
+
options?: __HttpHandlerOptions
|
|
1699
|
+
): Promise<ListRefreshSchedulesCommandOutput>;
|
|
1700
|
+
listRefreshSchedules(
|
|
1701
|
+
args: ListRefreshSchedulesCommandInput,
|
|
1702
|
+
cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void
|
|
1703
|
+
): void;
|
|
1704
|
+
listRefreshSchedules(
|
|
1705
|
+
args: ListRefreshSchedulesCommandInput,
|
|
1706
|
+
options: __HttpHandlerOptions,
|
|
1707
|
+
cb: (err: any, data?: ListRefreshSchedulesCommandOutput) => void
|
|
1708
|
+
): void;
|
|
1599
1709
|
listTagsForResource(
|
|
1600
1710
|
args: ListTagsForResourceCommandInput,
|
|
1601
1711
|
options?: __HttpHandlerOptions
|
|
@@ -1713,6 +1823,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
1713
1823
|
options: __HttpHandlerOptions,
|
|
1714
1824
|
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
1715
1825
|
): void;
|
|
1826
|
+
putDataSetRefreshProperties(
|
|
1827
|
+
args: PutDataSetRefreshPropertiesCommandInput,
|
|
1828
|
+
options?: __HttpHandlerOptions
|
|
1829
|
+
): Promise<PutDataSetRefreshPropertiesCommandOutput>;
|
|
1830
|
+
putDataSetRefreshProperties(
|
|
1831
|
+
args: PutDataSetRefreshPropertiesCommandInput,
|
|
1832
|
+
cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void
|
|
1833
|
+
): void;
|
|
1834
|
+
putDataSetRefreshProperties(
|
|
1835
|
+
args: PutDataSetRefreshPropertiesCommandInput,
|
|
1836
|
+
options: __HttpHandlerOptions,
|
|
1837
|
+
cb: (err: any, data?: PutDataSetRefreshPropertiesCommandOutput) => void
|
|
1838
|
+
): void;
|
|
1716
1839
|
registerUser(
|
|
1717
1840
|
args: RegisterUserCommandInput,
|
|
1718
1841
|
options?: __HttpHandlerOptions
|
|
@@ -2064,6 +2187,19 @@ export declare class QuickSight extends QuickSightClient {
|
|
|
2064
2187
|
options: __HttpHandlerOptions,
|
|
2065
2188
|
cb: (err: any, data?: UpdatePublicSharingSettingsCommandOutput) => void
|
|
2066
2189
|
): void;
|
|
2190
|
+
updateRefreshSchedule(
|
|
2191
|
+
args: UpdateRefreshScheduleCommandInput,
|
|
2192
|
+
options?: __HttpHandlerOptions
|
|
2193
|
+
): Promise<UpdateRefreshScheduleCommandOutput>;
|
|
2194
|
+
updateRefreshSchedule(
|
|
2195
|
+
args: UpdateRefreshScheduleCommandInput,
|
|
2196
|
+
cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void
|
|
2197
|
+
): void;
|
|
2198
|
+
updateRefreshSchedule(
|
|
2199
|
+
args: UpdateRefreshScheduleCommandInput,
|
|
2200
|
+
options: __HttpHandlerOptions,
|
|
2201
|
+
cb: (err: any, data?: UpdateRefreshScheduleCommandOutput) => void
|
|
2202
|
+
): void;
|
|
2067
2203
|
updateTemplate(
|
|
2068
2204
|
args: UpdateTemplateCommandInput,
|
|
2069
2205
|
options?: __HttpHandlerOptions
|
|
@@ -100,6 +100,10 @@ import {
|
|
|
100
100
|
CreateNamespaceCommandInput,
|
|
101
101
|
CreateNamespaceCommandOutput,
|
|
102
102
|
} from "./commands/CreateNamespaceCommand";
|
|
103
|
+
import {
|
|
104
|
+
CreateRefreshScheduleCommandInput,
|
|
105
|
+
CreateRefreshScheduleCommandOutput,
|
|
106
|
+
} from "./commands/CreateRefreshScheduleCommand";
|
|
103
107
|
import {
|
|
104
108
|
CreateTemplateAliasCommandInput,
|
|
105
109
|
CreateTemplateAliasCommandOutput,
|
|
@@ -136,6 +140,10 @@ import {
|
|
|
136
140
|
DeleteDataSetCommandInput,
|
|
137
141
|
DeleteDataSetCommandOutput,
|
|
138
142
|
} from "./commands/DeleteDataSetCommand";
|
|
143
|
+
import {
|
|
144
|
+
DeleteDataSetRefreshPropertiesCommandInput,
|
|
145
|
+
DeleteDataSetRefreshPropertiesCommandOutput,
|
|
146
|
+
} from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
139
147
|
import {
|
|
140
148
|
DeleteDataSourceCommandInput,
|
|
141
149
|
DeleteDataSourceCommandOutput,
|
|
@@ -164,6 +172,10 @@ import {
|
|
|
164
172
|
DeleteNamespaceCommandInput,
|
|
165
173
|
DeleteNamespaceCommandOutput,
|
|
166
174
|
} from "./commands/DeleteNamespaceCommand";
|
|
175
|
+
import {
|
|
176
|
+
DeleteRefreshScheduleCommandInput,
|
|
177
|
+
DeleteRefreshScheduleCommandOutput,
|
|
178
|
+
} from "./commands/DeleteRefreshScheduleCommand";
|
|
167
179
|
import {
|
|
168
180
|
DeleteTemplateAliasCommandInput,
|
|
169
181
|
DeleteTemplateAliasCommandOutput,
|
|
@@ -232,6 +244,10 @@ import {
|
|
|
232
244
|
DescribeDataSetPermissionsCommandInput,
|
|
233
245
|
DescribeDataSetPermissionsCommandOutput,
|
|
234
246
|
} from "./commands/DescribeDataSetPermissionsCommand";
|
|
247
|
+
import {
|
|
248
|
+
DescribeDataSetRefreshPropertiesCommandInput,
|
|
249
|
+
DescribeDataSetRefreshPropertiesCommandOutput,
|
|
250
|
+
} from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
235
251
|
import {
|
|
236
252
|
DescribeDataSourceCommandInput,
|
|
237
253
|
DescribeDataSourceCommandOutput,
|
|
@@ -276,6 +292,10 @@ import {
|
|
|
276
292
|
DescribeNamespaceCommandInput,
|
|
277
293
|
DescribeNamespaceCommandOutput,
|
|
278
294
|
} from "./commands/DescribeNamespaceCommand";
|
|
295
|
+
import {
|
|
296
|
+
DescribeRefreshScheduleCommandInput,
|
|
297
|
+
DescribeRefreshScheduleCommandOutput,
|
|
298
|
+
} from "./commands/DescribeRefreshScheduleCommand";
|
|
279
299
|
import {
|
|
280
300
|
DescribeTemplateAliasCommandInput,
|
|
281
301
|
DescribeTemplateAliasCommandOutput,
|
|
@@ -376,6 +396,10 @@ import {
|
|
|
376
396
|
ListNamespacesCommandInput,
|
|
377
397
|
ListNamespacesCommandOutput,
|
|
378
398
|
} from "./commands/ListNamespacesCommand";
|
|
399
|
+
import {
|
|
400
|
+
ListRefreshSchedulesCommandInput,
|
|
401
|
+
ListRefreshSchedulesCommandOutput,
|
|
402
|
+
} from "./commands/ListRefreshSchedulesCommand";
|
|
379
403
|
import {
|
|
380
404
|
ListTagsForResourceCommandInput,
|
|
381
405
|
ListTagsForResourceCommandOutput,
|
|
@@ -412,6 +436,10 @@ import {
|
|
|
412
436
|
ListUsersCommandInput,
|
|
413
437
|
ListUsersCommandOutput,
|
|
414
438
|
} from "./commands/ListUsersCommand";
|
|
439
|
+
import {
|
|
440
|
+
PutDataSetRefreshPropertiesCommandInput,
|
|
441
|
+
PutDataSetRefreshPropertiesCommandOutput,
|
|
442
|
+
} from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
415
443
|
import {
|
|
416
444
|
RegisterUserCommandInput,
|
|
417
445
|
RegisterUserCommandOutput,
|
|
@@ -520,6 +548,10 @@ import {
|
|
|
520
548
|
UpdatePublicSharingSettingsCommandInput,
|
|
521
549
|
UpdatePublicSharingSettingsCommandOutput,
|
|
522
550
|
} from "./commands/UpdatePublicSharingSettingsCommand";
|
|
551
|
+
import {
|
|
552
|
+
UpdateRefreshScheduleCommandInput,
|
|
553
|
+
UpdateRefreshScheduleCommandOutput,
|
|
554
|
+
} from "./commands/UpdateRefreshScheduleCommand";
|
|
523
555
|
import {
|
|
524
556
|
UpdateTemplateAliasCommandInput,
|
|
525
557
|
UpdateTemplateAliasCommandOutput,
|
|
@@ -568,6 +600,7 @@ export type ServiceInputTypes =
|
|
|
568
600
|
| CreateIAMPolicyAssignmentCommandInput
|
|
569
601
|
| CreateIngestionCommandInput
|
|
570
602
|
| CreateNamespaceCommandInput
|
|
603
|
+
| CreateRefreshScheduleCommandInput
|
|
571
604
|
| CreateTemplateAliasCommandInput
|
|
572
605
|
| CreateTemplateCommandInput
|
|
573
606
|
| CreateThemeAliasCommandInput
|
|
@@ -577,6 +610,7 @@ export type ServiceInputTypes =
|
|
|
577
610
|
| DeleteAnalysisCommandInput
|
|
578
611
|
| DeleteDashboardCommandInput
|
|
579
612
|
| DeleteDataSetCommandInput
|
|
613
|
+
| DeleteDataSetRefreshPropertiesCommandInput
|
|
580
614
|
| DeleteDataSourceCommandInput
|
|
581
615
|
| DeleteFolderCommandInput
|
|
582
616
|
| DeleteFolderMembershipCommandInput
|
|
@@ -584,6 +618,7 @@ export type ServiceInputTypes =
|
|
|
584
618
|
| DeleteGroupMembershipCommandInput
|
|
585
619
|
| DeleteIAMPolicyAssignmentCommandInput
|
|
586
620
|
| DeleteNamespaceCommandInput
|
|
621
|
+
| DeleteRefreshScheduleCommandInput
|
|
587
622
|
| DeleteTemplateAliasCommandInput
|
|
588
623
|
| DeleteTemplateCommandInput
|
|
589
624
|
| DeleteThemeAliasCommandInput
|
|
@@ -601,6 +636,7 @@ export type ServiceInputTypes =
|
|
|
601
636
|
| DescribeDashboardPermissionsCommandInput
|
|
602
637
|
| DescribeDataSetCommandInput
|
|
603
638
|
| DescribeDataSetPermissionsCommandInput
|
|
639
|
+
| DescribeDataSetRefreshPropertiesCommandInput
|
|
604
640
|
| DescribeDataSourceCommandInput
|
|
605
641
|
| DescribeDataSourcePermissionsCommandInput
|
|
606
642
|
| DescribeFolderCommandInput
|
|
@@ -612,6 +648,7 @@ export type ServiceInputTypes =
|
|
|
612
648
|
| DescribeIngestionCommandInput
|
|
613
649
|
| DescribeIpRestrictionCommandInput
|
|
614
650
|
| DescribeNamespaceCommandInput
|
|
651
|
+
| DescribeRefreshScheduleCommandInput
|
|
615
652
|
| DescribeTemplateAliasCommandInput
|
|
616
653
|
| DescribeTemplateCommandInput
|
|
617
654
|
| DescribeTemplateDefinitionCommandInput
|
|
@@ -637,6 +674,7 @@ export type ServiceInputTypes =
|
|
|
637
674
|
| ListIAMPolicyAssignmentsForUserCommandInput
|
|
638
675
|
| ListIngestionsCommandInput
|
|
639
676
|
| ListNamespacesCommandInput
|
|
677
|
+
| ListRefreshSchedulesCommandInput
|
|
640
678
|
| ListTagsForResourceCommandInput
|
|
641
679
|
| ListTemplateAliasesCommandInput
|
|
642
680
|
| ListTemplateVersionsCommandInput
|
|
@@ -646,6 +684,7 @@ export type ServiceInputTypes =
|
|
|
646
684
|
| ListThemesCommandInput
|
|
647
685
|
| ListUserGroupsCommandInput
|
|
648
686
|
| ListUsersCommandInput
|
|
687
|
+
| PutDataSetRefreshPropertiesCommandInput
|
|
649
688
|
| RegisterUserCommandInput
|
|
650
689
|
| RestoreAnalysisCommandInput
|
|
651
690
|
| SearchAnalysesCommandInput
|
|
@@ -673,6 +712,7 @@ export type ServiceInputTypes =
|
|
|
673
712
|
| UpdateIAMPolicyAssignmentCommandInput
|
|
674
713
|
| UpdateIpRestrictionCommandInput
|
|
675
714
|
| UpdatePublicSharingSettingsCommandInput
|
|
715
|
+
| UpdateRefreshScheduleCommandInput
|
|
676
716
|
| UpdateTemplateAliasCommandInput
|
|
677
717
|
| UpdateTemplateCommandInput
|
|
678
718
|
| UpdateTemplatePermissionsCommandInput
|
|
@@ -695,6 +735,7 @@ export type ServiceOutputTypes =
|
|
|
695
735
|
| CreateIAMPolicyAssignmentCommandOutput
|
|
696
736
|
| CreateIngestionCommandOutput
|
|
697
737
|
| CreateNamespaceCommandOutput
|
|
738
|
+
| CreateRefreshScheduleCommandOutput
|
|
698
739
|
| CreateTemplateAliasCommandOutput
|
|
699
740
|
| CreateTemplateCommandOutput
|
|
700
741
|
| CreateThemeAliasCommandOutput
|
|
@@ -704,6 +745,7 @@ export type ServiceOutputTypes =
|
|
|
704
745
|
| DeleteAnalysisCommandOutput
|
|
705
746
|
| DeleteDashboardCommandOutput
|
|
706
747
|
| DeleteDataSetCommandOutput
|
|
748
|
+
| DeleteDataSetRefreshPropertiesCommandOutput
|
|
707
749
|
| DeleteDataSourceCommandOutput
|
|
708
750
|
| DeleteFolderCommandOutput
|
|
709
751
|
| DeleteFolderMembershipCommandOutput
|
|
@@ -711,6 +753,7 @@ export type ServiceOutputTypes =
|
|
|
711
753
|
| DeleteGroupMembershipCommandOutput
|
|
712
754
|
| DeleteIAMPolicyAssignmentCommandOutput
|
|
713
755
|
| DeleteNamespaceCommandOutput
|
|
756
|
+
| DeleteRefreshScheduleCommandOutput
|
|
714
757
|
| DeleteTemplateAliasCommandOutput
|
|
715
758
|
| DeleteTemplateCommandOutput
|
|
716
759
|
| DeleteThemeAliasCommandOutput
|
|
@@ -728,6 +771,7 @@ export type ServiceOutputTypes =
|
|
|
728
771
|
| DescribeDashboardPermissionsCommandOutput
|
|
729
772
|
| DescribeDataSetCommandOutput
|
|
730
773
|
| DescribeDataSetPermissionsCommandOutput
|
|
774
|
+
| DescribeDataSetRefreshPropertiesCommandOutput
|
|
731
775
|
| DescribeDataSourceCommandOutput
|
|
732
776
|
| DescribeDataSourcePermissionsCommandOutput
|
|
733
777
|
| DescribeFolderCommandOutput
|
|
@@ -739,6 +783,7 @@ export type ServiceOutputTypes =
|
|
|
739
783
|
| DescribeIngestionCommandOutput
|
|
740
784
|
| DescribeIpRestrictionCommandOutput
|
|
741
785
|
| DescribeNamespaceCommandOutput
|
|
786
|
+
| DescribeRefreshScheduleCommandOutput
|
|
742
787
|
| DescribeTemplateAliasCommandOutput
|
|
743
788
|
| DescribeTemplateCommandOutput
|
|
744
789
|
| DescribeTemplateDefinitionCommandOutput
|
|
@@ -764,6 +809,7 @@ export type ServiceOutputTypes =
|
|
|
764
809
|
| ListIAMPolicyAssignmentsForUserCommandOutput
|
|
765
810
|
| ListIngestionsCommandOutput
|
|
766
811
|
| ListNamespacesCommandOutput
|
|
812
|
+
| ListRefreshSchedulesCommandOutput
|
|
767
813
|
| ListTagsForResourceCommandOutput
|
|
768
814
|
| ListTemplateAliasesCommandOutput
|
|
769
815
|
| ListTemplateVersionsCommandOutput
|
|
@@ -773,6 +819,7 @@ export type ServiceOutputTypes =
|
|
|
773
819
|
| ListThemesCommandOutput
|
|
774
820
|
| ListUserGroupsCommandOutput
|
|
775
821
|
| ListUsersCommandOutput
|
|
822
|
+
| PutDataSetRefreshPropertiesCommandOutput
|
|
776
823
|
| RegisterUserCommandOutput
|
|
777
824
|
| RestoreAnalysisCommandOutput
|
|
778
825
|
| SearchAnalysesCommandOutput
|
|
@@ -800,6 +847,7 @@ export type ServiceOutputTypes =
|
|
|
800
847
|
| UpdateIAMPolicyAssignmentCommandOutput
|
|
801
848
|
| UpdateIpRestrictionCommandOutput
|
|
802
849
|
| UpdatePublicSharingSettingsCommandOutput
|
|
850
|
+
| UpdateRefreshScheduleCommandOutput
|
|
803
851
|
| UpdateTemplateAliasCommandOutput
|
|
804
852
|
| UpdateTemplateCommandOutput
|
|
805
853
|
| UpdateTemplatePermissionsCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
CreateRefreshScheduleRequest,
|
|
11
|
+
CreateRefreshScheduleResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface CreateRefreshScheduleCommandInput
|
|
19
|
+
extends CreateRefreshScheduleRequest {}
|
|
20
|
+
export interface CreateRefreshScheduleCommandOutput
|
|
21
|
+
extends CreateRefreshScheduleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class CreateRefreshScheduleCommand extends $Command<
|
|
24
|
+
CreateRefreshScheduleCommandInput,
|
|
25
|
+
CreateRefreshScheduleCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateRefreshScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: CreateRefreshScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateRefreshScheduleCommandInput,
|
|
37
|
+
CreateRefreshScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteDataSetRefreshPropertiesRequest,
|
|
11
|
+
DeleteDataSetRefreshPropertiesResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DeleteDataSetRefreshPropertiesCommandInput
|
|
19
|
+
extends DeleteDataSetRefreshPropertiesRequest {}
|
|
20
|
+
export interface DeleteDataSetRefreshPropertiesCommandOutput
|
|
21
|
+
extends DeleteDataSetRefreshPropertiesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteDataSetRefreshPropertiesCommand extends $Command<
|
|
24
|
+
DeleteDataSetRefreshPropertiesCommandInput,
|
|
25
|
+
DeleteDataSetRefreshPropertiesCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteDataSetRefreshPropertiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteDataSetRefreshPropertiesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteDataSetRefreshPropertiesCommandInput,
|
|
37
|
+
DeleteDataSetRefreshPropertiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DeleteRefreshScheduleRequest,
|
|
11
|
+
DeleteRefreshScheduleResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DeleteRefreshScheduleCommandInput
|
|
19
|
+
extends DeleteRefreshScheduleRequest {}
|
|
20
|
+
export interface DeleteRefreshScheduleCommandOutput
|
|
21
|
+
extends DeleteRefreshScheduleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DeleteRefreshScheduleCommand extends $Command<
|
|
24
|
+
DeleteRefreshScheduleCommandInput,
|
|
25
|
+
DeleteRefreshScheduleCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRefreshScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DeleteRefreshScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRefreshScheduleCommandInput,
|
|
37
|
+
DeleteRefreshScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeDataSetRefreshPropertiesRequest,
|
|
11
|
+
DescribeDataSetRefreshPropertiesResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DescribeDataSetRefreshPropertiesCommandInput
|
|
19
|
+
extends DescribeDataSetRefreshPropertiesRequest {}
|
|
20
|
+
export interface DescribeDataSetRefreshPropertiesCommandOutput
|
|
21
|
+
extends DescribeDataSetRefreshPropertiesResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeDataSetRefreshPropertiesCommand extends $Command<
|
|
24
|
+
DescribeDataSetRefreshPropertiesCommandInput,
|
|
25
|
+
DescribeDataSetRefreshPropertiesCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDataSetRefreshPropertiesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeDataSetRefreshPropertiesCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDataSetRefreshPropertiesCommandInput,
|
|
37
|
+
DescribeDataSetRefreshPropertiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeRefreshScheduleRequest,
|
|
11
|
+
DescribeRefreshScheduleResponse,
|
|
12
|
+
} from "../models/models_2";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DescribeRefreshScheduleCommandInput
|
|
19
|
+
extends DescribeRefreshScheduleRequest {}
|
|
20
|
+
export interface DescribeRefreshScheduleCommandOutput
|
|
21
|
+
extends DescribeRefreshScheduleResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeRefreshScheduleCommand extends $Command<
|
|
24
|
+
DescribeRefreshScheduleCommandInput,
|
|
25
|
+
DescribeRefreshScheduleCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRefreshScheduleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeRefreshScheduleCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRefreshScheduleCommandInput,
|
|
37
|
+
DescribeRefreshScheduleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
GetDashboardEmbedUrlRequest,
|
|
11
|
+
GetDashboardEmbedUrlResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
11
13
|
import {
|
|
12
14
|
QuickSightClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|