@aws-sdk/client-quicksight 3.1057.0 → 3.1058.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. package/README.md +161 -7
  2. package/dist-cjs/index.js +364 -5
  3. package/dist-cjs/schemas/schemas_0.js +870 -258
  4. package/dist-es/QuickSight.js +44 -0
  5. package/dist-es/commands/CreateAgentCommand.js +16 -0
  6. package/dist-es/commands/CreateFlowCommand.js +16 -0
  7. package/dist-es/commands/CreateSpaceCommand.js +16 -0
  8. package/dist-es/commands/DeleteAgentCommand.js +16 -0
  9. package/dist-es/commands/DeleteFlowCommand.js +16 -0
  10. package/dist-es/commands/DeleteSpaceCommand.js +16 -0
  11. package/dist-es/commands/DescribeAgentCommand.js +16 -0
  12. package/dist-es/commands/DescribeAgentPermissionsCommand.js +16 -0
  13. package/dist-es/commands/DescribeFlowCommand.js +16 -0
  14. package/dist-es/commands/DescribeSpaceCommand.js +16 -0
  15. package/dist-es/commands/DescribeSpacePermissionsCommand.js +16 -0
  16. package/dist-es/commands/ListAgentsCommand.js +16 -0
  17. package/dist-es/commands/ListSpaceResourcesCommand.js +16 -0
  18. package/dist-es/commands/ListSpacesCommand.js +16 -0
  19. package/dist-es/commands/SearchAgentsCommand.js +16 -0
  20. package/dist-es/commands/SearchSpacesCommand.js +16 -0
  21. package/dist-es/commands/UpdateAgentCommand.js +16 -0
  22. package/dist-es/commands/UpdateAgentPermissionsCommand.js +16 -0
  23. package/dist-es/commands/UpdateFlowCommand.js +16 -0
  24. package/dist-es/commands/UpdateSpaceCommand.js +16 -0
  25. package/dist-es/commands/UpdateSpacePermissionsCommand.js +16 -0
  26. package/dist-es/commands/UpdateSpaceResourcesCommand.js +16 -0
  27. package/dist-es/commands/index.js +22 -0
  28. package/dist-es/models/enums.js +49 -5
  29. package/dist-es/schemas/schemas_0.js +832 -222
  30. package/dist-types/QuickSight.d.ts +154 -0
  31. package/dist-types/QuickSightClient.d.ts +24 -2
  32. package/dist-types/commands/CreateAgentCommand.d.ts +136 -0
  33. package/dist-types/commands/CreateFlowCommand.d.ts +119 -0
  34. package/dist-types/commands/CreateSpaceCommand.d.ts +105 -0
  35. package/dist-types/commands/DeleteAgentCommand.d.ts +98 -0
  36. package/dist-types/commands/DeleteFlowCommand.d.ts +99 -0
  37. package/dist-types/commands/DeleteSpaceCommand.d.ts +97 -0
  38. package/dist-types/commands/DescribeAgentCommand.d.ts +132 -0
  39. package/dist-types/commands/DescribeAgentPermissionsCommand.d.ts +108 -0
  40. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -1
  41. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeFlowCommand.d.ts +115 -0
  43. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  45. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +1 -2
  51. package/dist-types/commands/DescribeSpaceCommand.d.ts +123 -0
  52. package/dist-types/commands/DescribeSpacePermissionsCommand.d.ts +105 -0
  53. package/dist-types/commands/ListAgentsCommand.d.ts +117 -0
  54. package/dist-types/commands/ListSpaceResourcesCommand.d.ts +107 -0
  55. package/dist-types/commands/ListSpacesCommand.d.ts +114 -0
  56. package/dist-types/commands/SearchAgentsCommand.d.ts +118 -0
  57. package/dist-types/commands/SearchSpacesCommand.d.ts +121 -0
  58. package/dist-types/commands/UpdateAgentCommand.d.ts +168 -0
  59. package/dist-types/commands/UpdateAgentPermissionsCommand.d.ts +136 -0
  60. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  61. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  63. package/dist-types/commands/UpdateDashboardCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  67. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  69. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  70. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateFlowCommand.d.ts +108 -0
  74. package/dist-types/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  86. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -2
  88. package/dist-types/commands/UpdateSpaceCommand.d.ts +102 -0
  89. package/dist-types/commands/UpdateSpacePermissionsCommand.d.ts +133 -0
  90. package/dist-types/commands/UpdateSpaceResourcesCommand.d.ts +131 -0
  91. package/dist-types/commands/index.d.ts +22 -0
  92. package/dist-types/models/enums.d.ts +113 -13
  93. package/dist-types/models/models_0.d.ts +200 -87
  94. package/dist-types/models/models_1.d.ts +88 -66
  95. package/dist-types/models/models_2.d.ts +254 -215
  96. package/dist-types/models/models_3.d.ts +577 -619
  97. package/dist-types/models/models_4.d.ts +3874 -4006
  98. package/dist-types/models/models_5.d.ts +1755 -4
  99. package/dist-types/schemas/schemas_0.d.ts +85 -0
  100. package/dist-types/ts3.4/QuickSight.d.ts +374 -0
  101. package/dist-types/ts3.4/QuickSightClient.d.ts +132 -0
  102. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +49 -0
  103. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +49 -0
  104. package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +49 -0
  105. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +49 -0
  106. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +49 -0
  107. package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +49 -0
  108. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +52 -0
  109. package/dist-types/ts3.4/commands/DescribeAgentPermissionsCommand.d.ts +53 -0
  110. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +2 -4
  111. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +49 -0
  113. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +4 -2
  121. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +52 -0
  122. package/dist-types/ts3.4/commands/DescribeSpacePermissionsCommand.d.ts +53 -0
  123. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +49 -0
  124. package/dist-types/ts3.4/commands/ListSpaceResourcesCommand.d.ts +53 -0
  125. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +49 -0
  126. package/dist-types/ts3.4/commands/SearchAgentsCommand.d.ts +49 -0
  127. package/dist-types/ts3.4/commands/SearchSpacesCommand.d.ts +49 -0
  128. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +49 -0
  129. package/dist-types/ts3.4/commands/UpdateAgentPermissionsCommand.d.ts +53 -0
  130. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +49 -0
  144. package/dist-types/ts3.4/commands/UpdateFlowPermissionsCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/UpdateOAuthClientApplicationCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +4 -2
  158. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +49 -0
  159. package/dist-types/ts3.4/commands/UpdateSpacePermissionsCommand.d.ts +53 -0
  160. package/dist-types/ts3.4/commands/UpdateSpaceResourcesCommand.d.ts +53 -0
  161. package/dist-types/ts3.4/commands/index.d.ts +22 -0
  162. package/dist-types/ts3.4/models/enums.d.ts +64 -7
  163. package/dist-types/ts3.4/models/models_0.d.ts +47 -19
  164. package/dist-types/ts3.4/models/models_1.d.ts +21 -20
  165. package/dist-types/ts3.4/models/models_2.d.ts +78 -53
  166. package/dist-types/ts3.4/models/models_3.d.ts +134 -151
  167. package/dist-types/ts3.4/models/models_4.d.ts +368 -360
  168. package/dist-types/ts3.4/models/models_5.d.ts +428 -1
  169. package/dist-types/ts3.4/schemas/schemas_0.d.ts +85 -0
  170. package/package.json +2 -2
@@ -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";
@@ -660,8 +680,12 @@ const _COo = "ControlOptions";
660
680
  const _COon = "ConfigurationOverrides";
661
681
  const _COonf = "ConfigOptions";
662
682
  const _CP = "CredentialPair";
683
+ const _CPI = "CustomPromptInterface";
684
+ const _CPIP = "CustomPromptInputParameters";
685
+ const _CPIu = "CustomPromptInput";
663
686
  const _CPL = "CustomPermissionsList";
664
687
  const _CPN = "CustomPermissionsName";
688
+ const _CPP = "CustomPromptProfile";
665
689
  const _CPV = "CustomParameterValues";
666
690
  const _CPo = "ConfluenceParameters";
667
691
  const _CPol = "ColumnProperties";
@@ -693,6 +717,8 @@ const _CSOol = "ColumnSubtotalOptions";
693
717
  const _CSP = "ColumnSemanticProperty";
694
718
  const _CSPICED = "CreateSPICEDataset";
695
719
  const _CSPL = "ColumnSemanticPropertyList";
720
+ const _CSR = "CreateSpaceRequest";
721
+ const _CSRr = "CreateSpaceResponse";
696
722
  const _CSS = "CircleSymbolStyle";
697
723
  const _CST = "ColumnSemanticType";
698
724
  const _CSV = "CustomSeasonalityValue";
@@ -706,6 +732,7 @@ const _CSolumn = "ColumnSpan";
706
732
  const _CSolumny = "ColumnSynonyms";
707
733
  const _CSr = "CreateSpaces";
708
734
  const _CSre = "CreationStatus";
735
+ const _CSrea = "CreateSpace";
709
736
  const _CSro = "CrossSheet";
710
737
  const _CSu = "CustomSql";
711
738
  const _CSur = "CurrencySymbol";
@@ -738,6 +765,7 @@ const _CTU = "ColumnToUnpivot";
738
765
  const _CTUL = "ColumnToUnpivotList";
739
766
  const _CTUo = "ColumnsToUnpivot";
740
767
  const _CTe = "CellType";
768
+ const _CTl = "ClientToken";
741
769
  const _CTo = "ConstantType";
742
770
  const _CTol = "ColumnTag";
743
771
  const _CTolu = "ColumnType";
@@ -772,8 +800,9 @@ const _Cata = "Catalog";
772
800
  const _Cate = "Categories";
773
801
  const _Ce = "Cell";
774
802
  const _Ci = "City";
775
- const _Co = "Colors";
776
- const _Col = "Color";
803
+ const _Co = "Column";
804
+ const _Col = "Colors";
805
+ const _Colo = "Color";
777
806
  const _Colu = "Columns";
778
807
  const _Com = "Computation";
779
808
  const _Comp = "Comparison";
@@ -782,7 +811,8 @@ const _Con = "Content";
782
811
  const _Conf = "Configuration";
783
812
  const _Conn = "Connection";
784
813
  const _Cons = "Constant";
785
- const _Cont = "Context";
814
+ const _Cont = "Contributors";
815
+ const _Conte = "Context";
786
816
  const _Coo = "Coordinate";
787
817
  const _Cou = "Country";
788
818
  const _Coun = "County";
@@ -825,13 +855,20 @@ const _DAJ = "DescribeAutomationJob";
825
855
  const _DAJR = "DescribeAutomationJobRequest";
826
856
  const _DAJRe = "DescribeAutomationJobResponse";
827
857
  const _DAO = "DateAxisOptions";
828
- const _DAP = "DescribeAnalysisPermissions";
829
- const _DAPR = "DescribeAnalysisPermissionsRequest";
830
- const _DAPRe = "DescribeAnalysisPermissionsResponse";
831
- const _DAR = "DeleteAnalysisRequest";
832
- const _DARe = "DeleteAnalysisResponse";
833
- const _DARes = "DescribeAnalysisRequest";
834
- 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";
835
872
  const _DAS = "DeleteAccountSubscription";
836
873
  const _DASR = "DeleteAccountSubscriptionRequest";
837
874
  const _DASRe = "DeleteAccountSubscriptionResponse";
@@ -843,8 +880,10 @@ const _DASe = "DescribeAccountSettings";
843
880
  const _DASes = "DescribeAccountSubscription";
844
881
  const _DAa = "DataAggregation";
845
882
  const _DAas = "DashboardArn";
846
- const _DAe = "DeleteAnalysis";
847
- const _DAes = "DescribeAnalysis";
883
+ const _DAe = "DeleteAgent";
884
+ const _DAel = "DeleteAnalysis";
885
+ const _DAes = "DescribeAgent";
886
+ const _DAesc = "DescribeAnalysis";
848
887
  const _DB = "DataBars";
849
888
  const _DBA = "DeleteBrandAssignment";
850
889
  const _DBAR = "DeleteBrandAssignmentRequest";
@@ -969,19 +1008,25 @@ const _DFO = "DisplayFormatOptions";
969
1008
  const _DFP = "DescribeFolderPermissions";
970
1009
  const _DFPR = "DescribeFolderPermissionsRequest";
971
1010
  const _DFPRe = "DescribeFolderPermissionsResponse";
972
- const _DFR = "DeleteFolderRequest";
1011
+ const _DFR = "DeleteFlowRequest";
973
1012
  const _DFRP = "DescribeFolderResolvedPermissions";
974
1013
  const _DFRPR = "DescribeFolderResolvedPermissionsRequest";
975
1014
  const _DFRPRe = "DescribeFolderResolvedPermissionsResponse";
976
- const _DFRe = "DeleteFolderResponse";
977
- const _DFRes = "DescribeFolderRequest";
978
- 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";
979
1022
  const _DFSI = "DataFieldSeriesItem";
980
1023
  const _DFa = "DateFormat";
981
1024
  const _DFan = "DangerForeground";
982
1025
  const _DFe = "DefaultFormatting";
983
- const _DFel = "DeleteFolder";
984
- const _DFes = "DescribeFolder";
1026
+ const _DFel = "DeleteFlow";
1027
+ const _DFele = "DeleteFolder";
1028
+ const _DFes = "DescribeFlow";
1029
+ const _DFesc = "DescribeFolder";
985
1030
  const _DFi = "DisplayFormat";
986
1031
  const _DFim = "DimensionField";
987
1032
  const _DFime = "DimensionForeground";
@@ -1168,12 +1213,19 @@ const _DSO = "DefaultSliderOptions";
1168
1213
  const _DSP = "DataSourceParameters";
1169
1214
  const _DSPL = "DataSourceParametersList";
1170
1215
  const _DSPN = "DataSetParameterName";
1216
+ const _DSPR = "DescribeSpacePermissionsRequest";
1217
+ const _DSPRe = "DescribeSpacePermissionsResponse";
1171
1218
  const _DSPa = "DataSetPlaceholder";
1219
+ const _DSPe = "DescribeSpacePermissions";
1172
1220
  const _DSR = "DataSetReferences";
1173
1221
  const _DSRL = "DataSetReferenceList";
1174
1222
  const _DSRP = "DataSetRefreshProperties";
1175
1223
  const _DSRa = "DataSetRegion";
1176
1224
  const _DSRat = "DataSetReference";
1225
+ const _DSRe = "DeleteSpaceRequest";
1226
+ const _DSRel = "DeleteSpaceResponse";
1227
+ const _DSRes = "DescribeSpaceRequest";
1228
+ const _DSResc = "DescribeSpaceResponse";
1177
1229
  const _DSS = "DefaultSeriesSettings";
1178
1230
  const _DSSCFC = "DataSetStringComparisonFilterCondition";
1179
1231
  const _DSSD = "DataSetSemanticDescription";
@@ -1213,6 +1265,8 @@ const _DSatao = "DataSource";
1213
1265
  const _DSe = "DecalSettings";
1214
1266
  const _DSec = "DecimalSeparator";
1215
1267
  const _DSel = "DeletionStatus";
1268
+ const _DSele = "DeleteSpace";
1269
+ const _DSes = "DescribeSpace";
1216
1270
  const _DSi = "DisableSsl";
1217
1271
  const _DT = "DefaultTheme";
1218
1272
  const _DTA = "DeleteTemplateAlias";
@@ -1351,7 +1405,8 @@ const _EA = "EnabledActions";
1351
1405
  const _EAm = "EmailAddress";
1352
1406
  const _EAma = "EmailAlert";
1353
1407
  const _EAn = "EndedAt";
1354
- const _EC = "ExperienceConfiguration";
1408
+ const _EC = "ErrorCode";
1409
+ const _ECx = "ExperienceConfiguration";
1355
1410
  const _ED = "EntityDescription";
1356
1411
  const _EDSA = "ExcludedDataSetArns";
1357
1412
  const _EDn = "EndDate";
@@ -1373,6 +1428,7 @@ const _EN = "EntityName";
1373
1428
  const _EP = "ExasolParameters";
1374
1429
  const _EPC = "ExcludePeriodConfiguration";
1375
1430
  const _EPn = "EntryPoint";
1431
+ const _EPx = "ExistingPrompt";
1376
1432
  const _ER = "EndRange";
1377
1433
  const _ES = "ExecutiveSummary";
1378
1434
  const _ESC = "ExecutiveSummaryConfigurations";
@@ -1439,13 +1495,15 @@ const _FCore = "ForecastComputation";
1439
1495
  const _FCorec = "ForecastConfiguration";
1440
1496
  const _FCoreca = "ForecastConfigurations";
1441
1497
  const _FCoreg = "ForegroundColor";
1442
- const _FD = "FractionDigits";
1498
+ const _FD = "FlowDefinition";
1443
1499
  const _FDDC = "FilterDropDownControl";
1444
1500
  const _FDPV = "FieldDataPathValues";
1445
1501
  const _FDTPC = "FilterDateTimePickerControl";
1446
1502
  const _FDWR = "ForceDeleteWithoutRecovery";
1447
1503
  const _FDi = "FilterDescription";
1504
+ const _FDl = "FlowDetail";
1448
1505
  const _FDo = "FontDecoration";
1506
+ const _FDr = "FractionDigits";
1449
1507
  const _FF = "FieldFolders";
1450
1508
  const _FFL = "FreeFormLayout";
1451
1509
  const _FFLC = "FreeFormLayoutConfiguration";
@@ -1507,6 +1565,7 @@ const _FOil = "FilterOperations";
1507
1565
  const _FP = "FolderPath";
1508
1566
  const _FPo = "ForecastProperties";
1509
1567
  const _FRDTC = "FilterRelativeDateTimeControl";
1568
+ const _FRO = "FailedResourceOperations";
1510
1569
  const _FS = "FirstSource";
1511
1570
  const _FSA = "FactSetAction";
1512
1571
  const _FSC = "FilterScopeConfiguration";
@@ -1518,6 +1577,8 @@ const _FSL = "FlowSummaryList";
1518
1577
  const _FSLo = "FolderSummaryList";
1519
1578
  const _FSO = "FieldSortOptions";
1520
1579
  const _FSOL = "FieldSortOptionsList";
1580
+ const _FSRO = "FailedSpaceResourceOperation";
1581
+ const _FSROa = "FailedSpaceResourceOperations";
1521
1582
  const _FSV = "FilterSelectableValues";
1522
1583
  const _FSi = "FillStyle";
1523
1584
  const _FSie = "FieldSort";
