@aws-sdk/client-quicksight 3.947.0 → 3.950.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 (62) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +415 -101
  3. package/dist-es/QuickSight.js +2 -0
  4. package/dist-es/commands/GetIdentityContextCommand.js +16 -0
  5. package/dist-es/commands/index.js +1 -0
  6. package/dist-es/models/enums.js +49 -17
  7. package/dist-es/schemas/schemas_0.js +349 -84
  8. package/dist-types/QuickSight.d.ts +7 -0
  9. package/dist-types/QuickSightClient.d.ts +3 -2
  10. package/dist-types/commands/CreateAnalysisCommand.d.ts +194 -0
  11. package/dist-types/commands/CreateDashboardCommand.d.ts +194 -0
  12. package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -0
  14. package/dist-types/commands/CreateTemplateCommand.d.ts +194 -0
  15. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +194 -0
  16. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +194 -0
  17. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +19 -0
  18. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +89 -0
  19. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +194 -0
  20. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  28. package/dist-types/commands/GetIdentityContextCommand.d.ts +143 -0
  29. package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +55 -0
  30. package/dist-types/commands/UpdateAnalysisCommand.d.ts +194 -0
  31. package/dist-types/commands/UpdateDashboardCommand.d.ts +194 -0
  32. package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -0
  33. package/dist-types/commands/UpdateTemplateCommand.d.ts +194 -0
  34. package/dist-types/commands/index.d.ts +1 -0
  35. package/dist-types/models/enums.d.ts +97 -41
  36. package/dist-types/models/models_0.d.ts +265 -162
  37. package/dist-types/models/models_1.d.ts +615 -822
  38. package/dist-types/models/models_2.d.ts +5138 -5090
  39. package/dist-types/models/models_3.d.ts +3935 -3902
  40. package/dist-types/models/models_4.d.ts +727 -7
  41. package/dist-types/schemas/schemas_0.d.ts +33 -0
  42. package/dist-types/ts3.4/QuickSight.d.ts +17 -0
  43. package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
  44. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetIdentityContextCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  55. package/dist-types/ts3.4/models/enums.d.ts +61 -23
  56. package/dist-types/ts3.4/models/models_0.d.ts +41 -38
  57. package/dist-types/ts3.4/models/models_1.d.ts +140 -164
  58. package/dist-types/ts3.4/models/models_2.d.ts +174 -176
  59. package/dist-types/ts3.4/models/models_3.d.ts +183 -147
  60. package/dist-types/ts3.4/models/models_4.d.ts +189 -13
  61. package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -0
  62. package/package.json +3 -3
@@ -970,6 +970,14 @@ declare const UpdateAnalysisCommand_base: {
970
970
  * },
971
971
  * },
972
972
  * ],
