@aws-sdk/client-quicksight 3.300.0 → 3.303.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 (143) hide show
  1. package/dist-cjs/models/models_0.js +311 -372
  2. package/dist-cjs/models/models_1.js +276 -326
  3. package/dist-cjs/models/models_2.js +249 -281
  4. package/dist-cjs/models/models_3.js +6 -8
  5. package/dist-es/models/models_0.js +311 -372
  6. package/dist-es/models/models_1.js +276 -326
  7. package/dist-es/models/models_2.js +249 -281
  8. package/dist-es/models/models_3.js +6 -8
  9. package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +4 -4
  11. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +2 -2
  12. package/dist-types/commands/CreateAnalysisCommand.d.ts +2701 -15331
  13. package/dist-types/commands/CreateDashboardCommand.d.ts +2714 -15344
  14. package/dist-types/commands/CreateDataSetCommand.d.ts +51 -51
  15. package/dist-types/commands/CreateDataSourceCommand.d.ts +37 -37
  16. package/dist-types/commands/CreateFolderCommand.d.ts +6 -6
  17. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateIngestionCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateNamespaceCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateTemplateCommand.d.ts +2696 -15326
  25. package/dist-types/commands/CreateThemeAliasCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateThemeCommand.d.ts +19 -19
  27. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteFolderCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -1
  36. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteNamespaceCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
  44. package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
  52. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  75. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +10 -10
  76. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -11
  77. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +2 -2
  78. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
  79. package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
  81. package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
  82. package/dist-types/commands/ListDataSetsCommand.d.ts +1 -1
  83. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  84. package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
  85. package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
  86. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
  87. package/dist-types/commands/ListGroupsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +1 -1
  90. package/dist-types/commands/ListIngestionsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +1 -1
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  93. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +1 -1
  94. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListTemplatesCommand.d.ts +1 -1
  96. package/dist-types/commands/ListThemeAliasesCommand.d.ts +1 -1
  97. package/dist-types/commands/ListThemeVersionsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListThemesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListUserGroupsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListUsersCommand.d.ts +1 -1
  101. package/dist-types/commands/RegisterUserCommand.d.ts +1 -1
  102. package/dist-types/commands/RestoreAnalysisCommand.d.ts +1 -1
  103. package/dist-types/commands/SearchAnalysesCommand.d.ts +3 -3
  104. package/dist-types/commands/SearchDashboardsCommand.d.ts +3 -3
  105. package/dist-types/commands/SearchDataSetsCommand.d.ts +3 -3
  106. package/dist-types/commands/SearchDataSourcesCommand.d.ts +3 -3
  107. package/dist-types/commands/SearchFoldersCommand.d.ts +3 -3
  108. package/dist-types/commands/SearchGroupsCommand.d.ts +3 -3
  109. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  110. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  111. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +2 -2
  112. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2696 -15326
  114. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +4 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +2709 -15339
  116. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +5 -5
  117. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdateDataSetCommand.d.ts +46 -46
  119. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +4 -4
  120. package/dist-types/commands/UpdateDataSourceCommand.d.ts +32 -32
  121. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +4 -4
  122. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +4 -4
  124. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -3
  126. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +2 -2
  127. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateTemplateCommand.d.ts +2691 -15321
  130. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +4 -4
  131. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateThemeCommand.d.ts +14 -14
  133. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +4 -4
  134. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  135. package/dist-types/models/models_0.d.ts +616 -311
  136. package/dist-types/models/models_1.d.ts +526 -276
  137. package/dist-types/models/models_2.d.ts +410 -250
  138. package/dist-types/models/models_3.d.ts +16 -6
  139. package/dist-types/ts3.4/models/models_0.d.ts +422 -311
  140. package/dist-types/ts3.4/models/models_1.d.ts +369 -276
  141. package/dist-types/ts3.4/models/models_2.d.ts +302 -249
  142. package/dist-types/ts3.4/models/models_3.d.ts +10 -6
  143. package/package.json +34 -34
@@ -35,20 +35,30 @@ export interface ComboChartVisual {
35
35
  }
36
36
  /**
37
37
  * @public
38
+ * @enum
38
39
  */
39
- export declare enum CustomContentType {
40
- IMAGE = "IMAGE",
41
- OTHER_EMBEDDED_CONTENT = "OTHER_EMBEDDED_CONTENT"
42
- }
40
+ export declare const CustomContentType: {
41
+ readonly IMAGE: "IMAGE";
42
+ readonly OTHER_EMBEDDED_CONTENT: "OTHER_EMBEDDED_CONTENT";
43
+ };
43
44
  /**
44
45
  * @public
45
46
  */
46
- export declare enum CustomContentImageScalingConfiguration {
47
- DO_NOT_SCALE = "DO_NOT_SCALE",
48
- FIT_TO_HEIGHT = "FIT_TO_HEIGHT",
49
- FIT_TO_WIDTH = "FIT_TO_WIDTH",
50
- SCALE_TO_VISUAL = "SCALE_TO_VISUAL"
51
- }
47
+ export type CustomContentType = (typeof CustomContentType)[keyof typeof CustomContentType];
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const CustomContentImageScalingConfiguration: {
53
+ readonly DO_NOT_SCALE: "DO_NOT_SCALE";
54
+ readonly FIT_TO_HEIGHT: "FIT_TO_HEIGHT";
55
+ readonly FIT_TO_WIDTH: "FIT_TO_WIDTH";
56
+ readonly SCALE_TO_VISUAL: "SCALE_TO_VISUAL";
57
+ };
58
+ /**
59
+ * @public
60
+ */
61
+ export type CustomContentImageScalingConfiguration = (typeof CustomContentImageScalingConfiguration)[keyof typeof CustomContentImageScalingConfiguration];
52
62
  /**
53
63
  * @public
54
64
  * <p>The configuration of a <code>CustomContentVisual</code>.</p>
@@ -144,13 +154,18 @@ export interface FilledMapFieldWells {
144
154
  }
145
155
  /**
146
156
  * @public
157
+ * @enum
147
158
  */
148
- export declare enum BaseMapStyleType {
149
- DARK_GRAY = "DARK_GRAY",
150
- IMAGERY = "IMAGERY",
151
- LIGHT_GRAY = "LIGHT_GRAY",
152
- STREET = "STREET"
153
- }
159
+ export declare const BaseMapStyleType: {
160
+ readonly DARK_GRAY: "DARK_GRAY";
161
+ readonly IMAGERY: "IMAGERY";
162
+ readonly LIGHT_GRAY: "LIGHT_GRAY";
163
+ readonly STREET: "STREET";
164
+ };
165
+ /**
166
+ * @public
167
+ */
168
+ export type BaseMapStyleType = (typeof BaseMapStyleType)[keyof typeof BaseMapStyleType];
154
169
  /**
155
170
  * @public
156
171
  * <p>The map style options of the geospatial map.</p>
@@ -196,11 +211,16 @@ export interface GeospatialCoordinateBounds {
196
211
  }
197
212
  /**
198
213
  * @public
214
+ * @enum
199
215
  */
