@aws-sdk/client-quicksight 3.651.1 → 3.655.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 (391) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +77 -15
  3. package/dist-es/QuickSight.js +2 -0
  4. package/dist-es/commands/ListFoldersForResourceCommand.js +22 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/models_0.js +4 -4
  7. package/dist-es/models/models_1.js +4 -4
  8. package/dist-es/models/models_2.js +4 -4
  9. package/dist-es/models/models_3.js +4 -0
  10. package/dist-es/pagination/ListFoldersForResourcePaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/protocols/Aws_restJson1.js +33 -0
  13. package/dist-types/QuickSight.d.ts +7 -0
  14. package/dist-types/QuickSightClient.d.ts +3 -2
  15. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +11 -0
  16. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +11 -0
  17. package/dist-types/commands/CancelIngestionCommand.d.ts +11 -0
  18. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +11 -0
  20. package/dist-types/commands/CreateAnalysisCommand.d.ts +30 -0
  21. package/dist-types/commands/CreateDashboardCommand.d.ts +30 -0
  22. package/dist-types/commands/CreateDataSetCommand.d.ts +11 -0
  23. package/dist-types/commands/CreateDataSourceCommand.d.ts +11 -0
  24. package/dist-types/commands/CreateFolderCommand.d.ts +11 -0
  25. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  26. package/dist-types/commands/CreateGroupCommand.d.ts +11 -0
  27. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  28. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +11 -0
  29. package/dist-types/commands/CreateIngestionCommand.d.ts +11 -0
  30. package/dist-types/commands/CreateNamespaceCommand.d.ts +11 -0
  31. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +11 -0
  32. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +11 -0
  33. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +11 -0
  34. package/dist-types/commands/CreateTemplateCommand.d.ts +30 -0
  35. package/dist-types/commands/CreateThemeAliasCommand.d.ts +11 -0
  36. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  37. package/dist-types/commands/CreateTopicCommand.d.ts +11 -0
  38. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +11 -0
  39. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +11 -0
  40. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +11 -0
  41. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +11 -0
  42. package/dist-types/commands/DeleteAnalysisCommand.d.ts +11 -0
  43. package/dist-types/commands/DeleteDashboardCommand.d.ts +11 -0
  44. package/dist-types/commands/DeleteDataSetCommand.d.ts +11 -0
  45. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +11 -0
  46. package/dist-types/commands/DeleteDataSourceCommand.d.ts +11 -0
  47. package/dist-types/commands/DeleteFolderCommand.d.ts +11 -0
  48. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +11 -0
  49. package/dist-types/commands/DeleteGroupCommand.d.ts +11 -0
  50. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +11 -0
  51. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +11 -0
  52. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +11 -0
  53. package/dist-types/commands/DeleteNamespaceCommand.d.ts +11 -0
  54. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +11 -0
  55. package/dist-types/commands/DeleteRoleCustomPermissionCommand.d.ts +11 -0
  56. package/dist-types/commands/DeleteRoleMembershipCommand.d.ts +11 -0
  57. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +11 -0
  58. package/dist-types/commands/DeleteTemplateCommand.d.ts +11 -0
  59. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +11 -0
  60. package/dist-types/commands/DeleteThemeCommand.d.ts +11 -0
  61. package/dist-types/commands/DeleteTopicCommand.d.ts +11 -0
  62. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +11 -0
  63. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +11 -0
  64. package/dist-types/commands/DeleteUserCommand.d.ts +11 -0
  65. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +11 -0
  66. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +11 -0
  67. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +11 -0
  68. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +11 -0
  69. package/dist-types/commands/DescribeAnalysisCommand.d.ts +11 -0
  70. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +30 -0
  71. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +11 -0
  72. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +11 -0
  73. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
  74. package/dist-types/commands/DescribeDashboardCommand.d.ts +11 -0
  75. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +30 -0
  76. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +11 -0
  77. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +11 -0
  78. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +11 -0
  79. package/dist-types/commands/DescribeDataSetCommand.d.ts +11 -0
  80. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +11 -0
  81. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +11 -0
  82. package/dist-types/commands/DescribeDataSourceCommand.d.ts +11 -0
  83. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +11 -0
  84. package/dist-types/commands/DescribeFolderCommand.d.ts +11 -0
  85. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +11 -0
  86. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +11 -0
  87. package/dist-types/commands/DescribeGroupCommand.d.ts +11 -0
  88. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +11 -0
  89. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +11 -0
  90. package/dist-types/commands/DescribeIngestionCommand.d.ts +11 -0
  91. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +11 -0
  92. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +11 -0
  93. package/dist-types/commands/DescribeNamespaceCommand.d.ts +11 -0
  94. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +11 -0
  95. package/dist-types/commands/DescribeRoleCustomPermissionCommand.d.ts +11 -0
  96. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +11 -0
  97. package/dist-types/commands/DescribeTemplateCommand.d.ts +11 -0
  98. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +30 -0
  99. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +11 -0
  100. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +11 -0
  101. package/dist-types/commands/DescribeThemeCommand.d.ts +11 -0
  102. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +11 -0
  103. package/dist-types/commands/DescribeTopicCommand.d.ts +11 -0
  104. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +11 -0
  105. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +11 -0
  106. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +11 -0
  107. package/dist-types/commands/DescribeUserCommand.d.ts +11 -0
  108. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +12 -2
  109. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +11 -0
  110. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
  111. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +11 -0
  112. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +11 -0
  113. package/dist-types/commands/ListAnalysesCommand.d.ts +11 -0
  114. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +11 -0
  115. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +11 -0
  116. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +11 -0
  117. package/dist-types/commands/ListDashboardsCommand.d.ts +11 -0
  118. package/dist-types/commands/ListDataSetsCommand.d.ts +11 -0
  119. package/dist-types/commands/ListDataSourcesCommand.d.ts +11 -0
  120. package/dist-types/commands/ListFolderMembersCommand.d.ts +11 -0
  121. package/dist-types/commands/ListFoldersCommand.d.ts +11 -0
  122. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +106 -0
  123. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +11 -0
  124. package/dist-types/commands/ListGroupsCommand.d.ts +11 -0
  125. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +11 -0
  126. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +11 -0
  127. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +11 -0
  128. package/dist-types/commands/ListIngestionsCommand.d.ts +11 -0
  129. package/dist-types/commands/ListNamespacesCommand.d.ts +11 -0
  130. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +11 -0
  131. package/dist-types/commands/ListRoleMembershipsCommand.d.ts +11 -0
  132. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  133. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +11 -0
  134. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +11 -0
  135. package/dist-types/commands/ListTemplatesCommand.d.ts +11 -0
  136. package/dist-types/commands/ListThemeAliasesCommand.d.ts +11 -0
  137. package/dist-types/commands/ListThemeVersionsCommand.d.ts +11 -0
  138. package/dist-types/commands/ListThemesCommand.d.ts +11 -0
  139. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +11 -0
  140. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +11 -0
  141. package/dist-types/commands/ListTopicsCommand.d.ts +11 -0
  142. package/dist-types/commands/ListUserGroupsCommand.d.ts +11 -0
  143. package/dist-types/commands/ListUsersCommand.d.ts +11 -0
  144. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +11 -0
  145. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +11 -0
  146. package/dist-types/commands/RegisterUserCommand.d.ts +11 -0
  147. package/dist-types/commands/RestoreAnalysisCommand.d.ts +11 -0
  148. package/dist-types/commands/SearchAnalysesCommand.d.ts +11 -0
  149. package/dist-types/commands/SearchDashboardsCommand.d.ts +11 -0
  150. package/dist-types/commands/SearchDataSetsCommand.d.ts +11 -0
  151. package/dist-types/commands/SearchDataSourcesCommand.d.ts +11 -0
  152. package/dist-types/commands/SearchFoldersCommand.d.ts +11 -0
  153. package/dist-types/commands/SearchGroupsCommand.d.ts +11 -0
  154. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +11 -0
  155. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +11 -0
  156. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +11 -0
  157. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  158. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  159. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +11 -0
  160. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +11 -0
  161. package/dist-types/commands/UpdateAnalysisCommand.d.ts +30 -0
  162. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +11 -0
  163. package/dist-types/commands/UpdateDashboardCommand.d.ts +30 -0
  164. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +11 -0
  165. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +11 -0
  166. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +11 -0
  167. package/dist-types/commands/UpdateDataSetCommand.d.ts +11 -0
  168. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +11 -0
  169. package/dist-types/commands/UpdateDataSourceCommand.d.ts +11 -0
  170. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +11 -0
  171. package/dist-types/commands/UpdateFolderCommand.d.ts +11 -0
  172. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +11 -0
  173. package/dist-types/commands/UpdateGroupCommand.d.ts +11 -0
  174. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +11 -0
  175. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +11 -0
  176. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +11 -0
  177. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +11 -0
  178. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +11 -0
  179. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +11 -0
  180. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +11 -0
  181. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +11 -0
  182. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +11 -0
  183. package/dist-types/commands/UpdateTemplateCommand.d.ts +30 -0
  184. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +11 -0
  185. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +11 -0
  186. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  187. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +11 -0
  188. package/dist-types/commands/UpdateTopicCommand.d.ts +11 -0
  189. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +11 -0
  190. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +11 -0
  191. package/dist-types/commands/UpdateUserCommand.d.ts +11 -0
  192. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +11 -0
  193. package/dist-types/commands/index.d.ts +1 -0
  194. package/dist-types/models/models_0.d.ts +47 -12
  195. package/dist-types/models/models_1.d.ts +13 -61
  196. package/dist-types/models/models_2.d.ts +59 -31
  197. package/dist-types/models/models_3.d.ts +31 -16
  198. package/dist-types/models/models_4.d.ts +69 -2
  199. package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +7 -0
  200. package/dist-types/pagination/index.d.ts +1 -0
  201. package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
  202. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  203. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  204. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +12 -1
  205. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +12 -1
  206. package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +12 -1
  207. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +12 -1
  208. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +12 -1
  209. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +12 -1
  210. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +12 -1
  211. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +12 -1
  212. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +12 -1
  213. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +12 -1
  214. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +12 -1
  215. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +12 -1
  216. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +12 -1
  217. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +12 -1
  218. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +12 -1
  219. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +12 -1
  220. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +12 -1
  221. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +12 -1
  222. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +12 -1
  223. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +12 -1
  224. package/dist-types/ts3.4/commands/CreateThemeAliasCommand.d.ts +12 -1
  225. package/dist-types/ts3.4/commands/CreateThemeCommand.d.ts +12 -1
  226. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +12 -1
  227. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +12 -1
  228. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +12 -1
  229. package/dist-types/ts3.4/commands/DeleteAccountCustomizationCommand.d.ts +12 -1
  230. package/dist-types/ts3.4/commands/DeleteAccountSubscriptionCommand.d.ts +12 -1
  231. package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +12 -1
  232. package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +12 -1
  233. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +12 -1
  234. package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +12 -1
  235. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +12 -1
  236. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +12 -1
  237. package/dist-types/ts3.4/commands/DeleteFolderMembershipCommand.d.ts +12 -1
  238. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +12 -1
  239. package/dist-types/ts3.4/commands/DeleteGroupMembershipCommand.d.ts +12 -1
  240. package/dist-types/ts3.4/commands/DeleteIAMPolicyAssignmentCommand.d.ts +12 -1
  241. package/dist-types/ts3.4/commands/DeleteIdentityPropagationConfigCommand.d.ts +12 -1
  242. package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +12 -1
  243. package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +12 -1
  244. package/dist-types/ts3.4/commands/DeleteRoleCustomPermissionCommand.d.ts +12 -1
  245. package/dist-types/ts3.4/commands/DeleteRoleMembershipCommand.d.ts +12 -1
  246. package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +12 -1
  247. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +12 -1
  248. package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +12 -1
  249. package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +12 -1
  250. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +12 -1
  251. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +12 -1
  252. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +12 -1
  253. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +12 -1
  254. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +12 -1
  255. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +12 -1
  256. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +12 -1
  257. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +12 -1
  258. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +12 -1
  259. package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +12 -1
  260. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +12 -1
  261. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +12 -1
  262. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +12 -1
  263. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +12 -1
  264. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +12 -1
  265. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +12 -1
  266. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +12 -1
  267. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +12 -1
  268. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +12 -1
  269. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +12 -1
  270. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +12 -1
  271. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +12 -1
  272. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +12 -1
  273. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +12 -1
  274. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +12 -1
  275. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +12 -1
  276. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +12 -1
  277. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +12 -1
  278. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +12 -1
  279. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +12 -1
  280. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +12 -1
  281. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +12 -1
  282. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +12 -1
  283. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +12 -1
  284. package/dist-types/ts3.4/commands/DescribeRoleCustomPermissionCommand.d.ts +12 -1
  285. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +12 -1
  286. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +12 -1
  287. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +12 -1
  288. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +12 -1
  289. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +12 -1
  290. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +12 -1
  291. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +12 -1
  292. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +12 -1
  293. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +12 -1
  294. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +12 -1
  295. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +12 -1
  296. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +12 -1
  297. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +16 -3
  298. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +12 -1
  299. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +12 -1
  300. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +12 -1
  301. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +12 -1
  302. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +12 -1
  303. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +12 -1
  304. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +12 -1
  305. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +12 -1
  306. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +12 -1
  307. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +12 -1
  308. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +12 -1
  309. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +12 -1
  310. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +12 -1
  311. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +51 -0
  312. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +12 -1
  313. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +12 -1
  314. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsCommand.d.ts +12 -1
  315. package/dist-types/ts3.4/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +12 -1
  316. package/dist-types/ts3.4/commands/ListIdentityPropagationConfigsCommand.d.ts +12 -1
  317. package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +12 -1
  318. package/dist-types/ts3.4/commands/ListNamespacesCommand.d.ts +12 -1
  319. package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +12 -1
  320. package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +12 -1
  321. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  322. package/dist-types/ts3.4/commands/ListTemplateAliasesCommand.d.ts +12 -1
  323. package/dist-types/ts3.4/commands/ListTemplateVersionsCommand.d.ts +12 -1
  324. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +12 -1
  325. package/dist-types/ts3.4/commands/ListThemeAliasesCommand.d.ts +12 -1
  326. package/dist-types/ts3.4/commands/ListThemeVersionsCommand.d.ts +12 -1
  327. package/dist-types/ts3.4/commands/ListThemesCommand.d.ts +12 -1
  328. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +12 -1
  329. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +12 -1
  330. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +12 -1
  331. package/dist-types/ts3.4/commands/ListUserGroupsCommand.d.ts +12 -1
  332. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +12 -1
  333. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +12 -1
  334. package/dist-types/ts3.4/commands/PutDataSetRefreshPropertiesCommand.d.ts +12 -1
  335. package/dist-types/ts3.4/commands/RegisterUserCommand.d.ts +12 -1
  336. package/dist-types/ts3.4/commands/RestoreAnalysisCommand.d.ts +12 -1
  337. package/dist-types/ts3.4/commands/SearchAnalysesCommand.d.ts +12 -1
  338. package/dist-types/ts3.4/commands/SearchDashboardsCommand.d.ts +12 -1
  339. package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +12 -1
  340. package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +12 -1
  341. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +12 -1
  342. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +12 -1
  343. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +12 -1
  344. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
  345. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +12 -1
  346. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  347. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  348. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +12 -1
  349. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +12 -1
  350. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +12 -1
  351. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +12 -1
  352. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +12 -1
  353. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +12 -1
  354. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +12 -1
  355. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +12 -1
  356. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +12 -1
  357. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +12 -1
  358. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +12 -1
  359. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +12 -1
  360. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +12 -1
  361. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +12 -1
  362. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +12 -1
  363. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +12 -1
  364. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +12 -1
  365. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +12 -1
  366. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +12 -1
  367. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +12 -1
  368. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +12 -1
  369. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +12 -1
  370. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +12 -1
  371. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +12 -1
  372. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +12 -1
  373. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +12 -1
  374. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +12 -1
  375. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +12 -1
  376. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +12 -1
  377. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +12 -1
  378. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +12 -1
  379. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +12 -1
  380. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +12 -1
  381. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +12 -1
  382. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  383. package/dist-types/ts3.4/models/models_0.d.ts +12 -6
  384. package/dist-types/ts3.4/models/models_1.d.ts +6 -16
  385. package/dist-types/ts3.4/models/models_2.d.ts +19 -9
  386. package/dist-types/ts3.4/models/models_3.d.ts +9 -5
  387. package/dist-types/ts3.4/models/models_4.d.ts +17 -1
  388. package/dist-types/ts3.4/pagination/ListFoldersForResourcePaginator.d.ts +11 -0
  389. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  390. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  391. package/package.json +35 -35
