tencentcloud-sdk-python 3.0.1404__py2.py3-none-any.whl → 3.0.1406__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/antiddos/v20200309/models.py +4 -4
- tencentcloud/bi/v20220105/models.py +162 -0
- tencentcloud/captcha/v20190722/models.py +15 -0
- tencentcloud/cdb/v20170320/models.py +4 -2
- tencentcloud/cdwdoris/v20211228/models.py +4 -4
- tencentcloud/cfs/v20190719/models.py +14 -14
- tencentcloud/cfw/v20190904/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +15 -0
- tencentcloud/cme/v20191029/cme_client.py +13 -13
- tencentcloud/csip/v20221121/models.py +15 -0
- tencentcloud/domain/v20180808/errorcodes.py +6 -0
- tencentcloud/es/v20250101/models.py +85 -0
- tencentcloud/ess/v20201111/ess_client.py +2 -0
- tencentcloud/ess/v20201111/models.py +31 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -0
- tencentcloud/essbasic/v20210526/models.py +17 -2
- tencentcloud/gs/v20191118/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +306 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +21 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +29 -0
- tencentcloud/lighthouse/v20200324/models.py +79 -0
- tencentcloud/lke/v20231130/lke_client.py +46 -0
- tencentcloud/lke/v20231130/models.py +282 -2
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/monitor/v20180724/models.py +79 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +202 -2
- tencentcloud/ocr/v20181119/models.py +0 -8
- tencentcloud/tcbr/v20220217/models.py +30 -0
- tencentcloud/tdmq/v20200217/models.py +247 -33
- tencentcloud/teo/v20220901/models.py +2 -2
- tencentcloud/tiia/v20190529/models.py +0 -262
- tencentcloud/tiia/v20190529/tiia_client.py +0 -26
- tencentcloud/tione/v20211111/models.py +348 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/tke/v20180525/errorcodes.py +1 -1
- tencentcloud/tke/v20220501/errorcodes.py +1 -1
- tencentcloud/trocket/v20230308/models.py +276 -2
- tencentcloud/trocket/v20230308/trocket_client.py +27 -0
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/tsf/v20180326/models.py +8 -0
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/RECORD +49 -49
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/top_level.txt +0 -0
@@ -98,6 +98,29 @@ class TioneClient(AbstractClient):
|
|
98
98
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
99
99
|
|
100
100
|
|
101
|
+
def CreateModelServiceAuthToken(self, request):
|
102
|
+
"""创建一个 AuthToken
|
103
|
+
|
104
|
+
:param request: Request instance for CreateModelServiceAuthToken.
|
105
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.CreateModelServiceAuthTokenRequest`
|
106
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.CreateModelServiceAuthTokenResponse`
|
107
|
+
|
108
|
+
"""
|
109
|
+
try:
|
110
|
+
params = request._serialize()
|
111
|
+
headers = request.headers
|
112
|
+
body = self.call("CreateModelServiceAuthToken", params, headers=headers)
|
113
|
+
response = json.loads(body)
|
114
|
+
model = models.CreateModelServiceAuthTokenResponse()
|
115
|
+
model._deserialize(response["Response"])
|
116
|
+
return model
|
117
|
+
except Exception as e:
|
118
|
+
if isinstance(e, TencentCloudSDKException):
|
119
|
+
raise
|
120
|
+
else:
|
121
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
122
|
+
|
123
|
+
|
101
124
|
def CreateNotebook(self, request):
|
102
125
|
"""创建Notebook
|
103
126
|
|
@@ -236,6 +259,29 @@ class TioneClient(AbstractClient):
|
|
236
259
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
237
260
|
|
238
261
|
|
262
|
+
def DeleteModelServiceAuthToken(self, request):
|
263
|
+
"""删除一个 AuthToken
|
264
|
+
|
265
|
+
:param request: Request instance for DeleteModelServiceAuthToken.
|
266
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DeleteModelServiceAuthTokenRequest`
|
267
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DeleteModelServiceAuthTokenResponse`
|
268
|
+
|
269
|
+
"""
|
270
|
+
try:
|
271
|
+
params = request._serialize()
|
272
|
+
headers = request.headers
|
273
|
+
body = self.call("DeleteModelServiceAuthToken", params, headers=headers)
|
274
|
+
response = json.loads(body)
|
275
|
+
model = models.DeleteModelServiceAuthTokenResponse()
|
276
|
+
model._deserialize(response["Response"])
|
277
|
+
return model
|
278
|
+
except Exception as e:
|
279
|
+
if isinstance(e, TencentCloudSDKException):
|
280
|
+
raise
|
281
|
+
else:
|
282
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
283
|
+
|
284
|
+
|
239
285
|
def DeleteModelServiceGroup(self, request):
|
240
286
|
"""根据服务组id删除服务组下所有模型服务
|
241
287
|
|
@@ -928,6 +974,52 @@ class TioneClient(AbstractClient):
|
|
928
974
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
929
975
|
|
930
976
|
|
977
|
+
def ModifyModelServiceAuthToken(self, request):
|
978
|
+
"""修改一个 AuthToken
|
979
|
+
|
980
|
+
:param request: Request instance for ModifyModelServiceAuthToken.
|
981
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.ModifyModelServiceAuthTokenRequest`
|
982
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ModifyModelServiceAuthTokenResponse`
|
983
|
+
|
984
|
+
"""
|
985
|
+
try:
|
986
|
+
params = request._serialize()
|
987
|
+
headers = request.headers
|
988
|
+
body = self.call("ModifyModelServiceAuthToken", params, headers=headers)
|
989
|
+
response = json.loads(body)
|
990
|
+
model = models.ModifyModelServiceAuthTokenResponse()
|
991
|
+
model._deserialize(response["Response"])
|
992
|
+
return model
|
993
|
+
except Exception as e:
|
994
|
+
if isinstance(e, TencentCloudSDKException):
|
995
|
+
raise
|
996
|
+
else:
|
997
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
998
|
+
|
999
|
+
|
1000
|
+
def ModifyModelServiceAuthorization(self, request):
|
1001
|
+
"""修改服务鉴权配置
|
1002
|
+
|
1003
|
+
:param request: Request instance for ModifyModelServiceAuthorization.
|
1004
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.ModifyModelServiceAuthorizationRequest`
|
1005
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.ModifyModelServiceAuthorizationResponse`
|
1006
|
+
|
1007
|
+
"""
|
1008
|
+
try:
|
1009
|
+
params = request._serialize()
|
1010
|
+
headers = request.headers
|
1011
|
+
body = self.call("ModifyModelServiceAuthorization", params, headers=headers)
|
1012
|
+
response = json.loads(body)
|
1013
|
+
model = models.ModifyModelServiceAuthorizationResponse()
|
1014
|
+
model._deserialize(response["Response"])
|
1015
|
+
return model
|
1016
|
+
except Exception as e:
|
1017
|
+
if isinstance(e, TencentCloudSDKException):
|
1018
|
+
raise
|
1019
|
+
else:
|
1020
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1021
|
+
|
1022
|
+
|
931
1023
|
def ModifyNotebookTags(self, request):
|
932
1024
|
"""修改Notebook标签
|
933
1025
|
|
@@ -7461,6 +7461,142 @@ class DescribeMigratingTopicStatsResponse(AbstractModel):
|
|
7461
7461
|
self._RequestId = params.get("RequestId")
|
7462
7462
|
|
7463
7463
|
|
7464
|
+
class DescribeMigrationTaskListRequest(AbstractModel):
|
7465
|
+
"""DescribeMigrationTaskList请求参数结构体
|
7466
|
+
|
7467
|
+
"""
|
7468
|
+
|
7469
|
+
def __init__(self):
|
7470
|
+
r"""
|
7471
|
+
:param _Filters: 查询条件列表
|
7472
|
+
:type Filters: list of Filter
|
7473
|
+
:param _Offset: 查询起始位置
|
7474
|
+
:type Offset: int
|
7475
|
+
:param _Limit: 查询结果限制数量
|
7476
|
+
:type Limit: int
|
7477
|
+
"""
|
7478
|
+
self._Filters = None
|
7479
|
+
self._Offset = None
|
7480
|
+
self._Limit = None
|
7481
|
+
|
7482
|
+
@property
|
7483
|
+
def Filters(self):
|
7484
|
+
"""查询条件列表
|
7485
|
+
:rtype: list of Filter
|
7486
|
+
"""
|
7487
|
+
return self._Filters
|
7488
|
+
|
7489
|
+
@Filters.setter
|
7490
|
+
def Filters(self, Filters):
|
7491
|
+
self._Filters = Filters
|
7492
|
+
|
7493
|
+
@property
|
7494
|
+
def Offset(self):
|
7495
|
+
"""查询起始位置
|
7496
|
+
:rtype: int
|
7497
|
+
"""
|
7498
|
+
return self._Offset
|
7499
|
+
|
7500
|
+
@Offset.setter
|
7501
|
+
def Offset(self, Offset):
|
7502
|
+
self._Offset = Offset
|
7503
|
+
|
7504
|
+
@property
|
7505
|
+
def Limit(self):
|
7506
|
+
"""查询结果限制数量
|
7507
|
+
:rtype: int
|
7508
|
+
"""
|
7509
|
+
return self._Limit
|
7510
|
+
|
7511
|
+
@Limit.setter
|
7512
|
+
def Limit(self, Limit):
|
7513
|
+
self._Limit = Limit
|
7514
|
+
|
7515
|
+
|
7516
|
+
def _deserialize(self, params):
|
7517
|
+
if params.get("Filters") is not None:
|
7518
|
+
self._Filters = []
|
7519
|
+
for item in params.get("Filters"):
|
7520
|
+
obj = Filter()
|
7521
|
+
obj._deserialize(item)
|
7522
|
+
self._Filters.append(obj)
|
7523
|
+
self._Offset = params.get("Offset")
|
7524
|
+
self._Limit = params.get("Limit")
|
7525
|
+
memeber_set = set(params.keys())
|
7526
|
+
for name, value in vars(self).items():
|
7527
|
+
property_name = name[1:]
|
7528
|
+
if property_name in memeber_set:
|
7529
|
+
memeber_set.remove(property_name)
|
7530
|
+
if len(memeber_set) > 0:
|
7531
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
7532
|
+
|
7533
|
+
|
7534
|
+
|
7535
|
+
class DescribeMigrationTaskListResponse(AbstractModel):
|
7536
|
+
"""DescribeMigrationTaskList返回参数结构体
|
7537
|
+
|
7538
|
+
"""
|
7539
|
+
|
7540
|
+
def __init__(self):
|
7541
|
+
r"""
|
7542
|
+
:param _TotalCount: 查询总数
|
7543
|
+
:type TotalCount: int
|
7544
|
+
:param _Tasks: 迁移任务列表
|
7545
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7546
|
+
:type Tasks: list of MigrationTaskItem
|
7547
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7548
|
+
:type RequestId: str
|
7549
|
+
"""
|
7550
|
+
self._TotalCount = None
|
7551
|
+
self._Tasks = None
|
7552
|
+
self._RequestId = None
|
7553
|
+
|
7554
|
+
@property
|
7555
|
+
def TotalCount(self):
|
7556
|
+
"""查询总数
|
7557
|
+
:rtype: int
|
7558
|
+
"""
|
7559
|
+
return self._TotalCount
|
7560
|
+
|
7561
|
+
@TotalCount.setter
|
7562
|
+
def TotalCount(self, TotalCount):
|
7563
|
+
self._TotalCount = TotalCount
|
7564
|
+
|
7565
|
+
@property
|
7566
|
+
def Tasks(self):
|
7567
|
+
"""迁移任务列表
|
7568
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
7569
|
+
:rtype: list of MigrationTaskItem
|
7570
|
+
"""
|
7571
|
+
return self._Tasks
|
7572
|
+
|
7573
|
+
@Tasks.setter
|
7574
|
+
def Tasks(self, Tasks):
|
7575
|
+
self._Tasks = Tasks
|
7576
|
+
|
7577
|
+
@property
|
7578
|
+
def RequestId(self):
|
7579
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7580
|
+
:rtype: str
|
7581
|
+
"""
|
7582
|
+
return self._RequestId
|
7583
|
+
|
7584
|
+
@RequestId.setter
|
7585
|
+
def RequestId(self, RequestId):
|
7586
|
+
self._RequestId = RequestId
|
7587
|
+
|
7588
|
+
|
7589
|
+
def _deserialize(self, params):
|
7590
|
+
self._TotalCount = params.get("TotalCount")
|
7591
|
+
if params.get("Tasks") is not None:
|
7592
|
+
self._Tasks = []
|
7593
|
+
for item in params.get("Tasks"):
|
7594
|
+
obj = MigrationTaskItem()
|
7595
|
+
obj._deserialize(item)
|
7596
|
+
self._Tasks.append(obj)
|
7597
|
+
self._RequestId = params.get("RequestId")
|
7598
|
+
|
7599
|
+
|
7464
7600
|
class DescribeProductSKUsRequest(AbstractModel):
|
7465
7601
|
"""DescribeProductSKUs请求参数结构体
|
7466
7602
|
|
@@ -11388,7 +11524,12 @@ class MigratingTopic(AbstractModel):
|
|
11388
11524
|
r"""
|
11389
11525
|
:param _TopicName: 主题名称
|
11390
11526
|
:type TopicName: str
|
11391
|
-
:param _MigrationStatus: 迁移状态
|
11527
|
+
:param _MigrationStatus: 迁移状态
|
11528
|
+
S_RW_D_NA 源集群读写,
|
11529
|
+
S_RW_D_R 源集群读写目标集群读,
|
11530
|
+
S_RW_D_RW 源集群读写目标集群读写,
|
11531
|
+
S_R_D_RW 源集群读目标集群读写,
|
11532
|
+
S_NA_D_RW 目标集群读写
|
11392
11533
|
:type MigrationStatus: str
|
11393
11534
|
:param _HealthCheckPassed: 是否完成健康检查
|
11394
11535
|
:type HealthCheckPassed: bool
|
@@ -11431,7 +11572,12 @@ class MigratingTopic(AbstractModel):
|
|
11431
11572
|
|
11432
11573
|
@property
|
11433
11574
|
def MigrationStatus(self):
|
11434
|
-
"""迁移状态
|
11575
|
+
"""迁移状态
|
11576
|
+
S_RW_D_NA 源集群读写,
|
11577
|
+
S_RW_D_R 源集群读写目标集群读,
|
11578
|
+
S_RW_D_RW 源集群读写目标集群读写,
|
11579
|
+
S_R_D_RW 源集群读目标集群读写,
|
11580
|
+
S_NA_D_RW 目标集群读写
|
11435
11581
|
:rtype: str
|
11436
11582
|
"""
|
11437
11583
|
return self._MigrationStatus
|
@@ -11541,6 +11687,134 @@ class MigratingTopic(AbstractModel):
|
|
11541
11687
|
|
11542
11688
|
|
11543
11689
|
|
11690
|
+
class MigrationTaskItem(AbstractModel):
|
11691
|
+
"""迁移任务信息
|
11692
|
+
|
11693
|
+
"""
|
11694
|
+
|
11695
|
+
def __init__(self):
|
11696
|
+
r"""
|
11697
|
+
:param _TaskId: 任务ID
|
11698
|
+
:type TaskId: str
|
11699
|
+
:param _InstanceId: 实例ID
|
11700
|
+
:type InstanceId: str
|
11701
|
+
:param _Type: 0 - 未指定(存量)
|
11702
|
+
1 - 元数据导入
|
11703
|
+
:type Type: int
|
11704
|
+
:param _TopicNum: 主题总数
|
11705
|
+
:type TopicNum: int
|
11706
|
+
:param _GroupNum: 消费组总数
|
11707
|
+
:type GroupNum: int
|
11708
|
+
:param _Status: 任务状态: 0,迁移中 1,迁移成功 2,迁移完成,只有部分数据完成迁移
|
11709
|
+
:type Status: int
|
11710
|
+
:param _CreateTime: 创建时间
|
11711
|
+
:type CreateTime: int
|
11712
|
+
"""
|
11713
|
+
self._TaskId = None
|
11714
|
+
self._InstanceId = None
|
11715
|
+
self._Type = None
|
11716
|
+
self._TopicNum = None
|
11717
|
+
self._GroupNum = None
|
11718
|
+
self._Status = None
|
11719
|
+
self._CreateTime = None
|
11720
|
+
|
11721
|
+
@property
|
11722
|
+
def TaskId(self):
|
11723
|
+
"""任务ID
|
11724
|
+
:rtype: str
|
11725
|
+
"""
|
11726
|
+
return self._TaskId
|
11727
|
+
|
11728
|
+
@TaskId.setter
|
11729
|
+
def TaskId(self, TaskId):
|
11730
|
+
self._TaskId = TaskId
|
11731
|
+
|
11732
|
+
@property
|
11733
|
+
def InstanceId(self):
|
11734
|
+
"""实例ID
|
11735
|
+
:rtype: str
|
11736
|
+
"""
|
11737
|
+
return self._InstanceId
|
11738
|
+
|
11739
|
+
@InstanceId.setter
|
11740
|
+
def InstanceId(self, InstanceId):
|
11741
|
+
self._InstanceId = InstanceId
|
11742
|
+
|
11743
|
+
@property
|
11744
|
+
def Type(self):
|
11745
|
+
"""0 - 未指定(存量)
|
11746
|
+
1 - 元数据导入
|
11747
|
+
:rtype: int
|
11748
|
+
"""
|
11749
|
+
return self._Type
|
11750
|
+
|
11751
|
+
@Type.setter
|
11752
|
+
def Type(self, Type):
|
11753
|
+
self._Type = Type
|
11754
|
+
|
11755
|
+
@property
|
11756
|
+
def TopicNum(self):
|
11757
|
+
"""主题总数
|
11758
|
+
:rtype: int
|
11759
|
+
"""
|
11760
|
+
return self._TopicNum
|
11761
|
+
|
11762
|
+
@TopicNum.setter
|
11763
|
+
def TopicNum(self, TopicNum):
|
11764
|
+
self._TopicNum = TopicNum
|
11765
|
+
|
11766
|
+
@property
|
11767
|
+
def GroupNum(self):
|
11768
|
+
"""消费组总数
|
11769
|
+
:rtype: int
|
11770
|
+
"""
|
11771
|
+
return self._GroupNum
|
11772
|
+
|
11773
|
+
@GroupNum.setter
|
11774
|
+
def GroupNum(self, GroupNum):
|
11775
|
+
self._GroupNum = GroupNum
|
11776
|
+
|
11777
|
+
@property
|
11778
|
+
def Status(self):
|
11779
|
+
"""任务状态: 0,迁移中 1,迁移成功 2,迁移完成,只有部分数据完成迁移
|
11780
|
+
:rtype: int
|
11781
|
+
"""
|
11782
|
+
return self._Status
|
11783
|
+
|
11784
|
+
@Status.setter
|
11785
|
+
def Status(self, Status):
|
11786
|
+
self._Status = Status
|
11787
|
+
|
11788
|
+
@property
|
11789
|
+
def CreateTime(self):
|
11790
|
+
"""创建时间
|
11791
|
+
:rtype: int
|
11792
|
+
"""
|
11793
|
+
return self._CreateTime
|
11794
|
+
|
11795
|
+
@CreateTime.setter
|
11796
|
+
def CreateTime(self, CreateTime):
|
11797
|
+
self._CreateTime = CreateTime
|
11798
|
+
|
11799
|
+
|
11800
|
+
def _deserialize(self, params):
|
11801
|
+
self._TaskId = params.get("TaskId")
|
11802
|
+
self._InstanceId = params.get("InstanceId")
|
11803
|
+
self._Type = params.get("Type")
|
11804
|
+
self._TopicNum = params.get("TopicNum")
|
11805
|
+
self._GroupNum = params.get("GroupNum")
|
11806
|
+
self._Status = params.get("Status")
|
11807
|
+
self._CreateTime = params.get("CreateTime")
|
11808
|
+
memeber_set = set(params.keys())
|
11809
|
+
for name, value in vars(self).items():
|
11810
|
+
property_name = name[1:]
|
11811
|
+
if property_name in memeber_set:
|
11812
|
+
memeber_set.remove(property_name)
|
11813
|
+
if len(memeber_set) > 0:
|
11814
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11815
|
+
|
11816
|
+
|
11817
|
+
|
11544
11818
|
class ModifyConsumerGroupRequest(AbstractModel):
|
11545
11819
|
"""ModifyConsumerGroup请求参数结构体
|
11546
11820
|
|
@@ -1041,6 +1041,33 @@ class TrocketClient(AbstractClient):
|
|
1041
1041
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1042
1042
|
|
1043
1043
|
|
1044
|
+
def DescribeMigrationTaskList(self, request):
|
1045
|
+
"""获取数据迁移任务列表,Filter参数使用说明如下:
|
1046
|
+
|
1047
|
+
TaskId,根据任务ID精确查找
|
1048
|
+
InstanceId,根据实例ID精确查找
|
1049
|
+
Type,根据任务类型精确查找
|
1050
|
+
|
1051
|
+
:param request: Request instance for DescribeMigrationTaskList.
|
1052
|
+
:type request: :class:`tencentcloud.trocket.v20230308.models.DescribeMigrationTaskListRequest`
|
1053
|
+
:rtype: :class:`tencentcloud.trocket.v20230308.models.DescribeMigrationTaskListResponse`
|
1054
|
+
|
1055
|
+
"""
|
1056
|
+
try:
|
1057
|
+
params = request._serialize()
|
1058
|
+
headers = request.headers
|
1059
|
+
body = self.call("DescribeMigrationTaskList", params, headers=headers)
|
1060
|
+
response = json.loads(body)
|
1061
|
+
model = models.DescribeMigrationTaskListResponse()
|
1062
|
+
model._deserialize(response["Response"])
|
1063
|
+
return model
|
1064
|
+
except Exception as e:
|
1065
|
+
if isinstance(e, TencentCloudSDKException):
|
1066
|
+
raise
|
1067
|
+
else:
|
1068
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1069
|
+
|
1070
|
+
|
1044
1071
|
def DescribeProductSKUs(self, request):
|
1045
1072
|
"""查询产品售卖规格,针对 RocketMQ 5.x 集群。
|
1046
1073
|
|
@@ -491,7 +491,7 @@ class AgentParams(AbstractModel):
|
|
491
491
|
|
492
492
|
class AmbientSound(AbstractModel):
|
493
493
|
"""背景音设置,将在通话中添加环境音效,使体验更加逼真。目前支持以下选项:
|
494
|
-
|
494
|
+
coffee_shops: 咖啡店氛围,背景中有人聊天。
|
495
495
|
busy_office: 客服中心
|
496
496
|
street_traffic: 户外街道
|
497
497
|
evening_mountain: 户外山林
|
@@ -9772,6 +9772,8 @@ class CreateApplicationRequest(AbstractModel):
|
|
9772
9772
|
|
9773
9773
|
@property
|
9774
9774
|
def ApplicationLogConfig(self):
|
9775
|
+
warnings.warn("parameter `ApplicationLogConfig` is deprecated", DeprecationWarning)
|
9776
|
+
|
9775
9777
|
"""应用日志配置项,废弃参数
|
9776
9778
|
:rtype: str
|
9777
9779
|
"""
|
@@ -9779,10 +9781,14 @@ class CreateApplicationRequest(AbstractModel):
|
|
9779
9781
|
|
9780
9782
|
@ApplicationLogConfig.setter
|
9781
9783
|
def ApplicationLogConfig(self, ApplicationLogConfig):
|
9784
|
+
warnings.warn("parameter `ApplicationLogConfig` is deprecated", DeprecationWarning)
|
9785
|
+
|
9782
9786
|
self._ApplicationLogConfig = ApplicationLogConfig
|
9783
9787
|
|
9784
9788
|
@property
|
9785
9789
|
def ApplicationResourceType(self):
|
9790
|
+
warnings.warn("parameter `ApplicationResourceType` is deprecated", DeprecationWarning)
|
9791
|
+
|
9786
9792
|
"""应用资源类型,废弃参数
|
9787
9793
|
:rtype: str
|
9788
9794
|
"""
|
@@ -9790,6 +9796,8 @@ class CreateApplicationRequest(AbstractModel):
|
|
9790
9796
|
|
9791
9797
|
@ApplicationResourceType.setter
|
9792
9798
|
def ApplicationResourceType(self, ApplicationResourceType):
|
9799
|
+
warnings.warn("parameter `ApplicationResourceType` is deprecated", DeprecationWarning)
|
9800
|
+
|
9793
9801
|
self._ApplicationResourceType = ApplicationResourceType
|
9794
9802
|
|
9795
9803
|
@property
|