@aws-cdk/aws-bedrock-agentcore-alpha 2.243.0-alpha.0 → 2.245.0-alpha.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.
Files changed (33) hide show
  1. package/.jsii +128 -70
  2. package/.jsii.tabl.json.gz +0 -0
  3. package/lib/gateway/gateway-base.js +1 -1
  4. package/lib/gateway/gateway.js +9 -9
  5. package/lib/gateway/inbound-auth/authorizer.js +5 -5
  6. package/lib/gateway/inbound-auth/custom-claim.js +6 -6
  7. package/lib/gateway/interceptor.js +1 -1
  8. package/lib/gateway/outbound-auth/api-key.js +1 -1
  9. package/lib/gateway/outbound-auth/credential-provider.js +1 -1
  10. package/lib/gateway/protocol.js +2 -2
  11. package/lib/gateway/targets/schema/api-schema.js +6 -6
  12. package/lib/gateway/targets/schema/tool-schema.js +7 -7
  13. package/lib/gateway/targets/target-base.js +1 -1
  14. package/lib/gateway/targets/target-configuration.js +25 -25
  15. package/lib/gateway/targets/target.js +4 -4
  16. package/lib/memory/memory-strategy.js +1 -1
  17. package/lib/memory/memory.js +2 -2
  18. package/lib/memory/strategies/managed-strategy.js +1 -1
  19. package/lib/memory/strategies/self-managed-strategy.js +1 -1
  20. package/lib/memory/validation-helpers.js +3 -3
  21. package/lib/network/network-configuration.js +4 -4
  22. package/lib/runtime/inbound-auth/custom-claim.js +6 -6
  23. package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +4 -4
  24. package/lib/runtime/runtime-artifact.js +5 -5
  25. package/lib/runtime/runtime-base.js +3 -3
  26. package/lib/runtime/runtime-endpoint-base.js +1 -1
  27. package/lib/runtime/runtime-endpoint.js +9 -9
  28. package/lib/runtime/runtime.js +20 -20
  29. package/lib/runtime/validation-helpers.js +2 -2
  30. package/lib/tools/browser.js +4 -4
  31. package/lib/tools/code-interpreter.js +4 -4
  32. package/lib/tools/validation-helpers.js +2 -2
  33. package/package.json +10 -10
package/.jsii CHANGED
@@ -8,8 +8,8 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/aws-bedrock-alpha": "2.243.0-alpha.0",
12
- "aws-cdk-lib": "^2.243.0",
11
+ "@aws-cdk/aws-bedrock-alpha": "2.245.0-alpha.0",
12
+ "aws-cdk-lib": "^2.245.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -1630,6 +1630,19 @@
1630
1630
  }
1631
1631
  }
1632
1632
  },
1633
+ "aws-cdk-lib.aws_elementalinference": {
1634
+ "targets": {
1635
+ "dotnet": {
1636
+ "namespace": "Amazon.CDK.AWS.ElementalInference"
1637
+ },
1638
+ "java": {
1639
+ "package": "software.amazon.awscdk.services.elementalinference"
1640
+ },
1641
+ "python": {
1642
+ "module": "aws_cdk.aws_elementalinference"
1643
+ }
1644
+ }
1645
+ },
1633
1646
  "aws-cdk-lib.aws_emr": {
1634
1647
  "targets": {
1635
1648
  "dotnet": {
@@ -3320,6 +3333,19 @@
3320
3333
  }
3321
3334
  }
3322
3335
  },
3336
+ "aws-cdk-lib.aws_route53globalresolver": {
3337
+ "targets": {
3338
+ "dotnet": {
3339
+ "namespace": "Amazon.CDK.AWS.Route53GlobalResolver"
3340
+ },
3341
+ "java": {
3342
+ "package": "software.amazon.awscdk.services.route53globalresolver"
3343
+ },
3344
+ "python": {
3345
+ "module": "aws_cdk.aws_route53globalresolver"
3346
+ }
3347
+ }
3348
+ },
3323
3349
  "aws-cdk-lib.aws_route53profiles": {
3324
3350
  "targets": {
3325
3351
  "dotnet": {
@@ -5756,6 +5782,22 @@
5756
5782
  }
5757
5783
  }
5758
5784
  },
