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.

@@ -119,7 +119,7 @@ class SslClient(AbstractClient):
119
119
 
120
120
 
121
121
  def CommitCertificateInformation(self, request):
122
- """This API is used to submit a certificate order.
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 an async task created with `CreateCertificateBindResourceSyncTask` to query cloud resources associated with a certificate. The following types of cloud resources are supported: CLB, CDN, WAF, LIVE, VOD, DDOS, TKE, APIGATEWAY, TCB, and TEO (EDGEONE).
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 EDGEONE instances to which a certificate can be deployed.
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
- """Query certificate cloud resource update record details list
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 is used to submit certificate information.
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 with one click and is an asynchronous interface. After this API is called, the returned DeployRecordId being 0 indicates that the task is in progress, and the returned DeployRecordId being greater than 0 indicates that the task is successfully created. If the creation fails, an exception is returned.
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: Whether to disable the user’s audio and video. 0: Enable; 1: Disable.
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
- """Whether to disable the user’s audio and video. 0: Enable; 1: Disable.
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: Whether to disable the user’s audio and video. 0: Enable; 1: Disable.
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
- """Whether to disable the user’s audio and video. 0: Enable; 1: Disable.
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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1144
3
+ Version: 3.0.1145
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=fO53-pjyTDwNztKuT4ok8gcbskBe-6d3EZCGG5cKCQw,630
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=wmSov1mjs4dOJw1-4IRll3qLu3mLdqyfJ-aNupV03V8,7248
331
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=6pnIKdNCFi0YDXXH4YzzIFqO2MvoG8ZCRFjB28tyM-g,36883
332
- tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=0rOwqDrWS6Ie0o6PglTjsu-f7iqR_5bsnljrh5Tc8ro,226146
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=nWA-KbovxQzbkbnNsCXMUl11aLX1fFKD3flp-u-GBrA,3894
406
- tencentcloud/ocr/v20181119/models.py,sha256=zyzmC9_gpS_Q7EyvsjCxp9Sqn-AXXqfpokoc3TF7Z08,552325
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=NiDmHYjK24Li-9nuRpSIMBMeaRjfsSGcEuaBGwNnpVs,9870
474
- tencentcloud/ssl/v20191205/models.py,sha256=wCHj4oJLUn1QgfFC9hmJRErBuFpsrzbri9guL7SgELI,431409
475
- tencentcloud/ssl/v20191205/ssl_client.py,sha256=i9u0Ml5aKK8yBfUdEY7PMMJExA93adqalnWVcG8X8To,32348
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=DIJrMWTCN3zBy-2ujdlQMwAWO3twPrRPSju7POVmBCs,394692
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.1144.dist-info/METADATA,sha256=0NttIIIz93Y0podAWAKygzzB4dk3IOezzesXeMSuPjA,1628
633
- tencentcloud_sdk_python_intl_en-3.0.1144.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
634
- tencentcloud_sdk_python_intl_en-3.0.1144.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
635
- tencentcloud_sdk_python_intl_en-3.0.1144.dist-info/RECORD,,
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,,