@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
|
@@ -2,6 +2,9 @@ import {
|
|
|
2
2
|
ActionConnectorErrorType,
|
|
3
3
|
ActionConnectorSearchFilterNameEnum,
|
|
4
4
|
ActionConnectorType,
|
|
5
|
+
AgentLifecycle,
|
|
6
|
+
AgentOwnershipFilterAttribute,
|
|
7
|
+
AgentStatus,
|
|
5
8
|
AggType,
|
|
6
9
|
AnalysisErrorType,
|
|
7
10
|
AnchorOption,
|
|
@@ -13,6 +16,7 @@ import {
|
|
|
13
16
|
ClientCredentialsSource,
|
|
14
17
|
ColumnRole,
|
|
15
18
|
CommitMode,
|
|
19
|
+
ComparisonOperator,
|
|
16
20
|
ConnectionAuthType,
|
|
17
21
|
ControlSortDirection,
|
|
18
22
|
CrossDatasetTypes,
|
|
@@ -76,7 +80,6 @@ import {
|
|
|
76
80
|
TargetVisualOptions,
|
|
77
81
|
TimeGranularity,
|
|
78
82
|
TooltipTarget,
|
|
79
|
-
TooltipTitleType,
|
|
80
83
|
TopicTimeGranularity,
|
|
81
84
|
URLTargetConfiguration,
|
|
82
85
|
ValueWhenUnsetOption,
|
|
@@ -315,6 +318,49 @@ export interface AdditionalNotes {
|
|
|
315
318
|
export interface AdHocFilteringOption {
|
|
316
319
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
317
320
|
}
|
|
321
|
+
export interface CustomPromptInterface {
|
|
322
|
+
ModelProfileId: string | undefined;
|
|
323
|
+
SubscriptionId: string | undefined;
|
|
324
|
+
QbsAwsAccountId: string | undefined;
|
|
325
|
+
ResponseLength?: string | undefined;
|
|
326
|
+
OutputStyle?: string | undefined;
|
|
327
|
+
Identity?: string | undefined;
|
|
328
|
+
Tone?: string | undefined;
|
|
329
|
+
CustomInstructions?: string | undefined;
|
|
330
|
+
promptSummary?: string | undefined;
|
|
331
|
+
}
|
|
332
|
+
export interface Agent {
|
|
333
|
+
Spaces?: string[] | undefined;
|
|
334
|
+
ActionConnectors?: string[] | undefined;
|
|
335
|
+
Description?: string | undefined;
|
|
336
|
+
IconId?: string | undefined;
|
|
337
|
+
Name: string | undefined;
|
|
338
|
+
StarterPrompts?: string[] | undefined;
|
|
339
|
+
WelcomeMessage?: string | undefined;
|
|
340
|
+
Arn: string | undefined;
|
|
341
|
+
AgentId: string | undefined;
|
|
342
|
+
AgentLifecycle: AgentLifecycle | undefined;
|
|
343
|
+
AgentStatus: AgentStatus | undefined;
|
|
344
|
+
CreatedAt: Date | undefined;
|
|
345
|
+
Creator: string | undefined;
|
|
346
|
+
CustomPromptInterface?: CustomPromptInterface | undefined;
|
|
347
|
+
ErrorMessage?: string | undefined;
|
|
348
|
+
UpdatedAt: Date | undefined;
|
|
349
|
+
}
|
|
350
|
+
export interface AgentSearchFilter {
|
|
351
|
+
Name?: AgentOwnershipFilterAttribute | undefined;
|
|
352
|
+
Operator?: ComparisonOperator | undefined;
|
|
353
|
+
Value?: string | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface AgentSummary {
|
|
356
|
+
Arn: string | undefined;
|
|
357
|
+
AgentId: string | undefined;
|
|
358
|
+
Name: string | undefined;
|
|
359
|
+
Description?: string | undefined;
|
|
360
|
+
CreatedAt: Date | undefined;
|
|
361
|
+
UpdatedAt: Date | undefined;
|
|
362
|
+
IconId?: string | undefined;
|
|
363
|
+
}
|
|
318
364
|
export interface AggFunction {
|
|
319
365
|
Aggregation?: AggType | undefined;
|
|
320
366
|
AggregationFunctionParameters?: Record<string, string> | undefined;
|
|
@@ -1751,21 +1797,3 @@ export interface ColumnTooltipItem {
|
|
|
1751
1797
|
Aggregation?: AggregationFunction | undefined;
|
|
1752
1798
|
TooltipTarget?: TooltipTarget | undefined;
|
|
1753
1799
|
}
|
|
1754
|
-
export interface FieldTooltipItem {
|
|
1755
|
-
FieldId: string | undefined;
|
|
1756
|
-
Label?: string | undefined;
|
|
1757
|
-
Visibility?: Visibility | undefined;
|
|
1758
|
-
TooltipTarget?: TooltipTarget | undefined;
|
|
1759
|
-
}
|
|
1760
|
-
export interface TooltipItem {
|
|
1761
|
-
FieldTooltipItem?: FieldTooltipItem | undefined;
|
|
1762
|
-
ColumnTooltipItem?: ColumnTooltipItem | undefined;
|
|
1763
|
-
}
|
|
1764
|
-
export interface FieldBasedTooltip {
|
|
1765
|
-
AggregationVisibility?: Visibility | undefined;
|
|
1766
|
-
TooltipTitleType?: TooltipTitleType | undefined;
|
|
1767
|
-
TooltipFields?: TooltipItem[] | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface SheetTooltip {
|
|
1770
|
-
SheetId?: string | undefined;
|
|
1771
|
-
}
|
|
@@ -58,6 +58,8 @@ import {
|
|
|
58
58
|
TableTotalsScrollStatus,
|
|
59
59
|
TextWrap,
|
|
60
60
|
TimeGranularity,
|
|
61
|
+
TooltipTarget,
|
|
62
|
+
TooltipTitleType,
|
|
61
63
|
TopBottomComputationType,
|
|
62
64
|
TopBottomSortOrder,
|
|
63
65
|
TransposedColumnType,
|
|
@@ -76,6 +78,7 @@ import {
|
|
|
76
78
|
ChartAxisLabelOptions,
|
|
77
79
|
ColumnIdentifier,
|
|
78
80
|
ColumnSort,
|
|
81
|
+
ColumnTooltipItem,
|
|
79
82
|
ContributionAnalysisDefault,
|
|
80
83
|
CustomActionFilterOperation,
|
|
81
84
|
CustomActionNavigationOperation,
|
|
@@ -84,7 +87,6 @@ import {
|
|
|
84
87
|
DataLabelOptions,
|
|
85
88
|
DecalSettings,
|
|
86
89
|
DimensionField,
|
|
87
|
-
FieldBasedTooltip,
|
|
88
90
|
FieldSort,
|
|
89
91
|
FieldSortOptions,
|
|
90
92
|
FontConfiguration,
|
|
@@ -95,11 +97,28 @@ import {
|
|
|
95
97
|
NumberDisplayFormatConfiguration,
|
|
96
98
|
PercentageDisplayFormatConfiguration,
|
|
97
99
|
ReferenceLine,
|
|
98
|
-
SheetTooltip,
|
|
99
100
|
SmallMultiplesOptions,
|
|
100
101
|
VisualCustomAction,
|
|
101
102
|
VisualInteractionOptions,
|
|
102
103
|
} from "./models_0";
|
|
104
|
+
export interface FieldTooltipItem {
|
|
105
|
+
FieldId: string | undefined;
|
|
106
|
+
Label?: string | undefined;
|
|
107
|
+
Visibility?: Visibility | undefined;
|
|
108
|
+
TooltipTarget?: TooltipTarget | undefined;
|
|
109
|
+
}
|
|
110
|
+
export interface TooltipItem {
|
|
111
|
+
FieldTooltipItem?: FieldTooltipItem | undefined;
|
|
112
|
+
ColumnTooltipItem?: ColumnTooltipItem | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface FieldBasedTooltip {
|
|
115
|
+
AggregationVisibility?: Visibility | undefined;
|
|
116
|
+
TooltipTitleType?: TooltipTitleType | undefined;
|
|
117
|
+
TooltipFields?: TooltipItem[] | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface SheetTooltip {
|
|
120
|
+
SheetId?: string | undefined;
|
|
121
|
+
}
|
|
103
122
|
export interface TooltipOptions {
|
|
104
123
|
TooltipVisibility?: Visibility | undefined;
|
|
105
124
|
SelectedTooltipType?: SelectedTooltipType | undefined;
|
|
@@ -1761,21 +1780,3 @@ export interface TreeMapVisual {
|
|
|
1761
1780
|
ColumnHierarchies?: ColumnHierarchy[] | undefined;
|
|
1762
1781
|
VisualContentAltText?: string | undefined;
|
|
1763
1782
|
}
|
|
1764
|
-
export interface WaterfallChartGroupColorConfiguration {
|
|
1765
|
-
PositiveBarColor?: string | undefined;
|
|
1766
|
-
NegativeBarColor?: string | undefined;
|
|
1767
|
-
TotalBarColor?: string | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface WaterfallChartColorConfiguration {
|
|
1770
|
-
GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
|
|
1771
|
-
}
|
|
1772
|
-
export interface WaterfallChartAggregatedFieldWells {
|
|
1773
|
-
Categories?: DimensionField[] | undefined;
|
|
1774
|
-
Values?: MeasureField[] | undefined;
|
|
1775
|
-
Breakdowns?: DimensionField[] | undefined;
|
|
1776
|
-
}
|
|
1777
|
-
export interface WaterfallChartFieldWells {
|
|
1778
|
-
WaterfallChartAggregatedFieldWells?:
|
|
1779
|
-
| WaterfallChartAggregatedFieldWells
|
|
1780
|
-
| undefined;
|
|
1781
|
-
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ActionConnectorType,
|
|
3
|
+
AgentLifecycle,
|
|
4
|
+
AgentStatus,
|
|
3
5
|
AggType,
|
|
4
6
|
AnalysisFilterAttribute,
|
|
5
7
|
AnchorType,
|
|
@@ -36,7 +38,6 @@ import {
|
|
|
36
38
|
DashboardUIState,
|
|
37
39
|
DataSetDateComparisonFilterOperator,
|
|
38
40
|
DataSetNumericComparisonFilterOperator,
|
|
39
|
-
DatasetParameterValueType,
|
|
40
41
|
DataSetStringComparisonFilterOperator,
|
|
41
42
|
DataSetStringListFilterOperator,
|
|
42
43
|
DisplayFormat,
|
|
@@ -79,7 +80,6 @@ import {
|
|
|
79
80
|
AdditionalNotes,
|
|
80
81
|
AdHocFilteringOption,
|
|
81
82
|
AggFunction,
|
|
82
|
-
AggregateOperation,
|
|
83
83
|
AggregationPartitionBy,
|
|
84
84
|
AmazonElasticsearchParameters,
|
|
85
85
|
AmazonOpenSearchParameters,
|
|
@@ -142,9 +142,25 @@ import {
|
|
|
142
142
|
VisualPalette,
|
|
143
143
|
VisualSubtitleLabelOptions,
|
|
144
144
|
VisualTitleLabelOptions,
|
|
145
|
-
WaterfallChartColorConfiguration,
|
|
146
|
-
WaterfallChartFieldWells,
|
|
147
145
|
} from "./models_1";
|
|
146
|
+
export interface WaterfallChartGroupColorConfiguration {
|
|
147
|
+
PositiveBarColor?: string | undefined;
|
|
148
|
+
NegativeBarColor?: string | undefined;
|
|
149
|
+
TotalBarColor?: string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface WaterfallChartColorConfiguration {
|
|
152
|
+
GroupColorConfiguration?: WaterfallChartGroupColorConfiguration | undefined;
|
|
153
|
+
}
|
|
154
|
+
export interface WaterfallChartAggregatedFieldWells {
|
|
155
|
+
Categories?: DimensionField[] | undefined;
|
|
156
|
+
Values?: MeasureField[] | undefined;
|
|
157
|
+
Breakdowns?: DimensionField[] | undefined;
|
|
158
|
+
}
|
|
159
|
+
export interface WaterfallChartFieldWells {
|
|
160
|
+
WaterfallChartAggregatedFieldWells?:
|
|
161
|
+
| WaterfallChartAggregatedFieldWells
|
|
162
|
+
| undefined;
|
|
163
|
+
}
|
|
148
164
|
export interface WaterfallChartSortConfiguration {
|
|
149
165
|
CategorySort?: FieldSortOptions[] | undefined;
|
|
150
166
|
BreakdownItemsLimit?: ItemsLimitConfiguration | undefined;
|
|
@@ -2989,6 +3005,64 @@ export interface CreateActionConnectorResponse {
|
|
|
2989
3005
|
RequestId?: string | undefined;
|
|
2990
3006
|
Status?: number | undefined;
|
|
2991
3007
|
}
|
|
3008
|
+
export interface CustomPromptProfile {
|
|
3009
|
+
ModelProfileId: string | undefined;
|
|
3010
|
+
SubscriptionId: string | undefined;
|
|
3011
|
+
QbsAwsAccountId: string | undefined;
|
|
3012
|
+
}
|
|
3013
|
+
export interface CustomPromptInputParameters {
|
|
3014
|
+
ResponseLength?: string | undefined;
|
|
3015
|
+
OutputStyle?: string | undefined;
|
|
3016
|
+
Identity?: string | undefined;
|
|
3017
|
+
Tone?: string | undefined;
|
|
3018
|
+
CustomInstructions?: string | undefined;
|
|
3019
|
+
}
|
|
3020
|
+
export type CustomPromptInput =
|
|
3021
|
+
| CustomPromptInput.ExistingPromptMember
|
|
3022
|
+
| CustomPromptInput.NewPromptMember
|
|
3023
|
+
| CustomPromptInput.$UnknownMember;
|
|
3024
|
+
export declare namespace CustomPromptInput {
|
|
3025
|
+
interface ExistingPromptMember {
|
|
3026
|
+
ExistingPrompt: CustomPromptProfile;
|
|
3027
|
+
NewPrompt?: never;
|
|
3028
|
+
$unknown?: never;
|
|
3029
|
+
}
|
|
3030
|
+
interface NewPromptMember {
|
|
3031
|
+
ExistingPrompt?: never;
|
|
3032
|
+
NewPrompt: CustomPromptInputParameters;
|
|
3033
|
+
$unknown?: never;
|
|
3034
|
+
}
|
|
3035
|
+
interface $UnknownMember {
|
|
3036
|
+
ExistingPrompt?: never;
|
|
3037
|
+
NewPrompt?: never;
|
|
3038
|
+
$unknown: [string, any];
|
|
3039
|
+
}
|
|
3040
|
+
interface Visitor<T> {
|
|
3041
|
+
ExistingPrompt: (value: CustomPromptProfile) => T;
|
|
3042
|
+
NewPrompt: (value: CustomPromptInputParameters) => T;
|
|
3043
|
+
_: (name: string, value: any) => T;
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
3046
|
+
export interface CreateAgentRequest {
|
|
3047
|
+
Spaces?: string[] | undefined;
|
|
3048
|
+
ActionConnectors?: string[] | undefined;
|
|
3049
|
+
AwsAccountId: string | undefined;
|
|
3050
|
+
AgentId: string | undefined;
|
|
3051
|
+
Name: string | undefined;
|
|
3052
|
+
Description?: string | undefined;
|
|
3053
|
+
IconId?: string | undefined;
|
|
3054
|
+
StarterPrompts?: string[] | undefined;
|
|
3055
|
+
WelcomeMessage?: string | undefined;
|
|
3056
|
+
AgentLifecycle?: AgentLifecycle | undefined;
|
|
3057
|
+
CustomPromptInput?: CustomPromptInput | undefined;
|
|
3058
|
+
}
|
|
3059
|
+
export interface CreateAgentResponse {
|
|
3060
|
+
Arn: string | undefined;
|
|
3061
|
+
AgentId: string | undefined;
|
|
3062
|
+
AgentStatus: AgentStatus | undefined;
|
|
3063
|
+
AgentName: string | undefined;
|
|
3064
|
+
RequestId?: string | undefined;
|
|
3065
|
+
}
|
|
2992
3066
|
export interface DateTimeParameter {
|
|
2993
3067
|
Name: string | undefined;
|
|
2994
3068
|
Values: Date[] | undefined;
|
|
@@ -3326,52 +3400,3 @@ export interface UnpivotOperation {
|
|
|
3326
3400
|
UnpivotedValueColumnName: string | undefined;
|
|
3327
3401
|
UnpivotedValueColumnId: string | undefined;
|
|
3328
3402
|
}
|
|
3329
|
-
export interface TransformStep {
|
|
3330
|
-
ImportTableStep?: ImportTableOperation | undefined;
|
|
3331
|
-
ProjectStep?: ProjectOperation | undefined;
|
|
3332
|
-
FiltersStep?: FiltersOperation | undefined;
|
|
3333
|
-
CreateColumnsStep?: CreateColumnsOperation | undefined;
|
|
3334
|
-
RenameColumnsStep?: RenameColumnsOperation | undefined;
|
|
3335
|
-
CastColumnTypesStep?: CastColumnTypesOperation | undefined;
|
|
3336
|
-
JoinStep?: JoinOperation | undefined;
|
|
3337
|
-
AggregateStep?: AggregateOperation | undefined;
|
|
3338
|
-
PivotStep?: PivotOperation | undefined;
|
|
3339
|
-
UnpivotStep?: UnpivotOperation | undefined;
|
|
3340
|
-
AppendStep?: AppendOperation | undefined;
|
|
3341
|
-
}
|
|
3342
|
-
export interface DataPrepConfiguration {
|
|
3343
|
-
SourceTableMap: Record<string, SourceTable> | undefined;
|
|
3344
|
-
TransformStepMap: Record<string, TransformStep> | undefined;
|
|
3345
|
-
DestinationTableMap: Record<string, DestinationTable> | undefined;
|
|
3346
|
-
}
|
|
3347
|
-
export interface DateTimeDatasetParameterDefaultValues {
|
|
3348
|
-
StaticValues?: Date[] | undefined;
|
|
3349
|
-
}
|
|
3350
|
-
export interface DateTimeDatasetParameter {
|
|
3351
|
-
Id: string | undefined;
|
|
3352
|
-
Name: string | undefined;
|
|
3353
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
3354
|
-
TimeGranularity?: TimeGranularity | undefined;
|
|
3355
|
-
DefaultValues?: DateTimeDatasetParameterDefaultValues | undefined;
|
|
3356
|
-
}
|
|
3357
|
-
export interface DecimalDatasetParameterDefaultValues {
|
|
3358
|
-
StaticValues?: number[] | undefined;
|
|
3359
|
-
}
|
|
3360
|
-
export interface DecimalDatasetParameter {
|
|
3361
|
-
Id: string | undefined;
|
|
3362
|
-
Name: string | undefined;
|
|
3363
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
3364
|
-
DefaultValues?: DecimalDatasetParameterDefaultValues | undefined;
|
|
3365
|
-
}
|
|
3366
|
-
export interface IntegerDatasetParameterDefaultValues {
|
|
3367
|
-
StaticValues?: number[] | undefined;
|
|
3368
|
-
}
|
|
3369
|
-
export interface IntegerDatasetParameter {
|
|
3370
|
-
Id: string | undefined;
|
|
3371
|
-
Name: string | undefined;
|
|
3372
|
-
ValueType: DatasetParameterValueType | undefined;
|
|
3373
|
-
DefaultValues?: IntegerDatasetParameterDefaultValues | undefined;
|
|
3374
|
-
}
|
|
3375
|
-
export interface StringDatasetParameterDefaultValues {
|
|
3376
|
-
StaticValues?: string[] | undefined;
|
|
3377
|
-
}
|