tencentcloud-sdk-python 3.0.1397__py2.py3-none-any.whl → 3.0.1399__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.
Files changed (48) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  3. tencentcloud/autoscaling/v20180419/models.py +4 -4
  4. tencentcloud/btoe/v20210514/btoe_client.py +39 -13
  5. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  6. tencentcloud/ccc/v20200210/models.py +136 -4
  7. tencentcloud/cdn/v20180606/models.py +2 -2
  8. tencentcloud/ckafka/v20190819/models.py +15 -0
  9. tencentcloud/clb/v20180317/models.py +30 -0
  10. tencentcloud/dbbrain/v20210527/errorcodes.py +9 -0
  11. tencentcloud/dnspod/v20210323/dnspod_client.py +46 -0
  12. tencentcloud/dnspod/v20210323/errorcodes.py +15 -0
  13. tencentcloud/dnspod/v20210323/models.py +874 -18
  14. tencentcloud/ess/v20201111/models.py +23 -2
  15. tencentcloud/essbasic/v20210526/models.py +29 -6
  16. tencentcloud/faceid/v20180301/models.py +108 -6
  17. tencentcloud/gs/v20191118/models.py +4 -0
  18. tencentcloud/hai/v20230812/errorcodes.py +6 -0
  19. tencentcloud/hai/v20230812/hai_client.py +23 -0
  20. tencentcloud/hai/v20230812/models.py +79 -0
  21. tencentcloud/ioa/v20220601/ioa_client.py +23 -0
  22. tencentcloud/ioa/v20220601/models.py +301 -2
  23. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +4 -4
  24. tencentcloud/lke/v20231130/lke_client.py +161 -0
  25. tencentcloud/lke/v20231130/models.py +1181 -67
  26. tencentcloud/lowcode/v20210108/models.py +64 -0
  27. tencentcloud/mps/v20190612/models.py +21 -0
  28. tencentcloud/ocr/v20181119/models.py +1096 -0
  29. tencentcloud/ocr/v20181119/ocr_client.py +106 -2
  30. tencentcloud/postgres/v20170312/models.py +2 -2
  31. tencentcloud/sms/v20190711/models.py +12 -28
  32. tencentcloud/sms/v20210111/models.py +12 -28
  33. tencentcloud/tat/v20201028/errorcodes.py +3 -0
  34. tencentcloud/tcss/v20201101/errorcodes.py +3 -0
  35. tencentcloud/tcss/v20201101/models.py +153 -0
  36. tencentcloud/tcss/v20201101/tcss_client.py +23 -0
  37. tencentcloud/teo/v20220901/models.py +2 -2
  38. tencentcloud/tke/v20180525/models.py +75 -0
  39. tencentcloud/trtc/v20190722/models.py +10 -6
  40. tencentcloud/vod/v20180717/errorcodes.py +3 -0
  41. tencentcloud/vod/v20180717/models.py +30 -22
  42. tencentcloud/wedata/v20210820/models.py +8919 -2673
  43. tencentcloud/wedata/v20210820/wedata_client.py +141 -3
  44. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/METADATA +1 -1
  45. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/RECORD +48 -48
  46. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/LICENSE +0 -0
  47. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/WHEEL +0 -0
  48. {tencentcloud_sdk_python-3.0.1397.dist-info → tencentcloud_sdk_python-3.0.1399.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1397'
17
+ __version__ = '3.0.1399'
@@ -287,6 +287,9 @@ INVALIDPARAMETERVALUE_STARTTIMEBEFORECURRENTTIME = 'InvalidParameterValue.StartT
287
287
  # 子网信息不合法。
288
288
  INVALIDPARAMETERVALUE_SUBNETIDS = 'InvalidParameterValue.SubnetIds'
289
289
 
290
+ # 子网不在指定本地专用集群中。
291
+ INVALIDPARAMETERVALUE_SUBNETNOTINDEDICATEDCLUSTER = 'InvalidParameterValue.SubnetNotInDedicatedCluster'
292
+
290
293
  # 负载均衡器四层监听器的后端端口重复。
291
294
  INVALIDPARAMETERVALUE_TARGETPORTDUPLICATED = 'InvalidParameterValue.TargetPortDuplicated'
292
295
 
@@ -5815,7 +5815,7 @@ class DescribeRefreshActivitiesRequest(AbstractModel):
5815
5815
  :param _RefreshActivityIds: 刷新活动ID列表。ID形如:`asr-5l2ejpfo`。每次请求的上限为100。参数不支持同时指定`RefreshActivityIds`和`Filters`。
5816
5816
  :type RefreshActivityIds: list of str
5817
5817
  :param _Filters: 过滤条件。
5818
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
5818
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
5819
5819
  <li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>
5820
5820
  <li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>
5821
5821
  <li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>
@@ -5845,7 +5845,7 @@ class DescribeRefreshActivitiesRequest(AbstractModel):
5845
5845
  @property
5846
5846
  def Filters(self):
5847
5847
  """过滤条件。
5848
- <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
5848
+ <li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
5849
5849
  <li> refresh-activity-status-code - String - 是否必填:否 -(过滤条件)按照刷新活动状态过滤。(INIT:初始化中 | RUNNING:运行中 | SUCCESSFUL:活动成功 | FAILED_PAUSE:失败暂停 | AUTO_PAUSE:自动暂停 | MANUAL_PAUSE:手动暂停 | CANCELLED:活动取消 | FAILED:活动失败)</li>
5850
5850
  <li> refresh-activity-type - String - 是否必填:否 -(过滤条件)按照刷新活动类型过滤。(NORMAL:正常刷新活动 | ROLLBACK:回滚刷新活动)</li>
5851
5851
  <li> refresh-activity-id - String - 是否必填:否 -(过滤条件)按照刷新活动ID过滤。</li>
@@ -13977,7 +13977,7 @@ class StartInstanceRefreshRequest(AbstractModel):
13977
13977
  :type AutoScalingGroupId: str
13978
13978
  :param _RefreshSettings: 刷新设置。
13979
13979
  :type RefreshSettings: :class:`tencentcloud.autoscaling.v20180419.models.RefreshSettings`
13980
- :param _RefreshMode: 刷新模式。取值范围:
13980
+ :param _RefreshMode: 刷新模式。默认值为 ROLLING_UPDATE_RESET,取值范围:
13981
13981
  <li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
13982
13982
  <li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
13983
13983
  :type RefreshMode: str
@@ -14010,7 +14010,7 @@ class StartInstanceRefreshRequest(AbstractModel):
14010
14010
 
14011
14011
  @property
14012
14012
  def RefreshMode(self):
14013
- """刷新模式。取值范围:
14013
+ """刷新模式。默认值为 ROLLING_UPDATE_RESET,取值范围:
14014
14014
  <li>ROLLING_UPDATE_RESET:重装系统进行滚动更新</li>
14015
14015
  <li>ROLLING_UPDATE_REPLACE:新建实例替换进行滚动更新,该模式暂不支持回滚接口</li>
14016
14016
  :rtype: str
@@ -27,7 +27,9 @@ class BtoeClient(AbstractClient):
27
27
 
28
28
 
29
29
  def CreateAudioDeposit(self, request):
30
- """用户通过本接口向BTOE写入待存证的音频原文件或下载URL,BTOE对音频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。音频类型支持格式:mp3、wav、wma、midi、flac;原文件上传大小不超过5 MB,下载URL文件大小不超过25 MB。
30
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
31
+
32
+ 用户通过本接口向BTOE写入待存证的音频原文件或下载URL,BTOE对音频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。音频类型支持格式:mp3、wav、wma、midi、flac;原文件上传大小不超过5 MB,下载URL文件大小不超过25 MB。
31
33
 
32
34
  :param request: Request instance for CreateAudioDeposit.
33
35
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateAudioDepositRequest`
@@ -50,7 +52,9 @@ class BtoeClient(AbstractClient):
50
52
 
51
53
 
52
54
  def CreateDataDeposit(self, request):
53
- """用户通过本接口向BTOE写入待存证的业务数据明文,业务数据明文存证写入后不可修改,BTOE对业务数据明文存证生成含有电子签章的区块链存证电子凭证。
55
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
56
+
57
+ 用户通过本接口向BTOE写入待存证的业务数据明文,业务数据明文存证写入后不可修改,BTOE对业务数据明文存证生成含有电子签章的区块链存证电子凭证。
54
58
 
55
59
  :param request: Request instance for CreateDataDeposit.
56
60
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateDataDepositRequest`
@@ -73,7 +77,9 @@ class BtoeClient(AbstractClient):
73
77
 
74
78
 
75
79
  def CreateDocDeposit(self, request):
76
- """用户通过本接口向BTOE写入待存证的文档原文件或下载URL,BTOE对文档原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。文档类型支持格式:doc、docx、xls、xlsx、ppt、pptx、 pdf、html、txt、md、csv;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
80
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
81
+
82
+ 用户通过本接口向BTOE写入待存证的文档原文件或下载URL,BTOE对文档原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。文档类型支持格式:doc、docx、xls、xlsx、ppt、pptx、 pdf、html、txt、md、csv;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
77
83
 
78
84
  :param request: Request instance for CreateDocDeposit.
79
85
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateDocDepositRequest`
@@ -96,7 +102,9 @@ class BtoeClient(AbstractClient):
96
102
 
97
103
 
98
104
  def CreateHashDeposit(self, request):
99
- """用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。
105
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
106
+
107
+ 用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。
100
108
 
101
109
  :param request: Request instance for CreateHashDeposit.
102
110
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateHashDepositRequest`
@@ -119,7 +127,9 @@ class BtoeClient(AbstractClient):
119
127
 
120
128
 
121
129
  def CreateHashDepositNoCert(self, request):
122
- """用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,本接口不生成区块链存证电子凭证。
130
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品云API接口下线。
131
+
132
+ 用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,本接口不生成区块链存证电子凭证。
123
133
 
124
134
  :param request: Request instance for CreateHashDepositNoCert.
125
135
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateHashDepositNoCertRequest`
@@ -142,7 +152,9 @@ class BtoeClient(AbstractClient):
142
152
 
143
153
 
144
154
  def CreateHashDepositNoSeal(self, request):
145
- """用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成无电子签章的区块链存证电子凭证。
155
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
156
+
157
+ 用户通过本接口向BTOE写入待存证的原文数据Hash值,BTOE对业务数据Hash值存证上链,并生成无电子签章的区块链存证电子凭证。
146
158
 
147
159
  :param request: Request instance for CreateHashDepositNoSeal.
148
160
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateHashDepositNoSealRequest`
@@ -165,7 +177,9 @@ class BtoeClient(AbstractClient):
165
177
 
166
178
 
167
179
  def CreateImageDeposit(self, request):
168
- """用户通过本接口向BTOE写入待存证的图片原文件或下载URL,BTOE对图片原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。图片类型支持格式:png、jpg、jpeg、bmp、gif、svg;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
180
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
181
+
182
+ 用户通过本接口向BTOE写入待存证的图片原文件或下载URL,BTOE对图片原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。图片类型支持格式:png、jpg、jpeg、bmp、gif、svg;原文件上传大小不超过5 MB,下载URL文件大小不超过10 MB。
169
183
 
170
184
  :param request: Request instance for CreateImageDeposit.
171
185
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateImageDepositRequest`
@@ -188,7 +202,9 @@ class BtoeClient(AbstractClient):
188
202
 
189
203
 
190
204
  def CreateVideoDeposit(self, request):
191
- """用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB。
205
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
206
+
207
+ 用户通过本接口向BTOE写入待存证的视频的原文件或下载URL,BTOE对视频原文件存储后,将其Hash值存证上链,并生成含有电子签章的区块链存证电子凭证。视频文件支持格式:mp4、avi、mkv、mov、flv,wmv,rmvb,3gp;文件大小限制:直接上传原文件不大于5MB。
192
208
 
193
209
  :param request: Request instance for CreateVideoDeposit.
194
210
  :type request: :class:`tencentcloud.btoe.v20210514.models.CreateVideoDepositRequest`
@@ -211,7 +227,9 @@ class BtoeClient(AbstractClient):
211
227
 
212
228
 
213
229
  def GetDepositCert(self, request):
214
- """用户通过存证编码向BTOE查询存证电子凭证信息。
230
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品api接口下线。
231
+
232
+ 用户通过存证编码向BTOE查询存证电子凭证信息。
215
233
 
216
234
  :param request: Request instance for GetDepositCert.
217
235
  :type request: :class:`tencentcloud.btoe.v20210514.models.GetDepositCertRequest`
@@ -234,7 +252,9 @@ class BtoeClient(AbstractClient):
234
252
 
235
253
 
236
254
  def GetDepositFile(self, request):
237
- """用户通过存证编码向BTOE获取存证文件的下载URL。
255
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
256
+
257
+ 用户通过存证编码向BTOE获取存证文件的下载URL。
238
258
  -注:Hash类存证、业务数据明文存证不产生存证文件。
239
259
 
240
260
  :param request: Request instance for GetDepositFile.
@@ -258,7 +278,9 @@ class BtoeClient(AbstractClient):
258
278
 
259
279
 
260
280
  def GetDepositInfo(self, request):
261
- """用户通过存证编码向BTOE查询存证基本信息。
281
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
282
+
283
+ 用户通过存证编码向BTOE查询存证基本信息。
262
284
 
263
285
  :param request: Request instance for GetDepositInfo.
264
286
  :type request: :class:`tencentcloud.btoe.v20210514.models.GetDepositInfoRequest`
@@ -281,7 +303,9 @@ class BtoeClient(AbstractClient):
281
303
 
282
304
 
283
305
  def VerifyEvidenceBlockChainTxHash(self, request):
284
- """用户向BTOE核验存证结果中的区块链交易hash的真实性
306
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
307
+
308
+ 用户向BTOE核验存证结果中的区块链交易hash的真实性
285
309
 
286
310
  :param request: Request instance for VerifyEvidenceBlockChainTxHash.
287
311
  :type request: :class:`tencentcloud.btoe.v20210514.models.VerifyEvidenceBlockChainTxHashRequest`
@@ -304,7 +328,9 @@ class BtoeClient(AbstractClient):
304
328
 
305
329
 
306
330
  def VerifyEvidenceHash(self, request):
307
- """用户存证内容hash向BTOE核验存证记录的真实性。
331
+ """腾讯云可信取证产品BTOE已经正常退市,发起退市时间为:2023-12-31,全面停止支持时间是:2024-12-31。安全团队已经做好服务侧告知,根据子类退市规定,需要将该产品控制台下线。
332
+
333
+ 用户存证内容hash向BTOE核验存证记录的真实性。
308
334
 
309
335
  :param request: Request instance for VerifyEvidenceHash.
310
336
  :type request: :class:`tencentcloud.btoe.v20210514.models.VerifyEvidenceHashRequest`
@@ -72,6 +72,29 @@ class CccClient(AbstractClient):
72
72
  raise TencentCloudSDKException(type(e).__name__, str(e))
73
73
 
74
74
 
75
+ def BindNumberCallInInterface(self, request):
76
+ """绑定号码呼入回调接口
77
+
78
+ :param request: Request instance for BindNumberCallInInterface.
79
+ :type request: :class:`tencentcloud.ccc.v20200210.models.BindNumberCallInInterfaceRequest`
80
+ :rtype: :class:`tencentcloud.ccc.v20200210.models.BindNumberCallInInterfaceResponse`
81
+
82
+ """
83
+ try:
84
+ params = request._serialize()
85
+ headers = request.headers
86
+ body = self.call("BindNumberCallInInterface", params, headers=headers)
87
+ response = json.loads(body)
88
+ model = models.BindNumberCallInInterfaceResponse()
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
+
75
98
  def BindNumberCallOutSkillGroup(self, request):
76
99
  """绑定号码外呼技能组
77
100
 
@@ -1265,6 +1265,102 @@ class AutoCalloutTaskInfo(AbstractModel):
1265
1265
 
1266
1266
 
1267
1267
 
1268
+ class BindNumberCallInInterfaceRequest(AbstractModel):
1269
+ """BindNumberCallInInterface请求参数结构体
1270
+
1271
+ """
1272
+
1273
+ def __init__(self):
1274
+ r"""
1275
+ :param _SdkAppId: 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1276
+ :type SdkAppId: int
1277
+ :param _Number: 待绑定的号码
1278
+ :type Number: str
1279
+ :param _CallInInterface: 待绑定的回调地址
1280
+ :type CallInInterface: :class:`tencentcloud.ccc.v20200210.models.Interface`
1281
+ """
1282
+ self._SdkAppId = None
1283
+ self._Number = None
1284
+ self._CallInInterface = None
1285
+
1286
+ @property
1287
+ def SdkAppId(self):
1288
+ """应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1289
+ :rtype: int
1290
+ """
1291
+ return self._SdkAppId
1292
+
1293
+ @SdkAppId.setter
1294
+ def SdkAppId(self, SdkAppId):
1295
+ self._SdkAppId = SdkAppId
1296
+
1297
+ @property
1298
+ def Number(self):
1299
+ """待绑定的号码
1300
+ :rtype: str
1301
+ """
1302
+ return self._Number
1303
+
1304
+ @Number.setter
1305
+ def Number(self, Number):
1306
+ self._Number = Number
1307
+
1308
+ @property
1309
+ def CallInInterface(self):
1310
+ """待绑定的回调地址
1311
+ :rtype: :class:`tencentcloud.ccc.v20200210.models.Interface`
1312
+ """
1313
+ return self._CallInInterface
1314
+
1315
+ @CallInInterface.setter
1316
+ def CallInInterface(self, CallInInterface):
1317
+ self._CallInInterface = CallInInterface
1318
+
1319
+
1320
+ def _deserialize(self, params):
1321
+ self._SdkAppId = params.get("SdkAppId")
1322
+ self._Number = params.get("Number")
1323
+ if params.get("CallInInterface") is not None:
1324
+ self._CallInInterface = Interface()
1325
+ self._CallInInterface._deserialize(params.get("CallInInterface"))
1326
+ memeber_set = set(params.keys())
1327
+ for name, value in vars(self).items():
1328
+ property_name = name[1:]
1329
+ if property_name in memeber_set:
1330
+ memeber_set.remove(property_name)
1331
+ if len(memeber_set) > 0:
1332
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
1333
+
1334
+
1335
+
1336
+ class BindNumberCallInInterfaceResponse(AbstractModel):
1337
+ """BindNumberCallInInterface返回参数结构体
1338
+
1339
+ """
1340
+
1341
+ def __init__(self):
1342
+ r"""
1343
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1344
+ :type RequestId: str
1345
+ """
1346
+ self._RequestId = None
1347
+
1348
+ @property
1349
+ def RequestId(self):
1350
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1351
+ :rtype: str
1352
+ """
1353
+ return self._RequestId
1354
+
1355
+ @RequestId.setter
1356
+ def RequestId(self, RequestId):
1357
+ self._RequestId = RequestId
1358
+
1359
+
1360
+ def _deserialize(self, params):
1361
+ self._RequestId = params.get("RequestId")
1362
+
1363
+
1268
1364
  class BindNumberCallOutSkillGroupRequest(AbstractModel):
1269
1365
  """BindNumberCallOutSkillGroup请求参数结构体
1270
1366
 
@@ -2016,7 +2112,7 @@ class CarrierPrivilegeNumberApplicant(AbstractModel):
2016
2112
 
2017
2113
 
2018
2114
 
2019
- class Client(AbstractModel):
2115
+ class ClientInfo(AbstractModel):
2020
2116
  """座席登录的终端信息
2021
2117
 
2022
2118
  """
@@ -12143,6 +12239,42 @@ class IVRKeyPressedElement(AbstractModel):
12143
12239
 
12144
12240
 
12145
12241
 
12242
+ class Interface(AbstractModel):
12243
+ """回调接口
12244
+
12245
+ """
12246
+
12247
+ def __init__(self):
12248
+ r"""
12249
+ :param _URL: 接口地址
12250
+ :type URL: str
12251
+ """
12252
+ self._URL = None
12253
+
12254
+ @property
12255
+ def URL(self):
12256
+ """接口地址
12257
+ :rtype: str
12258
+ """
12259
+ return self._URL
12260
+
12261
+ @URL.setter
12262
+ def URL(self, URL):
12263
+ self._URL = URL
12264
+
12265
+
12266
+ def _deserialize(self, params):
12267
+ self._URL = params.get("URL")
12268
+ memeber_set = set(params.keys())
12269
+ for name, value in vars(self).items():
12270
+ property_name = name[1:]
12271
+ if property_name in memeber_set:
12272
+ memeber_set.remove(property_name)
12273
+ if len(memeber_set) > 0:
12274
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
12275
+
12276
+
12277
+
12146
12278
  class Message(AbstractModel):
12147
12279
  """单条消息
12148
12280
 
@@ -15299,7 +15431,7 @@ class StaffStatusMetrics(AbstractModel):
15299
15431
  注意:此字段可能返回 null,表示取不到有效值。
15300
15432
  :type LastStatusTimestamp: int
15301
15433
  :param _ClientInfo: 客服登录的端信息
15302
- :type ClientInfo: list of Client
15434
+ :type ClientInfo: list of ClientInfo
15303
15435
  """
15304
15436
  self._Email = None
15305
15437
  self._Status = None
@@ -15500,7 +15632,7 @@ class StaffStatusMetrics(AbstractModel):
15500
15632
  @property
15501
15633
  def ClientInfo(self):
15502
15634
  """客服登录的端信息
15503
- :rtype: list of Client
15635
+ :rtype: list of ClientInfo
15504
15636
  """
15505
15637
  return self._ClientInfo
15506
15638
 
@@ -15531,7 +15663,7 @@ class StaffStatusMetrics(AbstractModel):
15531
15663
  if params.get("ClientInfo") is not None:
15532
15664
  self._ClientInfo = []
15533
15665
  for item in params.get("ClientInfo"):
15534
- obj = Client()
15666
+ obj = ClientInfo()
15535
15667
  obj._deserialize(item)
15536
15668
  self._ClientInfo.append(obj)
15537
15669
  memeber_set = set(params.keys())
@@ -13094,7 +13094,7 @@ class DescribePurgeTasksResponse(AbstractModel):
13094
13094
 
13095
13095
  def __init__(self):
13096
13096
  r"""
13097
- :param _PurgeLogs: 详细刷新记录
13097
+ :param _PurgeLogs: 详细刷新纪录
13098
13098
  :type PurgeLogs: list of PurgeTask
13099
13099
  :param _TotalCount: 任务总数,用于分页
13100
13100
  :type TotalCount: int
@@ -13107,7 +13107,7 @@ class DescribePurgeTasksResponse(AbstractModel):
13107
13107
 
13108
13108
  @property
13109
13109
  def PurgeLogs(self):
13110
- """详细刷新记录
13110
+ """详细刷新纪录
13111
13111
  :rtype: list of PurgeTask
13112
13112
  """
13113
13113
  return self._PurgeLogs
@@ -23646,9 +23646,12 @@ class ModifyDatahubTaskRequest(AbstractModel):
23646
23646
  :type TaskId: str
23647
23647
  :param _TaskName: 任务名称
23648
23648
  :type TaskName: str
23649
+ :param _Description: 任务描述信息
23650
+ :type Description: str
23649
23651
  """
23650
23652
  self._TaskId = None
23651
23653
  self._TaskName = None
23654
+ self._Description = None
23652
23655
 
23653
23656
  @property
23654
23657
  def TaskId(self):
@@ -23672,10 +23675,22 @@ class ModifyDatahubTaskRequest(AbstractModel):
23672
23675
  def TaskName(self, TaskName):
23673
23676
  self._TaskName = TaskName
23674
23677
 
23678
+ @property
23679
+ def Description(self):
23680
+ """任务描述信息
23681
+ :rtype: str
23682
+ """
23683
+ return self._Description
23684
+
23685
+ @Description.setter
23686
+ def Description(self, Description):
23687
+ self._Description = Description
23688
+
23675
23689
 
23676
23690
  def _deserialize(self, params):
23677
23691
  self._TaskId = params.get("TaskId")
23678
23692
  self._TaskName = params.get("TaskName")
23693
+ self._Description = params.get("Description")
23679
23694
  memeber_set = set(params.keys())
23680
23695
  for name, value in vars(self).items():
23681
23696
  property_name = name[1:]
@@ -3998,6 +3998,8 @@ class CreateListenerRequest(AbstractModel):
3998
3998
  :type MaxCps: int
3999
3999
  :param _IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。取值范围:共享型实例和独占型实例支持:300-900,性能容量型实例支持:300-1980。如需设置请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)。
4000
4000
  :type IdleConnectTimeout: int
4001
+ :param _ProxyProtocol: TCP_SSL和QUIC是否支持PP
4002
+ :type ProxyProtocol: bool
4001
4003
  :param _SnatEnable: 是否开启SNAT,True(开启)、False(关闭)。
4002
4004
  默认为关闭。
4003
4005
  :type SnatEnable: bool
@@ -4030,6 +4032,7 @@ class CreateListenerRequest(AbstractModel):
4030
4032
  self._MaxConn = None
4031
4033
  self._MaxCps = None
4032
4034
  self._IdleConnectTimeout = None
4035
+ self._ProxyProtocol = None
4033
4036
  self._SnatEnable = None
4034
4037
  self._FullEndPorts = None
4035
4038
  self._H2cSwitch = None
@@ -4241,6 +4244,17 @@ class CreateListenerRequest(AbstractModel):
4241
4244
  def IdleConnectTimeout(self, IdleConnectTimeout):
4242
4245
  self._IdleConnectTimeout = IdleConnectTimeout
4243
4246
 
4247
+ @property
4248
+ def ProxyProtocol(self):
4249
+ """TCP_SSL和QUIC是否支持PP
4250
+ :rtype: bool
4251
+ """
4252
+ return self._ProxyProtocol
4253
+
4254
+ @ProxyProtocol.setter
4255
+ def ProxyProtocol(self, ProxyProtocol):
4256
+ self._ProxyProtocol = ProxyProtocol
4257
+
4244
4258
  @property
4245
4259
  def SnatEnable(self):
4246
4260
  """是否开启SNAT,True(开启)、False(关闭)。
@@ -4325,6 +4339,7 @@ class CreateListenerRequest(AbstractModel):
4325
4339
  self._MaxConn = params.get("MaxConn")
4326
4340
  self._MaxCps = params.get("MaxCps")
4327
4341
  self._IdleConnectTimeout = params.get("IdleConnectTimeout")
4342
+ self._ProxyProtocol = params.get("ProxyProtocol")
4328
4343
  self._SnatEnable = params.get("SnatEnable")
4329
4344
  self._FullEndPorts = params.get("FullEndPorts")
4330
4345
  self._H2cSwitch = params.get("H2cSwitch")
@@ -16689,6 +16704,8 @@ True表示发送 RST 给客户端,False表示不发送 RST 给客户端。
16689
16704
  :type MaxCps: int
16690
16705
  :param _IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~1980。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
16691
16706
  :type IdleConnectTimeout: int
16707
+ :param _ProxyProtocol: TCP_SSL和QUIC是否支持PP
16708
+ :type ProxyProtocol: bool
16692
16709
  :param _SnatEnable: 是否开启SNAT, True 表示开启 SNAT,False 表示不开启 SNAT。
16693
16710
  不传则表示不修改。
16694
16711
  :type SnatEnable: bool
@@ -16711,6 +16728,7 @@ True表示发送 RST 给客户端,False表示不发送 RST 给客户端。
16711
16728
  self._MaxConn = None
16712
16729
  self._MaxCps = None
16713
16730
  self._IdleConnectTimeout = None
16731
+ self._ProxyProtocol = None
16714
16732
  self._SnatEnable = None
16715
16733
  self._DataCompressMode = None
16716
16734
 
@@ -16900,6 +16918,17 @@ True表示发送 RST 给客户端,False表示不发送 RST 给客户端。
16900
16918
  def IdleConnectTimeout(self, IdleConnectTimeout):
16901
16919
  self._IdleConnectTimeout = IdleConnectTimeout
16902
16920
 
16921
+ @property
16922
+ def ProxyProtocol(self):
16923
+ """TCP_SSL和QUIC是否支持PP
16924
+ :rtype: bool
16925
+ """
16926
+ return self._ProxyProtocol
16927
+
16928
+ @ProxyProtocol.setter
16929
+ def ProxyProtocol(self, ProxyProtocol):
16930
+ self._ProxyProtocol = ProxyProtocol
16931
+
16903
16932
  @property
16904
16933
  def SnatEnable(self):
16905
16934
  """是否开启SNAT, True 表示开启 SNAT,False 表示不开启 SNAT。
@@ -16947,6 +16976,7 @@ True表示发送 RST 给客户端,False表示不发送 RST 给客户端。
16947
16976
  self._MaxConn = params.get("MaxConn")
16948
16977
  self._MaxCps = params.get("MaxCps")
16949
16978
  self._IdleConnectTimeout = params.get("IdleConnectTimeout")
16979
+ self._ProxyProtocol = params.get("ProxyProtocol")
16950
16980
  self._SnatEnable = params.get("SnatEnable")
16951
16981
  self._DataCompressMode = params.get("DataCompressMode")
16952
16982
  memeber_set = set(params.keys())
@@ -23,12 +23,21 @@ DRYRUNOPERATION = 'DryRunOperation'
23
23
  # 操作失败。
24
24
  FAILEDOPERATION = 'FailedOperation'
25
25
 
26
+ # 实例审计未开启
27
+ FAILEDOPERATION_AUDITNOTOPENED = 'FailedOperation.AuditNotOpened'
28
+
29
+ # paas 侧商业审计状态未开启
30
+ FAILEDOPERATION_PAASAUDITNOTOPENED = 'FailedOperation.PaasAuditNotOpened'
31
+
26
32
  # 数据加载中
27
33
  FAILEDOPERATION_SEGMENTLOADING = 'FailedOperation.SegmentLoading'
28
34
 
29
35
  # 内部错误。
30
36
  INTERNALERROR = 'InternalError'
31
37
 
38
+ # 数据库操作失败
39
+ INTERNALERROR_DBOPERATIONFAILED = 'InternalError.DbOperationFailed'
40
+
32
41
  # 参数错误。
33
42
  INVALIDPARAMETER = 'InvalidParameter'
34
43
 
@@ -998,6 +998,29 @@ class DnspodClient(AbstractClient):
998
998
  raise TencentCloudSDKException(type(e).__name__, str(e))
999
999
 
1000
1000
 
1001
+ def DescribeDomainVipList(self, request):
1002
+ """获取套餐列表
1003
+
1004
+ :param request: Request instance for DescribeDomainVipList.
1005
+ :type request: :class:`tencentcloud.dnspod.v20210323.models.DescribeDomainVipListRequest`
1006
+ :rtype: :class:`tencentcloud.dnspod.v20210323.models.DescribeDomainVipListResponse`
1007
+
1008
+ """
1009
+ try:
1010
+ params = request._serialize()
1011
+ headers = request.headers
1012
+ body = self.call("DescribeDomainVipList", params, headers=headers)
1013
+ response = json.loads(body)
1014
+ model = models.DescribeDomainVipListResponse()
1015
+ model._deserialize(response["Response"])
1016
+ return model
1017
+ except Exception as e:
1018
+ if isinstance(e, TencentCloudSDKException):
1019
+ raise
1020
+ else:
1021
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1022
+
1023
+
1001
1024
  def DescribeDomainWhois(self, request):
1002
1025
  """获取域名Whois信息
1003
1026
 
@@ -1487,6 +1510,29 @@ class DnspodClient(AbstractClient):
1487
1510
  raise TencentCloudSDKException(type(e).__name__, str(e))
1488
1511
 
1489
1512
 
1513
+ def DescribeVasList(self, request):
1514
+ """获取增值服务列表
1515
+
1516
+ :param request: Request instance for DescribeVasList.
1517
+ :type request: :class:`tencentcloud.dnspod.v20210323.models.DescribeVasListRequest`
1518
+ :rtype: :class:`tencentcloud.dnspod.v20210323.models.DescribeVasListResponse`
1519
+
1520
+ """
1521
+ try:
1522
+ params = request._serialize()
1523
+ headers = request.headers
1524
+ body = self.call("DescribeVasList", params, headers=headers)
1525
+ response = json.loads(body)
1526
+ model = models.DescribeVasListResponse()
1527
+ model._deserialize(response["Response"])
1528
+ return model
1529
+ except Exception as e:
1530
+ if isinstance(e, TencentCloudSDKException):
1531
+ raise
1532
+ else:
1533
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1534
+
1535
+
1490
1536
  def DownloadSnapshot(self, request):
1491
1537
  """下载快照
1492
1538