@aws-sdk/client-quicksight 3.325.0 → 3.327.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 (279) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  65. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
  66. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
  67. package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
  68. package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
  69. package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
  70. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  71. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  72. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  73. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  74. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  75. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
  76. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  77. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  78. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  79. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  80. package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
  81. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  82. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  83. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  84. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  85. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  86. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  87. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  88. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  89. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  90. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  91. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  92. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  93. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  94. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  95. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  96. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  97. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  98. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  99. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  100. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  101. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  102. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  103. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  104. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  105. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  106. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  107. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  108. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  109. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  110. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  111. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  112. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  113. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
  114. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  115. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  116. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
  117. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  118. package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
  119. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
  120. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
  121. package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
  122. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
  123. package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
  124. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
  125. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
  126. package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
  127. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
  128. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
  129. package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
  130. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
  131. package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
  132. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
  133. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
  134. package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
  135. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
  136. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
  137. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
  138. package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
  139. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
  140. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  141. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  142. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  143. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  144. package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
  145. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  146. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  147. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
  148. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  149. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  150. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  151. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  152. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  153. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  154. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  155. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  156. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  157. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  158. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  159. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
  160. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
  161. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  162. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  163. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  165. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  166. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  167. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  168. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  169. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  170. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  171. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  172. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  173. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  175. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  176. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  177. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  178. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  179. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  180. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  181. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  182. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  183. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  184. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  185. package/dist-types/commands/TagResourceCommand.d.ts +8 -1
  186. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  187. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  188. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  189. package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
  190. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  191. package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
  192. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  193. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  194. package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
  195. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  196. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  197. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  198. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  199. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  200. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  201. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
  202. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
  203. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  204. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  205. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  206. package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
  207. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  208. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  209. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  210. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  211. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  212. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  213. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  214. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  215. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  216. package/dist-types/commands/index.d.ts +18 -0
  217. package/dist-types/models/models_0.d.ts +43 -91
  218. package/dist-types/models/models_1.d.ts +210 -281
  219. package/dist-types/models/models_2.d.ts +2375 -2163
  220. package/dist-types/models/models_3.d.ts +2468 -54
  221. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  222. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  223. package/dist-types/pagination/index.d.ts +2 -0
  224. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  225. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  226. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  227. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  230. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  231. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  232. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  233. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  235. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  258. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  259. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  260. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  261. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  263. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  264. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  265. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  266. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  267. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  268. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  269. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  270. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  271. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  272. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  273. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  274. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  275. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  277. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  278. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  279. package/package.json +7 -7
