@aws-sdk/client-quicksight 3.1057.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 +161 -7
- package/dist-cjs/index.js +364 -5
- package/dist-cjs/schemas/schemas_0.js +870 -258
- package/dist-es/QuickSight.js +44 -0
- package/dist-es/commands/CreateAgentCommand.js +16 -0
- package/dist-es/commands/CreateFlowCommand.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/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/DescribeSpaceCommand.js +16 -0
- package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
- package/dist-es/commands/ListAgentsCommand.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/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 +22 -0
- package/dist-es/models/enums.js +49 -5
- package/dist-es/schemas/schemas_0.js +832 -222
- package/dist-types/QuickSight.d.ts +154 -0
- package/dist-types/QuickSightClient.d.ts +24 -2
- package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
- package/dist-types/commands/CreateFlowCommand.d.ts +119 -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/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 -2
- 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/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 +1 -1
- 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 -2
- 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/index.d.ts +22 -0
- package/dist-types/models/enums.d.ts +113 -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 +577 -619
- package/dist-types/models/models_4.d.ts +3874 -4006
- package/dist-types/models/models_5.d.ts +1755 -4
- package/dist-types/schemas/schemas_0.d.ts +85 -0
- package/dist-types/ts3.4/QuickSight.d.ts +374 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +132 -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/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/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 +4 -2
- 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/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 +1 -1
- 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 +4 -2
- 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/index.d.ts +22 -0
- package/dist-types/ts3.4/models/enums.d.ts +64 -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 +134 -151
- package/dist-types/ts3.4/models/models_4.d.ts +368 -360
- package/dist-types/ts3.4/models/models_5.d.ts +428 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
- package/package.json +2 -2
|
@@ -4,12 +4,14 @@ export * from "./CancelIngestionCommand";
|
|
|
4
4
|
export * from "./CreateAccountCustomizationCommand";
|
|
5
5
|
export * from "./CreateAccountSubscriptionCommand";
|
|
6
6
|
export * from "./CreateActionConnectorCommand";
|
|
7
|
+
export * from "./CreateAgentCommand";
|
|
7
8
|
export * from "./CreateAnalysisCommand";
|
|
8
9
|
export * from "./CreateBrandCommand";
|
|
9
10
|
export * from "./CreateCustomPermissionsCommand";
|
|
10
11
|
export * from "./CreateDashboardCommand";
|
|
11
12
|
export * from "./CreateDataSetCommand";
|
|
12
13
|
export * from "./CreateDataSourceCommand";
|
|
14
|
+
export * from "./CreateFlowCommand";
|
|
13
15
|
export * from "./CreateFolderCommand";
|
|
14
16
|
export * from "./CreateFolderMembershipCommand";
|
|
15
17
|
export * from "./CreateGroupCommand";
|
|
@@ -20,6 +22,7 @@ export * from "./CreateNamespaceCommand";
|
|
|
20
22
|
export * from "./CreateOAuthClientApplicationCommand";
|
|
21
23
|
export * from "./CreateRefreshScheduleCommand";
|
|
22
24
|
export * from "./CreateRoleMembershipCommand";
|
|
25
|
+
export * from "./CreateSpaceCommand";
|
|
23
26
|
export * from "./CreateTemplateAliasCommand";
|
|
24
27
|
export * from "./CreateTemplateCommand";
|
|
25
28
|
export * from "./CreateThemeAliasCommand";
|
|
@@ -31,6 +34,7 @@ export * from "./DeleteAccountCustomPermissionCommand";
|
|
|
31
34
|
export * from "./DeleteAccountCustomizationCommand";
|
|
32
35
|
export * from "./DeleteAccountSubscriptionCommand";
|
|
33
36
|
export * from "./DeleteActionConnectorCommand";
|
|
37
|
+
export * from "./DeleteAgentCommand";
|
|
34
38
|
export * from "./DeleteAnalysisCommand";
|
|
35
39
|
export * from "./DeleteBrandAssignmentCommand";
|
|
36
40
|
export * from "./DeleteBrandCommand";
|
|
@@ -40,6 +44,7 @@ export * from "./DeleteDataSetCommand";
|
|
|
40
44
|
export * from "./DeleteDataSetRefreshPropertiesCommand";
|
|
41
45
|
export * from "./DeleteDataSourceCommand";
|
|
42
46
|
export * from "./DeleteDefaultQBusinessApplicationCommand";
|
|
47
|
+
export * from "./DeleteFlowCommand";
|
|
43
48
|
export * from "./DeleteFolderCommand";
|
|
44
49
|
export * from "./DeleteFolderMembershipCommand";
|
|
45
50
|
export * from "./DeleteGroupCommand";
|
|
@@ -51,6 +56,7 @@ export * from "./DeleteOAuthClientApplicationCommand";
|
|
|
51
56
|
export * from "./DeleteRefreshScheduleCommand";
|
|
52
57
|
export * from "./DeleteRoleCustomPermissionCommand";
|
|
53
58
|
export * from "./DeleteRoleMembershipCommand";
|
|
59
|
+
export * from "./DeleteSpaceCommand";
|
|
54
60
|
export * from "./DeleteTemplateAliasCommand";
|
|
55
61
|
export * from "./DeleteTemplateCommand";
|
|
56
62
|
export * from "./DeleteThemeAliasCommand";
|
|
@@ -67,6 +73,8 @@ export * from "./DescribeAccountSettingsCommand";
|
|
|
67
73
|
export * from "./DescribeAccountSubscriptionCommand";
|
|
68
74
|
export * from "./DescribeActionConnectorCommand";
|
|
69
75
|
export * from "./DescribeActionConnectorPermissionsCommand";
|
|
76
|
+
export * from "./DescribeAgentCommand";
|
|
77
|
+
export * from "./DescribeAgentPermissionsCommand";
|
|
70
78
|
export * from "./DescribeAnalysisCommand";
|
|
71
79
|
export * from "./DescribeAnalysisDefinitionCommand";
|
|
72
80
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
@@ -89,6 +97,7 @@ export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
|
89
97
|
export * from "./DescribeDataSourceCommand";
|
|
90
98
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
91
99
|
export * from "./DescribeDefaultQBusinessApplicationCommand";
|
|
100
|
+
export * from "./DescribeFlowCommand";
|
|
92
101
|
export * from "./DescribeFolderCommand";
|
|
93
102
|
export * from "./DescribeFolderPermissionsCommand";
|
|
94
103
|
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
@@ -105,6 +114,8 @@ export * from "./DescribeQuickSightQSearchConfigurationCommand";
|
|
|
105
114
|
export * from "./DescribeRefreshScheduleCommand";
|
|
106
115
|
export * from "./DescribeRoleCustomPermissionCommand";
|
|
107
116
|
export * from "./DescribeSelfUpgradeConfigurationCommand";
|
|
117
|
+
export * from "./DescribeSpaceCommand";
|
|
118
|
+
export * from "./DescribeSpacePermissionsCommand";
|
|
108
119
|
export * from "./DescribeTemplateAliasCommand";
|
|
109
120
|
export * from "./DescribeTemplateCommand";
|
|
110
121
|
export * from "./DescribeTemplateDefinitionCommand";
|
|
@@ -127,6 +138,7 @@ export * from "./GetFlowPermissionsCommand";
|
|
|
127
138
|
export * from "./GetIdentityContextCommand";
|
|
128
139
|
export * from "./GetSessionEmbedUrlCommand";
|
|
129
140
|
export * from "./ListActionConnectorsCommand";
|
|
141
|
+
export * from "./ListAgentsCommand";
|
|
130
142
|
export * from "./ListAnalysesCommand";
|
|
131
143
|
export * from "./ListAssetBundleExportJobsCommand";
|
|
132
144
|
export * from "./ListAssetBundleImportJobsCommand";
|
|
@@ -151,6 +163,8 @@ export * from "./ListOAuthClientApplicationsCommand";
|
|
|
151
163
|
export * from "./ListRefreshSchedulesCommand";
|
|
152
164
|
export * from "./ListRoleMembershipsCommand";
|
|
153
165
|
export * from "./ListSelfUpgradesCommand";
|
|
166
|
+
export * from "./ListSpaceResourcesCommand";
|
|
167
|
+
export * from "./ListSpacesCommand";
|
|
154
168
|
export * from "./ListTagsForResourceCommand";
|
|
155
169
|
export * from "./ListTemplateAliasesCommand";
|
|
156
170
|
export * from "./ListTemplateVersionsCommand";
|
|
@@ -169,6 +183,7 @@ export * from "./PutDataSetRefreshPropertiesCommand";
|
|
|
169
183
|
export * from "./RegisterUserCommand";
|
|
170
184
|
export * from "./RestoreAnalysisCommand";
|
|
171
185
|
export * from "./SearchActionConnectorsCommand";
|
|
186
|
+
export * from "./SearchAgentsCommand";
|
|
172
187
|
export * from "./SearchAnalysesCommand";
|
|
173
188
|
export * from "./SearchDashboardsCommand";
|
|
174
189
|
export * from "./SearchDataSetsCommand";
|
|
@@ -176,6 +191,7 @@ export * from "./SearchDataSourcesCommand";
|
|
|
176
191
|
export * from "./SearchFlowsCommand";
|
|
177
192
|
export * from "./SearchFoldersCommand";
|
|
178
193
|
export * from "./SearchGroupsCommand";
|
|
194
|
+
export * from "./SearchSpacesCommand";
|
|
179
195
|
export * from "./SearchTopicsCommand";
|
|
180
196
|
export * from "./StartAssetBundleExportJobCommand";
|
|
181
197
|
export * from "./StartAssetBundleImportJobCommand";
|
|
@@ -189,6 +205,8 @@ export * from "./UpdateAccountCustomizationCommand";
|
|
|
189
205
|
export * from "./UpdateAccountSettingsCommand";
|
|
190
206
|
export * from "./UpdateActionConnectorCommand";
|
|
191
207
|
export * from "./UpdateActionConnectorPermissionsCommand";
|
|
208
|
+
export * from "./UpdateAgentCommand";
|
|
209
|
+
export * from "./UpdateAgentPermissionsCommand";
|
|
192
210
|
export * from "./UpdateAnalysisCommand";
|
|
193
211
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
194
212
|
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
@@ -206,6 +224,7 @@ export * from "./UpdateDataSetPermissionsCommand";
|
|
|
206
224
|
export * from "./UpdateDataSourceCommand";
|
|
207
225
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
208
226
|
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
227
|
+
export * from "./UpdateFlowCommand";
|
|
209
228
|
export * from "./UpdateFlowPermissionsCommand";
|
|
210
229
|
export * from "./UpdateFolderCommand";
|
|
211
230
|
export * from "./UpdateFolderPermissionsCommand";
|
|
@@ -223,6 +242,9 @@ export * from "./UpdateRoleCustomPermissionCommand";
|
|
|
223
242
|
export * from "./UpdateSPICECapacityConfigurationCommand";
|
|
224
243
|
export * from "./UpdateSelfUpgradeCommand";
|
|
225
244
|
export * from "./UpdateSelfUpgradeConfigurationCommand";
|
|
245
|
+
export * from "./UpdateSpaceCommand";
|
|
246
|
+
export * from "./UpdateSpacePermissionsCommand";
|
|
247
|
+
export * from "./UpdateSpaceResourcesCommand";
|
|
226
248
|
export * from "./UpdateTemplateAliasCommand";
|
|
227
249
|
export * from "./UpdateTemplateCommand";
|
|
228
250
|
export * from "./UpdateTemplatePermissionsCommand";
|
|
@@ -155,6 +155,58 @@ export declare const DashboardBehavior: {
|
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
157
|
export type DashboardBehavior = (typeof DashboardBehavior)[keyof typeof DashboardBehavior];
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
* @enum
|
|
161
|
+
*/
|
|
162
|
+
export declare const AgentLifecycle: {
|
|
163
|
+
readonly PREVIEW: "PREVIEW";
|
|
164
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
165
|
+
};
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export type AgentLifecycle = (typeof AgentLifecycle)[keyof typeof AgentLifecycle];
|
|
170
|
+
/**
|
|
171
|
+
* @public
|
|
172
|
+
* @enum
|
|
173
|
+
*/
|
|
174
|
+
export declare const AgentStatus: {
|
|
175
|
+
readonly ACTIVE: "ACTIVE";
|
|
176
|
+
readonly CREATING: "CREATING";
|
|
177
|
+
readonly FAILED: "FAILED";
|
|
178
|
+
readonly UPDATING: "UPDATING";
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
|
|
184
|
+
/**
|
|
185
|
+
* @public
|
|
186
|
+
* @enum
|
|
187
|
+
*/
|
|
188
|
+
export declare const AgentOwnershipFilterAttribute: {
|
|
189
|
+
readonly AGENT_NAME: "AGENT_NAME";
|
|
190
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
191
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
192
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
193
|
+
};
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
197
|
+
export type AgentOwnershipFilterAttribute = (typeof AgentOwnershipFilterAttribute)[keyof typeof AgentOwnershipFilterAttribute];
|
|
198
|
+
/**
|
|
199
|
+
* @public
|
|
200
|
+
* @enum
|
|
201
|
+
*/
|
|
202
|
+
export declare const ComparisonOperator: {
|
|
203
|
+
readonly StringEquals: "StringEquals";
|
|
204
|
+
readonly StringLike: "StringLike";
|
|
205
|
+
};
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
|
|
158
210
|
/**
|
|
159
211
|
* @public
|
|
160
212
|
* @enum
|
|
@@ -3521,6 +3573,19 @@ export declare const SnapshotJobStatus: {
|
|
|
3521
3573
|
* @public
|
|
3522
3574
|
*/
|
|
3523
3575
|
export type SnapshotJobStatus = (typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
|
|
3576
|
+
/**
|
|
3577
|
+
* @public
|
|
3578
|
+
* @enum
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const FlowPublishState: {
|
|
3581
|
+
readonly DRAFT: "DRAFT";
|
|
3582
|
+
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
3583
|
+
readonly PUBLISHED: "PUBLISHED";
|
|
3584
|
+
};
|
|
3585
|
+
/**
|
|
3586
|
+
* @public
|
|
3587
|
+
*/
|
|
3588
|
+
export type FlowPublishState = (typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
3524
3589
|
/**
|
|
3525
3590
|
* @public
|
|
3526
3591
|
* @enum
|
|
@@ -3662,6 +3727,23 @@ export declare const SelfUpgradeStatus: {
|
|
|
3662
3727
|
* @public
|
|
3663
3728
|
*/
|
|
3664
3729
|
export type SelfUpgradeStatus = (typeof SelfUpgradeStatus)[keyof typeof SelfUpgradeStatus];
|
|
3730
|
+
/**
|
|
3731
|
+
* @public
|
|
3732
|
+
* @enum
|
|
3733
|
+
*/
|
|
3734
|
+
export declare const SpaceQuickSightResourceType: {
|
|
3735
|
+
readonly ACTION_CONNECTOR: "ACTION_CONNECTOR";
|
|
3736
|
+
readonly ARTIFACT: "ARTIFACT";
|
|
3737
|
+
readonly DASHBOARD: "DASHBOARD";
|
|
3738
|
+
readonly DATA_SET: "DATA_SET";
|
|
3739
|
+
readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
|
|
3740
|
+
readonly SPACE: "SPACE";
|
|
3741
|
+
readonly TOPIC: "TOPIC";
|
|
3742
|
+
};
|
|
3743
|
+
/**
|
|
3744
|
+
* @public
|
|
3745
|
+
*/
|
|
3746
|
+
export type SpaceQuickSightResourceType = (typeof SpaceQuickSightResourceType)[keyof typeof SpaceQuickSightResourceType];
|
|
3665
3747
|
/**
|
|
3666
3748
|
* @public
|
|
3667
3749
|
* @enum
|
|
@@ -3794,19 +3876,6 @@ export declare const FieldName: {
|
|
|
3794
3876
|
* @public
|
|
3795
3877
|
*/
|
|
3796
3878
|
export type FieldName = (typeof FieldName)[keyof typeof FieldName];
|
|
3797
|
-
/**
|
|
3798
|
-
* @public
|
|
3799
|
-
* @enum
|
|
3800
|
-
*/
|
|
3801
|
-
export declare const FlowPublishState: {
|
|
3802
|
-
readonly DRAFT: "DRAFT";
|
|
3803
|
-
readonly PENDING_APPROVAL: "PENDING_APPROVAL";
|
|
3804
|
-
readonly PUBLISHED: "PUBLISHED";
|
|
3805
|
-
};
|
|
3806
|
-
/**
|
|
3807
|
-
* @public
|
|
3808
|
-
*/
|
|
3809
|
-
export type FlowPublishState = (typeof FlowPublishState)[keyof typeof FlowPublishState];
|
|
3810
3879
|
/**
|
|
3811
3880
|
* @public
|
|
3812
3881
|
* @enum
|
|
@@ -3935,6 +4004,37 @@ export declare const SearchFilterOperator: {
|
|
|
3935
4004
|
* @public
|
|
3936
4005
|
*/
|
|
3937
4006
|
export type SearchFilterOperator = (typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
|
|
4007
|
+
/**
|
|
4008
|
+
* @public
|
|
4009
|
+
* @enum
|
|
4010
|
+
*/
|
|
4011
|
+
export declare const SpaceQuickSightSearchFilterName: {
|
|
4012
|
+
readonly CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE";
|
|
4013
|
+
readonly CONTRIBUTED_BY: "CONTRIBUTED_BY";
|
|
4014
|
+
readonly CREATED_BY: "CREATED_BY";
|
|
4015
|
+
readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
|
|
4016
|
+
readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
|
|
4017
|
+
readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
|
|
4018
|
+
readonly SPACE_ID: "SPACE_ID";
|
|
4019
|
+
readonly SPACE_NAME: "SPACE_NAME";
|
|
4020
|
+
};
|
|
4021
|
+
/**
|
|
4022
|
+
* @public
|
|
4023
|
+
*/
|
|
4024
|
+
export type SpaceQuickSightSearchFilterName = (typeof SpaceQuickSightSearchFilterName)[keyof typeof SpaceQuickSightSearchFilterName];
|
|
4025
|
+
/**
|
|
4026
|
+
* @public
|
|
4027
|
+
* @enum
|
|
4028
|
+
*/
|
|
4029
|
+
export declare const SpaceSearchOperator: {
|
|
4030
|
+
readonly NUMBER_RANGE: "NUMBER_RANGE";
|
|
4031
|
+
readonly STRING_EQUALS: "STRING_EQUALS";
|
|
4032
|
+
readonly STRING_LIKE: "STRING_LIKE";
|
|
4033
|
+
};
|
|
4034
|
+
/**
|
|
4035
|
+
* @public
|
|
4036
|
+
*/
|
|
4037
|
+
export type SpaceSearchOperator = (typeof SpaceSearchOperator)[keyof typeof SpaceSearchOperator];
|
|
3938
4038
|
/**
|
|
3939
4039
|
* @public
|
|
3940
4040
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ConnectionAuthType, ControlSortDirection, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget,
|
|
1
|
+
import type { ActionConnectorErrorType, ActionConnectorSearchFilterNameEnum, ActionConnectorType, AgentLifecycle, AgentOwnershipFilterAttribute, AgentStatus, AggType, AnalysisErrorType, AnchorOption, AuthorizationCodeGrantCredentialsSource, AxisBinding, CategoricalAggregationFunction, CategoryFilterMatchOperator, CategoryFilterSelectAllOptions, ClientCredentialsSource, ColumnRole, CommitMode, ComparisonOperator, ConnectionAuthType, ControlSortDirection, CrossDatasetTypes, DashboardBehavior, DataLabelContent, DataLabelOverlap, DataLabelPosition, DataPrepSimpleAggregationFunctionType, DateAggregationFunction, DayOfTheWeek, DecalPatternType, DecalStyleType, DigitGroupingStyle, Edition, FilterNullOption, FilterOperator, FilterVisualScope, FontDecoration, FontStyle, FontWeightName, HorizontalTextAlignment, ImageCustomActionTrigger, LayoutElementType, LegendPosition, NegativeValueDisplayMode, NumberScale, NumericEqualityMatchOperator, NumericFilterSelectAllOptions, NumericSeparatorSymbol, OtherCategories, PanelBorderStyle, PaperOrientation, PaperSize, ParameterValueType, QBusinessInsightsStatus, QueryExecutionMode, ReferenceLineLabelHorizontalPosition, ReferenceLineLabelVerticalPosition, ReferenceLinePatternType, ReferenceLineSeriesType, ReferenceLineValueLabelRelativePosition, RelativeDateType, RelativeFontSize, ResizeOption, ResourceStatus, SectionPageBreakStatus, SelectAllValueOptions, SelectedFieldOptions, SheetContentType, SheetControlDateTimePickerType, SheetControlListType, SheetControlSliderType, SheetImageScalingType, SheetLayoutGroupMemberType, SimpleAttributeAggregationFunction, SimpleNumericalAggregationFunction, SmallMultiplesAxisPlacement, SmallMultiplesAxisScale, SortDirection, SpecialValue, TargetVisualOptions, TimeGranularity, TooltipTarget, TopicTimeGranularity, URLTargetConfiguration, ValueWhenUnsetOption, Visibility, VisualCustomActionTrigger, VisualHighlightTrigger, WidgetStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The Quick Sight customizations associated with your Amazon Web Services account or a Quick Sight namespace in a specific Amazon Web Services Region.</p>
|
|
4
4
|
* @public
|
|
@@ -636,6 +636,205 @@ export interface AdHocFilteringOption {
|
|
|
636
636
|
*/
|
|
637
637
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
638
638
|
}
|
|
639
|
+
/**
|
|
640
|
+
* <p>The custom prompt interface configuration that defines how an agent's prompt is configured.</p>
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
export interface CustomPromptInterface {
|
|
644
|
+
/**
|
|
645
|
+
* <p>The identifier of the model profile.</p>
|
|
646
|
+
* @public
|
|
647
|
+
*/
|
|
648
|
+
ModelProfileId: string | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* <p>The subscription identifier.</p>
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
SubscriptionId: string | undefined;
|
|
654
|
+
/**
|
|
655
|
+
* <p>The Amazon Web Services account ID for the Q Business service.</p>
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
QbsAwsAccountId: string | undefined;
|
|
659
|
+
/**
|
|
660
|
+
* <p>Instructions for the desired response length.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
ResponseLength?: string | undefined;
|
|
664
|
+
/**
|
|
665
|
+
* <p>Instructions for the desired output style.</p>
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
OutputStyle?: string | undefined;
|
|
669
|
+
/**
|
|
670
|
+
* <p>Instructions that define the agent's identity and persona.</p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
Identity?: string | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p>Instructions for the desired tone of responses.</p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
Tone?: string | undefined;
|
|
679
|
+
/**
|
|
680
|
+
* <p>Custom instructions for the agent's behavior.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
CustomInstructions?: string | undefined;
|
|
684
|
+
/**
|
|
685
|
+
* <p>A summary of the custom prompt configuration.</p>
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
promptSummary?: string | undefined;
|
|
689
|
+
}
|
|
690
|
+
/**
|
|
691
|
+
* <p>An agent resource in Amazon QuickSight that provides AI-powered conversational experiences.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
export interface Agent {
|
|
695
|
+
/**
|
|
696
|
+
* <p>The Amazon Resource Names (ARNs) of the spaces attached to the agent.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
Spaces?: string[] | undefined;
|
|
700
|
+
/**
|
|
701
|
+
* <p>The Amazon Resource Names (ARNs) of the action connectors attached to the agent.</p>
|
|
702
|
+
* @public
|
|
703
|
+
*/
|
|
704
|
+
ActionConnectors?: string[] | undefined;
|
|
705
|
+
/**
|
|
706
|
+
* <p>A description of the agent.</p>
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
Description?: string | undefined;
|
|
710
|
+
/**
|
|
711
|
+
* <p>The icon identifier for the agent.</p>
|
|
712
|
+
* @public
|
|
713
|
+
*/
|
|
714
|
+
IconId?: string | undefined;
|
|
715
|
+
/**
|
|
716
|
+
* <p>The name of the agent.</p>
|
|
717
|
+
* @public
|
|
718
|
+
*/
|
|
719
|
+
Name: string | undefined;
|
|
720
|
+
/**
|
|
721
|
+
* <p>A list of starter prompts that are displayed to users when they begin interacting with the agent.</p>
|
|
722
|
+
* @public
|
|
723
|
+
*/
|
|
724
|
+
StarterPrompts?: string[] | undefined;
|
|
725
|
+
/**
|
|
726
|
+
* <p>The welcome message that is displayed when a user starts a conversation with the agent.</p>
|
|
727
|
+
* @public
|
|
728
|
+
*/
|
|
729
|
+
WelcomeMessage?: string | undefined;
|
|
730
|
+
/**
|
|
731
|
+
* <p>The Amazon Resource Name (ARN) of the agent.</p>
|
|
732
|
+
* @public
|
|
733
|
+
*/
|
|
734
|
+
Arn: string | undefined;
|
|
735
|
+
/**
|
|
736
|
+
* <p>The unique identifier for the agent.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
AgentId: string | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* <p>The lifecycle state of the agent. Valid values are <code>PREVIEW</code> and <code>PUBLISHED</code>.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
AgentLifecycle: AgentLifecycle | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>The status of the agent.</p>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
AgentStatus: AgentStatus | undefined;
|
|
750
|
+
/**
|
|
751
|
+
* <p>The date and time that the agent was created.</p>
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
CreatedAt: Date | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* <p>The identity of the user who created the agent.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
Creator: string | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* <p>The custom prompt interface configuration for the agent.</p>
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
CustomPromptInterface?: CustomPromptInterface | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>An error message associated with the agent, if applicable.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
ErrorMessage?: string | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The date and time that the agent was last updated.</p>
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
UpdatedAt: Date | undefined;
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* <p>A filter to apply when searching agents.</p>
|
|
778
|
+
* @public
|
|
779
|
+
*/
|
|
780
|
+
export interface AgentSearchFilter {
|
|
781
|
+
/**
|
|
782
|
+
* <p>The name of the field to filter on.</p>
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
Name?: AgentOwnershipFilterAttribute | undefined;
|
|
786
|
+
/**
|
|
787
|
+
* <p>The comparison operator to use for the filter.</p>
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
Operator?: ComparisonOperator | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* <p>The value to filter on.</p>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
Value?: string | undefined;
|
|
796
|
+
}
|
|
797
|
+
/**
|
|
798
|
+
* <p>A summary of an agent, including its identifier, name, and metadata.</p>
|
|
799
|
+
* @public
|
|
800
|
+
*/
|
|
801
|
+
export interface AgentSummary {
|
|
802
|
+
/**
|
|
803
|
+
* <p>The Amazon Resource Name (ARN) of the agent.</p>
|
|
804
|
+
* @public
|
|
805
|
+
*/
|
|
806
|
+
Arn: string | undefined;
|
|
807
|
+
/**
|
|
808
|
+
* <p>The unique identifier for the agent.</p>
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
AgentId: string | undefined;
|
|
812
|
+
/**
|
|
813
|
+
* <p>The name of the agent.</p>
|
|
814
|
+
* @public
|
|
815
|
+
*/
|
|
816
|
+
Name: string | undefined;
|
|
817
|
+
/**
|
|
818
|
+
* <p>A description of the agent.</p>
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
Description?: string | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* <p>The date and time that the agent was created.</p>
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
CreatedAt: Date | undefined;
|
|
827
|
+
/**
|
|
828
|
+
* <p>The date and time that the agent was last updated.</p>
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
UpdatedAt: Date | undefined;
|
|
832
|
+
/**
|
|
833
|
+
* <p>The icon identifier for the agent.</p>
|
|
834
|
+
* @public
|
|
835
|
+
*/
|
|
836
|
+
IconId?: string | undefined;
|
|
837
|
+
}
|
|
639
838
|
/**
|
|
640
839
|
* <p>The definition of an Agg function.</p>
|
|
641
840
|
* @public
|
|
@@ -7422,89 +7621,3 @@ export interface ColumnTooltipItem {
|
|
|
7422
7621
|
*/
|
|
7423
7622
|
TooltipTarget?: TooltipTarget | undefined;
|
|
7424
7623
|
}
|
|
7425
|
-
/**
|
|
7426
|
-
* <p>The tooltip item for the fields.</p>
|
|
7427
|
-
* @public
|
|
7428
|
-
*/
|
|
7429
|
-
export interface FieldTooltipItem {
|
|
7430
|
-
/**
|
|
7431
|
-
* <p>The unique ID of the field that is targeted by the tooltip.</p>
|
|
7432
|
-
* @public
|
|
7433
|
-
*/
|
|
7434
|
-
FieldId: string | undefined;
|
|
7435
|
-
/**
|
|
7436
|
-
* <p>The label of the tooltip item.</p>
|
|
7437
|
-
* @public
|
|
7438
|
-
*/
|
|
7439
|
-
Label?: string | undefined;
|
|
7440
|
-
/**
|
|
7441
|
-
* <p>The visibility of the tooltip item.</p>
|
|
7442
|
-
* @public
|
|
7443
|
-
*/
|
|
7444
|
-
Visibility?: Visibility | undefined;
|
|
7445
|
-
/**
|
|
7446
|
-
* <p>Determines the target of the field tooltip item in a combo chart visual.</p>
|
|
7447
|
-
* @public
|
|
7448
|
-
*/
|
|
7449
|
-
TooltipTarget?: TooltipTarget | undefined;
|
|
7450
|
-
}
|
|
7451
|
-
/**
|
|
7452
|
-
* <p>The tooltip.</p>
|
|
7453
|
-
* <p>This is a union type structure. For this structure to be valid, only one of the attributes can be defined.</p>
|
|
7454
|
-
* @public
|
|
7455
|
-
*/
|
|
7456
|
-
export interface TooltipItem {
|
|
7457
|
-
/**
|
|
7458
|
-
* <p>The tooltip item for the fields.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
FieldTooltipItem?: FieldTooltipItem | undefined;
|
|
7462
|
-
/**
|
|
7463
|
-
* <p>The tooltip item for the columns that are not part of a field well.</p>
|
|
7464
|
-
* @public
|
|
7465
|
-
*/
|
|
7466
|
-
ColumnTooltipItem?: ColumnTooltipItem | undefined;
|
|
7467
|
-
}
|
|
7468
|
-
/**
|
|
7469
|
-
* <p>The setup for the detailed tooltip.</p>
|
|
7470
|
-
* @public
|
|
7471
|
-
*/
|
|
7472
|
-
export interface FieldBasedTooltip {
|
|
7473
|
-
/**
|
|
7474
|
-
* <p>The visibility of <code>Show aggregations</code>.</p>
|
|
7475
|
-
* @public
|
|
7476
|
-
*/
|
|
7477
|
-
AggregationVisibility?: Visibility | undefined;
|
|
7478
|
-
/**
|
|
7479
|
-
* <p>The type for the >tooltip title. Choose one of the following options:</p>
|
|
7480
|
-
* <ul>
|
|
7481
|
-
* <li>
|
|
7482
|
-
* <p>
|
|
7483
|
-
* <code>NONE</code>: Doesn't use the primary value as the title.</p>
|
|
7484
|
-
* </li>
|
|
7485
|
-
* <li>
|
|
7486
|
-
* <p>
|
|
7487
|
-
* <code>PRIMARY_VALUE</code>: Uses primary value as the title.</p>
|
|
7488
|
-
* </li>
|
|
7489
|
-
* </ul>
|
|
7490
|
-
* @public
|
|
7491
|
-
*/
|
|
7492
|
-
TooltipTitleType?: TooltipTitleType | undefined;
|
|
7493
|
-
/**
|
|
7494
|
-
* <p>The fields configuration in the
|
|
7495
|
-
* tooltip.</p>
|
|
7496
|
-
* @public
|
|
7497
|
-
*/
|
|
7498
|
-
TooltipFields?: TooltipItem[] | undefined;
|
|
7499
|
-
}
|
|
7500
|
-
/**
|
|
7501
|
-
* <p>The configuration of the sheet tooltip.</p>
|
|
7502
|
-
* @public
|
|
7503
|
-
*/
|
|
7504
|
-
export interface SheetTooltip {
|
|
7505
|
-
/**
|
|
7506
|
-
* <p>The sheet ID of the tooltip sheet that is used by the tooltip.</p>
|
|
7507
|
-
* @public
|
|
7508
|
-
*/
|
|
7509
|
-
SheetId?: string | undefined;
|
|
7510
|
-
}
|