@aws-sdk/client-bedrock-agentcore-control 3.1070.0 → 3.1072.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -0
- package/dist-cjs/index.js +143 -1
- package/dist-cjs/schemas/schemas_0.js +475 -94
- package/dist-es/BedrockAgentCoreControl.js +16 -0
- package/dist-es/commands/CreateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/DeleteHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/GetHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/ListHarnessEndpointsCommand.js +16 -0
- package/dist-es/commands/ListHarnessVersionsCommand.js +16 -0
- package/dist-es/commands/UpdateHarnessEndpointCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +43 -0
- package/dist-es/pagination/ListHarnessEndpointsPaginator.js +4 -0
- package/dist-es/pagination/ListHarnessVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +435 -94
- package/dist-types/BedrockAgentCoreControl.d.ts +56 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +8 -2
- package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/CreateGatewayCommand.d.ts +43 -0
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/CreateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +116 -0
- package/dist-types/commands/CreateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/CreatePaymentManagerCommand.d.ts +20 -0
- package/dist-types/commands/CreatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/CreateRegistryCommand.d.ts +11 -1
- package/dist-types/commands/DeleteHarnessCommand.d.ts +27 -1
- package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +108 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/commands/GetAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/GetGatewayCommand.d.ts +26 -0
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +69 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +28 -2
- package/dist-types/commands/GetHarnessEndpointCommand.d.ts +104 -0
- package/dist-types/commands/GetMemoryCommand.d.ts +1 -0
- package/dist-types/commands/GetPaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetPolicySummaryCommand.d.ts +1 -0
- package/dist-types/commands/GetRegistryCommand.d.ts +11 -1
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +12 -0
- package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +108 -0
- package/dist-types/commands/ListHarnessVersionsCommand.d.ts +105 -0
- package/dist-types/commands/ListHarnessesCommand.d.ts +3 -2
- package/dist-types/commands/ListMemoriesCommand.d.ts +1 -0
- package/dist-types/commands/ListPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +3 -0
- package/dist-types/commands/ListPolicySummariesCommand.d.ts +1 -0
- package/dist-types/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/commands/ListRegistryRecordsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +69 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +10 -0
- package/dist-types/commands/UpdateGatewayCommand.d.ts +51 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +139 -1
- package/dist-types/commands/UpdateHarnessCommand.d.ts +51 -2
- package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +113 -0
- package/dist-types/commands/UpdateMemoryCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +10 -0
- package/dist-types/commands/UpdatePolicyCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRegistryCommand.d.ts +21 -1
- package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +99 -0
- package/dist-types/models/models_0.d.ts +904 -1144
- package/dist-types/models/models_1.d.ts +4595 -4209
- package/dist-types/models/models_2.d.ts +883 -6
- package/dist-types/pagination/ListHarnessEndpointsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListHarnessVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +46 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +116 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +56 -0
- package/dist-types/ts3.4/models/models_0.d.ts +269 -402
- package/dist-types/ts3.4/models/models_1.d.ts +447 -211
- package/dist-types/ts3.4/models/models_2.d.ts +262 -3
- package/dist-types/ts3.4/pagination/ListHarnessEndpointsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListHarnessVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +46 -0
- package/package.json +3 -3
|
@@ -26,6 +26,7 @@ const _AREg = "AgentRuntimeEndpoints";
|
|
|
26
26
|
const _ARg = "AgentRuntimes";
|
|
27
27
|
const _ASC = "ApiSchemaConfiguration";
|
|
28
28
|
const _ASD = "AgentSkillsDescriptor";
|
|
29
|
+
const _AWC = "AllowedWorkloadConfiguration";
|
|
29
30
|
const _Ac = "Action";
|
|
30
31
|
const _BEMC = "BedrockEvaluatorModelConfig";
|
|
31
32
|
const _BEP = "BrowserEnterprisePolicy";
|
|
@@ -79,9 +80,11 @@ const _CCVT = "CustomClaimValidationType";
|
|
|
79
80
|
const _CCVTu = "CustomClaimValidationsType";
|
|
80
81
|
const _CCo = "CodeConfiguration";
|
|
81
82
|
const _CCom = "ComponentConfiguration";
|
|
82
|
-
const _CCon = "
|
|
83
|
+
const _CCon = "ConnectorConfiguration";
|
|
84
|
+
const _CConn = "ConnectorConfigurations";
|
|
83
85
|
const _CCons = "ConsolidationConfiguration";
|
|
84
|
-
const _CCont = "
|
|
86
|
+
const _CCont = "ContainerConfiguration";
|
|
87
|
+
const _CConte = "ContentConfiguration";
|
|
85
88
|
const _CD = "CustomDescriptor";
|
|
86
89
|
const _CDR = "CreateDatasetRequest";
|
|
87
90
|
const _CDRr = "CreateDatasetResponse";
|
|
@@ -105,6 +108,9 @@ const _CGT = "CreateGatewayTarget";
|
|
|
105
108
|
const _CGTR = "CreateGatewayTargetRequest";
|
|
106
109
|
const _CGTRr = "CreateGatewayTargetResponse";
|
|
107
110
|
const _CH = "CreateHarness";
|
|
111
|
+
const _CHE = "CreateHarnessEndpoint";
|
|
112
|
+
const _CHER = "CreateHarnessEndpointRequest";
|
|
113
|
+
const _CHERr = "CreateHarnessEndpointResponse";
|
|
108
114
|
const _CHR = "CreateHarnessRequest";
|
|
109
115
|
const _CHRr = "CreateHarnessResponse";
|
|
110
116
|
const _CINC = "CodeInterpreterNetworkConfiguration";
|
|
@@ -143,6 +149,8 @@ const _CPERr = "CreatePolicyEngineResponse";
|
|
|
143
149
|
const _CPM = "CreatePaymentManager";
|
|
144
150
|
const _CPMR = "CreatePaymentManagerRequest";
|
|
145
151
|
const _CPMRr = "CreatePaymentManagerResponse";
|
|
152
|
+
const _CPO = "ConnectorParameterOverride";
|
|
153
|
+
const _CPOo = "ConnectorParameterOverrides";
|
|
146
154
|
const _CPR = "CreatePolicyRequest";
|
|
147
155
|
const _CPRr = "CreatePolicyResponse";
|
|
148
156
|
const _CPr = "CredentialProvider";
|
|
@@ -155,8 +163,11 @@ const _CRRR = "CreateRegistryRecordRequest";
|
|
|
155
163
|
const _CRRRr = "CreateRegistryRecordResponse";
|
|
156
164
|
const _CRRr = "CreateRegistryResponse";
|
|
157
165
|
const _CRRre = "CreateRegistryRecord";
|
|
166
|
+
const _CS = "ConnectorSource";
|
|
158
167
|
const _CSD = "CategoricalScaleDefinition";
|
|
159
168
|
const _CSDa = "CategoricalScaleDefinitions";
|
|
169
|
+
const _CTC = "ConnectorTargetConfiguration";
|
|
170
|
+
const _CTCu = "CustomTransformConfiguration";
|
|
160
171
|
const _CWI = "CreateWorkloadIdentity";
|
|
161
172
|
const _CWIR = "CreateWorkloadIdentityRequest";
|
|
162
173
|
const _CWIRr = "CreateWorkloadIdentityResponse";
|
|
@@ -214,6 +225,9 @@ const _DGT = "DeleteGatewayTarget";
|
|
|
214
225
|
const _DGTR = "DeleteGatewayTargetRequest";
|
|
215
226
|
const _DGTRe = "DeleteGatewayTargetResponse";
|
|
216
227
|
const _DH = "DeleteHarness";
|
|
228
|
+
const _DHE = "DeleteHarnessEndpoint";
|
|
229
|
+
const _DHER = "DeleteHarnessEndpointRequest";
|
|
230
|
+
const _DHERe = "DeleteHarnessEndpointResponse";
|
|
217
231
|
const _DHR = "DeleteHarnessRequest";
|
|
218
232
|
const _DHRe = "DeleteHarnessResponse";
|
|
219
233
|
const _DM = "DeleteMemory";
|
|
@@ -340,6 +354,9 @@ const _GGT = "GetGatewayTarget";
|
|
|
340
354
|
const _GGTR = "GetGatewayTargetRequest";
|
|
341
355
|
const _GGTRe = "GetGatewayTargetResponse";
|
|
342
356
|
const _GH = "GetHarness";
|
|
357
|
+
const _GHE = "GetHarnessEndpoint";
|
|
358
|
+
const _GHER = "GetHarnessEndpointRequest";
|
|
359
|
+
const _GHERe = "GetHarnessEndpointResponse";
|
|
343
360
|
const _GHR = "GetHarnessRequest";
|
|
344
361
|
const _GHRe = "GetHarnessResponse";
|
|
345
362
|
const _GIC = "GatewayInterceptorConfiguration";
|
|
@@ -347,7 +364,6 @@ const _GICa = "GatewayInterceptorConfigurations";
|
|
|
347
364
|
const _GM = "GetMemory";
|
|
348
365
|
const _GMI = "GetMemoryInput";
|
|
349
366
|
const _GMO = "GetMemoryOutput";
|
|
350
|
-
const _GN = "GatewayName";
|
|
351
367
|
const _GOCP = "GetOauth2CredentialProvider";
|
|
352
368
|
const _GOCPR = "GetOauth2CredentialProviderRequest";
|
|
353
369
|
const _GOCPRe = "GetOauth2CredentialProviderResponse";
|
|
@@ -417,10 +433,16 @@ const _HACMRC = "HarnessAgentCoreMemoryRetrievalConfig";
|
|
|
417
433
|
const _HACMRCa = "HarnessAgentCoreMemoryRetrievalConfigs";
|
|
418
434
|
const _HACRE = "HarnessAgentCoreRuntimeEnvironment";
|
|
419
435
|
const _HACRER = "HarnessAgentCoreRuntimeEnvironmentRequest";
|
|
436
|
+
const _HASC = "HttpApiSchemaConfiguration";
|
|
420
437
|
const _HBMC = "HarnessBedrockModelConfig";
|
|
438
|
+
const _HDMC = "HarnessDisabledMemoryConfiguration";
|
|
439
|
+
const _HE = "HarnessEndpoint";
|
|
421
440
|
const _HEA = "HarnessEnvironmentArtifact";
|
|
441
|
+
const _HELT = "HostingEnvironmentListType";
|
|
422
442
|
const _HEP = "HarnessEnvironmentProvider";
|
|
423
443
|
const _HEPR = "HarnessEnvironmentProviderRequest";
|
|
444
|
+
const _HEa = "HarnessEndpoints";
|
|
445
|
+
const _HEo = "HostingEnvironment";
|
|
424
446
|
const _HGMC = "HarnessGeminiModelConfig";
|
|
425
447
|
const _HGOA = "HarnessGatewayOutboundAuth";
|
|
426
448
|
const _HHM = "HttpHeadersMap";
|
|
@@ -430,10 +452,12 @@ const _HLLAB = "HarnessLiteLlmApiBase";
|
|
|
430
452
|
const _HLLMC = "HarnessLiteLlmModelConfig";
|
|
431
453
|
const _HMC = "HarnessMemoryConfiguration";
|
|
432
454
|
const _HMCa = "HarnessModelConfiguration";
|
|
455
|
+
const _HMMC = "HarnessManagedMemoryConfiguration";
|
|
433
456
|
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
434
457
|
const _HRMC = "HarnessRemoteMcpConfig";
|
|
435
458
|
const _HRMU = "HarnessRemoteMcpUrl";
|
|
436
459
|
const _HS = "HarnessSummary";
|
|
460
|
+
const _HSASS = "HarnessSkillAwsSkillsSource";
|
|
437
461
|
const _HSC = "HarnessSummarizationConfiguration";
|
|
438
462
|
const _HSCB = "HarnessSystemContentBlock";
|
|
439
463
|
const _HSGA = "HarnessSkillGitAuth";
|
|
@@ -450,10 +474,14 @@ const _HTCa = "HarnessToolConfiguration";
|
|
|
450
474
|
const _HTCt = "HttpTargetConfiguration";
|
|
451
475
|
const _HTSC = "HarnessTruncationStrategyConfiguration";
|
|
452
476
|
const _HTa = "HarnessTools";
|
|
477
|
+
const _HVS = "HarnessVersionSummary";
|
|
478
|
+
const _HVSa = "HarnessVersionSummaries";
|
|
453
479
|
const _I = "Insight";
|
|
454
480
|
const _IC = "InferenceConfiguration";
|
|
455
481
|
const _ICI = "InvocationConfigurationInput";
|
|
456
482
|
const _ICP = "IamCredentialProvider";
|
|
483
|
+
const _ICS = "InferenceConnectorSource";
|
|
484
|
+
const _ICTC = "InferenceConnectorTargetConfiguration";
|
|
457
485
|
const _ICn = "InvocationConfiguration";
|
|
458
486
|
const _ICnt = "InterceptorConfiguration";
|
|
459
487
|
const _IES = "InlineExamplesSource";
|
|
@@ -461,11 +489,18 @@ const _IIC = "InterceptorInputConfiguration";
|
|
|
461
489
|
const _IK = "IndexedKey";
|
|
462
490
|
const _IKL = "IndexedKeysList";
|
|
463
491
|
const _IL = "InsightList";
|
|
492
|
+
const _IOC = "InferenceOperationConfiguration";
|
|
493
|
+
const _IOCn = "InferenceOperationConfigurations";
|
|
464
494
|
const _IOPCI = "IncludedOauth2ProviderConfigInput";
|
|
465
495
|
const _IOPCO = "IncludedOauth2ProviderConfigOutput";
|
|
466
496
|
const _IP = "InlinePayload";
|
|
497
|
+
const _IPES = "InterceptorPayloadExclusionSelector";
|
|
498
|
+
const _IPESL = "InterceptorPayloadExclusionSelectorList";
|
|
499
|
+
const _IPF = "InterceptorPayloadFilter";
|
|
500
|
+
const _IPTC = "InferenceProviderTargetConfiguration";
|
|
467
501
|
const _IPa = "IamPrincipal";
|
|
468
502
|
const _ISE = "InternalServerException";
|
|
503
|
+
const _ITC = "InferenceTargetConfiguration";
|
|
469
504
|
const _KC = "KmsConfiguration";
|
|
470
505
|
const _KR = "KinesisResource";
|
|
471
506
|
const _LAAJEC = "LlmAsAJudgeEvaluatorConfig";
|
|
@@ -522,8 +557,14 @@ const _LGT = "ListGatewayTargets";
|
|
|
522
557
|
const _LGTR = "ListGatewayTargetsRequest";
|
|
523
558
|
const _LGTRi = "ListGatewayTargetsResponse";
|
|
524
559
|
const _LH = "ListHarnesses";
|
|
560
|
+
const _LHE = "ListHarnessEndpoints";
|
|
561
|
+
const _LHER = "ListHarnessEndpointsRequest";
|
|
562
|
+
const _LHERi = "ListHarnessEndpointsResponse";
|
|
525
563
|
const _LHR = "ListHarnessesRequest";
|
|
526
564
|
const _LHRi = "ListHarnessesResponse";
|
|
565
|
+
const _LHV = "ListHarnessVersions";
|
|
566
|
+
const _LHVR = "ListHarnessVersionsRequest";
|
|
567
|
+
const _LHVRi = "ListHarnessVersionsResponse";
|
|
527
568
|
const _LIC = "LambdaInterceptorConfiguration";
|
|
528
569
|
const _LM = "ListMemories";
|
|
529
570
|
const _LMI = "ListMemoriesInput";
|
|
@@ -572,6 +613,7 @@ const _LRRR = "ListRegistryRecordsRequest";
|
|
|
572
613
|
const _LRRRi = "ListRegistryRecordsResponse";
|
|
573
614
|
const _LRRi = "ListRegistriesResponse";
|
|
574
615
|
const _LRRis = "ListRegistryRecords";
|
|
616
|
+
const _LTC = "LambdaTransformConfiguration";
|
|
575
617
|
const _LTFR = "ListTagsForResource";
|
|
576
618
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
577
619
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
@@ -585,9 +627,13 @@ const _MC = "MetadataConfiguration";
|
|
|
585
627
|
const _MCC = "ModifyConsolidationConfiguration";
|
|
586
628
|
const _MCPGC = "MCPGatewayConfiguration";
|
|
587
629
|
const _MD = "McpDescriptor";
|
|
630
|
+
const _ME = "ModelEntry";
|
|
588
631
|
const _MEC = "ModifyExtractionConfiguration";
|
|
632
|
+
const _MEo = "ModelEntries";
|
|
633
|
+
const _MI = "McpInstructions";
|
|
589
634
|
const _MICI = "ModifyInvocationConfigurationInput";
|
|
590
635
|
const _MLTC = "McpLambdaTargetConfiguration";
|
|
636
|
+
const _MM = "ModelMapping";
|
|
591
637
|
const _MMS = "ModifyMemoryStrategies";
|
|
592
638
|
const _MMSI = "ModifyMemoryStrategyInput";
|
|
593
639
|
const _MMSL = "ModifyMemoryStrategiesList";
|
|
@@ -657,13 +703,16 @@ const _PGSL = "PolicyGenerationSummaryList";
|
|
|
657
703
|
const _PGo = "PolicyGenerations";
|
|
658
704
|
const _PMS = "PaymentManagerSummary";
|
|
659
705
|
const _PMSa = "PaymentManagerSummaries";
|
|
706
|
+
const _PP = "ProviderPrefix";
|
|
660
707
|
const _PPCI = "PaymentProviderConfigurationInput";
|
|
661
708
|
const _PPCO = "PaymentProviderConfigurationOutput";
|
|
662
709
|
const _PRP = "PutResourcePolicy";
|
|
663
710
|
const _PRPR = "PutResourcePolicyRequest";
|
|
664
711
|
const _PRPRu = "PutResourcePolicyResponse";
|
|
665
|
-
const _PS = "
|
|
712
|
+
const _PS = "PolicyStatement";
|
|
666
713
|
const _PSL = "PolicySummaryList";
|
|
714
|
+
const _PSo = "PolicySummary";
|
|
715
|
+
const _PTC = "PassthroughTargetConfiguration";
|
|
667
716
|
const _Po = "Policy";
|
|
668
717
|
const _Pol = "Policies";
|
|
669
718
|
const _R = "Rule";
|
|
@@ -694,8 +743,9 @@ const _SCOu = "SummaryConsolidationOverride";
|
|
|
694
743
|
const _SCa = "SamplingConfig";
|
|
695
744
|
const _SCe = "SessionConfig";
|
|
696
745
|
const _SCes = "SessionConfiguration";
|
|
697
|
-
const _SCt = "
|
|
698
|
-
const _SCtr = "
|
|
746
|
+
const _SCt = "StickinessConfiguration";
|
|
747
|
+
const _SCtr = "StrategyConfiguration";
|
|
748
|
+
const _SCtre = "StreamingConfiguration";
|
|
699
749
|
const _SCy = "SynchronizationConfiguration";
|
|
700
750
|
const _SD = "SchemaDefinition";
|
|
701
751
|
const _SDR = "StreamDeliveryResources";
|
|
@@ -817,7 +867,10 @@ const _UGT = "UpdateGatewayTarget";
|
|
|
817
867
|
const _UGTR = "UpdateGatewayTargetRequest";
|
|
818
868
|
const _UGTRp = "UpdateGatewayTargetResponse";
|
|
819
869
|
const _UH = "UpdateHarness";
|
|
870
|
+
const _UHE = "UpdateHarnessEndpoint";
|
|
820
871
|
const _UHEA = "UpdatedHarnessEnvironmentArtifact";
|
|
872
|
+
const _UHER = "UpdateHarnessEndpointRequest";
|
|
873
|
+
const _UHERp = "UpdateHarnessEndpointResponse";
|
|
821
874
|
const _UHMC = "UpdatedHarnessMemoryConfiguration";
|
|
822
875
|
const _UHR = "UpdateHarnessRequest";
|
|
823
876
|
const _UHRp = "UpdateHarnessResponse";
|
|
@@ -882,6 +935,7 @@ const _VEF = "ValidationExceptionField";
|
|
|
882
935
|
const _VEFL = "ValidationExceptionFieldList";
|
|
883
936
|
const _VF = "VersionFilter";
|
|
884
937
|
const _VLM = "VersionLineageMetadata";
|
|
938
|
+
const _WC = "WafConfiguration";
|
|
885
939
|
const _WID = "WorkloadIdentityDetails";
|
|
886
940
|
const _WIL = "WorkloadIdentityList";
|
|
887
941
|
const _WIT = "WorkloadIdentityType";
|
|
@@ -952,6 +1006,7 @@ const _aSM = "authorizationServerMetadata";
|
|
|
952
1006
|
const _aSS = "appSecretSource";
|
|
953
1007
|
const _aSg = "agentSkills";
|
|
954
1008
|
const _aSp = "appSecret";
|
|
1009
|
+
const _aSw = "awsSkills";
|
|
955
1010
|
const _aT = "authorizerType";
|
|
956
1011
|
const _aTC = "actorTokenContent";
|
|
957
1012
|
const _aTP = "appendToPrompt";
|
|
@@ -959,6 +1014,7 @@ const _aTS = "actorTokenScopes";
|
|
|
959
1014
|
const _aTl = "allowedTools";
|
|
960
1015
|
const _aU = "authorizationUrl";
|
|
961
1016
|
const _aV = "allowedValues";
|
|
1017
|
+
const _aWC = "allowedWorkloadConfiguration";
|
|
962
1018
|
const _aa = "a2a";
|
|
963
1019
|
const _ar = "arn";
|
|
964
1020
|
const _au = "auth";
|
|
@@ -998,6 +1054,7 @@ const _cI = "clientId";
|
|
|
998
1054
|
const _cIA = "codeInterpreterArn";
|
|
999
1055
|
const _cII = "codeInterpreterId";
|
|
1000
1056
|
const _cIS = "codeInterpreterSummaries";
|
|
1057
|
+
const _cIo = "connectorId";
|
|
1001
1058
|
const _cJWTA = "customJWTAuthorizer";
|
|
1002
1059
|
const _cL = "credentialLocation";
|
|
1003
1060
|
const _cM = "commitMessage";
|
|
@@ -1021,6 +1078,7 @@ const _cSC = "clientSecretConfig";
|
|
|
1021
1078
|
const _cSJK = "clientSecretJsonKey";
|
|
1022
1079
|
const _cSS = "clientSecretSource";
|
|
1023
1080
|
const _cT = "clientToken";
|
|
1081
|
+
const _cTC = "customTransformConfiguration";
|
|
1024
1082
|
const _cTr = "createdTime";
|
|
1025
1083
|
const _cU = "containerUri";
|
|
1026
1084
|
const _cUa = "callbackUrl";
|
|
@@ -1033,7 +1091,9 @@ const _co = "code";
|
|
|
1033
1091
|
const _com = "components";
|
|
1034
1092
|
const _con = "configuration";
|
|
1035
1093
|
const _cond = "conditions";
|
|
1036
|
-
const _conf = "
|
|
1094
|
+
const _conf = "configurations";
|
|
1095
|
+
const _confi = "config";
|
|
1096
|
+
const _conn = "connector";
|
|
1037
1097
|
const _cons = "consolidation";
|
|
1038
1098
|
const _cont = "content";
|
|
1039
1099
|
const _cu = "custom";
|
|
@@ -1041,6 +1101,7 @@ const _d = "description";
|
|
|
1041
1101
|
const _dA = "datasetArn";
|
|
1042
1102
|
const _dC = "deletedCount";
|
|
1043
1103
|
const _dI = "datasetId";
|
|
1104
|
+
const _dMM = "deleteManagedMemory";
|
|
1044
1105
|
const _dMS = "deleteMemoryStrategies";
|
|
1045
1106
|
const _dN = "datasetName";
|
|
1046
1107
|
const _dRU = "defaultReturnUrl";
|
|
@@ -1056,6 +1117,7 @@ const _dVo = "doubleValue";
|
|
|
1056
1117
|
const _da = "datasets";
|
|
1057
1118
|
const _de = "definition";
|
|
1058
1119
|
const _des = "descriptors";
|
|
1120
|
+
const _di = "disabled";
|
|
1059
1121
|
const _do = "domain";
|
|
1060
1122
|
const _e = "error";
|
|
1061
1123
|
const _eA = "evaluatorArn";
|
|
@@ -1073,6 +1135,7 @@ const _eIAT = "endpointIpAddressType";
|
|
|
1073
1135
|
const _eIv = "evaluatorId";
|
|
1074
1136
|
const _eKA = "encryptionKeyArn";
|
|
1075
1137
|
const _eL = "exceptionLevel";
|
|
1138
|
+
const _eM = "enforcementMode";
|
|
1076
1139
|
const _eMS = "episodicMemoryStrategy";
|
|
1077
1140
|
const _eN = "endpointName";
|
|
1078
1141
|
const _eNv = "evaluatorName";
|
|
@@ -1090,17 +1153,21 @@ const _eTx = "extractionType";
|
|
|
1090
1153
|
const _eV = "environmentVariables";
|
|
1091
1154
|
const _en = "enabled";
|
|
1092
1155
|
const _end = "endpoint";
|
|
1156
|
+
const _endp = "endpoints";
|
|
1093
1157
|
const _env = "environment";
|
|
1094
1158
|
const _ev = "evaluators";
|
|
1095
1159
|
const _ex = "extraction";
|
|
1096
1160
|
const _exa = "examples";
|
|
1161
|
+
const _exc = "exclude";
|
|
1097
1162
|
const _f = "frequencies";
|
|
1098
1163
|
const _fC = "filesystemConfigurations";
|
|
1099
1164
|
const _fL = "fieldList";
|
|
1165
|
+
const _fM = "failureMode";
|
|
1100
1166
|
const _fP = "filterPath";
|
|
1101
1167
|
const _fR = "failureReason";
|
|
1102
1168
|
const _fU = "fromUrl";
|
|
1103
1169
|
const _fi = "findings";
|
|
1170
|
+
const _fie = "field";
|
|
1104
1171
|
const _fil = "filter";
|
|
1105
1172
|
const _filt = "filters";
|
|
1106
1173
|
const _g = "git";
|
|
@@ -1116,9 +1183,12 @@ const _gU = "gatewayUrl";
|
|
|
1116
1183
|
const _h = "harness";
|
|
1117
1184
|
const _hCWS = "historicalContextWindowSize";
|
|
1118
1185
|
const _hE = "httpError";
|
|
1186
|
+
const _hEo = "hostingEnvironments";
|
|
1119
1187
|
const _hI = "harnessId";
|
|
1120
1188
|
const _hN = "harnessName";
|
|
1121
1189
|
const _hQ = "httpQuery";
|
|
1190
|
+
const _hV = "harnessVersion";
|
|
1191
|
+
const _hVa = "harnessVersions";
|
|
1122
1192
|
const _ha = "harnesses";
|
|
1123
1193
|
const _he = "headers";
|
|
1124
1194
|
const _ht = "http";
|
|
@@ -1144,7 +1214,9 @@ const _iST = "idleSessionTimeout";
|
|
|
1144
1214
|
const _iT = "idempotencyToken";
|
|
1145
1215
|
const _iTCN = "inboundTokenClaimName";
|
|
1146
1216
|
const _iTCVT = "inboundTokenClaimValueType";
|
|
1217
|
+
const _id = "identifier";
|
|
1147
1218
|
const _in = "insights";
|
|
1219
|
+
const _inf = "inference";
|
|
1148
1220
|
const _ins = "instructions";
|
|
1149
1221
|
const _int = "interceptor";
|
|
1150
1222
|
const _is = "issuer";
|
|
@@ -1184,6 +1256,7 @@ const _lam = "lambda";
|
|
|
1184
1256
|
const _le = "level";
|
|
1185
1257
|
const _m = "message";
|
|
1186
1258
|
const _mB = "managedBy";
|
|
1259
|
+
const _mBRA = "managedByResourceArn";
|
|
1187
1260
|
const _mBT = "messageBasedTrigger";
|
|
1188
1261
|
const _mC = "metadataConfiguration";
|
|
1189
1262
|
const _mCe = "messagesCount";
|
|
@@ -1195,6 +1268,8 @@ const _mIa = "maxIterations";
|
|
|
1195
1268
|
const _mIax = "maxItems";
|
|
1196
1269
|
const _mIe = "memoryId";
|
|
1197
1270
|
const _mL = "maxLifetime";
|
|
1271
|
+
const _mM = "modelMapping";
|
|
1272
|
+
const _mMC = "managedMemoryConfiguration";
|
|
1198
1273
|
const _mMS = "modifyMemoryStrategies";
|
|
1199
1274
|
const _mOPC = "microsoftOauth2ProviderConfig";
|
|
1200
1275
|
const _mP = "mountPath";
|
|
@@ -1221,6 +1296,7 @@ const _met = "method";
|
|
|
1221
1296
|
const _meta = "metadata";
|
|
1222
1297
|
const _mo = "model";
|
|
1223
1298
|
const _mod = "mode";
|
|
1299
|
+
const _mode = "models";
|
|
1224
1300
|
const _n = "name";
|
|
1225
1301
|
const _nC = "networkConfiguration";
|
|
1226
1302
|
const _nM = "networkMode";
|
|
@@ -1249,6 +1325,7 @@ const _oS = "outputSchema";
|
|
|
1249
1325
|
const _oV = "optionalValue";
|
|
1250
1326
|
const _oa = "oauth2";
|
|
1251
1327
|
const _oau = "oauth";
|
|
1328
|
+
const _op = "operations";
|
|
1252
1329
|
const _p = "path";
|
|
1253
1330
|
const _pA = "profileArn";
|
|
1254
1331
|
const _pAo = "policyArn";
|
|
@@ -1266,6 +1343,7 @@ const _pEI = "policyEngineId";
|
|
|
1266
1343
|
const _pEMR = "privateEndpointManagedResources";
|
|
1267
1344
|
const _pEO = "privateEndpointOverrides";
|
|
1268
1345
|
const _pEo = "policyEngines";
|
|
1346
|
+
const _pF = "payloadFilter";
|
|
1269
1347
|
const _pG = "policyGenerations";
|
|
1270
1348
|
const _pGA = "policyGenerationArn";
|
|
1271
1349
|
const _pGAI = "policyGenerationAssetId";
|
|
@@ -1277,17 +1355,24 @@ const _pIo = "policyId";
|
|
|
1277
1355
|
const _pM = "paymentManagers";
|
|
1278
1356
|
const _pMA = "paymentManagerArn";
|
|
1279
1357
|
const _pMI = "paymentManagerId";
|
|
1358
|
+
const _pO = "parameterOverrides";
|
|
1359
|
+
const _pP = "providerPath";
|
|
1360
|
+
const _pPr = "providerPrefix";
|
|
1280
1361
|
const _pRH = "passRequestHeaders";
|
|
1281
1362
|
const _pRM = "preserveRecentMessages";
|
|
1282
1363
|
const _pS = "profileSummaries";
|
|
1283
1364
|
const _pT = "protocolType";
|
|
1284
|
-
const _pV = "
|
|
1365
|
+
const _pV = "parameterValues";
|
|
1285
1366
|
const _pVI = "parentVersionIds";
|
|
1367
|
+
const _pVr = "protocolVersion";
|
|
1368
|
+
const _pa = "paths";
|
|
1369
|
+
const _pas = "passthrough";
|
|
1286
1370
|
const _po = "policy";
|
|
1287
1371
|
const _pol = "policies";
|
|
1288
1372
|
const _pr = "priority";
|
|
1289
1373
|
const _pre = "prefix";
|
|
1290
1374
|
const _pro = "properties";
|
|
1375
|
+
const _prov = "provider";
|
|
1291
1376
|
const _q = "qualifier";
|
|
1292
1377
|
const _r = "reason";
|
|
1293
1378
|
const _rA = "roleArn";
|
|
@@ -1337,6 +1422,7 @@ const _sCa = "samplingConfig";
|
|
|
1337
1422
|
const _sCe = "sessionConfiguration";
|
|
1338
1423
|
const _sCes = "sessionConfig";
|
|
1339
1424
|
const _sCt = "streamingConfiguration";
|
|
1425
|
+
const _sCti = "stickinessConfiguration";
|
|
1340
1426
|
const _sD = "skillDefinition";
|
|
1341
1427
|
const _sDR = "streamDeliveryResources";
|
|
1342
1428
|
const _sEO = "semanticExtractionOverride";
|
|
@@ -1387,15 +1473,18 @@ const _sVu = "supportedVersions";
|
|
|
1387
1473
|
const _sW = "slidingWindow";
|
|
1388
1474
|
const _s_ = "s3";
|
|
1389
1475
|
const _sc = "scopes";
|
|
1476
|
+
const _sch = "schema";
|
|
1390
1477
|
const _se = "server";
|
|
1478
|
+
const _sep = "separator";
|
|
1391
1479
|
const _ser = "service";
|
|
1392
1480
|
const _sk = "skills";
|
|
1393
1481
|
const _so = "source";
|
|
1394
1482
|
const _st = "status";
|
|
1395
1483
|
const _sta = "stage";
|
|
1396
1484
|
const _stat = "statement";
|
|
1397
|
-
const _str = "
|
|
1398
|
-
const _stra = "
|
|
1485
|
+
const _str = "strategies";
|
|
1486
|
+
const _stra = "strategy";
|
|
1487
|
+
const _stri = "strip";
|
|
1399
1488
|
const _su = "subnets";
|
|
1400
1489
|
const _sum = "summarization";
|
|
1401
1490
|
const _sy = "system";
|
|
@@ -1423,12 +1512,14 @@ const _tS = "timeoutSeconds";
|
|
|
1423
1512
|
const _tSo = "toolSchema";
|
|
1424
1513
|
const _tSr = "triggerSynchronization";
|
|
1425
1514
|
const _tSra = "trafficSplit";
|
|
1515
|
+
const _tT = "targetType";
|
|
1426
1516
|
const _tV = "targetVersion";
|
|
1427
1517
|
const _tVI = "tokenVaultId";
|
|
1428
1518
|
const _ta = "tags";
|
|
1429
1519
|
const _tar = "targets";
|
|
1430
1520
|
const _te = "temperature";
|
|
1431
1521
|
const _tex = "text";
|
|
1522
|
+
const _ti = "timeout";
|
|
1432
1523
|
const _to = "tools";
|
|
1433
1524
|
const _tr = "truncation";
|
|
1434
1525
|
const _u = "url";
|
|
@@ -1441,17 +1532,20 @@ const _uPMS = "userPreferenceMemoryStrategy";
|
|
|
1441
1532
|
const _uPO = "userPreferenceOverride";
|
|
1442
1533
|
const _ur = "uri";
|
|
1443
1534
|
const _us = "username";
|
|
1444
|
-
const _v = "
|
|
1535
|
+
const _v = "visible";
|
|
1445
1536
|
const _vC = "vpcConfig";
|
|
1446
1537
|
const _vCA = "versionCreatedAt";
|
|
1447
1538
|
const _vI = "versionId";
|
|
1448
1539
|
const _vIp = "vpcIdentifier";
|
|
1449
1540
|
const _vM = "validationMode";
|
|
1450
|
-
const _va = "
|
|
1541
|
+
const _va = "value";
|
|
1542
|
+
const _val = "validation";
|
|
1451
1543
|
const _ve = "version";
|
|
1452
1544
|
const _ver = "versions";
|
|
1453
1545
|
const _vi = "view";
|
|
1454
1546
|
const _w = "weight";
|
|
1547
|
+
const _wAA = "webAclArn";
|
|
1548
|
+
const _wC = "wafConfiguration";
|
|
1455
1549
|
const _wI = "workloadIdentities";
|
|
1456
1550
|
const _wIA = "workloadIdentityArn";
|
|
1457
1551
|
const _wID = "workloadIdentityDetails";
|
|
@@ -1573,12 +1667,12 @@ var EvaluationConfigDescription = [0, n0, _ECD, 8, 0];
|
|
|
1573
1667
|
var EvaluatorDescription = [0, n0, _ED, 8, 0];
|
|
1574
1668
|
var EvaluatorInstructions = [0, n0, _EI, 8, 0];
|
|
1575
1669
|
var GatewayDescription = [0, n0, _GD, 8, 0];
|
|
1576
|
-
var GatewayName = [0, n0, _GN, 8, 0];
|
|
1577
1670
|
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
1578
1671
|
var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
|
|
1579
1672
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1580
1673
|
var InlinePayload = [0, n0, _IP, 8, 0];
|
|
1581
1674
|
var LlmExtractionInstruction = [0, n0, _LEI, 8, 0];
|
|
1675
|
+
var McpInstructions = [0, n0, _MI, 8, 0];
|
|
1582
1676
|
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
1583
1677
|
var Prompt = [0, n0, _P, 8, 0];
|
|
1584
1678
|
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
@@ -1620,6 +1714,11 @@ export var AgentSkillsDescriptor$ = [3, n0, _ASD,
|
|
|
1620
1714
|
[_sM, _sD],
|
|
1621
1715
|
[() => SkillMdDefinition$, () => SkillDefinition$]
|
|
1622
1716
|
];
|
|
1717
|
+
export var AllowedWorkloadConfiguration$ = [3, n0, _AWC,
|
|
1718
|
+
0,
|
|
1719
|
+
[_hEo, _wI],
|
|
1720
|
+
[() => HostingEnvironmentListType, 64 | 0]
|
|
1721
|
+
];
|
|
1623
1722
|
export var ApiGatewayTargetConfiguration$ = [3, n0, _AGTC,
|
|
1624
1723
|
0,
|
|
1625
1724
|
[_rAI, _sta, _aGTC],
|
|
@@ -1775,12 +1874,32 @@ export var ConfigurationBundleVersionSummary$ = [3, n0, _CBVS,
|
|
|
1775
1874
|
[_bAu, _bIu, _vI, _vCA, _lM],
|
|
1776
1875
|
[0, 0, 0, 4, () => VersionLineageMetadata$], 4
|
|
1777
1876
|
];
|
|
1778
|
-
export var
|
|
1877
|
+
export var ConnectorConfiguration$ = [3, n0, _CCon,
|
|
1878
|
+
0,
|
|
1879
|
+
[_n, _d, _pV, _pO],
|
|
1880
|
+
[0, 0, 15, () => ConnectorParameterOverrides], 1
|
|
1881
|
+
];
|
|
1882
|
+
export var ConnectorParameterOverride$ = [3, n0, _CPO,
|
|
1883
|
+
0,
|
|
1884
|
+
[_p, _d, _v],
|
|
1885
|
+
[0, 0, 2], 1
|
|
1886
|
+
];
|
|
1887
|
+
export var ConnectorSource$ = [3, n0, _CS,
|
|
1888
|
+
0,
|
|
1889
|
+
[_cIo],
|
|
1890
|
+
[0], 1
|
|
1891
|
+
];
|
|
1892
|
+
export var ConnectorTargetConfiguration$ = [3, n0, _CTC,
|
|
1893
|
+
0,
|
|
1894
|
+
[_so, _en, _conf],
|
|
1895
|
+
[() => ConnectorSource$, 64 | 0, () => ConnectorConfigurations], 1
|
|
1896
|
+
];
|
|
1897
|
+
export var ContainerConfiguration$ = [3, n0, _CCont,
|
|
1779
1898
|
0,
|
|
1780
1899
|
[_cU],
|
|
1781
1900
|
[0], 1
|
|
1782
1901
|
];
|
|
1783
|
-
export var ContentConfiguration$ = [3, n0,
|
|
1902
|
+
export var ContentConfiguration$ = [3, n0, _CConte,
|
|
1784
1903
|
0,
|
|
1785
1904
|
[_t, _le],
|
|
1786
1905
|
[0, 0], 1
|
|
@@ -1888,12 +2007,12 @@ export var CreateEvaluatorResponse$ = [3, n0, _CERr,
|
|
|
1888
2007
|
export var CreateGatewayRequest$ = [3, n0, _CGR,
|
|
1889
2008
|
0,
|
|
1890
2009
|
[_n, _rA, _aT, _d, _cT, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL, _ta],
|
|
1891
|
-
[
|
|
2010
|
+
[0, 0, 0, [() => GatewayDescription, 0], [0, 4], 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, 128 | 0], 3
|
|
1892
2011
|
];
|
|
1893
2012
|
export var CreateGatewayResponse$ = [3, n0, _CGRr,
|
|
1894
2013
|
0,
|
|
1895
|
-
[_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
|
|
1896
|
-
[0, 0, 5, 5, 0,
|
|
2014
|
+
[_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _wID, _eL, _wAA, _wC],
|
|
2015
|
+
[0, 0, 5, 5, 0, 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0, 0, () => WafConfiguration$], 7
|
|
1897
2016
|
];
|
|
1898
2017
|
export var CreateGatewayRuleRequest$ = [3, n0, _CGRR,
|
|
1899
2018
|
0,
|
|
@@ -1907,14 +2026,24 @@ export var CreateGatewayRuleResponse$ = [3, n0, _CGRRr,
|
|
|
1907
2026
|
];
|
|
1908
2027
|
export var CreateGatewayTargetRequest$ = [3, n0, _CGTR,
|
|
1909
2028
|
0,
|
|
1910
|
-
[_gIa,
|
|
1911
|
-
[[0, 1], [() =>
|
|
2029
|
+
[_gIa, _tC, _n, _d, _cT, _cPC, _mC, _pE],
|
|
2030
|
+
[[0, 1], [() => TargetConfiguration$, 0], [() => TargetName, 0], [() => TargetDescription, 0], [0, 4], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$, () => PrivateEndpoint$], 2
|
|
1912
2031
|
];
|
|
1913
2032
|
export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
1914
2033
|
0,
|
|
1915
2034
|
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
1916
2035
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
1917
2036
|
];
|
|
2037
|
+
export var CreateHarnessEndpointRequest$ = [3, n0, _CHER,
|
|
2038
|
+
0,
|
|
2039
|
+
[_hI, _eN, _tV, _d, _cT, _ta],
|
|
2040
|
+
[[0, 1], 0, 0, 0, [0, 4], 128 | 0], 2
|
|
2041
|
+
];
|
|
2042
|
+
export var CreateHarnessEndpointResponse$ = [3, n0, _CHERr,
|
|
2043
|
+
0,
|
|
2044
|
+
[_end],
|
|
2045
|
+
[() => HarnessEndpoint$], 1
|
|
2046
|
+
];
|
|
1918
2047
|
export var CreateHarnessRequest$ = [3, n0, _CHR,
|
|
1919
2048
|
0,
|
|
1920
2049
|
[_hN, _eRA, _cT, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS, _ta],
|
|
@@ -1997,13 +2126,13 @@ export var CreatePolicyEngineResponse$ = [3, n0, _CPERr,
|
|
|
1997
2126
|
];
|
|
1998
2127
|
export var CreatePolicyRequest$ = [3, n0, _CPR,
|
|
1999
2128
|
0,
|
|
2000
|
-
[_n, _de, _pEI, _d, _vM, _cT],
|
|
2001
|
-
[0, () => PolicyDefinition$, [0, 1], [() => Description, 0], 0, [0, 4]], 3
|
|
2129
|
+
[_n, _de, _pEI, _d, _vM, _eM, _cT],
|
|
2130
|
+
[0, () => PolicyDefinition$, [0, 1], [() => Description, 0], 0, 0, [0, 4]], 3
|
|
2002
2131
|
];
|
|
2003
2132
|
export var CreatePolicyResponse$ = [3, n0, _CPRr,
|
|
2004
2133
|
0,
|
|
2005
|
-
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2006
|
-
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2134
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _eM, _d],
|
|
2135
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, 0, [() => Description, 0]], 9
|
|
2007
2136
|
];
|
|
2008
2137
|
export var CreateRegistryRecordRequest$ = [3, n0, _CRRR,
|
|
2009
2138
|
0,
|
|
@@ -2052,8 +2181,8 @@ export var CustomDescriptor$ = [3, n0, _CD,
|
|
|
2052
2181
|
];
|
|
2053
2182
|
export var CustomJWTAuthorizerConfiguration$ = [3, n0, _CJWTAC,
|
|
2054
2183
|
0,
|
|
2055
|
-
[_dU, _aAl, _aCl, _aS, _cCu, _pE, _pEO],
|
|
2056
|
-
[0, 64 | 0, 64 | 0, 64 | 0, () => CustomClaimValidationsType, () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
|
|
2184
|
+
[_dU, _aAl, _aCl, _aS, _cCu, _pE, _pEO, _aWC],
|
|
2185
|
+
[0, 64 | 0, 64 | 0, 64 | 0, () => CustomClaimValidationsType, () => PrivateEndpoint$, () => PrivateEndpointOverrides, () => AllowedWorkloadConfiguration$], 1
|
|
2057
2186
|
];
|
|
2058
2187
|
export var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
|
|
2059
2188
|
0,
|
|
@@ -2070,6 +2199,11 @@ export var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
|
|
|
2070
2199
|
[_oD, _cI, _pE, _pEO, _oBOTEC, _cAM],
|
|
2071
2200
|
[() => Oauth2Discovery$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides, () => OnBehalfOfTokenExchangeConfigType$, 0], 1
|
|
2072
2201
|
];
|
|
2202
|
+
export var CustomTransformConfiguration$ = [3, n0, _CTCu,
|
|
2203
|
+
0,
|
|
2204
|
+
[_lam],
|
|
2205
|
+
[() => LambdaTransformConfiguration$]
|
|
2206
|
+
];
|
|
2073
2207
|
export var DatasetSummary$ = [3, n0, _DS,
|
|
2074
2208
|
0,
|
|
2075
2209
|
[_dA, _dI, _dN, _st, _sT, _eCx, _cA, _uA, _d, _dS],
|
|
@@ -2210,10 +2344,20 @@ export var DeleteGatewayTargetResponse$ = [3, n0, _DGTRe,
|
|
|
2210
2344
|
[_gA, _tI, _st, _sR],
|
|
2211
2345
|
[0, 0, 0, 64 | 0], 3
|
|
2212
2346
|
];
|
|
2347
|
+
export var DeleteHarnessEndpointRequest$ = [3, n0, _DHER,
|
|
2348
|
+
0,
|
|
2349
|
+
[_hI, _eN, _cT],
|
|
2350
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 2
|
|
2351
|
+
];
|
|
2352
|
+
export var DeleteHarnessEndpointResponse$ = [3, n0, _DHERe,
|
|
2353
|
+
0,
|
|
2354
|
+
[_end],
|
|
2355
|
+
[() => HarnessEndpoint$], 1
|
|
2356
|
+
];
|
|
2213
2357
|
export var DeleteHarnessRequest$ = [3, n0, _DHR,
|
|
2214
2358
|
0,
|
|
2215
|
-
[_hI, _cT],
|
|
2216
|
-
[[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }]], 1
|
|
2359
|
+
[_hI, _cT, _dMM],
|
|
2360
|
+
[[0, 1], [0, { [_hQ]: _cT, [_iT]: 1 }], [2, { [_hQ]: _dMM }]], 1
|
|
2217
2361
|
];
|
|
2218
2362
|
export var DeleteHarnessResponse$ = [3, n0, _DHRe,
|
|
2219
2363
|
0,
|
|
@@ -2302,8 +2446,8 @@ export var DeletePolicyRequest$ = [3, n0, _DPR,
|
|
|
2302
2446
|
];
|
|
2303
2447
|
export var DeletePolicyResponse$ = [3, n0, _DPRe,
|
|
2304
2448
|
0,
|
|
2305
|
-
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2306
|
-
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2449
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _eM, _d],
|
|
2450
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, 0, [() => Description, 0]], 9
|
|
2307
2451
|
];
|
|
2308
2452
|
export var DeleteRegistryRecordRequest$ = [3, n0, _DRRR,
|
|
2309
2453
|
0,
|
|
@@ -2412,7 +2556,7 @@ export var EvaluatorSummary$ = [3, n0, _ES,
|
|
|
2412
2556
|
];
|
|
2413
2557
|
export var Filter$ = [3, n0, _F,
|
|
2414
2558
|
0,
|
|
2415
|
-
[_k, _o,
|
|
2559
|
+
[_k, _o, _va],
|
|
2416
2560
|
[0, 0, () => FilterValue$], 3
|
|
2417
2561
|
];
|
|
2418
2562
|
export var Finding$ = [3, n0, _Fi,
|
|
@@ -2448,7 +2592,7 @@ export var GatewayRuleDetail$ = [3, n0, _GRD,
|
|
|
2448
2592
|
export var GatewaySummary$ = [3, n0, _GS,
|
|
2449
2593
|
0,
|
|
2450
2594
|
[_gI, _n, _st, _cA, _uA, _aT, _d, _pT],
|
|
2451
|
-
[0,
|
|
2595
|
+
[0, 0, 0, 5, 5, 0, [() => GatewayDescription, 0], 0], 6
|
|
2452
2596
|
];
|
|
2453
2597
|
export var GatewayTarget$ = [3, n0, _GT,
|
|
2454
2598
|
0,
|
|
@@ -2562,8 +2706,8 @@ export var GetGatewayRequest$ = [3, n0, _GGR,
|
|
|
2562
2706
|
];
|
|
2563
2707
|
export var GetGatewayResponse$ = [3, n0, _GGRe,
|
|
2564
2708
|
0,
|
|
2565
|
-
[_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
|
|
2566
|
-
[0, 0, 5, 5, 0,
|
|
2709
|
+
[_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _wID, _eL, _wAA, _wC],
|
|
2710
|
+
[0, 0, 5, 5, 0, 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0, 0, () => WafConfiguration$], 7
|
|
2567
2711
|
];
|
|
2568
2712
|
export var GetGatewayRuleRequest$ = [3, n0, _GGRR,
|
|
2569
2713
|
0,
|
|
@@ -2585,10 +2729,20 @@ export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
|
|
|
2585
2729
|
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
2586
2730
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
2587
2731
|
];
|
|
2732
|
+
export var GetHarnessEndpointRequest$ = [3, n0, _GHER,
|
|
2733
|
+
0,
|
|
2734
|
+
[_hI, _eN],
|
|
2735
|
+
[[0, 1], [0, 1]], 2
|
|
2736
|
+
];
|
|
2737
|
+
export var GetHarnessEndpointResponse$ = [3, n0, _GHERe,
|
|
2738
|
+
0,
|
|
2739
|
+
[_end],
|
|
2740
|
+
[() => HarnessEndpoint$], 1
|
|
2741
|
+
];
|
|
2588
2742
|
export var GetHarnessRequest$ = [3, n0, _GHR,
|
|
2589
2743
|
0,
|
|
2590
|
-
[_hI],
|
|
2591
|
-
[[0, 1]], 1
|
|
2744
|
+
[_hI, _hV],
|
|
2745
|
+
[[0, 1], [0, { [_hQ]: _hV }]], 1
|
|
2592
2746
|
];
|
|
2593
2747
|
export var GetHarnessResponse$ = [3, n0, _GHRe,
|
|
2594
2748
|
0,
|
|
@@ -2702,8 +2856,8 @@ export var GetPolicyRequest$ = [3, n0, _GPR,
|
|
|
2702
2856
|
];
|
|
2703
2857
|
export var GetPolicyResponse$ = [3, n0, _GPRe,
|
|
2704
2858
|
0,
|
|
2705
|
-
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
2706
|
-
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
2859
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _eM, _d],
|
|
2860
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, 0, [() => Description, 0]], 9
|
|
2707
2861
|
];
|
|
2708
2862
|
export var GetPolicySummaryRequest$ = [3, n0, _GPSR,
|
|
2709
2863
|
0,
|
|
@@ -2712,8 +2866,8 @@ export var GetPolicySummaryRequest$ = [3, n0, _GPSR,
|
|
|
2712
2866
|
];
|
|
2713
2867
|
export var GetPolicySummaryResponse$ = [3, n0, _GPSRe,
|
|
2714
2868
|
0,
|
|
2715
|
-
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st],
|
|
2716
|
-
[0, 0, 0, 5, 5, 0, 0], 7
|
|
2869
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _eM],
|
|
2870
|
+
[0, 0, 0, 5, 5, 0, 0, 0], 7
|
|
2717
2871
|
];
|
|
2718
2872
|
export var GetRegistryRecordRequest$ = [3, n0, _GRRR,
|
|
2719
2873
|
0,
|
|
@@ -2787,8 +2941,8 @@ export var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
2787
2941
|
];
|
|
2788
2942
|
export var Harness$ = [3, n0, _H,
|
|
2789
2943
|
0,
|
|
2790
|
-
[_hI, _hN, _ar, _st, _eRA, _cA, _uA, _mo, _sP, _to, _sk, _aTl, _tr, _env, _eAn, _eV, _aCu, _mem, _mIa, _mT, _tS, _fR],
|
|
2791
|
-
[0, 0, 0, 0, 0, 5, 5, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessTruncationConfiguration$, () => HarnessEnvironmentProvider$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2944
|
+
[_hI, _hN, _ar, _st, _eRA, _cA, _uA, _mo, _sP, _to, _sk, _aTl, _tr, _env, _hV, _eAn, _eV, _aCu, _mem, _mIa, _mT, _tS, _fR],
|
|
2945
|
+
[0, 0, 0, 0, 0, 5, 5, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessTruncationConfiguration$, () => HarnessEnvironmentProvider$, 0, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2792
2946
|
];
|
|
2793
2947
|
export var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
2794
2948
|
0,
|
|
@@ -2830,6 +2984,16 @@ export var HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
|
2830
2984
|
[_mI, _mT, _te, _tP, _aF, _aP],
|
|
2831
2985
|
[0, 1, 1, 1, 0, 15], 1
|
|
2832
2986
|
];
|
|
2987
|
+
export var HarnessDisabledMemoryConfiguration$ = [3, n0, _HDMC,
|
|
2988
|
+
0,
|
|
2989
|
+
[],
|
|
2990
|
+
[]
|
|
2991
|
+
];
|
|
2992
|
+
export var HarnessEndpoint$ = [3, n0, _HE,
|
|
2993
|
+
0,
|
|
2994
|
+
[_hI, _hN, _eN, _ar, _st, _cA, _uA, _lV, _tV, _d, _fR],
|
|
2995
|
+
[0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 0], 7
|
|
2996
|
+
];
|
|
2833
2997
|
export var HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
2834
2998
|
0,
|
|
2835
2999
|
[_mI, _aKA, _mT, _te, _tP, _tK],
|
|
@@ -2845,6 +3009,11 @@ export var HarnessLiteLlmModelConfig$ = [3, n0, _HLLMC,
|
|
|
2845
3009
|
[_mI, _aKA, _aB, _mT, _te, _tP, _aP],
|
|
2846
3010
|
[0, 0, [() => HarnessLiteLlmApiBase, 0], 1, 1, 1, 15], 1
|
|
2847
3011
|
];
|
|
3012
|
+
export var HarnessManagedMemoryConfiguration$ = [3, n0, _HMMC,
|
|
3013
|
+
0,
|
|
3014
|
+
[_ar, _str, _eED, _eKA],
|
|
3015
|
+
[0, 64 | 0, 1, 0]
|
|
3016
|
+
];
|
|
2848
3017
|
export var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
2849
3018
|
0,
|
|
2850
3019
|
[_mI, _aKA, _mT, _te, _tP, _aF, _aP],
|
|
@@ -2855,6 +3024,11 @@ export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
|
2855
3024
|
[_u, _he],
|
|
2856
3025
|
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
2857
3026
|
];
|
|
3027
|
+
export var HarnessSkillAwsSkillsSource$ = [3, n0, _HSASS,
|
|
3028
|
+
0,
|
|
3029
|
+
[_pa],
|
|
3030
|
+
[64 | 0]
|
|
3031
|
+
];
|
|
2858
3032
|
export var HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
2859
3033
|
0,
|
|
2860
3034
|
[_cAr, _us],
|
|
@@ -2882,19 +3056,34 @@ export var HarnessSummarizationConfiguration$ = [3, n0, _HSC,
|
|
|
2882
3056
|
];
|
|
2883
3057
|
export var HarnessSummary$ = [3, n0, _HS,
|
|
2884
3058
|
0,
|
|
2885
|
-
[_hI, _hN, _ar, _st, _cA, _uA],
|
|
2886
|
-
[0, 0, 0, 0, 5, 5], 6
|
|
3059
|
+
[_hI, _hN, _ar, _st, _cA, _uA, _hV],
|
|
3060
|
+
[0, 0, 0, 0, 5, 5, 0], 6
|
|
2887
3061
|
];
|
|
2888
3062
|
export var HarnessTool$ = [3, n0, _HT,
|
|
2889
3063
|
0,
|
|
2890
|
-
[_t, _n,
|
|
3064
|
+
[_t, _n, _confi],
|
|
2891
3065
|
[0, 0, [() => HarnessToolConfiguration$, 0]], 1
|
|
2892
3066
|
];
|
|
2893
3067
|
export var HarnessTruncationConfiguration$ = [3, n0, _HTC,
|
|
2894
3068
|
0,
|
|
2895
|
-
[
|
|
3069
|
+
[_stra, _confi],
|
|
2896
3070
|
[0, () => HarnessTruncationStrategyConfiguration$], 1
|
|
2897
3071
|
];
|
|
3072
|
+
export var HarnessVersionSummary$ = [3, n0, _HVS,
|
|
3073
|
+
0,
|
|
3074
|
+
[_hI, _hN, _ar, _hV, _st, _cA, _uA, _fR],
|
|
3075
|
+
[0, 0, 0, 0, 0, 5, 5, 0], 7
|
|
3076
|
+
];
|
|
3077
|
+
export var HostingEnvironment$ = [3, n0, _HEo,
|
|
3078
|
+
0,
|
|
3079
|
+
[_ar],
|
|
3080
|
+
[0], 1
|
|
3081
|
+
];
|
|
3082
|
+
export var HttpApiSchemaConfiguration$ = [3, n0, _HASC,
|
|
3083
|
+
0,
|
|
3084
|
+
[_so],
|
|
3085
|
+
[[() => ApiSchemaConfiguration$, 0]], 1
|
|
3086
|
+
];
|
|
2898
3087
|
export var IamCredentialProvider$ = [3, n0, _ICP,
|
|
2899
3088
|
0,
|
|
2900
3089
|
[_ser, _reg],
|
|
@@ -2925,6 +3114,26 @@ export var InferenceConfiguration$ = [3, n0, _IC,
|
|
|
2925
3114
|
[_mT, _te, _tP, _sS],
|
|
2926
3115
|
[1, 1, 1, 64 | 0]
|
|
2927
3116
|
];
|
|
3117
|
+
export var InferenceConnectorSource$ = [3, n0, _ICS,
|
|
3118
|
+
0,
|
|
3119
|
+
[_cIo],
|
|
3120
|
+
[0], 1
|
|
3121
|
+
];
|
|
3122
|
+
export var InferenceConnectorTargetConfiguration$ = [3, n0, _ICTC,
|
|
3123
|
+
0,
|
|
3124
|
+
[_so],
|
|
3125
|
+
[() => InferenceConnectorSource$], 1
|
|
3126
|
+
];
|
|
3127
|
+
export var InferenceOperationConfiguration$ = [3, n0, _IOC,
|
|
3128
|
+
0,
|
|
3129
|
+
[_p, _pP, _mode],
|
|
3130
|
+
[0, 0, () => ModelEntries], 1
|
|
3131
|
+
];
|
|
3132
|
+
export var InferenceProviderTargetConfiguration$ = [3, n0, _IPTC,
|
|
3133
|
+
0,
|
|
3134
|
+
[_end, _mM, _op],
|
|
3135
|
+
[0, () => ModelMapping$, () => InferenceOperationConfigurations], 1
|
|
3136
|
+
];
|
|
2928
3137
|
export var InlineExamplesSource$ = [3, n0, _IES,
|
|
2929
3138
|
0,
|
|
2930
3139
|
[_exa],
|
|
@@ -2937,8 +3146,13 @@ export var Insight$ = [3, n0, _I,
|
|
|
2937
3146
|
];
|
|
2938
3147
|
export var InterceptorInputConfiguration$ = [3, n0, _IIC,
|
|
2939
3148
|
0,
|
|
2940
|
-
[_pRH],
|
|
2941
|
-
[2], 1
|
|
3149
|
+
[_pRH, _pF],
|
|
3150
|
+
[2, () => InterceptorPayloadFilter$], 1
|
|
3151
|
+
];
|
|
3152
|
+
export var InterceptorPayloadFilter$ = [3, n0, _IPF,
|
|
3153
|
+
0,
|
|
3154
|
+
[_exc],
|
|
3155
|
+
[() => InterceptorPayloadExclusionSelectorList], 1
|
|
2942
3156
|
];
|
|
2943
3157
|
export var InvocationConfiguration$ = [3, n0, _ICn,
|
|
2944
3158
|
0,
|
|
@@ -2970,6 +3184,11 @@ export var LambdaInterceptorConfiguration$ = [3, n0, _LIC,
|
|
|
2970
3184
|
[_ar],
|
|
2971
3185
|
[0], 1
|
|
2972
3186
|
];
|
|
3187
|
+
export var LambdaTransformConfiguration$ = [3, n0, _LTC,
|
|
3188
|
+
0,
|
|
3189
|
+
[_ar],
|
|
3190
|
+
[0]
|
|
3191
|
+
];
|
|
2973
3192
|
export var LifecycleConfiguration$ = [3, n0, _LC,
|
|
2974
3193
|
0,
|
|
2975
3194
|
[_iRST, _mL],
|
|
@@ -3145,6 +3364,16 @@ export var ListGatewayTargetsResponse$ = [3, n0, _LGTRi,
|
|
|
3145
3364
|
[_it, _nTe],
|
|
3146
3365
|
[[() => TargetSummaries, 0], 0], 1
|
|
3147
3366
|
];
|
|
3367
|
+
export var ListHarnessEndpointsRequest$ = [3, n0, _LHER,
|
|
3368
|
+
0,
|
|
3369
|
+
[_hI, _mR, _nTe],
|
|
3370
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
3371
|
+
];
|
|
3372
|
+
export var ListHarnessEndpointsResponse$ = [3, n0, _LHERi,
|
|
3373
|
+
0,
|
|
3374
|
+
[_endp, _nTe],
|
|
3375
|
+
[() => HarnessEndpoints, 0], 1
|
|
3376
|
+
];
|
|
3148
3377
|
export var ListHarnessesRequest$ = [3, n0, _LHR,
|
|
3149
3378
|
0,
|
|
3150
3379
|
[_mR, _nTe],
|
|
@@ -3155,6 +3384,16 @@ export var ListHarnessesResponse$ = [3, n0, _LHRi,
|
|
|
3155
3384
|
[_ha, _nTe],
|
|
3156
3385
|
[() => HarnessSummaries, 0], 1
|
|
3157
3386
|
];
|
|
3387
|
+
export var ListHarnessVersionsRequest$ = [3, n0, _LHVR,
|
|
3388
|
+
0,
|
|
3389
|
+
[_hI, _mR, _nTe],
|
|
3390
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]], 1
|
|
3391
|
+
];
|
|
3392
|
+
export var ListHarnessVersionsResponse$ = [3, n0, _LHVRi,
|
|
3393
|
+
0,
|
|
3394
|
+
[_hVa, _nTe],
|
|
3395
|
+
[() => HarnessVersionSummaries, 0], 1
|
|
3396
|
+
];
|
|
3158
3397
|
export var ListMemoriesInput$ = [3, n0, _LMI,
|
|
3159
3398
|
0,
|
|
3160
3399
|
[_mR, _nTe],
|
|
@@ -3332,7 +3571,7 @@ export var LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
|
3332
3571
|
];
|
|
3333
3572
|
export var LlmExtractionConfig$ = [3, n0, _LECl,
|
|
3334
3573
|
0,
|
|
3335
|
-
[_de, _lEI,
|
|
3574
|
+
[_de, _lEI, _val],
|
|
3336
3575
|
[[() => Definition, 0], [() => LlmExtractionInstruction, 0], () => Validation$], 1
|
|
3337
3576
|
];
|
|
3338
3577
|
export var ManagedResourceDetails$ = [3, n0, _MRD,
|
|
@@ -3363,12 +3602,12 @@ export var McpDescriptor$ = [3, n0, _MD,
|
|
|
3363
3602
|
export var MCPGatewayConfiguration$ = [3, n0, _MCPGC,
|
|
3364
3603
|
0,
|
|
3365
3604
|
[_sVu, _ins, _sTe, _sCe, _sCt],
|
|
3366
|
-
[64 | 0, 0, 0, () => SessionConfiguration$, () => StreamingConfiguration$]
|
|
3605
|
+
[64 | 0, [() => McpInstructions, 0], 0, () => SessionConfiguration$, () => StreamingConfiguration$]
|
|
3367
3606
|
];
|
|
3368
3607
|
export var McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
|
|
3369
3608
|
0,
|
|
3370
3609
|
[_lA, _tSo],
|
|
3371
|
-
[0, () => ToolSchema
|
|
3610
|
+
[0, [() => ToolSchema$, 0]], 2
|
|
3372
3611
|
];
|
|
3373
3612
|
export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
3374
3613
|
0,
|
|
@@ -3377,8 +3616,8 @@ export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
|
3377
3616
|
];
|
|
3378
3617
|
export var Memory$ = [3, n0, _M,
|
|
3379
3618
|
0,
|
|
3380
|
-
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR,
|
|
3381
|
-
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => StreamDeliveryResources
|
|
3619
|
+
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _str, _iK, _sDR, _mBRA],
|
|
3620
|
+
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => IndexedKeysList, () => StreamDeliveryResources$, 0], 7
|
|
3382
3621
|
];
|
|
3383
3622
|
export var MemoryRecordSchema$ = [3, n0, _MRS,
|
|
3384
3623
|
0,
|
|
@@ -3392,8 +3631,8 @@ export var MemoryStrategy$ = [3, n0, _MS,
|
|
|
3392
3631
|
];
|
|
3393
3632
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
3394
3633
|
0,
|
|
3395
|
-
[_cA, _uA, _ar, _i, _st],
|
|
3396
|
-
[4, 4, 0, 0, 0], 2
|
|
3634
|
+
[_cA, _uA, _ar, _i, _st, _mBRA],
|
|
3635
|
+
[4, 4, 0, 0, 0, 0], 2
|
|
3397
3636
|
];
|
|
3398
3637
|
export var MessageBasedTrigger$ = [3, n0, _MBT,
|
|
3399
3638
|
0,
|
|
@@ -3425,6 +3664,16 @@ export var MicrosoftOauth2ProviderConfigOutput$ = [3, n0, _MOPCO,
|
|
|
3425
3664
|
[_oD, _cI],
|
|
3426
3665
|
[() => Oauth2Discovery$, 0], 1
|
|
3427
3666
|
];
|
|
3667
|
+
export var ModelEntry$ = [3, n0, _ME,
|
|
3668
|
+
0,
|
|
3669
|
+
[_mo],
|
|
3670
|
+
[0], 1
|
|
3671
|
+
];
|
|
3672
|
+
export var ModelMapping$ = [3, n0, _MM,
|
|
3673
|
+
0,
|
|
3674
|
+
[_pPr],
|
|
3675
|
+
[() => ProviderPrefix$]
|
|
3676
|
+
];
|
|
3428
3677
|
export var ModifyInvocationConfigurationInput$ = [3, n0, _MICI,
|
|
3429
3678
|
0,
|
|
3430
3679
|
[_tA, _pDBN],
|
|
@@ -3462,7 +3711,7 @@ export var NumberValidation$ = [3, n0, _NV,
|
|
|
3462
3711
|
];
|
|
3463
3712
|
export var NumericalScaleDefinition$ = [3, n0, _NSD,
|
|
3464
3713
|
0,
|
|
3465
|
-
[_de,
|
|
3714
|
+
[_de, _va, _la],
|
|
3466
3715
|
[0, 1, 0], 3
|
|
3467
3716
|
];
|
|
3468
3717
|
export var OAuth2AuthorizationData$ = [3, n0, _OAAD,
|
|
@@ -3500,6 +3749,11 @@ export var OutputConfig$ = [3, n0, _OC,
|
|
|
3500
3749
|
[_cWC],
|
|
3501
3750
|
[() => CloudWatchOutputConfig$], 1
|
|
3502
3751
|
];
|
|
3752
|
+
export var PassthroughTargetConfiguration$ = [3, n0, _PTC,
|
|
3753
|
+
0,
|
|
3754
|
+
[_end, _pT, _sch, _sCti],
|
|
3755
|
+
[0, 0, [() => HttpApiSchemaConfiguration$, 0], () => StickinessConfiguration$], 2
|
|
3756
|
+
];
|
|
3503
3757
|
export var PaymentConnectorSummary$ = [3, n0, _PCS,
|
|
3504
3758
|
0,
|
|
3505
3759
|
[_pCI, _n, _t, _st, _lUA],
|
|
@@ -3522,8 +3776,8 @@ export var PaymentManagerSummary$ = [3, n0, _PMS,
|
|
|
3522
3776
|
];
|
|
3523
3777
|
export var Policy$ = [3, n0, _Po,
|
|
3524
3778
|
0,
|
|
3525
|
-
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
3526
|
-
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
3779
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _eM, _d],
|
|
3780
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, 0, [() => Description, 0]], 9
|
|
3527
3781
|
];
|
|
3528
3782
|
export var PolicyEngine$ = [3, n0, _PE,
|
|
3529
3783
|
0,
|
|
@@ -3555,10 +3809,15 @@ export var PolicyGenerationSummary$ = [3, n0, _PGS,
|
|
|
3555
3809
|
[_pEI, _pGI, _n, _pGA, _res, _cA, _uA, _st, _fi],
|
|
3556
3810
|
[0, 0, 0, 0, () => Resource$, 5, 5, 0, 0], 8
|
|
3557
3811
|
];
|
|
3558
|
-
export var
|
|
3812
|
+
export var PolicyStatement$ = [3, n0, _PS,
|
|
3559
3813
|
0,
|
|
3560
|
-
[
|
|
3561
|
-
[0
|
|
3814
|
+
[_stat],
|
|
3815
|
+
[0], 1
|
|
3816
|
+
];
|
|
3817
|
+
export var PolicySummary$ = [3, n0, _PSo,
|
|
3818
|
+
0,
|
|
3819
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _eM],
|
|
3820
|
+
[0, 0, 0, 5, 5, 0, 0, 0], 7
|
|
3562
3821
|
];
|
|
3563
3822
|
export var PrivateEndpointOverride$ = [3, n0, _PEO,
|
|
3564
3823
|
0,
|
|
@@ -3570,6 +3829,11 @@ export var ProtocolConfiguration$ = [3, n0, _PC,
|
|
|
3570
3829
|
[_sPe],
|
|
3571
3830
|
[0], 1
|
|
3572
3831
|
];
|
|
3832
|
+
export var ProviderPrefix$ = [3, n0, _PP,
|
|
3833
|
+
0,
|
|
3834
|
+
[_stri, _sep],
|
|
3835
|
+
[2, 0]
|
|
3836
|
+
];
|
|
3573
3837
|
export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
3574
3838
|
0,
|
|
3575
3839
|
[_rAes, _po],
|
|
@@ -3622,8 +3886,8 @@ export var RuntimeMetadataConfiguration$ = [3, n0, _RMC,
|
|
|
3622
3886
|
];
|
|
3623
3887
|
export var RuntimeTargetConfiguration$ = [3, n0, _RTC,
|
|
3624
3888
|
0,
|
|
3625
|
-
[_ar, _q],
|
|
3626
|
-
[0, 0], 1
|
|
3889
|
+
[_ar, _q, _sch],
|
|
3890
|
+
[0, 0, [() => HttpApiSchemaConfiguration$, 0]], 1
|
|
3627
3891
|
];
|
|
3628
3892
|
export var S3Configuration$ = [3, n0, _SC,
|
|
3629
3893
|
0,
|
|
@@ -3790,7 +4054,12 @@ export var StaticRoute$ = [3, n0, _SRt,
|
|
|
3790
4054
|
[_tN],
|
|
3791
4055
|
[[() => TargetName, 0]], 1
|
|
3792
4056
|
];
|
|
3793
|
-
export var
|
|
4057
|
+
export var StickinessConfiguration$ = [3, n0, _SCt,
|
|
4058
|
+
0,
|
|
4059
|
+
[_id, _ti],
|
|
4060
|
+
[0, 1], 1
|
|
4061
|
+
];
|
|
4062
|
+
export var StrategyConfiguration$ = [3, n0, _SCtr,
|
|
3794
4063
|
0,
|
|
3795
4064
|
[_t, _ex, _cons, _ref, _sMC],
|
|
3796
4065
|
[0, [() => ExtractionConfiguration$, 0], [() => ConsolidationConfiguration$, 0], [() => ReflectionConfiguration$, 0], () => SelfManagedConfiguration$]
|
|
@@ -3800,7 +4069,7 @@ export var StreamDeliveryResources$ = [3, n0, _SDR,
|
|
|
3800
4069
|
[_reso],
|
|
3801
4070
|
[() => StreamDeliveryResourcesList], 1
|
|
3802
4071
|
];
|
|
3803
|
-
export var StreamingConfiguration$ = [3, n0,
|
|
4072
|
+
export var StreamingConfiguration$ = [3, n0, _SCtre,
|
|
3804
4073
|
0,
|
|
3805
4074
|
[_eRS],
|
|
3806
4075
|
[2]
|
|
@@ -3887,8 +4156,8 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
3887
4156
|
];
|
|
3888
4157
|
export var TargetSummary$ = [3, n0, _TS,
|
|
3889
4158
|
0,
|
|
3890
|
-
[_tI, _n, _st, _cA, _uA, _d, _rP],
|
|
3891
|
-
[0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0], 1], 5
|
|
4159
|
+
[_tI, _n, _st, _cA, _uA, _d, _rP, _lSAa, _aD, _tT, _lMi],
|
|
4160
|
+
[0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0], 1, 5, () => AuthorizationData$, 0, 0], 5
|
|
3892
4161
|
];
|
|
3893
4162
|
export var TargetTrafficSplitEntry$ = [3, n0, _TTSE,
|
|
3894
4163
|
0,
|
|
@@ -3921,13 +4190,13 @@ export var TokenExchangeGrantTypeConfigType$ = [3, n0, _TEGTCT,
|
|
|
3921
4190
|
[0, 64 | 0], 1
|
|
3922
4191
|
];
|
|
3923
4192
|
export var ToolDefinition$ = [3, n0, _TDo,
|
|
3924
|
-
|
|
4193
|
+
8,
|
|
3925
4194
|
[_n, _d, _iS, _oS],
|
|
3926
4195
|
[0, 0, () => SchemaDefinition$, () => SchemaDefinition$], 3
|
|
3927
4196
|
];
|
|
3928
4197
|
export var ToolsDefinition$ = [3, n0, _TDoo,
|
|
3929
4198
|
0,
|
|
3930
|
-
[
|
|
4199
|
+
[_pVr, _iC],
|
|
3931
4200
|
[0, 0]
|
|
3932
4201
|
];
|
|
3933
4202
|
export var TrafficSplitEntry$ = [3, n0, _TSE,
|
|
@@ -4112,13 +4381,13 @@ export var UpdateEvaluatorResponse$ = [3, n0, _UERp,
|
|
|
4112
4381
|
];
|
|
4113
4382
|
export var UpdateGatewayRequest$ = [3, n0, _UGR,
|
|
4114
4383
|
0,
|
|
4115
|
-
[_gIa, _n, _rA, _aT, _d, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _eL],
|
|
4116
|
-
[[0, 1],
|
|
4384
|
+
[_gIa, _n, _rA, _aT, _d, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _eL, _wC],
|
|
4385
|
+
[[0, 1], 0, 0, 0, [() => GatewayDescription, 0], 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, 0, () => WafConfiguration$], 4
|
|
4117
4386
|
];
|
|
4118
4387
|
export var UpdateGatewayResponse$ = [3, n0, _UGRp,
|
|
4119
4388
|
0,
|
|
4120
|
-
[_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _iCnt, _pEC, _wID, _eL],
|
|
4121
|
-
[0, 0, 5, 5, 0,
|
|
4389
|
+
[_gA, _gI, _cA, _uA, _st, _n, _aT, _gU, _sR, _d, _rA, _pT, _pC, _aCu, _kKA, _cTC, _iCnt, _pEC, _wID, _eL, _wAA, _wC],
|
|
4390
|
+
[0, 0, 5, 5, 0, 0, 0, 0, 64 | 0, [() => GatewayDescription, 0], 0, 0, [() => GatewayProtocolConfiguration$, 0], () => AuthorizerConfiguration$, 0, () => CustomTransformConfiguration$, () => GatewayInterceptorConfigurations, () => GatewayPolicyEngineConfiguration$, () => WorkloadIdentityDetails$, 0, 0, () => WafConfiguration$], 7
|
|
4122
4391
|
];
|
|
4123
4392
|
export var UpdateGatewayRuleRequest$ = [3, n0, _UGRR,
|
|
4124
4393
|
0,
|
|
@@ -4132,14 +4401,24 @@ export var UpdateGatewayRuleResponse$ = [3, n0, _UGRRp,
|
|
|
4132
4401
|
];
|
|
4133
4402
|
export var UpdateGatewayTargetRequest$ = [3, n0, _UGTR,
|
|
4134
4403
|
0,
|
|
4135
|
-
[_gIa, _tI,
|
|
4136
|
-
[[0, 1], [0, 1], [() =>
|
|
4404
|
+
[_gIa, _tI, _tC, _n, _d, _cPC, _mC, _pE],
|
|
4405
|
+
[[0, 1], [0, 1], [() => TargetConfiguration$, 0], [() => TargetName, 0], [() => TargetDescription, 0], [() => CredentialProviderConfigurations, 0], () => MetadataConfiguration$, () => PrivateEndpoint$], 3
|
|
4137
4406
|
];
|
|
4138
4407
|
export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
4139
4408
|
0,
|
|
4140
4409
|
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD, _pT],
|
|
4141
4410
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$, 0], 8
|
|
4142
4411
|
];
|
|
4412
|
+
export var UpdateHarnessEndpointRequest$ = [3, n0, _UHER,
|
|
4413
|
+
0,
|
|
4414
|
+
[_hI, _eN, _tV, _d, _cT],
|
|
4415
|
+
[[0, 1], [0, 1], 0, 0, [0, 4]], 2
|
|
4416
|
+
];
|
|
4417
|
+
export var UpdateHarnessEndpointResponse$ = [3, n0, _UHERp,
|
|
4418
|
+
0,
|
|
4419
|
+
[_end],
|
|
4420
|
+
[() => HarnessEndpoint$], 1
|
|
4421
|
+
];
|
|
4143
4422
|
export var UpdateHarnessRequest$ = [3, n0, _UHR,
|
|
4144
4423
|
0,
|
|
4145
4424
|
[_hI, _cT, _eRA, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS],
|
|
@@ -4222,13 +4501,13 @@ export var UpdatePolicyEngineResponse$ = [3, n0, _UPERp,
|
|
|
4222
4501
|
];
|
|
4223
4502
|
export var UpdatePolicyRequest$ = [3, n0, _UPR,
|
|
4224
4503
|
0,
|
|
4225
|
-
[_pEI, _pIo, _d, _de, _vM],
|
|
4226
|
-
[[0, 1], [0, 1], [() => UpdatedDescription$, 0], () => PolicyDefinition$, 0], 2
|
|
4504
|
+
[_pEI, _pIo, _d, _de, _vM, _eM],
|
|
4505
|
+
[[0, 1], [0, 1], [() => UpdatedDescription$, 0], () => PolicyDefinition$, 0, 0], 2
|
|
4227
4506
|
];
|
|
4228
4507
|
export var UpdatePolicyResponse$ = [3, n0, _UPRp,
|
|
4229
4508
|
0,
|
|
4230
|
-
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _d],
|
|
4231
|
-
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, [() => Description, 0]], 9
|
|
4509
|
+
[_pIo, _n, _pEI, _cA, _uA, _pAo, _st, _de, _sR, _eM, _d],
|
|
4510
|
+
[0, 0, 0, 5, 5, 0, 0, () => PolicyDefinition$, 64 | 0, 0, [() => Description, 0]], 9
|
|
4232
4511
|
];
|
|
4233
4512
|
export var UpdateRegistryRecordRequest$ = [3, n0, _URRR,
|
|
4234
4513
|
0,
|
|
@@ -4325,6 +4604,11 @@ export var VpcConfig$ = [3, n0, _VC,
|
|
|
4325
4604
|
[_sG, _su, _rSSE],
|
|
4326
4605
|
[64 | 0, 64 | 0, 2], 2
|
|
4327
4606
|
];
|
|
4607
|
+
export var WafConfiguration$ = [3, n0, _WC,
|
|
4608
|
+
0,
|
|
4609
|
+
[_fM],
|
|
4610
|
+
[0]
|
|
4611
|
+
];
|
|
4328
4612
|
export var WeightedOverride$ = [3, n0, _WO,
|
|
4329
4613
|
0,
|
|
4330
4614
|
[_tSra],
|
|
@@ -4408,6 +4692,12 @@ var ConfigurationBundleVersionList = 64 | 0;
|
|
|
4408
4692
|
var ConfigurationBundleVersionSummaryList = [1, n0, _CBVSL,
|
|
4409
4693
|
0, () => ConfigurationBundleVersionSummary$
|
|
4410
4694
|
];
|
|
4695
|
+
var ConnectorConfigurations = [1, n0, _CConn,
|
|
4696
|
+
0, () => ConnectorConfiguration$
|
|
4697
|
+
];
|
|
4698
|
+
var ConnectorParameterOverrides = [1, n0, _CPOo,
|
|
4699
|
+
0, () => ConnectorParameterOverride$
|
|
4700
|
+
];
|
|
4411
4701
|
var ContentConfigurationList = [1, n0, _CCL,
|
|
4412
4702
|
0, () => ContentConfiguration$
|
|
4413
4703
|
];
|
|
@@ -4434,6 +4724,7 @@ var DatasetVersionSummaryList = [1, n0, _DVSL,
|
|
|
4434
4724
|
var DeleteMemoryStrategiesList = [1, n0, _DMSL,
|
|
4435
4725
|
0, () => DeleteMemoryStrategyInput$
|
|
4436
4726
|
];
|
|
4727
|
+
var EnabledConnectors = 64 | 0;
|
|
4437
4728
|
var EntryPoints = 64 | 0;
|
|
4438
4729
|
var EvaluatorList = [1, n0, _EL,
|
|
4439
4730
|
0, () => EvaluatorReference$
|
|
@@ -4469,6 +4760,11 @@ var GatewayTargetList = [1, n0, _GTL,
|
|
|
4469
4760
|
0]
|
|
4470
4761
|
];
|
|
4471
4762
|
var HarnessAllowedTools = 64 | 0;
|
|
4763
|
+
var HarnessAwsSkillPaths = 64 | 0;
|
|
4764
|
+
var HarnessEndpoints = [1, n0, _HEa,
|
|
4765
|
+
0, () => HarnessEndpoint$
|
|
4766
|
+
];
|
|
4767
|
+
var HarnessManagedMemoryStrategyList = 64 | 0;
|
|
4472
4768
|
var HarnessSkills = [1, n0, _HSa,
|
|
4473
4769
|
0, () => HarnessSkill$
|
|
4474
4770
|
];
|
|
@@ -4483,12 +4779,24 @@ var HarnessTools = [1, n0, _HTa,
|
|
|
4483
4779
|
0, [() => HarnessTool$,
|
|
4484
4780
|
0]
|
|
4485
4781
|
];
|
|
4782
|
+
var HarnessVersionSummaries = [1, n0, _HVSa,
|
|
4783
|
+
0, () => HarnessVersionSummary$
|
|
4784
|
+
];
|
|
4785
|
+
var HostingEnvironmentListType = [1, n0, _HELT,
|
|
4786
|
+
0, () => HostingEnvironment$
|
|
4787
|
+
];
|
|
4486
4788
|
var IndexedKeysList = [1, n0, _IKL,
|
|
4487
4789
|
0, () => IndexedKey$
|
|
4488
4790
|
];
|
|
4791
|
+
var InferenceOperationConfigurations = [1, n0, _IOCn,
|
|
4792
|
+
0, () => InferenceOperationConfiguration$
|
|
4793
|
+
];
|
|
4489
4794
|
var InsightList = [1, n0, _IL,
|
|
4490
4795
|
0, () => Insight$
|
|
4491
4796
|
];
|
|
4797
|
+
var InterceptorPayloadExclusionSelectorList = [1, n0, _IPESL,
|
|
4798
|
+
0, () => InterceptorPayloadExclusionSelector$
|
|
4799
|
+
];
|
|
4492
4800
|
var LogGroupNamesList = 64 | 0;
|
|
4493
4801
|
var MatchPathPatterns = 64 | 0;
|
|
4494
4802
|
var MatchPrincipalEntries = [1, n0, _MPE,
|
|
@@ -4511,6 +4819,9 @@ var MetadataSchemaList = [1, n0, _MSLet,
|
|
|
4511
4819
|
0, [() => MetadataSchemaEntry$,
|
|
4512
4820
|
0]
|
|
4513
4821
|
];
|
|
4822
|
+
var ModelEntries = [1, n0, _MEo,
|
|
4823
|
+
0, () => ModelEntry$
|
|
4824
|
+
];
|
|
4514
4825
|
var ModifyMemoryStrategiesList = [1, n0, _MMSL,
|
|
4515
4826
|
0, [() => ModifyMemoryStrategyInput$,
|
|
4516
4827
|
0]
|
|
@@ -4606,7 +4917,8 @@ var TargetTrafficSplitEntries = [1, n0, _TTSEa,
|
|
|
4606
4917
|
];
|
|
4607
4918
|
var TokenEndpointAuthMethodsType = 64 | 0;
|
|
4608
4919
|
var ToolDefinitions = [1, n0, _TDool,
|
|
4609
|
-
0, () => ToolDefinition
|
|
4920
|
+
0, [() => ToolDefinition$,
|
|
4921
|
+
0]
|
|
4610
4922
|
];
|
|
4611
4923
|
var TrafficSplitEntries = [1, n0, _TSEr,
|
|
4612
4924
|
0, () => TrafficSplitEntry$
|
|
@@ -4623,6 +4935,7 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
|
4623
4935
|
var WorkloadIdentityList = [1, n0, _WIL,
|
|
4624
4936
|
0, () => WorkloadIdentityType$
|
|
4625
4937
|
];
|
|
4938
|
+
var WorkloadIdentityNameListType = 64 | 0;
|
|
4626
4939
|
var ComponentConfigurationMap = [2, n0, _CCM,
|
|
4627
4940
|
0, [0,
|
|
4628
4941
|
0],
|
|
@@ -4808,7 +5121,7 @@ export var FilterValue$ = [4, n0, _FV,
|
|
|
4808
5121
|
export var GatewayProtocolConfiguration$ = [4, n0, _GPC,
|
|
4809
5122
|
0,
|
|
4810
5123
|
[_mc],
|
|
4811
|
-
[() => MCPGatewayConfiguration
|
|
5124
|
+
[[() => MCPGatewayConfiguration$, 0]]
|
|
4812
5125
|
];
|
|
4813
5126
|
export var HarnessEnvironmentArtifact$ = [4, n0, _HEA,
|
|
4814
5127
|
0,
|
|
@@ -4832,8 +5145,8 @@ export var HarnessGatewayOutboundAuth$ = [4, n0, _HGOA,
|
|
|
4832
5145
|
];
|
|
4833
5146
|
export var HarnessMemoryConfiguration$ = [4, n0, _HMC,
|
|
4834
5147
|
0,
|
|
4835
|
-
[_aCMC],
|
|
4836
|
-
[() => HarnessAgentCoreMemoryConfiguration$]
|
|
5148
|
+
[_aCMC, _mMC, _di],
|
|
5149
|
+
[() => HarnessAgentCoreMemoryConfiguration$, () => HarnessManagedMemoryConfiguration$, () => HarnessDisabledMemoryConfiguration$]
|
|
4837
5150
|
];
|
|
4838
5151
|
export var HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
4839
5152
|
0,
|
|
@@ -4842,8 +5155,8 @@ export var HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
|
4842
5155
|
];
|
|
4843
5156
|
export var HarnessSkill$ = [4, n0, _HSarn,
|
|
4844
5157
|
0,
|
|
4845
|
-
[_p, _s_, _g],
|
|
4846
|
-
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$]
|
|
5158
|
+
[_p, _s_, _g, _aSw],
|
|
5159
|
+
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$, () => HarnessSkillAwsSkillsSource$]
|
|
4847
5160
|
];
|
|
4848
5161
|
export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
4849
5162
|
0,
|
|
@@ -4862,14 +5175,24 @@ export var HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
|
|
|
4862
5175
|
];
|
|
4863
5176
|
export var HttpTargetConfiguration$ = [4, n0, _HTCt,
|
|
4864
5177
|
0,
|
|
4865
|
-
[_aRg],
|
|
4866
|
-
[() => RuntimeTargetConfiguration
|
|
5178
|
+
[_aRg, _pas],
|
|
5179
|
+
[[() => RuntimeTargetConfiguration$, 0], [() => PassthroughTargetConfiguration$, 0]]
|
|
5180
|
+
];
|
|
5181
|
+
export var InferenceTargetConfiguration$ = [4, n0, _ITC,
|
|
5182
|
+
0,
|
|
5183
|
+
[_conn, _prov],
|
|
5184
|
+
[() => InferenceConnectorTargetConfiguration$, () => InferenceProviderTargetConfiguration$]
|
|
4867
5185
|
];
|
|
4868
5186
|
export var InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
4869
5187
|
0,
|
|
4870
5188
|
[_lam],
|
|
4871
5189
|
[() => LambdaInterceptorConfiguration$]
|
|
4872
5190
|
];
|
|
5191
|
+
export var InterceptorPayloadExclusionSelector$ = [4, n0, _IPES,
|
|
5192
|
+
0,
|
|
5193
|
+
[_fie],
|
|
5194
|
+
[0]
|
|
5195
|
+
];
|
|
4873
5196
|
export var MatchPrincipalEntry$ = [4, n0, _MPEa,
|
|
4874
5197
|
0,
|
|
4875
5198
|
[_iPa],
|
|
@@ -4877,8 +5200,8 @@ export var MatchPrincipalEntry$ = [4, n0, _MPEa,
|
|
|
4877
5200
|
];
|
|
4878
5201
|
export var McpTargetConfiguration$ = [4, n0, _MTC,
|
|
4879
5202
|
0,
|
|
4880
|
-
[_oAS, _sMm, _lam, _mSc, _aG],
|
|
4881
|
-
[[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], () => McpLambdaTargetConfiguration$, [() => McpServerTargetConfiguration$, 0], () => ApiGatewayTargetConfiguration$]
|
|
5203
|
+
[_oAS, _sMm, _lam, _mSc, _aG, _conn],
|
|
5204
|
+
[[() => ApiSchemaConfiguration$, 0], [() => ApiSchemaConfiguration$, 0], [() => McpLambdaTargetConfiguration$, 0], [() => McpServerTargetConfiguration$, 0], () => ApiGatewayTargetConfiguration$, () => ConnectorTargetConfiguration$]
|
|
4882
5205
|
];
|
|
4883
5206
|
export var McpToolSchemaConfiguration$ = [4, n0, _MTSC,
|
|
4884
5207
|
0,
|
|
@@ -4932,8 +5255,8 @@ export var PaymentProviderConfigurationOutput$ = [4, n0, _PPCO,
|
|
|
4932
5255
|
];
|
|
4933
5256
|
export var PolicyDefinition$ = [4, n0, _PD,
|
|
4934
5257
|
0,
|
|
4935
|
-
[_ced, _pGo],
|
|
4936
|
-
[() => CedarPolicy$, () => PolicyGenerationDetails$]
|
|
5258
|
+
[_ced, _pGo, _po],
|
|
5259
|
+
[() => CedarPolicy$, () => PolicyGenerationDetails$, () => PolicyStatement$]
|
|
4937
5260
|
];
|
|
4938
5261
|
export var PrivateEndpoint$ = [4, n0, _PEr,
|
|
4939
5262
|
0,
|
|
@@ -4987,13 +5310,13 @@ export var StreamDeliveryResource$ = [4, n0, _SDRt,
|
|
|
4987
5310
|
];
|
|
4988
5311
|
export var TargetConfiguration$ = [4, n0, _TC,
|
|
4989
5312
|
0,
|
|
4990
|
-
[_mc, _ht],
|
|
4991
|
-
[[() => McpTargetConfiguration$, 0], () => HttpTargetConfiguration$]
|
|
5313
|
+
[_mc, _ht, _inf],
|
|
5314
|
+
[[() => McpTargetConfiguration$, 0], [() => HttpTargetConfiguration$, 0], () => InferenceTargetConfiguration$]
|
|
4992
5315
|
];
|
|
4993
5316
|
export var ToolSchema$ = [4, n0, _TSo,
|
|
4994
5317
|
0,
|
|
4995
5318
|
[_s_, _iPn],
|
|
4996
|
-
[() => S3Configuration$, () => ToolDefinitions]
|
|
5319
|
+
[() => S3Configuration$, [() => ToolDefinitions, 0]]
|
|
4997
5320
|
];
|
|
4998
5321
|
export var TriggerCondition$ = [4, n0, _TCr,
|
|
4999
5322
|
0,
|
|
@@ -5055,6 +5378,9 @@ export var CreateGatewayTarget$ = [9, n0, _CGT,
|
|
|
5055
5378
|
export var CreateHarness$ = [9, n0, _CH,
|
|
5056
5379
|
{ [_ht]: ["POST", "/harnesses", 201] }, () => CreateHarnessRequest$, () => CreateHarnessResponse$
|
|
5057
5380
|
];
|
|
5381
|
+
export var CreateHarnessEndpoint$ = [9, n0, _CHE,
|
|
5382
|
+
{ [_ht]: ["POST", "/harnesses/{harnessId}/endpoints", 201] }, () => CreateHarnessEndpointRequest$, () => CreateHarnessEndpointResponse$
|
|
5383
|
+
];
|
|
5058
5384
|
export var CreateMemory$ = [9, n0, _CM,
|
|
5059
5385
|
{ [_ht]: ["POST", "/memories/create", 202] }, () => CreateMemoryInput$, () => CreateMemoryOutput$
|
|
5060
5386
|
];
|
|
@@ -5130,6 +5456,9 @@ export var DeleteGatewayTarget$ = [9, n0, _DGT,
|
|
|
5130
5456
|
export var DeleteHarness$ = [9, n0, _DH,
|
|
5131
5457
|
{ [_ht]: ["DELETE", "/harnesses/{harnessId}", 200] }, () => DeleteHarnessRequest$, () => DeleteHarnessResponse$
|
|
5132
5458
|
];
|
|
5459
|
+
export var DeleteHarnessEndpoint$ = [9, n0, _DHE,
|
|
5460
|
+
{ [_ht]: ["DELETE", "/harnesses/{harnessId}/endpoints/{endpointName}", 200] }, () => DeleteHarnessEndpointRequest$, () => DeleteHarnessEndpointResponse$
|
|
5461
|
+
];
|
|
5133
5462
|
export var DeleteMemory$ = [9, n0, _DM,
|
|
5134
5463
|
{ [_ht]: ["DELETE", "/memories/{memoryId}/delete", 202] }, () => DeleteMemoryInput$, () => DeleteMemoryOutput$
|
|
5135
5464
|
];
|
|
@@ -5208,6 +5537,9 @@ export var GetGatewayTarget$ = [9, n0, _GGT,
|
|
|
5208
5537
|
export var GetHarness$ = [9, n0, _GH,
|
|
5209
5538
|
{ [_ht]: ["GET", "/harnesses/{harnessId}", 200] }, () => GetHarnessRequest$, () => GetHarnessResponse$
|
|
5210
5539
|
];
|
|
5540
|
+
export var GetHarnessEndpoint$ = [9, n0, _GHE,
|
|
5541
|
+
{ [_ht]: ["GET", "/harnesses/{harnessId}/endpoints/{endpointName}", 200] }, () => GetHarnessEndpointRequest$, () => GetHarnessEndpointResponse$
|
|
5542
|
+
];
|
|
5211
5543
|
export var GetMemory$ = [9, n0, _GM,
|
|
5212
5544
|
{ [_ht]: ["GET", "/memories/{memoryId}/details", 200] }, () => GetMemoryInput$, () => GetMemoryOutput$
|
|
5213
5545
|
];
|
|
@@ -5307,9 +5639,15 @@ export var ListGateways$ = [9, n0, _LG,
|
|
|
5307
5639
|
export var ListGatewayTargets$ = [9, n0, _LGT,
|
|
5308
5640
|
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/targets/", 200] }, () => ListGatewayTargetsRequest$, () => ListGatewayTargetsResponse$
|
|
5309
5641
|
];
|
|
5642
|
+
export var ListHarnessEndpoints$ = [9, n0, _LHE,
|
|
5643
|
+
{ [_ht]: ["GET", "/harnesses/{harnessId}/endpoints", 200] }, () => ListHarnessEndpointsRequest$, () => ListHarnessEndpointsResponse$
|
|
5644
|
+
];
|
|
5310
5645
|
export var ListHarnesses$ = [9, n0, _LH,
|
|
5311
5646
|
{ [_ht]: ["GET", "/harnesses", 200] }, () => ListHarnessesRequest$, () => ListHarnessesResponse$
|
|
5312
5647
|
];
|
|
5648
|
+
export var ListHarnessVersions$ = [9, n0, _LHV,
|
|
5649
|
+
{ [_ht]: ["GET", "/harnesses/{harnessId}/versions", 200] }, () => ListHarnessVersionsRequest$, () => ListHarnessVersionsResponse$
|
|
5650
|
+
];
|
|
5313
5651
|
export var ListMemories$ = [9, n0, _LM,
|
|
5314
5652
|
{ [_ht]: ["POST", "/memories/", 200] }, () => ListMemoriesInput$, () => ListMemoriesOutput$
|
|
5315
5653
|
];
|
|
@@ -5415,6 +5753,9 @@ export var UpdateGatewayTarget$ = [9, n0, _UGT,
|
|
|
5415
5753
|
export var UpdateHarness$ = [9, n0, _UH,
|
|
5416
5754
|
{ [_ht]: ["PATCH", "/harnesses/{harnessId}", 200] }, () => UpdateHarnessRequest$, () => UpdateHarnessResponse$
|
|
5417
5755
|
];
|
|
5756
|
+
export var UpdateHarnessEndpoint$ = [9, n0, _UHE,
|
|
5757
|
+
{ [_ht]: ["PATCH", "/harnesses/{harnessId}/endpoints/{endpointName}", 200] }, () => UpdateHarnessEndpointRequest$, () => UpdateHarnessEndpointResponse$
|
|
5758
|
+
];
|
|
5418
5759
|
export var UpdateMemory$ = [9, n0, _UM,
|
|
5419
5760
|
{ [_ht]: ["PUT", "/memories/{memoryId}/update", 202] }, () => UpdateMemoryInput$, () => UpdateMemoryOutput$
|
|
5420
5761
|
];
|