tencentcloud-sdk-python-iss 3.0.1263__tar.gz → 3.0.1289__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-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/PKG-INFO +3 -3
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/setup.cfg +0 -1
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/setup.py +1 -1
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud/iss/v20230517/errorcodes.py +0 -9
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud/iss/v20230517/iss_client.py +0 -23
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud/iss/v20230517/models.py +2 -96
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud_sdk_python_iss.egg-info/PKG-INFO +3 -3
- tencentcloud-sdk-python-iss-3.0.1289/tencentcloud_sdk_python_iss.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-iss-3.0.1263/tencentcloud_sdk_python_iss.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/README.rst +0 -0
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud/iss/__init__.py +0 -0
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud/iss/v20230517/__init__.py +0 -0
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud_sdk_python_iss.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud_sdk_python_iss.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-iss-3.0.1263 → tencentcloud-sdk-python-iss-3.0.1289}/tencentcloud_sdk_python_iss.egg-info/top_level.txt +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-iss
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1289
|
|
4
4
|
Summary: Tencent Cloud Iss SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
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-iss',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1289"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Iss SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -32,9 +32,6 @@ FAILEDOPERATION_DEVICERESPONSETIMEOUT = 'FailedOperation.DeviceResponseTimeOut'
|
|
|
32
32
|
# 设备端结果响应超时
|
|
33
33
|
FAILEDOPERATION_DEVICERESULTTIMEOUT = 'FailedOperation.DeviceResultTimeOut'
|
|
34
34
|
|
|
35
|
-
# 域名CNAME解析未成功,请到域名服务商处检查配置
|
|
36
|
-
FAILEDOPERATION_NOMATCHEDCNAME = 'FailedOperation.NoMatchedCname'
|
|
37
|
-
|
|
38
35
|
# 没有该子用户
|
|
39
36
|
FAILEDOPERATION_NOTHAVESUBUSER = 'FailedOperation.NotHaveSubUser'
|
|
40
37
|
|
|
@@ -212,9 +209,6 @@ INVALIDPARAMETERVALUE_INVALIDDEVICESTATUS = 'InvalidParameterValue.InvalidDevice
|
|
|
212
209
|
# 无效的设备类型
|
|
213
210
|
INVALIDPARAMETERVALUE_INVALIDDEVICETYPE = 'InvalidParameterValue.InvalidDeviceType'
|
|
214
211
|
|
|
215
|
-
# 无效的域名,长度或内容不符合规则
|
|
216
|
-
INVALIDPARAMETERVALUE_INVALIDDOMAIN = 'InvalidParameterValue.InvalidDomain'
|
|
217
|
-
|
|
218
212
|
# 无效的域名类型参数
|
|
219
213
|
INVALIDPARAMETERVALUE_INVALIDDOMAINTYPE = 'InvalidParameterValue.InvalidDomainType'
|
|
220
214
|
|
|
@@ -527,9 +521,6 @@ RESOURCEUNAVAILABLE_DEVNOREGISTER = 'ResourceUnavailable.DevNoRegister'
|
|
|
527
521
|
# 设备离线
|
|
528
522
|
RESOURCEUNAVAILABLE_DEVOFFLINE = 'ResourceUnavailable.DevOffline'
|
|
529
523
|
|
|
530
|
-
# 该域名没有备案
|
|
531
|
-
RESOURCEUNAVAILABLE_DOMAINNOTRECORD = 'ResourceUnavailable.DomainNotRecord'
|
|
532
|
-
|
|
533
524
|
# 录像已归档
|
|
534
525
|
RESOURCEUNAVAILABLE_VIDEOARCHIVED = 'ResourceUnavailable.VideoArchived'
|
|
535
526
|
|
|
@@ -282,29 +282,6 @@ class IssClient(AbstractClient):
|
|
|
282
282
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
283
283
|
|
|
284
284
|
|
|
285
|
-
def CheckDomain(self, request):
|
|
286
|
-
"""用于检测域名是否备案。
|
|
287
|
-
|
|
288
|
-
:param request: Request instance for CheckDomain.
|
|
289
|
-
:type request: :class:`tencentcloud.iss.v20230517.models.CheckDomainRequest`
|
|
290
|
-
:rtype: :class:`tencentcloud.iss.v20230517.models.CheckDomainResponse`
|
|
291
|
-
|
|
292
|
-
"""
|
|
293
|
-
try:
|
|
294
|
-
params = request._serialize()
|
|
295
|
-
headers = request.headers
|
|
296
|
-
body = self.call("CheckDomain", params, headers=headers)
|
|
297
|
-
response = json.loads(body)
|
|
298
|
-
model = models.CheckDomainResponse()
|
|
299
|
-
model._deserialize(response["Response"])
|
|
300
|
-
return model
|
|
301
|
-
except Exception as e:
|
|
302
|
-
if isinstance(e, TencentCloudSDKException):
|
|
303
|
-
raise
|
|
304
|
-
else:
|
|
305
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
306
|
-
|
|
307
|
-
|
|
308
285
|
def ControlDevicePTZ(self, request):
|
|
309
286
|
"""用于设备通道云台控制,包括转动、变倍、变焦、光圈等。
|
|
310
287
|
|
|
@@ -2904,7 +2904,7 @@ class AddUserDeviceRequest(AbstractModel):
|
|
|
2904
2904
|
r"""
|
|
2905
2905
|
:param _Name: 设备名称,仅支持中文、英文、数字、空格、中英文括号、_、-, 长度不超过128位;(设备名称无需全局唯一,可以重复)
|
|
2906
2906
|
:type Name: str
|
|
2907
|
-
:param _AccessProtocol: 设备接入协议(1:RTMP,2:GB,3:GW,
|
|
2907
|
+
:param _AccessProtocol: 设备接入协议(1:RTMP,2:GB,3:GW,6:ISUP)
|
|
2908
2908
|
:type AccessProtocol: int
|
|
2909
2909
|
:param _Type: 设备类型,1:IPC,2:NVR;(若设备接入协议选择RTMP,IVCP,则设备类型只能选择IPC)
|
|
2910
2910
|
:type Type: int
|
|
@@ -2965,7 +2965,7 @@ class AddUserDeviceRequest(AbstractModel):
|
|
|
2965
2965
|
|
|
2966
2966
|
@property
|
|
2967
2967
|
def AccessProtocol(self):
|
|
2968
|
-
"""设备接入协议(1:RTMP,2:GB,3:GW,
|
|
2968
|
+
"""设备接入协议(1:RTMP,2:GB,3:GW,6:ISUP)
|
|
2969
2969
|
:rtype: int
|
|
2970
2970
|
"""
|
|
2971
2971
|
return self._AccessProtocol
|
|
@@ -3921,100 +3921,6 @@ class ChannelInfo(AbstractModel):
|
|
|
3921
3921
|
|
|
3922
3922
|
|
|
3923
3923
|
|
|
3924
|
-
class CheckDomainRequest(AbstractModel):
|
|
3925
|
-
"""CheckDomain请求参数结构体
|
|
3926
|
-
|
|
3927
|
-
"""
|
|
3928
|
-
|
|
3929
|
-
def __init__(self):
|
|
3930
|
-
r"""
|
|
3931
|
-
:param _PlayDomain: 播放域名
|
|
3932
|
-
:type PlayDomain: str
|
|
3933
|
-
:param _InternalDomain: CNAME 记录值
|
|
3934
|
-
:type InternalDomain: str
|
|
3935
|
-
"""
|
|
3936
|
-
self._PlayDomain = None
|
|
3937
|
-
self._InternalDomain = None
|
|
3938
|
-
|
|
3939
|
-
@property
|
|
3940
|
-
def PlayDomain(self):
|
|
3941
|
-
"""播放域名
|
|
3942
|
-
:rtype: str
|
|
3943
|
-
"""
|
|
3944
|
-
return self._PlayDomain
|
|
3945
|
-
|
|
3946
|
-
@PlayDomain.setter
|
|
3947
|
-
def PlayDomain(self, PlayDomain):
|
|
3948
|
-
self._PlayDomain = PlayDomain
|
|
3949
|
-
|
|
3950
|
-
@property
|
|
3951
|
-
def InternalDomain(self):
|
|
3952
|
-
"""CNAME 记录值
|
|
3953
|
-
:rtype: str
|
|
3954
|
-
"""
|
|
3955
|
-
return self._InternalDomain
|
|
3956
|
-
|
|
3957
|
-
@InternalDomain.setter
|
|
3958
|
-
def InternalDomain(self, InternalDomain):
|
|
3959
|
-
self._InternalDomain = InternalDomain
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
def _deserialize(self, params):
|
|
3963
|
-
self._PlayDomain = params.get("PlayDomain")
|
|
3964
|
-
self._InternalDomain = params.get("InternalDomain")
|
|
3965
|
-
memeber_set = set(params.keys())
|
|
3966
|
-
for name, value in vars(self).items():
|
|
3967
|
-
property_name = name[1:]
|
|
3968
|
-
if property_name in memeber_set:
|
|
3969
|
-
memeber_set.remove(property_name)
|
|
3970
|
-
if len(memeber_set) > 0:
|
|
3971
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3972
|
-
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
class CheckDomainResponse(AbstractModel):
|
|
3976
|
-
"""CheckDomain返回参数结构体
|
|
3977
|
-
|
|
3978
|
-
"""
|
|
3979
|
-
|
|
3980
|
-
def __init__(self):
|
|
3981
|
-
r"""
|
|
3982
|
-
:param _Data: 是否备案
|
|
3983
|
-
:type Data: bool
|
|
3984
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3985
|
-
:type RequestId: str
|
|
3986
|
-
"""
|
|
3987
|
-
self._Data = None
|
|
3988
|
-
self._RequestId = None
|
|
3989
|
-
|
|
3990
|
-
@property
|
|
3991
|
-
def Data(self):
|
|
3992
|
-
"""是否备案
|
|
3993
|
-
:rtype: bool
|
|
3994
|
-
"""
|
|
3995
|
-
return self._Data
|
|
3996
|
-
|
|
3997
|
-
@Data.setter
|
|
3998
|
-
def Data(self, Data):
|
|
3999
|
-
self._Data = Data
|
|
4000
|
-
|
|
4001
|
-
@property
|
|
4002
|
-
def RequestId(self):
|
|
4003
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4004
|
-
:rtype: str
|
|
4005
|
-
"""
|
|
4006
|
-
return self._RequestId
|
|
4007
|
-
|
|
4008
|
-
@RequestId.setter
|
|
4009
|
-
def RequestId(self, RequestId):
|
|
4010
|
-
self._RequestId = RequestId
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
def _deserialize(self, params):
|
|
4014
|
-
self._Data = params.get("Data")
|
|
4015
|
-
self._RequestId = params.get("RequestId")
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
3924
|
class ChefClothAIResultInfo(AbstractModel):
|
|
4019
3925
|
"""厨师服识别结果详情
|
|
4020
3926
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
Metadata-Version: 1.
|
|
1
|
+
Metadata-Version: 1.2
|
|
2
2
|
Name: tencentcloud-sdk-python-iss
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.1289
|
|
4
4
|
Summary: Tencent Cloud Iss SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
7
|
-
|
|
7
|
+
Maintainer-email: tencentcloudapi@tencent.com
|
|
8
8
|
License: Apache License 2.0
|
|
9
9
|
Description: ============================
|
|
10
10
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1289
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1263
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|