tencentcloud-sdk-python-ags 3.1.175__tar.gz → 3.1.177__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_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/ags/v20250920/models.py +2 -2
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.177/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.175/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.175 → tencentcloud_sdk_python_ags-3.1.177}/tencentcloud_sdk_python_ags.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.177
|
|
4
4
|
Summary: Tencent Cloud Ags SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-ags',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.177,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -255,7 +255,7 @@ class AcquireSandboxInstanceTokenResponse(AbstractModel):
|
|
|
255
255
|
:type Token: str
|
|
256
256
|
:param _ExpiresAt: <p>过期时间</p>
|
|
257
257
|
:type ExpiresAt: str
|
|
258
|
-
:param _TrafficToken: <p
|
|
258
|
+
:param _TrafficToken: <p>除管控面envd端口(49983)以外端口的访问Token</p>
|
|
259
259
|
:type TrafficToken: str
|
|
260
260
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
261
261
|
:type RequestId: str
|
|
@@ -289,7 +289,7 @@ class AcquireSandboxInstanceTokenResponse(AbstractModel):
|
|
|
289
289
|
|
|
290
290
|
@property
|
|
291
291
|
def TrafficToken(self):
|
|
292
|
-
r"""<p
|
|
292
|
+
r"""<p>除管控面envd端口(49983)以外端口的访问Token</p>
|
|
293
293
|
:rtype: str
|
|
294
294
|
"""
|
|
295
295
|
return self._TrafficToken
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ags
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.177
|
|
4
4
|
Summary: Tencent Cloud Ags SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.175
|
|
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
|