@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.
Files changed (203) hide show
  1. package/README.md +196 -7
  2. package/dist-cjs/index.js +442 -5
  3. package/dist-cjs/schemas/schemas_0.js +979 -262
  4. package/dist-es/QuickSight.js +56 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateOAuthClientApplicationCommand.js +16 -0
  8. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  9. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  10. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  11. package/dist-es/commands/DeleteOAuthClientApplicationCommand.js +16 -0
  12. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  13. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  14. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  15. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  16. package/dist-es/commands/DescribeOAuthClientApplicationCommand.js +16 -0
  17. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  18. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  19. package/dist-es/commands/ListAgentsCommand.js +16 -0
  20. package/dist-es/commands/ListOAuthClientApplicationsCommand.js +16 -0
  21. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  22. package/dist-es/commands/ListSpacesCommand.js +16 -0
  23. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  24. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  25. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  26. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  27. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  28. package/dist-es/commands/UpdateOAuthClientApplicationCommand.js +16 -0
  29. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  30. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  31. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  32. package/dist-es/commands/index.js +27 -0
  33. package/dist-es/models/enums.js +52 -5
  34. package/dist-es/pagination/ListOAuthClientApplicationsPaginator.js +4 -0
  35. package/dist-es/pagination/index.js +1 -0
  36. package/dist-es/schemas/schemas_0.js +941 -226
  37. package/dist-types/QuickSight.d.ts +196 -0
  38. package/dist-types/QuickSightClient.d.ts +29 -2
  39. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  40. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  41. package/dist-types/commands/CreateOAuthClientApplicationCommand.d.ts +125 -0
  42. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  43. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  44. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  45. package/dist-types/commands/DeleteOAuthClientApplicationCommand.d.ts +101 -0
  46. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  47. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  48. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  49. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  50. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  52. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  53. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  55. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  59. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeKeyRegistrationCommand.d.ts +1 -2
  61. package/dist-types/commands/DescribeOAuthClientApplicationCommand.d.ts +111 -0
  62. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  63. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  64. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  65. package/dist-types/commands/ListOAuthClientApplicationsCommand.d.ts +115 -0
  66. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  67. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  68. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  69. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  70. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  71. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  72. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  86. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  92. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  93. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  94. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +115 -0
  95. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  102. package/dist-types/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  104. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  105. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  106. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -2
  109. package/dist-types/commands/index.d.ts +27 -0
  110. package/dist-types/models/enums.d.ts +124 -13
  111. package/dist-types/models/models_0.d.ts +200 -87
  112. package/dist-types/models/models_1.d.ts +88 -66
  113. package/dist-types/models/models_2.d.ts +254 -215
  114. package/dist-types/models/models_3.d.ts +751 -756
  115. package/dist-types/models/models_4.d.ts +3961 -4019
  116. package/dist-types/models/models_5.d.ts +2051 -4
  117. package/dist-types/pagination/ListOAuthClientApplicationsPaginator.d.ts +7 -0
  118. package/dist-types/pagination/index.d.ts +1 -0
  119. package/dist-types/schemas/schemas_0.d.ts +102 -0
  120. package/dist-types/ts3.4/QuickSight.d.ts +466 -0
  121. package/dist-types/ts3.4/QuickSightClient.d.ts +162 -0
  122. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  123. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/CreateOAuthClientApplicationCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/DeleteOAuthClientApplicationCommand.d.ts +53 -0
  129. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  130. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  131. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  132. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  133. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  135. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/DescribeKeyRegistrationCommand.d.ts +4 -2
  144. package/dist-types/ts3.4/commands/DescribeOAuthClientApplicationCommand.d.ts +53 -0
  145. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  146. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  147. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  148. package/dist-types/ts3.4/commands/ListOAuthClientApplicationsCommand.d.ts +53 -0
  149. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  150. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  151. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  152. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  153. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  154. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  155. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  169. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +53 -0
  178. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/UpdateSelfUpgradeCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/UpdateSelfUpgradeConfigurationCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  187. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  188. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  189. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  193. package/dist-types/ts3.4/models/enums.d.ts +69 -7
  194. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  195. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  196. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  197. package/dist-types/ts3.4/models/models_3.d.ts +166 -173
  198. package/dist-types/ts3.4/models/models_4.d.ts +435 -412
  199. package/dist-types/ts3.4/models/models_5.d.ts +506 -2
  200. package/dist-types/ts3.4/pagination/ListOAuthClientApplicationsPaginator.d.ts +11 -0
  201. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  202. package/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
  203. package/package.json +2 -2
@@ -121,7 +121,10 @@ const _ACSF = "ActionConnectorSearchFilter";
121
121
  const _ACSFL = "ActionConnectorSearchFilterList";
122
122
  const _ACSL = "ActionConnectorSummaryList";
123
123
  const _ACSc = "ActionConnectorSummaries";
124
+ const _ACTA = "ActionConnectorsToAdd";
125
+ const _ACTR = "ActionConnectorsToRemove";
124
126
  const _ACc = "ActionConnector";
127
+ const _ACct = "ActionConnectors";
125
128
  const _ACp = "AppendedColumn";
126
129
  const _ACpp = "AppendedColumns";
127
130
  const _ACr = "ArcConfiguration";
@@ -159,6 +162,7 @@ const _AI = "AccountInfo";
159
162
  const _AIAMPA = "ActiveIAMPolicyAssignment";
160
163
  const _AIAMPAL = "ActiveIAMPolicyAssignmentList";
161
164
  const _AIAP = "AwsIotAnalyticsParameters";
165
+ const _AIg = "AgentId";
162
166
  const _AIn = "AnalysisId";
163
167
  const _AIna = "AnalysisIds";
164
168
  const _AIns = "AnswerIds";
@@ -168,7 +172,7 @@ const _AIs = "AssignmentId";
168
172
  const _AIu = "AutomationId";
169
173
  const _AK = "ApiKey";
170
174
  const _AKCM = "ApiKeyConnectionMetadata";
171
- const _AL = "AggregationList";
175
+ const _AL = "AgentLifecycle";
172
176
  const _ALFC = "AxisLabelFontConfiguration";
173
177
  const _ALO = "AxisLabelOptions";
174
178
  const _ALOL = "AxisLabelOptionsList";
@@ -176,12 +180,14 @@ const _ALRO = "AxisLabelReferenceOptions";
176
180
  const _ALS = "AxisLinearScale";
177
181
  const _ALSx = "AxisLogarithmicScale";
178
182
  const _ALV = "AxisLineVisibility";
183
+ const _ALg = "AggregationList";
179
184
  const _AM = "AuthenticationMetadata";
180
185
  const _AMg = "AggMetrics";
181
186
  const _AMu = "AuthenticationMethod";
182
187
  const _AN = "AccountName";
183
188
  const _ANT = "AdditionalNotesText";
184
189
  const _ANd = "AdditionalNotes";
190
+ const _ANg = "AgentName";
185
191
  const _ANl = "AliasName";
186
192
  const _ANs = "AssignmentName";
187
193
  const _ANx = "AxisName";
@@ -212,20 +218,27 @@ const _AQIQSDC = "AmazonQInQuickSightDashboardConfigurations";
212
218
  const _AR = "AdditionalResults";
213
219
  const _ARA = "AuthorizedResourceArns";
214
220
  const _ARS = "AxesRangeScale";
221
+ const _ARd = "AddResources";
215
222
  const _AS = "AccountSettings";
216
223
  const _ASC = "AggregationSortConfiguration";
217
224
  const _ASCL = "AggregationSortConfigurationList";
218
225
  const _ASCg = "AggregationSortConfigurations";
219
226
  const _ASE = "AnalysisSourceEntity";
220
- const _ASF = "AnalysisSearchFilter";
221
- const _ASFL = "AnalysisSearchFilterList";
227
+ const _ASF = "AgentSearchFilter";
228
+ const _ASFL = "AgentSearchFilterList";
229
+ const _ASFLn = "AnalysisSearchFilterList";
222
230
  const _ASFSC = "AllSheetsFilterScopeConfiguration";
231
+ const _ASFn = "AnalysisSearchFilter";
223
232
  const _ASL = "AnalysisSummaryList";
233
+ const _ASLg = "AgentSummaryList";
224
234
  const _ASS = "AccountSubscriptionStatus";
225
235
  const _ASSr = "AreaStyleSettings";
226
236
  const _AST = "AnalysisSourceTemplate";
227
237
  const _ASTA = "AmazonSThreeAction";
228
- const _ASg = "AggregateStep";
238
+ const _ASg = "AgentStatus";
239
+ const _ASge = "AgentSummary";
240
+ const _ASgen = "AgentSummaries";
241
+ const _ASgg = "AggregateStep";
229
242
  const _ASl = "AllSheets";
230
243
  const _ASle = "AlertStatus";
231
244
  const _ASn = "AnalysisSummary";
@@ -265,8 +278,9 @@ const _Acc = "Accent";
265
278
  const _Act = "Action";
266
279
  const _Acti = "Active";
267
280
  const _Af = "After";
268
- const _Ag = "Aggregation";
269
- const _Agg = "Aggregations";
281
+ const _Ag = "Agent";
282
+ const _Agg = "Aggregation";
283
+ const _Aggr = "Aggregations";
270
284
  const _Al = "Alias";
271
285
  const _Am = "Amount";
272
286
  const _An = "Analysis";
@@ -370,8 +384,8 @@ const _Bot = "Bottom";
370
384
  const _Br = "Brands";
371
385
  const _Bre = "Breakdowns";
372
386
  const _Bu = "Bucket";
373
- const _C = "Column";
374
- const _CA = "CategoryAxis";
387
+ const _C = "Creator";
388
+ const _CA = "CreatedAt";
375
389
  const _CAA = "CanvaAgentAction";
376
390
  const _CAC = "CreateAccountCustomization";
377
391
  const _CACL = "CustomActionColumnList";
@@ -395,9 +409,11 @@ const _CALO = "ChartAxisLabelOptions";
395
409
  const _CALOa = "CategoryAxisLabelOptions";
396
410
  const _CANO = "CustomActionNavigationOperation";
397
411
  const _CAP = "ContextualAccentPalette";
398
- const _CAR = "CreateAnalysisRequest";
412
+ const _CAR = "CreateAgentRequest";
399
413
  const _CARA = "ConsumerAccountRoleArn";
400
- const _CARr = "CreateAnalysisResponse";
414
+ const _CARr = "CreateAgentResponse";
415
+ const _CARre = "CreateAnalysisRequest";
416
+ const _CARrea = "CreateAnalysisResponse";
401
417
  const _CAS = "CreateAccountSubscription";
402
418
  const _CASPO = "CustomActionSetParametersOperation";
403
419
  const _CASR = "CreateAccountSubscriptionRequest";
@@ -453,12 +469,13 @@ const _CAUT = "CreateAndUpdateThemes";
453
469
  const _CAUTA = "CreateAndUpdateThresholdAlerts";
454
470
  const _CAUTAr = "CreateAndUpdateTextractAction";
455
471
  const _CAUZA = "CreateAndUpdateZendeskAction";
472
+ const _CAa = "CategoryAxis";
456
473
  const _CAh = "ChatAgent";
457
474
  const _CAo = "ConfluenceAction";
458
475
  const _CAol = "ColorAxis";
459
476
  const _CAom = "ComprehendAction";
460
477
  const _CAon = "ContributionAnalysis";
461
- const _CAr = "CreatedAt";
478
+ const _CAr = "CreateAgent";
462
479
  const _CAre = "CreateAnalysis";
463
480
  const _CB = "CreatedBy";
464
481
  const _CBR = "CreateBrandRequest";
@@ -560,10 +577,12 @@ const _CFNo = "ColumnFriendlyName";
560
577
  const _CFO = "ConditionalFormattingOptions";
561
578
  const _CFOPC = "CloudFormationOverridePropertyConfiguration";
562
579
  const _CFPU = "CustomFederationProviderUrl";
563
- const _CFR = "CreateFolderRequest";
580
+ const _CFR = "CreateFlowRequest";
564
581
  const _CFRL = "CalculatedFieldReferenceList";
565
582
  const _CFRa = "CalculatedFieldReferences";
566
- const _CFRr = "CreateFolderResponse";
583
+ const _CFRr = "CreateFlowResponse";
584
+ const _CFRre = "CreateFolderRequest";
585
+ const _CFRrea = "CreateFolderResponse";
567
586
  const _CFS = "CalculatedFieldSynonyms";
568
587
  const _CFSC = "ConditionalFormattingSolidColor";
569
588
  const _CFT = "ColorFillType";
@@ -573,7 +592,8 @@ const _CFat = "CategoryFilter";
573
592
  const _CFo = "ComparisonFormat";
574
593
  const _CFol = "ColorField";
575
594
  const _CFon = "ConditionalFormatting";
576
- const _CFr = "CreateFolder";
595
+ const _CFr = "CreateFlow";
596
+ const _CFre = "CreateFolder";
577
597
  const _CG = "ColumnGroup";
578
598
  const _CGCS = "ColumnGroupColumnSchema";
579
599
  const _CGCSL = "ColumnGroupColumnSchemaList";
@@ -653,12 +673,19 @@ const _CNont = "ContextualNavbar";
653
673
  const _CNr = "CreateNamespace";
654
674
  const _CNu = "CustomNarrative";
655
675
  const _CO = "ComparativeOrder";
676
+ const _COACA = "CreateOAuthClientApplication";
677
+ const _COACAR = "CreateOAuthClientApplicationRequest";
678
+ const _COACARr = "CreateOAuthClientApplicationResponse";
656
679
  const _COo = "ControlOptions";
657
680
  const _COon = "ConfigurationOverrides";
658
681
  const _COonf = "ConfigOptions";
659
682
  const _CP = "CredentialPair";
683
+ const _CPI = "CustomPromptInterface";
684
+ const _CPIP = "CustomPromptInputParameters";
685
+ const _CPIu = "CustomPromptInput";
660
686
  const _CPL = "CustomPermissionsList";
661
687
  const _CPN = "CustomPermissionsName";
688
+ const _CPP = "CustomPromptProfile";
662
689
  const _CPV = "CustomParameterValues";
663
690
  const _CPo = "ConfluenceParameters";
664
691
  const _CPol = "ColumnProperties";
@@ -690,6 +717,8 @@ const _CSOol = "ColumnSubtotalOptions";
690
717
  const _CSP = "ColumnSemanticProperty";
691
718
  const _CSPICED = "CreateSPICEDataset";
692
719
  const _CSPL = "ColumnSemanticPropertyList";
720
+ const _CSR = "CreateSpaceRequest";
721
+ const _CSRr = "CreateSpaceResponse";
693
722
  const _CSS = "CircleSymbolStyle";
694
723
  const _CST = "ColumnSemanticType";
695
724
  const _CSV = "CustomSeasonalityValue";
@@ -703,6 +732,7 @@ const _CSolumn = "ColumnSpan";
703
732
  const _CSolumny = "ColumnSynonyms";
704
733
  const _CSr = "CreateSpaces";
705
734
  const _CSre = "CreationStatus";
735
+ const _CSrea = "CreateSpace";
706
736
  const _CSro = "CrossSheet";
707
737
  const _CSu = "CustomSql";
708
738
  const _CSur = "CurrencySymbol";
@@ -735,6 +765,7 @@ const _CTU = "ColumnToUnpivot";
735
765
  const _CTUL = "ColumnToUnpivotList";
736
766
  const _CTUo = "ColumnsToUnpivot";
737
767
  const _CTe = "CellType";
768
+ const _CTl = "ClientToken";
738
769
  const _CTo = "ConstantType";
739
770
  const _CTol = "ColumnTag";
740
771
  const _CTolu = "ColumnType";
@@ -769,8 +800,9 @@ const _Cata = "Catalog";
769
800
  const _Cate = "Categories";
770
801
  const _Ce = "Cell";
771
802
  const _Ci = "City";
772
- const _Co = "Colors";
773
- const _Col = "Color";
803
+ const _Co = "Column";
804
+ const _Col = "Colors";
805
+ const _Colo = "Color";
774
806
  const _Colu = "Columns";
775
807
  const _Com = "Computation";
776
808
  const _Comp = "Comparison";
@@ -779,7 +811,8 @@ const _Con = "Content";
779
811
  const _Conf = "Configuration";
780
812
  const _Conn = "Connection";
781
813
  const _Cons = "Constant";
782
- const _Cont = "Context";
814
+ const _Cont = "Contributors";
815
+ const _Conte = "Context";
783
816
  const _Coo = "Coordinate";
784
817
  const _Cou = "Country";
785
818
  const _Coun = "County";
@@ -822,13 +855,20 @@ const _DAJ = "DescribeAutomationJob";
822
855
  const _DAJR = "DescribeAutomationJobRequest";
823
856
  const _DAJRe = "DescribeAutomationJobResponse";
824
857
  const _DAO = "DateAxisOptions";
825
- const _DAP = "DescribeAnalysisPermissions";
826
- const _DAPR = "DescribeAnalysisPermissionsRequest";
827
- const _DAPRe = "DescribeAnalysisPermissionsResponse";
828
- const _DAR = "DeleteAnalysisRequest";
829
- const _DARe = "DeleteAnalysisResponse";
830
- const _DARes = "DescribeAnalysisRequest";
831
- const _DAResc = "DescribeAnalysisResponse";
858
+ const _DAP = "DescribeAgentPermissions";
859
+ const _DAPR = "DescribeAgentPermissionsRequest";
860
+ const _DAPRe = "DescribeAgentPermissionsResponse";
861
+ const _DAPRes = "DescribeAnalysisPermissionsRequest";
862
+ const _DAPResc = "DescribeAnalysisPermissionsResponse";
863
+ const _DAPe = "DescribeAnalysisPermissions";
864
+ const _DAR = "DeleteAgentRequest";
865
+ const _DARe = "DeleteAgentResponse";
866
+ const _DARel = "DeleteAnalysisRequest";
867
+ const _DARele = "DeleteAnalysisResponse";
868
+ const _DARes = "DescribeAgentRequest";
869
+ const _DAResc = "DescribeAgentResponse";
870
+ const _DARescr = "DescribeAnalysisRequest";
871
+ const _DARescri = "DescribeAnalysisResponse";
832
872
  const _DAS = "DeleteAccountSubscription";
833
873
  const _DASR = "DeleteAccountSubscriptionRequest";
834
874
  const _DASRe = "DeleteAccountSubscriptionResponse";
@@ -840,8 +880,10 @@ const _DASe = "DescribeAccountSettings";
840
880
  const _DASes = "DescribeAccountSubscription";
841
881
  const _DAa = "DataAggregation";
842
882
  const _DAas = "DashboardArn";
843
- const _DAe = "DeleteAnalysis";
844
- const _DAes = "DescribeAnalysis";
883
+ const _DAe = "DeleteAgent";
884
+ const _DAel = "DeleteAnalysis";
885
+ const _DAes = "DescribeAgent";
886
+ const _DAesc = "DescribeAnalysis";
845
887
  const _DB = "DataBars";
846
888
  const _DBA = "DeleteBrandAssignment";
847
889
  const _DBAR = "DeleteBrandAssignmentRequest";
@@ -966,19 +1008,25 @@ const _DFO = "DisplayFormatOptions";
966
1008
  const _DFP = "DescribeFolderPermissions";
967
1009
  const _DFPR = "DescribeFolderPermissionsRequest";
968
1010
  const _DFPRe = "DescribeFolderPermissionsResponse";
969
- const _DFR = "DeleteFolderRequest";
1011
+ const _DFR = "DeleteFlowRequest";
970
1012
  const _DFRP = "DescribeFolderResolvedPermissions";
971
1013
  const _DFRPR = "DescribeFolderResolvedPermissionsRequest";
972
1014
  const _DFRPRe = "DescribeFolderResolvedPermissionsResponse";
973
- const _DFRe = "DeleteFolderResponse";
974
- const _DFRes = "DescribeFolderRequest";
975
- const _DFResc = "DescribeFolderResponse";
1015
+ const _DFRe = "DeleteFlowResponse";
1016
+ const _DFRel = "DeleteFolderRequest";
1017
+ const _DFRele = "DeleteFolderResponse";
1018
+ const _DFRes = "DescribeFlowRequest";
1019
+ const _DFResc = "DescribeFlowResponse";
1020
+ const _DFRescr = "DescribeFolderRequest";
1021
+ const _DFRescri = "DescribeFolderResponse";
976
1022
  const _DFSI = "DataFieldSeriesItem";
977
1023
  const _DFa = "DateFormat";
978
1024
  const _DFan = "DangerForeground";
979
1025
  const _DFe = "DefaultFormatting";
980
- const _DFel = "DeleteFolder";
981
- const _DFes = "DescribeFolder";
1026
+ const _DFel = "DeleteFlow";
1027
+ const _DFele = "DeleteFolder";
1028
+ const _DFes = "DescribeFlow";
1029
+ const _DFesc = "DescribeFolder";
982
1030
  const _DFi = "DisplayFormat";
983
1031
  const _DFim = "DimensionField";
984
1032
  const _DFime = "DimensionForeground";
@@ -1048,6 +1096,12 @@ const _DNas = "DashboardName";
1048
1096
  const _DNe = "DeleteNamespace";
1049
1097
  const _DNes = "DescribeNamespace";
1050
1098
  const _DO = "DataOptions";
1099
+ const _DOACA = "DeleteOAuthClientApplication";
1100
+ const _DOACAR = "DeleteOAuthClientApplicationRequest";
1101
+ const _DOACARe = "DeleteOAuthClientApplicationResponse";
1102
+ const _DOACARes = "DescribeOAuthClientApplicationRequest";
1103
+ const _DOACAResc = "DescribeOAuthClientApplicationResponse";
1104
+ const _DOACAe = "DescribeOAuthClientApplication";
1051
1105
  const _DOM = "DayOfMonth";
1052
1106
  const _DOW = "DayOfWeek";
1053
1107
  const _DOe = "DefaultOpacity";
@@ -1159,12 +1213,19 @@ const _DSO = "DefaultSliderOptions";
1159
1213
  const _DSP = "DataSourceParameters";
1160
1214
  const _DSPL = "DataSourceParametersList";
1161
1215
  const _DSPN = "DataSetParameterName";
1216
+ const _DSPR = "DescribeSpacePermissionsRequest";
1217
+ const _DSPRe = "DescribeSpacePermissionsResponse";
1162
1218
  const _DSPa = "DataSetPlaceholder";
1219
+ const _DSPe = "DescribeSpacePermissions";
1163
1220
  const _DSR = "DataSetReferences";
1164
1221
  const _DSRL = "DataSetReferenceList";
1165
1222
  const _DSRP = "DataSetRefreshProperties";
1166
1223
  const _DSRa = "DataSetRegion";
1167
1224
  const _DSRat = "DataSetReference";
1225
+ const _DSRe = "DeleteSpaceRequest";
1226
+ const _DSRel = "DeleteSpaceResponse";
1227
+ const _DSRes = "DescribeSpaceRequest";
1228
+ const _DSResc = "DescribeSpaceResponse";
1168
1229
  const _DSS = "DefaultSeriesSettings";
1169
1230
  const _DSSCFC = "DataSetStringComparisonFilterCondition";
1170
1231
  const _DSSD = "DataSetSemanticDescription";
@@ -1188,7 +1249,8 @@ const _DSSat = "DataSetSummary";
1188
1249
  const _DSSata = "DataSourceSummary";
1189
1250
  const _DSSatae = "DataSetSummaries";
1190
1251
  const _DSSatao = "DataSourceSummaries";
1191
- const _DST = "DashboardSourceTemplate";
1252
+ const _DST = "DataSourceType";
1253
+ const _DSTa = "DashboardSourceTemplate";
1192
1254
  const _DSTe = "DecalStyleType";
1193
1255
  const _DSUC = "DataSetUsageConfiguration";
1194
1256
  const _DSUCR = "DescribeSelfUpgradeConfigurationRequest";
@@ -1203,6 +1265,8 @@ const _DSatao = "DataSource";
1203
1265
  const _DSe = "DecalSettings";
1204
1266
  const _DSec = "DecimalSeparator";
1205
1267
  const _DSel = "DeletionStatus";
1268
+ const _DSele = "DeleteSpace";
1269
+ const _DSes = "DescribeSpace";
1206
1270
  const _DSi = "DisableSsl";
1207
1271
  const _DT = "DefaultTheme";
1208
1272
  const _DTA = "DeleteTemplateAlias";
@@ -1341,7 +1405,8 @@ const _EA = "EnabledActions";
1341
1405
  const _EAm = "EmailAddress";
1342
1406
  const _EAma = "EmailAlert";
1343
1407
  const _EAn = "EndedAt";
1344
- const _EC = "ExperienceConfiguration";
1408
+ const _EC = "ErrorCode";
1409
+ const _ECx = "ExperienceConfiguration";
1345
1410
  const _ED = "EntityDescription";
1346
1411
  const _EDSA = "ExcludedDataSetArns";
1347
1412
  const _EDn = "EndDate";
@@ -1363,6 +1428,7 @@ const _EN = "EntityName";
1363
1428
  const _EP = "ExasolParameters";
1364
1429
  const _EPC = "ExcludePeriodConfiguration";
1365
1430
  const _EPn = "EntryPoint";
1431
+ const _EPx = "ExistingPrompt";
1366
1432
  const _ER = "EndRange";
1367
1433
  const _ES = "ExecutiveSummary";
1368
1434
  const _ESC = "ExecutiveSummaryConfigurations";
@@ -1429,13 +1495,15 @@ const _FCore = "ForecastComputation";
1429
1495
  const _FCorec = "ForecastConfiguration";
1430
1496
  const _FCoreca = "ForecastConfigurations";
1431
1497
  const _FCoreg = "ForegroundColor";
1432
- const _FD = "FractionDigits";
1498
+ const _FD = "FlowDefinition";
1433
1499
  const _FDDC = "FilterDropDownControl";
1434
1500
  const _FDPV = "FieldDataPathValues";
1435
1501
  const _FDTPC = "FilterDateTimePickerControl";
1436
1502
  const _FDWR = "ForceDeleteWithoutRecovery";
1437
1503
  const _FDi = "FilterDescription";
1504
+ const _FDl = "FlowDetail";
1438
1505
  const _FDo = "FontDecoration";
1506
+ const _FDr = "FractionDigits";
1439
1507
  const _FF = "FieldFolders";
1440
1508
  const _FFL = "FreeFormLayout";
1441
1509
  const _FFLC = "FreeFormLayoutConfiguration";
@@ -1497,6 +1565,7 @@ const _FOil = "FilterOperations";
1497
1565
  const _FP = "FolderPath";
