tencentcloud-sdk-python 3.0.1327__py2.py3-none-any.whl → 3.0.1329__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.
Files changed (53) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/asr/v20190614/asr_client.py +1 -1
  3. tencentcloud/captcha/v20190722/models.py +0 -48
  4. tencentcloud/cdwch/v20200915/models.py +83 -0
  5. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  6. tencentcloud/clb/v20180317/models.py +60 -0
  7. tencentcloud/dlc/v20210125/models.py +0 -10
  8. tencentcloud/dts/v20211206/models.py +2 -2
  9. tencentcloud/faceid/v20180301/models.py +46 -24
  10. tencentcloud/hunyuan/v20230901/models.py +2 -10
  11. tencentcloud/live/v20180801/models.py +10 -110
  12. tencentcloud/lke/v20231130/models.py +115 -6
  13. tencentcloud/lkeap/v20240522/lkeap_client.py +2 -5
  14. tencentcloud/lkeap/v20240522/models.py +12 -2
  15. tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
  16. tencentcloud/lowcode/v20210108/lowcode_client.py +207 -0
  17. tencentcloud/lowcode/v20210108/models.py +2996 -124
  18. tencentcloud/monitor/v20180724/models.py +333 -0
  19. tencentcloud/monitor/v20180724/monitor_client.py +23 -0
  20. tencentcloud/ocr/v20181119/models.py +23 -0
  21. tencentcloud/ocr/v20181119/ocr_client.py +10 -0
  22. tencentcloud/organization/v20210331/models.py +30 -0
  23. tencentcloud/rce/v20201103/models.py +2 -24
  24. tencentcloud/redis/v20180412/models.py +0 -110
  25. tencentcloud/tcbr/v20220217/models.py +30 -0
  26. tencentcloud/tdid/v20210519/models.py +130 -22
  27. tencentcloud/tdid/v20210519/tdid_client.py +4 -1
  28. tencentcloud/tke/v20180525/models.py +0 -142
  29. tencentcloud/tke/v20220501/models.py +0 -8
  30. tencentcloud/tsf/v20180326/models.py +0 -88
  31. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  32. tencentcloud/waf/v20180125/models.py +2 -2
  33. tencentcloud/weilingwith/v20230427/models.py +0 -20
  34. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/RECORD +38 -53
  36. tencentcloud/lp/__init__.py +0 -0
  37. tencentcloud/lp/v20200224/__init__.py +0 -0
  38. tencentcloud/lp/v20200224/errorcodes.py +0 -78
  39. tencentcloud/lp/v20200224/lp_client.py +0 -49
  40. tencentcloud/lp/v20200224/models.py +0 -748
  41. tencentcloud/rkp/__init__.py +0 -0
  42. tencentcloud/rkp/v20191209/__init__.py +0 -0
  43. tencentcloud/rkp/v20191209/errorcodes.py +0 -102
  44. tencentcloud/rkp/v20191209/models.py +0 -1007
  45. tencentcloud/rkp/v20191209/rkp_client.py +0 -101
  46. tencentcloud/rp/__init__.py +0 -0
  47. tencentcloud/rp/v20200224/__init__.py +0 -0
  48. tencentcloud/rp/v20200224/errorcodes.py +0 -78
  49. tencentcloud/rp/v20200224/models.py +0 -655
  50. tencentcloud/rp/v20200224/rp_client.py +0 -49
  51. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/LICENSE +0 -0
  52. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/WHEEL +0 -0
  53. {tencentcloud_sdk_python-3.0.1327.dist-info → tencentcloud_sdk_python-3.0.1329.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1327'
17
+ __version__ = '3.0.1329'
@@ -164,7 +164,7 @@ class AsrClient(AbstractClient):
164
164
  • 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外
165
165
  • 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac
166
166
  • 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看
167
- • 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL)
167
+ • 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url
168
168
  • 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB
169
169
  • 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)
170
170
  • 识别结果有效时间:识别结果在服务端保存24小时
@@ -869,7 +869,6 @@ class DescribeCaptchaAppIdInfoResponse(AbstractModel):
869
869
  :param _CaptchaCode: 成功返回0 其它失败
870
870
  :type CaptchaCode: int
871
871
  :param _CaptchaMsg: 返回操作信息
872
- 注意:此字段可能返回 null,表示取不到有效值。
873
872
  :type CaptchaMsg: str
874
873
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
875
874
  :type RequestId: str
@@ -1049,7 +1048,6 @@ class DescribeCaptchaAppIdInfoResponse(AbstractModel):
1049
1048
  @property
1050
1049
  def CaptchaMsg(self):
