@aws-sdk/client-quicksight 3.1019.0 → 3.1021.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 +14 -0
- package/dist-cjs/index.js +48 -0
- package/dist-cjs/schemas/schemas_0.js +186 -82
- package/dist-es/QuickSight.js +25 -21
- package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
- package/dist-es/commands/StartAutomationJobCommand.js +16 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/schemas/schemas_0.js +160 -56
- package/dist-types/QuickSight.d.ts +244 -230
- package/dist-types/QuickSightClient.d.ts +237 -235
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
- package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/index.d.ts +2 -1
- package/dist-types/models/enums.d.ts +41 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +17 -17
- package/dist-types/models/models_1.d.ts +84 -30
- package/dist-types/models/models_2.d.ts +96 -213
- package/dist-types/models/models_3.d.ts +335 -231
- package/dist-types/models/models_4.d.ts +282 -250
- package/dist-types/models/models_5.d.ts +248 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrandsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomPermissionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNamespacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRoleMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplateVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThemesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchActionConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchAnalysesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDashboardsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFlowsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +10 -0
- package/dist-types/ts3.4/QuickSight.d.ts +34 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +14 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +23 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -4
- package/dist-types/ts3.4/models/models_1.d.ts +30 -17
- package/dist-types/ts3.4/models/models_2.d.ts +33 -148
- package/dist-types/ts3.4/models/models_3.d.ts +191 -63
- package/dist-types/ts3.4/models/models_4.d.ts +82 -86
- package/dist-types/ts3.4/models/models_5.d.ts +62 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/package.json +14 -14
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateUserCustomPermissionRequest
|
|
3
|
+
import type { UpdateUserCustomPermissionRequest } from "../models/models_4";
|
|
4
|
+
import type { UpdateUserCustomPermissionResponse } from "../models/models_5";
|
|
4
5
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { UpdateVPCConnectionRequest, UpdateVPCConnectionResponse } from "../models/
|
|
3
|
+
import type { UpdateVPCConnectionRequest, UpdateVPCConnectionResponse } from "../models/models_5";
|
|
4
4
|
import type { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -70,6 +70,7 @@ export * from "./DescribeAnalysisDefinitionCommand";
|
|
|
70
70
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
71
71
|
export * from "./DescribeAssetBundleExportJobCommand";
|
|
72
72
|
export * from "./DescribeAssetBundleImportJobCommand";
|
|
73
|
+
export * from "./DescribeAutomationJobCommand";
|
|
73
74
|
export * from "./DescribeBrandAssignmentCommand";
|
|
74
75
|
export * from "./DescribeBrandCommand";
|
|
75
76
|
export * from "./DescribeBrandPublishedVersionCommand";
|
|
@@ -174,6 +175,7 @@ export * from "./SearchGroupsCommand";
|
|
|
174
175
|
export * from "./SearchTopicsCommand";
|
|
175
176
|
export * from "./StartAssetBundleExportJobCommand";
|
|
176
177
|
export * from "./StartAssetBundleImportJobCommand";
|
|
178
|
+
export * from "./StartAutomationJobCommand";
|
|
177
179
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
178
180
|
export * from "./StartDashboardSnapshotJobScheduleCommand";
|
|
179
181
|
export * from "./TagResourceCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
export * from "./QuickSightClient";
|
|
11
11
|
export * from "./QuickSight";
|
|
12
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
13
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
14
|
export type { QuickSightExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
@@ -22,4 +22,5 @@ export * from "./models/models_1";
|
|
|
22
22
|
export * from "./models/models_2";
|
|
23
23
|
export * from "./models/models_3";
|
|
24
24
|
export * from "./models/models_4";
|
|
25
|
+
export * from "./models/models_5";
|
|
25
26
|
export { QuickSightServiceException } from "./models/QuickSightServiceException";
|
|
@@ -1195,6 +1195,7 @@ export type TooltipTitleType = (typeof TooltipTitleType)[keyof typeof TooltipTit
|
|
|
1195
1195
|
export declare const SelectedTooltipType: {
|
|
1196
1196
|
readonly BASIC: "BASIC";
|
|
1197
1197
|
readonly DETAILED: "DETAILED";
|
|
1198
|
+
readonly SHEET: "SHEET";
|
|
1198
1199
|
};
|
|
1199
1200
|
/**
|
|
1200
1201
|
* @public
|
|
@@ -1889,6 +1890,30 @@ export declare const TransposedColumnType: {
|
|
|
1889
1890
|
* @public
|
|
1890
1891
|
*/
|
|
1891
1892
|
export type TransposedColumnType = (typeof TransposedColumnType)[keyof typeof TransposedColumnType];
|
|
1893
|
+
/**
|
|
1894
|
+
* @public
|
|
1895
|
+
* @enum
|
|
1896
|
+
*/
|
|
1897
|
+
export declare const SparklineVisualType: {
|
|
1898
|
+
readonly AREA_LINE: "AREA_LINE";
|
|
1899
|
+
readonly LINE: "LINE";
|
|
1900
|
+
};
|
|
1901
|
+
/**
|
|
1902
|
+
* @public
|
|
1903
|
+
*/
|
|
1904
|
+
export type SparklineVisualType = (typeof SparklineVisualType)[keyof typeof SparklineVisualType];
|
|
1905
|
+
/**
|
|
1906
|
+
* @public
|
|
1907
|
+
* @enum
|
|
1908
|
+
*/
|
|
1909
|
+
export declare const SparklineAxisBehavior: {
|
|
1910
|
+
readonly INDEPENDENT: "INDEPENDENT";
|
|
1911
|
+
readonly SHARED: "SHARED";
|
|
1912
|
+
};
|
|
1913
|
+
/**
|
|
1914
|
+
* @public
|
|
1915
|
+
*/
|
|
1916
|
+
export type SparklineAxisBehavior = (typeof SparklineAxisBehavior)[keyof typeof SparklineAxisBehavior];
|
|
1892
1917
|
/**
|
|
1893
1918
|
* @public
|
|
1894
1919
|
* @enum
|
|
@@ -2215,6 +2240,7 @@ export type LookbackWindowSizeUnit = (typeof LookbackWindowSizeUnit)[keyof typeo
|
|
|
2215
2240
|
* @enum
|
|
2216
2241
|
*/
|
|
2217
2242
|
export declare const AuthenticationType: {
|
|
2243
|
+
readonly KEYPAIR: "KEYPAIR";
|
|
2218
2244
|
readonly PASSWORD: "PASSWORD";
|
|
2219
2245
|
readonly TOKEN: "TOKEN";
|
|
2220
2246
|
readonly X509: "X509";
|
|
@@ -2328,6 +2354,21 @@ export declare const AuthorSpecifiedAggregation: {
|
|
|
2328
2354
|
* @public
|
|
2329
2355
|
*/
|
|
2330
2356
|
export type AuthorSpecifiedAggregation = (typeof AuthorSpecifiedAggregation)[keyof typeof AuthorSpecifiedAggregation];
|
|
2357
|
+
/**
|
|
2358
|
+
* @public
|
|
2359
|
+
* @enum
|
|
2360
|
+
*/
|
|
2361
|
+
export declare const AutomationJobStatus: {
|
|
2362
|
+
readonly FAILED: "FAILED";
|
|
2363
|
+
readonly QUEUED: "QUEUED";
|
|
2364
|
+
readonly RUNNING: "RUNNING";
|
|
2365
|
+
readonly STOPPED: "STOPPED";
|
|
2366
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
2367
|
+
};
|
|
2368
|
+
/**
|
|
2369
|
+
* @public
|
|
2370
|
+
*/
|
|
2371
|
+
export type AutomationJobStatus = (typeof AutomationJobStatus)[keyof typeof AutomationJobStatus];
|
|
2331
2372
|
/**
|
|
2332
2373
|
* @public
|
|
2333
2374
|
* @enum
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { ExceptionResourceType } from "./enums";
|
|
2
|
+
import type { ExceptionResourceType } from "./enums";
|
|
3
3
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
4
4
|
/**
|
|
5
5
|
* <p>You don't have access to this item. The provided credentials couldn't be
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ConnectionAuthType, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, PivotTableDataPathType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SelectedTooltipType, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget, TooltipTitleType, TopicTimeGranularity, URLTargetConfiguration, ValueWhenUnsetOption, Visibility, VisualCustomActionTrigger, VisualHighlightTrigger, WidgetStatus } from "./enums";
|
|
1
|
+
import type { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ConnectionAuthType, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, PivotTableDataPathType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SelectedTooltipType, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget, TooltipTitleType, TopicTimeGranularity, URLTargetConfiguration, ValueWhenUnsetOption, Visibility, VisualCustomActionTrigger, VisualHighlightTrigger, WidgetStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The Quick Sight customizations associated with your Amazon Web Services account or a Quick Sight namespace in a specific Amazon Web Services Region.</p>
|
|
4
4
|
* @public
|
|
@@ -7329,6 +7329,17 @@ export interface FieldBasedTooltip {
|
|
|
7329
7329
|
*/
|
|
7330
7330
|
TooltipFields?: TooltipItem[] | undefined;
|
|
7331
7331
|
}
|
|
7332
|
+
/**
|
|
7333
|
+
* <p>The configuration of the sheet tooltip.</p>
|
|
7334
|
+
* @public
|
|
7335
|
+
*/
|
|
7336
|
+
export interface SheetTooltip {
|
|
7337
|
+
/**
|
|
7338
|
+
* <p>The sheet ID of the tooltip sheet that is used by the tooltip.</p>
|
|
7339
|
+
* @public
|
|
7340
|
+
*/
|
|
7341
|
+
SheetId?: string | undefined;
|
|
7342
|
+
}
|
|
7332
7343
|
/**
|
|
7333
7344
|
* <p>The display options for the visual tooltip.</p>
|
|
7334
7345
|
* @public
|
|
@@ -7359,6 +7370,11 @@ export interface TooltipOptions {
|
|
|
7359
7370
|
* @public
|
|
7360
7371
|
*/
|
|
7361
7372
|
FieldBasedTooltip?: FieldBasedTooltip | undefined;
|
|
7373
|
+
/**
|
|
7374
|
+
* <p>The configuration of the sheet tooltip.</p>
|
|
7375
|
+
* @public
|
|
7376
|
+
*/
|
|
7377
|
+
SheetTooltip?: SheetTooltip | undefined;
|
|
7362
7378
|
}
|
|
7363
7379
|
/**
|
|
7364
7380
|
* <p>The type of the data path value.</p>
|
|
@@ -7431,19 +7447,3 @@ export interface DataPathColor {
|
|
|
7431
7447
|
*/
|
|
7432
7448
|
TimeGranularity?: TimeGranularity | undefined;
|
|
7433
7449
|
}
|
|
7434
|
-
/**
|
|
7435
|
-
* <p>The visual display options for the visual palette.</p>
|
|
7436
|
-
* @public
|
|
7437
|
-
*/
|
|
7438
|
-
export interface VisualPalette {
|
|
7439
|
-
/**
|
|
7440
|
-
* <p>The chart color options for the visual palette.</p>
|
|
7441
|
-
* @public
|
|
7442
|
-
*/
|
|
7443
|
-
ChartColor?: string | undefined;
|
|
7444
|
-
/**
|
|
7445
|
-
* <p>The color map options for the visual palette.</p>
|
|
7446
|
-
* @public
|
|
7447
|
-
*/
|
|
7448
|
-
ColorMap?: DataPathColor[] | undefined;
|
|
7449
|
-
}
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
import { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
|
|
2
|
-
import {
|
|
1
|
+
import type { ArcThickness, ArcThicknessOptions, AxisBinding, BarChartOrientation, BarsArrangement, BaseMapStyleType, BoxPlotFillStyle, ColorFillType, ComparisonMethod, ConditionalFormattingIconDisplayOption, ConditionalFormattingIconSetType, CustomContentImageScalingConfiguration, CustomContentType, DashboardCustomizationStatus, DataLabelPosition, ForecastComputationSeasonality, FunnelChartMeasureDataLabelStyle, GeospatialColorState, GeospatialLayerType, GeospatialMapNavigation, GeospatialSelectedPointStyle, HistogramBinType, HorizontalTextAlignment, Icon, KPISparklineType, KPIVisualStandardLayoutType, LayerCustomActionTrigger, LineChartLineStyle, LineChartMarkerShape, LineChartType, LineInterpolation, MapZoomMode, MaximumMinimumComputationType, MissingDataTreatmentOption, PivotTableConditionalFormattingScopeRole, PivotTableFieldCollapseState, PivotTableMetricPlacement, PivotTableRowsLayout, PivotTableSubtotalLevel, PluginVisualAxisName, PrimaryValueDisplayType, RadarChartAxesRangeScale, RadarChartShape, SimpleTotalAggregationFunction, SingleYAxisOption, SortDirection, SparklineAxisBehavior, SparklineVisualType, StyledCellType, TableBorderStyle, TableCellImageScalingConfiguration, TableFieldIconSetType, TableOrientation, TableTotalsPlacement, TableTotalsScrollStatus, TextWrap, TimeGranularity, TopBottomComputationType, TopBottomSortOrder, TransposedColumnType, URLTargetConfiguration, VerticalTextAlignment, Visibility, WidgetStatus } from "./enums";
|
|
2
|
+
import type { AxisDisplayOptions, BarChartDefaultSeriesSettings, BarChartFieldWells, BarChartSortConfiguration, BarSeriesItem, BorderSettings, ChartAxisLabelOptions, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, CustomActionFilterOperation, CustomActionNavigationOperation, CustomActionSetParametersOperation, CustomActionURLOperation, DataLabelOptions, DataPathColor, DataPathValue, DecalSettings, DimensionField, FieldSort, FieldSortOptions, FontConfiguration, FormatConfiguration, ItemsLimitConfiguration, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, PercentageDisplayFormatConfiguration, ReferenceLine, SmallMultiplesOptions, TooltipOptions, VisualCustomAction, VisualInteractionOptions } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The visual display options for the visual palette.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface VisualPalette {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The chart color options for the visual palette.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
ChartColor?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The color map options for the visual palette.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
ColorMap?: DataPathColor[] | undefined;
|
|
18
|
+
}
|
|
3
19
|
/**
|
|
4
20
|
* <p>The configuration of a <code>BarChartVisual</code>.</p>
|
|
5
21
|
* @public
|
|
@@ -5585,6 +5601,11 @@ export interface PivotTableConfiguration {
|
|
|
5585
5601
|
* @public
|
|
5586
5602
|
*/
|
|
5587
5603
|
PaginatedReportOptions?: PivotTablePaginatedReportOptions | undefined;
|
|
5604
|
+
/**
|
|
5605
|
+
* <p>The display options for the visual tooltip.</p>
|
|
5606
|
+
* @public
|
|
5607
|
+
*/
|
|
5608
|
+
Tooltip?: TooltipOptions | undefined;
|
|
5588
5609
|
/**
|
|
5589
5610
|
* <p>The options that define customizations available to dashboard readers for a specific visual</p>
|
|
5590
5611
|
* @public
|
|
@@ -6688,6 +6709,57 @@ export interface DataBarsOptions {
|
|
|
6688
6709
|
*/
|
|
6689
6710
|
NegativeColor?: string | undefined;
|
|
6690
6711
|
}
|
|
6712
|
+
/**
|
|
6713
|
+
* <p>The options for sparklines in a table.</p>
|
|
6714
|
+
* @public
|
|
6715
|
+
*/
|
|
6716
|
+
export interface SparklinesOptions {
|
|
6717
|
+
/**
|
|
6718
|
+
* <p>The field ID of the value column that the sparkline is applied to.</p>
|
|
6719
|
+
* @public
|
|
6720
|
+
*/
|
|
6721
|
+
FieldId: string | undefined;
|
|
6722
|
+
/**
|
|
6723
|
+
* <p>The dimension type field.</p>
|
|
6724
|
+
* @public
|
|
6725
|
+
*/
|
|
6726
|
+
XAxisField: DimensionField | undefined;
|
|
6727
|
+
/**
|
|
6728
|
+
* <p>Determines whether the Y axis is shared across all sparklines or independent for each sparkline.</p>
|
|
6729
|
+
* @public
|
|
6730
|
+
*/
|
|
6731
|
+
YAxisBehavior?: SparklineAxisBehavior | undefined;
|
|
6732
|
+
/**
|
|
6733
|
+
* <p>The type of the sparkline. Valid values are <code>LINE</code> and <code>AREA_LINE</code>.</p>
|
|
6734
|
+
* @public
|
|
6735
|
+
*/
|
|
6736
|
+
VisualType?: SparklineVisualType | undefined;
|
|
6737
|
+
/**
|
|
6738
|
+
* <p>The color of the sparkline line.</p>
|
|
6739
|
+
* @public
|
|
6740
|
+
*/
|
|
6741
|
+
LineColor?: string | undefined;
|
|
6742
|
+
/**
|
|
6743
|
+
* <p>The interpolation style for the sparkline line.</p>
|
|
6744
|
+
* @public
|
|
6745
|
+
*/
|
|
6746
|
+
LineInterpolation?: LineInterpolation | undefined;
|
|
6747
|
+
/**
|
|
6748
|
+
* <p>Marker styles options for a line series in <code>LineChartVisual</code>.</p>
|
|
6749
|
+
* @public
|
|
6750
|
+
*/
|
|
6751
|
+
AllPointsMarker?: LineChartMarkerStyleSettings | undefined;
|
|
6752
|
+
/**
|
|
6753
|
+
* <p>Marker styles options for a line series in <code>LineChartVisual</code>.</p>
|
|
6754
|
+
* @public
|
|
6755
|
+
*/
|
|
6756
|
+
MaxValueMarker?: LineChartMarkerStyleSettings | undefined;
|
|
6757
|
+
/**
|
|
6758
|
+
* <p>Marker styles options for a line series in <code>LineChartVisual</code>.</p>
|
|
6759
|
+
* @public
|
|
6760
|
+
*/
|
|
6761
|
+
MinValueMarker?: LineChartMarkerStyleSettings | undefined;
|
|
6762
|
+
}
|
|
6691
6763
|
/**
|
|
6692
6764
|
* <p>The inline visualization of a specific type to display within a chart.</p>
|
|
6693
6765
|
* @public
|
|
@@ -6698,6 +6770,11 @@ export interface TableInlineVisualization {
|
|
|
6698
6770
|
* @public
|
|
6699
6771
|
*/
|
|
6700
6772
|
DataBars?: DataBarsOptions | undefined;
|
|
6773
|
+
/**
|
|
6774
|
+
* <p>The configuration of the inline visualization of the sparklines within a chart.</p>
|
|
6775
|
+
* @public
|
|
6776
|
+
*/
|
|
6777
|
+
Sparklines?: SparklinesOptions | undefined;
|
|
6701
6778
|
}
|
|
6702
6779
|
/**
|
|
6703
6780
|
* <p>The table options for a table visual.</p>
|
|
@@ -6801,6 +6878,11 @@ export interface TableConfiguration {
|
|
|
6801
6878
|
* @public
|
|
6802
6879
|
*/
|
|
6803
6880
|
TableInlineVisualizations?: TableInlineVisualization[] | undefined;
|
|
6881
|
+
/**
|
|
6882
|
+
* <p>The display options for the visual tooltip.</p>
|
|
6883
|
+
* @public
|
|
6884
|
+
*/
|
|
6885
|
+
Tooltip?: TooltipOptions | undefined;
|
|
6804
6886
|
/**
|
|
6805
6887
|
* <p>The options that define customizations available to dashboard readers for a specific visual</p>
|
|
6806
6888
|
* @public
|
|
@@ -7259,31 +7341,3 @@ export interface WaterfallVisual {
|
|
|
7259
7341
|
*/
|
|
7260
7342
|
VisualContentAltText?: string | undefined;
|
|
7261
7343
|
}
|
|
7262
|
-
/**
|
|
7263
|
-
* <p>The aggregated field wells of a word cloud.</p>
|
|
7264
|
-
* @public
|
|
7265
|
-
*/
|
|
7266
|
-
export interface WordCloudAggregatedFieldWells {
|
|
7267
|
-
/**
|
|
7268
|
-
* <p>The group by field well of a word cloud. Values are grouped by group by fields.</p>
|
|
7269
|
-
* @public
|
|
7270
|
-
*/
|
|
7271
|
-
GroupBy?: DimensionField[] | undefined;
|
|
7272
|
-
/**
|
|
7273
|
-
* <p>The size field well of a word cloud. Values are aggregated based on group by fields.</p>
|
|
7274
|
-
* @public
|
|
7275
|
-
*/
|
|
7276
|
-
Size?: MeasureField[] | undefined;
|
|
7277
|
-
}
|
|
7278
|
-
/**
|
|
7279
|
-
* <p>The field wells of a word cloud visual.</p>
|
|
7280
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
7281
|
-
* @public
|
|
7282
|
-
*/
|
|
7283
|
-
export interface WordCloudFieldWells {
|
|
7284
|
-
/**
|
|
7285
|
-
* <p>The aggregated field wells of a word cloud.</p>
|
|
7286
|
-
* @public
|
|
7287
|
-
*/
|
|
7288
|
-
WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells | undefined;
|
|
7289
|
-
}
|