@aws-sdk/client-quicksight 3.777.0 → 3.782.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/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.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 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +5 -5
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog,
|
|
2
|
+
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, NumericFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ReferenceLineSeriesType = {
|
|
4
|
+
BAR: "BAR",
|
|
5
|
+
LINE: "LINE",
|
|
6
|
+
};
|
|
7
|
+
export const ReferenceLineLabelHorizontalPosition = {
|
|
8
|
+
CENTER: "CENTER",
|
|
9
|
+
LEFT: "LEFT",
|
|
10
|
+
RIGHT: "RIGHT",
|
|
11
|
+
};
|
|
12
|
+
export const ReferenceLineValueLabelRelativePosition = {
|
|
13
|
+
AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL",
|
|
14
|
+
BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL",
|
|
15
|
+
};
|
|
3
16
|
export const ReferenceLineLabelVerticalPosition = {
|
|
4
17
|
ABOVE: "ABOVE",
|
|
5
18
|
BELOW: "BELOW",
|
|
@@ -289,10 +302,22 @@ export const PivotTableConditionalFormattingScopeRole = {
|
|
|
289
302
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
290
303
|
GRAND_TOTAL: "GRAND_TOTAL",
|
|
291
304
|
};
|
|
292
|
-
export const
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
};
|
|
305
|
+
export const ReferenceLineStaticDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
308
|
+
});
|
|
309
|
+
export const ReferenceLineDataConfigurationFilterSensitiveLog = (obj) => ({
|
|
310
|
+
...obj,
|
|
311
|
+
...(obj.StaticConfiguration && {
|
|
312
|
+
StaticConfiguration: ReferenceLineStaticDataConfigurationFilterSensitiveLog(obj.StaticConfiguration),
|
|
313
|
+
}),
|
|
314
|
+
});
|
|
315
|
+
export const ReferenceLineValueLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
316
|
+
...obj,
|
|
317
|
+
...(obj.FormatConfiguration && {
|
|
318
|
+
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
319
|
+
}),
|
|
320
|
+
});
|
|
296
321
|
export const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
297
322
|
...obj,
|
|
298
323
|
...(obj.ValueLabelConfiguration && {
|
|
@@ -816,28 +841,3 @@ export const TextConditionalFormatFilterSensitiveLog = (obj) => ({
|
|
|
816
841
|
...(obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }),
|
|
817
842
|
...(obj.Icon && { Icon: ConditionalFormattingIconFilterSensitiveLog(obj.Icon) }),
|
|
818
843
|
});
|
|
819
|
-
export const PivotTableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
820
|
-
...obj,
|
|
821
|
-
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
822
|
-
});
|
|
823
|
-
export const PivotTableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
...(obj.Cell && { Cell: PivotTableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
826
|
-
});
|
|
827
|
-
export const PivotTableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
...(obj.ConditionalFormattingOptions && {
|
|
830
|
-
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => PivotTableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
831
|
-
}),
|
|
832
|
-
});
|
|
833
|
-
export const PivotTableVisualFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
...(obj.ConditionalFormatting && {
|
|
836
|
-
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
837
|
-
}),
|
|
838
|
-
});
|
|
839
|
-
export const PluginVisualFieldWellFilterSensitiveLog = (obj) => ({
|
|
840
|
-
...obj,
|
|
841
|
-
...(obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
842
|
-
...(obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
843
|
-
});
|
|
@@ -2,6 +2,10 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, MeasureFieldFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { ConditionalFormattingColorFilterSensitiveLog, GaugeChartVisualFilterSensitiveLog, HistogramVisualFilterSensitiveLog, InsightVisualFilterSensitiveLog, KPIVisualFilterSensitiveLog, LayerMapVisualFilterSensitiveLog, TextConditionalFormatFilterSensitiveLog, UnaggregatedFieldFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const PluginVisualAxisName = {
|
|
6
|
+
GROUP_BY: "GROUP_BY",
|
|
7
|
+
VALUE: "VALUE",
|
|
8
|
+
};
|
|
5
9
|
export const RadarChartAxesRangeScale = {
|
|
6
10
|
AUTO: "AUTO",
|
|
7
11
|
INDEPENDENT: "INDEPENDENT",
|
|
@@ -19,6 +23,10 @@ export const TableCellImageScalingConfiguration = {
|
|
|
19
23
|
export const TableFieldIconSetType = {
|
|
20
24
|
LINK: "LINK",
|
|
21
25
|
};
|
|
26
|
+
export const TransposedColumnType = {
|
|
27
|
+
ROW_HEADER_COLUMN: "ROW_HEADER_COLUMN",
|
|
28
|
+
VALUE_COLUMN: "VALUE_COLUMN",
|
|
29
|
+
};
|
|
22
30
|
export const TableOrientation = {
|
|
23
31
|
HORIZONTAL: "HORIZONTAL",
|
|
24
32
|
VERTICAL: "VERTICAL",
|
|
@@ -84,6 +92,7 @@ export const AssetBundleExportJobDashboardPropertyToOverride = {
|
|
|
84
92
|
};
|
|
85
93
|
export const AssetBundleExportJobDataSetPropertyToOverride = {
|
|
86
94
|
NAME: "Name",
|
|
95
|
+
REFRESH_FAILURE_EMAIL_ALERT_STATUS: "RefreshFailureEmailAlertStatus",
|
|
87
96
|
};
|
|
88
97
|
export const AssetBundleExportJobDataSourcePropertyToOverride = {
|
|
89
98
|
CATALOG: "Catalog",
|
|
@@ -134,6 +143,15 @@ export const AssetBundleImportFailureAction = {
|
|
|
134
143
|
DO_NOTHING: "DO_NOTHING",
|
|
135
144
|
ROLLBACK: "ROLLBACK",
|
|
136
145
|
};
|
|
146
|
+
export const RefreshFailureAlertStatus = {
|
|
147
|
+
DISABLED: "DISABLED",
|
|
148
|
+
ENABLED: "ENABLED",
|
|
149
|
+
};
|
|
150
|
+
export const LookbackWindowSizeUnit = {
|
|
151
|
+
DAY: "DAY",
|
|
152
|
+
HOUR: "HOUR",
|
|
153
|
+
WEEK: "WEEK",
|
|
154
|
+
};
|
|
137
155
|
export const AuthenticationType = {
|
|
138
156
|
PASSWORD: "PASSWORD",
|
|
139
157
|
TOKEN: "TOKEN",
|
|
@@ -447,53 +465,31 @@ export const BrandVersionStatus = {
|
|
|
447
465
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
448
466
|
CREATE_SUCCEEDED: "CREATE_SUCCEEDED",
|
|
449
467
|
};
|
|
450
|
-
export
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
STRING: "STRING",
|
|
476
|
-
};
|
|
477
|
-
export const ColumnDataSubType = {
|
|
478
|
-
FIXED: "FIXED",
|
|
479
|
-
FLOAT: "FLOAT",
|
|
480
|
-
};
|
|
481
|
-
export const CategoryFilterFunction = {
|
|
482
|
-
CONTAINS: "CONTAINS",
|
|
483
|
-
EXACT: "EXACT",
|
|
484
|
-
};
|
|
485
|
-
export const CategoryFilterType = {
|
|
486
|
-
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
487
|
-
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
488
|
-
FILTER_LIST: "FILTER_LIST",
|
|
489
|
-
};
|
|
490
|
-
export const ColumnDataRole = {
|
|
491
|
-
DIMENSION: "DIMENSION",
|
|
492
|
-
MEASURE: "MEASURE",
|
|
493
|
-
};
|
|
494
|
-
export const GeoSpatialCountryCode = {
|
|
495
|
-
US: "US",
|
|
496
|
-
};
|
|
468
|
+
export const PivotTableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
469
|
+
...obj,
|
|
470
|
+
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
471
|
+
});
|
|
472
|
+
export const PivotTableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
473
|
+
...obj,
|
|
474
|
+
...(obj.Cell && { Cell: PivotTableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
475
|
+
});
|
|
476
|
+
export const PivotTableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
...(obj.ConditionalFormattingOptions && {
|
|
479
|
+
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => PivotTableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
480
|
+
}),
|
|
481
|
+
});
|
|
482
|
+
export const PivotTableVisualFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
...(obj.ConditionalFormatting && {
|
|
485
|
+
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
486
|
+
}),
|
|
487
|
+
});
|
|
488
|
+
export const PluginVisualFieldWellFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
...(obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
491
|
+
...(obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
492
|
+
});
|
|
497
493
|
export const PluginVisualConfigurationFilterSensitiveLog = (obj) => ({
|
|
498
494
|
...obj,
|
|
499
495
|
});
|
|
@@ -715,7 +711,3 @@ export const CalculatedColumnFilterSensitiveLog = (obj) => ({
|
|
|
715
711
|
...obj,
|
|
716
712
|
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
717
713
|
});
|
|
718
|
-
export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
719
|
-
...obj,
|
|
720
|
-
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
721
|
-
});
|
|
@@ -1,7 +1,54 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import { CalculatedColumnFilterSensitiveLog,
|
|
3
|
+
import { CalculatedColumnFilterSensitiveLog, } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export class ResourceExistsException extends __BaseException {
|
|
6
|
+
name = "ResourceExistsException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
9
|
+
ResourceType;
|
|
10
|
+
RequestId;
|
|
11
|
+
constructor(opts) {
|
|
12
|
+
super({
|
|
13
|
+
name: "ResourceExistsException",
|
|
14
|
+
$fault: "client",
|
|
15
|
+
...opts,
|
|
16
|
+
});
|
|
17
|
+
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
18
|
+
this.Message = opts.Message;
|
|
19
|
+
this.ResourceType = opts.ResourceType;
|
|
20
|
+
this.RequestId = opts.RequestId;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
export const CapabilityState = {
|
|
24
|
+
DENY: "DENY",
|
|
25
|
+
};
|
|
26
|
+
export const ColumnDataType = {
|
|
27
|
+
DATETIME: "DATETIME",
|
|
28
|
+
DECIMAL: "DECIMAL",
|
|
29
|
+
INTEGER: "INTEGER",
|
|
30
|
+
STRING: "STRING",
|
|
31
|
+
};
|
|
32
|
+
export const ColumnDataSubType = {
|
|
33
|
+
FIXED: "FIXED",
|
|
34
|
+
FLOAT: "FLOAT",
|
|
35
|
+
};
|
|
36
|
+
export const CategoryFilterFunction = {
|
|
37
|
+
CONTAINS: "CONTAINS",
|
|
38
|
+
EXACT: "EXACT",
|
|
39
|
+
};
|
|
40
|
+
export const CategoryFilterType = {
|
|
41
|
+
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
42
|
+
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
43
|
+
FILTER_LIST: "FILTER_LIST",
|
|
44
|
+
};
|
|
45
|
+
export const ColumnDataRole = {
|
|
46
|
+
DIMENSION: "DIMENSION",
|
|
47
|
+
MEASURE: "MEASURE",
|
|
48
|
+
};
|
|
49
|
+
export const GeoSpatialCountryCode = {
|
|
50
|
+
US: "US",
|
|
51
|
+
};
|
|
5
52
|
export const ColumnOrderingType = {
|
|
6
53
|
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
7
54
|
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
@@ -227,6 +274,9 @@ export const Status = {
|
|
|
227
274
|
DISABLED: "DISABLED",
|
|
228
275
|
ENABLED: "ENABLED",
|
|
229
276
|
};
|
|
277
|
+
export const DataSetUseAs = {
|
|
278
|
+
RLS_RULES: "RLS_RULES",
|
|
279
|
+
};
|
|
230
280
|
export const DataSourceType = {
|
|
231
281
|
ADOBE_ANALYTICS: "ADOBE_ANALYTICS",
|
|
232
282
|
AMAZON_ELASTICSEARCH: "AMAZON_ELASTICSEARCH",
|
|
@@ -460,11 +510,6 @@ export const DataSetFilterAttribute = {
|
|
|
460
510
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
461
511
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
462
512
|
};
|
|
463
|
-
export const LookbackWindowSizeUnit = {
|
|
464
|
-
DAY: "DAY",
|
|
465
|
-
HOUR: "HOUR",
|
|
466
|
-
WEEK: "WEEK",
|
|
467
|
-
};
|
|
468
513
|
export const DataSourceErrorInfoType = {
|
|
469
514
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
470
515
|
CONFLICT: "CONFLICT",
|
|
@@ -481,6 +526,10 @@ export const DataSourceFilterAttribute = {
|
|
|
481
526
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
482
527
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
483
528
|
};
|
|
529
|
+
export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
530
|
+
...obj,
|
|
531
|
+
...(obj.Text && { Text: SENSITIVE_STRING }),
|
|
532
|
+
});
|
|
484
533
|
export const ColumnTagFilterSensitiveLog = (obj) => ({
|
|
485
534
|
...obj,
|
|
486
535
|
...(obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }),
|
|
@@ -395,13 +395,3 @@ export const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
|
|
|
395
395
|
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => SessionTagFilterSensitiveLog(item)),
|
|
396
396
|
}),
|
|
397
397
|
});
|
|
398
|
-
export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
407
|
-
});
|
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
3
|
import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
4
|
+
export const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
});
|
|
7
|
+
export const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
8
|
+
...obj,
|
|
9
|
+
});
|
|
10
|
+
export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
11
|
+
...obj,
|
|
12
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
13
|
+
});
|
|
4
14
|
export const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
5
15
|
...obj,
|
|
6
16
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
@@ -2,8 +2,8 @@ import { awsExpectUnion as __expectUnion, loadRestJsonErrorCode, parseJsonBody a
|
|
|
2
2
|
import { requestBuilder as rb } from "@smithy/core";
|
|
3
3
|
import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectObject as __expectObject, expectString as __expectString, limitedParseDouble as __limitedParseDouble, map, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
|
|
4
4
|
import { AccessDeniedException, } from "../models/models_0";
|
|
5
|
-
import { ConflictException, InternalFailureException, InvalidParameterValueException,
|
|
6
|
-
import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
5
|
+
import { ConflictException, InternalFailureException, InvalidParameterValueException, ResourceNotFoundException, ThrottlingException, } from "../models/models_2";
|
|
6
|
+
import { ConcurrentUpdatingException, CustomerManagedKeyUnavailableException, InternalServerException, InvalidRequestException, LimitExceededException, PreconditionNotMetException, ResourceExistsException, ResourceUnavailableException, TransformOperation, UnsupportedUserEditionException, } from "../models/models_3";
|
|
7
7
|
import { DomainNotWhitelistedException, IdentityTypeNotSupportedException, InvalidNextTokenException, QuickSightUserNotFoundException, SessionLifetimeInMinutesInvalidException, UnsupportedPricingPlanException, } from "../models/models_4";
|
|
8
8
|
import { QuickSightServiceException as __BaseException } from "../models/QuickSightServiceException";
|
|
9
9
|
export const se_BatchCreateTopicReviewedAnswerCommand = async (input, context) => {
|
|
@@ -203,6 +203,7 @@ export const se_CreateDataSetCommand = async (input, context) => {
|
|
|
203
203
|
RowLevelPermissionDataSet: (_) => _json(_),
|
|
204
204
|
RowLevelPermissionTagConfiguration: (_) => _json(_),
|
|
205
205
|
Tags: (_) => _json(_),
|
|
206
|
+
UseAs: [],
|
|
206
207
|
}));
|
|
207
208
|
b.m("POST").h(headers).b(body);
|
|
208
209
|
return b.build();
|
|
@@ -10728,6 +10729,7 @@ const de_DataSet = (output, context) => {
|
|
|
10728
10729
|
PhysicalTableMap: _json,
|
|
10729
10730
|
RowLevelPermissionDataSet: _json,
|
|
10730
10731
|
RowLevelPermissionTagConfiguration: _json,
|
|
10732
|
+
UseAs: __expectString,
|
|
10731
10733
|
});
|
|
10732
10734
|
};
|
|
10733
10735
|
const de_DatasetParameter = (output, context) => {
|
|
@@ -10757,6 +10759,7 @@ const de_DataSetSummary = (output, context) => {
|
|
|
10757
10759
|
Name: __expectString,
|
|
10758
10760
|
RowLevelPermissionDataSet: _json,
|
|
10759
10761
|
RowLevelPermissionTagConfigurationApplied: __expectBoolean,
|
|
10762
|
+
UseAs: __expectString,
|
|
10760
10763
|
});
|
|
10761
10764
|
};
|
|
10762
10765
|
const de_DataSetSummaryList = (output, context) => {
|
|
@@ -961,6 +961,13 @@ declare const CreateAnalysisCommand_base: {
|
|
|
961
961
|
* "STRING_VALUE",
|
|
962
962
|
* ],
|
|
963
963
|
* },
|
|
964
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
965
|
+
* { // TransposedTableOption
|
|
966
|
+
* ColumnIndex: Number("int"),
|
|
967
|
+
* ColumnWidth: "STRING_VALUE",
|
|
968
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
969
|
+
* },
|
|
970
|
+
* ],
|
|
964
971
|
* },
|
|
965
972
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
966
973
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5447,6 +5454,10 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5447
5454
|
* Options: { // AssetOptions
|
|
5448
5455
|
* Timezone: "STRING_VALUE",
|
|
5449
5456
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5457
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5458
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5459
|
+
* "STRING_VALUE",
|
|
5460
|
+
* ],
|
|
5450
5461
|
* },
|
|
5451
5462
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5452
5463
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -142,6 +142,9 @@ declare const CreateDashboardCommand_base: {
|
|
|
142
142
|
* DataPointTooltipOption: { // DataPointTooltipOption
|
|
143
143
|
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
144
144
|
* },
|
|
145
|
+
* DataQAEnabledOption: { // DataQAEnabledOption
|
|
146
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
147
|
+
* },
|
|
145
148
|
* },
|
|
146
149
|
* ThemeArn: "STRING_VALUE",
|
|
147
150
|
* Definition: { // DashboardVersionDefinition
|
|
@@ -1007,6 +1010,13 @@ declare const CreateDashboardCommand_base: {
|
|
|
1007
1010
|
* "STRING_VALUE",
|
|
1008
1011
|
* ],
|
|
1009
1012
|
* },
|
|
1013
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
1014
|
+
* { // TransposedTableOption
|
|
1015
|
+
* ColumnIndex: Number("int"),
|
|
1016
|
+
* ColumnWidth: "STRING_VALUE",
|
|
1017
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
1018
|
+
* },
|
|
1019
|
+
* ],
|
|
1010
1020
|
* },
|
|
1011
1021
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
1012
1022
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5491,6 +5501,10 @@ declare const CreateDashboardCommand_base: {
|
|
|
5491
5501
|
* Options: { // AssetOptions
|
|
5492
5502
|
* Timezone: "STRING_VALUE",
|
|
5493
5503
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5504
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5505
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5506
|
+
* "STRING_VALUE",
|
|
5507
|
+
* ],
|
|
5494
5508
|
* },
|
|
5495
5509
|
* StaticFiles: [ // StaticFileList
|
|
5496
5510
|
* { // StaticFile
|
|
@@ -77,6 +77,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
77
77
|
* Host: "STRING_VALUE", // required
|
|
78
78
|
* Port: Number("int"), // required
|
|
79
79
|
* Database: "STRING_VALUE", // required
|
|
80
|
+
* UseServiceName: true || false,
|
|
80
81
|
* },
|
|
81
82
|
* PostgreSqlParameters: { // PostgreSqlParameters
|
|
82
83
|
* Host: "STRING_VALUE", // required
|
|
@@ -233,6 +234,7 @@ declare const CreateDataSourceCommand_base: {
|
|
|
233
234
|
* Host: "STRING_VALUE", // required
|
|
234
235
|
* Port: Number("int"), // required
|
|
235
236
|
* Database: "STRING_VALUE", // required
|
|
237
|
+
* UseServiceName: true || false,
|
|
236
238
|
* },
|
|
237
239
|
* PostgreSqlParameters: {
|
|
238
240
|
* Host: "STRING_VALUE", // required
|
|
@@ -34,7 +34,7 @@ declare const CreateNamespaceCommand_base: {
|
|
|
34
34
|
* namespaces. You can create a namespace after your Amazon Web Services account is subscribed to
|
|
35
35
|
* Amazon QuickSight. The namespace must be unique within the Amazon Web Services account. By default, there is a
|
|
36
36
|
* limit of 100 namespaces per Amazon Web Services account. To increase your limit, create a ticket with
|
|
37
|
-
* Amazon Web
|
|
37
|
+
* Amazon Web ServicesSupport. </p>
|
|
38
38
|
* @example
|
|
39
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
40
40
|
* ```javascript
|
|
@@ -955,6 +955,13 @@ declare const CreateTemplateCommand_base: {
|
|
|
955
955
|
* "STRING_VALUE",
|
|
956
956
|
* ],
|
|
957
957
|
* },
|
|
958
|
+
* TransposedTableOptions: [ // TransposedTableOptionList
|
|
959
|
+
* { // TransposedTableOption
|
|
960
|
+
* ColumnIndex: Number("int"),
|
|
961
|
+
* ColumnWidth: "STRING_VALUE",
|
|
962
|
+
* ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
963
|
+
* },
|
|
964
|
+
* ],
|
|
958
965
|
* },
|
|
959
966
|
* PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
960
967
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5441,6 +5448,10 @@ declare const CreateTemplateCommand_base: {
|
|
|
5441
5448
|
* Options: { // AssetOptions
|
|
5442
5449
|
* Timezone: "STRING_VALUE",
|
|
5443
5450
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5451
|
+
* QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5452
|
+
* ExcludedDataSetArns: [ // DataSetArnsList
|
|
5453
|
+
* "STRING_VALUE",
|
|
5454
|
+
* ],
|
|
5444
5455
|
* },
|
|
5445
5456
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5446
5457
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/
|
|
3
|
+
import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserRequest
|
|
3
|
+
import { DeleteUserRequest } from "../models/models_3";
|
|
4
|
+
import { DeleteUserResponse } from "../models/models_4";
|
|
4
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteUserCustomPermissionRequest, DeleteUserCustomPermissionResponse } from "../models/
|
|
3
|
+
import { DeleteUserCustomPermissionRequest, DeleteUserCustomPermissionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/
|
|
3
|
+
import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/
|
|
3
|
+
import { DescribeAccountCustomizationRequest, DescribeAccountCustomizationResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/
|
|
3
|
+
import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/
|
|
3
|
+
import { DescribeAccountSubscriptionRequest, DescribeAccountSubscriptionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeAnalysisRequest } from "../models/
|
|
4
|
-
import { DescribeAnalysisResponse } from "../models/models_4";
|
|
3
|
+
import { DescribeAnalysisRequest, DescribeAnalysisResponse } from "../models/models_4";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -927,6 +927,13 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
927
927
|
* // "STRING_VALUE",
|
|
928
928
|
* // ],
|
|
929
929
|
* // },
|
|
930
|
+
* // TransposedTableOptions: [ // TransposedTableOptionList
|
|
931
|
+
* // { // TransposedTableOption
|
|
932
|
+
* // ColumnIndex: Number("int"),
|
|
933
|
+
* // ColumnWidth: "STRING_VALUE",
|
|
934
|
+
* // ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
|
|
935
|
+
* // },
|
|
936
|
+
* // ],
|
|
930
937
|
* // },
|
|
931
938
|
* // PaginatedReportOptions: { // TablePaginatedReportOptions
|
|
932
939
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
@@ -5413,6 +5420,10 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5413
5420
|
* // Options: { // AssetOptions
|
|
5414
5421
|
* // Timezone: "STRING_VALUE",
|
|
5415
5422
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5423
|
+
* // QBusinessInsightsStatus: "ENABLED" || "DISABLED",
|
|
5424
|
+
* // ExcludedDataSetArns: [ // DataSetArnsList
|
|
5425
|
+
* // "STRING_VALUE",
|
|
5426
|
+
* // ],
|
|
5416
5427
|
* // },
|
|
5417
5428
|
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
5418
5429
|
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
@@ -93,7 +93,7 @@ declare const DescribeAssetBundleExportJobCommand_base: {
|
|
|
93
93
|
* // { // AssetBundleExportJobDataSetOverrideProperties
|
|
94
94
|
* // Arn: "STRING_VALUE", // required
|
|
95
95
|
* // Properties: [ // AssetBundleExportJobDataSetPropertyToOverrideList // required
|
|
96
|
-
* // "Name",
|
|
96
|
+
* // "Name" || "RefreshFailureEmailAlertStatus",
|
|
97
97
|
* // ],
|
|
98
98
|
* // },
|
|
99
99
|
* // ],
|
|
@@ -134,6 +134,7 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
134
134
|
* // Host: "STRING_VALUE", // required
|
|
135
135
|
* // Port: Number("int"), // required
|
|
136
136
|
* // Database: "STRING_VALUE", // required
|
|
137
|
+
* // UseServiceName: true || false,
|
|
137
138
|
* // },
|
|
138
139
|
* // PostgreSqlParameters: { // PostgreSqlParameters
|
|
139
140
|
* // Host: "STRING_VALUE", // required
|
|
@@ -266,6 +267,22 @@ declare const DescribeAssetBundleImportJobCommand_base: {
|
|
|
266
267
|
* // { // AssetBundleImportJobDataSetOverrideParameters
|
|
267
268
|
* // DataSetId: "STRING_VALUE", // required
|
|
268
269
|
* // Name: "STRING_VALUE",
|
|
270
|
+
* // DataSetRefreshProperties: { // DataSetRefreshProperties
|
|
271
|
+
* // RefreshConfiguration: { // RefreshConfiguration
|
|
272
|
+
* // IncrementalRefresh: { // IncrementalRefresh
|
|
273
|
+
* // LookbackWindow: { // LookbackWindow
|
|
274
|
+
* // ColumnName: "STRING_VALUE", // required
|
|
275
|
+
* // Size: Number("long"), // required
|
|
276
|
+
* // SizeUnit: "HOUR" || "DAY" || "WEEK", // required
|
|
277
|
+
* // },
|
|
278
|
+
* // },
|
|
279
|
+
* // },
|
|
280
|
+
* // FailureConfiguration: { // RefreshFailureConfiguration
|
|
281
|
+
* // EmailAlert: { // RefreshFailureEmailAlert
|
|
282
|
+
* // AlertStatus: "ENABLED" || "DISABLED",
|
|
283
|
+
* // },
|
|
284
|
+
* // },
|
|
285
|
+
* // },
|
|
269
286
|
* // },
|
|
270
287
|
* // ],
|
|
271
288
|
* // Themes: [ // AssetBundleImportJobThemeOverrideParametersList
|