@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
package/README.md CHANGED
@@ -615,6 +615,22 @@ DescribeAnalysisPermissions
615
615
 
616
616
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeanalysispermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeanalysispermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeanalysispermissionscommandoutput.html)
617
617
 
618
+ </details>
619
+ <details>
620
+ <summary>
621
+ DescribeAssetBundleExportJob
622
+ </summary>
623
+
624
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeassetbundleexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleexportjobcommandoutput.html)
625
+
626
+ </details>
627
+ <details>
628
+ <summary>
629
+ DescribeAssetBundleImportJob
630
+ </summary>
631
+
632
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describeassetbundleimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describeassetbundleimportjobcommandoutput.html)
633
+
618
634
  </details>
619
635
  <details>
620
636
  <summary>
@@ -903,6 +919,22 @@ ListAnalyses
903
919
 
904
920
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listanalysescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listanalysescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listanalysescommandoutput.html)
905
921
 
922
+ </details>
923
+ <details>
924
+ <summary>
925
+ ListAssetBundleExportJobs
926
+ </summary>
927
+
928
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listassetbundleexportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleexportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleexportjobscommandoutput.html)
929
+
930
+ </details>
931
+ <details>
932
+ <summary>
933
+ ListAssetBundleImportJobs
934
+ </summary>
935
+
936
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/listassetbundleimportjobscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleimportjobscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/listassetbundleimportjobscommandoutput.html)
937
+
906
938
  </details>
907
939
  <details>
908
940
  <summary>
@@ -1175,6 +1207,22 @@ SearchGroups
1175
1207
 
1176
1208
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/searchgroupscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/searchgroupscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/searchgroupscommandoutput.html)
1177
1209
 
1210
+ </details>
1211
+ <details>
1212
+ <summary>
1213
+ StartAssetBundleExportJob
1214
+ </summary>
1215
+
1216
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/startassetbundleexportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleexportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleexportjobcommandoutput.html)
1217
+
1218
+ </details>
1219
+ <details>
1220
+ <summary>
1221
+ StartAssetBundleImportJob
1222
+ </summary>
1223
+
1224
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/startassetbundleimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleimportjobcommandoutput.html)
1225
+
1178
1226
  </details>
1179
1227
  <details>
1180
1228
  <summary>
