Skip to content

Commit 6e522c7

Browse files
author
AWS
committed
Amazon Bedrock Update: Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
1 parent 826eb72 commit 6e522c7

File tree

3 files changed

+818
-3
lines changed

3 files changed

+818
-3
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",
4+
"contributor": "",
5+
"description": "Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability."
6+
}

services/bedrock/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"limit_key": "maxResults",
3131
"result_key": "inferenceProfileSummaries"
3232
},
33+
"ListMarketplaceModelEndpoints": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults",
37+
"result_key": "marketplaceModelEndpoints"
38+
},
3339
"ListModelCopyJobs": {
3440
"input_token": "nextToken",
3541
"output_token": "nextToken",
@@ -54,6 +60,12 @@
5460
"limit_key": "maxResults",
5561
"result_key": "invocationJobSummaries"
5662
},
63+
"ListPromptRouters": {
64+
"input_token": "nextToken",
65+
"output_token": "nextToken",
66+
"limit_key": "maxResults",
67+
"result_key": "promptRouterSummaries"
68+
},
5769
"ListProvisionedModelThroughputs": {
5870
"input_token": "nextToken",
5971
"output_token": "nextToken",

0 commit comments

Comments
 (0)