tencentcloud-sdk-python 3.0.1303__py2.py3-none-any.whl → 3.0.1307__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 (52) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/apm_client.py +3 -3
  3. tencentcloud/apm/v20210622/models.py +586 -538
  4. tencentcloud/autoscaling/v20180419/models.py +141 -0
  5. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  6. tencentcloud/cdwdoris/v20211228/models.py +120 -262
  7. tencentcloud/cfs/v20190719/cfs_client.py +23 -0
  8. tencentcloud/cfs/v20190719/models.py +79 -0
  9. tencentcloud/clb/v20180317/models.py +146 -20
  10. tencentcloud/cvm/v20170312/cvm_client.py +24 -0
  11. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  12. tencentcloud/cvm/v20170312/models.py +196 -12
  13. tencentcloud/dc/v20180410/models.py +30 -2
  14. tencentcloud/dlc/v20210125/models.py +89 -0
  15. tencentcloud/emr/v20190103/models.py +50 -116
  16. tencentcloud/ess/v20201111/models.py +30 -22
  17. tencentcloud/essbasic/v20210526/models.py +52 -40
  18. tencentcloud/faceid/v20180301/models.py +14 -14
  19. tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
  20. tencentcloud/hunyuan/v20230901/models.py +54 -2
  21. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
  22. tencentcloud/iotexplorer/v20190423/models.py +422 -0
  23. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  24. tencentcloud/lcic/v20220817/models.py +6 -8
  25. tencentcloud/lighthouse/v20200324/models.py +30 -0
  26. tencentcloud/lke/v20231130/models.py +23 -14
  27. tencentcloud/lkeap/v20240522/models.py +8 -4
  28. tencentcloud/mna/v20210119/models.py +0 -30
  29. tencentcloud/monitor/v20180724/models.py +2 -2
  30. tencentcloud/mps/v20190612/models.py +4 -10
  31. tencentcloud/ocr/v20181119/models.py +45 -0
  32. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  33. tencentcloud/postgres/v20170312/models.py +72 -30
  34. tencentcloud/rum/v20210622/models.py +0 -2
  35. tencentcloud/scf/v20180416/models.py +4 -4
  36. tencentcloud/ssl/v20191205/models.py +15 -0
  37. tencentcloud/tchd/v20230306/models.py +0 -2
  38. tencentcloud/teo/v20220901/models.py +2 -6
  39. tencentcloud/tiw/v20190919/models.py +6 -0
  40. tencentcloud/trtc/v20190722/models.py +15 -0
  41. tencentcloud/tse/v20201207/models.py +138 -0
  42. tencentcloud/tse/v20201207/tse_client.py +23 -0
  43. tencentcloud/vod/v20180717/models.py +6 -6
  44. tencentcloud/vpc/v20170312/models.py +504 -12
  45. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  46. tencentcloud/wedata/v20210820/models.py +767 -2
  47. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  48. {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
  49. {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +52 -52
  50. {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
  51. {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
  52. {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -12329,12 +12329,12 @@ class DisIsolateDBInstancesRequest(AbstractModel):
12329
12329
  :param _DBInstanceIdSet: 实例ID列表。注意:当前已不支持同时解隔离多个实例,这里只能传入单个实例ID。
12330
12330
  :type DBInstanceIdSet: list of str
12331
12331
  :param _Period: 购买时长,单位:月。
12332
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
12333
- <li>后付费:只支持1
12332
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
12333
+ <li>后付费:只支持1</li>
12334
12334
  :type Period: int
12335
12335
  :param _AutoVoucher: 是否使用代金券:
12336
- <li>true:使用
12337
- <li>false:不使用
12336
+ <li>true:使用</li>
12337
+ <li>false:不使用</li>
12338
12338
  默认值:false
12339
12339
  :type AutoVoucher: bool
12340
12340
  :param _VoucherIds: 代金券id列表。
@@ -12359,8 +12359,8 @@ class DisIsolateDBInstancesRequest(AbstractModel):
12359
12359
  @property
12360
12360
  def Period(self):
12361
12361
  """购买时长,单位:月。
12362
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
12363
- <li>后付费:只支持1
12362
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
12363
+ <li>后付费:只支持1</li>
12364
12364
  :rtype: int
12365
12365
  """
12366
12366
  return self._Period
@@ -12372,8 +12372,8 @@ class DisIsolateDBInstancesRequest(AbstractModel):
12372
12372
  @property
12373
12373
  def AutoVoucher(self):
12374
12374
  """是否使用代金券:
12375
- <li>true:使用
12376
- <li>false:不使用
12375
+ <li>true:使用</li>
12376
+ <li>false:不使用</li>
12377
12377
  默认值:false
12378
12378
  :rtype: bool
12379
12379
  """
@@ -14280,10 +14280,14 @@ class ModifyBackupPlanRequest(AbstractModel):
14280
14280
  :type MaxBackupStartTime: str
14281
14281
  :param _BaseBackupRetentionPeriod: 实例备份保留时长,取值范围为7-1830,单位是天
14282
14282
  :type BaseBackupRetentionPeriod: int
14283
- :param _BackupPeriod: 实例备份周期,按照星期维度,格式为小写星期英文单词
14283
+ :param _BackupPeriod: 实例备份周期,若是星期维度,格式为小写星期英文单词;若是按月维度,格式为数字字符,如["1","2"]。
14284
14284
  :type BackupPeriod: list of str
14285
14285
  :param _LogBackupRetentionPeriod: 实例日志备份保留时长,取值范围为7-1830,单位是天
14286
14286
  :type LogBackupRetentionPeriod: int
14287
+ :param _PlanId: 备份计划ID,用于指明要修改哪个备份计划,不传则是修改默认备份计划。
14288
+ :type PlanId: str
14289
+ :param _PlanName: 要修改的备份计划名称。
14290
+ :type PlanName: str
14287
14291
  """
14288
14292
  self._DBInstanceId = None
14289
14293
  self._MinBackupStartTime = None
@@ -14291,6 +14295,8 @@ class ModifyBackupPlanRequest(AbstractModel):
14291
14295
  self._BaseBackupRetentionPeriod = None
14292
14296
  self._BackupPeriod = None
14293
14297
  self._LogBackupRetentionPeriod = None
14298
+ self._PlanId = None
14299
+ self._PlanName = None
14294
14300
 
14295
14301
  @property
14296
14302
  def DBInstanceId(self):
@@ -14338,7 +14344,7 @@ class ModifyBackupPlanRequest(AbstractModel):
14338
14344
 
14339
14345
  @property
14340
14346
  def BackupPeriod(self):
14341
- """实例备份周期,按照星期维度,格式为小写星期英文单词
14347
+ """实例备份周期,若是星期维度,格式为小写星期英文单词;若是按月维度,格式为数字字符,如["1","2"]。
14342
14348
  :rtype: list of str
14343
14349
  """
14344
14350
  return self._BackupPeriod
@@ -14358,6 +14364,28 @@ class ModifyBackupPlanRequest(AbstractModel):
14358
14364
  def LogBackupRetentionPeriod(self, LogBackupRetentionPeriod):
14359
14365
  self._LogBackupRetentionPeriod = LogBackupRetentionPeriod
14360
14366
 
14367
+ @property
14368
+ def PlanId(self):
14369
+ """备份计划ID,用于指明要修改哪个备份计划,不传则是修改默认备份计划。
14370
+ :rtype: str
14371
+ """
14372
+ return self._PlanId
14373
+
14374
+ @PlanId.setter
14375
+ def PlanId(self, PlanId):
14376
+ self._PlanId = PlanId
14377
+
14378
+ @property
14379
+ def PlanName(self):
14380
+ """要修改的备份计划名称。
14381
+ :rtype: str
14382
+ """
14383
+ return self._PlanName
14384
+
14385
+ @PlanName.setter
14386
+ def PlanName(self, PlanName):
14387
+ self._PlanName = PlanName
14388
+
14361
14389
 
14362
14390
  def _deserialize(self, params):
14363
14391
  self._DBInstanceId = params.get("DBInstanceId")
@@ -14366,6 +14394,8 @@ class ModifyBackupPlanRequest(AbstractModel):
14366
14394
  self._BaseBackupRetentionPeriod = params.get("BaseBackupRetentionPeriod")
14367
14395
  self._BackupPeriod = params.get("BackupPeriod")
14368
14396
  self._LogBackupRetentionPeriod = params.get("LogBackupRetentionPeriod")
14397
+ self._PlanId = params.get("PlanId")
14398
+ self._PlanName = params.get("PlanName")
14369
14399
  memeber_set = set(params.keys())
14370
14400
  for name, value in vars(self).items():
14371
14401
  property_name = name[1:]
@@ -14508,22 +14538,22 @@ class ModifyDBInstanceChargeTypeRequest(AbstractModel):
14508
14538
  :param _DBInstanceId: 实例ID,形如postgres-6fego161
14509
14539
  :type DBInstanceId: str
14510
14540
  :param _InstanceChargeType: 实例计费类型,目前支持:
14511
- <li>PREPAID:预付费,即包年包月
14512
- <li>POSTPAID_BY_HOUR:后付费,即按量计费
14541
+ <li>PREPAID:预付费,即包年包月</li>
14542
+ <li>POSTPAID_BY_HOUR:后付费,即按量计费</li>
14513
14543
  默认值:PREPAID
14514
14544
  :type InstanceChargeType: str
14515
14545
  :param _Period: 购买时长,单位:月。
14516
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
14517
- <li>后付费:只支持1
14546
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
14547
+ <li>后付费:只支持1</li>
14518
14548
  :type Period: int
14519
14549
  :param _AutoRenewFlag: 续费标记:
14520
- <li>0:手动续费
14521
- <li>1:自动续费
14550
+ <li>0:手动续费</li>
14551
+ <li>1:自动续费</li>
14522
14552
  默认值:0
14523
14553
  :type AutoRenewFlag: int
14524
14554
  :param _AutoVoucher: 是否自动使用代金券:
14525
- <li>0:否
14526
- <li>1:是
14555
+ <li>0:否</li>
14556
+ <li>1:是</li>
14527
14557
  默认值:0
14528
14558
  :type AutoVoucher: int
14529
14559
  """
@@ -14547,8 +14577,8 @@ class ModifyDBInstanceChargeTypeRequest(AbstractModel):
14547
14577
  @property
14548
14578
  def InstanceChargeType(self):
14549
14579
  """实例计费类型,目前支持:
14550
- <li>PREPAID:预付费,即包年包月
14551
- <li>POSTPAID_BY_HOUR:后付费,即按量计费
14580
+ <li>PREPAID:预付费,即包年包月</li>
14581
+ <li>POSTPAID_BY_HOUR:后付费,即按量计费</li>
14552
14582
  默认值:PREPAID
14553
14583
  :rtype: str
14554
14584
  """
@@ -14561,8 +14591,8 @@ class ModifyDBInstanceChargeTypeRequest(AbstractModel):
14561
14591
  @property
14562
14592
  def Period(self):
14563
14593
  """购买时长,单位:月。
14564
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
14565
- <li>后付费:只支持1
14594
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
14595
+ <li>后付费:只支持1</li>
14566
14596
  :rtype: int
14567
14597
  """
14568
14598
  return self._Period
@@ -14574,8 +14604,8 @@ class ModifyDBInstanceChargeTypeRequest(AbstractModel):
14574
14604
  @property
14575
14605
  def AutoRenewFlag(self):
14576
14606
  """续费标记:
14577
- <li>0:手动续费
14578
- <li>1:自动续费
14607
+ <li>0:手动续费</li>
14608
+ <li>1:自动续费</li>
14579
14609
  默认值:0
14580
14610
  :rtype: int
14581
14611
  """
@@ -14588,8 +14618,8 @@ class ModifyDBInstanceChargeTypeRequest(AbstractModel):
14588
14618
  @property
14589
14619
  def AutoVoucher(self):
14590
14620
  """是否自动使用代金券:
14591
- <li>0:否
14592
- <li>1:是
14621
+ <li>0:否</li>
14622
+ <li>1:是</li>
14593
14623
  默认值:0
14594
14624
  :rtype: int
14595
14625
  """
@@ -18609,9 +18639,14 @@ class RenewInstanceRequest(AbstractModel):
18609
18639
  r"""
18610
18640
  :param _DBInstanceId: 实例ID,形如postgres-6fego161
18611
18641
  :type DBInstanceId: str
18612
- :param _Period: 续费多少个月
18642
+ :param _Period: 购买时长,单位:月。
18643
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
18644
+ <li>后付费:只支持1</li>
18613
18645
  :type Period: int
18614
- :param _AutoVoucher: 是否自动使用代金券,1是,0否,默认不使用
18646
+ :param _AutoVoucher: 是否自动使用代金券:
18647
+ <li>0:否</li>
18648
+ <li>1:是</li>
18649
+ 默认值:0
18615
18650
  :type AutoVoucher: int
18616
18651
  :param _VoucherIds: 代金券ID列表,目前仅支持指定一张代金券
18617
18652
  :type VoucherIds: list of str
@@ -18634,7 +18669,9 @@ class RenewInstanceRequest(AbstractModel):
18634
18669
 
18635
18670
  @property
18636
18671
  def Period(self):
18637
- """续费多少个月
18672
+ """购买时长,单位:月。
18673
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
18674
+ <li>后付费:只支持1</li>
18638
18675
  :rtype: int
18639
18676
  """
18640
18677
  return self._Period
@@ -18645,7 +18682,10 @@ class RenewInstanceRequest(AbstractModel):
18645
18682
 
18646
18683
  @property
18647
18684
  def AutoVoucher(self):
18648
- """是否自动使用代金券,1是,0否,默认不使用
18685
+ """是否自动使用代金券:
18686
+ <li>0:否</li>
18687
+ <li>1:是</li>
18688
+ 默认值:0
18649
18689
  :rtype: int
18650
18690
  """
18651
18691
  return self._AutoVoucher
@@ -20987,6 +21027,7 @@ TDE:支持数据加密。
20987
21027
  :type SupportedFeatureNames: list of str
20988
21028
  :param _Status: 数据库版本状态,包括:
20989
21029
  AVAILABLE:可用;
21030
+ UPGRADE_ONLY:不可创建,此版本仅可升级至高版本;
20990
21031
  DEPRECATED:已弃用。
20991
21032
  :type Status: str
20992
21033
  :param _AvailableUpgradeTarget: 该数据库版本(DBKernelVersion)可以升级到的版本号列表。其中包含可升级的小版本号和可升级的大版本号(完整内核版本格式示例:v15.1_v1.6)。
@@ -21062,6 +21103,7 @@ TDE:支持数据加密。
21062
21103
  def Status(self):
21063
21104
  """数据库版本状态,包括:
21064
21105
  AVAILABLE:可用;
21106
+ UPGRADE_ONLY:不可创建,此版本仅可升级至高版本;
21065
21107
  DEPRECATED:已弃用。
21066
21108
  :rtype: str
21067
21109
  """
@@ -12021,7 +12021,6 @@ class ScoreInfo(AbstractModel):
12021
12021
  :param _PageDuration: Duration
12022
12022
  :type PageDuration: str
12023
12023
  :param _CreateTime: 时间
12024
- 注意:此字段可能返回 null,表示取不到有效值。
12025
12024
  :type CreateTime: str
12026
12025
  :param _PagePerformanceScore: 页面性能评分
12027
12026
  :type PagePerformanceScore: str
@@ -12203,7 +12202,6 @@ class ScoreInfo(AbstractModel):
12203
12202
  @property
12204
12203
  def CreateTime(self):
12205
12204
  """时间
12206
- 注意:此字段可能返回 null,表示取不到有效值。
12207
12205
  :rtype: str
12208
12206
  """
12209
12207
  return self._CreateTime
@@ -3588,7 +3588,7 @@ class Function(AbstractModel):
3588
3588
  :type FunctionId: str
3589
3589
  :param _Namespace: 命名空间
3590
3590
  :type Namespace: str
3591
- :param _Status: 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/47175)
3591
+ :param _Status: 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
3592
3592
  :type Status: str
3593
3593
  :param _StatusDesc: 函数状态详情
3594
3594
  :type StatusDesc: str
@@ -3697,7 +3697,7 @@ class Function(AbstractModel):
3697
3697
 
3698
3698
  @property
3699
3699
  def Status(self):
3700
- """函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/47175)
3700
+ """函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
3701
3701
  :rtype: str
3702
3702
  """
3703
3703
  return self._Status
@@ -7474,7 +7474,7 @@ class LayerVersionInfo(AbstractModel):
7474
7474
  :type LayerVersion: int
7475
7475
  :param _LayerName: 层名称
7476
7476
  :type LayerName: str
7477
- :param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
7477
+ :param _Status: 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
7478
7478
  :type Status: str
7479
7479
  :param _Stamp: Stamp
7480
7480
  :type Stamp: str
@@ -7561,7 +7561,7 @@ class LayerVersionInfo(AbstractModel):
7561
7561
 
7562
7562
  @property
7563
7563
  def Status(self):
7564
- """层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
7564
+ """层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
7565
7565
  :rtype: str
7566
7566
  """
7567
7567
  return self._Status
@@ -7938,6 +7938,8 @@ class DescribeCertificatesRequest(AbstractModel):
7938
7938
  :type Tags: list of Tags
7939
7939
  :param _IsPendingIssue: 是否筛选等待签发的证书,传1是筛选,0和null不筛选
7940
7940
  :type IsPendingIssue: int
7941
+ :param _CertIds: 筛选指定证书ID的证书,只支持有权限的证书ID
7942
+ :type CertIds: list of str
7941
7943
  """
7942
7944
  self._Offset = None
7943
7945
  self._Limit = None
@@ -7955,6 +7957,7 @@ class DescribeCertificatesRequest(AbstractModel):
7955
7957
  self._Hostable = None
7956
7958
  self._Tags = None
7957
7959
  self._IsPendingIssue = None
7960
+ self._CertIds = None
7958
7961
 
7959
7962
  @property
7960
7963
  def Offset(self):
@@ -8132,6 +8135,17 @@ class DescribeCertificatesRequest(AbstractModel):
8132
8135
  def IsPendingIssue(self, IsPendingIssue):
8133
8136
  self._IsPendingIssue = IsPendingIssue
8134
8137
 
8138
+ @property
8139
+ def CertIds(self):
8140
+ """筛选指定证书ID的证书,只支持有权限的证书ID
8141
+ :rtype: list of str
8142
+ """
8143
+ return self._CertIds
8144
+
8145
+ @CertIds.setter
8146
+ def CertIds(self, CertIds):
8147
+ self._CertIds = CertIds
8148
+
8135
8149
 
8136
8150
  def _deserialize(self, params):
8137
8151
  self._Offset = params.get("Offset")
@@ -8155,6 +8169,7 @@ class DescribeCertificatesRequest(AbstractModel):
8155
8169
  obj._deserialize(item)
8156
8170
  self._Tags.append(obj)
8157
8171
  self._IsPendingIssue = params.get("IsPendingIssue")
8172
+ self._CertIds = params.get("CertIds")
8158
8173
  memeber_set = set(params.keys())
8159
8174
  for name, value in vars(self).items():
8160
8175
  property_name = name[1:]
@@ -269,7 +269,6 @@ class ProductEventList(AbstractModel):
269
269
  def __init__(self):
270
270
  r"""
271
271
  :param _EventList: 事件详情列表
272
- 注意:此字段可能返回 null,表示取不到有效值。
273
272
  :type EventList: list of EventDetail
274
273
  """
275
274
  self._EventList = None
@@ -277,7 +276,6 @@ class ProductEventList(AbstractModel):
277
276
  @property
278
277
  def EventList(self):
279
278
  """事件详情列表
280
- 注意:此字段可能返回 null,表示取不到有效值。
281
279
  :rtype: list of EventDetail
282
280
  """
283
281
  return self._EventList
@@ -17271,9 +17271,7 @@ class DescribeSecurityIPGroupRequest(AbstractModel):
17271
17271
  r"""
17272
17272
  :param _ZoneId: 站点 ID ,用于指定查询的站点范围。
17273
17273
  :type ZoneId: str
17274
- :param _GroupIds: 指定安全 IP 组 ID。
17275
- <li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li>
17276
- <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>
17274
+ :param _GroupIds: 指定安全 IP 组 ID。 <li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li> <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>
17277
17275
  :type GroupIds: list of int
17278
17276
  """
17279
17277
  self._ZoneId = None
@@ -17292,9 +17290,7 @@ class DescribeSecurityIPGroupRequest(AbstractModel):
17292
17290
 
17293
17291
  @property
17294
17292
  def GroupIds(self):
17295
- """指定安全 IP 组 ID。
17296
- <li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li>
17297
- <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>
17293
+ """指定安全 IP 组 ID。 <li>提供该参数时,仅查询指定 ID 的安全 IP 组配置;</li> <li>不传递参数时,返回站点下所有安全 IP 组信息。</li>
17298
17294
  :rtype: list of int
17299
17295
  """
17300
17296
  return self._GroupIds
@@ -961,6 +961,9 @@ false -- 不开启
961
961
 
962
962
  12: 存在不兼容的多倍行距设置
963
963
  -- 自动处理方式: 不支持处理
964
+
965
+ 13: 存在带有特殊符号内容的datetime类型的a:fld标签元素
966
+ -- 自动处理方式: a:fld标签替换为普通文本
964
967
  :type AutoHandleUnsupportedElementTypes: list of int
965
968
  :param _ExcelParam: Excel表格转码参数,可设置转码时表格纸张大小及纸张方向等参数(仅对转码文件为Excel表格文件的静态转码任务生效)
966
969
  :type ExcelParam: :class:`tencentcloud.tiw.v20190919.models.ExcelParam`
@@ -1154,6 +1157,9 @@ false -- 不开启
1154
1157
 
1155
1158
  12: 存在不兼容的多倍行距设置
1156
1159
  -- 自动处理方式: 不支持处理
1160
+
1161
+ 13: 存在带有特殊符号内容的datetime类型的a:fld标签元素
1162
+ -- 自动处理方式: a:fld标签替换为普通文本
1157
1163
  :rtype: list of int
1158
1164
  """
1159
1165
  return self._AutoHandleUnsupportedElementTypes
@@ -199,6 +199,8 @@ class AgentConfig(AbstractModel):
199
199
  :type TurnDetectionMode: int
200
200
  :param _FilterOneWord: 是否过滤掉用户只说了一个字的句子,true表示过滤,false表示不过滤,默认值为true
201
201
  :type FilterOneWord: bool
202
+ :param _WelcomeMessagePriority: 欢迎消息优先级,0默认,1高优,高优不能被打断。
203
+ :type WelcomeMessagePriority: int
202
204
  """
203
205
  self._UserId = None
204
206
  self._UserSig = None
@@ -209,6 +211,7 @@ class AgentConfig(AbstractModel):
209
211
  self._InterruptSpeechDuration = None
210
212
  self._TurnDetectionMode = None
211
213
  self._FilterOneWord = None
214
+ self._WelcomeMessagePriority = None
212
215
 
213
216
  @property
214
217
  def UserId(self):
@@ -311,6 +314,17 @@ class AgentConfig(AbstractModel):
311
314
  def FilterOneWord(self, FilterOneWord):
312
315
  self._FilterOneWord = FilterOneWord
313
316
 
317
+ @property
318
+ def WelcomeMessagePriority(self):
319
+ """欢迎消息优先级,0默认,1高优,高优不能被打断。
320
+ :rtype: int
321
+ """
322
+ return self._WelcomeMessagePriority
323
+
324
+ @WelcomeMessagePriority.setter
325
+ def WelcomeMessagePriority(self, WelcomeMessagePriority):
326
+ self._WelcomeMessagePriority = WelcomeMessagePriority
327
+
314
328
 
315
329
  def _deserialize(self, params):
316
330
  self._UserId = params.get("UserId")
@@ -322,6 +336,7 @@ class AgentConfig(AbstractModel):
322
336
  self._InterruptSpeechDuration = params.get("InterruptSpeechDuration")
323
337
  self._TurnDetectionMode = params.get("TurnDetectionMode")
324
338
  self._FilterOneWord = params.get("FilterOneWord")
339
+ self._WelcomeMessagePriority = params.get("WelcomeMessagePriority")
325
340
  memeber_set = set(params.keys())
326
341
  for name, value in vars(self).items():
327
342
  property_name = name[1:]
@@ -11554,6 +11554,89 @@ class DescribeCloudNativeAPIGatewayConfigResult(AbstractModel):
11554
11554
 
11555
11555
 
11556
11556
 
11557
+ class DescribeCloudNativeAPIGatewayInfoByIpRequest(AbstractModel):
11558
+ """DescribeCloudNativeAPIGatewayInfoByIp请求参数结构体
11559
+
11560
+ """
11561
+
11562
+ def __init__(self):
11563
+ r"""
11564
+ :param _PublicNetworkIP: 云原生网关的公网ip
11565
+ :type PublicNetworkIP: str
11566
+ """
11567
+ self._PublicNetworkIP = None
11568
+
11569
+ @property
11570
+ def PublicNetworkIP(self):
11571
+ """云原生网关的公网ip
11572
+ :rtype: str
11573
+ """
11574
+ return self._PublicNetworkIP
11575
+
11576
+ @PublicNetworkIP.setter
11577
+ def PublicNetworkIP(self, PublicNetworkIP):
11578
+ self._PublicNetworkIP = PublicNetworkIP
11579
+
11580
+
11581
+ def _deserialize(self, params):
11582
+ self._PublicNetworkIP = params.get("PublicNetworkIP")
11583
+ memeber_set = set(params.keys())
11584
+ for name, value in vars(self).items():
11585
+ property_name = name[1:]
11586
+ if property_name in memeber_set:
11587
+ memeber_set.remove(property_name)
11588
+ if len(memeber_set) > 0:
11589
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
11590
+
11591
+
11592
+
11593
+ class DescribeCloudNativeAPIGatewayInfoByIpResponse(AbstractModel):
11594
+ """DescribeCloudNativeAPIGatewayInfoByIp返回参数结构体
11595
+
11596
+ """
11597
+
11598
+ def __init__(self):
11599
+ r"""
11600
+ :param _Result: 出参
11601
+ 注意:此字段可能返回 null,表示取不到有效值。
11602
+ :type Result: :class:`tencentcloud.tse.v20201207.models.DescribeInstanceInfoByIpResult`
11603
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11604
+ :type RequestId: str
11605
+ """
11606
+ self._Result = None
11607
+ self._RequestId = None
11608
+
11609
+ @property
11610
+ def Result(self):
11611
+ """出参
11612
+ 注意:此字段可能返回 null,表示取不到有效值。
11613
+ :rtype: :class:`tencentcloud.tse.v20201207.models.DescribeInstanceInfoByIpResult`
11614
+ """
11615
+ return self._Result
11616
+
11617
+ @Result.setter
11618
+ def Result(self, Result):
11619
+ self._Result = Result
11620
+
11621
+ @property
11622
+ def RequestId(self):
11623
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11624
+ :rtype: str
11625
+ """
11626
+ return self._RequestId
11627
+
11628
+ @RequestId.setter
11629
+ def RequestId(self, RequestId):
11630
+ self._RequestId = RequestId
11631
+
11632
+
11633
+ def _deserialize(self, params):
11634
+ if params.get("Result") is not None:
11635
+ self._Result = DescribeInstanceInfoByIpResult()
11636
+ self._Result._deserialize(params.get("Result"))
11637
+ self._RequestId = params.get("RequestId")
11638
+
11639
+
11557
11640
  class DescribeCloudNativeAPIGatewayNodesRequest(AbstractModel):
11558
11641
  """DescribeCloudNativeAPIGatewayNodes请求参数结构体
11559
11642
 
@@ -15802,6 +15885,61 @@ class DescribeGovernanceServicesResponse(AbstractModel):
15802
15885
  self._RequestId = params.get("RequestId")
15803
15886
 
15804
15887
 
15888
+ class DescribeInstanceInfoByIpResult(AbstractModel):
15889
+ """根据公网IP查询云原生网关实例信息出参
15890
+
15891
+ """
15892
+
15893
+ def __init__(self):
15894
+ r"""
15895
+ :param _GatewayId: 实例id
15896
+ 注意:此字段可能返回 null,表示取不到有效值。
15897
+ :type GatewayId: str
15898
+ :param _GroupId: 分组id
15899
+ 注意:此字段可能返回 null,表示取不到有效值。
15900
+ :type GroupId: str
15901
+ """
15902
+ self._GatewayId = None
15903
+ self._GroupId = None
15904
+
15905
+ @property
15906
+ def GatewayId(self):
15907
+ """实例id
15908
+ 注意:此字段可能返回 null,表示取不到有效值。
15909
+ :rtype: str
15910
+ """
15911
+ return self._GatewayId
15912
+
15913
+ @GatewayId.setter
15914
+ def GatewayId(self, GatewayId):
15915
+ self._GatewayId = GatewayId
15916
+
15917
+ @property
15918
+ def GroupId(self):
15919
+ """分组id
15920
+ 注意:此字段可能返回 null,表示取不到有效值。
15921
+ :rtype: str
15922
+ """
15923
+ return self._GroupId
15924
+
15925
+ @GroupId.setter
15926
+ def GroupId(self, GroupId):
15927
+ self._GroupId = GroupId
15928
+
15929
+
15930
+ def _deserialize(self, params):
15931
+ self._GatewayId = params.get("GatewayId")
15932
+ self._GroupId = params.get("GroupId")
15933
+ memeber_set = set(params.keys())
15934
+ for name, value in vars(self).items():
15935
+ property_name = name[1:]
15936
+ if property_name in memeber_set:
15937
+ memeber_set.remove(property_name)
15938
+ if len(memeber_set) > 0:
15939
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
15940
+
15941
+
15942
+
15805
15943
  class DescribeInstanceRegionInfo(AbstractModel):
15806
15944
  """实例地域信息描述
15807
15945
 
@@ -1199,6 +1199,29 @@ class TseClient(AbstractClient):
1199
1199
  raise TencentCloudSDKException(type(e).__name__, str(e))
1200
1200
 
1201
1201
 
1202
+ def DescribeCloudNativeAPIGatewayInfoByIp(self, request):
1203
+ """根据公网IP查询云原生网关实例信息
1204
+
1205
+ :param request: Request instance for DescribeCloudNativeAPIGatewayInfoByIp.
1206
+ :type request: :class:`tencentcloud.tse.v20201207.models.DescribeCloudNativeAPIGatewayInfoByIpRequest`
1207
+ :rtype: :class:`tencentcloud.tse.v20201207.models.DescribeCloudNativeAPIGatewayInfoByIpResponse`
1208
+
1209
+ """
1210
+ try:
1211
+ params = request._serialize()
1212
+ headers = request.headers
1213
+ body = self.call("DescribeCloudNativeAPIGatewayInfoByIp", params, headers=headers)
1214
+ response = json.loads(body)
1215
+ model = models.DescribeCloudNativeAPIGatewayInfoByIpResponse()
1216
+ model._deserialize(response["Response"])
1217
+ return model
1218
+ except Exception as e:
1219
+ if isinstance(e, TencentCloudSDKException):
1220
+ raise
1221
+ else:
1222
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1223
+
1224
+
1202
1225
  def DescribeCloudNativeAPIGatewayNodes(self, request):
1203
1226
  """获取云原生网关节点列表
1204
1227
 
@@ -34572,7 +34572,7 @@ class EditMediaVideoStream(AbstractModel):
34572
34572
  <li>av1:AOMedia Video 1 编码;</li>
34573
34573
  <li>H.266:H.266 编码。</li>
34574
34574
  :type Codec: str
34575
- :param _Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
34575
+ :param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
34576
34576
  当取值为 0 或不填时,表示自动选择最佳视频码率。
34577
34577
  :type Bitrate: int
34578
34578
  :param _ResolutionAdaptive: 分辨率自适应,可选值:
@@ -34623,7 +34623,7 @@ class EditMediaVideoStream(AbstractModel):
34623
34623
 
34624
34624
  @property
34625
34625
  def Bitrate(self):
34626
- """视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
34626
+ """视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
34627
34627
  当取值为 0 或不填时,表示自动选择最佳视频码率。
34628
34628
  :rtype: int
34629
34629
  """
@@ -73756,7 +73756,7 @@ class VideoTemplateInfo(AbstractModel):
73756
73756
  :param _Fps: 视频帧率,取值范围:[0, 100],单位:Hz。
73757
73757
  当取值为 0,表示帧率和原始视频保持一致。
73758
73758
  :type Fps: int
73759
- :param _Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
73759
+ :param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
73760
73760
  当取值为 0,表示视频码率和原始视频保持一致。
73761
73761
  :type Bitrate: int
73762
73762
  :param _ResolutionAdaptive: 分辨率自适应,可选值:
@@ -73850,7 +73850,7 @@ class VideoTemplateInfo(AbstractModel):
73850
73850
 
73851
73851
  @property
73852
73852
  def Bitrate(self):
73853
- """视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
73853
+ """视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
73854
73854
  当取值为 0,表示视频码率和原始视频保持一致。
73855
73855
  :rtype: int
73856
73856
  """
@@ -74020,7 +74020,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
74020
74020
  :param _Fps: 视频帧率,取值范围:[0, 100],单位:Hz。
74021
74021
  当取值为 0,表示帧率和原始视频保持一致。
74022
74022
  :type Fps: int
74023
- :param _Bitrate: 视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
74023
+ :param _Bitrate: 视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
74024
74024
  当取值为 0,表示视频码率和原始视频保持一致。
74025
74025
  :type Bitrate: int
74026
74026
  :param _ResolutionAdaptive: 分辨率自适应,可选值:
@@ -74105,7 +74105,7 @@ class VideoTemplateInfoForUpdate(AbstractModel):
74105
74105
 
74106
74106
  @property
74107
74107
  def Bitrate(self):
74108
- """视频流的码率,取值范围:0 和 [128, 35000],单位:kbps。
74108
+ """视频流的码率,取值范围:0 和 [128, 100000],单位:kbps。
74109
74109
  当取值为 0,表示视频码率和原始视频保持一致。
74110
74110
  :rtype: int
74111
74111
  """