tencentcloud-sdk-python 3.0.1269__py2.py3-none-any.whl → 3.0.1270__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tencentcloud/__init__.py +1 -1
- tencentcloud/af/v20200226/af_client.py +3 -1
- tencentcloud/billing/v20180709/models.py +2 -2
- tencentcloud/ckafka/v20190819/models.py +2 -2
- tencentcloud/cwp/v20180228/models.py +16 -0
- tencentcloud/ess/v20201111/models.py +27 -0
- tencentcloud/essbasic/v20210526/models.py +27 -0
- tencentcloud/faceid/v20180301/models.py +4 -0
- tencentcloud/iai/v20180301/models.py +12 -12
- tencentcloud/iap/__init__.py +0 -0
- tencentcloud/iap/v20240713/__init__.py +0 -0
- tencentcloud/iap/v20240713/errorcodes.py +48 -0
- tencentcloud/iap/v20240713/iap_client.py +164 -0
- tencentcloud/iap/v20240713/models.py +762 -0
- tencentcloud/lcic/v20220817/models.py +12 -6
- tencentcloud/live/v20180801/errorcodes.py +15 -0
- tencentcloud/live/v20180801/live_client.py +185 -0
- tencentcloud/live/v20180801/models.py +3372 -1460
- tencentcloud/mps/v20190612/models.py +32 -0
- tencentcloud/redis/v20180412/models.py +314 -216
- tencentcloud/redis/v20180412/redis_client.py +47 -47
- tencentcloud/tat/v20201028/models.py +10 -10
- tencentcloud/tke/v20220501/tke_client.py +2 -2
- tencentcloud/tse/v20201207/models.py +311 -6
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/vpc/v20170312/models.py +769 -32
- tencentcloud/vpc/v20170312/vpc_client.py +93 -1
- {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/RECORD +32 -27
- {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1269.dist-info → tencentcloud_sdk_python-3.0.1270.dist-info}/top_level.txt +0 -0
@@ -1067,6 +1067,9 @@ UNSUPPORTEDOPERATION_RECORDEXISTS = 'UnsupportedOperation.RecordExists'
|
|
1067
1067
|
# 记录不存在。
|
1068
1068
|
UNSUPPORTEDOPERATION_RECORDNOTEXISTS = 'UnsupportedOperation.RecordNotExists'
|
1069
1069
|
|
1070
|
+
# 此安全组存在嵌套安全组规则,不支持跨地域克隆。
|
1071
|
+
UNSUPPORTEDOPERATION_REMOTEREGIONSGHASREFERENCEDSG = 'UnsupportedOperation.RemoteRegionSgHasReferencedSg'
|
1072
|
+
|
1070
1073
|
# 资源处于不可用状态,禁止操作。
|
1071
1074
|
UNSUPPORTEDOPERATION_RESOURCEISINVALIDSTATE = 'UnsupportedOperation.ResourceIsInvalidState'
|
1072
1075
|
|