@aws-cdk/aws-bedrock-agentcore-alpha 2.240.0-alpha.0 → 2.242.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 (36) hide show
  1. package/.jsii +454 -319
  2. package/.jsii.tabl.json.gz +0 -0
  3. package/lib/gateway/gateway-base.js +1 -1
  4. package/lib/gateway/gateway.js +10 -9
  5. package/lib/gateway/inbound-auth/authorizer.js +6 -6
  6. package/lib/gateway/inbound-auth/custom-claim.js +7 -7
  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 +7 -17
  12. package/lib/gateway/targets/schema/tool-schema.js +8 -18
  13. package/lib/gateway/targets/target-base.js +1 -1
  14. package/lib/gateway/targets/target-configuration.js +27 -26
  15. package/lib/gateway/targets/target.js +5 -4
  16. package/lib/gateway/validation-helpers.d.ts +0 -4
  17. package/lib/gateway/validation-helpers.js +1 -13
  18. package/lib/memory/memory-strategy.js +1 -1
  19. package/lib/memory/memory.js +2 -2
  20. package/lib/memory/strategies/managed-strategy.js +1 -1
  21. package/lib/memory/strategies/self-managed-strategy.js +1 -1
  22. package/lib/network/network-configuration.js +4 -4
  23. package/lib/runtime/inbound-auth/custom-claim.js +7 -7
  24. package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +5 -5
  25. package/lib/runtime/runtime-artifact.js +6 -6
  26. package/lib/runtime/runtime-base.js +4 -4
  27. package/lib/runtime/runtime-endpoint-base.js +1 -1
  28. package/lib/runtime/runtime-endpoint.js +10 -9
  29. package/lib/runtime/runtime.js +23 -22
  30. package/lib/runtime/validation-helpers.d.ts +0 -6
  31. package/lib/runtime/validation-helpers.js +3 -13
  32. package/lib/tools/browser.js +2 -2
  33. package/lib/tools/code-interpreter.js +2 -2
  34. package/lib/tools/validation-helpers.d.ts +0 -6
  35. package/lib/tools/validation-helpers.js +3 -13
  36. package/package.json +11 -11
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.240.0-alpha.0",
12
- "aws-cdk-lib": "^2.240.0",
11
+ "@aws-cdk/aws-bedrock-alpha": "2.242.0-alpha.0",
12
+ "aws-cdk-lib": "^2.242.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -648,6 +648,19 @@
648
648
  }
649
649
  }
650
650
  },
651
+ "aws-cdk-lib.aws_bedrockmantle": {
652
+ "targets": {
653
+ "dotnet": {
654
+ "namespace": "Amazon.CDK.AWS.BedrockMantle"
655
+ },
656
+ "java": {
657
+ "package": "software.amazon.awscdk.services.bedrockmantle"
658
+ },
659
+ "python": {
660
+ "module": "aws_cdk.aws_bedrockmantle"
661
+ }
662
+ }
663
+ },
651
664
  "aws-cdk-lib.aws_billingconductor": {
652
665
  "targets": {
653
666
  "dotnet": {
@@ -1052,6 +1065,19 @@
1052
1065
  }
1053
1066
  }
1054
1067
  },
1068
+ "aws-cdk-lib.aws_computeoptimizer": {
1069
+ "targets": {
1070
+ "dotnet": {
1071
+ "namespace": "Amazon.CDK.AWS.ComputeOptimizer"
1072
+ },
1073
+ "java": {
1074
+ "package": "software.amazon.awscdk.services.computeoptimizer"
1075
+ },
1076
+ "python": {
1077
+ "module": "aws_cdk.aws_computeoptimizer"
1078
+ }
1079
+ }
1080
+ },
1055
1081
  "aws-cdk-lib.aws_config": {
1056
1082
  "targets": {
1057
1083
  "dotnet": {
@@ -1273,6 +1299,19 @@
1273
1299
  }
1274
1300
  }
1275
1301
  },
1302
+ "aws-cdk-lib.aws_directconnect": {
1303
+ "targets": {
1304
+ "dotnet": {
1305
+ "namespace": "Amazon.CDK.AWS.DirectConnect"
1306
+ },
1307
+ "java": {
1308
+ "package": "software.amazon.awscdk.services.directconnect"
1309
+ },
1310
+ "python": {
1311
+ "module": "aws_cdk.aws_directconnect"
1312
+ }
1313
+ }
1314
+ },
1276
1315
  "aws-cdk-lib.aws_directoryservice": {
1277
1316
  "targets": {
1278
1317
  "dotnet": {
@@ -1390,6 +1429,22 @@
1390
1429
  }
1391
1430
  }
1392
1431
  },
1432
+ "aws-cdk-lib.aws_ecr.mixins": {
1433
+ "targets": {
1434
+ "dotnet": {
1435
+ "namespace": "Amazon.CDK.AWS.ECR.Mixins"
1436
+ },
1437
+ "go": {
1438
+ "packageName": "awsecrmixins"
1439
+ },
1440
+ "java": {
1441
+ "package": "software.amazon.awscdk.services.ecr.mixins"
1442
+ },
1443
+ "python": {
1444
+ "module": "aws_cdk.aws_ecr.mixins"
1445
+ }
1446
+ }
1447
+ },
1393
1448
  "aws-cdk-lib.aws_ecr_assets": {
1394
1449
  "targets": {
1395
1450
  "dotnet": {
@@ -1416,6 +1471,22 @@
1416
1471
  }
1417
1472
  }
1418
1473
  },
1474
+ "aws-cdk-lib.aws_ecs.mixins": {
1475
+ "targets": {
1476
+ "dotnet": {
1477
+ "namespace": "Amazon.CDK.AWS.ECS.Mixins"
1478
+ },
1479
+ "go": {
1480
+ "packageName": "awsecsmixins"
1481
+ },
1482
+ "java": {
1483
+ "package": "software.amazon.awscdk.services.ecs.mixins"
1484
+ },
1485
+ "python": {
1486
+ "module": "aws_cdk.aws_ecs.mixins"
1487
+ }
1488
+ }
1489
+ },
1419
1490
  "aws-cdk-lib.aws_ecs_patterns": {
1420
1491
  "targets": {
1421
1492
  "dotnet": {
@@ -3340,6 +3411,22 @@
3340
3411
  }
3341
3412
  }
3342
3413
  },
3414
+ "aws-cdk-lib.aws_s3.mixins": {
3415
+ "targets": {
3416
+ "dotnet": {
3417
+ "namespace": "Amazon.CDK.AWS.S3.Mixins"
3418
+ },
3419
+ "go": {
3420
+ "packageName": "awss3mixins"
3421
+ },
3422
+ "java": {
3423
+ "package": "software.amazon.awscdk.services.s3.mixins"
3424
+ },
3425
+ "python": {
3426
+ "module": "aws_cdk.aws_s3.mixins"
3427
+ }
3428
+ }
3429
+ },
3343
3430
  "aws-cdk-lib.aws_s3_assets": {
3344
3431
  "targets": {
3345
3432
  "dotnet": {
@@ -4629,6 +4716,22 @@
4629
4716
  }
4630
4717
  }
4631
4718
  },
4719
+ "aws-cdk-lib.interfaces.aws_bedrockmantle": {
4720
+ "targets": {
4721
+ "dotnet": {
4722
+ "namespace": "Amazon.CDK.Interfaces.BedrockMantle"
4723
+ },
4724
+ "go": {
4725
+ "packageName": "interfacesawsbedrockmantle"
4726
+ },
4727
+ "java": {
4728
+ "package": "software.amazon.awscdk.interfaces.bedrockmantle"
4729
+ },
4730
+ "python": {
4731
+ "module": "aws_cdk.interfaces.aws_bedrockmantle"
4732
+ }
4733
+ }
4734
+ },
4632
4735
  "aws-cdk-lib.interfaces.aws_billing": {
4633
4736
  "targets": {
4634
4737
  "dotnet": {
@@ -5077,6 +5180,22 @@
5077
5180
  }
5078
5181
  }
5079
5182
  },
5183
+ "aws-cdk-lib.interfaces.aws_computeoptimizer": {
5184
+ "targets": {
5185
+ "dotnet": {
5186
+ "namespace": "Amazon.CDK.Interfaces.ComputeOptimizer"
5187
+ },
5188
+ "go": {
5189
+ "packageName": "interfacesawscomputeoptimizer"
5190
+ },
5191
+ "java": {
5192
+ "package": "software.amazon.awscdk.interfaces.computeoptimizer"
5193
+ },
5194
+ "python": {
5195
+ "module": "aws_cdk.interfaces.aws_computeoptimizer"
5196
+ }
5197
+ }
5198
+ },
5080
5199
  "aws-cdk-lib.interfaces.aws_config": {
5081
5200
  "targets": {
5082
5201
  "dotnet": {
@@ -5349,6 +5468,22 @@
5349
5468
  }
5350
5469
  }
5351
5470
  },
