tencentcloud-sdk-python 3.0.1349__py2.py3-none-any.whl → 3.0.1350__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 (50) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +0 -116
  3. tencentcloud/bi/v20220105/models.py +8 -0
  4. tencentcloud/ccc/v20200210/models.py +108 -50
  5. tencentcloud/cfw/v20190904/models.py +2 -2
  6. tencentcloud/ckafka/v20190819/models.py +6 -6
  7. tencentcloud/cme/v20191029/cme_client.py +0 -1
  8. tencentcloud/cme/v20191029/models.py +10 -14
  9. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  10. tencentcloud/cwp/v20180228/models.py +60 -0
  11. tencentcloud/cynosdb/v20190107/models.py +0 -14
  12. tencentcloud/domain/v20180808/models.py +14 -6
  13. tencentcloud/dts/v20180330/models.py +0 -2
  14. tencentcloud/dts/v20211206/models.py +0 -14
  15. tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
  16. tencentcloud/emr/v20190103/models.py +4 -4
  17. tencentcloud/ess/v20201111/ess_client.py +5 -3
  18. tencentcloud/ess/v20201111/models.py +47 -14
  19. tencentcloud/essbasic/v20210526/models.py +4 -4
  20. tencentcloud/gs/v20191118/models.py +15 -0
  21. tencentcloud/iotexplorer/v20190423/models.py +34 -0
  22. tencentcloud/iotvideo/v20211125/models.py +34 -0
  23. tencentcloud/live/v20180801/models.py +45 -0
  24. tencentcloud/lkeap/v20240522/models.py +15 -0
  25. tencentcloud/mmps/v20200710/models.py +0 -4
  26. tencentcloud/mps/v20190612/errorcodes.py +1 -5
  27. tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
  28. tencentcloud/mqtt/v20240516/models.py +198 -68
  29. tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
  30. tencentcloud/ocr/v20181119/errorcodes.py +0 -9
  31. tencentcloud/ocr/v20181119/models.py +29 -478
  32. tencentcloud/ocr/v20181119/ocr_client.py +5 -79
  33. tencentcloud/partners/v20180321/models.py +154 -0
  34. tencentcloud/partners/v20180321/partners_client.py +23 -0
  35. tencentcloud/sqlserver/v20180328/models.py +60 -0
  36. tencentcloud/tdid/v20210519/models.py +0 -10
  37. tencentcloud/tdmq/v20200217/models.py +0 -94
  38. tencentcloud/tdmq/v20200217/tdmq_client.py +0 -25
  39. tencentcloud/thpc/v20230321/models.py +15 -0
  40. tencentcloud/tke/v20180525/models.py +0 -4
  41. tencentcloud/trtc/v20190722/models.py +30 -0
  42. tencentcloud/vod/v20180717/models.py +39 -143
  43. tencentcloud/vod/v20180717/vod_client.py +2 -1
  44. tencentcloud/vpc/v20170312/models.py +152 -98
  45. tencentcloud/vpc/v20170312/vpc_client.py +8 -5
  46. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/METADATA +1 -1
  47. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/RECORD +50 -50
  48. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/LICENSE +0 -0
  49. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/WHEEL +0 -0
  50. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1350.dist-info}/top_level.txt +0 -0
@@ -6720,6 +6720,12 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6720
6720
  :type Status: int
6721
6721
  :param _ChannelId: 通道id
6722
6722
  :type ChannelId: int
6723
+ :param _Price: 订单金额,单位为分
6724
+ 注意:此字段可能返回 null,表示取不到有效值。
6725
+ :type Price: int
6726
+ :param _Amount: 支付金额,单位为分
6727
+ 注意:此字段可能返回 null,表示取不到有效值。
6728
+ :type Amount: int
6723
6729
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6724
6730
  :type RequestId: str
