@aws-sdk/client-quicksight 3.925.0 → 3.927.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 +1 -1
- package/dist-cjs/index.js +823 -360
- package/dist-es/commands/CreateTopicCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +1 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +1 -1
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +1 -1
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +1 -1
- package/dist-es/commands/ListActionConnectorsCommand.js +1 -1
- package/dist-es/models/models_0.js +8 -4
- package/dist-es/models/models_1.js +5 -26
- package/dist-es/models/models_2.js +26 -39
- package/dist-es/models/models_3.js +233 -222
- package/dist-es/models/models_4.js +217 -70
- package/dist-es/models/models_5.js +74 -2
- package/dist-es/protocols/Aws_restJson1.js +240 -4
- package/dist-types/QuickSight.d.ts +1 -1
- package/dist-types/QuickSightClient.d.ts +1 -1
- package/dist-types/commands/CreateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetCommand.d.ts +396 -3
- package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +4 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +7 -7
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +4 -4
- package/dist-types/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/commands/ListDataSetsCommand.d.ts +10 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/commands/PredictQAResultsCommand.d.ts +1 -1
- package/dist-types/commands/SearchDataSetsCommand.d.ts +9 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +398 -3
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +162 -182
- package/dist-types/models/models_1.d.ts +177 -161
- package/dist-types/models/models_2.d.ts +196 -250
- package/dist-types/models/models_3.d.ts +2725 -3153
- package/dist-types/models/models_4.d.ts +4088 -3877
- package/dist-types/models/models_5.d.ts +1555 -12
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDashboardEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSessionEmbedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionConnectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAnalysesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBrandsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFolderMembersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFoldersForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +42 -42
- package/dist-types/ts3.4/models/models_1.d.ts +44 -56
- package/dist-types/ts3.4/models/models_2.d.ts +72 -94
- package/dist-types/ts3.4/models/models_3.d.ts +446 -511
- package/dist-types/ts3.4/models/models_4.d.ts +513 -366
- package/dist-types/ts3.4/models/models_5.d.ts +381 -17
- package/package.json +5 -5
|
@@ -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 { CreateTopicRequest, CreateTopicResponse } from "../models/
|
|
3
|
+
import { CreateTopicRequest, CreateTopicResponse } from "../models/models_4";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
CreateTopicRefreshScheduleRequest,
|
|
5
5
|
CreateTopicRefreshScheduleResponse,
|
|
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
|
GenerateEmbedUrlForRegisteredUserRequest,
|
|
5
5
|
GenerateEmbedUrlForRegisteredUserResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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
|
GenerateEmbedUrlForRegisteredUserWithIdentityRequest,
|
|
5
5
|
GenerateEmbedUrlForRegisteredUserWithIdentityResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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
|
GetDashboardEmbedUrlRequest,
|
|
5
5
|
GetDashboardEmbedUrlResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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
|
ListActionConnectorsRequest,
|
|
5
5
|
ListActionConnectorsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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 { ListAnalysesRequest, ListAnalysesResponse } from "../models/
|
|
3
|
+
import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListAssetBundleExportJobsRequest,
|
|
5
5
|
ListAssetBundleExportJobsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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
|
ListAssetBundleImportJobsRequest,
|
|
5
5
|
ListAssetBundleImportJobsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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 { ListBrandsRequest, ListBrandsResponse } from "../models/
|
|
3
|
+
import { ListBrandsRequest, ListBrandsResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListCustomPermissionsRequest,
|
|
5
5
|
ListCustomPermissionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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
|
ListDashboardVersionsRequest,
|
|
5
5
|
ListDashboardVersionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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 { ListDataSetsRequest, ListDataSetsResponse } from "../models/
|
|
3
|
+
import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
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 { ListFlowsInput, ListFlowsOutput } from "../models/
|
|
3
|
+
import { ListFlowsInput, ListFlowsOutput } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
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 { ListFoldersRequest, ListFoldersResponse } from "../models/
|
|
3
|
+
import { ListFoldersRequest, ListFoldersResponse } from "../models/models_5";
|
|
4
4
|
import {
|
|
5
5
|
QuickSightClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListFoldersForResourceRequest,
|
|
5
5
|
ListFoldersForResourceResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
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
|
ListGroupMembershipsRequest,
|
|
5
5
|
ListGroupMembershipsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_5";
|
|
7
7
|
import {
|
|
8
8
|
QuickSightClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListGroupsRequest } from "../models/
|
|
4
|
-
import { ListGroupsResponse } from "../models/models_5";
|
|
3
|
+
import { ListGroupsRequest, ListGroupsResponse } from "../models/models_5";
|
|
5
4
|
import {
|
|
6
5
|
QuickSightClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -382,6 +382,48 @@ export interface AggFunction {
|
|
|
382
382
|
Period?: TopicTimeGranularity | undefined;
|
|
383
383
|
PeriodField?: string | undefined;
|
|
384
384
|
}
|
|
385
|
+
export interface DataPrepListAggregationFunction {
|
|
386
|
+
InputColumnName?: string | undefined;
|
|
387
|
+
Separator: string | undefined;
|
|
388
|
+
Distinct: boolean | undefined;
|
|
389
|
+
}
|
|
390
|
+
export declare const DataPrepSimpleAggregationFunctionType: {
|
|
391
|
+
readonly AVERAGE: "AVERAGE";
|
|
392
|
+
readonly COUNT: "COUNT";
|
|
393
|
+
readonly DISTINCT_COUNT: "DISTINCT_COUNT";
|
|
394
|
+
readonly MAX: "MAX";
|
|
395
|
+
readonly MIN: "MIN";
|
|
396
|
+
readonly SUM: "SUM";
|
|
397
|
+
};
|
|
398
|
+
export type DataPrepSimpleAggregationFunctionType =
|
|
399
|
+
(typeof DataPrepSimpleAggregationFunctionType)[keyof typeof DataPrepSimpleAggregationFunctionType];
|
|
400
|
+
export interface DataPrepSimpleAggregationFunction {
|
|
401
|
+
InputColumnName?: string | undefined;
|
|
402
|
+
FunctionType: DataPrepSimpleAggregationFunctionType | undefined;
|
|
403
|
+
}
|
|
404
|
+
export interface DataPrepAggregationFunction {
|
|
405
|
+
SimpleAggregation?: DataPrepSimpleAggregationFunction | undefined;
|
|
406
|
+
ListAggregation?: DataPrepListAggregationFunction | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface Aggregation {
|
|
409
|
+
AggregationFunction: DataPrepAggregationFunction | undefined;
|
|
410
|
+
NewColumnName: string | undefined;
|
|
411
|
+
NewColumnId: string | undefined;
|
|
412
|
+
}
|
|
413
|
+
export interface DataSetColumnIdMapping {
|
|
414
|
+
SourceColumnId: string | undefined;
|
|
415
|
+
TargetColumnId: string | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface TransformOperationSource {
|
|
418
|
+
TransformOperationId: string | undefined;
|
|
419
|
+
ColumnIdMappings?: DataSetColumnIdMapping[] | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface AggregateOperation {
|
|
422
|
+
Alias: string | undefined;
|
|
423
|
+
Source: TransformOperationSource | undefined;
|
|
424
|
+
GroupByColumnNames?: string[] | undefined;
|
|
425
|
+
Aggregations: Aggregation[] | undefined;
|
|
426
|
+
}
|
|
385
427
|
export declare const SimpleAttributeAggregationFunction: {
|
|
386
428
|
readonly UNIQUE_VALUE: "UNIQUE_VALUE";
|
|
387
429
|
};
|
|
@@ -1802,45 +1844,6 @@ export interface PercentVisibleRange {
|
|
|
1802
1844
|
export interface VisibleRangeOptions {
|
|
1803
1845
|
PercentRange?: PercentVisibleRange | undefined;
|
|
1804
1846
|
}
|
|
1805
|
-
export interface ScrollBarOptions {
|
|
1806
|
-
Visibility?: Visibility | undefined;
|
|
1807
|
-
VisibleRange?: VisibleRangeOptions | undefined;
|
|
1808
|
-
}
|
|
1809
|
-
export interface AxisTickLabelOptions {
|
|
1810
|
-
LabelOptions?: LabelOptions | undefined;
|
|
1811
|
-
RotationAngle?: number | undefined;
|
|
1812
|
-
}
|
|
1813
|
-
export interface AxisDisplayOptions {
|
|
1814
|
-
TickLabelOptions?: AxisTickLabelOptions | undefined;
|
|
1815
|
-
AxisLineVisibility?: Visibility | undefined;
|
|
1816
|
-
GridLineVisibility?: Visibility | undefined;
|
|
1817
|
-
DataOptions?: AxisDataOptions | undefined;
|
|
1818
|
-
ScrollbarOptions?: ScrollBarOptions | undefined;
|
|
1819
|
-
AxisOffset?: string | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export interface AxisLabelReferenceOptions {
|
|
1822
|
-
FieldId: string | undefined;
|
|
1823
|
-
Column: ColumnIdentifier | undefined;
|
|
1824
|
-
}
|
|
1825
|
-
export interface AxisLabelOptions {
|
|
1826
|
-
FontConfiguration?: FontConfiguration | undefined;
|
|
1827
|
-
CustomLabel?: string | undefined;
|
|
1828
|
-
ApplyTo?: AxisLabelReferenceOptions | undefined;
|
|
1829
|
-
}
|
|
1830
|
-
export interface ChartAxisLabelOptions {
|
|
1831
|
-
Visibility?: Visibility | undefined;
|
|
1832
|
-
SortIconVisibility?: Visibility | undefined;
|
|
1833
|
-
AxisLabelOptions?: AxisLabelOptions[] | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface ContributionAnalysisDefault {
|
|
1836
|
-
MeasureFieldId: string | undefined;
|
|
1837
|
-
ContributorDimensions: ColumnIdentifier[] | undefined;
|
|
1838
|
-
}
|
|
1839
|
-
export interface DataPathLabelType {
|
|
1840
|
-
FieldId?: string | undefined;
|
|
1841
|
-
FieldValue?: string | undefined;
|
|
1842
|
-
Visibility?: Visibility | undefined;
|
|
1843
|
-
}
|
|
1844
1847
|
export declare const ReadAPIKeyConnectionMetadataFilterSensitiveLog: (
|
|
1845
1848
|
obj: ReadAPIKeyConnectionMetadata
|
|
1846
1849
|
) => any;
|
|
@@ -2010,6 +2013,3 @@ export declare const VisualCustomActionOperationFilterSensitiveLog: (
|
|
|
2010
2013
|
export declare const VisualCustomActionFilterSensitiveLog: (
|
|
2011
2014
|
obj: VisualCustomAction
|
|
2012
2015
|
) => any;
|
|
2013
|
-
export declare const DataPathLabelTypeFilterSensitiveLog: (
|
|
2014
|
-
obj: DataPathLabelType
|
|
2015
|
-
) => any;
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AggregationFunction,
|
|
3
|
-
|
|
3
|
+
AxisDataOptions,
|
|
4
4
|
BarsArrangement,
|
|
5
5
|
CategoricalAggregationFunction,
|
|
6
|
-
ChartAxisLabelOptions,
|
|
7
6
|
ColumnIdentifier,
|
|
8
7
|
ColumnSort,
|
|
9
|
-
ContributionAnalysisDefault,
|
|
10
8
|
CustomActionFilterOperation,
|
|
11
9
|
CustomActionNavigationOperation,
|
|
12
10
|
CustomActionSetParametersOperation,
|
|
13
11
|
CustomActionURLOperation,
|
|
14
12
|
DashboardBehavior,
|
|
15
|
-
DataPathLabelType,
|
|
16
13
|
DateAggregationFunction,
|
|
17
14
|
DateTimeFormatConfiguration,
|
|
18
15
|
FontConfiguration,
|
|
@@ -27,9 +24,49 @@ import {
|
|
|
27
24
|
StringFormatConfiguration,
|
|
28
25
|
TimeGranularity,
|
|
29
26
|
Visibility,
|
|
27
|
+
VisibleRangeOptions,
|
|
30
28
|
VisualCustomAction,
|
|
31
29
|
WidgetStatus,
|
|
32
30
|
} from "./models_0";
|
|
31
|
+
export interface ScrollBarOptions {
|
|
32
|
+
Visibility?: Visibility | undefined;
|
|
33
|
+
VisibleRange?: VisibleRangeOptions | undefined;
|
|
34
|
+
}
|
|
35
|
+
export interface AxisTickLabelOptions {
|
|
36
|
+
LabelOptions?: LabelOptions | undefined;
|
|
37
|
+
RotationAngle?: number | undefined;
|
|
38
|
+
}
|
|
39
|
+
export interface AxisDisplayOptions {
|
|
40
|
+
TickLabelOptions?: AxisTickLabelOptions | undefined;
|
|
41
|
+
AxisLineVisibility?: Visibility | undefined;
|
|
42
|
+
GridLineVisibility?: Visibility | undefined;
|
|
43
|
+
DataOptions?: AxisDataOptions | undefined;
|
|
44
|
+
ScrollbarOptions?: ScrollBarOptions | undefined;
|
|
45
|
+
AxisOffset?: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface AxisLabelReferenceOptions {
|
|
48
|
+
FieldId: string | undefined;
|
|
49
|
+
Column: ColumnIdentifier | undefined;
|
|
50
|
+
}
|
|
51
|
+
export interface AxisLabelOptions {
|
|
52
|
+
FontConfiguration?: FontConfiguration | undefined;
|
|
53
|
+
CustomLabel?: string | undefined;
|
|
54
|
+
ApplyTo?: AxisLabelReferenceOptions | undefined;
|
|
55
|
+
}
|
|
56
|
+
export interface ChartAxisLabelOptions {
|
|
57
|
+
Visibility?: Visibility | undefined;
|
|
58
|
+
SortIconVisibility?: Visibility | undefined;
|
|
59
|
+
AxisLabelOptions?: AxisLabelOptions[] | undefined;
|
|
60
|
+
}
|
|
61
|
+
export interface ContributionAnalysisDefault {
|
|
62
|
+
MeasureFieldId: string | undefined;
|
|
63
|
+
ContributorDimensions: ColumnIdentifier[] | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface DataPathLabelType {
|
|
66
|
+
FieldId?: string | undefined;
|
|
67
|
+
FieldValue?: string | undefined;
|
|
68
|
+
Visibility?: Visibility | undefined;
|
|
69
|
+
}
|
|
33
70
|
export interface FieldLabelType {
|
|
34
71
|
FieldId?: string | undefined;
|
|
35
72
|
Visibility?: Visibility | undefined;
|
|
@@ -1707,39 +1744,9 @@ export interface PivotTableFieldOption {
|
|
|
1707
1744
|
CustomLabel?: string | undefined;
|
|
1708
1745
|
Visibility?: Visibility | undefined;
|
|
1709
1746
|
}
|
|
1710
|
-
export
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
CollapseStateOptions?: PivotTableFieldCollapseStateOption[] | undefined;
|
|
1714
|
-
}
|
|
1715
|
-
export interface PivotTableAggregatedFieldWells {
|
|
1716
|
-
Rows?: DimensionField[] | undefined;
|
|
1717
|
-
Columns?: DimensionField[] | undefined;
|
|
1718
|
-
Values?: MeasureField[] | undefined;
|
|
1719
|
-
}
|
|
1720
|
-
export interface PivotTableFieldWells {
|
|
1721
|
-
PivotTableAggregatedFieldWells?: PivotTableAggregatedFieldWells | undefined;
|
|
1722
|
-
}
|
|
1723
|
-
export interface PivotTablePaginatedReportOptions {
|
|
1724
|
-
VerticalOverflowVisibility?: Visibility | undefined;
|
|
1725
|
-
OverflowColumnHeaderVisibility?: Visibility | undefined;
|
|
1726
|
-
}
|
|
1727
|
-
export interface DataPathSort {
|
|
1728
|
-
Direction: SortDirection | undefined;
|
|
1729
|
-
SortPaths: DataPathValue[] | undefined;
|
|
1730
|
-
}
|
|
1731
|
-
export interface PivotTableSortBy {
|
|
1732
|
-
Field?: FieldSort | undefined;
|
|
1733
|
-
Column?: ColumnSort | undefined;
|
|
1734
|
-
DataPath?: DataPathSort | undefined;
|
|
1735
|
-
}
|
|
1736
|
-
export interface PivotFieldSortOptions {
|
|
1737
|
-
FieldId: string | undefined;
|
|
1738
|
-
SortBy: PivotTableSortBy | undefined;
|
|
1739
|
-
}
|
|
1740
|
-
export interface PivotTableSortConfiguration {
|
|
1741
|
-
FieldSortOptions?: PivotFieldSortOptions[] | undefined;
|
|
1742
|
-
}
|
|
1747
|
+
export declare const DataPathLabelTypeFilterSensitiveLog: (
|
|
1748
|
+
obj: DataPathLabelType
|
|
1749
|
+
) => any;
|
|
1743
1750
|
export declare const DataLabelTypeFilterSensitiveLog: (
|
|
1744
1751
|
obj: DataLabelType
|
|
1745
1752
|
) => any;
|
|
@@ -2079,22 +2086,3 @@ export declare const PivotTableFieldCollapseStateOptionFilterSensitiveLog: (
|
|
|
2079
2086
|
export declare const PivotTableDataPathOptionFilterSensitiveLog: (
|
|
2080
2087
|
obj: PivotTableDataPathOption
|
|
2081
2088
|
) => any;
|
|
2082
|
-
export declare const PivotTableFieldOptionsFilterSensitiveLog: (
|
|
2083
|
-
obj: PivotTableFieldOptions
|
|
2084
|
-
) => any;
|
|
2085
|
-
export declare const PivotTableAggregatedFieldWellsFilterSensitiveLog: (
|
|
2086
|
-
obj: PivotTableAggregatedFieldWells
|
|
2087
|
-
) => any;
|
|
2088
|
-
export declare const PivotTableFieldWellsFilterSensitiveLog: (
|
|
2089
|
-
obj: PivotTableFieldWells
|
|
2090
|
-
) => any;
|
|
2091
|
-
export declare const DataPathSortFilterSensitiveLog: (obj: DataPathSort) => any;
|
|
2092
|
-
export declare const PivotTableSortByFilterSensitiveLog: (
|
|
2093
|
-
obj: PivotTableSortBy
|
|
2094
|
-
) => any;
|
|
2095
|
-
export declare const PivotFieldSortOptionsFilterSensitiveLog: (
|
|
2096
|
-
obj: PivotFieldSortOptions
|
|
2097
|
-
) => any;
|
|
2098
|
-
export declare const PivotTableSortConfigurationFilterSensitiveLog: (
|
|
2099
|
-
obj: PivotTableSortConfiguration
|
|
2100
|
-
) => any;
|