@aws-sdk/client-quicksight 3.335.0 → 3.337.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +565 -12
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +543 -2
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +8 -2
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +28 -28
|
@@ -250,6 +250,14 @@ import {
|
|
|
250
250
|
DescribeAnalysisPermissionsCommandInput,
|
|
251
251
|
DescribeAnalysisPermissionsCommandOutput,
|
|
252
252
|
} from "./commands/DescribeAnalysisPermissionsCommand";
|
|
253
|
+
import {
|
|
254
|
+
DescribeAssetBundleExportJobCommandInput,
|
|
255
|
+
DescribeAssetBundleExportJobCommandOutput,
|
|
256
|
+
} from "./commands/DescribeAssetBundleExportJobCommand";
|
|
257
|
+
import {
|
|
258
|
+
DescribeAssetBundleImportJobCommandInput,
|
|
259
|
+
DescribeAssetBundleImportJobCommandOutput,
|
|
260
|
+
} from "./commands/DescribeAssetBundleImportJobCommand";
|
|
253
261
|
import {
|
|
254
262
|
DescribeDashboardCommandInput,
|
|
255
263
|
DescribeDashboardCommandOutput,
|
|
@@ -394,6 +402,14 @@ import {
|
|
|
394
402
|
ListAnalysesCommandInput,
|
|
395
403
|
ListAnalysesCommandOutput,
|
|
396
404
|
} from "./commands/ListAnalysesCommand";
|
|
405
|
+
import {
|
|
406
|
+
ListAssetBundleExportJobsCommandInput,
|
|
407
|
+
ListAssetBundleExportJobsCommandOutput,
|
|
408
|
+
} from "./commands/ListAssetBundleExportJobsCommand";
|
|
409
|
+
import {
|
|
410
|
+
ListAssetBundleImportJobsCommandInput,
|
|
411
|
+
ListAssetBundleImportJobsCommandOutput,
|
|
412
|
+
} from "./commands/ListAssetBundleImportJobsCommand";
|
|
397
413
|
import {
|
|
398
414
|
ListDashboardsCommandInput,
|
|
399
415
|
ListDashboardsCommandOutput,
|
|
@@ -530,6 +546,14 @@ import {
|
|
|
530
546
|
SearchGroupsCommandInput,
|
|
531
547
|
SearchGroupsCommandOutput,
|
|
532
548
|
} from "./commands/SearchGroupsCommand";
|
|
549
|
+
import {
|
|
550
|
+
StartAssetBundleExportJobCommandInput,
|
|
551
|
+
StartAssetBundleExportJobCommandOutput,
|
|
552
|
+
} from "./commands/StartAssetBundleExportJobCommand";
|
|
553
|
+
import {
|
|
554
|
+
StartAssetBundleImportJobCommandInput,
|
|
555
|
+
StartAssetBundleImportJobCommandOutput,
|
|
556
|
+
} from "./commands/StartAssetBundleImportJobCommand";
|
|
533
557
|
import {
|
|
534
558
|
TagResourceCommandInput,
|
|
535
559
|
TagResourceCommandOutput,
|
|
@@ -711,6 +735,8 @@ export type ServiceInputTypes =
|
|
|
711
735
|
| DescribeAnalysisCommandInput
|
|
712
736
|
| DescribeAnalysisDefinitionCommandInput
|
|
713
737
|
| DescribeAnalysisPermissionsCommandInput
|
|
738
|
+
| DescribeAssetBundleExportJobCommandInput
|
|
739
|
+
| DescribeAssetBundleImportJobCommandInput
|
|
714
740
|
| DescribeDashboardCommandInput
|
|
715
741
|
| DescribeDashboardDefinitionCommandInput
|
|
716
742
|
| DescribeDashboardPermissionsCommandInput
|
|
@@ -747,6 +773,8 @@ export type ServiceInputTypes =
|
|
|
747
773
|
| GetDashboardEmbedUrlCommandInput
|
|
748
774
|
| GetSessionEmbedUrlCommandInput
|
|
749
775
|
| ListAnalysesCommandInput
|
|
776
|
+
| ListAssetBundleExportJobsCommandInput
|
|
777
|
+
| ListAssetBundleImportJobsCommandInput
|
|
750
778
|
| ListDashboardVersionsCommandInput
|
|
751
779
|
| ListDashboardsCommandInput
|
|
752
780
|
| ListDataSetsCommandInput
|
|
@@ -781,6 +809,8 @@ export type ServiceInputTypes =
|
|
|
781
809
|
| SearchDataSourcesCommandInput
|
|
782
810
|
| SearchFoldersCommandInput
|
|
783
811
|
| SearchGroupsCommandInput
|
|
812
|
+
| StartAssetBundleExportJobCommandInput
|
|
813
|
+
| StartAssetBundleImportJobCommandInput
|
|
784
814
|
| TagResourceCommandInput
|
|
785
815
|
| UntagResourceCommandInput
|
|
786
816
|
| UpdateAccountCustomizationCommandInput
|
|
@@ -864,6 +894,8 @@ export type ServiceOutputTypes =
|
|
|
864
894
|
| DescribeAnalysisCommandOutput
|
|
865
895
|
| DescribeAnalysisDefinitionCommandOutput
|
|
866
896
|
| DescribeAnalysisPermissionsCommandOutput
|
|
897
|
+
| DescribeAssetBundleExportJobCommandOutput
|
|
898
|
+
| DescribeAssetBundleImportJobCommandOutput
|
|
867
899
|
| DescribeDashboardCommandOutput
|
|
868
900
|
| DescribeDashboardDefinitionCommandOutput
|
|
869
901
|
| DescribeDashboardPermissionsCommandOutput
|
|
@@ -900,6 +932,8 @@ export type ServiceOutputTypes =
|
|
|
900
932
|
| GetDashboardEmbedUrlCommandOutput
|
|
901
933
|
| GetSessionEmbedUrlCommandOutput
|
|
902
934
|
| ListAnalysesCommandOutput
|
|
935
|
+
| ListAssetBundleExportJobsCommandOutput
|
|
936
|
+
| ListAssetBundleImportJobsCommandOutput
|
|
903
937
|
| ListDashboardVersionsCommandOutput
|
|
904
938
|
| ListDashboardsCommandOutput
|
|
905
939
|
| ListDataSetsCommandOutput
|
|
@@ -934,6 +968,8 @@ export type ServiceOutputTypes =
|
|
|
934
968
|
| SearchDataSourcesCommandOutput
|
|
935
969
|
| SearchFoldersCommandOutput
|
|
936
970
|
| SearchGroupsCommandOutput
|
|
971
|
+
| StartAssetBundleExportJobCommandOutput
|
|
972
|
+
| StartAssetBundleImportJobCommandOutput
|
|
937
973
|
| TagResourceCommandOutput
|
|
938
974
|
| UntagResourceCommandOutput
|
|
939
975
|
| UpdateAccountCustomizationCommandOutput
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
DeleteNamespaceResponse,
|
|
12
|
-
} from "../models/models_2";
|
|
9
|
+
import { DeleteNamespaceRequest } from "../models/models_2";
|
|
10
|
+
import { DeleteNamespaceResponse } from "../models/models_3";
|
|
13
11
|
import {
|
|
14
12
|
QuickSightClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/
|
|
9
|
+
import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_3";
|
|
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 "@aws-sdk/types";
|
|
9
|
-
import { DeleteTopicRequest, DeleteTopicResponse } from "../models/
|
|
9
|
+
import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_3";
|
|
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 "@aws-sdk/types";
|
|
9
|
-
import { DeleteUserRequest, DeleteUserResponse } from "../models/
|
|
9
|
+
import { DeleteUserRequest, DeleteUserResponse } from "../models/models_3";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -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
|
+
DescribeAssetBundleExportJobRequest,
|
|
11
|
+
DescribeAssetBundleExportJobResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DescribeAssetBundleExportJobCommandInput
|
|
19
|
+
extends DescribeAssetBundleExportJobRequest {}
|
|
20
|
+
export interface DescribeAssetBundleExportJobCommandOutput
|
|
21
|
+
extends DescribeAssetBundleExportJobResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAssetBundleExportJobCommand extends $Command<
|
|
24
|
+
DescribeAssetBundleExportJobCommandInput,
|
|
25
|
+
DescribeAssetBundleExportJobCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssetBundleExportJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAssetBundleExportJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAssetBundleExportJobCommandInput,
|
|
37
|
+
DescribeAssetBundleExportJobCommandOutput
|
|
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
|
+
DescribeAssetBundleImportJobRequest,
|
|
11
|
+
DescribeAssetBundleImportJobResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface DescribeAssetBundleImportJobCommandInput
|
|
19
|
+
extends DescribeAssetBundleImportJobRequest {}
|
|
20
|
+
export interface DescribeAssetBundleImportJobCommandOutput
|
|
21
|
+
extends DescribeAssetBundleImportJobResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DescribeAssetBundleImportJobCommand extends $Command<
|
|
24
|
+
DescribeAssetBundleImportJobCommandInput,
|
|
25
|
+
DescribeAssetBundleImportJobCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAssetBundleImportJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DescribeAssetBundleImportJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAssetBundleImportJobCommandInput,
|
|
37
|
+
DescribeAssetBundleImportJobCommandOutput
|
|
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
|
+
ListAssetBundleExportJobsRequest,
|
|
11
|
+
ListAssetBundleExportJobsResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface ListAssetBundleExportJobsCommandInput
|
|
19
|
+
extends ListAssetBundleExportJobsRequest {}
|
|
20
|
+
export interface ListAssetBundleExportJobsCommandOutput
|
|
21
|
+
extends ListAssetBundleExportJobsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListAssetBundleExportJobsCommand extends $Command<
|
|
24
|
+
ListAssetBundleExportJobsCommandInput,
|
|
25
|
+
ListAssetBundleExportJobsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssetBundleExportJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListAssetBundleExportJobsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAssetBundleExportJobsCommandInput,
|
|
37
|
+
ListAssetBundleExportJobsCommandOutput
|
|
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
|
+
ListAssetBundleImportJobsRequest,
|
|
11
|
+
ListAssetBundleImportJobsResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface ListAssetBundleImportJobsCommandInput
|
|
19
|
+
extends ListAssetBundleImportJobsRequest {}
|
|
20
|
+
export interface ListAssetBundleImportJobsCommandOutput
|
|
21
|
+
extends ListAssetBundleImportJobsResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class ListAssetBundleImportJobsCommand extends $Command<
|
|
24
|
+
ListAssetBundleImportJobsCommandInput,
|
|
25
|
+
ListAssetBundleImportJobsCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListAssetBundleImportJobsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: ListAssetBundleImportJobsCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ListAssetBundleImportJobsCommandInput,
|
|
37
|
+
ListAssetBundleImportJobsCommandOutput
|
|
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
|
+
StartAssetBundleExportJobRequest,
|
|
11
|
+
StartAssetBundleExportJobResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface StartAssetBundleExportJobCommandInput
|
|
19
|
+
extends StartAssetBundleExportJobRequest {}
|
|
20
|
+
export interface StartAssetBundleExportJobCommandOutput
|
|
21
|
+
extends StartAssetBundleExportJobResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class StartAssetBundleExportJobCommand extends $Command<
|
|
24
|
+
StartAssetBundleExportJobCommandInput,
|
|
25
|
+
StartAssetBundleExportJobCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartAssetBundleExportJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: StartAssetBundleExportJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartAssetBundleExportJobCommandInput,
|
|
37
|
+
StartAssetBundleExportJobCommandOutput
|
|
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
|
+
StartAssetBundleImportJobRequest,
|
|
11
|
+
StartAssetBundleImportJobResponse,
|
|
12
|
+
} from "../models/models_3";
|
|
13
|
+
import {
|
|
14
|
+
QuickSightClientResolvedConfig,
|
|
15
|
+
ServiceInputTypes,
|
|
16
|
+
ServiceOutputTypes,
|
|
17
|
+
} from "../QuickSightClient";
|
|
18
|
+
export interface StartAssetBundleImportJobCommandInput
|
|
19
|
+
extends StartAssetBundleImportJobRequest {}
|
|
20
|
+
export interface StartAssetBundleImportJobCommandOutput
|
|
21
|
+
extends StartAssetBundleImportJobResponse,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class StartAssetBundleImportJobCommand extends $Command<
|
|
24
|
+
StartAssetBundleImportJobCommandInput,
|
|
25
|
+
StartAssetBundleImportJobCommandOutput,
|
|
26
|
+
QuickSightClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartAssetBundleImportJobCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: StartAssetBundleImportJobCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: QuickSightClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
StartAssetBundleImportJobCommandInput,
|
|
37
|
+
StartAssetBundleImportJobCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { UpdateTopicRequest
|
|
9
|
+
import { UpdateTopicRequest } from "../models/models_3";
|
|
10
|
+
import { UpdateTopicResponse } from "../models/models_4";
|
|
10
11
|
import {
|
|
11
12
|
QuickSightClientResolvedConfig,
|
|
12
13
|
ServiceInputTypes,
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@aws-sdk/types";
|
|
9
|
-
import { UpdateUserRequest, UpdateUserResponse } from "../models/
|
|
9
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_4";
|
|
10
10
|
import {
|
|
11
11
|
QuickSightClientResolvedConfig,
|
|
12
12
|
ServiceInputTypes,
|
|
@@ -49,6 +49,8 @@ export * from "./DescribeAccountSubscriptionCommand";
|
|
|
49
49
|
export * from "./DescribeAnalysisCommand";
|
|
50
50
|
export * from "./DescribeAnalysisDefinitionCommand";
|
|
51
51
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
52
|
+
export * from "./DescribeAssetBundleExportJobCommand";
|
|
53
|
+
export * from "./DescribeAssetBundleImportJobCommand";
|
|
52
54
|
export * from "./DescribeDashboardCommand";
|
|
53
55
|
export * from "./DescribeDashboardDefinitionCommand";
|
|
54
56
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
@@ -85,6 +87,8 @@ export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
|
85
87
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
86
88
|
export * from "./GetSessionEmbedUrlCommand";
|
|
87
89
|
export * from "./ListAnalysesCommand";
|
|
90
|
+
export * from "./ListAssetBundleExportJobsCommand";
|
|
91
|
+
export * from "./ListAssetBundleImportJobsCommand";
|
|
88
92
|
export * from "./ListDashboardVersionsCommand";
|
|
89
93
|
export * from "./ListDashboardsCommand";
|
|
90
94
|
export * from "./ListDataSetsCommand";
|
|
@@ -119,6 +123,8 @@ export * from "./SearchDataSetsCommand";
|
|
|
119
123
|
export * from "./SearchDataSourcesCommand";
|
|
120
124
|
export * from "./SearchFoldersCommand";
|
|
121
125
|
export * from "./SearchGroupsCommand";
|
|
126
|
+
export * from "./StartAssetBundleExportJobCommand";
|
|
127
|
+
export * from "./StartAssetBundleImportJobCommand";
|
|
122
128
|
export * from "./TagResourceCommand";
|
|
123
129
|
export * from "./UntagResourceCommand";
|
|
124
130
|
export * from "./UpdateAccountCustomizationCommand";
|