tencentcloud-sdk-python-bh 3.0.1374__tar.gz → 3.0.1376__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-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/setup.py +1 -1
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud/bh/v20230418/models.py +4 -8
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud_sdk_python_bh.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-bh-3.0.1376/tencentcloud_sdk_python_bh.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-bh-3.0.1374/tencentcloud_sdk_python_bh.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/README.rst +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/setup.cfg +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud/bh/__init__.py +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud/bh/v20230418/__init__.py +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud/bh/v20230418/bh_client.py +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud/bh/v20230418/errorcodes.py +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud_sdk_python_bh.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud_sdk_python_bh.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-bh-3.0.1374 → tencentcloud-sdk-python-bh-3.0.1376}/tencentcloud_sdk_python_bh.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-bh',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1376"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Bh SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -3444,9 +3444,7 @@ class CreateCmdTemplateRequest(AbstractModel):
|
|
|
3444
3444
|
:type Name: str
|
|
3445
3445
|
:param _CmdList: 命令列表,\n分隔,最大长度32768字节
|
|
3446
3446
|
:type CmdList: str
|
|
3447
|
-
:param _Encoding: 标识
|
|
3448
|
-
0:表示非base64加密
|
|
3449
|
-
1:表示是base64加密
|
|
3447
|
+
:param _Encoding: 标识CmdList字段前端是否为base64加密传值.0:表示非base64加密1:表示是base64加密
|
|
3450
3448
|
:type Encoding: int
|
|
3451
3449
|
"""
|
|
3452
3450
|
self._Name = None
|
|
@@ -3477,9 +3475,7 @@ class CreateCmdTemplateRequest(AbstractModel):
|
|
|
3477
3475
|
|
|
3478
3476
|
@property
|
|
3479
3477
|
def Encoding(self):
|
|
3480
|
-
"""标识
|
|
3481
|
-
0:表示非base64加密
|
|
3482
|
-
1:表示是base64加密
|
|
3478
|
+
"""标识CmdList字段前端是否为base64加密传值.0:表示非base64加密1:表示是base64加密
|
|
3483
3479
|
:rtype: int
|
|
3484
3480
|
"""
|
|
3485
3481
|
return self._Encoding
|
|
@@ -13873,7 +13869,7 @@ class SearchCommandResult(AbstractModel):
|
|
|
13873
13869
|
:type FromIp: str
|
|
13874
13870
|
:param _SessionTime: 该命令所属会话的会话开始时间
|
|
13875
13871
|
:type SessionTime: str
|
|
13876
|
-
:param _SessTime:
|
|
13872
|
+
:param _SessTime: 该命令所属会话的会话开始时间(使用SessionTime)
|
|
13877
13873
|
:type SessTime: str
|
|
13878
13874
|
:param _ConfirmTime: 复核时间
|
|
13879
13875
|
:type ConfirmTime: str
|
|
@@ -14069,7 +14065,7 @@ class SearchCommandResult(AbstractModel):
|
|
|
14069
14065
|
|
|
14070
14066
|
@property
|
|
14071
14067
|
def SessTime(self):
|
|
14072
|
-
"""
|
|
14068
|
+
"""该命令所属会话的会话开始时间(使用SessionTime)
|
|
14073
14069
|
:rtype: str
|
|
14074
14070
|
"""
|
|
14075
14071
|
return self._SessTime
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1376
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1374
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|