@@ -112,4 +112,15 @@ declare const UpdateFolderPermissionsCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class UpdateFolderPermissionsCommand extends UpdateFolderPermissionsCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: UpdateFolderPermissionsRequest;
119
+ output: UpdateFolderPermissionsResponse;
120
+ };
121
+ sdk: {
122
+ input: UpdateFolderPermissionsCommandInput;
123
+ output: UpdateFolderPermissionsCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -91,4 +91,15 @@ declare const UpdateGroupCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: UpdateGroupRequest;
98
+ output: UpdateGroupResponse;
99
+ };
100
+ sdk: {
101
+ input: UpdateGroupCommandInput;
102
+ output: UpdateGroupCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -103,4 +103,15 @@ declare const UpdateIAMPolicyAssignmentCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class UpdateIAMPolicyAssignmentCommand extends UpdateIAMPolicyAssignmentCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: UpdateIAMPolicyAssignmentRequest;
110
+ output: UpdateIAMPolicyAssignmentResponse;
111
+ };
112
+ sdk: {
113
+ input: UpdateIAMPolicyAssignmentCommandInput;
114
+ output: UpdateIAMPolicyAssignmentCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -81,4 +81,15 @@ declare const UpdateIdentityPropagationConfigCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateIdentityPropagationConfigCommand extends UpdateIdentityPropagationConfigCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateIdentityPropagationConfigRequest;
88
+ output: UpdateIdentityPropagationConfigResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateIdentityPropagationConfigCommandInput;
92
+ output: UpdateIdentityPropagationConfigCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -90,4 +90,15 @@ declare const UpdateIpRestrictionCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateIpRestrictionCommand extends UpdateIpRestrictionCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateIpRestrictionRequest;
97
+ output: UpdateIpRestrictionResponse;
98
+ };
99
+ sdk: {
100
+ input: UpdateIpRestrictionCommandInput;
101
+ output: UpdateIpRestrictionCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -92,4 +92,15 @@ declare const UpdateKeyRegistrationCommand_base: {
92
92
  * @public
93
93
  */
94
94
  export declare class UpdateKeyRegistrationCommand extends UpdateKeyRegistrationCommand_base {
95
+ /** @internal type navigation helper, not in runtime. */
96
+ protected static __types: {
97
+ api: {
98
+ input: UpdateKeyRegistrationRequest;
99
+ output: UpdateKeyRegistrationResponse;
100
+ };
101
+ sdk: {
102
+ input: UpdateKeyRegistrationCommandInput;
103
+ output: UpdateKeyRegistrationCommandOutput;
104
+ };
105
+ };
95
106
  }
@@ -96,4 +96,15 @@ declare const UpdatePublicSharingSettingsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class UpdatePublicSharingSettingsCommand extends UpdatePublicSharingSettingsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: UpdatePublicSharingSettingsRequest;
103
+ output: UpdatePublicSharingSettingsResponse;
104
+ };
105
+ sdk: {
106
+ input: UpdatePublicSharingSettingsCommandInput;
107
+ output: UpdatePublicSharingSettingsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -100,4 +100,15 @@ declare const UpdateRefreshScheduleCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class UpdateRefreshScheduleCommand extends UpdateRefreshScheduleCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: UpdateRefreshScheduleRequest;
107
+ output: UpdateRefreshScheduleResponse;
108
+ };
109
+ sdk: {
110
+ input: UpdateRefreshScheduleCommandInput;
111
+ output: UpdateRefreshScheduleCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -85,4 +85,15 @@ declare const UpdateRoleCustomPermissionCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UpdateRoleCustomPermissionCommand extends UpdateRoleCustomPermissionCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateRoleCustomPermissionRequest;
92
+ output: UpdateRoleCustomPermissionResponse;
93
+ };
94
+ sdk: {
95
+ input: UpdateRoleCustomPermissionCommandInput;
96
+ output: UpdateRoleCustomPermissionCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -77,4 +77,15 @@ declare const UpdateSPICECapacityConfigurationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class UpdateSPICECapacityConfigurationCommand extends UpdateSPICECapacityConfigurationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: UpdateSPICECapacityConfigurationRequest;
84
+ output: UpdateSPICECapacityConfigurationResponse;
85
+ };
86
+ sdk: {
87
+ input: UpdateSPICECapacityConfigurationCommandInput;
88
+ output: UpdateSPICECapacityConfigurationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -84,4 +84,15 @@ declare const UpdateTemplateAliasCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class UpdateTemplateAliasCommand extends UpdateTemplateAliasCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UpdateTemplateAliasRequest;
91
+ output: UpdateTemplateAliasResponse;
92
+ };
93
+ sdk: {
94
+ input: UpdateTemplateAliasCommandInput;
95
+ output: UpdateTemplateAliasCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -217,6 +217,7 @@ declare const UpdateTemplateCommand_base: {
217
217
  * },
218
218
  * ],
219
219
  * },
