@aws-sdk/client-bedrock-agentcore-control 3.1038.0 → 3.1040.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 (99) hide show
  1. package/README.md +84 -0
  2. package/dist-cjs/index.js +239 -0
  3. package/dist-cjs/schemas/schemas_0.js +674 -138
  4. package/dist-es/BedrockAgentCoreControl.js +30 -0
  5. package/dist-es/commands/CreateConfigurationBundleCommand.js +16 -0
  6. package/dist-es/commands/CreateGatewayRuleCommand.js +16 -0
  7. package/dist-es/commands/DeleteConfigurationBundleCommand.js +16 -0
  8. package/dist-es/commands/DeleteGatewayRuleCommand.js +16 -0
  9. package/dist-es/commands/GetConfigurationBundleCommand.js +16 -0
  10. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +16 -0
  11. package/dist-es/commands/GetGatewayRuleCommand.js +16 -0
  12. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +16 -0
  13. package/dist-es/commands/ListConfigurationBundlesCommand.js +16 -0
  14. package/dist-es/commands/ListGatewayRulesCommand.js +16 -0
  15. package/dist-es/commands/UpdateConfigurationBundleCommand.js +16 -0
  16. package/dist-es/commands/UpdateGatewayRuleCommand.js +16 -0
  17. package/dist-es/commands/index.js +12 -0
  18. package/dist-es/models/enums.js +50 -0
  19. package/dist-es/pagination/ListConfigurationBundleVersionsPaginator.js +4 -0
  20. package/dist-es/pagination/ListConfigurationBundlesPaginator.js +4 -0
  21. package/dist-es/pagination/ListGatewayRulesPaginator.js +4 -0
  22. package/dist-es/pagination/index.js +3 -0
  23. package/dist-es/schemas/schemas_0.js +660 -126
  24. package/dist-types/BedrockAgentCoreControl.d.ts +106 -0
  25. package/dist-types/BedrockAgentCoreControlClient.d.ts +14 -2
  26. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +111 -0
  27. package/dist-types/commands/CreateEvaluatorCommand.d.ts +1 -0
  28. package/dist-types/commands/CreateGatewayCommand.d.ts +4 -4
  29. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +232 -0
  30. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +19 -6
  31. package/dist-types/commands/CreateHarnessCommand.d.ts +2 -2
  32. package/dist-types/commands/CreateMemoryCommand.d.ts +233 -1
  33. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +22 -2
  34. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +93 -0
  35. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +94 -0
  36. package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -1
  37. package/dist-types/commands/DeleteMemoryCommand.d.ts +1 -1
  38. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +112 -0
  39. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +112 -0
  40. package/dist-types/commands/GetEvaluatorCommand.d.ts +2 -0
  41. package/dist-types/commands/GetGatewayCommand.d.ts +2 -2
  42. package/dist-types/commands/GetGatewayRuleCommand.d.ts +162 -0
  43. package/dist-types/commands/GetGatewayTargetCommand.d.ts +10 -3
  44. package/dist-types/commands/GetHarnessCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMemoryCommand.d.ts +70 -1
  46. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +10 -0
  47. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +115 -0
  48. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +95 -0
  49. package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -0
  50. package/dist-types/commands/ListGatewayRulesCommand.d.ts +168 -0
  51. package/dist-types/commands/ListGatewaysCommand.d.ts +2 -2
  52. package/dist-types/commands/ListMemoriesCommand.d.ts +1 -1
  53. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +10 -3
  54. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +112 -0
  55. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +1 -0
  56. package/dist-types/commands/UpdateGatewayCommand.d.ts +4 -4
  57. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +230 -0
  58. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +19 -6
  59. package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -2
  60. package/dist-types/commands/UpdateMemoryCommand.d.ts +236 -1
  61. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +22 -2
  62. package/dist-types/commands/index.d.ts +12 -0
  63. package/dist-types/models/enums.d.ts +130 -0
  64. package/dist-types/models/models_0.d.ts +2979 -3024
  65. package/dist-types/models/models_1.d.ts +1742 -4
  66. package/dist-types/pagination/ListConfigurationBundleVersionsPaginator.d.ts +7 -0
  67. package/dist-types/pagination/ListConfigurationBundlesPaginator.d.ts +7 -0
  68. package/dist-types/pagination/ListGatewayRulesPaginator.d.ts +7 -0
  69. package/dist-types/pagination/index.d.ts +3 -0
  70. package/dist-types/schemas/schemas_0.d.ts +72 -0
  71. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +226 -0
  72. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +72 -0
  73. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +51 -0
  74. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +51 -0
  75. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +51 -0
  77. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +51 -0
  78. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +51 -0
  80. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +51 -0
  81. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +50 -0
  82. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +51 -0
  84. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +51 -0
  85. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +50 -0
  86. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +51 -0
  88. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +51 -0
  89. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  91. package/dist-types/ts3.4/models/enums.d.ts +67 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +495 -674
  93. package/dist-types/ts3.4/models/models_1.d.ts +718 -7
  94. package/dist-types/ts3.4/pagination/ListConfigurationBundleVersionsPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/ListConfigurationBundlesPaginator.d.ts +11 -0
  96. package/dist-types/ts3.4/pagination/ListGatewayRulesPaginator.d.ts +11 -0
  97. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +72 -0
  99. package/package.json +7 -7
@@ -1,3 +1,4 @@
1
+ const _A = "Actions";
1
2
  const _AC = "ApprovalConfiguration";
2
3
  const _ACD = "AgentCardDefinition";
3
4
  const _ACMVT = "AuthorizingClaimMatchValueType";
@@ -23,6 +24,7 @@ const _AREg = "AgentRuntimeEndpoints";
23
24
  const _ARg = "AgentRuntimes";
24
25
  const _ASC = "ApiSchemaConfiguration";
25
26
  const _ASD = "AgentSkillsDescriptor";
27
+ const _Ac = "Action";
26
28
  const _BEMC = "BedrockEvaluatorModelConfig";
27
29
  const _BEP = "BrowserEnterprisePolicy";
28
30
  const _BEPr = "BrowserEnterprisePolicies";
@@ -44,13 +46,23 @@ const _CARERr = "CreateAgentRuntimeEndpointResponse";
44
46
  const _CARR = "CreateAgentRuntimeRequest";
45
47
  const _CARRr = "CreateAgentRuntimeResponse";
46
48
  const _CB = "CreateBrowser";
49
+ const _CBA = "ConfigurationBundleAction";
50
+ const _CBD = "ConfigurationBundleDescription";
47
51
  const _CBEC = "CodeBasedEvaluatorConfig";
48
52
  const _CBP = "CreateBrowserProfile";
49
53
  const _CBPR = "CreateBrowserProfileRequest";
50
54
  const _CBPRr = "CreateBrowserProfileResponse";
51
- const _CBR = "CreateBrowserRequest";
52
- const _CBRr = "CreateBrowserResponse";
55
+ const _CBR = "ConfigurationBundleReference";
56
+ const _CBRr = "CreateBrowserRequest";
57
+ const _CBRre = "CreateBrowserResponse";
58
+ const _CBS = "ConfigurationBundleSummary";
59
+ const _CBSL = "ConfigurationBundleSummaryList";
60
+ const _CBVS = "ConfigurationBundleVersionSummary";
61
+ const _CBVSL = "ConfigurationBundleVersionSummaryList";
53
62
  const _CC = "CodeConfiguration";
63
+ const _CCB = "CreateConfigurationBundle";
64
+ const _CCBR = "CreateConfigurationBundleRequest";
65
+ const _CCBRr = "CreateConfigurationBundleResponse";
54
66
  const _CCC = "CustomConsolidationConfiguration";
55
67
  const _CCCI = "CustomConsolidationConfigurationInput";
56
68
  const _CCI = "CustomConfigurationInput";
@@ -58,11 +70,13 @@ const _CCIR = "CreateCodeInterpreterRequest";
58
70
  const _CCIRr = "CreateCodeInterpreterResponse";
59
71
  const _CCIr = "CreateCodeInterpreter";
60
72
  const _CCL = "ContentConfigurationList";
73
+ const _CCM = "ComponentConfigurationMap";
61
74
  const _CCVT = "CustomClaimValidationType";
62
75
  const _CCVTu = "CustomClaimValidationsType";
63
- const _CCo = "ContainerConfiguration";
64
- const _CCon = "ContentConfiguration";
76
+ const _CCo = "ComponentConfiguration";
77
+ const _CCon = "ContainerConfiguration";
65
78
  const _CCons = "ConsolidationConfiguration";
79
+ const _CCont = "ContentConfiguration";
66
80
  const _CD = "CustomDescriptor";
67
81
  const _CE = "ConflictException";
68
82
  const _CEC = "CustomExtractionConfiguration";
@@ -72,7 +86,10 @@ const _CERr = "CreateEvaluatorResponse";
72
86
  const _CEr = "CreateEvaluator";
73
87
  const _CG = "CreateGateway";
74
88
  const _CGR = "CreateGatewayRequest";
89
+ const _CGRR = "CreateGatewayRuleRequest";
90
+ const _CGRRr = "CreateGatewayRuleResponse";
75
91
  const _CGRr = "CreateGatewayResponse";
92
+ const _CGRre = "CreateGatewayRule";
76
93
  const _CGT = "CreateGatewayTarget";
77
94
  const _CGTR = "CreateGatewayTargetRequest";
78
95
  const _CGTRr = "CreateGatewayTargetResponse";
@@ -125,9 +142,11 @@ const _CWIRr = "CreateWorkloadIdentityResponse";
125
142
  const _CWLIC = "CloudWatchLogsInputConfig";
126
143
  const _CWOC = "CloudWatchOutputConfig";
127
144
  const _Ce = "Certificates";
128
- const _Co = "Code";
129
- const _Con = "Content";
130
- const _D = "Description";
145
+ const _Co = "Conditions";
146
+ const _Cod = "Code";
147
+ const _Con = "Condition";
148
+ const _Cont = "Content";
149
+ const _D = "Definition";
131
150
  const _DAKCP = "DeleteApiKeyCredentialProvider";
132
151
  const _DAKCPR = "DeleteApiKeyCredentialProviderRequest";
133
152
  const _DAKCPRe = "DeleteApiKeyCredentialProviderResponse";
@@ -143,16 +162,23 @@ const _DBPR = "DeleteBrowserProfileRequest";
143
162
  const _DBPRe = "DeleteBrowserProfileResponse";
144
163
  const _DBR = "DeleteBrowserRequest";
145
164
  const _DBRe = "DeleteBrowserResponse";
165
+ const _DCB = "DeleteConfigurationBundle";
166
+ const _DCBR = "DeleteConfigurationBundleRequest";
167
+ const _DCBRe = "DeleteConfigurationBundleResponse";
146
168
  const _DCI = "DeleteCodeInterpreter";
147
169
  const _DCIR = "DeleteCodeInterpreterRequest";
148
170
  const _DCIRe = "DeleteCodeInterpreterResponse";
171
+ const _DCST = "DefaultClientSecretType";
149
172
  const _DE = "DeleteEvaluator";
150
173
  const _DER = "DeleteEvaluatorRequest";
151
174
  const _DERe = "DeleteEvaluatorResponse";
152
175
  const _DF = "DecryptionFailure";
153
176
  const _DG = "DeleteGateway";
154
177
  const _DGR = "DeleteGatewayRequest";
178
+ const _DGRR = "DeleteGatewayRuleRequest";
179
+ const _DGRRe = "DeleteGatewayRuleResponse";
155
180
  const _DGRe = "DeleteGatewayResponse";
181
+ const _DGRel = "DeleteGatewayRule";
156
182
  const _DGT = "DeleteGatewayTarget";
157
183
  const _DGTR = "DeleteGatewayTargetRequest";
158
184
  const _DGTRe = "DeleteGatewayTargetResponse";
@@ -189,11 +215,13 @@ const _DSC = "DataSourceConfig";
189
215
  const _DWI = "DeleteWorkloadIdentity";
190
216
  const _DWIR = "DeleteWorkloadIdentityRequest";
191
217
  const _DWIRe = "DeleteWorkloadIdentityResponse";
192
- const _De = "Descriptors";
218
+ const _De = "Description";
219
+ const _Des = "Descriptors";
193
220
  const _EC = "EvaluatorConfig";
194
221
  const _ECD = "EvaluationConfigDescription";
195
222
  const _ECO = "EpisodicConsolidationOverride";
196
- const _ECx = "ExtractionConfiguration";
223
+ const _ECx = "ExtractionConfig";
224
+ const _ECxt = "ExtractionConfiguration";
197
225
  const _ED = "EvaluatorDescription";
198
226
  const _EEO = "EpisodicExtractionOverride";
199
227
  const _EF = "EncryptionFailure";
@@ -237,6 +265,12 @@ const _GBPR = "GetBrowserProfileRequest";
237
265
  const _GBPRe = "GetBrowserProfileResponse";
238
266
  const _GBR = "GetBrowserRequest";
239
267
  const _GBRe = "GetBrowserResponse";
268
+ const _GCB = "GetConfigurationBundle";
269
+ const _GCBR = "GetConfigurationBundleRequest";
270
+ const _GCBRe = "GetConfigurationBundleResponse";
271
+ const _GCBV = "GetConfigurationBundleVersion";
272
+ const _GCBVR = "GetConfigurationBundleVersionRequest";
273
+ const _GCBVRe = "GetConfigurationBundleVersionResponse";
240
274
  const _GCI = "GetCodeInterpreter";
241
275
  const _GCIR = "GetCodeInterpreterRequest";
242
276
  const _GCIRe = "GetCodeInterpreterResponse";
@@ -246,7 +280,10 @@ const _GER = "GetEvaluatorRequest";
246
280
  const _GERe = "GetEvaluatorResponse";
247
281
  const _GG = "GetGateway";
248
282
  const _GGR = "GetGatewayRequest";
283
+ const _GGRR = "GetGatewayRuleRequest";
284
+ const _GGRRe = "GetGatewayRuleResponse";
249
285
  const _GGRe = "GetGatewayResponse";
286
+ const _GGRet = "GetGatewayRule";
250
287
  const _GGT = "GetGatewayTarget";
251
288
  const _GGTR = "GetGatewayTargetRequest";
252
289
  const _GGTRe = "GetGatewayTargetResponse";
@@ -280,7 +317,8 @@ const _GPGR = "GetPolicyGenerationRequest";
280
317
  const _GPGRe = "GetPolicyGenerationResponse";
281
318
  const _GPR = "GetPolicyRequest";
282
319
  const _GPRe = "GetPolicyResponse";
283
- const _GR = "GetRegistry";
320
+ const _GR = "GatewayRules";
321
+ const _GRD = "GatewayRuleDetail";
284
322
  const _GRP = "GetResourcePolicy";
285
323
  const _GRPR = "GetResourcePolicyRequest";
286
324
  const _GRPRe = "GetResourcePolicyResponse";
@@ -289,6 +327,7 @@ const _GRRR = "GetRegistryRecordRequest";
289
327
  const _GRRRe = "GetRegistryRecordResponse";
290
328
  const _GRRe = "GetRegistryResponse";
