@aws-sdk/client-quicksight 3.777.0 → 3.782.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 (82) hide show
  1. package/dist-cjs/index.js +191 -164
  2. package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
  3. package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
  4. package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
  5. package/dist-es/models/models_0.js +4 -29
  6. package/dist-es/models/models_1.js +30 -30
  7. package/dist-es/models/models_2.js +43 -51
  8. package/dist-es/models/models_3.js +55 -6
  9. package/dist-es/models/models_4.js +0 -10
  10. package/dist-es/models/models_5.js +10 -0
  11. package/dist-es/protocols/Aws_restJson1.js +5 -2
  12. package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
  14. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
  16. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
  26. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
  29. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
  30. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
  31. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
  32. package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
  33. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
  34. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
  35. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
  36. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
  37. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
  38. package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
  39. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
  40. package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
  41. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  42. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
  43. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  44. package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  45. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  47. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  49. package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
  50. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
  52. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
  53. package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
  54. package/dist-types/models/models_0.d.ts +103 -149
  55. package/dist-types/models/models_1.d.ts +144 -154
  56. package/dist-types/models/models_2.d.ts +315 -320
  57. package/dist-types/models/models_3.d.ts +373 -373
  58. package/dist-types/models/models_4.d.ts +390 -438
  59. package/dist-types/models/models_5.d.ts +429 -4
  60. package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
  68. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/models/models_0.d.ts +29 -44
  77. package/dist-types/ts3.4/models/models_1.d.ts +46 -57
  78. package/dist-types/ts3.4/models/models_2.d.ts +104 -109
  79. package/dist-types/ts3.4/models/models_3.d.ts +117 -102
  80. package/dist-types/ts3.4/models/models_4.d.ts +89 -106
  81. package/dist-types/ts3.4/models/models_5.d.ts +111 -3
  82. package/package.json +5 -5
