@aws-sdk/client-quicksight 3.332.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 (145) 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 +566 -13
  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 +544 -3
  40. package/dist-types/QuickSight.d.ts +42 -0
  41. package/dist-types/QuickSightClient.d.ts +11 -4
  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/endpoint/EndpointParameters.d.ts +2 -1
  83. package/dist-types/models/index.d.ts +1 -0
  84. package/dist-types/models/models_1.d.ts +326 -339
  85. package/dist-types/models/models_2.d.ts +4908 -5140
  86. package/dist-types/models/models_3.d.ts +1611 -609
  87. package/dist-types/models/models_4.d.ts +315 -0
  88. package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
  90. package/dist-types/pagination/index.d.ts +2 -0
  91. package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
  92. package/dist-types/runtimeConfig.browser.d.ts +12 -12
  93. package/dist-types/runtimeConfig.d.ts +9 -9
  94. package/dist-types/runtimeConfig.native.d.ts +13 -13
  95. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  96. package/dist-types/ts3.4/QuickSight.d.ts +102 -0
  97. package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
  98. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
  100. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
  117. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
  118. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
  123. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
  124. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
  125. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  131. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
  132. package/dist-types/ts3.4/models/index.d.ts +1 -0
  133. package/dist-types/ts3.4/models/models_1.d.ts +189 -209
  134. package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
  135. package/dist-types/ts3.4/models/models_3.d.ts +339 -72
  136. package/dist-types/ts3.4/models/models_4.d.ts +74 -0
  137. package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
  138. package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
  139. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  140. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
  141. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
  142. package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
  143. package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
  144. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  145. package/package.json +30 -29
@@ -203,6 +203,14 @@ import {
203
203
  DescribeAnalysisPermissionsCommandInput,
204
204
  DescribeAnalysisPermissionsCommandOutput,
205
205
  } from "./commands/DescribeAnalysisPermissionsCommand";