200
- export declare enum MapZoomMode {
201
- AUTO = "AUTO",
202
- MANUAL = "MANUAL"
203
- }
216
+ export declare const MapZoomMode: {
217
+ readonly AUTO: "AUTO";
218
+ readonly MANUAL: "MANUAL";
219
+ };
220
+ /**
221
+ * @public
222
+ */
223
+ export type MapZoomMode = (typeof MapZoomMode)[keyof typeof MapZoomMode];
204
224
  /**
205
225
  * @public
206
226
  * <p>The window options of the geospatial map visual.</p>
@@ -396,14 +416,19 @@ export interface FilledMapVisual {
396
416
  }
397
417
  /**
398
418
  * @public
419
+ * @enum
399
420
  */
400
- export declare enum FunnelChartMeasureDataLabelStyle {
401
- PERCENTAGE_BY_FIRST_STAGE = "PERCENTAGE_BY_FIRST_STAGE",
402
- PERCENTAGE_BY_PREVIOUS_STAGE = "PERCENTAGE_BY_PREVIOUS_STAGE",
403
- VALUE_AND_PERCENTAGE_BY_FIRST_STAGE = "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE",
404
- VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE = "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
405
- VALUE_ONLY = "VALUE_ONLY"
406
- }
421
+ export declare const FunnelChartMeasureDataLabelStyle: {
422
+ readonly PERCENTAGE_BY_FIRST_STAGE: "PERCENTAGE_BY_FIRST_STAGE";
423
+ readonly PERCENTAGE_BY_PREVIOUS_STAGE: "PERCENTAGE_BY_PREVIOUS_STAGE";
424
+ readonly VALUE_AND_PERCENTAGE_BY_FIRST_STAGE: "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE";
425
+ readonly VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE: "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE";
426
+ readonly VALUE_ONLY: "VALUE_ONLY";
427
+ };
428
+ /**
429
+ * @public
430
+ */
431
+ export type FunnelChartMeasureDataLabelStyle = (typeof FunnelChartMeasureDataLabelStyle)[keyof typeof FunnelChartMeasureDataLabelStyle];
407
432
  /**
408
433
  * @public
409
434
  * <p>The options that determine the presentation of the data labels.</p>
@@ -559,12 +584,17 @@ export interface GaugeChartFieldWells {
559
584
  }
560
585
  /**
561
586
  * @public
587
+ * @enum
562
588
  */
563
- export declare enum ArcThicknessOptions {
564
- LARGE = "LARGE",
565
- MEDIUM = "MEDIUM",
566
- SMALL = "SMALL"
567
- }
589
+ export declare const ArcThicknessOptions: {
590
+ readonly LARGE: "LARGE";
591
+ readonly MEDIUM: "MEDIUM";
592
+ readonly SMALL: "SMALL";
593
+ };
594
+ /**
595
+ * @public
596
+ */
597
+ export type ArcThicknessOptions = (typeof ArcThicknessOptions)[keyof typeof ArcThicknessOptions];
568
598
  /**
569
599
  * @public
570
600
  * <p>The arc configuration of a <code>GaugeChartVisual</code>.</p>
@@ -624,12 +654,17 @@ export interface ComparisonFormatConfiguration {
624
654
  }
625
655
  /**
626
656
  * @public
657
+ * @enum
627
658
  */
628
- export declare enum ComparisonMethod {
629
- DIFFERENCE = "DIFFERENCE",
630
- PERCENT = "PERCENT",
631
- PERCENT_DIFFERENCE = "PERCENT_DIFFERENCE"
632
- }
659
+ export declare const ComparisonMethod: {
660
+ readonly DIFFERENCE: "DIFFERENCE";
661
+ readonly PERCENT: "PERCENT";
662
+ readonly PERCENT_DIFFERENCE: "PERCENT_DIFFERENCE";
663
+ };
664
+ /**
665
+ * @public
666
+ */
667
+ export type ComparisonMethod = (typeof ComparisonMethod)[keyof typeof ComparisonMethod];
633
668
  /**
634
669
  * @public
635
670
  * <p>The comparison display configuration of a KPI or gauge chart.</p>
@@ -663,12 +698,17 @@ export interface ComparisonConfiguration {
663
698
  }
664
699
  /**
665
700
  * @public
701
+ * @enum
666
702
  */
667
- export declare enum PrimaryValueDisplayType {
668
- ACTUAL = "ACTUAL",
669
- COMPARISON = "COMPARISON",
670
- HIDDEN = "HIDDEN"
671
- }
703
+ export declare const PrimaryValueDisplayType: {
704
+ readonly ACTUAL: "ACTUAL";
705
+ readonly COMPARISON: "COMPARISON";
706
+ readonly HIDDEN: "HIDDEN";
707
+ };
708
+ /**
709
+ * @public
710
+ */
711
+ export type PrimaryValueDisplayType = (typeof PrimaryValueDisplayType)[keyof typeof PrimaryValueDisplayType];
672
712
  /**
673
713
  * @public
674
714
  * <p>The options that determine the presentation of the <code>GaugeChartVisual</code>.</p>
@@ -733,10 +773,15 @@ export interface GaugeChartArcConditionalFormatting {
733
773
  }
734
774
  /**
735
775
  * @public
776
+ * @enum
736
777
  */
737
- export declare enum ConditionalFormattingIconDisplayOption {
738
- ICON_ONLY = "ICON_ONLY"
739
- }
778
+ export declare const ConditionalFormattingIconDisplayOption: {
779
+ readonly ICON_ONLY: "ICON_ONLY";
780
+ };
781
+ /**
782
+ * @public
783
+ */
784
+ export type ConditionalFormattingIconDisplayOption = (typeof ConditionalFormattingIconDisplayOption)[keyof typeof ConditionalFormattingIconDisplayOption];
740
785
  /**
741
786
  * @public
742
787
  * <p>Determines the icon display configuration.</p>
@@ -749,35 +794,40 @@ export interface ConditionalFormattingIconDisplayConfiguration {
749
794
  }
750
795
  /**
751
796
  * @public
797
+ * @enum
752
798
  */
