@aws-sdk/client-bedrock-agentcore-control 3.954.0 → 3.956.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
@@ -610,6 +610,7 @@ const _LWIRi = "ListWorkloadIdentitiesResponse";
610
610
  const _M = "Memory";
611
611
  const _MBT = "MessageBasedTrigger";
612
612
  const _MBTI = "MessageBasedTriggerInput";
613
+ const _MC = "MetadataConfiguration";
613
614
  const _MCC = "ModifyConsolidationConfiguration";
614
615
  const _MCPGC = "MCPGatewayConfiguration";
615
616
  const _MEC = "ModifyExtractionConfiguration";
@@ -791,10 +792,13 @@ const _aKSA = "apiKeySecretArn";
791
792
  const _aMRF = "additionalModelRequestFields";
792
793
  const _aMS = "addMemoryStrategies";
793
794
  const _aOPC = "atlassianOauth2ProviderConfig";
795
+ const _aQP = "allowedQueryParameters";
794
796
  const _aR = "agentRuntimes";
795
797
  const _aRA = "agentRuntimeArn";
796
798
  const _aRAg = "agentRuntimeArtifact";
797
799
  const _aREA = "agentRuntimeEndpointArn";
800
+ const _aRH = "allowedRequestHeaders";
801
+ const _aRHl = "allowedResponseHeaders";
798
802
  const _aRI = "agentRuntimeId";
799
803
  const _aRN = "agentRuntimeName";
800
804
  const _aRORU = "allowedResourceOauth2ReturnUrls";
@@ -940,8 +944,9 @@ const _la = "lambda";
940
944
  const _le = "level";
941
945
  const _m = "message";
942
946
  const _mBT = "messageBasedTrigger";
943
- const _mC = "modelConfig";
947
+ const _mC = "metadataConfiguration";
944
948
  const _mCe = "messageCount";
949
+ const _mCo = "modelConfig";
945
950
  const _mERA = "memoryExecutionRoleArn";
946
951
  const _mI = "modelId";
947
952
  const _mIe = "memoryId";
