@aws-sdk/client-quicksight 3.936.0 → 3.938.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist-cjs/index.js +101 -23
  2. package/dist-es/models/enums.js +3 -0
  3. package/dist-es/schemas/schemas_0.js +97 -23
  4. package/dist-types/commands/CreateAnalysisCommand.d.ts +47 -1
  5. package/dist-types/commands/CreateDashboardCommand.d.ts +47 -1
  6. package/dist-types/commands/CreateDataSourceCommand.d.ts +1 -2
  7. package/dist-types/commands/CreateTemplateCommand.d.ts +47 -1
  8. package/dist-types/commands/CreateThemeCommand.d.ts +84 -0
  9. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +47 -1
  10. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +47 -1
  11. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +47 -1
  12. package/dist-types/commands/DescribeThemeCommand.d.ts +84 -0
  13. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +1 -1
  14. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -0
  15. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -0
  16. package/dist-types/commands/UpdateAnalysisCommand.d.ts +47 -1
  17. package/dist-types/commands/UpdateDashboardCommand.d.ts +47 -1
  18. package/dist-types/commands/UpdateTemplateCommand.d.ts +47 -1
  19. package/dist-types/commands/UpdateThemeCommand.d.ts +84 -0
  20. package/dist-types/models/enums.d.ts +11 -0
  21. package/dist-types/models/models_0.d.ts +82 -33
  22. package/dist-types/models/models_1.d.ts +35 -78
  23. package/dist-types/models/models_2.d.ts +88 -104
  24. package/dist-types/models/models_3.d.ts +218 -167
  25. package/dist-types/models/models_4.d.ts +179 -4
  26. package/dist-types/schemas/schemas_0.d.ts +6 -0
  27. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +4 -2
  28. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/models/enums.d.ts +4 -0
  30. package/dist-types/ts3.4/models/models_0.d.ts +18 -8
  31. package/dist-types/ts3.4/models/models_1.d.ts +9 -21
  32. package/dist-types/ts3.4/models/models_2.d.ts +22 -22
  33. package/dist-types/ts3.4/models/models_3.d.ts +49 -37
  34. package/dist-types/ts3.4/models/models_4.d.ts +41 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  36. 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 = "BucketRegion";
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";
@@ -2253,6 +2261,7 @@ const _QARe = "QAResults";
2253
2261
  const _QBIE = "QBusinessInsightsEnabled";
2254
2262
  const _QBIS = "QBusinessInsightsStatus";
2255
2263
  const _QBP = "QBusinessParameters";
2264
+ const _QC = "QuickChat";
2256
2265
  const _QDK = "QDataKey";
2257
2266
  const _QDKA = "QDataKeyArn";
2258
2267
  const _QDKT = "QDataKeyType";
@@ -2417,6 +2426,7 @@ const _RUDVEC = "RegisteredUserDashboardVisualEmbeddingConfiguration";
2417
2426
  const _RUE = "ResourceUnavailableException";
2418
2427
  const _RUEEC = "RegisteredUserEmbeddingExperienceConfiguration";
2419
2428
  const _RUGQAEC = "RegisteredUserGenerativeQnAEmbeddingConfiguration";
2429
+ const _RUQCEC = "RegisteredUserQuickChatEmbeddingConfiguration";
2420
2430
  const _RUQSBEC = "RegisteredUserQSearchBarEmbeddingConfiguration";
2421
2431
  const _RUQSCEC = "RegisteredUserQuickSightConsoleEmbeddingConfiguration";
2422
2432
  const _RUR = "RegisterUserRequest";
@@ -2475,6 +2485,7 @@ const _SBLPCSO = "SectionBasedLayoutPaperCanvasSizeOptions";
2475
2485
  const _SBM = "SortByMetrics";
2476
2486
  const _SBO = "ScrollBarOptions";
2477
2487
  const _SBS = "SelectedBorderStyle";
