@aws-sdk/client-quicksight 3.431.0 → 3.433.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 (53) hide show
  1. package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +2 -2
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +17 -9
  4. package/dist-cjs/models/models_1.js +20 -9
  5. package/dist-cjs/models/models_2.js +17 -25
  6. package/dist-cjs/models/models_3.js +22 -15
  7. package/dist-cjs/models/models_4.js +16 -1
  8. package/dist-cjs/protocols/Aws_restJson1.js +8 -0
  9. package/dist-es/commands/StartAssetBundleImportJobCommand.js +1 -1
  10. package/dist-es/endpoint/ruleset.js +3 -3
  11. package/dist-es/models/models_0.js +14 -6
  12. package/dist-es/models/models_1.js +15 -4
  13. package/dist-es/models/models_2.js +13 -22
  14. package/dist-es/models/models_3.js +22 -13
  15. package/dist-es/models/models_4.js +14 -1
  16. package/dist-es/protocols/Aws_restJson1.js +8 -0
  17. package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -12
  18. package/dist-types/commands/CreateDashboardCommand.d.ts +47 -12
  19. package/dist-types/commands/CreateDataSetCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateDataSourceCommand.d.ts +25 -0
  21. package/dist-types/commands/CreateFolderCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTemplateCommand.d.ts +44 -12
  23. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +44 -12
  24. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +44 -12
  26. package/dist-types/commands/DescribeDataSourceCommand.d.ts +22 -0
  27. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +44 -12
  29. package/dist-types/commands/ListDataSourcesCommand.d.ts +22 -0
  30. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  31. package/dist-types/commands/SearchFoldersCommand.d.ts +2 -2
  32. package/dist-types/commands/SearchGroupsCommand.d.ts +1 -1
  33. package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  34. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +12 -1
  35. package/dist-types/commands/UpdateAnalysisCommand.d.ts +44 -12
  36. package/dist-types/commands/UpdateDashboardCommand.d.ts +44 -12
  37. package/dist-types/commands/UpdateDataSourceCommand.d.ts +22 -0
  38. package/dist-types/commands/UpdateTemplateCommand.d.ts +44 -12
  39. package/dist-types/models/models_0.d.ts +111 -106
  40. package/dist-types/models/models_1.d.ts +137 -122
  41. package/dist-types/models/models_2.d.ts +320 -310
  42. package/dist-types/models/models_3.d.ts +309 -290
  43. package/dist-types/models/models_4.d.ts +290 -2
  44. package/dist-types/ts3.4/commands/SearchFoldersCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/SearchGroupsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/models/models_0.d.ts +29 -26
  49. package/dist-types/ts3.4/models/models_1.d.ts +40 -31
  50. package/dist-types/ts3.4/models/models_2.d.ts +161 -83
  51. package/dist-types/ts3.4/models/models_3.d.ts +81 -70
  52. package/dist-types/ts3.4/models/models_4.d.ts +70 -1
  53. package/package.json +32 -32
