tencentcloud-sdk-python-intl-en 3.0.1262__py2.py3-none-any.whl → 3.0.1264__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/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +1 -1
- tencentcloud/mdp/v20200527/errorcodes.py +11 -2
- tencentcloud/mdp/v20200527/mdp_client.py +138 -0
- tencentcloud/mdp/v20200527/models.py +1071 -45
- tencentcloud/sqlserver/v20180328/models.py +817 -104
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +47 -1
- {tencentcloud_sdk_python_intl_en-3.0.1262.dist-info → tencentcloud_sdk_python_intl_en-3.0.1264.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1262.dist-info → tencentcloud_sdk_python_intl_en-3.0.1264.dist-info}/RECORD +11 -11
- {tencentcloud_sdk_python_intl_en-3.0.1262.dist-info → tencentcloud_sdk_python_intl_en-3.0.1264.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1262.dist-info → tencentcloud_sdk_python_intl_en-3.0.1264.dist-info}/top_level.txt +0 -0
@@ -670,6 +670,29 @@ class SqlserverClient(AbstractClient):
|
|
670
670
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
671
671
|
|
672
672
|
|
673
|
+
def DescribeCollationTimeZone(self, request):
|
674
|
+
"""This API is used to query the character set and time zone supported by the instance.
|
675
|
+
|
676
|
+
:param request: Request instance for DescribeCollationTimeZone.
|
677
|
+
:type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeCollationTimeZoneRequest`
|
678
|
+
:rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeCollationTimeZoneResponse`
|
679
|
+
|
680
|
+
"""
|
681
|
+
try:
|
682
|
+
params = request._serialize()
|
683
|
+
headers = request.headers
|
684
|
+
body = self.call("DescribeCollationTimeZone", params, headers=headers)
|
685
|
+
response = json.loads(body)
|
686
|
+
model = models.DescribeCollationTimeZoneResponse()
|
687
|
+
model._deserialize(response["Response"])
|
688
|
+
return model
|
689
|
+
except Exception as e:
|
690
|
+
if isinstance(e, TencentCloudSDKException):
|
691
|
+
raise
|
692
|
+
else:
|
693
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
694
|
+
|
695
|
+
|
673
696
|
def DescribeDBCharsets(self, request):
|
674
697
|
"""This API is used to query the database character sets supported by an instance.
|
675
698
|
|
@@ -1130,6 +1153,29 @@ class SqlserverClient(AbstractClient):
|
|
1130
1153
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1131
1154
|
|
1132
1155
|
|
1156
|
+
def DescribeSpecSellStatus(self, request):
|
1157
|
+
"""This API is used to query the status information on specifications, including the sales status and reference price. (The actual price is subject to the result returned by price querying APIs.)
|
1158
|
+
|
1159
|
+
:param request: Request instance for DescribeSpecSellStatus.
|
1160
|
+
:type request: :class:`tencentcloud.sqlserver.v20180328.models.DescribeSpecSellStatusRequest`
|
1161
|
+
:rtype: :class:`tencentcloud.sqlserver.v20180328.models.DescribeSpecSellStatusResponse`
|
1162
|
+
|
1163
|
+
"""
|
1164
|
+
try:
|
1165
|
+
params = request._serialize()
|
1166
|
+
headers = request.headers
|
1167
|
+
body = self.call("DescribeSpecSellStatus", params, headers=headers)
|
1168
|
+
response = json.loads(body)
|
1169
|
+
model = models.DescribeSpecSellStatusResponse()
|
1170
|
+
model._deserialize(response["Response"])
|
1171
|
+
return model
|
1172
|
+
except Exception as e:
|
1173
|
+
if isinstance(e, TencentCloudSDKException):
|
1174
|
+
raise
|
1175
|
+
else:
|
1176
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1177
|
+
|
1178
|
+
|
1133
1179
|
def DescribeUploadBackupInfo(self, request):
|
1134
1180
|
"""This API is used to query a backup upload permission.
|
1135
1181
|
|
@@ -1223,7 +1269,7 @@ class SqlserverClient(AbstractClient):
|
|
1223
1269
|
|
1224
1270
|
|
1225
1271
|
def InquiryPriceUpgradeDBInstance(self, request):
|
1226
|
-
"""This API is used to query the upgrade prices of a monthly subscribed instance
|
1272
|
+
"""This API is used to query the upgrade prices of a monthly subscribed instance.
|
1227
1273
|
.
|
1228
1274
|
|
1229
1275
|
:param request: Request instance for InquiryPriceUpgradeDBInstance.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
1
|
+
tencentcloud/__init__.py,sha256=wPITpv3-X_5IxsRYAboQuHEhorXLvGnv9ZpMHJClac0,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=fiBV7Nao68T0UJdOUt5BxEABWr7mG_J9NPJT2lXDdyw,2897
|
@@ -348,7 +348,7 @@ tencentcloud/ims/v20201229/models.py,sha256=Q1L2FoNGfs_24bkUZJrD5Hcq_eouF3Ayljee
|
|
348
348
|
tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
349
349
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
350
350
|
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=tSll8Z82ldhQ8Q6cBkmxaTXe1ILN__H4WOCWH4dnUFE,8711
|
351
|
-
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=
|
351
|
+
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=O0OOECzLmSvREHhyGi8JPX01X3qlOlRw9XVqnOxdebQ,47540
|
352
352
|
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=S3Pii3TGDgmVj1PG-F0El_nBxtJ73lJtemptXZC_7es,277613
|
353
353
|
tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
354
354
|
tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -402,9 +402,9 @@ tencentcloud/mdl/v20200326/mdl_client.py,sha256=V8RLvMokqxw6CPB9uRdakY1EAwtzBUUa
|
|
402
402
|
tencentcloud/mdl/v20200326/models.py,sha256=PyrAW3m3INrS2fjdro7buf7paKpkGXmm_XHiSszUKvY,430774
|
403
403
|
tencentcloud/mdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
404
404
|
tencentcloud/mdp/v20200527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
405
|
-
tencentcloud/mdp/v20200527/errorcodes.py,sha256=
|
406
|
-
tencentcloud/mdp/v20200527/mdp_client.py,sha256=
|
407
|
-
tencentcloud/mdp/v20200527/models.py,sha256=
|
405
|
+
tencentcloud/mdp/v20200527/errorcodes.py,sha256=Mr2GbUtmD934bCSaT8XrsjSP70o8CSZ1q3b-N-x8I5c,2826
|
406
|
+
tencentcloud/mdp/v20200527/mdp_client.py,sha256=3DzUvPp3uTQJ7zJbPdxRDOJzJXl_9kj7oTiHdoXa5Rw,61112
|
407
|
+
tencentcloud/mdp/v20200527/models.py,sha256=SQrJIM2qtcjLEA_zLJ2xJajnPbPE4gPFxM4bD3jkOvo,363147
|
408
408
|
tencentcloud/mongodb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
409
409
|
tencentcloud/mongodb/v20190725/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
410
410
|
tencentcloud/mongodb/v20190725/errorcodes.py,sha256=FY76Gg6i_g7wFuILwh8KcrEb6jAnay2N0r7EbHVbKkE,7405
|
@@ -501,8 +501,8 @@ tencentcloud/sms/v20210111/sms_client.py,sha256=YcJdikNNoXH8RtG1ovFY2vTHVz7cfQzM
|
|
501
501
|
tencentcloud/sqlserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
502
502
|
tencentcloud/sqlserver/v20180328/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
503
503
|
tencentcloud/sqlserver/v20180328/errorcodes.py,sha256=OWVsl9dhn6kXevI661iAy2QmK1rmqO7EZ_uqtgpRcwk,10007
|
504
|
-
tencentcloud/sqlserver/v20180328/models.py,sha256=
|
505
|
-
tencentcloud/sqlserver/v20180328/sqlserver_client.py,sha256=
|
504
|
+
tencentcloud/sqlserver/v20180328/models.py,sha256=r4b02BwqNmZTh95Sr5jFmBN6wbzwG5gr44POHuZmV6o,648064
|
505
|
+
tencentcloud/sqlserver/v20180328/sqlserver_client.py,sha256=cYlDn2zLNanM38suPl1F4_OHEZPziNih02E225uDrNo,81609
|
506
506
|
tencentcloud/ssl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
507
507
|
tencentcloud/ssl/v20191205/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
508
508
|
tencentcloud/ssl/v20191205/errorcodes.py,sha256=1H8IrvRcONTT9fZZZDv6ZBqXtQtciyOng5mE6kIwxhk,10776
|
@@ -678,7 +678,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
678
678
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=g2ac3Fxgbof23WWhGj9VxvuLJZNshnB0Mg7jWUzTh24,3168
|
679
679
|
tencentcloud/yunjing/v20180228/models.py,sha256=vFpNnPGWiOLdTut0XPTpRRF5lobWUTkFUO1EHc9RkBk,330643
|
680
680
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=PqtaJz4gQ-rIxKXVMNtOKx7kFBQdUn-zKVuH2NcMFcA,67362
|
681
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
682
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
683
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
684
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
681
|
+
tencentcloud_sdk_python_intl_en-3.0.1264.dist-info/METADATA,sha256=AG4PSiLQNaYSyAbPNjW9jqDJllLvpKqFfSayR4pkZyw,1628
|
682
|
+
tencentcloud_sdk_python_intl_en-3.0.1264.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
683
|
+
tencentcloud_sdk_python_intl_en-3.0.1264.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
684
|
+
tencentcloud_sdk_python_intl_en-3.0.1264.dist-info/RECORD,,
|
File without changes
|