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
@@ -3906,7 +3906,7 @@ class TcssClient(AbstractClient):
|
|
3906
3906
|
|
3907
3907
|
|
3908
3908
|
def DescribeExportJobResult(self, request):
|
3909
|
-
"""
|
3909
|
+
"""查询导出接口进度
|
3910
3910
|
|
3911
3911
|
:param request: Request instance for DescribeExportJobResult.
|
3912
3912
|
:type request: :class:`tencentcloud.tcss.v20201101.models.DescribeExportJobResultRequest`
|
@@ -399,7 +399,7 @@ class AcknowledgeMessageResponse(AbstractModel):
|
|
399
399
|
|
400
400
|
def __init__(self):
|
401
401
|
r"""
|
402
|
-
:param _ErrorMsg:
|
402
|
+
:param _ErrorMsg: 如果为"",则说明没有错误返回,否则返回具体的错误信息。
|
403
403
|
注意:此字段可能返回 null,表示取不到有效值。
|
404
404
|
:type ErrorMsg: str
|
405
405
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -1079,13 +1079,13 @@ class CmqDeadLetterPolicy(AbstractModel):
|
|
1079
1079
|
:param _DeadLetterQueue: 死信队列。
|
1080
1080
|
注意:此字段可能返回 null,表示取不到有效值。
|
1081
1081
|
:type DeadLetterQueue: str
|
1082
|
-
:param _Policy: 死信队列策略。
|
1082
|
+
:param _Policy: 死信队列策略。0:最大接收次数;1:最大未消费时间
|
1083
1083
|
注意:此字段可能返回 null,表示取不到有效值。
|
1084
1084
|
:type Policy: int
|
1085
1085
|
:param _MaxTimeToLive: 最大未消费过期时间。Policy为1时必选。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds。
|
1086
1086
|
注意:此字段可能返回 null,表示取不到有效值。
|
1087
1087
|
:type MaxTimeToLive: int
|
1088
|
-
:param _MaxReceiveCount: 最大接收次数。
|
1088
|
+
:param _MaxReceiveCount: 最大接收次数。Policy为0时必选,范围在1到1000。
|
1089
1089
|
注意:此字段可能返回 null,表示取不到有效值。
|
1090
1090
|
:type MaxReceiveCount: int
|
1091
1091
|
"""
|
@@ -1206,7 +1206,7 @@ class CmqQueue(AbstractModel):
|
|
1206
1206
|
:param _Bps: 带宽限制。
|
1207
1207
|
注意:此字段可能返回 null,表示取不到有效值。
|
1208
1208
|
:type Bps: int
|
1209
|
-
:param _MaxDelaySeconds:
|
1209
|
+
:param _MaxDelaySeconds: 飞行消息最大保留时间,需要小于消息保留周期。
|
1210
1210
|
注意:此字段可能返回 null,表示取不到有效值。
|
1211
1211
|
:type MaxDelaySeconds: int
|
1212
1212
|
:param _MaxMsgHeapNum: 最大堆积消息数。取值范围在公测期间为 1,000,000 - 10,000,000,正式上线后范围可达到 1000,000-1000,000,000。默认取值在公测期间为 10,000,000,正式上线后为 100,000,000。
|
@@ -1834,7 +1834,7 @@ class CmqTopic(AbstractModel):
|
|
1834
1834
|
:param _MsgRetentionSeconds: 消息在主题中最长存活时间,从发送到该主题开始经过此参数指定的时间后,不论消息是否被成功推送给用户都将被删除,单位为秒。固定为一天(86400秒),该属性不能修改。
|
1835
1835
|
注意:此字段可能返回 null,表示取不到有效值。
|
1836
1836
|
:type MsgRetentionSeconds: int
|
1837
|
-
:param _MaxMsgSize: 消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为
|
1837
|
+
:param _MaxMsgSize: 消息最大长度。取值范围1024 - 1048576Byte(即1 - 1024K),默认值为1048576。
|
1838
1838
|
注意:此字段可能返回 null,表示取不到有效值。
|
1839
1839
|
:type MaxMsgSize: int
|
1840
1840
|
:param _Qps: 每秒钟发布消息的条数。
|
@@ -18515,7 +18515,7 @@ class ModifyClusterRequest(AbstractModel):
|
|
18515
18515
|
:type ClusterId: str
|
18516
18516
|
:param _ClusterName: 更新后的集群名称。
|
18517
18517
|
:type ClusterName: str
|
18518
|
-
:param _Remark:
|
18518
|
+
:param _Remark: 说明信息。长度限制为 128 字节
|
18519
18519
|
:type Remark: str
|
18520
18520
|
:param _PublicAccessEnabled: 开启公网访问,只能为true
|
18521
18521
|
:type PublicAccessEnabled: bool
|
@@ -18637,7 +18637,7 @@ class ModifyCmqQueueAttributeRequest(AbstractModel):
|
|
18637
18637
|
:type MaxQueryCount: int
|
18638
18638
|
:param _DeadLetterQueueName: 死信队列名称
|
18639
18639
|
:type DeadLetterQueueName: str
|
18640
|
-
:param _MaxTimeToLive:
|
18640
|
+
:param _MaxTimeToLive: policy为1时必选。最大未消费过期时间。范围300-43200,单位秒,需要小于消息最大保留时间MsgRetentionSeconds
|
18641
18641
|
:type MaxTimeToLive: int
|
18642
18642
|
:param _MaxReceiveCount: 最大接收次数
|
18643
18643
|
:type MaxReceiveCount: int
|