6725
6731
  """
@@ -6728,6 +6734,8 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6728
6734
  self._PackageId = None
6729
6735
  self._Status = None
6730
6736
  self._ChannelId = None
6737
+ self._Price = None
6738
+ self._Amount = None
6731
6739
  self._RequestId = None
6732
6740
 
6733
6741
  @property
@@ -6791,6 +6799,30 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6791
6799
  def ChannelId(self, ChannelId):
6792
6800
  self._ChannelId = ChannelId
6793
6801
 
6802
+ @property
6803
+ def Price(self):
6804
+ """订单金额,单位为分
6805
+ 注意:此字段可能返回 null,表示取不到有效值。
6806
+ :rtype: int
6807
+ """
6808
+ return self._Price
6809
+
6810
+ @Price.setter
6811
+ def Price(self, Price):
6812
+ self._Price = Price
6813
+
6814
+ @property
6815
+ def Amount(self):
6816
+ """支付金额,单位为分
6817
+ 注意:此字段可能返回 null,表示取不到有效值。
6818
+ :rtype: int
6819
+ """
6820
+ return self._Amount
6821
+
6822
+ @Amount.setter
6823
+ def Amount(self, Amount):
6824
+ self._Amount = Amount
6825
+
6794
6826
  @property
6795
6827
  def RequestId(self):
6796
6828
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -6809,6 +6841,8 @@ class DescribeCloudStorageOrderResponse(AbstractModel):
6809
6841
  self._PackageId = params.get("PackageId")
6810
6842
  self._Status = params.get("Status")
6811
6843
  self._ChannelId = params.get("ChannelId")
6844
+ self._Price = params.get("Price")
6845
+ self._Amount = params.get("Amount")
6812
6846
  self._RequestId = params.get("RequestId")
6813
6847
 
6814
6848
 
@@ -22126,10 +22126,13 @@ Mainland:查询国内数据,
22126
22126
  Oversea:则查询国外数据,
22127
22127
  默认:查询国内+国外的数据。
22128
22128
  :type MainlandOrOversea: str
22129
+ :param _SourceType: 可选值: PullLivePushLive:拉流源类型为直播 PullVodPushLive:拉流源类型为点播 PullPicPushLive:拉流源类型为图片 默认:查询全部拉流源类型
22130
+ :type SourceType: str
22129
22131
  """
22130
22132
  self._StartTime = None
22131
22133
  self._EndTime = None
22132
22134
  self._MainlandOrOversea = None
22135
+ self._SourceType = None
22133
22136
 
22134
22137
  @property
22135
22138
  def StartTime(self):
@@ -22172,11 +22175,23 @@ Oversea:则查询国外数据,
22172
22175
  def MainlandOrOversea(self, MainlandOrOversea):
22173
22176
  self._MainlandOrOversea = MainlandOrOversea
22174
22177
 
22178
+ @property
22179
+ def SourceType(self):
22180
+ """可选值: PullLivePushLive:拉流源类型为直播 PullVodPushLive:拉流源类型为点播 PullPicPushLive:拉流源类型为图片 默认:查询全部拉流源类型
22181
+ :rtype: str
22182
+ """
22183
+ return self._SourceType
22184
+
22185
+ @SourceType.setter
22186
+ def SourceType(self, SourceType):
22187
+ self._SourceType = SourceType
22188
+
22175
22189
 
22176
22190
  def _deserialize(self, params):
22177
22191
  self._StartTime = params.get("StartTime")
22178
22192
  self._EndTime = params.get("EndTime")
22179
22193
  self._MainlandOrOversea = params.get("MainlandOrOversea")
22194
+ self._SourceType = params.get("SourceType")
22180
22195
  memeber_set = set(params.keys())
22181
22196
  for name, value in vars(self).items():
22182
22197
  property_name = name[1:]
@@ -22198,11 +22213,14 @@ class DescribePullTransformPushInfoResponse(AbstractModel):
22198
22213
  :type DataInfoList: list of TaskDurationInfo
22199
22214
  :param _TotalDuration: 拉流转推得总时长
22200
22215
  :type TotalDuration: int
22216
+ :param _TotalDurationSecond: 拉流转推得总时长(秒)
22217
+ :type TotalDurationSecond: int
22201
22218
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
22202
22219
  :type RequestId: str
