tencentcloud-sdk-python-intl-en 3.0.1080__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -27
- tencentcloud/cdb/v20170320/models.py +266 -395
- tencentcloud/dbbrain/v20191016/errorcodes.py +6 -0
- tencentcloud/dbbrain/v20191016/models.py +46 -46
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +23 -0
- tencentcloud/intlpartnersmgt/v20220928/models.py +121 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +132 -132
- tencentcloud/msp/v20180319/models.py +14 -14
- tencentcloud/trtc/v20190722/models.py +30 -0
- {tencentcloud_sdk_python_intl_en-3.0.1080.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1080.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/RECORD +16 -16
- {tencentcloud_sdk_python_intl_en-3.0.1080.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1080.dist-info → tencentcloud_sdk_python_intl_en-3.0.1082.dist-info}/top_level.txt +0 -0
|
@@ -61,14 +61,14 @@ class DeregisterMigrationTaskResponse(AbstractModel):
|
|
|
61
61
|
|
|
62
62
|
def __init__(self):
|
|
63
63
|
r"""
|
|
64
|
-
:param _RequestId: The unique request ID,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
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=
|
|
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=
|
|
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
|
|
@@ -185,8 +185,8 @@ tencentcloud/dayu/v20180709/models.py,sha256=l9u_EwfY1lTHP_jzRFIzjNhDwqlWa1vtnwX
|
|
|
185
185
|
tencentcloud/dbbrain/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
186
186
|
tencentcloud/dbbrain/v20191016/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
187
187
|
tencentcloud/dbbrain/v20191016/dbbrain_client.py,sha256=AeccjdFyTM0eOrm-mMG-DpTuu0YGT-ZrwqmenO5RBBA,24691
|
|
188
|
-
tencentcloud/dbbrain/v20191016/errorcodes.py,sha256=
|
|
189
|
-
tencentcloud/dbbrain/v20191016/models.py,sha256=
|
|
188
|
+
tencentcloud/dbbrain/v20191016/errorcodes.py,sha256=XcsiC_mIAoGotWZDbECFqFuesNFelzhEq5EKweYeVc0,1714
|
|
189
|
+
tencentcloud/dbbrain/v20191016/models.py,sha256=oPnA8OvsR44FvInV58ofQ4cwScyERK18NULVGJDGgnY,207539
|
|
190
190
|
tencentcloud/dbbrain/v20210527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
191
191
|
tencentcloud/dbbrain/v20210527/dbbrain_client.py,sha256=WFhMh8tZTYYs9AAu8e0taNsSMYDi780rk9E7jx6outk,44305
|
|
192
192
|
tencentcloud/dbbrain/v20210527/errorcodes.py,sha256=cebzJj_dpnlrnpVN5HOQJ0FIeaft2-H0F-dqDwbzf-s,2143
|
|
@@ -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=
|
|
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
|
|
@@ -308,8 +308,8 @@ tencentcloud/ims/v20201229/models.py,sha256=FXxnaZ3J4SJ1swv8_fdBKwtym4GJpuHzNVy_
|
|
|
308
308
|
tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
309
309
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
310
310
|
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=kVIUiSL2ABQt2Ymcp8lqK2lWEWCgXf4IczqMD7ZiEhc,5503
|
|
311
|
-
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=
|
|
312
|
-
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=
|
|
311
|
+
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=N7nP-p8b4hUXmxWv0gV6Sk_zQSj2gMN_poxdp-gdZcI,28362
|
|
312
|
+
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=tb95vPtbESokfu4tpsyyI9QG0_1P2djgLoR1E2Uiy28,181945
|
|
313
313
|
tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
314
314
|
tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
315
315
|
tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
|
|
@@ -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=
|
|
347
|
-
tencentcloud/mariadb/v20170312/models.py,sha256=
|
|
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=
|
|
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=
|
|
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.
|
|
589
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
590
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
591
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
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,,
|
|
File without changes
|