753
- export declare enum Icon {
754
- ARROW_DOWN = "ARROW_DOWN",
755
- ARROW_DOWN_LEFT = "ARROW_DOWN_LEFT",
756
- ARROW_DOWN_RIGHT = "ARROW_DOWN_RIGHT",
757
- ARROW_LEFT = "ARROW_LEFT",
758
- ARROW_RIGHT = "ARROW_RIGHT",
759
- ARROW_UP = "ARROW_UP",
760
- ARROW_UP_LEFT = "ARROW_UP_LEFT",
761
- ARROW_UP_RIGHT = "ARROW_UP_RIGHT",
762
- CARET_DOWN = "CARET_DOWN",
763
- CARET_UP = "CARET_UP",
764
- CHECKMARK = "CHECKMARK",
765
- CIRCLE = "CIRCLE",
766
- FACE_DOWN = "FACE_DOWN",
767
- FACE_FLAT = "FACE_FLAT",
768
- FACE_UP = "FACE_UP",
769
- FLAG = "FLAG",
770
- MINUS = "MINUS",
771
- ONE_BAR = "ONE_BAR",
772
- PLUS = "PLUS",
773
- SQUARE = "SQUARE",
774
- THREE_BAR = "THREE_BAR",
775
- THUMBS_DOWN = "THUMBS_DOWN",
776
- THUMBS_UP = "THUMBS_UP",
777
- TRIANGLE = "TRIANGLE",
778
- TWO_BAR = "TWO_BAR",
779
- X = "X"
780
- }
799
+ export declare const Icon: {
800
+ readonly ARROW_DOWN: "ARROW_DOWN";
801
+ readonly ARROW_DOWN_LEFT: "ARROW_DOWN_LEFT";
802
+ readonly ARROW_DOWN_RIGHT: "ARROW_DOWN_RIGHT";
803
+ readonly ARROW_LEFT: "ARROW_LEFT";
804
+ readonly ARROW_RIGHT: "ARROW_RIGHT";
805
+ readonly ARROW_UP: "ARROW_UP";
806
+ readonly ARROW_UP_LEFT: "ARROW_UP_LEFT";
807
+ readonly ARROW_UP_RIGHT: "ARROW_UP_RIGHT";
808
+ readonly CARET_DOWN: "CARET_DOWN";
809
+ readonly CARET_UP: "CARET_UP";
810
+ readonly CHECKMARK: "CHECKMARK";
811
+ readonly CIRCLE: "CIRCLE";
812
+ readonly FACE_DOWN: "FACE_DOWN";
813
+ readonly FACE_FLAT: "FACE_FLAT";
814
+ readonly FACE_UP: "FACE_UP";
815
+ readonly FLAG: "FLAG";
816
+ readonly MINUS: "MINUS";
817
+ readonly ONE_BAR: "ONE_BAR";
818
+ readonly PLUS: "PLUS";
819
+ readonly SQUARE: "SQUARE";
820
+ readonly THREE_BAR: "THREE_BAR";
821
+ readonly THUMBS_DOWN: "THUMBS_DOWN";
822
+ readonly THUMBS_UP: "THUMBS_UP";
823
+ readonly TRIANGLE: "TRIANGLE";
824
+ readonly TWO_BAR: "TWO_BAR";
825
+ readonly X: "X";
826
+ };
827
+ /**
828
+ * @public
829
+ */
830
+ export type Icon = (typeof Icon)[keyof typeof Icon];
781
831
  /**
782
832
  * @public
783
833
  * <p>Custom icon options for an icon set.</p>
@@ -816,20 +866,25 @@ export interface ConditionalFormattingCustomIconCondition {
816
866
  }
817
867
  /**
818
868
  * @public
869
+ * @enum
819
870
  */
820
- export declare enum ConditionalFormattingIconSetType {
821
- BARS = "BARS",
822
- CARET_UP_MINUS_DOWN = "CARET_UP_MINUS_DOWN",
823
- CHECK_X = "CHECK_X",
824
- FLAGS = "FLAGS",
825
- FOUR_COLOR_ARROW = "FOUR_COLOR_ARROW",
826
- FOUR_GRAY_ARROW = "FOUR_GRAY_ARROW",
827
- PLUS_MINUS = "PLUS_MINUS",
828
- THREE_CIRCLE = "THREE_CIRCLE",
829
- THREE_COLOR_ARROW = "THREE_COLOR_ARROW",
830
- THREE_GRAY_ARROW = "THREE_GRAY_ARROW",
831
- THREE_SHAPE = "THREE_SHAPE"
832
- }
871
+ export declare const ConditionalFormattingIconSetType: {
872
+ readonly BARS: "BARS";
873
+ readonly CARET_UP_MINUS_DOWN: "CARET_UP_MINUS_DOWN";
874
+ readonly CHECK_X: "CHECK_X";
875
+ readonly FLAGS: "FLAGS";
876
+ readonly FOUR_COLOR_ARROW: "FOUR_COLOR_ARROW";
877
+ readonly FOUR_GRAY_ARROW: "FOUR_GRAY_ARROW";
878
+ readonly PLUS_MINUS: "PLUS_MINUS";
879
+ readonly THREE_CIRCLE: "THREE_CIRCLE";
880
+ readonly THREE_COLOR_ARROW: "THREE_COLOR_ARROW";
881
+ readonly THREE_GRAY_ARROW: "THREE_GRAY_ARROW";
882
+ readonly THREE_SHAPE: "THREE_SHAPE";
883
+ };
884
+ /**
885
+ * @public
886
+ */
887
+ export type ConditionalFormattingIconSetType = (typeof ConditionalFormattingIconSetType)[keyof typeof ConditionalFormattingIconSetType];
833
888
  /**
834
889
  * @public
835
890
  * <p>Formatting configuration for icon set.</p>
@@ -989,11 +1044,16 @@ export interface ClusterMarkerConfiguration {
989
1044
  }
990
1045
  /**
991
1046
  * @public
1047
+ * @enum
992
1048
  */
993
- export declare enum GeospatialSelectedPointStyle {
994
- CLUSTER = "CLUSTER",
995
- POINT = "POINT"
996
- }
1049
+ export declare const GeospatialSelectedPointStyle: {
1050
+ readonly CLUSTER: "CLUSTER";
1051
+ readonly POINT: "POINT";
1052
+ };
1053
+ /**
1054
+ * @public
1055
+ */
1056
+ export type GeospatialSelectedPointStyle = (typeof GeospatialSelectedPointStyle)[keyof typeof GeospatialSelectedPointStyle];
997
1057
  /**
998
1058
  * @public
999
1059
  * <p>The point style of the geospatial map.</p>
@@ -1075,11 +1135,16 @@ export interface GeospatialMapVisual {
1075
1135
  }
1076
1136
  /**
1077
1137
  * @public
1138
+ * @enum
1078
1139
  */
1079
- export declare enum ColorFillType {
1080
- DISCRETE = "DISCRETE",
1081
- GRADIENT = "GRADIENT"
1082
- }
1140
+ export declare const ColorFillType: {
1141
+ readonly DISCRETE: "DISCRETE";
1142
+ readonly GRADIENT: "GRADIENT";
1143
+ };
1144
+ /**
1145
+ * @public
1146
+ */
1147
+ export type ColorFillType = (typeof ColorFillType)[keyof typeof ColorFillType];
1083
1148
  /**
1084
1149
  * @public
1085
1150
  * <p>Determines the color that is applied to a particular data value.</p>
@@ -1258,11 +1323,16 @@ export interface BinWidthOptions {
1258
1323
  }
1259
1324
  /**
1260
1325
  * @public
1326
+ * @enum
1261
1327
  */
