aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-21 09:25:46 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-04-21 09:25:46 +0300
commitabdf13a7aa14a8c97df8c762546428751c50a6db (patch)
tree27ce493fb1d7ceefc7b9e695c8ca89202e6849c6
parent2626eab46614f7e15465cfad90d4e15caacea3ad (diff)
downloadydb-abdf13a7aa14a8c97df8c762546428751c50a6db.tar.gz
intermediate changes
ref:fa69249b52198a8ca51857085ccd998f9313d9ff
-rw-r--r--build/ya.conf.json18
-rw-r--r--contrib/python/boto3/py3/.dist-info/METADATA6
-rw-r--r--contrib/python/boto3/py3/README.rst2
-rw-r--r--contrib/python/boto3/py3/boto3/__init__.py2
-rw-r--r--contrib/python/botocore/py3/.dist-info/METADATA2
-rw-r--r--contrib/python/botocore/py3/botocore/__init__.py2
-rw-r--r--contrib/python/botocore/py3/botocore/data/connect/2017-08-08/paginators-1.json12
-rw-r--r--contrib/python/botocore/py3/botocore/data/connect/2017-08-08/service-2.json541
-rw-r--r--contrib/python/botocore/py3/botocore/data/endpoints.json1
-rw-r--r--contrib/python/botocore/py3/botocore/data/macie2/2020-01-01/service-2.json22
-rw-r--r--contrib/python/botocore/py3/botocore/data/mgn/2020-02-26/service-2.json7
-rw-r--r--contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json46
-rw-r--r--contrib/python/ipdb/.dist-info/entry_points.txt3
-rw-r--r--contrib/python/ipdb/AUTHORS26
-rw-r--r--contrib/python/ipdb/patches/01-yamake.patch12
-rw-r--r--contrib/python/ipdb/patches/02-yamake.patch10
16 files changed, 683 insertions, 29 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 617466efb2a..3d6aa8fafc3 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -7439,7 +7439,7 @@
},
"horadric": {
"formula": {
- "sandbox_id": 1283829935,
+ "sandbox_id": 1285108981,
"match": "horadric"
},
"executable": {
@@ -7582,7 +7582,7 @@
},
"apphost": {
"formula": {
- "sandbox_id": 1283831259,
+ "sandbox_id": 1285109203,
"match": "app_host_launcher"
},
"executable": {
@@ -8236,7 +8236,7 @@
},
"bigb_request": {
"formula": {
- "sandbox_id": 1283834679,
+ "sandbox_id": 1285110198,
"match": "bb_requester"
},
"executable": {
@@ -8247,7 +8247,7 @@
},
"bigb_hitlog_analyser": {
"formula": {
- "sandbox_id": 1283831958,
+ "sandbox_id": 1285124674,
"match": "hitlog_analyser"
},
"executable": {
@@ -8269,7 +8269,7 @@
},
"bigb_bb_cluster_analyzer": {
"formula": {
- "sandbox_id": 1283831420,
+ "sandbox_id": 1285117323,
"match": "bb_cluster_analyzer"
},
"executable": {
@@ -8315,7 +8315,7 @@
},
"caesar_yt_sync": {
"formula": {
- "sandbox_id": 1283831370,
+ "sandbox_id": 1285114979,
"match": "yt_sync"
},
"executable": {
@@ -8326,7 +8326,7 @@
},
"caesar_lookup_profile": {
"formula": {
- "sandbox_id": 1283832071,
+ "sandbox_id": 1285122412,
"match": "lookup_profile"
},
"executable": {
@@ -8337,7 +8337,7 @@
},
"exp_stats": {
"formula": {
- "sandbox_id": 1283833688,
+ "sandbox_id": 1285108922,
"match": "exp_stats"
},
"executable": {
@@ -8370,7 +8370,7 @@
},
"caesar_profile_size_analyzer": {
"formula": {
- "sandbox_id": 1283837329,
+ "sandbox_id": 1285108698,
"match": "profile_size_analyzer"
},
"executable": {
diff --git a/contrib/python/boto3/py3/.dist-info/METADATA b/contrib/python/boto3/py3/.dist-info/METADATA
index 1000d1ff809..298a24e58e2 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.21.43
+Version: 1.21.44
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.25.0,>=1.24.43)
+Requires-Dist: botocore (<1.25.0,>=1.24.44)
Requires-Dist: jmespath (<2.0.0,>=0.7.1)
Requires-Dist: s3transfer (<0.6.0,>=0.5.0)
Provides-Extra: crt
@@ -42,6 +42,8 @@ services that are supported.
Boto3 is maintained and published by `Amazon Web Services`_.
+Boto (pronounced boh-toh) was named after the fresh water dolphin native to the Amazon river. The name was chosen by the author of the original Boto library, Mitch Garnaat, as a reference to the company.
+
Notices
-------
diff --git a/contrib/python/boto3/py3/README.rst b/contrib/python/boto3/py3/README.rst
index 726b305dad1..91bc27ed33c 100644
--- a/contrib/python/boto3/py3/README.rst
+++ b/contrib/python/boto3/py3/README.rst
@@ -12,6 +12,8 @@ services that are supported.
Boto3 is maintained and published by `Amazon Web Services`_.
+Boto (pronounced boh-toh) was named after the fresh water dolphin native to the Amazon river. The name was chosen by the author of the original Boto library, Mitch Garnaat, as a reference to the company.
+
Notices
-------
diff --git a/contrib/python/boto3/py3/boto3/__init__.py b/contrib/python/boto3/py3/boto3/__init__.py
index dc6f7f486f0..12c05e67873 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.21.43'
+__version__ = '1.21.44'
# 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 0889a2a8b09..f8f66d94547 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.24.43
+Version: 1.24.44
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 4f38f364e56..8ae43d0fbf7 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.24.43'
+__version__ = '1.24.44'
class NullHandler(logging.Handler):
diff --git a/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/paginators-1.json b/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/paginators-1.json
index 5e23cb9dcaa..701a3466057 100644
--- a/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/paginators-1.json
+++ b/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/paginators-1.json
@@ -172,6 +172,18 @@
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "VocabularySummaryList"
+ },
+ "ListPhoneNumbersV2": {
+ "input_token": "NextToken",
+ "limit_key": "MaxResults",
+ "output_token": "NextToken",
+ "result_key": "ListPhoneNumbersSummaryList"
+ },
+ "SearchAvailablePhoneNumbers": {
+ "input_token": "NextToken",
+ "limit_key": "MaxResults",
+ "output_token": "NextToken",
+ "result_key": "AvailableNumbersList"
}
}
}
diff --git a/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/service-2.json b/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/service-2.json
index c402fb90aa8..7cfb1e025fb 100644
--- a/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/service-2.json
+++ b/contrib/python/botocore/py3/botocore/data/connect/2017-08-08/service-2.json
@@ -120,6 +120,22 @@
],
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.</p>"
},
+ "AssociatePhoneNumberContactFlow":{
+ "name":"AssociatePhoneNumberContactFlow",
+ "http":{
+ "method":"PUT",
+ "requestUri":"/phone-number/{PhoneNumberId}/contact-flow"
+ },
+ "input":{"shape":"AssociatePhoneNumberContactFlowRequest"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Associates a contact flow with a phone number claimed to your Amazon Connect instance.</p>"
+ },
"AssociateQueueQuickConnects":{
"name":"AssociateQueueQuickConnects",
"http":{
@@ -172,6 +188,24 @@
],
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Associates a security key to the instance.</p>"
},
+ "ClaimPhoneNumber":{
+ "name":"ClaimPhoneNumber",
+ "http":{
+ "method":"POST",
+ "requestUri":"/phone-number/claim"
+ },
+ "input":{"shape":"ClaimPhoneNumberRequest"},
+ "output":{"shape":"ClaimPhoneNumberResponse"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"IdempotencyException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Claims an available phone number to your Amazon Connect instance.</p>"
+ },
"CreateAgentStatus":{
"name":"CreateAgentStatus",
"http":{
@@ -752,6 +786,23 @@
],
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.</p>"
},
+ "DescribePhoneNumber":{
+ "name":"DescribePhoneNumber",
+ "http":{
+ "method":"GET",
+ "requestUri":"/phone-number/{PhoneNumberId}"
+ },
+ "input":{"shape":"DescribePhoneNumberRequest"},
+ "output":{"shape":"DescribePhoneNumberResponse"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Gets details and status of a phone number that’s claimed to your Amazon Connect instance</p>"
+ },
"DescribeQueue":{
"name":"DescribeQueue",
"http":{
@@ -967,6 +1018,22 @@
],
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Revokes authorization from the specified instance to access the specified Amazon Lex bot.</p>"
},
+ "DisassociatePhoneNumberContactFlow":{
+ "name":"DisassociatePhoneNumberContactFlow",
+ "http":{
+ "method":"DELETE",
+ "requestUri":"/phone-number/{PhoneNumberId}/contact-flow"
+ },
+ "input":{"shape":"DisassociatePhoneNumberContactFlowRequest"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Removes the contact flow association from a phone number claimed to your Amazon Connect instance, if a contact flow association exists.</p>"
+ },
"DisassociateQueueQuickConnects":{
"name":"DisassociateQueueQuickConnects",
"http":{
@@ -1332,6 +1399,23 @@
],
"documentation":"<p>Provides information about the phone numbers for the specified Amazon Connect instance. </p> <p>For more information about phone numbers, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html\">Set Up Phone Numbers for Your Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
},
+ "ListPhoneNumbersV2":{
+ "name":"ListPhoneNumbersV2",
+ "http":{
+ "method":"POST",
+ "requestUri":"/phone-number/list"
+ },
+ "input":{"shape":"ListPhoneNumbersV2Request"},
+ "output":{"shape":"ListPhoneNumbersV2Response"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Lists phone numbers claimed to your Amazon Connect instance. </p> <p>For more information about phone numbers, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/contact-center-phone-number.html\">Set Up Phone Numbers for Your Contact Center</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
+ },
"ListPrompts":{
"name":"ListPrompts",
"http":{
@@ -1552,6 +1636,24 @@
],
"documentation":"<p>Provides summary information about the users for the specified Amazon Connect instance.</p>"
},
+ "ReleasePhoneNumber":{
+ "name":"ReleasePhoneNumber",
+ "http":{
+ "method":"DELETE",
+ "requestUri":"/phone-number/{PhoneNumberId}"
+ },
+ "input":{"shape":"ReleasePhoneNumberRequest"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"ResourceInUseException"},
+ {"shape":"IdempotencyException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Releases a phone number previously claimed to an Amazon Connect instance.</p>"
+ },
"ResumeContactRecording":{
"name":"ResumeContactRecording",
"http":{
@@ -1567,6 +1669,22 @@
],
"documentation":"<p>When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.</p> <p>Only voice recordings are supported at this time.</p>"
},
+ "SearchAvailablePhoneNumbers":{
+ "name":"SearchAvailablePhoneNumbers",
+ "http":{
+ "method":"POST",
+ "requestUri":"/phone-number/search-available"
+ },
+ "input":{"shape":"SearchAvailablePhoneNumbersRequest"},
+ "output":{"shape":"SearchAvailablePhoneNumbersResponse"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Searches for available phone numbers that you can claim to your Amazon Connect instance.</p>"
+ },
"SearchVocabularies":{
"name":"SearchVocabularies",
"http":{
@@ -1747,7 +1865,7 @@
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"}
],
- "documentation":"<p>Adds the specified tags to the specified resource.</p> <p>The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, and hours of operation.</p> <p>For sample policies that use tags, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html\">Amazon Connect Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
+ "documentation":"<p>Adds the specified tags to the specified resource.</p> <p>The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, hours of operation, and phone number.</p> <p>For sample policies that use tags, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/security_iam_id-based-policy-examples.html\">Amazon Connect Identity-Based Policy Examples</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
},
"UntagResource":{
"name":"UntagResource",
@@ -1971,6 +2089,25 @@
],
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates an existing configuration for a resource type. This API is idempotent.</p>"
},
+ "UpdatePhoneNumber":{
+ "name":"UpdatePhoneNumber",
+ "http":{
+ "method":"PUT",
+ "requestUri":"/phone-number/{PhoneNumberId}"
+ },
+ "input":{"shape":"UpdatePhoneNumberRequest"},
+ "output":{"shape":"UpdatePhoneNumberResponse"},
+ "errors":[
+ {"shape":"InvalidParameterException"},
+ {"shape":"ResourceNotFoundException"},
+ {"shape":"ThrottlingException"},
+ {"shape":"InternalServiceException"},
+ {"shape":"ResourceInUseException"},
+ {"shape":"IdempotencyException"},
+ {"shape":"AccessDeniedException"}
+ ],
+ "documentation":"<p>Updates your claimed phone number from its current Amazon Connect instance to another Amazon Connect instance in the same Region.</p>"
+ },
"UpdateQueueHoursOfOperation":{
"name":"UpdateQueueHoursOfOperation",
"http":{
@@ -2585,6 +2722,30 @@
}
}
},
+ "AssociatePhoneNumberContactFlowRequest":{
+ "type":"structure",
+ "required":[
+ "PhoneNumberId",
+ "InstanceId",
+ "ContactFlowId"
+ ],
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>A unique identifier for the phone number.</p>",
+ "location":"uri",
+ "locationName":"PhoneNumberId"
+ },
+ "InstanceId":{
+ "shape":"InstanceId",
+ "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>"
+ },
+ "ContactFlowId":{
+ "shape":"ContactFlowId",
+ "documentation":"<p>The identifier of the contact flow.</p>"
+ }
+ }
+ },
"AssociateQueueQuickConnectsRequest":{
"type":"structure",
"required":[
@@ -2722,6 +2883,28 @@
"member":{"shape":"Attribute"}
},
"AutoAccept":{"type":"boolean"},
+ "AvailableNumberSummary":{
+ "type":"structure",
+ "members":{
+ "PhoneNumber":{
+ "shape":"PhoneNumber",
+ "documentation":"<p>The phone number. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>"
+ },
+ "PhoneNumberCountryCode":{
+ "shape":"PhoneNumberCountryCode",
+ "documentation":"<p>The ISO country code.</p>"
+ },
+ "PhoneNumberType":{
+ "shape":"PhoneNumberType",
+ "documentation":"<p>The type of phone number.</p>"
+ }
+ },
+ "documentation":"<p>Information about available phone numbers.</p>"
+ },
+ "AvailableNumbersList":{
+ "type":"list",
+ "member":{"shape":"AvailableNumberSummary"}
+ },
"Boolean":{"type":"boolean"},
"BotName":{
"type":"string",
@@ -2799,6 +2982,91 @@
"max":350,
"min":1
},
+ "ClaimPhoneNumberRequest":{
+ "type":"structure",
+ "required":[
+ "TargetArn",
+ "PhoneNumber"
+ ],
+ "members":{
+ "TargetArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.</p>"
+ },
+ "PhoneNumber":{
+ "shape":"PhoneNumber",
+ "documentation":"<p>The phone number you want to claim. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>"
+ },
+ "PhoneNumberDescription":{
+ "shape":"PhoneNumberDescription",
+ "documentation":"<p>The description of the phone number.</p>"
+ },
+ "Tags":{
+ "shape":"TagMap",
+ "documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
+ },
+ "ClientToken":{
+ "shape":"ClientToken",
+ "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
+ "idempotencyToken":true
+ }
+ }
+ },
+ "ClaimPhoneNumberResponse":{
+ "type":"structure",
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>"
+ },
+ "PhoneNumberArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>"
+ }
+ }
+ },
+ "ClaimedPhoneNumberSummary":{
+ "type":"structure",
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>"
+ },
+ "PhoneNumberArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>"
+ },
+ "PhoneNumber":{
+ "shape":"PhoneNumber",
+ "documentation":"<p>The phone number. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>"
+ },
+ "PhoneNumberCountryCode":{
+ "shape":"PhoneNumberCountryCode",
+ "documentation":"<p>The ISO country code.</p>"
+ },
+ "PhoneNumberType":{
+ "shape":"PhoneNumberType",
+ "documentation":"<p>The type of phone number.</p>"
+ },
+ "PhoneNumberDescription":{
+ "shape":"PhoneNumberDescription",
+ "documentation":"<p>The description of the phone number.</p>"
+ },
+ "TargetArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.</p>"
+ },
+ "Tags":{
+ "shape":"TagMap",
+ "documentation":"<p>The tags used to organize, track, or control access for this resource.</p>"
+ },
+ "PhoneNumberStatus":{
+ "shape":"PhoneNumberStatus",
+ "documentation":"<p>The status of the phone number.</p>"
+ }
+ },
+ "documentation":"<p>Information about a phone number that has been claimed to your Amazon Connect instance.</p>"
+ },
"ClientToken":{
"type":"string",
"max":500
@@ -4464,6 +4732,27 @@
}
}
},
+ "DescribePhoneNumberRequest":{
+ "type":"structure",
+ "required":["PhoneNumberId"],
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>",
+ "location":"uri",
+ "locationName":"PhoneNumberId"
+ }
+ }
+ },
+ "DescribePhoneNumberResponse":{
+ "type":"structure",
+ "members":{
+ "ClaimedPhoneNumberSummary":{
+ "shape":"ClaimedPhoneNumberSummary",
+ "documentation":"<p>Information about a phone number that's been claimed to your Amazon Connect instance. </p>"
+ }
+ }
+ },
"DescribeQueueRequest":{
"type":"structure",
"required":[
@@ -4864,6 +5153,27 @@
}
}
},
+ "DisassociatePhoneNumberContactFlowRequest":{
+ "type":"structure",
+ "required":[
+ "PhoneNumberId",
+ "InstanceId"
+ ],
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>",
+ "location":"uri",
+ "locationName":"PhoneNumberId"
+ },
+ "InstanceId":{
+ "shape":"InstanceId",
+ "documentation":"<p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>",
+ "location":"querystring",
+ "locationName":"instanceId"
+ }
+ }
+ },
"DisassociateQueueQuickConnectsRequest":{
"type":"structure",
"required":[
@@ -5920,6 +6230,11 @@
},
"documentation":"<p>Configuration information of a Kinesis video stream.</p>"
},
+ "LargeNextToken":{
+ "type":"string",
+ "max":100000,
+ "min":1
+ },
"LexBot":{
"type":"structure",
"members":{
@@ -6609,6 +6924,83 @@
}
}
},
+ "ListPhoneNumbersSummary":{
+ "type":"structure",
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>"
+ },
+ "PhoneNumberArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>"
+ },
+ "PhoneNumber":{
+ "shape":"PhoneNumber",
+ "documentation":"<p>The phone number. Phone numbers are formatted <code>[+] [country code] [subscriber number including area code]</code>.</p>"
+ },
+ "PhoneNumberCountryCode":{
+ "shape":"PhoneNumberCountryCode",
+ "documentation":"<p>The ISO country code.</p>"
+ },
+ "PhoneNumberType":{
+ "shape":"PhoneNumberType",
+ "documentation":"<p>The type of phone number.</p>"
+ },
+ "TargetArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.</p>"
+ }
+ },
+ "documentation":"<p>Information about phone numbers that have been claimed to your Amazon Connect instance.</p>"
+ },
+ "ListPhoneNumbersSummaryList":{
+ "type":"list",
+ "member":{"shape":"ListPhoneNumbersSummary"}
+ },
+ "ListPhoneNumbersV2Request":{
+ "type":"structure",
+ "members":{
+ "TargetArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to. If <code>TargetArn</code> input is not provided, this API lists numbers claimed to all the Amazon Connect instances belonging to your account.</p>"
+ },
+ "MaxResults":{
+ "shape":"MaxResult1000",
+ "documentation":"<p>The maximum number of results to return per page.</p>",
+ "box":true
+ },
+ "NextToken":{
+ "shape":"LargeNextToken",
+ "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>"
+ },
+ "PhoneNumberCountryCodes":{
+ "shape":"PhoneNumberCountryCodes",
+ "documentation":"<p>The ISO country code.</p>"
+ },
+ "PhoneNumberTypes":{
+ "shape":"PhoneNumberTypes",
+ "documentation":"<p>The type of phone number.</p>"
+ },
+ "PhoneNumberPrefix":{
+ "shape":"PhoneNumberPrefix",
+ "documentation":"<p>The prefix of the phone number. If provided, it must contain <code>+</code> as part of the country code.</p>"
+ }
+ }
+ },
+ "ListPhoneNumbersV2Response":{
+ "type":"structure",
+ "members":{
+ "NextToken":{
+ "shape":"LargeNextToken",
+ "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>"
+ },
+ "ListPhoneNumbersSummaryList":{
+ "shape":"ListPhoneNumbersSummaryList",
+ "documentation":"<p>Information about phone numbers that have been claimed to your Amazon Connect instances.</p>"
+ }
+ }
+ },
"ListPromptsRequest":{
"type":"structure",
"required":["InstanceId"],
@@ -7277,7 +7669,10 @@
"member":{"shape":"SecurityProfilePermission"},
"max":500
},
- "PhoneNumber":{"type":"string"},
+ "PhoneNumber":{
+ "type":"string",
+ "pattern":"\\\\+[1-9]\\\\d{1,14}$"
+ },
"PhoneNumberCountryCode":{
"type":"string",
"enum":[
@@ -7525,7 +7920,17 @@
"member":{"shape":"PhoneNumberCountryCode"},
"max":10
},
+ "PhoneNumberDescription":{
+ "type":"string",
+ "max":500,
+ "min":0,
+ "pattern":"^[\\W\\S_]*"
+ },
"PhoneNumberId":{"type":"string"},
+ "PhoneNumberPrefix":{
+ "type":"string",
+ "pattern":"\\\\+?[0-9]{1,11}"
+ },
"PhoneNumberQuickConnectConfig":{
"type":"structure",
"required":["PhoneNumber"],
@@ -7537,6 +7942,20 @@
},
"documentation":"<p>Contains information about a phone number for a quick connect.</p>"
},
+ "PhoneNumberStatus":{
+ "type":"structure",
+ "members":{
+ "Status":{
+ "shape":"PhoneNumberWorkflowStatus",
+ "documentation":"<p>The status.</p>"
+ },
+ "Message":{
+ "shape":"PhoneNumberWorkflowMessage",
+ "documentation":"<p>The status message.</p>"
+ }
+ },
+ "documentation":"<p>The status of the phone number.</p>"
+ },
"PhoneNumberSummary":{
"type":"structure",
"members":{
@@ -7579,6 +7998,20 @@
"member":{"shape":"PhoneNumberType"},
"max":2
},
+ "PhoneNumberWorkflowMessage":{
+ "type":"string",
+ "max":255,
+ "min":0,
+ "pattern":"^[\\W\\S_]*"
+ },
+ "PhoneNumberWorkflowStatus":{
+ "type":"string",
+ "enum":[
+ "CLAIMED",
+ "IN_PROGRESS",
+ "FAILED"
+ ]
+ },
"PhoneType":{
"type":"string",
"enum":[
@@ -7979,6 +8412,25 @@
"max":4096,
"min":0
},
+ "ReleasePhoneNumberRequest":{
+ "type":"structure",
+ "required":["PhoneNumberId"],
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>",
+ "location":"uri",
+ "locationName":"PhoneNumberId"
+ },
+ "ClientToken":{
+ "shape":"ClientToken",
+ "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
+ "idempotencyToken":true,
+ "location":"querystring",
+ "locationName":"clientToken"
+ }
+ }
+ },
"ResourceConflictException":{
"type":"structure",
"members":{
@@ -8244,6 +8696,54 @@
},
"documentation":"<p>Information about the Amazon Simple Storage Service (Amazon S3) storage type.</p>"
},
+ "SearchAvailablePhoneNumbersRequest":{
+ "type":"structure",
+ "required":[
+ "TargetArn",
+ "PhoneNumberCountryCode",
+ "PhoneNumberType"
+ ],
+ "members":{
+ "TargetArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.</p>"
+ },
+ "PhoneNumberCountryCode":{
+ "shape":"PhoneNumberCountryCode",
+ "documentation":"<p>The ISO country code.</p>"
+ },
+ "PhoneNumberType":{
+ "shape":"PhoneNumberType",
+ "documentation":"<p>The type of phone number.</p>"
+ },
+ "PhoneNumberPrefix":{
+ "shape":"PhoneNumberPrefix",
+ "documentation":"<p>The prefix of the phone number. If provided, it must contain <code>+</code> as part of the country code.</p>"
+ },
+ "MaxResults":{
+ "shape":"MaxResult10",
+ "documentation":"<p>The maximum number of results to return per page.</p>",
+ "box":true
+ },
+ "NextToken":{
+ "shape":"LargeNextToken",
+ "documentation":"<p>The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.</p>"
+ }
+ }
+ },
+ "SearchAvailablePhoneNumbersResponse":{
+ "type":"structure",
+ "members":{
+ "NextToken":{
+ "shape":"LargeNextToken",
+ "documentation":"<p>If there are additional results, this is the token for the next set of results.</p>"
+ },
+ "AvailableNumbersList":{
+ "shape":"AvailableNumbersList",
+ "documentation":"<p>A list of available phone numbers that you can claim for your Amazon Connect instance.</p>"
+ }
+ }
+ },
"SearchVocabulariesRequest":{
"type":"structure",
"required":["InstanceId"],
@@ -9291,6 +9791,43 @@
"StorageConfig":{"shape":"InstanceStorageConfig"}
}
},
+ "UpdatePhoneNumberRequest":{
+ "type":"structure",
+ "required":[
+ "PhoneNumberId",
+ "TargetArn"
+ ],
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>",
+ "location":"uri",
+ "locationName":"PhoneNumberId"
+ },
+ "TargetArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.</p>"
+ },
+ "ClientToken":{
+ "shape":"ClientToken",
+ "documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>",
+ "idempotencyToken":true
+ }
+ }
+ },
+ "UpdatePhoneNumberResponse":{
+ "type":"structure",
+ "members":{
+ "PhoneNumberId":{
+ "shape":"PhoneNumberId",
+ "documentation":"<p>The identifier of the phone number.</p>"
+ },
+ "PhoneNumberArn":{
+ "shape":"ARN",
+ "documentation":"<p>The Amazon Resource Name (ARN) of the phone number.</p>"
+ }
+ }
+ },
"UpdateQueueHoursOfOperationRequest":{
"type":"structure",
"required":[
diff --git a/contrib/python/botocore/py3/botocore/data/endpoints.json b/contrib/python/botocore/py3/botocore/data/endpoints.json
index 064b321f85f..93c2efde9ed 100644
--- a/contrib/python/botocore/py3/botocore/data/endpoints.json
+++ b/contrib/python/botocore/py3/botocore/data/endpoints.json
@@ -3195,6 +3195,7 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
+ "ap-southeast-3" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "datasync-fips.ca-central-1.amazonaws.com",
diff --git a/contrib/python/botocore/py3/botocore/data/macie2/2020-01-01/service-2.json b/contrib/python/botocore/py3/botocore/data/macie2/2020-01-01/service-2.json
index 8bdfa91a458..1c80dbe7455 100644
--- a/contrib/python/botocore/py3/botocore/data/macie2/2020-01-01/service-2.json
+++ b/contrib/python/botocore/py3/botocore/data/macie2/2020-01-01/service-2.json
@@ -3243,13 +3243,18 @@
"locationName": "jobId",
"documentation": "<p>The unique identifier for the classification job that produced the finding.</p>"
},
+ "originType": {
+ "shape": "OriginType",
+ "locationName": "originType",
+ "documentation": "<p>Specifies how Amazon Macie found the sensitive data that produced the finding: SENSITIVE_DATA_DISCOVERY_JOB, for a classification job.</p>"
+ },
"result": {
"shape": "ClassificationResult",
"locationName": "result",
"documentation": "<p>The status and other details of the finding.</p>"
}
},
- "documentation": "<p>Provides information about a sensitive data finding, including the classification job that produced the finding.</p>"
+ "documentation": "<p>Provides information about a sensitive data finding and the details of the finding.</p>"
},
"ClassificationExportConfiguration": {
"type": "structure",
@@ -4847,7 +4852,7 @@
"findingIds": {
"shape": "__listOf__string",
"locationName": "findingIds",
- "documentation": "<p>An array of strings that lists the unique identifiers for the findings to retrieve.</p>"
+ "documentation": "<p>An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.</p>"
},
"sortCriteria": {
"shape": "SortCriteria",
@@ -5281,7 +5286,7 @@
},
"JobComparator": {
"type": "string",
- "documentation": "<p>The operator to use in a condition. Valid values are:</p>",
+ "documentation": "<p>The operator to use in a condition. Depending on the type of condition, possible values are:</p>",
"enum": [
"EQ",
"GT",
@@ -6119,6 +6124,13 @@
"DESC"
]
},
+ "OriginType": {
+ "type": "string",
+ "documentation": "<p>Specifies how Amazon Macie found the sensitive data that produced a finding. The only possible value is:</p>",
+ "enum": [
+ "SENSITIVE_DATA_DISCOVERY_JOB"
+ ]
+ },
"Page": {
"type": "structure",
"members": {
@@ -6229,6 +6241,7 @@
},
"Ranges": {
"type": "list",
+ "documentation": "<p>Specifies the locations of occurrences of sensitive data in a non-binary text file.</p>",
"member": {
"shape": "Range"
}
@@ -6251,6 +6264,7 @@
},
"Records": {
"type": "list",
+ "documentation": "<p>Specifies the locations of occurrences of sensitive data in an Apache Avro object container or a structured data file.</p>",
"member": {
"shape": "Record"
}
@@ -7300,7 +7314,7 @@
"shape": "__listOf__string",
"location": "querystring",
"locationName": "tagKeys",
- "documentation": "<p>The key of the tag to remove from the resource. To remove multiple tags, append the tagKeys parameter and argument for each additional tag to remove, separated by an ampersand (&amp;).</p>"
+ "documentation": "<p>One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, and separate them with an ampersand (&amp;).</p>"
}
},
"required": [
diff --git a/contrib/python/botocore/py3/botocore/data/mgn/2020-02-26/service-2.json b/contrib/python/botocore/py3/botocore/data/mgn/2020-02-26/service-2.json
index f067f5a53ec..0da28abb651 100644
--- a/contrib/python/botocore/py3/botocore/data/mgn/2020-02-26/service-2.json
+++ b/contrib/python/botocore/py3/botocore/data/mgn/2020-02-26/service-2.json
@@ -942,7 +942,6 @@
},
"DescribeJobsRequest":{
"type":"structure",
- "required":["filters"],
"members":{
"filters":{
"shape":"DescribeJobsRequestFilters",
@@ -997,7 +996,6 @@
},
"DescribeReplicationConfigurationTemplatesRequest":{
"type":"structure",
- "required":["replicationConfigurationTemplateIDs"],
"members":{
"maxResults":{
"shape":"StrictlyPositiveInteger",
@@ -1028,7 +1026,6 @@
},
"DescribeSourceServersRequest":{
"type":"structure",
- "required":["filters"],
"members":{
"filters":{
"shape":"DescribeSourceServersRequestFilters",
@@ -2020,6 +2017,10 @@
"shape":"LargeBoundedString",
"documentation":"<p>Exceeded the service quota code.</p>"
},
+ "quotaValue":{
+ "shape":"StrictlyPositiveInteger",
+ "documentation":"<p>Exceeded the service quota value.</p>"
+ },
"resourceId":{
"shape":"LargeBoundedString",
"documentation":"<p>Exceeded the service quota resource ID.</p>"
diff --git a/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json b/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json
index 83649aab29e..5676bff7411 100644
--- a/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json
+++ b/contrib/python/botocore/py3/botocore/data/rds/2014-10-31/service-2.json
@@ -3490,7 +3490,8 @@
"PerformanceInsightsRetentionPeriod":{
"shape":"IntegerOptional",
"documentation":"<p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p> <p>Valid for: Multi-AZ DB clusters only</p>"
- }
+ },
+ "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
},
"documentation":"<p/>"
},
@@ -4598,7 +4599,8 @@
"PerformanceInsightsRetentionPeriod":{
"shape":"IntegerOptional",
"documentation":"<p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p> <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>"
- }
+ },
+ "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfigurationInfo"}
},
"documentation":"<p>Contains the details of an Amazon Aurora DB cluster or Multi-AZ DB cluster.</p> <p>For an Amazon Aurora DB cluster, this data type is used as a response element in the operations <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>PromoteReadReplicaDBCluster</code>, <code>RestoreDBClusterFromS3</code>, <code>RestoreDBClusterFromSnapshot</code>, <code>RestoreDBClusterToPointInTime</code>, <code>StartDBCluster</code>, and <code>StopDBCluster</code>.</p> <p>For a Multi-AZ DB cluster, this data type is used as a response element in the operations <code>CreateDBCluster</code>, <code>DeleteDBCluster</code>, <code>DescribeDBClusters</code>, <code>FailoverDBCluster</code>, <code>ModifyDBCluster</code>, <code>RebootDBCluster</code>, <code>RestoreDBClusterFromSnapshot</code>, and <code>RestoreDBClusterToPointInTime</code>.</p> <p>For more information on Amazon Aurora DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html\"> What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i> </p> <p>For more information on Multi-AZ DB clusters, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html\"> Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i> </p>",
"wrapper":true
@@ -9764,7 +9766,8 @@
"PerformanceInsightsRetentionPeriod":{
"shape":"IntegerOptional",
"documentation":"<p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p> <p>Valid for: Multi-AZ DB clusters only</p>"
- }
+ },
+ "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
},
"documentation":"<p/>"
},
@@ -11889,7 +11892,8 @@
"DomainIAMRoleName":{
"shape":"String",
"documentation":"<p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>"
- }
+ },
+ "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
}
},
"RestoreDBClusterFromS3Result":{
@@ -12009,7 +12013,8 @@
"PubliclyAccessible":{
"shape":"BooleanOptional",
"documentation":"<p>A value that indicates whether the DB cluster is publicly accessible.</p> <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint resolves to the private IP address from within the DB cluster's virtual private cloud (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access to the DB cluster is ultimately controlled by the security group it uses. That public access is not permitted if the security group assigned to the DB cluster doesn't permit it.</p> <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p> <p>Default: The default behavior varies depending on whether <code>DBSubnetGroupName</code> is specified.</p> <p>If <code>DBSubnetGroupName</code> isn't specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p> <ul> <li> <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB cluster is private.</p> </li> <li> <p>If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.</p> </li> </ul> <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p> <ul> <li> <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.</p> </li> <li> <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.</p> </li> </ul> <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>"
- }
+ },
+ "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
},
"documentation":"<p/>"
},
@@ -12122,7 +12127,8 @@
"Iops":{
"shape":"IntegerOptional",
"documentation":"<p>The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster.</p> <p>For information about valid <code>Iops</code> values, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS\">Amazon RDS Provisioned IOPS storage to improve performance</a> in the <i>Amazon RDS User Guide</i>.</p> <p>Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB instance.</p> <p>Valid for: Multi-AZ DB clusters only</p>"
- }
+ },
+ "ServerlessV2ScalingConfiguration":{"shape":"ServerlessV2ScalingConfiguration"}
},
"documentation":"<p/>"
},
@@ -12762,6 +12768,34 @@
},
"documentation":"<p>Shows the scaling configuration for an Aurora DB cluster in <code>serverless</code> DB engine mode.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html\">Using Amazon Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p>"
},
+ "ServerlessV2ScalingConfiguration":{
+ "type":"structure",
+ "members":{
+ "MinCapacity":{
+ "shape":"DoubleOptional",
+ "documentation":"<p>The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.</p>"
+ },
+ "MaxCapacity":{
+ "shape":"DoubleOptional",
+ "documentation":"<p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.</p>"
+ }
+ },
+ "documentation":"<p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html\">Using Amazon Aurora Serverless v2</a> in the <i>Amazon Aurora User Guide</i>.</p>"
+ },
+ "ServerlessV2ScalingConfigurationInfo":{
+ "type":"structure",
+ "members":{
+ "MinCapacity":{
+ "shape":"DoubleOptional",
+ "documentation":"<p>The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 8, 8.5, 9, and so on. The smallest value that you can use is 0.5.</p>"
+ },
+ "MaxCapacity":{
+ "shape":"DoubleOptional",
+ "documentation":"<p>The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster. You can specify ACU values in half-step increments, such as 40, 40.5, 41, and so on. The largest value that you can use is 128.</p>"
+ }
+ },
+ "documentation":"<p>Shows the scaling configuration for an Aurora Serverless v2 DB cluster.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html\">Using Amazon Aurora Serverless v2</a> in the <i>Amazon Aurora User Guide</i>.</p>"
+ },
"SharedSnapshotQuotaExceededFault":{
"type":"structure",
"members":{
diff --git a/contrib/python/ipdb/.dist-info/entry_points.txt b/contrib/python/ipdb/.dist-info/entry_points.txt
new file mode 100644
index 00000000000..7481239f334
--- /dev/null
+++ b/contrib/python/ipdb/.dist-info/entry_points.txt
@@ -0,0 +1,3 @@
+[console_scripts]
+ipdb3 = ipdb.__main__:main
+
diff --git a/contrib/python/ipdb/AUTHORS b/contrib/python/ipdb/AUTHORS
new file mode 100644
index 00000000000..2516ae24e88
--- /dev/null
+++ b/contrib/python/ipdb/AUTHORS
@@ -0,0 +1,26 @@
+aldrik
+andreagrandi
+bmw
+dimasad
+emulbreh
+felixonmars
+gnebehay
+gotcha
+IxDay
+JamshedVesuna
+kynan
+lebedov
+marciomazza
+mauritsvanrees
+msabramo
+nikolas
+omergertel
+pgularski
+pjdelport
+Psycojoker
+sas23
+steinnes
+Wilfred
+WouterVH
+zvodd
+d1618033
diff --git a/contrib/python/ipdb/patches/01-yamake.patch b/contrib/python/ipdb/patches/01-yamake.patch
new file mode 100644
index 00000000000..a8f8d933ceb
--- /dev/null
+++ b/contrib/python/ipdb/patches/01-yamake.patch
@@ -0,0 +1,12 @@
+--- contrib/python/ipdb/ya.make (index)
++++ contrib/python/ipdb/ya.make (working tree)
+@@ -18,6 +18,9 @@ PEERDIR(
+ NO_LINT()
+
+ NO_CHECK_IMPORTS(
++ # Modules presented below leads to initialization of pdb,
++ # which try to create ~/.ipython/profile_default/history.sqlite-journal,
++ # due to which import tests may crash
+ ipdb.__init__
+ ipdb.__main__
+ ipdb.stdout
diff --git a/contrib/python/ipdb/patches/02-yamake.patch b/contrib/python/ipdb/patches/02-yamake.patch
new file mode 100644
index 00000000000..833bae4933f
--- /dev/null
+++ b/contrib/python/ipdb/patches/02-yamake.patch
@@ -0,0 +1,10 @@
+--- contrib/python/ipdb/ya.make (index)
++++ contrib/python/ipdb/ya.make (working tree)
+@@ -12,7 +12,6 @@ PEERDIR(
+ contrib/python/decorator
+ contrib/python/ipython
+ contrib/python/setuptools
+- contrib/python/toml
+ )
+
+ NO_LINT()