@@ -1378,7 +1383,7 @@ var CreateGatewayTargetRequest$ = [
1378
1383
  n0,
1379
1384
  _CGTR,
1380
1385
  0,
1381
- [_gIa, _n, _d, _cTl, _tC, _cPC],
1386
+ [_gIa, _n, _d, _cTl, _tC, _cPC, _mC],
1382
1387
  [
1383
1388
  [0, 1],
1384
1389
  [() => TargetName, 0],
@@ -1386,6 +1391,7 @@ var CreateGatewayTargetRequest$ = [
1386
1391
  [0, 4],
1387
1392
  [() => TargetConfiguration$, 0],
1388
1393
  [() => CredentialProviderConfigurations, 0],
1394
+ () => MetadataConfiguration$,
1389
1395
  ],
1390
1396
  ];
1391
1397
  var CreateGatewayTargetResponse$ = [
@@ -1393,7 +1399,7 @@ var CreateGatewayTargetResponse$ = [
1393
1399
  n0,
1394
1400
  _CGTRr,
1395
1401
  0,
1396
- [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
1402
+ [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
1397
1403
  [
1398
1404
  0,
1399
1405
  0,
@@ -1406,6 +1412,7 @@ var CreateGatewayTargetResponse$ = [
1406
1412
  [() => TargetConfiguration$, 0],
1407
1413
  [() => CredentialProviderConfigurations, 0],
1408
1414
  5,
1415
+ () => MetadataConfiguration$,
1409
1416
  ],
1410
1417
  ];
1411
1418
  var CreateMemoryInput$ = [
@@ -1556,7 +1563,7 @@ var DeleteAgentRuntimeEndpointRequest$ = [
1556
1563
  [
1557
1564
  [0, 1],
1558
1565
  [() => EndpointName, 1],
1559
- [0, { [_iT]: 1, [_hQ]: _cTl }],
1566
+ [0, { [_hQ]: _cTl, [_iT]: 1 }],
1560
1567
  ],
1561
1568
  ];
1562
1569
  var DeleteAgentRuntimeEndpointResponse$ = [
@@ -1575,7 +1582,7 @@ var DeleteAgentRuntimeRequest$ = [
1575
1582
  [_aRI, _cTl],
1576
1583
  [
1577
1584
  [0, 1],
1578
- [0, { [_iT]: 1, [_hQ]: _cTl }],
1585
+ [0, { [_hQ]: _cTl, [_iT]: 1 }],
1579
1586
  ],
1580
1587
  ];
1581
1588
  var DeleteAgentRuntimeResponse$ = [3, n0, _DARRe, 0, [_s, _aRI], [0, 0]];
@@ -1589,7 +1596,7 @@ var DeleteBrowserRequest$ = [
1589
1596
  [_bI, _cTl],
1590
1597
  [
1591
1598
  [0, 1],
1592
- [0, { [_iT]: 1, [_hQ]: _cTl }],
1599
+ [0, { [_hQ]: _cTl, [_iT]: 1 }],
1593
1600
  ],
1594
1601
  ];
1595
1602
  var DeleteBrowserResponse$ = [3, n0, _DBRe, 0, [_bI, _s, _lUA], [0, 0, 5]];
@@ -1601,7 +1608,7 @@ var DeleteCodeInterpreterRequest$ = [
1601
1608
  [_cII, _cTl],
1602
1609
  [
1603
1610
  [0, 1],
1604
- [0, { [_iT]: 1, [_hQ]: _cTl }],
1611
+ [0, { [_hQ]: _cTl, [_iT]: 1 }],
1605
1612
  ],
1606
1613
  ];
1607
1614
  var DeleteCodeInterpreterResponse$ = [3, n0, _DCIRe, 0, [_cII, _s, _lUA], [0, 0, 5]];
@@ -1635,7 +1642,7 @@ var DeleteMemoryInput$ = [
1635
1642
  0,
1636
1643
  [_cTl, _mIe],
1637
1644
  [
1638
- [0, { [_iT]: 1, [_hQ]: _cTl }],
1645
+ [0, { [_hQ]: _cTl, [_iT]: 1 }],
1639
1646
  [0, 1],
1640
1647
  ],
1641
1648
  ];
@@ -1789,7 +1796,7 @@ var GatewayTarget$ = [
1789
1796
  n0,
1790
1797
  _GT,
1791
1798
  0,
1792
- [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
1799
+ [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
1793
1800
  [
1794
1801
  0,
1795
1802
  0,
@@ -1802,6 +1809,7 @@ var GatewayTarget$ = [
1802
1809
  [() => TargetConfiguration$, 0],
1803
1810
  [() => CredentialProviderConfigurations, 0],
1804
1811
  5,
1812
+ () => MetadataConfiguration$,
1805
1813
  ],
1806
1814
  ];
1807
1815
  var GetAgentRuntimeEndpointRequest$ = [
@@ -1955,7 +1963,7 @@ var GetGatewayTargetResponse$ = [
1955
1963
  n0,
1956
1964
  _GGTRe,
1957
1965
  0,
1958
- [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
1966
+ [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
1959
1967
  [
1960
1968
  0,
1961
1969
  0,
@@ -1968,6 +1976,7 @@ var GetGatewayTargetResponse$ = [
1968
1976
  [() => TargetConfiguration$, 0],
1969
1977
  [() => CredentialProviderConfigurations, 0],
1970
1978
  5,
1979
+ () => MetadataConfiguration$,
1971
1980
  ],
1972
1981
  ];
1973
1982
  var GetMemoryInput$ = [3, n0, _GMI, 0, [_mIe], [[0, 1]]];
@@ -2431,7 +2440,7 @@ var LlmAsAJudgeEvaluatorConfig$ = [
2431
2440
  n0,
2432
2441
  _LAAJEC,
2433
2442
  0,
2434
- [_ins, _rS, _mC],
2443
+ [_ins, _rS, _mCo],
2435
2444
  [[() => EvaluatorInstructions, 0], () => RatingScale$, () => EvaluatorModelConfig$],
2436
2445
  ];
2437
2446
  var MCPGatewayConfiguration$ = [3, n0, _MCPGC, 0, [_sV, _ins, _sT], [64 | 0, 0, 0]];
@@ -2456,6 +2465,14 @@ var MemoryStrategy$ = [
2456
2465
  var MemorySummary$ = [3, n0, _MSe, 0, [_a, _i, _s, _cA, _uA], [0, 0, 0, 4, 4]];
2457
2466
  var MessageBasedTrigger$ = [3, n0, _MBT, 0, [_mCe], [1]];
2458
2467
  var MessageBasedTriggerInput$ = [3, n0, _MBTI, 0, [_mCe], [1]];
2468
+ var MetadataConfiguration$ = [
2469
+ 3,
2470
+ n0,
2471
+ _MC,
2472
+ 0,
2473
+ [_aRH, _aQP, _aRHl],
2474
+ [64 | 0, 64 | 0, 64 | 0],
2475
+ ];
2459
2476
  var MicrosoftOauth2ProviderConfigInput$ = [
2460
2477
  3,
2461
2478
  n0,
@@ -2952,7 +2969,7 @@ var UpdateGatewayTargetRequest$ = [
2952
2969
  n0,
2953
2970
  _UGTR,
2954
2971
  0,
2955
- [_gIa, _tI, _n, _d, _tC, _cPC],
2972
+ [_gIa, _tI, _n, _d, _tC, _cPC, _mC],
2956
2973
  [
2957
2974
  [0, 1],
2958
2975
  [0, 1],
@@ -2960,6 +2977,7 @@ var UpdateGatewayTargetRequest$ = [
2960
2977
  [() => TargetDescription, 0],
2961
2978
  [() => TargetConfiguration$, 0],
2962
2979
  [() => CredentialProviderConfigurations, 0],
2980
+ () => MetadataConfiguration$,
2963
2981
  ],
2964
2982
  ];
2965
2983
  var UpdateGatewayTargetResponse$ = [
@@ -2967,7 +2985,7 @@ var UpdateGatewayTargetResponse$ = [
2967
2985
  n0,
2968
2986
  _UGTRp,
2969
2987
  0,
2970
- [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA],
2988
+ [_gA, _tI, _cA, _uA, _s, _sR, _n, _d, _tC, _cPC, _lSA, _mC],
2971
2989
  [
2972
2990
  0,
2973
2991
  0,
@@ -2980,6 +2998,7 @@ var UpdateGatewayTargetResponse$ = [
2980
2998
  [() => TargetConfiguration$, 0],
2981
2999
  [() => CredentialProviderConfigurations, 0],
2982
3000
  5,
3001
+ () => MetadataConfiguration$,
2983
3002
  ],
2984
3003
  ];
2985
3004
  var UpdateMemoryInput$ = [
@@ -3188,7 +3207,7 @@ var EnvironmentVariablesMap = [2, n0, _EVM, 8, 0, 0];
3188
3207
  var OAuthCustomParameters = [2, n0, _OACPu, 0, [0, 0], [() => OAuthCustomParametersValue, 0]];
3189
3208
  var SchemaProperties = [2, n0, _SP, 0, 0, () => SchemaDefinition$];
3190
3209
  var AgentRuntimeArtifact$ = [
3191
- 3,
3210
+ 4,
3192
3211
  n0,
3193
3212
  _ARA,
3194
3213
  0,
@@ -3196,7 +3215,7 @@ var AgentRuntimeArtifact$ = [
3196
3215
  [() => ContainerConfiguration$, () => CodeConfiguration$],
3197
3216
  ];
3198
3217
  var ApiSchemaConfiguration$ = [
3199
- 3,
3218
+ 4,
3200
3219
  n0,
3201
3220
  _ASC,
3202
3221
  0,
@@ -3204,26 +3223,26 @@ var ApiSchemaConfiguration$ = [
3204
3223
  [() => S3Configuration$, [() => InlinePayload, 0]],
3205
3224
  ];
3206
3225
  var AuthorizerConfiguration$ = [
3207
- 3,
3226
+ 4,
3208
3227
  n0,
3209
3228
  _AC,
3210
3229
  0,
3211
3230
  [_cJWTA],
3212
3231
  [() => CustomJWTAuthorizerConfiguration$],
3213
3232
  ];
3214
- var ClaimMatchValueType$ = [3, n0, _CMVT, 0, [_mVS, _mVSL], [0, 64 | 0]];
3215
- var Code$ = [3, n0, _C, 0, [_s_], [() => S3Location$]];
3233
+ var ClaimMatchValueType$ = [4, n0, _CMVT, 0, [_mVS, _mVSL], [0, 64 | 0]];
3234
+ var Code$ = [4, n0, _C, 0, [_s_], [() => S3Location$]];
3216
3235
  var ConsolidationConfiguration$ = [
3217
- 3,
3236
+ 4,
3218
3237
  n0,
3219
3238
  _CCon,
3220
3239
  0,
3221
3240
  [_cCC],
3222
3241
  [[() => CustomConsolidationConfiguration$, 0]],
3223
3242
  ];
3224
- var Content$ = [3, n0, _Co, 0, [_rTa], [0]];
3243
+ var Content$ = [4, n0, _Co, 0, [_rTa], [0]];
3225
3244
  var CredentialProvider$ = [
3226
- 3,
3245
+ 4,
3227
3246
  n0,
3228
3247
  _CPr,
3229
3248
  0,
@@ -3231,7 +3250,7 @@ var CredentialProvider$ = [
3231
3250
  [[() => OAuthCredentialProvider$, 0], () => GatewayApiKeyCredentialProvider$],
3232
3251
  ];
3233
3252
  var CustomConfigurationInput$ = [
3234
- 3,
3253
+ 4,
3235
3254
  n0,
3236
3255
  _CCI,
3237
3256
  0,
@@ -3245,7 +3264,7 @@ var CustomConfigurationInput$ = [
3245
3264
  ],
3246
3265
  ];
3247
3266
  var CustomConsolidationConfiguration$ = [
3248
- 3,
3267
+ 4,
3249
3268
  n0,
3250
3269
  _CCC,
3251
3270
  0,
@@ -3258,7 +3277,7 @@ var CustomConsolidationConfiguration$ = [
3258
3277
  ],
3259
3278
  ];
3260
3279
  var CustomConsolidationConfigurationInput$ = [
3261
- 3,
3280
+ 4,
3262
3281
  n0,
3263
3282
  _CCCI,
3264
3283
  0,
@@ -3271,7 +3290,7 @@ var CustomConsolidationConfigurationInput$ = [
3271
3290
  ],
3272
3291
  ];
3273
3292
  var CustomExtractionConfiguration$ = [
3274
- 3,
3293
+ 4,
3275
3294
  n0,
3276
3295
  _CEC,
3277
3296
  0,
@@ -3283,7 +3302,7 @@ var CustomExtractionConfiguration$ = [
3283
3302
  ],
3284
3303
  ];
3285
3304
  var CustomExtractionConfigurationInput$ = [
3286
- 3,
3305
+ 4,
3287
3306
  n0,
3288
3307
  _CECI,
3289
3308
  0,
@@ -3295,7 +3314,7 @@ var CustomExtractionConfigurationInput$ = [
3295
3314
  ],
3296
3315
  ];
3297
3316
  var CustomReflectionConfiguration$ = [
3298
- 3,
3317
+ 4,
3299
3318
  n0,
3300
3319
  _CRC,
3301
3320
  0,
@@ -3303,43 +3322,29 @@ var CustomReflectionConfiguration$ = [
3303
3322
  [[() => EpisodicReflectionOverride$, 0]],
3304
3323
  ];
3305
3324
  var CustomReflectionConfigurationInput$ = [
3306
- 3,
3325
+ 4,
3307
3326
  n0,
3308
3327
  _CRCI,
3309
3328
  0,
3310
3329
  [_eRO],
3311
3330
  [[() => EpisodicOverrideReflectionConfigurationInput$, 0]],
3312
3331
  ];
3313
- var DataSourceConfig$ = [3, n0, _DSC, 0, [_cWL], [() => CloudWatchLogsInputConfig$]];
3314
- var EvaluatorConfig$ = [3, n0, _EC, 0, [_lAAJ], [[() => LlmAsAJudgeEvaluatorConfig$, 0]]];
3315
- var EvaluatorModelConfig$ = [
3316
- 3,
3317
- n0,
3318
- _EMC,
3319
- 0,
3320
- [_bEMC],
3321
- [() => BedrockEvaluatorModelConfig$],
3322
- ];
3323
- var EvaluatorReference$ = [3, n0, _ER, 0, [_eI], [0]];
3332
+ var DataSourceConfig$ = [4, n0, _DSC, 0, [_cWL], [() => CloudWatchLogsInputConfig$]];
3333
+ var EvaluatorConfig$ = [4, n0, _EC, 0, [_lAAJ], [[() => LlmAsAJudgeEvaluatorConfig$, 0]]];
3334
+ var EvaluatorModelConfig$ = [4, n0, _EMC, 0, [_bEMC], [() => BedrockEvaluatorModelConfig$]];
3335
+ var EvaluatorReference$ = [4, n0, _ER, 0, [_eI], [0]];
3324
3336
  var ExtractionConfiguration$ = [
3325
- 3,
3337
+ 4,
3326
3338
  n0,
3327
3339
  _ECx,
3328
3340
  0,
3329
3341
  [_cEC],
3330
3342
  [[() => CustomExtractionConfiguration$, 0]],
3331
3343
  ];
3332
- var FilterValue$ = [3, n0, _FV, 0, [_sVt, _dV, _bV], [0, 1, 2]];
3333
- var GatewayProtocolConfiguration$ = [
3334
- 3,
3335
- n0,
3336
- _GPC,
3337
- 0,
3338
- [_mc],
3339
- [() => MCPGatewayConfiguration$],
3340
- ];
3344
+ var FilterValue$ = [4, n0, _FV, 0, [_sVt, _dV, _bV], [0, 1, 2]];
3345
+ var GatewayProtocolConfiguration$ = [4, n0, _GPC, 0, [_mc], [() => MCPGatewayConfiguration$]];
3341
3346
  var InterceptorConfiguration$ = [
3342
- 3,
3347
+ 4,
3343
3348
  n0,
3344
3349
  _ICnt,
3345
3350
  0,
@@ -3347,7 +3352,7 @@ var InterceptorConfiguration$ = [
3347
3352
  [() => LambdaInterceptorConfiguration$],
3348
3353
  ];
3349
3354
  var McpTargetConfiguration$ = [
3350
- 3,
3355
+ 4,
3351
3356
  n0,
3352
3357
  _MTC,
3353
3358
  0,
@@ -3361,7 +3366,7 @@ var McpTargetConfiguration$ = [
3361
3366
  ],
3362
3367
  ];
3363
3368
  var MemoryStrategyInput$ = [
3364
- 3,
3369
+ 4,
3365
3370
  n0,
3366
3371
  _MSI,
3367
3372
  0,
@@ -3375,7 +3380,7 @@ var MemoryStrategyInput$ = [
3375
3380
  ],
3376
3381
  ];
3377
3382
  var ModifyConsolidationConfiguration$ = [
3378
- 3,
3383
+ 4,
3379
3384
  n0,
3380
3385
  _MCC,
3381
3386
  0,
@@ -3383,7 +3388,7 @@ var ModifyConsolidationConfiguration$ = [
3383
3388
  [[() => CustomConsolidationConfigurationInput$, 0]],
3384
3389
  ];
3385
3390
  var ModifyExtractionConfiguration$ = [
3386
- 3,
3391
+ 4,
3387
3392
  n0,
3388
3393
  _MEC,
3389
3394
  0,
@@ -3391,7 +3396,7 @@ var ModifyExtractionConfiguration$ = [
3391
3396
  [[() => CustomExtractionConfigurationInput$, 0]],
3392
3397
  ];
3393
3398
  var ModifyReflectionConfiguration$ = [
3394
- 3,
3399
+ 4,
3395
3400
  n0,
3396
3401
  _MRC,
3397
3402
  0,
@@ -3399,7 +3404,7 @@ var ModifyReflectionConfiguration$ = [
3399
3404
  [() => EpisodicReflectionConfigurationInput$, [() => CustomReflectionConfigurationInput$, 0]],
3400
3405
  ];
3401
3406
  var Oauth2Discovery$ = [
3402
- 3,
3407
+ 4,
3403
3408
  n0,
3404
3409
  _OD,
3405
3410
  0,
@@ -3407,7 +3412,7 @@ var Oauth2Discovery$ = [
3407
3412
  [0, () => Oauth2AuthorizationServerMetadata$],
3408
3413
  ];
3409
3414
  var Oauth2ProviderConfigInput$ = [
3410
- 3,
3415
+ 4,
3411
3416
  n0,
3412
3417
  _OPCI,
3413
3418
  0,
@@ -3425,7 +3430,7 @@ var Oauth2ProviderConfigInput$ = [
3425
3430
  ],
3426
3431
  ];
3427
3432
  var Oauth2ProviderConfigOutput$ = [
3428
- 3,
3433
+ 4,
3429
3434
  n0,
3430
3435
  _OPCO,
3431
3436
  0,
@@ -3442,9 +3447,9 @@ var Oauth2ProviderConfigOutput$ = [
3442
3447
  () => IncludedOauth2ProviderConfigOutput$,
3443
3448
  ],
3444
3449
  ];
3445
- var PolicyDefinition$ = [3, n0, _PD, 0, [_ce], [() => CedarPolicy$]];
3450
+ var PolicyDefinition$ = [4, n0, _PD, 0, [_ce], [() => CedarPolicy$]];
3446
3451
  var RatingScale$ = [
3447
- 3,
3452
+ 4,
3448
3453
  n0,
3449
3454
  _RS,
3450
3455
  0,
@@ -3452,18 +3457,18 @@ var RatingScale$ = [
3452
3457
  [() => NumericalScaleDefinitions, () => CategoricalScaleDefinitions],
3453
3458
  ];
3454
3459
  var ReflectionConfiguration$ = [
3455
- 3,
3460
+ 4,
3456
3461
  n0,
3457
3462
  _RCe,
3458
3463
  0,
3459
3464
  [_cRC, _eRC],
3460
3465
  [[() => CustomReflectionConfiguration$, 0], () => EpisodicReflectionConfiguration$],
3461
3466
  ];
3462
- var RequestHeaderConfiguration$ = [3, n0, _RHC, 0, [_rHA], [64 | 0]];
3463
- var Resource$ = [3, n0, _Re, 0, [_a], [0]];
3464
- var TargetConfiguration$ = [3, n0, _TC, 0, [_mc], [[() => McpTargetConfiguration$, 0]]];
3467
+ var RequestHeaderConfiguration$ = [4, n0, _RHC, 0, [_rHA], [64 | 0]];
3468
+ var Resource$ = [4, n0, _Re, 0, [_a], [0]];
3469
+ var TargetConfiguration$ = [4, n0, _TC, 0, [_mc], [[() => McpTargetConfiguration$, 0]]];
3465
3470
  var ToolSchema$ = [
3466
- 3,
3471
+ 4,
3467
3472
  n0,
3468
3473
  _TSo,
3469
3474
  0,
@@ -3471,7 +3476,7 @@ var ToolSchema$ = [
3471
3476
  [() => S3Configuration$, () => ToolDefinitions],
3472
3477
  ];
3473
3478
  var TriggerCondition$ = [
3474
- 3,
3479
+ 4,
3475
3480
  n0,
3476
3481
  _TCr,
3477
3482
  0,
@@ -3479,7 +3484,7 @@ var TriggerCondition$ = [
3479
3484
  [() => MessageBasedTrigger$, () => TokenBasedTrigger$, () => TimeBasedTrigger$],
3480
3485
  ];
3481
3486
  var TriggerConditionInput$ = [
3482
- 3,
3487
+ 4,
3483
3488
  n0,
3484
3489
  _TCI,
3485
3490
  0,
@@ -6236,6 +6241,7 @@ exports.MemoryStrategyType = MemoryStrategyType;
6236
6241
  exports.MemorySummary$ = MemorySummary$;
6237
6242
  exports.MessageBasedTrigger$ = MessageBasedTrigger$;
6238
6243
  exports.MessageBasedTriggerInput$ = MessageBasedTriggerInput$;
6244
+ exports.MetadataConfiguration$ = MetadataConfiguration$;
6239
6245
  exports.MicrosoftOauth2ProviderConfigInput$ = MicrosoftOauth2ProviderConfigInput$;
6240
6246
  exports.MicrosoftOauth2ProviderConfigOutput$ = MicrosoftOauth2ProviderConfigOutput$;
6241
6247
  exports.ModifyConsolidationConfiguration$ = ModifyConsolidationConfiguration$;
package/dist-es/index.js CHANGED
@@ -6,4 +6,6 @@ export * from "./pagination";
6
6
  export * from "./waiters";
7
7
  export * from "./models/enums";
8
8
  export * from "./models/errors";
9
+ export * from "./models/models_0";
10
+ export * from "./models/models_1";
9
11
  export { BedrockAgentCoreControlServiceException } from "./models/BedrockAgentCoreControlServiceException";