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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +24 -0
- tencentcloud/ca/v20230228/models.py +103 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/cdb/v20170320/cdb_client.py +0 -25
- tencentcloud/cdb/v20170320/errorcodes.py +1 -1
- tencentcloud/cdb/v20170320/models.py +0 -111
- tencentcloud/cdwdoris/v20211228/models.py +39 -0
- tencentcloud/cfs/v20190719/models.py +111 -1
- tencentcloud/cfw/v20190904/cfw_client.py +3 -1
- tencentcloud/cls/v20201016/models.py +14 -14
- tencentcloud/csip/v20221121/csip_client.py +1 -1
- tencentcloud/csip/v20221121/models.py +5 -584
- tencentcloud/dlc/v20210125/models.py +18 -3
- tencentcloud/dnspod/v20210323/dnspod_client.py +164 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +48 -0
- tencentcloud/dnspod/v20210323/models.py +1221 -143
- tencentcloud/ecm/v20190719/models.py +1 -1
- tencentcloud/es/v20180416/models.py +13 -0
- tencentcloud/ess/v20201111/ess_client.py +6 -1
- tencentcloud/ess/v20201111/models.py +10 -6
- tencentcloud/essbasic/v20210526/essbasic_client.py +6 -3
- tencentcloud/essbasic/v20210526/models.py +20 -12
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +170 -0
- tencentcloud/hunyuan/v20230901/models.py +2037 -118
- tencentcloud/ioa/v20220601/models.py +8 -125
- tencentcloud/kms/v20190118/models.py +24 -25
- tencentcloud/lke/v20231130/lke_client.py +3 -1
- tencentcloud/mongodb/v20190725/models.py +4 -4
- tencentcloud/mps/v20190612/models.py +30 -1
- tencentcloud/ms/v20180408/models.py +0 -24
- tencentcloud/oceanus/v20190422/models.py +179 -0
- tencentcloud/ocr/v20181119/models.py +165 -1
- tencentcloud/ocr/v20181119/ocr_client.py +25 -0
- tencentcloud/redis/v20180412/models.py +4 -4
- tencentcloud/scf/v20180416/models.py +1 -1
- tencentcloud/sms/v20190711/errorcodes.py +1 -1
- tencentcloud/sms/v20210111/errorcodes.py +1 -1
- tencentcloud/ssm/v20190923/models.py +6 -36
- tencentcloud/tdmq/v20200217/models.py +4 -5
- tencentcloud/tem/v20210701/models.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +45 -0
- tencentcloud/teo/v20220901/models.py +53 -6
- tencentcloud/thpc/v20230321/models.py +3 -3
- tencentcloud/tke/v20180525/models.py +2 -2
- tencentcloud/trtc/v20190722/models.py +0 -31
- tencentcloud/trtc/v20190722/trtc_client.py +0 -25
- tencentcloud/vod/v20180717/models.py +343 -18
- tencentcloud/waf/v20180125/models.py +309 -514
- tencentcloud/waf/v20180125/waf_client.py +23 -50
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/RECORD +56 -56
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1259.dist-info → tencentcloud_sdk_python-3.0.1261.dist-info}/WHEEL +0 -0
- {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:
|
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:
|
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
|
-
|
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:
|
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`
|