Skip to content

Commit

Permalink
Merge branch 'release-1.35.47'
Browse files Browse the repository at this point in the history
* release-1.35.47:
  Bumping version to 1.35.47
  Update endpoints model
  Update to latest models
  Fix S3 200 Error handling (#3288)
  • Loading branch information
aws-sdk-python-automation committed Oct 23, 2024
2 parents 97f9a5f + 06f6266 commit 7bd34ea
Show file tree
Hide file tree
Showing 12 changed files with 589 additions and 67 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.47.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock``",
"description": "Doc updates for supporting converse",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.",
"type": "api-change"
},
{
"category": "``mwaa``",
"description": "Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.",
"type": "api-change"
},
{
"category": "``payment-cryptography``",
"description": "Add support for ECC P-256 and P-384 Keys.",
"type": "api-change"
},
{
"category": "``payment-cryptography-data``",
"description": "Add ECDH support on PIN operations.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Fix S3 200 Error handling to address bugs introduced in payload operations.",
"type": "bugfix"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.35.47
=======

* api-change:``bedrock``: Doc updates for supporting converse
* api-change:``connect``: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact.
* api-change:``ec2``: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads.
* api-change:``mwaa``: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs.
* api-change:``payment-cryptography``: Add support for ECC P-256 and P-384 Keys.
* api-change:``payment-cryptography-data``: Add ECDH support on PIN operations.
* bugfix:``s3``: Fix S3 200 Error handling to address bugs introduced in payload operations.


1.35.46
=======

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.46'
__version__ = '1.35.47'


class NullHandler(logging.Handler):
Expand Down
4 changes: 2 additions & 2 deletions botocore/data/bedrock/2023-04-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@
},
"instructSupported":{
"shape":"InstructSupported",
"documentation":"<p>Specifies if the imported model supports fine tuning.</p>"
"documentation":"<p>Specifies if the imported model supports converse.</p>"
}
}
},
Expand Down Expand Up @@ -3804,7 +3804,7 @@
},
"instructSupported":{
"shape":"InstructSupported",
"documentation":"<p>Specifies if the imported model supports fine tuning.</p>"
"documentation":"<p>Specifies if the imported model supports converse.</p>"
},
"modelArchitecture":{
"shape":"ModelArchitecture",
Expand Down
81 changes: 67 additions & 14 deletions botocore/data/connect/2017-08-08/service-2.json

Large diffs are not rendered by default.

38 changes: 37 additions & 1 deletion botocore/data/ec2/2016-11-15/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -37787,7 +37787,43 @@
"g6e.12xlarge",
"g6e.16xlarge",
"g6e.24xlarge",
"g6e.48xlarge"
"g6e.48xlarge",
"c8g.medium",
"c8g.large",
"c8g.xlarge",
"c8g.2xlarge",
"c8g.4xlarge",
"c8g.8xlarge",
"c8g.12xlarge",
"c8g.16xlarge",
"c8g.24xlarge",
"c8g.48xlarge",
"c8g.metal-24xl",
"c8g.metal-48xl",
"m8g.medium",
"m8g.large",
"m8g.xlarge",
"m8g.2xlarge",
"m8g.4xlarge",
"m8g.8xlarge",
"m8g.12xlarge",
"m8g.16xlarge",
"m8g.24xlarge",
"m8g.48xlarge",
"m8g.metal-24xl",
"m8g.metal-48xl",
"x8g.medium",
"x8g.large",
"x8g.xlarge",
"x8g.2xlarge",
"x8g.4xlarge",
"x8g.8xlarge",
"x8g.12xlarge",
"x8g.16xlarge",
"x8g.24xlarge",
"x8g.48xlarge",
"x8g.metal-24xl",
"x8g.metal-48xl"
]
},
"InstanceTypeHypervisor":{
Expand Down
200 changes: 174 additions & 26 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -18036,28 +18036,138 @@
},
"securityhub" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ap-southeast-5" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"af-south-1" : {
"variants" : [ {
"hostname" : "securityhub.af-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-east-1" : {
"variants" : [ {
"hostname" : "securityhub.ap-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-1" : {
"variants" : [ {
"hostname" : "securityhub.ap-northeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-2" : {
"variants" : [ {
"hostname" : "securityhub.ap-northeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-northeast-3" : {
"variants" : [ {
"hostname" : "securityhub.ap-northeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-1" : {
"variants" : [ {
"hostname" : "securityhub.ap-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-south-2" : {
"variants" : [ {
"hostname" : "securityhub.ap-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-1" : {
"variants" : [ {
"hostname" : "securityhub.ap-southeast-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-2" : {
"variants" : [ {
"hostname" : "securityhub.ap-southeast-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-3" : {
"variants" : [ {
"hostname" : "securityhub.ap-southeast-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-4" : {
"variants" : [ {
"hostname" : "securityhub.ap-southeast-4.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ap-southeast-5" : {
"variants" : [ {
"hostname" : "securityhub.ap-southeast-5.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "securityhub.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "securityhub.ca-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"hostname" : "securityhub.eu-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-central-2" : {
"variants" : [ {
"hostname" : "securityhub.eu-central-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "securityhub.eu-north-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-1" : {
"variants" : [ {
"hostname" : "securityhub.eu-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-south-2" : {
"variants" : [ {
"hostname" : "securityhub.eu-south-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-1" : {
"variants" : [ {
"hostname" : "securityhub.eu-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-2" : {
"variants" : [ {
"hostname" : "securityhub.eu-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"eu-west-3" : {
"variants" : [ {
"hostname" : "securityhub.eu-west-3.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down Expand Up @@ -18086,32 +18196,64 @@
"deprecated" : true,
"hostname" : "securityhub-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"il-central-1" : {
"variants" : [ {
"hostname" : "securityhub.il-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-central-1" : {
"variants" : [ {
"hostname" : "securityhub.me-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "securityhub.me-south-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"sa-east-1" : {
"variants" : [ {
"hostname" : "securityhub.sa-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"hostname" : "securityhub-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "securityhub.us-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "securityhub-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "securityhub.us-east-2.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "securityhub-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "securityhub.us-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "securityhub-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "securityhub.us-west-2.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down Expand Up @@ -28284,12 +28426,18 @@
"variants" : [ {
"hostname" : "securityhub-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "securityhub.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "securityhub-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "securityhub.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down
Loading

0 comments on commit 7bd34ea

Please sign in to comment.