@@ -1,8 +1,315 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { AccountCustomization, AccountInfo, AccountSettings, ActiveIAMPolicyAssignment, Analysis, AnalysisError, Entity, ResourceStatus, Sheet } from "./models_0";
3
- import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, DashboardVisualId, FilterOperator, SnapshotFile, SnapshotS3DestinationConfiguration } from "./models_1";
4
- import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSource, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, ColumnGroup, ColumnLevelPermissionRule, Dashboard, DashboardError, DashboardPublishOptions, DashboardSearchFilter, DashboardSummary, DashboardVersionDefinition, DashboardVersionSummary, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LogicalTable, MemberType, NamespaceStatus, OutputColumn, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SharingModel, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
3
+ import { AnalysisDefinition, AnalysisSearchFilter, AnalysisSummary, AnonymousUserEmbeddingExperienceConfiguration, DashboardVisualId, FilterOperator } from "./models_1";
4
+ import { _Parameters, AnonymousUserSnapshotJobResult, AssetBundleCloudFormationOverridePropertyConfiguration, AssetBundleExportFormat, AssetBundleExportJobError, AssetBundleExportJobStatus, AssetBundleExportJobSummary, AssetBundleImportFailureAction, AssetBundleImportJobError, AssetBundleImportJobOverrideParameters, AssetBundleImportJobStatus, AssetBundleImportJobSummary, AssetBundleImportSourceDescription, AssignmentStatus, BookmarksConfigurations, ColumnDataType, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardVersionDefinition, DataSetConfiguration, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceParameters, DataSourceType, FieldFolder, FolderType, Group, GroupMember, IdentityStore, IngestionStatus, LogicalTable, MemberType, NamespaceStatus, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SharingModel, SnapshotFile, SnapshotS3DestinationConfiguration, SslProperties, Tag, TemplateAlias, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
5
5
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
6
+ /**
7
+ * @public
8
+ * @enum
9
+ */
10
+ export declare const DashboardErrorType: {
11
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
12
+ readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
13
+ readonly COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING";
14
+ readonly COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH";
15
+ readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
16
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
17
+ readonly PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND";
18
+ readonly PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID";
19
+ readonly PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE";
20
+ readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
21
+ };
22
+ /**
23
+ * @public
24
+ */
25
+ export type DashboardErrorType = (typeof DashboardErrorType)[keyof typeof DashboardErrorType];
26
+ /**
27
+ * @public
28
+ * <p>Dashboard error.</p>
29
+ */
30
+ export interface DashboardError {
31
+ /**
32
+ * @public
33
+ * <p>Type.</p>
34
+ */
35
+ Type?: DashboardErrorType;
36
+ /**
37
+ * @public
38
+ * <p>Message.</p>
39
+ */
40
+ Message?: string;
41
+ /**
42
+ * @public
43
+ * <p>Lists the violated entities that caused the dashboard error.</p>
44
+ */
45
+ ViolatedEntities?: Entity[];
46
+ }
47
+ /**
48
+ * @public
49
+ * <p>Dashboard version.</p>
50
+ */
51
+ export interface DashboardVersion {
52
+ /**
53
+ * @public
54
+ * <p>The time that this dashboard version was created.</p>
55
+ */
56
+ CreatedTime?: Date;
57
+ /**
58
+ * @public
59
+ * <p>Errors associated with this dashboard version.</p>
60
+ */
61
+ Errors?: DashboardError[];
62
+ /**
63
+ * @public
64
+ * <p>Version number for this version of the dashboard.</p>
65
+ */
66
+ VersionNumber?: number;
67
+ /**
68
+ * @public
69
+ * <p>The HTTP status of the request.</p>
70
+ */
71
+ Status?: ResourceStatus;
72
+ /**
73
+ * @public
74
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
75
+ */
76
+ Arn?: string;
77
+ /**
78
+ * @public
79
+ * <p>Source entity ARN.</p>
80
+ */
81
+ SourceEntityArn?: string;
82
+ /**
83
+ * @public
84
+ * <p>The Amazon Resource Numbers (ARNs) for the datasets that are associated with this
85
+ * version of the dashboard.</p>
86
+ */
87
+ DataSetArns?: string[];
88
+ /**
89
+ * @public
90
+ * <p>Description.</p>
91
+ */
92
+ Description?: string;
93
+ /**
94
+ * @public
95
+ * <p>The ARN of the theme associated with a version of the dashboard.</p>
96
+ */
97
+ ThemeArn?: string;
98
+ /**
99
+ * @public
100
+ * <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
101
+ */
102
+ Sheets?: Sheet[];
103
+ }
104
+ /**
105
+ * @public
106
+ * <p>Dashboard.</p>
107
+ */
108
+ export interface Dashboard {
109
+ /**
110
+ * @public
111
+ * <p>Dashboard ID.</p>
112
+ */
113
+ DashboardId?: string;
114
+ /**
115
+ * @public
116
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
117
+ */
118
+ Arn?: string;
119
+ /**
120
+ * @public
121
+ * <p>A display name for the dashboard.</p>
122
+ */
123
+ Name?: string;
124
+ /**
125
+ * @public
126
+ * <p>Version.</p>
127
+ */
128
+ Version?: DashboardVersion;
129
+ /**
130
+ * @public
131
+ * <p>The time that this dashboard was created.</p>
132
+ */
133
+ CreatedTime?: Date;
134
+ /**
135
+ * @public
136
+ * <p>The last time that this dashboard was published.</p>
137
+ */
138
+ LastPublishedTime?: Date;
139
+ /**
140
+ * @public
141
+ * <p>The last time that this dashboard was updated.</p>
142
+ */
143
+ LastUpdatedTime?: Date;
144
+ }
145
+ /**
146
+ * @public
147
+ * @enum
148
+ */
149
+ export declare const DashboardFilterAttribute: {
150
+ readonly DASHBOARD_NAME: "DASHBOARD_NAME";
151
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
152
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
153
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
154
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
155
+ readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
156
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
157
+ };
158
+ /**
159
+ * @public
160
+ */
161
+ export type DashboardFilterAttribute = (typeof DashboardFilterAttribute)[keyof typeof DashboardFilterAttribute];
162
+ /**
163
+ * @public
164
+ * <p>A filter that you apply when searching for dashboards. </p>
165
+ */
166
+ export interface DashboardSearchFilter {
167
+ /**
168
+ * @public
169
+ * <p>The comparison operator that you want to use as a filter, for example <code>"Operator": "StringEquals"</code>. Valid values are <code>"StringEquals"</code> and <code>"StringLike"</code>.</p>
170
+ * <p>If you set the operator value to <code>"StringEquals"</code>, you need to provide an ownership related filter in the <code>"NAME"</code> field and the arn of the user or group whose folders you want to search in the <code>"Value"</code> field. For example, <code>"Name":"DIRECT_QUICKSIGHT_OWNER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>.</p>
171
+ * <p>If you set the value to <code>"StringLike"</code>, you need to provide the name of the folders you are searching for. For example, <code>"Name":"DASHBOARD_NAME", "Operator": "StringLike", "Value": "Test"</code>. The <code>"StringLike"</code> operator only supports the <code>NAME</code> value <code>DASHBOARD_NAME</code>.</p>
172
+ */
173
+ Operator: FilterOperator | undefined;
174
+ /**
175
+ * @public
176
+ * <p>The name of the value that you want to use as a filter, for example, <code>"Name":
177
+ * "QUICKSIGHT_OWNER"</code>.</p>
178
+ * <p>Valid values are defined as follows:</p>
179
+ * <ul>
180
+ * <li>
181
+ * <p>
182
+ * <code>QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the dashboards's owners or viewers are returned. Implicit permissions from folders or groups are considered.</p>
183
+ * </li>
184
+ * <li>
185
+ * <p>
186
+ * <code>QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are considered.</p>
187
+ * </li>
188
+ * <li>
189
+ * <p>
190
+ * <code>DIRECT_QUICKSIGHT_SOLE_OWNER</code>: Provide an ARN of a user or group, and any dashboards with that ARN listed as the only owner of the dashboard are returned. Implicit permissions from folders or groups are not considered.</p>
191
+ * </li>
192
+ * <li>
193
+ * <p>
194
+ * <code>DIRECT_QUICKSIGHT_OWNER</code>: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners of the dashboards are returned. Implicit permissions from folders or groups are not considered.</p>
195
+ * </li>
196
+ * <li>
197
+ * <p>
198
+ * <code>DIRECT_QUICKSIGHT_VIEWER_OR_OWNER</code>: Provide an ARN of a user or group, and any dashboards with that ARN listed as one of the owners or viewers of the dashboards are returned. Implicit permissions from folders or groups are not considered.</p>
199
+ * </li>
200
+ * <li>
201
+ * <p>
202
+ * <code>DASHBOARD_NAME</code>: Any dashboards whose names have a substring match to this value will be returned.</p>
203
+ * </li>
204
+ * </ul>
205
+ */
206
+ Name?: DashboardFilterAttribute;
207
+ /**
208
+ * @public
209
+ * <p>The value of the named item, in this case <code>QUICKSIGHT_USER</code>, that you want
210
+ * to use as a filter, for example, <code>"Value":
211
+ * "arn:aws:quicksight:us-east-1:1:user/default/UserName1"</code>. </p>
212
+ */
213
+ Value?: string;
214
+ }
215
+ /**
216
+ * @public
217
+ * <p>Dashboard summary.</p>
218
+ */
219
+ export interface DashboardSummary {
220
+ /**
221
+ * @public
222
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
223
+ */
224
+ Arn?: string;
225
+ /**
226
+ * @public
227
+ * <p>Dashboard ID.</p>
228
+ */
229
+ DashboardId?: string;
230
+ /**
231
+ * @public
232
+ * <p>A display name for the dashboard.</p>
233
+ */
234
+ Name?: string;
235
+ /**
236
+ * @public
237
+ * <p>The time that this dashboard was created.</p>
238
+ */
239
+ CreatedTime?: Date;
240
+ /**
241
+ * @public
242
+ * <p>The last time that this dashboard was updated.</p>
243
+ */
244
+ LastUpdatedTime?: Date;
245
+ /**
246
+ * @public
247
+ * <p>Published version number.</p>
248
+ */
249
+ PublishedVersionNumber?: number;
250
+ /**
251
+ * @public
252
+ * <p>The last time that this dashboard was published.</p>
253
+ */
254
+ LastPublishedTime?: Date;
255
+ }
256
+ /**
257
+ * @public
258
+ * <p>Dashboard version summary.</p>
259
+ */
260
+ export interface DashboardVersionSummary {
261
+ /**
262
+ * @public
263
+ * <p>The Amazon Resource Name (ARN) of the resource.</p>
264
+ */
265
+ Arn?: string;
266
+ /**
267
+ * @public
268
+ * <p>The time that this dashboard version was created.</p>
269
+ */
270
+ CreatedTime?: Date;
271
+ /**
272
+ * @public
273
+ * <p>Version number.</p>
274
+ */
275
+ VersionNumber?: number;
276
+ /**
277
+ * @public
278
+ * <p>The HTTP status of the request.</p>
279
+ */
280
+ Status?: ResourceStatus;
281
+ /**
282
+ * @public
283
+ * <p>Source entity ARN.</p>
284
+ */
285
+ SourceEntityArn?: string;
286
+ /**
287
+ * @public
288
+ * <p>Description.</p>
289
+ */
290
+ Description?: string;
291
+ }
292
+ /**
293
+ * @public
294
+ * <p>Output column.</p>
295
+ */
296
+ export interface OutputColumn {
297
+ /**
298
+ * @public
299
+ * <p>A display name for the dataset.</p>
300
+ */
301
+ Name?: string;
302
+ /**
303
+ * @public
304
+ * <p>A description for a column.</p>
305
+ */
306
+ Description?: string;
307
+ /**
308
+ * @public
309
+ * <p>The type.</p>
310
+ */
311
+ Type?: ColumnDataType;
312
+ }
6
313
  /**
7
314
  * @public
8
315
  * <p>Dataset.</p>
@@ -7714,286 +8021,6 @@ export interface SearchDataSourcesResponse {
7714
8021
  */
7715
8022
  RequestId?: string;
7716
8023
  }