@@ -1530,9 +1591,15 @@ const _FSont = "FontStyle";
1530
1591
  const _FSoo = "FooterSections";
1531
1592
  const _FSor = "ForecastScenario";
1532
1593
  const _FT = "FolderType";
1594
+ const _FTAAC = "FailedToAddActionConnectors";
1533
1595
  const _FTAC = "FilterTextAreaControl";
1596
+ const _FTAS = "FailedToAddSpaces";
1534
1597
  const _FTFC = "FilterTextFieldControl";
1535
1598
  const _FTI = "FieldTooltipItem";
1599
+ const _FTRAC = "FailedToRemoveActionConnectors";
1600
+ const _FTRS = "FailedToRemoveSpaces";
1601
+ const _FTUA = "FailedToUpdateAssociation";
1602
+ const _FTUAL = "FailedToUpdateAssociationList";
1536
1603
  const _FTi = "FilterType";
1537
1604
  const _FTo = "FormatType";
1538
1605
  const _FTor = "FormatText";
@@ -1775,7 +1842,7 @@ const _IFM = "IncludeFolderMemberships";
1775
1842
  const _IFMn = "IncludeFolderMembers";
1776
1843
  const _IGA = "IncludeGeneratedAnswer";
1777
1844
  const _IH = "InnerHorizontal";
1778
- const _II = "IngestionId";
1845
+ const _II = "IconId";
1779
1846
  const _IICAA = "IamIdentityCenterApplicationArn";
1780
1847
  const _IICIA = "IamIdentityCenterInstanceArn";
1781
1848
  const _IIIT = "IsIncludedInTopic";
@@ -1784,7 +1851,8 @@ const _IIO = "ImageInteractionOptions";
1784
1851
  const _IIP = "IncludeInputPayload";
1785
1852
  const _IIS = "IncludeInnerSet";
1786
1853
  const _IIT = "InfoIconText";
1787
- const _IIn = "InstanceId";
1854
+ const _IIn = "IngestionId";
1855
+ const _IIns = "InstanceId";
1788
1856
  const _IL = "ItemsLimit";
1789
1857
  const _ILC = "InteractiveLayoutConfiguration";
1790
1858
  const _ILCt = "ItemsLimitConfiguration";
@@ -1845,8 +1913,8 @@ const _IVnn = "InnerVertical";
1845
1913
  const _Ic = "Icon";
1846
1914
  const _Id = "Identities";
1847
1915
  const _Id_ = "Id";
1848
- const _Ide = "Identifier";
1849
- const _Iden = "Identity";
1916
+ const _Ide = "Identity";
1917
+ const _Iden = "Identifier";
1850
1918
  const _Im = "Image";
1851
1919
  const _Ima = "Images";
1852
1920
  const _In = "Info";
@@ -1900,10 +1968,13 @@ const _LABIJRi = "ListAssetBundleImportJobsResponse";
1900
1968
  const _LAC = "ListActionConnectors";
1901
1969
  const _LACR = "ListActionConnectorsRequest";
1902
1970
  const _LACRi = "ListActionConnectorsResponse";
1903
- const _LAR = "ListAnalysesRequest";
1904
- const _LARi = "ListAnalysesResponse";
1971
+ const _LAR = "ListAgentsRequest";
1972
+ const _LARi = "ListAgentsResponse";
1973
+ const _LARis = "ListAnalysesRequest";
1974
+ const _LARist = "ListAnalysesResponse";
1905
1975
  const _LAi = "ListAggregation";
1906
- const _LAis = "ListAnalyses";
1976
+ const _LAis = "ListAgents";
1977
+ const _LAist = "ListAnalyses";
1907
1978
  const _LAo = "LoadingAnimation";
1908
1979
  const _LB = "LowerBoundary";
1909
1980
  const _LBR = "ListBrandsRequest";
@@ -2019,11 +2090,17 @@ const _LS = "LineStyle";
2019
2090
  const _LSADO = "LineSeriesAxisDisplayOptions";
2020
2091
  const _LSC = "LinkSharingConfiguration";
2021
2092
  const _LSCo = "LogoSetConfiguration";
2093
+ const _LSR = "ListSpacesRequest";
2094
+ const _LSRR = "ListSpaceResourcesRequest";
2095
+ const _LSRRi = "ListSpaceResourcesResponse";
2096
+ const _LSRi = "ListSpacesResponse";
2097
+ const _LSRis = "ListSpaceResources";
2022
2098
  const _LSS = "LineStyleSettings";
2023
2099
  const _LSSi = "LineSymbolStyle";
2024
2100
  const _LSU = "ListSelfUpgrades";
2025
2101
  const _LSUR = "ListSelfUpgradesRequest";
2026
2102
  const _LSURi = "ListSelfUpgradesResponse";
2103
+ const _LSi = "ListSpaces";
2027
2104
  const _LSo = "LogoSet";
2028
2105
  const _LT = "LayerType";
2029
2106
  const _LTA = "ListTemplateAliases";
@@ -2098,7 +2175,8 @@ const _MAe = "MemberArn";
2098
2175
  const _MC = "MetricComparison";
2099
2176
  const _MCC = "MetricComparisonComputation";
2100
2177
  const _MCPA = "MCPAction";
2101
- const _MCa = "MarkerColor";
2178
+ const _MCa = "MaxContributors";
2179
+ const _MCar = "MarkerColor";
2102
2180
  const _MDC = "MissingDataConfigurations";
2103
2181
  const _MDCL = "MissingDataConfigurationList";
2104
2182
  const _MDCi = "MissingDataConfiguration";
@@ -2132,6 +2210,7 @@ const _MNa = "MapNavigation";
2132
2210
  const _MO = "MatchOperator";
2133
2211
  const _MOe = "MetricOperand";
2134
2212
  const _MP = "MetricPlacement";
2213
+ const _MPI = "ModelProfileId";
2135
2214
  const _MR = "MaxResults";
2136
2215
  const _MRa = "MaxRows";
2137
2216
  const _MS = "MapState";
@@ -2213,6 +2292,7 @@ const _NIe = "NetworkInterfaces";
2213
2292
  const _NMF = "NumericalMeasureField";
2214
2293
  const _NO = "NullOption";
2215
2294
  const _NOa = "NavigationOperation";
2295
+ const _NP = "NewPrompt";
2216
2296
  const _NPN = "NewParameterName";
2217
2297
  const _NRA = "NewRelicAction";
2218
2298
  const _NRF = "NumericRangeFilter";
@@ -2269,6 +2349,7 @@ const _OPr = "OracleParameters";
2269
2349
  const _OPu = "OutputPayload";
2270
2350
  const _OPv = "OverridePermissions";
2271
2351
  const _OR = "OriginalRole";
2352
+ const _OS = "OutputStyle";
2272
2353
  const _OT = "OverrideTags";
2273
2354
  const _OV = "OutlierVisibility";
2274
2355
  const _OVPW = "OptimizedViewPortWidth";
@@ -2466,6 +2547,7 @@ const _Pri = "Principals";
2466
2547
  const _Prim = "Primary";
2467
2548
  const _Prin = "Principal";
2468
2549
  const _Q = "Question";
2550
+ const _QAAI = "QbsAwsAccountId";
2469
2551
  const _QAQT = "QAQueryText";
2470
2552
  const _QAR = "QAResult";
2471
2553
  const _QARe = "QAResults";
@@ -2543,7 +2625,8 @@ const _RDTCDO = "RelativeDateTimeControlDisplayOptions";
2543
2625
  const _RDTe = "RelativeDateType";
2544
2626
  const _RDV = "RelativeDateValue";
2545
2627
  const _RDe = "RefreshDetails";
2546
- const _RDes = "ResetDisabled";
2628
+ const _RDes = "ResourceDetails";
2629
+ const _RDese = "ResetDisabled";
2547
2630
  const _RDo = "RowsDropped";
2548
2631
  const _RE = "RollbackErrors";
2549
2632
  const _REE = "ResourceExistsException";
@@ -2588,7 +2671,8 @@ const _RLPTRL = "RowLevelPermissionTagRuleList";
2588
2671
  const _RLSC = "ReferenceLineStyleConfiguration";
2589
2672
  const _RLSDC = "ReferenceLineStaticDataConfiguration";
2590
2673
  const _RLVLC = "ReferenceLineValueLabelConfiguration";
2591
- const _RLe = "ReferenceLine";
2674
+ const _RLe = "ResponseLength";
2675
+ const _RLef = "ReferenceLine";
2592
2676
  const _RLo = "RowsLayout";
2593
2677
  const _RM = "RangeMinimum";
2594
2678
  const _RMV = "RangeMinimumValue";
@@ -2597,6 +2681,7 @@ const _RMa = "RangeMaximum";
2597
2681
  const _RN = "RequestNote";
2598
2682
  const _RNCM = "ReadNoneConnectionMetadata";
2599
2683
  const _RNFE = "ResourceNotFoundException";
2684
+ const _RNe = "ResourceName";
2600
2685
  const _RO = "ResizeOption";
2601
2686
  const _ROD = "RefreshOnDay";
2602
2687
  const _ROP = "RightOperandProperties";
@@ -2610,6 +2695,7 @@ const _RPes = "ResourcePermission";
2610
2695
  const _RPev = "RevokePermissions";
2611
2696
  const _RR = "ReserveRange";
2612
2697
  const _RRe = "RenderingRules";
2698
+ const _RRem = "RemoveResources";
2613
2699
  const _RReq = "RequestedRole";
2614
2700
  const _RS = "RefreshSchedules";
2615
2701
  const _RSC = "RecentSnapshotsConfigurations";
@@ -2683,6 +2769,8 @@ const _SADT = "StartAfterDateTime";
2683
2769
  const _SAJ = "StartAutomationJob";
2684
2770
  const _SAJR = "StartAutomationJobRequest";
2685
2771
  const _SAJRt = "StartAutomationJobResponse";
2772
+ const _SAL = "StepAliasList";
2773
+ const _SAM = "StepAliasMapping";
2686
2774
  const _SAO = "SingleAxisOptions";
2687
2775
  const _SAOe = "SelectAllOptions";
2688
2776
  const _SAPB = "SectionAfterPageBreak";
@@ -2691,8 +2779,10 @@ const _SAPBPA = "SAPBusinessPartnerAction";
2691
2779
  const _SAPMSA = "SAPMaterialStockAction";
2692
2780
  const _SAPPIA = "SAPPhysicalInventoryAction";
2693
2781
  const _SAPPMDA = "SAPProductMasterDataAction";
2694
- const _SAR = "SearchAnalysesRequest";
2695
- const _SARe = "SearchAnalysesResponse";
2782
+ const _SAR = "SearchAgentsRequest";
2783
+ const _SARe = "SearchAgentsResponse";
2784
+ const _SARea = "SearchAnalysesRequest";
2785
+ const _SARear = "SearchAnalysesResponse";
2696
2786
  const _SASTA = "ShareAmazonSThreeAction";
2697
2787
  const _SAU = "SnapshotAnonymousUser";
2698
2788
  const _SAUL = "SnapshotAnonymousUserList";
@@ -2700,7 +2790,8 @@ const _SAUR = "SnapshotAnonymousUserRedacted";
2700
2790
  const _SAURL = "SnapshotAnonymousUserRedactedList";
2701
2791
  const _SAVO = "SelectAllValueOptions";
2702
2792
  const _SAa = "SalesforceAction";
2703
- const _SAe = "SearchAnalyses";
2793
+ const _SAe = "SearchAgents";
2794
+ const _SAea = "SearchAnalyses";
2704
2795
  const _SAh = "ShareAnalyses";
2705
2796
  const _SAha = "ShareApps";
2706
2797
  const _SAi = "SimpleAggregation";
@@ -2711,6 +2802,8 @@ const _SAou = "SourceAnalysis";
2711
2802
  const _SAt = "StartedAt";
2712
2803
  const _SAta = "StartAngle";
2713
2804
  const _SAtar = "StartingAt";
2805
+ const _SAte = "StepAliases";
2806
+ const _SAtep = "StepAlias";
2714
2807
  const _SAu = "SucceededAnswers";
2715
2808
  const _SB = "SortBy";
2716
2809
  const _SBAA = "ShareBoxAgentAction";
@@ -2741,6 +2834,7 @@ const _SCL = "SheetControlLayout";
2741
2834
  const _SCLC = "SheetControlLayoutConfiguration";
2742
2835
  const _SCLL = "SheetControlLayoutList";
2743
2836
  const _SCLh = "SheetControlLayouts";
2837
+ const _SCLp = "SpaceContributorList";
2744
2838
  const _SCM = "SimpleClusterMarker";
2745
2839
  const _SCMA = "ShareComprehendMedicalAction";
2746
2840
  const _SCN = "SourceColumnName";
@@ -2758,12 +2852,13 @@ const _SCn = "SnapshotConfiguration";
2758
2852
  const _SCo = "SortConfiguration";
2759
2853
  const _SCou = "SourceControls";
2760
2854
  const _SCour = "SourceColumn";
2855
+ const _SCp = "SpaceContributor";
2761
2856
  const _SCt = "StatusCode";
2762
2857
  const _SCta = "StaticConfiguration";
2763
2858
  const _SCte = "StepColors";
2764
2859
  const _SCtr = "StrokeColor";
2765
2860
  const _SCty = "StyleConfiguration";
2766
- const _SD = "SensitiveDouble";
2861
+ const _SD = "SensitiveDocument";
2767
2862
  const _SDAFW = "SankeyDiagramAggregatedFieldWells";
2768
2863
  const _SDC = "SnapshotDestinationConfiguration";
2769
2864
  const _SDCC = "SankeyDiagramChartConfiguration";
@@ -2794,13 +2889,17 @@ const _SDSea = "SearchDataSources";
2794
2889
  const _SDV = "SankeyDiagramVisual";
2795
2890
  const _SDVL = "StringDefaultValueList";
2796
2891
  const _SDVt = "StringDefaultValues";
2797
- const _SDe = "S3Destinations";
2892
+ const _SDe = "SensitiveDouble";
2798
2893
  const _SDea = "SearchDashboards";
2894
+ const _SDes = "S3Destinations";
2799
2895
  const _SDh = "ShareDatasets";
2800
2896
  const _SDha = "ShareDashboards";
2801
2897
  const _SDhe = "SheetDefinition";
2802
2898
  const _SDo = "SortDirection";
2803
- const _SDt = "StartDate";
2899
+ const _SDp = "SpaceDescription";
2900
+ const _SDpa = "SpaceDetails";
2901
+ const _SDt = "StyleDescription";
2902
+ const _SDta = "StartDate";
2804
2903
  const _SE = "SourceEntity";
2805
2904
  const _SEA = "SourceEntityArn";
2806
2905
  const _SEAe = "SessionExpiresAt";
@@ -2872,8 +2971,11 @@ const _SIer = "SeriesItem";
2872
2971
  const _SIh = "SheetId";
2873
2972
  const _SIhe = "SheetImage";
2874
2973
  const _SIl = "SlotId";
2974
+ const _SIp = "SpaceId";
2975
+ const _SIt = "StepId";
2875
2976
  const _SIu = "SubnetIds";
2876
- const _SIub = "SubnetId";
2977
+ const _SIub = "SubscriptionId";
2978
+ const _SIubn = "SubnetId";
2877
2979
  const _SJA = "ShareJiraAction";
2878
2980
  const _SJEI = "SnapshotJobErrorInfo";
2879
2981
  const _SJI = "SnapshotJobId";
@@ -2937,7 +3039,7 @@ const _SOpa = "SparklinesOptions";
2937
3039
  const _SOpt = "S3Options";
2938
3040
  const _SOt = "StyleOptions";
2939
3041
  const _SOu = "SubtotalOptions";
2940
- const _SP = "SslProperties";
3042
+ const _SP = "StarterPrompts";
2941
3043
  const _SPA = "SharePointAction";
2942
3044
  const _SPBC = "SectionPageBreakConfiguration";
2943
3045
  const _SPC = "ScatterPlotConfiguration";
@@ -2949,8 +3051,9 @@ const _SPE = "StatePersistenceEnabled";
2949
3051
  const _SPFW = "ScatterPlotFieldWells";
2950
3052
  const _SPGEA = "SandPGlobalEnergyAction";
2951
3053
  const _SPGMIA = "SandPGMIAction";
2952
- const _SPL = "StringParameterList";
3054
+ const _SPL = "StarterPromptList";
2953
3055
  const _SPLC = "ScatterPlotLimitConfiguration";
3056
+ const _SPLt = "StringParameterList";
2954
3057
  const _SPN = "SourceParameterName";
2955
3058
  const _SPO = "SetParametersOperation";
2956
3059
  const _SPS = "SelectedPointStyle";
@@ -2963,15 +3066,26 @@ const _SPa = "S3Parameters";
2963
3066
  const _SPn = "SnowflakeParameters";
2964
3067
  const _SPo = "SortPaths";
2965
3068
  const _SPp = "SparkParameters";
3069
+ const _SPs = "SslProperties";
2966
3070
  const _SPt = "StringParameters";
2967
3071
  const _SPta = "StatePersistence";
2968
3072
  const _SPtar = "StarburstParameters";
2969
3073
  const _SPtr = "StringParameter";
2970
3074
  const _SQ = "SqlQuery";
3075
+ const _SQSF = "SpaceQuicksightSearchFilter";
3076
+ const _SQSFp = "SpaceQuicksightSearchFilters";
3077
+ const _SQSR = "SpaceQuickSightResource";
3078
+ const _SQSRD = "SpaceQuickSightResourceDetails";
3079
+ const _SQSRp = "SpaceQuickSightResources";
2971
3080
  const _SR = "StartRange";
3081
+ const _SRO = "SpaceResourceOperation";
2972
3082
  const _SROE = "ScheduleRefreshOnEntity";
3083
+ const _SROp = "SpaceResourceOperations";
3084
+ const _SRS = "SpaceResourceSummary";
3085
+ const _SRSp = "SpaceResourceSummaries";
2973
3086
  const _SRe = "S3Results";
2974
3087
  const _SRi = "SignupResponse";
3088
+ const _SRp = "SpaceResources";
2975
3089
  const _SS = "SensitiveString";
2976
3090
  const _SSA = "ShareSlackAction";
2977
3091
  const _SSAPBOMA = "ShareSAPBillOfMaterialAction";
@@ -2994,12 +3108,15 @@ const _SSP = "SqlServerParameters";
2994
3108
  const _SSPA = "ShareSharePointAction";
2995
3109
  const _SSPGEA = "ShareSandPGlobalEnergyAction";
