Skip to content

Commit 5542a44

Browse files
author
AWS
committed
Amazon Bedrock Runtime Update: This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively.
1 parent a16b113 commit 5542a44

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock Runtime",
4+
"contributor": "",
5+
"description": "This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively."
6+
}

services/bedrockruntime/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"auth":["aws.auth#sigv4"],
66
"endpointPrefix":"bedrock-runtime",
77
"protocol":"rest-json",
8+
"protocolSettings":{"h2":"optional"},
89
"protocols":["rest-json"],
910
"serviceFullName":"Amazon Bedrock Runtime",
1011
"serviceId":"Bedrock Runtime",

0 commit comments

Comments
 (0)