tencentcloud-sdk-python 3.0.1374__py2.py3-none-any.whl → 3.0.1376__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 (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/models.py +14 -0
  3. tencentcloud/apm/v20210622/models.py +60 -0
  4. tencentcloud/asr/v20190614/asr_client.py +1 -1
  5. tencentcloud/asr/v20190614/models.py +8 -0
  6. tencentcloud/bh/v20230418/models.py +4 -8
  7. tencentcloud/cat/v20180409/cat_client.py +23 -0
  8. tencentcloud/cat/v20180409/models.py +161 -0
  9. tencentcloud/cfs/v20190719/models.py +19 -0
  10. tencentcloud/clb/v20180317/clb_client.py +17 -9
  11. tencentcloud/clb/v20180317/errorcodes.py +3 -0
  12. tencentcloud/clb/v20180317/models.py +232 -98
  13. tencentcloud/cloudaudit/v20190319/models.py +0 -64
  14. tencentcloud/config/v20220802/models.py +0 -150
  15. tencentcloud/cvm/v20170312/models.py +2 -2
  16. tencentcloud/cynosdb/v20190107/cynosdb_client.py +23 -0
  17. tencentcloud/cynosdb/v20190107/models.py +113 -0
  18. tencentcloud/dsgc/v20190723/dsgc_client.py +23 -0
  19. tencentcloud/dsgc/v20190723/models.py +384 -0
  20. tencentcloud/ess/v20201111/ess_client.py +1 -1
  21. tencentcloud/hunyuan/v20230901/hunyuan_client.py +25 -0
  22. tencentcloud/hunyuan/v20230901/models.py +310 -0
  23. tencentcloud/mongodb/v20190725/models.py +4 -0
  24. tencentcloud/ocr/v20181119/models.py +20 -2
  25. tencentcloud/organization/v20210331/models.py +0 -12
  26. tencentcloud/partners/v20180321/models.py +266 -0
  27. tencentcloud/partners/v20180321/partners_client.py +23 -0
  28. tencentcloud/postgres/v20170312/models.py +2 -2
  29. tencentcloud/tdmq/v20200217/models.py +185 -15
  30. tencentcloud/teo/v20220901/errorcodes.py +12 -0
  31. tencentcloud/teo/v20220901/models.py +4 -4
  32. tencentcloud/thpc/v20230321/errorcodes.py +9 -0
  33. tencentcloud/thpc/v20230321/models.py +2 -2
  34. tencentcloud/trocket/v20230308/models.py +190 -12
  35. tencentcloud/trocket/v20230308/trocket_client.py +0 -1
  36. tencentcloud/vpc/v20170312/models.py +136 -154
  37. tencentcloud/vpc/v20170312/vpc_client.py +4 -4
  38. tencentcloud/waf/v20180125/models.py +79 -0
  39. tencentcloud/waf/v20180125/waf_client.py +23 -0
  40. tencentcloud/wedata/v20210820/models.py +2018 -165
  41. tencentcloud/wedata/v20210820/wedata_client.py +144 -5
  42. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1374.dist-info → tencentcloud_sdk_python-3.0.1376.dist-info}/top_level.txt +0 -0
@@ -5327,9 +5327,12 @@ class CreateRocketMQClusterRequest(AbstractModel):
5327
5327
  :type Name: str
5328
5328
  :param _Remark: 集群描述,128个字符以内
5329
5329
  :type Remark: str
