@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.
Files changed (135) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/QuickSight.js +12 -0
  3. package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
  5. package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
  7. package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
  8. package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
  9. package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
  10. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
  11. package/dist-cjs/commands/index.js +6 -0
  12. package/dist-cjs/models/index.js +1 -0
  13. package/dist-cjs/models/models_1.js +64 -159
  14. package/dist-cjs/models/models_2.js +240 -63
  15. package/dist-cjs/models/models_3.js +20 -1
  16. package/dist-cjs/models/models_4.js +2 -0
  17. package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
  18. package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +2 -0
  20. package/dist-cjs/protocols/Aws_restJson1.js +565 -12
  21. package/dist-es/QuickSight.js +12 -0
  22. package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
  23. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
  24. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
  25. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  26. package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
  27. package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
  28. package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
  29. package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
  30. package/dist-es/commands/index.js +6 -0
  31. package/dist-es/models/index.js +1 -0
  32. package/dist-es/models/models_1.js +58 -149
  33. package/dist-es/models/models_2.js +228 -59
  34. package/dist-es/models/models_3.js +16 -1
  35. package/dist-es/models/models_4.js +1 -0
  36. package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
  37. package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +2 -0
  39. package/dist-es/protocols/Aws_restJson1.js +543 -2
  40. package/dist-types/QuickSight.d.ts +42 -0
  41. package/dist-types/QuickSightClient.d.ts +8 -2
  42. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
  44. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
  45. package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
  46. package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
  47. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
  62. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
  64. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
  65. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
  67. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
  69. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
  70. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
  71. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
  72. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
  73. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
  74. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
  75. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
  76. package/dist-types/commands/UpdateTopicCommand.d.ts +2 -1
  77. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  81. package/dist-types/commands/index.d.ts +6 -0
  82. package/dist-types/models/index.d.ts +1 -0
  83. package/dist-types/models/models_1.d.ts +326 -339
  84. package/dist-types/models/models_2.d.ts +4908 -5140
  85. package/dist-types/models/models_3.d.ts +1611 -609
  86. package/dist-types/models/models_4.d.ts +315 -0
  87. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/index.d.ts +2 -0
  90. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  91. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  92. package/dist-types/ts3.4/QuickSightClient.d.ts +36 -0
  93. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
  95. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
  112. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
  113. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
  118. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
  119. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
  120. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  126. package/dist-types/ts3.4/models/index.d.ts +1 -0
  127. package/dist-types/ts3.4/models/models_1.d.ts +189 -209
  128. package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
  129. package/dist-types/ts3.4/models/models_3.d.ts +339 -72
  130. package/dist-types/ts3.4/models/models_4.d.ts +74 -0
  131. package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
  132. package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
  133. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  134. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  135. 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
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  CancelIngestionRequest,
11
11
  CancelIngestionResponse,
12
- } from "../models/models_1";
12
+ } from "../models/models_2";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -6,10 +6,8 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import {
10
- DeleteNamespaceRequest,
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,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteRefreshScheduleRequest,
11
11
  DeleteRefreshScheduleResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteTemplateAliasRequest,
11
11
  DeleteTemplateAliasResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteTemplateRequest,
11
11
  DeleteTemplateResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteThemeAliasRequest,
11
11
  DeleteThemeAliasResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  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/models_2";
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/models_2";
9
+ import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_3";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteTopicRefreshScheduleRequest,
11
11
  DeleteTopicRefreshScheduleResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteUserByPrincipalIdRequest,
11
11
  DeleteUserByPrincipalIdResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  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/models_2";
9
+ import { DeleteUserRequest, DeleteUserResponse } from "../models/models_3";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DeleteVPCConnectionRequest,
11
11
  DeleteVPCConnectionResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAccountCustomizationRequest,
11
11
  DescribeAccountCustomizationResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAccountSettingsRequest,
11
11
  DescribeAccountSettingsResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAccountSubscriptionRequest,
11
11
  DescribeAccountSubscriptionResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAnalysisRequest,
11
11
  DescribeAnalysisResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAnalysisDefinitionRequest,
11
11
  DescribeAnalysisDefinitionResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeAnalysisPermissionsRequest,
11
11
  DescribeAnalysisPermissionsResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  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
+ }
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDashboardRequest,
11
11
  DescribeDashboardResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDashboardDefinitionRequest,
11
11
  DescribeDashboardDefinitionResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  DescribeDashboardPermissionsRequest,
11
11
  DescribeDashboardPermissionsResponse,
12
- } from "../models/models_2";
12
+ } from "../models/models_3";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  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
+ 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, UpdateTopicResponse } from "../models/models_3";
9
+ import { UpdateTopicRequest } from "../models/models_3";
10
+ import { UpdateTopicResponse } from "../models/models_4";
10
11
  import {
11
12
  QuickSightClientResolvedConfig,
12
13
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  UpdateTopicPermissionsRequest,
11
11
  UpdateTopicPermissionsResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  UpdateTopicRefreshScheduleRequest,
11
11
  UpdateTopicRefreshScheduleResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  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/models_3";
9
+ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_4";
10
10
  import {
11
11
  QuickSightClientResolvedConfig,
12
12
  ServiceInputTypes,
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  UpdateVPCConnectionRequest,
11
11
  UpdateVPCConnectionResponse,
12
- } from "../models/models_3";
12
+ } from "../models/models_4";
13
13
  import {
14
14
  QuickSightClientResolvedConfig,
15
15
  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";
@@ -2,3 +2,4 @@ export * from "./models_0";
2
2
  export * from "./models_1";
3
3
  export * from "./models_2";
4
4
  export * from "./models_3";
5
+ export * from "./models_4";