@aws-sdk/client-bedrock-agentcore-control 3.1055.0 → 3.1057.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/dist-cjs/index.js +16 -0
- package/dist-cjs/schemas/schemas_0.js +135 -80
- package/dist-es/models/enums.js +13 -0
- package/dist-es/schemas/schemas_0.js +124 -69
- package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +8 -1
- package/dist-types/commands/CreateHarnessCommand.d.ts +48 -0
- package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +53 -18
- package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +32 -4
- package/dist-types/commands/DeleteHarnessCommand.d.ts +24 -0
- package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetHarnessCommand.d.ts +24 -0
- package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +2 -0
- package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +8 -0
- package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +1 -0
- package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +1 -2
- package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +8 -1
- package/dist-types/commands/UpdateHarnessCommand.d.ts +48 -0
- package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +53 -18
- package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +32 -4
- package/dist-types/models/enums.d.ts +52 -0
- package/dist-types/models/models_0.d.ts +228 -86
- package/dist-types/models/models_1.d.ts +298 -88
- package/dist-types/models/models_2.d.ts +70 -0
- package/dist-types/schemas/schemas_0.d.ts +5 -0
- package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +78 -23
- package/dist-types/ts3.4/models/models_1.d.ts +76 -37
- package/dist-types/ts3.4/models/models_2.d.ts +18 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -0
- package/package.json +6 -6
package/dist-es/models/enums.js
CHANGED
|
@@ -66,6 +66,10 @@ export const AgentRuntimeStatus = {
|
|
|
66
66
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
67
67
|
UPDATING: "UPDATING",
|
|
68
68
|
};
|
|
69
|
+
export const SecretSourceType = {
|
|
70
|
+
EXTERNAL: "EXTERNAL",
|
|
71
|
+
MANAGED: "MANAGED",
|
|
72
|
+
};
|
|
69
73
|
export const BrowserProfileStatus = {
|
|
70
74
|
DELETED: "DELETED",
|
|
71
75
|
DELETING: "DELETING",
|
|
@@ -243,6 +247,15 @@ export const KeyType = {
|
|
|
243
247
|
CustomerManagedKey: "CustomerManagedKey",
|
|
244
248
|
ServiceManagedKey: "ServiceManagedKey",
|
|
245
249
|
};
|
|
250
|
+
export const HarnessBedrockApiFormat = {
|
|
251
|
+
CHAT_COMPLETIONS: "chat_completions",
|
|
252
|
+
CONVERSE_STREAM: "converse_stream",
|
|
253
|
+
RESPONSES: "responses",
|
|
254
|
+
};
|
|
255
|
+
export const HarnessOpenAiApiFormat = {
|
|
256
|
+
CHAT_COMPLETIONS: "chat_completions",
|
|
257
|
+
RESPONSES: "responses",
|
|
258
|
+
};
|
|
246
259
|
export const HarnessToolType = {
|
|
247
260
|
AGENTCORE_BROWSER: "agentcore_browser",
|
|
248
261
|
AGENTCORE_CODE_INTERPRETER: "agentcore_code_interpreter",
|
|
@@ -17,7 +17,6 @@ const _AGTO = "ApiGatewayToolOverride";
|
|
|
17
17
|
const _AGTOp = "ApiGatewayToolOverrides";
|
|
18
18
|
const _AKCP = "ApiKeyCredentialProviders";
|
|
19
19
|
const _AKCPI = "ApiKeyCredentialProviderItem";
|
|
20
|
-
const _AKT = "ApiKeyType";
|
|
21
20
|
const _AOPCI = "AtlassianOauth2ProviderConfigInput";
|
|
22
21
|
const _AOPCO = "AtlassianOauth2ProviderConfigOutput";
|
|
23
22
|
const _AR = "AgentRuntime";
|
|
@@ -63,7 +62,6 @@ const _CBSL = "ConfigurationBundleSummaryList";
|
|
|
63
62
|
const _CBVS = "ConfigurationBundleVersionSummary";
|
|
64
63
|
const _CBVSL = "ConfigurationBundleVersionSummaryList";
|
|
65
64
|
const _CC = "CodeConfiguration";
|
|
66
|
-
const _CCAKST = "CoinbaseCdpApiKeySecretType";
|
|
67
65
|
const _CCB = "CreateConfigurationBundle";
|
|
68
66
|
const _CCBR = "CreateConfigurationBundleRequest";
|
|
69
67
|
const _CCBRr = "CreateConfigurationBundleResponse";
|
|
@@ -79,7 +77,6 @@ const _CCL = "ContentConfigurationList";
|
|
|
79
77
|
const _CCM = "ComponentConfigurationMap";
|
|
80
78
|
const _CCVT = "CustomClaimValidationType";
|
|
81
79
|
const _CCVTu = "CustomClaimValidationsType";
|
|
82
|
-
const _CCWST = "CoinbaseCdpWalletSecretType";
|
|
83
80
|
const _CCo = "ComponentConfiguration";
|
|
84
81
|
const _CCon = "ContainerConfiguration";
|
|
85
82
|
const _CCons = "ConsolidationConfiguration";
|
|
@@ -159,7 +156,6 @@ const _CRRr = "CreateRegistryResponse";
|
|
|
159
156
|
const _CRRre = "CreateRegistryRecord";
|
|
160
157
|
const _CSD = "CategoricalScaleDefinition";
|
|
161
158
|
const _CSDa = "CategoricalScaleDefinitions";
|
|
162
|
-
const _CST = "ClientSecretType";
|
|
163
159
|
const _CWI = "CreateWorkloadIdentity";
|
|
164
160
|
const _CWIR = "CreateWorkloadIdentityRequest";
|
|
165
161
|
const _CWIRr = "CreateWorkloadIdentityResponse";
|
|
@@ -174,6 +170,7 @@ const _D = "Definition";
|
|
|
174
170
|
const _DAKCP = "DeleteApiKeyCredentialProvider";
|
|
175
171
|
const _DAKCPR = "DeleteApiKeyCredentialProviderRequest";
|
|
176
172
|
const _DAKCPRe = "DeleteApiKeyCredentialProviderResponse";
|
|
173
|
+
const _DAKT = "DefaultApiKeyType";
|
|
177
174
|
const _DAR = "DeleteAgentRuntime";
|
|
178
175
|
const _DARE = "DeleteAgentRuntimeEndpoint";
|
|
179
176
|
const _DARER = "DeleteAgentRuntimeEndpointRequest";
|
|
@@ -189,6 +186,8 @@ const _DBRe = "DeleteBrowserResponse";
|
|
|
189
186
|
const _DCB = "DeleteConfigurationBundle";
|
|
190
187
|
const _DCBR = "DeleteConfigurationBundleRequest";
|
|
191
188
|
const _DCBRe = "DeleteConfigurationBundleResponse";
|
|
189
|
+
const _DCCAKST = "DefaultCoinbaseCdpApiKeySecretType";
|
|
190
|
+
const _DCCWST = "DefaultCoinbaseCdpWalletSecretType";
|
|
192
191
|
const _DCI = "DeleteCodeInterpreter";
|
|
193
192
|
const _DCIR = "DeleteCodeInterpreterRequest";
|
|
194
193
|
const _DCIRe = "DeleteCodeInterpreterResponse";
|
|
@@ -254,6 +253,8 @@ const _DRRel = "DeleteRegistryRecord";
|
|
|
254
253
|
const _DS = "DatasetSummary";
|
|
255
254
|
const _DSC = "DataSourceConfig";
|
|
256
255
|
const _DSL = "DatasetSummaryList";
|
|
256
|
+
const _DSPAPKT = "DefaultStripePrivyAuthorizationPrivateKeyType";
|
|
257
|
+
const _DSPAST = "DefaultStripePrivyAppSecretType";
|
|
257
258
|
const _DST = "DataSourceType";
|
|
258
259
|
const _DU = "DownloadUrl";
|
|
259
260
|
const _DVS = "DatasetVersionSummary";
|
|
@@ -424,6 +425,8 @@ const _HGOA = "HarnessGatewayOutboundAuth";
|
|
|
424
425
|
const _HHM = "HttpHeadersMap";
|
|
425
426
|
const _HIFC = "HarnessInlineFunctionConfig";
|
|
426
427
|
const _HIFD = "HarnessInlineFunctionDescription";
|
|
428
|
+
const _HLLAB = "HarnessLiteLlmApiBase";
|
|
429
|
+
const _HLLMC = "HarnessLiteLlmModelConfig";
|
|
427
430
|
const _HMC = "HarnessMemoryConfiguration";
|
|
428
431
|
const _HMCa = "HarnessModelConfiguration";
|
|
429
432
|
const _HOAMC = "HarnessOpenAiModelConfig";
|
|
@@ -432,7 +435,10 @@ const _HRMU = "HarnessRemoteMcpUrl";
|
|
|
432
435
|
const _HS = "HarnessSummary";
|
|
433
436
|
const _HSC = "HarnessSummarizationConfiguration";
|
|
434
437
|
const _HSCB = "HarnessSystemContentBlock";
|
|
438
|
+
const _HSGA = "HarnessSkillGitAuth";
|
|
439
|
+
const _HSGS = "HarnessSkillGitSource";
|
|
435
440
|
const _HSP = "HarnessSystemPrompt";
|
|
441
|
+
const _HSSS = "HarnessSkillS3Source";
|
|
436
442
|
const _HSWC = "HarnessSlidingWindowConfiguration";
|
|
437
443
|
const _HSa = "HarnessSkills";
|
|
438
444
|
const _HSar = "HarnessSummaries";
|
|
@@ -722,18 +728,17 @@ const _SOPCIl = "SlackOauth2ProviderConfigInput";
|
|
|
722
728
|
const _SOPCO = "SalesforceOauth2ProviderConfigOutput";
|
|
723
729
|
const _SOPCOl = "SlackOauth2ProviderConfigOutput";
|
|
724
730
|
const _SP = "SchemaProperties";
|
|
725
|
-
const _SPAPKT = "StripePrivyAuthorizationPrivateKeyType";
|
|
726
|
-
const _SPAST = "StripePrivyAppSecretType";
|
|
727
731
|
const _SPCI = "StripePrivyConfigurationInput";
|
|
728
732
|
const _SPCO = "StripePrivyConfigurationOutput";
|
|
729
733
|
const _SPG = "StartPolicyGeneration";
|
|
730
734
|
const _SPGR = "StartPolicyGenerationRequest";
|
|
731
735
|
const _SPGRt = "StartPolicyGenerationResponse";
|
|
732
736
|
const _SQEE = "ServiceQuotaExceededException";
|
|
733
|
-
const _SR = "
|
|
737
|
+
const _SR = "SecretReference";
|
|
734
738
|
const _SRRFA = "SubmitRegistryRecordForApproval";
|
|
735
739
|
const _SRRFAR = "SubmitRegistryRecordForApprovalRequest";
|
|
736
740
|
const _SRRFARu = "SubmitRegistryRecordForApprovalResponse";
|
|
741
|
+
const _SRt = "StaticRoute";
|
|
737
742
|
const _SS = "S3Source";
|
|
738
743
|
const _SSC = "SessionStorageConfiguration";
|
|
739
744
|
const _ST = "SensitiveText";
|
|
@@ -882,6 +887,7 @@ const _WR = "WeightedRoute";
|
|
|
882
887
|
const _a = "actions";
|
|
883
888
|
const _aA = "autoApproval";
|
|
884
889
|
const _aAl = "allowedAudience";
|
|
890
|
+
const _aB = "apiBase";
|
|
885
891
|
const _aC = "agentCard";
|
|
886
892
|
const _aCB = "agentCoreBrowser";
|
|
887
893
|
const _aCCI = "agentCoreCodeInterpreter";
|
|
@@ -895,6 +901,7 @@ const _aCp = "approvalConfiguration";
|
|
|
895
901
|
const _aCu = "authorizerConfiguration";
|
|
896
902
|
const _aD = "authorizationData";
|
|
897
903
|
const _aE = "authorizationEndpoint";
|
|
904
|
+
const _aF = "apiFormat";
|
|
898
905
|
const _aG = "apiGateway";
|
|
899
906
|
const _aGTC = "apiGatewayToolConfiguration";
|
|
900
907
|
const _aI = "actorId";
|
|
@@ -908,13 +915,20 @@ const _aKCP = "apiKeyCredentialProvider";
|
|
|
908
915
|
const _aKI = "apiKeyId";
|
|
909
916
|
const _aKS = "apiKeySecret";
|
|
910
917
|
const _aKSA = "apiKeySecretArn";
|
|
918
|
+
const _aKSC = "apiKeySecretConfig";
|
|
919
|
+
const _aKSJK = "apiKeySecretJsonKey";
|
|
920
|
+
const _aKSS = "apiKeySecretSource";
|
|
911
921
|
const _aMRF = "additionalModelRequestFields";
|
|
912
922
|
const _aMS = "addMemoryStrategies";
|
|
913
923
|
const _aO = "anyOf";
|
|
914
924
|
const _aOPC = "atlassianOauth2ProviderConfig";
|
|
925
|
+
const _aP = "additionalParams";
|
|
915
926
|
const _aPA = "accessPointArn";
|
|
916
927
|
const _aPK = "authorizationPrivateKey";
|
|
917
928
|
const _aPKA = "authorizationPrivateKeyArn";
|
|
929
|
+
const _aPKC = "authorizationPrivateKeyConfig";
|
|
930
|
+
const _aPKJK = "authorizationPrivateKeyJsonKey";
|
|
931
|
+
const _aPKS = "authorizationPrivateKeySource";
|
|
918
932
|
const _aQP = "allowedQueryParameters";
|
|
919
933
|
const _aR = "agentRuntimes";
|
|
920
934
|
const _aRA = "agentRuntimeArn";
|
|
@@ -929,7 +943,10 @@ const _aRV = "agentRuntimeVersion";
|
|
|
929
943
|
const _aRg = "agentcoreRuntime";
|
|
930
944
|
const _aS = "allowedScopes";
|
|
931
945
|
const _aSA = "appSecretArn";
|
|
946
|
+
const _aSC = "appSecretConfig";
|
|
947
|
+
const _aSJK = "appSecretJsonKey";
|
|
932
948
|
const _aSM = "authorizationServerMetadata";
|
|
949
|
+
const _aSS = "appSecretSource";
|
|
933
950
|
const _aSg = "agentSkills";
|
|
934
951
|
const _aSp = "appSecret";
|
|
935
952
|
const _aT = "authorizerType";
|
|
@@ -941,6 +958,7 @@ const _aU = "authorizationUrl";
|
|
|
941
958
|
const _aV = "allowedValues";
|
|
942
959
|
const _aa = "a2a";
|
|
943
960
|
const _ar = "arn";
|
|
961
|
+
const _au = "auth";
|
|
944
962
|
const _b = "bundles";
|
|
945
963
|
const _bA = "browserArn";
|
|
946
964
|
const _bAu = "bundleArn";
|
|
@@ -959,6 +977,7 @@ const _bu = "bucket";
|
|
|
959
977
|
const _c = "client";
|
|
960
978
|
const _cA = "createdAt";
|
|
961
979
|
const _cAM = "clientAuthenticationMethod";
|
|
980
|
+
const _cAr = "credentialArn";
|
|
962
981
|
const _cB = "createdBy";
|
|
963
982
|
const _cBN = "createdByName";
|
|
964
983
|
const _cBo = "configurationBundle";
|
|
@@ -994,6 +1013,9 @@ const _cPu = "customParameters";
|
|
|
994
1013
|
const _cRC = "customReflectionConfiguration";
|
|
995
1014
|
const _cS = "clientSecret";
|
|
996
1015
|
const _cSA = "clientSecretArn";
|
|
1016
|
+
const _cSC = "clientSecretConfig";
|
|
1017
|
+
const _cSJK = "clientSecretJsonKey";
|
|
1018
|
+
const _cSS = "clientSecretSource";
|
|
997
1019
|
const _cT = "clientToken";
|
|
998
1020
|
const _cTr = "createdTime";
|
|
999
1021
|
const _cU = "containerUri";
|
|
@@ -1075,6 +1097,7 @@ const _fR = "failureReason";
|
|
|
1075
1097
|
const _fU = "fromUrl";
|
|
1076
1098
|
const _fi = "filter";
|
|
1077
1099
|
const _fil = "filters";
|
|
1100
|
+
const _g = "git";
|
|
1078
1101
|
const _gA = "gatewayArn";
|
|
1079
1102
|
const _gI = "gatewayId";
|
|
1080
1103
|
const _gIa = "gatewayIdentifier";
|
|
@@ -1118,6 +1141,7 @@ const _in = "interceptor";
|
|
|
1118
1141
|
const _ins = "instructions";
|
|
1119
1142
|
const _is = "issuer";
|
|
1120
1143
|
const _it = "items";
|
|
1144
|
+
const _jK = "jsonKey";
|
|
1121
1145
|
const _k = "key";
|
|
1122
1146
|
const _kC = "kmsConfiguration";
|
|
1123
1147
|
const _kKA = "kmsKeyArn";
|
|
@@ -1133,6 +1157,7 @@ const _lEI = "llmExtractionInstruction";
|
|
|
1133
1157
|
const _lFM = "lockedForModification";
|
|
1134
1158
|
const _lGN = "logGroupNames";
|
|
1135
1159
|
const _lGNo = "logGroupName";
|
|
1160
|
+
const _lLMC = "liteLlmModelConfig";
|
|
1136
1161
|
const _lM = "lineageMetadata";
|
|
1137
1162
|
const _lMD = "lastModifiedDate";
|
|
1138
1163
|
const _lMi = "listingMode";
|
|
@@ -1311,6 +1336,7 @@ const _sFAP = "s3FilesAccessPoint";
|
|
|
1311
1336
|
const _sG = "securityGroups";
|
|
1312
1337
|
const _sGI = "securityGroupIds";
|
|
1313
1338
|
const _sI = "strategyId";
|
|
1339
|
+
const _sIe = "secretId";
|
|
1314
1340
|
const _sIu = "subnetIds";
|
|
1315
1341
|
const _sL = "s3Location";
|
|
1316
1342
|
const _sLV = "stringListValidation";
|
|
@@ -1406,6 +1432,7 @@ const _uPEO = "userPreferenceExtractionOverride";
|
|
|
1406
1432
|
const _uPMS = "userPreferenceMemoryStrategy";
|
|
1407
1433
|
const _uPO = "userPreferenceOverride";
|
|
1408
1434
|
const _ur = "uri";
|
|
1435
|
+
const _us = "username";
|
|
1409
1436
|
const _v = "value";
|
|
1410
1437
|
const _vC = "vpcConfig";
|
|
1411
1438
|
const _vCA = "versionCreatedAt";
|
|
@@ -1424,6 +1451,9 @@ const _wO = "weightedOverride";
|
|
|
1424
1451
|
const _wR = "weightedRoute";
|
|
1425
1452
|
const _wS = "walletSecret";
|
|
1426
1453
|
const _wSA = "walletSecretArn";
|
|
1454
|
+
const _wSC = "walletSecretConfig";
|
|
1455
|
+
const _wSJK = "walletSecretJsonKey";
|
|
1456
|
+
const _wSS = "walletSecretSource";
|
|
1427
1457
|
const n0 = "com.amazonaws.bedrockagentcorecontrol";
|
|
1428
1458
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1429
1459
|
import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
|
|
@@ -1520,12 +1550,13 @@ export const errorTypeRegistries = [
|
|
|
1520
1550
|
_s_registry,
|
|
1521
1551
|
n0_registry,
|
|
1522
1552
|
];
|
|
1523
|
-
var ApiKeyType = [0, n0, _AKT, 8, 0];
|
|
1524
|
-
var ClientSecretType = [0, n0, _CST, 8, 0];
|
|
1525
|
-
var CoinbaseCdpApiKeySecretType = [0, n0, _CCAKST, 8, 0];
|
|
1526
|
-
var CoinbaseCdpWalletSecretType = [0, n0, _CCWST, 8, 0];
|
|
1527
1553
|
var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
|
|
1554
|
+
var DefaultApiKeyType = [0, n0, _DAKT, 8, 0];
|
|
1528
1555
|
var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
|
|
1556
|
+
var DefaultCoinbaseCdpApiKeySecretType = [0, n0, _DCCAKST, 8, 0];
|
|
1557
|
+
var DefaultCoinbaseCdpWalletSecretType = [0, n0, _DCCWST, 8, 0];
|
|
1558
|
+
var DefaultStripePrivyAppSecretType = [0, n0, _DSPAST, 8, 0];
|
|
1559
|
+
var DefaultStripePrivyAuthorizationPrivateKeyType = [0, n0, _DSPAPKT, 8, 0];
|
|
1529
1560
|
var Definition = [0, n0, _D, 8, 0];
|
|
1530
1561
|
var Description = [0, n0, _De, 8, 0];
|
|
1531
1562
|
var DownloadUrl = [0, n0, _DU, 8, 0];
|
|
@@ -1536,6 +1567,7 @@ var EvaluatorInstructions = [0, n0, _EI, 8, 0];
|
|
|
1536
1567
|
var GatewayDescription = [0, n0, _GD, 8, 0];
|
|
1537
1568
|
var GatewayName = [0, n0, _GN, 8, 0];
|
|
1538
1569
|
var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
|
|
1570
|
+
var HarnessLiteLlmApiBase = [0, n0, _HLLAB, 8, 0];
|
|
1539
1571
|
var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
|
|
1540
1572
|
var InlinePayload = [0, n0, _IP, 8, 0];
|
|
1541
1573
|
var LlmExtractionInstruction = [0, n0, _LEI, 8, 0];
|
|
@@ -1543,8 +1575,6 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
|
|
|
1543
1575
|
var Prompt = [0, n0, _P, 8, 0];
|
|
1544
1576
|
var SensitiveJson = [0, n0, _SJ, 8, 15];
|
|
1545
1577
|
var SensitiveText = [0, n0, _ST, 8, 0];
|
|
1546
|
-
var StripePrivyAppSecretType = [0, n0, _SPAST, 8, 0];
|
|
1547
|
-
var StripePrivyAuthorizationPrivateKeyType = [0, n0, _SPAPKT, 8, 0];
|
|
1548
1578
|
var TargetDescription = [0, n0, _TD, 8, 0];
|
|
1549
1579
|
var TargetName = [0, n0, _TN, 8, 0];
|
|
1550
1580
|
export var A2aDescriptor$ = [3, n0, _AD,
|
|
@@ -1614,8 +1644,8 @@ export var ApprovalConfiguration$ = [3, n0, _AC,
|
|
|
1614
1644
|
];
|
|
1615
1645
|
export var AtlassianOauth2ProviderConfigInput$ = [3, n0, _AOPCI,
|
|
1616
1646
|
0,
|
|
1617
|
-
[_cI, _cS],
|
|
1618
|
-
[0, [() =>
|
|
1647
|
+
[_cI, _cS, _cSC, _cSS],
|
|
1648
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0], 1
|
|
1619
1649
|
];
|
|
1620
1650
|
export var AtlassianOauth2ProviderConfigOutput$ = [3, n0, _AOPCO,
|
|
1621
1651
|
0,
|
|
@@ -1704,13 +1734,13 @@ export var CodeInterpreterSummary$ = [3, n0, _CIS,
|
|
|
1704
1734
|
];
|
|
1705
1735
|
export var CoinbaseCdpConfigurationInput$ = [3, n0, _CCCI,
|
|
1706
1736
|
0,
|
|
1707
|
-
[_aKI, _aKS, _wS],
|
|
1708
|
-
[0, [() =>
|
|
1737
|
+
[_aKI, _aKS, _aKSS, _aKSC, _wS, _wSS, _wSC],
|
|
1738
|
+
[0, [() => DefaultCoinbaseCdpApiKeySecretType, 0], 0, () => SecretReference$, [() => DefaultCoinbaseCdpWalletSecretType, 0], 0, () => SecretReference$], 1
|
|
1709
1739
|
];
|
|
1710
1740
|
export var CoinbaseCdpConfigurationOutput$ = [3, n0, _CCCO,
|
|
1711
1741
|
0,
|
|
1712
|
-
[_aKI, _aKSA, _wSA],
|
|
1713
|
-
[0, () => Secret$, () => Secret
|
|
1742
|
+
[_aKI, _aKSA, _wSA, _aKSJK, _aKSS, _wSJK, _wSS],
|
|
1743
|
+
[0, () => Secret$, () => Secret$, 0, 0, 0, 0], 3
|
|
1714
1744
|
];
|
|
1715
1745
|
export var ComponentConfiguration$ = [3, n0, _CCo,
|
|
1716
1746
|
8,
|
|
@@ -1724,8 +1754,8 @@ export var ConfigurationBundleReference$ = [3, n0, _CBR,
|
|
|
1724
1754
|
];
|
|
1725
1755
|
export var ConfigurationBundleSummary$ = [3, n0, _CBS,
|
|
1726
1756
|
0,
|
|
1727
|
-
[_bAu, _bIu, _bN, _d],
|
|
1728
|
-
[0, 0, 0, [() => ConfigurationBundleDescription, 0]], 3
|
|
1757
|
+
[_bAu, _bIu, _bN, _d, _cA],
|
|
1758
|
+
[0, 0, 0, [() => ConfigurationBundleDescription, 0], 4], 3
|
|
1729
1759
|
];
|
|
1730
1760
|
export var ConfigurationBundleVersionSummary$ = [3, n0, _CBVS,
|
|
1731
1761
|
0,
|
|
@@ -1764,13 +1794,13 @@ export var CreateAgentRuntimeResponse$ = [3, n0, _CARRr,
|
|
|
1764
1794
|
];
|
|
1765
1795
|
export var CreateApiKeyCredentialProviderRequest$ = [3, n0, _CAKCPR,
|
|
1766
1796
|
0,
|
|
1767
|
-
[_n, _aK, _ta],
|
|
1768
|
-
[0, [() =>
|
|
1797
|
+
[_n, _aK, _aKSC, _aKSS, _ta],
|
|
1798
|
+
[0, [() => DefaultApiKeyType, 0], () => SecretReference$, 0, 128 | 0], 1
|
|
1769
1799
|
];
|
|
1770
1800
|
export var CreateApiKeyCredentialProviderResponse$ = [3, n0, _CAKCPRr,
|
|
1771
1801
|
0,
|
|
1772
|
-
[_aKSA, _n, _cPA],
|
|
1773
|
-
[() => Secret$, 0, 0], 3
|
|
1802
|
+
[_aKSA, _n, _cPA, _aKSJK, _aKSS],
|
|
1803
|
+
[() => Secret$, 0, 0, 0, 0], 3
|
|
1774
1804
|
];
|
|
1775
1805
|
export var CreateBrowserProfileRequest$ = [3, n0, _CBPR,
|
|
1776
1806
|
0,
|
|
@@ -1875,7 +1905,7 @@ export var CreateGatewayTargetResponse$ = [3, n0, _CGTRr,
|
|
|
1875
1905
|
export var CreateHarnessRequest$ = [3, n0, _CHR,
|
|
1876
1906
|
0,
|
|
1877
1907
|
[_hN, _eRA, _cT, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS, _ta],
|
|
1878
|
-
[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
|
|
1908
|
+
[0, 0, [0, 4], () => HarnessEnvironmentProviderRequest$, () => HarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => AuthorizerConfiguration$, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => HarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1, 128 | 0], 2
|
|
1879
1909
|
];
|
|
1880
1910
|
export var CreateHarnessResponse$ = [3, n0, _CHRr,
|
|
1881
1911
|
0,
|
|
@@ -1899,8 +1929,8 @@ export var CreateOauth2CredentialProviderRequest$ = [3, n0, _COCPR,
|
|
|
1899
1929
|
];
|
|
1900
1930
|
export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
|
|
1901
1931
|
0,
|
|
1902
|
-
[_cSA, _n, _cPA, _cUa, _oPCO, _st],
|
|
1903
|
-
[() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 0], 3
|
|
1932
|
+
[_cSA, _n, _cPA, _cSJK, _cSS, _cUa, _oPCO, _st],
|
|
1933
|
+
[() => Secret$, 0, 0, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 0], 3
|
|
1904
1934
|
];
|
|
1905
1935
|
export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
|
|
1906
1936
|
0,
|
|
@@ -2019,8 +2049,8 @@ export var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
|
|
|
2019
2049
|
];
|
|
2020
2050
|
export var CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
|
|
2021
2051
|
0,
|
|
2022
|
-
[_oD, _cI, _cS,
|
|
2023
|
-
[() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () =>
|
|
2052
|
+
[_oD, _cI, _cS, _cSC, _cSS, _oBOTEC, _cAM, _pE, _pEO],
|
|
2053
|
+
[() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
|
|
2024
2054
|
];
|
|
2025
2055
|
export var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
|
|
2026
2056
|
0,
|
|
@@ -2439,8 +2469,8 @@ export var GetApiKeyCredentialProviderRequest$ = [3, n0, _GAKCPR,
|
|
|
2439
2469
|
];
|
|
2440
2470
|
export var GetApiKeyCredentialProviderResponse$ = [3, n0, _GAKCPRe,
|
|
2441
2471
|
0,
|
|
2442
|
-
[_aKSA, _n, _cPA, _cTr, _lUT],
|
|
2443
|
-
[() => Secret$, 0, 0, 4, 4], 5
|
|
2472
|
+
[_aKSA, _n, _cPA, _cTr, _lUT, _aKSJK, _aKSS],
|
|
2473
|
+
[() => Secret$, 0, 0, 4, 4, 0, 0], 5
|
|
2444
2474
|
];
|
|
2445
2475
|
export var GetBrowserProfileRequest$ = [3, n0, _GBPR,
|
|
2446
2476
|
0,
|
|
@@ -2569,8 +2599,8 @@ export var GetOauth2CredentialProviderRequest$ = [3, n0, _GOCPR,
|
|
|
2569
2599
|
];
|
|
2570
2600
|
export var GetOauth2CredentialProviderResponse$ = [3, n0, _GOCPRe,
|
|
2571
2601
|
0,
|
|
2572
|
-
[_cSA, _n, _cPA, _cPV, _oPCO, _cTr, _lUT, _cUa, _st, _fR],
|
|
2573
|
-
[() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0], 7
|
|
2602
|
+
[_cSA, _n, _cPA, _cPV, _oPCO, _cTr, _lUT, _cSJK, _cSS, _cUa, _st, _fR],
|
|
2603
|
+
[() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0, 0, 0], 7
|
|
2574
2604
|
];
|
|
2575
2605
|
export var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
|
|
2576
2606
|
0,
|
|
@@ -2724,8 +2754,8 @@ export var GetWorkloadIdentityResponse$ = [3, n0, _GWIRe,
|
|
|
2724
2754
|
];
|
|
2725
2755
|
export var GithubOauth2ProviderConfigInput$ = [3, n0, _GOPCI,
|
|
2726
2756
|
0,
|
|
2727
|
-
[_cI, _cS],
|
|
2728
|
-
[0, [() =>
|
|
2757
|
+
[_cI, _cS, _cSC, _cSS],
|
|
2758
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0], 1
|
|
2729
2759
|
];
|
|
2730
2760
|
export var GithubOauth2ProviderConfigOutput$ = [3, n0, _GOPCO,
|
|
2731
2761
|
0,
|
|
@@ -2734,8 +2764,8 @@ export var GithubOauth2ProviderConfigOutput$ = [3, n0, _GOPCO,
|
|
|
2734
2764
|
];
|
|
2735
2765
|
export var GoogleOauth2ProviderConfigInput$ = [3, n0, _GOPCIo,
|
|
2736
2766
|
0,
|
|
2737
|
-
[_cI, _cS],
|
|
2738
|
-
[0, [() =>
|
|
2767
|
+
[_cI, _cS, _cSC, _cSS],
|
|
2768
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0], 1
|
|
2739
2769
|
];
|
|
2740
2770
|
export var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
2741
2771
|
0,
|
|
@@ -2745,7 +2775,7 @@ export var GoogleOauth2ProviderConfigOutput$ = [3, n0, _GOPCOo,
|
|
|
2745
2775
|
export var Harness$ = [3, n0, _H,
|
|
2746
2776
|
0,
|
|
2747
2777
|
[_hI, _hN, _ar, _st, _eRA, _cA, _uA, _mo, _sP, _to, _sk, _aTl, _tr, _env, _eAn, _eV, _aCu, _mem, _mIa, _mT, _tS, _fR],
|
|
2748
|
-
[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
|
|
2778
|
+
[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
|
|
2749
2779
|
];
|
|
2750
2780
|
export var HarnessAgentCoreBrowserConfig$ = [3, n0, _HACBC,
|
|
2751
2781
|
0,
|
|
@@ -2784,8 +2814,8 @@ export var HarnessAgentCoreRuntimeEnvironmentRequest$ = [3, n0, _HACRER,
|
|
|
2784
2814
|
];
|
|
2785
2815
|
export var HarnessBedrockModelConfig$ = [3, n0, _HBMC,
|
|
2786
2816
|
0,
|
|
2787
|
-
[_mI, _mT, _te, _tP],
|
|
2788
|
-
[0, 1, 1, 1], 1
|
|
2817
|
+
[_mI, _mT, _te, _tP, _aF, _aP],
|
|
2818
|
+
[0, 1, 1, 1, 0, 15], 1
|
|
2789
2819
|
];
|
|
2790
2820
|
export var HarnessGeminiModelConfig$ = [3, n0, _HGMC,
|
|
2791
2821
|
0,
|
|
@@ -2797,16 +2827,36 @@ export var HarnessInlineFunctionConfig$ = [3, n0, _HIFC,
|
|
|
2797
2827
|
[_d, _iS],
|
|
2798
2828
|
[[() => HarnessInlineFunctionDescription, 0], [() => SensitiveJson, 0]], 2
|
|
2799
2829
|
];
|
|
2830
|
+
export var HarnessLiteLlmModelConfig$ = [3, n0, _HLLMC,
|
|
2831
|
+
0,
|
|
2832
|
+
[_mI, _aKA, _aB, _mT, _te, _tP, _aP],
|
|
2833
|
+
[0, 0, [() => HarnessLiteLlmApiBase, 0], 1, 1, 1, 15], 1
|
|
2834
|
+
];
|
|
2800
2835
|
export var HarnessOpenAiModelConfig$ = [3, n0, _HOAMC,
|
|
2801
2836
|
0,
|
|
2802
|
-
[_mI, _aKA, _mT, _te, _tP],
|
|
2803
|
-
[0, 0, 1, 1, 1], 2
|
|
2837
|
+
[_mI, _aKA, _mT, _te, _tP, _aF, _aP],
|
|
2838
|
+
[0, 0, 1, 1, 1, 0, 15], 2
|
|
2804
2839
|
];
|
|
2805
2840
|
export var HarnessRemoteMcpConfig$ = [3, n0, _HRMC,
|
|
2806
2841
|
0,
|
|
2807
2842
|
[_u, _he],
|
|
2808
2843
|
[[() => HarnessRemoteMcpUrl, 0], [() => HttpHeadersMap, 0]], 1
|
|
2809
2844
|
];
|
|
2845
|
+
export var HarnessSkillGitAuth$ = [3, n0, _HSGA,
|
|
2846
|
+
0,
|
|
2847
|
+
[_cAr, _us],
|
|
2848
|
+
[0, 0], 1
|
|
2849
|
+
];
|
|
2850
|
+
export var HarnessSkillGitSource$ = [3, n0, _HSGS,
|
|
2851
|
+
0,
|
|
2852
|
+
[_u, _p, _au],
|
|
2853
|
+
[0, 0, () => HarnessSkillGitAuth$], 1
|
|
2854
|
+
];
|
|
2855
|
+
export var HarnessSkillS3Source$ = [3, n0, _HSSS,
|
|
2856
|
+
0,
|
|
2857
|
+
[_ur],
|
|
2858
|
+
[0], 1
|
|
2859
|
+
];
|
|
2810
2860
|
export var HarnessSlidingWindowConfiguration$ = [3, n0, _HSWC,
|
|
2811
2861
|
0,
|
|
2812
2862
|
[_mCe],
|
|
@@ -2844,8 +2894,8 @@ export var IamPrincipal$ = [3, n0, _IPa,
|
|
|
2844
2894
|
];
|
|
2845
2895
|
export var IncludedOauth2ProviderConfigInput$ = [3, n0, _IOPCI,
|
|
2846
2896
|
0,
|
|
2847
|
-
[_cI, _cS, _is, _aE, _tE],
|
|
2848
|
-
[0, [() =>
|
|
2897
|
+
[_cI, _cS, _cSC, _cSS, _is, _aE, _tE],
|
|
2898
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, 0, 0, 0], 1
|
|
2849
2899
|
];
|
|
2850
2900
|
export var IncludedOauth2ProviderConfigOutput$ = [3, n0, _IOPCO,
|
|
2851
2901
|
0,
|
|
@@ -2909,8 +2959,8 @@ export var LifecycleConfiguration$ = [3, n0, _LC,
|
|
|
2909
2959
|
];
|
|
2910
2960
|
export var LinkedinOauth2ProviderConfigInput$ = [3, n0, _LOPCI,
|
|
2911
2961
|
0,
|
|
2912
|
-
[_cI, _cS],
|
|
2913
|
-
[0, [() =>
|
|
2962
|
+
[_cI, _cS, _cSC, _cSS],
|
|
2963
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0], 1
|
|
2914
2964
|
];
|
|
2915
2965
|
export var LinkedinOauth2ProviderConfigOutput$ = [3, n0, _LOPCO,
|
|
2916
2966
|
0,
|
|
@@ -3349,8 +3399,8 @@ export var MetadataSchemaEntry$ = [3, n0, _MSE,
|
|
|
3349
3399
|
];
|
|
3350
3400
|
export var MicrosoftOauth2ProviderConfigInput$ = [3, n0, _MOPCI,
|
|
3351
3401
|
0,
|
|
3352
|
-
[_cI, _cS, _tIe],
|
|
3353
|
-
[0, [() =>
|
|
3402
|
+
[_cI, _cS, _cSC, _cSS, _tIe],
|
|
3403
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, 0], 1
|
|
3354
3404
|
];
|
|
3355
3405
|
export var MicrosoftOauth2ProviderConfigOutput$ = [3, n0, _MOPCO,
|
|
3356
3406
|
0,
|
|
@@ -3579,8 +3629,8 @@ export var S3Source$ = [3, n0, _SS,
|
|
|
3579
3629
|
];
|
|
3580
3630
|
export var SalesforceOauth2ProviderConfigInput$ = [3, n0, _SOPCI,
|
|
3581
3631
|
0,
|
|
3582
|
-
[_cI, _cS],
|
|
3583
|
-
[0, [() =>
|
|
3632
|
+
[_cI, _cS, _cSC, _cSS],
|
|
3633
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0], 1
|
|
3584
3634
|
];
|
|
3585
3635
|
export var SalesforceOauth2ProviderConfigOutput$ = [3, n0, _SOPCO,
|
|
3586
3636
|
0,
|
|
@@ -3602,6 +3652,11 @@ export var Secret$ = [3, n0, _S,
|
|
|
3602
3652
|
[_sA],
|
|
3603
3653
|
[0], 1
|
|
3604
3654
|
];
|
|
3655
|
+
export var SecretReference$ = [3, n0, _SR,
|
|
3656
|
+
0,
|
|
3657
|
+
[_sIe, _jK],
|
|
3658
|
+
[0, 0], 2
|
|
3659
|
+
];
|
|
3605
3660
|
export var SecretsManagerLocation$ = [3, n0, _SML,
|
|
3606
3661
|
0,
|
|
3607
3662
|
[_sA],
|
|
@@ -3689,8 +3744,8 @@ export var SkillMdDefinition$ = [3, n0, _SMD,
|
|
|
3689
3744
|
];
|
|
3690
3745
|
export var SlackOauth2ProviderConfigInput$ = [3, n0, _SOPCIl,
|
|
3691
3746
|
0,
|
|
3692
|
-
[_cI, _cS],
|
|
3693
|
-
[0, [() =>
|
|
3747
|
+
[_cI, _cS, _cSC, _cSS],
|
|
3748
|
+
[0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0], 1
|
|
3694
3749
|
];
|
|
3695
3750
|
export var SlackOauth2ProviderConfigOutput$ = [3, n0, _SOPCOl,
|
|
3696
3751
|
0,
|
|
@@ -3712,7 +3767,7 @@ export var StaticOverride$ = [3, n0, _SO,
|
|
|
3712
3767
|
[_bAu, _bV],
|
|
3713
3768
|
[0, 0], 2
|
|
3714
3769
|
];
|
|
3715
|
-
export var StaticRoute$ = [3, n0,
|
|
3770
|
+
export var StaticRoute$ = [3, n0, _SRt,
|
|
3716
3771
|
0,
|
|
3717
3772
|
[_tN],
|
|
3718
3773
|
[[() => TargetName, 0]], 1
|
|
@@ -3744,13 +3799,13 @@ export var StringValidation$ = [3, n0, _SV,
|
|
|
3744
3799
|
];
|
|
3745
3800
|
export var StripePrivyConfigurationInput$ = [3, n0, _SPCI,
|
|
3746
3801
|
0,
|
|
3747
|
-
[_aIp, _aSp, _aPK,
|
|
3748
|
-
[0, [() =>
|
|
3802
|
+
[_aIp, _aIu, _aSp, _aSS, _aSC, _aPK, _aPKS, _aPKC],
|
|
3803
|
+
[0, 0, [() => DefaultStripePrivyAppSecretType, 0], 0, () => SecretReference$, [() => DefaultStripePrivyAuthorizationPrivateKeyType, 0], 0, () => SecretReference$], 2
|
|
3749
3804
|
];
|
|
3750
3805
|
export var StripePrivyConfigurationOutput$ = [3, n0, _SPCO,
|
|
3751
3806
|
0,
|
|
3752
|
-
[_aIp, _aSA, _aPKA, _aIu],
|
|
3753
|
-
[0, () => Secret$, () => Secret$, 0], 4
|
|
3807
|
+
[_aIp, _aSA, _aPKA, _aIu, _aSJK, _aSS, _aPKJK, _aPKS],
|
|
3808
|
+
[0, () => Secret$, () => Secret$, 0, 0, 0, 0, 0], 4
|
|
3754
3809
|
];
|
|
3755
3810
|
export var SubmitRegistryRecordForApprovalRequest$ = [3, n0, _SRRFAR,
|
|
3756
3811
|
0,
|
|
@@ -3894,13 +3949,13 @@ export var UpdateAgentRuntimeResponse$ = [3, n0, _UARRp,
|
|
|
3894
3949
|
];
|
|
3895
3950
|
export var UpdateApiKeyCredentialProviderRequest$ = [3, n0, _UAKCPR,
|
|
3896
3951
|
0,
|
|
3897
|
-
[_n, _aK],
|
|
3898
|
-
[0, [() =>
|
|
3952
|
+
[_n, _aK, _aKSC, _aKSS],
|
|
3953
|
+
[0, [() => DefaultApiKeyType, 0], () => SecretReference$, 0], 1
|
|
3899
3954
|
];
|
|
3900
3955
|
export var UpdateApiKeyCredentialProviderResponse$ = [3, n0, _UAKCPRp,
|
|
3901
3956
|
0,
|
|
3902
|
-
[_aKSA, _n, _cPA, _cTr, _lUT],
|
|
3903
|
-
[() => Secret$, 0, 0, 4, 4], 5
|
|
3957
|
+
[_aKSA, _n, _cPA, _cTr, _lUT, _aKSJK, _aKSS],
|
|
3958
|
+
[() => Secret$, 0, 0, 4, 4, 0, 0], 5
|
|
3904
3959
|
];
|
|
3905
3960
|
export var UpdateConfigurationBundleRequest$ = [3, n0, _UCBR,
|
|
3906
3961
|
0,
|
|
@@ -4070,7 +4125,7 @@ export var UpdateGatewayTargetResponse$ = [3, n0, _UGTRp,
|
|
|
4070
4125
|
export var UpdateHarnessRequest$ = [3, n0, _UHR,
|
|
4071
4126
|
0,
|
|
4072
4127
|
[_hI, _cT, _eRA, _env, _eAn, _eV, _aCu, _mo, _sP, _to, _sk, _aTl, _mem, _tr, _mIa, _mT, _tS],
|
|
4073
|
-
[[0, 1], [0, 4], 0, () => HarnessEnvironmentProviderRequest$, () => UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => UpdatedAuthorizerConfiguration$, () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => UpdatedHarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
4128
|
+
[[0, 1], [0, 4], 0, () => HarnessEnvironmentProviderRequest$, () => UpdatedHarnessEnvironmentArtifact$, [() => EnvironmentVariablesMap, 0], () => UpdatedAuthorizerConfiguration$, [() => HarnessModelConfiguration$, 0], [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, () => UpdatedHarnessMemoryConfiguration$, () => HarnessTruncationConfiguration$, 1, 1, 1], 1
|
|
4074
4129
|
];
|
|
4075
4130
|
export var UpdateHarnessResponse$ = [3, n0, _UHRp,
|
|
4076
4131
|
0,
|
|
@@ -4094,8 +4149,8 @@ export var UpdateOauth2CredentialProviderRequest$ = [3, n0, _UOCPR,
|
|
|
4094
4149
|
];
|
|
4095
4150
|
export var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
|
|
4096
4151
|
0,
|
|
4097
|
-
[_cSA, _n, _cPV, _cPA, _oPCO, _cTr, _lUT, _cUa, _st],
|
|
4098
|
-
[() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0], 7
|
|
4152
|
+
[_cSA, _n, _cPV, _cPA, _oPCO, _cTr, _lUT, _cSJK, _cSS, _cUa, _st],
|
|
4153
|
+
[() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0, 0], 7
|
|
4099
4154
|
];
|
|
4100
4155
|
export var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
|
|
4101
4156
|
0,
|
|
@@ -4760,13 +4815,13 @@ export var HarnessMemoryConfiguration$ = [4, n0, _HMC,
|
|
|
4760
4815
|
];
|
|
4761
4816
|
export var HarnessModelConfiguration$ = [4, n0, _HMCa,
|
|
4762
4817
|
0,
|
|
4763
|
-
[_bMC, _oAMC, _gMC],
|
|
4764
|
-
[() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig
|
|
4818
|
+
[_bMC, _oAMC, _gMC, _lLMC],
|
|
4819
|
+
[() => HarnessBedrockModelConfig$, () => HarnessOpenAiModelConfig$, () => HarnessGeminiModelConfig$, [() => HarnessLiteLlmModelConfig$, 0]]
|
|
4765
4820
|
];
|
|
4766
4821
|
export var HarnessSkill$ = [4, n0, _HSarn,
|
|
4767
4822
|
0,
|
|
4768
|
-
[_p],
|
|
4769
|
-
[0]
|
|
4823
|
+
[_p, _s_, _g],
|
|
4824
|
+
[0, () => HarnessSkillS3Source$, () => HarnessSkillGitSource$]
|
|
4770
4825
|
];
|
|
4771
4826
|
export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
|
|
4772
4827
|
0,
|
|
@@ -40,7 +40,12 @@ declare const CreateApiKeyCredentialProviderCommand_base: {
|
|
|
40
40
|
* const client = new BedrockAgentCoreControlClient(config);
|
|
41
41
|
* const input = { // CreateApiKeyCredentialProviderRequest
|
|
42
42
|
* name: "STRING_VALUE", // required
|
|
43
|
-
* apiKey: "STRING_VALUE",
|
|
43
|
+
* apiKey: "STRING_VALUE",
|
|
44
|
+
* apiKeySecretConfig: { // SecretReference
|
|
45
|
+
* secretId: "STRING_VALUE", // required
|
|
46
|
+
* jsonKey: "STRING_VALUE", // required
|
|
47
|
+
* },
|
|
48
|
+
* apiKeySecretSource: "MANAGED" || "EXTERNAL",
|
|
44
49
|
* tags: { // TagsMap
|
|
45
50
|
* "<keys>": "STRING_VALUE",
|
|
46
51
|
* },
|
|
@@ -51,6 +56,8 @@ declare const CreateApiKeyCredentialProviderCommand_base: {
|
|
|
51
56
|
* // apiKeySecretArn: { // Secret
|
|
52
57
|
* // secretArn: "STRING_VALUE", // required
|
|
53
58
|
* // },
|
|
59
|
+
* // apiKeySecretJsonKey: "STRING_VALUE",
|
|
60
|
+
* // apiKeySecretSource: "MANAGED" || "EXTERNAL",
|
|
54
61
|
* // name: "STRING_VALUE", // required
|
|
55
62
|
* // credentialProviderArn: "STRING_VALUE", // required
|
|
56
63
|
* // };
|