tencentcloud-sdk-python 3.0.1376__py2.py3-none-any.whl → 3.0.1378__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 (47) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +60 -0
  3. tencentcloud/asr/v20190614/models.py +15 -0
  4. tencentcloud/autoscaling/v20180419/models.py +45 -16
  5. tencentcloud/bh/v20230418/models.py +317 -2
  6. tencentcloud/billing/v20180709/billing_client.py +322 -0
  7. tencentcloud/billing/v20180709/errorcodes.py +9 -0
  8. tencentcloud/billing/v20180709/models.py +4894 -2542
  9. tencentcloud/cdb/v20170320/cdb_client.py +0 -25
  10. tencentcloud/cdb/v20170320/models.py +0 -113
  11. tencentcloud/cfw/v20190904/models.py +17 -2
  12. tencentcloud/dsgc/v20190723/models.py +15 -0
  13. tencentcloud/ess/v20201111/ess_client.py +27 -0
  14. tencentcloud/ess/v20201111/models.py +186 -4
  15. tencentcloud/essbasic/v20210526/essbasic_client.py +27 -0
  16. tencentcloud/essbasic/v20210526/models.py +220 -4
  17. tencentcloud/gaap/v20180529/errorcodes.py +0 -33
  18. tencentcloud/gaap/v20180529/gaap_client.py +0 -75
  19. tencentcloud/gaap/v20180529/models.py +0 -653
  20. tencentcloud/hunyuan/v20230901/models.py +280 -8
  21. tencentcloud/iai/v20180301/models.py +44 -34
  22. tencentcloud/keewidb/v20220308/models.py +4 -0
  23. tencentcloud/lighthouse/v20200324/lighthouse_client.py +1 -1
  24. tencentcloud/lighthouse/v20200324/models.py +6 -6
  25. tencentcloud/lke/v20231130/models.py +192 -2
  26. tencentcloud/postgres/v20170312/models.py +0 -6
  27. tencentcloud/redis/v20180412/models.py +48 -0
  28. tencentcloud/tag/v20180813/models.py +8 -8
  29. tencentcloud/tcb/v20180608/models.py +30 -0
  30. tencentcloud/tcbr/v20220217/models.py +162 -0
  31. tencentcloud/tdmq/v20200217/models.py +6 -6
  32. tencentcloud/teo/v20220901/models.py +0 -20
  33. tencentcloud/thpc/v20230321/models.py +8 -10
  34. tencentcloud/tione/v20211111/models.py +274 -0
  35. tencentcloud/tke/v20180525/models.py +10 -0
  36. tencentcloud/trtc/v20190722/models.py +15 -0
  37. tencentcloud/vod/v20180717/models.py +2 -2
  38. tencentcloud/vpc/v20170312/models.py +24 -24
  39. tencentcloud/waf/v20180125/errorcodes.py +12 -0
  40. tencentcloud/waf/v20180125/models.py +246 -29
  41. tencentcloud/wedata/v20210820/models.py +2692 -154
  42. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  43. {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/METADATA +1 -1
  44. {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/RECORD +47 -47
  45. {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/LICENSE +0 -0
  46. {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/WHEEL +0 -0
  47. {tencentcloud_sdk_python-3.0.1376.dist-info → tencentcloud_sdk_python-3.0.1378.dist-info}/top_level.txt +0 -0
@@ -1089,6 +1089,10 @@ class BaseFlowInfo(AbstractModel):
1089
1089
  :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
1090
1090
 
1091
1091
  :type FlowDisplayType: int
1092
+ :param _FileIds: 签署文件资源Id列表,目前仅支持单个文件
1093
+ :type FileIds: list of str
1094
+ :param _Approvers: 合同签署人信息
1095
+ :type Approvers: list of CommonFlowApprover
1092
1096
  """
1093
1097
  self._FlowName = None
1094
1098
  self._Deadline = None
@@ -1103,6 +1107,8 @@ class BaseFlowInfo(AbstractModel):
1103
1107
  self._NeedCreateReview = None
1104
1108
  self._Components = None
1105
1109
  self._FlowDisplayType = None
1110
+ self._FileIds = None
1111
+ self._Approvers = None
1106
1112
 
1107
1113
  @property
1108
1114
  def FlowName(self):
@@ -1266,6 +1272,28 @@ class BaseFlowInfo(AbstractModel):
1266
1272
  def FlowDisplayType(self, FlowDisplayType):
1267
1273
  self._FlowDisplayType = FlowDisplayType
1268
1274
 
1275
+ @property
1276
+ def FileIds(self):
1277
+ """签署文件资源Id列表,目前仅支持单个文件
1278
+ :rtype: list of str
1279
+ """
1280
+ return self._FileIds
1281
+
1282
+ @FileIds.setter
1283
+ def FileIds(self, FileIds):
1284
+ self._FileIds = FileIds
1285
+
1286
+ @property
1287
+ def Approvers(self):
1288
+ """合同签署人信息
1289
+ :rtype: list of CommonFlowApprover
1290
+ """
1291
+ return self._Approvers
1292
+
1293
+ @Approvers.setter
1294
+ def Approvers(self, Approvers):
1295
+ self._Approvers = Approvers
1296
+
1269
1297
 
1270
1298
  def _deserialize(self, params):
1271
1299
  self._FlowName = params.get("FlowName")
@@ -1296,6 +1324,13 @@ class BaseFlowInfo(AbstractModel):
1296
1324
  obj._deserialize(item)
1297
1325
  self._Components.append(obj)
1298
1326
  self._FlowDisplayType = params.get("FlowDisplayType")
1327
+ self._FileIds = params.get("FileIds")
1328
+ if params.get("Approvers") is not None:
1329
+ self._Approvers = []
1330
+ for item in params.get("Approvers"):
1331
+ obj = CommonFlowApprover()
1332
+ obj._deserialize(item)
1333
+ self._Approvers.append(obj)
1299
1334
  memeber_set = set(params.keys())
1300
1335
  for name, value in vars(self).items():
1301
1336
  property_name = name[1:]
@@ -6263,12 +6298,15 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
6263
6298
  :type Name: str
6264
6299
  :param _Mobile: 员工手机号,必须与姓名一起使用。 如果OpenId为空,则此字段不能为空。同时,姓名和手机号码必须与传入合同(FlowId)中的签署人信息一致。
6265
6300
  :type Mobile: str
6301
+ :param _FlowGroupId: 合同组Id,传入此参数则可以不传FlowIds
6302
+ :type FlowGroupId: str
6266
6303
  """
6267
6304
  self._Agent = None
6268
6305
  self._FlowIds = None
6269
6306
  self._OpenId = None
6270
6307
  self._Name = None
6271
6308
  self._Mobile = None
6309
+ self._FlowGroupId = None
6272
6310
 
6273
6311
  @property
6274
6312
  def Agent(self):
@@ -6333,6 +6371,17 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
6333
6371
  def Mobile(self, Mobile):
6334
6372
  self._Mobile = Mobile
6335
6373
 
6374
+ @property
6375
+ def FlowGroupId(self):
6376
+ """合同组Id,传入此参数则可以不传FlowIds
6377
+ :rtype: str
6378
+ """
6379
+ return self._FlowGroupId
6380
+
6381
+ @FlowGroupId.setter
6382
+ def FlowGroupId(self, FlowGroupId):
6383
+ self._FlowGroupId = FlowGroupId
6384
+
6336
6385
 
6337
6386
  def _deserialize(self, params):
6338
6387
  if params.get("Agent") is not None:
@@ -6342,6 +6391,7 @@ class ChannelCreateOrganizationBatchSignUrlRequest(AbstractModel):
6342
6391
  self._OpenId = params.get("OpenId")
6343
6392
  self._Name = params.get("Name")
6344
6393
  self._Mobile = params.get("Mobile")
6394
+ self._FlowGroupId = params.get("FlowGroupId")
6345
6395
  memeber_set = set(params.keys())
6346
6396
  for name, value in vars(self).items():
6347
6397
  property_name = name[1:]
@@ -6520,6 +6570,172 @@ class ChannelCreateOrganizationModifyQrCodeResponse(AbstractModel):
6520
6570
  self._RequestId = params.get("RequestId")
6521
6571
 
6522
6572
 
6573
+ class ChannelCreatePrepareFlowGroupRequest(AbstractModel):
6574
+ """ChannelCreatePrepareFlowGroup请求参数结构体
6575
+
6576
+ """
6577
+
6578
+ def __init__(self):
6579
+ r"""
6580
+ :param _BaseFlowInfos: 合同组中每个合同签署流程的信息,合同组中最少包含2个合同,不能超过50个合同。
6581
+ :type BaseFlowInfos: list of BaseFlowInfo
6582
+ :param _FlowGroupName: 合同组的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
6583
+ :type FlowGroupName: str
6584
+ :param _ResourceType: 资源类型,取值有: <ul><li> **1**:模板</li> <li> **2**:文件</li></ul>
6585
+ :type ResourceType: int
6586
+ :param _Agent: 合同的发起企业和发起人信息,<a href="https://qcloudimg.tencent-cloud.cn/raw/b69f8aad306c40b7b78d096e39b2edbb.png" target="_blank">点击查看合同发起企业和人展示的位置</a>
6587
+
6588
+ 此接口下面信息必填。
6589
+ <ul>
6590
+ <li>渠道应用标识: <a href="https://qcloudimg.tencent-cloud.cn/raw/a71872de3d540d55451e3e73a2ad1a6e.png" target="_blank">Agent.AppId</a></li>
6591
+ <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId(合同的发起企业)</li>
6592
+ <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId (合同的发起人)</li>
6593
+ </ul>
6594
+
6595
+ 合同的发起企业和发起人必需已经完成实名,并加入企业
6596
+ :type Agent: :class:`tencentcloud.essbasic.v20210526.models.Agent`
6597
+ """
6598
+ self._BaseFlowInfos = None
6599
+ self._FlowGroupName = None
6600
+ self._ResourceType = None
6601
+ self._Agent = None
6602
+
6603
+ @property
6604
+ def BaseFlowInfos(self):
6605
+ """合同组中每个合同签署流程的信息,合同组中最少包含2个合同,不能超过50个合同。
6606
+ :rtype: list of BaseFlowInfo
6607
+ """
6608
+ return self._BaseFlowInfos
6609
+
6610
+ @BaseFlowInfos.setter
6611
+ def BaseFlowInfos(self, BaseFlowInfos):
6612
+ self._BaseFlowInfos = BaseFlowInfos
6613
+
6614
+ @property
6615
+ def FlowGroupName(self):
6616
+ """合同组的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
6617
+ :rtype: str
6618
+ """
6619
+ return self._FlowGroupName
6620
+
6621
+ @FlowGroupName.setter
6622
+ def FlowGroupName(self, FlowGroupName):
6623
+ self._FlowGroupName = FlowGroupName
6624
+
6625
+ @property
6626
+ def ResourceType(self):
6627
+ """资源类型,取值有: <ul><li> **1**:模板</li> <li> **2**:文件</li></ul>
6628
+ :rtype: int
6629
+ """
6630
+ return self._ResourceType
6631
+
6632
+ @ResourceType.setter
6633
+ def ResourceType(self, ResourceType):
6634
+ self._ResourceType = ResourceType
6635
+
6636
+ @property
6637
+ def Agent(self):
6638
+ """合同的发起企业和发起人信息,<a href="https://qcloudimg.tencent-cloud.cn/raw/b69f8aad306c40b7b78d096e39b2edbb.png" target="_blank">点击查看合同发起企业和人展示的位置</a>
6639
+
6640
+ 此接口下面信息必填。
6641
+ <ul>
6642
+ <li>渠道应用标识: <a href="https://qcloudimg.tencent-cloud.cn/raw/a71872de3d540d55451e3e73a2ad1a6e.png" target="_blank">Agent.AppId</a></li>
6643
+ <li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId(合同的发起企业)</li>
6644
+ <li>第三方平台子客企业中的员工标识: Agent.ProxyOperator.OpenId (合同的发起人)</li>
6645
+ </ul>
6646
+
6647
+ 合同的发起企业和发起人必需已经完成实名,并加入企业
6648
+ :rtype: :class:`tencentcloud.essbasic.v20210526.models.Agent`
6649
+ """
6650
+ return self._Agent
6651
+
6652
+ @Agent.setter
6653
+ def Agent(self, Agent):
6654
+ self._Agent = Agent
6655
+
6656
+
6657
+ def _deserialize(self, params):
6658
+ if params.get("BaseFlowInfos") is not None:
6659
+ self._BaseFlowInfos = []
6660
+ for item in params.get("BaseFlowInfos"):
6661
+ obj = BaseFlowInfo()
6662
+ obj._deserialize(item)
6663
+ self._BaseFlowInfos.append(obj)
6664
+ self._FlowGroupName = params.get("FlowGroupName")
6665
+ self._ResourceType = params.get("ResourceType")
6666
+ if params.get("Agent") is not None:
6667
+ self._Agent = Agent()
6668
+ self._Agent._deserialize(params.get("Agent"))
6669
+ memeber_set = set(params.keys())
6670
+ for name, value in vars(self).items():
6671
+ property_name = name[1:]
6672
+ if property_name in memeber_set:
6673
+ memeber_set.remove(property_name)
6674
+ if len(memeber_set) > 0:
6675
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6676
+
6677
+
6678
+
6679
+ class ChannelCreatePrepareFlowGroupResponse(AbstractModel):
6680
+ """ChannelCreatePrepareFlowGroup返回参数结构体
6681
+
6682
+ """
6683
+
6684
+ def __init__(self):
6685
+ r"""
6686
+ :param _FlowGroupId: 合同组ID,为32位字符串。
6687
+ 建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。
6688
+ :type FlowGroupId: str
6689
+ :param _PrepareUrl: 嵌入式发起链接
6690
+ :type PrepareUrl: str
6691
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6692
+ :type RequestId: str
6693
+ """
6694
+ self._FlowGroupId = None
6695
+ self._PrepareUrl = None
6696
+ self._RequestId = None
6697
+
6698
+ @property
6699
+ def FlowGroupId(self):
6700
+ """合同组ID,为32位字符串。
6701
+ 建议开发者妥善保存此合同组ID,以便于顺利进行后续操作。
6702
+ :rtype: str
6703
+ """
6704
+ return self._FlowGroupId
6705
+
6706
+ @FlowGroupId.setter
6707
+ def FlowGroupId(self, FlowGroupId):
6708
+ self._FlowGroupId = FlowGroupId
6709
+
6710
+ @property
6711
+ def PrepareUrl(self):
6712
+ """嵌入式发起链接
6713
+ :rtype: str
6714
+ """
6715
+ return self._PrepareUrl
6716
+
6717
+ @PrepareUrl.setter
6718
+ def PrepareUrl(self, PrepareUrl):
6719
+ self._PrepareUrl = PrepareUrl
6720
+
6721
+ @property
6722
+ def RequestId(self):
6723
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6724
+ :rtype: str
6725
+ """
6726
+ return self._RequestId
6727
+
6728
+ @RequestId.setter
6729
+ def RequestId(self, RequestId):
6730
+ self._RequestId = RequestId
6731
+
6732
+
6733
+ def _deserialize(self, params):
6734
+ self._FlowGroupId = params.get("FlowGroupId")
6735
+ self._PrepareUrl = params.get("PrepareUrl")
6736
+ self._RequestId = params.get("RequestId")
6737
+
6738
+
6523
6739
  class ChannelCreatePrepareFlowRequest(AbstractModel):
6524
6740
  """ChannelCreatePrepareFlow请求参数结构体
6525
6741
 
@@ -12338,9 +12554,9 @@ class Component(AbstractModel):
12338
12554
  1. 页码编号是从<font color="red">1</font>开始编号的。
12339
12555
  2. <font color="red">页面编号不能超过PDF文件的页码总数</font>。如果指定的页码超过了PDF文件的页码总数,在填写和签署时会出现错误,导致无法正常进行操作。
12340
12556
  :type ComponentPage: int
12341
- :param _ComponentPosX: **在绝对定位方式和关键字定位方式下**,可以指定控件横向位置的位置,单位为pt(点)。
12557
+ :param _ComponentPosX: **在绝对定位方式下**,可以指定控件横向位置的位置,单位为pt(点)。
12342
12558
  :type ComponentPosX: float
12343
- :param _ComponentPosY: **在绝对定位方式和关键字定位方式下**,可以指定控件纵向位置的位置,单位为pt(点)。
12559
+ :param _ComponentPosY: **在绝对定位方式下**,可以指定控件纵向位置的位置,单位为pt(点)。
12344
12560
  :type ComponentPosY: float
12345
12561
  :param _ComponentExtra: **在所有的定位方式下**,控件的扩展参数,为<font color="red">JSON格式</font>,不同类型的控件会有部分非通用参数。
12346
12562
 
@@ -12732,7 +12948,7 @@ ChildrenComponent结构体定义:
12732
12948
 
12733
12949
  @property
12734
12950
  def ComponentPosX(self):
12735
- """**在绝对定位方式和关键字定位方式下**,可以指定控件横向位置的位置,单位为pt(点)。
12951
+ """**在绝对定位方式下**,可以指定控件横向位置的位置,单位为pt(点)。
12736
12952
  :rtype: float
12737
12953
  """
12738
12954
  return self._ComponentPosX
@@ -12743,7 +12959,7 @@ ChildrenComponent结构体定义:
12743
12959
 
12744
12960
  @property
12745
12961
  def ComponentPosY(self):
12746
- """**在绝对定位方式和关键字定位方式下**,可以指定控件纵向位置的位置,单位为pt(点)。
12962
+ """**在绝对定位方式下**,可以指定控件纵向位置的位置,单位为pt(点)。
12747
12963
  :rtype: float
12748
12964
  """
12749
12965
  return self._ComponentPosY
@@ -23,9 +23,6 @@ AUTHFAILURE_NOTENTERPRISEAUTHORIZATION = 'AuthFailure.NotEnterpriseAuthorization
23
23
  # 子账户未授权操作。
24
24
  AUTHFAILURE_UNAUTHORIZEDOPERATION = 'AuthFailure.UnauthorizedOperation'
25
25
 
26
- # DryRun 操作,代表请求将会是成功的,只是多传了 DryRun 参数。
27
- DRYRUNOPERATION = 'DryRunOperation'
28
-
29
26
  # 操作失败。
30
27
  FAILEDOPERATION = 'FailedOperation'
31
28
 
@@ -41,15 +38,9 @@ FAILEDOPERATION_ACTIONOPERATETOOQUICKLY = 'FailedOperation.ActionOperateTooQuick
41
38
  # 该批通道归属于不同的通道组,无法批量操作。
42
39
  FAILEDOPERATION_BELONGDIFFERENTGROUP = 'FailedOperation.BelongDifferentGroup'
43
40
 
44
- # 中国电信加速token过期。
45
- FAILEDOPERATION_CTCCTOKENEXPIRED = 'FailedOperation.CTCCTokenExpired'
46
-
47
41
  # 证书正在使用中,无法操作。
48
42
  FAILEDOPERATION_CERTIFICATEISUSING = 'FailedOperation.CertificateIsUsing'
49
43
 
50
- # 相同加速间隔时间过短。
51
- FAILEDOPERATION_CREATEQOSEXCEEDLIMIT = 'FailedOperation.CreateQosExceedLimit'
52
-
53
44
  # 通道组中存在通道,无法删除。
54
45
  FAILEDOPERATION_DELETEPROXYGROUPPROXYREMAINED = 'FailedOperation.DeleteProxyGroupProxyRemained'
55
46
 
@@ -65,9 +56,6 @@ FAILEDOPERATION_DUPLICATEDREQUEST = 'FailedOperation.DuplicatedRequest'
65
56
  # 通道组状态为非运行状态,无法操作。
66
57
  FAILEDOPERATION_GROUPSTATUSNOTINRUNING = 'FailedOperation.GroupStatusNotInRuning'
67
58
 
68
- # 加速目标IP与绑定的通道IP不匹配。
69
- FAILEDOPERATION_IPUNMATCHED = 'FailedOperation.IPUnmatched'
70
-
71
59
  # 通道状态为非运行状态,无法操作。
72
60
  FAILEDOPERATION_INSTANCESTATUSNOTINRUNING = 'FailedOperation.InstanceStatusNotInRuning'
73
61
 
@@ -95,9 +83,6 @@ FAILEDOPERATION_LISTENERSTATUSERROR = 'FailedOperation.ListenerStatusError'
95
83
  # 加速通道在升级中,暂不支持配置变更,请提工单申请。
96
84
  FAILEDOPERATION_MIGRATION = 'FailedOperation.Migration'
97
85
 
98
- # 该应用模版没有绑定通道。
99
- FAILEDOPERATION_NORESOURCEBOUND = 'FailedOperation.NoResourceBound'
100
-
101
86
  # 该通道为非标通道,限制所有写操作。
102
87
  FAILEDOPERATION_NONSTANDARDPROXY = 'FailedOperation.NonStandardProxy'
103
88
 
@@ -146,18 +131,12 @@ FAILEDOPERATION_REALSERVERALREADYBOUND = 'FailedOperation.RealServerAlreadyBound
146
131
  # 源站不归属于该项目。
147
132
  FAILEDOPERATION_REALSERVERNOTINPROJECT = 'FailedOperation.RealServerNotInProject'
148
133
 
149
- # 请求运营商超时。
150
- FAILEDOPERATION_REQUESTVENDORTIMEOUT = 'FailedOperation.RequestVendorTimeout'
151
-
152
134
  # 该资源不可访问。
153
135
  FAILEDOPERATION_RESOURCECANNOTACCESS = 'FailedOperation.ResourceCanNotAccess'
154
136
 
155
137
  # 资源已经被操作过。
156
138
  FAILEDOPERATION_RESOURCEHADBEENDONE = 'FailedOperation.ResourceHadBeenDone'
157
139
 
158
- # 应用ID填写有误,请检查应用ID是否存在。
159
- FAILEDOPERATION_RESOURCENOTFOUND = 'FailedOperation.ResourceNotFound'
160
-
161
140
  # 资源升级中。
162
141
  FAILEDOPERATION_RESOURCEUPGRADING = 'FailedOperation.ResourceUpgrading'
163
142
 
@@ -167,9 +146,6 @@ FAILEDOPERATION_RULEALREADYEXISTED = 'FailedOperation.RuleAlreadyExisted'
167
146
  # 签名校验错误。
168
147
  FAILEDOPERATION_SECRETVALIDATEFAILED = 'FailedOperation.SecretValidateFailed'
169
148
 
170
- # Session不存在或已经被取消。
171
- FAILEDOPERATION_SESSIONNOTEXIST = 'FailedOperation.SessionNotExist'
172
-
173
149
  # 标签资源绑定失败。
174
150
  FAILEDOPERATION_TAGRESOURCESFAILED = 'FailedOperation.TagResourcesFailed'
175
151
 
@@ -185,15 +161,6 @@ FAILEDOPERATION_USERNOTCONFIRMPROTOCOL = 'FailedOperation.UserNotConfirmProtocol
185
161
  # 该功能为白名单功能,如有需要请联系腾讯云助手。
186
162
  FAILEDOPERATION_USERNOTINWHITELIST = 'FailedOperation.UserNotInWhitelist'
187
163
 
188
- # 该用户不在运营商网络可加速范围内。
189
- FAILEDOPERATION_USEROUTOFCOVERAGE = 'FailedOperation.UserOutOfCoverage'
190
-
191
- # 运营商返回结果错误。
192
- FAILEDOPERATION_VENDORRETURNERROR = 'FailedOperation.VendorReturnError'
193
-
194
- # 运营商服务器临时错误。
195
- FAILEDOPERATION_VENDORSERVERERROR = 'FailedOperation.VendorServerError'
196
-
197
164
  # 内部错误。
198
165
  INTERNALERROR = 'InternalError'
199
166
 
@@ -304,31 +304,6 @@ class GaapClient(AbstractClient):
304
304
  raise TencentCloudSDKException(type(e).__name__, str(e))
305
305
 
306
306
 
307
- def CreateFirstLinkSession(self, request):
308
- """产品功能已下线,对应的api接口下线
309
-
310
- 本接口(CreateFirstLinkSession)用于创建接入段加速会话,创建有可能成功,也可能失败,需要通过返回码来进行判断。
311
-
312
- :param request: Request instance for CreateFirstLinkSession.
313
- :type request: :class:`tencentcloud.gaap.v20180529.models.CreateFirstLinkSessionRequest`
314
- :rtype: :class:`tencentcloud.gaap.v20180529.models.CreateFirstLinkSessionResponse`
315
-
316
- """
317
- try:
318
- params = request._serialize()
319
- headers = request.headers
320
- body = self.call("CreateFirstLinkSession", params, headers=headers)
321
- response = json.loads(body)
322
- model = models.CreateFirstLinkSessionResponse()
323
- model._deserialize(response["Response"])
324
- return model
325
- except Exception as e:
326
- if isinstance(e, TencentCloudSDKException):
327
- raise
328
- else:
329
- raise TencentCloudSDKException(type(e).__name__, str(e))
330
-
331
-
332
307
  def CreateGlobalDomain(self, request):
333
308
  """用来创建统一域名
334
309
 
@@ -674,31 +649,6 @@ class GaapClient(AbstractClient):
674
649
  raise TencentCloudSDKException(type(e).__name__, str(e))
675
650
 
676
651
 
677
- def DeleteFirstLinkSession(self, request):
678
- """产品功能已下线,下线对应的api接口
679
-
680
- 本接口(DeleteFirstLinkSession)用于删除接入段加速会话,删除加速会话后会停止加速。
681
-
682
- :param request: Request instance for DeleteFirstLinkSession.
683
- :type request: :class:`tencentcloud.gaap.v20180529.models.DeleteFirstLinkSessionRequest`
684
- :rtype: :class:`tencentcloud.gaap.v20180529.models.DeleteFirstLinkSessionResponse`
685
-
686
- """
687
- try:
688
- params = request._serialize()
689
- headers = request.headers
690
- body = self.call("DeleteFirstLinkSession", params, headers=headers)
691
- response = json.loads(body)
692
- model = models.DeleteFirstLinkSessionResponse()
693
- model._deserialize(response["Response"])
694
- return model
695
- except Exception as e:
696
- if isinstance(e, TencentCloudSDKException):
697
- raise
698
- else:
699
- raise TencentCloudSDKException(type(e).__name__, str(e))
700
-
701
-
702
652
  def DeleteGlobalDomain(self, request):
703
653
  """删除统一域名
704
654
 
@@ -1136,31 +1086,6 @@ class GaapClient(AbstractClient):
1136
1086
  raise TencentCloudSDKException(type(e).__name__, str(e))
1137
1087
 
1138
1088
 
1139
- def DescribeFirstLinkSession(self, request):
1140
- """产品功能已下线,下线对应的api接口
1141
-
1142
- 本接口(DescribeFirstLinkSession)用于查询接入段加速会话状态,包括会话状态,生效时长,加速套餐等信息。
1143
-
1144
- :param request: Request instance for DescribeFirstLinkSession.
1145
- :type request: :class:`tencentcloud.gaap.v20180529.models.DescribeFirstLinkSessionRequest`
1146
- :rtype: :class:`tencentcloud.gaap.v20180529.models.DescribeFirstLinkSessionResponse`
1147
-
1148
- """
1149
- try:
1150
- params = request._serialize()
1151
- headers = request.headers
1152
- body = self.call("DescribeFirstLinkSession", params, headers=headers)
1153
- response = json.loads(body)
1154
- model = models.DescribeFirstLinkSessionResponse()
1155
- model._deserialize(response["Response"])
1156
- return model
1157
- except Exception as e:
1158
- if isinstance(e, TencentCloudSDKException):
1159
- raise
1160
- else:
1161
- raise TencentCloudSDKException(type(e).__name__, str(e))
1162
-
1163
-
1164
1089
  def DescribeGlobalDomainDns(self, request):
1165
1090
  """查询域名解析列表
1166
1091