@aws-sdk/client-quicksight 3.696.0 → 3.705.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 (239) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2218 -750
  3. package/dist-es/QuickSight.js +22 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
  5. package/dist-es/commands/CreateAnalysisCommand.js +1 -1
  6. package/dist-es/commands/CreateDashboardCommand.js +1 -1
  7. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  8. package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
  9. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
  10. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
  11. package/dist-es/commands/DescribeDashboardCommand.js +2 -1
  12. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  13. package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
  14. package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
  15. package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
  16. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  17. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  18. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  19. package/dist-es/commands/DescribeTemplateCommand.js +2 -1
  20. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  21. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
  22. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  23. package/dist-es/commands/SearchTopicsCommand.js +22 -0
  24. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  25. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  26. package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
  27. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  28. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  29. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  30. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  31. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  32. package/dist-es/commands/UpdateTopicCommand.js +1 -1
  33. package/dist-es/commands/index.js +11 -0
  34. package/dist-es/models/index.js +1 -0
  35. package/dist-es/models/models_0.js +72 -82
  36. package/dist-es/models/models_1.js +102 -132
  37. package/dist-es/models/models_2.js +137 -193
  38. package/dist-es/models/models_3.js +205 -112
  39. package/dist-es/models/models_4.js +185 -49
  40. package/dist-es/models/models_5.js +50 -0
  41. package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +1044 -12
  44. package/dist-types/QuickSight.d.ts +77 -0
  45. package/dist-types/QuickSightClient.d.ts +13 -2
  46. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
  50. package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
  53. package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
  54. package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
  55. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  56. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
  58. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
  59. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
  67. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
  68. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
  72. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  78. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
  85. package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  87. package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
  88. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
  89. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  90. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
  92. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  93. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  94. package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
  95. package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
  96. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  97. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
  102. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
  106. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  111. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
  116. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  121. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
  126. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  133. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +11 -0
  137. package/dist-types/models/index.d.ts +1 -0
  138. package/dist-types/models/models_0.d.ts +487 -546
  139. package/dist-types/models/models_1.d.ts +1748 -1766
  140. package/dist-types/models/models_2.d.ts +4413 -4505
  141. package/dist-types/models/models_3.d.ts +4169 -4324
  142. package/dist-types/models/models_4.d.ts +3851 -3830
  143. package/dist-types/models/models_5.d.ts +2394 -0
  144. package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
  145. package/dist-types/pagination/index.d.ts +1 -0
  146. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  147. package/dist-types/ts3.4/QuickSight.d.ts +235 -0
  148. package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
  149. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  157. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  187. package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
  188. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  191. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  203. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  229. package/dist-types/ts3.4/models/index.d.ts +1 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +142 -156
  231. package/dist-types/ts3.4/models/models_1.d.ts +324 -356
  232. package/dist-types/ts3.4/models/models_2.d.ts +428 -418
  233. package/dist-types/ts3.4/models/models_3.d.ts +453 -503
  234. package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
  235. package/dist-types/ts3.4/models/models_5.d.ts +596 -0
  236. package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  238. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  239. package/package.json +4 -4