1262
- export declare enum HistogramBinType {
1263
- BIN_COUNT = "BIN_COUNT",
1264
- BIN_WIDTH = "BIN_WIDTH"
1265
- }
1328
+ export declare const HistogramBinType: {
1329
+ readonly BIN_COUNT: "BIN_COUNT";
1330
+ readonly BIN_WIDTH: "BIN_WIDTH";
1331
+ };
1332
+ /**
1333
+ * @public
1334
+ */
1335
+ export type HistogramBinType = (typeof HistogramBinType)[keyof typeof HistogramBinType];
1266
1336
  /**
1267
1337
  * @public
1268
1338
  * <p>The options that determine the presentation of histogram bins.</p>
@@ -1372,11 +1442,16 @@ export interface HistogramVisual {
1372
1442
  }
1373
1443
  /**
1374
1444
  * @public
1445
+ * @enum
1375
1446
  */
1376
- export declare enum ForecastComputationSeasonality {
1377
- AUTOMATIC = "AUTOMATIC",
1378
- CUSTOM = "CUSTOM"
1379
- }
1447
+ export declare const ForecastComputationSeasonality: {
1448
+ readonly AUTOMATIC: "AUTOMATIC";
1449
+ readonly CUSTOM: "CUSTOM";
1450
+ };
1451
+ /**
1452
+ * @public
1453
+ */
1454
+ export type ForecastComputationSeasonality = (typeof ForecastComputationSeasonality)[keyof typeof ForecastComputationSeasonality];
1380
1455
  /**
1381
1456
  * @public
1382
1457
  * <p>The forecast computation configuration.</p>
@@ -1466,11 +1541,16 @@ export interface GrowthRateComputation {
1466
1541
  }
1467
1542
  /**
1468
1543
  * @public
1544
+ * @enum
1469
1545
  */
1470
- export declare enum MaximumMinimumComputationType {
1471
- MAXIMUM = "MAXIMUM",
1472
- MINIMUM = "MINIMUM"
1473
- }
1546
+ export declare const MaximumMinimumComputationType: {
1547
+ readonly MAXIMUM: "MAXIMUM";
1548
+ readonly MINIMUM: "MINIMUM";
1549
+ };
1550
+ /**
1551
+ * @public
1552
+ */
1553
+ export type MaximumMinimumComputationType = (typeof MaximumMinimumComputationType)[keyof typeof MaximumMinimumComputationType];
1474
1554
  /**
1475
1555
  * @public
1476
1556
  * <p>The maximum and minimum computation configuration.</p>
@@ -1589,18 +1669,28 @@ export interface PeriodToDateComputation {
1589
1669
  }
1590
1670
  /**
1591
1671
  * @public
1672
+ * @enum
1592
1673
  */
1593
- export declare enum TopBottomSortOrder {
1594
- ABSOLUTE_DIFFERENCE = "ABSOLUTE_DIFFERENCE",
1595
- PERCENT_DIFFERENCE = "PERCENT_DIFFERENCE"
1596
- }
1674
+ export declare const TopBottomSortOrder: {
1675
+ readonly ABSOLUTE_DIFFERENCE: "ABSOLUTE_DIFFERENCE";
1676
+ readonly PERCENT_DIFFERENCE: "PERCENT_DIFFERENCE";
1677
+ };
1597
1678
  /**
1598
1679
  * @public
1599
1680
  */
1600
- export declare enum TopBottomComputationType {
1601
- BOTTOM = "BOTTOM",
1602
- TOP = "TOP"
1603
- }
1681
+ export type TopBottomSortOrder = (typeof TopBottomSortOrder)[keyof typeof TopBottomSortOrder];
1682
+ /**
1683
+ * @public
1684
+ * @enum
1685
+ */
1686
+ export declare const TopBottomComputationType: {
1687
+ readonly BOTTOM: "BOTTOM";
1688
+ readonly TOP: "TOP";
1689
+ };
1690
+ /**
1691
+ * @public
1692
+ */
1693
+ export type TopBottomComputationType = (typeof TopBottomComputationType)[keyof typeof TopBottomComputationType];
1604
1694
  /**
1605
1695
  * @public
1606
1696
  * <p>The top movers and bottom movers computation setup.</p>
@@ -2018,20 +2108,30 @@ export interface KPIVisual {
2018
2108
  }
2019
2109
  /**
2020
2110
  * @public
2111
+ * @enum
2021
2112
  */
2022
- export declare enum LineInterpolation {
2023
- LINEAR = "LINEAR",
2024
- SMOOTH = "SMOOTH",
2025
- STEPPED = "STEPPED"
2026
- }
2113
+ export declare const LineInterpolation: {
2114
+ readonly LINEAR: "LINEAR";
2115
+ readonly SMOOTH: "SMOOTH";
2116
+ readonly STEPPED: "STEPPED";
2117
+ };
2027
2118
  /**
2028
2119
  * @public
2029
2120
  */
2030
- export declare enum LineChartLineStyle {
2031
- DASHED = "DASHED",
2032
- DOTTED = "DOTTED",
2033
- SOLID = "SOLID"
2034
- }
2121
+ export type LineInterpolation = (typeof LineInterpolation)[keyof typeof LineInterpolation];
2122
+ /**
2123
+ * @public
2124
+ * @enum
2125
+ */
2126
+ export declare const LineChartLineStyle: {
2127
+ readonly DASHED: "DASHED";
2128
+ readonly DOTTED: "DOTTED";
2129
+ readonly SOLID: "SOLID";
2130
+ };
2131
+ /**
2132
+ * @public
2133
+ */
2134
+ export type LineChartLineStyle = (typeof LineChartLineStyle)[keyof typeof LineChartLineStyle];
2035
2135
  /**
2036
2136
  * @public
2037
2137
  * <p>Line styles options for a line series in <code>LineChartVisual</code>.</p>
@@ -2084,14 +2184,19 @@ export interface LineChartLineStyleSettings {
2084
2184
  }
2085
2185
  /**
2086
2186
  * @public
2187
+ * @enum
2087
2188
  */
2088
- export declare enum LineChartMarkerShape {
2089
- CIRCLE = "CIRCLE",
2090
- DIAMOND = "DIAMOND",
2091
- ROUNDED_SQUARE = "ROUNDED_SQUARE",
2092
- SQUARE = "SQUARE",
2093
- TRIANGLE = "TRIANGLE"
2094
- }
2189
+ export declare const LineChartMarkerShape: {
2190
+ readonly CIRCLE: "CIRCLE";
2191
+ readonly DIAMOND: "DIAMOND";
2192
+ readonly ROUNDED_SQUARE: "ROUNDED_SQUARE";
2193
+ readonly SQUARE: "SQUARE";
2194
+ readonly TRIANGLE: "TRIANGLE";
2195
+ };
2196
+ /**
2197
+ * @public
2198
+ */
2199
+ export type LineChartMarkerShape = (typeof LineChartMarkerShape)[keyof typeof LineChartMarkerShape];
2095
2200
  /**
2096
2201
  * @public
2097
2202
  * <p>Marker styles options for a line series in <code>LineChartVisual</code>.</p>
@@ -2289,12 +2394,17 @@ export interface ForecastConfiguration {
2289
2394
  }
2290
2395
  /**
2291
2396
  * @public
2397
+ * @enum
2292
2398
  */
