@aws-cdk/aws-bedrock-agentcore-alpha 2.245.0-alpha.0 → 2.247.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/.jsii +589 -531
  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 -5
  6. package/lib/gateway/inbound-auth/custom-claim.js +7 -6
  7. package/lib/gateway/interceptor.js +1 -1
  8. package/lib/gateway/outbound-auth/api-key.js +1 -1
  9. package/lib/gateway/outbound-auth/credential-provider.js +1 -1
  10. package/lib/gateway/protocol.js +2 -2
  11. package/lib/gateway/targets/schema/api-schema.js +6 -6
  12. package/lib/gateway/targets/schema/tool-schema.js +7 -7
  13. package/lib/gateway/targets/target-base.js +1 -1
  14. package/lib/gateway/targets/target-configuration.js +26 -25
  15. package/lib/gateway/targets/target.js +5 -4
  16. package/lib/memory/memory-strategy.js +1 -1
  17. package/lib/memory/memory.js +2 -2
  18. package/lib/memory/strategies/managed-strategy.js +1 -1
  19. package/lib/memory/strategies/self-managed-strategy.js +1 -1
  20. package/lib/memory/validation-helpers.js +4 -3
  21. package/lib/network/network-configuration.js +4 -4
  22. package/lib/runtime/inbound-auth/custom-claim.js +7 -6
  23. package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +5 -4
  24. package/lib/runtime/runtime-artifact.js +6 -5
  25. package/lib/runtime/runtime-base.js +4 -3
  26. package/lib/runtime/runtime-endpoint-base.js +1 -1
  27. package/lib/runtime/runtime-endpoint.js +10 -9
  28. package/lib/runtime/runtime.js +21 -20
  29. package/lib/runtime/validation-helpers.js +3 -2
  30. package/lib/tools/browser.js +5 -4
  31. package/lib/tools/code-interpreter.js +5 -4
  32. package/lib/tools/validation-helpers.js +3 -2
  33. package/package.json +9 -9
package/.jsii CHANGED
@@ -8,8 +8,8 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/aws-bedrock-alpha": "2.245.0-alpha.0",
12
- "aws-cdk-lib": "^2.245.0",
11
+ "@aws-cdk/aws-bedrock-alpha": "2.247.0-alpha.0",
12
+ "aws-cdk-lib": "^2.247.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -2059,6 +2059,19 @@
2059
2059
  }
2060
2060
  }
2061
2061
  },
2062
+ "aws-cdk-lib.aws_interconnect": {
2063
+ "targets": {
2064
+ "dotnet": {
2065
+ "namespace": "Amazon.CDK.AWS.Interconnect"
2066
+ },
2067
+ "java": {
2068
+ "package": "software.amazon.awscdk.services.interconnect"
2069
+ },
2070
+ "python": {
2071
+ "module": "aws_cdk.aws_interconnect"
2072
+ }
2073
+ }
2074
+ },
2062
2075
  "aws-cdk-lib.aws_internetmonitor": {
2063
2076
  "targets": {
2064
2077
  "dotnet": {
@@ -3986,6 +3999,19 @@
3986
3999
  }
3987
4000
  }
3988
4001
  },
4002
+ "aws-cdk-lib.aws_uxc": {
4003
+ "targets": {
4004
+ "dotnet": {
4005
+ "namespace": "Amazon.CDK.AWS.UXC"
4006
+ },
4007
+ "java": {
4008
+ "package": "software.amazon.awscdk.services.uxc"
4009
+ },
4010
+ "python": {
4011
+ "module": "aws_cdk.aws_uxc"
4012
+ }
4013
+ }
4014
+ },
3989
4015
  "aws-cdk-lib.aws_verifiedpermissions": {
3990
4016
  "targets": {
3991
4017
  "dotnet": {
@@ -6278,6 +6304,22 @@
6278
6304
  }
6279
6305
  }
6280
6306
  },
6307
+ "aws-cdk-lib.interfaces.aws_interconnect": {
6308
+ "targets": {
6309
+ "dotnet": {
6310
+ "namespace": "Amazon.CDK.Interfaces.Interconnect"
6311
+ },
6312
+ "go": {
6313
+ "packageName": "interfacesawsinterconnect"
6314
+ },
6315
+ "java": {
6316
+ "package": "software.amazon.awscdk.interfaces.interconnect"
6317
+ },
6318
+ "python": {
6319
+ "module": "aws_cdk.interfaces.aws_interconnect"
6320
+ }
6321
+ }
6322
+ },
6281
6323
  "aws-cdk-lib.interfaces.aws_internetmonitor": {
6282
6324
  "targets": {
6283
6325
  "dotnet": {
@@ -8422,6 +8464,22 @@
8422
8464
  }
8423
8465
  }
8424
8466
  },