291
329
  const _GRRet = "GetRegistryRecord";
330
+ const _GRe = "GetRegistry";
292
331
  const _GS = "GatewaySummary";
293
332
  const _GSa = "GatewaySummaries";
294
333
  const _GT = "GatewayTarget";
@@ -333,6 +372,7 @@ const _HSarn = "HarnessSkill";
333
372
  const _HT = "HarnessTool";
334
373
  const _HTC = "HarnessTruncationConfiguration";
335
374
  const _HTCa = "HarnessToolConfiguration";
375
+ const _HTCt = "HttpTargetConfiguration";
336
376
  const _HTSC = "HarnessTruncationStrategyConfiguration";
337
377
  const _HTa = "HarnessTools";
338
378
  const _IC = "InferenceConfiguration";
@@ -341,9 +381,12 @@ const _ICP = "IamCredentialProvider";
341
381
  const _ICn = "InvocationConfiguration";
342
382
  const _ICnt = "InterceptorConfiguration";
343
383
  const _IIC = "InterceptorInputConfiguration";
384
+ const _IK = "IndexedKey";
385
+ const _IKL = "IndexedKeysList";
344
386
  const _IOPCI = "IncludedOauth2ProviderConfigInput";
345
387
  const _IOPCO = "IncludedOauth2ProviderConfigOutput";
346
388
  const _IP = "InlinePayload";
389
+ const _IPa = "IamPrincipal";
347
390
  const _ISE = "InternalServerException";
348
391
  const _KC = "KmsConfiguration";
349
392
  const _KR = "KinesisResource";
@@ -367,16 +410,27 @@ const _LBPRi = "ListBrowserProfilesResponse";
367
410
  const _LBR = "ListBrowsersRequest";
368
411
  const _LBRi = "ListBrowsersResponse";
369
412
  const _LC = "LifecycleConfiguration";
413
+ const _LCB = "ListConfigurationBundles";
414
+ const _LCBR = "ListConfigurationBundlesRequest";
415
+ const _LCBRi = "ListConfigurationBundlesResponse";
416
+ const _LCBV = "ListConfigurationBundleVersions";
417
+ const _LCBVR = "ListConfigurationBundleVersionsRequest";
418
+ const _LCBVRi = "ListConfigurationBundleVersionsResponse";
370
419
  const _LCI = "ListCodeInterpreters";
371
420
  const _LCIR = "ListCodeInterpretersRequest";
372
421
  const _LCIRi = "ListCodeInterpretersResponse";
373
422
  const _LE = "ListEvaluators";
374
423
  const _LEC = "LambdaEvaluatorConfig";
424
+ const _LECl = "LlmExtractionConfig";
425
+ const _LEI = "LlmExtractionInstruction";
375
426
  const _LER = "ListEvaluatorsRequest";
376
427
  const _LERi = "ListEvaluatorsResponse";
377
428
  const _LG = "ListGateways";
378
429
  const _LGR = "ListGatewaysRequest";
430
+ const _LGRR = "ListGatewayRulesRequest";
431
+ const _LGRRi = "ListGatewayRulesResponse";
379
432
  const _LGRi = "ListGatewaysResponse";
433
+ const _LGRis = "ListGatewayRules";
380
434
  const _LGT = "ListGatewayTargets";
381
435
  const _LGTR = "ListGatewayTargetsRequest";
382
436
  const _LGTRi = "ListGatewayTargetsResponse";
@@ -434,14 +488,21 @@ const _MMSI = "ModifyMemoryStrategyInput";
434
488
  const _MMSL = "ModifyMemoryStrategiesList";
435
489
  const _MOPCI = "MicrosoftOauth2ProviderConfigInput";
436
490
  const _MOPCO = "MicrosoftOauth2ProviderConfigOutput";
491
+ const _MP = "MatchPaths";
492
+ const _MPE = "MatchPrincipalEntries";
493
+ const _MPEa = "MatchPrincipalEntry";
494
+ const _MPa = "MatchPrincipals";
437
495
  const _MRC = "ModifyReflectionConfiguration";
438
496
  const _MRD = "ManagedResourceDetails";
497
+ const _MRS = "MemoryRecordSchema";
439
498
  const _MS = "MemoryStrategy";
440
499
  const _MSC = "ModifyStrategyConfiguration";
500
+ const _MSE = "MetadataSchemaEntry";
441
501
  const _MSI = "MemoryStrategyInput";
442
502
  const _MSIL = "MemoryStrategyInputList";
443
503
  const _MSL = "MemoryStrategyList";
444
504
  const _MSLe = "MemorySummaryList";
505
+ const _MSLet = "MetadataSchemaList";
445
506
  const _MSMC = "ModifySelfManagedConfiguration";
446
507
  const _MSTC = "McpServerTargetConfiguration";
447
508
  const _MSe = "MemorySummary";
@@ -451,11 +512,13 @@ const _MVR = "ManagedVpcResource";
451
512
  const _NC = "NetworkConfiguration";
452
513
  const _NSD = "NumericalScaleDefinition";
453
514
  const _NSDu = "NumericalScaleDefinitions";
515
+ const _NV = "NumberValidation";
454
516
  const _OAAD = "OAuth2AuthorizationData";
455
517
  const _OACP = "OAuthCredentialProvider";
456
518
  const _OACPV = "OAuthCustomParametersValue";
457
519
  const _OACPu = "OAuthCustomParameters";
458
520
  const _OASM = "Oauth2AuthorizationServerMetadata";
521
+ const _OBOTECT = "OnBehalfOfTokenExchangeConfigType";
459
522
  const _OC = "OutputConfig";
460
523
  const _OCP = "Oauth2CredentialProviders";
461
524
  const _OCPI = "Oauth2CredentialProviderItem";
@@ -501,6 +564,8 @@ const _RRSL = "RegistryRecordSummaryList";
501
564
  const _RS = "RegistrySummary";
502
565
  const _RSL = "RegistrySummaryList";
503
566
  const _RSa = "RatingScale";
567
+ const _RTC = "RuntimeTargetConfiguration";
568
+ const _RTTA = "RouteToTargetAction";
504
569
  const _Re = "Resource";
505
570
  const _S = "Secret";
506
571
  const _SC = "S3Configuration";
@@ -523,6 +588,8 @@ const _SGTR = "SynchronizeGatewayTargetsRequest";
523
588
  const _SGTRy = "SynchronizeGatewayTargetsResponse";
524
589
  const _SJ = "SensitiveJson";
525
590
  const _SL = "S3Location";
591
+ const _SLV = "StringListValidation";
592
+ const _SMB = "SystemManagedBlock";
526
593
  const _SMC = "SelfManagedConfiguration";
527
594
  const _SMCI = "SelfManagedConfigurationInput";
528
595
  const _SMD = "SkillMdDefinition";
@@ -530,6 +597,7 @@ const _SML = "SecretsManagerLocation";
530
597
  const _SMLR = "SelfManagedLatticeResource";
531
598
  const _SMSI = "SemanticMemoryStrategyInput";
532
599
  const _SMSIu = "SummaryMemoryStrategyInput";
600
+ const _SO = "StaticOverride";
533
601
  const _SOCCI = "SemanticOverrideConsolidationConfigurationInput";
534
602
  const _SOCCIu = "SummaryOverrideConsolidationConfigurationInput";
535
603
  const _SOCI = "SemanticOverrideConfigurationInput";
@@ -544,6 +612,7 @@ const _SPG = "StartPolicyGeneration";
544
612
  const _SPGR = "StartPolicyGenerationRequest";
545
613
  const _SPGRt = "StartPolicyGenerationResponse";
546
614
  const _SQEE = "ServiceQuotaExceededException";
615
+ const _SR = "StaticRoute";
547
616
  const _SRRFA = "SubmitRegistryRecordForApproval";
548
617
  const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
549
618
  const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
@@ -552,6 +621,7 @@ const _ST = "SensitiveText";
552
621
  const _STVCMK = "SetTokenVaultCMK";
553
622
  const _STVCMKR = "SetTokenVaultCMKRequest";
554
623
  const _STVCMKRe = "SetTokenVaultCMKResponse";
624
+ const _SV = "StringValidation";
555
625
  const _TBT = "TimeBasedTrigger";
556
626
  const _TBTI = "TimeBasedTriggerInput";
557
627
  const _TBTIo = "TokenBasedTriggerInput";
@@ -566,14 +636,19 @@ const _TDo = "ToolDefinition";
566
636
  const _TDoo = "ToolsDefinition";
567
637
  const _TDool = "ToolDefinitions";
568
638
  const _TE = "ThrottledException";
639
+ const _TEGTCT = "TokenExchangeGrantTypeConfigType";
569
640
  const _TEh = "ThrottlingException";
570
641
  const _TN = "TargetName";
571
642
  const _TR = "TagResource";
572
643
  const _TRR = "TagResourceRequest";
573
644
  const _TRRa = "TagResourceResponse";
574
645
  const _TS = "TargetSummary";
646
+ const _TSE = "TrafficSplitEntry";
647
+ const _TSEr = "TrafficSplitEntries";
575
648
  const _TSa = "TargetSummaries";
576
649
  const _TSo = "ToolSchema";
650
+ const _TTSE = "TargetTrafficSplitEntry";
651
+ const _TTSEa = "TargetTrafficSplitEntries";
577
652
  const _UAC = "UpdatedApprovalConfiguration";
578
653
  const _UACp = "UpdatedAuthorizerConfiguration";
579
654
  const _UAD = "UpdatedA2aDescriptor";
@@ -588,6 +663,9 @@ const _UARR = "UpdateAgentRuntimeRequest";
588
663
  const _UARRp = "UpdateAgentRuntimeResponse";
589
664
  const _UASD = "UpdatedAgentSkillsDescriptor";
590
665
  const _UASDF = "UpdatedAgentSkillsDescriptorFields";
666
+ const _UCB = "UpdateConfigurationBundle";
667
+ const _UCBR = "UpdateConfigurationBundleRequest";
668
+ const _UCBRp = "UpdateConfigurationBundleResponse";
591
669
  const _UCD = "UpdatedCustomDescriptor";
592
670
  const _UD = "UpdatedDescription";
593
671
  const _UDU = "UpdatedDescriptorsUnion";
@@ -598,7 +676,10 @@ const _UERp = "UpdateEvaluatorResponse";
598
676
  const _UEp = "UpdateEvaluator";
599
677
  const _UG = "UpdateGateway";
600
678
  const _UGR = "UpdateGatewayRequest";
679
+ const _UGRR = "UpdateGatewayRuleRequest";
680
+ const _UGRRp = "UpdateGatewayRuleResponse";
601
681
  const _UGRp = "UpdateGatewayResponse";
682
+ const _UGRpd = "UpdateGatewayRule";
602
683
  const _UGT = "UpdateGatewayTarget";
603
684
  const _UGTR = "UpdateGatewayTargetRequest";
604
685
  const _UGTRp = "UpdateGatewayTargetResponse";
@@ -651,14 +732,20 @@ const _UTD = "UpdatedToolsDefinition";
651
732
  const _UWI = "UpdateWorkloadIdentity";
652
733
  const _UWIR = "UpdateWorkloadIdentityRequest";
653
734
  const _UWIRp = "UpdateWorkloadIdentityResponse";
735
+ const _V = "Validation";
654
736
  const _VC = "VpcConfig";
737
+ const _VCBS = "VersionCreatedBySource";
655
738
  const _VE = "ValidationException";
656
739
  const _VEF = "ValidationExceptionField";
657
740
  const _VEFL = "ValidationExceptionFieldList";
741
+ const _VF = "VersionFilter";
742
+ const _VLM = "VersionLineageMetadata";
658
743
  const _WID = "WorkloadIdentityDetails";
659
744
  const _WIL = "WorkloadIdentityList";
660
745
  const _WIT = "WorkloadIdentityType";
661
- const _a = "a2a";
746
+ const _WO = "WeightedOverride";
747
+ const _WR = "WeightedRoute";
748
+ const _a = "actions";
662
749
  const _aA = "autoApproval";
663
750
  const _aAl = "allowedAudience";
664
751
  const _aC = "agentCard";
@@ -676,6 +763,7 @@ const _aE = "authorizationEndpoint";
676
763
  const _aG = "apiGateway";
677
764
  const _aGTC = "apiGatewayToolConfiguration";
678
765
  const _aI = "actorId";
766
+ const _aIK = "addIndexedKeys";
679
767
  const _aIw = "awsIam";
680
768
  const _aK = "apiKey";
681
769
  const _aKA = "apiKeyArn";
@@ -683,6 +771,7 @@ const _aKCP = "apiKeyCredentialProvider";
683
771
  const _aKSA = "apiKeySecretArn";
684
772
  const _aMRF = "additionalModelRequestFields";
685
773
  const _aMS = "addMemoryStrategies";
774
+ const _aO = "anyOf";
686
775
  const _aOPC = "atlassianOauth2ProviderConfig";
687
776
  const _aQP = "allowedQueryParameters";
688
777
  const _aR = "agentRuntimes";
@@ -695,26 +784,41 @@ const _aRI = "agentRuntimeId";
695
784
  const _aRN = "agentRuntimeName";
696
785
  const _aRORU = "allowedResourceOauth2ReturnUrls";
697
786
  const _aRV = "agentRuntimeVersion";
787
+ const _aRg = "agentcoreRuntime";
698
788
  const _aS = "allowedScopes";
699
789
  const _aSM = "authorizationServerMetadata";
700
790
  const _aSg = "agentSkills";
701
791
  const _aT = "authorizerType";
792
+ const _aTC = "actorTokenContent";
702
793
  const _aTP = "appendToPrompt";
794
+ const _aTS = "actorTokenScopes";
703
795
  const _aTl = "allowedTools";
704
796
  const _aU = "authorizationUrl";
797
+ const _aV = "allowedValues";
798
+ const _aa = "a2a";
705
799
  const _ar = "arn";
706
- const _b = "bucket";
800
+ const _b = "bundles";
707
801
  const _bA = "browserArn";
802
+ const _bAu = "bundleArn";
708
803
  const _bEMC = "bedrockEvaluatorModelConfig";
709
804
  const _bI = "browserId";
805
+ const _bIu = "bundleId";
710
806
  const _bMC = "bedrockModelConfig";
807
+ const _bN = "bundleName";
808
+ const _bNr = "branchName";
711
809
  const _bOAI = "bucketOwnerAccountId";
712
810
  const _bS = "browserSigning";
713
811
  const _bSr = "browserSummaries";
714
- const _bV = "booleanValue";
812
+ const _bV = "bundleVersion";
813
+ const _bVo = "booleanValue";
814
+ const _bu = "bucket";
715
815
  const _c = "client";
716
816
  const _cA = "createdAt";
717
- const _cB = "codeBased";
817
+ const _cAM = "clientAuthenticationMethod";
818
+ const _cB = "createdBy";
819
+ const _cBN = "createdByName";
820
+ const _cBo = "configurationBundle";
821
+ const _cBod = "codeBased";
718
822
  const _cC = "customClaims";
719
823
  const _cCC = "customConsolidationConfiguration";
