@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.
Files changed (170) hide show
  1. package/README.md +161 -7
  2. package/dist-cjs/index.js +364 -5
  3. package/dist-cjs/schemas/schemas_0.js +870 -258
  4. package/dist-es/QuickSight.js +44 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  8. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  9. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  10. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  11. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  12. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  13. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  14. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  15. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  16. package/dist-es/commands/ListAgentsCommand.js +16 -0
  17. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  18. package/dist-es/commands/ListSpacesCommand.js +16 -0
  19. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  20. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  21. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  22. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  23. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  24. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  25. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  26. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  27. package/dist-es/commands/index.js +22 -0
  28. package/dist-es/models/enums.js +49 -5
  29. package/dist-es/schemas/schemas_0.js +832 -222
  30. package/dist-types/QuickSight.d.ts +154 -0
  31. package/dist-types/QuickSightClient.d.ts +24 -2
  32. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  33. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  34. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  35. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  36. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  37. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  38. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  39. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  40. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  43. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
  51. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  52. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  53. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  54. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  55. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  56. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  57. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  58. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  59. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  60. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  74. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
  88. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  89. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  90. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  91. package/dist-types/commands/index.d.ts +22 -0
  92. package/dist-types/models/enums.d.ts +113 -13
  93. package/dist-types/models/models_0.d.ts +200 -87
  94. package/dist-types/models/models_1.d.ts +88 -66
  95. package/dist-types/models/models_2.d.ts +254 -215
  96. package/dist-types/models/models_3.d.ts +577 -619
  97. package/dist-types/models/models_4.d.ts +3874 -4006
  98. package/dist-types/models/models_5.d.ts +1755 -4
  99. package/dist-types/schemas/schemas_0.d.ts +85 -0
  100. package/dist-types/ts3.4/QuickSight.d.ts +374 -0
  101. package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
  102. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  103. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  104. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  105. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  106. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  107. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  108. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  109. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  110. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  111. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  113. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
  121. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  122. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  129. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  130. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  144. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
  158. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  159. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  160. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  161. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  162. package/dist-types/ts3.4/models/enums.d.ts +64 -7
  163. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  164. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  165. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  166. package/dist-types/ts3.4/models/models_3.d.ts +134 -151
  167. package/dist-types/ts3.4/models/models_4.d.ts +368 -360
  168. package/dist-types/ts3.4/models/models_5.d.ts +428 -1
  169. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  170. 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";
@@ -94,6 +94,33 @@ export declare const DashboardBehavior: {
94
94
  };
95
95
  export type DashboardBehavior =
96
96
  (typeof DashboardBehavior)[keyof typeof DashboardBehavior];