@@ -1,8 +1,312 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AccountCustomization, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSourceEntity, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, DashboardVisualId, FilterOperator, SharedViewConfigurations, SnapshotFile, SnapshotS3DestinationConfiguration, Tag } from "./models_2";
4
- import { _Parameters, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetRefreshProperties, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, ValidationStrategy, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
2
+ import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, AmazonQInQuickSightConsoleConfigurations, AmazonQInQuickSightDashboardConfigurations, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
+ import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleExportJobValidationStrategy, AssetBundleExportJobWarning, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobOverridePermissions, AssetBundleImportJobOverrideTags, AssetBundleImportJobOverrideValidationStrategy, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportJobWarning, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, AuthorizedTargetsByService, BookmarksConfigurations, BrandDefinition, BrandDetail, BrandSummary, DashboardVisualId, DataSetRefreshProperties, FilterOperator, SharedViewConfigurations, SnapshotFile, SnapshotS3DestinationConfiguration, Tag } from "./models_2";
4
+ import { _Parameters, CustomPermissions, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardsQAStatus, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DashboardVisualResult, DataSet, DataSetConfiguration, DataSetSearchFilter, DataSetSummary, DataSource, DataSourceSearchFilter, DataSourceSummary, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LinkSharingConfiguration, NamespaceStatus, RefreshSchedule, ResourcePermission, Role, SharingModel, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, TopicUserExperienceVersion, VPCConnectionAvailabilityStatus, VPCConnectionResourceStatus } from "./models_3";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DeleteUserResponse {
10
+ /**
11
+ * <p>The Amazon Web Services request ID for this operation.</p>
12
+ * @public
13
+ */
14
+ RequestId?: string | undefined;
15
+ /**
16
+ * <p>The HTTP status of the request.</p>
17
+ * @public
18
+ */
19
+ Status?: number | undefined;
20
+ }
21
+ /**
22
+ * <p></p>
23
+ * @public
24
+ */
25
+ export interface DeleteUserByPrincipalIdRequest {
26
+ /**
27
+ * <p>The principal ID of the user.</p>
28
+ * @public
29
+ */
30
+ PrincipalId: string | undefined;
31
+ /**
32
+ * <p>The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
33
+ * Amazon Web Services account that contains your Amazon QuickSight account.</p>
34
+ * @public
35
+ */
36
+ AwsAccountId: string | undefined;
37
+ /**
38
+ * <p>The namespace. Currently, you should set this to <code>default</code>.</p>
39
+ * @public
40
+ */
41
+ Namespace: string | undefined;
42
+ }
43
+ /**
44
+ * @public
45
+ */
46
+ export interface DeleteUserByPrincipalIdResponse {
47
+ /**
48
+ * <p>The Amazon Web Services request ID for this operation.</p>
49
+ * @public
50
+ */
51
+ RequestId?: string | undefined;
52
+ /**
53
+ * <p>The HTTP status of the request.</p>
54
+ * @public
55
+ */
56
+ Status?: number | undefined;
57
+ }
58
+ /**
59
+ * @public
60
+ */
61
+ export interface DeleteUserCustomPermissionRequest {
62
+ /**
63
+ * <p>The username of the user that you want to remove custom permissions from.</p>
64
+ * @public
65
+ */
66
+ UserName: string | undefined;
67
+ /**
68
+ * <p>The ID of the Amazon Web Services account that contains the custom permission configuration that you want to delete.</p>
69
+ * @public
70
+ */
71
+ AwsAccountId: string | undefined;
72
+ /**
73
+ * <p>The namespace that the user belongs to.</p>
74
+ * @public
75
+ */
76
+ Namespace: string | undefined;
77
+ }
78
+ /**
79
+ * @public
80
+ */
81
+ export interface DeleteUserCustomPermissionResponse {
82
+ /**
83
+ * <p>The Amazon Web Services request ID for this operation.</p>
84
+ * @public
85
+ */
86
+ RequestId?: string | undefined;
87
+ /**
88
+ * <p>The HTTP status of the request.</p>
89
+ * @public
90
+ */
91
+ Status?: number | undefined;
92
+ }
93
+ /**
94
+ * @public
95
+ */
96
+ export interface DeleteVPCConnectionRequest {
97
+ /**
98
+ * <p>The Amazon Web Services account ID of the account where you want to delete a VPC
99
+ * connection.</p>
100
+ * @public
101
+ */
102
+ AwsAccountId: string | undefined;
103
+ /**
104
+ * <p>The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
105
+ * Amazon Web Services account.</p>
106
+ * @public
107
+ */
108
+ VPCConnectionId: string | undefined;
109
+ }
110
+ /**
111
+ * @public
112
+ */
113
+ export interface DeleteVPCConnectionResponse {
114
+ /**
115
+ * <p>The Amazon Resource Name (ARN) of the deleted VPC connection.</p>
116
+ * @public
117
+ */
118
+ Arn?: string | undefined;
119
+ /**
120
+ * <p>The ID of the VPC connection that
121
+ * you're creating. This ID is a unique identifier for each Amazon Web Services Region in an
122
+ * Amazon Web Services account.</p>
123
+ * @public
124
+ */
125
+ VPCConnectionId?: string | undefined;
126
+ /**
127
+ * <p>The deletion status of the VPC connection.</p>
128
+ * @public
129
+ */
130
+ DeletionStatus?: VPCConnectionResourceStatus | undefined;
131
+ /**
132
+ * <p>The availability status of the VPC connection.</p>
133
+ * @public
134
+ */
135
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
136
+ /**
137
+ * <p>The Amazon Web Services request ID for this operation.</p>
138
+ * @public
139
+ */
140
+ RequestId?: string | undefined;
141
+ /**
142
+ * <p>The HTTP status of the request.</p>
143
+ * @public
144
+ */
145
+ Status?: number | undefined;
146
+ }
147
+ /**
148
+ * @public
149
+ */
150
+ export interface DescribeAccountCustomizationRequest {
151
+ /**
152
+ * <p>The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations
153
+ * for.</p>
154
+ * @public
155
+ */
156
+ AwsAccountId: string | undefined;
157
+ /**
158
+ * <p>The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations
159
+ * for.</p>
160
+ * @public
161
+ */
162
+ Namespace?: string | undefined;
163
+ /**
164
+ * <p>The <code>Resolved</code> flag works with the other parameters to determine which view
165
+ * of Amazon QuickSight customizations is returned. You can add this flag to your command to use
166
+ * the same view that Amazon QuickSight uses to identify which customizations to apply to the
167
+ * console. Omit this flag, or set it to <code>no-resolved</code>, to reveal customizations
168
+ * that are configured at different levels. </p>
169
+ * @public
170
+ */
171
+ Resolved?: boolean | undefined;
172
+ }
173
+ /**
174
+ * @public
175
+ */
176
+ export interface DescribeAccountCustomizationResponse {
177
+ /**
178
+ * <p>The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.</p>
179
+ * @public
180
+ */
181
+ Arn?: string | undefined;
182
+ /**
183
+ * <p>The ID for the Amazon Web Services account that you're describing.</p>
184
+ * @public
185
+ */
186
+ AwsAccountId?: string | undefined;
187
+ /**
188
+ * <p>The Amazon QuickSight namespace that you're describing. </p>
189
+ * @public
190
+ */
191
+ Namespace?: string | undefined;
192
+ /**
193
+ * <p>The Amazon QuickSight customizations that exist in the current Amazon Web Services Region. </p>
194
+ * @public
195
+ */
196
+ AccountCustomization?: AccountCustomization | undefined;
197
+ /**
198
+ * <p>The Amazon Web Services request ID for this operation.</p>
199
+ * @public
200
+ */
201
+ RequestId?: string | undefined;
202
+ /**
203
+ * <p>The HTTP status of the request.</p>
204
+ * @public
205
+ */
206
+ Status?: number | undefined;
207
+ }
208
+ /**
209
+ * @public
210
+ */
211
+ export interface DescribeAccountSettingsRequest {
212
+ /**
213
+ * <p>The ID for the Amazon Web Services account that contains the settings that you want to list.</p>
214
+ * @public
215
+ */
216
+ AwsAccountId: string | undefined;
217
+ }
218
+ /**
219
+ * @public
220
+ */
221
+ export interface DescribeAccountSettingsResponse {
222
+ /**
223
+ * <p>The Amazon QuickSight settings for this Amazon Web Services account. This information
224
+ * includes the edition of Amazon Amazon QuickSight that you subscribed to (Standard or
225
+ * Enterprise) and the notification email for the Amazon QuickSight subscription. </p>
226
+ * <p>In the QuickSight console, the Amazon QuickSight subscription is sometimes referred to
227
+ * as a QuickSight "account" even though it's technically not an account by
228
+ * itself. Instead, it's a subscription to the Amazon QuickSight service for your
229
+ * Amazon Web Services account. The edition that you subscribe to applies to Amazon QuickSight in every Amazon Web Services Region where you use it.</p>
230
+ * @public
231
+ */
232
+ AccountSettings?: AccountSettings | undefined;
233
+ /**
234
+ * <p>The Amazon Web Services request ID for this operation.</p>
235
+ * @public
236
+ */
237
+ RequestId?: string | undefined;
238
+ /**
239
+ * <p>The HTTP status of the request.</p>
240
+ * @public
241
+ */
242
+ Status?: number | undefined;
243
+ }
244
+ /**
245
+ * @public
246
+ */
247
+ export interface DescribeAccountSubscriptionRequest {
248
+ /**
249
+ * <p>The Amazon Web Services account ID associated with your Amazon QuickSight account.</p>
250
+ * @public
251
+ */
252
+ AwsAccountId: string | undefined;
253
+ }
254
+ /**
255
+ * @public
256
+ */
257
+ export interface DescribeAccountSubscriptionResponse {
258
+ /**
259
+ * <p>A structure that contains the following elements:</p>
260
+ * <ul>
261
+ * <li>
262
+ * <p>Your Amazon QuickSight account name.</p>
263
+ * </li>
264
+ * <li>
265
+ * <p>The edition of Amazon QuickSight that your account is using.</p>
266
+ * </li>
267
+ * <li>
268
+ * <p>The notification email address that is associated with the Amazon QuickSight
269
+ * account.
270
+ * </p>
271
+ * </li>
272
+ * <li>
273
+ * <p>The authentication type of the Amazon QuickSight account.</p>
274
+ * </li>
275
+ * <li>
276
+ * <p>The status of the Amazon QuickSight account's subscription.</p>
277
+ * </li>
278
+ * </ul>
279
+ * @public
280
+ */
281
+ AccountInfo?: AccountInfo | undefined;
282
+ /**
283
+ * <p>The HTTP status of the request.</p>
284
+ * @public
285
+ */
286
+ Status?: number | undefined;
287
+ /**
288
+ * <p>The Amazon Web Services request ID for this operation.</p>
289
+ * @public
290
+ */
291
+ RequestId?: string | undefined;
292
+ }
293
+ /**
294
+ * @public
295
+ */
296
+ export interface DescribeAnalysisRequest {
297
+ /**
298
+ * <p>The ID of the Amazon Web Services account that contains the analysis. You must be using the
299
+ * Amazon Web Services account that the analysis is in.</p>
300
+ * @public
301
+ */
302
+ AwsAccountId: string | undefined;
303
+ /**
304
+ * <p>The ID of the analysis that you're describing. The ID is part of the URL of the
305
+ * analysis.</p>
306
+ * @public
307
+ */
308
+ AnalysisId: string | undefined;
309
+ }
6
310
  /**
7
311
  * @public
8
312
  */