@@ -1,6 +1,92 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { AccountCustomization, AnalysisDefaults, AxisBinding, AxisDisplayOptions, BarChartVisual, BoxPlotVisual, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ComboChartConfiguration, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DimensionField, Edition, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PaginationConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WidgetStatus } from "./models_0";
2
+ import { AnalysisDefaults, AxisBinding, AxisDisplayOptions, BarChartVisual, BarsArrangement, BoxPlotVisual, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ComboChartFieldWells, ComboChartSortConfiguration, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PaginationConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WidgetStatus } from "./models_0";
3
3
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
4
+ /**
5
+ * @public
6
+ * <p>The configuration of a <code>ComboChartVisual</code>.</p>
7
+ */
8
+ export interface ComboChartConfiguration {
9
+ /**
10
+ * <p>The field wells of the visual.</p>
11
+ */
12
+ FieldWells?: ComboChartFieldWells;
13
+ /**
14
+ * <p>The sort configuration of a <code>ComboChartVisual</code>.</p>
15
+ */
16
+ SortConfiguration?: ComboChartSortConfiguration;
17
+ /**
18
+ * <p>Determines the bar arrangement in a combo chart. The following are valid values in this structure:</p>
19
+ * <ul>
20
+ * <li>
21
+ * <p>
22
+ * <code>CLUSTERED</code>: For clustered bar combo charts.</p>
23
+ * </li>
24
+ * <li>
25
+ * <p>
26
+ * <code>STACKED</code>: For stacked bar combo charts.</p>
27
+ * </li>
28
+ * <li>
29
+ * <p>
30
+ * <code>STACKED_PERCENT</code>: Do not use. If you use this value, the operation returns a validation error.</p>
31
+ * </li>
32
+ * </ul>
33
+ */
34
+ BarsArrangement?: BarsArrangement | string;
35
+ /**
36
+ * <p>The category axis of a combo chart.</p>
37
+ */
38
+ CategoryAxis?: AxisDisplayOptions;
39
+ /**
40
+ * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.</p>
41
+ */
42
+ CategoryLabelOptions?: ChartAxisLabelOptions;
43
+ /**
44
+ * <p>The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.</p>
45
+ */
46
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
47
+ /**
48
+ * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.</p>
49
+ */
50
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
51
+ /**
52
+ * <p>The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.</p>
53
+ */
54
+ SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
55
+ /**
56
+ * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.</p>
57
+ */
58
+ SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
59
+ /**
60
+ * <p>The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.</p>
61
+ */
62
+ ColorLabelOptions?: ChartAxisLabelOptions;
63
+ /**
64
+ * <p>The legend display setup of the visual.</p>
65
+ */
66
+ Legend?: LegendOptions;
67
+ /**
68
+ * <p>The options that determine if visual data labels are displayed.</p>
69
+ * <p>The data label options for a bar in a combo chart.</p>
70
+ */
71
+ BarDataLabels?: DataLabelOptions;
72
+ /**
73
+ * <p>The options that determine if visual data labels are displayed.</p>
74
+ * <p>The data label options for a line in a combo chart.</p>
75
+ */
76
+ LineDataLabels?: DataLabelOptions;
77
+ /**
78
+ * <p>The legend display setup of the visual.</p>
79
+ */
80
+ Tooltip?: TooltipOptions;
81
+ /**
82
+ * <p>The reference line setup of the visual.</p>
83
+ */
84
+ ReferenceLines?: ReferenceLine[];
85
+ /**
86
+ * <p>The palette (chart color) display setup of the visual.</p>
87
+ */
88
+ VisualPalette?: VisualPalette;
89
+ }
4
90
  /**
5
91
  * @public
6
92
  * <p>A combo chart.</p>
@@ -3793,6 +3879,10 @@ export interface ScatterPlotCategoricallyAggregatedFieldWells {
3793
3879
  * <p>The size field well of a scatter plot.</p>
3794
3880
  */
3795
3881
  Size?: MeasureField[];
3882
+ /**
3883
+ * <p>The label field well of a scatter plot.</p>
3884
+ */
3885
+ Label?: DimensionField[];
3796
3886
  }
3797
3887
  /**
3798
3888
  * @public
@@ -3813,6 +3903,14 @@ export interface ScatterPlotUnaggregatedFieldWells {
3813
3903
  * <p>The size field well of a scatter plot.</p>
3814
3904
  */
3815
3905
  Size?: MeasureField[];
3906
+ /**
3907
+ * <p>The category field well of a scatter plot.</p>
3908
+ */
3909
+ Category?: DimensionField[];
3910
+ /**
3911
+ * <p>The label field well of a scatter plot.</p>
3912
+ */
3913
+ Label?: DimensionField[];
3816
3914
  }
3817
3915
  /**
3818
3916
  * @public
@@ -3821,12 +3919,11 @@ export interface ScatterPlotUnaggregatedFieldWells {
3821
3919
  */
