@aws-sdk/client-quicksight 3.441.0 → 3.443.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/models/models_0.js +12 -3
- package/dist-cjs/models/models_1.js +3 -12
- package/dist-cjs/models/models_2.js +16 -19
- package/dist-cjs/models/models_3.js +17 -1
- package/dist-cjs/protocols/Aws_restJson1.js +9 -0
- package/dist-es/models/models_0.js +9 -0
- package/dist-es/models/models_1.js +0 -9
- package/dist-es/models/models_2.js +13 -16
- package/dist-es/models/models_3.js +16 -0
- package/dist-es/protocols/Aws_restJson1.js +9 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataSetCommand.d.ts +4 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +4 -0
- package/dist-types/commands/CreateVPCConnectionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4 -0
- package/dist-types/commands/SearchDataSetsCommand.d.ts +2 -1
- package/dist-types/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +38 -33
- package/dist-types/models/models_1.d.ts +39 -26
- package/dist-types/models/models_2.d.ts +59 -71
- package/dist-types/models/models_3.d.ts +88 -79
- package/dist-types/models/models_4.d.ts +77 -2
- package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchDataSetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +15 -8
- package/dist-types/ts3.4/models/models_1.d.ts +10 -14
- package/dist-types/ts3.4/models/models_2.d.ts +24 -30
- package/dist-types/ts3.4/models/models_3.d.ts +33 -20
- package/dist-types/ts3.4/models/models_4.d.ts +23 -2
- package/package.json +1 -1
|
@@ -54,6 +54,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
54
54
|
* // { // InputColumn
|
|
55
55
|
* // Name: "STRING_VALUE", // required
|
|
56
56
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
57
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
57
58
|
* // },
|
|
58
59
|
* // ],
|
|
59
60
|
* // },
|
|
@@ -65,6 +66,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
65
66
|
* // {
|
|
66
67
|
* // Name: "STRING_VALUE", // required
|
|
67
68
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
69
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
68
70
|
* // },
|
|
69
71
|
* // ],
|
|
70
72
|
* // },
|
|
@@ -81,6 +83,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
81
83
|
* // {
|
|
82
84
|
* // Name: "STRING_VALUE", // required
|
|
83
85
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
86
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
84
87
|
* // },
|
|
85
88
|
* // ],
|
|
86
89
|
* // },
|
|
@@ -115,6 +118,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
115
118
|
* // CastColumnTypeOperation: { // CastColumnTypeOperation
|
|
116
119
|
* // ColumnName: "STRING_VALUE", // required
|
|
117
120
|
* // NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
|
|
121
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
118
122
|
* // Format: "STRING_VALUE",
|
|
119
123
|
* // },
|
|
120
124
|
* // TagColumnOperation: { // TagColumnOperation
|
|
@@ -177,6 +181,7 @@ export interface DescribeDataSetCommandOutput extends DescribeDataSetResponse, _
|
|
|
177
181
|
* // Name: "STRING_VALUE",
|
|
178
182
|
* // Description: "STRING_VALUE",
|
|
179
183
|
* // Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME",
|
|
184
|
+
* // SubType: "FLOAT" || "FIXED",
|
|
180
185
|
* // },
|
|
181
186
|
* // ],
|
|
182
187
|
* // ImportMode: "SPICE" || "DIRECT_QUERY",
|
|
@@ -90,6 +90,10 @@ export interface DescribeTemplateCommandOutput extends DescribeTemplateResponse,
|
|
|
90
90
|
* // Name: "STRING_VALUE",
|
|
91
91
|
* // },
|
|
92
92
|
* // ],
|
|
93
|
+
* // Options: { // AssetOptions
|
|
94
|
+
* // Timezone: "STRING_VALUE",
|
|
95
|
+
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
96
|
+
* // },
|
|
93
97
|
* // },
|
|
94
98
|
* // TemplateId: "STRING_VALUE",
|
|
95
99
|
* // LastUpdatedTime: new Date("TIMESTAMP"),
|
|
@@ -4542,6 +4542,10 @@ export interface DescribeTemplateDefinitionCommandOutput extends DescribeTemplat
|
|
|
4542
4542
|
* // SheetContentType: "PAGINATED" || "INTERACTIVE",
|
|
4543
4543
|
* // },
|
|
4544
4544
|
* // },
|
|
4545
|
+
* // Options: { // AssetOptions
|
|
4546
|
+
* // Timezone: "STRING_VALUE",
|
|
4547
|
+
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
4548
|
+
* // },
|
|
4545
4549
|
* // },
|
|
4546
4550
|
* // Status: Number("int"),
|
|
4547
4551
|
* // RequestId: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { SearchDataSetsRequest
|
|
4
|
+
import { SearchDataSetsRequest } from "../models/models_3";
|
|
5
|
+
import { SearchDataSetsResponse } from "../models/models_4";
|
|
5
6
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { SearchDataSourcesRequest, SearchDataSourcesResponse } from "../models/
|
|
4
|
+
import { SearchDataSourcesRequest, SearchDataSourcesResponse } from "../models/models_4";
|
|
5
5
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -4542,6 +4542,10 @@ export interface UpdateAnalysisCommandOutput extends UpdateAnalysisResponse, __M
|
|
|
4542
4542
|
* SheetContentType: "PAGINATED" || "INTERACTIVE",
|
|
4543
4543
|
* },
|
|
4544
4544
|
* },
|
|
4545
|
+
* Options: { // AssetOptions
|
|
4546
|
+
* Timezone: "STRING_VALUE",
|
|
4547
|
+
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
4548
|
+
* },
|
|
4545
4549
|
* },
|
|
4546
4550
|
* ValidationStrategy: { // ValidationStrategy
|
|
4547
4551
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -4587,6 +4587,10 @@ export interface UpdateDashboardCommandOutput extends UpdateDashboardResponse, _
|
|
|
4587
4587
|
* SheetContentType: "PAGINATED" || "INTERACTIVE",
|
|
4588
4588
|
* },
|
|
4589
4589
|
* },
|
|
4590
|
+
* Options: { // AssetOptions
|
|
4591
|
+
* Timezone: "STRING_VALUE",
|
|
4592
|
+
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
4593
|
+
* },
|
|
4590
4594
|
* },
|
|
4591
4595
|
* ValidationStrategy: { // ValidationStrategy
|
|
4592
4596
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -45,6 +45,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
45
45
|
* { // InputColumn
|
|
46
46
|
* Name: "STRING_VALUE", // required
|
|
47
47
|
* Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
48
|
+
* SubType: "FLOAT" || "FIXED",
|
|
48
49
|
* },
|
|
49
50
|
* ],
|
|
50
51
|
* },
|
|
@@ -56,6 +57,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
56
57
|
* {
|
|
57
58
|
* Name: "STRING_VALUE", // required
|
|
58
59
|
* Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
60
|
+
* SubType: "FLOAT" || "FIXED",
|
|
59
61
|
* },
|
|
60
62
|
* ],
|
|
61
63
|
* },
|
|
@@ -72,6 +74,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
72
74
|
* {
|
|
73
75
|
* Name: "STRING_VALUE", // required
|
|
74
76
|
* Type: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME" || "BIT" || "BOOLEAN" || "JSON", // required
|
|
77
|
+
* SubType: "FLOAT" || "FIXED",
|
|
75
78
|
* },
|
|
76
79
|
* ],
|
|
77
80
|
* },
|
|
@@ -106,6 +109,7 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
|
|
|
106
109
|
* CastColumnTypeOperation: { // CastColumnTypeOperation
|
|
107
110
|
* ColumnName: "STRING_VALUE", // required
|
|
108
111
|
* NewColumnType: "STRING" || "INTEGER" || "DECIMAL" || "DATETIME", // required
|
|
112
|
+
* SubType: "FLOAT" || "FIXED",
|
|
109
113
|
* Format: "STRING_VALUE",
|
|
110
114
|
* },
|
|
111
115
|
* TagColumnOperation: { // TagColumnOperation
|
|
@@ -4529,6 +4529,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
4529
4529
|
* SheetContentType: "PAGINATED" || "INTERACTIVE",
|
|
4530
4530
|
* },
|
|
4531
4531
|
* },
|
|
4532
|
+
* Options: { // AssetOptions
|
|
4533
|
+
* Timezone: "STRING_VALUE",
|
|
4534
|
+
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
4535
|
+
* },
|
|
4532
4536
|
* },
|
|
4533
4537
|
* ValidationStrategy: { // ValidationStrategy
|
|
4534
4538
|
* Mode: "STRICT" || "LENIENT", // required
|
|
@@ -533,6 +533,39 @@ export interface AnalysisError {
|
|
|
533
533
|
*/
|
|
534
534
|
ViolatedEntities?: Entity[];
|
|
535
535
|
}
|
|
536
|
+
/**
|
|
537
|
+
* @public
|
|
538
|
+
* @enum
|
|
539
|
+
*/
|
|
540
|
+
export declare const DayOfTheWeek: {
|
|
541
|
+
readonly FRIDAY: "FRIDAY";
|
|
542
|
+
readonly MONDAY: "MONDAY";
|
|
543
|
+
readonly SATURDAY: "SATURDAY";
|
|
544
|
+
readonly SUNDAY: "SUNDAY";
|
|
545
|
+
readonly THURSDAY: "THURSDAY";
|
|
546
|
+
readonly TUESDAY: "TUESDAY";
|
|
547
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
548
|
+
};
|
|
549
|
+
/**
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
export type DayOfTheWeek = (typeof DayOfTheWeek)[keyof typeof DayOfTheWeek];
|
|
553
|
+
/**
|
|
554
|
+
* @public
|
|
555
|
+
* <p>An array of analysis level configurations.</p>
|
|
556
|
+
*/
|
|
557
|
+
export interface AssetOptions {
|
|
558
|
+
/**
|
|
559
|
+
* @public
|
|
560
|
+
* <p>Determines the timezone for the analysis.</p>
|
|
561
|
+
*/
|
|
562
|
+
Timezone?: string;
|
|
563
|
+
/**
|
|
564
|
+
* @public
|
|
565
|
+
* <p>Determines the week start day for an analysis.</p>
|
|
566
|
+
*/
|
|
567
|
+
WeekStart?: DayOfTheWeek;
|
|
568
|
+
}
|
|
536
569
|
/**
|
|
537
570
|
* @public
|
|
538
571
|
* <p>A <i>sheet</i>, which is an object that contains a set of visuals that
|
|
@@ -626,6 +659,11 @@ export interface Analysis {
|
|
|
626
659
|
* <p>A list of the associated sheets with the unique identifier and name of each sheet.</p>
|
|
627
660
|
*/
|
|
628
661
|
Sheets?: Sheet[];
|
|
662
|
+
/**
|
|
663
|
+
* @public
|
|
664
|
+
* <p>An array of analysis level configurations.</p>
|
|
665
|
+
*/
|
|
666
|
+
Options?: AssetOptions;
|
|
629
667
|
}
|
|
630
668
|
/**
|
|
631
669
|
* @public
|
|
@@ -6631,39 +6669,6 @@ export interface VisualSubtitleLabelOptions {
|
|
|
6631
6669
|
*/
|
|
6632
6670
|
FormatText?: LongFormatText;
|
|
6633
6671
|
}
|
|
6634
|
-
/**
|
|
6635
|
-
* @public
|
|
6636
|
-
* <p>The text format for the title.</p>
|
|
6637
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
6638
|
-
*/
|
|
6639
|
-
export interface ShortFormatText {
|
|
6640
|
-
/**
|
|
6641
|
-
* @public
|
|
6642
|
-
* <p>Plain text format.</p>
|
|
6643
|
-
*/
|
|
6644
|
-
PlainText?: string;
|
|
6645
|
-
/**
|
|
6646
|
-
* @public
|
|
6647
|
-
* <p>Rich text. Examples of rich text include bold, underline, and italics.</p>
|
|
6648
|
-
*/
|
|
6649
|
-
RichText?: string;
|
|
6650
|
-
}
|
|
6651
|
-
/**
|
|
6652
|
-
* @public
|
|
6653
|
-
* <p>The title label options for a visual.</p>
|
|
6654
|
-
*/
|
|
6655
|
-
export interface VisualTitleLabelOptions {
|
|
6656
|
-
/**
|
|
6657
|
-
* @public
|
|
6658
|
-
* <p>The visibility of the title label.</p>
|
|
6659
|
-
*/
|
|
6660
|
-
Visibility?: Visibility;
|
|
6661
|
-
/**
|
|
6662
|
-
* @public
|
|
6663
|
-
* <p>The short text format of the title label, such as plain text or rich text.</p>
|
|
6664
|
-
*/
|
|
6665
|
-
FormatText?: ShortFormatText;
|
|
6666
|
-
}
|
|
6667
6672
|
/**
|
|
6668
6673
|
* @internal
|
|
6669
6674
|
*/
|
|
@@ -1,4 +1,37 @@
|
|
|
1
|
-
import { AnalysisDefaults, AxisBinding, AxisDisplayOptions, BarChartConfiguration, BarsArrangement, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualPalette, VisualSubtitleLabelOptions,
|
|
1
|
+
import { AnalysisDefaults, AssetOptions, AxisBinding, AxisDisplayOptions, BarChartConfiguration, BarsArrangement, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, ColumnHierarchy, ColumnIdentifier, ColumnSort, ContributionAnalysisDefault, DataLabelOptions, DataLabelPosition, DataPathValue, DataSetIdentifierDeclaration, DimensionField, FieldSort, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, FormatConfiguration, HorizontalTextAlignment, ItemsLimitConfiguration, Layout, LegendOptions, MeasureField, NumberDisplayFormatConfiguration, ParameterControl, ParameterDeclaration, PercentageDisplayFormatConfiguration, ReferenceLine, ResourceStatus, SheetContentType, SheetControlLayout, SheetTextBox, SmallMultiplesOptions, SortDirection, TimeGranularity, TooltipOptions, URLTargetConfiguration, Visibility, VisualCustomAction, VisualPalette, VisualSubtitleLabelOptions, WidgetStatus } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
* <p>The text format for the title.</p>
|
|
5
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface ShortFormatText {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <p>Plain text format.</p>
|
|
11
|
+
*/
|
|
12
|
+
PlainText?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* <p>Rich text. Examples of rich text include bold, underline, and italics.</p>
|
|
16
|
+
*/
|
|
17
|
+
RichText?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
* <p>The title label options for a visual.</p>
|
|
22
|
+
*/
|
|
23
|
+
export interface VisualTitleLabelOptions {
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
* <p>The visibility of the title label.</p>
|
|
27
|
+
*/
|
|
28
|
+
Visibility?: Visibility;
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* <p>The short text format of the title label, such as plain text or rich text.</p>
|
|
32
|
+
*/
|
|
33
|
+
FormatText?: ShortFormatText;
|
|
34
|
+
}
|
|
2
35
|
/**
|
|
3
36
|
* @public
|
|
4
37
|
* <p>A bar chart.</p>
|
|
@@ -6579,6 +6612,11 @@ export interface AnalysisDefinition {
|
|
|
6579
6612
|
* <p>The configuration for default analysis settings.</p>
|
|
6580
6613
|
*/
|
|
6581
6614
|
AnalysisDefaults?: AnalysisDefaults;
|
|
6615
|
+
/**
|
|
6616
|
+
* @public
|
|
6617
|
+
* <p>An array of option definitions for an analysis.</p>
|
|
6618
|
+
*/
|
|
6619
|
+
Options?: AssetOptions;
|
|
6582
6620
|
}
|
|
6583
6621
|
/**
|
|
6584
6622
|
* @public
|
|
@@ -6832,31 +6870,6 @@ export interface AnonymousUserEmbeddingExperienceConfiguration {
|
|
|
6832
6870
|
*/
|
|
6833
6871
|
QSearchBar?: AnonymousUserQSearchBarEmbeddingConfiguration;
|
|
6834
6872
|
}
|
|
6835
|
-
/**
|
|
6836
|
-
* @public
|
|
6837
|
-
* @enum
|
|
6838
|
-
*/
|
|
6839
|
-
export declare const SnapshotFileFormatType: {
|
|
6840
|
-
readonly CSV: "CSV";
|
|
6841
|
-
readonly EXCEL: "EXCEL";
|
|
6842
|
-
readonly PDF: "PDF";
|
|
6843
|
-
};
|
|
6844
|
-
/**
|
|
6845
|
-
* @public
|
|
6846
|
-
*/
|
|
6847
|
-
export type SnapshotFileFormatType = (typeof SnapshotFileFormatType)[keyof typeof SnapshotFileFormatType];
|
|
6848
|
-
/**
|
|
6849
|
-
* @public
|
|
6850
|
-
* @enum
|
|
6851
|
-
*/
|
|
6852
|
-
export declare const SnapshotFileSheetSelectionScope: {
|
|
6853
|
-
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
6854
|
-
readonly SELECTED_VISUALS: "SELECTED_VISUALS";
|
|
6855
|
-
};
|
|
6856
|
-
/**
|
|
6857
|
-
* @public
|
|
6858
|
-
*/
|
|
6859
|
-
export type SnapshotFileSheetSelectionScope = (typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
|
|
6860
6873
|
/**
|
|
6861
6874
|
* @internal
|
|
6862
6875
|
*/
|
|
@@ -1,7 +1,32 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, TimeGranularity } from "./models_0";
|
|
3
|
-
import { AnalysisDefinition, AnalysisSourceEntity, DataSetReference, SheetDefinition
|
|
2
|
+
import { AccountCustomization, AdHocFilteringOption, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ColumnConfiguration, DashboardBehavior, DataSetIdentifierDeclaration, Edition, FilterGroup, NumberScale, ParameterDeclaration, ResourceStatus, TimeGranularity } from "./models_0";
|
|
3
|
+
import { AnalysisDefinition, AnalysisSourceEntity, DataSetReference, SheetDefinition } from "./models_1";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const SnapshotFileFormatType: {
|
|
10
|
+
readonly CSV: "CSV";
|
|
11
|
+
readonly EXCEL: "EXCEL";
|
|
12
|
+
readonly PDF: "PDF";
|
|
13
|
+
};
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export type SnapshotFileFormatType = (typeof SnapshotFileFormatType)[keyof typeof SnapshotFileFormatType];
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* @enum
|
|
21
|
+
*/
|
|
22
|
+
export declare const SnapshotFileSheetSelectionScope: {
|
|
23
|
+
readonly ALL_VISUALS: "ALL_VISUALS";
|
|
24
|
+
readonly SELECTED_VISUALS: "SELECTED_VISUALS";
|
|
25
|
+
};
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export type SnapshotFileSheetSelectionScope = (typeof SnapshotFileSheetSelectionScope)[keyof typeof SnapshotFileSheetSelectionScope];
|
|
5
30
|
/**
|
|
6
31
|
* @public
|
|
7
32
|
* <p>A structure that contains information that identifies the snapshot that needs to be generated.</p>
|
|
@@ -2531,6 +2556,18 @@ export declare const ColumnDataType: {
|
|
|
2531
2556
|
* @public
|
|
2532
2557
|
*/
|
|
2533
2558
|
export type ColumnDataType = (typeof ColumnDataType)[keyof typeof ColumnDataType];
|
|
2559
|
+
/**
|
|
2560
|
+
* @public
|
|
2561
|
+
* @enum
|
|
2562
|
+
*/
|
|
2563
|
+
export declare const ColumnDataSubType: {
|
|
2564
|
+
readonly FIXED: "FIXED";
|
|
2565
|
+
readonly FLOAT: "FLOAT";
|
|
2566
|
+
};
|
|
2567
|
+
/**
|
|
2568
|
+
* @public
|
|
2569
|
+
*/
|
|
2570
|
+
export type ColumnDataSubType = (typeof ColumnDataSubType)[keyof typeof ColumnDataSubType];
|
|
2534
2571
|
/**
|
|
2535
2572
|
* @public
|
|
2536
2573
|
* <p>A transform operation that casts a column to a different type.</p>
|
|
@@ -2546,6 +2583,11 @@ export interface CastColumnTypeOperation {
|
|
|
2546
2583
|
* <p>New column data type.</p>
|
|
2547
2584
|
*/
|
|
2548
2585
|
NewColumnType: ColumnDataType | undefined;
|
|
2586
|
+
/**
|
|
2587
|
+
* @public
|
|
2588
|
+
* <p>The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.</p>
|
|
2589
|
+
*/
|
|
2590
|
+
SubType?: ColumnDataSubType;
|
|
2549
2591
|
/**
|
|
2550
2592
|
* @public
|
|
2551
2593
|
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
@@ -3731,6 +3773,11 @@ export interface DashboardVersionDefinition {
|
|
|
3731
3773
|
* <p>The configuration for default analysis settings.</p>
|
|
3732
3774
|
*/
|
|
3733
3775
|
AnalysisDefaults?: AnalysisDefaults;
|
|
3776
|
+
/**
|
|
3777
|
+
* @public
|
|
3778
|
+
* <p>An array of option definitions for a dashboard.</p>
|
|
3779
|
+
*/
|
|
3780
|
+
Options?: AssetOptions;
|
|
3734
3781
|
}
|
|
3735
3782
|
/**
|
|
3736
3783
|
* @public
|
|
@@ -4571,6 +4618,11 @@ export interface InputColumn {
|
|
|
4571
4618
|
* <p>The data type of the column.</p>
|
|
4572
4619
|
*/
|
|
4573
4620
|
Type: InputColumnDataType | undefined;
|
|
4621
|
+
/**
|
|
4622
|
+
* @public
|
|
4623
|
+
* <p>The sub data type of the column. Sub types are only available for decimal columns that are part of a SPICE dataset.</p>
|
|
4624
|
+
*/
|
|
4625
|
+
SubType?: ColumnDataSubType;
|
|
4574
4626
|
}
|
|
4575
4627
|
/**
|
|
4576
4628
|
* @public
|
|
@@ -6081,6 +6133,11 @@ export interface TemplateVersionDefinition {
|
|
|
6081
6133
|
* <p>The configuration for default analysis settings.</p>
|
|
6082
6134
|
*/
|
|
6083
6135
|
AnalysisDefaults?: AnalysisDefaults;
|
|
6136
|
+
/**
|
|
6137
|
+
* @public
|
|
6138
|
+
* <p>An array of option definitions for a template.</p>
|
|
6139
|
+
*/
|
|
6140
|
+
Options?: AssetOptions;
|
|
6084
6141
|
}
|
|
6085
6142
|
/**
|
|
6086
6143
|
* @public
|
|
@@ -7894,75 +7951,6 @@ export interface CreateVPCConnectionRequest {
|
|
|
7894
7951
|
*/
|
|
7895
7952
|
Tags?: Tag[];
|
|
7896
7953
|
}
|
|
7897
|
-
/**
|
|
7898
|
-
* @public
|
|
7899
|
-
* @enum
|
|
7900
|
-
*/
|
|
7901
|
-
export declare const VPCConnectionAvailabilityStatus: {
|
|
7902
|
-
readonly AVAILABLE: "AVAILABLE";
|
|
7903
|
-
readonly PARTIALLY_AVAILABLE: "PARTIALLY_AVAILABLE";
|
|
7904
|
-
readonly UNAVAILABLE: "UNAVAILABLE";
|
|
7905
|
-
};
|
|
7906
|
-
/**
|
|
7907
|
-
* @public
|
|
7908
|
-
*/
|
|
7909
|
-
export type VPCConnectionAvailabilityStatus = (typeof VPCConnectionAvailabilityStatus)[keyof typeof VPCConnectionAvailabilityStatus];
|
|
7910
|
-
/**
|
|
7911
|
-
* @public
|
|
7912
|
-
* @enum
|
|
7913
|
-
*/
|
|
7914
|
-
export declare const VPCConnectionResourceStatus: {
|
|
7915
|
-
readonly CREATION_FAILED: "CREATION_FAILED";
|
|
7916
|
-
readonly CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS";
|
|
7917
|
-
readonly CREATION_SUCCESSFUL: "CREATION_SUCCESSFUL";
|
|
7918
|
-
readonly DELETED: "DELETED";
|
|
7919
|
-
readonly DELETION_FAILED: "DELETION_FAILED";
|
|
7920
|
-
readonly DELETION_IN_PROGRESS: "DELETION_IN_PROGRESS";
|
|
7921
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
7922
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
7923
|
-
readonly UPDATE_SUCCESSFUL: "UPDATE_SUCCESSFUL";
|
|
7924
|
-
};
|
|
7925
|
-
/**
|
|
7926
|
-
* @public
|
|
7927
|
-
*/
|
|
7928
|
-
export type VPCConnectionResourceStatus = (typeof VPCConnectionResourceStatus)[keyof typeof VPCConnectionResourceStatus];
|
|
7929
|
-
/**
|
|
7930
|
-
* @public
|
|
7931
|
-
*/
|
|
7932
|
-
export interface CreateVPCConnectionResponse {
|
|
7933
|
-
/**
|
|
7934
|
-
* @public
|
|
7935
|
-
* <p>The Amazon Resource Name (ARN) of the VPC connection.</p>
|
|
7936
|
-
*/
|
|
7937
|
-
Arn?: string;
|
|
7938
|
-
/**
|
|
7939
|
-
* @public
|
|
7940
|
-
* <p>The ID for the VPC connection that
|
|
7941
|
-
* you're creating. This ID is unique per Amazon Web Services Region for each Amazon Web Services
|
|
7942
|
-
* account.</p>
|
|
7943
|
-
*/
|
|
7944
|
-
VPCConnectionId?: string;
|
|
7945
|
-
/**
|
|
7946
|
-
* @public
|
|
7947
|
-
* <p>The status of the creation of the VPC connection.</p>
|
|
7948
|
-
*/
|
|
7949
|
-
CreationStatus?: VPCConnectionResourceStatus;
|
|
7950
|
-
/**
|
|
7951
|
-
* @public
|
|
7952
|
-
* <p>The availability status of the VPC connection.</p>
|
|
7953
|
-
*/
|
|
7954
|
-
AvailabilityStatus?: VPCConnectionAvailabilityStatus;
|
|
7955
|
-
/**
|
|
7956
|
-
* @public
|
|
7957
|
-
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
7958
|
-
*/
|
|
7959
|
-
RequestId?: string;
|
|
7960
|
-
/**
|
|
7961
|
-
* @public
|
|
7962
|
-
* <p>The HTTP status of the request.</p>
|
|
7963
|
-
*/
|
|
7964
|
-
Status?: number;
|
|
7965
|
-
}
|
|
7966
7954
|
/**
|
|
7967
7955
|
* @internal
|
|
7968
7956
|
*/
|