973
+ * DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
974
+ * FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
975
+ * Status: "ENABLED" || "DISABLED",
976
+ * AdditionalFields: [ // VisualCustomizationAdditionalFieldsList
977
+ * "<ColumnIdentifier>",
978
+ * ],
979
+ * },
980
+ * },
973
981
  * Interactions: { // VisualInteractionOptions
974
982
  * VisualMenuOption: { // VisualMenuOption
975
983
  * AvailabilityStatus: "ENABLED" || "DISABLED",
@@ -1482,6 +1490,14 @@ declare const UpdateAnalysisCommand_base: {
1482
1490
  * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1483
1491
  * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1484
1492
  * },
1493
+ * DashboardCustomizationVisualOptions: {
1494
+ * FieldsConfiguration: {
1495
+ * Status: "ENABLED" || "DISABLED",
1496
+ * AdditionalFields: [
1497
+ * "<ColumnIdentifier>",
1498
+ * ],
1499
+ * },
1500
+ * },
1485
1501
  * Interactions: {
1486
1502
  * VisualMenuOption: {
1487
1503
  * AvailabilityStatus: "ENABLED" || "DISABLED",
@@ -1959,6 +1975,59 @@ declare const UpdateAnalysisCommand_base: {
1959
1975
  * },
1960
1976
  * ],
1961
1977
  * },
1978
+ * DefaultSeriesSettings: { // BarChartDefaultSeriesSettings
1979
+ * DecalSettings: { // DecalSettings
1980
+ * ElementValue: "STRING_VALUE",
1981
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
1982
+ * DecalColor: "STRING_VALUE",
1983
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
1984
+ * DecalStyleType: "Manual" || "Auto",
1985
+ * },
1986
+ * BorderSettings: { // BorderSettings
1987
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
1988
+ * BorderWidth: "STRING_VALUE",
1989
+ * BorderColor: "STRING_VALUE",
1990
+ * },
1991
+ * },
1992
+ * Series: [ // BarSeriesItemList
1993
+ * { // BarSeriesItem
1994
+ * FieldBarSeriesItem: { // FieldBarSeriesItem
1995
+ * FieldId: "STRING_VALUE", // required
1996
+ * Settings: { // BarChartSeriesSettings
1997
+ * DecalSettings: {
1998
+ * ElementValue: "STRING_VALUE",
1999
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
2000
+ * DecalColor: "STRING_VALUE",
2001
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
2002
+ * DecalStyleType: "Manual" || "Auto",
2003
+ * },
2004
+ * BorderSettings: {
2005
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
2006
+ * BorderWidth: "STRING_VALUE",
2007
+ * BorderColor: "STRING_VALUE",
2008
+ * },
2009
+ * },
2010
+ * },
2011
+ * DataFieldBarSeriesItem: { // DataFieldBarSeriesItem
2012
+ * FieldId: "STRING_VALUE", // required
2013
+ * FieldValue: "STRING_VALUE",
2014
+ * Settings: {
2015
+ * DecalSettings: {
2016
+ * ElementValue: "STRING_VALUE",
2017
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
2018
+ * DecalColor: "STRING_VALUE",
2019
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
2020
+ * DecalStyleType: "Manual" || "Auto",
2021
+ * },
2022
+ * BorderSettings: {
2023
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
2024
+ * BorderWidth: "STRING_VALUE",
2025
+ * BorderColor: "STRING_VALUE",
2026
+ * },
2027
+ * },
2028
+ * },
2029
+ * },
2030
+ * ],
1962
2031
  * Legend: { // LegendOptions
1963
2032
  * Visibility: "HIDDEN" || "VISIBLE",
1964
2033
  * Title: "<LabelOptions>",
@@ -3195,6 +3264,13 @@ declare const UpdateAnalysisCommand_base: {
3195
3264
  * MarkerSize: "STRING_VALUE",
3196
3265
  * MarkerColor: "STRING_VALUE",
3197
3266
  * },
3267
+ * DecalSettings: {
3268
+ * ElementValue: "STRING_VALUE",
3269
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
3270
+ * DecalColor: "STRING_VALUE",
3271
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
3272
+ * DecalStyleType: "Manual" || "Auto",
3273
+ * },
3198
3274
  * },
3199
3275
  * Series: [ // SeriesItemList
3200
3276
  * { // SeriesItem
@@ -3214,6 +3290,13 @@ declare const UpdateAnalysisCommand_base: {
3214
3290
  * MarkerSize: "STRING_VALUE",
3215
3291
  * MarkerColor: "STRING_VALUE",
3216
3292
  * },
3293
+ * DecalSettings: {
3294
+ * ElementValue: "STRING_VALUE",
3295
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
3296
+ * DecalColor: "STRING_VALUE",
3297
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
3298
+ * DecalStyleType: "Manual" || "Auto",
3299
+ * },
3217
3300
  * },
3218
3301
  * },
3219
3302
  * DataFieldSeriesItem: { // DataFieldSeriesItem
@@ -3233,6 +3316,7 @@ declare const UpdateAnalysisCommand_base: {
3233
3316
  * MarkerSize: "STRING_VALUE",
3234
3317
  * MarkerColor: "STRING_VALUE",
3235
3318
  * },
3319
+ * DecalSettings: "<DecalSettings>",
3236
3320
  * },
3237
3321
  * },
3238
3322
  * },
