tencentcloud-sdk-python-live 3.1.34__tar.gz → 3.1.36__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 (17) hide show
  1. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/setup.py +1 -1
  3. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/live/v20180801/models.py +24 -40
  5. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud_sdk_python_live.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_live-3.1.36/tencentcloud_sdk_python_live.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_live-3.1.34/tencentcloud_sdk_python_live.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/README.rst +0 -0
  9. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/live/__init__.py +0 -0
  11. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/live/v20180801/__init__.py +0 -0
  12. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/live/v20180801/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/live/v20180801/live_client.py +0 -0
  14. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud/live/v20180801/live_client_async.py +0 -0
  15. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud_sdk_python_live.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud_sdk_python_live.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_live-3.1.34 → tencentcloud_sdk_python_live-3.1.36}/tencentcloud_sdk_python_live.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.34
3
+ Version: 3.1.36
4
4
  Summary: Tencent Cloud Live SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.34
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.36
19
19
 
20
20
  ============================
21
21
  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-live',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.34,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.36,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Live SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.34'
17
+ __version__ = '3.1.36'
@@ -21178,27 +21178,19 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21178
21178
 
21179
21179
  def __init__(self):
21180
21180
  r"""
21181
- :param _PushDomain: 推流域名。
21181
+ :param _PushDomain: <p>推流域名。</p>
21182
21182
  :type PushDomain: str
21183
- :param _StreamName: 流名称。
21183
+ :param _StreamName: <p>流名称。</p>
21184
21184
  :type StreamName: str
21185
- :param _DayTime: 查询时间,北京时间,
21186
- 格式:yyyymmdd。
21187
- 注意:支持查询近1个月内某天的详细数据,截止到昨天。
21185
+ :param _DayTime: <p>查询时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内某天的详细数据,截止到昨天。</p>
21188
21186
  :type DayTime: str
21189
- :param _PageNum: 页数,默认1
21190
- 不超过100页。
21187
+ :param _PageNum: <p>页数,默认1,<br>不超过100页。</p>
21191
21188
  :type PageNum: int
21192
- :param _PageSize: 每页个数,默认20
21193
- 范围:[10,1000]。
21189
+ :param _PageSize: <p>每页个数,默认20,<br>范围:[10,1000]。</p>
21194
21190
  :type PageSize: int
21195
- :param _StartDayTime: 起始天时间,北京时间,
21196
- 格式:yyyymmdd。
21197
- 注意:支持查询近1个月内的详细数据。
21191
+ :param _StartDayTime: <p>起始天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据。</p>
21198
21192
  :type StartDayTime: str
21199
- :param _EndDayTime: 结束天时间,北京时间,
21200
- 格式:yyyymmdd。
21201
- 注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。
21193
+ :param _EndDayTime: <p>结束天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。</p>
21202
21194
  :type EndDayTime: str
21203
21195
  """
21204
21196
  self._PushDomain = None
@@ -21211,7 +21203,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21211
21203
 
21212
21204
  @property
21213
21205
  def PushDomain(self):
21214
- r"""推流域名。
21206
+ r"""<p>推流域名。</p>
21215
21207
  :rtype: str
21216
21208
  """
21217
21209
  return self._PushDomain
@@ -21222,7 +21214,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21222
21214
 
21223
21215
  @property
21224
21216
  def StreamName(self):
21225
- r"""流名称。
21217
+ r"""<p>流名称。</p>
21226
21218
  :rtype: str
21227
21219
  """
21228
21220
  return self._StreamName
@@ -21233,9 +21225,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21233
21225
 
21234
21226
  @property
21235
21227
  def DayTime(self):
21236
- r"""查询时间,北京时间,
21237
- 格式:yyyymmdd。
21238
- 注意:支持查询近1个月内某天的详细数据,截止到昨天。
21228
+ r"""<p>查询时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内某天的详细数据,截止到昨天。</p>
21239
21229
  :rtype: str
21240
21230
  """
21241
21231
  return self._DayTime
@@ -21246,8 +21236,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21246
21236
 
21247
21237
  @property
21248
21238
  def PageNum(self):
21249
- r"""页数,默认1
21250
- 不超过100页。
21239
+ r"""<p>页数,默认1,<br>不超过100页。</p>
21251
21240
  :rtype: int
21252
21241
  """
21253
21242
  return self._PageNum
@@ -21258,8 +21247,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21258
21247
 
21259
21248
  @property
21260
21249
  def PageSize(self):