5330
+ :param _TagList: 标签列表
5331
+ :type TagList: list of Tag
5330
5332
  """
5331
5333
  self._Name = None
5332
5334
  self._Remark = None
5335
+ self._TagList = None
5333
5336
 
5334
5337
  @property
5335
5338
  def Name(self):
@@ -5353,10 +5356,27 @@ class CreateRocketMQClusterRequest(AbstractModel):
5353
5356
  def Remark(self, Remark):
5354
5357
  self._Remark = Remark
5355
5358
 
5359
+ @property
5360
+ def TagList(self):
5361
+ """标签列表
5362
+ :rtype: list of Tag
5363
+ """
5364
+ return self._TagList
5365
+
5366
+ @TagList.setter
5367
+ def TagList(self, TagList):
5368
+ self._TagList = TagList
5369
+
5356
5370
 
5357
5371
  def _deserialize(self, params):
5358
5372
  self._Name = params.get("Name")
5359
5373
  self._Remark = params.get("Remark")
5374
+ if params.get("TagList") is not None:
5375
+ self._TagList = []
5376
+ for item in params.get("TagList"):
5377
+ obj = Tag()
5378
+ obj._deserialize(item)
5379
+ self._TagList.append(obj)
5360
5380
  memeber_set = set(params.keys())
5361
5381
  for name, value in vars(self).items():
5362
5382
  property_name = name[1:]
@@ -6764,6 +6784,10 @@ class CreateTopicRequest(AbstractModel):
6764
6784
  :type MsgTTL: int
6765
6785
  :param _UnackPolicy: 不传默认是原生策略,DefaultPolicy表示当订阅下达到最大未确认消息数 5000 时,服务端将不再向当前订阅下的所有消费者推送消息,DynamicPolicy表示动态调整订阅下的最大未确认消息数,具体配额是在 5000 和消费者数量*20之间取最大值。每个消费者默认最大 unack 消息数为 20,超过该限制时仅影响该消费者,不影响其他消费者。
6766
6786
  :type UnackPolicy: str
6787
+ :param _IsolateConsumerEnable: 是否开启异常消费者隔离
6788
+ :type IsolateConsumerEnable: bool
6789
+ :param _AckTimeOut: 消费者 Ack 超时时间,单位:秒,范围60-(3600*24)
6790
+ :type AckTimeOut: int
6767
6791
  """
6768
6792
  self._EnvironmentId = None
6769
6793
  self._TopicName = None
@@ -6774,6 +6798,8 @@ class CreateTopicRequest(AbstractModel):
6774
6798
  self._PulsarTopicType = None
6775
6799
  self._MsgTTL = None
6776
6800
  self._UnackPolicy = None
6801
+ self._IsolateConsumerEnable = None
6802
+ self._AckTimeOut = None
6777
6803
 
6778
6804
  @property
6779
6805
  def EnvironmentId(self):
@@ -6883,6 +6909,28 @@ class CreateTopicRequest(AbstractModel):
6883
6909
  def UnackPolicy(self, UnackPolicy):
6884
6910
  self._UnackPolicy = UnackPolicy
6885
6911
 
6912
+ @property
6913
+ def IsolateConsumerEnable(self):
6914
+ """是否开启异常消费者隔离
6915
+ :rtype: bool
6916
+ """
6917
+ return self._IsolateConsumerEnable
6918
+
6919
+ @IsolateConsumerEnable.setter
6920
+ def IsolateConsumerEnable(self, IsolateConsumerEnable):
6921
+ self._IsolateConsumerEnable = IsolateConsumerEnable
6922
+
6923
+ @property
6924
+ def AckTimeOut(self):
6925
+ """消费者 Ack 超时时间,单位:秒,范围60-(3600*24)
6926
+ :rtype: int
6927
+ """
6928
+ return self._AckTimeOut
6929
+
6930
+ @AckTimeOut.setter
6931
+ def AckTimeOut(self, AckTimeOut):
6932
+ self._AckTimeOut = AckTimeOut
6933
+
6886
6934
 
6887
6935
  def _deserialize(self, params):
6888
6936
  self._EnvironmentId = params.get("EnvironmentId")
@@ -6894,6 +6942,8 @@ class CreateTopicRequest(AbstractModel):
6894
6942
  self._PulsarTopicType = params.get("PulsarTopicType")
6895
6943
  self._MsgTTL = params.get("MsgTTL")
6896
6944
  self._UnackPolicy = params.get("UnackPolicy")
6945
+ self._IsolateConsumerEnable = params.get("IsolateConsumerEnable")
6946
+ self._AckTimeOut = params.get("AckTimeOut")
6897
6947
  memeber_set = set(params.keys())