@@ -3630,6 +3714,30 @@ declare const UpdateAnalysisCommand_base: {
3630
3714
  * ColumnHierarchies: "<ColumnHierarchyList>",
3631
3715
  * Actions: "<VisualCustomActionList>",
3632
3716
  * VisualContentAltText: "STRING_VALUE",
3717
+ * GeocodingPreferences: [ // GeocodePreferenceList
3718
+ * { // GeocodePreference
3719
+ * RequestKey: { // GeocoderHierarchy
3720
+ * Country: "STRING_VALUE",
3721
+ * State: "STRING_VALUE",
3722
+ * County: "STRING_VALUE",
3723
+ * City: "STRING_VALUE",
3724
+ * PostCode: "STRING_VALUE",
3725
+ * },
3726
+ * Preference: { // GeocodePreferenceValue Union: only one key present
3727
+ * GeocoderHierarchy: {
3728
+ * Country: "STRING_VALUE",
3729
+ * State: "STRING_VALUE",
3730
+ * County: "STRING_VALUE",
3731
+ * City: "STRING_VALUE",
3732
+ * PostCode: "STRING_VALUE",
3733
+ * },
3734
+ * Coordinate: { // Coordinate
3735
+ * Latitude: Number("double"), // required
3736
+ * Longitude: Number("double"), // required
3737
+ * },
3738
+ * },
3739
+ * },
3740
+ * ],
3633
3741
  * },
3634
3742
  * FilledMapVisual: { // FilledMapVisual
3635
3743
  * VisualId: "STRING_VALUE", // required
@@ -3680,6 +3788,30 @@ declare const UpdateAnalysisCommand_base: {
3680
3788
  * ColumnHierarchies: "<ColumnHierarchyList>",
3681
3789
  * Actions: "<VisualCustomActionList>",
3682
3790
  * VisualContentAltText: "STRING_VALUE",
3791
+ * GeocodingPreferences: [
3792
+ * {
3793
+ * RequestKey: {
3794
+ * Country: "STRING_VALUE",
3795
+ * State: "STRING_VALUE",
3796
+ * County: "STRING_VALUE",
3797
+ * City: "STRING_VALUE",
3798
+ * PostCode: "STRING_VALUE",
3799
+ * },
3800
+ * Preference: {// Union: only one key present
3801
+ * GeocoderHierarchy: {
3802
+ * Country: "STRING_VALUE",
3803
+ * State: "STRING_VALUE",
3804
+ * County: "STRING_VALUE",
3805
+ * City: "STRING_VALUE",
3806
+ * PostCode: "STRING_VALUE",
3807
+ * },
3808
+ * Coordinate: {
3809
+ * Latitude: Number("double"), // required
3810
+ * Longitude: Number("double"), // required
3811
+ * },
3812
+ * },
3813
+ * },
3814
+ * ],
3683
3815
  * },
3684
3816
  * LayerMapVisual: { // LayerMapVisual
3685
3817
  * VisualId: "STRING_VALUE", // required
@@ -4066,6 +4198,63 @@ declare const UpdateAnalysisCommand_base: {
4066
4198
  * },
4067
4199
  * },
4068
4200
  * ColorLabelOptions: "<ChartAxisLabelOptions>",
4201
+ * DefaultSeriesSettings: { // ComboChartDefaultSeriesSettings
4202
+ * LineStyleSettings: {
4203
+ * LineVisibility: "HIDDEN" || "VISIBLE",
4204
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
4205
+ * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4206
+ * LineWidth: "STRING_VALUE",
4207
+ * },
4208
+ * MarkerStyleSettings: {
4209
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
4210
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4211
+ * MarkerSize: "STRING_VALUE",
4212
+ * MarkerColor: "STRING_VALUE",
4213
+ * },
4214
+ * DecalSettings: "<DecalSettings>",
4215
+ * BorderSettings: {
4216
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
4217
+ * BorderWidth: "STRING_VALUE",
4218
+ * BorderColor: "STRING_VALUE",
4219
+ * },
4220
+ * },
4221
+ * Series: [ // ComboSeriesItemList
4222
+ * { // ComboSeriesItem
4223
+ * FieldComboSeriesItem: { // FieldComboSeriesItem
4224
+ * FieldId: "STRING_VALUE", // required
4225
+ * Settings: { // ComboChartSeriesSettings
4226
+ * LineStyleSettings: {
4227
+ * LineVisibility: "HIDDEN" || "VISIBLE",
4228
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
4229
+ * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4230
+ * LineWidth: "STRING_VALUE",
4231
+ * },
4232
+ * MarkerStyleSettings: {
4233
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
4234
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4235
+ * MarkerSize: "STRING_VALUE",
4236
+ * MarkerColor: "STRING_VALUE",
4237
+ * },
4238
+ * DecalSettings: "<DecalSettings>",
4239
+ * BorderSettings: {
4240
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
4241
+ * BorderWidth: "STRING_VALUE",
4242
+ * BorderColor: "STRING_VALUE",
4243
+ * },
4244
+ * },
4245
+ * },
4246
+ * DataFieldComboSeriesItem: { // DataFieldComboSeriesItem
4247
+ * FieldId: "STRING_VALUE", // required
4248
+ * FieldValue: "STRING_VALUE",
4249
+ * Settings: {
4250
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
4251
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4252
+ * DecalSettings: "<DecalSettings>",
4253
+ * BorderSettings: "<BorderSettings>",
4254
+ * },
4255
+ * },
4256
+ * },
4257
+ * ],
4069
4258
  * Legend: "<LegendOptions>",
4070
4259
  * BarDataLabels: "<DataLabelOptions>",
4071
4260
  * LineDataLabels: "<DataLabelOptions>",
@@ -5463,6 +5652,11 @@ declare const UpdateAnalysisCommand_base: {
5463
5652
  * },
5464
5653
  * ],
