tencentcloud-sdk-python-iss 3.0.1135__tar.gz → 3.0.1137__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 (16) hide show
  1. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/setup.py +1 -1
  3. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud/iss/v20230517/models.py +48 -0
  5. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud_sdk_python_iss.egg-info/PKG-INFO +1 -1
  6. tencentcloud-sdk-python-iss-3.0.1137/tencentcloud_sdk_python_iss.egg-info/requires.txt +1 -0
  7. tencentcloud-sdk-python-iss-3.0.1135/tencentcloud_sdk_python_iss.egg-info/requires.txt +0 -1
  8. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/README.rst +0 -0
  9. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/setup.cfg +0 -0
  10. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud/iss/__init__.py +0 -0
  11. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud/iss/v20230517/__init__.py +0 -0
  12. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud/iss/v20230517/errorcodes.py +0 -0
  13. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud/iss/v20230517/iss_client.py +0 -0
  14. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud_sdk_python_iss.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud_sdk_python_iss.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-iss-3.0.1135 → tencentcloud-sdk-python-iss-3.0.1137}/tencentcloud_sdk_python_iss.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-iss
3
- Version: 3.0.1135
3
+ Version: 3.0.1137
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
@@ -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.1135"],
11
+ install_requires=["tencentcloud-sdk-python-common==3.0.1137"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Iss 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.1135'
17
+ __version__ = '3.0.1137'
@@ -3537,10 +3537,13 @@ class ControlDeviceStreamRequest(AbstractModel):
3537
3537
  6:1080P/I;
3538
3538
  自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
3539
3539
  :type Resolution: str
3540
+ :param _IsInternal: 是否内网
3541
+ :type IsInternal: bool
3540
3542
  """
3541
3543
  self._ChannelId = None
3542
3544
  self._StreamType = None
3543
3545
  self._Resolution = None
3546
+ self._IsInternal = None
3544
3547
 
3545
3548
  @property
3546
3549
  def ChannelId(self):
@@ -3566,11 +3569,20 @@ class ControlDeviceStreamRequest(AbstractModel):
3566
3569
  def Resolution(self, Resolution):
3567
3570
  self._Resolution = Resolution
3568
3571
 
3572
+ @property
3573
+ def IsInternal(self):
3574
+ return self._IsInternal
3575
+
3576
+ @IsInternal.setter
3577
+ def IsInternal(self, IsInternal):
3578
+ self._IsInternal = IsInternal
3579
+
3569
3580
 
3570
3581
  def _deserialize(self, params):
3571
3582
  self._ChannelId = params.get("ChannelId")
3572
3583
  self._StreamType = params.get("StreamType")
3573
3584
  self._Resolution = params.get("Resolution")
3585
+ self._IsInternal = params.get("IsInternal")
3574
3586
  memeber_set = set(params.keys())
3575
3587
  for name, value in vars(self).items():
3576
3588
  property_name = name[1:]
@@ -7398,10 +7410,13 @@ class DescribeRecordPlaybackUrlRequest(AbstractModel):
7398
7410
  :type StartTime: int
7399
7411
  :param _EndTime: 回放结束时间,UTC秒数,例如:1662114246,开始和结束时间段最长为一天,且不能跨天
7400
7412
  :type EndTime: int
7413
+ :param _IsInternal: 是否获取内网地址
7414
+ :type IsInternal: bool
7401
7415
  """
7402
7416
  self._ChannelId = None
7403
7417
  self._StartTime = None
7404
7418
  self._EndTime = None
7419
+ self._IsInternal = None
7405
7420
 
7406
7421
  @property
7407
7422
  def ChannelId(self):
@@ -7427,11 +7442,20 @@ class DescribeRecordPlaybackUrlRequest(AbstractModel):
7427
7442
  def EndTime(self, EndTime):
7428
7443
  self._EndTime = EndTime
7429
7444
 
7445
+ @property
7446
+ def IsInternal(self):
7447
+ return self._IsInternal
7448
+
7449
+ @IsInternal.setter
7450
+ def IsInternal(self, IsInternal):
7451
+ self._IsInternal = IsInternal
7452
+
7430
7453
 
7431
7454
  def _deserialize(self, params):
7432
7455
  self._ChannelId = params.get("ChannelId")
7433
7456
  self._StartTime = params.get("StartTime")
7434
7457
  self._EndTime = params.get("EndTime")
7458
+ self._IsInternal = params.get("IsInternal")
7435
7459
  memeber_set = set(params.keys())
7436
7460
  for name, value in vars(self).items():
7437
7461
  property_name = name[1:]
@@ -8391,12 +8415,15 @@ class DescribeVideoDownloadUrlRequest(AbstractModel):
8391
8415
  :type FileType: str
8392
8416
  :param _IsRespActualTime: 响应data中是否携带实际下载录像的开始时间与结束时间
8393
8417
  :type IsRespActualTime: bool
8418
+ :param _IsInternal: 是否返回内网下载URL,默认是false,返回公网下载URL,true则返回内网下载URL
8419
+ :type IsInternal: bool
8394
8420
  """
8395
8421
  self._ChannelId = None
8396
8422
  self._BeginTime = None
8397
8423
  self._EndTime = None
8398
8424
  self._FileType = None
8399
8425
  self._IsRespActualTime = None
8426
+ self._IsInternal = None
8400
8427
 
8401
8428
  @property
8402
8429
  def ChannelId(self):
@@ -8438,6 +8465,14 @@ class DescribeVideoDownloadUrlRequest(AbstractModel):
8438
8465
  def IsRespActualTime(self, IsRespActualTime):
8439
8466
  self._IsRespActualTime = IsRespActualTime
8440
8467
 
8468
+ @property
8469
+ def IsInternal(self):
8470
+ return self._IsInternal
8471
+
8472
+ @IsInternal.setter
8473
+ def IsInternal(self, IsInternal):
8474
+ self._IsInternal = IsInternal
8475
+
8441
8476
 
8442
8477
  def _deserialize(self, params):
8443
8478
  self._ChannelId = params.get("ChannelId")
@@ -8445,6 +8480,7 @@ class DescribeVideoDownloadUrlRequest(AbstractModel):
8445
8480
  self._EndTime = params.get("EndTime")
8446
8481
  self._FileType = params.get("FileType")
8447
8482
  self._IsRespActualTime = params.get("IsRespActualTime")
8483
+ self._IsInternal = params.get("IsInternal")
8448
8484
  memeber_set = set(params.keys())
8449
8485
  for name, value in vars(self).items():
8450
8486
  property_name = name[1:]
@@ -11899,12 +11935,15 @@ class PlayRecordRequest(AbstractModel):
11899
11935
  :type StreamType: int
11900
11936
  :param _Resolution: 分辨率(1:QCIF;2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
11901
11937
  :type Resolution: str
11938
+ :param _IsInternal: 是否内网
11939
+ :type IsInternal: bool
11902
11940
  """
11903
11941
  self._ChannelId = None
11904
11942
  self._Start = None
11905
11943
  self._End = None
11906
11944
  self._StreamType = None
11907
11945
  self._Resolution = None
11946
+ self._IsInternal = None
11908
11947
 
11909
11948
  @property
11910
11949
  def ChannelId(self):
@@ -11946,6 +11985,14 @@ class PlayRecordRequest(AbstractModel):
11946
11985
  def Resolution(self, Resolution):
11947
11986
  self._Resolution = Resolution
11948
11987
 
11988
+ @property
11989
+ def IsInternal(self):
11990
+ return self._IsInternal
11991
+
11992
+ @IsInternal.setter
11993
+ def IsInternal(self, IsInternal):
11994
+ self._IsInternal = IsInternal
11995
+
11949
11996
 
11950
11997
  def _deserialize(self, params):
11951
11998
  self._ChannelId = params.get("ChannelId")
@@ -11953,6 +12000,7 @@ class PlayRecordRequest(AbstractModel):
11953
12000
  self._End = params.get("End")
11954
12001
  self._StreamType = params.get("StreamType")
11955
12002
  self._Resolution = params.get("Resolution")
12003
+ self._IsInternal = params.get("IsInternal")
11956
12004
  memeber_set = set(params.keys())
11957
12005
  for name, value in vars(self).items():
11958
12006
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: tencentcloud-sdk-python-iss
3
- Version: 3.0.1135
3
+ Version: 3.0.1137
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
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common==3.0.1137
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1135