220
+ * CommitMode: "AUTO" || "MANUAL",
220
221
  * },
221
222
  * TextField: { // ParameterTextFieldControl
222
223
  * ParameterControlId: "STRING_VALUE", // required
@@ -305,6 +306,7 @@ declare const UpdateTemplateCommand_base: {
305
306
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
306
307
  * },
307
308
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
309
+ * CommitMode: "AUTO" || "MANUAL",
308
310
  * },
309
311
  * List: { // FilterListControl
310
312
  * FilterControlId: "STRING_VALUE", // required
@@ -363,6 +365,7 @@ declare const UpdateTemplateCommand_base: {
363
365
  * },
364
366
  * ],
365
367
  * },
368
+ * CommitMode: "AUTO" || "MANUAL",
366
369
  * },
367
370
  * TextField: { // FilterTextFieldControl
368
371
  * FilterControlId: "STRING_VALUE", // required
@@ -411,6 +414,7 @@ declare const UpdateTemplateCommand_base: {
411
414
  * DateTimeFormat: "STRING_VALUE",
412
415
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
413
416
  * },
417
+ * CommitMode: "AUTO" || "MANUAL",
414
418
  * },
415
419
  * CrossSheet: { // FilterCrossSheetControl
416
420
  * FilterControlId: "STRING_VALUE", // required
@@ -4512,6 +4516,7 @@ declare const UpdateTemplateCommand_base: {
4512
4516
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4513
4517
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4514
4518
  * },
4519
+ * CommitMode: "AUTO" || "MANUAL",
4515
4520
  * },