1051
1050
  """返回操作信息
1052
- 注意:此字段可能返回 null,表示取不到有效值。
1053
1051
  :rtype: str
1054
1052
  """
1055
1053
  return self._CaptchaMsg
@@ -1180,10 +1178,8 @@ class DescribeCaptchaDataResponse(AbstractModel):
1180
1178
  :param _CaptchaCode: 返回码 0 成功 其它失败
1181
1179
  :type CaptchaCode: int
1182
1180
  :param _Data: 数据数组
1183
- 注意:此字段可能返回 null,表示取不到有效值。
1184
1181
  :type Data: list of CaptchaQueryData
1185
1182
  :param _CaptchaMsg: 返回信息描述
1186
- 注意:此字段可能返回 null,表示取不到有效值。
1187
1183
  :type CaptchaMsg: str
1188
1184
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1189
1185
  :type RequestId: str
@@ -1207,7 +1203,6 @@ class DescribeCaptchaDataResponse(AbstractModel):
1207
1203
  @property
1208
1204
  def Data(self):
1209
1205
  """数据数组
1210
- 注意:此字段可能返回 null,表示取不到有效值。
1211
1206
  :rtype: list of CaptchaQueryData
1212
1207
  """
1213
1208
  return self._Data
@@ -1219,7 +1214,6 @@ class DescribeCaptchaDataResponse(AbstractModel):
1219
1214
  @property
1220
1215
  def CaptchaMsg(self):
1221
1216
  """返回信息描述
1222
- 注意:此字段可能返回 null,表示取不到有效值。
1223
1217
  :rtype: str
1224
1218
  """
1225
1219
  return self._CaptchaMsg
@@ -1334,7 +1328,6 @@ class DescribeCaptchaDataSumResponse(AbstractModel):
1334
1328
  :param _AttackSum: 拦截攻击量
1335
1329
  :type AttackSum: int
1336
1330
  :param _CaptchaMsg: 返回信息
1337
- 注意:此字段可能返回 null,表示取不到有效值。
1338
1331
  :type CaptchaMsg: str
1339
1332
  :param _CaptchaCode: 成功返回0 其它失败
1340
1333
  :type CaptchaCode: int
@@ -1405,7 +1398,6 @@ class DescribeCaptchaDataSumResponse(AbstractModel):
1405
1398
  @property
1406
1399
  def CaptchaMsg(self):
1407
1400
  """返回信息
1408
- 注意:此字段可能返回 null,表示取不到有效值。
1409
1401
  :rtype: str
1410
1402
  """
1411
1403
  return self._CaptchaMsg
@@ -1574,10 +1566,8 @@ class DescribeCaptchaMiniDataResponse(AbstractModel):
1574
1566
  :param _CaptchaCode: 返回码 0 成功 其它失败
1575
1567
  :type CaptchaCode: int
1576
1568
  :param _Data: 数据数组
1577
- 注意:此字段可能返回 null,表示取不到有效值。
1578
1569
  :type Data: list of CaptchaQueryData
1579
1570
  :param _CaptchaMsg: 返回信息描述
1580
- 注意:此字段可能返回 null,表示取不到有效值。
1581
1571
  :type CaptchaMsg: str
1582
1572
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1583
1573
  :type RequestId: str
@@ -1601,7 +1591,6 @@ class DescribeCaptchaMiniDataResponse(AbstractModel):
1601
1591
  @property
1602
1592
  def Data(self):
1603
1593
  """数据数组
1604
- 注意:此字段可能返回 null,表示取不到有效值。
1605
1594
  :rtype: list of CaptchaQueryData
1606
1595
  """
1607
1596
  return self._Data
@@ -1613,7 +1602,6 @@ class DescribeCaptchaMiniDataResponse(AbstractModel):
1613
1602
  @property
1614
1603
  def CaptchaMsg(self):
1615
1604
  """返回信息描述
1616
- 注意:此字段可能返回 null,表示取不到有效值。
1617
1605
  :rtype: str
1618
1606
  """
1619
1607
  return self._CaptchaMsg
@@ -1720,31 +1708,22 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1720
1708
  def __init__(self):
