@aws-sdk/client-quicksight 3.614.0 → 3.615.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 (87) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +778 -396
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  5. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  6. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  7. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  9. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  10. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +43 -16
  14. package/dist-es/models/models_1.js +5 -7
  15. package/dist-es/models/models_2.js +138 -101
  16. package/dist-es/models/models_3.js +70 -136
  17. package/dist-es/models/models_4.js +131 -2
  18. package/dist-es/protocols/Aws_restJson1.js +174 -4
  19. package/dist-types/QuickSight.d.ts +21 -0
  20. package/dist-types/QuickSightClient.d.ts +5 -2
  21. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  22. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  23. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  24. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  36. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  37. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  40. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  42. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  46. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  47. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  48. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  50. package/dist-types/commands/index.d.ts +3 -0
  51. package/dist-types/models/models_0.d.ts +119 -115
  52. package/dist-types/models/models_1.d.ts +97 -68
  53. package/dist-types/models/models_2.d.ts +2333 -2490
  54. package/dist-types/models/models_3.d.ts +4173 -4215
  55. package/dist-types/models/models_4.d.ts +1183 -2
  56. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  57. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  58. package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
  59. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  60. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  61. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  79. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  82. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  83. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  84. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  85. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  87. package/package.json +1 -1

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.