206
+ import {
207
+ DescribeAssetBundleExportJobCommandInput,
208
+ DescribeAssetBundleExportJobCommandOutput,
209
+ } from "./commands/DescribeAssetBundleExportJobCommand";
210
+ import {
211
+ DescribeAssetBundleImportJobCommandInput,
212
+ DescribeAssetBundleImportJobCommandOutput,
213
+ } from "./commands/DescribeAssetBundleImportJobCommand";
206
214
  import {
207
215
  DescribeDashboardCommandInput,
208
216
  DescribeDashboardCommandOutput,
@@ -347,6 +355,14 @@ import {
347
355
  ListAnalysesCommandInput,
348
356
  ListAnalysesCommandOutput,
349
357
  } from "./commands/ListAnalysesCommand";
358
+ import {
359
+ ListAssetBundleExportJobsCommandInput,
360
+ ListAssetBundleExportJobsCommandOutput,
361
+ } from "./commands/ListAssetBundleExportJobsCommand";
362
+ import {
363
+ ListAssetBundleImportJobsCommandInput,
364
+ ListAssetBundleImportJobsCommandOutput,
365
+ } from "./commands/ListAssetBundleImportJobsCommand";
350
366
  import {
351
367
  ListDashboardsCommandInput,
352
368
  ListDashboardsCommandOutput,
@@ -483,6 +499,14 @@ import {
483
499
  SearchGroupsCommandInput,
484
500
  SearchGroupsCommandOutput,
485
501
  } from "./commands/SearchGroupsCommand";
502
+ import {
503
+ StartAssetBundleExportJobCommandInput,
504
+ StartAssetBundleExportJobCommandOutput,
505
+ } from "./commands/StartAssetBundleExportJobCommand";
506
+ import {
507
+ StartAssetBundleImportJobCommandInput,
508
+ StartAssetBundleImportJobCommandOutput,
509
+ } from "./commands/StartAssetBundleImportJobCommand";
486
510
  import {
487
511
  TagResourceCommandInput,
488
512
  TagResourceCommandOutput,
@@ -1272,6 +1296,32 @@ export interface QuickSight {
1272
1296
  options: __HttpHandlerOptions,
1273
1297
  cb: (err: any, data?: DescribeAnalysisPermissionsCommandOutput) => void
1274
1298
  ): void;
1299
+ describeAssetBundleExportJob(
1300
+ args: DescribeAssetBundleExportJobCommandInput,
1301
+ options?: __HttpHandlerOptions
1302
+ ): Promise<DescribeAssetBundleExportJobCommandOutput>;
1303
+ describeAssetBundleExportJob(
1304
+ args: DescribeAssetBundleExportJobCommandInput,
1305
+ cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void
1306
+ ): void;
1307
+ describeAssetBundleExportJob(
1308
+ args: DescribeAssetBundleExportJobCommandInput,
1309
+ options: __HttpHandlerOptions,
1310
+ cb: (err: any, data?: DescribeAssetBundleExportJobCommandOutput) => void
1311
+ ): void;
1312
+ describeAssetBundleImportJob(
1313
+ args: DescribeAssetBundleImportJobCommandInput,
1314
+ options?: __HttpHandlerOptions
1315
+ ): Promise<DescribeAssetBundleImportJobCommandOutput>;
1316
+ describeAssetBundleImportJob(
1317
+ args: DescribeAssetBundleImportJobCommandInput,
1318
+ cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
1319
+ ): void;
1320
+ describeAssetBundleImportJob(
1321
+ args: DescribeAssetBundleImportJobCommandInput,
1322
+ options: __HttpHandlerOptions,
1323
+ cb: (err: any, data?: DescribeAssetBundleImportJobCommandOutput) => void
1324
+ ): void;
1275
1325
  describeDashboard(
1276
1326
  args: DescribeDashboardCommandInput,
1277
1327
  options?: __HttpHandlerOptions
@@ -1752,6 +1802,32 @@ export interface QuickSight {
1752
1802
  options: __HttpHandlerOptions,
1753
1803
  cb: (err: any, data?: ListAnalysesCommandOutput) => void
1754
1804
  ): void;
1805
+ listAssetBundleExportJobs(
1806
+ args: ListAssetBundleExportJobsCommandInput,
1807
+ options?: __HttpHandlerOptions
1808
+ ): Promise<ListAssetBundleExportJobsCommandOutput>;
1809
+ listAssetBundleExportJobs(
1810
+ args: ListAssetBundleExportJobsCommandInput,
1811
+ cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void
1812
+ ): void;
1813
+ listAssetBundleExportJobs(
1814
+ args: ListAssetBundleExportJobsCommandInput,
1815
+ options: __HttpHandlerOptions,
1816
+ cb: (err: any, data?: ListAssetBundleExportJobsCommandOutput) => void
1817
+ ): void;
1818
+ listAssetBundleImportJobs(
1819
+ args: ListAssetBundleImportJobsCommandInput,
1820
+ options?: __HttpHandlerOptions
1821
+ ): Promise<ListAssetBundleImportJobsCommandOutput>;
1822
+ listAssetBundleImportJobs(
1823
+ args: ListAssetBundleImportJobsCommandInput,
1824
+ cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
1825
+ ): void;
1826
+ listAssetBundleImportJobs(
1827
+ args: ListAssetBundleImportJobsCommandInput,
1828
+ options: __HttpHandlerOptions,
1829
+ cb: (err: any, data?: ListAssetBundleImportJobsCommandOutput) => void
1830
+ ): void;
1755
1831
  listDashboards(
1756
1832
  args: ListDashboardsCommandInput,
1757
1833
  options?: __HttpHandlerOptions
@@ -2194,6 +2270,32 @@ export interface QuickSight {
2194
2270
  options: __HttpHandlerOptions,
2195
2271
  cb: (err: any, data?: SearchGroupsCommandOutput) => void
2196
2272
  ): void;
2273
+ startAssetBundleExportJob(
2274
+ args: StartAssetBundleExportJobCommandInput,
2275
+ options?: __HttpHandlerOptions
2276
+ ): Promise<StartAssetBundleExportJobCommandOutput>;
2277
+ startAssetBundleExportJob(
2278
+ args: StartAssetBundleExportJobCommandInput,
2279
+ cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void
2280
+ ): void;
2281
+ startAssetBundleExportJob(
2282
+ args: StartAssetBundleExportJobCommandInput,
2283
+ options: __HttpHandlerOptions,
2284
+ cb: (err: any, data?: StartAssetBundleExportJobCommandOutput) => void
2285
+ ): void;
2286
+ startAssetBundleImportJob(
2287
+ args: StartAssetBundleImportJobCommandInput,
2288
+ options?: __HttpHandlerOptions
2289
+ ): Promise<StartAssetBundleImportJobCommandOutput>;
2290
+ startAssetBundleImportJob(
2291
+ args: StartAssetBundleImportJobCommandInput,
2292
+ cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
2293
+ ): void;
2294
+ startAssetBundleImportJob(
2295
+ args: StartAssetBundleImportJobCommandInput,
2296
+ options: __HttpHandlerOptions,
2297
+ cb: (err: any, data?: StartAssetBundleImportJobCommandOutput) => void
2298
+ ): void;
2197
2299
  tagResource(
2198
2300
  args: TagResourceCommandInput,
2199
2301
  options?: __HttpHandlerOptions
@@ -22,7 +22,6 @@ import {
22
22
  UserAgentInputConfig,
23
23
  UserAgentResolvedConfig,
24
24
  } from "@aws-sdk/middleware-user-agent";
25
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
26
25
  import {
27
26
  Client as __Client,
28
27
  DefaultsMode as __DefaultsMode,
@@ -33,17 +32,20 @@ import {
33
32
  BodyLengthCalculator as __BodyLengthCalculator,
34
33
  ChecksumConstructor as __ChecksumConstructor,
35
34
  Credentials as __Credentials,
36
- Decoder as __Decoder,
37
- Encoder as __Encoder,
38
35
  HashConstructor as __HashConstructor,
39
36
  HttpHandlerOptions as __HttpHandlerOptions,
40
37
  Logger as __Logger,
41
- Provider as __Provider,
42
38
  Provider,
43
- StreamCollector as __StreamCollector,
44
39
  UrlParser as __UrlParser,
45
40
  UserAgent as __UserAgent,
46
41
  } from "@aws-sdk/types";
42
+ import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
43
+ import {
44
+ Decoder as __Decoder,
45
+ Encoder as __Encoder,
46
+ Provider as __Provider,
47
+ StreamCollector as __StreamCollector,
48
+ } from "@smithy/types";
47
49
  import {
48
50
  CancelIngestionCommandInput,
49
51
  CancelIngestionCommandOutput,
@@ -248,6 +250,14 @@ import {
248
250
  DescribeAnalysisPermissionsCommandInput,
249
251
  DescribeAnalysisPermissionsCommandOutput,
250
252
  } from "./commands/DescribeAnalysisPermissionsCommand";
253
+ import {
254
+ DescribeAssetBundleExportJobCommandInput,
255
+ DescribeAssetBundleExportJobCommandOutput,
256
+ } from "./commands/DescribeAssetBundleExportJobCommand";
257
+ import {
258
+ DescribeAssetBundleImportJobCommandInput,
259
+ DescribeAssetBundleImportJobCommandOutput,
260
+ } from "./commands/DescribeAssetBundleImportJobCommand";
251
261
  import {
252
262
  DescribeDashboardCommandInput,
253
263
  DescribeDashboardCommandOutput,
@@ -392,6 +402,14 @@ import {
392
402
  ListAnalysesCommandInput,
393
403
  ListAnalysesCommandOutput,
394
404
  } from "./commands/ListAnalysesCommand";
405
+ import {
406
+ ListAssetBundleExportJobsCommandInput,
407
+ ListAssetBundleExportJobsCommandOutput,
408
+ } from "./commands/ListAssetBundleExportJobsCommand";
409
+ import {
410
+ ListAssetBundleImportJobsCommandInput,
411
+ ListAssetBundleImportJobsCommandOutput,
412
+ } from "./commands/ListAssetBundleImportJobsCommand";
395
413
  import {
396
414
  ListDashboardsCommandInput,
397
415
  ListDashboardsCommandOutput,
@@ -528,6 +546,14 @@ import {
528
546
  SearchGroupsCommandInput,
529
547
  SearchGroupsCommandOutput,
530
548
  } from "./commands/SearchGroupsCommand";
549
+ import {
550
+ StartAssetBundleExportJobCommandInput,
551
+ StartAssetBundleExportJobCommandOutput,
552
+ } from "./commands/StartAssetBundleExportJobCommand";
553
+ import {
554
+ StartAssetBundleImportJobCommandInput,
555
+ StartAssetBundleImportJobCommandOutput,
556
+ } from "./commands/StartAssetBundleImportJobCommand";
531
557
  import {
532
558
  TagResourceCommandInput,
533
559
  TagResourceCommandOutput,
@@ -709,6 +735,8 @@ export type ServiceInputTypes =
709
735
  | DescribeAnalysisCommandInput
710
736
  | DescribeAnalysisDefinitionCommandInput
711
737
  | DescribeAnalysisPermissionsCommandInput
738
+ | DescribeAssetBundleExportJobCommandInput
739
+ | DescribeAssetBundleImportJobCommandInput
712
740
  | DescribeDashboardCommandInput
713
741
  | DescribeDashboardDefinitionCommandInput
714
742
  | DescribeDashboardPermissionsCommandInput
@@ -745,6 +773,8 @@ export type ServiceInputTypes =
745
773
  | GetDashboardEmbedUrlCommandInput
746
774
  | GetSessionEmbedUrlCommandInput
747
775
  | ListAnalysesCommandInput
776
+ | ListAssetBundleExportJobsCommandInput
777
+ | ListAssetBundleImportJobsCommandInput
748
778
  | ListDashboardVersionsCommandInput
749
779
  | ListDashboardsCommandInput
750
780
  | ListDataSetsCommandInput
@@ -779,6 +809,8 @@ export type ServiceInputTypes =
779
809
  | SearchDataSourcesCommandInput
780
810
  | SearchFoldersCommandInput
781
811
  | SearchGroupsCommandInput
812
+ | StartAssetBundleExportJobCommandInput
813
+ | StartAssetBundleImportJobCommandInput
782
814
  | TagResourceCommandInput
783
815
  | UntagResourceCommandInput
784
816
  | UpdateAccountCustomizationCommandInput
@@ -862,6 +894,8 @@ export type ServiceOutputTypes =
862
894
  | DescribeAnalysisCommandOutput
863
895
  | DescribeAnalysisDefinitionCommandOutput
864
896
  | DescribeAnalysisPermissionsCommandOutput
897
+ | DescribeAssetBundleExportJobCommandOutput
898
+ | DescribeAssetBundleImportJobCommandOutput
865
899
  | DescribeDashboardCommandOutput
866
900
  | DescribeDashboardDefinitionCommandOutput
867
901
  | DescribeDashboardPermissionsCommandOutput
@@ -898,6 +932,8 @@ export type ServiceOutputTypes =
898
932
  | GetDashboardEmbedUrlCommandOutput
899
933
  | GetSessionEmbedUrlCommandOutput
900
934
  | ListAnalysesCommandOutput
935
+ | ListAssetBundleExportJobsCommandOutput
936
+ | ListAssetBundleImportJobsCommandOutput
901
937
  | ListDashboardVersionsCommandOutput
902
938
  | ListDashboardsCommandOutput
903
939
  | ListDataSetsCommandOutput
@@ -932,6 +968,8 @@ export type ServiceOutputTypes =
932
968
  | SearchDataSourcesCommandOutput
933
969
  | SearchFoldersCommandOutput
934
970
  | SearchGroupsCommandOutput
971
+ | StartAssetBundleExportJobCommandOutput
972
+ | StartAssetBundleImportJobCommandOutput
935
973
  | TagResourceCommandOutput
936
974
  | UntagResourceCommandOutput
937
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
+ }