tencentcloud-sdk-python-intl-en 3.0.1144__py2.py3-none-any.whl → 3.0.1145__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/intlpartnersmgt/v20220928/errorcodes.py +6 -0
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py +46 -35
- tencentcloud/intlpartnersmgt/v20220928/models.py +424 -637
- tencentcloud/ocr/v20181119/errorcodes.py +3 -3
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/ssl/v20191205/errorcodes.py +10 -7
- tencentcloud/ssl/v20191205/models.py +2142 -643
- tencentcloud/ssl/v20191205/ssl_client.py +6 -6
- tencentcloud/trtc/v20190722/models.py +20 -4
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/RECORD +14 -14
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python_intl_en-3.0.1144.dist-info → tencentcloud_sdk_python_intl_en-3.0.1145.dist-info}/top_level.txt +0 -0
|
@@ -119,7 +119,7 @@ class SslClient(AbstractClient):
|
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
def CommitCertificateInformation(self, request):
|
|
122
|
-
"""This API
|
|
122
|
+
"""Submit payment certificate orders; This API does not maintain new features, and you can use the new API to submit orders. [CertificateOrderSubmit](https://intl.cloud.tencent.com/document/product/400/116032?from_cn_redirect=1).
|
|
123
123
|
|
|
124
124
|
:param request: Request instance for CommitCertificateInformation.
|
|
125
125
|
:type request: :class:`tencentcloud.ssl.v20191205.models.CommitCertificateInformationRequest`
|
|
@@ -303,7 +303,7 @@ class SslClient(AbstractClient):
|
|
|
303
303
|
|
|
304
304
|
|
|
305
305
|
def DescribeCertificateBindResourceTaskDetail(self, request):
|
|
306
|
-
"""This API is used to query the result of
|
|
306
|
+
"""This API is used to query the task result of CreateCertificateBindResourceSyncTask, returning the asynchronous task result of the certificate associated with cloud resources, supporting the following cloud resources: clb, cdn, waf, live, vod, ddos, tke, apigateway, tcb, teo (edgeOne), cos.
|
|
307
307
|
|
|
308
308
|
:param request: Request instance for DescribeCertificateBindResourceTaskDetail.
|
|
309
309
|
:type request: :class:`tencentcloud.ssl.v20191205.models.DescribeCertificateBindResourceTaskDetailRequest`
|
|
@@ -418,7 +418,7 @@ class SslClient(AbstractClient):
|
|
|
418
418
|
|
|
419
419
|
|
|
420
420
|
def DescribeHostTeoInstanceList(self, request):
|
|
421
|
-
"""This API is used to query the list of
|
|
421
|
+
"""This API is used to query the list of EdgeOne instances to which a certificate can be deployed.
|
|
422
422
|
|
|
423
423
|
:param request: Request instance for DescribeHostTeoInstanceList.
|
|
424
424
|
:type request: :class:`tencentcloud.ssl.v20191205.models.DescribeHostTeoInstanceListRequest`
|
|
@@ -464,7 +464,7 @@ class SslClient(AbstractClient):
|
|
|
464
464
|
|
|
465
465
|
|
|
466
466
|
def DescribeHostUpdateRecordDetail(self, request):
|
|
467
|
-
"""
|
|
467
|
+
"""This API is used to query the update record details of certificate cloud resources.
|
|
468
468
|
|
|
469
469
|
:param request: Request instance for DescribeHostUpdateRecordDetail.
|
|
470
470
|
:type request: :class:`tencentcloud.ssl.v20191205.models.DescribeHostUpdateRecordDetailRequest`
|
|
@@ -625,7 +625,7 @@ class SslClient(AbstractClient):
|
|
|
625
625
|
|
|
626
626
|
|
|
627
627
|
def SubmitCertificateInformation(self, request):
|
|
628
|
-
"""This API
|
|
628
|
+
"""Submit documentation for paid certificates; This API does not maintain new features, and you can use the new API to submit documentation. [CertificateInfoSubmit](https://intl.cloud.tencent.com/document/product/400/116033?from_cn_redirect=1).
|
|
629
629
|
|
|
630
630
|
:param request: Request instance for SubmitCertificateInformation.
|
|
631
631
|
:type request: :class:`tencentcloud.ssl.v20191205.models.SubmitCertificateInformationRequest`
|
|
@@ -648,7 +648,7 @@ class SslClient(AbstractClient):
|
|
|
648
648
|
|
|
649
649
|
|
|
650
650
|
def UpdateCertificateInstance(self, request):
|
|
651
|
-
"""This API is used to update old certificate resources
|
|
651
|
+
"""This API is used to one-click update old certificate resources. This API is asynchronous. After calling it, if DeployRecordId is 0, it means the task is in progress. Repeat the request to this API. When the returned DeployRecordId is greater than 0, it means the task creation is successful. If it is not created successfully, an exception will be thrown.
|
|
652
652
|
|
|
653
653
|
:param request: Request instance for UpdateCertificateInstance.
|
|
654
654
|
:type request: :class:`tencentcloud.ssl.v20191205.models.UpdateCertificateInstanceRequest`
|
|
@@ -7338,7 +7338,11 @@ class SetUserBlockedByStrRoomIdRequest(AbstractModel):
|
|
|
7338
7338
|
:type StrRoomId: str
|
|
7339
7339
|
:param _UserId: The user ID.
|
|
7340
7340
|
:type UserId: str
|
|
7341
|
-
:param _IsMute:
|
|
7341
|
+
:param _IsMute: Controls the activation state of audio and video.
|
|
7342
|
+
0: Enable audio and video,
|
|
7343
|
+
1: Disable audio and video,
|
|
7344
|
+
2: Disable audio only,
|
|
7345
|
+
3: Disable video only.
|
|
7342
7346
|
:type IsMute: int
|
|
7343
7347
|
"""
|
|
7344
7348
|
self._SdkAppId = None
|
|
@@ -7381,7 +7385,11 @@ class SetUserBlockedByStrRoomIdRequest(AbstractModel):
|
|
|
7381
7385
|
|
|
7382
7386
|
@property
|
|
7383
7387
|
def IsMute(self):
|
|
7384
|
-
"""
|
|
7388
|
+
"""Controls the activation state of audio and video.
|
|
7389
|
+
0: Enable audio and video,
|
|
7390
|
+
1: Disable audio and video,
|
|
7391
|
+
2: Disable audio only,
|
|
7392
|
+
3: Disable video only.
|
|
7385
7393
|
:rtype: int
|
|
7386
7394
|
"""
|
|
7387
7395
|
return self._IsMute
|
|
@@ -7447,7 +7455,11 @@ class SetUserBlockedRequest(AbstractModel):
|
|
|
7447
7455
|
:type RoomId: int
|
|
7448
7456
|
:param _UserId: The user ID.
|
|
7449
7457
|
:type UserId: str
|
|
7450
|
-
:param _IsMute:
|
|
7458
|
+
:param _IsMute: Controls the activation state of audio and video.
|
|
7459
|
+
0: Enable audio and video,
|
|
7460
|
+
1: Disable audio and video,
|
|
7461
|
+
2: Disable audio only,
|
|
7462
|
+
3: Disable video only.
|
|
7451
7463
|
:type IsMute: int
|
|
7452
7464
|
"""
|
|
7453
7465
|
self._SdkAppId = None
|
|
@@ -7490,7 +7502,11 @@ class SetUserBlockedRequest(AbstractModel):
|
|
|
7490
7502
|
|
|
7491
7503
|
@property
|
|
7492
7504
|
def IsMute(self):
|
|
7493
|
-
"""
|
|
7505
|
+
"""Controls the activation state of audio and video.
|
|
7506
|
+
0: Enable audio and video,
|
|
7507
|
+
1: Disable audio and video,
|
|
7508
|
+
2: Disable audio only,
|
|
7509
|
+
3: Disable video only.
|
|
7494
7510
|
:rtype: int
|
|
7495
7511
|
"""
|
|
7496
7512
|
return self._IsMute
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
tencentcloud/__init__.py,sha256=
|
|
1
|
+
tencentcloud/__init__.py,sha256=ZmHWJLaono-VFq4rt15QFn8UaBOK8N6saE6_D2fCf7s,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
|
|
@@ -327,9 +327,9 @@ tencentcloud/ims/v20201229/ims_client.py,sha256=93jgAU4o9X_1q6qFZAs_IC08d6hsnO50
|
|
|
327
327
|
tencentcloud/ims/v20201229/models.py,sha256=Sfna_x1BytKq04dX2wwI9wbXDh9N4JPyS6WDxxD5F10,89276
|
|
328
328
|
tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
329
329
|
tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
330
|
-
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=
|
|
331
|
-
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=
|
|
332
|
-
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=
|
|
330
|
+
tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=0IpVk8leCqNIkaXxdAO2bVkUA7eAdhy8Rl5l1g65CEA,7464
|
|
331
|
+
tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=YLTuV0zSYue_6agFIeJGw387V24JqEaQ7oPeqIMh_jk,37714
|
|
332
|
+
tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=unHoqAy_kAtBq9QSfu_eSf1uCmxcoW-ZWpFhsJaSy7E,210074
|
|
333
333
|
tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
334
334
|
tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
335
335
|
tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
|
|
@@ -402,8 +402,8 @@ tencentcloud/msp/v20180319/models.py,sha256=z_2vqu4CEbs0hnqwi0VkGgLg66FmcwqaZgLt
|
|
|
402
402
|
tencentcloud/msp/v20180319/msp_client.py,sha256=XkSbJuPDAeY7elyJ5ByR2wNL0HiFO6Xa9hqgMT-5sCU,7596
|
|
403
403
|
tencentcloud/ocr/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
404
404
|
tencentcloud/ocr/v20181119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
|
-
tencentcloud/ocr/v20181119/errorcodes.py,sha256=
|
|
406
|
-
tencentcloud/ocr/v20181119/models.py,sha256=
|
|
405
|
+
tencentcloud/ocr/v20181119/errorcodes.py,sha256=O232ezqSmYYhCkMCTKAgAgGFkdTavRy7X0BgSRYJ5Xw,4030
|
|
406
|
+
tencentcloud/ocr/v20181119/models.py,sha256=kVze1cobZjF_fMaD4z8FpU0OoJ1pJFEkCjGucGbuwGQ,552727
|
|
407
407
|
tencentcloud/ocr/v20181119/ocr_client.py,sha256=nRCxVssZJng1qKmo_IUYzrUJLM9PKDK5tv4oRA2sYyM,47516
|
|
408
408
|
tencentcloud/omics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
409
|
tencentcloud/omics/v20221128/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -470,9 +470,9 @@ tencentcloud/sqlserver/v20180328/models.py,sha256=jbJYmrmDcR9IQY5Lz-GMLRvYlaA9hu
|
|
|
470
470
|
tencentcloud/sqlserver/v20180328/sqlserver_client.py,sha256=4EtZ1Hvt_PPkhxVMAtn8Vpb9QBsqI7BbaISA9z8l9dM,78556
|
|
471
471
|
tencentcloud/ssl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
472
472
|
tencentcloud/ssl/v20191205/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
473
|
-
tencentcloud/ssl/v20191205/errorcodes.py,sha256=
|
|
474
|
-
tencentcloud/ssl/v20191205/models.py,sha256=
|
|
475
|
-
tencentcloud/ssl/v20191205/ssl_client.py,sha256=
|
|
473
|
+
tencentcloud/ssl/v20191205/errorcodes.py,sha256=QcK_tV_Merhk80BTD7Lzc2hob75ADb4mLDRxZunWLrw,10667
|
|
474
|
+
tencentcloud/ssl/v20191205/models.py,sha256=5RFD5QnA0v0nRHAv5bEOVqXPP3q2pB60y0yYbD1SryY,498208
|
|
475
|
+
tencentcloud/ssl/v20191205/ssl_client.py,sha256=9CpC2oVpFhg41uNnmOcyhznqjidtsxip14q3oAcAa7g,32743
|
|
476
476
|
tencentcloud/ssm/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
477
477
|
tencentcloud/ssm/v20190923/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
478
478
|
tencentcloud/ssm/v20190923/errorcodes.py,sha256=NBOI-WQKLIKbuU6tJKH1ymD-gq-VAaqmxK3FFXEvmcM,3759
|
|
@@ -583,7 +583,7 @@ tencentcloud/trro/v20220325/trro_client.py,sha256=ObDRaqPJMQ7oaIKtxaN6C-4xuJ8U6q
|
|
|
583
583
|
tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
584
584
|
tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
585
585
|
tencentcloud/trtc/v20190722/errorcodes.py,sha256=XZByZhQSC4zxNLZIpHx11wzqvykPDwDn4zYlaqJn5Bk,8338
|
|
586
|
-
tencentcloud/trtc/v20190722/models.py,sha256=
|
|
586
|
+
tencentcloud/trtc/v20190722/models.py,sha256=uBrj2RthqTFq6tR41tBp3LUznTbgVorQ0bm3KevJkc4,395008
|
|
587
587
|
tencentcloud/trtc/v20190722/trtc_client.py,sha256=VdQlrhHE28WqMKI8WLoryJTiD2i3VxqyidP2ysUIMDo,66043
|
|
588
588
|
tencentcloud/tts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
589
589
|
tencentcloud/tts/v20190823/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -629,7 +629,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
629
629
|
tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
|
|
630
630
|
tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
|
|
631
631
|
tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
|
|
632
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
633
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
634
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
635
|
-
tencentcloud_sdk_python_intl_en-3.0.
|
|
632
|
+
tencentcloud_sdk_python_intl_en-3.0.1145.dist-info/METADATA,sha256=H7khCrdLJyr-7WJI8aP_DtsHmMtel8ADsdVcy1qcbRM,1628
|
|
633
|
+
tencentcloud_sdk_python_intl_en-3.0.1145.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
|
634
|
+
tencentcloud_sdk_python_intl_en-3.0.1145.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
|
|
635
|
+
tencentcloud_sdk_python_intl_en-3.0.1145.dist-info/RECORD,,
|
|
File without changes
|