tencentcloud-sdk-python 3.1.138__py2.py3-none-any.whl → 3.1.139__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/cfw/v20190904/cfw_client.py +2 -2
- tencentcloud/cfw/v20190904/cfw_client_async.py +2 -2
- tencentcloud/cfw/v20190904/models.py +783 -873
- tencentcloud/chdfs/v20201112/chdfs_client.py +92 -0
- tencentcloud/chdfs/v20201112/chdfs_client_async.py +72 -0
- tencentcloud/chdfs/v20201112/models.py +462 -0
- tencentcloud/dlc/v20210125/dlc_client.py +115 -0
- tencentcloud/dlc/v20210125/dlc_client_async.py +90 -0
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +687 -45
- tencentcloud/ioa/v20220601/ioa_client.py +3 -1
- tencentcloud/ioa/v20220601/ioa_client_async.py +2 -0
- tencentcloud/mongodb/v20190725/models.py +20 -28
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +314 -0
- tencentcloud/mps/v20190612/mps_client.py +25 -0
- tencentcloud/mps/v20190612/mps_client_async.py +20 -0
- tencentcloud/ssm/v20190923/models.py +167 -22
- tencentcloud/tione/v20211111/models.py +30 -0
- tencentcloud/vod/v20180717/models.py +53 -0
- tencentcloud/vpc/v20170312/models.py +8 -8
- {tencentcloud_sdk_python-3.1.138.dist-info → tencentcloud_sdk_python-3.1.139.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.1.138.dist-info → tencentcloud_sdk_python-3.1.139.dist-info}/RECORD +27 -27
- {tencentcloud_sdk_python-3.1.138.dist-info → tencentcloud_sdk_python-3.1.139.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.1.138.dist-info → tencentcloud_sdk_python-3.1.139.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.1.138.dist-info → tencentcloud_sdk_python-3.1.139.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
|
@@ -27,7 +27,7 @@ class CfwClient(AbstractClient):
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
def AddAclRule(self, request):
|
|
30
|
-
r"""
|
|
30
|
+
r"""添加一条或多条互联网边界访问控制规则。规则写入当前账号的可操作分区;本批 Rules 在一次插入事务中写入。From=batch_import_cover 会先以独立事务删除首条规则 Direction 对应的旧规则,再插入本批 Rules;删除一旦提交,后续插入失败不会恢复旧规则。公有云环境在数据库事务提交后异步触发规则下发,因此成功返回只表示规则已写入并已发起下发,不表示数据面已经生效。
|
|
31
31
|
|
|
32
32
|
:param request: Request instance for AddAclRule.
|
|
33
33
|
:type request: :class:`tencentcloud.cfw.v20190904.models.AddAclRuleRequest`
|
|
@@ -211,7 +211,7 @@ class CfwClient(AbstractClient):
|
|
|
211
211
|
|
|
212
212
|
|
|
213
213
|
def CreateAlertCenterOmit(self, request):
|
|
214
|
-
r"""
|
|
214
|
+
r"""忽略告警中心或拦截列表中的记录。接口将目标记录的 bhide 标记设为 1,使其不再进入未忽略列表和相关统计,但不删除日志,也不创建持续匹配后续记录的忽略规则;本接口没有恢复 bhide 的参数。TableType 决定目标表及 ID 类型:AlertTable 按告警日志 logid 更新,InterceptionTable 按拦截记录 unique_id 更新。HandleEventIdList 中的聚合事件 ID 会先解析为告警日志 ID,再与 HandleIdList 合并;合并后会删除空字符串并去重。
|
|
215
215
|
|
|
216
216
|
:param request: Request instance for CreateAlertCenterOmit.
|
|
217
217
|
:type request: :class:`tencentcloud.cfw.v20190904.models.CreateAlertCenterOmitRequest`
|
|
@@ -31,7 +31,7 @@ class CfwClient(AbstractClient):
|
|
|
31
31
|
opts: Dict = None,
|
|
32
32
|
) -> models.AddAclRuleResponse:
|
|
33
33
|
"""
|
|
34
|
-
|
|
34
|
+
添加一条或多条互联网边界访问控制规则。规则写入当前账号的可操作分区;本批 Rules 在一次插入事务中写入。From=batch_import_cover 会先以独立事务删除首条规则 Direction 对应的旧规则,再插入本批 Rules;删除一旦提交,后续插入失败不会恢复旧规则。公有云环境在数据库事务提交后异步触发规则下发,因此成功返回只表示规则已写入并已发起下发,不表示数据面已经生效。
|
|
35
35
|
"""
|
|
36
36
|
|
|
37
37
|
kwargs = {}
|
|
@@ -175,7 +175,7 @@ class CfwClient(AbstractClient):
|
|
|
175
175
|
opts: Dict = None,
|
|
176
176
|
) -> models.CreateAlertCenterOmitResponse:
|
|
177
177
|
"""
|
|
178
|
-
|
|
178
|
+
忽略告警中心或拦截列表中的记录。接口将目标记录的 bhide 标记设为 1,使其不再进入未忽略列表和相关统计,但不删除日志,也不创建持续匹配后续记录的忽略规则;本接口没有恢复 bhide 的参数。TableType 决定目标表及 ID 类型:AlertTable 按告警日志 logid 更新,InterceptionTable 按拦截记录 unique_id 更新。HandleEventIdList 中的聚合事件 ID 会先解析为告警日志 ID,再与 HandleIdList 合并;合并后会删除空字符串并去重。
|
|
179
179
|
"""
|
|
180
180
|
|
|
181
181
|
kwargs = {}
|