@aws-sdk/client-bedrock-agentcore-control 3.1096.0 → 3.1097.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1095.0";
72
+ var version = "3.1096.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -317,6 +317,8 @@ const _A = "Actions";
317
317
  const _AC = "ApprovalConfiguration";
318
318
  const _ACD = "AgentCardDefinition";
319
319
  const _ACMVT = "AuthorizingClaimMatchValueType";
320
+ const _ACV = "AdditionalClaimValue";
321
+ const _ACd = "AdditionalClaims";
320
322
  const _ACu = "AuthorizerConfiguration";
321
323
  const _AD = "A2aDescriptor";
322
324
  const _ADE = "AccessDeniedException";
@@ -818,6 +820,7 @@ const _IPa = "IamPrincipal";
818
820
  const _ISE = "InternalServerException";
819
821
  const _ITC = "InferenceTargetConfiguration";
820
822
  const _KC = "KmsConfiguration";
823
+ const _KKST = "KmsKeySourceType";
821
824
  const _KR = "KinesisResource";
822
825
  const _LAAJEC = "LlmAsAJudgeEvaluatorConfig";
823
826
  const _LAKCP = "ListApiKeyCredentialProviders";
@@ -1017,6 +1020,8 @@ const _PGD = "PolicyGenerationDetails";
1017
1020
  const _PGS = "PolicyGenerationSummary";
1018
1021
  const _PGSL = "PolicyGenerationSummaryList";
1019
1022
  const _PGo = "PolicyGenerations";
1023
+ const _PKJC = "PrivateKeyJwtConfig";
1024
+ const _PKS = "PrivateKeySource";
1020
1025
  const _PMS = "PaymentManagerSummary";
1021
1026
  const _PMSa = "PaymentManagerSummaries";
1022
1027
  const _PP = "ProviderPrefix";
@@ -1280,6 +1285,7 @@ const _aE = "authorizationEndpoint";
1280
1285
  const _aF = "apiFormat";
1281
1286
  const _aG = "apiGateway";
1282
1287
  const _aGTC = "apiGatewayToolConfiguration";
1288
+ const _aHC = "additionalHeaderClaims";
1283
1289
  const _aI = "actorId";
1284
1290
  const _aIK = "addIndexedKeys";
1285
1291
  const _aIp = "appId";
@@ -1300,6 +1306,7 @@ const _aO = "anyOf";
1300
1306
  const _aOPC = "atlassianOauth2ProviderConfig";
1301
1307
  const _aP = "additionalParams";
1302
1308
  const _aPA = "accessPointArn";
1309
+ const _aPC = "additionalPayloadClaims";
1303
1310
  const _aPK = "authorizationPrivateKey";
1304
1311
  const _aPKA = "authorizationPrivateKeyArn";
1305
1312
  const _aPKC = "authorizationPrivateKeyConfig";
@@ -1547,6 +1554,7 @@ const _jK = "jsonKey";
1547
1554
  const _k = "key";
1548
1555
  const _kC = "kmsConfiguration";
1549
1556
  const _kKA = "kmsKeyArn";
1557
+ const _kKS = "kmsKeySource";
1550
1558
  const _kT = "keyType";
1551
1559
  const _ki = "kinesis";
1552
1560
  const _l = "location";
@@ -1674,6 +1682,8 @@ const _pGI = "policyGenerationId";
1674
1682
  const _pGo = "policyGeneration";
1675
1683
  const _pI = "profileId";
1676
1684
  const _pIo = "policyId";
1685
+ const _pKJC = "privateKeyJwtConfig";
1686
+ const _pKS = "privateKeySource";
1677
1687
  const _pM = "paymentManagers";
1678
1688
  const _pMA = "paymentManagerArn";
1679
1689
  const _pMI = "paymentManagerId";
@@ -1736,7 +1746,8 @@ const _reso = "resources";
1736
1746
  const _ru = "runtime";
1737
1747
  const _rul = "rule";
1738
1748
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
1739
- const _sA = "secretArn";
1749
+ const _sA = "signingAlgorithm";
1750
+ const _sAe = "secretArn";
1740
1751
  const _sC = "synchronizationConfiguration";
1741
1752
  const _sCO = "semanticConsolidationOverride";
1742
1753
  const _sCOu = "summaryConsolidationOverride";
@@ -1972,6 +1983,7 @@ const errorTypeRegistries = [
1972
1983
  _s_registry,
1973
1984
  n0_registry,
1974
1985
  ];
1986
+ var AdditionalClaimValue = [0, n0, _ACV, 8, 0];
1975
1987
  var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
1976
1988
  var DefaultApiKeyType = [0, n0, _DAKT, 8, 0];
1977
1989
  var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
@@ -2392,7 +2404,7 @@ var CreateOauth2CredentialProviderRequest$ = [3, n0, _COCPR,
2392
2404
  var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
2393
2405
  0,
2394
2406
  [_cSA, _n, _cPA, _cSJK, _cSS, _cUa, _oPCO, _st],
2395
- [() => Secret$, 0, 0, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 0], 3
2407
+ [() => Secret$, 0, 0, 0, 0, 0, [() => Oauth2ProviderConfigOutput$, 0], 0], 3
2396
2408
  ];
2397
2409
  var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
2398
2410
  0,
@@ -2511,13 +2523,13 @@ var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
2511
2523
  ];
2512
2524
  var CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
2513
2525
  0,
2514
- [_oD, _cI, _cS, _cSC, _cSS, _oBOTEC, _cAM, _pE, _pEO],
2515
- [() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
2526
+ [_oD, _cI, _cS, _cSC, _cSS, _oBOTEC, _cAM, _pKJC, _pE, _pEO],
2527
+ [() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, [() => PrivateKeyJwtConfig$, 0], () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
2516
2528
  ];
2517
2529
  var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
2518
2530
  0,
2519
- [_oD, _cI, _pE, _pEO, _oBOTEC, _cAM],
2520
- [() => Oauth2Discovery$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides, () => OnBehalfOfTokenExchangeConfigType$, 0], 1
2531
+ [_oD, _cI, _oBOTEC, _cAM, _pE, _pEO, _pKJC],
2532
+ [() => Oauth2Discovery$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides, [() => PrivateKeyJwtConfig$, 0]], 1
2521
2533
  ];