22203
22220
  """
22204
22221
  self._DataInfoList = None
22205
22222
  self._TotalDuration = None
22223
+ self._TotalDurationSecond = None
22206
22224
  self._RequestId = None
22207
22225
 
22208
22226
  @property
@@ -22227,6 +22245,17 @@ class DescribePullTransformPushInfoResponse(AbstractModel):
22227
22245
  def TotalDuration(self, TotalDuration):
22228
22246
  self._TotalDuration = TotalDuration
22229
22247
 
22248
+ @property
22249
+ def TotalDurationSecond(self):
22250
+ """拉流转推得总时长(秒)
22251
+ :rtype: int
22252
+ """
22253
+ return self._TotalDurationSecond
22254
+
22255
+ @TotalDurationSecond.setter
22256
+ def TotalDurationSecond(self, TotalDurationSecond):
22257
+ self._TotalDurationSecond = TotalDurationSecond
22258
+
22230
22259
  @property
22231
22260
  def RequestId(self):
22232
22261
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -22247,6 +22276,7 @@ class DescribePullTransformPushInfoResponse(AbstractModel):
22247
22276
  obj._deserialize(item)
22248
22277
  self._DataInfoList.append(obj)
22249
22278
  self._TotalDuration = params.get("TotalDuration")
22279
+ self._TotalDurationSecond = params.get("TotalDurationSecond")
22250
22280
  self._RequestId = params.get("RequestId")
22251
22281
 
22252
22282
 
@@ -37117,9 +37147,12 @@ class TaskDurationInfo(AbstractModel):
37117
37147
  :type Time: str
37118
37148
  :param _Duration: 拉流转推任务的时长,单位为分钟
37119
37149
  :type Duration: int
37150
+ :param _DurationSecond: 拉流转推任务的时长,单位为秒
37151
+ :type DurationSecond: int
37120
37152
  """
37121
37153
  self._Time = None
37122
37154
  self._Duration = None
37155
+ self._DurationSecond = None
37123
37156
 
37124
37157
  @property
37125
37158
  def Time(self):
@@ -37143,10 +37176,22 @@ class TaskDurationInfo(AbstractModel):
37143
37176
  def Duration(self, Duration):
37144
37177
  self._Duration = Duration
37145
37178
 
37179
+ @property
37180
+ def DurationSecond(self):
37181
+ """拉流转推任务的时长,单位为秒
37182
+ :rtype: int
37183
+ """
37184
+ return self._DurationSecond
37185
+
37186
+ @DurationSecond.setter
37187
+ def DurationSecond(self, DurationSecond):
37188
+ self._DurationSecond = DurationSecond
37189
+
37146
37190
 
37147
37191
  def _deserialize(self, params):
37148
37192
  self._Time = params.get("Time")
37149
37193
  self._Duration = params.get("Duration")
37194
+ self._DurationSecond = params.get("DurationSecond")
37150
37195
  memeber_set = set(params.keys())
37151
37196
  for name, value in vars(self).items():
37152
37197
  property_name = name[1:]
@@ -1791,9 +1791,12 @@ class Delta(AbstractModel):
1791
1791
  :type Role: str
1792
1792
  :param _Content: 内容详情。
1793
1793
  :type Content: str