2996
3110
  const _SSPGMIA = "ShareSandPGMIAction";
3111
+ const _SSR = "SearchSpacesRequest";
3112
+ const _SSRe = "SearchSpacesResponse";
2997
3113
  const _SST = "SaaSTable";
2998
3114
  const _SSTVC = "SameSheetTargetVisualConfiguration";
2999
3115
  const _SSU = "SensitiveS3Uri";
3000
3116
  const _SSV = "StringStaticValues";
3001
3117
  const _SSc = "ScrollStatus";
3002
3118
  const _SSe = "SecondSource";
3119
+ const _SSea = "SearchSpaces";
3003
3120
  const _SSec = "SectionStyle";
3004
3121
  const _SSel = "SelectedSheets";
3005
3122
  const _SSele = "SelectionScope";
@@ -3007,11 +3124,14 @@ const _SSh = "ShareSpaces";
3007
3124
  const _SShe = "SheetStyle";
3008
3125
  const _SShee = "SheetSelections";
3009
3126
  const _SSo = "S3Source";
3127
+ const _SSp = "SpaceSummaries";
3128
+ const _SSpa = "SpaceSummary";
3010
3129
  const _SSt = "StepSize";
3011
3130
  const _SSy = "SymbolStyle";
3012
- const _ST = "SensitiveTimestamp";
3131
+ const _ST = "SensitiveText";
3013
3132
  const _STA = "ShareTextractAction";
3014
3133
  const _STAF = "SimpleTotalAggregationFunction";
3134
+ const _STAp = "SpacesToAdd";
3015
3135
  const _STB = "SheetTextBox";
3016
3136
  const _STBI = "SheetTextBoxId";
3017
3137
  const _STBL = "SheetTextBoxList";
@@ -3026,12 +3146,14 @@ const _STR = "SearchTopicsRequest";
3026
3146
  const _STRA = "SucceededTopicReviewedAnswer";
3027
3147
  const _STRAu = "SucceededTopicReviewedAnswers";
3028
3148
  const _STRe = "SearchTopicsResponse";
3149
+ const _STRp = "SpacesToRemove";
3029
3150
  const _STT = "SelectedTooltipType";
3030
3151
  const _STV = "SessionTagValue";
3031
3152
  const _STc = "ScalingType";
3032
- const _STe = "SemanticType";
3153
+ const _STe = "SensitiveTimestamp";
3033
3154
  const _STea = "SearchTopics";
3034
- const _STem = "SemanticTable";
3155
+ const _STem = "SemanticType";
3156
+ const _STema = "SemanticTable";
3035
3157
  const _STer = "SeriesType";
3036
3158
  const _STes = "SessionTags";
3037
3159
  const _STess = "SessionTag";
@@ -3099,10 +3221,11 @@ const _So = "Source";
3099
3221
  const _Sol = "Solid";
3100
3222
  const _Sor = "Sort";
3101
3223
  const _Sou = "South";
3102
- const _Sp = "Space";
3103
- const _Spa = "Sparkline";
3224
+ const _Sp = "Spaces";
3225
+ const _Spa = "Space";
3104
3226
  const _Spac = "Spacing";
3105
- const _Spar = "Sparklines";
3227
+ const _Spar = "Sparkline";
3228
+ const _Spark = "Sparklines";
3106
3229
  const _St = "Status";
3107
3230
  const _Sta = "State";
3108
3231
  const _Sto = "Story";
@@ -3368,12 +3491,13 @@ const _Tim = "Time";
3368
3491
  const _Tit = "Title";
3369
3492
  const _To = "Tooltip";
3370
3493
  const _To_ = "To";
3494
+ const _Ton = "Tone";
3371
3495
  const _Top = "Topic";
3372
3496
  const _Top_ = "Top";
3373
3497
  const _Tr = "Trigger";
3374
3498
  const _Ty = "Typography";
3375
3499
  const _U = "Username";
3376
- const _UA = "UseAs";
3500
+ const _UA = "UpdatedAt";
3377
3501
  const _UAA = "UseAsanaAction";
3378
3502
  const _UABARSA = "UseAmazonBedrockARSAction";
3379
3503
  const _UABFSA = "UseAmazonBedrockFSAction";
@@ -3390,11 +3514,18 @@ const _UACRp = "UpdateAccountCustomizationResponse";
3390
3514
  const _UACRpd = "UpdateActionConnectorRequest";
3391
3515
  const _UACRpda = "UpdateActionConnectorResponse";
3392
3516
  const _UACp = "UpdateActionConnector";
3393
- const _UAP = "UpdateAnalysisPermissions";
3394
- const _UAPR = "UpdateAnalysisPermissionsRequest";
3395
- const _UAPRp = "UpdateAnalysisPermissionsResponse";
3396
- const _UAR = "UpdateAnalysisRequest";
3397
- 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";
3398
3529
  const _UAS = "UpdateAccountSettings";
3399
3530
  const _UASR = "UpdateAccountSettingsRequest";
3400
3531
  const _UASRp = "UpdateAccountSettingsResponse";
@@ -3403,8 +3534,10 @@ const _UAWS = "UseAgentWebSearch";
3403
3534
  const _UAWTEG = "UpdateApplicationWithTokenExchangeGrant";
3404
3535
  const _UAWTEGR = "UpdateApplicationWithTokenExchangeGrantRequest";
3405
3536
  const _UAWTEGRp = "UpdateApplicationWithTokenExchangeGrantResponse";
3406
- const _UAp = "UpdateAnalysis";
3407
- const _UAs = "UserArn";
3537
+ const _UAp = "UpdateAgent";
3538
+ const _UApd = "UpdateAnalysis";
3539
+ const _UAs = "UseAs";
3540
+ const _UAse = "UserArn";
3408
3541
  const _UB = "UpperBoundary";
3409
3542
  const _UBA = "UpdateBrandAssignment";
3410
3543
  const _UBAA = "UseBoxAgentAction";
@@ -3474,11 +3607,14 @@ const _UFPO = "UpdateFlowPermissionsOutput";
3474
3607
  const _UFPR = "UpdateFolderPermissionsRequest";
3475
3608
  const _UFPRp = "UpdateFolderPermissionsResponse";
3476
3609
  const _UFPp = "UpdateFolderPermissions";
3477
- const _UFR = "UpdateFolderRequest";
3478
- const _UFRp = "UpdateFolderResponse";
3610
+ const _UFR = "UpdateFlowRequest";
3611
+ const _UFRp = "UpdateFlowResponse";
3612
+ const _UFRpd = "UpdateFolderRequest";
3613
+ const _UFRpda = "UpdateFolderResponse";
3479
3614
  const _UFSA = "UseFactSetAction";
3480
3615
  const _UFX = "UsernameFieldXpath";
3481
- const _UFp = "UpdateFolder";
3616
+ const _UFp = "UpdateFlow";
3617
+ const _UFpd = "UpdateFolder";
3482
3618
  const _UG = "UseGrouping";
3483
3619
  const _UGA = "UseGithubAction";
3484
3620
  const _UGCA = "UseGoogleCalendarAction";
@@ -3570,12 +3706,20 @@ const _USAs = "UseSalesforceAction";
3570
3706
  const _USAse = "UseSmartsheetAction";
3571
3707
  const _USN = "UseServiceName";
3572
3708
  const _USNA = "UseServiceNowAction";
3709
+ const _USP = "UpdateSpacePermissions";
3573
3710
  const _USPA = "UseSharePointAction";
3574
3711
  const _USPGEA = "UseSandPGlobalEnergyAction";
3575
3712
  const _USPGMIA = "UseSandPGMIAction";
3576
3713
  const _USPICECC = "UpdateSPICECapacityConfiguration";
3577
3714
  const _USPICECCR = "UpdateSPICECapacityConfigurationRequest";
3578
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";
3579
3723
  const _USU = "UpdateSelfUpgrade";
3580
3724
  const _USUC = "UpdateSelfUpgradeConfiguration";
3581
3725
  const _USUCR = "UpdateSelfUpgradeConfigurationRequest";
@@ -3585,6 +3729,7 @@ const _USURp = "UpdateSelfUpgradeResponse";
3585
3729
  const _USn = "UnpivotStep";
3586
3730
  const _USp = "UploadSettings";
3587
3731
  const _USpd = "UpdateStatus";
3732
+ const _USpda = "UpdateSpace";
3588
3733
  const _UT = "UpdateTemplate";
3589
3734
  const _UTA = "UseTextractAction";
3590
3735
  const _UTAR = "UpdateTemplateAliasRequest";
@@ -3725,6 +3870,7 @@ const _WF = "WarningForeground";
3725
3870
  const _WG = "WorkGroup";
3726
3871
  const _WIPS = "WhatIfPointScenario";
3727
3872
  const _WIRS = "WhatIfRangeScenario";
3873
+ const _WM = "WelcomeMessage";
3728
3874
  const _WO = "WindowOptions";
3729
3875
  const _WOI = "WaitingOnIngestion";
3730
3876
  const _WOo = "WordOrientation";
@@ -3761,6 +3907,11 @@ const _adi = "additional-dashboard-ids";
3761
3907
  const _an = "alias-name";
3762
3908
  const _as = "assignment-status";
3763
3909
  const _c = "client";
3910
+ const _cA = "createdAt";
3911
+ const _cB = "createdBy";
3912
+ const _cBA = "createdByArn";
3913
+ const _cSDC = "consumedSourceDocCount";
3914
+ const _cSS = "consumedSourceSize";
3764
3915
  const _co = "columns";
3765
3916
  const _ct = "creds-type";
3766
3917
  const _d = "description";
@@ -3778,22 +3929,41 @@ const _iOP = "includeOutputPayload";
3778
3929
  const _k = "keys";
3779
3930
  const _lUAT = "lastUpdateAttemptTime";
3780
3931
  const _lUFR = "lastUpdateFailureReason";
3932
+ const _mC = "maxContributors";
3781
3933
  const _mr = "max-results";
3782
3934
  const _mr_ = "max-result";
3783
3935
  const _n = "namespace";
3936
+ const _na = "name";
3784
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";
3785
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";
3786
3950
  const _rd = "reset-disabled";
3951
+ const _re = "resources";
3787
3952
  const _rtf = "restore-to-folders";
3788
3953
  const _rwid = "recovery-window-in-days";
3789
3954
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.quicksight";
3955
+ const _sA = "spaceArn";
3956
+ const _sI = "spaceId";
3790
3957
  const _se = "server";
3791
3958
  const _sl = "session-lifetime";
3792
3959
  const _spe = "state-persistence-enabled";
3793
3960
  const _t = "type";
3961
+ const _uA = "updatedAt";
3794
3962
  const _uLN = "userLoginName";
3963
+ const _uN = "userName";
3795
3964
  const _ua = "user-arn";
3796
3965
  const _urd = "undo-redo-disabled";
3966
+ const _v = "value";
3797
3967
  const _vI = "versionId";
3798
3968
  const _vn = "version-number";
3799
3969
  const n0 = "com.amazonaws.quicksight";
@@ -3976,7 +4146,8 @@ var Prefix = [0, n0, _P, 8, 0];
3976
4146
  var PrivateKey = [0, n0, _PK, 8, 0];
3977
4147
  var PrivateKeyPassphrase = [0, n0, _PKP, 8, 0];
3978
4148
  var QAQueryText = [0, n0, _QAQT, 8, 0];
3979
- var SensitiveDouble = [0, n0, _SD, 8, 1];
4149
+ var SensitiveDocument = [0, n0, _SD, 8, 15];
4150
+ var SensitiveDouble = [0, n0, _SDe, 8, 1];
3980
4151
  var SensitiveDoubleObject = [0, n0, _SDO, 8, 1];
3981
4152
  var SensitiveIOPayload = [0, n0, _SIOP, 8, 0];
3982
4153
  var SensitiveLong = [0, n0, _SL, 8, 1];
@@ -3984,10 +4155,14 @@ var SensitiveLongObject = [0, n0, _SLO, 8, 1];
3984
4155
  var SensitiveS3Uri = [0, n0, _SSU, 8, 0];
3985
4156
  var SensitiveString = [0, n0, _SS, 8, 0];
3986
4157
  var SensitiveStringObject = [0, n0, _SSO, 8, 0];
3987
- var SensitiveTimestamp = [0, n0, _ST, 8, 4];
4158
+ var SensitiveText = [0, n0, _ST, 8, 0];
4159
+ var SensitiveTimestamp = [0, n0, _STe, 8, 4];
3988
4160
  var SessionTagValue = [0, n0, _STV, 8, 0];
4161
+ var SpaceDescription = [0, n0, _SDp, 8, 0];
3989
4162
  var SqlQuery = [0, n0, _SQ, 8, 0];
4163
+ var StyleDescription = [0, n0, _SDt, 8, 0];
3990
4164
  var Suffix = [0, n0, _S, 8, 0];