2293
- export declare enum MissingDataTreatmentOption {
2294
- INTERPOLATE = "INTERPOLATE",
2295
- SHOW_AS_BLANK = "SHOW_AS_BLANK",
2296
- SHOW_AS_ZERO = "SHOW_AS_ZERO"
2297
- }
2399
+ export declare const MissingDataTreatmentOption: {
2400
+ readonly INTERPOLATE: "INTERPOLATE";
2401
+ readonly SHOW_AS_BLANK: "SHOW_AS_BLANK";
2402
+ readonly SHOW_AS_ZERO: "SHOW_AS_ZERO";
2403
+ };
2404
+ /**
2405
+ * @public
2406
+ */
2407
+ export type MissingDataTreatmentOption = (typeof MissingDataTreatmentOption)[keyof typeof MissingDataTreatmentOption];
2298
2408
  /**
2299
2409
  * @public
2300
2410
  * <p>The configuration options that determine how missing data is treated during the rendering of a line chart.</p>
@@ -2431,12 +2541,17 @@ export interface LineChartSortConfiguration {
2431
2541
  }
2432
2542
  /**
2433
2543
  * @public
2544
+ * @enum
2434
2545
  */
2435
- export declare enum LineChartType {
2436
- AREA = "AREA",
2437
- LINE = "LINE",
2438
- STACKED_AREA = "STACKED_AREA"
2439
- }
2546
+ export declare const LineChartType: {
2547
+ readonly AREA: "AREA";
2548
+ readonly LINE: "LINE";
2549
+ readonly STACKED_AREA: "STACKED_AREA";
2550
+ };
2551
+ /**
2552
+ * @public
2553
+ */
2554
+ export type LineChartType = (typeof LineChartType)[keyof typeof LineChartType];
2440
2555
  /**
2441
2556
  * @public
2442
2557
  * <p>The configuration of a line chart.</p>
@@ -2552,13 +2667,18 @@ export interface LineChartVisual {
2552
2667
  }
2553
2668
  /**
2554
2669
  * @public
2670
+ * @enum
2555
2671
  */
2556
- export declare enum ArcThickness {
2557
- LARGE = "LARGE",
2558
- MEDIUM = "MEDIUM",
2559
- SMALL = "SMALL",
2560
- WHOLE = "WHOLE"
2561
- }
2672
+ export declare const ArcThickness: {
2673
+ readonly LARGE: "LARGE";
2674
+ readonly MEDIUM: "MEDIUM";
2675
+ readonly SMALL: "SMALL";
2676
+ readonly WHOLE: "WHOLE";
2677
+ };
2678
+ /**
2679
+ * @public
2680
+ */
2681
+ export type ArcThickness = (typeof ArcThickness)[keyof typeof ArcThickness];
2562
2682
  /**
2563
2683
  * @public
2564
2684
  * <p>The options that determine the arc thickness of a <code>GaugeChartVisual</code>.</p>
@@ -2901,11 +3021,16 @@ export interface PivotTableSortConfiguration {
2901
3021
  }
2902
3022
  /**
2903
3023
  * @public
3024
+ * @enum
2904
3025
  */
2905
- export declare enum TableBorderStyle {
2906
- NONE = "NONE",
2907
- SOLID = "SOLID"
2908
- }
3026
+ export declare const TableBorderStyle: {
3027
+ readonly NONE: "NONE";
3028
+ readonly SOLID: "SOLID";
3029
+ };
3030
+ /**
3031
+ * @public
3032
+ */
3033
+ export type TableBorderStyle = (typeof TableBorderStyle)[keyof typeof TableBorderStyle];
2909
3034
  /**
2910
3035
  * @public
2911
3036
  * <p>The border options for a table border.</p>
@@ -2970,19 +3095,29 @@ export interface GlobalTableBorderOptions {
2970
3095
  }
2971
3096
  /**
2972
3097
  * @public
3098
+ * @enum
2973
3099
  */
2974
- export declare enum TextWrap {
2975
- NONE = "NONE",
2976
- WRAP = "WRAP"
2977
- }
3100
+ export declare const TextWrap: {
3101
+ readonly NONE: "NONE";
3102
+ readonly WRAP: "WRAP";
3103
+ };
2978
3104
  /**
2979
3105
  * @public
2980
3106
  */
2981
- export declare enum VerticalTextAlignment {
2982
- BOTTOM = "BOTTOM",
2983
- MIDDLE = "MIDDLE",
2984
- TOP = "TOP"
2985
- }
3107
+ export type TextWrap = (typeof TextWrap)[keyof typeof TextWrap];
3108
+ /**
3109
+ * @public
3110
+ * @enum
3111
+ */
3112
+ export declare const VerticalTextAlignment: {
3113
+ readonly BOTTOM: "BOTTOM";
3114
+ readonly MIDDLE: "MIDDLE";
3115
+ readonly TOP: "TOP";
3116
+ };
3117
+ /**
3118
+ * @public
3119
+ */
3120
+ export type VerticalTextAlignment = (typeof VerticalTextAlignment)[keyof typeof VerticalTextAlignment];
2986
3121
  /**
2987
3122
  * @public
2988
3123
  * <p>The table cell style for a cell in pivot table or table visual.</p>
@@ -3023,11 +3158,16 @@ export interface TableCellStyle {
3023
3158
  }
3024
3159
  /**
3025
3160
  * @public
3161
+ * @enum
3026
3162
  */
3027
- export declare enum PivotTableMetricPlacement {
3028
- COLUMN = "COLUMN",
3029
- ROW = "ROW"
3030
- }
3163
+ export declare const PivotTableMetricPlacement: {
3164
+ readonly COLUMN: "COLUMN";
3165
+ readonly ROW: "ROW";
3166
+ };
3167
+ /**
3168
+ * @public
3169
+ */
3170
+ export type PivotTableMetricPlacement = (typeof PivotTableMetricPlacement)[keyof typeof PivotTableMetricPlacement];
3031
3171
  /**
3032
3172
  * @public
3033
3173
  * <p>Determines the row alternate color options.</p>
@@ -3090,12 +3230,17 @@ export interface PivotTableOptions {
3090
3230
  }
3091
3231
  /**
3092
3232
  * @public
3233
+ * @enum
3093
3234
  */
