tencentcloud-sdk-python-intl-en 3.0.1081__py2.py3-none-any.whl → 3.0.1083__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -27
- tencentcloud/cdb/v20170320/models.py +266 -395
- tencentcloud/chdfs/v20201112/models.py +58 -58
- tencentcloud/dc/v20180410/models.py +2 -2
- tencentcloud/mariadb/v20170312/mariadb_client.py +1 -1
- tencentcloud/mariadb/v20170312/models.py +132 -132
- tencentcloud/msp/v20180319/models.py +14 -14
- tencentcloud/tag/v20180813/errorcodes.py +9 -0
- tencentcloud/tag/v20180813/models.py +109 -0
- tencentcloud/tag/v20180813/tag_client.py +23 -0
- tencentcloud/trtc/v20190722/models.py +30 -0
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1083.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1083.dist-info}/RECORD +16 -16
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1083.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1081.dist-info → tencentcloud_sdk_python_intl_en-3.0.1083.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
|
|
@@ -26,6 +26,9 @@ FAILEDOPERATION = 'FailedOperation'
|
|
|
26
26
|
#
|
|
27
27
|
FAILEDOPERATION_POLICYENFORCEDINVALID = 'FailedOperation.PolicyEnforcedInvalid'
|
|
28
28
|
|
|
29
|
+
# Exceeding the project count limit.
|
|
30
|
+
FAILEDOPERATION_PROJECTNUMEXCEED = 'FailedOperation.ProjectNumExceed'
|
|
31
|
+
|
|
29
32
|
# The `appId` of resources in one single request must be the same.
|
|
30
33
|
FAILEDOPERATION_RESOURCEAPPIDNOTSAME = 'FailedOperation.ResourceAppIdNotSame'
|
|
31
34
|
|
|
@@ -44,6 +47,9 @@ INVALIDPARAMETER = 'InvalidParameter'
|
|
|
44
47
|
# The `PaginationToken` parameter is invalid.
|
|
45
48
|
INVALIDPARAMETER_PAGINATIONTOKENINVALID = 'InvalidParameter.PaginationTokenInvalid'
|
|
46
49
|
|
|
50
|
+
# The project name already exists.
|
|
51
|
+
INVALIDPARAMETER_PROJECTNAMEEXISTED = 'InvalidParameter.ProjectNameExisted'
|
|
52
|
+
|
|
47
53
|
# System reserved tag keys `qcloud`, `tencent` and `project` cannot be created.
|
|
48
54
|
INVALIDPARAMETER_RESERVEDTAGKEY = 'InvalidParameter.ReservedTagKey'
|
|
49
55
|
|
|
@@ -143,6 +149,9 @@ RESOURCEINUSE_TAGKEYATTACHED = 'ResourceInUse.TagKeyAttached'
|
|
|
143
149
|
# The tag key associated with the resource doesn’t exist.
|
|
144
150
|
RESOURCENOTFOUND_ATTACHEDTAGKEYNOTFOUND = 'ResourceNotFound.AttachedTagKeyNotFound'
|
|
145
151
|
|
|
152
|
+
# Record does not exist.
|
|
153
|
+
RESOURCENOTFOUND_RECORDNOTFOUND = 'ResourceNotFound.RecordNotFound'
|
|
154
|
+
|
|
146
155
|
# Tag does not exist.
|
|
147
156
|
RESOURCENOTFOUND_TAGNONEXIST = 'ResourceNotFound.TagNonExist'
|
|
148
157
|
|
|
@@ -18,6 +18,115 @@ import warnings
|
|
|
18
18
|
from tencentcloud.common.abstract_model import AbstractModel
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
class AddProjectRequest(AbstractModel):
|
|
22
|
+
"""AddProject request structure.
|
|
23
|
+
|
|
24
|
+
"""
|
|
25
|
+
|
|
26
|
+
def __init__(self):
|
|
27
|
+
r"""
|
|
28
|
+
:param _ProjectName: Project name.
|
|
29
|
+
:type ProjectName: str
|
|
30
|
+
:param _Info: Project description.
|
|
31
|
+
:type Info: str
|
|
32
|
+
"""
|
|
33
|
+
self._ProjectName = None
|
|
34
|
+
self._Info = None
|
|
35
|
+
|
|
36
|
+
@property
|
|
37
|
+
def ProjectName(self):
|
|
38
|
+
"""Project name.
|
|
39
|
+
:rtype: str
|
|
40
|
+
"""
|
|
41
|
+
return self._ProjectName
|
|
42
|
+
|
|
43
|
+
@ProjectName.setter
|
|
44
|
+
def ProjectName(self, ProjectName):
|
|
45
|
+
self._ProjectName = ProjectName
|
|
46
|
+
|
|
47
|
+
@property
|
|
48
|
+
def Info(self):
|
|
49
|
+
"""Project description.
|
|
50
|
+
:rtype: str
|
|
51
|
+
"""
|
|
52
|
+
return self._Info
|
|
53
|
+
|
|
54
|
+
@Info.setter
|
|
55
|
+
def Info(self, Info):
|
|
56
|
+
self._Info = Info
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
def _deserialize(self, params):
|
|
60
|
+
self._ProjectName = params.get("ProjectName")
|
|
61
|
+
self._Info = params.get("Info")
|
|
62
|
+
memeber_set = set(params.keys())
|
|
63
|
+
for name, value in vars(self).items():
|
|
64
|
+
property_name = name[1:]
|
|
65
|
+
if property_name in memeber_set:
|
|
66
|
+
memeber_set.remove(property_name)
|
|
67
|
+
if len(memeber_set) > 0:
|
|
68
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
class AddProjectResponse(AbstractModel):
|
|
73
|
+
"""AddProject response structure.
|
|
74
|
+
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
def __init__(self):
|
|
78
|
+
r"""
|
|
79
|
+
:param _ProjectId: Project ID
|
|
80
|
+
:type ProjectId: int
|
|
81
|
+
:param _IsNew: Whether it is a new project
|
|
82
|
+
:type IsNew: int
|
|
83
|
+
: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.
|
|
84
|
+
:type RequestId: str
|
|
85
|
+
"""
|
|
86
|
+
self._ProjectId = None
|
|
87
|
+
self._IsNew = None
|
|
88
|
+
self._RequestId = None
|
|
89
|
+
|
|
90
|
+
@property
|
|
91
|
+
def ProjectId(self):
|
|
92
|
+
"""Project ID
|
|
93
|
+
:rtype: int
|
|
94
|
+
"""
|
|
95
|
+
return self._ProjectId
|
|
96
|
+
|
|
97
|
+
@ProjectId.setter
|
|
98
|
+
def ProjectId(self, ProjectId):
|
|
99
|
+
self._ProjectId = ProjectId
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
def IsNew(self):
|
|
103
|
+
"""Whether it is a new project
|
|
104
|
+
:rtype: int
|
|
105
|
+
"""
|
|
106
|
+
return self._IsNew
|
|
107
|
+
|
|
108
|
+
@IsNew.setter
|
|
109
|
+
def IsNew(self, IsNew):
|
|
110
|
+
self._IsNew = IsNew
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
def RequestId(self):
|
|
114
|
+
"""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.
|
|
115
|
+
:rtype: str
|
|
116
|
+
"""
|
|
117
|
+
return self._RequestId
|
|
118
|
+
|
|
119
|
+
@RequestId.setter
|
|
120
|
+
def RequestId(self, RequestId):
|
|
121
|
+
self._RequestId = RequestId
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
def _deserialize(self, params):
|
|
125
|
+
self._ProjectId = params.get("ProjectId")
|
|
126
|
+
self._IsNew = params.get("IsNew")
|
|
127
|
+
self._RequestId = params.get("RequestId")
|
|
128
|
+
|
|
129
|
+
|
|
21
130
|
class AddResourceTagRequest(AbstractModel):
|
|
22
131
|
"""AddResourceTag request structure.
|
|
23
132
|
|
|
@@ -26,6 +26,29 @@ class TagClient(AbstractClient):
|
|
|
26
26
|
_service = 'tag'
|
|
27
27
|
|
|
28
28
|
|
|
29
|
+
def AddProject(self, request):
|
|
30
|
+
"""Creates a project
|
|
31
|
+
|
|
32
|
+
:param request: Request instance for AddProject.
|
|
33
|
+
:type request: :class:`tencentcloud.tag.v20180813.models.AddProjectRequest`
|
|
34
|
+
:rtype: :class:`tencentcloud.tag.v20180813.models.AddProjectResponse`
|
|
35
|
+
|
|
36
|
+
"""
|
|
37
|
+
try:
|
|
38
|
+
params = request._serialize()
|
|
39
|
+
headers = request.headers
|
|
40
|
+
body = self.call("AddProject", params, headers=headers)
|
|
41
|
+
response = json.loads(body)
|
|
42
|
+
model = models.AddProjectResponse()
|
|
43
|
+
model._deserialize(response["Response"])
|
|
44
|
+
return model
|
|
45
|
+
except Exception as e:
|
|
46
|
+
if isinstance(e, TencentCloudSDKException):
|
|
47
|
+
raise
|
|
48
|
+
else:
|
|
49
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
50
|
+
|
|
51
|
+
|
|
29
52
|
def AddResourceTag(self, request):
|
|
30
53
|
"""This API is used to associate resources with tags.
|
|
31
54
|
|
|
@@ -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=nyS9bpKhKPgd6_Pnab8KWNEE330u3Y7DJzhTj0h4JFQ,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
|
|
@@ -98,7 +98,7 @@ tencentcloud/chdfs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
|
98
98
|
tencentcloud/chdfs/v20201112/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
99
99
|
tencentcloud/chdfs/v20201112/chdfs_client.py,sha256=XMP15YxoVV5LRH3FFn31ytVjhyFcX6tJKfkAh2LjyfM,28198
|
|
100
100
|
tencentcloud/chdfs/v20201112/errorcodes.py,sha256=rhPv9M7XBZtCptkD09vQO2taoGD-uf9xSrbxU6XYnJc,3853
|
|
101
|
-
tencentcloud/chdfs/v20201112/models.py,sha256=
|
|
101
|
+
tencentcloud/chdfs/v20201112/models.py,sha256=FKiNbIm3a34K57ZJ-DQd0v-30v_AOQrYDissCaN3I7I,117926
|
|
102
102
|
tencentcloud/ciam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
103
|
tencentcloud/ciam/v20210420/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
104
104
|
tencentcloud/ciam/v20210420/ciam_client.py,sha256=gy_wYFHPQOdI-rY3dnAIxjclreDKLCEWfFL9mICdz6U,1873
|
|
@@ -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
|
|
@@ -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
|
|
@@ -460,9 +460,9 @@ tencentcloud/sts/v20180813/models.py,sha256=LNAefKT5v9rGvFpoaeYr4dNPvayy4X30X_Yr
|
|
|
460
460
|
tencentcloud/sts/v20180813/sts_client.py,sha256=6qH22yuubuWwMv8COTclCs5FHhNcDWn1INHmo5MzALw,5854
|
|
461
461
|
tencentcloud/tag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
462
462
|
tencentcloud/tag/v20180813/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
463
|
-
tencentcloud/tag/v20180813/errorcodes.py,sha256=
|
|
464
|
-
tencentcloud/tag/v20180813/models.py,sha256=
|
|
465
|
-
tencentcloud/tag/v20180813/tag_client.py,sha256=
|
|
463
|
+
tencentcloud/tag/v20180813/errorcodes.py,sha256=v63ZSs5JIjOy-2KUySeOJGUe32x7PlI1ZXR92dnmB0Q,5961
|
|
464
|
+
tencentcloud/tag/v20180813/models.py,sha256=ff6KdhfB-dRj7t0CYtY-08hHx2POwIBO__kpKpSa4Bo,162619
|
|
465
|
+
tencentcloud/tag/v20180813/tag_client.py,sha256=e5Z6B3DzXoJ-Lh6EDbA1QYhGBv3fbrUIZq7fsyy3igc,28407
|
|
466
466
|
tencentcloud/tat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
467
467
|
tencentcloud/tat/v20201028/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
468
468
|
tencentcloud/tat/v20201028/errorcodes.py,sha256=CdevMuSaHbsXQos5Nu9Rfo8u6fMc87Z6o4ujh7y94hQ,7448
|
|
@@ -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.1083.dist-info/METADATA,sha256=fZsjJbNEcNViI6zotbZuZVeoCc5AQ4kN2Jbfmd3OeKg,1628
|
|
589
|
+
tencentcloud_sdk_python_intl_en-3.0.1083.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
590
|
+
tencentcloud_sdk_python_intl_en-3.0.1083.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
591
|
+
tencentcloud_sdk_python_intl_en-3.0.1083.dist-info/RECORD,,
|
|
File without changes
|