7717
- /**
7718
- * @public
7719
- */
7720
- export interface SearchFoldersRequest {
7721
- /**
7722
- * @public
7723
- * <p>The ID for the Amazon Web Services account that contains the folder.</p>
7724
- */
7725
- AwsAccountId: string | undefined;
7726
- /**
7727
- * @public
7728
- * <p>The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, <code>"Filters": [ \{ "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" \} ]</code>.</p>
7729
- */
7730
- Filters: FolderSearchFilter[] | undefined;
7731
- /**
7732
- * @public
7733
- * <p>The token for the next set of results, or null if there are no more results.</p>
7734
- */
7735
- NextToken?: string;
7736
- /**
7737
- * @public
7738
- * <p>The maximum number of results to be returned per request.</p>
7739
- */
7740
- MaxResults?: number;
7741
- }
7742
- /**
7743
- * @public
7744
- */
7745
- export interface SearchFoldersResponse {
7746
- /**
7747
- * @public
7748
- * <p>The HTTP status of the request.</p>
7749
- */
7750
- Status?: number;
7751
- /**
7752
- * @public
7753
- * <p>A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.</p>
7754
- */
7755
- FolderSummaryList?: FolderSummary[];
7756
- /**
7757
- * @public
7758
- * <p>The token for the next set of results, or null if there are no more results.</p>
7759
- */
7760
- NextToken?: string;
7761
- /**
7762
- * @public
7763
- * <p>The Amazon Web Services request ID for this operation.</p>
7764
- */
7765
- RequestId?: string;
7766
- }
7767
- /**
7768
- * @public
7769
- */
7770
- export interface SearchGroupsRequest {
7771
- /**
7772
- * @public
7773
- * <p>The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the
7774
- * Amazon Web Services account that contains your Amazon QuickSight account.</p>
7775
- */
7776
- AwsAccountId: string | undefined;
7777
- /**
7778
- * @public
7779
- * <p>A pagination token that can be used in a subsequent request.</p>
7780
- */
7781
- NextToken?: string;
7782
- /**
7783
- * @public
7784
- * <p>The maximum number of results to return from this request.</p>
7785
- */
7786
- MaxResults?: number;
7787
- /**
7788
- * @public
7789
- * <p>The namespace that you want to search.</p>
7790
- */
7791
- Namespace: string | undefined;
7792
- /**
7793
- * @public
7794
- * <p>The structure for the search filters that you want to apply to your search.</p>
7795
- */
7796
- Filters: GroupSearchFilter[] | undefined;
7797
- }
7798
- /**
7799
- * @public
7800
- */
7801
- export interface SearchGroupsResponse {
7802
- /**
7803
- * @public
7804
- * <p>A list of groups in a specified namespace that match the filters you set in your <code>SearchGroups</code> request.</p>
7805
- */
7806
- GroupList?: Group[];
7807
- /**
7808
- * @public
7809
- * <p>A pagination token that can be used in a subsequent request.</p>
7810
- */
7811
- NextToken?: string;
7812
- /**
7813
- * @public
7814
- * <p>The Amazon Web Services request ID for this operation.</p>
7815
- */
7816
- RequestId?: string;
7817
- /**
7818
- * @public
7819
- * <p>The HTTP status of the request.</p>
7820
- */
7821
- Status?: number;
7822
- }
7823
- /**
7824
- * @public
7825
- */
7826
- export interface StartAssetBundleExportJobRequest {
7827
- /**
7828
- * @public
7829
- * <p>The ID of the Amazon Web Services account to export assets from.</p>
7830
- */
7831
- AwsAccountId: string | undefined;
7832
- /**
7833
- * @public
7834
- * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
7835
- */
7836
- AssetBundleExportJobId: string | undefined;
7837
- /**
7838
- * @public
7839
- * <p>An array of resource ARNs to export. The following resources are supported.</p>
7840
- * <ul>
7841
- * <li>
7842
- * <p>
7843
- * <code>Analysis</code>
7844
- * </p>
7845
- * </li>
7846
- * <li>
7847
- * <p>
7848
- * <code>Dashboard</code>
7849
- * </p>
7850
- * </li>
7851
- * <li>
7852
- * <p>
7853
- * <code>DataSet</code>
7854
- * </p>
7855
- * </li>
7856
- * <li>
7857
- * <p>
7858
- * <code>DataSource</code>
7859
- * </p>
7860
- * </li>
7861
- * <li>
7862
- * <p>
7863
- * <code>RefreshSchedule</code>
7864
- * </p>
7865
- * </li>
7866
- * <li>
7867
- * <p>
7868
- * <code>Theme</code>
7869
- * </p>
7870
- * </li>
7871
- * <li>
7872
- * <p>
7873
- * <code>VPCConnection</code>
7874
- * </p>
7875
- * </li>
7876
- * </ul>
7877
- * <p>The API caller must have the necessary permissions in their IAM role to access each resource before the resources can be exported.</p>
7878
- */
7879
- ResourceArns: string[] | undefined;
7880
- /**
7881
- * @public
7882
- * <p>A Boolean that determines whether all dependencies of each resource ARN are recursively
7883
- * exported with the job. For example, say you provided a Dashboard ARN to the
7884
- * <code>ResourceArns</code> parameter. If you set <code>IncludeAllDependencies</code> to
7885
- * <code>TRUE</code>, any theme, dataset, and data source resource that is a dependency of the dashboard is also
7886
- * exported.</p>
7887
- */
7888
- IncludeAllDependencies?: boolean;
7889
- /**
7890
- * @public
7891
- * <p>The export data format.</p>
7892
- */
7893
- ExportFormat: AssetBundleExportFormat | undefined;
7894
- /**
7895
- * @public
7896
- * <p>An optional collection of structures that generate CloudFormation parameters to override the existing resource property values when the resource is exported to a new CloudFormation template.</p>
7897
- * <p>Use this field if the <code>ExportFormat</code> field of a <code>StartAssetBundleExportJobRequest</code> API call is set to <code>CLOUDFORMATION_JSON</code>.</p>
7898
- */
7899
- CloudFormationOverridePropertyConfiguration?: AssetBundleCloudFormationOverridePropertyConfiguration;
7900
- }
7901
- /**
7902
- * @public
7903
- */
7904
- export interface StartAssetBundleExportJobResponse {
7905
- /**
7906
- * @public
7907
- * <p>The Amazon Resource Name (ARN) for the export job.</p>
7908
- */
7909
- Arn?: string;
7910
- /**
7911
- * @public
7912
- * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
7913
- */
7914
- AssetBundleExportJobId?: string;
7915
- /**
7916
- * @public
7917
- * <p>The Amazon Web Services response ID for this operation.</p>
7918
- */
7919
- RequestId?: string;
7920
- /**
7921
- * @public
7922
- * <p>The HTTP status of the response.</p>
7923
- */
7924
- Status?: number;
7925
- }
7926
- /**
7927
- * @public
7928
- */
7929
- export interface StartAssetBundleImportJobRequest {
7930
- /**
7931
- * @public
7932
- * <p>The ID of the Amazon Web Services account to import assets into. </p>
7933
- */
7934
- AwsAccountId: string | undefined;
7935
- /**
7936
- * @public
7937
- * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
7938
- */
7939
- AssetBundleImportJobId: string | undefined;
7940
- /**
7941
- * @public
7942
- * <p>The source of the asset bundle zip file that contains the data that you want to import. The file must be in <code>QUICKSIGHT_JSON</code> format.
7943
- * </p>
7944
- */
7945
- AssetBundleImportSource: AssetBundleImportSource | undefined;
7946
- /**
7947
- * @public
7948
- * <p>Optional overrides to be applied to the resource configuration before import.</p>
7949
- */
7950
- OverrideParameters?: AssetBundleImportJobOverrideParameters;
7951
- /**
7952
- * @public
7953
- * <p>The failure action for the import job.</p>
7954
- * <p>If you choose <code>ROLLBACK</code>, failed import jobs will attempt to undo any asset changes caused by the failed job.</p>
7955
- * <p>If you choose <code>DO_NOTHING</code>, failed import jobs will not attempt to roll back
7956
- * any asset changes caused by the failed job, possibly keeping the Amazon QuickSight account in an inconsistent state.</p>
7957
- */
7958
- FailureAction?: AssetBundleImportFailureAction;
7959
- }
7960
- /**
7961
- * @public
7962
- */
7963
- export interface StartAssetBundleImportJobResponse {
7964
- /**
7965
- * @public
7966
- * <p>The Amazon Resource Name (ARN) for the import job.</p>
7967
- */
7968
- Arn?: string;
7969
- /**
7970
- * @public
7971
- * <p>The ID of the job. This ID is unique while the job is running. After the job is completed, you can reuse this ID for another job.</p>
7972
- */
7973
- AssetBundleImportJobId?: string;
7974
- /**
7975
- * @public
7976
- * <p>The Amazon Web Services response ID for this operation.</p>
7977
- */
7978
- RequestId?: string;
7979
- /**
7980
- * @public
7981
- * <p>The HTTP status of the response.</p>
7982
- */
7983
- Status?: number;
7984
- }
7985
- /**
7986
- * @public
7987
- * <p>A structure that contains information on the anonymous user configuration.</p>
7988
- */
7989
- export interface SnapshotAnonymousUser {
7990
- /**
7991
- * @public
7992
- * <p>The tags to be used for row-level security (RLS). Make sure that the relevant datasets have RLS tags configured before you start a snapshot export job. You can configure the RLS tags of a dataset with a <code>DataSet$RowLevelPermissionTagConfiguration</code> API call.</p>
7993
- * <p>These are not the tags that are used for Amazon Web Services resource tagging. For more information on row level security in Amazon QuickSight, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/quicksight-dev-rls-tags.html">Using Row-Level Security (RLS) with Tags</a>in the <i>Amazon QuickSight User Guide</i>.</p>
7994
- */
7995
- RowLevelPermissionTags?: SessionTag[];
7996
- }
7997
8024
  /**
7998
8025
  * @internal
7999
8026
  */
@@ -8062,11 +8089,3 @@ export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (obj: GetDa
8062
8089
  * @internal
8063
8090
  */
8064
8091
  export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (obj: GetSessionEmbedUrlResponse) => any;
8065
- /**
8066
- * @internal
8067
- */
8068
- export declare const StartAssetBundleImportJobRequestFilterSensitiveLog: (obj: StartAssetBundleImportJobRequest) => any;
8069
- /**
8070
- * @internal
8071
- */
8072
- export declare const SnapshotAnonymousUserFilterSensitiveLog: (obj: SnapshotAnonymousUser) => any;