6898
6948
  for name, value in vars(self).items():
6899
6949
  property_name = name[1:]
@@ -11129,6 +11179,8 @@ class DescribeMqMsgTraceRequest(AbstractModel):
11129
11179
  :type GroupName: str
11130
11180
  :param _QueryDlqMsg: 查询死信时该值为true,只对Rocketmq有效
11131
11181
  :type QueryDlqMsg: bool
11182
+ :param _ProduceTime: 生产时间
11183
+ :type ProduceTime: str
11132
11184
  """
11133
11185
  self._Protocol = None
11134
11186
  self._MsgId = None
@@ -11138,6 +11190,7 @@ class DescribeMqMsgTraceRequest(AbstractModel):
11138
11190
  self._QueueName = None
11139
11191
  self._GroupName = None
11140
11192
  self._QueryDlqMsg = None
11193
+ self._ProduceTime = None
11141
11194
 
11142
11195
  @property
11143
11196
  def Protocol(self):
@@ -11227,6 +11280,17 @@ class DescribeMqMsgTraceRequest(AbstractModel):
11227
11280
  def QueryDlqMsg(self, QueryDlqMsg):
11228
11281
  self._QueryDlqMsg = QueryDlqMsg
11229
11282
 
11283
+ @property
11284
+ def ProduceTime(self):
11285
+ """生产时间
11286
+ :rtype: str
11287
+ """
11288
+ return self._ProduceTime
11289
+
11290
+ @ProduceTime.setter
11291
+ def ProduceTime(self, ProduceTime):
11292
+ self._ProduceTime = ProduceTime
11293
+
11230
11294
 
11231
11295
  def _deserialize(self, params):
11232
11296
  self._Protocol = params.get("Protocol")
@@ -11237,6 +11301,7 @@ class DescribeMqMsgTraceRequest(AbstractModel):
11237
11301
  self._QueueName = params.get("QueueName")
11238
11302
  self._GroupName = params.get("GroupName")
11239
11303
  self._QueryDlqMsg = params.get("QueryDlqMsg")
11304
+ self._ProduceTime = params.get("ProduceTime")
11240
11305
  memeber_set = set(params.keys())
11241
11306
  for name, value in vars(self).items():
11242
11307
  property_name = name[1:]
@@ -25254,6 +25319,10 @@ class ModifyTopicRequest(AbstractModel):
25254
25319
  :type MsgTTL: int
25255
25320
  :param _UnackPolicy: 不传默认是原生策略,DefaultPolicy表示当订阅下达到最大未确认消息数 5000 时,服务端将不再向当前订阅下的所有消费者推送消息,DynamicPolicy表示动态调整订阅下的最大未确认消息数,具体配额是在 5000 和消费者数量*20之间取最大值。每个消费者默认最大 unack 消息数为 20,超过该限制时仅影响该消费者,不影响其他消费者。
25256
25321
  :type UnackPolicy: str
25322
+ :param _IsolateConsumerEnable: 是否开启异常消费者隔离
25323
+ :type IsolateConsumerEnable: bool
25324
+ :param _AckTimeOut: 消费者 Ack 超时时间,单位:秒,范围60-(3600*24
25325
+ :type AckTimeOut: int
25257
25326
  """
25258
25327
  self._EnvironmentId = None
25259
25328
  self._TopicName = None
@@ -25262,6 +25331,8 @@ class ModifyTopicRequest(AbstractModel):
25262
25331
  self._Remark = None
25263
25332
  self._MsgTTL = None
25264
25333
  self._UnackPolicy = None
25334
+ self._IsolateConsumerEnable = None
25335
+ self._AckTimeOut = None
25265
25336
 
25266
25337
  @property
25267
25338
  def EnvironmentId(self):
@@ -25341,6 +25412,28 @@ class ModifyTopicRequest(AbstractModel):
25341
25412
  def UnackPolicy(self, UnackPolicy):
25342
25413
  self._UnackPolicy = UnackPolicy
25343
25414
 
