tencentcloud-sdk-python 3.0.1350__py2.py3-none-any.whl → 3.0.1351__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 +0 -2
- tencentcloud/batch/v20170312/models.py +0 -8
- tencentcloud/ccc/v20200210/ccc_client.py +92 -0
- tencentcloud/ccc/v20200210/errorcodes.py +6 -0
- tencentcloud/ccc/v20200210/models.py +676 -60
- tencentcloud/cynosdb/v20190107/models.py +30 -76
- tencentcloud/dnspod/v20210323/models.py +2 -48
- tencentcloud/dts/v20211206/models.py +2 -0
- tencentcloud/gs/v20191118/gs_client.py +23 -0
- tencentcloud/gs/v20191118/models.py +84 -0
- tencentcloud/iss/v20230517/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/iss_client.py +46 -0
- tencentcloud/iss/v20230517/models.py +409 -0
- tencentcloud/lighthouse/v20200324/models.py +10 -4
- tencentcloud/lke/v20231130/models.py +51 -2
- tencentcloud/rce/v20201103/models.py +0 -15
- tencentcloud/tdmq/v20200217/tdmq_client.py +9 -3
- tencentcloud/tione/v20211111/errorcodes.py +105 -0
- tencentcloud/tione/v20211111/models.py +666 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/trtc/v20190722/models.py +19 -64
- tencentcloud/vod/v20180717/models.py +0 -2
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/RECORD +28 -28
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1350.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -1246,7 +1246,6 @@ class BGPIPL7RuleEntry(AbstractModel):
|
|
1246
1246
|
:param _HttpsToHttpEnable: 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
|
1247
1247
|
:type HttpsToHttpEnable: int
|
1248
1248
|
:param _VirtualPort: 接入端口值
|
1249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1250
1249
|
:type VirtualPort: int
|
1251
1250
|
:param _RewriteHttps: http强制跳转https,1表示打开,0表示关闭
|
1252
1251
|
:type RewriteHttps: int
|
@@ -1539,7 +1538,6 @@ class BGPIPL7RuleEntry(AbstractModel):
|
|
1539
1538
|
@property
|
1540
1539
|
def VirtualPort(self):
|
1541
1540
|
"""接入端口值
|
1542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1543
1541
|
:rtype: int
|
1544
1542
|
"""
|
1545
1543
|
return self._VirtualPort
|
@@ -8515,10 +8515,8 @@ class Notification(AbstractModel):
|
|
8515
8515
|
def __init__(self):
|
8516
8516
|
r"""
|
8517
8517
|
:param _TopicName: CMQ主题名字,要求主题名有效且关联订阅
|
8518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8519
8518
|
:type TopicName: str
|
8520
8519
|
:param _EventConfigs: 事件配置
|
8521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8522
8520
|
:type EventConfigs: list of EventConfig
|
8523
8521
|
"""
|
8524
8522
|
self._TopicName = None
|
@@ -8527,7 +8525,6 @@ class Notification(AbstractModel):
|
|
8527
8525
|
@property
|
8528
8526
|
def TopicName(self):
|
8529
8527
|
"""CMQ主题名字,要求主题名有效且关联订阅
|
8530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8531
8528
|
:rtype: str
|
8532
8529
|
"""
|
8533
8530
|
return self._TopicName
|
@@ -8539,7 +8536,6 @@ class Notification(AbstractModel):
|
|
8539
8536
|
@property
|
8540
8537
|
def EventConfigs(self):
|
8541
8538
|
"""事件配置
|
8542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8543
8539
|
:rtype: list of EventConfig
|
8544
8540
|
"""
|
8545
8541
|
return self._EventConfigs
|
@@ -8705,7 +8701,6 @@ class OutputMapping(AbstractModel):
|
|
8705
8701
|
:param _DestinationPath: 目的端路径
|
8706
8702
|
:type DestinationPath: str
|
8707
8703
|
:param _OutputMappingOption: 输出映射选项
|
8708
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8709
8704
|
:type OutputMappingOption: :class:`tencentcloud.batch.v20170312.models.OutputMappingOption`
|
8710
8705
|
"""
|
8711
8706
|
self._SourcePath = None
|
@@ -8737,7 +8732,6 @@ class OutputMapping(AbstractModel):
|
|
8737
8732
|
@property
|
8738
8733
|
def OutputMappingOption(self):
|
8739
8734
|
"""输出映射选项
|
8740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8741
8735
|
:rtype: :class:`tencentcloud.batch.v20170312.models.OutputMappingOption`
|
8742
8736
|
"""
|
8743
8737
|
return self._OutputMappingOption
|
@@ -8839,7 +8833,6 @@ class OutputMappingOption(AbstractModel):
|
|
8839
8833
|
:param _Workspace: 容器场景下,输出选项从实例映射到容器内的实例侧的工作空间。
|
8840
8834
|
BATCH_WORKSPACE: 工作空间为BATCH在实例内定义的工作空间,BATCH侧保证作业之间的隔离。(默认)
|
8841
8835
|
GLOBAL_WORKSPACE: 工作空间为实例操作系统空间。
|
8842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8843
8836
|
:type Workspace: str
|
8844
8837
|
"""
|
8845
8838
|
self._Workspace = None
|
@@ -8849,7 +8842,6 @@ GLOBAL_WORKSPACE: 工作空间为实例操作系统空间。
|
|
8849
8842
|
"""容器场景下,输出选项从实例映射到容器内的实例侧的工作空间。
|
8850
8843
|
BATCH_WORKSPACE: 工作空间为BATCH在实例内定义的工作空间,BATCH侧保证作业之间的隔离。(默认)
|
8851
8844
|
GLOBAL_WORKSPACE: 工作空间为实例操作系统空间。
|
8852
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8853
8845
|
:rtype: str
|
8854
8846
|
"""
|
8855
8847
|
return self._Workspace
|
@@ -26,6 +26,29 @@ class CccClient(AbstractClient):
|
|
26
26
|
_service = 'ccc'
|
27
27
|
|
28
28
|
|
29
|
+
def AbortAgentCruiseDialingCampaign(self, request):
|
30
|
+
"""停止座席巡航式外呼任务
|
31
|
+
|
32
|
+
:param request: Request instance for AbortAgentCruiseDialingCampaign.
|
33
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.AbortAgentCruiseDialingCampaignRequest`
|
34
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.AbortAgentCruiseDialingCampaignResponse`
|
35
|
+
|
36
|
+
"""
|
37
|
+
try:
|
38
|
+
params = request._serialize()
|
39
|
+
headers = request.headers
|
40
|
+
body = self.call("AbortAgentCruiseDialingCampaign", params, headers=headers)
|
41
|
+
response = json.loads(body)
|
42
|
+
model = models.AbortAgentCruiseDialingCampaignResponse()
|
43
|
+
model._deserialize(response["Response"])
|
44
|
+
return model
|
45
|
+
except Exception as e:
|
46
|
+
if isinstance(e, TencentCloudSDKException):
|
47
|
+
raise
|
48
|
+
else:
|
49
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
50
|
+
|
51
|
+
|
29
52
|
def AbortPredictiveDialingCampaign(self, request):
|
30
53
|
"""停止预测式外呼任务
|
31
54
|
|
@@ -168,6 +191,29 @@ class CccClient(AbstractClient):
|
|
168
191
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
169
192
|
|
170
193
|
|
194
|
+
def CreateAgentCruiseDialingCampaign(self, request):
|
195
|
+
"""座席巡航式外呼。
|
196
|
+
|
197
|
+
:param request: Request instance for CreateAgentCruiseDialingCampaign.
|
198
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.CreateAgentCruiseDialingCampaignRequest`
|
199
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.CreateAgentCruiseDialingCampaignResponse`
|
200
|
+
|
201
|
+
"""
|
202
|
+
try:
|
203
|
+
params = request._serialize()
|
204
|
+
headers = request.headers
|
205
|
+
body = self.call("CreateAgentCruiseDialingCampaign", params, headers=headers)
|
206
|
+
response = json.loads(body)
|
207
|
+
model = models.CreateAgentCruiseDialingCampaignResponse()
|
208
|
+
model._deserialize(response["Response"])
|
209
|
+
return model
|
210
|
+
except Exception as e:
|
211
|
+
if isinstance(e, TencentCloudSDKException):
|
212
|
+
raise
|
213
|
+
else:
|
214
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
215
|
+
|
216
|
+
|
171
217
|
def CreateAutoCalloutTask(self, request):
|
172
218
|
"""创建自动外呼任务
|
173
219
|
|
@@ -563,6 +609,29 @@ class CccClient(AbstractClient):
|
|
563
609
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
564
610
|
|
565
611
|
|
612
|
+
def DescribeAgentCruiseDialingCampaign(self, request):
|
613
|
+
"""查询 座席巡航式外呼任务
|
614
|
+
|
615
|
+
:param request: Request instance for DescribeAgentCruiseDialingCampaign.
|
616
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.DescribeAgentCruiseDialingCampaignRequest`
|
617
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.DescribeAgentCruiseDialingCampaignResponse`
|
618
|
+
|
619
|
+
"""
|
620
|
+
try:
|
621
|
+
params = request._serialize()
|
622
|
+
headers = request.headers
|
623
|
+
body = self.call("DescribeAgentCruiseDialingCampaign", params, headers=headers)
|
624
|
+
response = json.loads(body)
|
625
|
+
model = models.DescribeAgentCruiseDialingCampaignResponse()
|
626
|
+
model._deserialize(response["Response"])
|
627
|
+
return model
|
628
|
+
except Exception as e:
|
629
|
+
if isinstance(e, TencentCloudSDKException):
|
630
|
+
raise
|
631
|
+
else:
|
632
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
633
|
+
|
634
|
+
|
566
635
|
def DescribeAutoCalloutTask(self, request):
|
567
636
|
"""查询自动外呼任务详情
|
568
637
|
|
@@ -1393,6 +1462,29 @@ class CccClient(AbstractClient):
|
|
1393
1462
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1394
1463
|
|
1395
1464
|
|
1465
|
+
def TransferToManual(self, request):
|
1466
|
+
"""特定场景下讲会话转接到人工坐席
|
1467
|
+
|
1468
|
+
:param request: Request instance for TransferToManual.
|
1469
|
+
:type request: :class:`tencentcloud.ccc.v20200210.models.TransferToManualRequest`
|
1470
|
+
:rtype: :class:`tencentcloud.ccc.v20200210.models.TransferToManualResponse`
|
1471
|
+
|
1472
|
+
"""
|
1473
|
+
try:
|
1474
|
+
params = request._serialize()
|
1475
|
+
headers = request.headers
|
1476
|
+
body = self.call("TransferToManual", params, headers=headers)
|
1477
|
+
response = json.loads(body)
|
1478
|
+
model = models.TransferToManualResponse()
|
1479
|
+
model._deserialize(response["Response"])
|
1480
|
+
return model
|
1481
|
+
except Exception as e:
|
1482
|
+
if isinstance(e, TencentCloudSDKException):
|
1483
|
+
raise
|
1484
|
+
else:
|
1485
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1486
|
+
|
1487
|
+
|
1396
1488
|
def UnbindNumberCallOutSkillGroup(self, request):
|
1397
1489
|
"""解绑号码外呼技能组
|
1398
1490
|
|
@@ -59,6 +59,9 @@ FAILEDOPERATION_PERMISSIONDENIED = 'FailedOperation.PermissionDenied'
|
|
59
59
|
# 坐席处于忙碌状态。
|
60
60
|
FAILEDOPERATION_SEATSTATUSBUSY = 'FailedOperation.SeatStatusBusy'
|
61
61
|
|
62
|
+
# 会话不存在
|
63
|
+
FAILEDOPERATION_SESSIONNOTEXISTS = 'FailedOperation.SessionNotExists'
|
64
|
+
|
62
65
|
# 上传文件个数超过限制
|
63
66
|
FAILEDOPERATION_UPLOADFILEOVERFLOW = 'FailedOperation.UploadFileOverflow'
|
64
67
|
|
@@ -143,6 +146,9 @@ INVALIDPARAMETERVALUE_PHONENUMISBOUNDOTHERACCOUNT = 'InvalidParameterValue.Phone
|
|
143
146
|
# 查询记录不存在。
|
144
147
|
INVALIDPARAMETERVALUE_RECORDNOTEXIST = 'InvalidParameterValue.RecordNotExist'
|
145
148
|
|
149
|
+
# 同振技能组人数超上限2,请确认并修改。
|
150
|
+
INVALIDPARAMETERVALUE_RINGALLGROUPMEMBEROVERFLOW = 'InvalidParameterValue.RingAllGroupMemberOverflow'
|
151
|
+
|
146
152
|
# 技能组错误。
|
147
153
|
INVALIDPARAMETERVALUE_SKILLGROUPERROR = 'InvalidParameterValue.SkillGroupError'
|
148
154
|
|