3094
- export declare enum PivotTableSubtotalLevel {
3095
- ALL = "ALL",
3096
- CUSTOM = "CUSTOM",
3097
- LAST = "LAST"
3098
- }
3235
+ export declare const PivotTableSubtotalLevel: {
3236
+ readonly ALL: "ALL";
3237
+ readonly CUSTOM: "CUSTOM";
3238
+ readonly LAST: "LAST";
3239
+ };
3240
+ /**
3241
+ * @public
3242
+ */
3243
+ export type PivotTableSubtotalLevel = (typeof PivotTableSubtotalLevel)[keyof typeof PivotTableSubtotalLevel];
3099
3244
  /**
3100
3245
  * @public
3101
3246
  * <p>The optional configuration of subtotals cells.</p>
@@ -3142,18 +3287,28 @@ export interface SubtotalOptions {
3142
3287
  }
3143
3288
  /**
3144
3289
  * @public
3290
+ * @enum
3145
3291
  */
3146
- export declare enum TableTotalsPlacement {
3147
- END = "END",
3148
- START = "START"
3149
- }
3292
+ export declare const TableTotalsPlacement: {
3293
+ readonly END: "END";
3294
+ readonly START: "START";
3295
+ };
3150
3296
  /**
3151
3297
  * @public
3152
3298
  */
3153
- export declare enum TableTotalsScrollStatus {
3154
- PINNED = "PINNED",
3155
- SCROLLED = "SCROLLED"
3156
- }
3299
+ export type TableTotalsPlacement = (typeof TableTotalsPlacement)[keyof typeof TableTotalsPlacement];
3300
+ /**
3301
+ * @public
3302
+ * @enum
3303
+ */
3304
+ export declare const TableTotalsScrollStatus: {
3305
+ readonly PINNED: "PINNED";
3306
+ readonly SCROLLED: "SCROLLED";
3307
+ };
3308
+ /**
3309
+ * @public
3310
+ */
3311
+ export type TableTotalsScrollStatus = (typeof TableTotalsScrollStatus)[keyof typeof TableTotalsScrollStatus];
3157
3312
  /**
3158
3313
  * @public
3159
3314
  * <p>The optional configuration of totals cells in a <code>PivotTableVisual</code>.</p>
@@ -3242,12 +3397,17 @@ export interface PivotTableConfiguration {
3242
3397
  }
3243
3398
  /**
3244
3399
  * @public
3400
+ * @enum
3245
3401
  */
3246
- export declare enum PivotTableConditionalFormattingScopeRole {
3247
- FIELD = "FIELD",
3248
- FIELD_TOTAL = "FIELD_TOTAL",
3249
- GRAND_TOTAL = "GRAND_TOTAL"
3250
- }
3402
+ export declare const PivotTableConditionalFormattingScopeRole: {
3403
+ readonly FIELD: "FIELD";
3404
+ readonly FIELD_TOTAL: "FIELD_TOTAL";
3405
+ readonly GRAND_TOTAL: "GRAND_TOTAL";
3406
+ };
3407
+ /**
3408
+ * @public
3409
+ */
3410
+ export type PivotTableConditionalFormattingScopeRole = (typeof PivotTableConditionalFormattingScopeRole)[keyof typeof PivotTableConditionalFormattingScopeRole];
3251
3411
  /**
3252
3412
  * @public
3253
3413
  * <p>The scope of the cell for conditional formatting.</p>
@@ -3395,11 +3555,16 @@ export interface RadarChartFieldWells {
3395
3555
  }
3396
3556
  /**
3397
3557
  * @public
3558
+ * @enum
3398
3559
  */
3399
- export declare enum RadarChartShape {
3400
- CIRCLE = "CIRCLE",
3401
- POLYGON = "POLYGON"
3402
- }
3560
+ export declare const RadarChartShape: {
3561
+ readonly CIRCLE: "CIRCLE";
3562
+ readonly POLYGON: "POLYGON";
3563
+ };
3564
+ /**
3565
+ * @public
3566
+ */
3567
+ export type RadarChartShape = (typeof RadarChartShape)[keyof typeof RadarChartShape];
3403
3568
  /**
3404
3569
  * @public
3405
3570
  * <p>The sort configuration of a <code>RadarChartVisual</code>.</p>
@@ -3741,12 +3906,17 @@ export interface ScatterPlotVisual {
3741
3906
  }
3742
3907
  /**
3743
3908
  * @public
3909
+ * @enum
3744
3910
  */
3745
- export declare enum TableCellImageScalingConfiguration {
3746
- DO_NOT_SCALE = "DO_NOT_SCALE",
3747
- FIT_TO_CELL_HEIGHT = "FIT_TO_CELL_HEIGHT",
3748
- FIT_TO_CELL_WIDTH = "FIT_TO_CELL_WIDTH"
3749
- }
3911
+ export declare const TableCellImageScalingConfiguration: {
3912
+ readonly DO_NOT_SCALE: "DO_NOT_SCALE";
3913
+ readonly FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT";
3914
+ readonly FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH";
3915
+ };
3916
+ /**
3917
+ * @public
3918
+ */
3919
+ export type TableCellImageScalingConfiguration = (typeof TableCellImageScalingConfiguration)[keyof typeof TableCellImageScalingConfiguration];
3750
3920
  /**
3751
3921
  * @public
3752
3922
  * <p>The sizing options for the table image configuration.</p>
@@ -3769,10 +3939,15 @@ export interface TableFieldImageConfiguration {
3769
3939
  }
3770
3940
  /**
3771
3941
  * @public
3942
+ * @enum
3772
3943
  */
3773
- export declare enum TableFieldIconSetType {
3774
- LINK = "LINK"
3775
- }
3944
+ export declare const TableFieldIconSetType: {
3945
+ readonly LINK: "LINK";
3946
+ };
3947
+ /**
3948
+ * @public
3949
+ */
3950
+ export type TableFieldIconSetType = (typeof TableFieldIconSetType)[keyof typeof TableFieldIconSetType];
3776
3951
  /**
3777
3952
  * @public
3778
3953
  * <p>The custom icon content for the table link content configuration.</p>
@@ -3994,11 +4169,16 @@ export interface TableInlineVisualization {
3994
4169
  }
3995
4170
  /**
3996
4171
  * @public
4172
+ * @enum
3997
4173
  */
3998
- export declare enum TableOrientation {
3999
- HORIZONTAL = "HORIZONTAL",
4000
- VERTICAL = "VERTICAL"
4001
- }
4174
+ export declare const TableOrientation: {
4175
+ readonly HORIZONTAL: "HORIZONTAL";
4176
+ readonly VERTICAL: "VERTICAL";
4177
+ };
4178
+ /**
4179
+ * @public
4180
+ */
4181
+ export type TableOrientation = (typeof TableOrientation)[keyof typeof TableOrientation];
4002
4182
  /**
4003
4183
  * @public
4004
4184
  * <p>The table options for a table visual.</p>
@@ -4450,41 +4630,66 @@ export interface WordCloudSortConfiguration {
4450
4630
  }
4451
4631
  /**
4452
4632
  * @public
4633
+ * @enum
4453
4634
  */