25415
+ @property
25416
+ def IsolateConsumerEnable(self):
25417
+ """是否开启异常消费者隔离
25418
+ :rtype: bool
25419
+ """
25420
+ return self._IsolateConsumerEnable
25421
+
25422
+ @IsolateConsumerEnable.setter
25423
+ def IsolateConsumerEnable(self, IsolateConsumerEnable):
25424
+ self._IsolateConsumerEnable = IsolateConsumerEnable
25425
+
25426
+ @property
25427
+ def AckTimeOut(self):
25428
+ """消费者 Ack 超时时间,单位:秒,范围60-(3600*24
25429
+ :rtype: int
25430
+ """
25431
+ return self._AckTimeOut
25432
+
25433
+ @AckTimeOut.setter
25434
+ def AckTimeOut(self, AckTimeOut):
25435
+ self._AckTimeOut = AckTimeOut
25436
+
25344
25437
 
25345
25438
  def _deserialize(self, params):
25346
25439
  self._EnvironmentId = params.get("EnvironmentId")
@@ -25350,6 +25443,8 @@ class ModifyTopicRequest(AbstractModel):
25350
25443
  self._Remark = params.get("Remark")
25351
25444
  self._MsgTTL = params.get("MsgTTL")
25352
25445
  self._UnackPolicy = params.get("UnackPolicy")
25446
+ self._IsolateConsumerEnable = params.get("IsolateConsumerEnable")
25447
+ self._AckTimeOut = params.get("AckTimeOut")
25353
25448
  memeber_set = set(params.keys())
25354
25449
  for name, value in vars(self).items():
25355
25450
  property_name = name[1:]
@@ -30454,18 +30549,18 @@ class ResetRocketMQConsumerOffSetRequest(AbstractModel):
30454
30549
  :type NamespaceId: str
30455
30550
  :param _GroupId: 消费组名称
30456
30551
  :type GroupId: str
30457
- :param _Topic: 主题名称
30458
- :type Topic: str
30459
30552
  :param _Type: 重置方式,0表示从最新位点开始,1表示从指定时间点开始
30460
30553
  :type Type: int
30554
+ :param _Topic: 主题名称
30555
+ :type Topic: str
30461
30556
  :param _ResetTimestamp: 重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位
30462
30557
  :type ResetTimestamp: int
30463
30558
  """
30464
30559
  self._ClusterId = None
30465
30560
  self._NamespaceId = None
30466
30561
  self._GroupId = None
30467
- self._Topic = None
30468
30562
  self._Type = None
30563
+ self._Topic = None
30469
30564
  self._ResetTimestamp = None
30470
30565
 
30471
30566
  @property
@@ -30501,17 +30596,6 @@ class ResetRocketMQConsumerOffSetRequest(AbstractModel):
30501
30596
  def GroupId(self, GroupId):
30502
30597
  self._GroupId = GroupId
30503
30598
 
30504
- @property
30505
- def Topic(self):
30506
- """主题名称
30507
- :rtype: str
30508
- """
30509
- return self._Topic
30510
-
30511
- @Topic.setter
30512
- def Topic(self, Topic):
30513
- self._Topic = Topic
30514
-
30515
30599
  @property
30516
30600
  def Type(self):
30517
30601
  """重置方式,0表示从最新位点开始,1表示从指定时间点开始
@@ -30523,6 +30607,17 @@ class ResetRocketMQConsumerOffSetRequest(AbstractModel):
30523
30607
  def Type(self, Type):
30524
30608
  self._Type = Type
30525
30609
 
30610
+ @property
30611
+ def Topic(self):
30612
+ """主题名称
30613
+ :rtype: str
30614
+ """
30615
+ return self._Topic
30616
+
30617
+ @Topic.setter
30618
+ def Topic(self, Topic):
30619
+ self._Topic = Topic
30620
+
30526
30621
  @property
30527
30622
  def ResetTimestamp(self):
