@aws-sdk/client-quicksight 3.925.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.
- package/README.md +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.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 +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.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/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -1,8 +1,141 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { ActionConnectorFilterSensitiveLog,
|
|
2
|
+
import { ActionConnectorFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { AssetBundleImportSourceDescriptionFilterSensitiveLog, } from "./models_2";
|
|
4
|
-
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog,
|
|
4
|
+
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, LogicalTableFilterSensitiveLog, PhysicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, SemanticModelConfigurationFilterSensitiveLog, TopicCalculatedFieldFilterSensitiveLog, TopicCategoryFilterFilterSensitiveLog, TopicColumnFilterSensitiveLog, } from "./models_3";
|
|
5
5
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
6
|
+
export const NamedFilterType = {
|
|
7
|
+
CATEGORY_FILTER: "CATEGORY_FILTER",
|
|
8
|
+
DATE_RANGE_FILTER: "DATE_RANGE_FILTER",
|
|
9
|
+
NULL_FILTER: "NULL_FILTER",
|
|
10
|
+
NUMERIC_EQUALITY_FILTER: "NUMERIC_EQUALITY_FILTER",
|
|
11
|
+
NUMERIC_RANGE_FILTER: "NUMERIC_RANGE_FILTER",
|
|
12
|
+
RELATIVE_DATE_FILTER: "RELATIVE_DATE_FILTER",
|
|
13
|
+
};
|
|
14
|
+
export const NullFilterType = {
|
|
15
|
+
ALL_VALUES: "ALL_VALUES",
|
|
16
|
+
NON_NULLS_ONLY: "NON_NULLS_ONLY",
|
|
17
|
+
NULLS_ONLY: "NULLS_ONLY",
|
|
18
|
+
};
|
|
19
|
+
export const NamedFilterAggType = {
|
|
20
|
+
AVERAGE: "AVERAGE",
|
|
21
|
+
COUNT: "COUNT",
|
|
22
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
23
|
+
MAX: "MAX",
|
|
24
|
+
MEDIAN: "MEDIAN",
|
|
25
|
+
MIN: "MIN",
|
|
26
|
+
NO_AGGREGATION: "NO_AGGREGATION",
|
|
27
|
+
STDEV: "STDEV",
|
|
28
|
+
STDEVP: "STDEVP",
|
|
29
|
+
SUM: "SUM",
|
|
30
|
+
VAR: "VAR",
|
|
31
|
+
VARP: "VARP",
|
|
32
|
+
};
|
|
33
|
+
export const TopicRelativeDateFilterFunction = {
|
|
34
|
+
LAST: "LAST",
|
|
35
|
+
NEXT: "NEXT",
|
|
36
|
+
NOW: "NOW",
|
|
37
|
+
PREVIOUS: "PREVIOUS",
|
|
38
|
+
THIS: "THIS",
|
|
39
|
+
};
|
|
40
|
+
export const NamedEntityAggType = {
|
|
41
|
+
AVERAGE: "AVERAGE",
|
|
42
|
+
COUNT: "COUNT",
|
|
43
|
+
CUSTOM: "CUSTOM",
|
|
44
|
+
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
45
|
+
MAX: "MAX",
|
|
46
|
+
MEDIAN: "MEDIAN",
|
|
47
|
+
MIN: "MIN",
|
|
48
|
+
PERCENTILE: "PERCENTILE",
|
|
49
|
+
STDEV: "STDEV",
|
|
50
|
+
STDEVP: "STDEVP",
|
|
51
|
+
SUM: "SUM",
|
|
52
|
+
VAR: "VAR",
|
|
53
|
+
VARP: "VARP",
|
|
54
|
+
};
|
|
55
|
+
export const PropertyRole = {
|
|
56
|
+
ID: "ID",
|
|
57
|
+
PRIMARY: "PRIMARY",
|
|
58
|
+
};
|
|
59
|
+
export const PropertyUsage = {
|
|
60
|
+
DIMENSION: "DIMENSION",
|
|
61
|
+
INHERIT: "INHERIT",
|
|
62
|
+
MEASURE: "MEASURE",
|
|
63
|
+
};
|
|
64
|
+
export const TopicUserExperienceVersion = {
|
|
65
|
+
LEGACY: "LEGACY",
|
|
66
|
+
NEW_READER_EXPERIENCE: "NEW_READER_EXPERIENCE",
|
|
67
|
+
};
|
|
68
|
+
export const TopicScheduleType = {
|
|
69
|
+
DAILY: "DAILY",
|
|
70
|
+
HOURLY: "HOURLY",
|
|
71
|
+
MONTHLY: "MONTHLY",
|
|
72
|
+
WEEKLY: "WEEKLY",
|
|
73
|
+
};
|
|
74
|
+
export const VPCConnectionAvailabilityStatus = {
|
|
75
|
+
AVAILABLE: "AVAILABLE",
|
|
76
|
+
PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE",
|
|
77
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
78
|
+
};
|
|
79
|
+
export const VPCConnectionResourceStatus = {
|
|
80
|
+
CREATION_FAILED: "CREATION_FAILED",
|
|
81
|
+
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
82
|
+
CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL",
|
|
83
|
+
DELETED: "DELETED",
|
|
84
|
+
DELETION_FAILED: "DELETION_FAILED",
|
|
85
|
+
DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS",
|
|
86
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
87
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
88
|
+
UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL",
|
|
89
|
+
};
|
|
90
|
+
export const DashboardErrorType = {
|
|
91
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
92
|
+
COLUMN_GEOGRAPHIC_ROLE_MISMATCH: "COLUMN_GEOGRAPHIC_ROLE_MISMATCH",
|
|
93
|
+
COLUMN_REPLACEMENT_MISSING: "COLUMN_REPLACEMENT_MISSING",
|
|
94
|
+
COLUMN_TYPE_MISMATCH: "COLUMN_TYPE_MISMATCH",
|
|
95
|
+
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
96
|
+
INTERNAL_FAILURE: "INTERNAL_FAILURE",
|
|
97
|
+
PARAMETER_NOT_FOUND: "PARAMETER_NOT_FOUND",
|
|
98
|
+
PARAMETER_TYPE_INVALID: "PARAMETER_TYPE_INVALID",
|
|
99
|
+
PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
|
|
100
|
+
SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
|
|
101
|
+
};
|
|
102
|
+
export const DashboardFilterAttribute = {
|
|
103
|
+
DASHBOARD_NAME: "DASHBOARD_NAME",
|
|
104
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
105
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
106
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
107
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
108
|
+
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
109
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
110
|
+
};
|
|
111
|
+
export const DashboardsQAStatus = {
|
|
112
|
+
DISABLED: "DISABLED",
|
|
113
|
+
ENABLED: "ENABLED",
|
|
114
|
+
};
|
|
115
|
+
export const DataSetFilterAttribute = {
|
|
116
|
+
DATASET_NAME: "DATASET_NAME",
|
|
117
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
118
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
119
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
120
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
121
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
122
|
+
};
|
|
123
|
+
export const DataSourceErrorInfoType = {
|
|
124
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
125
|
+
CONFLICT: "CONFLICT",
|
|
126
|
+
COPY_SOURCE_NOT_FOUND: "COPY_SOURCE_NOT_FOUND",
|
|
127
|
+
ENGINE_VERSION_NOT_SUPPORTED: "ENGINE_VERSION_NOT_SUPPORTED",
|
|
128
|
+
GENERIC_SQL_FAILURE: "GENERIC_SQL_FAILURE",
|
|
129
|
+
TIMEOUT: "TIMEOUT",
|
|
130
|
+
UNKNOWN: "UNKNOWN",
|
|
131
|
+
UNKNOWN_HOST: "UNKNOWN_HOST",
|
|
132
|
+
};
|
|
133
|
+
export const DataSourceFilterAttribute = {
|
|
134
|
+
DATASOURCE_NAME: "DATASOURCE_NAME",
|
|
135
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
136
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
137
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
138
|
+
};
|
|
6
139
|
export const IncludeFolderMembers = {
|
|
7
140
|
NONE: "NONE",
|
|
8
141
|
ONE_LEVEL: "ONE_LEVEL",
|
|
@@ -230,52 +363,88 @@ export class UnsupportedPricingPlanException extends __BaseException {
|
|
|
230
363
|
this.RequestId = opts.RequestId;
|
|
231
364
|
}
|
|
232
365
|
}
|
|
233
|
-
export
|
|
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
|
-
|
|
366
|
+
export const TopicRangeFilterConstantFilterSensitiveLog = (obj) => ({
|
|
367
|
+
...obj,
|
|
368
|
+
});
|
|
369
|
+
export const TopicDateRangeFilterFilterSensitiveLog = (obj) => ({
|
|
370
|
+
...obj,
|
|
371
|
+
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
372
|
+
});
|
|
373
|
+
export const TopicSingularFilterConstantFilterSensitiveLog = (obj) => ({
|
|
374
|
+
...obj,
|
|
375
|
+
});
|
|
376
|
+
export const TopicNullFilterFilterSensitiveLog = (obj) => ({
|
|
377
|
+
...obj,
|
|
378
|
+
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
379
|
+
});
|
|
380
|
+
export const TopicNumericEqualityFilterFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
383
|
+
});
|
|
384
|
+
export const TopicNumericRangeFilterFilterSensitiveLog = (obj) => ({
|
|
385
|
+
...obj,
|
|
386
|
+
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
387
|
+
});
|
|
388
|
+
export const TopicRelativeDateFilterFilterSensitiveLog = (obj) => ({
|
|
389
|
+
...obj,
|
|
390
|
+
...(obj.Constant && { Constant: SENSITIVE_STRING }),
|
|
391
|
+
});
|
|
392
|
+
export const TopicFilterFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
...(obj.CategoryFilter && { CategoryFilter: TopicCategoryFilterFilterSensitiveLog(obj.CategoryFilter) }),
|
|
395
|
+
...(obj.NumericEqualityFilter && {
|
|
396
|
+
NumericEqualityFilter: TopicNumericEqualityFilterFilterSensitiveLog(obj.NumericEqualityFilter),
|
|
397
|
+
}),
|
|
398
|
+
...(obj.NumericRangeFilter && {
|
|
399
|
+
NumericRangeFilter: TopicNumericRangeFilterFilterSensitiveLog(obj.NumericRangeFilter),
|
|
400
|
+
}),
|
|
401
|
+
...(obj.DateRangeFilter && { DateRangeFilter: TopicDateRangeFilterFilterSensitiveLog(obj.DateRangeFilter) }),
|
|
402
|
+
...(obj.RelativeDateFilter && {
|
|
403
|
+
RelativeDateFilter: TopicRelativeDateFilterFilterSensitiveLog(obj.RelativeDateFilter),
|
|
404
|
+
}),
|
|
405
|
+
...(obj.NullFilter && { NullFilter: TopicNullFilterFilterSensitiveLog(obj.NullFilter) }),
|
|
406
|
+
});
|
|
407
|
+
export const DatasetMetadataFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
...(obj.Filters && { Filters: obj.Filters.map((item) => TopicFilterFilterSensitiveLog(item)) }),
|
|
410
|
+
...(obj.Columns && { Columns: obj.Columns.map((item) => TopicColumnFilterSensitiveLog(item)) }),
|
|
411
|
+
...(obj.CalculatedFields && {
|
|
412
|
+
CalculatedFields: obj.CalculatedFields.map((item) => TopicCalculatedFieldFilterSensitiveLog(item)),
|
|
413
|
+
}),
|
|
414
|
+
});
|
|
415
|
+
export const TopicDetailsFilterSensitiveLog = (obj) => ({
|
|
416
|
+
...obj,
|
|
417
|
+
});
|
|
418
|
+
export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
419
|
+
...obj,
|
|
420
|
+
...(obj.CustomInstructions && { CustomInstructions: CustomInstructionsFilterSensitiveLog(obj.CustomInstructions) }),
|
|
421
|
+
});
|
|
422
|
+
export const DashboardVersionFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
export const DashboardFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
});
|
|
428
|
+
export const OutputColumnFilterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
431
|
+
});
|
|
432
|
+
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
433
|
+
...obj,
|
|
434
|
+
...(obj.PhysicalTableMap && {
|
|
435
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = PhysicalTableFilterSensitiveLog(value)), acc), {}),
|
|
436
|
+
}),
|
|
437
|
+
...(obj.LogicalTableMap && {
|
|
438
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
439
|
+
}),
|
|
440
|
+
...(obj.OutputColumns && { OutputColumns: obj.OutputColumns.map((item) => OutputColumnFilterSensitiveLog(item)) }),
|
|
441
|
+
...(obj.RowLevelPermissionTagConfiguration && {
|
|
442
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
443
|
+
}),
|
|
444
|
+
...(obj.SemanticModelConfiguration && {
|
|
445
|
+
SemanticModelConfiguration: SemanticModelConfigurationFilterSensitiveLog(obj.SemanticModelConfiguration),
|
|
446
|
+
}),
|
|
447
|
+
});
|
|
279
448
|
export const DescribeActionConnectorResponseFilterSensitiveLog = (obj) => ({
|
|
280
449
|
...obj,
|
|
281
450
|
...(obj.ActionConnector && { ActionConnector: ActionConnectorFilterSensitiveLog(obj.ActionConnector) }),
|
|
@@ -352,25 +521,3 @@ export const GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = (obj)
|
|
|
352
521
|
...obj,
|
|
353
522
|
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
354
523
|
});
|
|
355
|
-
export const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = (obj) => ({
|
|
356
|
-
...obj,
|
|
357
|
-
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
358
|
-
});
|
|
359
|
-
export const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
362
|
-
});
|
|
363
|
-
export const GetDashboardEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
366
|
-
});
|
|
367
|
-
export const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
368
|
-
...obj,
|
|
369
|
-
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
370
|
-
});
|
|
371
|
-
export const ListActionConnectorsResponseFilterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
...(obj.ActionConnectorSummaries && {
|
|
374
|
-
ActionConnectorSummaries: obj.ActionConnectorSummaries.map((item) => ActionConnectorSummaryFilterSensitiveLog(item)),
|
|
375
|
-
}),
|
|
376
|
-
});
|
|
@@ -1,8 +1,55 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ActionConnectorSummaryFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { AssetBundleImportSourceFilterSensitiveLog, AuthConfigFilterSensitiveLog, } from "./models_2";
|
|
4
|
-
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, TopicIRFilterSensitiveLog, } from "./models_3";
|
|
4
|
+
import { _ParametersFilterSensitiveLog, CustomInstructionsFilterSensitiveLog, LogicalTableFilterSensitiveLog, PhysicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, SemanticModelConfigurationFilterSensitiveLog, TopicIRFilterSensitiveLog, } from "./models_3";
|
|
5
5
|
import { GeneratedAnswerResultFilterSensitiveLog, SessionTagFilterSensitiveLog, } from "./models_4";
|
|
6
|
+
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
7
|
+
export class QuickSightUserNotFoundException extends __BaseException {
|
|
8
|
+
name = "QuickSightUserNotFoundException";
|
|
9
|
+
$fault = "client";
|
|
10
|
+
Message;
|
|
11
|
+
RequestId;
|
|
12
|
+
constructor(opts) {
|
|
13
|
+
super({
|
|
14
|
+
name: "QuickSightUserNotFoundException",
|
|
15
|
+
$fault: "client",
|
|
16
|
+
...opts,
|
|
17
|
+
});
|
|
18
|
+
Object.setPrototypeOf(this, QuickSightUserNotFoundException.prototype);
|
|
19
|
+
this.Message = opts.Message;
|
|
20
|
+
this.RequestId = opts.RequestId;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export class IdentityTypeNotSupportedException extends __BaseException {
|
|
24
|
+
name = "IdentityTypeNotSupportedException";
|
|
25
|
+
$fault = "client";
|
|
26
|
+
Message;
|
|
27
|
+
RequestId;
|
|
28
|
+
constructor(opts) {
|
|
29
|
+
super({
|
|
30
|
+
name: "IdentityTypeNotSupportedException",
|
|
31
|
+
$fault: "client",
|
|
32
|
+
...opts,
|
|
33
|
+
});
|
|
34
|
+
Object.setPrototypeOf(this, IdentityTypeNotSupportedException.prototype);
|
|
35
|
+
this.Message = opts.Message;
|
|
36
|
+
this.RequestId = opts.RequestId;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
export const GroupFilterAttribute = {
|
|
40
|
+
GROUP_NAME: "GROUP_NAME",
|
|
41
|
+
};
|
|
42
|
+
export const GroupFilterOperator = {
|
|
43
|
+
StartsWith: "StartsWith",
|
|
44
|
+
};
|
|
45
|
+
export const IncludeGeneratedAnswer = {
|
|
46
|
+
EXCLUDE: "EXCLUDE",
|
|
47
|
+
INCLUDE: "INCLUDE",
|
|
48
|
+
};
|
|
49
|
+
export const IncludeQuickSightQIndex = {
|
|
50
|
+
EXCLUDE: "EXCLUDE",
|
|
51
|
+
INCLUDE: "INCLUDE",
|
|
52
|
+
};
|
|
6
53
|
export const QAResultType = {
|
|
7
54
|
DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
|
|
8
55
|
GENERATED_ANSWER: "GENERATED_ANSWER",
|
|
@@ -29,6 +76,28 @@ export const TopicFilterOperator = {
|
|
|
29
76
|
StringEquals: "StringEquals",
|
|
30
77
|
StringLike: "StringLike",
|
|
31
78
|
};
|
|
79
|
+
export const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = (obj) => ({
|
|
80
|
+
...obj,
|
|
81
|
+
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
82
|
+
});
|
|
83
|
+
export const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
84
|
+
...obj,
|
|
85
|
+
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
86
|
+
});
|
|
87
|
+
export const GetDashboardEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
88
|
+
...obj,
|
|
89
|
+
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
90
|
+
});
|
|
91
|
+
export const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
92
|
+
...obj,
|
|
93
|
+
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
94
|
+
});
|
|
95
|
+
export const ListActionConnectorsResponseFilterSensitiveLog = (obj) => ({
|
|
96
|
+
...obj,
|
|
97
|
+
...(obj.ActionConnectorSummaries && {
|
|
98
|
+
ActionConnectorSummaries: obj.ActionConnectorSummaries.map((item) => ActionConnectorSummaryFilterSensitiveLog(item)),
|
|
99
|
+
}),
|
|
100
|
+
});
|
|
32
101
|
export const PredictQAResultsRequestFilterSensitiveLog = (obj) => ({
|
|
33
102
|
...obj,
|
|
34
103
|
...(obj.QueryText && { QueryText: SENSITIVE_STRING }),
|
|
@@ -85,7 +154,7 @@ export const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
|
85
154
|
export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
86
155
|
...obj,
|
|
87
156
|
...(obj.PhysicalTableMap && {
|
|
88
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
157
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = PhysicalTableFilterSensitiveLog(value)), acc), {}),
|
|
89
158
|
}),
|
|
90
159
|
...(obj.LogicalTableMap && {
|
|
91
160
|
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
@@ -93,6 +162,9 @@ export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
|
93
162
|
...(obj.RowLevelPermissionTagConfiguration && {
|
|
94
163
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
95
164
|
}),
|
|
165
|
+
...(obj.SemanticModelConfiguration && {
|
|
166
|
+
SemanticModelConfiguration: SemanticModelConfigurationFilterSensitiveLog(obj.SemanticModelConfiguration),
|
|
167
|
+
}),
|
|
96
168
|
});
|
|
97
169
|
export const UpdateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
98
170
|
...obj,
|