@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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.