1721
1709
  r"""
1722
1710
  :param _GetSum: 请求总量
1723
- 注意:此字段可能返回 null,表示取不到有效值。
1724
1711
  :type GetSum: int
1725
1712
  :param _VfySuccSum: 请求验证成功量
1726
- 注意:此字段可能返回 null,表示取不到有效值。
1727
1713
  :type VfySuccSum: int
1728
1714
  :param _VfySum: 请求验证量
1729
- 注意:此字段可能返回 null,表示取不到有效值。
1730
1715
  :type VfySum: int
1731
1716
  :param _AttackSum: 拦截攻击量
1732
- 注意:此字段可能返回 null,表示取不到有效值。
1733
1717
  :type AttackSum: int
1734
1718
  :param _CaptchaMsg: 返回信息
1735
- 注意:此字段可能返回 null,表示取不到有效值。
1736
1719
  :type CaptchaMsg: str
1737
1720
  :param _CaptchaCode: 成功返回0 其它失败
1738
- 注意:此字段可能返回 null,表示取不到有效值。
1739
1721
  :type CaptchaCode: int
1740
1722
  :param _CheckTicketSum: 票据校验总量
1741
- 注意:此字段可能返回 null,表示取不到有效值。
1742
1723
  :type CheckTicketSum: int
1743
1724
  :param _TicketThroughputSum: 票据验证通过量
1744
- 注意:此字段可能返回 null,表示取不到有效值。
1745
1725
  :type TicketThroughputSum: int
1746
1726
  :param _TicketInterceptSum: 票据验证拦截量
1747
- 注意:此字段可能返回 null,表示取不到有效值。
1748
1727
  :type TicketInterceptSum: int
1749
1728
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1750
1729
  :type RequestId: str
@@ -1763,7 +1742,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1763
1742
  @property
1764
1743
  def GetSum(self):
1765
1744
  """请求总量
1766
- 注意:此字段可能返回 null,表示取不到有效值。
1767
1745
  :rtype: int
1768
1746
  """
1769
1747
  return self._GetSum
@@ -1775,7 +1753,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1775
1753
  @property
1776
1754
  def VfySuccSum(self):
1777
1755
  """请求验证成功量
1778
- 注意:此字段可能返回 null,表示取不到有效值。
1779
1756
  :rtype: int
1780
1757
  """
1781
1758
  return self._VfySuccSum
@@ -1787,7 +1764,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1787
1764
  @property
1788
1765
  def VfySum(self):
1789
1766
  """请求验证量
1790
- 注意:此字段可能返回 null,表示取不到有效值。
1791
1767
  :rtype: int
1792
1768
  """
1793
1769
  return self._VfySum
@@ -1799,7 +1775,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1799
1775
  @property
1800
1776
  def AttackSum(self):
1801
1777
  """拦截攻击量
1802
- 注意:此字段可能返回 null,表示取不到有效值。
1803
1778
  :rtype: int
1804
1779
  """
1805
1780
  return self._AttackSum
@@ -1811,7 +1786,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1811
1786
  @property
1812
1787
  def CaptchaMsg(self):
1813
1788
  """返回信息
1814
- 注意:此字段可能返回 null,表示取不到有效值。
1815
1789
  :rtype: str
1816
1790
  """
1817
1791
  return self._CaptchaMsg
@@ -1823,7 +1797,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1823
1797
  @property
1824
1798
  def CaptchaCode(self):
1825
1799
  """成功返回0 其它失败
1826
- 注意:此字段可能返回 null,表示取不到有效值。
1827
1800
  :rtype: int
1828
1801
  """
1829
1802
  return self._CaptchaCode
@@ -1835,7 +1808,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1835
1808
  @property
1836
1809
  def CheckTicketSum(self):
1837
1810
  """票据校验总量
1838
- 注意:此字段可能返回 null,表示取不到有效值。
1839
1811
  :rtype: int
1840
1812
  """
1841
1813
  return self._CheckTicketSum
@@ -1847,7 +1819,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1847
1819
  @property
1848
1820
  def TicketThroughputSum(self):
1849
1821
  """票据验证通过量
1850
- 注意:此字段可能返回 null,表示取不到有效值。
1851
1822
  :rtype: int
1852
1823
  """
1853
1824
  return self._TicketThroughputSum
@@ -1859,7 +1830,6 @@ class DescribeCaptchaMiniDataSumResponse(AbstractModel):
1859
1830
  @property
1860
1831
  def TicketInterceptSum(self):
1861
1832
  """票据验证拦截量
1862
- 注意:此字段可能返回 null,表示取不到有效值。
1863
1833
  :rtype: int
1864
1834
  """
1865
1835
  return self._TicketInterceptSum
@@ -1984,10 +1954,8 @@ class DescribeCaptchaMiniOperDataResponse(AbstractModel):
1984
1954
  :param _CaptchaCode: 成功返回 0 其它失败
1985
1955
  :type CaptchaCode: int
1986
1956
  :param _CaptchaMsg: 返回信息
1987
- 注意:此字段可能返回 null,表示取不到有效值。
1988
1957
  :type CaptchaMsg: str
1989
1958
  :param _Data: 用户操作数据
1990
- 注意:此字段可能返回 null,表示取不到有效值。
1991
1959
  :type Data: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
1992
1960
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1993
1961
  :type RequestId: str
@@ -2011,7 +1979,6 @@ class DescribeCaptchaMiniOperDataResponse(AbstractModel):
2011
1979
  @property
2012
1980
  def CaptchaMsg(self):
2013
1981
  """返回信息