30528
30623
  """重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位
@@ -30539,8 +30634,8 @@ class ResetRocketMQConsumerOffSetRequest(AbstractModel):
30539
30634
  self._ClusterId = params.get("ClusterId")
30540
30635
  self._NamespaceId = params.get("NamespaceId")
30541
30636
  self._GroupId = params.get("GroupId")
30542
- self._Topic = params.get("Topic")
30543
30637
  self._Type = params.get("Type")
30638
+ self._Topic = params.get("Topic")
30544
30639
  self._ResetTimestamp = params.get("ResetTimestamp")
30545
30640
  memeber_set = set(params.keys())
30546
30641
  for name, value in vars(self).items():
@@ -30850,6 +30945,10 @@ class RocketMQClusterConfig(AbstractModel):
30850
30945
  :param _TopicDistribution: topic分布
30851
30946
  注意:此字段可能返回 null,表示取不到有效值。
30852
30947
  :type TopicDistribution: list of RocketMQTopicDistribution
30948
+ :param _MaxRoleNum: 最大角色数量
30949
+ :type MaxRoleNum: int
30950
+ :param _MaxTpsLimit: TPS限额
30951
+ :type MaxTpsLimit: int
30853
30952
  """
30854
30953
  self._MaxTpsPerNamespace = None
30855
30954
  self._MaxNamespaceNum = None
@@ -30862,6 +30961,8 @@ class RocketMQClusterConfig(AbstractModel):
30862
30961
  self._MaxLatencyTime = None
30863
30962
  self._MaxQueuesPerTopic = None
30864
30963
  self._TopicDistribution = None
30964
+ self._MaxRoleNum = None
30965
+ self._MaxTpsLimit = None
30865
30966
 
30866
30967
  @property
30867
30968
  def MaxTpsPerNamespace(self):
@@ -30990,6 +31091,28 @@ class RocketMQClusterConfig(AbstractModel):
30990
31091
  def TopicDistribution(self, TopicDistribution):
30991
31092
  self._TopicDistribution = TopicDistribution
30992
31093
 
31094
+ @property
31095
+ def MaxRoleNum(self):
31096
+ """最大角色数量
31097
+ :rtype: int
31098
+ """
31099
+ return self._MaxRoleNum
31100
+
31101
+ @MaxRoleNum.setter
31102
+ def MaxRoleNum(self, MaxRoleNum):
31103
+ self._MaxRoleNum = MaxRoleNum
31104
+
31105
+ @property
31106
+ def MaxTpsLimit(self):
31107
+ """TPS限额
31108
+ :rtype: int
31109
+ """
31110
+ return self._MaxTpsLimit
31111
+
31112
+ @MaxTpsLimit.setter
31113
+ def MaxTpsLimit(self, MaxTpsLimit):
31114
+ self._MaxTpsLimit = MaxTpsLimit
31115
+
30993
31116
 
30994
31117
  def _deserialize(self, params):
30995
31118
  self._MaxTpsPerNamespace = params.get("MaxTpsPerNamespace")
@@ -31008,6 +31131,8 @@ class RocketMQClusterConfig(AbstractModel):
31008
31131
  obj = RocketMQTopicDistribution()
31009
31132
  obj._deserialize(item)
31010
31133
  self._TopicDistribution.append(obj)
31134
+ self._MaxRoleNum = params.get("MaxRoleNum")
31135
+ self._MaxTpsLimit = params.get("MaxTpsLimit")
31011
31136
  memeber_set = set(params.keys())
31012
31137
  for name, value in vars(self).items():
31013
31138
  property_name = name[1:]
@@ -31166,6 +31291,8 @@ class RocketMQClusterInfo(AbstractModel):
31166
31291
  :param _ZoneIds: 集群节点所在的可用区,若该集群为跨可用区集群,则包含该集群节点所在的多个可用区。
31167
31292
  注意:此字段可能返回 null,表示取不到有效值。
31168
31293
  :type ZoneIds: list of int
