tencentcloud-sdk-python-teo 3.0.1382__tar.gz → 3.0.1383__tar.gz
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-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/setup.py +1 -1
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220901/teo_client.py +5 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud_sdk_python_teo.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-teo-3.0.1383/tencentcloud_sdk_python_teo.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-teo-3.0.1382/tencentcloud_sdk_python_teo.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/README.rst +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/setup.cfg +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/__init__.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220106/__init__.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220106/errorcodes.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220106/models.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220106/teo_client.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220901/__init__.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220901/errorcodes.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud/teo/v20220901/models.py +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud_sdk_python_teo.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud_sdk_python_teo.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-teo-3.0.1382 → tencentcloud-sdk-python-teo-3.0.1383}/tencentcloud_sdk_python_teo.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-teo',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1383"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Teo SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -145,6 +145,7 @@ class TeoClient(AbstractClient):
|
|
|
145
145
|
|
|
146
146
|
def CreateAliasDomain(self, request):
|
|
147
147
|
"""创建别称域名。
|
|
148
|
+
该功能仅企业版套餐支持,并且该功能当前仍在内测中,如需使用,请[联系我们](https://cloud.tencent.com/online-service?from=connect-us)。
|
|
148
149
|
|
|
149
150
|
:param request: Request instance for CreateAliasDomain.
|
|
150
151
|
:type request: :class:`tencentcloud.teo.v20220901.models.CreateAliasDomainRequest`
|
|
@@ -728,6 +729,7 @@ class TeoClient(AbstractClient):
|
|
|
728
729
|
|
|
729
730
|
def DeleteAliasDomain(self, request):
|
|
730
731
|
"""删除别称域名。
|
|
732
|
+
该功能仅企业版套餐支持,并且该功能当前仍在内测中,如需使用,请[联系我们](https://cloud.tencent.com/online-service?from=connect-us)。
|
|
731
733
|
|
|
732
734
|
:param request: Request instance for DeleteAliasDomain.
|
|
733
735
|
:type request: :class:`tencentcloud.teo.v20220901.models.DeleteAliasDomainRequest`
|
|
@@ -1190,6 +1192,7 @@ class TeoClient(AbstractClient):
|
|
|
1190
1192
|
|
|
1191
1193
|
def DescribeAliasDomains(self, request):
|
|
1192
1194
|
"""查询别称域名信息列表。
|
|
1195
|
+
该功能仅企业版套餐支持,并且该功能当前仍在内测中,如需使用,请[联系我们](https://cloud.tencent.com/online-service?from=connect-us)。
|
|
1193
1196
|
|
|
1194
1197
|
:param request: Request instance for DescribeAliasDomains.
|
|
1195
1198
|
:type request: :class:`tencentcloud.teo.v20220901.models.DescribeAliasDomainsRequest`
|
|
@@ -2560,6 +2563,7 @@ class TeoClient(AbstractClient):
|
|
|
2560
2563
|
|
|
2561
2564
|
def ModifyAliasDomain(self, request):
|
|
2562
2565
|
"""修改别称域名。
|
|
2566
|
+
该功能仅企业版套餐支持,并且该功能当前仍在内测中,如需使用,请[联系我们](https://cloud.tencent.com/online-service?from=connect-us)。
|
|
2563
2567
|
|
|
2564
2568
|
:param request: Request instance for ModifyAliasDomain.
|
|
2565
2569
|
:type request: :class:`tencentcloud.teo.v20220901.models.ModifyAliasDomainRequest`
|
|
@@ -2583,6 +2587,7 @@ class TeoClient(AbstractClient):
|
|
|
2583
2587
|
|
|
2584
2588
|
def ModifyAliasDomainStatus(self, request):
|
|
2585
2589
|
"""修改别称域名状态。
|
|
2590
|
+
该功能仅企业版套餐支持,并且该功能当前仍在内测中,如需使用,请[联系我们](https://cloud.tencent.com/online-service?from=connect-us)。
|
|
2586
2591
|
|
|
2587
2592
|
:param request: Request instance for ModifyAliasDomainStatus.
|
|
2588
2593
|
:type request: :class:`tencentcloud.teo.v20220901.models.ModifyAliasDomainStatusRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1383
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1382
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|