@@ -53,6 +53,8 @@ const DescribeAccountSubscriptionCommand_1 = require("./commands/DescribeAccount
53
53
  const DescribeAnalysisCommand_1 = require("./commands/DescribeAnalysisCommand");
54
54
  const DescribeAnalysisDefinitionCommand_1 = require("./commands/DescribeAnalysisDefinitionCommand");
55
55
  const DescribeAnalysisPermissionsCommand_1 = require("./commands/DescribeAnalysisPermissionsCommand");
56
+ const DescribeAssetBundleExportJobCommand_1 = require("./commands/DescribeAssetBundleExportJobCommand");
57
+ const DescribeAssetBundleImportJobCommand_1 = require("./commands/DescribeAssetBundleImportJobCommand");
56
58
  const DescribeDashboardCommand_1 = require("./commands/DescribeDashboardCommand");
57
59
  const DescribeDashboardDefinitionCommand_1 = require("./commands/DescribeDashboardDefinitionCommand");
58
60
  const DescribeDashboardPermissionsCommand_1 = require("./commands/DescribeDashboardPermissionsCommand");
@@ -89,6 +91,8 @@ const GenerateEmbedUrlForRegisteredUserCommand_1 = require("./commands/GenerateE
89
91
  const GetDashboardEmbedUrlCommand_1 = require("./commands/GetDashboardEmbedUrlCommand");
90
92
  const GetSessionEmbedUrlCommand_1 = require("./commands/GetSessionEmbedUrlCommand");
91
93
  const ListAnalysesCommand_1 = require("./commands/ListAnalysesCommand");
94
+ const ListAssetBundleExportJobsCommand_1 = require("./commands/ListAssetBundleExportJobsCommand");
95
+ const ListAssetBundleImportJobsCommand_1 = require("./commands/ListAssetBundleImportJobsCommand");
92
96
  const ListDashboardsCommand_1 = require("./commands/ListDashboardsCommand");
93
97
  const ListDashboardVersionsCommand_1 = require("./commands/ListDashboardVersionsCommand");
94
98
  const ListDataSetsCommand_1 = require("./commands/ListDataSetsCommand");
@@ -123,6 +127,8 @@ const SearchDataSetsCommand_1 = require("./commands/SearchDataSetsCommand");
123
127
  const SearchDataSourcesCommand_1 = require("./commands/SearchDataSourcesCommand");
124
128
  const SearchFoldersCommand_1 = require("./commands/SearchFoldersCommand");
125
129
  const SearchGroupsCommand_1 = require("./commands/SearchGroupsCommand");
130
+ const StartAssetBundleExportJobCommand_1 = require("./commands/StartAssetBundleExportJobCommand");
131
+ const StartAssetBundleImportJobCommand_1 = require("./commands/StartAssetBundleImportJobCommand");
126
132
  const TagResourceCommand_1 = require("./commands/TagResourceCommand");
127
133
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
128
134
  const UpdateAccountCustomizationCommand_1 = require("./commands/UpdateAccountCustomizationCommand");
@@ -207,6 +213,8 @@ const commands = {
207
213
  DescribeAnalysisCommand: DescribeAnalysisCommand_1.DescribeAnalysisCommand,
208
214
  DescribeAnalysisDefinitionCommand: DescribeAnalysisDefinitionCommand_1.DescribeAnalysisDefinitionCommand,
209
215
  DescribeAnalysisPermissionsCommand: DescribeAnalysisPermissionsCommand_1.DescribeAnalysisPermissionsCommand,
216
+ DescribeAssetBundleExportJobCommand: DescribeAssetBundleExportJobCommand_1.DescribeAssetBundleExportJobCommand,
217
+ DescribeAssetBundleImportJobCommand: DescribeAssetBundleImportJobCommand_1.DescribeAssetBundleImportJobCommand,
210
218
  DescribeDashboardCommand: DescribeDashboardCommand_1.DescribeDashboardCommand,
211
219
  DescribeDashboardDefinitionCommand: DescribeDashboardDefinitionCommand_1.DescribeDashboardDefinitionCommand,
212
220
  DescribeDashboardPermissionsCommand: DescribeDashboardPermissionsCommand_1.DescribeDashboardPermissionsCommand,
@@ -243,6 +251,8 @@ const commands = {
243
251
  GetDashboardEmbedUrlCommand: GetDashboardEmbedUrlCommand_1.GetDashboardEmbedUrlCommand,
244
252
  GetSessionEmbedUrlCommand: GetSessionEmbedUrlCommand_1.GetSessionEmbedUrlCommand,
245
253
  ListAnalysesCommand: ListAnalysesCommand_1.ListAnalysesCommand,
254
+ ListAssetBundleExportJobsCommand: ListAssetBundleExportJobsCommand_1.ListAssetBundleExportJobsCommand,
255
+ ListAssetBundleImportJobsCommand: ListAssetBundleImportJobsCommand_1.ListAssetBundleImportJobsCommand,
246
256
  ListDashboardsCommand: ListDashboardsCommand_1.ListDashboardsCommand,
247
257
  ListDashboardVersionsCommand: ListDashboardVersionsCommand_1.ListDashboardVersionsCommand,
248
258
  ListDataSetsCommand: ListDataSetsCommand_1.ListDataSetsCommand,
@@ -277,6 +287,8 @@ const commands = {
277
287
  SearchDataSourcesCommand: SearchDataSourcesCommand_1.SearchDataSourcesCommand,
278
288
  SearchFoldersCommand: SearchFoldersCommand_1.SearchFoldersCommand,
279
289
  SearchGroupsCommand: SearchGroupsCommand_1.SearchGroupsCommand,
290
+ StartAssetBundleExportJobCommand: StartAssetBundleExportJobCommand_1.StartAssetBundleExportJobCommand,
291
+ StartAssetBundleImportJobCommand: StartAssetBundleImportJobCommand_1.StartAssetBundleImportJobCommand,
280
292
  TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
281
293
  UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
282
294
  UpdateAccountCustomizationCommand: UpdateAccountCustomizationCommand_1.UpdateAccountCustomizationCommand,
@@ -4,7 +4,7 @@ exports.DescribeAnalysisDefinitionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_2_1 = require("../models/models_2");
7
+ const models_3_1 = require("../models/models_3");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeAnalysisDefinitionCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
@@ -31,7 +31,7 @@ class DescribeAnalysisDefinitionCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: models_2_1.DescribeAnalysisDefinitionResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_3_1.DescribeAnalysisDefinitionResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAssetBundleExportJobCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class DescribeAssetBundleExportJobCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeAssetBundleExportJobCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "DescribeAssetBundleExportJobCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_DescribeAssetBundleExportJobCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_DescribeAssetBundleExportJobCommand)(output, context);
43
+ }
44
+ }
45
+ exports.DescribeAssetBundleExportJobCommand = DescribeAssetBundleExportJobCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeAssetBundleImportJobCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_3_1 = require("../models/models_3");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class DescribeAssetBundleImportJobCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeAssetBundleImportJobCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "QuickSightClient";
28
+ const commandName = "DescribeAssetBundleImportJobCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: (_) => _,
34
+ outputFilterSensitiveLog: models_3_1.DescribeAssetBundleImportJobResponseFilterSensitiveLog,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_DescribeAssetBundleImportJobCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_DescribeAssetBundleImportJobCommand)(output, context);
44
+ }
45
+ }
46
+ exports.DescribeAssetBundleImportJobCommand = DescribeAssetBundleImportJobCommand;
@@ -4,7 +4,7 @@ exports.DescribeDashboardDefinitionCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_2_1 = require("../models/models_2");
7
+ const models_3_1 = require("../models/models_3");
8
8
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
9
  class DescribeDashboardDefinitionCommand extends smithy_client_1.Command {
10
10
  static getEndpointParameterInstructions() {
@@ -31,7 +31,7 @@ class DescribeDashboardDefinitionCommand extends smithy_client_1.Command {
31
31
  clientName,
32
32
  commandName,
33
33
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: models_2_1.DescribeDashboardDefinitionResponseFilterSensitiveLog,
34
+ outputFilterSensitiveLog: models_3_1.DescribeDashboardDefinitionResponseFilterSensitiveLog,
35
35
  };
36
36
  const { requestHandler } = configuration;
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAssetBundleExportJobsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListAssetBundleExportJobsCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAssetBundleExportJobsCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "ListAssetBundleExportJobsCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_ListAssetBundleExportJobsCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_ListAssetBundleExportJobsCommand)(output, context);
43
+ }
44
+ }
45
+ exports.ListAssetBundleExportJobsCommand = ListAssetBundleExportJobsCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAssetBundleImportJobsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class ListAssetBundleImportJobsCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListAssetBundleImportJobsCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "ListAssetBundleImportJobsCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_ListAssetBundleImportJobsCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_ListAssetBundleImportJobsCommand)(output, context);
43
+ }
44
+ }
45
+ exports.ListAssetBundleImportJobsCommand = ListAssetBundleImportJobsCommand;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StartAssetBundleExportJobCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
+ class StartAssetBundleExportJobCommand extends smithy_client_1.Command {
9
+ static getEndpointParameterInstructions() {
10
+ return {
11
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
12
+ Endpoint: { type: "builtInParams", name: "endpoint" },
13
+ Region: { type: "builtInParams", name: "region" },
14
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
15
+ };
16
+ }
17
+ constructor(input) {
18
+ super();
19
+ this.input = input;
20
+ }
21
+ resolveMiddleware(clientStack, configuration, options) {
22
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
23
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartAssetBundleExportJobCommand.getEndpointParameterInstructions()));
24
+ const stack = clientStack.concat(this.middlewareStack);
25
+ const { logger } = configuration;
26
+ const clientName = "QuickSightClient";
27
+ const commandName = "StartAssetBundleExportJobCommand";
28
+ const handlerExecutionContext = {
29
+ logger,
30
+ clientName,
31
+ commandName,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
34
+ };
35
+ const { requestHandler } = configuration;
36
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
+ }
38
+ serialize(input, context) {
39
+ return (0, Aws_restJson1_1.se_StartAssetBundleExportJobCommand)(input, context);
40
+ }
41
+ deserialize(output, context) {
42
+ return (0, Aws_restJson1_1.de_StartAssetBundleExportJobCommand)(output, context);
43
+ }
44
+ }
45
+ exports.StartAssetBundleExportJobCommand = StartAssetBundleExportJobCommand;
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StartAssetBundleImportJobCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ const models_3_1 = require("../models/models_3");
8
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
+ class StartAssetBundleImportJobCommand extends smithy_client_1.Command {
10
+ static getEndpointParameterInstructions() {
11
+ return {
12
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
13
+ Endpoint: { type: "builtInParams", name: "endpoint" },
14
+ Region: { type: "builtInParams", name: "region" },
15
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
16
+ };
17
+ }
18
+ constructor(input) {
19
+ super();
20
+ this.input = input;
21
+ }
22
+ resolveMiddleware(clientStack, configuration, options) {
23
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartAssetBundleImportJobCommand.getEndpointParameterInstructions()));
25
+ const stack = clientStack.concat(this.middlewareStack);
26
+ const { logger } = configuration;
27
+ const clientName = "QuickSightClient";
28
+ const commandName = "StartAssetBundleImportJobCommand";
29
+ const handlerExecutionContext = {
30
+ logger,
31
+ clientName,
32
+ commandName,
33
+ inputFilterSensitiveLog: models_3_1.StartAssetBundleImportJobRequestFilterSensitiveLog,
34
+ outputFilterSensitiveLog: (_) => _,
35
+ };
36
+ const { requestHandler } = configuration;
37
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
+ }
39
+ serialize(input, context) {
40
+ return (0, Aws_restJson1_1.se_StartAssetBundleImportJobCommand)(input, context);
41
+ }
42
+ deserialize(output, context) {
43
+ return (0, Aws_restJson1_1.de_StartAssetBundleImportJobCommand)(output, context);
44
+ }
45
+ }
46
+ exports.StartAssetBundleImportJobCommand = StartAssetBundleImportJobCommand;
@@ -52,6 +52,8 @@ tslib_1.__exportStar(require("./DescribeAccountSubscriptionCommand"), exports);
52
52
  tslib_1.__exportStar(require("./DescribeAnalysisCommand"), exports);
