Skip to content

Commit

Permalink
Merge branch 'release-1.35.98'
Browse files Browse the repository at this point in the history
* release-1.35.98:
  Bumping version to 1.35.98
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jan 13, 2025
2 parents cebd1c3 + 323aa12 commit accadd6
Show file tree
Hide file tree
Showing 13 changed files with 894 additions and 151 deletions.
27 changes: 27 additions & 0 deletions .changes/1.35.98.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``artifact``",
"description": "Support resolving regional API calls to partition's leader region endpoint.",
"type": "api-change"
},
{
"category": "``bedrock``",
"description": "With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses",
"type": "api-change"
},
{
"category": "``kafkaconnect``",
"description": "Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.",
"type": "api-change"
},
{
"category": "``transcribe``",
"description": "This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.",
"type": "api-change"
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
CHANGELOG
=========

1.35.98
=======

* api-change:``artifact``: Support resolving regional API calls to partition's leader region endpoint.
* api-change:``bedrock``: With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
* api-change:``ec2``: Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
* api-change:``kafkaconnect``: Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
* api-change:``transcribe``: This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.


1.35.97
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.97'
__version__ = '1.35.98'


class NullHandler(logging.Handler):
Expand Down
130 changes: 76 additions & 54 deletions botocore/data/artifact/2018-05-10/endpoint-rule-set-1.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"version": "1.0",
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
"UseDualStack": {
"builtIn": "AWS::UseDualStack",
"required": true,
Expand All @@ -26,6 +20,12 @@
"required": false,
"documentation": "Override the endpoint used to send this request",
"type": "String"
},
"Region": {
"builtIn": "AWS::Region",
"required": false,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
}
},
"rules": [
Expand Down Expand Up @@ -177,18 +177,19 @@
"rules": [
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand All @@ -211,6 +212,15 @@
},
true
]
},
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseDualStack"
},
false
]
}
],
"rules": [
Expand All @@ -235,18 +245,19 @@
"rules": [
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact-fips.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact-fips.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand All @@ -261,6 +272,15 @@
},
{
"conditions": [
{
"fn": "booleanEquals",
"argv": [
{
"ref": "UseFIPS"
},
false
]
},
{
"fn": "booleanEquals",
"argv": [
Expand Down Expand Up @@ -293,18 +313,19 @@
"rules": [
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact.{Region}.{PartitionResult#dualStackDnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dualStackDnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand All @@ -319,18 +340,19 @@
},
{
"conditions": [],
"rules": [
{
"conditions": [],
"endpoint": {
"url": "https://artifact.{Region}.{PartitionResult#dnsSuffix}",
"properties": {},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
"endpoint": {
"url": "https://artifact.{PartitionResult#implicitGlobalRegion}.{PartitionResult#dnsSuffix}",
"properties": {
"authSchemes": [
{
"name": "sigv4",
"signingRegion": "{PartitionResult#implicitGlobalRegion}"
}
]
},
"headers": {}
},
"type": "endpoint"
}
],
"type": "tree"
Expand Down
21 changes: 21 additions & 0 deletions botocore/data/bedrock/2023-04-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2163,6 +2163,10 @@
"inferenceParams":{
"shape":"EvaluationModelInferenceParams",
"documentation":"<p>Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.</p>"
},
"performanceConfig":{
"shape":"PerformanceConfiguration",
"documentation":"<p>Specifies performance settings for the model or inference profile.</p>"
}
},
"documentation":"<p>Contains the ARN of the Amazon Bedrock model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> specified in your evaluation job. Each Amazon Bedrock model supports different <code>inferenceParams</code>. To learn more about supported inference parameters for Amazon Bedrock models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference parameters for foundation models</a>.</p> <p>The <code>inferenceParams</code> are specified using JSON. To successfully insert JSON as string make sure that all quotations are properly escaped. For example, <code>\"temperature\":\"0.25\"</code> key value pair would need to be formatted as <code>\\\"temperature\\\":\\\"0.25\\\"</code> to successfully accepted in the request.</p>"
Expand Down Expand Up @@ -6358,6 +6362,23 @@
"min":1,
"pattern":"\\S*"
},
"PerformanceConfigLatency":{
"type":"string",
"enum":[
"standard",
"optimized"
]
},
"PerformanceConfiguration":{
"type":"structure",
"members":{
"latency":{
"shape":"PerformanceConfigLatency",
"documentation":"<p>Specifies whether to use the latency-optimized or standard version of a model or inference profile.</p>"
}
},
"documentation":"<p>Contains performance settings for a model.</p>"
},
"PositiveInteger":{
"type":"integer",
"box":true,
Expand Down
Loading

0 comments on commit accadd6

Please sign in to comment.