4516
4521
  * DefaultListOptions: { // DefaultFilterListControlOptions
4517
4522
  * DisplayOptions: {
@@ -4541,6 +4546,7 @@ declare const UpdateTemplateCommand_base: {
4541
4546
  * SelectableValues: {
4542
4547
  * Values: "<ParameterSelectableValueList>",
4543
4548
  * },
4549
+ * CommitMode: "AUTO" || "MANUAL",
4544
4550
  * },
4545
4551
  * DefaultTextFieldOptions: { // DefaultTextFieldControlOptions
4546
4552
  * DisplayOptions: {
@@ -4575,6 +4581,7 @@ declare const UpdateTemplateCommand_base: {
4575
4581
  * DateTimeFormat: "STRING_VALUE",
4576
4582
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4577
4583
  * },
4584
+ * CommitMode: "AUTO" || "MANUAL",
4578
4585
  * },
4579
4586
  * },
4580
4587
  * },
@@ -4607,6 +4614,7 @@ declare const UpdateTemplateCommand_base: {
4607
4614
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4608
4615
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4609
4616
  * },
4617
+ * CommitMode: "AUTO" || "MANUAL",
4610
4618
  * },
4611
4619
  * DefaultListOptions: {
4612
4620
  * DisplayOptions: {
@@ -4630,6 +4638,7 @@ declare const UpdateTemplateCommand_base: {
4630
4638
  * },
4631
4639
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4632
4640
  * SelectableValues: "<FilterSelectableValues>",
4641
+ * CommitMode: "AUTO" || "MANUAL",
4633
4642
  * },
4634
4643
  * DefaultTextFieldOptions: {
4635
4644
  * DisplayOptions: {
@@ -4662,6 +4671,7 @@ declare const UpdateTemplateCommand_base: {
4662
4671
  * DateTimeFormat: "STRING_VALUE",
4663
4672
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4664
4673
  * },
4674
+ * CommitMode: "AUTO" || "MANUAL",
4665
4675
  * },
4666
4676
  * },
4667
4677
  * },