1498
1566
  const _FPo = "ForecastProperties";
1499
1567
  const _FRDTC = "FilterRelativeDateTimeControl";
1568
+ const _FRO = "FailedResourceOperations";
1500
1569
  const _FS = "FirstSource";
1501
1570
  const _FSA = "FactSetAction";
1502
1571
  const _FSC = "FilterScopeConfiguration";
@@ -1508,6 +1577,8 @@ const _FSL = "FlowSummaryList";
1508
1577
  const _FSLo = "FolderSummaryList";
1509
1578
  const _FSO = "FieldSortOptions";
1510
1579
  const _FSOL = "FieldSortOptionsList";
1580
+ const _FSRO = "FailedSpaceResourceOperation";
1581
+ const _FSROa = "FailedSpaceResourceOperations";
1511
1582
  const _FSV = "FilterSelectableValues";
1512
1583
  const _FSi = "FillStyle";
1513
1584
  const _FSie = "FieldSort";
@@ -1520,9 +1591,15 @@ const _FSont = "FontStyle";
1520
1591
  const _FSoo = "FooterSections";
1521
1592
  const _FSor = "ForecastScenario";
1522
1593
  const _FT = "FolderType";
1594
+ const _FTAAC = "FailedToAddActionConnectors";
1523
1595
  const _FTAC = "FilterTextAreaControl";
1596
+ const _FTAS = "FailedToAddSpaces";
1524
1597
  const _FTFC = "FilterTextFieldControl";
1525
1598
  const _FTI = "FieldTooltipItem";
1599
+ const _FTRAC = "FailedToRemoveActionConnectors";
1600
+ const _FTRS = "FailedToRemoveSpaces";
1601
+ const _FTUA = "FailedToUpdateAssociation";
1602
+ const _FTUAL = "FailedToUpdateAssociationList";
1526
1603
  const _FTi = "FilterType";
1527
1604
  const _FTo = "FormatType";
1528
1605
  const _FTor = "FormatText";
@@ -1765,7 +1842,7 @@ const _IFM = "IncludeFolderMemberships";
1765
1842
  const _IFMn = "IncludeFolderMembers";
1766
1843
  const _IGA = "IncludeGeneratedAnswer";
1767
1844
  const _IH = "InnerHorizontal";
1768
- const _II = "IngestionId";
1845
+ const _II = "IconId";
1769
1846
  const _IICAA = "IamIdentityCenterApplicationArn";
1770
1847
  const _IICIA = "IamIdentityCenterInstanceArn";
1771
1848
  const _IIIT = "IsIncludedInTopic";
@@ -1774,7 +1851,8 @@ const _IIO = "ImageInteractionOptions";
1774
1851
  const _IIP = "IncludeInputPayload";
1775
1852
  const _IIS = "IncludeInnerSet";
1776
1853
  const _IIT = "InfoIconText";
1777
- const _IIn = "InstanceId";
1854
+ const _IIn = "IngestionId";
1855
+ const _IIns = "InstanceId";
1778
1856
  const _IL = "ItemsLimit";
1779
1857
  const _ILC = "InteractiveLayoutConfiguration";
1780
1858
  const _ILCt = "ItemsLimitConfiguration";
@@ -1835,8 +1913,8 @@ const _IVnn = "InnerVertical";
1835
1913
  const _Ic = "Icon";
1836
1914
  const _Id = "Identities";
1837
1915
  const _Id_ = "Id";
1838
- const _Ide = "Identifier";
1839
- const _Iden = "Identity";
1916
+ const _Ide = "Identity";
1917
+ const _Iden = "Identifier";
1840
1918
  const _Im = "Image";
1841
1919
  const _Ima = "Images";
1842
1920
  const _In = "Info";
@@ -1890,10 +1968,13 @@ const _LABIJRi = "ListAssetBundleImportJobsResponse";
1890
1968
  const _LAC = "ListActionConnectors";
1891
1969
  const _LACR = "ListActionConnectorsRequest";
1892
1970
  const _LACRi = "ListActionConnectorsResponse";
1893
- const _LAR = "ListAnalysesRequest";
1894
- const _LARi = "ListAnalysesResponse";
1971
+ const _LAR = "ListAgentsRequest";
1972
+ const _LARi = "ListAgentsResponse";
1973
+ const _LARis = "ListAnalysesRequest";
1974
+ const _LARist = "ListAnalysesResponse";
1895
1975
  const _LAi = "ListAggregation";
1896
- const _LAis = "ListAnalyses";
1976
+ const _LAis = "ListAgents";
1977
+ const _LAist = "ListAnalyses";
1897
1978
  const _LAo = "LoadingAnimation";
1898
1979
  const _LB = "LowerBoundary";
1899
1980
  const _LBR = "ListBrandsRequest";
@@ -1989,6 +2070,9 @@ const _LNRi = "ListNamespacesResponse";
1989
2070
  const _LNa = "LabelName";
1990
2071
  const _LNi = "ListNamespaces";
1991
2072
  const _LO = "LabelOptions";
2073
+ const _LOACA = "ListOAuthClientApplications";
2074
+ const _LOACAR = "ListOAuthClientApplicationsRequest";
2075
+ const _LOACARi = "ListOAuthClientApplicationsResponse";
1992
2076
  const _LOP = "LeftOperandProperties";
1993
2077
  const _LOe = "LeftOperand";
1994
2078
  const _LOeg = "LegendOptions";
@@ -2006,11 +2090,17 @@ const _LS = "LineStyle";
2006
2090
  const _LSADO = "LineSeriesAxisDisplayOptions";
2007
2091
  const _LSC = "LinkSharingConfiguration";
2008
2092
  const _LSCo = "LogoSetConfiguration";
2093
+ const _LSR = "ListSpacesRequest";
2094
+ const _LSRR = "ListSpaceResourcesRequest";
2095
+ const _LSRRi = "ListSpaceResourcesResponse";
2096
+ const _LSRi = "ListSpacesResponse";
2097
+ const _LSRis = "ListSpaceResources";
2009
2098
  const _LSS = "LineStyleSettings";
2010
2099
  const _LSSi = "LineSymbolStyle";
2011
2100
  const _LSU = "ListSelfUpgrades";
2012
2101
  const _LSUR = "ListSelfUpgradesRequest";
2013
2102
  const _LSURi = "ListSelfUpgradesResponse";
2103
+ const _LSi = "ListSpaces";
2014
2104
  const _LSo = "LogoSet";
2015
2105
  const _LT = "LayerType";
2016
2106
  const _LTA = "ListTemplateAliases";
@@ -2085,7 +2175,8 @@ const _MAe = "MemberArn";
2085
2175
  const _MC = "MetricComparison";
2086
2176
  const _MCC = "MetricComparisonComputation";
2087
2177
  const _MCPA = "MCPAction";
2088
- const _MCa = "MarkerColor";
2178
+ const _MCa = "MaxContributors";
2179
+ const _MCar = "MarkerColor";
2089
2180
  const _MDC = "MissingDataConfigurations";
2090
2181
  const _MDCL = "MissingDataConfigurationList";
2091
2182
  const _MDCi = "MissingDataConfiguration";
@@ -2119,6 +2210,7 @@ const _MNa = "MapNavigation";
2119
2210
  const _MO = "MatchOperator";
2120
2211
  const _MOe = "MetricOperand";
2121
2212
  const _MP = "MetricPlacement";
2213
+ const _MPI = "ModelProfileId";
2122
2214
  const _MR = "MaxResults";
2123
2215
  const _MRa = "MaxRows";
2124
2216
  const _MS = "MapState";
@@ -2200,6 +2292,7 @@ const _NIe = "NetworkInterfaces";
2200
2292
  const _NMF = "NumericalMeasureField";
2201
2293
  const _NO = "NullOption";
2202
2294
  const _NOa = "NavigationOperation";
2295
+ const _NP = "NewPrompt";
2203
2296
  const _NPN = "NewParameterName";
2204
2297
  const _NRA = "NewRelicAction";
2205
2298
  const _NRF = "NumericRangeFilter";
@@ -2219,12 +2312,21 @@ const _Nam = "Namespaces";
2219
2312
  const _Nar = "Narrative";
2220
2313
  const _No = "North";
2221
2314
  const _O = "Operator";
2315
+ const _OAAEU = "OAuthAuthorizationEndpointUrl";
2316
+ const _OACA = "OAuthClientApplication";
2317
+ const _OACAI = "OAuthClientApplicationId";
2318
+ const _OACAS = "OAuthClientApplicationSummary";
2319
+ const _OACASL = "OAuthClientApplicationSummaryList";
2320
+ const _OACAT = "OAuthClientAuthenticationType";
2321
+ const _OACAu = "OAuthClientApplications";
2222
2322
  const _OACC = "OAuthClientCredentials";
2223
2323
  const _OACI = "OAuthClientId";
2224
2324
  const _OACS = "OAuthClientSecret";
2225
2325
  const _OAP = "OAuthParameters";
2226
2326
  const _OAPIA = "OpenAPIAction";
2227
- const _OAS = "OAuthScope";
2327
+ const _OAS = "OAuthScopes";
2328
+ const _OASu = "OAuthScope";
2329
+ const _OATEU = "OAuthTokenEndpointUrl";
2228
2330
  const _OAU = "OAuthUsername";
2229
2331
  const _OC = "OutputColumns";
2230
2332
  const _OCHV = "OverflowColumnHeaderVisibility";
@@ -2247,6 +2349,7 @@ const _OPr = "OracleParameters";
2247
2349
  const _OPu = "OutputPayload";
2248
2350
  const _OPv = "OverridePermissions";
2249
2351
  const _OR = "OriginalRole";
2352
+ const _OS = "OutputStyle";
2250
2353
  const _OT = "OverrideTags";
2251
2354
  const _OV = "OutlierVisibility";
2252
2355
  const _OVPW = "OptimizedViewPortWidth";
@@ -2444,6 +2547,7 @@ const _Pri = "Principals";
2444
2547
  const _Prim = "Primary";
2445
2548
  const _Prin = "Principal";
2446
2549
  const _Q = "Question";
2550
+ const _QAAI = "QbsAwsAccountId";
2447
2551
  const _QAQT = "QAQueryText";
2448
2552
  const _QAR = "QAResult";
2449
2553
  const _QARe = "QAResults";
@@ -2521,7 +2625,8 @@ const _RDTCDO = "RelativeDateTimeControlDisplayOptions";
2521
2625
  const _RDTe = "RelativeDateType";
2522
2626
  const _RDV = "RelativeDateValue";
2523
2627
  const _RDe = "RefreshDetails";
2524
- const _RDes = "ResetDisabled";
2628
+ const _RDes = "ResourceDetails";
2629
+ const _RDese = "ResetDisabled";
2525
2630
  const _RDo = "RowsDropped";
2526
2631
  const _RE = "RollbackErrors";
2527
2632
  const _REE = "ResourceExistsException";
@@ -2566,7 +2671,8 @@ const _RLPTRL = "RowLevelPermissionTagRuleList";
2566
2671
  const _RLSC = "ReferenceLineStyleConfiguration";
2567
2672
  const _RLSDC = "ReferenceLineStaticDataConfiguration";
2568
2673
  const _RLVLC = "ReferenceLineValueLabelConfiguration";
2569
- const _RLe = "ReferenceLine";
2674
+ const _RLe = "ResponseLength";
2675
+ const _RLef = "ReferenceLine";
2570
2676
  const _RLo = "RowsLayout";
2571
2677
  const _RM = "RangeMinimum";
2572
2678
  const _RMV = "RangeMinimumValue";
@@ -2575,6 +2681,7 @@ const _RMa = "RangeMaximum";
2575
2681
  const _RN = "RequestNote";
2576
2682
  const _RNCM = "ReadNoneConnectionMetadata";
2577
2683
  const _RNFE = "ResourceNotFoundException";
2684
+ const _RNe = "ResourceName";
2578
2685
  const _RO = "ResizeOption";
2579
2686
  const _ROD = "RefreshOnDay";
2580
2687
  const _ROP = "RightOperandProperties";
@@ -2588,6 +2695,7 @@ const _RPes = "ResourcePermission";
2588
2695
  const _RPev = "RevokePermissions";
2589
2696
  const _RR = "ReserveRange";
2590
2697
  const _RRe = "RenderingRules";
2698
+ const _RRem = "RemoveResources";
2591
2699
  const _RReq = "RequestedRole";
2592
2700
  const _RS = "RefreshSchedules";
2593
2701
  const _RSC = "RecentSnapshotsConfigurations";
@@ -2661,6 +2769,8 @@ const _SADT = "StartAfterDateTime";
2661
2769
  const _SAJ = "StartAutomationJob";
2662
2770
  const _SAJR = "StartAutomationJobRequest";
2663
2771
  const _SAJRt = "StartAutomationJobResponse";
2772
+ const _SAL = "StepAliasList";
2773
+ const _SAM = "StepAliasMapping";
2664
2774
  const _SAO = "SingleAxisOptions";
2665
2775
  const _SAOe = "SelectAllOptions";
2666
2776
  const _SAPB = "SectionAfterPageBreak";
@@ -2669,8 +2779,10 @@ const _SAPBPA = "SAPBusinessPartnerAction";
2669
2779
  const _SAPMSA = "SAPMaterialStockAction";
2670
2780
  const _SAPPIA = "SAPPhysicalInventoryAction";
2671
2781
  const _SAPPMDA = "SAPProductMasterDataAction";
2672
- const _SAR = "SearchAnalysesRequest";
2673
- const _SARe = "SearchAnalysesResponse";
2782
+ const _SAR = "SearchAgentsRequest";
2783
+ const _SARe = "SearchAgentsResponse";
2784
+ const _SARea = "SearchAnalysesRequest";
2785
+ const _SARear = "SearchAnalysesResponse";
2674
2786
  const _SASTA = "ShareAmazonSThreeAction";
2675
2787
  const _SAU = "SnapshotAnonymousUser";
2676
2788
  const _SAUL = "SnapshotAnonymousUserList";
@@ -2678,7 +2790,8 @@ const _SAUR = "SnapshotAnonymousUserRedacted";
2678
2790
  const _SAURL = "SnapshotAnonymousUserRedactedList";
2679
2791
  const _SAVO = "SelectAllValueOptions";
2680
2792
  const _SAa = "SalesforceAction";
2681
- const _SAe = "SearchAnalyses";
2793
+ const _SAe = "SearchAgents";
2794
+ const _SAea = "SearchAnalyses";
2682
2795
  const _SAh = "ShareAnalyses";
2683
2796
  const _SAha = "ShareApps";
2684
2797
  const _SAi = "SimpleAggregation";
@@ -2689,6 +2802,8 @@ const _SAou = "SourceAnalysis";
2689
2802
  const _SAt = "StartedAt";
2690
2803
  const _SAta = "StartAngle";
2691
2804
  const _SAtar = "StartingAt";
2805
+ const _SAte = "StepAliases";
2806
+ const _SAtep = "StepAlias";
2692
2807
  const _SAu = "SucceededAnswers";
2693
2808
  const _SB = "SortBy";
2694
2809
  const _SBAA = "ShareBoxAgentAction";
@@ -2719,6 +2834,7 @@ const _SCL = "SheetControlLayout";
2719
2834
  const _SCLC = "SheetControlLayoutConfiguration";
2720
2835
  const _SCLL = "SheetControlLayoutList";
2721
2836
  const _SCLh = "SheetControlLayouts";
2837
+ const _SCLp = "SpaceContributorList";
2722
2838
  const _SCM = "SimpleClusterMarker";
2723
2839
  const _SCMA = "ShareComprehendMedicalAction";
2724
2840
  const _SCN = "SourceColumnName";
@@ -2736,12 +2852,13 @@ const _SCn = "SnapshotConfiguration";
2736
2852
  const _SCo = "SortConfiguration";
2737
2853
  const _SCou = "SourceControls";
2738
2854
  const _SCour = "SourceColumn";
2855
+ const _SCp = "SpaceContributor";
2739
2856
  const _SCt = "StatusCode";
2740
2857
  const _SCta = "StaticConfiguration";
2741
2858
  const _SCte = "StepColors";
2742
2859
  const _SCtr = "StrokeColor";
2743
2860
  const _SCty = "StyleConfiguration";
2744
- const _SD = "SensitiveDouble";
2861
+ const _SD = "SensitiveDocument";
2745
2862
  const _SDAFW = "SankeyDiagramAggregatedFieldWells";
2746
2863
  const _SDC = "SnapshotDestinationConfiguration";
2747
2864
  const _SDCC = "SankeyDiagramChartConfiguration";
@@ -2772,13 +2889,17 @@ const _SDSea = "SearchDataSources";
2772
2889
  const _SDV = "SankeyDiagramVisual";
2773
2890
  const _SDVL = "StringDefaultValueList";
2774
2891
  const _SDVt = "StringDefaultValues";
2775
- const _SDe = "S3Destinations";
2892
+ const _SDe = "SensitiveDouble";
2776
2893
  const _SDea = "SearchDashboards";
2894
+ const _SDes = "S3Destinations";
2777
2895
  const _SDh = "ShareDatasets";
2778
2896
  const _SDha = "ShareDashboards";
2779
2897
  const _SDhe = "SheetDefinition";
2780
2898
  const _SDo = "SortDirection";
2781
- const _SDt = "StartDate";
2899
+ const _SDp = "SpaceDescription";
2900
+ const _SDpa = "SpaceDetails";
2901
+ const _SDt = "StyleDescription";
2902
+ const _SDta = "StartDate";
2782
2903
  const _SE = "SourceEntity";
2783
2904
  const _SEA = "SourceEntityArn";
2784
2905
  const _SEAe = "SessionExpiresAt";
@@ -2850,8 +2971,11 @@ const _SIer = "SeriesItem";
2850
2971
  const _SIh = "SheetId";
2851
2972
  const _SIhe = "SheetImage";
2852
2973
  const _SIl = "SlotId";
2974
+ const _SIp = "SpaceId";
2975
+ const _SIt = "StepId";
2853
2976
  const _SIu = "SubnetIds";
2854
- const _SIub = "SubnetId";
2977
+ const _SIub = "SubscriptionId";
2978
+ const _SIubn = "SubnetId";
2855
2979
  const _SJA = "ShareJiraAction";
2856
2980
  const _SJEI = "SnapshotJobErrorInfo";
2857
2981
  const _SJI = "SnapshotJobId";
@@ -2915,7 +3039,7 @@ const _SOpa = "SparklinesOptions";
2915
3039
  const _SOpt = "S3Options";
2916
3040
  const _SOt = "StyleOptions";
2917
3041
  const _SOu = "SubtotalOptions";
2918
- const _SP = "SslProperties";
3042
+ const _SP = "StarterPrompts";
2919
3043
  const _SPA = "SharePointAction";
2920
3044
  const _SPBC = "SectionPageBreakConfiguration";
2921
3045
  const _SPC = "ScatterPlotConfiguration";
@@ -2927,8 +3051,9 @@ const _SPE = "StatePersistenceEnabled";
2927
3051
  const _SPFW = "ScatterPlotFieldWells";
2928
3052
  const _SPGEA = "SandPGlobalEnergyAction";
2929
3053
  const _SPGMIA = "SandPGMIAction";
2930
- const _SPL = "StringParameterList";
3054
+ const _SPL = "StarterPromptList";
2931
3055
  const _SPLC = "ScatterPlotLimitConfiguration";
3056
+ const _SPLt = "StringParameterList";
2932
3057
  const _SPN = "SourceParameterName";
2933
3058
  const _SPO = "SetParametersOperation";
2934
3059
  const _SPS = "SelectedPointStyle";
@@ -2941,15 +3066,26 @@ const _SPa = "S3Parameters";
2941
3066
  const _SPn = "SnowflakeParameters";
2942
3067
  const _SPo = "SortPaths";
2943
3068
  const _SPp = "SparkParameters";
3069
+ const _SPs = "SslProperties";
2944
3070
  const _SPt = "StringParameters";
2945
3071
  const _SPta = "StatePersistence";
2946
3072
  const _SPtar = "StarburstParameters";
2947
3073
  const _SPtr = "StringParameter";
2948
3074
  const _SQ = "SqlQuery";
3075
+ const _SQSF = "SpaceQuicksightSearchFilter";
3076
+ const _SQSFp = "SpaceQuicksightSearchFilters";
3077
+ const _SQSR = "SpaceQuickSightResource";
3078
+ const _SQSRD = "SpaceQuickSightResourceDetails";
3079
+ const _SQSRp = "SpaceQuickSightResources";
2949
3080
  const _SR = "StartRange";
3081
+ const _SRO = "SpaceResourceOperation";
2950
3082
  const _SROE = "ScheduleRefreshOnEntity";
3083
+ const _SROp = "SpaceResourceOperations";
3084
+ const _SRS = "SpaceResourceSummary";
3085
+ const _SRSp = "SpaceResourceSummaries";
2951
3086
  const _SRe = "S3Results";
2952
3087
  const _SRi = "SignupResponse";
3088
+ const _SRp = "SpaceResources";
2953
3089
  const _SS = "SensitiveString";
2954
3090
  const _SSA = "ShareSlackAction";
2955
3091
  const _SSAPBOMA = "ShareSAPBillOfMaterialAction";
@@ -2972,12 +3108,15 @@ const _SSP = "SqlServerParameters";
2972
3108
  const _SSPA = "ShareSharePointAction";
2973
3109
  const _SSPGEA = "ShareSandPGlobalEnergyAction";
2974
3110
  const _SSPGMIA = "ShareSandPGMIAction";
3111
+ const _SSR = "SearchSpacesRequest";
3112
+ const _SSRe = "SearchSpacesResponse";
2975
3113
  const _SST = "SaaSTable";
2976
3114
  const _SSTVC = "SameSheetTargetVisualConfiguration";
2977
3115
  const _SSU = "SensitiveS3Uri";
2978
3116
  const _SSV = "StringStaticValues";
2979
3117
  const _SSc = "ScrollStatus";
2980
3118
  const _SSe = "SecondSource";
3119
+ const _SSea = "SearchSpaces";
2981
3120
  const _SSec = "SectionStyle";
2982
3121
  const _SSel = "SelectedSheets";
2983
3122
  const _SSele = "SelectionScope";
@@ -2985,11 +3124,14 @@ const _SSh = "ShareSpaces";
2985
3124
  const _SShe = "SheetStyle";
2986
3125
  const _SShee = "SheetSelections";
2987
3126
  const _SSo = "S3Source";
3127
+ const _SSp = "SpaceSummaries";
3128
+ const _SSpa = "SpaceSummary";
2988
3129
  const _SSt = "StepSize";
2989
3130
  const _SSy = "SymbolStyle";
2990
- const _ST = "SensitiveTimestamp";
3131
+ const _ST = "SensitiveText";
2991
3132
  const _STA = "ShareTextractAction";
2992
3133
  const _STAF = "SimpleTotalAggregationFunction";
3134
+ const _STAp = "SpacesToAdd";
2993
3135
  const _STB = "SheetTextBox";
2994
3136
  const _STBI = "SheetTextBoxId";
2995
3137
  const _STBL = "SheetTextBoxList";
@@ -3004,12 +3146,14 @@ const _STR = "SearchTopicsRequest";
3004
3146
  const _STRA = "SucceededTopicReviewedAnswer";
3005
3147
  const _STRAu = "SucceededTopicReviewedAnswers";
3006
3148
  const _STRe = "SearchTopicsResponse";
3149
+ const _STRp = "SpacesToRemove";
3007
3150
  const _STT = "SelectedTooltipType";
3008
3151
  const _STV = "SessionTagValue";
3009
3152
  const _STc = "ScalingType";
3010
- const _STe = "SemanticType";
3153
+ const _STe = "SensitiveTimestamp";
3011
3154
  const _STea = "SearchTopics";
3012
- const _STem = "SemanticTable";
3155
+ const _STem = "SemanticType";
3156
+ const _STema = "SemanticTable";
3013
3157
  const _STer = "SeriesType";
3014
3158
  const _STes = "SessionTags";
3015
3159
  const _STess = "SessionTag";
@@ -3077,10 +3221,11 @@ const _So = "Source";
3077
3221
  const _Sol = "Solid";
3078
3222
  const _Sor = "Sort";
3079
3223
  const _Sou = "South";
3080
- const _Sp = "Space";
3081
- const _Spa = "Sparkline";
3224
+ const _Sp = "Spaces";
3225
+ const _Spa = "Space";
3082
3226
  const _Spac = "Spacing";
3083
- const _Spar = "Sparklines";
3227
+ const _Spar = "Sparkline";
3228
+ const _Spark = "Sparklines";
3084
3229
  const _St = "Status";
3085
3230
  const _Sta = "State";
3086
3231
  const _Sto = "Story";
@@ -3346,12 +3491,13 @@ const _Tim = "Time";
3346
3491
  const _Tit = "Title";
3347
3492
  const _To = "Tooltip";
3348
3493
  const _To_ = "To";
3494
+ const _Ton = "Tone";
3349
3495
  const _Top = "Topic";
3350
3496
  const _Top_ = "Top";
3351
3497
  const _Tr = "Trigger";
3352
3498
  const _Ty = "Typography";
3353
3499
  const _U = "Username";
3354
- const _UA = "UseAs";
3500
+ const _UA = "UpdatedAt";
3355
3501
  const _UAA = "UseAsanaAction";
3356
3502
  const _UABARSA = "UseAmazonBedrockARSAction";
3357
3503
  const _UABFSA = "UseAmazonBedrockFSAction";
@@ -3368,11 +3514,18 @@ const _UACRp = "UpdateAccountCustomizationResponse";
3368
3514
  const _UACRpd = "UpdateActionConnectorRequest";
3369
3515
  const _UACRpda = "UpdateActionConnectorResponse";
3370
3516
  const _UACp = "UpdateActionConnector";
3371
- const _UAP = "UpdateAnalysisPermissions";
3372
- const _UAPR = "UpdateAnalysisPermissionsRequest";
3373
- const _UAPRp = "UpdateAnalysisPermissionsResponse";
3374
- const _UAR = "UpdateAnalysisRequest";
3375
- const _UARp = "UpdateAnalysisResponse";
3517
+ const _UAP = "UpdateAgentPermissions";
3518
+ const _UAPR = "UpdateAgentPermissionsRequest";
3519
+ const _UAPRGPL = "UpdateAgentPermissionsRequestGrantPermissionsList";
3520
+ const _UAPRRPL = "UpdateAgentPermissionsRequestRevokePermissionsList";
3521
+ const _UAPRp = "UpdateAgentPermissionsResponse";
3522
+ const _UAPRpd = "UpdateAnalysisPermissionsRequest";
3523
+ const _UAPRpda = "UpdateAnalysisPermissionsResponse";
3524
+ const _UAPp = "UpdateAnalysisPermissions";
3525
+ const _UAR = "UpdateAgentRequest";
3526
+ const _UARp = "UpdateAgentResponse";
3527
+ const _UARpd = "UpdateAnalysisRequest";
3528
+ const _UARpda = "UpdateAnalysisResponse";
3376
3529
  const _UAS = "UpdateAccountSettings";