2488
+ const _SBSh = "SheetBackgroundStyle";
2478
2489
  const _SBT = "SelectedBinType";
2479
2490
  const _SBU = "SiteBaseUrl";
2480
2491
  const _SBe = "SectionBased";
@@ -2816,6 +2827,7 @@ const _TAOr = "TrendArrowOptions";
2816
2827
  const _TAe = "TemplateAlias";
2817
2828
  const _TAem = "TemplateArn";
2818
2829
  const _TAex = "TextArea";
2830
+ const _TAext = "TextAlignment";
2819
2831
  const _TAh = "ThemeAlias";
2820
2832
  const _TAhr = "ThresholdAlerts";
2821
2833
  const _TAo = "TopicArn";
@@ -3006,6 +3018,7 @@ const _TTOL = "TransposedTableOptionList";
3006
3018
  const _TTOr = "TransposedTableOption";
3007
3019
  const _TTT = "TooltipTitleType";
3008
3020
  const _TTe = "TemplateType";
3021
+ const _TTex = "TextTransform";
3009
3022
  const _TTo = "TooltipText";
3010
3023
  const _TTop = "TopicTemplate";
3011
3024
  const _TUFL = "TableUnaggregatedFieldList";
@@ -3303,12 +3316,14 @@ const _VPi = "VisualProperties";
3303
3316
  const _VR = "VisibleRange";
3304
3317
  const _VRO = "VisibleRangeOptions";
3305
3318
  const _VS = "VersionStatus";
3319
+ const _VSFC = "VisualSubtitleFontConfiguration";
3306
3320
  const _VSLO = "VisualSubtitleLabelOptions";
3307
3321
  const _VSa = "ValidationStrategy";
3308
3322
  const _VSi = "VisualSubtitle";
3309
3323
  const _VSis = "VisibilityState";
3310
3324
  const _VT = "VisualTitle";
3311
3325
  const _VTA = "VerticalTextAlignment";
3326
+ const _VTFC = "VisualTitleFontConfiguration";
3312
3327
  const _VTLO = "VisualTitleLabelOptions";
3313
3328
  const _VTa = "ValueType";
3314
3329
  const _VWU = "ValueWhenUnset";
@@ -3319,7 +3334,7 @@ const _Vi = "Visibility";
3319
3334
  const _Vis = "Visualization";
3320
3335
  const _Visu = "Visuals";
3321
3336
  const _Visua = "Visual";
3322
- const _W = "Warning";
3337
+ const _W = "Width";
3323
3338
  const _WC = "WordCasing";
3324
3339
  const _WCAFW = "WaterfallChartAggregatedFieldWells";
3325
3340
  const _WCAFWo = "WordCloudAggregatedFieldWells";
@@ -3356,11 +3371,11 @@ const _WSe = "WeightSort";
3356
3371
  const _WSi = "WindowSize";
3357
3372
  const _WSo = "WordScaling";
3358
3373
  const _WV = "WaterfallVisual";
3359
- const _Wa = "Warnings";
3360
- const _War = "Warehouse";
3374
+ const _Wa = "Warning";
3375
+ const _War = "Warnings";
3376
+ const _Ware = "Warehouse";
3361
3377
  const _We = "West";
3362
3378
  const _Wei = "Weight";
3363
- const _Wi = "Width";
3364
3379
  const _XA = "XAxis";
3365
3380
  const _XADO = "XAxisDisplayOptions";
3366
3381
  const _XAL = "XAxisLocation";
@@ -4331,7 +4346,7 @@ export var BodySectionRepeatPageBreakConfiguration = [
4331
4346
  [() => SectionAfterPageBreak],
4332
4347
  ];
4333
4348
  export var BookmarksConfigurations = [3, n0, _BC, 0, [_En], [2]];
