tencentcloud-sdk-python-gs 3.0.1397__tar.gz → 3.0.1398__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-gs might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/setup.py +1 -1
  3. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud/gs/v20191118/models.py +4 -0
  5. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud_sdk_python_gs.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-gs-3.0.1398/tencentcloud_sdk_python_gs.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-gs-3.0.1397/tencentcloud_sdk_python_gs.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/README.rst +0 -0
  9. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud/gs/__init__.py +0 -0
  11. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud/gs/v20191118/__init__.py +0 -0
  12. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud/gs/v20191118/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud/gs/v20191118/gs_client.py +0 -0
  14. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud_sdk_python_gs.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud_sdk_python_gs.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-gs-3.0.1397 → tencentcloud-sdk-python-gs-3.0.1398}/tencentcloud_sdk_python_gs.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-gs
3
- Version: 3.0.1397
3
+ Version: 3.0.1398
4
4
  Summary: Tencent Cloud Gs SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-gs',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1397"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1398"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Gs SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1397'
17
+ __version__ = '3.0.1398'
@@ -4714,6 +4714,8 @@ class DescribeAndroidInstancesRequest(AbstractModel):
4714
4714
  :param _Filters: 字段过滤器。Filter 的 Name 有以下值:
4715
4715
  Name:实例名称
4716
4716
  UserId:实例用户ID
4717
+ HostSerialNumber:宿主机序列号
4718
+ HostServerSerialNumber:机箱序列号
4717
4719
  :type Filters: list of Filter
4718
4720
  """
4719
4721
  self._Offset = None
@@ -4807,6 +4809,8 @@ UserId:实例用户ID
4807
4809
  """字段过滤器。Filter 的 Name 有以下值:
4808
4810
  Name:实例名称
4809
4811
  UserId:实例用户ID
4812
+ HostSerialNumber:宿主机序列号
4813
+ HostServerSerialNumber:机箱序列号
4810
4814
  :rtype: list of Filter
4811
4815
  """
4812
4816
  return self._Filters
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-gs
3
- Version: 3.0.1397
3
+ Version: 3.0.1398
4
4
  Summary: Tencent Cloud Gs SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1398
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1397