@aws-sdk/client-quicksight 3.922.0 → 3.926.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 (91) hide show
  1. package/README.md +1 -1
  2. package/dist-cjs/index.js +823 -360
  3. package/dist-es/commands/CreateTopicCommand.js +1 -1
  4. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  5. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
  6. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  7. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  8. package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
  9. package/dist-es/models/models_0.js +8 -4
  10. package/dist-es/models/models_1.js +5 -26
  11. package/dist-es/models/models_2.js +26 -39
  12. package/dist-es/models/models_3.js +233 -222
  13. package/dist-es/models/models_4.js +217 -70
  14. package/dist-es/models/models_5.js +74 -2
  15. package/dist-es/protocols/Aws_restJson1.js +240 -4
  16. package/dist-types/QuickSight.d.ts +1 -1
  17. package/dist-types/QuickSightClient.d.ts +1 -1
  18. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  19. package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
  20. package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
  24. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
  25. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
  26. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  27. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
  28. package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
  29. package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
  30. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
  31. package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
  32. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  39. package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
  40. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  43. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  44. package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
  45. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
  47. package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
  48. package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
  49. package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
  52. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  53. package/dist-types/index.d.ts +1 -1
  54. package/dist-types/models/models_0.d.ts +162 -182
  55. package/dist-types/models/models_1.d.ts +177 -161
  56. package/dist-types/models/models_2.d.ts +196 -250
  57. package/dist-types/models/models_3.d.ts +2725 -3153
  58. package/dist-types/models/models_4.d.ts +4088 -3877
  59. package/dist-types/models/models_5.d.ts +1555 -12
  60. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
  85. package/dist-types/ts3.4/models/models_0.d.ts +42 -42
  86. package/dist-types/ts3.4/models/models_1.d.ts +44 -56
  87. package/dist-types/ts3.4/models/models_2.d.ts +72 -94
  88. package/dist-types/ts3.4/models/models_3.d.ts +446 -511
  89. package/dist-types/ts3.4/models/models_4.d.ts +513 -366
  90. package/dist-types/ts3.4/models/models_5.d.ts +381 -17
  91. package/package.json +8 -8
