tencentcloud-sdk-python 3.0.1289__py2.py3-none-any.whl → 3.0.1291__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 (40) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cdb/v20170320/cdb_client.py +22 -23
  3. tencentcloud/cdb/v20170320/errorcodes.py +3 -0
  4. tencentcloud/cdb/v20170320/models.py +120 -76
  5. tencentcloud/cdwdoris/v20211228/models.py +43 -0
  6. tencentcloud/chdfs/v20201112/models.py +15 -27
  7. tencentcloud/clb/v20180317/models.py +28 -4
  8. tencentcloud/csip/v20221121/csip_client.py +115 -0
  9. tencentcloud/csip/v20221121/models.py +10798 -8153
  10. tencentcloud/cynosdb/v20190107/cynosdb_client.py +4 -4
  11. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  12. tencentcloud/cynosdb/v20190107/models.py +4 -4
  13. tencentcloud/dbbrain/v20210527/models.py +4 -4
  14. tencentcloud/dc/v20180410/models.py +114 -18
  15. tencentcloud/dts/v20211206/models.py +17 -17
  16. tencentcloud/ecm/v20190719/models.py +0 -8
  17. tencentcloud/ess/v20201111/models.py +50 -12
  18. tencentcloud/essbasic/v20210526/models.py +50 -0
  19. tencentcloud/facefusion/v20220927/models.py +2 -6
  20. tencentcloud/hunyuan/v20230901/models.py +38 -0
  21. tencentcloud/lcic/v20220817/models.py +4 -2
  22. tencentcloud/lighthouse/v20200324/lighthouse_client.py +11 -2
  23. tencentcloud/live/v20180801/models.py +0 -18
  24. tencentcloud/mongodb/v20190725/models.py +17 -4
  25. tencentcloud/ocr/v20181119/ocr_client.py +1 -1
  26. tencentcloud/redis/v20180412/models.py +2 -2
  27. tencentcloud/sqlserver/v20180328/models.py +256 -12
  28. tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
  29. tencentcloud/tdmq/v20200217/models.py +109 -0
  30. tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
  31. tencentcloud/trocket/v20230308/models.py +970 -51
  32. tencentcloud/trocket/v20230308/trocket_client.py +69 -0
  33. tencentcloud/tsf/v20180326/models.py +4 -4
  34. tencentcloud/tsf/v20180326/tsf_client.py +3 -1
  35. tencentcloud/vod/v20180717/models.py +48 -0
  36. {tencentcloud_sdk_python-3.0.1289.dist-info → tencentcloud_sdk_python-3.0.1291.dist-info}/METADATA +1 -1
  37. {tencentcloud_sdk_python-3.0.1289.dist-info → tencentcloud_sdk_python-3.0.1291.dist-info}/RECORD +40 -40
  38. {tencentcloud_sdk_python-3.0.1289.dist-info → tencentcloud_sdk_python-3.0.1291.dist-info}/LICENSE +0 -0
  39. {tencentcloud_sdk_python-3.0.1289.dist-info → tencentcloud_sdk_python-3.0.1291.dist-info}/WHEEL +0 -0
  40. {tencentcloud_sdk_python-3.0.1289.dist-info → tencentcloud_sdk_python-3.0.1291.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class CynosdbClient(AbstractClient):
27
27
 
28
28
 
29
29
  def ActivateInstance(self, request):
30
- """本接口(ActivateInstance)用于恢复已隔离的实例访问。
30
+ """本接口(ActivateInstance)用于恢复已隔离的实例访问。
31
31
 
32
32
  :param request: Request instance for ActivateInstance.
33
33
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.ActivateInstanceRequest`
@@ -211,7 +211,7 @@ class CynosdbClient(AbstractClient):
211
211
 
212
212
 
213
213
  def CloseProxyEndPoint(self, request):
214
- """关闭数据库代理连接地址
214
+ """本接口(CloseProxyEndPoint)用于关闭数据库代理连接地址。
215
215
 
216
216
  :param request: Request instance for CloseProxyEndPoint.
217
217
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.CloseProxyEndPointRequest`
@@ -855,7 +855,7 @@ class CynosdbClient(AbstractClient):
855
855
 
856
856
 
857
857
  def DescribeAuditRuleWithInstanceIds(self, request):
858
- """获取实例的审计规则
858
+ """本接口(DescribeAuditRuleWithInstanceIds)用于获取实例的审计规则。
859
859
 
860
860
  :param request: Request instance for DescribeAuditRuleWithInstanceIds.
861
861
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeAuditRuleWithInstanceIdsRequest`
@@ -1522,7 +1522,7 @@ class CynosdbClient(AbstractClient):
1522
1522
 
1523
1523
 
1524
1524
  def DescribeInstancesWithinSameCluster(self, request):
1525
- """本接口(DescribeInstancesWithinSameCluster)用于查询同一集群下实例列表
1525
+ """本接口(DescribeInstancesWithinSameCluster)用于查询同一集群下实例列表
1526
1526
 
1527
1527
  :param request: Request instance for DescribeInstancesWithinSameCluster.
1528
1528
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeInstancesWithinSameClusterRequest`
@@ -284,6 +284,9 @@ OPERATIONDENIED_INSTANCESTATUSLIMITERROR = 'OperationDenied.InstanceStatusLimitE
284
284
  # 账号余额不足。
285
285
  OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceError'
286
286
 
287
+ # 暂停状态的serverless不允许修改多可用区。
288
+ OPERATIONDENIED_PAUSEDSLSNOTALLOWMODIFYSLAVE = 'OperationDenied.PausedSlsNotAllowModifySlave'
289
+
287
290
  # proxy节点支持的可创建的连接数量不匹配,可支持的创建连接数{{1}},当前连接数{{2}}
288
291
  OPERATIONDENIED_PROXYCONNECTCOUNTCHECKERROR = 'OperationDenied.ProxyConnectCountCheckError'
289
292
 
@@ -21066,7 +21066,7 @@ class ExportInstanceErrorLogsRequest(AbstractModel):
21066
21066
  :type FileType: str
21067
21067
  :param _OrderBy: 可选值Timestamp
21068
21068
  :type OrderBy: str
21069
- :param _OrderByType: ASC或DESC
21069
+ :param _OrderByType: 排序类型,ASC DESC
21070
21070
  :type OrderByType: str
21071
21071
  """
21072
21072
  self._InstanceId = None
@@ -21181,7 +21181,7 @@ class ExportInstanceErrorLogsRequest(AbstractModel):
21181
21181
 
21182
21182
  @property
21183
21183
  def OrderByType(self):
21184
- """ASC或DESC
21184
+ """排序类型,ASC DESC
21185
21185
  :rtype: str
21186
21186
  """
21187
21187
  return self._OrderByType
@@ -22541,7 +22541,7 @@ class InstanceAuditLogFilter(AbstractModel):
22541
22541
 
22542
22542
  等于、不等于: sqlType - SQL类型; errCode - 错误码; threadId - 线程ID;
22543
22543
 
22544
- 范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事物持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。
22544
+ 范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事务持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。
22545
22545
  :type Type: str
22546
22546
  :param _Compare: 过滤条件。支持以下条件:
22547
22547
  WINC-包含(分词维度),
@@ -22569,7 +22569,7 @@ RA - 范围。
22569
22569
 
22570
22570
  等于、不等于: sqlType - SQL类型; errCode - 错误码; threadId - 线程ID;
22571
22571
 
22572
- 范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事物持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。
22572
+ 范围搜索(时间类型统一为微秒): execTime - 执行时间; lockWaitTime - 执行时间; ioWaitTime - IO等待时间; trxLivingTime - 事务持续时间; cpuTime - cpu时间; checkRows - 扫描行数; affectRows - 影响行数; sentRows - 返回行数。
22573
22573
  :rtype: str
22574
22574
  """
22575
22575
  return self._Type
@@ -4081,9 +4081,9 @@ class DescribeAuditLogFilesRequest(AbstractModel):
4081
4081
 
4082
4082
  def __init__(self):
4083
4083
  r"""
4084
- :param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB
4084
+ :param _Product: 服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
4085
4085
  :type Product: str
4086
- :param _NodeRequestType: 与Product保持一致。如:"dcdb" ,"mariadb"
4086
+ :param _NodeRequestType: 该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
4087
4087
  :type NodeRequestType: str
4088
4088
  :param _InstanceId: 实例 ID 。
4089
4089
  :type InstanceId: str
@@ -4100,7 +4100,7 @@ class DescribeAuditLogFilesRequest(AbstractModel):
4100
4100
 
4101
4101
  @property
4102
4102
  def Product(self):
4103
- """服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB
4103
+ """服务产品类型,支持值包括: "dcdb" - 云数据库 Tdsql, "mariadb" - 云数据库 MariaDB for MariaDB, "mysql" - 云数据库 MySQL, "cynosdb" - 云数据库 CynosDB for MySQL, "postgres" - 云数据库 PostgreSQL
4104
4104
  :rtype: str
4105
4105
  """
4106
4106
  return self._Product
@@ -4111,7 +4111,7 @@ class DescribeAuditLogFilesRequest(AbstractModel):
4111
4111
 
4112
4112
  @property
4113
4113
  def NodeRequestType(self):
4114
- """与Product保持一致。如:"dcdb" ,"mariadb"
4114
+ """该字段规则如下: 当product为"dcdb"则输入"dcdb", 当product为"mariadb"则输入"mariadb", 当product为"mysql"则输入"mysql", 当product为"cynosdb"则输入"mysql", 当product为"postgres"则输入"postgres"。
4115
4115
  :rtype: str
4116
4116
  """
4117
4117
  return self._NodeRequestType
@@ -101,21 +101,18 @@ class AccessPoint(AbstractModel):
101
101
  :type LineOperator: list of str
102
102
  :param _RegionId: 接入点管理的大区ID。
103
103
  :type RegionId: str
104
- :param _AvailablePortType: 接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
105
- 注意:此字段可能返回 null,表示取不到有效值。
104
+ :param _AvailablePortType: 接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
106
105
  :type AvailablePortType: list of str
107
- :param _Coordinate: 接入点经纬度
108
- 注意:此字段可能返回 null,表示取不到有效值。
106
+ :param _Coordinate: 接入点经纬度。
109
107
  :type Coordinate: :class:`tencentcloud.dc.v20180410.models.Coordinate`
110
- :param _City: 接入点所在城市
111
- 注意:此字段可能返回 null,表示取不到有效值。
108
+ :param _City: 接入点所在城市。
112
109
  :type City: str
113
- :param _Area: 接入点地域名称
114
- 注意:此字段可能返回 null,表示取不到有效值。
110
+ :param _Area: 接入点地域名称。
115
111
  :type Area: str
116
112
  :param _AccessPointType: 接入点类型。VXLAN/QCPL/QCAR
117
- 注意:此字段可能返回 null,表示取不到有效值。
118
113
  :type AccessPointType: str
114
+ :param _AvailablePortInfo: 端口规格信息。
115
+ :type AvailablePortInfo: list of PortSpecification
119
116
  """
120
117
  self._AccessPointName = None
121
118
  self._AccessPointId = None
@@ -128,6 +125,7 @@ class AccessPoint(AbstractModel):
128
125
  self._City = None
129
126
  self._Area = None
130
127
  self._AccessPointType = None
128
+ self._AvailablePortInfo = None
131
129
 
132
130
  @property
133
131
  def AccessPointName(self):
@@ -197,8 +195,7 @@ class AccessPoint(AbstractModel):
197
195
 
198
196
  @property
199
197
  def AvailablePortType(self):
200
- """接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
201
- 注意:此字段可能返回 null,表示取不到有效值。
198
+ """接入点可用的端口类型列表。1000BASE-T代表千兆电口,1000BASE-LX代表千兆单模光口10km,1000BASE-ZX代表千兆单模光口80km,10GBASE-LR代表万兆单模光口10km,10GBASE-ZR代表万兆单模光口80km,10GBASE-LH代表万兆单模光口40km,100GBASE-LR4代表100G单模光口10km
202
199
  :rtype: list of str
203
200
  """
204
201
  return self._AvailablePortType
@@ -209,8 +206,7 @@ class AccessPoint(AbstractModel):
209
206
 
210
207
  @property
211
208
  def Coordinate(self):
212
- """接入点经纬度
213
- 注意:此字段可能返回 null,表示取不到有效值。
209
+ """接入点经纬度。
214
210
  :rtype: :class:`tencentcloud.dc.v20180410.models.Coordinate`
215
211
  """
216
212
  return self._Coordinate
@@ -221,8 +217,7 @@ class AccessPoint(AbstractModel):
221
217
 
222
218
  @property
223
219
  def City(self):
224
- """接入点所在城市
225
- 注意:此字段可能返回 null,表示取不到有效值。
220
+ """接入点所在城市。
226
221
  :rtype: str
227
222
  """
228
223
  return self._City
@@ -233,8 +228,7 @@ class AccessPoint(AbstractModel):
233
228
 
234
229
  @property
235
230
  def Area(self):
236
- """接入点地域名称
237
- 注意:此字段可能返回 null,表示取不到有效值。
231
+ """接入点地域名称。
238
232
  :rtype: str
239
233
  """
240
234
  return self._Area
@@ -246,7 +240,6 @@ class AccessPoint(AbstractModel):
246
240
  @property
247
241
  def AccessPointType(self):
248
242
  """接入点类型。VXLAN/QCPL/QCAR
249
- 注意:此字段可能返回 null,表示取不到有效值。
250
243
  :rtype: str
251
244
  """
252
245
  return self._AccessPointType
@@ -255,6 +248,17 @@ class AccessPoint(AbstractModel):
255
248
  def AccessPointType(self, AccessPointType):
256
249
  self._AccessPointType = AccessPointType
257
250
 
251
+ @property
252
+ def AvailablePortInfo(self):
253
+ """端口规格信息。
254
+ :rtype: list of PortSpecification
255
+ """
256
+ return self._AvailablePortInfo
257
+
258
+ @AvailablePortInfo.setter
259
+ def AvailablePortInfo(self, AvailablePortInfo):
260
+ self._AvailablePortInfo = AvailablePortInfo
261
+
258
262
 
259
263
  def _deserialize(self, params):
260
264
  self._AccessPointName = params.get("AccessPointName")
@@ -270,6 +274,12 @@ class AccessPoint(AbstractModel):
270
274
  self._City = params.get("City")
271
275
  self._Area = params.get("Area")
272
276
  self._AccessPointType = params.get("AccessPointType")
277
+ if params.get("AvailablePortInfo") is not None:
278
+ self._AvailablePortInfo = []
279
+ for item in params.get("AvailablePortInfo"):
280
+ obj = PortSpecification()
281
+ obj._deserialize(item)
282
+ self._AvailablePortInfo.append(obj)
273
283
  memeber_set = set(params.keys())
274
284
  for name, value in vars(self).items():
275
285
  property_name = name[1:]
@@ -2031,10 +2041,13 @@ class DescribeAccessPointsRequest(AbstractModel):
2031
2041
  :type Offset: int
2032
2042
  :param _Limit: 返回数量,默认为20,最大值为100。
2033
2043
  :type Limit: int
2044
+ :param _Filters: 过滤参数,支持:access-point-id、isp
2045
+ :type Filters: list of Filter
2034
2046
  """
2035
2047
  self._RegionId = None
2036
2048
  self._Offset = None
2037
2049
  self._Limit = None
2050
+ self._Filters = None
2038
2051
 
2039
2052
  @property
2040
2053
  def RegionId(self):
@@ -2070,11 +2083,28 @@ class DescribeAccessPointsRequest(AbstractModel):
2070
2083
  def Limit(self, Limit):
2071
2084
  self._Limit = Limit
2072
2085
 
2086
+ @property
2087
+ def Filters(self):
2088
+ """过滤参数,支持:access-point-id、isp
2089
+ :rtype: list of Filter
2090
+ """
2091
+ return self._Filters
2092
+
2093
+ @Filters.setter
2094
+ def Filters(self, Filters):
2095
+ self._Filters = Filters
2096
+
2073
2097
 
2074
2098
  def _deserialize(self, params):
2075
2099
  self._RegionId = params.get("RegionId")
2076
2100
  self._Offset = params.get("Offset")
2077
2101
  self._Limit = params.get("Limit")
2102
+ if params.get("Filters") is not None:
2103
+ self._Filters = []
2104
+ for item in params.get("Filters"):
2105
+ obj = Filter()
2106
+ obj._deserialize(item)
2107
+ self._Filters.append(obj)
2078
2108
  memeber_set = set(params.keys())
2079
2109
  for name, value in vars(self).items():
2080
2110
  property_name = name[1:]
@@ -6265,6 +6295,72 @@ class NQAInfo(AbstractModel):
6265
6295
 
6266
6296
 
6267
6297
 
6298
+ class PortSpecification(AbstractModel):
6299
+ """端口规格
6300
+
6301
+ """
6302
+
6303
+ def __init__(self):
6304
+ r"""
6305
+ :param _InternationalName: 端口名称
6306
+ :type InternationalName: str
6307
+ :param _Specification: 端口规格(M)
6308
+ :type Specification: int
6309
+ :param _PortType: 端口类型:T-电口,X-光口
6310
+ :type PortType: str
6311
+ """
6312
+ self._InternationalName = None
6313
+ self._Specification = None
6314
+ self._PortType = None
6315
+
6316
+ @property
6317
+ def InternationalName(self):
6318
+ """端口名称
6319
+ :rtype: str
6320
+ """
6321
+ return self._InternationalName
6322
+
6323
+ @InternationalName.setter
6324
+ def InternationalName(self, InternationalName):
6325
+ self._InternationalName = InternationalName
6326
+
6327
+ @property
6328
+ def Specification(self):
6329
+ """端口规格(M)
6330
+ :rtype: int
6331
+ """
6332
+ return self._Specification
6333
+
6334
+ @Specification.setter
6335
+ def Specification(self, Specification):
6336
+ self._Specification = Specification
6337
+
6338
+ @property
6339
+ def PortType(self):
6340
+ """端口类型:T-电口,X-光口
6341
+ :rtype: str
6342
+ """
6343
+ return self._PortType
6344
+
6345
+ @PortType.setter
6346
+ def PortType(self, PortType):
6347
+ self._PortType = PortType
6348
+
6349
+
6350
+ def _deserialize(self, params):
6351
+ self._InternationalName = params.get("InternationalName")
6352
+ self._Specification = params.get("Specification")
6353
+ self._PortType = params.get("PortType")
6354
+ memeber_set = set(params.keys())
6355
+ for name, value in vars(self).items():
6356
+ property_name = name[1:]
6357
+ if property_name in memeber_set:
6358
+ memeber_set.remove(property_name)
6359
+ if len(memeber_set) > 0:
6360
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
6361
+
6362
+
6363
+
6268
6364
  class RejectDirectConnectTunnelRequest(AbstractModel):
6269
6365
  """RejectDirectConnectTunnel请求参数结构体
6270
6366
 
@@ -12482,16 +12482,16 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
12482
12482
  :type AccountName: str
12483
12483
  :param _ConsumerGroupName: 消费组名称。实际的消费组全称形如:consumer-grp-#{SubscribeId}-#{ConsumerGroupName}
12484
12484
  :type ConsumerGroupName: str
12485
- :param _OldPassword: 旧密码
12486
- :type OldPassword: str
12487
12485
  :param _NewPassword: 新密码。字符长度不小于3,不大于32
12488
12486
  :type NewPassword: str
12487
+ :param _OldPassword: 旧密码,非必选
12488
+ :type OldPassword: str
12489
12489
  """
12490
12490
  self._SubscribeId = None
12491
12491
  self._AccountName = None
12492
12492
  self._ConsumerGroupName = None
12493
- self._OldPassword = None
12494
12493
  self._NewPassword = None
12494
+ self._OldPassword = None
12495
12495
 
12496
12496
  @property
12497
12497
  def SubscribeId(self):
@@ -12526,17 +12526,6 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
12526
12526
  def ConsumerGroupName(self, ConsumerGroupName):
12527
12527
  self._ConsumerGroupName = ConsumerGroupName
12528
12528
 
12529
- @property
12530
- def OldPassword(self):
12531
- """旧密码
12532
- :rtype: str
12533
- """
12534
- return self._OldPassword
12535
-
12536
- @OldPassword.setter
12537
- def OldPassword(self, OldPassword):
12538
- self._OldPassword = OldPassword
12539
-
12540
12529
  @property
12541
12530
  def NewPassword(self):
12542
12531
  """新密码。字符长度不小于3,不大于32
@@ -12548,13 +12537,24 @@ class ModifyConsumerGroupPasswordRequest(AbstractModel):
12548
12537
  def NewPassword(self, NewPassword):
12549
12538
  self._NewPassword = NewPassword
12550
12539
 
12540
+ @property
12541
+ def OldPassword(self):
12542
+ """旧密码,非必选
12543
+ :rtype: str
12544
+ """
12545
+ return self._OldPassword
12546
+
12547
+ @OldPassword.setter
12548
+ def OldPassword(self, OldPassword):
12549
+ self._OldPassword = OldPassword
12550
+
12551
12551
 
12552
12552
  def _deserialize(self, params):
12553
12553
  self._SubscribeId = params.get("SubscribeId")
12554
12554
  self._AccountName = params.get("AccountName")
12555
12555
  self._ConsumerGroupName = params.get("ConsumerGroupName")
12556
- self._OldPassword = params.get("OldPassword")
12557
12556
  self._NewPassword = params.get("NewPassword")
12557
+ self._OldPassword = params.get("OldPassword")
12558
12558
  memeber_set = set(params.keys())
12559
12559
  for name, value in vars(self).items():
12560
12560
  property_name = name[1:]
@@ -14029,7 +14029,7 @@ class Options(AbstractModel):
14029
14029
  :param _AutoRetryTimeRangeMinutes: 自动重试的时间窗口设置
14030
14030
  注意:此字段可能返回 null,表示取不到有效值。
14031
14031
  :type AutoRetryTimeRangeMinutes: int
14032
- :param _StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
14032
+ :param _StartPosition: 同步到kafka链路指定位点。目前只支持时间格式:2023-12-20T19:24:23+08:00。如果没有指定位点,为空。
14033
14033
  注意:此字段可能返回 null,表示取不到有效值。
14034
14034
  :type StartPosition: str
14035
14035
  :param _FilterBeginCommit: 同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持
@@ -14175,7 +14175,7 @@ class Options(AbstractModel):
14175
14175
 
14176
14176
  @property
14177
14177
  def StartPosition(self):
14178
- """同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。
14178
+ """同步到kafka链路指定位点。目前只支持时间格式:2023-12-20T19:24:23+08:00。如果没有指定位点,为空。
14179
14179
  注意:此字段可能返回 null,表示取不到有效值。
14180
14180
  :rtype: str
14181
14181
  """
@@ -1467,7 +1467,6 @@ class AssignPrivateIpAddressesResponse(AbstractModel):
1467
1467
  def __init__(self):
1468
1468
  r"""
1469
1469
  :param _PrivateIpAddressSet: 内网IP详细信息。
1470
- 注意:此字段可能返回 null,表示取不到有效值。
1471
1470
  :type PrivateIpAddressSet: list of PrivateIpAddressSpecification
1472
1471
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1473
1472
  :type RequestId: str
@@ -1478,7 +1477,6 @@ class AssignPrivateIpAddressesResponse(AbstractModel):
1478
1477
  @property
1479
1478
  def PrivateIpAddressSet(self):
1480
1479
  """内网IP详细信息。
1481
- 注意:此字段可能返回 null,表示取不到有效值。
1482
1480
  :rtype: list of PrivateIpAddressSpecification
1483
1481
  """
1484
1482
  return self._PrivateIpAddressSet
@@ -4374,7 +4372,6 @@ class CreateRoutesResponse(AbstractModel):
4374
4372
  :param _TotalCount: 新增的实例个数。
4375
4373
  :type TotalCount: int
4376
4374
  :param _RouteTableSet: 路由表对象。
4377
- 注意:此字段可能返回 null,表示取不到有效值。
4378
4375
  :type RouteTableSet: list of RouteTable
4379
4376
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4380
4377
  :type RequestId: str
@@ -4397,7 +4394,6 @@ class CreateRoutesResponse(AbstractModel):
4397
4394
  @property
4398
4395
  def RouteTableSet(self):
4399
4396
  """路由表对象。
4400
- 注意:此字段可能返回 null,表示取不到有效值。
4401
4397
  :rtype: list of RouteTable
4402
4398
  """
4403
4399
  return self._RouteTableSet
@@ -7203,7 +7199,6 @@ class DescribeHaVipsResponse(AbstractModel):
7203
7199
  :param _TotalCount: 符合条件的对象数。
7204
7200
  :type TotalCount: int
7205
7201
  :param _HaVipSet: HAVIP对象数组。
7206
- 注意:此字段可能返回 null,表示取不到有效值。
7207
7202
  :type HaVipSet: list of HaVip
7208
7203
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7209
7204
  :type RequestId: str
@@ -7226,7 +7221,6 @@ class DescribeHaVipsResponse(AbstractModel):
7226
7221
  @property
7227
7222
  def HaVipSet(self):
7228
7223
  """HAVIP对象数组。
7229
- 注意:此字段可能返回 null,表示取不到有效值。
7230
7224
  :rtype: list of HaVip
7231
7225
  """
7232
7226
  return self._HaVipSet
@@ -9820,7 +9814,6 @@ class DescribeRouteConflictsResponse(AbstractModel):
9820
9814
  def __init__(self):
9821
9815
  r"""
9822
9816
  :param _RouteConflictSet: 路由策略冲突列表
9823
- 注意:此字段可能返回 null,表示取不到有效值。
9824
9817
  :type RouteConflictSet: list of RouteConflict
9825
9818
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9826
9819
  :type RequestId: str
@@ -9831,7 +9824,6 @@ class DescribeRouteConflictsResponse(AbstractModel):
9831
9824
  @property
9832
9825
  def RouteConflictSet(self):
9833
9826
  """路由策略冲突列表
9834
- 注意:此字段可能返回 null,表示取不到有效值。
9835
9827
  :rtype: list of RouteConflict
9836
9828
  """
9837
9829
  return self._RouteConflictSet
@@ -5146,6 +5146,10 @@ class CreateBatchSignUrlRequest(AbstractModel):
5146
5146
  2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
5147
5147
  3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
5148
5148
  :type AutoJumpBack: bool
5149
+ :param _UrlUseEnv: <font color="red">仅公众号 H5 跳转电子签小程序时</font>,如需签署完成的“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。在用户点击“返回应用”按钮之后,会返回到公众号 H5。
5150
+
5151
+ 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
5152
+ :type UrlUseEnv: str
5149
5153
  """
5150
5154
  self._Operator = None
5151
5155
  self._Name = None
@@ -5159,6 +5163,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5159
5163
  self._JumpToDetail = None
5160
5164
  self._FlowBatchUrlInfo = None
5161
5165
  self._AutoJumpBack = None
5166
+ self._UrlUseEnv = None
5162
5167
 
5163
5168
  @property
5164
5169
  def Operator(self):
@@ -5332,6 +5337,19 @@ class CreateBatchSignUrlRequest(AbstractModel):
5332
5337
  def AutoJumpBack(self, AutoJumpBack):
5333
5338
  self._AutoJumpBack = AutoJumpBack
5334
5339
 
5340
+ @property
5341
+ def UrlUseEnv(self):
5342
+ """<font color="red">仅公众号 H5 跳转电子签小程序时</font>,如需签署完成的“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。在用户点击“返回应用”按钮之后,会返回到公众号 H5。
5343
+
5344
+ 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
5345
+ :rtype: str
5346
+ """
5347
+ return self._UrlUseEnv
5348
+
5349
+ @UrlUseEnv.setter
5350
+ def UrlUseEnv(self, UrlUseEnv):
5351
+ self._UrlUseEnv = UrlUseEnv
5352
+
5335
5353
 
5336
5354
  def _deserialize(self, params):
5337
5355
  if params.get("Operator") is not None:
@@ -5352,6 +5370,7 @@ class CreateBatchSignUrlRequest(AbstractModel):
5352
5370
  self._FlowBatchUrlInfo = FlowBatchUrlInfo()
5353
5371
  self._FlowBatchUrlInfo._deserialize(params.get("FlowBatchUrlInfo"))
5354
5372
  self._AutoJumpBack = params.get("AutoJumpBack")
5373
+ self._UrlUseEnv = params.get("UrlUseEnv")
5355
5374
  memeber_set = set(params.keys())
5356
5375
  for name, value in vars(self).items():
5357
5376
  property_name = name[1:]
@@ -13764,6 +13783,10 @@ class CreateSchemeUrlRequest(AbstractModel):
13764
13783
  :type RecipientId: str
13765
13784
  :param _FlowGroupUrlInfo: 合同组相关信息,指定合同组子合同和签署方的信息,用于补充动态签署人。
13766
13785
  :type FlowGroupUrlInfo: :class:`tencentcloud.ess.v20201111.models.FlowGroupUrlInfo`
13786
+ :param _UrlUseEnv: <font color="red">仅公众号 H5 跳转电子签小程序时</font>,如需签署完成的“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。在用户点击“返回应用”按钮之后,会返回到公众号 H5。
13787
+
13788
+ 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
13789
+ :type UrlUseEnv: str
13767
13790
  """
13768
13791
  self._Operator = None
13769
13792
  self._OrganizationName = None
@@ -13780,6 +13803,7 @@ class CreateSchemeUrlRequest(AbstractModel):
13780
13803
  self._Hides = None
13781
13804
  self._RecipientId = None
13782
13805
  self._FlowGroupUrlInfo = None
13806
+ self._UrlUseEnv = None
13783
13807
 
13784
13808
  @property
13785
13809
  def Operator(self):
@@ -13975,6 +13999,19 @@ class CreateSchemeUrlRequest(AbstractModel):
13975
13999
  def FlowGroupUrlInfo(self, FlowGroupUrlInfo):
13976
14000
  self._FlowGroupUrlInfo = FlowGroupUrlInfo
13977
14001
 
14002
+ @property
14003
+ def UrlUseEnv(self):
14004
+ """<font color="red">仅公众号 H5 跳转电子签小程序时</font>,如需签署完成的“返回应用”功能,在获取签署链接接口的 UrlUseEnv 参数需设置为 **WeChatOfficialAccounts**,小程序签署成功的结果页面中才会出现“返回应用”按钮。在用户点击“返回应用”按钮之后,会返回到公众号 H5。
14005
+
14006
+ 参考 [公众号 H5 跳转电子签小程序](https://qian.tencent.com/developers/company/openwxminiprogram/#23-%E5%85%AC%E4%BC%97%E5%8F%B7-h5-%E4%B8%AD%E8%B7%B3%E8%BD%AC)。
14007
+ :rtype: str
14008
+ """
14009
+ return self._UrlUseEnv
14010
+
14011
+ @UrlUseEnv.setter
14012
+ def UrlUseEnv(self, UrlUseEnv):
14013
+ self._UrlUseEnv = UrlUseEnv
14014
+
13978
14015
 
13979
14016
  def _deserialize(self, params):
13980
14017
  if params.get("Operator") is not None:
@@ -13998,6 +14035,7 @@ class CreateSchemeUrlRequest(AbstractModel):
13998
14035
  if params.get("FlowGroupUrlInfo") is not None:
13999
14036
  self._FlowGroupUrlInfo = FlowGroupUrlInfo()
14000
14037
  self._FlowGroupUrlInfo._deserialize(params.get("FlowGroupUrlInfo"))
14038
+ self._UrlUseEnv = params.get("UrlUseEnv")
14001
14039
  memeber_set = set(params.keys())
14002
14040
  for name, value in vars(self).items():
14003
14041
  property_name = name[1:]
@@ -15279,8 +15317,8 @@ class CreateUserMobileChangeUrlRequest(AbstractModel):
15279
15317
  :type IdCardType: str
15280
15318
  :param _IdCardNumber: 要修改手机号用户的身份证号码,应符合以下规则
15281
15319
  <ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
15282
- <li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
15283
- <li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
15320
+ <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
15321
+ <li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
15284
15322
  如果没有传递 userId且 userAccountType 是 0 或者没有传递, 此参数为<b>必填项。</b>
15285
15323
  :type IdCardNumber: str
15286
15324
  :param _Endpoint: 要跳转的链接类型
@@ -15394,8 +15432,8 @@ class CreateUserMobileChangeUrlRequest(AbstractModel):
15394
15432
  def IdCardNumber(self):
15395
15433
  """要修改手机号用户的身份证号码,应符合以下规则
15396
15434
  <ul><li>中国大陆居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>
15397
- <li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
15398
- <li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
15435
+ <li>中国港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给中国香港居民,“M”字头签发给中国澳门居民;第2位至第11位为数字。</li>
15436
+ <li>中国港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>
15399
15437
  如果没有传递 userId且 userAccountType 是 0 或者没有传递, 此参数为<b>必填项。</b>
15400
15438
  :rtype: str
15401
15439
  """
@@ -22457,8 +22495,8 @@ WEWORKAPP: 企业微信
22457
22495
  :type OrganizationName: str
22458
22496
  :param _ApproverIdCardType: 签署方经办人的证件类型,支持以下类型
22459
22497
  <ul><li>ID_CARD 中国大陆居民身份证</li>
22460
- <li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>
22461
- <li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>
22498
+ <li>HONGKONG_AND_MACAO 中国港澳居民来往内地通行证</li>
22499
+ <li>HONGKONG_MACAO_AND_TAIWAN 中国港澳台居民居住证(格式同中国大陆居民身份证)</li>
22462
22500
  <li>OTHER_CARD_TYPE 其他证件</li></ul>
22463
22501
 
22464
22502
  注: `1.其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`
@@ -22562,8 +22600,8 @@ WEWORKAPP: 企业微信
22562
22600
  def ApproverIdCardType(self):
22563
22601
  """签署方经办人的证件类型,支持以下类型
22564
22602
  <ul><li>ID_CARD 中国大陆居民身份证</li>
22565
- <li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>
22566
- <li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>
22603
+ <li>HONGKONG_AND_MACAO 中国港澳居民来往内地通行证</li>
22604
+ <li>HONGKONG_MACAO_AND_TAIWAN 中国港澳台居民居住证(格式同中国大陆居民身份证)</li>
22567
22605
  <li>OTHER_CARD_TYPE 其他证件</li></ul>
22568
22606
 
22569
22607
  注: `1.其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`
@@ -27439,8 +27477,8 @@ class NeedReviewApproverInfo(AbstractModel):
27439
27477
  :type ApproverMobile: str
27440
27478
  :param _ApproverIdCardType: 签署方经办人的证件类型,支持以下类型
27441
27479
  <ul><li>ID_CARD 中国大陆居民身份证 (默认值)</li>
27442
- <li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>
27443
- <li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>
27480
+ <li>HONGKONG_AND_MACAO 中国港澳居民来往内地通行证</li>
27481
+ <li>HONGKONG_MACAO_AND_TAIWAN 中国港澳台居民居住证(格式同居民身份证)</li>
27444
27482
  <li>OTHER_CARD_TYPE 其他证件</li></ul>
27445
27483
 
27446
27484
  注: `其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`
@@ -27503,8 +27541,8 @@ class NeedReviewApproverInfo(AbstractModel):
27503
27541
  def ApproverIdCardType(self):
27504
27542
  """签署方经办人的证件类型,支持以下类型
27505
27543
  <ul><li>ID_CARD 中国大陆居民身份证 (默认值)</li>
27506
- <li>HONGKONG_AND_MACAO 港澳居民来往内地通行证</li>
27507
- <li>HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)</li>
27544
+ <li>HONGKONG_AND_MACAO 中国港澳居民来往内地通行证</li>
27545
+ <li>HONGKONG_MACAO_AND_TAIWAN 中国港澳台居民居住证(格式同居民身份证)</li>
27508
27546
  <li>OTHER_CARD_TYPE 其他证件</li></ul>
27509
27547
 
27510
27548
  注: `其他证件类型为白名单功能,使用前请联系对接的客户经理沟通。`