@@ -3681,7 +3985,7 @@ export interface FailedKeyRegistrationEntry {
3681
3985
  StatusCode: number | undefined;
3682
3986
  /**
3683
3987
  * <p>A boolean that indicates whether a <code>FailedKeyRegistrationEntry</code> resulted from user error. If the value of this property is <code>True</code>, the error was caused by user error. If the value of this property is <code>False</code>, the error occurred on the backend. If your job continues fail and with a <code>False</code>
3684
- * <code>SenderFault</code> value, contact Amazon Web Services Support.</p>
3988
+ * <code>SenderFault</code> value, contact Amazon Web ServicesSupport.</p>
3685
3989
  * @public
3686
3990
  */
3687
3991
  SenderFault: boolean | undefined;
@@ -4013,28 +4317,61 @@ export declare class UnsupportedPricingPlanException extends __BaseException {
4013
4317
  constructor(opts: __ExceptionOptionType<UnsupportedPricingPlanException, __BaseException>);
4014
4318
  }
4015
4319
  /**
4016
- * <p>The state perssitence configuration of an embedded dashboard.</p>
4320
+ * <p>The recent snapshots configuration for an embedded Amazon QuickSight dashboard.</p>
4017
4321
  * @public
4018
4322
  */
4019
- export interface StatePersistenceConfigurations {
4323
+ export interface RecentSnapshotsConfigurations {
4020
4324
  /**
4021
- * <p>Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.</p>
4325
+ * <p>The recent snapshots configuration for an embedded Amazon QuickSight dashboard.</p>
4022
4326
  * @public
4023
4327
  */
4024
4328
  Enabled: boolean | undefined;
4025
4329
  }
4026
4330
  /**
4027
- * <p>The feature configuration for an embedded dashboard.</p>
4331
+ * <p>The schedules configuration for an embedded Amazon QuickSight dashboard.</p>
4028
4332
  * @public
4029
4333
  */
4030
- export interface RegisteredUserDashboardFeatureConfigurations {
4334
+ export interface SchedulesConfigurations {
4031
4335
  /**
4032
- * <p>The state persistence settings of an embedded dashboard.</p>
4336
+ * <p>The schedules configuration for an embedded Amazon QuickSight dashboard.</p>
4033
4337
  * @public
4034
4338
  */
4035
- StatePersistence?: StatePersistenceConfigurations | undefined;
4036
- /**
4037
- * <p>The shared view settings of an embedded dashboard.</p>
4339
+ Enabled: boolean | undefined;
4340
+ }
4341
+ /**
4342
+ * <p>The state perssitence configuration of an embedded dashboard.</p>
4343
+ * @public
4344
+ */
4345
+ export interface StatePersistenceConfigurations {
4346
+ /**
4347
+ * <p>Determines if a Amazon QuickSight dashboard's state persistence settings are turned on or off.</p>
4348
+ * @public
4349
+ */
4350
+ Enabled: boolean | undefined;
4351
+ }
4352
+ /**
4353
+ * <p>The threshold alerts configuration for an embedded Amazon QuickSight dashboard.</p>
4354
+ * @public
4355
+ */
4356
+ export interface ThresholdAlertsConfigurations {
4357
+ /**
4358
+ * <p>The threshold alerts configuration for an embedded Amazon QuickSight dashboard.</p>
4359
+ * @public
4360
+ */
4361
+ Enabled: boolean | undefined;
4362
+ }
4363
+ /**
4364
+ * <p>The feature configuration for an embedded dashboard.</p>
4365
+ * @public
4366
+ */
4367
+ export interface RegisteredUserDashboardFeatureConfigurations {
4368
+ /**
4369
+ * <p>The state persistence settings of an embedded dashboard.</p>
4370
+ * @public
4371
+ */
4372
+ StatePersistence?: StatePersistenceConfigurations | undefined;
4373
+ /**
4374
+ * <p>The shared view settings of an embedded dashboard.</p>
4038
4375
  * @public
4039
4376
  */
4040
4377
  SharedView?: SharedViewConfigurations | undefined;
@@ -4043,6 +4380,26 @@ export interface RegisteredUserDashboardFeatureConfigurations {
4043
4380
  * @public
4044
4381
  */
4045
4382
  Bookmarks?: BookmarksConfigurations | undefined;
4383
+ /**
4384
+ * <p>The Amazon Q configurations of an embedded Amazon QuickSight dashboard.</p>
4385
+ * @public
4386
+ */
4387
+ AmazonQInQuickSight?: AmazonQInQuickSightDashboardConfigurations | undefined;
4388
+ /**
4389
+ * <p>The schedules configuration for an embedded Amazon QuickSight dashboard.</p>
4390
+ * @public
4391
+ */
4392
+ Schedules?: SchedulesConfigurations | undefined;
4393
+ /**
4394
+ * <p>The recent snapshots configuration for an Amazon QuickSight embedded dashboard</p>
4395
+ * @public
4396
+ */
4397
+ RecentSnapshots?: RecentSnapshotsConfigurations | undefined;
4398
+ /**
4399
+ * <p>The threshold alerts configuration for an Amazon QuickSight embedded dashboard.</p>
4400
+ * @public
4401
+ */
4402
+ ThresholdAlerts?: ThresholdAlertsConfigurations | undefined;
4046
4403
  }
4047
4404
  /**
4048
4405
  * <p>Information about the dashboard you want to embed.</p>
@@ -4115,6 +4472,26 @@ export interface RegisteredUserConsoleFeatureConfigurations {
4115
4472
  * @public
4116
4473
  */
4117
4474
  SharedView?: SharedViewConfigurations | undefined;
4475
+ /**
4476
+ * <p>The Amazon Q configurations of an embedded Amazon QuickSight console.</p>
4477
+ * @public
4478
+ */
4479
+ AmazonQInQuickSight?: AmazonQInQuickSightConsoleConfigurations | undefined;
4480
+ /**
4481
+ * <p>The schedules configuration for an embedded Amazon QuickSight dashboard.</p>
4482
+ * @public
4483
+ */
4484
+ Schedules?: SchedulesConfigurations | undefined;
4485
+ /**
4486
+ * <p>The recent snapshots configuration for an embedded Amazon QuickSight dashboard.</p>
4487
+ * @public
4488
+ */
4489
+ RecentSnapshots?: RecentSnapshotsConfigurations | undefined;
4490
+ /**
4491
+ * <p>The threshold alerts configuration for an embedded Amazon QuickSight dashboard.</p>
4492
+ * @public
4493
+ */
4494
+ ThresholdAlerts?: ThresholdAlertsConfigurations | undefined;
4118
4495
  }
4119
4496
  /**
4120
4497
  * <p>Information about the Amazon QuickSight console that you want to embed.</p>
@@ -7523,419 +7900,6 @@ export interface SnapshotAnonymousUser {
7523
7900
  */
7524
7901
  RowLevelPermissionTags?: SessionTag[] | undefined;
7525
7902
  }
7526
- /**
7527
- * <p>A structure that contains information about the users that the dashboard snapshot is generated for.</p>
7528
- * @public
7529
- */
7530
- export interface SnapshotUserConfiguration {
7531
- /**
7532
- * <p>An array of records that describe the anonymous users that the dashboard snapshot is generated for.</p>
7533
- * @public
7534
- */
7535
- AnonymousUsers?: SnapshotAnonymousUser[] | undefined;
7536
- }
7537
- /**
7538
- * @public
7539
- */
7540
- export interface StartDashboardSnapshotJobRequest {
7541
- /**
7542
- * <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
7543
- * @public
7544
- */
7545
- AwsAccountId: string | undefined;
7546
- /**
7547
- * <p>The ID of the dashboard that you want to start a snapshot job for.
7548
- * </p>
7549
- * @public
7550
- */
7551
- DashboardId: string | undefined;
7552
- /**
7553
- * <p>An ID for the dashboard snapshot job. This ID is unique to the dashboard while the job is running. This ID can be used to poll the status of a job with a <code>DescribeDashboardSnapshotJob</code> while the job runs. You can reuse this ID for another job 24 hours after the current job is completed.</p>
7554
- * @public
7555
- */
7556
- SnapshotJobId: string | undefined;
7557
- /**
7558
- * <p>
7559
- * A structure that contains information about the anonymous users that the generated snapshot is for. This API will not return information about registered Amazon QuickSight.</p>
7560
- * @public
7561
- */
7562
- UserConfiguration: SnapshotUserConfiguration | undefined;
7563
- /**
7564
- * <p>A structure that describes the configuration of the dashboard snapshot.</p>
7565
- * @public
7566
- */
7567
- SnapshotConfiguration: SnapshotConfiguration | undefined;
7568
- }
7569
- /**
7570
- * @public
7571
- */
7572
- export interface StartDashboardSnapshotJobResponse {
7573
- /**
7574
- * <p>The Amazon Resource Name (ARN) for the dashboard snapshot job.</p>
7575
- * @public
7576
- */
7577
- Arn?: string | undefined;
7578
- /**
7579
- * <p>The ID of the job. The job ID is set when you start a new job with a <code>StartDashboardSnapshotJob</code> API call.</p>
7580
- * @public
7581
- */
7582
- SnapshotJobId?: string | undefined;
7583
- /**
7584
- * <p>
7585
- * The Amazon Web Services request ID for this operation.
7586
- * </p>
7587
- * @public
7588
- */
7589
- RequestId?: string | undefined;
7590
- /**
7591
- * <p>The HTTP status of the request</p>
7592
- * @public
7593
- */
7594
- Status?: number | undefined;
7595
- }
7596
- /**
7597
- * @public
7598
- */
7599
- export interface StartDashboardSnapshotJobScheduleRequest {
7600
- /**
7601
- * <p>The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.</p>
7602
- * @public
7603
- */
7604
- AwsAccountId: string | undefined;
7605
- /**
7606
- * <p>The ID of the dashboard that you want to start a snapshot job schedule for.
7607
- * </p>
7608
- * @public
7609
- */
7610
- DashboardId: string | undefined;
7611
- /**
7612
- * <p>The ID of the schedule that you want to start a snapshot job schedule for. The schedule ID can be found in the Amazon QuickSight console in the <b>Schedules</b> pane of the dashboard that the schedule is configured for.</p>
7613
- * @public
7614
- */
7615
- ScheduleId: string | undefined;
7616
- }
7617
- /**
7618
- * @public
7619
- */
7620
- export interface StartDashboardSnapshotJobScheduleResponse {
7621
- /**
7622
- * <p>
7623
- * The Amazon Web Services request ID for this operation.
7624
- * </p>
7625
- * @public
7626
- */
7627
- RequestId?: string | undefined;
7628
- /**
7629
- * <p>The HTTP status of the request</p>
7630
- * @public
7631
- */
7632
- Status?: number | undefined;
7633
- }
7634
- /**
7635
- * @public
7636
- */
7637
- export interface TagResourceRequest {
7638
- /**
7639
- * <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
7640
- * @public
7641
- */
7642
- ResourceArn: string | undefined;
7643
- /**
7644
- * <p>Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.</p>
7645
- * @public
7646
- */
7647
- Tags: Tag[] | undefined;
7648
- }
7649
- /**
7650
- * @public
7651
- */
7652
- export interface TagResourceResponse {
7653
- /**
7654
- * <p>The Amazon Web Services request ID for this operation.</p>
7655
- * @public
7656
- */
7657
- RequestId?: string | undefined;
7658
- /**
7659
- * <p>The HTTP status of the request.</p>
7660
- * @public
7661
- */
7662
- Status?: number | undefined;
7663
- }
7664
- /**
7665
- * @public
7666
- */
7667
- export interface UntagResourceRequest {
7668
- /**
7669
- * <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
7670
- * @public
7671
- */
7672
- ResourceArn: string | undefined;
7673
- /**
7674
- * <p>The keys of the key-value pairs for the resource tag or tags assigned to the resource.</p>
7675
- * @public
7676
- */
7677
- TagKeys: string[] | undefined;
7678
- }
7679
- /**
7680
- * @public
7681
- */
7682
- export interface UntagResourceResponse {
7683
- /**
7684
- * <p>The Amazon Web Services request ID for this operation.</p>
7685
- * @public
7686
- */
7687
- RequestId?: string | undefined;
7688
- /**
7689
- * <p>The HTTP status of the request.</p>
7690
- * @public
7691
- */
7692
- Status?: number | undefined;
7693
- }
7694
- /**
7695
- * @public
7696
- */
7697
- export interface UpdateAccountCustomizationRequest {
7698
- /**
7699
- * <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
7700
- * for.</p>
7701
- * @public
7702
- */
7703
- AwsAccountId: string | undefined;
7704
- /**
7705
- * <p>The namespace that you want to update Amazon QuickSight customizations for.</p>
7706
- * @public
7707
- */
7708
- Namespace?: string | undefined;
7709
- /**
7710
- * <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
7711
- * @public
7712
- */
7713
- AccountCustomization: AccountCustomization | undefined;
7714
- }
7715
- /**
7716
- * @public
7717
- */
7718
- export interface UpdateAccountCustomizationResponse {
7719
- /**
7720
- * <p>The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.</p>
7721
- * @public
7722
- */
7723
- Arn?: string | undefined;
7724
- /**
7725
- * <p>The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
7726
- * for.</p>
7727
- * @public
7728
- */
7729
- AwsAccountId?: string | undefined;
7730
- /**
7731
- * <p>The namespace associated with the customization that you're updating.</p>
7732
- * @public
7733
- */
7734
- Namespace?: string | undefined;
7735
- /**
7736
- * <p>The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region. </p>
7737
- * @public
7738
- */
7739
- AccountCustomization?: AccountCustomization | undefined;
7740
- /**
7741
- * <p>The Amazon Web Services request ID for this operation.</p>
7742
- * @public
7743
- */
7744
- RequestId?: string | undefined;
7745
- /**
7746
- * <p>The HTTP status of the request.</p>
7747
- * @public
7748
- */
7749
- Status?: number | undefined;
7750
- }
7751
- /**
7752
- * @public
7753
- */
7754
- export interface UpdateAccountSettingsRequest {
7755
- /**
7756
- * <p>The ID for the Amazon Web Services account that contains the Amazon QuickSight settings that you want to
7757
- * list.</p>
7758
- * @public
7759
- */
7760
- AwsAccountId: string | undefined;
7761
- /**
7762
- * <p>The default namespace for this Amazon Web Services account. Currently, the default is
7763
- * <code>default</code>. IAM users that
7764
- * register for the first time with Amazon QuickSight provide an email address that becomes
7765
- * associated with the default namespace.
7766
- * </p>
7767
- * @public
7768
- */
7769
- DefaultNamespace: string | undefined;
7770
- /**
7771
- * <p>The email address that you want Amazon QuickSight to send notifications to regarding your
7772
- * Amazon Web Services account or Amazon QuickSight subscription.</p>
7773
- * @public
7774
- */
7775
- NotificationEmail?: string | undefined;
7776
- /**
7777
- * <p>A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A <code>True</code> value doesn't allow the account to be deleted and results in an error message if a user tries to make a <code>DeleteAccountSubscription</code> request. A <code>False</code> value will allow the account to be deleted.</p>
7778
- * @public
7779
- */
7780
- TerminationProtectionEnabled?: boolean | undefined;
7781
- }
7782
- /**
7783
- * @public
7784
- */
7785
- export interface UpdateAccountSettingsResponse {
7786
- /**
7787
- * <p>The Amazon Web Services request ID for this operation.</p>
7788
- * @public
7789
- */
7790
- RequestId?: string | undefined;
7791
- /**
7792
- * <p>The HTTP status of the request.</p>
7793
- * @public
7794
- */
7795
- Status?: number | undefined;
7796
- }
7797
- /**
7798
- * @public
7799
- */
7800
- export interface UpdateAnalysisRequest {
7801
- /**
7802
- * <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
7803
- * @public
7804
- */
7805
- AwsAccountId: string | undefined;
7806
- /**
7807
- * <p>The ID for the analysis that you're updating. This ID displays in the URL of the
7808
- * analysis.</p>
7809
- * @public
7810
- */
7811
- AnalysisId: string | undefined;
7812
- /**
7813
- * <p>A descriptive name for the analysis that you're updating. This name displays for the
7814
- * analysis in the Amazon QuickSight console.</p>
7815
- * @public
7816
- */
7817
- Name: string | undefined;
7818
- /**
7819
- * <p>The parameter names and override values that you want to use. An analysis can have
7820
- * any parameter type, and some parameters might accept multiple values. </p>
7821
- * @public
7822
- */
7823
- Parameters?: _Parameters | undefined;
7824
- /**
7825
- * <p>A source entity to use for the analysis that you're updating. This metadata structure
7826
- * contains details that describe a source template and one or more datasets.</p>
7827
- * @public
7828
- */
7829
- SourceEntity?: AnalysisSourceEntity | undefined;
7830
- /**
7831
- * <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
7832
- * creating. To see the theme in the Amazon QuickSight console, make sure that you have access to
7833
- * it.</p>
7834
- * @public
7835
- */
7836
- ThemeArn?: string | undefined;
7837
- /**
7838
- * <p>The definition of an analysis.</p>
7839
- * <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
7840
- * @public
7841
- */
7842
- Definition?: AnalysisDefinition | undefined;
7843
- /**
7844
- * <p>The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors.</p>
7845
- * @public
7846
- */
7847
- ValidationStrategy?: ValidationStrategy | undefined;
7848
- }
7849
- /**
7850
- * @public
7851
- */
7852
- export interface UpdateAnalysisResponse {
7853
- /**
7854
- * <p>The ARN of the analysis that you're updating.</p>
7855
- * @public
7856
- */
7857
- Arn?: string | undefined;
7858
- /**
7859
- * <p>The ID of the analysis.</p>
7860
- * @public
7861
- */
7862
- AnalysisId?: string | undefined;
7863
- /**
7864
- * <p>The update status of the last update that was made to the analysis.</p>
7865
- * @public
7866
- */
7867
- UpdateStatus?: ResourceStatus | undefined;
7868
- /**
7869
- * <p>The HTTP status of the request.</p>
7870
- * @public
7871
- */
7872
- Status?: number | undefined;
7873
- /**
7874
- * <p>The Amazon Web Services request ID for this operation.</p>
7875
- * @public
7876
- */
7877
- RequestId?: string | undefined;
7878
- }
7879
- /**
7880
- * @public
7881
- */
7882
- export interface UpdateAnalysisPermissionsRequest {
7883
- /**
7884
- * <p>The ID of the Amazon Web Services account that contains the analysis whose permissions you're
7885
- * updating. You must be using the Amazon Web Services account that the analysis is in.</p>
7886
- * @public
7887
- */
7888
- AwsAccountId: string | undefined;
7889
- /**
7890
- * <p>The ID of the analysis whose permissions you're updating. The ID is part of the
7891
- * analysis URL.</p>
7892
- * @public
7893
- */
7894
- AnalysisId: string | undefined;
7895
- /**
7896
- * <p>A structure that describes the permissions to add and the principal to add them
7897
- * to.</p>
7898
- * @public
7899
- */
7900
- GrantPermissions?: ResourcePermission[] | undefined;
7901
- /**
7902
- * <p>A structure that describes the permissions to remove and the principal to remove them
7903
- * from.</p>
7904
- * @public
7905
- */
7906
- RevokePermissions?: ResourcePermission[] | undefined;
7907
- }
7908
- /**
7909
- * @public
7910
- */
7911
- export interface UpdateAnalysisPermissionsResponse {
7912
- /**
7913
- * <p>The Amazon Resource Name (ARN) of the analysis that you updated.</p>
7914
- * @public
7915
- */
7916
- AnalysisArn?: string | undefined;
7917
- /**
7918
- * <p>The ID of the analysis that you updated permissions for.</p>
7919
- * @public
7920
- */
7921
- AnalysisId?: string | undefined;
7922
- /**
7923
- * <p>A structure that describes the principals and the resource-level permissions on an
7924
- * analysis.</p>
7925
- * @public
7926
- */
7927
- Permissions?: ResourcePermission[] | undefined;
7928
- /**
7929
- * <p>The Amazon Web Services request ID for this operation.</p>
7930
- * @public
7931
- */
7932
- RequestId?: string | undefined;
7933
- /**
7934
- * <p>The HTTP status of the request.</p>
7935
- * @public
7936
- */
7937
- Status?: number | undefined;
7938
- }
7939
7903
  /**
7940
7904
  * @internal
7941
7905
  */
@@ -8052,15 +8016,3 @@ export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: S
8052
8016
  * @internal
8053
8017
  */
8054
8018
  export declare const SnapshotAnonymousUserFilterSensitiveLog: (obj: SnapshotAnonymousUser) => any;
8055
- /**
8056
- * @internal
8057
- */
8058
- export declare const SnapshotUserConfigurationFilterSensitiveLog: (obj: SnapshotUserConfiguration) => any;
8059
- /**
8060
- * @internal
8061
- */
8062
- export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (obj: StartDashboardSnapshotJobRequest) => any;
8063
- /**
8064
- * @internal
8065
- */
8066
- export declare const UpdateAnalysisRequestFilterSensitiveLog: (obj: UpdateAnalysisRequest) => any;