@@ -4,7 +4,6 @@ import {
4
4
  AccountInfo,
5
5
  AccountSettings,
6
6
  ActionConnector,
7
- ActionConnectorSummary,
8
7
  AmazonQInQuickSightConsoleConfigurations,
9
8
  AmazonQInQuickSightDashboardConfigurations,
10
9
  Analysis,
@@ -13,17 +12,16 @@ import {
13
12
  FilterOperator,
14
13
  ResourceStatus,
15
14
  Sheet,
15
+ TopicTimeGranularity,
16
16
  } from "./models_0";
17
17
  import {
18
18
  AnalysisDefinition,
19
- AnalysisSummary,
20
19
  AnonymousUserEmbeddingExperienceConfiguration,
21
20
  AnonymousUserSnapshotJobResult,
22
21
  AssetBundleCloudFormationOverridePropertyConfiguration,
23
22
  AssetBundleExportFormat,
24
23
  AssetBundleExportJobError,
25
24
  AssetBundleExportJobStatus,
26
- AssetBundleExportJobSummary,
27
25
  AssetBundleExportJobValidationStrategy,
28
26
  AssetBundleExportJobWarning,
29
27
  AssetBundleImportFailureAction,
@@ -33,59 +31,521 @@ import {
33
31
  AssetBundleImportJobOverrideTags,
34
32
  AssetBundleImportJobOverrideValidationStrategy,
35
33
  AssetBundleImportJobStatus,
36
- AssetBundleImportJobSummary,
37
34
  AssetBundleImportJobWarning,
38
35
  AssetBundleImportSourceDescription,
39
36
  AssignmentStatus,
40
37
  DashboardVisualId,
41
38
  DataSetRefreshProperties,
39
+ DataSourceParameters,
42
40
  ServiceType,
43
41
  SharedViewConfigurations,
44
42
  SnapshotFile,
45
43
  SnapshotS3DestinationConfiguration,
44
+ SslProperties,
45
+ Tag,
46
+ VpcConnectionProperties,
46
47
  } from "./models_2";
47
48
  import {
48
49
  _Parameters,
49
50
  BookmarksConfigurations,
50
51
  BrandDefinition,
51
52
  BrandDetail,
52
- BrandSummary,
53
+ Capabilities,
54
+ ColumnDataSubType,
55
+ ColumnDataType,
56
+ ColumnGroup,
57
+ ColumnLevelPermissionRule,
58
+ ConstantType,
53
59
  CustomInstructions,
54
- CustomPermissions,
55
- Dashboard,
56
- DashboardError,
57
60
  DashboardPublishOptions,
58
- DashboardsQAStatus,
59
- DashboardSummary,
60
61
  DashboardVersionDefinition,
61
- DashboardVersionSummary,
62
- DataSet,
62
+ DataAggregation,
63
+ DataPrepConfiguration,
63
64
  DataSetConfiguration,
64
- DataSetSummary,
65
- DataSource,
65
+ DataSetImportMode,
66
+ DatasetParameter,
67
+ DataSetUsageConfiguration,
68
+ DataSetUseAs,
66
69
  DataSourceType,
70
+ FieldFolder,
71
+ FilterClass,
67
72
  FolderType,
68
73
  Group,
69
74
  GroupMember,
70
75
  IdentityStore,
71
76
  IngestionStatus,
72
77
  LinkSharingConfiguration,
78
+ LogicalTable,
73
79
  MemberType,
74
80
  NamespaceStatus,
81
+ PerformanceConfiguration,
82
+ PhysicalTable,
75
83
  RefreshSchedule,
76
84
  ResourcePermission,
77
85
  Role,
86
+ RowLevelPermissionDataSet,
87
+ RowLevelPermissionTagConfiguration,
88
+ SemanticModelConfiguration,
78
89
  SharingModel,
79
90
  TemplateAlias,
80
91
  TemplateVersionDefinition,
81
92
  ThemeAlias,
82
93
  ThemeConfiguration,
83
- TopicDetails,
84
- TopicRefreshSchedule,
85
- VPCConnectionAvailabilityStatus,
86
- VPCConnectionResourceStatus,
94
+ TopicCalculatedField,
95
+ TopicCategoryFilter,
96
+ TopicColumn,
97
+ TopicConfigOptions,
87
98
  } from "./models_3";
88
99
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
100
+ export interface RangeConstant {
101
+ Minimum?: string | undefined;
102
+ Maximum?: string | undefined;
103
+ }
104
+ export interface TopicRangeFilterConstant {
105
+ ConstantType?: ConstantType | undefined;
106
+ RangeConstant?: RangeConstant | undefined;
107
+ }
108
+ export interface TopicDateRangeFilter {
109
+ Inclusive?: boolean | undefined;
110
+ Constant?: TopicRangeFilterConstant | undefined;
111
+ }
112
+ export declare const NamedFilterType: {
113
+ readonly CATEGORY_FILTER: "CATEGORY_FILTER";
114
+ readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
115
+ readonly NULL_FILTER: "NULL_FILTER";
116
+ readonly NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER";
117
+ readonly NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER";
118
+ readonly RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER";
119
+ };
120
+ export type NamedFilterType =
121
+ (typeof NamedFilterType)[keyof typeof NamedFilterType];
122
+ export interface TopicSingularFilterConstant {
123
+ ConstantType?: ConstantType | undefined;
124
+ SingularConstant?: string | undefined;
125
+ }
126
+ export declare const NullFilterType: {
127
+ readonly ALL_VALUES: "ALL_VALUES";
128
+ readonly NON_NULLS_ONLY: "NON_NULLS_ONLY";
129
+ readonly NULLS_ONLY: "NULLS_ONLY";
130
+ };
131
+ export type NullFilterType =
132
+ (typeof NullFilterType)[keyof typeof NullFilterType];
133
+ export interface TopicNullFilter {
134
+ NullFilterType?: NullFilterType | undefined;
135
+ Constant?: TopicSingularFilterConstant | undefined;
136
+ Inverse?: boolean | undefined;
137
+ }
138
+ export declare const NamedFilterAggType: {
139
+ readonly AVERAGE: "AVERAGE";
140
+ readonly COUNT: "COUNT";
141
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
142
+ readonly MAX: "MAX";
143
+ readonly MEDIAN: "MEDIAN";
144
+ readonly MIN: "MIN";
145
+ readonly NO_AGGREGATION: "NO_AGGREGATION";
146
+ readonly STDEV: "STDEV";
147
+ readonly STDEVP: "STDEVP";
148
+ readonly SUM: "SUM";
149
+ readonly VAR: "VAR";
150
+ readonly VARP: "VARP";
151
+ };
152
+ export type NamedFilterAggType =
153
+ (typeof NamedFilterAggType)[keyof typeof NamedFilterAggType];
154
+ export interface TopicNumericEqualityFilter {
155
+ Constant?: TopicSingularFilterConstant | undefined;
156
+ Aggregation?: NamedFilterAggType | undefined;
157
+ }
158
+ export interface TopicNumericRangeFilter {
159
+ Inclusive?: boolean | undefined;
160
+ Constant?: TopicRangeFilterConstant | undefined;
161
+ Aggregation?: NamedFilterAggType | undefined;
162
+ }
163
+ export declare const TopicRelativeDateFilterFunction: {
164
+ readonly LAST: "LAST";
165
+ readonly NEXT: "NEXT";
166
+ readonly NOW: "NOW";
167
+ readonly PREVIOUS: "PREVIOUS";
168
+ readonly THIS: "THIS";
169
+ };
170
+ export type TopicRelativeDateFilterFunction =
171
+ (typeof TopicRelativeDateFilterFunction)[keyof typeof TopicRelativeDateFilterFunction];
172
+ export interface TopicRelativeDateFilter {
173
+ TimeGranularity?: TopicTimeGranularity | undefined;
174
+ RelativeDateFilterFunction?: TopicRelativeDateFilterFunction | undefined;
175
+ Constant?: TopicSingularFilterConstant | undefined;
176
+ }
177
+ export interface TopicFilter {
178
+ FilterDescription?: string | undefined;
179
+ FilterClass?: FilterClass | undefined;
180
+ FilterName: string | undefined;
181
+ FilterSynonyms?: string[] | undefined;
182
+ OperandFieldName: string | undefined;
183
+ FilterType?: NamedFilterType | undefined;
184
+ CategoryFilter?: TopicCategoryFilter | undefined;
185
+ NumericEqualityFilter?: TopicNumericEqualityFilter | undefined;
186
+ NumericRangeFilter?: TopicNumericRangeFilter | undefined;
187
+ DateRangeFilter?: TopicDateRangeFilter | undefined;
188
+ RelativeDateFilter?: TopicRelativeDateFilter | undefined;
189
+ NullFilter?: TopicNullFilter | undefined;
190
+ }
191
+ export declare const NamedEntityAggType: {
192
+ readonly AVERAGE: "AVERAGE";
193
+ readonly COUNT: "COUNT";
194
+ readonly CUSTOM: "CUSTOM";
195
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
196
+ readonly MAX: "MAX";
197
+ readonly MEDIAN: "MEDIAN";
198
+ readonly MIN: "MIN";
199
+ readonly PERCENTILE: "PERCENTILE";
200
+ readonly STDEV: "STDEV";
201
+ readonly STDEVP: "STDEVP";
202
+ readonly SUM: "SUM";
203
+ readonly VAR: "VAR";
204
+ readonly VARP: "VARP";
205
+ };
206
+ export type NamedEntityAggType =
207
+ (typeof NamedEntityAggType)[keyof typeof NamedEntityAggType];
208
+ export interface NamedEntityDefinitionMetric {
209
+ Aggregation?: NamedEntityAggType | undefined;
210
+ AggregationFunctionParameters?: Record<string, string> | undefined;
211
+ }
212
+ export declare const PropertyRole: {
213
+ readonly ID: "ID";
214
+ readonly PRIMARY: "PRIMARY";
215
+ };
216
+ export type PropertyRole = (typeof PropertyRole)[keyof typeof PropertyRole];
217
+ export declare const PropertyUsage: {
218
+ readonly DIMENSION: "DIMENSION";
219
+ readonly INHERIT: "INHERIT";
220
+ readonly MEASURE: "MEASURE";
221
+ };
222
+ export type PropertyUsage = (typeof PropertyUsage)[keyof typeof PropertyUsage];
223
+ export interface NamedEntityDefinition {
224
+ FieldName?: string | undefined;
225
+ PropertyName?: string | undefined;
226
+ PropertyRole?: PropertyRole | undefined;
227
+ PropertyUsage?: PropertyUsage | undefined;
228
+ Metric?: NamedEntityDefinitionMetric | undefined;
229
+ }
230
+ export interface SemanticEntityType {
231
+ TypeName?: string | undefined;
232
+ SubTypeName?: string | undefined;
233
+ TypeParameters?: Record<string, string> | undefined;
234
+ }
235
+ export interface TopicNamedEntity {
236
+ EntityName: string | undefined;
237
+ EntityDescription?: string | undefined;
238
+ EntitySynonyms?: string[] | undefined;
239
+ SemanticEntityType?: SemanticEntityType | undefined;
240
+ Definition?: NamedEntityDefinition[] | undefined;
241
+ }
242
+ export interface DatasetMetadata {
243
+ DatasetArn: string | undefined;
244
+ DatasetName?: string | undefined;
245
+ DatasetDescription?: string | undefined;
246
+ DataAggregation?: DataAggregation | undefined;
247
+ Filters?: TopicFilter[] | undefined;
248
+ Columns?: TopicColumn[] | undefined;
249
+ CalculatedFields?: TopicCalculatedField[] | undefined;
250
+ NamedEntities?: TopicNamedEntity[] | undefined;
251
+ }
252
+ export declare const TopicUserExperienceVersion: {
253
+ readonly LEGACY: "LEGACY";
254
+ readonly NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE";
255
+ };
256
+ export type TopicUserExperienceVersion =
257
+ (typeof TopicUserExperienceVersion)[keyof typeof TopicUserExperienceVersion];
258
+ export interface TopicDetails {
259
+ Name?: string | undefined;
260
+ Description?: string | undefined;
261
+ UserExperienceVersion?: TopicUserExperienceVersion | undefined;
262
+ DataSets?: DatasetMetadata[] | undefined;
263
+ ConfigOptions?: TopicConfigOptions | undefined;
264
+ }
265
+ export interface CreateTopicRequest {
266
+ AwsAccountId: string | undefined;
267
+ TopicId: string | undefined;
268
+ Topic: TopicDetails | undefined;
269
+ Tags?: Tag[] | undefined;
270
+ FolderArns?: string[] | undefined;
271
+ CustomInstructions?: CustomInstructions | undefined;
272
+ }
273
+ export interface CreateTopicResponse {
274
+ Arn?: string | undefined;
275
+ TopicId?: string | undefined;
276
+ RefreshArn?: string | undefined;
277
+ RequestId?: string | undefined;
278
+ Status?: number | undefined;
279
+ }
280
+ export declare const TopicScheduleType: {
281
+ readonly DAILY: "DAILY";
282
+ readonly HOURLY: "HOURLY";
283
+ readonly MONTHLY: "MONTHLY";
284
+ readonly WEEKLY: "WEEKLY";
285
+ };
286
+ export type TopicScheduleType =
287
+ (typeof TopicScheduleType)[keyof typeof TopicScheduleType];
288
+ export interface TopicRefreshSchedule {
289
+ IsEnabled: boolean | undefined;
290
+ BasedOnSpiceSchedule: boolean | undefined;
291
+ StartingAt?: Date | undefined;
292
+ Timezone?: string | undefined;
293
+ RepeatAt?: string | undefined;
294
+ TopicScheduleType?: TopicScheduleType | undefined;
295
+ }
296
+ export interface CreateTopicRefreshScheduleRequest {
297
+ AwsAccountId: string | undefined;
298
+ TopicId: string | undefined;
299
+ DatasetArn: string | undefined;
300
+ DatasetName?: string | undefined;
301
+ RefreshSchedule: TopicRefreshSchedule | undefined;
302
+ }
303
+ export interface CreateTopicRefreshScheduleResponse {
304
+ TopicId?: string | undefined;
305
+ TopicArn?: string | undefined;
306
+ DatasetArn?: string | undefined;
307
+ Status?: number | undefined;
308
+ RequestId?: string | undefined;
309
+ }
310
+ export interface CreateVPCConnectionRequest {
311
+ AwsAccountId: string | undefined;
312
+ VPCConnectionId: string | undefined;
313
+ Name: string | undefined;
314
+ SubnetIds: string[] | undefined;
315
+ SecurityGroupIds: string[] | undefined;
316
+ DnsResolvers?: string[] | undefined;
317
+ RoleArn: string | undefined;
318
+ Tags?: Tag[] | undefined;
319
+ }
320
+ export declare const VPCConnectionAvailabilityStatus: {
321
+ readonly AVAILABLE: "AVAILABLE";
322
+ readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
323
+ readonly UNAVAILABLE: "UNAVAILABLE";
324
+ };
325
+ export type VPCConnectionAvailabilityStatus =
326
+ (typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
327
+ export declare const VPCConnectionResourceStatus: {
328
+ readonly CREATION_FAILED: "CREATION_FAILED";
329
+ readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
330
+ readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
331
+ readonly DELETED: "DELETED";
332
+ readonly DELETION_FAILED: "DELETION_FAILED";
333
+ readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
334
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
335
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
336
+ readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
337
+ };
338
+ export type VPCConnectionResourceStatus =
339
+ (typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
340
+ export interface CreateVPCConnectionResponse {
341
+ Arn?: string | undefined;
342
+ VPCConnectionId?: string | undefined;
343
+ CreationStatus?: VPCConnectionResourceStatus | undefined;
344
+ AvailabilityStatus?: VPCConnectionAvailabilityStatus | undefined;
345
+ RequestId?: string | undefined;
346
+ Status?: number | undefined;
347
+ }
348
+ export interface CustomPermissions {
349
+ Arn?: string | undefined;
350
+ CustomPermissionsName?: string | undefined;
351
+ Capabilities?: Capabilities | undefined;
352
+ }
353
+ export declare const DashboardErrorType: {
354
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
355
+ readonly COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH";
356
+ readonly COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING";
357
+ readonly COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH";
358
+ readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
359
+ readonly INTERNAL_FAILURE: "INTERNAL_FAILURE";
360
+ readonly PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND";
361
+ readonly PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID";
362
+ readonly PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE";
363
+ readonly SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND";
364
+ };
365
+ export type DashboardErrorType =
366
+ (typeof DashboardErrorType)[keyof typeof DashboardErrorType];
367
+ export interface DashboardError {
368
+ Type?: DashboardErrorType | undefined;
369
+ Message?: string | undefined;
370
+ ViolatedEntities?: Entity[] | undefined;
371
+ }
372
+ export interface DashboardVersion {
373
+ CreatedTime?: Date | undefined;
374
+ Errors?: DashboardError[] | undefined;
375
+ VersionNumber?: number | undefined;
376
+ Status?: ResourceStatus | undefined;
377
+ Arn?: string | undefined;
378
+ SourceEntityArn?: string | undefined;
379
+ DataSetArns?: string[] | undefined;
380
+ Description?: string | undefined;
381
+ ThemeArn?: string | undefined;
382
+ Sheets?: Sheet[] | undefined;
383
+ }
384
+ export interface Dashboard {
385
+ DashboardId?: string | undefined;
386
+ Arn?: string | undefined;
387
+ Name?: string | undefined;
388
+ Version?: DashboardVersion | undefined;
389
+ CreatedTime?: Date | undefined;
390
+ LastPublishedTime?: Date | undefined;
391
+ LastUpdatedTime?: Date | undefined;
392
+ LinkEntities?: string[] | undefined;
393
+ }
394
+ export declare const DashboardFilterAttribute: {
395
+ readonly DASHBOARD_NAME: "DASHBOARD_NAME";
396
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
397
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
398
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
399
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
400
+ readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
401
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
402
+ };
403
+ export type DashboardFilterAttribute =
404
+ (typeof DashboardFilterAttribute)[keyof typeof DashboardFilterAttribute];
405
+ export interface DashboardSearchFilter {
406
+ Operator: FilterOperator | undefined;
407
+ Name?: DashboardFilterAttribute | undefined;
408
+ Value?: string | undefined;
409
+ }
410
+ export declare const DashboardsQAStatus: {
411
+ readonly DISABLED: "DISABLED";
412
+ readonly ENABLED: "ENABLED";
413
+ };
414
+ export type DashboardsQAStatus =
415
+ (typeof DashboardsQAStatus)[keyof typeof DashboardsQAStatus];
416
+ export interface DashboardSummary {
417
+ Arn?: string | undefined;
418
+ DashboardId?: string | undefined;
419
+ Name?: string | undefined;
420
+ CreatedTime?: Date | undefined;
421
+ LastUpdatedTime?: Date | undefined;
422
+ PublishedVersionNumber?: number | undefined;
423
+ LastPublishedTime?: Date | undefined;
424
+ }
425
+ export interface DashboardVersionSummary {
426
+ Arn?: string | undefined;
427
+ CreatedTime?: Date | undefined;
428
+ VersionNumber?: number | undefined;
429
+ Status?: ResourceStatus | undefined;
430
+ SourceEntityArn?: string | undefined;
431
+ Description?: string | undefined;
432
+ }
433
+ export interface DashboardVisualResult {
434
+ DashboardId?: string | undefined;
435
+ DashboardName?: string | undefined;
436
+ SheetId?: string | undefined;
437
+ SheetName?: string | undefined;
438
+ VisualId?: string | undefined;
439
+ VisualTitle?: string | undefined;
440
+ VisualSubtitle?: string | undefined;
441
+ DashboardUrl?: string | undefined;
442
+ }
443
+ export interface OutputColumn {
444
+ Name?: string | undefined;
445
+ Id?: string | undefined;
446
+ Description?: string | undefined;
447
+ Type?: ColumnDataType | undefined;
448
+ SubType?: ColumnDataSubType | undefined;
449
+ }
450
+ export interface DataSet {
451
+ Arn?: string | undefined;
452
+ DataSetId?: string | undefined;
453
+ Name?: string | undefined;
454
+ CreatedTime?: Date | undefined;
455
+ LastUpdatedTime?: Date | undefined;
456
+ PhysicalTableMap?: Record<string, PhysicalTable> | undefined;
457
+ LogicalTableMap?: Record<string, LogicalTable> | undefined;
458
+ OutputColumns?: OutputColumn[] | undefined;
459
+ ImportMode?: DataSetImportMode | undefined;
460
+ ConsumedSpiceCapacityInBytes?: number | undefined;
461
+ ColumnGroups?: ColumnGroup[] | undefined;
462
+ FieldFolders?: Record<string, FieldFolder> | undefined;
463
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
464
+ RowLevelPermissionTagConfiguration?:
465
+ | RowLevelPermissionTagConfiguration
466
+ | undefined;
467
+ ColumnLevelPermissionRules?: ColumnLevelPermissionRule[] | undefined;
468
+ DataSetUsageConfiguration?: DataSetUsageConfiguration | undefined;
469
+ DatasetParameters?: DatasetParameter[] | undefined;
470
+ PerformanceConfiguration?: PerformanceConfiguration | undefined;
471
+ UseAs?: DataSetUseAs | undefined;
472
+ DataPrepConfiguration?: DataPrepConfiguration | undefined;
473
+ SemanticModelConfiguration?: SemanticModelConfiguration | undefined;
474
+ }
475
+ export declare const DataSetFilterAttribute: {
476
+ readonly DATASET_NAME: "DATASET_NAME";
477
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
478
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
479
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
480
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
481
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
482
+ };
483
+ export type DataSetFilterAttribute =
484
+ (typeof DataSetFilterAttribute)[keyof typeof DataSetFilterAttribute];
485
+ export interface DataSetSearchFilter {
486
+ Operator: FilterOperator | undefined;
487
+ Name: DataSetFilterAttribute | undefined;
488
+ Value: string | undefined;
489
+ }
490
+ export interface DataSetSummary {
491
+ Arn?: string | undefined;
492
+ DataSetId?: string | undefined;
493
+ Name?: string | undefined;
494
+ CreatedTime?: Date | undefined;
495
+ LastUpdatedTime?: Date | undefined;
496
+ ImportMode?: DataSetImportMode | undefined;
497
+ RowLevelPermissionDataSet?: RowLevelPermissionDataSet | undefined;
498
+ RowLevelPermissionDataSetMap?:
499
+ | Record<string, RowLevelPermissionDataSet>
500
+ | undefined;
501
+ RowLevelPermissionTagConfigurationApplied?: boolean | undefined;
502
+ ColumnLevelPermissionRulesApplied?: boolean | undefined;
503
+ UseAs?: DataSetUseAs | undefined;
504
+ }
505
+ export declare const DataSourceErrorInfoType: {
506
+ readonly ACCESS_DENIED: "ACCESS_DENIED";
507
+ readonly CONFLICT: "CONFLICT";
508
+ readonly COPY_SOURCE_NOT_FOUND: "COPY_SOURCE_NOT_FOUND";
509
+ readonly ENGINE_VERSION_NOT_SUPPORTED: "ENGINE_VERSION_NOT_SUPPORTED";
510
+ readonly GENERIC_SQL_FAILURE: "GENERIC_SQL_FAILURE";
511
+ readonly TIMEOUT: "TIMEOUT";
512
+ readonly UNKNOWN: "UNKNOWN";
513
+ readonly UNKNOWN_HOST: "UNKNOWN_HOST";
514
+ };
515
+ export type DataSourceErrorInfoType =
516
+ (typeof DataSourceErrorInfoType)[keyof typeof DataSourceErrorInfoType];
517
+ export interface DataSourceErrorInfo {
518
+ Type?: DataSourceErrorInfoType | undefined;
519
+ Message?: string | undefined;
520
+ }
521
+ export interface DataSource {
522
+ Arn?: string | undefined;
523
+ DataSourceId?: string | undefined;
524
+ Name?: string | undefined;
525
+ Type?: DataSourceType | undefined;
526
+ Status?: ResourceStatus | undefined;
527
+ CreatedTime?: Date | undefined;
528
+ LastUpdatedTime?: Date | undefined;
529
+ DataSourceParameters?: DataSourceParameters | undefined;
530
+ AlternateDataSourceParameters?: DataSourceParameters[] | undefined;
531
+ VpcConnectionProperties?: VpcConnectionProperties | undefined;
532
+ SslProperties?: SslProperties | undefined;
533
+ ErrorInfo?: DataSourceErrorInfo | undefined;
534
+ SecretArn?: string | undefined;
535
+ }
536
+ export declare const DataSourceFilterAttribute: {
537
+ readonly DATASOURCE_NAME: "DATASOURCE_NAME";
538
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
539
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
540
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
541
+ };
542
+ export type DataSourceFilterAttribute =
543
+ (typeof DataSourceFilterAttribute)[keyof typeof DataSourceFilterAttribute];
544
+ export interface DataSourceSearchFilter {
545
+ Operator: FilterOperator | undefined;
546
+ Name: DataSourceFilterAttribute | undefined;
547
+ Value: string | undefined;
548
+ }
89
549
  export interface DataSourceSummary {
90
550
  Arn?: string | undefined;
91
551
  DataSourceId?: string | undefined;
@@ -1551,339 +2011,41 @@ export interface RegisteredUserConsoleFeatureConfigurations {
1551
2011
  RecentSnapshots?: RecentSnapshotsConfigurations | undefined;
1552
2012
  ThresholdAlerts?: ThresholdAlertsConfigurations | undefined;
1553
2013
  }
1554
- export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
1555
- InitialPath?: string | undefined;
1556
- FeatureConfigurations?:
1557
- | RegisteredUserConsoleFeatureConfigurations
1558
- | undefined;
1559
- }
1560
- export interface RegisteredUserEmbeddingExperienceConfiguration {
1561
- Dashboard?: RegisteredUserDashboardEmbeddingConfiguration | undefined;
1562
- QuickSightConsole?:
1563
- | RegisteredUserQuickSightConsoleEmbeddingConfiguration
1564
- | undefined;
1565
- QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration | undefined;
1566
- DashboardVisual?:
1567
- | RegisteredUserDashboardVisualEmbeddingConfiguration
1568
- | undefined;
1569
- GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration | undefined;
1570
- }
1571
- export interface GenerateEmbedUrlForRegisteredUserRequest {
1572
- AwsAccountId: string | undefined;
1573
- SessionLifetimeInMinutes?: number | undefined;
1574
- UserArn: string | undefined;
1575
- ExperienceConfiguration:
1576
- | RegisteredUserEmbeddingExperienceConfiguration
1577
- | undefined;
1578
- AllowedDomains?: string[] | undefined;
1579
- }
1580
- export interface GenerateEmbedUrlForRegisteredUserResponse {
1581
- EmbedUrl: string | undefined;
1582
- Status: number | undefined;
1583
- RequestId: string | undefined;
1584
- }
1585
- export declare class QuickSightUserNotFoundException extends __BaseException {
1586
- readonly name: "QuickSightUserNotFoundException";
1587
- readonly $fault: "client";
1588
- Message?: string | undefined;
1589
- RequestId?: string | undefined;
1590
- constructor(
1591
- opts: __ExceptionOptionType<
1592
- QuickSightUserNotFoundException,
1593
- __BaseException
1594
- >
1595
- );
1596
- }
1597
- export interface GenerateEmbedUrlForRegisteredUserWithIdentityRequest {
1598
- AwsAccountId: string | undefined;
1599
- SessionLifetimeInMinutes?: number | undefined;
1600
- ExperienceConfiguration:
1601
- | RegisteredUserEmbeddingExperienceConfiguration
1602
- | undefined;
1603
- AllowedDomains?: string[] | undefined;
1604
- }
1605
- export interface GenerateEmbedUrlForRegisteredUserWithIdentityResponse {
1606
- EmbedUrl: string | undefined;
1607
- Status: number | undefined;
1608
- RequestId: string | undefined;
1609
- }
1610
- export interface GetDashboardEmbedUrlRequest {
1611
- AwsAccountId: string | undefined;
1612
- DashboardId: string | undefined;
1613
- IdentityType: EmbeddingIdentityType | undefined;
1614
- SessionLifetimeInMinutes?: number | undefined;
1615
- UndoRedoDisabled?: boolean | undefined;
1616
- ResetDisabled?: boolean | undefined;
1617
- StatePersistenceEnabled?: boolean | undefined;
1618
- UserArn?: string | undefined;
1619
- Namespace?: string | undefined;
1620
- AdditionalDashboardIds?: string[] | undefined;
1621
- }
1622
- export interface GetDashboardEmbedUrlResponse {
1623
- EmbedUrl?: string | undefined;
1624
- Status?: number | undefined;
1625
- RequestId?: string | undefined;
1626
- }
1627
- export declare class IdentityTypeNotSupportedException extends __BaseException {
1628
- readonly name: "IdentityTypeNotSupportedException";
1629
- readonly $fault: "client";
1630
- Message?: string | undefined;
1631
- RequestId?: string | undefined;
1632
- constructor(
1633
- opts: __ExceptionOptionType<
1634
- IdentityTypeNotSupportedException,
1635
- __BaseException
1636
- >
1637
- );
1638
- }
1639
- export interface GetFlowMetadataInput {
1640
- AwsAccountId: string | undefined;
1641
- FlowId: string | undefined;
1642
- }
1643
- export interface GetFlowMetadataOutput {
1644
- Arn: string | undefined;
1645
- FlowId: string | undefined;
1646
- Name: string | undefined;
1647
- Description?: string | undefined;
1648
- PublishState?: FlowPublishState | undefined;
1649
- UserCount?: number | undefined;
1650
- RunCount?: number | undefined;
1651
- CreatedTime: Date | undefined;
1652
- LastUpdatedTime?: Date | undefined;
1653
- RequestId?: string | undefined;
1654
- Status?: number | undefined;
1655
- }
1656
- export interface GetFlowPermissionsInput {
1657
- AwsAccountId: string | undefined;
1658
- FlowId: string | undefined;
1659
- }
1660
- export interface Permission {
1661
- Actions: string[] | undefined;
1662
- Principal: string | undefined;
1663
- }
1664
- export interface GetFlowPermissionsOutput {
1665
- Arn: string | undefined;
1666
- FlowId: string | undefined;
1667
- Permissions: Permission[] | undefined;
1668
- RequestId?: string | undefined;
1669
- Status?: number | undefined;
1670
- }
1671
- export interface GetSessionEmbedUrlRequest {
1672
- AwsAccountId: string | undefined;
1673
- EntryPoint?: string | undefined;
1674
- SessionLifetimeInMinutes?: number | undefined;
1675
- UserArn?: string | undefined;
1676
- }
1677
- export interface GetSessionEmbedUrlResponse {
1678
- EmbedUrl?: string | undefined;
1679
- Status?: number | undefined;
1680
- RequestId?: string | undefined;
1681
- }
1682
- export declare const GroupFilterAttribute: {
1683
- readonly GROUP_NAME: "GROUP_NAME";
1684
- };
1685
- export type GroupFilterAttribute =
1686
- (typeof GroupFilterAttribute)[keyof typeof GroupFilterAttribute];
1687
- export declare const GroupFilterOperator: {
1688
- readonly StartsWith: "StartsWith";
1689
- };
1690
- export type GroupFilterOperator =
1691
- (typeof GroupFilterOperator)[keyof typeof GroupFilterOperator];
1692
- export interface GroupSearchFilter {
1693
- Operator: GroupFilterOperator | undefined;
1694
- Name: GroupFilterAttribute | undefined;
1695
- Value: string | undefined;
1696
- }
1697
- export interface IAMPolicyAssignmentSummary {
1698
- AssignmentName?: string | undefined;
1699
- AssignmentStatus?: AssignmentStatus | undefined;
1700
- }
1701
- export declare const IncludeGeneratedAnswer: {
1702
- readonly EXCLUDE: "EXCLUDE";
1703
- readonly INCLUDE: "INCLUDE";
1704
- };
1705
- export type IncludeGeneratedAnswer =
1706
- (typeof IncludeGeneratedAnswer)[keyof typeof IncludeGeneratedAnswer];
1707
- export declare const IncludeQuickSightQIndex: {
1708
- readonly EXCLUDE: "EXCLUDE";
1709
- readonly INCLUDE: "INCLUDE";
1710
- };
1711
- export type IncludeQuickSightQIndex =
1712
- (typeof IncludeQuickSightQIndex)[keyof typeof IncludeQuickSightQIndex];
1713
- export interface ListActionConnectorsRequest {
1714
- AwsAccountId: string | undefined;
1715
- MaxResults?: number | undefined;
1716
- NextToken?: string | undefined;
1717
- }
1718
- export interface ListActionConnectorsResponse {
1719
- ActionConnectorSummaries: ActionConnectorSummary[] | undefined;
1720
- NextToken?: string | undefined;
1721
- RequestId?: string | undefined;
1722
- Status?: number | undefined;
1723
- }
1724
- export interface ListAnalysesRequest {
1725
- AwsAccountId: string | undefined;
1726
- NextToken?: string | undefined;
1727
- MaxResults?: number | undefined;
1728
- }
1729
- export interface ListAnalysesResponse {
1730
- AnalysisSummaryList?: AnalysisSummary[] | undefined;
1731
- NextToken?: string | undefined;
1732
- Status?: number | undefined;
1733
- RequestId?: string | undefined;
1734
- }
1735
- export interface ListAssetBundleExportJobsRequest {
1736
- AwsAccountId: string | undefined;
1737
- NextToken?: string | undefined;
1738
- MaxResults?: number | undefined;
1739
- }
1740
- export interface ListAssetBundleExportJobsResponse {
1741
- AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[] | undefined;
1742
- NextToken?: string | undefined;
1743
- RequestId?: string | undefined;
1744
- Status?: number | undefined;
1745
- }
1746
- export interface ListAssetBundleImportJobsRequest {
1747
- AwsAccountId: string | undefined;
1748
- NextToken?: string | undefined;
1749
- MaxResults?: number | undefined;
1750
- }
1751
- export interface ListAssetBundleImportJobsResponse {
1752
- AssetBundleImportJobSummaryList?: AssetBundleImportJobSummary[] | undefined;
1753
- NextToken?: string | undefined;
1754
- RequestId?: string | undefined;
1755
- Status?: number | undefined;
1756
- }
1757
- export interface ListBrandsRequest {
1758
- AwsAccountId: string | undefined;
1759
- MaxResults?: number | undefined;
1760
- NextToken?: string | undefined;
1761
- }
1762
- export interface ListBrandsResponse {
1763
- NextToken?: string | undefined;
1764
- Brands?: BrandSummary[] | undefined;
1765
- }
1766
- export interface ListCustomPermissionsRequest {
1767
- AwsAccountId: string | undefined;
1768
- MaxResults?: number | undefined;
1769
- NextToken?: string | undefined;
1770
- }
1771
- export interface ListCustomPermissionsResponse {
1772
- Status?: number | undefined;
1773
- CustomPermissionsList?: CustomPermissions[] | undefined;
1774
- NextToken?: string | undefined;
1775
- RequestId?: string | undefined;
1776
- }
1777
- export interface ListDashboardsRequest {
1778
- AwsAccountId: string | undefined;
1779
- NextToken?: string | undefined;
1780
- MaxResults?: number | undefined;
1781
- }
1782
- export interface ListDashboardsResponse {
1783
- DashboardSummaryList?: DashboardSummary[] | undefined;
1784
- NextToken?: string | undefined;
1785
- Status?: number | undefined;
1786
- RequestId?: string | undefined;
1787
- }
1788
- export interface ListDashboardVersionsRequest {
1789
- AwsAccountId: string | undefined;
1790
- DashboardId: string | undefined;
1791
- NextToken?: string | undefined;
1792
- MaxResults?: number | undefined;
1793
- }
1794
- export interface ListDashboardVersionsResponse {
1795
- DashboardVersionSummaryList?: DashboardVersionSummary[] | undefined;
1796
- NextToken?: string | undefined;
1797
- Status?: number | undefined;
1798
- RequestId?: string | undefined;
1799
- }
1800
- export interface ListDataSetsRequest {
1801
- AwsAccountId: string | undefined;
1802
- NextToken?: string | undefined;
1803
- MaxResults?: number | undefined;
1804
- }
1805
- export interface ListDataSetsResponse {
1806
- DataSetSummaries?: DataSetSummary[] | undefined;
1807
- NextToken?: string | undefined;
1808
- RequestId?: string | undefined;
1809
- Status?: number | undefined;
1810
- }
1811
- export interface ListDataSourcesRequest {
1812
- AwsAccountId: string | undefined;
1813
- NextToken?: string | undefined;
1814
- MaxResults?: number | undefined;
1815
- }
1816
- export interface ListDataSourcesResponse {
1817
- DataSources?: DataSource[] | undefined;
1818
- NextToken?: string | undefined;
1819
- RequestId?: string | undefined;
1820
- Status?: number | undefined;
1821
- }
1822
- export interface ListFlowsInput {
1823
- AwsAccountId: string | undefined;
1824
- NextToken?: string | undefined;
1825
- MaxResults?: number | undefined;
1826
- }
1827
- export interface ListFlowsOutput {
1828
- FlowSummaryList?: FlowSummary[] | undefined;
1829
- NextToken?: string | undefined;
1830
- RequestId?: string | undefined;
1831
- Status?: number | undefined;
1832
- }
1833
- export interface ListFolderMembersRequest {
1834
- AwsAccountId: string | undefined;
1835
- FolderId: string | undefined;
1836
- NextToken?: string | undefined;
1837
- MaxResults?: number | undefined;
1838
- }
1839
- export interface ListFolderMembersResponse {
1840
- Status?: number | undefined;
1841
- FolderMemberList?: MemberIdArnPair[] | undefined;
1842
- NextToken?: string | undefined;
1843
- RequestId?: string | undefined;
1844
- }
1845
- export interface ListFoldersRequest {
1846
- AwsAccountId: string | undefined;
1847
- NextToken?: string | undefined;
1848
- MaxResults?: number | undefined;
1849
- }
1850
- export interface ListFoldersResponse {
1851
- Status?: number | undefined;
1852
- FolderSummaryList?: FolderSummary[] | undefined;
1853
- NextToken?: string | undefined;
1854
- RequestId?: string | undefined;
1855
- }
1856
- export interface ListFoldersForResourceRequest {
1857
- AwsAccountId: string | undefined;
1858
- ResourceArn: string | undefined;
1859
- NextToken?: string | undefined;
1860
- MaxResults?: number | undefined;
1861
- }
1862
- export interface ListFoldersForResourceResponse {
1863
- Status?: number | undefined;
1864
- Folders?: string[] | undefined;
1865
- NextToken?: string | undefined;
1866
- RequestId?: string | undefined;
1867
- }
1868
- export interface ListGroupMembershipsRequest {
1869
- GroupName: string | undefined;
1870
- NextToken?: string | undefined;
1871
- MaxResults?: number | undefined;
1872
- AwsAccountId: string | undefined;
1873
- Namespace: string | undefined;
1874
- }
1875
- export interface ListGroupMembershipsResponse {
1876
- GroupMemberList?: GroupMember[] | undefined;
1877
- NextToken?: string | undefined;
1878
- RequestId?: string | undefined;
1879
- Status?: number | undefined;
1880
- }
1881
- export interface ListGroupsRequest {
1882
- AwsAccountId: string | undefined;
1883
- NextToken?: string | undefined;
1884
- MaxResults?: number | undefined;
1885
- Namespace: string | undefined;
1886
- }
2014
+ export declare const TopicRangeFilterConstantFilterSensitiveLog: (
2015
+ obj: TopicRangeFilterConstant
2016
+ ) => any;
2017
+ export declare const TopicDateRangeFilterFilterSensitiveLog: (
2018
+ obj: TopicDateRangeFilter
2019
+ ) => any;
2020
+ export declare const TopicSingularFilterConstantFilterSensitiveLog: (
2021
+ obj: TopicSingularFilterConstant
2022
+ ) => any;
2023
+ export declare const TopicNullFilterFilterSensitiveLog: (
2024
+ obj: TopicNullFilter
2025
+ ) => any;
2026
+ export declare const TopicNumericEqualityFilterFilterSensitiveLog: (
2027
+ obj: TopicNumericEqualityFilter
2028
+ ) => any;
2029
+ export declare const TopicNumericRangeFilterFilterSensitiveLog: (
2030
+ obj: TopicNumericRangeFilter
2031
+ ) => any;
2032
+ export declare const TopicRelativeDateFilterFilterSensitiveLog: (
2033
+ obj: TopicRelativeDateFilter
2034
+ ) => any;
2035
+ export declare const TopicFilterFilterSensitiveLog: (obj: TopicFilter) => any;
2036
+ export declare const DatasetMetadataFilterSensitiveLog: (
2037
+ obj: DatasetMetadata
2038
+ ) => any;
2039
+ export declare const TopicDetailsFilterSensitiveLog: (obj: TopicDetails) => any;
2040
+ export declare const CreateTopicRequestFilterSensitiveLog: (
2041
+ obj: CreateTopicRequest
2042
+ ) => any;
2043
+ export declare const DashboardVersionFilterSensitiveLog: (
2044
+ obj: DashboardVersion
2045
+ ) => any;
2046
+ export declare const DashboardFilterSensitiveLog: (obj: Dashboard) => any;
2047
+ export declare const OutputColumnFilterSensitiveLog: (obj: OutputColumn) => any;
2048
+ export declare const DataSetFilterSensitiveLog: (obj: DataSet) => any;
1887
2049
  export declare const DescribeActionConnectorResponseFilterSensitiveLog: (
1888
2050
  obj: DescribeActionConnectorResponse
1889
2051
  ) => any;
@@ -1943,18 +2105,3 @@ export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog:
1943
2105
  export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (
1944
2106
  obj: GenerateEmbedUrlForAnonymousUserResponse
1945
2107
  ) => any;
1946
- export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
1947
- obj: GenerateEmbedUrlForRegisteredUserResponse
1948
- ) => any;
1949
- export declare const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: (
1950
- obj: GenerateEmbedUrlForRegisteredUserWithIdentityResponse
1951
- ) => any;
1952
- export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
1953
- obj: GetDashboardEmbedUrlResponse
1954
- ) => any;
1955
- export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
1956
- obj: GetSessionEmbedUrlResponse
1957
- ) => any;
1958
- export declare const ListActionConnectorsResponseFilterSensitiveLog: (
1959
- obj: ListActionConnectorsResponse
1960
- ) => any;