5465
5654
  * },
5655
+ * DecalSettingsConfiguration: { // DecalSettingsConfiguration
5656
+ * CustomDecalSettings: [ // DecalSettingsList
5657
+ * "<DecalSettings>",
5658
+ * ],
5659
+ * },
5466
5660
  * },
5467
5661
  * ],
5468
5662
  * AnalysisDefaults: { // AnalysisDefaults
@@ -1027,6 +1027,14 @@ declare const UpdateDashboardCommand_base: {
1027
1027
  * },
1028
1028
  * },
1029
1029
  * ],
1030
+ * DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
1031
+ * FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
1032
+ * Status: "ENABLED" || "DISABLED",
1033
+ * AdditionalFields: [ // VisualCustomizationAdditionalFieldsList
1034
+ * "<ColumnIdentifier>",
1035
+ * ],
1036
+ * },
1037
+ * },
1030
1038
  * Interactions: { // VisualInteractionOptions
1031
1039
  * VisualMenuOption: {
1032
1040
  * AvailabilityStatus: "ENABLED" || "DISABLED",
@@ -1539,6 +1547,14 @@ declare const UpdateDashboardCommand_base: {
1539
1547
  * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1540
1548
  * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1541
1549
  * },
1550
+ * DashboardCustomizationVisualOptions: {
1551
+ * FieldsConfiguration: {
1552
+ * Status: "ENABLED" || "DISABLED",
1553
+ * AdditionalFields: [
1554
+ * "<ColumnIdentifier>",
1555
+ * ],
1556
+ * },
1557
+ * },
1542
1558
  * Interactions: {
1543
1559
  * VisualMenuOption: {
1544
1560
  * AvailabilityStatus: "ENABLED" || "DISABLED",
@@ -2016,6 +2032,59 @@ declare const UpdateDashboardCommand_base: {
2016
2032
  * },
2017
2033
  * ],
2018
2034
  * },
2035
+ * DefaultSeriesSettings: { // BarChartDefaultSeriesSettings
2036
+ * DecalSettings: { // DecalSettings
2037
+ * ElementValue: "STRING_VALUE",
2038
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
2039
+ * DecalColor: "STRING_VALUE",
2040
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
2041
+ * DecalStyleType: "Manual" || "Auto",
2042
+ * },
2043
+ * BorderSettings: { // BorderSettings
2044
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
2045
+ * BorderWidth: "STRING_VALUE",
2046
+ * BorderColor: "STRING_VALUE",
2047
+ * },
2048
+ * },
2049
+ * Series: [ // BarSeriesItemList
2050
+ * { // BarSeriesItem
2051
+ * FieldBarSeriesItem: { // FieldBarSeriesItem
2052
+ * FieldId: "STRING_VALUE", // required
2053
+ * Settings: { // BarChartSeriesSettings
2054
+ * DecalSettings: {
2055
+ * ElementValue: "STRING_VALUE",
2056
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
2057
+ * DecalColor: "STRING_VALUE",
2058
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
2059
+ * DecalStyleType: "Manual" || "Auto",
2060
+ * },
2061
+ * BorderSettings: {
2062
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
2063
+ * BorderWidth: "STRING_VALUE",
2064
+ * BorderColor: "STRING_VALUE",
2065
+ * },
2066
+ * },
2067
+ * },
2068
+ * DataFieldBarSeriesItem: { // DataFieldBarSeriesItem
2069
+ * FieldId: "STRING_VALUE", // required
2070
+ * FieldValue: "STRING_VALUE",
2071
+ * Settings: {
2072
+ * DecalSettings: {
2073
+ * ElementValue: "STRING_VALUE",
2074
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
2075
+ * DecalColor: "STRING_VALUE",
2076
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
2077
+ * DecalStyleType: "Manual" || "Auto",
2078
+ * },
2079
+ * BorderSettings: {
2080
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
2081
+ * BorderWidth: "STRING_VALUE",
2082
+ * BorderColor: "STRING_VALUE",
2083
+ * },
2084
+ * },
2085
+ * },
2086
+ * },
2087
+ * ],
2019
2088
  * Legend: { // LegendOptions
2020
2089
  * Visibility: "HIDDEN" || "VISIBLE",
2021
2090
  * Title: "<LabelOptions>",
@@ -3250,6 +3319,13 @@ declare const UpdateDashboardCommand_base: {
3250
3319
  * MarkerSize: "STRING_VALUE",
3251
3320
  * MarkerColor: "STRING_VALUE",
3252
3321
  * },
3322
+ * DecalSettings: {
3323
+ * ElementValue: "STRING_VALUE",
3324
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
3325
+ * DecalColor: "STRING_VALUE",
3326
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
3327
+ * DecalStyleType: "Manual" || "Auto",
3328
+ * },
3253
3329
  * },
3254
3330
  * Series: [ // SeriesItemList
3255
3331
  * { // SeriesItem
@@ -3269,6 +3345,13 @@ declare const UpdateDashboardCommand_base: {
3269
3345
  * MarkerSize: "STRING_VALUE",
3270
3346
  * MarkerColor: "STRING_VALUE",
3271
3347
  * },
3348
+ * DecalSettings: {
3349
+ * ElementValue: "STRING_VALUE",
3350
+ * DecalVisibility: "HIDDEN" || "VISIBLE",
3351
+ * DecalColor: "STRING_VALUE",
3352
+ * DecalPatternType: "SOLID" || "DIAGONAL_MEDIUM" || "CIRCLE_MEDIUM" || "DIAMOND_GRID_MEDIUM" || "CHECKERBOARD_MEDIUM" || "TRIANGLE_MEDIUM" || "DIAGONAL_OPPOSITE_MEDIUM" || "DIAMOND_MEDIUM" || "DIAGONAL_LARGE" || "CIRCLE_LARGE" || "DIAMOND_GRID_LARGE" || "CHECKERBOARD_LARGE" || "TRIANGLE_LARGE" || "DIAGONAL_OPPOSITE_LARGE" || "DIAMOND_LARGE" || "DIAGONAL_SMALL" || "CIRCLE_SMALL" || "DIAMOND_GRID_SMALL" || "CHECKERBOARD_SMALL" || "TRIANGLE_SMALL" || "DIAGONAL_OPPOSITE_SMALL" || "DIAMOND_SMALL",
3353
+ * DecalStyleType: "Manual" || "Auto",
3354
+ * },
3272
3355
  * },
3273
3356
  * },
3274
3357
  * DataFieldSeriesItem: { // DataFieldSeriesItem
@@ -3288,6 +3371,7 @@ declare const UpdateDashboardCommand_base: {
3288
3371
  * MarkerSize: "STRING_VALUE",
3289
3372
  * MarkerColor: "STRING_VALUE",
3290
3373
  * },
3374
+ * DecalSettings: "<DecalSettings>",
3291
3375
  * },
3292
3376
  * },
3293
3377
  * },
