tencentcloud-sdk-python-iss 3.0.1372__tar.gz → 3.0.1374__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.1372 → tencentcloud-sdk-python-iss-3.0.1374}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/setup.py +1 -1
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud/iss/v20230517/models.py +0 -40
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud_sdk_python_iss.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-iss-3.0.1374/tencentcloud_sdk_python_iss.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-iss-3.0.1372/tencentcloud_sdk_python_iss.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/README.rst +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/setup.cfg +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud/iss/__init__.py +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud/iss/v20230517/__init__.py +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud/iss/v20230517/errorcodes.py +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud/iss/v20230517/iss_client.py +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud_sdk_python_iss.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud_sdk_python_iss.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-iss-3.0.1372 → tencentcloud-sdk-python-iss-3.0.1374}/tencentcloud_sdk_python_iss.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-iss',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1374"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Iss SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -14519,10 +14519,8 @@ class ListVideoDownloadTaskData(AbstractModel):
|
|
|
14519
14519
|
def __init__(self):
|
|
14520
14520
|
r"""
|
|
14521
14521
|
:param _List: 任务列表
|
|
14522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14523
14522
|
:type List: list of VideoDownloadTask
|
|
14524
14523
|
:param _TotalCount: 任务总数
|
|
14525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14526
14524
|
:type TotalCount: int
|
|
14527
14525
|
"""
|
|
14528
14526
|
self._List = None
|
|
@@ -14531,7 +14529,6 @@ class ListVideoDownloadTaskData(AbstractModel):
|
|
|
14531
14529
|
@property
|
|
14532
14530
|
def List(self):
|
|
14533
14531
|
"""任务列表
|
|
14534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14535
14532
|
:rtype: list of VideoDownloadTask
|
|
14536
14533
|
"""
|
|
14537
14534
|
return self._List
|
|
@@ -14543,7 +14540,6 @@ class ListVideoDownloadTaskData(AbstractModel):
|
|
|
14543
14540
|
@property
|
|
14544
14541
|
def TotalCount(self):
|
|
14545
14542
|
"""任务总数
|
|
14546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14547
14543
|
:rtype: int
|
|
14548
14544
|
"""
|
|
14549
14545
|
return self._TotalCount
|
|
@@ -20156,56 +20152,39 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20156
20152
|
def __init__(self):
|
|
20157
20153
|
r"""
|
|
20158
20154
|
:param _DownloadTaskId: 下载任务 ID
|
|
20159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20160
20155
|
:type DownloadTaskId: str
|
|
20161
20156
|
:param _ChannelId: 通道 ID
|
|
20162
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20163
20157
|
:type ChannelId: str
|
|
20164
20158
|
:param _ChannelName: 通道名称
|
|
20165
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20166
20159
|
:type ChannelName: str
|
|
20167
20160
|
:param _ChannelCode: 通道编码
|
|
20168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20169
20161
|
:type ChannelCode: str
|
|
20170
20162
|
:param _DeviceName: 设备名称
|
|
20171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20172
20163
|
:type DeviceName: str
|
|
20173
20164
|
:param _DeviceCode: 设备编码
|
|
20174
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20175
20165
|
:type DeviceCode: str
|
|
20176
20166
|
:param _Status: 任务状态(0:未执行;1:执行中;2 任务完成;
|
|
20177
20167
|
3:任务失败)
|
|
20178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20179
20168
|
:type Status: int
|
|
20180
20169
|
:param _VideoTimeSection: 下载录像时间段
|
|
20181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20182
20170
|
:type VideoTimeSection: str
|
|
20183
20171
|
:param _Scale: 倍速
|
|
20184
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20185
20172
|
:type Scale: int
|
|
20186
20173
|
:param _DownloadTime: 下载时长
|
|
20187
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20188
20174
|
:type DownloadTime: int
|
|
20189
20175
|
:param _VideoSize: 录像大小
|
|
20190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20191
20176
|
:type VideoSize: int
|
|
20192
20177
|
:param _StartTime: 任务开始时间
|
|
20193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20194
20178
|
:type StartTime: str
|
|
20195
20179
|
:param _EndTime: 任务结束时间
|
|
20196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20197
20180
|
:type EndTime: str
|
|
20198
20181
|
:param _FileDownloadUrl: 文件下载地址
|
|
20199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20200
20182
|
:type FileDownloadUrl: str
|
|
20201
20183
|
:param _FailedReason: 失败原因
|
|
20202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20203
20184
|
:type FailedReason: str
|
|
20204
20185
|
:param _Expire: 生命周期规则,热存天数
|
|
20205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20206
20186
|
:type Expire: int
|
|
20207
20187
|
:param _PreviewUrl: mp4预览地址
|
|
20208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20209
20188
|
:type PreviewUrl: str
|
|
20210
20189
|
"""
|
|
20211
20190
|
self._DownloadTaskId = None
|
|
@@ -20229,7 +20208,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20229
20208
|
@property
|
|
20230
20209
|
def DownloadTaskId(self):
|
|
20231
20210
|
"""下载任务 ID
|
|
20232
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20233
20211
|
:rtype: str
|
|
20234
20212
|
"""
|
|
20235
20213
|
return self._DownloadTaskId
|
|
@@ -20241,7 +20219,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20241
20219
|
@property
|
|
20242
20220
|
def ChannelId(self):
|
|
20243
20221
|
"""通道 ID
|
|
20244
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20245
20222
|
:rtype: str
|
|
20246
20223
|
"""
|
|
20247
20224
|
return self._ChannelId
|
|
@@ -20253,7 +20230,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20253
20230
|
@property
|
|
20254
20231
|
def ChannelName(self):
|
|
20255
20232
|
"""通道名称
|
|
20256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20257
20233
|
:rtype: str
|
|
20258
20234
|
"""
|
|
20259
20235
|
return self._ChannelName
|
|
@@ -20265,7 +20241,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20265
20241
|
@property
|
|
20266
20242
|
def ChannelCode(self):
|
|
20267
20243
|
"""通道编码
|
|
20268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20269
20244
|
:rtype: str
|
|
20270
20245
|
"""
|
|
20271
20246
|
return self._ChannelCode
|
|
@@ -20277,7 +20252,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20277
20252
|
@property
|
|
20278
20253
|
def DeviceName(self):
|
|
20279
20254
|
"""设备名称
|
|
20280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20281
20255
|
:rtype: str
|
|
20282
20256
|
"""
|
|
20283
20257
|
return self._DeviceName
|
|
@@ -20289,7 +20263,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20289
20263
|
@property
|
|
20290
20264
|
def DeviceCode(self):
|
|
20291
20265
|
"""设备编码
|
|
20292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20293
20266
|
:rtype: str
|
|
20294
20267
|
"""
|
|
20295
20268
|
return self._DeviceCode
|
|
@@ -20302,7 +20275,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20302
20275
|
def Status(self):
|
|
20303
20276
|
"""任务状态(0:未执行;1:执行中;2 任务完成;
|
|
20304
20277
|
3:任务失败)
|
|
20305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20306
20278
|
:rtype: int
|
|
20307
20279
|
"""
|
|
20308
20280
|
return self._Status
|
|
@@ -20314,7 +20286,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20314
20286
|
@property
|
|
20315
20287
|
def VideoTimeSection(self):
|
|
20316
20288
|
"""下载录像时间段
|
|
20317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20318
20289
|
:rtype: str
|
|
20319
20290
|
"""
|
|
20320
20291
|
return self._VideoTimeSection
|
|
@@ -20326,7 +20297,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20326
20297
|
@property
|
|
20327
20298
|
def Scale(self):
|
|
20328
20299
|
"""倍速
|
|
20329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20330
20300
|
:rtype: int
|
|
20331
20301
|
"""
|
|
20332
20302
|
return self._Scale
|
|
@@ -20338,7 +20308,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20338
20308
|
@property
|
|
20339
20309
|
def DownloadTime(self):
|
|
20340
20310
|
"""下载时长
|
|
20341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20342
20311
|
:rtype: int
|
|
20343
20312
|
"""
|
|
20344
20313
|
return self._DownloadTime
|
|
@@ -20350,7 +20319,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20350
20319
|
@property
|
|
20351
20320
|
def VideoSize(self):
|
|
20352
20321
|
"""录像大小
|
|
20353
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20354
20322
|
:rtype: int
|
|
20355
20323
|
"""
|
|
20356
20324
|
return self._VideoSize
|
|
@@ -20362,7 +20330,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20362
20330
|
@property
|
|
20363
20331
|
def StartTime(self):
|
|
20364
20332
|
"""任务开始时间
|
|
20365
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20366
20333
|
:rtype: str
|
|
20367
20334
|
"""
|
|
20368
20335
|
return self._StartTime
|
|
@@ -20374,7 +20341,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20374
20341
|
@property
|
|
20375
20342
|
def EndTime(self):
|
|
20376
20343
|
"""任务结束时间
|
|
20377
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20378
20344
|
:rtype: str
|
|
20379
20345
|
"""
|
|
20380
20346
|
return self._EndTime
|
|
@@ -20386,7 +20352,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20386
20352
|
@property
|
|
20387
20353
|
def FileDownloadUrl(self):
|
|
20388
20354
|
"""文件下载地址
|
|
20389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20390
20355
|
:rtype: str
|
|
20391
20356
|
"""
|
|
20392
20357
|
return self._FileDownloadUrl
|
|
@@ -20398,7 +20363,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20398
20363
|
@property
|
|
20399
20364
|
def FailedReason(self):
|
|
20400
20365
|
"""失败原因
|
|
20401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20402
20366
|
:rtype: str
|
|
20403
20367
|
"""
|
|
20404
20368
|
return self._FailedReason
|
|
@@ -20410,7 +20374,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20410
20374
|
@property
|
|
20411
20375
|
def Expire(self):
|
|
20412
20376
|
"""生命周期规则,热存天数
|
|
20413
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20414
20377
|
:rtype: int
|
|
20415
20378
|
"""
|
|
20416
20379
|
return self._Expire
|
|
@@ -20422,7 +20385,6 @@ class VideoDownloadTask(AbstractModel):
|
|
|
20422
20385
|
@property
|
|
20423
20386
|
def PreviewUrl(self):
|
|
20424
20387
|
"""mp4预览地址
|
|
20425
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20426
20388
|
:rtype: str
|
|
20427
20389
|
"""
|
|
20428
20390
|
return self._PreviewUrl
|
|
@@ -20468,7 +20430,6 @@ class VideoDownloadTaskData(AbstractModel):
|
|
|
20468
20430
|
def __init__(self):
|
|
20469
20431
|
r"""
|
|
20470
20432
|
:param _DownloadTaskId: 下载任务ID
|
|
20471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20472
20433
|
:type DownloadTaskId: str
|
|
20473
20434
|
"""
|
|
20474
20435
|
self._DownloadTaskId = None
|
|
@@ -20476,7 +20437,6 @@ class VideoDownloadTaskData(AbstractModel):
|
|
|
20476
20437
|
@property
|
|
20477
20438
|
def DownloadTaskId(self):
|
|
20478
20439
|
"""下载任务ID
|
|
20479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
20480
20440
|
:rtype: str
|
|
20481
20441
|
"""
|
|
20482
20442
|
return self._DownloadTaskId
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1374
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1372
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|