720
824
  const _cCo = "contentConfigurations";
@@ -727,6 +831,7 @@ const _cII = "codeInterpreterId";
727
831
  const _cIS = "codeInterpreterSummaries";
728
832
  const _cJWTA = "customJWTAuthorizer";
729
833
  const _cL = "credentialLocation";
834
+ const _cM = "commitMessage";
730
835
  const _cMO = "claimMatchOperator";
731
836
  const _cMS = "customMemoryStrategy";
732
837
  const _cMV = "claimMatchValue";
@@ -753,7 +858,9 @@ const _ca = "categorical";
753
858
  const _ce = "certificates";
754
859
  const _ced = "cedar";
755
860
  const _co = "code";
861
+ const _com = "components";
756
862
  const _con = "configuration";
863
+ const _cond = "conditions";
757
864
  const _conf = "config";
758
865
  const _cons = "consolidation";
759
866
  const _cont = "content";
@@ -774,6 +881,7 @@ const _eA = "evaluatorArn";
774
881
  const _eAn = "environmentArtifact";
775
882
  const _eC = "evaluatorConfig";
776
883
  const _eCO = "episodicConsolidationOverride";
884
+ const _eCx = "extractionConfig";
777
885
  const _eED = "eventExpiryDuration";
778
886
  const _eEO = "episodicExtractionOverride";
779
887
  const _eERA = "evaluationExecutionRoleArn";
@@ -805,13 +913,15 @@ const _fL = "fieldList";
805
913
  const _fP = "filterPath";
806
914
  const _fR = "failureReason";
807
915
  const _fU = "fromUrl";
808
- const _fi = "filters";
916
+ const _fi = "filter";
917
+ const _fil = "filters";
809
918
  const _gA = "gatewayArn";
810
919
  const _gI = "gatewayId";
811
920
  const _gIa = "gatewayIdentifier";
812
921
  const _gMC = "geminiModelConfig";
813
922
  const _gOPC = "googleOauth2ProviderConfig";
814
923
  const _gOPCi = "githubOauth2ProviderConfig";
924
+ const _gR = "gatewayRules";
815
925
  const _gT = "grantType";
816
926
  const _gU = "gatewayUrl";
817
927
  const _h = "harness";
@@ -830,9 +940,12 @@ const _iCn = "inferenceConfig";
830
940
  const _iCnp = "inputConfiguration";
831
941
  const _iCnt = "interceptorConfigurations";
832
942
  const _iCnv = "invocationConfiguration";
943
+ const _iD = "includedData";
833
944
  const _iF = "inlineFunction";
945
+ const _iK = "indexedKeys";
834
946
  const _iOPC = "includedOauth2ProviderConfig";
835
947
  const _iP = "interceptionPoints";
948
+ const _iPa = "iamPrincipal";
836
949
  const _iPn = "inlinePayload";
837
950
  const _iRST = "idleRuntimeSessionTimeout";
838
951
  const _iS = "inputSchema";
@@ -854,12 +967,16 @@ const _lA = "lambdaArn";
854
967
  const _lAAJ = "llmAsAJudge";
855
968
  const _lC = "lifecycleConfiguration";
856
969
  const _lCa = "lambdaConfig";
970
+ const _lEC = "llmExtractionConfig";
971
+ const _lEI = "llmExtractionInstruction";
857
972
  const _lFM = "lockedForModification";
858
973
  const _lGN = "logGroupNames";
859
974
  const _lGNo = "logGroupName";
860
- const _lM = "listingMode";
975
+ const _lM = "lineageMetadata";
861
976
  const _lMD = "lastModifiedDate";
977
+ const _lMi = "listingMode";
862
978
  const _lOPC = "linkedinOauth2ProviderConfig";
979
+ const _lPB = "latestPerBranch";
863
980
  const _lSA = "lastSavedAt";
864
981
  const _lSAa = "lastSynchronizedAt";
865
982
  const _lSBI = "lastSavedBrowserId";
@@ -872,6 +989,7 @@ const _la = "label";
872
989
  const _lam = "lambda";
873
990
  const _le = "level";
874
991
  const _m = "message";
992
+ const _mB = "managedBy";
875
993
  const _mBT = "messageBasedTrigger";
876
994
  const _mC = "metadataConfiguration";
877
995
  const _mCe = "messagesCount";
@@ -880,25 +998,33 @@ const _mCo = "modelConfig";
880
998
  const _mERA = "memoryExecutionRoleArn";
881
999
  const _mI = "modelId";
882
1000
  const _mIa = "maxIterations";
1001
+ const _mIax = "maxItems";
883
1002
  const _mIe = "memoryId";
884
1003
  const _mL = "maxLifetime";
885
1004
  const _mMS = "modifyMemoryStrategies";
886
1005
  const _mOPC = "microsoftOauth2ProviderConfig";
887
1006
  const _mP = "mountPath";
1007
+ const _mPa = "matchPrincipals";
1008
+ const _mPat = "matchPaths";
888
1009
  const _mR = "maxResults";
1010
+ const _mRS = "memoryRecordSchema";
889
1011
  const _mS = "memoryStrategies";
890
1012
  const _mSI = "memoryStrategyId";
891
1013
  const _mSc = "mcpServer";
1014
+ const _mSe = "metadataSchema";
892
1015
  const _mT = "maxTokens";
893
1016
  const _mTS = "mcpToolSchema";
1017
+ const _mV = "minValue";
894
1018
  const _mVR = "managedVpcResource";
895
1019
  const _mVS = "matchValueString";
896
1020
  const _mVSL = "matchValueStringList";
1021
+ const _mVa = "maxValue";
897
1022
  const _mc = "mcp";
898
1023
  const _me = "methods";
899
1024
  const _mem = "memory";
900
1025
  const _memo = "memories";
901
1026
  const _met = "method";
1027
+ const _meta = "metadata";
902
1028
  const _mo = "model";
903
1029
  const _mod = "mode";
904
1030
  const _n = "name";
@@ -907,6 +1033,7 @@ const _nM = "networkMode";
907
1033
  const _nMC = "networkModeConfig";
908
1034
  const _nT = "namespaceTemplates";
909
1035
  const _nTe = "nextToken";
1036
+ const _nV = "numberValidation";
910
1037
  const _na = "namespaces";
911
1038
  const _no = "none";
912
1039
  const _nu = "numerical";
@@ -914,6 +1041,7 @@ const _o = "operator";
914
1041
  const _oA = "outboundAuth";
915
1042
  const _oAMC = "openAiModelConfig";
916
1043
  const _oAS = "openApiSchema";
1044
+ const _oBOTEC = "onBehalfOfTokenExchangeConfig";
917
1045
  const _oC = "outputConfig";
918
1046
  const _oCP = "oauthCredentialProvider";
919
1047
  const _oD = "oauthDiscovery";
@@ -953,10 +1081,13 @@ const _pRM = "preserveRecentMessages";
953
1081
  const _pS = "profileSummaries";
954
1082
  const _pT = "protocolType";
955
1083
  const _pV = "protocolVersion";
1084
+ const _pVI = "parentVersionIds";
956
1085
  const _po = "policy";
957
1086
  const _pol = "policies";
958
- const _pr = "prefix";
1087
+ const _pr = "priority";
1088
+ const _pre = "prefix";
959
1089
  const _pro = "properties";
1090
+ const _q = "qualifier";
960
1091
  const _r = "reason";
961
1092
  const _rA = "roleArn";
962
1093
  const _rAA = "resourceAssociationArn";
@@ -972,8 +1103,9 @@ const _rE = "runtimeEndpoints";
972
1103
  const _rGA = "resourceGatewayArn";
973
1104
  const _rHA = "requestHeaderAllowlist";
974
1105
  const _rHC = "requestHeaderConfiguration";
975
- const _rI = "registryId";
976
- const _rIe = "recordId";
1106
+ const _rI = "ruleId";
1107
+ const _rIe = "registryId";
1108
+ const _rIec = "recordId";
977
1109
  const _rM = "remoteMcp";
978
1110
  const _rMMDSV = "requireMMDSV2";
979
1111
  const _rP = "resourcePriority";
@@ -982,6 +1114,7 @@ const _rS = "relevanceScore";
982
1114
  const _rSa = "ratingScale";
983
1115
  const _rT = "responseTypes";
984
1116
  const _rTF = "rawTextFragment";
1117
+ const _rTT = "routeToTarget";
985
1118
  const _rTa = "rawText";
986
1119
  const _rV = "recordVersion";
987
1120
  const _re = "recording";
@@ -1008,6 +1141,7 @@ const _sGI = "securityGroupIds";
1008
1141
  const _sI = "strategyId";
1009
1142
  const _sIu = "subnetIds";
1010
1143
  const _sL = "s3Location";
1144
+ const _sLV = "stringListValidation";
1011
1145
  const _sM = "skillMd";
1012
1146
  const _sMC = "selfManagedConfiguration";
1013
1147
  const _sMLR = "selfManagedLatticeResource";
@@ -1016,15 +1150,17 @@ const _sMSu = "summaryMemoryStrategy";
1016
1150
  const _sMe = "secretsManager";
1017
1151
  const _sMm = "smithyModel";
1018
1152
  const _sN = "serviceNames";
1019
- const _sO = "semanticOverride";
1153
+ const _sO = "staticOverride";
1020
1154
  const _sOPC = "slackOauth2ProviderConfig";
1021
1155
  const _sOPCa = "salesforceOauth2ProviderConfig";
1156
+ const _sOe = "semanticOverride";
1022
1157
  const _sOu = "summaryOverride";
1023
1158
  const _sP = "systemPrompt";
1024
1159
  const _sPa = "samplingPercentage";
1025
1160
  const _sPe = "serverProtocol";
1026
1161
  const _sR = "statusReasons";
1027
1162
  const _sRt = "statusReason";
1163
+ const _sRta = "staticRoute";
1028
1164
  const _sRu = "summaryRatio";
1029
1165
  const _sS = "stopSequences";
1030
1166
  const _sSP = "summarizationSystemPrompt";
@@ -1034,6 +1170,7 @@ const _sTM = "sessionTimeoutMinutes";
1034
1170
  const _sTe = "searchType";
1035
1171
  const _sV = "schemaVersion";
1036
1172
  const _sVt = "stringValue";
1173
+ const _sVtr = "stringValidation";
1037
1174
  const _sVu = "supportedVersions";
1038
1175
  const _sW = "slidingWindow";
1039
1176
  const _s_ = "s3";
@@ -1048,6 +1185,7 @@ const _str = "strategy";
1048
1185
  const _stra = "strategies";
1049
1186
  const _su = "subnets";
1050
1187
  const _sum = "summarization";
1188
+ const _sy = "system";
1051
1189
  const _t = "type";
1052
1190
  const _tA = "topicArn";
1053
1191
  const _tBT = "tokenBasedTrigger";
@@ -1057,18 +1195,21 @@ const _tCo = "tokenCount";
1057
1195
  const _tCr = "triggerConditions";
1058
1196
  const _tE = "tokenEndpoint";
1059
1197
  const _tEAM = "tokenEndpointAuthMethods";
1198
+ const _tEGTC = "tokenExchangeGrantTypeConfig";
1060
1199
  const _tF = "toolFilters";
1061
1200
  const _tI = "targetId";
1062
1201
  const _tIL = "targetIdList";
1063
1202
  const _tIe = "tenantId";
1064
1203
  const _tK = "topK";
1065
1204
  const _tKa = "tagKeys";
1205
+ const _tN = "targetName";
1066
1206
  const _tO = "toolOverrides";
1067
1207
  const _tP = "topP";
1068
1208
  const _tRS = "targetResourceScope";
1069
1209
  const _tS = "timeoutSeconds";
1070
1210
  const _tSo = "toolSchema";
1071
1211
  const _tSr = "triggerSynchronization";
1212
+ const _tSra = "trafficSplit";
1072
1213
  const _tV = "targetVersion";
1073
1214
  const _tVI = "tokenVaultId";
1074
1215
  const _ta = "tags";
@@ -1087,14 +1228,20 @@ const _uPO = "userPreferenceOverride";
1087
1228
  const _ur = "uri";
1088
1229
  const _v = "value";
1089
1230
  const _vC = "vpcConfig";
1090
- const _vI = "vpcIdentifier";
1091
- const _vIe = "versionId";
1231
+ const _vCA = "versionCreatedAt";
1232
+ const _vI = "versionId";
1233
+ const _vIp = "vpcIdentifier";
1092
1234
  const _vM = "validationMode";
1235
+ const _va = "validation";
1093
1236
  const _ve = "version";
1237
+ const _ver = "versions";
1094
1238
  const _vi = "view";
1239
+ const _w = "weight";
1095
1240
  const _wI = "workloadIdentities";
1096
1241
  const _wIA = "workloadIdentityArn";
1097
1242
  const _wID = "workloadIdentityDetails";
1243
+ const _wO = "weightedOverride";
1244
+ const _wR = "weightedRoute";
1098
1245
  const n0 = "com.amazonaws.bedrockagentcorecontrol";
1099
1246
  import { TypeRegistry } from "@smithy/core/schema";
1100
1247
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
@@ -1193,7 +1340,10 @@ export const errorTypeRegistries = [
1193
1340
  ];
1194
1341
  var ApiKeyType = [0, n0, _AKT, 8, 0];
1195
1342
  var ClientSecretType = [0, n0, _CST, 8, 0];
1196
- var Description = [0, n0, _D, 8, 0];
1343
+ var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
1344
+ var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
1345
+ var Definition = [0, n0, _D, 8, 0];
1346
+ var Description = [0, n0, _De, 8, 0];
1197
1347
  var EndpointName = [0, n0, _EN, 8, 0];
1198
1348
  var EvaluationConfigDescription = [0, n0, _ECD, 8, 0];
1199
1349
  var EvaluatorDescription = [0, n0, _ED, 8, 0];
@@ -1203,6 +1353,7 @@ var GatewayName = [0, n0, _GN, 8, 0];
1203
1353
  var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
1204
1354
  var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
1205
1355
  var InlinePayload = [0, n0, _IP, 8, 0];
1356
+ var LlmExtractionInstruction = [0, n0, _LEI, 8, 0];
1206
1357
  var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1207
1358
  var Prompt = [0, n0, _P, 8, 0];
1208
1359
  var SensitiveJson = [0, n0, _SJ, 8, 15];
@@ -1354,12 +1505,32 @@ export var CodeInterpreterSummary$ = [3, n0, _CIS,
1354
1505
  [_cII, _cIA, _st, _cA, _n, _d, _lUA],
1355
1506
  [0, 0, 0, 5, 0, [() => Description, 0], 5], 4
1356
1507
  ];