3822
3920
  export interface ScatterPlotFieldWells {
3823
3921
  /**
3824
- * <p>The aggregated field wells of a scatter plot. Scatter plots that have a field in the category (group/color) field will have aggregated field wells. The x and y-axes of these scatter plots are aggregated by category.</p>
3922
+ * <p>The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.</p>
3825
3923
  */
3826
3924
  ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
3827
3925
  /**
3828
- * <p>The unaggregated field wells of a scatter plot. Scatter plots without a category field
3829
- * well have unaggregated field wells. The x and y-axes of these scatter plots are
3926
+ * <p>The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are
3830
3927
  * unaggregated.</p>
3831
3928
  */
3832
3929
  ScatterPlotUnaggregatedFieldWells?: ScatterPlotUnaggregatedFieldWells;
@@ -5306,6 +5403,28 @@ export declare const AuthenticationMethodOption: {
5306
5403
  * @public
5307
5404
  */
5308
5405
  export type AuthenticationMethodOption = (typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
5406
+ /**
5407
+ * @public
5408
+ * @enum
5409
+ */
5410
+ export declare const AuthorSpecifiedAggregation: {
5411
+ readonly AVERAGE: "AVERAGE";
5412
+ readonly COUNT: "COUNT";
5413
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
5414
+ readonly MAX: "MAX";
5415
+ readonly MEDIAN: "MEDIAN";
5416
+ readonly MIN: "MIN";
5417
+ readonly PERCENTILE: "PERCENTILE";
5418
+ readonly STDEV: "STDEV";
5419
+ readonly STDEVP: "STDEVP";
5420
+ readonly SUM: "SUM";
5421
+ readonly VAR: "VAR";
5422
+ readonly VARP: "VARP";
5423
+ };
5424
+ /**
5425
+ * @public
5426
+ */
5427
+ export type AuthorSpecifiedAggregation = (typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
5309
5428
  /**
5310
5429
  * @public
5311
5430
  * <p>The parameters for IoT Analytics.</p>
@@ -5316,6 +5435,17 @@ export interface AwsIotAnalyticsParameters {
5316
5435
  */
5317
5436
  DataSetName: string | undefined;
5318
5437
  }
5438
+ /**
5439
+ * @public
5440
+ * <p>The bookmarks configuration of an embedded dashboard.</p>
5441
+ */
5442
+ export interface BookmarksConfigurations {
5443
+ /**
5444
+ * <p>A Boolean value that determines whether a user
5445
+ * can bookmark an embedded dashboard.</p>
5446
+ */
5447
+ Enabled: boolean | undefined;
5448
+ }
5319
5449
  /**
5320
5450
  * @public
5321
5451
  * <p>The display options for tile borders for visuals.</p>
@@ -5529,6 +5659,67 @@ export interface CastColumnTypeOperation {
5529
5659
  */
5530
5660
  Format?: string;
5531
5661
  }
5662
+ /**
5663
+ * @public
5664
+ * @enum
5665
+ */
5666
+ export declare const CategoryFilterFunction: {
5667
+ readonly CONTAINS: "CONTAINS";
5668
+ readonly EXACT: "EXACT";
5669
+ };
5670
+ /**
5671
+ * @public
5672
+ */
5673
+ export type CategoryFilterFunction = (typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
5674
+ /**
5675
+ * @public
5676
+ * @enum
5677
+ */
5678
+ export declare const CategoryFilterType: {
5679
+ readonly CUSTOM_FILTER: "CUSTOM_FILTER";
5680
+ readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
5681
+ readonly FILTER_LIST: "FILTER_LIST";
5682
+ };
5683
+ /**
5684
+ * @public
5685
+ */
5686
+ export type CategoryFilterType = (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
5687
+ /**
5688
+ * @public
5689
+ * <p>A structure that represents the cell value synonym.</p>
5690
+ */
5691
+ export interface CellValueSynonym {
5692
+ /**
5693
+ * <p>The cell value.</p>
5694
+ */
5695
+ CellValue?: string;
5696
+ /**
5697
+ * <p>Other names or aliases for the cell value.</p>
5698
+ */
5699
+ Synonyms?: string[];
5700
+ }
5701
+ /**
5702
+ * @public
5703
+ * <p>A structure that represents a collective constant.</p>
5704
+ */
5705
+ export interface CollectiveConstant {
5706
+ /**
5707
+ * <p>A list of values for the collective constant.</p>
5708
+ */
5709
+ ValueList?: string[];
5710
+ }
5711
+ /**
5712
+ * @public
5713
+ * @enum
5714
+ */
5715
+ export declare const ColumnDataRole: {
5716
+ readonly DIMENSION: "DIMENSION";
5717
+ readonly MEASURE: "MEASURE";
5718
+ };
5719
+ /**
5720
+ * @public
5721
+ */
5722
+ export type ColumnDataRole = (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
5532
5723
  /**
5533
5724
  * @public
5534
5725
  * <p>Metadata that contains a description for a column.</p>
@@ -5623,6 +5814,19 @@ export interface ColumnLevelPermissionRule {
5623
5814
  */
5624
5815
  ColumnNames?: string[];
5625
5816
  }
5817
+ /**
5818
+ * @public
5819
+ * @enum
5820
+ */
5821
+ export declare const ColumnOrderingType: {
5822
+ readonly GREATER_IS_BETTER: "GREATER_IS_BETTER";
5823
+ readonly LESSER_IS_BETTER: "LESSER_IS_BETTER";
5824
+ readonly SPECIFIED: "SPECIFIED";
5825
+ };
5826
+ /**
5827
+ * @public
5828
+ */
5829
+ export type ColumnOrderingType = (typeof ColumnOrderingType)[keyof typeof ColumnOrderingType];
5626
5830
  /**
5627
5831
  * @public
5628
5832
  * <p>The column schema.</p>
@@ -5691,284 +5895,9 @@ export declare const ColumnTagName: {
5691
5895
  */
5692
5896
  export type ColumnTagName = (typeof ColumnTagName)[keyof typeof ColumnTagName];
5693
5897
  /**
5694
- * @public
5695
- * <p>A resource is already in a state that indicates an operation is happening that must complete
5696
- * before a new update can be applied.</p>
5697
- */
5698
- export declare class ConcurrentUpdatingException extends __BaseException {
5699
- readonly name: "ConcurrentUpdatingException";
5700
- readonly $fault: "server";
5701
- Message?: string;
5702
- RequestId?: string;
5703
- /**
5704
- * @internal
5705
- */
5706
- constructor(opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>);
5707
- }
5708
- /**
5709
- * @public
5710
- * <p>Updating or deleting a resource can cause an inconsistent state.</p>
5711
- */
5712
- export declare class ConflictException extends __BaseException {
5713
- readonly name: "ConflictException";
5714
- readonly $fault: "client";
5715
- Message?: string;
5716
- /**
5717
- * <p>The Amazon Web Services request ID for this request.</p>
5718
- */
5719
- RequestId?: string;
5720
- /**
5721
- * @internal
5722
- */
5723
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
5724
- }
5725
- /**
5726
- * @public
5727
- * <p>The key or keys of the key-value pairs for the resource tag or tags assigned to the
5728
- * resource.</p>
5729
- */
5730
- export interface Tag {
5731
- /**
5732
- * <p>Tag key.</p>
5733
- */
5734
- Key: string | undefined;
5735
- /**
5736
- * <p>Tag value.</p>
5737
- */
5738
- Value: string | undefined;
5739
- }
5740
- /**
5741
- * @public
5742
- */
5743
- export interface CreateAccountCustomizationRequest {
5744
- /**
5745
- * <p>The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.</p>
5746
- */
5747
- AwsAccountId: string | undefined;
5748
- /**
5749
- * <p>The Amazon QuickSight namespace that you want to add customizations to.</p>
5750
- */
5751
- Namespace?: string;
5752
- /**
5753
- * <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add
5754
- * these to an Amazon Web Services account and a QuickSight namespace. </p>
5755
- * <p>For example, you can add a default theme by setting <code>AccountCustomization</code>
5756
- * to the midnight theme: <code>"AccountCustomization": \{ "DefaultTheme":
5757
- * "arn:aws:quicksight::aws:theme/MIDNIGHT" \}</code>. Or, you can add a custom theme by
5758
- * specifying <code>"AccountCustomization": \{ "DefaultTheme":
5759
- * "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639"
5760
- * \}</code>. </p>
5761
- */
5762
- AccountCustomization: AccountCustomization | undefined;
5763
- /**
5764
- * <p>A list of the tags that you want to attach to this resource.</p>
5765
- */
5766
- Tags?: Tag[];
5767
- }
5768
- /**
5769
- * @public
5770
- */
5771
- export interface CreateAccountCustomizationResponse {
5772
- /**
5773
- * <p>The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.</p>
5774
- */
5775
- Arn?: string;
5776
- /**
5777
- * <p>The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.</p>
5778
- */
5779
- AwsAccountId?: string;
5780
- /**
5781
- * <p>The namespace associated with the customization you're creating. </p>
5782
- */
5783
- Namespace?: string;
5784
- /**
5785
- * <p>The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. </p>
5786
- */
5787
- AccountCustomization?: AccountCustomization;
5788
- /**
5789
- * <p>The Amazon Web Services request ID for this operation.</p>
5790
- */
5791
- RequestId?: string;
5792
- /**
5793
- * <p>The HTTP status of the request.</p>
5794
- */
5795
- Status?: number;
5796
- }
5797
- /**
5798
- * @public
5799
- * <p>This resource is currently unavailable.</p>
5800
- */
5801
- export declare class ResourceUnavailableException extends __BaseException {
5802
- readonly name: "ResourceUnavailableException";
5803
- readonly $fault: "server";
5804
- Message?: string;
5805
- /**
5806
- * <p>The resource type for this request.</p>
5807
- */
5808
- ResourceType?: ExceptionResourceType | string;
5809
- /**
5810
- * <p>The Amazon Web Services request ID for this request.</p>
5811
- */
5812
- RequestId?: string;
5813
- /**
5814
- * @internal
5815
- */
5816
- constructor(opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>);
5817
- }
5818
- /**
5819
- * @public
5820
- */
5821
- export interface CreateAccountSubscriptionRequest {
5822
- /**
5823
- * <p>The edition of Amazon QuickSight that you want your account to have. Currently, you can
5824
- * choose from <code>ENTERPRISE</code> or
5825
- * <code>ENTERPRISE_AND_Q</code>.</p>
5826
- * <p>If you choose <code>ENTERPRISE_AND_Q</code>, the following parameters are
5827
- * required:</p>
5828
- * <ul>
5829
- * <li>
5830
- * <p>
5831
- * <code>FirstName</code>
5832
- * </p>
5833
- * </li>
5834
- * <li>
5835
- * <p>
5836
- * <code>LastName</code>
5837
- * </p>
5838
- * </li>
5839
- * <li>
5840
- * <p>
5841
- * <code>EmailAddress</code>
5842
- * </p>
5843
- * </li>
5844
- * <li>
5845
- * <p>
5846
- * <code>ContactNumber</code>
5847
- * </p>
5848
- * </li>
5849
- * </ul>
5850
- */
5851
- Edition: Edition | string | undefined;
5852
- /**
5853
- * <p>The method that you want to use to authenticate your Amazon QuickSight account. Currently, the valid values for this parameter are <code>IAM_AND_QUICKSIGHT</code>, <code>IAM_ONLY</code>, and <code>ACTIVE_DIRECTORY</code>.</p>
5854
- * <p>If you choose <code>ACTIVE_DIRECTORY</code>, provide an <code>ActiveDirectoryName</code>
5855
- * and an <code>AdminGroup</code> associated with your Active Directory.</p>
5856
- */
5857
- AuthenticationMethod: AuthenticationMethodOption | string | undefined;
5858
- /**
5859
- * <p>The Amazon Web Services account ID of the account that you're using to create your Amazon QuickSight account.</p>
5860
- */
5861
- AwsAccountId: string | undefined;
5862
- /**
5863
- * <p>The name of your Amazon QuickSight account. This name is unique over all of Amazon Web Services, and it appears only when users sign in. You can't change
5864
- * <code>AccountName</code> value after the Amazon QuickSight account is
5865
- * created.</p>
5866
- */
5867
- AccountName: string | undefined;
5868
- /**
5869
- * <p>The email address that you want Amazon QuickSight to send notifications to regarding your Amazon QuickSight account or Amazon QuickSight subscription.</p>
5870
- */
5871
- NotificationEmail: string | undefined;
5872
- /**
5873
- * <p>The name of your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account.</p>
5874
- */
5875
- ActiveDirectoryName?: string;
5876
- /**
5877
- * <p>The realm of the Active Directory that is associated with your Amazon QuickSight account. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account.</p>
5878
- */
5879
- Realm?: string;
5880
- /**
5881
- * <p>The ID of the Active Directory that is associated with your Amazon QuickSight account.</p>
5882
- */
5883
- DirectoryId?: string;
5884
- /**
5885
- * <p>The admin group associated with your Active Directory. This field is required if <code>ACTIVE_DIRECTORY</code> is the selected authentication method of the new Amazon QuickSight account. For more information about using
5886
- * Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
5887
- * Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight
5888
- * User Guide.</p>
5889
- */
5890
- AdminGroup?: string[];
5891
- /**
5892
- * <p>The author group associated with your Active Directory. For more information about using
5893
- * Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
5894
- * Amazon QuickSight Enterprise Edition</a> in the Amazon QuickSight
5895
- * User Guide.</p>
5896
- */
5897
- AuthorGroup?: string[];
5898
- /**
5899
- * <p>The reader group associated with your Active Direcrtory. For more information about
5900
- * using Active Directory in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/aws-directory-service.html">Using Active Directory with
5901
- * Amazon QuickSight Enterprise Edition</a> in the <i>Amazon QuickSight
5902
- * User Guide</i>.</p>
5903
- */
5904
- ReaderGroup?: string[];
5905
- /**
5906
- * <p>The first name of the author of the Amazon QuickSight account to use for future
5907
- * communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
5908
- * edition of the new Amazon QuickSight account.</p>
5909
- */
5910
- FirstName?: string;
5911
- /**
5912
- * <p>The last name of the author of the Amazon QuickSight account to use for future
5913
- * communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
5914
- * edition of the new Amazon QuickSight account.</p>
5915
- */
5916
- LastName?: string;
5917
- /**
5918
- * <p>The email address of the author of the Amazon QuickSight account to use for future
5919
- * communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the selected
5920
- * edition of the new Amazon QuickSight account.</p>
5921
- */
5922
- EmailAddress?: string;
5923
- /**
5924
- * <p>A 10-digit phone number for the author of the Amazon QuickSight account to use for
5925
- * future communications. This field is required if <code>ENTERPPRISE_AND_Q</code> is the
5926
- * selected edition of the new Amazon QuickSight account.</p>
5927
- */
5928
- ContactNumber?: string;
5929
- }
5930
- /**
5931
- * @public
5932
- * <p>A <code>SignupResponse</code> object that contains a summary of a newly created account.</p>
5933
- */
5934
- export interface SignupResponse {
5935
- /**
5936
- * <p>A Boolean that is <code>TRUE</code> if the Amazon QuickSight uses IAM as an
5937
- * authentication method.</p>
5938
- */
5939
- IAMUser?: boolean;
5940
- /**
5941
- * <p>The user login name for your Amazon QuickSight account.</p>
5942
- */
5943
- userLoginName?: string;
5944
- /**
5945
- * <p>The name of your Amazon QuickSight account.</p>
5946
- */
5947
- accountName?: string;
5948
- /**
5949
- * <p>The type of Active Directory that is being used to authenticate the Amazon QuickSight
5950
- * account. Valid values are <code>SIMPLE_AD</code>, <code>AD_CONNECTOR</code>, and
5951
- * <code>MICROSOFT_AD</code>.</p>
5952
- */
5953
- directoryType?: string;
5954
- }
5955
- /**
5956
- * @public
5898
+ * @internal
5957
5899
  */
5958
- export interface CreateAccountSubscriptionResponse {
5959
- /**
5960
- * <p>A <code>SignupResponse</code> object that returns information about a newly created Amazon QuickSight account.</p>
5961
- */
5962
- SignupResponse?: SignupResponse;
5963
- /**
5964
- * <p>The HTTP status of the request.</p>
5965
- */
5966
- Status?: number;
5967
- /**
5968
- * <p>The Amazon Web Services request ID for this operation.</p>
5969
- */
5970
- RequestId?: string;
5971
- }
5900
+ export declare const ComboChartConfigurationFilterSensitiveLog: (obj: ComboChartConfiguration) => any;
5972
5901
  /**
5973
5902
  * @internal
5974
5903
  */