Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 10, 2024
1 parent 5ef811f commit 894d293
Show file tree
Hide file tree
Showing 24 changed files with 5,819 additions and 537 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-batch-32099.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``batch``",
"description": "This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrock-97933.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock``",
"description": "Add support for contextual grounding check for Guardrails for Amazon Bedrock."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockagent-49821.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent``",
"description": "Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-agent-runtime``",
"description": "Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockruntime-21482.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-runtime``",
"description": "Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-ec2-75794.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``ec2``",
"description": "Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-4080.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``glue``",
"description": "Add recipe step support for recipe node"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-groundstation-49677.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``groundstation``",
"description": "Documentation update specifying OEM ephemeris units of measurement"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``license-manager-linux-subscriptions``",
"description": "Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mediaconnect-43607.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``mediaconnect``",
"description": "AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs."
}
12 changes: 12 additions & 0 deletions botocore/data/batch/2016-08-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1767,6 +1767,10 @@
"shape":"EksAttemptContainerDetails",
"documentation":"<p>The details for the init containers.</p>"
},
"eksClusterArn":{
"shape":"String",
"documentation":"<p>The Amazon Resource Name (ARN) of the Amazon EKS cluster.</p>"
},
"podName":{
"shape":"String",
"documentation":"<p>The name of the pod for this job attempt.</p>"
Expand Down Expand Up @@ -3261,6 +3265,10 @@
"instanceTypes":{
"shape":"StringList",
"documentation":"<p>An object that contains the instance types that you want to replace for the existing resources of a job.</p>"
},
"eksPropertiesOverride":{
"shape":"EksPropertiesOverride",
"documentation":"<p>An object that contains the properties that you want to replace for the existing Amazon EKS resources of a job.</p>"
}
},
"documentation":"<p>The object that represents any node overrides to a job definition that's used in a <a href=\"https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html\">SubmitJob</a> API operation.</p>"
Expand Down Expand Up @@ -3292,6 +3300,10 @@
"ecsProperties":{
"shape":"EcsProperties",
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
},
"eksProperties":{
"shape":"EksProperties",
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
}
},
"documentation":"<p>This is an object that represents the properties of the node range for a multi-node parallel job.</p>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"input_token": "nextToken",
"output_token": "nextToken",
"result_key": "retrievalResults"
},
"GetAgentMemory": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxItems",
"result_key": "memoryContents"
}
}
}
Loading

0 comments on commit 894d293

Please sign in to comment.