21261
- r"""每页个数,默认20
21262
- 范围:[10,1000]。
21250
+ r"""<p>每页个数,默认20,<br>范围:[10,1000]。</p>
21263
21251
  :rtype: int
21264
21252
  """
21265
21253
  return self._PageSize
@@ -21270,9 +21258,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21270
21258
 
21271
21259
  @property
21272
21260
  def StartDayTime(self):
21273
- r"""起始天时间,北京时间,
21274
- 格式:yyyymmdd。
21275
- 注意:支持查询近1个月内的详细数据。
21261
+ r"""<p>起始天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据。</p>
21276
21262
  :rtype: str
21277
21263
  """
21278
21264
  return self._StartDayTime
@@ -21283,9 +21269,7 @@ class DescribeLiveTranscodeDetailInfoRequest(AbstractModel):
21283
21269
 
21284
21270
  @property
21285
21271
  def EndDayTime(self):
21286
- r"""结束天时间,北京时间,
21287
- 格式:yyyymmdd。
21288
- 注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。
21272
+ r"""<p>结束天时间,北京时间,<br>格式:yyyymmdd。<br>注意:支持查询近1个月内的详细数据,截止到昨天,注意DayTime 与(StartDayTime,EndDayTime)必须要传一个,如果都传,会以DayTime为准 。</p>
21289
21273
  :rtype: str
21290
21274
  """
21291
21275
  return self._EndDayTime
@@ -21320,15 +21304,15 @@ class DescribeLiveTranscodeDetailInfoResponse(AbstractModel):
21320
21304
 
21321
21305
  def __init__(self):
21322
21306
  r"""
21323
- :param _DataInfoList: 统计数据列表。
21307
+ :param _DataInfoList: <p>统计数据列表。</p>
21324
21308
  :type DataInfoList: list of TranscodeDetailInfo
21325
- :param _PageNum: 页码。
21309
+ :param _PageNum: <p>页码。</p>
21326
21310
  :type PageNum: int
21327
- :param _PageSize: 每页个数。
21311
+ :param _PageSize: <p>每页个数。</p>
21328
21312
  :type PageSize: int
21329
- :param _TotalNum: 总个数。
21313
+ :param _TotalNum: <p>总个数。</p>
21330
21314
  :type TotalNum: int
21331
- :param _TotalPage: 总页数。
21315
+ :param _TotalPage: <p>总页数。</p>
21332
21316
  :type TotalPage: int
21333
21317
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21334
21318
  :type RequestId: str
@@ -21342,7 +21326,7 @@ class DescribeLiveTranscodeDetailInfoResponse(AbstractModel):
21342
21326
 
21343
21327
  @property
21344
21328
  def DataInfoList(self):
21345
- r"""统计数据列表。
21329
+ r"""<p>统计数据列表。</p>
21346
21330
  :rtype: list of TranscodeDetailInfo
21347
21331
  """
21348
21332
  return self._DataInfoList
@@ -21353,7 +21337,7 @@ class DescribeLiveTranscodeDetailInfoResponse(AbstractModel):
21353
21337
 
21354
21338
  @property
21355
21339
  def PageNum(self):
21356
- r"""页码。
21340
+ r"""<p>页码。</p>
21357
21341
  :rtype: int
21358
21342
  """
21359
21343
  return self._PageNum
@@ -21364,7 +21348,7 @@ class DescribeLiveTranscodeDetailInfoResponse(AbstractModel):
21364
21348
 
21365
21349
  @property
21366
21350
  def PageSize(self):
21367
- r"""每页个数。
21351
+ r"""<p>每页个数。</p>
21368
21352
  :rtype: int
21369
21353
  """
21370
21354
  return self._PageSize
@@ -21375,7 +21359,7 @@ class DescribeLiveTranscodeDetailInfoResponse(AbstractModel):
21375
21359
 
21376
21360
  @property
21377
21361
  def TotalNum(self):
21378
- r"""总个数。
21362
+ r"""<p>总个数。</p>
21379
21363
  :rtype: int
21380
21364
  """
21381
21365
  return self._TotalNum
@@ -21386,7 +21370,7 @@ class DescribeLiveTranscodeDetailInfoResponse(AbstractModel):
21386
21370
 
21387
21371
  @property
21388
21372
  def TotalPage(self):
21389
- r"""总页数。
21373
+ r"""<p>总页数。</p>
21390
21374
  :rtype: int
21391
21375
  """
21392
21376
  return self._TotalPage
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-live
3
- Version: 3.1.34
3
+ Version: 3.1.36
4
4
  Summary: Tencent Cloud Live SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.34
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.36
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.36
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.34