31294
+ :param _IsFrozen: 是否已冻结
31295
+ :type IsFrozen: bool
31169
31296
  """
31170
31297
  self._ClusterId = None
31171
31298
  self._ClusterName = None
@@ -31192,6 +31319,7 @@ class RocketMQClusterInfo(AbstractModel):
31192
31319
  self._InstanceStatus = None
31193
31320
  self._ZoneId = None
31194
31321
  self._ZoneIds = None
31322
+ self._IsFrozen = None
31195
31323
 
31196
31324
  @property
31197
31325
  def ClusterId(self):
@@ -31487,6 +31615,17 @@ class RocketMQClusterInfo(AbstractModel):
31487
31615
  def ZoneIds(self, ZoneIds):
31488
31616
  self._ZoneIds = ZoneIds
31489
31617
 
31618
+ @property
31619
+ def IsFrozen(self):
31620
+ """是否已冻结
31621
+ :rtype: bool
31622
+ """
31623
+ return self._IsFrozen
31624
+
31625
+ @IsFrozen.setter
31626
+ def IsFrozen(self, IsFrozen):
31627
+ self._IsFrozen = IsFrozen
31628
+
31490
31629
 
31491
31630
  def _deserialize(self, params):
31492
31631
  self._ClusterId = params.get("ClusterId")
@@ -31519,6 +31658,7 @@ class RocketMQClusterInfo(AbstractModel):
31519
31658
  self._InstanceStatus = params.get("InstanceStatus")
31520
31659
  self._ZoneId = params.get("ZoneId")
31521
31660
  self._ZoneIds = params.get("ZoneIds")
31661
+ self._IsFrozen = params.get("IsFrozen")
31522
31662
  memeber_set = set(params.keys())
31523
31663
  for name, value in vars(self).items():
31524
31664
  property_name = name[1:]
@@ -36194,6 +36334,10 @@ class Topic(AbstractModel):
36194
36334
  :param _Tenant: 用户自定义的租户别名,如果没有,会复用专业集群 ID
36195
36335
 
36196
36336
  :type Tenant: str
36337
+ :param _IsolateConsumerEnable: 是否开启异常消费者隔离
36338
+ :type IsolateConsumerEnable: bool
36339
+ :param _AckTimeOut: 消费者 Ack 超时时间,单位:秒
36340
+ :type AckTimeOut: int
36197
36341
  """
36198
36342
  self._AverageMsgSize = None
36199
36343
  self._ConsumerCount = None
@@ -36220,6 +36364,8 @@ class Topic(AbstractModel):
36220
36364
  self._MsgTTL = None
36221
36365
  self._ClusterId = None
36222
36366
  self._Tenant = None
36367
+ self._IsolateConsumerEnable = None
36368
+ self._AckTimeOut = None
36223
36369
 
36224
36370
  @property
36225
36371
  def AverageMsgSize(self):
@@ -36530,6 +36676,28 @@ class Topic(AbstractModel):
36530
36676
  def Tenant(self, Tenant):
36531
36677
  self._Tenant = Tenant
36532
36678
 
36679
+ @property
36680
+ def IsolateConsumerEnable(self):
36681
+ """是否开启异常消费者隔离
36682
+ :rtype: bool
36683
+ """
36684
+ return self._IsolateConsumerEnable
36685
+
36686
+ @IsolateConsumerEnable.setter
36687
+ def IsolateConsumerEnable(self, IsolateConsumerEnable):
36688
+ self._IsolateConsumerEnable = IsolateConsumerEnable
36689
+
36690
+ @property
36691
+ def AckTimeOut(self):
36692
+ """消费者 Ack 超时时间,单位:秒
36693
+ :rtype: int
36694
+ """
36695
+ return self._AckTimeOut
36696
+
36697
+ @AckTimeOut.setter
36698
+ def AckTimeOut(self, AckTimeOut):
36699
+ self._AckTimeOut = AckTimeOut
36700
+
36533
36701
 
36534
36702
  def _deserialize(self, params):
36535
36703
  self._AverageMsgSize = params.get("AverageMsgSize")
@@ -36562,6 +36730,8 @@ class Topic(AbstractModel):
36562
36730
  self._MsgTTL = params.get("MsgTTL")
36563
36731
  self._ClusterId = params.get("ClusterId")
36564
36732
  self._Tenant = params.get("Tenant")
