@aws-sdk/client-quicksight 3.369.0 → 3.376.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 +24 -0
- package/dist-cjs/QuickSight.js +6 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
- package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +6 -12
- package/dist-cjs/models/models_1.js +35 -26
- package/dist-cjs/models/models_2.js +25 -3
- package/dist-cjs/models/models_3.js +39 -24
- package/dist-cjs/models/models_4.js +26 -1
- package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +326 -6
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +3 -7
- package/dist-es/models/models_1.js +26 -22
- package/dist-es/models/models_2.js +22 -0
- package/dist-es/models/models_3.js +30 -19
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
- package/dist-es/pagination/ListGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListUsersPaginator.js +25 -0
- package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +314 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +77 -47
- package/dist-types/models/models_1.d.ts +208 -213
- package/dist-types/models/models_2.d.ts +219 -220
- package/dist-types/models/models_3.d.ts +602 -805
- package/dist-types/models/models_4.d.ts +770 -2
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -17
- package/dist-types/ts3.4/models/models_1.d.ts +71 -81
- package/dist-types/ts3.4/models/models_2.d.ts +85 -67
- package/dist-types/ts3.4/models/models_3.d.ts +176 -222
- package/dist-types/ts3.4/models/models_4.d.ts +222 -1
- package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +16 -17
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListGroupMembershipsCommandInput, ListGroupMembershipsCommandOutput } from "../commands/ListGroupMembershipsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListGroupMemberships(config: QuickSightPaginationConfiguration, input: ListGroupMembershipsCommandInput, ...additionalArguments: any): Paginator<ListGroupMembershipsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListGroups(config: QuickSightPaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListIAMPolicyAssignmentsForUserCommandInput, ListIAMPolicyAssignmentsForUserCommandOutput } from "../commands/ListIAMPolicyAssignmentsForUserCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListIAMPolicyAssignmentsForUser(config: QuickSightPaginationConfiguration, input: ListIAMPolicyAssignmentsForUserCommandInput, ...additionalArguments: any): Paginator<ListIAMPolicyAssignmentsForUserCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListIAMPolicyAssignmentsCommandInput, ListIAMPolicyAssignmentsCommandOutput } from "../commands/ListIAMPolicyAssignmentsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListIAMPolicyAssignments(config: QuickSightPaginationConfiguration, input: ListIAMPolicyAssignmentsCommandInput, ...additionalArguments: any): Paginator<ListIAMPolicyAssignmentsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListUserGroupsCommandInput, ListUserGroupsCommandOutput } from "../commands/ListUserGroupsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListUserGroups(config: QuickSightPaginationConfiguration, input: ListUserGroupsCommandInput, ...additionalArguments: any): Paginator<ListUserGroupsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListUsers(config: QuickSightPaginationConfiguration, input: ListUsersCommandInput, ...additionalArguments: any): Paginator<ListUsersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateSearchGroups(config: QuickSightPaginationConfiguration, input: SearchGroupsCommandInput, ...additionalArguments: any): Paginator<SearchGroupsCommandOutput>;
|
|
@@ -6,6 +6,10 @@ export * from "./ListDashboardVersionsPaginator";
|
|
|
6
6
|
export * from "./ListDashboardsPaginator";
|
|
7
7
|
export * from "./ListDataSetsPaginator";
|
|
8
8
|
export * from "./ListDataSourcesPaginator";
|
|
9
|
+
export * from "./ListGroupMembershipsPaginator";
|
|
10
|
+
export * from "./ListGroupsPaginator";
|
|
11
|
+
export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
12
|
+
export * from "./ListIAMPolicyAssignmentsPaginator";
|
|
9
13
|
export * from "./ListIngestionsPaginator";
|
|
10
14
|
export * from "./ListNamespacesPaginator";
|
|
11
15
|
export * from "./ListTemplateAliasesPaginator";
|
|
@@ -14,8 +18,11 @@ export * from "./ListTemplatesPaginator";
|
|
|
14
18
|
export * from "./ListThemeVersionsPaginator";
|
|
15
19
|
export * from "./ListThemesPaginator";
|
|
16
20
|
export * from "./ListTopicsPaginator";
|
|
21
|
+
export * from "./ListUserGroupsPaginator";
|
|
22
|
+
export * from "./ListUsersPaginator";
|
|
17
23
|
export * from "./ListVPCConnectionsPaginator";
|
|
18
24
|
export * from "./SearchAnalysesPaginator";
|
|
19
25
|
export * from "./SearchDashboardsPaginator";
|
|
20
26
|
export * from "./SearchDataSetsPaginator";
|
|
21
27
|
export * from "./SearchDataSourcesPaginator";
|
|
28
|
+
export * from "./SearchGroupsPaginator";
|
|
@@ -56,6 +56,8 @@ import { DescribeAssetBundleImportJobCommandInput, DescribeAssetBundleImportJobC
|
|
|
56
56
|
import { DescribeDashboardCommandInput, DescribeDashboardCommandOutput } from "../commands/DescribeDashboardCommand";
|
|
57
57
|
import { DescribeDashboardDefinitionCommandInput, DescribeDashboardDefinitionCommandOutput } from "../commands/DescribeDashboardDefinitionCommand";
|
|
58
58
|
import { DescribeDashboardPermissionsCommandInput, DescribeDashboardPermissionsCommandOutput } from "../commands/DescribeDashboardPermissionsCommand";
|
|
59
|
+
import { DescribeDashboardSnapshotJobCommandInput, DescribeDashboardSnapshotJobCommandOutput } from "../commands/DescribeDashboardSnapshotJobCommand";
|
|
60
|
+
import { DescribeDashboardSnapshotJobResultCommandInput, DescribeDashboardSnapshotJobResultCommandOutput } from "../commands/DescribeDashboardSnapshotJobResultCommand";
|
|
59
61
|
import { DescribeDataSetCommandInput, DescribeDataSetCommandOutput } from "../commands/DescribeDataSetCommand";
|
|
60
62
|
import { DescribeDataSetPermissionsCommandInput, DescribeDataSetPermissionsCommandOutput } from "../commands/DescribeDataSetPermissionsCommand";
|
|
61
63
|
import { DescribeDataSetRefreshPropertiesCommandInput, DescribeDataSetRefreshPropertiesCommandOutput } from "../commands/DescribeDataSetRefreshPropertiesCommand";
|
|
@@ -127,6 +129,7 @@ import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../comman
|
|
|
127
129
|
import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand";
|
|
128
130
|
import { StartAssetBundleExportJobCommandInput, StartAssetBundleExportJobCommandOutput } from "../commands/StartAssetBundleExportJobCommand";
|
|
129
131
|
import { StartAssetBundleImportJobCommandInput, StartAssetBundleImportJobCommandOutput } from "../commands/StartAssetBundleImportJobCommand";
|
|
132
|
+
import { StartDashboardSnapshotJobCommandInput, StartDashboardSnapshotJobCommandOutput } from "../commands/StartDashboardSnapshotJobCommand";
|
|
130
133
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
131
134
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
132
135
|
import { UpdateAccountCustomizationCommandInput, UpdateAccountCustomizationCommandOutput } from "../commands/UpdateAccountCustomizationCommand";
|
|
@@ -382,6 +385,14 @@ export declare const se_DescribeDashboardDefinitionCommand: (input: DescribeDash
|
|
|
382
385
|
* serializeAws_restJson1DescribeDashboardPermissionsCommand
|
|
383
386
|
*/
|
|
384
387
|
export declare const se_DescribeDashboardPermissionsCommand: (input: DescribeDashboardPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
388
|
+
/**
|
|
389
|
+
* serializeAws_restJson1DescribeDashboardSnapshotJobCommand
|
|
390
|
+
*/
|
|
391
|
+
export declare const se_DescribeDashboardSnapshotJobCommand: (input: DescribeDashboardSnapshotJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
392
|
+
/**
|
|
393
|
+
* serializeAws_restJson1DescribeDashboardSnapshotJobResultCommand
|
|
394
|
+
*/
|
|
395
|
+
export declare const se_DescribeDashboardSnapshotJobResultCommand: (input: DescribeDashboardSnapshotJobResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
385
396
|
/**
|
|
386
397
|
* serializeAws_restJson1DescribeDataSetCommand
|
|
387
398
|
*/
|
|
@@ -666,6 +677,10 @@ export declare const se_StartAssetBundleExportJobCommand: (input: StartAssetBund
|
|
|
666
677
|
* serializeAws_restJson1StartAssetBundleImportJobCommand
|
|
667
678
|
*/
|
|
668
679
|
export declare const se_StartAssetBundleImportJobCommand: (input: StartAssetBundleImportJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
680
|
+
/**
|
|
681
|
+
* serializeAws_restJson1StartDashboardSnapshotJobCommand
|
|
682
|
+
*/
|
|
683
|
+
export declare const se_StartDashboardSnapshotJobCommand: (input: StartDashboardSnapshotJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
669
684
|
/**
|
|
670
685
|
* serializeAws_restJson1TagResourceCommand
|
|
671
686
|
*/
|
|
@@ -1014,6 +1029,14 @@ export declare const de_DescribeDashboardDefinitionCommand: (output: __HttpRespo
|
|
|
1014
1029
|
* deserializeAws_restJson1DescribeDashboardPermissionsCommand
|
|
1015
1030
|
*/
|
|
1016
1031
|
export declare const de_DescribeDashboardPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardPermissionsCommandOutput>;
|
|
1032
|
+
/**
|
|
1033
|
+
* deserializeAws_restJson1DescribeDashboardSnapshotJobCommand
|
|
1034
|
+
*/
|
|
1035
|
+
export declare const de_DescribeDashboardSnapshotJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardSnapshotJobCommandOutput>;
|
|
1036
|
+
/**
|
|
1037
|
+
* deserializeAws_restJson1DescribeDashboardSnapshotJobResultCommand
|
|
1038
|
+
*/
|
|
1039
|
+
export declare const de_DescribeDashboardSnapshotJobResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
|
|
1017
1040
|
/**
|
|
1018
1041
|
* deserializeAws_restJson1DescribeDataSetCommand
|
|
1019
1042
|
*/
|
|
@@ -1298,6 +1321,10 @@ export declare const de_StartAssetBundleExportJobCommand: (output: __HttpRespons
|
|
|
1298
1321
|
* deserializeAws_restJson1StartAssetBundleImportJobCommand
|
|
1299
1322
|
*/
|
|
1300
1323
|
export declare const de_StartAssetBundleImportJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssetBundleImportJobCommandOutput>;
|
|
1324
|
+
/**
|
|
1325
|
+
* deserializeAws_restJson1StartDashboardSnapshotJobCommand
|
|
1326
|
+
*/
|
|
1327
|
+
export declare const de_StartDashboardSnapshotJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDashboardSnapshotJobCommandOutput>;
|
|
1301
1328
|
/**
|
|
1302
1329
|
* deserializeAws_restJson1TagResourceCommand
|
|
1303
1330
|
*/
|
|
@@ -223,6 +223,14 @@ import {
|
|
|
223
223
|
DescribeDashboardPermissionsCommandInput,
|
|
224
224
|
DescribeDashboardPermissionsCommandOutput,
|
|
225
225
|
} from "./commands/DescribeDashboardPermissionsCommand";
|
|
226
|
+
import {
|
|
227
|
+
DescribeDashboardSnapshotJobCommandInput,
|
|
228
|
+
DescribeDashboardSnapshotJobCommandOutput,
|
|
229
|
+
} from "./commands/DescribeDashboardSnapshotJobCommand";
|
|
230
|
+
import {
|
|
231
|
+
DescribeDashboardSnapshotJobResultCommandInput,
|
|
232
|
+
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
233
|
+
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
226
234
|
import {
|
|
227
235
|
DescribeDataSetCommandInput,
|
|
228
236
|
DescribeDataSetCommandOutput,
|
|
@@ -507,6 +515,10 @@ import {
|
|
|
507
515
|
StartAssetBundleImportJobCommandInput,
|
|
508
516
|
StartAssetBundleImportJobCommandOutput,
|
|
509
517
|
} from "./commands/StartAssetBundleImportJobCommand";
|
|
518
|
+
import {
|
|
519
|
+
StartDashboardSnapshotJobCommandInput,
|
|
520
|
+
StartDashboardSnapshotJobCommandOutput,
|
|
521
|
+
} from "./commands/StartDashboardSnapshotJobCommand";
|
|
510
522
|
import {
|
|
511
523
|
TagResourceCommandInput,
|
|
512
524
|
TagResourceCommandOutput,
|
|
@@ -1361,6 +1373,38 @@ export interface QuickSight {
|
|
|
1361
1373
|
options: __HttpHandlerOptions,
|
|
1362
1374
|
cb: (err: any, data?: DescribeDashboardPermissionsCommandOutput) => void
|
|
1363
1375
|
): void;
|
|
1376
|
+
describeDashboardSnapshotJob(
|
|
1377
|
+
args: DescribeDashboardSnapshotJobCommandInput,
|
|
1378
|
+
options?: __HttpHandlerOptions
|
|
1379
|
+
): Promise<DescribeDashboardSnapshotJobCommandOutput>;
|
|
1380
|
+
describeDashboardSnapshotJob(
|
|
1381
|
+
args: DescribeDashboardSnapshotJobCommandInput,
|
|
1382
|
+
cb: (err: any, data?: DescribeDashboardSnapshotJobCommandOutput) => void
|
|
1383
|
+
): void;
|
|
1384
|
+
describeDashboardSnapshotJob(
|
|
1385
|
+
args: DescribeDashboardSnapshotJobCommandInput,
|
|
1386
|
+
options: __HttpHandlerOptions,
|
|
1387
|
+
cb: (err: any, data?: DescribeDashboardSnapshotJobCommandOutput) => void
|
|
1388
|
+
): void;
|
|
1389
|
+
describeDashboardSnapshotJobResult(
|
|
1390
|
+
args: DescribeDashboardSnapshotJobResultCommandInput,
|
|
1391
|
+
options?: __HttpHandlerOptions
|
|
1392
|
+
): Promise<DescribeDashboardSnapshotJobResultCommandOutput>;
|
|
1393
|
+
describeDashboardSnapshotJobResult(
|
|
1394
|
+
args: DescribeDashboardSnapshotJobResultCommandInput,
|
|
1395
|
+
cb: (
|
|
1396
|
+
err: any,
|
|
1397
|
+
data?: DescribeDashboardSnapshotJobResultCommandOutput
|
|
1398
|
+
) => void
|
|
1399
|
+
): void;
|
|
1400
|
+
describeDashboardSnapshotJobResult(
|
|
1401
|
+
args: DescribeDashboardSnapshotJobResultCommandInput,
|
|
1402
|
+
options: __HttpHandlerOptions,
|
|
1403
|
+
cb: (
|
|
1404
|
+
err: any,
|
|
1405
|
+
data?: DescribeDashboardSnapshotJobResultCommandOutput
|
|
1406
|
+
) => void
|
|
1407
|
+
): void;
|
|
1364
1408
|
describeDataSet(
|
|
1365
1409
|
args: DescribeDataSetCommandInput,
|
|
1366
1410
|
options?: __HttpHandlerOptions
|
|
@@ -2296,6 +2340,19 @@ export interface QuickSight {
|
|
|
2296
2340
|
options: __HttpHandlerOptions,
|
|
2297
2341
|
cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
|
|
2298
2342
|
): void;
|
|
2343
|
+
startDashboardSnapshotJob(
|
|
2344
|
+
args: StartDashboardSnapshotJobCommandInput,
|
|
2345
|
+
options?: __HttpHandlerOptions
|
|
2346
|
+
): Promise<StartDashboardSnapshotJobCommandOutput>;
|
|
2347
|
+
startDashboardSnapshotJob(
|
|
2348
|
+
args: StartDashboardSnapshotJobCommandInput,
|
|
2349
|
+
cb: (err: any, data?: StartDashboardSnapshotJobCommandOutput) => void
|
|
2350
|
+
): void;
|
|
2351
|
+
startDashboardSnapshotJob(
|
|
2352
|
+
args: StartDashboardSnapshotJobCommandInput,
|
|
2353
|
+
options: __HttpHandlerOptions,
|
|
2354
|
+
cb: (err: any, data?: StartDashboardSnapshotJobCommandOutput) => void
|
|
2355
|
+
): void;
|
|
2299
2356
|
tagResource(
|
|
2300
2357
|
args: TagResourceCommandInput,
|
|
2301
2358
|
options?: __HttpHandlerOptions
|
|
@@ -268,6 +268,14 @@ import {
|
|
|
268
268
|
DescribeDashboardPermissionsCommandInput,
|
|
269
269
|
DescribeDashboardPermissionsCommandOutput,
|
|
270
270
|
} from "./commands/DescribeDashboardPermissionsCommand";
|
|
271
|
+
import {
|
|
272
|
+
DescribeDashboardSnapshotJobCommandInput,
|
|
273
|
+
DescribeDashboardSnapshotJobCommandOutput,
|
|
274
|
+
} from "./commands/DescribeDashboardSnapshotJobCommand";
|
|
275
|
+
import {
|
|
276
|
+
DescribeDashboardSnapshotJobResultCommandInput,
|
|
277
|
+
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
278
|
+
} from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
271
279
|
import {
|
|
272
280
|
DescribeDataSetCommandInput,
|
|
273
281
|
DescribeDataSetCommandOutput,
|
|
@@ -552,6 +560,10 @@ import {
|
|
|
552
560
|
StartAssetBundleImportJobCommandInput,
|
|
553
561
|
StartAssetBundleImportJobCommandOutput,
|
|
554
562
|
} from "./commands/StartAssetBundleImportJobCommand";
|
|
563
|
+
import {
|
|
564
|
+
StartDashboardSnapshotJobCommandInput,
|
|
565
|
+
StartDashboardSnapshotJobCommandOutput,
|
|
566
|
+
} from "./commands/StartDashboardSnapshotJobCommand";
|
|
555
567
|
import {
|
|
556
568
|
TagResourceCommandInput,
|
|
557
569
|
TagResourceCommandOutput,
|
|
@@ -739,6 +751,8 @@ export type ServiceInputTypes =
|
|
|
739
751
|
| DescribeDashboardCommandInput
|
|
740
752
|
| DescribeDashboardDefinitionCommandInput
|
|
741
753
|
| DescribeDashboardPermissionsCommandInput
|
|
754
|
+
| DescribeDashboardSnapshotJobCommandInput
|
|
755
|
+
| DescribeDashboardSnapshotJobResultCommandInput
|
|
742
756
|
| DescribeDataSetCommandInput
|
|
743
757
|
| DescribeDataSetPermissionsCommandInput
|
|
744
758
|
| DescribeDataSetRefreshPropertiesCommandInput
|
|
@@ -810,6 +824,7 @@ export type ServiceInputTypes =
|
|
|
810
824
|
| SearchGroupsCommandInput
|
|
811
825
|
| StartAssetBundleExportJobCommandInput
|
|
812
826
|
| StartAssetBundleImportJobCommandInput
|
|
827
|
+
| StartDashboardSnapshotJobCommandInput
|
|
813
828
|
| TagResourceCommandInput
|
|
814
829
|
| UntagResourceCommandInput
|
|
815
830
|
| UpdateAccountCustomizationCommandInput
|
|
@@ -898,6 +913,8 @@ export type ServiceOutputTypes =
|
|
|
898
913
|
| DescribeDashboardCommandOutput
|
|
899
914
|
| DescribeDashboardDefinitionCommandOutput
|
|
900
915
|
| DescribeDashboardPermissionsCommandOutput
|
|
916
|
+
| DescribeDashboardSnapshotJobCommandOutput
|
|
917
|
+
| DescribeDashboardSnapshotJobResultCommandOutput
|
|
901
918
|
| DescribeDataSetCommandOutput
|
|
902
919
|
| DescribeDataSetPermissionsCommandOutput
|
|
903
920
|
| DescribeDataSetRefreshPropertiesCommandOutput
|
|
@@ -969,6 +986,7 @@ export type ServiceOutputTypes =
|
|
|
969
986
|
| SearchGroupsCommandOutput
|
|
970
987
|
| StartAssetBundleExportJobCommandOutput
|
|
971
988
|
| StartAssetBundleImportJobCommandOutput
|
|
989
|
+
| StartDashboardSnapshotJobCommandOutput
|
|
972
990
|
| TagResourceCommandOutput
|
|
973
991
|
| UntagResourceCommandOutput
|
|
974
992
|
| UpdateAccountCustomizationCommandOutput
|
|
@@ -6,8 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { DeleteFolderRequest } from "../models/
|
|
10
|
-
import { DeleteFolderResponse } from "../models/models_3";
|
|
9
|
+
import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_3";
|
|
11
10
|
import {
|
|
12
11
|
QuickSightClientResolvedConfig,
|
|
13
12
|
ServiceInputTypes,
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeDashboardSnapshotJobRequest,
|
|
11
|
+
DescribeDashboardSnapshotJobResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeDashboardSnapshotJobCommandInput
|
|
20
|
+
extends DescribeDashboardSnapshotJobRequest {}
|
|
21
|
+
export interface DescribeDashboardSnapshotJobCommandOutput
|
|
22
|
+
extends DescribeDashboardSnapshotJobResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeDashboardSnapshotJobCommand extends $Command<
|
|
25
|
+
DescribeDashboardSnapshotJobCommandInput,
|
|
26
|
+
DescribeDashboardSnapshotJobCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeDashboardSnapshotJobCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeDashboardSnapshotJobCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeDashboardSnapshotJobCommandInput,
|
|
38
|
+
DescribeDashboardSnapshotJobCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DescribeDashboardSnapshotJobResultRequest,
|
|
11
|
+
DescribeDashboardSnapshotJobResultResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeDashboardSnapshotJobResultCommandInput
|
|
20
|
+
extends DescribeDashboardSnapshotJobResultRequest {}
|
|
21
|
+
export interface DescribeDashboardSnapshotJobResultCommandOutput
|
|
22
|
+
extends DescribeDashboardSnapshotJobResultResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeDashboardSnapshotJobResultCommand extends $Command<
|
|
25
|
+
DescribeDashboardSnapshotJobResultCommandInput,
|
|
26
|
+
DescribeDashboardSnapshotJobResultCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeDashboardSnapshotJobResultCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeDashboardSnapshotJobResultCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeDashboardSnapshotJobResultCommandInput,
|
|
38
|
+
DescribeDashboardSnapshotJobResultCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
StartDashboardSnapshotJobRequest,
|
|
11
|
+
StartDashboardSnapshotJobResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartDashboardSnapshotJobCommandInput
|
|
20
|
+
extends StartDashboardSnapshotJobRequest {}
|
|
21
|
+
export interface StartDashboardSnapshotJobCommandOutput
|
|
22
|
+
extends StartDashboardSnapshotJobResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartDashboardSnapshotJobCommand extends $Command<
|
|
25
|
+
StartDashboardSnapshotJobCommandInput,
|
|
26
|
+
StartDashboardSnapshotJobCommandOutput,
|
|
27
|
+
QuickSightClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartDashboardSnapshotJobCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartDashboardSnapshotJobCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: QuickSightClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartDashboardSnapshotJobCommandInput,
|
|
38
|
+
StartDashboardSnapshotJobCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { UpdateFolderRequest, UpdateFolderResponse } from "../models/
|
|
9
|
+
import { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/
|
|
9
|
+
import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -6,8 +6,10 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
9
|
+
import {
|
|
10
|
+
UpdateTemplateAliasRequest,
|
|
11
|
+
UpdateTemplateAliasResponse,
|
|
12
|
+
} from "../models/models_4";
|
|
11
13
|
import {
|
|
12
14
|
QuickSightClientResolvedConfig,
|
|
13
15
|
ServiceInputTypes,
|