tencentcloud-sdk-python-intl-en 3.0.1081__py2.py3-none-any.whl → 3.0.1082__py2.py3-none-any.whl

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.
@@ -61,14 +61,14 @@ class DeregisterMigrationTaskResponse(AbstractModel):
61
61
 
62
62
  def __init__(self):
63
63
  r"""
64
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
64
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
65
65
  :type RequestId: str
66
66
  """
67
67
  self._RequestId = None
68
68
 
69
69
  @property
70
70
  def RequestId(self):
71
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
71
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
72
72
  :rtype: str
73
73
  """
74
74
  return self._RequestId
@@ -127,7 +127,7 @@ class DescribeMigrationTaskResponse(AbstractModel):
127
127
  r"""
128
128
  :param _TaskStatus: Migration details list
129
129
  :type TaskStatus: list of TaskStatus
130
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
130
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
131
131
  :type RequestId: str
132
132
  """
133
133
  self._TaskStatus = None
@@ -146,7 +146,7 @@ class DescribeMigrationTaskResponse(AbstractModel):
146
146
 
147
147
  @property
148
148
  def RequestId(self):
149
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
149
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
150
150
  :rtype: str
151
151
  """
152
152
  return self._RequestId
@@ -309,7 +309,7 @@ class ListMigrationProjectResponse(AbstractModel):
309
309
  :type Projects: list of Project
310
310
  :param _TotalCount: Total number of projects
311
311
  :type TotalCount: int
312
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
312
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
313
313
  :type RequestId: str
314
314
  """
315
315
  self._Projects = None
@@ -340,7 +340,7 @@ class ListMigrationProjectResponse(AbstractModel):
340
340
 
341
341
  @property
342
342
  def RequestId(self):
343
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
343
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
344
344
  :rtype: str
345
345
  """
346
346
  return self._RequestId
@@ -438,7 +438,7 @@ class ListMigrationTaskResponse(AbstractModel):
438
438
  :type TotalCount: int
439
439
  :param _Tasks: Migration task list
440
440
  :type Tasks: list of Task
441
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
441
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
442
442
  :type RequestId: str
443
443
  """
444
444
  self._TotalCount = None
@@ -469,7 +469,7 @@ class ListMigrationTaskResponse(AbstractModel):
469
469
 
470
470
  @property
471
471
  def RequestId(self):
472
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
472
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
473
473
  :rtype: str
474
474
  """
475
475
  return self._RequestId
@@ -548,14 +548,14 @@ class ModifyMigrationTaskBelongToProjectResponse(AbstractModel):
548
548
 
549
549
  def __init__(self):
550
550
  r"""
551
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
551
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
552
552
  :type RequestId: str
553
553
  """
554
554
  self._RequestId = None
555
555
 
556
556
  @property
557
557
  def RequestId(self):
558
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
558
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
559
559
  :rtype: str
560
560
  """
561
561
  return self._RequestId
@@ -627,14 +627,14 @@ class ModifyMigrationTaskStatusResponse(AbstractModel):
627
627
 
628
628
  def __init__(self):
629
629
  r"""
630
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
630
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
631
631
  :type RequestId: str
632
632
  """
633
633
  self._RequestId = None
634
634
 
635
635
  @property
636
636
  def RequestId(self):
637
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
637
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
638
638
  :rtype: str
639
639
  """
640
640
  return self._RequestId
@@ -913,7 +913,7 @@ class RegisterMigrationTaskResponse(AbstractModel):
913
913
  r"""
914
914
  :param _TaskId: Task ID
915
915
  :type TaskId: str
916
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
916
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
917
917
  :type RequestId: str
918
918
  """
919
919
  self._TaskId = None
@@ -932,7 +932,7 @@ class RegisterMigrationTaskResponse(AbstractModel):
932
932
 
933
933
  @property
934
934
  def RequestId(self):
935
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
935
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
936
936
  :rtype: str