2014
- 注意:此字段可能返回 null,表示取不到有效值。
2015
1982
  :rtype: str
2016
1983
  """
2017
1984
  return self._CaptchaMsg
@@ -2023,7 +1990,6 @@ class DescribeCaptchaMiniOperDataResponse(AbstractModel):
2023
1990
  @property
2024
1991
  def Data(self):
2025
1992
  """用户操作数据
2026
- 注意:此字段可能返回 null,表示取不到有效值。
2027
1993
  :rtype: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
2028
1994
  """
2029
1995
  return self._Data
@@ -2667,10 +2633,8 @@ class DescribeCaptchaOperDataResponse(AbstractModel):
2667
2633
  :param _CaptchaCode: 成功返回 0 其它失败
2668
2634
  :type CaptchaCode: int
2669
2635
  :param _CaptchaMsg: 返回信息
2670
- 注意:此字段可能返回 null,表示取不到有效值。
2671
2636
  :type CaptchaMsg: str
2672
2637
  :param _Data: 用户操作数据
2673
- 注意:此字段可能返回 null,表示取不到有效值。
2674
2638
  :type Data: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
2675
2639
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2676
2640
  :type RequestId: str
@@ -2694,7 +2658,6 @@ class DescribeCaptchaOperDataResponse(AbstractModel):
2694
2658
  @property
2695
2659
  def CaptchaMsg(self):
2696
2660
  """返回信息
2697
- 注意:此字段可能返回 null,表示取不到有效值。
2698
2661
  :rtype: str
2699
2662
  """
2700
2663
  return self._CaptchaMsg
@@ -2706,7 +2669,6 @@ class DescribeCaptchaOperDataResponse(AbstractModel):
2706
2669
  @property
2707
2670
  def Data(self):
2708
2671
  """用户操作数据
2709
- 注意:此字段可能返回 null,表示取不到有效值。
2710
2672
  :rtype: :class:`tencentcloud.captcha.v20190722.models.CaptchaOperDataRes`
2711
2673
  """
2712
2674
  return self._Data
@@ -3508,10 +3470,8 @@ class DescribeCaptchaTicketDataResponse(AbstractModel):
3508
3470
  :param _CaptchaCode: 成功返回 0 其它失败
3509
3471
  :type CaptchaCode: int
3510
3472
  :param _CaptchaMsg: 返回信息
3511
- 注意:此字段可能返回 null,表示取不到有效值。
3512
3473
  :type CaptchaMsg: str
3513
3474
  :param _Data: 验证码票据信息
3514
- 注意:此字段可能返回 null,表示取不到有效值。
3515
3475
  :type Data: :class:`tencentcloud.captcha.v20190722.models.CaptchaTicketDataRes`
3516
3476
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3517
3477
  :type RequestId: str
@@ -3535,7 +3495,6 @@ class DescribeCaptchaTicketDataResponse(AbstractModel):
3535
3495
  @property
3536
3496
  def CaptchaMsg(self):
3537
3497
  """返回信息
3538
- 注意:此字段可能返回 null,表示取不到有效值。
3539
3498
  :rtype: str
3540
3499
  """
3541
3500
  return self._CaptchaMsg
@@ -3547,7 +3506,6 @@ class DescribeCaptchaTicketDataResponse(AbstractModel):
3547
3506
  @property
3548
3507
  def Data(self):
3549
3508
  """验证码票据信息
3550
- 注意:此字段可能返回 null,表示取不到有效值。
3551
3509
  :rtype: :class:`tencentcloud.captcha.v20190722.models.CaptchaTicketDataRes`
3552
3510
  """
3553
3511
  return self._Data
@@ -3591,12 +3549,10 @@ class DescribeCaptchaUserAllAppIdResponse(AbstractModel):
3591
3549
  def __init__(self):
3592
3550
  r"""
3593
3551
  :param _Data: 用户注册的所有Appid和应用名称
3594
- 注意:此字段可能返回 null,表示取不到有效值。
3595
3552
  :type Data: list of CaptchaUserAllAppId
3596
3553
  :param _CaptchaCode: 成功返回 0 其它失败
3597
3554
  :type CaptchaCode: int
3598
3555
  :param _CaptchaMsg: 返回操作信息
3599
- 注意:此字段可能返回 null,表示取不到有效值。
3600
3556
  :type CaptchaMsg: str
3601
3557
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3602
3558
  :type RequestId: str
