diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-28 11:06:00 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-28 11:06:00 +0300 |
commit | 140202a697f7a9d60b01de36c08f63ebd33fc5a9 (patch) | |
tree | 144de614dfa6c1288e7acde8c9584f376cff1263 /contrib/python/botocore/py3 | |
parent | d035a83fdacc62590460e2589854afeba02055b9 (diff) | |
download | ydb-140202a697f7a9d60b01de36c08f63ebd33fc5a9.tar.gz |
intermediate changes
ref:91e6b243cd7f0c53cbafb4f654eced58a4c1e436
Diffstat (limited to 'contrib/python/botocore/py3')
3 files changed, 174 insertions, 2 deletions
diff --git a/contrib/python/botocore/py3/.dist-info/METADATA b/contrib/python/botocore/py3/.dist-info/METADATA index 1ac73a84c2..8e3985f355 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.27.7 +Version: 1.27.8 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 b509f034c8..49cd8d984c 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.27.7' +__version__ = '1.27.8' class NullHandler(logging.Handler): diff --git a/contrib/python/botocore/py3/botocore/data/outposts/2019-12-03/service-2.json b/contrib/python/botocore/py3/botocore/data/outposts/2019-12-03/service-2.json index 5598000e48..e691b60b89 100644 --- a/contrib/python/botocore/py3/botocore/data/outposts/2019-12-03/service-2.json +++ b/contrib/python/botocore/py3/botocore/data/outposts/2019-12-03/service-2.json @@ -132,6 +132,22 @@ ], "documentation":"<p>Gets information about a catalog item.</p>" }, + "GetConnection":{ + "name":"GetConnection", + "http":{ + "method":"GET", + "requestUri":"/connections/{ConnectionId}" + }, + "input":{"shape":"GetConnectionRequest"}, + "output":{"shape":"GetConnectionResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<note> <p> Amazon Web Services uses this action to install Outpost servers.</p> </note> <p> Gets information about a specified connection. </p> <p> Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html\"> Amazon Web Services managed policies for Amazon Web Services Outposts</a> and <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html\"> Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail</a> in the <i>Amazon Web Services Outposts User Guide</i>. </p>" + }, "GetOrder":{ "name":"GetOrder", "http":{ @@ -303,6 +319,22 @@ ], "documentation":"<p>Lists the tags for the specified resource.</p>" }, + "StartConnection":{ + "name":"StartConnection", + "http":{ + "method":"POST", + "requestUri":"/connections" + }, + "input":{"shape":"StartConnectionRequest"}, + "output":{"shape":"StartConnectionResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"<note> <p> Amazon Web Services uses this action to install Outpost servers.</p> </note> <p> Starts the connection required for Outpost server installation. </p> <p> Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/security-iam-awsmanpol.html\"> Amazon Web Services managed policies for Amazon Web Services Outposts</a> and <a href=\"https://docs.aws.amazon.com/outposts/latest/userguide/logging-using-cloudtrail.html\"> Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail</a> in the <i>Amazon Web Services Outposts User Guide</i>. </p>" + }, "TagResource":{ "name":"TagResource", "http":{ @@ -568,6 +600,16 @@ "max":5, "min":1 }, + "CIDR":{ + "type":"string", + "max":18, + "min":9, + "pattern":"^([0-9]{1,3}\\.){3}[0-9]{1,3}/[0-9]{1,2}$" + }, + "CIDRList":{ + "type":"list", + "member":{"shape":"CIDR"} + }, "CancelOrderInput":{ "type":"structure", "required":["OrderId"], @@ -686,6 +728,42 @@ "error":{"httpStatusCode":409}, "exception":true }, + "ConnectionDetails":{ + "type":"structure", + "members":{ + "ClientPublicKey":{ + "shape":"WireGuardPublicKey", + "documentation":"<p> The public key of the client. </p>" + }, + "ServerPublicKey":{ + "shape":"WireGuardPublicKey", + "documentation":"<p> The public key of the server. </p>" + }, + "ServerEndpoint":{ + "shape":"ServerEndpoint", + "documentation":"<p> The endpoint for the server. </p>" + }, + "ClientTunnelAddress":{ + "shape":"CIDR", + "documentation":"<p> The client tunnel address. </p>" + }, + "ServerTunnelAddress":{ + "shape":"CIDR", + "documentation":"<p> The server tunnel address. </p>" + }, + "AllowedIps":{ + "shape":"CIDRList", + "documentation":"<p> The allowed IP addresses. </p>" + } + }, + "documentation":"<p> Information about a connection. </p>" + }, + "ConnectionId":{ + "type":"string", + "max":255, + "min":1, + "pattern":"^([\\w-]+)$" + }, "ContactName":{ "type":"string", "max":255, @@ -842,6 +920,12 @@ "members":{ } }, + "DeviceSerialNumber":{ + "type":"string", + "max":100, + "min":1, + "pattern":"^(\\w+)$" + }, "DistrictOrCounty":{ "type":"string", "max":60, @@ -914,6 +998,31 @@ } } }, + "GetConnectionRequest":{ + "type":"structure", + "required":["ConnectionId"], + "members":{ + "ConnectionId":{ + "shape":"ConnectionId", + "documentation":"<p> The ID of the connection you request. </p>", + "location":"uri", + "locationName":"ConnectionId" + } + } + }, + "GetConnectionResponse":{ + "type":"structure", + "members":{ + "ConnectionId":{ + "shape":"ConnectionId", + "documentation":"<p> The ID of the connection you receive. </p>" + }, + "ConnectionDetails":{ + "shape":"ConnectionDetails", + "documentation":"<p> Information about a connection. </p>" + } + } + }, "GetOrderInput":{ "type":"structure", "required":["OrderId"], @@ -1396,6 +1505,11 @@ "min":0, "pattern":"^\\S[\\S ]*$" }, + "NetworkInterfaceDeviceIndex":{ + "type":"integer", + "max":1, + "min":0 + }, "NotFoundException":{ "type":"structure", "members":{ @@ -1701,6 +1815,12 @@ "ORDER" ] }, + "ServerEndpoint":{ + "type":"string", + "max":21, + "min":9, + "pattern":"^([0-9]{1,3}\\.){3}[0-9]{1,3}:[0-9]{1,5}$" + }, "ServiceQuotaExceededException":{ "type":"structure", "members":{ @@ -1785,6 +1905,46 @@ "min":1, "pattern":"OR-[A-Z0-9]{7}" }, + "StartConnectionRequest":{ + "type":"structure", + "required":[ + "DeviceSerialNumber", + "AssetId", + "ClientPublicKey", + "NetworkInterfaceDeviceIndex" + ], + "members":{ + "DeviceSerialNumber":{ + "shape":"DeviceSerialNumber", + "documentation":"<p> The serial number of the dongle. </p>" + }, + "AssetId":{ + "shape":"AssetId", + "documentation":"<p> The ID of the Outpost server. </p>" + }, + "ClientPublicKey":{ + "shape":"WireGuardPublicKey", + "documentation":"<p> The public key of the client. </p>" + }, + "NetworkInterfaceDeviceIndex":{ + "shape":"NetworkInterfaceDeviceIndex", + "documentation":"<p> The device index of the network interface on the Outpost server. </p>" + } + } + }, + "StartConnectionResponse":{ + "type":"structure", + "members":{ + "ConnectionId":{ + "shape":"ConnectionId", + "documentation":"<p> The ID of the connection. </p>" + }, + "UnderlayIpAddress":{ + "shape":"UnderlayIpAddress", + "documentation":"<p> The underlay IP address. </p>" + } + } + }, "StateOrRegion":{ "type":"string", "max":50, @@ -1879,6 +2039,12 @@ "min":1, "pattern":"^(\\d+)##(\\S+)$" }, + "UnderlayIpAddress":{ + "type":"string", + "max":15, + "min":7, + "pattern":"^([0-9]{1,3}\\.){3}[0-9]{1,3}$" + }, "UntagResourceRequest":{ "type":"structure", "required":[ @@ -2077,6 +2243,12 @@ "error":{"httpStatusCode":400}, "exception":true }, + "WireGuardPublicKey":{ + "type":"string", + "max":44, + "min":44, + "pattern":"^[a-zA-Z0-9/+]{43}=$" + }, "outpostListDefinition":{ "type":"list", "member":{"shape":"Outpost"}, |