@@ -3685,6 +3769,30 @@ declare const UpdateDashboardCommand_base: {
3685
3769
  * ColumnHierarchies: "<ColumnHierarchyList>",
3686
3770
  * Actions: "<VisualCustomActionList>",
3687
3771
  * VisualContentAltText: "STRING_VALUE",
3772
+ * GeocodingPreferences: [ // GeocodePreferenceList
3773
+ * { // GeocodePreference
3774
+ * RequestKey: { // GeocoderHierarchy
3775
+ * Country: "STRING_VALUE",
3776
+ * State: "STRING_VALUE",
3777
+ * County: "STRING_VALUE",
3778
+ * City: "STRING_VALUE",
3779
+ * PostCode: "STRING_VALUE",
3780
+ * },
3781
+ * Preference: { // GeocodePreferenceValue Union: only one key present
3782
+ * GeocoderHierarchy: {
3783
+ * Country: "STRING_VALUE",
3784
+ * State: "STRING_VALUE",
3785
+ * County: "STRING_VALUE",
3786
+ * City: "STRING_VALUE",
3787
+ * PostCode: "STRING_VALUE",
3788
+ * },
3789
+ * Coordinate: { // Coordinate
3790
+ * Latitude: Number("double"), // required
3791
+ * Longitude: Number("double"), // required
3792
+ * },
3793
+ * },
3794
+ * },
3795
+ * ],
3688
3796
  * },