@@ -3609,7 +3565,6 @@ class DescribeCaptchaUserAllAppIdResponse(AbstractModel):
3609
3565
  @property
3610
3566
  def Data(self):
3611
3567
  """用户注册的所有Appid和应用名称
3612
- 注意:此字段可能返回 null,表示取不到有效值。
3613
3568
  :rtype: list of CaptchaUserAllAppId
3614
3569
  """
3615
3570
  return self._Data
@@ -3632,7 +3587,6 @@ class DescribeCaptchaUserAllAppIdResponse(AbstractModel):
3632
3587
  @property
3633
3588
  def CaptchaMsg(self):
3634
3589
  """返回操作信息
3635
- 注意:此字段可能返回 null,表示取不到有效值。
3636
3590
  :rtype: str
3637
3591
  """
3638
3592
  return self._CaptchaMsg
@@ -5252,7 +5206,6 @@ class UpdateCaptchaAppIdInfoResponse(AbstractModel):
5252
5206
  :param _CaptchaCode: 返回码 0 成功,其它失败
5253
5207
  :type CaptchaCode: int
5254
5208
  :param _CaptchaMsg: 返回操作信息
5255
- 注意:此字段可能返回 null,表示取不到有效值。
5256
5209
  :type CaptchaMsg: str
5257
5210
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5258
5211
  :type RequestId: str
@@ -5275,7 +5228,6 @@ class UpdateCaptchaAppIdInfoResponse(AbstractModel):
5275
5228
  @property
5276
5229
  def CaptchaMsg(self):
5277
5230
  """返回操作信息
5278
- 注意:此字段可能返回 null,表示取不到有效值。
5279
5231
  :rtype: str
5280
5232
  """
5281
5233
  return self._CaptchaMsg
@@ -4931,6 +4931,20 @@ class InstanceNode(AbstractModel):
4931
4931
  :param _IsCHProxy: ture的时候表示该节点上部署了chproxy进程
4932
4932
  注意:此字段可能返回 null,表示取不到有效值。
4933
4933
  :type IsCHProxy: bool
4934
+ :param _Status: 节点状态
4935
+ 注意:此字段可能返回 null,表示取不到有效值。
4936
+ :type Status: str
4937
+ :param _UUID: 节点uuid
4938
+ 注意:此字段可能返回 null,表示取不到有效值。
4939
+ :type UUID: str
4940
+ :param _Zone: 区
4941
+ 注意:此字段可能返回 null,表示取不到有效值。
4942
+ :type Zone: str
4943
+ :param _ZoneDesc: 区描述
4944
+ 注意:此字段可能返回 null,表示取不到有效值。
4945
+ :type ZoneDesc: str
4946
+ :param _RealResourceId: 真实资源id
4947
+ :type RealResourceId: str
4934
4948
  """
4935
4949
  self._Ip = None
4936
4950
  self._Spec = None
@@ -4942,6 +4956,11 @@ class InstanceNode(AbstractModel):
4942
4956
  self._NodeGroups = None
4943
4957
  self._Rip = None
4944
4958
  self._IsCHProxy = None
4959
+ self._Status = None
4960
+ self._UUID = None
4961
+ self._Zone = None
4962
+ self._ZoneDesc = None
4963
+ self._RealResourceId = None
4945
4964
 
4946
4965
  @property
4947
4966
  def Ip(self):
@@ -5055,6 +5074,65 @@ class InstanceNode(AbstractModel):
5055
5074
  def IsCHProxy(self, IsCHProxy):
5056
5075
  self._IsCHProxy = IsCHProxy
5057
5076
 
5077
+ @property
5078
+ def Status(self):
5079
+ """节点状态
5080
+ 注意:此字段可能返回 null,表示取不到有效值。
5081
+ :rtype: str
5082
+ """
5083
+ return self._Status
5084
+
5085
+ @Status.setter
5086
+ def Status(self, Status):
5087
+ self._Status = Status
5088
+
5089
+ @property
5090
+ def UUID(self):
5091
+ """节点uuid
5092
+ 注意:此字段可能返回 null,表示取不到有效值。
5093
+ :rtype: str
5094
+ """
5095
+ return self._UUID
5096
+
5097
+ @UUID.setter
5098
+ def UUID(self, UUID):
5099
+ self._UUID = UUID
5100
+
5101
+ @property
5102
+ def Zone(self):
5103
+ """区
5104
+ 注意:此字段可能返回 null,表示取不到有效值。
5105
+ :rtype: str
5106
+ """
5107
+ return self._Zone
5108
+
5109
+ @Zone.setter
5110
+ def Zone(self, Zone):
5111
+ self._Zone = Zone
5112
+
5113
+ @property
5114
+ def ZoneDesc(self):
5115
+ """区描述
5116
+ 注意:此字段可能返回 null,表示取不到有效值。
5117
+ :rtype: str
5118
+ """
5119
+ return self._ZoneDesc
5120
+
5121
+ @ZoneDesc.setter
5122
+ def ZoneDesc(self, ZoneDesc):
5123
+ self._ZoneDesc = ZoneDesc
5124
+
5125
+ @property
5126
+ def RealResourceId(self):
5127
+ """真实资源id
5128
+ :rtype: str
5129
+ """
5130
+ return self._RealResourceId
5131
+
5132
+ @RealResourceId.setter
5133
+ def RealResourceId(self, RealResourceId):
5134
+ self._RealResourceId = RealResourceId
5135
+
5058
5136
 
5059
5137
  def _deserialize(self, params):
5060
5138
  self._Ip = params.get("Ip")
@@ -5072,6 +5150,11 @@ class InstanceNode(AbstractModel):
5072
5150
  self._NodeGroups.append(obj)
5073
5151
  self._Rip = params.get("Rip")
5074
5152
  self._IsCHProxy = params.get("IsCHProxy")
5153
+ self._Status = params.get("Status")
5154
+ self._UUID = params.get("UUID")
5155
+ self._Zone = params.get("Zone")
5156
+ self._ZoneDesc = params.get("ZoneDesc")
5157
+ self._RealResourceId = params.get("RealResourceId")
5075
5158
  memeber_set = set(params.keys())
5076
5159
  for name, value in vars(self).items():
5077
5160
  property_name = name[1:]
@@ -1210,6 +1210,8 @@ class ClusterConfigsHistory(AbstractModel):
1210
1210
 
1211
1211
  def __init__(self):
1212
1212
  r"""