3377
3530
  const _UASR = "UpdateAccountSettingsRequest";
3378
3531
  const _UASRp = "UpdateAccountSettingsResponse";
@@ -3381,8 +3534,10 @@ const _UAWS = "UseAgentWebSearch";
3381
3534
  const _UAWTEG = "UpdateApplicationWithTokenExchangeGrant";
3382
3535
  const _UAWTEGR = "UpdateApplicationWithTokenExchangeGrantRequest";
3383
3536
  const _UAWTEGRp = "UpdateApplicationWithTokenExchangeGrantResponse";
3384
- const _UAp = "UpdateAnalysis";
3385
- const _UAs = "UserArn";
3537
+ const _UAp = "UpdateAgent";
3538
+ const _UApd = "UpdateAnalysis";
3539
+ const _UAs = "UseAs";
3540
+ const _UAse = "UserArn";
3386
3541
  const _UB = "UpperBoundary";
3387
3542
  const _UBA = "UpdateBrandAssignment";
3388
3543
  const _UBAA = "UseBoxAgentAction";
@@ -3452,11 +3607,14 @@ const _UFPO = "UpdateFlowPermissionsOutput";
3452
3607
  const _UFPR = "UpdateFolderPermissionsRequest";
3453
3608
  const _UFPRp = "UpdateFolderPermissionsResponse";
3454
3609
  const _UFPp = "UpdateFolderPermissions";
3455
- const _UFR = "UpdateFolderRequest";
3456
- const _UFRp = "UpdateFolderResponse";
3610
+ const _UFR = "UpdateFlowRequest";
3611
+ const _UFRp = "UpdateFlowResponse";
3612
+ const _UFRpd = "UpdateFolderRequest";
3613
+ const _UFRpda = "UpdateFolderResponse";
3457
3614
  const _UFSA = "UseFactSetAction";
3458
3615
  const _UFX = "UsernameFieldXpath";
3459
- const _UFp = "UpdateFolder";
3616
+ const _UFp = "UpdateFlow";
3617
+ const _UFpd = "UpdateFolder";
3460
3618
  const _UG = "UseGrouping";
3461
3619
  const _UGA = "UseGithubAction";
3462
3620
  const _UGCA = "UseGoogleCalendarAction";
@@ -3501,6 +3659,9 @@ const _UNA = "UseNotionAction";
3501
3659
  const _UNC = "UserNameColumn";
3502
3660
  const _UNRA = "UseNewRelicAction";
3503
3661
  const _UO = "UseOrdering";
3662
+ const _UOACA = "UpdateOAuthClientApplication";
3663
+ const _UOACAR = "UpdateOAuthClientApplicationRequest";
3664
+ const _UOACARp = "UpdateOAuthClientApplicationResponse";
3504
3665
  const _UOAPIA = "UseOpenAPIAction";
3505
3666
  const _UODA = "UseOneDriveAction";
3506
3667
  const _UOn = "UnpivotOperation";
@@ -3545,12 +3706,20 @@ const _USAs = "UseSalesforceAction";
3545
3706
  const _USAse = "UseSmartsheetAction";
3546
3707
  const _USN = "UseServiceName";
3547
3708
  const _USNA = "UseServiceNowAction";
3709
+ const _USP = "UpdateSpacePermissions";
3548
3710
  const _USPA = "UseSharePointAction";
3549
3711
  const _USPGEA = "UseSandPGlobalEnergyAction";
3550
3712
  const _USPGMIA = "UseSandPGMIAction";
3551
3713
  const _USPICECC = "UpdateSPICECapacityConfiguration";
3552
3714
  const _USPICECCR = "UpdateSPICECapacityConfigurationRequest";
3553
3715
  const _USPICECCRp = "UpdateSPICECapacityConfigurationResponse";
3716
+ const _USPR = "UpdateSpacePermissionsRequest";
3717
+ const _USPRp = "UpdateSpacePermissionsResponse";
3718
+ const _USR = "UpdateSpaceRequest";
3719
+ const _USRR = "UpdateSpaceResourcesRequest";
3720
+ const _USRRp = "UpdateSpaceResourcesResponse";
3721
+ const _USRp = "UpdateSpaceResponse";
3722
+ const _USRpd = "UpdateSpaceResources";
3554
3723
  const _USU = "UpdateSelfUpgrade";
3555
3724
  const _USUC = "UpdateSelfUpgradeConfiguration";
3556
3725
  const _USUCR = "UpdateSelfUpgradeConfigurationRequest";
@@ -3560,6 +3729,7 @@ const _USURp = "UpdateSelfUpgradeResponse";
3560
3729
  const _USn = "UnpivotStep";
3561
3730
  const _USp = "UploadSettings";
3562
3731
  const _USpd = "UpdateStatus";
3732
+ const _USpda = "UpdateSpace";
3563
3733
  const _UT = "UpdateTemplate";
3564
3734
  const _UTA = "UseTextractAction";
3565
3735
  const _UTAR = "UpdateTemplateAliasRequest";
@@ -3700,6 +3870,7 @@ const _WF = "WarningForeground";
3700
3870
  const _WG = "WorkGroup";
3701
3871
  const _WIPS = "WhatIfPointScenario";
3702
3872
  const _WIRS = "WhatIfRangeScenario";
3873
+ const _WM = "WelcomeMessage";
3703
3874
  const _WO = "WindowOptions";
3704
3875
  const _WOI = "WaitingOnIngestion";
3705
3876
  const _WOo = "WordOrientation";
@@ -3736,6 +3907,11 @@ const _adi = "additional-dashboard-ids";
3736
3907
  const _an = "alias-name";
3737
3908
  const _as = "assignment-status";
3738
3909
  const _c = "client";
3910
+ const _cA = "createdAt";
3911
+ const _cB = "createdBy";
3912
+ const _cBA = "createdByArn";
3913
+ const _cSDC = "consumedSourceDocCount";
3914
+ const _cSS = "consumedSourceSize";
3739
3915
  const _co = "columns";
3740
3916
  const _ct = "creds-type";
3741
3917
  const _d = "description";
@@ -3753,22 +3929,41 @@ const _iOP = "includeOutputPayload";
3753
3929
  const _k = "keys";
3754
3930
  const _lUAT = "lastUpdateAttemptTime";
3755
3931
  const _lUFR = "lastUpdateFailureReason";
3932
+ const _mC = "maxContributors";
3756
3933
  const _mr = "max-results";
3757
3934
  const _mr_ = "max-result";
3758
3935
  const _n = "namespace";
3936
+ const _na = "name";
3759
3937
  const _nt = "next-token";
3938
+ const _o = "operator";
3939
+ const _p = "percentage";
3940
+ const _pS = "promptSummary";
3941
+ const _pe = "permissions";
3942
+ const _ps = "publish-state";
3760
3943
  const _r = "resolved";
3944
+ const _rA = "resourceArn";
3945
+ const _rC = "resourcesCount";
3946
+ const _rD = "resourceDetails";
3947
+ const _rFSB = "rawFileSizeBytes";
3948
+ const _rI = "requestId";
3949
+ const _rT = "resourceType";
3761
3950
  const _rd = "reset-disabled";
3951
+ const _re = "resources";
3762
3952
  const _rtf = "restore-to-folders";
3763
3953
  const _rwid = "recovery-window-in-days";
3764
3954
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.quicksight";
3955
+ const _sA = "spaceArn";
3956
+ const _sI = "spaceId";
3765
3957
  const _se = "server";
3766
3958
  const _sl = "session-lifetime";
3767
3959
  const _spe = "state-persistence-enabled";
3768
3960
  const _t = "type";
3961
+ const _uA = "updatedAt";
3769
3962
  const _uLN = "userLoginName";
3963
+ const _uN = "userName";
3770
3964
  const _ua = "user-arn";
3771
3965
  const _urd = "undo-redo-disabled";
3966
+ const _v = "value";
3772
3967
  const _vI = "versionId";
3773
3968
  const _vn = "version-number";
3774
3969
  const n0 = "com.amazonaws.quicksight";
@@ -3942,14 +4137,17 @@ var FieldValue = [0, n0, _FV, 8, 0];
3942
4137
  var InlineCustomInstructionText = [0, n0, _ICIT, 8, 0];
3943
4138
  var JoinOperationOnClause = [0, n0, _JOOC, 8, 0];
3944
4139
  var NullString = [0, n0, _NS, 8, 0];
4140
+ var OAuthAuthorizationEndpointUrl = [0, n0, _OAAEU, 8, 0];
3945
4141
  var OAuthClientId = [0, n0, _OACI, 8, 0];
3946
4142
  var OAuthClientSecret = [0, n0, _OACS, 8, 0];
4143
+ var OAuthTokenEndpointUrl = [0, n0, _OATEU, 8, 0];
3947
4144
  var OAuthUsername = [0, n0, _OAU, 8, 0];
3948
4145
  var Prefix = [0, n0, _P, 8, 0];
3949
4146
  var PrivateKey = [0, n0, _PK, 8, 0];
3950
4147
  var PrivateKeyPassphrase = [0, n0, _PKP, 8, 0];
3951
4148
  var QAQueryText = [0, n0, _QAQT, 8, 0];
3952
- var SensitiveDouble = [0, n0, _SD, 8, 1];
4149
+ var SensitiveDocument = [0, n0, _SD, 8, 15];
4150
+ var SensitiveDouble = [0, n0, _SDe, 8, 1];
3953
4151
  var SensitiveDoubleObject = [0, n0, _SDO, 8, 1];
3954
4152
  var SensitiveIOPayload = [0, n0, _SIOP, 8, 0];
3955
4153
  var SensitiveLong = [0, n0, _SL, 8, 1];
@@ -3957,10 +4155,14 @@ var SensitiveLongObject = [0, n0, _SLO, 8, 1];
3957
4155
  var SensitiveS3Uri = [0, n0, _SSU, 8, 0];
3958
4156
  var SensitiveString = [0, n0, _SS, 8, 0];
3959
4157
  var SensitiveStringObject = [0, n0, _SSO, 8, 0];
3960
- var SensitiveTimestamp = [0, n0, _ST, 8, 4];
4158
+ var SensitiveText = [0, n0, _ST, 8, 0];
4159
+ var SensitiveTimestamp = [0, n0, _STe, 8, 4];
3961
4160
  var SessionTagValue = [0, n0, _STV, 8, 0];
4161
+ var SpaceDescription = [0, n0, _SDp, 8, 0];
3962
4162
  var SqlQuery = [0, n0, _SQ, 8, 0];
4163
+ var StyleDescription = [0, n0, _SDt, 8, 0];
3963
4164
  var Suffix = [0, n0, _S, 8, 0];
