@aws-sdk/client-bedrock-agentcore-control 3.1033.0 → 3.1035.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 +35 -0
- package/dist-cjs/index.js +99 -0
- package/dist-cjs/schemas/schemas_0.js +473 -133
- package/dist-es/BedrockAgentCoreControl.js +12 -0
- package/dist-es/commands/CreateHarnessCommand.js +16 -0
- package/dist-es/commands/DeleteHarnessCommand.js +16 -0
- package/dist-es/commands/GetHarnessCommand.js +16 -0
- package/dist-es/commands/ListHarnessesCommand.js +16 -0
- package/dist-es/commands/UpdateHarnessCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/enums.js +22 -0
- package/dist-es/pagination/ListHarnessesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +462 -123
- package/dist-types/BedrockAgentCoreControl.d.ts +43 -0
- package/dist-types/BedrockAgentCoreControlClient.d.ts +7 -2
- package/dist-types/commands/CreateGatewayTargetCommand.d.ts +2 -0
- package/dist-types/commands/CreateHarnessCommand.d.ts +451 -0
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +2 -2
- package/dist-types/commands/DeleteHarnessCommand.d.ts +276 -0
- package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +2 -2
- package/dist-types/commands/GetGatewayTargetCommand.d.ts +1 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +272 -0
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +2 -2
- package/dist-types/commands/ListGatewayTargetsCommand.d.ts +1 -0
- package/dist-types/commands/ListHarnessesCommand.d.ts +97 -0
- package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
- package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +2 -3
- package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateHarnessCommand.d.ts +454 -0
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/enums.d.ts +46 -0
- package/dist-types/models/models_0.d.ts +1952 -1926
- package/dist-types/models/models_1.d.ts +1246 -13
- package/dist-types/pagination/ListHarnessesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +45 -0
- package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +93 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/enums.d.ts +27 -0
- package/dist-types/ts3.4/models/models_0.d.ts +470 -566
- package/dist-types/ts3.4/models/models_1.d.ts +574 -6
- package/dist-types/ts3.4/pagination/ListHarnessesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +45 -0
- package/package.json +18 -18
|
@@ -76,6 +76,9 @@ const _CGRr = "CreateGatewayResponse";
|
|
|
76
76
|
const _CGT = "CreateGatewayTarget";
|
|
77
77
|
const _CGTR = "CreateGatewayTargetRequest";
|
|
78
78
|
const _CGTRr = "CreateGatewayTargetResponse";
|
|
79
|
+
const _CH = "CreateHarness";
|
|
80
|
+
const _CHR = "CreateHarnessRequest";
|
|
81
|
+
const _CHRr = "CreateHarnessResponse";
|
|
79
82
|
const _CINC = "CodeInterpreterNetworkConfiguration";
|
|
80
83
|
const _CIS = "CodeInterpreterSummary";
|
|
81
84
|
const _CISo = "CodeInterpreterSummaries";
|
|
@@ -153,6 +156,9 @@ const _DGRe = "DeleteGatewayResponse";
|
|
|
153
156
|
const _DGT = "DeleteGatewayTarget";
|
|
154
157
|
const _DGTR = "DeleteGatewayTargetRequest";
|
|
155
158
|
const _DGTRe = "DeleteGatewayTargetResponse";
|
|
159
|
+
const _DH = "DeleteHarness";
|
|
160
|
+
const _DHR = "DeleteHarnessRequest";
|
|
161
|
+
const _DHRe = "DeleteHarnessResponse";
|
|
156
162
|
const _DM = "DeleteMemory";
|
|
157
163
|
const _DMI = "DeleteMemoryInput";
|
|
158
164
|
const _DMO = "DeleteMemoryOutput";
|
|
@@ -244,6 +250,9 @@ const _GGRe = "GetGatewayResponse";
|
|
|
244
250
|
const _GGT = "GetGatewayTarget";
|
|
245
251
|
const _GGTR = "GetGatewayTargetRequest";
|
|
246
252
|
const _GGTRe = "GetGatewayTargetResponse";
|
|
253
|
+
const _GH = "GetHarness";
|
|
254
|
+
const _GHR = "GetHarnessRequest";
|
|
255
|
+
const _GHRe = "GetHarnessResponse";
|
|
247
256
|
const _GIC = "GatewayInterceptorConfiguration";
|
|
248
257
|
const _GICa = "GatewayInterceptorConfigurations";
|
|
249
258
|
const _GM = "GetMemory";
|
|
@@ -290,6 +299,42 @@ const _GTVRe = "GetTokenVaultResponse";
|
|
|
290
299
|
const _GWI = "GetWorkloadIdentity";
|
|
291
300
|
const _GWIR = "GetWorkloadIdentityRequest";
|
|
292
301
|
const _GWIRe = "GetWorkloadIdentityResponse";
|
|
302
|
+
const _H = "Harness";
|
|
303
|
+
const _HACBC = "HarnessAgentCoreBrowserConfig";
|
|
304
|
+
const _HACCIC = "HarnessAgentCoreCodeInterpreterConfig";
|
|
305
|
+
const _HACGC = "HarnessAgentCoreGatewayConfig";
|
|
306
|
+
const _HACMC = "HarnessAgentCoreMemoryConfiguration";
|
|
307
|
+
const _HACMRC = "HarnessAgentCoreMemoryRetrievalConfig";
|
|
308
|
+
const _HACMRCa = "HarnessAgentCoreMemoryRetrievalConfigs";
|
|
309
|
+
const _HACRE = "HarnessAgentCoreRuntimeEnvironment";
|
|
310
|
+
const _HACRER = "HarnessAgentCoreRuntimeEnvironmentRequest";
|
|
311
|
+
const _HBMC = "HarnessBedrockModelConfig";
|
|
312
|
+
const _HEA = "HarnessEnvironmentArtifact";
|
|
313
|
+
const _HEP = "HarnessEnvironmentProvider";
|
|
314
|
+
const _HEPR = "HarnessEnvironmentProviderRequest";
|
|
315
|
+
const _HGMC = "HarnessGeminiModelConfig";
|
|
316
|
+
const _HGOA = "HarnessGatewayOutboundAuth";
|
|
317
|
+
const _HHM = "HttpHeadersMap";
|
|
318
|
+
const _HIFC = "HarnessInlineFunctionConfig";
|
|
319
|
+
const _HIFD = "HarnessInlineFunctionDescription";
|
|
320
|
+
const _HMC = "HarnessMemoryConfiguration";
|
|
321
|
+
const _HMCa = "HarnessModelConfiguration";
|
|
322
|
+
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
323
|
+
const _HRMC = "HarnessRemoteMcpConfig";
|
|
324
|
+
const _HRMU = "HarnessRemoteMcpUrl";
|
|
325
|
+
const _HS = "HarnessSummary";
|
|
326
|
+
const _HSC = "HarnessSummarizationConfiguration";
|
|
327
|
+
const _HSCB = "HarnessSystemContentBlock";
|
|
328
|
+
const _HSP = "HarnessSystemPrompt";
|
|
329
|
+
const _HSWC = "HarnessSlidingWindowConfiguration";
|
|
330
|
+
const _HSa = "HarnessSkills";
|
|
331
|
+
const _HSar = "HarnessSummaries";
|
|
332
|
+
const _HSarn = "HarnessSkill";
|
|
333
|
+
const _HT = "HarnessTool";
|
|
334
|
+
const _HTC = "HarnessTruncationConfiguration";
|
|
335
|
+
const _HTCa = "HarnessToolConfiguration";
|
|
336
|
+
const _HTSC = "HarnessTruncationStrategyConfiguration";
|
|
337
|
+
const _HTa = "HarnessTools";
|
|
293
338
|
const _IC = "InferenceConfiguration";
|
|
294
339
|
const _ICI = "InvocationConfigurationInput";
|
|
295
340
|
const _ICP = "IamCredentialProvider";
|
|
@@ -335,6 +380,9 @@ const _LGRi = "ListGatewaysResponse";
|
|
|
335
380
|
const _LGT = "ListGatewayTargets";
|
|
336
381
|
const _LGTR = "ListGatewayTargetsRequest";
|
|
337
382
|
const _LGTRi = "ListGatewayTargetsResponse";
|
|
383
|
+
const _LH = "ListHarnesses";
|
|
384
|
+
const _LHR = "ListHarnessesRequest";
|
|
385
|
+
const _LHRi = "ListHarnessesResponse";
|
|
338
386
|
const _LIC = "LambdaInterceptorConfiguration";
|
|
339
387
|
const _LM = "ListMemories";
|
|
340
388
|
const _LMI = "ListMemoriesInput";
|
|
@@ -471,6 +519,7 @@ const _SEO = "SemanticExtractionOverride";
|
|
|
471
519
|
const _SGT = "SynchronizeGatewayTargets";
|
|
472
520
|
const _SGTR = "SynchronizeGatewayTargetsRequest";
|
|
473
521
|
const _SGTRy = "SynchronizeGatewayTargetsResponse";
|
|
522
|
+
const _SJ = "SensitiveJson";
|
|
474
523
|
const _SL = "S3Location";
|
|
475
524
|
const _SMC = "SelfManagedConfiguration";
|
|
476
525
|
const _SMCI = "SelfManagedConfigurationInput";
|
|
@@ -497,6 +546,7 @@ const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
|
497
546
|
const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
|
|
498
547
|
const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
|
|
499
548
|
const _SSC = "SessionStorageConfiguration";
|
|
549
|
+
const _ST = "SensitiveText";
|
|
500
550
|
const _STVCMK = "SetTokenVaultCMK";
|
|
501
551
|
const _STVCMKR = "SetTokenVaultCMKRequest";
|
|
502
552
|
const _STVCMKRe = "SetTokenVaultCMKResponse";
|
|
@@ -550,6 +600,11 @@ const _UGRp = "UpdateGatewayResponse";
|
|
|
550
600
|
const _UGT = "UpdateGatewayTarget";
|
|
551
601
|
const _UGTR = "UpdateGatewayTargetRequest";
|
|
552
602
|
const _UGTRp = "UpdateGatewayTargetResponse";
|
|
603
|
+
const _UH = "UpdateHarness";
|
|
604
|
+
const _UHEA = "UpdatedHarnessEnvironmentArtifact";
|
|
605
|
+
const _UHMC = "UpdatedHarnessMemoryConfiguration";
|
|
606
|
+
const _UHR = "UpdateHarnessRequest";
|
|
607
|
+
const _UHRp = "UpdateHarnessResponse";
|
|
553
608
|
const _UM = "UpdateMemory";
|
|
554
609
|
const _UMD = "UpdatedMcpDescriptor";
|
|
555
610
|
const _UMDF = "UpdatedMcpDescriptorFields";
|
|
@@ -605,7 +660,12 @@ const _a = "a2a";
|
|
|
605
660
|
const _aA = "autoApproval";
|
|
606
661
|
const _aAl = "allowedAudience";
|
|
607
662
|
const _aC = "agentCard";
|
|
663
|
+
const _aCB = "agentCoreBrowser";
|
|
664
|
+
const _aCCI = "agentCoreCodeInterpreter";
|
|
665
|
+
const _aCG = "agentCoreGateway";
|
|
666
|
+
const _aCMC = "agentCoreMemoryConfiguration";
|
|
608
667
|
const _aCMV = "authorizingClaimMatchValue";
|
|
668
|
+
const _aCRE = "agentCoreRuntimeEnvironment";
|
|
609
669
|
const _aCl = "allowedClients";
|
|
610
670
|
const _aCp = "approvalConfiguration";
|
|
611
671
|
const _aCu = "authorizerConfiguration";
|
|
@@ -613,7 +673,10 @@ const _aD = "authorizationData";
|
|
|
613
673
|
const _aE = "authorizationEndpoint";
|
|
614
674
|
const _aG = "apiGateway";
|
|
615
675
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
676
|
+
const _aI = "actorId";
|
|
677
|
+
const _aIw = "awsIam";
|
|
616
678
|
const _aK = "apiKey";
|
|
679
|
+
const _aKA = "apiKeyArn";
|
|
617
680
|
const _aKCP = "apiKeyCredentialProvider";
|
|
618
681
|
const _aKSA = "apiKeySecretArn";
|
|
619
682
|
const _aMRF = "additionalModelRequestFields";
|
|
@@ -635,12 +698,14 @@ const _aSM = "authorizationServerMetadata";
|
|
|
635
698
|
const _aSg = "agentSkills";
|
|
636
699
|
const _aT = "authorizerType";
|
|
637
700
|
const _aTP = "appendToPrompt";
|
|
701
|
+
const _aTl = "allowedTools";
|
|
638
702
|
const _aU = "authorizationUrl";
|
|
639
703
|
const _ar = "arn";
|
|
640
704
|
const _b = "bucket";
|
|
641
705
|
const _bA = "browserArn";
|
|
642
706
|
const _bEMC = "bedrockEvaluatorModelConfig";
|
|
643
707
|
const _bI = "browserId";
|
|
708
|
+
const _bMC = "bedrockModelConfig";
|
|
644
709
|
const _bOAI = "bucketOwnerAccountId";
|
|
645
710
|
const _bS = "browserSigning";
|
|
646
711
|
const _bSr = "browserSummaries";
|
|
@@ -687,6 +752,7 @@ const _ce = "certificates";
|
|
|
687
752
|
const _ced = "cedar";
|
|
688
753
|
const _co = "code";
|
|
689
754
|
const _con = "configuration";
|
|
755
|
+
const _conf = "config";
|
|
690
756
|
const _cons = "consolidation";
|
|
691
757
|
const _cont = "content";
|
|
692
758
|
const _cu = "custom";
|
|
@@ -703,6 +769,7 @@ const _des = "descriptors";
|
|
|
703
769
|
const _do = "domain";
|
|
704
770
|
const _e = "error";
|
|
705
771
|
const _eA = "evaluatorArn";
|
|
772
|
+
const _eAn = "environmentArtifact";
|
|
706
773
|
const _eC = "evaluatorConfig";
|
|
707
774
|
const _eCO = "episodicConsolidationOverride";
|
|
708
775
|
const _eED = "eventExpiryDuration";
|
|
@@ -727,6 +794,7 @@ const _eT = "evaluatorType";
|
|
|
727
794
|
const _eV = "environmentVariables";
|
|
728
795
|
const _en = "enabled";
|
|
729
796
|
const _end = "endpoint";
|
|
797
|
+
const _env = "environment";
|
|
730
798
|
const _ev = "evaluators";
|
|
731
799
|
const _ex = "extraction";
|
|
732
800
|
const _f = "findings";
|
|
@@ -739,14 +807,20 @@ const _fi = "filters";
|
|
|
739
807
|
const _gA = "gatewayArn";
|
|
740
808
|
const _gI = "gatewayId";
|
|
741
809
|
const _gIa = "gatewayIdentifier";
|
|
810
|
+
const _gMC = "geminiModelConfig";
|
|
742
811
|
const _gOPC = "googleOauth2ProviderConfig";
|
|
743
812
|
const _gOPCi = "githubOauth2ProviderConfig";
|
|
744
813
|
const _gT = "grantType";
|
|
745
814
|
const _gU = "gatewayUrl";
|
|
746
|
-
const _h = "
|
|
815
|
+
const _h = "harness";
|
|
747
816
|
const _hCWS = "historicalContextWindowSize";
|
|
748
817
|
const _hE = "httpError";
|
|
818
|
+
const _hI = "harnessId";
|
|
819
|
+
const _hN = "harnessName";
|
|
749
820
|
const _hQ = "httpQuery";
|
|
821
|
+
const _ha = "harnesses";
|
|
822
|
+
const _he = "headers";
|
|
823
|
+
const _ht = "http";
|
|
750
824
|
const _i = "id";
|
|
751
825
|
const _iC = "inlineContent";
|
|
752
826
|
const _iCP = "iamCredentialProvider";
|
|
@@ -754,6 +828,7 @@ const _iCn = "inferenceConfig";
|
|
|
754
828
|
const _iCnp = "inputConfiguration";
|
|
755
829
|
const _iCnt = "interceptorConfigurations";
|
|
756
830
|
const _iCnv = "invocationConfiguration";
|
|
831
|
+
const _iF = "inlineFunction";
|
|
757
832
|
const _iOPC = "includedOauth2ProviderConfig";
|
|
758
833
|
const _iP = "interceptionPoints";
|
|
759
834
|
const _iPn = "inlinePayload";
|
|
@@ -797,10 +872,12 @@ const _le = "level";
|
|
|
797
872
|
const _m = "message";
|
|
798
873
|
const _mBT = "messageBasedTrigger";
|
|
799
874
|
const _mC = "metadataConfiguration";
|
|
800
|
-
const _mCe = "
|
|
875
|
+
const _mCe = "messagesCount";
|
|
876
|
+
const _mCes = "messageCount";
|
|
801
877
|
const _mCo = "modelConfig";
|
|
802
878
|
const _mERA = "memoryExecutionRoleArn";
|
|
803
879
|
const _mI = "modelId";
|
|
880
|
+
const _mIa = "maxIterations";
|
|
804
881
|
const _mIe = "memoryId";
|
|
805
882
|
const _mL = "maxLifetime";
|
|
806
883
|
const _mLR = "managedLatticeResource";
|
|
@@ -820,7 +897,8 @@ const _me = "methods";
|
|
|
820
897
|
const _mem = "memory";
|
|
821
898
|
const _memo = "memories";
|
|
822
899
|
const _met = "method";
|
|
823
|
-
const _mo = "
|
|
900
|
+
const _mo = "model";
|
|
901
|
+
const _mod = "mode";
|
|
824
902
|
const _n = "name";
|
|
825
903
|
const _nC = "networkConfiguration";
|
|
826
904
|
const _nM = "networkMode";
|
|
@@ -828,8 +906,11 @@ const _nMC = "networkModeConfig";
|
|
|
828
906
|
const _nT = "namespaceTemplates";
|
|
829
907
|
const _nTe = "nextToken";
|
|
830
908
|
const _na = "namespaces";
|
|
909
|
+
const _no = "none";
|
|
831
910
|
const _nu = "numerical";
|
|
832
911
|
const _o = "operator";
|
|
912
|
+
const _oA = "outboundAuth";
|
|
913
|
+
const _oAMC = "openAiModelConfig";
|
|
833
914
|
const _oAS = "openApiSchema";
|
|
834
915
|
const _oC = "outputConfig";
|
|
835
916
|
const _oCP = "oauthCredentialProvider";
|
|
@@ -843,6 +924,7 @@ const _oPCO = "oauth2ProviderConfigOutput";
|
|
|
843
924
|
const _oS = "outputSchema";
|
|
844
925
|
const _oV = "optionalValue";
|
|
845
926
|
const _oa = "oauth2";
|
|
927
|
+
const _oau = "oauth";
|
|
846
928
|
const _p = "path";
|
|
847
929
|
const _pA = "profileArn";
|
|
848
930
|
const _pAo = "policyArn";
|
|
@@ -864,6 +946,7 @@ const _pGo = "policyGeneration";
|
|
|
864
946
|
const _pI = "profileId";
|
|
865
947
|
const _pIo = "policyId";
|
|
866
948
|
const _pRH = "passRequestHeaders";
|
|
949
|
+
const _pRM = "preserveRecentMessages";
|
|
867
950
|
const _pS = "profileSummaries";
|
|
868
951
|
const _pT = "protocolType";
|
|
869
952
|
const _pV = "protocolVersion";
|
|
@@ -880,6 +963,7 @@ const _rAeg = "registryArn";
|
|
|
880
963
|
const _rAes = "resourceArn";
|
|
881
964
|
const _rC = "reflectionConfiguration";
|
|
882
965
|
const _rCI = "resourceConfigurationIdentifier";
|
|
966
|
+
const _rCe = "retrievalConfig";
|
|
883
967
|
const _rD = "routingDomain";
|
|
884
968
|
const _rE = "runtimeEndpoints";
|
|
885
969
|
const _rGA = "resourceGatewayArn";
|
|
@@ -887,9 +971,12 @@ const _rHA = "requestHeaderAllowlist";
|
|
|
887
971
|
const _rHC = "requestHeaderConfiguration";
|
|
888
972
|
const _rI = "registryId";
|
|
889
973
|
const _rIe = "recordId";
|
|
974
|
+
const _rM = "remoteMcp";
|
|
890
975
|
const _rMMDSV = "requireMMDSV2";
|
|
976
|
+
const _rP = "resourcePriority";
|
|
891
977
|
const _rR = "registryRecords";
|
|
892
|
-
const _rS = "
|
|
978
|
+
const _rS = "relevanceScore";
|
|
979
|
+
const _rSa = "ratingScale";
|
|
893
980
|
const _rT = "responseTypes";
|
|
894
981
|
const _rTF = "rawTextFragment";
|
|
895
982
|
const _rTa = "rawText";
|
|
@@ -915,8 +1002,8 @@ const _sDR = "streamDeliveryResources";
|
|
|
915
1002
|
const _sEO = "semanticExtractionOverride";
|
|
916
1003
|
const _sG = "securityGroups";
|
|
917
1004
|
const _sGI = "securityGroupIds";
|
|
918
|
-
const _sI = "
|
|
919
|
-
const
|
|
1005
|
+
const _sI = "strategyId";
|
|
1006
|
+
const _sIu = "subnetIds";
|
|
920
1007
|
const _sL = "s3Location";
|
|
921
1008
|
const _sM = "skillMd";
|
|
922
1009
|
const _sMC = "selfManagedConfiguration";
|
|
@@ -930,11 +1017,14 @@ const _sO = "semanticOverride";
|
|
|
930
1017
|
const _sOPC = "slackOauth2ProviderConfig";
|
|
931
1018
|
const _sOPCa = "salesforceOauth2ProviderConfig";
|
|
932
1019
|
const _sOu = "summaryOverride";
|
|
933
|
-
const _sP = "
|
|
1020
|
+
const _sP = "systemPrompt";
|
|
934
1021
|
const _sPa = "samplingPercentage";
|
|
1022
|
+
const _sPe = "serverProtocol";
|
|
935
1023
|
const _sR = "statusReasons";
|
|
936
1024
|
const _sRt = "statusReason";
|
|
1025
|
+
const _sRu = "summaryRatio";
|
|
937
1026
|
const _sS = "stopSequences";
|
|
1027
|
+
const _sSP = "summarizationSystemPrompt";
|
|
938
1028
|
const _sSe = "sessionStorage";
|
|
939
1029
|
const _sT = "synchronizationType";
|
|
940
1030
|
const _sTM = "sessionTimeoutMinutes";
|
|
@@ -942,15 +1032,19 @@ const _sTe = "searchType";
|
|
|
942
1032
|
const _sV = "schemaVersion";
|
|
943
1033
|
const _sVt = "stringValue";
|
|
944
1034
|
const _sVu = "supportedVersions";
|
|
1035
|
+
const _sW = "slidingWindow";
|
|
945
1036
|
const _s_ = "s3";
|
|
946
1037
|
const _sc = "scopes";
|
|
947
1038
|
const _se = "server";
|
|
948
1039
|
const _ser = "service";
|
|
1040
|
+
const _sk = "skills";
|
|
949
1041
|
const _st = "status";
|
|
950
1042
|
const _sta = "stage";
|
|
951
1043
|
const _stat = "statement";
|
|
952
|
-
const _str = "
|
|
1044
|
+
const _str = "strategy";
|
|
1045
|
+
const _stra = "strategies";
|
|
953
1046
|
const _su = "subnets";
|
|
1047
|
+
const _sum = "summarization";
|
|
954
1048
|
const _t = "type";
|
|
955
1049
|
const _tA = "topicArn";
|
|
956
1050
|
const _tBT = "tokenBasedTrigger";
|
|
@@ -964,18 +1058,22 @@ const _tF = "toolFilters";
|
|
|
964
1058
|
const _tI = "targetId";
|
|
965
1059
|
const _tIL = "targetIdList";
|
|
966
1060
|
const _tIe = "tenantId";
|
|
967
|
-
const _tK = "
|
|
1061
|
+
const _tK = "topK";
|
|
1062
|
+
const _tKa = "tagKeys";
|
|
968
1063
|
const _tO = "toolOverrides";
|
|
969
1064
|
const _tP = "topP";
|
|
970
1065
|
const _tRS = "targetResourceScope";
|
|
971
|
-
const _tS = "
|
|
1066
|
+
const _tS = "timeoutSeconds";
|
|
1067
|
+
const _tSo = "toolSchema";
|
|
972
1068
|
const _tSr = "triggerSynchronization";
|
|
973
1069
|
const _tV = "targetVersion";
|
|
974
1070
|
const _tVI = "tokenVaultId";
|
|
975
1071
|
const _ta = "tags";
|
|
976
1072
|
const _tar = "targets";
|
|
977
1073
|
const _te = "temperature";
|
|
1074
|
+
const _tex = "text";
|
|
978
1075
|
const _to = "tools";
|
|
1076
|
+
const _tr = "truncation";
|
|
979
1077
|
const _u = "url";
|
|
980
1078
|
const _uA = "updatedAt";
|
|
981
1079
|
const _uI = "userId";
|
|
@@ -1099,9 +1197,13 @@ var EvaluatorDescription = [0, n0, _ED, 8, 0];
|
|
|
1099
1197
|
var EvaluatorInstructions = [0, n0, _EI, 8, 0];
|
|
1100
1198
|
var GatewayDescription = [0, n0, _GD, 8, 0];
|
|
1101
1199
|
var GatewayName = [0, n0, _GN, 8, 0];
|
|
1200
|
+
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
1201
|
+
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1102
1202
|
var InlinePayload = [0, n0, _IP, 8, 0];
|
|
1103
1203
|
var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
1104
1204
|
var Prompt = [0, n0, _P, 8, 0];
|
|
1205
|
+
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
1206
|
+
var SensitiveText = [0, n0, _ST, 8, 0];
|
|
1105
1207
|
var TargetDescription = [0, n0, _TD, 8, 0];
|
|
1106
1208
|
var TargetName = [0, n0, _TN, 8, 0];
|
|
1107
1209
|
export var A2aDescriptor$ = [3, n0, _AD,
|
|
@@ -1349,6 +1451,16 @@ export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
|
1349
1451
|
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1350
1452
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
1351
1453
|
];
|
|
1454
|
+
export var CreateHarnessRequest$ = [3, n0, _CHR,
|
|
1455
|
+
0,
|
|
1456
|
+
[_hN, _eRA, _cTl, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS, _ta],
|
|
1457
|
+
[0, 0, [0, 4], () => HarnessEnvironmentProviderRequest$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1, 128 | 0], 2
|
|
1458
|
+
];
|
|
1459
|
+
export var CreateHarnessResponse$ = [3, n0, _CHRr,
|
|
1460
|
+
0,
|
|
1461
|
+
[_h],
|
|
1462
|
+
[[() => Harness$, 0]], 1
|
|
1463
|
+
];
|
|
1352
1464
|
export var CreateMemoryInput$ = [3, n0, _CMI,
|
|
1353
1465
|
0,
|
|
1354
1466
|
[_n, _eED, _cTl, _d, _eKA, _mERA, _mS, _sDR, _ta],
|
|
@@ -1554,6 +1666,16 @@ export var DeleteGatewayTargetResponse$ = [3, n0, _DGTRe,
|
|
|
1554
1666
|
[_gA, _tI, _st, _sR],
|
|
1555
1667
|
[0, 0, 0, 64 | 0], 3
|
|
1556
1668
|
];
|
|
1669
|
+
export var DeleteHarnessRequest$ = [3, n0, _DHR,
|
|
1670
|
+
0,
|
|
1671
|
+
[_hI, _cTl],
|
|
1672
|
+
[[0, 1], [0, { [_hQ]: _cTl, [_iT]: 1 }]], 1
|
|
1673
|
+
];
|
|
1674
|
+
export var DeleteHarnessResponse$ = [3, n0, _DHRe,
|
|
1675
|
+
0,
|
|
1676
|
+
[_h],
|
|
1677
|
+
[[() => Harness$, 0]]
|
|
1678
|
+
];
|
|
1557
1679
|
export var DeleteMemoryInput$ = [3, n0, _DMI,
|
|
1558
1680
|
0,
|
|
1559
1681
|
[_mIe, _cTl],
|
|
@@ -1736,7 +1858,7 @@ export var GatewayInterceptorConfiguration$ = [3, n0, _GIC,
|
|
|
1736
1858
|
];
|
|
1737
1859
|
export var GatewayPolicyEngineConfiguration$ = [3, n0, _GPEC,
|
|
1738
1860
|
0,
|
|
1739
|
-
[_ar,
|
|
1861
|
+
[_ar, _mod],
|
|
1740
1862
|
[0, 0], 2
|
|
1741
1863
|
];
|
|
1742
1864
|
export var GatewaySummary$ = [3, n0, _GS,
|
|
@@ -1839,6 +1961,16 @@ export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
|
|
|
1839
1961
|
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
1840
1962
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
1841
1963
|
];
|
|
1964
|
+
export var GetHarnessRequest$ = [3, n0, _GHR,
|
|
1965
|
+
0,
|
|
1966
|
+
[_hI],
|
|
1967
|
+
[[0, 1]], 1
|
|
1968
|
+
];
|
|
1969
|
+
export var GetHarnessResponse$ = [3, n0, _GHRe,
|
|
1970
|
+
0,
|
|
1971
|
+
[_h],
|
|
1972
|
+
[[() => Harness$, 0]], 1
|
|
1973
|
+
];
|
|
1842
1974
|
export var GetMemoryInput$ = [3, n0, _GMI,
|
|
1843
1975
|
0,
|
|
1844
1976
|
[_mIe, _vi],
|
|
@@ -1969,6 +2101,96 @@ export var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
1969
2101
|
[_oD, _cI],
|
|
1970
2102
|
[() => Oauth2Discovery$, 0], 1
|
|
1971
2103
|
];
|
|
2104
|
+
export var Harness$ = [3, n0, _H,
|
|
2105
|
+
0,
|
|
2106
|
+
[_hI, _hN, _ar, _st, _eRA, _cA, _uA, _mo, _sP, _to, _sk, _aTl, _tr, _env, _eAn, _eV, _aCu, _mem, _mIa, _mT, _tS, _fR],
|
|
2107
|
+
[0, 0, 0, 0, 0, 5, 5, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessTruncationConfiguration$, () => HarnessEnvironmentProvider$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, () => HarnessMemoryConfiguration$, 1, 1, 1, 0], 14
|
|
2108
|
+
];
|
|
2109
|
+
export var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
2110
|
+
0,
|
|
2111
|
+
[_bA],
|
|
2112
|
+
[0]
|
|
2113
|
+
];
|
|
2114
|
+
export var HarnessAgentCoreCodeInterpreterConfig$ = [3, n0, _HACCIC,
|
|
2115
|
+
0,
|
|
2116
|
+
[_cIA],
|
|
2117
|
+
[0]
|
|
2118
|
+
];
|
|
2119
|
+
export var HarnessAgentCoreGatewayConfig$ = [3, n0, _HACGC,
|
|
2120
|
+
0,
|
|
2121
|
+
[_gA, _oA],
|
|
2122
|
+
[0, [() => HarnessGatewayOutboundAuth$, 0]], 1
|
|
2123
|
+
];
|
|
2124
|
+
export var HarnessAgentCoreMemoryConfiguration$ = [3, n0, _HACMC,
|
|
2125
|
+
0,
|
|
2126
|
+
[_ar, _aI, _mCe, _rCe],
|
|
2127
|
+
[0, 0, 1, () => HarnessAgentCoreMemoryRetrievalConfigs], 1
|
|
2128
|
+
];
|
|
2129
|
+
export var HarnessAgentCoreMemoryRetrievalConfig$ = [3, n0, _HACMRC,
|
|
2130
|
+
0,
|
|
2131
|
+
[_tK, _rS, _sI],
|
|
2132
|
+
[1, 1, 0]
|
|
2133
|
+
];
|
|
2134
|
+
export var HarnessAgentCoreRuntimeEnvironment$ = [3, n0, _HACRE,
|
|
2135
|
+
0,
|
|
2136
|
+
[_aRA, _aRN, _aRI, _lC, _nC, _fC],
|
|
2137
|
+
[0, 0, 0, () => LifecycleConfiguration$, () => NetworkConfiguration$, () => FilesystemConfigurations], 5
|
|
2138
|
+
];
|
|
2139
|
+
export var HarnessAgentCoreRuntimeEnvironmentRequest$ = [3, n0, _HACRER,
|
|
2140
|
+
0,
|
|
2141
|
+
[_lC, _nC, _fC],
|
|
2142
|
+
[() => LifecycleConfiguration$, () => NetworkConfiguration$, () => FilesystemConfigurations]
|
|
2143
|
+
];
|
|
2144
|
+
export var HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
2145
|
+
0,
|
|
2146
|
+
[_mI, _mT, _te, _tP],
|
|
2147
|
+
[0, 1, 1, 1], 1
|
|
2148
|
+
];
|
|
2149
|
+
export var HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
2150
|
+
0,
|
|
2151
|
+
[_mI, _aKA, _mT, _te, _tP, _tK],
|
|
2152
|
+
[0, 0, 1, 1, 1, 1], 2
|
|
2153
|
+
];
|
|
2154
|
+
export var HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
|
|
2155
|
+
0,
|
|
2156
|
+
[_d, _iS],
|
|
2157
|
+
[[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
|
|
2158
|
+
];
|
|
2159
|
+
export var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
2160
|
+
0,
|
|
2161
|
+
[_mI, _aKA, _mT, _te, _tP],
|
|
2162
|
+
[0, 0, 1, 1, 1], 2
|
|
2163
|
+
];
|
|
2164
|
+
export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
2165
|
+
0,
|
|
2166
|
+
[_u, _he],
|
|
2167
|
+
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
2168
|
+
];
|
|
2169
|
+
export var HarnessSlidingWindowConfiguration$ = [3, n0, _HSWC,
|
|
2170
|
+
0,
|
|
2171
|
+
[_mCe],
|
|
2172
|
+
[1]
|
|
2173
|
+
];
|
|
2174
|
+
export var HarnessSummarizationConfiguration$ = [3, n0, _HSC,
|
|
2175
|
+
0,
|
|
2176
|
+
[_sRu, _pRM, _sSP],
|
|
2177
|
+
[1, 1, 0]
|
|
2178
|
+
];
|
|
2179
|
+
export var HarnessSummary$ = [3, n0, _HS,
|
|
2180
|
+
0,
|
|
2181
|
+
[_hI, _hN, _ar, _st, _cA, _uA],
|
|
2182
|
+
[0, 0, 0, 0, 5, 5], 6
|
|
2183
|
+
];
|
|
2184
|
+
export var HarnessTool$ = [3, n0, _HT,
|
|
2185
|
+
0,
|
|
2186
|
+
[_t, _n, _conf],
|
|
2187
|
+
[0, 0, [() => HarnessToolConfiguration$, 0]], 1
|
|
2188
|
+
];
|
|
2189
|
+
export var HarnessTruncationConfiguration$ = [3, n0, _HTC,
|
|
2190
|
+
0,
|
|
2191
|
+
[_str, _conf],
|
|
2192
|
+
[0, () => HarnessTruncationStrategyConfiguration$], 1
|
|
2193
|
+
];
|
|
1972
2194
|
export var IamCredentialProvider$ = [3, n0, _ICP,
|
|
1973
2195
|
0,
|
|
1974
2196
|
[_ser, _reg],
|
|
@@ -2139,6 +2361,16 @@ export var ListGatewayTargetsResponse$ = [3, n0, _LGTRi,
|
|
|
2139
2361
|
[_it, _nTe],
|
|
2140
2362
|
[[() => TargetSummaries, 0], 0], 1
|
|
2141
2363
|
];
|
|
2364
|
+
export var ListHarnessesRequest$ = [3, n0, _LHR,
|
|
2365
|
+
0,
|
|
2366
|
+
[_mR, _nTe],
|
|
2367
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
|
|
2368
|
+
];
|
|
2369
|
+
export var ListHarnessesResponse$ = [3, n0, _LHRi,
|
|
2370
|
+
0,
|
|
2371
|
+
[_ha, _nTe],
|
|
2372
|
+
[() => HarnessSummaries, 0], 1
|
|
2373
|
+
];
|
|
2142
2374
|
export var ListMemoriesInput$ = [3, n0, _LMI,
|
|
2143
2375
|
0,
|
|
2144
2376
|
[_mR, _nTe],
|
|
@@ -2251,12 +2483,12 @@ export var ListWorkloadIdentitiesResponse$ = [3, n0, _LWIRi,
|
|
|
2251
2483
|
];
|
|
2252
2484
|
export var LlmAsAJudgeEvaluatorConfig$ = [3, n0, _LAAJEC,
|
|
2253
2485
|
0,
|
|
2254
|
-
[_ins,
|
|
2486
|
+
[_ins, _rSa, _mCo],
|
|
2255
2487
|
[[() => EvaluatorInstructions, 0], [() => RatingScale$, 0], () => EvaluatorModelConfig$], 3
|
|
2256
2488
|
];
|
|
2257
2489
|
export var ManagedLatticeResource$ = [3, n0, _MLR,
|
|
2258
2490
|
0,
|
|
2259
|
-
[_vI,
|
|
2491
|
+
[_vI, _sIu, _eIAT, _sGI, _ta, _rD],
|
|
2260
2492
|
[0, 64 | 0, 0, 64 | 0, 128 | 0, 0], 3
|
|
2261
2493
|
];
|
|
2262
2494
|
export var ManagedResourceDetails$ = [3, n0, _MRD,
|
|
@@ -2276,22 +2508,22 @@ export var MCPGatewayConfiguration$ = [3, n0, _MCPGC,
|
|
|
2276
2508
|
];
|
|
2277
2509
|
export var McpLambdaTargetConfiguration$ = [3, n0, _MLTC,
|
|
2278
2510
|
0,
|
|
2279
|
-
[_lA,
|
|
2511
|
+
[_lA, _tSo],
|
|
2280
2512
|
[0, () => ToolSchema$], 2
|
|
2281
2513
|
];
|
|
2282
2514
|
export var McpServerTargetConfiguration$ = [3, n0, _MSTC,
|
|
2283
2515
|
0,
|
|
2284
|
-
[_end, _mTS, _lM],
|
|
2285
|
-
[0, [() => McpToolSchemaConfiguration$, 0], 0], 1
|
|
2516
|
+
[_end, _mTS, _rP, _lM],
|
|
2517
|
+
[0, [() => McpToolSchemaConfiguration$, 0], 1, 0], 1
|
|
2286
2518
|
];
|
|
2287
2519
|
export var Memory$ = [3, n0, _M,
|
|
2288
2520
|
0,
|
|
2289
|
-
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR,
|
|
2521
|
+
[_ar, _i, _n, _eED, _st, _cA, _uA, _d, _eKA, _mERA, _fR, _stra, _sDR],
|
|
2290
2522
|
[0, 0, 0, 1, 0, 4, 4, [() => Description, 0], 0, 0, 0, [() => MemoryStrategyList, 0], () => StreamDeliveryResources$], 7
|
|
2291
2523
|
];
|
|
2292
2524
|
export var MemoryStrategy$ = [3, n0, _MS,
|
|
2293
2525
|
0,
|
|
2294
|
-
[
|
|
2526
|
+
[_sI, _n, _t, _na, _nT, _d, _con, _cA, _uA, _st],
|
|
2295
2527
|
[0, 0, 0, 64 | 0, 64 | 0, [() => Description, 0], [() => StrategyConfiguration$, 0], 4, 4, 0], 5
|
|
2296
2528
|
];
|
|
2297
2529
|
export var MemorySummary$ = [3, n0, _MSe,
|
|
@@ -2301,12 +2533,12 @@ export var MemorySummary$ = [3, n0, _MSe,
|
|
|
2301
2533
|
];
|
|
2302
2534
|
export var MessageBasedTrigger$ = [3, n0, _MBT,
|
|
2303
2535
|
0,
|
|
2304
|
-
[
|
|
2536
|
+
[_mCes],
|
|
2305
2537
|
[1]
|
|
2306
2538
|
];
|
|
2307
2539
|
export var MessageBasedTriggerInput$ = [3, n0, _MBTI,
|
|
2308
2540
|
0,
|
|
2309
|
-
[
|
|
2541
|
+
[_mCes],
|
|
2310
2542
|
[1]
|
|
2311
2543
|
];
|
|
2312
2544
|
export var MetadataConfiguration$ = [3, n0, _MC,
|
|
@@ -2416,7 +2648,7 @@ export var PolicyGenerationDetails$ = [3, n0, _PGD,
|
|
|
2416
2648
|
];
|
|
2417
2649
|
export var ProtocolConfiguration$ = [3, n0, _PC,
|
|
2418
2650
|
0,
|
|
2419
|
-
[
|
|
2651
|
+
[_sPe],
|
|
2420
2652
|
[0], 1
|
|
2421
2653
|
];
|
|
2422
2654
|
export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
@@ -2671,8 +2903,8 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
2671
2903
|
];
|
|
2672
2904
|
export var TargetSummary$ = [3, n0, _TS,
|
|
2673
2905
|
0,
|
|
2674
|
-
[_tI, _n, _st, _cA, _uA, _d],
|
|
2675
|
-
[0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0]], 5
|
|
2906
|
+
[_tI, _n, _st, _cA, _uA, _d, _rP],
|
|
2907
|
+
[0, [() => TargetName, 0], 0, 5, 5, [() => TargetDescription, 0], 1], 5
|
|
2676
2908
|
];
|
|
2677
2909
|
export var TimeBasedTrigger$ = [3, n0, _TBT,
|
|
2678
2910
|
0,
|
|
@@ -2706,8 +2938,8 @@ export var ToolsDefinition$ = [3, n0, _TDoo,
|
|
|
2706
2938
|
];
|
|
2707
2939
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
2708
2940
|
0,
|
|
2709
|
-
[_rAes,
|
|
2710
|
-
[[0, 1], [64 | 0, { [_hQ]:
|
|
2941
|
+
[_rAes, _tKa],
|
|
2942
|
+
[[0, 1], [64 | 0, { [_hQ]: _tKa }]], 2
|
|
2711
2943
|
];
|
|
2712
2944
|
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
2713
2945
|
0,
|
|
@@ -2789,6 +3021,16 @@ export var UpdatedDescriptorsUnion$ = [3, n0, _UDU,
|
|
|
2789
3021
|
[_mc, _a, _cu, _aSg],
|
|
2790
3022
|
[() => UpdatedMcpDescriptor$, () => UpdatedA2aDescriptor$, () => UpdatedCustomDescriptor$, () => UpdatedAgentSkillsDescriptor$]
|
|
2791
3023
|
];
|
|
3024
|
+
export var UpdatedHarnessEnvironmentArtifact$ = [3, n0, _UHEA,
|
|
3025
|
+
0,
|
|
3026
|
+
[_oV],
|
|
3027
|
+
[() => HarnessEnvironmentArtifact$]
|
|
3028
|
+
];
|
|
3029
|
+
export var UpdatedHarnessMemoryConfiguration$ = [3, n0, _UHMC,
|
|
3030
|
+
0,
|
|
3031
|
+
[_oV],
|
|
3032
|
+
[() => HarnessMemoryConfiguration$]
|
|
3033
|
+
];
|
|
2792
3034
|
export var UpdatedMcpDescriptor$ = [3, n0, _UMD,
|
|
2793
3035
|
0,
|
|
2794
3036
|
[_oV],
|
|
@@ -2859,6 +3101,16 @@ export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
|
2859
3101
|
[_gA, _tI, _cA, _uA, _st, _n, _tC, _cPC, _sR, _d, _lSAa, _mC, _pE, _pEMR, _aD],
|
|
2860
3102
|
[0, 0, 5, 5, 0, [() => TargetName, 0], [() => TargetConfiguration$, 0], [() => CredentialProviderConfigurations, 0], 64 | 0, [() => TargetDescription, 0], 5, () => MetadataConfiguration$, () => PrivateEndpoint$, () => PrivateEndpointManagedResources, () => AuthorizationData$], 8
|
|
2861
3103
|
];
|
|
3104
|
+
export var UpdateHarnessRequest$ = [3, n0, _UHR,
|
|
3105
|
+
0,
|
|
3106
|
+
[_hI, _cTl, _eRA, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS],
|
|
3107
|
+
[[0, 1], [0, 4], 0, () => HarnessEnvironmentProviderRequest$, () => UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => UpdatedAuthorizerConfiguration$, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => UpdatedHarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
3108
|
+
];
|
|
3109
|
+
export var UpdateHarnessResponse$ = [3, n0, _UHRp,
|
|
3110
|
+
0,
|
|
3111
|
+
[_h],
|
|
3112
|
+
[[() => Harness$, 0]], 1
|
|
3113
|
+
];
|
|
2862
3114
|
export var UpdateMemoryInput$ = [3, n0, _UMI,
|
|
2863
3115
|
0,
|
|
2864
3116
|
[_mIe, _cTl, _d, _eED, _mERA, _mS, _sDR],
|
|
@@ -2999,6 +3251,7 @@ export var WorkloadIdentityType$ = [3, n0, _WIT,
|
|
|
2999
3251
|
[_n, _wIA],
|
|
3000
3252
|
[0, 0], 2
|
|
3001
3253
|
];
|
|
3254
|
+
var __Unit = "unit";
|
|
3002
3255
|
var AgentRuntimeEndpoints = [1, n0, _AREg,
|
|
3003
3256
|
0, [() => AgentRuntimeEndpoint$,
|
|
3004
3257
|
0]
|
|
@@ -3085,6 +3338,21 @@ var GatewayTargetList = [1, n0, _GTL,
|
|
|
3085
3338
|
0, [() => GatewayTarget$,
|
|
3086
3339
|
0]
|
|
3087
3340
|
];
|
|
3341
|
+
var HarnessAllowedTools = 64 | 0;
|
|
3342
|
+
var HarnessSkills = [1, n0, _HSa,
|
|
3343
|
+
0, () => HarnessSkill$
|
|
3344
|
+
];
|
|
3345
|
+
var HarnessSummaries = [1, n0, _HSar,
|
|
3346
|
+
0, () => HarnessSummary$
|
|
3347
|
+
];
|
|
3348
|
+
var HarnessSystemPrompt = [1, n0, _HSP,
|
|
3349
|
+
0, [() => HarnessSystemContentBlock$,
|
|
3350
|
+
0]
|
|
3351
|
+
];
|
|
3352
|
+
var HarnessTools = [1, n0, _HTa,
|
|
3353
|
+
0, [() => HarnessTool$,
|
|
3354
|
+
0]
|
|
3355
|
+
];
|
|
3088
3356
|
var LogGroupNamesList = 64 | 0;
|
|
3089
3357
|
var MatchValueStringList = 64 | 0;
|
|
3090
3358
|
var McpSupportedVersions = 64 | 0;
|
|
@@ -3186,6 +3454,12 @@ var CustomParameterMap = 128 | 0;
|
|
|
3186
3454
|
var EnvironmentVariablesMap = [2, n0, _EVM,
|
|
3187
3455
|
8, 0, 0
|
|
3188
3456
|
];
|
|
3457
|
+
var HarnessAgentCoreMemoryRetrievalConfigs = [2, n0, _HACMRCa,
|
|
3458
|
+
0, 0, () => HarnessAgentCoreMemoryRetrievalConfig$
|
|
3459
|
+
];
|
|
3460
|
+
var HttpHeadersMap = [2, n0, _HHM,
|
|
3461
|
+
8, 0, 0
|
|
3462
|
+
];
|
|
3189
3463
|
var OAuthCustomParameters = [2, n0, _OACPu,
|
|
3190
3464
|
0, [0,
|
|
3191
3465
|
0],
|
|
@@ -3326,6 +3600,56 @@ export var GatewayProtocolConfiguration$ = [4, n0, _GPC,
|
|
|
3326
3600
|
[_mc],
|
|
3327
3601
|
[() => MCPGatewayConfiguration$]
|
|
3328
3602
|
];
|
|
3603
|
+
export var HarnessEnvironmentArtifact$ = [4, n0, _HEA,
|
|
3604
|
+
0,
|
|
3605
|
+
[_cCon],
|
|
3606
|
+
[() => ContainerConfiguration$]
|
|
3607
|
+
];
|
|
3608
|
+
export var HarnessEnvironmentProvider$ = [4, n0, _HEP,
|
|
3609
|
+
0,
|
|
3610
|
+
[_aCRE],
|
|
3611
|
+
[() => HarnessAgentCoreRuntimeEnvironment$]
|
|
3612
|
+
];
|
|
3613
|
+
export var HarnessEnvironmentProviderRequest$ = [4, n0, _HEPR,
|
|
3614
|
+
0,
|
|
3615
|
+
[_aCRE],
|
|
3616
|
+
[() => HarnessAgentCoreRuntimeEnvironmentRequest$]
|
|
3617
|
+
];
|
|
3618
|
+
export var HarnessGatewayOutboundAuth$ = [4, n0, _HGOA,
|
|
3619
|
+
0,
|
|
3620
|
+
[_aIw, _no, _oau],
|
|
3621
|
+
[() => __Unit, () => __Unit, [() => OAuthCredentialProvider$, 0]]
|
|
3622
|
+
];
|
|
3623
|
+
export var HarnessMemoryConfiguration$ = [4, n0, _HMC,
|
|
3624
|
+
0,
|
|
3625
|
+
[_aCMC],
|
|
3626
|
+
[() => HarnessAgentCoreMemoryConfiguration$]
|
|
3627
|
+
];
|
|
3628
|
+
export var HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
3629
|
+
0,
|
|
3630
|
+
[_bMC, _oAMC, _gMC],
|
|
3631
|
+
[() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig$]
|
|
3632
|
+
];
|
|
3633
|
+
export var HarnessSkill$ = [4, n0, _HSarn,
|
|
3634
|
+
0,
|
|
3635
|
+
[_p],
|
|
3636
|
+
[0]
|
|
3637
|
+
];
|
|
3638
|
+
export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
3639
|
+
0,
|
|
3640
|
+
[_tex],
|
|
3641
|
+
[[() => SensitiveText, 0]]
|
|
3642
|
+
];
|
|
3643
|
+
export var HarnessToolConfiguration$ = [4, n0, _HTCa,
|
|
3644
|
+
0,
|
|
3645
|
+
[_rM, _aCB, _aCG, _iF, _aCCI],
|
|
3646
|
+
[[() => HarnessRemoteMcpConfig$, 0], () => HarnessAgentCoreBrowserConfig$, [() => HarnessAgentCoreGatewayConfig$, 0], [() => HarnessInlineFunctionConfig$, 0], () => HarnessAgentCoreCodeInterpreterConfig$]
|
|
3647
|
+
];
|
|
3648
|
+
export var HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
|
|
3649
|
+
0,
|
|
3650
|
+
[_sW, _sum],
|
|
3651
|
+
[() => HarnessSlidingWindowConfiguration$, () => HarnessSummarizationConfiguration$]
|
|
3652
|
+
];
|
|
3329
3653
|
export var InterceptorConfiguration$ = [4, n0, _ICnt,
|
|
3330
3654
|
0,
|
|
3331
3655
|
[_lam],
|
|
@@ -3447,296 +3771,311 @@ export var TriggerConditionInput$ = [4, n0, _TCI,
|
|
|
3447
3771
|
[() => MessageBasedTriggerInput$, () => TokenBasedTriggerInput$, () => TimeBasedTriggerInput$]
|
|
3448
3772
|
];
|
|
3449
3773
|
export var CreateAgentRuntime$ = [9, n0, _CAR,
|
|
3450
|
-
{ [
|
|
3774
|
+
{ [_ht]: ["PUT", "/runtimes/", 202] }, () => CreateAgentRuntimeRequest$, () => CreateAgentRuntimeResponse$
|
|
3451
3775
|
];
|
|
3452
3776
|
export var CreateAgentRuntimeEndpoint$ = [9, n0, _CARE,
|
|
3453
|
-
{ [
|
|
3777
|
+
{ [_ht]: ["PUT", "/runtimes/{agentRuntimeId}/runtime-endpoints/", 202] }, () => CreateAgentRuntimeEndpointRequest$, () => CreateAgentRuntimeEndpointResponse$
|
|
3454
3778
|
];
|
|
3455
3779
|
export var CreateApiKeyCredentialProvider$ = [9, n0, _CAKCP,
|
|
3456
|
-
{ [
|
|
3780
|
+
{ [_ht]: ["POST", "/identities/CreateApiKeyCredentialProvider", 201] }, () => CreateApiKeyCredentialProviderRequest$, () => CreateApiKeyCredentialProviderResponse$
|
|
3457
3781
|
];
|
|
3458
3782
|
export var CreateBrowser$ = [9, n0, _CB,
|
|
3459
|
-
{ [
|
|
3783
|
+
{ [_ht]: ["PUT", "/browsers", 202] }, () => CreateBrowserRequest$, () => CreateBrowserResponse$
|
|
3460
3784
|
];
|
|
3461
3785
|
export var CreateBrowserProfile$ = [9, n0, _CBP,
|
|
3462
|
-
{ [
|
|
3786
|
+
{ [_ht]: ["PUT", "/browser-profiles", 200] }, () => CreateBrowserProfileRequest$, () => CreateBrowserProfileResponse$
|
|
3463
3787
|
];
|
|
3464
3788
|
export var CreateCodeInterpreter$ = [9, n0, _CCIr,
|
|
3465
|
-
{ [
|
|
3789
|
+
{ [_ht]: ["PUT", "/code-interpreters", 202] }, () => CreateCodeInterpreterRequest$, () => CreateCodeInterpreterResponse$
|
|
3466
3790
|
];
|
|
3467
3791
|
export var CreateEvaluator$ = [9, n0, _CEr,
|
|
3468
|
-
{ [
|
|
3792
|
+
{ [_ht]: ["POST", "/evaluators/create", 202] }, () => CreateEvaluatorRequest$, () => CreateEvaluatorResponse$
|
|
3469
3793
|
];
|
|
3470
3794
|
export var CreateGateway$ = [9, n0, _CG,
|
|
3471
|
-
{ [
|
|
3795
|
+
{ [_ht]: ["POST", "/gateways/", 202] }, () => CreateGatewayRequest$, () => CreateGatewayResponse$
|
|
3472
3796
|
];
|
|
3473
3797
|
export var CreateGatewayTarget$ = [9, n0, _CGT,
|
|
3474
|
-
{ [
|
|
3798
|
+
{ [_ht]: ["POST", "/gateways/{gatewayIdentifier}/targets/", 202] }, () => CreateGatewayTargetRequest$, () => CreateGatewayTargetResponse$
|
|
3799
|
+
];
|
|
3800
|
+
export var CreateHarness$ = [9, n0, _CH,
|
|
3801
|
+
{ [_ht]: ["POST", "/harnesses", 201] }, () => CreateHarnessRequest$, () => CreateHarnessResponse$
|
|
3475
3802
|
];
|
|
3476
3803
|
export var CreateMemory$ = [9, n0, _CM,
|
|
3477
|
-
{ [
|
|
3804
|
+
{ [_ht]: ["POST", "/memories/create", 202] }, () => CreateMemoryInput$, () => CreateMemoryOutput$
|
|
3478
3805
|
];
|
|
3479
3806
|
export var CreateOauth2CredentialProvider$ = [9, n0, _COCP,
|
|
3480
|
-
{ [
|
|
3807
|
+
{ [_ht]: ["POST", "/identities/CreateOauth2CredentialProvider", 201] }, () => CreateOauth2CredentialProviderRequest$, () => CreateOauth2CredentialProviderResponse$
|
|
3481
3808
|
];
|
|
3482
3809
|
export var CreateOnlineEvaluationConfig$ = [9, n0, _COEC,
|
|
3483
|
-
{ [
|
|
3810
|
+
{ [_ht]: ["POST", "/online-evaluation-configs/create", 202] }, () => CreateOnlineEvaluationConfigRequest$, () => CreateOnlineEvaluationConfigResponse$
|
|
3484
3811
|
];
|
|
3485
3812
|
export var CreatePolicy$ = [9, n0, _CPre,
|
|
3486
|
-
{ [
|
|
3813
|
+
{ [_ht]: ["POST", "/policy-engines/{policyEngineId}/policies", 202] }, () => CreatePolicyRequest$, () => CreatePolicyResponse$
|
|
3487
3814
|
];
|
|
3488
3815
|
export var CreatePolicyEngine$ = [9, n0, _CPE,
|
|
3489
|
-
{ [
|
|
3816
|
+
{ [_ht]: ["POST", "/policy-engines", 202] }, () => CreatePolicyEngineRequest$, () => CreatePolicyEngineResponse$
|
|
3490
3817
|
];
|
|
3491
3818
|
export var CreateRegistry$ = [9, n0, _CR,
|
|
3492
|
-
{ [
|
|
3819
|
+
{ [_ht]: ["POST", "/registries", 202] }, () => CreateRegistryRequest$, () => CreateRegistryResponse$
|
|
3493
3820
|
];
|
|
3494
3821
|
export var CreateRegistryRecord$ = [9, n0, _CRRre,
|
|
3495
|
-
{ [
|
|
3822
|
+
{ [_ht]: ["POST", "/registries/{registryId}/records", 202] }, () => CreateRegistryRecordRequest$, () => CreateRegistryRecordResponse$
|
|
3496
3823
|
];
|
|
3497
3824
|
export var CreateWorkloadIdentity$ = [9, n0, _CWI,
|
|
3498
|
-
{ [
|
|
3825
|
+
{ [_ht]: ["POST", "/identities/CreateWorkloadIdentity", 201] }, () => CreateWorkloadIdentityRequest$, () => CreateWorkloadIdentityResponse$
|
|
3499
3826
|
];
|
|
3500
3827
|
export var DeleteAgentRuntime$ = [9, n0, _DAR,
|
|
3501
|
-
{ [
|
|
3828
|
+
{ [_ht]: ["DELETE", "/runtimes/{agentRuntimeId}/", 202] }, () => DeleteAgentRuntimeRequest$, () => DeleteAgentRuntimeResponse$
|
|
3502
3829
|
];
|
|
3503
3830
|
export var DeleteAgentRuntimeEndpoint$ = [9, n0, _DARE,
|
|
3504
|
-
{ [
|
|
3831
|
+
{ [_ht]: ["DELETE", "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/", 202] }, () => DeleteAgentRuntimeEndpointRequest$, () => DeleteAgentRuntimeEndpointResponse$
|
|
3505
3832
|
];
|
|
3506
3833
|
export var DeleteApiKeyCredentialProvider$ = [9, n0, _DAKCP,
|
|
3507
|
-
{ [
|
|
3834
|
+
{ [_ht]: ["POST", "/identities/DeleteApiKeyCredentialProvider", 204] }, () => DeleteApiKeyCredentialProviderRequest$, () => DeleteApiKeyCredentialProviderResponse$
|
|
3508
3835
|
];
|
|
3509
3836
|
export var DeleteBrowser$ = [9, n0, _DB,
|
|
3510
|
-
{ [
|
|
3837
|
+
{ [_ht]: ["DELETE", "/browsers/{browserId}", 202] }, () => DeleteBrowserRequest$, () => DeleteBrowserResponse$
|
|
3511
3838
|
];
|
|
3512
3839
|
export var DeleteBrowserProfile$ = [9, n0, _DBP,
|
|
3513
|
-
{ [
|
|
3840
|
+
{ [_ht]: ["DELETE", "/browser-profiles/{profileId}", 200] }, () => DeleteBrowserProfileRequest$, () => DeleteBrowserProfileResponse$
|
|
3514
3841
|
];
|
|
3515
3842
|
export var DeleteCodeInterpreter$ = [9, n0, _DCI,
|
|
3516
|
-
{ [
|
|
3843
|
+
{ [_ht]: ["DELETE", "/code-interpreters/{codeInterpreterId}", 202] }, () => DeleteCodeInterpreterRequest$, () => DeleteCodeInterpreterResponse$
|
|
3517
3844
|
];
|
|
3518
3845
|
export var DeleteEvaluator$ = [9, n0, _DE,
|
|
3519
|
-
{ [
|
|
3846
|
+
{ [_ht]: ["DELETE", "/evaluators/{evaluatorId}", 202] }, () => DeleteEvaluatorRequest$, () => DeleteEvaluatorResponse$
|
|
3520
3847
|
];
|
|
3521
3848
|
export var DeleteGateway$ = [9, n0, _DG,
|
|
3522
|
-
{ [
|
|
3849
|
+
{ [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/", 202] }, () => DeleteGatewayRequest$, () => DeleteGatewayResponse$
|
|
3523
3850
|
];
|
|
3524
3851
|
export var DeleteGatewayTarget$ = [9, n0, _DGT,
|
|
3525
|
-
{ [
|
|
3852
|
+
{ [_ht]: ["DELETE", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => DeleteGatewayTargetRequest$, () => DeleteGatewayTargetResponse$
|
|
3853
|
+
];
|
|
3854
|
+
export var DeleteHarness$ = [9, n0, _DH,
|
|
3855
|
+
{ [_ht]: ["DELETE", "/harnesses/{harnessId}", 200] }, () => DeleteHarnessRequest$, () => DeleteHarnessResponse$
|
|
3526
3856
|
];
|
|
3527
3857
|
export var DeleteMemory$ = [9, n0, _DM,
|
|
3528
|
-
{ [
|
|
3858
|
+
{ [_ht]: ["DELETE", "/memories/{memoryId}/delete", 202] }, () => DeleteMemoryInput$, () => DeleteMemoryOutput$
|
|
3529
3859
|
];
|
|
3530
3860
|
export var DeleteOauth2CredentialProvider$ = [9, n0, _DOCP,
|
|
3531
|
-
{ [
|
|
3861
|
+
{ [_ht]: ["POST", "/identities/DeleteOauth2CredentialProvider", 204] }, () => DeleteOauth2CredentialProviderRequest$, () => DeleteOauth2CredentialProviderResponse$
|
|
3532
3862
|
];
|
|
3533
3863
|
export var DeleteOnlineEvaluationConfig$ = [9, n0, _DOEC,
|
|
3534
|
-
{ [
|
|
3864
|
+
{ [_ht]: ["DELETE", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => DeleteOnlineEvaluationConfigRequest$, () => DeleteOnlineEvaluationConfigResponse$
|
|
3535
3865
|
];
|
|
3536
3866
|
export var DeletePolicy$ = [9, n0, _DP,
|
|
3537
|
-
{ [
|
|
3867
|
+
{ [_ht]: ["DELETE", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => DeletePolicyRequest$, () => DeletePolicyResponse$
|
|
3538
3868
|
];
|
|
3539
3869
|
export var DeletePolicyEngine$ = [9, n0, _DPE,
|
|
3540
|
-
{ [
|
|
3870
|
+
{ [_ht]: ["DELETE", "/policy-engines/{policyEngineId}", 202] }, () => DeletePolicyEngineRequest$, () => DeletePolicyEngineResponse$
|
|
3541
3871
|
];
|
|
3542
3872
|
export var DeleteRegistry$ = [9, n0, _DR,
|
|
3543
|
-
{ [
|
|
3873
|
+
{ [_ht]: ["DELETE", "/registries/{registryId}", 202] }, () => DeleteRegistryRequest$, () => DeleteRegistryResponse$
|
|
3544
3874
|
];
|
|
3545
3875
|
export var DeleteRegistryRecord$ = [9, n0, _DRRel,
|
|
3546
|
-
{ [
|
|
3876
|
+
{ [_ht]: ["DELETE", "/registries/{registryId}/records/{recordId}", 200] }, () => DeleteRegistryRecordRequest$, () => DeleteRegistryRecordResponse$
|
|
3547
3877
|
];
|
|
3548
3878
|
export var DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
3549
|
-
{ [
|
|
3879
|
+
{ [_ht]: ["DELETE", "/resourcepolicy/{resourceArn}", 204] }, () => DeleteResourcePolicyRequest$, () => DeleteResourcePolicyResponse$
|
|
3550
3880
|
];
|
|
3551
3881
|
export var DeleteWorkloadIdentity$ = [9, n0, _DWI,
|
|
3552
|
-
{ [
|
|
3882
|
+
{ [_ht]: ["POST", "/identities/DeleteWorkloadIdentity", 204] }, () => DeleteWorkloadIdentityRequest$, () => DeleteWorkloadIdentityResponse$
|
|
3553
3883
|
];
|
|
3554
3884
|
export var GetAgentRuntime$ = [9, n0, _GAR,
|
|
3555
|
-
{ [
|
|
3885
|
+
{ [_ht]: ["GET", "/runtimes/{agentRuntimeId}/", 200] }, () => GetAgentRuntimeRequest$, () => GetAgentRuntimeResponse$
|
|
3556
3886
|
];
|
|
3557
3887
|
export var GetAgentRuntimeEndpoint$ = [9, n0, _GARE,
|
|
3558
|
-
{ [
|
|
3888
|
+
{ [_ht]: ["GET", "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/", 200] }, () => GetAgentRuntimeEndpointRequest$, () => GetAgentRuntimeEndpointResponse$
|
|
3559
3889
|
];
|
|
3560
3890
|
export var GetApiKeyCredentialProvider$ = [9, n0, _GAKCPe,
|
|
3561
|
-
{ [
|
|
3891
|
+
{ [_ht]: ["POST", "/identities/GetApiKeyCredentialProvider", 200] }, () => GetApiKeyCredentialProviderRequest$, () => GetApiKeyCredentialProviderResponse$
|
|
3562
3892
|
];
|
|
3563
3893
|
export var GetBrowser$ = [9, n0, _GB,
|
|
3564
|
-
{ [
|
|
3894
|
+
{ [_ht]: ["GET", "/browsers/{browserId}", 200] }, () => GetBrowserRequest$, () => GetBrowserResponse$
|
|
3565
3895
|
];
|
|
3566
3896
|
export var GetBrowserProfile$ = [9, n0, _GBP,
|
|
3567
|
-
{ [
|
|
3897
|
+
{ [_ht]: ["GET", "/browser-profiles/{profileId}", 200] }, () => GetBrowserProfileRequest$, () => GetBrowserProfileResponse$
|
|
3568
3898
|
];
|
|
3569
3899
|
export var GetCodeInterpreter$ = [9, n0, _GCI,
|
|
3570
|
-
{ [
|
|
3900
|
+
{ [_ht]: ["GET", "/code-interpreters/{codeInterpreterId}", 200] }, () => GetCodeInterpreterRequest$, () => GetCodeInterpreterResponse$
|
|
3571
3901
|
];
|
|
3572
3902
|
export var GetEvaluator$ = [9, n0, _GE,
|
|
3573
|
-
{ [
|
|
3903
|
+
{ [_ht]: ["GET", "/evaluators/{evaluatorId}", 200] }, () => GetEvaluatorRequest$, () => GetEvaluatorResponse$
|
|
3574
3904
|
];
|
|
3575
3905
|
export var GetGateway$ = [9, n0, _GG,
|
|
3576
|
-
{ [
|
|
3906
|
+
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/", 200] }, () => GetGatewayRequest$, () => GetGatewayResponse$
|
|
3577
3907
|
];
|
|
3578
3908
|
export var GetGatewayTarget$ = [9, n0, _GGT,
|
|
3579
|
-
{ [
|
|
3909
|
+
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 200] }, () => GetGatewayTargetRequest$, () => GetGatewayTargetResponse$
|
|
3910
|
+
];
|
|
3911
|
+
export var GetHarness$ = [9, n0, _GH,
|
|
3912
|
+
{ [_ht]: ["GET", "/harnesses/{harnessId}", 200] }, () => GetHarnessRequest$, () => GetHarnessResponse$
|
|
3580
3913
|
];
|
|
3581
3914
|
export var GetMemory$ = [9, n0, _GM,
|
|
3582
|
-
{ [
|
|
3915
|
+
{ [_ht]: ["GET", "/memories/{memoryId}/details", 200] }, () => GetMemoryInput$, () => GetMemoryOutput$
|
|
3583
3916
|
];
|
|
3584
3917
|
export var GetOauth2CredentialProvider$ = [9, n0, _GOCP,
|
|
3585
|
-
{ [
|
|
3918
|
+
{ [_ht]: ["POST", "/identities/GetOauth2CredentialProvider", 200] }, () => GetOauth2CredentialProviderRequest$, () => GetOauth2CredentialProviderResponse$
|
|
3586
3919
|
];
|
|
3587
3920
|
export var GetOnlineEvaluationConfig$ = [9, n0, _GOEC,
|
|
3588
|
-
{ [
|
|
3921
|
+
{ [_ht]: ["GET", "/online-evaluation-configs/{onlineEvaluationConfigId}", 200] }, () => GetOnlineEvaluationConfigRequest$, () => GetOnlineEvaluationConfigResponse$
|
|
3589
3922
|
];
|
|
3590
3923
|
export var GetPolicy$ = [9, n0, _GP,
|
|
3591
|
-
{ [
|
|
3924
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies/{policyId}", 200] }, () => GetPolicyRequest$, () => GetPolicyResponse$
|
|
3592
3925
|
];
|
|
3593
3926
|
export var GetPolicyEngine$ = [9, n0, _GPE,
|
|
3594
|
-
{ [
|
|
3927
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}", 200] }, () => GetPolicyEngineRequest$, () => GetPolicyEngineResponse$
|
|
3595
3928
|
];
|
|
3596
3929
|
export var GetPolicyGeneration$ = [9, n0, _GPG,
|
|
3597
|
-
{ [
|
|
3930
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}", 200] }, () => GetPolicyGenerationRequest$, () => GetPolicyGenerationResponse$
|
|
3598
3931
|
];
|
|
3599
3932
|
export var GetRegistry$ = [9, n0, _GR,
|
|
3600
|
-
{ [
|
|
3933
|
+
{ [_ht]: ["GET", "/registries/{registryId}", 200] }, () => GetRegistryRequest$, () => GetRegistryResponse$
|
|
3601
3934
|
];
|
|
3602
3935
|
export var GetRegistryRecord$ = [9, n0, _GRRet,
|
|
3603
|
-
{ [
|
|
3936
|
+
{ [_ht]: ["GET", "/registries/{registryId}/records/{recordId}", 200] }, () => GetRegistryRecordRequest$, () => GetRegistryRecordResponse$
|
|
3604
3937
|
];
|
|
3605
3938
|
export var GetResourcePolicy$ = [9, n0, _GRP,
|
|
3606
|
-
{ [
|
|
3939
|
+
{ [_ht]: ["GET", "/resourcepolicy/{resourceArn}", 200] }, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
|
|
3607
3940
|
];
|
|
3608
3941
|
export var GetTokenVault$ = [9, n0, _GTV,
|
|
3609
|
-
{ [
|
|
3942
|
+
{ [_ht]: ["POST", "/identities/get-token-vault", 200] }, () => GetTokenVaultRequest$, () => GetTokenVaultResponse$
|
|
3610
3943
|
];
|
|
3611
3944
|
export var GetWorkloadIdentity$ = [9, n0, _GWI,
|
|
3612
|
-
{ [
|
|
3945
|
+
{ [_ht]: ["POST", "/identities/GetWorkloadIdentity", 200] }, () => GetWorkloadIdentityRequest$, () => GetWorkloadIdentityResponse$
|
|
3613
3946
|
];
|
|
3614
3947
|
export var ListAgentRuntimeEndpoints$ = [9, n0, _LARE,
|
|
3615
|
-
{ [
|
|
3948
|
+
{ [_ht]: ["POST", "/runtimes/{agentRuntimeId}/runtime-endpoints/", 200] }, () => ListAgentRuntimeEndpointsRequest$, () => ListAgentRuntimeEndpointsResponse$
|
|
3616
3949
|
];
|
|
3617
3950
|
export var ListAgentRuntimes$ = [9, n0, _LAR,
|
|
3618
|
-
{ [
|
|
3951
|
+
{ [_ht]: ["POST", "/runtimes/", 200] }, () => ListAgentRuntimesRequest$, () => ListAgentRuntimesResponse$
|
|
3619
3952
|
];
|
|
3620
3953
|
export var ListAgentRuntimeVersions$ = [9, n0, _LARV,
|
|
3621
|
-
{ [
|
|
3954
|
+
{ [_ht]: ["POST", "/runtimes/{agentRuntimeId}/versions/", 200] }, () => ListAgentRuntimeVersionsRequest$, () => ListAgentRuntimeVersionsResponse$
|
|
3622
3955
|
];
|
|
3623
3956
|
export var ListApiKeyCredentialProviders$ = [9, n0, _LAKCP,
|
|
3624
|
-
{ [
|
|
3957
|
+
{ [_ht]: ["POST", "/identities/ListApiKeyCredentialProviders", 200] }, () => ListApiKeyCredentialProvidersRequest$, () => ListApiKeyCredentialProvidersResponse$
|
|
3625
3958
|
];
|
|
3626
3959
|
export var ListBrowserProfiles$ = [9, n0, _LBP,
|
|
3627
|
-
{ [
|
|
3960
|
+
{ [_ht]: ["POST", "/browser-profiles", 200] }, () => ListBrowserProfilesRequest$, () => ListBrowserProfilesResponse$
|
|
3628
3961
|
];
|
|
3629
3962
|
export var ListBrowsers$ = [9, n0, _LB,
|
|
3630
|
-
{ [
|
|
3963
|
+
{ [_ht]: ["POST", "/browsers", 200] }, () => ListBrowsersRequest$, () => ListBrowsersResponse$
|
|
3631
3964
|
];
|
|
3632
3965
|
export var ListCodeInterpreters$ = [9, n0, _LCI,
|
|
3633
|
-
{ [
|
|
3966
|
+
{ [_ht]: ["POST", "/code-interpreters", 200] }, () => ListCodeInterpretersRequest$, () => ListCodeInterpretersResponse$
|
|
3634
3967
|
];
|
|
3635
3968
|
export var ListEvaluators$ = [9, n0, _LE,
|
|
3636
|
-
{ [
|
|
3969
|
+
{ [_ht]: ["POST", "/evaluators", 200] }, () => ListEvaluatorsRequest$, () => ListEvaluatorsResponse$
|
|
3637
3970
|
];
|
|
3638
3971
|
export var ListGateways$ = [9, n0, _LG,
|
|
3639
|
-
{ [
|
|
3972
|
+
{ [_ht]: ["GET", "/gateways/", 200] }, () => ListGatewaysRequest$, () => ListGatewaysResponse$
|
|
3640
3973
|
];
|
|
3641
3974
|
export var ListGatewayTargets$ = [9, n0, _LGT,
|
|
3642
|
-
{ [
|
|
3975
|
+
{ [_ht]: ["GET", "/gateways/{gatewayIdentifier}/targets/", 200] }, () => ListGatewayTargetsRequest$, () => ListGatewayTargetsResponse$
|
|
3976
|
+
];
|
|
3977
|
+
export var ListHarnesses$ = [9, n0, _LH,
|
|
3978
|
+
{ [_ht]: ["GET", "/harnesses", 200] }, () => ListHarnessesRequest$, () => ListHarnessesResponse$
|
|
3643
3979
|
];
|
|
3644
3980
|
export var ListMemories$ = [9, n0, _LM,
|
|
3645
|
-
{ [
|
|
3981
|
+
{ [_ht]: ["POST", "/memories/", 200] }, () => ListMemoriesInput$, () => ListMemoriesOutput$
|
|
3646
3982
|
];
|
|
3647
3983
|
export var ListOauth2CredentialProviders$ = [9, n0, _LOCP,
|
|
3648
|
-
{ [
|
|
3984
|
+
{ [_ht]: ["POST", "/identities/ListOauth2CredentialProviders", 200] }, () => ListOauth2CredentialProvidersRequest$, () => ListOauth2CredentialProvidersResponse$
|
|
3649
3985
|
];
|
|
3650
3986
|
export var ListOnlineEvaluationConfigs$ = [9, n0, _LOEC,
|
|
3651
|
-
{ [
|
|
3987
|
+
{ [_ht]: ["POST", "/online-evaluation-configs", 200] }, () => ListOnlineEvaluationConfigsRequest$, () => ListOnlineEvaluationConfigsResponse$
|
|
3652
3988
|
];
|
|
3653
3989
|
export var ListPolicies$ = [9, n0, _LP,
|
|
3654
|
-
{ [
|
|
3990
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policies", 200] }, () => ListPoliciesRequest$, () => ListPoliciesResponse$
|
|
3655
3991
|
];
|
|
3656
3992
|
export var ListPolicyEngines$ = [9, n0, _LPE,
|
|
3657
|
-
{ [
|
|
3993
|
+
{ [_ht]: ["GET", "/policy-engines", 200] }, () => ListPolicyEnginesRequest$, () => ListPolicyEnginesResponse$
|
|
3658
3994
|
];
|
|
3659
3995
|
export var ListPolicyGenerationAssets$ = [9, n0, _LPGA,
|
|
3660
|
-
{ [
|
|
3996
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations/{policyGenerationId}/assets", 200] }, () => ListPolicyGenerationAssetsRequest$, () => ListPolicyGenerationAssetsResponse$
|
|
3661
3997
|
];
|
|
3662
3998
|
export var ListPolicyGenerations$ = [9, n0, _LPG,
|
|
3663
|
-
{ [
|
|
3999
|
+
{ [_ht]: ["GET", "/policy-engines/{policyEngineId}/policy-generations", 200] }, () => ListPolicyGenerationsRequest$, () => ListPolicyGenerationsResponse$
|
|
3664
4000
|
];
|
|
3665
4001
|
export var ListRegistries$ = [9, n0, _LR,
|
|
3666
|
-
{ [
|
|
4002
|
+
{ [_ht]: ["GET", "/registries", 200] }, () => ListRegistriesRequest$, () => ListRegistriesResponse$
|
|
3667
4003
|
];
|
|
3668
4004
|
export var ListRegistryRecords$ = [9, n0, _LRRis,
|
|
3669
|
-
{ [
|
|
4005
|
+
{ [_ht]: ["GET", "/registries/{registryId}/records", 200] }, () => ListRegistryRecordsRequest$, () => ListRegistryRecordsResponse$
|
|
3670
4006
|
];
|
|
3671
4007
|
export var ListTagsForResource$ = [9, n0, _LTFR,
|
|
3672
|
-
{ [
|
|
4008
|
+
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
3673
4009
|
];
|
|
3674
4010
|
export var ListWorkloadIdentities$ = [9, n0, _LWI,
|
|
3675
|
-
{ [
|
|
4011
|
+
{ [_ht]: ["POST", "/identities/ListWorkloadIdentities", 200] }, () => ListWorkloadIdentitiesRequest$, () => ListWorkloadIdentitiesResponse$
|
|
3676
4012
|
];
|
|
3677
4013
|
export var PutResourcePolicy$ = [9, n0, _PRP,
|
|
3678
|
-
{ [
|
|
4014
|
+
{ [_ht]: ["PUT", "/resourcepolicy/{resourceArn}", 201] }, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
|
|
3679
4015
|
];
|
|
3680
4016
|
export var SetTokenVaultCMK$ = [9, n0, _STVCMK,
|
|
3681
|
-
{ [
|
|
4017
|
+
{ [_ht]: ["POST", "/identities/set-token-vault-cmk", 200] }, () => SetTokenVaultCMKRequest$, () => SetTokenVaultCMKResponse$
|
|
3682
4018
|
];
|
|
3683
4019
|
export var StartPolicyGeneration$ = [9, n0, _SPG,
|
|
3684
|
-
{ [
|
|
4020
|
+
{ [_ht]: ["POST", "/policy-engines/{policyEngineId}/policy-generations", 202] }, () => StartPolicyGenerationRequest$, () => StartPolicyGenerationResponse$
|
|
3685
4021
|
];
|
|
3686
4022
|
export var SubmitRegistryRecordForApproval$ = [9, n0, _SRRFA,
|
|
3687
|
-
{ [
|
|
4023
|
+
{ [_ht]: ["POST", "/registries/{registryId}/records/{recordId}/submit-for-approval", 202] }, () => SubmitRegistryRecordForApprovalRequest$, () => SubmitRegistryRecordForApprovalResponse$
|
|
3688
4024
|
];
|
|
3689
4025
|
export var SynchronizeGatewayTargets$ = [9, n0, _SGT,
|
|
3690
|
-
{ [
|
|
4026
|
+
{ [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/synchronizeTargets", 202] }, () => SynchronizeGatewayTargetsRequest$, () => SynchronizeGatewayTargetsResponse$
|
|
3691
4027
|
];
|
|
3692
4028
|
export var TagResource$ = [9, n0, _TR,
|
|
3693
|
-
{ [
|
|
4029
|
+
{ [_ht]: ["POST", "/tags/{resourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
3694
4030
|
];
|
|
3695
4031
|
export var UntagResource$ = [9, n0, _UR,
|
|
3696
|
-
{ [
|
|
4032
|
+
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
3697
4033
|
];
|
|
3698
4034
|
export var UpdateAgentRuntime$ = [9, n0, _UAR,
|
|
3699
|
-
{ [
|
|
4035
|
+
{ [_ht]: ["PUT", "/runtimes/{agentRuntimeId}/", 202] }, () => UpdateAgentRuntimeRequest$, () => UpdateAgentRuntimeResponse$
|
|
3700
4036
|
];
|
|
3701
4037
|
export var UpdateAgentRuntimeEndpoint$ = [9, n0, _UARE,
|
|
3702
|
-
{ [
|
|
4038
|
+
{ [_ht]: ["PUT", "/runtimes/{agentRuntimeId}/runtime-endpoints/{endpointName}/", 202] }, () => UpdateAgentRuntimeEndpointRequest$, () => UpdateAgentRuntimeEndpointResponse$
|
|
3703
4039
|
];
|
|
3704
4040
|
export var UpdateApiKeyCredentialProvider$ = [9, n0, _UAKCP,
|
|
3705
|
-
{ [
|
|
4041
|
+
{ [_ht]: ["POST", "/identities/UpdateApiKeyCredentialProvider", 200] }, () => UpdateApiKeyCredentialProviderRequest$, () => UpdateApiKeyCredentialProviderResponse$
|
|
3706
4042
|
];
|
|
3707
4043
|
export var UpdateEvaluator$ = [9, n0, _UEp,
|
|
3708
|
-
{ [
|
|
4044
|
+
{ [_ht]: ["PUT", "/evaluators/{evaluatorId}", 202] }, () => UpdateEvaluatorRequest$, () => UpdateEvaluatorResponse$
|
|
3709
4045
|
];
|
|
3710
4046
|
export var UpdateGateway$ = [9, n0, _UG,
|
|
3711
|
-
{ [
|
|
4047
|
+
{ [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/", 202] }, () => UpdateGatewayRequest$, () => UpdateGatewayResponse$
|
|
3712
4048
|
];
|
|
3713
4049
|
export var UpdateGatewayTarget$ = [9, n0, _UGT,
|
|
3714
|
-
{ [
|
|
4050
|
+
{ [_ht]: ["PUT", "/gateways/{gatewayIdentifier}/targets/{targetId}/", 202] }, () => UpdateGatewayTargetRequest$, () => UpdateGatewayTargetResponse$
|
|
4051
|
+
];
|
|
4052
|
+
export var UpdateHarness$ = [9, n0, _UH,
|
|
4053
|
+
{ [_ht]: ["PATCH", "/harnesses/{harnessId}", 200] }, () => UpdateHarnessRequest$, () => UpdateHarnessResponse$
|
|
3715
4054
|
];
|
|
3716
4055
|
export var UpdateMemory$ = [9, n0, _UM,
|
|
3717
|
-
{ [
|
|
4056
|
+
{ [_ht]: ["PUT", "/memories/{memoryId}/update", 202] }, () => UpdateMemoryInput$, () => UpdateMemoryOutput$
|
|
3718
4057
|
];
|
|
3719
4058
|
export var UpdateOauth2CredentialProvider$ = [9, n0, _UOCP,
|
|
3720
|
-
{ [
|
|
4059
|
+
{ [_ht]: ["POST", "/identities/UpdateOauth2CredentialProvider", 200] }, () => UpdateOauth2CredentialProviderRequest$, () => UpdateOauth2CredentialProviderResponse$
|
|
3721
4060
|
];
|
|
3722
4061
|
export var UpdateOnlineEvaluationConfig$ = [9, n0, _UOEC,
|
|
3723
|
-
{ [
|
|
4062
|
+
{ [_ht]: ["PUT", "/online-evaluation-configs/{onlineEvaluationConfigId}", 202] }, () => UpdateOnlineEvaluationConfigRequest$, () => UpdateOnlineEvaluationConfigResponse$
|
|
3724
4063
|
];
|
|
3725
4064
|
export var UpdatePolicy$ = [9, n0, _UP,
|
|
3726
|
-
{ [
|
|
4065
|
+
{ [_ht]: ["PATCH", "/policy-engines/{policyEngineId}/policies/{policyId}", 202] }, () => UpdatePolicyRequest$, () => UpdatePolicyResponse$
|
|
3727
4066
|
];
|
|
3728
4067
|
export var UpdatePolicyEngine$ = [9, n0, _UPE,
|
|
3729
|
-
{ [
|
|
4068
|
+
{ [_ht]: ["PATCH", "/policy-engines/{policyEngineId}", 202] }, () => UpdatePolicyEngineRequest$, () => UpdatePolicyEngineResponse$
|
|
3730
4069
|
];
|
|
3731
4070
|
export var UpdateRegistry$ = [9, n0, _URp,
|
|
3732
|
-
{ [
|
|
4071
|
+
{ [_ht]: ["PATCH", "/registries/{registryId}", 202] }, () => UpdateRegistryRequest$, () => UpdateRegistryResponse$
|
|
3733
4072
|
];
|
|
3734
4073
|
export var UpdateRegistryRecord$ = [9, n0, _URRpda,
|
|
3735
|
-
{ [
|
|
4074
|
+
{ [_ht]: ["PATCH", "/registries/{registryId}/records/{recordId}", 202] }, () => UpdateRegistryRecordRequest$, () => UpdateRegistryRecordResponse$
|
|
3736
4075
|
];
|
|
3737
4076
|
export var UpdateRegistryRecordStatus$ = [9, n0, _URRS,
|
|
3738
|
-
{ [
|
|
4077
|
+
{ [_ht]: ["PATCH", "/registries/{registryId}/records/{recordId}/status", 202] }, () => UpdateRegistryRecordStatusRequest$, () => UpdateRegistryRecordStatusResponse$
|
|
3739
4078
|
];
|
|
3740
4079
|
export var UpdateWorkloadIdentity$ = [9, n0, _UWI,
|
|
3741
|
-
{ [
|
|
4080
|
+
{ [_ht]: ["POST", "/identities/UpdateWorkloadIdentity", 200] }, () => UpdateWorkloadIdentityRequest$, () => UpdateWorkloadIdentityResponse$
|
|
3742
4081
|
];
|