@aws-sdk/client-quicksight 3.936.0 → 3.937.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 +96 -22
- package/dist-es/models/enums.js +3 -0
- package/dist-es/schemas/schemas_0.js +92 -22
- package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +47 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -2
- package/dist-types/commands/CreateTemplateCommand.d.ts +47 -1
- package/dist-types/commands/CreateThemeCommand.d.ts +84 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +47 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +47 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +47 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +84 -0
- package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +47 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +47 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +47 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +84 -0
- package/dist-types/models/enums.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +82 -33
- package/dist-types/models/models_1.d.ts +35 -78
- package/dist-types/models/models_2.d.ts +88 -104
- package/dist-types/models/models_3.d.ts +218 -167
- package/dist-types/models/models_4.d.ts +168 -4
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -8
- package/dist-types/ts3.4/models/models_1.d.ts +9 -21
- package/dist-types/ts3.4/models/models_2.d.ts +22 -22
- package/dist-types/ts3.4/models/models_3.d.ts +49 -37
- package/dist-types/ts3.4/models/models_4.d.ts +39 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +1 -1
|
@@ -160,6 +160,7 @@ const _AIs = "AssignmentId";
|
|
|
160
160
|
const _AK = "ApiKey";
|
|
161
161
|
const _AKCM = "ApiKeyConnectionMetadata";
|
|
162
162
|
const _AL = "AggregationList";
|
|
163
|
+
const _ALFC = "AxisLabelFontConfiguration";
|
|
163
164
|
const _ALO = "AxisLabelOptions";
|
|
164
165
|
const _ALOL = "AxisLabelOptionsList";
|
|
165
166
|
const _ALRO = "AxisLabelReferenceOptions";
|
|
@@ -223,6 +224,7 @@ const _ASx = "AxisScale";
|
|
|
223
224
|
const _AT = "AuthenticationType";
|
|
224
225
|
const _ATBS = "AuthorizedTargetsByService";
|
|
225
226
|
const _ATBSu = "AuthorizedTargetsByServices";
|
|
227
|
+
const _ATFC = "AxisTitleFontConfiguration";
|
|
226
228
|
const _ATLO = "AxisTickLabelOptions";
|
|
227
229
|
const _ATl = "AltText";
|
|
228
230
|
const _ATn = "AnchorType";
|
|
@@ -309,7 +311,8 @@ const _BPSC = "BoxPlotSortConfiguration";
|
|
|
309
311
|
const _BPSO = "BoxPlotStyleOptions";
|
|
310
312
|
const _BPV = "BoxPlotVisual";
|
|
311
313
|
const _BQP = "BigQueryParameters";
|
|
312
|
-
const _BR = "
|
|
314
|
+
const _BR = "BorderRadius";
|
|
315
|
+
const _BRu = "BucketRegion";
|
|
313
316
|
const _BS = "BorderStyle";
|
|
314
317
|
const _BSC = "BodySectionConfiguration";
|
|
315
318
|
const _BSCL = "BodySectionConfigurationList";
|
|
@@ -915,6 +918,7 @@ const _DKR = "DescribeKeyRegistration";
|
|
|
915
918
|
const _DKRR = "DescribeKeyRegistrationRequest";
|
|
916
919
|
const _DKRRe = "DescribeKeyRegistrationResponse";
|
|
917
920
|
const _DL = "DataLabels";
|
|
921
|
+
const _DLFC = "DataLabelFontConfiguration";
|
|
918
922
|
const _DLO = "DataLabelOptions";
|
|
919
923
|
const _DLOe = "DefaultListOptions";
|
|
920
924
|
const _DLT = "DataLabelTypes";
|
|
@@ -1473,6 +1477,8 @@ const _GLCSO = "GridLayoutCanvasSizeOptions";
|
|
|
1473
1477
|
const _GLD = "GeospatialLayerDefinition";
|
|
1474
1478
|
const _GLDFL = "GeospatialLayerDimensionFieldList";
|
|
1475
1479
|
const _GLE = "GridLayoutElement";
|
|
1480
|
+
const _GLEBS = "GridLayoutElementBackgroundStyle";
|
|
1481
|
+
const _GLEBSr = "GridLayoutElementBorderStyle";
|
|
1476
1482
|
const _GLEL = "GridLayoutElementList";
|
|
1477
1483
|
const _GLI = "GeospatialLayerItem";
|
|
1478
1484
|
const _GLJD = "GeospatialLayerJoinDefinition";
|
|
@@ -1850,6 +1856,7 @@ const _LTARis = "ListThemeAliasesRequest";
|
|
|
1850
1856
|
const _LTARist = "ListThemeAliasesResponse";
|
|
1851
1857
|
const _LTAi = "ListThemeAliases";
|
|
1852
1858
|
const _LTDSC = "LinkToDataSetColumn";
|
|
1859
|
+
const _LTFC = "LegendTitleFontConfiguration";
|
|
1853
1860
|
const _LTFR = "ListTagsForResource";
|
|
1854
1861
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
1855
1862
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -1886,6 +1893,7 @@ const _LUR = "ListUsersRequest";
|
|
|
1886
1893
|
const _LURi = "ListUsersResponse";
|
|
1887
1894
|
const _LUT = "LastUpdatedTime";
|
|
1888
1895
|
const _LV = "LineValues";
|
|
1896
|
+
const _LVFC = "LegendValueFontConfiguration";
|
|
1889
1897
|
const _LVN = "LatestVersionNumber";
|
|
1890
1898
|
const _LVPCC = "ListVPCConnections";
|
|
1891
1899
|
const _LVPCCR = "ListVPCConnectionsRequest";
|
|
@@ -2475,6 +2483,7 @@ const _SBLPCSO = "SectionBasedLayoutPaperCanvasSizeOptions";
|
|
|
2475
2483
|
const _SBM = "SortByMetrics";
|
|
2476
2484
|
const _SBO = "ScrollBarOptions";
|
|
2477
2485
|
const _SBS = "SelectedBorderStyle";
|
|
2486
|
+
const _SBSh = "SheetBackgroundStyle";
|
|
2478
2487
|
const _SBT = "SelectedBinType";
|
|
2479
2488
|
const _SBU = "SiteBaseUrl";
|
|
2480
2489
|
const _SBe = "SectionBased";
|
|
@@ -2816,6 +2825,7 @@ const _TAOr = "TrendArrowOptions";
|
|
|
2816
2825
|
const _TAe = "TemplateAlias";
|
|
2817
2826
|
const _TAem = "TemplateArn";
|
|
2818
2827
|
const _TAex = "TextArea";
|
|
2828
|
+
const _TAext = "TextAlignment";
|
|
2819
2829
|
const _TAh = "ThemeAlias";
|
|
2820
2830
|
const _TAhr = "ThresholdAlerts";
|
|
2821
2831
|
const _TAo = "TopicArn";
|
|
@@ -3006,6 +3016,7 @@ const _TTOL = "TransposedTableOptionList";
|
|
|
3006
3016
|
const _TTOr = "TransposedTableOption";
|
|
3007
3017
|
const _TTT = "TooltipTitleType";
|
|
3008
3018
|
const _TTe = "TemplateType";
|
|
3019
|
+
const _TTex = "TextTransform";
|
|
3009
3020
|
const _TTo = "TooltipText";
|
|
3010
3021
|
const _TTop = "TopicTemplate";
|
|
3011
3022
|
const _TUFL = "TableUnaggregatedFieldList";
|
|
@@ -3303,12 +3314,14 @@ const _VPi = "VisualProperties";
|
|
|
3303
3314
|
const _VR = "VisibleRange";
|
|
3304
3315
|
const _VRO = "VisibleRangeOptions";
|
|
3305
3316
|
const _VS = "VersionStatus";
|
|
3317
|
+
const _VSFC = "VisualSubtitleFontConfiguration";
|
|
3306
3318
|
const _VSLO = "VisualSubtitleLabelOptions";
|
|
3307
3319
|
const _VSa = "ValidationStrategy";
|
|
3308
3320
|
const _VSi = "VisualSubtitle";
|
|
3309
3321
|
const _VSis = "VisibilityState";
|
|
3310
3322
|
const _VT = "VisualTitle";
|
|
3311
3323
|
const _VTA = "VerticalTextAlignment";
|
|
3324
|
+
const _VTFC = "VisualTitleFontConfiguration";
|
|
3312
3325
|
const _VTLO = "VisualTitleLabelOptions";
|
|
3313
3326
|
const _VTa = "ValueType";
|
|
3314
3327
|
const _VWU = "ValueWhenUnset";
|
|
@@ -3319,7 +3332,7 @@ const _Vi = "Visibility";
|
|
|
3319
3332
|
const _Vis = "Visualization";
|
|
3320
3333
|
const _Visu = "Visuals";
|
|
3321
3334
|
const _Visua = "Visual";
|
|
3322
|
-
const _W = "
|
|
3335
|
+
const _W = "Width";
|
|
3323
3336
|
const _WC = "WordCasing";
|
|
3324
3337
|
const _WCAFW = "WaterfallChartAggregatedFieldWells";
|
|
3325
3338
|
const _WCAFWo = "WordCloudAggregatedFieldWells";
|
|
@@ -3356,11 +3369,11 @@ const _WSe = "WeightSort";
|
|
|
3356
3369
|
const _WSi = "WindowSize";
|
|
3357
3370
|
const _WSo = "WordScaling";
|
|
3358
3371
|
const _WV = "WaterfallVisual";
|
|
3359
|
-
const _Wa = "
|
|
3360
|
-
const _War = "
|
|
3372
|
+
const _Wa = "Warning";
|
|
3373
|
+
const _War = "Warnings";
|
|
3374
|
+
const _Ware = "Warehouse";
|
|
3361
3375
|
const _We = "West";
|
|
3362
3376
|
const _Wei = "Weight";
|
|
3363
|
-
const _Wi = "Width";
|
|
3364
3377
|
const _XA = "XAxis";
|
|
3365
3378
|
const _XADO = "XAxisDisplayOptions";
|
|
3366
3379
|
const _XAL = "XAxisLocation";
|
|
@@ -4331,7 +4344,7 @@ export var BodySectionRepeatPageBreakConfiguration = [
|
|
|
4331
4344
|
[() => SectionAfterPageBreak],
|
|
4332
4345
|
];
|
|
4333
4346
|
export var BookmarksConfigurations = [3, n0, _BC, 0, [_En], [2]];
|
|
4334
|
-
export var BorderStyle = [3, n0, _BS, 0, [_Sho], [2]];
|
|
4347
|
+
export var BorderStyle = [3, n0, _BS, 0, [_Col, _Sho, _W], [0, 2, 0]];
|
|
4335
4348
|
export var BoxPlotAggregatedFieldWells = [
|
|
4336
4349
|
3,
|
|
4337
4350
|
n0,
|
|
@@ -4400,7 +4413,7 @@ export var BrandColorPalette = [
|
|
|
4400
4413
|
n0,
|
|
4401
4414
|
_BCP,
|
|
4402
4415
|
0,
|
|
4403
|
-
[_Prim, _Sec, _Acc, _Me, _Di, _Suc, _In,
|
|
4416
|
+
[_Prim, _Sec, _Acc, _Me, _Di, _Suc, _In, _Wa, _Dan],
|
|
4404
4417
|
[
|
|
4405
4418
|
() => Palette,
|
|
4406
4419
|
() => Palette,
|
|
@@ -6872,7 +6885,7 @@ export var DescribeAssetBundleExportJobResponse = [
|
|
|
6872
6885
|
n0,
|
|
6873
6886
|
_DABEJRe,
|
|
6874
6887
|
0,
|
|
6875
|
-
[_JS, _DUo, _Err, _A, _CT, _ABEJI, _AAI, _RAes, _IAD, _EFx, _CFOPC, _RI, _St, _IP, _IT, _VSa,
|
|
6888
|
+
[_JS, _DUo, _Err, _A, _CT, _ABEJI, _AAI, _RAes, _IAD, _EFx, _CFOPC, _RI, _St, _IP, _IT, _VSa, _War, _IFM, _IFMn],
|
|
6876
6889
|
[
|
|
6877
6890
|
0,
|
|
6878
6891
|
[() => SensitiveS3Uri, 0],
|
|
@@ -6911,7 +6924,7 @@ export var DescribeAssetBundleImportJobResponse = [
|
|
|
6911
6924
|
n0,
|
|
6912
6925
|
_DABIJRe,
|
|
6913
6926
|
0,
|
|
6914
|
-
[_JS, _Err, _RE, _A, _CT, _ABIJI, _AAI, _ABIS, _OP, _FA, _RI, _St, _OPv, _OT, _OVS,
|
|
6927
|
+
[_JS, _Err, _RE, _A, _CT, _ABIJI, _AAI, _ABIS, _OP, _FA, _RI, _St, _OPv, _OT, _OVS, _War],
|
|
6915
6928
|
[
|
|
6916
6929
|
0,
|
|
6917
6930
|
() => AssetBundleImportJobErrorList,
|
|
@@ -8280,7 +8293,7 @@ export var FreeFormLayoutElement = [
|
|
|
8280
8293
|
n0,
|
|
8281
8294
|
_FFLE,
|
|
8282
8295
|
0,
|
|
8283
|
-
[_EIl, _ET, _XAL, _YAL,
|
|
8296
|
+
[_EIl, _ET, _XAL, _YAL, _W, _He, _Vi, _RRe, _BS, _SBS, _BSa, _LAo, _BR, _Pad],
|
|
8284
8297
|
[
|
|
8285
8298
|
0,
|
|
8286
8299
|
0,
|
|
@@ -8294,10 +8307,12 @@ export var FreeFormLayoutElement = [
|
|
|
8294
8307
|
() => FreeFormLayoutElementBorderStyle,
|
|
8295
8308
|
() => FreeFormLayoutElementBackgroundStyle,
|
|
8296
8309
|
() => LoadingAnimation,
|
|
8310
|
+
0,
|
|
8311
|
+
0,
|
|
8297
8312
|
],
|
|
8298
8313
|
];
|
|
8299
8314
|
export var FreeFormLayoutElementBackgroundStyle = [3, n0, _FFLEBS, 0, [_Vi, _Col], [0, 0]];
|
|
8300
|
-
export var FreeFormLayoutElementBorderStyle = [3, n0, _FFLEBSr, 0, [_Vi, _Col], [0, 0]];
|
|
8315
|
+
export var FreeFormLayoutElementBorderStyle = [3, n0, _FFLEBSr, 0, [_Vi, _Col, _W], [0, 0, 0]];
|
|
8301
8316
|
export var FreeFormLayoutScreenCanvasSizeOptions = [3, n0, _FFLSCSO, 0, [_OVPW], [0]];
|
|
8302
8317
|
export var FreeFormSectionLayoutConfiguration = [
|
|
8303
8318
|
3,
|
|
@@ -8919,9 +8934,24 @@ export var GridLayoutElement = [
|
|
|
8919
8934
|
n0,
|
|
8920
8935
|
_GLE,
|
|
8921
8936
|
0,
|
|
8922
|
-
[_EIl, _ET, _CIolu, _CSolumn, _RIo, _RSo],
|
|
8923
|
-
[
|
|
8937
|
+
[_EIl, _ET, _CIolu, _CSolumn, _RIo, _RSo, _BS, _SBS, _BSa, _LAo, _BR, _Pad],
|
|
8938
|
+
[
|
|
8939
|
+
0,
|
|
8940
|
+
0,
|
|
8941
|
+
1,
|
|
8942
|
+
1,
|
|
8943
|
+
1,
|
|
8944
|
+
1,
|
|
8945
|
+
() => GridLayoutElementBorderStyle,
|
|
8946
|
+
() => GridLayoutElementBorderStyle,
|
|
8947
|
+
() => GridLayoutElementBackgroundStyle,
|
|
8948
|
+
() => LoadingAnimation,
|
|
8949
|
+
0,
|
|
8950
|
+
0,
|
|
8951
|
+
],
|
|
8924
8952
|
];
|
|
8953
|
+
export var GridLayoutElementBackgroundStyle = [3, n0, _GLEBS, 0, [_Vi, _Col], [0, 0]];
|
|
8954
|
+
export var GridLayoutElementBorderStyle = [3, n0, _GLEBSr, 0, [_Vi, _Col, _W], [0, 0, 0]];
|
|
8925
8955
|
export var GridLayoutScreenCanvasSizeOptions = [3, n0, _GLSCSO, 0, [_RO, _OVPW], [0, 0]];
|
|
8926
8956
|
export var Group = [3, n0, _Gr, 0, [_A, _GN, _D, _PIr], [0, 0, 0, 0]];
|
|
8927
8957
|
export var GroupMember = [3, n0, _GM, 0, [_A, _MN], [0, 0]];
|
|
@@ -9458,7 +9488,7 @@ export var LegendOptions = [
|
|
|
9458
9488
|
n0,
|
|
9459
9489
|
_LOeg,
|
|
9460
9490
|
0,
|
|
9461
|
-
[_Vi, _Tit, _Pos,
|
|
9491
|
+
[_Vi, _Tit, _Pos, _W, _He, _VFC],
|
|
9462
9492
|
[0, () => LabelOptions, 0, 0, 0, () => FontConfiguration],
|
|
9463
9493
|
];
|
|
9464
9494
|
export var LimitExceededException = [
|
|
@@ -11214,7 +11244,7 @@ export var PivotTableDataPathOption = [
|
|
|
11214
11244
|
n0,
|
|
11215
11245
|
_PTDPO,
|
|
11216
11246
|
0,
|
|
11217
|
-
[_DPL,
|
|
11247
|
+
[_DPL, _W],
|
|
11218
11248
|
[() => DataPathValueList, 0],
|
|
11219
11249
|
];
|
|
11220
11250
|
export var PivotTableFieldCollapseStateOption = [
|
|
@@ -11916,7 +11946,7 @@ export var RowLevelPermissionTagRule = [
|
|
|
11916
11946
|
[_TK, _CN, _TMVD, _MAV],
|
|
11917
11947
|
[0, 0, 0, [() => SessionTagValue, 0]],
|
|
11918
11948
|
];
|
|
11919
|
-
export var S3BucketConfiguration = [3, n0, _SBC, 0, [_BNu, _BP,
|
|
11949
|
+
export var S3BucketConfiguration = [3, n0, _SBC, 0, [_BNu, _BP, _BRu], [0, 0, 0]];
|
|
11920
11950
|
export var S3KnowledgeBaseParameters = [3, n0, _SKBP, 0, [_RA, _BU, _MFLe], [0, 0, 0]];
|
|
11921
11951
|
export var S3Parameters = [3, n0, _SPa, 0, [_MFL, _RA], [() => ManifestFileLocation, 0]];
|
|
11922
11952
|
export var S3Source = [
|
|
@@ -12369,6 +12399,7 @@ export var ShapeConditionalFormat = [
|
|
|
12369
12399
|
];
|
|
12370
12400
|
export var SharedViewConfigurations = [3, n0, _SVC, 0, [_En], [2]];
|
|
12371
12401
|
export var Sheet = [3, n0, _She, 0, [_SIh, _N, _Ima], [0, 0, () => SheetImageList]];
|
|
12402
|
+
export var SheetBackgroundStyle = [3, n0, _SBSh, 0, [_Col, _G], [0, 0]];
|
|
12372
12403
|
export var SheetControlInfoIconLabelOptions = [3, n0, _SCIILO, 0, [_Vi, _IIT], [0, 0]];
|
|
12373
12404
|
export var SheetControlLayout = [
|
|
12374
12405
|
3,
|
|
@@ -12447,7 +12478,14 @@ export var SheetImageTooltipConfiguration = [
|
|
|
12447
12478
|
];
|
|
12448
12479
|
export var SheetImageTooltipText = [3, n0, _SITT, 0, [_PT], [0]];
|
|
12449
12480
|
export var SheetLayoutElementMaximizationOption = [3, n0, _SLEMO, 0, [_ASv], [0]];
|
|
12450
|
-
export var SheetStyle = [
|
|
12481
|
+
export var SheetStyle = [
|
|
12482
|
+
3,
|
|
12483
|
+
n0,
|
|
12484
|
+
_SSh,
|
|
12485
|
+
0,
|
|
12486
|
+
[_Til, _TL, _Bac],
|
|
12487
|
+
[() => TileStyle, () => TileLayoutStyle, () => SheetBackgroundStyle],
|
|
12488
|
+
];
|
|
12451
12489
|
export var SheetTextBox = [
|
|
12452
12490
|
3,
|
|
12453
12491
|
n0,
|
|
@@ -12569,7 +12607,7 @@ export var SnowflakeParameters = [
|
|
|
12569
12607
|
n0,
|
|
12570
12608
|
_SPn,
|
|
12571
12609
|
0,
|
|
12572
|
-
[_H, _Dat,
|
|
12610
|
+
[_H, _Dat, _Ware, _AT, _DACRa, _OAP],
|
|
12573
12611
|
[0, 0, 0, 0, 0, () => OAuthParameters],
|
|
12574
12612
|
];
|
|
12575
12613
|
export var SourceTable = [3, n0, _STou, 0, [_PTI, _DSata], [0, () => ParentDataSet]];
|
|
@@ -12855,7 +12893,7 @@ export var TableFieldOption = [
|
|
|
12855
12893
|
n0,
|
|
12856
12894
|
_TFO,
|
|
12857
12895
|
0,
|
|
12858
|
-
[_FIi,
|
|
12896
|
+
[_FIi, _W, _CL, _Vi, _URLS],
|
|
12859
12897
|
[0, 0, 0, 0, () => TableFieldURLConfiguration],
|
|
12860
12898
|
];
|
|
12861
12899
|
export var TableFieldOptions = [
|
|
@@ -13099,7 +13137,7 @@ export var TileLayoutStyle = [
|
|
|
13099
13137
|
[_Gu, _Mar],
|
|
13100
13138
|
[() => GutterStyle, () => MarginStyle],
|
|
13101
13139
|
];
|
|
13102
|
-
export var TileStyle = [3, n0, _TSi, 0, [_Bor], [() => BorderStyle]];
|
|
13140
|
+
export var TileStyle = [3, n0, _TSi, 0, [_BCa, _Bor, _BR, _Pad], [0, () => BorderStyle, 0, 0]];
|
|
13103
13141
|
export var TimeBasedForecastProperties = [
|
|
13104
13142
|
3,
|
|
13105
13143
|
n0,
|
|
@@ -13570,13 +13608,29 @@ export var TreeMapVisual = [
|
|
|
13570
13608
|
export var TrendArrowOptions = [3, n0, _TAOr, 0, [_Vi], [0]];
|
|
13571
13609
|
export var TrinoParameters = [3, n0, _TPr, 0, [_H, _Po, _Cata], [0, 1, 0]];
|
|
13572
13610
|
export var TwitterParameters = [3, n0, _TPw, 0, [_Qu, _MRa], [0, 1]];
|
|
13573
|
-
export var Typography = [
|
|
13611
|
+
export var Typography = [
|
|
13612
|
+
3,
|
|
13613
|
+
n0,
|
|
13614
|
+
_Ty,
|
|
13615
|
+
0,
|
|
13616
|
+
[_FFon, _ATFC, _ALFC, _LTFC, _LVFC, _DLFC, _VTFC, _VSFC],
|
|
13617
|
+
[
|
|
13618
|
+
() => FontList,
|
|
13619
|
+
() => FontConfiguration,
|
|
13620
|
+
() => FontConfiguration,
|
|
13621
|
+
() => FontConfiguration,
|
|
13622
|
+
() => FontConfiguration,
|
|
13623
|
+
() => FontConfiguration,
|
|
13624
|
+
() => VisualTitleFontConfiguration,
|
|
13625
|
+
() => VisualSubtitleFontConfiguration,
|
|
13626
|
+
],
|
|
13627
|
+
];
|
|
13574
13628
|
export var UIColorPalette = [
|
|
13575
13629
|
3,
|
|
13576
13630
|
n0,
|
|
13577
13631
|
_UICP,
|
|
13578
13632
|
0,
|
|
13579
|
-
[_PFr, _PBri, _SFec, _SBec, _Acc, _AFc, _Dan, _DFan,
|
|
13633
|
+
[_PFr, _PBri, _SFec, _SBec, _Acc, _AFc, _Dan, _DFan, _Wa, _WF, _Suc, _SFu, _Di, _DFime, _Me, _MFe],
|
|
13580
13634
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
|
|
13581
13635
|
];
|
|
13582
13636
|
export var UnaggregatedField = [
|
|
@@ -14522,6 +14576,14 @@ export var VisualInteractionOptions = [
|
|
|
14522
14576
|
export var VisualMenuOption = [3, n0, _VMO, 0, [_ASv], [0]];
|
|
14523
14577
|
export var VisualOptions = [3, n0, _VO, 0, [_t], [0]];
|
|
14524
14578
|
export var VisualPalette = [3, n0, _VP, 0, [_CCha, _CMol], [0, () => DataPathColorList]];
|
|
14579
|
+
export var VisualSubtitleFontConfiguration = [
|
|
14580
|
+
3,
|
|
14581
|
+
n0,
|
|
14582
|
+
_VSFC,
|
|
14583
|
+
0,
|
|
14584
|
+
[_FCo, _TAext, _TTex],
|
|
14585
|
+
[() => FontConfiguration, 0, 0],
|
|
14586
|
+
];
|
|
14525
14587
|
export var VisualSubtitleLabelOptions = [
|
|
14526
14588
|
3,
|
|
14527
14589
|
n0,
|
|
@@ -14530,6 +14592,14 @@ export var VisualSubtitleLabelOptions = [
|
|
|
14530
14592
|
[_Vi, _FTor],
|
|
14531
14593
|
[0, () => LongFormatText],
|
|
14532
14594
|
];
|
|
14595
|
+
export var VisualTitleFontConfiguration = [
|
|
14596
|
+
3,
|
|
14597
|
+
n0,
|
|
14598
|
+
_VTFC,
|
|
14599
|
+
0,
|
|
14600
|
+
[_FCo, _TAext, _TTex],
|
|
14601
|
+
[() => FontConfiguration, 0, 0],
|
|
14602
|
+
];
|
|
14533
14603
|
export var VisualTitleLabelOptions = [3, n0, _VTLO, 0, [_Vi, _FTor], [0, () => ShortFormatText]];
|
|
14534
14604
|
export var VPCConnection = [
|
|
14535
14605
|
3,
|
|
@@ -4601,6 +4601,25 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4601
4601
|
* ColumnSpan: Number("int"), // required
|
|
4602
4602
|
* RowIndex: Number("int"),
|
|
4603
4603
|
* RowSpan: Number("int"), // required
|
|
4604
|
+
* BorderStyle: { // GridLayoutElementBorderStyle
|
|
4605
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4606
|
+
* Color: "STRING_VALUE",
|
|
4607
|
+
* Width: "STRING_VALUE",
|
|
4608
|
+
* },
|
|
4609
|
+
* SelectedBorderStyle: {
|
|
4610
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4611
|
+
* Color: "STRING_VALUE",
|
|
4612
|
+
* Width: "STRING_VALUE",
|
|
4613
|
+
* },
|
|
4614
|
+
* BackgroundStyle: { // GridLayoutElementBackgroundStyle
|
|
4615
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4616
|
+
* Color: "STRING_VALUE",
|
|
4617
|
+
* },
|
|
4618
|
+
* LoadingAnimation: { // LoadingAnimation
|
|
4619
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4620
|
+
* },
|
|
4621
|
+
* BorderRadius: "STRING_VALUE",
|
|
4622
|
+
* Padding: "STRING_VALUE",
|
|
4604
4623
|
* },
|
|
4605
4624
|
* ],
|
|
4606
4625
|
* CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
|
|
@@ -4631,18 +4650,22 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4631
4650
|
* BorderStyle: { // FreeFormLayoutElementBorderStyle
|
|
4632
4651
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4633
4652
|
* Color: "STRING_VALUE",
|
|
4653
|
+
* Width: "STRING_VALUE",
|
|
4634
4654
|
* },
|
|
4635
4655
|
* SelectedBorderStyle: {
|
|
4636
4656
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4637
4657
|
* Color: "STRING_VALUE",
|
|
4658
|
+
* Width: "STRING_VALUE",
|
|
4638
4659
|
* },
|
|
4639
4660
|
* BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
|
|
4640
4661
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4641
4662
|
* Color: "STRING_VALUE",
|
|
4642
4663
|
* },
|
|
4643
|
-
* LoadingAnimation: {
|
|
4664
|
+
* LoadingAnimation: {
|
|
4644
4665
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4645
4666
|
* },
|
|
4667
|
+
* BorderRadius: "STRING_VALUE",
|
|
4668
|
+
* Padding: "STRING_VALUE",
|
|
4646
4669
|
* },
|
|
4647
4670
|
* ],
|
|
4648
4671
|
* CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
|
|
@@ -4677,10 +4700,12 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4677
4700
|
* BorderStyle: {
|
|
4678
4701
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4679
4702
|
* Color: "STRING_VALUE",
|
|
4703
|
+
* Width: "STRING_VALUE",
|
|
4680
4704
|
* },
|
|
4681
4705
|
* SelectedBorderStyle: {
|
|
4682
4706
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4683
4707
|
* Color: "STRING_VALUE",
|
|
4708
|
+
* Width: "STRING_VALUE",
|
|
4684
4709
|
* },
|
|
4685
4710
|
* BackgroundStyle: {
|
|
4686
4711
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -4689,6 +4714,8 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4689
4714
|
* LoadingAnimation: {
|
|
4690
4715
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4691
4716
|
* },
|
|
4717
|
+
* BorderRadius: "STRING_VALUE",
|
|
4718
|
+
* Padding: "STRING_VALUE",
|
|
4692
4719
|
* },
|
|
4693
4720
|
* ],
|
|
4694
4721
|
* },
|
|
@@ -4805,6 +4832,25 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4805
4832
|
* ColumnSpan: Number("int"), // required
|
|
4806
4833
|
* RowIndex: Number("int"),
|
|
4807
4834
|
* RowSpan: Number("int"), // required
|
|
4835
|
+
* BorderStyle: {
|
|
4836
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4837
|
+
* Color: "STRING_VALUE",
|
|
4838
|
+
* Width: "STRING_VALUE",
|
|
4839
|
+
* },
|
|
4840
|
+
* SelectedBorderStyle: {
|
|
4841
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4842
|
+
* Color: "STRING_VALUE",
|
|
4843
|
+
* Width: "STRING_VALUE",
|
|
4844
|
+
* },
|
|
4845
|
+
* BackgroundStyle: {
|
|
4846
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4847
|
+
* Color: "STRING_VALUE",
|
|
4848
|
+
* },
|
|
4849
|
+
* LoadingAnimation: {
|
|
4850
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4851
|
+
* },
|
|
4852
|
+
* BorderRadius: "STRING_VALUE",
|
|
4853
|
+
* Padding: "STRING_VALUE",
|
|
4808
4854
|
* },
|
|
4809
4855
|
* ],
|
|
4810
4856
|
* CanvasSizeOptions: {
|
|
@@ -4657,6 +4657,25 @@ declare const CreateDashboardCommand_base: {
|
|
|
4657
4657
|
* ColumnSpan: Number("int"), // required
|
|
4658
4658
|
* RowIndex: Number("int"),
|
|
4659
4659
|
* RowSpan: Number("int"), // required
|
|
4660
|
+
* BorderStyle: { // GridLayoutElementBorderStyle
|
|
4661
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4662
|
+
* Color: "STRING_VALUE",
|
|
4663
|
+
* Width: "STRING_VALUE",
|
|
4664
|
+
* },
|
|
4665
|
+
* SelectedBorderStyle: {
|
|
4666
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4667
|
+
* Color: "STRING_VALUE",
|
|
4668
|
+
* Width: "STRING_VALUE",
|
|
4669
|
+
* },
|
|
4670
|
+
* BackgroundStyle: { // GridLayoutElementBackgroundStyle
|
|
4671
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4672
|
+
* Color: "STRING_VALUE",
|
|
4673
|
+
* },
|
|
4674
|
+
* LoadingAnimation: { // LoadingAnimation
|
|
4675
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4676
|
+
* },
|
|
4677
|
+
* BorderRadius: "STRING_VALUE",
|
|
4678
|
+
* Padding: "STRING_VALUE",
|
|
4660
4679
|
* },
|
|
4661
4680
|
* ],
|
|
4662
4681
|
* CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
|
|
@@ -4687,18 +4706,22 @@ declare const CreateDashboardCommand_base: {
|
|
|
4687
4706
|
* BorderStyle: { // FreeFormLayoutElementBorderStyle
|
|
4688
4707
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4689
4708
|
* Color: "STRING_VALUE",
|
|
4709
|
+
* Width: "STRING_VALUE",
|
|
4690
4710
|
* },
|
|
4691
4711
|
* SelectedBorderStyle: {
|
|
4692
4712
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4693
4713
|
* Color: "STRING_VALUE",
|
|
4714
|
+
* Width: "STRING_VALUE",
|
|
4694
4715
|
* },
|
|
4695
4716
|
* BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
|
|
4696
4717
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4697
4718
|
* Color: "STRING_VALUE",
|
|
4698
4719
|
* },
|
|
4699
|
-
* LoadingAnimation: {
|
|
4720
|
+
* LoadingAnimation: {
|
|
4700
4721
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4701
4722
|
* },
|
|
4723
|
+
* BorderRadius: "STRING_VALUE",
|
|
4724
|
+
* Padding: "STRING_VALUE",
|
|
4702
4725
|
* },
|
|
4703
4726
|
* ],
|
|
4704
4727
|
* CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
|
|
@@ -4733,10 +4756,12 @@ declare const CreateDashboardCommand_base: {
|
|
|
4733
4756
|
* BorderStyle: {
|
|
4734
4757
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4735
4758
|
* Color: "STRING_VALUE",
|
|
4759
|
+
* Width: "STRING_VALUE",
|
|
4736
4760
|
* },
|
|
4737
4761
|
* SelectedBorderStyle: {
|
|
4738
4762
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4739
4763
|
* Color: "STRING_VALUE",
|
|
4764
|
+
* Width: "STRING_VALUE",
|
|
4740
4765
|
* },
|
|
4741
4766
|
* BackgroundStyle: {
|
|
4742
4767
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -4745,6 +4770,8 @@ declare const CreateDashboardCommand_base: {
|
|
|
4745
4770
|
* LoadingAnimation: {
|
|
4746
4771
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4747
4772
|
* },
|
|
4773
|
+
* BorderRadius: "STRING_VALUE",
|
|
4774
|
+
* Padding: "STRING_VALUE",
|
|
4748
4775
|
* },
|
|
4749
4776
|
* ],
|
|
4750
4777
|
* },
|
|
@@ -4861,6 +4888,25 @@ declare const CreateDashboardCommand_base: {
|
|
|
4861
4888
|
* ColumnSpan: Number("int"), // required
|
|
4862
4889
|
* RowIndex: Number("int"),
|
|
4863
4890
|
* RowSpan: Number("int"), // required
|
|
4891
|
+
* BorderStyle: {
|
|
4892
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4893
|
+
* Color: "STRING_VALUE",
|
|
4894
|
+
* Width: "STRING_VALUE",
|
|
4895
|
+
* },
|
|
4896
|
+
* SelectedBorderStyle: {
|
|
4897
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4898
|
+
* Color: "STRING_VALUE",
|
|
4899
|
+
* Width: "STRING_VALUE",
|
|
4900
|
+
* },
|
|
4901
|
+
* BackgroundStyle: {
|
|
4902
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4903
|
+
* Color: "STRING_VALUE",
|
|
4904
|
+
* },
|
|
4905
|
+
* LoadingAnimation: {
|
|
4906
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4907
|
+
* },
|
|
4908
|
+
* BorderRadius: "STRING_VALUE",
|
|
4909
|
+
* Padding: "STRING_VALUE",
|
|
4864
4910
|
* },
|
|
4865
4911
|
* ],
|
|
4866
4912
|
* CanvasSizeOptions: {
|
|
@@ -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 { CreateDataSourceRequest } from "../models/
|
|
4
|
-
import { CreateDataSourceResponse } from "../models/models_3";
|
|
3
|
+
import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_3";
|
|
5
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -4595,6 +4595,25 @@ declare const CreateTemplateCommand_base: {
|
|
|
4595
4595
|
* ColumnSpan: Number("int"), // required
|
|
4596
4596
|
* RowIndex: Number("int"),
|
|
4597
4597
|
* RowSpan: Number("int"), // required
|
|
4598
|
+
* BorderStyle: { // GridLayoutElementBorderStyle
|
|
4599
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4600
|
+
* Color: "STRING_VALUE",
|
|
4601
|
+
* Width: "STRING_VALUE",
|
|
4602
|
+
* },
|
|
4603
|
+
* SelectedBorderStyle: {
|
|
4604
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4605
|
+
* Color: "STRING_VALUE",
|
|
4606
|
+
* Width: "STRING_VALUE",
|
|
4607
|
+
* },
|
|
4608
|
+
* BackgroundStyle: { // GridLayoutElementBackgroundStyle
|
|
4609
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4610
|
+
* Color: "STRING_VALUE",
|
|
4611
|
+
* },
|
|
4612
|
+
* LoadingAnimation: { // LoadingAnimation
|
|
4613
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4614
|
+
* },
|
|
4615
|
+
* BorderRadius: "STRING_VALUE",
|
|
4616
|
+
* Padding: "STRING_VALUE",
|
|
4598
4617
|
* },
|
|
4599
4618
|
* ],
|
|
4600
4619
|
* CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
|
|
@@ -4625,18 +4644,22 @@ declare const CreateTemplateCommand_base: {
|
|
|
4625
4644
|
* BorderStyle: { // FreeFormLayoutElementBorderStyle
|
|
4626
4645
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4627
4646
|
* Color: "STRING_VALUE",
|
|
4647
|
+
* Width: "STRING_VALUE",
|
|
4628
4648
|
* },
|
|
4629
4649
|
* SelectedBorderStyle: {
|
|
4630
4650
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4631
4651
|
* Color: "STRING_VALUE",
|
|
4652
|
+
* Width: "STRING_VALUE",
|
|
4632
4653
|
* },
|
|
4633
4654
|
* BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
|
|
4634
4655
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4635
4656
|
* Color: "STRING_VALUE",
|
|
4636
4657
|
* },
|
|
4637
|
-
* LoadingAnimation: {
|
|
4658
|
+
* LoadingAnimation: {
|
|
4638
4659
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4639
4660
|
* },
|
|
4661
|
+
* BorderRadius: "STRING_VALUE",
|
|
4662
|
+
* Padding: "STRING_VALUE",
|
|
4640
4663
|
* },
|
|
4641
4664
|
* ],
|
|
4642
4665
|
* CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
|
|
@@ -4671,10 +4694,12 @@ declare const CreateTemplateCommand_base: {
|
|
|
4671
4694
|
* BorderStyle: {
|
|
4672
4695
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4673
4696
|
* Color: "STRING_VALUE",
|
|
4697
|
+
* Width: "STRING_VALUE",
|
|
4674
4698
|
* },
|
|
4675
4699
|
* SelectedBorderStyle: {
|
|
4676
4700
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4677
4701
|
* Color: "STRING_VALUE",
|
|
4702
|
+
* Width: "STRING_VALUE",
|
|
4678
4703
|
* },
|
|
4679
4704
|
* BackgroundStyle: {
|
|
4680
4705
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -4683,6 +4708,8 @@ declare const CreateTemplateCommand_base: {
|
|
|
4683
4708
|
* LoadingAnimation: {
|
|
4684
4709
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4685
4710
|
* },
|
|
4711
|
+
* BorderRadius: "STRING_VALUE",
|
|
4712
|
+
* Padding: "STRING_VALUE",
|
|
4686
4713
|
* },
|
|
4687
4714
|
* ],
|
|
4688
4715
|
* },
|
|
@@ -4799,6 +4826,25 @@ declare const CreateTemplateCommand_base: {
|
|
|
4799
4826
|
* ColumnSpan: Number("int"), // required
|
|
4800
4827
|
* RowIndex: Number("int"),
|
|
4801
4828
|
* RowSpan: Number("int"), // required
|
|
4829
|
+
* BorderStyle: {
|
|
4830
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4831
|
+
* Color: "STRING_VALUE",
|
|
4832
|
+
* Width: "STRING_VALUE",
|
|
4833
|
+
* },
|
|
4834
|
+
* SelectedBorderStyle: {
|
|
4835
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4836
|
+
* Color: "STRING_VALUE",
|
|
4837
|
+
* Width: "STRING_VALUE",
|
|
4838
|
+
* },
|
|
4839
|
+
* BackgroundStyle: {
|
|
4840
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4841
|
+
* Color: "STRING_VALUE",
|
|
4842
|
+
* },
|
|
4843
|
+
* LoadingAnimation: {
|
|
4844
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4845
|
+
* },
|
|
4846
|
+
* BorderRadius: "STRING_VALUE",
|
|
4847
|
+
* Padding: "STRING_VALUE",
|
|
4802
4848
|
* },
|
|
4803
4849
|
* ],
|
|
4804
4850
|
* CanvasSizeOptions: {
|