tencentcloud-sdk-python-ags 3.1.130__tar.gz → 3.1.132__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/setup.py +1 -1
  3. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/ags/v20250920/models.py +10 -10
  5. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud_sdk_python_ags.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_ags-3.1.132/tencentcloud_sdk_python_ags.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_ags-3.1.130/tencentcloud_sdk_python_ags.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/README.rst +0 -0
  9. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/ags/__init__.py +0 -0
  11. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/ags/v20250920/__init__.py +0 -0
  12. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/ags/v20250920/ags_client.py +0 -0
  13. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/ags/v20250920/ags_client_async.py +0 -0
  14. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud/ags/v20250920/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud_sdk_python_ags.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/tencentcloud_sdk_python_ags.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_ags-3.1.130 → tencentcloud_sdk_python_ags-3.1.132}/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.130
3
+ Version: 3.1.132
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.130
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.132
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.130,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.132,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Ags SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.130'
17
+ __version__ = '3.1.132'
@@ -4014,15 +4014,15 @@ class UpdateSandboxToolRequest(AbstractModel):
4014
4014
 
4015
4015
  def __init__(self):
4016
4016
  r"""
4017
- :param _ToolId: 沙箱工具ID
4017
+ :param _ToolId: <p>沙箱工具ID</p>
4018
4018
  :type ToolId: str
4019
- :param _Description: 沙箱工具描述,最大长度200字符
4019
+ :param _Description: <p>沙箱工具描述,最大长度200字符</p>
4020
4020
  :type Description: str
4021
- :param _NetworkConfiguration: 网络配置
4021
+ :param _NetworkConfiguration: <p>网络配置</p>
4022
4022
  :type NetworkConfiguration: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
4023
- :param _Tags: 标签
4023
+ :param _Tags: <p>标签</p>
4024
4024
  :type Tags: list of Tag
4025
- :param _CustomConfiguration: 沙箱工具自定义配置
4025
+ :param _CustomConfiguration: <p>沙箱工具自定义配置</p>
4026
4026
  :type CustomConfiguration: :class:`tencentcloud.ags.v20250920.models.CustomConfiguration`
4027
4027
  """
4028
4028
  self._ToolId = None
@@ -4033,7 +4033,7 @@ class UpdateSandboxToolRequest(AbstractModel):
4033
4033
 
4034
4034
  @property
4035
4035
  def ToolId(self):
4036
- r"""沙箱工具ID
4036
+ r"""<p>沙箱工具ID</p>
4037
4037
  :rtype: str
4038
4038
  """
4039
4039
  return self._ToolId
@@ -4044,7 +4044,7 @@ class UpdateSandboxToolRequest(AbstractModel):
4044
4044
 
4045
4045
  @property
4046
4046
  def Description(self):
4047
- r"""沙箱工具描述,最大长度200字符
4047
+ r"""<p>沙箱工具描述,最大长度200字符</p>
4048
4048
  :rtype: str
4049
4049
  """
4050
4050
  return self._Description
@@ -4055,7 +4055,7 @@ class UpdateSandboxToolRequest(AbstractModel):
4055
4055
 
4056
4056
  @property
4057
4057
  def NetworkConfiguration(self):
4058
- r"""网络配置
4058
+ r"""<p>网络配置</p>
4059
4059
  :rtype: :class:`tencentcloud.ags.v20250920.models.NetworkConfiguration`
4060
4060
  """
4061
4061
  return self._NetworkConfiguration
@@ -4066,7 +4066,7 @@ class UpdateSandboxToolRequest(AbstractModel):
4066
4066
 
4067
4067
  @property
4068
4068
  def Tags(self):
4069
- r"""标签
4069
+ r"""<p>标签</p>
4070
4070
  :rtype: list of Tag
4071
4071
  """
4072
4072
  return self._Tags
@@ -4077,7 +4077,7 @@ class UpdateSandboxToolRequest(AbstractModel):
4077
4077
 
4078
4078
  @property
4079
4079
  def CustomConfiguration(self):
4080
- r"""沙箱工具自定义配置
4080
+ r"""<p>沙箱工具自定义配置</p>
4081
4081
  :rtype: :class:`tencentcloud.ags.v20250920.models.CustomConfiguration`
4082
4082
  """
4083
4083
  return self._CustomConfiguration
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-ags
3
- Version: 3.1.130
3
+ Version: 3.1.132
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.130
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.132
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.132
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.130