937
937
  """
938
938
  return self._RequestId
@@ -8216,6 +8216,8 @@ Source URL. Example value: https://a.b/test.mp4
8216
8216
  :type RepeatNum: int
8217
8217
  :param _MaxDuration: Loop playback maximum duration, only effective when RepeatNum is set to -1, valid value range: [1, 10080], unit: minutes
8218
8218
  :type MaxDuration: int
8219
+ :param _Volume: Volume. Valid value range: [0, 100], default value is 100, indicating the original volume.
8220
+ :type Volume: int
8219
8221
  """
8220
8222
  self._SdkAppId = None
8221
8223
  self._RoomId = None
@@ -8231,6 +8233,7 @@ Source URL. Example value: https://a.b/test.mp4
8231
8233
  self._AutoPush = None
8232
8234
  self._RepeatNum = None
8233
8235
  self._MaxDuration = None
8236
+ self._Volume = None
8234
8237
 
8235
8238
  @property
8236
8239
  def SdkAppId(self):
@@ -8399,6 +8402,17 @@ Source URL. Example value: https://a.b/test.mp4
8399
8402
  def MaxDuration(self, MaxDuration):
8400
8403
  self._MaxDuration = MaxDuration
8401
8404
 
8405
+ @property
8406
+ def Volume(self):
8407
+ """Volume. Valid value range: [0, 100], default value is 100, indicating the original volume.
8408
+ :rtype: int
8409
+ """
8410
+ return self._Volume
8411
+
8412
+ @Volume.setter
8413
+ def Volume(self, Volume):
8414
+ self._Volume = Volume
8415
+
8402
8416
 
8403
8417
  def _deserialize(self, params):
8404
8418
  self._SdkAppId = params.get("SdkAppId")
@@ -8419,6 +8433,7 @@ Source URL. Example value: https://a.b/test.mp4
8419
8433
  self._AutoPush = params.get("AutoPush")
8420
8434
  self._RepeatNum = params.get("RepeatNum")
8421
8435
  self._MaxDuration = params.get("MaxDuration")
8436
+ self._Volume = params.get("Volume")
8422
8437
  memeber_set = set(params.keys())
8423
8438
  for name, value in vars(self).items():
8424
8439
  property_name = name[1:]
@@ -9811,10 +9826,13 @@ class UpdateStreamIngestRequest(AbstractModel):
9811
9826
  :type TaskId: str
9812
9827
  :param _StreamUrl: The new url of the media resource.
9813
9828
  :type StreamUrl: str
