@aws-sdk/client-quicksight 3.614.0 → 3.616.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 (94) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +783 -401
  3. package/dist-es/QuickSight.js +6 -0
  4. package/dist-es/QuickSightClient.js +5 -5
  5. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +25 -0
  6. package/dist-es/commands/BatchDeleteTopicReviewedAnswerCommand.js +24 -0
  7. package/dist-es/commands/CreateTemplateCommand.js +1 -1
  8. package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +1 -1
  9. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
  10. package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
  11. package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
  12. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +25 -0
  13. package/dist-es/commands/index.js +3 -0
  14. package/dist-es/models/models_0.js +43 -16
  15. package/dist-es/models/models_1.js +5 -7
  16. package/dist-es/models/models_2.js +138 -101
  17. package/dist-es/models/models_3.js +70 -136
  18. package/dist-es/models/models_4.js +131 -2
  19. package/dist-es/protocols/Aws_restJson1.js +174 -4
  20. package/dist-types/QuickSight.d.ts +21 -0
  21. package/dist-types/QuickSightClient.d.ts +7 -4
  22. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +567 -0
  23. package/dist-types/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +99 -0
  24. package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateDashboardCommand.d.ts +10 -0
  26. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateRoleMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateTemplateCommand.d.ts +11 -1
  37. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +10 -0
  38. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +10 -0
  39. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -0
  40. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  41. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  42. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  43. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  44. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +556 -0
  48. package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -0
  49. package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -0
  50. package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -0
  51. package/dist-types/commands/index.d.ts +3 -0
  52. package/dist-types/models/models_0.d.ts +119 -115
  53. package/dist-types/models/models_1.d.ts +97 -68
  54. package/dist-types/models/models_2.d.ts +2333 -2490
  55. package/dist-types/models/models_3.d.ts +4173 -4215
  56. package/dist-types/models/models_4.d.ts +1183 -2
  57. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  58. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  59. package/dist-types/runtimeConfig.d.ts +1 -1
  60. package/dist-types/runtimeConfig.native.d.ts +1 -1
  61. package/dist-types/ts3.4/QuickSight.d.ts +51 -0
  62. package/dist-types/ts3.4/QuickSightClient.d.ts +20 -2
  63. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +38 -0
  64. package/dist-types/ts3.4/commands/BatchDeleteTopicReviewedAnswerCommand.d.ts +40 -0
  65. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateFolderMembershipCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateGroupMembershipCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/CreateIAMPolicyAssignmentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateNamespaceCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateRefreshScheduleCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateRoleMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateTemplateAliasCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +60 -38
  86. package/dist-types/ts3.4/models/models_1.d.ts +26 -25
  87. package/dist-types/ts3.4/models/models_2.d.ts +339 -316
  88. package/dist-types/ts3.4/models/models_3.d.ts +286 -313
  89. package/dist-types/ts3.4/models/models_4.d.ts +317 -13
  90. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  91. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  94. package/package.json +17 -17
@@ -4,23 +4,26 @@ import {
4
4
  AccountInfo,
5
5
  AccountSettings,
6
6
  Analysis,
7
+ AnalysisDefaults,
7
8
  AnalysisError,
9
+ AssetOptions,
10
+ CalculatedField,
11
+ ColumnConfiguration,
8
12
  Entity,
9
- NumberScale,
13
+ FilterGroup,
14
+ ParameterDeclaration,
10
15
  ResourceStatus,
11
16
  Sheet,
17
+ TopicTimeGranularity,
12
18
  } from "./models_0";