4334
- export var BorderStyle = [3, n0, _BS, 0, [_Sho], [2]];
4349
+ export var BorderStyle = [3, n0, _BS, 0, [_Col, _Sho, _W], [0, 2, 0]];
4335
4350
  export var BoxPlotAggregatedFieldWells = [
4336
4351
  3,
4337
4352
  n0,
@@ -4400,7 +4415,7 @@ export var BrandColorPalette = [
4400
4415
  n0,
4401
4416
  _BCP,
4402
4417
  0,
4403
- [_Prim, _Sec, _Acc, _Me, _Di, _Suc, _In, _W, _Dan],
4418
+ [_Prim, _Sec, _Acc, _Me, _Di, _Suc, _In, _Wa, _Dan],
4404
4419
  [
4405
4420
  () => Palette,
4406
4421
  () => Palette,
@@ -6872,7 +6887,7 @@ export var DescribeAssetBundleExportJobResponse = [
6872
6887
  n0,
6873
6888
  _DABEJRe,
6874
6889
  0,
6875
- [_JS, _DUo, _Err, _A, _CT, _ABEJI, _AAI, _RAes, _IAD, _EFx, _CFOPC, _RI, _St, _IP, _IT, _VSa, _Wa, _IFM, _IFMn],
6890
+ [_JS, _DUo, _Err, _A, _CT, _ABEJI, _AAI, _RAes, _IAD, _EFx, _CFOPC, _RI, _St, _IP, _IT, _VSa, _War, _IFM, _IFMn],
6876
6891
  [
6877
6892
  0,
6878
6893
  [() => SensitiveS3Uri, 0],
@@ -6911,7 +6926,7 @@ export var DescribeAssetBundleImportJobResponse = [
6911
6926
  n0,
6912
6927
  _DABIJRe,
6913
6928
  0,
6914
- [_JS, _Err, _RE, _A, _CT, _ABIJI, _AAI, _ABIS, _OP, _FA, _RI, _St, _OPv, _OT, _OVS, _Wa],
6929
+ [_JS, _Err, _RE, _A, _CT, _ABIJI, _AAI, _ABIS, _OP, _FA, _RI, _St, _OPv, _OT, _OVS, _War],
6915
6930
  [
6916
6931
  0,
6917
6932
  () => AssetBundleImportJobErrorList,
@@ -8280,7 +8295,7 @@ export var FreeFormLayoutElement = [
8280
8295
  n0,
8281
8296
  _FFLE,
8282
8297
  0,
8283
- [_EIl, _ET, _XAL, _YAL, _Wi, _He, _Vi, _RRe, _BS, _SBS, _BSa, _LAo],
8298
+ [_EIl, _ET, _XAL, _YAL, _W, _He, _Vi, _RRe, _BS, _SBS, _BSa, _LAo, _BR, _Pad],
8284
8299
  [
8285
8300
  0,
8286
8301
  0,
@@ -8294,10 +8309,12 @@ export var FreeFormLayoutElement = [
8294
8309
  () => FreeFormLayoutElementBorderStyle,
8295
8310
  () => FreeFormLayoutElementBackgroundStyle,
8296
8311
  () => LoadingAnimation,
8312
+ 0,
8313
+ 0,
8297
8314
  ],
8298
8315
  ];
8299
8316
  export var FreeFormLayoutElementBackgroundStyle = [3, n0, _FFLEBS, 0, [_Vi, _Col], [0, 0]];
8300
- export var FreeFormLayoutElementBorderStyle = [3, n0, _FFLEBSr, 0, [_Vi, _Col], [0, 0]];
8317
+ export var FreeFormLayoutElementBorderStyle = [3, n0, _FFLEBSr, 0, [_Vi, _Col, _W], [0, 0, 0]];
8301
8318
  export var FreeFormLayoutScreenCanvasSizeOptions = [3, n0, _FFLSCSO, 0, [_OVPW], [0]];
8302
8319
  export var FreeFormSectionLayoutConfiguration = [
8303
8320
  3,
@@ -8919,9 +8936,24 @@ export var GridLayoutElement = [
8919
8936
  n0,
8920
8937
  _GLE,
8921
8938
  0,
8922
- [_EIl, _ET, _CIolu, _CSolumn, _RIo, _RSo],
8923
- [0, 0, 1, 1, 1, 1],
8939
+ [_EIl, _ET, _CIolu, _CSolumn, _RIo, _RSo, _BS, _SBS, _BSa, _LAo, _BR, _Pad],
8940
+ [
8941
+ 0,
8942
+ 0,
8943
+ 1,
8944
+ 1,
8945
+ 1,
8946
+ 1,
8947
+ () => GridLayoutElementBorderStyle,
8948
+ () => GridLayoutElementBorderStyle,
8949
+ () => GridLayoutElementBackgroundStyle,
8950
+ () => LoadingAnimation,
8951
+ 0,
8952
+ 0,
8953
+ ],
8924
8954
  ];
8955
+ export var GridLayoutElementBackgroundStyle = [3, n0, _GLEBS, 0, [_Vi, _Col], [0, 0]];
8956
+ export var GridLayoutElementBorderStyle = [3, n0, _GLEBSr, 0, [_Vi, _Col, _W], [0, 0, 0]];
8925
8957
  export var GridLayoutScreenCanvasSizeOptions = [3, n0, _GLSCSO, 0, [_RO, _OVPW], [0, 0]];
8926
8958
  export var Group = [3, n0, _Gr, 0, [_A, _GN, _D, _PIr], [0, 0, 0, 0]];
8927
8959
  export var GroupMember = [3, n0, _GM, 0, [_A, _MN], [0, 0]];
@@ -9458,7 +9490,7 @@ export var LegendOptions = [
9458
9490
  n0,
9459
9491
  _LOeg,
9460
9492
  0,
9461
- [_Vi, _Tit, _Pos, _Wi, _He, _VFC],
9493
+ [_Vi, _Tit, _Pos, _W, _He, _VFC],
9462
9494
  [0, () => LabelOptions, 0, 0, 0, () => FontConfiguration],
9463
9495
  ];
9464
9496
  export var LimitExceededException = [
@@ -11214,7 +11246,7 @@ export var PivotTableDataPathOption = [
11214
11246
  n0,
11215
11247
  _PTDPO,
11216
11248
  0,
11217
- [_DPL, _Wi],
11249
+ [_DPL, _W],
11218
11250
  [() => DataPathValueList, 0],
11219
11251
  ];
11220
11252
  export var PivotTableFieldCollapseStateOption = [
@@ -11732,17 +11764,19 @@ export var RegisteredUserEmbeddingExperienceConfiguration = [
11732
11764
  n0,
11733
11765
  _RUEEC,
11734
11766
  0,
11735
- [_Da, _QSC, _QSB, _DV, _GQA],
11767
+ [_Da, _QSC, _QSB, _DV, _GQA, _QC],
11736
11768
  [
11737
11769
  () => RegisteredUserDashboardEmbeddingConfiguration,
11738
11770
  () => RegisteredUserQuickSightConsoleEmbeddingConfiguration,
11739
11771
  () => RegisteredUserQSearchBarEmbeddingConfiguration,
11740
11772
  () => RegisteredUserDashboardVisualEmbeddingConfiguration,
11741
11773
  () => RegisteredUserGenerativeQnAEmbeddingConfiguration,
11774
+ () => RegisteredUserQuickChatEmbeddingConfiguration,
11742
11775
  ],
11743
11776
  ];
11744
11777
  export var RegisteredUserGenerativeQnAEmbeddingConfiguration = [3, n0, _RUGQAEC, 0, [_ITI], [0]];
11745
11778
  export var RegisteredUserQSearchBarEmbeddingConfiguration = [3, n0, _RUQSBEC, 0, [_ITI], [0]];
11779
+ export var RegisteredUserQuickChatEmbeddingConfiguration = [3, n0, _RUQCEC, 0, [], []];
11746
11780
  export var RegisteredUserQuickSightConsoleEmbeddingConfiguration = [
11747
11781
  3,
11748
11782
  n0,
@@ -11916,7 +11950,7 @@ export var RowLevelPermissionTagRule = [
11916
11950
  [_TK, _CN, _TMVD, _MAV],
11917
11951
  [0, 0, 0, [() => SessionTagValue, 0]],
11918
11952
  ];
11919
- export var S3BucketConfiguration = [3, n0, _SBC, 0, [_BNu, _BP, _BR], [0, 0, 0]];
11953
+ export var S3BucketConfiguration = [3, n0, _SBC, 0, [_BNu, _BP, _BRu], [0, 0, 0]];
11920
11954
  export var S3KnowledgeBaseParameters = [3, n0, _SKBP, 0, [_RA, _BU, _MFLe], [0, 0, 0]];
11921
11955
  export var S3Parameters = [3, n0, _SPa, 0, [_MFL, _RA], [() => ManifestFileLocation, 0]];
11922
11956
  export var S3Source = [
@@ -12369,6 +12403,7 @@ export var ShapeConditionalFormat = [
12369
12403
  ];
12370
12404
  export var SharedViewConfigurations = [3, n0, _SVC, 0, [_En], [2]];
12371
12405
  export var Sheet = [3, n0, _She, 0, [_SIh, _N, _Ima], [0, 0, () => SheetImageList]];
12406
+ export var SheetBackgroundStyle = [3, n0, _SBSh, 0, [_Col, _G], [0, 0]];
12372
12407
  export var SheetControlInfoIconLabelOptions = [3, n0, _SCIILO, 0, [_Vi, _IIT], [0, 0]];
12373
12408
  export var SheetControlLayout = [
12374
12409
  3,
@@ -12447,7 +12482,14 @@ export var SheetImageTooltipConfiguration = [
12447
12482
  ];
12448
12483
  export var SheetImageTooltipText = [3, n0, _SITT, 0, [_PT], [0]];
12449
12484
  export var SheetLayoutElementMaximizationOption = [3, n0, _SLEMO, 0, [_ASv], [0]];
12450
- export var SheetStyle = [3, n0, _SSh, 0, [_Til, _TL], [() => TileStyle, () => TileLayoutStyle]];
12485
+ export var SheetStyle = [
12486
+ 3,
12487
+ n0,
12488
+ _SSh,
12489
+ 0,
12490
+ [_Til, _TL, _Bac],
12491
+ [() => TileStyle, () => TileLayoutStyle, () => SheetBackgroundStyle],
12492
+ ];
12451
12493
  export var SheetTextBox = [
12452
12494
  3,
12453
12495
  n0,
@@ -12569,7 +12611,7 @@ export var SnowflakeParameters = [
12569
12611
  n0,
12570
12612
  _SPn,
12571
12613
  0,
12572
- [_H, _Dat, _War, _AT, _DACRa, _OAP],
12614
+ [_H, _Dat, _Ware, _AT, _DACRa, _OAP],
12573
12615
  [0, 0, 0, 0, 0, () => OAuthParameters],
12574
12616
  ];
12575
12617
  export var SourceTable = [3, n0, _STou, 0, [_PTI, _DSata], [0, () => ParentDataSet]];
@@ -12855,7 +12897,7 @@ export var TableFieldOption = [
12855
12897
  n0,
12856
12898
  _TFO,
12857
12899
  0,
12858
- [_FIi, _Wi, _CL, _Vi, _URLS],
12900
+ [_FIi, _W, _CL, _Vi, _URLS],
12859
12901
  [0, 0, 0, 0, () => TableFieldURLConfiguration],
12860
12902
  ];
12861
12903
  export var TableFieldOptions = [
@@ -13099,7 +13141,7 @@ export var TileLayoutStyle = [
13099
13141
  [_Gu, _Mar],
13100
13142
  [() => GutterStyle, () => MarginStyle],
13101
13143
  ];
13102
- export var TileStyle = [3, n0, _TSi, 0, [_Bor], [() => BorderStyle]];
13144
+ export var TileStyle = [3, n0, _TSi, 0, [_BCa, _Bor, _BR, _Pad], [0, () => BorderStyle, 0, 0]];
13103
13145
  export var TimeBasedForecastProperties = [
13104
13146
  3,
13105
13147
  n0,
@@ -13570,13 +13612,29 @@ export var TreeMapVisual = [
13570
13612
  export var TrendArrowOptions = [3, n0, _TAOr, 0, [_Vi], [0]];
13571
13613
  export var TrinoParameters = [3, n0, _TPr, 0, [_H, _Po, _Cata], [0, 1, 0]];
13572
13614
  export var TwitterParameters = [3, n0, _TPw, 0, [_Qu, _MRa], [0, 1]];
13573
- export var Typography = [3, n0, _Ty, 0, [_FFon], [() => FontList]];
13615
+ export var Typography = [
13616
+ 3,
13617
+ n0,
13618
+ _Ty,
13619
+ 0,
13620
+ [_FFon, _ATFC, _ALFC, _LTFC, _LVFC, _DLFC, _VTFC, _VSFC],
13621
+ [
13622
+ () => FontList,
13623
+ () => FontConfiguration,
13624
+ () => FontConfiguration,
13625
+ () => FontConfiguration,
13626
+ () => FontConfiguration,
13627
+ () => FontConfiguration,
13628
+ () => VisualTitleFontConfiguration,
13629
+ () => VisualSubtitleFontConfiguration,
13630
+ ],
13631
+ ];
13574
13632
  export var UIColorPalette = [
13575
13633
  3,
13576
13634
  n0,
13577
13635
  _UICP,
13578
13636
  0,
13579
- [_PFr, _PBri, _SFec, _SBec, _Acc, _AFc, _Dan, _DFan, _W, _WF, _Suc, _SFu, _Di, _DFime, _Me, _MFe],
13637
+ [_PFr, _PBri, _SFec, _SBec, _Acc, _AFc, _Dan, _DFan, _Wa, _WF, _Suc, _SFu, _Di, _DFime, _Me, _MFe],
13580
13638
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
13581
13639
  ];
13582
13640
  export var UnaggregatedField = [
@@ -14522,6 +14580,14 @@ export var VisualInteractionOptions = [
14522
14580
  export var VisualMenuOption = [3, n0, _VMO, 0, [_ASv], [0]];
14523
14581
  export var VisualOptions = [3, n0, _VO, 0, [_t], [0]];
14524
14582
  export var VisualPalette = [3, n0, _VP, 0, [_CCha, _CMol], [0, () => DataPathColorList]];
14583
+ export var VisualSubtitleFontConfiguration = [
14584
+ 3,
14585
+ n0,
14586
+ _VSFC,
14587
+ 0,
14588
+ [_FCo, _TAext, _TTex],
14589
+ [() => FontConfiguration, 0, 0],
14590
+ ];
14525
14591
  export var VisualSubtitleLabelOptions = [
14526
14592
  3,
14527
14593
  n0,
@@ -14530,6 +14596,14 @@ export var VisualSubtitleLabelOptions = [
14530
14596
  [_Vi, _FTor],
14531
14597
  [0, () => LongFormatText],
14532
14598
  ];
14599
+ export var VisualTitleFontConfiguration = [
14600
+ 3,
14601
+ n0,
14602
+ _VTFC,
14603
+ 0,
14604
+ [_FCo, _TAext, _TTex],
14605
+ [() => FontConfiguration, 0, 0],
14606
+ ];
14533
14607
  export var VisualTitleLabelOptions = [3, n0, _VTLO, 0, [_Vi, _FTor], [0, () => ShortFormatText]];
14534
14608
  export var VPCConnection = [
14535
14609
  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: { // 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: { // 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/models_2";
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: { // 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: {