tencentcloud-sdk-python 3.0.1442__py2.py3-none-any.whl → 3.0.1444__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.

Potentially problematic release.


This version of tencentcloud-sdk-python might be problematic. Click here for more details.

Files changed (66) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/batch/v20170312/models.py +30 -50
  3. tencentcloud/ckafka/v20190819/models.py +23 -23
  4. tencentcloud/clb/v20180317/models.py +426 -30
  5. tencentcloud/cls/v20201016/cls_client.py +4 -4
  6. tencentcloud/cls/v20201016/errorcodes.py +3 -0
  7. tencentcloud/cls/v20201016/models.py +1089 -324
  8. tencentcloud/common/credential.py +20 -2
  9. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  10. tencentcloud/dnspod/v20210323/models.py +17 -2
  11. tencentcloud/es/v20180416/models.py +30 -0
  12. tencentcloud/ess/v20201111/ess_client.py +3 -1
  13. tencentcloud/ess/v20201111/models.py +2 -2
  14. tencentcloud/essbasic/v20210526/essbasic_client.py +3 -1
  15. tencentcloud/essbasic/v20210526/models.py +2 -2
  16. tencentcloud/iai/v20200303/models.py +19 -0
  17. tencentcloud/keewidb/v20220308/errorcodes.py +3 -0
  18. tencentcloud/keewidb/v20220308/models.py +2 -2
  19. tencentcloud/lcic/v20220817/errorcodes.py +15 -0
  20. tencentcloud/lcic/v20220817/models.py +67 -16
  21. tencentcloud/lighthouse/v20200324/errorcodes.py +27 -0
  22. tencentcloud/lighthouse/v20200324/lighthouse_client.py +53 -0
  23. tencentcloud/lighthouse/v20200324/models.py +534 -0
  24. tencentcloud/live/v20180801/models.py +2 -10
  25. tencentcloud/lke/v20231130/lke_client.py +0 -23
  26. tencentcloud/lke/v20231130/models.py +40 -128
  27. tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
  28. tencentcloud/mongodb/v20190725/models.py +4 -4
  29. tencentcloud/mps/v20190612/models.py +64 -0
  30. tencentcloud/ocr/v20181119/models.py +65 -16
  31. tencentcloud/organization/v20210331/models.py +24 -26
  32. tencentcloud/postgres/v20170312/errorcodes.py +0 -12
  33. tencentcloud/postgres/v20170312/models.py +191 -1527
  34. tencentcloud/postgres/v20170312/postgres_client.py +0 -75
  35. tencentcloud/ssl/v20191205/models.py +2 -2
  36. tencentcloud/sts/v20180813/sts_client.py +21 -7
  37. tencentcloud/tbaas/v20180416/errorcodes.py +6 -0
  38. tencentcloud/tcbr/v20220217/models.py +151 -0
  39. tencentcloud/tcss/v20201101/models.py +45 -0
  40. tencentcloud/teo/v20220901/models.py +18 -18
  41. tencentcloud/tke/v20180525/models.py +17 -2
  42. tencentcloud/tms/v20201229/errorcodes.py +3 -0
  43. tencentcloud/trabbit/v20230418/models.py +60 -0
  44. tencentcloud/trocket/v20230308/models.py +319 -0
  45. tencentcloud/trocket/v20230308/trocket_client.py +25 -0
  46. tencentcloud/trtc/v20190722/errorcodes.py +18 -0
  47. tencentcloud/trtc/v20190722/models.py +486 -2
  48. tencentcloud/trtc/v20190722/trtc_client.py +64 -0
  49. tencentcloud/tse/v20201207/models.py +30 -0
  50. tencentcloud/tsf/v20180326/errorcodes.py +41 -11
  51. tencentcloud/tsf/v20180326/models.py +1705 -1263
  52. tencentcloud/tsf/v20180326/tsf_client.py +18 -18
  53. tencentcloud/vod/v20180717/models.py +78 -10
  54. tencentcloud/vod/v20180717/vod_client.py +1 -0
  55. tencentcloud/vpc/v20170312/models.py +35 -0
  56. tencentcloud/vpc/v20170312/vpc_client.py +1 -1
  57. tencentcloud/waf/v20180125/errorcodes.py +6 -0
  58. tencentcloud/waf/v20180125/models.py +1926 -744
  59. tencentcloud/waf/v20180125/waf_client.py +161 -0
  60. tencentcloud/wedata/v20210820/models.py +204 -0
  61. tencentcloud/wsa/v20250508/models.py +42 -6
  62. {tencentcloud_sdk_python-3.0.1442.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/METADATA +1 -1
  63. {tencentcloud_sdk_python-3.0.1442.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/RECORD +66 -66
  64. {tencentcloud_sdk_python-3.0.1442.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/LICENSE +0 -0
  65. {tencentcloud_sdk_python-3.0.1442.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/WHEEL +0 -0
  66. {tencentcloud_sdk_python-3.0.1442.dist-info → tencentcloud_sdk_python-3.0.1444.dist-info}/top_level.txt +0 -0
@@ -13953,11 +13953,7 @@ class DescribeBillBandwidthAndFluxListRequest(AbstractModel):
13953
13953
  :type EndTime: str
13954
13954
  :param _PlayDomains: 直播播放域名,若不填,表示总体数据。
13955
13955
  :type PlayDomains: list of str
13956
- :param _MainlandOrOversea: 可选值:
13957
- Mainland:查询国内数据,
13958
- Oversea:则查询国外数据,
13959
- 默认:查询国内+国外的数据。
13960
- 注:LEB(快直播)只支持国内+国外数据查询。
13956
+ :param _MainlandOrOversea: 可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。
13961
13957
  :type MainlandOrOversea: str
13962
13958
  :param _Granularity: 数据粒度,支持如下粒度:
13963
13959
  5:5分钟粒度,(跨度不支持超过1天),
@@ -14027,11 +14023,7 @@ Africa 非洲。
14027
14023
 
14028
14024
  @property
14029
14025
  def MainlandOrOversea(self):
14030
- """可选值:
14031
- Mainland:查询国内数据,
14032
- Oversea:则查询国外数据,
14033
- 默认:查询国内+国外的数据。
14034
- 注:LEB(快直播)只支持国内+国外数据查询。
14026
+ """可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。
14035
14027
  :rtype: str
14036
14028
  """
14037
14029
  return self._MainlandOrOversea
@@ -1500,29 +1500,6 @@ class LkeClient(AbstractClient):
1500
1500
  raise TencentCloudSDKException(type(e).__name__, str(e))
1501
1501
 
1502
1502
 
1503
- def ListAppCategory(self, request):
1504
- """应用类型列表
1505
-
1506
- :param request: Request instance for ListAppCategory.
1507
- :type request: :class:`tencentcloud.lke.v20231130.models.ListAppCategoryRequest`
1508
- :rtype: :class:`tencentcloud.lke.v20231130.models.ListAppCategoryResponse`
1509
-
1510
- """
1511
- try:
1512
- params = request._serialize()
1513
- headers = request.headers
1514
- body = self.call("ListAppCategory", params, headers=headers)
1515
- response = json.loads(body)
1516
- model = models.ListAppCategoryResponse()
1517
- model._deserialize(response["Response"])
1518
- return model
1519
- except Exception as e:
1520
- if isinstance(e, TencentCloudSDKException):
1521
- raise
1522
- else:
1523
- raise TencentCloudSDKException(type(e).__name__, str(e))
1524
-
1525
-
1526
1503
  def ListAppKnowledgeDetail(self, request):
1527
1504
  """列表查询知识库容量详情
1528
1505
 
@@ -5450,10 +5450,13 @@ class CreateAttributeLabelResponse(AbstractModel):
5450
5450
  r"""
5451
5451
  :param _AttrBizId: 标签ID
5452
5452
  :type AttrBizId: str
5453
+ :param _Labels: 标签值ID与名称
5454
+ :type Labels: list of AttributeLabel
5453
5455
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5454
5456
  :type RequestId: str
5455
5457
  """
5456
5458
  self._AttrBizId = None
5459
+ self._Labels = None
5457
5460
  self._RequestId = None
5458
5461
 
5459
5462
  @property
@@ -5467,6 +5470,17 @@ class CreateAttributeLabelResponse(AbstractModel):
5467
5470
  def AttrBizId(self, AttrBizId):
5468
5471
  self._AttrBizId = AttrBizId
5469
5472
 
5473
+ @property
5474
+ def Labels(self):
5475
+ """标签值ID与名称
5476
+ :rtype: list of AttributeLabel
5477
+ """
5478
+ return self._Labels
5479
+
5480
+ @Labels.setter
5481
+ def Labels(self, Labels):
5482
+ self._Labels = Labels
5483
+
5470
5484
  @property
5471
5485
  def RequestId(self):
5472
5486
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -5481,6 +5495,12 @@ class CreateAttributeLabelResponse(AbstractModel):
5481
5495
 
5482
5496
  def _deserialize(self, params):
5483
5497
  self._AttrBizId = params.get("AttrBizId")
5498
+ if params.get("Labels") is not None:
5499
+ self._Labels = []
5500
+ for item in params.get("Labels"):
5501
+ obj = AttributeLabel()
5502
+ obj._deserialize(item)
5503
+ self._Labels.append(obj)
5484
5504
  self._RequestId = params.get("RequestId")
5485
5505
 
5486
5506
 
@@ -17471,134 +17491,6 @@ class Label(AbstractModel):
17471
17491
 
17472
17492
 
17473
17493
 
17474
- class ListAppCategoryRequest(AbstractModel):
17475
- """ListAppCategory请求参数结构体
17476
-
17477
- """
17478
-
17479
-
17480
- class ListAppCategoryResponse(AbstractModel):
17481
- """ListAppCategory返回参数结构体
17482
-
17483
- """
17484
-
17485
- def __init__(self):
17486
- r"""
17487
- :param _List: 应用类型列表
17488
- 注意:此字段可能返回 null,表示取不到有效值。
17489
- :type List: list of ListAppCategoryRspOption
17490
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17491
- :type RequestId: str
17492
- """
17493
- self._List = None
17494
- self._RequestId = None
17495
-
17496
- @property
17497
- def List(self):
17498
- """应用类型列表
17499
- 注意:此字段可能返回 null,表示取不到有效值。
17500
- :rtype: list of ListAppCategoryRspOption
17501
- """
17502
- return self._List
17503
-
17504
- @List.setter
17505
- def List(self, List):
17506
- self._List = List
17507
-
17508
- @property
17509
- def RequestId(self):
17510
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17511
- :rtype: str
17512
- """
17513
- return self._RequestId
17514
-
17515
- @RequestId.setter
17516
- def RequestId(self, RequestId):
17517
- self._RequestId = RequestId
17518
-
17519
-
17520
- def _deserialize(self, params):
17521
- if params.get("List") is not None:
17522
- self._List = []
17523
- for item in params.get("List"):
17524
- obj = ListAppCategoryRspOption()
17525
- obj._deserialize(item)
17526
- self._List.append(obj)
17527
- self._RequestId = params.get("RequestId")
17528
-
17529
-
17530
- class ListAppCategoryRspOption(AbstractModel):
17531
- """应用类型详情
17532
-
17533
- """
17534
-
17535
- def __init__(self):
17536
- r"""
17537
- :param _Text: 类型名称
17538
- 注意:此字段可能返回 null,表示取不到有效值。
17539
- :type Text: str
17540
- :param _Value: 类型值
17541
- 注意:此字段可能返回 null,表示取不到有效值。
17542
- :type Value: str
17543
- :param _Logo: 类型log
17544
- 注意:此字段可能返回 null,表示取不到有效值。
17545
- :type Logo: str
17546
- """
17547
- self._Text = None
17548
- self._Value = None
17549
- self._Logo = None
17550
-
17551
- @property
17552
- def Text(self):
17553
- """类型名称
17554
- 注意:此字段可能返回 null,表示取不到有效值。
17555
- :rtype: str
17556
- """
17557
- return self._Text
17558
-
17559
- @Text.setter
17560
- def Text(self, Text):
17561
- self._Text = Text
17562
-
17563
- @property
17564
- def Value(self):
17565
- """类型值
17566
- 注意:此字段可能返回 null,表示取不到有效值。
17567
- :rtype: str
17568
- """
17569
- return self._Value
17570
-
17571
- @Value.setter
17572
- def Value(self, Value):
17573
- self._Value = Value
17574
-
17575
- @property
17576
- def Logo(self):
17577
- """类型log
17578
- 注意:此字段可能返回 null,表示取不到有效值。
17579
- :rtype: str
17580
- """
17581
- return self._Logo
17582
-
17583
- @Logo.setter
17584
- def Logo(self, Logo):
17585
- self._Logo = Logo
17586
-
17587
-
17588
- def _deserialize(self, params):
17589
- self._Text = params.get("Text")
17590
- self._Value = params.get("Value")
17591
- self._Logo = params.get("Logo")
17592
- memeber_set = set(params.keys())
17593
- for name, value in vars(self).items():
17594
- property_name = name[1:]
17595
- if property_name in memeber_set:
17596
- memeber_set.remove(property_name)
17597
- if len(memeber_set) > 0:
17598
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
17599
-
17600
-
17601
-
17602
17494
  class ListAppKnowledgeDetailRequest(AbstractModel):
17603
17495
  """ListAppKnowledgeDetail请求参数结构体
17604
17496
 
@@ -23059,10 +22951,13 @@ class ModifyAttributeLabelResponse(AbstractModel):
23059
22951
  r"""
23060
22952
  :param _TaskId: 任务ID
23061
22953
  :type TaskId: str
22954
+ :param _Labels: 标签ID与名称
22955
+ :type Labels: list of AttributeLabel
23062
22956
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
23063
22957
  :type RequestId: str
23064
22958
  """
23065
22959
  self._TaskId = None
22960
+ self._Labels = None
23066
22961
  self._RequestId = None
23067
22962
 
23068
22963
  @property
@@ -23076,6 +22971,17 @@ class ModifyAttributeLabelResponse(AbstractModel):
23076
22971
  def TaskId(self, TaskId):
23077
22972
  self._TaskId = TaskId
23078
22973
 
22974
+ @property
22975
+ def Labels(self):
22976
+ """标签ID与名称
22977
+ :rtype: list of AttributeLabel
22978
+ """
22979
+ return self._Labels
22980
+
22981
+ @Labels.setter
22982
+ def Labels(self, Labels):
22983
+ self._Labels = Labels
22984
+
23079
22985
  @property
23080
22986
  def RequestId(self):
23081
22987
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -23090,6 +22996,12 @@ class ModifyAttributeLabelResponse(AbstractModel):
23090
22996
 
23091
22997
  def _deserialize(self, params):
23092
22998
  self._TaskId = params.get("TaskId")
22999
+ if params.get("Labels") is not None:
23000
+ self._Labels = []
23001
+ for item in params.get("Labels"):
23002
+ obj = AttributeLabel()
23003
+ obj._deserialize(item)
23004
+ self._Labels.append(obj)
23093
23005
  self._RequestId = params.get("RequestId")
23094
23006
 
23095
23007
 
@@ -26,7 +26,7 @@ FAILEDOPERATION_ENGINESERVERERROR = 'FailedOperation.EngineServerError'
26
26
  # FailedOperation.FileDecodeFailed
27
27
  FAILEDOPERATION_FILEDECODEFAILED = 'FailedOperation.FileDecodeFailed'
28
28
 
29
- # FailedOperation.ImageDecodeFailed
29
+ # 图片解码失败
30
30
  FAILEDOPERATION_IMAGEDECODEFAILED = 'FailedOperation.ImageDecodeFailed'
31
31
 
32
32
  # 暂不支持解析该文件
@@ -88,7 +88,7 @@ class AssignProjectRequest(AbstractModel):
88
88
  r"""
89
89
  :param _InstanceIds: 实例 ID 列表,请登录[MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
90
90
  :type InstanceIds: list of str
91
- :param _ProjectId: 项目ID,用户已创建项目的唯一ID,非自定义
91
+ :param _ProjectId: 项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。
92
92
  :type ProjectId: int
93
93
  """
94
94
  self._InstanceIds = None
@@ -107,7 +107,7 @@ class AssignProjectRequest(AbstractModel):
107
107
 
108
108
  @property
109
109
  def ProjectId(self):
110
- """项目ID,用户已创建项目的唯一ID,非自定义
110
+ """项目ID,用户已创建项目的唯一ID。请在控制台账号中心的项目管理中复制项目 ID。
111
111
  :rtype: int
112
112
  """
113
113
  return self._ProjectId
@@ -137,7 +137,7 @@ class AssignProjectResponse(AbstractModel):
137
137
 
138
138
  def __init__(self):
139
139
  r"""
140
- :param _FlowIds: 返回的异步任务ID列表
140
+ :param _FlowIds: 返回的异步任务ID列表。
141
141
  :type FlowIds: list of int non-negative
142
142
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
143
143
  :type RequestId: str
@@ -147,7 +147,7 @@ class AssignProjectResponse(AbstractModel):
147
147
 
148
148
  @property
149
149
  def FlowIds(self):
150
- """返回的异步任务ID列表
150
+ """返回的异步任务ID列表。
151
151
  :rtype: list of int non-negative
152
152
  """
153
153
  return self._FlowIds
@@ -36564,6 +36564,10 @@ class HighlightSegmentItem(AbstractModel):
36564
36564
  :type BeginTime: str
36565
36565
  :param _EndTime: 直播切片对应直播结束时间点,采用 ISO 日期格式。
36566
36566
  :type EndTime: str
36567
+ :param _Title: 集锦标题。
36568
+ :type Title: str
36569
+ :param _Summary: 集锦概要。
36570
+ :type Summary: str
36567
36571
  """
36568
36572
  self._Confidence = None
36569
36573
  self._StartTimeOffset = None
@@ -36571,6 +36575,8 @@ class HighlightSegmentItem(AbstractModel):
36571
36575
  self._SegmentTags = None
36572
36576
  self._BeginTime = None
36573
36577
  self._EndTime = None
36578
+ self._Title = None
36579
+ self._Summary = None
36574
36580
 
36575
36581
  @property
36576
36582
  def Confidence(self):
@@ -36639,6 +36645,28 @@ class HighlightSegmentItem(AbstractModel):
36639
36645
  def EndTime(self, EndTime):
36640
36646
  self._EndTime = EndTime
36641
36647
 
36648
+ @property
36649
+ def Title(self):
36650
+ """集锦标题。
36651
+ :rtype: str
36652
+ """
36653
+ return self._Title
36654
+
36655
+ @Title.setter
36656
+ def Title(self, Title):
36657
+ self._Title = Title
36658
+
36659
+ @property
36660
+ def Summary(self):
36661
+ """集锦概要。
36662
+ :rtype: str
36663
+ """
36664
+ return self._Summary
36665
+
36666
+ @Summary.setter
36667
+ def Summary(self, Summary):
36668
+ self._Summary = Summary
36669
+
36642
36670
 
36643
36671
  def _deserialize(self, params):
36644
36672
  self._Confidence = params.get("Confidence")
@@ -36647,6 +36675,8 @@ class HighlightSegmentItem(AbstractModel):
36647
36675
  self._SegmentTags = params.get("SegmentTags")
36648
36676
  self._BeginTime = params.get("BeginTime")
36649
36677
  self._EndTime = params.get("EndTime")
36678
+ self._Title = params.get("Title")
36679
+ self._Summary = params.get("Summary")
36650
36680
  memeber_set = set(params.keys())
36651
36681
  for name, value in vars(self).items():
36652
36682
  property_name = name[1:]
@@ -42057,12 +42087,20 @@ class MediaAiAnalysisHighlightItem(AbstractModel):
42057
42087
  :type Duration: float
42058
42088
  :param _SegmentSet: 智能精彩集锦子片段列表。
42059
42089
  :type SegmentSet: list of HighlightSegmentItem
42090
+ :param _HighlightUrl: 智能精彩集锦地址。
42091
+ 注意:此字段可能返回 null,表示取不到有效值。
42092
+ :type HighlightUrl: str
42093
+ :param _CovImgUrl: 智能精彩集锦封面地址。
42094
+ 注意:此字段可能返回 null,表示取不到有效值。
42095
+ :type CovImgUrl: str
42060
42096
  """
42061
42097
  self._HighlightPath = None
42062
42098
  self._CovImgPath = None
42063
42099
  self._Confidence = None
42064
42100
  self._Duration = None
42065
42101
  self._SegmentSet = None
42102
+ self._HighlightUrl = None
42103
+ self._CovImgUrl = None
42066
42104
 
42067
42105
  @property
42068
42106
  def HighlightPath(self):
@@ -42119,6 +42157,30 @@ class MediaAiAnalysisHighlightItem(AbstractModel):
42119
42157
  def SegmentSet(self, SegmentSet):
42120
42158
  self._SegmentSet = SegmentSet
42121
42159
 
42160
+ @property
42161
+ def HighlightUrl(self):
42162
+ """智能精彩集锦地址。
42163
+ 注意:此字段可能返回 null,表示取不到有效值。
42164
+ :rtype: str
42165
+ """
42166
+ return self._HighlightUrl
42167
+
42168
+ @HighlightUrl.setter
42169
+ def HighlightUrl(self, HighlightUrl):
42170
+ self._HighlightUrl = HighlightUrl
42171
+
42172
+ @property
42173
+ def CovImgUrl(self):
42174
+ """智能精彩集锦封面地址。
42175
+ 注意:此字段可能返回 null,表示取不到有效值。
42176
+ :rtype: str
42177
+ """
42178
+ return self._CovImgUrl
42179
+
42180
+ @CovImgUrl.setter
42181
+ def CovImgUrl(self, CovImgUrl):
42182
+ self._CovImgUrl = CovImgUrl
42183
+
42122
42184
 
42123
42185
  def _deserialize(self, params):
42124
42186
  self._HighlightPath = params.get("HighlightPath")
@@ -42131,6 +42193,8 @@ class MediaAiAnalysisHighlightItem(AbstractModel):
42131
42193
  obj = HighlightSegmentItem()
42132
42194
  obj._deserialize(item)
42133
42195
  self._SegmentSet.append(obj)
42196
+ self._HighlightUrl = params.get("HighlightUrl")
42197
+ self._CovImgUrl = params.get("CovImgUrl")
42134
42198
  memeber_set = set(params.keys())
42135
42199
  for name, value in vars(self).items():
42136
42200
  property_name = name[1:]