4165
+ var WelcomeMessage = [0, n0, _WM, 8, 0];
3964
4166
  export var AccountCustomization$ = [3, n0, _AC,
3965
4167
  0,
3966
4168
  [_DT, _DECT],
@@ -4011,17 +4213,32 @@ export var AdHocFilteringOption$ = [3, n0, _AHFO,
4011
4213
  [_ASv],
4012
4214
  [0]
4013
4215
  ];
4216
+ export var Agent$ = [3, n0, _Ag,
4217
+ 0,
4218
+ [_N, _A, _AIg, _AL, _ASg, _CA, _C, _UA, _Sp, _ACct, _D, _II, _SP, _WM, _CPI, _EM],
4219
+ [0, 0, 0, 0, 0, 4, 0, 4, 64 | 0, 64 | 0, 0, 0, [() => StarterPromptList, 0], [() => WelcomeMessage, 0], [() => CustomPromptInterface$, 0], 0], 8
4220
+ ];
4221
+ export var AgentSearchFilter$ = [3, n0, _ASF,
4222
+ 0,
4223
+ [_N, _O, _V],
4224
+ [0, 0, 0]
4225
+ ];
4226
+ export var AgentSummary$ = [3, n0, _ASge,
4227
+ 0,
4228
+ [_A, _AIg, _N, _CA, _UA, _D, _II],
4229
+ [0, 0, 0, 4, 4, 0, 0], 5
4230
+ ];
4014
4231
  export var AggFunction$ = [3, n0, _AF,
4015
4232
  0,
4016
- [_Ag, _AFP, _Pe, _PF],
4233
+ [_Agg, _AFP, _Pe, _PF],
4017
4234
  [0, 128 | 0, 0, 0]
4018
4235
  ];
4019
4236
  export var AggregateOperation$ = [3, n0, _AO,
4020
4237
  0,
4021
- [_Al, _So, _Agg, _GBCN],
4238
+ [_Al, _So, _Aggr, _GBCN],
4022
4239
  [0, () => TransformOperationSource$, () => AggregationList, 64 | 0], 3
4023
4240
  ];
4024
- export var Aggregation$ = [3, n0, _Ag,
4241
+ export var Aggregation$ = [3, n0, _Agg,
4025
4242
  0,
4026
4243
  [_AFg, _NCN, _NCI],
4027
4244
  [() => DataPrepAggregationFunction$, 0, 0], 3
@@ -4038,7 +4255,7 @@ export var AggregationPartitionBy$ = [3, n0, _APB,
4038
4255
  ];
4039
4256
  export var AggregationSortConfiguration$ = [3, n0, _ASC,
4040
4257
  0,
4041
- [_C, _SDo, _AFg],
4258
+ [_Co, _SDo, _AFg],
4042
4259
  [() => ColumnIdentifier$, 0, () => AggregationFunction$], 2
4043
4260
  ];
4044
4261
  export var AllSheetsFilterScopeConfiguration$ = [3, n0, _ASFSC,
@@ -4086,7 +4303,7 @@ export var AnalysisError$ = [3, n0, _AE,
4086
4303
  [_T, _M, _VE],
4087
4304
  [0, 0, () => EntityList]
4088
4305
  ];
4089
- export var AnalysisSearchFilter$ = [3, n0, _ASF,
4306
+ export var AnalysisSearchFilter$ = [3, n0, _ASFn,
4090
4307
  0,
4091
4308
  [_O, _N, _V],
4092
4309
  [0, 0, 0]
@@ -4318,7 +4535,7 @@ export var AssetBundleImportJobDataSourceCredentials$ = [3, n0, _ABIJDSC,
4318
4535
  ];
4319
4536
  export var AssetBundleImportJobDataSourceOverrideParameters$ = [3, n0, _ABIJDSOPss,
4320
4537
  0,
4321
- [_DSIat, _N, _DSP, _VCP, _SP, _Cr],
4538
+ [_DSIat, _N, _DSP, _VCP, _SPs, _Cr],
4322
4539
  [0, 0, () => DataSourceParameters$, () => VpcConnectionProperties$, () => SslProperties$, [() => AssetBundleImportJobDataSourceCredentials$, 0]], 1
4323
4540
  ];
4324
4541
  export var AssetBundleImportJobDataSourceOverridePermissions$ = [3, n0, _ABIJDSOPsse,
@@ -4518,7 +4735,7 @@ export var AxisLabelOptions$ = [3, n0, _ALO,
4518
4735
  ];
4519
4736
  export var AxisLabelReferenceOptions$ = [3, n0, _ALRO,
4520
4737
  0,
4521
- [_FIi, _C],
4738
+ [_FIi, _Co],
4522
4739
  [0, () => ColumnIdentifier$], 2
4523
4740
  ];
4524
4741
  export var AxisLinearScale$ = [3, n0, _ALS,
@@ -4543,12 +4760,12 @@ export var AxisTickLabelOptions$ = [3, n0, _ATLO,
4543
4760
  ];
4544
4761
  export var BarChartAggregatedFieldWells$ = [3, n0, _BCAFW,
4545
4762
  0,
4546
- [_Ca, _Va, _Co, _SM],
4763
+ [_Ca, _Va, _Col, _SM],
4547
4764
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList, () => SmallMultiplesDimensionFieldList]
4548
4765
  ];
4549
4766
  export var BarChartConfiguration$ = [3, n0, _BCC,
4550
4767
  0,
4551
- [_FW, _SCo, _Or, _BA, _VP, _SMO, _CA, _CLO, _VA, _VLO, _CLOo, _DSS, _Ser, _Le, _DL, _To, _RL, _CADo, _I],
4768
+ [_FW, _SCo, _Or, _BA, _VP, _SMO, _CAa, _CLO, _VA, _VLO, _CLOo, _DSS, _Ser, _Le, _DL, _To, _RL, _CADo, _I],
4552
4769
  [() => BarChartFieldWells$, () => BarChartSortConfiguration$, 0, 0, () => VisualPalette$, () => SmallMultiplesOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => ChartAxisLabelOptions$, () => BarChartDefaultSeriesSettings$, () => BarSeriesItemList, () => LegendOptions$, () => DataLabelOptions$, () => TooltipOptions$, () => ReferenceLineList, () => ContributionAnalysisDefaultList, () => VisualInteractionOptions$]
4553
4770
  ];
4554
4771
  export var BarChartDefaultSeriesSettings$ = [3, n0, _BCDSS,
@@ -4633,12 +4850,12 @@ export var BodySectionContent$ = [3, n0, _BSCo,
4633
4850
  ];
4634
4851
  export var BodySectionDynamicCategoryDimensionConfiguration$ = [3, n0, _BSDCDC,
4635
4852
  0,
4636
- [_C, _Li, _SBM],
4853
+ [_Co, _Li, _SBM],
4637
4854
  [() => ColumnIdentifier$, 1, () => BodySectionDynamicDimensionSortConfigurationList], 1
4638
4855
  ];
4639
4856
  export var BodySectionDynamicNumericDimensionConfiguration$ = [3, n0, _BSDNDC,
4640
4857
  0,
4641
- [_C, _Li, _SBM],
4858
+ [_Co, _Li, _SBM],
4642
4859
  [() => ColumnIdentifier$, 1, () => BodySectionDynamicDimensionSortConfigurationList], 1
4643
4860
  ];
4644
4861
  export var BodySectionRepeatConfiguration$ = [3, n0, _BSRC,
@@ -4668,7 +4885,7 @@ export var BorderSettings$ = [3, n0, _BS,
4668
4885
  ];
4669
4886
  export var BorderStyle$ = [3, n0, _BSo,
4670
4887
  0,
4671
- [_Col, _Sho, _W],
4888
+ [_Colo, _Sho, _W],
4672
4889
  [0, 2, 0]
4673
4890
  ];
4674
4891
  export var BoxPlotAggregatedFieldWells$ = [3, n0, _BPAFW,
@@ -4678,7 +4895,7 @@ export var BoxPlotAggregatedFieldWells$ = [3, n0, _BPAFW,
4678
4895
  ];
4679
4896
  export var BoxPlotChartConfiguration$ = [3, n0, _BPCC,
4680
4897
  0,
4681
- [_FW, _SCo, _BPO, _CA, _CLO, _PYADO, _PYALO, _Le, _To, _RL, _VP, _I],
4898
+ [_FW, _SCo, _BPO, _CAa, _CLO, _PYADO, _PYALO, _Le, _To, _RL, _VP, _I],
4682
4899
  [() => BoxPlotFieldWells$, () => BoxPlotSortConfiguration$, () => BoxPlotOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => LegendOptions$, () => TooltipOptions$, () => ReferenceLineList, () => VisualPalette$, () => VisualInteractionOptions$]
4683
4900
  ];
4684
4901
  export var BoxPlotFieldWells$ = [3, n0, _BPFW,
@@ -4748,17 +4965,17 @@ export var CalculatedMeasureField$ = [3, n0, _CMF,
4748
4965
  ];
4749
4966
  export var CancelIngestionRequest$ = [3, n0, _CIR,
4750
4967
  0,
4751
- [_AAI, _DSI, _II],
4968
+ [_AAI, _DSI, _IIn],
4752
4969
  [[0, 1], [0, 1], [0, 1]], 3
4753
4970
  ];
4754
4971
  export var CancelIngestionResponse$ = [3, n0, _CIRa,
4755
4972
  0,
4756
- [_A, _II, _RI, _St],
4973
+ [_A, _IIn, _RI, _St],
4757
4974
  [0, 0, 0, [1, 32]]
4758
4975
  ];
4759
4976
  export var Capabilities$ = [3, n0, _Cap,
4760
4977
  0,
4761
- [_ETC, _ETE, _ETP, _PR, _CAUT, _AORADFA, _SAh, _CAUD, _SDh, _SDER, _CAUDER, _SDha, _CAUTA, _RSF, _CSF, _CAUDS, _SDS, _VASPICEC, _CSPICED, _ETPISR, _ETCISR, _ETEISR, _ICISRE, _Da, _An, _Au, _Fl, _Ap, _CAUA, _SAha, _IAAII, _AANDS, _PWA, _UBM, _PFUT, _AFSR, _UAWS, _KB, _Act, _GHTTPA, _CAUGHTTPA, _SGHTTPA, _UGHTTPA, _AAs, _CAUAA, _SAAh, _UAA, _SAl, _CAUSA, _SSA, _USA, _SNA, _CAUSNA, _SSNA, _USNA, _SAa, _CAUSAr, _SSAh, _USAs, _MSEA, _CAUMSEA, _SMSEA, _UMSEA, _PDA, _CAUPDA, _SPDA, _UPDA, _JA, _CAUJA, _SJA, _UJA, _CAo, _CAUCA, _SCA, _UCA, _ODA, _CAUODA, _SODA, _UODA, _SPA, _CAUSPA, _SSPA, _USPA, _MSTA, _CAUMSTA, _SMSTA, _UMSTA, _GCA, _CAUGCA, _SGCA, _UGCA, _ZA, _CAUZA, _SZA, _UZA, _SAm, _CAUSAre, _SSAha, _USAse, _SAPBPA, _CAUSAPBPA, _SSAPBPA, _USAPBPA, _SAPPMDA, _CAUSAPPMDA, _SSAPPMDA, _USAPPMDA, _SAPPIA, _CAUSAPPIA, _SSAPPIA, _USAPPIA, _SAPBOMA, _CAUSAPBOMA, _SSAPBOMA, _USAPBOMA, _SAPMSA, _CAUSAPMSA, _SSAPMSA, _USAPMSA, _FSA, _CAUFSA, _SFSA, _UFSA, _ASTA, _CAUASTA, _SASTA, _UASTA, _TAe, _CAUTAr, _STA, _UTA, _CAom, _CAUCAr, _SCAh, _UCAs, _CMA, _CAUCMA, _SCMA, _UCMA, _ABARSA, _CAUABARSA, _SABARSA, _UABARSA, _ABFSA, _CAUABFSA, _SABFSA, _UABFSA, _ABKRSA, _CAUABKRSA, _SABKRSA, _UABKRSA, _MCPA, _CAUMCPA, _SMCPA, _UMCPA, _OAPIA, _CAUOAPIA, _SOAPIA, _UOAPIA, _SPGMIA, _CAUSPGMIA, _SSPGMIA, _USPGMIA, _SPGEA, _CAUSPGEA, _SSPGEA, _USPGEA, _BHRA, _CAUBHRA, _SBHRA, _UBHRA, _BAA, _CAUBAA, _SBAA, _UBAA, _CAA, _CAUCAA, _SCAA, _UCAA, _GAi, _CAUGA, _SGA, _UGA, _NA, _CAUNA, _SNAh, _UNA, _LA, _CAULA, _SLA, _ULA, _HFA, _CAUHFA, _SHFA, _UHFA, _MA, _CAUMA, _SMA, _UMA, _HA, _CAUHA, _SHA, _UHA, _IAn, _CAUIA, _SIA, _UIA, _NRA, _CAUNRA, _SNRA, _UNRA, _Top, _EVWQ, _BCFWQ, _CDESWQ, _Sp, _CSr, _SSh, _CAh, _CCA, _SCAha, _Re, _SUUR, _Ext, _MSF, _GAe, _Sto, _Sc],
4978
+ [_ETC, _ETE, _ETP, _PR, _CAUT, _AORADFA, _SAh, _CAUD, _SDh, _SDER, _CAUDER, _SDha, _CAUTA, _RSF, _CSF, _CAUDS, _SDS, _VASPICEC, _CSPICED, _ETPISR, _ETCISR, _ETEISR, _ICISRE, _Da, _An, _Au, _Fl, _Ap, _CAUA, _SAha, _IAAII, _AANDS, _PWA, _UBM, _PFUT, _AFSR, _UAWS, _KB, _Act, _GHTTPA, _CAUGHTTPA, _SGHTTPA, _UGHTTPA, _AAs, _CAUAA, _SAAh, _UAA, _SAl, _CAUSA, _SSA, _USA, _SNA, _CAUSNA, _SSNA, _USNA, _SAa, _CAUSAr, _SSAh, _USAs, _MSEA, _CAUMSEA, _SMSEA, _UMSEA, _PDA, _CAUPDA, _SPDA, _UPDA, _JA, _CAUJA, _SJA, _UJA, _CAo, _CAUCA, _SCA, _UCA, _ODA, _CAUODA, _SODA, _UODA, _SPA, _CAUSPA, _SSPA, _USPA, _MSTA, _CAUMSTA, _SMSTA, _UMSTA, _GCA, _CAUGCA, _SGCA, _UGCA, _ZA, _CAUZA, _SZA, _UZA, _SAm, _CAUSAre, _SSAha, _USAse, _SAPBPA, _CAUSAPBPA, _SSAPBPA, _USAPBPA, _SAPPMDA, _CAUSAPPMDA, _SSAPPMDA, _USAPPMDA, _SAPPIA, _CAUSAPPIA, _SSAPPIA, _USAPPIA, _SAPBOMA, _CAUSAPBOMA, _SSAPBOMA, _USAPBOMA, _SAPMSA, _CAUSAPMSA, _SSAPMSA, _USAPMSA, _FSA, _CAUFSA, _SFSA, _UFSA, _ASTA, _CAUASTA, _SASTA, _UASTA, _TAe, _CAUTAr, _STA, _UTA, _CAom, _CAUCAr, _SCAh, _UCAs, _CMA, _CAUCMA, _SCMA, _UCMA, _ABARSA, _CAUABARSA, _SABARSA, _UABARSA, _ABFSA, _CAUABFSA, _SABFSA, _UABFSA, _ABKRSA, _CAUABKRSA, _SABKRSA, _UABKRSA, _MCPA, _CAUMCPA, _SMCPA, _UMCPA, _OAPIA, _CAUOAPIA, _SOAPIA, _UOAPIA, _SPGMIA, _CAUSPGMIA, _SSPGMIA, _USPGMIA, _SPGEA, _CAUSPGEA, _SSPGEA, _USPGEA, _BHRA, _CAUBHRA, _SBHRA, _UBHRA, _BAA, _CAUBAA, _SBAA, _UBAA, _CAA, _CAUCAA, _SCAA, _UCAA, _GAi, _CAUGA, _SGA, _UGA, _NA, _CAUNA, _SNAh, _UNA, _LA, _CAULA, _SLA, _ULA, _HFA, _CAUHFA, _SHFA, _UHFA, _MA, _CAUMA, _SMA, _UMA, _HA, _CAUHA, _SHA, _UHA, _IAn, _CAUIA, _SIA, _UIA, _NRA, _CAUNRA, _SNRA, _UNRA, _Top, _EVWQ, _BCFWQ, _CDESWQ, _Spa, _CSr, _SSh, _CAh, _CCA, _SCAha, _Re, _SUUR, _Ext, _MSF, _GAe, _Sto, _Sc],
4762
4979
  [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
4763
4980
  ];
4764
4981
  export var CascadingControlConfiguration$ = [3, n0, _CCC,
@@ -4783,22 +5000,22 @@ export var CastColumnTypesOperation$ = [3, n0, _CCTOa,
4783
5000
  ];
4784
5001
  export var CategoricalDimensionField$ = [3, n0, _CDF,
4785
5002
  0,
4786
- [_FIi, _C, _HI, _FCor],
5003
+ [_FIi, _Co, _HI, _FCor],
4787
5004
  [0, () => ColumnIdentifier$, 0, [() => StringFormatConfiguration$, 0]], 2
4788
5005
  ];
4789
5006
  export var CategoricalMeasureField$ = [3, n0, _CMFa,
4790
5007
  0,
4791
- [_FIi, _C, _AFg, _FCor],
5008
+ [_FIi, _Co, _AFg, _FCor],
4792
5009
  [0, () => ColumnIdentifier$, 0, [() => StringFormatConfiguration$, 0]], 2
4793
5010
  ];
4794
5011
  export var CategoryDrillDownFilter$ = [3, n0, _CDDF,
4795
5012
  0,
4796
- [_C, _CV],
5013
+ [_Co, _CV],
4797
5014
  [() => ColumnIdentifier$, 64 | 0], 2
4798
5015
  ];
4799
5016
  export var CategoryFilter$ = [3, n0, _CFat,
4800
5017
  0,
4801
- [_FIil, _C, _Conf, _DFCC],
5018
+ [_FIil, _Co, _Conf, _DFCC],
4802
5019
  [0, () => ColumnIdentifier$, () => CategoryFilterConfiguration$, () => DefaultFilterControlConfiguration$], 3
4803
5020
  ];
4804
5021
  export var CategoryFilterConfiguration$ = [3, n0, _CFC,
@@ -4808,7 +5025,7 @@ export var CategoryFilterConfiguration$ = [3, n0, _CFC,
4808
5025
  ];
4809
5026
  export var CategoryInnerFilter$ = [3, n0, _CIF,
4810
5027
  0,
4811
- [_C, _Conf, _DFCC],
5028
+ [_Co, _Conf, _DFCC],
4812
5029
  [() => ColumnIdentifier$, () => CategoryFilterConfiguration$, () => DefaultFilterControlConfiguration$], 2
4813
5030
  ];
4814
5031
  export var CellValueSynonym$ = [3, n0, _CVS,
@@ -4853,7 +5070,7 @@ export var CollectiveConstantEntry$ = [3, n0, _CCE,
4853
5070
  ];
4854
5071
  export var ColorScale$ = [3, n0, _CSol,
4855
5072
  0,
4856
- [_Co, _CFT, _NVC],
5073
+ [_Col, _CFT, _NVC],
4857
5074
  [() => ColorScaleColorList, 0, () => DataColor$], 2
4858
5075
  ];
4859
5076
  export var ColorsConfiguration$ = [3, n0, _CCol,
@@ -4863,7 +5080,7 @@ export var ColorsConfiguration$ = [3, n0, _CCol,
4863
5080
  ];
4864
5081
  export var ColumnConfiguration$ = [3, n0, _CColu,
4865
5082
  0,
4866
- [_C, _FCor, _Ro, _CCol, _DSC],
5083
+ [_Co, _FCor, _Ro, _CCol, _DSC],
4867
5084
  [() => ColumnIdentifier$, [() => FormatConfiguration$, 0], 0, [() => ColorsConfiguration$, 0], () => DecalSettingsConfiguration$], 1
4868
5085
  ];
4869
5086
  export var ColumnDescription$ = [3, n0, _CD,
@@ -4908,7 +5125,7 @@ export var ColumnSchema$ = [3, n0, _CSolu,
4908
5125
  ];
4909
5126
  export var ColumnSemanticProperty$ = [3, n0, _CSP,
4910
5127
  0,
4911
- [_D, _ANd, _STe],
5128
+ [_D, _ANd, _STem],
4912
5129
  [[() => ColumnDescription$, 0], [() => AdditionalNotes$, 0], () => ColumnSemanticType$]
4913
5130
  ];
4914
5131
  export var ColumnSemanticType$ = [3, n0, _CST,
@@ -4928,7 +5145,7 @@ export var ColumnTag$ = [3, n0, _CTol,
4928
5145
  ];
4929
5146
  export var ColumnTooltipItem$ = [3, n0, _CTI,
4930
5147
  0,
4931
- [_C, _Lab, _Vi, _Ag, _TT],
5148
+ [_Co, _Lab, _Vi, _Agg, _TT],
4932
5149
  [() => ColumnIdentifier$, 0, 0, () => AggregationFunction$, 0], 1
4933
5150
  ];
4934
5151
  export var ColumnToUnpivot$ = [3, n0, _CTU,
@@ -4938,12 +5155,12 @@ export var ColumnToUnpivot$ = [3, n0, _CTU,
4938
5155
  ];
4939
5156
  export var ComboChartAggregatedFieldWells$ = [3, n0, _CCAFW,
4940
5157
  0,
4941
- [_Ca, _BVa, _Co, _LV],
5158
+ [_Ca, _BVa, _Col, _LV],
4942
5159
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList, () => MeasureFieldList]
4943
5160
  ];
4944
5161
  export var ComboChartConfiguration$ = [3, n0, _CCCo,
4945
5162
  0,
4946
- [_FW, _SCo, _BA, _CA, _CLO, _PYADO, _PYALO, _SYADO, _SYALO, _SAO, _CLOo, _DSS, _Ser, _Le, _BDL, _LDL, _To, _RL, _VP, _I],
5163
+ [_FW, _SCo, _BA, _CAa, _CLO, _PYADO, _PYALO, _SYADO, _SYALO, _SAO, _CLOo, _DSS, _Ser, _Le, _BDL, _LDL, _To, _RL, _VP, _I],
4947
5164
  [() => ComboChartFieldWells$, () => ComboChartSortConfiguration$, 0, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => SingleAxisOptions$, () => ChartAxisLabelOptions$, () => ComboChartDefaultSeriesSettings$, () => ComboSeriesItemList, () => LegendOptions$, () => DataLabelOptions$, () => DataLabelOptions$, () => TooltipOptions$, () => ReferenceLineList, () => VisualPalette$, () => VisualInteractionOptions$]
4948
5165
  ];
4949
5166
  export var ComboChartDefaultSeriesSettings$ = [3, n0, _CCDSS,
@@ -5003,7 +5220,7 @@ export var ConditionalFormattingColor$ = [3, n0, _CFCon,
5003
5220
  ];
5004
5221
  export var ConditionalFormattingCustomIconCondition$ = [3, n0, _CFCIC,
5005
5222
  0,
5006
- [_Ex, _IO, _Col, _DCi],
5223
+ [_Ex, _IO, _Colo, _DCi],
5007
5224
  [[() => Expression, 0], () => ConditionalFormattingCustomIconOptions$, 0, () => ConditionalFormattingIconDisplayConfiguration$], 2
5008
5225
  ];
5009
5226
  export var ConditionalFormattingCustomIconOptions$ = [3, n0, _CFCIO,
@@ -5013,7 +5230,7 @@ export var ConditionalFormattingCustomIconOptions$ = [3, n0, _CFCIO,
5013
5230
  ];
5014
5231
  export var ConditionalFormattingGradientColor$ = [3, n0, _CFGC,
5015
5232
  0,
5016
- [_Ex, _Col],
5233
+ [_Ex, _Colo],
5017
5234
  [[() => Expression, 0], () => GradientColor$], 2
5018
5235
  ];
5019
5236
  export var ConditionalFormattingIcon$ = [3, n0, _CFI,
@@ -5033,7 +5250,7 @@ export var ConditionalFormattingIconSet$ = [3, n0, _CFIS,
5033
5250
  ];
5034
5251
  export var ConditionalFormattingSolidColor$ = [3, n0, _CFSC,
5035
5252
  0,
5036
- [_Ex, _Col],
5253
+ [_Ex, _Colo],
5037
5254
  [[() => Expression, 0], 0], 1
5038
5255
  ];
5039
5256
  export var ConfluenceParameters$ = [3, n0, _CPo,
@@ -5116,12 +5333,22 @@ export var CreateActionConnectorResponse$ = [3, n0, _CACRrea,
5116
5333
  [_A, _CSre, _ACI, _RI, _St],
5117
5334
  [0, 0, 0, 0, [1, 32]]
5118
5335
  ];
5119
- export var CreateAnalysisRequest$ = [3, n0, _CAR,
5336
+ export var CreateAgentRequest$ = [3, n0, _CAR,
5337
+ 0,
5338
+ [_AAI, _AIg, _N, _Sp, _ACct, _D, _II, _SP, _WM, _AL, _CPIu],
5339
+ [[0, 1], 0, 0, 64 | 0, 64 | 0, 0, 0, [() => StarterPromptList, 0], [() => WelcomeMessage, 0], 0, [() => CustomPromptInput$, 0]], 3
5340
+ ];
5341
+ export var CreateAgentResponse$ = [3, n0, _CARr,
5342
+ 0,
5343
+ [_A, _AIg, _ASg, _ANg, _RI],
5344
+ [0, 0, 0, 0, 0], 4
5345
+ ];
5346
+ export var CreateAnalysisRequest$ = [3, n0, _CARre,
5120
5347
  0,
5121
5348
  [_AAI, _AIn, _N, _Par, _Per, _SE, _TA, _Ta, _De, _VSa, _FAo],
5122
5349
  [[0, 1], [0, 1], 0, [() => _Parameters$, 0], () => ResourcePermissionList, () => AnalysisSourceEntity$, 0, () => TagList, [() => AnalysisDefinition$, 0], () => ValidationStrategy$, 64 | 0], 3
5123
5350
  ];
5124
- export var CreateAnalysisResponse$ = [3, n0, _CARr,
5351
+ export var CreateAnalysisResponse$ = [3, n0, _CARrea,
5125
5352
  0,
5126
5353
  [_A, _AIn, _CSre, _St, _RI],
5127
5354
  [0, 0, 0, [1, 32], 0]
@@ -5163,17 +5390,17 @@ export var CreateDashboardResponse$ = [3, n0, _CDRr,
5163
5390
  ];
5164
5391
  export var CreateDataSetRequest$ = [3, n0, _CDSR,
5165
5392
  0,
5166
- [_AAI, _DSI, _N, _PTM, _IM, _LTM, _CGo, _FF, _Per, _RLPDS, _RLPTC, _CLPRo, _Ta, _DSUC, _DP, _FAo, _PCe, _UA, _DPC, _SMC],
5393
+ [_AAI, _DSI, _N, _PTM, _IM, _LTM, _CGo, _FF, _Per, _RLPDS, _RLPTC, _CLPRo, _Ta, _DSUC, _DP, _FAo, _PCe, _UAs, _DPC, _SMC],
5167
5394
  [[0, 1], 0, 0, [() => PhysicalTableMap, 0], 0, [() => LogicalTableMap, 0], () => ColumnGroupList, () => FieldFolderMap, () => ResourcePermissionList, () => RowLevelPermissionDataSet$, [() => RowLevelPermissionTagConfiguration$, 0], () => ColumnLevelPermissionRuleList, () => TagList, () => DataSetUsageConfiguration$, () => DatasetParameterList, 64 | 0, () => PerformanceConfiguration$, 0, [() => DataPrepConfiguration$, 0], [() => SemanticModelConfiguration$, 0]], 5
5168
5395
  ];
5169
5396
  export var CreateDataSetResponse$ = [3, n0, _CDSRr,
5170
5397
  0,
5171
- [_A, _DSI, _IAng, _II, _RI, _St],
5398
+ [_A, _DSI, _IAng, _IIn, _RI, _St],
5172
5399
  [0, 0, 0, 0, 0, [1, 32]]
5173
5400
  ];
5174
5401
  export var CreateDataSourceRequest$ = [3, n0, _CDSRre,
5175
5402
  0,
5176
- [_AAI, _DSIat, _N, _T, _DSP, _Cr, _Per, _VCP, _SP, _Ta, _FAo],
5403
+ [_AAI, _DSIat, _N, _T, _DSP, _Cr, _Per, _VCP, _SPs, _Ta, _FAo],
5177
5404
  [[0, 1], 0, 0, 0, () => DataSourceParameters$, [() => DataSourceCredentials$, 0], () => ResourcePermissionList, () => VpcConnectionProperties$, () => SslProperties$, () => TagList, 64 | 0], 4
5178
5405
  ];
5179
5406
  export var CreateDataSourceResponse$ = [3, n0, _CDSRrea,
@@ -5181,6 +5408,16 @@ export var CreateDataSourceResponse$ = [3, n0, _CDSRrea,
5181
5408
  [_A, _DSIat, _CSre, _RI, _St],
5182
5409
  [0, 0, 0, 0, [1, 32]]
5183
5410
  ];
5411
+ export var CreateFlowRequest$ = [3, n0, _CFR,
5412
+ 0,
5413
+ [_AAI, _N, _FD, _D, _Per, _CTl],
5414
+ [[0, 1], 0, [() => SensitiveDocument, 0], 0, () => PermissionsList, [0, 4]], 3
5415
+ ];
5416
+ export var CreateFlowResponse$ = [3, n0, _CFRr,
5417
+ 0,
5418
+ [_A, _FIl, _RI, _St],
5419
+ [0, 0, 0, [1, 32]], 2
5420
+ ];
5184
5421
  export var CreateFolderMembershipRequest$ = [3, n0, _CFMR,
5185
5422
  0,
5186
5423
  [_AAI, _FI, _MI, _MT],
@@ -5191,12 +5428,12 @@ export var CreateFolderMembershipResponse$ = [3, n0, _CFMRr,
5191
5428
  [_St, _FM, _RI],
5192
5429
  [1, () => FolderMember$, 0]
5193
5430
  ];
5194
- export var CreateFolderRequest$ = [3, n0, _CFR,
5431
+ export var CreateFolderRequest$ = [3, n0, _CFRre,
5195
5432
  0,
5196
5433
  [_AAI, _FI, _N, _FT, _PFA, _Per, _Ta, _SMh],
5197
5434
  [[0, 1], [0, 1], 0, 0, 0, () => ResourcePermissionList, () => TagList, 0], 2
5198
5435
  ];
5199
- export var CreateFolderResponse$ = [3, n0, _CFRr,
5436
+ export var CreateFolderResponse$ = [3, n0, _CFRrea,
5200
5437
  0,
5201
5438
  [_St, _A, _FI, _RI],
5202
5439
  [[1, 32], 0, 0, 0]
@@ -5233,12 +5470,12 @@ export var CreateIAMPolicyAssignmentResponse$ = [3, n0, _CIAMPARr,
5233
5470
  ];
5234
5471
  export var CreateIngestionRequest$ = [3, n0, _CIRr,
5235
5472
  0,
5236
- [_DSI, _II, _AAI, _ITn],
5473
+ [_DSI, _IIn, _AAI, _ITn],
5237
5474
  [[0, 1], [0, 1], [0, 1], 0], 3
5238
5475
  ];
5239
5476
  export var CreateIngestionResponse$ = [3, n0, _CIRre,
5240
5477
  0,
5241
- [_A, _II, _ISn, _RI, _St],
5478
+ [_A, _IIn, _ISn, _RI, _St],
5242
5479
  [0, 0, 0, 0, [1, 32]]
5243
5480
  ];
5244
5481
  export var CreateNamespaceRequest$ = [3, n0, _CNR,
@@ -5251,6 +5488,16 @@ export var CreateNamespaceResponse$ = [3, n0, _CNRr,
5251
5488
  [_A, _N, _CR, _CSre, _ISd, _RI, _St],
5252
5489
  [0, 0, 0, 0, 0, 0, [1, 32]]
5253
5490
  ];
5491
+ export var CreateOAuthClientApplicationRequest$ = [3, n0, _COACAR,
5492
+ 0,
5493
+ [_AAI, _OACAI, _N, _OACAT, _CI, _CS, _OATEU, _OAAEU, _OAS, _DST, _IPVCP, _Ta],
5494
+ [[0, 1], 0, 0, 0, [() => OAuthClientId, 0], [() => OAuthClientSecret, 0], [() => OAuthTokenEndpointUrl, 0], [() => OAuthAuthorizationEndpointUrl, 0], 0, 0, () => VpcConnectionProperties$, () => TagList], 7
5495
+ ];
5496
+ export var CreateOAuthClientApplicationResponse$ = [3, n0, _COACARr,
5497
+ 0,
5498
+ [_A, _OACAI, _CSre, _RI, _St],
5499
+ [0, 0, 0, 0, [1, 32]]
5500
+ ];
5254
5501
  export var CreateRefreshScheduleRequest$ = [3, n0, _CRSR,
5255
5502
  0,
5256
5503
  [_DSI, _AAI, _Sch],
@@ -5271,6 +5518,16 @@ export var CreateRoleMembershipResponse$ = [3, n0, _CRMRr,
5271
5518
  [_RI, _St],
5272
5519
  [0, [1, 32]]
5273
5520
  ];
5521
+ export var CreateSpaceRequest$ = [3, n0, _CSR,
5522
+ 0,
5523
+ [_AAI, _SIp, _N, _D],
5524
+ [[0, 1], 0, 0, [() => SpaceDescription, 0]], 3
5525
+ ];
5526
+ export var CreateSpaceResponse$ = [3, n0, _CSRr,
5527
+ 0,
5528
+ [_sI, _sA, _RI],
5529
+ [0, 0, 0], 1
5530
+ ];
5274
5531
  export var CreateTemplateAliasRequest$ = [3, n0, _CTAR,
5275
5532
  0,
5276
5533
  [_AAI, _TIe, _ANl, _TVN],
@@ -5378,7 +5635,7 @@ export var CustomActionURLOperation$ = [3, n0, _CAURLO,
5378
5635
  ];
5379
5636
  export var CustomColor$ = [3, n0, _CCust,
5380
5637
  0,
5381
- [_Col, _FV, _SVp],
5638
+ [_Colo, _FV, _SVp],
5382
5639
  [0, [() => FieldValue, 0], 0], 1
5383
5640
  ];
5384
5641
  export var CustomConnectionParameters$ = [3, n0, _CCP,
@@ -5431,6 +5688,21 @@ export var CustomPermissions$ = [3, n0, _CPu,
5431
5688
  [_A, _CPN, _Cap],
5432
5689
  [0, 0, () => Capabilities$]
5433
5690
  ];
5691
+ export var CustomPromptInputParameters$ = [3, n0, _CPIP,
5692
+ 0,
5693
+ [_RLe, _OS, _Ide, _Ton, _CIu],
5694
+ [[() => StyleDescription, 0], [() => StyleDescription, 0], [() => StyleDescription, 0], [() => StyleDescription, 0], [() => StyleDescription, 0]]
5695
+ ];
5696
+ export var CustomPromptInterface$ = [3, n0, _CPI,
5697
+ 0,
5698
+ [_MPI, _SIub, _QAAI, _RLe, _OS, _Ide, _Ton, _CIu, _pS],
5699
+ [0, 0, 0, [() => StyleDescription, 0], [() => StyleDescription, 0], [() => StyleDescription, 0], [() => StyleDescription, 0], [() => StyleDescription, 0], [() => SensitiveText, 0]], 3
5700
+ ];
5701
+ export var CustomPromptProfile$ = [3, n0, _CPP,
5702
+ 0,
5703
+ [_MPI, _SIub, _QAAI],
5704
+ [0, 0, 0], 3
5705
+ ];
5434
5706
  export var CustomSql$ = [3, n0, _CSu,
5435
5707
  0,
5436
5708
  [_DSAa, _N, _SQ, _Colu],
@@ -5476,7 +5748,7 @@ export var DashboardSourceEntity$ = [3, n0, _DSE,
5476
5748
  [_STo],
5477
5749
  [() => DashboardSourceTemplate$]
5478
5750
  ];
5479
- export var DashboardSourceTemplate$ = [3, n0, _DST,
5751
+ export var DashboardSourceTemplate$ = [3, n0, _DSTa,
5480
5752
  0,
5481
5753
  [_DSR, _A],
5482
5754
  [() => DataSetReferenceList, 0], 2
@@ -5533,12 +5805,12 @@ export var DatabricksParameters$ = [3, n0, _DPa,
5533
5805
  ];
5534
5806
  export var DataColor$ = [3, n0, _DCa,
5535
5807
  0,
5536
- [_Col, _DVat],
5808
+ [_Colo, _DVat],
5537
5809
  [0, 1]
5538
5810
  ];
5539
5811
  export var DataColorPalette$ = [3, n0, _DCP,
5540
5812
  0,
5541
- [_Co, _MMG, _EFC],
5813
+ [_Col, _MMG, _EFC],
5542
5814
  [64 | 0, 64 | 0, 0]
5543
5815
  ];
5544
5816
  export var DataFieldBarSeriesItem$ = [3, n0, _DFBSI,
@@ -5568,7 +5840,7 @@ export var DataLabelType$ = [3, n0, _DLTa,
5568
5840
  ];
5569
5841
  export var DataPathColor$ = [3, n0, _DPCa,
5570
5842
  0,
5571
- [_El, _Col, _TG],
5843
+ [_El, _Colo, _TG],
5572
5844
  [() => DataPathValue$, 0, 0], 2
5573
5845
  ];
5574
5846
  export var DataPathLabelType$ = [3, n0, _DPLT,
@@ -5638,7 +5910,7 @@ export var DataQnAConfigurations$ = [3, n0, _DQAC,
5638
5910
  ];
5639
5911
  export var DataSet$ = [3, n0, _DSata,
5640
5912
  0,
5641
- [_A, _DSI, _N, _CT, _LUT, _PTM, _LTM, _OC, _IM, _CSCIB, _CGo, _FF, _RLPDS, _RLPTC, _CLPRo, _DSUC, _DP, _PCe, _UA, _DPC, _SMC],
5913
+ [_A, _DSI, _N, _CT, _LUT, _PTM, _LTM, _OC, _IM, _CSCIB, _CGo, _FF, _RLPDS, _RLPTC, _CLPRo, _DSUC, _DP, _PCe, _UAs, _DPC, _SMC],
5642
5914
  [0, 0, 0, 4, 4, [() => PhysicalTableMap, 0], [() => LogicalTableMap, 0], [() => OutputColumnList, 0], 0, 1, () => ColumnGroupList, () => FieldFolderMap, () => RowLevelPermissionDataSet$, [() => RowLevelPermissionTagConfiguration$, 0], () => ColumnLevelPermissionRuleList, () => DataSetUsageConfiguration$, () => DatasetParameterList, () => PerformanceConfiguration$, 0, [() => DataPrepConfiguration$, 0], [() => SemanticModelConfiguration$, 0]]
5643
5915
  ];
5644
5916
  export var DataSetColumnIdMapping$ = [3, n0, _DSCIM,
@@ -5673,7 +5945,7 @@ export var DataSetDateRangeFilterCondition$ = [3, n0, _DSDRFC,
5673
5945
  ];
5674
5946
  export var DataSetIdentifierDeclaration$ = [3, n0, _DSIDa,
5675
5947
  0,
5676
- [_Ide, _DSAat],
5948
+ [_Iden, _DSAat],
5677
5949
  [0, 0], 2
5678
5950
  ];
5679
5951
  export var DatasetMetadata$ = [3, n0, _DM,
@@ -5763,7 +6035,7 @@ export var DataSetStringListFilterValue$ = [3, n0, _DSSLFV,
5763
6035
  ];
5764
6036
  export var DataSetSummary$ = [3, n0, _DSSat,
5765
6037
  0,
5766
- [_A, _DSI, _N, _CT, _LUT, _IM, _RLPDS, _RLPDSM, _RLPTCA, _CLPRA, _UA],
6038
+ [_A, _DSI, _N, _CT, _LUT, _IM, _RLPDS, _RLPDSM, _RLPTCA, _CLPRA, _UAs],
5767
6039
  [0, 0, 0, 4, 4, 0, () => RowLevelPermissionDataSet$, () => RowLevelPermissionDataSetMap, 2, 2, 0]
5768
6040
  ];
5769
6041
  export var DataSetUsageConfiguration$ = [3, n0, _DSUC,
@@ -5773,7 +6045,7 @@ export var DataSetUsageConfiguration$ = [3, n0, _DSUC,
5773
6045
  ];
5774
6046
  export var DataSource$ = [3, n0, _DSatao,
5775
6047
  0,
5776
- [_A, _DSIat, _N, _T, _St, _CT, _LUT, _DSP, _ADSP, _VCP, _SP, _EI, _SA],
6048
+ [_A, _DSIat, _N, _T, _St, _CT, _LUT, _DSP, _ADSP, _VCP, _SPs, _EI, _SA],
5777
6049
  [0, 0, 0, 0, 0, 4, 4, () => DataSourceParameters$, () => DataSourceParametersList, () => VpcConnectionProperties$, () => SslProperties$, () => DataSourceErrorInfo$, 0]
5778
6050
  ];
5779
6051
  export var DataSourceCredentials$ = [3, n0, _DSCat,
@@ -5813,12 +6085,12 @@ export var DateAxisOptions$ = [3, n0, _DAO,
5813
6085
  ];
5814
6086
  export var DateDimensionField$ = [3, n0, _DDF,
5815
6087
  0,
5816
- [_FIi, _C, _DG, _HI, _FCor],
6088
+ [_FIi, _Co, _DG, _HI, _FCor],
5817
6089
  [0, () => ColumnIdentifier$, 0, 0, [() => DateTimeFormatConfiguration$, 0]], 2
5818
6090
  ];
5819
6091
  export var DateMeasureField$ = [3, n0, _DMF,
5820
6092
  0,
5821
- [_FIi, _C, _AFg, _FCor],
6093
+ [_FIi, _Co, _AFg, _FCor],
5822
6094
  [0, () => ColumnIdentifier$, 0, [() => DateTimeFormatConfiguration$, 0]], 2
5823
6095
  ];
5824
6096
  export var DateTimeDatasetParameter$ = [3, n0, _DTDP,
@@ -6031,12 +6303,22 @@ export var DeleteActionConnectorResponse$ = [3, n0, _DACRele,
6031
6303
  [_A, _ACI, _RI, _St],
6032
6304
  [0, 0, 0, [1, 32]]
6033
6305
  ];
6034
- export var DeleteAnalysisRequest$ = [3, n0, _DAR,
6306
+ export var DeleteAgentRequest$ = [3, n0, _DAR,
6307
+ 0,
6308
+ [_AIg, _AAI],
6309
+ [[0, 1], [0, 1]], 2
6310
+ ];
6311
+ export var DeleteAgentResponse$ = [3, n0, _DARe,
6312
+ 0,
6313
+ [_RI],
6314
+ [0]
6315
+ ];
6316
+ export var DeleteAnalysisRequest$ = [3, n0, _DARel,
6035
6317
  0,
6036
6318
  [_AAI, _AIn, _RWID, _FDWR],
6037
6319
  [[0, 1], [0, 1], [1, { [_hQ]: _rwid }], [2, { [_hQ]: _fdwr }]], 2
6038
6320
  ];
6039
- export var DeleteAnalysisResponse$ = [3, n0, _DARe,
6321
+ export var DeleteAnalysisResponse$ = [3, n0, _DARele,
6040
6322
  0,
6041
6323
  [_St, _A, _AIn, _DTe, _RI],
6042
6324
  [[1, 32], 0, 0, 4, 0]
@@ -6121,6 +6403,16 @@ export var DeleteDefaultQBusinessApplicationResponse$ = [3, n0, _DDQBARe,
6121
6403
  [_RI, _St],
6122
6404
  [0, [1, 32]]
6123
6405
  ];
6406
+ export var DeleteFlowRequest$ = [3, n0, _DFR,
6407
+ 0,
6408
+ [_AAI, _FIl],
6409
+ [[0, 1], [0, 1]], 2
6410
+ ];
6411
+ export var DeleteFlowResponse$ = [3, n0, _DFRe,
6412
+ 0,
6413
+ [_RI, _St],
6414
+ [0, [1, 32]]
6415
+ ];
6124
6416
  export var DeleteFolderMembershipRequest$ = [3, n0, _DFMR,
6125
6417
  0,
6126
6418
  [_AAI, _FI, _MI, _MT],
@@ -6131,12 +6423,12 @@ export var DeleteFolderMembershipResponse$ = [3, n0, _DFMRe,
6131
6423
  [_St, _RI],
6132
6424
  [1, 0]
6133
6425
  ];
6134
- export var DeleteFolderRequest$ = [3, n0, _DFR,
6426
+ export var DeleteFolderRequest$ = [3, n0, _DFRel,
6135
6427
  0,
6136
6428
  [_AAI, _FI],
6137
6429
  [[0, 1], [0, 1]], 2
6138
6430
  ];
6139
- export var DeleteFolderResponse$ = [3, n0, _DFRe,
6431
+ export var DeleteFolderResponse$ = [3, n0, _DFRele,
6140
6432
  0,
6141
6433
  [_St, _A, _FI, _RI],
6142
6434
  [[1, 32], 0, 0, 0]
@@ -6191,6 +6483,16 @@ export var DeleteNamespaceResponse$ = [3, n0, _DNRe,
6191
6483
  [_RI, _St],
6192
6484
  [0, [1, 32]]
6193
6485
  ];
6486
+ export var DeleteOAuthClientApplicationRequest$ = [3, n0, _DOACAR,
6487
+ 0,
6488
+ [_AAI, _OACAI],
6489
+ [[0, 1], [0, 1]], 2
6490
+ ];
6491
+ export var DeleteOAuthClientApplicationResponse$ = [3, n0, _DOACARe,
6492
+ 0,
6493
+ [_A, _OACAI, _RI, _St],
6494
+ [0, 0, 0, [1, 32]]
6495
+ ];
6194
6496
  export var DeleteRefreshScheduleRequest$ = [3, n0, _DRSR,
6195
6497
  0,
6196
6498
  [_DSI, _AAI, _SI],
@@ -6221,6 +6523,16 @@ export var DeleteRoleMembershipResponse$ = [3, n0, _DRMRe,
6221
6523
  [_RI, _St],
6222
6524
  [0, [1, 32]]
6223
6525
  ];
6526
+ export var DeleteSpaceRequest$ = [3, n0, _DSRe,
6527
+ 0,
6528
+ [_AAI, _SIp],
6529
+ [[0, 1], [0, 1]], 2
6530
+ ];
6531
+ export var DeleteSpaceResponse$ = [3, n0, _DSRel,
6532
+ 0,
6533
+ [_sI, _sA, _RI],
6534
+ [0, 0, 0], 1
6535
+ ];
6224
6536
  export var DeleteTemplateAliasRequest$ = [3, n0, _DTAR,
6225
6537
  0,
6226
6538
  [_AAI, _TIe, _ANl],
@@ -6381,6 +6693,26 @@ export var DescribeActionConnectorResponse$ = [3, n0, _DACRescri,
6381
6693
  [_ACc, _RI, _St],
6382
6694
  [[() => ActionConnector$, 0], 0, [1, 32]]
6383
6695
  ];
6696
+ export var DescribeAgentPermissionsRequest$ = [3, n0, _DAPR,
6697
+ 0,
6698
+ [_AIg, _AAI],
6699
+ [[0, 1], [0, 1]], 2
6700
+ ];
6701
+ export var DescribeAgentPermissionsResponse$ = [3, n0, _DAPRe,
6702
+ 0,
6703
+ [_A, _AIg, _Per, _RI],
6704
+ [0, 0, () => ResourcePermissionList, 0], 4
6705
+ ];
6706
+ export var DescribeAgentRequest$ = [3, n0, _DARes,
6707
+ 0,
6708
+ [_AIg, _AAI],
6709
+ [[0, 1], [0, 1]], 2
6710
+ ];
6711
+ export var DescribeAgentResponse$ = [3, n0, _DAResc,
6712
+ 0,
6713
+ [_Ag, _RI],
6714
+ [[() => Agent$, 0], 0], 1
6715
+ ];
6384
6716
  export var DescribeAnalysisDefinitionRequest$ = [3, n0, _DADR,
6385
6717
  0,
6386
6718
  [_AAI, _AIn],
@@ -6391,22 +6723,22 @@ export var DescribeAnalysisDefinitionResponse$ = [3, n0, _DADRe,
6391
6723
  [_AIn, _N, _Err, _RSes, _TA, _De, _St, _RI],
6392
6724
  [0, 0, () => AnalysisErrorList, 0, 0, [() => AnalysisDefinition$, 0], [1, 32], 0]
6393
6725
  ];
6394
- export var DescribeAnalysisPermissionsRequest$ = [3, n0, _DAPR,
6726
+ export var DescribeAnalysisPermissionsRequest$ = [3, n0, _DAPRes,
6395
6727
  0,
6396
6728
  [_AAI, _AIn],
6397
6729
  [[0, 1], [0, 1]], 2
6398
6730
  ];
6399
- export var DescribeAnalysisPermissionsResponse$ = [3, n0, _DAPRe,
6731
+ export var DescribeAnalysisPermissionsResponse$ = [3, n0, _DAPResc,
6400
6732
  0,
6401
6733
  [_AIn, _AAn, _Per, _St, _RI],
6402
6734
  [0, 0, () => UpdateResourcePermissionList, [1, 32], 0]
6403
6735
  ];
6404
- export var DescribeAnalysisRequest$ = [3, n0, _DARes,
6736
+ export var DescribeAnalysisRequest$ = [3, n0, _DARescr,
6405
6737
  0,
6406
6738
  [_AAI, _AIn],
6407
6739
  [[0, 1], [0, 1]], 2
6408
6740
  ];
6409
- export var DescribeAnalysisResponse$ = [3, n0, _DAResc,
6741
+ export var DescribeAnalysisResponse$ = [3, n0, _DARescri,
6410
6742
  0,
6411
6743
  [_An, _St, _RI],
6412
6744
  [() => Analysis$, [1, 32], 0]
@@ -6438,7 +6770,7 @@ export var DescribeAutomationJobRequest$ = [3, n0, _DAJR,
6438
6770
  ];
6439
6771
  export var DescribeAutomationJobResponse$ = [3, n0, _DAJRe,
6440
6772
  0,
6441
- [_A, _JS, _CAr, _SAt, _EAn, _IPn, _OPu, _RI],
6773
+ [_A, _JS, _CA, _SAt, _EAn, _IPn, _OPu, _RI],
6442
6774
  [0, 0, 4, 4, 4, [() => SensitiveIOPayload, 0], [() => SensitiveIOPayload, 0], 0], 2
6443
6775
  ];
6444
6776
  export var DescribeBrandAssignmentRequest$ = [3, n0, _DBARes,
@@ -6601,6 +6933,16 @@ export var DescribeDefaultQBusinessApplicationResponse$ = [3, n0, _DDQBAResc,
6601
6933
  [_RI, _St, _AIp],
6602
6934
  [0, [1, 32], 0]
6603
6935
  ];
6936
+ export var DescribeFlowRequest$ = [3, n0, _DFRes,
6937
+ 0,
6938
+ [_AAI, _FIl, _PS],
6939
+ [[0, 1], [0, 1], [0, { [_hQ]: _ps }]], 3
6940
+ ];
6941
+ export var DescribeFlowResponse$ = [3, n0, _DFResc,
6942
+ 0,
6943
+ [_Fl, _RI, _St],
6944
+ [[() => FlowDetail$, 0], 0, [1, 32]], 1
6945
+ ];
6604
6946
  export var DescribeFolderPermissionsRequest$ = [3, n0, _DFPR,
6605
6947
  0,
6606
6948
  [_AAI, _FI, _Na, _MR, _NT],
@@ -6611,7 +6953,7 @@ export var DescribeFolderPermissionsResponse$ = [3, n0, _DFPRe,
6611
6953
  [_St, _FI, _A, _Per, _RI, _NT],
6612
6954
  [[1, 32], 0, 0, () => ResourcePermissionList, 0, 0]
6613
6955
  ];
6614
- export var DescribeFolderRequest$ = [3, n0, _DFRes,
6956
+ export var DescribeFolderRequest$ = [3, n0, _DFRescr,
6615
6957
  0,
6616
6958
  [_AAI, _FI],
6617
6959
  [[0, 1], [0, 1]], 2
@@ -6626,7 +6968,7 @@ export var DescribeFolderResolvedPermissionsResponse$ = [3, n0, _DFRPRe,
6626
6968
  [_St, _FI, _A, _Per, _RI, _NT],
6627
6969
  [[1, 32], 0, 0, () => ResourcePermissionList, 0, 0]
6628
6970
  ];
6629
- export var DescribeFolderResponse$ = [3, n0, _DFResc,
6971
+ export var DescribeFolderResponse$ = [3, n0, _DFRescri,
6630
6972
  0,
6631
6973
  [_St, _Fol, _RI],
6632
6974
  [[1, 32], () => Folder$, 0]
@@ -6663,7 +7005,7 @@ export var DescribeIAMPolicyAssignmentResponse$ = [3, n0, _DIAMPAResc,
6663
7005
  ];
6664
7006
  export var DescribeIngestionRequest$ = [3, n0, _DIR,
6665
7007
  0,
6666
- [_AAI, _DSI, _II],
7008
+ [_AAI, _DSI, _IIn],
6667
7009
  [[0, 1], [0, 1], [0, 1]], 3
6668
7010
  ];
6669
7011
  export var DescribeIngestionResponse$ = [3, n0, _DIRe,
@@ -6701,6 +7043,16 @@ export var DescribeNamespaceResponse$ = [3, n0, _DNResc,
6701
7043
  [_Na, _RI, _St],
6702
7044
  [() => NamespaceInfoV2$, 0, [1, 32]]
6703
7045
  ];
7046
+ export var DescribeOAuthClientApplicationRequest$ = [3, n0, _DOACARes,
7047
+ 0,
7048
+ [_AAI, _OACAI],
7049
+ [[0, 1], [0, 1]], 2
7050
+ ];
7051
+ export var DescribeOAuthClientApplicationResponse$ = [3, n0, _DOACAResc,
7052
+ 0,
7053
+ [_OACA, _RI, _St],
7054
+ [[() => OAuthClientApplication$, 0], 0, [1, 32]]
7055
+ ];
6704
7056
  export var DescribeQPersonalizationConfigurationRequest$ = [3, n0, _DQPCR,
6705
7057
  0,
6706
7058
  [_AAI],
@@ -6751,6 +7103,26 @@ export var DescribeSelfUpgradeConfigurationResponse$ = [3, n0, _DSUCRe,
6751
7103
  [_SUC, _RI, _St],
6752
7104
  [() => SelfUpgradeConfiguration$, 0, [1, 32]]
6753
7105
  ];
7106
+ export var DescribeSpacePermissionsRequest$ = [3, n0, _DSPR,
7107
+ 0,
7108
+ [_AAI, _SIp],
7109
+ [[0, 1], [0, 1]], 2
7110
+ ];
7111
+ export var DescribeSpacePermissionsResponse$ = [3, n0, _DSPRe,
7112
+ 0,
7113
+ [_sI, _sA, _Per, _RI],
7114
+ [0, 0, () => ResourcePermissionList, 0], 1
7115
+ ];
7116
+ export var DescribeSpaceRequest$ = [3, n0, _DSRes,
7117
+ 0,
7118
+ [_AAI, _SIp, _MCa],
7119
+ [[0, 1], [0, 1], [1, { [_hQ]: _mC }]], 2
7120
+ ];
7121
+ export var DescribeSpaceResponse$ = [3, n0, _DSResc,
7122
+ 0,
7123
+ [_sI, _Spa, _sA, _Cont, _RI],
7124
+ [0, [() => SpaceDetails$, 0], 0, () => SpaceContributorList, 0], 2
7125
+ ];
6754
7126
  export var DescribeTemplateAliasRequest$ = [3, n0, _DTARes,
6755
7127
  0,
6756
7128
  [_AAI, _TIe, _ANl],
@@ -6903,7 +7275,7 @@ export var DimensionField$ = [3, n0, _DFim,
6903
7275
  ];
6904
7276
  export var DisplayFormatOptions$ = [3, n0, _DFO,
6905
7277
  0,
6906
- [_UBCF, _BCF, _DFa, _DSec, _GS, _UG, _FD, _P, _S, _US, _NF, _CSur],
7278
+ [_UBCF, _BCF, _DFa, _DSec, _GS, _UG, _FDr, _P, _S, _US, _NF, _CSur],
6907
7279
  [2, 0, 0, 0, 0, 2, 1, 0, 0, 0, () => NegativeFormat$, 0]
6908
7280
  ];
6909
7281
  export var DonutCenterOptions$ = [3, n0, _DCO,
@@ -6991,6 +7363,16 @@ export var FailedKeyRegistrationEntry$ = [3, n0, _FKRE,
6991
7363
  [_M, _SCt, _SFe, _KA],
6992
7364
  [0, 1, 2, 0], 3
6993
7365
  ];
7366
+ export var FailedSpaceResourceOperation$ = [3, n0, _FSRO,
7367
+ 0,
7368
+ [_RT, _EM, _RDes],
7369
+ [0, 0, () => SpaceQuickSightResourceDetails$], 2
7370
+ ];
7371
+ export var FailedToUpdateAssociation$ = [3, n0, _FTUA,
7372
+ 0,
7373
+ [_A, _EM, _EC],
7374
+ [0, 0, 0]
7375
+ ];
6994
7376
  export var FieldBarSeriesItem$ = [3, n0, _FBSI,
6995
7377
  0,
6996
7378
  [_FIi, _Set],
@@ -7171,6 +7553,11 @@ export var FilterTextFieldControl$ = [3, n0, _FTFC,
7171
7553
  [_FCI, _SFI, _Tit, _DOi, _CTFT],
7172
7554
  [0, 0, 0, () => TextFieldControlDisplayOptions$, () => ControlTitleFormatText$], 2
7173
7555
  ];
7556
+ export var FlowDetail$ = [3, n0, _FDl,
7557
+ 0,
7558
+ [_A, _FIl, _N, _PS, _CT, _FD, _D, _CB, _LUT, _LUB, _SAte],
7559
+ [0, 0, 0, 0, 4, [() => SensitiveDocument, 0], 0, 0, 4, 0, () => StepAliasList], 6
7560
+ ];
7174
7561
  export var FlowSummary$ = [3, n0, _FSl,
7175
7562
  0,
7176
7563
  [_A, _FIl, _N, _CT, _D, _CB, _LUT, _LUB, _PS, _RCu, _UCs, _LPB, _LPA],
@@ -7253,12 +7640,12 @@ export var FreeFormLayoutElement$ = [3, n0, _FFLE,
7253
7640
  ];
7254
7641
  export var FreeFormLayoutElementBackgroundStyle$ = [3, n0, _FFLEBS,
7255
7642
  0,
7256
- [_Vi, _Col],
7643
+ [_Vi, _Colo],
7257
7644
  [0, 0]
7258
7645
  ];
7259
7646
  export var FreeFormLayoutElementBorderStyle$ = [3, n0, _FFLEBSr,
7260
7647
  0,
7261
- [_Vi, _Col, _W],
7648
+ [_Vi, _Colo, _W],
7262
7649
  [0, 0, 0]
7263
7650
  ];
7264
7651
  export var FreeFormLayoutScreenCanvasSizeOptions$ = [3, n0, _FFLSCSO,
@@ -7353,7 +7740,7 @@ export var GeneratedAnswerResult$ = [3, n0, _GAR,
7353
7740
  ];
7354
7741
  export var GenerateEmbedUrlForAnonymousUserRequest$ = [3, n0, _GEUFAUR,
7355
7742
  0,
7356
- [_AAI, _Na, _ARA, _EC, _SLIM, _STes, _ADl],
7743
+ [_AAI, _Na, _ARA, _ECx, _SLIM, _STes, _ADl],
7357
7744
  [[0, 1], 0, 64 | 0, () => AnonymousUserEmbeddingExperienceConfiguration$, 1, [() => SessionTagList, 0], 64 | 0], 4
7358
7745
  ];
7359
7746
  export var GenerateEmbedUrlForAnonymousUserResponse$ = [3, n0, _GEUFAURe,
@@ -7363,7 +7750,7 @@ export var GenerateEmbedUrlForAnonymousUserResponse$ = [3, n0, _GEUFAURe,
7363
7750
  ];
7364
7751
  export var GenerateEmbedUrlForRegisteredUserRequest$ = [3, n0, _GEUFRUR,
7365
7752
  0,
7366
- [_AAI, _UAs, _EC, _SLIM, _ADl],
7753
+ [_AAI, _UAse, _ECx, _SLIM, _ADl],
7367
7754
  [[0, 1], 0, () => RegisteredUserEmbeddingExperienceConfiguration$, 1, 64 | 0], 3
7368
7755
  ];
7369
7756
  export var GenerateEmbedUrlForRegisteredUserResponse$ = [3, n0, _GEUFRURe,
@@ -7373,7 +7760,7 @@ export var GenerateEmbedUrlForRegisteredUserResponse$ = [3, n0, _GEUFRURe,
7373
7760
  ];
7374
7761
  export var GenerateEmbedUrlForRegisteredUserWithIdentityRequest$ = [3, n0, _GEUFRUWIR,
7375
7762
  0,
7376
- [_AAI, _EC, _SLIM, _ADl],
7763
+ [_AAI, _ECx, _SLIM, _ADl],
7377
7764
  [[0, 1], () => RegisteredUserEmbeddingExperienceConfiguration$, 1, 64 | 0], 2
7378
7765
  ];
7379
7766
  export var GenerateEmbedUrlForRegisteredUserWithIdentityResponse$ = [3, n0, _GEUFRUWIRe,
@@ -7403,7 +7790,7 @@ export var GeospatialCategoricalColor$ = [3, n0, _GCCe,
7403
7790
  ];
7404
7791
  export var GeospatialCategoricalDataColor$ = [3, n0, _GCDC,
7405
7792
  0,
7406
- [_Col, _DVat],
7793
+ [_Colo, _DVat],
7407
7794
  [0, 0], 2
7408
7795
  ];
7409
7796
  export var GeospatialCircleRadius$ = [3, n0, _GCR,
@@ -7443,12 +7830,12 @@ export var GeospatialGradientColor$ = [3, n0, _GGC,
7443
7830
  ];
7444
7831
  export var GeospatialGradientStepColor$ = [3, n0, _GGSC,
7445
7832
  0,
7446
- [_Col, _DVat],
7833
+ [_Colo, _DVat],
7447
7834
  [0, 1], 2
7448
7835
  ];
7449
7836
  export var GeospatialHeatmapColorScale$ = [3, n0, _GHCS,
7450
7837
  0,
7451
- [_Co],
7838
+ [_Col],
7452
7839
  [() => GeospatialHeatmapDataColorList]
7453
7840
  ];
7454
7841
  export var GeospatialHeatmapConfiguration$ = [3, n0, _GHC,
@@ -7458,7 +7845,7 @@ export var GeospatialHeatmapConfiguration$ = [3, n0, _GHC,
7458
7845
  ];
7459
7846
  export var GeospatialHeatmapDataColor$ = [3, n0, _GHDC,
7460
7847
  0,
7461
- [_Col],
7848
+ [_Colo],
7462
7849
  [0], 1
7463
7850
  ];
7464
7851
  export var GeospatialLayerColorField$ = [3, n0, _GLCF,
@@ -7508,7 +7895,7 @@ export var GeospatialLineWidth$ = [3, n0, _GLW,
7508
7895
  ];
7509
7896
  export var GeospatialMapAggregatedFieldWells$ = [3, n0, _GMAFW,
7510
7897
  0,
7511
- [_Ge, _Va, _Co],
7898
+ [_Ge, _Va, _Col],
7512
7899
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList]
7513
7900
  ];
7514
7901
  export var GeospatialMapConfiguration$ = [3, n0, _GMC,
@@ -7583,7 +7970,7 @@ export var GeospatialPolygonSymbolStyle$ = [3, n0, _GPSS,
7583
7970
  ];
7584
7971
  export var GeospatialSolidColor$ = [3, n0, _GSC,
7585
7972
  0,
7586
- [_Col, _Sta],
7973
+ [_Colo, _Sta],
7587
7974
  [0, 0], 1
7588
7975
  ];
7589
7976
  export var GeospatialStaticFileSource$ = [3, n0, _GSFS,
@@ -7598,7 +7985,7 @@ export var GeospatialWindowOptions$ = [3, n0, _GWO,
7598
7985
  ];
7599
7986
  export var GetDashboardEmbedUrlRequest$ = [3, n0, _GDEUR,
7600
7987
  0,
7601
- [_AAI, _DI, _ITd, _SLIM, _URD, _RDes, _SPE, _UAs, _Na, _ADI],
7988
+ [_AAI, _DI, _ITd, _SLIM, _URD, _RDese, _SPE, _UAse, _Na, _ADI],
7602
7989
  [[0, 1], [0, 1], [0, { [_hQ]: _ct }], [1, { [_hQ]: _sl }], [2, { [_hQ]: _urd }], [2, { [_hQ]: _rd }], [2, { [_hQ]: _spe }], [0, { [_hQ]: _ua }], [0, { [_hQ]: _n }], [64 | 0, { [_hQ]: _adi }]], 3
7603
7990
  ];
7604
7991
  export var GetDashboardEmbedUrlResponse$ = [3, n0, _GDEURe,
@@ -7633,12 +8020,12 @@ export var GetIdentityContextRequest$ = [3, n0, _GICR,
7633
8020
  ];
7634
8021
  export var GetIdentityContextResponse$ = [3, n0, _GICRe,
7635
8022
  0,
7636
- [_St, _RI, _Cont],
8023
+ [_St, _RI, _Conte],
7637
8024
  [[1, 32], 0, 0], 2
7638
8025
  ];
7639
8026
  export var GetSessionEmbedUrlRequest$ = [3, n0, _GSEUR,
7640
8027
  0,
7641
- [_AAI, _EPn, _SLIM, _UAs],
8028
+ [_AAI, _EPn, _SLIM, _UAse],
7642
8029
  [[0, 1], [0, { [_hQ]: _ep }], [1, { [_hQ]: _sl }], [0, { [_hQ]: _ua }]], 1
7643
8030
  ];
7644
8031
  export var GetSessionEmbedUrlResponse$ = [3, n0, _GSEURe,
@@ -7658,7 +8045,7 @@ export var GradientColor$ = [3, n0, _GCr,
7658
8045
  ];
7659
8046
  export var GradientStop$ = [3, n0, _GSr,
7660
8047
  0,
7661
- [_GO, _DVat, _Col],
8048
+ [_GO, _DVat, _Colo],
7662
8049
  [1, 1, 0], 1
7663
8050
  ];
7664
8051
  export var GridLayoutCanvasSizeOptions$ = [3, n0, _GLCSO,
@@ -7678,12 +8065,12 @@ export var GridLayoutElement$ = [3, n0, _GLE,
7678
8065
  ];
7679
8066
  export var GridLayoutElementBackgroundStyle$ = [3, n0, _GLEBS,
7680
8067
  0,
7681
- [_Vi, _Col],
8068
+ [_Vi, _Colo],
7682
8069
  [0, 0]
7683
8070
  ];
7684
8071
  export var GridLayoutElementBorderStyle$ = [3, n0, _GLEBSr,
7685
8072
  0,
7686
- [_Vi, _Col, _W],
8073
+ [_Vi, _Colo, _W],
7687
8074
  [0, 0, 0]
7688
8075
  ];
7689
8076
  export var GridLayoutScreenCanvasSizeOptions$ = [3, n0, _GLSCSO,
@@ -7786,9 +8173,9 @@ export var IAMPolicyAssignmentSummary$ = [3, n0, _IAMPAS,
7786
8173
  [_ANs, _ASs],
7787
8174
  [0, 0]
7788
8175
  ];
7789
- export var Identifier$ = [3, n0, _Ide,
8176
+ export var Identifier$ = [3, n0, _Iden,
7790
8177
  0,
7791
- [_Iden],
8178
+ [_Ide],
7792
8179
  [0], 1
7793
8180
  ];
7794
8181
  export var IdentityCenterConfiguration$ = [3, n0, _ICC,
@@ -7863,7 +8250,7 @@ export var IncrementalRefresh$ = [3, n0, _IR,
7863
8250
  ];
7864
8251
  export var Ingestion$ = [3, n0, _Ing,
7865
8252
  0,
7866
- [_A, _ISn, _CT, _II, _EI, _RIow, _QIu, _ITIS, _ISIB, _RSeq, _RTe],
8253
+ [_A, _ISn, _CT, _IIn, _EI, _RIow, _QIu, _ITIS, _ISIB, _RSeq, _RTe],
7867
8254
  [0, 0, 4, 0, () => ErrorInfo$, () => RowInfo$, () => QueueInfo$, 1, 1, 0, 0], 3
7868
8255
  ];
7869
8256
  export var InlineCustomInstruction$ = [3, n0, _ICI,
@@ -7993,7 +8380,7 @@ export var KPIFieldWells$ = [3, n0, _KPIFW,
7993
8380
  ];
7994
8381
  export var KPIOptions$ = [3, n0, _KPIO,
7995
8382
  0,
7996
- [_PBr, _TAr, _SVec, _Comp, _PVDT, _PVFC, _SVFC, _Spa, _VLOi],
8383
+ [_PBr, _TAr, _SVec, _Comp, _PVDT, _PVFC, _SVFC, _Spar, _VLOi],
7997
8384
  [() => ProgressBarOptions$, () => TrendArrowOptions$, () => SecondaryValueOptions$, () => ComparisonConfiguration$, 0, () => FontConfiguration$, () => FontConfiguration$, () => KPISparklineOptions$, () => KPIVisualLayoutOptions$]
7998
8385
  ];
7999
8386
  export var KPIPrimaryValueConditionalFormatting$ = [3, n0, _KPIPVCF,
@@ -8013,7 +8400,7 @@ export var KPISortConfiguration$ = [3, n0, _KPISC,
8013
8400
  ];
8014
8401
  export var KPISparklineOptions$ = [3, n0, _KPISO,
8015
8402
  0,
8016
- [_T, _Vi, _Col, _TVo],
8403
+ [_T, _Vi, _Colo, _TVo],
8017
8404
  [0, 0, 0, 0], 1
8018
8405
  ];
8019
8406
  export var KPIVisual$ = [3, n0, _KPIV,
@@ -8068,7 +8455,7 @@ export var LegendOptions$ = [3, n0, _LOeg,
8068
8455
  ];
8069
8456
  export var LineChartAggregatedFieldWells$ = [3, n0, _LCAFW,
8070
8457
  0,
8071
- [_Ca, _Va, _Co, _SM],
8458
+ [_Ca, _Va, _Col, _SM],
8072
8459
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList, () => SmallMultiplesDimensionFieldList]
8073
8460
  ];
8074
8461
  export var LineChartConfiguration$ = [3, n0, _LCC,
@@ -8093,7 +8480,7 @@ export var LineChartLineStyleSettings$ = [3, n0, _LCLSS,
8093
8480
  ];
8094
8481
  export var LineChartMarkerStyleSettings$ = [3, n0, _LCMSS,
8095
8482
  0,
8096
- [_MVa, _MSar, _MSark, _MCa],
8483
+ [_MVa, _MSar, _MSark, _MCar],
8097
8484
  [0, 0, 0, 0]
8098
8485
  ];
8099
8486
  export var LineChartSeriesSettings$ = [3, n0, _LCSS,
@@ -8131,12 +8518,22 @@ export var ListActionConnectorsResponse$ = [3, n0, _LACRi,
8131
8518
  [_ACSc, _NT, _RI, _St],
8132
8519
  [[() => ActionConnectorSummaryList, 0], 0, 0, [1, 32]], 1
8133
8520
  ];
8134
- export var ListAnalysesRequest$ = [3, n0, _LAR,
8521
+ export var ListAgentsRequest$ = [3, n0, _LAR,
8522
+ 0,
8523
+ [_AAI, _MR, _NT],
8524
+ [[0, 1], [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 1
8525
+ ];
8526
+ export var ListAgentsResponse$ = [3, n0, _LARi,
8527
+ 0,
8528
+ [_ASgen, _RI, _NT],
8529
+ [() => AgentSummaries, 0, 0], 1
8530
+ ];
8531
+ export var ListAnalysesRequest$ = [3, n0, _LARis,
8135
8532
  0,
8136
8533
  [_AAI, _NT, _MR],
8137
8534
  [[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
8138
8535
  ];
8139
- export var ListAnalysesResponse$ = [3, n0, _LARi,
8536
+ export var ListAnalysesResponse$ = [3, n0, _LARist,
8140
8537
  0,
8141
8538
  [_ASL, _NT, _St, _RI],
8142
8539
  [() => AnalysisSummaryList, 0, [1, 32], 0]
@@ -8346,6 +8743,16 @@ export var ListNamespacesResponse$ = [3, n0, _LNRi,
8346
8743
  [_Nam, _NT, _RI, _St],
8347
8744
  [() => Namespaces, 0, 0, [1, 32]]
8348
8745
  ];
8746
+ export var ListOAuthClientApplicationsRequest$ = [3, n0, _LOACAR,
8747
+ 0,
8748
+ [_AAI, _NT, _MR],
8749
+ [[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
8750
+ ];
8751
+ export var ListOAuthClientApplicationsResponse$ = [3, n0, _LOACARi,
8752
+ 0,
8753
+ [_OACAu, _NT, _RI, _St],
8754
+ [() => OAuthClientApplicationSummaryList, 0, 0, [1, 32]]
8755
+ ];
8349
8756
  export var ListRefreshSchedulesRequest$ = [3, n0, _LRSR,
8350
8757
  0,
8351
8758
  [_AAI, _DSI],
@@ -8376,6 +8783,26 @@ export var ListSelfUpgradesResponse$ = [3, n0, _LSURi,
8376
8783
  [_SURD, _NT, _RI, _St],
8377
8784
  [() => SelfUpgradeRequestDetailList, 0, 0, [1, 32]]
8378
8785
  ];
8786
+ export var ListSpaceResourcesRequest$ = [3, n0, _LSRR,
8787
+ 0,
8788
+ [_AAI, _SIp],
8789
+ [[0, 1], [0, 1]], 2
8790
+ ];
8791
+ export var ListSpaceResourcesResponse$ = [3, n0, _LSRRi,
8792
+ 0,
8793
+ [_sI, _SRp, _sA, _RI],
8794
+ [0, () => SpaceResourceSummaries, 0, 0], 2
8795
+ ];
8796
+ export var ListSpacesRequest$ = [3, n0, _LSR,
8797
+ 0,
8798
+ [_AAI, _NT, _MR],
8799
+ [[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
8800
+ ];
8801
+ export var ListSpacesResponse$ = [3, n0, _LSRi,
8802
+ 0,
8803
+ [_sI, _SSp, _sA, _NT, _RI],
8804
+ [0, [() => SpaceSummaries, 0], 0, 0, 0], 2
8805
+ ];
8379
8806
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
8380
8807
  0,
8381
8808
  [_RAeso],
@@ -8623,7 +9050,7 @@ export var NamedEntityDefinition$ = [3, n0, _NED,
8623
9050
  ];
8624
9051
  export var NamedEntityDefinitionMetric$ = [3, n0, _NEDM,
8625
9052
  0,
8626
- [_Ag, _AFP],
9053
+ [_Agg, _AFP],
8627
9054
  [0, 128 | 0]
8628
9055
  ];
8629
9056
  export var NamedEntityRef$ = [3, n0, _NER,
@@ -8658,12 +9085,12 @@ export var NegativeValueConfiguration$ = [3, n0, _NVCe,
8658
9085
  ];
8659
9086
  export var NestedFilter$ = [3, n0, _NFe,
8660
9087
  0,
8661
- [_FIil, _C, _IIS, _IF],
9088
+ [_FIil, _Co, _IIS, _IF],
8662
9089
  [0, () => ColumnIdentifier$, 2, () => InnerFilter$], 4
8663
9090
  ];
8664
9091
  export var NetworkInterface$ = [3, n0, _NI,
8665
9092
  0,
8666
- [_SIub, _AZ, _EM, _St, _NII],
9093
+ [_SIubn, _AZ, _EM, _St, _NII],
8667
9094
  [0, 0, 0, 0, 0]
8668
9095
  ];
8669
9096
  export var NewDefaultValues$ = [3, n0, _NDVe,
@@ -8698,12 +9125,12 @@ export var NumericalAggregationFunction$ = [3, n0, _NAF,
8698
9125
  ];
8699
9126
  export var NumericalDimensionField$ = [3, n0, _NDF,
8700
9127
  0,
8701
- [_FIi, _C, _HI, _FCor],
9128
+ [_FIi, _Co, _HI, _FCor],
8702
9129
  [0, () => ColumnIdentifier$, 0, [() => NumberFormatConfiguration$, 0]], 2
8703
9130
  ];
8704
9131
  export var NumericalMeasureField$ = [3, n0, _NMF,
8705
9132
  0,
8706
- [_FIi, _C, _AFg, _FCor],
9133
+ [_FIi, _Co, _AFg, _FCor],
8707
9134
  [0, () => ColumnIdentifier$, () => NumericalAggregationFunction$, [() => NumberFormatConfiguration$, 0]], 2
8708
9135
  ];
8709
9136
  export var NumericAxisOptions$ = [3, n0, _NAO,
@@ -8713,12 +9140,12 @@ export var NumericAxisOptions$ = [3, n0, _NAO,
8713
9140
  ];
8714
9141
  export var NumericEqualityDrillDownFilter$ = [3, n0, _NEDDF,
8715
9142
  0,
8716
- [_C, _V],
9143
+ [_Co, _V],
8717
9144
  [() => ColumnIdentifier$, 1], 2
8718
9145
  ];
8719
9146
  export var NumericEqualityFilter$ = [3, n0, _NEF,
8720
9147
  0,
8721
- [_FIil, _C, _MO, _NO, _V, _SAOe, _AFg, _PN, _DFCC],
9148
+ [_FIil, _Co, _MO, _NO, _V, _SAOe, _AFg, _PN, _DFCC],
8722
9149
  [0, () => ColumnIdentifier$, 0, 0, 1, 0, () => AggregationFunction$, 0, () => DefaultFilterControlConfiguration$], 4
8723
9150
  ];
8724
9151
  export var NumericFormatConfiguration$ = [3, n0, _NFC,
@@ -8728,7 +9155,7 @@ export var NumericFormatConfiguration$ = [3, n0, _NFC,
8728
9155
  ];
8729
9156
  export var NumericRangeFilter$ = [3, n0, _NRF,
8730
9157
  0,
8731
- [_FIil, _C, _NO, _IMn, _IMnc, _RM, _RMa, _SAOe, _AFg, _DFCC],
9158
+ [_FIil, _Co, _NO, _IMn, _IMnc, _RM, _RMa, _SAOe, _AFg, _DFCC],
8732
9159
  [0, () => ColumnIdentifier$, 0, 2, 2, () => NumericRangeFilterValue$, () => NumericRangeFilterValue$, 0, () => AggregationFunction$, () => DefaultFilterControlConfiguration$], 3
8733
9160
  ];
8734
9161
  export var NumericRangeFilterValue$ = [3, n0, _NRFV,
@@ -8741,6 +9168,16 @@ export var NumericSeparatorConfiguration$ = [3, n0, _NSC,
8741
9168
  [_DSec, _TSh],
8742
9169
  [0, () => ThousandSeparatorOptions$]
8743
9170
  ];
9171
+ export var OAuthClientApplication$ = [3, n0, _OACA,
9172
+ 0,
9173
+ [_OACAI, _N, _OACAT, _OATEU, _OAAEU, _OAS, _DST, _IPVCP, _CT, _LUT, _A],
9174
+ [0, 0, 0, [() => OAuthTokenEndpointUrl, 0], [() => OAuthAuthorizationEndpointUrl, 0], 0, 0, () => VpcConnectionProperties$, 4, 4, 0]
9175
+ ];
9176
+ export var OAuthClientApplicationSummary$ = [3, n0, _OACAS,
9177
+ 0,
9178
+ [_OACAI, _N, _OACAT, _DST, _IPVCP, _CT, _LUT, _A],
9179
+ [0, 0, 0, 0, () => VpcConnectionProperties$, 4, 4, 0]
9180
+ ];
8744
9181
  export var OAuthClientCredentials$ = [3, n0, _OACC,
8745
9182
  0,
8746
9183
  [_CI, _CS, _U],
@@ -8748,7 +9185,7 @@ export var OAuthClientCredentials$ = [3, n0, _OACC,
8748
9185
  ];
8749
9186
  export var OAuthParameters$ = [3, n0, _OAP,
8750
9187
  0,
8751
- [_TPU, _OAS, _IPVCP, _IPRU, _IPCACBSU],
9188
+ [_TPU, _OASu, _IPVCP, _IPRU, _IPCACBSU],
8752
9189
  [0, 0, () => VpcConnectionProperties$, 0, 0], 1
8753
9190
  ];
8754
9191
  export var OracleParameters$ = [3, n0, _OPr,
@@ -9008,7 +9445,7 @@ export var PivotTableRowsLabelOptions$ = [3, n0, _PTRLO,
9008
9445
  ];
9009
9446
  export var PivotTableSortBy$ = [3, n0, _PTSB,
9010
9447
  0,
9011
- [_Fie, _C, _DPata],
9448
+ [_Fie, _Co, _DPata],
9012
9449
  [() => FieldSort$, () => ColumnSort$, [() => DataPathSort$, 0]]
9013
9450
  ];
9014
9451
  export var PivotTableSortConfiguration$ = [3, n0, _PTSC,
@@ -9148,7 +9585,7 @@ export var QuickSuiteActionsOption$ = [3, n0, _QSAO,
9148
9585
  ];
9149
9586
  export var RadarChartAggregatedFieldWells$ = [3, n0, _RCAFW,
9150
9587
  0,
9151
- [_Ca, _Col, _Va],
9588
+ [_Ca, _Colo, _Va],
9152
9589
  [() => RadarChartCategoryFieldList, () => RadarChartColorFieldList, () => RadarChartValuesFieldList]
9153
9590
  ];
9154
9591
  export var RadarChartAreaStyleSettings$ = [3, n0, _RCASS,
@@ -9158,7 +9595,7 @@ export var RadarChartAreaStyleSettings$ = [3, n0, _RCASS,
9158
9595
  ];
9159
9596
  export var RadarChartConfiguration$ = [3, n0, _RCC,
9160
9597
  0,
9161
- [_FW, _SCo, _Sha, _BSS, _SAta, _VP, _ABCV, _ABEC, _ABOC, _CA, _CLO, _CAol, _CLOo, _Le, _ARS, _I],
9598
+ [_FW, _SCo, _Sha, _BSS, _SAta, _VP, _ABCV, _ABEC, _ABOC, _CAa, _CLO, _CAol, _CLOo, _Le, _ARS, _I],
9162
9599
  [() => RadarChartFieldWells$, () => RadarChartSortConfiguration$, 0, () => RadarChartSeriesSettings$, 1, () => VisualPalette$, 0, 0, 0, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => LegendOptions$, 0, () => VisualInteractionOptions$]
9163
9600
  ];
9164
9601
  export var RadarChartFieldWells$ = [3, n0, _RCFW,
@@ -9193,7 +9630,7 @@ export var RangeEndsLabelType$ = [3, n0, _RELT,
9193
9630
  ];
9194
9631
  export var RdsParameters$ = [3, n0, _RP,
9195
9632
  0,
9196
- [_IIn, _Dat],
9633
+ [_IIns, _Dat],
9197
9634
  [0, 0], 2
9198
9635
  ];
9199
9636
  export var ReadAPIKeyConnectionMetadata$ = [3, n0, _RAPIKCM,
@@ -9256,7 +9693,7 @@ export var RedshiftParameters$ = [3, n0, _RPe,
9256
9693
  [_Dat, _H, _Po, _CIl, _IAMP, _ICC],
9257
9694
  [0, 0, 1, 0, () => RedshiftIAMParameters$, () => IdentityCenterConfiguration$], 1
9258
9695
  ];
9259
- export var ReferenceLine$ = [3, n0, _RLe,
9696
+ export var ReferenceLine$ = [3, n0, _RLef,
9260
9697
  0,
9261
9698
  [_DCat, _St, _SCty, _LCabe],
9262
9699
  [() => ReferenceLineDataConfiguration$, 0, () => ReferenceLineStyleConfiguration$, () => ReferenceLineLabelConfiguration$], 1
@@ -9273,7 +9710,7 @@ export var ReferenceLineDataConfiguration$ = [3, n0, _RLDC,
9273
9710
  ];
9274
9711
  export var ReferenceLineDynamicDataConfiguration$ = [3, n0, _RLDDC,
9275
9712
  0,
9276
- [_C, _Cal, _MAF],
9713
+ [_Co, _Cal, _MAF],
9277
9714
  [() => ColumnIdentifier$, () => NumericalAggregationFunction$, () => AggregationFunction$], 2
9278
9715
  ];
9279
9716
  export var ReferenceLineLabelConfiguration$ = [3, n0, _RLLC,
@@ -9288,7 +9725,7 @@ export var ReferenceLineStaticDataConfiguration$ = [3, n0, _RLSDC,
9288
9725
  ];
9289
9726
  export var ReferenceLineStyleConfiguration$ = [3, n0, _RLSC,
9290
9727
  0,
9291
- [_Patt, _Col],
9728
+ [_Patt, _Colo],
9292
9729
  [0, 0]
9293
9730
  ];
9294
9731
  export var ReferenceLineValueLabelConfiguration$ = [3, n0, _RLVLC,
@@ -9393,7 +9830,7 @@ export var RelationalTable$ = [3, n0, _RTel,
9393
9830
  ];
9394
9831
  export var RelativeDatesFilter$ = [3, n0, _RDF,
9395
9832
  0,
9396
- [_FIil, _C, _ADC, _TG, _RDTe, _NO, _MG, _RDV, _PN, _EPC, _DFCC],
9833
+ [_FIil, _Co, _ADC, _TG, _RDTe, _NO, _MG, _RDV, _PN, _EPC, _DFCC],
9397
9834
  [0, () => ColumnIdentifier$, () => AnchorDateConfiguration$, 0, 0, 0, 0, 1, 0, () => ExcludePeriodConfiguration$, () => DefaultFilterControlConfiguration$], 6
9398
9835
  ];
9399
9836
  export var RelativeDateTimeControlDisplayOptions$ = [3, n0, _RDTCDO,
@@ -9576,12 +10013,22 @@ export var SearchActionConnectorsResponse$ = [3, n0, _SACRe,
9576
10013
  [_NT, _RI, _St, _ACSc],
9577
10014
  [0, 0, [1, 32], [() => ActionConnectorSummaryList, 0]]
9578
10015
  ];
9579
- export var SearchAnalysesRequest$ = [3, n0, _SAR,
10016
+ export var SearchAgentsRequest$ = [3, n0, _SAR,
10017
+ 0,
10018
+ [_AAI, _Fi, _MR, _NT],
10019
+ [[0, 1], () => AgentSearchFilterList, [1, { [_hQ]: _mr }], [0, { [_hQ]: _nt }]], 2
10020
+ ];
10021
+ export var SearchAgentsResponse$ = [3, n0, _SARe,
10022
+ 0,
10023
+ [_ASgen, _NT, _RI],
10024
+ [() => AgentSummaryList, 0, 0]
10025
+ ];
10026
+ export var SearchAnalysesRequest$ = [3, n0, _SARea,
9580
10027
  0,
9581
10028
  [_AAI, _Fi, _NT, _MR],
9582
10029
  [[0, 1], () => AnalysisSearchFilterList, 0, 1], 2
9583
10030
  ];
9584
- export var SearchAnalysesResponse$ = [3, n0, _SARe,
10031
+ export var SearchAnalysesResponse$ = [3, n0, _SARear,
9585
10032
  0,
9586
10033
  [_ASL, _NT, _St, _RI],
9587
10034
  [() => AnalysisSummaryList, 0, [1, 32], 0]
@@ -9651,6 +10098,16 @@ export var SearchGroupsResponse$ = [3, n0, _SGRe,
9651
10098
  [_GLr, _NT, _RI, _St],
9652
10099
  [() => GroupList, 0, 0, [1, 32]]
9653
10100
  ];
10101
+ export var SearchSpacesRequest$ = [3, n0, _SSR,
10102
+ 0,
10103
+ [_AAI, _Fi, _NT, _MR],
10104
+ [[0, 1], () => SpaceQuicksightSearchFilters, 0, 1], 2
10105
+ ];
10106
+ export var SearchSpacesResponse$ = [3, n0, _SSRe,
10107
+ 0,
10108
+ [_sI, _SSp, _sA, _NT, _RI],
10109
+ [0, [() => SpaceSummaries, 0], 0, 0, 0], 2
10110
+ ];
9654
10111
  export var SearchTopicsRequest$ = [3, n0, _STR,
9655
10112
  0,
9656
10113
  [_AAI, _Fi, _NT, _MR],
@@ -9731,12 +10188,12 @@ export var SemanticModelConfiguration$ = [3, n0, _SMC,
9731
10188
  [_TM, _SMe],
9732
10189
  [[() => SemanticTableMap, 0], [() => DataSetSemanticMetadataList, 0]]
9733
10190
  ];
9734
- export var SemanticTable$ = [3, n0, _STem,
10191
+ export var SemanticTable$ = [3, n0, _STema,
9735
10192
  0,
9736
10193
  [_Al, _DTI, _RLPC, _SMe],
9737
10194
  [0, 0, [() => RowLevelPermissionConfiguration$, 0], [() => TableSemanticMetadata$, 0]], 2
9738
10195
  ];
9739
- export var SemanticType$ = [3, n0, _STe,
10196
+ export var SemanticType$ = [3, n0, _STem,
9740
10197
  0,
9741
10198
  [_TNy, _STN, _TPy, _TCV, _TCVS, _FCVa, _FCVS],
9742
10199
  [0, 0, 128 | 0, [() => SensitiveString, 0], [() => SensitiveStringList, 0], [() => SensitiveString, 0], [() => SensitiveStringList, 0]]
@@ -9783,7 +10240,7 @@ export var Sheet$ = [3, n0, _She,
9783
10240
  ];
9784
10241
  export var SheetBackgroundStyle$ = [3, n0, _SBSh,
9785
10242
  0,
9786
- [_Col, _G],
10243
+ [_Colo, _G],
9787
10244
  [0, 0]
9788
10245
  ];
9789
10246
  export var SheetControlInfoIconLabelOptions$ = [3, n0, _SCIILO,
@@ -9898,7 +10355,7 @@ export var SignupResponse$ = [3, n0, _SRi,
9898
10355
  ];
9899
10356
  export var SimpleClusterMarker$ = [3, n0, _SCM,
9900
10357
  0,
9901
- [_Col],
10358
+ [_Colo],
9902
10359
  [0]
9903
10360
  ];
9904
10361
  export var SingleAxisOptions$ = [3, n0, _SAO,
@@ -9943,7 +10400,7 @@ export var SnapshotConfiguration$ = [3, n0, _SCn,
9943
10400
  ];
9944
10401
  export var SnapshotDestinationConfiguration$ = [3, n0, _SDC,
9945
10402
  0,
9946
- [_SDe],
10403
+ [_SDes],
9947
10404
  [() => SnapshotS3DestinationConfigurationList]
9948
10405
  ];
9949
10406
  export var SnapshotFile$ = [3, n0, _SFn,
@@ -10011,6 +10468,41 @@ export var SourceTable$ = [3, n0, _STou,
10011
10468
  [_PTI, _DSata],
10012
10469
  [0, () => ParentDataSet$]
10013
10470
  ];
10471
+ export var SpaceContributor$ = [3, n0, _SCp,
10472
+ 0,
10473
+ [_rFSB, _uN, _p],
10474
+ [1, 0, 1], 1
10475
+ ];
10476
+ export var SpaceDetails$ = [3, n0, _SDpa,
10477
+ 0,
10478
+ [_na, _d, _re, _cA, _uA, _cSS, _cSDC, _cB, _cBA],
10479
+ [0, [() => SpaceDescription, 0], () => SpaceQuickSightResources, 4, 4, 1, 1, 0, 0]
10480
+ ];
10481
+ export var SpaceQuickSightResource$ = [3, n0, _SQSR,
10482
+ 0,
10483
+ [_rT, _rD],
10484
+ [0, () => SpaceQuickSightResourceDetails$], 2
10485
+ ];
10486
+ export var SpaceQuicksightSearchFilter$ = [3, n0, _SQSF,
10487
+ 0,
10488
+ [_na, _o, _v],
10489
+ [0, 0, 0], 3
10490
+ ];
10491
+ export var SpaceResourceOperation$ = [3, n0, _SRO,
10492
+ 0,
10493
+ [_RT, _RDes],
10494
+ [0, () => SpaceQuickSightResourceDetails$], 2
10495
+ ];
10496
+ export var SpaceResourceSummary$ = [3, n0, _SRS,
10497
+ 0,
10498
+ [_RT, _RDes, _RNe, _UA],
10499
+ [0, () => SpaceQuickSightResourceDetails$, 0, 4], 2
10500
+ ];
10501
+ export var SpaceSummary$ = [3, n0, _SSpa,
10502
+ 0,
10503
+ [_sI, _sA, _na, _d, _uA, _cSS, _cSDC, _cA, _cB, _cBA, _rC],
10504
+ [0, 0, 0, [() => SpaceDescription, 0], 4, 1, 1, 4, 0, 0, 1], 1
10505
+ ];
10014
10506
  export var Spacing$ = [3, n0, _Spac,
10015
10507
  0,
10016
10508
  [_Top_, _Bot, _Lef, _Ri],
@@ -10036,7 +10528,7 @@ export var SqlServerParameters$ = [3, n0, _SSP,
10036
10528
  [_H, _Po, _Dat],
10037
10529
  [0, 1, 0], 3
10038
10530
  ];
10039
- export var SslProperties$ = [3, n0, _SP,
10531
+ export var SslProperties$ = [3, n0, _SPs,
10040
10532
  0,
10041
10533
  [_DSi],
10042
10534
  [2]
@@ -10121,6 +10613,11 @@ export var StaticFileUrlSourceOptions$ = [3, n0, _SFUSO,
10121
10613
  [_Ur],
10122
10614
  [0], 1
10123
10615
  ];
10616
+ export var StepAliasMapping$ = [3, n0, _SAM,
10617
+ 0,
10618
+ [_SIt, _SAtep],
10619
+ [0, 0], 2
10620
+ ];
10124
10621
  export var StringDatasetParameter$ = [3, n0, _SDP,
10125
10622
  0,
10126
10623
  [_Id_, _N, _VTa, _DVef],
@@ -10178,7 +10675,7 @@ export var TableAggregatedFieldWells$ = [3, n0, _TAFW,
10178
10675
  ];
10179
10676
  export var TableBorderOptions$ = [3, n0, _TBO,
10180
10677
  0,
10181
- [_Col, _Thi, _Sty],
10678
+ [_Colo, _Thi, _Sty],
10182
10679
  [0, 1, 0]
10183
10680
  ];
10184
10681
  export var TableCellConditionalFormatting$ = [3, n0, _TCCF,
@@ -10258,7 +10755,7 @@ export var TableFieldWells$ = [3, n0, _TFW,
10258
10755
  ];
10259
10756
  export var TableInlineVisualization$ = [3, n0, _TIVa,
10260
10757
  0,
10261
- [_DB, _Spar],
10758
+ [_DB, _Spark],
10262
10759
  [() => DataBarsOptions$, () => SparklinesOptions$]
10263
10760
  ];
10264
10761
  export var TableOptions$ = [3, n0, _TOa,
@@ -10483,17 +10980,17 @@ export var TimeBasedForecastProperties$ = [3, n0, _TBFP,
10483
10980
  ];
10484
10981
  export var TimeEqualityFilter$ = [3, n0, _TEF,
10485
10982
  0,
10486
- [_FIil, _C, _V, _PN, _TG, _RD, _DFCC],
10983
+ [_FIil, _Co, _V, _PN, _TG, _RD, _DFCC],
10487
10984
  [0, () => ColumnIdentifier$, 4, 0, 0, [() => RollingDateConfiguration$, 0], () => DefaultFilterControlConfiguration$], 2
10488
10985
  ];
10489
10986
  export var TimeRangeDrillDownFilter$ = [3, n0, _TRDDF,
10490
10987
  0,
10491
- [_C, _RM, _RMa, _TG],
10988
+ [_Co, _RM, _RMa, _TG],
10492
10989
  [() => ColumnIdentifier$, 4, 4, 0], 4
10493
10990
  ];
10494
10991
  export var TimeRangeFilter$ = [3, n0, _TRF,
10495
10992
  0,
10496
- [_FIil, _C, _NO, _IMn, _IMnc, _RMV, _RMVa, _EPC, _TG, _DFCC],
10993
+ [_FIil, _Co, _NO, _IMn, _IMnc, _RMV, _RMVa, _EPC, _TG, _DFCC],
10497
10994
  [0, () => ColumnIdentifier$, 0, 2, 2, [() => TimeRangeFilterValue$, 0], [() => TimeRangeFilterValue$, 0], () => ExcludePeriodConfiguration$, 0, () => DefaultFilterControlConfiguration$], 3
10498
10995
  ];
10499
10996
  export var TimeRangeFilterValue$ = [3, n0, _TRFV,
@@ -10518,7 +11015,7 @@ export var TooltipSheetDefinition$ = [3, n0, _TSD,
10518
11015
  ];
10519
11016
  export var TopBottomFilter$ = [3, n0, _TBF,
10520
11017
  0,
10521
- [_FIil, _C, _ASCg, _Li, _TG, _PN, _DFCC],
11018
+ [_FIil, _Co, _ASCg, _Li, _TG, _PN, _DFCC],
10522
11019
  [0, () => ColumnIdentifier$, () => AggregationSortConfigurationList, 1, 0, 0, () => DefaultFilterControlConfiguration$], 3
10523
11020
  ];
10524
11021
  export var TopBottomMoversComputation$ = [3, n0, _TBMC,
@@ -10533,7 +11030,7 @@ export var TopBottomRankedComputation$ = [3, n0, _TBRC,
10533
11030
  ];
10534
11031
  export var TopicCalculatedField$ = [3, n0, _TCFo,
10535
11032
  0,
10536
- [_CFN, _Ex, _CFD, _CFS, _IIIT, _DIis, _CDRo, _TG, _DFe, _Ag, _CO, _STe, _AAl, _NAA, _NAIF, _CVSe, _NAo],
11033
+ [_CFN, _Ex, _CFD, _CFS, _IIIT, _DIis, _CDRo, _TG, _DFe, _Agg, _CO, _STem, _AAl, _NAA, _NAIF, _CVSe, _NAo],
10537
11034
  [0, [() => Expression, 0], 0, 64 | 0, 2, 2, 0, 0, () => DefaultFormatting$, 0, () => ComparativeOrder$, [() => SemanticType$, 0], 64 | 0, 64 | 0, 2, () => CellValueSynonyms, 2], 2
10538
11035
  ];
10539
11036
  export var TopicCategoryFilter$ = [3, n0, _TCFop,
@@ -10548,7 +11045,7 @@ export var TopicCategoryFilterConstant$ = [3, n0, _TCFC,
10548
11045
  ];
10549
11046
  export var TopicColumn$ = [3, n0, _TCo,
10550
11047
  0,
10551
- [_CN, _CFNo, _CD, _CSolumny, _CDRo, _Ag, _IIIT, _DIis, _CO, _STe, _TG, _AAl, _NAA, _DFe, _NAIF, _CVSe, _NAo],
11048
+ [_CN, _CFNo, _CD, _CSolumny, _CDRo, _Agg, _IIIT, _DIis, _CO, _STem, _TG, _AAl, _NAA, _DFe, _NAIF, _CVSe, _NAo],
10552
11049
  [0, 0, 0, 64 | 0, 0, 0, 2, 2, () => ComparativeOrder$, [() => SemanticType$, 0], 0, 64 | 0, 64 | 0, () => DefaultFormatting$, 2, () => CellValueSynonyms, 2], 1
10553
11050
  ];
10554
11051
  export var TopicConfigOptions$ = [3, n0, _TCOo,
@@ -10593,7 +11090,7 @@ export var TopicIRContributionAnalysis$ = [3, n0, _TIRCA,
10593
11090
  ];
10594
11091
  export var TopicIRFilterOption$ = [3, n0, _TIRFO,
10595
11092
  0,
10596
- [_FTi, _FCilte, _OF, _Fu, _Cons, _Inv, _NFu, _Ag, _AFP, _APB, _R, _Inc, _TG, _LNO, _AMg, _TBL, _SDo, _Anc],
11093
+ [_FTi, _FCilte, _OF, _Fu, _Cons, _Inv, _NFu, _Agg, _AFP, _APB, _R, _Inc, _TG, _LNO, _AMg, _TBL, _SDo, _Anc],
10597
11094
  [0, 0, () => Identifier$, 0, () => TopicConstantValue$, 2, 0, 0, 128 | 0, () => AggregationPartitionByList, () => TopicConstantValue$, 2, 0, () => TopicConstantValue$, () => FilterAggMetricsList, () => TopicConstantValue$, 0, () => Anchor$]
10598
11095
  ];
10599
11096
  export var TopicIRGroupBy$ = [3, n0, _TIRGB,
@@ -10618,12 +11115,12 @@ export var TopicNullFilter$ = [3, n0, _TNF,
10618
11115
  ];
10619
11116
  export var TopicNumericEqualityFilter$ = [3, n0, _TNEF,
10620
11117
  0,
10621
- [_Cons, _Ag],
11118
+ [_Cons, _Agg],
10622
11119
  [[() => TopicSingularFilterConstant$, 0], 0]
10623
11120
  ];
10624
11121
  export var TopicNumericRangeFilter$ = [3, n0, _TNRF,
10625
11122
  0,
10626
- [_Inc, _Cons, _Ag],
11123
+ [_Inc, _Cons, _Agg],
10627
11124
  [2, [() => TopicRangeFilterConstant$, 0], 0]
10628
11125
  ];
10629
11126
  export var TopicRangeFilterConstant$ = [3, n0, _TRFC,
@@ -10713,7 +11210,7 @@ export var TransformOperationSource$ = [3, n0, _TOS,
10713
11210
  ];
10714
11211
  export var TransformStep$ = [3, n0, _TSr,
10715
11212
  0,
10716
- [_ITS, _PSr, _FSilt, _CCSr, _RCS, _CCTS, _JSo, _ASg, _PSi, _USn, _ASp],
11213
+ [_ITS, _PSr, _FSilt, _CCSr, _RCS, _CCTS, _JSo, _ASgg, _PSi, _USn, _ASp],
10717
11214
  [() => ImportTableOperation$, () => ProjectOperation$, [() => FiltersOperation$, 0], [() => CreateColumnsOperation$, 0], () => RenameColumnsOperation$, () => CastColumnTypesOperation$, [() => JoinOperation$, 0], () => AggregateOperation$, () => PivotOperation$, () => UnpivotOperation$, () => AppendOperation$]
10718
11215
  ];
10719
11216
  export var TransposedTableOption$ = [3, n0, _TTOr,
@@ -10723,7 +11220,7 @@ export var TransposedTableOption$ = [3, n0, _TTOr,
10723
11220
  ];
10724
11221
  export var TreeMapAggregatedFieldWells$ = [3, n0, _TMAFW,
10725
11222
  0,
10726
- [_Gro, _Siz, _Co],
11223
+ [_Gro, _Siz, _Col],
10727
11224
  [() => TreeMapDimensionFieldList, () => TreeMapMeasureFieldList, () => TreeMapMeasureFieldList]
10728
11225
  ];
10729
11226
  export var TreeMapConfiguration$ = [3, n0, _TMC,
@@ -10773,7 +11270,7 @@ export var UIColorPalette$ = [3, n0, _UICP,
10773
11270
  ];
10774
11271
  export var UnaggregatedField$ = [3, n0, _UF,
10775
11272
  0,
10776
- [_FIi, _C, _FCor],
11273
+ [_FIi, _Co, _FCor],
10777
11274
  [0, () => ColumnIdentifier$, [() => FormatConfiguration$, 0]], 2
10778
11275
  ];
10779
11276
  export var UniqueKey$ = [3, n0, _UK,
@@ -10856,22 +11353,42 @@ export var UpdateActionConnectorResponse$ = [3, n0, _UACRpda,
10856
11353
  [_A, _ACI, _RI, _USpd, _St],
10857
11354
  [0, 0, 0, 0, [1, 32]]
10858
11355
  ];
10859
- export var UpdateAnalysisPermissionsRequest$ = [3, n0, _UAPR,
11356
+ export var UpdateAgentPermissionsRequest$ = [3, n0, _UAPR,
11357
+ 0,
11358
+ [_AIg, _AAI, _GPr, _RPev],
11359
+ [[0, 1], [0, 1], () => UpdateAgentPermissionsRequestGrantPermissionsList, () => UpdateAgentPermissionsRequestRevokePermissionsList], 2
11360
+ ];
11361
+ export var UpdateAgentPermissionsResponse$ = [3, n0, _UAPRp,
11362
+ 0,
11363
+ [_A, _AIg, _RI, _Per],
11364
+ [0, 0, 0, () => ResourcePermissionList], 2
11365
+ ];
11366
+ export var UpdateAgentRequest$ = [3, n0, _UAR,
11367
+ 0,
11368
+ [_AIg, _AAI, _N, _D, _II, _SP, _WM, _CPIu, _STAp, _STRp, _ACTA, _ACTR],
11369
+ [[0, 1], [0, 1], 0, 0, 0, [() => StarterPromptList, 0], [() => WelcomeMessage, 0], [() => CustomPromptInput$, 0], 64 | 0, 64 | 0, 64 | 0, 64 | 0], 3
11370
+ ];
11371
+ export var UpdateAgentResponse$ = [3, n0, _UARp,
11372
+ 0,
11373
+ [_A, _AIg, _ASg, _FTAS, _FTRS, _FTAAC, _FTRAC, _RI],
11374
+ [0, 0, 0, () => FailedToUpdateAssociationList, () => FailedToUpdateAssociationList, () => FailedToUpdateAssociationList, () => FailedToUpdateAssociationList, 0], 3
11375
+ ];
11376
+ export var UpdateAnalysisPermissionsRequest$ = [3, n0, _UAPRpd,
10860
11377
  0,
10861
11378
  [_AAI, _AIn, _GPr, _RPev],
10862
11379
  [[0, 1], [0, 1], () => UpdateResourcePermissionList, () => UpdateResourcePermissionList], 2
10863
11380
  ];
10864
- export var UpdateAnalysisPermissionsResponse$ = [3, n0, _UAPRp,
11381
+ export var UpdateAnalysisPermissionsResponse$ = [3, n0, _UAPRpda,
10865
11382
  0,
10866
11383
  [_AAn, _AIn, _Per, _RI, _St],
10867
11384
  [0, 0, () => UpdateResourcePermissionList, 0, [1, 32]]
10868
11385
  ];
10869
- export var UpdateAnalysisRequest$ = [3, n0, _UAR,
11386
+ export var UpdateAnalysisRequest$ = [3, n0, _UARpd,
10870
11387
  0,
10871
11388
  [_AAI, _AIn, _N, _Par, _SE, _TA, _De, _VSa],
10872
11389
  [[0, 1], [0, 1], 0, [() => _Parameters$, 0], () => AnalysisSourceEntity$, 0, [() => AnalysisDefinition$, 0], () => ValidationStrategy$], 3
10873
11390
  ];
10874
- export var UpdateAnalysisResponse$ = [3, n0, _UARp,
11391
+ export var UpdateAnalysisResponse$ = [3, n0, _UARpda,
10875
11392
  0,
10876
11393
  [_A, _AIn, _USpd, _St, _RI],
10877
11394
  [0, 0, 0, [1, 32], 0]
@@ -10993,7 +11510,7 @@ export var UpdateDataSetRequest$ = [3, n0, _UDSR,
10993
11510
  ];
10994
11511
  export var UpdateDataSetResponse$ = [3, n0, _UDSRp,
10995
11512
  0,
10996
- [_A, _DSI, _IAng, _II, _RI, _St],
11513
+ [_A, _DSI, _IAng, _IIn, _RI, _St],
10997
11514
  [0, 0, 0, 0, 0, [1, 32]]
10998
11515
  ];
10999
11516
  export var UpdateDataSourcePermissionsRequest$ = [3, n0, _UDSPRpd,
@@ -11008,7 +11525,7 @@ export var UpdateDataSourcePermissionsResponse$ = [3, n0, _UDSPRpda,
11008
11525
  ];
11009
11526
  export var UpdateDataSourceRequest$ = [3, n0, _UDSRpd,
11010
11527
  0,
11011
- [_AAI, _DSIat, _N, _DSP, _Cr, _VCP, _SP],
11528
+ [_AAI, _DSIat, _N, _DSP, _Cr, _VCP, _SPs],
11012
11529
  [[0, 1], [0, 1], 0, () => DataSourceParameters$, [() => DataSourceCredentials$, 0], () => VpcConnectionProperties$, () => SslProperties$], 3
11013
11530
  ];
11014
11531
  export var UpdateDataSourceResponse$ = [3, n0, _UDSRpda,
@@ -11036,6 +11553,16 @@ export var UpdateFlowPermissionsOutput$ = [3, n0, _UFPO,
11036
11553
  [_A, _Per, _RI, _FIl, _St],
11037
11554
  [0, () => PermissionsList, 0, 0, [1, 32]], 4
11038
11555
  ];
11556
+ export var UpdateFlowRequest$ = [3, n0, _UFR,
11557
+ 0,
11558
+ [_AAI, _FIl, _N, _D, _FD, _CTl],
11559
+ [[0, 1], [0, 1], 0, 0, [() => SensitiveDocument, 0], [0, 4]], 2
11560
+ ];
11561
+ export var UpdateFlowResponse$ = [3, n0, _UFRp,
11562
+ 0,
11563
+ [_A, _FIl, _RI, _St],
11564
+ [0, 0, 0, [1, 32]], 2
11565
+ ];
11039
11566
  export var UpdateFolderPermissionsRequest$ = [3, n0, _UFPR,
11040
11567
  0,
11041
11568
  [_AAI, _FI, _GPr, _RPev],
@@ -11046,12 +11573,12 @@ export var UpdateFolderPermissionsResponse$ = [3, n0, _UFPRp,
11046
11573
  [_St, _A, _FI, _Per, _RI],
11047
11574
  [1, 0, 0, () => ResourcePermissionList, 0]
11048
11575
  ];
11049
- export var UpdateFolderRequest$ = [3, n0, _UFR,
11576
+ export var UpdateFolderRequest$ = [3, n0, _UFRpd,
11050
11577
  0,
11051
11578
  [_AAI, _FI, _N],
11052
11579
  [[0, 1], [0, 1], 0], 3
11053
11580
  ];
11054
- export var UpdateFolderResponse$ = [3, n0, _UFRp,
11581
+ export var UpdateFolderResponse$ = [3, n0, _UFRpda,
11055
11582
  0,
11056
11583
  [_St, _A, _FI, _RI],
11057
11584
  [[1, 32], 0, 0, 0]
@@ -11106,6 +11633,16 @@ export var UpdateKeyRegistrationResponse$ = [3, n0, _UKRRp,
11106
11633
  [_FKR, _SKR, _RI],
11107
11634
  [() => FailedKeyRegistrationEntries, () => SuccessfulKeyRegistrationEntries, 0]
11108
11635
  ];
11636
+ export var UpdateOAuthClientApplicationRequest$ = [3, n0, _UOACAR,
11637
+ 0,
11638
+ [_AAI, _OACAI, _N, _CI, _CS, _OATEU, _OAAEU, _OAS, _DST, _IPVCP],
11639
+ [[0, 1], [0, 1], 0, [() => OAuthClientId, 0], [() => OAuthClientSecret, 0], [() => OAuthTokenEndpointUrl, 0], [() => OAuthAuthorizationEndpointUrl, 0], 0, 0, () => VpcConnectionProperties$], 3
11640
+ ];
11641
+ export var UpdateOAuthClientApplicationResponse$ = [3, n0, _UOACARp,
11642
+ 0,
11643
+ [_A, _OACAI, _USpd, _RI, _St],
11644
+ [0, 0, 0, 0, [1, 32]]
11645
+ ];
11109
11646
  export var UpdatePublicSharingSettingsRequest$ = [3, n0, _UPSSR,
11110
11647
  0,
11111
11648
  [_AAI, _PSE],
@@ -11176,6 +11713,36 @@ export var UpdateSelfUpgradeResponse$ = [3, n0, _USURp,
11176
11713
  [_SURDe, _RI, _St],
11177
11714
  [() => SelfUpgradeRequestDetail$, 0, [1, 32]]
11178
11715
  ];
11716
+ export var UpdateSpacePermissionsRequest$ = [3, n0, _USPR,
11717
+ 0,
11718
+ [_AAI, _SIp, _GPr, _RPev],
11719
+ [[0, 1], [0, 1], () => ResourcePermissionList, () => ResourcePermissionList], 2
11720
+ ];
11721
+ export var UpdateSpacePermissionsResponse$ = [3, n0, _USPRp,
11722
+ 0,
11723
+ [_sI, _sA, _pe, _rI],
11724
+ [0, 0, () => ResourcePermissionList, 0], 1
11725
+ ];
11726
+ export var UpdateSpaceRequest$ = [3, n0, _USR,
11727
+ 0,
11728
+ [_AAI, _SIp, _N, _D],
11729
+ [[0, 1], [0, 1], 0, [() => SpaceDescription, 0]], 2
11730
+ ];
11731
+ export var UpdateSpaceResourcesRequest$ = [3, n0, _USRR,
11732
+ 0,
11733
+ [_AAI, _SIp, _ARd, _RRem],
11734
+ [[0, 1], [0, 1], () => SpaceResourceOperations, () => SpaceResourceOperations], 2
11735
+ ];
11736
+ export var UpdateSpaceResourcesResponse$ = [3, n0, _USRRp,
11737
+ 0,
11738
+ [_sI, _sA, _FRO, _RI],
11739
+ [0, 0, () => FailedSpaceResourceOperations, 0], 1
11740
+ ];
11741
+ export var UpdateSpaceResponse$ = [3, n0, _USRp,
11742
+ 0,
11743
+ [_sI, _sA, _RI],
11744
+ [0, 0, 0], 1
11745
+ ];
11179
11746
  export var UpdateSPICECapacityConfigurationRequest$ = [3, n0, _USPICECCR,
11180
11747
  0,
11181
11748
  [_AAI, _PMu],
@@ -11483,7 +12050,7 @@ export var WhatIfPointScenario$ = [3, n0, _WIPS,
11483
12050
  ];
11484
12051
  export var WhatIfRangeScenario$ = [3, n0, _WIRS,
11485
12052
  0,
11486
- [_SDt, _EDn, _V],
12053
+ [_SDta, _EDn, _V],
11487
12054
  [4, 4, 1], 3
11488
12055
  ];
11489
12056
  export var WordCloudAggregatedFieldWells$ = [3, n0, _WCAFWo,
@@ -11535,7 +12102,18 @@ var ActiveIAMPolicyAssignmentList = [1, n0, _AIAMPAL,
11535
12102
  0, () => ActiveIAMPolicyAssignment$
11536
12103
  ];
11537
12104
  var AdditionalDashboardIdList = 64 | 0;
11538
- var AggregationList = [1, n0, _AL,
12105
+ var AgentActionConnectorsList = 64 | 0;
12106
+ var AgentSearchFilterList = [1, n0, _ASFL,
12107
+ 0, () => AgentSearchFilter$
12108
+ ];
12109
+ var AgentSpacesList = 64 | 0;
12110
+ var AgentSummaries = [1, n0, _ASgen,
12111
+ 0, () => AgentSummary$
12112
+ ];
12113
+ var AgentSummaryList = [1, n0, _ASLg,
12114
+ 0, () => AgentSummary$
12115
+ ];
12116
+ var AggregationList = [1, n0, _ALg,
11539
12117
  0, () => Aggregation$
11540
12118
  ];
11541
12119
  var AggregationPartitionByList = [1, n0, _APBL,
@@ -11547,7 +12125,7 @@ var AggregationSortConfigurationList = [1, n0, _ASCL,
11547
12125
  var AnalysisErrorList = [1, n0, _AEL,
11548
12126
  0, () => AnalysisError$
11549
12127
  ];
11550
- var AnalysisSearchFilterList = [1, n0, _ASFL,
12128
+ var AnalysisSearchFilterList = [1, n0, _ASFLn,
11551
12129
  0, () => AnalysisSearchFilter$
11552
12130
  ];
11553
12131
  var AnalysisSummaryList = [1, n0, _ASL,
@@ -11793,6 +12371,8 @@ var ContributorDimensionList = [1, n0, _CDL,
11793
12371
  var ControlSortConfigurationList = [1, n0, _CSCLo,
11794
12372
  0, () => ControlSortConfiguration$
11795
12373
  ];
12374
+ var CreateAgentRequestActionConnectorsList = 64 | 0;
12375
+ var CreateAgentRequestSpacesList = 64 | 0;
11796
12376
  var CreateTopicReviewedAnswers = [1, n0, _CTRAr,
11797
12377
  0, [() => CreateTopicReviewedAnswer$,
11798
12378
  0]
@@ -11918,6 +12498,12 @@ var ExplicitHierarchyColumnList = [1, n0, _EHCL,
11918
12498
  var FailedKeyRegistrationEntries = [1, n0, _FKREa,
11919
12499
  0, () => FailedKeyRegistrationEntry$
11920
12500
  ];
12501
+ var FailedSpaceResourceOperations = [1, n0, _FSROa,
12502
+ 0, () => FailedSpaceResourceOperation$
12503
+ ];
12504
+ var FailedToUpdateAssociationList = [1, n0, _FTUAL,
12505
+ 0, () => FailedToUpdateAssociation$
12506
+ ];
11921
12507
  var FieldOrderList = 64 | 0;
11922
12508
  var FieldSortOptionsList = [1, n0, _FSOL,
11923
12509
  0, () => FieldSortOptions$
@@ -12098,6 +12684,9 @@ var NetworkInterfaceList = [1, n0, _NIL,
12098
12684
  0, () => NetworkInterface$
12099
12685
  ];
12100
12686
  var NonRepeatingVisualsList = 64 | 0;
12687
+ var OAuthClientApplicationSummaryList = [1, n0, _OACASL,
12688
+ 0, () => OAuthClientApplicationSummary$
12689
+ ];
12101
12690
  var OperandList = [1, n0, _OL,
12102
12691
  0, () => Identifier$
12103
12692
  ];
@@ -12307,16 +12896,41 @@ var SnapshotJobS3ResultList = [1, n0, _SJSRL,
12307
12896
  var SnapshotS3DestinationConfigurationList = [1, n0, _SSDCL,
12308
12897
  0, () => SnapshotS3DestinationConfiguration$
12309
12898
  ];
12899
+ var SpaceContributorList = [1, n0, _SCLp,
12900
+ 0, () => SpaceContributor$
12901
+ ];
12902
+ var SpaceQuickSightResources = [1, n0, _SQSRp,
12903
+ 0, () => SpaceQuickSightResource$
12904
+ ];
12905
+ var SpaceQuicksightSearchFilters = [1, n0, _SQSFp,
12906
+ 0, () => SpaceQuicksightSearchFilter$
12907
+ ];
12908
+ var SpaceResourceOperations = [1, n0, _SROp,
12909
+ 0, () => SpaceResourceOperation$
12910
+ ];
12911
+ var SpaceResourceSummaries = [1, n0, _SRSp,
12912
+ 0, () => SpaceResourceSummary$
12913
+ ];
12914
+ var SpaceSummaries = [1, n0, _SSp,
12915
+ 0, [() => SpaceSummary$,
12916
+ 0]
12917
+ ];
12918
+ var StarterPromptList = [1, n0, _SPL,
12919
+ 8, 0
12920
+ ];
12310
12921
  var StaticFileList = [1, n0, _SFLt,
12311
12922
  0, () => StaticFile$
12312
12923
  ];
12924
+ var StepAliasList = [1, n0, _SAL,
12925
+ 0, () => StepAliasMapping$
12926
+ ];
12313
12927
  var StringDatasetParameterValueList = 64 | 0;
12314
12928
  var StringDefaultValueList = [1, n0, _SDVL,
12315
12929
  0, [() => SensitiveStringObject,
12316
12930
  0]
12317
12931
  ];
12318
12932
  var StringList = 64 | 0;
12319
- var StringParameterList = [1, n0, _SPL,
12933
+ var StringParameterList = [1, n0, _SPLt,
12320
12934
  0, [() => StringParameter$,
12321
12935
  0]
12322
12936
  ];
@@ -12459,6 +13073,16 @@ var UniqueKeyColumnNameList = 64 | 0;
12459
13073
  var UniqueKeyList = [1, n0, _UKL,
12460
13074
  0, () => UniqueKey$
12461
13075
  ];
13076
+ var UpdateAgentPermissionsRequestGrantPermissionsList = [1, n0, _UAPRGPL,
13077
+ 0, () => ResourcePermission$
13078
+ ];
13079
+ var UpdateAgentPermissionsRequestRevokePermissionsList = [1, n0, _UAPRRPL,
13080
+ 0, () => ResourcePermission$
13081
+ ];
13082
+ var UpdateAgentRequestActionConnectorsToAddList = 64 | 0;
13083
+ var UpdateAgentRequestActionConnectorsToRemoveList = 64 | 0;
13084
+ var UpdateAgentRequestSpacesToAddList = 64 | 0;
13085
+ var UpdateAgentRequestSpacesToRemoveList = 64 | 0;
12462
13086
  var UpdateFlowPermissionsInputGrantPermissionsList = [1, n0, _UFPIGPL,
12463
13087
  0, () => Permission$
12464
13088
  ];
@@ -12555,6 +13179,11 @@ export var ClientCredentialsDetails$ = [4, n0, _CCD,
12555
13179
  [_CCGD],
12556
13180
  [[() => ClientCredentialsGrantDetails$, 0]]
12557
13181
  ];
13182
+ export var CustomPromptInput$ = [4, n0, _CPIu,
13183
+ 8,
13184
+ [_EPx, _NP],
13185
+ [() => CustomPromptProfile$, [() => CustomPromptInputParameters$, 0]]
13186
+ ];
12558
13187
  export var DataSourceParameters$ = [4, n0, _DSP,
12559
13188
  0,
12560
13189
  [_AEP, _APt, _APu, _APSP, _AIAP, _JP, _MDP, _MSP, _OPr, _PSP, _PP, _RP, _RPe, _SPa, _STP, _SKBP, _SNP, _SPn, _SPp, _SSP, _TPe, _TPw, _AOSP, _EP, _DPa, _SPtar, _TPr, _BQP, _IPm, _CCP, _WCP, _CPo, _QBP],
@@ -12590,6 +13219,11 @@ export var ReadClientCredentialsDetails$ = [4, n0, _RCCD,
12590
13219
  [_RCCGD],
12591
13220
  [() => ReadClientCredentialsGrantDetails$]
12592
13221
  ];
13222
+ export var SpaceQuickSightResourceDetails$ = [4, n0, _SQSRD,
13223
+ 0,
13224
+ [_rA],
13225
+ [0]
13226
+ ];
12593
13227
  export var TransformOperation$ = [4, n0, _TOra,
12594
13228
  0,
12595
13229
  [_POr, _FO, _CCO, _RCO, _CCTO, _TCO, _UCO, _ODPO],
@@ -12597,7 +13231,7 @@ export var TransformOperation$ = [4, n0, _TOra,
12597
13231
  ];
12598
13232
  export var UserIdentifier$ = [4, n0, _UIs,
12599
13233
  0,
12600
- [_UN, _E, _UAs],
13234
+ [_UN, _E, _UAse],
12601
13235
  [[() => SensitiveString, 0], [() => SensitiveString, 0], 0]
12602
13236
  ];
12603
13237
  export var BatchCreateTopicReviewedAnswer$ = [9, n0, _BCTRA,
@@ -12618,6 +13252,9 @@ export var CreateAccountSubscription$ = [9, n0, _CAS,
12618
13252
  export var CreateActionConnector$ = [9, n0, _CACr,
12619
13253
  { [_h]: ["POST", "/accounts/{AwsAccountId}/action-connectors", 200] }, () => CreateActionConnectorRequest$, () => CreateActionConnectorResponse$
12620
13254
  ];
13255
+ export var CreateAgent$ = [9, n0, _CAr,
13256
+ { [_h]: ["POST", "/accounts/{AwsAccountId}/agents", 200] }, () => CreateAgentRequest$, () => CreateAgentResponse$
13257
+ ];
12621
13258
  export var CreateAnalysis$ = [9, n0, _CAre,
12622
13259
  { [_h]: ["POST", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => CreateAnalysisRequest$, () => CreateAnalysisResponse$
12623
13260
  ];
@@ -12636,7 +13273,10 @@ export var CreateDataSet$ = [9, n0, _CDSr,
12636
13273
  export var CreateDataSource$ = [9, n0, _CDSre,
12637
13274
  { [_h]: ["POST", "/accounts/{AwsAccountId}/data-sources", 200] }, () => CreateDataSourceRequest$, () => CreateDataSourceResponse$
12638
13275
  ];
12639
- export var CreateFolder$ = [9, n0, _CFr,
13276
+ export var CreateFlow$ = [9, n0, _CFr,
13277
+ { [_h]: ["POST", "/accounts/{AwsAccountId}/flows", 200] }, () => CreateFlowRequest$, () => CreateFlowResponse$
13278
+ ];
13279
+ export var CreateFolder$ = [9, n0, _CFre,
12640
13280
  { [_h]: ["POST", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => CreateFolderRequest$, () => CreateFolderResponse$
12641
13281
  ];
12642
13282
  export var CreateFolderMembership$ = [9, n0, _CFM,
@@ -12657,12 +13297,18 @@ export var CreateIngestion$ = [9, n0, _CIr,
12657
13297
  export var CreateNamespace$ = [9, n0, _CNr,
12658
13298
  { [_h]: ["POST", "/accounts/{AwsAccountId}", 200] }, () => CreateNamespaceRequest$, () => CreateNamespaceResponse$
12659
13299
  ];
13300
+ export var CreateOAuthClientApplication$ = [9, n0, _COACA,
13301
+ { [_h]: ["POST", "/accounts/{AwsAccountId}/oauth-client-applications", 200] }, () => CreateOAuthClientApplicationRequest$, () => CreateOAuthClientApplicationResponse$
13302
+ ];
12660
13303
  export var CreateRefreshSchedule$ = [9, n0, _CRS,
12661
13304
  { [_h]: ["POST", "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules", 200] }, () => CreateRefreshScheduleRequest$, () => CreateRefreshScheduleResponse$
12662
13305
  ];
12663
13306
  export var CreateRoleMembership$ = [9, n0, _CRM,
12664
13307
  { [_h]: ["POST", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}", 200] }, () => CreateRoleMembershipRequest$, () => CreateRoleMembershipResponse$
12665
13308
  ];
13309
+ export var CreateSpace$ = [9, n0, _CSrea,
13310
+ { [_h]: ["POST", "/v1/accounts/{AwsAccountId}/spaces", 200] }, () => CreateSpaceRequest$, () => CreateSpaceResponse$
13311
+ ];
12666
13312
  export var CreateTemplate$ = [9, n0, _CTre,
12667
13313
  { [_h]: ["POST", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => CreateTemplateRequest$, () => CreateTemplateResponse$
12668
13314
  ];
@@ -12696,7 +13342,10 @@ export var DeleteAccountSubscription$ = [9, n0, _DAS,
12696
13342
  export var DeleteActionConnector$ = [9, n0, _DACe,
12697
13343
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}", 200] }, () => DeleteActionConnectorRequest$, () => DeleteActionConnectorResponse$
12698
13344
  ];
12699
- export var DeleteAnalysis$ = [9, n0, _DAe,
13345
+ export var DeleteAgent$ = [9, n0, _DAe,
13346
+ { [_h]: ["DELETE", "/accounts/{AwsAccountId}/agents/{AgentId}", 200] }, () => DeleteAgentRequest$, () => DeleteAgentResponse$
13347
+ ];
13348
+ export var DeleteAnalysis$ = [9, n0, _DAel,
12700
13349
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => DeleteAnalysisRequest$, () => DeleteAnalysisResponse$
12701
13350
  ];
12702
13351
  export var DeleteBrand$ = [9, n0, _DBe,
@@ -12723,7 +13372,10 @@ export var DeleteDataSource$ = [9, n0, _DDSe,
12723
13372
  export var DeleteDefaultQBusinessApplication$ = [9, n0, _DDQBA,
12724
13373
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/default-qbusiness-application", 200] }, () => DeleteDefaultQBusinessApplicationRequest$, () => DeleteDefaultQBusinessApplicationResponse$
12725
13374
  ];
12726
- export var DeleteFolder$ = [9, n0, _DFel,
13375
+ export var DeleteFlow$ = [9, n0, _DFel,
13376
+ { [_h]: ["DELETE", "/accounts/{AwsAccountId}/flows/{FlowId}", 200] }, () => DeleteFlowRequest$, () => DeleteFlowResponse$
13377
+ ];
13378
+ export var DeleteFolder$ = [9, n0, _DFele,
12727
13379
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => DeleteFolderRequest$, () => DeleteFolderResponse$
12728
13380
  ];
12729
13381
  export var DeleteFolderMembership$ = [9, n0, _DFM,
@@ -12744,6 +13396,9 @@ export var DeleteIdentityPropagationConfig$ = [9, n0, _DIPC,
12744
13396
  export var DeleteNamespace$ = [9, n0, _DNe,
12745
13397
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/namespaces/{Namespace}", 200] }, () => DeleteNamespaceRequest$, () => DeleteNamespaceResponse$
12746
13398
  ];
13399
+ export var DeleteOAuthClientApplication$ = [9, n0, _DOACA,
13400
+ { [_h]: ["DELETE", "/accounts/{AwsAccountId}/oauth-client-applications/{OAuthClientApplicationId}", 200] }, () => DeleteOAuthClientApplicationRequest$, () => DeleteOAuthClientApplicationResponse$
13401
+ ];
12747
13402
  export var DeleteRefreshSchedule$ = [9, n0, _DRS,
12748
13403
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules/{ScheduleId}", 200] }, () => DeleteRefreshScheduleRequest$, () => DeleteRefreshScheduleResponse$
12749
13404
  ];
@@ -12753,6 +13408,9 @@ export var DeleteRoleCustomPermission$ = [9, n0, _DRCP,
12753
13408
  export var DeleteRoleMembership$ = [9, n0, _DRM,
12754
13409
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}", 200] }, () => DeleteRoleMembershipRequest$, () => DeleteRoleMembershipResponse$
12755
13410
  ];
13411
+ export var DeleteSpace$ = [9, n0, _DSele,
13412
+ { [_h]: ["DELETE", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}", 204] }, () => DeleteSpaceRequest$, () => DeleteSpaceResponse$
13413
+ ];
12756
13414
  export var DeleteTemplate$ = [9, n0, _DTel,
12757
13415
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => DeleteTemplateRequest$, () => DeleteTemplateResponse$
12758
13416
  ];
@@ -12801,13 +13459,19 @@ export var DescribeActionConnector$ = [9, n0, _DACesc,
12801
13459
  export var DescribeActionConnectorPermissions$ = [9, n0, _DACPes,
12802
13460
  { [_h]: ["GET", "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions", 200] }, () => DescribeActionConnectorPermissionsRequest$, () => DescribeActionConnectorPermissionsResponse$
12803
13461
  ];
12804
- export var DescribeAnalysis$ = [9, n0, _DAes,
13462
+ export var DescribeAgent$ = [9, n0, _DAes,
13463
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/agents/{AgentId}", 200] }, () => DescribeAgentRequest$, () => DescribeAgentResponse$
13464
+ ];
13465
+ export var DescribeAgentPermissions$ = [9, n0, _DAP,
13466
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/agents/{AgentId}/permissions", 200] }, () => DescribeAgentPermissionsRequest$, () => DescribeAgentPermissionsResponse$
13467
+ ];
13468
+ export var DescribeAnalysis$ = [9, n0, _DAesc,
12805
13469
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => DescribeAnalysisRequest$, () => DescribeAnalysisResponse$
12806
13470
  ];
12807
13471
  export var DescribeAnalysisDefinition$ = [9, n0, _DAD,
12808
13472
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses/{AnalysisId}/definition", 200] }, () => DescribeAnalysisDefinitionRequest$, () => DescribeAnalysisDefinitionResponse$
12809
13473
  ];
12810
- export var DescribeAnalysisPermissions$ = [9, n0, _DAP,
13474
+ export var DescribeAnalysisPermissions$ = [9, n0, _DAPe,
12811
13475
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions", 200] }, () => DescribeAnalysisPermissionsRequest$, () => DescribeAnalysisPermissionsResponse$
12812
13476
  ];
12813
13477
  export var DescribeAssetBundleExportJob$ = [9, n0, _DABEJ,
@@ -12867,7 +13531,10 @@ export var DescribeDataSourcePermissions$ = [9, n0, _DDSPe,
12867
13531
  export var DescribeDefaultQBusinessApplication$ = [9, n0, _DDQBAe,
12868
13532
  { [_h]: ["GET", "/accounts/{AwsAccountId}/default-qbusiness-application", 200] }, () => DescribeDefaultQBusinessApplicationRequest$, () => DescribeDefaultQBusinessApplicationResponse$
12869
13533
  ];
12870
- export var DescribeFolder$ = [9, n0, _DFes,
13534
+ export var DescribeFlow$ = [9, n0, _DFes,
13535
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/flows/{FlowId}", 200] }, () => DescribeFlowRequest$, () => DescribeFlowResponse$
13536
+ ];
13537
+ export var DescribeFolder$ = [9, n0, _DFesc,
12871
13538
  { [_h]: ["GET", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => DescribeFolderRequest$, () => DescribeFolderResponse$
12872
13539
  ];
12873
13540
  export var DescribeFolderPermissions$ = [9, n0, _DFP,
@@ -12897,6 +13564,9 @@ export var DescribeKeyRegistration$ = [9, n0, _DKR,
12897
13564
  export var DescribeNamespace$ = [9, n0, _DNes,
12898
13565
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}", 200] }, () => DescribeNamespaceRequest$, () => DescribeNamespaceResponse$
12899
13566
  ];
13567
+ export var DescribeOAuthClientApplication$ = [9, n0, _DOACAe,
13568
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/oauth-client-applications/{OAuthClientApplicationId}", 200] }, () => DescribeOAuthClientApplicationRequest$, () => DescribeOAuthClientApplicationResponse$
13569
+ ];
12900
13570
  export var DescribeQPersonalizationConfiguration$ = [9, n0, _DQPC,
12901
13571
  { [_h]: ["GET", "/accounts/{AwsAccountId}/q-personalization-configuration", 200] }, () => DescribeQPersonalizationConfigurationRequest$, () => DescribeQPersonalizationConfigurationResponse$
12902
13572
  ];
@@ -12912,6 +13582,12 @@ export var DescribeRoleCustomPermission$ = [9, n0, _DRCPe,
12912
13582
  export var DescribeSelfUpgradeConfiguration$ = [9, n0, _DSUCe,
12913
13583
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-configuration", 200] }, () => DescribeSelfUpgradeConfigurationRequest$, () => DescribeSelfUpgradeConfigurationResponse$
12914
13584
  ];
13585
+ export var DescribeSpace$ = [9, n0, _DSes,
13586
+ { [_h]: ["GET", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}", 200] }, () => DescribeSpaceRequest$, () => DescribeSpaceResponse$
13587
+ ];
13588
+ export var DescribeSpacePermissions$ = [9, n0, _DSPe,
13589
+ { [_h]: ["GET", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/permissions", 200] }, () => DescribeSpacePermissionsRequest$, () => DescribeSpacePermissionsResponse$
13590
+ ];
12915
13591
  export var DescribeTemplate$ = [9, n0, _DTesc,
12916
13592
  { [_h]: ["GET", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => DescribeTemplateRequest$, () => DescribeTemplateResponse$
12917
13593
  ];
@@ -12978,7 +13654,10 @@ export var GetSessionEmbedUrl$ = [9, n0, _GSEU,
12978
13654
  export var ListActionConnectors$ = [9, n0, _LAC,
12979
13655
  { [_h]: ["GET", "/accounts/{AwsAccountId}/action-connectors", 200] }, () => ListActionConnectorsRequest$, () => ListActionConnectorsResponse$
12980
13656
  ];
12981
- export var ListAnalyses$ = [9, n0, _LAis,
13657
+ export var ListAgents$ = [9, n0, _LAis,
13658
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/agents", 200] }, () => ListAgentsRequest$, () => ListAgentsResponse$
13659
+ ];
13660
+ export var ListAnalyses$ = [9, n0, _LAist,
12982
13661
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses", 200] }, () => ListAnalysesRequest$, () => ListAnalysesResponse$
12983
13662
  ];
12984
13663
  export var ListAssetBundleExportJobs$ = [9, n0, _LABEJ,
@@ -13038,6 +13717,9 @@ export var ListIngestions$ = [9, n0, _LIis,
13038
13717
  export var ListNamespaces$ = [9, n0, _LNi,
13039
13718
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces", 200] }, () => ListNamespacesRequest$, () => ListNamespacesResponse$
13040
13719
  ];
13720
+ export var ListOAuthClientApplications$ = [9, n0, _LOACA,
13721
+ { [_h]: ["GET", "/accounts/{AwsAccountId}/oauth-client-applications", 200] }, () => ListOAuthClientApplicationsRequest$, () => ListOAuthClientApplicationsResponse$
13722
+ ];
13041
13723
  export var ListRefreshSchedules$ = [9, n0, _LRS,
13042
13724
  { [_h]: ["GET", "/accounts/{AwsAccountId}/data-sets/{DataSetId}/refresh-schedules", 200] }, () => ListRefreshSchedulesRequest$, () => ListRefreshSchedulesResponse$
13043
13725
  ];
@@ -13047,6 +13729,12 @@ export var ListRoleMemberships$ = [9, n0, _LRM,
13047
13729
  export var ListSelfUpgrades$ = [9, n0, _LSU,
13048
13730
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-requests", 200] }, () => ListSelfUpgradesRequest$, () => ListSelfUpgradesResponse$
13049
13731
  ];
13732
+ export var ListSpaceResources$ = [9, n0, _LSRis,
13733
+ { [_h]: ["GET", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/resources", 200] }, () => ListSpaceResourcesRequest$, () => ListSpaceResourcesResponse$
13734
+ ];
13735
+ export var ListSpaces$ = [9, n0, _LSi,
13736
+ { [_h]: ["GET", "/v1/accounts/{AwsAccountId}/spaces", 200] }, () => ListSpacesRequest$, () => ListSpacesResponse$
13737
+ ];
13050
13738
  export var ListTagsForResource$ = [9, n0, _LTFR,
13051
13739
  { [_h]: ["GET", "/resources/{ResourceArn}/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
13052
13740
  ];
@@ -13101,7 +13789,10 @@ export var RestoreAnalysis$ = [9, n0, _RAest,
13101
13789
  export var SearchActionConnectors$ = [9, n0, _SAC,
13102
13790
  { [_h]: ["POST", "/accounts/{AwsAccountId}/search/action-connectors", 200] }, () => SearchActionConnectorsRequest$, () => SearchActionConnectorsResponse$
13103
13791
  ];
13104
- export var SearchAnalyses$ = [9, n0, _SAe,
13792
+ export var SearchAgents$ = [9, n0, _SAe,
13793
+ { [_h]: ["POST", "/accounts/{AwsAccountId}/search/agents", 200] }, () => SearchAgentsRequest$, () => SearchAgentsResponse$
13794
+ ];
13795
+ export var SearchAnalyses$ = [9, n0, _SAea,
13105
13796
  { [_h]: ["POST", "/accounts/{AwsAccountId}/search/analyses", 200] }, () => SearchAnalysesRequest$, () => SearchAnalysesResponse$
13106
13797
  ];
13107
13798
  export var SearchDashboards$ = [9, n0, _SDea,
@@ -13122,6 +13813,9 @@ export var SearchFolders$ = [9, n0, _SFear,
13122
13813
  export var SearchGroups$ = [9, n0, _SG,
13123
13814
  { [_h]: ["POST", "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups-search", 200] }, () => SearchGroupsRequest$, () => SearchGroupsResponse$
13124
13815
  ];
13816
+ export var SearchSpaces$ = [9, n0, _SSea,
13817
+ { [_h]: ["POST", "/v1/accounts/{AwsAccountId}/search/spaces", 200] }, () => SearchSpacesRequest$, () => SearchSpacesResponse$
13818
+ ];
13125
13819
  export var SearchTopics$ = [9, n0, _STea,
13126
13820
  { [_h]: ["POST", "/accounts/{AwsAccountId}/search/topics", 200] }, () => SearchTopicsRequest$, () => SearchTopicsResponse$
13127
13821
  ];
@@ -13161,10 +13855,16 @@ export var UpdateActionConnector$ = [9, n0, _UACp,
13161
13855
  export var UpdateActionConnectorPermissions$ = [9, n0, _UACPp,
13162
13856
  { [_h]: ["POST", "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions", 200] }, () => UpdateActionConnectorPermissionsRequest$, () => UpdateActionConnectorPermissionsResponse$
13163
13857
  ];
13164
- export var UpdateAnalysis$ = [9, n0, _UAp,
13858
+ export var UpdateAgent$ = [9, n0, _UAp,
13859
+ { [_h]: ["PUT", "/accounts/{AwsAccountId}/agents/{AgentId}", 200] }, () => UpdateAgentRequest$, () => UpdateAgentResponse$
13860
+ ];
13861
+ export var UpdateAgentPermissions$ = [9, n0, _UAP,
13862
+ { [_h]: ["PUT", "/accounts/{AwsAccountId}/agents/{AgentId}/permissions", 200] }, () => UpdateAgentPermissionsRequest$, () => UpdateAgentPermissionsResponse$
13863
+ ];
13864
+ export var UpdateAnalysis$ = [9, n0, _UApd,
13165
13865
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => UpdateAnalysisRequest$, () => UpdateAnalysisResponse$
13166
13866
  ];
13167
- export var UpdateAnalysisPermissions$ = [9, n0, _UAP,
13867
+ export var UpdateAnalysisPermissions$ = [9, n0, _UAPp,
13168
13868
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions", 200] }, () => UpdateAnalysisPermissionsRequest$, () => UpdateAnalysisPermissionsResponse$
13169
13869
  ];
13170
13870
  export var UpdateApplicationWithTokenExchangeGrant$ = [9, n0, _UAWTEG,
@@ -13212,10 +13912,13 @@ export var UpdateDataSourcePermissions$ = [9, n0, _UDSPp,
13212
13912
  export var UpdateDefaultQBusinessApplication$ = [9, n0, _UDQBA,
13213
13913
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/default-qbusiness-application", 200] }, () => UpdateDefaultQBusinessApplicationRequest$, () => UpdateDefaultQBusinessApplicationResponse$
13214
13914
  ];
13915
+ export var UpdateFlow$ = [9, n0, _UFp,
13916
+ { [_h]: ["PUT", "/accounts/{AwsAccountId}/flows/{FlowId}", 200] }, () => UpdateFlowRequest$, () => UpdateFlowResponse$
13917
+ ];
13215
13918
  export var UpdateFlowPermissions$ = [9, n0, _UFP,
13216
13919
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/flows/{FlowId}/permissions", 200] }, () => UpdateFlowPermissionsInput$, () => UpdateFlowPermissionsOutput$
13217
13920
  ];
13218
- export var UpdateFolder$ = [9, n0, _UFp,
13921
+ export var UpdateFolder$ = [9, n0, _UFpd,
13219
13922
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => UpdateFolderRequest$, () => UpdateFolderResponse$
13220
13923
  ];
13221
13924
  export var UpdateFolderPermissions$ = [9, n0, _UFPp,
@@ -13236,6 +13939,9 @@ export var UpdateIpRestriction$ = [9, n0, _UIR,
13236
13939
  export var UpdateKeyRegistration$ = [9, n0, _UKR,
13237
13940
  { [_h]: ["POST", "/accounts/{AwsAccountId}/key-registration", 200] }, () => UpdateKeyRegistrationRequest$, () => UpdateKeyRegistrationResponse$
13238
13941
  ];
13942
+ export var UpdateOAuthClientApplication$ = [9, n0, _UOACA,
13943
+ { [_h]: ["PUT", "/accounts/{AwsAccountId}/oauth-client-applications/{OAuthClientApplicationId}", 200] }, () => UpdateOAuthClientApplicationRequest$, () => UpdateOAuthClientApplicationResponse$
13944
+ ];
13239
13945
  export var UpdatePublicSharingSettings$ = [9, n0, _UPSS,
13240
13946
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/public-sharing-settings", 200] }, () => UpdatePublicSharingSettingsRequest$, () => UpdatePublicSharingSettingsResponse$
13241
13947
  ];
@@ -13257,6 +13963,15 @@ export var UpdateSelfUpgrade$ = [9, n0, _USU,
13257
13963
  export var UpdateSelfUpgradeConfiguration$ = [9, n0, _USUC,
13258
13964
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-configuration", 200] }, () => UpdateSelfUpgradeConfigurationRequest$, () => UpdateSelfUpgradeConfigurationResponse$
13259
13965
  ];
13966
+ export var UpdateSpace$ = [9, n0, _USpda,
13967
+ { [_h]: ["PUT", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}", 200] }, () => UpdateSpaceRequest$, () => UpdateSpaceResponse$
13968
+ ];
13969
+ export var UpdateSpacePermissions$ = [9, n0, _USP,
13970
+ { [_h]: ["PUT", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/permissions", 200] }, () => UpdateSpacePermissionsRequest$, () => UpdateSpacePermissionsResponse$
13971
+ ];
13972
+ export var UpdateSpaceResources$ = [9, n0, _USRpd,
13973
+ { [_h]: ["PUT", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}/resources", 200] }, () => UpdateSpaceResourcesRequest$, () => UpdateSpaceResourcesResponse$
13974
+ ];
13260
13975
  export var UpdateSPICECapacityConfiguration$ = [9, n0, _USPICECC,
13261
13976
  { [_h]: ["POST", "/accounts/{AwsAccountId}/spice-capacity-configuration", 200] }, () => UpdateSPICECapacityConfigurationRequest$, () => UpdateSPICECapacityConfigurationResponse$
13262
13977
  ];