1213
+ :param _ComputeGroupId: 计算组id
1214
+ :type ComputeGroupId: str
1213
1215
  :param _FileName: 配置文件名称
1214
1216
  :type FileName: str
1215
1217
  :param _NewConfValue: 修改后的配置文件内容,base64编码
@@ -1223,6 +1225,7 @@ class ClusterConfigsHistory(AbstractModel):
1223
1225
  :param _UserUin: 修改子账号id
1224
1226
  :type UserUin: str
1225
1227
  """
1228
+ self._ComputeGroupId = None
1226
1229
  self._FileName = None
1227
1230
  self._NewConfValue = None
1228
1231
  self._OldConfValue = None
@@ -1230,6 +1233,17 @@ class ClusterConfigsHistory(AbstractModel):
1230
1233
  self._ModifyTime = None
1231
1234
  self._UserUin = None
1232
1235
 
1236
+ @property
1237
+ def ComputeGroupId(self):
1238
+ """计算组id
1239
+ :rtype: str
1240
+ """
1241
+ return self._ComputeGroupId
1242
+
1243
+ @ComputeGroupId.setter
1244
+ def ComputeGroupId(self, ComputeGroupId):
1245
+ self._ComputeGroupId = ComputeGroupId
1246
+
1233
1247
  @property
1234
1248
  def FileName(self):
1235
1249
  """配置文件名称
@@ -1298,6 +1312,7 @@ class ClusterConfigsHistory(AbstractModel):
1298
1312
 
1299
1313
 
1300
1314
  def _deserialize(self, params):
1315
+ self._ComputeGroupId = params.get("ComputeGroupId")
1301
1316
  self._FileName = params.get("FileName")
1302
1317
  self._NewConfValue = params.get("NewConfValue")
1303
1318
  self._OldConfValue = params.get("OldConfValue")
@@ -4207,6 +4222,8 @@ class DescribeClusterConfigsHistoryRequest(AbstractModel):
4207
4222
  :param _ConfigFileNames: 需要查询的配置文件名称数组,如果为空则查询全部历史记录。目前支持的配置文件名称有:
4208
4223
  apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、odbcinst.ini
4209
4224
  :type ConfigFileNames: list of str
