tencentcloud-sdk-python-ags 3.1.132__tar.gz → 3.1.135__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.132 → tencentcloud_sdk_python_ags-3.1.135}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/setup.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/ags/v20250920/models.py +4 -4
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ags-3.1.135/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ags-3.1.132/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/README.rst +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/ags/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/ags/v20250920/__init__.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/ags/v20250920/ags_client.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ags-3.1.132 → tencentcloud_sdk_python_ags-3.1.135}/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.135
|
|
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.135
|
|
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.135,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ags SDK for Python',
|
|
@@ -4147,9 +4147,9 @@ class VPCConfig(AbstractModel):
|
|
|
4147
4147
|
|
|
4148
4148
|
def __init__(self):
|
|
4149
4149
|
r"""
|
|
4150
|
-
:param _SubnetIds: VPC子网ID
|
|
4150
|
+
:param _SubnetIds: <p>VPC子网ID列表</p>
|
|
4151
4151
|
:type SubnetIds: list of str
|
|
4152
|
-
:param _SecurityGroupIds:
|
|
4152
|
+
:param _SecurityGroupIds: <p>安全组ID列表</p>
|
|
4153
4153
|
:type SecurityGroupIds: list of str
|
|
4154
4154
|
"""
|
|
4155
4155
|
self._SubnetIds = None
|
|
@@ -4157,7 +4157,7 @@ class VPCConfig(AbstractModel):
|
|
|
4157
4157
|
|
|
4158
4158
|
@property
|
|
4159
4159
|
def SubnetIds(self):
|
|
4160
|
-
r"""VPC子网ID
|
|
4160
|
+
r"""<p>VPC子网ID列表</p>
|
|
4161
4161
|
:rtype: list of str
|
|
4162
4162
|
"""
|
|
4163
4163
|
return self._SubnetIds
|
|
@@ -4168,7 +4168,7 @@ class VPCConfig(AbstractModel):
|
|
|
4168
4168
|
|
|
4169
4169
|
@property
|
|
4170
4170
|
def SecurityGroupIds(self):
|
|
4171
|
-
r"""
|
|
4171
|
+
r"""<p>安全组ID列表</p>
|
|
4172
4172
|
:rtype: list of str
|
|
4173
4173
|
"""
|
|
4174
4174
|
return self._SecurityGroupIds
|
|
@@ -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.135
|
|
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.135
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.135
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.132
|
|
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
|