tencentcloud-sdk-python-intl-en 3.0.1079__py2.py3-none-any.whl → 3.0.1080__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.

@@ -15799,6 +15799,8 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
15799
15799
  :type UniformSocialCreditCode: str
15800
15800
  :param _LegalPerson: (Fuzzy match) Legal person.
15801
15801
  :type LegalPerson: str
15802
+ :param _LegalPersonId:
15803
+ :type LegalPersonId: str
15802
15804
  :param _IssuingAuthority: (Fuzzy match) Issuing authority.
15803
15805
  :type IssuingAuthority: str
15804
15806
  :param _BusinessAddress: (Fuzzy match) Business address.
@@ -15831,6 +15833,7 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
15831
15833
  self._Company = None
15832
15834
  self._UniformSocialCreditCode = None
15833
15835
  self._LegalPerson = None
15836
+ self._LegalPersonId = None
15834
15837
  self._IssuingAuthority = None
15835
15838
  self._BusinessAddress = None
15836
15839
  self._PostCode = None
@@ -15900,6 +15903,17 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
15900
15903
  def LegalPerson(self, LegalPerson):
15901
15904
  self._LegalPerson = LegalPerson
15902
15905
 
15906
+ @property
15907
+ def LegalPersonId(self):
15908
+ """
15909
+ :rtype: str
15910
+ """
15911
+ return self._LegalPersonId
15912
+
15913
+ @LegalPersonId.setter
15914
+ def LegalPersonId(self, LegalPersonId):
15915
+ self._LegalPersonId = LegalPersonId
15916
+
15903
15917
  @property
15904
15918
  def IssuingAuthority(self):
15905
15919
  """(Fuzzy match) Issuing authority.
@@ -16050,6 +16064,7 @@ class DescribeCrossBorderComplianceRequest(AbstractModel):
16050
16064
  self._Company = params.get("Company")
16051
16065
  self._UniformSocialCreditCode = params.get("UniformSocialCreditCode")
16052
16066
  self._LegalPerson = params.get("LegalPerson")
16067
+ self._LegalPersonId = params.get("LegalPersonId")
16053
16068
  self._IssuingAuthority = params.get("IssuingAuthority")
16054
16069
  self._BusinessAddress = params.get("BusinessAddress")
16055
16070
  self._PostCode = params.get("PostCode")
@@ -16084,7 +16099,7 @@ class DescribeCrossBorderComplianceResponse(AbstractModel):
16084
16099
  :type CrossBorderComplianceSet: list of CrossBorderCompliance
16085
16100
  :param _TotalCount: Total number of compliance review requests.
16086
16101
  :type TotalCount: int
16087
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
16102
+ :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.
16088
16103
  :type RequestId: str
16089
16104
  """
16090
16105
  self._CrossBorderComplianceSet = None
@@ -16115,7 +16130,7 @@ class DescribeCrossBorderComplianceResponse(AbstractModel):
16115
16130
 
16116
16131
  @property
16117
16132
  def RequestId(self):
16118
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
16133
+ """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.
16119
16134
  :rtype: str
16120
16135
  """
16121
16136
  return self._RequestId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1079
3
+ Version: 3.0.1080
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=SM6pGAX-TS8Z_163yY32NqEMcQd7CVGKeuME2bd8aGQ,630
1
+ tencentcloud/__init__.py,sha256=5_W8cC2t11su2JN7DvkhrjulJPbcS41XoEUQNknd2Xg,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
@@ -290,6 +290,11 @@ tencentcloud/gse/v20191112/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
290
290
  tencentcloud/gse/v20191112/errorcodes.py,sha256=hA98jJpZ9I6GcS74U2PsFkjCWgMoy66B0kaQwXLMA_I,2212
291
291
  tencentcloud/gse/v20191112/gse_client.py,sha256=iz3SOW5AJV5msFUbU7Ow3e_yfvqVaknmpF5pfpsqjjY,22571
292
292
  tencentcloud/gse/v20191112/models.py,sha256=Ls_mLQhcTeXchPVN0rcfnt22FdgihJ06RS374ABDqVA,204142
293
+ tencentcloud/gwlb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
294
+ tencentcloud/gwlb/v20240906/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
295
+ tencentcloud/gwlb/v20240906/errorcodes.py,sha256=TwhYUfwcpxcDp0ho-fp6ogHxmwybpx-VaKScPe8o3w8,1533
296
+ tencentcloud/gwlb/v20240906/gwlb_client.py,sha256=CzCfR_e1BM8YRIxybvMs1cHHGVwMcw-vxVQPlVL669k,20581
297
+ tencentcloud/gwlb/v20240906/models.py,sha256=o-Qjikvf_9-C1b3VcHWGJpBBm7kcr9NUKjhl1Y-HIQU,110256
293
298
  tencentcloud/iai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