4225
+ :param _ComputeGroupIds: 需要查询的计算组列表
4226
+ :type ComputeGroupIds: list of str
4210
4227
  """
4211
4228
  self._InstanceId = None
4212
4229
  self._Offset = None
@@ -4214,6 +4231,7 @@ apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、od
4214
4231
  self._StartTime = None
4215
4232
  self._EndTime = None
4216
4233
  self._ConfigFileNames = None
4234
+ self._ComputeGroupIds = None
4217
4235
 
4218
4236
  @property
4219
4237
  def InstanceId(self):
@@ -4282,6 +4300,17 @@ apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、od
4282
4300
  def ConfigFileNames(self, ConfigFileNames):
4283
4301
  self._ConfigFileNames = ConfigFileNames
4284
4302
 
4303
+ @property
4304
+ def ComputeGroupIds(self):
4305
+ """需要查询的计算组列表
4306
+ :rtype: list of str
4307
+ """
4308
+ return self._ComputeGroupIds
4309
+
4310
+ @ComputeGroupIds.setter
4311
+ def ComputeGroupIds(self, ComputeGroupIds):
4312
+ self._ComputeGroupIds = ComputeGroupIds
4313
+
4285
4314
 
4286
4315
  def _deserialize(self, params):
4287
4316
  self._InstanceId = params.get("InstanceId")
@@ -4290,6 +4319,7 @@ apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、od
4290
4319
  self._StartTime = params.get("StartTime")
4291
4320
  self._EndTime = params.get("EndTime")
4292
4321
  self._ConfigFileNames = params.get("ConfigFileNames")
4322
+ self._ComputeGroupIds = params.get("ComputeGroupIds")
4293
4323
  memeber_set = set(params.keys())
4294
4324
  for name, value in vars(self).items():
4295
4325
  property_name = name[1:]
@@ -1831,6 +1831,8 @@ class CertificateInput(AbstractModel):
1831
1831
  r"""
1832
1832
  :param _SSLMode: 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
1833
1833
  :type SSLMode: str
1834
+ :param _SSLVerifyClient: 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。
1835
+ :type SSLVerifyClient: str
1834
1836
  :param _CertId: 服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。
1835
1837
  :type CertId: str
1836
1838
  :param _CertCaId: 客户端证书的 ID,当监听器采用双向认证,即 SSLMode=MUTUAL 时,如果不填写此项则必须上传客户端证书,包括 CertCaContent,CertCaName。
@@ -1847,6 +1849,7 @@ class CertificateInput(AbstractModel):
1847
1849
  :type CertCaContent: str
1848
1850
  """
1849
1851
  self._SSLMode = None
1852
+ self._SSLVerifyClient = None
1850
1853
  self._CertId = None
1851
1854
  self._CertCaId = None
1852
1855
  self._CertName = None
@@ -1866,6 +1869,17 @@ class CertificateInput(AbstractModel):
1866
1869
  def SSLMode(self, SSLMode):
1867
1870
  self._SSLMode = SSLMode
1868
1871
 
1872
+ @property
1873
+ def SSLVerifyClient(self):
1874
+ """双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。
1875
+ :rtype: str
1876
+ """
1877
+ return self._SSLVerifyClient
1878
+
1879
+ @SSLVerifyClient.setter
1880
+ def SSLVerifyClient(self, SSLVerifyClient):
1881
+ self._SSLVerifyClient = SSLVerifyClient
1882
+
1869
1883
  @property
1870
1884
  def CertId(self):
1871
1885
  """服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。
@@ -1946,6 +1960,7 @@ class CertificateInput(AbstractModel):
1946
1960
 
1947
1961
  def _deserialize(self, params):
1948
1962
  self._SSLMode = params.get("SSLMode")
1963
+ self._SSLVerifyClient = params.get("SSLVerifyClient")
1949
1964
  self._CertId = params.get("CertId")
1950
1965
  self._CertCaId = params.get("CertCaId")
1951
1966
  self._CertName = params.get("CertName")
@@ -1972,6 +1987,8 @@ class CertificateOutput(AbstractModel):
1972
1987
  r"""
1973
1988
  :param _SSLMode: 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
1974
1989
  :type SSLMode: str
1990
+ :param _SSLVerifyClient: 是否开启客户端证书验证,只在双向认证时生效。
1991
+ :type SSLVerifyClient: str
1975
1992
  :param _CertId: 服务端证书的ID。
1976
1993
  :type CertId: str
1977
1994
  :param _CertCaId: 客户端证书的 ID。
@@ -1982,6 +1999,7 @@ class CertificateOutput(AbstractModel):
1982
1999
  :type ExtCertIds: list of str
1983
2000
  """
1984
2001
  self._SSLMode = None
2002
+ self._SSLVerifyClient = None
1985
2003
  self._CertId = None
1986
2004
  self._CertCaId = None
1987
2005
  self._ExtCertIds = None
@@ -1997,6 +2015,17 @@ class CertificateOutput(AbstractModel):
1997
2015
  def SSLMode(self, SSLMode):
1998
2016
  self._SSLMode = SSLMode
1999
2017
 
2018
+ @property
2019
+ def SSLVerifyClient(self):
2020
+ """是否开启客户端证书验证,只在双向认证时生效。
2021
+ :rtype: str
2022
+ """
2023
+ return self._SSLVerifyClient
2024
+
2025
+ @SSLVerifyClient.setter
2026
+ def SSLVerifyClient(self, SSLVerifyClient):
2027
+ self._SSLVerifyClient = SSLVerifyClient
2028
+
2000
2029
  @property
