Skip to content

Commit

Permalink
Merge branch 'release-1.34.129'
Browse files Browse the repository at this point in the history
* release-1.34.129:
  Bumping version to 1.34.129
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Jun 18, 2024
2 parents 0dba028 + f2a139d commit 9038300
Show file tree
Hide file tree
Showing 16 changed files with 1,219 additions and 54 deletions.
52 changes: 52 additions & 0 deletions .changes/1.34.129.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``bedrock-runtime``",
"description": "This release adds support for using Guardrails with the Converse and ConverseStream APIs.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``config``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``rekognition``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.",
"type": "api-change"
},
{
"category": "``shield``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
},
{
"category": "``snowball``",
"description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.",
"type": "api-change"
}
]
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.34.129
========

* api-change:``bedrock-runtime``: This release adds support for using Guardrails with the Converse and ConverseStream APIs.
* api-change:``cloudtrail``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``config``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``eks``: This release adds support to surface async fargate customer errors from async path to customer through describe-fargate-profile API response.
* api-change:``lightsail``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``polly``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``rekognition``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``sagemaker``: Launched a new feature in SageMaker to provide managed MLflow Tracking Servers for customers to track ML experiments. This release also adds a new capability of attaching additional storage to SageMaker HyperPod cluster instances.
* api-change:``shield``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* api-change:``snowball``: Add v2 smoke tests and smithy smokeTests trait for SDK testing.


1.34.128
========

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.34.128'
__version__ = '1.34.129'


class NullHandler(logging.Handler):
Expand Down
522 changes: 504 additions & 18 deletions botocore/data/bedrock-runtime/2023-09-30/service-2.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion botocore/data/cloudtrail/2013-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"serviceId":"CloudTrail",
"signatureVersion":"v4",
"targetPrefix":"com.amazonaws.cloudtrail.v20131101.CloudTrail_20131101",
"uid":"cloudtrail-2013-11-01"
"uid":"cloudtrail-2013-11-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AddTags":{
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/config/2014-11-12/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@
"endpointPrefix":"config",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceAbbreviation":"Config Service",
"serviceFullName":"AWS Config",
"serviceId":"Config Service",
"signatureVersion":"v4",
"targetPrefix":"StarlingDoveService",
"uid":"config-2014-11-12"
"uid":"config-2014-11-12",
"auth":["aws.auth#sigv4"]
},
"operations":{
"BatchGetAggregateResourceConfig":{
Expand Down
48 changes: 47 additions & 1 deletion botocore/data/eks/2017-11-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"serviceId":"EKS",
"signatureVersion":"v4",
"signingName":"eks",
"uid":"eks-2017-11-01"
"uid":"eks-2017-11-01",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateAccessPolicy":{
Expand Down Expand Up @@ -3153,10 +3154,55 @@
"tags":{
"shape":"TagMap",
"documentation":"<p>Metadata that assists with categorization and organization. Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or Amazon Web Services resources.</p>"
},
"health":{
"shape":"FargateProfileHealth",
"documentation":"<p>The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.</p>"
}
},
"documentation":"<p>An object representing an Fargate profile.</p>"
},
"FargateProfileHealth":{
"type":"structure",
"members":{
"issues":{
"shape":"FargateProfileIssueList",
"documentation":"<p>Any issues that are associated with the Fargate profile.</p>"
}
},
"documentation":"<p>The health status of the Fargate profile. If there are issues with your Fargate profile's health, they are listed here.</p>"
},
"FargateProfileIssue":{
"type":"structure",
"members":{
"code":{
"shape":"FargateProfileIssueCode",
"documentation":"<p>A brief description of the error.</p>"
},
"message":{
"shape":"String",
"documentation":"<p>The error message associated with the issue.</p>"
},
"resourceIds":{
"shape":"StringList",
"documentation":"<p>The Amazon Web Services resources that are affected by this issue.</p>"
}
},
"documentation":"<p>An issue that is associated with the Fargate profile.</p>"
},
"FargateProfileIssueCode":{
"type":"string",
"enum":[
"PodExecutionRoleAlreadyInUse",
"AccessDenied",
"ClusterUnreachable",
"InternalFailure"
]
},
"FargateProfileIssueList":{
"type":"list",
"member":{"shape":"FargateProfileIssue"}
},
"FargateProfileLabel":{
"type":"map",
"key":{"shape":"String"},
Expand Down
3 changes: 2 additions & 1 deletion botocore/data/lightsail/2016-11-28/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"serviceId":"Lightsail",
"signatureVersion":"v4",
"targetPrefix":"Lightsail_20161128",
"uid":"lightsail-2016-11-28"
"uid":"lightsail-2016-11-28",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AllocateStaticIp":{
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/polly/2016-06-10/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"apiVersion":"2016-06-10",
"endpointPrefix":"polly",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"Amazon Polly",
"serviceId":"Polly",
"signatureVersion":"v4",
"uid":"polly-2016-06-10"
"uid":"polly-2016-06-10",
"auth":["aws.auth#sigv4"]
},
"operations":{
"DeleteLexicon":{
Expand Down
4 changes: 3 additions & 1 deletion botocore/data/rekognition/2016-06-27/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"endpointPrefix":"rekognition",
"jsonVersion":"1.1",
"protocol":"json",
"protocols":["json"],
"serviceFullName":"Amazon Rekognition",
"serviceId":"Rekognition",
"signatureVersion":"v4",
"targetPrefix":"RekognitionService",
"uid":"rekognition-2016-06-27"
"uid":"rekognition-2016-06-27",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateFaces":{
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/sagemaker/2017-07-24/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,12 @@
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "InferenceComponents"
},
"ListMlflowTrackingServers": {
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults",
"result_key": "TrackingServerSummaries"
}
}
}
Loading

0 comments on commit 9038300

Please sign in to comment.