53
53
  tslib_1.__exportStar(require("./DescribeAnalysisDefinitionCommand"), exports);
54
54
  tslib_1.__exportStar(require("./DescribeAnalysisPermissionsCommand"), exports);
55
+ tslib_1.__exportStar(require("./DescribeAssetBundleExportJobCommand"), exports);
56
+ tslib_1.__exportStar(require("./DescribeAssetBundleImportJobCommand"), exports);
55
57
  tslib_1.__exportStar(require("./DescribeDashboardCommand"), exports);
56
58
  tslib_1.__exportStar(require("./DescribeDashboardDefinitionCommand"), exports);
57
59
  tslib_1.__exportStar(require("./DescribeDashboardPermissionsCommand"), exports);
@@ -88,6 +90,8 @@ tslib_1.__exportStar(require("./GenerateEmbedUrlForRegisteredUserCommand"), expo
88
90
  tslib_1.__exportStar(require("./GetDashboardEmbedUrlCommand"), exports);
89
91
  tslib_1.__exportStar(require("./GetSessionEmbedUrlCommand"), exports);
90
92
  tslib_1.__exportStar(require("./ListAnalysesCommand"), exports);
93
+ tslib_1.__exportStar(require("./ListAssetBundleExportJobsCommand"), exports);
94
+ tslib_1.__exportStar(require("./ListAssetBundleImportJobsCommand"), exports);
91
95
  tslib_1.__exportStar(require("./ListDashboardVersionsCommand"), exports);
92
96
  tslib_1.__exportStar(require("./ListDashboardsCommand"), exports);
93
97
  tslib_1.__exportStar(require("./ListDataSetsCommand"), exports);
@@ -122,6 +126,8 @@ tslib_1.__exportStar(require("./SearchDataSetsCommand"), exports);
122
126
  tslib_1.__exportStar(require("./SearchDataSourcesCommand"), exports);
123
127
  tslib_1.__exportStar(require("./SearchFoldersCommand"), exports);
124
128
  tslib_1.__exportStar(require("./SearchGroupsCommand"), exports);
129
+ tslib_1.__exportStar(require("./StartAssetBundleExportJobCommand"), exports);
130
+ tslib_1.__exportStar(require("./StartAssetBundleImportJobCommand"), exports);
125
131
  tslib_1.__exportStar(require("./TagResourceCommand"), exports);
126
132
  tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
127
133
  tslib_1.__exportStar(require("./UpdateAccountCustomizationCommand"), exports);
@@ -5,3 +5,4 @@ tslib_1.__exportStar(require("./models_0"), exports);
5
5
  tslib_1.__exportStar(require("./models_1"), exports);
6
6
  tslib_1.__exportStar(require("./models_2"), exports);
7
7
  tslib_1.__exportStar(require("./models_3"), exports);
8
+ tslib_1.__exportStar(require("./models_4"), exports);