5785
+ "aws-cdk-lib.interfaces.aws_elementalinference": {
5786
+ "targets": {
5787
+ "dotnet": {
5788
+ "namespace": "Amazon.CDK.Interfaces.ElementalInference"
5789
+ },
5790
+ "go": {
5791
+ "packageName": "interfacesawselementalinference"
5792
+ },
5793
+ "java": {
5794
+ "package": "software.amazon.awscdk.interfaces.elementalinference"
5795
+ },
5796
+ "python": {
5797
+ "module": "aws_cdk.interfaces.aws_elementalinference"
5798
+ }
5799
+ }
5800
+ },
5759
5801
  "aws-cdk-lib.interfaces.aws_emr": {
5760
5802
  "targets": {
5761
5803
  "dotnet": {
@@ -7708,6 +7750,22 @@
7708
7750
  }
7709
7751
  }
7710
7752
  },
7753
+ "aws-cdk-lib.interfaces.aws_route53globalresolver": {
7754
+ "targets": {
7755
+ "dotnet": {
7756
+ "namespace": "Amazon.CDK.Interfaces.Route53GlobalResolver"
7757
+ },
7758
+ "go": {
7759
+ "packageName": "interfacesawsroute53globalresolver"
7760
+ },
7761
+ "java": {
7762
+ "package": "software.amazon.awscdk.interfaces.route53globalresolver"
7763
+ },
7764
+ "python": {
7765
+ "module": "aws_cdk.interfaces.aws_route53globalresolver"
7766
+ }
7767
+ }
7768
+ },
7711
7769
  "aws-cdk-lib.interfaces.aws_route53profiles": {
7712
7770
  "targets": {
7713
7771
  "dotnet": {
@@ -9864,7 +9922,7 @@
9864
9922
  "kind": "enum",
9865
9923
  "locationInModule": {
9866
9924
  "filename": "lib/gateway/targets/target-configuration.ts",
9867
- "line": 420
9925
+ "line": 422
9868
9926
  },
9869
9927
  "members": [
9870
9928
  {
@@ -9939,7 +9997,7 @@
9939
9997
  },
9940
9998
  "locationInModule": {
9941
9999
  "filename": "lib/gateway/targets/target-configuration.ts",
9942
- "line": 639
10000
+ "line": 641
9943
10001
  },
9944
10002
  "parameters": [
9945
10003
  {
@@ -9953,7 +10011,7 @@
9953
10011
  "kind": "class",
9954
10012
  "locationInModule": {
9955
10013
  "filename": "lib/gateway/targets/target-configuration.ts",
9956
- "line": 601
10014
+ "line": 603
9957
10015
  },
9958
10016
  "methods": [
9959
10017
  {
@@ -9964,7 +10022,7 @@
9964
10022
  },
9965
10023
  "locationInModule": {
9966
10024
  "filename": "lib/gateway/targets/target-configuration.ts",
9967
- "line": 608
10025
+ "line": 610
9968
10026
  },
9969
10027
  "name": "create",
9970
10028
  "parameters": [
@@ -9992,7 +10050,7 @@
9992
10050
  },
9993
10051
  "locationInModule": {
9994
10052
  "filename": "lib/gateway/targets/target-configuration.ts",
9995
- "line": 657
10053
+ "line": 659
9996
10054
  },
9997
10055
  "name": "bind",
9998
10056
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10029,7 +10087,7 @@
10029
10087
  },
10030
10088
  "locationInModule": {
10031
10089
  "filename": "lib/gateway/targets/target-configuration.ts",
10032
- "line": 678
10090
+ "line": 680
10033
10091
  },
10034
10092
  "name": "renderMcpConfiguration",
10035
10093
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10051,7 +10109,7 @@
10051
10109
  "immutable": true,
10052
10110
  "locationInModule": {
10053
10111
  "filename": "lib/gateway/targets/target-configuration.ts",
10054
- "line": 632
10112
+ "line": 634
10055
10113
  },
10056
10114
  "name": "apiGatewayToolConfiguration",
10057
10115
  "type": {
@@ -10066,7 +10124,7 @@
10066
10124
  "immutable": true,
10067
10125
  "locationInModule": {
10068
10126
  "filename": "lib/gateway/targets/target-configuration.ts",
10069
- "line": 622
10127
+ "line": 624
10070
10128
  },
10071
10129
  "name": "restApiId",
10072
10130
  "type": {
@@ -10081,7 +10139,7 @@
10081
10139
  "immutable": true,
10082
10140
  "locationInModule": {
10083
10141
  "filename": "lib/gateway/targets/target-configuration.ts",
10084
- "line": 627
10142
+ "line": 629
10085
10143
  },
10086
10144
  "name": "stage",
10087
10145
  "type": {
@@ -10096,7 +10154,7 @@
10096
10154
  "immutable": true,
10097
10155
  "locationInModule": {
10098
10156
  "filename": "lib/gateway/targets/target-configuration.ts",
10099
- "line": 612
10157
+ "line": 614
10100
10158
  },
10101
10159
  "name": "targetType",
10102
10160
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10112,7 +10170,7 @@
10112
10170
  "immutable": true,
10113
10171
  "locationInModule": {
10114
10172
  "filename": "lib/gateway/targets/target-configuration.ts",
10115
- "line": 637
10173
+ "line": 639
10116
10174
  },
10117
10175
  "name": "metadataConfiguration",
10118
10176
  "optional": true,
@@ -10138,7 +10196,7 @@
10138
10196
  "kind": "interface",
10139
10197
  "locationInModule": {
10140
10198
  "filename": "lib/gateway/targets/target-configuration.ts",
10141
- "line": 561
10199
+ "line": 563
10142
10200
  },
10143
10201
  "name": "ApiGatewayTargetConfigurationProps",
10144
10202
  "properties": [
@@ -10151,7 +10209,7 @@
10151
10209
  "immutable": true,
10152
10210
  "locationInModule": {
10153
10211
  "filename": "lib/gateway/targets/target-configuration.ts",
10154
- "line": 577
10212
+ "line": 579
10155
10213
  },
10156
10214
  "name": "apiGatewayToolConfiguration",
10157
10215
  "type": {
@@ -10167,7 +10225,7 @@
10167
10225
  "immutable": true,
10168
10226
  "locationInModule": {
10169
10227
  "filename": "lib/gateway/targets/target-configuration.ts",
10170
- "line": 566
10228
+ "line": 568
10171
10229
  },
10172
10230
  "name": "restApi",
10173
10231
  "type": {
@@ -10184,7 +10242,7 @@
10184
10242
  "immutable": true,
10185
10243
  "locationInModule": {
10186
10244
  "filename": "lib/gateway/targets/target-configuration.ts",
10187
- "line": 584
10245
+ "line": 586
10188
10246
  },
10189
10247
  "name": "metadataConfiguration",
10190
10248
  "optional": true,
@@ -10202,7 +10260,7 @@
10202
10260
  "immutable": true,
10203
10261
  "locationInModule": {
10204
10262
  "filename": "lib/gateway/targets/target-configuration.ts",
10205
- "line": 572
10263
+ "line": 574
10206
10264
  },
10207
10265
  "name": "stage",
10208
10266
  "optional": true,
@@ -10229,7 +10287,7 @@
10229
10287
  "kind": "interface",
10230
10288
  "locationInModule": {
10231
10289
  "filename": "lib/gateway/targets/target-configuration.ts",
10232
- "line": 543
10290
+ "line": 545
10233
10291
  },
10234
10292
  "name": "ApiGatewayToolConfiguration",
10235
10293
  "properties": [
@@ -10242,7 +10300,7 @@
10242
10300
  "immutable": true,
10243
10301
  "locationInModule": {
10244
10302
  "filename": "lib/gateway/targets/target-configuration.ts",
10245
- "line": 548
10303
+ "line": 550
10246
10304
  },
10247
10305
  "name": "toolFilters",
10248
10306
  "type": {
@@ -10264,7 +10322,7 @@
10264
10322
  "immutable": true,
10265
10323
  "locationInModule": {
10266
10324
  "filename": "lib/gateway/targets/target-configuration.ts",
10267
- "line": 555
10325
+ "line": 557
10268
10326
  },
10269
10327
  "name": "toolOverrides",
10270
10328
  "optional": true,
@@ -10296,7 +10354,7 @@
10296
10354
  "kind": "interface",
10297
10355
  "locationInModule": {
10298
10356
  "filename": "lib/gateway/targets/target-configuration.ts",
10299
- "line": 445
10357
+ "line": 447
10300
10358
  },
10301
10359
  "name": "ApiGatewayToolFilter",
10302
10360
  "properties": [
@@ -10309,7 +10367,7 @@
10309
10367
  "immutable": true,
10310
10368
  "locationInModule": {
10311
10369
  "filename": "lib/gateway/targets/target-configuration.ts",
10312
- "line": 451
10370
+ "line": 453
10313
10371
  },
10314
10372
  "name": "filterPath",
10315
10373
  "type": {
@@ -10325,7 +10383,7 @@
10325
10383
  "immutable": true,
10326
10384
  "locationInModule": {
10327
10385
  "filename": "lib/gateway/targets/target-configuration.ts",
10328
- "line": 458
10386
+ "line": 460
10329
10387
  },
10330
10388
  "name": "methods",
10331
10389
  "type": {
@@ -10356,7 +10414,7 @@
10356
10414
  "kind": "interface",
10357
10415
  "locationInModule": {
10358
10416
  "filename": "lib/gateway/targets/target-configuration.ts",
10359
- "line": 469
10417
+ "line": 471
10360
10418
  },
10361
10419
  "name": "ApiGatewayToolOverride",
10362
10420
  "properties": [
@@ -10369,7 +10427,7 @@
10369
10427
  "immutable": true,
10370
10428
  "locationInModule": {
10371
10429
  "filename": "lib/gateway/targets/target-configuration.ts",
10372
- "line": 480
10430
+ "line": 482
10373
10431
  },
10374
10432
  "name": "method",
10375
10433
  "type": {
@@ -10385,7 +10443,7 @@
10385
10443
  "immutable": true,
10386
10444
  "locationInModule": {
10387
10445
  "filename": "lib/gateway/targets/target-configuration.ts",
10388
- "line": 486
10446
+ "line": 488
10389
10447
  },
10390
10448
  "name": "name",
10391
10449
  "type": {
@@ -10401,7 +10459,7 @@
10401
10459
  "immutable": true,
10402
10460
  "locationInModule": {
10403
10461
  "filename": "lib/gateway/targets/target-configuration.ts",
10404
- "line": 474
10462
+ "line": 476
10405
10463
  },
10406
10464
  "name": "path",
10407
10465
  "type": {
@@ -10418,7 +10476,7 @@
10418
10476
  "immutable": true,
10419
10477
  "locationInModule": {
10420
10478
  "filename": "lib/gateway/targets/target-configuration.ts",
10421
- "line": 492
10479
+ "line": 494
10422
10480
  },
10423
10481
  "name": "description",
10424
10482
  "optional": true,
@@ -11018,7 +11076,7 @@
11018
11076
  },
11019
11077
  "locationInModule": {
11020
11078
  "filename": "lib/gateway/targets/schema/api-schema.ts",
11021
- "line": 140
11079
+ "line": 141
11022
11080
  },
11023
11081
  "name": "grantPermissionsToRole",
11024
11082
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -11109,7 +11167,7 @@
11109
11167
  },
11110
11168
  "locationInModule": {
11111
11169
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
11112
- "line": 237
11170
+ "line": 238
11113
11171
  },
11114
11172
  "name": "grantPermissionsToRole",
11115
11173
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22574,7 +22632,7 @@
22574
22632
  },
22575
22633
  "locationInModule": {
22576
22634
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22577
- "line": 154
22635
+ "line": 155
22578
22636
  },
22579
22637
  "parameters": [
22580
22638
  {
@@ -22588,7 +22646,7 @@
22588
22646
  "kind": "class",
22589
22647
  "locationInModule": {
22590
22648
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22591
- "line": 153
22649
+ "line": 154
22592
22650
  },
22593
22651
  "methods": [
22594
22652
  {
@@ -22598,7 +22656,7 @@
22598
22656
  },
22599
22657
  "locationInModule": {
22600
22658
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22601
- "line": 171
22659
+ "line": 172
22602
22660
  },
22603
22661
  "name": "bind",
22604
22662
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22618,7 +22676,7 @@
22618
22676
  },
22619
22677
  "locationInModule": {
22620
22678
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22621
- "line": 167
22679
+ "line": 168
22622
22680
  },
22623
22681
  "name": "grantPermissionsToRole",
22624
22682
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22654,7 +22712,7 @@
22654
22712
  },
22655
22713
  "locationInModule": {
22656
22714
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22657
- "line": 253
22715
+ "line": 255
22658
22716
  },
22659
22717
  "parameters": [
22660
22718
  {
@@ -22673,7 +22731,7 @@
22673
22731
  "kind": "class",
22674
22732
  "locationInModule": {
22675
22733
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22676
- "line": 252
22734
+ "line": 254
22677
22735
  },
22678
22736
  "methods": [
22679
22737
  {
@@ -22683,7 +22741,7 @@
22683
22741
  },
22684
22742
  "locationInModule": {
22685
22743
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22686
- "line": 266
22744
+ "line": 268
22687
22745
  },
22688
22746
  "name": "bind",
22689
22747
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22703,7 +22761,7 @@
22703
22761
  },
22704
22762
  "locationInModule": {
22705
22763
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22706
- "line": 272
22764
+ "line": 274
22707
22765
  },
22708
22766
  "name": "grantPermissionsToRole",
22709
22767
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -23901,7 +23959,7 @@
23901
23959
  },
23902
23960
  "locationInModule": {
23903
23961
  "filename": "lib/gateway/targets/target-configuration.ts",
23904
- "line": 348
23962
+ "line": 349
23905
23963
  },
23906
23964
  "parameters": [
23907
23965
  {
@@ -23915,7 +23973,7 @@
23915
23973
  "kind": "class",
23916
23974
  "locationInModule": {
23917
23975
  "filename": "lib/gateway/targets/target-configuration.ts",
23918
- "line": 330
23976
+ "line": 331
23919
23977
  },
23920
23978
  "methods": [
23921
23979
  {
@@ -23926,7 +23984,7 @@
23926
23984
  },
23927
23985
  "locationInModule": {
23928
23986
  "filename": "lib/gateway/targets/target-configuration.ts",
23929
- "line": 337
23987
+ "line": 338
23930
23988
  },
23931
23989
  "name": "create",
23932
23990
  "parameters": [
@@ -23954,7 +24012,7 @@
23954
24012
  },
23955
24013
  "locationInModule": {
23956
24014
  "filename": "lib/gateway/targets/target-configuration.ts",
23957
- "line": 361
24015
+ "line": 362
23958
24016
  },
23959
24017
  "name": "bind",
23960
24018
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23991,7 +24049,7 @@
23991
24049
  },
23992
24050
  "locationInModule": {
23993
24051
  "filename": "lib/gateway/targets/target-configuration.ts",
23994
- "line": 370
24052
+ "line": 371
23995
24053
  },
23996
24054
  "name": "renderMcpConfiguration",
23997
24055
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -24013,7 +24071,7 @@
24013
24071
  "immutable": true,
24014
24072
  "locationInModule": {
24015
24073
  "filename": "lib/gateway/targets/target-configuration.ts",
24016
- "line": 346
24074
+ "line": 347
24017
24075
  },
24018
24076
  "name": "endpoint",
24019
24077
  "type": {
@@ -24028,7 +24086,7 @@
24028
24086
  "immutable": true,
24029
24087
  "locationInModule": {
24030
24088
  "filename": "lib/gateway/targets/target-configuration.ts",
24031
- "line": 341
24089
+ "line": 342
24032
24090
  },
24033
24091
  "name": "targetType",
24034
24092
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26010,7 +26068,7 @@
26010
26068
  "kind": "interface",
26011
26069
  "locationInModule": {
26012
26070
  "filename": "lib/gateway/targets/target-configuration.ts",
26013
- "line": 498
26071
+ "line": 500
26014
26072
  },
26015
26073
  "name": "MetadataConfiguration",
26016
26074
  "properties": [
@@ -26025,7 +26083,7 @@
26025
26083
  "immutable": true,
26026
26084
  "locationInModule": {
26027
26085
  "filename": "lib/gateway/targets/target-configuration.ts",
26028
- "line": 509
26086
+ "line": 511
26029
26087
  },
26030
26088
  "name": "allowedQueryParameters",
26031
26089
  "optional": true,
@@ -26049,7 +26107,7 @@
26049
26107
  "immutable": true,
26050
26108
  "locationInModule": {
26051
26109
  "filename": "lib/gateway/targets/target-configuration.ts",
26052
- "line": 521
26110
+ "line": 523
26053
26111
  },
26054
26112
  "name": "allowedRequestHeaders",
26055
26113
  "optional": true,
@@ -26073,7 +26131,7 @@
26073
26131
  "immutable": true,
26074
26132
  "locationInModule": {
26075
26133
  "filename": "lib/gateway/targets/target-configuration.ts",
26076
- "line": 533
26134
+ "line": 535
26077
26135
  },
26078
26136
  "name": "allowedResponseHeaders",
26079
26137
  "optional": true,
@@ -26434,7 +26492,7 @@
26434
26492
  },
26435
26493
  "locationInModule": {
26436
26494
  "filename": "lib/gateway/targets/target-configuration.ts",
26437
- "line": 252
26495
+ "line": 253
26438
26496
  },
26439
26497
  "name": "renderMcpConfiguration",
26440
26498
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26783,7 +26841,7 @@
26783
26841
  },
26784
26842
  "locationInModule": {
26785
26843
  "filename": "lib/runtime/runtime.ts",
26786
- "line": 836
26844
+ "line": 840
26787
26845
  },
26788
26846
  "name": "addEndpoint",
26789
26847
  "parameters": [
@@ -29386,7 +29444,7 @@
29386
29444
  },
29387
29445
  "locationInModule": {
29388
29446
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29389
- "line": 186
29447
+ "line": 187
29390
29448
  },
29391
29449
  "parameters": [
29392
29450
  {
@@ -29410,7 +29468,7 @@
29410
29468
  "kind": "class",
29411
29469
  "locationInModule": {
29412
29470
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29413
- "line": 185
29471
+ "line": 186
29414
29472
  },
29415
29473
  "methods": [
29416
29474
  {
@@ -29420,7 +29478,7 @@
29420
29478
  },
29421
29479
  "locationInModule": {
29422
29480
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29423
- "line": 201
29481
+ "line": 202
29424
29482
  },
29425
29483
  "name": "bind",
29426
29484
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29440,7 +29498,7 @@
29440
29498
  },
29441
29499
  "locationInModule": {
29442
29500
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29443
- "line": 207
29501
+ "line": 208
29444
29502
  },
29445
29503
  "name": "grantPermissionsToRole",
29446
29504
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29464,7 +29522,7 @@
29464
29522
  "immutable": true,
29465
29523
  "locationInModule": {
29466
29524
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29467
- "line": 186
29525
+ "line": 187
29468
29526
  },
29469
29527
  "name": "bucketOwnerAccountId",
29470
29528
  "optional": true,
@@ -29494,7 +29552,7 @@
29494
29552
  },
29495
29553
  "locationInModule": {
29496
29554
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29497
- "line": 284
29555
+ "line": 286
29498
29556
  },
29499
29557
  "parameters": [
29500
29558
  {
@@ -29518,7 +29576,7 @@
29518
29576
  "kind": "class",
29519
29577
  "locationInModule": {
29520
29578
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29521
- "line": 283
29579
+ "line": 285
29522
29580
  },
29523
29581
  "methods": [
29524
29582
  {
@@ -29528,7 +29586,7 @@
29528
29586
  },
29529
29587
  "locationInModule": {
29530
29588
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29531
- "line": 299
29589
+ "line": 301
29532
29590
  },
29533
29591
  "name": "bind",
29534
29592
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29548,7 +29606,7 @@
29548
29606
  },
29549
29607
  "locationInModule": {
29550
29608
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29551
- "line": 305
29609
+ "line": 307
29552
29610
  },
29553
29611
  "name": "grantPermissionsToRole",
29554
29612
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29572,7 +29630,7 @@
29572
29630
  "immutable": true,
29573
29631
  "locationInModule": {
29574
29632
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29575
- "line": 284
29633
+ "line": 286
29576
29634
  },
29577
29635
  "name": "bucketOwnerAccountId",
29578
29636
  "optional": true,
@@ -30064,7 +30122,7 @@
30064
30122
  },
30065
30123
  "locationInModule": {
30066
30124
  "filename": "lib/gateway/targets/target-configuration.ts",
30067
- "line": 287
30125
+ "line": 288
30068
30126
  },
30069
30127
  "parameters": [
30070
30128
  {
@@ -30078,7 +30136,7 @@
30078
30136
  "kind": "class",
30079
30137
  "locationInModule": {
30080
30138
  "filename": "lib/gateway/targets/target-configuration.ts",
30081
- "line": 269
30139
+ "line": 270
30082
30140
  },
30083
30141
  "methods": [
30084
30142
  {
@@ -30089,7 +30147,7 @@
30089
30147
  },
30090
30148
  "locationInModule": {
30091
30149
  "filename": "lib/gateway/targets/target-configuration.ts",
30092
- "line": 276
30150
+ "line": 277
30093
30151
  },
30094
30152
  "name": "create",
30095
30153
  "parameters": [
@@ -30117,7 +30175,7 @@
30117
30175
  },
30118
30176
  "locationInModule": {
30119
30177
  "filename": "lib/gateway/targets/target-configuration.ts",
30120
- "line": 299
30178
+ "line": 300
30121
30179
  },
30122
30180
  "name": "bind",
30123
30181
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30154,7 +30212,7 @@
30154
30212
  },
30155
30213
  "locationInModule": {
30156
30214
  "filename": "lib/gateway/targets/target-configuration.ts",
30157
- "line": 311
30215
+ "line": 312
30158
30216
  },
30159
30217
  "name": "renderMcpConfiguration",
30160
30218
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30176,7 +30234,7 @@
30176
30234
  "immutable": true,
30177
30235
  "locationInModule": {
30178
30236
  "filename": "lib/gateway/targets/target-configuration.ts",
30179
- "line": 285
30237
+ "line": 286
30180
30238
  },
30181
30239
  "name": "smithyModel",
30182
30240
  "type": {
@@ -30191,7 +30249,7 @@
30191
30249
  "immutable": true,
30192
30250
  "locationInModule": {
30193
30251
  "filename": "lib/gateway/targets/target-configuration.ts",
30194
- "line": 280
30252
+ "line": 281
30195
30253
  },
30196
30254
  "name": "targetType",
30197
30255
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30777,6 +30835,6 @@
30777
30835
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
30778
30836
  }
30779
30837
  },
30780
- "version": "2.243.0-alpha.0",
30838
+ "version": "2.245.0-alpha.0",
30781
30839
  "fingerprint": "**********"
30782
30840
  }
Binary file