4454
- export declare enum WordCloudCloudLayout {
4455
- FLUID = "FLUID",
4456
- NORMAL = "NORMAL"
4457
- }
4635
+ export declare const WordCloudCloudLayout: {
4636
+ readonly FLUID: "FLUID";
4637
+ readonly NORMAL: "NORMAL";
4638
+ };
4458
4639
  /**
4459
4640
  * @public
4460
4641
  */
4461
- export declare enum WordCloudWordCasing {
4462
- EXISTING_CASE = "EXISTING_CASE",
4463
- LOWER_CASE = "LOWER_CASE"
4464
- }
4642
+ export type WordCloudCloudLayout = (typeof WordCloudCloudLayout)[keyof typeof WordCloudCloudLayout];
4465
4643
  /**
4466
4644
  * @public
4645
+ * @enum
4467
4646
  */
4468
- export declare enum WordCloudWordOrientation {
4469
- HORIZONTAL = "HORIZONTAL",
4470
- HORIZONTAL_AND_VERTICAL = "HORIZONTAL_AND_VERTICAL"
4471
- }
4647
+ export declare const WordCloudWordCasing: {
4648
+ readonly EXISTING_CASE: "EXISTING_CASE";
4649
+ readonly LOWER_CASE: "LOWER_CASE";
4650
+ };
4472
4651
  /**
4473
4652
  * @public
4474
4653
  */
4475
- export declare enum WordCloudWordPadding {
4476
- LARGE = "LARGE",
4477
- MEDIUM = "MEDIUM",
4478
- NONE = "NONE",
4479
- SMALL = "SMALL"
4480
- }
4654
+ export type WordCloudWordCasing = (typeof WordCloudWordCasing)[keyof typeof WordCloudWordCasing];
4481
4655
  /**
4482
4656
  * @public
4657
+ * @enum
4483
4658
  */
4484
- export declare enum WordCloudWordScaling {
4485
- EMPHASIZE = "EMPHASIZE",
4486
- NORMAL = "NORMAL"
4487
- }
4659
+ export declare const WordCloudWordOrientation: {
4660
+ readonly HORIZONTAL: "HORIZONTAL";
4661
+ readonly HORIZONTAL_AND_VERTICAL: "HORIZONTAL_AND_VERTICAL";
4662
+ };
4663
+ /**
4664
+ * @public
4665
+ */
4666
+ export type WordCloudWordOrientation = (typeof WordCloudWordOrientation)[keyof typeof WordCloudWordOrientation];
4667
+ /**
4668
+ * @public
4669
+ * @enum
4670
+ */
4671
+ export declare const WordCloudWordPadding: {
4672
+ readonly LARGE: "LARGE";
4673
+ readonly MEDIUM: "MEDIUM";
4674
+ readonly NONE: "NONE";
4675
+ readonly SMALL: "SMALL";
4676
+ };
4677
+ /**
4678
+ * @public
4679
+ */
4680
+ export type WordCloudWordPadding = (typeof WordCloudWordPadding)[keyof typeof WordCloudWordPadding];
4681
+ /**
4682
+ * @public
4683
+ * @enum
4684
+ */
4685
+ export declare const WordCloudWordScaling: {
4686
+ readonly EMPHASIZE: "EMPHASIZE";
4687
+ readonly NORMAL: "NORMAL";
4688
+ };
4689
+ /**
4690
+ * @public
4691
+ */
4692
+ export type WordCloudWordScaling = (typeof WordCloudWordScaling)[keyof typeof WordCloudWordScaling];
4488
4693
  /**
4489
4694
  * @public
4490
4695
  * <p>The word cloud options for a word cloud visual.</p>
@@ -4798,23 +5003,33 @@ export interface AnalysisDefinition {
4798
5003
  }
4799
5004
  /**
4800
5005
  * @public
5006
+ * @enum
4801
5007
  */
4802
- export declare enum AnalysisFilterAttribute {
4803
- ANALYSIS_NAME = "ANALYSIS_NAME",
4804
- DIRECT_QUICKSIGHT_OWNER = "DIRECT_QUICKSIGHT_OWNER",
4805
- DIRECT_QUICKSIGHT_SOLE_OWNER = "DIRECT_QUICKSIGHT_SOLE_OWNER",
4806
- DIRECT_QUICKSIGHT_VIEWER_OR_OWNER = "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
4807
- QUICKSIGHT_OWNER = "QUICKSIGHT_OWNER",
4808
- QUICKSIGHT_USER = "QUICKSIGHT_USER",
4809
- QUICKSIGHT_VIEWER_OR_OWNER = "QUICKSIGHT_VIEWER_OR_OWNER"
4810
- }
5008
+ export declare const AnalysisFilterAttribute: {
5009
+ readonly ANALYSIS_NAME: "ANALYSIS_NAME";
5010
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
5011
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
5012
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
5013
+ readonly QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER";
5014
+ readonly QUICKSIGHT_USER: "QUICKSIGHT_USER";
5015
+ readonly QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER";
5016
+ };
4811
5017
  /**
4812
5018
  * @public
4813
5019
  */
4814
- export declare enum FilterOperator {
4815
- StringEquals = "StringEquals",
4816
- StringLike = "StringLike"
4817
- }
5020
+ export type AnalysisFilterAttribute = (typeof AnalysisFilterAttribute)[keyof typeof AnalysisFilterAttribute];
5021
+ /**
5022
+ * @public
5023
+ * @enum
5024
+ */
5025
+ export declare const FilterOperator: {
5026
+ readonly StringEquals: "StringEquals";
5027
+ readonly StringLike: "StringLike";
5028
+ };
5029
+ /**
5030
+ * @public
5031
+ */
5032
+ export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
4818
5033
  /**
4819
5034
  * @public
4820
5035
  * <p>A filter that you apply when searching for one or more analyses.</p>
@@ -5017,12 +5232,17 @@ export interface AnonymousUserEmbeddingExperienceConfiguration {
5017
5232
  }
5018
5233
  /**
5019
5234
  * @public
5235
+ * @enum
5020
5236
  */
5021
- export declare enum AssignmentStatus {
5022
- DISABLED = "DISABLED",
5023
- DRAFT = "DRAFT",
5024
- ENABLED = "ENABLED"
5025
- }
5237
+ export declare const AssignmentStatus: {
5238
+ readonly DISABLED: "DISABLED";
5239
+ readonly DRAFT: "DRAFT";
5240
+ readonly ENABLED: "ENABLED";
5241
+ };
5242
+ /**
5243
+ * @public
5244
+ */
5245
+ export type AssignmentStatus = (typeof AssignmentStatus)[keyof typeof AssignmentStatus];
5026
5246
  /**
5027
5247
  * @public
5028
5248
  * <p>Parameters for Amazon Athena.</p>
@@ -5075,12 +5295,17 @@ export interface AuroraPostgreSqlParameters {
5075
5295
  }
5076
5296
  /**
5077
5297
  * @public
5298
+ * @enum
5078
5299
  */
