@aws-sdk/client-quicksight 3.922.0 → 3.926.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 (91) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +823 -360
  3. package/dist-es/commands/CreateTopicCommand.js +1 -1
  4. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  5. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
  6. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  7. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  8. package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
  9. package/dist-es/models/models_0.js +8 -4
  10. package/dist-es/models/models_1.js +5 -26
  11. package/dist-es/models/models_2.js +26 -39
  12. package/dist-es/models/models_3.js +233 -222
  13. package/dist-es/models/models_4.js +217 -70
  14. package/dist-es/models/models_5.js +74 -2
  15. package/dist-es/protocols/Aws_restJson1.js +240 -4
  16. package/dist-types/QuickSight.d.ts +1 -1
  17. package/dist-types/QuickSightClient.d.ts +1 -1
  18. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  19. package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
  20. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
  24. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
  25. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
  26. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  27. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
  28. package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
  29. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
  31. package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
  40. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  44. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
  45. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
  47. package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
  48. package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
  49. package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
  52. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  53. package/dist-types/index.d.ts +1 -1
  54. package/dist-types/models/models_0.d.ts +162 -182
  55. package/dist-types/models/models_1.d.ts +177 -161
  56. package/dist-types/models/models_2.d.ts +196 -250
  57. package/dist-types/models/models_3.d.ts +2725 -3153
  58. package/dist-types/models/models_4.d.ts +4088 -3877
  59. package/dist-types/models/models_5.d.ts +1555 -12
  60. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
  85. package/dist-types/ts3.4/models/models_0.d.ts +42 -42
  86. package/dist-types/ts3.4/models/models_1.d.ts +44 -56
  87. package/dist-types/ts3.4/models/models_2.d.ts +72 -94
  88. package/dist-types/ts3.4/models/models_3.d.ts +446 -511
  89. package/dist-types/ts3.4/models/models_4.d.ts +513 -366
  90. package/dist-types/ts3.4/models/models_5.d.ts +381 -17
  91. package/package.json +8 -8
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  AWS SDK for JavaScript QuickSight Client for Node.js, Browser and React Native.
8
8
 
9
- <fullname>Amazon QuickSight API Reference</fullname>
9
+ <fullname>Amazon Quick Suite API Reference</fullname>
10
10
 
11
11
  <p>Amazon Quick Sight is a fully managed, serverless business intelligence service for the
12
12
  Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your