tencentcloud-sdk-python 3.0.1353__py2.py3-none-any.whl → 3.0.1355__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/bh/v20230418/models.py +15 -0
- tencentcloud/cfw/v20190904/cfw_client.py +23 -0
- tencentcloud/cfw/v20190904/models.py +224 -0
- tencentcloud/ckafka/v20190819/models.py +4 -4
- tencentcloud/clb/v20180317/models.py +19 -0
- tencentcloud/dts/v20211206/models.py +92 -0
- tencentcloud/gs/v20191118/models.py +112 -2
- tencentcloud/iotexplorer/v20190423/models.py +0 -4
- tencentcloud/iotvideoindustry/v20201201/iotvideoindustry_client.py +1 -1
- tencentcloud/ocr/v20181119/models.py +15 -0
- tencentcloud/tcss/v20201101/models.py +8 -2
- tencentcloud/teo/v20220901/errorcodes.py +3 -0
- tencentcloud/tse/v20201207/models.py +0 -496
- tencentcloud/wedata/v20210820/models.py +15 -0
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1355.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1355.dist-info}/RECORD +20 -20
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1355.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1355.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1353.dist-info → tencentcloud_sdk_python-3.0.1355.dist-info}/top_level.txt +0 -0
@@ -734,11 +734,20 @@ class AndroidInstanceTaskStatus(AbstractModel):
|
|
734
734
|
:type AndroidInstanceId: str
|
735
735
|
:param _TaskResult: 任务执行结果描述,针对某些任务,可以是可解析的 json
|
736
736
|
:type TaskResult: str
|
737
|
+
:param _TaskType: 任务类型
|
738
|
+
:type TaskType: str
|
739
|
+
:param _CreateTime: 任务创建时间
|
740
|
+
:type CreateTime: str
|
741
|
+
:param _CompleteTime: 任务完成时间
|
742
|
+
:type CompleteTime: str
|
737
743
|
"""
|
738
744
|
self._TaskId = None
|
739
745
|
self._Status = None
|
740
746
|
self._AndroidInstanceId = None
|
741
747
|
self._TaskResult = None
|
748
|
+
self._TaskType = None
|
749
|
+
self._CreateTime = None
|
750
|
+
self._CompleteTime = None
|
742
751
|
|
743
752
|
@property
|
744
753
|
def TaskId(self):
|
@@ -784,12 +793,48 @@ class AndroidInstanceTaskStatus(AbstractModel):
|
|
784
793
|
def TaskResult(self, TaskResult):
|
785
794
|
self._TaskResult = TaskResult
|
786
795
|
|
796
|
+
@property
|
797
|
+
def TaskType(self):
|
798
|
+
"""任务类型
|
799
|
+
:rtype: str
|
800
|
+
"""
|
801
|
+
return self._TaskType
|
802
|
+
|
803
|
+
@TaskType.setter
|
804
|
+
def TaskType(self, TaskType):
|
805
|
+
self._TaskType = TaskType
|
806
|
+
|
807
|
+
@property
|
808
|
+
def CreateTime(self):
|
809
|
+
"""任务创建时间
|
810
|
+
:rtype: str
|
811
|
+
"""
|
812
|
+
return self._CreateTime
|
813
|
+
|
814
|
+
@CreateTime.setter
|
815
|
+
def CreateTime(self, CreateTime):
|
816
|
+
self._CreateTime = CreateTime
|
817
|
+
|
818
|
+
@property
|
819
|
+
def CompleteTime(self):
|
820
|
+
"""任务完成时间
|
821
|
+
:rtype: str
|
822
|
+
"""
|
823
|
+
return self._CompleteTime
|
824
|
+
|
825
|
+
@CompleteTime.setter
|
826
|
+
def CompleteTime(self, CompleteTime):
|
827
|
+
self._CompleteTime = CompleteTime
|
828
|
+
|
787
829
|
|
788
830
|
def _deserialize(self, params):
|
789
831
|
self._TaskId = params.get("TaskId")
|
790
832
|
self._Status = params.get("Status")
|
791
833
|
self._AndroidInstanceId = params.get("AndroidInstanceId")
|
792
834
|
self._TaskResult = params.get("TaskResult")
|
835
|
+
self._TaskType = params.get("TaskType")
|
836
|
+
self._CreateTime = params.get("CreateTime")
|
837
|
+
self._CompleteTime = params.get("CompleteTime")
|
793
838
|
memeber_set = set(params.keys())
|
794
839
|
for name, value in vars(self).items():
|
795
840
|
property_name = name[1:]
|
@@ -2738,14 +2783,23 @@ class DescribeAndroidInstanceTasksStatusRequest(AbstractModel):
|
|
2738
2783
|
|
2739
2784
|
def __init__(self):
|
2740
2785
|
r"""
|
2741
|
-
:param _TaskIds: 任务ID列表
|
2786
|
+
:param _TaskIds: 任务 ID 列表
|
2742
2787
|
:type TaskIds: list of str
|
2788
|
+
:param _Filter: 条件过滤器
|
2789
|
+
:type Filter: list of Filter
|
2790
|
+
:param _Offset: 偏移量,默认为 0
|
2791
|
+
:type Offset: int
|
2792
|
+
:param _Limit: 限制量,默认为20,最大值为100
|
2793
|
+
:type Limit: int
|
2743
2794
|
"""
|
2744
2795
|
self._TaskIds = None
|
2796
|
+
self._Filter = None
|
2797
|
+
self._Offset = None
|
2798
|
+
self._Limit = None
|
2745
2799
|
|
2746
2800
|
@property
|
2747
2801
|
def TaskIds(self):
|
2748
|
-
"""任务ID列表
|
2802
|
+
"""任务 ID 列表
|
2749
2803
|
:rtype: list of str
|
2750
2804
|
"""
|
2751
2805
|
return self._TaskIds
|
@@ -2754,9 +2808,50 @@ class DescribeAndroidInstanceTasksStatusRequest(AbstractModel):
|
|
2754
2808
|
def TaskIds(self, TaskIds):
|
2755
2809
|
self._TaskIds = TaskIds
|
2756
2810
|
|
2811
|
+
@property
|
2812
|
+
def Filter(self):
|
2813
|
+
"""条件过滤器
|
2814
|
+
:rtype: list of Filter
|
2815
|
+
"""
|
2816
|
+
return self._Filter
|
2817
|
+
|
2818
|
+
@Filter.setter
|
2819
|
+
def Filter(self, Filter):
|
2820
|
+
self._Filter = Filter
|
2821
|
+
|
2822
|
+
@property
|
2823
|
+
def Offset(self):
|
2824
|
+
"""偏移量,默认为 0
|
2825
|
+
:rtype: int
|
2826
|
+
"""
|
2827
|
+
return self._Offset
|
2828
|
+
|
2829
|
+
@Offset.setter
|
2830
|
+
def Offset(self, Offset):
|
2831
|
+
self._Offset = Offset
|
2832
|
+
|
2833
|
+
@property
|
2834
|
+
def Limit(self):
|
2835
|
+
"""限制量,默认为20,最大值为100
|
2836
|
+
:rtype: int
|
2837
|
+
"""
|
2838
|
+
return self._Limit
|
2839
|
+
|
2840
|
+
@Limit.setter
|
2841
|
+
def Limit(self, Limit):
|
2842
|
+
self._Limit = Limit
|
2843
|
+
|
2757
2844
|
|
2758
2845
|
def _deserialize(self, params):
|
2759
2846
|
self._TaskIds = params.get("TaskIds")
|
2847
|
+
if params.get("Filter") is not None:
|
2848
|
+
self._Filter = []
|
2849
|
+
for item in params.get("Filter"):
|
2850
|
+
obj = Filter()
|
2851
|
+
obj._deserialize(item)
|
2852
|
+
self._Filter.append(obj)
|
2853
|
+
self._Offset = params.get("Offset")
|
2854
|
+
self._Limit = params.get("Limit")
|
2760
2855
|
memeber_set = set(params.keys())
|
2761
2856
|
for name, value in vars(self).items():
|
2762
2857
|
property_name = name[1:]
|
@@ -2776,10 +2871,13 @@ class DescribeAndroidInstanceTasksStatusResponse(AbstractModel):
|
|
2776
2871
|
r"""
|
2777
2872
|
:param _TaskStatusSet: 任务状态集合
|
2778
2873
|
:type TaskStatusSet: list of AndroidInstanceTaskStatus
|
2874
|
+
:param _Total: 任务总数量
|
2875
|
+
:type Total: int
|
2779
2876
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2780
2877
|
:type RequestId: str
|
2781
2878
|
"""
|
2782
2879
|
self._TaskStatusSet = None
|
2880
|
+
self._Total = None
|
2783
2881
|
self._RequestId = None
|
2784
2882
|
|
2785
2883
|
@property
|
@@ -2793,6 +2891,17 @@ class DescribeAndroidInstanceTasksStatusResponse(AbstractModel):
|
|
2793
2891
|
def TaskStatusSet(self, TaskStatusSet):
|
2794
2892
|
self._TaskStatusSet = TaskStatusSet
|
2795
2893
|
|
2894
|
+
@property
|
2895
|
+
def Total(self):
|
2896
|
+
"""任务总数量
|
2897
|
+
:rtype: int
|
2898
|
+
"""
|
2899
|
+
return self._Total
|
2900
|
+
|
2901
|
+
@Total.setter
|
2902
|
+
def Total(self, Total):
|
2903
|
+
self._Total = Total
|
2904
|
+
|
2796
2905
|
@property
|
2797
2906
|
def RequestId(self):
|
2798
2907
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -2812,6 +2921,7 @@ class DescribeAndroidInstanceTasksStatusResponse(AbstractModel):
|
|
2812
2921
|
obj = AndroidInstanceTaskStatus()
|
2813
2922
|
obj._deserialize(item)
|
2814
2923
|
self._TaskStatusSet.append(obj)
|
2924
|
+
self._Total = params.get("Total")
|
2815
2925
|
self._RequestId = params.get("RequestId")
|
2816
2926
|
|
2817
2927
|
|
@@ -2245,10 +2245,8 @@ class CloudStorageEvent(AbstractModel):
|
|
2245
2245
|
:param _EventId: 事件ID
|
2246
2246
|
:type EventId: str
|
2247
2247
|
:param _UploadStatus: 事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
|
2248
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2249
2248
|
:type UploadStatus: str
|
2250
2249
|
:param _Data: 事件自定义数据
|
2251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2252
2250
|
:type Data: str
|
2253
2251
|
"""
|
2254
2252
|
self._StartTime = None
|
@@ -2305,7 +2303,6 @@ class CloudStorageEvent(AbstractModel):
|
|
2305
2303
|
@property
|
2306
2304
|
def UploadStatus(self):
|
2307
2305
|
"""事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
|
2308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2309
2306
|
:rtype: str
|
2310
2307
|
"""
|
2311
2308
|
return self._UploadStatus
|
@@ -2317,7 +2314,6 @@ class CloudStorageEvent(AbstractModel):
|
|
2317
2314
|
@property
|
2318
2315
|
def Data(self):
|
2319
2316
|
"""事件自定义数据
|
2320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2321
2317
|
:rtype: str
|
2322
2318
|
"""
|
2323
2319
|
return self._Data
|
@@ -259,7 +259,7 @@ class IotvideoindustryClient(AbstractClient):
|
|
259
259
|
|
260
260
|
|
261
261
|
def CreateLiveRecordPlan(self, request):
|
262
|
-
"""
|
262
|
+
"""创建直播录制计划,直播录制接口,暂时下线中,只有国标接口支持云端录制
|
263
263
|
|
264
264
|
:param request: Request instance for CreateLiveRecordPlan.
|
265
265
|
:type request: :class:`tencentcloud.iotvideoindustry.v20201201.models.CreateLiveRecordPlanRequest`
|
@@ -12233,6 +12233,8 @@ class IDCardInfoResult(AbstractModel):
|
|
12233
12233
|
:type ImageUrl: str
|
12234
12234
|
:param _PortraitUrl: 身份证头像照片的地址(人像面)
|
12235
12235
|
:type PortraitUrl: str
|
12236
|
+
:param _IntErrorCode: 整型错误码
|
12237
|
+
:type IntErrorCode: int
|
12236
12238
|
"""
|
12237
12239
|
self._WarnCodes = None
|
12238
12240
|
self._Address = None
|
@@ -12248,6 +12250,7 @@ class IDCardInfoResult(AbstractModel):
|
|
12248
12250
|
self._ErrorMessage = None
|
12249
12251
|
self._ImageUrl = None
|
12250
12252
|
self._PortraitUrl = None
|
12253
|
+
self._IntErrorCode = None
|
12251
12254
|
|
12252
12255
|
@property
|
12253
12256
|
def WarnCodes(self):
|
@@ -12415,6 +12418,17 @@ class IDCardInfoResult(AbstractModel):
|
|
12415
12418
|
def PortraitUrl(self, PortraitUrl):
|
12416
12419
|
self._PortraitUrl = PortraitUrl
|
12417
12420
|
|
12421
|
+
@property
|
12422
|
+
def IntErrorCode(self):
|
12423
|
+
"""整型错误码
|
12424
|
+
:rtype: int
|
12425
|
+
"""
|
12426
|
+
return self._IntErrorCode
|
12427
|
+
|
12428
|
+
@IntErrorCode.setter
|
12429
|
+
def IntErrorCode(self, IntErrorCode):
|
12430
|
+
self._IntErrorCode = IntErrorCode
|
12431
|
+
|
12418
12432
|
|
12419
12433
|
def _deserialize(self, params):
|
12420
12434
|
self._WarnCodes = params.get("WarnCodes")
|
@@ -12431,6 +12445,7 @@ class IDCardInfoResult(AbstractModel):
|
|
12431
12445
|
self._ErrorMessage = params.get("ErrorMessage")
|
12432
12446
|
self._ImageUrl = params.get("ImageUrl")
|
12433
12447
|
self._PortraitUrl = params.get("PortraitUrl")
|
12448
|
+
self._IntErrorCode = params.get("IntErrorCode")
|
12434
12449
|
memeber_set = set(params.keys())
|
12435
12450
|
for name, value in vars(self).items():
|
12436
12451
|
property_name = name[1:]
|
@@ -6448,7 +6448,10 @@ class ClusterInfoItem(AbstractModel):
|
|
6448
6448
|
:type ClusterNodeNum: int
|
6449
6449
|
:param _Region: 集群区域
|
6450
6450
|
:type Region: str
|
6451
|
-
:param _DefenderStatus: 防护状态:
|
6451
|
+
:param _DefenderStatus: 防护状态:
|
6452
|
+
已防护: Defended
|
6453
|
+
未防护: UnDefended
|
6454
|
+
部分防护: PartDefened
|
6452
6455
|
:type DefenderStatus: str
|
6453
6456
|
:param _ClusterStatus: 集群状态
|
6454
6457
|
:type ClusterStatus: str
|
@@ -6617,7 +6620,10 @@ class ClusterInfoItem(AbstractModel):
|
|
6617
6620
|
|
6618
6621
|
@property
|
6619
6622
|
def DefenderStatus(self):
|
6620
|
-
"""防护状态:
|
6623
|
+
"""防护状态:
|
6624
|
+
已防护: Defended
|
6625
|
+
未防护: UnDefended
|
6626
|
+
部分防护: PartDefened
|
6621
6627
|
:rtype: str
|
6622
6628
|
"""
|
6623
6629
|
return self._DefenderStatus
|
@@ -1163,6 +1163,9 @@ RESOURCEINUSE_ALIASDOMAIN = 'ResourceInUse.AliasDomain'
|
|
1163
1163
|
# 当前已存在相同的别称域名,不支持重复添加
|
1164
1164
|
RESOURCEINUSE_ALIASNAME = 'ResourceInUse.AliasName'
|
1165
1165
|
|
1166
|
+
# 该域名已作为加速域名存在,不支持重复接入。
|
1167
|
+
RESOURCEINUSE_ALREADYEXISTSASANACCELERATIONDOMAIN = 'ResourceInUse.AlreadyExistsAsAnAccelerationDomain'
|
1168
|
+
|
1166
1169
|
# 资源被本账号Cname接入占用。
|
1167
1170
|
RESOURCEINUSE_CNAME = 'ResourceInUse.Cname'
|
1168
1171
|
|