294
299
  tencentcloud/iai/v20200303/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
295
300
  tencentcloud/iai/v20200303/errorcodes.py,sha256=8Iowmd2o_7cruxUle25maX7ZxKniOy0darWczM6uCxw,12545
@@ -303,8 +308,8 @@ tencentcloud/ims/v20201229/models.py,sha256=FXxnaZ3J4SJ1swv8_fdBKwtym4GJpuHzNVy_
303
308
  tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
304
309
  tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
305
310
  tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=kVIUiSL2ABQt2Ymcp8lqK2lWEWCgXf4IczqMD7ZiEhc,5503
306
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=sJo47rtoHHJG87MRISeWWkH_BOn_jnY9AwIjmVe7iTU,27411
307
- tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=icp8DwY26VmAYvHX6fhp_qZN5PpjPilNRwW6tjOdZ1U,178513
311
+ tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=KCS_f_B6i-ajLG-L0gtN1CvS0YNbsRI3YjAD0cVkVA8,27439
312
+ tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=w_TknjK243zYzi6o2dVe5rzo85CmNMr-hMjnOuuEvVk,178557
308
313
  tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
309
314
  tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
310
315
  tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
@@ -353,8 +358,8 @@ tencentcloud/mdl/v20200326/models.py,sha256=TAiwUa6nC2O0qDsBXXe3NhWu_NfOFGHCxkTW
353
358
  tencentcloud/mdp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
354
359
  tencentcloud/mdp/v20200527/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
355
360
  tencentcloud/mdp/v20200527/errorcodes.py,sha256=fFjSnqw_4i_JzKA_LfGPpGST5lIeuQ_DJyQmd2EyLao,2078
356
- tencentcloud/mdp/v20200527/mdp_client.py,sha256=gYyLxwj83PD2446s9lF9WmPIpZAqmSQmPHlLSVQ3wSI,16714
357
- tencentcloud/mdp/v20200527/models.py,sha256=l8U_qP8UHr-MDbw5bFIkGea8af-s0saDLGGleZIbugE,93894
361
+ tencentcloud/mdp/v20200527/mdp_client.py,sha256=KZ9IfWK--L8pbJSnO7zXV9PxMzjYxAPLAFDJQcab-yI,45293
362
+ tencentcloud/mdp/v20200527/models.py,sha256=DBkQbjgMb9qhIsJ-sO6jlKcvKO4MY4XOXI5H7omyh6k,267830
358
363
  tencentcloud/mongodb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
364
  tencentcloud/mongodb/v20190725/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
365
  tencentcloud/mongodb/v20190725/errorcodes.py,sha256=LvtN-o92px054vlJUUqSpJXIH7f9LEsQoOl8N9lcEC4,7128
@@ -563,7 +568,7 @@ tencentcloud/vod/v20180717/vod_client.py,sha256=mtpzExtuXHGeiVPeKH7MJ8leX6VuCdeh
563
568
  tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
564
569
  tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
565
570
  tencentcloud/vpc/v20170312/errorcodes.py,sha256=hk8JFrjB7Q_CRtYKdOlXVqWcTXdl263rNAWd8-Yj_qs,44610
566
- tencentcloud/vpc/v20170312/models.py,sha256=akx7oZ4To7rV9Azs3gTXEejfwyqcaXkBQRgdQz6-x-c,1401371
571
+ tencentcloud/vpc/v20170312/models.py,sha256=0hjAQYR0JgSDpYNueNX6_qWitX830gxurp5lLNy4Kns,1402021
567
572
  tencentcloud/vpc/v20170312/vpc_client.py,sha256=p4c7ChqtihcgMm8U7kMGpxcRFk1M2Ejm5DkuNPad1Eg,282639
568
573
  tencentcloud/waf/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
569
574
  tencentcloud/waf/v20180125/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -580,7 +585,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
580
585
  tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
581
586
  tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
582
587
  tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
583
- tencentcloud_sdk_python_intl_en-3.0.1079.dist-info/METADATA,sha256=RSDqsmll9nS4vSZhTozRHxhf2TCe408aVanQZfdCY0M,1628
584
- tencentcloud_sdk_python_intl_en-3.0.1079.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
585
- tencentcloud_sdk_python_intl_en-3.0.1079.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
586
- tencentcloud_sdk_python_intl_en-3.0.1079.dist-info/RECORD,,
588
+ tencentcloud_sdk_python_intl_en-3.0.1080.dist-info/METADATA,sha256=IJV-3BFglQ5wGQA8r_duSioaDruYqBuFeoGlN3piDuY,1628
589
+ tencentcloud_sdk_python_intl_en-3.0.1080.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
590
+ tencentcloud_sdk_python_intl_en-3.0.1080.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
591
+ tencentcloud_sdk_python_intl_en-3.0.1080.dist-info/RECORD,,