@aws-sdk/client-quicksight 3.326.0 → 3.328.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 (187) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateAnalysisCommand.d.ts +56 -4
  67. package/dist-types/commands/CreateDashboardCommand.d.ts +56 -4
  68. package/dist-types/commands/CreateDataSetCommand.d.ts +63 -0
  69. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +5 -4
  70. package/dist-types/commands/CreateTemplateCommand.d.ts +56 -4
  71. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  72. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  73. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  74. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  75. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  76. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  77. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +56 -4
  78. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +56 -4
  79. package/dist-types/commands/DescribeDataSetCommand.d.ts +64 -1
  80. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +3 -2
  90. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeNamespaceCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +57 -5
  97. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  102. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  103. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  104. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  105. package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  107. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +3 -0
  108. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +3 -1
  109. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +7 -3
  110. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  111. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  112. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  113. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateAnalysisCommand.d.ts +56 -4
  115. package/dist-types/commands/UpdateDashboardCommand.d.ts +56 -4
  116. package/dist-types/commands/UpdateDataSetCommand.d.ts +63 -0
  117. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +3 -4
  118. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +4 -1
  119. package/dist-types/commands/UpdateTemplateCommand.d.ts +56 -4
  120. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  121. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  122. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  123. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  124. package/dist-types/commands/index.d.ts +18 -0
  125. package/dist-types/models/models_0.d.ts +43 -91
  126. package/dist-types/models/models_1.d.ts +210 -281
  127. package/dist-types/models/models_2.d.ts +2375 -2163
  128. package/dist-types/models/models_3.d.ts +2468 -54
  129. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  130. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  131. package/dist-types/pagination/index.d.ts +2 -0
  132. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  133. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  134. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  135. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  138. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  139. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  140. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  141. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  142. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  143. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  166. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  167. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  168. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  169. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  171. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  172. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  173. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  174. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  175. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  176. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  177. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  178. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  179. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  180. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  181. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  182. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  183. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  184. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  185. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  186. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  187. package/package.json +8 -8
