@aws-sdk/client-quicksight 3.395.0 → 3.399.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/commands/UpdateAnalysisCommand.js +2 -2
- package/dist-cjs/models/models_1.js +4 -22
- package/dist-cjs/models/models_2.js +26 -9
- package/dist-cjs/models/models_3.js +7 -6
- package/dist-cjs/models/models_4.js +6 -1
- package/dist-cjs/pagination/DescribeFolderPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeFolderResolvedPermissionsPaginator.js +29 -0
- package/dist-cjs/pagination/ListFolderMembersPaginator.js +29 -0
- package/dist-cjs/pagination/ListFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchFoldersPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_restJson1.js +23 -0
- package/dist-cjs/runtimeExtensions.js +5 -5
- package/dist-es/commands/UpdateAnalysisCommand.js +1 -1
- package/dist-es/models/models_1.js +1 -19
- package/dist-es/models/models_2.js +23 -6
- package/dist-es/models/models_3.js +6 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/pagination/DescribeFolderPermissionsPaginator.js +25 -0
- package/dist-es/pagination/DescribeFolderResolvedPermissionsPaginator.js +25 -0
- package/dist-es/pagination/ListFolderMembersPaginator.js +25 -0
- package/dist-es/pagination/ListFoldersPaginator.js +25 -0
- package/dist-es/pagination/SearchFoldersPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +23 -0
- package/dist-es/runtimeExtensions.js +5 -5
- package/dist-types/commands/CreateAnalysisCommand.d.ts +19 -13
- package/dist-types/commands/CreateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/CreateFolderCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +19 -13
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -0
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +19 -13
- package/dist-types/commands/ListFoldersCommand.d.ts +1 -0
- package/dist-types/commands/SearchFoldersCommand.d.ts +1 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +4 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +20 -14
- package/dist-types/commands/UpdateDashboardCommand.d.ts +19 -13
- package/dist-types/commands/UpdateTemplateCommand.d.ts +19 -13
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +12 -21
- package/dist-types/models/models_1.d.ts +60 -65
- package/dist-types/models/models_2.d.ts +63 -118
- package/dist-types/models/models_3.d.ts +187 -119
- package/dist-types/models/models_4.d.ts +97 -0
- package/dist-types/pagination/DescribeFolderPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFolderMembersPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchFoldersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/runtimeExtensions.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -5
- package/dist-types/ts3.4/models/models_1.d.ts +24 -41
- package/dist-types/ts3.4/models/models_2.d.ts +34 -29
- package/dist-types/ts3.4/models/models_3.d.ts +51 -35
- package/dist-types/ts3.4/models/models_4.d.ts +24 -0
- package/dist-types/ts3.4/pagination/DescribeFolderPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeFolderResolvedPermissionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFolderMembersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchFoldersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -2
- package/package.json +29 -29
- package/dist-types/clientConfiguration.d.ts +0 -6
- package/dist-types/ts3.4/clientConfiguration.d.ts +0 -3
- /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
- /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
|
@@ -1,6 +1,99 @@
|
|
|
1
1
|
import { ResourceStatus } from "./models_0";
|
|
2
|
+
import { AnalysisDefinition, AnalysisSourceEntity } from "./models_1";
|
|
2
3
|
import { _Parameters, AssignmentStatus, ColumnGroup, ColumnLevelPermissionRule, DashboardPublishOptions, DashboardSourceEntity, DashboardVersionDefinition, DataSetImportMode, DatasetParameter, DataSetUsageConfiguration, DataSourceCredentials, DataSourceParameters, FieldFolder, Group, LogicalTable, PhysicalTable, RefreshSchedule, ResourcePermission, RowLevelPermissionDataSet, RowLevelPermissionTagConfiguration, SslProperties, TemplateAlias, TemplateSourceEntity, TemplateVersionDefinition, ThemeAlias, ThemeConfiguration, TopicDetails, TopicRefreshSchedule, VPCConnectionAvailabilityStatus, VpcConnectionProperties, VPCConnectionResourceStatus } from "./models_2";
|
|
3
4
|
import { LinkSharingConfiguration, User, UserRole } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateAccountSettingsResponse {
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
12
|
+
*/
|
|
13
|
+
RequestId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>The HTTP status of the request.</p>
|
|
17
|
+
*/
|
|
18
|
+
Status?: number;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface UpdateAnalysisRequest {
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>The ID of the Amazon Web Services account that contains the analysis that you're updating.</p>
|
|
27
|
+
*/
|
|
28
|
+
AwsAccountId: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* <p>The ID for the analysis that you're updating. This ID displays in the URL of the
|
|
32
|
+
* analysis.</p>
|
|
33
|
+
*/
|
|
34
|
+
AnalysisId: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
* <p>A descriptive name for the analysis that you're updating. This name displays for the
|
|
38
|
+
* analysis in the Amazon QuickSight console.</p>
|
|
39
|
+
*/
|
|
40
|
+
Name: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* <p>The parameter names and override values that you want to use. An analysis can have
|
|
44
|
+
* any parameter type, and some parameters might accept multiple values. </p>
|
|
45
|
+
*/
|
|
46
|
+
Parameters?: _Parameters;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* <p>A source entity to use for the analysis that you're updating. This metadata structure
|
|
50
|
+
* contains details that describe a source template and one or more datasets.</p>
|
|
51
|
+
*/
|
|
52
|
+
SourceEntity?: AnalysisSourceEntity;
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* <p>The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're
|
|
56
|
+
* creating. To see the theme in the Amazon QuickSight console, make sure that you have access to
|
|
57
|
+
* it.</p>
|
|
58
|
+
*/
|
|
59
|
+
ThemeArn?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* <p>The definition of an analysis.</p>
|
|
63
|
+
* <p>A definition is the data model of all features in a Dashboard, Template, or Analysis.</p>
|
|
64
|
+
*/
|
|
65
|
+
Definition?: AnalysisDefinition;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface UpdateAnalysisResponse {
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
* <p>The ARN of the analysis that you're updating.</p>
|
|
74
|
+
*/
|
|
75
|
+
Arn?: string;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
* <p>The ID of the analysis.</p>
|
|
79
|
+
*/
|
|
80
|
+
AnalysisId?: string;
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
* <p>The update status of the last update that was made to the analysis.</p>
|
|
84
|
+
*/
|
|
85
|
+
UpdateStatus?: ResourceStatus | string;
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
* <p>The HTTP status of the request.</p>
|
|
89
|
+
*/
|
|
90
|
+
Status?: number;
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
94
|
+
*/
|
|
95
|
+
RequestId?: string;
|
|
96
|
+
}
|
|
4
97
|
/**
|
|
5
98
|
* @public
|
|
6
99
|
*/
|
|
@@ -1710,6 +1803,10 @@ export interface UpdateVPCConnectionResponse {
|
|
|
1710
1803
|
*/
|
|
1711
1804
|
Status?: number;
|
|
1712
1805
|
}
|
|
1806
|
+
/**
|
|
1807
|
+
* @internal
|
|
1808
|
+
*/
|
|
1809
|
+
export declare const UpdateAnalysisRequestFilterSensitiveLog: (obj: UpdateAnalysisRequest) => any;
|
|
1713
1810
|
/**
|
|
1714
1811
|
* @internal
|
|
1715
1812
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeFolderPermissionsCommandInput, DescribeFolderPermissionsCommandOutput } from "../commands/DescribeFolderPermissionsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeFolderPermissions(config: QuickSightPaginationConfiguration, input: DescribeFolderPermissionsCommandInput, ...additionalArguments: any): Paginator<DescribeFolderPermissionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeFolderResolvedPermissionsCommandInput, DescribeFolderResolvedPermissionsCommandOutput } from "../commands/DescribeFolderResolvedPermissionsCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeFolderResolvedPermissions(config: QuickSightPaginationConfiguration, input: DescribeFolderResolvedPermissionsCommandInput, ...additionalArguments: any): Paginator<DescribeFolderResolvedPermissionsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListFolderMembersCommandInput, ListFolderMembersCommandOutput } from "../commands/ListFolderMembersCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListFolderMembers(config: QuickSightPaginationConfiguration, input: ListFolderMembersCommandInput, ...additionalArguments: any): Paginator<ListFolderMembersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListFoldersCommandInput, ListFoldersCommandOutput } from "../commands/ListFoldersCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateListFolders(config: QuickSightPaginationConfiguration, input: ListFoldersCommandInput, ...additionalArguments: any): Paginator<ListFoldersCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { SearchFoldersCommandInput, SearchFoldersCommandOutput } from "../commands/SearchFoldersCommand";
|
|
3
|
+
import { QuickSightPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateSearchFolders(config: QuickSightPaginationConfiguration, input: SearchFoldersCommandInput, ...additionalArguments: any): Paginator<SearchFoldersCommandOutput>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
export * from "./DescribeFolderPermissionsPaginator";
|
|
2
|
+
export * from "./DescribeFolderResolvedPermissionsPaginator";
|
|
1
3
|
export * from "./Interfaces";
|
|
2
4
|
export * from "./ListAnalysesPaginator";
|
|
3
5
|
export * from "./ListAssetBundleExportJobsPaginator";
|
|
@@ -6,6 +8,8 @@ export * from "./ListDashboardVersionsPaginator";
|
|
|
6
8
|
export * from "./ListDashboardsPaginator";
|
|
7
9
|
export * from "./ListDataSetsPaginator";
|
|
8
10
|
export * from "./ListDataSourcesPaginator";
|
|
11
|
+
export * from "./ListFolderMembersPaginator";
|
|
12
|
+
export * from "./ListFoldersPaginator";
|
|
9
13
|
export * from "./ListGroupMembershipsPaginator";
|
|
10
14
|
export * from "./ListGroupsPaginator";
|
|
11
15
|
export * from "./ListIAMPolicyAssignmentsForUserPaginator";
|
|
@@ -25,4 +29,5 @@ export * from "./SearchAnalysesPaginator";
|
|
|
25
29
|
export * from "./SearchDashboardsPaginator";
|
|
26
30
|
export * from "./SearchDataSetsPaginator";
|
|
27
31
|
export * from "./SearchDataSourcesPaginator";
|
|
32
|
+
export * from "./SearchFoldersPaginator";
|
|
28
33
|
export * from "./SearchGroupsPaginator";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { QuickSightExtensionConfiguration } from "./extensionConfiguration";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
5
5
|
export interface RuntimeExtension {
|
|
6
|
-
|
|
6
|
+
configure(clientConfiguration: QuickSightExtensionConfiguration): void;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* @public
|
|
@@ -6,10 +6,8 @@ import {
|
|
|
6
6
|
MetadataBearer as __MetadataBearer,
|
|
7
7
|
MiddlewareStack,
|
|
8
8
|
} from "@smithy/types";
|
|
9
|
-
import {
|
|
10
|
-
|
|
11
|
-
UpdateAccountSettingsResponse,
|
|
12
|
-
} from "../models/models_3";
|
|
9
|
+
import { UpdateAccountSettingsRequest } from "../models/models_3";
|
|
10
|
+
import { UpdateAccountSettingsResponse } from "../models/models_4";
|
|
13
11
|
import {
|
|
14
12
|
QuickSightClientResolvedConfig,
|
|
15
13
|
ServiceInputTypes,
|
|
@@ -113,6 +113,7 @@ export interface AggregationSortConfiguration {
|
|
|
113
113
|
SortDirection: SortDirection | string | undefined;
|
|
114
114
|
AggregationFunction?: AggregationFunction;
|
|
115
115
|
}
|
|
116
|
+
export interface AllSheetsFilterScopeConfiguration {}
|
|
116
117
|
export interface AmazonElasticsearchParameters {
|
|
117
118
|
Domain: string | undefined;
|
|
118
119
|
}
|
|
@@ -581,6 +582,7 @@ export interface SelectedSheetsFilterScopeConfiguration {
|
|
|
581
582
|
}
|
|
582
583
|
export interface FilterScopeConfiguration {
|
|
583
584
|
SelectedSheets?: SelectedSheetsFilterScopeConfiguration;
|
|
585
|
+
AllSheets?: AllSheetsFilterScopeConfiguration;
|
|
584
586
|
}
|
|
585
587
|
export interface FilterGroup {
|
|
586
588
|
FilterGroupId: string | undefined;
|
|
@@ -1643,11 +1645,6 @@ export type BoxPlotFillStyle =
|
|
|
1643
1645
|
export interface BoxPlotStyleOptions {
|
|
1644
1646
|
FillStyle?: BoxPlotFillStyle | string;
|
|
1645
1647
|
}
|
|
1646
|
-
export interface BoxPlotOptions {
|
|
1647
|
-
StyleOptions?: BoxPlotStyleOptions;
|
|
1648
|
-
OutlierVisibility?: Visibility | string;
|
|
1649
|
-
AllDataPointsVisibility?: Visibility | string;
|
|
1650
|
-
}
|
|
1651
1648
|
export declare const CalculatedFieldFilterSensitiveLog: (
|
|
1652
1649
|
obj: CalculatedField
|
|
1653
1650
|
) => any;
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
AxisDisplayOptions,
|
|
5
5
|
BarChartVisual,
|
|
6
6
|
BarsArrangement,
|
|
7
|
-
|
|
7
|
+
BoxPlotStyleOptions,
|
|
8
8
|
CalculatedField,
|
|
9
9
|
ChartAxisLabelOptions,
|
|
10
10
|
ColumnConfiguration,
|
|
@@ -49,6 +49,11 @@ import {
|
|
|
49
49
|
VisualTitleLabelOptions,
|
|
50
50
|
WidgetStatus,
|
|
51
51
|
} from "./models_0";
|
|
52
|
+
export interface BoxPlotOptions {
|
|
53
|
+
StyleOptions?: BoxPlotStyleOptions;
|
|
54
|
+
OutlierVisibility?: Visibility | string;
|
|
55
|
+
AllDataPointsVisibility?: Visibility | string;
|
|
56
|
+
}
|
|
52
57
|
export interface BoxPlotAggregatedFieldWells {
|
|
53
58
|
GroupBy?: DimensionField[];
|
|
54
59
|
Values?: MeasureField[];
|
|
@@ -595,7 +600,7 @@ export type ForecastComputationSeasonality =
|
|
|
595
600
|
export interface ForecastComputation {
|
|
596
601
|
ComputationId: string | undefined;
|
|
597
602
|
Name?: string;
|
|
598
|
-
Time
|
|
603
|
+
Time?: DimensionField;
|
|
599
604
|
Value?: MeasureField;
|
|
600
605
|
PeriodsForward?: number;
|
|
601
606
|
PeriodsBackward?: number;
|
|
@@ -608,7 +613,7 @@ export interface ForecastComputation {
|
|
|
608
613
|
export interface GrowthRateComputation {
|
|
609
614
|
ComputationId: string | undefined;
|
|
610
615
|
Name?: string;
|
|
611
|
-
Time
|
|
616
|
+
Time?: DimensionField;
|
|
612
617
|
Value?: MeasureField;
|
|
613
618
|
PeriodSize?: number;
|
|
614
619
|
}
|
|
@@ -621,27 +626,27 @@ export type MaximumMinimumComputationType =
|
|
|
621
626
|
export interface MaximumMinimumComputation {
|
|
622
627
|
ComputationId: string | undefined;
|
|
623
628
|
Name?: string;
|
|
624
|
-
Time
|
|
629
|
+
Time?: DimensionField;
|
|
625
630
|
Value?: MeasureField;
|
|
626
631
|
Type: MaximumMinimumComputationType | string | undefined;
|
|
627
632
|
}
|
|
628
633
|
export interface MetricComparisonComputation {
|
|
629
634
|
ComputationId: string | undefined;
|
|
630
635
|
Name?: string;
|
|
631
|
-
Time
|
|
632
|
-
FromValue
|
|
633
|
-
TargetValue
|
|
636
|
+
Time?: DimensionField;
|
|
637
|
+
FromValue?: MeasureField;
|
|
638
|
+
TargetValue?: MeasureField;
|
|
634
639
|
}
|
|
635
640
|
export interface PeriodOverPeriodComputation {
|
|
636
641
|
ComputationId: string | undefined;
|
|
637
642
|
Name?: string;
|
|
638
|
-
Time
|
|
643
|
+
Time?: DimensionField;
|
|
639
644
|
Value?: MeasureField;
|
|
640
645
|
}
|
|
641
646
|
export interface PeriodToDateComputation {
|
|
642
647
|
ComputationId: string | undefined;
|
|
643
648
|
Name?: string;
|
|
644
|
-
Time
|
|
649
|
+
Time?: DimensionField;
|
|
645
650
|
Value?: MeasureField;
|
|
646
651
|
PeriodTimeGranularity?: TimeGranularity | string;
|
|
647
652
|
}
|
|
@@ -660,8 +665,8 @@ export type TopBottomComputationType =
|
|
|
660
665
|
export interface TopBottomMoversComputation {
|
|
661
666
|
ComputationId: string | undefined;
|
|
662
667
|
Name?: string;
|
|
663
|
-
Time
|
|
664
|
-
Category
|
|
668
|
+
Time?: DimensionField;
|
|
669
|
+
Category?: DimensionField;
|
|
665
670
|
Value?: MeasureField;
|
|
666
671
|
MoverSize?: number;
|
|
667
672
|
SortOrder?: TopBottomSortOrder | string;
|
|
@@ -670,7 +675,7 @@ export interface TopBottomMoversComputation {
|
|
|
670
675
|
export interface TopBottomRankedComputation {
|
|
671
676
|
ComputationId: string | undefined;
|
|
672
677
|
Name?: string;
|
|
673
|
-
Category
|
|
678
|
+
Category?: DimensionField;
|
|
674
679
|
Value?: MeasureField;
|
|
675
680
|
ResultSize?: number;
|
|
676
681
|
Type: TopBottomComputationType | string | undefined;
|
|
@@ -678,12 +683,12 @@ export interface TopBottomRankedComputation {
|
|
|
678
683
|
export interface TotalAggregationComputation {
|
|
679
684
|
ComputationId: string | undefined;
|
|
680
685
|
Name?: string;
|
|
681
|
-
Value
|
|
686
|
+
Value?: MeasureField;
|
|
682
687
|
}
|
|
683
688
|
export interface UniqueValuesComputation {
|
|
684
689
|
ComputationId: string | undefined;
|
|
685
690
|
Name?: string;
|
|
686
|
-
Category
|
|
691
|
+
Category?: DimensionField;
|
|
687
692
|
}
|
|
688
693
|
export interface Computation {
|
|
689
694
|
TopBottomRanked?: TopBottomRankedComputation;
|
|
@@ -1325,6 +1330,9 @@ export interface ScatterPlotVisual {
|
|
|
1325
1330
|
Actions?: VisualCustomAction[];
|
|
1326
1331
|
ColumnHierarchies?: ColumnHierarchy[];
|
|
1327
1332
|
}
|
|
1333
|
+
export interface TablePinnedFieldOptions {
|
|
1334
|
+
PinnedLeftFields?: string[];
|
|
1335
|
+
}
|
|
1328
1336
|
export declare const TableCellImageScalingConfiguration: {
|
|
1329
1337
|
readonly DO_NOT_SCALE: "DO_NOT_SCALE";
|
|
1330
1338
|
readonly FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT";
|
|
@@ -1374,6 +1382,7 @@ export interface TableFieldOption {
|
|
|
1374
1382
|
export interface TableFieldOptions {
|
|
1375
1383
|
SelectedFieldOptions?: TableFieldOption[];
|
|
1376
1384
|
Order?: string[];
|
|
1385
|
+
PinnedFieldOptions?: TablePinnedFieldOptions;
|
|
1377
1386
|
}
|
|
1378
1387
|
export interface TableAggregatedFieldWells {
|
|
1379
1388
|
GroupBy?: DimensionField[];
|
|
@@ -1698,6 +1707,7 @@ export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
|
1698
1707
|
}
|
|
1699
1708
|
export declare const SnapshotFileFormatType: {
|
|
1700
1709
|
readonly CSV: "CSV";
|
|
1710
|
+
readonly EXCEL: "EXCEL";
|
|
1701
1711
|
readonly PDF: "PDF";
|
|
1702
1712
|
};
|
|
1703
1713
|
export type SnapshotFileFormatType =
|
|
@@ -1768,33 +1778,6 @@ export declare const AssetBundleExportJobDataSetPropertyToOverride: {
|
|
|
1768
1778
|
};
|
|
1769
1779
|
export type AssetBundleExportJobDataSetPropertyToOverride =
|
|
1770
1780
|
(typeof AssetBundleExportJobDataSetPropertyToOverride)[keyof typeof AssetBundleExportJobDataSetPropertyToOverride];
|
|
1771
|
-
export interface AssetBundleExportJobDataSetOverrideProperties {
|
|
1772
|
-
Arn?: string;
|
|
1773
|
-
Properties:
|
|
1774
|
-
| (AssetBundleExportJobDataSetPropertyToOverride | string)[]
|
|
1775
|
-
| undefined;
|
|
1776
|
-
}
|
|
1777
|
-
export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
|
|
1778
|
-
readonly CATALOG: "Catalog";
|
|
1779
|
-
readonly CLUSTER_ID: "ClusterId";
|
|
1780
|
-
readonly DATABASE: "Database";
|
|
1781
|
-
readonly DATA_SET_NAME: "DataSetName";
|
|
1782
|
-
readonly DISABLE_SSL: "DisableSsl";
|
|
1783
|
-
readonly DOMAIN: "Domain";
|
|
1784
|
-
readonly HOST: "Host";
|
|
1785
|
-
readonly INSTANCE_ID: "InstanceId";
|
|
1786
|
-
readonly MANIFEST_FILE_LOCATION: "ManifestFileLocation";
|
|
1787
|
-
readonly NAME: "Name";
|
|
1788
|
-
readonly PASSWORD: "Password";
|
|
1789
|
-
readonly PORT: "Port";
|
|
1790
|
-
readonly ROLE_ARN: "RoleArn";
|
|
1791
|
-
readonly SECRET_ARN: "SecretArn";
|
|
1792
|
-
readonly USERNAME: "Username";
|
|
1793
|
-
readonly WAREHOUSE: "Warehouse";
|
|
1794
|
-
readonly WORK_GROUP: "WorkGroup";
|
|
1795
|
-
};
|
|
1796
|
-
export type AssetBundleExportJobDataSourcePropertyToOverride =
|
|
1797
|
-
(typeof AssetBundleExportJobDataSourcePropertyToOverride)[keyof typeof AssetBundleExportJobDataSourcePropertyToOverride];
|
|
1798
1781
|
export declare const BoxPlotAggregatedFieldWellsFilterSensitiveLog: (
|
|
1799
1782
|
obj: BoxPlotAggregatedFieldWells
|
|
1800
1783
|
) => any;
|
|
@@ -23,13 +23,39 @@ import {
|
|
|
23
23
|
AnalysisSourceEntity,
|
|
24
24
|
AssetBundleExportJobAnalysisOverrideProperties,
|
|
25
25
|
AssetBundleExportJobDashboardOverrideProperties,
|
|
26
|
-
|
|
27
|
-
AssetBundleExportJobDataSourcePropertyToOverride,
|
|
26
|
+
AssetBundleExportJobDataSetPropertyToOverride,
|
|
28
27
|
DataSetReference,
|
|
29
28
|
FilterOperator,
|
|
30
29
|
SheetDefinition,
|
|
31
30
|
} from "./models_1";
|
|
32
31
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
32
|
+
export interface AssetBundleExportJobDataSetOverrideProperties {
|
|
33
|
+
Arn?: string;
|
|
34
|
+
Properties:
|
|
35
|
+
| (AssetBundleExportJobDataSetPropertyToOverride | string)[]
|
|
36
|
+
| undefined;
|
|
37
|
+
}
|
|
38
|
+
export declare const AssetBundleExportJobDataSourcePropertyToOverride: {
|
|
39
|
+
readonly CATALOG: "Catalog";
|
|
40
|
+
readonly CLUSTER_ID: "ClusterId";
|
|
41
|
+
readonly DATABASE: "Database";
|
|
42
|
+
readonly DATA_SET_NAME: "DataSetName";
|
|
43
|
+
readonly DISABLE_SSL: "DisableSsl";
|
|
44
|
+
readonly DOMAIN: "Domain";
|
|
45
|
+
readonly HOST: "Host";
|
|
46
|
+
readonly INSTANCE_ID: "InstanceId";
|
|
47
|
+
readonly MANIFEST_FILE_LOCATION: "ManifestFileLocation";
|
|
48
|
+
readonly NAME: "Name";
|
|
49
|
+
readonly PASSWORD: "Password";
|
|
50
|
+
readonly PORT: "Port";
|
|
51
|
+
readonly ROLE_ARN: "RoleArn";
|
|
52
|
+
readonly SECRET_ARN: "SecretArn";
|
|
53
|
+
readonly USERNAME: "Username";
|
|
54
|
+
readonly WAREHOUSE: "Warehouse";
|
|
55
|
+
readonly WORK_GROUP: "WorkGroup";
|
|
56
|
+
};
|
|
57
|
+
export type AssetBundleExportJobDataSourcePropertyToOverride =
|
|
58
|
+
(typeof AssetBundleExportJobDataSourcePropertyToOverride)[keyof typeof AssetBundleExportJobDataSourcePropertyToOverride];
|
|
33
59
|
export interface AssetBundleExportJobDataSourceOverrideProperties {
|
|
34
60
|
Arn?: string;
|
|
35
61
|
Properties:
|
|
@@ -1915,6 +1941,11 @@ export declare const FolderType: {
|
|
|
1915
1941
|
readonly SHARED: "SHARED";
|
|
1916
1942
|
};
|
|
1917
1943
|
export type FolderType = (typeof FolderType)[keyof typeof FolderType];
|
|
1944
|
+
export declare const SharingModel: {
|
|
1945
|
+
readonly ACCOUNT: "ACCOUNT";
|
|
1946
|
+
readonly NAMESPACE: "NAMESPACE";
|
|
1947
|
+
};
|
|
1948
|
+
export type SharingModel = (typeof SharingModel)[keyof typeof SharingModel];
|
|
1918
1949
|
export interface CreateFolderRequest {
|
|
1919
1950
|
AwsAccountId: string | undefined;
|
|
1920
1951
|
FolderId: string | undefined;
|
|
@@ -1923,6 +1954,7 @@ export interface CreateFolderRequest {
|
|
|
1923
1954
|
ParentFolderArn?: string;
|
|
1924
1955
|
Permissions?: ResourcePermission[];
|
|
1925
1956
|
Tags?: Tag[];
|
|
1957
|
+
SharingModel?: SharingModel | string;
|
|
1926
1958
|
}
|
|
1927
1959
|
export interface CreateFolderResponse {
|
|
1928
1960
|
Status?: number;
|
|
@@ -2764,33 +2796,6 @@ export declare const DataSourceErrorInfoType: {
|
|
|
2764
2796
|
};
|
|
2765
2797
|
export type DataSourceErrorInfoType =
|
|
2766
2798
|
(typeof DataSourceErrorInfoType)[keyof typeof DataSourceErrorInfoType];
|
|
2767
|
-
export interface DataSourceErrorInfo {
|
|
2768
|
-
Type?: DataSourceErrorInfoType | string;
|
|
2769
|
-
Message?: string;
|
|
2770
|
-
}
|
|
2771
|
-
export interface DataSource {
|
|
2772
|
-
Arn?: string;
|
|
2773
|
-
DataSourceId?: string;
|
|
2774
|
-
Name?: string;
|
|
2775
|
-
Type?: DataSourceType | string;
|
|
2776
|
-
Status?: ResourceStatus | string;
|
|
2777
|
-
CreatedTime?: Date;
|
|
2778
|
-
LastUpdatedTime?: Date;
|
|
2779
|
-
DataSourceParameters?: DataSourceParameters;
|
|
2780
|
-
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
2781
|
-
VpcConnectionProperties?: VpcConnectionProperties;
|
|
2782
|
-
SslProperties?: SslProperties;
|
|
2783
|
-
ErrorInfo?: DataSourceErrorInfo;
|
|
2784
|
-
SecretArn?: string;
|
|
2785
|
-
}
|
|
2786
|
-
export declare const DataSourceFilterAttribute: {
|
|
2787
|
-
readonly DATASOURCE_NAME: "DATASOURCE_NAME";
|
|
2788
|
-
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
2789
|
-
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
2790
|
-
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
2791
|
-
};
|
|
2792
|
-
export type DataSourceFilterAttribute =
|
|
2793
|
-
(typeof DataSourceFilterAttribute)[keyof typeof DataSourceFilterAttribute];
|
|
2794
2799
|
export declare const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog: (
|
|
2795
2800
|
obj: AssetBundleImportJobDataSourceCredentialPair
|
|
2796
2801
|
) => any;
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
AnalysisDefinition,
|
|
15
15
|
AnalysisSearchFilter,
|
|
16
|
-
AnalysisSourceEntity,
|
|
17
16
|
AnalysisSummary,
|
|
18
17
|
AnonymousUserEmbeddingExperienceConfiguration,
|
|
19
18
|
AnonymousUserSnapshotJobResult,
|
|
@@ -50,8 +49,8 @@ import {
|
|
|
50
49
|
DataSetRefreshProperties,
|
|
51
50
|
DataSetSearchFilter,
|
|
52
51
|
DataSetSummary,
|
|
53
|
-
|
|
54
|
-
|
|
52
|
+
DataSourceErrorInfoType,
|
|
53
|
+
DataSourceParameters,
|
|
55
54
|
DataSourceType,
|
|
56
55
|
FolderType,
|
|
57
56
|
Group,
|
|
@@ -62,6 +61,8 @@ import {
|
|
|
62
61
|
NamespaceStatus,
|
|
63
62
|
RefreshSchedule,
|
|
64
63
|
ResourcePermission,
|
|
64
|
+
SharingModel,
|
|
65
|
+
SslProperties,
|
|
65
66
|
Tag,
|
|
66
67
|
TemplateAlias,
|
|
67
68
|
TemplateVersionDefinition,
|
|
@@ -70,9 +71,37 @@ import {
|
|
|
70
71
|
TopicDetails,
|
|
71
72
|
TopicRefreshSchedule,
|
|
72
73
|
VPCConnectionAvailabilityStatus,
|
|
74
|
+
VpcConnectionProperties,
|
|
73
75
|
VPCConnectionResourceStatus,
|
|
74
76
|
} from "./models_2";
|
|
75
77
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
78
|
+
export interface DataSourceErrorInfo {
|
|
79
|
+
Type?: DataSourceErrorInfoType | string;
|
|
80
|
+
Message?: string;
|
|
81
|
+
}
|
|
82
|
+
export interface DataSource {
|
|
83
|
+
Arn?: string;
|
|
84
|
+
DataSourceId?: string;
|
|
85
|
+
Name?: string;
|
|
86
|
+
Type?: DataSourceType | string;
|
|
87
|
+
Status?: ResourceStatus | string;
|
|
88
|
+
CreatedTime?: Date;
|
|
89
|
+
LastUpdatedTime?: Date;
|
|
90
|
+
DataSourceParameters?: DataSourceParameters;
|
|
91
|
+
AlternateDataSourceParameters?: DataSourceParameters[];
|
|
92
|
+
VpcConnectionProperties?: VpcConnectionProperties;
|
|
93
|
+
SslProperties?: SslProperties;
|
|
94
|
+
ErrorInfo?: DataSourceErrorInfo;
|
|
95
|
+
SecretArn?: string;
|
|
96
|
+
}
|
|
97
|
+
export declare const DataSourceFilterAttribute: {
|
|
98
|
+
readonly DATASOURCE_NAME: "DATASOURCE_NAME";
|
|
99
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
100
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
101
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
102
|
+
};
|
|
103
|
+
export type DataSourceFilterAttribute =
|
|
104
|
+
(typeof DataSourceFilterAttribute)[keyof typeof DataSourceFilterAttribute];
|
|
76
105
|
export interface DataSourceSearchFilter {
|
|
77
106
|
Operator: FilterOperator | string | undefined;
|
|
78
107
|
Name: DataSourceFilterAttribute | string | undefined;
|
|
@@ -588,6 +617,7 @@ export interface Folder {
|
|
|
588
617
|
FolderPath?: string[];
|
|
589
618
|
CreatedTime?: Date;
|
|
590
619
|
LastUpdatedTime?: Date;
|
|
620
|
+
SharingModel?: SharingModel | string;
|
|
591
621
|
}
|
|
592
622
|
export interface DescribeFolderResponse {
|
|
593
623
|
Status?: number;
|
|
@@ -597,6 +627,9 @@ export interface DescribeFolderResponse {
|
|
|
597
627
|
export interface DescribeFolderPermissionsRequest {
|
|
598
628
|
AwsAccountId: string | undefined;
|
|
599
629
|
FolderId: string | undefined;
|
|
630
|
+
Namespace?: string;
|
|
631
|
+
MaxResults?: number;
|
|
632
|
+
NextToken?: string;
|
|
600
633
|
}
|
|
601
634
|
export interface DescribeFolderPermissionsResponse {
|
|
602
635
|
Status?: number;
|
|
@@ -604,10 +637,23 @@ export interface DescribeFolderPermissionsResponse {
|
|
|
604
637
|
Arn?: string;
|
|
605
638
|
Permissions?: ResourcePermission[];
|
|
606
639
|
RequestId?: string;
|
|
640
|
+
NextToken?: string;
|
|
641
|
+
}
|
|
642
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
643
|
+
readonly name: "InvalidNextTokenException";
|
|
644
|
+
readonly $fault: "client";
|
|
645
|
+
Message?: string;
|
|
646
|
+
RequestId?: string;
|
|
647
|
+
constructor(
|
|
648
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
649
|
+
);
|
|
607
650
|
}
|
|
608
651
|
export interface DescribeFolderResolvedPermissionsRequest {
|
|
609
652
|
AwsAccountId: string | undefined;
|
|
610
653
|
FolderId: string | undefined;
|
|
654
|
+
Namespace?: string;
|
|
655
|
+
MaxResults?: number;
|
|
656
|
+
NextToken?: string;
|
|
611
657
|
}
|
|
612
658
|
export interface DescribeFolderResolvedPermissionsResponse {
|
|
613
659
|
Status?: number;
|
|
@@ -615,6 +661,7 @@ export interface DescribeFolderResolvedPermissionsResponse {
|
|
|
615
661
|
Arn?: string;
|
|
616
662
|
Permissions?: ResourcePermission[];
|
|
617
663
|
RequestId?: string;
|
|
664
|
+
NextToken?: string;
|
|
618
665
|
}
|
|
619
666
|
export interface DescribeGroupRequest {
|
|
620
667
|
GroupName: string | undefined;
|
|
@@ -655,15 +702,6 @@ export interface DescribeIAMPolicyAssignmentResponse {
|
|
|
655
702
|
RequestId?: string;
|
|
656
703
|
Status?: number;
|
|
657
704
|
}
|
|
658
|
-
export declare class InvalidNextTokenException extends __BaseException {
|
|
659
|
-
readonly name: "InvalidNextTokenException";
|
|
660
|
-
readonly $fault: "client";
|
|
661
|
-
Message?: string;
|
|
662
|
-
RequestId?: string;
|
|
663
|
-
constructor(
|
|
664
|
-
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
665
|
-
);
|
|
666
|
-
}
|
|
667
705
|
export interface DescribeIngestionRequest {
|
|
668
706
|
AwsAccountId: string | undefined;
|
|
669
707
|
DataSetId: string | undefined;
|
|
@@ -1140,6 +1178,7 @@ export interface FolderSummary {
|
|
|
1140
1178
|
FolderType?: FolderType | string;
|
|
1141
1179
|
CreatedTime?: Date;
|
|
1142
1180
|
LastUpdatedTime?: Date;
|
|
1181
|
+
SharingModel?: SharingModel | string;
|
|
1143
1182
|
}
|
|
1144
1183
|
export interface SessionTag {
|
|
1145
1184
|
Key: string | undefined;
|
|
@@ -1879,26 +1918,6 @@ export interface UpdateAccountSettingsRequest {
|
|
|
1879
1918
|
NotificationEmail?: string;
|
|
1880
1919
|
TerminationProtectionEnabled?: boolean;
|
|
1881
1920
|
}
|
|
1882
|
-
export interface UpdateAccountSettingsResponse {
|
|
1883
|
-
RequestId?: string;
|
|
1884
|
-
Status?: number;
|
|
1885
|
-
}
|
|
1886
|
-
export interface UpdateAnalysisRequest {
|
|
1887
|
-
AwsAccountId: string | undefined;
|
|
1888
|
-
AnalysisId: string | undefined;
|
|
1889
|
-
Name: string | undefined;
|
|
1890
|
-
Parameters?: _Parameters;
|
|
1891
|
-
SourceEntity?: AnalysisSourceEntity;
|
|
1892
|
-
ThemeArn?: string;
|
|
1893
|
-
Definition?: AnalysisDefinition;
|
|
1894
|
-
}
|
|
1895
|
-
export interface UpdateAnalysisResponse {
|
|
1896
|
-
Arn?: string;
|
|
1897
|
-
AnalysisId?: string;
|
|
1898
|
-
UpdateStatus?: ResourceStatus | string;
|
|
1899
|
-
Status?: number;
|
|
1900
|
-
RequestId?: string;
|
|
1901
|
-
}
|
|
1902
1921
|
export declare const DescribeAnalysisDefinitionResponseFilterSensitiveLog: (
|
|
1903
1922
|
obj: DescribeAnalysisDefinitionResponse
|
|
1904
1923
|
) => any;
|
|
@@ -1957,6 +1976,3 @@ export declare const SnapshotUserConfigurationFilterSensitiveLog: (
|
|
|
1957
1976
|
export declare const StartDashboardSnapshotJobRequestFilterSensitiveLog: (
|
|
1958
1977
|
obj: StartDashboardSnapshotJobRequest
|
|
1959
1978
|
) => any;
|
|
1960
|
-
export declare const UpdateAnalysisRequestFilterSensitiveLog: (
|
|
1961
|
-
obj: UpdateAnalysisRequest
|
|
1962
|
-
) => any;
|