2001
2030
  def CertId(self):
2002
2031
  """服务端证书的ID。
@@ -2035,6 +2064,7 @@ class CertificateOutput(AbstractModel):
2035
2064
 
2036
2065
  def _deserialize(self, params):
2037
2066
  self._SSLMode = params.get("SSLMode")
2067
+ self._SSLVerifyClient = params.get("SSLVerifyClient")
2038
2068
  self._CertId = params.get("CertId")
2039
2069
  self._CertCaId = params.get("CertCaId")
2040
2070
  self._ExtCertIds = params.get("ExtCertIds")
@@ -5192,6 +5222,8 @@ class CreateTargetGroupRequest(AbstractModel):
5192
5222
  :type Port: int
5193
5223
  :param _TargetGroupInstances: 目标组绑定的后端服务器
5194
5224
  :type TargetGroupInstances: list of TargetGroupInstance
5225
+ :param _Type: 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
5226
+ :type Type: str
5195
5227
  :param _Tags: 标签。
5196
5228
  :type Tags: list of TagInfo
5197
5229
  :param _Weight: 后端服务默认权重。
@@ -5206,6 +5238,7 @@ class CreateTargetGroupRequest(AbstractModel):
5206
5238
  self._VpcId = None
5207
5239
  self._Port = None
5208
5240
  self._TargetGroupInstances = None
5241
+ self._Type = None
5209
5242
  self._Tags = None
5210
5243
  self._Weight = None
5211
5244
 
@@ -5254,6 +5287,17 @@ class CreateTargetGroupRequest(AbstractModel):
5254
5287
  def TargetGroupInstances(self, TargetGroupInstances):
5255
5288
  self._TargetGroupInstances = TargetGroupInstances
5256
5289
 
5290
+ @property
5291
+ def Type(self):
5292
+ """目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
5293
+ :rtype: str
5294
+ """
5295
+ return self._Type
5296
+
5297
+ @Type.setter
5298
+ def Type(self, Type):
5299
+ self._Type = Type
5300
+
5257
5301
  @property
5258
5302
  def Tags(self):
5259
5303
  """标签。
@@ -5292,6 +5336,7 @@ class CreateTargetGroupRequest(AbstractModel):
5292
5336
  obj = TargetGroupInstance()
5293
5337
  obj._deserialize(item)
5294
5338
  self._TargetGroupInstances.append(obj)
5339
+ self._Type = params.get("Type")
5295
5340
  if params.get("Tags") is not None:
5296
5341
  self._Tags = []
5297
5342
  for item in params.get("Tags"):
@@ -17752,9 +17797,12 @@ class MultiCertInfo(AbstractModel):
17752
17797
  :type SSLMode: str
17753
17798
  :param _CertList: 监听器或规则证书列表,单双向认证,多本服务端证书算法类型不能重复;若SSLMode为双向认证,证书列表必须包含一本ca证书。
17754
17799
  :type CertList: list of CertInfo
17800
+ :param _SSLVerifyClient: 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON
17801
+ :type SSLVerifyClient: str
17755
17802
  """
17756
17803
  self._SSLMode = None
17757
17804
  self._CertList = None
17805
+ self._SSLVerifyClient = None
17758
17806
 
17759
17807
  @property
17760
17808
  def SSLMode(self):
@@ -17778,6 +17826,17 @@ class MultiCertInfo(AbstractModel):
17778
17826
  def CertList(self, CertList):
17779
17827
  self._CertList = CertList
17780
17828
 
17829
+ @property
17830
+ def SSLVerifyClient(self):
17831
+ """双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON
17832
+ :rtype: str
17833
+ """
17834
+ return self._SSLVerifyClient
17835
+
17836
+ @SSLVerifyClient.setter
17837
+ def SSLVerifyClient(self, SSLVerifyClient):
17838
+ self._SSLVerifyClient = SSLVerifyClient
17839
+
17781
17840
 
17782
17841
  def _deserialize(self, params):
17783
17842
  self._SSLMode = params.get("SSLMode")
@@ -17787,6 +17846,7 @@ class MultiCertInfo(AbstractModel):
17787
17846
  obj = CertInfo()
17788
17847
  obj._deserialize(item)
17789
17848
  self._CertList.append(obj)
17849
+ self._SSLVerifyClient = params.get("SSLVerifyClient")
17790
17850
  memeber_set = set(params.keys())
17791
17851
  for name, value in vars(self).items():
17792
17852
  property_name = name[1:]