5079
- export declare enum AuthenticationMethodOption {
5080
- ACTIVE_DIRECTORY = "ACTIVE_DIRECTORY",
5081
- IAM_AND_QUICKSIGHT = "IAM_AND_QUICKSIGHT",
5082
- IAM_ONLY = "IAM_ONLY"
5083
- }
5300
+ export declare const AuthenticationMethodOption: {
5301
+ readonly ACTIVE_DIRECTORY: "ACTIVE_DIRECTORY";
5302
+ readonly IAM_AND_QUICKSIGHT: "IAM_AND_QUICKSIGHT";
5303
+ readonly IAM_ONLY: "IAM_ONLY";
5304
+ };
5305
+ /**
5306
+ * @public
5307
+ */
5308
+ export type AuthenticationMethodOption = (typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
5084
5309
  /**
5085
5310
  * @public
5086
5311
  * <p>The parameters for IoT Analytics.</p>
@@ -5195,18 +5420,23 @@ export declare class InvalidParameterValueException extends __BaseException {
5195
5420
  }
5196
5421
  /**
5197
5422
  * @public
5423
+ * @enum
5198
5424
  */
5199
- export declare enum ExceptionResourceType {
5200
- ACCOUNT_SETTINGS = "ACCOUNT_SETTINGS",
5201
- DATA_SET = "DATA_SET",
5202
- DATA_SOURCE = "DATA_SOURCE",
5203
- GROUP = "GROUP",
5204
- IAMPOLICY_ASSIGNMENT = "IAMPOLICY_ASSIGNMENT",
5205
- INGESTION = "INGESTION",
5206
- NAMESPACE = "NAMESPACE",
5207
- USER = "USER",
5208
- VPC_CONNECTION = "VPC_CONNECTION"
5209
- }
5425
+ export declare const ExceptionResourceType: {
5426
+ readonly ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS";
5427
+ readonly DATA_SET: "DATA_SET";
5428
+ readonly DATA_SOURCE: "DATA_SOURCE";
5429
+ readonly GROUP: "GROUP";
5430
+ readonly IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT";
5431
+ readonly INGESTION: "INGESTION";
5432
+ readonly NAMESPACE: "NAMESPACE";
5433
+ readonly USER: "USER";
5434
+ readonly VPC_CONNECTION: "VPC_CONNECTION";
5435
+ };
5436
+ /**
5437
+ * @public
5438
+ */
5439
+ export type ExceptionResourceType = (typeof ExceptionResourceType)[keyof typeof ExceptionResourceType];
5210
5440
  /**
5211
5441
  * @public
5212
5442
  * <p>The resource specified already exists. </p>
@@ -5268,13 +5498,18 @@ export declare class ThrottlingException extends __BaseException {
5268
5498
  }
5269
5499
  /**
5270
5500
  * @public
5501
+ * @enum
5271
5502
  */
5272
- export declare enum ColumnDataType {
5273
- DATETIME = "DATETIME",
5274
- DECIMAL = "DECIMAL",
5275
- INTEGER = "INTEGER",
5276
- STRING = "STRING"
5277
- }
5503
+ export declare const ColumnDataType: {
5504
+ readonly DATETIME: "DATETIME";
5505
+ readonly DECIMAL: "DECIMAL";
5506
+ readonly INTEGER: "INTEGER";
5507
+ readonly STRING: "STRING";
5508
+ };
5509
+ /**
5510
+ * @public
5511
+ */
5512
+ export type ColumnDataType = (typeof ColumnDataType)[keyof typeof ColumnDataType];
5278
5513
  /**
5279
5514
  * @public
5280
5515
  * <p>A transform operation that casts a column to a different type.</p>
@@ -5306,10 +5541,15 @@ export interface ColumnDescription {
5306
5541
  }
5307
5542
  /**
5308
5543
  * @public
5544
+ * @enum
5309
5545
  */
5310
- export declare enum GeoSpatialCountryCode {
5311
- US = "US"
5312
- }
5546
+ export declare const GeoSpatialCountryCode: {
5547
+ readonly US: "US";
5548
+ };
5549
+ /**
5550
+ * @public
5551
+ */
5552
+ export type GeoSpatialCountryCode = (typeof GeoSpatialCountryCode)[keyof typeof GeoSpatialCountryCode];
5313
5553
  /**
5314
5554
  * @public
5315
5555
  * <p>Geospatial column group that denotes a hierarchy.</p>
@@ -5403,16 +5643,21 @@ export interface ColumnSchema {
5403
5643
  }
5404
5644
  /**
5405
5645
  * @public
5646
+ * @enum
5406
5647
  */
5407
- export declare enum GeoSpatialDataRole {
5408
- CITY = "CITY",
5409
- COUNTRY = "COUNTRY",
5410
- COUNTY = "COUNTY",
5411
- LATITUDE = "LATITUDE",
5412
- LONGITUDE = "LONGITUDE",
5413
- POSTCODE = "POSTCODE",
5414
- STATE = "STATE"
5415
- }
5648
+ export declare const GeoSpatialDataRole: {
5649
+ readonly CITY: "CITY";
5650
+ readonly COUNTRY: "COUNTRY";
5651
+ readonly COUNTY: "COUNTY";
5652
+ readonly LATITUDE: "LATITUDE";
5653
+ readonly LONGITUDE: "LONGITUDE";
5654
+ readonly POSTCODE: "POSTCODE";
5655
+ readonly STATE: "STATE";
5656
+ };
5657
+ /**
5658
+ * @public
5659
+ */
5660
+ export type GeoSpatialDataRole = (typeof GeoSpatialDataRole)[keyof typeof GeoSpatialDataRole];
5416
5661
  /**
5417
5662
  * @public
5418
5663
  * <p>A tag for a column in a
@@ -5435,11 +5680,16 @@ export interface ColumnTag {
5435
5680
  }
5436
5681
  /**
5437
5682
  * @public
5683
+ * @enum
5438
5684
  */
5439
- export declare enum ColumnTagName {
5440
- COLUMN_DESCRIPTION = "COLUMN_DESCRIPTION",
5441
- COLUMN_GEOGRAPHIC_ROLE = "COLUMN_GEOGRAPHIC_ROLE"
5442
- }
5685
+ export declare const ColumnTagName: {
5686
+ readonly COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION";
5687
+ readonly COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE";
5688
+ };
5689
+ /**
5690
+ * @public
5691
+ */
5692
+ export type ColumnTagName = (typeof ColumnTagName)[keyof typeof ColumnTagName];
5443
5693
  /**
5444
5694
  * @public
5445
5695
  * <p>A resource is already in a state that indicates an operation is happening that must complete