5471
+ "aws-cdk-lib.interfaces.aws_directconnect": {
5472
+ "targets": {
5473
+ "dotnet": {
5474
+ "namespace": "Amazon.CDK.Interfaces.DirectConnect"
5475
+ },
5476
+ "go": {
5477
+ "packageName": "interfacesawsdirectconnect"
5478
+ },
5479
+ "java": {
5480
+ "package": "software.amazon.awscdk.interfaces.directconnect"
5481
+ },
5482
+ "python": {
5483
+ "module": "aws_cdk.interfaces.aws_directconnect"
5484
+ }
5485
+ }
5486
+ },
5352
5487
  "aws-cdk-lib.interfaces.aws_directoryservice": {
5353
5488
  "targets": {
5354
5489
  "dotnet": {
@@ -8544,7 +8679,7 @@
8544
8679
  "stability": "experimental"
8545
8680
  },
8546
8681
  "homepage": "https://github.com/aws/aws-cdk",
8547
- "jsiiVersion": "5.9.26 (build f85d3df)",
8682
+ "jsiiVersion": "5.9.31 (build 550e607)",
8548
8683
  "keywords": [
8549
8684
  "aws",
8550
8685
  "cdk",
@@ -8619,7 +8754,7 @@
8619
8754
  "kind": "interface",
8620
8755
  "locationInModule": {
8621
8756
  "filename": "lib/gateway/gateway.ts",
8622
- "line": 171
8757
+ "line": 172
8623
8758
  },
8624
8759
  "name": "AddApiGatewayTargetOptions",
8625
8760
  "properties": [
@@ -8632,7 +8767,7 @@
8632
8767
  "immutable": true,
8633
8768
  "locationInModule": {
8634
8769
  "filename": "lib/gateway/gateway.ts",
8635
- "line": 201
8770
+ "line": 202
8636
8771
  },
8637
8772
  "name": "apiGatewayToolConfiguration",
8638
8773
  "type": {
@@ -8648,7 +8783,7 @@
8648
8783
  "immutable": true,
8649
8784
  "locationInModule": {
8650
8785
  "filename": "lib/gateway/gateway.ts",
8651
- "line": 190
8786
+ "line": 191
8652
8787
  },
8653
8788
  "name": "restApi",
8654
8789
  "type": {
@@ -8665,7 +8800,7 @@
8665
8800
  "immutable": true,
8666
8801
  "locationInModule": {
8667
8802
  "filename": "lib/gateway/gateway.ts",
8668
- "line": 208
8803
+ "line": 209
8669
8804
  },
8670
8805
  "name": "credentialProviderConfigurations",
8671
8806
  "optional": true,
@@ -8688,7 +8823,7 @@
8688
8823
  "immutable": true,
8689
8824
  "locationInModule": {
8690
8825
  "filename": "lib/gateway/gateway.ts",
8691
- "line": 183
8826
+ "line": 184
8692
8827
  },
8693
8828
  "name": "description",
8694
8829
  "optional": true,
@@ -8706,7 +8841,7 @@
8706
8841
  "immutable": true,
8707
8842
  "locationInModule": {
8708
8843
  "filename": "lib/gateway/gateway.ts",
8709
- "line": 177
8844
+ "line": 178
8710
8845
  },
8711
8846
  "name": "gatewayTargetName",
8712
8847
  "optional": true,
@@ -8724,7 +8859,7 @@
8724
8859
  "immutable": true,
8725
8860
  "locationInModule": {
8726
8861
  "filename": "lib/gateway/gateway.ts",
8727
- "line": 215
8862
+ "line": 216
8728
8863
  },
8729
8864
  "name": "metadataConfiguration",
8730
8865
  "optional": true,
@@ -8742,7 +8877,7 @@
8742
8877
  "immutable": true,
8743
8878
  "locationInModule": {
8744
8879
  "filename": "lib/gateway/gateway.ts",
8745
- "line": 196
8880
+ "line": 197
8746
8881
  },
8747
8882
  "name": "stage",
8748
8883
  "optional": true,
@@ -8768,7 +8903,7 @@
8768
8903
  "kind": "interface",
8769
8904
  "locationInModule": {
8770
8905
  "filename": "lib/runtime/runtime.ts",
8771
- "line": 132
8906
+ "line": 133
8772
8907
  },
8773
8908
  "name": "AddEndpointOptions",
8774
8909
  "properties": [
@@ -8782,7 +8917,7 @@
8782
8917
  "immutable": true,
8783
8918
  "locationInModule": {
8784
8919
  "filename": "lib/runtime/runtime.ts",
8785
- "line": 137
8920
+ "line": 138
8786
8921
  },
8787
8922
  "name": "description",
8788
8923
  "optional": true,
@@ -8800,7 +8935,7 @@
8800
8935
  "immutable": true,
8801
8936
  "locationInModule": {
8802
8937
  "filename": "lib/runtime/runtime.ts",
8803
- "line": 142
8938
+ "line": 143
8804
8939
  },
8805
8940
  "name": "version",
8806
8941
  "optional": true,
@@ -8826,7 +8961,7 @@
8826
8961
  "kind": "interface",
8827
8962
  "locationInModule": {
8828
8963
  "filename": "lib/gateway/gateway.ts",
8829
- "line": 35
8964
+ "line": 36
8830
8965
  },
8831
8966
  "name": "AddLambdaTargetOptions",
8832
8967
  "properties": [
@@ -8839,7 +8974,7 @@
8839
8974
  "immutable": true,
8840
8975
  "locationInModule": {
8841
8976
  "filename": "lib/gateway/gateway.ts",
8842
- "line": 52
8977
+ "line": 53
8843
8978
  },
8844
8979
  "name": "lambdaFunction",
8845
8980
  "type": {
@@ -8855,7 +8990,7 @@
8855
8990
  "immutable": true,
8856
8991
  "locationInModule": {
8857
8992
  "filename": "lib/gateway/gateway.ts",
8858
- "line": 57
8993
+ "line": 58
8859
8994
  },
8860
8995
  "name": "toolSchema",
8861
8996
  "type": {
@@ -8872,7 +9007,7 @@
8872
9007
  "immutable": true,
8873
9008
  "locationInModule": {
8874
9009
  "filename": "lib/gateway/gateway.ts",
8875
- "line": 63
9010
+ "line": 64
8876
9011
  },
8877
9012
  "name": "credentialProviderConfigurations",
8878
9013
  "optional": true,
@@ -8895,7 +9030,7 @@
8895
9030
  "immutable": true,
8896
9031
  "locationInModule": {
8897
9032
  "filename": "lib/gateway/gateway.ts",
8898
- "line": 47
9033
+ "line": 48
8899
9034
  },
8900
9035
  "name": "description",
8901
9036
  "optional": true,
@@ -8913,7 +9048,7 @@
8913
9048
  "immutable": true,
8914
9049
  "locationInModule": {
8915
9050
  "filename": "lib/gateway/gateway.ts",
8916
- "line": 41
9051
+ "line": 42
8917
9052
  },
8918
9053
  "name": "gatewayTargetName",
8919
9054
  "optional": true,
@@ -8939,7 +9074,7 @@
8939
9074
  "kind": "interface",
8940
9075
  "locationInModule": {
8941
9076
  "filename": "lib/gateway/gateway.ts",
8942
- "line": 135
9077
+ "line": 136
8943
9078
  },
8944
9079
  "name": "AddMcpServerTargetOptions",
8945
9080
  "properties": [
@@ -8953,7 +9088,7 @@
8953
9088
  "immutable": true,
8954
9089
  "locationInModule": {
8955
9090
  "filename": "lib/gateway/gateway.ts",
8956
- "line": 165
9091
+ "line": 166
8957
9092
  },
8958
9093
  "name": "credentialProviderConfigurations",
8959
9094
  "type": {
@@ -8975,7 +9110,7 @@
8975
9110
  "immutable": true,
8976
9111
  "locationInModule": {
8977
9112
  "filename": "lib/gateway/gateway.ts",
8978
- "line": 157
9113
+ "line": 158
8979
9114
  },
8980
9115
  "name": "endpoint",
8981
9116
  "type": {
@@ -8992,7 +9127,7 @@
8992
9127
  "immutable": true,
8993
9128
  "locationInModule": {
8994
9129
  "filename": "lib/gateway/gateway.ts",
8995
- "line": 147
9130
+ "line": 148
8996
9131
  },
8997
9132
  "name": "description",
8998
9133
  "optional": true,
@@ -9010,7 +9145,7 @@
9010
9145
  "immutable": true,
9011
9146
  "locationInModule": {
9012
9147
  "filename": "lib/gateway/gateway.ts",
9013
- "line": 141
9148
+ "line": 142
9014
9149
  },
9015
9150
  "name": "gatewayTargetName",
9016
9151
  "optional": true,
@@ -9036,7 +9171,7 @@
9036
9171
  "kind": "interface",
9037
9172
  "locationInModule": {
9038
9173
  "filename": "lib/gateway/gateway.ts",
9039
- "line": 69
9174
+ "line": 70
9040
9175
  },
9041
9176
  "name": "AddOpenApiTargetOptions",
9042
9177
  "properties": [
@@ -9049,7 +9184,7 @@
9049
9184
  "immutable": true,
9050
9185
  "locationInModule": {
9051
9186
  "filename": "lib/gateway/gateway.ts",
9052
- "line": 86
9187
+ "line": 87
9053
9188
  },
9054
9189
  "name": "apiSchema",
9055
9190
  "type": {
@@ -9066,7 +9201,7 @@
9066
9201
  "immutable": true,
9067
9202
  "locationInModule": {
9068
9203
  "filename": "lib/gateway/gateway.ts",
9069
- "line": 100
9204
+ "line": 101
9070
9205
  },
9071
9206
  "name": "credentialProviderConfigurations",
9072
9207
  "optional": true,
@@ -9089,7 +9224,7 @@
9089
9224
  "immutable": true,
9090
9225
  "locationInModule": {
9091
9226
  "filename": "lib/gateway/gateway.ts",
9092
- "line": 81
9227
+ "line": 82
9093
9228
  },
9094
9229
  "name": "description",
9095
9230
  "optional": true,
@@ -9107,7 +9242,7 @@
9107
9242
  "immutable": true,
9108
9243
  "locationInModule": {
9109
9244
  "filename": "lib/gateway/gateway.ts",
9110
- "line": 75
9245
+ "line": 76
9111
9246
  },
9112
9247
  "name": "gatewayTargetName",
9113
9248
  "optional": true,
@@ -9126,7 +9261,7 @@
9126
9261
  "immutable": true,
9127
9262
  "locationInModule": {
9128
9263
  "filename": "lib/gateway/gateway.ts",
9129
- "line": 94
9264
+ "line": 95
9130
9265
  },
9131
9266
  "name": "validateOpenApiSchema",
9132
9267
  "optional": true,
@@ -9152,7 +9287,7 @@
9152
9287
  "kind": "interface",
9153
9288
  "locationInModule": {
9154
9289
  "filename": "lib/gateway/gateway.ts",
9155
- "line": 106
9290
+ "line": 107
9156
9291
  },
9157
9292
  "name": "AddSmithyTargetOptions",
9158
9293
  "properties": [
@@ -9165,7 +9300,7 @@
9165
9300
  "immutable": true,
9166
9301
  "locationInModule": {
9167
9302
  "filename": "lib/gateway/gateway.ts",
9168
- "line": 123
9303
+ "line": 124
9169
9304
  },
9170
9305
  "name": "smithyModel",
9171
9306
  "type": {
@@ -9182,7 +9317,7 @@
9182
9317
  "immutable": true,
9183
9318
  "locationInModule": {
9184
9319
  "filename": "lib/gateway/gateway.ts",
9185
- "line": 129
9320
+ "line": 130
9186
9321
  },
9187
9322
  "name": "credentialProviderConfigurations",
9188
9323
  "optional": true,
@@ -9205,7 +9340,7 @@
9205
9340
  "immutable": true,
9206
9341
  "locationInModule": {
9207
9342
  "filename": "lib/gateway/gateway.ts",
9208
- "line": 118
9343
+ "line": 119
9209
9344
  },
9210
9345
  "name": "description",
9211
9346
  "optional": true,
@@ -9223,7 +9358,7 @@
9223
9358
  "immutable": true,
9224
9359
  "locationInModule": {
9225
9360
  "filename": "lib/gateway/gateway.ts",
9226
- "line": 112
9361
+ "line": 113
9227
9362
  },
9228
9363
  "name": "gatewayTargetName",
9229
9364
  "optional": true,
@@ -9729,7 +9864,7 @@
9729
9864
  "kind": "enum",
9730
9865
  "locationInModule": {
9731
9866
  "filename": "lib/gateway/targets/target-configuration.ts",
9732
- "line": 419
9867
+ "line": 420
9733
9868
  },
9734
9869
  "members": [
9735
9870
  {
@@ -9804,7 +9939,7 @@
9804
9939
  },
9805
9940
  "locationInModule": {
9806
9941
  "filename": "lib/gateway/targets/target-configuration.ts",
9807
- "line": 638
9942
+ "line": 639
9808
9943
  },
9809
9944
  "parameters": [
9810
9945
  {
@@ -9818,7 +9953,7 @@
9818
9953
  "kind": "class",
9819
9954
  "locationInModule": {
9820
9955
  "filename": "lib/gateway/targets/target-configuration.ts",
9821
- "line": 600
9956
+ "line": 601
9822
9957
  },
9823
9958
  "methods": [
9824
9959
  {
@@ -9829,7 +9964,7 @@
9829
9964
  },
9830
9965
  "locationInModule": {
9831
9966
  "filename": "lib/gateway/targets/target-configuration.ts",
9832
- "line": 607
9967
+ "line": 608
9833
9968
  },
9834
9969
  "name": "create",
9835
9970
  "parameters": [
@@ -9857,7 +9992,7 @@
9857
9992
  },
9858
9993
  "locationInModule": {
9859
9994
  "filename": "lib/gateway/targets/target-configuration.ts",
9860
- "line": 656
9995
+ "line": 657
9861
9996
  },
9862
9997
  "name": "bind",
9863
9998
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -9894,7 +10029,7 @@
9894
10029
  },
9895
10030
  "locationInModule": {
9896
10031
  "filename": "lib/gateway/targets/target-configuration.ts",
9897
- "line": 677
10032
+ "line": 678
9898
10033
  },
9899
10034
  "name": "renderMcpConfiguration",
9900
10035
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -9916,7 +10051,7 @@
9916
10051
  "immutable": true,
9917
10052
  "locationInModule": {
9918
10053
  "filename": "lib/gateway/targets/target-configuration.ts",
9919
- "line": 631
10054
+ "line": 632
9920
10055
  },
9921
10056
  "name": "apiGatewayToolConfiguration",
9922
10057
  "type": {
@@ -9931,7 +10066,7 @@
9931
10066
  "immutable": true,
9932
10067
  "locationInModule": {
9933
10068
  "filename": "lib/gateway/targets/target-configuration.ts",
9934
- "line": 621
10069
+ "line": 622
9935
10070
  },
9936
10071
  "name": "restApiId",
9937
10072
  "type": {
@@ -9946,7 +10081,7 @@
9946
10081
  "immutable": true,
9947
10082
  "locationInModule": {
9948
10083
  "filename": "lib/gateway/targets/target-configuration.ts",
9949
- "line": 626
10084
+ "line": 627
9950
10085
  },
9951
10086
  "name": "stage",
9952
10087
  "type": {
@@ -9961,7 +10096,7 @@
9961
10096
  "immutable": true,
9962
10097
  "locationInModule": {
9963
10098
  "filename": "lib/gateway/targets/target-configuration.ts",
9964
- "line": 611
10099
+ "line": 612
9965
10100
  },
9966
10101
  "name": "targetType",
9967
10102
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -9977,7 +10112,7 @@
9977
10112
  "immutable": true,
9978
10113
  "locationInModule": {
9979
10114
  "filename": "lib/gateway/targets/target-configuration.ts",
9980
- "line": 636
10115
+ "line": 637
9981
10116
  },
9982
10117
  "name": "metadataConfiguration",
9983
10118
  "optional": true,
@@ -10003,7 +10138,7 @@
10003
10138
  "kind": "interface",
10004
10139
  "locationInModule": {
10005
10140
  "filename": "lib/gateway/targets/target-configuration.ts",
10006
- "line": 560
10141
+ "line": 561
10007
10142
  },
10008
10143
  "name": "ApiGatewayTargetConfigurationProps",
10009
10144
  "properties": [
@@ -10016,7 +10151,7 @@
10016
10151
  "immutable": true,
10017
10152
  "locationInModule": {
10018
10153
  "filename": "lib/gateway/targets/target-configuration.ts",
10019
- "line": 576
10154
+ "line": 577
10020
10155
  },
10021
10156
  "name": "apiGatewayToolConfiguration",
10022
10157
  "type": {
@@ -10032,7 +10167,7 @@
10032
10167
  "immutable": true,
10033
10168
  "locationInModule": {
10034
10169
  "filename": "lib/gateway/targets/target-configuration.ts",
10035
- "line": 565
10170
+ "line": 566
10036
10171
  },
10037
10172
  "name": "restApi",
10038
10173
  "type": {
@@ -10049,7 +10184,7 @@
10049
10184
  "immutable": true,
10050
10185
  "locationInModule": {
10051
10186
  "filename": "lib/gateway/targets/target-configuration.ts",
10052
- "line": 583
10187
+ "line": 584
10053
10188
  },
10054
10189
  "name": "metadataConfiguration",
10055
10190
  "optional": true,
@@ -10067,7 +10202,7 @@
10067
10202
  "immutable": true,
10068
10203
  "locationInModule": {
10069
10204
  "filename": "lib/gateway/targets/target-configuration.ts",
10070
- "line": 571
10205
+ "line": 572
10071
10206
  },
10072
10207
  "name": "stage",
10073
10208
  "optional": true,
@@ -10094,7 +10229,7 @@
10094
10229
  "kind": "interface",
10095
10230
  "locationInModule": {
10096
10231
  "filename": "lib/gateway/targets/target-configuration.ts",
10097
- "line": 542
10232
+ "line": 543
10098
10233
  },
10099
10234
  "name": "ApiGatewayToolConfiguration",
10100
10235
  "properties": [
@@ -10107,7 +10242,7 @@
10107
10242
  "immutable": true,
10108
10243
  "locationInModule": {
10109
10244
  "filename": "lib/gateway/targets/target-configuration.ts",
10110
- "line": 547
10245
+ "line": 548
10111
10246
  },
10112
10247
  "name": "toolFilters",
10113
10248
  "type": {
@@ -10129,7 +10264,7 @@
10129
10264
  "immutable": true,
10130
10265
  "locationInModule": {
10131
10266
  "filename": "lib/gateway/targets/target-configuration.ts",
10132
- "line": 554
10267
+ "line": 555
10133
10268
  },
10134
10269
  "name": "toolOverrides",
10135
10270
  "optional": true,
@@ -10161,7 +10296,7 @@
10161
10296
  "kind": "interface",
10162
10297
  "locationInModule": {
10163
10298
  "filename": "lib/gateway/targets/target-configuration.ts",
10164
- "line": 444
10299
+ "line": 445
10165
10300
  },
10166
10301
  "name": "ApiGatewayToolFilter",
10167
10302
  "properties": [
@@ -10174,7 +10309,7 @@
10174
10309
  "immutable": true,
10175
10310
  "locationInModule": {
10176
10311
  "filename": "lib/gateway/targets/target-configuration.ts",
10177
- "line": 450
10312
+ "line": 451
10178
10313
  },
10179
10314
  "name": "filterPath",
10180
10315
  "type": {
@@ -10190,7 +10325,7 @@
10190
10325
  "immutable": true,
10191
10326
  "locationInModule": {
10192
10327
  "filename": "lib/gateway/targets/target-configuration.ts",
10193
- "line": 457
10328
+ "line": 458
10194
10329
  },
10195
10330
  "name": "methods",
10196
10331
  "type": {
@@ -10221,7 +10356,7 @@
10221
10356
  "kind": "interface",
10222
10357
  "locationInModule": {
10223
10358
  "filename": "lib/gateway/targets/target-configuration.ts",
10224
- "line": 468
10359
+ "line": 469
10225
10360
  },
10226
10361
  "name": "ApiGatewayToolOverride",
10227
10362
  "properties": [
@@ -10234,7 +10369,7 @@
10234
10369
  "immutable": true,
10235
10370
  "locationInModule": {
10236
10371
  "filename": "lib/gateway/targets/target-configuration.ts",
10237
- "line": 479
10372
+ "line": 480
10238
10373
  },
10239
10374
  "name": "method",
10240
10375
  "type": {
@@ -10250,7 +10385,7 @@
10250
10385
  "immutable": true,
10251
10386
  "locationInModule": {
10252
10387
  "filename": "lib/gateway/targets/target-configuration.ts",
10253
- "line": 485
10388
+ "line": 486
10254
10389
  },
10255
10390
  "name": "name",
10256
10391
  "type": {
@@ -10266,7 +10401,7 @@
10266
10401
  "immutable": true,
10267
10402
  "locationInModule": {
10268
10403
  "filename": "lib/gateway/targets/target-configuration.ts",
10269
- "line": 473
10404
+ "line": 474
10270
10405
  },
10271
10406
  "name": "path",
10272
10407
  "type": {
@@ -10283,7 +10418,7 @@
10283
10418
  "immutable": true,
10284
10419
  "locationInModule": {
10285
10420
  "filename": "lib/gateway/targets/target-configuration.ts",
10286
- "line": 491
10421
+ "line": 492
10287
10422
  },
10288
10423
  "name": "description",
10289
10424
  "optional": true,
@@ -10576,7 +10711,7 @@
10576
10711
  },
10577
10712
  "locationInModule": {
10578
10713
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10579
- "line": 76
10714
+ "line": 67
10580
10715
  },
10581
10716
  "parameters": [
10582
10717
  {
@@ -10606,7 +10741,7 @@
10606
10741
  "kind": "class",
10607
10742
  "locationInModule": {
10608
10743
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10609
- "line": 26
10744
+ "line": 17
10610
10745
  },
10611
10746
  "methods": [
10612
10747
  {
@@ -10616,7 +10751,7 @@
10616
10751
  },
10617
10752
  "locationInModule": {
10618
10753
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10619
- "line": 39
10754
+ "line": 30
10620
10755
  },
10621
10756
  "name": "fromInline",
10622
10757
  "parameters": [
@@ -10644,7 +10779,7 @@
10644
10779
  },
10645
10780
  "locationInModule": {
10646
10781
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10647
- "line": 31
10782
+ "line": 22
10648
10783
  },
10649
10784
  "name": "fromLocalAsset",
10650
10785
  "parameters": [
@@ -10672,7 +10807,7 @@
10672
10807
  },
10673
10808
  "locationInModule": {
10674
10809
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10675
- "line": 49
10810
+ "line": 40
10676
10811
  },
10677
10812
  "name": "fromS3File",
10678
10813
  "parameters": [
@@ -10764,7 +10899,7 @@
10764
10899
  "immutable": true,
10765
10900
  "locationInModule": {
10766
10901
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10767
- "line": 74
10902
+ "line": 65
10768
10903
  },
10769
10904
  "name": "bucketOwnerAccountId",
10770
10905
  "optional": true,
@@ -10781,7 +10916,7 @@
10781
10916
  "immutable": true,
10782
10917
  "locationInModule": {
10783
10918
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10784
- "line": 69
10919
+ "line": 60
10785
10920
  },
10786
10921
  "name": "inlineSchema",
10787
10922
  "optional": true,
@@ -10798,7 +10933,7 @@
10798
10933
  "immutable": true,
10799
10934
  "locationInModule": {
10800
10935
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10801
- "line": 63
10936
+ "line": 54
10802
10937
  },
10803
10938
  "name": "s3File",
10804
10939
  "optional": true,
@@ -10828,7 +10963,7 @@
10828
10963
  },
10829
10964
  "locationInModule": {
10830
10965
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10831
- "line": 99
10966
+ "line": 90
10832
10967
  },
10833
10968
  "parameters": [
10834
10969
  {
@@ -10849,7 +10984,7 @@
10849
10984
  "kind": "class",
10850
10985
  "locationInModule": {
10851
10986
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10852
- "line": 96
10987
+ "line": 87
10853
10988
  },
10854
10989
  "methods": [
10855
10990
  {
@@ -10860,7 +10995,7 @@
10860
10995
  },
10861
10996
  "locationInModule": {
10862
10997
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10863
- "line": 118
10998
+ "line": 109
10864
10999
  },
10865
11000
  "name": "bind",
10866
11001
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -10883,7 +11018,7 @@
10883
11018
  },
10884
11019
  "locationInModule": {
10885
11020
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10886
- "line": 150
11021
+ "line": 140
10887
11022
  },
10888
11023
  "name": "grantPermissionsToRole",
10889
11024
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -10919,7 +11054,7 @@
10919
11054
  },
10920
11055
  "locationInModule": {
10921
11056
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
10922
- "line": 206
11057
+ "line": 197
10923
11058
  },
10924
11059
  "parameters": [
10925
11060
  {
@@ -10940,7 +11075,7 @@
10940
11075
  "kind": "class",
10941
11076
  "locationInModule": {
10942
11077
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
10943
- "line": 203
11078
+ "line": 194
10944
11079
  },
10945
11080
  "methods": [
10946
11081
  {
@@ -10951,7 +11086,7 @@
10951
11086
  },
10952
11087
  "locationInModule": {
10953
11088
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
10954
- "line": 217
11089
+ "line": 208
10955
11090
  },
10956
11091
  "name": "bind",
10957
11092
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -10974,7 +11109,7 @@
10974
11109
  },
10975
11110
  "locationInModule": {
10976
11111
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
10977
- "line": 247
11112
+ "line": 237
10978
11113
  },
10979
11114
  "name": "grantPermissionsToRole",
10980
11115
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -14520,7 +14655,7 @@
14520
14655
  },
14521
14656
  "locationInModule": {
14522
14657
  "filename": "lib/gateway/gateway.ts",
14523
- "line": 502
14658
+ "line": 503
14524
14659
  },
14525
14660
  "parameters": [
14526
14661
  {
@@ -14547,7 +14682,7 @@
14547
14682
  "kind": "class",
14548
14683
  "locationInModule": {
14549
14684
  "filename": "lib/gateway/gateway.ts",
14550
- "line": 329
14685
+ "line": 330
14551
14686
  },
14552
14687
  "methods": [
14553
14688
  {
@@ -14558,7 +14693,7 @@
14558
14693
  },
14559
14694
  "locationInModule": {
14560
14695
  "filename": "lib/gateway/gateway.ts",
14561
- "line": 341
14696
+ "line": 342
14562
14697
  },
14563
14698
  "name": "fromGatewayAttributes",
14564
14699
  "parameters": [
@@ -14606,7 +14741,7 @@
14606
14741
  },
14607
14742
  "locationInModule": {
14608
14743
  "filename": "lib/gateway/gateway.ts",
14609
- "line": 704
14744
+ "line": 705
14610
14745
  },
14611
14746
  "name": "addApiGatewayTarget",
14612
14747
  "parameters": [
@@ -14646,7 +14781,7 @@
14646
14781
  },
14647
14782
  "locationInModule": {
14648
14783
  "filename": "lib/gateway/gateway.ts",
14649
- "line": 937
14784
+ "line": 938
14650
14785
  },
14651
14786
  "name": "addInterceptor",
14652
14787
  "parameters": [
@@ -14669,7 +14804,7 @@
14669
14804
  },
14670
14805
  "locationInModule": {
14671
14806
  "filename": "lib/gateway/gateway.ts",
14672
- "line": 588
14807
+ "line": 589
14673
14808
  },
14674
14809
  "name": "addLambdaTarget",
14675
14810
  "parameters": [
@@ -14707,7 +14842,7 @@
14707
14842
  },
14708
14843
  "locationInModule": {
14709
14844
  "filename": "lib/gateway/gateway.ts",
14710
- "line": 674
14845
+ "line": 675
14711
14846
  },
14712
14847
  "name": "addMcpServerTarget",
14713
14848
  "parameters": [
@@ -14744,7 +14879,7 @@
14744
14879
  },
14745
14880
  "locationInModule": {
14746
14881
  "filename": "lib/gateway/gateway.ts",
14747
- "line": 619
14882
+ "line": 620
14748
14883
  },
14749
14884
  "name": "addOpenApiTarget",
14750
14885
  "parameters": [
@@ -14781,7 +14916,7 @@
14781
14916
  },
14782
14917
  "locationInModule": {
14783
14918
  "filename": "lib/gateway/gateway.ts",
14784
- "line": 644
14919
+ "line": 645
14785
14920
  },
14786
14921
  "name": "addSmithyTarget",
14787
14922
  "parameters": [
@@ -14822,7 +14957,7 @@
14822
14957
  "immutable": true,
14823
14958
  "locationInModule": {
14824
14959
  "filename": "lib/gateway/gateway.ts",
14825
- "line": 332
14960
+ "line": 333
14826
14961
  },
14827
14962
  "name": "PROPERTY_INJECTION_ID",
14828
14963
  "static": true,
@@ -14838,7 +14973,7 @@
14838
14973
  "immutable": true,
14839
14974
  "locationInModule": {
14840
14975
  "filename": "lib/gateway/gateway.ts",
14841
- "line": 406
14976
+ "line": 407
14842
14977
  },
14843
14978
  "name": "authorizerConfiguration",
14844
14979
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14857,7 +14992,7 @@
14857
14992
  "immutable": true,
14858
14993
  "locationInModule": {
14859
14994
  "filename": "lib/gateway/gateway.ts",
14860
- "line": 380
14995
+ "line": 381
14861
14996
  },
14862
14997
  "name": "gatewayArn",
14863
14998
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14876,7 +15011,7 @@
14876
15011
  "immutable": true,
14877
15012
  "locationInModule": {
14878
15013
  "filename": "lib/gateway/gateway.ts",
14879
- "line": 386
15014
+ "line": 387
14880
15015
  },
14881
15016
  "name": "gatewayId",
14882
15017
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14892,7 +15027,7 @@
14892
15027
  "immutable": true,
14893
15028
  "locationInModule": {
14894
15029
  "filename": "lib/gateway/gateway.ts",
14895
- "line": 391
15030
+ "line": 392
14896
15031
  },
14897
15032
  "name": "name",
14898
15033
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14908,7 +15043,7 @@
14908
15043
  "immutable": true,
14909
15044
  "locationInModule": {
14910
15045
  "filename": "lib/gateway/gateway.ts",
14911
- "line": 401
15046
+ "line": 402
14912
15047
  },
14913
15048
  "name": "protocolConfiguration",
14914
15049
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14924,7 +15059,7 @@
14924
15059
  "immutable": true,
14925
15060
  "locationInModule": {
14926
15061
  "filename": "lib/gateway/gateway.ts",
14927
- "line": 421
15062
+ "line": 422
14928
15063
  },
14929
15064
  "name": "role",
14930
15065
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14943,7 +15078,7 @@
14943
15078
  "immutable": true,
14944
15079
  "locationInModule": {
14945
15080
  "filename": "lib/gateway/gateway.ts",
14946
- "line": 445
15081
+ "line": 446
14947
15082
  },
14948
15083
  "name": "createdAt",
14949
15084
  "optional": true,
@@ -14960,7 +15095,7 @@
14960
15095
  "immutable": true,
14961
15096
  "locationInModule": {
14962
15097
  "filename": "lib/gateway/gateway.ts",
14963
- "line": 396
15098
+ "line": 397
14964
15099
  },
14965
15100
  "name": "description",
14966
15101
  "optional": true,
@@ -14977,7 +15112,7 @@
14977
15112
  "immutable": true,
14978
15113
  "locationInModule": {
14979
15114
  "filename": "lib/gateway/gateway.ts",
14980
- "line": 411
15115
+ "line": 412
14981
15116
  },
14982
15117
  "name": "exceptionLevel",
14983
15118
  "optional": true,
@@ -14997,7 +15132,7 @@
14997
15132
  "immutable": true,
14998
15133
  "locationInModule": {
14999
15134
  "filename": "lib/gateway/gateway.ts",
15000
- "line": 427
15135
+ "line": 428
15001
15136
  },
15002
15137
  "name": "gatewayUrl",
15003
15138
  "optional": true,
@@ -15014,7 +15149,7 @@
15014
15149
  "immutable": true,
15015
15150
  "locationInModule": {
15016
15151
  "filename": "lib/gateway/gateway.ts",
15017
- "line": 416
15152
+ "line": 417
15018
15153
  },
15019
15154
  "name": "kmsKey",
15020
15155
  "optional": true,
@@ -15032,7 +15167,7 @@
15032
15167
  "immutable": true,
15033
15168
  "locationInModule": {
15034
15169
  "filename": "lib/gateway/gateway.ts",
15035
- "line": 500
15170
+ "line": 501
15036
15171
  },
15037
15172
  "name": "oauthScopes",
15038
15173
  "optional": true,
@@ -15056,7 +15191,7 @@
15056
15191
  "immutable": true,
15057
15192
  "locationInModule": {
15058
15193
  "filename": "lib/gateway/gateway.ts",
15059
- "line": 433
15194
+ "line": 434
15060
15195
  },
15061
15196
  "name": "status",
15062
15197
  "optional": true,
@@ -15076,7 +15211,7 @@
15076
15211
  "immutable": true,
15077
15212
  "locationInModule": {
15078
15213
  "filename": "lib/gateway/gateway.ts",
15079
- "line": 439
15214
+ "line": 440
15080
15215
  },
15081
15216
  "name": "statusReason",
15082
15217
  "optional": true,
@@ -15098,7 +15233,7 @@
15098
15233
  "immutable": true,
15099
15234
  "locationInModule": {
15100
15235
  "filename": "lib/gateway/gateway.ts",
15101
- "line": 456
15236
+ "line": 457
15102
15237
  },
15103
15238
  "name": "tags",
15104
15239
  "optional": true,
@@ -15120,7 +15255,7 @@
15120
15255
  "immutable": true,
15121
15256
  "locationInModule": {
15122
15257
  "filename": "lib/gateway/gateway.ts",
15123
- "line": 494
15258
+ "line": 495
15124
15259
  },
15125
15260
  "name": "tokenEndpointUrl",
15126
15261
  "optional": true,
@@ -15139,7 +15274,7 @@
15139
15274
  "immutable": true,
15140
15275
  "locationInModule": {
15141
15276
  "filename": "lib/gateway/gateway.ts",
15142
- "line": 451
15277
+ "line": 452
15143
15278
  },
15144
15279
  "name": "updatedAt",
15145
15280
  "optional": true,
@@ -15155,7 +15290,7 @@
15155
15290
  },
15156
15291
  "locationInModule": {
15157
15292
  "filename": "lib/gateway/gateway.ts",
15158
- "line": 488
15293
+ "line": 489
15159
15294
  },
15160
15295
  "name": "resourceServer",
15161
15296
  "optional": true,
@@ -15170,7 +15305,7 @@
15170
15305
  },
15171
15306
  "locationInModule": {
15172
15307
  "filename": "lib/gateway/gateway.ts",
15173
- "line": 461
15308
+ "line": 462
15174
15309
  },
15175
15310
  "name": "userPool",
15176
15311
  "optional": true,
@@ -15185,7 +15320,7 @@
15185
15320
  },
15186
15321
  "locationInModule": {
15187
15322
  "filename": "lib/gateway/gateway.ts",
15188
- "line": 466
15323
+ "line": 467
15189
15324
  },
15190
15325
  "name": "userPoolClient",
15191
15326
  "optional": true,
@@ -15200,7 +15335,7 @@
15200
15335
  },
15201
15336
  "locationInModule": {
15202
15337
  "filename": "lib/gateway/gateway.ts",
15203
- "line": 483
15338
+ "line": 484
15204
15339
  },
15205
15340
  "name": "userPoolDomain",
15206
15341
  "optional": true,
@@ -15226,7 +15361,7 @@
15226
15361
  "kind": "interface",
15227
15362
  "locationInModule": {
15228
15363
  "filename": "lib/gateway/gateway.ts",
15229
- "line": 297
15364
+ "line": 298
15230
15365
  },
15231
15366
  "name": "GatewayAttributes",
15232
15367
  "properties": [
@@ -15239,7 +15374,7 @@
15239
15374
  "immutable": true,
15240
15375
  "locationInModule": {
15241
15376
  "filename": "lib/gateway/gateway.ts",
15242
- "line": 301
15377
+ "line": 302
15243
15378
  },
15244
15379
  "name": "gatewayArn",
15245
15380
  "type": {
@@ -15255,7 +15390,7 @@
15255
15390
  "immutable": true,
15256
15391
  "locationInModule": {
15257
15392
  "filename": "lib/gateway/gateway.ts",
15258
- "line": 306
15393
+ "line": 307
15259
15394
  },
15260
15395
  "name": "gatewayId",
15261
15396
  "type": {
@@ -15271,7 +15406,7 @@
15271
15406
  "immutable": true,
15272
15407
  "locationInModule": {
15273
15408
  "filename": "lib/gateway/gateway.ts",
15274
- "line": 311
15409
+ "line": 312
15275
15410
  },
15276
15411
  "name": "gatewayName",
15277
15412
  "type": {
@@ -15287,7 +15422,7 @@
15287
15422
  "immutable": true,
15288
15423
  "locationInModule": {
15289
15424
  "filename": "lib/gateway/gateway.ts",
15290
- "line": 316
15425
+ "line": 317
15291
15426
  },
15292
15427
  "name": "role",
15293
15428
  "type": {
@@ -16411,7 +16546,7 @@
16411
16546
  "kind": "interface",
16412
16547
  "locationInModule": {
16413
16548
  "filename": "lib/gateway/gateway.ts",
16414
- "line": 221
16549
+ "line": 222
16415
16550
  },
16416
16551
  "name": "GatewayProps",
16417
16552
  "properties": [
@@ -16425,7 +16560,7 @@
16425
16560
  "immutable": true,
16426
16561
  "locationInModule": {
16427
16562
  "filename": "lib/gateway/gateway.ts",
16428
- "line": 251
16563
+ "line": 252
16429
16564
  },
16430
16565
  "name": "authorizerConfiguration",
16431
16566
  "optional": true,
@@ -16443,7 +16578,7 @@
16443
16578
  "immutable": true,
16444
16579
  "locationInModule": {
16445
16580
  "filename": "lib/gateway/gateway.ts",
16446
- "line": 236
16581
+ "line": 237
16447
16582
  },
16448
16583
  "name": "description",
16449
16584
  "optional": true,
@@ -16461,7 +16596,7 @@
16461
16596
  "immutable": true,
16462
16597
  "locationInModule": {
16463
16598
  "filename": "lib/gateway/gateway.ts",
16464
- "line": 258
16599
+ "line": 259
16465
16600
  },
16466
16601
  "name": "exceptionLevel",
16467
16602
  "optional": true,
@@ -16479,7 +16614,7 @@
16479
16614
  "immutable": true,
16480
16615
  "locationInModule": {
16481
16616
  "filename": "lib/gateway/gateway.ts",
16482
- "line": 228
16617
+ "line": 229
16483
16618
  },
16484
16619
  "name": "gatewayName",
16485
16620
  "optional": true,
@@ -16499,7 +16634,7 @@
16499
16634
  "immutable": true,
16500
16635
  "locationInModule": {
16501
16636
  "filename": "lib/gateway/gateway.ts",
16502
- "line": 291
16637
+ "line": 292
16503
16638
  },
16504
16639
  "name": "interceptorConfigurations",
16505
16640
  "optional": true,
@@ -16522,7 +16657,7 @@
16522
16657
  "immutable": true,
16523
16658
  "locationInModule": {
16524
16659
  "filename": "lib/gateway/gateway.ts",
16525
- "line": 264
16660
+ "line": 265
16526
16661
  },
16527
16662
  "name": "kmsKey",
16528
16663
  "optional": true,
@@ -16540,7 +16675,7 @@
16540
16675
  "immutable": true,
16541
16676
  "locationInModule": {
16542
16677
  "filename": "lib/gateway/gateway.ts",
16543
- "line": 245
16678
+ "line": 246
16544
16679
  },
16545
16680
  "name": "protocolConfiguration",
16546
16681
  "optional": true,
@@ -16558,7 +16693,7 @@
16558
16693
  "immutable": true,
16559
16694
  "locationInModule": {
16560
16695
  "filename": "lib/gateway/gateway.ts",
16561
- "line": 270
16696
+ "line": 271
16562
16697
  },
16563
16698
  "name": "role",
16564
16699
  "optional": true,
@@ -16576,7 +16711,7 @@
16576
16711
  "immutable": true,
16577
16712
  "locationInModule": {
16578
16713
  "filename": "lib/gateway/gateway.ts",
16579
- "line": 277
16714
+ "line": 278
16580
16715
  },
16581
16716
  "name": "tags",
16582
16717
  "optional": true,
@@ -16666,7 +16801,7 @@
16666
16801
  },
16667
16802
  "locationInModule": {
16668
16803
  "filename": "lib/gateway/targets/target.ts",
16669
- "line": 508
16804
+ "line": 509
16670
16805
  },
16671
16806
  "parameters": [
16672
16807
  {
@@ -16695,7 +16830,7 @@
16695
16830
  "kind": "class",
16696
16831
  "locationInModule": {
16697
16832
  "filename": "lib/gateway/targets/target.ts",
16698
- "line": 275
16833
+ "line": 276
16699
16834
  },
16700
16835
  "methods": [
16701
16836
  {
@@ -16707,7 +16842,7 @@
16707
16842
  },
16708
16843
  "locationInModule": {
16709
16844
  "filename": "lib/gateway/targets/target.ts",
16710
- "line": 420
16845
+ "line": 421
16711
16846
  },
16712
16847
  "name": "forApiGateway",
16713
16848
  "parameters": [
@@ -16754,7 +16889,7 @@
16754
16889
  },
16755
16890
  "locationInModule": {
16756
16891
  "filename": "lib/gateway/targets/target.ts",
16757
- "line": 322
16892
+ "line": 323
16758
16893
  },
16759
16894
  "name": "forLambda",
16760
16895
  "parameters": [
@@ -16802,7 +16937,7 @@
16802
16937
  },
16803
16938
  "locationInModule": {
16804
16939
  "filename": "lib/gateway/targets/target.ts",
16805
- "line": 396
16940
+ "line": 397
16806
16941
  },
16807
16942
  "name": "forMcpServer",
16808
16943
  "parameters": [
@@ -16849,7 +16984,7 @@
16849
16984
  },
16850
16985
  "locationInModule": {
16851
16986
  "filename": "lib/gateway/targets/target.ts",
16852
- "line": 349
16987
+ "line": 350
16853
16988
  },
16854
16989
  "name": "forOpenApi",
16855
16990
  "parameters": [
@@ -16896,7 +17031,7 @@
16896
17031
  },
16897
17032
  "locationInModule": {
16898
17033
  "filename": "lib/gateway/targets/target.ts",
16899
- "line": 372
17034
+ "line": 373
16900
17035
  },
16901
17036
  "name": "forSmithy",
16902
17037
  "parameters": [
@@ -16943,7 +17078,7 @@
16943
17078
  },
16944
17079
  "locationInModule": {
16945
17080
  "filename": "lib/gateway/targets/target.ts",
16946
- "line": 288
17081
+ "line": 289
16947
17082
  },
16948
17083
  "name": "fromGatewayTargetAttributes",
16949
17084
  "parameters": [
@@ -16990,7 +17125,7 @@
16990
17125
  },
16991
17126
  "locationInModule": {
16992
17127
  "filename": "lib/gateway/targets/target.ts",
16993
- "line": 597
17128
+ "line": 598
16994
17129
  },
16995
17130
  "name": "grantSync",
16996
17131
  "parameters": [
@@ -17019,7 +17154,7 @@
17019
17154
  "immutable": true,
17020
17155
  "locationInModule": {
17021
17156
  "filename": "lib/gateway/targets/target.ts",
17022
- "line": 278
17157
+ "line": 279
17023
17158
  },
17024
17159
  "name": "PROPERTY_INJECTION_ID",
17025
17160
  "static": true,
@@ -17035,7 +17170,7 @@
17035
17170
  "immutable": true,
17036
17171
  "locationInModule": {
17037
17172
  "filename": "lib/gateway/targets/target.ts",
17038
- "line": 464
17173
+ "line": 465
17039
17174
  },
17040
17175
  "name": "gateway",
17041
17176
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17051,7 +17186,7 @@
17051
17186
  "immutable": true,
17052
17187
  "locationInModule": {
17053
17188
  "filename": "lib/gateway/targets/target.ts",
17054
- "line": 454
17189
+ "line": 455
17055
17190
  },
17056
17191
  "name": "name",
17057
17192
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17070,7 +17205,7 @@
17070
17205
  "immutable": true,
17071
17206
  "locationInModule": {
17072
17207
  "filename": "lib/gateway/targets/target.ts",
17073
- "line": 443
17208
+ "line": 444
17074
17209
  },
17075
17210
  "name": "targetArn",
17076
17211
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17089,7 +17224,7 @@
17089
17224
  "immutable": true,
17090
17225
  "locationInModule": {
17091
17226
  "filename": "lib/gateway/targets/target.ts",
17092
- "line": 449
17227
+ "line": 450
17093
17228
  },
17094
17229
  "name": "targetId",
17095
17230
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17105,7 +17240,7 @@
17105
17240
  "immutable": true,
17106
17241
  "locationInModule": {
17107
17242
  "filename": "lib/gateway/targets/target.ts",
17108
- "line": 474
17243
+ "line": 475
17109
17244
  },
17110
17245
  "name": "targetProtocolType",
17111
17246
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17121,7 +17256,7 @@
17121
17256
  "immutable": true,
17122
17257
  "locationInModule": {
17123
17258
  "filename": "lib/gateway/targets/target.ts",
17124
- "line": 479
17259
+ "line": 480
17125
17260
  },
17126
17261
  "name": "targetType",
17127
17262
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMcpGatewayTarget",
@@ -17140,7 +17275,7 @@
17140
17275
  "immutable": true,
17141
17276
  "locationInModule": {
17142
17277
  "filename": "lib/gateway/targets/target.ts",
17143
- "line": 497
17278
+ "line": 498
17144
17279
  },
17145
17280
  "name": "createdAt",
17146
17281
  "optional": true,
@@ -17157,7 +17292,7 @@
17157
17292
  "immutable": true,
17158
17293
  "locationInModule": {
17159
17294
  "filename": "lib/gateway/targets/target.ts",
17160
- "line": 469
17295
+ "line": 470
17161
17296
  },
17162
17297
  "name": "credentialProviderConfigurations",
17163
17298
  "optional": true,
@@ -17179,7 +17314,7 @@
17179
17314
  "immutable": true,
17180
17315
  "locationInModule": {
17181
17316
  "filename": "lib/gateway/targets/target.ts",
17182
- "line": 459
17317
+ "line": 460
17183
17318
  },
17184
17319
  "name": "description",
17185
17320
  "optional": true,
@@ -17199,7 +17334,7 @@
17199
17334
  "immutable": true,
17200
17335
  "locationInModule": {
17201
17336
  "filename": "lib/gateway/targets/target.ts",
17202
- "line": 485
17337
+ "line": 486
17203
17338
  },
17204
17339
  "name": "status",
17205
17340
  "optional": true,
@@ -17219,7 +17354,7 @@
17219
17354
  "immutable": true,
17220
17355
  "locationInModule": {
17221
17356
  "filename": "lib/gateway/targets/target.ts",
17222
- "line": 491
17357
+ "line": 492
17223
17358
  },
17224
17359
  "name": "statusReasons",
17225
17360
  "optional": true,
@@ -17244,7 +17379,7 @@
17244
17379
  "immutable": true,
17245
17380
  "locationInModule": {
17246
17381
  "filename": "lib/gateway/targets/target.ts",
17247
- "line": 503
17382
+ "line": 504
17248
17383
  },
17249
17384
  "name": "updatedAt",
17250
17385
  "optional": true,
@@ -17274,7 +17409,7 @@
17274
17409
  "kind": "interface",
17275
17410
  "locationInModule": {
17276
17411
  "filename": "lib/gateway/targets/target.ts",
17277
- "line": 178
17412
+ "line": 179
17278
17413
  },
17279
17414
  "name": "GatewayTargetApiGatewayProps",
17280
17415
  "properties": [
@@ -17287,7 +17422,7 @@
17287
17422
  "immutable": true,
17288
17423
  "locationInModule": {
17289
17424
  "filename": "lib/gateway/targets/target.ts",
17290
- "line": 201
17425
+ "line": 202
17291
17426
  },
17292
17427
  "name": "apiGatewayToolConfiguration",
17293
17428
  "type": {
@@ -17303,7 +17438,7 @@
17303
17438
  "immutable": true,
17304
17439
  "locationInModule": {
17305
17440
  "filename": "lib/gateway/targets/target.ts",
17306
- "line": 183
17441
+ "line": 184
17307
17442
  },
17308
17443
  "name": "gateway",
17309
17444
  "type": {
@@ -17319,7 +17454,7 @@
17319
17454
  "immutable": true,
17320
17455
  "locationInModule": {
17321
17456
  "filename": "lib/gateway/targets/target.ts",
17322
- "line": 190
17457
+ "line": 191
17323
17458
  },
17324
17459
  "name": "restApi",
17325
17460
  "type": {
@@ -17336,7 +17471,7 @@
17336
17471
  "immutable": true,
17337
17472
  "locationInModule": {
17338
17473
  "filename": "lib/gateway/targets/target.ts",
17339
- "line": 208
17474
+ "line": 209
17340
17475
  },
17341
17476
  "name": "credentialProviderConfigurations",
17342
17477
  "optional": true,
@@ -17359,7 +17494,7 @@
17359
17494
  "immutable": true,
17360
17495
  "locationInModule": {
17361
17496
  "filename": "lib/gateway/targets/target.ts",
17362
- "line": 215
17497
+ "line": 216
17363
17498
  },
17364
17499
  "name": "metadataConfiguration",
17365
17500
  "optional": true,
@@ -17377,7 +17512,7 @@
17377
17512
  "immutable": true,
17378
17513
  "locationInModule": {
17379
17514
  "filename": "lib/gateway/targets/target.ts",
17380
- "line": 196
17515
+ "line": 197
17381
17516
  },
17382
17517
  "name": "stage",
17383
17518
  "optional": true,
@@ -17403,7 +17538,7 @@
17403
17538
  "kind": "interface",
17404
17539
  "locationInModule": {
17405
17540
  "filename": "lib/gateway/targets/target.ts",
17406
- "line": 221
17541
+ "line": 222
17407
17542
  },
17408
17543
  "name": "GatewayTargetAttributes",
17409
17544
  "properties": [
@@ -17416,7 +17551,7 @@
17416
17551
  "immutable": true,
17417
17552
  "locationInModule": {
17418
17553
  "filename": "lib/gateway/targets/target.ts",
17419
- "line": 240
17554
+ "line": 241
17420
17555
  },
17421
17556
  "name": "gateway",
17422
17557
  "type": {
@@ -17432,7 +17567,7 @@
17432
17567
  "immutable": true,
17433
17568
  "locationInModule": {
17434
17569
  "filename": "lib/gateway/targets/target.ts",
17435
- "line": 235
17570
+ "line": 236
17436
17571
  },
17437
17572
  "name": "gatewayTargetName",
17438
17573
  "type": {
@@ -17448,7 +17583,7 @@
17448
17583
  "immutable": true,
17449
17584
  "locationInModule": {
17450
17585
  "filename": "lib/gateway/targets/target.ts",
17451
- "line": 225
17586
+ "line": 226
17452
17587
  },
17453
17588
  "name": "targetArn",
17454
17589
  "type": {
@@ -17464,7 +17599,7 @@
17464
17599
  "immutable": true,
17465
17600
  "locationInModule": {
17466
17601
  "filename": "lib/gateway/targets/target.ts",
17467
- "line": 230
17602
+ "line": 231
17468
17603
  },
17469
17604
  "name": "targetId",
17470
17605
  "type": {
@@ -17481,7 +17616,7 @@
17481
17616
  "immutable": true,
17482
17617
  "locationInModule": {
17483
17618
  "filename": "lib/gateway/targets/target.ts",
17484
- "line": 252
17619
+ "line": 253
17485
17620
  },
17486
17621
  "name": "createdAt",
17487
17622
  "optional": true,
@@ -17499,7 +17634,7 @@
17499
17634
  "immutable": true,
17500
17635
  "locationInModule": {
17501
17636
  "filename": "lib/gateway/targets/target.ts",
17502
- "line": 246
17637
+ "line": 247
17503
17638
  },
17504
17639
  "name": "status",
17505
17640
  "optional": true,
@@ -17517,7 +17652,7 @@
17517
17652
  "immutable": true,
17518
17653
  "locationInModule": {
17519
17654
  "filename": "lib/gateway/targets/target.ts",
17520
- "line": 258
17655
+ "line": 259
17521
17656
  },
17522
17657
  "name": "updatedAt",
17523
17658
  "optional": true,
@@ -17544,7 +17679,7 @@
17544
17679
  },
17545
17680
  "locationInModule": {
17546
17681
  "filename": "core/lib/resource.ts",
17547
- "line": 122
17682
+ "line": 120
17548
17683
  },
17549
17684
  "parameters": [
17550
17685
  {
@@ -17915,7 +18050,7 @@
17915
18050
  "kind": "interface",
17916
18051
  "locationInModule": {
17917
18052
  "filename": "lib/gateway/targets/target.ts",
17918
- "line": 28
18053
+ "line": 29
17919
18054
  },
17920
18055
  "name": "GatewayTargetCommonProps",
17921
18056
  "properties": [
@@ -17929,7 +18064,7 @@
17929
18064
  "immutable": true,
17930
18065
  "locationInModule": {
17931
18066
  "filename": "lib/gateway/targets/target.ts",
17932
- "line": 42
18067
+ "line": 43
17933
18068
  },
17934
18069
  "name": "description",
17935
18070
  "optional": true,
@@ -17947,7 +18082,7 @@
17947
18082
  "immutable": true,
17948
18083
  "locationInModule": {
17949
18084
  "filename": "lib/gateway/targets/target.ts",
17950
- "line": 35
18085
+ "line": 36
17951
18086
  },
17952
18087
  "name": "gatewayTargetName",
17953
18088
  "optional": true,
@@ -17976,7 +18111,7 @@
17976
18111
  "kind": "interface",
17977
18112
  "locationInModule": {
17978
18113
  "filename": "lib/gateway/targets/target.ts",
17979
- "line": 74
18114
+ "line": 75
17980
18115
  },
17981
18116
  "name": "GatewayTargetLambdaProps",
17982
18117
  "properties": [
@@ -17989,7 +18124,7 @@
17989
18124
  "immutable": true,
17990
18125
  "locationInModule": {
17991
18126
  "filename": "lib/gateway/targets/target.ts",
17992
- "line": 78
18127
+ "line": 79
17993
18128
  },
17994
18129
  "name": "gateway",
17995
18130
  "type": {
@@ -18005,7 +18140,7 @@
18005
18140
  "immutable": true,
18006
18141
  "locationInModule": {
18007
18142
  "filename": "lib/gateway/targets/target.ts",
18008
- "line": 83
18143
+ "line": 84
18009
18144
  },
18010
18145
  "name": "lambdaFunction",
18011
18146
  "type": {
@@ -18021,7 +18156,7 @@
18021
18156
  "immutable": true,
18022
18157
  "locationInModule": {
18023
18158
  "filename": "lib/gateway/targets/target.ts",
18024
- "line": 88
18159
+ "line": 89
18025
18160
  },
18026
18161
  "name": "toolSchema",
18027
18162
  "type": {
@@ -18038,7 +18173,7 @@
18038
18173
  "immutable": true,
18039
18174
  "locationInModule": {
18040
18175
  "filename": "lib/gateway/targets/target.ts",
18041
- "line": 95
18176
+ "line": 96
18042
18177
  },
18043
18178
  "name": "credentialProviderConfigurations",
18044
18179
  "optional": true,
@@ -18072,7 +18207,7 @@
18072
18207
  "kind": "interface",
18073
18208
  "locationInModule": {
18074
18209
  "filename": "lib/gateway/targets/target.ts",
18075
- "line": 153
18210
+ "line": 154
18076
18211
  },
18077
18212
  "name": "GatewayTargetMcpServerProps",
18078
18213
  "properties": [
@@ -18085,7 +18220,7 @@
18085
18220
  "immutable": true,
18086
18221
  "locationInModule": {
18087
18222
  "filename": "lib/gateway/targets/target.ts",
18088
- "line": 172
18223
+ "line": 173
18089
18224
  },
18090
18225
  "name": "credentialProviderConfigurations",
18091
18226
  "type": {
@@ -18107,7 +18242,7 @@
18107
18242
  "immutable": true,
18108
18243
  "locationInModule": {
18109
18244
  "filename": "lib/gateway/targets/target.ts",
18110
- "line": 167
18245
+ "line": 168
18111
18246
  },
18112
18247
  "name": "endpoint",
18113
18248
  "type": {
@@ -18123,7 +18258,7 @@
18123
18258
  "immutable": true,
18124
18259
  "locationInModule": {
18125
18260
  "filename": "lib/gateway/targets/target.ts",
18126
- "line": 157
18261
+ "line": 158
18127
18262
  },
18128
18263
  "name": "gateway",
18129
18264
  "type": {
@@ -18151,7 +18286,7 @@
18151
18286
  "kind": "interface",
18152
18287
  "locationInModule": {
18153
18288
  "filename": "lib/gateway/targets/target.ts",
18154
- "line": 101
18289
+ "line": 102
18155
18290
  },
18156
18291
  "name": "GatewayTargetOpenApiProps",
18157
18292
  "properties": [
@@ -18164,7 +18299,7 @@
18164
18299
  "immutable": true,
18165
18300
  "locationInModule": {
18166
18301
  "filename": "lib/gateway/targets/target.ts",
18167
- "line": 110
18302
+ "line": 111
18168
18303
  },
18169
18304
  "name": "apiSchema",
18170
18305
  "type": {
@@ -18180,7 +18315,7 @@
18180
18315
  "immutable": true,
18181
18316
  "locationInModule": {
18182
18317
  "filename": "lib/gateway/targets/target.ts",
18183
- "line": 105
18318
+ "line": 106
18184
18319
  },
18185
18320
  "name": "gateway",
18186
18321
  "type": {
@@ -18197,7 +18332,7 @@
18197
18332
  "immutable": true,
18198
18333
  "locationInModule": {
18199
18334
  "filename": "lib/gateway/targets/target.ts",
18200
- "line": 125
18335
+ "line": 126
18201
18336
  },
18202
18337
  "name": "credentialProviderConfigurations",
18203
18338
  "optional": true,
@@ -18221,7 +18356,7 @@
18221
18356
  "immutable": true,
18222
18357
  "locationInModule": {
18223
18358
  "filename": "lib/gateway/targets/target.ts",
18224
- "line": 118
18359
+ "line": 119
18225
18360
  },
18226
18361
  "name": "validateOpenApiSchema",
18227
18362
  "optional": true,
@@ -18250,7 +18385,7 @@
18250
18385
  "kind": "interface",
18251
18386
  "locationInModule": {
18252
18387
  "filename": "lib/gateway/targets/target.ts",
18253
- "line": 48
18388
+ "line": 49
18254
18389
  },
18255
18390
  "name": "GatewayTargetProps",
18256
18391
  "properties": [
@@ -18263,7 +18398,7 @@
18263
18398
  "immutable": true,
18264
18399
  "locationInModule": {
18265
18400
  "filename": "lib/gateway/targets/target.ts",
18266
- "line": 52
18401
+ "line": 53
18267
18402
  },
18268
18403
  "name": "gateway",
18269
18404
  "type": {
@@ -18279,7 +18414,7 @@
18279
18414
  "immutable": true,
18280
18415
  "locationInModule": {
18281
18416
  "filename": "lib/gateway/targets/target.ts",
18282
- "line": 61
18417
+ "line": 62
18283
18418
  },
18284
18419
  "name": "targetConfiguration",
18285
18420
  "type": {
@@ -18296,7 +18431,7 @@
18296
18431
  "immutable": true,
18297
18432
  "locationInModule": {
18298
18433
  "filename": "lib/gateway/targets/target.ts",
18299
- "line": 67
18434
+ "line": 68
18300
18435
  },
18301
18436
  "name": "credentialProviderConfigurations",
18302
18437
  "optional": true,
@@ -18354,7 +18489,7 @@
18354
18489
  "kind": "interface",
18355
18490
  "locationInModule": {
18356
18491
  "filename": "lib/gateway/targets/target.ts",
18357
- "line": 131
18492
+ "line": 132
18358
18493
  },
18359
18494
  "name": "GatewayTargetSmithyProps",
18360
18495
  "properties": [
@@ -18367,7 +18502,7 @@
18367
18502
  "immutable": true,
18368
18503
  "locationInModule": {
18369
18504
  "filename": "lib/gateway/targets/target.ts",
18370
- "line": 135
18505
+ "line": 136
18371
18506
  },
18372
18507
  "name": "gateway",
18373
18508
  "type": {
@@ -18383,7 +18518,7 @@
18383
18518
  "immutable": true,
18384
18519
  "locationInModule": {
18385
18520
  "filename": "lib/gateway/targets/target.ts",
18386
- "line": 140
18521
+ "line": 141
18387
18522
  },
18388
18523
  "name": "smithyModel",
18389
18524
  "type": {
@@ -18400,7 +18535,7 @@
18400
18535
  "immutable": true,
18401
18536
  "locationInModule": {
18402
18537
  "filename": "lib/gateway/targets/target.ts",
18403
- "line": 147
18538
+ "line": 148
18404
18539
  },
18405
18540
  "name": "credentialProviderConfigurations",
18406
18541
  "optional": true,
@@ -22319,7 +22454,7 @@
22319
22454
  "kind": "interface",
22320
22455
  "locationInModule": {
22321
22456
  "filename": "lib/gateway/targets/target-configuration.ts",
22322
- "line": 31
22457
+ "line": 32
22323
22458
  },
22324
22459
  "methods": [
22325
22460
  {
@@ -22330,7 +22465,7 @@
22330
22465
  },
22331
22466
  "locationInModule": {
22332
22467
  "filename": "lib/gateway/targets/target-configuration.ts",
22333
- "line": 41
22468
+ "line": 42
22334
22469
  },
22335
22470
  "name": "bind",
22336
22471
  "parameters": [
@@ -22365,7 +22500,7 @@
22365
22500
  "immutable": true,
22366
22501
  "locationInModule": {
22367
22502
  "filename": "lib/gateway/targets/target-configuration.ts",
22368
- "line": 35
22503
+ "line": 36
22369
22504
  },
22370
22505
  "name": "targetType",
22371
22506
  "type": {
@@ -22439,7 +22574,7 @@
22439
22574
  },
22440
22575
  "locationInModule": {
22441
22576
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22442
- "line": 164
22577
+ "line": 154
22443
22578
  },
22444
22579
  "parameters": [
22445
22580
  {
@@ -22453,7 +22588,7 @@
22453
22588
  "kind": "class",
22454
22589
  "locationInModule": {
22455
22590
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22456
- "line": 163
22591
+ "line": 153
22457
22592
  },
22458
22593
  "methods": [
22459
22594
  {
@@ -22463,7 +22598,7 @@
22463
22598
  },
22464
22599
  "locationInModule": {
22465
22600
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22466
- "line": 181
22601
+ "line": 171
22467
22602
  },
22468
22603
  "name": "bind",
22469
22604
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22483,7 +22618,7 @@
22483
22618
  },
22484
22619
  "locationInModule": {
22485
22620
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22486
- "line": 177
22621
+ "line": 167
22487
22622
  },
22488
22623
  "name": "grantPermissionsToRole",
22489
22624
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22519,7 +22654,7 @@
22519
22654
  },
22520
22655
  "locationInModule": {
22521
22656
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22522
- "line": 264
22657
+ "line": 253
22523
22658
  },
22524
22659
  "parameters": [
22525
22660
  {
@@ -22538,7 +22673,7 @@
22538
22673
  "kind": "class",
22539
22674
  "locationInModule": {
22540
22675
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22541
- "line": 263
22676
+ "line": 252
22542
22677
  },
22543
22678
  "methods": [
22544
22679
  {
@@ -22548,7 +22683,7 @@
22548
22683
  },
22549
22684
  "locationInModule": {
22550
22685
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22551
- "line": 277
22686
+ "line": 266
22552
22687
  },
22553
22688
  "name": "bind",
22554
22689
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22568,7 +22703,7 @@
22568
22703
  },
22569
22704
  "locationInModule": {
22570
22705
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22571
- "line": 283
22706
+ "line": 272
22572
22707
  },
22573
22708
  "name": "grantPermissionsToRole",
22574
22709
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22931,7 +23066,7 @@
22931
23066
  },
22932
23067
  "locationInModule": {
22933
23068
  "filename": "lib/gateway/targets/target-configuration.ts",
22934
- "line": 123
23069
+ "line": 124
22935
23070
  },
22936
23071
  "parameters": [
22937
23072
  {
@@ -22951,7 +23086,7 @@
22951
23086
  "kind": "class",
22952
23087
  "locationInModule": {
22953
23088
  "filename": "lib/gateway/targets/target-configuration.ts",
22954
- "line": 96
23089
+ "line": 97
22955
23090
  },
22956
23091
  "methods": [
22957
23092
  {
@@ -22962,7 +23097,7 @@
22962
23097
  },
22963
23098
  "locationInModule": {
22964
23099
  "filename": "lib/gateway/targets/target-configuration.ts",
22965
- "line": 104
23100
+ "line": 105
22966
23101
  },
22967
23102
  "name": "create",
22968
23103
  "parameters": [
@@ -22999,7 +23134,7 @@
22999
23134
  },
23000
23135
  "locationInModule": {
23001
23136
  "filename": "lib/gateway/targets/target-configuration.ts",
23002
- "line": 136
23137
+ "line": 137
23003
23138
  },
23004
23139
  "name": "bind",
23005
23140
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23036,7 +23171,7 @@
23036
23171
  },
23037
23172
  "locationInModule": {
23038
23173
  "filename": "lib/gateway/targets/target-configuration.ts",
23039
- "line": 149
23174
+ "line": 150
23040
23175
  },
23041
23176
  "name": "renderMcpConfiguration",
23042
23177
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23058,7 +23193,7 @@
23058
23193
  "immutable": true,
23059
23194
  "locationInModule": {
23060
23195
  "filename": "lib/gateway/targets/target-configuration.ts",
23061
- "line": 116
23196
+ "line": 117
23062
23197
  },
23063
23198
  "name": "lambdaFunction",
23064
23199
  "type": {
@@ -23073,7 +23208,7 @@
23073
23208
  "immutable": true,
23074
23209
  "locationInModule": {
23075
23210
  "filename": "lib/gateway/targets/target-configuration.ts",
23076
- "line": 111
23211
+ "line": 112
23077
23212
  },
23078
23213
  "name": "targetType",
23079
23214
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23089,7 +23224,7 @@
23089
23224
  "immutable": true,
23090
23225
  "locationInModule": {
23091
23226
  "filename": "lib/gateway/targets/target-configuration.ts",
23092
- "line": 121
23227
+ "line": 122
23093
23228
  },
23094
23229
  "name": "toolSchema",
23095
23230
  "type": {
@@ -23766,7 +23901,7 @@
23766
23901
  },
23767
23902
  "locationInModule": {
23768
23903
  "filename": "lib/gateway/targets/target-configuration.ts",
23769
- "line": 347
23904
+ "line": 348
23770
23905
  },
23771
23906
  "parameters": [
23772
23907
  {
@@ -23780,7 +23915,7 @@
23780
23915
  "kind": "class",
23781
23916
  "locationInModule": {
23782
23917
  "filename": "lib/gateway/targets/target-configuration.ts",
23783
- "line": 329
23918
+ "line": 330
23784
23919
  },
23785
23920
  "methods": [
23786
23921
  {
@@ -23791,7 +23926,7 @@
23791
23926
  },
23792
23927
  "locationInModule": {
23793
23928
  "filename": "lib/gateway/targets/target-configuration.ts",
23794
- "line": 336
23929
+ "line": 337
23795
23930
  },
23796
23931
  "name": "create",
23797
23932
  "parameters": [
@@ -23819,7 +23954,7 @@
23819
23954
  },
23820
23955
  "locationInModule": {
23821
23956
  "filename": "lib/gateway/targets/target-configuration.ts",
23822
- "line": 360
23957
+ "line": 361
23823
23958
  },
23824
23959
  "name": "bind",
23825
23960
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23856,7 +23991,7 @@
23856
23991
  },
23857
23992
  "locationInModule": {
23858
23993
  "filename": "lib/gateway/targets/target-configuration.ts",
23859
- "line": 369
23994
+ "line": 370
23860
23995
  },
23861
23996
  "name": "renderMcpConfiguration",
23862
23997
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23878,7 +24013,7 @@
23878
24013
  "immutable": true,
23879
24014
  "locationInModule": {
23880
24015
  "filename": "lib/gateway/targets/target-configuration.ts",
23881
- "line": 345
24016
+ "line": 346
23882
24017
  },
23883
24018
  "name": "endpoint",
23884
24019
  "type": {
@@ -23893,7 +24028,7 @@
23893
24028
  "immutable": true,
23894
24029
  "locationInModule": {
23895
24030
  "filename": "lib/gateway/targets/target-configuration.ts",
23896
- "line": 340
24031
+ "line": 341
23897
24032
  },
23898
24033
  "name": "targetType",
23899
24034
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23923,7 +24058,7 @@
23923
24058
  "kind": "class",
23924
24059
  "locationInModule": {
23925
24060
  "filename": "lib/gateway/targets/target-configuration.ts",
23926
- "line": 58
24061
+ "line": 59
23927
24062
  },
23928
24063
  "methods": [
23929
24064
  {
@@ -23934,7 +24069,7 @@
23934
24069
  },
23935
24070
  "locationInModule": {
23936
24071
  "filename": "lib/gateway/targets/target-configuration.ts",
23937
- "line": 68
24072
+ "line": 69
23938
24073
  },
23939
24074
  "name": "bind",
23940
24075
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ITargetConfiguration",
@@ -23966,7 +24101,7 @@
23966
24101
  },
23967
24102
  "locationInModule": {
23968
24103
  "filename": "lib/gateway/targets/target-configuration.ts",
23969
- "line": 73
24104
+ "line": 74
23970
24105
  },
23971
24106
  "name": "renderMcpConfiguration",
23972
24107
  "protected": true,
@@ -23988,7 +24123,7 @@
23988
24123
  "immutable": true,
23989
24124
  "locationInModule": {
23990
24125
  "filename": "lib/gateway/targets/target-configuration.ts",
23991
- "line": 62
24126
+ "line": 63
23992
24127
  },
23993
24128
  "name": "targetType",
23994
24129
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ITargetConfiguration",
@@ -25875,7 +26010,7 @@
25875
26010
  "kind": "interface",
25876
26011
  "locationInModule": {
25877
26012
  "filename": "lib/gateway/targets/target-configuration.ts",
25878
- "line": 497
26013
+ "line": 498
25879
26014
  },
25880
26015
  "name": "MetadataConfiguration",
25881
26016
  "properties": [
@@ -25890,7 +26025,7 @@
25890
26025
  "immutable": true,
25891
26026
  "locationInModule": {
25892
26027
  "filename": "lib/gateway/targets/target-configuration.ts",
25893
- "line": 508
26028
+ "line": 509
25894
26029
  },
25895
26030
  "name": "allowedQueryParameters",
25896
26031
  "optional": true,
@@ -25914,7 +26049,7 @@
25914
26049
  "immutable": true,
25915
26050
  "locationInModule": {
25916
26051
  "filename": "lib/gateway/targets/target-configuration.ts",
25917
- "line": 520
26052
+ "line": 521
25918
26053
  },
25919
26054
  "name": "allowedRequestHeaders",
25920
26055
  "optional": true,
@@ -25938,7 +26073,7 @@
25938
26073
  "immutable": true,
25939
26074
  "locationInModule": {
25940
26075
  "filename": "lib/gateway/targets/target-configuration.ts",
25941
- "line": 532
26076
+ "line": 533
25942
26077
  },
25943
26078
  "name": "allowedResponseHeaders",
25944
26079
  "optional": true,
@@ -26192,7 +26327,7 @@
26192
26327
  },
26193
26328
  "locationInModule": {
26194
26329
  "filename": "lib/gateway/targets/target-configuration.ts",
26195
- "line": 193
26330
+ "line": 194
26196
26331
  },
26197
26332
  "parameters": [
26198
26333
  {
@@ -26213,7 +26348,7 @@
26213
26348
  "kind": "class",
26214
26349
  "locationInModule": {
26215
26350
  "filename": "lib/gateway/targets/target-configuration.ts",
26216
- "line": 169
26351
+ "line": 170
26217
26352
  },
26218
26353
  "methods": [
26219
26354
  {
@@ -26224,7 +26359,7 @@
26224
26359
  },
26225
26360
  "locationInModule": {
26226
26361
  "filename": "lib/gateway/targets/target-configuration.ts",
26227
- "line": 177
26362
+ "line": 178
26228
26363
  },
26229
26364
  "name": "create",
26230
26365
  "parameters": [
@@ -26262,7 +26397,7 @@
26262
26397
  },
26263
26398
  "locationInModule": {
26264
26399
  "filename": "lib/gateway/targets/target-configuration.ts",
26265
- "line": 206
26400
+ "line": 207
26266
26401
  },
26267
26402
  "name": "bind",
26268
26403
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26299,7 +26434,7 @@
26299
26434
  },
26300
26435
  "locationInModule": {
26301
26436
  "filename": "lib/gateway/targets/target-configuration.ts",
26302
- "line": 251
26437
+ "line": 252
26303
26438
  },
26304
26439
  "name": "renderMcpConfiguration",
26305
26440
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26321,7 +26456,7 @@
26321
26456
  "immutable": true,
26322
26457
  "locationInModule": {
26323
26458
  "filename": "lib/gateway/targets/target-configuration.ts",
26324
- "line": 186
26459
+ "line": 187
26325
26460
  },
26326
26461
  "name": "apiSchema",
26327
26462
  "type": {
@@ -26336,7 +26471,7 @@
26336
26471
  "immutable": true,
26337
26472
  "locationInModule": {
26338
26473
  "filename": "lib/gateway/targets/target-configuration.ts",
26339
- "line": 181
26474
+ "line": 182
26340
26475
  },
26341
26476
  "name": "targetType",
26342
26477
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26564,7 +26699,7 @@
26564
26699
  },
26565
26700
  "locationInModule": {
26566
26701
  "filename": "lib/runtime/runtime.ts",
26567
- "line": 262
26702
+ "line": 263
26568
26703
  },
26569
26704
  "parameters": [
26570
26705
  {
@@ -26590,7 +26725,7 @@
26590
26725
  "kind": "class",
26591
26726
  "locationInModule": {
26592
26727
  "filename": "lib/runtime/runtime.ts",
26593
- "line": 157
26728
+ "line": 158
26594
26729
  },
26595
26730
  "methods": [
26596
26731
  {
@@ -26601,7 +26736,7 @@
26601
26736
  },
26602
26737
  "locationInModule": {
26603
26738
  "filename": "lib/runtime/runtime.ts",
26604
- "line": 171
26739
+ "line": 172
26605
26740
  },
26606
26741
  "name": "fromAgentRuntimeAttributes",
26607
26742
  "parameters": [
@@ -26648,7 +26783,7 @@
26648
26783
  },
26649
26784
  "locationInModule": {
26650
26785
  "filename": "lib/runtime/runtime.ts",
26651
- "line": 829
26786
+ "line": 836
26652
26787
  },
26653
26788
  "name": "addEndpoint",
26654
26789
  "parameters": [
@@ -26690,7 +26825,7 @@
26690
26825
  "immutable": true,
26691
26826
  "locationInModule": {
26692
26827
  "filename": "lib/runtime/runtime.ts",
26693
- "line": 160
26828
+ "line": 161
26694
26829
  },
26695
26830
  "name": "PROPERTY_INJECTION_ID",
26696
26831
  "static": true,
@@ -26710,7 +26845,7 @@
26710
26845
  "immutable": true,
26711
26846
  "locationInModule": {
26712
26847
  "filename": "lib/runtime/runtime.ts",
26713
- "line": 209
26848
+ "line": 210
26714
26849
  },
26715
26850
  "name": "agentRuntimeArn",
26716
26851
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26726,7 +26861,7 @@
26726
26861
  "immutable": true,
26727
26862
  "locationInModule": {
26728
26863
  "filename": "lib/runtime/runtime.ts",
26729
- "line": 256
26864
+ "line": 257
26730
26865
  },
26731
26866
  "name": "agentRuntimeArtifact",
26732
26867
  "type": {
@@ -26745,7 +26880,7 @@
26745
26880
  "immutable": true,
26746
26881
  "locationInModule": {
26747
26882
  "filename": "lib/runtime/runtime.ts",
26748
- "line": 215
26883
+ "line": 216
26749
26884
  },
26750
26885
  "name": "agentRuntimeId",
26751
26886
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26765,7 +26900,7 @@
26765
26900
  "immutable": true,
26766
26901
  "locationInModule": {
26767
26902
  "filename": "lib/runtime/runtime.ts",
26768
- "line": 221
26903
+ "line": 222
26769
26904
  },
26770
26905
  "name": "agentRuntimeName",
26771
26906
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26781,7 +26916,7 @@
26781
26916
  "immutable": true,
26782
26917
  "locationInModule": {
26783
26918
  "filename": "lib/runtime/runtime.ts",
26784
- "line": 251
26919
+ "line": 252
26785
26920
  },
26786
26921
  "name": "grantPrincipal",
26787
26922
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26797,7 +26932,7 @@
26797
26932
  "immutable": true,
26798
26933
  "locationInModule": {
26799
26934
  "filename": "lib/runtime/runtime.ts",
26800
- "line": 222
26935
+ "line": 223
26801
26936
  },
26802
26937
  "name": "role",
26803
26938
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26817,7 +26952,7 @@
26817
26952
  "immutable": true,
26818
26953
  "locationInModule": {
26819
26954
  "filename": "lib/runtime/runtime.ts",
26820
- "line": 228
26955
+ "line": 229
26821
26956
  },
26822
26957
  "name": "agentRuntimeVersion",
26823
26958
  "optional": true,
@@ -26838,7 +26973,7 @@
26838
26973
  "immutable": true,
26839
26974
  "locationInModule": {
26840
26975
  "filename": "lib/runtime/runtime.ts",
26841
- "line": 234
26976
+ "line": 235
26842
26977
  },
26843
26978
  "name": "agentStatus",
26844
26979
  "optional": true,
@@ -26859,7 +26994,7 @@
26859
26994
  "immutable": true,
26860
26995
  "locationInModule": {
26861
26996
  "filename": "lib/runtime/runtime.ts",
26862
- "line": 244
26997
+ "line": 245
26863
26998
  },
26864
26999
  "name": "createdAt",
26865
27000
  "optional": true,
@@ -26876,7 +27011,7 @@
26876
27011
  "immutable": true,
26877
27012
  "locationInModule": {
26878
27013
  "filename": "lib/runtime/runtime.ts",
26879
- "line": 238
27014
+ "line": 239
26880
27015
  },
26881
27016
  "name": "description",
26882
27017
  "optional": true,
@@ -26896,7 +27031,7 @@
26896
27031
  "immutable": true,
26897
27032
  "locationInModule": {
26898
27033
  "filename": "lib/runtime/runtime.ts",
26899
- "line": 250
27034
+ "line": 251
26900
27035
  },
26901
27036
  "name": "lastUpdatedAt",
26902
27037
  "optional": true,
@@ -28040,7 +28175,7 @@
28040
28175
  },
28041
28176
  "locationInModule": {
28042
28177
  "filename": "lib/runtime/runtime-endpoint.ts",
28043
- "line": 174
28178
+ "line": 175
28044
28179
  },
28045
28180
  "parameters": [
28046
28181
  {
@@ -28066,7 +28201,7 @@
28066
28201
  "kind": "class",
28067
28202
  "locationInModule": {
28068
28203
  "filename": "lib/runtime/runtime-endpoint.ts",
28069
- "line": 69
28204
+ "line": 70
28070
28205
  },
28071
28206
  "methods": [
28072
28207
  {
@@ -28077,7 +28212,7 @@
28077
28212
  },
28078
28213
  "locationInModule": {
28079
28214
  "filename": "lib/runtime/runtime-endpoint.ts",
28080
- "line": 83
28215
+ "line": 84
28081
28216
  },
28082
28217
  "name": "fromRuntimeEndpointAttributes",
28083
28218
  "parameters": [
@@ -28128,7 +28263,7 @@
28128
28263
  "immutable": true,
28129
28264
  "locationInModule": {
28130
28265
  "filename": "lib/runtime/runtime-endpoint.ts",
28131
- "line": 72
28266
+ "line": 73
28132
28267
  },
28133
28268
  "name": "PROPERTY_INJECTION_ID",
28134
28269
  "static": true,
@@ -28148,7 +28283,7 @@
28148
28283
  "immutable": true,
28149
28284
  "locationInModule": {
28150
28285
  "filename": "lib/runtime/runtime-endpoint.ts",
28151
- "line": 122
28286
+ "line": 123
28152
28287
  },
28153
28288
  "name": "agentRuntimeArn",
28154
28289
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28168,7 +28303,7 @@
28168
28303
  "immutable": true,
28169
28304
  "locationInModule": {
28170
28305
  "filename": "lib/runtime/runtime-endpoint.ts",
28171
- "line": 110
28306
+ "line": 111
28172
28307
  },
28173
28308
  "name": "agentRuntimeEndpointArn",
28174
28309
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28184,7 +28319,7 @@
28184
28319
  "immutable": true,
28185
28320
  "locationInModule": {
28186
28321
  "filename": "lib/runtime/runtime-endpoint.ts",
28187
- "line": 160
28322
+ "line": 161
28188
28323
  },
28189
28324
  "name": "agentRuntimeId",
28190
28325
  "type": {
@@ -28199,7 +28334,7 @@
28199
28334
  "immutable": true,
28200
28335
  "locationInModule": {
28201
28336
  "filename": "lib/runtime/runtime-endpoint.ts",
28202
- "line": 164
28337
+ "line": 165
28203
28338
  },
28204
28339
  "name": "agentRuntimeVersion",
28205
28340
  "type": {
@@ -28218,7 +28353,7 @@
28218
28353
  "immutable": true,
28219
28354
  "locationInModule": {
28220
28355
  "filename": "lib/runtime/runtime-endpoint.ts",
28221
- "line": 156
28356
+ "line": 157
28222
28357
  },
28223
28358
  "name": "endpointId",
28224
28359
  "type": {
@@ -28237,7 +28372,7 @@
28237
28372
  "immutable": true,
28238
28373
  "locationInModule": {
28239
28374
  "filename": "lib/runtime/runtime-endpoint.ts",
28240
- "line": 116
28375
+ "line": 117
28241
28376
  },
28242
28377
  "name": "endpointName",
28243
28378
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28257,7 +28392,7 @@
28257
28392
  "immutable": true,
28258
28393
  "locationInModule": {
28259
28394
  "filename": "lib/runtime/runtime-endpoint.ts",
28260
- "line": 146
28395
+ "line": 147
28261
28396
  },
28262
28397
  "name": "createdAt",
28263
28398
  "optional": true,
@@ -28274,7 +28409,7 @@
28274
28409
  "immutable": true,
28275
28410
  "locationInModule": {
28276
28411
  "filename": "lib/runtime/runtime-endpoint.ts",
28277
- "line": 150
28412
+ "line": 151
28278
28413
  },
28279
28414
  "name": "description",
28280
28415
  "optional": true,
@@ -28295,7 +28430,7 @@
28295
28430
  "immutable": true,
28296
28431
  "locationInModule": {
28297
28432
  "filename": "lib/runtime/runtime-endpoint.ts",
28298
- "line": 170
28433
+ "line": 171
28299
28434
  },
28300
28435
  "name": "lastUpdatedAt",
28301
28436
  "optional": true,
@@ -28315,7 +28450,7 @@
28315
28450
  "immutable": true,
28316
28451
  "locationInModule": {
28317
28452
  "filename": "lib/runtime/runtime-endpoint.ts",
28318
- "line": 134
28453
+ "line": 135
28319
28454
  },
28320
28455
  "name": "liveVersion",
28321
28456
  "optional": true,
@@ -28336,7 +28471,7 @@
28336
28471
  "immutable": true,
28337
28472
  "locationInModule": {
28338
28473
  "filename": "lib/runtime/runtime-endpoint.ts",
28339
- "line": 128
28474
+ "line": 129
28340
28475
  },
28341
28476
  "name": "status",
28342
28477
  "optional": true,
@@ -28357,7 +28492,7 @@
28357
28492
  "immutable": true,
28358
28493
  "locationInModule": {
28359
28494
  "filename": "lib/runtime/runtime-endpoint.ts",
28360
- "line": 140
28495
+ "line": 141
28361
28496
  },
28362
28497
  "name": "targetVersion",
28363
28498
  "optional": true,
@@ -28789,7 +28924,7 @@
28789
28924
  "kind": "interface",
28790
28925
  "locationInModule": {
28791
28926
  "filename": "lib/runtime/runtime-endpoint.ts",
28792
- "line": 17
28927
+ "line": 18
28793
28928
  },
28794
28929
  "name": "RuntimeEndpointProps",
28795
28930
  "properties": [
@@ -28802,7 +28937,7 @@
28802
28937
  "immutable": true,
28803
28938
  "locationInModule": {
28804
28939
  "filename": "lib/runtime/runtime-endpoint.ts",
28805
- "line": 32
28940
+ "line": 33
28806
28941
  },
28807
28942
  "name": "agentRuntimeId",
28808
28943
  "type": {
@@ -28820,7 +28955,7 @@
28820
28955
  "immutable": true,
28821
28956
  "locationInModule": {
28822
28957
  "filename": "lib/runtime/runtime-endpoint.ts",
28823
- "line": 40
28958
+ "line": 41
28824
28959
  },
28825
28960
  "name": "agentRuntimeVersion",
28826
28961
  "optional": true,
@@ -28838,7 +28973,7 @@
28838
28973
  "immutable": true,
28839
28974
  "locationInModule": {
28840
28975
  "filename": "lib/runtime/runtime-endpoint.ts",
28841
- "line": 47
28976
+ "line": 48
28842
28977
  },
28843
28978
  "name": "description",
28844
28979
  "optional": true,
@@ -28856,7 +28991,7 @@
28856
28991
  "immutable": true,
28857
28992
  "locationInModule": {
28858
28993
  "filename": "lib/runtime/runtime-endpoint.ts",
28859
- "line": 25
28994
+ "line": 26
28860
28995
  },
28861
28996
  "name": "endpointName",
28862
28997
  "optional": true,
@@ -28874,7 +29009,7 @@
28874
29009
  "immutable": true,
28875
29010
  "locationInModule": {
28876
29011
  "filename": "lib/runtime/runtime-endpoint.ts",
28877
- "line": 55
29012
+ "line": 56
28878
29013
  },
28879
29014
  "name": "tags",
28880
29015
  "optional": true,
@@ -29020,7 +29155,7 @@
29020
29155
  "kind": "interface",
29021
29156
  "locationInModule": {
29022
29157
  "filename": "lib/runtime/runtime.ts",
29023
- "line": 51
29158
+ "line": 52
29024
29159
  },
29025
29160
  "name": "RuntimeProps",
29026
29161
  "properties": [
@@ -29033,7 +29168,7 @@
29033
29168
  "immutable": true,
29034
29169
  "locationInModule": {
29035
29170
  "filename": "lib/runtime/runtime.ts",
29036
- "line": 65
29171
+ "line": 66
29037
29172
  },
29038
29173
  "name": "agentRuntimeArtifact",
29039
29174
  "type": {
@@ -29050,7 +29185,7 @@
29050
29185
  "immutable": true,
29051
29186
  "locationInModule": {
29052
29187
  "filename": "lib/runtime/runtime.ts",
29053
- "line": 107
29188
+ "line": 108
29054
29189
  },
29055
29190
  "name": "authorizerConfiguration",
29056
29191
  "optional": true,
@@ -29068,7 +29203,7 @@
29068
29203
  "immutable": true,
29069
29204
  "locationInModule": {
29070
29205
  "filename": "lib/runtime/runtime.ts",
29071
- "line": 85
29206
+ "line": 86
29072
29207
  },
29073
29208
  "name": "description",
29074
29209
  "optional": true,
@@ -29086,7 +29221,7 @@
29086
29221
  "immutable": true,
29087
29222
  "locationInModule": {
29088
29223
  "filename": "lib/runtime/runtime.ts",
29089
- "line": 100
29224
+ "line": 101
29090
29225
  },
29091
29226
  "name": "environmentVariables",
29092
29227
  "optional": true,
@@ -29109,7 +29244,7 @@
29109
29244
  "immutable": true,
29110
29245
  "locationInModule": {
29111
29246
  "filename": "lib/runtime/runtime.ts",
29112
- "line": 72
29247
+ "line": 73
29113
29248
  },
29114
29249
  "name": "executionRole",
29115
29250
  "optional": true,
@@ -29127,7 +29262,7 @@
29127
29262
  "immutable": true,
29128
29263
  "locationInModule": {
29129
29264
  "filename": "lib/runtime/runtime.ts",
29130
- "line": 126
29265
+ "line": 127
29131
29266
  },
29132
29267
  "name": "lifecycleConfiguration",
29133
29268
  "optional": true,
@@ -29145,7 +29280,7 @@
29145
29280
  "immutable": true,
29146
29281
  "locationInModule": {
29147
29282
  "filename": "lib/runtime/runtime.ts",
29148
- "line": 78
29283
+ "line": 79
29149
29284
  },
29150
29285
  "name": "networkConfiguration",
29151
29286
  "optional": true,
@@ -29163,7 +29298,7 @@
29163
29298
  "immutable": true,
29164
29299
  "locationInModule": {
29165
29300
  "filename": "lib/runtime/runtime.ts",
29166
- "line": 91
29301
+ "line": 92
29167
29302
  },
29168
29303
  "name": "protocolConfiguration",
29169
29304
  "optional": true,
@@ -29181,7 +29316,7 @@
29181
29316
  "immutable": true,
29182
29317
  "locationInModule": {
29183
29318
  "filename": "lib/runtime/runtime.ts",
29184
- "line": 120
29319
+ "line": 121
29185
29320
  },
29186
29321
  "name": "requestHeaderConfiguration",
29187
29322
  "optional": true,
@@ -29199,7 +29334,7 @@
29199
29334
  "immutable": true,
29200
29335
  "locationInModule": {
29201
29336
  "filename": "lib/runtime/runtime.ts",
29202
- "line": 59
29337
+ "line": 60
29203
29338
  },
29204
29339
  "name": "runtimeName",
29205
29340
  "optional": true,
@@ -29217,7 +29352,7 @@
29217
29352
  "immutable": true,
29218
29353
  "locationInModule": {
29219
29354
  "filename": "lib/runtime/runtime.ts",
29220
- "line": 114
29355
+ "line": 115
29221
29356
  },
29222
29357
  "name": "tags",
29223
29358
  "optional": true,
@@ -29251,7 +29386,7 @@
29251
29386
  },
29252
29387
  "locationInModule": {
29253
29388
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29254
- "line": 196
29389
+ "line": 186
29255
29390
  },
29256
29391
  "parameters": [
29257
29392
  {
@@ -29275,7 +29410,7 @@
29275
29410
  "kind": "class",
29276
29411
  "locationInModule": {
29277
29412
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29278
- "line": 195
29413
+ "line": 185
29279
29414
  },
29280
29415
  "methods": [
29281
29416
  {
@@ -29285,7 +29420,7 @@
29285
29420
  },
29286
29421
  "locationInModule": {
29287
29422
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29288
- "line": 211
29423
+ "line": 201
29289
29424
  },
29290
29425
  "name": "bind",
29291
29426
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29305,7 +29440,7 @@
29305
29440
  },
29306
29441
  "locationInModule": {
29307
29442
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29308
- "line": 217
29443
+ "line": 207
29309
29444
  },
29310
29445
  "name": "grantPermissionsToRole",
29311
29446
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29329,7 +29464,7 @@
29329
29464
  "immutable": true,
29330
29465
  "locationInModule": {
29331
29466
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29332
- "line": 196
29467
+ "line": 186
29333
29468
  },
29334
29469
  "name": "bucketOwnerAccountId",
29335
29470
  "optional": true,
@@ -29359,7 +29494,7 @@
29359
29494
  },
29360
29495
  "locationInModule": {
29361
29496
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29362
- "line": 295
29497
+ "line": 284
29363
29498
  },
29364
29499
  "parameters": [
29365
29500
  {
@@ -29383,7 +29518,7 @@
29383
29518
  "kind": "class",
29384
29519
  "locationInModule": {
29385
29520
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29386
- "line": 294
29521
+ "line": 283
29387
29522
  },
29388
29523
  "methods": [
29389
29524
  {
@@ -29393,7 +29528,7 @@
29393
29528
  },
29394
29529
  "locationInModule": {
29395
29530
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29396
- "line": 310
29531
+ "line": 299
29397
29532
  },
29398
29533
  "name": "bind",
29399
29534
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29413,7 +29548,7 @@
29413
29548
  },
29414
29549
  "locationInModule": {
29415
29550
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29416
- "line": 316
29551
+ "line": 305
29417
29552
  },
29418
29553
  "name": "grantPermissionsToRole",
29419
29554
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29437,7 +29572,7 @@
29437
29572
  "immutable": true,
29438
29573
  "locationInModule": {
29439
29574
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29440
- "line": 295
29575
+ "line": 284
29441
29576
  },
29442
29577
  "name": "bucketOwnerAccountId",
29443
29578
  "optional": true,
@@ -29464,7 +29599,7 @@
29464
29599
  "kind": "interface",
29465
29600
  "locationInModule": {
29466
29601
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29467
- "line": 51
29602
+ "line": 52
29468
29603
  },
29469
29604
  "name": "SchemaDefinition",
29470
29605
  "properties": [
@@ -29478,7 +29613,7 @@
29478
29613
  "immutable": true,
29479
29614
  "locationInModule": {
29480
29615
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29481
- "line": 55
29616
+ "line": 56
29482
29617
  },
29483
29618
  "name": "type",
29484
29619
  "type": {
@@ -29496,7 +29631,7 @@
29496
29631
  "immutable": true,
29497
29632
  "locationInModule": {
29498
29633
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29499
- "line": 64
29634
+ "line": 65
29500
29635
  },
29501
29636
  "name": "description",
29502
29637
  "optional": true,
@@ -29515,7 +29650,7 @@
29515
29650
  "immutable": true,
29516
29651
  "locationInModule": {
29517
29652
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29518
- "line": 73
29653
+ "line": 74
29519
29654
  },
29520
29655
  "name": "items",
29521
29656
  "optional": true,
@@ -29534,7 +29669,7 @@
29534
29669
  "immutable": true,
29535
29670
  "locationInModule": {
29536
29671
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29537
- "line": 82
29672
+ "line": 83
29538
29673
  },
29539
29674
  "name": "properties",
29540
29675
  "optional": true,
@@ -29558,7 +29693,7 @@
29558
29693
  "immutable": true,
29559
29694
  "locationInModule": {
29560
29695
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29561
- "line": 88
29696
+ "line": 89
29562
29697
  },
29563
29698
  "name": "required",
29564
29699
  "optional": true,
@@ -29588,7 +29723,7 @@
29588
29723
  "kind": "enum",
29589
29724
  "locationInModule": {
29590
29725
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29591
- "line": 33
29726
+ "line": 34
29592
29727
  },
29593
29728
  "members": [
29594
29729
  {
@@ -29929,7 +30064,7 @@
29929
30064
  },
29930
30065
  "locationInModule": {
29931
30066
  "filename": "lib/gateway/targets/target-configuration.ts",
29932
- "line": 286
30067
+ "line": 287
29933
30068
  },
29934
30069
  "parameters": [
29935
30070
  {
@@ -29943,7 +30078,7 @@
29943
30078
  "kind": "class",
29944
30079
  "locationInModule": {
29945
30080
  "filename": "lib/gateway/targets/target-configuration.ts",
29946
- "line": 268
30081
+ "line": 269
29947
30082
  },
29948
30083
  "methods": [
29949
30084
  {
@@ -29954,7 +30089,7 @@
29954
30089
  },
29955
30090
  "locationInModule": {
29956
30091
  "filename": "lib/gateway/targets/target-configuration.ts",
29957
- "line": 275
30092
+ "line": 276
29958
30093
  },
29959
30094
  "name": "create",
29960
30095
  "parameters": [
@@ -29982,7 +30117,7 @@
29982
30117
  },
29983
30118
  "locationInModule": {
29984
30119
  "filename": "lib/gateway/targets/target-configuration.ts",
29985
- "line": 298
30120
+ "line": 299
29986
30121
  },
29987
30122
  "name": "bind",
29988
30123
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30019,7 +30154,7 @@
30019
30154
  },
30020
30155
  "locationInModule": {
30021
30156
  "filename": "lib/gateway/targets/target-configuration.ts",
30022
- "line": 310
30157
+ "line": 311
30023
30158
  },
30024
30159
  "name": "renderMcpConfiguration",
30025
30160
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30041,7 +30176,7 @@
30041
30176
  "immutable": true,
30042
30177
  "locationInModule": {
30043
30178
  "filename": "lib/gateway/targets/target-configuration.ts",
30044
- "line": 284
30179
+ "line": 285
30045
30180
  },
30046
30181
  "name": "smithyModel",
30047
30182
  "type": {
@@ -30056,7 +30191,7 @@
30056
30191
  "immutable": true,
30057
30192
  "locationInModule": {
30058
30193
  "filename": "lib/gateway/targets/target-configuration.ts",
30059
- "line": 279
30194
+ "line": 280
30060
30195
  },
30061
30196
  "name": "targetType",
30062
30197
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30082,7 +30217,7 @@
30082
30217
  "kind": "interface",
30083
30218
  "locationInModule": {
30084
30219
  "filename": "lib/gateway/targets/target-configuration.ts",
30085
- "line": 21
30220
+ "line": 22
30086
30221
  },
30087
30222
  "name": "TargetConfigurationConfig",
30088
30223
  "properties": [
@@ -30095,7 +30230,7 @@
30095
30230
  "immutable": true,
30096
30231
  "locationInModule": {
30097
30232
  "filename": "lib/gateway/targets/target-configuration.ts",
30098
- "line": 25
30233
+ "line": 26
30099
30234
  },
30100
30235
  "name": "bound",
30101
30236
  "type": {
@@ -30120,7 +30255,7 @@
30120
30255
  "kind": "interface",
30121
30256
  "locationInModule": {
30122
30257
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30123
- "line": 94
30258
+ "line": 95
30124
30259
  },
30125
30260
  "name": "ToolDefinition",
30126
30261
  "properties": [
@@ -30134,7 +30269,7 @@
30134
30269
  "immutable": true,
30135
30270
  "locationInModule": {
30136
30271
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30137
- "line": 103
30272
+ "line": 104
30138
30273
  },
30139
30274
  "name": "description",
30140
30275
  "type": {
@@ -30151,7 +30286,7 @@
30151
30286
  "immutable": true,
30152
30287
  "locationInModule": {
30153
30288
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30154
- "line": 108
30289
+ "line": 109
30155
30290
  },
30156
30291
  "name": "inputSchema",
30157
30292
  "type": {
@@ -30168,7 +30303,7 @@
30168
30303
  "immutable": true,
30169
30304
  "locationInModule": {
30170
30305
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30171
- "line": 98
30306
+ "line": 99
30172
30307
  },
30173
30308
  "name": "name",
30174
30309
  "type": {
@@ -30186,7 +30321,7 @@
30186
30321
  "immutable": true,
30187
30322
  "locationInModule": {
30188
30323
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30189
- "line": 117
30324
+ "line": 118
30190
30325
  },
30191
30326
  "name": "outputSchema",
30192
30327
  "optional": true,
@@ -30215,7 +30350,7 @@
30215
30350
  },
30216
30351
  "locationInModule": {
30217
30352
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30218
- "line": 183
30353
+ "line": 174
30219
30354
  },
30220
30355
  "parameters": [
30221
30356
  {
@@ -30250,7 +30385,7 @@
30250
30385
  "kind": "class",
30251
30386
  "locationInModule": {
30252
30387
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30253
- "line": 133
30388
+ "line": 124
30254
30389
  },
30255
30390
  "methods": [
30256
30391
  {
@@ -30260,7 +30395,7 @@
30260
30395
  },
30261
30396
  "locationInModule": {
30262
30397
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30263
- "line": 146
30398
+ "line": 137
30264
30399
  },
30265
30400
  "name": "fromInline",
30266
30401
  "parameters": [
@@ -30293,7 +30428,7 @@
30293
30428
  },
30294
30429
  "locationInModule": {
30295
30430
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30296
- "line": 138
30431
+ "line": 129
30297
30432
  },
30298
30433
  "name": "fromLocalAsset",
30299
30434
  "parameters": [
@@ -30321,7 +30456,7 @@
30321
30456
  },
30322
30457
  "locationInModule": {
30323
30458
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30324
- "line": 156
30459
+ "line": 147
30325
30460
  },
30326
30461
  "name": "fromS3File",
30327
30462
  "parameters": [
@@ -30413,7 +30548,7 @@
30413
30548
  "immutable": true,
30414
30549
  "locationInModule": {
30415
30550
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30416
- "line": 181
30551
+ "line": 172
30417
30552
  },
30418
30553
  "name": "bucketOwnerAccountId",
30419
30554
  "optional": true,
@@ -30430,7 +30565,7 @@
30430
30565
  "immutable": true,
30431
30566
  "locationInModule": {
30432
30567
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30433
- "line": 176
30568
+ "line": 167
30434
30569
  },
30435
30570
  "name": "inlineSchema",
30436
30571
  "optional": true,
@@ -30452,7 +30587,7 @@
30452
30587
  "immutable": true,
30453
30588
  "locationInModule": {
30454
30589
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30455
- "line": 170
30590
+ "line": 161
30456
30591
  },
30457
30592
  "name": "s3File",
30458
30593
  "optional": true,
@@ -30642,6 +30777,6 @@
30642
30777
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
30643
30778
  }
30644
30779
  },
30645
- "version": "2.240.0-alpha.0",
30780
+ "version": "2.242.0-alpha.0",
30646
30781
  "fingerprint": "**********"
30647
30782
  }