@aws-sdk/client-quicksight 3.948.0 → 3.952.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist-cjs/index.js +415 -101
- package/dist-es/QuickSight.js +2 -0
- package/dist-es/commands/GetIdentityContextCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +49 -17
- package/dist-es/schemas/schemas_0.js +349 -84
- package/dist-types/QuickSight.d.ts +7 -0
- package/dist-types/QuickSightClient.d.ts +3 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +194 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +194 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataSourceCommand.d.ts +5 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +194 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +19 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +89 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +194 -0
- package/dist-types/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/commands/GetIdentityContextCommand.d.ts +143 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +55 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +194 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +194 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +5 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +194 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +97 -41
- package/dist-types/models/models_0.d.ts +265 -162
- package/dist-types/models/models_1.d.ts +615 -822
- package/dist-types/models/models_2.d.ts +5138 -5090
- package/dist-types/models/models_3.d.ts +3935 -3902
- package/dist-types/models/models_4.d.ts +727 -7
- package/dist-types/schemas/schemas_0.d.ts +33 -0
- package/dist-types/ts3.4/QuickSight.d.ts +17 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIdentityContextCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +61 -23
- package/dist-types/ts3.4/models/models_0.d.ts +41 -38
- package/dist-types/ts3.4/models/models_1.d.ts +140 -164
- package/dist-types/ts3.4/models/models_2.d.ts +174 -176
- package/dist-types/ts3.4/models/models_3.d.ts +183 -147
- package/dist-types/ts3.4/models/models_4.d.ts +189 -13
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +33 -0
- package/package.json +2 -2
|
@@ -18,6 +18,8 @@ export declare var FieldValue: StaticSimpleSchema;
|
|
|
18
18
|
export declare var JoinOperationOnClause: StaticSimpleSchema;
|
|
19
19
|
export declare var NullString: StaticSimpleSchema;
|
|
20
20
|
export declare var Prefix: StaticSimpleSchema;
|
|
21
|
+
export declare var PrivateKey: StaticSimpleSchema;
|
|
22
|
+
export declare var PrivateKeyPassphrase: StaticSimpleSchema;
|
|
21
23
|
export declare var QAQueryText: StaticSimpleSchema;
|
|
22
24
|
export declare var SensitiveDouble: StaticSimpleSchema;
|
|
23
25
|
export declare var SensitiveDoubleObject: StaticSimpleSchema;
|
|
@@ -148,9 +150,12 @@ export declare var AxisScale: StaticStructureSchema;
|
|
|
148
150
|
export declare var AxisTickLabelOptions: StaticStructureSchema;
|
|
149
151
|
export declare var BarChartAggregatedFieldWells: StaticStructureSchema;
|
|
150
152
|
export declare var BarChartConfiguration: StaticStructureSchema;
|
|
153
|
+
export declare var BarChartDefaultSeriesSettings: StaticStructureSchema;
|
|
151
154
|
export declare var BarChartFieldWells: StaticStructureSchema;
|
|
155
|
+
export declare var BarChartSeriesSettings: StaticStructureSchema;
|
|
152
156
|
export declare var BarChartSortConfiguration: StaticStructureSchema;
|
|
153
157
|
export declare var BarChartVisual: StaticStructureSchema;
|
|
158
|
+
export declare var BarSeriesItem: StaticStructureSchema;
|
|
154
159
|
export declare var BasicAuthConnectionMetadata: StaticStructureSchema;
|
|
155
160
|
export declare var BatchCreateTopicReviewedAnswerRequest: StaticStructureSchema;
|
|
156
161
|
export declare var BatchCreateTopicReviewedAnswerResponse: StaticStructureSchema;
|
|
@@ -167,6 +172,7 @@ export declare var BodySectionRepeatConfiguration: StaticStructureSchema;
|
|
|
167
172
|
export declare var BodySectionRepeatDimensionConfiguration: StaticStructureSchema;
|
|
168
173
|
export declare var BodySectionRepeatPageBreakConfiguration: StaticStructureSchema;
|
|
169
174
|
export declare var BookmarksConfigurations: StaticStructureSchema;
|
|
175
|
+
export declare var BorderSettings: StaticStructureSchema;
|
|
170
176
|
export declare var BorderStyle: StaticStructureSchema;
|
|
171
177
|
export declare var BoxPlotAggregatedFieldWells: StaticStructureSchema;
|
|
172
178
|
export declare var BoxPlotChartConfiguration: StaticStructureSchema;
|
|
@@ -221,9 +227,12 @@ export declare var ColumnTooltipItem: StaticStructureSchema;
|
|
|
221
227
|
export declare var ColumnToUnpivot: StaticStructureSchema;
|
|
222
228
|
export declare var ComboChartAggregatedFieldWells: StaticStructureSchema;
|
|
223
229
|
export declare var ComboChartConfiguration: StaticStructureSchema;
|
|
230
|
+
export declare var ComboChartDefaultSeriesSettings: StaticStructureSchema;
|
|
224
231
|
export declare var ComboChartFieldWells: StaticStructureSchema;
|
|
232
|
+
export declare var ComboChartSeriesSettings: StaticStructureSchema;
|
|
225
233
|
export declare var ComboChartSortConfiguration: StaticStructureSchema;
|
|
226
234
|
export declare var ComboChartVisual: StaticStructureSchema;
|
|
235
|
+
export declare var ComboSeriesItem: StaticStructureSchema;
|
|
227
236
|
export declare var ComparativeOrder: StaticStructureSchema;
|
|
228
237
|
export declare var ComparisonConfiguration: StaticStructureSchema;
|
|
229
238
|
export declare var ComparisonFormatConfiguration: StaticStructureSchema;
|
|
@@ -244,6 +253,7 @@ export declare var ContextualAccentPalette: StaticStructureSchema;
|
|
|
244
253
|
export declare var ContributionAnalysisDefault: StaticStructureSchema;
|
|
245
254
|
export declare var ContributionAnalysisFactor: StaticStructureSchema;
|
|
246
255
|
export declare var ContributionAnalysisTimeRanges: StaticStructureSchema;
|
|
256
|
+
export declare var Coordinate: StaticStructureSchema;
|
|
247
257
|
export declare var CreateAccountCustomizationRequest: StaticStructureSchema;
|
|
248
258
|
export declare var CreateAccountCustomizationResponse: StaticStructureSchema;
|
|
249
259
|
export declare var CreateAccountSubscriptionRequest: StaticStructureSchema;
|
|
@@ -316,6 +326,7 @@ export declare var CustomPermissions: StaticStructureSchema;
|
|
|
316
326
|
export declare var CustomSql: StaticStructureSchema;
|
|
317
327
|
export declare var CustomValuesConfiguration: StaticStructureSchema;
|
|
318
328
|
export declare var Dashboard: StaticStructureSchema;
|
|
329
|
+
export declare var DashboardCustomizationVisualOptions: StaticStructureSchema;
|
|
319
330
|
export declare var DashboardError: StaticStructureSchema;
|
|
320
331
|
export declare var DashboardPublishOptions: StaticStructureSchema;
|
|
321
332
|
export declare var DashboardSearchFilter: StaticStructureSchema;
|
|
@@ -333,6 +344,8 @@ export declare var DataBarsOptions: StaticStructureSchema;
|
|
|
333
344
|
export declare var DatabricksParameters: StaticStructureSchema;
|
|
334
345
|
export declare var DataColor: StaticStructureSchema;
|
|
335
346
|
export declare var DataColorPalette: StaticStructureSchema;
|
|
347
|
+
export declare var DataFieldBarSeriesItem: StaticStructureSchema;
|
|
348
|
+
export declare var DataFieldComboSeriesItem: StaticStructureSchema;
|
|
336
349
|
export declare var DataFieldSeriesItem: StaticStructureSchema;
|
|
337
350
|
export declare var DataLabelOptions: StaticStructureSchema;
|
|
338
351
|
export declare var DataLabelType: StaticStructureSchema;
|
|
@@ -394,6 +407,8 @@ export declare var DateTimeParameter: StaticStructureSchema;
|
|
|
394
407
|
export declare var DateTimeParameterDeclaration: StaticStructureSchema;
|
|
395
408
|
export declare var DateTimePickerControlDisplayOptions: StaticStructureSchema;
|
|
396
409
|
export declare var DateTimeValueWhenUnsetConfiguration: StaticStructureSchema;
|
|
410
|
+
export declare var DecalSettings: StaticStructureSchema;
|
|
411
|
+
export declare var DecalSettingsConfiguration: StaticStructureSchema;
|
|
397
412
|
export declare var DecimalDatasetParameter: StaticStructureSchema;
|
|
398
413
|
export declare var DecimalDatasetParameterDefaultValues: StaticStructureSchema;
|
|
399
414
|
export declare var DecimalDefaultValues: StaticStructureSchema;
|
|
@@ -614,7 +629,9 @@ export declare var ExportHiddenFieldsOption: StaticStructureSchema;
|
|
|
614
629
|
export declare var ExportToCSVOption: StaticStructureSchema;
|
|
615
630
|
export declare var ExportWithHiddenFieldsOption: StaticStructureSchema;
|
|
616
631
|
export declare var FailedKeyRegistrationEntry: StaticStructureSchema;
|
|
632
|
+
export declare var FieldBarSeriesItem: StaticStructureSchema;
|
|
617
633
|
export declare var FieldBasedTooltip: StaticStructureSchema;
|
|
634
|
+
export declare var FieldComboSeriesItem: StaticStructureSchema;
|
|
618
635
|
export declare var FieldFolder: StaticStructureSchema;
|
|
619
636
|
export declare var FieldLabelType: StaticStructureSchema;
|
|
620
637
|
export declare var FieldSeriesItem: StaticStructureSchema;
|
|
@@ -691,6 +708,8 @@ export declare var GenerateEmbedUrlForRegisteredUserResponse: StaticStructureSch
|
|
|
691
708
|
export declare var GenerateEmbedUrlForRegisteredUserWithIdentityRequest: StaticStructureSchema;
|
|
692
709
|
export declare var GenerateEmbedUrlForRegisteredUserWithIdentityResponse: StaticStructureSchema;
|
|
693
710
|
export declare var GenerativeAuthoringConfigurations: StaticStructureSchema;
|
|
711
|
+
export declare var GeocodePreference: StaticStructureSchema;
|
|
712
|
+
export declare var GeocoderHierarchy: StaticStructureSchema;
|
|
694
713
|
export declare var GeospatialCategoricalColor: StaticStructureSchema;
|
|
695
714
|
export declare var GeospatialCategoricalDataColor: StaticStructureSchema;
|
|
696
715
|
export declare var GeospatialCircleRadius: StaticStructureSchema;
|
|
@@ -737,6 +756,8 @@ export declare var GetFlowMetadataInput: StaticStructureSchema;
|
|
|
737
756
|
export declare var GetFlowMetadataOutput: StaticStructureSchema;
|
|
738
757
|
export declare var GetFlowPermissionsInput: StaticStructureSchema;
|
|
739
758
|
export declare var GetFlowPermissionsOutput: StaticStructureSchema;
|
|
759
|
+
export declare var GetIdentityContextRequest: StaticStructureSchema;
|
|
760
|
+
export declare var GetIdentityContextResponse: StaticStructureSchema;
|
|
740
761
|
export declare var GetSessionEmbedUrlRequest: StaticStructureSchema;
|
|
741
762
|
export declare var GetSessionEmbedUrlResponse: StaticStructureSchema;
|
|
742
763
|
export declare var GlobalTableBorderOptions: StaticStructureSchema;
|
|
@@ -807,6 +828,7 @@ export declare var JoinInstruction: StaticStructureSchema;
|
|
|
807
828
|
export declare var JoinKeyProperties: StaticStructureSchema;
|
|
808
829
|
export declare var JoinOperandProperties: StaticStructureSchema;
|
|
809
830
|
export declare var JoinOperation: StaticStructureSchema;
|
|
831
|
+
export declare var KeyPairCredentials: StaticStructureSchema;
|
|
810
832
|
export declare var KPIActualValueConditionalFormatting: StaticStructureSchema;
|
|
811
833
|
export declare var KPIComparisonValueConditionalFormatting: StaticStructureSchema;
|
|
812
834
|
export declare var KPIConditionalFormatting: StaticStructureSchema;
|
|
@@ -1089,6 +1111,7 @@ export declare var RegisteredUserGenerativeQnAEmbeddingConfiguration: StaticStru
|
|
|
1089
1111
|
export declare var RegisteredUserQSearchBarEmbeddingConfiguration: StaticStructureSchema;
|
|
1090
1112
|
export declare var RegisteredUserQuickChatEmbeddingConfiguration: StaticStructureSchema;
|
|
1091
1113
|
export declare var RegisteredUserQuickSightConsoleEmbeddingConfiguration: StaticStructureSchema;
|
|
1114
|
+
export declare var RegisteredUserSnapshotJobResult: StaticStructureSchema;
|
|
1092
1115
|
export declare var RegisterUserRequest: StaticStructureSchema;
|
|
1093
1116
|
export declare var RegisterUserResponse: StaticStructureSchema;
|
|
1094
1117
|
export declare var RelationalTable: StaticStructureSchema;
|
|
@@ -1475,6 +1498,7 @@ export declare var VisualAxisSortOption: StaticStructureSchema;
|
|
|
1475
1498
|
export declare var VisualCustomAction: StaticStructureSchema;
|
|
1476
1499
|
export declare var VisualCustomActionDefaults: StaticStructureSchema;
|
|
1477
1500
|
export declare var VisualCustomActionOperation: StaticStructureSchema;
|
|
1501
|
+
export declare var VisualCustomizationFieldsConfiguration: StaticStructureSchema;
|
|
1478
1502
|
export declare var VisualHighlightOperation: StaticStructureSchema;
|
|
1479
1503
|
export declare var VisualInteractionOptions: StaticStructureSchema;
|
|
1480
1504
|
export declare var VisualMenuOption: StaticStructureSchema;
|
|
@@ -1576,6 +1600,7 @@ export declare var AuthorizedTargetsByServices: StaticListSchema;
|
|
|
1576
1600
|
export declare var AuthorizedTargetsList: number;
|
|
1577
1601
|
export declare var AuthorSpecifiedAggregations: number;
|
|
1578
1602
|
export declare var AxisLabelOptionsList: StaticListSchema;
|
|
1603
|
+
export declare var BarSeriesItemList: StaticListSchema;
|
|
1579
1604
|
export declare var BodySectionConfigurationList: StaticListSchema;
|
|
1580
1605
|
export declare var BodySectionDynamicDimensionSortConfigurationList: StaticListSchema;
|
|
1581
1606
|
export declare var BodySectionRepeatDimensionConfigurationList: StaticListSchema;
|
|
@@ -1604,6 +1629,7 @@ export declare var ColumnSchemaList: StaticListSchema;
|
|
|
1604
1629
|
export declare var ColumnTagList: StaticListSchema;
|
|
1605
1630
|
export declare var ColumnTagNames: number;
|
|
1606
1631
|
export declare var ColumnToUnpivotList: StaticListSchema;
|
|
1632
|
+
export declare var ComboSeriesItemList: StaticListSchema;
|
|
1607
1633
|
export declare var ComputationList: StaticListSchema;
|
|
1608
1634
|
export declare var ContributionAnalysisDefaultList: StaticListSchema;
|
|
1609
1635
|
export declare var ContributionAnalysisFactorsList: StaticListSchema;
|
|
@@ -1637,6 +1663,7 @@ export declare var DataSourceSummaryList: StaticListSchema;
|
|
|
1637
1663
|
export declare var DateTimeDatasetParameterValueList: number;
|
|
1638
1664
|
export declare var DateTimeDefaultValueList: StaticListSchema;
|
|
1639
1665
|
export declare var DateTimeParameterList: StaticListSchema;
|
|
1666
|
+
export declare var DecalSettingsList: StaticListSchema;
|
|
1640
1667
|
export declare var DecimalDatasetParameterValueList: number;
|
|
1641
1668
|
export declare var DecimalDefaultValueList: StaticListSchema;
|
|
1642
1669
|
export declare var DecimalParameterList: StaticListSchema;
|
|
@@ -1671,6 +1698,7 @@ export declare var FreeFromLayoutElementList: StaticListSchema;
|
|
|
1671
1698
|
export declare var FunnelChartDimensionFieldList: StaticListSchema;
|
|
1672
1699
|
export declare var FunnelChartMeasureFieldList: StaticListSchema;
|
|
1673
1700
|
export declare var GaugeChartConditionalFormattingOptionList: StaticListSchema;
|
|
1701
|
+
export declare var GeocodePreferenceList: StaticListSchema;
|
|
1674
1702
|
export declare var GeospatialCategoricalDataColorList: StaticListSchema;
|
|
1675
1703
|
export declare var GeospatialGradientStepColorList: StaticListSchema;
|
|
1676
1704
|
export declare var GeospatialHeatmapDataColorList: StaticListSchema;
|
|
@@ -1741,6 +1769,7 @@ export declare var RadarChartColorFieldList: StaticListSchema;
|
|
|
1741
1769
|
export declare var RadarChartValuesFieldList: StaticListSchema;
|
|
1742
1770
|
export declare var ReferenceLineList: StaticListSchema;
|
|
1743
1771
|
export declare var RefreshSchedules: StaticListSchema;
|
|
1772
|
+
export declare var RegisteredUserSnapshotJobResultList: StaticListSchema;
|
|
1744
1773
|
export declare var RenameColumnOperationList: StaticListSchema;
|
|
1745
1774
|
export declare var ResourcePermissionList: StaticListSchema;
|
|
1746
1775
|
export declare var RowAlternateColorList: number;
|
|
@@ -1834,6 +1863,7 @@ export declare var UpdateResourcePermissionList: StaticListSchema;
|
|
|
1834
1863
|
export declare var UserList: StaticListSchema;
|
|
1835
1864
|
export declare var VisualCustomActionList: StaticListSchema;
|
|
1836
1865
|
export declare var VisualCustomActionOperationList: StaticListSchema;
|
|
1866
|
+
export declare var VisualCustomizationAdditionalFieldsList: StaticListSchema;
|
|
1837
1867
|
export declare var VisualList: StaticListSchema;
|
|
1838
1868
|
export declare var VPCConnectionSummaryList: StaticListSchema;
|
|
1839
1869
|
export declare var WordCloudDimensionFieldList: StaticListSchema;
|
|
@@ -1857,12 +1887,14 @@ export declare var AuthenticationMetadata: StaticStructureSchema;
|
|
|
1857
1887
|
export declare var AuthorizationCodeGrantCredentialsDetails: StaticStructureSchema;
|
|
1858
1888
|
export declare var ClientCredentialsDetails: StaticStructureSchema;
|
|
1859
1889
|
export declare var DataSourceParameters: StaticStructureSchema;
|
|
1890
|
+
export declare var GeocodePreferenceValue: StaticStructureSchema;
|
|
1860
1891
|
export declare var ImageSource: StaticStructureSchema;
|
|
1861
1892
|
export declare var PhysicalTable: StaticStructureSchema;
|
|
1862
1893
|
export declare var ReadAuthenticationMetadata: StaticStructureSchema;
|
|
1863
1894
|
export declare var ReadAuthorizationCodeGrantCredentialsDetails: StaticStructureSchema;
|
|
1864
1895
|
export declare var ReadClientCredentialsDetails: StaticStructureSchema;
|
|
1865
1896
|
export declare var TransformOperation: StaticStructureSchema;
|
|
1897
|
+
export declare var UserIdentifier: StaticStructureSchema;
|
|
1866
1898
|
export declare var BatchCreateTopicReviewedAnswer: StaticOperationSchema;
|
|
1867
1899
|
export declare var BatchDeleteTopicReviewedAnswer: StaticOperationSchema;
|
|
1868
1900
|
export declare var CancelIngestion: StaticOperationSchema;
|
|
@@ -1984,6 +2016,7 @@ export declare var GenerateEmbedUrlForRegisteredUserWithIdentity: StaticOperatio
|
|
|
1984
2016
|
export declare var GetDashboardEmbedUrl: StaticOperationSchema;
|
|
1985
2017
|
export declare var GetFlowMetadata: StaticOperationSchema;
|
|
1986
2018
|
export declare var GetFlowPermissions: StaticOperationSchema;
|
|
2019
|
+
export declare var GetIdentityContext: StaticOperationSchema;
|
|
1987
2020
|
export declare var GetSessionEmbedUrl: StaticOperationSchema;
|
|
1988
2021
|
export declare var ListActionConnectors: StaticOperationSchema;
|
|
1989
2022
|
export declare var ListAnalyses: StaticOperationSchema;
|
|
@@ -483,6 +483,10 @@ import {
|
|
|
483
483
|
GetFlowPermissionsCommandInput,
|
|
484
484
|
GetFlowPermissionsCommandOutput,
|
|
485
485
|
} from "./commands/GetFlowPermissionsCommand";
|
|
486
|
+
import {
|
|
487
|
+
GetIdentityContextCommandInput,
|
|
488
|
+
GetIdentityContextCommandOutput,
|
|
489
|
+
} from "./commands/GetIdentityContextCommand";
|
|
486
490
|
import {
|
|
487
491
|
GetSessionEmbedUrlCommandInput,
|
|
488
492
|
GetSessionEmbedUrlCommandOutput,
|
|
@@ -2534,6 +2538,19 @@ export interface QuickSight {
|
|
|
2534
2538
|
options: __HttpHandlerOptions,
|
|
2535
2539
|
cb: (err: any, data?: GetFlowPermissionsCommandOutput) => void
|
|
2536
2540
|
): void;
|
|
2541
|
+
getIdentityContext(
|
|
2542
|
+
args: GetIdentityContextCommandInput,
|
|
2543
|
+
options?: __HttpHandlerOptions
|
|
2544
|
+
): Promise<GetIdentityContextCommandOutput>;
|
|
2545
|
+
getIdentityContext(
|
|
2546
|
+
args: GetIdentityContextCommandInput,
|
|
2547
|
+
cb: (err: any, data?: GetIdentityContextCommandOutput) => void
|
|
2548
|
+
): void;
|
|
2549
|
+
getIdentityContext(
|
|
2550
|
+
args: GetIdentityContextCommandInput,
|
|
2551
|
+
options: __HttpHandlerOptions,
|
|
2552
|
+
cb: (err: any, data?: GetIdentityContextCommandOutput) => void
|
|
2553
|
+
): void;
|
|
2537
2554
|
getSessionEmbedUrl(
|
|
2538
2555
|
args: GetSessionEmbedUrlCommandInput,
|
|
2539
2556
|
options?: __HttpHandlerOptions
|
|
@@ -532,6 +532,10 @@ import {
|
|
|
532
532
|
GetFlowPermissionsCommandInput,
|
|
533
533
|
GetFlowPermissionsCommandOutput,
|
|
534
534
|
} from "./commands/GetFlowPermissionsCommand";
|
|
535
|
+
import {
|
|
536
|
+
GetIdentityContextCommandInput,
|
|
537
|
+
GetIdentityContextCommandOutput,
|
|
538
|
+
} from "./commands/GetIdentityContextCommand";
|
|
535
539
|
import {
|
|
536
540
|
GetSessionEmbedUrlCommandInput,
|
|
537
541
|
GetSessionEmbedUrlCommandOutput,
|
|
@@ -1077,6 +1081,7 @@ export type ServiceInputTypes =
|
|
|
1077
1081
|
| GetDashboardEmbedUrlCommandInput
|
|
1078
1082
|
| GetFlowMetadataCommandInput
|
|
1079
1083
|
| GetFlowPermissionsCommandInput
|
|
1084
|
+
| GetIdentityContextCommandInput
|
|
1080
1085
|
| GetSessionEmbedUrlCommandInput
|
|
1081
1086
|
| ListActionConnectorsCommandInput
|
|
1082
1087
|
| ListAnalysesCommandInput
|
|
@@ -1303,6 +1308,7 @@ export type ServiceOutputTypes =
|
|
|
1303
1308
|
| GetDashboardEmbedUrlCommandOutput
|
|
1304
1309
|
| GetFlowMetadataCommandOutput
|
|
1305
1310
|
| GetFlowPermissionsCommandOutput
|
|
1311
|
+
| GetIdentityContextCommandOutput
|
|
1306
1312
|
| GetSessionEmbedUrlCommandOutput
|
|
1307
1313
|
| ListActionConnectorsCommandOutput
|
|
1308
1314
|
| ListAnalysesCommandOutput
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeThemePermissionsRequest,
|
|
5
5
|
DescribeThemePermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTopicPermissionsRequest,
|
|
5
5
|
DescribeTopicPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTopicRefreshRequest,
|
|
5
5
|
DescribeTopicRefreshResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeTopicRefreshScheduleRequest,
|
|
5
5
|
DescribeTopicRefreshScheduleResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeUserRequest, DescribeUserResponse } from "../models/
|
|
3
|
+
import { DescribeUserRequest, DescribeUserResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetIdentityContextRequest,
|
|
5
|
+
GetIdentityContextResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
QuickSightClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../QuickSightClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetIdentityContextCommandInput
|
|
15
|
+
extends GetIdentityContextRequest {}
|
|
16
|
+
export interface GetIdentityContextCommandOutput
|
|
17
|
+
extends GetIdentityContextResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetIdentityContextCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetIdentityContextCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
GetIdentityContextCommandInput,
|
|
24
|
+
GetIdentityContextCommandOutput,
|
|
25
|
+
QuickSightClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetIdentityContextCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
GetIdentityContextCommandInput,
|
|
33
|
+
GetIdentityContextCommandOutput,
|
|
34
|
+
QuickSightClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class GetIdentityContextCommand extends GetIdentityContextCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetIdentityContextRequest;
|
|
44
|
+
output: GetIdentityContextResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetIdentityContextCommandInput;
|
|
48
|
+
output: GetIdentityContextCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -119,6 +119,7 @@ export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
|
119
119
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
120
120
|
export * from "./GetFlowMetadataCommand";
|
|
121
121
|
export * from "./GetFlowPermissionsCommand";
|
|
122
|
+
export * from "./GetIdentityContextCommand";
|
|
122
123
|
export * from "./GetSessionEmbedUrlCommand";
|
|
123
124
|
export * from "./ListActionConnectorsCommand";
|
|
124
125
|
export * from "./ListAnalysesCommand";
|
|
@@ -278,6 +278,38 @@ export declare const SpecialValue: {
|
|
|
278
278
|
readonly OTHER: "OTHER";
|
|
279
279
|
};
|
|
280
280
|
export type SpecialValue = (typeof SpecialValue)[keyof typeof SpecialValue];
|
|
281
|
+
export declare const DecalPatternType: {
|
|
282
|
+
readonly CHECKERBOARD_LARGE: "CHECKERBOARD_LARGE";
|
|
283
|
+
readonly CHECKERBOARD_MEDIUM: "CHECKERBOARD_MEDIUM";
|
|
284
|
+
readonly CHECKERBOARD_SMALL: "CHECKERBOARD_SMALL";
|
|
285
|
+
readonly CIRCLE_LARGE: "CIRCLE_LARGE";
|
|
286
|
+
readonly CIRCLE_MEDIUM: "CIRCLE_MEDIUM";
|
|
287
|
+
readonly CIRCLE_SMALL: "CIRCLE_SMALL";
|
|
288
|
+
readonly DIAGONAL_LARGE: "DIAGONAL_LARGE";
|
|
289
|
+
readonly DIAGONAL_MEDIUM: "DIAGONAL_MEDIUM";
|
|
290
|
+
readonly DIAGONAL_OPPOSITE_LARGE: "DIAGONAL_OPPOSITE_LARGE";
|
|
291
|
+
readonly DIAGONAL_OPPOSITE_MEDIUM: "DIAGONAL_OPPOSITE_MEDIUM";
|
|
292
|
+
readonly DIAGONAL_OPPOSITE_SMALL: "DIAGONAL_OPPOSITE_SMALL";
|
|
293
|
+
readonly DIAGONAL_SMALL: "DIAGONAL_SMALL";
|
|
294
|
+
readonly DIAMOND_GRID_LARGE: "DIAMOND_GRID_LARGE";
|
|
295
|
+
readonly DIAMOND_GRID_MEDIUM: "DIAMOND_GRID_MEDIUM";
|
|
296
|
+
readonly DIAMOND_GRID_SMALL: "DIAMOND_GRID_SMALL";
|
|
297
|
+
readonly DIAMOND_LARGE: "DIAMOND_LARGE";
|
|
298
|
+
readonly DIAMOND_MEDIUM: "DIAMOND_MEDIUM";
|
|
299
|
+
readonly DIAMOND_SMALL: "DIAMOND_SMALL";
|
|
300
|
+
readonly SOLID: "SOLID";
|
|
301
|
+
readonly TRIANGLE_LARGE: "TRIANGLE_LARGE";
|
|
302
|
+
readonly TRIANGLE_MEDIUM: "TRIANGLE_MEDIUM";
|
|
303
|
+
readonly TRIANGLE_SMALL: "TRIANGLE_SMALL";
|
|
304
|
+
};
|
|
305
|
+
export type DecalPatternType =
|
|
306
|
+
(typeof DecalPatternType)[keyof typeof DecalPatternType];
|
|
307
|
+
export declare const DecalStyleType: {
|
|
308
|
+
readonly Auto: "Auto";
|
|
309
|
+
readonly Manual: "Manual";
|
|
310
|
+
};
|
|
311
|
+
export type DecalStyleType =
|
|
312
|
+
(typeof DecalStyleType)[keyof typeof DecalStyleType];
|
|
281
313
|
export declare const NegativeValueDisplayMode: {
|
|
282
314
|
readonly NEGATIVE: "NEGATIVE";
|
|
283
315
|
readonly POSITIVE: "POSITIVE";
|
|
@@ -638,6 +670,29 @@ export declare const BoxPlotFillStyle: {
|
|
|
638
670
|
};
|
|
639
671
|
export type BoxPlotFillStyle =
|
|
640
672
|
(typeof BoxPlotFillStyle)[keyof typeof BoxPlotFillStyle];
|
|
673
|
+
export declare const LineInterpolation: {
|
|
674
|
+
readonly LINEAR: "LINEAR";
|
|
675
|
+
readonly SMOOTH: "SMOOTH";
|
|
676
|
+
readonly STEPPED: "STEPPED";
|
|
677
|
+
};
|
|
678
|
+
export type LineInterpolation =
|
|
679
|
+
(typeof LineInterpolation)[keyof typeof LineInterpolation];
|
|
680
|
+
export declare const LineChartLineStyle: {
|
|
681
|
+
readonly DASHED: "DASHED";
|
|
682
|
+
readonly DOTTED: "DOTTED";
|
|
683
|
+
readonly SOLID: "SOLID";
|
|
684
|
+
};
|
|
685
|
+
export type LineChartLineStyle =
|
|
686
|
+
(typeof LineChartLineStyle)[keyof typeof LineChartLineStyle];
|
|
687
|
+
export declare const LineChartMarkerShape: {
|
|
688
|
+
readonly CIRCLE: "CIRCLE";
|
|
689
|
+
readonly DIAMOND: "DIAMOND";
|
|
690
|
+
readonly ROUNDED_SQUARE: "ROUNDED_SQUARE";
|
|
691
|
+
readonly SQUARE: "SQUARE";
|
|
692
|
+
readonly TRIANGLE: "TRIANGLE";
|
|
693
|
+
};
|
|
694
|
+
export type LineChartMarkerShape =
|
|
695
|
+
(typeof LineChartMarkerShape)[keyof typeof LineChartMarkerShape];
|
|
641
696
|
export declare const SingleYAxisOption: {
|
|
642
697
|
readonly PRIMARY_Y_AXIS: "PRIMARY_Y_AXIS";
|
|
643
698
|
};
|
|
@@ -828,29 +883,6 @@ export declare const GeospatialMapNavigation: {
|
|
|
828
883
|
};
|
|
829
884
|
export type GeospatialMapNavigation =
|
|
830
885
|
(typeof GeospatialMapNavigation)[keyof typeof GeospatialMapNavigation];
|
|
831
|
-
export declare const LineInterpolation: {
|
|
832
|
-
readonly LINEAR: "LINEAR";
|
|
833
|
-
readonly SMOOTH: "SMOOTH";
|
|
834
|
-
readonly STEPPED: "STEPPED";
|
|
835
|
-
};
|
|
836
|
-
export type LineInterpolation =
|
|
837
|
-
(typeof LineInterpolation)[keyof typeof LineInterpolation];
|
|
838
|
-
export declare const LineChartLineStyle: {
|
|
839
|
-
readonly DASHED: "DASHED";
|
|
840
|
-
readonly DOTTED: "DOTTED";
|
|
841
|
-
readonly SOLID: "SOLID";
|
|
842
|
-
};
|
|
843
|
-
export type LineChartLineStyle =
|
|
844
|
-
(typeof LineChartLineStyle)[keyof typeof LineChartLineStyle];
|
|
845
|
-
export declare const LineChartMarkerShape: {
|
|
846
|
-
readonly CIRCLE: "CIRCLE";
|
|
847
|
-
readonly DIAMOND: "DIAMOND";
|
|
848
|
-
readonly ROUNDED_SQUARE: "ROUNDED_SQUARE";
|
|
849
|
-
readonly SQUARE: "SQUARE";
|
|
850
|
-
readonly TRIANGLE: "TRIANGLE";
|
|
851
|
-
};
|
|
852
|
-
export type LineChartMarkerShape =
|
|
853
|
-
(typeof LineChartMarkerShape)[keyof typeof LineChartMarkerShape];
|
|
854
886
|
export declare const MissingDataTreatmentOption: {
|
|
855
887
|
readonly INTERPOLATE: "INTERPOLATE";
|
|
856
888
|
readonly SHOW_AS_BLANK: "SHOW_AS_BLANK";
|
|
@@ -871,6 +903,12 @@ export declare const ArcThickness: {
|
|
|
871
903
|
readonly WHOLE: "WHOLE";
|
|
872
904
|
};
|
|
873
905
|
export type ArcThickness = (typeof ArcThickness)[keyof typeof ArcThickness];
|
|
906
|
+
export declare const DashboardCustomizationStatus: {
|
|
907
|
+
readonly DISABLED: "DISABLED";
|
|
908
|
+
readonly ENABLED: "ENABLED";
|
|
909
|
+
};
|
|
910
|
+
export type DashboardCustomizationStatus =
|
|
911
|
+
(typeof DashboardCustomizationStatus)[keyof typeof DashboardCustomizationStatus];
|
|
874
912
|
export declare const PivotTableFieldCollapseState: {
|
|
875
913
|
readonly COLLAPSED: "COLLAPSED";
|
|
876
914
|
readonly EXPANDED: "EXPANDED";
|
|
@@ -24,6 +24,8 @@ import {
|
|
|
24
24
|
DataPrepSimpleAggregationFunctionType,
|
|
25
25
|
DateAggregationFunction,
|
|
26
26
|
DayOfTheWeek,
|
|
27
|
+
DecalPatternType,
|
|
28
|
+
DecalStyleType,
|
|
27
29
|
DigitGroupingStyle,
|
|
28
30
|
Edition,
|
|
29
31
|
FilterNullOption,
|
|
@@ -578,6 +580,16 @@ export interface CustomColor {
|
|
|
578
580
|
export interface ColorsConfiguration {
|
|
579
581
|
CustomColors?: CustomColor[] | undefined;
|
|
580
582
|
}
|
|
583
|
+
export interface DecalSettings {
|
|
584
|
+
ElementValue?: string | undefined;
|
|
585
|
+
DecalVisibility?: Visibility | undefined;
|
|
586
|
+
DecalColor?: string | undefined;
|
|
587
|
+
DecalPatternType?: DecalPatternType | undefined;
|
|
588
|
+
DecalStyleType?: DecalStyleType | undefined;
|
|
589
|
+
}
|
|
590
|
+
export interface DecalSettingsConfiguration {
|
|
591
|
+
CustomDecalSettings?: DecalSettings[] | undefined;
|
|
592
|
+
}
|
|
581
593
|
export interface NullValueFormatConfiguration {
|
|
582
594
|
NullString: string | undefined;
|
|
583
595
|
}
|
|
@@ -656,6 +668,7 @@ export interface ColumnConfiguration {
|
|
|
656
668
|
FormatConfiguration?: FormatConfiguration | undefined;
|
|
657
669
|
Role?: ColumnRole | undefined;
|
|
658
670
|
ColorsConfiguration?: ColorsConfiguration | undefined;
|
|
671
|
+
DecalSettingsConfiguration?: DecalSettingsConfiguration | undefined;
|
|
659
672
|
}
|
|
660
673
|
export interface DataSetIdentifierDeclaration {
|
|
661
674
|
Identifier: string | undefined;
|
|
@@ -1499,6 +1512,15 @@ export interface DataLabelOptions {
|
|
|
1499
1512
|
Overlap?: DataLabelOverlap | undefined;
|
|
1500
1513
|
TotalsVisibility?: Visibility | undefined;
|
|
1501
1514
|
}
|
|
1515
|
+
export interface BorderSettings {
|
|
1516
|
+
BorderVisibility?: Visibility | undefined;
|
|
1517
|
+
BorderWidth?: string | undefined;
|
|
1518
|
+
BorderColor?: string | undefined;
|
|
1519
|
+
}
|
|
1520
|
+
export interface BarChartDefaultSeriesSettings {
|
|
1521
|
+
DecalSettings?: DecalSettings | undefined;
|
|
1522
|
+
BorderSettings?: BorderSettings | undefined;
|
|
1523
|
+
}
|
|
1502
1524
|
export interface CategoricalDimensionField {
|
|
1503
1525
|
FieldId: string | undefined;
|
|
1504
1526
|
Column: ColumnIdentifier | undefined;
|
|
@@ -1617,6 +1639,23 @@ export interface ReferenceLine {
|
|
|
1617
1639
|
StyleConfiguration?: ReferenceLineStyleConfiguration | undefined;
|
|
1618
1640
|
LabelConfiguration?: ReferenceLineLabelConfiguration | undefined;
|
|
1619
1641
|
}
|
|
1642
|
+
export interface BarChartSeriesSettings {
|
|
1643
|
+
DecalSettings?: DecalSettings | undefined;
|
|
1644
|
+
BorderSettings?: BorderSettings | undefined;
|
|
1645
|
+
}
|
|
1646
|
+
export interface DataFieldBarSeriesItem {
|
|
1647
|
+
FieldId: string | undefined;
|
|
1648
|
+
FieldValue?: string | undefined;
|
|
1649
|
+
Settings?: BarChartSeriesSettings | undefined;
|
|
1650
|
+
}
|
|
1651
|
+
export interface FieldBarSeriesItem {
|
|
1652
|
+
FieldId: string | undefined;
|
|
1653
|
+
Settings?: BarChartSeriesSettings | undefined;
|
|
1654
|
+
}
|
|
1655
|
+
export interface BarSeriesItem {
|
|
1656
|
+
FieldBarSeriesItem?: FieldBarSeriesItem | undefined;
|
|
1657
|
+
DataFieldBarSeriesItem?: DataFieldBarSeriesItem | undefined;
|
|
1658
|
+
}
|
|
1620
1659
|
export interface PanelTitleOptions {
|
|
1621
1660
|
Visibility?: Visibility | undefined;
|
|
1622
1661
|
FontConfiguration?: FontConfiguration | undefined;
|
|
@@ -1720,6 +1759,8 @@ export interface BarChartConfiguration {
|
|
|
1720
1759
|
ValueAxis?: AxisDisplayOptions | undefined;
|
|
1721
1760
|
ValueLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
1722
1761
|
ColorLabelOptions?: ChartAxisLabelOptions | undefined;
|
|
1762
|
+
DefaultSeriesSettings?: BarChartDefaultSeriesSettings | undefined;
|
|
1763
|
+
Series?: BarSeriesItem[] | undefined;
|
|
1723
1764
|
Legend?: LegendOptions | undefined;
|
|
1724
1765
|
DataLabels?: DataLabelOptions | undefined;
|
|
1725
1766
|
Tooltip?: TooltipOptions | undefined;
|
|
@@ -1731,41 +1772,3 @@ export interface CategoryDrillDownFilter {
|
|
|
1731
1772
|
Column: ColumnIdentifier | undefined;
|
|
1732
1773
|
CategoryValues: string[] | undefined;
|
|
1733
1774
|
}
|
|
1734
|
-
export interface NumericEqualityDrillDownFilter {
|
|
1735
|
-
Column: ColumnIdentifier | undefined;
|
|
1736
|
-
Value: number | undefined;
|
|
1737
|
-
}
|
|
1738
|
-
export interface TimeRangeDrillDownFilter {
|
|
1739
|
-
Column: ColumnIdentifier | undefined;
|
|
1740
|
-
RangeMinimum: Date | undefined;
|
|
1741
|
-
RangeMaximum: Date | undefined;
|
|
1742
|
-
TimeGranularity: TimeGranularity | undefined;
|
|
1743
|
-
}
|
|
1744
|
-
export interface DrillDownFilter {
|
|
1745
|
-
NumericEqualityFilter?: NumericEqualityDrillDownFilter | undefined;
|
|
1746
|
-
CategoryFilter?: CategoryDrillDownFilter | undefined;
|
|
1747
|
-
TimeRangeFilter?: TimeRangeDrillDownFilter | undefined;
|
|
1748
|
-
}
|
|
1749
|
-
export interface DateTimeHierarchy {
|
|
1750
|
-
HierarchyId: string | undefined;
|
|
1751
|
-
DrillDownFilters?: DrillDownFilter[] | undefined;
|
|
1752
|
-
}
|
|
1753
|
-
export interface ExplicitHierarchy {
|
|
1754
|
-
HierarchyId: string | undefined;
|
|
1755
|
-
Columns: ColumnIdentifier[] | undefined;
|
|
1756
|
-
DrillDownFilters?: DrillDownFilter[] | undefined;
|
|
1757
|
-
}
|
|
1758
|
-
export interface PredefinedHierarchy {
|
|
1759
|
-
HierarchyId: string | undefined;
|
|
1760
|
-
Columns: ColumnIdentifier[] | undefined;
|
|
1761
|
-
DrillDownFilters?: DrillDownFilter[] | undefined;
|
|
1762
|
-
}
|
|
1763
|
-
export interface ColumnHierarchy {
|
|
1764
|
-
ExplicitHierarchy?: ExplicitHierarchy | undefined;
|
|
1765
|
-
DateTimeHierarchy?: DateTimeHierarchy | undefined;
|
|
1766
|
-
PredefinedHierarchy?: PredefinedHierarchy | undefined;
|
|
1767
|
-
}
|
|
1768
|
-
export interface LongFormatText {
|
|
1769
|
-
PlainText?: string | undefined;
|
|
1770
|
-
RichText?: string | undefined;
|
|
1771
|
-
}
|