1794
+ :param _ReasoningContent: 思维链内容。 ReasoningConent参数仅支持出参,且只有deepseek-r1模型会返回。
1795
+ :type ReasoningContent: str
1794
1796
  """
1795
1797
  self._Role = None
1796
1798
  self._Content = None
1799
+ self._ReasoningContent = None
1797
1800
 
1798
1801
  @property
1799
1802
  def Role(self):
@@ -1817,10 +1820,22 @@ class Delta(AbstractModel):
1817
1820
  def Content(self, Content):
1818
1821
  self._Content = Content
1819
1822
 
1823
+ @property
1824
+ def ReasoningContent(self):
1825
+ """思维链内容。 ReasoningConent参数仅支持出参,且只有deepseek-r1模型会返回。
1826
+ :rtype: str
1827
+ """
1828
+ return self._ReasoningContent
1829
+
1830
+ @ReasoningContent.setter
1831
+ def ReasoningContent(self, ReasoningContent):
1832
+ self._ReasoningContent = ReasoningContent
1833
+
1820
1834
 
1821
1835
  def _deserialize(self, params):
1822
1836
  self._Role = params.get("Role")
1823
1837
  self._Content = params.get("Content")
1838
+ self._ReasoningContent = params.get("ReasoningContent")
1824
1839
  memeber_set = set(params.keys())
1825
1840
  for name, value in vars(self).items():
1826
1841
  property_name = name[1:]
@@ -2826,10 +2826,8 @@ class DescribeScanTaskStatusResponse(AbstractModel):
2826
2826
  :param _Status: 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
2827
2827
  :type Status: int
2828
2828
  :param _ErrMsg: 诊断失败的错误信息
2829
- 注意:此字段可能返回 null,表示取不到有效值。
2830
2829
  :type ErrMsg: str
2831
2830
  :param _FlowSteps: 任务流详情
2832
- 注意:此字段可能返回 null,表示取不到有效值。
2833
2831
  :type FlowSteps: list of TaskFlowStepsInfo
2834
2832
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2835
2833
  :type RequestId: str
@@ -2865,7 +2863,6 @@ class DescribeScanTaskStatusResponse(AbstractModel):
2865
2863
  @property
2866
2864
  def ErrMsg(self):
2867
2865
  """诊断失败的错误信息
2868
- 注意:此字段可能返回 null,表示取不到有效值。
2869
2866
  :rtype: str
2870
2867
  """
2871
2868
  return self._ErrMsg
@@ -2877,7 +2874,6 @@ class DescribeScanTaskStatusResponse(AbstractModel):
2877
2874
  @property
2878
2875
  def FlowSteps(self):
2879
2876
  """任务流详情
2880
- 注意:此字段可能返回 null,表示取不到有效值。
2881
2877
  :rtype: list of TaskFlowStepsInfo
2882
2878
  """
2883
2879
  return self._FlowSteps
@@ -242,11 +242,7 @@ INVALIDPARAMETERVALUE_HEIGHT = 'InvalidParameterValue.Height'
242
242
  # 参数错误:热词库不存在
243
243
  INVALIDPARAMETERVALUE_HOTWORDSNOTEXIST = 'InvalidParameterValue.HotWordsNotExist'
244
244
 
245
- # HotwordsFormatError
246
- 热词库格式错误,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5
247
-
248
- 热词字符串通过逗号分割,文件中换行分割。
249
- 腾讯云|10,语音识别|5,ASR|10
245
+ # 热词库格式错误。请参考[热词配置说明文档](https://cloud.tencent.com/document/product/862/116244#afc37e17-2786-4289-9bc3-8e24435d3f45)。
250
246
  INVALIDPARAMETERVALUE_HOTWORDSFORMATERROR = 'InvalidParameterValue.HotwordsFormatError'
251
247
 
252
248
  # ImageContent参数值无效。
@@ -17,6 +17,9 @@
17
17
  # 操作失败。
18
18
  FAILEDOPERATION = 'FailedOperation'
19
19
 
20
+ # 交易异常
21
+ FAILEDOPERATION_CALLTRADE = 'FailedOperation.CallTrade'
22
+
20
23
  # FailedOperation.CertificateVerificationFailed
21
24
  FAILEDOPERATION_CERTIFICATEVERIFICATIONFAILED = 'FailedOperation.CertificateVerificationFailed'
22
25
 
@@ -29,6 +32,9 @@ FAILEDOPERATION_INSTANCENOTREADY = 'FailedOperation.InstanceNotReady'
29
32
  # FailedOperation.InstanceRegistrationCodeEmpty
30
33
  FAILEDOPERATION_INSTANCEREGISTRATIONCODEEMPTY = 'FailedOperation.InstanceRegistrationCodeEmpty'
31
34
 
35
+ # 授权策略不支持关闭。
36
+ FAILEDOPERATION_NOTSUPPORTDISABLEAUTHORIZATIONPOLICY = 'FailedOperation.NotSupportDisableAuthorizationPolicy'
37
+
32
38
  # FailedOperation.PublicKeyVerifyFailed
33
39
  FAILEDOPERATION_PUBLICKEYVERIFYFAILED = 'FailedOperation.PublicKeyVerifyFailed'
34
40