1357
- export var ContainerConfiguration$ = [3, n0, _CCo,
1508
+ export var ComponentConfiguration$ = [3, n0, _CCo,
1509
+ 8,
1510
+ [_con],
1511
+ [15], 1
1512
+ ];
1513
+ export var ConfigurationBundleReference$ = [3, n0, _CBR,
1514
+ 0,
1515
+ [_bAu, _bV],
1516
+ [0, 0], 2
1517
+ ];
1518
+ export var ConfigurationBundleSummary$ = [3, n0, _CBS,
1519
+ 0,
1520
+ [_bAu, _bIu, _bN, _d],
1521
+ [0, 0, 0, [() => ConfigurationBundleDescription, 0]], 3
1522
+ ];
1523
+ export var ConfigurationBundleVersionSummary$ = [3, n0, _CBVS,
1524
+ 0,
1525
+ [_bAu, _bIu, _vI, _vCA, _lM],
1526
+ [0, 0, 0, 4, () => VersionLineageMetadata$], 4
1527
+ ];
1528
+ export var ContainerConfiguration$ = [3, n0, _CCon,
1358
1529
  0,
1359
1530
  [_cU],
1360
1531
  [0], 1
1361
1532
  ];
1362
- export var ContentConfiguration$ = [3, n0, _CCon,
1533
+ export var ContentConfiguration$ = [3, n0, _CCont,
1363
1534
  0,
1364
1535
  [_t, _le],
1365
1536
  [0, 0], 1
@@ -1404,12 +1575,12 @@ export var CreateBrowserProfileResponse$ = [3, n0, _CBPRr,
1404
1575
  [_pI, _pA, _cA, _st],
1405
1576
  [0, 0, 5, 0], 4
1406
1577
  ];
1407
- export var CreateBrowserRequest$ = [3, n0, _CBR,
1578
+ export var CreateBrowserRequest$ = [3, n0, _CBRr,
1408
1579
  0,
1409
1580
  [_n, _nC, _d, _eRA, _re, _bS, _ePn, _ce, _cTl, _ta],
1410
1581
  [0, () => BrowserNetworkConfiguration$, [() => Description, 0], 0, () => RecordingConfig$, () => BrowserSigningConfigInput$, () => BrowserEnterprisePolicies, () => Certificates, [0, 4], 128 | 0], 2
1411
1582
  ];
1412
- export var CreateBrowserResponse$ = [3, n0, _CBRr,
1583
+ export var CreateBrowserResponse$ = [3, n0, _CBRre,
1413
1584
  0,
1414
1585
  [_bI, _bA, _cA, _st],
1415
1586
  [0, 0, 5, 0], 4
@@ -1424,10 +1595,20 @@ export var CreateCodeInterpreterResponse$ = [3, n0, _CCIRr,
1424
1595
  [_cII, _cIA, _cA, _st],
1425
1596
  [0, 0, 5, 0], 4
1426
1597
  ];
1598
+ export var CreateConfigurationBundleRequest$ = [3, n0, _CCBR,
1599
+ 0,
1600
+ [_bN, _com, _cTl, _d, _bNr, _cM, _cB, _ta],
1601
+ [0, [() => ComponentConfigurationMap, 0], [0, 4], [() => ConfigurationBundleDescription, 0], 0, 0, () => VersionCreatedBySource$, 128 | 0], 2
1602
+ ];
1603
+ export var CreateConfigurationBundleResponse$ = [3, n0, _CCBRr,
1604
+ 0,
1605
+ [_bAu, _bIu, _vI, _cA],
1606
+ [0, 0, 0, 4], 4
1607
+ ];
1427
1608
  export var CreateEvaluatorRequest$ = [3, n0, _CER,
1428
1609
  0,
1429
- [_eNv, _eC, _le, _cTl, _d, _ta],
1430
- [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 128 | 0], 3
1610
+ [_eNv, _eC, _le, _cTl, _d, _kKA, _ta],
1611
+ [0, [() => EvaluatorConfig$, 0], 0, [0, 4], [() => EvaluatorDescription, 0], 0, 128 | 0], 3
1431
1612
  ];
1432
1613
  export var CreateEvaluatorResponse$ = [3, n0, _CERr,
1433
1614
  0,
@@ -1436,13 +1617,23 @@ export var CreateEvaluatorResponse$ = [3, n0, _CERr,
1436
1617
  ];
1437
1618
  export var CreateGatewayRequest$ = [3, n0, _CGR,
1438
1619
  0,
1439
- [_n, _rA, _pT, _aT, _d, _cTl, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
1440
- [[() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], [0, 4], () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, 128 | 0], 4
1620
+ [_n, _rA, _aT, _d, _cTl, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
1621
+ [[() => GatewayName, 0], 0, 0, [() => GatewayDescription, 0], [0, 4], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, 128 | 0], 3
1441
1622
  ];
1442
1623
  export var CreateGatewayResponse$ = [3, n0, _CGRr,
1443
1624
  0,
1444
- [_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
1445
- [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
1625
+ [_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
1626
+ [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 7
1627
+ ];
1628
+ export var CreateGatewayRuleRequest$ = [3, n0, _CGRR,
1629
+ 0,
1630
+ [_gIa, _pr, _a, _cTl, _cond, _d],
1631
+ [[0, 1], 1, [() => Actions, 0], [0, 4], () => Conditions, 0], 3
1632
+ ];
1633
+ export var CreateGatewayRuleResponse$ = [3, n0, _CGRRr,
1634
+ 0,
1635
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy],
1636
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => SystemManagedBlock$], 6
1446
1637
  ];
1447
1638
  export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
1448
1639
  0,
@@ -1451,8 +1642,8 @@ export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
1451
1642
  ];
1452
1643
  export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
1453
1644
  0,
1454
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
1455
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
1645
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
1646
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
1456
1647
  ];
1457
1648
  export var CreateHarnessRequest$ = [3, n0, _CHR,
1458
1649
  0,
@@ -1466,8 +1657,8 @@ export var CreateHarnessResponse$ = [3, n0, _CHRr,
1466
1657
  ];
1467
1658
  export var CreateMemoryInput$ = [3, n0, _CMI,
1468
1659
  0,
1469
- [_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _sDR, _ta],
1470
- [0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => StreamDeliveryResources$, 128 | 0], 2
1660
+ [_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _iK, _sDR, _ta],
1661
+ [0, 1, [0, 4], [() => Description, 0], 0, 0, [() => MemoryStrategyInputList, 0], () => IndexedKeysList, () => StreamDeliveryResources$, 128 | 0], 2
1471
1662
  ];
1472
1663
  export var CreateMemoryOutput$ = [3, n0, _CMO,
1473
1664
  0,
@@ -1516,7 +1707,7 @@ export var CreatePolicyResponse$ = [3, n0, _CPRr,
1516
1707
  ];
1517
1708
  export var CreateRegistryRecordRequest$ = [3, n0, _CRRR,
1518
1709
  0,
1519
- [_rI, _n, _dT, _d, _des, _rV, _sT, _sC, _cTl],
1710
+ [_rIe, _n, _dT, _d, _des, _rV, _sT, _sC, _cTl],
1520
1711
  [[0, 1], 0, 0, [() => Description, 0], () => Descriptors$, 0, 0, () => SynchronizationConfiguration$, [0, 4]], 3
1521
1712
  ];
1522
1713
  export var CreateRegistryRecordResponse$ = [3, n0, _CRRRr,
@@ -1566,18 +1757,18 @@ export var CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
1566
1757
  ];
1567
1758
  export var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
1568
1759
  0,
1569
- [_n, _d, _na, _nT, _con],
1570
- [0, [() => Description, 0], 64 | 0, 64 | 0, [() => CustomConfigurationInput$, 0]], 1
1760
+ [_n, _d, _na, _nT, _con, _mRS],
1761
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => CustomConfigurationInput$, 0], [() => MemoryRecordSchema$, 0]], 1
1571
1762
  ];
1572
1763
  export var CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
1573
1764
  0,
1574
- [_oD, _cI, _cS, _pE, _pEO],
1575
- [() => Oauth2Discovery$, 0, [() => ClientSecretType, 0], () => PrivateEndpoint$, () => PrivateEndpointOverrides], 3
1765
+ [_oD, _cI, _cS, _pE, _pEO, _oBOTEC, _cAM],
1766
+ [() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => PrivateEndpoint$, () => PrivateEndpointOverrides, () => OnBehalfOfTokenExchangeConfigType$, 0], 1
1576
1767
  ];
1577
1768
  export var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
1578
1769
  0,
1579
- [_oD, _cI, _pE, _pEO],
1580
- [() => Oauth2Discovery$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
1770
+ [_oD, _cI, _pE, _pEO, _oBOTEC, _cAM],
1771
+ [() => Oauth2Discovery$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides, () => OnBehalfOfTokenExchangeConfigType$, 0], 1
1581
1772
  ];
1582
1773
  export var DeleteAgentRuntimeEndpointRequest$ = [3, n0, _DARER,
1583
1774
  0,
@@ -1639,6 +1830,16 @@ export var DeleteCodeInterpreterResponse$ = [3, n0, _DCIRe,
1639
1830
  [_cII, _st, _lUA],
1640
1831
  [0, 0, 5], 3
1641
1832
  ];
1833
+ export var DeleteConfigurationBundleRequest$ = [3, n0, _DCBR,
1834
+ 0,
1835
+ [_bIu],
1836
+ [[0, 1]], 1
1837
+ ];
1838
+ export var DeleteConfigurationBundleResponse$ = [3, n0, _DCBRe,
1839
+ 0,
1840
+ [_bIu, _st],
1841
+ [0, 0], 2
1842
+ ];
1642
1843
  export var DeleteEvaluatorRequest$ = [3, n0, _DER,
1643
1844
  0,
1644
1845
  [_eI],
@@ -1659,6 +1860,16 @@ export var DeleteGatewayResponse$ = [3, n0, _DGRe,
1659
1860
  [_gI, _st, _sR],
1660
1861
  [0, 0, 64 | 0], 2
1661
1862
  ];
1863
+ export var DeleteGatewayRuleRequest$ = [3, n0, _DGRR,
1864
+ 0,
1865
+ [_gIa, _rI],
1866
+ [[0, 1], [0, 1]], 2
1867
+ ];
1868
+ export var DeleteGatewayRuleResponse$ = [3, n0, _DGRRe,
1869
+ 0,
1870
+ [_rI, _st],
1871
+ [0, 0], 2
1872
+ ];
1662
1873
  export var DeleteGatewayTargetRequest$ = [3, n0, _DGTR,
1663
1874
  0,
1664
1875
  [_gIa, _tI],
@@ -1736,7 +1947,7 @@ export var DeletePolicyResponse$ = [3, n0, _DPRe,
1736
1947
  ];
1737
1948
  export var DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
1738
1949
  0,
1739
- [_rI, _rIe],
1950
+ [_rIe, _rIec],
1740
1951
  [[0, 1], [0, 1]], 2
1741
1952
  ];
1742
1953
  export var DeleteRegistryRecordResponse$ = [3, n0, _DRRRe,
@@ -1746,7 +1957,7 @@ export var DeleteRegistryRecordResponse$ = [3, n0, _DRRRe,
1746
1957
  ];
1747
1958
  export var DeleteRegistryRequest$ = [3, n0, _DRR,
1748
1959
  0,
1749
- [_rI],
1960
+ [_rIe],
1750
1961
  [[0, 1]], 1
1751
1962
  ];
1752
1963
  export var DeleteRegistryResponse$ = [3, n0, _DRRe,
@@ -1774,9 +1985,9 @@ export var DeleteWorkloadIdentityResponse$ = [3, n0, _DWIRe,
1774
1985
  [],
1775
1986
  []
1776
1987
  ];
1777
- export var Descriptors$ = [3, n0, _De,
1988
+ export var Descriptors$ = [3, n0, _Des,
1778
1989
  0,
1779
- [_mc, _a, _cu, _aSg],
1990
+ [_mc, _aa, _cu, _aSg],
1780
1991
  [() => McpDescriptor$, () => A2aDescriptor$, () => CustomDescriptor$, () => AgentSkillsDescriptor$]
1781
1992
  ];
1782
1993
  export var EpisodicConsolidationOverride$ = [3, n0, _ECO,
@@ -1791,8 +2002,8 @@ export var EpisodicExtractionOverride$ = [3, n0, _EEO,
1791
2002
  ];
1792
2003
  export var EpisodicMemoryStrategyInput$ = [3, n0, _EMSI,
1793
2004
  0,
1794
- [_n, _d, _na, _nT, _rC],
1795
- [0, [() => Description, 0], 64 | 0, 64 | 0, () => EpisodicReflectionConfigurationInput$], 1
2005
+ [_n, _d, _na, _nT, _rC, _mRS],
2006
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => EpisodicReflectionConfigurationInput$, 0], [() => MemoryRecordSchema$, 0]], 1
1796
2007
  ];
1797
2008
  export var EpisodicOverrideConfigurationInput$ = [3, n0, _EOCI,
1798
2009
  0,
@@ -1811,28 +2022,28 @@ export var EpisodicOverrideExtractionConfigurationInput$ = [3, n0, _EOECI,
1811
2022
  ];
1812
2023
  export var EpisodicOverrideReflectionConfigurationInput$ = [3, n0, _EORCI,
1813
2024
  0,
1814
- [_aTP, _mI, _na, _nT],
1815
- [[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
2025
+ [_aTP, _mI, _na, _nT, _mRS],
2026
+ [[() => Prompt, 0], 0, 64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]], 2
1816
2027
  ];
1817
2028
  export var EpisodicReflectionConfiguration$ = [3, n0, _ERC,
1818
2029
  0,
1819
- [_na, _nT],
1820
- [64 | 0, 64 | 0]
2030
+ [_na, _nT, _mRS],
2031
+ [64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]]
1821
2032
  ];
1822
2033
  export var EpisodicReflectionConfigurationInput$ = [3, n0, _ERCI,
1823
2034
  0,
1824
- [_na, _nT],
1825
- [64 | 0, 64 | 0]
2035
+ [_na, _nT, _mRS],
2036
+ [64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]]
1826
2037
  ];
1827
2038
  export var EpisodicReflectionOverride$ = [3, n0, _ERO,
1828
2039
  0,
1829
- [_aTP, _mI, _na, _nT],
1830
- [[() => Prompt, 0], 0, 64 | 0, 64 | 0], 2
2040
+ [_aTP, _mI, _na, _nT, _mRS],
2041
+ [[() => Prompt, 0], 0, 64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]], 2
1831
2042
  ];
1832
2043
  export var EvaluatorSummary$ = [3, n0, _ES,
1833
2044
  0,
1834
- [_eA, _eI, _eNv, _eT, _st, _cA, _uA, _d, _le, _lFM],
1835
- [0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2], 7
2045
+ [_eA, _eI, _eNv, _eT, _st, _cA, _uA, _d, _le, _lFM, _kKA],
2046
+ [0, 0, 0, 0, 0, 4, 4, [() => EvaluatorDescription, 0], 0, 2, 0], 7
1836
2047
  ];
1837
2048
  export var Filter$ = [3, n0, _F,
1838
2049
  0,
@@ -1864,15 +2075,20 @@ export var GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
1864
2075
  [_ar, _mod],
1865
2076
  [0, 0], 2
1866
2077
  ];
2078
+ export var GatewayRuleDetail$ = [3, n0, _GRD,
2079
+ 0,
2080
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
2081
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => SystemManagedBlock$, 5], 6
2082
+ ];
1867
2083
  export var GatewaySummary$ = [3, n0, _GS,
1868
2084
  0,
1869
- [_gI, _n, _st, _cA, _uA, _aT, _pT, _d],
1870
- [0, [() => GatewayName, 0], 0, 5, 5, 0, 0, [() => GatewayDescription, 0]], 7
2085
+ [_gI, _n, _st, _cA, _uA, _aT, _d, _pT],
2086
+ [0, [() => GatewayName, 0], 0, 5, 5, 0, [() => GatewayDescription, 0], 0], 6
1871
2087
  ];
1872
2088
  export var GatewayTarget$ = [3, n0, _GT,
1873
2089
  0,
1874
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
1875
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
2090
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
2091
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
1876
2092
  ];
1877
2093
  export var GetAgentRuntimeEndpointRequest$ = [3, n0, _GARER,
1878
2094
  0,
@@ -1934,15 +2150,35 @@ export var GetCodeInterpreterResponse$ = [3, n0, _GCIRe,
1934
2150
  [_cII, _cIA, _n, _nC, _st, _cA, _lUA, _d, _eRA, _ce, _fR],
1935
2151
  [0, 0, 0, () => CodeInterpreterNetworkConfiguration$, 0, 5, 5, [() => Description, 0], 0, () => Certificates, 0], 7
1936
2152
  ];
2153
+ export var GetConfigurationBundleRequest$ = [3, n0, _GCBR,
2154
+ 0,
2155
+ [_bIu, _bNr],
2156
+ [[0, 1], [0, { [_hQ]: _bNr }]], 1
2157
+ ];
2158
+ export var GetConfigurationBundleResponse$ = [3, n0, _GCBRe,
2159
+ 0,
2160
+ [_bAu, _bIu, _bN, _vI, _com, _cA, _uA, _d, _lM],
2161
+ [0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => VersionLineageMetadata$], 7
2162
+ ];
2163
+ export var GetConfigurationBundleVersionRequest$ = [3, n0, _GCBVR,
2164
+ 0,
2165
+ [_bIu, _vI],
2166
+ [[0, 1], [0, 1]], 2
2167
+ ];
2168
+ export var GetConfigurationBundleVersionResponse$ = [3, n0, _GCBVRe,
2169
+ 0,
2170
+ [_bAu, _bIu, _bN, _vI, _com, _cA, _vCA, _d, _lM],
2171
+ [0, 0, 0, 0, [() => ComponentConfigurationMap, 0], 4, 4, [() => ConfigurationBundleDescription, 0], () => VersionLineageMetadata$], 7
2172
+ ];
1937
2173
  export var GetEvaluatorRequest$ = [3, n0, _GER,
1938
2174
  0,
1939
- [_eI],
1940
- [[0, 1]], 1
2175
+ [_eI, _iD],
2176
+ [[0, 1], [0, { [_hQ]: _iD }]], 1
1941
2177
  ];
1942
2178
  export var GetEvaluatorResponse$ = [3, n0, _GERe,
1943
2179
  0,
1944
- [_eA, _eI, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM],
1945
- [0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2], 8
2180
+ [_eA, _eI, _eNv, _eC, _le, _st, _cA, _uA, _d, _lFM, _kKA],
2181
+ [0, 0, 0, [() => EvaluatorConfig$, 0], 0, 0, 4, 4, [() => EvaluatorDescription, 0], 2, 0], 8
1946
2182
  ];
1947
2183
  export var GetGatewayRequest$ = [3, n0, _GGR,
1948
2184
  0,
@@ -1951,8 +2187,18 @@ export var GetGatewayRequest$ = [3, n0, _GGR,
1951
2187
  ];
1952
2188
  export var GetGatewayResponse$ = [3, n0, _GGRe,
1953
2189
  0,
1954
- [_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
1955
- [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
2190
+ [_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
2191
+ [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 7
2192
+ ];
2193
+ export var GetGatewayRuleRequest$ = [3, n0, _GGRR,
2194
+ 0,
2195
+ [_gIa, _rI],
2196
+ [[0, 1], [0, 1]], 2
2197
+ ];
2198
+ export var GetGatewayRuleResponse$ = [3, n0, _GGRRe,
2199
+ 0,
2200
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
2201
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => SystemManagedBlock$, 5], 6
1956
2202
  ];
1957
2203
  export var GetGatewayTargetRequest$ = [3, n0, _GGTR,
1958
2204
  0,
@@ -1961,8 +2207,8 @@ export var GetGatewayTargetRequest$ = [3, n0, _GGTR,
1961
2207
  ];
1962
2208
  export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
1963
2209
  0,
1964
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
1965
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
2210
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
2211
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
1966
2212
  ];
1967
2213
  export var GetHarnessRequest$ = [3, n0, _GHR,
1968
2214
  0,
@@ -2036,22 +2282,22 @@ export var GetPolicyResponse$ = [3, n0, _GPRe,
2036
2282
  ];
2037
2283
  export var GetRegistryRecordRequest$ = [3, n0, _GRRR,
2038
2284
  0,
2039
- [_rI, _rIe],
2285
+ [_rIe, _rIec],
2040
2286
  [[0, 1], [0, 1]], 2
2041
2287
  ];
2042
2288
  export var GetRegistryRecordResponse$ = [3, n0, _GRRRe,
2043
2289
  0,
2044
- [_rAeg, _rAe, _rIe, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
2290
+ [_rAeg, _rAe, _rIec, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
2045
2291
  [0, 0, 0, 0, 0, () => Descriptors$, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => SynchronizationConfiguration$], 9
2046
2292
  ];
2047
2293
  export var GetRegistryRequest$ = [3, n0, _GRR,
2048
2294
  0,
2049
- [_rI],
2295
+ [_rIe],
2050
2296
  [[0, 1]], 1
2051
2297
  ];
2052
2298
  export var GetRegistryResponse$ = [3, n0, _GRRe,
2053
2299
  0,
2054
- [_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
2300
+ [_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
2055
2301
  [0, 0, 0, 0, 5, 5, [() => Description, 0], 0, () => AuthorizerConfiguration$, () => ApprovalConfiguration$, 0], 6
2056
2302
  ];
2057
2303
  export var GetResourcePolicyRequest$ = [3, n0, _GRPR,
@@ -2199,6 +2445,11 @@ export var IamCredentialProvider$ = [3, n0, _ICP,
2199
2445
  [_ser, _reg],
2200
2446
  [0, 0], 1
2201
2447
  ];
2448
+ export var IamPrincipal$ = [3, n0, _IPa,
2449
+ 0,
2450
+ [_ar, _o],
2451
+ [0, 0], 1
2452
+ ];
2202
2453
  export var IncludedOauth2ProviderConfigInput$ = [3, n0, _IOPCI,
2203
2454
  0,
2204
2455
  [_cI, _cS, _is, _aE, _tE],
@@ -2209,6 +2460,11 @@ export var IncludedOauth2ProviderConfigOutput$ = [3, n0, _IOPCO,
2209
2460
  [_oD, _cI],
2210
2461
  [() => Oauth2Discovery$, 0], 1
2211
2462
  ];
2463
+ export var IndexedKey$ = [3, n0, _IK,
2464
+ 0,
2465
+ [_k, _t],
2466
+ [0, 0], 2
2467
+ ];
2212
2468
  export var InferenceConfiguration$ = [3, n0, _IC,
2213
2469
  0,
2214
2470
  [_mT, _te, _tP, _sS],
@@ -2334,6 +2590,26 @@ export var ListCodeInterpretersResponse$ = [3, n0, _LCIRi,
2334
2590
  [_cIS, _nTe],
2335
2591
  [[() => CodeInterpreterSummaries, 0], 0], 1
2336
2592
  ];
2593
+ export var ListConfigurationBundlesRequest$ = [3, n0, _LCBR,
2594
+ 0,
2595
+ [_nTe, _mR],
2596
+ [[0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }]]
2597
+ ];
2598
+ export var ListConfigurationBundlesResponse$ = [3, n0, _LCBRi,
2599
+ 0,
2600
+ [_b, _nTe],
2601
+ [[() => ConfigurationBundleSummaryList, 0], 0], 1
2602
+ ];
2603
+ export var ListConfigurationBundleVersionsRequest$ = [3, n0, _LCBVR,
2604
+ 0,
2605
+ [_bIu, _nTe, _mR, _fi],
2606
+ [[0, 1], [0, { [_hQ]: _nTe }], [1, { [_hQ]: _mR }], () => VersionFilter$], 1
2607
+ ];
2608
+ export var ListConfigurationBundleVersionsResponse$ = [3, n0, _LCBVRi,
2609
+ 0,
2610
+ [_ver, _nTe],
2611
+ [() => ConfigurationBundleVersionSummaryList, 0], 1
2612
+ ];
2337
2613
  export var ListEvaluatorsRequest$ = [3, n0, _LER,
2338
2614
  0,
2339
2615
  [_nTe, _mR],
@@ -2344,6 +2620,16 @@ export var ListEvaluatorsResponse$ = [3, n0, _LERi,
2344
2620
  [_ev, _nTe],
2345
2621
  [[() => EvaluatorSummaryList, 0], 0], 1
2346
2622
  ];
2623
+ export var ListGatewayRulesRequest$ = [3, n0, _LGRR,
2624
+ 0,
2625
+ [_gIa, _mR, _nTe],
2626
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
2627
+ ];
2628
+ export var ListGatewayRulesResponse$ = [3, n0, _LGRRi,
2629
+ 0,
2630
+ [_gR, _nTe],
2631
+ [[() => GatewayRules, 0], 0], 1
2632
+ ];
2347
2633
  export var ListGatewaysRequest$ = [3, n0, _LGR,
2348
2634
  0,
2349
2635
  [_mR, _nTe],
@@ -2456,7 +2742,7 @@ export var ListRegistriesResponse$ = [3, n0, _LRRi,
2456
2742
  ];
2457
2743
  export var ListRegistryRecordsRequest$ = [3, n0, _LRRR,
2458
2744
  0,
2459
- [_rI, _mR, _nTe, _n, _st, _dT],
2745
+ [_rIe, _mR, _nTe, _n, _st, _dT],
2460
2746
  [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _n }], [0, { [_hQ]: _st }], [0, { [_hQ]: _dT }]], 1
2461
2747
  ];
2462
2748
  export var ListRegistryRecordsResponse$ = [3, n0, _LRRRi,
@@ -2489,6 +2775,11 @@ export var LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
2489
2775
  [_ins, _rSa, _mCo],
2490
2776
  [[() => EvaluatorInstructions, 0], [() => RatingScale$, 0], () => EvaluatorModelConfig$], 3
2491
2777
  ];
2778
+ export var LlmExtractionConfig$ = [3, n0, _LECl,
2779
+ 0,
2780
+ [_de, _lEI, _va],
2781
+ [[() => Definition, 0], [() => LlmExtractionInstruction, 0], () => Validation$], 1
2782
+ ];
2492
2783
  export var ManagedResourceDetails$ = [3, n0, _MRD,
2493
2784
  0,
2494
2785
  [_do, _rGA, _rAA],
@@ -2496,9 +2787,19 @@ export var ManagedResourceDetails$ = [3, n0, _MRD,
2496
2787
  ];
2497
2788
  export var ManagedVpcResource$ = [3, n0, _MVR,
2498
2789
  0,
2499
- [_vI, _sIu, _eIAT, _sGI, _ta, _rD],
2790
+ [_vIp, _sIu, _eIAT, _sGI, _ta, _rD],
2500
2791
  [0, 64 | 0, 0, 64 | 0, 128 | 0, 0], 3
2501
2792
  ];
2793
+ export var MatchPaths$ = [3, n0, _MP,
2794
+ 0,
2795
+ [_aO],
2796
+ [64 | 0], 1
2797
+ ];
2798
+ export var MatchPrincipals$ = [3, n0, _MPa,
2799
+ 0,
2800
+ [_aO],
2801
+ [() => MatchPrincipalEntries], 1
2802
+ ];
2502
2803
  export var McpDescriptor$ = [3, n0, _MD,
2503
2804
  0,
2504
2805
  [_se, _to],
@@ -2516,18 +2817,23 @@ export var McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
2516
2817
  ];
2517
2818
  export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
2518
2819
  0,
2519
- [_end, _mTS, _rP, _lM],
2520
- [0, [() => McpToolSchemaConfiguration$, 0], 1, 0], 1
2820
+ [_end, _mTS, _lMi, _rP],
2821
+ [0, [() => McpToolSchemaConfiguration$, 0], 0, 1], 1
2521
2822
  ];
2522
2823
  export var Memory$ = [3, n0, _M,
2523
2824
  0,
2524
- [_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _stra, _sDR],
2525
- [0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => StreamDeliveryResources$], 7
2825
+ [_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _stra, _iK, _sDR],
2826
+ [0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => StreamDeliveryResources$], 7
2827
+ ];
2828
+ export var MemoryRecordSchema$ = [3, n0, _MRS,
2829
+ 0,
2830
+ [_mSe],
2831
+ [[() => MetadataSchemaList, 0]]
2526
2832
  ];
2527
2833
  export var MemoryStrategy$ = [3, n0, _MS,
2528
2834
  0,
2529
- [_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
2530
- [0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 5
2835
+ [_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st, _mRS],
2836
+ [0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0, [() => MemoryRecordSchema$, 0]], 5
2531
2837
  ];
2532
2838
  export var MemorySummary$ = [3, n0, _MSe,
2533
2839
  0,
@@ -2549,6 +2855,11 @@ export var MetadataConfiguration$ = [3, n0, _MC,
2549
2855
  [_aRH, _aQP, _aRHl],
2550
2856
  [64 | 0, 64 | 0, 64 | 0]
2551
2857
  ];
2858
+ export var MetadataSchemaEntry$ = [3, n0, _MSE,
2859
+ 0,
2860
+ [_k, _t, _eCx],
2861
+ [0, 0, [() => ExtractionConfig$, 0]], 1
2862
+ ];
2552
2863
  export var MicrosoftOauth2ProviderConfigInput$ = [3, n0, _MOPCI,
2553
2864
  0,
2554
2865
  [_cI, _cS, _tIe],
@@ -2571,8 +2882,8 @@ export var ModifyMemoryStrategies$ = [3, n0, _MMS,
2571
2882
  ];
2572
2883
  export var ModifyMemoryStrategyInput$ = [3, n0, _MMSI,
2573
2884
  0,
2574
- [_mSI, _d, _na, _nT, _con],
2575
- [0, [() => Description, 0], 64 | 0, 64 | 0, [() => ModifyStrategyConfiguration$, 0]], 1
2885
+ [_mSI, _d, _na, _nT, _con, _mRS],
2886
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => ModifyStrategyConfiguration$, 0], [() => MemoryRecordSchema$, 0]], 1
2576
2887
  ];
2577
2888
  export var ModifySelfManagedConfiguration$ = [3, n0, _MSMC,
2578
2889
  0,
@@ -2589,6 +2900,11 @@ export var NetworkConfiguration$ = [3, n0, _NC,
2589
2900
  [_nM, _nMC],
2590
2901
  [0, () => VpcConfig$], 1
2591
2902
  ];
2903
+ export var NumberValidation$ = [3, n0, _NV,
2904
+ 0,
2905
+ [_mV, _mVa],
2906
+ [1, 1]
2907
+ ];
2592
2908
  export var NumericalScaleDefinition$ = [3, n0, _NSD,
2593
2909
  0,
2594
2910
  [_de, _v, _la],
@@ -2614,6 +2930,11 @@ export var OAuthCredentialProvider$ = [3, n0, _OACP,
2614
2930
  [_pAr, _sc, _cPu, _gT, _dRU],
2615
2931
  [0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
2616
2932
  ];
2933
+ export var OnBehalfOfTokenExchangeConfigType$ = [3, n0, _OBOTECT,
2934
+ 0,
2935
+ [_gT, _tEGTC],
2936
+ [0, () => TokenExchangeGrantTypeConfigType$], 1
2937
+ ];
2617
2938
  export var OnlineEvaluationConfigSummary$ = [3, n0, _OECS,
2618
2939
  0,
2619
2940
  [_oECA, _oECI, _oECN, _st, _eS, _cA, _uA, _d, _fR],
@@ -2691,17 +3012,17 @@ export var RegistryRecordOAuthCredentialProvider$ = [3, n0, _RROACP,
2691
3012
  ];
2692
3013
  export var RegistryRecordSummary$ = [3, n0, _RRS,
2693
3014
  0,
2694
- [_rAeg, _rAe, _rIe, _n, _dT, _rV, _st, _cA, _uA, _d],
3015
+ [_rAeg, _rAe, _rIec, _n, _dT, _rV, _st, _cA, _uA, _d],
2695
3016
  [0, 0, 0, 0, 0, 0, 0, 5, 5, [() => Description, 0]], 9
2696
3017
  ];
2697
3018
  export var RegistrySummary$ = [3, n0, _RS,
2698
3019
  0,
2699
- [_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _sRt],
3020
+ [_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _sRt],
2700
3021
  [0, 0, 0, 0, 5, 5, [() => Description, 0], 0, 0], 6
2701
3022
  ];
2702
3023
  export var Rule$ = [3, n0, _R,
2703
3024
  0,
2704
- [_sCa, _fi, _sCe],
3025
+ [_sCa, _fil, _sCe],
2705
3026
  [() => SamplingConfig$, () => FilterList, () => SessionConfig$], 1
2706
3027
  ];
2707
3028
  export var RuntimeMetadataConfiguration$ = [3, n0, _RMC,
@@ -2709,6 +3030,11 @@ export var RuntimeMetadataConfiguration$ = [3, n0, _RMC,
2709
3030
  [_rMMDSV],
2710
3031
  [2], 1
2711
3032
  ];
3033
+ export var RuntimeTargetConfiguration$ = [3, n0, _RTC,
3034
+ 0,
3035
+ [_ar, _q],
3036
+ [0, 0], 1
3037
+ ];
2712
3038
  export var S3Configuration$ = [3, n0, _SC,
2713
3039
  0,
2714
3040
  [_ur, _bOAI],
@@ -2716,7 +3042,7 @@ export var S3Configuration$ = [3, n0, _SC,
2716
3042
  ];
2717
3043
  export var S3Location$ = [3, n0, _SL,
2718
3044
  0,
2719
- [_b, _pr, _vIe],
3045
+ [_bu, _pre, _vI],
2720
3046
  [0, 0, 0], 2
2721
3047
  ];
2722
3048
  export var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
@@ -2771,8 +3097,8 @@ export var SemanticExtractionOverride$ = [3, n0, _SEO,
2771
3097
  ];
2772
3098
  export var SemanticMemoryStrategyInput$ = [3, n0, _SMSI,
2773
3099
  0,
2774
- [_n, _d, _na, _nT],
2775
- [0, [() => Description, 0], 64 | 0, 64 | 0], 1
3100
+ [_n, _d, _na, _nT, _mRS],
3101
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]], 1
2776
3102
  ];
2777
3103
  export var SemanticOverrideConfigurationInput$ = [3, n0, _SOCI,
2778
3104
  0,
@@ -2844,6 +3170,16 @@ export var StartPolicyGenerationResponse$ = [3, n0, _SPGRt,
2844
3170
  [_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _sR, _f],
2845
3171
  [0, 0, 0, 0, () => Resource$, 5, 5, 0, 64 | 0, 0], 9
2846
3172
  ];
3173
+ export var StaticOverride$ = [3, n0, _SO,
3174
+ 0,
3175
+ [_bAu, _bV],
3176
+ [0, 0], 2
3177
+ ];
3178
+ export var StaticRoute$ = [3, n0, _SR,
3179
+ 0,
3180
+ [_tN],
3181
+ [[() => TargetName, 0]], 1
3182
+ ];
2847
3183
  export var StrategyConfiguration$ = [3, n0, _SCt,
2848
3184
  0,
2849
3185
  [_t, _ex, _cons, _ref, _sMC],
@@ -2854,14 +3190,24 @@ export var StreamDeliveryResources$ = [3, n0, _SDR,
2854
3190
  [_reso],
2855
3191
  [() => StreamDeliveryResourcesList], 1
2856
3192
  ];
3193
+ export var StringListValidation$ = [3, n0, _SLV,
3194
+ 0,
3195
+ [_aV, _mIax],
3196
+ [64 | 0, 1]
3197
+ ];
3198
+ export var StringValidation$ = [3, n0, _SV,
3199
+ 0,
3200
+ [_aV],
3201
+ [64 | 0], 1
3202
+ ];
2857
3203
  export var SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
2858
3204
  0,
2859
- [_rI, _rIe],
3205
+ [_rIe, _rIec],
2860
3206
  [[0, 1], [0, 1]], 2
2861
3207
  ];
2862
3208
  export var SubmitRegistryRecordForApprovalResponse$ = [3, n0, _SRRFARu,
2863
3209
  0,
2864
- [_rAeg, _rAe, _rIe, _st, _uA],
3210
+ [_rAeg, _rAe, _rIec, _st, _uA],
2865
3211
  [0, 0, 0, 0, 5], 5
2866
3212
  ];
2867
3213
  export var SummaryConsolidationOverride$ = [3, n0, _SCOu,
@@ -2871,8 +3217,8 @@ export var SummaryConsolidationOverride$ = [3, n0, _SCOu,
2871
3217
  ];
2872
3218
  export var SummaryMemoryStrategyInput$ = [3, n0, _SMSIu,
2873
3219
  0,
2874
- [_n, _d, _na, _nT],
2875
- [0, [() => Description, 0], 64 | 0, 64 | 0], 1
3220
+ [_n, _d, _na, _nT, _mRS],
3221
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]], 1
2876
3222
  ];
2877
3223
  export var SummaryOverrideConfigurationInput$ = [3, n0, _SOCIu,
2878
3224
  0,
@@ -2899,6 +3245,11 @@ export var SynchronizeGatewayTargetsResponse$ = [3, n0, _SGTRy,
2899
3245
  [_tar],
2900
3246
  [[() => GatewayTargetList, 0]]
2901
3247
  ];
3248
+ export var SystemManagedBlock$ = [3, n0, _SMB,
3249
+ 0,
3250
+ [_mB],
3251
+ [0], 1
3252
+ ];
2902
3253
  export var TagResourceRequest$ = [3, n0, _TRR,
2903
3254
  0,
2904
3255
  [_rAes, _ta],
@@ -2914,6 +3265,11 @@ export var TargetSummary$ = [3, n0, _TS,
2914
3265
  [_tI, _n, _st, _cA, _uA, _d, _rP],
2915
3266
  [0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0], 1], 5
2916
3267
  ];
3268
+ export var TargetTrafficSplitEntry$ = [3, n0, _TTSE,
3269
+ 0,
3270
+ [_n, _w, _tN, _d, _meta],
3271
+ [0, 1, [() => TargetName, 0], 0, 128 | 0], 3
3272
+ ];
2917
3273
  export var TimeBasedTrigger$ = [3, n0, _TBT,
2918
3274
  0,
2919
3275
  [_iST],
@@ -2934,6 +3290,11 @@ export var TokenBasedTriggerInput$ = [3, n0, _TBTIo,
2934
3290
  [_tCo],
2935
3291
  [1]
2936
3292
  ];
3293
+ export var TokenExchangeGrantTypeConfigType$ = [3, n0, _TEGTCT,
3294
+ 0,
3295
+ [_aTC, _aTS],
3296
+ [0, 64 | 0], 1
3297
+ ];
2937
3298
  export var ToolDefinition$ = [3, n0, _TDo,
2938
3299
  0,
2939
3300
  [_n, _d, _iS, _oS],
@@ -2944,6 +3305,11 @@ export var ToolsDefinition$ = [3, n0, _TDoo,
2944
3305
  [_pV, _iC],
2945
3306
  [0, 0]
2946
3307
  ];
3308
+ export var TrafficSplitEntry$ = [3, n0, _TSE,
3309
+ 0,
3310
+ [_n, _w, _cBo, _d, _meta],
3311
+ [0, 1, () => ConfigurationBundleReference$, 0, 128 | 0], 3
3312
+ ];
2947
3313
  export var UntagResourceRequest$ = [3, n0, _URR,
2948
3314
  0,
2949
3315
  [_rAes, _tKa],
@@ -2984,6 +3350,16 @@ export var UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
2984
3350
  [_aKSA, _n, _cPA, _cT, _lUT],
2985
3351
  [() => Secret$, 0, 0, 4, 4], 5
2986
3352
  ];
3353
+ export var UpdateConfigurationBundleRequest$ = [3, n0, _UCBR,
3354
+ 0,
3355
+ [_bIu, _cTl, _bN, _d, _com, _pVI, _bNr, _cM, _cB],
3356
+ [[0, 1], [0, 4], 0, [() => ConfigurationBundleDescription, 0], [() => ComponentConfigurationMap, 0], 64 | 0, 0, 0, () => VersionCreatedBySource$], 1
3357
+ ];
3358
+ export var UpdateConfigurationBundleResponse$ = [3, n0, _UCBRp,
3359
+ 0,
3360
+ [_bAu, _bIu, _vI, _uA],
3361
+ [0, 0, 0, 4], 4
3362
+ ];
2987
3363
  export var UpdatedA2aDescriptor$ = [3, n0, _UAD,
2988
3364
  0,
2989
3365
  [_oV],
@@ -3026,7 +3402,7 @@ export var UpdatedDescriptors$ = [3, n0, _UDp,
3026
3402
  ];
3027
3403
  export var UpdatedDescriptorsUnion$ = [3, n0, _UDU,
3028
3404
  0,
3029
- [_mc, _a, _cu, _aSg],
3405
+ [_mc, _aa, _cu, _aSg],
3030
3406
  [() => UpdatedMcpDescriptor$, () => UpdatedA2aDescriptor$, () => UpdatedCustomDescriptor$, () => UpdatedAgentSkillsDescriptor$]
3031
3407
  ];
3032
3408
  export var UpdatedHarnessEnvironmentArtifact$ = [3, n0, _UHEA,
@@ -3081,8 +3457,8 @@ export var UpdatedToolsDefinition$ = [3, n0, _UTD,
3081
3457
  ];
3082
3458
  export var UpdateEvaluatorRequest$ = [3, n0, _UER,
3083
3459
  0,
3084
- [_eI, _cTl, _d, _eC, _le],
3085
- [[0, 1], [0, 4], [() => EvaluatorDescription, 0], [() => EvaluatorConfig$, 0], 0], 1
3460
+ [_eI, _cTl, _d, _eC, _le, _kKA],
3461
+ [[0, 1], [0, 4], [() => EvaluatorDescription, 0], [() => EvaluatorConfig$, 0], 0, 0], 1
3086
3462
  ];
3087
3463
  export var UpdateEvaluatorResponse$ = [3, n0, _UERp,
3088
3464
  0,
@@ -3091,13 +3467,23 @@ export var UpdateEvaluatorResponse$ = [3, n0, _UERp,
3091
3467
  ];
3092
3468
  export var UpdateGatewayRequest$ = [3, n0, _UGR,
3093
3469
  0,
3094
- [_gIa, _n, _rA, _pT, _aT, _d, _pC, _aCu, _kKA, _iCnt, _pEC, _eL],
3095
- [[0, 1], [() => GatewayName, 0], 0, 0, 0, [() => GatewayDescription, 0], () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0], 5
3470
+ [_gIa, _n, _rA, _aT, _d, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL],
3471
+ [[0, 1], [() => GatewayName, 0], 0, 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0], 4
3096
3472
  ];
3097
3473
  export var UpdateGatewayResponse$ = [3, n0, _UGRp,
3098
3474
  0,
3099
- [_gA, _gI, _cA, _uA, _st, _n, _pT, _aT, _gU, _sR, _d, _rA, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
3100
- [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 8
3475
+ [_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
3476
+ [0, 0, 5, 5, 0, [() => GatewayName, 0], 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, () => GatewayProtocolConfiguration$, () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0], 7
3477
+ ];
3478
+ export var UpdateGatewayRuleRequest$ = [3, n0, _UGRR,
3479
+ 0,
3480
+ [_gIa, _rI, _pr, _cond, _a, _d],
3481
+ [[0, 1], [0, 1], 1, () => Conditions, [() => Actions, 0], 0], 2
3482
+ ];
3483
+ export var UpdateGatewayRuleResponse$ = [3, n0, _UGRRp,
3484
+ 0,
3485
+ [_rI, _gA, _pr, _a, _cA, _st, _cond, _d, _sy, _uA],
3486
+ [0, 0, 1, [() => Actions, 0], 5, 0, () => Conditions, 0, () => SystemManagedBlock$, 5], 6
3101
3487
  ];
3102
3488
  export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
3103
3489
  0,
@@ -3106,8 +3492,8 @@ export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
3106
3492
  ];
3107
3493
  export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
3108
3494
  0,
3109
- [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
3110
- [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
3495
+ [_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
3496
+ [0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
3111
3497
  ];
3112
3498
  export var UpdateHarnessRequest$ = [3, n0, _UHR,
3113
3499
  0,
@@ -3121,8 +3507,8 @@ export var UpdateHarnessResponse$ = [3, n0, _UHRp,
3121
3507
  ];
3122
3508
  export var UpdateMemoryInput$ = [3, n0, _UMI,
3123
3509
  0,
3124
- [_mIe, _cTl, _d, _eED, _mERA, _mS, _sDR],
3125
- [[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => StreamDeliveryResources$], 1
3510
+ [_mIe, _cTl, _d, _eED, _mERA, _mS, _aIK, _sDR],
3511
+ [[0, 1], [0, 4], [() => Description, 0], 1, 0, [() => ModifyMemoryStrategies$, 0], () => IndexedKeysList, () => StreamDeliveryResources$], 1
3126
3512
  ];
3127
3513
  export var UpdateMemoryOutput$ = [3, n0, _UMO,
3128
3514
  0,
@@ -3171,32 +3557,32 @@ export var UpdatePolicyResponse$ = [3, n0, _UPRp,
3171
3557
  ];
3172
3558
  export var UpdateRegistryRecordRequest$ = [3, n0, _URRR,
3173
3559
  0,
3174
- [_rI, _rIe, _n, _d, _dT, _des, _rV, _sT, _sC, _tSr],
3560
+ [_rIe, _rIec, _n, _d, _dT, _des, _rV, _sT, _sC, _tSr],
3175
3561
  [[0, 1], [0, 1], 0, [() => UpdatedDescription$, 0], 0, () => UpdatedDescriptors$, 0, () => UpdatedSynchronizationType$, () => UpdatedSynchronizationConfiguration$, 2], 2
3176
3562
  ];
3177
3563
  export var UpdateRegistryRecordResponse$ = [3, n0, _URRRp,
3178
3564
  0,
3179
- [_rAeg, _rAe, _rIe, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
3565
+ [_rAeg, _rAe, _rIec, _n, _dT, _des, _st, _cA, _uA, _d, _rV, _sRt, _sT, _sC],
3180
3566
  [0, 0, 0, 0, 0, () => Descriptors$, 0, 5, 5, [() => Description, 0], 0, 0, 0, () => SynchronizationConfiguration$], 9
3181
3567
  ];
3182
3568
  export var UpdateRegistryRecordStatusRequest$ = [3, n0, _URRSR,
3183
3569
  0,
3184
- [_rI, _rIe, _st, _sRt],
3570
+ [_rIe, _rIec, _st, _sRt],
3185
3571
  [[0, 1], [0, 1], 0, 0], 4
3186
3572
  ];
3187
3573
  export var UpdateRegistryRecordStatusResponse$ = [3, n0, _URRSRp,
3188
3574
  0,
3189
- [_rAeg, _rAe, _rIe, _st, _sRt, _uA],
3575
+ [_rAeg, _rAe, _rIec, _st, _sRt, _uA],
3190
3576
  [0, 0, 0, 0, 0, 5], 6
3191
3577
  ];
3192
3578
  export var UpdateRegistryRequest$ = [3, n0, _URRp,
3193
3579
  0,
3194
- [_rI, _n, _d, _aCu, _aCp],
3580
+ [_rIe, _n, _d, _aCu, _aCp],
3195
3581
  [[0, 1], 0, [() => UpdatedDescription$, 0], () => UpdatedAuthorizerConfiguration$, () => UpdatedApprovalConfiguration$], 1
3196
3582
  ];
3197
3583
  export var UpdateRegistryResponse$ = [3, n0, _URRpd,
3198
3584
  0,
3199
- [_n, _rI, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
3585
+ [_n, _rIe, _rAeg, _st, _cA, _uA, _d, _aT, _aCu, _aCp, _sRt],
3200
3586
  [0, 0, 0, 0, 5, 5, [() => Description, 0], 0, () => AuthorizerConfiguration$, () => ApprovalConfiguration$, 0], 6
3201
3587
  ];
3202
3588
  export var UpdateWorkloadIdentityRequest$ = [3, n0, _UWIR,
@@ -3221,8 +3607,8 @@ export var UserPreferenceExtractionOverride$ = [3, n0, _UPEO,
3221
3607
  ];
3222
3608
  export var UserPreferenceMemoryStrategyInput$ = [3, n0, _UPMSI,
3223
3609
  0,
3224
- [_n, _d, _na, _nT],
3225
- [0, [() => Description, 0], 64 | 0, 64 | 0], 1
3610
+ [_n, _d, _na, _nT, _mRS],
3611
+ [0, [() => Description, 0], 64 | 0, 64 | 0, [() => MemoryRecordSchema$, 0]], 1
3226
3612
  ];
3227
3613
  export var UserPreferenceOverrideConfigurationInput$ = [3, n0, _UPOCI,
3228
3614
  0,
@@ -3244,11 +3630,36 @@ export var ValidationExceptionField$ = [3, n0, _VEF,
3244
3630
  [_n, _m],
3245
3631
  [0, 0], 2
3246
3632
  ];
3633
+ export var VersionCreatedBySource$ = [3, n0, _VCBS,
3634
+ 0,
3635
+ [_n, _ar],
3636
+ [0, 0], 1
3637
+ ];
3638
+ export var VersionFilter$ = [3, n0, _VF,
3639
+ 0,
3640
+ [_bNr, _cBN, _lPB],
3641
+ [0, 0, 2]
3642
+ ];
3643
+ export var VersionLineageMetadata$ = [3, n0, _VLM,
3644
+ 0,
3645
+ [_pVI, _bNr, _cB, _cM],
3646
+ [64 | 0, 0, () => VersionCreatedBySource$, 0]
3647
+ ];
3247
3648
  export var VpcConfig$ = [3, n0, _VC,
3248
3649
  0,
3249
3650
  [_sG, _su],
3250
3651
  [64 | 0, 64 | 0], 2
3251
3652
  ];
3653
+ export var WeightedOverride$ = [3, n0, _WO,
3654
+ 0,
3655
+ [_tSra],
3656
+ [() => TrafficSplitEntries], 1
3657
+ ];
3658
+ export var WeightedRoute$ = [3, n0, _WR,
3659
+ 0,
3660
+ [_tSra],
3661
+ [[() => TargetTrafficSplitEntries, 0]], 1
3662
+ ];
3252
3663
  export var WorkloadIdentityDetails$ = [3, n0, _WID,
3253
3664
  0,
3254
3665
  [_wIA],
@@ -3260,6 +3671,10 @@ export var WorkloadIdentityType$ = [3, n0, _WIT,
3260
3671
  [0, 0], 2
3261
3672
  ];
3262
3673
  var __Unit = "unit";
3674
+ var Actions = [1, n0, _A,
3675
+ 0, [() => Action$,
3676
+ 0]
3677
+ ];
3263
3678
  var AgentRuntimeEndpoints = [1, n0, _AREg,
3264
3679
  0, [() => AgentRuntimeEndpoint$,
3265
3680
  0]
@@ -3274,6 +3689,8 @@ var AllowedQueryParameters = 64 | 0;
3274
3689
  var AllowedRequestHeaders = 64 | 0;
3275
3690
  var AllowedResponseHeaders = 64 | 0;
3276
3691
  var AllowedScopesType = 64 | 0;
3692
+ var AllowedStringListValuesList = 64 | 0;
3693
+ var AllowedStringValuesList = 64 | 0;
3277
3694
  var ApiGatewayToolFilters = [1, n0, _AGTFp,
3278
3695
  0, () => ApiGatewayToolFilter$
3279
3696
  ];
@@ -3304,6 +3721,17 @@ var CodeInterpreterSummaries = [1, n0, _CISo,
3304
3721
  0, [() => CodeInterpreterSummary$,
3305
3722
  0]
3306
3723
  ];
3724
+ var Conditions = [1, n0, _Co,
3725
+ 0, () => Condition$
3726
+ ];
3727
+ var ConfigurationBundleSummaryList = [1, n0, _CBSL,
3728
+ 0, [() => ConfigurationBundleSummary$,
3729
+ 0]
3730
+ ];
3731
+ var ConfigurationBundleVersionList = 64 | 0;
3732
+ var ConfigurationBundleVersionSummaryList = [1, n0, _CBVSL,
3733
+ 0, () => ConfigurationBundleVersionSummary$
3734
+ ];
3307
3735
  var ContentConfigurationList = [1, n0, _CCL,
3308
3736
  0, () => ContentConfiguration$
3309
3737
  ];
@@ -3338,6 +3766,10 @@ var GatewayInterceptionPoints = 64 | 0;
3338
3766
  var GatewayInterceptorConfigurations = [1, n0, _GICa,
3339
3767
  0, () => GatewayInterceptorConfiguration$
3340
3768
  ];
3769
+ var GatewayRules = [1, n0, _GR,
3770
+ 0, [() => GatewayRuleDetail$,
3771
+ 0]
3772
+ ];
3341
3773
  var GatewaySummaries = [1, n0, _GSa,
3342
3774
  0, [() => GatewaySummary$,
3343
3775
  0]
@@ -3361,7 +3793,14 @@ var HarnessTools = [1, n0, _HTa,
3361
3793
  0, [() => HarnessTool$,
3362
3794
  0]
3363
3795
  ];
3796
+ var IndexedKeysList = [1, n0, _IKL,
3797
+ 0, () => IndexedKey$
3798
+ ];
3364
3799
  var LogGroupNamesList = 64 | 0;
3800
+ var MatchPathPatterns = 64 | 0;
3801
+ var MatchPrincipalEntries = [1, n0, _MPE,
3802
+ 0, () => MatchPrincipalEntry$
3803
+ ];
3365
3804
  var MatchValueStringList = 64 | 0;
3366
3805
  var McpSupportedVersions = 64 | 0;
3367
3806
  var MemoryStrategyInputList = [1, n0, _MSIL,
@@ -3375,6 +3814,10 @@ var MemoryStrategyList = [1, n0, _MSL,
3375
3814
  var MemorySummaryList = [1, n0, _MSLe,
3376
3815
  0, () => MemorySummary$
3377
3816
  ];
3817
+ var MetadataSchemaList = [1, n0, _MSLet,
3818
+ 0, [() => MetadataSchemaEntry$,
3819
+ 0]
3820
+ ];
3378
3821
  var ModifyMemoryStrategiesList = [1, n0, _MMSL,
3379
3822
  0, [() => ModifyMemoryStrategyInput$,
3380
3823
  0]
@@ -3430,6 +3873,7 @@ var ResourceOauth2ReturnUrlListType = 64 | 0;
3430
3873
  var ResponseListType = 64 | 0;
3431
3874
  var RestApiMethods = 64 | 0;
3432
3875
  var ScopeList = 64 | 0;
3876
+ var ScopesListType = 64 | 0;
3433
3877
  var SecurityGroupIds = 64 | 0;
3434
3878
  var SecurityGroups = 64 | 0;
3435
3879
  var ServiceNamesList = 64 | 0;
@@ -3445,10 +3889,17 @@ var TargetSummaries = [1, n0, _TSa,
3445
3889
  0, [() => TargetSummary$,
3446
3890
  0]
3447
3891
  ];
3892
+ var TargetTrafficSplitEntries = [1, n0, _TTSEa,
3893
+ 0, [() => TargetTrafficSplitEntry$,
3894
+ 0]
3895
+ ];
3448
3896
  var TokenEndpointAuthMethodsType = 64 | 0;
3449
3897
  var ToolDefinitions = [1, n0, _TDool,
3450
3898
  0, () => ToolDefinition$
3451
3899
  ];
3900
+ var TrafficSplitEntries = [1, n0, _TSEr,
3901
+ 0, () => TrafficSplitEntry$
3902
+ ];
3452
3903
  var TriggerConditionInputList = [1, n0, _TCIL,
3453
3904
  0, () => TriggerConditionInput$
3454
3905
  ];
@@ -3461,6 +3912,12 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
3461
3912
  var WorkloadIdentityList = [1, n0, _WIL,
3462
3913
  0, () => WorkloadIdentityType$
3463
3914
  ];
3915
+ var ComponentConfigurationMap = [2, n0, _CCM,
3916
+ 0, [0,
3917
+ 0],
3918
+ [() => ComponentConfiguration$,
3919
+ 0]
3920
+ ];
3464
3921
  var CustomParameterMap = 128 | 0;
3465
3922
  var EnvironmentVariablesMap = [2, n0, _EVM,
3466
3923
  8, 0, 0
@@ -3481,6 +3938,12 @@ var SchemaProperties = [2, n0, _SP,
3481
3938
  0, 0, () => SchemaDefinition$
3482
3939
  ];
3483
3940
  var TagsMap = 128 | 0;
3941
+ var TrafficSplitMetadataMap = 128 | 0;
3942
+ export var Action$ = [4, n0, _Ac,
3943
+ 0,
3944
+ [_cBo, _rTT],
3945
+ [() => ConfigurationBundleAction$, [() => RouteToTargetAction$, 0]]
3946
+ ];
3484
3947
  export var AgentRuntimeArtifact$ = [4, n0, _ARA,
3485
3948
  0,
3486
3949
  [_cCon, _cCod],
@@ -3511,7 +3974,7 @@ export var ClaimMatchValueType$ = [4, n0, _CMVT,
3511
3974
  [_mVS, _mVSL],
3512
3975
  [0, 64 | 0]
3513
3976
  ];
3514
- export var Code$ = [4, n0, _Co,
3977
+ export var Code$ = [4, n0, _Cod,
3515
3978
  0,
3516
3979
  [_s_],
3517
3980
  [() => S3Location$]
@@ -3521,12 +3984,22 @@ export var CodeBasedEvaluatorConfig$ = [4, n0, _CBEC,
3521
3984
  [_lCa],
3522
3985
  [() => LambdaEvaluatorConfig$]
3523
3986
  ];
3987
+ export var Condition$ = [4, n0, _Con,
3988
+ 0,
3989
+ [_mPa, _mPat],
3990
+ [() => MatchPrincipals$, () => MatchPaths$]
3991
+ ];
3992
+ export var ConfigurationBundleAction$ = [4, n0, _CBA,
3993
+ 0,
3994
+ [_sO, _wO],
3995
+ [() => StaticOverride$, () => WeightedOverride$]
3996
+ ];
3524
3997
  export var ConsolidationConfiguration$ = [4, n0, _CCons,
3525
3998
  0,
3526
3999
  [_cCC],
3527
4000
  [[() => CustomConsolidationConfiguration$, 0]]
3528
4001
  ];
3529
- export var Content$ = [4, n0, _Con,
4002
+ export var Content$ = [4, n0, _Cont,
3530
4003
  0,
3531
4004
  [_rTa],
3532
4005
  [0]
@@ -3538,7 +4011,7 @@ export var CredentialProvider$ = [4, n0, _CPr,
3538
4011
  ];
3539
4012
  export var CustomConfigurationInput$ = [4, n0, _CCI,
3540
4013
  0,
3541
- [_sO, _sOu, _uPO, _eO, _sMC],
4014
+ [_sOe, _sOu, _uPO, _eO, _sMC],
3542
4015
  [[() => SemanticOverrideConfigurationInput$, 0], [() => SummaryOverrideConfigurationInput$, 0], [() => UserPreferenceOverrideConfigurationInput$, 0], [() => EpisodicOverrideConfigurationInput$, 0], () => SelfManagedConfigurationInput$]
3543
4016
  ];
3544
4017
  export var CustomConsolidationConfiguration$ = [4, n0, _CCC,
@@ -3578,7 +4051,7 @@ export var DataSourceConfig$ = [4, n0, _DSC,
3578
4051
  ];
3579
4052
  export var EvaluatorConfig$ = [4, n0, _EC,
3580
4053
  0,
3581
- [_lAAJ, _cB],
4054
+ [_lAAJ, _cBod],
3582
4055
  [[() => LlmAsAJudgeEvaluatorConfig$, 0], () => CodeBasedEvaluatorConfig$]
3583
4056
  ];
3584
4057
  export var EvaluatorModelConfig$ = [4, n0, _EMC,
@@ -3591,7 +4064,12 @@ export var EvaluatorReference$ = [4, n0, _ER,
3591
4064
  [_eI],
3592
4065
  [0]
3593
4066
  ];
3594
- export var ExtractionConfiguration$ = [4, n0, _ECx,
4067
+ export var ExtractionConfig$ = [4, n0, _ECx,
4068
+ 0,
4069
+ [_lEC],
4070
+ [[() => LlmExtractionConfig$, 0]]
4071
+ ];
4072
+ export var ExtractionConfiguration$ = [4, n0, _ECxt,
3595
4073
  0,
3596
4074
  [_cEC],
3597
4075
  [[() => CustomExtractionConfiguration$, 0]]
@@ -3603,7 +4081,7 @@ export var FilesystemConfiguration$ = [4, n0, _FCi,
3603
4081
  ];
3604
4082
  export var FilterValue$ = [4, n0, _FV,
3605
4083
  0,
3606
- [_sVt, _dV, _bV],
4084
+ [_sVt, _dV, _bVo],
3607
4085
  [0, 1, 2]
3608
4086
  ];
3609
4087
  export var GatewayProtocolConfiguration$ = [4, n0, _GPC,
@@ -3661,11 +4139,21 @@ export var HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
3661
4139
  [_sW, _sum],
3662
4140
  [() => HarnessSlidingWindowConfiguration$, () => HarnessSummarizationConfiguration$]
3663
4141
  ];
4142
+ export var HttpTargetConfiguration$ = [4, n0, _HTCt,
4143
+ 0,
4144
+ [_aRg],
4145
+ [() => RuntimeTargetConfiguration$]
4146
+ ];
3664
4147
  export var InterceptorConfiguration$ = [4, n0, _ICnt,
3665
4148
  0,
3666
4149
  [_lam],
3667
4150
  [() => LambdaInterceptorConfiguration$]
3668
4151
  ];
4152
+ export var MatchPrincipalEntry$ = [4, n0, _MPEa,
4153
+ 0,
4154
+ [_iPa],
4155
+ [() => IamPrincipal$]
4156
+ ];
3669
4157
  export var McpTargetConfiguration$ = [4, n0, _MTC,
3670
4158
  0,
3671
4159
  [_oAS, _sMm, _lam, _mSc, _aG],
@@ -3694,7 +4182,7 @@ export var ModifyExtractionConfiguration$ = [4, n0, _MEC,
3694
4182
  export var ModifyReflectionConfiguration$ = [4, n0, _MRC,
3695
4183
  0,
3696
4184
  [_eRC, _cRC],
3697
- [() => EpisodicReflectionConfigurationInput$, [() => CustomReflectionConfigurationInput$, 0]]
4185
+ [[() => EpisodicReflectionConfigurationInput$, 0], [() => CustomReflectionConfigurationInput$, 0]]
3698
4186
  ];
3699
4187
  export var Oauth2Discovery$ = [4, n0, _OD,
3700
4188
  0,
@@ -3729,7 +4217,7 @@ export var RatingScale$ = [4, n0, _RSa,
3729
4217
  export var ReflectionConfiguration$ = [4, n0, _RCe,
3730
4218
  0,
3731
4219
  [_cRC, _eRC],
3732
- [[() => CustomReflectionConfiguration$, 0], () => EpisodicReflectionConfiguration$]
4220
+ [[() => CustomReflectionConfiguration$, 0], [() => EpisodicReflectionConfiguration$, 0]]
3733
4221
  ];
3734
4222
  export var RegistryRecordCredentialProviderUnion$ = [4, n0, _RRCPU,
3735
4223
  0,
@@ -3751,6 +4239,11 @@ export var ResourceLocation$ = [4, n0, _RL,
3751
4239
  [_s_],
3752
4240
  [() => S3Location$]
3753
4241
  ];
4242
+ export var RouteToTargetAction$ = [4, n0, _RTTA,
4243
+ 0,
4244
+ [_sRta, _wR],
4245
+ [[() => StaticRoute$, 0], [() => WeightedRoute$, 0]]
4246
+ ];
3754
4247
  export var SelfManagedLatticeResource$ = [4, n0, _SMLR,
3755
4248
  0,
3756
4249
  [_rCI],
@@ -3763,8 +4256,8 @@ export var StreamDeliveryResource$ = [4, n0, _SDRt,
3763
4256
  ];
3764
4257
  export var TargetConfiguration$ = [4, n0, _TC,
3765
4258
  0,
3766
- [_mc],
3767
- [[() => McpTargetConfiguration$, 0]]
4259
+ [_mc, _ht],
4260
+ [[() => McpTargetConfiguration$, 0], () => HttpTargetConfiguration$]
3768
4261
  ];
3769
4262
  export var ToolSchema$ = [4, n0, _TSo,
3770
4263
  0,
@@ -3781,6 +4274,11 @@ export var TriggerConditionInput$ = [4, n0, _TCI,
3781
4274
  [_mBT, _tBT, _tBTi],
3782
4275
  [() => MessageBasedTriggerInput$, () => TokenBasedTriggerInput$, () => TimeBasedTriggerInput$]
3783
4276
  ];
4277
+ export var Validation$ = [4, n0, _V,
4278
+ 0,
4279
+ [_sVtr, _sLV, _nV],
4280
+ [() => StringValidation$, () => StringListValidation$, () => NumberValidation$]
4281
+ ];
3784
4282
  export var CreateAgentRuntime$ = [9, n0, _CAR,
3785
4283
  { [_ht]: ["PUT", "/runtimes/", 202] }, () => CreateAgentRuntimeRequest$, () => CreateAgentRuntimeResponse$
3786
4284
  ];
@@ -3799,12 +4297,18 @@ export var CreateBrowserProfile$ = [9, n0, _CBP,
3799
4297
  export var CreateCodeInterpreter$ = [9, n0, _CCIr,
3800
4298
  { [_ht]: ["PUT", "/code-interpreters", 202] }, () => CreateCodeInterpreterRequest$, () => CreateCodeInterpreterResponse$
3801
4299
  ];
4300
+ export var CreateConfigurationBundle$ = [9, n0, _CCB,
4301
+ { [_ht]: ["POST", "/configuration-bundles/create", 201] }, () => CreateConfigurationBundleRequest$, () => CreateConfigurationBundleResponse$
4302
+ ];
3802
4303
  export var CreateEvaluator$ = [9, n0, _CEr,
3803
4304
  { [_ht]: ["POST", "/evaluators/create", 202] }, () => CreateEvaluatorRequest$, () => CreateEvaluatorResponse$
3804
4305
  ];
3805
4306
  export var CreateGateway$ = [9, n0, _CG,
3806
4307
  { [_ht]: ["POST", "/gateways/", 202] }, () => CreateGatewayRequest$, () => CreateGatewayResponse$
3807
4308
  ];
4309
+ export var CreateGatewayRule$ = [9, n0, _CGRre,
4310
+ { [_ht]: ["POST", "/gateways/{gatewayIdentifier}/rules", 202] }, () => CreateGatewayRuleRequest$, () => CreateGatewayRuleResponse$
4311
+ ];
3808
4312
  export var CreateGatewayTarget$ = [9, n0, _CGT,
3809
4313
  { [_ht]: ["POST", "/gateways/{gatewayIdentifier}/targets/", 202] }, () => CreateGatewayTargetRequest$, () => CreateGatewayTargetResponse$
3810
4314
  ];
@@ -3853,12 +4357,18 @@ export var DeleteBrowserProfile$ = [9, n0, _DBP,
3853
4357
  export var DeleteCodeInterpreter$ = [9, n0, _DCI,
3854
4358
  { [_ht]: ["DELETE", "/code-interpreters/{codeInterpreterId}", 202] }, () => DeleteCodeInterpreterRequest$, () => DeleteCodeInterpreterResponse$
3855
4359
  ];
4360
+ export var DeleteConfigurationBundle$ = [9, n0, _DCB,
4361
+ { [_ht]: ["DELETE", "/configuration-bundles/{bundleId}", 202] }, () => DeleteConfigurationBundleRequest$, () => DeleteConfigurationBundleResponse$
4362
+ ];
3856
4363
  export var DeleteEvaluator$ = [9, n0, _DE,
3857
4364
  { [_ht]: ["DELETE", "/evaluators/{evaluatorId}", 202] }, () => DeleteEvaluatorRequest$, () => DeleteEvaluatorResponse$
3858
4365
  ];
3859
4366
  export var DeleteGateway$ = [9, n0, _DG,
3860
4367
  { [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/", 202] }, () => DeleteGatewayRequest$, () => DeleteGatewayResponse$
3861
4368
  ];
4369
+ export var DeleteGatewayRule$ = [9, n0, _DGRel,
4370
+ { [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 202] }, () => DeleteGatewayRuleRequest$, () => DeleteGatewayRuleResponse$
4371
+ ];
3862
4372
  export var DeleteGatewayTarget$ = [9, n0, _DGT,
3863
4373
  { [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => DeleteGatewayTargetRequest$, () => DeleteGatewayTargetResponse$
3864
4374
  ];
@@ -3910,12 +4420,21 @@ export var GetBrowserProfile$ = [9, n0, _GBP,
3910
4420
  export var GetCodeInterpreter$ = [9, n0, _GCI,
3911
4421
  { [_ht]: ["GET", "/code-interpreters/{codeInterpreterId}", 200] }, () => GetCodeInterpreterRequest$, () => GetCodeInterpreterResponse$
3912
4422
  ];
4423
+ export var GetConfigurationBundle$ = [9, n0, _GCB,
4424
+ { [_ht]: ["GET", "/configuration-bundles/{bundleId}", 200] }, () => GetConfigurationBundleRequest$, () => GetConfigurationBundleResponse$
4425
+ ];
4426
+ export var GetConfigurationBundleVersion$ = [9, n0, _GCBV,
4427
+ { [_ht]: ["GET", "/configuration-bundles/{bundleId}/versions/{versionId}", 200] }, () => GetConfigurationBundleVersionRequest$, () => GetConfigurationBundleVersionResponse$
4428
+ ];
3913
4429
  export var GetEvaluator$ = [9, n0, _GE,
3914
4430
  { [_ht]: ["GET", "/evaluators/{evaluatorId}", 200] }, () => GetEvaluatorRequest$, () => GetEvaluatorResponse$
3915
4431
  ];
3916
4432
  export var GetGateway$ = [9, n0, _GG,
3917
4433
  { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/", 200] }, () => GetGatewayRequest$, () => GetGatewayResponse$
3918
4434
  ];
4435
+ export var GetGatewayRule$ = [9, n0, _GGRet,
4436
+ { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 200] }, () => GetGatewayRuleRequest$, () => GetGatewayRuleResponse$
4437
+ ];
3919
4438
  export var GetGatewayTarget$ = [9, n0, _GGT,
3920
4439
  { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 200] }, () => GetGatewayTargetRequest$, () => GetGatewayTargetResponse$
3921
4440
  ];
@@ -3940,7 +4459,7 @@ export var GetPolicyEngine$ = [9, n0, _GPE,
3940
4459
  export var GetPolicyGeneration$ = [9, n0, _GPG,
3941
4460
  { [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => GetPolicyGenerationRequest$, () => GetPolicyGenerationResponse$
3942
4461
  ];
3943
- export var GetRegistry$ = [9, n0, _GR,
4462
+ export var GetRegistry$ = [9, n0, _GRe,
3944
4463
  { [_ht]: ["GET", "/registries/{registryId}", 200] }, () => GetRegistryRequest$, () => GetRegistryResponse$
3945
4464
  ];
3946
4465
  export var GetRegistryRecord$ = [9, n0, _GRRet,
@@ -3976,9 +4495,18 @@ export var ListBrowsers$ = [9, n0, _LB,
3976
4495
  export var ListCodeInterpreters$ = [9, n0, _LCI,
3977
4496
  { [_ht]: ["POST", "/code-interpreters", 200] }, () => ListCodeInterpretersRequest$, () => ListCodeInterpretersResponse$
3978
4497
  ];
4498
+ export var ListConfigurationBundles$ = [9, n0, _LCB,
4499
+ { [_ht]: ["POST", "/configuration-bundles", 200] }, () => ListConfigurationBundlesRequest$, () => ListConfigurationBundlesResponse$
4500
+ ];
4501
+ export var ListConfigurationBundleVersions$ = [9, n0, _LCBV,
4502
+ { [_ht]: ["POST", "/configuration-bundles/{bundleId}/versions", 200] }, () => ListConfigurationBundleVersionsRequest$, () => ListConfigurationBundleVersionsResponse$
4503
+ ];
3979
4504
  export var ListEvaluators$ = [9, n0, _LE,
3980
4505
  { [_ht]: ["POST", "/evaluators", 200] }, () => ListEvaluatorsRequest$, () => ListEvaluatorsResponse$
3981
4506
  ];
4507
+ export var ListGatewayRules$ = [9, n0, _LGRis,
4508
+ { [_ht]: ["GET", "/gateways/{gatewayIdentifier}/rules", 200] }, () => ListGatewayRulesRequest$, () => ListGatewayRulesResponse$
4509
+ ];
3982
4510
  export var ListGateways$ = [9, n0, _LG,
3983
4511
  { [_ht]: ["GET", "/gateways/", 200] }, () => ListGatewaysRequest$, () => ListGatewaysResponse$
3984
4512
  ];
@@ -4051,12 +4579,18 @@ export var UpdateAgentRuntimeEndpoint$ = [9, n0, _UARE,
4051
4579
  export var UpdateApiKeyCredentialProvider$ = [9, n0, _UAKCP,
4052
4580
  { [_ht]: ["POST", "/identities/UpdateApiKeyCredentialProvider", 200] }, () => UpdateApiKeyCredentialProviderRequest$, () => UpdateApiKeyCredentialProviderResponse$
4053
4581
  ];
4582
+ export var UpdateConfigurationBundle$ = [9, n0, _UCB,
4583
+ { [_ht]: ["PUT", "/configuration-bundles/{bundleId}", 200] }, () => UpdateConfigurationBundleRequest$, () => UpdateConfigurationBundleResponse$
4584
+ ];
4054
4585
  export var UpdateEvaluator$ = [9, n0, _UEp,
4055
4586
  { [_ht]: ["PUT", "/evaluators/{evaluatorId}", 202] }, () => UpdateEvaluatorRequest$, () => UpdateEvaluatorResponse$
4056
4587
  ];
4057
4588
  export var UpdateGateway$ = [9, n0, _UG,
4058
4589
  { [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/", 202] }, () => UpdateGatewayRequest$, () => UpdateGatewayResponse$
4059
4590
  ];
4591
+ export var UpdateGatewayRule$ = [9, n0, _UGRpd,
4592
+ { [_ht]: ["PATCH", "/gateways/{gatewayIdentifier}/rules/{ruleId}", 202] }, () => UpdateGatewayRuleRequest$, () => UpdateGatewayRuleResponse$
4593
+ ];
4060
4594
  export var UpdateGatewayTarget$ = [9, n0, _UGT,
4061
4595
  { [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => UpdateGatewayTargetRequest$, () => UpdateGatewayTargetResponse$
4062
4596
  ];