36733
+ self._IsolateConsumerEnable = params.get("IsolateConsumerEnable")
36734
+ self._AckTimeOut = params.get("AckTimeOut")
36565
36735
  memeber_set = set(params.keys())
36566
36736
  for name, value in vars(self).items():
36567
36737
  property_name = name[1:]
@@ -35,21 +35,33 @@ FAILEDOPERATION_CONFIGCONDITIONUNKNOWNTARGET = 'FailedOperation.ConfigConditionU
35
35
  # 配置文件Condition表达式值的项不能为空。
36
36
  FAILEDOPERATION_CONFIGCONDITIONVALUEEMPTYERROR = 'FailedOperation.ConfigConditionValueEmptyError'
37
37
 
38
+ # 配置文件不允许重复的关键字。
39
+ FAILEDOPERATION_CONFIGDUPLICATEKEYERROR = 'FailedOperation.ConfigDuplicateKeyError'
40
+
38
41
  # 配置文件存在类型不匹配的字段。
39
42
  FAILEDOPERATION_CONFIGFIELDTYPEERROR = 'FailedOperation.ConfigFieldTypeError'
40
43
 
41
44
  # 配置文件存在语法错误。
42
45
  FAILEDOPERATION_CONFIGFORMATERROR = 'FailedOperation.ConfigFormatError'
43
46
 
47
+ # 版本管理配置文件JSON格式错误
48
+ FAILEDOPERATION_CONFIGJSONFORMATERROR = 'FailedOperation.ConfigJSONFormatError'
49
+
44
50
  # 配置文件内容格式错误,无法解析。
45
51
  FAILEDOPERATION_CONFIGMALFORMEDCONTENT = 'FailedOperation.ConfigMalformedContent'
46
52
 
47
53
  # 配置文件参数校验错误。
48
54
  FAILEDOPERATION_CONFIGPARAMVALIDATEERRORS = 'FailedOperation.ConfigParamValidateErrors'
49
55
 
56
+ # 时间格式解析错误
57
+ FAILEDOPERATION_CONFIGTIMEPARSINGERROR = 'FailedOperation.ConfigTimeParsingError'
58
+
50
59
  # 配置文件无法识别的字段:存在拼写错误,或者该字段所在的层级出错。
51
60
  FAILEDOPERATION_CONFIGUNKNOWNFIELD = 'FailedOperation.ConfigUnknownField'
52
61
 
62
+ # 不支持的配置项Action
63
+ FAILEDOPERATION_CONFIGUNSUPPORTEDACTION = 'FailedOperation.ConfigUnsupportedAction'
64
+
53
65
  # 当前不支持该配置文件版本。
54
66
  FAILEDOPERATION_CONFIGUNSUPPORTEDFORMATVERSION = 'FailedOperation.ConfigUnsupportedFormatVersion'
55
67
 
@@ -17788,7 +17788,7 @@ class DescribeOriginGroupRequest(AbstractModel):
17788
17788
  :param _Limit: 分页查询限制数目,不填默认为20,取值:1-1000。
17789
17789
  :type Limit: int
17790
17790
  :param _Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
17791
- <li>origin-group-id<br>   按照【<strong>源站组ID</strong>】进行过滤。源站组ID形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a<br>   模糊查询:不支持</li><li>origin-group-name<br>   按照【<strong>源站组名称</strong>】进行过滤<br>   模糊查询:支持。使用模糊查询时,仅支持填写一个源站组名称</li>
17791
+ <li>origin-group-id:按照源站组 ID 进行过滤,不支持模糊查询。源站组 ID 形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a;</li><li>origin-group-name: 按照源站组名称进行过滤,使用模糊查询时,仅支持填写一个源站组名称。</li>
17792
17792
  :type Filters: list of AdvancedFilter
17793
17793
  """
17794
17794
  self._ZoneId = None
@@ -17832,7 +17832,7 @@ class DescribeOriginGroupRequest(AbstractModel):
17832
17832
  @property
17833
17833
  def Filters(self):
17834
17834
  """过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