2522
2534
  var CustomTransformConfiguration$ = [3, n0, _CTCu,
2523
2535
  0,
@@ -3092,7 +3104,7 @@ var GetOauth2CredentialProviderRequest$ = [3, n0, _GOCPR,
3092
3104
  var GetOauth2CredentialProviderResponse$ = [3, n0, _GOCPRe,
3093
3105
  0,
3094
3106
  [_cSA, _n, _cPA, _cPV, _oPCO, _cTr, _lUT, _cSJK, _cSS, _cUa, _st, _fR],
3095
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0, 0, 0], 7
3107
+ [() => Secret$, 0, 0, 0, [() => Oauth2ProviderConfigOutput$, 0], 4, 4, 0, 0, 0, 0, 0], 7
3096
3108
  ];
3097
3109
  var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
3098
3110
  0,
@@ -3499,6 +3511,11 @@ var KmsConfiguration$ = [3, n0, _KC,
3499
3511
  [_kT, _kKA],
3500
3512
  [0, 0], 1
3501
3513
  ];
3514
+ var KmsKeySourceType$ = [3, n0, _KKST,
3515
+ 0,
3516
+ [_kKA],
3517
+ [0], 1
3518
+ ];
3502
3519
  var LambdaEvaluatorConfig$ = [3, n0, _LEC,
3503
3520
  0,
3504
3521
  [_lA, _lTIS],
@@ -4149,6 +4166,11 @@ var PrivateEndpointOverride$ = [3, n0, _PEO,
4149
4166
  [_do, _pE],
4150
4167
  [0, () => PrivateEndpoint$], 2
4151
4168
  ];
4169
+ var PrivateKeyJwtConfig$ = [3, n0, _PKJC,
4170
+ 0,
4171
+ [_pKS, _sA, _aHC, _aPC],
4172
+ [() => PrivateKeySource$, 0, [() => AdditionalClaims, 0], [() => AdditionalClaims, 0]]
4173
+ ];
4152
4174
  var ProtocolConfiguration$ = [3, n0, _PC,
4153
4175
  0,
4154
4176
  [_sPe],
@@ -4261,7 +4283,7 @@ var SchemaDefinition$ = [3, n0, _SD,
4261
4283
  ];
4262
4284
  var Secret$ = [3, n0, _S,
4263
4285
  0,
4264
- [_sA],
4286
+ [_sAe],
4265
4287
  [0], 1
4266
4288
  ];
4267
4289
  var SecretReference$ = [3, n0, _SR,
@@ -4271,7 +4293,7 @@ var SecretReference$ = [3, n0, _SR,
4271
4293
  ];
4272
4294
  var SecretsManagerLocation$ = [3, n0, _SML,
4273
4295
  0,
4274
- [_sA],
4296
+ [_sAe],
4275
4297
  [0], 1
4276
4298
  ];
4277
4299
  var SelfManagedConfiguration$ = [3, n0, _SMC,
@@ -4777,7 +4799,7 @@ var UpdateOauth2CredentialProviderRequest$ = [3, n0, _UOCPR,
4777
4799
  var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
4778
4800
  0,
4779
4801
  [_cSA, _n, _cPV, _cPA, _oPCO, _cTr, _lUT, _cSJK, _cSS, _cUa, _st],
4780
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0, 0], 7
4802
+ [() => Secret$, 0, 0, 0, [() => Oauth2ProviderConfigOutput$, 0], 4, 4, 0, 0, 0, 0], 7
4781
4803
  ];
4782
4804
  var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
4783
4805
  0,
@@ -5227,6 +5249,12 @@ var ValidationExceptionFieldList = [1, n0, _VEFL,
5227
5249
  var WorkloadIdentityList = [1, n0, _WIL,
5228
5250
  0, () => WorkloadIdentityType$
5229
5251
  ];
5252
+ var AdditionalClaims = [2, n0, _ACd,
5253
+ 0, [0,
5254
+ 0],
5255
+ [() => AdditionalClaimValue,
5256
+ 0]
5257
+ ];
5230
5258
  var ComponentConfigurationMap = [2, n0, _CCM,
5231
5259
  0, [0,
5232
5260
  0],
@@ -5529,7 +5557,7 @@ var Oauth2ProviderConfigInput$ = [4, n0, _OPCI,
5529
5557
  var Oauth2ProviderConfigOutput$ = [4, n0, _OPCO,
5530
5558
  0,
5531
5559
  [_cOPC, _gOPC, _gOPCi, _sOPC, _sOPCa, _mOPC, _aOPC, _lOPC, _iOPC],
5532
- [() => CustomOauth2ProviderConfigOutput$, () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
5560
+ [[() => CustomOauth2ProviderConfigOutput$, 0], () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
5533
5561
  ];
5534
5562
  var PaymentProviderConfigurationInput$ = [4, n0, _PPCI,
5535
5563
  0,
@@ -5551,6 +5579,11 @@ var PrivateEndpoint$ = [4, n0, _PEr,
5551
5579
  [_sMLR, _mVR],
5552
5580
  [() => SelfManagedLatticeResource$, () => ManagedVpcResource$]
5553
5581
  ];
5582
+ var PrivateKeySource$ = [4, n0, _PKS,
5583
+ 0,
5584
+ [_kKS],
5585
+ [() => KmsKeySourceType$]
5586
+ ];
5554
5587
  var RatingScale$ = [4, n0, _RSa,
5555
5588
  8,
5556
5589
  [_nu, _ca],
@@ -7668,11 +7701,17 @@ const ClientAuthenticationMethodType = {
7668
7701
  AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
7669
7702
  CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC",
7670
7703
  CLIENT_SECRET_POST: "CLIENT_SECRET_POST",
7704
+ PRIVATE_KEY_JWT: "PRIVATE_KEY_JWT",
7671
7705
  };
7672
7706
  const OnBehalfOfTokenExchangeGrantTypeType = {
7673
7707
  JWT_AUTHORIZATION_GRANT: "JWT_AUTHORIZATION_GRANT",
7674
7708
  TOKEN_EXCHANGE: "TOKEN_EXCHANGE",
7675
7709
  };
7710
+ const SigningAlgorithm = {
7711
+ ES256: "ES256",
7712
+ PS256: "PS256",
7713
+ RS256: "RS256",
7714
+ };
7676
7715
  const Status = {
7677
7716
  CREATE_FAILED: "CREATE_FAILED",
7678
7717
  CREATING: "CREATING",
@@ -8405,6 +8444,7 @@ exports.InvocationConfigurationInput$ = InvocationConfigurationInput$;
8405
8444
  exports.KeyType = KeyType;
8406
8445
  exports.KinesisResource$ = KinesisResource$;
8407
8446
  exports.KmsConfiguration$ = KmsConfiguration$;
8447
+ exports.KmsKeySourceType$ = KmsKeySourceType$;
8408
8448
  exports.LambdaEvaluatorConfig$ = LambdaEvaluatorConfig$;
8409
8449
  exports.LambdaInterceptorConfiguration$ = LambdaInterceptorConfiguration$;
8410
8450
  exports.LambdaTransformConfiguration$ = LambdaTransformConfiguration$;
@@ -8644,6 +8684,8 @@ exports.PolicyValidationMode = PolicyValidationMode;
8644
8684
  exports.PrincipalMatchOperator = PrincipalMatchOperator;
8645
8685
  exports.PrivateEndpoint$ = PrivateEndpoint$;
8646
8686
  exports.PrivateEndpointOverride$ = PrivateEndpointOverride$;
8687
+ exports.PrivateKeyJwtConfig$ = PrivateKeyJwtConfig$;
8688
+ exports.PrivateKeySource$ = PrivateKeySource$;
8647
8689
  exports.ProtocolConfiguration$ = ProtocolConfiguration$;
8648
8690
  exports.ProviderPrefix$ = ProviderPrefix$;
8649
8691
  exports.PutResourcePolicy$ = PutResourcePolicy$;
@@ -8714,6 +8756,7 @@ exports.SetTokenVaultCMK$ = SetTokenVaultCMK$;
8714
8756
  exports.SetTokenVaultCMKCommand = SetTokenVaultCMKCommand;
8715
8757
  exports.SetTokenVaultCMKRequest$ = SetTokenVaultCMKRequest$;
8716
8758
  exports.SetTokenVaultCMKResponse$ = SetTokenVaultCMKResponse$;
8759
+ exports.SigningAlgorithm = SigningAlgorithm;
8717
8760
  exports.SkillDefinition$ = SkillDefinition$;
8718
8761
  exports.SkillMdDefinition$ = SkillMdDefinition$;
8719
8762
  exports.SlackOauth2ProviderConfigInput$ = SlackOauth2ProviderConfigInput$;
@@ -394,11 +394,17 @@ export const ClientAuthenticationMethodType = {
394
394
  AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT",
395
395
  CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC",
396
396
  CLIENT_SECRET_POST: "CLIENT_SECRET_POST",
397
+ PRIVATE_KEY_JWT: "PRIVATE_KEY_JWT",
397
398
  };
398
399
  export const OnBehalfOfTokenExchangeGrantTypeType = {
399
400
  JWT_AUTHORIZATION_GRANT: "JWT_AUTHORIZATION_GRANT",
400
401
  TOKEN_EXCHANGE: "TOKEN_EXCHANGE",
401
402
  };
403
+ export const SigningAlgorithm = {
404
+ ES256: "ES256",
405
+ PS256: "PS256",
406
+ RS256: "RS256",
407
+ };
402
408
  export const Status = {
403
409
  CREATE_FAILED: "CREATE_FAILED",
404
410
  CREATING: "CREATING",
@@ -2,6 +2,8 @@ const _A = "Actions";
2
2
  const _AC = "ApprovalConfiguration";
3
3
  const _ACD = "AgentCardDefinition";
4
4
  const _ACMVT = "AuthorizingClaimMatchValueType";
5
+ const _ACV = "AdditionalClaimValue";
6
+ const _ACd = "AdditionalClaims";
5
7
  const _ACu = "AuthorizerConfiguration";
6
8
  const _AD = "A2aDescriptor";
7
9
  const _ADE = "AccessDeniedException";
@@ -503,6 +505,7 @@ const _IPa = "IamPrincipal";
503
505
  const _ISE = "InternalServerException";
504
506
  const _ITC = "InferenceTargetConfiguration";
505
507
  const _KC = "KmsConfiguration";
508
+ const _KKST = "KmsKeySourceType";
506
509
  const _KR = "KinesisResource";
507
510
  const _LAAJEC = "LlmAsAJudgeEvaluatorConfig";
508
511
  const _LAKCP = "ListApiKeyCredentialProviders";
@@ -702,6 +705,8 @@ const _PGD = "PolicyGenerationDetails";
702
705
  const _PGS = "PolicyGenerationSummary";
703
706
  const _PGSL = "PolicyGenerationSummaryList";
704
707
  const _PGo = "PolicyGenerations";
708
+ const _PKJC = "PrivateKeyJwtConfig";
709
+ const _PKS = "PrivateKeySource";
705
710
  const _PMS = "PaymentManagerSummary";
706
711
  const _PMSa = "PaymentManagerSummaries";
707
712
  const _PP = "ProviderPrefix";
@@ -965,6 +970,7 @@ const _aE = "authorizationEndpoint";
965
970
  const _aF = "apiFormat";
966
971
  const _aG = "apiGateway";
967
972
  const _aGTC = "apiGatewayToolConfiguration";
973
+ const _aHC = "additionalHeaderClaims";
968
974
  const _aI = "actorId";
969
975
  const _aIK = "addIndexedKeys";
970
976
  const _aIp = "appId";
@@ -985,6 +991,7 @@ const _aO = "anyOf";
985
991
  const _aOPC = "atlassianOauth2ProviderConfig";
986
992
  const _aP = "additionalParams";
987
993
  const _aPA = "accessPointArn";
994
+ const _aPC = "additionalPayloadClaims";
988
995
  const _aPK = "authorizationPrivateKey";
989
996
  const _aPKA = "authorizationPrivateKeyArn";
990
997
  const _aPKC = "authorizationPrivateKeyConfig";
@@ -1232,6 +1239,7 @@ const _jK = "jsonKey";
1232
1239
  const _k = "key";
1233
1240
  const _kC = "kmsConfiguration";
1234
1241
  const _kKA = "kmsKeyArn";
1242
+ const _kKS = "kmsKeySource";
1235
1243
  const _kT = "keyType";
1236
1244
  const _ki = "kinesis";
1237
1245
  const _l = "location";
@@ -1359,6 +1367,8 @@ const _pGI = "policyGenerationId";
1359
1367
  const _pGo = "policyGeneration";
1360
1368
  const _pI = "profileId";
1361
1369
  const _pIo = "policyId";
1370
+ const _pKJC = "privateKeyJwtConfig";
1371
+ const _pKS = "privateKeySource";
1362
1372
  const _pM = "paymentManagers";
1363
1373
  const _pMA = "paymentManagerArn";
1364
1374
  const _pMI = "paymentManagerId";
@@ -1421,7 +1431,8 @@ const _reso = "resources";
1421
1431
  const _ru = "runtime";
1422
1432
  const _rul = "rule";
1423
1433
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.bedrockagentcorecontrol";
1424
- const _sA = "secretArn";
1434
+ const _sA = "signingAlgorithm";
1435
+ const _sAe = "secretArn";
1425
1436
  const _sC = "synchronizationConfiguration";
1426
1437
  const _sCO = "semanticConsolidationOverride";
1427
1438
  const _sCOu = "summaryConsolidationOverride";
@@ -1660,6 +1671,7 @@ export const errorTypeRegistries = [
1660
1671
  _s_registry,
1661
1672
  n0_registry,
1662
1673
  ];
1674
+ var AdditionalClaimValue = [0, n0, _ACV, 8, 0];
1663
1675
  var ConfigurationBundleDescription = [0, n0, _CBD, 8, 0];
1664
1676
  var DefaultApiKeyType = [0, n0, _DAKT, 8, 0];
1665
1677
  var DefaultClientSecretType = [0, n0, _DCST, 8, 0];
@@ -2080,7 +2092,7 @@ export var CreateOauth2CredentialProviderRequest$ = [3, n0, _COCPR,
2080
2092
  export var CreateOauth2CredentialProviderResponse$ = [3, n0, _COCPRr,
2081
2093
  0,
2082
2094
  [_cSA, _n, _cPA, _cSJK, _cSS, _cUa, _oPCO, _st],
2083
- [() => Secret$, 0, 0, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 0], 3
2095
+ [() => Secret$, 0, 0, 0, 0, 0, [() => Oauth2ProviderConfigOutput$, 0], 0], 3
2084
2096
  ];
2085
2097
  export var CreateOnlineEvaluationConfigRequest$ = [3, n0, _COECR,
2086
2098
  0,
@@ -2199,13 +2211,13 @@ export var CustomMemoryStrategyInput$ = [3, n0, _CMSI,
2199
2211
  ];
2200
2212
  export var CustomOauth2ProviderConfigInput$ = [3, n0, _COPCI,
2201
2213
  0,
2202
- [_oD, _cI, _cS, _cSC, _cSS, _oBOTEC, _cAM, _pE, _pEO],
2203
- [() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
2214
+ [_oD, _cI, _cS, _cSC, _cSS, _oBOTEC, _cAM, _pKJC, _pE, _pEO],
2215
+ [() => Oauth2Discovery$, 0, [() => DefaultClientSecretType, 0], () => SecretReference$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, [() => PrivateKeyJwtConfig$, 0], () => PrivateEndpoint$, () => PrivateEndpointOverrides], 1
2204
2216
  ];
2205
2217
  export var CustomOauth2ProviderConfigOutput$ = [3, n0, _COPCO,
2206
2218
  0,
2207
- [_oD, _cI, _pE, _pEO, _oBOTEC, _cAM],
2208
- [() => Oauth2Discovery$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides, () => OnBehalfOfTokenExchangeConfigType$, 0], 1
2219
+ [_oD, _cI, _oBOTEC, _cAM, _pE, _pEO, _pKJC],
2220
+ [() => Oauth2Discovery$, 0, () => OnBehalfOfTokenExchangeConfigType$, 0, () => PrivateEndpoint$, () => PrivateEndpointOverrides, [() => PrivateKeyJwtConfig$, 0]], 1
2209
2221
  ];
2210
2222
  export var CustomTransformConfiguration$ = [3, n0, _CTCu,
2211
2223
  0,
@@ -2780,7 +2792,7 @@ export var GetOauth2CredentialProviderRequest$ = [3, n0, _GOCPR,
2780
2792
  export var GetOauth2CredentialProviderResponse$ = [3, n0, _GOCPRe,
2781
2793
  0,
2782
2794
  [_cSA, _n, _cPA, _cPV, _oPCO, _cTr, _lUT, _cSJK, _cSS, _cUa, _st, _fR],
2783
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0, 0, 0], 7
2795
+ [() => Secret$, 0, 0, 0, [() => Oauth2ProviderConfigOutput$, 0], 4, 4, 0, 0, 0, 0, 0], 7
2784
2796
  ];
2785
2797
  export var GetOnlineEvaluationConfigRequest$ = [3, n0, _GOECR,
2786
2798
  0,
@@ -3187,6 +3199,11 @@ export var KmsConfiguration$ = [3, n0, _KC,
3187
3199
  [_kT, _kKA],
3188
3200
  [0, 0], 1
3189
3201
  ];
3202
+ export var KmsKeySourceType$ = [3, n0, _KKST,
3203
+ 0,
3204
+ [_kKA],
3205
+ [0], 1
3206
+ ];
3190
3207
  export var LambdaEvaluatorConfig$ = [3, n0, _LEC,
3191
3208
  0,
3192
3209
  [_lA, _lTIS],
@@ -3837,6 +3854,11 @@ export var PrivateEndpointOverride$ = [3, n0, _PEO,
3837
3854
  [_do, _pE],
3838
3855
  [0, () => PrivateEndpoint$], 2
3839
3856
  ];
3857
+ export var PrivateKeyJwtConfig$ = [3, n0, _PKJC,
3858
+ 0,
3859
+ [_pKS, _sA, _aHC, _aPC],
3860
+ [() => PrivateKeySource$, 0, [() => AdditionalClaims, 0], [() => AdditionalClaims, 0]]
3861
+ ];
3840
3862
  export var ProtocolConfiguration$ = [3, n0, _PC,
3841
3863
  0,
3842
3864
  [_sPe],
@@ -3949,7 +3971,7 @@ export var SchemaDefinition$ = [3, n0, _SD,
3949
3971
  ];
3950
3972
  export var Secret$ = [3, n0, _S,
3951
3973
  0,
3952
- [_sA],
3974
+ [_sAe],
3953
3975
  [0], 1
3954
3976
  ];
3955
3977
  export var SecretReference$ = [3, n0, _SR,
@@ -3959,7 +3981,7 @@ export var SecretReference$ = [3, n0, _SR,
3959
3981
  ];
3960
3982
  export var SecretsManagerLocation$ = [3, n0, _SML,
3961
3983
  0,
3962
- [_sA],
3984
+ [_sAe],
3963
3985
  [0], 1
3964
3986
  ];
3965
3987
  export var SelfManagedConfiguration$ = [3, n0, _SMC,
@@ -4465,7 +4487,7 @@ export var UpdateOauth2CredentialProviderRequest$ = [3, n0, _UOCPR,
4465
4487
  export var UpdateOauth2CredentialProviderResponse$ = [3, n0, _UOCPRp,
4466
4488
  0,
4467
4489
  [_cSA, _n, _cPV, _cPA, _oPCO, _cTr, _lUT, _cSJK, _cSS, _cUa, _st],
4468
- [() => Secret$, 0, 0, 0, () => Oauth2ProviderConfigOutput$, 4, 4, 0, 0, 0, 0], 7
4490
+ [() => Secret$, 0, 0, 0, [() => Oauth2ProviderConfigOutput$, 0], 4, 4, 0, 0, 0, 0], 7
4469
4491
  ];
4470
4492
  export var UpdateOnlineEvaluationConfigRequest$ = [3, n0, _UOECR,
4471
4493
  0,
@@ -4957,6 +4979,12 @@ var WorkloadIdentityList = [1, n0, _WIL,
4957
4979
  0, () => WorkloadIdentityType$
4958
4980
  ];
4959
4981
  var WorkloadIdentityNameListType = 64 | 0;
4982
+ var AdditionalClaims = [2, n0, _ACd,
4983
+ 0, [0,
4984
+ 0],
4985
+ [() => AdditionalClaimValue,
4986
+ 0]
4987
+ ];
4960
4988
  var AdvertisedScopeMappingType = 128 | 0;
4961
4989
  var ComponentConfigurationMap = [2, n0, _CCM,
4962
4990
  0, [0,
@@ -5263,7 +5291,7 @@ export var Oauth2ProviderConfigInput$ = [4, n0, _OPCI,
5263
5291
  export var Oauth2ProviderConfigOutput$ = [4, n0, _OPCO,
5264
5292
  0,
5265
5293
  [_cOPC, _gOPC, _gOPCi, _sOPC, _sOPCa, _mOPC, _aOPC, _lOPC, _iOPC],
5266
- [() => CustomOauth2ProviderConfigOutput$, () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
5294
+ [[() => CustomOauth2ProviderConfigOutput$, 0], () => GoogleOauth2ProviderConfigOutput$, () => GithubOauth2ProviderConfigOutput$, () => SlackOauth2ProviderConfigOutput$, () => SalesforceOauth2ProviderConfigOutput$, () => MicrosoftOauth2ProviderConfigOutput$, () => AtlassianOauth2ProviderConfigOutput$, () => LinkedinOauth2ProviderConfigOutput$, () => IncludedOauth2ProviderConfigOutput$]
5267
5295
  ];
5268
5296
  export var PaymentProviderConfigurationInput$ = [4, n0, _PPCI,
5269
5297
  0,
@@ -5285,6 +5313,11 @@ export var PrivateEndpoint$ = [4, n0, _PEr,
5285
5313
  [_sMLR, _mVR],
5286
5314
  [() => SelfManagedLatticeResource$, () => ManagedVpcResource$]
5287
5315
  ];
5316
+ export var PrivateKeySource$ = [4, n0, _PKS,
5317
+ 0,
5318
+ [_kKS],
5319
+ [() => KmsKeySourceType$]
5320
+ ];
5288
5321
  export var RatingScale$ = [4, n0, _RSa,
5289
5322
  8,
5290
5323
  [_nu, _ca],
@@ -68,7 +68,21 @@ declare const CreateOauth2CredentialProviderCommand_base: {
68
68
  * ],
69
69
  * },
70
70
  * },
71
- * clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
71
+ * clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT" || "PRIVATE_KEY_JWT",
72
+ * privateKeyJwtConfig: { // PrivateKeyJwtConfig
73
+ * privateKeySource: { // PrivateKeySource Union: only one key present
74
+ * kmsKeySource: { // KmsKeySourceType
75
+ * kmsKeyArn: "STRING_VALUE", // required
76
+ * },
77
+ * },
78
+ * signingAlgorithm: "RS256" || "PS256" || "ES256",
79
+ * additionalHeaderClaims: { // AdditionalClaims
80
+ * "<keys>": "STRING_VALUE",
81
+ * },
82
+ * additionalPayloadClaims: {
83
+ * "<keys>": "STRING_VALUE",
84
+ * },
85
+ * },
72
86
  * privateEndpoint: { // PrivateEndpoint Union: only one key present
73
87
  * selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
74
88
  * resourceConfigurationIdentifier: "STRING_VALUE",
@@ -208,6 +222,16 @@ declare const CreateOauth2CredentialProviderCommand_base: {
208
222
  * // },
209
223
  * // },
210
224
  * // clientId: "STRING_VALUE",
225
+ * // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
226
+ * // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
227
+ * // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
228
+ * // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
229
+ * // actorTokenScopes: [ // ScopesListType
230
+ * // "STRING_VALUE",
231
+ * // ],
232
+ * // },
233
+ * // },
234
+ * // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT" || "PRIVATE_KEY_JWT",
211
235
  * // privateEndpoint: { // PrivateEndpoint Union: only one key present
212
236
  * // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
213
237
  * // resourceConfigurationIdentifier: "STRING_VALUE",
@@ -251,16 +275,20 @@ declare const CreateOauth2CredentialProviderCommand_base: {
251
275
  * // },
252
276
  * // },
253
277
  * // ],
254
- * // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
255
- * // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
256
- * // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
257
- * // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
258
- * // actorTokenScopes: [ // ScopesListType
259
- * // "STRING_VALUE",
260
- * // ],
278
+ * // privateKeyJwtConfig: { // PrivateKeyJwtConfig
279
+ * // privateKeySource: { // PrivateKeySource Union: only one key present
280
+ * // kmsKeySource: { // KmsKeySourceType
281
+ * // kmsKeyArn: "STRING_VALUE", // required
282
+ * // },
283
+ * // },
284
+ * // signingAlgorithm: "RS256" || "PS256" || "ES256",
285
+ * // additionalHeaderClaims: { // AdditionalClaims
286
+ * // "<keys>": "STRING_VALUE",
287
+ * // },
288
+ * // additionalPayloadClaims: {
289
+ * // "<keys>": "STRING_VALUE",
261
290
  * // },
262
291
  * // },
263
- * // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
264
292
  * // },
265
293
  * // googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigOutput
266
294
  * // oauthDiscovery: {// Union: only one key present
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteRegistryRecordRequest, DeleteRegistryRecordResponse } from "../models/models_1";
2
+ import type { DeleteRegistryRecordRequest, DeleteRegistryRecordResponse } from "../models/models_2";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -65,6 +65,16 @@ declare const GetOauth2CredentialProviderCommand_base: {
65
65
  * // },
66
66
  * // },
67
67
  * // clientId: "STRING_VALUE",
68
+ * // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
69
+ * // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
70
+ * // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
71
+ * // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
72
+ * // actorTokenScopes: [ // ScopesListType
73
+ * // "STRING_VALUE",
74
+ * // ],
75
+ * // },
76
+ * // },
77
+ * // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT" || "PRIVATE_KEY_JWT",
68
78
  * // privateEndpoint: { // PrivateEndpoint Union: only one key present
69
79
  * // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
70
80
  * // resourceConfigurationIdentifier: "STRING_VALUE",
@@ -108,16 +118,20 @@ declare const GetOauth2CredentialProviderCommand_base: {
108
118
  * // },
109
119
  * // },
110
120
  * // ],
111
- * // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
112
- * // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
113
- * // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
114
- * // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
115
- * // actorTokenScopes: [ // ScopesListType
116
- * // "STRING_VALUE",
117
- * // ],
121
+ * // privateKeyJwtConfig: { // PrivateKeyJwtConfig
122
+ * // privateKeySource: { // PrivateKeySource Union: only one key present
123
+ * // kmsKeySource: { // KmsKeySourceType
124
+ * // kmsKeyArn: "STRING_VALUE", // required
125
+ * // },
126
+ * // },
127
+ * // signingAlgorithm: "RS256" || "PS256" || "ES256",
128
+ * // additionalHeaderClaims: { // AdditionalClaims
129
+ * // "<keys>": "STRING_VALUE",
130
+ * // },
131
+ * // additionalPayloadClaims: {
132
+ * // "<keys>": "STRING_VALUE",
118
133
  * // },
119
134
  * // },
120
- * // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
121
135
  * // },
122
136
  * // googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigOutput
123
137
  * // oauthDiscovery: {// Union: only one key present
@@ -1,6 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { GetRegistryRecordRequest } from "../models/models_1";
3
- import type { GetRegistryRecordResponse } from "../models/models_2";
2
+ import type { GetRegistryRecordRequest, GetRegistryRecordResponse } from "../models/models_2";
4
3
  /**
5
4
  * @public
6
5
  */
@@ -68,7 +68,21 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
68
68
  * ],
69
69
  * },
70
70
  * },
71
- * clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
71
+ * clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT" || "PRIVATE_KEY_JWT",
72
+ * privateKeyJwtConfig: { // PrivateKeyJwtConfig
73
+ * privateKeySource: { // PrivateKeySource Union: only one key present
74
+ * kmsKeySource: { // KmsKeySourceType
75
+ * kmsKeyArn: "STRING_VALUE", // required
76
+ * },
77
+ * },
78
+ * signingAlgorithm: "RS256" || "PS256" || "ES256",
79
+ * additionalHeaderClaims: { // AdditionalClaims
80
+ * "<keys>": "STRING_VALUE",
81
+ * },
82
+ * additionalPayloadClaims: {
83
+ * "<keys>": "STRING_VALUE",
84
+ * },
85
+ * },
72
86
  * privateEndpoint: { // PrivateEndpoint Union: only one key present
73
87
  * selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
74
88
  * resourceConfigurationIdentifier: "STRING_VALUE",
@@ -208,6 +222,16 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
208
222
  * // },
209
223
  * // },
210
224
  * // clientId: "STRING_VALUE",
225
+ * // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
226
+ * // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
227
+ * // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
228
+ * // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
229
+ * // actorTokenScopes: [ // ScopesListType
230
+ * // "STRING_VALUE",
231
+ * // ],
232
+ * // },
233
+ * // },
234
+ * // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT" || "PRIVATE_KEY_JWT",
211
235
  * // privateEndpoint: { // PrivateEndpoint Union: only one key present
212
236
  * // selfManagedLatticeResource: { // SelfManagedLatticeResource Union: only one key present
213
237
  * // resourceConfigurationIdentifier: "STRING_VALUE",
@@ -251,16 +275,20 @@ declare const UpdateOauth2CredentialProviderCommand_base: {
251
275
  * // },
252
276
  * // },
253
277
  * // ],
254
- * // onBehalfOfTokenExchangeConfig: { // OnBehalfOfTokenExchangeConfigType
255
- * // grantType: "TOKEN_EXCHANGE" || "JWT_AUTHORIZATION_GRANT", // required
256
- * // tokenExchangeGrantTypeConfig: { // TokenExchangeGrantTypeConfigType
257
- * // actorTokenContent: "NONE" || "M2M" || "AWS_IAM_ID_TOKEN_JWT", // required
258
- * // actorTokenScopes: [ // ScopesListType
259
- * // "STRING_VALUE",
260
- * // ],
278
+ * // privateKeyJwtConfig: { // PrivateKeyJwtConfig
279
+ * // privateKeySource: { // PrivateKeySource Union: only one key present
280
+ * // kmsKeySource: { // KmsKeySourceType
281
+ * // kmsKeyArn: "STRING_VALUE", // required
282
+ * // },
283
+ * // },
284
+ * // signingAlgorithm: "RS256" || "PS256" || "ES256",
285
+ * // additionalHeaderClaims: { // AdditionalClaims
286
+ * // "<keys>": "STRING_VALUE",
287
+ * // },
288
+ * // additionalPayloadClaims: {
289
+ * // "<keys>": "STRING_VALUE",
261
290
  * // },
262
291
  * // },
263
- * // clientAuthenticationMethod: "CLIENT_SECRET_BASIC" || "CLIENT_SECRET_POST" || "AWS_IAM_ID_TOKEN_JWT",
264
292
  * // },
265
293
  * // googleOauth2ProviderConfig: { // GoogleOauth2ProviderConfigOutput
266
294
  * // oauthDiscovery: {// Union: only one key present
@@ -966,6 +966,7 @@ export declare const ClientAuthenticationMethodType: {
966
966
  readonly AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT";
967
967
  readonly CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC";
968
968
  readonly CLIENT_SECRET_POST: "CLIENT_SECRET_POST";
969
+ readonly PRIVATE_KEY_JWT: "PRIVATE_KEY_JWT";
969
970
  };
970
971
  /**
971
972
  * @public
@@ -989,6 +990,19 @@ export declare const OnBehalfOfTokenExchangeGrantTypeType: {
989
990
  * @public
990
991
  */
991
992
  export type OnBehalfOfTokenExchangeGrantTypeType = (typeof OnBehalfOfTokenExchangeGrantTypeType)[keyof typeof OnBehalfOfTokenExchangeGrantTypeType];
993
+ /**
994
+ * @public
995
+ * @enum
996
+ */
997
+ export declare const SigningAlgorithm: {
998
+ readonly ES256: "ES256";
999
+ readonly PS256: "PS256";
1000
+ readonly RS256: "RS256";
1001
+ };
1002
+ /**
1003
+ * @public
1004
+ */
1005
+ export type SigningAlgorithm = (typeof SigningAlgorithm)[keyof typeof SigningAlgorithm];
992
1006
  /**
993
1007
  * @public
994
1008
  * @enum
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, EnforcementMode, ExtractionType, FilterOperator, FindingType, HarnessOpenAiApiFormat, HarnessStatus, HarnessToolType, HarnessTruncationStrategy, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, SecretSourceType, Status, SynchronizationType } from "./enums";
2
+ import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, DescriptorType, EnforcementMode, ExtractionType, FilterOperator, FindingType, HarnessOpenAiApiFormat, HarnessStatus, HarnessToolType, HarnessTruncationStrategy, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, RegistryRecordStatus, SecretSourceType, SigningAlgorithm, Status, SynchronizationType } from "./enums";
3
3
  import type { A2aDescriptor, AgentSkillsDescriptor, AuthorizerConfiguration, FilesystemConfiguration, HarnessBedrockModelConfig, HarnessEnvironmentArtifact, HarnessEnvironmentProviderRequest, HarnessGeminiModelConfig, HarnessLiteLlmModelConfig, HarnessMemoryConfiguration, LifecycleConfiguration, NetworkConfiguration, OAuthCredentialProvider, PrivateEndpoint, PrivateEndpointOverride, Secret, SecretReference, Unit, WorkloadIdentityDetails } from "./models_0";
4
4
  /**
5
5
  * <p>Configuration for an OpenAI model provider. Requires an API key stored in AgentCore Identity.</p>
@@ -3818,6 +3818,78 @@ export interface OnBehalfOfTokenExchangeConfigType {
3818
3818
  */
3819
3819
  tokenExchangeGrantTypeConfig?: TokenExchangeGrantTypeConfigType | undefined;
3820
3820
  }
3821
+ /**
3822
+ * <p>Contains the KMS key configuration for a JWT client assertion.</p>
3823
+ * @public
3824
+ */
3825
+ export interface KmsKeySourceType {
3826
+ /**
3827
+ * <p>The Amazon Resource Name (ARN) of the KMS key used to sign the JWT client assertion. The key must be an asymmetric key with key usage SIGN_VERIFY and a key spec compatible with the configured signing algorithm.</p>
3828
+ * @public
3829
+ */
3830
+ kmsKeyArn: string | undefined;
3831
+ }
3832
+ /**
3833
+ * <p>Contains the private key source configuration for a JWT client assertion.</p>
3834
+ * @public
3835
+ */
3836
+ export type PrivateKeySource = PrivateKeySource.KmsKeySourceMember | PrivateKeySource.$UnknownMember;
3837
+ /**
3838
+ * @public
3839
+ */
3840
+ export declare namespace PrivateKeySource {
3841
+ /**
3842
+ * <p>The KMS key source for the JWT client assertion.</p>
3843
+ * @public
3844
+ */
3845
+ interface KmsKeySourceMember {
3846
+ kmsKeySource: KmsKeySourceType;
3847
+ $unknown?: never;
3848
+ }
3849
+ /**
3850
+ * @public
3851
+ */
3852
+ interface $UnknownMember {
3853
+ kmsKeySource?: never;
3854
+ $unknown: [string, any];
3855
+ }
3856
+ /**
3857
+ * @deprecated unused in schema-serde mode.
3858
+ *
3859
+ */
3860
+ interface Visitor<T> {
3861
+ kmsKeySource: (value: KmsKeySourceType) => T;
3862
+ _: (name: string, value: any) => T;
3863
+ }
3864
+ }
3865
+ /**
3866
+ * Configuration for private_key_jwt client authentication (RFC 7523).
3867
+ * On Create: privateKeySource and signingAlgorithm are required (enforced server-side).
3868
+ * On Update: all fields are optional — only provided fields are updated.
3869
+ * @public
3870
+ */
3871
+ export interface PrivateKeyJwtConfig {
3872
+ /**
3873
+ * <p>The private key source for the JWT client assertion.</p>
3874
+ * @public
3875
+ */
3876
+ privateKeySource?: PrivateKeySource | undefined;
3877
+ /**
3878
+ * <p>The algorithm used to sign the JWT client assertion. Valid values are <code>RS256</code>, <code>PS256</code>, and <code>ES256</code>.</p>
3879
+ * @public
3880
+ */
3881
+ signingAlgorithm?: SigningAlgorithm | undefined;
3882
+ /**
3883
+ * <p>A map of additional claims to include in the JWT client assertion header. Standard header claims such as <code>alg</code> and <code>typ</code> cannot be added.</p>
3884
+ * @public
3885
+ */
3886
+ additionalHeaderClaims?: Record<string, string> | undefined;
3887
+ /**
3888
+ * <p>A map of additional claims to include in the JWT client assertion payload. Payload claims generated by the service, such as <code>iss</code>, <code>sub</code>, <code>jti</code>, and <code>exp</code>, cannot be added.</p>
3889
+ * @public
3890
+ */
3891
+ additionalPayloadClaims?: Record<string, string> | undefined;
3892
+ }
3821
3893
  /**
3822
3894
  * <p>Input configuration for a custom OAuth2 provider.</p>
3823
3895
  * @public
@@ -3858,6 +3930,13 @@ export interface CustomOauth2ProviderConfigInput {
3858
3930
  * @public
3859
3931
  */
3860
3932
  clientAuthenticationMethod?: ClientAuthenticationMethodType | undefined;
3933
+ /**
3934
+ * Configuration for private_key_jwt client authentication (RFC 7523).
3935
+ * On Create: privateKeySource and signingAlgorithm are required (enforced server-side).
3936
+ * On Update: all fields are optional — only provided fields are updated.
3937
+ * @public
3938
+ */
3939
+ privateKeyJwtConfig?: PrivateKeyJwtConfig | undefined;
3861
3940
  /**
3862
3941
  * <p>The default private endpoint for the custom OAuth2 provider, enabling secure connectivity through a VPC Lattice resource configuration.</p>
3863
3942
  * @public
@@ -4312,6 +4391,16 @@ export interface CustomOauth2ProviderConfigOutput {
4312
4391
  * @public
4313
4392
  */
4314
4393
  clientId?: string | undefined;
4394
+ /**
4395
+ * <p>The configuration for on-behalf-of token exchange.</p>
4396
+ * @public
4397
+ */
4398
+ onBehalfOfTokenExchangeConfig?: OnBehalfOfTokenExchangeConfigType | undefined;
4399
+ /**
4400
+ * <p>The client authentication method used when authenticating with the token endpoint.</p>
4401
+ * @public
4402
+ */
4403
+ clientAuthenticationMethod?: ClientAuthenticationMethodType | undefined;
4315
4404
  /**
4316
4405
  * <p>The default private endpoint for the custom OAuth2 provider, enabling secure connectivity through a VPC Lattice resource configuration.</p>
4317
4406
  * @public
@@ -4323,15 +4412,12 @@ export interface CustomOauth2ProviderConfigOutput {
4323
4412
  */
4324
4413
  privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
4325
4414
  /**
4326
- * <p>The configuration for on-behalf-of token exchange.</p>
4327
- * @public
4328
- */
4329
- onBehalfOfTokenExchangeConfig?: OnBehalfOfTokenExchangeConfigType | undefined;
4330
- /**
4331
- * <p>The client authentication method used when authenticating with the token endpoint.</p>
4415
+ * Configuration for private_key_jwt client authentication (RFC 7523).
4416
+ * On Create: privateKeySource and signingAlgorithm are required (enforced server-side).
4417
+ * On Update: all fields are optional — only provided fields are updated.
4332
4418
  * @public
4333
4419
  */
4334
- clientAuthenticationMethod?: ClientAuthenticationMethodType | undefined;
4420
+ privateKeyJwtConfig?: PrivateKeyJwtConfig | undefined;
4335
4421
  }
4336
4422
  /**
4337
4423
  * <p>Output configuration for a GitHub OAuth2 provider.</p>
@@ -8806,38 +8892,3 @@ export interface CreateRegistryRecordResponse {
8806
8892
  */
8807
8893
  status: RegistryRecordStatus | undefined;
8808
8894
  }
8809
- /**
8810
- * @public
8811
- */
8812
- export interface DeleteRegistryRecordRequest {
8813
- /**
8814
- * <p>The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.</p>
8815
- * @public
8816
- */
8817
- registryId: string | undefined;
8818
- /**
8819
- * <p>The identifier of the registry record to delete. You can specify either the Amazon Resource Name (ARN) or the ID of the record.</p>
8820
- * @public
8821
- */
8822
- recordId: string | undefined;
8823
- }
8824
- /**
8825
- * @public
8826
- */
8827
- export interface DeleteRegistryRecordResponse {
8828
- }
8829
- /**
8830
- * @public
8831
- */
8832
- export interface GetRegistryRecordRequest {
8833
- /**
8834
- * <p>The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.</p>
8835
- * @public
8836
- */
8837
- registryId: string | undefined;
8838
- /**
8839
- * <p>The identifier of the registry record to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the record.</p>
8840
- * @public
8841
- */
8842
- recordId: string | undefined;
8843
- }
@@ -1,6 +1,41 @@
1
1
  import type { DescriptorType, RegistryAuthorizerType, RegistryRecordStatus, RegistryStatus, SchemaType, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
2
2
  import type { A2aDescriptor, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, AuthorizerConfiguration, ConnectorTargetConfiguration, CredentialProviderConfiguration, HttpTargetConfiguration, InferenceTargetConfiguration, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MetadataConfiguration, PrivateEndpoint, S3Configuration, SkillDefinition, SkillMdDefinition } from "./models_0";
3
3
  import type { CustomDescriptor, Descriptors, ServerDefinition, SynchronizationConfiguration, ToolsDefinition, UpdatedAuthorizerConfiguration, UpdatedDescription } from "./models_1";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteRegistryRecordRequest {
8
+ /**
9
+ * <p>The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.</p>
10
+ * @public
11
+ */
12
+ registryId: string | undefined;
13
+ /**
14
+ * <p>The identifier of the registry record to delete. You can specify either the Amazon Resource Name (ARN) or the ID of the record.</p>
15
+ * @public
16
+ */
17
+ recordId: string | undefined;
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface DeleteRegistryRecordResponse {
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface GetRegistryRecordRequest {
28
+ /**
29
+ * <p>The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.</p>
30
+ * @public
31
+ */
32
+ registryId: string | undefined;
33
+ /**
34
+ * <p>The identifier of the registry record to retrieve. You can specify either the Amazon Resource Name (ARN) or the ID of the record.</p>
35
+ * @public
36
+ */
37
+ recordId: string | undefined;
38
+ }
4
39
  /**
5
40
  * @public
6
41
  */
@@ -321,6 +321,7 @@ export declare var InvocationConfiguration$: StaticStructureSchema;
321
321
  export declare var InvocationConfigurationInput$: StaticStructureSchema;
322
322
  export declare var KinesisResource$: StaticStructureSchema;
323
323
  export declare var KmsConfiguration$: StaticStructureSchema;
324
+ export declare var KmsKeySourceType$: StaticStructureSchema;
324
325
  export declare var LambdaEvaluatorConfig$: StaticStructureSchema;
325
326
  export declare var LambdaInterceptorConfiguration$: StaticStructureSchema;
326
327
  export declare var LambdaTransformConfiguration$: StaticStructureSchema;
@@ -451,6 +452,7 @@ export declare var PolicyGenerationSummary$: StaticStructureSchema;
451
452
  export declare var PolicyStatement$: StaticStructureSchema;
452
453
  export declare var PolicySummary$: StaticStructureSchema;
453
454
  export declare var PrivateEndpointOverride$: StaticStructureSchema;
455
+ export declare var PrivateKeyJwtConfig$: StaticStructureSchema;
454
456
  export declare var ProtocolConfiguration$: StaticStructureSchema;
455
457
  export declare var ProviderPrefix$: StaticStructureSchema;
456
458
  export declare var PutResourcePolicyRequest$: StaticStructureSchema;
@@ -673,6 +675,7 @@ export declare var PaymentProviderConfigurationInput$: StaticUnionSchema;
673
675
  export declare var PaymentProviderConfigurationOutput$: StaticUnionSchema;
674
676
  export declare var PolicyDefinition$: StaticUnionSchema;
675
677
  export declare var PrivateEndpoint$: StaticUnionSchema;
678
+ export declare var PrivateKeySource$: StaticUnionSchema;
676
679
  export declare var RatingScale$: StaticUnionSchema;
677
680
  export declare var ReflectionConfiguration$: StaticUnionSchema;
678
681
  export declare var RegistryRecordCredentialProviderUnion$: StaticUnionSchema;
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteRegistryRecordRequest, DeleteRegistryRecordResponse } from "../models/models_1";
2
+ import { DeleteRegistryRecordRequest, DeleteRegistryRecordResponse } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteRegistryRecordCommandInput extends DeleteRegistryRecordRequest {}
5
5
  export interface DeleteRegistryRecordCommandOutput
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { GetRegistryRecordRequest } from "../models/models_1";
3
- import { GetRegistryRecordResponse } from "../models/models_2";
2
+ import { GetRegistryRecordRequest, GetRegistryRecordResponse } from "../models/models_2";
4
3
  export { __MetadataBearer };
5
4
  export interface GetRegistryRecordCommandInput extends GetRegistryRecordRequest {}
6
5
  export interface GetRegistryRecordCommandOutput
@@ -483,6 +483,7 @@ export declare const ClientAuthenticationMethodType: {
483
483
  readonly AWS_IAM_ID_TOKEN_JWT: "AWS_IAM_ID_TOKEN_JWT";
484
484
  readonly CLIENT_SECRET_BASIC: "CLIENT_SECRET_BASIC";
485
485
  readonly CLIENT_SECRET_POST: "CLIENT_SECRET_POST";
486
+ readonly PRIVATE_KEY_JWT: "PRIVATE_KEY_JWT";
486
487
  };
487
488
  export type ClientAuthenticationMethodType =
488
489
  (typeof ClientAuthenticationMethodType)[keyof typeof ClientAuthenticationMethodType];
@@ -492,6 +493,12 @@ export declare const OnBehalfOfTokenExchangeGrantTypeType: {
492
493
  };
493
494
  export type OnBehalfOfTokenExchangeGrantTypeType =
494
495
  (typeof OnBehalfOfTokenExchangeGrantTypeType)[keyof typeof OnBehalfOfTokenExchangeGrantTypeType];
496
+ export declare const SigningAlgorithm: {
497
+ readonly ES256: "ES256";
498
+ readonly PS256: "PS256";
499
+ readonly RS256: "RS256";
500
+ };
501
+ export type SigningAlgorithm = (typeof SigningAlgorithm)[keyof typeof SigningAlgorithm];
495
502
  export declare const Status: {
496
503
  readonly CREATE_FAILED: "CREATE_FAILED";
497
504
  readonly CREATING: "CREATING";
@@ -37,6 +37,7 @@ import {
37
37
  RegistryRecordOAuthGrantType,
38
38
  RegistryRecordStatus,
39
39
  SecretSourceType,
40
+ SigningAlgorithm,
40
41
  Status,
41
42
  SynchronizationType,
42
43
  } from "./enums";
@@ -1516,6 +1517,32 @@ export interface OnBehalfOfTokenExchangeConfigType {
1516
1517
  grantType: OnBehalfOfTokenExchangeGrantTypeType | undefined;
1517
1518
  tokenExchangeGrantTypeConfig?: TokenExchangeGrantTypeConfigType | undefined;
1518
1519
  }
1520
+ export interface KmsKeySourceType {
1521
+ kmsKeyArn: string | undefined;
1522
+ }
1523
+ export type PrivateKeySource =
1524
+ | PrivateKeySource.KmsKeySourceMember
1525
+ | PrivateKeySource.$UnknownMember;
1526
+ export declare namespace PrivateKeySource {
1527
+ interface KmsKeySourceMember {
1528
+ kmsKeySource: KmsKeySourceType;
1529
+ $unknown?: never;
1530
+ }
1531
+ interface $UnknownMember {
1532
+ kmsKeySource?: never;
1533
+ $unknown: [string, any];
1534
+ }
1535
+ interface Visitor<T> {
1536
+ kmsKeySource: (value: KmsKeySourceType) => T;
1537
+ _: (name: string, value: any) => T;
1538
+ }
1539
+ }
1540
+ export interface PrivateKeyJwtConfig {
1541
+ privateKeySource?: PrivateKeySource | undefined;
1542
+ signingAlgorithm?: SigningAlgorithm | undefined;
1543
+ additionalHeaderClaims?: Record<string, string> | undefined;
1544
+ additionalPayloadClaims?: Record<string, string> | undefined;
1545
+ }
1519
1546
  export interface CustomOauth2ProviderConfigInput {
1520
1547
  oauthDiscovery: Oauth2Discovery | undefined;
1521
1548
  clientId?: string | undefined;
@@ -1524,6 +1551,7 @@ export interface CustomOauth2ProviderConfigInput {
1524
1551
  clientSecretSource?: SecretSourceType | undefined;
1525
1552
  onBehalfOfTokenExchangeConfig?: OnBehalfOfTokenExchangeConfigType | undefined;
1526
1553
  clientAuthenticationMethod?: ClientAuthenticationMethodType | undefined;
1554
+ privateKeyJwtConfig?: PrivateKeyJwtConfig | undefined;
1527
1555
  privateEndpoint?: PrivateEndpoint | undefined;
1528
1556
  privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
1529
1557
  }
@@ -1731,10 +1759,11 @@ export interface AtlassianOauth2ProviderConfigOutput {
1731
1759
  export interface CustomOauth2ProviderConfigOutput {
1732
1760
  oauthDiscovery: Oauth2Discovery | undefined;
1733
1761
  clientId?: string | undefined;
1734
- privateEndpoint?: PrivateEndpoint | undefined;
1735
- privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
1736
1762
  onBehalfOfTokenExchangeConfig?: OnBehalfOfTokenExchangeConfigType | undefined;
1737
1763
  clientAuthenticationMethod?: ClientAuthenticationMethodType | undefined;
1764
+ privateEndpoint?: PrivateEndpoint | undefined;
1765
+ privateEndpointOverrides?: PrivateEndpointOverride[] | undefined;
1766
+ privateKeyJwtConfig?: PrivateKeyJwtConfig | undefined;
1738
1767
  }
1739
1768
  export interface GithubOauth2ProviderConfigOutput {
1740
1769
  oauthDiscovery: Oauth2Discovery | undefined;
@@ -3024,12 +3053,3 @@ export interface CreateRegistryRecordResponse {
3024
3053
  recordArn: string | undefined;
3025
3054
  status: RegistryRecordStatus | undefined;
3026
3055
  }
3027
- export interface DeleteRegistryRecordRequest {
3028
- registryId: string | undefined;
3029
- recordId: string | undefined;
3030
- }
3031
- export interface DeleteRegistryRecordResponse {}
3032
- export interface GetRegistryRecordRequest {
3033
- registryId: string | undefined;
3034
- recordId: string | undefined;
3035
- }
@@ -36,6 +36,15 @@ import {
36
36
  UpdatedAuthorizerConfiguration,
37
37
  UpdatedDescription,
38
38
  } from "./models_1";
39
+ export interface DeleteRegistryRecordRequest {
40
+ registryId: string | undefined;
41
+ recordId: string | undefined;
42
+ }
43
+ export interface DeleteRegistryRecordResponse {}
44
+ export interface GetRegistryRecordRequest {
45
+ registryId: string | undefined;
46
+ recordId: string | undefined;
47
+ }
39
48
  export interface GetRegistryRecordResponse {
40
49
  registryArn: string | undefined;
41
50
  recordArn: string | undefined;
@@ -321,6 +321,7 @@ export declare var InvocationConfiguration$: StaticStructureSchema;
321
321
  export declare var InvocationConfigurationInput$: StaticStructureSchema;
322
322
  export declare var KinesisResource$: StaticStructureSchema;
323
323
  export declare var KmsConfiguration$: StaticStructureSchema;
324
+ export declare var KmsKeySourceType$: StaticStructureSchema;
324
325
  export declare var LambdaEvaluatorConfig$: StaticStructureSchema;
325
326
  export declare var LambdaInterceptorConfiguration$: StaticStructureSchema;
326
327
  export declare var LambdaTransformConfiguration$: StaticStructureSchema;
@@ -451,6 +452,7 @@ export declare var PolicyGenerationSummary$: StaticStructureSchema;
451
452
  export declare var PolicyStatement$: StaticStructureSchema;
452
453
  export declare var PolicySummary$: StaticStructureSchema;
453
454
  export declare var PrivateEndpointOverride$: StaticStructureSchema;
455
+ export declare var PrivateKeyJwtConfig$: StaticStructureSchema;
454
456
  export declare var ProtocolConfiguration$: StaticStructureSchema;
455
457
  export declare var ProviderPrefix$: StaticStructureSchema;
456
458
  export declare var PutResourcePolicyRequest$: StaticStructureSchema;
@@ -673,6 +675,7 @@ export declare var PaymentProviderConfigurationInput$: StaticUnionSchema;
673
675
  export declare var PaymentProviderConfigurationOutput$: StaticUnionSchema;
674
676
  export declare var PolicyDefinition$: StaticUnionSchema;
675
677
  export declare var PrivateEndpoint$: StaticUnionSchema;
678
+ export declare var PrivateKeySource$: StaticUnionSchema;
676
679
  export declare var RatingScale$: StaticUnionSchema;
677
680
  export declare var ReflectionConfiguration$: StaticUnionSchema;
678
681
  export declare var RegistryRecordCredentialProviderUnion$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
- "version": "3.1096.0",
3
+ "version": "3.1097.0",
4
4
  "description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore-control",
6
6
  "license": "Apache-2.0",
@@ -46,8 +46,8 @@
46
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.977.1",
50
- "@aws-sdk/credential-provider-node": "^3.972.73",
49
+ "@aws-sdk/core": "^3.977.2",
50
+ "@aws-sdk/credential-provider-node": "^3.972.74",
51
51
  "@aws-sdk/types": "^3.974.2",
52
52
  "@smithy/core": "^3.29.8",
53
53
  "@smithy/fetch-http-handler": "^5.6.10",