diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-03 10:37:37 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-03 10:37:37 +0300 |
commit | 41f55a521834080d9d703c099c0418cfff3a0546 (patch) | |
tree | 73fcb19945bb009a44b14e02eec9b4eaf42ca612 /contrib | |
parent | c2223fbf0e803777f408d879c541a9fc75efa07e (diff) | |
download | ydb-41f55a521834080d9d703c099c0418cfff3a0546.tar.gz |
intermediate changes
ref:21911da5bd3751c1ecffa9df46b0b1a6a2d97835
Diffstat (limited to 'contrib')
8 files changed, 66 insertions, 6 deletions
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index 7a0783d83d..25b2eff8cd 100644 --- a/contrib/python/boto3/py3/.dist-info/METADATA +++ b/contrib/python/boto3/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: boto3 -Version: 1.23.3 +Version: 1.23.4 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.6 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.27.0,>=1.26.3) +Requires-Dist: botocore (<1.27.0,>=1.26.4) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.6.0,>=0.5.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 10a62ecf0d..aec97326e5 100644 --- a/contrib/python/boto3/py3/boto3/__init__.py +++ b/contrib/python/boto3/py3/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.compat import _warn_deprecated_python from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.23.3' +__version__ = '1.23.4' # The default Boto3 session; autoloaded when needed. diff --git a/contrib/python/botocore/py3/.dist-info/METADATA b/contrib/python/botocore/py3/.dist-info/METADATA index 812c7603eb..9b63e59f1b 100644 --- a/contrib/python/botocore/py3/.dist-info/METADATA +++ b/contrib/python/botocore/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: botocore -Version: 1.26.3 +Version: 1.26.4 Summary: Low-level, data-driven core of boto 3. Home-page: https://github.com/boto/botocore Author: Amazon Web Services diff --git a/contrib/python/botocore/py3/botocore/__init__.py b/contrib/python/botocore/py3/botocore/__init__.py index 7ec8d3d38e..88917c4732 100644 --- a/contrib/python/botocore/py3/botocore/__init__.py +++ b/contrib/python/botocore/py3/botocore/__init__.py @@ -16,7 +16,7 @@ import logging import os import re -__version__ = '1.26.3' +__version__ = '1.26.4' class NullHandler(logging.Handler): diff --git a/contrib/python/botocore/py3/botocore/data/endpoints.json b/contrib/python/botocore/py3/botocore/data/endpoints.json index 0242eab91d..9c30c2f48d 100644 --- a/contrib/python/botocore/py3/botocore/data/endpoints.json +++ b/contrib/python/botocore/py3/botocore/data/endpoints.json @@ -6152,6 +6152,10 @@ "isRegionalized" : true }, "health" : { + "defaults" : { + "protocols" : [ "https" ], + "sslCommonName" : "health.us-east-1.amazonaws.com" + }, "endpoints" : { "fips-us-east-2" : { "credentialScope" : { @@ -6170,7 +6174,9 @@ "tags" : [ "fips" ] } ] } - } + }, + "isRegionalized" : false, + "partitionEndpoint" : "aws-global" }, "healthlake" : { "defaults" : { @@ -18034,6 +18040,11 @@ "us-iso-east-1" : { } } }, + "appconfigdata" : { + "endpoints" : { + "us-iso-west-1" : { } + } + }, "application-autoscaling" : { "defaults" : { "protocols" : [ "http", "https" ] diff --git a/contrib/python/botocore/py3/botocore/data/gamesparks/2021-08-17/service-2.json b/contrib/python/botocore/py3/botocore/data/gamesparks/2021-08-17/service-2.json index 9fce59f589..fea6612f3b 100644 --- a/contrib/python/botocore/py3/botocore/data/gamesparks/2021-08-17/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/gamesparks/2021-08-17/service-2.json @@ -846,6 +846,20 @@ "min":1, "pattern":"^\\S(.*\\S)?$" }, + "DeploymentResult":{ + "type":"structure", + "members":{ + "Message":{ + "shape":"Message", + "documentation":"<p>Details about the deployment result.</p>" + }, + "ResultCode":{ + "shape":"ResultCode", + "documentation":"<p>The type of deployment result.</p>" + } + }, + "documentation":"<p>The result of the deployment.</p>" + }, "DeploymentState":{ "type":"string", "enum":[ @@ -1840,6 +1854,7 @@ "max":100, "min":1 }, + "Message":{"type":"string"}, "NextToken":{ "type":"string", "max":1024, @@ -1889,6 +1904,14 @@ }, "exception":true }, + "ResultCode":{ + "type":"string", + "enum":[ + "SUCCESS", + "INVALID_ROLE_FAILURE", + "UNSPECIFIED_FAILURE" + ] + }, "RoleARN":{ "type":"string", "max":2048, @@ -2060,6 +2083,10 @@ "shape":"DeploymentId", "documentation":"<p>The identifier of the deployment.</p>" }, + "DeploymentResult":{ + "shape":"DeploymentResult", + "documentation":"<p>The result of the deployment.</p>" + }, "DeploymentState":{ "shape":"DeploymentState", "documentation":"<p>The state of the deployment.</p>" @@ -2090,6 +2117,10 @@ "shape":"DeploymentId", "documentation":"<p>The identifier of the deployment.</p>" }, + "DeploymentResult":{ + "shape":"DeploymentResult", + "documentation":"<p>The result of the deployment.</p>" + }, "DeploymentState":{ "shape":"DeploymentState", "documentation":"<p>The state of the deployment.</p>" diff --git a/contrib/python/botocore/py3/botocore/data/lookoutmetrics/2017-07-25/service-2.json b/contrib/python/botocore/py3/botocore/data/lookoutmetrics/2017-07-25/service-2.json index 69a77c4287..66be0fe05a 100644 --- a/contrib/python/botocore/py3/botocore/data/lookoutmetrics/2017-07-25/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/lookoutmetrics/2017-07-25/service-2.json @@ -2551,6 +2551,10 @@ "SnsTopicArn":{ "shape":"Arn", "documentation":"<p>The ARN of the target SNS topic.</p>" + }, + "SnsFormat":{ + "shape":"SnsFormat", + "documentation":"<p>The text format for alerts.</p>" } }, "documentation":"<p>Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.</p>" @@ -2633,6 +2637,14 @@ "error":{"httpStatusCode":402}, "exception":true }, + "SnsFormat":{ + "type":"string", + "enum":[ + "LONG_TEXT", + "SHORT_TEXT", + "JSON" + ] + }, "StringAttributeValue":{"type":"string"}, "StringListAttributeValue":{ "type":"list", diff --git a/contrib/python/botocore/py3/botocore/response.py b/contrib/python/botocore/py3/botocore/response.py index 9f7c2eb692..ba3fac9bab 100644 --- a/contrib/python/botocore/py3/botocore/response.py +++ b/contrib/python/botocore/py3/botocore/response.py @@ -124,6 +124,12 @@ class StreamingBody(IOBase): return current_chunk raise StopIteration() + def __enter__(self): + return self._raw_stream + + def __exit__(self, type, value, traceback): + self._raw_stream.close() + next = __next__ def iter_lines(self, chunk_size=_DEFAULT_CHUNK_SIZE, keepends=False): |