17835
- <li>origin-group-id<br>   按照【<strong>源站组ID</strong>】进行过滤。源站组ID形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a<br>   模糊查询:不支持</li><li>origin-group-name<br>   按照【<strong>源站组名称</strong>】进行过滤<br>   模糊查询:支持。使用模糊查询时,仅支持填写一个源站组名称</li>
17835
+ <li>origin-group-id:按照源站组 ID 进行过滤,不支持模糊查询。源站组 ID 形如:origin-2ccgtb24-7dc5-46s2-9r3e-95825d53dwe3a;</li><li>origin-group-name: 按照源站组名称进行过滤,使用模糊查询时,仅支持填写一个源站组名称。</li>
17836
17836
  :rtype: list of AdvancedFilter
17837
17837
  """
17838
17838
  return self._Filters
@@ -43380,14 +43380,14 @@ class VerifyOwnershipRequest(AbstractModel):
43380
43380
 
43381
43381
  def __init__(self):
43382
43382
  r"""
43383
- :param _Domain: 站点或者加速域名。
43383
+ :param _Domain: 站点域名或者站点下的加速域名。
43384
43384
  :type Domain: str
43385
43385
  """
43386
43386
  self._Domain = None
43387
43387
 
43388
43388
  @property
43389
43389
  def Domain(self):
43390
- """站点或者加速域名。
43390
+ """站点域名或者站点下的加速域名。
43391
43391
  :rtype: str
43392
43392
  """
43393
43393
  return self._Domain
@@ -26,6 +26,9 @@ FAILEDOPERATION = 'FailedOperation'
26
26
  # 内部错误。
27
27
  INTERNALERROR = 'InternalError'
28
28
 
29
+ # agent执行脚本失败。
30
+ INTERNALERROR_AGENTRUNSCRIPTFAIL = 'InternalError.AgentRunScriptFail'
31
+
29
32
  # CAM服务调用失败。
30
33
  INTERNALERROR_CALLCAM = 'InternalError.CallCAM'
31
34
 
@@ -35,6 +38,9 @@ INTERNALERROR_CALLCVM = 'InternalError.CallCvm'
35
38
  # 参数错误。
36
39
  INVALIDPARAMETER = 'InvalidParameter'
37
40
 
41
+ # 参数互斥,最多只能传入一个参数
42
+ INVALIDPARAMETER_ATMOSTONE = 'InvalidParameter.AtMostOne'
43
+
38
44
  # 参数格式有误。
39
45
  INVALIDPARAMETER_MALFORMED = 'InvalidParameter.Malformed'
40
46
 
@@ -44,6 +50,9 @@ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
44
50
  # 不支持指定过滤器的键。
45
51
  INVALIDPARAMETERVALUE_INVALIDFILTERNOTSUPPORTEDNAME = 'InvalidParameterValue.InvalidFilterNotSupportedName'
46
52
 
53
+ # 工作空间实例ID格式不符合规范。
54
+ INVALIDPARAMETERVALUE_INVALIDSPACEIDMALFORMED = 'InvalidParameterValue.InvalidSpaceIdMalformed'
55
+
47
56
  # 参数值数量超过限制。
48
57
  INVALIDPARAMETERVALUE_LIMITEXCEEDED = 'InvalidParameterValue.LimitExceeded'
49
58
 
@@ -503,7 +503,7 @@ class AddQueueRequest(AbstractModel):
503
503
  r"""
504
504
  :param _ClusterId: 集群ID。
505
505
  :type ClusterId: str
506
- :param _QueueName: 队列名称。<br><li>最多支持32个字符。
506
+ :param _QueueName: 队列名称。<br><li>最多支持32个字符。</li>
507
507
  :type QueueName: str
508
508
  """
509
509
  self._ClusterId = None
@@ -522,7 +522,7 @@ class AddQueueRequest(AbstractModel):
522
522
 
523
523
  @property
524
524
  def QueueName(self):
525
- """队列名称。<br><li>最多支持32个字符。
525
+ """队列名称。<br><li>最多支持32个字符。</li>
526
526
  :rtype: str
527
527
  """
528
528
  return self._QueueName