@@ -1,10 +1,10 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import {
3
- AccountCustomization,
4
3
  AnalysisDefaults,
5
4
  AxisBinding,
6
5
  AxisDisplayOptions,
7
6
  BarChartVisual,
7
+ BarsArrangement,
8
8
  BoxPlotVisual,
9
9
  CalculatedField,
10
10
  ChartAxisLabelOptions,
@@ -12,14 +12,14 @@ import {
12
12
  ColumnHierarchy,
13
13
  ColumnIdentifier,
14
14
  ColumnSort,
15
- ComboChartConfiguration,
15
+ ComboChartFieldWells,
16
+ ComboChartSortConfiguration,
16
17
  ContributionAnalysisDefault,
17
18
  DataLabelOptions,
18
19
  DataLabelPosition,
19
20
  DataPathValue,
20
21
  DataSetIdentifierDeclaration,
21
22
  DimensionField,
22
- Edition,
23
23
  FieldSort,
24
24
  FieldSortOptions,
25
25
  FilterControl,
@@ -54,6 +54,24 @@ import {
54
54
  WidgetStatus,
55
55
  } from "./models_0";
56
56
  import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
57
+ export interface ComboChartConfiguration {
58
+ FieldWells?: ComboChartFieldWells;
59
+ SortConfiguration?: ComboChartSortConfiguration;
60
+ BarsArrangement?: BarsArrangement | string;
61
+ CategoryAxis?: AxisDisplayOptions;
62
+ CategoryLabelOptions?: ChartAxisLabelOptions;
63
+ PrimaryYAxisDisplayOptions?: AxisDisplayOptions;
64
+ PrimaryYAxisLabelOptions?: ChartAxisLabelOptions;
65
+ SecondaryYAxisDisplayOptions?: AxisDisplayOptions;
66
+ SecondaryYAxisLabelOptions?: ChartAxisLabelOptions;
67
+ ColorLabelOptions?: ChartAxisLabelOptions;
68
+ Legend?: LegendOptions;
69
+ BarDataLabels?: DataLabelOptions;
70
+ LineDataLabels?: DataLabelOptions;
71
+ Tooltip?: TooltipOptions;
72
+ ReferenceLines?: ReferenceLine[];
73
+ VisualPalette?: VisualPalette;
74
+ }
57
75
  export interface ComboChartVisual {
58
76
  VisualId: string | undefined;
59
77
  Title?: VisualTitleLabelOptions;
@@ -1168,11 +1186,14 @@ export interface ScatterPlotCategoricallyAggregatedFieldWells {
1168
1186
  YAxis?: MeasureField[];
1169
1187
  Category?: DimensionField[];
1170
1188
  Size?: MeasureField[];
1189
+ Label?: DimensionField[];
1171
1190
  }
1172
1191
  export interface ScatterPlotUnaggregatedFieldWells {
1173
1192
  XAxis?: DimensionField[];
1174
1193
  YAxis?: DimensionField[];
1175
1194
  Size?: MeasureField[];
1195
+ Category?: DimensionField[];
1196
+ Label?: DimensionField[];
1176
1197
  }
1177
1198
  export interface ScatterPlotFieldWells {
1178
1199
  ScatterPlotCategoricallyAggregatedFieldWells?: ScatterPlotCategoricallyAggregatedFieldWells;
@@ -1596,9 +1617,28 @@ export declare const AuthenticationMethodOption: {
1596
1617
  };
1597
1618
  export type AuthenticationMethodOption =
1598
1619
  (typeof AuthenticationMethodOption)[keyof typeof AuthenticationMethodOption];
1620
+ export declare const AuthorSpecifiedAggregation: {
1621
+ readonly AVERAGE: "AVERAGE";
1622
+ readonly COUNT: "COUNT";
1623
+ readonly DISTINCT_COUNT: "DISTINCT_COUNT";
1624
+ readonly MAX: "MAX";
1625
+ readonly MEDIAN: "MEDIAN";
1626
+ readonly MIN: "MIN";
1627
+ readonly PERCENTILE: "PERCENTILE";
1628
+ readonly STDEV: "STDEV";
1629
+ readonly STDEVP: "STDEVP";
1630
+ readonly SUM: "SUM";
1631
+ readonly VAR: "VAR";
1632
+ readonly VARP: "VARP";
1633
+ };
1634
+ export type AuthorSpecifiedAggregation =
1635
+ (typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
1599
1636
  export interface AwsIotAnalyticsParameters {
1600
1637
  DataSetName: string | undefined;
1601
1638
  }
1639
+ export interface BookmarksConfigurations {
1640
+ Enabled: boolean | undefined;
1641
+ }
1602
1642
  export interface BorderStyle {
1603
1643
  Show?: boolean;
1604
1644
  }
@@ -1691,6 +1731,32 @@ export interface CastColumnTypeOperation {
1691
1731
  NewColumnType: ColumnDataType | string | undefined;
1692
1732
  Format?: string;
1693
1733
  }
1734
+ export declare const CategoryFilterFunction: {
1735
+ readonly CONTAINS: "CONTAINS";
1736
+ readonly EXACT: "EXACT";
1737
+ };
1738
+ export type CategoryFilterFunction =
1739
+ (typeof CategoryFilterFunction)[keyof typeof CategoryFilterFunction];
1740
+ export declare const CategoryFilterType: {
1741
+ readonly CUSTOM_FILTER: "CUSTOM_FILTER";
1742
+ readonly CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST";
1743
+ readonly FILTER_LIST: "FILTER_LIST";
1744
+ };
1745
+ export type CategoryFilterType =
1746
+ (typeof CategoryFilterType)[keyof typeof CategoryFilterType];
1747
+ export interface CellValueSynonym {
1748
+ CellValue?: string;
1749
+ Synonyms?: string[];
1750
+ }
1751
+ export interface CollectiveConstant {
1752
+ ValueList?: string[];
1753
+ }
1754
+ export declare const ColumnDataRole: {
1755
+ readonly DIMENSION: "DIMENSION";
1756
+ readonly MEASURE: "MEASURE";
1757
+ };
1758
+ export type ColumnDataRole =
1759
+ (typeof ColumnDataRole)[keyof typeof ColumnDataRole];
1694
1760
  export interface ColumnDescription {
1695
1761
  Text?: string;
1696
1762
  }
@@ -1718,6 +1784,13 @@ export interface ColumnLevelPermissionRule {
1718
1784
  Principals?: string[];
1719
1785
  ColumnNames?: string[];
1720
1786
  }
1787
+ export declare const ColumnOrderingType: {
1788
+ readonly GREATER_IS_BETTER: "GREATER_IS_BETTER";
1789
+ readonly LESSER_IS_BETTER: "LESSER_IS_BETTER";
1790
+ readonly SPECIFIED: "SPECIFIED";
1791
+ };
1792
+ export type ColumnOrderingType =
1793
+ (typeof ColumnOrderingType)[keyof typeof ColumnOrderingType];
1721
1794
  export interface ColumnSchema {
1722
1795
  Name?: string;
1723
1796
  DataType?: string;
@@ -1743,78 +1816,9 @@ export declare const ColumnTagName: {
1743
1816
  readonly COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE";
1744
1817
  };
1745
1818
  export type ColumnTagName = (typeof ColumnTagName)[keyof typeof ColumnTagName];
1746
- export declare class ConcurrentUpdatingException extends __BaseException {
1747
- readonly name: "ConcurrentUpdatingException";
1748
- readonly $fault: "server";
1749
- Message?: string;
1750
- RequestId?: string;
1751
- constructor(
1752
- opts: __ExceptionOptionType<ConcurrentUpdatingException, __BaseException>
1753
- );
1754
- }
1755
- export declare class ConflictException extends __BaseException {
1756
- readonly name: "ConflictException";
1757
- readonly $fault: "client";
1758
- Message?: string;
1759
- RequestId?: string;
1760
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1761
- }
1762
- export interface Tag {
1763
- Key: string | undefined;
1764
- Value: string | undefined;
1765
- }
1766
- export interface CreateAccountCustomizationRequest {
1767
- AwsAccountId: string | undefined;
1768
- Namespace?: string;
1769
- AccountCustomization: AccountCustomization | undefined;
1770
- Tags?: Tag[];
1771
- }
1772
- export interface CreateAccountCustomizationResponse {
1773
- Arn?: string;
1774
- AwsAccountId?: string;
1775
- Namespace?: string;
1776
- AccountCustomization?: AccountCustomization;
1777
- RequestId?: string;
1778
- Status?: number;
1779
- }
1780
- export declare class ResourceUnavailableException extends __BaseException {
1781
- readonly name: "ResourceUnavailableException";
1782
- readonly $fault: "server";
1783
- Message?: string;
1784
- ResourceType?: ExceptionResourceType | string;
1785
- RequestId?: string;
1786
- constructor(
1787
- opts: __ExceptionOptionType<ResourceUnavailableException, __BaseException>
1788
- );
1789
- }
1790
- export interface CreateAccountSubscriptionRequest {
1791
- Edition: Edition | string | undefined;
1792
- AuthenticationMethod: AuthenticationMethodOption | string | undefined;
1793
- AwsAccountId: string | undefined;
1794
- AccountName: string | undefined;
1795
- NotificationEmail: string | undefined;
1796
- ActiveDirectoryName?: string;
1797
- Realm?: string;
1798
- DirectoryId?: string;
1799
- AdminGroup?: string[];
1800
- AuthorGroup?: string[];
1801
- ReaderGroup?: string[];
1802
- FirstName?: string;
1803
- LastName?: string;
1804
- EmailAddress?: string;
1805
- ContactNumber?: string;
1806
- }
1807
- export interface SignupResponse {
1808
- IAMUser?: boolean;
1809
- userLoginName?: string;
1810
- accountName?: string;
1811
- directoryType?: string;
1812
- }
1813
- export interface CreateAccountSubscriptionResponse {
1814
- SignupResponse?: SignupResponse;
1815
- Status?: number;
1816
- RequestId?: string;
1817
- }
1819
+ export declare const ComboChartConfigurationFilterSensitiveLog: (
1820
+ obj: ComboChartConfiguration
1821
+ ) => any;
1818
1822
  export declare const ComboChartVisualFilterSensitiveLog: (
1819
1823
  obj: ComboChartVisual
1820
1824
  ) => any;