@@ -0,0 +1,2394 @@
1
+ import { ResourceStatus } from "./models_0";
2
+ import { AssignmentStatus, BrandDefinition, BrandDetail, Capabilities, ColumnGroup, ColumnLevelPermissionRule, DataSourceParameters, ServiceType, SslProperties, TopicIR, TopicTemplate, VisualRole, VpcConnectionProperties } from "./models_2";
3
+ import { _Parameters, DashboardPublishOptions, DashboardSourceEntity, DashboardsQAStatus, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, FieldFolder, Group, LinkSharingConfiguration, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, Role, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
4
+ import { FailedKeyRegistrationEntry, PersonalizationMode, PurchaseMode, QSearchStatus, RegisteredCustomerManagedKey, User, UserRole } from "./models_4";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface UpdateBrandResponse {
9
+ /**
10
+ * <p>The Amazon Web Services request ID for this operation.</p>
11
+ * @public
12
+ */
13
+ RequestId?: string | undefined;
14
+ /**
15
+ * <p>The details of the brand.</p>
16
+ * @public
17
+ */
18
+ BrandDetail?: BrandDetail | undefined;
19
+ /**
20
+ * <p>The definition of the brand.</p>
21
+ * @public
22
+ */
23
+ BrandDefinition?: BrandDefinition | undefined;
24
+ }
25
+ /**
26
+ * @public
27
+ */
28
+ export interface UpdateBrandAssignmentRequest {
29
+ /**
30
+ * <p>The ID of the Amazon Web Services account that owns the brand assignment.</p>
31
+ * @public
32
+ */
33
+ AwsAccountId: string | undefined;
34
+ /**
35
+ * <p>The Amazon Resource Name (ARN) of the brand.</p>
36
+ * @public
37
+ */
38
+ BrandArn: string | undefined;
39
+ }
40
+ /**
41
+ * @public
42
+ */
43
+ export interface UpdateBrandAssignmentResponse {
44
+ /**
45
+ * <p>The Amazon Web Services request ID for this operation.</p>
46
+ * @public
47
+ */
48
+ RequestId?: string | undefined;
49
+ /**
50
+ * <p>The Amazon Resource Name (ARN) of the brand.</p>
51
+ * @public
52
+ */
53
+ BrandArn?: string | undefined;
54
+ }
55
+ /**
56
+ * @public
57
+ */
58
+ export interface UpdateBrandPublishedVersionRequest {
59
+ /**
60
+ * <p>The ID of the Amazon Web Services account that owns the brand.</p>
61
+ * @public
62
+ */
63
+ AwsAccountId: string | undefined;
64
+ /**
65
+ * <p>The ID of the Amazon QuickSight brand.</p>
66
+ * @public
67
+ */
68
+ BrandId: string | undefined;
69
+ /**
70
+ * <p>The ID of the published version.</p>
71
+ * @public
72
+ */
73
+ VersionId: string | undefined;
74
+ }
75
+ /**
76
+ * @public
77
+ */
78
+ export interface UpdateBrandPublishedVersionResponse {
79
+ /**
80
+ * <p>The Amazon Web Services request ID for this operation.</p>
81
+ * @public
82
+ */
83
+ RequestId?: string | undefined;
84
+ /**
85
+ * <p>The ID of the published version.</p>
86
+ * @public
87
+ */
88
+ VersionId?: string | undefined;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface UpdateCustomPermissionsRequest {
94
+ /**
95
+ * <p>The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.</p>
96
+ * @public
97
+ */
98
+ AwsAccountId: string | undefined;
99
+ /**
100
+ * <p>The name of the custom permissions profile that you want to update.</p>
101
+ * @public
102
+ */
103
+ CustomPermissionsName: string | undefined;
104
+ /**
105
+ * <p>A set of actions to include in the custom permissions profile.</p>
106
+ * @public
107
+ */
108
+ Capabilities?: Capabilities | undefined;
109
+ }
110
+ /**
111
+ * @public
112
+ */
113
+ export interface UpdateCustomPermissionsResponse {
114
+ /**
115
+ * <p>The HTTP status of the request.</p>
116
+ * @public
117
+ */
118
+ Status?: number | undefined;
119
+ /**
120
+ * <p>The Amazon Resource Name (ARN) of the custom permissions profile.</p>
121
+ * @public
122
+ */
123
+ Arn?: string | undefined;
124
+ /**
125
+ * <p>The Amazon Web Services request ID for this operation.</p>
126
+ * @public
127
+ */
128
+ RequestId?: string | undefined;
129
+ }
130
+ /**
131
+ * @public
132
+ */
133
+ export interface UpdateDashboardRequest {
134
+ /**
135
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
136
+ * updating.</p>
137
+ * @public
138
+ */
139
+ AwsAccountId: string | undefined;
140
+ /**
141
+ * <p>The ID for the dashboard.</p>
142
+ * @public
143
+ */
144
+ DashboardId: string | undefined;
145
+ /**
146
+ * <p>The display name of the dashboard.</p>
147
+ * @public
148
+ */
149
+ Name: string | undefined;
150
+ /**
151
+ * <p>The entity that you are using as a source when you update the dashboard. In
152
+ * <code>SourceEntity</code>, you specify the type of object you're using as source. You
153
+ * can only update a dashboard from a template, so you use a <code>SourceTemplate</code>
154
+ * entity. If you need to update a dashboard from an analysis, first convert the analysis
155
+ * to a template by using the <code>
156
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_CreateTemplate.html">CreateTemplate</a>
157
+ * </code> API operation. For
158
+ * <code>SourceTemplate</code>, specify the Amazon Resource Name (ARN) of the source
159
+ * template. The <code>SourceTemplate</code> ARN can contain any Amazon Web Services account and any
160
+ * Amazon QuickSight-supported Amazon Web Services Region. </p>
161
+ * <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> to
162
+ * list the replacement datasets for the placeholders listed in the original. The schema in
163
+ * each dataset must match its placeholder. </p>
164
+ * @public
165
+ */
166
+ SourceEntity?: DashboardSourceEntity | undefined;
167
+ /**
168
+ * <p>A structure that contains the parameters of the dashboard. These are parameter
169
+ * overrides for a dashboard. A dashboard can have any type of parameters, and some
170
+ * parameters might accept multiple values.</p>
171
+ * @public
172
+ */
173
+ Parameters?: _Parameters | undefined;
174
+ /**
175
+ * <p>A description for the first version of the dashboard being created.</p>
176
+ * @public
177
+ */
178
+ VersionDescription?: string | undefined;
179
+ /**
180
+ * <p>Options for publishing the dashboard when you create it:</p>
181
+ * <ul>
182
+ * <li>
183
+ * <p>
184
+ * <code>AvailabilityStatus</code> for <code>AdHocFilteringOption</code> - This
185
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. When this is
186
+ * set to <code>DISABLED</code>, Amazon QuickSight disables the left filter pane on the
187
+ * published dashboard, which can be used for ad hoc (one-time) filtering. This
188
+ * option is <code>ENABLED</code> by default. </p>
189
+ * </li>
190
+ * <li>
191
+ * <p>
192
+ * <code>AvailabilityStatus</code> for <code>ExportToCSVOption</code> - This
193
+ * status can be either <code>ENABLED</code> or <code>DISABLED</code>. The visual
194
+ * option to export data to .CSV format isn't enabled when this is set to
195
+ * <code>DISABLED</code>. This option is <code>ENABLED</code> by default. </p>
196
+ * </li>
197
+ * <li>
198
+ * <p>
199
+ * <code>VisibilityState</code> for <code>SheetControlsOption</code> - This
200
+ * visibility state can be either <code>COLLAPSED</code> or <code>EXPANDED</code>.
201
+ * This option is <code>COLLAPSED</code> by default. </p>
202
+ * </li>
203
+ * </ul>
204
+ * @public
205
+ */
206
+ DashboardPublishOptions?: DashboardPublishOptions | undefined;
207
+ /**
208
+ * <p>The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If
209
+ * you add a value for this field, it overrides the value that was originally associated
210
+ * with the entity. The theme ARN must exist in the same Amazon Web Services account where you create the
211
+ * dashboard.</p>
212
+ * @public
213
+ */
214
+ ThemeArn?: string | undefined;
215
+ /**
216
+ * <p>The definition of a dashboard.</p>
217
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
218
+ * @public
219
+ */
220
+ Definition?: DashboardVersionDefinition | undefined;
221
+ /**
222
+ * <p>The option to relax the validation needed to update a dashboard with definition objects. This skips the validation step for specific errors.</p>
223
+ * @public
224
+ */
225
+ ValidationStrategy?: ValidationStrategy | undefined;
226
+ }
227
+ /**
228
+ * @public
229
+ */
230
+ export interface UpdateDashboardResponse {
231
+ /**
232
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
233
+ * @public
234
+ */
235
+ Arn?: string | undefined;
236
+ /**
237
+ * <p>The ARN of the dashboard, including the version number.</p>
238
+ * @public
239
+ */
240
+ VersionArn?: string | undefined;
241
+ /**
242
+ * <p>The ID for the dashboard.</p>
243
+ * @public
244
+ */
245
+ DashboardId?: string | undefined;
246
+ /**
247
+ * <p>The creation status of the request.</p>
248
+ * @public
249
+ */
250
+ CreationStatus?: ResourceStatus | undefined;
251
+ /**
252
+ * <p>The HTTP status of the request.</p>
253
+ * @public
254
+ */
255
+ Status?: number | undefined;
256
+ /**
257
+ * <p>The Amazon Web Services request ID for this operation.</p>
258
+ * @public
259
+ */
260
+ RequestId?: string | undefined;
261
+ }
262
+ /**
263
+ * @public
264
+ */
265
+ export interface UpdateDashboardLinksRequest {
266
+ /**
267
+ * <p>The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.</p>
268
+ * @public
269
+ */
270
+ AwsAccountId: string | undefined;
271
+ /**
272
+ * <p>The ID for the dashboard.</p>
273
+ * @public
274
+ */
275
+ DashboardId: string | undefined;
276
+ /**
277
+ * <p> list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
278
+ * @public
279
+ */
280
+ LinkEntities: string[] | undefined;
281
+ }
282
+ /**
283
+ * @public
284
+ */
285
+ export interface UpdateDashboardLinksResponse {
286
+ /**
287
+ * <p>The Amazon Web Services request ID for this operation.</p>
288
+ * @public
289
+ */
290
+ RequestId?: string | undefined;
291
+ /**
292
+ * <p>The HTTP status of the request.</p>
293
+ * @public
294
+ */
295
+ Status?: number | undefined;
296
+ /**
297
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
298
+ * @public
299
+ */
300
+ DashboardArn?: string | undefined;
301
+ /**
302
+ * <p>A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.</p>
303
+ * @public
304
+ */
305
+ LinkEntities?: string[] | undefined;
306
+ }
307
+ /**
308
+ * @public
309
+ */
310
+ export interface UpdateDashboardPermissionsRequest {
311
+ /**
312
+ * <p>The ID of the Amazon Web Services account that contains the dashboard whose permissions you're
313
+ * updating.</p>
314
+ * @public
315
+ */
316
+ AwsAccountId: string | undefined;
317
+ /**
318
+ * <p>The ID for the dashboard.</p>
319
+ * @public
320
+ */
321
+ DashboardId: string | undefined;
322
+ /**
323
+ * <p>The permissions that you want to grant on this resource.</p>
324
+ * @public
325
+ */
326
+ GrantPermissions?: ResourcePermission[] | undefined;
327
+ /**
328
+ * <p>The permissions that you want to revoke from this resource.</p>
329
+ * @public
330
+ */
331
+ RevokePermissions?: ResourcePermission[] | undefined;
332
+ /**
333
+ * <p>Grants link permissions to all users in a defined namespace.</p>
334
+ * @public
335
+ */
336
+ GrantLinkPermissions?: ResourcePermission[] | undefined;
337
+ /**
338
+ * <p>Revokes link permissions from all users in a defined namespace.</p>
339
+ * @public
340
+ */
341
+ RevokeLinkPermissions?: ResourcePermission[] | undefined;
342
+ }
343
+ /**
344
+ * @public
345
+ */
346
+ export interface UpdateDashboardPermissionsResponse {
347
+ /**
348
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
349
+ * @public
350
+ */
351
+ DashboardArn?: string | undefined;
352
+ /**
353
+ * <p>The ID for the dashboard.</p>
354
+ * @public
355
+ */
356
+ DashboardId?: string | undefined;
357
+ /**
358
+ * <p>Information about the permissions on the dashboard.</p>
359
+ * @public
360
+ */
361
+ Permissions?: ResourcePermission[] | undefined;
362
+ /**
363
+ * <p>The Amazon Web Services request ID for this operation.</p>
364
+ * @public
365
+ */
366
+ RequestId?: string | undefined;
367
+ /**
368
+ * <p>The HTTP status of the request.</p>
369
+ * @public
370
+ */
371
+ Status?: number | undefined;
372
+ /**
373
+ * <p>Updates the permissions of a shared link to an Amazon QuickSight dashboard.</p>
374
+ * @public
375
+ */
376
+ LinkSharingConfiguration?: LinkSharingConfiguration | undefined;
377
+ }
378
+ /**
379
+ * @public
380
+ */
381
+ export interface UpdateDashboardPublishedVersionRequest {
382
+ /**
383
+ * <p>The ID of the Amazon Web Services account that contains the dashboard that you're
384
+ * updating.</p>
385
+ * @public
386
+ */
387
+ AwsAccountId: string | undefined;
388
+ /**
389
+ * <p>The ID for the dashboard.</p>
390
+ * @public
391
+ */
392
+ DashboardId: string | undefined;
393
+ /**
394
+ * <p>The version number of the dashboard.</p>
395
+ * @public
396
+ */
397
+ VersionNumber: number | undefined;
398
+ }
399
+ /**
400
+ * @public
401
+ */
402
+ export interface UpdateDashboardPublishedVersionResponse {
403
+ /**
404
+ * <p>The ID for the dashboard.</p>
405
+ * @public
406
+ */
407
+ DashboardId?: string | undefined;
408
+ /**
409
+ * <p>The Amazon Resource Name (ARN) of the dashboard.</p>
410
+ * @public
411
+ */
412
+ DashboardArn?: string | undefined;
413
+ /**
414
+ * <p>The HTTP status of the request.</p>
415
+ * @public
416
+ */
417
+ Status?: number | undefined;
418
+ /**
419
+ * <p>The Amazon Web Services request ID for this operation.</p>
420
+ * @public
421
+ */
422
+ RequestId?: string | undefined;
423
+ }
424
+ /**
425
+ * @public
426
+ */
427
+ export interface UpdateDashboardsQAConfigurationRequest {
428
+ /**
429
+ * <p>The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.</p>
430
+ * @public
431
+ */
432
+ AwsAccountId: string | undefined;
433
+ /**
434
+ * <p>The status of dashboards QA configuration that you want to update.</p>
435
+ * @public
436
+ */
437
+ DashboardsQAStatus: DashboardsQAStatus | undefined;
438
+ }
439
+ /**
440
+ * @public
441
+ */
442
+ export interface UpdateDashboardsQAConfigurationResponse {
443
+ /**
444
+ * <p>A value that indicates whether the dashboard QA configuration is enabled or not.</p>
445
+ * @public
446
+ */
447
+ DashboardsQAStatus?: DashboardsQAStatus | undefined;
448
+ /**
449
+ * <p>The Amazon Web Services request ID for this operation.</p>
450
+ * @public
451
+ */
452
+ RequestId?: string | undefined;
453
+ /**
454
+ * <p>The HTTP status of the request.</p>
455
+ * @public
456
+ */
457
+ Status?: number | undefined;
458
+ }
459
+ /**
460
+ * @public
461
+ */
462
+ export interface UpdateDataSetRequest {
463
+ /**
464
+ * <p>The Amazon Web Services account ID.</p>
465
+ * @public
466
+ */
467
+ AwsAccountId: string | undefined;
468
+ /**
469
+ * <p>The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each
470
+ * Amazon Web Services account.</p>
471
+ * @public
472
+ */
473
+ DataSetId: string | undefined;
474
+ /**
475
+ * <p>The display name for the dataset.</p>
476
+ * @public
477
+ */
478
+ Name: string | undefined;
479
+ /**
480
+ * <p>Declares the physical tables that are available in the underlying data sources.</p>
481
+ * @public
482
+ */
483
+ PhysicalTableMap: Record<string, PhysicalTable> | undefined;
484
+ /**
485
+ * <p>Configures the combination and transformation of the data from the physical tables.</p>
486
+ * @public
487
+ */
488
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
489
+ /**
490
+ * <p>Indicates whether you want to import the data into SPICE.</p>
491
+ * @public
492
+ */
493
+ ImportMode: DataSetImportMode | undefined;
494
+ /**
495
+ * <p>Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.</p>
496
+ * @public
497
+ */
498
+ ColumnGroups?: ColumnGroup[] | undefined;
499
+ /**
500
+ * <p>The folder that contains fields and nested subfolders for your dataset.</p>
501
+ * @public
502
+ */
503
+ FieldFolders?: Record<string, FieldFolder> | undefined;
504
+ /**
505
+ * <p>The row-level security configuration for the data you want to create.</p>
506
+ * @public
507
+ */
508
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
509
+ /**
510
+ * <p>The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only.</p>
511
+ * @public
512
+ */
513
+ RowLevelPermissionTagConfiguration?: RowLevelPermissionTagConfiguration | undefined;
514
+ /**
515
+ * <p>A set of one or more definitions of a <code>
516
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_ColumnLevelPermissionRule.html">ColumnLevelPermissionRule</a>
517
+ * </code>.</p>
518
+ * @public
519
+ */
520
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
521
+ /**
522
+ * <p>The usage configuration to apply to child datasets that reference this dataset as a source.</p>
523
+ * @public
524
+ */
525
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
526
+ /**
527
+ * <p>The parameter declarations of the dataset.</p>
528
+ * @public
529
+ */
530
+ DatasetParameters?: DatasetParameter[] | undefined;
531
+ }
532
+ /**
533
+ * @public
534
+ */
535
+ export interface UpdateDataSetResponse {
536
+ /**
537
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
538
+ * @public
539
+ */
540
+ Arn?: string | undefined;
541
+ /**
542
+ * <p>The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
543
+ * @public
544
+ */
545
+ DataSetId?: string | undefined;
546
+ /**
547
+ * <p>The ARN for the ingestion, which is triggered as a result of dataset creation if the import
548
+ * mode is SPICE.</p>
549
+ * @public
550
+ */
551
+ IngestionArn?: string | undefined;
552
+ /**
553
+ * <p>The ID of the ingestion, which is triggered as a result of dataset creation if the import
554
+ * mode is SPICE.</p>
555
+ * @public
556
+ */
557
+ IngestionId?: string | undefined;
558
+ /**
559
+ * <p>The Amazon Web Services request ID for this operation.</p>
560
+ * @public
561
+ */
562
+ RequestId?: string | undefined;
563
+ /**
564
+ * <p>The HTTP status of the request.</p>
565
+ * @public
566
+ */
567
+ Status?: number | undefined;
568
+ }
569
+ /**
570
+ * @public
571
+ */
572
+ export interface UpdateDataSetPermissionsRequest {
573
+ /**
574
+ * <p>The Amazon Web Services account ID.</p>
575
+ * @public
576
+ */
577
+ AwsAccountId: string | undefined;
578
+ /**
579
+ * <p>The ID for the dataset whose permissions you want to update. This ID is unique per
580
+ * Amazon Web Services Region for each Amazon Web Services account.</p>
581
+ * @public
582
+ */
583
+ DataSetId: string | undefined;
584
+ /**
585
+ * <p>The resource permissions that you want to grant to the dataset.</p>
586
+ * @public
587
+ */
588
+ GrantPermissions?: ResourcePermission[] | undefined;
589
+ /**
590
+ * <p>The resource permissions that you want to revoke from the dataset.</p>
591
+ * @public
592
+ */
593
+ RevokePermissions?: ResourcePermission[] | undefined;
594
+ }
595
+ /**
596
+ * @public
597
+ */
598
+ export interface UpdateDataSetPermissionsResponse {
599
+ /**
600
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
601
+ * @public
602
+ */
603
+ DataSetArn?: string | undefined;
604
+ /**
605
+ * <p>The ID for the dataset whose permissions you want to update. This ID is unique per
606
+ * Amazon Web Services Region for each Amazon Web Services account.</p>
607
+ * @public
608
+ */
609
+ DataSetId?: string | undefined;
610
+ /**
611
+ * <p>The Amazon Web Services request ID for this operation.</p>
612
+ * @public
613
+ */
614
+ RequestId?: string | undefined;
615
+ /**
616
+ * <p>The HTTP status of the request.</p>
617
+ * @public
618
+ */
619
+ Status?: number | undefined;
620
+ }
621
+ /**
622
+ * @public
623
+ */
624
+ export interface UpdateDataSourceRequest {
625
+ /**
626
+ * <p>The Amazon Web Services account ID.</p>
627
+ * @public
628
+ */
629
+ AwsAccountId: string | undefined;
630
+ /**
631
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. </p>
632
+ * @public
633
+ */
634
+ DataSourceId: string | undefined;
635
+ /**
636
+ * <p>A display name for the data source.</p>
637
+ * @public
638
+ */
639
+ Name: string | undefined;
640
+ /**
641
+ * <p>The parameters that Amazon QuickSight uses to connect to your underlying source.</p>
642
+ * @public
643
+ */
644
+ DataSourceParameters?: DataSourceParameters | undefined;
645
+ /**
646
+ * <p>The credentials that Amazon QuickSight that uses to connect to your underlying source. Currently,
647
+ * only credentials based on user name and password are supported.</p>
648
+ * @public
649
+ */
650
+ Credentials?: DataSourceCredentials | undefined;
651
+ /**
652
+ * <p>Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to
653
+ * your underlying source.</p>
654
+ * @public
655
+ */
656
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
657
+ /**
658
+ * <p>Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying
659
+ * source.</p>
660
+ * @public
661
+ */
662
+ SslProperties?: SslProperties | undefined;
663
+ }
664
+ /**
665
+ * @public
666
+ */
667
+ export interface UpdateDataSourceResponse {
668
+ /**
669
+ * <p>The Amazon Resource Name (ARN) of the data source.</p>
670
+ * @public
671
+ */
672
+ Arn?: string | undefined;
673
+ /**
674
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
675
+ * @public
676
+ */
677
+ DataSourceId?: string | undefined;
678
+ /**
679
+ * <p>The update status of the data source's last update.</p>
680
+ * @public
681
+ */
682
+ UpdateStatus?: ResourceStatus | undefined;
683
+ /**
684
+ * <p>The Amazon Web Services request ID for this operation.</p>
685
+ * @public
686
+ */
687
+ RequestId?: string | undefined;
688
+ /**
689
+ * <p>The HTTP status of the request.</p>
690
+ * @public
691
+ */
692
+ Status?: number | undefined;
693
+ }
694
+ /**
695
+ * @public
696
+ */
697
+ export interface UpdateDataSourcePermissionsRequest {
698
+ /**
699
+ * <p>The Amazon Web Services account ID.</p>
700
+ * @public
701
+ */
702
+ AwsAccountId: string | undefined;
703
+ /**
704
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. </p>
705
+ * @public
706
+ */
707
+ DataSourceId: string | undefined;
708
+ /**
709
+ * <p>A list of resource permissions that you want to grant on the data source.</p>
710
+ * @public
711
+ */
712
+ GrantPermissions?: ResourcePermission[] | undefined;
713
+ /**
714
+ * <p>A list of resource permissions that you want to revoke on the data source.</p>
715
+ * @public
716
+ */
717
+ RevokePermissions?: ResourcePermission[] | undefined;
718
+ }
719
+ /**
720
+ * @public
721
+ */
722
+ export interface UpdateDataSourcePermissionsResponse {
723
+ /**
724
+ * <p>The Amazon Resource Name (ARN) of the data source.</p>
725
+ * @public
726
+ */
727
+ DataSourceArn?: string | undefined;
728
+ /**
729
+ * <p>The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
730
+ * @public
731
+ */
732
+ DataSourceId?: string | undefined;
733
+ /**
734
+ * <p>The Amazon Web Services request ID for this operation.</p>
735
+ * @public
736
+ */
737
+ RequestId?: string | undefined;
738
+ /**
739
+ * <p>The HTTP status of the request.</p>
740
+ * @public
741
+ */
742
+ Status?: number | undefined;
743
+ }
744
+ /**
745
+ * @public
746
+ */
747
+ export interface UpdateDefaultQBusinessApplicationRequest {
748
+ /**
749
+ * <p>The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update.</p>
750
+ * @public
751
+ */
752
+ AwsAccountId: string | undefined;
753
+ /**
754
+ * <p>The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.</p>
755
+ * @public
756
+ */
757
+ Namespace?: string | undefined;
758
+ /**
759
+ * <p>The ID of the Amazon Q Business application that you want to update.</p>
760
+ * @public
761
+ */
762
+ ApplicationId: string | undefined;
763
+ }
764
+ /**
765
+ * @public
766
+ */
767
+ export interface UpdateDefaultQBusinessApplicationResponse {
768
+ /**
769
+ * <p>The Amazon Web Services request ID for this operation.</p>
770
+ * @public
771
+ */
772
+ RequestId?: string | undefined;
773
+ /**
774
+ * <p>The HTTP status of the request.</p>
775
+ * @public
776
+ */
777
+ Status?: number | undefined;
778
+ }
779
+ /**
780
+ * @public
781
+ */
782
+ export interface UpdateFolderRequest {
783
+ /**
784
+ * <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
785
+ * @public
786
+ */
787
+ AwsAccountId: string | undefined;
788
+ /**
789
+ * <p>The ID of the folder.</p>
790
+ * @public
791
+ */
792
+ FolderId: string | undefined;
793
+ /**
794
+ * <p>The name of the folder.</p>
795
+ * @public
796
+ */
797
+ Name: string | undefined;
798
+ }
799
+ /**
800
+ * @public
801
+ */
802
+ export interface UpdateFolderResponse {
803
+ /**
804
+ * <p>The HTTP status of the request.</p>
805
+ * @public
806
+ */
807
+ Status?: number | undefined;
808
+ /**
809
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
810
+ * @public
811
+ */
812
+ Arn?: string | undefined;
813
+ /**
814
+ * <p>The ID of the folder.</p>
815
+ * @public
816
+ */
817
+ FolderId?: string | undefined;
818
+ /**
819
+ * <p>The Amazon Web Services request ID for this operation.</p>
820
+ * @public
821
+ */
822
+ RequestId?: string | undefined;
823
+ }
824
+ /**
825
+ * @public
826
+ */
827
+ export interface UpdateFolderPermissionsRequest {
828
+ /**
829
+ * <p>The ID for the Amazon Web Services account that contains the folder to update.</p>
830
+ * @public
831
+ */
832
+ AwsAccountId: string | undefined;
833
+ /**
834
+ * <p>The ID of the folder.</p>
835
+ * @public
836
+ */
837
+ FolderId: string | undefined;
838
+ /**
839
+ * <p>The permissions that you want to grant on a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>
840
+ * @public
841
+ */
842
+ GrantPermissions?: ResourcePermission[] | undefined;
843
+ /**
844
+ * <p>The permissions that you want to revoke from a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>
845
+ * @public
846
+ */
847
+ RevokePermissions?: ResourcePermission[] | undefined;
848
+ }
849
+ /**
850
+ * @public
851
+ */
852
+ export interface UpdateFolderPermissionsResponse {
853
+ /**
854
+ * <p>The HTTP status of the request.</p>
855
+ * @public
856
+ */
857
+ Status?: number | undefined;
858
+ /**
859
+ * <p>The Amazon Resource Name (ARN) of the folder.</p>
860
+ * @public
861
+ */
862
+ Arn?: string | undefined;
863
+ /**
864
+ * <p>The ID of the folder.</p>
865
+ * @public
866
+ */
867
+ FolderId?: string | undefined;
868
+ /**
869
+ * <p>Information about the permissions for the folder.</p>
870
+ * @public
871
+ */
872
+ Permissions?: ResourcePermission[] | undefined;
873
+ /**
874
+ * <p>The Amazon Web Services request ID for this operation.</p>
875
+ * @public
876
+ */
877
+ RequestId?: string | undefined;
878
+ }
879
+ /**
880
+ * @public
881
+ */
882
+ export interface UpdateGroupRequest {
883
+ /**
884
+ * <p>The name of the group that you want to update.</p>
885
+ * @public
886
+ */
887
+ GroupName: string | undefined;
888
+ /**
889
+ * <p>The description for the group that you want to update.</p>
890
+ * @public
891
+ */
892
+ Description?: string | undefined;
893
+ /**
894
+ * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
895
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
896
+ * @public
897
+ */
898
+ AwsAccountId: string | undefined;
899
+ /**
900
+ * <p>The namespace of the group that you want to update.</p>
901
+ * @public
902
+ */
903
+ Namespace: string | undefined;
904
+ }
905
+ /**
906
+ * @public
907
+ */
908
+ export interface UpdateGroupResponse {
909
+ /**
910
+ * <p>The name of the group.</p>
911
+ * @public
912
+ */
913
+ Group?: Group | undefined;
914
+ /**
915
+ * <p>The Amazon Web Services request ID for this operation.</p>
916
+ * @public
917
+ */
918
+ RequestId?: string | undefined;
919
+ /**
920
+ * <p>The HTTP status of the request.</p>
921
+ * @public
922
+ */
923
+ Status?: number | undefined;
924
+ }
925
+ /**
926
+ * @public
927
+ */
928
+ export interface UpdateIAMPolicyAssignmentRequest {
929
+ /**
930
+ * <p>The ID of the Amazon Web Services account that contains the IAM policy
931
+ * assignment. </p>
932
+ * @public
933
+ */
934
+ AwsAccountId: string | undefined;
935
+ /**
936
+ * <p>The name of the assignment, also called a rule.
937
+ * The
938
+ * name must be unique within the
939
+ * Amazon Web Services account.</p>
940
+ * @public
941
+ */
942
+ AssignmentName: string | undefined;
943
+ /**
944
+ * <p>The namespace of the assignment.</p>
945
+ * @public
946
+ */
947
+ Namespace: string | undefined;
948
+ /**
949
+ * <p>The status of the assignment. Possible values are as follows:</p>
950
+ * <ul>
951
+ * <li>
952
+ * <p>
953
+ * <code>ENABLED</code> - Anything specified in this assignment is used when
954
+ * creating the data source.</p>
955
+ * </li>
956
+ * <li>
957
+ * <p>
958
+ * <code>DISABLED</code> - This assignment isn't used when creating the data
959
+ * source.</p>
960
+ * </li>
961
+ * <li>
962
+ * <p>
963
+ * <code>DRAFT</code> - This assignment is an unfinished draft and isn't used
964
+ * when creating the data source.</p>
965
+ * </li>
966
+ * </ul>
967
+ * @public
968
+ */
969
+ AssignmentStatus?: AssignmentStatus | undefined;
970
+ /**
971
+ * <p>The ARN for the IAM policy to apply to the Amazon QuickSight users and
972
+ * groups specified in this assignment.</p>
973
+ * @public
974
+ */
975
+ PolicyArn?: string | undefined;
976
+ /**
977
+ * <p>The Amazon QuickSight users, groups, or both that you want to assign the policy
978
+ * to.</p>
979
+ * @public
980
+ */
981
+ Identities?: Record<string, string[]> | undefined;
982
+ }
983
+ /**
984
+ * @public
985
+ */
986
+ export interface UpdateIAMPolicyAssignmentResponse {
987
+ /**
988
+ * <p>The name of the assignment or rule.</p>
989
+ * @public
990
+ */
991
+ AssignmentName?: string | undefined;
992
+ /**
993
+ * <p>The ID of the assignment.</p>
994
+ * @public
995
+ */
996
+ AssignmentId?: string | undefined;
997
+ /**
998
+ * <p>The ARN for the IAM policy applied to the Amazon QuickSight users and
999
+ * groups specified in this assignment.</p>
1000
+ * @public
1001
+ */
1002
+ PolicyArn?: string | undefined;
1003
+ /**
1004
+ * <p>The Amazon QuickSight users, groups, or both that the IAM policy is
1005
+ * assigned to.</p>
1006
+ * @public
1007
+ */
1008
+ Identities?: Record<string, string[]> | undefined;
1009
+ /**
1010
+ * <p>The status of the assignment. Possible values are as follows:</p>
1011
+ * <ul>
1012
+ * <li>
1013
+ * <p>
1014
+ * <code>ENABLED</code> - Anything specified in this assignment is used when
1015
+ * creating the data source.</p>
1016
+ * </li>
1017
+ * <li>
1018
+ * <p>
1019
+ * <code>DISABLED</code> - This assignment isn't used when creating the data
1020
+ * source.</p>
1021
+ * </li>
1022
+ * <li>
1023
+ * <p>
1024
+ * <code>DRAFT</code> - This assignment is an unfinished draft and isn't used
1025
+ * when creating the data source.</p>
1026
+ * </li>
1027
+ * </ul>
1028
+ * @public
1029
+ */
1030
+ AssignmentStatus?: AssignmentStatus | undefined;
1031
+ /**
1032
+ * <p>The Amazon Web Services request ID for this operation.</p>
1033
+ * @public
1034
+ */
1035
+ RequestId?: string | undefined;
1036
+ /**
1037
+ * <p>The HTTP status of the request.</p>
1038
+ * @public
1039
+ */
1040
+ Status?: number | undefined;
1041
+ }
1042
+ /**
1043
+ * @public
1044
+ */
1045
+ export interface UpdateIdentityPropagationConfigRequest {
1046
+ /**
1047
+ * <p>The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.</p>
1048
+ * @public
1049
+ */
1050
+ AwsAccountId: string | undefined;
1051
+ /**
1052
+ * <p>The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.</p>
1053
+ * @public
1054
+ */
1055
+ Service: ServiceType | undefined;
1056
+ /**
1057
+ * <p>Specifies a list of application ARNs that represent the authorized targets for a service.</p>
1058
+ * @public
1059
+ */
1060
+ AuthorizedTargets?: string[] | undefined;
1061
+ }
1062
+ /**
1063
+ * @public
1064
+ */
1065
+ export interface UpdateIdentityPropagationConfigResponse {
1066
+ /**
1067
+ * <p>The Amazon Web Services request ID for this operation.</p>
1068
+ * @public
1069
+ */
1070
+ RequestId?: string | undefined;
1071
+ /**
1072
+ * <p>The HTTP status of the request.</p>
1073
+ * @public
1074
+ */
1075
+ Status?: number | undefined;
1076
+ }
1077
+ /**
1078
+ * @public
1079
+ */
1080
+ export interface UpdateIpRestrictionRequest {
1081
+ /**
1082
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
1083
+ * @public
1084
+ */
1085
+ AwsAccountId: string | undefined;
1086
+ /**
1087
+ * <p>A map that describes the updated IP rules with CIDR ranges and descriptions.</p>
1088
+ * @public
1089
+ */
1090
+ IpRestrictionRuleMap?: Record<string, string> | undefined;
1091
+ /**
1092
+ * <p>A map of VPC IDs and their corresponding rules. When you configure this parameter, traffic from all VPC endpoints that are present in the specified VPC is allowed.</p>
1093
+ * @public
1094
+ */
1095
+ VpcIdRestrictionRuleMap?: Record<string, string> | undefined;
1096
+ /**
1097
+ * <p>A map of allowed VPC endpoint IDs and their corresponding rule descriptions.</p>
1098
+ * @public
1099
+ */
1100
+ VpcEndpointIdRestrictionRuleMap?: Record<string, string> | undefined;
1101
+ /**
1102
+ * <p>A value that specifies whether IP rules are turned on.</p>
1103
+ * @public
1104
+ */
1105
+ Enabled?: boolean | undefined;
1106
+ }
1107
+ /**
1108
+ * @public
1109
+ */
1110
+ export interface UpdateIpRestrictionResponse {
1111
+ /**
1112
+ * <p>The ID of the Amazon Web Services account that contains the IP rules.</p>
1113
+ * @public
1114
+ */
1115
+ AwsAccountId?: string | undefined;
1116
+ /**
1117
+ * <p>The Amazon Web Services request ID for this operation.</p>
1118
+ * @public
1119
+ */
1120
+ RequestId?: string | undefined;
1121
+ /**
1122
+ * <p>The HTTP status of the request. </p>
1123
+ * @public
1124
+ */
1125
+ Status?: number | undefined;
1126
+ }
1127
+ /**
1128
+ * @public
1129
+ */
1130
+ export interface UpdateKeyRegistrationRequest {
1131
+ /**
1132
+ * <p>The ID of the Amazon Web Services account that contains the customer managed key registration that you want to update.</p>
1133
+ * @public
1134
+ */
1135
+ AwsAccountId: string | undefined;
1136
+ /**
1137
+ * <p>A list of <code>RegisteredCustomerManagedKey</code> objects to be updated to the Amazon QuickSight account.</p>
1138
+ * @public
1139
+ */
1140
+ KeyRegistration: RegisteredCustomerManagedKey[] | undefined;
1141
+ }
1142
+ /**
1143
+ * <p>A success entry that occurs when a <code>KeyRegistration</code> job is successfully applied to the Amazon QuickSight account.</p>
1144
+ * @public
1145
+ */
1146
+ export interface SuccessfulKeyRegistrationEntry {
1147
+ /**
1148
+ * <p>The ARN of the KMS key that is associated with the <code>SuccessfulKeyRegistrationEntry</code> entry.</p>
1149
+ * @public
1150
+ */
1151
+ KeyArn: string | undefined;
1152
+ /**
1153
+ * <p>The HTTP status of a <code>SuccessfulKeyRegistrationEntry</code> entry.</p>
1154
+ * @public
1155
+ */
1156
+ StatusCode: number | undefined;
1157
+ }
1158
+ /**
1159
+ * @public
1160
+ */
1161
+ export interface UpdateKeyRegistrationResponse {
1162
+ /**
1163
+ * <p>A list of all customer managed key registrations that failed to update.</p>
1164
+ * @public
1165
+ */
1166
+ FailedKeyRegistration?: FailedKeyRegistrationEntry[] | undefined;
1167
+ /**
1168
+ * <p>A list of all customer managed key registrations that were successfully updated.</p>
1169
+ * @public
1170
+ */
1171
+ SuccessfulKeyRegistration?: SuccessfulKeyRegistrationEntry[] | undefined;
1172
+ /**
1173
+ * <p>The Amazon Web Services request ID for this operation.</p>
1174
+ * @public
1175
+ */
1176
+ RequestId?: string | undefined;
1177
+ }
1178
+ /**
1179
+ * @public
1180
+ */
1181
+ export interface UpdatePublicSharingSettingsRequest {
1182
+ /**
1183
+ * <p>The Amazon Web Services account ID associated with your Amazon QuickSight subscription.</p>
1184
+ * @public
1185
+ */
1186
+ AwsAccountId: string | undefined;
1187
+ /**
1188
+ * <p>A Boolean value that indicates whether public sharing is turned on for an Amazon QuickSight account.</p>
1189
+ * @public
1190
+ */
1191
+ PublicSharingEnabled?: boolean | undefined;
1192
+ }
1193
+ /**
1194
+ * @public
1195
+ */
1196
+ export interface UpdatePublicSharingSettingsResponse {
1197
+ /**
1198
+ * <p>The Amazon Web Services request ID for this operation.</p>
1199
+ * @public
1200
+ */
1201
+ RequestId?: string | undefined;
1202
+ /**
1203
+ * <p>The HTTP status of the request.</p>
1204
+ * @public
1205
+ */
1206
+ Status?: number | undefined;
1207
+ }
1208
+ /**
1209
+ * @public
1210
+ */
1211
+ export interface UpdateQPersonalizationConfigurationRequest {
1212
+ /**
1213
+ * <p>The ID of the Amazon Web Services account account that contains the personalization configuration that the user wants to update.</p>
1214
+ * @public
1215
+ */
1216
+ AwsAccountId: string | undefined;
1217
+ /**
1218
+ * <p>An option to allow Amazon QuickSight to customize data stories with user specific metadata, specifically location and job information, in your IAM Identity Center instance.</p>
1219
+ * @public
1220
+ */
1221
+ PersonalizationMode: PersonalizationMode | undefined;
1222
+ }
1223
+ /**
1224
+ * @public
1225
+ */
1226
+ export interface UpdateQPersonalizationConfigurationResponse {
1227
+ /**
1228
+ * <p>The personalization mode that is used for the personalization configuration.</p>
1229
+ * @public
1230
+ */
1231
+ PersonalizationMode?: PersonalizationMode | undefined;
1232
+ /**
1233
+ * <p>The Amazon Web Services request ID for this operation.</p>
1234
+ * @public
1235
+ */
1236
+ RequestId?: string | undefined;
1237
+ /**
1238
+ * <p>The HTTP status of the request.</p>
1239
+ * @public
1240
+ */
1241
+ Status?: number | undefined;
1242
+ }
1243
+ /**
1244
+ * @public
1245
+ */
1246
+ export interface UpdateQuickSightQSearchConfigurationRequest {
1247
+ /**
1248
+ * <p>The ID of the Amazon Web Services account that contains the Amazon QuickSight Q Search configuration that you want to update.</p>
1249
+ * @public
1250
+ */
1251
+ AwsAccountId: string | undefined;
1252
+ /**
1253
+ * <p>The status of the Amazon QuickSight Q Search configuration that the user wants to update.</p>
1254
+ * @public
1255
+ */
1256
+ QSearchStatus: QSearchStatus | undefined;
1257
+ }
1258
+ /**
1259
+ * @public
1260
+ */
1261
+ export interface UpdateQuickSightQSearchConfigurationResponse {
1262
+ /**
1263
+ * <p>The status of the Amazon QuickSight Q Search configuration.</p>
1264
+ * @public
1265
+ */
1266
+ QSearchStatus?: QSearchStatus | undefined;
1267
+ /**
1268
+ * <p>The Amazon Web Services request ID for this operation.</p>
1269
+ * @public
1270
+ */
1271
+ RequestId?: string | undefined;
1272
+ /**
1273
+ * <p>The HTTP status of the request.</p>
1274
+ * @public
1275
+ */
1276
+ Status?: number | undefined;
1277
+ }
1278
+ /**
1279
+ * @public
1280
+ */
1281
+ export interface UpdateRefreshScheduleRequest {
1282
+ /**
1283
+ * <p>The ID of the dataset.</p>
1284
+ * @public
1285
+ */
1286
+ DataSetId: string | undefined;
1287
+ /**
1288
+ * <p>The Amazon Web Services account ID.</p>
1289
+ * @public
1290
+ */
1291
+ AwsAccountId: string | undefined;
1292
+ /**
1293
+ * <p>The refresh schedule.</p>
1294
+ * @public
1295
+ */
1296
+ Schedule: RefreshSchedule | undefined;
1297
+ }
1298
+ /**
1299
+ * @public
1300
+ */
1301
+ export interface UpdateRefreshScheduleResponse {
1302
+ /**
1303
+ * <p>The HTTP status of the request.</p>
1304
+ * @public
1305
+ */
1306
+ Status?: number | undefined;
1307
+ /**
1308
+ * <p>The Amazon Web Services request ID for this operation.</p>
1309
+ * @public
1310
+ */
1311
+ RequestId?: string | undefined;
1312
+ /**
1313
+ * <p>The ID of the refresh schedule.</p>
1314
+ * @public
1315
+ */
1316
+ ScheduleId?: string | undefined;
1317
+ /**
1318
+ * <p>The Amazon Resource Name (ARN) for the refresh schedule.</p>
1319
+ * @public
1320
+ */
1321
+ Arn?: string | undefined;
1322
+ }
1323
+ /**
1324
+ * @public
1325
+ */
1326
+ export interface UpdateRoleCustomPermissionRequest {
1327
+ /**
1328
+ * <p>The name of the custom permission that you want to update the role with.</p>
1329
+ * @public
1330
+ */
1331
+ CustomPermissionsName: string | undefined;
1332
+ /**
1333
+ * <p>The name of role tht you want to update.</p>
1334
+ * @public
1335
+ */
1336
+ Role: Role | undefined;
1337
+ /**
1338
+ * <p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.</p>
1339
+ * @public
1340
+ */
1341
+ AwsAccountId: string | undefined;
1342
+ /**
1343
+ * <p>The namespace that contains the role that you want to update.</p>
1344
+ * @public
1345
+ */
1346
+ Namespace: string | undefined;
1347
+ }
1348
+ /**
1349
+ * @public
1350
+ */
1351
+ export interface UpdateRoleCustomPermissionResponse {
1352
+ /**
1353
+ * <p>The Amazon Web Services request ID for this operation.</p>
1354
+ * @public
1355
+ */
1356
+ RequestId?: string | undefined;
1357
+ /**
1358
+ * <p>The HTTP status of the request.</p>
1359
+ * @public
1360
+ */
1361
+ Status?: number | undefined;
1362
+ }
1363
+ /**
1364
+ * @public
1365
+ */
1366
+ export interface UpdateSPICECapacityConfigurationRequest {
1367
+ /**
1368
+ * <p>The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update.</p>
1369
+ * @public
1370
+ */
1371
+ AwsAccountId: string | undefined;
1372
+ /**
1373
+ * <p>Determines how SPICE capacity can be purchased. The following options are available. </p>
1374
+ * <ul>
1375
+ * <li>
1376
+ * <p>
1377
+ * <code>MANUAL</code>: SPICE capacity can only be purchased manually.</p>
1378
+ * </li>
1379
+ * <li>
1380
+ * <p>
1381
+ * <code>AUTO_PURCHASE</code>: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.</p>
1382
+ * </li>
1383
+ * </ul>
1384
+ * @public
1385
+ */
1386
+ PurchaseMode: PurchaseMode | undefined;
1387
+ }
1388
+ /**
1389
+ * @public
1390
+ */
1391
+ export interface UpdateSPICECapacityConfigurationResponse {
1392
+ /**
1393
+ * <p>The Amazon Web Services request ID for this operation.</p>
1394
+ * @public
1395
+ */
1396
+ RequestId?: string | undefined;
1397
+ /**
1398
+ * <p>The HTTP status of the request.</p>
1399
+ * @public
1400
+ */
1401
+ Status?: number | undefined;
1402
+ }
1403
+ /**
1404
+ * @public
1405
+ */
1406
+ export interface UpdateTemplateRequest {
1407
+ /**
1408
+ * <p>The ID of the Amazon Web Services account that contains the template that you're updating.</p>
1409
+ * @public
1410
+ */
1411
+ AwsAccountId: string | undefined;
1412
+ /**
1413
+ * <p>The ID for the template.</p>
1414
+ * @public
1415
+ */
1416
+ TemplateId: string | undefined;
1417
+ /**
1418
+ * <p>The entity that you are using as a source when you update the template. In
1419
+ * <code>SourceEntity</code>, you specify the type of object you're using as source:
1420
+ * <code>SourceTemplate</code> for a template or <code>SourceAnalysis</code> for an
1421
+ * analysis. Both of these require an Amazon Resource Name (ARN). For
1422
+ * <code>SourceTemplate</code>, specify the ARN of the source template. For
1423
+ * <code>SourceAnalysis</code>, specify the ARN of the source analysis. The <code>SourceTemplate</code>
1424
+ * ARN can contain any Amazon Web Services account and any Amazon QuickSight-supported Amazon Web Services Region;. </p>
1425
+ * <p>Use the <code>DataSetReferences</code> entity within <code>SourceTemplate</code> or
1426
+ * <code>SourceAnalysis</code> to list the replacement datasets for the placeholders listed
1427
+ * in the original. The schema in each dataset must match its placeholder. </p>
1428
+ * @public
1429
+ */
1430
+ SourceEntity?: TemplateSourceEntity | undefined;
1431
+ /**
1432
+ * <p>A description of the current template version that is being updated. Every time you call
1433
+ * <code>UpdateTemplate</code>, you create a new version of the template. Each version
1434
+ * of the template maintains a description of the version in the
1435
+ * <code>VersionDescription</code> field.</p>
1436
+ * @public
1437
+ */
1438
+ VersionDescription?: string | undefined;
1439
+ /**
1440
+ * <p>The name for the template.</p>
1441
+ * @public
1442
+ */
1443
+ Name?: string | undefined;
1444
+ /**
1445
+ * <p>The definition of a template.</p>
1446
+ * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
1447
+ * @public
1448
+ */
1449
+ Definition?: TemplateVersionDefinition | undefined;
1450
+ /**
1451
+ * <p>The option to relax the validation needed to update a template with definition objects. This skips the validation step for specific errors.</p>
1452
+ * @public
1453
+ */
1454
+ ValidationStrategy?: ValidationStrategy | undefined;
1455
+ }
1456
+ /**
1457
+ * @public
1458
+ */
1459
+ export interface UpdateTemplateResponse {
1460
+ /**
1461
+ * <p>The ID for the template.</p>
1462
+ * @public
1463
+ */
1464
+ TemplateId?: string | undefined;
1465
+ /**
1466
+ * <p>The Amazon Resource Name (ARN) for the template.</p>
1467
+ * @public
1468
+ */
1469
+ Arn?: string | undefined;
1470
+ /**
1471
+ * <p>The ARN for the template, including the version information of the first version.</p>
1472
+ * @public
1473
+ */
1474
+ VersionArn?: string | undefined;
1475
+ /**
1476
+ * <p>The creation status of the template.</p>
1477
+ * @public
1478
+ */
1479
+ CreationStatus?: ResourceStatus | undefined;
1480
+ /**
1481
+ * <p>The HTTP status of the request.</p>
1482
+ * @public
1483
+ */
1484
+ Status?: number | undefined;
1485
+ /**
1486
+ * <p>The Amazon Web Services request ID for this operation.</p>
1487
+ * @public
1488
+ */
1489
+ RequestId?: string | undefined;
1490
+ }
1491
+ /**
1492
+ * @public
1493
+ */
1494
+ export interface UpdateTemplateAliasRequest {
1495
+ /**
1496
+ * <p>The ID of the Amazon Web Services account that contains the template alias that you're updating.</p>
1497
+ * @public
1498
+ */
1499
+ AwsAccountId: string | undefined;
1500
+ /**
1501
+ * <p>The ID for the template.</p>
1502
+ * @public
1503
+ */
1504
+ TemplateId: string | undefined;
1505
+ /**
1506
+ * <p>The alias of the template that you want to update. If you name a specific alias, you update
1507
+ * the version that the alias points to. You can specify the latest version of the template
1508
+ * by providing the keyword <code>$LATEST</code> in the <code>AliasName</code> parameter.
1509
+ * The keyword <code>$PUBLISHED</code> doesn't apply to templates.</p>
1510
+ * @public
1511
+ */
1512
+ AliasName: string | undefined;
1513
+ /**
1514
+ * <p>The version number of the template.</p>
1515
+ * @public
1516
+ */
1517
+ TemplateVersionNumber: number | undefined;
1518
+ }
1519
+ /**
1520
+ * @public
1521
+ */
1522
+ export interface UpdateTemplateAliasResponse {
1523
+ /**
1524
+ * <p>The template alias.</p>
1525
+ * @public
1526
+ */
1527
+ TemplateAlias?: TemplateAlias | undefined;
1528
+ /**
1529
+ * <p>The HTTP status of the request.</p>
1530
+ * @public
1531
+ */
1532
+ Status?: number | undefined;
1533
+ /**
1534
+ * <p>The Amazon Web Services request ID for this operation.</p>
1535
+ * @public
1536
+ */
1537
+ RequestId?: string | undefined;
1538
+ }
1539
+ /**
1540
+ * @public
1541
+ */
1542
+ export interface UpdateTemplatePermissionsRequest {
1543
+ /**
1544
+ * <p>The ID of the Amazon Web Services account that contains the template.</p>
1545
+ * @public
1546
+ */
1547
+ AwsAccountId: string | undefined;
1548
+ /**
1549
+ * <p>The ID for the template.</p>
1550
+ * @public
1551
+ */
1552
+ TemplateId: string | undefined;
1553
+ /**
1554
+ * <p>A list of resource permissions to be granted on the template. </p>
1555
+ * @public
1556
+ */
1557
+ GrantPermissions?: ResourcePermission[] | undefined;
1558
+ /**
1559
+ * <p>A list of resource permissions to be revoked from the template. </p>
1560
+ * @public
1561
+ */
1562
+ RevokePermissions?: ResourcePermission[] | undefined;
1563
+ }
1564
+ /**
1565
+ * @public
1566
+ */
1567
+ export interface UpdateTemplatePermissionsResponse {
1568
+ /**
1569
+ * <p>The ID for the template.</p>
1570
+ * @public
1571
+ */
1572
+ TemplateId?: string | undefined;
1573
+ /**
1574
+ * <p>The Amazon Resource Name (ARN) of the template.</p>
1575
+ * @public
1576
+ */
1577
+ TemplateArn?: string | undefined;
1578
+ /**
1579
+ * <p>A list of resource permissions to be set on the template.</p>
1580
+ * @public
1581
+ */
1582
+ Permissions?: ResourcePermission[] | undefined;
1583
+ /**
1584
+ * <p>The Amazon Web Services request ID for this operation.</p>
1585
+ * @public
1586
+ */
1587
+ RequestId?: string | undefined;
1588
+ /**
1589
+ * <p>The HTTP status of the request.</p>
1590
+ * @public
1591
+ */
1592
+ Status?: number | undefined;
1593
+ }
1594
+ /**
1595
+ * @public
1596
+ */
1597
+ export interface UpdateThemeRequest {
1598
+ /**
1599
+ * <p>The ID of the Amazon Web Services account that contains the theme that you're updating.</p>
1600
+ * @public
1601
+ */
1602
+ AwsAccountId: string | undefined;
1603
+ /**
1604
+ * <p>The ID for the theme.</p>
1605
+ * @public
1606
+ */
1607
+ ThemeId: string | undefined;
1608
+ /**
1609
+ * <p>The name for the theme.</p>
1610
+ * @public
1611
+ */
1612
+ Name?: string | undefined;
1613
+ /**
1614
+ * <p>The theme ID, defined by Amazon QuickSight, that a custom theme inherits from.
1615
+ * All themes initially inherit from a default Amazon QuickSight theme.</p>
1616
+ * @public
1617
+ */
1618
+ BaseThemeId: string | undefined;
1619
+ /**
1620
+ * <p>A description of the theme version that you're updating Every time that you call
1621
+ * <code>UpdateTheme</code>, you create a new version of the theme. Each version of the
1622
+ * theme maintains a description of the version in <code>VersionDescription</code>.</p>
1623
+ * @public
1624
+ */
1625
+ VersionDescription?: string | undefined;
1626
+ /**
1627
+ * <p>The theme configuration, which contains the theme display properties.</p>
1628
+ * @public
1629
+ */
1630
+ Configuration?: ThemeConfiguration | undefined;
1631
+ }
1632
+ /**
1633
+ * @public
1634
+ */
1635
+ export interface UpdateThemeResponse {
1636
+ /**
1637
+ * <p>The ID for the theme.</p>
1638
+ * @public
1639
+ */
1640
+ ThemeId?: string | undefined;
1641
+ /**
1642
+ * <p>The Amazon Resource Name (ARN) for the theme.</p>
1643
+ * @public
1644
+ */
1645
+ Arn?: string | undefined;
1646
+ /**
1647
+ * <p>The Amazon Resource Name (ARN) for the new version of the theme.</p>
1648
+ * @public
1649
+ */
1650
+ VersionArn?: string | undefined;
1651
+ /**
1652
+ * <p>The creation status of the theme.</p>
1653
+ * @public
1654
+ */
1655
+ CreationStatus?: ResourceStatus | undefined;
1656
+ /**
1657
+ * <p>The HTTP status of the request.</p>
1658
+ * @public
1659
+ */
1660
+ Status?: number | undefined;
1661
+ /**
1662
+ * <p>The Amazon Web Services request ID for this operation.</p>
1663
+ * @public
1664
+ */
1665
+ RequestId?: string | undefined;
1666
+ }
1667
+ /**
1668
+ * @public
1669
+ */
1670
+ export interface UpdateThemeAliasRequest {
1671
+ /**
1672
+ * <p>The ID of the Amazon Web Services account that contains the theme alias that you're updating.</p>
1673
+ * @public
1674
+ */
1675
+ AwsAccountId: string | undefined;
1676
+ /**
1677
+ * <p>The ID for the theme.</p>
1678
+ * @public
1679
+ */
1680
+ ThemeId: string | undefined;
1681
+ /**
1682
+ * <p>The name of the theme alias that you want to update.</p>
1683
+ * @public
1684
+ */
1685
+ AliasName: string | undefined;
1686
+ /**
1687
+ * <p>The version number of the theme that the alias should reference.</p>
1688
+ * @public
1689
+ */
1690
+ ThemeVersionNumber: number | undefined;
1691
+ }
1692
+ /**
1693
+ * @public
1694
+ */
1695
+ export interface UpdateThemeAliasResponse {
1696
+ /**
1697
+ * <p>Information about the theme alias.</p>
1698
+ * @public
1699
+ */
1700
+ ThemeAlias?: ThemeAlias | undefined;
1701
+ /**
1702
+ * <p>The HTTP status of the request.</p>
1703
+ * @public
1704
+ */
1705
+ Status?: number | undefined;
1706
+ /**
1707
+ * <p>The Amazon Web Services request ID for this operation.</p>
1708
+ * @public
1709
+ */
1710
+ RequestId?: string | undefined;
1711
+ }
1712
+ /**
1713
+ * @public
1714
+ */
1715
+ export interface UpdateThemePermissionsRequest {
1716
+ /**
1717
+ * <p>The ID of the Amazon Web Services account that contains the theme.</p>
1718
+ * @public
1719
+ */
1720
+ AwsAccountId: string | undefined;
1721
+ /**
1722
+ * <p>The ID for the theme.</p>
1723
+ * @public
1724
+ */
1725
+ ThemeId: string | undefined;
1726
+ /**
1727
+ * <p>A list of resource permissions to be granted for the theme.</p>
1728
+ * @public
1729
+ */
1730
+ GrantPermissions?: ResourcePermission[] | undefined;
1731
+ /**
1732
+ * <p>A list of resource permissions to be revoked from the theme.</p>
1733
+ * @public
1734
+ */
1735
+ RevokePermissions?: ResourcePermission[] | undefined;
1736
+ }
1737
+ /**
1738
+ * @public
1739
+ */
1740
+ export interface UpdateThemePermissionsResponse {
1741
+ /**
1742
+ * <p>The ID for the theme.</p>
1743
+ * @public
1744
+ */
1745
+ ThemeId?: string | undefined;
1746
+ /**
1747
+ * <p>The Amazon Resource Name (ARN) of the theme.</p>
1748
+ * @public
1749
+ */
1750
+ ThemeArn?: string | undefined;
1751
+ /**
1752
+ * <p>The resulting list of resource permissions for the theme.</p>
1753
+ * @public
1754
+ */
1755
+ Permissions?: ResourcePermission[] | undefined;
1756
+ /**
1757
+ * <p>The Amazon Web Services request ID for this operation.</p>
1758
+ * @public
1759
+ */
1760
+ RequestId?: string | undefined;
1761
+ /**
1762
+ * <p>The HTTP status of the request.</p>
1763
+ * @public
1764
+ */
1765
+ Status?: number | undefined;
1766
+ }
1767
+ /**
1768
+ * @public
1769
+ */
1770
+ export interface UpdateTopicRequest {
1771
+ /**
1772
+ * <p>The ID of the Amazon Web Services account that contains the topic that you want to
1773
+ * update.</p>
1774
+ * @public
1775
+ */
1776
+ AwsAccountId: string | undefined;
1777
+ /**
1778
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1779
+ * @public
1780
+ */
1781
+ TopicId: string | undefined;
1782
+ /**
1783
+ * <p>The definition of the topic that you want to update.</p>
1784
+ * @public
1785
+ */
1786
+ Topic: TopicDetails | undefined;
1787
+ }
1788
+ /**
1789
+ * @public
1790
+ */
1791
+ export interface UpdateTopicResponse {
1792
+ /**
1793
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1794
+ * @public
1795
+ */
1796
+ TopicId?: string | undefined;
1797
+ /**
1798
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
1799
+ * @public
1800
+ */
1801
+ Arn?: string | undefined;
1802
+ /**
1803
+ * <p>The Amazon Resource Name (ARN) of the topic refresh.</p>
1804
+ * @public
1805
+ */
1806
+ RefreshArn?: string | undefined;
1807
+ /**
1808
+ * <p>The Amazon Web Services request ID for this operation.</p>
1809
+ * @public
1810
+ */
1811
+ RequestId?: string | undefined;
1812
+ /**
1813
+ * <p>The HTTP status of the request.</p>
1814
+ * @public
1815
+ */
1816
+ Status?: number | undefined;
1817
+ }
1818
+ /**
1819
+ * @public
1820
+ */
1821
+ export interface UpdateTopicPermissionsRequest {
1822
+ /**
1823
+ * <p>The ID of the Amazon Web Services account that contains the topic that you want to update
1824
+ * the permissions for.</p>
1825
+ * @public
1826
+ */
1827
+ AwsAccountId: string | undefined;
1828
+ /**
1829
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1830
+ * @public
1831
+ */
1832
+ TopicId: string | undefined;
1833
+ /**
1834
+ * <p>The resource permissions that you want to grant to the topic.</p>
1835
+ * @public
1836
+ */
1837
+ GrantPermissions?: ResourcePermission[] | undefined;
1838
+ /**
1839
+ * <p>The resource permissions that you want to revoke from the topic.</p>
1840
+ * @public
1841
+ */
1842
+ RevokePermissions?: ResourcePermission[] | undefined;
1843
+ }
1844
+ /**
1845
+ * @public
1846
+ */
1847
+ export interface UpdateTopicPermissionsResponse {
1848
+ /**
1849
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1850
+ * @public
1851
+ */
1852
+ TopicId?: string | undefined;
1853
+ /**
1854
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
1855
+ * @public
1856
+ */
1857
+ TopicArn?: string | undefined;
1858
+ /**
1859
+ * <p>A list of resource permissions on the topic.</p>
1860
+ * @public
1861
+ */
1862
+ Permissions?: ResourcePermission[] | undefined;
1863
+ /**
1864
+ * <p>The HTTP status of the request.</p>
1865
+ * @public
1866
+ */
1867
+ Status?: number | undefined;
1868
+ /**
1869
+ * <p>The Amazon Web Services request ID for this operation.</p>
1870
+ * @public
1871
+ */
1872
+ RequestId?: string | undefined;
1873
+ }
1874
+ /**
1875
+ * @public
1876
+ */
1877
+ export interface UpdateTopicRefreshScheduleRequest {
1878
+ /**
1879
+ * <p>The ID of the Amazon Web Services account that contains the topic whose refresh schedule
1880
+ * you want to update.</p>
1881
+ * @public
1882
+ */
1883
+ AwsAccountId: string | undefined;
1884
+ /**
1885
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1886
+ * @public
1887
+ */
1888
+ TopicId: string | undefined;
1889
+ /**
1890
+ * <p>The ID of the dataset.</p>
1891
+ * @public
1892
+ */
1893
+ DatasetId: string | undefined;
1894
+ /**
1895
+ * <p>The definition of a refresh schedule.</p>
1896
+ * @public
1897
+ */
1898
+ RefreshSchedule: TopicRefreshSchedule | undefined;
1899
+ }
1900
+ /**
1901
+ * @public
1902
+ */
1903
+ export interface UpdateTopicRefreshScheduleResponse {
1904
+ /**
1905
+ * <p>The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
1906
+ * @public
1907
+ */
1908
+ TopicId?: string | undefined;
1909
+ /**
1910
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
1911
+ * @public
1912
+ */
1913
+ TopicArn?: string | undefined;
1914
+ /**
1915
+ * <p>The Amazon Resource Name (ARN) of the dataset.</p>
1916
+ * @public
1917
+ */
1918
+ DatasetArn?: string | undefined;
1919
+ /**
1920
+ * <p>The HTTP status of the request.</p>
1921
+ * @public
1922
+ */
1923
+ Status?: number | undefined;
1924
+ /**
1925
+ * <p>The Amazon Web Services request ID for this operation.</p>
1926
+ * @public
1927
+ */
1928
+ RequestId?: string | undefined;
1929
+ }
1930
+ /**
1931
+ * @public
1932
+ */
1933
+ export interface UpdateUserRequest {
1934
+ /**
1935
+ * <p>The Amazon QuickSight user name that you want to update.</p>
1936
+ * @public
1937
+ */
1938
+ UserName: string | undefined;
1939
+ /**
1940
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
1941
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
1942
+ * @public
1943
+ */
1944
+ AwsAccountId: string | undefined;
1945
+ /**
1946
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
1947
+ * @public
1948
+ */
1949
+ Namespace: string | undefined;
1950
+ /**
1951
+ * <p>The email address of the user that you want to update.</p>
1952
+ * @public
1953
+ */
1954
+ Email: string | undefined;
1955
+ /**
1956
+ * <p>The Amazon QuickSight role of the user. The role can be one of the
1957
+ * following default security cohorts:</p>
1958
+ * <ul>
1959
+ * <li>
1960
+ * <p>
1961
+ * <code>READER</code>: A user who has read-only access to dashboards.</p>
1962
+ * </li>
1963
+ * <li>
1964
+ * <p>
1965
+ * <code>AUTHOR</code>: A user who can create data sources, datasets, analyses, and
1966
+ * dashboards.</p>
1967
+ * </li>
1968
+ * <li>
1969
+ * <p>
1970
+ * <code>ADMIN</code>: A user who is an author, who can also manage Amazon QuickSight
1971
+ * settings.</p>
1972
+ * </li>
1973
+ * <li>
1974
+ * <p>
1975
+ * <code>READER_PRO</code>: Reader Pro adds Generative BI capabilities to the Reader role. Reader Pros have access to Amazon Q in Amazon QuickSight, can build stories with Amazon Q, and can generate executive summaries from dashboards.</p>
1976
+ * </li>
1977
+ * <li>
1978
+ * <p>
1979
+ * <code>AUTHOR_PRO</code>: Author Pro adds Generative BI capabilities to the Author role. Author Pros can author dashboards with natural language with Amazon Q, build stories with Amazon Q, create Topics for Q&A, and generate executive summaries from dashboards.</p>
1980
+ * </li>
1981
+ * <li>
1982
+ * <p>
1983
+ * <code>ADMIN_PRO</code>: Admin Pros are Author Pros who can also manage Amazon QuickSight administrative settings. Admin Pro users are billed at Author Pro pricing.</p>
1984
+ * </li>
1985
+ * </ul>
1986
+ * <p>The name of the Amazon QuickSight role is invisible to the user except for the console
1987
+ * screens dealing with permissions.</p>
1988
+ * @public
1989
+ */
1990
+ Role: UserRole | undefined;
1991
+ /**
1992
+ * <p>(Enterprise edition only) The name of the custom permissions profile that you want to
1993
+ * assign to this user. Customized permissions allows you to control a user's access by
1994
+ * restricting access the following operations:</p>
1995
+ * <ul>
1996
+ * <li>
1997
+ * <p>Create and update data sources</p>
1998
+ * </li>
1999
+ * <li>
2000
+ * <p>Create and update datasets</p>
2001
+ * </li>
2002
+ * <li>
2003
+ * <p>Create and update email reports</p>
2004
+ * </li>
2005
+ * <li>
2006
+ * <p>Subscribe to email reports</p>
2007
+ * </li>
2008
+ * </ul>
2009
+ * <p>A set of custom permissions includes any combination of these restrictions. Currently,
2010
+ * you need to create the profile names for custom permission sets by using the Amazon QuickSight
2011
+ * console. Then, you use the <code>RegisterUser</code> API operation to assign the named set of
2012
+ * permissions to a Amazon QuickSight user. </p>
2013
+ * <p>Amazon QuickSight custom permissions are applied through IAM policies. Therefore, they
2014
+ * override the permissions typically granted by assigning Amazon QuickSight users to one of the
2015
+ * default security cohorts in Amazon QuickSight (admin, author, reader).</p>
2016
+ * <p>This feature is available only to Amazon QuickSight Enterprise edition subscriptions.</p>
2017
+ * @public
2018
+ */
2019
+ CustomPermissionsName?: string | undefined;
2020
+ /**
2021
+ * <p>A flag that you use to indicate that you want to remove all custom permissions
2022
+ * from this user. Using this parameter resets the user to the state
2023
+ * it was in before a custom permissions profile was applied. This parameter defaults to
2024
+ * NULL and it doesn't accept any other value.</p>
2025
+ * @public
2026
+ */
2027
+ UnapplyCustomPermissions?: boolean | undefined;
2028
+ /**
2029
+ * <p>The type of supported external login provider that provides identity to let a user federate into Amazon QuickSight with an associated Identity and Access Management(IAM) role. The type of supported external login provider can be one of the following.</p>
2030
+ * <ul>
2031
+ * <li>
2032
+ * <p>
2033
+ * <code>COGNITO</code>: Amazon Cognito. The provider URL is cognito-identity.amazonaws.com. When choosing the <code>COGNITO</code> provider type, don’t use the "CustomFederationProviderUrl" parameter which is only needed when the external provider is custom.</p>
2034
+ * </li>
2035
+ * <li>
2036
+ * <p>
2037
+ * <code>CUSTOM_OIDC</code>: Custom OpenID Connect (OIDC) provider. When choosing <code>CUSTOM_OIDC</code> type, use the <code>CustomFederationProviderUrl</code> parameter to provide the custom OIDC provider URL.</p>
2038
+ * </li>
2039
+ * <li>
2040
+ * <p>
2041
+ * <code>NONE</code>: This clears all the previously saved external login information for a user. Use the
2042
+ * <code>
2043
+ * <a href="https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeUser.html">DescribeUser</a>
2044
+ * </code>
2045
+ * API operation to check the external login information.</p>
2046
+ * </li>
2047
+ * </ul>
2048
+ * @public
2049
+ */
2050
+ ExternalLoginFederationProviderType?: string | undefined;
2051
+ /**
2052
+ * <p>The URL of the custom OpenID Connect (OIDC) provider that provides identity to let a user federate
2053
+ * into Amazon QuickSight with an associated Identity and Access Management(IAM) role. This parameter should
2054
+ * only be used when <code>ExternalLoginFederationProviderType</code> parameter is set to <code>CUSTOM_OIDC</code>.</p>
2055
+ * @public
2056
+ */
2057
+ CustomFederationProviderUrl?: string | undefined;
2058
+ /**
2059
+ * <p>The identity ID for a user in the external login provider.</p>
2060
+ * @public
2061
+ */
2062
+ ExternalLoginId?: string | undefined;
2063
+ }
2064
+ /**
2065
+ * @public
2066
+ */
2067
+ export interface UpdateUserResponse {
2068
+ /**
2069
+ * <p>The Amazon QuickSight user.</p>
2070
+ * @public
2071
+ */
2072
+ User?: User | undefined;
2073
+ /**
2074
+ * <p>The Amazon Web Services request ID for this operation.</p>
2075
+ * @public
2076
+ */
2077
+ RequestId?: string | undefined;
2078
+ /**
2079
+ * <p>The HTTP status of the request.</p>
2080
+ * @public
2081
+ */
2082
+ Status?: number | undefined;
2083
+ }
2084
+ /**
2085
+ * @public
2086
+ */
2087
+ export interface UpdateUserCustomPermissionRequest {
2088
+ /**
2089
+ * <p>The username of the user that you want to update custom permissions for.</p>
2090
+ * @public
2091
+ */
2092
+ UserName: string | undefined;
2093
+ /**
2094
+ * <p>The ID of the Amazon Web Services account that contains the custom permission configuration that you want to update.</p>
2095
+ * @public
2096
+ */
2097
+ AwsAccountId: string | undefined;
2098
+ /**
2099
+ * <p>The namespace that the user belongs to.</p>
2100
+ * @public
2101
+ */
2102
+ Namespace: string | undefined;
2103
+ /**
2104
+ * <p>The name of the custom permissions that you want to update.</p>
2105
+ * @public
2106
+ */
2107
+ CustomPermissionsName: string | undefined;
2108
+ }
2109
+ /**
2110
+ * @public
2111
+ */
2112
+ export interface UpdateUserCustomPermissionResponse {
2113
+ /**
2114
+ * <p>The Amazon Web Services request ID for this operation.</p>
2115
+ * @public
2116
+ */
2117
+ RequestId?: string | undefined;
2118
+ /**
2119
+ * <p>The HTTP status of the request.</p>
2120
+ * @public
2121
+ */
2122
+ Status?: number | undefined;
2123
+ }
2124
+ /**
2125
+ * @public
2126
+ */
2127
+ export interface UpdateVPCConnectionRequest {
2128
+ /**
2129
+ * <p>The Amazon Web Services account ID of the account that contains the VPC connection that
2130
+ * you want to update.</p>
2131
+ * @public
2132
+ */
2133
+ AwsAccountId: string | undefined;
2134
+ /**
2135
+ * <p>The ID of the VPC connection that
2136
+ * you're updating. This ID is a unique identifier for each Amazon Web Services Region in an
2137
+ * Amazon Web Services account.</p>
2138
+ * @public
2139
+ */
2140
+ VPCConnectionId: string | undefined;
2141
+ /**
2142
+ * <p>The display name for the VPC connection.</p>
2143
+ * @public
2144
+ */
2145
+ Name: string | undefined;
2146
+ /**
2147
+ * <p>A list of subnet IDs for the VPC connection.</p>
2148
+ * @public
2149
+ */
2150
+ SubnetIds: string[] | undefined;
2151
+ /**
2152
+ * <p>A list of security group IDs for the VPC connection.</p>
2153
+ * @public
2154
+ */
2155
+ SecurityGroupIds: string[] | undefined;
2156
+ /**
2157
+ * <p>A list of IP addresses of DNS resolver endpoints for the VPC connection.</p>
2158
+ * @public
2159
+ */
2160
+ DnsResolvers?: string[] | undefined;
2161
+ /**
2162
+ * <p>An IAM role associated with the VPC connection.</p>
2163
+ * @public
2164
+ */
2165
+ RoleArn: string | undefined;
2166
+ }
2167
+ /**
2168
+ * @public
2169
+ */
2170
+ export interface UpdateVPCConnectionResponse {
2171
+ /**
2172
+ * <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
2173
+ * @public
2174
+ */
2175
+ Arn?: string | undefined;
2176
+ /**
2177
+ * <p>The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.</p>
2178
+ * @public
2179
+ */
2180
+ VPCConnectionId?: string | undefined;
2181
+ /**
2182
+ * <p>The update status of the VPC connection's last update.</p>
2183
+ * @public
2184
+ */
2185
+ UpdateStatus?: VPCConnectionResourceStatus | undefined;
2186
+ /**
2187
+ * <p>The availability status of the VPC connection.</p>
2188
+ * @public
2189
+ */
2190
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
2191
+ /**
2192
+ * <p>The Amazon Web Services request ID for this operation.</p>
2193
+ * @public
2194
+ */
2195
+ RequestId?: string | undefined;
2196
+ /**
2197
+ * <p>The HTTP status of the request.</p>
2198
+ * @public
2199
+ */
2200
+ Status?: number | undefined;
2201
+ }
2202
+ /**
2203
+ * <p>The definition for a <code>TopicVisual</code>.</p>
2204
+ * @public
2205
+ */
2206
+ export interface TopicVisual {
2207
+ /**
2208
+ * <p>The visual ID for the <code>TopicVisual</code>.</p>
2209
+ * @public
2210
+ */
2211
+ VisualId?: string | undefined;
2212
+ /**
2213
+ * <p>The role for the <code>TopicVisual</code>.</p>
2214
+ * @public
2215
+ */
2216
+ Role?: VisualRole | undefined;
2217
+ /**
2218
+ * <p>The ir for the <code>TopicVisual</code>.</p>
2219
+ * @public
2220
+ */
2221
+ Ir?: TopicIR | undefined;
2222
+ /**
2223
+ * <p>The supporting visuals for the <code>TopicVisual</code>.</p>
2224
+ * @public
2225
+ */
2226
+ SupportingVisuals?: TopicVisual[] | undefined;
2227
+ }
2228
+ /**
2229
+ * <p>The definition for a <code>CreateTopicReviewedAnswer</code>.</p>
2230
+ * @public
2231
+ */
2232
+ export interface CreateTopicReviewedAnswer {
2233
+ /**
2234
+ * <p>The answer ID for the <code>CreateTopicReviewedAnswer</code>.</p>
2235
+ * @public
2236
+ */
2237
+ AnswerId: string | undefined;
2238
+ /**
2239
+ * <p>The Dataset arn for the <code>CreateTopicReviewedAnswer</code>.</p>
2240
+ * @public
2241
+ */
2242
+ DatasetArn: string | undefined;
2243
+ /**
2244
+ * <p>The Question to be created.</p>
2245
+ * @public
2246
+ */
2247
+ Question: string | undefined;
2248
+ /**
2249
+ * <p>The Mir for the <code>CreateTopicReviewedAnswer</code>.</p>
2250
+ * @public
2251
+ */
2252
+ Mir?: TopicIR | undefined;
2253
+ /**
2254
+ * <p>The <code>PrimaryVisual</code> for the <code>CreateTopicReviewedAnswer</code>.</p>
2255
+ * @public
2256
+ */
2257
+ PrimaryVisual?: TopicVisual | undefined;
2258
+ /**
2259
+ * <p>The template for the <code>CreateTopicReviewedAnswer</code>.</p>
2260
+ * @public
2261
+ */
2262
+ Template?: TopicTemplate | undefined;
2263
+ }
2264
+ /**
2265
+ * <p>The deinition for a <code>TopicReviewedAnswer</code>.</p>
2266
+ * @public
2267
+ */
2268
+ export interface TopicReviewedAnswer {
2269
+ /**
2270
+ * <p>The Amazon Resource Name (ARN) of the reviewed answer.</p>
2271
+ * @public
2272
+ */
2273
+ Arn?: string | undefined;
2274
+ /**
2275
+ * <p>The answer ID of the reviewed answer.</p>
2276
+ * @public
2277
+ */
2278
+ AnswerId: string | undefined;
2279
+ /**
2280
+ * <p>The Dataset ARN for the <code>TopicReviewedAnswer</code>.</p>
2281
+ * @public
2282
+ */
2283
+ DatasetArn: string | undefined;
2284
+ /**
2285
+ * <p>The question for the <code>TopicReviewedAnswer</code>.</p>
2286
+ * @public
2287
+ */
2288
+ Question: string | undefined;
2289
+ /**
2290
+ * <p>The mir for the <code>TopicReviewedAnswer</code>.</p>
2291
+ * @public
2292
+ */
2293
+ Mir?: TopicIR | undefined;
2294
+ /**
2295
+ * <p>The primary visual for the <code>TopicReviewedAnswer</code>.</p>
2296
+ * @public
2297
+ */
2298
+ PrimaryVisual?: TopicVisual | undefined;
2299
+ /**
2300
+ * <p>The template for the <code>TopicReviewedAnswer</code>.</p>
2301
+ * @public
2302
+ */
2303
+ Template?: TopicTemplate | undefined;
2304
+ }
2305
+ /**
2306
+ * @public
2307
+ */
2308
+ export interface BatchCreateTopicReviewedAnswerRequest {
2309
+ /**
2310
+ * <p>The ID of the Amazon Web Services account that you want to create a reviewed answer in.</p>
2311
+ * @public
2312
+ */
2313
+ AwsAccountId: string | undefined;
2314
+ /**
2315
+ * <p>The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
2316
+ * @public
2317
+ */
2318
+ TopicId: string | undefined;
2319
+ /**
2320
+ * <p>The definition of the Answers to be created.</p>
2321
+ * @public
2322
+ */
2323
+ Answers: CreateTopicReviewedAnswer[] | undefined;
2324
+ }
2325
+ /**
2326
+ * @public
2327
+ */
2328
+ export interface ListTopicReviewedAnswersResponse {
2329
+ /**
2330
+ * <p>The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.</p>
2331
+ * @public
2332
+ */
2333
+ TopicId?: string | undefined;
2334
+ /**
2335
+ * <p>The Amazon Resource Name (ARN) of the topic.</p>
2336
+ * @public
2337
+ */
2338
+ TopicArn?: string | undefined;
2339
+ /**
2340
+ * <p>The definition of all Answers in the topic.</p>
2341
+ * @public
2342
+ */
2343
+ Answers?: TopicReviewedAnswer[] | undefined;
2344
+ /**
2345
+ * <p>The HTTP status of the request.</p>
2346
+ * @public
2347
+ */
2348
+ Status?: number | undefined;
2349
+ /**
2350
+ * <p>The Amazon Web Services request ID for this operation.</p>
2351
+ * @public
2352
+ */
2353
+ RequestId?: string | undefined;
2354
+ }
2355
+ /**
2356
+ * @internal
2357
+ */
2358
+ export declare const UpdateDashboardRequestFilterSensitiveLog: (obj: UpdateDashboardRequest) => any;
2359
+ /**
2360
+ * @internal
2361
+ */
2362
+ export declare const UpdateDataSetRequestFilterSensitiveLog: (obj: UpdateDataSetRequest) => any;
2363
+ /**
2364
+ * @internal
2365
+ */
2366
+ export declare const UpdateDataSourceRequestFilterSensitiveLog: (obj: UpdateDataSourceRequest) => any;
2367
+ /**
2368
+ * @internal
2369
+ */
2370
+ export declare const UpdateTemplateRequestFilterSensitiveLog: (obj: UpdateTemplateRequest) => any;
2371
+ /**
2372
+ * @internal
2373
+ */
2374
+ export declare const UpdateTopicRequestFilterSensitiveLog: (obj: UpdateTopicRequest) => any;
2375
+ /**
2376
+ * @internal
2377
+ */
2378
+ export declare const TopicVisualFilterSensitiveLog: (obj: TopicVisual) => any;
2379
+ /**
2380
+ * @internal
2381
+ */
2382
+ export declare const CreateTopicReviewedAnswerFilterSensitiveLog: (obj: CreateTopicReviewedAnswer) => any;
2383
+ /**
2384
+ * @internal
2385
+ */
2386
+ export declare const TopicReviewedAnswerFilterSensitiveLog: (obj: TopicReviewedAnswer) => any;
2387
+ /**
2388
+ * @internal
2389
+ */
2390
+ export declare const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog: (obj: BatchCreateTopicReviewedAnswerRequest) => any;
2391
+ /**
2392
+ * @internal
2393
+ */
2394
+ export declare const ListTopicReviewedAnswersResponseFilterSensitiveLog: (obj: ListTopicReviewedAnswersResponse) => any;