@aws-sdk/client-quicksight 3.777.0 → 3.782.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/dist-cjs/index.js +191 -164
- package/dist-es/commands/DescribeAnalysisCommand.js +1 -1
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -29
- package/dist-es/models/models_1.js +30 -30
- package/dist-es/models/models_2.js +43 -51
- package/dist-es/models/models_3.js +55 -6
- package/dist-es/models/models_4.js +0 -10
- package/dist-es/models/models_5.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +11 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateNamespaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +11 -0
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +14 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +11 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +37 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +37 -0
- package/dist-types/commands/ListDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -0
- package/dist-types/commands/PredictQAResultsCommand.d.ts +2 -0
- package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +5 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +1 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +1 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +17 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +12 -1
- package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +14 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +103 -149
- package/dist-types/models/models_1.d.ts +144 -154
- package/dist-types/models/models_2.d.ts +315 -320
- package/dist-types/models/models_3.d.ts +373 -373
- package/dist-types/models/models_4.d.ts +390 -438
- package/dist-types/models/models_5.d.ts +429 -4
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +29 -44
- package/dist-types/ts3.4/models/models_1.d.ts +46 -57
- package/dist-types/ts3.4/models/models_2.d.ts +104 -109
- package/dist-types/ts3.4/models/models_3.d.ts +117 -102
- package/dist-types/ts3.4/models/models_4.d.ts +89 -106
- package/dist-types/ts3.4/models/models_5.d.ts +111 -3
- package/package.json +5 -5
|
@@ -590,6 +590,87 @@ export interface AmazonOpenSearchParameters {
|
|
|
590
590
|
*/
|
|
591
591
|
Domain: string | undefined;
|
|
592
592
|
}
|
|
593
|
+
/**
|
|
594
|
+
* <p>The generative Q&A settings of an embedded Amazon QuickSight console.</p>
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
export interface DataQnAConfigurations {
|
|
598
|
+
/**
|
|
599
|
+
* <p>The generative Q&A settings of an embedded Amazon QuickSight console.</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
Enabled: boolean | undefined;
|
|
603
|
+
}
|
|
604
|
+
/**
|
|
605
|
+
* <p>The data story settings of an embedded Amazon QuickSight console.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
export interface DataStoriesConfigurations {
|
|
609
|
+
/**
|
|
610
|
+
* <p>The data story settings of an embedded Amazon QuickSight console.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
Enabled: boolean | undefined;
|
|
614
|
+
}
|
|
615
|
+
/**
|
|
616
|
+
* <p>The executive summary settings of an embedded Amazon QuickSight console or dashboard.</p>
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
export interface ExecutiveSummaryConfigurations {
|
|
620
|
+
/**
|
|
621
|
+
* <p>The executive summary settings of an embedded Amazon QuickSight console or dashboard.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
Enabled: boolean | undefined;
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* <p>The generative BI authoring settings of an embedded Amazon QuickSight console.</p>
|
|
628
|
+
* @public
|
|
629
|
+
*/
|
|
630
|
+
export interface GenerativeAuthoringConfigurations {
|
|
631
|
+
/**
|
|
632
|
+
* <p>The generative BI authoring settings of an embedded Amazon QuickSight console.</p>
|
|
633
|
+
* @public
|
|
634
|
+
*/
|
|
635
|
+
Enabled: boolean | undefined;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* <p>A collection of Amazon Q feature configurations in an embedded Amazon QuickSight console.</p>
|
|
639
|
+
* @public
|
|
640
|
+
*/
|
|
641
|
+
export interface AmazonQInQuickSightConsoleConfigurations {
|
|
642
|
+
/**
|
|
643
|
+
* <p>Adds generative Q&A capabilitiees to an embedded Amazon QuickSight console.</p>
|
|
644
|
+
* @public
|
|
645
|
+
*/
|
|
646
|
+
DataQnA?: DataQnAConfigurations | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* <p>Adds the generative BI authoring experience to an embedded Amazon QuickSight console.</p>
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
GenerativeAuthoring?: GenerativeAuthoringConfigurations | undefined;
|
|
652
|
+
/**
|
|
653
|
+
* <p>Adds the executive summaries feature to an embedded Amazon QuickSight console.</p>
|
|
654
|
+
* @public
|
|
655
|
+
*/
|
|
656
|
+
ExecutiveSummary?: ExecutiveSummaryConfigurations | undefined;
|
|
657
|
+
/**
|
|
658
|
+
* <p>Adds the data stories feature to an embedded Amazon QuickSight console.</p>
|
|
659
|
+
* @public
|
|
660
|
+
*/
|
|
661
|
+
DataStories?: DataStoriesConfigurations | undefined;
|
|
662
|
+
}
|
|
663
|
+
/**
|
|
664
|
+
* <p>A collection of Amazon Q feature configurations in an embedded Amazon QuickSight dashboard.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
export interface AmazonQInQuickSightDashboardConfigurations {
|
|
668
|
+
/**
|
|
669
|
+
* <p>A generated executive summary of an embedded Amazon QuickSight dashboard.</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
ExecutiveSummary?: ExecutiveSummaryConfigurations | undefined;
|
|
673
|
+
}
|
|
593
674
|
/**
|
|
594
675
|
* @public
|
|
595
676
|
* @enum
|
|
@@ -3599,6 +3680,18 @@ export interface FilterGroup {
|
|
|
3599
3680
|
*/
|
|
3600
3681
|
CrossDataset: CrossDatasetTypes | undefined;
|
|
3601
3682
|
}
|
|
3683
|
+
/**
|
|
3684
|
+
* @public
|
|
3685
|
+
* @enum
|
|
3686
|
+
*/
|
|
3687
|
+
export declare const QBusinessInsightsStatus: {
|
|
3688
|
+
readonly DISABLED: "DISABLED";
|
|
3689
|
+
readonly ENABLED: "ENABLED";
|
|
3690
|
+
};
|
|
3691
|
+
/**
|
|
3692
|
+
* @public
|
|
3693
|
+
*/
|
|
3694
|
+
export type QBusinessInsightsStatus = (typeof QBusinessInsightsStatus)[keyof typeof QBusinessInsightsStatus];
|
|
3602
3695
|
/**
|
|
3603
3696
|
* @public
|
|
3604
3697
|
* @enum
|
|
@@ -3631,6 +3724,16 @@ export interface AssetOptions {
|
|
|
3631
3724
|
* @public
|
|
3632
3725
|
*/
|
|
3633
3726
|
WeekStart?: DayOfTheWeek | undefined;
|
|
3727
|
+
/**
|
|
3728
|
+
* <p>Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.</p>
|
|
3729
|
+
* @public
|
|
3730
|
+
*/
|
|
3731
|
+
QBusinessInsightsStatus?: QBusinessInsightsStatus | undefined;
|
|
3732
|
+
/**
|
|
3733
|
+
* <p>A list of dataset ARNS to exclude from Dashboard Q&A.</p>
|
|
3734
|
+
* @public
|
|
3735
|
+
*/
|
|
3736
|
+
ExcludedDataSetArns?: string[] | undefined;
|
|
3634
3737
|
}
|
|
3635
3738
|
/**
|
|
3636
3739
|
* <p>Defines different defaults to the users or groups based on mapping.</p>
|
|
@@ -6452,143 +6555,6 @@ export interface ReferenceLineDynamicDataConfiguration {
|
|
|
6452
6555
|
*/
|
|
6453
6556
|
Calculation: NumericalAggregationFunction | undefined;
|
|
6454
6557
|
}
|
|
6455
|
-
/**
|
|
6456
|
-
* @public
|
|
6457
|
-
* @enum
|
|
6458
|
-
*/
|
|
6459
|
-
export declare const ReferenceLineSeriesType: {
|
|
6460
|
-
readonly BAR: "BAR";
|
|
6461
|
-
readonly LINE: "LINE";
|
|
6462
|
-
};
|
|
6463
|
-
/**
|
|
6464
|
-
* @public
|
|
6465
|
-
*/
|
|
6466
|
-
export type ReferenceLineSeriesType = (typeof ReferenceLineSeriesType)[keyof typeof ReferenceLineSeriesType];
|
|
6467
|
-
/**
|
|
6468
|
-
* <p>The static data configuration of the reference line data configuration.</p>
|
|
6469
|
-
* @public
|
|
6470
|
-
*/
|
|
6471
|
-
export interface ReferenceLineStaticDataConfiguration {
|
|
6472
|
-
/**
|
|
6473
|
-
* <p>The double input of the static data.</p>
|
|
6474
|
-
* @public
|
|
6475
|
-
*/
|
|
6476
|
-
Value: number | undefined;
|
|
6477
|
-
}
|
|
6478
|
-
/**
|
|
6479
|
-
* <p>The data configuration of the reference line.</p>
|
|
6480
|
-
* @public
|
|
6481
|
-
*/
|
|
6482
|
-
export interface ReferenceLineDataConfiguration {
|
|
6483
|
-
/**
|
|
6484
|
-
* <p>The static data configuration of the reference line data configuration.</p>
|
|
6485
|
-
* @public
|
|
6486
|
-
*/
|
|
6487
|
-
StaticConfiguration?: ReferenceLineStaticDataConfiguration | undefined;
|
|
6488
|
-
/**
|
|
6489
|
-
* <p>The dynamic configuration of the reference line data configuration.</p>
|
|
6490
|
-
* @public
|
|
6491
|
-
*/
|
|
6492
|
-
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | undefined;
|
|
6493
|
-
/**
|
|
6494
|
-
* <p>The axis binding type of the reference line. Choose one of the following options:</p>
|
|
6495
|
-
* <ul>
|
|
6496
|
-
* <li>
|
|
6497
|
-
* <p>
|
|
6498
|
-
* <code>PrimaryY</code>
|
|
6499
|
-
* </p>
|
|
6500
|
-
* </li>
|
|
6501
|
-
* <li>
|
|
6502
|
-
* <p>
|
|
6503
|
-
* <code>SecondaryY</code>
|
|
6504
|
-
* </p>
|
|
6505
|
-
* </li>
|
|
6506
|
-
* </ul>
|
|
6507
|
-
* @public
|
|
6508
|
-
*/
|
|
6509
|
-
AxisBinding?: AxisBinding | undefined;
|
|
6510
|
-
/**
|
|
6511
|
-
* <p>The series type of the reference line data configuration. Choose one of the following options:</p>
|
|
6512
|
-
* <ul>
|
|
6513
|
-
* <li>
|
|
6514
|
-
* <p>
|
|
6515
|
-
* <code>BAR</code>
|
|
6516
|
-
* </p>
|
|
6517
|
-
* </li>
|
|
6518
|
-
* <li>
|
|
6519
|
-
* <p>
|
|
6520
|
-
* <code>LINE</code>
|
|
6521
|
-
* </p>
|
|
6522
|
-
* </li>
|
|
6523
|
-
* </ul>
|
|
6524
|
-
* @public
|
|
6525
|
-
*/
|
|
6526
|
-
SeriesType?: ReferenceLineSeriesType | undefined;
|
|
6527
|
-
}
|
|
6528
|
-
/**
|
|
6529
|
-
* <p>The configuration for a custom label on a <code>ReferenceLine</code>.</p>
|
|
6530
|
-
* @public
|
|
6531
|
-
*/
|
|
6532
|
-
export interface ReferenceLineCustomLabelConfiguration {
|
|
6533
|
-
/**
|
|
6534
|
-
* <p>The string text of the custom label.</p>
|
|
6535
|
-
* @public
|
|
6536
|
-
*/
|
|
6537
|
-
CustomLabel: string | undefined;
|
|
6538
|
-
}
|
|
6539
|
-
/**
|
|
6540
|
-
* @public
|
|
6541
|
-
* @enum
|
|
6542
|
-
*/
|
|
6543
|
-
export declare const ReferenceLineLabelHorizontalPosition: {
|
|
6544
|
-
readonly CENTER: "CENTER";
|
|
6545
|
-
readonly LEFT: "LEFT";
|
|
6546
|
-
readonly RIGHT: "RIGHT";
|
|
6547
|
-
};
|
|
6548
|
-
/**
|
|
6549
|
-
* @public
|
|
6550
|
-
*/
|
|
6551
|
-
export type ReferenceLineLabelHorizontalPosition = (typeof ReferenceLineLabelHorizontalPosition)[keyof typeof ReferenceLineLabelHorizontalPosition];
|
|
6552
|
-
/**
|
|
6553
|
-
* @public
|
|
6554
|
-
* @enum
|
|
6555
|
-
*/
|
|
6556
|
-
export declare const ReferenceLineValueLabelRelativePosition: {
|
|
6557
|
-
readonly AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL";
|
|
6558
|
-
readonly BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL";
|
|
6559
|
-
};
|
|
6560
|
-
/**
|
|
6561
|
-
* @public
|
|
6562
|
-
*/
|
|
6563
|
-
export type ReferenceLineValueLabelRelativePosition = (typeof ReferenceLineValueLabelRelativePosition)[keyof typeof ReferenceLineValueLabelRelativePosition];
|
|
6564
|
-
/**
|
|
6565
|
-
* <p>The value label configuration of the label in a reference line.</p>
|
|
6566
|
-
* @public
|
|
6567
|
-
*/
|
|
6568
|
-
export interface ReferenceLineValueLabelConfiguration {
|
|
6569
|
-
/**
|
|
6570
|
-
* <p>The relative position of the value label. Choose one of the following options:</p>
|
|
6571
|
-
* <ul>
|
|
6572
|
-
* <li>
|
|
6573
|
-
* <p>
|
|
6574
|
-
* <code>BEFORE_CUSTOM_LABEL</code>
|
|
6575
|
-
* </p>
|
|
6576
|
-
* </li>
|
|
6577
|
-
* <li>
|
|
6578
|
-
* <p>
|
|
6579
|
-
* <code>AFTER_CUSTOM_LABEL</code>
|
|
6580
|
-
* </p>
|
|
6581
|
-
* </li>
|
|
6582
|
-
* </ul>
|
|
6583
|
-
* @public
|
|
6584
|
-
*/
|
|
6585
|
-
RelativePosition?: ReferenceLineValueLabelRelativePosition | undefined;
|
|
6586
|
-
/**
|
|
6587
|
-
* <p>The format configuration of the value label.</p>
|
|
6588
|
-
* @public
|
|
6589
|
-
*/
|
|
6590
|
-
FormatConfiguration?: NumericFormatConfiguration | undefined;
|
|
6591
|
-
}
|
|
6592
6558
|
/**
|
|
6593
6559
|
* @internal
|
|
6594
6560
|
*/
|
|
@@ -6865,15 +6831,3 @@ export declare const BarChartAggregatedFieldWellsFilterSensitiveLog: (obj: BarCh
|
|
|
6865
6831
|
* @internal
|
|
6866
6832
|
*/
|
|
6867
6833
|
export declare const BarChartFieldWellsFilterSensitiveLog: (obj: BarChartFieldWells) => any;
|
|
6868
|
-
/**
|
|
6869
|
-
* @internal
|
|
6870
|
-
*/
|
|
6871
|
-
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (obj: ReferenceLineStaticDataConfiguration) => any;
|
|
6872
|
-
/**
|
|
6873
|
-
* @internal
|
|
6874
|
-
*/
|
|
6875
|
-
export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (obj: ReferenceLineDataConfiguration) => any;
|
|
6876
|
-
/**
|
|
6877
|
-
* @internal
|
|
6878
|
-
*/
|
|
6879
|
-
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (obj: ReferenceLineValueLabelConfiguration) => any;
|
|
@@ -1,4 +1,141 @@
|
|
|
1
|
-
import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration,
|
|
1
|
+
import { AggregationFunction, AxisBinding, AxisDisplayOptions, BarChartFieldWells, BarChartOrientation, BarsArrangement, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataLabelPosition, DimensionField, FontConfiguration, FormatConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, NumericFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLineDynamicDataConfiguration, SortDirection, TimeGranularity, Visibility, VisualCustomAction, VisualInteractionOptions, WidgetStatus } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* @enum
|
|
5
|
+
*/
|
|
6
|
+
export declare const ReferenceLineSeriesType: {
|
|
7
|
+
readonly BAR: "BAR";
|
|
8
|
+
readonly LINE: "LINE";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export type ReferenceLineSeriesType = (typeof ReferenceLineSeriesType)[keyof typeof ReferenceLineSeriesType];
|
|
14
|
+
/**
|
|
15
|
+
* <p>The static data configuration of the reference line data configuration.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface ReferenceLineStaticDataConfiguration {
|
|
19
|
+
/**
|
|
20
|
+
* <p>The double input of the static data.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Value: number | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>The data configuration of the reference line.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface ReferenceLineDataConfiguration {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The static data configuration of the reference line data configuration.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
StaticConfiguration?: ReferenceLineStaticDataConfiguration | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The dynamic configuration of the reference line data configuration.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The axis binding type of the reference line. Choose one of the following options:</p>
|
|
42
|
+
* <ul>
|
|
43
|
+
* <li>
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>PrimaryY</code>
|
|
46
|
+
* </p>
|
|
47
|
+
* </li>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>SecondaryY</code>
|
|
51
|
+
* </p>
|
|
52
|
+
* </li>
|
|
53
|
+
* </ul>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
AxisBinding?: AxisBinding | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The series type of the reference line data configuration. Choose one of the following options:</p>
|
|
59
|
+
* <ul>
|
|
60
|
+
* <li>
|
|
61
|
+
* <p>
|
|
62
|
+
* <code>BAR</code>
|
|
63
|
+
* </p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>
|
|
67
|
+
* <code>LINE</code>
|
|
68
|
+
* </p>
|
|
69
|
+
* </li>
|
|
70
|
+
* </ul>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
SeriesType?: ReferenceLineSeriesType | undefined;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* <p>The configuration for a custom label on a <code>ReferenceLine</code>.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export interface ReferenceLineCustomLabelConfiguration {
|
|
80
|
+
/**
|
|
81
|
+
* <p>The string text of the custom label.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
CustomLabel: string | undefined;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
* @enum
|
|
89
|
+
*/
|
|
90
|
+
export declare const ReferenceLineLabelHorizontalPosition: {
|
|
91
|
+
readonly CENTER: "CENTER";
|
|
92
|
+
readonly LEFT: "LEFT";
|
|
93
|
+
readonly RIGHT: "RIGHT";
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
export type ReferenceLineLabelHorizontalPosition = (typeof ReferenceLineLabelHorizontalPosition)[keyof typeof ReferenceLineLabelHorizontalPosition];
|
|
99
|
+
/**
|
|
100
|
+
* @public
|
|
101
|
+
* @enum
|
|
102
|
+
*/
|
|
103
|
+
export declare const ReferenceLineValueLabelRelativePosition: {
|
|
104
|
+
readonly AFTER_CUSTOM_LABEL: "AFTER_CUSTOM_LABEL";
|
|
105
|
+
readonly BEFORE_CUSTOM_LABEL: "BEFORE_CUSTOM_LABEL";
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
export type ReferenceLineValueLabelRelativePosition = (typeof ReferenceLineValueLabelRelativePosition)[keyof typeof ReferenceLineValueLabelRelativePosition];
|
|
111
|
+
/**
|
|
112
|
+
* <p>The value label configuration of the label in a reference line.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export interface ReferenceLineValueLabelConfiguration {
|
|
116
|
+
/**
|
|
117
|
+
* <p>The relative position of the value label. Choose one of the following options:</p>
|
|
118
|
+
* <ul>
|
|
119
|
+
* <li>
|
|
120
|
+
* <p>
|
|
121
|
+
* <code>BEFORE_CUSTOM_LABEL</code>
|
|
122
|
+
* </p>
|
|
123
|
+
* </li>
|
|
124
|
+
* <li>
|
|
125
|
+
* <p>
|
|
126
|
+
* <code>AFTER_CUSTOM_LABEL</code>
|
|
127
|
+
* </p>
|
|
128
|
+
* </li>
|
|
129
|
+
* </ul>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
RelativePosition?: ReferenceLineValueLabelRelativePosition | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The format configuration of the value label.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
FormatConfiguration?: NumericFormatConfiguration | undefined;
|
|
138
|
+
}
|
|
2
139
|
/**
|
|
3
140
|
* @public
|
|
4
141
|
* @enum
|
|
@@ -6657,144 +6794,17 @@ export interface TextConditionalFormat {
|
|
|
6657
6794
|
Icon?: ConditionalFormattingIcon | undefined;
|
|
6658
6795
|
}
|
|
6659
6796
|
/**
|
|
6660
|
-
*
|
|
6661
|
-
* @public
|
|
6662
|
-
*/
|
|
6663
|
-
export interface PivotTableCellConditionalFormatting {
|
|
6664
|
-
/**
|
|
6665
|
-
* <p>The field ID of the cell for conditional formatting.</p>
|
|
6666
|
-
* @public
|
|
6667
|
-
*/
|
|
6668
|
-
FieldId: string | undefined;
|
|
6669
|
-
/**
|
|
6670
|
-
* <p>The text format of the cell for conditional formatting.</p>
|
|
6671
|
-
* @public
|
|
6672
|
-
*/
|
|
6673
|
-
TextFormat?: TextConditionalFormat | undefined;
|
|
6674
|
-
/**
|
|
6675
|
-
* <p>The scope of the cell for conditional formatting.</p>
|
|
6676
|
-
* @public
|
|
6677
|
-
*/
|
|
6678
|
-
Scope?: PivotTableConditionalFormattingScope | undefined;
|
|
6679
|
-
/**
|
|
6680
|
-
* <p>A list of cell scopes for conditional formatting.</p>
|
|
6681
|
-
* @public
|
|
6682
|
-
*/
|
|
6683
|
-
Scopes?: PivotTableConditionalFormattingScope[] | undefined;
|
|
6684
|
-
}
|
|
6685
|
-
/**
|
|
6686
|
-
* <p>Conditional formatting options for a <code>PivotTableVisual</code>.</p>
|
|
6687
|
-
* @public
|
|
6688
|
-
*/
|
|
6689
|
-
export interface PivotTableConditionalFormattingOption {
|
|
6690
|
-
/**
|
|
6691
|
-
* <p>The cell conditional formatting option for a pivot table.</p>
|
|
6692
|
-
* @public
|
|
6693
|
-
*/
|
|
6694
|
-
Cell?: PivotTableCellConditionalFormatting | undefined;
|
|
6695
|
-
}
|
|
6696
|
-
/**
|
|
6697
|
-
* <p>The conditional formatting for a <code>PivotTableVisual</code>.</p>
|
|
6698
|
-
* @public
|
|
6699
|
-
*/
|
|
6700
|
-
export interface PivotTableConditionalFormatting {
|
|
6701
|
-
/**
|
|
6702
|
-
* <p>Conditional formatting options for a <code>PivotTableVisual</code>.</p>
|
|
6703
|
-
* @public
|
|
6704
|
-
*/
|
|
6705
|
-
ConditionalFormattingOptions?: PivotTableConditionalFormattingOption[] | undefined;
|
|
6706
|
-
}
|
|
6707
|
-
/**
|
|
6708
|
-
* <p>A pivot table.</p>
|
|
6709
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html">Using pivot tables</a> in the <i>Amazon QuickSight User Guide</i>.</p>
|
|
6710
|
-
* @public
|
|
6711
|
-
*/
|
|
6712
|
-
export interface PivotTableVisual {
|
|
6713
|
-
/**
|
|
6714
|
-
* <p>The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..</p>
|
|
6715
|
-
* @public
|
|
6716
|
-
*/
|
|
6717
|
-
VisualId: string | undefined;
|
|
6718
|
-
/**
|
|
6719
|
-
* <p>The title that is displayed on the visual.</p>
|
|
6720
|
-
* @public
|
|
6721
|
-
*/
|
|
6722
|
-
Title?: VisualTitleLabelOptions | undefined;
|
|
6723
|
-
/**
|
|
6724
|
-
* <p>The subtitle that is displayed on the visual.</p>
|
|
6725
|
-
* @public
|
|
6726
|
-
*/
|
|
6727
|
-
Subtitle?: VisualSubtitleLabelOptions | undefined;
|
|
6728
|
-
/**
|
|
6729
|
-
* <p>The configuration settings of the visual.</p>
|
|
6730
|
-
* @public
|
|
6731
|
-
*/
|
|
6732
|
-
ChartConfiguration?: PivotTableConfiguration | undefined;
|
|
6733
|
-
/**
|
|
6734
|
-
* <p>The conditional formatting for a <code>PivotTableVisual</code>.</p>
|
|
6735
|
-
* @public
|
|
6736
|
-
*/
|
|
6737
|
-
ConditionalFormatting?: PivotTableConditionalFormatting | undefined;
|
|
6738
|
-
/**
|
|
6739
|
-
* <p>The list of custom actions that are configured for a visual.</p>
|
|
6740
|
-
* @public
|
|
6741
|
-
*/
|
|
6742
|
-
Actions?: VisualCustomAction[] | undefined;
|
|
6743
|
-
/**
|
|
6744
|
-
* <p>The alt text for the visual.</p>
|
|
6745
|
-
* @public
|
|
6746
|
-
*/
|
|
6747
|
-
VisualContentAltText?: string | undefined;
|
|
6748
|
-
}
|
|
6749
|
-
/**
|
|
6750
|
-
* @public
|
|
6751
|
-
* @enum
|
|
6797
|
+
* @internal
|
|
6752
6798
|
*/
|
|
6753
|
-
export declare const
|
|
6754
|
-
readonly GROUP_BY: "GROUP_BY";
|
|
6755
|
-
readonly VALUE: "VALUE";
|
|
6756
|
-
};
|
|
6799
|
+
export declare const ReferenceLineStaticDataConfigurationFilterSensitiveLog: (obj: ReferenceLineStaticDataConfiguration) => any;
|
|
6757
6800
|
/**
|
|
6758
|
-
* @
|
|
6801
|
+
* @internal
|
|
6759
6802
|
*/
|
|
6760
|
-
export
|
|
6803
|
+
export declare const ReferenceLineDataConfigurationFilterSensitiveLog: (obj: ReferenceLineDataConfiguration) => any;
|
|
6761
6804
|
/**
|
|
6762
|
-
*
|
|
6763
|
-
* @public
|
|
6764
|
-
*/
|
|
6765
|
-
export interface PluginVisualFieldWell {
|
|
6766
|
-
/**
|
|
6767
|
-
* <p>The semantic axis name for the field well.</p>
|
|
6768
|
-
* @public
|
|
6769
|
-
*/
|
|
6770
|
-
AxisName?: PluginVisualAxisName | undefined;
|
|
6771
|
-
/**
|
|
6772
|
-
* <p>A list of dimensions for the field well.</p>
|
|
6773
|
-
* @public
|
|
6774
|
-
*/
|
|
6775
|
-
Dimensions?: DimensionField[] | undefined;
|
|
6776
|
-
/**
|
|
6777
|
-
* <p>A list of measures that exist in the field well.</p>
|
|
6778
|
-
* @public
|
|
6779
|
-
*/
|
|
6780
|
-
Measures?: MeasureField[] | undefined;
|
|
6781
|
-
/**
|
|
6782
|
-
* <p>A list of unaggregated fields that exist in the field well.</p>
|
|
6783
|
-
* @public
|
|
6784
|
-
*/
|
|
6785
|
-
Unaggregated?: UnaggregatedField[] | undefined;
|
|
6786
|
-
}
|
|
6787
|
-
/**
|
|
6788
|
-
* <p>A query limits configuration.</p>
|
|
6789
|
-
* @public
|
|
6805
|
+
* @internal
|
|
6790
6806
|
*/
|
|
6791
|
-
export
|
|
6792
|
-
/**
|
|
6793
|
-
* <p>Determines how many values are be fetched at once.</p>
|
|
6794
|
-
* @public
|
|
6795
|
-
*/
|
|
6796
|
-
ItemsLimit?: number | undefined;
|
|
6797
|
-
}
|
|
6807
|
+
export declare const ReferenceLineValueLabelConfigurationFilterSensitiveLog: (obj: ReferenceLineValueLabelConfiguration) => any;
|
|
6798
6808
|
/**
|
|
6799
6809
|
* @internal
|
|
6800
6810
|
*/
|
|
@@ -7235,23 +7245,3 @@ export declare const PivotTableConfigurationFilterSensitiveLog: (obj: PivotTable
|
|
|
7235
7245
|
* @internal
|
|
7236
7246
|
*/
|
|
7237
7247
|
export declare const TextConditionalFormatFilterSensitiveLog: (obj: TextConditionalFormat) => any;
|
|
7238
|
-
/**
|
|
7239
|
-
* @internal
|
|
7240
|
-
*/
|
|
7241
|
-
export declare const PivotTableCellConditionalFormattingFilterSensitiveLog: (obj: PivotTableCellConditionalFormatting) => any;
|
|
7242
|
-
/**
|
|
7243
|
-
* @internal
|
|
7244
|
-
*/
|
|
7245
|
-
export declare const PivotTableConditionalFormattingOptionFilterSensitiveLog: (obj: PivotTableConditionalFormattingOption) => any;
|
|
7246
|
-
/**
|
|
7247
|
-
* @internal
|
|
7248
|
-
*/
|
|
7249
|
-
export declare const PivotTableConditionalFormattingFilterSensitiveLog: (obj: PivotTableConditionalFormatting) => any;
|
|
7250
|
-
/**
|
|
7251
|
-
* @internal
|
|
7252
|
-
*/
|
|
7253
|
-
export declare const PivotTableVisualFilterSensitiveLog: (obj: PivotTableVisual) => any;
|
|
7254
|
-
/**
|
|
7255
|
-
* @internal
|
|
7256
|
-
*/
|
|
7257
|
-
export declare const PluginVisualFieldWellFilterSensitiveLog: (obj: PluginVisualFieldWell) => any;
|