@@ -4687,6 +4697,7 @@ declare const UpdateTemplateCommand_base: {
4687
4697
  * HelperTextVisibility: "HIDDEN" || "VISIBLE",
4688
4698
  * DateIconVisibility: "HIDDEN" || "VISIBLE",
4689
4699
  * },
4700
+ * CommitMode: "AUTO" || "MANUAL",
4690
4701
  * },
4691
4702
  * DefaultListOptions: {
4692
4703
  * DisplayOptions: {
@@ -4708,6 +4719,7 @@ declare const UpdateTemplateCommand_base: {
4708
4719
  * },
4709
4720
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4710
4721
  * SelectableValues: "<FilterSelectableValues>",
4722
+ * CommitMode: "AUTO" || "MANUAL",
4711
4723
  * },
4712
4724
  * DefaultTextFieldOptions: {
4713
4725
  * DisplayOptions: {
@@ -4740,6 +4752,7 @@ declare const UpdateTemplateCommand_base: {
4740
4752
  * DateTimeFormat: "STRING_VALUE",
4741
4753
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4742
4754
  * },
4755
+ * CommitMode: "AUTO" || "MANUAL",
4743
4756
  * },
4744
4757
  * },
4745
4758
  * },
@@ -4760,6 +4773,7 @@ declare const UpdateTemplateCommand_base: {
4760
4773
  * DefaultDateTimePickerOptions: {
4761
4774
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
4762
4775
  * DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4776
+ * CommitMode: "AUTO" || "MANUAL",
4763
4777
  * },
4764
4778
  * DefaultListOptions: {
4765
4779
  * DisplayOptions: "<ListControlDisplayOptions>",
@@ -4770,6 +4784,7 @@ declare const UpdateTemplateCommand_base: {
4770
4784
  * DisplayOptions: "<DropDownControlDisplayOptions>",
4771
4785
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4772
4786
  * SelectableValues: "<FilterSelectableValues>",
4787
+ * CommitMode: "AUTO" || "MANUAL",
4773
4788
  * },
4774
4789
  * DefaultTextFieldOptions: {
4775
4790
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4791,6 +4806,7 @@ declare const UpdateTemplateCommand_base: {
4791
4806
  * DateTimeFormat: "STRING_VALUE",
4792
4807
  * InfoIconLabelOptions: "<SheetControlInfoIconLabelOptions>",
4793
4808
  * },
4809
+ * CommitMode: "AUTO" || "MANUAL",
4794
4810
  * },
4795
4811
  * },
4796
4812
  * },