4165
+ var WelcomeMessage = [0, n0, _WM, 8, 0];
3991
4166
  export var AccountCustomization$ = [3, n0, _AC,
3992
4167
  0,
3993
4168
  [_DT, _DECT],
@@ -4038,17 +4213,32 @@ export var AdHocFilteringOption$ = [3, n0, _AHFO,
4038
4213
  [_ASv],
4039
4214
  [0]
4040
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
+ ];
4041
4231
  export var AggFunction$ = [3, n0, _AF,
4042
4232
  0,
4043
- [_Ag, _AFP, _Pe, _PF],
4233
+ [_Agg, _AFP, _Pe, _PF],
4044
4234
  [0, 128 | 0, 0, 0]
4045
4235
  ];
4046
4236
  export var AggregateOperation$ = [3, n0, _AO,
4047
4237
  0,
4048
- [_Al, _So, _Agg, _GBCN],
4238
+ [_Al, _So, _Aggr, _GBCN],
4049
4239
  [0, () => TransformOperationSource$, () => AggregationList, 64 | 0], 3
4050
4240
  ];
4051
- export var Aggregation$ = [3, n0, _Ag,
4241
+ export var Aggregation$ = [3, n0, _Agg,
4052
4242
  0,
4053
4243
  [_AFg, _NCN, _NCI],
4054
4244
  [() => DataPrepAggregationFunction$, 0, 0], 3
@@ -4065,7 +4255,7 @@ export var AggregationPartitionBy$ = [3, n0, _APB,
4065
4255
  ];
4066
4256
  export var AggregationSortConfiguration$ = [3, n0, _ASC,
4067
4257
  0,
4068
- [_C, _SDo, _AFg],
4258
+ [_Co, _SDo, _AFg],
4069
4259
  [() => ColumnIdentifier$, 0, () => AggregationFunction$], 2
4070
4260
  ];
4071
4261
  export var AllSheetsFilterScopeConfiguration$ = [3, n0, _ASFSC,
@@ -4113,7 +4303,7 @@ export var AnalysisError$ = [3, n0, _AE,
4113
4303
  [_T, _M, _VE],
4114
4304
  [0, 0, () => EntityList]
4115
4305
  ];
4116
- export var AnalysisSearchFilter$ = [3, n0, _ASF,
4306
+ export var AnalysisSearchFilter$ = [3, n0, _ASFn,
4117
4307
  0,
4118
4308
  [_O, _N, _V],
4119
4309
  [0, 0, 0]
@@ -4345,7 +4535,7 @@ export var AssetBundleImportJobDataSourceCredentials$ = [3, n0, _ABIJDSC,
4345
4535
  ];
4346
4536
  export var AssetBundleImportJobDataSourceOverrideParameters$ = [3, n0, _ABIJDSOPss,
4347
4537
  0,
4348
- [_DSIat, _N, _DSP, _VCP, _SP, _Cr],
4538
+ [_DSIat, _N, _DSP, _VCP, _SPs, _Cr],
4349
4539
  [0, 0, () => DataSourceParameters$, () => VpcConnectionProperties$, () => SslProperties$, [() => AssetBundleImportJobDataSourceCredentials$, 0]], 1
4350
4540
  ];
4351
4541
  export var AssetBundleImportJobDataSourceOverridePermissions$ = [3, n0, _ABIJDSOPsse,
@@ -4545,7 +4735,7 @@ export var AxisLabelOptions$ = [3, n0, _ALO,
4545
4735
  ];
4546
4736
  export var AxisLabelReferenceOptions$ = [3, n0, _ALRO,
4547
4737
  0,
4548
- [_FIi, _C],
4738
+ [_FIi, _Co],
4549
4739
  [0, () => ColumnIdentifier$], 2
4550
4740
  ];
4551
4741
  export var AxisLinearScale$ = [3, n0, _ALS,
@@ -4570,12 +4760,12 @@ export var AxisTickLabelOptions$ = [3, n0, _ATLO,
4570
4760
  ];
4571
4761
  export var BarChartAggregatedFieldWells$ = [3, n0, _BCAFW,
4572
4762
  0,
4573
- [_Ca, _Va, _Co, _SM],
4763
+ [_Ca, _Va, _Col, _SM],
4574
4764
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList, () => SmallMultiplesDimensionFieldList]
4575
4765
  ];
4576
4766
  export var BarChartConfiguration$ = [3, n0, _BCC,
4577
4767
  0,
4578
- [_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],
4579
4769
  [() => BarChartFieldWells$, () => BarChartSortConfiguration$, 0, 0, () => VisualPalette$, () => SmallMultiplesOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => ChartAxisLabelOptions$, () => BarChartDefaultSeriesSettings$, () => BarSeriesItemList, () => LegendOptions$, () => DataLabelOptions$, () => TooltipOptions$, () => ReferenceLineList, () => ContributionAnalysisDefaultList, () => VisualInteractionOptions$]
4580
4770
  ];
4581
4771
  export var BarChartDefaultSeriesSettings$ = [3, n0, _BCDSS,
@@ -4660,12 +4850,12 @@ export var BodySectionContent$ = [3, n0, _BSCo,
4660
4850
  ];
4661
4851
  export var BodySectionDynamicCategoryDimensionConfiguration$ = [3, n0, _BSDCDC,
4662
4852
  0,
4663
- [_C, _Li, _SBM],
4853
+ [_Co, _Li, _SBM],
4664
4854
  [() => ColumnIdentifier$, 1, () => BodySectionDynamicDimensionSortConfigurationList], 1
4665
4855
  ];
4666
4856
  export var BodySectionDynamicNumericDimensionConfiguration$ = [3, n0, _BSDNDC,
4667
4857
  0,
4668
- [_C, _Li, _SBM],
4858
+ [_Co, _Li, _SBM],
4669
4859
  [() => ColumnIdentifier$, 1, () => BodySectionDynamicDimensionSortConfigurationList], 1
4670
4860
  ];
4671
4861
  export var BodySectionRepeatConfiguration$ = [3, n0, _BSRC,
@@ -4695,7 +4885,7 @@ export var BorderSettings$ = [3, n0, _BS,
4695
4885
  ];
4696
4886
  export var BorderStyle$ = [3, n0, _BSo,
4697
4887
  0,
4698
- [_Col, _Sho, _W],
4888
+ [_Colo, _Sho, _W],
4699
4889
  [0, 2, 0]
4700
4890
  ];
4701
4891
  export var BoxPlotAggregatedFieldWells$ = [3, n0, _BPAFW,
@@ -4705,7 +4895,7 @@ export var BoxPlotAggregatedFieldWells$ = [3, n0, _BPAFW,
4705
4895
  ];
4706
4896
  export var BoxPlotChartConfiguration$ = [3, n0, _BPCC,
4707
4897
  0,
4708
- [_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],
4709
4899
  [() => BoxPlotFieldWells$, () => BoxPlotSortConfiguration$, () => BoxPlotOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => LegendOptions$, () => TooltipOptions$, () => ReferenceLineList, () => VisualPalette$, () => VisualInteractionOptions$]
4710
4900
  ];
4711
4901
  export var BoxPlotFieldWells$ = [3, n0, _BPFW,
@@ -4775,17 +4965,17 @@ export var CalculatedMeasureField$ = [3, n0, _CMF,
4775
4965
  ];
4776
4966
  export var CancelIngestionRequest$ = [3, n0, _CIR,
4777
4967
  0,
4778
- [_AAI, _DSI, _II],
4968
+ [_AAI, _DSI, _IIn],
4779
4969
  [[0, 1], [0, 1], [0, 1]], 3
4780
4970
  ];
4781
4971
  export var CancelIngestionResponse$ = [3, n0, _CIRa,
4782
4972
  0,
4783
- [_A, _II, _RI, _St],
4973
+ [_A, _IIn, _RI, _St],
4784
4974
  [0, 0, 0, [1, 32]]
4785
4975
  ];
4786
4976
  export var Capabilities$ = [3, n0, _Cap,
4787
4977
  0,
4788
- [_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],
4789
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]
4790
4980
  ];
4791
4981
  export var CascadingControlConfiguration$ = [3, n0, _CCC,
@@ -4810,22 +5000,22 @@ export var CastColumnTypesOperation$ = [3, n0, _CCTOa,
4810
5000
  ];
4811
5001
  export var CategoricalDimensionField$ = [3, n0, _CDF,
4812
5002
  0,
4813
- [_FIi, _C, _HI, _FCor],
5003
+ [_FIi, _Co, _HI, _FCor],
4814
5004
  [0, () => ColumnIdentifier$, 0, [() => StringFormatConfiguration$, 0]], 2
4815
5005
  ];
4816
5006
  export var CategoricalMeasureField$ = [3, n0, _CMFa,
4817
5007
  0,
4818
- [_FIi, _C, _AFg, _FCor],
5008
+ [_FIi, _Co, _AFg, _FCor],
4819
5009
  [0, () => ColumnIdentifier$, 0, [() => StringFormatConfiguration$, 0]], 2
4820
5010
  ];
4821
5011
  export var CategoryDrillDownFilter$ = [3, n0, _CDDF,
4822
5012
  0,
4823
- [_C, _CV],
5013
+ [_Co, _CV],
4824
5014
  [() => ColumnIdentifier$, 64 | 0], 2
4825
5015
  ];
4826
5016
  export var CategoryFilter$ = [3, n0, _CFat,
4827
5017
  0,
4828
- [_FIil, _C, _Conf, _DFCC],
5018
+ [_FIil, _Co, _Conf, _DFCC],
4829
5019
  [0, () => ColumnIdentifier$, () => CategoryFilterConfiguration$, () => DefaultFilterControlConfiguration$], 3
4830
5020
  ];
4831
5021
  export var CategoryFilterConfiguration$ = [3, n0, _CFC,
@@ -4835,7 +5025,7 @@ export var CategoryFilterConfiguration$ = [3, n0, _CFC,
4835
5025
  ];
4836
5026
  export var CategoryInnerFilter$ = [3, n0, _CIF,
4837
5027
  0,
4838
- [_C, _Conf, _DFCC],
5028
+ [_Co, _Conf, _DFCC],
4839
5029
  [() => ColumnIdentifier$, () => CategoryFilterConfiguration$, () => DefaultFilterControlConfiguration$], 2
4840
5030
  ];
4841
5031
  export var CellValueSynonym$ = [3, n0, _CVS,
@@ -4880,7 +5070,7 @@ export var CollectiveConstantEntry$ = [3, n0, _CCE,
4880
5070
  ];
4881
5071
  export var ColorScale$ = [3, n0, _CSol,
4882
5072
  0,
4883
- [_Co, _CFT, _NVC],
5073
+ [_Col, _CFT, _NVC],
4884
5074
  [() => ColorScaleColorList, 0, () => DataColor$], 2
4885
5075
  ];
4886
5076
  export var ColorsConfiguration$ = [3, n0, _CCol,
@@ -4890,7 +5080,7 @@ export var ColorsConfiguration$ = [3, n0, _CCol,
4890
5080
  ];
4891
5081
  export var ColumnConfiguration$ = [3, n0, _CColu,
4892
5082
  0,
4893
- [_C, _FCor, _Ro, _CCol, _DSC],
5083
+ [_Co, _FCor, _Ro, _CCol, _DSC],
4894
5084
  [() => ColumnIdentifier$, [() => FormatConfiguration$, 0], 0, [() => ColorsConfiguration$, 0], () => DecalSettingsConfiguration$], 1
4895
5085
  ];
4896
5086
  export var ColumnDescription$ = [3, n0, _CD,
@@ -4935,7 +5125,7 @@ export var ColumnSchema$ = [3, n0, _CSolu,
4935
5125
  ];
4936
5126
  export var ColumnSemanticProperty$ = [3, n0, _CSP,
4937
5127
  0,
4938
- [_D, _ANd, _STe],
5128
+ [_D, _ANd, _STem],
4939
5129
  [[() => ColumnDescription$, 0], [() => AdditionalNotes$, 0], () => ColumnSemanticType$]
4940
5130
  ];
4941
5131
  export var ColumnSemanticType$ = [3, n0, _CST,
@@ -4955,7 +5145,7 @@ export var ColumnTag$ = [3, n0, _CTol,
4955
5145
  ];
4956
5146
  export var ColumnTooltipItem$ = [3, n0, _CTI,
4957
5147
  0,
4958
- [_C, _Lab, _Vi, _Ag, _TT],
5148
+ [_Co, _Lab, _Vi, _Agg, _TT],
4959
5149
  [() => ColumnIdentifier$, 0, 0, () => AggregationFunction$, 0], 1
4960
5150
  ];
4961
5151
  export var ColumnToUnpivot$ = [3, n0, _CTU,
@@ -4965,12 +5155,12 @@ export var ColumnToUnpivot$ = [3, n0, _CTU,
4965
5155
  ];
4966
5156
  export var ComboChartAggregatedFieldWells$ = [3, n0, _CCAFW,
4967
5157
  0,
4968
- [_Ca, _BVa, _Co, _LV],
5158
+ [_Ca, _BVa, _Col, _LV],
4969
5159
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList, () => MeasureFieldList]
4970
5160
  ];
4971
5161
  export var ComboChartConfiguration$ = [3, n0, _CCCo,
4972
5162
  0,
4973
- [_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],
4974
5164
  [() => ComboChartFieldWells$, () => ComboChartSortConfiguration$, 0, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => SingleAxisOptions$, () => ChartAxisLabelOptions$, () => ComboChartDefaultSeriesSettings$, () => ComboSeriesItemList, () => LegendOptions$, () => DataLabelOptions$, () => DataLabelOptions$, () => TooltipOptions$, () => ReferenceLineList, () => VisualPalette$, () => VisualInteractionOptions$]
4975
5165
  ];
4976
5166
  export var ComboChartDefaultSeriesSettings$ = [3, n0, _CCDSS,
@@ -5030,7 +5220,7 @@ export var ConditionalFormattingColor$ = [3, n0, _CFCon,
5030
5220
  ];
5031
5221
  export var ConditionalFormattingCustomIconCondition$ = [3, n0, _CFCIC,
5032
5222
  0,
5033
- [_Ex, _IO, _Col, _DCi],
5223
+ [_Ex, _IO, _Colo, _DCi],
5034
5224
  [[() => Expression, 0], () => ConditionalFormattingCustomIconOptions$, 0, () => ConditionalFormattingIconDisplayConfiguration$], 2
5035
5225
  ];
5036
5226
  export var ConditionalFormattingCustomIconOptions$ = [3, n0, _CFCIO,
@@ -5040,7 +5230,7 @@ export var ConditionalFormattingCustomIconOptions$ = [3, n0, _CFCIO,
5040
5230
  ];
5041
5231
  export var ConditionalFormattingGradientColor$ = [3, n0, _CFGC,
5042
5232
  0,
5043
- [_Ex, _Col],
5233
+ [_Ex, _Colo],
5044
5234
  [[() => Expression, 0], () => GradientColor$], 2
5045
5235
  ];
5046
5236
  export var ConditionalFormattingIcon$ = [3, n0, _CFI,
@@ -5060,7 +5250,7 @@ export var ConditionalFormattingIconSet$ = [3, n0, _CFIS,
5060
5250
  ];
5061
5251
  export var ConditionalFormattingSolidColor$ = [3, n0, _CFSC,
5062
5252
  0,
5063
- [_Ex, _Col],
5253
+ [_Ex, _Colo],
5064
5254
  [[() => Expression, 0], 0], 1
5065
5255
  ];
5066
5256
  export var ConfluenceParameters$ = [3, n0, _CPo,
@@ -5143,12 +5333,22 @@ export var CreateActionConnectorResponse$ = [3, n0, _CACRrea,
5143
5333
  [_A, _CSre, _ACI, _RI, _St],
5144
5334
  [0, 0, 0, 0, [1, 32]]
5145
5335
  ];
5146
- 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,
5147
5347
  0,
5148
5348
  [_AAI, _AIn, _N, _Par, _Per, _SE, _TA, _Ta, _De, _VSa, _FAo],
5149
5349
  [[0, 1], [0, 1], 0, [() => _Parameters$, 0], () => ResourcePermissionList, () => AnalysisSourceEntity$, 0, () => TagList, [() => AnalysisDefinition$, 0], () => ValidationStrategy$, 64 | 0], 3
5150
5350
  ];
5151
- export var CreateAnalysisResponse$ = [3, n0, _CARr,
5351
+ export var CreateAnalysisResponse$ = [3, n0, _CARrea,
5152
5352
  0,
5153
5353
  [_A, _AIn, _CSre, _St, _RI],
5154
5354
  [0, 0, 0, [1, 32], 0]
@@ -5190,17 +5390,17 @@ export var CreateDashboardResponse$ = [3, n0, _CDRr,
5190
5390
  ];
5191
5391
  export var CreateDataSetRequest$ = [3, n0, _CDSR,
5192
5392
  0,
5193
- [_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],
5194
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
5195
5395
  ];
5196
5396
  export var CreateDataSetResponse$ = [3, n0, _CDSRr,
5197
5397
  0,
5198
- [_A, _DSI, _IAng, _II, _RI, _St],
5398
+ [_A, _DSI, _IAng, _IIn, _RI, _St],
5199
5399
  [0, 0, 0, 0, 0, [1, 32]]
5200
5400
  ];
5201
5401
  export var CreateDataSourceRequest$ = [3, n0, _CDSRre,
5202
5402
  0,
5203
- [_AAI, _DSIat, _N, _T, _DSP, _Cr, _Per, _VCP, _SP, _Ta, _FAo],
5403
+ [_AAI, _DSIat, _N, _T, _DSP, _Cr, _Per, _VCP, _SPs, _Ta, _FAo],
5204
5404
  [[0, 1], 0, 0, 0, () => DataSourceParameters$, [() => DataSourceCredentials$, 0], () => ResourcePermissionList, () => VpcConnectionProperties$, () => SslProperties$, () => TagList, 64 | 0], 4
5205
5405
  ];
5206
5406
  export var CreateDataSourceResponse$ = [3, n0, _CDSRrea,
@@ -5208,6 +5408,16 @@ export var CreateDataSourceResponse$ = [3, n0, _CDSRrea,
5208
5408
  [_A, _DSIat, _CSre, _RI, _St],
5209
5409
  [0, 0, 0, 0, [1, 32]]
5210
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
+ ];
5211
5421
  export var CreateFolderMembershipRequest$ = [3, n0, _CFMR,
5212
5422
  0,
5213
5423
  [_AAI, _FI, _MI, _MT],
@@ -5218,12 +5428,12 @@ export var CreateFolderMembershipResponse$ = [3, n0, _CFMRr,
5218
5428
  [_St, _FM, _RI],
5219
5429
  [1, () => FolderMember$, 0]
5220
5430
  ];
5221
- export var CreateFolderRequest$ = [3, n0, _CFR,
5431
+ export var CreateFolderRequest$ = [3, n0, _CFRre,
5222
5432
  0,
5223
5433
  [_AAI, _FI, _N, _FT, _PFA, _Per, _Ta, _SMh],
5224
5434
  [[0, 1], [0, 1], 0, 0, 0, () => ResourcePermissionList, () => TagList, 0], 2
5225
5435
  ];
5226
- export var CreateFolderResponse$ = [3, n0, _CFRr,
5436
+ export var CreateFolderResponse$ = [3, n0, _CFRrea,
5227
5437
  0,
5228
5438
  [_St, _A, _FI, _RI],
5229
5439
  [[1, 32], 0, 0, 0]
@@ -5260,12 +5470,12 @@ export var CreateIAMPolicyAssignmentResponse$ = [3, n0, _CIAMPARr,
5260
5470
  ];
5261
5471
  export var CreateIngestionRequest$ = [3, n0, _CIRr,
5262
5472
  0,
5263
- [_DSI, _II, _AAI, _ITn],
5473
+ [_DSI, _IIn, _AAI, _ITn],
5264
5474
  [[0, 1], [0, 1], [0, 1], 0], 3
5265
5475
  ];
5266
5476
  export var CreateIngestionResponse$ = [3, n0, _CIRre,
5267
5477
  0,
5268
- [_A, _II, _ISn, _RI, _St],
5478
+ [_A, _IIn, _ISn, _RI, _St],
5269
5479
  [0, 0, 0, 0, [1, 32]]
5270
5480
  ];
5271
5481
  export var CreateNamespaceRequest$ = [3, n0, _CNR,
@@ -5308,6 +5518,16 @@ export var CreateRoleMembershipResponse$ = [3, n0, _CRMRr,
5308
5518
  [_RI, _St],
5309
5519
  [0, [1, 32]]
5310
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
+ ];
5311
5531
  export var CreateTemplateAliasRequest$ = [3, n0, _CTAR,
5312
5532
  0,
5313
5533
  [_AAI, _TIe, _ANl, _TVN],
@@ -5415,7 +5635,7 @@ export var CustomActionURLOperation$ = [3, n0, _CAURLO,
5415
5635
  ];
5416
5636
  export var CustomColor$ = [3, n0, _CCust,
5417
5637
  0,
5418
- [_Col, _FV, _SVp],
5638
+ [_Colo, _FV, _SVp],
5419
5639
  [0, [() => FieldValue, 0], 0], 1
5420
5640
  ];
5421
5641
  export var CustomConnectionParameters$ = [3, n0, _CCP,
@@ -5468,6 +5688,21 @@ export var CustomPermissions$ = [3, n0, _CPu,
5468
5688
  [_A, _CPN, _Cap],
5469
5689
  [0, 0, () => Capabilities$]
5470
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
+ ];
5471
5706
  export var CustomSql$ = [3, n0, _CSu,
5472
5707
  0,
5473
5708
  [_DSAa, _N, _SQ, _Colu],
@@ -5570,12 +5805,12 @@ export var DatabricksParameters$ = [3, n0, _DPa,
5570
5805
  ];
5571
5806
  export var DataColor$ = [3, n0, _DCa,
5572
5807
  0,
5573
- [_Col, _DVat],
5808
+ [_Colo, _DVat],
5574
5809
  [0, 1]
5575
5810
  ];
5576
5811
  export var DataColorPalette$ = [3, n0, _DCP,
5577
5812
  0,
5578
- [_Co, _MMG, _EFC],
5813
+ [_Col, _MMG, _EFC],
5579
5814
  [64 | 0, 64 | 0, 0]
5580
5815
  ];
5581
5816
  export var DataFieldBarSeriesItem$ = [3, n0, _DFBSI,
@@ -5605,7 +5840,7 @@ export var DataLabelType$ = [3, n0, _DLTa,
5605
5840
  ];
5606
5841
  export var DataPathColor$ = [3, n0, _DPCa,
5607
5842
  0,
5608
- [_El, _Col, _TG],
5843
+ [_El, _Colo, _TG],
5609
5844
  [() => DataPathValue$, 0, 0], 2
5610
5845
  ];
5611
5846
  export var DataPathLabelType$ = [3, n0, _DPLT,
@@ -5675,7 +5910,7 @@ export var DataQnAConfigurations$ = [3, n0, _DQAC,
5675
5910
  ];
5676
5911
  export var DataSet$ = [3, n0, _DSata,
5677
5912
  0,
5678
- [_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],
5679
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]]
5680
5915
  ];
5681
5916
  export var DataSetColumnIdMapping$ = [3, n0, _DSCIM,
@@ -5710,7 +5945,7 @@ export var DataSetDateRangeFilterCondition$ = [3, n0, _DSDRFC,
5710
5945
  ];
5711
5946
  export var DataSetIdentifierDeclaration$ = [3, n0, _DSIDa,
5712
5947
  0,
5713
- [_Ide, _DSAat],
5948
+ [_Iden, _DSAat],
5714
5949
  [0, 0], 2
5715
5950
  ];
5716
5951
  export var DatasetMetadata$ = [3, n0, _DM,
@@ -5800,7 +6035,7 @@ export var DataSetStringListFilterValue$ = [3, n0, _DSSLFV,
5800
6035
  ];
5801
6036
  export var DataSetSummary$ = [3, n0, _DSSat,
5802
6037
  0,
5803
- [_A, _DSI, _N, _CT, _LUT, _IM, _RLPDS, _RLPDSM, _RLPTCA, _CLPRA, _UA],
6038
+ [_A, _DSI, _N, _CT, _LUT, _IM, _RLPDS, _RLPDSM, _RLPTCA, _CLPRA, _UAs],
5804
6039
  [0, 0, 0, 4, 4, 0, () => RowLevelPermissionDataSet$, () => RowLevelPermissionDataSetMap, 2, 2, 0]
5805
6040
  ];
5806
6041
  export var DataSetUsageConfiguration$ = [3, n0, _DSUC,
@@ -5810,7 +6045,7 @@ export var DataSetUsageConfiguration$ = [3, n0, _DSUC,
5810
6045
  ];
5811
6046
  export var DataSource$ = [3, n0, _DSatao,
5812
6047
  0,
5813
- [_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],
5814
6049
  [0, 0, 0, 0, 0, 4, 4, () => DataSourceParameters$, () => DataSourceParametersList, () => VpcConnectionProperties$, () => SslProperties$, () => DataSourceErrorInfo$, 0]
5815
6050
  ];
5816
6051
  export var DataSourceCredentials$ = [3, n0, _DSCat,
@@ -5850,12 +6085,12 @@ export var DateAxisOptions$ = [3, n0, _DAO,
5850
6085
  ];
5851
6086
  export var DateDimensionField$ = [3, n0, _DDF,
5852
6087
  0,
5853
- [_FIi, _C, _DG, _HI, _FCor],
6088
+ [_FIi, _Co, _DG, _HI, _FCor],
5854
6089
  [0, () => ColumnIdentifier$, 0, 0, [() => DateTimeFormatConfiguration$, 0]], 2
5855
6090
  ];
5856
6091
  export var DateMeasureField$ = [3, n0, _DMF,
5857
6092
  0,
5858
- [_FIi, _C, _AFg, _FCor],
6093
+ [_FIi, _Co, _AFg, _FCor],
5859
6094
  [0, () => ColumnIdentifier$, 0, [() => DateTimeFormatConfiguration$, 0]], 2
5860
6095
  ];
5861
6096
  export var DateTimeDatasetParameter$ = [3, n0, _DTDP,
@@ -6068,12 +6303,22 @@ export var DeleteActionConnectorResponse$ = [3, n0, _DACRele,
6068
6303
  [_A, _ACI, _RI, _St],
6069
6304
  [0, 0, 0, [1, 32]]
6070
6305
  ];
6071
- 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,
6072
6317
  0,
6073
6318
  [_AAI, _AIn, _RWID, _FDWR],
6074
6319
  [[0, 1], [0, 1], [1, { [_hQ]: _rwid }], [2, { [_hQ]: _fdwr }]], 2
6075
6320
  ];
6076
- export var DeleteAnalysisResponse$ = [3, n0, _DARe,
6321
+ export var DeleteAnalysisResponse$ = [3, n0, _DARele,
6077
6322
  0,
6078
6323
  [_St, _A, _AIn, _DTe, _RI],
6079
6324
  [[1, 32], 0, 0, 4, 0]
@@ -6158,6 +6403,16 @@ export var DeleteDefaultQBusinessApplicationResponse$ = [3, n0, _DDQBARe,
6158
6403
  [_RI, _St],
6159
6404
  [0, [1, 32]]
6160
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
+ ];
6161
6416
  export var DeleteFolderMembershipRequest$ = [3, n0, _DFMR,
6162
6417
  0,
6163
6418
  [_AAI, _FI, _MI, _MT],
@@ -6168,12 +6423,12 @@ export var DeleteFolderMembershipResponse$ = [3, n0, _DFMRe,
6168
6423
  [_St, _RI],
6169
6424
  [1, 0]
6170
6425
  ];
6171
- export var DeleteFolderRequest$ = [3, n0, _DFR,
6426
+ export var DeleteFolderRequest$ = [3, n0, _DFRel,
6172
6427
  0,
6173
6428
  [_AAI, _FI],
6174
6429
  [[0, 1], [0, 1]], 2
6175
6430
  ];
6176
- export var DeleteFolderResponse$ = [3, n0, _DFRe,
6431
+ export var DeleteFolderResponse$ = [3, n0, _DFRele,
6177
6432
  0,
6178
6433
  [_St, _A, _FI, _RI],
6179
6434
  [[1, 32], 0, 0, 0]
@@ -6268,6 +6523,16 @@ export var DeleteRoleMembershipResponse$ = [3, n0, _DRMRe,
6268
6523
  [_RI, _St],
6269
6524
  [0, [1, 32]]
6270
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
+ ];
6271
6536
  export var DeleteTemplateAliasRequest$ = [3, n0, _DTAR,
6272
6537
  0,
6273
6538
  [_AAI, _TIe, _ANl],
@@ -6428,6 +6693,26 @@ export var DescribeActionConnectorResponse$ = [3, n0, _DACRescri,
6428
6693
  [_ACc, _RI, _St],
6429
6694
  [[() => ActionConnector$, 0], 0, [1, 32]]
6430
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
+ ];
6431
6716
  export var DescribeAnalysisDefinitionRequest$ = [3, n0, _DADR,
6432
6717
  0,
6433
6718
  [_AAI, _AIn],
@@ -6438,22 +6723,22 @@ export var DescribeAnalysisDefinitionResponse$ = [3, n0, _DADRe,
6438
6723
  [_AIn, _N, _Err, _RSes, _TA, _De, _St, _RI],
6439
6724
  [0, 0, () => AnalysisErrorList, 0, 0, [() => AnalysisDefinition$, 0], [1, 32], 0]
6440
6725
  ];
6441
- export var DescribeAnalysisPermissionsRequest$ = [3, n0, _DAPR,
6726
+ export var DescribeAnalysisPermissionsRequest$ = [3, n0, _DAPRes,
6442
6727
  0,
6443
6728
  [_AAI, _AIn],
6444
6729
  [[0, 1], [0, 1]], 2
6445
6730
  ];
6446
- export var DescribeAnalysisPermissionsResponse$ = [3, n0, _DAPRe,
6731
+ export var DescribeAnalysisPermissionsResponse$ = [3, n0, _DAPResc,
6447
6732
  0,
6448
6733
  [_AIn, _AAn, _Per, _St, _RI],
6449
6734
  [0, 0, () => UpdateResourcePermissionList, [1, 32], 0]
6450
6735
  ];
6451
- export var DescribeAnalysisRequest$ = [3, n0, _DARes,
6736
+ export var DescribeAnalysisRequest$ = [3, n0, _DARescr,
6452
6737
  0,
6453
6738
  [_AAI, _AIn],
6454
6739
  [[0, 1], [0, 1]], 2
6455
6740
  ];
6456
- export var DescribeAnalysisResponse$ = [3, n0, _DAResc,
6741
+ export var DescribeAnalysisResponse$ = [3, n0, _DARescri,
6457
6742
  0,
6458
6743
  [_An, _St, _RI],
6459
6744
  [() => Analysis$, [1, 32], 0]
@@ -6485,7 +6770,7 @@ export var DescribeAutomationJobRequest$ = [3, n0, _DAJR,
6485
6770
  ];
6486
6771
  export var DescribeAutomationJobResponse$ = [3, n0, _DAJRe,
6487
6772
  0,
6488
- [_A, _JS, _CAr, _SAt, _EAn, _IPn, _OPu, _RI],
6773
+ [_A, _JS, _CA, _SAt, _EAn, _IPn, _OPu, _RI],
6489
6774
  [0, 0, 4, 4, 4, [() => SensitiveIOPayload, 0], [() => SensitiveIOPayload, 0], 0], 2
6490
6775
  ];
6491
6776
  export var DescribeBrandAssignmentRequest$ = [3, n0, _DBARes,
@@ -6648,6 +6933,16 @@ export var DescribeDefaultQBusinessApplicationResponse$ = [3, n0, _DDQBAResc,
6648
6933
  [_RI, _St, _AIp],
6649
6934
  [0, [1, 32], 0]
6650
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
+ ];
6651
6946
  export var DescribeFolderPermissionsRequest$ = [3, n0, _DFPR,
6652
6947
  0,
6653
6948
  [_AAI, _FI, _Na, _MR, _NT],
@@ -6658,7 +6953,7 @@ export var DescribeFolderPermissionsResponse$ = [3, n0, _DFPRe,
6658
6953
  [_St, _FI, _A, _Per, _RI, _NT],
6659
6954
  [[1, 32], 0, 0, () => ResourcePermissionList, 0, 0]
6660
6955
  ];
6661
- export var DescribeFolderRequest$ = [3, n0, _DFRes,
6956
+ export var DescribeFolderRequest$ = [3, n0, _DFRescr,
6662
6957
  0,
6663
6958
  [_AAI, _FI],
6664
6959
  [[0, 1], [0, 1]], 2
@@ -6673,7 +6968,7 @@ export var DescribeFolderResolvedPermissionsResponse$ = [3, n0, _DFRPRe,
6673
6968
  [_St, _FI, _A, _Per, _RI, _NT],
6674
6969
  [[1, 32], 0, 0, () => ResourcePermissionList, 0, 0]
6675
6970
  ];
6676
- export var DescribeFolderResponse$ = [3, n0, _DFResc,
6971
+ export var DescribeFolderResponse$ = [3, n0, _DFRescri,
6677
6972
  0,
6678
6973
  [_St, _Fol, _RI],
6679
6974
  [[1, 32], () => Folder$, 0]
@@ -6710,7 +7005,7 @@ export var DescribeIAMPolicyAssignmentResponse$ = [3, n0, _DIAMPAResc,
6710
7005
  ];
6711
7006
  export var DescribeIngestionRequest$ = [3, n0, _DIR,
6712
7007
  0,
6713
- [_AAI, _DSI, _II],
7008
+ [_AAI, _DSI, _IIn],
6714
7009
  [[0, 1], [0, 1], [0, 1]], 3
6715
7010
  ];
6716
7011
  export var DescribeIngestionResponse$ = [3, n0, _DIRe,
@@ -6808,6 +7103,26 @@ export var DescribeSelfUpgradeConfigurationResponse$ = [3, n0, _DSUCRe,
6808
7103
  [_SUC, _RI, _St],
6809
7104
  [() => SelfUpgradeConfiguration$, 0, [1, 32]]
6810
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
+ ];
6811
7126
  export var DescribeTemplateAliasRequest$ = [3, n0, _DTARes,
6812
7127
  0,
6813
7128
  [_AAI, _TIe, _ANl],
@@ -6960,7 +7275,7 @@ export var DimensionField$ = [3, n0, _DFim,
6960
7275
  ];
6961
7276
  export var DisplayFormatOptions$ = [3, n0, _DFO,
6962
7277
  0,
6963
- [_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],
6964
7279
  [2, 0, 0, 0, 0, 2, 1, 0, 0, 0, () => NegativeFormat$, 0]
6965
7280
  ];
6966
7281
  export var DonutCenterOptions$ = [3, n0, _DCO,
@@ -7048,6 +7363,16 @@ export var FailedKeyRegistrationEntry$ = [3, n0, _FKRE,
7048
7363
  [_M, _SCt, _SFe, _KA],
7049
7364
  [0, 1, 2, 0], 3
7050
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
+ ];
7051
7376
  export var FieldBarSeriesItem$ = [3, n0, _FBSI,
7052
7377
  0,
7053
7378
  [_FIi, _Set],
@@ -7228,6 +7553,11 @@ export var FilterTextFieldControl$ = [3, n0, _FTFC,
7228
7553
  [_FCI, _SFI, _Tit, _DOi, _CTFT],
7229
7554
  [0, 0, 0, () => TextFieldControlDisplayOptions$, () => ControlTitleFormatText$], 2
7230
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
+ ];
7231
7561
  export var FlowSummary$ = [3, n0, _FSl,
7232
7562
  0,
7233
7563
  [_A, _FIl, _N, _CT, _D, _CB, _LUT, _LUB, _PS, _RCu, _UCs, _LPB, _LPA],
@@ -7310,12 +7640,12 @@ export var FreeFormLayoutElement$ = [3, n0, _FFLE,
7310
7640
  ];
7311
7641
  export var FreeFormLayoutElementBackgroundStyle$ = [3, n0, _FFLEBS,
7312
7642
  0,
7313
- [_Vi, _Col],
7643
+ [_Vi, _Colo],
7314
7644
  [0, 0]
7315
7645
  ];
7316
7646
  export var FreeFormLayoutElementBorderStyle$ = [3, n0, _FFLEBSr,
7317
7647
  0,
7318
- [_Vi, _Col, _W],
7648
+ [_Vi, _Colo, _W],
7319
7649
  [0, 0, 0]
7320
7650
  ];
7321
7651
  export var FreeFormLayoutScreenCanvasSizeOptions$ = [3, n0, _FFLSCSO,
@@ -7410,7 +7740,7 @@ export var GeneratedAnswerResult$ = [3, n0, _GAR,
7410
7740
  ];
7411
7741
  export var GenerateEmbedUrlForAnonymousUserRequest$ = [3, n0, _GEUFAUR,
7412
7742
  0,
7413
- [_AAI, _Na, _ARA, _EC, _SLIM, _STes, _ADl],
7743
+ [_AAI, _Na, _ARA, _ECx, _SLIM, _STes, _ADl],
7414
7744
  [[0, 1], 0, 64 | 0, () => AnonymousUserEmbeddingExperienceConfiguration$, 1, [() => SessionTagList, 0], 64 | 0], 4
7415
7745
  ];
7416
7746
  export var GenerateEmbedUrlForAnonymousUserResponse$ = [3, n0, _GEUFAURe,
@@ -7420,7 +7750,7 @@ export var GenerateEmbedUrlForAnonymousUserResponse$ = [3, n0, _GEUFAURe,
7420
7750
  ];
7421
7751
  export var GenerateEmbedUrlForRegisteredUserRequest$ = [3, n0, _GEUFRUR,
7422
7752
  0,
7423
- [_AAI, _UAs, _EC, _SLIM, _ADl],
7753
+ [_AAI, _UAse, _ECx, _SLIM, _ADl],
7424
7754
  [[0, 1], 0, () => RegisteredUserEmbeddingExperienceConfiguration$, 1, 64 | 0], 3
7425
7755
  ];
7426
7756
  export var GenerateEmbedUrlForRegisteredUserResponse$ = [3, n0, _GEUFRURe,
@@ -7430,7 +7760,7 @@ export var GenerateEmbedUrlForRegisteredUserResponse$ = [3, n0, _GEUFRURe,
7430
7760
  ];
7431
7761
  export var GenerateEmbedUrlForRegisteredUserWithIdentityRequest$ = [3, n0, _GEUFRUWIR,
7432
7762
  0,
7433
- [_AAI, _EC, _SLIM, _ADl],
7763
+ [_AAI, _ECx, _SLIM, _ADl],
7434
7764
  [[0, 1], () => RegisteredUserEmbeddingExperienceConfiguration$, 1, 64 | 0], 2
7435
7765
  ];
7436
7766
  export var GenerateEmbedUrlForRegisteredUserWithIdentityResponse$ = [3, n0, _GEUFRUWIRe,
@@ -7460,7 +7790,7 @@ export var GeospatialCategoricalColor$ = [3, n0, _GCCe,
7460
7790
  ];
7461
7791
  export var GeospatialCategoricalDataColor$ = [3, n0, _GCDC,
7462
7792
  0,
7463
- [_Col, _DVat],
7793
+ [_Colo, _DVat],
7464
7794
  [0, 0], 2
7465
7795
  ];
7466
7796
  export var GeospatialCircleRadius$ = [3, n0, _GCR,
@@ -7500,12 +7830,12 @@ export var GeospatialGradientColor$ = [3, n0, _GGC,
7500
7830
  ];
7501
7831
  export var GeospatialGradientStepColor$ = [3, n0, _GGSC,
7502
7832
  0,
7503
- [_Col, _DVat],
7833
+ [_Colo, _DVat],
7504
7834
  [0, 1], 2
7505
7835
  ];
7506
7836
  export var GeospatialHeatmapColorScale$ = [3, n0, _GHCS,
7507
7837
  0,
7508
- [_Co],
7838
+ [_Col],
7509
7839
  [() => GeospatialHeatmapDataColorList]
7510
7840
  ];
7511
7841
  export var GeospatialHeatmapConfiguration$ = [3, n0, _GHC,
@@ -7515,7 +7845,7 @@ export var GeospatialHeatmapConfiguration$ = [3, n0, _GHC,
7515
7845
  ];
7516
7846
  export var GeospatialHeatmapDataColor$ = [3, n0, _GHDC,
7517
7847
  0,
7518
- [_Col],
7848
+ [_Colo],
7519
7849
  [0], 1
7520
7850
  ];
7521
7851
  export var GeospatialLayerColorField$ = [3, n0, _GLCF,
@@ -7565,7 +7895,7 @@ export var GeospatialLineWidth$ = [3, n0, _GLW,
7565
7895
  ];
7566
7896
  export var GeospatialMapAggregatedFieldWells$ = [3, n0, _GMAFW,
7567
7897
  0,
7568
- [_Ge, _Va, _Co],
7898
+ [_Ge, _Va, _Col],
7569
7899
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList]
7570
7900
  ];
7571
7901
  export var GeospatialMapConfiguration$ = [3, n0, _GMC,
@@ -7640,7 +7970,7 @@ export var GeospatialPolygonSymbolStyle$ = [3, n0, _GPSS,
7640
7970
  ];
7641
7971
  export var GeospatialSolidColor$ = [3, n0, _GSC,
7642
7972
  0,
7643
- [_Col, _Sta],
7973
+ [_Colo, _Sta],
7644
7974
  [0, 0], 1
7645
7975
  ];
7646
7976
  export var GeospatialStaticFileSource$ = [3, n0, _GSFS,
@@ -7655,7 +7985,7 @@ export var GeospatialWindowOptions$ = [3, n0, _GWO,
7655
7985
  ];
7656
7986
  export var GetDashboardEmbedUrlRequest$ = [3, n0, _GDEUR,
7657
7987
  0,
7658
- [_AAI, _DI, _ITd, _SLIM, _URD, _RDes, _SPE, _UAs, _Na, _ADI],
7988
+ [_AAI, _DI, _ITd, _SLIM, _URD, _RDese, _SPE, _UAse, _Na, _ADI],
7659
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
7660
7990
  ];
7661
7991
  export var GetDashboardEmbedUrlResponse$ = [3, n0, _GDEURe,
@@ -7690,12 +8020,12 @@ export var GetIdentityContextRequest$ = [3, n0, _GICR,
7690
8020
  ];
7691
8021
  export var GetIdentityContextResponse$ = [3, n0, _GICRe,
7692
8022
  0,
7693
- [_St, _RI, _Cont],
8023
+ [_St, _RI, _Conte],
7694
8024
  [[1, 32], 0, 0], 2
7695
8025
  ];
7696
8026
  export var GetSessionEmbedUrlRequest$ = [3, n0, _GSEUR,
7697
8027
  0,
7698
- [_AAI, _EPn, _SLIM, _UAs],
8028
+ [_AAI, _EPn, _SLIM, _UAse],
7699
8029
  [[0, 1], [0, { [_hQ]: _ep }], [1, { [_hQ]: _sl }], [0, { [_hQ]: _ua }]], 1
7700
8030
  ];
7701
8031
  export var GetSessionEmbedUrlResponse$ = [3, n0, _GSEURe,
@@ -7715,7 +8045,7 @@ export var GradientColor$ = [3, n0, _GCr,
7715
8045
  ];
7716
8046
  export var GradientStop$ = [3, n0, _GSr,
7717
8047
  0,
7718
- [_GO, _DVat, _Col],
8048
+ [_GO, _DVat, _Colo],
7719
8049
  [1, 1, 0], 1
7720
8050
  ];
7721
8051
  export var GridLayoutCanvasSizeOptions$ = [3, n0, _GLCSO,
@@ -7735,12 +8065,12 @@ export var GridLayoutElement$ = [3, n0, _GLE,
7735
8065
  ];
7736
8066
  export var GridLayoutElementBackgroundStyle$ = [3, n0, _GLEBS,
7737
8067
  0,
7738
- [_Vi, _Col],
8068
+ [_Vi, _Colo],
7739
8069
  [0, 0]
7740
8070
  ];
7741
8071
  export var GridLayoutElementBorderStyle$ = [3, n0, _GLEBSr,
7742
8072
  0,
7743
- [_Vi, _Col, _W],
8073
+ [_Vi, _Colo, _W],
7744
8074
  [0, 0, 0]
7745
8075
  ];
7746
8076
  export var GridLayoutScreenCanvasSizeOptions$ = [3, n0, _GLSCSO,
@@ -7843,9 +8173,9 @@ export var IAMPolicyAssignmentSummary$ = [3, n0, _IAMPAS,
7843
8173
  [_ANs, _ASs],
7844
8174
  [0, 0]
7845
8175
  ];
7846
- export var Identifier$ = [3, n0, _Ide,
8176
+ export var Identifier$ = [3, n0, _Iden,
7847
8177
  0,
7848
- [_Iden],
8178
+ [_Ide],
7849
8179
  [0], 1
7850
8180
  ];
7851
8181
  export var IdentityCenterConfiguration$ = [3, n0, _ICC,
@@ -7920,7 +8250,7 @@ export var IncrementalRefresh$ = [3, n0, _IR,
7920
8250
  ];
7921
8251
  export var Ingestion$ = [3, n0, _Ing,
7922
8252
  0,
7923
- [_A, _ISn, _CT, _II, _EI, _RIow, _QIu, _ITIS, _ISIB, _RSeq, _RTe],
8253
+ [_A, _ISn, _CT, _IIn, _EI, _RIow, _QIu, _ITIS, _ISIB, _RSeq, _RTe],
7924
8254
  [0, 0, 4, 0, () => ErrorInfo$, () => RowInfo$, () => QueueInfo$, 1, 1, 0, 0], 3
7925
8255
  ];
7926
8256
  export var InlineCustomInstruction$ = [3, n0, _ICI,
@@ -8050,7 +8380,7 @@ export var KPIFieldWells$ = [3, n0, _KPIFW,
8050
8380
  ];
8051
8381
  export var KPIOptions$ = [3, n0, _KPIO,
8052
8382
  0,
8053
- [_PBr, _TAr, _SVec, _Comp, _PVDT, _PVFC, _SVFC, _Spa, _VLOi],
8383
+ [_PBr, _TAr, _SVec, _Comp, _PVDT, _PVFC, _SVFC, _Spar, _VLOi],
8054
8384
  [() => ProgressBarOptions$, () => TrendArrowOptions$, () => SecondaryValueOptions$, () => ComparisonConfiguration$, 0, () => FontConfiguration$, () => FontConfiguration$, () => KPISparklineOptions$, () => KPIVisualLayoutOptions$]
8055
8385
  ];
8056
8386
  export var KPIPrimaryValueConditionalFormatting$ = [3, n0, _KPIPVCF,
@@ -8070,7 +8400,7 @@ export var KPISortConfiguration$ = [3, n0, _KPISC,
8070
8400
  ];
8071
8401
  export var KPISparklineOptions$ = [3, n0, _KPISO,
8072
8402
  0,
8073
- [_T, _Vi, _Col, _TVo],
8403
+ [_T, _Vi, _Colo, _TVo],
8074
8404
  [0, 0, 0, 0], 1
8075
8405
  ];
8076
8406
  export var KPIVisual$ = [3, n0, _KPIV,
@@ -8125,7 +8455,7 @@ export var LegendOptions$ = [3, n0, _LOeg,
8125
8455
  ];
8126
8456
  export var LineChartAggregatedFieldWells$ = [3, n0, _LCAFW,
8127
8457
  0,
8128
- [_Ca, _Va, _Co, _SM],
8458
+ [_Ca, _Va, _Col, _SM],
8129
8459
  [() => DimensionFieldList, () => MeasureFieldList, () => DimensionFieldList, () => SmallMultiplesDimensionFieldList]
8130
8460
  ];
8131
8461
  export var LineChartConfiguration$ = [3, n0, _LCC,
@@ -8150,7 +8480,7 @@ export var LineChartLineStyleSettings$ = [3, n0, _LCLSS,
8150
8480
  ];
8151
8481
  export var LineChartMarkerStyleSettings$ = [3, n0, _LCMSS,
8152
8482
  0,
8153
- [_MVa, _MSar, _MSark, _MCa],
8483
+ [_MVa, _MSar, _MSark, _MCar],
8154
8484
  [0, 0, 0, 0]
8155
8485
  ];
8156
8486
  export var LineChartSeriesSettings$ = [3, n0, _LCSS,
@@ -8188,12 +8518,22 @@ export var ListActionConnectorsResponse$ = [3, n0, _LACRi,
8188
8518
  [_ACSc, _NT, _RI, _St],
8189
8519
  [[() => ActionConnectorSummaryList, 0], 0, 0, [1, 32]], 1
8190
8520
  ];
8191
- 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,
8192
8532
  0,
8193
8533
  [_AAI, _NT, _MR],
8194
8534
  [[0, 1], [0, { [_hQ]: _nt }], [1, { [_hQ]: _mr }]], 1
8195
8535
  ];
8196
- export var ListAnalysesResponse$ = [3, n0, _LARi,
8536
+ export var ListAnalysesResponse$ = [3, n0, _LARist,
8197
8537
  0,
8198
8538
  [_ASL, _NT, _St, _RI],
8199
8539
  [() => AnalysisSummaryList, 0, [1, 32], 0]
@@ -8443,6 +8783,26 @@ export var ListSelfUpgradesResponse$ = [3, n0, _LSURi,
8443
8783
  [_SURD, _NT, _RI, _St],
8444
8784
  [() => SelfUpgradeRequestDetailList, 0, 0, [1, 32]]
8445
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
+ ];
8446
8806
  export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
8447
8807
  0,
8448
8808
  [_RAeso],
@@ -8690,7 +9050,7 @@ export var NamedEntityDefinition$ = [3, n0, _NED,
8690
9050
  ];
8691
9051
  export var NamedEntityDefinitionMetric$ = [3, n0, _NEDM,
8692
9052
  0,
8693
- [_Ag, _AFP],
9053
+ [_Agg, _AFP],
8694
9054
  [0, 128 | 0]
8695
9055
  ];
8696
9056
  export var NamedEntityRef$ = [3, n0, _NER,
@@ -8725,12 +9085,12 @@ export var NegativeValueConfiguration$ = [3, n0, _NVCe,
8725
9085
  ];
8726
9086
  export var NestedFilter$ = [3, n0, _NFe,
8727
9087
  0,
8728
- [_FIil, _C, _IIS, _IF],
9088
+ [_FIil, _Co, _IIS, _IF],
8729
9089
  [0, () => ColumnIdentifier$, 2, () => InnerFilter$], 4
8730
9090
  ];
8731
9091
  export var NetworkInterface$ = [3, n0, _NI,
8732
9092
  0,
8733
- [_SIub, _AZ, _EM, _St, _NII],
9093
+ [_SIubn, _AZ, _EM, _St, _NII],
8734
9094
  [0, 0, 0, 0, 0]
8735
9095
  ];
8736
9096
  export var NewDefaultValues$ = [3, n0, _NDVe,
@@ -8765,12 +9125,12 @@ export var NumericalAggregationFunction$ = [3, n0, _NAF,
8765
9125
  ];
8766
9126
  export var NumericalDimensionField$ = [3, n0, _NDF,
8767
9127
  0,
8768
- [_FIi, _C, _HI, _FCor],
9128
+ [_FIi, _Co, _HI, _FCor],
8769
9129
  [0, () => ColumnIdentifier$, 0, [() => NumberFormatConfiguration$, 0]], 2
8770
9130
  ];
8771
9131
  export var NumericalMeasureField$ = [3, n0, _NMF,
8772
9132
  0,
8773
- [_FIi, _C, _AFg, _FCor],
9133
+ [_FIi, _Co, _AFg, _FCor],
8774
9134
  [0, () => ColumnIdentifier$, () => NumericalAggregationFunction$, [() => NumberFormatConfiguration$, 0]], 2
8775
9135
  ];
8776
9136
  export var NumericAxisOptions$ = [3, n0, _NAO,
@@ -8780,12 +9140,12 @@ export var NumericAxisOptions$ = [3, n0, _NAO,
8780
9140
  ];
8781
9141
  export var NumericEqualityDrillDownFilter$ = [3, n0, _NEDDF,
8782
9142
  0,
8783
- [_C, _V],
9143
+ [_Co, _V],
8784
9144
  [() => ColumnIdentifier$, 1], 2
8785
9145
  ];
8786
9146
  export var NumericEqualityFilter$ = [3, n0, _NEF,
8787
9147
  0,
8788
- [_FIil, _C, _MO, _NO, _V, _SAOe, _AFg, _PN, _DFCC],
9148
+ [_FIil, _Co, _MO, _NO, _V, _SAOe, _AFg, _PN, _DFCC],
8789
9149
  [0, () => ColumnIdentifier$, 0, 0, 1, 0, () => AggregationFunction$, 0, () => DefaultFilterControlConfiguration$], 4
8790
9150
  ];
8791
9151
  export var NumericFormatConfiguration$ = [3, n0, _NFC,
@@ -8795,7 +9155,7 @@ export var NumericFormatConfiguration$ = [3, n0, _NFC,
8795
9155
  ];
8796
9156
  export var NumericRangeFilter$ = [3, n0, _NRF,
8797
9157
  0,
8798
- [_FIil, _C, _NO, _IMn, _IMnc, _RM, _RMa, _SAOe, _AFg, _DFCC],
9158
+ [_FIil, _Co, _NO, _IMn, _IMnc, _RM, _RMa, _SAOe, _AFg, _DFCC],
8799
9159
  [0, () => ColumnIdentifier$, 0, 2, 2, () => NumericRangeFilterValue$, () => NumericRangeFilterValue$, 0, () => AggregationFunction$, () => DefaultFilterControlConfiguration$], 3
8800
9160
  ];
8801
9161
  export var NumericRangeFilterValue$ = [3, n0, _NRFV,
@@ -9085,7 +9445,7 @@ export var PivotTableRowsLabelOptions$ = [3, n0, _PTRLO,
9085
9445
  ];
9086
9446
  export var PivotTableSortBy$ = [3, n0, _PTSB,
9087
9447
  0,
9088
- [_Fie, _C, _DPata],
9448
+ [_Fie, _Co, _DPata],
9089
9449
  [() => FieldSort$, () => ColumnSort$, [() => DataPathSort$, 0]]
9090
9450
  ];
9091
9451
  export var PivotTableSortConfiguration$ = [3, n0, _PTSC,
@@ -9225,7 +9585,7 @@ export var QuickSuiteActionsOption$ = [3, n0, _QSAO,
9225
9585
  ];
9226
9586
  export var RadarChartAggregatedFieldWells$ = [3, n0, _RCAFW,
9227
9587
  0,
9228
- [_Ca, _Col, _Va],
9588
+ [_Ca, _Colo, _Va],
9229
9589
  [() => RadarChartCategoryFieldList, () => RadarChartColorFieldList, () => RadarChartValuesFieldList]
9230
9590
  ];
9231
9591
  export var RadarChartAreaStyleSettings$ = [3, n0, _RCASS,
@@ -9235,7 +9595,7 @@ export var RadarChartAreaStyleSettings$ = [3, n0, _RCASS,
9235
9595
  ];
9236
9596
  export var RadarChartConfiguration$ = [3, n0, _RCC,
9237
9597
  0,
9238
- [_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],
9239
9599
  [() => RadarChartFieldWells$, () => RadarChartSortConfiguration$, 0, () => RadarChartSeriesSettings$, 1, () => VisualPalette$, 0, 0, 0, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => AxisDisplayOptions$, () => ChartAxisLabelOptions$, () => LegendOptions$, 0, () => VisualInteractionOptions$]
9240
9600
  ];
9241
9601
  export var RadarChartFieldWells$ = [3, n0, _RCFW,
@@ -9270,7 +9630,7 @@ export var RangeEndsLabelType$ = [3, n0, _RELT,
9270
9630
  ];
9271
9631
  export var RdsParameters$ = [3, n0, _RP,
9272
9632
  0,
9273
- [_IIn, _Dat],
9633
+ [_IIns, _Dat],
9274
9634
  [0, 0], 2
9275
9635
  ];
9276
9636
  export var ReadAPIKeyConnectionMetadata$ = [3, n0, _RAPIKCM,
@@ -9333,7 +9693,7 @@ export var RedshiftParameters$ = [3, n0, _RPe,
9333
9693
  [_Dat, _H, _Po, _CIl, _IAMP, _ICC],
9334
9694
  [0, 0, 1, 0, () => RedshiftIAMParameters$, () => IdentityCenterConfiguration$], 1
9335
9695
  ];
9336
- export var ReferenceLine$ = [3, n0, _RLe,
9696
+ export var ReferenceLine$ = [3, n0, _RLef,
9337
9697
  0,
9338
9698
  [_DCat, _St, _SCty, _LCabe],
9339
9699
  [() => ReferenceLineDataConfiguration$, 0, () => ReferenceLineStyleConfiguration$, () => ReferenceLineLabelConfiguration$], 1
@@ -9350,7 +9710,7 @@ export var ReferenceLineDataConfiguration$ = [3, n0, _RLDC,
9350
9710
  ];
9351
9711
  export var ReferenceLineDynamicDataConfiguration$ = [3, n0, _RLDDC,
9352
9712
  0,
9353
- [_C, _Cal, _MAF],
9713
+ [_Co, _Cal, _MAF],
9354
9714
  [() => ColumnIdentifier$, () => NumericalAggregationFunction$, () => AggregationFunction$], 2
9355
9715
  ];
9356
9716
  export var ReferenceLineLabelConfiguration$ = [3, n0, _RLLC,
@@ -9365,7 +9725,7 @@ export var ReferenceLineStaticDataConfiguration$ = [3, n0, _RLSDC,
9365
9725
  ];
9366
9726
  export var ReferenceLineStyleConfiguration$ = [3, n0, _RLSC,
9367
9727
  0,
9368
- [_Patt, _Col],
9728
+ [_Patt, _Colo],
9369
9729
  [0, 0]
9370
9730
  ];
9371
9731
  export var ReferenceLineValueLabelConfiguration$ = [3, n0, _RLVLC,
@@ -9470,7 +9830,7 @@ export var RelationalTable$ = [3, n0, _RTel,
9470
9830
  ];
9471
9831
  export var RelativeDatesFilter$ = [3, n0, _RDF,
9472
9832
  0,
9473
- [_FIil, _C, _ADC, _TG, _RDTe, _NO, _MG, _RDV, _PN, _EPC, _DFCC],
9833
+ [_FIil, _Co, _ADC, _TG, _RDTe, _NO, _MG, _RDV, _PN, _EPC, _DFCC],
9474
9834
  [0, () => ColumnIdentifier$, () => AnchorDateConfiguration$, 0, 0, 0, 0, 1, 0, () => ExcludePeriodConfiguration$, () => DefaultFilterControlConfiguration$], 6
9475
9835
  ];
9476
9836
  export var RelativeDateTimeControlDisplayOptions$ = [3, n0, _RDTCDO,
@@ -9653,12 +10013,22 @@ export var SearchActionConnectorsResponse$ = [3, n0, _SACRe,
9653
10013
  [_NT, _RI, _St, _ACSc],
9654
10014
  [0, 0, [1, 32], [() => ActionConnectorSummaryList, 0]]
9655
10015
  ];
9656
- 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,
9657
10027
  0,
9658
10028
  [_AAI, _Fi, _NT, _MR],
9659
10029
  [[0, 1], () => AnalysisSearchFilterList, 0, 1], 2
9660
10030
  ];
9661
- export var SearchAnalysesResponse$ = [3, n0, _SARe,
10031
+ export var SearchAnalysesResponse$ = [3, n0, _SARear,
9662
10032
  0,
9663
10033
  [_ASL, _NT, _St, _RI],
9664
10034
  [() => AnalysisSummaryList, 0, [1, 32], 0]
@@ -9728,6 +10098,16 @@ export var SearchGroupsResponse$ = [3, n0, _SGRe,
9728
10098
  [_GLr, _NT, _RI, _St],
9729
10099
  [() => GroupList, 0, 0, [1, 32]]
9730
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
+ ];
9731
10111
  export var SearchTopicsRequest$ = [3, n0, _STR,
9732
10112
  0,
9733
10113
  [_AAI, _Fi, _NT, _MR],
@@ -9808,12 +10188,12 @@ export var SemanticModelConfiguration$ = [3, n0, _SMC,
9808
10188
  [_TM, _SMe],
9809
10189
  [[() => SemanticTableMap, 0], [() => DataSetSemanticMetadataList, 0]]
9810
10190
  ];
9811
- export var SemanticTable$ = [3, n0, _STem,
10191
+ export var SemanticTable$ = [3, n0, _STema,
9812
10192
  0,
9813
10193
  [_Al, _DTI, _RLPC, _SMe],
9814
10194
  [0, 0, [() => RowLevelPermissionConfiguration$, 0], [() => TableSemanticMetadata$, 0]], 2
9815
10195
  ];
9816
- export var SemanticType$ = [3, n0, _STe,
10196
+ export var SemanticType$ = [3, n0, _STem,
9817
10197
  0,
9818
10198
  [_TNy, _STN, _TPy, _TCV, _TCVS, _FCVa, _FCVS],
9819
10199
  [0, 0, 128 | 0, [() => SensitiveString, 0], [() => SensitiveStringList, 0], [() => SensitiveString, 0], [() => SensitiveStringList, 0]]
@@ -9860,7 +10240,7 @@ export var Sheet$ = [3, n0, _She,
9860
10240
  ];
9861
10241
  export var SheetBackgroundStyle$ = [3, n0, _SBSh,
9862
10242
  0,
9863
- [_Col, _G],
10243
+ [_Colo, _G],
9864
10244
  [0, 0]
9865
10245
  ];
9866
10246
  export var SheetControlInfoIconLabelOptions$ = [3, n0, _SCIILO,
@@ -9975,7 +10355,7 @@ export var SignupResponse$ = [3, n0, _SRi,
9975
10355
  ];
9976
10356
  export var SimpleClusterMarker$ = [3, n0, _SCM,
9977
10357
  0,
9978
- [_Col],
10358
+ [_Colo],
9979
10359
  [0]
9980
10360
  ];
9981
10361
  export var SingleAxisOptions$ = [3, n0, _SAO,
@@ -10020,7 +10400,7 @@ export var SnapshotConfiguration$ = [3, n0, _SCn,
10020
10400
  ];
10021
10401
  export var SnapshotDestinationConfiguration$ = [3, n0, _SDC,
10022
10402
  0,
10023
- [_SDe],
10403
+ [_SDes],
10024
10404
  [() => SnapshotS3DestinationConfigurationList]
10025
10405
  ];
10026
10406
  export var SnapshotFile$ = [3, n0, _SFn,
@@ -10088,6 +10468,41 @@ export var SourceTable$ = [3, n0, _STou,
10088
10468
  [_PTI, _DSata],
10089
10469
  [0, () => ParentDataSet$]
10090
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
+ ];
10091
10506
  export var Spacing$ = [3, n0, _Spac,
10092
10507
  0,
10093
10508
  [_Top_, _Bot, _Lef, _Ri],
@@ -10113,7 +10528,7 @@ export var SqlServerParameters$ = [3, n0, _SSP,
10113
10528
  [_H, _Po, _Dat],
10114
10529
  [0, 1, 0], 3
10115
10530
  ];
10116
- export var SslProperties$ = [3, n0, _SP,
10531
+ export var SslProperties$ = [3, n0, _SPs,
10117
10532
  0,
10118
10533
  [_DSi],
10119
10534
  [2]
@@ -10198,6 +10613,11 @@ export var StaticFileUrlSourceOptions$ = [3, n0, _SFUSO,
10198
10613
  [_Ur],
10199
10614
  [0], 1
10200
10615
  ];
10616
+ export var StepAliasMapping$ = [3, n0, _SAM,
10617
+ 0,
10618
+ [_SIt, _SAtep],
10619
+ [0, 0], 2
10620
+ ];
10201
10621
  export var StringDatasetParameter$ = [3, n0, _SDP,
10202
10622
  0,
10203
10623
  [_Id_, _N, _VTa, _DVef],
@@ -10255,7 +10675,7 @@ export var TableAggregatedFieldWells$ = [3, n0, _TAFW,
10255
10675
  ];
10256
10676
  export var TableBorderOptions$ = [3, n0, _TBO,
10257
10677
  0,
10258
- [_Col, _Thi, _Sty],
10678
+ [_Colo, _Thi, _Sty],
10259
10679
  [0, 1, 0]
10260
10680
  ];
10261
10681
  export var TableCellConditionalFormatting$ = [3, n0, _TCCF,
@@ -10335,7 +10755,7 @@ export var TableFieldWells$ = [3, n0, _TFW,
10335
10755
  ];
10336
10756
  export var TableInlineVisualization$ = [3, n0, _TIVa,
10337
10757
  0,
10338
- [_DB, _Spar],
10758
+ [_DB, _Spark],
10339
10759
  [() => DataBarsOptions$, () => SparklinesOptions$]
10340
10760
  ];
10341
10761
  export var TableOptions$ = [3, n0, _TOa,
@@ -10560,17 +10980,17 @@ export var TimeBasedForecastProperties$ = [3, n0, _TBFP,
10560
10980
  ];
10561
10981
  export var TimeEqualityFilter$ = [3, n0, _TEF,
10562
10982
  0,
10563
- [_FIil, _C, _V, _PN, _TG, _RD, _DFCC],
10983
+ [_FIil, _Co, _V, _PN, _TG, _RD, _DFCC],
10564
10984
  [0, () => ColumnIdentifier$, 4, 0, 0, [() => RollingDateConfiguration$, 0], () => DefaultFilterControlConfiguration$], 2
10565
10985
  ];
10566
10986
  export var TimeRangeDrillDownFilter$ = [3, n0, _TRDDF,
10567
10987
  0,
10568
- [_C, _RM, _RMa, _TG],
10988
+ [_Co, _RM, _RMa, _TG],
10569
10989
  [() => ColumnIdentifier$, 4, 4, 0], 4
10570
10990
  ];
10571
10991
  export var TimeRangeFilter$ = [3, n0, _TRF,
10572
10992
  0,
10573
- [_FIil, _C, _NO, _IMn, _IMnc, _RMV, _RMVa, _EPC, _TG, _DFCC],
10993
+ [_FIil, _Co, _NO, _IMn, _IMnc, _RMV, _RMVa, _EPC, _TG, _DFCC],
10574
10994
  [0, () => ColumnIdentifier$, 0, 2, 2, [() => TimeRangeFilterValue$, 0], [() => TimeRangeFilterValue$, 0], () => ExcludePeriodConfiguration$, 0, () => DefaultFilterControlConfiguration$], 3
10575
10995
  ];
10576
10996
  export var TimeRangeFilterValue$ = [3, n0, _TRFV,
@@ -10595,7 +11015,7 @@ export var TooltipSheetDefinition$ = [3, n0, _TSD,
10595
11015
  ];
10596
11016
  export var TopBottomFilter$ = [3, n0, _TBF,
10597
11017
  0,
10598
- [_FIil, _C, _ASCg, _Li, _TG, _PN, _DFCC],
11018
+ [_FIil, _Co, _ASCg, _Li, _TG, _PN, _DFCC],
10599
11019
  [0, () => ColumnIdentifier$, () => AggregationSortConfigurationList, 1, 0, 0, () => DefaultFilterControlConfiguration$], 3
10600
11020
  ];
10601
11021
  export var TopBottomMoversComputation$ = [3, n0, _TBMC,
@@ -10610,7 +11030,7 @@ export var TopBottomRankedComputation$ = [3, n0, _TBRC,
10610
11030
  ];
10611
11031
  export var TopicCalculatedField$ = [3, n0, _TCFo,
10612
11032
  0,
10613
- [_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],
10614
11034
  [0, [() => Expression, 0], 0, 64 | 0, 2, 2, 0, 0, () => DefaultFormatting$, 0, () => ComparativeOrder$, [() => SemanticType$, 0], 64 | 0, 64 | 0, 2, () => CellValueSynonyms, 2], 2
10615
11035
  ];
10616
11036
  export var TopicCategoryFilter$ = [3, n0, _TCFop,
@@ -10625,7 +11045,7 @@ export var TopicCategoryFilterConstant$ = [3, n0, _TCFC,
10625
11045
  ];
10626
11046
  export var TopicColumn$ = [3, n0, _TCo,
10627
11047
  0,
10628
- [_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],
10629
11049
  [0, 0, 0, 64 | 0, 0, 0, 2, 2, () => ComparativeOrder$, [() => SemanticType$, 0], 0, 64 | 0, 64 | 0, () => DefaultFormatting$, 2, () => CellValueSynonyms, 2], 1
10630
11050
  ];
10631
11051
  export var TopicConfigOptions$ = [3, n0, _TCOo,
@@ -10670,7 +11090,7 @@ export var TopicIRContributionAnalysis$ = [3, n0, _TIRCA,
10670
11090
  ];
10671
11091
  export var TopicIRFilterOption$ = [3, n0, _TIRFO,
10672
11092
  0,
10673
- [_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],
10674
11094
  [0, 0, () => Identifier$, 0, () => TopicConstantValue$, 2, 0, 0, 128 | 0, () => AggregationPartitionByList, () => TopicConstantValue$, 2, 0, () => TopicConstantValue$, () => FilterAggMetricsList, () => TopicConstantValue$, 0, () => Anchor$]
10675
11095
  ];
10676
11096
  export var TopicIRGroupBy$ = [3, n0, _TIRGB,
@@ -10695,12 +11115,12 @@ export var TopicNullFilter$ = [3, n0, _TNF,
10695
11115
  ];
10696
11116
  export var TopicNumericEqualityFilter$ = [3, n0, _TNEF,
10697
11117
  0,
10698
- [_Cons, _Ag],
11118
+ [_Cons, _Agg],
10699
11119
  [[() => TopicSingularFilterConstant$, 0], 0]
10700
11120
  ];
10701
11121
  export var TopicNumericRangeFilter$ = [3, n0, _TNRF,
10702
11122
  0,
10703
- [_Inc, _Cons, _Ag],
11123
+ [_Inc, _Cons, _Agg],
10704
11124
  [2, [() => TopicRangeFilterConstant$, 0], 0]
10705
11125
  ];
10706
11126
  export var TopicRangeFilterConstant$ = [3, n0, _TRFC,
@@ -10790,7 +11210,7 @@ export var TransformOperationSource$ = [3, n0, _TOS,
10790
11210
  ];
10791
11211
  export var TransformStep$ = [3, n0, _TSr,
10792
11212
  0,
10793
- [_ITS, _PSr, _FSilt, _CCSr, _RCS, _CCTS, _JSo, _ASg, _PSi, _USn, _ASp],
11213
+ [_ITS, _PSr, _FSilt, _CCSr, _RCS, _CCTS, _JSo, _ASgg, _PSi, _USn, _ASp],
10794
11214
  [() => ImportTableOperation$, () => ProjectOperation$, [() => FiltersOperation$, 0], [() => CreateColumnsOperation$, 0], () => RenameColumnsOperation$, () => CastColumnTypesOperation$, [() => JoinOperation$, 0], () => AggregateOperation$, () => PivotOperation$, () => UnpivotOperation$, () => AppendOperation$]
10795
11215
  ];
10796
11216
  export var TransposedTableOption$ = [3, n0, _TTOr,
@@ -10800,7 +11220,7 @@ export var TransposedTableOption$ = [3, n0, _TTOr,
10800
11220
  ];
10801
11221
  export var TreeMapAggregatedFieldWells$ = [3, n0, _TMAFW,
10802
11222
  0,
10803
- [_Gro, _Siz, _Co],
11223
+ [_Gro, _Siz, _Col],
10804
11224
  [() => TreeMapDimensionFieldList, () => TreeMapMeasureFieldList, () => TreeMapMeasureFieldList]
10805
11225
  ];
10806
11226
  export var TreeMapConfiguration$ = [3, n0, _TMC,
@@ -10850,7 +11270,7 @@ export var UIColorPalette$ = [3, n0, _UICP,
10850
11270
  ];
10851
11271
  export var UnaggregatedField$ = [3, n0, _UF,
10852
11272
  0,
10853
- [_FIi, _C, _FCor],
11273
+ [_FIi, _Co, _FCor],
10854
11274
  [0, () => ColumnIdentifier$, [() => FormatConfiguration$, 0]], 2
10855
11275
  ];
10856
11276
  export var UniqueKey$ = [3, n0, _UK,
@@ -10933,22 +11353,42 @@ export var UpdateActionConnectorResponse$ = [3, n0, _UACRpda,
10933
11353
  [_A, _ACI, _RI, _USpd, _St],
10934
11354
  [0, 0, 0, 0, [1, 32]]
10935
11355
  ];
10936
- 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,
10937
11377
  0,
10938
11378
  [_AAI, _AIn, _GPr, _RPev],
10939
11379
  [[0, 1], [0, 1], () => UpdateResourcePermissionList, () => UpdateResourcePermissionList], 2
10940
11380
  ];
10941
- export var UpdateAnalysisPermissionsResponse$ = [3, n0, _UAPRp,
11381
+ export var UpdateAnalysisPermissionsResponse$ = [3, n0, _UAPRpda,
10942
11382
  0,
10943
11383
  [_AAn, _AIn, _Per, _RI, _St],
10944
11384
  [0, 0, () => UpdateResourcePermissionList, 0, [1, 32]]
10945
11385
  ];
10946
- export var UpdateAnalysisRequest$ = [3, n0, _UAR,
11386
+ export var UpdateAnalysisRequest$ = [3, n0, _UARpd,
10947
11387
  0,
10948
11388
  [_AAI, _AIn, _N, _Par, _SE, _TA, _De, _VSa],
10949
11389
  [[0, 1], [0, 1], 0, [() => _Parameters$, 0], () => AnalysisSourceEntity$, 0, [() => AnalysisDefinition$, 0], () => ValidationStrategy$], 3
10950
11390
  ];
10951
- export var UpdateAnalysisResponse$ = [3, n0, _UARp,
11391
+ export var UpdateAnalysisResponse$ = [3, n0, _UARpda,
10952
11392
  0,
10953
11393
  [_A, _AIn, _USpd, _St, _RI],
10954
11394
  [0, 0, 0, [1, 32], 0]
@@ -11070,7 +11510,7 @@ export var UpdateDataSetRequest$ = [3, n0, _UDSR,
11070
11510
  ];
11071
11511
  export var UpdateDataSetResponse$ = [3, n0, _UDSRp,
11072
11512
  0,
11073
- [_A, _DSI, _IAng, _II, _RI, _St],
11513
+ [_A, _DSI, _IAng, _IIn, _RI, _St],
11074
11514
  [0, 0, 0, 0, 0, [1, 32]]
11075
11515
  ];
11076
11516
  export var UpdateDataSourcePermissionsRequest$ = [3, n0, _UDSPRpd,
@@ -11085,7 +11525,7 @@ export var UpdateDataSourcePermissionsResponse$ = [3, n0, _UDSPRpda,
11085
11525
  ];
11086
11526
  export var UpdateDataSourceRequest$ = [3, n0, _UDSRpd,
11087
11527
  0,
11088
- [_AAI, _DSIat, _N, _DSP, _Cr, _VCP, _SP],
11528
+ [_AAI, _DSIat, _N, _DSP, _Cr, _VCP, _SPs],
11089
11529
  [[0, 1], [0, 1], 0, () => DataSourceParameters$, [() => DataSourceCredentials$, 0], () => VpcConnectionProperties$, () => SslProperties$], 3
11090
11530
  ];
11091
11531
  export var UpdateDataSourceResponse$ = [3, n0, _UDSRpda,
@@ -11113,6 +11553,16 @@ export var UpdateFlowPermissionsOutput$ = [3, n0, _UFPO,
11113
11553
  [_A, _Per, _RI, _FIl, _St],
11114
11554
  [0, () => PermissionsList, 0, 0, [1, 32]], 4
11115
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
+ ];
11116
11566
  export var UpdateFolderPermissionsRequest$ = [3, n0, _UFPR,
11117
11567
  0,
11118
11568
  [_AAI, _FI, _GPr, _RPev],
@@ -11123,12 +11573,12 @@ export var UpdateFolderPermissionsResponse$ = [3, n0, _UFPRp,
11123
11573
  [_St, _A, _FI, _Per, _RI],
11124
11574
  [1, 0, 0, () => ResourcePermissionList, 0]
11125
11575
  ];
11126
- export var UpdateFolderRequest$ = [3, n0, _UFR,
11576
+ export var UpdateFolderRequest$ = [3, n0, _UFRpd,
11127
11577
  0,
11128
11578
  [_AAI, _FI, _N],
11129
11579
  [[0, 1], [0, 1], 0], 3
11130
11580
  ];
11131
- export var UpdateFolderResponse$ = [3, n0, _UFRp,
11581
+ export var UpdateFolderResponse$ = [3, n0, _UFRpda,
11132
11582
  0,
11133
11583
  [_St, _A, _FI, _RI],
11134
11584
  [[1, 32], 0, 0, 0]
@@ -11263,6 +11713,36 @@ export var UpdateSelfUpgradeResponse$ = [3, n0, _USURp,
11263
11713
  [_SURDe, _RI, _St],
11264
11714
  [() => SelfUpgradeRequestDetail$, 0, [1, 32]]
11265
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
+ ];
11266
11746
  export var UpdateSPICECapacityConfigurationRequest$ = [3, n0, _USPICECCR,
11267
11747
  0,
11268
11748
  [_AAI, _PMu],
@@ -11570,7 +12050,7 @@ export var WhatIfPointScenario$ = [3, n0, _WIPS,
11570
12050
  ];
11571
12051
  export var WhatIfRangeScenario$ = [3, n0, _WIRS,
11572
12052
  0,
11573
- [_SDt, _EDn, _V],
12053
+ [_SDta, _EDn, _V],
11574
12054
  [4, 4, 1], 3
11575
12055
  ];
11576
12056
  export var WordCloudAggregatedFieldWells$ = [3, n0, _WCAFWo,
@@ -11622,7 +12102,18 @@ var ActiveIAMPolicyAssignmentList = [1, n0, _AIAMPAL,
11622
12102
  0, () => ActiveIAMPolicyAssignment$
11623
12103
  ];
11624
12104
  var AdditionalDashboardIdList = 64 | 0;
11625
- 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,
11626
12117
  0, () => Aggregation$
11627
12118
  ];
11628
12119
  var AggregationPartitionByList = [1, n0, _APBL,
@@ -11634,7 +12125,7 @@ var AggregationSortConfigurationList = [1, n0, _ASCL,
11634
12125
  var AnalysisErrorList = [1, n0, _AEL,
11635
12126
  0, () => AnalysisError$
11636
12127
  ];
11637
- var AnalysisSearchFilterList = [1, n0, _ASFL,
12128
+ var AnalysisSearchFilterList = [1, n0, _ASFLn,
11638
12129
  0, () => AnalysisSearchFilter$
11639
12130
  ];
11640
12131
  var AnalysisSummaryList = [1, n0, _ASL,
@@ -11880,6 +12371,8 @@ var ContributorDimensionList = [1, n0, _CDL,
11880
12371
  var ControlSortConfigurationList = [1, n0, _CSCLo,
11881
12372
  0, () => ControlSortConfiguration$
11882
12373
  ];
12374
+ var CreateAgentRequestActionConnectorsList = 64 | 0;
12375
+ var CreateAgentRequestSpacesList = 64 | 0;
11883
12376
  var CreateTopicReviewedAnswers = [1, n0, _CTRAr,
11884
12377
  0, [() => CreateTopicReviewedAnswer$,
11885
12378
  0]
@@ -12005,6 +12498,12 @@ var ExplicitHierarchyColumnList = [1, n0, _EHCL,
12005
12498
  var FailedKeyRegistrationEntries = [1, n0, _FKREa,
12006
12499
  0, () => FailedKeyRegistrationEntry$
12007
12500
  ];
12501
+ var FailedSpaceResourceOperations = [1, n0, _FSROa,
12502
+ 0, () => FailedSpaceResourceOperation$
12503
+ ];
12504
+ var FailedToUpdateAssociationList = [1, n0, _FTUAL,
12505
+ 0, () => FailedToUpdateAssociation$
12506
+ ];
12008
12507
  var FieldOrderList = 64 | 0;
12009
12508
  var FieldSortOptionsList = [1, n0, _FSOL,
12010
12509
  0, () => FieldSortOptions$
@@ -12397,16 +12896,41 @@ var SnapshotJobS3ResultList = [1, n0, _SJSRL,
12397
12896
  var SnapshotS3DestinationConfigurationList = [1, n0, _SSDCL,
12398
12897
  0, () => SnapshotS3DestinationConfiguration$
12399
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
+ ];
12400
12921
  var StaticFileList = [1, n0, _SFLt,
12401
12922
  0, () => StaticFile$
12402
12923
  ];
12924
+ var StepAliasList = [1, n0, _SAL,
12925
+ 0, () => StepAliasMapping$
12926
+ ];
12403
12927
  var StringDatasetParameterValueList = 64 | 0;
12404
12928
  var StringDefaultValueList = [1, n0, _SDVL,
12405
12929
  0, [() => SensitiveStringObject,
12406
12930
  0]
12407
12931
  ];
12408
12932
  var StringList = 64 | 0;
12409
- var StringParameterList = [1, n0, _SPL,
12933
+ var StringParameterList = [1, n0, _SPLt,
12410
12934
  0, [() => StringParameter$,
12411
12935
  0]
12412
12936
  ];
@@ -12549,6 +13073,16 @@ var UniqueKeyColumnNameList = 64 | 0;
12549
13073
  var UniqueKeyList = [1, n0, _UKL,
12550
13074
  0, () => UniqueKey$
12551
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;
12552
13086
  var UpdateFlowPermissionsInputGrantPermissionsList = [1, n0, _UFPIGPL,
12553
13087
  0, () => Permission$
12554
13088
  ];
@@ -12645,6 +13179,11 @@ export var ClientCredentialsDetails$ = [4, n0, _CCD,
12645
13179
  [_CCGD],
12646
13180
  [[() => ClientCredentialsGrantDetails$, 0]]
12647
13181
  ];
13182
+ export var CustomPromptInput$ = [4, n0, _CPIu,
13183
+ 8,
13184
+ [_EPx, _NP],
13185
+ [() => CustomPromptProfile$, [() => CustomPromptInputParameters$, 0]]
13186
+ ];
12648
13187
  export var DataSourceParameters$ = [4, n0, _DSP,
12649
13188
  0,
12650
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],
@@ -12680,6 +13219,11 @@ export var ReadClientCredentialsDetails$ = [4, n0, _RCCD,
12680
13219
  [_RCCGD],
12681
13220
  [() => ReadClientCredentialsGrantDetails$]
12682
13221
  ];
13222
+ export var SpaceQuickSightResourceDetails$ = [4, n0, _SQSRD,
13223
+ 0,
13224
+ [_rA],
13225
+ [0]
13226
+ ];
12683
13227
  export var TransformOperation$ = [4, n0, _TOra,
12684
13228
  0,
12685
13229
  [_POr, _FO, _CCO, _RCO, _CCTO, _TCO, _UCO, _ODPO],
@@ -12687,7 +13231,7 @@ export var TransformOperation$ = [4, n0, _TOra,
12687
13231
  ];
12688
13232
  export var UserIdentifier$ = [4, n0, _UIs,
12689
13233
  0,
12690
- [_UN, _E, _UAs],
13234
+ [_UN, _E, _UAse],
12691
13235
  [[() => SensitiveString, 0], [() => SensitiveString, 0], 0]
12692
13236
  ];
12693
13237
  export var BatchCreateTopicReviewedAnswer$ = [9, n0, _BCTRA,
@@ -12708,6 +13252,9 @@ export var CreateAccountSubscription$ = [9, n0, _CAS,
12708
13252
  export var CreateActionConnector$ = [9, n0, _CACr,
12709
13253
  { [_h]: ["POST", "/accounts/{AwsAccountId}/action-connectors", 200] }, () => CreateActionConnectorRequest$, () => CreateActionConnectorResponse$
12710
13254
  ];
13255
+ export var CreateAgent$ = [9, n0, _CAr,
13256
+ { [_h]: ["POST", "/accounts/{AwsAccountId}/agents", 200] }, () => CreateAgentRequest$, () => CreateAgentResponse$
13257
+ ];
12711
13258
  export var CreateAnalysis$ = [9, n0, _CAre,
12712
13259
  { [_h]: ["POST", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => CreateAnalysisRequest$, () => CreateAnalysisResponse$
12713
13260
  ];
@@ -12726,7 +13273,10 @@ export var CreateDataSet$ = [9, n0, _CDSr,
12726
13273
  export var CreateDataSource$ = [9, n0, _CDSre,
12727
13274
  { [_h]: ["POST", "/accounts/{AwsAccountId}/data-sources", 200] }, () => CreateDataSourceRequest$, () => CreateDataSourceResponse$
12728
13275
  ];
12729
- 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,
12730
13280
  { [_h]: ["POST", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => CreateFolderRequest$, () => CreateFolderResponse$
12731
13281
  ];
12732
13282
  export var CreateFolderMembership$ = [9, n0, _CFM,
@@ -12756,6 +13306,9 @@ export var CreateRefreshSchedule$ = [9, n0, _CRS,
12756
13306
  export var CreateRoleMembership$ = [9, n0, _CRM,
12757
13307
  { [_h]: ["POST", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}", 200] }, () => CreateRoleMembershipRequest$, () => CreateRoleMembershipResponse$
12758
13308
  ];
13309
+ export var CreateSpace$ = [9, n0, _CSrea,
13310
+ { [_h]: ["POST", "/v1/accounts/{AwsAccountId}/spaces", 200] }, () => CreateSpaceRequest$, () => CreateSpaceResponse$
13311
+ ];
12759
13312
  export var CreateTemplate$ = [9, n0, _CTre,
12760
13313
  { [_h]: ["POST", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => CreateTemplateRequest$, () => CreateTemplateResponse$
12761
13314
  ];
@@ -12789,7 +13342,10 @@ export var DeleteAccountSubscription$ = [9, n0, _DAS,
12789
13342
  export var DeleteActionConnector$ = [9, n0, _DACe,
12790
13343
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}", 200] }, () => DeleteActionConnectorRequest$, () => DeleteActionConnectorResponse$
12791
13344
  ];
12792
- 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,
12793
13349
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => DeleteAnalysisRequest$, () => DeleteAnalysisResponse$
12794
13350
  ];
12795
13351
  export var DeleteBrand$ = [9, n0, _DBe,
@@ -12816,7 +13372,10 @@ export var DeleteDataSource$ = [9, n0, _DDSe,
12816
13372
  export var DeleteDefaultQBusinessApplication$ = [9, n0, _DDQBA,
12817
13373
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/default-qbusiness-application", 200] }, () => DeleteDefaultQBusinessApplicationRequest$, () => DeleteDefaultQBusinessApplicationResponse$
12818
13374
  ];
12819
- 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,
12820
13379
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => DeleteFolderRequest$, () => DeleteFolderResponse$
12821
13380
  ];
12822
13381
  export var DeleteFolderMembership$ = [9, n0, _DFM,
@@ -12849,6 +13408,9 @@ export var DeleteRoleCustomPermission$ = [9, n0, _DRCP,
12849
13408
  export var DeleteRoleMembership$ = [9, n0, _DRM,
12850
13409
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/namespaces/{Namespace}/roles/{Role}/members/{MemberName}", 200] }, () => DeleteRoleMembershipRequest$, () => DeleteRoleMembershipResponse$
12851
13410
  ];
13411
+ export var DeleteSpace$ = [9, n0, _DSele,
13412
+ { [_h]: ["DELETE", "/v1/accounts/{AwsAccountId}/spaces/{SpaceId}", 204] }, () => DeleteSpaceRequest$, () => DeleteSpaceResponse$
13413
+ ];
12852
13414
  export var DeleteTemplate$ = [9, n0, _DTel,
12853
13415
  { [_h]: ["DELETE", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => DeleteTemplateRequest$, () => DeleteTemplateResponse$
12854
13416
  ];
@@ -12897,13 +13459,19 @@ export var DescribeActionConnector$ = [9, n0, _DACesc,
12897
13459
  export var DescribeActionConnectorPermissions$ = [9, n0, _DACPes,
12898
13460
  { [_h]: ["GET", "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions", 200] }, () => DescribeActionConnectorPermissionsRequest$, () => DescribeActionConnectorPermissionsResponse$
12899
13461
  ];
12900
- 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,
12901
13469
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => DescribeAnalysisRequest$, () => DescribeAnalysisResponse$
12902
13470
  ];
12903
13471
  export var DescribeAnalysisDefinition$ = [9, n0, _DAD,
12904
13472
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses/{AnalysisId}/definition", 200] }, () => DescribeAnalysisDefinitionRequest$, () => DescribeAnalysisDefinitionResponse$
12905
13473
  ];
12906
- export var DescribeAnalysisPermissions$ = [9, n0, _DAP,
13474
+ export var DescribeAnalysisPermissions$ = [9, n0, _DAPe,
12907
13475
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions", 200] }, () => DescribeAnalysisPermissionsRequest$, () => DescribeAnalysisPermissionsResponse$
12908
13476
  ];
12909
13477
  export var DescribeAssetBundleExportJob$ = [9, n0, _DABEJ,
@@ -12963,7 +13531,10 @@ export var DescribeDataSourcePermissions$ = [9, n0, _DDSPe,
12963
13531
  export var DescribeDefaultQBusinessApplication$ = [9, n0, _DDQBAe,
12964
13532
  { [_h]: ["GET", "/accounts/{AwsAccountId}/default-qbusiness-application", 200] }, () => DescribeDefaultQBusinessApplicationRequest$, () => DescribeDefaultQBusinessApplicationResponse$
12965
13533
  ];
12966
- 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,
12967
13538
  { [_h]: ["GET", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => DescribeFolderRequest$, () => DescribeFolderResponse$
12968
13539
  ];
12969
13540
  export var DescribeFolderPermissions$ = [9, n0, _DFP,
@@ -13011,6 +13582,12 @@ export var DescribeRoleCustomPermission$ = [9, n0, _DRCPe,
13011
13582
  export var DescribeSelfUpgradeConfiguration$ = [9, n0, _DSUCe,
13012
13583
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-configuration", 200] }, () => DescribeSelfUpgradeConfigurationRequest$, () => DescribeSelfUpgradeConfigurationResponse$
13013
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
+ ];
13014
13591
  export var DescribeTemplate$ = [9, n0, _DTesc,
13015
13592
  { [_h]: ["GET", "/accounts/{AwsAccountId}/templates/{TemplateId}", 200] }, () => DescribeTemplateRequest$, () => DescribeTemplateResponse$
13016
13593
  ];
@@ -13077,7 +13654,10 @@ export var GetSessionEmbedUrl$ = [9, n0, _GSEU,
13077
13654
  export var ListActionConnectors$ = [9, n0, _LAC,
13078
13655
  { [_h]: ["GET", "/accounts/{AwsAccountId}/action-connectors", 200] }, () => ListActionConnectorsRequest$, () => ListActionConnectorsResponse$
13079
13656
  ];
13080
- 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,
13081
13661
  { [_h]: ["GET", "/accounts/{AwsAccountId}/analyses", 200] }, () => ListAnalysesRequest$, () => ListAnalysesResponse$
13082
13662
  ];
13083
13663
  export var ListAssetBundleExportJobs$ = [9, n0, _LABEJ,
@@ -13149,6 +13729,12 @@ export var ListRoleMemberships$ = [9, n0, _LRM,
13149
13729
  export var ListSelfUpgrades$ = [9, n0, _LSU,
13150
13730
  { [_h]: ["GET", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-requests", 200] }, () => ListSelfUpgradesRequest$, () => ListSelfUpgradesResponse$
13151
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
+ ];
13152
13738
  export var ListTagsForResource$ = [9, n0, _LTFR,
13153
13739
  { [_h]: ["GET", "/resources/{ResourceArn}/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
13154
13740
  ];
@@ -13203,7 +13789,10 @@ export var RestoreAnalysis$ = [9, n0, _RAest,
13203
13789
  export var SearchActionConnectors$ = [9, n0, _SAC,
13204
13790
  { [_h]: ["POST", "/accounts/{AwsAccountId}/search/action-connectors", 200] }, () => SearchActionConnectorsRequest$, () => SearchActionConnectorsResponse$
13205
13791
  ];
13206
- 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,
13207
13796
  { [_h]: ["POST", "/accounts/{AwsAccountId}/search/analyses", 200] }, () => SearchAnalysesRequest$, () => SearchAnalysesResponse$
13208
13797
  ];
13209
13798
  export var SearchDashboards$ = [9, n0, _SDea,
@@ -13224,6 +13813,9 @@ export var SearchFolders$ = [9, n0, _SFear,
13224
13813
  export var SearchGroups$ = [9, n0, _SG,
13225
13814
  { [_h]: ["POST", "/accounts/{AwsAccountId}/namespaces/{Namespace}/groups-search", 200] }, () => SearchGroupsRequest$, () => SearchGroupsResponse$
13226
13815
  ];
13816
+ export var SearchSpaces$ = [9, n0, _SSea,
13817
+ { [_h]: ["POST", "/v1/accounts/{AwsAccountId}/search/spaces", 200] }, () => SearchSpacesRequest$, () => SearchSpacesResponse$
13818
+ ];
13227
13819
  export var SearchTopics$ = [9, n0, _STea,
13228
13820
  { [_h]: ["POST", "/accounts/{AwsAccountId}/search/topics", 200] }, () => SearchTopicsRequest$, () => SearchTopicsResponse$
13229
13821
  ];
@@ -13263,10 +13855,16 @@ export var UpdateActionConnector$ = [9, n0, _UACp,
13263
13855
  export var UpdateActionConnectorPermissions$ = [9, n0, _UACPp,
13264
13856
  { [_h]: ["POST", "/accounts/{AwsAccountId}/action-connectors/{ActionConnectorId}/permissions", 200] }, () => UpdateActionConnectorPermissionsRequest$, () => UpdateActionConnectorPermissionsResponse$
13265
13857
  ];
13266
- 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,
13267
13865
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/analyses/{AnalysisId}", 200] }, () => UpdateAnalysisRequest$, () => UpdateAnalysisResponse$
13268
13866
  ];
13269
- export var UpdateAnalysisPermissions$ = [9, n0, _UAP,
13867
+ export var UpdateAnalysisPermissions$ = [9, n0, _UAPp,
13270
13868
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/analyses/{AnalysisId}/permissions", 200] }, () => UpdateAnalysisPermissionsRequest$, () => UpdateAnalysisPermissionsResponse$
13271
13869
  ];
13272
13870
  export var UpdateApplicationWithTokenExchangeGrant$ = [9, n0, _UAWTEG,
@@ -13314,10 +13912,13 @@ export var UpdateDataSourcePermissions$ = [9, n0, _UDSPp,
13314
13912
  export var UpdateDefaultQBusinessApplication$ = [9, n0, _UDQBA,
13315
13913
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/default-qbusiness-application", 200] }, () => UpdateDefaultQBusinessApplicationRequest$, () => UpdateDefaultQBusinessApplicationResponse$
13316
13914
  ];
13915
+ export var UpdateFlow$ = [9, n0, _UFp,
13916
+ { [_h]: ["PUT", "/accounts/{AwsAccountId}/flows/{FlowId}", 200] }, () => UpdateFlowRequest$, () => UpdateFlowResponse$
13917
+ ];
13317
13918
  export var UpdateFlowPermissions$ = [9, n0, _UFP,
13318
13919
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/flows/{FlowId}/permissions", 200] }, () => UpdateFlowPermissionsInput$, () => UpdateFlowPermissionsOutput$
13319
13920
  ];
13320
- export var UpdateFolder$ = [9, n0, _UFp,
13921
+ export var UpdateFolder$ = [9, n0, _UFpd,
13321
13922
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/folders/{FolderId}", 200] }, () => UpdateFolderRequest$, () => UpdateFolderResponse$
13322
13923
  ];
13323
13924
  export var UpdateFolderPermissions$ = [9, n0, _UFPp,
@@ -13362,6 +13963,15 @@ export var UpdateSelfUpgrade$ = [9, n0, _USU,
13362
13963
  export var UpdateSelfUpgradeConfiguration$ = [9, n0, _USUC,
13363
13964
  { [_h]: ["PUT", "/accounts/{AwsAccountId}/namespaces/{Namespace}/self-upgrade-configuration", 200] }, () => UpdateSelfUpgradeConfigurationRequest$, () => UpdateSelfUpgradeConfigurationResponse$
13364
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
+ ];
13365
13975
  export var UpdateSPICECapacityConfiguration$ = [9, n0, _USPICECC,
13366
13976
  { [_h]: ["POST", "/accounts/{AwsAccountId}/spice-capacity-configuration", 200] }, () => UpdateSPICECapacityConfigurationRequest$, () => UpdateSPICECapacityConfigurationResponse$
13367
13977
  ];