Skip to content

Commit

Permalink
Merge branch 'release-1.24.6'
Browse files Browse the repository at this point in the history
* release-1.24.6:
  Bumping version to 1.24.6
  Update to latest endpoints
  Update to latest models
  Update 3.6 deprecation notice with blog post (#2622)
  • Loading branch information
aws-sdk-python-automation committed Feb 23, 2022
2 parents c3f08bc + 2c58ecb commit 2a44d91
Show file tree
Hide file tree
Showing 10 changed files with 270 additions and 24 deletions.
17 changes: 17 additions & 0 deletions .changes/1.24.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``transfer``",
"description": "The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Lambda releases .NET 6 managed runtime to be available in all commercial regions.",
"type": "api-change"
},
{
"category": "``textract``",
"description": "Added support for merged cells and column header for table response.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.24.6
======

* api-change:``transfer``: The file input selection feature provides the ability to use either the originally uploaded file or the output file from the previous workflow step, enabling customers to make multiple copies of the original file while keeping the source file intact for file archival.
* api-change:``lambda``: Lambda releases .NET 6 managed runtime to be available in all commercial regions.
* api-change:``textract``: Added support for merged cells and column header for table response.


1.24.5
======

Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ Botocore is maintained and published by `Amazon Web Services`_.
Notices
-------

On 01/15/2021 deprecation for Python 2.7 was announced and support was dropped
on 07/15/2021. To avoid disruption, customers using Botocore on Python 2.7 may
On 2021-01-15, deprecation for Python 2.7 was announced and support was dropped
on 2021-07-15. To avoid disruption, customers using Botocore on Python 2.7 may
need to upgrade their version of Python or pin the version of Botocore. For
more information, see this `blog post <https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-python-2-7-in-aws-sdk-for-python-and-aws-cli-v1/>`__.

Starting in May 2022, we will be dropping support for Python 3.6. This follows the Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__ for the runtime which occurred on 2021-12-23.
On 2022-05-30, we will be dropping support for Python 3.6. This follows the
Python Software Foundation `end of support <https://www.python.org/dev/peps/pep-0494/#lifespan>`__
for the runtime which occurred on 2021-12-23.
For more information, see this `blog post <https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/>`__.

.. _`Amazon Web Services`: https://aws.amazon.com/what-is-aws/
.. |Python| image:: https://img.shields.io/pypi/pyversions/botocore.svg?style=flat
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 re
import logging

__version__ = '1.24.5'
__version__ = '1.24.6'


class NullHandler(logging.Handler):
Expand Down
136 changes: 136 additions & 0 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,94 @@
}
}
},
"api.tunneling.iot" : {
"defaults" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com"
},
"fips-us-east-2" : {
"credentialScope" : {
"region" : "us-east-2"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"apigateway" : {
"endpoints" : {
"af-south-1" : { },
Expand Down Expand Up @@ -12851,6 +12939,12 @@
"cn-northwest-1" : { }
}
},
"api.tunneling.iot" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
}
},
"apigateway" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -13852,6 +13946,12 @@
}
},
"acm" : {
"defaults" : {
"variants" : [ {
"hostname" : "acm.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"us-gov-east-1" : {
"credentialScope" : {
Expand Down Expand Up @@ -14055,6 +14155,42 @@
}
}
},
"api.tunneling.iot" : {
"defaults" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"apigateway" : {
"endpoints" : {
"us-gov-east-1" : { },
Expand Down
11 changes: 6 additions & 5 deletions botocore/data/lambda/2015-03-31/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@
{"shape":"InvalidCodeSignatureException"},
{"shape":"CodeSigningConfigNotFoundException"}
],
"documentation":"<p>Updates a Lambda function's code. If code signing is enabled for the function, the code package must be signed by a trusted publisher. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-trustedcode.html\">Configuring code signing</a>.</p> <p>The function's code is locked when you publish a version. You can't modify the code of a published version, only the unpublished version.</p> <note> <p>For a function defined as a container image, Lambda resolves the image tag to an image digest. In Amazon ECR, if you update the image tag to a new image, Lambda does not automatically update the function.</p> </note>"
"documentation":"<p>Updates a Lambda function's code. If code signing is enabled for the function, the code package must be signed by a trusted publisher. For more information, see <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/configuration-trustedcode.html\">Configuring code signing</a>.</p> <p>If the function's package type is <code>Image</code>, you must specify the code package in <code>ImageUri</code> as the URI of a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/lambda-images.html\">container image</a> in the Amazon ECR registry. </p> <p>If the function's package type is <code>Zip</code>, you must specify the deployment package as a <a href=\"https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html#gettingstarted-package-zip\">.zip file archive</a>. Enter the Amazon S3 bucket and key of the code .zip file location. You can also provide the function code inline using the <code>ZipFile</code> field. </p> <p>The code in the deployment package must be compatible with the target instruction set architecture of the function (<code>x86-64</code> or <code>arm64</code>). </p> <p>The function's code is locked when you publish a version. You can't modify the code of a published version, only the unpublished version.</p> <note> <p>For a function defined as a container image, Lambda resolves the image tag to an image digest. In Amazon ECR, if you update the image tag to a new image, Lambda does not automatically update the function.</p> </note>"
},
"UpdateFunctionConfiguration":{
"name":"UpdateFunctionConfiguration",
Expand Down Expand Up @@ -4359,6 +4359,7 @@
"dotnetcore2.0",
"dotnetcore2.1",
"dotnetcore3.1",
"dotnet6",
"nodejs4.3-edge",
"go1.x",
"ruby2.5",
Expand Down Expand Up @@ -4807,23 +4808,23 @@
},
"ZipFile":{
"shape":"Blob",
"documentation":"<p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you.</p>"
"documentation":"<p>The base64-encoded contents of the deployment package. Amazon Web Services SDK and Amazon Web Services CLI clients handle the encoding for you. Use only with a function defined with a .zip file archive deployment package.</p>"
},
"S3Bucket":{
"shape":"S3Bucket",
"documentation":"<p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account.</p>"
"documentation":"<p>An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account. Use only with a function defined with a .zip file archive deployment package.</p>"
},
"S3Key":{
"shape":"S3Key",
"documentation":"<p>The Amazon S3 key of the deployment package.</p>"
"documentation":"<p>The Amazon S3 key of the deployment package. Use only with a function defined with a .zip file archive deployment package.</p>"
},
"S3ObjectVersion":{
"shape":"S3ObjectVersion",
"documentation":"<p>For versioned objects, the version of the deployment package object to use.</p>"
},
"ImageUri":{
"shape":"String",
"documentation":"<p>URI of a container image in the Amazon ECR registry.</p>"
"documentation":"<p>URI of a container image in the Amazon ECR registry. Do not use for a function defined with a .zip file archive.</p>"
},
"Publish":{
"shape":"Boolean",
Expand Down
56 changes: 54 additions & 2 deletions botocore/data/lambda/2015-03-31/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"delay": 5,
"maxAttempts": 60,
"operation": "GetFunctionConfiguration",
"description": "Waits for the function's State to be Active.",
"description": "Waits for the function's State to be Active. This waiter uses GetFunctionConfiguration API. This should be used after new function creation.",
"acceptors": [
{
"state": "success",
Expand All @@ -48,7 +48,7 @@
"delay": 5,
"maxAttempts": 60,
"operation": "GetFunctionConfiguration",
"description": "Waits for the function's LastUpdateStatus to be Successful.",
"description": "Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunctionConfiguration API. This should be used after function updates.",
"acceptors": [
{
"state": "success",
Expand All @@ -69,6 +69,58 @@
"expected": "InProgress"
}
]
},
"FunctionActiveV2": {
"delay": 1,
"maxAttempts": 300,
"operation": "GetFunction",
"description": "Waits for the function's State to be Active. This waiter uses GetFunction API. This should be used after new function creation.",
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "Configuration.State",
"expected": "Active"
},
{
"state": "failure",
"matcher": "path",
"argument": "Configuration.State",
"expected": "Failed"
},
{
"state": "retry",
"matcher": "path",
"argument": "Configuration.State",
"expected": "Pending"
}
]
},
"FunctionUpdatedV2": {
"delay": 1,
"maxAttempts": 300,
"operation": "GetFunction",
"description": "Waits for the function's LastUpdateStatus to be Successful. This waiter uses GetFunction API. This should be used after function updates.",
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "Configuration.LastUpdateStatus",
"expected": "Successful"
},
{
"state": "failure",
"matcher": "path",
"argument": "Configuration.LastUpdateStatus",
"expected": "Failed"
},
{
"state": "retry",
"matcher": "path",
"argument": "Configuration.LastUpdateStatus",
"expected": "InProgress"
}
]
}
}
}
11 changes: 8 additions & 3 deletions botocore/data/textract/2018-06-27/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,9 @@
"WORD",
"TABLE",
"CELL",
"SELECTION_ELEMENT"
"SELECTION_ELEMENT",
"MERGED_CELL",
"TITLE"
]
},
"BoundingBox":{
Expand Down Expand Up @@ -543,7 +545,8 @@
"type":"string",
"enum":[
"KEY",
"VALUE"
"VALUE",
"COLUMN_HEADER"
]
},
"EntityTypes":{
Expand Down Expand Up @@ -1167,7 +1170,9 @@
"enum":[
"VALUE",
"CHILD",
"COMPLEX_FEATURES"
"COMPLEX_FEATURES",
"MERGED_CELL",
"TITLE"
]
},
"RoleArn":{
Expand Down

0 comments on commit 2a44d91

Please sign in to comment.