@@ -4823,6 +4839,7 @@ declare const UpdateTemplateCommand_base: {
4823
4839
  * DefaultDateTimePickerOptions: {
4824
4840
  * Type: "SINGLE_VALUED" || "DATE_RANGE",
4825
4841
  * DisplayOptions: "<DateTimePickerControlDisplayOptions>",
4842
+ * CommitMode: "AUTO" || "MANUAL",
4826
4843
  * },
4827
4844
  * DefaultListOptions: {
4828
4845
  * DisplayOptions: "<ListControlDisplayOptions>",
@@ -4833,6 +4850,7 @@ declare const UpdateTemplateCommand_base: {
4833
4850
  * DisplayOptions: "<DropDownControlDisplayOptions>",
4834
4851
  * Type: "MULTI_SELECT" || "SINGLE_SELECT",
4835
4852
  * SelectableValues: "<FilterSelectableValues>",
4853
+ * CommitMode: "AUTO" || "MANUAL",
4836
4854
  * },
4837
4855
  * DefaultTextFieldOptions: {
4838
4856
  * DisplayOptions: "<TextFieldControlDisplayOptions>",
@@ -4850,6 +4868,7 @@ declare const UpdateTemplateCommand_base: {
4850
4868
  * },
4851
4869
  * DefaultRelativeDateTimeOptions: {
4852
4870
  * DisplayOptions: "<RelativeDateTimeControlDisplayOptions>",
4871
+ * CommitMode: "AUTO" || "MANUAL",
4853
4872
  * },
4854
4873
  * },
4855
4874
  * },
@@ -5058,4 +5077,15 @@ declare const UpdateTemplateCommand_base: {
5058
5077
  * @public
5059
5078
  */
5060
5079
  export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
5080
+ /** @internal type navigation helper, not in runtime. */
5081
+ protected static __types: {
5082
+ api: {
5083
+ input: UpdateTemplateRequest;
5084
+ output: UpdateTemplateResponse;
5085
+ };
5086
+ sdk: {
5087
+ input: UpdateTemplateCommandInput;
5088
+ output: UpdateTemplateCommandOutput;
5089
+ };
5090
+ };
5061
5091
  }
@@ -109,4 +109,15 @@ declare const UpdateTemplatePermissionsCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class UpdateTemplatePermissionsCommand extends UpdateTemplatePermissionsCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: UpdateTemplatePermissionsRequest;
116
+ output: UpdateTemplatePermissionsResponse;
117
+ };
118
+ sdk: {
119
+ input: UpdateTemplatePermissionsCommandInput;
120
+ output: UpdateTemplatePermissionsCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -90,4 +90,15 @@ declare const UpdateThemeAliasCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateThemeAliasCommand extends UpdateThemeAliasCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateThemeAliasRequest;
97
+ output: UpdateThemeAliasResponse;
98
+ };
99
+ sdk: {
100
+ input: UpdateThemeAliasCommandInput;
101
+ output: UpdateThemeAliasCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -147,4 +147,15 @@ declare const UpdateThemeCommand_base: {
147
147
  * @public
148
148
  */
149
149
  export declare class UpdateThemeCommand extends UpdateThemeCommand_base {
150
+ /** @internal type navigation helper, not in runtime. */
151
+ protected static __types: {
152
+ api: {
153
+ input: UpdateThemeRequest;
154
+ output: UpdateThemeResponse;
155
+ };
156
+ sdk: {
157
+ input: UpdateThemeCommandInput;
158
+ output: UpdateThemeCommandOutput;
159
+ };
160
+ };
150
161
  }
@@ -205,4 +205,15 @@ declare const UpdateThemePermissionsCommand_base: {
205
205
  * @public
206
206
  */
207
207
  export declare class UpdateThemePermissionsCommand extends UpdateThemePermissionsCommand_base {
208
+ /** @internal type navigation helper, not in runtime. */
209
+ protected static __types: {
210
+ api: {
211
+ input: UpdateThemePermissionsRequest;
212
+ output: UpdateThemePermissionsResponse;
213
+ };
214
+ sdk: {
215
+ input: UpdateThemePermissionsCommandInput;
216
+ output: UpdateThemePermissionsCommandOutput;
217
+ };
218
+ };
208
219
  }
@@ -337,4 +337,15 @@ declare const UpdateTopicCommand_base: {
337
337
  * @public
338
338
  */
339
339
  export declare class UpdateTopicCommand extends UpdateTopicCommand_base {
340
+ /** @internal type navigation helper, not in runtime. */
341
+ protected static __types: {
342
+ api: {
343
+ input: UpdateTopicRequest;
344
+ output: UpdateTopicResponse;
345
+ };
346
+ sdk: {
347
+ input: UpdateTopicCommandInput;
348
+ output: UpdateTopicCommandOutput;
349
+ };
350
+ };
340
351
  }
@@ -115,4 +115,15 @@ declare const UpdateTopicPermissionsCommand_base: {
115
115
  * @public
116
116
  */
117
117
  export declare class UpdateTopicPermissionsCommand extends UpdateTopicPermissionsCommand_base {
118
+ /** @internal type navigation helper, not in runtime. */
119
+ protected static __types: {
120
+ api: {
121
+ input: UpdateTopicPermissionsRequest;
122
+ output: UpdateTopicPermissionsResponse;
123
+ };
124
+ sdk: {
125
+ input: UpdateTopicPermissionsCommandInput;
126
+ output: UpdateTopicPermissionsCommandOutput;
127
+ };
128
+ };
118
129
  }
@@ -98,4 +98,15 @@ declare const UpdateTopicRefreshScheduleCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class UpdateTopicRefreshScheduleCommand extends UpdateTopicRefreshScheduleCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: UpdateTopicRefreshScheduleRequest;
105
+ output: UpdateTopicRefreshScheduleResponse;
106
+ };
107
+ sdk: {
108
+ input: UpdateTopicRefreshScheduleCommandInput;
109
+ output: UpdateTopicRefreshScheduleCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -104,4 +104,15 @@ declare const UpdateUserCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class UpdateUserCommand extends UpdateUserCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: UpdateUserRequest;
111
+ output: UpdateUserResponse;
112
+ };
113
+ sdk: {
114
+ input: UpdateUserCommandInput;
115
+ output: UpdateUserCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -104,4 +104,15 @@ declare const UpdateVPCConnectionCommand_base: {
104
104
  * @public
105
105
  */
106
106
  export declare class UpdateVPCConnectionCommand extends UpdateVPCConnectionCommand_base {
107
+ /** @internal type navigation helper, not in runtime. */
108
+ protected static __types: {
109
+ api: {
110
+ input: UpdateVPCConnectionRequest;
111
+ output: UpdateVPCConnectionResponse;
112
+ };
113
+ sdk: {
114
+ input: UpdateVPCConnectionCommandInput;
115
+ output: UpdateVPCConnectionCommandOutput;
116
+ };
117
+ };
107
118
  }
@@ -105,6 +105,7 @@ export * from "./ListDataSetsCommand";
105
105
  export * from "./ListDataSourcesCommand";
106
106
  export * from "./ListFolderMembersCommand";
107
107
  export * from "./ListFoldersCommand";
108
+ export * from "./ListFoldersForResourceCommand";
108
109
  export * from "./ListGroupMembershipsCommand";
109
110
  export * from "./ListGroupsCommand";
110
111
  export * from "./ListIAMPolicyAssignmentsCommand";
@@ -1688,6 +1688,18 @@ export interface CategoryFilterConfiguration {
1688
1688
  */
1689
1689
  CustomFilterConfiguration?: CustomFilterConfiguration;
1690
1690
  }
1691
+ /**
1692
+ * @public
1693
+ * @enum
1694
+ */
1695
+ export declare const CommitMode: {
1696
+ readonly AUTO: "AUTO";
1697
+ readonly MANUAL: "MANUAL";
1698
+ };
1699
+ /**
1700
+ * @public
1701
+ */
1702
+ export type CommitMode = (typeof CommitMode)[keyof typeof CommitMode];
1691
1703
  /**
1692
1704
  * <p>A control to display info icons for filters and parameters.</p>
1693
1705
  * @public
@@ -1897,6 +1909,11 @@ export interface DefaultDateTimePickerControlOptions {
1897
1909
  * @public
1898
1910
  */
1899
1911
  DisplayOptions?: DateTimePickerControlDisplayOptions;
1912
+ /**
1913
+ * <p>The visibility configuration of the Apply button on a <code>DateTimePickerControl</code>.</p>
1914
+ * @public
1915
+ */
1916
+ CommitMode?: CommitMode;
1900
1917
  }
1901
1918
  /**
1902
1919
  * <p>The configuration of the <code>Select all</code> options in a list control.</p>
@@ -1984,6 +2001,11 @@ export interface DefaultFilterDropDownControlOptions {
1984
2001
  * @public
1985
2002
  */
1986
2003
  SelectableValues?: FilterSelectableValues;
2004
+ /**
2005
+ * <p>The visibility configuration of the Apply button on a <code>FilterDropDownControl</code>.</p>
2006
+ * @public
2007
+ */
2008
+ CommitMode?: CommitMode;
1987
2009
  }
1988
2010
  /**
1989
2011
  * <p>The configuration of the search options in a list control.</p>
@@ -2084,6 +2106,11 @@ export interface DefaultRelativeDateTimeControlOptions {
2084
2106
  * @public
2085
2107
  */
2086
2108
  DisplayOptions?: RelativeDateTimeControlDisplayOptions;
2109
+ /**
2110
+ * <p>The visibility configuration of the Apply button on a <code>RelativeDateTimeControl</code>.</p>
2111
+ * @public
2112
+ */
2113
+ CommitMode?: CommitMode;
2087
2114
  }
2088
2115
  /**
2089
2116
  * <p>The display options of a control.</p>
@@ -3653,6 +3680,11 @@ export interface FilterDateTimePickerControl {
3653
3680
  * @public
3654
3681
  */
3655
3682
  Type?: SheetControlDateTimePickerType;
3683
+ /**
3684
+ * <p>The visibility configurationof the Apply button on a <code>DateTimePickerControl</code>.</p>
3685
+ * @public
3686
+ */
3687
+ CommitMode?: CommitMode;
3656
3688
  }
3657
3689
  /**
3658
3690
  * <p>A control to display a dropdown list with buttons that are used to select a single value.</p>
@@ -3704,6 +3736,11 @@ export interface FilterDropDownControl {
3704
3736
  * @public
3705
3737
  */
3706
3738
  CascadingControlConfiguration?: CascadingControlConfiguration;
3739
+ /**
3740
+ * <p>The visibility configuration of the Apply button on a <code>FilterDropDownControl</code>.</p>
3741
+ * @public
3742
+ */
3743
+ CommitMode?: CommitMode;
3707
3744
  }
3708
3745
  /**
3709
3746
  * <p>A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.</p>
@@ -3781,6 +3818,11 @@ export interface FilterRelativeDateTimeControl {
3781
3818
  * @public
3782
3819
  */
3783
3820
  DisplayOptions?: RelativeDateTimeControlDisplayOptions;
3821
+ /**
3822
+ * <p>The visibility configuration of the Apply button on a <code>FilterRelativeDateTimeControl</code>.</p>
3823
+ * @public
3824
+ */
3825
+ CommitMode?: CommitMode;
3784
3826
  }