9829
+ :param _Volume: Volume. Valid value range: [0, 100], default value is 100, indicating the original volume.
9830
+ :type Volume: int
9814
9831
  """
9815
9832
  self._SdkAppId = None
9816
9833
  self._TaskId = None
9817
9834
  self._StreamUrl = None
9835
+ self._Volume = None
9818
9836
 
9819
9837
  @property
9820
9838
  def SdkAppId(self):
@@ -9849,11 +9867,23 @@ class UpdateStreamIngestRequest(AbstractModel):
9849
9867
  def StreamUrl(self, StreamUrl):
9850
9868
  self._StreamUrl = StreamUrl
9851
9869
 
9870
+ @property
9871
+ def Volume(self):
9872
+ """Volume. Valid value range: [0, 100], default value is 100, indicating the original volume.
9873
+ :rtype: int
9874
+ """
9875
+ return self._Volume
9876
+
9877
+ @Volume.setter
9878
+ def Volume(self, Volume):
9879
+ self._Volume = Volume
9880
+
9852
9881
 
9853
9882
  def _deserialize(self, params):
9854
9883
  self._SdkAppId = params.get("SdkAppId")
9855
9884
  self._TaskId = params.get("TaskId")
9856
9885
  self._StreamUrl = params.get("StreamUrl")
9886
+ self._Volume = params.get("Volume")
9857
9887
  memeber_set = set(params.keys())
9858
9888
  for name, value in vars(self).items():
9859
9889
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1081
3
+ Version: 3.0.1082
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en
6
6
  Author: Tencent Cloud
@@ -1,4 +1,4 @@
1
- tencentcloud/__init__.py,sha256=j__VsNA3RUYuqnmi7ySWNQwtXfucAnp7m0xG-G275ao,630
1
+ tencentcloud/__init__.py,sha256=IaIZ26nksMzjIycdH8vtR7IZkJCJ2mxH5Ea0nq4XeKk,630
2
2
  tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
@@ -66,9 +66,9 @@ tencentcloud/ccc/v20200210/errorcodes.py,sha256=LC4T59wYivzU4h2ga5VisP6DbP2KqYt5
66
66
  tencentcloud/ccc/v20200210/models.py,sha256=-lTUhw2CAt1TILSM-B-0VrHNCgO0eZ0y2IIZHmOG5O4,360244
67
67
  tencentcloud/cdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
68
  tencentcloud/cdb/v20170320/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
69
- tencentcloud/cdb/v20170320/cdb_client.py,sha256=FsYth1H8KIDcxylSuJFF8JqHV4d32cyy-khWMUu60-0,138618
69
+ tencentcloud/cdb/v20170320/cdb_client.py,sha256=lsVv0haXhHe9XbWFlQc65RbthqZKIGqdfZTcBqW7BEE,137214
70
70
  tencentcloud/cdb/v20170320/errorcodes.py,sha256=oYGO8lT25pCMmqyvZJf3BlX3z2gXqfsTEC__W72UesM,20613
71
- tencentcloud/cdb/v20170320/models.py,sha256=uaVGe4xiManwzx50UiG-2k4XkZwmMGWNoEpqIx6R8eM,993930
71
+ tencentcloud/cdb/v20170320/models.py,sha256=cVyGBQ3Q42PyJfaOm1_YzoAQUd3no9Opxx4yiC24NUQ,1022689
72
72
  tencentcloud/cdn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
73
73
  tencentcloud/cdn/v20180606/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
74
  tencentcloud/cdn/v20180606/cdn_client.py,sha256=OvsYvbIELlelaS_eUMrGcdJfVYrYNkiHXa9g2Aozwg8,48536
@@ -195,7 +195,7 @@ tencentcloud/dc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
195
195
  tencentcloud/dc/v20180410/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
196
196
  tencentcloud/dc/v20180410/dc_client.py,sha256=nLocZ0TtnGhCLVVRaVpANE1W0ekxswjvBOMrNONU7Rw,18454
197
197
  tencentcloud/dc/v20180410/errorcodes.py,sha256=238NHom7_29xa7eiN8SO3wV-XknqVvsNR2HaZ7LBWEU,3061
198
- tencentcloud/dc/v20180410/models.py,sha256=plRljWJk5vfJo9fFCVKGB0vfJPOmvPzEr26l8pS-M14,143813
198
+ tencentcloud/dc/v20180410/models.py,sha256=X1Sb9ZETFPgHcRNd4IqSodg3mf4yoo9sMdi9oqTnmiM,144067
199
199
  tencentcloud/dcdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
200
200
  tencentcloud/dcdb/v20180411/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
201
201
  tencentcloud/dcdb/v20180411/dcdb_client.py,sha256=Z8x9jE-E-FxeUoUL8T1ehAOuZOrk6dk2wiIn_Vlht-w,60396
@@ -343,8 +343,8 @@ tencentcloud/live/v20180801/models.py,sha256=qDjpKNw8e9usW1zpXXYYaDPYD8fZVPOLKGc
343
343
  tencentcloud/mariadb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
344
  tencentcloud/mariadb/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
345
345
  tencentcloud/mariadb/v20170312/errorcodes.py,sha256=RFSvLHO0AfMv0yryLLYYMrEJeKQIyZZPus-tCtn1V0c,14474
346
- tencentcloud/mariadb/v20170312/mariadb_client.py,sha256=W2U1mgkCixi5tsdK_cgT8gCWkgeOyD-WdbwDsU1Plxg,50269
347
- tencentcloud/mariadb/v20170312/models.py,sha256=rT-fPhlkScuV6YhIgjYMVrt9LYEn-ADL8opuln8t0Fg,363517
346
+ tencentcloud/mariadb/v20170312/mariadb_client.py,sha256=p8QtXlvmTJfr61cw0B8sNSxTHg0PGMGAweqlmzI2NM0,50264
347
+ tencentcloud/mariadb/v20170312/models.py,sha256=WyeAFOBeZxlf_mzjaHNRVHiSNND-AHfnXy-nvxGN7yw,375737
348
348
  tencentcloud/mdc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
349
349
  tencentcloud/mdc/v20200828/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
350
  tencentcloud/mdc/v20200828/errorcodes.py,sha256=rHrv83mEj-A0RiNgDXS5RFMp42H58mq4Hlnyarq7rg4,2359
@@ -378,7 +378,7 @@ tencentcloud/mps/v20190612/mps_client.py,sha256=1T3c33T8ZPAwvZbC3aO8z8yEnVi28Qgt
378
378
  tencentcloud/msp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
379
379
  tencentcloud/msp/v20180319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
380
380
  tencentcloud/msp/v20180319/errorcodes.py,sha256=m7TqnT1KqSLNt0trBqZV5xL7aJtce_53v7OwSaOoOQI,806
381
- tencentcloud/msp/v20180319/models.py,sha256=Mw-kJ6qolNiJIQq9WFguzJC8gmt_YPNU3bm8W3cCkes,37570
381
+ tencentcloud/msp/v20180319/models.py,sha256=z_2vqu4CEbs0hnqwi0VkGgLg66FmcwqaZgLtv4PLTsI,39348
382
382
  tencentcloud/msp/v20180319/msp_client.py,sha256=XkSbJuPDAeY7elyJ5ByR2wNL0HiFO6Xa9hqgMT-5sCU,7596
383
383
  tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
384
384
  tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -544,7 +544,7 @@ tencentcloud/tmt/v20180321/tmt_client.py,sha256=WWtjLdyZT8xpCmrsiwN-cCBDxY0kCYFh
544
544
  tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
545
545
  tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
546
546
  tencentcloud/trtc/v20190722/errorcodes.py,sha256=XZByZhQSC4zxNLZIpHx11wzqvykPDwDn4zYlaqJn5Bk,8338
547
- tencentcloud/trtc/v20190722/models.py,sha256=nsd6o4q8oJ2nSu_jYnE4px_EhTWLlGzxDxBR0ejyrok,392994
547
+ tencentcloud/trtc/v20190722/models.py,sha256=WudTHwMaZWhXc2GmSB3-kjF3JmEWWj82SdvsteX0y-s,393978
548
548
  tencentcloud/trtc/v20190722/trtc_client.py,sha256=VdQlrhHE28WqMKI8WLoryJTiD2i3VxqyidP2ysUIMDo,66043
549
549
  tencentcloud/tts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
550
550
  tencentcloud/tts/v20190823/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -585,7 +585,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
585
585
  tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
586
586
  tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
587
587
  tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
588
- tencentcloud_sdk_python_intl_en-3.0.1081.dist-info/METADATA,sha256=usaCI7UW_OixptbV4JeVVUbiRtn9ClbI2ADXFvxrOus,1628
589
- tencentcloud_sdk_python_intl_en-3.0.1081.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
590
- tencentcloud_sdk_python_intl_en-3.0.1081.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
591
- tencentcloud_sdk_python_intl_en-3.0.1081.dist-info/RECORD,,
588
+ tencentcloud_sdk_python_intl_en-3.0.1082.dist-info/METADATA,sha256=rnb078CjMUu6OM1jGeQIcivMSItE6I4LqdzOkDa8NBk,1628
589
+ tencentcloud_sdk_python_intl_en-3.0.1082.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
590
+ tencentcloud_sdk_python_intl_en-3.0.1082.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
591
+ tencentcloud_sdk_python_intl_en-3.0.1082.dist-info/RECORD,,