97
+ export declare const AgentLifecycle: {
98
+ readonly PREVIEW: "PREVIEW";
99
+ readonly PUBLISHED: "PUBLISHED";
100
+ };
101
+ export type AgentLifecycle =
102
+ (typeof AgentLifecycle)[keyof typeof AgentLifecycle];
103
+ export declare const AgentStatus: {
104
+ readonly ACTIVE: "ACTIVE";
105
+ readonly CREATING: "CREATING";
106
+ readonly FAILED: "FAILED";
107
+ readonly UPDATING: "UPDATING";
108
+ };
109
+ export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
110
+ export declare const AgentOwnershipFilterAttribute: {
111
+ readonly AGENT_NAME: "AGENT_NAME";
112
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
113
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
114
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
115
+ };
116
+ export type AgentOwnershipFilterAttribute =
117
+ (typeof AgentOwnershipFilterAttribute)[keyof typeof AgentOwnershipFilterAttribute];
118
+ export declare const ComparisonOperator: {
119
+ readonly StringEquals: "StringEquals";
120
+ readonly StringLike: "StringLike";
121
+ };
122
+ export type ComparisonOperator =
123
+ (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
97
124
  export declare const AggType: {
98
125
  readonly AVERAGE: "AVERAGE";
99
126
  readonly COLUMN: "COLUMN";
@@ -1958,6 +1985,13 @@ export declare const SnapshotJobStatus: {
1958
1985
  };
1959
1986
  export type SnapshotJobStatus =
1960
1987
  (typeof SnapshotJobStatus)[keyof typeof SnapshotJobStatus];
1988
+ export declare const FlowPublishState: {
1989
+ readonly DRAFT: "DRAFT";
1990
+ readonly PENDING_APPROVAL: "PENDING_APPROVAL";
1991
+ readonly PUBLISHED: "PUBLISHED";
1992
+ };
1993
+ export type FlowPublishState =
1994
+ (typeof FlowPublishState)[keyof typeof FlowPublishState];
1961
1995
  export declare const IngestionErrorType: {
1962
1996
  readonly ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
1963
1997
  readonly CONNECTION_FAILURE: "CONNECTION_FAILURE";
@@ -2049,6 +2083,17 @@ export declare const SelfUpgradeStatus: {
2049
2083
  };
2050
2084
  export type SelfUpgradeStatus =
2051
2085
  (typeof SelfUpgradeStatus)[keyof typeof SelfUpgradeStatus];
2086
+ export declare const SpaceQuickSightResourceType: {
2087
+ readonly ACTION_CONNECTOR: "ACTION_CONNECTOR";
2088
+ readonly ARTIFACT: "ARTIFACT";
2089
+ readonly DASHBOARD: "DASHBOARD";
2090
+ readonly DATA_SET: "DATA_SET";
2091
+ readonly KNOWLEDGE_BASE: "KNOWLEDGE_BASE";
2092
+ readonly SPACE: "SPACE";
2093
+ readonly TOPIC: "TOPIC";
2094
+ };
2095
+ export type SpaceQuickSightResourceType =
2096
+ (typeof SpaceQuickSightResourceType)[keyof typeof SpaceQuickSightResourceType];
2052
2097
  export declare const TemplateErrorType: {
2053
2098
  readonly ACCESS_DENIED: "ACCESS_DENIED";
2054
2099
  readonly DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND";
@@ -2123,13 +2168,6 @@ export declare const FieldName: {
2123
2168
  readonly FLOW_NAME: "assetName";
2124
2169
  };
2125
2170
  export type FieldName = (typeof FieldName)[keyof typeof FieldName];
2126
- export declare const FlowPublishState: {
2127
- readonly DRAFT: "DRAFT";
2128
- readonly PENDING_APPROVAL: "PENDING_APPROVAL";
2129
- readonly PUBLISHED: "PUBLISHED";
2130
- };
2131
- export type FlowPublishState =
2132
- (typeof FlowPublishState)[keyof typeof FlowPublishState];
2133
2171
  export declare const FolderFilterAttribute: {
2134
2172
  readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
2135
2173
  readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
@@ -2196,6 +2234,25 @@ export declare const SearchFilterOperator: {
2196
2234
  };
2197
2235
  export type SearchFilterOperator =
2198
2236
  (typeof SearchFilterOperator)[keyof typeof SearchFilterOperator];
2237
+ export declare const SpaceQuickSightSearchFilterName: {
2238
+ readonly CONSUMED_SOURCE_SIZE: "CONSUMED_SOURCE_SIZE";
2239
+ readonly CONTRIBUTED_BY: "CONTRIBUTED_BY";
2240
+ readonly CREATED_BY: "CREATED_BY";
2241
+ readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
2242
+ readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
2243
+ readonly DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER";
2244
+ readonly SPACE_ID: "SPACE_ID";
2245
+ readonly SPACE_NAME: "SPACE_NAME";
2246
+ };
2247
+ export type SpaceQuickSightSearchFilterName =
2248
+ (typeof SpaceQuickSightSearchFilterName)[keyof typeof SpaceQuickSightSearchFilterName];
2249
+ export declare const SpaceSearchOperator: {
2250
+ readonly NUMBER_RANGE: "NUMBER_RANGE";
2251
+ readonly STRING_EQUALS: "STRING_EQUALS";
2252
+ readonly STRING_LIKE: "STRING_LIKE";
2253
+ };
2254
+ export type SpaceSearchOperator =
2255
+ (typeof SpaceSearchOperator)[keyof typeof SpaceSearchOperator];
2199
2256
  export declare const TopicFilterAttribute: {
2200
2257
  readonly DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER";
2201
2258
  readonly DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER";
@@ -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
- }