From 140202a697f7a9d60b01de36c08f63ebd33fc5a9 Mon Sep 17 00:00:00 2001 From: arcadia-devtools Date: Tue, 28 Jun 2022 11:06:00 +0300 Subject: intermediate changes ref:91e6b243cd7f0c53cbafb4f654eced58a4c1e436 --- contrib/python/boto3/py3/.dist-info/METADATA | 4 +- contrib/python/boto3/py3/boto3/__init__.py | 2 +- contrib/python/botocore/py3/.dist-info/METADATA | 2 +- contrib/python/botocore/py3/botocore/__init__.py | 2 +- .../data/outposts/2019-12-03/service-2.json | 172 +++++++++++++++++++++ 5 files changed, 177 insertions(+), 5 deletions(-) (limited to 'contrib/python') diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA index e81391a2b06..17bf40ce9c5 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.24.7 +Version: 1.24.8 Summary: The AWS SDK for Python Home-page: https://github.com/boto/boto3 Author: Amazon Web Services @@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.10 Requires-Python: >= 3.7 License-File: LICENSE License-File: NOTICE -Requires-Dist: botocore (<1.28.0,>=1.27.7) +Requires-Dist: botocore (<1.28.0,>=1.27.8) Requires-Dist: jmespath (<2.0.0,>=0.7.1) Requires-Dist: s3transfer (<0.7.0,>=0.6.0) Provides-Extra: crt diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py index 77f92552352..c554e832b8f 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.24.7' +__version__ = '1.24.8' # 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 1ac73a84c24..8e3985f355b 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 b509f034c81..49cd8d984c1 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 5598000e482..e691b60b89a 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":"

Gets information about a catalog item.

" }, + "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":"

Amazon Web Services uses this action to install Outpost servers.

Gets information about a specified connection.

Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.

" + }, "GetOrder":{ "name":"GetOrder", "http":{ @@ -303,6 +319,22 @@ ], "documentation":"

Lists the tags for the specified resource.

" }, + "StartConnection":{ + "name":"StartConnection", + "http":{ + "method":"POST", + "requestUri":"/connections" + }, + "input":{"shape":"StartConnectionRequest"}, + "output":{"shape":"StartConnectionResponse"}, + "errors":[ + {"shape":"AccessDeniedException"}, + {"shape":"ValidationException"}, + {"shape":"NotFoundException"}, + {"shape":"InternalServerException"} + ], + "documentation":"

Amazon Web Services uses this action to install Outpost servers.

Starts the connection required for Outpost server installation.

Use CloudTrail to monitor this action or Amazon Web Services managed policy for Amazon Web Services Outposts to secure it. For more information, see Amazon Web Services managed policies for Amazon Web Services Outposts and Logging Amazon Web Services Outposts API calls with Amazon Web Services CloudTrail in the Amazon Web Services Outposts User Guide.

" + }, "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":"

The public key of the client.

" + }, + "ServerPublicKey":{ + "shape":"WireGuardPublicKey", + "documentation":"

The public key of the server.

" + }, + "ServerEndpoint":{ + "shape":"ServerEndpoint", + "documentation":"

The endpoint for the server.

" + }, + "ClientTunnelAddress":{ + "shape":"CIDR", + "documentation":"

The client tunnel address.

" + }, + "ServerTunnelAddress":{ + "shape":"CIDR", + "documentation":"

The server tunnel address.

" + }, + "AllowedIps":{ + "shape":"CIDRList", + "documentation":"

The allowed IP addresses.

" + } + }, + "documentation":"

Information about a connection.

" + }, + "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":"

The ID of the connection you request.

", + "location":"uri", + "locationName":"ConnectionId" + } + } + }, + "GetConnectionResponse":{ + "type":"structure", + "members":{ + "ConnectionId":{ + "shape":"ConnectionId", + "documentation":"

The ID of the connection you receive.

" + }, + "ConnectionDetails":{ + "shape":"ConnectionDetails", + "documentation":"

Information about a connection.

" + } + } + }, "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":"

The serial number of the dongle.

" + }, + "AssetId":{ + "shape":"AssetId", + "documentation":"

The ID of the Outpost server.

" + }, + "ClientPublicKey":{ + "shape":"WireGuardPublicKey", + "documentation":"

The public key of the client.

" + }, + "NetworkInterfaceDeviceIndex":{ + "shape":"NetworkInterfaceDeviceIndex", + "documentation":"

The device index of the network interface on the Outpost server.

" + } + } + }, + "StartConnectionResponse":{ + "type":"structure", + "members":{ + "ConnectionId":{ + "shape":"ConnectionId", + "documentation":"

The ID of the connection.

" + }, + "UnderlayIpAddress":{ + "shape":"UnderlayIpAddress", + "documentation":"

The underlay IP address.

" + } + } + }, "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"}, -- cgit v1.3