@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,34 @@
|
|
|
1
|
-
import { ActionConnectorType, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ColumnTagName, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DatasetParameterValueType, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, InputColumnDataType, JoinOperationType,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { ActionConnectorType, AggType, AnalysisFilterAttribute, AnchorType, AnonymousUserDashboardEmbeddingConfigurationDisabledFeature, AnonymousUserDashboardEmbeddingConfigurationEnabledFeature, AssetBundleExportFormat, AssetBundleExportJobAnalysisPropertyToOverride, AssetBundleExportJobDashboardPropertyToOverride, AssetBundleExportJobDataSetPropertyToOverride, AssetBundleExportJobDataSourcePropertyToOverride, AssetBundleExportJobFolderPropertyToOverride, AssetBundleExportJobRefreshSchedulePropertyToOverride, AssetBundleExportJobStatus, AssetBundleExportJobThemePropertyToOverride, AssetBundleExportJobVPCConnectionPropertyToOverride, AssetBundleImportFailureAction, AssetBundleImportJobStatus, AuthenticationMethodOption, AuthenticationType, AuthorizationCodeGrantCredentialsSource, BrandStatus, BrandVersionStatus, CapabilityState, ClientCredentialsSource, ColumnDataSubType, ColumnDataType, ColumnOrderingType, ColumnTagName, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DatasetParameterValueType, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, InputColumnDataType, JoinOperationType, LookbackWindowSizeUnit, NullFilterOption, NumberScale, RefreshFailureAlertStatus, ResourceStatus, ReviewedAnswerErrorCode, ServiceType, SheetContentType, SnapshotFileFormatType, SnapshotFileSheetSelectionScope, StarburstProductType, TimeGranularity, TopicIRFilterFunction, TopicIRFilterType, TopicNumericSeparatorSymbol, TopicSortDirection, TopicTimeGranularity, UndefinedSpecifiedValueType, ValidationStrategyMode, WebCrawlerAuthType, WordCloudCloudLayout, WordCloudWordCasing, WordCloudWordOrientation, WordCloudWordPadding, WordCloudWordScaling } from "./enums";
|
|
2
|
+
import type { AccountCustomization, AdHocFilteringOption, AggFunction, AggregateOperation, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataPrepAggregationFunction, DataSetColumnIdMapping, DataSetIdentifierDeclaration, DimensionField, FieldSortOptions, FilterControl, FilterGroup, ItemsLimitConfiguration, Layout, MeasureField, ParameterControl, ParameterDeclaration, QueryExecutionOptions, SheetControlLayout, SheetImage, SheetTextBox, TransformOperationSource, VisualCustomAction, VisualCustomActionDefaults, VisualInteractionOptions, VisualMenuOption } from "./models_0";
|
|
3
|
+
import type { BarChartVisual, BoxPlotVisual, ColumnHierarchy, ComboChartVisual, CustomContentVisual, EmptyVisual, FilledMapVisual, FunnelChartVisual, GaugeChartVisual, GeospatialMapVisual, HeatMapVisual, HistogramVisual, InsightVisual, KPIVisual, LayerMapVisual, LineChartVisual, PieChartVisual, PivotTableVisual, PluginVisual, RadarChartVisual, SankeyDiagramVisual, ScatterPlotVisual, TableVisual, TreeMapVisual, VisualSubtitleLabelOptions, VisualTitleLabelOptions, WaterfallVisual } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>The aggregated field wells of a word cloud.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface WordCloudAggregatedFieldWells {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The group by field well of a word cloud. Values are grouped by group by fields.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
GroupBy?: DimensionField[] | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The size field well of a word cloud. Values are aggregated based on group by fields.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Size?: MeasureField[] | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* <p>The field wells of a word cloud visual.</p>
|
|
22
|
+
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export interface WordCloudFieldWells {
|
|
26
|
+
/**
|
|
27
|
+
* <p>The aggregated field wells of a word cloud.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
WordCloudAggregatedFieldWells?: WordCloudAggregatedFieldWells | undefined;
|
|
31
|
+
}
|
|
4
32
|
/**
|
|
5
33
|
* <p>The sort configuration of a word cloud visual.</p>
|
|
6
34
|
* @public
|
|
@@ -462,6 +490,45 @@ export interface StaticFile {
|
|
|
462
490
|
*/
|
|
463
491
|
SpatialStaticFile?: SpatialStaticFile | undefined;
|
|
464
492
|
}
|
|
493
|
+
/**
|
|
494
|
+
* <p>A tooltip sheet is an object that contains a set of visuals that
|
|
495
|
+
* are used as a tooltip. Every analysis and dashboard must contain at least one non-tooltip sheet.</p>
|
|
496
|
+
* @public
|
|
497
|
+
*/
|
|
498
|
+
export interface TooltipSheetDefinition {
|
|
499
|
+
/**
|
|
500
|
+
* <p>The unique identifier of a tooltip sheet.</p>
|
|
501
|
+
* @public
|
|
502
|
+
*/
|
|
503
|
+
SheetId: string | undefined;
|
|
504
|
+
/**
|
|
505
|
+
* <p>The name of the tooltip sheet. This name is displayed on the sheet's tab in the Quick
|
|
506
|
+
* console.</p>
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
Name?: string | undefined;
|
|
510
|
+
/**
|
|
511
|
+
* <p>A list of the visuals that are on a tooltip sheet.</p>
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
Visuals?: Visual[] | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* <p>The text boxes that are on a tooltip sheet.</p>
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
TextBoxes?: SheetTextBox[] | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* <p>A list of images on a tooltip sheet.</p>
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
Images?: SheetImage[] | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* <p>Layouts define how the components of a tooltip sheet are arranged.</p>
|
|
527
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html">Types of layout</a> in the <i>Amazon Quick Suite User Guide</i>.</p>
|
|
528
|
+
* @public
|
|
529
|
+
*/
|
|
530
|
+
Layouts?: Layout[] | undefined;
|
|
531
|
+
}
|
|
465
532
|
/**
|
|
466
533
|
* <p>The definition of an analysis.</p>
|
|
467
534
|
* @public
|
|
@@ -479,6 +546,12 @@ export interface AnalysisDefinition {
|
|
|
479
546
|
* @public
|
|
480
547
|
*/
|
|
481
548
|
Sheets?: SheetDefinition[] | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* <p>An array of tooltip sheet definitions for an analysis. Each <code>TooltipSheetDefinition</code> provides detailed information about
|
|
551
|
+
* a tooltip sheet within this analysis.</p>
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
554
|
+
TooltipSheets?: TooltipSheetDefinition[] | undefined;
|
|
482
555
|
/**
|
|
483
556
|
* <p>An array of calculated field definitions for the analysis.</p>
|
|
484
557
|
* @public
|
|
@@ -6944,6 +7017,16 @@ export interface Capabilities {
|
|
|
6944
7017
|
* @public
|
|
6945
7018
|
*/
|
|
6946
7019
|
Space?: CapabilityState | undefined;
|
|
7020
|
+
/**
|
|
7021
|
+
* <p>The ability to create spaces.</p>
|
|
7022
|
+
* @public
|
|
7023
|
+
*/
|
|
7024
|
+
CreateSpaces?: CapabilityState | undefined;
|
|
7025
|
+
/**
|
|
7026
|
+
* <p>The ability to share spaces with other users and groups.</p>
|
|
7027
|
+
* @public
|
|
7028
|
+
*/
|
|
7029
|
+
ShareSpaces?: CapabilityState | undefined;
|
|
6947
7030
|
/**
|
|
6948
7031
|
* <p>The ability to perform chat-related actions.</p>
|
|
6949
7032
|
* @public
|
|
@@ -6954,6 +7037,11 @@ export interface Capabilities {
|
|
|
6954
7037
|
* @public
|
|
6955
7038
|
*/
|
|
6956
7039
|
CreateChatAgents?: CapabilityState | undefined;
|
|
7040
|
+
/**
|
|
7041
|
+
* <p>The ability to share chat agents with other users and groups.</p>
|
|
7042
|
+
* @public
|
|
7043
|
+
*/
|
|
7044
|
+
ShareChatAgents?: CapabilityState | undefined;
|
|
6957
7045
|
/**
|
|
6958
7046
|
* <p>The ability to perform research-related actions.</p>
|
|
6959
7047
|
* @public
|
|
@@ -8169,6 +8257,11 @@ export interface DashboardVersionDefinition {
|
|
|
8169
8257
|
* @public
|
|
8170
8258
|
*/
|
|
8171
8259
|
Sheets?: SheetDefinition[] | undefined;
|
|
8260
|
+
/**
|
|
8261
|
+
* <p>An array of tooltip sheet definitions for a dashboard.</p>
|
|
8262
|
+
* @public
|
|
8263
|
+
*/
|
|
8264
|
+
TooltipSheets?: TooltipSheetDefinition[] | undefined;
|
|
8172
8265
|
/**
|
|
8173
8266
|
* <p>An array of calculated field definitions for the dashboard.</p>
|
|
8174
8267
|
* @public
|
|
@@ -9464,213 +9557,3 @@ export interface UntagColumnOperation {
|
|
|
9464
9557
|
*/
|
|
9465
9558
|
TagNames: ColumnTagName[] | undefined;
|
|
9466
9559
|
}
|
|
9467
|
-
/**
|
|
9468
|
-
* <p>A data transformation on a logical table. This is a variant type structure. For this
|
|
9469
|
-
* structure to be valid, only one of the attributes can be non-null.</p>
|
|
9470
|
-
* @public
|
|
9471
|
-
*/
|
|
9472
|
-
export type TransformOperation = TransformOperation.CastColumnTypeOperationMember | TransformOperation.CreateColumnsOperationMember | TransformOperation.FilterOperationMember | TransformOperation.OverrideDatasetParameterOperationMember | TransformOperation.ProjectOperationMember | TransformOperation.RenameColumnOperationMember | TransformOperation.TagColumnOperationMember | TransformOperation.UntagColumnOperationMember | TransformOperation.$UnknownMember;
|
|
9473
|
-
/**
|
|
9474
|
-
* @public
|
|
9475
|
-
*/
|
|
9476
|
-
export declare namespace TransformOperation {
|
|
9477
|
-
/**
|
|
9478
|
-
* <p>An operation that projects columns. Operations that come after a projection can only
|
|
9479
|
-
* refer to projected columns.</p>
|
|
9480
|
-
* @public
|
|
9481
|
-
*/
|
|
9482
|
-
interface ProjectOperationMember {
|
|
9483
|
-
ProjectOperation: ProjectOperation;
|
|
9484
|
-
FilterOperation?: never;
|
|
9485
|
-
CreateColumnsOperation?: never;
|
|
9486
|
-
RenameColumnOperation?: never;
|
|
9487
|
-
CastColumnTypeOperation?: never;
|
|
9488
|
-
TagColumnOperation?: never;
|
|
9489
|
-
UntagColumnOperation?: never;
|
|
9490
|
-
OverrideDatasetParameterOperation?: never;
|
|
9491
|
-
$unknown?: never;
|
|
9492
|
-
}
|
|
9493
|
-
/**
|
|
9494
|
-
* <p>An operation that filters rows based on some condition.</p>
|
|
9495
|
-
* @public
|
|
9496
|
-
*/
|
|
9497
|
-
interface FilterOperationMember {
|
|
9498
|
-
ProjectOperation?: never;
|
|
9499
|
-
FilterOperation: FilterOperation;
|
|
9500
|
-
CreateColumnsOperation?: never;
|
|
9501
|
-
RenameColumnOperation?: never;
|
|
9502
|
-
CastColumnTypeOperation?: never;
|
|
9503
|
-
TagColumnOperation?: never;
|
|
9504
|
-
UntagColumnOperation?: never;
|
|
9505
|
-
OverrideDatasetParameterOperation?: never;
|
|
9506
|
-
$unknown?: never;
|
|
9507
|
-
}
|
|
9508
|
-
/**
|
|
9509
|
-
* <p>An operation that creates calculated columns. Columns created in one such operation
|
|
9510
|
-
* form a lexical closure.</p>
|
|
9511
|
-
* @public
|
|
9512
|
-
*/
|
|
9513
|
-
interface CreateColumnsOperationMember {
|
|
9514
|
-
ProjectOperation?: never;
|
|
9515
|
-
FilterOperation?: never;
|
|
9516
|
-
CreateColumnsOperation: CreateColumnsOperation;
|
|
9517
|
-
RenameColumnOperation?: never;
|
|
9518
|
-
CastColumnTypeOperation?: never;
|
|
9519
|
-
TagColumnOperation?: never;
|
|
9520
|
-
UntagColumnOperation?: never;
|
|
9521
|
-
OverrideDatasetParameterOperation?: never;
|
|
9522
|
-
$unknown?: never;
|
|
9523
|
-
}
|
|
9524
|
-
/**
|
|
9525
|
-
* <p>An operation that renames a column.</p>
|
|
9526
|
-
* @public
|
|
9527
|
-
*/
|
|
9528
|
-
interface RenameColumnOperationMember {
|
|
9529
|
-
ProjectOperation?: never;
|
|
9530
|
-
FilterOperation?: never;
|
|
9531
|
-
CreateColumnsOperation?: never;
|
|
9532
|
-
RenameColumnOperation: RenameColumnOperation;
|
|
9533
|
-
CastColumnTypeOperation?: never;
|
|
9534
|
-
TagColumnOperation?: never;
|
|
9535
|
-
UntagColumnOperation?: never;
|
|
9536
|
-
OverrideDatasetParameterOperation?: never;
|
|
9537
|
-
$unknown?: never;
|
|
9538
|
-
}
|
|
9539
|
-
/**
|
|
9540
|
-
* <p>A transform operation that casts a column to a different type.</p>
|
|
9541
|
-
* @public
|
|
9542
|
-
*/
|
|
9543
|
-
interface CastColumnTypeOperationMember {
|
|
9544
|
-
ProjectOperation?: never;
|
|
9545
|
-
FilterOperation?: never;
|
|
9546
|
-
CreateColumnsOperation?: never;
|
|
9547
|
-
RenameColumnOperation?: never;
|
|
9548
|
-
CastColumnTypeOperation: CastColumnTypeOperation;
|
|
9549
|
-
TagColumnOperation?: never;
|
|
9550
|
-
UntagColumnOperation?: never;
|
|
9551
|
-
OverrideDatasetParameterOperation?: never;
|
|
9552
|
-
$unknown?: never;
|
|
9553
|
-
}
|
|
9554
|
-
/**
|
|
9555
|
-
* <p>An operation that tags a column with additional information.</p>
|
|
9556
|
-
* @public
|
|
9557
|
-
*/
|
|
9558
|
-
interface TagColumnOperationMember {
|
|
9559
|
-
ProjectOperation?: never;
|
|
9560
|
-
FilterOperation?: never;
|
|
9561
|
-
CreateColumnsOperation?: never;
|
|
9562
|
-
RenameColumnOperation?: never;
|
|
9563
|
-
CastColumnTypeOperation?: never;
|
|
9564
|
-
TagColumnOperation: TagColumnOperation;
|
|
9565
|
-
UntagColumnOperation?: never;
|
|
9566
|
-
OverrideDatasetParameterOperation?: never;
|
|
9567
|
-
$unknown?: never;
|
|
9568
|
-
}
|
|
9569
|
-
/**
|
|
9570
|
-
* <p>A transform operation that removes tags associated with a column.</p>
|
|
9571
|
-
* @public
|
|
9572
|
-
*/
|
|
9573
|
-
interface UntagColumnOperationMember {
|
|
9574
|
-
ProjectOperation?: never;
|
|
9575
|
-
FilterOperation?: never;
|
|
9576
|
-
CreateColumnsOperation?: never;
|
|
9577
|
-
RenameColumnOperation?: never;
|
|
9578
|
-
CastColumnTypeOperation?: never;
|
|
9579
|
-
TagColumnOperation?: never;
|
|
9580
|
-
UntagColumnOperation: UntagColumnOperation;
|
|
9581
|
-
OverrideDatasetParameterOperation?: never;
|
|
9582
|
-
$unknown?: never;
|
|
9583
|
-
}
|
|
9584
|
-
/**
|
|
9585
|
-
* <p>A transform operation that overrides the dataset parameter values that are defined in another dataset.</p>
|
|
9586
|
-
* @public
|
|
9587
|
-
*/
|
|
9588
|
-
interface OverrideDatasetParameterOperationMember {
|
|
9589
|
-
ProjectOperation?: never;
|
|
9590
|
-
FilterOperation?: never;
|
|
9591
|
-
CreateColumnsOperation?: never;
|
|
9592
|
-
RenameColumnOperation?: never;
|
|
9593
|
-
CastColumnTypeOperation?: never;
|
|
9594
|
-
TagColumnOperation?: never;
|
|
9595
|
-
UntagColumnOperation?: never;
|
|
9596
|
-
OverrideDatasetParameterOperation: OverrideDatasetParameterOperation;
|
|
9597
|
-
$unknown?: never;
|
|
9598
|
-
}
|
|
9599
|
-
/**
|
|
9600
|
-
* @public
|
|
9601
|
-
*/
|
|
9602
|
-
interface $UnknownMember {
|
|
9603
|
-
ProjectOperation?: never;
|
|
9604
|
-
FilterOperation?: never;
|
|
9605
|
-
CreateColumnsOperation?: never;
|
|
9606
|
-
RenameColumnOperation?: never;
|
|
9607
|
-
CastColumnTypeOperation?: never;
|
|
9608
|
-
TagColumnOperation?: never;
|
|
9609
|
-
UntagColumnOperation?: never;
|
|
9610
|
-
OverrideDatasetParameterOperation?: never;
|
|
9611
|
-
$unknown: [string, any];
|
|
9612
|
-
}
|
|
9613
|
-
/**
|
|
9614
|
-
* @deprecated unused in schema-serde mode.
|
|
9615
|
-
*
|
|
9616
|
-
*/
|
|
9617
|
-
interface Visitor<T> {
|
|
9618
|
-
ProjectOperation: (value: ProjectOperation) => T;
|
|
9619
|
-
FilterOperation: (value: FilterOperation) => T;
|
|
9620
|
-
CreateColumnsOperation: (value: CreateColumnsOperation) => T;
|
|
9621
|
-
RenameColumnOperation: (value: RenameColumnOperation) => T;
|
|
9622
|
-
CastColumnTypeOperation: (value: CastColumnTypeOperation) => T;
|
|
9623
|
-
TagColumnOperation: (value: TagColumnOperation) => T;
|
|
9624
|
-
UntagColumnOperation: (value: UntagColumnOperation) => T;
|
|
9625
|
-
OverrideDatasetParameterOperation: (value: OverrideDatasetParameterOperation) => T;
|
|
9626
|
-
_: (name: string, value: any) => T;
|
|
9627
|
-
}
|
|
9628
|
-
}
|
|
9629
|
-
/**
|
|
9630
|
-
* <p>Properties associated with the columns participating in a join.</p>
|
|
9631
|
-
* @public
|
|
9632
|
-
*/
|
|
9633
|
-
export interface JoinKeyProperties {
|
|
9634
|
-
/**
|
|
9635
|
-
* <p>A value that indicates that a row in a table is uniquely identified by the columns in
|
|
9636
|
-
* a join key. This is used by Quick Sight to optimize query performance.</p>
|
|
9637
|
-
* @public
|
|
9638
|
-
*/
|
|
9639
|
-
UniqueKey?: boolean | undefined;
|
|
9640
|
-
}
|
|
9641
|
-
/**
|
|
9642
|
-
* <p>The instructions associated with a join. </p>
|
|
9643
|
-
* @public
|
|
9644
|
-
*/
|
|
9645
|
-
export interface JoinInstruction {
|
|
9646
|
-
/**
|
|
9647
|
-
* <p>The operand on the left side of a join.</p>
|
|
9648
|
-
* @public
|
|
9649
|
-
*/
|
|
9650
|
-
LeftOperand: string | undefined;
|
|
9651
|
-
/**
|
|
9652
|
-
* <p>The operand on the right side of a join.</p>
|
|
9653
|
-
* @public
|
|
9654
|
-
*/
|
|
9655
|
-
RightOperand: string | undefined;
|
|
9656
|
-
/**
|
|
9657
|
-
* <p>Join key properties of the left operand.</p>
|
|
9658
|
-
* @public
|
|
9659
|
-
*/
|
|
9660
|
-
LeftJoinKeyProperties?: JoinKeyProperties | undefined;
|
|
9661
|
-
/**
|
|
9662
|
-
* <p>Join key properties of the right operand.</p>
|
|
9663
|
-
* @public
|
|
9664
|
-
*/
|
|
9665
|
-
RightJoinKeyProperties?: JoinKeyProperties | undefined;
|
|
9666
|
-
/**
|
|
9667
|
-
* <p>The type of join that it is.</p>
|
|
9668
|
-
* @public
|
|
9669
|
-
*/
|
|
9670
|
-
Type: JoinType | undefined;
|
|
9671
|
-
/**
|
|
9672
|
-
* <p>The join instructions provided in the <code>ON</code> clause of a join.</p>
|
|
9673
|
-
* @public
|
|
9674
|
-
*/
|
|
9675
|
-
OnClause: string | undefined;
|
|
9676
|
-
}
|