@aws-sdk/client-quicksight 3.1056.0 → 3.1058.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 +196 -7
- package/dist-cjs/index.js +442 -5
- package/dist-cjs/schemas/schemas_0.js +979 -262
- package/dist-es/QuickSight.js +56 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.js +16 -0
- package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/CreateSpaceCommand.js +16 -0
- package/dist-es/commands/DeleteAgentCommand.js +16 -0
- package/dist-es/commands/DeleteFlowCommand.js +16 -0
- package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DeleteSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeAgentCommand.js +16 -0
- package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/DescribeFlowCommand.js +16 -0
- package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.js +16 -0
- package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
- package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/ListSpacesCommand.js +16 -0
- package/dist-es/commands/SearchAgentsCommand.js +16 -0
- package/dist-es/commands/SearchSpacesCommand.js +16 -0
- package/dist-es/commands/UpdateAgentCommand.js +16 -0
- package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateFlowCommand.js +16 -0
- package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceCommand.js +16 -0
- package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/enums.js +52 -5
- package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +941 -226
- package/dist-types/QuickSight.d.ts +196 -0
- package/dist-types/QuickSightClient.d.ts +29 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
- package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
- package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
- package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
- package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
- package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
- package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
- package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
- package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
- package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
- package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
- package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
- package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
- package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
- package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
- package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/enums.d.ts +124 -13
- package/dist-types/models/models_0.d.ts +200 -87
- package/dist-types/models/models_1.d.ts +88 -66
- package/dist-types/models/models_2.d.ts +254 -215
- package/dist-types/models/models_3.d.ts +751 -756
- package/dist-types/models/models_4.d.ts +3961 -4019
- package/dist-types/models/models_5.d.ts +2051 -4
- package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +102 -0
- package/dist-types/ts3.4/QuickSight.d.ts +466 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/enums.d.ts +69 -7
- package/dist-types/ts3.4/models/models_0.d.ts +47 -19
- package/dist-types/ts3.4/models/models_1.d.ts +21 -20
- package/dist-types/ts3.4/models/models_2.d.ts +78 -53
- package/dist-types/ts3.4/models/models_3.d.ts +166 -173
- package/dist-types/ts3.4/models/models_4.d.ts +435 -412
- package/dist-types/ts3.4/models/models_5.d.ts +506 -2
- package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/package.json +2 -2
|
@@ -1,6 +1,70 @@
|
|
|
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, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator,
|
|
2
|
-
import type { AccountCustomization, AdditionalNotes, AdHocFilteringOption, AggFunction,
|
|
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, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions
|
|
1
|
+
import type { ActionConnectorType, AgentLifecycle, AgentStatus, 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, ComparisonMethodType, ConnectionAuthType, ConstantType, ContributionAnalysisDirection, ContributionAnalysisSortType, DashboardBehavior, DashboardUIState, DataSetDateComparisonFilterOperator, DataSetNumericComparisonFilterOperator, DataSetStringComparisonFilterOperator, DataSetStringListFilterOperator, DisplayFormat, Edition, FilterClass, FilterOperator, GeoSpatialCountryCode, GeoSpatialDataRole, HorizontalTextAlignment, 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, AdditionalNotes, AdHocFilteringOption, AggFunction, AggregationPartitionBy, AmazonElasticsearchParameters, AmazonOpenSearchParameters, AnalysisDefaults, AssetOptions, AxisDisplayOptions, CalculatedField, ChartAxisLabelOptions, ColumnConfiguration, DataLabelOptions, DataPrepAggregationFunction, DataSetColumnIdMapping, DataSetIdentifierDeclaration, DimensionField, FieldSortOptions, FilterControl, FilterGroup, FontConfiguration, ItemsLimitConfiguration, Layout, LegendOptions, 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, VisualPalette, VisualSubtitleLabelOptions, VisualTitleLabelOptions } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>The color configuration for individual groups within a waterfall visual.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface WaterfallChartGroupColorConfiguration {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Defines the color for the positive bars of a waterfall chart.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
PositiveBarColor?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Defines the color for the negative bars of a waterfall chart.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NegativeBarColor?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>Defines the color for the total bars of a waterfall chart.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
TotalBarColor?: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>The color configuration of a waterfall visual.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface WaterfallChartColorConfiguration {
|
|
30
|
+
/**
|
|
31
|
+
* <p>The color configuration for individual groups within a waterfall visual.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* <p>The field well configuration of a waterfall visual.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
export interface WaterfallChartAggregatedFieldWells {
|
|
41
|
+
/**
|
|
42
|
+
* <p>The category field wells of a waterfall visual.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
Categories?: DimensionField[] | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The value field wells of a waterfall visual.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
Values?: MeasureField[] | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>The breakdown field wells of a waterfall visual.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
Breakdowns?: DimensionField[] | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* <p>The field well configuration of a waterfall visual.</p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface WaterfallChartFieldWells {
|
|
62
|
+
/**
|
|
63
|
+
* <p>The field well configuration of a waterfall visual.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
WaterfallChartAggregatedFieldWells?: WaterfallChartAggregatedFieldWells | undefined;
|
|
67
|
+
}
|
|
4
68
|
/**
|
|
5
69
|
* <p>The sort configuration of a waterfall visual.</p>
|
|
6
70
|
* @public
|
|
@@ -8004,6 +8068,193 @@ export interface CreateActionConnectorResponse {
|
|
|
8004
8068
|
*/
|
|
8005
8069
|
Status?: number | undefined;
|
|
8006
8070
|
}
|
|
8071
|
+
/**
|
|
8072
|
+
* <p>A reference to an existing custom prompt profile.</p>
|
|
8073
|
+
* @public
|
|
8074
|
+
*/
|
|
8075
|
+
export interface CustomPromptProfile {
|
|
8076
|
+
/**
|
|
8077
|
+
* <p>The identifier of the model profile.</p>
|
|
8078
|
+
* @public
|
|
8079
|
+
*/
|
|
8080
|
+
ModelProfileId: string | undefined;
|
|
8081
|
+
/**
|
|
8082
|
+
* <p>The subscription identifier.</p>
|
|
8083
|
+
* @public
|
|
8084
|
+
*/
|
|
8085
|
+
SubscriptionId: string | undefined;
|
|
8086
|
+
/**
|
|
8087
|
+
* <p>The Amazon Web Services account ID for the Q Business service.</p>
|
|
8088
|
+
* @public
|
|
8089
|
+
*/
|
|
8090
|
+
QbsAwsAccountId: string | undefined;
|
|
8091
|
+
}
|
|
8092
|
+
/**
|
|
8093
|
+
* <p>The parameters for configuring a custom prompt for an agent.</p>
|
|
8094
|
+
* @public
|
|
8095
|
+
*/
|
|
8096
|
+
export interface CustomPromptInputParameters {
|
|
8097
|
+
/**
|
|
8098
|
+
* <p>Instructions for the desired response length.</p>
|
|
8099
|
+
* @public
|
|
8100
|
+
*/
|
|
8101
|
+
ResponseLength?: string | undefined;
|
|
8102
|
+
/**
|
|
8103
|
+
* <p>Instructions for the desired output style.</p>
|
|
8104
|
+
* @public
|
|
8105
|
+
*/
|
|
8106
|
+
OutputStyle?: string | undefined;
|
|
8107
|
+
/**
|
|
8108
|
+
* <p>Instructions that define the agent's identity and persona.</p>
|
|
8109
|
+
* @public
|
|
8110
|
+
*/
|
|
8111
|
+
Identity?: string | undefined;
|
|
8112
|
+
/**
|
|
8113
|
+
* <p>Instructions for the desired tone of responses.</p>
|
|
8114
|
+
* @public
|
|
8115
|
+
*/
|
|
8116
|
+
Tone?: string | undefined;
|
|
8117
|
+
/**
|
|
8118
|
+
* <p>Custom instructions for the agent's behavior.</p>
|
|
8119
|
+
* @public
|
|
8120
|
+
*/
|
|
8121
|
+
CustomInstructions?: string | undefined;
|
|
8122
|
+
}
|
|
8123
|
+
/**
|
|
8124
|
+
* <p>The custom prompt input for an agent. This is a union type that can be either an existing prompt profile or new prompt parameters.</p>
|
|
8125
|
+
* @public
|
|
8126
|
+
*/
|
|
8127
|
+
export type CustomPromptInput = CustomPromptInput.ExistingPromptMember | CustomPromptInput.NewPromptMember | CustomPromptInput.$UnknownMember;
|
|
8128
|
+
/**
|
|
8129
|
+
* @public
|
|
8130
|
+
*/
|
|
8131
|
+
export declare namespace CustomPromptInput {
|
|
8132
|
+
/**
|
|
8133
|
+
* <p>An existing custom prompt profile to use for the agent.</p>
|
|
8134
|
+
* @public
|
|
8135
|
+
*/
|
|
8136
|
+
interface ExistingPromptMember {
|
|
8137
|
+
ExistingPrompt: CustomPromptProfile;
|
|
8138
|
+
NewPrompt?: never;
|
|
8139
|
+
$unknown?: never;
|
|
8140
|
+
}
|
|
8141
|
+
/**
|
|
8142
|
+
* <p>New custom prompt parameters to configure for the agent.</p>
|
|
8143
|
+
* @public
|
|
8144
|
+
*/
|
|
8145
|
+
interface NewPromptMember {
|
|
8146
|
+
ExistingPrompt?: never;
|
|
8147
|
+
NewPrompt: CustomPromptInputParameters;
|
|
8148
|
+
$unknown?: never;
|
|
8149
|
+
}
|
|
8150
|
+
/**
|
|
8151
|
+
* @public
|
|
8152
|
+
*/
|
|
8153
|
+
interface $UnknownMember {
|
|
8154
|
+
ExistingPrompt?: never;
|
|
8155
|
+
NewPrompt?: never;
|
|
8156
|
+
$unknown: [string, any];
|
|
8157
|
+
}
|
|
8158
|
+
/**
|
|
8159
|
+
* @deprecated unused in schema-serde mode.
|
|
8160
|
+
*
|
|
8161
|
+
*/
|
|
8162
|
+
interface Visitor<T> {
|
|
8163
|
+
ExistingPrompt: (value: CustomPromptProfile) => T;
|
|
8164
|
+
NewPrompt: (value: CustomPromptInputParameters) => T;
|
|
8165
|
+
_: (name: string, value: any) => T;
|
|
8166
|
+
}
|
|
8167
|
+
}
|
|
8168
|
+
/**
|
|
8169
|
+
* @public
|
|
8170
|
+
*/
|
|
8171
|
+
export interface CreateAgentRequest {
|
|
8172
|
+
/**
|
|
8173
|
+
* <p>The Amazon Resource Names (ARNs) of the spaces to attach to the agent.</p>
|
|
8174
|
+
* @public
|
|
8175
|
+
*/
|
|
8176
|
+
Spaces?: string[] | undefined;
|
|
8177
|
+
/**
|
|
8178
|
+
* <p>The Amazon Resource Names (ARNs) of the action connectors to attach to the agent.</p>
|
|
8179
|
+
* @public
|
|
8180
|
+
*/
|
|
8181
|
+
ActionConnectors?: string[] | undefined;
|
|
8182
|
+
/**
|
|
8183
|
+
* <p>The ID of the Amazon Web Services account that contains the agent.</p>
|
|
8184
|
+
* @public
|
|
8185
|
+
*/
|
|
8186
|
+
AwsAccountId: string | undefined;
|
|
8187
|
+
/**
|
|
8188
|
+
* <p>A unique identifier for the agent.</p>
|
|
8189
|
+
* @public
|
|
8190
|
+
*/
|
|
8191
|
+
AgentId: string | undefined;
|
|
8192
|
+
/**
|
|
8193
|
+
* <p>The name of the agent.</p>
|
|
8194
|
+
* @public
|
|
8195
|
+
*/
|
|
8196
|
+
Name: string | undefined;
|
|
8197
|
+
/**
|
|
8198
|
+
* <p>A description of the agent.</p>
|
|
8199
|
+
* @public
|
|
8200
|
+
*/
|
|
8201
|
+
Description?: string | undefined;
|
|
8202
|
+
/**
|
|
8203
|
+
* <p>The icon identifier for the agent.</p>
|
|
8204
|
+
* @public
|
|
8205
|
+
*/
|
|
8206
|
+
IconId?: string | undefined;
|
|
8207
|
+
/**
|
|
8208
|
+
* <p>A list of starter prompts that are displayed to users when they begin interacting with the agent.</p>
|
|
8209
|
+
* @public
|
|
8210
|
+
*/
|
|
8211
|
+
StarterPrompts?: string[] | undefined;
|
|
8212
|
+
/**
|
|
8213
|
+
* <p>The welcome message that is displayed when a user starts a conversation with the agent.</p>
|
|
8214
|
+
* @public
|
|
8215
|
+
*/
|
|
8216
|
+
WelcomeMessage?: string | undefined;
|
|
8217
|
+
/**
|
|
8218
|
+
* <p>The lifecycle state of the agent. Valid values are <code>PREVIEW</code> and <code>PUBLISHED</code>.</p>
|
|
8219
|
+
* @public
|
|
8220
|
+
*/
|
|
8221
|
+
AgentLifecycle?: AgentLifecycle | undefined;
|
|
8222
|
+
/**
|
|
8223
|
+
* <p>The custom prompt configuration for the agent.</p>
|
|
8224
|
+
* @public
|
|
8225
|
+
*/
|
|
8226
|
+
CustomPromptInput?: CustomPromptInput | undefined;
|
|
8227
|
+
}
|
|
8228
|
+
/**
|
|
8229
|
+
* @public
|
|
8230
|
+
*/
|
|
8231
|
+
export interface CreateAgentResponse {
|
|
8232
|
+
/**
|
|
8233
|
+
* <p>The Amazon Resource Name (ARN) of the agent.</p>
|
|
8234
|
+
* @public
|
|
8235
|
+
*/
|
|
8236
|
+
Arn: string | undefined;
|
|
8237
|
+
/**
|
|
8238
|
+
* <p>The unique identifier for the agent.</p>
|
|
8239
|
+
* @public
|
|
8240
|
+
*/
|
|
8241
|
+
AgentId: string | undefined;
|
|
8242
|
+
/**
|
|
8243
|
+
* <p>The status of the agent.</p>
|
|
8244
|
+
* @public
|
|
8245
|
+
*/
|
|
8246
|
+
AgentStatus: AgentStatus | undefined;
|
|
8247
|
+
/**
|
|
8248
|
+
* <p>The name of the agent.</p>
|
|
8249
|
+
* @public
|
|
8250
|
+
*/
|
|
8251
|
+
AgentName: string | undefined;
|
|
8252
|
+
/**
|
|
8253
|
+
* <p>The Amazon Web Services request ID for this operation.</p>
|
|
8254
|
+
* @public
|
|
8255
|
+
*/
|
|
8256
|
+
RequestId?: string | undefined;
|
|
8257
|
+
}
|
|
8007
8258
|
/**
|
|
8008
8259
|
* <p>A date-time parameter.</p>
|
|
8009
8260
|
* @public
|
|
@@ -9497,215 +9748,3 @@ export interface UnpivotOperation {
|
|
|
9497
9748
|
*/
|
|
9498
9749
|
UnpivotedValueColumnId: string | undefined;
|
|
9499
9750
|
}
|
|
9500
|
-
/**
|
|
9501
|
-
* <p>A step in data preparation that performs a specific operation on the data.</p>
|
|
9502
|
-
* @public
|
|
9503
|
-
*/
|
|
9504
|
-
export interface TransformStep {
|
|
9505
|
-
/**
|
|
9506
|
-
* <p>A transform step that brings data from a source table.</p>
|
|
9507
|
-
* @public
|
|
9508
|
-
*/
|
|
9509
|
-
ImportTableStep?: ImportTableOperation | undefined;
|
|
9510
|
-
/**
|
|
9511
|
-
* <p>A transform operation that projects columns. Operations that come after a projection
|
|
9512
|
-
* can only refer to projected columns.</p>
|
|
9513
|
-
* @public
|
|
9514
|
-
*/
|
|
9515
|
-
ProjectStep?: ProjectOperation | undefined;
|
|
9516
|
-
/**
|
|
9517
|
-
* <p>A transform step that applies filter conditions.</p>
|
|
9518
|
-
* @public
|
|
9519
|
-
*/
|
|
9520
|
-
FiltersStep?: FiltersOperation | undefined;
|
|
9521
|
-
/**
|
|
9522
|
-
* <p>A transform operation that creates calculated columns. Columns created in one such
|
|
9523
|
-
* operation form a lexical closure.</p>
|
|
9524
|
-
* @public
|
|
9525
|
-
*/
|
|
9526
|
-
CreateColumnsStep?: CreateColumnsOperation | undefined;
|
|
9527
|
-
/**
|
|
9528
|
-
* <p>A transform step that changes the names of one or more columns.</p>
|
|
9529
|
-
* @public
|
|
9530
|
-
*/
|
|
9531
|
-
RenameColumnsStep?: RenameColumnsOperation | undefined;
|
|
9532
|
-
/**
|
|
9533
|
-
* <p>A transform step that changes the data types of one or more columns.</p>
|
|
9534
|
-
* @public
|
|
9535
|
-
*/
|
|
9536
|
-
CastColumnTypesStep?: CastColumnTypesOperation | undefined;
|
|
9537
|
-
/**
|
|
9538
|
-
* <p>A transform step that combines data from two sources based on specified join conditions.</p>
|
|
9539
|
-
* @public
|
|
9540
|
-
*/
|
|
9541
|
-
JoinStep?: JoinOperation | undefined;
|
|
9542
|
-
/**
|
|
9543
|
-
* <p>A transform step that groups data and applies aggregation functions to calculate summary values.</p>
|
|
9544
|
-
* @public
|
|
9545
|
-
*/
|
|
9546
|
-
AggregateStep?: AggregateOperation | undefined;
|
|
9547
|
-
/**
|
|
9548
|
-
* <p>A transform step that converts row values into columns to reshape the data structure.</p>
|
|
9549
|
-
* @public
|
|
9550
|
-
*/
|
|
9551
|
-
PivotStep?: PivotOperation | undefined;
|
|
9552
|
-
/**
|
|
9553
|
-
* <p>A transform step that converts columns into rows to normalize the data structure.</p>
|
|
9554
|
-
* @public
|
|
9555
|
-
*/
|
|
9556
|
-
UnpivotStep?: UnpivotOperation | undefined;
|
|
9557
|
-
/**
|
|
9558
|
-
* <p>A transform step that combines rows from multiple sources by stacking them vertically.</p>
|
|
9559
|
-
* @public
|
|
9560
|
-
*/
|
|
9561
|
-
AppendStep?: AppendOperation | undefined;
|
|
9562
|
-
}
|
|
9563
|
-
/**
|
|
9564
|
-
* <p>Configuration for data preparation operations, defining the complete pipeline from source tables
|
|
9565
|
-
* through transformations to destination tables.</p>
|
|
9566
|
-
* @public
|
|
9567
|
-
*/
|
|
9568
|
-
export interface DataPrepConfiguration {
|
|
9569
|
-
/**
|
|
9570
|
-
* <p>A map of source tables that provide information about underlying sources.</p>
|
|
9571
|
-
* @public
|
|
9572
|
-
*/
|
|
9573
|
-
SourceTableMap: Record<string, SourceTable> | undefined;
|
|
9574
|
-
/**
|
|
9575
|
-
* <p>A map of transformation steps that process the data.</p>
|
|
9576
|
-
* @public
|
|
9577
|
-
*/
|
|
9578
|
-
TransformStepMap: Record<string, TransformStep> | undefined;
|
|
9579
|
-
/**
|
|
9580
|
-
* <p>A map of destination tables that receive the final prepared data.</p>
|
|
9581
|
-
* @public
|
|
9582
|
-
*/
|
|
9583
|
-
DestinationTableMap: Record<string, DestinationTable> | undefined;
|
|
9584
|
-
}
|
|
9585
|
-
/**
|
|
9586
|
-
* <p>The default values of a date time parameter.</p>
|
|
9587
|
-
* @public
|
|
9588
|
-
*/
|
|
9589
|
-
export interface DateTimeDatasetParameterDefaultValues {
|
|
9590
|
-
/**
|
|
9591
|
-
* <p>A list of static default values for a given date time parameter.</p>
|
|
9592
|
-
* @public
|
|
9593
|
-
*/
|
|
9594
|
-
StaticValues?: Date[] | undefined;
|
|
9595
|
-
}
|
|
9596
|
-
/**
|
|
9597
|
-
* <p>A date time parameter for a dataset.</p>
|
|
9598
|
-
* @public
|
|
9599
|
-
*/
|
|
9600
|
-
export interface DateTimeDatasetParameter {
|
|
9601
|
-
/**
|
|
9602
|
-
* <p>An identifier for the parameter that is created in the dataset.</p>
|
|
9603
|
-
* @public
|
|
9604
|
-
*/
|
|
9605
|
-
Id: string | undefined;
|
|
9606
|
-
/**
|
|
9607
|
-
* <p>The name of the date time parameter that is created in the dataset.</p>
|
|
9608
|
-
* @public
|
|
9609
|
-
*/
|
|
9610
|
-
Name: string | undefined;
|
|
9611
|
-
/**
|
|
9612
|
-
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
9613
|
-
* @public
|
|
9614
|
-
*/
|
|
9615
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
9616
|
-
/**
|
|
9617
|
-
* <p>The time granularity of the date time parameter.</p>
|
|
9618
|
-
* @public
|
|
9619
|
-
*/
|
|
9620
|
-
TimeGranularity?: TimeGranularity | undefined;
|
|
9621
|
-
/**
|
|
9622
|
-
* <p>A list of default values for a given date time parameter. This structure only accepts static values.</p>
|
|
9623
|
-
* @public
|
|
9624
|
-
*/
|
|
9625
|
-
DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
|
|
9626
|
-
}
|
|
9627
|
-
/**
|
|
9628
|
-
* <p>The default values of a decimal parameter.</p>
|
|
9629
|
-
* @public
|
|
9630
|
-
*/
|
|
9631
|
-
export interface DecimalDatasetParameterDefaultValues {
|
|
9632
|
-
/**
|
|
9633
|
-
* <p>A list of static default values for a given decimal parameter.</p>
|
|
9634
|
-
* @public
|
|
9635
|
-
*/
|
|
9636
|
-
StaticValues?: number[] | undefined;
|
|
9637
|
-
}
|
|
9638
|
-
/**
|
|
9639
|
-
* <p>A decimal parameter for a dataset.</p>
|
|
9640
|
-
* @public
|
|
9641
|
-
*/
|
|
9642
|
-
export interface DecimalDatasetParameter {
|
|
9643
|
-
/**
|
|
9644
|
-
* <p>An identifier for the decimal parameter created in the dataset.</p>
|
|
9645
|
-
* @public
|
|
9646
|
-
*/
|
|
9647
|
-
Id: string | undefined;
|
|
9648
|
-
/**
|
|
9649
|
-
* <p>The name of the decimal parameter that is created in the dataset.</p>
|
|
9650
|
-
* @public
|
|
9651
|
-
*/
|
|
9652
|
-
Name: string | undefined;
|
|
9653
|
-
/**
|
|
9654
|
-
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
9655
|
-
* @public
|
|
9656
|
-
*/
|
|
9657
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
9658
|
-
/**
|
|
9659
|
-
* <p>A list of default values for a given decimal parameter. This structure only accepts static values.</p>
|
|
9660
|
-
* @public
|
|
9661
|
-
*/
|
|
9662
|
-
DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
|
|
9663
|
-
}
|
|
9664
|
-
/**
|
|
9665
|
-
* <p>The default values of an integer parameter.</p>
|
|
9666
|
-
* @public
|
|
9667
|
-
*/
|
|
9668
|
-
export interface IntegerDatasetParameterDefaultValues {
|
|
9669
|
-
/**
|
|
9670
|
-
* <p>A list of static default values for a given integer parameter.</p>
|
|
9671
|
-
* @public
|
|
9672
|
-
*/
|
|
9673
|
-
StaticValues?: number[] | undefined;
|
|
9674
|
-
}
|
|
9675
|
-
/**
|
|
9676
|
-
* <p>An integer parameter for a dataset.</p>
|
|
9677
|
-
* @public
|
|
9678
|
-
*/
|
|
9679
|
-
export interface IntegerDatasetParameter {
|
|
9680
|
-
/**
|
|
9681
|
-
* <p>An identifier for the integer parameter created in the dataset.</p>
|
|
9682
|
-
* @public
|
|
9683
|
-
*/
|
|
9684
|
-
Id: string | undefined;
|
|
9685
|
-
/**
|
|
9686
|
-
* <p>The name of the integer parameter that is created in the dataset.</p>
|
|
9687
|
-
* @public
|
|
9688
|
-
*/
|
|
9689
|
-
Name: string | undefined;
|
|
9690
|
-
/**
|
|
9691
|
-
* <p>The value type of the dataset parameter. Valid values are <code>single value</code> or <code>multi value</code>.</p>
|
|
9692
|
-
* @public
|
|
9693
|
-
*/
|
|
9694
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
9695
|
-
/**
|
|
9696
|
-
* <p>A list of default values for a given integer parameter. This structure only accepts static values.</p>
|
|
9697
|
-
* @public
|
|
9698
|
-
*/
|
|
9699
|
-
DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
|
|
9700
|
-
}
|
|
9701
|
-
/**
|
|
9702
|
-
* <p>The default values of a string parameter.</p>
|
|
9703
|
-
* @public
|
|
9704
|
-
*/
|
|
9705
|
-
export interface StringDatasetParameterDefaultValues {
|
|
9706
|
-
/**
|
|
9707
|
-
* <p>A list of static default values for a given string parameter.</p>
|
|
9708
|
-
* @public
|
|
9709
|
-
*/
|
|
9710
|
-
StaticValues?: string[] | undefined;
|
|
9711
|
-
}
|