tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__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/models.py +26 -0
- tencentcloud/asr/v20190614/models.py +3 -2
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
- tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
- tencentcloud/autoscaling/v20180419/models.py +18 -2
- tencentcloud/bi/v20220105/models.py +44 -4
- tencentcloud/billing/v20180709/billing_client.py +23 -0
- tencentcloud/billing/v20180709/errorcodes.py +6 -0
- tencentcloud/billing/v20180709/models.py +424 -0
- tencentcloud/bsca/v20210811/models.py +306 -1
- tencentcloud/ccc/v20200210/ccc_client.py +23 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +237 -136
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +13 -1
- tencentcloud/cdn/v20180606/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +16 -2
- tencentcloud/cfw/v20190904/cfw_client.py +7 -33
- tencentcloud/cfw/v20190904/models.py +711 -1329
- tencentcloud/ciam/v20220331/models.py +13 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +2 -4
- tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
- tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
- tencentcloud/cloudaudit/v20190319/models.py +328 -254
- tencentcloud/cls/v20201016/cls_client.py +8 -1
- tencentcloud/cls/v20201016/models.py +551 -109
- tencentcloud/csip/v20221121/models.py +226 -136
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +78 -0
- tencentcloud/cwp/v20180228/cwp_client.py +6 -2
- tencentcloud/cwp/v20180228/models.py +240 -114
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
- tencentcloud/cynosdb/v20190107/models.py +78 -0
- tencentcloud/dasb/v20191018/models.py +155 -0
- tencentcloud/domain/v20180808/errorcodes.py +45 -0
- tencentcloud/eb/v20210416/models.py +19 -19
- tencentcloud/es/v20180416/errorcodes.py +4 -1
- tencentcloud/es/v20180416/es_client.py +92 -0
- tencentcloud/es/v20180416/models.py +770 -12
- tencentcloud/ess/v20201111/ess_client.py +87 -8
- tencentcloud/ess/v20201111/models.py +239 -11
- tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
- tencentcloud/essbasic/v20210526/models.py +365 -19
- tencentcloud/gaap/v20180529/models.py +40 -3
- tencentcloud/hunyuan/v20230901/models.py +12 -0
- tencentcloud/ioa/v20220601/errorcodes.py +15 -0
- tencentcloud/ioa/v20220601/ioa_client.py +26 -2
- tencentcloud/ioa/v20220601/models.py +516 -46
- tencentcloud/iotexplorer/v20190423/models.py +52 -0
- tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
- tencentcloud/iotvideo/v20191126/models.py +379 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
- tencentcloud/live/v20180801/models.py +51 -0
- tencentcloud/mongodb/v20190725/models.py +3 -7
- tencentcloud/mqtt/v20240516/models.py +2 -2
- tencentcloud/mrs/v20200910/models.py +22 -0
- tencentcloud/ms/v20180408/models.py +101 -62
- tencentcloud/ocr/v20181119/models.py +7 -16
- tencentcloud/ocr/v20181119/ocr_client.py +1 -0
- tencentcloud/organization/v20210331/errorcodes.py +30 -0
- tencentcloud/organization/v20210331/models.py +674 -0
- tencentcloud/organization/v20210331/organization_client.py +138 -0
- tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
- tencentcloud/privatedns/v20201028/models.py +858 -4
- tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
- tencentcloud/redis/v20180412/models.py +14 -14
- tencentcloud/redis/v20180412/redis_client.py +2 -0
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/scf/v20180416/models.py +889 -8
- tencentcloud/scf/v20180416/scf_client.py +115 -0
- tencentcloud/smop/v20201203/models.py +17 -17
- tencentcloud/ssl/v20191205/models.py +1 -1
- tencentcloud/ssm/v20190923/models.py +84 -0
- tencentcloud/tat/v20201028/models.py +1 -29
- tencentcloud/tcss/v20201101/models.py +472 -46
- tencentcloud/tcss/v20201101/tcss_client.py +1 -1
- tencentcloud/tdmq/v20200217/models.py +7 -7
- tencentcloud/tem/v20210701/models.py +202 -198
- tencentcloud/teo/v20220901/errorcodes.py +30 -0
- tencentcloud/teo/v20220901/models.py +1466 -93
- tencentcloud/teo/v20220901/teo_client.py +115 -0
- tencentcloud/tke/v20180525/models.py +70 -0
- tencentcloud/tke/v20180525/tke_client.py +23 -0
- tencentcloud/tms/v20201229/models.py +0 -558
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/trp/v20210515/models.py +6 -6
- tencentcloud/trtc/v20190722/models.py +353 -4
- tencentcloud/tse/v20201207/models.py +94 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vclm/v20240523/models.py +166 -0
- tencentcloud/vpc/v20170312/models.py +134 -2
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/waf/v20180125/models.py +239 -531
- tencentcloud/waf/v20180125/waf_client.py +23 -25
- tencentcloud/wedata/v20210820/models.py +991 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
- tencentcloud/cr/__init__.py +0 -0
- tencentcloud/cr/v20180321/__init__.py +0 -0
- tencentcloud/cr/v20180321/cr_client.py +0 -672
- tencentcloud/cr/v20180321/errorcodes.py +0 -114
- tencentcloud/cr/v20180321/models.py +0 -4966
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -509,31 +509,6 @@ class WafClient(AbstractClient):
|
|
509
509
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
510
510
|
|
511
511
|
|
512
|
-
def DeleteDownloadRecord(self, request):
|
513
|
-
"""废弃接口,无有效调用
|
514
|
-
|
515
|
-
删除访问日志下载记录
|
516
|
-
|
517
|
-
:param request: Request instance for DeleteDownloadRecord.
|
518
|
-
:type request: :class:`tencentcloud.waf.v20180125.models.DeleteDownloadRecordRequest`
|
519
|
-
:rtype: :class:`tencentcloud.waf.v20180125.models.DeleteDownloadRecordResponse`
|
520
|
-
|
521
|
-
"""
|
522
|
-
try:
|
523
|
-
params = request._serialize()
|
524
|
-
headers = request.headers
|
525
|
-
body = self.call("DeleteDownloadRecord", params, headers=headers)
|
526
|
-
response = json.loads(body)
|
527
|
-
model = models.DeleteDownloadRecordResponse()
|
528
|
-
model._deserialize(response["Response"])
|
529
|
-
return model
|
530
|
-
except Exception as e:
|
531
|
-
if isinstance(e, TencentCloudSDKException):
|
532
|
-
raise
|
533
|
-
else:
|
534
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
535
|
-
|
536
|
-
|
537
512
|
def DeleteHost(self, request):
|
538
513
|
"""删除负载均衡型域名,支持批量操作。
|
539
514
|
|
@@ -3046,6 +3021,29 @@ class WafClient(AbstractClient):
|
|
3046
3021
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3047
3022
|
|
3048
3023
|
|
3024
|
+
def ModifyUserSignatureRuleV2(self, request):
|
3025
|
+
"""修改用户防护规则,开启关闭具体的某条规则
|
3026
|
+
|
3027
|
+
:param request: Request instance for ModifyUserSignatureRuleV2.
|
3028
|
+
:type request: :class:`tencentcloud.waf.v20180125.models.ModifyUserSignatureRuleV2Request`
|
3029
|
+
:rtype: :class:`tencentcloud.waf.v20180125.models.ModifyUserSignatureRuleV2Response`
|
3030
|
+
|
3031
|
+
"""
|
3032
|
+
try:
|
3033
|
+
params = request._serialize()
|
3034
|
+
headers = request.headers
|
3035
|
+
body = self.call("ModifyUserSignatureRuleV2", params, headers=headers)
|
3036
|
+
response = json.loads(body)
|
3037
|
+
model = models.ModifyUserSignatureRuleV2Response()
|
3038
|
+
model._deserialize(response["Response"])
|
3039
|
+
return model
|
3040
|
+
except Exception as e:
|
3041
|
+
if isinstance(e, TencentCloudSDKException):
|
3042
|
+
raise
|
3043
|
+
else:
|
3044
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
3045
|
+
|
3046
|
+
|
3049
3047
|
def ModifyWafAutoDenyRules(self, request):
|
3050
3048
|
"""修改ip惩罚规则
|
3051
3049
|
|