13
19
  import {
14
20
  _Parameters,
15
21
  AnalysisDefinition,
16
- AnalysisSummary,
17
- AnonymousUserEmbeddingExperienceConfiguration,
18
22
  AnonymousUserSnapshotJobResult,
19
23
  AssetBundleCloudFormationOverridePropertyConfiguration,
20
24
  AssetBundleExportFormat,
21
25
  AssetBundleExportJobError,
22
26
  AssetBundleExportJobStatus,
23
- AssetBundleExportJobSummary,
24
27
  AssetBundleExportJobValidationStrategy,
25
28
  AssetBundleExportJobWarning,
26
29
  AssetBundleImportFailureAction,
@@ -34,7 +37,6 @@ import {
34
37
  AssetBundleImportSourceDescription,
35
38
  AssignmentStatus,
36
39
  AuthorSpecifiedAggregation,
37
- BookmarksConfigurations,
38
40
  BorderStyle,
39
41
  CategoryFilterFunction,
40
42
  CategoryFilterType,
@@ -44,46 +46,307 @@ import {
44
46
  ColumnDataSubType,
45
47
  ColumnDataType,
46
48
  ColumnGroup,
49
+ ColumnGroupSchema,
47
50
  ColumnLevelPermissionRule,
51
+ ColumnSchema,
48
52
  ComparativeOrder,
49
53
  ConstantType,
50
54
  DashboardPublishOptions,
51
55
  DashboardVersionDefinition,
52
- DashboardVisualId,
53
- DataSetConfiguration,
54
56
  DataSetImportMode,
55
57
  DatasetParameter,
58
+ DataSetReference,
56
59
  DataSetUsageConfiguration,
57
60
  DataSourceParameters,
58
61
  DataSourceType,
62
+ DisplayFormat,
63
+ DisplayFormatOptions,
59
64
  FieldFolder,
65
+ FilterClass,
60
66
  FilterOperator,
61
67
  FolderType,
62
- Group,
63
- GroupMember,
64
- IdentityStore,
65
- IngestionStatus,
66
68
  LinkSharingConfiguration,
67
69
  LogicalTable,
68
- MemberType,
69
- NamespaceStatus,
70
70
  PhysicalTable,
71
- RefreshSchedule,
72
71
  ResourcePermission,
73
- Role,
74
72
  RowLevelPermissionDataSet,
75
73
  RowLevelPermissionTagConfiguration,
76
74
  ServiceType,
77
75
  SharingModel,
76
+ SheetDefinition,
78
77
  SnapshotFile,
79
78
  SnapshotS3DestinationConfiguration,
80
79
  SslProperties,
81
80
  Tag,
82
- TemplateAlias,
83
- TemplateVersionDefinition,
81
+ ValidationStrategy,
84
82
  VpcConnectionProperties,
85
83
  } from "./models_2";
86
84
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
85
+ export interface CreateFolderResponse {
86
+ Status?: number;
87
+ Arn?: string;
88
+ FolderId?: string;
89
+ RequestId?: string;
90
+ }
91
+ export declare const MemberType: {
92
+ readonly ANALYSIS: "ANALYSIS";
93
+ readonly DASHBOARD: "DASHBOARD";
94
+ readonly DATASET: "DATASET";
95
+ readonly DATASOURCE: "DATASOURCE";
96
+ readonly TOPIC: "TOPIC";
97
+ };
98
+ export type MemberType = (typeof MemberType)[keyof typeof MemberType];
99
+ export interface CreateFolderMembershipRequest {
100
+ AwsAccountId: string | undefined;
101
+ FolderId: string | undefined;
102
+ MemberId: string | undefined;
103
+ MemberType: MemberType | undefined;
104
+ }
105
+ export interface FolderMember {
106
+ MemberId?: string;
107
+ MemberType?: MemberType;
108
+ }
109
+ export interface CreateFolderMembershipResponse {
110
+ Status?: number;
111
+ FolderMember?: FolderMember;
112
+ RequestId?: string;
113
+ }
114
+ export interface CreateGroupRequest {
115
+ GroupName: string | undefined;
116
+ Description?: string;
117
+ AwsAccountId: string | undefined;
118
+ Namespace: string | undefined;
119
+ }
120
+ export interface Group {
121
+ Arn?: string;
122
+ GroupName?: string;
123
+ Description?: string;
124
+ PrincipalId?: string;
125
+ }
126
+ export interface CreateGroupResponse {
127
+ Group?: Group;
128
+ RequestId?: string;
129
+ Status?: number;
130
+ }
131
+ export interface CreateGroupMembershipRequest {
132
+ MemberName: string | undefined;
133
+ GroupName: string | undefined;
134
+ AwsAccountId: string | undefined;
135
+ Namespace: string | undefined;
136
+ }
137
+ export interface GroupMember {
138
+ Arn?: string;
139
+ MemberName?: string;
140
+ }
141
+ export interface CreateGroupMembershipResponse {
142
+ GroupMember?: GroupMember;
143
+ RequestId?: string;
144
+ Status?: number;
145
+ }
146
+ export interface CreateIAMPolicyAssignmentRequest {
147
+ AwsAccountId: string | undefined;
148
+ AssignmentName: string | undefined;
149
+ AssignmentStatus: AssignmentStatus | undefined;
150
+ PolicyArn?: string;
151
+ Identities?: Record<string, string[]>;
152
+ Namespace: string | undefined;
153
+ }
154
+ export interface CreateIAMPolicyAssignmentResponse {
155
+ AssignmentName?: string;
156
+ AssignmentId?: string;
157
+ AssignmentStatus?: AssignmentStatus;
158
+ PolicyArn?: string;
159
+ Identities?: Record<string, string[]>;
160
+ RequestId?: string;
161
+ Status?: number;
162
+ }
163
+ export declare const IngestionType: {
164
+ readonly FULL_REFRESH: "FULL_REFRESH";
165
+ readonly INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH";
166
+ };
167
+ export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType];
168
+ export interface CreateIngestionRequest {
169
+ DataSetId: string | undefined;
170
+ IngestionId: string | undefined;
171
+ AwsAccountId: string | undefined;
172
+ IngestionType?: IngestionType;
173
+ }
174
+ export declare const IngestionStatus: {
175
+ readonly CANCELLED: "CANCELLED";
176
+ readonly COMPLETED: "COMPLETED";
177
+ readonly FAILED: "FAILED";
178
+ readonly INITIALIZED: "INITIALIZED";
179
+ readonly QUEUED: "QUEUED";
180
+ readonly RUNNING: "RUNNING";
181
+ };
182
+ export type IngestionStatus =
183
+ (typeof IngestionStatus)[keyof typeof IngestionStatus];
184
+ export interface CreateIngestionResponse {
185
+ Arn?: string;
186
+ IngestionId?: string;
187
+ IngestionStatus?: IngestionStatus;
188
+ RequestId?: string;
189
+ Status?: number;
190
+ }
191
+ export declare const IdentityStore: {
192
+ readonly QUICKSIGHT: "QUICKSIGHT";
193
+ };
194
+ export type IdentityStore = (typeof IdentityStore)[keyof typeof IdentityStore];
195
+ export interface CreateNamespaceRequest {
196
+ AwsAccountId: string | undefined;
197
+ Namespace: string | undefined;
198
+ IdentityStore: IdentityStore | undefined;
199
+ Tags?: Tag[];
200
+ }
201
+ export declare const NamespaceStatus: {
202
+ readonly CREATED: "CREATED";
203
+ readonly CREATING: "CREATING";
204
+ readonly DELETING: "DELETING";
205
+ readonly NON_RETRYABLE_FAILURE: "NON_RETRYABLE_FAILURE";
206
+ readonly RETRYABLE_FAILURE: "RETRYABLE_FAILURE";
207
+ };
208
+ export type NamespaceStatus =
209
+ (typeof NamespaceStatus)[keyof typeof NamespaceStatus];
210
+ export interface CreateNamespaceResponse {
211
+ Arn?: string;
212
+ Name?: string;
213
+ CapacityRegion?: string;
214
+ CreationStatus?: NamespaceStatus;
215
+ IdentityStore?: IdentityStore;
216
+ RequestId?: string;
217
+ Status?: number;
218
+ }
219
+ export declare const RefreshInterval: {
220
+ readonly DAILY: "DAILY";
221
+ readonly HOURLY: "HOURLY";
222
+ readonly MINUTE15: "MINUTE15";
223
+ readonly MINUTE30: "MINUTE30";
224
+ readonly MONTHLY: "MONTHLY";
225
+ readonly WEEKLY: "WEEKLY";
226
+ };
227
+ export type RefreshInterval =
228
+ (typeof RefreshInterval)[keyof typeof RefreshInterval];
229
+ export declare const DayOfWeek: {
230
+ readonly FRIDAY: "FRIDAY";
231
+ readonly MONDAY: "MONDAY";
232
+ readonly SATURDAY: "SATURDAY";
233
+ readonly SUNDAY: "SUNDAY";
234
+ readonly THURSDAY: "THURSDAY";
235
+ readonly TUESDAY: "TUESDAY";
236
+ readonly WEDNESDAY: "WEDNESDAY";
237
+ };
238
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
239
+ export interface ScheduleRefreshOnEntity {
240
+ DayOfWeek?: DayOfWeek;
241
+ DayOfMonth?: string;
242
+ }
243
+ export interface RefreshFrequency {
244
+ Interval: RefreshInterval | undefined;
245
+ RefreshOnDay?: ScheduleRefreshOnEntity;
246
+ Timezone?: string;
247
+ TimeOfTheDay?: string;
248
+ }
249
+ export interface RefreshSchedule {
250
+ ScheduleId: string | undefined;
251
+ ScheduleFrequency: RefreshFrequency | undefined;
252
+ StartAfterDateTime?: Date;
253
+ RefreshType: IngestionType | undefined;
254
+ Arn?: string;
255
+ }
256
+ export interface CreateRefreshScheduleRequest {
257
+ DataSetId: string | undefined;
258
+ AwsAccountId: string | undefined;
259
+ Schedule: RefreshSchedule | undefined;
260
+ }
261
+ export interface CreateRefreshScheduleResponse {
262
+ Status?: number;
263
+ RequestId?: string;
264
+ ScheduleId?: string;
265
+ Arn?: string;
266
+ }
267
+ export declare const Role: {
268
+ readonly ADMIN: "ADMIN";
269
+ readonly ADMIN_PRO: "ADMIN_PRO";
270
+ readonly AUTHOR: "AUTHOR";
271
+ readonly AUTHOR_PRO: "AUTHOR_PRO";
272
+ readonly READER: "READER";
273
+ readonly READER_PRO: "READER_PRO";
274
+ };
275
+ export type Role = (typeof Role)[keyof typeof Role];
276
+ export interface CreateRoleMembershipRequest {
277
+ MemberName: string | undefined;
278
+ AwsAccountId: string | undefined;
279
+ Namespace: string | undefined;
280
+ Role: Role | undefined;
281
+ }
282
+ export interface CreateRoleMembershipResponse {
283
+ RequestId?: string;
284
+ Status?: number;
285
+ }
286
+ export interface DataSetSchema {
287
+ ColumnSchemaList?: ColumnSchema[];
288
+ }
289
+ export interface DataSetConfiguration {
290
+ Placeholder?: string;
291
+ DataSetSchema?: DataSetSchema;
292
+ ColumnGroupSchemaList?: ColumnGroupSchema[];
293
+ }
294
+ export interface TemplateVersionDefinition {
295
+ DataSetConfigurations: DataSetConfiguration[] | undefined;
296
+ Sheets?: SheetDefinition[];
297
+ CalculatedFields?: CalculatedField[];
298
+ ParameterDeclarations?: ParameterDeclaration[];
299
+ FilterGroups?: FilterGroup[];
300
+ ColumnConfigurations?: ColumnConfiguration[];
301
+ AnalysisDefaults?: AnalysisDefaults;
302
+ Options?: AssetOptions;
303
+ }
304
+ export interface TemplateSourceAnalysis {
305
+ Arn: string | undefined;
306
+ DataSetReferences: DataSetReference[] | undefined;
307
+ }
308
+ export interface TemplateSourceTemplate {
309
+ Arn: string | undefined;
310
+ }
311
+ export interface TemplateSourceEntity {
312
+ SourceAnalysis?: TemplateSourceAnalysis;
313
+ SourceTemplate?: TemplateSourceTemplate;
314
+ }
315
+ export interface CreateTemplateRequest {
316
+ AwsAccountId: string | undefined;
317
+ TemplateId: string | undefined;
318
+ Name?: string;
319
+ Permissions?: ResourcePermission[];
320
+ SourceEntity?: TemplateSourceEntity;
321
+ Tags?: Tag[];
322
+ VersionDescription?: string;
323
+ Definition?: TemplateVersionDefinition;
324
+ ValidationStrategy?: ValidationStrategy;
325
+ }
326
+ export interface CreateTemplateResponse {
327
+ Arn?: string;
328
+ VersionArn?: string;
329
+ TemplateId?: string;
330
+ CreationStatus?: ResourceStatus;
331
+ Status?: number;
332
+ RequestId?: string;
333
+ }
334
+ export interface CreateTemplateAliasRequest {
335
+ AwsAccountId: string | undefined;
336
+ TemplateId: string | undefined;
337
+ AliasName: string | undefined;
338
+ TemplateVersionNumber: number | undefined;
339
+ }
340
+ export interface TemplateAlias {
341
+ AliasName?: string;
342
+ Arn?: string;
343
+ TemplateVersionNumber?: number;
344
+ }
345
+ export interface CreateTemplateAliasResponse {
346
+ TemplateAlias?: TemplateAlias;
347
+ Status?: number;
348
+ RequestId?: string;
349
+ }
87
350
  export interface DataColorPalette {
88
351
  Colors?: string[];
89
352
  MinMaxGradient?: string[];
@@ -185,39 +448,6 @@ export declare const DefaultAggregation: {
185
448
  };
186
449
  export type DefaultAggregation =
187
450
  (typeof DefaultAggregation)[keyof typeof DefaultAggregation];
188
- export declare const DisplayFormat: {
189
- readonly AUTO: "AUTO";
190
- readonly CURRENCY: "CURRENCY";
191
- readonly DATE: "DATE";
192
- readonly NUMBER: "NUMBER";
193
- readonly PERCENT: "PERCENT";
194
- readonly STRING: "STRING";
195
- };
196
- export type DisplayFormat = (typeof DisplayFormat)[keyof typeof DisplayFormat];
197
- export declare const TopicNumericSeparatorSymbol: {
198
- readonly COMMA: "COMMA";
199
- readonly DOT: "DOT";
200
- };
201
- export type TopicNumericSeparatorSymbol =
202
- (typeof TopicNumericSeparatorSymbol)[keyof typeof TopicNumericSeparatorSymbol];
203
- export interface NegativeFormat {
204
- Prefix?: string;
205
- Suffix?: string;
206
- }
207
- export interface DisplayFormatOptions {
208
- UseBlankCellFormat?: boolean;
209
- BlankCellFormat?: string;
210
- DateFormat?: string;
211
- DecimalSeparator?: TopicNumericSeparatorSymbol;
212
- GroupingSeparator?: string;
213
- UseGrouping?: boolean;
214
- FractionDigits?: number;
215
- Prefix?: string;
216
- Suffix?: string;
217
- UnitScaler?: NumberScale;
218
- NegativeFormat?: NegativeFormat;
219
- CurrencySymbol?: string;
220
- }
221
451
  export interface DefaultFormatting {
222
452
  DisplayFormat?: DisplayFormat;
223
453
  DisplayFormatOptions?: DisplayFormatOptions;
@@ -231,18 +461,6 @@ export interface SemanticType {
231
461
  FalseyCellValue?: string;
232
462
  FalseyCellValueSynonyms?: string[];
233
463
  }
234
- export declare const TopicTimeGranularity: {
235
- readonly DAY: "DAY";
236
- readonly HOUR: "HOUR";
237
- readonly MINUTE: "MINUTE";
238
- readonly MONTH: "MONTH";
239
- readonly QUARTER: "QUARTER";
240
- readonly SECOND: "SECOND";
241
- readonly WEEK: "WEEK";
242
- readonly YEAR: "YEAR";
243
- };
244
- export type TopicTimeGranularity =
245
- (typeof TopicTimeGranularity)[keyof typeof TopicTimeGranularity];
246
464
  export interface TopicCalculatedField {
247
465
  CalculatedFieldName: string | undefined;
248
466
  CalculatedFieldDescription?: string;
@@ -308,12 +526,6 @@ export interface TopicDateRangeFilter {
308
526
  Inclusive?: boolean;
309
527
  Constant?: TopicRangeFilterConstant;
310
528
  }
311
- export declare const FilterClass: {
312
- readonly CONDITIONAL_VALUE_FILTER: "CONDITIONAL_VALUE_FILTER";
313
- readonly ENFORCED_VALUE_FILTER: "ENFORCED_VALUE_FILTER";
314
- readonly NAMED_VALUE_FILTER: "NAMED_VALUE_FILTER";
315
- };
316
- export type FilterClass = (typeof FilterClass)[keyof typeof FilterClass];
317
529
  export declare const NamedFilterType: {
318
530
  readonly CATEGORY_FILTER: "CATEGORY_FILTER";
319
531
  readonly DATE_RANGE_FILTER: "DATE_RANGE_FILTER";
@@ -1834,235 +2046,12 @@ export interface FailedKeyRegistrationEntry {
1834
2046
  StatusCode: number | undefined;
1835
2047
  SenderFault: boolean | undefined;
1836
2048
  }
1837
- export declare const FolderFilterAttribute: {
1838
- readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
1839
- readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
1840
- readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
1841
- readonly FOLDER_NAME: "FOLDER_NAME";
1842
- readonly PARENT_FOLDER_ARN: "PARENT_FOLDER_ARN";
1843
- readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
1844
- readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
1845
- };
1846
- export type FolderFilterAttribute =
1847
- (typeof FolderFilterAttribute)[keyof typeof FolderFilterAttribute];
1848
- export interface MemberIdArnPair {
1849
- MemberId?: string;
1850
- MemberArn?: string;
1851
- }
1852
- export interface FolderSearchFilter {
1853
- Operator?: FilterOperator;
1854
- Name?: FolderFilterAttribute;
1855
- Value?: string;
1856
- }
1857
- export interface FolderSummary {
1858
- Arn?: string;
1859
- FolderId?: string;
1860
- Name?: string;
1861
- FolderType?: FolderType;
1862
- CreatedTime?: Date;
1863
- LastUpdatedTime?: Date;
1864
- SharingModel?: SharingModel;
1865
- }
1866
- export interface SessionTag {
1867
- Key: string | undefined;
1868
- Value: string | undefined;
1869
- }
1870
- export interface GenerateEmbedUrlForAnonymousUserRequest {
1871
- AwsAccountId: string | undefined;
1872
- SessionLifetimeInMinutes?: number;
1873
- Namespace: string | undefined;
1874
- SessionTags?: SessionTag[];
1875
- AuthorizedResourceArns: string[] | undefined;
1876
- ExperienceConfiguration:
1877
- | AnonymousUserEmbeddingExperienceConfiguration
1878
- | undefined;
1879
- AllowedDomains?: string[];
1880
- }
1881
- export interface GenerateEmbedUrlForAnonymousUserResponse {
1882
- EmbedUrl: string | undefined;
1883
- Status: number | undefined;
1884
- RequestId: string | undefined;
1885
- AnonymousUserArn: string | undefined;
1886
- }
1887
- export declare class SessionLifetimeInMinutesInvalidException extends __BaseException {
1888
- readonly name: "SessionLifetimeInMinutesInvalidException";
1889
- readonly $fault: "client";
1890
- Message?: string;
1891
- RequestId?: string;
1892
- constructor(
1893
- opts: __ExceptionOptionType<
1894
- SessionLifetimeInMinutesInvalidException,
1895
- __BaseException
1896
- >
1897
- );
1898
- }
1899
- export declare class UnsupportedPricingPlanException extends __BaseException {
1900
- readonly name: "UnsupportedPricingPlanException";
1901
- readonly $fault: "client";
1902
- Message?: string;
1903
- RequestId?: string;
1904
- constructor(
1905
- opts: __ExceptionOptionType<
1906
- UnsupportedPricingPlanException,
1907
- __BaseException
1908
- >
1909
- );
1910
- }
1911
- export interface StatePersistenceConfigurations {
1912
- Enabled: boolean | undefined;
1913
- }
1914
- export interface RegisteredUserDashboardFeatureConfigurations {
1915
- StatePersistence?: StatePersistenceConfigurations;
1916
- Bookmarks?: BookmarksConfigurations;
1917
- }
1918
- export interface RegisteredUserDashboardEmbeddingConfiguration {
1919
- InitialDashboardId: string | undefined;
1920
- FeatureConfigurations?: RegisteredUserDashboardFeatureConfigurations;
1921
- }
1922
- export interface RegisteredUserDashboardVisualEmbeddingConfiguration {
1923
- InitialDashboardVisualId: DashboardVisualId | undefined;
1924
- }
1925
- export interface RegisteredUserGenerativeQnAEmbeddingConfiguration {
1926
- InitialTopicId?: string;
1927
- }
1928
- export interface RegisteredUserQSearchBarEmbeddingConfiguration {
1929
- InitialTopicId?: string;
1930
- }
1931
- export interface RegisteredUserConsoleFeatureConfigurations {
1932
- StatePersistence?: StatePersistenceConfigurations;
1933
- }
1934
- export interface RegisteredUserQuickSightConsoleEmbeddingConfiguration {
1935
- InitialPath?: string;
1936
- FeatureConfigurations?: RegisteredUserConsoleFeatureConfigurations;
1937
- }
1938
- export interface RegisteredUserEmbeddingExperienceConfiguration {
1939
- Dashboard?: RegisteredUserDashboardEmbeddingConfiguration;
1940
- QuickSightConsole?: RegisteredUserQuickSightConsoleEmbeddingConfiguration;
1941
- QSearchBar?: RegisteredUserQSearchBarEmbeddingConfiguration;
1942
- DashboardVisual?: RegisteredUserDashboardVisualEmbeddingConfiguration;
1943
- GenerativeQnA?: RegisteredUserGenerativeQnAEmbeddingConfiguration;
1944
- }
1945
- export interface GenerateEmbedUrlForRegisteredUserRequest {
1946
- AwsAccountId: string | undefined;
1947
- SessionLifetimeInMinutes?: number;
1948
- UserArn: string | undefined;
1949
- ExperienceConfiguration:
1950
- | RegisteredUserEmbeddingExperienceConfiguration
1951
- | undefined;
1952
- AllowedDomains?: string[];
1953
- }
1954
- export interface GenerateEmbedUrlForRegisteredUserResponse {
1955
- EmbedUrl: string | undefined;
1956
- Status: number | undefined;
1957
- RequestId: string | undefined;
1958
- }
1959
- export declare class QuickSightUserNotFoundException extends __BaseException {
1960
- readonly name: "QuickSightUserNotFoundException";
1961
- readonly $fault: "client";
1962
- Message?: string;
1963
- RequestId?: string;
1964
- constructor(
1965
- opts: __ExceptionOptionType<
1966
- QuickSightUserNotFoundException,
1967
- __BaseException
1968
- >
1969
- );
1970
- }
1971
- export interface GetDashboardEmbedUrlRequest {
1972
- AwsAccountId: string | undefined;
1973
- DashboardId: string | undefined;
1974
- IdentityType: EmbeddingIdentityType | undefined;
1975
- SessionLifetimeInMinutes?: number;
1976
- UndoRedoDisabled?: boolean;
1977
- ResetDisabled?: boolean;
1978
- StatePersistenceEnabled?: boolean;
1979
- UserArn?: string;
1980
- Namespace?: string;
1981
- AdditionalDashboardIds?: string[];
1982
- }
1983
- export interface GetDashboardEmbedUrlResponse {
1984
- EmbedUrl?: string;
1985
- Status?: number;
1986
- RequestId?: string;
1987
- }
1988
- export declare class IdentityTypeNotSupportedException extends __BaseException {
1989
- readonly name: "IdentityTypeNotSupportedException";
1990
- readonly $fault: "client";
1991
- Message?: string;
1992
- RequestId?: string;
1993
- constructor(
1994
- opts: __ExceptionOptionType<
1995
- IdentityTypeNotSupportedException,
1996
- __BaseException
1997
- >
1998
- );
1999
- }
2000
- export interface GetSessionEmbedUrlRequest {
2001
- AwsAccountId: string | undefined;
2002
- EntryPoint?: string;
2003
- SessionLifetimeInMinutes?: number;
2004
- UserArn?: string;
2005
- }
2006
- export interface GetSessionEmbedUrlResponse {
2007
- EmbedUrl?: string;
2008
- Status?: number;
2009
- RequestId?: string;
2010
- }
2011
- export declare const GroupFilterAttribute: {
2012
- readonly GROUP_NAME: "GROUP_NAME";
2013
- };
2014
- export type GroupFilterAttribute =
2015
- (typeof GroupFilterAttribute)[keyof typeof GroupFilterAttribute];
2016
- export declare const GroupFilterOperator: {
2017
- readonly StartsWith: "StartsWith";
2018
- };
2019
- export type GroupFilterOperator =
2020
- (typeof GroupFilterOperator)[keyof typeof GroupFilterOperator];
2021
- export interface GroupSearchFilter {
2022
- Operator: GroupFilterOperator | undefined;
2023
- Name: GroupFilterAttribute | undefined;
2024
- Value: string | undefined;
2025
- }
2026
- export interface IAMPolicyAssignmentSummary {
2027
- AssignmentName?: string;
2028
- AssignmentStatus?: AssignmentStatus;
2029
- }
2030
- export declare class InvalidRequestException extends __BaseException {
2031
- readonly name: "InvalidRequestException";
2032
- readonly $fault: "client";
2033
- Message?: string;
2034
- RequestId?: string;
2035
- constructor(
2036
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
2037
- );
2038
- }
2039
- export interface ListAnalysesRequest {
2040
- AwsAccountId: string | undefined;
2041
- NextToken?: string;
2042
- MaxResults?: number;
2043
- }
2044
- export interface ListAnalysesResponse {
2045
- AnalysisSummaryList?: AnalysisSummary[];
2046
- NextToken?: string;
2047
- Status?: number;
2048
- RequestId?: string;
2049
- }
2050
- export interface ListAssetBundleExportJobsRequest {
2051
- AwsAccountId: string | undefined;
2052
- NextToken?: string;
2053
- MaxResults?: number;
2054
- }
2055
- export interface ListAssetBundleExportJobsResponse {
2056
- AssetBundleExportJobSummaryList?: AssetBundleExportJobSummary[];
2057
- NextToken?: string;
2058
- RequestId?: string;
2059
- Status?: number;
2060
- }
2061
- export interface ListAssetBundleImportJobsRequest {
2062
- AwsAccountId: string | undefined;
2063
- NextToken?: string;
2064
- MaxResults?: number;
2065
- }
2049
+ export declare const TemplateVersionDefinitionFilterSensitiveLog: (
2050
+ obj: TemplateVersionDefinition
2051
+ ) => any;
2052
+ export declare const CreateTemplateRequestFilterSensitiveLog: (
2053
+ obj: CreateTemplateRequest
2054
+ ) => any;
2066
2055
  export declare const SemanticTypeFilterSensitiveLog: (obj: SemanticType) => any;
2067
2056
  export declare const TopicCalculatedFieldFilterSensitiveLog: (
2068
2057
  obj: TopicCalculatedField
@@ -2134,19 +2123,3 @@ export declare const DescribeTemplateDefinitionResponseFilterSensitiveLog: (
2134
2123
  export declare const DescribeTopicResponseFilterSensitiveLog: (
2135
2124
  obj: DescribeTopicResponse
2136
2125
  ) => any;
2137
- export declare const SessionTagFilterSensitiveLog: (obj: SessionTag) => any;
2138
- export declare const GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog: (
2139
- obj: GenerateEmbedUrlForAnonymousUserRequest
2140
- ) => any;
2141
- export declare const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: (
2142
- obj: GenerateEmbedUrlForAnonymousUserResponse
2143
- ) => any;
2144
- export declare const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: (
2145
- obj: GenerateEmbedUrlForRegisteredUserResponse
2146
- ) => any;
2147
- export declare const GetDashboardEmbedUrlResponseFilterSensitiveLog: (
2148
- obj: GetDashboardEmbedUrlResponse
2149
- ) => any;
2150
- export declare const GetSessionEmbedUrlResponseFilterSensitiveLog: (
2151
- obj: GetSessionEmbedUrlResponse
2152
- ) => any;