Skip to content

Commit d27cfcc

Browse files
Update to latest models
1 parent 477fb12 commit d27cfcc

File tree

18 files changed

+266
-20
lines changed

18 files changed

+266
-20
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock``",
4+
"description": "Amazon Bedrock Guardrails enforcement configuration APIs now support selective guarding controls for system prompts as well as user and assistant messages, along with SDK support for Amazon Bedrock resource policy APIs."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agent``",
4+
"description": "Added strict parameter to ToolSpecification to allow users to enforce strict JSON schema adherence for tool input schemas."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "Documentation Update for Adds support for three-legged (Authorization Code grant type) OAuth along with predefined MCP tool schema configuration for Amazon Bedrock AgentCore gateway MCP server targets."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``imagebuilder``",
4+
"description": "Updated pagination token validation for ListContainerRecipes API to support maximum size of 65K characters"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``lightsail``",
4+
"description": "Add support for tagging of Alarm resource type"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``logs``",
4+
"description": "Added queryDuration, bytesScanned, and userIdentity fields to the QueryInfo response object returned by DescribeQueries. Customers can now view detailed query cost information including who ran the query, how long it took, and the volume of data scanned."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``medialive``",
4+
"description": "AWS Elemental MediaLive released a new features that allows customers to use HLG 2020 as a color space for AV1 video codec."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``organizations``",
4+
"description": "Updates close Account quota for member accounts in an Organization."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``payment-cryptography``",
4+
"description": "Adds optional support to retrieve previously generated import and export tokens to simplify import and export functions"
5+
}

awscli/botocore/data/bedrock-agent/2023-06-05/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10479,6 +10479,10 @@
1047910479
"inputSchema":{
1048010480
"shape":"ToolInputSchema",
1048110481
"documentation":"<p>The input schema for the tool.</p>"
10482+
},
10483+
"strict":{
10484+
"shape":"Boolean",
10485+
"documentation":"<p>Whether to enforce strict JSON schema adherence for the tool input</p>"
1048210486
}
1048310487
},
1048410488
"documentation":"<p>Contains a specification for a tool. For more information, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html\">Use a tool to complete an Amazon Bedrock model response</a>.</p>"

0 commit comments

Comments
 (0)