8467
+ "aws-cdk-lib.interfaces.aws_uxc": {
8468
+ "targets": {
8469
+ "dotnet": {
8470
+ "namespace": "Amazon.CDK.Interfaces.UXC"
8471
+ },
8472
+ "go": {
8473
+ "packageName": "interfacesawsuxc"
8474
+ },
8475
+ "java": {
8476
+ "package": "software.amazon.awscdk.interfaces.uxc"
8477
+ },
8478
+ "python": {
8479
+ "module": "aws_cdk.interfaces.aws_uxc"
8480
+ }
8481
+ }
8482
+ },
8425
8483
  "aws-cdk-lib.interfaces.aws_verifiedpermissions": {
8426
8484
  "targets": {
8427
8485
  "dotnet": {
@@ -8812,7 +8870,7 @@
8812
8870
  "kind": "interface",
8813
8871
  "locationInModule": {
8814
8872
  "filename": "lib/gateway/gateway.ts",
8815
- "line": 172
8873
+ "line": 173
8816
8874
  },
8817
8875
  "name": "AddApiGatewayTargetOptions",
8818
8876
  "properties": [
@@ -8825,7 +8883,7 @@
8825
8883
  "immutable": true,
8826
8884
  "locationInModule": {
8827
8885
  "filename": "lib/gateway/gateway.ts",
8828
- "line": 202
8886
+ "line": 203
8829
8887
  },
8830
8888
  "name": "apiGatewayToolConfiguration",
8831
8889
  "type": {
@@ -8841,7 +8899,7 @@
8841
8899
  "immutable": true,
8842
8900
  "locationInModule": {
8843
8901
  "filename": "lib/gateway/gateway.ts",
8844
- "line": 191
8902
+ "line": 192
8845
8903
  },
8846
8904
  "name": "restApi",
8847
8905
  "type": {
@@ -8858,7 +8916,7 @@
8858
8916
  "immutable": true,
8859
8917
  "locationInModule": {
8860
8918
  "filename": "lib/gateway/gateway.ts",
8861
- "line": 209
8919
+ "line": 210
8862
8920
  },
8863
8921
  "name": "credentialProviderConfigurations",
8864
8922
  "optional": true,
@@ -8881,7 +8939,7 @@
8881
8939
  "immutable": true,
8882
8940
  "locationInModule": {
8883
8941
  "filename": "lib/gateway/gateway.ts",
8884
- "line": 184
8942
+ "line": 185
8885
8943
  },
8886
8944
  "name": "description",
8887
8945
  "optional": true,
@@ -8899,7 +8957,7 @@
8899
8957
  "immutable": true,
8900
8958
  "locationInModule": {
8901
8959
  "filename": "lib/gateway/gateway.ts",
8902
- "line": 178
8960
+ "line": 179
8903
8961
  },
8904
8962
  "name": "gatewayTargetName",
8905
8963
  "optional": true,
@@ -8917,7 +8975,7 @@
8917
8975
  "immutable": true,
8918
8976
  "locationInModule": {
8919
8977
  "filename": "lib/gateway/gateway.ts",
8920
- "line": 216
8978
+ "line": 217
8921
8979
  },
8922
8980
  "name": "metadataConfiguration",
8923
8981
  "optional": true,
@@ -8935,7 +8993,7 @@
8935
8993
  "immutable": true,
8936
8994
  "locationInModule": {
8937
8995
  "filename": "lib/gateway/gateway.ts",
8938
- "line": 197
8996
+ "line": 198
8939
8997
  },
8940
8998
  "name": "stage",
8941
8999
  "optional": true,
@@ -8961,7 +9019,7 @@
8961
9019
  "kind": "interface",
8962
9020
  "locationInModule": {
8963
9021
  "filename": "lib/runtime/runtime.ts",
8964
- "line": 133
9022
+ "line": 134
8965
9023
  },
8966
9024
  "name": "AddEndpointOptions",
8967
9025
  "properties": [
@@ -8975,7 +9033,7 @@
8975
9033
  "immutable": true,
8976
9034
  "locationInModule": {
8977
9035
  "filename": "lib/runtime/runtime.ts",
8978
- "line": 138
9036
+ "line": 139
8979
9037
  },
8980
9038
  "name": "description",
8981
9039
  "optional": true,
@@ -8993,7 +9051,7 @@
8993
9051
  "immutable": true,
8994
9052
  "locationInModule": {
8995
9053
  "filename": "lib/runtime/runtime.ts",
8996
- "line": 143
9054
+ "line": 144
8997
9055
  },
8998
9056
  "name": "version",
8999
9057
  "optional": true,
@@ -9019,7 +9077,7 @@
9019
9077
  "kind": "interface",
9020
9078
  "locationInModule": {
9021
9079
  "filename": "lib/gateway/gateway.ts",
9022
- "line": 36
9080
+ "line": 37
9023
9081
  },
9024
9082
  "name": "AddLambdaTargetOptions",
9025
9083
  "properties": [
@@ -9032,7 +9090,7 @@
9032
9090
  "immutable": true,
9033
9091
  "locationInModule": {
9034
9092
  "filename": "lib/gateway/gateway.ts",
9035
- "line": 53
9093
+ "line": 54
9036
9094
  },
9037
9095
  "name": "lambdaFunction",
9038
9096
  "type": {
@@ -9048,7 +9106,7 @@
9048
9106
  "immutable": true,
9049
9107
  "locationInModule": {
9050
9108
  "filename": "lib/gateway/gateway.ts",
9051
- "line": 58
9109
+ "line": 59
9052
9110
  },
9053
9111
  "name": "toolSchema",
9054
9112
  "type": {
@@ -9065,7 +9123,7 @@
9065
9123
  "immutable": true,
9066
9124
  "locationInModule": {
9067
9125
  "filename": "lib/gateway/gateway.ts",
9068
- "line": 64
9126
+ "line": 65
9069
9127
  },
9070
9128
  "name": "credentialProviderConfigurations",
9071
9129
  "optional": true,
@@ -9088,7 +9146,7 @@
9088
9146
  "immutable": true,
9089
9147
  "locationInModule": {
9090
9148
  "filename": "lib/gateway/gateway.ts",
9091
- "line": 48
9149
+ "line": 49
9092
9150
  },
9093
9151
  "name": "description",
9094
9152
  "optional": true,
@@ -9106,7 +9164,7 @@
9106
9164
  "immutable": true,
9107
9165
  "locationInModule": {
9108
9166
  "filename": "lib/gateway/gateway.ts",
9109
- "line": 42
9167
+ "line": 43
9110
9168
  },
9111
9169
  "name": "gatewayTargetName",
9112
9170
  "optional": true,
@@ -9132,7 +9190,7 @@
9132
9190
  "kind": "interface",
9133
9191
  "locationInModule": {
9134
9192
  "filename": "lib/gateway/gateway.ts",
9135
- "line": 136
9193
+ "line": 137
9136
9194
  },
9137
9195
  "name": "AddMcpServerTargetOptions",
9138
9196
  "properties": [
@@ -9146,7 +9204,7 @@
9146
9204
  "immutable": true,
9147
9205
  "locationInModule": {
9148
9206
  "filename": "lib/gateway/gateway.ts",
9149
- "line": 166
9207
+ "line": 167
9150
9208
  },
9151
9209
  "name": "credentialProviderConfigurations",
9152
9210
  "type": {
@@ -9168,7 +9226,7 @@
9168
9226
  "immutable": true,
9169
9227
  "locationInModule": {
9170
9228
  "filename": "lib/gateway/gateway.ts",
9171
- "line": 158
9229
+ "line": 159
9172
9230
  },
9173
9231
  "name": "endpoint",
9174
9232
  "type": {
@@ -9185,7 +9243,7 @@
9185
9243
  "immutable": true,
9186
9244
  "locationInModule": {
9187
9245
  "filename": "lib/gateway/gateway.ts",
9188
- "line": 148
9246
+ "line": 149
9189
9247
  },
9190
9248
  "name": "description",
9191
9249
  "optional": true,
@@ -9203,7 +9261,7 @@
9203
9261
  "immutable": true,
9204
9262
  "locationInModule": {
9205
9263
  "filename": "lib/gateway/gateway.ts",
9206
- "line": 142
9264
+ "line": 143
9207
9265
  },
9208
9266
  "name": "gatewayTargetName",
9209
9267
  "optional": true,
@@ -9229,7 +9287,7 @@
9229
9287
  "kind": "interface",
9230
9288
  "locationInModule": {
9231
9289
  "filename": "lib/gateway/gateway.ts",
9232
- "line": 70
9290
+ "line": 71
9233
9291
  },
9234
9292
  "name": "AddOpenApiTargetOptions",
9235
9293
  "properties": [
@@ -9242,7 +9300,7 @@
9242
9300
  "immutable": true,
9243
9301
  "locationInModule": {
9244
9302
  "filename": "lib/gateway/gateway.ts",
9245
- "line": 87
9303
+ "line": 88
9246
9304
  },
9247
9305
  "name": "apiSchema",
9248
9306
  "type": {
@@ -9259,7 +9317,7 @@
9259
9317
  "immutable": true,
9260
9318
  "locationInModule": {
9261
9319
  "filename": "lib/gateway/gateway.ts",
9262
- "line": 101
9320
+ "line": 102
9263
9321
  },
9264
9322
  "name": "credentialProviderConfigurations",
9265
9323
  "optional": true,
@@ -9282,7 +9340,7 @@
9282
9340
  "immutable": true,
9283
9341
  "locationInModule": {
9284
9342
  "filename": "lib/gateway/gateway.ts",
9285
- "line": 82
9343
+ "line": 83
9286
9344
  },
9287
9345
  "name": "description",
9288
9346
  "optional": true,
@@ -9300,7 +9358,7 @@
9300
9358
  "immutable": true,
9301
9359
  "locationInModule": {
9302
9360
  "filename": "lib/gateway/gateway.ts",
9303
- "line": 76
9361
+ "line": 77
9304
9362
  },
9305
9363
  "name": "gatewayTargetName",
9306
9364
  "optional": true,
@@ -9319,7 +9377,7 @@
9319
9377
  "immutable": true,
9320
9378
  "locationInModule": {
9321
9379
  "filename": "lib/gateway/gateway.ts",
9322
- "line": 95
9380
+ "line": 96
9323
9381
  },
9324
9382
  "name": "validateOpenApiSchema",
9325
9383
  "optional": true,
@@ -9345,7 +9403,7 @@
9345
9403
  "kind": "interface",
9346
9404
  "locationInModule": {
9347
9405
  "filename": "lib/gateway/gateway.ts",
9348
- "line": 107
9406
+ "line": 108
9349
9407
  },
9350
9408
  "name": "AddSmithyTargetOptions",
9351
9409
  "properties": [
@@ -9358,7 +9416,7 @@
9358
9416
  "immutable": true,
9359
9417
  "locationInModule": {
9360
9418
  "filename": "lib/gateway/gateway.ts",
9361
- "line": 124
9419
+ "line": 125
9362
9420
  },
9363
9421
  "name": "smithyModel",
9364
9422
  "type": {
@@ -9375,7 +9433,7 @@
9375
9433
  "immutable": true,
9376
9434
  "locationInModule": {
9377
9435
  "filename": "lib/gateway/gateway.ts",
9378
- "line": 130
9436
+ "line": 131
9379
9437
  },
9380
9438
  "name": "credentialProviderConfigurations",
9381
9439
  "optional": true,
@@ -9398,7 +9456,7 @@
9398
9456
  "immutable": true,
9399
9457
  "locationInModule": {
9400
9458
  "filename": "lib/gateway/gateway.ts",
9401
- "line": 119
9459
+ "line": 120
9402
9460
  },
9403
9461
  "name": "description",
9404
9462
  "optional": true,
@@ -9416,7 +9474,7 @@
9416
9474
  "immutable": true,
9417
9475
  "locationInModule": {
9418
9476
  "filename": "lib/gateway/gateway.ts",
9419
- "line": 113
9477
+ "line": 114
9420
9478
  },
9421
9479
  "name": "gatewayTargetName",
9422
9480
  "optional": true,
@@ -9441,7 +9499,7 @@
9441
9499
  "kind": "enum",
9442
9500
  "locationInModule": {
9443
9501
  "filename": "lib/runtime/runtime-artifact.ts",
9444
- "line": 28
9502
+ "line": 29
9445
9503
  },
9446
9504
  "members": [
9447
9505
  {
@@ -9497,7 +9555,7 @@
9497
9555
  "kind": "class",
9498
9556
  "locationInModule": {
9499
9557
  "filename": "lib/runtime/runtime-artifact.ts",
9500
- "line": 71
9558
+ "line": 72
9501
9559
  },
9502
9560
  "methods": [
9503
9561
  {
@@ -9507,7 +9565,7 @@
9507
9565
  },
9508
9566
  "locationInModule": {
9509
9567
  "filename": "lib/runtime/runtime-artifact.ts",
9510
- "line": 84
9568
+ "line": 85
9511
9569
  },
9512
9570
  "name": "fromAsset",
9513
9571
  "parameters": [
@@ -9545,7 +9603,7 @@
9545
9603
  },
9546
9604
  "locationInModule": {
9547
9605
  "filename": "lib/runtime/runtime-artifact.ts",
9548
- "line": 102
9606
+ "line": 103
9549
9607
  },
9550
9608
  "name": "fromCodeAsset",
9551
9609
  "parameters": [
@@ -9573,7 +9631,7 @@
9573
9631
  },
9574
9632
  "locationInModule": {
9575
9633
  "filename": "lib/runtime/runtime-artifact.ts",
9576
- "line": 75
9634
+ "line": 76
9577
9635
  },
9578
9636
  "name": "fromEcrRepository",
9579
9637
  "parameters": [
@@ -9606,7 +9664,7 @@
9606
9664
  },
9607
9665
  "locationInModule": {
9608
9666
  "filename": "lib/runtime/runtime-artifact.ts",
9609
- "line": 116
9667
+ "line": 117
9610
9668
  },
9611
9669
  "name": "fromImageUri",
9612
9670
  "parameters": [
@@ -9634,7 +9692,7 @@
9634
9692
  },
9635
9693
  "locationInModule": {
9636
9694
  "filename": "lib/runtime/runtime-artifact.ts",
9637
- "line": 94
9695
+ "line": 95
9638
9696
  },
9639
9697
  "name": "fromS3",
9640
9698
  "parameters": [
@@ -9687,7 +9745,7 @@
9687
9745
  },
9688
9746
  "locationInModule": {
9689
9747
  "filename": "lib/runtime/runtime-artifact.ts",
9690
- "line": 123
9748
+ "line": 124
9691
9749
  },
9692
9750
  "name": "bind",
9693
9751
  "parameters": [
@@ -9724,7 +9782,7 @@
9724
9782
  "kind": "interface",
9725
9783
  "locationInModule": {
9726
9784
  "filename": "lib/runtime/runtime-base.ts",
9727
- "line": 417
9785
+ "line": 418
9728
9786
  },
9729
9787
  "name": "AgentRuntimeAttributes",
9730
9788
  "properties": [
@@ -9737,7 +9795,7 @@
9737
9795
  "immutable": true,
9738
9796
  "locationInModule": {
9739
9797
  "filename": "lib/runtime/runtime-base.ts",
9740
- "line": 421
9798
+ "line": 422
9741
9799
  },
9742
9800
  "name": "agentRuntimeArn",
9743
9801
  "type": {
@@ -9753,7 +9811,7 @@
9753
9811
  "immutable": true,
9754
9812
  "locationInModule": {
9755
9813
  "filename": "lib/runtime/runtime-base.ts",
9756
- "line": 426
9814
+ "line": 427
9757
9815
  },
9758
9816
  "name": "agentRuntimeId",
9759
9817
  "type": {
@@ -9769,7 +9827,7 @@
9769
9827
  "immutable": true,
9770
9828
  "locationInModule": {
9771
9829
  "filename": "lib/runtime/runtime-base.ts",
9772
- "line": 431
9830
+ "line": 432
9773
9831
  },
9774
9832
  "name": "agentRuntimeName",
9775
9833
  "type": {
@@ -9785,7 +9843,7 @@
9785
9843
  "immutable": true,
9786
9844
  "locationInModule": {
9787
9845
  "filename": "lib/runtime/runtime-base.ts",
9788
- "line": 436
9846
+ "line": 437
9789
9847
  },
9790
9848
  "name": "roleArn",
9791
9849
  "type": {
@@ -9802,7 +9860,7 @@
9802
9860
  "immutable": true,
9803
9861
  "locationInModule": {
9804
9862
  "filename": "lib/runtime/runtime-base.ts",
9805
- "line": 444
9863
+ "line": 445
9806
9864
  },
9807
9865
  "name": "agentRuntimeVersion",
9808
9866
  "optional": true,
@@ -9820,7 +9878,7 @@
9820
9878
  "immutable": true,
9821
9879
  "locationInModule": {
9822
9880
  "filename": "lib/runtime/runtime-base.ts",
9823
- "line": 462
9881
+ "line": 463
9824
9882
  },
9825
9883
  "name": "agentStatus",
9826
9884
  "optional": true,
@@ -9838,7 +9896,7 @@
9838
9896
  "immutable": true,
9839
9897
  "locationInModule": {
9840
9898
  "filename": "lib/runtime/runtime-base.ts",
9841
- "line": 468
9899
+ "line": 469
9842
9900
  },
9843
9901
  "name": "createdAt",
9844
9902
  "optional": true,
@@ -9856,7 +9914,7 @@
9856
9914
  "immutable": true,
9857
9915
  "locationInModule": {
9858
9916
  "filename": "lib/runtime/runtime-base.ts",
9859
- "line": 450
9917
+ "line": 451
9860
9918
  },
9861
9919
  "name": "description",
9862
9920
  "optional": true,
@@ -9874,7 +9932,7 @@
9874
9932
  "immutable": true,
9875
9933
  "locationInModule": {
9876
9934
  "filename": "lib/runtime/runtime-base.ts",
9877
- "line": 474
9935
+ "line": 475
9878
9936
  },
9879
9937
  "name": "lastUpdatedAt",
9880
9938
  "optional": true,
@@ -9892,7 +9950,7 @@
9892
9950
  "immutable": true,
9893
9951
  "locationInModule": {
9894
9952
  "filename": "lib/runtime/runtime-base.ts",
9895
- "line": 456
9953
+ "line": 457
9896
9954
  },
9897
9955
  "name": "securityGroups",
9898
9956
  "optional": true,
@@ -9922,7 +9980,7 @@
9922
9980
  "kind": "enum",
9923
9981
  "locationInModule": {
9924
9982
  "filename": "lib/gateway/targets/target-configuration.ts",
9925
- "line": 422
9983
+ "line": 423
9926
9984
  },
9927
9985
  "members": [
9928
9986
  {
@@ -9997,7 +10055,7 @@
9997
10055
  },
9998
10056
  "locationInModule": {
9999
10057
  "filename": "lib/gateway/targets/target-configuration.ts",
10000
- "line": 641
10058
+ "line": 642
10001
10059
  },
10002
10060
  "parameters": [
10003
10061
  {
@@ -10011,7 +10069,7 @@
10011
10069
  "kind": "class",
10012
10070
  "locationInModule": {
10013
10071
  "filename": "lib/gateway/targets/target-configuration.ts",
10014
- "line": 603
10072
+ "line": 604
10015
10073
  },
10016
10074
  "methods": [
10017
10075
  {
@@ -10022,7 +10080,7 @@
10022
10080
  },
10023
10081
  "locationInModule": {
10024
10082
  "filename": "lib/gateway/targets/target-configuration.ts",
10025
- "line": 610
10083
+ "line": 611
10026
10084
  },
10027
10085
  "name": "create",
10028
10086
  "parameters": [
@@ -10050,7 +10108,7 @@
10050
10108
  },
10051
10109
  "locationInModule": {
10052
10110
  "filename": "lib/gateway/targets/target-configuration.ts",
10053
- "line": 659
10111
+ "line": 660
10054
10112
  },
10055
10113
  "name": "bind",
10056
10114
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10087,7 +10145,7 @@
10087
10145
  },
10088
10146
  "locationInModule": {
10089
10147
  "filename": "lib/gateway/targets/target-configuration.ts",
10090
- "line": 680
10148
+ "line": 681
10091
10149
  },
10092
10150
  "name": "renderMcpConfiguration",
10093
10151
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10109,7 +10167,7 @@
10109
10167
  "immutable": true,
10110
10168
  "locationInModule": {
10111
10169
  "filename": "lib/gateway/targets/target-configuration.ts",
10112
- "line": 634
10170
+ "line": 635
10113
10171
  },
10114
10172
  "name": "apiGatewayToolConfiguration",
10115
10173
  "type": {
@@ -10124,7 +10182,7 @@
10124
10182
  "immutable": true,
10125
10183
  "locationInModule": {
10126
10184
  "filename": "lib/gateway/targets/target-configuration.ts",
10127
- "line": 624
10185
+ "line": 625
10128
10186
  },
10129
10187
  "name": "restApiId",
10130
10188
  "type": {
@@ -10139,7 +10197,7 @@
10139
10197
  "immutable": true,
10140
10198
  "locationInModule": {
10141
10199
  "filename": "lib/gateway/targets/target-configuration.ts",
10142
- "line": 629
10200
+ "line": 630
10143
10201
  },
10144
10202
  "name": "stage",
10145
10203
  "type": {
@@ -10154,7 +10212,7 @@
10154
10212
  "immutable": true,
10155
10213
  "locationInModule": {
10156
10214
  "filename": "lib/gateway/targets/target-configuration.ts",
10157
- "line": 614
10215
+ "line": 615
10158
10216
  },
10159
10217
  "name": "targetType",
10160
10218
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -10170,7 +10228,7 @@
10170
10228
  "immutable": true,
10171
10229
  "locationInModule": {
10172
10230
  "filename": "lib/gateway/targets/target-configuration.ts",
10173
- "line": 639
10231
+ "line": 640
10174
10232
  },
10175
10233
  "name": "metadataConfiguration",
10176
10234
  "optional": true,
@@ -10196,7 +10254,7 @@
10196
10254
  "kind": "interface",
10197
10255
  "locationInModule": {
10198
10256
  "filename": "lib/gateway/targets/target-configuration.ts",
10199
- "line": 563
10257
+ "line": 564
10200
10258
  },
10201
10259
  "name": "ApiGatewayTargetConfigurationProps",
10202
10260
  "properties": [
@@ -10209,7 +10267,7 @@
10209
10267
  "immutable": true,
10210
10268
  "locationInModule": {
10211
10269
  "filename": "lib/gateway/targets/target-configuration.ts",
10212
- "line": 579
10270
+ "line": 580
10213
10271
  },
10214
10272
  "name": "apiGatewayToolConfiguration",
10215
10273
  "type": {
@@ -10225,7 +10283,7 @@
10225
10283
  "immutable": true,
10226
10284
  "locationInModule": {
10227
10285
  "filename": "lib/gateway/targets/target-configuration.ts",
10228
- "line": 568
10286
+ "line": 569
10229
10287
  },
10230
10288
  "name": "restApi",
10231
10289
  "type": {
@@ -10242,7 +10300,7 @@
10242
10300
  "immutable": true,
10243
10301
  "locationInModule": {
10244
10302
  "filename": "lib/gateway/targets/target-configuration.ts",
10245
- "line": 586
10303
+ "line": 587
10246
10304
  },
10247
10305
  "name": "metadataConfiguration",
10248
10306
  "optional": true,
@@ -10260,7 +10318,7 @@
10260
10318
  "immutable": true,
10261
10319
  "locationInModule": {
10262
10320
  "filename": "lib/gateway/targets/target-configuration.ts",
10263
- "line": 574
10321
+ "line": 575
10264
10322
  },
10265
10323
  "name": "stage",
10266
10324
  "optional": true,
@@ -10287,7 +10345,7 @@
10287
10345
  "kind": "interface",
10288
10346
  "locationInModule": {
10289
10347
  "filename": "lib/gateway/targets/target-configuration.ts",
10290
- "line": 545
10348
+ "line": 546
10291
10349
  },
10292
10350
  "name": "ApiGatewayToolConfiguration",
10293
10351
  "properties": [
@@ -10300,7 +10358,7 @@
10300
10358
  "immutable": true,
10301
10359
  "locationInModule": {
10302
10360
  "filename": "lib/gateway/targets/target-configuration.ts",
10303
- "line": 550
10361
+ "line": 551
10304
10362
  },
10305
10363
  "name": "toolFilters",
10306
10364
  "type": {
@@ -10322,7 +10380,7 @@
10322
10380
  "immutable": true,
10323
10381
  "locationInModule": {
10324
10382
  "filename": "lib/gateway/targets/target-configuration.ts",
10325
- "line": 557
10383
+ "line": 558
10326
10384
  },
10327
10385
  "name": "toolOverrides",
10328
10386
  "optional": true,
@@ -10354,7 +10412,7 @@
10354
10412
  "kind": "interface",
10355
10413
  "locationInModule": {
10356
10414
  "filename": "lib/gateway/targets/target-configuration.ts",
10357
- "line": 447
10415
+ "line": 448
10358
10416
  },
10359
10417
  "name": "ApiGatewayToolFilter",
10360
10418
  "properties": [
@@ -10367,7 +10425,7 @@
10367
10425
  "immutable": true,
10368
10426
  "locationInModule": {
10369
10427
  "filename": "lib/gateway/targets/target-configuration.ts",
10370
- "line": 453
10428
+ "line": 454
10371
10429
  },
10372
10430
  "name": "filterPath",
10373
10431
  "type": {
@@ -10383,7 +10441,7 @@
10383
10441
  "immutable": true,
10384
10442
  "locationInModule": {
10385
10443
  "filename": "lib/gateway/targets/target-configuration.ts",
10386
- "line": 460
10444
+ "line": 461
10387
10445
  },
10388
10446
  "name": "methods",
10389
10447
  "type": {
@@ -10414,7 +10472,7 @@
10414
10472
  "kind": "interface",
10415
10473
  "locationInModule": {
10416
10474
  "filename": "lib/gateway/targets/target-configuration.ts",
10417
- "line": 471
10475
+ "line": 472
10418
10476
  },
10419
10477
  "name": "ApiGatewayToolOverride",
10420
10478
  "properties": [
@@ -10427,7 +10485,7 @@
10427
10485
  "immutable": true,
10428
10486
  "locationInModule": {
10429
10487
  "filename": "lib/gateway/targets/target-configuration.ts",
10430
- "line": 482
10488
+ "line": 483
10431
10489
  },
10432
10490
  "name": "method",
10433
10491
  "type": {
@@ -10443,7 +10501,7 @@
10443
10501
  "immutable": true,
10444
10502
  "locationInModule": {
10445
10503
  "filename": "lib/gateway/targets/target-configuration.ts",
10446
- "line": 488
10504
+ "line": 489
10447
10505
  },
10448
10506
  "name": "name",
10449
10507
  "type": {
@@ -10459,7 +10517,7 @@
10459
10517
  "immutable": true,
10460
10518
  "locationInModule": {
10461
10519
  "filename": "lib/gateway/targets/target-configuration.ts",
10462
- "line": 476
10520
+ "line": 477
10463
10521
  },
10464
10522
  "name": "path",
10465
10523
  "type": {
@@ -10476,7 +10534,7 @@
10476
10534
  "immutable": true,
10477
10535
  "locationInModule": {
10478
10536
  "filename": "lib/gateway/targets/target-configuration.ts",
10479
- "line": 494
10537
+ "line": 495
10480
10538
  },
10481
10539
  "name": "description",
10482
10540
  "optional": true,
@@ -11205,7 +11263,7 @@
11205
11263
  },
11206
11264
  "locationInModule": {
11207
11265
  "filename": "lib/tools/browser.ts",
11208
- "line": 752
11266
+ "line": 753
11209
11267
  },
11210
11268
  "parameters": [
11211
11269
  {
@@ -11232,7 +11290,7 @@
11232
11290
  "kind": "class",
11233
11291
  "locationInModule": {
11234
11292
  "filename": "lib/tools/browser.ts",
11235
- "line": 636
11293
+ "line": 637
11236
11294
  },
11237
11295
  "methods": [
11238
11296
  {
@@ -11243,7 +11301,7 @@
11243
11301
  },
11244
11302
  "locationInModule": {
11245
11303
  "filename": "lib/tools/browser.ts",
11246
- "line": 652
11304
+ "line": 653
11247
11305
  },
11248
11306
  "name": "fromBrowserCustomAttributes",
11249
11307
  "parameters": [
@@ -11294,7 +11352,7 @@
11294
11352
  "immutable": true,
11295
11353
  "locationInModule": {
11296
11354
  "filename": "lib/tools/browser.ts",
11297
- "line": 639
11355
+ "line": 640
11298
11356
  },
11299
11357
  "name": "PROPERTY_INJECTION_ID",
11300
11358
  "static": true,
@@ -11313,7 +11371,7 @@
11313
11371
  "immutable": true,
11314
11372
  "locationInModule": {
11315
11373
  "filename": "lib/tools/browser.ts",
11316
- "line": 684
11374
+ "line": 685
11317
11375
  },
11318
11376
  "name": "browserArn",
11319
11377
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase",
@@ -11332,7 +11390,7 @@
11332
11390
  "immutable": true,
11333
11391
  "locationInModule": {
11334
11392
  "filename": "lib/tools/browser.ts",
11335
- "line": 689
11393
+ "line": 690
11336
11394
  },
11337
11395
  "name": "browserId",
11338
11396
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase",
@@ -11348,7 +11406,7 @@
11348
11406
  "immutable": true,
11349
11407
  "locationInModule": {
11350
11408
  "filename": "lib/tools/browser.ts",
11351
- "line": 721
11409
+ "line": 722
11352
11410
  },
11353
11411
  "name": "executionRole",
11354
11412
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase",
@@ -11364,7 +11422,7 @@
11364
11422
  "immutable": true,
11365
11423
  "locationInModule": {
11366
11424
  "filename": "lib/tools/browser.ts",
11367
- "line": 731
11425
+ "line": 732
11368
11426
  },
11369
11427
  "name": "grantPrincipal",
11370
11428
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.BrowserCustomBase",
@@ -11380,7 +11438,7 @@
11380
11438
  "immutable": true,
11381
11439
  "locationInModule": {
11382
11440
  "filename": "lib/tools/browser.ts",
11383
- "line": 693
11441
+ "line": 694
11384
11442
  },
11385
11443
  "name": "name",
11386
11444
  "type": {
@@ -11395,7 +11453,7 @@
11395
11453
  "immutable": true,
11396
11454
  "locationInModule": {
11397
11455
  "filename": "lib/tools/browser.ts",
11398
- "line": 735
11456
+ "line": 736
11399
11457
  },
11400
11458
  "name": "networkConfiguration",
11401
11459
  "type": {
@@ -11410,7 +11468,7 @@
11410
11468
  "immutable": true,
11411
11469
  "locationInModule": {
11412
11470
  "filename": "lib/tools/browser.ts",
11413
- "line": 743
11471
+ "line": 744
11414
11472
  },
11415
11473
  "name": "browserSigning",
11416
11474
  "optional": true,
@@ -11429,7 +11487,7 @@
11429
11487
  "immutable": true,
11430
11488
  "locationInModule": {
11431
11489
  "filename": "lib/tools/browser.ts",
11432
- "line": 712
11490
+ "line": 713
11433
11491
  },
11434
11492
  "name": "createdAt",
11435
11493
  "optional": true,
@@ -11446,7 +11504,7 @@
11446
11504
  "immutable": true,
11447
11505
  "locationInModule": {
11448
11506
  "filename": "lib/tools/browser.ts",
11449
- "line": 697
11507
+ "line": 698
11450
11508
  },
11451
11509
  "name": "description",
11452
11510
  "optional": true,
@@ -11465,7 +11523,7 @@
11465
11523
  "immutable": true,
11466
11524
  "locationInModule": {
11467
11525
  "filename": "lib/tools/browser.ts",
11468
- "line": 717
11526
+ "line": 718
11469
11527
  },
11470
11528
  "name": "failureReason",
11471
11529
  "optional": true,
@@ -11484,7 +11542,7 @@
11484
11542
  "immutable": true,
11485
11543
  "locationInModule": {
11486
11544
  "filename": "lib/tools/browser.ts",
11487
- "line": 702
11545
+ "line": 703
11488
11546
  },
11489
11547
  "name": "lastUpdatedAt",
11490
11548
  "optional": true,
@@ -11501,7 +11559,7 @@
11501
11559
  "immutable": true,
11502
11560
  "locationInModule": {
11503
11561
  "filename": "lib/tools/browser.ts",
11504
- "line": 739
11562
+ "line": 740
11505
11563
  },
11506
11564
  "name": "recordingConfig",
11507
11565
  "optional": true,
@@ -11520,7 +11578,7 @@
11520
11578
  "immutable": true,
11521
11579
  "locationInModule": {
11522
11580
  "filename": "lib/tools/browser.ts",
11523
- "line": 707
11581
+ "line": 708
11524
11582
  },
11525
11583
  "name": "status",
11526
11584
  "optional": true,
@@ -11538,7 +11596,7 @@
11538
11596
  "immutable": true,
11539
11597
  "locationInModule": {
11540
11598
  "filename": "lib/tools/browser.ts",
11541
- "line": 727
11599
+ "line": 728
11542
11600
  },
11543
11601
  "name": "tags",
11544
11602
  "optional": true,
@@ -11569,7 +11627,7 @@
11569
11627
  "kind": "interface",
11570
11628
  "locationInModule": {
11571
11629
  "filename": "lib/tools/browser.ts",
11572
- "line": 592
11630
+ "line": 593
11573
11631
  },
11574
11632
  "name": "BrowserCustomAttributes",
11575
11633
  "properties": [
@@ -11585,7 +11643,7 @@
11585
11643
  "immutable": true,
11586
11644
  "locationInModule": {
11587
11645
  "filename": "lib/tools/browser.ts",
11588
- "line": 597
11646
+ "line": 598
11589
11647
  },
11590
11648
  "name": "browserArn",
11591
11649
  "type": {
@@ -11604,7 +11662,7 @@
11604
11662
  "immutable": true,
11605
11663
  "locationInModule": {
11606
11664
  "filename": "lib/tools/browser.ts",
11607
- "line": 602
11665
+ "line": 603
11608
11666
  },
11609
11667
  "name": "roleArn",
11610
11668
  "type": {
@@ -11621,7 +11679,7 @@
11621
11679
  "immutable": true,
11622
11680
  "locationInModule": {
11623
11681
  "filename": "lib/tools/browser.ts",
11624
- "line": 617
11682
+ "line": 618
11625
11683
  },
11626
11684
  "name": "createdAt",
11627
11685
  "optional": true,
@@ -11639,7 +11697,7 @@
11639
11697
  "immutable": true,
11640
11698
  "locationInModule": {
11641
11699
  "filename": "lib/tools/browser.ts",
11642
- "line": 607
11700
+ "line": 608
11643
11701
  },
11644
11702
  "name": "lastUpdatedAt",
11645
11703
  "optional": true,
@@ -11657,7 +11715,7 @@
11657
11715
  "immutable": true,
11658
11716
  "locationInModule": {
11659
11717
  "filename": "lib/tools/browser.ts",
11660
- "line": 623
11718
+ "line": 624
11661
11719
  },
11662
11720
  "name": "securityGroups",
11663
11721
  "optional": true,
@@ -11680,7 +11738,7 @@
11680
11738
  "immutable": true,
11681
11739
  "locationInModule": {
11682
11740
  "filename": "lib/tools/browser.ts",
11683
- "line": 612
11741
+ "line": 613
11684
11742
  },
11685
11743
  "name": "status",
11686
11744
  "optional": true,
@@ -11707,7 +11765,7 @@
11707
11765
  },
11708
11766
  "locationInModule": {
11709
11767
  "filename": "lib/tools/browser.ts",
11710
- "line": 250
11768
+ "line": 251
11711
11769
  },
11712
11770
  "parameters": [
11713
11771
  {
@@ -11737,7 +11795,7 @@
11737
11795
  "kind": "class",
11738
11796
  "locationInModule": {
11739
11797
  "filename": "lib/tools/browser.ts",
11740
- "line": 211
11798
+ "line": 212
11741
11799
  },
11742
11800
  "methods": [
11743
11801
  {
@@ -11749,7 +11807,7 @@
11749
11807
  },
11750
11808
  "locationInModule": {
11751
11809
  "filename": "lib/tools/browser.ts",
11752
- "line": 263
11810
+ "line": 264
11753
11811
  },
11754
11812
  "name": "grant",
11755
11813
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -11791,7 +11849,7 @@
11791
11849
  },
11792
11850
  "locationInModule": {
11793
11851
  "filename": "lib/tools/browser.ts",
11794
- "line": 283
11852
+ "line": 284
11795
11853
  },
11796
11854
  "name": "grantRead",
11797
11855
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -11822,7 +11880,7 @@
11822
11880
  },
11823
11881
  "locationInModule": {
11824
11882
  "filename": "lib/tools/browser.ts",
11825
- "line": 309
11883
+ "line": 310
11826
11884
  },
11827
11885
  "name": "grantUse",
11828
11886
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -11851,7 +11909,7 @@
11851
11909
  },
11852
11910
  "locationInModule": {
11853
11911
  "filename": "lib/tools/browser.ts",
11854
- "line": 325
11912
+ "line": 326
11855
11913
  },
11856
11914
  "name": "metric",
11857
11915
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -11896,7 +11954,7 @@
11896
11954
  },
11897
11955
  "locationInModule": {
11898
11956
  "filename": "lib/tools/browser.ts",
11899
- "line": 391
11957
+ "line": 392
11900
11958
  },
11901
11959
  "name": "metricErrorsForApiOperation",
11902
11960
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -11933,7 +11991,7 @@
11933
11991
  },
11934
11992
  "locationInModule": {
11935
11993
  "filename": "lib/tools/browser.ts",
11936
- "line": 345
11994
+ "line": 346
11937
11995
  },
11938
11996
  "name": "metricForApiOperation",
11939
11997
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -11976,7 +12034,7 @@
11976
12034
  },
11977
12035
  "locationInModule": {
11978
12036
  "filename": "lib/tools/browser.ts",
11979
- "line": 375
12037
+ "line": 376
11980
12038
  },
11981
12039
  "name": "metricInvocationsForApiOperation",
11982
12040
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12013,7 +12071,7 @@
12013
12071
  },
12014
12072
  "locationInModule": {
12015
12073
  "filename": "lib/tools/browser.ts",
12016
- "line": 362
12074
+ "line": 363
12017
12075
  },
12018
12076
  "name": "metricLatencyForApiOperation",
12019
12077
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12050,7 +12108,7 @@
12050
12108
  },
12051
12109
  "locationInModule": {
12052
12110
  "filename": "lib/tools/browser.ts",
12053
- "line": 443
12111
+ "line": 444
12054
12112
  },
12055
12113
  "name": "metricSessionDuration",
12056
12114
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12081,7 +12139,7 @@
12081
12139
  },
12082
12140
  "locationInModule": {
12083
12141
  "filename": "lib/tools/browser.ts",
12084
- "line": 417
12142
+ "line": 418
12085
12143
  },
12086
12144
  "name": "metricSystemErrorsForApiOperation",
12087
12145
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12118,7 +12176,7 @@
12118
12176
  },
12119
12177
  "locationInModule": {
12120
12178
  "filename": "lib/tools/browser.ts",
12121
- "line": 456
12179
+ "line": 457
12122
12180
  },
12123
12181
  "name": "metricTakeOverCount",
12124
12182
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12149,7 +12207,7 @@
12149
12207
  },
12150
12208
  "locationInModule": {
12151
12209
  "filename": "lib/tools/browser.ts",
12152
- "line": 482
12210
+ "line": 483
12153
12211
  },
12154
12212
  "name": "metricTakeOverDuration",
12155
12213
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12180,7 +12238,7 @@
12180
12238
  },
12181
12239
  "locationInModule": {
12182
12240
  "filename": "lib/tools/browser.ts",
12183
- "line": 469
12241
+ "line": 470
12184
12242
  },
12185
12243
  "name": "metricTakeOverReleaseCount",
12186
12244
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12211,7 +12269,7 @@
12211
12269
  },
12212
12270
  "locationInModule": {
12213
12271
  "filename": "lib/tools/browser.ts",
12214
- "line": 404
12272
+ "line": 405
12215
12273
  },
12216
12274
  "name": "metricThrottlesForApiOperation",
12217
12275
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12248,7 +12306,7 @@
12248
12306
  },
12249
12307
  "locationInModule": {
12250
12308
  "filename": "lib/tools/browser.ts",
12251
- "line": 430
12309
+ "line": 431
12252
12310
  },
12253
12311
  "name": "metricUserErrorsForApiOperation",
12254
12312
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12288,7 +12346,7 @@
12288
12346
  "immutable": true,
12289
12347
  "locationInModule": {
12290
12348
  "filename": "lib/tools/browser.ts",
12291
- "line": 212
12349
+ "line": 213
12292
12350
  },
12293
12351
  "name": "browserArn",
12294
12352
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12304,7 +12362,7 @@
12304
12362
  "immutable": true,
12305
12363
  "locationInModule": {
12306
12364
  "filename": "lib/tools/browser.ts",
12307
- "line": 226
12365
+ "line": 227
12308
12366
  },
12309
12367
  "name": "browserCustomRef",
12310
12368
  "overrides": "aws-cdk-lib.interfaces.aws_bedrockagentcore.IBrowserCustomRef",
@@ -12321,7 +12379,7 @@
12321
12379
  "immutable": true,
12322
12380
  "locationInModule": {
12323
12381
  "filename": "lib/tools/browser.ts",
12324
- "line": 213
12382
+ "line": 214
12325
12383
  },
12326
12384
  "name": "browserId",
12327
12385
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12337,7 +12395,7 @@
12337
12395
  "immutable": true,
12338
12396
  "locationInModule": {
12339
12397
  "filename": "lib/tools/browser.ts",
12340
- "line": 237
12398
+ "line": 238
12341
12399
  },
12342
12400
  "name": "connections",
12343
12401
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -12354,7 +12412,7 @@
12354
12412
  "immutable": true,
12355
12413
  "locationInModule": {
12356
12414
  "filename": "lib/tools/browser.ts",
12357
- "line": 217
12415
+ "line": 218
12358
12416
  },
12359
12417
  "name": "executionRole",
12360
12418
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBrowserCustom",
@@ -12371,7 +12429,7 @@
12371
12429
  "immutable": true,
12372
12430
  "locationInModule": {
12373
12431
  "filename": "lib/tools/browser.ts",
12374
- "line": 221
12432
+ "line": 222
12375
12433
  },
12376
12434
  "name": "grantPrincipal",
12377
12435
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -12388,7 +12446,7 @@
12388
12446
  "immutable": true,
12389
12447
  "locationInModule": {
12390
12448
  "filename": "lib/tools/browser.ts",
12391
- "line": 216
12449
+ "line": 217
12392
12450
  },
12393
12451
  "name": "createdAt",
12394
12452
  "optional": true,
@@ -12406,7 +12464,7 @@
12406
12464
  "immutable": true,
12407
12465
  "locationInModule": {
12408
12466
  "filename": "lib/tools/browser.ts",
12409
- "line": 214
12467
+ "line": 215
12410
12468
  },
12411
12469
  "name": "lastUpdatedAt",
12412
12470
  "optional": true,
@@ -12424,7 +12482,7 @@
12424
12482
  "immutable": true,
12425
12483
  "locationInModule": {
12426
12484
  "filename": "lib/tools/browser.ts",
12427
- "line": 215
12485
+ "line": 216
12428
12486
  },
12429
12487
  "name": "status",
12430
12488
  "optional": true,
@@ -12451,7 +12509,7 @@
12451
12509
  "kind": "interface",
12452
12510
  "locationInModule": {
12453
12511
  "filename": "lib/tools/browser.ts",
12454
- "line": 528
12512
+ "line": 529
12455
12513
  },
12456
12514
  "name": "BrowserCustomProps",
12457
12515
  "properties": [
@@ -12465,7 +12523,7 @@
12465
12523
  "immutable": true,
12466
12524
  "locationInModule": {
12467
12525
  "filename": "lib/tools/browser.ts",
12468
- "line": 536
12526
+ "line": 537
12469
12527
  },
12470
12528
  "name": "browserCustomName",
12471
12529
  "optional": true,
@@ -12484,7 +12542,7 @@
12484
12542
  "immutable": true,
12485
12543
  "locationInModule": {
12486
12544
  "filename": "lib/tools/browser.ts",
12487
- "line": 583
12545
+ "line": 584
12488
12546
  },
12489
12547
  "name": "browserSigning",
12490
12548
  "optional": true,
@@ -12505,7 +12563,7 @@
12505
12563
  "immutable": true,
12506
12564
  "locationInModule": {
12507
12565
  "filename": "lib/tools/browser.ts",
12508
- "line": 545
12566
+ "line": 546
12509
12567
  },
12510
12568
  "name": "description",
12511
12569
  "optional": true,
@@ -12526,7 +12584,7 @@
12526
12584
  "immutable": true,
12527
12585
  "locationInModule": {
12528
12586
  "filename": "lib/tools/browser.ts",
12529
- "line": 566
12587
+ "line": 567
12530
12588
  },
12531
12589
  "name": "executionRole",
12532
12590
  "optional": true,
@@ -12547,7 +12605,7 @@
12547
12605
  "immutable": true,
12548
12606
  "locationInModule": {
12549
12607
  "filename": "lib/tools/browser.ts",
12550
- "line": 552
12608
+ "line": 553
12551
12609
  },
12552
12610
  "name": "networkConfiguration",
12553
12611
  "optional": true,
@@ -12568,7 +12626,7 @@
12568
12626
  "immutable": true,
12569
12627
  "locationInModule": {
12570
12628
  "filename": "lib/tools/browser.ts",
12571
- "line": 559
12629
+ "line": 560
12572
12630
  },
12573
12631
  "name": "recordingConfig",
12574
12632
  "optional": true,
@@ -12589,7 +12647,7 @@
12589
12647
  "immutable": true,
12590
12648
  "locationInModule": {
12591
12649
  "filename": "lib/tools/browser.ts",
12592
- "line": 575
12650
+ "line": 576
12593
12651
  },
12594
12652
  "name": "tags",
12595
12653
  "optional": true,
@@ -12732,7 +12790,7 @@
12732
12790
  "kind": "enum",
12733
12791
  "locationInModule": {
12734
12792
  "filename": "lib/tools/browser.ts",
12735
- "line": 73
12793
+ "line": 74
12736
12794
  },
12737
12795
  "members": [
12738
12796
  {
@@ -12771,7 +12829,7 @@
12771
12829
  "kind": "interface",
12772
12830
  "locationInModule": {
12773
12831
  "filename": "lib/runtime/runtime-artifact.ts",
12774
- "line": 50
12832
+ "line": 51
12775
12833
  },
12776
12834
  "name": "CodeAssetOptions",
12777
12835
  "properties": [
@@ -12784,7 +12842,7 @@
12784
12842
  "immutable": true,
12785
12843
  "locationInModule": {
12786
12844
  "filename": "lib/runtime/runtime-artifact.ts",
12787
- "line": 64
12845
+ "line": 65
12788
12846
  },
12789
12847
  "name": "entrypoint",
12790
12848
  "type": {
@@ -12805,7 +12863,7 @@
12805
12863
  "immutable": true,
12806
12864
  "locationInModule": {
12807
12865
  "filename": "lib/runtime/runtime-artifact.ts",
12808
- "line": 54
12866
+ "line": 55
12809
12867
  },
12810
12868
  "name": "path",
12811
12869
  "type": {
@@ -12821,7 +12879,7 @@
12821
12879
  "immutable": true,
12822
12880
  "locationInModule": {
12823
12881
  "filename": "lib/runtime/runtime-artifact.ts",
12824
- "line": 59
12882
+ "line": 60
12825
12883
  },
12826
12884
  "name": "runtime",
12827
12885
  "type": {
@@ -12852,7 +12910,7 @@
12852
12910
  },
12853
12911
  "locationInModule": {
12854
12912
  "filename": "lib/tools/code-interpreter.ts",
12855
- "line": 647
12913
+ "line": 648
12856
12914
  },
12857
12915
  "parameters": [
12858
12916
  {
@@ -12879,7 +12937,7 @@
12879
12937
  "kind": "class",
12880
12938
  "locationInModule": {
12881
12939
  "filename": "lib/tools/code-interpreter.ts",
12882
- "line": 541
12940
+ "line": 542
12883
12941
  },
12884
12942
  "methods": [
12885
12943
  {
@@ -12890,7 +12948,7 @@
12890
12948
  },
12891
12949
  "locationInModule": {
12892
12950
  "filename": "lib/tools/code-interpreter.ts",
12893
- "line": 557
12951
+ "line": 558
12894
12952
  },
12895
12953
  "name": "fromCodeInterpreterCustomAttributes",
12896
12954
  "parameters": [
@@ -12941,7 +12999,7 @@
12941
12999
  "immutable": true,
12942
13000
  "locationInModule": {
12943
13001
  "filename": "lib/tools/code-interpreter.ts",
12944
- "line": 544
13002
+ "line": 545
12945
13003
  },
12946
13004
  "name": "PROPERTY_INJECTION_ID",
12947
13005
  "static": true,
@@ -12960,7 +13018,7 @@
12960
13018
  "immutable": true,
12961
13019
  "locationInModule": {
12962
13020
  "filename": "lib/tools/code-interpreter.ts",
12963
- "line": 589
13021
+ "line": 590
12964
13022
  },
12965
13023
  "name": "codeInterpreterArn",
12966
13024
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase",
@@ -12979,7 +13037,7 @@
12979
13037
  "immutable": true,
12980
13038
  "locationInModule": {
12981
13039
  "filename": "lib/tools/code-interpreter.ts",
12982
- "line": 594
13040
+ "line": 595
12983
13041
  },
12984
13042
  "name": "codeInterpreterId",
12985
13043
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase",
@@ -12995,7 +13053,7 @@
12995
13053
  "immutable": true,
12996
13054
  "locationInModule": {
12997
13055
  "filename": "lib/tools/code-interpreter.ts",
12998
- "line": 630
13056
+ "line": 631
12999
13057
  },
13000
13058
  "name": "executionRole",
13001
13059
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase",
@@ -13011,7 +13069,7 @@
13011
13069
  "immutable": true,
13012
13070
  "locationInModule": {
13013
13071
  "filename": "lib/tools/code-interpreter.ts",
13014
- "line": 634
13072
+ "line": 635
13015
13073
  },
13016
13074
  "name": "grantPrincipal",
13017
13075
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.CodeInterpreterCustomBase",
@@ -13027,7 +13085,7 @@
13027
13085
  "immutable": true,
13028
13086
  "locationInModule": {
13029
13087
  "filename": "lib/tools/code-interpreter.ts",
13030
- "line": 598
13088
+ "line": 599
13031
13089
  },
13032
13090
  "name": "name",
13033
13091
  "type": {
@@ -13042,7 +13100,7 @@
13042
13100
  "immutable": true,
13043
13101
  "locationInModule": {
13044
13102
  "filename": "lib/tools/code-interpreter.ts",
13045
- "line": 606
13103
+ "line": 607
13046
13104
  },
13047
13105
  "name": "networkConfiguration",
13048
13106
  "type": {
@@ -13060,7 +13118,7 @@
13060
13118
  "immutable": true,
13061
13119
  "locationInModule": {
13062
13120
  "filename": "lib/tools/code-interpreter.ts",
13063
- "line": 616
13121
+ "line": 617
13064
13122
  },
13065
13123
  "name": "createdAt",
13066
13124
  "optional": true,
@@ -13077,7 +13135,7 @@
13077
13135
  "immutable": true,
13078
13136
  "locationInModule": {
13079
13137
  "filename": "lib/tools/code-interpreter.ts",
13080
- "line": 602
13138
+ "line": 603
13081
13139
  },
13082
13140
  "name": "description",
13083
13141
  "optional": true,
@@ -13096,7 +13154,7 @@
13096
13154
  "immutable": true,
13097
13155
  "locationInModule": {
13098
13156
  "filename": "lib/tools/code-interpreter.ts",
13099
- "line": 626
13157
+ "line": 627
13100
13158
  },
13101
13159
  "name": "failureReason",
13102
13160
  "optional": true,
@@ -13115,7 +13173,7 @@
13115
13173
  "immutable": true,
13116
13174
  "locationInModule": {
13117
13175
  "filename": "lib/tools/code-interpreter.ts",
13118
- "line": 621
13176
+ "line": 622
13119
13177
  },
13120
13178
  "name": "lastUpdatedAt",
13121
13179
  "optional": true,
@@ -13135,7 +13193,7 @@
13135
13193
  "immutable": true,
13136
13194
  "locationInModule": {
13137
13195
  "filename": "lib/tools/code-interpreter.ts",
13138
- "line": 611
13196
+ "line": 612
13139
13197
  },
13140
13198
  "name": "status",
13141
13199
  "optional": true,
@@ -13153,7 +13211,7 @@
13153
13211
  "immutable": true,
13154
13212
  "locationInModule": {
13155
13213
  "filename": "lib/tools/code-interpreter.ts",
13156
- "line": 640
13214
+ "line": 641
13157
13215
  },
13158
13216
  "name": "tags",
13159
13217
  "optional": true,
@@ -13184,7 +13242,7 @@
13184
13242
  "kind": "interface",
13185
13243
  "locationInModule": {
13186
13244
  "filename": "lib/tools/code-interpreter.ts",
13187
- "line": 497
13245
+ "line": 498
13188
13246
  },
13189
13247
  "name": "CodeInterpreterCustomAttributes",
13190
13248
  "properties": [
@@ -13200,7 +13258,7 @@
13200
13258
  "immutable": true,
13201
13259
  "locationInModule": {
13202
13260
  "filename": "lib/tools/code-interpreter.ts",
13203
- "line": 502
13261
+ "line": 503
13204
13262
  },
13205
13263
  "name": "codeInterpreterArn",
13206
13264
  "type": {
@@ -13219,7 +13277,7 @@
13219
13277
  "immutable": true,
13220
13278
  "locationInModule": {
13221
13279
  "filename": "lib/tools/code-interpreter.ts",
13222
- "line": 507
13280
+ "line": 508
13223
13281
  },
13224
13282
  "name": "roleArn",
13225
13283
  "type": {
@@ -13236,7 +13294,7 @@
13236
13294
  "immutable": true,
13237
13295
  "locationInModule": {
13238
13296
  "filename": "lib/tools/code-interpreter.ts",
13239
- "line": 522
13297
+ "line": 523
13240
13298
  },
13241
13299
  "name": "createdAt",
13242
13300
  "optional": true,
@@ -13254,7 +13312,7 @@
13254
13312
  "immutable": true,
13255
13313
  "locationInModule": {
13256
13314
  "filename": "lib/tools/code-interpreter.ts",
13257
- "line": 512
13315
+ "line": 513
13258
13316
  },
13259
13317
  "name": "lastUpdatedAt",
13260
13318
  "optional": true,
@@ -13272,7 +13330,7 @@
13272
13330
  "immutable": true,
13273
13331
  "locationInModule": {
13274
13332
  "filename": "lib/tools/code-interpreter.ts",
13275
- "line": 528
13333
+ "line": 529
13276
13334
  },
13277
13335
  "name": "securityGroups",
13278
13336
  "optional": true,
@@ -13295,7 +13353,7 @@
13295
13353
  "immutable": true,
13296
13354
  "locationInModule": {
13297
13355
  "filename": "lib/tools/code-interpreter.ts",
13298
- "line": 517
13356
+ "line": 518
13299
13357
  },
13300
13358
  "name": "status",
13301
13359
  "optional": true,
@@ -13322,7 +13380,7 @@
13322
13380
  },
13323
13381
  "locationInModule": {
13324
13382
  "filename": "lib/tools/code-interpreter.ts",
13325
- "line": 214
13383
+ "line": 215
13326
13384
  },
13327
13385
  "parameters": [
13328
13386
  {
@@ -13352,7 +13410,7 @@
13352
13410
  "kind": "class",
13353
13411
  "locationInModule": {
13354
13412
  "filename": "lib/tools/code-interpreter.ts",
13355
- "line": 175
13413
+ "line": 176
13356
13414
  },
13357
13415
  "methods": [
13358
13416
  {
@@ -13364,7 +13422,7 @@
13364
13422
  },
13365
13423
  "locationInModule": {
13366
13424
  "filename": "lib/tools/code-interpreter.ts",
13367
- "line": 227
13425
+ "line": 228
13368
13426
  },
13369
13427
  "name": "grant",
13370
13428
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13406,7 +13464,7 @@
13406
13464
  },
13407
13465
  "locationInModule": {
13408
13466
  "filename": "lib/tools/code-interpreter.ts",
13409
- "line": 291
13467
+ "line": 292
13410
13468
  },
13411
13469
  "name": "grantInvoke",
13412
13470
  "parameters": [
@@ -13436,7 +13494,7 @@
13436
13494
  },
13437
13495
  "locationInModule": {
13438
13496
  "filename": "lib/tools/code-interpreter.ts",
13439
- "line": 247
13497
+ "line": 248
13440
13498
  },
13441
13499
  "name": "grantRead",
13442
13500
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13467,7 +13525,7 @@
13467
13525
  },
13468
13526
  "locationInModule": {
13469
13527
  "filename": "lib/tools/code-interpreter.ts",
13470
- "line": 273
13528
+ "line": 274
13471
13529
  },
13472
13530
  "name": "grantUse",
13473
13531
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13496,7 +13554,7 @@
13496
13554
  },
13497
13555
  "locationInModule": {
13498
13556
  "filename": "lib/tools/code-interpreter.ts",
13499
- "line": 304
13557
+ "line": 305
13500
13558
  },
13501
13559
  "name": "metric",
13502
13560
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13541,7 +13599,7 @@
13541
13599
  },
13542
13600
  "locationInModule": {
13543
13601
  "filename": "lib/tools/code-interpreter.ts",
13544
- "line": 370
13602
+ "line": 371
13545
13603
  },
13546
13604
  "name": "metricErrorsForApiOperation",
13547
13605
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13578,7 +13636,7 @@
13578
13636
  },
13579
13637
  "locationInModule": {
13580
13638
  "filename": "lib/tools/code-interpreter.ts",
13581
- "line": 324
13639
+ "line": 325
13582
13640
  },
13583
13641
  "name": "metricForApiOperation",
13584
13642
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13621,7 +13679,7 @@
13621
13679
  },
13622
13680
  "locationInModule": {
13623
13681
  "filename": "lib/tools/code-interpreter.ts",
13624
- "line": 354
13682
+ "line": 355
13625
13683
  },
13626
13684
  "name": "metricInvocationsForApiOperation",
13627
13685
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13658,7 +13716,7 @@
13658
13716
  },
13659
13717
  "locationInModule": {
13660
13718
  "filename": "lib/tools/code-interpreter.ts",
13661
- "line": 341
13719
+ "line": 342
13662
13720
  },
13663
13721
  "name": "metricLatencyForApiOperation",
13664
13722
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13695,7 +13753,7 @@
13695
13753
  },
13696
13754
  "locationInModule": {
13697
13755
  "filename": "lib/tools/code-interpreter.ts",
13698
- "line": 422
13756
+ "line": 423
13699
13757
  },
13700
13758
  "name": "metricSessionDuration",
13701
13759
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13726,7 +13784,7 @@
13726
13784
  },
13727
13785
  "locationInModule": {
13728
13786
  "filename": "lib/tools/code-interpreter.ts",
13729
- "line": 396
13787
+ "line": 397
13730
13788
  },
13731
13789
  "name": "metricSystemErrorsForApiOperation",
13732
13790
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13763,7 +13821,7 @@
13763
13821
  },
13764
13822
  "locationInModule": {
13765
13823
  "filename": "lib/tools/code-interpreter.ts",
13766
- "line": 383
13824
+ "line": 384
13767
13825
  },
13768
13826
  "name": "metricThrottlesForApiOperation",
13769
13827
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13800,7 +13858,7 @@
13800
13858
  },
13801
13859
  "locationInModule": {
13802
13860
  "filename": "lib/tools/code-interpreter.ts",
13803
- "line": 409
13861
+ "line": 410
13804
13862
  },
13805
13863
  "name": "metricUserErrorsForApiOperation",
13806
13864
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13840,7 +13898,7 @@
13840
13898
  "immutable": true,
13841
13899
  "locationInModule": {
13842
13900
  "filename": "lib/tools/code-interpreter.ts",
13843
- "line": 176
13901
+ "line": 177
13844
13902
  },
13845
13903
  "name": "codeInterpreterArn",
13846
13904
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13856,7 +13914,7 @@
13856
13914
  "immutable": true,
13857
13915
  "locationInModule": {
13858
13916
  "filename": "lib/tools/code-interpreter.ts",
13859
- "line": 190
13917
+ "line": 191
13860
13918
  },
13861
13919
  "name": "codeInterpreterCustomRef",
13862
13920
  "overrides": "aws-cdk-lib.interfaces.aws_bedrockagentcore.ICodeInterpreterCustomRef",
@@ -13873,7 +13931,7 @@
13873
13931
  "immutable": true,
13874
13932
  "locationInModule": {
13875
13933
  "filename": "lib/tools/code-interpreter.ts",
13876
- "line": 177
13934
+ "line": 178
13877
13935
  },
13878
13936
  "name": "codeInterpreterId",
13879
13937
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13889,7 +13947,7 @@
13889
13947
  "immutable": true,
13890
13948
  "locationInModule": {
13891
13949
  "filename": "lib/tools/code-interpreter.ts",
13892
- "line": 201
13950
+ "line": 202
13893
13951
  },
13894
13952
  "name": "connections",
13895
13953
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -13906,7 +13964,7 @@
13906
13964
  "immutable": true,
13907
13965
  "locationInModule": {
13908
13966
  "filename": "lib/tools/code-interpreter.ts",
13909
- "line": 181
13967
+ "line": 182
13910
13968
  },
13911
13969
  "name": "executionRole",
13912
13970
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ICodeInterpreterCustom",
@@ -13923,7 +13981,7 @@
13923
13981
  "immutable": true,
13924
13982
  "locationInModule": {
13925
13983
  "filename": "lib/tools/code-interpreter.ts",
13926
- "line": 185
13984
+ "line": 186
13927
13985
  },
13928
13986
  "name": "grantPrincipal",
13929
13987
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -13940,7 +13998,7 @@
13940
13998
  "immutable": true,
13941
13999
  "locationInModule": {
13942
14000
  "filename": "lib/tools/code-interpreter.ts",
13943
- "line": 179
14001
+ "line": 180
13944
14002
  },
13945
14003
  "name": "createdAt",
13946
14004
  "optional": true,
@@ -13958,7 +14016,7 @@
13958
14016
  "immutable": true,
13959
14017
  "locationInModule": {
13960
14018
  "filename": "lib/tools/code-interpreter.ts",
13961
- "line": 180
14019
+ "line": 181
13962
14020
  },
13963
14021
  "name": "lastUpdatedAt",
13964
14022
  "optional": true,
@@ -13976,7 +14034,7 @@
13976
14034
  "immutable": true,
13977
14035
  "locationInModule": {
13978
14036
  "filename": "lib/tools/code-interpreter.ts",
13979
- "line": 178
14037
+ "line": 179
13980
14038
  },
13981
14039
  "name": "status",
13982
14040
  "optional": true,
@@ -14003,7 +14061,7 @@
14003
14061
  "kind": "interface",
14004
14062
  "locationInModule": {
14005
14063
  "filename": "lib/tools/code-interpreter.ts",
14006
- "line": 447
14064
+ "line": 448
14007
14065
  },
14008
14066
  "name": "CodeInterpreterCustomProps",
14009
14067
  "properties": [
@@ -14017,7 +14075,7 @@
14017
14075
  "immutable": true,
14018
14076
  "locationInModule": {
14019
14077
  "filename": "lib/tools/code-interpreter.ts",
14020
- "line": 455
14078
+ "line": 456
14021
14079
  },
14022
14080
  "name": "codeInterpreterCustomName",
14023
14081
  "optional": true,
@@ -14038,7 +14096,7 @@
14038
14096
  "immutable": true,
14039
14097
  "locationInModule": {
14040
14098
  "filename": "lib/tools/code-interpreter.ts",
14041
- "line": 464
14099
+ "line": 465
14042
14100
  },
14043
14101
  "name": "description",
14044
14102
  "optional": true,
@@ -14059,7 +14117,7 @@
14059
14117
  "immutable": true,
14060
14118
  "locationInModule": {
14061
14119
  "filename": "lib/tools/code-interpreter.ts",
14062
- "line": 472
14120
+ "line": 473
14063
14121
  },
14064
14122
  "name": "executionRole",
14065
14123
  "optional": true,
@@ -14080,7 +14138,7 @@
14080
14138
  "immutable": true,
14081
14139
  "locationInModule": {
14082
14140
  "filename": "lib/tools/code-interpreter.ts",
14083
- "line": 479
14141
+ "line": 480
14084
14142
  },
14085
14143
  "name": "networkConfiguration",
14086
14144
  "optional": true,
@@ -14101,7 +14159,7 @@
14101
14159
  "immutable": true,
14102
14160
  "locationInModule": {
14103
14161
  "filename": "lib/tools/code-interpreter.ts",
14104
- "line": 488
14162
+ "line": 489
14105
14163
  },
14106
14164
  "name": "tags",
14107
14165
  "optional": true,
@@ -14261,7 +14319,7 @@
14261
14319
  "kind": "interface",
14262
14320
  "locationInModule": {
14263
14321
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14264
- "line": 139
14322
+ "line": 140
14265
14323
  },
14266
14324
  "name": "CognitoAuthorizerProps",
14267
14325
  "properties": [
@@ -14274,7 +14332,7 @@
14274
14332
  "immutable": true,
14275
14333
  "locationInModule": {
14276
14334
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14277
- "line": 143
14335
+ "line": 144
14278
14336
  },
14279
14337
  "name": "userPool",
14280
14338
  "type": {
@@ -14291,7 +14349,7 @@
14291
14349
  "immutable": true,
14292
14350
  "locationInModule": {
14293
14351
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14294
- "line": 153
14352
+ "line": 154
14295
14353
  },
14296
14354
  "name": "allowedAudiences",
14297
14355
  "optional": true,
@@ -14314,7 +14372,7 @@
14314
14372
  "immutable": true,
14315
14373
  "locationInModule": {
14316
14374
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14317
- "line": 148
14375
+ "line": 149
14318
14376
  },
14319
14377
  "name": "allowedClients",
14320
14378
  "optional": true,
@@ -14337,7 +14395,7 @@
14337
14395
  "immutable": true,
14338
14396
  "locationInModule": {
14339
14397
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14340
- "line": 158
14398
+ "line": 159
14341
14399
  },
14342
14400
  "name": "allowedScopes",
14343
14401
  "optional": true,
@@ -14361,7 +14419,7 @@
14361
14419
  "immutable": true,
14362
14420
  "locationInModule": {
14363
14421
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14364
- "line": 164
14422
+ "line": 165
14365
14423
  },
14366
14424
  "name": "customClaims",
14367
14425
  "optional": true,
@@ -14477,7 +14535,7 @@
14477
14535
  },
14478
14536
  "locationInModule": {
14479
14537
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14480
- "line": 88
14538
+ "line": 89
14481
14539
  },
14482
14540
  "parameters": [
14483
14541
  {
@@ -14494,7 +14552,7 @@
14494
14552
  "kind": "class",
14495
14553
  "locationInModule": {
14496
14554
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14497
- "line": 80
14555
+ "line": 81
14498
14556
  },
14499
14557
  "name": "CustomJwtAuthorizer",
14500
14558
  "properties": [
@@ -14506,7 +14564,7 @@
14506
14564
  "immutable": true,
14507
14565
  "locationInModule": {
14508
14566
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14509
- "line": 81
14567
+ "line": 82
14510
14568
  },
14511
14569
  "name": "authorizerType",
14512
14570
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IGatewayAuthorizerConfig",
@@ -14532,7 +14590,7 @@
14532
14590
  "kind": "interface",
14533
14591
  "locationInModule": {
14534
14592
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14535
- "line": 41
14593
+ "line": 42
14536
14594
  },
14537
14595
  "name": "CustomJwtConfiguration",
14538
14596
  "properties": [
@@ -14546,7 +14604,7 @@
14546
14604
  "immutable": true,
14547
14605
  "locationInModule": {
14548
14606
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14549
- "line": 49
14607
+ "line": 50
14550
14608
  },
14551
14609
  "name": "discoveryUrl",
14552
14610
  "type": {
@@ -14563,7 +14621,7 @@
14563
14621
  "immutable": true,
14564
14622
  "locationInModule": {
14565
14623
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14566
- "line": 55
14624
+ "line": 56
14567
14625
  },
14568
14626
  "name": "allowedAudience",
14569
14627
  "optional": true,
@@ -14586,7 +14644,7 @@
14586
14644
  "immutable": true,
14587
14645
  "locationInModule": {
14588
14646
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14589
- "line": 61
14647
+ "line": 62
14590
14648
  },
14591
14649
  "name": "allowedClients",
14592
14650
  "optional": true,
@@ -14609,7 +14667,7 @@
14609
14667
  "immutable": true,
14610
14668
  "locationInModule": {
14611
14669
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14612
- "line": 67
14670
+ "line": 68
14613
14671
  },
14614
14672
  "name": "allowedScopes",
14615
14673
  "optional": true,
@@ -14633,7 +14691,7 @@
14633
14691
  "immutable": true,
14634
14692
  "locationInModule": {
14635
14693
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
14636
- "line": 74
14694
+ "line": 75
14637
14695
  },
14638
14696
  "name": "customClaims",
14639
14697
  "optional": true,
@@ -14713,7 +14771,7 @@
14713
14771
  },
14714
14772
  "locationInModule": {
14715
14773
  "filename": "lib/gateway/gateway.ts",
14716
- "line": 503
14774
+ "line": 504
14717
14775
  },
14718
14776
  "parameters": [
14719
14777
  {
@@ -14740,7 +14798,7 @@
14740
14798
  "kind": "class",
14741
14799
  "locationInModule": {
14742
14800
  "filename": "lib/gateway/gateway.ts",
14743
- "line": 330
14801
+ "line": 331
14744
14802
  },
14745
14803
  "methods": [
14746
14804
  {
@@ -14751,7 +14809,7 @@
14751
14809
  },
14752
14810
  "locationInModule": {
14753
14811
  "filename": "lib/gateway/gateway.ts",
14754
- "line": 342
14812
+ "line": 343
14755
14813
  },
14756
14814
  "name": "fromGatewayAttributes",
14757
14815
  "parameters": [
@@ -14799,7 +14857,7 @@
14799
14857
  },
14800
14858
  "locationInModule": {
14801
14859
  "filename": "lib/gateway/gateway.ts",
14802
- "line": 705
14860
+ "line": 706
14803
14861
  },
14804
14862
  "name": "addApiGatewayTarget",
14805
14863
  "parameters": [
@@ -14839,7 +14897,7 @@
14839
14897
  },
14840
14898
  "locationInModule": {
14841
14899
  "filename": "lib/gateway/gateway.ts",
14842
- "line": 938
14900
+ "line": 939
14843
14901
  },
14844
14902
  "name": "addInterceptor",
14845
14903
  "parameters": [
@@ -14862,7 +14920,7 @@
14862
14920
  },
14863
14921
  "locationInModule": {
14864
14922
  "filename": "lib/gateway/gateway.ts",
14865
- "line": 589
14923
+ "line": 590
14866
14924
  },
14867
14925
  "name": "addLambdaTarget",
14868
14926
  "parameters": [
@@ -14900,7 +14958,7 @@
14900
14958
  },
14901
14959
  "locationInModule": {
14902
14960
  "filename": "lib/gateway/gateway.ts",
14903
- "line": 675
14961
+ "line": 676
14904
14962
  },
14905
14963
  "name": "addMcpServerTarget",
14906
14964
  "parameters": [
@@ -14937,7 +14995,7 @@
14937
14995
  },
14938
14996
  "locationInModule": {
14939
14997
  "filename": "lib/gateway/gateway.ts",
14940
- "line": 620
14998
+ "line": 621
14941
14999
  },
14942
15000
  "name": "addOpenApiTarget",
14943
15001
  "parameters": [
@@ -14974,7 +15032,7 @@
14974
15032
  },
14975
15033
  "locationInModule": {
14976
15034
  "filename": "lib/gateway/gateway.ts",
14977
- "line": 645
15035
+ "line": 646
14978
15036
  },
14979
15037
  "name": "addSmithyTarget",
14980
15038
  "parameters": [
@@ -15015,7 +15073,7 @@
15015
15073
  "immutable": true,
15016
15074
  "locationInModule": {
15017
15075
  "filename": "lib/gateway/gateway.ts",
15018
- "line": 333
15076
+ "line": 334
15019
15077
  },
15020
15078
  "name": "PROPERTY_INJECTION_ID",
15021
15079
  "static": true,
@@ -15031,7 +15089,7 @@
15031
15089
  "immutable": true,
15032
15090
  "locationInModule": {
15033
15091
  "filename": "lib/gateway/gateway.ts",
15034
- "line": 407
15092
+ "line": 408
15035
15093
  },
15036
15094
  "name": "authorizerConfiguration",
15037
15095
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15050,7 +15108,7 @@
15050
15108
  "immutable": true,
15051
15109
  "locationInModule": {
15052
15110
  "filename": "lib/gateway/gateway.ts",
15053
- "line": 381
15111
+ "line": 382
15054
15112
  },
15055
15113
  "name": "gatewayArn",
15056
15114
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15069,7 +15127,7 @@
15069
15127
  "immutable": true,
15070
15128
  "locationInModule": {
15071
15129
  "filename": "lib/gateway/gateway.ts",
15072
- "line": 387
15130
+ "line": 388
15073
15131
  },
15074
15132
  "name": "gatewayId",
15075
15133
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15085,7 +15143,7 @@
15085
15143
  "immutable": true,
15086
15144
  "locationInModule": {
15087
15145
  "filename": "lib/gateway/gateway.ts",
15088
- "line": 392
15146
+ "line": 393
15089
15147
  },
15090
15148
  "name": "name",
15091
15149
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15101,7 +15159,7 @@
15101
15159
  "immutable": true,
15102
15160
  "locationInModule": {
15103
15161
  "filename": "lib/gateway/gateway.ts",
15104
- "line": 402
15162
+ "line": 403
15105
15163
  },
15106
15164
  "name": "protocolConfiguration",
15107
15165
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15117,7 +15175,7 @@
15117
15175
  "immutable": true,
15118
15176
  "locationInModule": {
15119
15177
  "filename": "lib/gateway/gateway.ts",
15120
- "line": 422
15178
+ "line": 423
15121
15179
  },
15122
15180
  "name": "role",
15123
15181
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayBase",
@@ -15136,7 +15194,7 @@
15136
15194
  "immutable": true,
15137
15195
  "locationInModule": {
15138
15196
  "filename": "lib/gateway/gateway.ts",
15139
- "line": 446
15197
+ "line": 447
15140
15198
  },
15141
15199
  "name": "createdAt",
15142
15200
  "optional": true,
@@ -15153,7 +15211,7 @@
15153
15211
  "immutable": true,
15154
15212
  "locationInModule": {
15155
15213
  "filename": "lib/gateway/gateway.ts",
15156
- "line": 397
15214
+ "line": 398
15157
15215
  },
15158
15216
  "name": "description",
15159
15217
  "optional": true,
@@ -15170,7 +15228,7 @@
15170
15228
  "immutable": true,
15171
15229
  "locationInModule": {
15172
15230
  "filename": "lib/gateway/gateway.ts",
15173
- "line": 412
15231
+ "line": 413
15174
15232
  },
15175
15233
  "name": "exceptionLevel",
15176
15234
  "optional": true,
@@ -15190,7 +15248,7 @@
15190
15248
  "immutable": true,
15191
15249
  "locationInModule": {
15192
15250
  "filename": "lib/gateway/gateway.ts",
15193
- "line": 428
15251
+ "line": 429
15194
15252
  },
15195
15253
  "name": "gatewayUrl",
15196
15254
  "optional": true,
@@ -15207,7 +15265,7 @@
15207
15265
  "immutable": true,
15208
15266
  "locationInModule": {
15209
15267
  "filename": "lib/gateway/gateway.ts",
15210
- "line": 417
15268
+ "line": 418
15211
15269
  },
15212
15270
  "name": "kmsKey",
15213
15271
  "optional": true,
@@ -15225,7 +15283,7 @@
15225
15283
  "immutable": true,
15226
15284
  "locationInModule": {
15227
15285
  "filename": "lib/gateway/gateway.ts",
15228
- "line": 501
15286
+ "line": 502
15229
15287
  },
15230
15288
  "name": "oauthScopes",
15231
15289
  "optional": true,
@@ -15249,7 +15307,7 @@
15249
15307
  "immutable": true,
15250
15308
  "locationInModule": {
15251
15309
  "filename": "lib/gateway/gateway.ts",
15252
- "line": 434
15310
+ "line": 435
15253
15311
  },
15254
15312
  "name": "status",
15255
15313
  "optional": true,
@@ -15269,7 +15327,7 @@
15269
15327
  "immutable": true,
15270
15328
  "locationInModule": {
15271
15329
  "filename": "lib/gateway/gateway.ts",
15272
- "line": 440
15330
+ "line": 441
15273
15331
  },
15274
15332
  "name": "statusReason",
15275
15333
  "optional": true,
@@ -15291,7 +15349,7 @@
15291
15349
  "immutable": true,
15292
15350
  "locationInModule": {
15293
15351
  "filename": "lib/gateway/gateway.ts",
15294
- "line": 457
15352
+ "line": 458
15295
15353
  },
15296
15354
  "name": "tags",
15297
15355
  "optional": true,
@@ -15313,7 +15371,7 @@
15313
15371
  "immutable": true,
15314
15372
  "locationInModule": {
15315
15373
  "filename": "lib/gateway/gateway.ts",
15316
- "line": 495
15374
+ "line": 496
15317
15375
  },
15318
15376
  "name": "tokenEndpointUrl",
15319
15377
  "optional": true,
@@ -15332,7 +15390,7 @@
15332
15390
  "immutable": true,
15333
15391
  "locationInModule": {
15334
15392
  "filename": "lib/gateway/gateway.ts",
15335
- "line": 452
15393
+ "line": 453
15336
15394
  },
15337
15395
  "name": "updatedAt",
15338
15396
  "optional": true,
@@ -15348,7 +15406,7 @@
15348
15406
  },
15349
15407
  "locationInModule": {
15350
15408
  "filename": "lib/gateway/gateway.ts",
15351
- "line": 489
15409
+ "line": 490
15352
15410
  },
15353
15411
  "name": "resourceServer",
15354
15412
  "optional": true,
@@ -15363,7 +15421,7 @@
15363
15421
  },
15364
15422
  "locationInModule": {
15365
15423
  "filename": "lib/gateway/gateway.ts",
15366
- "line": 462
15424
+ "line": 463
15367
15425
  },
15368
15426
  "name": "userPool",
15369
15427
  "optional": true,
@@ -15378,7 +15436,7 @@
15378
15436
  },
15379
15437
  "locationInModule": {
15380
15438
  "filename": "lib/gateway/gateway.ts",
15381
- "line": 467
15439
+ "line": 468
15382
15440
  },
15383
15441
  "name": "userPoolClient",
15384
15442
  "optional": true,
@@ -15393,7 +15451,7 @@
15393
15451
  },
15394
15452
  "locationInModule": {
15395
15453
  "filename": "lib/gateway/gateway.ts",
15396
- "line": 484
15454
+ "line": 485
15397
15455
  },
15398
15456
  "name": "userPoolDomain",
15399
15457
  "optional": true,
@@ -15419,7 +15477,7 @@
15419
15477
  "kind": "interface",
15420
15478
  "locationInModule": {
15421
15479
  "filename": "lib/gateway/gateway.ts",
15422
- "line": 298
15480
+ "line": 299
15423
15481
  },
15424
15482
  "name": "GatewayAttributes",
15425
15483
  "properties": [
@@ -15432,7 +15490,7 @@
15432
15490
  "immutable": true,
15433
15491
  "locationInModule": {
15434
15492
  "filename": "lib/gateway/gateway.ts",
15435
- "line": 302
15493
+ "line": 303
15436
15494
  },
15437
15495
  "name": "gatewayArn",
15438
15496
  "type": {
@@ -15448,7 +15506,7 @@
15448
15506
  "immutable": true,
15449
15507
  "locationInModule": {
15450
15508
  "filename": "lib/gateway/gateway.ts",
15451
- "line": 307
15509
+ "line": 308
15452
15510
  },
15453
15511
  "name": "gatewayId",
15454
15512
  "type": {
@@ -15464,7 +15522,7 @@
15464
15522
  "immutable": true,
15465
15523
  "locationInModule": {
15466
15524
  "filename": "lib/gateway/gateway.ts",
15467
- "line": 312
15525
+ "line": 313
15468
15526
  },
15469
15527
  "name": "gatewayName",
15470
15528
  "type": {
@@ -15480,7 +15538,7 @@
15480
15538
  "immutable": true,
15481
15539
  "locationInModule": {
15482
15540
  "filename": "lib/gateway/gateway.ts",
15483
- "line": 317
15541
+ "line": 318
15484
15542
  },
15485
15543
  "name": "role",
15486
15544
  "type": {
@@ -15510,7 +15568,7 @@
15510
15568
  "kind": "class",
15511
15569
  "locationInModule": {
15512
15570
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
15513
- "line": 169
15571
+ "line": 170
15514
15572
  },
15515
15573
  "methods": [
15516
15574
  {
@@ -15520,7 +15578,7 @@
15520
15578
  },
15521
15579
  "locationInModule": {
15522
15580
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
15523
- "line": 173
15581
+ "line": 174
15524
15582
  },
15525
15583
  "name": "usingAwsIam",
15526
15584
  "returns": {
@@ -15538,7 +15596,7 @@
15538
15596
  },
15539
15597
  "locationInModule": {
15540
15598
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
15541
- "line": 195
15599
+ "line": 196
15542
15600
  },
15543
15601
  "name": "usingCognito",
15544
15602
  "parameters": [
@@ -15567,7 +15625,7 @@
15567
15625
  },
15568
15626
  "locationInModule": {
15569
15627
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
15570
- "line": 182
15628
+ "line": 183
15571
15629
  },
15572
15630
  "name": "usingCustomJwt",
15573
15631
  "parameters": [
@@ -15602,7 +15660,7 @@
15602
15660
  "kind": "enum",
15603
15661
  "locationInModule": {
15604
15662
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
15605
- "line": 12
15663
+ "line": 13
15606
15664
  },
15607
15665
  "members": [
15608
15666
  {
@@ -16459,7 +16517,7 @@
16459
16517
  "kind": "class",
16460
16518
  "locationInModule": {
16461
16519
  "filename": "lib/gateway/inbound-auth/custom-claim.ts",
16462
- "line": 24
16520
+ "line": 25
16463
16521
  },
16464
16522
  "methods": [
16465
16523
  {
@@ -16471,7 +16529,7 @@
16471
16529
  },
16472
16530
  "locationInModule": {
16473
16531
  "filename": "lib/gateway/inbound-auth/custom-claim.ts",
16474
- "line": 46
16532
+ "line": 47
16475
16533
  },
16476
16534
  "name": "withStringArrayValue",
16477
16535
  "parameters": [
@@ -16526,7 +16584,7 @@
16526
16584
  },
16527
16585
  "locationInModule": {
16528
16586
  "filename": "lib/gateway/inbound-auth/custom-claim.ts",
16529
- "line": 33
16587
+ "line": 34
16530
16588
  },
16531
16589
  "name": "withStringValue",
16532
16590
  "parameters": [
@@ -16604,7 +16662,7 @@
16604
16662
  "kind": "interface",
16605
16663
  "locationInModule": {
16606
16664
  "filename": "lib/gateway/gateway.ts",
16607
- "line": 222
16665
+ "line": 223
16608
16666
  },
16609
16667
  "name": "GatewayProps",
16610
16668
  "properties": [
@@ -16618,7 +16676,7 @@
16618
16676
  "immutable": true,
16619
16677
  "locationInModule": {
16620
16678
  "filename": "lib/gateway/gateway.ts",
16621
- "line": 252
16679
+ "line": 253
16622
16680
  },
16623
16681
  "name": "authorizerConfiguration",
16624
16682
  "optional": true,
@@ -16636,7 +16694,7 @@
16636
16694
  "immutable": true,
16637
16695
  "locationInModule": {
16638
16696
  "filename": "lib/gateway/gateway.ts",
16639
- "line": 237
16697
+ "line": 238
16640
16698
  },
16641
16699
  "name": "description",
16642
16700
  "optional": true,
@@ -16654,7 +16712,7 @@
16654
16712
  "immutable": true,
16655
16713
  "locationInModule": {
16656
16714
  "filename": "lib/gateway/gateway.ts",
16657
- "line": 259
16715
+ "line": 260
16658
16716
  },
16659
16717
  "name": "exceptionLevel",
16660
16718
  "optional": true,
@@ -16672,7 +16730,7 @@
16672
16730
  "immutable": true,
16673
16731
  "locationInModule": {
16674
16732
  "filename": "lib/gateway/gateway.ts",
16675
- "line": 229
16733
+ "line": 230
16676
16734
  },
16677
16735
  "name": "gatewayName",
16678
16736
  "optional": true,
@@ -16692,7 +16750,7 @@
16692
16750
  "immutable": true,
16693
16751
  "locationInModule": {
16694
16752
  "filename": "lib/gateway/gateway.ts",
16695
- "line": 292
16753
+ "line": 293
16696
16754
  },
16697
16755
  "name": "interceptorConfigurations",
16698
16756
  "optional": true,
@@ -16715,7 +16773,7 @@
16715
16773
  "immutable": true,
16716
16774
  "locationInModule": {
16717
16775
  "filename": "lib/gateway/gateway.ts",
16718
- "line": 265
16776
+ "line": 266
16719
16777
  },
16720
16778
  "name": "kmsKey",
16721
16779
  "optional": true,
@@ -16733,7 +16791,7 @@
16733
16791
  "immutable": true,
16734
16792
  "locationInModule": {
16735
16793
  "filename": "lib/gateway/gateway.ts",
16736
- "line": 246
16794
+ "line": 247
16737
16795
  },
16738
16796
  "name": "protocolConfiguration",
16739
16797
  "optional": true,
@@ -16751,7 +16809,7 @@
16751
16809
  "immutable": true,
16752
16810
  "locationInModule": {
16753
16811
  "filename": "lib/gateway/gateway.ts",
16754
- "line": 271
16812
+ "line": 272
16755
16813
  },
16756
16814
  "name": "role",
16757
16815
  "optional": true,
@@ -16769,7 +16827,7 @@
16769
16827
  "immutable": true,
16770
16828
  "locationInModule": {
16771
16829
  "filename": "lib/gateway/gateway.ts",
16772
- "line": 278
16830
+ "line": 279
16773
16831
  },
16774
16832
  "name": "tags",
16775
16833
  "optional": true,
@@ -16859,7 +16917,7 @@
16859
16917
  },
16860
16918
  "locationInModule": {
16861
16919
  "filename": "lib/gateway/targets/target.ts",
16862
- "line": 509
16920
+ "line": 510
16863
16921
  },
16864
16922
  "parameters": [
16865
16923
  {
@@ -16888,7 +16946,7 @@
16888
16946
  "kind": "class",
16889
16947
  "locationInModule": {
16890
16948
  "filename": "lib/gateway/targets/target.ts",
16891
- "line": 276
16949
+ "line": 277
16892
16950
  },
16893
16951
  "methods": [
16894
16952
  {
@@ -16900,7 +16958,7 @@
16900
16958
  },
16901
16959
  "locationInModule": {
16902
16960
  "filename": "lib/gateway/targets/target.ts",
16903
- "line": 421
16961
+ "line": 422
16904
16962
  },
16905
16963
  "name": "forApiGateway",
16906
16964
  "parameters": [
@@ -16947,7 +17005,7 @@
16947
17005
  },
16948
17006
  "locationInModule": {
16949
17007
  "filename": "lib/gateway/targets/target.ts",
16950
- "line": 323
17008
+ "line": 324
16951
17009
  },
16952
17010
  "name": "forLambda",
16953
17011
  "parameters": [
@@ -16995,7 +17053,7 @@
16995
17053
  },
16996
17054
  "locationInModule": {
16997
17055
  "filename": "lib/gateway/targets/target.ts",
16998
- "line": 397
17056
+ "line": 398
16999
17057
  },
17000
17058
  "name": "forMcpServer",
17001
17059
  "parameters": [
@@ -17042,7 +17100,7 @@
17042
17100
  },
17043
17101
  "locationInModule": {
17044
17102
  "filename": "lib/gateway/targets/target.ts",
17045
- "line": 350
17103
+ "line": 351
17046
17104
  },
17047
17105
  "name": "forOpenApi",
17048
17106
  "parameters": [
@@ -17089,7 +17147,7 @@
17089
17147
  },
17090
17148
  "locationInModule": {
17091
17149
  "filename": "lib/gateway/targets/target.ts",
17092
- "line": 373
17150
+ "line": 374
17093
17151
  },
17094
17152
  "name": "forSmithy",
17095
17153
  "parameters": [
@@ -17136,7 +17194,7 @@
17136
17194
  },
17137
17195
  "locationInModule": {
17138
17196
  "filename": "lib/gateway/targets/target.ts",
17139
- "line": 289
17197
+ "line": 290
17140
17198
  },
17141
17199
  "name": "fromGatewayTargetAttributes",
17142
17200
  "parameters": [
@@ -17183,7 +17241,7 @@
17183
17241
  },
17184
17242
  "locationInModule": {
17185
17243
  "filename": "lib/gateway/targets/target.ts",
17186
- "line": 598
17244
+ "line": 599
17187
17245
  },
17188
17246
  "name": "grantSync",
17189
17247
  "parameters": [
@@ -17212,7 +17270,7 @@
17212
17270
  "immutable": true,
17213
17271
  "locationInModule": {
17214
17272
  "filename": "lib/gateway/targets/target.ts",
17215
- "line": 279
17273
+ "line": 280
17216
17274
  },
17217
17275
  "name": "PROPERTY_INJECTION_ID",
17218
17276
  "static": true,
@@ -17228,7 +17286,7 @@
17228
17286
  "immutable": true,
17229
17287
  "locationInModule": {
17230
17288
  "filename": "lib/gateway/targets/target.ts",
17231
- "line": 465
17289
+ "line": 466
17232
17290
  },
17233
17291
  "name": "gateway",
17234
17292
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17244,7 +17302,7 @@
17244
17302
  "immutable": true,
17245
17303
  "locationInModule": {
17246
17304
  "filename": "lib/gateway/targets/target.ts",
17247
- "line": 455
17305
+ "line": 456
17248
17306
  },
17249
17307
  "name": "name",
17250
17308
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17263,7 +17321,7 @@
17263
17321
  "immutable": true,
17264
17322
  "locationInModule": {
17265
17323
  "filename": "lib/gateway/targets/target.ts",
17266
- "line": 444
17324
+ "line": 445
17267
17325
  },
17268
17326
  "name": "targetArn",
17269
17327
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17282,7 +17340,7 @@
17282
17340
  "immutable": true,
17283
17341
  "locationInModule": {
17284
17342
  "filename": "lib/gateway/targets/target.ts",
17285
- "line": 450
17343
+ "line": 451
17286
17344
  },
17287
17345
  "name": "targetId",
17288
17346
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17298,7 +17356,7 @@
17298
17356
  "immutable": true,
17299
17357
  "locationInModule": {
17300
17358
  "filename": "lib/gateway/targets/target.ts",
17301
- "line": 475
17359
+ "line": 476
17302
17360
  },
17303
17361
  "name": "targetProtocolType",
17304
17362
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.GatewayTargetBase",
@@ -17314,7 +17372,7 @@
17314
17372
  "immutable": true,
17315
17373
  "locationInModule": {
17316
17374
  "filename": "lib/gateway/targets/target.ts",
17317
- "line": 480
17375
+ "line": 481
17318
17376
  },
17319
17377
  "name": "targetType",
17320
17378
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IMcpGatewayTarget",
@@ -17333,7 +17391,7 @@
17333
17391
  "immutable": true,
17334
17392
  "locationInModule": {
17335
17393
  "filename": "lib/gateway/targets/target.ts",
17336
- "line": 498
17394
+ "line": 499
17337
17395
  },
17338
17396
  "name": "createdAt",
17339
17397
  "optional": true,
@@ -17350,7 +17408,7 @@
17350
17408
  "immutable": true,
17351
17409
  "locationInModule": {
17352
17410
  "filename": "lib/gateway/targets/target.ts",
17353
- "line": 470
17411
+ "line": 471
17354
17412
  },
17355
17413
  "name": "credentialProviderConfigurations",
17356
17414
  "optional": true,
@@ -17372,7 +17430,7 @@
17372
17430
  "immutable": true,
17373
17431
  "locationInModule": {
17374
17432
  "filename": "lib/gateway/targets/target.ts",
17375
- "line": 460
17433
+ "line": 461
17376
17434
  },
17377
17435
  "name": "description",
17378
17436
  "optional": true,
@@ -17392,7 +17450,7 @@
17392
17450
  "immutable": true,
17393
17451
  "locationInModule": {
17394
17452
  "filename": "lib/gateway/targets/target.ts",
17395
- "line": 486
17453
+ "line": 487
17396
17454
  },
17397
17455
  "name": "status",
17398
17456
  "optional": true,
@@ -17412,7 +17470,7 @@
17412
17470
  "immutable": true,
17413
17471
  "locationInModule": {
17414
17472
  "filename": "lib/gateway/targets/target.ts",
17415
- "line": 492
17473
+ "line": 493
17416
17474
  },
17417
17475
  "name": "statusReasons",
17418
17476
  "optional": true,
@@ -17437,7 +17495,7 @@
17437
17495
  "immutable": true,
17438
17496
  "locationInModule": {
17439
17497
  "filename": "lib/gateway/targets/target.ts",
17440
- "line": 504
17498
+ "line": 505
17441
17499
  },
17442
17500
  "name": "updatedAt",
17443
17501
  "optional": true,
@@ -17467,7 +17525,7 @@
17467
17525
  "kind": "interface",
17468
17526
  "locationInModule": {
17469
17527
  "filename": "lib/gateway/targets/target.ts",
17470
- "line": 179
17528
+ "line": 180
17471
17529
  },
17472
17530
  "name": "GatewayTargetApiGatewayProps",
17473
17531
  "properties": [
@@ -17480,7 +17538,7 @@
17480
17538
  "immutable": true,
17481
17539
  "locationInModule": {
17482
17540
  "filename": "lib/gateway/targets/target.ts",
17483
- "line": 202
17541
+ "line": 203
17484
17542
  },
17485
17543
  "name": "apiGatewayToolConfiguration",
17486
17544
  "type": {
@@ -17496,7 +17554,7 @@
17496
17554
  "immutable": true,
17497
17555
  "locationInModule": {
17498
17556
  "filename": "lib/gateway/targets/target.ts",
17499
- "line": 184
17557
+ "line": 185
17500
17558
  },
17501
17559
  "name": "gateway",
17502
17560
  "type": {
@@ -17512,7 +17570,7 @@
17512
17570
  "immutable": true,
17513
17571
  "locationInModule": {
17514
17572
  "filename": "lib/gateway/targets/target.ts",
17515
- "line": 191
17573
+ "line": 192
17516
17574
  },
17517
17575
  "name": "restApi",
17518
17576
  "type": {
@@ -17529,7 +17587,7 @@
17529
17587
  "immutable": true,
17530
17588
  "locationInModule": {
17531
17589
  "filename": "lib/gateway/targets/target.ts",
17532
- "line": 209
17590
+ "line": 210
17533
17591
  },
17534
17592
  "name": "credentialProviderConfigurations",
17535
17593
  "optional": true,
@@ -17552,7 +17610,7 @@
17552
17610
  "immutable": true,
17553
17611
  "locationInModule": {
17554
17612
  "filename": "lib/gateway/targets/target.ts",
17555
- "line": 216
17613
+ "line": 217
17556
17614
  },
17557
17615
  "name": "metadataConfiguration",
17558
17616
  "optional": true,
@@ -17570,7 +17628,7 @@
17570
17628
  "immutable": true,
17571
17629
  "locationInModule": {
17572
17630
  "filename": "lib/gateway/targets/target.ts",
17573
- "line": 197
17631
+ "line": 198
17574
17632
  },
17575
17633
  "name": "stage",
17576
17634
  "optional": true,
@@ -17596,7 +17654,7 @@
17596
17654
  "kind": "interface",
17597
17655
  "locationInModule": {
17598
17656
  "filename": "lib/gateway/targets/target.ts",
17599
- "line": 222
17657
+ "line": 223
17600
17658
  },
17601
17659
  "name": "GatewayTargetAttributes",
17602
17660
  "properties": [
@@ -17609,7 +17667,7 @@
17609
17667
  "immutable": true,
17610
17668
  "locationInModule": {
17611
17669
  "filename": "lib/gateway/targets/target.ts",
17612
- "line": 241
17670
+ "line": 242
17613
17671
  },
17614
17672
  "name": "gateway",
17615
17673
  "type": {
@@ -17625,7 +17683,7 @@
17625
17683
  "immutable": true,
17626
17684
  "locationInModule": {
17627
17685
  "filename": "lib/gateway/targets/target.ts",
17628
- "line": 236
17686
+ "line": 237
17629
17687
  },
17630
17688
  "name": "gatewayTargetName",
17631
17689
  "type": {
@@ -17641,7 +17699,7 @@
17641
17699
  "immutable": true,
17642
17700
  "locationInModule": {
17643
17701
  "filename": "lib/gateway/targets/target.ts",
17644
- "line": 226
17702
+ "line": 227
17645
17703
  },
17646
17704
  "name": "targetArn",
17647
17705
  "type": {
@@ -17657,7 +17715,7 @@
17657
17715
  "immutable": true,
17658
17716
  "locationInModule": {
17659
17717
  "filename": "lib/gateway/targets/target.ts",
17660
- "line": 231
17718
+ "line": 232
17661
17719
  },
17662
17720
  "name": "targetId",
17663
17721
  "type": {
@@ -17674,7 +17732,7 @@
17674
17732
  "immutable": true,
17675
17733
  "locationInModule": {
17676
17734
  "filename": "lib/gateway/targets/target.ts",
17677
- "line": 253
17735
+ "line": 254
17678
17736
  },
17679
17737
  "name": "createdAt",
17680
17738
  "optional": true,
@@ -17692,7 +17750,7 @@
17692
17750
  "immutable": true,
17693
17751
  "locationInModule": {
17694
17752
  "filename": "lib/gateway/targets/target.ts",
17695
- "line": 247
17753
+ "line": 248
17696
17754
  },
17697
17755
  "name": "status",
17698
17756
  "optional": true,
@@ -17710,7 +17768,7 @@
17710
17768
  "immutable": true,
17711
17769
  "locationInModule": {
17712
17770
  "filename": "lib/gateway/targets/target.ts",
17713
- "line": 259
17771
+ "line": 260
17714
17772
  },
17715
17773
  "name": "updatedAt",
17716
17774
  "optional": true,
@@ -17737,7 +17795,7 @@
17737
17795
  },
17738
17796
  "locationInModule": {
17739
17797
  "filename": "core/lib/resource.ts",
17740
- "line": 120
17798
+ "line": 121
17741
17799
  },
17742
17800
  "parameters": [
17743
17801
  {
@@ -18108,7 +18166,7 @@
18108
18166
  "kind": "interface",
18109
18167
  "locationInModule": {
18110
18168
  "filename": "lib/gateway/targets/target.ts",
18111
- "line": 29
18169
+ "line": 30
18112
18170
  },
18113
18171
  "name": "GatewayTargetCommonProps",
18114
18172
  "properties": [
@@ -18122,7 +18180,7 @@
18122
18180
  "immutable": true,
18123
18181
  "locationInModule": {
18124
18182
  "filename": "lib/gateway/targets/target.ts",
18125
- "line": 43
18183
+ "line": 44
18126
18184
  },
18127
18185
  "name": "description",
18128
18186
  "optional": true,
@@ -18140,7 +18198,7 @@
18140
18198
  "immutable": true,
18141
18199
  "locationInModule": {
18142
18200
  "filename": "lib/gateway/targets/target.ts",
18143
- "line": 36
18201
+ "line": 37
18144
18202
  },
18145
18203
  "name": "gatewayTargetName",
18146
18204
  "optional": true,
@@ -18169,7 +18227,7 @@
18169
18227
  "kind": "interface",
18170
18228
  "locationInModule": {
18171
18229
  "filename": "lib/gateway/targets/target.ts",
18172
- "line": 75
18230
+ "line": 76
18173
18231
  },
18174
18232
  "name": "GatewayTargetLambdaProps",
18175
18233
  "properties": [
@@ -18182,7 +18240,7 @@
18182
18240
  "immutable": true,
18183
18241
  "locationInModule": {
18184
18242
  "filename": "lib/gateway/targets/target.ts",
18185
- "line": 79
18243
+ "line": 80
18186
18244
  },
18187
18245
  "name": "gateway",
18188
18246
  "type": {
@@ -18198,7 +18256,7 @@
18198
18256
  "immutable": true,
18199
18257
  "locationInModule": {
18200
18258
  "filename": "lib/gateway/targets/target.ts",
18201
- "line": 84
18259
+ "line": 85
18202
18260
  },
18203
18261
  "name": "lambdaFunction",
18204
18262
  "type": {
@@ -18214,7 +18272,7 @@
18214
18272
  "immutable": true,
18215
18273
  "locationInModule": {
18216
18274
  "filename": "lib/gateway/targets/target.ts",
18217
- "line": 89
18275
+ "line": 90
18218
18276
  },
18219
18277
  "name": "toolSchema",
18220
18278
  "type": {
@@ -18231,7 +18289,7 @@
18231
18289
  "immutable": true,
18232
18290
  "locationInModule": {
18233
18291
  "filename": "lib/gateway/targets/target.ts",
18234
- "line": 96
18292
+ "line": 97
18235
18293
  },
18236
18294
  "name": "credentialProviderConfigurations",
18237
18295
  "optional": true,
@@ -18265,7 +18323,7 @@
18265
18323
  "kind": "interface",
18266
18324
  "locationInModule": {
18267
18325
  "filename": "lib/gateway/targets/target.ts",
18268
- "line": 154
18326
+ "line": 155
18269
18327
  },
18270
18328
  "name": "GatewayTargetMcpServerProps",
18271
18329
  "properties": [
@@ -18278,7 +18336,7 @@
18278
18336
  "immutable": true,
18279
18337
  "locationInModule": {
18280
18338
  "filename": "lib/gateway/targets/target.ts",
18281
- "line": 173
18339
+ "line": 174
18282
18340
  },
18283
18341
  "name": "credentialProviderConfigurations",
18284
18342
  "type": {
@@ -18300,7 +18358,7 @@
18300
18358
  "immutable": true,
18301
18359
  "locationInModule": {
18302
18360
  "filename": "lib/gateway/targets/target.ts",
18303
- "line": 168
18361
+ "line": 169
18304
18362
  },
18305
18363
  "name": "endpoint",
18306
18364
  "type": {
@@ -18316,7 +18374,7 @@
18316
18374
  "immutable": true,
18317
18375
  "locationInModule": {
18318
18376
  "filename": "lib/gateway/targets/target.ts",
18319
- "line": 158
18377
+ "line": 159
18320
18378
  },
18321
18379
  "name": "gateway",
18322
18380
  "type": {
@@ -18344,7 +18402,7 @@
18344
18402
  "kind": "interface",
18345
18403
  "locationInModule": {
18346
18404
  "filename": "lib/gateway/targets/target.ts",
18347
- "line": 102
18405
+ "line": 103
18348
18406
  },
18349
18407
  "name": "GatewayTargetOpenApiProps",
18350
18408
  "properties": [
@@ -18357,7 +18415,7 @@
18357
18415
  "immutable": true,
18358
18416
  "locationInModule": {
18359
18417
  "filename": "lib/gateway/targets/target.ts",
18360
- "line": 111
18418
+ "line": 112
18361
18419
  },
18362
18420
  "name": "apiSchema",
18363
18421
  "type": {
@@ -18373,7 +18431,7 @@
18373
18431
  "immutable": true,
18374
18432
  "locationInModule": {
18375
18433
  "filename": "lib/gateway/targets/target.ts",
18376
- "line": 106
18434
+ "line": 107
18377
18435
  },
18378
18436
  "name": "gateway",
18379
18437
  "type": {
@@ -18390,7 +18448,7 @@
18390
18448
  "immutable": true,
18391
18449
  "locationInModule": {
18392
18450
  "filename": "lib/gateway/targets/target.ts",
18393
- "line": 126
18451
+ "line": 127
18394
18452
  },
18395
18453
  "name": "credentialProviderConfigurations",
18396
18454
  "optional": true,
@@ -18414,7 +18472,7 @@
18414
18472
  "immutable": true,
18415
18473
  "locationInModule": {
18416
18474
  "filename": "lib/gateway/targets/target.ts",
18417
- "line": 119
18475
+ "line": 120
18418
18476
  },
18419
18477
  "name": "validateOpenApiSchema",
18420
18478
  "optional": true,
@@ -18443,7 +18501,7 @@
18443
18501
  "kind": "interface",
18444
18502
  "locationInModule": {
18445
18503
  "filename": "lib/gateway/targets/target.ts",
18446
- "line": 49
18504
+ "line": 50
18447
18505
  },
18448
18506
  "name": "GatewayTargetProps",
18449
18507
  "properties": [
@@ -18456,7 +18514,7 @@
18456
18514
  "immutable": true,
18457
18515
  "locationInModule": {
18458
18516
  "filename": "lib/gateway/targets/target.ts",
18459
- "line": 53
18517
+ "line": 54
18460
18518
  },
18461
18519
  "name": "gateway",
18462
18520
  "type": {
@@ -18472,7 +18530,7 @@
18472
18530
  "immutable": true,
18473
18531
  "locationInModule": {
18474
18532
  "filename": "lib/gateway/targets/target.ts",
18475
- "line": 62
18533
+ "line": 63
18476
18534
  },
18477
18535
  "name": "targetConfiguration",
18478
18536
  "type": {
@@ -18489,7 +18547,7 @@
18489
18547
  "immutable": true,
18490
18548
  "locationInModule": {
18491
18549
  "filename": "lib/gateway/targets/target.ts",
18492
- "line": 68
18550
+ "line": 69
18493
18551
  },
18494
18552
  "name": "credentialProviderConfigurations",
18495
18553
  "optional": true,
@@ -18547,7 +18605,7 @@
18547
18605
  "kind": "interface",
18548
18606
  "locationInModule": {
18549
18607
  "filename": "lib/gateway/targets/target.ts",
18550
- "line": 132
18608
+ "line": 133
18551
18609
  },
18552
18610
  "name": "GatewayTargetSmithyProps",
18553
18611
  "properties": [
@@ -18560,7 +18618,7 @@
18560
18618
  "immutable": true,
18561
18619
  "locationInModule": {
18562
18620
  "filename": "lib/gateway/targets/target.ts",
18563
- "line": 136
18621
+ "line": 137
18564
18622
  },
18565
18623
  "name": "gateway",
18566
18624
  "type": {
@@ -18576,7 +18634,7 @@
18576
18634
  "immutable": true,
18577
18635
  "locationInModule": {
18578
18636
  "filename": "lib/gateway/targets/target.ts",
18579
- "line": 141
18637
+ "line": 142
18580
18638
  },
18581
18639
  "name": "smithyModel",
18582
18640
  "type": {
@@ -18593,7 +18651,7 @@
18593
18651
  "immutable": true,
18594
18652
  "locationInModule": {
18595
18653
  "filename": "lib/gateway/targets/target.ts",
18596
- "line": 148
18654
+ "line": 149
18597
18655
  },
18598
18656
  "name": "credentialProviderConfigurations",
18599
18657
  "optional": true,
@@ -18625,7 +18683,7 @@
18625
18683
  "kind": "interface",
18626
18684
  "locationInModule": {
18627
18685
  "filename": "lib/runtime/runtime-base.ts",
18628
- "line": 39
18686
+ "line": 40
18629
18687
  },
18630
18688
  "methods": [
18631
18689
  {
@@ -18637,7 +18695,7 @@
18637
18695
  },
18638
18696
  "locationInModule": {
18639
18697
  "filename": "lib/runtime/runtime-base.ts",
18640
- "line": 164
18698
+ "line": 165
18641
18699
  },
18642
18700
  "name": "addToRolePolicy",
18643
18701
  "parameters": [
@@ -18666,7 +18724,7 @@
18666
18724
  },
18667
18725
  "locationInModule": {
18668
18726
  "filename": "lib/runtime/runtime-base.ts",
18669
- "line": 156
18727
+ "line": 157
18670
18728
  },
18671
18729
  "name": "grant",
18672
18730
  "parameters": [
@@ -18713,7 +18771,7 @@
18713
18771
  },
18714
18772
  "locationInModule": {
18715
18773
  "filename": "lib/runtime/runtime-base.ts",
18716
- "line": 186
18774
+ "line": 187
18717
18775
  },
18718
18776
  "name": "grantInvoke",
18719
18777
  "parameters": [
@@ -18741,7 +18799,7 @@
18741
18799
  },
18742
18800
  "locationInModule": {
18743
18801
  "filename": "lib/runtime/runtime-base.ts",
18744
- "line": 171
18802
+ "line": 172
18745
18803
  },
18746
18804
  "name": "grantInvokeRuntime",
18747
18805
  "parameters": [
@@ -18769,7 +18827,7 @@
18769
18827
  },
18770
18828
  "locationInModule": {
18771
18829
  "filename": "lib/runtime/runtime-base.ts",
18772
- "line": 179
18830
+ "line": 180
18773
18831
  },
18774
18832
  "name": "grantInvokeRuntimeForUser",
18775
18833
  "parameters": [
@@ -18797,7 +18855,7 @@
18797
18855
  },
18798
18856
  "locationInModule": {
18799
18857
  "filename": "lib/runtime/runtime-base.ts",
18800
- "line": 98
18858
+ "line": 99
18801
18859
  },
18802
18860
  "name": "metric",
18803
18861
  "parameters": [
@@ -18840,7 +18898,7 @@
18840
18898
  },
18841
18899
  "locationInModule": {
18842
18900
  "filename": "lib/runtime/runtime-base.ts",
18843
- "line": 103
18901
+ "line": 104
18844
18902
  },
18845
18903
  "name": "metricInvocations",
18846
18904
  "parameters": [
@@ -18866,7 +18924,7 @@
18866
18924
  },
18867
18925
  "locationInModule": {
18868
18926
  "filename": "lib/runtime/runtime-base.ts",
18869
- "line": 108
18927
+ "line": 109
18870
18928
  },
18871
18929
  "name": "metricInvocationsAggregated",
18872
18930
  "parameters": [
@@ -18892,7 +18950,7 @@
18892
18950
  },
18893
18951
  "locationInModule": {
18894
18952
  "filename": "lib/runtime/runtime-base.ts",
18895
- "line": 128
18953
+ "line": 129
18896
18954
  },
18897
18955
  "name": "metricLatency",
18898
18956
  "parameters": [
@@ -18918,7 +18976,7 @@
18918
18976
  },
18919
18977
  "locationInModule": {
18920
18978
  "filename": "lib/runtime/runtime-base.ts",
18921
- "line": 138
18979
+ "line": 139
18922
18980
  },
18923
18981
  "name": "metricSessionCount",
18924
18982
  "parameters": [
@@ -18944,7 +19002,7 @@
18944
19002
  },
18945
19003
  "locationInModule": {
18946
19004
  "filename": "lib/runtime/runtime-base.ts",
18947
- "line": 143
19005
+ "line": 144
18948
19006
  },
18949
19007
  "name": "metricSessionsAggregated",
18950
19008
  "parameters": [
@@ -18970,7 +19028,7 @@
18970
19028
  },
18971
19029
  "locationInModule": {
18972
19030
  "filename": "lib/runtime/runtime-base.ts",
18973
- "line": 118
19031
+ "line": 119
18974
19032
  },
18975
19033
  "name": "metricSystemErrors",
18976
19034
  "parameters": [
@@ -18996,7 +19054,7 @@
18996
19054
  },
18997
19055
  "locationInModule": {
18998
19056
  "filename": "lib/runtime/runtime-base.ts",
18999
- "line": 113
19057
+ "line": 114
19000
19058
  },
19001
19059
  "name": "metricThrottles",
19002
19060
  "parameters": [
@@ -19022,7 +19080,7 @@
19022
19080
  },
19023
19081
  "locationInModule": {
19024
19082
  "filename": "lib/runtime/runtime-base.ts",
19025
- "line": 133
19083
+ "line": 134
19026
19084
  },
19027
19085
  "name": "metricTotalErrors",
19028
19086
  "parameters": [
@@ -19048,7 +19106,7 @@
19048
19106
  },
19049
19107
  "locationInModule": {
19050
19108
  "filename": "lib/runtime/runtime-base.ts",
19051
- "line": 123
19109
+ "line": 124
19052
19110
  },
19053
19111
  "name": "metricUserErrors",
19054
19112
  "parameters": [
@@ -19082,7 +19140,7 @@
19082
19140
  "immutable": true,
19083
19141
  "locationInModule": {
19084
19142
  "filename": "lib/runtime/runtime-base.ts",
19085
- "line": 47
19143
+ "line": 48
19086
19144
  },
19087
19145
  "name": "agentRuntimeArn",
19088
19146
  "type": {
@@ -19102,7 +19160,7 @@
19102
19160
  "immutable": true,
19103
19161
  "locationInModule": {
19104
19162
  "filename": "lib/runtime/runtime-base.ts",
19105
- "line": 54
19163
+ "line": 55
19106
19164
  },
19107
19165
  "name": "agentRuntimeId",
19108
19166
  "type": {
@@ -19118,7 +19176,7 @@
19118
19176
  "immutable": true,
19119
19177
  "locationInModule": {
19120
19178
  "filename": "lib/runtime/runtime-base.ts",
19121
- "line": 59
19179
+ "line": 60
19122
19180
  },
19123
19181
  "name": "agentRuntimeName",
19124
19182
  "type": {
@@ -19134,7 +19192,7 @@
19134
19192
  "immutable": true,
19135
19193
  "locationInModule": {
19136
19194
  "filename": "lib/runtime/runtime-base.ts",
19137
- "line": 65
19195
+ "line": 66
19138
19196
  },
19139
19197
  "name": "role",
19140
19198
  "type": {
@@ -19153,7 +19211,7 @@
19153
19211
  "immutable": true,
19154
19212
  "locationInModule": {
19155
19213
  "filename": "lib/runtime/runtime-base.ts",
19156
- "line": 71
19214
+ "line": 72
19157
19215
  },
19158
19216
  "name": "agentRuntimeVersion",
19159
19217
  "optional": true,
@@ -19170,7 +19228,7 @@
19170
19228
  "immutable": true,
19171
19229
  "locationInModule": {
19172
19230
  "filename": "lib/runtime/runtime-base.ts",
19173
- "line": 76
19231
+ "line": 77
19174
19232
  },
19175
19233
  "name": "agentStatus",
19176
19234
  "optional": true,
@@ -19191,7 +19249,7 @@
19191
19249
  "immutable": true,
19192
19250
  "locationInModule": {
19193
19251
  "filename": "lib/runtime/runtime-base.ts",
19194
- "line": 83
19252
+ "line": 84
19195
19253
  },
19196
19254
  "name": "createdAt",
19197
19255
  "optional": true,
@@ -19212,7 +19270,7 @@
19212
19270
  "immutable": true,
19213
19271
  "locationInModule": {
19214
19272
  "filename": "lib/runtime/runtime-base.ts",
19215
- "line": 90
19273
+ "line": 91
19216
19274
  },
19217
19275
  "name": "lastUpdatedAt",
19218
19276
  "optional": true,
@@ -19239,7 +19297,7 @@
19239
19297
  "kind": "interface",
19240
19298
  "locationInModule": {
19241
19299
  "filename": "lib/tools/browser.ts",
19242
- "line": 91
19300
+ "line": 92
19243
19301
  },
19244
19302
  "methods": [
19245
19303
  {
@@ -19250,7 +19308,7 @@
19250
19308
  },
19251
19309
  "locationInModule": {
19252
19310
  "filename": "lib/tools/browser.ts",
19253
- "line": 130
19311
+ "line": 131
19254
19312
  },
19255
19313
  "name": "grant",
19256
19314
  "parameters": [
@@ -19283,7 +19341,7 @@
19283
19341
  },
19284
19342
  "locationInModule": {
19285
19343
  "filename": "lib/tools/browser.ts",
19286
- "line": 134
19344
+ "line": 135
19287
19345
  },
19288
19346
  "name": "grantRead",
19289
19347
  "parameters": [
@@ -19308,7 +19366,7 @@
19308
19366
  },
19309
19367
  "locationInModule": {
19310
19368
  "filename": "lib/tools/browser.ts",
19311
- "line": 138
19369
+ "line": 139
19312
19370
  },
19313
19371
  "name": "grantUse",
19314
19372
  "parameters": [
@@ -19333,7 +19391,7 @@
19333
19391
  },
19334
19392
  "locationInModule": {
19335
19393
  "filename": "lib/tools/browser.ts",
19336
- "line": 146
19394
+ "line": 147
19337
19395
  },
19338
19396
  "name": "metric",
19339
19397
  "parameters": [
@@ -19376,7 +19434,7 @@
19376
19434
  },
19377
19435
  "locationInModule": {
19378
19436
  "filename": "lib/tools/browser.ts",
19379
- "line": 166
19437
+ "line": 167
19380
19438
  },
19381
19439
  "name": "metricErrorsForApiOperation",
19382
19440
  "parameters": [
@@ -19408,7 +19466,7 @@
19408
19466
  },
19409
19467
  "locationInModule": {
19410
19468
  "filename": "lib/tools/browser.ts",
19411
- "line": 151
19469
+ "line": 152
19412
19470
  },
19413
19471
  "name": "metricForApiOperation",
19414
19472
  "parameters": [
@@ -19446,7 +19504,7 @@
19446
19504
  },
19447
19505
  "locationInModule": {
19448
19506
  "filename": "lib/tools/browser.ts",
19449
- "line": 161
19507
+ "line": 162
19450
19508
  },
19451
19509
  "name": "metricInvocationsForApiOperation",
19452
19510
  "parameters": [
@@ -19478,7 +19536,7 @@
19478
19536
  },
19479
19537
  "locationInModule": {
19480
19538
  "filename": "lib/tools/browser.ts",
19481
- "line": 156
19539
+ "line": 157
19482
19540
  },
19483
19541
  "name": "metricLatencyForApiOperation",
19484
19542
  "parameters": [
@@ -19510,7 +19568,7 @@
19510
19568
  },
19511
19569
  "locationInModule": {
19512
19570
  "filename": "lib/tools/browser.ts",
19513
- "line": 186
19571
+ "line": 187
19514
19572
  },
19515
19573
  "name": "metricSessionDuration",
19516
19574
  "parameters": [
@@ -19536,7 +19594,7 @@
19536
19594
  },
19537
19595
  "locationInModule": {
19538
19596
  "filename": "lib/tools/browser.ts",
19539
- "line": 176
19597
+ "line": 177
19540
19598
  },
19541
19599
  "name": "metricSystemErrorsForApiOperation",
19542
19600
  "parameters": [
@@ -19568,7 +19626,7 @@
19568
19626
  },
19569
19627
  "locationInModule": {
19570
19628
  "filename": "lib/tools/browser.ts",
19571
- "line": 191
19629
+ "line": 192
19572
19630
  },
19573
19631
  "name": "metricTakeOverCount",
19574
19632
  "parameters": [
@@ -19594,7 +19652,7 @@
19594
19652
  },
19595
19653
  "locationInModule": {
19596
19654
  "filename": "lib/tools/browser.ts",
19597
- "line": 201
19655
+ "line": 202
19598
19656
  },
19599
19657
  "name": "metricTakeOverDuration",
19600
19658
  "parameters": [
@@ -19620,7 +19678,7 @@
19620
19678
  },
19621
19679
  "locationInModule": {
19622
19680
  "filename": "lib/tools/browser.ts",
19623
- "line": 196
19681
+ "line": 197
19624
19682
  },
19625
19683
  "name": "metricTakeOverReleaseCount",
19626
19684
  "parameters": [
@@ -19646,7 +19704,7 @@
19646
19704
  },
19647
19705
  "locationInModule": {
19648
19706
  "filename": "lib/tools/browser.ts",
19649
- "line": 171
19707
+ "line": 172
19650
19708
  },
19651
19709
  "name": "metricThrottlesForApiOperation",
19652
19710
  "parameters": [
@@ -19678,7 +19736,7 @@
19678
19736
  },
19679
19737
  "locationInModule": {
19680
19738
  "filename": "lib/tools/browser.ts",
19681
- "line": 181
19739
+ "line": 182
19682
19740
  },
19683
19741
  "name": "metricUserErrorsForApiOperation",
19684
19742
  "parameters": [
@@ -19717,7 +19775,7 @@
19717
19775
  "immutable": true,
19718
19776
  "locationInModule": {
19719
19777
  "filename": "lib/tools/browser.ts",
19720
- "line": 96
19778
+ "line": 97
19721
19779
  },
19722
19780
  "name": "browserArn",
19723
19781
  "type": {
@@ -19736,7 +19794,7 @@
19736
19794
  "immutable": true,
19737
19795
  "locationInModule": {
19738
19796
  "filename": "lib/tools/browser.ts",
19739
- "line": 102
19797
+ "line": 103
19740
19798
  },
19741
19799
  "name": "browserId",
19742
19800
  "type": {
@@ -19752,7 +19810,7 @@
19752
19810
  "immutable": true,
19753
19811
  "locationInModule": {
19754
19812
  "filename": "lib/tools/browser.ts",
19755
- "line": 107
19813
+ "line": 108
19756
19814
  },
19757
19815
  "name": "executionRole",
19758
19816
  "type": {
@@ -19771,7 +19829,7 @@
19771
19829
  "immutable": true,
19772
19830
  "locationInModule": {
19773
19831
  "filename": "lib/tools/browser.ts",
19774
- "line": 125
19832
+ "line": 126
19775
19833
  },
19776
19834
  "name": "createdAt",
19777
19835
  "optional": true,
@@ -19791,7 +19849,7 @@
19791
19849
  "immutable": true,
19792
19850
  "locationInModule": {
19793
19851
  "filename": "lib/tools/browser.ts",
19794
- "line": 113
19852
+ "line": 114
19795
19853
  },
19796
19854
  "name": "lastUpdatedAt",
19797
19855
  "optional": true,
@@ -19811,7 +19869,7 @@
19811
19869
  "immutable": true,
19812
19870
  "locationInModule": {
19813
19871
  "filename": "lib/tools/browser.ts",
19814
- "line": 119
19872
+ "line": 120
19815
19873
  },
19816
19874
  "name": "status",
19817
19875
  "optional": true,
@@ -19838,7 +19896,7 @@
19838
19896
  "kind": "interface",
19839
19897
  "locationInModule": {
19840
19898
  "filename": "lib/tools/code-interpreter.ts",
19841
- "line": 68
19899
+ "line": 69
19842
19900
  },
19843
19901
  "methods": [
19844
19902
  {
@@ -19849,7 +19907,7 @@
19849
19907
  },
19850
19908
  "locationInModule": {
19851
19909
  "filename": "lib/tools/code-interpreter.ts",
19852
- "line": 107
19910
+ "line": 108
19853
19911
  },
19854
19912
  "name": "grant",
19855
19913
  "parameters": [
@@ -19882,7 +19940,7 @@
19882
19940
  },
19883
19941
  "locationInModule": {
19884
19942
  "filename": "lib/tools/code-interpreter.ts",
19885
- "line": 112
19943
+ "line": 113
19886
19944
  },
19887
19945
  "name": "grantRead",
19888
19946
  "parameters": [
@@ -19907,7 +19965,7 @@
19907
19965
  },
19908
19966
  "locationInModule": {
19909
19967
  "filename": "lib/tools/code-interpreter.ts",
19910
- "line": 117
19968
+ "line": 118
19911
19969
  },
19912
19970
  "name": "grantUse",
19913
19971
  "parameters": [
@@ -19932,7 +19990,7 @@
19932
19990
  },
19933
19991
  "locationInModule": {
19934
19992
  "filename": "lib/tools/code-interpreter.ts",
19935
- "line": 125
19993
+ "line": 126
19936
19994
  },
19937
19995
  "name": "metric",
19938
19996
  "parameters": [
@@ -19975,7 +20033,7 @@
19975
20033
  },
19976
20034
  "locationInModule": {
19977
20035
  "filename": "lib/tools/code-interpreter.ts",
19978
- "line": 145
20036
+ "line": 146
19979
20037
  },
19980
20038
  "name": "metricErrorsForApiOperation",
19981
20039
  "parameters": [
@@ -20007,7 +20065,7 @@
20007
20065
  },
20008
20066
  "locationInModule": {
20009
20067
  "filename": "lib/tools/code-interpreter.ts",
20010
- "line": 130
20068
+ "line": 131
20011
20069
  },
20012
20070
  "name": "metricForApiOperation",
20013
20071
  "parameters": [
@@ -20045,7 +20103,7 @@
20045
20103
  },
20046
20104
  "locationInModule": {
20047
20105
  "filename": "lib/tools/code-interpreter.ts",
20048
- "line": 140
20106
+ "line": 141
20049
20107
  },
20050
20108
  "name": "metricInvocationsForApiOperation",
20051
20109
  "parameters": [
@@ -20077,7 +20135,7 @@
20077
20135
  },
20078
20136
  "locationInModule": {
20079
20137
  "filename": "lib/tools/code-interpreter.ts",
20080
- "line": 135
20138
+ "line": 136
20081
20139
  },
20082
20140
  "name": "metricLatencyForApiOperation",
20083
20141
  "parameters": [
@@ -20109,7 +20167,7 @@
20109
20167
  },
20110
20168
  "locationInModule": {
20111
20169
  "filename": "lib/tools/code-interpreter.ts",
20112
- "line": 165
20170
+ "line": 166
20113
20171
  },
20114
20172
  "name": "metricSessionDuration",
20115
20173
  "parameters": [
@@ -20135,7 +20193,7 @@
20135
20193
  },
20136
20194
  "locationInModule": {
20137
20195
  "filename": "lib/tools/code-interpreter.ts",
20138
- "line": 155
20196
+ "line": 156
20139
20197
  },
20140
20198
  "name": "metricSystemErrorsForApiOperation",
20141
20199
  "parameters": [
@@ -20167,7 +20225,7 @@
20167
20225
  },
20168
20226
  "locationInModule": {
20169
20227
  "filename": "lib/tools/code-interpreter.ts",
20170
- "line": 150
20228
+ "line": 151
20171
20229
  },
20172
20230
  "name": "metricThrottlesForApiOperation",
20173
20231
  "parameters": [
@@ -20199,7 +20257,7 @@
20199
20257
  },
20200
20258
  "locationInModule": {
20201
20259
  "filename": "lib/tools/code-interpreter.ts",
20202
- "line": 160
20260
+ "line": 161
20203
20261
  },
20204
20262
  "name": "metricUserErrorsForApiOperation",
20205
20263
  "parameters": [
@@ -20238,7 +20296,7 @@
20238
20296
  "immutable": true,
20239
20297
  "locationInModule": {
20240
20298
  "filename": "lib/tools/code-interpreter.ts",
20241
- "line": 73
20299
+ "line": 74
20242
20300
  },
20243
20301
  "name": "codeInterpreterArn",
20244
20302
  "type": {
@@ -20257,7 +20315,7 @@
20257
20315
  "immutable": true,
20258
20316
  "locationInModule": {
20259
20317
  "filename": "lib/tools/code-interpreter.ts",
20260
- "line": 79
20318
+ "line": 80
20261
20319
  },
20262
20320
  "name": "codeInterpreterId",
20263
20321
  "type": {
@@ -20273,7 +20331,7 @@
20273
20331
  "immutable": true,
20274
20332
  "locationInModule": {
20275
20333
  "filename": "lib/tools/code-interpreter.ts",
20276
- "line": 102
20334
+ "line": 103
20277
20335
  },
20278
20336
  "name": "executionRole",
20279
20337
  "type": {
@@ -20292,7 +20350,7 @@
20292
20350
  "immutable": true,
20293
20351
  "locationInModule": {
20294
20352
  "filename": "lib/tools/code-interpreter.ts",
20295
- "line": 91
20353
+ "line": 92
20296
20354
  },
20297
20355
  "name": "createdAt",
20298
20356
  "optional": true,
@@ -20312,7 +20370,7 @@
20312
20370
  "immutable": true,
20313
20371
  "locationInModule": {
20314
20372
  "filename": "lib/tools/code-interpreter.ts",
20315
- "line": 97
20373
+ "line": 98
20316
20374
  },
20317
20375
  "name": "lastUpdatedAt",
20318
20376
  "optional": true,
@@ -20332,7 +20390,7 @@
20332
20390
  "immutable": true,
20333
20391
  "locationInModule": {
20334
20392
  "filename": "lib/tools/code-interpreter.ts",
20335
- "line": 85
20393
+ "line": 86
20336
20394
  },
20337
20395
  "name": "status",
20338
20396
  "optional": true,
@@ -21111,7 +21169,7 @@
21111
21169
  "kind": "interface",
21112
21170
  "locationInModule": {
21113
21171
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
21114
- "line": 22
21172
+ "line": 23
21115
21173
  },
21116
21174
  "name": "IGatewayAuthorizerConfig",
21117
21175
  "properties": [
@@ -21124,7 +21182,7 @@
21124
21182
  "immutable": true,
21125
21183
  "locationInModule": {
21126
21184
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
21127
- "line": 26
21185
+ "line": 27
21128
21186
  },
21129
21187
  "name": "authorizerType",
21130
21188
  "type": {
@@ -22512,7 +22570,7 @@
22512
22570
  "kind": "interface",
22513
22571
  "locationInModule": {
22514
22572
  "filename": "lib/gateway/targets/target-configuration.ts",
22515
- "line": 32
22573
+ "line": 33
22516
22574
  },
22517
22575
  "methods": [
22518
22576
  {
@@ -22523,7 +22581,7 @@
22523
22581
  },
22524
22582
  "locationInModule": {
22525
22583
  "filename": "lib/gateway/targets/target-configuration.ts",
22526
- "line": 42
22584
+ "line": 43
22527
22585
  },
22528
22586
  "name": "bind",
22529
22587
  "parameters": [
@@ -22558,7 +22616,7 @@
22558
22616
  "immutable": true,
22559
22617
  "locationInModule": {
22560
22618
  "filename": "lib/gateway/targets/target-configuration.ts",
22561
- "line": 36
22619
+ "line": 37
22562
22620
  },
22563
22621
  "name": "targetType",
22564
22622
  "type": {
@@ -22590,7 +22648,7 @@
22590
22648
  "kind": "class",
22591
22649
  "locationInModule": {
22592
22650
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
22593
- "line": 122
22651
+ "line": 123
22594
22652
  },
22595
22653
  "name": "IamAuthorizer",
22596
22654
  "properties": [
@@ -22602,7 +22660,7 @@
22602
22660
  "immutable": true,
22603
22661
  "locationInModule": {
22604
22662
  "filename": "lib/gateway/inbound-auth/authorizer.ts",
22605
- "line": 123
22663
+ "line": 124
22606
22664
  },
22607
22665
  "name": "authorizerType",
22608
22666
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IGatewayAuthorizerConfig",
@@ -23124,7 +23182,7 @@
23124
23182
  },
23125
23183
  "locationInModule": {
23126
23184
  "filename": "lib/gateway/targets/target-configuration.ts",
23127
- "line": 124
23185
+ "line": 125
23128
23186
  },
23129
23187
  "parameters": [
23130
23188
  {
@@ -23144,7 +23202,7 @@
23144
23202
  "kind": "class",
23145
23203
  "locationInModule": {
23146
23204
  "filename": "lib/gateway/targets/target-configuration.ts",
23147
- "line": 97
23205
+ "line": 98
23148
23206
  },
23149
23207
  "methods": [
23150
23208
  {
@@ -23155,7 +23213,7 @@
23155
23213
  },
23156
23214
  "locationInModule": {
23157
23215
  "filename": "lib/gateway/targets/target-configuration.ts",
23158
- "line": 105
23216
+ "line": 106
23159
23217
  },
23160
23218
  "name": "create",
23161
23219
  "parameters": [
@@ -23192,7 +23250,7 @@
23192
23250
  },
23193
23251
  "locationInModule": {
23194
23252
  "filename": "lib/gateway/targets/target-configuration.ts",
23195
- "line": 137
23253
+ "line": 138
23196
23254
  },
23197
23255
  "name": "bind",
23198
23256
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23229,7 +23287,7 @@
23229
23287
  },
23230
23288
  "locationInModule": {
23231
23289
  "filename": "lib/gateway/targets/target-configuration.ts",
23232
- "line": 150
23290
+ "line": 151
23233
23291
  },
23234
23292
  "name": "renderMcpConfiguration",
23235
23293
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23251,7 +23309,7 @@
23251
23309
  "immutable": true,
23252
23310
  "locationInModule": {
23253
23311
  "filename": "lib/gateway/targets/target-configuration.ts",
23254
- "line": 117
23312
+ "line": 118
23255
23313
  },
23256
23314
  "name": "lambdaFunction",
23257
23315
  "type": {
@@ -23266,7 +23324,7 @@
23266
23324
  "immutable": true,
23267
23325
  "locationInModule": {
23268
23326
  "filename": "lib/gateway/targets/target-configuration.ts",
23269
- "line": 112
23327
+ "line": 113
23270
23328
  },
23271
23329
  "name": "targetType",
23272
23330
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -23282,7 +23340,7 @@
23282
23340
  "immutable": true,
23283
23341
  "locationInModule": {
23284
23342
  "filename": "lib/gateway/targets/target-configuration.ts",
23285
- "line": 122
23343
+ "line": 123
23286
23344
  },
23287
23345
  "name": "toolSchema",
23288
23346
  "type": {
@@ -23959,7 +24017,7 @@
23959
24017
  },
23960
24018
  "locationInModule": {
23961
24019
  "filename": "lib/gateway/targets/target-configuration.ts",
23962
- "line": 349
24020
+ "line": 350
23963
24021
  },
23964
24022
  "parameters": [
23965
24023
  {
@@ -23973,7 +24031,7 @@
23973
24031
  "kind": "class",
23974
24032
  "locationInModule": {
23975
24033
  "filename": "lib/gateway/targets/target-configuration.ts",
23976
- "line": 331
24034
+ "line": 332
23977
24035
  },
23978
24036
  "methods": [
23979
24037
  {
@@ -23984,7 +24042,7 @@
23984
24042
  },
23985
24043
  "locationInModule": {
23986
24044
  "filename": "lib/gateway/targets/target-configuration.ts",
23987
- "line": 338
24045
+ "line": 339
23988
24046
  },
23989
24047
  "name": "create",
23990
24048
  "parameters": [
@@ -24012,7 +24070,7 @@
24012
24070
  },
24013
24071
  "locationInModule": {
24014
24072
  "filename": "lib/gateway/targets/target-configuration.ts",
24015
- "line": 362
24073
+ "line": 363
24016
24074
  },
24017
24075
  "name": "bind",
24018
24076
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -24049,7 +24107,7 @@
24049
24107
  },
24050
24108
  "locationInModule": {
24051
24109
  "filename": "lib/gateway/targets/target-configuration.ts",
24052
- "line": 371
24110
+ "line": 372
24053
24111
  },
24054
24112
  "name": "renderMcpConfiguration",
24055
24113
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -24071,7 +24129,7 @@
24071
24129
  "immutable": true,
24072
24130
  "locationInModule": {
24073
24131
  "filename": "lib/gateway/targets/target-configuration.ts",
24074
- "line": 347
24132
+ "line": 348
24075
24133
  },
24076
24134
  "name": "endpoint",
24077
24135
  "type": {
@@ -24086,7 +24144,7 @@
24086
24144
  "immutable": true,
24087
24145
  "locationInModule": {
24088
24146
  "filename": "lib/gateway/targets/target-configuration.ts",
24089
- "line": 342
24147
+ "line": 343
24090
24148
  },
24091
24149
  "name": "targetType",
24092
24150
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -24116,7 +24174,7 @@
24116
24174
  "kind": "class",
24117
24175
  "locationInModule": {
24118
24176
  "filename": "lib/gateway/targets/target-configuration.ts",
24119
- "line": 59
24177
+ "line": 60
24120
24178
  },
24121
24179
  "methods": [
24122
24180
  {
@@ -24127,7 +24185,7 @@
24127
24185
  },
24128
24186
  "locationInModule": {
24129
24187
  "filename": "lib/gateway/targets/target-configuration.ts",
24130
- "line": 69
24188
+ "line": 70
24131
24189
  },
24132
24190
  "name": "bind",
24133
24191
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ITargetConfiguration",
@@ -24159,7 +24217,7 @@
24159
24217
  },
24160
24218
  "locationInModule": {
24161
24219
  "filename": "lib/gateway/targets/target-configuration.ts",
24162
- "line": 74
24220
+ "line": 75
24163
24221
  },
24164
24222
  "name": "renderMcpConfiguration",
24165
24223
  "protected": true,
@@ -24181,7 +24239,7 @@
24181
24239
  "immutable": true,
24182
24240
  "locationInModule": {
24183
24241
  "filename": "lib/gateway/targets/target-configuration.ts",
24184
- "line": 63
24242
+ "line": 64
24185
24243
  },
24186
24244
  "name": "targetType",
24187
24245
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.ITargetConfiguration",
@@ -26068,7 +26126,7 @@
26068
26126
  "kind": "interface",
26069
26127
  "locationInModule": {
26070
26128
  "filename": "lib/gateway/targets/target-configuration.ts",
26071
- "line": 500
26129
+ "line": 501
26072
26130
  },
26073
26131
  "name": "MetadataConfiguration",
26074
26132
  "properties": [
@@ -26083,7 +26141,7 @@
26083
26141
  "immutable": true,
26084
26142
  "locationInModule": {
26085
26143
  "filename": "lib/gateway/targets/target-configuration.ts",
26086
- "line": 511
26144
+ "line": 512
26087
26145
  },
26088
26146
  "name": "allowedQueryParameters",
26089
26147
  "optional": true,
@@ -26107,7 +26165,7 @@
26107
26165
  "immutable": true,
26108
26166
  "locationInModule": {
26109
26167
  "filename": "lib/gateway/targets/target-configuration.ts",
26110
- "line": 523
26168
+ "line": 524
26111
26169
  },
26112
26170
  "name": "allowedRequestHeaders",
26113
26171
  "optional": true,
@@ -26131,7 +26189,7 @@
26131
26189
  "immutable": true,
26132
26190
  "locationInModule": {
26133
26191
  "filename": "lib/gateway/targets/target-configuration.ts",
26134
- "line": 535
26192
+ "line": 536
26135
26193
  },
26136
26194
  "name": "allowedResponseHeaders",
26137
26195
  "optional": true,
@@ -26385,7 +26443,7 @@
26385
26443
  },
26386
26444
  "locationInModule": {
26387
26445
  "filename": "lib/gateway/targets/target-configuration.ts",
26388
- "line": 194
26446
+ "line": 195
26389
26447
  },
26390
26448
  "parameters": [
26391
26449
  {
@@ -26406,7 +26464,7 @@
26406
26464
  "kind": "class",
26407
26465
  "locationInModule": {
26408
26466
  "filename": "lib/gateway/targets/target-configuration.ts",
26409
- "line": 170
26467
+ "line": 171
26410
26468
  },
26411
26469
  "methods": [
26412
26470
  {
@@ -26417,7 +26475,7 @@
26417
26475
  },
26418
26476
  "locationInModule": {
26419
26477
  "filename": "lib/gateway/targets/target-configuration.ts",
26420
- "line": 178
26478
+ "line": 179
26421
26479
  },
26422
26480
  "name": "create",
26423
26481
  "parameters": [
@@ -26455,7 +26513,7 @@
26455
26513
  },
26456
26514
  "locationInModule": {
26457
26515
  "filename": "lib/gateway/targets/target-configuration.ts",
26458
- "line": 207
26516
+ "line": 208
26459
26517
  },
26460
26518
  "name": "bind",
26461
26519
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26492,7 +26550,7 @@
26492
26550
  },
26493
26551
  "locationInModule": {
26494
26552
  "filename": "lib/gateway/targets/target-configuration.ts",
26495
- "line": 253
26553
+ "line": 254
26496
26554
  },
26497
26555
  "name": "renderMcpConfiguration",
26498
26556
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26514,7 +26572,7 @@
26514
26572
  "immutable": true,
26515
26573
  "locationInModule": {
26516
26574
  "filename": "lib/gateway/targets/target-configuration.ts",
26517
- "line": 187
26575
+ "line": 188
26518
26576
  },
26519
26577
  "name": "apiSchema",
26520
26578
  "type": {
@@ -26529,7 +26587,7 @@
26529
26587
  "immutable": true,
26530
26588
  "locationInModule": {
26531
26589
  "filename": "lib/gateway/targets/target-configuration.ts",
26532
- "line": 182
26590
+ "line": 183
26533
26591
  },
26534
26592
  "name": "targetType",
26535
26593
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -26649,7 +26707,7 @@
26649
26707
  "kind": "interface",
26650
26708
  "locationInModule": {
26651
26709
  "filename": "lib/tools/browser.ts",
26652
- "line": 508
26710
+ "line": 509
26653
26711
  },
26654
26712
  "name": "RecordingConfig",
26655
26713
  "properties": [
@@ -26663,7 +26721,7 @@
26663
26721
  "immutable": true,
26664
26722
  "locationInModule": {
26665
26723
  "filename": "lib/tools/browser.ts",
26666
- "line": 513
26724
+ "line": 514
26667
26725
  },
26668
26726
  "name": "enabled",
26669
26727
  "optional": true,
@@ -26681,7 +26739,7 @@
26681
26739
  "immutable": true,
26682
26740
  "locationInModule": {
26683
26741
  "filename": "lib/tools/browser.ts",
26684
- "line": 519
26742
+ "line": 520
26685
26743
  },
26686
26744
  "name": "s3Location",
26687
26745
  "optional": true,
@@ -26757,7 +26815,7 @@
26757
26815
  },
26758
26816
  "locationInModule": {
26759
26817
  "filename": "lib/runtime/runtime.ts",
26760
- "line": 263
26818
+ "line": 264
26761
26819
  },
26762
26820
  "parameters": [
26763
26821
  {
@@ -26783,7 +26841,7 @@
26783
26841
  "kind": "class",
26784
26842
  "locationInModule": {
26785
26843
  "filename": "lib/runtime/runtime.ts",
26786
- "line": 158
26844
+ "line": 159
26787
26845
  },
26788
26846
  "methods": [
26789
26847
  {
@@ -26794,7 +26852,7 @@
26794
26852
  },
26795
26853
  "locationInModule": {
26796
26854
  "filename": "lib/runtime/runtime.ts",
26797
- "line": 172
26855
+ "line": 173
26798
26856
  },
26799
26857
  "name": "fromAgentRuntimeAttributes",
26800
26858
  "parameters": [
@@ -26841,7 +26899,7 @@
26841
26899
  },
26842
26900
  "locationInModule": {
26843
26901
  "filename": "lib/runtime/runtime.ts",
26844
- "line": 840
26902
+ "line": 841
26845
26903
  },
26846
26904
  "name": "addEndpoint",
26847
26905
  "parameters": [
@@ -26883,7 +26941,7 @@
26883
26941
  "immutable": true,
26884
26942
  "locationInModule": {
26885
26943
  "filename": "lib/runtime/runtime.ts",
26886
- "line": 161
26944
+ "line": 162
26887
26945
  },
26888
26946
  "name": "PROPERTY_INJECTION_ID",
26889
26947
  "static": true,
@@ -26903,7 +26961,7 @@
26903
26961
  "immutable": true,
26904
26962
  "locationInModule": {
26905
26963
  "filename": "lib/runtime/runtime.ts",
26906
- "line": 210
26964
+ "line": 211
26907
26965
  },
26908
26966
  "name": "agentRuntimeArn",
26909
26967
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26919,7 +26977,7 @@
26919
26977
  "immutable": true,
26920
26978
  "locationInModule": {
26921
26979
  "filename": "lib/runtime/runtime.ts",
26922
- "line": 257
26980
+ "line": 258
26923
26981
  },
26924
26982
  "name": "agentRuntimeArtifact",
26925
26983
  "type": {
@@ -26938,7 +26996,7 @@
26938
26996
  "immutable": true,
26939
26997
  "locationInModule": {
26940
26998
  "filename": "lib/runtime/runtime.ts",
26941
- "line": 216
26999
+ "line": 217
26942
27000
  },
26943
27001
  "name": "agentRuntimeId",
26944
27002
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26958,7 +27016,7 @@
26958
27016
  "immutable": true,
26959
27017
  "locationInModule": {
26960
27018
  "filename": "lib/runtime/runtime.ts",
26961
- "line": 222
27019
+ "line": 223
26962
27020
  },
26963
27021
  "name": "agentRuntimeName",
26964
27022
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26974,7 +27032,7 @@
26974
27032
  "immutable": true,
26975
27033
  "locationInModule": {
26976
27034
  "filename": "lib/runtime/runtime.ts",
26977
- "line": 252
27035
+ "line": 253
26978
27036
  },
26979
27037
  "name": "grantPrincipal",
26980
27038
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -26990,7 +27048,7 @@
26990
27048
  "immutable": true,
26991
27049
  "locationInModule": {
26992
27050
  "filename": "lib/runtime/runtime.ts",
26993
- "line": 223
27051
+ "line": 224
26994
27052
  },
26995
27053
  "name": "role",
26996
27054
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeBase",
@@ -27010,7 +27068,7 @@
27010
27068
  "immutable": true,
27011
27069
  "locationInModule": {
27012
27070
  "filename": "lib/runtime/runtime.ts",
27013
- "line": 229
27071
+ "line": 230
27014
27072
  },
27015
27073
  "name": "agentRuntimeVersion",
27016
27074
  "optional": true,
@@ -27031,7 +27089,7 @@
27031
27089
  "immutable": true,
27032
27090
  "locationInModule": {
27033
27091
  "filename": "lib/runtime/runtime.ts",
27034
- "line": 235
27092
+ "line": 236
27035
27093
  },
27036
27094
  "name": "agentStatus",
27037
27095
  "optional": true,
@@ -27052,7 +27110,7 @@
27052
27110
  "immutable": true,
27053
27111
  "locationInModule": {
27054
27112
  "filename": "lib/runtime/runtime.ts",
27055
- "line": 245
27113
+ "line": 246
27056
27114
  },
27057
27115
  "name": "createdAt",
27058
27116
  "optional": true,
@@ -27069,7 +27127,7 @@
27069
27127
  "immutable": true,
27070
27128
  "locationInModule": {
27071
27129
  "filename": "lib/runtime/runtime.ts",
27072
- "line": 239
27130
+ "line": 240
27073
27131
  },
27074
27132
  "name": "description",
27075
27133
  "optional": true,
@@ -27089,7 +27147,7 @@
27089
27147
  "immutable": true,
27090
27148
  "locationInModule": {
27091
27149
  "filename": "lib/runtime/runtime.ts",
27092
- "line": 251
27150
+ "line": 252
27093
27151
  },
27094
27152
  "name": "lastUpdatedAt",
27095
27153
  "optional": true,
@@ -27122,7 +27180,7 @@
27122
27180
  "kind": "class",
27123
27181
  "locationInModule": {
27124
27182
  "filename": "lib/runtime/inbound-auth/runtime-authorizer-configuration.ts",
27125
- "line": 24
27183
+ "line": 25
27126
27184
  },
27127
27185
  "methods": [
27128
27186
  {
@@ -27134,7 +27192,7 @@
27134
27192
  },
27135
27193
  "locationInModule": {
27136
27194
  "filename": "lib/runtime/inbound-auth/runtime-authorizer-configuration.ts",
27137
- "line": 70
27195
+ "line": 71
27138
27196
  },
27139
27197
  "name": "usingCognito",
27140
27198
  "parameters": [
@@ -27223,7 +27281,7 @@
27223
27281
  },
27224
27282
  "locationInModule": {
27225
27283
  "filename": "lib/runtime/inbound-auth/runtime-authorizer-configuration.ts",
27226
- "line": 31
27284
+ "line": 32
27227
27285
  },
27228
27286
  "name": "usingIAM",
27229
27287
  "returns": {
@@ -27242,7 +27300,7 @@
27242
27300
  },
27243
27301
  "locationInModule": {
27244
27302
  "filename": "lib/runtime/inbound-auth/runtime-authorizer-configuration.ts",
27245
- "line": 46
27303
+ "line": 47
27246
27304
  },
27247
27305
  "name": "usingJWT",
27248
27306
  "parameters": [
@@ -27331,7 +27389,7 @@
27331
27389
  },
27332
27390
  "locationInModule": {
27333
27391
  "filename": "lib/runtime/inbound-auth/runtime-authorizer-configuration.ts",
27334
- "line": 91
27392
+ "line": 92
27335
27393
  },
27336
27394
  "name": "usingOAuth",
27337
27395
  "parameters": [
@@ -27425,7 +27483,7 @@
27425
27483
  },
27426
27484
  "locationInModule": {
27427
27485
  "filename": "lib/runtime/runtime-base.ts",
27428
- "line": 236
27486
+ "line": 237
27429
27487
  },
27430
27488
  "parameters": [
27431
27489
  {
@@ -27455,7 +27513,7 @@
27455
27513
  "kind": "class",
27456
27514
  "locationInModule": {
27457
27515
  "filename": "lib/runtime/runtime-base.ts",
27458
- "line": 196
27516
+ "line": 197
27459
27517
  },
27460
27518
  "methods": [
27461
27519
  {
@@ -27466,7 +27524,7 @@
27466
27524
  },
27467
27525
  "locationInModule": {
27468
27526
  "filename": "lib/runtime/runtime-base.ts",
27469
- "line": 263
27527
+ "line": 264
27470
27528
  },
27471
27529
  "name": "addToRolePolicy",
27472
27530
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27496,7 +27554,7 @@
27496
27554
  },
27497
27555
  "locationInModule": {
27498
27556
  "filename": "lib/runtime/runtime-base.ts",
27499
- "line": 249
27557
+ "line": 250
27500
27558
  },
27501
27559
  "name": "grant",
27502
27560
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27544,7 +27602,7 @@
27544
27602
  },
27545
27603
  "locationInModule": {
27546
27604
  "filename": "lib/runtime/runtime-base.ts",
27547
- "line": 309
27605
+ "line": 310
27548
27606
  },
27549
27607
  "name": "grantInvoke",
27550
27608
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27573,7 +27631,7 @@
27573
27631
  },
27574
27632
  "locationInModule": {
27575
27633
  "filename": "lib/runtime/runtime-base.ts",
27576
- "line": 276
27634
+ "line": 277
27577
27635
  },
27578
27636
  "name": "grantInvokeRuntime",
27579
27637
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27602,7 +27660,7 @@
27602
27660
  },
27603
27661
  "locationInModule": {
27604
27662
  "filename": "lib/runtime/runtime-base.ts",
27605
- "line": 293
27663
+ "line": 294
27606
27664
  },
27607
27665
  "name": "grantInvokeRuntimeForUser",
27608
27666
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27631,7 +27689,7 @@
27631
27689
  },
27632
27690
  "locationInModule": {
27633
27691
  "filename": "lib/runtime/runtime-base.ts",
27634
- "line": 326
27692
+ "line": 327
27635
27693
  },
27636
27694
  "name": "metric",
27637
27695
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27674,7 +27732,7 @@
27674
27732
  },
27675
27733
  "locationInModule": {
27676
27734
  "filename": "lib/runtime/runtime-base.ts",
27677
- "line": 339
27735
+ "line": 340
27678
27736
  },
27679
27737
  "name": "metricInvocations",
27680
27738
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27700,7 +27758,7 @@
27700
27758
  },
27701
27759
  "locationInModule": {
27702
27760
  "filename": "lib/runtime/runtime-base.ts",
27703
- "line": 346
27761
+ "line": 347
27704
27762
  },
27705
27763
  "name": "metricInvocationsAggregated",
27706
27764
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27727,7 +27785,7 @@
27727
27785
  },
27728
27786
  "locationInModule": {
27729
27787
  "filename": "lib/runtime/runtime-base.ts",
27730
- "line": 377
27788
+ "line": 378
27731
27789
  },
27732
27790
  "name": "metricLatency",
27733
27791
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27753,7 +27811,7 @@
27753
27811
  },
27754
27812
  "locationInModule": {
27755
27813
  "filename": "lib/runtime/runtime-base.ts",
27756
- "line": 391
27814
+ "line": 392
27757
27815
  },
27758
27816
  "name": "metricSessionCount",
27759
27817
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27779,7 +27837,7 @@
27779
27837
  },
27780
27838
  "locationInModule": {
27781
27839
  "filename": "lib/runtime/runtime-base.ts",
27782
- "line": 398
27840
+ "line": 399
27783
27841
  },
27784
27842
  "name": "metricSessionsAggregated",
27785
27843
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27805,7 +27863,7 @@
27805
27863
  },
27806
27864
  "locationInModule": {
27807
27865
  "filename": "lib/runtime/runtime-base.ts",
27808
- "line": 360
27866
+ "line": 361
27809
27867
  },
27810
27868
  "name": "metricSystemErrors",
27811
27869
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27831,7 +27889,7 @@
27831
27889
  },
27832
27890
  "locationInModule": {
27833
27891
  "filename": "lib/runtime/runtime-base.ts",
27834
- "line": 353
27892
+ "line": 354
27835
27893
  },
27836
27894
  "name": "metricThrottles",
27837
27895
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27857,7 +27915,7 @@
27857
27915
  },
27858
27916
  "locationInModule": {
27859
27917
  "filename": "lib/runtime/runtime-base.ts",
27860
- "line": 384
27918
+ "line": 385
27861
27919
  },
27862
27920
  "name": "metricTotalErrors",
27863
27921
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27883,7 +27941,7 @@
27883
27941
  },
27884
27942
  "locationInModule": {
27885
27943
  "filename": "lib/runtime/runtime-base.ts",
27886
- "line": 367
27944
+ "line": 368
27887
27945
  },
27888
27946
  "name": "metricUserErrors",
27889
27947
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27914,7 +27972,7 @@
27914
27972
  "immutable": true,
27915
27973
  "locationInModule": {
27916
27974
  "filename": "lib/runtime/runtime-base.ts",
27917
- "line": 198
27975
+ "line": 199
27918
27976
  },
27919
27977
  "name": "agentRuntimeArn",
27920
27978
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27931,7 +27989,7 @@
27931
27989
  "immutable": true,
27932
27990
  "locationInModule": {
27933
27991
  "filename": "lib/runtime/runtime-base.ts",
27934
- "line": 199
27992
+ "line": 200
27935
27993
  },
27936
27994
  "name": "agentRuntimeId",
27937
27995
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27948,7 +28006,7 @@
27948
28006
  "immutable": true,
27949
28007
  "locationInModule": {
27950
28008
  "filename": "lib/runtime/runtime-base.ts",
27951
- "line": 200
28009
+ "line": 201
27952
28010
  },
27953
28011
  "name": "agentRuntimeName",
27954
28012
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -27964,7 +28022,7 @@
27964
28022
  "immutable": true,
27965
28023
  "locationInModule": {
27966
28024
  "filename": "lib/runtime/runtime-base.ts",
27967
- "line": 222
28025
+ "line": 223
27968
28026
  },
27969
28027
  "name": "connections",
27970
28028
  "overrides": "aws-cdk-lib.aws_ec2.IConnectable",
@@ -27981,7 +28039,7 @@
27981
28039
  "immutable": true,
27982
28040
  "locationInModule": {
27983
28041
  "filename": "lib/runtime/runtime-base.ts",
27984
- "line": 206
28042
+ "line": 207
27985
28043
  },
27986
28044
  "name": "grantPrincipal",
27987
28045
  "overrides": "aws-cdk-lib.aws_iam.IGrantable",
@@ -27998,7 +28056,7 @@
27998
28056
  "immutable": true,
27999
28057
  "locationInModule": {
28000
28058
  "filename": "lib/runtime/runtime-base.ts",
28001
- "line": 201
28059
+ "line": 202
28002
28060
  },
28003
28061
  "name": "role",
28004
28062
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.IBedrockAgentRuntime",
@@ -28014,7 +28072,7 @@
28014
28072
  "immutable": true,
28015
28073
  "locationInModule": {
28016
28074
  "filename": "lib/runtime/runtime-base.ts",
28017
- "line": 211
28075
+ "line": 212
28018
28076
  },
28019
28077
  "name": "runtimeRef",
28020
28078
  "overrides": "aws-cdk-lib.interfaces.aws_bedrockagentcore.IRuntimeRef",
@@ -28031,7 +28089,7 @@
28031
28089
  "immutable": true,
28032
28090
  "locationInModule": {
28033
28091
  "filename": "lib/runtime/runtime-base.ts",
28034
- "line": 202
28092
+ "line": 203
28035
28093
  },
28036
28094
  "name": "agentRuntimeVersion",
28037
28095
  "optional": true,
@@ -28049,7 +28107,7 @@
28049
28107
  "immutable": true,
28050
28108
  "locationInModule": {
28051
28109
  "filename": "lib/runtime/runtime-base.ts",
28052
- "line": 203
28110
+ "line": 204
28053
28111
  },
28054
28112
  "name": "agentStatus",
28055
28113
  "optional": true,
@@ -28067,7 +28125,7 @@
28067
28125
  "immutable": true,
28068
28126
  "locationInModule": {
28069
28127
  "filename": "lib/runtime/runtime-base.ts",
28070
- "line": 204
28128
+ "line": 205
28071
28129
  },
28072
28130
  "name": "createdAt",
28073
28131
  "optional": true,
@@ -28085,7 +28143,7 @@
28085
28143
  "immutable": true,
28086
28144
  "locationInModule": {
28087
28145
  "filename": "lib/runtime/runtime-base.ts",
28088
- "line": 205
28146
+ "line": 206
28089
28147
  },
28090
28148
  "name": "lastUpdatedAt",
28091
28149
  "optional": true,
@@ -28112,7 +28170,7 @@
28112
28170
  "kind": "class",
28113
28171
  "locationInModule": {
28114
28172
  "filename": "lib/runtime/inbound-auth/custom-claim.ts",
28115
- "line": 24
28173
+ "line": 25
28116
28174
  },
28117
28175
  "methods": [
28118
28176
  {
@@ -28124,7 +28182,7 @@
28124
28182
  },
28125
28183
  "locationInModule": {
28126
28184
  "filename": "lib/runtime/inbound-auth/custom-claim.ts",
28127
- "line": 46
28185
+ "line": 47
28128
28186
  },
28129
28187
  "name": "withStringArrayValue",
28130
28188
  "parameters": [
@@ -28179,7 +28237,7 @@
28179
28237
  },
28180
28238
  "locationInModule": {
28181
28239
  "filename": "lib/runtime/inbound-auth/custom-claim.ts",
28182
- "line": 33
28240
+ "line": 34
28183
28241
  },
28184
28242
  "name": "withStringValue",
28185
28243
  "parameters": [
@@ -28233,7 +28291,7 @@
28233
28291
  },
28234
28292
  "locationInModule": {
28235
28293
  "filename": "lib/runtime/runtime-endpoint.ts",
28236
- "line": 175
28294
+ "line": 176
28237
28295
  },
28238
28296
  "parameters": [
28239
28297
  {
@@ -28259,7 +28317,7 @@
28259
28317
  "kind": "class",
28260
28318
  "locationInModule": {
28261
28319
  "filename": "lib/runtime/runtime-endpoint.ts",
28262
- "line": 70
28320
+ "line": 71
28263
28321
  },
28264
28322
  "methods": [
28265
28323
  {
@@ -28270,7 +28328,7 @@
28270
28328
  },
28271
28329
  "locationInModule": {
28272
28330
  "filename": "lib/runtime/runtime-endpoint.ts",
28273
- "line": 84
28331
+ "line": 85
28274
28332
  },
28275
28333
  "name": "fromRuntimeEndpointAttributes",
28276
28334
  "parameters": [
@@ -28321,7 +28379,7 @@
28321
28379
  "immutable": true,
28322
28380
  "locationInModule": {
28323
28381
  "filename": "lib/runtime/runtime-endpoint.ts",
28324
- "line": 73
28382
+ "line": 74
28325
28383
  },
28326
28384
  "name": "PROPERTY_INJECTION_ID",
28327
28385
  "static": true,
@@ -28341,7 +28399,7 @@
28341
28399
  "immutable": true,
28342
28400
  "locationInModule": {
28343
28401
  "filename": "lib/runtime/runtime-endpoint.ts",
28344
- "line": 123
28402
+ "line": 124
28345
28403
  },
28346
28404
  "name": "agentRuntimeArn",
28347
28405
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28361,7 +28419,7 @@
28361
28419
  "immutable": true,
28362
28420
  "locationInModule": {
28363
28421
  "filename": "lib/runtime/runtime-endpoint.ts",
28364
- "line": 111
28422
+ "line": 112
28365
28423
  },
28366
28424
  "name": "agentRuntimeEndpointArn",
28367
28425
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28377,7 +28435,7 @@
28377
28435
  "immutable": true,
28378
28436
  "locationInModule": {
28379
28437
  "filename": "lib/runtime/runtime-endpoint.ts",
28380
- "line": 161
28438
+ "line": 162
28381
28439
  },
28382
28440
  "name": "agentRuntimeId",
28383
28441
  "type": {
@@ -28392,7 +28450,7 @@
28392
28450
  "immutable": true,
28393
28451
  "locationInModule": {
28394
28452
  "filename": "lib/runtime/runtime-endpoint.ts",
28395
- "line": 165
28453
+ "line": 166
28396
28454
  },
28397
28455
  "name": "agentRuntimeVersion",
28398
28456
  "type": {
@@ -28411,7 +28469,7 @@
28411
28469
  "immutable": true,
28412
28470
  "locationInModule": {
28413
28471
  "filename": "lib/runtime/runtime-endpoint.ts",
28414
- "line": 157
28472
+ "line": 158
28415
28473
  },
28416
28474
  "name": "endpointId",
28417
28475
  "type": {
@@ -28430,7 +28488,7 @@
28430
28488
  "immutable": true,
28431
28489
  "locationInModule": {
28432
28490
  "filename": "lib/runtime/runtime-endpoint.ts",
28433
- "line": 117
28491
+ "line": 118
28434
28492
  },
28435
28493
  "name": "endpointName",
28436
28494
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.RuntimeEndpointBase",
@@ -28450,7 +28508,7 @@
28450
28508
  "immutable": true,
28451
28509
  "locationInModule": {
28452
28510
  "filename": "lib/runtime/runtime-endpoint.ts",
28453
- "line": 147
28511
+ "line": 148
28454
28512
  },
28455
28513
  "name": "createdAt",
28456
28514
  "optional": true,
@@ -28467,7 +28525,7 @@
28467
28525
  "immutable": true,
28468
28526
  "locationInModule": {
28469
28527
  "filename": "lib/runtime/runtime-endpoint.ts",
28470
- "line": 151
28528
+ "line": 152
28471
28529
  },
28472
28530
  "name": "description",
28473
28531
  "optional": true,
@@ -28488,7 +28546,7 @@
28488
28546
  "immutable": true,
28489
28547
  "locationInModule": {
28490
28548
  "filename": "lib/runtime/runtime-endpoint.ts",
28491
- "line": 171
28549
+ "line": 172
28492
28550
  },
28493
28551
  "name": "lastUpdatedAt",
28494
28552
  "optional": true,
@@ -28508,7 +28566,7 @@
28508
28566
  "immutable": true,
28509
28567
  "locationInModule": {
28510
28568
  "filename": "lib/runtime/runtime-endpoint.ts",
28511
- "line": 135
28569
+ "line": 136
28512
28570
  },
28513
28571
  "name": "liveVersion",
28514
28572
  "optional": true,
@@ -28529,7 +28587,7 @@
28529
28587
  "immutable": true,
28530
28588
  "locationInModule": {
28531
28589
  "filename": "lib/runtime/runtime-endpoint.ts",
28532
- "line": 129
28590
+ "line": 130
28533
28591
  },
28534
28592
  "name": "status",
28535
28593
  "optional": true,
@@ -28550,7 +28608,7 @@
28550
28608
  "immutable": true,
28551
28609
  "locationInModule": {
28552
28610
  "filename": "lib/runtime/runtime-endpoint.ts",
28553
- "line": 141
28611
+ "line": 142
28554
28612
  },
28555
28613
  "name": "targetVersion",
28556
28614
  "optional": true,
@@ -28982,7 +29040,7 @@
28982
29040
  "kind": "interface",
28983
29041
  "locationInModule": {
28984
29042
  "filename": "lib/runtime/runtime-endpoint.ts",
28985
- "line": 18
29043
+ "line": 19
28986
29044
  },
28987
29045
  "name": "RuntimeEndpointProps",
28988
29046
  "properties": [
@@ -28995,7 +29053,7 @@
28995
29053
  "immutable": true,
28996
29054
  "locationInModule": {
28997
29055
  "filename": "lib/runtime/runtime-endpoint.ts",
28998
- "line": 33
29056
+ "line": 34
28999
29057
  },
29000
29058
  "name": "agentRuntimeId",
29001
29059
  "type": {
@@ -29013,7 +29071,7 @@
29013
29071
  "immutable": true,
29014
29072
  "locationInModule": {
29015
29073
  "filename": "lib/runtime/runtime-endpoint.ts",
29016
- "line": 41
29074
+ "line": 42
29017
29075
  },
29018
29076
  "name": "agentRuntimeVersion",
29019
29077
  "optional": true,
@@ -29031,7 +29089,7 @@
29031
29089
  "immutable": true,
29032
29090
  "locationInModule": {
29033
29091
  "filename": "lib/runtime/runtime-endpoint.ts",
29034
- "line": 48
29092
+ "line": 49
29035
29093
  },
29036
29094
  "name": "description",
29037
29095
  "optional": true,
@@ -29049,7 +29107,7 @@
29049
29107
  "immutable": true,
29050
29108
  "locationInModule": {
29051
29109
  "filename": "lib/runtime/runtime-endpoint.ts",
29052
- "line": 26
29110
+ "line": 27
29053
29111
  },
29054
29112
  "name": "endpointName",
29055
29113
  "optional": true,
@@ -29067,7 +29125,7 @@
29067
29125
  "immutable": true,
29068
29126
  "locationInModule": {
29069
29127
  "filename": "lib/runtime/runtime-endpoint.ts",
29070
- "line": 56
29128
+ "line": 57
29071
29129
  },
29072
29130
  "name": "tags",
29073
29131
  "optional": true,
@@ -29213,7 +29271,7 @@
29213
29271
  "kind": "interface",
29214
29272
  "locationInModule": {
29215
29273
  "filename": "lib/runtime/runtime.ts",
29216
- "line": 52
29274
+ "line": 53
29217
29275
  },
29218
29276
  "name": "RuntimeProps",
29219
29277
  "properties": [
@@ -29226,7 +29284,7 @@
29226
29284
  "immutable": true,
29227
29285
  "locationInModule": {
29228
29286
  "filename": "lib/runtime/runtime.ts",
29229
- "line": 66
29287
+ "line": 67
29230
29288
  },
29231
29289
  "name": "agentRuntimeArtifact",
29232
29290
  "type": {
@@ -29243,7 +29301,7 @@
29243
29301
  "immutable": true,
29244
29302
  "locationInModule": {
29245
29303
  "filename": "lib/runtime/runtime.ts",
29246
- "line": 108
29304
+ "line": 109
29247
29305
  },
29248
29306
  "name": "authorizerConfiguration",
29249
29307
  "optional": true,
@@ -29261,7 +29319,7 @@
29261
29319
  "immutable": true,
29262
29320
  "locationInModule": {
29263
29321
  "filename": "lib/runtime/runtime.ts",
29264
- "line": 86
29322
+ "line": 87
29265
29323
  },
29266
29324
  "name": "description",
29267
29325
  "optional": true,
@@ -29279,7 +29337,7 @@
29279
29337
  "immutable": true,
29280
29338
  "locationInModule": {
29281
29339
  "filename": "lib/runtime/runtime.ts",
29282
- "line": 101
29340
+ "line": 102
29283
29341
  },
29284
29342
  "name": "environmentVariables",
29285
29343
  "optional": true,
@@ -29302,7 +29360,7 @@
29302
29360
  "immutable": true,
29303
29361
  "locationInModule": {
29304
29362
  "filename": "lib/runtime/runtime.ts",
29305
- "line": 73
29363
+ "line": 74
29306
29364
  },
29307
29365
  "name": "executionRole",
29308
29366
  "optional": true,
@@ -29320,7 +29378,7 @@
29320
29378
  "immutable": true,
29321
29379
  "locationInModule": {
29322
29380
  "filename": "lib/runtime/runtime.ts",
29323
- "line": 127
29381
+ "line": 128
29324
29382
  },
29325
29383
  "name": "lifecycleConfiguration",
29326
29384
  "optional": true,
@@ -29338,7 +29396,7 @@
29338
29396
  "immutable": true,
29339
29397
  "locationInModule": {
29340
29398
  "filename": "lib/runtime/runtime.ts",
29341
- "line": 79
29399
+ "line": 80
29342
29400
  },
29343
29401
  "name": "networkConfiguration",
29344
29402
  "optional": true,
@@ -29356,7 +29414,7 @@
29356
29414
  "immutable": true,
29357
29415
  "locationInModule": {
29358
29416
  "filename": "lib/runtime/runtime.ts",
29359
- "line": 92
29417
+ "line": 93
29360
29418
  },
29361
29419
  "name": "protocolConfiguration",
29362
29420
  "optional": true,
@@ -29374,7 +29432,7 @@
29374
29432
  "immutable": true,
29375
29433
  "locationInModule": {
29376
29434
  "filename": "lib/runtime/runtime.ts",
29377
- "line": 121
29435
+ "line": 122
29378
29436
  },
29379
29437
  "name": "requestHeaderConfiguration",
29380
29438
  "optional": true,
@@ -29392,7 +29450,7 @@
29392
29450
  "immutable": true,
29393
29451
  "locationInModule": {
29394
29452
  "filename": "lib/runtime/runtime.ts",
29395
- "line": 60
29453
+ "line": 61
29396
29454
  },
29397
29455
  "name": "runtimeName",
29398
29456
  "optional": true,
@@ -29410,7 +29468,7 @@
29410
29468
  "immutable": true,
29411
29469
  "locationInModule": {
29412
29470
  "filename": "lib/runtime/runtime.ts",
29413
- "line": 115
29471
+ "line": 116
29414
29472
  },
29415
29473
  "name": "tags",
29416
29474
  "optional": true,
@@ -30122,7 +30180,7 @@
30122
30180
  },
30123
30181
  "locationInModule": {
30124
30182
  "filename": "lib/gateway/targets/target-configuration.ts",
30125
- "line": 288
30183
+ "line": 289
30126
30184
  },
30127
30185
  "parameters": [
30128
30186
  {
@@ -30136,7 +30194,7 @@
30136
30194
  "kind": "class",
30137
30195
  "locationInModule": {
30138
30196
  "filename": "lib/gateway/targets/target-configuration.ts",
30139
- "line": 270
30197
+ "line": 271
30140
30198
  },
30141
30199
  "methods": [
30142
30200
  {
@@ -30147,7 +30205,7 @@
30147
30205
  },
30148
30206
  "locationInModule": {
30149
30207
  "filename": "lib/gateway/targets/target-configuration.ts",
30150
- "line": 277
30208
+ "line": 278
30151
30209
  },
30152
30210
  "name": "create",
30153
30211
  "parameters": [
@@ -30175,7 +30233,7 @@
30175
30233
  },
30176
30234
  "locationInModule": {
30177
30235
  "filename": "lib/gateway/targets/target-configuration.ts",
30178
- "line": 300
30236
+ "line": 301
30179
30237
  },
30180
30238
  "name": "bind",
30181
30239
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30212,7 +30270,7 @@
30212
30270
  },
30213
30271
  "locationInModule": {
30214
30272
  "filename": "lib/gateway/targets/target-configuration.ts",
30215
- "line": 312
30273
+ "line": 313
30216
30274
  },
30217
30275
  "name": "renderMcpConfiguration",
30218
30276
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30234,7 +30292,7 @@
30234
30292
  "immutable": true,
30235
30293
  "locationInModule": {
30236
30294
  "filename": "lib/gateway/targets/target-configuration.ts",
30237
- "line": 286
30295
+ "line": 287
30238
30296
  },
30239
30297
  "name": "smithyModel",
30240
30298
  "type": {
@@ -30249,7 +30307,7 @@
30249
30307
  "immutable": true,
30250
30308
  "locationInModule": {
30251
30309
  "filename": "lib/gateway/targets/target-configuration.ts",
30252
- "line": 281
30310
+ "line": 282
30253
30311
  },
30254
30312
  "name": "targetType",
30255
30313
  "overrides": "@aws-cdk/aws-bedrock-agentcore-alpha.McpTargetConfiguration",
@@ -30275,7 +30333,7 @@
30275
30333
  "kind": "interface",
30276
30334
  "locationInModule": {
30277
30335
  "filename": "lib/gateway/targets/target-configuration.ts",
30278
- "line": 22
30336
+ "line": 23
30279
30337
  },
30280
30338
  "name": "TargetConfigurationConfig",
30281
30339
  "properties": [
@@ -30288,7 +30346,7 @@
30288
30346
  "immutable": true,
30289
30347
  "locationInModule": {
30290
30348
  "filename": "lib/gateway/targets/target-configuration.ts",
30291
- "line": 26
30349
+ "line": 27
30292
30350
  },
30293
30351
  "name": "bound",
30294
30352
  "type": {
@@ -30835,6 +30893,6 @@
30835
30893
  "symbolId": "lib/network/network-configuration:VpcConfigProps"
30836
30894
  }
30837
30895
  },
30838
- "version": "2.245.0-alpha.0",
30896
+ "version": "2.247.0-alpha.0",
30839
30897
  "fingerprint": "**********"
30840
30898
  }