@aws-cdk/aws-bedrock-agentcore-alpha 2.243.0-alpha.0 → 2.244.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 +70 -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 +9 -9
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.244.0-alpha.0",
12
+ "aws-cdk-lib": "^2.244.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -9864,7 +9864,7 @@
9864
9864
  "kind": "enum",
9865
9865
  "locationInModule": {
9866
9866
  "filename": "lib/gateway/targets/target-configuration.ts",
9867
- "line": 420
9867
+ "line": 422
9868
9868
  },
9869
9869
  "members": [
9870
9870
  {
@@ -9939,7 +9939,7 @@
9939
9939
  },
9940
9940
  "locationInModule": {
9941
9941
  "filename": "lib/gateway/targets/target-configuration.ts",
9942
- "line": 639
9942
+ "line": 641
9943
9943
  },
9944
9944
  "parameters": [
9945
9945
  {
@@ -9953,7 +9953,7 @@
9953
9953
  "kind": "class",
9954
9954
  "locationInModule": {
9955
9955
  "filename": "lib/gateway/targets/target-configuration.ts",
9956
- "line": 601
9956
+ "line": 603
9957
9957
  },
9958
9958
  "methods": [
9959
9959
  {
@@ -9964,7 +9964,7 @@
9964
9964
  },
9965
9965
  "locationInModule": {
9966
9966
  "filename": "lib/gateway/targets/target-configuration.ts",
9967
- "line": 608
9967
+ "line": 610
9968
9968
  },
9969
9969
  "name": "create",
9970
9970
  "parameters": [
@@ -9992,7 +9992,7 @@
9992
9992
  },
9993
9993
  "locationInModule": {
9994
9994
  "filename": "lib/gateway/targets/target-configuration.ts",
9995
- "line": 657
9995
+ "line": 659
9996
9996
  },
9997
9997
  "name": "bind",
9998
9998
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10029,7 +10029,7 @@
10029
10029
  },
10030
10030
  "locationInModule": {
10031
10031
  "filename": "lib/gateway/targets/target-configuration.ts",
10032
- "line": 678
10032
+ "line": 680
10033
10033
  },
10034
10034
  "name": "renderMcpConfiguration",
10035
10035
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10051,7 +10051,7 @@
10051
10051
  "immutable": true,
10052
10052
  "locationInModule": {
10053
10053
  "filename": "lib/gateway/targets/target-configuration.ts",
10054
- "line": 632
10054
+ "line": 634
10055
10055
  },
10056
10056
  "name": "apiGatewayToolConfiguration",
10057
10057
  "type": {
@@ -10066,7 +10066,7 @@
10066
10066
  "immutable": true,
10067
10067
  "locationInModule": {
10068
10068
  "filename": "lib/gateway/targets/target-configuration.ts",
10069
- "line": 622
10069
+ "line": 624
10070
10070
  },
10071
10071
  "name": "restApiId",
10072
10072
  "type": {
@@ -10081,7 +10081,7 @@
10081
10081
  "immutable": true,
10082
10082
  "locationInModule": {
10083
10083
  "filename": "lib/gateway/targets/target-configuration.ts",
10084
- "line": 627
10084
+ "line": 629
10085
10085
  },
10086
10086
  "name": "stage",
10087
10087
  "type": {
@@ -10096,7 +10096,7 @@
10096
10096
  "immutable": true,
10097
10097
  "locationInModule": {
10098
10098
  "filename": "lib/gateway/targets/target-configuration.ts",
10099
- "line": 612
10099
+ "line": 614
10100
10100
  },
10101
10101
  "name": "targetType",
10102
10102
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10112,7 +10112,7 @@
10112
10112
  "immutable": true,
10113
10113
  "locationInModule": {
10114
10114
  "filename": "lib/gateway/targets/target-configuration.ts",
10115
- "line": 637
10115
+ "line": 639
10116
10116
  },
10117
10117
  "name": "metadataConfiguration",
10118
10118
  "optional": true,
@@ -10138,7 +10138,7 @@
10138
10138
  "kind": "interface",
10139
10139
  "locationInModule": {
10140
10140
  "filename": "lib/gateway/targets/target-configuration.ts",
10141
- "line": 561
10141
+ "line": 563
10142
10142
  },
10143
10143
  "name": "ApiGatewayTargetConfigurationProps",
10144
10144
  "properties": [
@@ -10151,7 +10151,7 @@
10151
10151
  "immutable": true,
10152
10152
  "locationInModule": {
10153
10153
  "filename": "lib/gateway/targets/target-configuration.ts",
10154
- "line": 577
10154
+ "line": 579
10155
10155
  },
10156
10156
  "name": "apiGatewayToolConfiguration",
10157
10157
  "type": {
@@ -10167,7 +10167,7 @@
10167
10167
  "immutable": true,
10168
10168
  "locationInModule": {
10169
10169
  "filename": "lib/gateway/targets/target-configuration.ts",
10170
- "line": 566
10170
+ "line": 568
10171
10171
  },
10172
10172
  "name": "restApi",
10173
10173
  "type": {
@@ -10184,7 +10184,7 @@
10184
10184
  "immutable": true,
10185
10185
  "locationInModule": {
10186
10186
  "filename": "lib/gateway/targets/target-configuration.ts",
10187
- "line": 584
10187
+ "line": 586
10188
10188
  },
10189
10189
  "name": "metadataConfiguration",
10190
10190
  "optional": true,
@@ -10202,7 +10202,7 @@
10202
10202
  "immutable": true,
10203
10203
  "locationInModule": {
10204
10204
  "filename": "lib/gateway/targets/target-configuration.ts",
10205
- "line": 572
10205
+ "line": 574
10206
10206
  },
10207
10207
  "name": "stage",
10208
10208
  "optional": true,
@@ -10229,7 +10229,7 @@
10229
10229
  "kind": "interface",
10230
10230
  "locationInModule": {
10231
10231
  "filename": "lib/gateway/targets/target-configuration.ts",
10232
- "line": 543
10232
+ "line": 545
10233
10233
  },
10234
10234
  "name": "ApiGatewayToolConfiguration",
10235
10235
  "properties": [
@@ -10242,7 +10242,7 @@
10242
10242
  "immutable": true,
10243
10243
  "locationInModule": {
10244
10244
  "filename": "lib/gateway/targets/target-configuration.ts",
10245
- "line": 548
10245
+ "line": 550
10246
10246
  },
10247
10247
  "name": "toolFilters",
10248
10248
  "type": {
@@ -10264,7 +10264,7 @@
10264
10264
  "immutable": true,
10265
10265
  "locationInModule": {
10266
10266
  "filename": "lib/gateway/targets/target-configuration.ts",
10267
- "line": 555
10267
+ "line": 557
10268
10268
  },
10269
10269
  "name": "toolOverrides",
10270
10270
  "optional": true,
@@ -10296,7 +10296,7 @@
10296
10296
  "kind": "interface",
10297
10297
  "locationInModule": {
10298
10298
  "filename": "lib/gateway/targets/target-configuration.ts",
10299
- "line": 445
10299
+ "line": 447
10300
10300
  },
10301
10301
  "name": "ApiGatewayToolFilter",
10302
10302
  "properties": [
@@ -10309,7 +10309,7 @@
10309
10309
  "immutable": true,
10310
10310
  "locationInModule": {
10311
10311
  "filename": "lib/gateway/targets/target-configuration.ts",
10312
- "line": 451
10312
+ "line": 453
10313
10313
  },
10314
10314
  "name": "filterPath",
10315
10315
  "type": {
@@ -10325,7 +10325,7 @@
10325
10325
  "immutable": true,
10326
10326
  "locationInModule": {
10327
10327
  "filename": "lib/gateway/targets/target-configuration.ts",
10328
- "line": 458
10328
+ "line": 460
10329
10329
  },
10330
10330
  "name": "methods",
10331
10331
  "type": {
@@ -10356,7 +10356,7 @@
10356
10356
  "kind": "interface",
10357
10357
  "locationInModule": {
10358
10358
  "filename": "lib/gateway/targets/target-configuration.ts",
10359
- "line": 469
10359
+ "line": 471
10360
10360
  },
10361
10361
  "name": "ApiGatewayToolOverride",
10362
10362
  "properties": [
@@ -10369,7 +10369,7 @@
10369
10369
  "immutable": true,
10370
10370
  "locationInModule": {
10371
10371
  "filename": "lib/gateway/targets/target-configuration.ts",
10372
- "line": 480
10372
+ "line": 482
10373
10373
  },
10374
10374
  "name": "method",
10375
10375
  "type": {
@@ -10385,7 +10385,7 @@
10385
10385
  "immutable": true,
10386
10386
  "locationInModule": {
10387
10387
  "filename": "lib/gateway/targets/target-configuration.ts",
10388
- "line": 486
10388
+ "line": 488
10389
10389
  },
10390
10390
  "name": "name",
10391
10391
  "type": {
@@ -10401,7 +10401,7 @@
10401
10401
  "immutable": true,
10402
10402
  "locationInModule": {
10403
10403
  "filename": "lib/gateway/targets/target-configuration.ts",
10404
- "line": 474
10404
+ "line": 476
10405
10405
  },
10406
10406
  "name": "path",
10407
10407
  "type": {
@@ -10418,7 +10418,7 @@
10418
10418
  "immutable": true,
10419
10419
  "locationInModule": {
10420
10420
  "filename": "lib/gateway/targets/target-configuration.ts",
10421
- "line": 492
10421
+ "line": 494
10422
10422
  },
10423
10423
  "name": "description",
10424
10424
  "optional": true,
@@ -11018,7 +11018,7 @@
11018
11018
  },
11019
11019
  "locationInModule": {
11020
11020
  "filename": "lib/gateway/targets/schema/api-schema.ts",
11021
- "line": 140
11021
+ "line": 141
11022
11022
  },
11023
11023
  "name": "grantPermissionsToRole",
11024
11024
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -11109,7 +11109,7 @@
11109
11109
  },
11110
11110
  "locationInModule": {
11111
11111
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
11112
- "line": 237
11112
+ "line": 238
11113
11113
  },
11114
11114
  "name": "grantPermissionsToRole",
11115
11115
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22574,7 +22574,7 @@
22574
22574
  },
22575
22575
  "locationInModule": {
22576
22576
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22577
- "line": 154
22577
+ "line": 155
22578
22578
  },
22579
22579
  "parameters": [
22580
22580
  {
@@ -22588,7 +22588,7 @@
22588
22588
  "kind": "class",
22589
22589
  "locationInModule": {
22590
22590
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22591
- "line": 153
22591
+ "line": 154
22592
22592
  },
22593
22593
  "methods": [
22594
22594
  {
@@ -22598,7 +22598,7 @@
22598
22598
  },
22599
22599
  "locationInModule": {
22600
22600
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22601
- "line": 171
22601
+ "line": 172
22602
22602
  },
22603
22603
  "name": "bind",
22604
22604
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22618,7 +22618,7 @@
22618
22618
  },
22619
22619
  "locationInModule": {
22620
22620
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22621
- "line": 167
22621
+ "line": 168
22622
22622
  },
22623
22623
  "name": "grantPermissionsToRole",
22624
22624
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22654,7 +22654,7 @@
22654
22654
  },
22655
22655
  "locationInModule": {
22656
22656
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22657
- "line": 253
22657
+ "line": 255
22658
22658
  },
22659
22659
  "parameters": [
22660
22660
  {
@@ -22673,7 +22673,7 @@
22673
22673
  "kind": "class",
22674
22674
  "locationInModule": {
22675
22675
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22676
- "line": 252
22676
+ "line": 254
22677
22677
  },
22678
22678
  "methods": [
22679
22679
  {
@@ -22683,7 +22683,7 @@
22683
22683
  },
22684
22684
  "locationInModule": {
22685
22685
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22686
- "line": 266
22686
+ "line": 268
22687
22687
  },
22688
22688
  "name": "bind",
22689
22689
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22703,7 +22703,7 @@
22703
22703
  },
22704
22704
  "locationInModule": {
22705
22705
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22706
- "line": 272
22706
+ "line": 274
22707
22707
  },
22708
22708
  "name": "grantPermissionsToRole",
22709
22709
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -23901,7 +23901,7 @@
23901
23901
  },
23902
23902
  "locationInModule": {
23903
23903
  "filename": "lib/gateway/targets/target-configuration.ts",
23904
- "line": 348
23904
+ "line": 349
23905
23905
  },
23906
23906
  "parameters": [
23907
23907
  {
@@ -23915,7 +23915,7 @@
23915
23915
  "kind": "class",
23916
23916
  "locationInModule": {
23917
23917
  "filename": "lib/gateway/targets/target-configuration.ts",
23918
- "line": 330
23918
+ "line": 331
23919
23919
  },
23920
23920
  "methods": [
23921
23921
  {
@@ -23926,7 +23926,7 @@
23926
23926
  },
23927
23927
  "locationInModule": {
23928
23928
  "filename": "lib/gateway/targets/target-configuration.ts",
23929
- "line": 337
23929
+ "line": 338
23930
23930
  },
23931
23931
  "name": "create",
23932
23932
  "parameters": [
@@ -23954,7 +23954,7 @@
23954
23954
  },
23955
23955
  "locationInModule": {
23956
23956
  "filename": "lib/gateway/targets/target-configuration.ts",
23957
- "line": 361
23957
+ "line": 362
23958
23958
  },
23959
23959
  "name": "bind",
23960
23960
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23991,7 +23991,7 @@
23991
23991
  },
23992
23992
  "locationInModule": {
23993
23993
  "filename": "lib/gateway/targets/target-configuration.ts",
23994
- "line": 370
23994
+ "line": 371
23995
23995
  },
23996
23996
  "name": "renderMcpConfiguration",
23997
23997
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -24013,7 +24013,7 @@
24013
24013
  "immutable": true,
24014
24014
  "locationInModule": {
24015
24015
  "filename": "lib/gateway/targets/target-configuration.ts",
24016
- "line": 346
24016
+ "line": 347
24017
24017
  },
24018
24018
  "name": "endpoint",
24019
24019
  "type": {
@@ -24028,7 +24028,7 @@
24028
24028
  "immutable": true,
24029
24029
  "locationInModule": {
24030
24030
  "filename": "lib/gateway/targets/target-configuration.ts",
24031
- "line": 341
24031
+ "line": 342
24032
24032
  },
24033
24033
  "name": "targetType",
24034
24034
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26010,7 +26010,7 @@
26010
26010
  "kind": "interface",
26011
26011
  "locationInModule": {
26012
26012
  "filename": "lib/gateway/targets/target-configuration.ts",
26013
- "line": 498
26013
+ "line": 500
26014
26014
  },
26015
26015
  "name": "MetadataConfiguration",
26016
26016
  "properties": [
@@ -26025,7 +26025,7 @@
26025
26025
  "immutable": true,
26026
26026
  "locationInModule": {
26027
26027
  "filename": "lib/gateway/targets/target-configuration.ts",
26028
- "line": 509
26028
+ "line": 511
26029
26029
  },
26030
26030
  "name": "allowedQueryParameters",
26031
26031
  "optional": true,
@@ -26049,7 +26049,7 @@
26049
26049
  "immutable": true,
26050
26050
  "locationInModule": {
26051
26051
  "filename": "lib/gateway/targets/target-configuration.ts",
26052
- "line": 521
26052
+ "line": 523
26053
26053
  },
26054
26054
  "name": "allowedRequestHeaders",
26055
26055
  "optional": true,
@@ -26073,7 +26073,7 @@
26073
26073
  "immutable": true,
26074
26074
  "locationInModule": {
26075
26075
  "filename": "lib/gateway/targets/target-configuration.ts",
26076
- "line": 533
26076
+ "line": 535
26077
26077
  },
26078
26078
  "name": "allowedResponseHeaders",
26079
26079
  "optional": true,
@@ -26434,7 +26434,7 @@
26434
26434
  },
26435
26435
  "locationInModule": {
26436
26436
  "filename": "lib/gateway/targets/target-configuration.ts",
26437
- "line": 252
26437
+ "line": 253
26438
26438
  },
26439
26439
  "name": "renderMcpConfiguration",
26440
26440
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26783,7 +26783,7 @@
26783
26783
  },
26784
26784
  "locationInModule": {
26785
26785
  "filename": "lib/runtime/runtime.ts",
26786
- "line": 836
26786
+ "line": 840
26787
26787
  },
26788
26788
  "name": "addEndpoint",
26789
26789
  "parameters": [
@@ -29386,7 +29386,7 @@
29386
29386
  },
29387
29387
  "locationInModule": {
29388
29388
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29389
- "line": 186
29389
+ "line": 187
29390
29390
  },
29391
29391
  "parameters": [
29392
29392
  {
@@ -29410,7 +29410,7 @@
29410
29410
  "kind": "class",
29411
29411
  "locationInModule": {
29412
29412
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29413
- "line": 185
29413
+ "line": 186
29414
29414
  },
29415
29415
  "methods": [
29416
29416
  {
@@ -29420,7 +29420,7 @@
29420
29420
  },
29421
29421
  "locationInModule": {
29422
29422
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29423
- "line": 201
29423
+ "line": 202
29424
29424
  },
29425
29425
  "name": "bind",
29426
29426
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29440,7 +29440,7 @@
29440
29440
  },
29441
29441
  "locationInModule": {
29442
29442
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29443
- "line": 207
29443
+ "line": 208
29444
29444
  },
29445
29445
  "name": "grantPermissionsToRole",
29446
29446
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29464,7 +29464,7 @@
29464
29464
  "immutable": true,
29465
29465
  "locationInModule": {
29466
29466
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29467
- "line": 186
29467
+ "line": 187
29468
29468
  },
29469
29469
  "name": "bucketOwnerAccountId",
29470
29470
  "optional": true,
@@ -29494,7 +29494,7 @@
29494
29494
  },
29495
29495
  "locationInModule": {
29496
29496
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29497
- "line": 284
29497
+ "line": 286
29498
29498
  },
29499
29499
  "parameters": [
29500
29500
  {
@@ -29518,7 +29518,7 @@
29518
29518
  "kind": "class",
29519
29519
  "locationInModule": {
29520
29520
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29521
- "line": 283
29521
+ "line": 285
29522
29522
  },
29523
29523
  "methods": [
29524
29524
  {
@@ -29528,7 +29528,7 @@
29528
29528
  },
29529
29529
  "locationInModule": {
29530
29530
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29531
- "line": 299
29531
+ "line": 301
29532
29532
  },
29533
29533
  "name": "bind",
29534
29534
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29548,7 +29548,7 @@
29548
29548
  },
29549
29549
  "locationInModule": {
29550
29550
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29551
- "line": 305
29551
+ "line": 307
29552
29552
  },
29553
29553
  "name": "grantPermissionsToRole",
29554
29554
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29572,7 +29572,7 @@
29572
29572
  "immutable": true,
29573
29573
  "locationInModule": {
29574
29574
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29575
- "line": 284
29575
+ "line": 286
29576
29576
  },
29577
29577
  "name": "bucketOwnerAccountId",
29578
29578
  "optional": true,
@@ -30064,7 +30064,7 @@
30064
30064
  },
30065
30065
  "locationInModule": {
30066
30066
  "filename": "lib/gateway/targets/target-configuration.ts",
30067
- "line": 287
30067
+ "line": 288
30068
30068
  },
30069
30069
  "parameters": [
30070
30070
  {
@@ -30078,7 +30078,7 @@
30078
30078
  "kind": "class",
30079
30079
  "locationInModule": {
30080
30080
  "filename": "lib/gateway/targets/target-configuration.ts",
30081
- "line": 269
30081
+ "line": 270
30082
30082
  },
30083
30083
  "methods": [
30084
30084
  {
@@ -30089,7 +30089,7 @@
30089
30089
  },
30090
30090
  "locationInModule": {
30091
30091
  "filename": "lib/gateway/targets/target-configuration.ts",
30092
- "line": 276
30092
+ "line": 277
30093
30093
  },
30094
30094
  "name": "create",
30095
30095
  "parameters": [
@@ -30117,7 +30117,7 @@
30117
30117
  },
30118
30118
  "locationInModule": {
30119
30119
  "filename": "lib/gateway/targets/target-configuration.ts",
30120
- "line": 299
30120
+ "line": 300
30121
30121
  },
30122
30122
  "name": "bind",
30123
30123
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30154,7 +30154,7 @@
30154
30154
  },
30155
30155
  "locationInModule": {
30156
30156
  "filename": "lib/gateway/targets/target-configuration.ts",
30157
- "line": 311
30157
+ "line": 312
30158
30158
  },
30159
30159
  "name": "renderMcpConfiguration",
30160
30160
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30176,7 +30176,7 @@
30176
30176
  "immutable": true,
30177
30177
  "locationInModule": {
30178
30178
  "filename": "lib/gateway/targets/target-configuration.ts",
30179
- "line": 285
30179
+ "line": 286
30180
30180
  },
30181
30181
  "name": "smithyModel",
30182
30182
  "type": {
@@ -30191,7 +30191,7 @@
30191
30191
  "immutable": true,
30192
30192
  "locationInModule": {
30193
30193
  "filename": "lib/gateway/targets/target-configuration.ts",
30194
- "line": 280
30194
+ "line": 281
30195
30195
  },
30196
30196
  "name": "targetType",
30197
30197
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30777,6 +30777,6 @@
30777
30777
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
30778
30778
  }
30779
30779
  },
30780
- "version": "2.243.0-alpha.0",
30780
+ "version": "2.244.0-alpha.0",
30781
30781
  "fingerprint": "**********"
30782
30782
  }
Binary file
@@ -25,7 +25,7 @@ var GatewayExceptionLevel;
25
25
  * Base Class
26
26
  *****************************************************************************/
27
27
  class GatewayBase extends aws_cdk_lib_1.Resource {
28
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.243.0-alpha.0" };
28
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase", version: "2.244.0-alpha.0" };
29
29
  /**
30
30
  * A reference to a Gateway resource.
31
31
  */