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
@@ -72,6 +72,52 @@ class PrivatednsClient(AbstractClient):
|
|
72
72
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
73
73
|
|
74
74
|
|
75
|
+
def CreateEndPointAndEndPointService(self, request):
|
76
|
+
"""同时创建终端节点和终端节点服务
|
77
|
+
|
78
|
+
:param request: Request instance for CreateEndPointAndEndPointService.
|
79
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.CreateEndPointAndEndPointServiceRequest`
|
80
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.CreateEndPointAndEndPointServiceResponse`
|
81
|
+
|
82
|
+
"""
|
83
|
+
try:
|
84
|
+
params = request._serialize()
|
85
|
+
headers = request.headers
|
86
|
+
body = self.call("CreateEndPointAndEndPointService", params, headers=headers)
|
87
|
+
response = json.loads(body)
|
88
|
+
model = models.CreateEndPointAndEndPointServiceResponse()
|
89
|
+
model._deserialize(response["Response"])
|
90
|
+
return model
|
91
|
+
except Exception as e:
|
92
|
+
if isinstance(e, TencentCloudSDKException):
|
93
|
+
raise
|
94
|
+
else:
|
95
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
96
|
+
|
97
|
+
|
98
|
+
def CreateForwardRule(self, request):
|
99
|
+
"""创建自定义转发规则
|
100
|
+
|
101
|
+
:param request: Request instance for CreateForwardRule.
|
102
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.CreateForwardRuleRequest`
|
103
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.CreateForwardRuleResponse`
|
104
|
+
|
105
|
+
"""
|
106
|
+
try:
|
107
|
+
params = request._serialize()
|
108
|
+
headers = request.headers
|
109
|
+
body = self.call("CreateForwardRule", params, headers=headers)
|
110
|
+
response = json.loads(body)
|
111
|
+
model = models.CreateForwardRuleResponse()
|
112
|
+
model._deserialize(response["Response"])
|
113
|
+
return model
|
114
|
+
except Exception as e:
|
115
|
+
if isinstance(e, TencentCloudSDKException):
|
116
|
+
raise
|
117
|
+
else:
|
118
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
119
|
+
|
120
|
+
|
75
121
|
def CreatePrivateDNSAccount(self, request):
|
76
122
|
"""创建私有域解析账号
|
77
123
|
|
@@ -325,6 +371,52 @@ class PrivatednsClient(AbstractClient):
|
|
325
371
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
326
372
|
|
327
373
|
|
374
|
+
def DescribeEndPointList(self, request):
|
375
|
+
"""获取终端节点列表
|
376
|
+
|
377
|
+
:param request: Request instance for DescribeEndPointList.
|
378
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DescribeEndPointListRequest`
|
379
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DescribeEndPointListResponse`
|
380
|
+
|
381
|
+
"""
|
382
|
+
try:
|
383
|
+
params = request._serialize()
|
384
|
+
headers = request.headers
|
385
|
+
body = self.call("DescribeEndPointList", params, headers=headers)
|
386
|
+
response = json.loads(body)
|
387
|
+
model = models.DescribeEndPointListResponse()
|
388
|
+
model._deserialize(response["Response"])
|
389
|
+
return model
|
390
|
+
except Exception as e:
|
391
|
+
if isinstance(e, TencentCloudSDKException):
|
392
|
+
raise
|
393
|
+
else:
|
394
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
395
|
+
|
396
|
+
|
397
|
+
def DescribeForwardRuleList(self, request):
|
398
|
+
"""查询转发规则列表
|
399
|
+
|
400
|
+
:param request: Request instance for DescribeForwardRuleList.
|
401
|
+
:type request: :class:`tencentcloud.privatedns.v20201028.models.DescribeForwardRuleListRequest`
|
402
|
+
:rtype: :class:`tencentcloud.privatedns.v20201028.models.DescribeForwardRuleListResponse`
|
403
|
+
|
404
|
+
"""
|
405
|
+
try:
|
406
|
+
params = request._serialize()
|
407
|
+
headers = request.headers
|
408
|
+
body = self.call("DescribeForwardRuleList", params, headers=headers)
|
409
|
+
response = json.loads(body)
|
410
|
+
model = models.DescribeForwardRuleListResponse()
|
411
|
+
model._deserialize(response["Response"])
|
412
|
+
return model
|
413
|
+
except Exception as e:
|
414
|
+
if isinstance(e, TencentCloudSDKException):
|
415
|
+
raise
|
416
|
+
else:
|
417
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
418
|
+
|
419
|
+
|
328
420
|
def DescribePrivateDNSAccountList(self, request):
|
329
421
|
"""获取私有域解析账号列表
|
330
422
|
|
@@ -4214,9 +4214,9 @@ class DescribeInstanceBackupsRequest(AbstractModel):
|
|
4214
4214
|
:type Offset: int
|
4215
4215
|
:param _InstanceId: 待操作的实例ID,可通过 DescribeInstance 接口返回值中的 InstanceId 获取。
|
4216
4216
|
:type InstanceId: str
|
4217
|
-
:param _BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime]
|
4217
|
+
:param _BeginTime: 开始时间,格式如:2017-02-08 16:46:34。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
|
4218
4218
|
:type BeginTime: str
|
4219
|
-
:param _EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime]
|
4219
|
+
:param _EndTime: 结束时间,格式如:2017-02-08 19:09:26。查询实例在 [beginTime, endTime] 时间段内开始备份的备份列表,查询时间最大跨度30天。
|
4220
4220
|
:type EndTime: str
|
4221
4221
|
:param _Status: 备份任务的状态:
|
4222
4222
|
1:备份在流程中。
|
@@ -4739,13 +4739,13 @@ class DescribeInstanceEventsRequest(AbstractModel):
|
|
4739
4739
|
|
4740
4740
|
def __init__(self):
|
4741
4741
|
r"""
|
4742
|
-
:param _ExecutionStartDate:
|
4742
|
+
:param _ExecutionStartDate: 配置查询事件执行计划的起始日期,查询日期最大跨度30天。
|
4743
4743
|
:type ExecutionStartDate: str
|
4744
|
-
:param _ExecutionEndDate:
|
4744
|
+
:param _ExecutionEndDate: 配置查询事件执行计划的结束日期,查询日期最大跨度30天。
|
4745
4745
|
:type ExecutionEndDate: str
|
4746
4746
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
4747
4747
|
:type InstanceId: str
|
4748
|
-
:param _PageSize: 输出每页显示事件的数量,默认:10。
|
4748
|
+
:param _PageSize: 输出每页显示事件的数量,默认:10,最大100。
|
4749
4749
|
:type PageSize: int
|
4750
4750
|
:param _PageNo: 配置查询事件的输出页码,即支持根据PageNo(页码)与 PageSize (每页输出数量)查询某一页的事件。默认:1。
|
4751
4751
|
:type PageNo: int
|
@@ -7586,15 +7586,15 @@ class DescribeProxySlowLogRequest(AbstractModel):
|
|
7586
7586
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
7587
7587
|
|
7588
7588
|
:type InstanceId: str
|
7589
|
-
:param _BeginTime:
|
7589
|
+
:param _BeginTime: 慢查询的开始时间,查询时间最大跨度30天。
|
7590
7590
|
:type BeginTime: str
|
7591
|
-
:param _EndTime:
|
7591
|
+
:param _EndTime: 慢查询的结束时间,查询时间最大跨度30天。
|
7592
7592
|
:type EndTime: str
|
7593
7593
|
:param _MinQueryTime: 慢查询阈值,单位:毫秒。
|
7594
7594
|
:type MinQueryTime: int
|
7595
|
-
:param _Limit:
|
7595
|
+
:param _Limit: 每页输出的任务列表大小,默认为 20,最多输出100条。
|
7596
7596
|
:type Limit: int
|
7597
|
-
:param _Offset:
|
7597
|
+
:param _Offset: 分页偏移量,取Limit整数倍,计算公式:offset=limit*(页码-1)。
|
7598
7598
|
:type Offset: int
|
7599
7599
|
"""
|
7600
7600
|
self._InstanceId = None
|
@@ -8366,13 +8366,13 @@ class DescribeSlowLogRequest(AbstractModel):
|
|
8366
8366
|
:param _InstanceId: 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
8367
8367
|
|
8368
8368
|
:type InstanceId: str
|
8369
|
-
:param _BeginTime:
|
8369
|
+
:param _BeginTime: 预查询慢日志的起始时间,查询时间最大跨度30天。
|
8370
8370
|
:type BeginTime: str
|
8371
|
-
:param _EndTime:
|
8371
|
+
:param _EndTime: 预查询慢日志的结束时间,查询时间最大跨度30天
|
8372
8372
|
:type EndTime: str
|
8373
8373
|
:param _MinQueryTime: 慢查询平均执行时间阈值,单位:毫秒。
|
8374
8374
|
:type MinQueryTime: int
|
8375
|
-
:param _Limit: 每个页面展示的慢查询条数,默认值为20
|
8375
|
+
:param _Limit: 每个页面展示的慢查询条数,默认值为20,最大100。
|
8376
8376
|
:type Limit: int
|
8377
8377
|
:param _Offset: 慢查询条数的偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
8378
8378
|
:type Offset: int
|
@@ -8733,9 +8733,9 @@ class DescribeTaskListRequest(AbstractModel):
|
|
8733
8733
|
- FLOW_MODIFY_PROXY_NUM:"069",加(减)Proxy 节点。
|
8734
8734
|
- FLOW_MODIFYBACKUPMOD:"070",变更实例备份模式。
|
8735
8735
|
:type TaskTypes: list of str
|
8736
|
-
:param _BeginTime:
|
8736
|
+
:param _BeginTime: 任务执行的起始时间,格式如:2021-12-30 00:00:00,支持查询近30天内数据。
|
8737
8737
|
:type BeginTime: str
|
8738
|
-
:param _EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35
|
8738
|
+
:param _EndTime: 任务运行的终止时间。格式如:2021-12-30 20:59:35,支持查询近30天内数据。
|
8739
8739
|
:type EndTime: str
|
8740
8740
|
:param _TaskStatus: 该参数为内部使用,请忽略。
|
8741
8741
|
:type TaskStatus: list of int
|
@@ -1478,6 +1478,8 @@ class RedisClient(AbstractClient):
|
|
1478
1478
|
def DescribeTaskList(self, request):
|
1479
1479
|
"""本接口(DescribeTaskList)用于查询指定实例的任务列表信息。
|
1480
1480
|
|
1481
|
+
- 可查询近30天内任务列表数据。
|
1482
|
+
|
1481
1483
|
:param request: Request instance for DescribeTaskList.
|
1482
1484
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeTaskListRequest`
|
1483
1485
|
:rtype: :class:`tencentcloud.redis.v20180412.models.DescribeTaskListResponse`
|