3785
3827
  /**
3786
3828
  * <p>A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.</p>
@@ -4565,6 +4607,11 @@ export interface ParameterDropDownControl {
4565
4607
  * @public
4566
4608
  */
4567
4609
  CascadingControlConfiguration?: CascadingControlConfiguration;
4610
+ /**
4611
+ * <p>The visibility configuration of the Apply button on a <code>ParameterDropDownControl</code>.</p>
4612
+ * @public
4613
+ */
4614
+ CommitMode?: CommitMode;
4568
4615
  }
4569
4616
  /**
4570
4617
  * <p>A control to display a list with buttons or boxes that are used to select either a single value or multiple values.</p>
@@ -6606,18 +6653,6 @@ export interface SmallMultiplesOptions {
6606
6653
  */
6607
6654
  YAxis?: SmallMultiplesAxisProperties;
6608
6655
  }
6609
- /**
6610
- * @public
6611
- * @enum
6612
- */
6613
- export declare const OtherCategories: {
6614
- readonly EXCLUDE: "EXCLUDE";
6615
- readonly INCLUDE: "INCLUDE";
6616
- };
6617
- /**
6618
- * @public
6619
- */
6620
- export type OtherCategories = (typeof OtherCategories)[keyof typeof OtherCategories];
6621
6656
  /**
6622
6657
  * @internal
6623
6658
  */