tencentcloud-sdk-python 3.0.1259__py2.py3-none-any.whl → 3.0.1261__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 (56) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  3. tencentcloud/apm/v20210622/models.py +24 -0
  4. tencentcloud/ca/v20230228/models.py +103 -0
  5. tencentcloud/cbs/v20170312/models.py +1 -1
  6. tencentcloud/cdb/v20170320/cdb_client.py +0 -25
  7. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  8. tencentcloud/cdb/v20170320/models.py +0 -111
  9. tencentcloud/cdwdoris/v20211228/models.py +39 -0
  10. tencentcloud/cfs/v20190719/models.py +111 -1
  11. tencentcloud/cfw/v20190904/cfw_client.py +3 -1
  12. tencentcloud/cls/v20201016/models.py +14 -14
  13. tencentcloud/csip/v20221121/csip_client.py +1 -1
  14. tencentcloud/csip/v20221121/models.py +5 -584
  15. tencentcloud/dlc/v20210125/models.py +18 -3
  16. tencentcloud/dnspod/v20210323/dnspod_client.py +164 -0
  17. tencentcloud/dnspod/v20210323/errorcodes.py +48 -0
  18. tencentcloud/dnspod/v20210323/models.py +1221 -143
  19. tencentcloud/ecm/v20190719/models.py +1 -1
  20. tencentcloud/es/v20180416/models.py +13 -0
  21. tencentcloud/ess/v20201111/ess_client.py +6 -1
  22. tencentcloud/ess/v20201111/models.py +10 -6
  23. tencentcloud/essbasic/v20210526/essbasic_client.py +6 -3
  24. tencentcloud/essbasic/v20210526/models.py +20 -12
  25. tencentcloud/hunyuan/v20230901/hunyuan_client.py +170 -0
  26. tencentcloud/hunyuan/v20230901/models.py +2037 -118
  27. tencentcloud/ioa/v20220601/models.py +8 -125
  28. tencentcloud/kms/v20190118/models.py +24 -25
  29. tencentcloud/lke/v20231130/lke_client.py +3 -1
  30. tencentcloud/mongodb/v20190725/models.py +4 -4
  31. tencentcloud/mps/v20190612/models.py +30 -1
  32. tencentcloud/ms/v20180408/models.py +0 -24
  33. tencentcloud/oceanus/v20190422/models.py +179 -0
  34. tencentcloud/ocr/v20181119/models.py +165 -1
  35. tencentcloud/ocr/v20181119/ocr_client.py +25 -0
  36. tencentcloud/redis/v20180412/models.py +4 -4
  37. tencentcloud/scf/v20180416/models.py +1 -1
  38. tencentcloud/sms/v20190711/errorcodes.py +1 -1
  39. tencentcloud/sms/v20210111/errorcodes.py +1 -1
  40. tencentcloud/ssm/v20190923/models.py +6 -36
  41. tencentcloud/tdmq/v20200217/models.py +4 -5
  42. tencentcloud/tem/v20210701/models.py +1 -1
  43. tencentcloud/teo/v20220901/errorcodes.py +45 -0
  44. tencentcloud/teo/v20220901/models.py +53 -6
  45. tencentcloud/thpc/v20230321/models.py +3 -3
  46. tencentcloud/tke/v20180525/models.py +2 -2
  47. tencentcloud/trtc/v20190722/models.py +0 -31
  48. tencentcloud/trtc/v20190722/trtc_client.py +0 -25
  49. tencentcloud/vod/v20180717/models.py +343 -18
  50. tencentcloud/waf/v20180125/models.py +309 -514
  51. tencentcloud/waf/v20180125/waf_client.py +23 -50
  52. {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/METADATA +1 -1
  53. {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/RECORD +56 -56
  54. {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/LICENSE +0 -0
  55. {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/WHEEL +0 -0
  56. {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/top_level.txt +0 -0
@@ -6643,11 +6643,11 @@ class CreateNoticeContentRequest(AbstractModel):
6643
6643
 
6644
6644
  def __init__(self):
6645
6645
  r"""
6646
- :param _Name: 模版名称。
6646
+ :param _Name: 模板名称。
6647
6647
  :type Name: str
6648
- :param _Type: 模版内容语言。0:中文1:英文
6648
+ :param _Type: 模板内容语言。0:中文1:英文
6649
6649
  :type Type: int
6650
- :param _NoticeContents: 模版详细配置。
6650
+ :param _NoticeContents: 模板详细配置。
6651
6651
  :type NoticeContents: list of NoticeContent
6652
6652
  """
6653
6653
  self._Name = None
@@ -9181,7 +9181,7 @@ class DeleteNoticeContentRequest(AbstractModel):
9181
9181
 
9182
9182
  def __init__(self):
9183
9183
  r"""
9184
- :param _NoticeContentId: 通知内容模版ID
9184
+ :param _NoticeContentId: 通知内容模板ID
9185
9185
  :type NoticeContentId: str
9186
9186
  """
9187
9187
  self._NoticeContentId = None
@@ -12454,12 +12454,12 @@ class DescribeNoticeContentsRequest(AbstractModel):
12454
12454
  def __init__(self):
12455
12455
  r"""
12456
12456
  :param _Filters: <li> name
12457
- 按照【通知内容模版名称】进行过滤。
12457
+ 按照【通知内容模板名称】进行过滤。
12458
12458
  类型:String
12459
12459
  必选:否
12460
12460
  </li>
12461
12461
  <li> noticeContentId
12462
- 按照【通知内容模版ID】进行过滤。
12462
+ 按照【通知内容模板ID】进行过滤。
12463
12463
  类型:String
12464
12464
  必选:否
12465
12465
  </li>
@@ -12525,10 +12525,10 @@ class DescribeNoticeContentsResponse(AbstractModel):
12525
12525
 
12526
12526
  def __init__(self):
12527
12527
  r"""
12528
- :param _NoticeContents: 通知内容模版列表。
12528
+ :param _NoticeContents: 通知内容模板列表。
12529
12529
  注意:此字段可能返回 null,表示取不到有效值。
12530
12530
  :type NoticeContents: list of NoticeContentTemplate
12531
- :param _TotalCount: 符合条件的通知内容模版总数。
12531
+ :param _TotalCount: 符合条件的通知内容模板总数。
12532
12532
  :type TotalCount: int
12533
12533
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12534
12534
  :type RequestId: str
@@ -18810,15 +18810,15 @@ class ModifyNoticeContentRequest(AbstractModel):
18810
18810
 
18811
18811
  def __init__(self):
18812
18812
  r"""
18813
- :param _NoticeContentId: 通知内容模版ID。
18813
+ :param _NoticeContentId: 通知内容模板ID。
18814
18814
  :type NoticeContentId: str
18815
- :param _Name: 通知内容模版名称。
18815
+ :param _Name: 通知内容模板名称。
18816
18816
  :type Name: str
18817
18817
  :param _Type: 通知内容语言。
18818
18818
 
18819
18819
  0:中文 1:英文
18820
18820
  :type Type: int
18821
- :param _NoticeContents: 通知内容模版详细信息。
18821
+ :param _NoticeContents: 通知内容模板详细信息。
18822
18822
  :type NoticeContents: list of NoticeContent
18823
18823
  """
18824
18824
  self._NoticeContentId = None
@@ -19675,7 +19675,7 @@ class MultiTopicSearchInformation(AbstractModel):
19675
19675
 
19676
19676
 
19677
19677
  class NoticeContent(AbstractModel):
19678
- """通知内容模版详细配置
19678
+ """通知内容模板详细配置
19679
19679
 
19680
19680
  """
19681
19681
 
@@ -19685,10 +19685,10 @@ class NoticeContent(AbstractModel):
19685
19685
 
19686
19686
  Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
19687
19687
  :type Type: str
19688
- :param _TriggerContent: 告警触发通知内容模版。
19688
+ :param _TriggerContent: 告警触发通知内容模板。
19689
19689
  注意:此字段可能返回 null,表示取不到有效值。
19690
19690
  :type TriggerContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
19691
- :param _RecoveryContent: 告警恢复通知内容模版。
19691
+ :param _RecoveryContent: 告警恢复通知内容模板。
19692
19692
  注意:此字段可能返回 null,表示取不到有效值。
19693
19693
  :type RecoveryContent: :class:`tencentcloud.cls.v20201016.models.NoticeContentInfo`
19694
19694
  """
@@ -234,7 +234,7 @@ class CsipClient(AbstractClient):
234
234
 
235
235
 
236
236
  def DescribeCVMAssets(self, request):
237
- """cvm列表
237
+ """获取cvm列表
238
238
 
239
239
  :param request: Request instance for DescribeCVMAssets.
240
240
  :type request: :class:`tencentcloud.csip.v20221121.models.DescribeCVMAssetsRequest`