tencentcloud-sdk-python 3.0.1349__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.
Files changed (64) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/antiddos/v20200309/models.py +0 -118
  3. tencentcloud/batch/v20170312/models.py +0 -8
  4. tencentcloud/bi/v20220105/models.py +8 -0
  5. tencentcloud/ccc/v20200210/ccc_client.py +92 -0
  6. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  7. tencentcloud/ccc/v20200210/models.py +816 -142
  8. tencentcloud/cfw/v20190904/models.py +2 -2
  9. tencentcloud/ckafka/v20190819/models.py +6 -6
  10. tencentcloud/cme/v20191029/cme_client.py +0 -1
  11. tencentcloud/cme/v20191029/models.py +10 -14
  12. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  13. tencentcloud/cwp/v20180228/models.py +60 -0
  14. tencentcloud/cynosdb/v20190107/models.py +30 -90
  15. tencentcloud/dnspod/v20210323/models.py +2 -48
  16. tencentcloud/domain/v20180808/models.py +14 -6
  17. tencentcloud/dts/v20180330/models.py +0 -2
  18. tencentcloud/dts/v20211206/models.py +2 -14
  19. tencentcloud/ecdn/v20191012/ecdn_client.py +6 -2
  20. tencentcloud/emr/v20190103/models.py +4 -4
  21. tencentcloud/ess/v20201111/ess_client.py +5 -3
  22. tencentcloud/ess/v20201111/models.py +47 -14
  23. tencentcloud/essbasic/v20210526/models.py +4 -4
  24. tencentcloud/gs/v20191118/gs_client.py +23 -0
  25. tencentcloud/gs/v20191118/models.py +99 -0
  26. tencentcloud/iotexplorer/v20190423/models.py +34 -0
  27. tencentcloud/iotvideo/v20211125/models.py +34 -0
  28. tencentcloud/iss/v20230517/errorcodes.py +3 -0
  29. tencentcloud/iss/v20230517/iss_client.py +46 -0
  30. tencentcloud/iss/v20230517/models.py +409 -0
  31. tencentcloud/lighthouse/v20200324/models.py +10 -4
  32. tencentcloud/live/v20180801/models.py +45 -0
  33. tencentcloud/lke/v20231130/models.py +51 -2
  34. tencentcloud/lkeap/v20240522/models.py +15 -0
  35. tencentcloud/mmps/v20200710/models.py +0 -4
  36. tencentcloud/mps/v20190612/errorcodes.py +1 -5
  37. tencentcloud/mqtt/v20240516/errorcodes.py +6 -0
  38. tencentcloud/mqtt/v20240516/models.py +198 -68
  39. tencentcloud/mqtt/v20240516/mqtt_client.py +2 -2
  40. tencentcloud/ocr/v20181119/errorcodes.py +0 -9
  41. tencentcloud/ocr/v20181119/models.py +29 -478
  42. tencentcloud/ocr/v20181119/ocr_client.py +5 -79
  43. tencentcloud/partners/v20180321/models.py +154 -0
  44. tencentcloud/partners/v20180321/partners_client.py +23 -0
  45. tencentcloud/rce/v20201103/models.py +0 -15
  46. tencentcloud/sqlserver/v20180328/models.py +60 -0
  47. tencentcloud/tdid/v20210519/models.py +0 -10
  48. tencentcloud/tdmq/v20200217/models.py +0 -94
  49. tencentcloud/tdmq/v20200217/tdmq_client.py +9 -28
  50. tencentcloud/thpc/v20230321/models.py +15 -0
  51. tencentcloud/tione/v20211111/errorcodes.py +105 -0
  52. tencentcloud/tione/v20211111/models.py +666 -0
  53. tencentcloud/tione/v20211111/tione_client.py +92 -0
  54. tencentcloud/tke/v20180525/models.py +0 -4
  55. tencentcloud/trtc/v20190722/models.py +49 -64
  56. tencentcloud/vod/v20180717/models.py +39 -145
  57. tencentcloud/vod/v20180717/vod_client.py +2 -1
  58. tencentcloud/vpc/v20170312/models.py +152 -98
  59. tencentcloud/vpc/v20170312/vpc_client.py +8 -5
  60. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/METADATA +1 -1
  61. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/RECORD +64 -64
  62. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/LICENSE +0 -0
  63. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/WHEEL +0 -0
  64. {tencentcloud_sdk_python-3.0.1349.dist-info → tencentcloud_sdk_python-3.0.1351.dist-info}/top_level.txt +0 -0
@@ -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
@@ -2074,6 +2074,8 @@ class CreateUserRoleProjectRequest(AbstractModel):
2074
2074
 
2075
2075
  @property
2076
2076
  def UserList(self):
2077
+ warnings.warn("parameter `UserList` is deprecated", DeprecationWarning)
2078
+
2077
2079
  """用户列表(废弃)
2078
2080
  :rtype: list of UserIdAndUserName
2079
2081
  """
@@ -2081,6 +2083,8 @@ class CreateUserRoleProjectRequest(AbstractModel):
2081
2083
 
2082
2084
  @UserList.setter
2083
2085
  def UserList(self, UserList):
2086
+ warnings.warn("parameter `UserList` is deprecated", DeprecationWarning)
2087
+
2084
2088
  self._UserList = UserList
2085
2089
 
2086
2090
  @property
@@ -2251,6 +2255,8 @@ class CreateUserRoleRequest(AbstractModel):
2251
2255
 
2252
2256
  @property
2253
2257
  def UserList(self):
2258
+ warnings.warn("parameter `UserList` is deprecated", DeprecationWarning)
2259
+
2254
2260
  """用户列表(废弃)
2255
2261
  :rtype: list of UserIdAndUserName
2256
2262
  """
@@ -2258,6 +2264,8 @@ class CreateUserRoleRequest(AbstractModel):
2258
2264
 
2259
2265
  @UserList.setter
2260
2266
  def UserList(self, UserList):
2267
+ warnings.warn("parameter `UserList` is deprecated", DeprecationWarning)
2268
+
2261
2269
  self._UserList = UserList
2262
2270
 
2263
2271
  @property
@@ -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