@aws-cdk/aws-bedrock-agentcore-alpha 2.248.0-alpha.0 → 2.249.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.
- package/.jsii +62 -4
- package/.jsii.tabl.json.gz +0 -0
- package/.warnings.jsii.js +250 -729
- package/lib/gateway/gateway-base.js +1 -1
- package/lib/gateway/gateway.js +1 -1
- package/lib/gateway/inbound-auth/authorizer.js +3 -3
- package/lib/gateway/inbound-auth/custom-claim.js +1 -1
- package/lib/gateway/interceptor.js +1 -1
- package/lib/gateway/outbound-auth/api-key.js +1 -1
- package/lib/gateway/outbound-auth/credential-provider.js +1 -1
- package/lib/gateway/protocol.js +2 -2
- package/lib/gateway/targets/schema/api-schema.js +4 -4
- package/lib/gateway/targets/schema/tool-schema.js +4 -4
- package/lib/gateway/targets/target-base.js +1 -1
- package/lib/gateway/targets/target-configuration.js +6 -6
- package/lib/gateway/targets/target.js +1 -1
- package/lib/memory/memory-strategy.js +1 -1
- package/lib/memory/memory.js +2 -2
- package/lib/memory/strategies/managed-strategy.js +1 -1
- package/lib/memory/strategies/self-managed-strategy.js +1 -1
- package/lib/network/network-configuration.js +4 -4
- package/lib/runtime/inbound-auth/custom-claim.js +1 -1
- package/lib/runtime/inbound-auth/runtime-authorizer-configuration.js +1 -1
- package/lib/runtime/runtime-artifact.js +1 -1
- package/lib/runtime/runtime-base.js +1 -1
- package/lib/runtime/runtime-endpoint-base.js +1 -1
- package/lib/runtime/runtime-endpoint.js +1 -1
- package/lib/runtime/runtime.js +1 -1
- package/lib/tools/browser.js +2 -2
- package/lib/tools/code-interpreter.js +2 -2
- 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.
|
|
12
|
-
"aws-cdk-lib": "^2.
|
|
11
|
+
"@aws-cdk/aws-bedrock-alpha": "2.249.0-alpha.0",
|
|
12
|
+
"aws-cdk-lib": "^2.249.0",
|
|
13
13
|
"constructs": "^10.5.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencyClosure": {
|
|
@@ -2852,6 +2852,19 @@
|
|
|
2852
2852
|
}
|
|
2853
2853
|
}
|
|
2854
2854
|
},
|
|
2855
|
+
"aws-cdk-lib.aws_novaact": {
|
|
2856
|
+
"targets": {
|
|
2857
|
+
"dotnet": {
|
|
2858
|
+
"namespace": "Amazon.CDK.AWS.NovaAct"
|
|
2859
|
+
},
|
|
2860
|
+
"java": {
|
|
2861
|
+
"package": "software.amazon.awscdk.services.novaact"
|
|
2862
|
+
},
|
|
2863
|
+
"python": {
|
|
2864
|
+
"module": "aws_cdk.aws_novaact"
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2855
2868
|
"aws-cdk-lib.aws_oam": {
|
|
2856
2869
|
"targets": {
|
|
2857
2870
|
"dotnet": {
|
|
@@ -3648,6 +3661,19 @@
|
|
|
3648
3661
|
}
|
|
3649
3662
|
}
|
|
3650
3663
|
},
|
|
3664
|
+
"aws-cdk-lib.aws_securityagent": {
|
|
3665
|
+
"targets": {
|
|
3666
|
+
"dotnet": {
|
|
3667
|
+
"namespace": "Amazon.CDK.AWS.SecurityAgent"
|
|
3668
|
+
},
|
|
3669
|
+
"java": {
|
|
3670
|
+
"package": "software.amazon.awscdk.services.securityagent"
|
|
3671
|
+
},
|
|
3672
|
+
"python": {
|
|
3673
|
+
"module": "aws_cdk.aws_securityagent"
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3651
3677
|
"aws-cdk-lib.aws_securityhub": {
|
|
3652
3678
|
"targets": {
|
|
3653
3679
|
"dotnet": {
|
|
@@ -7216,6 +7242,22 @@
|
|
|
7216
7242
|
}
|
|
7217
7243
|
}
|
|
7218
7244
|
},
|
|
7245
|
+
"aws-cdk-lib.interfaces.aws_novaact": {
|
|
7246
|
+
"targets": {
|
|
7247
|
+
"dotnet": {
|
|
7248
|
+
"namespace": "Amazon.CDK.Interfaces.NovaAct"
|
|
7249
|
+
},
|
|
7250
|
+
"go": {
|
|
7251
|
+
"packageName": "interfacesawsnovaact"
|
|
7252
|
+
},
|
|
7253
|
+
"java": {
|
|
7254
|
+
"package": "software.amazon.awscdk.interfaces.novaact"
|
|
7255
|
+
},
|
|
7256
|
+
"python": {
|
|
7257
|
+
"module": "aws_cdk.interfaces.aws_novaact"
|
|
7258
|
+
}
|
|
7259
|
+
}
|
|
7260
|
+
},
|
|
7219
7261
|
"aws-cdk-lib.interfaces.aws_oam": {
|
|
7220
7262
|
"targets": {
|
|
7221
7263
|
"dotnet": {
|
|
@@ -8080,6 +8122,22 @@
|
|
|
8080
8122
|
}
|
|
8081
8123
|
}
|
|
8082
8124
|
},
|
|
8125
|
+
"aws-cdk-lib.interfaces.aws_securityagent": {
|
|
8126
|
+
"targets": {
|
|
8127
|
+
"dotnet": {
|
|
8128
|
+
"namespace": "Amazon.CDK.Interfaces.SecurityAgent"
|
|
8129
|
+
},
|
|
8130
|
+
"go": {
|
|
8131
|
+
"packageName": "interfacesawssecurityagent"
|
|
8132
|
+
},
|
|
8133
|
+
"java": {
|
|
8134
|
+
"package": "software.amazon.awscdk.interfaces.securityagent"
|
|
8135
|
+
},
|
|
8136
|
+
"python": {
|
|
8137
|
+
"module": "aws_cdk.interfaces.aws_securityagent"
|
|
8138
|
+
}
|
|
8139
|
+
}
|
|
8140
|
+
},
|
|
8083
8141
|
"aws-cdk-lib.interfaces.aws_securityhub": {
|
|
8084
8142
|
"targets": {
|
|
8085
8143
|
"dotnet": {
|
|
@@ -8795,7 +8853,7 @@
|
|
|
8795
8853
|
"stability": "experimental"
|
|
8796
8854
|
},
|
|
8797
8855
|
"homepage": "https://github.com/aws/aws-cdk",
|
|
8798
|
-
"jsiiVersion": "5.9.
|
|
8856
|
+
"jsiiVersion": "5.9.37 (build 5176c0d)",
|
|
8799
8857
|
"keywords": [
|
|
8800
8858
|
"aws",
|
|
8801
8859
|
"cdk",
|
|
@@ -30893,6 +30951,6 @@
|
|
|
30893
30951
|
"symbolId": "lib/network/network-configuration:VpcConfigProps"
|
|
30894
30952
|
}
|
|
30895
30953
|
},
|
|
30896
|
-
"version": "2.
|
|
30954
|
+
"version": "2.249.0-alpha.0",
|
|
30897
30955
|
"fingerprint": "**********"
|
|
30898
30956
|
}
|
package/.jsii.tabl.json.gz
CHANGED
|
Binary file
|