3689
3797
  * FilledMapVisual: { // FilledMapVisual
3690
3798
  * VisualId: "STRING_VALUE", // required
@@ -3735,6 +3843,30 @@ declare const UpdateDashboardCommand_base: {
3735
3843
  * ColumnHierarchies: "<ColumnHierarchyList>",
3736
3844
  * Actions: "<VisualCustomActionList>",
3737
3845
  * VisualContentAltText: "STRING_VALUE",
3846
+ * GeocodingPreferences: [
3847
+ * {
3848
+ * RequestKey: {
3849
+ * Country: "STRING_VALUE",
3850
+ * State: "STRING_VALUE",
3851
+ * County: "STRING_VALUE",
3852
+ * City: "STRING_VALUE",
3853
+ * PostCode: "STRING_VALUE",
3854
+ * },
3855
+ * Preference: {// Union: only one key present
3856
+ * GeocoderHierarchy: {
3857
+ * Country: "STRING_VALUE",
3858
+ * State: "STRING_VALUE",
3859
+ * County: "STRING_VALUE",
3860
+ * City: "STRING_VALUE",
3861
+ * PostCode: "STRING_VALUE",
3862
+ * },
3863
+ * Coordinate: {
3864
+ * Latitude: Number("double"), // required
3865
+ * Longitude: Number("double"), // required
3866
+ * },
3867
+ * },
3868
+ * },
3869
+ * ],
3738
3870
  * },
3739
3871
  * LayerMapVisual: { // LayerMapVisual
3740
3872
  * VisualId: "STRING_VALUE", // required
@@ -4121,6 +4253,63 @@ declare const UpdateDashboardCommand_base: {
4121
4253
  * },
4122
4254
  * },
4123
4255
  * ColorLabelOptions: "<ChartAxisLabelOptions>",
4256
+ * DefaultSeriesSettings: { // ComboChartDefaultSeriesSettings
4257
+ * LineStyleSettings: {
4258
+ * LineVisibility: "HIDDEN" || "VISIBLE",
4259
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
4260
+ * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4261
+ * LineWidth: "STRING_VALUE",
4262
+ * },
4263
+ * MarkerStyleSettings: {
4264
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
4265
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4266
+ * MarkerSize: "STRING_VALUE",
4267
+ * MarkerColor: "STRING_VALUE",
4268
+ * },
4269
+ * DecalSettings: "<DecalSettings>",
4270
+ * BorderSettings: {
4271
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
4272
+ * BorderWidth: "STRING_VALUE",
4273
+ * BorderColor: "STRING_VALUE",
4274
+ * },
4275
+ * },
4276
+ * Series: [ // ComboSeriesItemList
4277
+ * { // ComboSeriesItem
4278
+ * FieldComboSeriesItem: { // FieldComboSeriesItem
4279
+ * FieldId: "STRING_VALUE", // required
4280
+ * Settings: { // ComboChartSeriesSettings
4281
+ * LineStyleSettings: {
4282
+ * LineVisibility: "HIDDEN" || "VISIBLE",
4283
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
4284
+ * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4285
+ * LineWidth: "STRING_VALUE",
4286
+ * },
4287
+ * MarkerStyleSettings: {
4288
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
4289
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4290
+ * MarkerSize: "STRING_VALUE",
4291
+ * MarkerColor: "STRING_VALUE",
4292
+ * },
4293
+ * DecalSettings: "<DecalSettings>",
4294
+ * BorderSettings: {
4295
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
4296
+ * BorderWidth: "STRING_VALUE",
4297
+ * BorderColor: "STRING_VALUE",
4298
+ * },
4299
+ * },
4300
+ * },
4301
+ * DataFieldComboSeriesItem: { // DataFieldComboSeriesItem
4302
+ * FieldId: "STRING_VALUE", // required
4303
+ * FieldValue: "STRING_VALUE",
4304
+ * Settings: {
4305
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
4306
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4307
+ * DecalSettings: "<DecalSettings>",
4308
+ * BorderSettings: "<BorderSettings>",
4309
+ * },
4310
+ * },
4311
+ * },
4312
+ * ],
4124
4313
  * Legend: "<LegendOptions>",
4125
4314
  * BarDataLabels: "<DataLabelOptions>",
4126
4315
  * LineDataLabels: "<DataLabelOptions>",
@@ -5518,6 +5707,11 @@ declare const UpdateDashboardCommand_base: {
5518
5707
  * },
5519
5708
  * ],
5520
5709
  * },
5710
+ * DecalSettingsConfiguration: { // DecalSettingsConfiguration
5711
+ * CustomDecalSettings: [ // DecalSettingsList
5712
+ * "<DecalSettings>",
5713
+ * ],
5714
+ * },
5521
5715
  * },
5522
5716
  * ],
5523
5717
  * AnalysisDefaults: { // AnalysisDefaults
@@ -419,6 +419,11 @@ declare const UpdateDataSourceCommand_base: {
419
419
  * },
420
420
  * CopySourceArn: "STRING_VALUE",
421
421
  * SecretArn: "STRING_VALUE",
422
+ * KeyPairCredentials: { // KeyPairCredentials
423
+ * KeyPairUsername: "STRING_VALUE", // required
424
+ * PrivateKey: "STRING_VALUE", // required
425
+ * PrivateKeyPassphrase: "STRING_VALUE",
426
+ * },
422
427
  * WebProxyCredentials: { // WebProxyCredentials
423
428
  * WebProxyUsername: "STRING_VALUE", // required
424
429
  * WebProxyPassword: "STRING_VALUE", // required