@aws-sdk/client-quicksight 3.300.0 → 3.303.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.
- package/dist-cjs/models/models_0.js +311 -372
- package/dist-cjs/models/models_1.js +276 -326
- package/dist-cjs/models/models_2.js +249 -281
- package/dist-cjs/models/models_3.js +6 -8
- package/dist-es/models/models_0.js +311 -372
- package/dist-es/models/models_1.js +276 -326
- package/dist-es/models/models_2.js +249 -281
- package/dist-es/models/models_3.js +6 -8
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
- package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
- package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
- package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
- package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
- package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
- package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
- package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
- package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
- package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListThemesCommand.d.ts +1 -1
- package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
- package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
- package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
- package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +616 -311
- package/dist-types/models/models_1.d.ts +526 -276
- package/dist-types/models/models_2.d.ts +410 -250
- package/dist-types/models/models_3.d.ts +16 -6
- package/dist-types/ts3.4/models/models_0.d.ts +422 -311
- package/dist-types/ts3.4/models/models_1.d.ts +369 -276
- package/dist-types/ts3.4/models/models_2.d.ts +302 -249
- package/dist-types/ts3.4/models/models_3.d.ts +10 -6
- package/package.json +34 -34
|
@@ -20,378 +20,317 @@ class AccessDeniedException extends QuickSightServiceException_1.QuickSightServi
|
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
exports.AccessDeniedException = AccessDeniedException;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
})(BarChartOrientation = exports.BarChartOrientation || (exports.BarChartOrientation = {}));
|
|
335
|
-
var AxisBinding;
|
|
336
|
-
(function (AxisBinding) {
|
|
337
|
-
AxisBinding["PRIMARY_YAXIS"] = "PRIMARY_YAXIS";
|
|
338
|
-
AxisBinding["SECONDARY_YAXIS"] = "SECONDARY_YAXIS";
|
|
339
|
-
})(AxisBinding = exports.AxisBinding || (exports.AxisBinding = {}));
|
|
340
|
-
var ReferenceLineLabelHorizontalPosition;
|
|
341
|
-
(function (ReferenceLineLabelHorizontalPosition) {
|
|
342
|
-
ReferenceLineLabelHorizontalPosition["CENTER"] = "CENTER";
|
|
343
|
-
ReferenceLineLabelHorizontalPosition["LEFT"] = "LEFT";
|
|
344
|
-
ReferenceLineLabelHorizontalPosition["RIGHT"] = "RIGHT";
|
|
345
|
-
})(ReferenceLineLabelHorizontalPosition = exports.ReferenceLineLabelHorizontalPosition || (exports.ReferenceLineLabelHorizontalPosition = {}));
|
|
346
|
-
var ReferenceLineValueLabelRelativePosition;
|
|
347
|
-
(function (ReferenceLineValueLabelRelativePosition) {
|
|
348
|
-
ReferenceLineValueLabelRelativePosition["AFTER_CUSTOM_LABEL"] = "AFTER_CUSTOM_LABEL";
|
|
349
|
-
ReferenceLineValueLabelRelativePosition["BEFORE_CUSTOM_LABEL"] = "BEFORE_CUSTOM_LABEL";
|
|
350
|
-
})(ReferenceLineValueLabelRelativePosition = exports.ReferenceLineValueLabelRelativePosition || (exports.ReferenceLineValueLabelRelativePosition = {}));
|
|
351
|
-
var ReferenceLineLabelVerticalPosition;
|
|
352
|
-
(function (ReferenceLineLabelVerticalPosition) {
|
|
353
|
-
ReferenceLineLabelVerticalPosition["ABOVE"] = "ABOVE";
|
|
354
|
-
ReferenceLineLabelVerticalPosition["BELOW"] = "BELOW";
|
|
355
|
-
})(ReferenceLineLabelVerticalPosition = exports.ReferenceLineLabelVerticalPosition || (exports.ReferenceLineLabelVerticalPosition = {}));
|
|
356
|
-
var ReferenceLinePatternType;
|
|
357
|
-
(function (ReferenceLinePatternType) {
|
|
358
|
-
ReferenceLinePatternType["DASHED"] = "DASHED";
|
|
359
|
-
ReferenceLinePatternType["DOTTED"] = "DOTTED";
|
|
360
|
-
ReferenceLinePatternType["SOLID"] = "SOLID";
|
|
361
|
-
})(ReferenceLinePatternType = exports.ReferenceLinePatternType || (exports.ReferenceLinePatternType = {}));
|
|
362
|
-
var PanelBorderStyle;
|
|
363
|
-
(function (PanelBorderStyle) {
|
|
364
|
-
PanelBorderStyle["DASHED"] = "DASHED";
|
|
365
|
-
PanelBorderStyle["DOTTED"] = "DOTTED";
|
|
366
|
-
PanelBorderStyle["SOLID"] = "SOLID";
|
|
367
|
-
})(PanelBorderStyle = exports.PanelBorderStyle || (exports.PanelBorderStyle = {}));
|
|
368
|
-
var HorizontalTextAlignment;
|
|
369
|
-
(function (HorizontalTextAlignment) {
|
|
370
|
-
HorizontalTextAlignment["AUTO"] = "AUTO";
|
|
371
|
-
HorizontalTextAlignment["CENTER"] = "CENTER";
|
|
372
|
-
HorizontalTextAlignment["LEFT"] = "LEFT";
|
|
373
|
-
HorizontalTextAlignment["RIGHT"] = "RIGHT";
|
|
374
|
-
})(HorizontalTextAlignment = exports.HorizontalTextAlignment || (exports.HorizontalTextAlignment = {}));
|
|
375
|
-
var OtherCategories;
|
|
376
|
-
(function (OtherCategories) {
|
|
377
|
-
OtherCategories["EXCLUDE"] = "EXCLUDE";
|
|
378
|
-
OtherCategories["INCLUDE"] = "INCLUDE";
|
|
379
|
-
})(OtherCategories = exports.OtherCategories || (exports.OtherCategories = {}));
|
|
380
|
-
var TooltipTitleType;
|
|
381
|
-
(function (TooltipTitleType) {
|
|
382
|
-
TooltipTitleType["NONE"] = "NONE";
|
|
383
|
-
TooltipTitleType["PRIMARY_VALUE"] = "PRIMARY_VALUE";
|
|
384
|
-
})(TooltipTitleType = exports.TooltipTitleType || (exports.TooltipTitleType = {}));
|
|
385
|
-
var SelectedTooltipType;
|
|
386
|
-
(function (SelectedTooltipType) {
|
|
387
|
-
SelectedTooltipType["BASIC"] = "BASIC";
|
|
388
|
-
SelectedTooltipType["DETAILED"] = "DETAILED";
|
|
389
|
-
})(SelectedTooltipType = exports.SelectedTooltipType || (exports.SelectedTooltipType = {}));
|
|
390
|
-
var BoxPlotFillStyle;
|
|
391
|
-
(function (BoxPlotFillStyle) {
|
|
392
|
-
BoxPlotFillStyle["SOLID"] = "SOLID";
|
|
393
|
-
BoxPlotFillStyle["TRANSPARENT"] = "TRANSPARENT";
|
|
394
|
-
})(BoxPlotFillStyle = exports.BoxPlotFillStyle || (exports.BoxPlotFillStyle = {}));
|
|
23
|
+
exports.Edition = {
|
|
24
|
+
ENTERPRISE: "ENTERPRISE",
|
|
25
|
+
ENTERPRISE_AND_Q: "ENTERPRISE_AND_Q",
|
|
26
|
+
STANDARD: "STANDARD",
|
|
27
|
+
};
|
|
28
|
+
exports.DashboardBehavior = {
|
|
29
|
+
DISABLED: "DISABLED",
|
|
30
|
+
ENABLED: "ENABLED",
|
|
31
|
+
};
|
|
32
|
+
exports.CategoricalAggregationFunction = {
|
|
33
|
+
COUNT: "COUNT",
|
|
34
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
35
|
+
};
|
|
36
|
+
exports.DateAggregationFunction = {
|
|
37
|
+
COUNT: "COUNT",
|
|
38
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
39
|
+
MAX: "MAX",
|
|
40
|
+
MIN: "MIN",
|
|
41
|
+
};
|
|
42
|
+
exports.SimpleNumericalAggregationFunction = {
|
|
43
|
+
AVERAGE: "AVERAGE",
|
|
44
|
+
COUNT: "COUNT",
|
|
45
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
46
|
+
MAX: "MAX",
|
|
47
|
+
MEDIAN: "MEDIAN",
|
|
48
|
+
MIN: "MIN",
|
|
49
|
+
STDEV: "STDEV",
|
|
50
|
+
STDEVP: "STDEVP",
|
|
51
|
+
SUM: "SUM",
|
|
52
|
+
VAR: "VAR",
|
|
53
|
+
VARP: "VARP",
|
|
54
|
+
};
|
|
55
|
+
exports.SortDirection = {
|
|
56
|
+
ASC: "ASC",
|
|
57
|
+
DESC: "DESC",
|
|
58
|
+
};
|
|
59
|
+
exports.AnalysisErrorType = {
|
|
60
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
61
|
+
COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
|
|
62
|
+
COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING",
|
|
63
|
+
COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH",
|
|
64
|
+
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
65
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
66
|
+
PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND",
|
|
67
|
+
PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID",
|
|
68
|
+
PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
|
|
69
|
+
SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
|
|
70
|
+
};
|
|
71
|
+
exports.ResourceStatus = {
|
|
72
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
73
|
+
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
74
|
+
CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
|
|
75
|
+
DELETED: "DELETED",
|
|
76
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
77
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
78
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
79
|
+
};
|
|
80
|
+
exports.ResizeOption = {
|
|
81
|
+
FIXED: "FIXED",
|
|
82
|
+
RESPONSIVE: "RESPONSIVE",
|
|
83
|
+
};
|
|
84
|
+
exports.PaperOrientation = {
|
|
85
|
+
LANDSCAPE: "LANDSCAPE",
|
|
86
|
+
PORTRAIT: "PORTRAIT",
|
|
87
|
+
};
|
|
88
|
+
exports.PaperSize = {
|
|
89
|
+
A0: "A0",
|
|
90
|
+
A1: "A1",
|
|
91
|
+
A2: "A2",
|
|
92
|
+
A3: "A3",
|
|
93
|
+
A4: "A4",
|
|
94
|
+
A5: "A5",
|
|
95
|
+
JIS_B4: "JIS_B4",
|
|
96
|
+
JIS_B5: "JIS_B5",
|
|
97
|
+
US_LEGAL: "US_LEGAL",
|
|
98
|
+
US_LETTER: "US_LETTER",
|
|
99
|
+
US_TABLOID_LEDGER: "US_TABLOID_LEDGER",
|
|
100
|
+
};
|
|
101
|
+
exports.SheetContentType = {
|
|
102
|
+
INTERACTIVE: "INTERACTIVE",
|
|
103
|
+
PAGINATED: "PAGINATED",
|
|
104
|
+
};
|
|
105
|
+
exports.NegativeValueDisplayMode = {
|
|
106
|
+
NEGATIVE: "NEGATIVE",
|
|
107
|
+
POSITIVE: "POSITIVE",
|
|
108
|
+
};
|
|
109
|
+
exports.NumberScale = {
|
|
110
|
+
AUTO: "AUTO",
|
|
111
|
+
BILLIONS: "BILLIONS",
|
|
112
|
+
MILLIONS: "MILLIONS",
|
|
113
|
+
NONE: "NONE",
|
|
114
|
+
THOUSANDS: "THOUSANDS",
|
|
115
|
+
TRILLIONS: "TRILLIONS",
|
|
116
|
+
};
|
|
117
|
+
exports.NumericSeparatorSymbol = {
|
|
118
|
+
COMMA: "COMMA",
|
|
119
|
+
DOT: "DOT",
|
|
120
|
+
SPACE: "SPACE",
|
|
121
|
+
};
|
|
122
|
+
exports.Visibility = {
|
|
123
|
+
HIDDEN: "HIDDEN",
|
|
124
|
+
VISIBLE: "VISIBLE",
|
|
125
|
+
};
|
|
126
|
+
exports.ColumnRole = {
|
|
127
|
+
DIMENSION: "DIMENSION",
|
|
128
|
+
MEASURE: "MEASURE",
|
|
129
|
+
};
|
|
130
|
+
exports.CrossDatasetTypes = {
|
|
131
|
+
ALL_DATASETS: "ALL_DATASETS",
|
|
132
|
+
SINGLE_DATASET: "SINGLE_DATASET",
|
|
133
|
+
};
|
|
134
|
+
exports.CategoryFilterMatchOperator = {
|
|
135
|
+
CONTAINS: "CONTAINS",
|
|
136
|
+
DOES_NOT_CONTAIN: "DOES_NOT_CONTAIN",
|
|
137
|
+
DOES_NOT_EQUAL: "DOES_NOT_EQUAL",
|
|
138
|
+
ENDS_WITH: "ENDS_WITH",
|
|
139
|
+
EQUALS: "EQUALS",
|
|
140
|
+
STARTS_WITH: "STARTS_WITH",
|
|
141
|
+
};
|
|
142
|
+
exports.FilterNullOption = {
|
|
143
|
+
ALL_VALUES: "ALL_VALUES",
|
|
144
|
+
NON_NULLS_ONLY: "NON_NULLS_ONLY",
|
|
145
|
+
NULLS_ONLY: "NULLS_ONLY",
|
|
146
|
+
};
|
|
147
|
+
exports.CategoryFilterSelectAllOptions = {
|
|
148
|
+
FILTER_ALL_VALUES: "FILTER_ALL_VALUES",
|
|
149
|
+
};
|
|
150
|
+
exports.NumericEqualityMatchOperator = {
|
|
151
|
+
DOES_NOT_EQUAL: "DOES_NOT_EQUAL",
|
|
152
|
+
EQUALS: "EQUALS",
|
|
153
|
+
};
|
|
154
|
+
exports.NumericFilterSelectAllOptions = {
|
|
155
|
+
FILTER_ALL_VALUES: "FILTER_ALL_VALUES",
|
|
156
|
+
};
|
|
157
|
+
exports.AnchorOption = {
|
|
158
|
+
NOW: "NOW",
|
|
159
|
+
};
|
|
160
|
+
exports.TimeGranularity = {
|
|
161
|
+
DAY: "DAY",
|
|
162
|
+
HOUR: "HOUR",
|
|
163
|
+
MILLISECOND: "MILLISECOND",
|
|
164
|
+
MINUTE: "MINUTE",
|
|
165
|
+
MONTH: "MONTH",
|
|
166
|
+
QUARTER: "QUARTER",
|
|
167
|
+
SECOND: "SECOND",
|
|
168
|
+
WEEK: "WEEK",
|
|
169
|
+
YEAR: "YEAR",
|
|
170
|
+
};
|
|
171
|
+
exports.WidgetStatus = {
|
|
172
|
+
DISABLED: "DISABLED",
|
|
173
|
+
ENABLED: "ENABLED",
|
|
174
|
+
};
|
|
175
|
+
exports.RelativeDateType = {
|
|
176
|
+
LAST: "LAST",
|
|
177
|
+
NEXT: "NEXT",
|
|
178
|
+
NOW: "NOW",
|
|
179
|
+
PREVIOUS: "PREVIOUS",
|
|
180
|
+
THIS: "THIS",
|
|
181
|
+
};
|
|
182
|
+
exports.FilterVisualScope = {
|
|
183
|
+
ALL_VISUALS: "ALL_VISUALS",
|
|
184
|
+
SELECTED_VISUALS: "SELECTED_VISUALS",
|
|
185
|
+
};
|
|
186
|
+
exports.ValueWhenUnsetOption = {
|
|
187
|
+
NULL: "NULL",
|
|
188
|
+
RECOMMENDED_VALUE: "RECOMMENDED_VALUE",
|
|
189
|
+
};
|
|
190
|
+
exports.ParameterValueType = {
|
|
191
|
+
MULTI_VALUED: "MULTI_VALUED",
|
|
192
|
+
SINGLE_VALUED: "SINGLE_VALUED",
|
|
193
|
+
};
|
|
194
|
+
exports.FontDecoration = {
|
|
195
|
+
NONE: "NONE",
|
|
196
|
+
UNDERLINE: "UNDERLINE",
|
|
197
|
+
};
|
|
198
|
+
exports.RelativeFontSize = {
|
|
199
|
+
EXTRA_LARGE: "EXTRA_LARGE",
|
|
200
|
+
EXTRA_SMALL: "EXTRA_SMALL",
|
|
201
|
+
LARGE: "LARGE",
|
|
202
|
+
MEDIUM: "MEDIUM",
|
|
203
|
+
SMALL: "SMALL",
|
|
204
|
+
};
|
|
205
|
+
exports.FontStyle = {
|
|
206
|
+
ITALIC: "ITALIC",
|
|
207
|
+
NORMAL: "NORMAL",
|
|
208
|
+
};
|
|
209
|
+
exports.FontWeightName = {
|
|
210
|
+
BOLD: "BOLD",
|
|
211
|
+
NORMAL: "NORMAL",
|
|
212
|
+
};
|
|
213
|
+
exports.SheetControlDateTimePickerType = {
|
|
214
|
+
DATE_RANGE: "DATE_RANGE",
|
|
215
|
+
SINGLE_VALUED: "SINGLE_VALUED",
|
|
216
|
+
};
|
|
217
|
+
exports.SheetControlListType = {
|
|
218
|
+
MULTI_SELECT: "MULTI_SELECT",
|
|
219
|
+
SINGLE_SELECT: "SINGLE_SELECT",
|
|
220
|
+
};
|
|
221
|
+
exports.SheetControlSliderType = {
|
|
222
|
+
RANGE: "RANGE",
|
|
223
|
+
SINGLE_POINT: "SINGLE_POINT",
|
|
224
|
+
};
|
|
225
|
+
exports.LayoutElementType = {
|
|
226
|
+
FILTER_CONTROL: "FILTER_CONTROL",
|
|
227
|
+
PARAMETER_CONTROL: "PARAMETER_CONTROL",
|
|
228
|
+
TEXT_BOX: "TEXT_BOX",
|
|
229
|
+
VISUAL: "VISUAL",
|
|
230
|
+
};
|
|
231
|
+
exports.SectionPageBreakStatus = {
|
|
232
|
+
DISABLED: "DISABLED",
|
|
233
|
+
ENABLED: "ENABLED",
|
|
234
|
+
};
|
|
235
|
+
exports.SelectedFieldOptions = {
|
|
236
|
+
ALL_FIELDS: "ALL_FIELDS",
|
|
237
|
+
};
|
|
238
|
+
exports.TargetVisualOptions = {
|
|
239
|
+
ALL_VISUALS: "ALL_VISUALS",
|
|
240
|
+
};
|
|
241
|
+
exports.SelectAllValueOptions = {
|
|
242
|
+
ALL_VALUES: "ALL_VALUES",
|
|
243
|
+
};
|
|
244
|
+
exports.URLTargetConfiguration = {
|
|
245
|
+
NEW_TAB: "NEW_TAB",
|
|
246
|
+
NEW_WINDOW: "NEW_WINDOW",
|
|
247
|
+
SAME_TAB: "SAME_TAB",
|
|
248
|
+
};
|
|
249
|
+
exports.VisualCustomActionTrigger = {
|
|
250
|
+
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
251
|
+
DATA_POINT_MENU: "DATA_POINT_MENU",
|
|
252
|
+
};
|
|
253
|
+
exports.BarsArrangement = {
|
|
254
|
+
CLUSTERED: "CLUSTERED",
|
|
255
|
+
STACKED: "STACKED",
|
|
256
|
+
STACKED_PERCENT: "STACKED_PERCENT",
|
|
257
|
+
};
|
|
258
|
+
exports.DataLabelContent = {
|
|
259
|
+
PERCENT: "PERCENT",
|
|
260
|
+
VALUE: "VALUE",
|
|
261
|
+
VALUE_AND_PERCENT: "VALUE_AND_PERCENT",
|
|
262
|
+
};
|
|
263
|
+
exports.DataLabelOverlap = {
|
|
264
|
+
DISABLE_OVERLAP: "DISABLE_OVERLAP",
|
|
265
|
+
ENABLE_OVERLAP: "ENABLE_OVERLAP",
|
|
266
|
+
};
|
|
267
|
+
exports.DataLabelPosition = {
|
|
268
|
+
BOTTOM: "BOTTOM",
|
|
269
|
+
INSIDE: "INSIDE",
|
|
270
|
+
LEFT: "LEFT",
|
|
271
|
+
OUTSIDE: "OUTSIDE",
|
|
272
|
+
RIGHT: "RIGHT",
|
|
273
|
+
TOP: "TOP",
|
|
274
|
+
};
|
|
275
|
+
exports.LegendPosition = {
|
|
276
|
+
AUTO: "AUTO",
|
|
277
|
+
BOTTOM: "BOTTOM",
|
|
278
|
+
RIGHT: "RIGHT",
|
|
279
|
+
TOP: "TOP",
|
|
280
|
+
};
|
|
281
|
+
exports.BarChartOrientation = {
|
|
282
|
+
HORIZONTAL: "HORIZONTAL",
|
|
283
|
+
VERTICAL: "VERTICAL",
|
|
284
|
+
};
|
|
285
|
+
exports.AxisBinding = {
|
|
286
|
+
PRIMARY_YAXIS: "PRIMARY_YAXIS",
|
|
287
|
+
SECONDARY_YAXIS: "SECONDARY_YAXIS",
|
|
288
|
+
};
|
|
289
|
+
exports.ReferenceLineLabelHorizontalPosition = {
|
|
290
|
+
CENTER: "CENTER",
|
|
291
|
+
LEFT: "LEFT",
|
|
292
|
+
RIGHT: "RIGHT",
|
|
293
|
+
};
|
|
294
|
+
exports.ReferenceLineValueLabelRelativePosition = {
|
|
295
|
+
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
296
|
+
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL",
|
|
297
|
+
};
|
|
298
|
+
exports.ReferenceLineLabelVerticalPosition = {
|
|
299
|
+
ABOVE: "ABOVE",
|
|
300
|
+
BELOW: "BELOW",
|
|
301
|
+
};
|
|
302
|
+
exports.ReferenceLinePatternType = {
|
|
303
|
+
DASHED: "DASHED",
|
|
304
|
+
DOTTED: "DOTTED",
|
|
305
|
+
SOLID: "SOLID",
|
|
306
|
+
};
|
|
307
|
+
exports.PanelBorderStyle = {
|
|
308
|
+
DASHED: "DASHED",
|
|
309
|
+
DOTTED: "DOTTED",
|
|
310
|
+
SOLID: "SOLID",
|
|
311
|
+
};
|
|
312
|
+
exports.HorizontalTextAlignment = {
|
|
313
|
+
AUTO: "AUTO",
|
|
314
|
+
CENTER: "CENTER",
|
|
315
|
+
LEFT: "LEFT",
|
|
316
|
+
RIGHT: "RIGHT",
|
|
317
|
+
};
|
|
318
|
+
exports.OtherCategories = {
|
|
319
|
+
EXCLUDE: "EXCLUDE",
|
|
320
|
+
INCLUDE: "INCLUDE",
|
|
321
|
+
};
|
|
322
|
+
exports.TooltipTitleType = {
|
|
323
|
+
NONE: "NONE",
|
|
324
|
+
PRIMARY_VALUE: "PRIMARY_VALUE",
|
|
325
|
+
};
|
|
326
|
+
exports.SelectedTooltipType = {
|
|
327
|
+
BASIC: "BASIC",
|
|
328
|
+
DETAILED: "DETAILED",
|
|
329
|
+
};
|
|
330
|
+
exports.BoxPlotFillStyle = {
|
|
331
|
+
SOLID: "SOLID",
|
|
332
|
+
TRANSPARENT: "TRANSPARENT",
|
|
333
|
+
};
|
|
395
334
|
const CalculatedFieldFilterSensitiveLog = (obj) => ({
|
|
396
335
|
...obj,
|
|
397
336
|
...(obj.Expression && { Expression: smithy_client_1.SENSITIVE_STRING }),
|