@aws-cdk/aws-bedrock-agentcore-alpha 2.241.0-alpha.0 → 2.243.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 +395 -318
  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 +10 -10
package/.jsii CHANGED
@@ -8,8 +8,8 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/aws-bedrock-alpha": "2.241.0-alpha.0",
12
- "aws-cdk-lib": "^2.241.0",
11
+ "@aws-cdk/aws-bedrock-alpha": "2.243.0-alpha.0",
12
+ "aws-cdk-lib": "^2.243.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": {
@@ -1416,6 +1429,22 @@
1416
1429
  }
1417
1430
  }
1418
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
+ },
1419
1448
  "aws-cdk-lib.aws_ecr_assets": {
1420
1449
  "targets": {
1421
1450
  "dotnet": {
@@ -1442,6 +1471,22 @@
1442
1471
  }
1443
1472
  }
1444
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
+ },
1445
1490
  "aws-cdk-lib.aws_ecs_patterns": {
1446
1491
  "targets": {
1447
1492
  "dotnet": {
@@ -3366,6 +3411,22 @@
3366
3411
  }
3367
3412
  }
3368
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
+ },
3369
3430
  "aws-cdk-lib.aws_s3_assets": {
3370
3431
  "targets": {
3371
3432
  "dotnet": {
@@ -4655,6 +4716,22 @@
4655
4716
  }
4656
4717
  }
4657
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
+ },
4658
4735
  "aws-cdk-lib.interfaces.aws_billing": {
4659
4736
  "targets": {
4660
4737
  "dotnet": {
@@ -8602,7 +8679,7 @@
8602
8679
  "stability": "experimental"
8603
8680
  },
8604
8681
  "homepage": "https://github.com/aws/aws-cdk",
8605
- "jsiiVersion": "5.9.29 (build f415c53)",
8682
+ "jsiiVersion": "5.9.31 (build 550e607)",
8606
8683
  "keywords": [
8607
8684
  "aws",
8608
8685
  "cdk",
@@ -8677,7 +8754,7 @@
8677
8754
  "kind": "interface",
8678
8755
  "locationInModule": {
8679
8756
  "filename": "lib/gateway/gateway.ts",
8680
- "line": 171
8757
+ "line": 172
8681
8758
  },
8682
8759
  "name": "AddApiGatewayTargetOptions",
8683
8760
  "properties": [
@@ -8690,7 +8767,7 @@
8690
8767
  "immutable": true,
8691
8768
  "locationInModule": {
8692
8769
  "filename": "lib/gateway/gateway.ts",
8693
- "line": 201
8770
+ "line": 202
8694
8771
  },
8695
8772
  "name": "apiGatewayToolConfiguration",
8696
8773
  "type": {
@@ -8706,7 +8783,7 @@
8706
8783
  "immutable": true,
8707
8784
  "locationInModule": {
8708
8785
  "filename": "lib/gateway/gateway.ts",
8709
- "line": 190
8786
+ "line": 191
8710
8787
  },
8711
8788
  "name": "restApi",
8712
8789
  "type": {
@@ -8723,7 +8800,7 @@
8723
8800
  "immutable": true,
8724
8801
  "locationInModule": {
8725
8802
  "filename": "lib/gateway/gateway.ts",
8726
- "line": 208
8803
+ "line": 209
8727
8804
  },
8728
8805
  "name": "credentialProviderConfigurations",
8729
8806
  "optional": true,
@@ -8746,7 +8823,7 @@
8746
8823
  "immutable": true,
8747
8824
  "locationInModule": {
8748
8825
  "filename": "lib/gateway/gateway.ts",
8749
- "line": 183
8826
+ "line": 184
8750
8827
  },
8751
8828
  "name": "description",
8752
8829
  "optional": true,
@@ -8764,7 +8841,7 @@
8764
8841
  "immutable": true,
8765
8842
  "locationInModule": {
8766
8843
  "filename": "lib/gateway/gateway.ts",
8767
- "line": 177
8844
+ "line": 178
8768
8845
  },
8769
8846
  "name": "gatewayTargetName",
8770
8847
  "optional": true,
@@ -8782,7 +8859,7 @@
8782
8859
  "immutable": true,
8783
8860
  "locationInModule": {
8784
8861
  "filename": "lib/gateway/gateway.ts",
8785
- "line": 215
8862
+ "line": 216
8786
8863
  },
8787
8864
  "name": "metadataConfiguration",
8788
8865
  "optional": true,
@@ -8800,7 +8877,7 @@
8800
8877
  "immutable": true,
8801
8878
  "locationInModule": {
8802
8879
  "filename": "lib/gateway/gateway.ts",
8803
- "line": 196
8880
+ "line": 197
8804
8881
  },
8805
8882
  "name": "stage",
8806
8883
  "optional": true,
@@ -8826,7 +8903,7 @@
8826
8903
  "kind": "interface",
8827
8904
  "locationInModule": {
8828
8905
  "filename": "lib/runtime/runtime.ts",
8829
- "line": 132
8906
+ "line": 133
8830
8907
  },
8831
8908
  "name": "AddEndpointOptions",
8832
8909
  "properties": [
@@ -8840,7 +8917,7 @@
8840
8917
  "immutable": true,
8841
8918
  "locationInModule": {
8842
8919
  "filename": "lib/runtime/runtime.ts",
8843
- "line": 137
8920
+ "line": 138
8844
8921
  },
8845
8922
  "name": "description",
8846
8923
  "optional": true,
@@ -8858,7 +8935,7 @@
8858
8935
  "immutable": true,
8859
8936
  "locationInModule": {
8860
8937
  "filename": "lib/runtime/runtime.ts",
8861
- "line": 142
8938
+ "line": 143
8862
8939
  },
8863
8940
  "name": "version",
8864
8941
  "optional": true,
@@ -8884,7 +8961,7 @@
8884
8961
  "kind": "interface",
8885
8962
  "locationInModule": {
8886
8963
  "filename": "lib/gateway/gateway.ts",
8887
- "line": 35
8964
+ "line": 36
8888
8965
  },
8889
8966
  "name": "AddLambdaTargetOptions",
8890
8967
  "properties": [
@@ -8897,7 +8974,7 @@
8897
8974
  "immutable": true,
8898
8975
  "locationInModule": {
8899
8976
  "filename": "lib/gateway/gateway.ts",
8900
- "line": 52
8977
+ "line": 53
8901
8978
  },
8902
8979
  "name": "lambdaFunction",
8903
8980
  "type": {
@@ -8913,7 +8990,7 @@
8913
8990
  "immutable": true,
8914
8991
  "locationInModule": {
8915
8992
  "filename": "lib/gateway/gateway.ts",
8916
- "line": 57
8993
+ "line": 58
8917
8994
  },
8918
8995
  "name": "toolSchema",
8919
8996
  "type": {
@@ -8930,7 +9007,7 @@
8930
9007
  "immutable": true,
8931
9008
  "locationInModule": {
8932
9009
  "filename": "lib/gateway/gateway.ts",
8933
- "line": 63
9010
+ "line": 64
8934
9011
  },
8935
9012
  "name": "credentialProviderConfigurations",
8936
9013
  "optional": true,
@@ -8953,7 +9030,7 @@
8953
9030
  "immutable": true,
8954
9031
  "locationInModule": {
8955
9032
  "filename": "lib/gateway/gateway.ts",
8956
- "line": 47
9033
+ "line": 48
8957
9034
  },
8958
9035
  "name": "description",
8959
9036
  "optional": true,
@@ -8971,7 +9048,7 @@
8971
9048
  "immutable": true,
8972
9049
  "locationInModule": {
8973
9050
  "filename": "lib/gateway/gateway.ts",
8974
- "line": 41
9051
+ "line": 42
8975
9052
  },
8976
9053
  "name": "gatewayTargetName",
8977
9054
  "optional": true,
@@ -8997,7 +9074,7 @@
8997
9074
  "kind": "interface",
8998
9075
  "locationInModule": {
8999
9076
  "filename": "lib/gateway/gateway.ts",
9000
- "line": 135
9077
+ "line": 136
9001
9078
  },
9002
9079
  "name": "AddMcpServerTargetOptions",
9003
9080
  "properties": [
@@ -9011,7 +9088,7 @@
9011
9088
  "immutable": true,
9012
9089
  "locationInModule": {
9013
9090
  "filename": "lib/gateway/gateway.ts",
9014
- "line": 165
9091
+ "line": 166
9015
9092
  },
9016
9093
  "name": "credentialProviderConfigurations",
9017
9094
  "type": {
@@ -9033,7 +9110,7 @@
9033
9110
  "immutable": true,
9034
9111
  "locationInModule": {
9035
9112
  "filename": "lib/gateway/gateway.ts",
9036
- "line": 157
9113
+ "line": 158
9037
9114
  },
9038
9115
  "name": "endpoint",
9039
9116
  "type": {
@@ -9050,7 +9127,7 @@
9050
9127
  "immutable": true,
9051
9128
  "locationInModule": {
9052
9129
  "filename": "lib/gateway/gateway.ts",
9053
- "line": 147
9130
+ "line": 148
9054
9131
  },
9055
9132
  "name": "description",
9056
9133
  "optional": true,
@@ -9068,7 +9145,7 @@
9068
9145
  "immutable": true,
9069
9146
  "locationInModule": {
9070
9147
  "filename": "lib/gateway/gateway.ts",
9071
- "line": 141
9148
+ "line": 142
9072
9149
  },
9073
9150
  "name": "gatewayTargetName",
9074
9151
  "optional": true,
@@ -9094,7 +9171,7 @@
9094
9171
  "kind": "interface",
9095
9172
  "locationInModule": {
9096
9173
  "filename": "lib/gateway/gateway.ts",
9097
- "line": 69
9174
+ "line": 70
9098
9175
  },
9099
9176
  "name": "AddOpenApiTargetOptions",
9100
9177
  "properties": [
@@ -9107,7 +9184,7 @@
9107
9184
  "immutable": true,
9108
9185
  "locationInModule": {
9109
9186
  "filename": "lib/gateway/gateway.ts",
9110
- "line": 86
9187
+ "line": 87
9111
9188
  },
9112
9189
  "name": "apiSchema",
9113
9190
  "type": {
@@ -9124,7 +9201,7 @@
9124
9201
  "immutable": true,
9125
9202
  "locationInModule": {
9126
9203
  "filename": "lib/gateway/gateway.ts",
9127
- "line": 100
9204
+ "line": 101
9128
9205
  },
9129
9206
  "name": "credentialProviderConfigurations",
9130
9207
  "optional": true,
@@ -9147,7 +9224,7 @@
9147
9224
  "immutable": true,
9148
9225
  "locationInModule": {
9149
9226
  "filename": "lib/gateway/gateway.ts",
9150
- "line": 81
9227
+ "line": 82
9151
9228
  },
9152
9229
  "name": "description",
9153
9230
  "optional": true,
@@ -9165,7 +9242,7 @@
9165
9242
  "immutable": true,
9166
9243
  "locationInModule": {
9167
9244
  "filename": "lib/gateway/gateway.ts",
9168
- "line": 75
9245
+ "line": 76
9169
9246
  },
9170
9247
  "name": "gatewayTargetName",
9171
9248
  "optional": true,
@@ -9184,7 +9261,7 @@
9184
9261
  "immutable": true,
9185
9262
  "locationInModule": {
9186
9263
  "filename": "lib/gateway/gateway.ts",
9187
- "line": 94
9264
+ "line": 95
9188
9265
  },
9189
9266
  "name": "validateOpenApiSchema",
9190
9267
  "optional": true,
@@ -9210,7 +9287,7 @@
9210
9287
  "kind": "interface",
9211
9288
  "locationInModule": {
9212
9289
  "filename": "lib/gateway/gateway.ts",
9213
- "line": 106
9290
+ "line": 107
9214
9291
  },
9215
9292
  "name": "AddSmithyTargetOptions",
9216
9293
  "properties": [
@@ -9223,7 +9300,7 @@
9223
9300
  "immutable": true,
9224
9301
  "locationInModule": {
9225
9302
  "filename": "lib/gateway/gateway.ts",
9226
- "line": 123
9303
+ "line": 124
9227
9304
  },
9228
9305
  "name": "smithyModel",
9229
9306
  "type": {
@@ -9240,7 +9317,7 @@
9240
9317
  "immutable": true,
9241
9318
  "locationInModule": {
9242
9319
  "filename": "lib/gateway/gateway.ts",
9243
- "line": 129
9320
+ "line": 130
9244
9321
  },
9245
9322
  "name": "credentialProviderConfigurations",
9246
9323
  "optional": true,
@@ -9263,7 +9340,7 @@
9263
9340
  "immutable": true,
9264
9341
  "locationInModule": {
9265
9342
  "filename": "lib/gateway/gateway.ts",
9266
- "line": 118
9343
+ "line": 119
9267
9344
  },
9268
9345
  "name": "description",
9269
9346
  "optional": true,
@@ -9281,7 +9358,7 @@
9281
9358
  "immutable": true,
9282
9359
  "locationInModule": {
9283
9360
  "filename": "lib/gateway/gateway.ts",
9284
- "line": 112
9361
+ "line": 113
9285
9362
  },
9286
9363
  "name": "gatewayTargetName",
9287
9364
  "optional": true,
@@ -9787,7 +9864,7 @@
9787
9864
  "kind": "enum",
9788
9865
  "locationInModule": {
9789
9866
  "filename": "lib/gateway/targets/target-configuration.ts",
9790
- "line": 419
9867
+ "line": 420
9791
9868
  },
9792
9869
  "members": [
9793
9870
  {
@@ -9862,7 +9939,7 @@
9862
9939
  },
9863
9940
  "locationInModule": {
9864
9941
  "filename": "lib/gateway/targets/target-configuration.ts",
9865
- "line": 638
9942
+ "line": 639
9866
9943
  },
9867
9944
  "parameters": [
9868
9945
  {
@@ -9876,7 +9953,7 @@
9876
9953
  "kind": "class",
9877
9954
  "locationInModule": {
9878
9955
  "filename": "lib/gateway/targets/target-configuration.ts",
9879
- "line": 600
9956
+ "line": 601
9880
9957
  },
9881
9958
  "methods": [
9882
9959
  {
@@ -9887,7 +9964,7 @@
9887
9964
  },
9888
9965
  "locationInModule": {
9889
9966
  "filename": "lib/gateway/targets/target-configuration.ts",
9890
- "line": 607
9967
+ "line": 608
9891
9968
  },
9892
9969
  "name": "create",
9893
9970
  "parameters": [
@@ -9915,7 +9992,7 @@
9915
9992
  },
9916
9993
  "locationInModule": {
9917
9994
  "filename": "lib/gateway/targets/target-configuration.ts",
9918
- "line": 656
9995
+ "line": 657
9919
9996
  },
9920
9997
  "name": "bind",
9921
9998
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -9952,7 +10029,7 @@
9952
10029
  },
9953
10030
  "locationInModule": {
9954
10031
  "filename": "lib/gateway/targets/target-configuration.ts",
9955
- "line": 677
10032
+ "line": 678
9956
10033
  },
9957
10034
  "name": "renderMcpConfiguration",
9958
10035
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -9974,7 +10051,7 @@
9974
10051
  "immutable": true,
9975
10052
  "locationInModule": {
9976
10053
  "filename": "lib/gateway/targets/target-configuration.ts",
9977
- "line": 631
10054
+ "line": 632
9978
10055
  },
9979
10056
  "name": "apiGatewayToolConfiguration",
9980
10057
  "type": {
@@ -9989,7 +10066,7 @@
9989
10066
  "immutable": true,
9990
10067
  "locationInModule": {
9991
10068
  "filename": "lib/gateway/targets/target-configuration.ts",
9992
- "line": 621
10069
+ "line": 622
9993
10070
  },
9994
10071
  "name": "restApiId",
9995
10072
  "type": {
@@ -10004,7 +10081,7 @@
10004
10081
  "immutable": true,
10005
10082
  "locationInModule": {
10006
10083
  "filename": "lib/gateway/targets/target-configuration.ts",
10007
- "line": 626
10084
+ "line": 627
10008
10085
  },
10009
10086
  "name": "stage",
10010
10087
  "type": {
@@ -10019,7 +10096,7 @@
10019
10096
  "immutable": true,
10020
10097
  "locationInModule": {
10021
10098
  "filename": "lib/gateway/targets/target-configuration.ts",
10022
- "line": 611
10099
+ "line": 612
10023
10100
  },
10024
10101
  "name": "targetType",
10025
10102
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10035,7 +10112,7 @@
10035
10112
  "immutable": true,
10036
10113
  "locationInModule": {
10037
10114
  "filename": "lib/gateway/targets/target-configuration.ts",
10038
- "line": 636
10115
+ "line": 637
10039
10116
  },
10040
10117
  "name": "metadataConfiguration",
10041
10118
  "optional": true,
@@ -10061,7 +10138,7 @@
10061
10138
  "kind": "interface",
10062
10139
  "locationInModule": {
10063
10140
  "filename": "lib/gateway/targets/target-configuration.ts",
10064
- "line": 560
10141
+ "line": 561
10065
10142
  },
10066
10143
  "name": "ApiGatewayTargetConfigurationProps",
10067
10144
  "properties": [
@@ -10074,7 +10151,7 @@
10074
10151
  "immutable": true,
10075
10152
  "locationInModule": {
10076
10153
  "filename": "lib/gateway/targets/target-configuration.ts",
10077
- "line": 576
10154
+ "line": 577
10078
10155
  },
10079
10156
  "name": "apiGatewayToolConfiguration",
10080
10157
  "type": {
@@ -10090,7 +10167,7 @@
10090
10167
  "immutable": true,
10091
10168
  "locationInModule": {
10092
10169
  "filename": "lib/gateway/targets/target-configuration.ts",
10093
- "line": 565
10170
+ "line": 566
10094
10171
  },
10095
10172
  "name": "restApi",
10096
10173
  "type": {
@@ -10107,7 +10184,7 @@
10107
10184
  "immutable": true,
10108
10185
  "locationInModule": {
10109
10186
  "filename": "lib/gateway/targets/target-configuration.ts",
10110
- "line": 583
10187
+ "line": 584
10111
10188
  },
10112
10189
  "name": "metadataConfiguration",
10113
10190
  "optional": true,
@@ -10125,7 +10202,7 @@
10125
10202
  "immutable": true,
10126
10203
  "locationInModule": {
10127
10204
  "filename": "lib/gateway/targets/target-configuration.ts",
10128
- "line": 571
10205
+ "line": 572
10129
10206
  },
10130
10207
  "name": "stage",
10131
10208
  "optional": true,
@@ -10152,7 +10229,7 @@
10152
10229
  "kind": "interface",
10153
10230
  "locationInModule": {
10154
10231
  "filename": "lib/gateway/targets/target-configuration.ts",
10155
- "line": 542
10232
+ "line": 543
10156
10233
  },
10157
10234
  "name": "ApiGatewayToolConfiguration",
10158
10235
  "properties": [
@@ -10165,7 +10242,7 @@
10165
10242
  "immutable": true,
10166
10243
  "locationInModule": {
10167
10244
  "filename": "lib/gateway/targets/target-configuration.ts",
10168
- "line": 547
10245
+ "line": 548
10169
10246
  },
10170
10247
  "name": "toolFilters",
10171
10248
  "type": {
@@ -10187,7 +10264,7 @@
10187
10264
  "immutable": true,
10188
10265
  "locationInModule": {
10189
10266
  "filename": "lib/gateway/targets/target-configuration.ts",
10190
- "line": 554
10267
+ "line": 555
10191
10268
  },
10192
10269
  "name": "toolOverrides",
10193
10270
  "optional": true,
@@ -10219,7 +10296,7 @@
10219
10296
  "kind": "interface",
10220
10297
  "locationInModule": {
10221
10298
  "filename": "lib/gateway/targets/target-configuration.ts",
10222
- "line": 444
10299
+ "line": 445
10223
10300
  },
10224
10301
  "name": "ApiGatewayToolFilter",
10225
10302
  "properties": [
@@ -10232,7 +10309,7 @@
10232
10309
  "immutable": true,
10233
10310
  "locationInModule": {
10234
10311
  "filename": "lib/gateway/targets/target-configuration.ts",
10235
- "line": 450
10312
+ "line": 451
10236
10313
  },
10237
10314
  "name": "filterPath",
10238
10315
  "type": {
@@ -10248,7 +10325,7 @@
10248
10325
  "immutable": true,
10249
10326
  "locationInModule": {
10250
10327
  "filename": "lib/gateway/targets/target-configuration.ts",
10251
- "line": 457
10328
+ "line": 458
10252
10329
  },
10253
10330
  "name": "methods",
10254
10331
  "type": {
@@ -10279,7 +10356,7 @@
10279
10356
  "kind": "interface",
10280
10357
  "locationInModule": {
10281
10358
  "filename": "lib/gateway/targets/target-configuration.ts",
10282
- "line": 468
10359
+ "line": 469
10283
10360
  },
10284
10361
  "name": "ApiGatewayToolOverride",
10285
10362
  "properties": [
@@ -10292,7 +10369,7 @@
10292
10369
  "immutable": true,
10293
10370
  "locationInModule": {
10294
10371
  "filename": "lib/gateway/targets/target-configuration.ts",
10295
- "line": 479
10372
+ "line": 480
10296
10373
  },
10297
10374
  "name": "method",
10298
10375
  "type": {
@@ -10308,7 +10385,7 @@
10308
10385
  "immutable": true,
10309
10386
  "locationInModule": {
10310
10387
  "filename": "lib/gateway/targets/target-configuration.ts",
10311
- "line": 485
10388
+ "line": 486
10312
10389
  },
10313
10390
  "name": "name",
10314
10391
  "type": {
@@ -10324,7 +10401,7 @@
10324
10401
  "immutable": true,
10325
10402
  "locationInModule": {
10326
10403
  "filename": "lib/gateway/targets/target-configuration.ts",
10327
- "line": 473
10404
+ "line": 474
10328
10405
  },
10329
10406
  "name": "path",
10330
10407
  "type": {
@@ -10341,7 +10418,7 @@
10341
10418
  "immutable": true,
10342
10419
  "locationInModule": {
10343
10420
  "filename": "lib/gateway/targets/target-configuration.ts",
10344
- "line": 491
10421
+ "line": 492
10345
10422
  },
10346
10423
  "name": "description",
10347
10424
  "optional": true,
@@ -10634,7 +10711,7 @@
10634
10711
  },
10635
10712
  "locationInModule": {
10636
10713
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10637
- "line": 76
10714
+ "line": 67
10638
10715
  },
10639
10716
  "parameters": [
10640
10717
  {
@@ -10664,7 +10741,7 @@
10664
10741
  "kind": "class",
10665
10742
  "locationInModule": {
10666
10743
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10667
- "line": 26
10744
+ "line": 17
10668
10745
  },
10669
10746
  "methods": [
10670
10747
  {
@@ -10674,7 +10751,7 @@
10674
10751
  },
10675
10752
  "locationInModule": {
10676
10753
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10677
- "line": 39
10754
+ "line": 30
10678
10755
  },
10679
10756
  "name": "fromInline",
10680
10757
  "parameters": [
@@ -10702,7 +10779,7 @@
10702
10779
  },
10703
10780
  "locationInModule": {
10704
10781
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10705
- "line": 31
10782
+ "line": 22
10706
10783
  },
10707
10784
  "name": "fromLocalAsset",
10708
10785
  "parameters": [
@@ -10730,7 +10807,7 @@
10730
10807
  },
10731
10808
  "locationInModule": {
10732
10809
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10733
- "line": 49
10810
+ "line": 40
10734
10811
  },
10735
10812
  "name": "fromS3File",
10736
10813
  "parameters": [
@@ -10822,7 +10899,7 @@
10822
10899
  "immutable": true,
10823
10900
  "locationInModule": {
10824
10901
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10825
- "line": 74
10902
+ "line": 65
10826
10903
  },
10827
10904
  "name": "bucketOwnerAccountId",
10828
10905
  "optional": true,
@@ -10839,7 +10916,7 @@
10839
10916
  "immutable": true,
10840
10917
  "locationInModule": {
10841
10918
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10842
- "line": 69
10919
+ "line": 60
10843
10920
  },
10844
10921
  "name": "inlineSchema",
10845
10922
  "optional": true,
@@ -10856,7 +10933,7 @@
10856
10933
  "immutable": true,
10857
10934
  "locationInModule": {
10858
10935
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10859
- "line": 63
10936
+ "line": 54
10860
10937
  },
10861
10938
  "name": "s3File",
10862
10939
  "optional": true,
@@ -10886,7 +10963,7 @@
10886
10963
  },
10887
10964
  "locationInModule": {
10888
10965
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10889
- "line": 99
10966
+ "line": 90
10890
10967
  },
10891
10968
  "parameters": [
10892
10969
  {
@@ -10907,7 +10984,7 @@
10907
10984
  "kind": "class",
10908
10985
  "locationInModule": {
10909
10986
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10910
- "line": 96
10987
+ "line": 87
10911
10988
  },
10912
10989
  "methods": [
10913
10990
  {
@@ -10918,7 +10995,7 @@
10918
10995
  },
10919
10996
  "locationInModule": {
10920
10997
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10921
- "line": 118
10998
+ "line": 109
10922
10999
  },
10923
11000
  "name": "bind",
10924
11001
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -10941,7 +11018,7 @@
10941
11018
  },
10942
11019
  "locationInModule": {
10943
11020
  "filename": "lib/gateway/targets/schema/api-schema.ts",
10944
- "line": 150
11021
+ "line": 140
10945
11022
  },
10946
11023
  "name": "grantPermissionsToRole",
10947
11024
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -10977,7 +11054,7 @@
10977
11054
  },
10978
11055
  "locationInModule": {
10979
11056
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
10980
- "line": 206
11057
+ "line": 197
10981
11058
  },
10982
11059
  "parameters": [
10983
11060
  {
@@ -10998,7 +11075,7 @@
10998
11075
  "kind": "class",
10999
11076
  "locationInModule": {
11000
11077
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
11001
- "line": 203
11078
+ "line": 194
11002
11079
  },
11003
11080
  "methods": [
11004
11081
  {
@@ -11009,7 +11086,7 @@
11009
11086
  },
11010
11087
  "locationInModule": {
11011
11088
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
11012
- "line": 217
11089
+ "line": 208
11013
11090
  },
11014
11091
  "name": "bind",
11015
11092
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -11032,7 +11109,7 @@
11032
11109
  },
11033
11110
  "locationInModule": {
11034
11111
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
11035
- "line": 247
11112
+ "line": 237
11036
11113
  },
11037
11114
  "name": "grantPermissionsToRole",
11038
11115
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -14578,7 +14655,7 @@
14578
14655
  },
14579
14656
  "locationInModule": {
14580
14657
  "filename": "lib/gateway/gateway.ts",
14581
- "line": 502
14658
+ "line": 503
14582
14659
  },
14583
14660
  "parameters": [
14584
14661
  {
@@ -14605,7 +14682,7 @@
14605
14682
  "kind": "class",
14606
14683
  "locationInModule": {
14607
14684
  "filename": "lib/gateway/gateway.ts",
14608
- "line": 329
14685
+ "line": 330
14609
14686
  },
14610
14687
  "methods": [
14611
14688
  {
@@ -14616,7 +14693,7 @@
14616
14693
  },
14617
14694
  "locationInModule": {
14618
14695
  "filename": "lib/gateway/gateway.ts",
14619
- "line": 341
14696
+ "line": 342
14620
14697
  },
14621
14698
  "name": "fromGatewayAttributes",
14622
14699
  "parameters": [
@@ -14664,7 +14741,7 @@
14664
14741
  },
14665
14742
  "locationInModule": {
14666
14743
  "filename": "lib/gateway/gateway.ts",
14667
- "line": 704
14744
+ "line": 705
14668
14745
  },
14669
14746
  "name": "addApiGatewayTarget",
14670
14747
  "parameters": [
@@ -14704,7 +14781,7 @@
14704
14781
  },
14705
14782
  "locationInModule": {
14706
14783
  "filename": "lib/gateway/gateway.ts",
14707
- "line": 937
14784
+ "line": 938
14708
14785
  },
14709
14786
  "name": "addInterceptor",
14710
14787
  "parameters": [
@@ -14727,7 +14804,7 @@
14727
14804
  },
14728
14805
  "locationInModule": {
14729
14806
  "filename": "lib/gateway/gateway.ts",
14730
- "line": 588
14807
+ "line": 589
14731
14808
  },
14732
14809
  "name": "addLambdaTarget",
14733
14810
  "parameters": [
@@ -14765,7 +14842,7 @@
14765
14842
  },
14766
14843
  "locationInModule": {
14767
14844
  "filename": "lib/gateway/gateway.ts",
14768
- "line": 674
14845
+ "line": 675
14769
14846
  },
14770
14847
  "name": "addMcpServerTarget",
14771
14848
  "parameters": [
@@ -14802,7 +14879,7 @@
14802
14879
  },
14803
14880
  "locationInModule": {
14804
14881
  "filename": "lib/gateway/gateway.ts",
14805
- "line": 619
14882
+ "line": 620
14806
14883
  },
14807
14884
  "name": "addOpenApiTarget",
14808
14885
  "parameters": [
@@ -14839,7 +14916,7 @@
14839
14916
  },
14840
14917
  "locationInModule": {
14841
14918
  "filename": "lib/gateway/gateway.ts",
14842
- "line": 644
14919
+ "line": 645
14843
14920
  },
14844
14921
  "name": "addSmithyTarget",
14845
14922
  "parameters": [
@@ -14880,7 +14957,7 @@
14880
14957
  "immutable": true,
14881
14958
  "locationInModule": {
14882
14959
  "filename": "lib/gateway/gateway.ts",
14883
- "line": 332
14960
+ "line": 333
14884
14961
  },
14885
14962
  "name": "PROPERTY_INJECTION_ID",
14886
14963
  "static": true,
@@ -14896,7 +14973,7 @@
14896
14973
  "immutable": true,
14897
14974
  "locationInModule": {
14898
14975
  "filename": "lib/gateway/gateway.ts",
14899
- "line": 406
14976
+ "line": 407
14900
14977
  },
14901
14978
  "name": "authorizerConfiguration",
14902
14979
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14915,7 +14992,7 @@
14915
14992
  "immutable": true,
14916
14993
  "locationInModule": {
14917
14994
  "filename": "lib/gateway/gateway.ts",
14918
- "line": 380
14995
+ "line": 381
14919
14996
  },
14920
14997
  "name": "gatewayArn",
14921
14998
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14934,7 +15011,7 @@
14934
15011
  "immutable": true,
14935
15012
  "locationInModule": {
14936
15013
  "filename": "lib/gateway/gateway.ts",
14937
- "line": 386
15014
+ "line": 387
14938
15015
  },
14939
15016
  "name": "gatewayId",
14940
15017
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14950,7 +15027,7 @@
14950
15027
  "immutable": true,
14951
15028
  "locationInModule": {
14952
15029
  "filename": "lib/gateway/gateway.ts",
14953
- "line": 391
15030
+ "line": 392
14954
15031
  },
14955
15032
  "name": "name",
14956
15033
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14966,7 +15043,7 @@
14966
15043
  "immutable": true,
14967
15044
  "locationInModule": {
14968
15045
  "filename": "lib/gateway/gateway.ts",
14969
- "line": 401
15046
+ "line": 402
14970
15047
  },
14971
15048
  "name": "protocolConfiguration",
14972
15049
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -14982,7 +15059,7 @@
14982
15059
  "immutable": true,
14983
15060
  "locationInModule": {
14984
15061
  "filename": "lib/gateway/gateway.ts",
14985
- "line": 421
15062
+ "line": 422
14986
15063
  },
14987
15064
  "name": "role",
14988
15065
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15001,7 +15078,7 @@
15001
15078
  "immutable": true,
15002
15079
  "locationInModule": {
15003
15080
  "filename": "lib/gateway/gateway.ts",
15004
- "line": 445
15081
+ "line": 446
15005
15082
  },
15006
15083
  "name": "createdAt",
15007
15084
  "optional": true,
@@ -15018,7 +15095,7 @@
15018
15095
  "immutable": true,
15019
15096
  "locationInModule": {
15020
15097
  "filename": "lib/gateway/gateway.ts",
15021
- "line": 396
15098
+ "line": 397
15022
15099
  },
15023
15100
  "name": "description",
15024
15101
  "optional": true,
@@ -15035,7 +15112,7 @@
15035
15112
  "immutable": true,
15036
15113
  "locationInModule": {
15037
15114
  "filename": "lib/gateway/gateway.ts",
15038
- "line": 411
15115
+ "line": 412
15039
15116
  },
15040
15117
  "name": "exceptionLevel",
15041
15118
  "optional": true,
@@ -15055,7 +15132,7 @@
15055
15132
  "immutable": true,
15056
15133
  "locationInModule": {
15057
15134
  "filename": "lib/gateway/gateway.ts",
15058
- "line": 427
15135
+ "line": 428
15059
15136
  },
15060
15137
  "name": "gatewayUrl",
15061
15138
  "optional": true,
@@ -15072,7 +15149,7 @@
15072
15149
  "immutable": true,
15073
15150
  "locationInModule": {
15074
15151
  "filename": "lib/gateway/gateway.ts",
15075
- "line": 416
15152
+ "line": 417
15076
15153
  },
15077
15154
  "name": "kmsKey",
15078
15155
  "optional": true,
@@ -15090,7 +15167,7 @@
15090
15167
  "immutable": true,
15091
15168
  "locationInModule": {
15092
15169
  "filename": "lib/gateway/gateway.ts",
15093
- "line": 500
15170
+ "line": 501
15094
15171
  },
15095
15172
  "name": "oauthScopes",
15096
15173
  "optional": true,
@@ -15114,7 +15191,7 @@
15114
15191
  "immutable": true,
15115
15192
  "locationInModule": {
15116
15193
  "filename": "lib/gateway/gateway.ts",
15117
- "line": 433
15194
+ "line": 434
15118
15195
  },
15119
15196
  "name": "status",
15120
15197
  "optional": true,
@@ -15134,7 +15211,7 @@
15134
15211
  "immutable": true,
15135
15212
  "locationInModule": {
15136
15213
  "filename": "lib/gateway/gateway.ts",
15137
- "line": 439
15214
+ "line": 440
15138
15215
  },
15139
15216
  "name": "statusReason",
15140
15217
  "optional": true,
@@ -15156,7 +15233,7 @@
15156
15233
  "immutable": true,
15157
15234
  "locationInModule": {
15158
15235
  "filename": "lib/gateway/gateway.ts",
15159
- "line": 456
15236
+ "line": 457
15160
15237
  },
15161
15238
  "name": "tags",
15162
15239
  "optional": true,
@@ -15178,7 +15255,7 @@
15178
15255
  "immutable": true,
15179
15256
  "locationInModule": {
15180
15257
  "filename": "lib/gateway/gateway.ts",
15181
- "line": 494
15258
+ "line": 495
15182
15259
  },
15183
15260
  "name": "tokenEndpointUrl",
15184
15261
  "optional": true,
@@ -15197,7 +15274,7 @@
15197
15274
  "immutable": true,
15198
15275
  "locationInModule": {
15199
15276
  "filename": "lib/gateway/gateway.ts",
15200
- "line": 451
15277
+ "line": 452
15201
15278
  },
15202
15279
  "name": "updatedAt",
15203
15280
  "optional": true,
@@ -15213,7 +15290,7 @@
15213
15290
  },
15214
15291
  "locationInModule": {
15215
15292
  "filename": "lib/gateway/gateway.ts",
15216
- "line": 488
15293
+ "line": 489
15217
15294
  },
15218
15295
  "name": "resourceServer",
15219
15296
  "optional": true,
@@ -15228,7 +15305,7 @@
15228
15305
  },
15229
15306
  "locationInModule": {
15230
15307
  "filename": "lib/gateway/gateway.ts",
15231
- "line": 461
15308
+ "line": 462
15232
15309
  },
15233
15310
  "name": "userPool",
15234
15311
  "optional": true,
@@ -15243,7 +15320,7 @@
15243
15320
  },
15244
15321
  "locationInModule": {
15245
15322
  "filename": "lib/gateway/gateway.ts",
15246
- "line": 466
15323
+ "line": 467
15247
15324
  },
15248
15325
  "name": "userPoolClient",
15249
15326
  "optional": true,
@@ -15258,7 +15335,7 @@
15258
15335
  },
15259
15336
  "locationInModule": {
15260
15337
  "filename": "lib/gateway/gateway.ts",
15261
- "line": 483
15338
+ "line": 484
15262
15339
  },
15263
15340
  "name": "userPoolDomain",
15264
15341
  "optional": true,
@@ -15284,7 +15361,7 @@
15284
15361
  "kind": "interface",
15285
15362
  "locationInModule": {
15286
15363
  "filename": "lib/gateway/gateway.ts",
15287
- "line": 297
15364
+ "line": 298
15288
15365
  },
15289
15366
  "name": "GatewayAttributes",
15290
15367
  "properties": [
@@ -15297,7 +15374,7 @@
15297
15374
  "immutable": true,
15298
15375
  "locationInModule": {
15299
15376
  "filename": "lib/gateway/gateway.ts",
15300
- "line": 301
15377
+ "line": 302
15301
15378
  },
15302
15379
  "name": "gatewayArn",
15303
15380
  "type": {
@@ -15313,7 +15390,7 @@
15313
15390
  "immutable": true,
15314
15391
  "locationInModule": {
15315
15392
  "filename": "lib/gateway/gateway.ts",
15316
- "line": 306
15393
+ "line": 307
15317
15394
  },
15318
15395
  "name": "gatewayId",
15319
15396
  "type": {
@@ -15329,7 +15406,7 @@
15329
15406
  "immutable": true,
15330
15407
  "locationInModule": {
15331
15408
  "filename": "lib/gateway/gateway.ts",
15332
- "line": 311
15409
+ "line": 312
15333
15410
  },
15334
15411
  "name": "gatewayName",
15335
15412
  "type": {
@@ -15345,7 +15422,7 @@
15345
15422
  "immutable": true,
15346
15423
  "locationInModule": {
15347
15424
  "filename": "lib/gateway/gateway.ts",
15348
- "line": 316
15425
+ "line": 317
15349
15426
  },
15350
15427
  "name": "role",
15351
15428
  "type": {
@@ -16469,7 +16546,7 @@
16469
16546
  "kind": "interface",
16470
16547
  "locationInModule": {
16471
16548
  "filename": "lib/gateway/gateway.ts",
16472
- "line": 221
16549
+ "line": 222
16473
16550
  },
16474
16551
  "name": "GatewayProps",
16475
16552
  "properties": [
@@ -16483,7 +16560,7 @@
16483
16560
  "immutable": true,
16484
16561
  "locationInModule": {
16485
16562
  "filename": "lib/gateway/gateway.ts",
16486
- "line": 251
16563
+ "line": 252
16487
16564
  },
16488
16565
  "name": "authorizerConfiguration",
16489
16566
  "optional": true,
@@ -16501,7 +16578,7 @@
16501
16578
  "immutable": true,
16502
16579
  "locationInModule": {
16503
16580
  "filename": "lib/gateway/gateway.ts",
16504
- "line": 236
16581
+ "line": 237
16505
16582
  },
16506
16583
  "name": "description",
16507
16584
  "optional": true,
@@ -16519,7 +16596,7 @@
16519
16596
  "immutable": true,
16520
16597
  "locationInModule": {
16521
16598
  "filename": "lib/gateway/gateway.ts",
16522
- "line": 258
16599
+ "line": 259
16523
16600
  },
16524
16601
  "name": "exceptionLevel",
16525
16602
  "optional": true,
@@ -16537,7 +16614,7 @@
16537
16614
  "immutable": true,
16538
16615
  "locationInModule": {
16539
16616
  "filename": "lib/gateway/gateway.ts",
16540
- "line": 228
16617
+ "line": 229
16541
16618
  },
16542
16619
  "name": "gatewayName",
16543
16620
  "optional": true,
@@ -16557,7 +16634,7 @@
16557
16634
  "immutable": true,
16558
16635
  "locationInModule": {
16559
16636
  "filename": "lib/gateway/gateway.ts",
16560
- "line": 291
16637
+ "line": 292
16561
16638
  },
16562
16639
  "name": "interceptorConfigurations",
16563
16640
  "optional": true,
@@ -16580,7 +16657,7 @@
16580
16657
  "immutable": true,
16581
16658
  "locationInModule": {
16582
16659
  "filename": "lib/gateway/gateway.ts",
16583
- "line": 264
16660
+ "line": 265
16584
16661
  },
16585
16662
  "name": "kmsKey",
16586
16663
  "optional": true,
@@ -16598,7 +16675,7 @@
16598
16675
  "immutable": true,
16599
16676
  "locationInModule": {
16600
16677
  "filename": "lib/gateway/gateway.ts",
16601
- "line": 245
16678
+ "line": 246
16602
16679
  },
16603
16680
  "name": "protocolConfiguration",
16604
16681
  "optional": true,
@@ -16616,7 +16693,7 @@
16616
16693
  "immutable": true,
16617
16694
  "locationInModule": {
16618
16695
  "filename": "lib/gateway/gateway.ts",
16619
- "line": 270
16696
+ "line": 271
16620
16697
  },
16621
16698
  "name": "role",
16622
16699
  "optional": true,
@@ -16634,7 +16711,7 @@
16634
16711
  "immutable": true,
16635
16712
  "locationInModule": {
16636
16713
  "filename": "lib/gateway/gateway.ts",
16637
- "line": 277
16714
+ "line": 278
16638
16715
  },
16639
16716
  "name": "tags",
16640
16717
  "optional": true,
@@ -16724,7 +16801,7 @@
16724
16801
  },
16725
16802
  "locationInModule": {
16726
16803
  "filename": "lib/gateway/targets/target.ts",
16727
- "line": 508
16804
+ "line": 509
16728
16805
  },
16729
16806
  "parameters": [
16730
16807
  {
@@ -16753,7 +16830,7 @@
16753
16830
  "kind": "class",
16754
16831
  "locationInModule": {
16755
16832
  "filename": "lib/gateway/targets/target.ts",
16756
- "line": 275
16833
+ "line": 276
16757
16834
  },
16758
16835
  "methods": [
16759
16836
  {
@@ -16765,7 +16842,7 @@
16765
16842
  },
16766
16843
  "locationInModule": {
16767
16844
  "filename": "lib/gateway/targets/target.ts",
16768
- "line": 420
16845
+ "line": 421
16769
16846
  },
16770
16847
  "name": "forApiGateway",
16771
16848
  "parameters": [
@@ -16812,7 +16889,7 @@
16812
16889
  },
16813
16890
  "locationInModule": {
16814
16891
  "filename": "lib/gateway/targets/target.ts",
16815
- "line": 322
16892
+ "line": 323
16816
16893
  },
16817
16894
  "name": "forLambda",
16818
16895
  "parameters": [
@@ -16860,7 +16937,7 @@
16860
16937
  },
16861
16938
  "locationInModule": {
16862
16939
  "filename": "lib/gateway/targets/target.ts",
16863
- "line": 396
16940
+ "line": 397
16864
16941
  },
16865
16942
  "name": "forMcpServer",
16866
16943
  "parameters": [
@@ -16907,7 +16984,7 @@
16907
16984
  },
16908
16985
  "locationInModule": {
16909
16986
  "filename": "lib/gateway/targets/target.ts",
16910
- "line": 349
16987
+ "line": 350
16911
16988
  },
16912
16989
  "name": "forOpenApi",
16913
16990
  "parameters": [
@@ -16954,7 +17031,7 @@
16954
17031
  },
16955
17032
  "locationInModule": {
16956
17033
  "filename": "lib/gateway/targets/target.ts",
16957
- "line": 372
17034
+ "line": 373
16958
17035
  },
16959
17036
  "name": "forSmithy",
16960
17037
  "parameters": [
@@ -17001,7 +17078,7 @@
17001
17078
  },
17002
17079
  "locationInModule": {
17003
17080
  "filename": "lib/gateway/targets/target.ts",
17004
- "line": 288
17081
+ "line": 289
17005
17082
  },
17006
17083
  "name": "fromGatewayTargetAttributes",
17007
17084
  "parameters": [
@@ -17048,7 +17125,7 @@
17048
17125
  },
17049
17126
  "locationInModule": {
17050
17127
  "filename": "lib/gateway/targets/target.ts",
17051
- "line": 597
17128
+ "line": 598
17052
17129
  },
17053
17130
  "name": "grantSync",
17054
17131
  "parameters": [
@@ -17077,7 +17154,7 @@
17077
17154
  "immutable": true,
17078
17155
  "locationInModule": {
17079
17156
  "filename": "lib/gateway/targets/target.ts",
17080
- "line": 278
17157
+ "line": 279
17081
17158
  },
17082
17159
  "name": "PROPERTY_INJECTION_ID",
17083
17160
  "static": true,
@@ -17093,7 +17170,7 @@
17093
17170
  "immutable": true,
17094
17171
  "locationInModule": {
17095
17172
  "filename": "lib/gateway/targets/target.ts",
17096
- "line": 464
17173
+ "line": 465
17097
17174
  },
17098
17175
  "name": "gateway",
17099
17176
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17109,7 +17186,7 @@
17109
17186
  "immutable": true,
17110
17187
  "locationInModule": {
17111
17188
  "filename": "lib/gateway/targets/target.ts",
17112
- "line": 454
17189
+ "line": 455
17113
17190
  },
17114
17191
  "name": "name",
17115
17192
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17128,7 +17205,7 @@
17128
17205
  "immutable": true,
17129
17206
  "locationInModule": {
17130
17207
  "filename": "lib/gateway/targets/target.ts",
17131
- "line": 443
17208
+ "line": 444
17132
17209
  },
17133
17210
  "name": "targetArn",
17134
17211
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17147,7 +17224,7 @@
17147
17224
  "immutable": true,
17148
17225
  "locationInModule": {
17149
17226
  "filename": "lib/gateway/targets/target.ts",
17150
- "line": 449
17227
+ "line": 450
17151
17228
  },
17152
17229
  "name": "targetId",
17153
17230
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17163,7 +17240,7 @@
17163
17240
  "immutable": true,
17164
17241
  "locationInModule": {
17165
17242
  "filename": "lib/gateway/targets/target.ts",
17166
- "line": 474
17243
+ "line": 475
17167
17244
  },
17168
17245
  "name": "targetProtocolType",
17169
17246
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17179,7 +17256,7 @@
17179
17256
  "immutable": true,
17180
17257
  "locationInModule": {
17181
17258
  "filename": "lib/gateway/targets/target.ts",
17182
- "line": 479
17259
+ "line": 480
17183
17260
  },
17184
17261
  "name": "targetType",
17185
17262
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMcpGatewayTarget",
@@ -17198,7 +17275,7 @@
17198
17275
  "immutable": true,
17199
17276
  "locationInModule": {
17200
17277
  "filename": "lib/gateway/targets/target.ts",
17201
- "line": 497
17278
+ "line": 498
17202
17279
  },
17203
17280
  "name": "createdAt",
17204
17281
  "optional": true,
@@ -17215,7 +17292,7 @@
17215
17292
  "immutable": true,
17216
17293
  "locationInModule": {
17217
17294
  "filename": "lib/gateway/targets/target.ts",
17218
- "line": 469
17295
+ "line": 470
17219
17296
  },
17220
17297
  "name": "credentialProviderConfigurations",
17221
17298
  "optional": true,
@@ -17237,7 +17314,7 @@
17237
17314
  "immutable": true,
17238
17315
  "locationInModule": {
17239
17316
  "filename": "lib/gateway/targets/target.ts",
17240
- "line": 459
17317
+ "line": 460
17241
17318
  },
17242
17319
  "name": "description",
17243
17320
  "optional": true,
@@ -17257,7 +17334,7 @@
17257
17334
  "immutable": true,
17258
17335
  "locationInModule": {
17259
17336
  "filename": "lib/gateway/targets/target.ts",
17260
- "line": 485
17337
+ "line": 486
17261
17338
  },
17262
17339
  "name": "status",
17263
17340
  "optional": true,
@@ -17277,7 +17354,7 @@
17277
17354
  "immutable": true,
17278
17355
  "locationInModule": {
17279
17356
  "filename": "lib/gateway/targets/target.ts",
17280
- "line": 491
17357
+ "line": 492
17281
17358
  },
17282
17359
  "name": "statusReasons",
17283
17360
  "optional": true,
@@ -17302,7 +17379,7 @@
17302
17379
  "immutable": true,
17303
17380
  "locationInModule": {
17304
17381
  "filename": "lib/gateway/targets/target.ts",
17305
- "line": 503
17382
+ "line": 504
17306
17383
  },
17307
17384
  "name": "updatedAt",
17308
17385
  "optional": true,
@@ -17332,7 +17409,7 @@
17332
17409
  "kind": "interface",
17333
17410
  "locationInModule": {
17334
17411
  "filename": "lib/gateway/targets/target.ts",
17335
- "line": 178
17412
+ "line": 179
17336
17413
  },
17337
17414
  "name": "GatewayTargetApiGatewayProps",
17338
17415
  "properties": [
@@ -17345,7 +17422,7 @@
17345
17422
  "immutable": true,
17346
17423
  "locationInModule": {
17347
17424
  "filename": "lib/gateway/targets/target.ts",
17348
- "line": 201
17425
+ "line": 202
17349
17426
  },
17350
17427
  "name": "apiGatewayToolConfiguration",
17351
17428
  "type": {
@@ -17361,7 +17438,7 @@
17361
17438
  "immutable": true,
17362
17439
  "locationInModule": {
17363
17440
  "filename": "lib/gateway/targets/target.ts",
17364
- "line": 183
17441
+ "line": 184
17365
17442
  },
17366
17443
  "name": "gateway",
17367
17444
  "type": {
@@ -17377,7 +17454,7 @@
17377
17454
  "immutable": true,
17378
17455
  "locationInModule": {
17379
17456
  "filename": "lib/gateway/targets/target.ts",
17380
- "line": 190
17457
+ "line": 191
17381
17458
  },
17382
17459
  "name": "restApi",
17383
17460
  "type": {
@@ -17394,7 +17471,7 @@
17394
17471
  "immutable": true,
17395
17472
  "locationInModule": {
17396
17473
  "filename": "lib/gateway/targets/target.ts",
17397
- "line": 208
17474
+ "line": 209
17398
17475
  },
17399
17476
  "name": "credentialProviderConfigurations",
17400
17477
  "optional": true,
@@ -17417,7 +17494,7 @@
17417
17494
  "immutable": true,
17418
17495
  "locationInModule": {
17419
17496
  "filename": "lib/gateway/targets/target.ts",
17420
- "line": 215
17497
+ "line": 216
17421
17498
  },
17422
17499
  "name": "metadataConfiguration",
17423
17500
  "optional": true,
@@ -17435,7 +17512,7 @@
17435
17512
  "immutable": true,
17436
17513
  "locationInModule": {
17437
17514
  "filename": "lib/gateway/targets/target.ts",
17438
- "line": 196
17515
+ "line": 197
17439
17516
  },
17440
17517
  "name": "stage",
17441
17518
  "optional": true,
@@ -17461,7 +17538,7 @@
17461
17538
  "kind": "interface",
17462
17539
  "locationInModule": {
17463
17540
  "filename": "lib/gateway/targets/target.ts",
17464
- "line": 221
17541
+ "line": 222
17465
17542
  },
17466
17543
  "name": "GatewayTargetAttributes",
17467
17544
  "properties": [
@@ -17474,7 +17551,7 @@
17474
17551
  "immutable": true,
17475
17552
  "locationInModule": {
17476
17553
  "filename": "lib/gateway/targets/target.ts",
17477
- "line": 240
17554
+ "line": 241
17478
17555
  },
17479
17556
  "name": "gateway",
17480
17557
  "type": {
@@ -17490,7 +17567,7 @@
17490
17567
  "immutable": true,
17491
17568
  "locationInModule": {
17492
17569
  "filename": "lib/gateway/targets/target.ts",
17493
- "line": 235
17570
+ "line": 236
17494
17571
  },
17495
17572
  "name": "gatewayTargetName",
17496
17573
  "type": {
@@ -17506,7 +17583,7 @@
17506
17583
  "immutable": true,
17507
17584
  "locationInModule": {
17508
17585
  "filename": "lib/gateway/targets/target.ts",
17509
- "line": 225
17586
+ "line": 226
17510
17587
  },
17511
17588
  "name": "targetArn",
17512
17589
  "type": {
@@ -17522,7 +17599,7 @@
17522
17599
  "immutable": true,
17523
17600
  "locationInModule": {
17524
17601
  "filename": "lib/gateway/targets/target.ts",
17525
- "line": 230
17602
+ "line": 231
17526
17603
  },
17527
17604
  "name": "targetId",
17528
17605
  "type": {
@@ -17539,7 +17616,7 @@
17539
17616
  "immutable": true,
17540
17617
  "locationInModule": {
17541
17618
  "filename": "lib/gateway/targets/target.ts",
17542
- "line": 252
17619
+ "line": 253
17543
17620
  },
17544
17621
  "name": "createdAt",
17545
17622
  "optional": true,
@@ -17557,7 +17634,7 @@
17557
17634
  "immutable": true,
17558
17635
  "locationInModule": {
17559
17636
  "filename": "lib/gateway/targets/target.ts",
17560
- "line": 246
17637
+ "line": 247
17561
17638
  },
17562
17639
  "name": "status",
17563
17640
  "optional": true,
@@ -17575,7 +17652,7 @@
17575
17652
  "immutable": true,
17576
17653
  "locationInModule": {
17577
17654
  "filename": "lib/gateway/targets/target.ts",
17578
- "line": 258
17655
+ "line": 259
17579
17656
  },
17580
17657
  "name": "updatedAt",
17581
17658
  "optional": true,
@@ -17973,7 +18050,7 @@
17973
18050
  "kind": "interface",
17974
18051
  "locationInModule": {
17975
18052
  "filename": "lib/gateway/targets/target.ts",
17976
- "line": 28
18053
+ "line": 29
17977
18054
  },
17978
18055
  "name": "GatewayTargetCommonProps",
17979
18056
  "properties": [
@@ -17987,7 +18064,7 @@
17987
18064
  "immutable": true,
17988
18065
  "locationInModule": {
17989
18066
  "filename": "lib/gateway/targets/target.ts",
17990
- "line": 42
18067
+ "line": 43
17991
18068
  },
17992
18069
  "name": "description",
17993
18070
  "optional": true,
@@ -18005,7 +18082,7 @@
18005
18082
  "immutable": true,
18006
18083
  "locationInModule": {
18007
18084
  "filename": "lib/gateway/targets/target.ts",
18008
- "line": 35
18085
+ "line": 36
18009
18086
  },
18010
18087
  "name": "gatewayTargetName",
18011
18088
  "optional": true,
@@ -18034,7 +18111,7 @@
18034
18111
  "kind": "interface",
18035
18112
  "locationInModule": {
18036
18113
  "filename": "lib/gateway/targets/target.ts",
18037
- "line": 74
18114
+ "line": 75
18038
18115
  },
18039
18116
  "name": "GatewayTargetLambdaProps",
18040
18117
  "properties": [
@@ -18047,7 +18124,7 @@
18047
18124
  "immutable": true,
18048
18125
  "locationInModule": {
18049
18126
  "filename": "lib/gateway/targets/target.ts",
18050
- "line": 78
18127
+ "line": 79
18051
18128
  },
18052
18129
  "name": "gateway",
18053
18130
  "type": {
@@ -18063,7 +18140,7 @@
18063
18140
  "immutable": true,
18064
18141
  "locationInModule": {
18065
18142
  "filename": "lib/gateway/targets/target.ts",
18066
- "line": 83
18143
+ "line": 84
18067
18144
  },
18068
18145
  "name": "lambdaFunction",
18069
18146
  "type": {
@@ -18079,7 +18156,7 @@
18079
18156
  "immutable": true,
18080
18157
  "locationInModule": {
18081
18158
  "filename": "lib/gateway/targets/target.ts",
18082
- "line": 88
18159
+ "line": 89
18083
18160
  },
18084
18161
  "name": "toolSchema",
18085
18162
  "type": {
@@ -18096,7 +18173,7 @@
18096
18173
  "immutable": true,
18097
18174
  "locationInModule": {
18098
18175
  "filename": "lib/gateway/targets/target.ts",
18099
- "line": 95
18176
+ "line": 96
18100
18177
  },
18101
18178
  "name": "credentialProviderConfigurations",
18102
18179
  "optional": true,
@@ -18130,7 +18207,7 @@
18130
18207
  "kind": "interface",
18131
18208
  "locationInModule": {
18132
18209
  "filename": "lib/gateway/targets/target.ts",
18133
- "line": 153
18210
+ "line": 154
18134
18211
  },
18135
18212
  "name": "GatewayTargetMcpServerProps",
18136
18213
  "properties": [
@@ -18143,7 +18220,7 @@
18143
18220
  "immutable": true,
18144
18221
  "locationInModule": {
18145
18222
  "filename": "lib/gateway/targets/target.ts",
18146
- "line": 172
18223
+ "line": 173
18147
18224
  },
18148
18225
  "name": "credentialProviderConfigurations",
18149
18226
  "type": {
@@ -18165,7 +18242,7 @@
18165
18242
  "immutable": true,
18166
18243
  "locationInModule": {
18167
18244
  "filename": "lib/gateway/targets/target.ts",
18168
- "line": 167
18245
+ "line": 168
18169
18246
  },
18170
18247
  "name": "endpoint",
18171
18248
  "type": {
@@ -18181,7 +18258,7 @@
18181
18258
  "immutable": true,
18182
18259
  "locationInModule": {
18183
18260
  "filename": "lib/gateway/targets/target.ts",
18184
- "line": 157
18261
+ "line": 158
18185
18262
  },
18186
18263
  "name": "gateway",
18187
18264
  "type": {
@@ -18209,7 +18286,7 @@
18209
18286
  "kind": "interface",
18210
18287
  "locationInModule": {
18211
18288
  "filename": "lib/gateway/targets/target.ts",
18212
- "line": 101
18289
+ "line": 102
18213
18290
  },
18214
18291
  "name": "GatewayTargetOpenApiProps",
18215
18292
  "properties": [
@@ -18222,7 +18299,7 @@
18222
18299
  "immutable": true,
18223
18300
  "locationInModule": {
18224
18301
  "filename": "lib/gateway/targets/target.ts",
18225
- "line": 110
18302
+ "line": 111
18226
18303
  },
18227
18304
  "name": "apiSchema",
18228
18305
  "type": {
@@ -18238,7 +18315,7 @@
18238
18315
  "immutable": true,
18239
18316
  "locationInModule": {
18240
18317
  "filename": "lib/gateway/targets/target.ts",
18241
- "line": 105
18318
+ "line": 106
18242
18319
  },
18243
18320
  "name": "gateway",
18244
18321
  "type": {
@@ -18255,7 +18332,7 @@
18255
18332
  "immutable": true,
18256
18333
  "locationInModule": {
18257
18334
  "filename": "lib/gateway/targets/target.ts",
18258
- "line": 125
18335
+ "line": 126
18259
18336
  },
18260
18337
  "name": "credentialProviderConfigurations",
18261
18338
  "optional": true,
@@ -18279,7 +18356,7 @@
18279
18356
  "immutable": true,
18280
18357
  "locationInModule": {
18281
18358
  "filename": "lib/gateway/targets/target.ts",
18282
- "line": 118
18359
+ "line": 119
18283
18360
  },
18284
18361
  "name": "validateOpenApiSchema",
18285
18362
  "optional": true,
@@ -18308,7 +18385,7 @@
18308
18385
  "kind": "interface",
18309
18386
  "locationInModule": {
18310
18387
  "filename": "lib/gateway/targets/target.ts",
18311
- "line": 48
18388
+ "line": 49
18312
18389
  },
18313
18390
  "name": "GatewayTargetProps",
18314
18391
  "properties": [
@@ -18321,7 +18398,7 @@
18321
18398
  "immutable": true,
18322
18399
  "locationInModule": {
18323
18400
  "filename": "lib/gateway/targets/target.ts",
18324
- "line": 52
18401
+ "line": 53
18325
18402
  },
18326
18403
  "name": "gateway",
18327
18404
  "type": {
@@ -18337,7 +18414,7 @@
18337
18414
  "immutable": true,
18338
18415
  "locationInModule": {
18339
18416
  "filename": "lib/gateway/targets/target.ts",
18340
- "line": 61
18417
+ "line": 62
18341
18418
  },
18342
18419
  "name": "targetConfiguration",
18343
18420
  "type": {
@@ -18354,7 +18431,7 @@
18354
18431
  "immutable": true,
18355
18432
  "locationInModule": {
18356
18433
  "filename": "lib/gateway/targets/target.ts",
18357
- "line": 67
18434
+ "line": 68
18358
18435
  },
18359
18436
  "name": "credentialProviderConfigurations",
18360
18437
  "optional": true,
@@ -18412,7 +18489,7 @@
18412
18489
  "kind": "interface",
18413
18490
  "locationInModule": {
18414
18491
  "filename": "lib/gateway/targets/target.ts",
18415
- "line": 131
18492
+ "line": 132
18416
18493
  },
18417
18494
  "name": "GatewayTargetSmithyProps",
18418
18495
  "properties": [
@@ -18425,7 +18502,7 @@
18425
18502
  "immutable": true,
18426
18503
  "locationInModule": {
18427
18504
  "filename": "lib/gateway/targets/target.ts",
18428
- "line": 135
18505
+ "line": 136
18429
18506
  },
18430
18507
  "name": "gateway",
18431
18508
  "type": {
@@ -18441,7 +18518,7 @@
18441
18518
  "immutable": true,
18442
18519
  "locationInModule": {
18443
18520
  "filename": "lib/gateway/targets/target.ts",
18444
- "line": 140
18521
+ "line": 141
18445
18522
  },
18446
18523
  "name": "smithyModel",
18447
18524
  "type": {
@@ -18458,7 +18535,7 @@
18458
18535
  "immutable": true,
18459
18536
  "locationInModule": {
18460
18537
  "filename": "lib/gateway/targets/target.ts",
18461
- "line": 147
18538
+ "line": 148
18462
18539
  },
18463
18540
  "name": "credentialProviderConfigurations",
18464
18541
  "optional": true,
@@ -22377,7 +22454,7 @@
22377
22454
  "kind": "interface",
22378
22455
  "locationInModule": {
22379
22456
  "filename": "lib/gateway/targets/target-configuration.ts",
22380
- "line": 31
22457
+ "line": 32
22381
22458
  },
22382
22459
  "methods": [
22383
22460
  {
@@ -22388,7 +22465,7 @@
22388
22465
  },
22389
22466
  "locationInModule": {
22390
22467
  "filename": "lib/gateway/targets/target-configuration.ts",
22391
- "line": 41
22468
+ "line": 42
22392
22469
  },
22393
22470
  "name": "bind",
22394
22471
  "parameters": [
@@ -22423,7 +22500,7 @@
22423
22500
  "immutable": true,
22424
22501
  "locationInModule": {
22425
22502
  "filename": "lib/gateway/targets/target-configuration.ts",
22426
- "line": 35
22503
+ "line": 36
22427
22504
  },
22428
22505
  "name": "targetType",
22429
22506
  "type": {
@@ -22497,7 +22574,7 @@
22497
22574
  },
22498
22575
  "locationInModule": {
22499
22576
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22500
- "line": 164
22577
+ "line": 154
22501
22578
  },
22502
22579
  "parameters": [
22503
22580
  {
@@ -22511,7 +22588,7 @@
22511
22588
  "kind": "class",
22512
22589
  "locationInModule": {
22513
22590
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22514
- "line": 163
22591
+ "line": 153
22515
22592
  },
22516
22593
  "methods": [
22517
22594
  {
@@ -22521,7 +22598,7 @@
22521
22598
  },
22522
22599
  "locationInModule": {
22523
22600
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22524
- "line": 181
22601
+ "line": 171
22525
22602
  },
22526
22603
  "name": "bind",
22527
22604
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22541,7 +22618,7 @@
22541
22618
  },
22542
22619
  "locationInModule": {
22543
22620
  "filename": "lib/gateway/targets/schema/api-schema.ts",
22544
- "line": 177
22621
+ "line": 167
22545
22622
  },
22546
22623
  "name": "grantPermissionsToRole",
22547
22624
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -22577,7 +22654,7 @@
22577
22654
  },
22578
22655
  "locationInModule": {
22579
22656
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22580
- "line": 264
22657
+ "line": 253
22581
22658
  },
22582
22659
  "parameters": [
22583
22660
  {
@@ -22596,7 +22673,7 @@
22596
22673
  "kind": "class",
22597
22674
  "locationInModule": {
22598
22675
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22599
- "line": 263
22676
+ "line": 252
22600
22677
  },
22601
22678
  "methods": [
22602
22679
  {
@@ -22606,7 +22683,7 @@
22606
22683
  },
22607
22684
  "locationInModule": {
22608
22685
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22609
- "line": 277
22686
+ "line": 266
22610
22687
  },
22611
22688
  "name": "bind",
22612
22689
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22626,7 +22703,7 @@
22626
22703
  },
22627
22704
  "locationInModule": {
22628
22705
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
22629
- "line": 283
22706
+ "line": 272
22630
22707
  },
22631
22708
  "name": "grantPermissionsToRole",
22632
22709
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -22989,7 +23066,7 @@
22989
23066
  },
22990
23067
  "locationInModule": {
22991
23068
  "filename": "lib/gateway/targets/target-configuration.ts",
22992
- "line": 123
23069
+ "line": 124
22993
23070
  },
22994
23071
  "parameters": [
22995
23072
  {
@@ -23009,7 +23086,7 @@
23009
23086
  "kind": "class",
23010
23087
  "locationInModule": {
23011
23088
  "filename": "lib/gateway/targets/target-configuration.ts",
23012
- "line": 96
23089
+ "line": 97
23013
23090
  },
23014
23091
  "methods": [
23015
23092
  {
@@ -23020,7 +23097,7 @@
23020
23097
  },
23021
23098
  "locationInModule": {
23022
23099
  "filename": "lib/gateway/targets/target-configuration.ts",
23023
- "line": 104
23100
+ "line": 105
23024
23101
  },
23025
23102
  "name": "create",
23026
23103
  "parameters": [
@@ -23057,7 +23134,7 @@
23057
23134
  },
23058
23135
  "locationInModule": {
23059
23136
  "filename": "lib/gateway/targets/target-configuration.ts",
23060
- "line": 136
23137
+ "line": 137
23061
23138
  },
23062
23139
  "name": "bind",
23063
23140
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23094,7 +23171,7 @@
23094
23171
  },
23095
23172
  "locationInModule": {
23096
23173
  "filename": "lib/gateway/targets/target-configuration.ts",
23097
- "line": 149
23174
+ "line": 150
23098
23175
  },
23099
23176
  "name": "renderMcpConfiguration",
23100
23177
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23116,7 +23193,7 @@
23116
23193
  "immutable": true,
23117
23194
  "locationInModule": {
23118
23195
  "filename": "lib/gateway/targets/target-configuration.ts",
23119
- "line": 116
23196
+ "line": 117
23120
23197
  },
23121
23198
  "name": "lambdaFunction",
23122
23199
  "type": {
@@ -23131,7 +23208,7 @@
23131
23208
  "immutable": true,
23132
23209
  "locationInModule": {
23133
23210
  "filename": "lib/gateway/targets/target-configuration.ts",
23134
- "line": 111
23211
+ "line": 112
23135
23212
  },
23136
23213
  "name": "targetType",
23137
23214
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23147,7 +23224,7 @@
23147
23224
  "immutable": true,
23148
23225
  "locationInModule": {
23149
23226
  "filename": "lib/gateway/targets/target-configuration.ts",
23150
- "line": 121
23227
+ "line": 122
23151
23228
  },
23152
23229
  "name": "toolSchema",
23153
23230
  "type": {
@@ -23824,7 +23901,7 @@
23824
23901
  },
23825
23902
  "locationInModule": {
23826
23903
  "filename": "lib/gateway/targets/target-configuration.ts",
23827
- "line": 347
23904
+ "line": 348
23828
23905
  },
23829
23906
  "parameters": [
23830
23907
  {
@@ -23838,7 +23915,7 @@
23838
23915
  "kind": "class",
23839
23916
  "locationInModule": {
23840
23917
  "filename": "lib/gateway/targets/target-configuration.ts",
23841
- "line": 329
23918
+ "line": 330
23842
23919
  },
23843
23920
  "methods": [
23844
23921
  {
@@ -23849,7 +23926,7 @@
23849
23926
  },
23850
23927
  "locationInModule": {
23851
23928
  "filename": "lib/gateway/targets/target-configuration.ts",
23852
- "line": 336
23929
+ "line": 337
23853
23930
  },
23854
23931
  "name": "create",
23855
23932
  "parameters": [
@@ -23877,7 +23954,7 @@
23877
23954
  },
23878
23955
  "locationInModule": {
23879
23956
  "filename": "lib/gateway/targets/target-configuration.ts",
23880
- "line": 360
23957
+ "line": 361
23881
23958
  },
23882
23959
  "name": "bind",
23883
23960
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23914,7 +23991,7 @@
23914
23991
  },
23915
23992
  "locationInModule": {
23916
23993
  "filename": "lib/gateway/targets/target-configuration.ts",
23917
- "line": 369
23994
+ "line": 370
23918
23995
  },
23919
23996
  "name": "renderMcpConfiguration",
23920
23997
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23936,7 +24013,7 @@
23936
24013
  "immutable": true,
23937
24014
  "locationInModule": {
23938
24015
  "filename": "lib/gateway/targets/target-configuration.ts",
23939
- "line": 345
24016
+ "line": 346
23940
24017
  },
23941
24018
  "name": "endpoint",
23942
24019
  "type": {
@@ -23951,7 +24028,7 @@
23951
24028
  "immutable": true,
23952
24029
  "locationInModule": {
23953
24030
  "filename": "lib/gateway/targets/target-configuration.ts",
23954
- "line": 340
24031
+ "line": 341
23955
24032
  },
23956
24033
  "name": "targetType",
23957
24034
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23981,7 +24058,7 @@
23981
24058
  "kind": "class",
23982
24059
  "locationInModule": {
23983
24060
  "filename": "lib/gateway/targets/target-configuration.ts",
23984
- "line": 58
24061
+ "line": 59
23985
24062
  },
23986
24063
  "methods": [
23987
24064
  {
@@ -23992,7 +24069,7 @@
23992
24069
  },
23993
24070
  "locationInModule": {
23994
24071
  "filename": "lib/gateway/targets/target-configuration.ts",
23995
- "line": 68
24072
+ "line": 69
23996
24073
  },
23997
24074
  "name": "bind",
23998
24075
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ITargetConfiguration",
@@ -24024,7 +24101,7 @@
24024
24101
  },
24025
24102
  "locationInModule": {
24026
24103
  "filename": "lib/gateway/targets/target-configuration.ts",
24027
- "line": 73
24104
+ "line": 74
24028
24105
  },
24029
24106
  "name": "renderMcpConfiguration",
24030
24107
  "protected": true,
@@ -24046,7 +24123,7 @@
24046
24123
  "immutable": true,
24047
24124
  "locationInModule": {
24048
24125
  "filename": "lib/gateway/targets/target-configuration.ts",
24049
- "line": 62
24126
+ "line": 63
24050
24127
  },
24051
24128
  "name": "targetType",
24052
24129
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ITargetConfiguration",
@@ -25933,7 +26010,7 @@
25933
26010
  "kind": "interface",
25934
26011
  "locationInModule": {
25935
26012
  "filename": "lib/gateway/targets/target-configuration.ts",
25936
- "line": 497
26013
+ "line": 498
25937
26014
  },
25938
26015
  "name": "MetadataConfiguration",
25939
26016
  "properties": [
@@ -25948,7 +26025,7 @@
25948
26025
  "immutable": true,
25949
26026
  "locationInModule": {
25950
26027
  "filename": "lib/gateway/targets/target-configuration.ts",
25951
- "line": 508
26028
+ "line": 509
25952
26029
  },
25953
26030
  "name": "allowedQueryParameters",
25954
26031
  "optional": true,
@@ -25972,7 +26049,7 @@
25972
26049
  "immutable": true,
25973
26050
  "locationInModule": {
25974
26051
  "filename": "lib/gateway/targets/target-configuration.ts",
25975
- "line": 520
26052
+ "line": 521
25976
26053
  },
25977
26054
  "name": "allowedRequestHeaders",
25978
26055
  "optional": true,
@@ -25996,7 +26073,7 @@
25996
26073
  "immutable": true,
25997
26074
  "locationInModule": {
25998
26075
  "filename": "lib/gateway/targets/target-configuration.ts",
25999
- "line": 532
26076
+ "line": 533
26000
26077
  },
26001
26078
  "name": "allowedResponseHeaders",
26002
26079
  "optional": true,
@@ -26250,7 +26327,7 @@
26250
26327
  },
26251
26328
  "locationInModule": {
26252
26329
  "filename": "lib/gateway/targets/target-configuration.ts",
26253
- "line": 193
26330
+ "line": 194
26254
26331
  },
26255
26332
  "parameters": [
26256
26333
  {
@@ -26271,7 +26348,7 @@
26271
26348
  "kind": "class",
26272
26349
  "locationInModule": {
26273
26350
  "filename": "lib/gateway/targets/target-configuration.ts",
26274
- "line": 169
26351
+ "line": 170
26275
26352
  },
26276
26353
  "methods": [
26277
26354
  {
@@ -26282,7 +26359,7 @@
26282
26359
  },
26283
26360
  "locationInModule": {
26284
26361
  "filename": "lib/gateway/targets/target-configuration.ts",
26285
- "line": 177
26362
+ "line": 178
26286
26363
  },
26287
26364
  "name": "create",
26288
26365
  "parameters": [
@@ -26320,7 +26397,7 @@
26320
26397
  },
26321
26398
  "locationInModule": {
26322
26399
  "filename": "lib/gateway/targets/target-configuration.ts",
26323
- "line": 206
26400
+ "line": 207
26324
26401
  },
26325
26402
  "name": "bind",
26326
26403
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26357,7 +26434,7 @@
26357
26434
  },
26358
26435
  "locationInModule": {
26359
26436
  "filename": "lib/gateway/targets/target-configuration.ts",
26360
- "line": 251
26437
+ "line": 252
26361
26438
  },
26362
26439
  "name": "renderMcpConfiguration",
26363
26440
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26379,7 +26456,7 @@
26379
26456
  "immutable": true,
26380
26457
  "locationInModule": {
26381
26458
  "filename": "lib/gateway/targets/target-configuration.ts",
26382
- "line": 186
26459
+ "line": 187
26383
26460
  },
26384
26461
  "name": "apiSchema",
26385
26462
  "type": {
@@ -26394,7 +26471,7 @@
26394
26471
  "immutable": true,
26395
26472
  "locationInModule": {
26396
26473
  "filename": "lib/gateway/targets/target-configuration.ts",
26397
- "line": 181
26474
+ "line": 182
26398
26475
  },
26399
26476
  "name": "targetType",
26400
26477
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26622,7 +26699,7 @@
26622
26699
  },
26623
26700
  "locationInModule": {
26624
26701
  "filename": "lib/runtime/runtime.ts",
26625
- "line": 262
26702
+ "line": 263
26626
26703
  },
26627
26704
  "parameters": [
26628
26705
  {
@@ -26648,7 +26725,7 @@
26648
26725
  "kind": "class",
26649
26726
  "locationInModule": {
26650
26727
  "filename": "lib/runtime/runtime.ts",
26651
- "line": 157
26728
+ "line": 158
26652
26729
  },
26653
26730
  "methods": [
26654
26731
  {
@@ -26659,7 +26736,7 @@
26659
26736
  },
26660
26737
  "locationInModule": {
26661
26738
  "filename": "lib/runtime/runtime.ts",
26662
- "line": 171
26739
+ "line": 172
26663
26740
  },
26664
26741
  "name": "fromAgentRuntimeAttributes",
26665
26742
  "parameters": [
@@ -26706,7 +26783,7 @@
26706
26783
  },
26707
26784
  "locationInModule": {
26708
26785
  "filename": "lib/runtime/runtime.ts",
26709
- "line": 829
26786
+ "line": 836
26710
26787
  },
26711
26788
  "name": "addEndpoint",
26712
26789
  "parameters": [
@@ -26748,7 +26825,7 @@
26748
26825
  "immutable": true,
26749
26826
  "locationInModule": {
26750
26827
  "filename": "lib/runtime/runtime.ts",
26751
- "line": 160
26828
+ "line": 161
26752
26829
  },
26753
26830
  "name": "PROPERTY_INJECTION_ID",
26754
26831
  "static": true,
@@ -26768,7 +26845,7 @@
26768
26845
  "immutable": true,
26769
26846
  "locationInModule": {
26770
26847
  "filename": "lib/runtime/runtime.ts",
26771
- "line": 209
26848
+ "line": 210
26772
26849
  },
26773
26850
  "name": "agentRuntimeArn",
26774
26851
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26784,7 +26861,7 @@
26784
26861
  "immutable": true,
26785
26862
  "locationInModule": {
26786
26863
  "filename": "lib/runtime/runtime.ts",
26787
- "line": 256
26864
+ "line": 257
26788
26865
  },
26789
26866
  "name": "agentRuntimeArtifact",
26790
26867
  "type": {
@@ -26803,7 +26880,7 @@
26803
26880
  "immutable": true,
26804
26881
  "locationInModule": {
26805
26882
  "filename": "lib/runtime/runtime.ts",
26806
- "line": 215
26883
+ "line": 216
26807
26884
  },
26808
26885
  "name": "agentRuntimeId",
26809
26886
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26823,7 +26900,7 @@
26823
26900
  "immutable": true,
26824
26901
  "locationInModule": {
26825
26902
  "filename": "lib/runtime/runtime.ts",
26826
- "line": 221
26903
+ "line": 222
26827
26904
  },
26828
26905
  "name": "agentRuntimeName",
26829
26906
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26839,7 +26916,7 @@
26839
26916
  "immutable": true,
26840
26917
  "locationInModule": {
26841
26918
  "filename": "lib/runtime/runtime.ts",
26842
- "line": 251
26919
+ "line": 252
26843
26920
  },
26844
26921
  "name": "grantPrincipal",
26845
26922
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26855,7 +26932,7 @@
26855
26932
  "immutable": true,
26856
26933
  "locationInModule": {
26857
26934
  "filename": "lib/runtime/runtime.ts",
26858
- "line": 222
26935
+ "line": 223
26859
26936
  },
26860
26937
  "name": "role",
26861
26938
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26875,7 +26952,7 @@
26875
26952
  "immutable": true,
26876
26953
  "locationInModule": {
26877
26954
  "filename": "lib/runtime/runtime.ts",
26878
- "line": 228
26955
+ "line": 229
26879
26956
  },
26880
26957
  "name": "agentRuntimeVersion",
26881
26958
  "optional": true,
@@ -26896,7 +26973,7 @@
26896
26973
  "immutable": true,
26897
26974
  "locationInModule": {
26898
26975
  "filename": "lib/runtime/runtime.ts",
26899
- "line": 234
26976
+ "line": 235
26900
26977
  },
26901
26978
  "name": "agentStatus",
26902
26979
  "optional": true,
@@ -26917,7 +26994,7 @@
26917
26994
  "immutable": true,
26918
26995
  "locationInModule": {
26919
26996
  "filename": "lib/runtime/runtime.ts",
26920
- "line": 244
26997
+ "line": 245
26921
26998
  },
26922
26999
  "name": "createdAt",
26923
27000
  "optional": true,
@@ -26934,7 +27011,7 @@
26934
27011
  "immutable": true,
26935
27012
  "locationInModule": {
26936
27013
  "filename": "lib/runtime/runtime.ts",
26937
- "line": 238
27014
+ "line": 239
26938
27015
  },
26939
27016
  "name": "description",
26940
27017
  "optional": true,
@@ -26954,7 +27031,7 @@
26954
27031
  "immutable": true,
26955
27032
  "locationInModule": {
26956
27033
  "filename": "lib/runtime/runtime.ts",
26957
- "line": 250
27034
+ "line": 251
26958
27035
  },
26959
27036
  "name": "lastUpdatedAt",
26960
27037
  "optional": true,
@@ -28098,7 +28175,7 @@
28098
28175
  },
28099
28176
  "locationInModule": {
28100
28177
  "filename": "lib/runtime/runtime-endpoint.ts",
28101
- "line": 174
28178
+ "line": 175
28102
28179
  },
28103
28180
  "parameters": [
28104
28181
  {
@@ -28124,7 +28201,7 @@
28124
28201
  "kind": "class",
28125
28202
  "locationInModule": {
28126
28203
  "filename": "lib/runtime/runtime-endpoint.ts",
28127
- "line": 69
28204
+ "line": 70
28128
28205
  },
28129
28206
  "methods": [
28130
28207
  {
@@ -28135,7 +28212,7 @@
28135
28212
  },
28136
28213
  "locationInModule": {
28137
28214
  "filename": "lib/runtime/runtime-endpoint.ts",
28138
- "line": 83
28215
+ "line": 84
28139
28216
  },
28140
28217
  "name": "fromRuntimeEndpointAttributes",
28141
28218
  "parameters": [
@@ -28186,7 +28263,7 @@
28186
28263
  "immutable": true,
28187
28264
  "locationInModule": {
28188
28265
  "filename": "lib/runtime/runtime-endpoint.ts",
28189
- "line": 72
28266
+ "line": 73
28190
28267
  },
28191
28268
  "name": "PROPERTY_INJECTION_ID",
28192
28269
  "static": true,
@@ -28206,7 +28283,7 @@
28206
28283
  "immutable": true,
28207
28284
  "locationInModule": {
28208
28285
  "filename": "lib/runtime/runtime-endpoint.ts",
28209
- "line": 122
28286
+ "line": 123
28210
28287
  },
28211
28288
  "name": "agentRuntimeArn",
28212
28289
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28226,7 +28303,7 @@
28226
28303
  "immutable": true,
28227
28304
  "locationInModule": {
28228
28305
  "filename": "lib/runtime/runtime-endpoint.ts",
28229
- "line": 110
28306
+ "line": 111
28230
28307
  },
28231
28308
  "name": "agentRuntimeEndpointArn",
28232
28309
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28242,7 +28319,7 @@
28242
28319
  "immutable": true,
28243
28320
  "locationInModule": {
28244
28321
  "filename": "lib/runtime/runtime-endpoint.ts",
28245
- "line": 160
28322
+ "line": 161
28246
28323
  },
28247
28324
  "name": "agentRuntimeId",
28248
28325
  "type": {
@@ -28257,7 +28334,7 @@
28257
28334
  "immutable": true,
28258
28335
  "locationInModule": {
28259
28336
  "filename": "lib/runtime/runtime-endpoint.ts",
28260
- "line": 164
28337
+ "line": 165
28261
28338
  },
28262
28339
  "name": "agentRuntimeVersion",
28263
28340
  "type": {
@@ -28276,7 +28353,7 @@
28276
28353
  "immutable": true,
28277
28354
  "locationInModule": {
28278
28355
  "filename": "lib/runtime/runtime-endpoint.ts",
28279
- "line": 156
28356
+ "line": 157
28280
28357
  },
28281
28358
  "name": "endpointId",
28282
28359
  "type": {
@@ -28295,7 +28372,7 @@
28295
28372
  "immutable": true,
28296
28373
  "locationInModule": {
28297
28374
  "filename": "lib/runtime/runtime-endpoint.ts",
28298
- "line": 116
28375
+ "line": 117
28299
28376
  },
28300
28377
  "name": "endpointName",
28301
28378
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28315,7 +28392,7 @@
28315
28392
  "immutable": true,
28316
28393
  "locationInModule": {
28317
28394
  "filename": "lib/runtime/runtime-endpoint.ts",
28318
- "line": 146
28395
+ "line": 147
28319
28396
  },
28320
28397
  "name": "createdAt",
28321
28398
  "optional": true,
@@ -28332,7 +28409,7 @@
28332
28409
  "immutable": true,
28333
28410
  "locationInModule": {
28334
28411
  "filename": "lib/runtime/runtime-endpoint.ts",
28335
- "line": 150
28412
+ "line": 151
28336
28413
  },
28337
28414
  "name": "description",
28338
28415
  "optional": true,
@@ -28353,7 +28430,7 @@
28353
28430
  "immutable": true,
28354
28431
  "locationInModule": {
28355
28432
  "filename": "lib/runtime/runtime-endpoint.ts",
28356
- "line": 170
28433
+ "line": 171
28357
28434
  },
28358
28435
  "name": "lastUpdatedAt",
28359
28436
  "optional": true,
@@ -28373,7 +28450,7 @@
28373
28450
  "immutable": true,
28374
28451
  "locationInModule": {
28375
28452
  "filename": "lib/runtime/runtime-endpoint.ts",
28376
- "line": 134
28453
+ "line": 135
28377
28454
  },
28378
28455
  "name": "liveVersion",
28379
28456
  "optional": true,
@@ -28394,7 +28471,7 @@
28394
28471
  "immutable": true,
28395
28472
  "locationInModule": {
28396
28473
  "filename": "lib/runtime/runtime-endpoint.ts",
28397
- "line": 128
28474
+ "line": 129
28398
28475
  },
28399
28476
  "name": "status",
28400
28477
  "optional": true,
@@ -28415,7 +28492,7 @@
28415
28492
  "immutable": true,
28416
28493
  "locationInModule": {
28417
28494
  "filename": "lib/runtime/runtime-endpoint.ts",
28418
- "line": 140
28495
+ "line": 141
28419
28496
  },
28420
28497
  "name": "targetVersion",
28421
28498
  "optional": true,
@@ -28847,7 +28924,7 @@
28847
28924
  "kind": "interface",
28848
28925
  "locationInModule": {
28849
28926
  "filename": "lib/runtime/runtime-endpoint.ts",
28850
- "line": 17
28927
+ "line": 18
28851
28928
  },
28852
28929
  "name": "RuntimeEndpointProps",
28853
28930
  "properties": [
@@ -28860,7 +28937,7 @@
28860
28937
  "immutable": true,
28861
28938
  "locationInModule": {
28862
28939
  "filename": "lib/runtime/runtime-endpoint.ts",
28863
- "line": 32
28940
+ "line": 33
28864
28941
  },
28865
28942
  "name": "agentRuntimeId",
28866
28943
  "type": {
@@ -28878,7 +28955,7 @@
28878
28955
  "immutable": true,
28879
28956
  "locationInModule": {
28880
28957
  "filename": "lib/runtime/runtime-endpoint.ts",
28881
- "line": 40
28958
+ "line": 41
28882
28959
  },
28883
28960
  "name": "agentRuntimeVersion",
28884
28961
  "optional": true,
@@ -28896,7 +28973,7 @@
28896
28973
  "immutable": true,
28897
28974
  "locationInModule": {
28898
28975
  "filename": "lib/runtime/runtime-endpoint.ts",
28899
- "line": 47
28976
+ "line": 48
28900
28977
  },
28901
28978
  "name": "description",
28902
28979
  "optional": true,
@@ -28914,7 +28991,7 @@
28914
28991
  "immutable": true,
28915
28992
  "locationInModule": {
28916
28993
  "filename": "lib/runtime/runtime-endpoint.ts",
28917
- "line": 25
28994
+ "line": 26
28918
28995
  },
28919
28996
  "name": "endpointName",
28920
28997
  "optional": true,
@@ -28932,7 +29009,7 @@
28932
29009
  "immutable": true,
28933
29010
  "locationInModule": {
28934
29011
  "filename": "lib/runtime/runtime-endpoint.ts",
28935
- "line": 55
29012
+ "line": 56
28936
29013
  },
28937
29014
  "name": "tags",
28938
29015
  "optional": true,
@@ -29078,7 +29155,7 @@
29078
29155
  "kind": "interface",
29079
29156
  "locationInModule": {
29080
29157
  "filename": "lib/runtime/runtime.ts",
29081
- "line": 51
29158
+ "line": 52
29082
29159
  },
29083
29160
  "name": "RuntimeProps",
29084
29161
  "properties": [
@@ -29091,7 +29168,7 @@
29091
29168
  "immutable": true,
29092
29169
  "locationInModule": {
29093
29170
  "filename": "lib/runtime/runtime.ts",
29094
- "line": 65
29171
+ "line": 66
29095
29172
  },
29096
29173
  "name": "agentRuntimeArtifact",
29097
29174
  "type": {
@@ -29108,7 +29185,7 @@
29108
29185
  "immutable": true,
29109
29186
  "locationInModule": {
29110
29187
  "filename": "lib/runtime/runtime.ts",
29111
- "line": 107
29188
+ "line": 108
29112
29189
  },
29113
29190
  "name": "authorizerConfiguration",
29114
29191
  "optional": true,
@@ -29126,7 +29203,7 @@
29126
29203
  "immutable": true,
29127
29204
  "locationInModule": {
29128
29205
  "filename": "lib/runtime/runtime.ts",
29129
- "line": 85
29206
+ "line": 86
29130
29207
  },
29131
29208
  "name": "description",
29132
29209
  "optional": true,
@@ -29144,7 +29221,7 @@
29144
29221
  "immutable": true,
29145
29222
  "locationInModule": {
29146
29223
  "filename": "lib/runtime/runtime.ts",
29147
- "line": 100
29224
+ "line": 101
29148
29225
  },
29149
29226
  "name": "environmentVariables",
29150
29227
  "optional": true,
@@ -29167,7 +29244,7 @@
29167
29244
  "immutable": true,
29168
29245
  "locationInModule": {
29169
29246
  "filename": "lib/runtime/runtime.ts",
29170
- "line": 72
29247
+ "line": 73
29171
29248
  },
29172
29249
  "name": "executionRole",
29173
29250
  "optional": true,
@@ -29185,7 +29262,7 @@
29185
29262
  "immutable": true,
29186
29263
  "locationInModule": {
29187
29264
  "filename": "lib/runtime/runtime.ts",
29188
- "line": 126
29265
+ "line": 127
29189
29266
  },
29190
29267
  "name": "lifecycleConfiguration",
29191
29268
  "optional": true,
@@ -29203,7 +29280,7 @@
29203
29280
  "immutable": true,
29204
29281
  "locationInModule": {
29205
29282
  "filename": "lib/runtime/runtime.ts",
29206
- "line": 78
29283
+ "line": 79
29207
29284
  },
29208
29285
  "name": "networkConfiguration",
29209
29286
  "optional": true,
@@ -29221,7 +29298,7 @@
29221
29298
  "immutable": true,
29222
29299
  "locationInModule": {
29223
29300
  "filename": "lib/runtime/runtime.ts",
29224
- "line": 91
29301
+ "line": 92
29225
29302
  },
29226
29303
  "name": "protocolConfiguration",
29227
29304
  "optional": true,
@@ -29239,7 +29316,7 @@
29239
29316
  "immutable": true,
29240
29317
  "locationInModule": {
29241
29318
  "filename": "lib/runtime/runtime.ts",
29242
- "line": 120
29319
+ "line": 121
29243
29320
  },
29244
29321
  "name": "requestHeaderConfiguration",
29245
29322
  "optional": true,
@@ -29257,7 +29334,7 @@
29257
29334
  "immutable": true,
29258
29335
  "locationInModule": {
29259
29336
  "filename": "lib/runtime/runtime.ts",
29260
- "line": 59
29337
+ "line": 60
29261
29338
  },
29262
29339
  "name": "runtimeName",
29263
29340
  "optional": true,
@@ -29275,7 +29352,7 @@
29275
29352
  "immutable": true,
29276
29353
  "locationInModule": {
29277
29354
  "filename": "lib/runtime/runtime.ts",
29278
- "line": 114
29355
+ "line": 115
29279
29356
  },
29280
29357
  "name": "tags",
29281
29358
  "optional": true,
@@ -29309,7 +29386,7 @@
29309
29386
  },
29310
29387
  "locationInModule": {
29311
29388
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29312
- "line": 196
29389
+ "line": 186
29313
29390
  },
29314
29391
  "parameters": [
29315
29392
  {
@@ -29333,7 +29410,7 @@
29333
29410
  "kind": "class",
29334
29411
  "locationInModule": {
29335
29412
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29336
- "line": 195
29413
+ "line": 185
29337
29414
  },
29338
29415
  "methods": [
29339
29416
  {
@@ -29343,7 +29420,7 @@
29343
29420
  },
29344
29421
  "locationInModule": {
29345
29422
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29346
- "line": 211
29423
+ "line": 201
29347
29424
  },
29348
29425
  "name": "bind",
29349
29426
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29363,7 +29440,7 @@
29363
29440
  },
29364
29441
  "locationInModule": {
29365
29442
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29366
- "line": 217
29443
+ "line": 207
29367
29444
  },
29368
29445
  "name": "grantPermissionsToRole",
29369
29446
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ApiSchema",
@@ -29387,7 +29464,7 @@
29387
29464
  "immutable": true,
29388
29465
  "locationInModule": {
29389
29466
  "filename": "lib/gateway/targets/schema/api-schema.ts",
29390
- "line": 196
29467
+ "line": 186
29391
29468
  },
29392
29469
  "name": "bucketOwnerAccountId",
29393
29470
  "optional": true,
@@ -29417,7 +29494,7 @@
29417
29494
  },
29418
29495
  "locationInModule": {
29419
29496
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29420
- "line": 295
29497
+ "line": 284
29421
29498
  },
29422
29499
  "parameters": [
29423
29500
  {
@@ -29441,7 +29518,7 @@
29441
29518
  "kind": "class",
29442
29519
  "locationInModule": {
29443
29520
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29444
- "line": 294
29521
+ "line": 283
29445
29522
  },
29446
29523
  "methods": [
29447
29524
  {
@@ -29451,7 +29528,7 @@
29451
29528
  },
29452
29529
  "locationInModule": {
29453
29530
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29454
- "line": 310
29531
+ "line": 299
29455
29532
  },
29456
29533
  "name": "bind",
29457
29534
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29471,7 +29548,7 @@
29471
29548
  },
29472
29549
  "locationInModule": {
29473
29550
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29474
- "line": 316
29551
+ "line": 305
29475
29552
  },
29476
29553
  "name": "grantPermissionsToRole",
29477
29554
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ToolSchema",
@@ -29495,7 +29572,7 @@
29495
29572
  "immutable": true,
29496
29573
  "locationInModule": {
29497
29574
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29498
- "line": 295
29575
+ "line": 284
29499
29576
  },
29500
29577
  "name": "bucketOwnerAccountId",
29501
29578
  "optional": true,
@@ -29522,7 +29599,7 @@
29522
29599
  "kind": "interface",
29523
29600
  "locationInModule": {
29524
29601
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29525
- "line": 51
29602
+ "line": 52
29526
29603
  },
29527
29604
  "name": "SchemaDefinition",
29528
29605
  "properties": [
@@ -29536,7 +29613,7 @@
29536
29613
  "immutable": true,
29537
29614
  "locationInModule": {
29538
29615
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29539
- "line": 55
29616
+ "line": 56
29540
29617
  },
29541
29618
  "name": "type",
29542
29619
  "type": {
@@ -29554,7 +29631,7 @@
29554
29631
  "immutable": true,
29555
29632
  "locationInModule": {
29556
29633
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29557
- "line": 64
29634
+ "line": 65
29558
29635
  },
29559
29636
  "name": "description",
29560
29637
  "optional": true,
@@ -29573,7 +29650,7 @@
29573
29650
  "immutable": true,
29574
29651
  "locationInModule": {
29575
29652
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29576
- "line": 73
29653
+ "line": 74
29577
29654
  },
29578
29655
  "name": "items",
29579
29656
  "optional": true,
@@ -29592,7 +29669,7 @@
29592
29669
  "immutable": true,
29593
29670
  "locationInModule": {
29594
29671
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29595
- "line": 82
29672
+ "line": 83
29596
29673
  },
29597
29674
  "name": "properties",
29598
29675
  "optional": true,
@@ -29616,7 +29693,7 @@
29616
29693
  "immutable": true,
29617
29694
  "locationInModule": {
29618
29695
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29619
- "line": 88
29696
+ "line": 89
29620
29697
  },
29621
29698
  "name": "required",
29622
29699
  "optional": true,
@@ -29646,7 +29723,7 @@
29646
29723
  "kind": "enum",
29647
29724
  "locationInModule": {
29648
29725
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
29649
- "line": 33
29726
+ "line": 34
29650
29727
  },
29651
29728
  "members": [
29652
29729
  {
@@ -29987,7 +30064,7 @@
29987
30064
  },
29988
30065
  "locationInModule": {
29989
30066
  "filename": "lib/gateway/targets/target-configuration.ts",
29990
- "line": 286
30067
+ "line": 287
29991
30068
  },
29992
30069
  "parameters": [
29993
30070
  {
@@ -30001,7 +30078,7 @@
30001
30078
  "kind": "class",
30002
30079
  "locationInModule": {
30003
30080
  "filename": "lib/gateway/targets/target-configuration.ts",
30004
- "line": 268
30081
+ "line": 269
30005
30082
  },
30006
30083
  "methods": [
30007
30084
  {
@@ -30012,7 +30089,7 @@
30012
30089
  },
30013
30090
  "locationInModule": {
30014
30091
  "filename": "lib/gateway/targets/target-configuration.ts",
30015
- "line": 275
30092
+ "line": 276
30016
30093
  },
30017
30094
  "name": "create",
30018
30095
  "parameters": [
@@ -30040,7 +30117,7 @@
30040
30117
  },
30041
30118
  "locationInModule": {
30042
30119
  "filename": "lib/gateway/targets/target-configuration.ts",
30043
- "line": 298
30120
+ "line": 299
30044
30121
  },
30045
30122
  "name": "bind",
30046
30123
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30077,7 +30154,7 @@
30077
30154
  },
30078
30155
  "locationInModule": {
30079
30156
  "filename": "lib/gateway/targets/target-configuration.ts",
30080
- "line": 310
30157
+ "line": 311
30081
30158
  },
30082
30159
  "name": "renderMcpConfiguration",
30083
30160
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30099,7 +30176,7 @@
30099
30176
  "immutable": true,
30100
30177
  "locationInModule": {
30101
30178
  "filename": "lib/gateway/targets/target-configuration.ts",
30102
- "line": 284
30179
+ "line": 285
30103
30180
  },
30104
30181
  "name": "smithyModel",
30105
30182
  "type": {
@@ -30114,7 +30191,7 @@
30114
30191
  "immutable": true,
30115
30192
  "locationInModule": {
30116
30193
  "filename": "lib/gateway/targets/target-configuration.ts",
30117
- "line": 279
30194
+ "line": 280
30118
30195
  },
30119
30196
  "name": "targetType",
30120
30197
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30140,7 +30217,7 @@
30140
30217
  "kind": "interface",
30141
30218
  "locationInModule": {
30142
30219
  "filename": "lib/gateway/targets/target-configuration.ts",
30143
- "line": 21
30220
+ "line": 22
30144
30221
  },
30145
30222
  "name": "TargetConfigurationConfig",
30146
30223
  "properties": [
@@ -30153,7 +30230,7 @@
30153
30230
  "immutable": true,
30154
30231
  "locationInModule": {
30155
30232
  "filename": "lib/gateway/targets/target-configuration.ts",
30156
- "line": 25
30233
+ "line": 26
30157
30234
  },
30158
30235
  "name": "bound",
30159
30236
  "type": {
@@ -30178,7 +30255,7 @@
30178
30255
  "kind": "interface",
30179
30256
  "locationInModule": {
30180
30257
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30181
- "line": 94
30258
+ "line": 95
30182
30259
  },
30183
30260
  "name": "ToolDefinition",
30184
30261
  "properties": [
@@ -30192,7 +30269,7 @@
30192
30269
  "immutable": true,
30193
30270
  "locationInModule": {
30194
30271
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30195
- "line": 103
30272
+ "line": 104
30196
30273
  },
30197
30274
  "name": "description",
30198
30275
  "type": {
@@ -30209,7 +30286,7 @@
30209
30286
  "immutable": true,
30210
30287
  "locationInModule": {
30211
30288
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30212
- "line": 108
30289
+ "line": 109
30213
30290
  },
30214
30291
  "name": "inputSchema",
30215
30292
  "type": {
@@ -30226,7 +30303,7 @@
30226
30303
  "immutable": true,
30227
30304
  "locationInModule": {
30228
30305
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30229
- "line": 98
30306
+ "line": 99
30230
30307
  },
30231
30308
  "name": "name",
30232
30309
  "type": {
@@ -30244,7 +30321,7 @@
30244
30321
  "immutable": true,
30245
30322
  "locationInModule": {
30246
30323
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30247
- "line": 117
30324
+ "line": 118
30248
30325
  },
30249
30326
  "name": "outputSchema",
30250
30327
  "optional": true,
@@ -30273,7 +30350,7 @@
30273
30350
  },
30274
30351
  "locationInModule": {
30275
30352
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30276
- "line": 183
30353
+ "line": 174
30277
30354
  },
30278
30355
  "parameters": [
30279
30356
  {
@@ -30308,7 +30385,7 @@
30308
30385
  "kind": "class",
30309
30386
  "locationInModule": {
30310
30387
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30311
- "line": 133
30388
+ "line": 124
30312
30389
  },
30313
30390
  "methods": [
30314
30391
  {
@@ -30318,7 +30395,7 @@
30318
30395
  },
30319
30396
  "locationInModule": {
30320
30397
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30321
- "line": 146
30398
+ "line": 137
30322
30399
  },
30323
30400
  "name": "fromInline",
30324
30401
  "parameters": [
@@ -30351,7 +30428,7 @@
30351
30428
  },
30352
30429
  "locationInModule": {
30353
30430
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30354
- "line": 138
30431
+ "line": 129
30355
30432
  },
30356
30433
  "name": "fromLocalAsset",
30357
30434
  "parameters": [
@@ -30379,7 +30456,7 @@
30379
30456
  },
30380
30457
  "locationInModule": {
30381
30458
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30382
- "line": 156
30459
+ "line": 147
30383
30460
  },
30384
30461
  "name": "fromS3File",
30385
30462
  "parameters": [
@@ -30471,7 +30548,7 @@
30471
30548
  "immutable": true,
30472
30549
  "locationInModule": {
30473
30550
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30474
- "line": 181
30551
+ "line": 172
30475
30552
  },
30476
30553
  "name": "bucketOwnerAccountId",
30477
30554
  "optional": true,
@@ -30488,7 +30565,7 @@
30488
30565
  "immutable": true,
30489
30566
  "locationInModule": {
30490
30567
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30491
- "line": 176
30568
+ "line": 167
30492
30569
  },
30493
30570
  "name": "inlineSchema",
30494
30571
  "optional": true,
@@ -30510,7 +30587,7 @@
30510
30587
  "immutable": true,
30511
30588
  "locationInModule": {
30512
30589
  "filename": "lib/gateway/targets/schema/tool-schema.ts",
30513
- "line": 170
30590
+ "line": 161
30514
30591
  },
30515
30592
  "name": "s3File",
30516
30593
  "optional": true,
@@ -30700,6 +30777,6 @@
30700
30777
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
30701
30778
  }
30702
30779
  },
30703
- "version": "2.241.0-alpha.0",
30780
+ "version": "2.243.0-alpha.0",
30704
30781
  "fingerprint": "**********"
30705
30782
  }