tencentcloud-sdk-python 3.0.1291__py2.py3-none-any.whl → 3.0.1293__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 (79) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/apm_client.py +6 -6
  3. tencentcloud/apm/v20210622/errorcodes.py +6 -3
  4. tencentcloud/apm/v20210622/models.py +143 -295
  5. tencentcloud/autoscaling/v20180419/models.py +21 -2
  6. tencentcloud/batch/v20170312/models.py +2 -2
  7. tencentcloud/bh/v20230418/models.py +15 -0
  8. tencentcloud/billing/v20180709/models.py +30 -0
  9. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  10. tencentcloud/cdb/v20170320/models.py +8 -468
  11. tencentcloud/cdwdoris/v20211228/models.py +64 -0
  12. tencentcloud/cfg/v20210820/models.py +15 -0
  13. tencentcloud/cfs/v20190719/errorcodes.py +6 -3
  14. tencentcloud/ckafka/v20190819/models.py +45 -0
  15. tencentcloud/clb/v20180317/models.py +32 -0
  16. tencentcloud/cls/v20201016/cls_client.py +92 -0
  17. tencentcloud/cls/v20201016/models.py +742 -25
  18. tencentcloud/cmq/v20190304/cmq_client.py +30 -10
  19. tencentcloud/cmq/v20190304/models.py +106 -106
  20. tencentcloud/cvm/v20170312/cvm_client.py +0 -115
  21. tencentcloud/cvm/v20170312/errorcodes.py +3 -9
  22. tencentcloud/cvm/v20170312/models.py +7379 -8874
  23. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  24. tencentcloud/cwp/v20180228/models.py +2 -51
  25. tencentcloud/cynosdb/v20190107/cynosdb_client.py +3 -3
  26. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  27. tencentcloud/cynosdb/v20190107/models.py +8 -32
  28. tencentcloud/dnspod/v20210323/models.py +37 -37
  29. tencentcloud/dts/v20180330/models.py +2 -2
  30. tencentcloud/dts/v20211206/models.py +17 -0
  31. tencentcloud/emr/v20190103/emr_client.py +207 -0
  32. tencentcloud/emr/v20190103/errorcodes.py +15 -0
  33. tencentcloud/emr/v20190103/models.py +2175 -248
  34. tencentcloud/ess/v20201111/models.py +99 -20
  35. tencentcloud/essbasic/v20210526/models.py +185 -20
  36. tencentcloud/faceid/v20180301/models.py +4 -4
  37. tencentcloud/iai/v20200303/errorcodes.py +15 -0
  38. tencentcloud/iai/v20200303/iai_client.py +28 -0
  39. tencentcloud/iai/v20200303/models.py +203 -0
  40. tencentcloud/iotexplorer/v20190423/models.py +15 -0
  41. tencentcloud/keewidb/v20220308/models.py +2 -2
  42. tencentcloud/live/v20180801/models.py +111 -56
  43. tencentcloud/mna/v20210119/mna_client.py +9 -3
  44. tencentcloud/mna/v20210119/models.py +2 -2
  45. tencentcloud/mps/v20190612/models.py +75 -0
  46. tencentcloud/oceanus/v20190422/errorcodes.py +3 -0
  47. tencentcloud/oceanus/v20190422/models.py +571 -2
  48. tencentcloud/ocr/v20181119/models.py +736 -8
  49. tencentcloud/ocr/v20181119/ocr_client.py +49 -3
  50. tencentcloud/sqlserver/v20180328/models.py +258 -92
  51. tencentcloud/sqlserver/v20180328/sqlserver_client.py +1 -1
  52. tencentcloud/ssl/v20191205/models.py +6 -6
  53. tencentcloud/tbaas/v20180416/tbaas_client.py +2 -2
  54. tencentcloud/tcr/v20190924/models.py +15 -0
  55. tencentcloud/tdmq/v20200217/models.py +573 -0
  56. tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
  57. tencentcloud/tem/v20210701/models.py +2 -2
  58. tencentcloud/tem/v20210701/tem_client.py +3 -1
  59. tencentcloud/teo/v20220901/models.py +2 -0
  60. tencentcloud/teo/v20220901/teo_client.py +1 -1
  61. tencentcloud/thpc/v20211109/models.py +10 -12
  62. tencentcloud/thpc/v20220401/models.py +30 -36
  63. tencentcloud/thpc/v20230321/models.py +12 -14
  64. tencentcloud/tke/v20180525/models.py +21 -6
  65. tencentcloud/trocket/v20230308/models.py +396 -0
  66. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  67. tencentcloud/trtc/v20190722/models.py +17 -0
  68. tencentcloud/tse/v20201207/models.py +100 -0
  69. tencentcloud/tts/v20190823/models.py +2 -2
  70. tencentcloud/vpc/v20170312/errorcodes.py +6 -0
  71. tencentcloud/vpc/v20170312/models.py +545 -88
  72. tencentcloud/vpc/v20170312/vpc_client.py +69 -0
  73. tencentcloud/waf/v20180125/models.py +546 -4
  74. tencentcloud/waf/v20180125/waf_client.py +73 -2
  75. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/METADATA +1 -1
  76. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/RECORD +79 -79
  77. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/LICENSE +0 -0
  78. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/WHEEL +0 -0
  79. {tencentcloud_sdk_python-3.0.1291.dist-info → tencentcloud_sdk_python-3.0.1293.dist-info}/top_level.txt +0 -0
@@ -4637,31 +4637,6 @@ class CwpClient(AbstractClient):
4637
4637
  raise TencentCloudSDKException(type(e).__name__, str(e))
4638
4638
 
4639
4639
 
4640
- def DescribeIndexList(self, request):
4641
- """接口已废弃
4642
-
4643
- 获取索引列表
4644
-
4645
- :param request: Request instance for DescribeIndexList.
4646
- :type request: :class:`tencentcloud.cwp.v20180228.models.DescribeIndexListRequest`
4647
- :rtype: :class:`tencentcloud.cwp.v20180228.models.DescribeIndexListResponse`
4648
-
4649
- """
4650
- try:
4651
- params = request._serialize()
4652
- headers = request.headers
4653
- body = self.call("DescribeIndexList", params, headers=headers)
4654
- response = json.loads(body)
4655
- model = models.DescribeIndexListResponse()
4656
- model._deserialize(response["Response"])
4657
- return model
4658
- except Exception as e:
4659
- if isinstance(e, TencentCloudSDKException):
4660
- raise
4661
- else:
4662
- raise TencentCloudSDKException(type(e).__name__, str(e))
4663
-
4664
-
4665
4640
  def DescribeJavaMemShellInfo(self, request):
4666
4641
  """查询java内存马事件详细信息
4667
4642
 
@@ -41535,55 +41535,6 @@ class DescribeImportMachineInfoResponse(AbstractModel):
41535
41535
  self._RequestId = params.get("RequestId")
41536
41536
 
41537
41537
 
41538
- class DescribeIndexListRequest(AbstractModel):
41539
- """DescribeIndexList请求参数结构体
41540
-
41541
- """
41542
-
41543
-
41544
- class DescribeIndexListResponse(AbstractModel):
41545
- """DescribeIndexList返回参数结构体
41546
-
41547
- """
41548
-
41549
- def __init__(self):
41550
- r"""
41551
- :param _Data: ES 索引信息
41552
- :type Data: str
41553
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
41554
- :type RequestId: str
41555
- """
41556
- self._Data = None
41557
- self._RequestId = None
41558
-
41559
- @property
41560
- def Data(self):
41561
- """ES 索引信息
41562
- :rtype: str
41563
- """
41564
- return self._Data
41565
-
41566
- @Data.setter
41567
- def Data(self, Data):
41568
- self._Data = Data
41569
-
41570
- @property
41571
- def RequestId(self):
41572
- """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
41573
- :rtype: str
41574
- """
41575
- return self._RequestId
41576
-
41577
- @RequestId.setter
41578
- def RequestId(self, RequestId):
41579
- self._RequestId = RequestId
41580
-
41581
-
41582
- def _deserialize(self, params):
41583
- self._Data = params.get("Data")
41584
- self._RequestId = params.get("RequestId")
41585
-
41586
-
41587
41538
  class DescribeJavaMemShellInfoRequest(AbstractModel):
41588
41539
  """DescribeJavaMemShellInfo请求参数结构体
41589
41540
 
@@ -99656,7 +99607,7 @@ class SearchLogRequest(AbstractModel):
99656
99607
  :type StartTime: int
99657
99608
  :param _EndTime: 要检索分析的日志的结束时间,Unix时间戳(毫秒)
99658
99609
  :type EndTime: int
99659
- :param _QueryString: 检索分析语句,最大长度为12KB
99610
+ :param _QueryString: 检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508
99660
99611
  :type QueryString: str
99661
99612
  :param _Count: 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
99662
99613
  :type Count: int
@@ -99696,7 +99647,7 @@ class SearchLogRequest(AbstractModel):
99696
99647
 
99697
99648
  @property
99698
99649
  def QueryString(self):
99699
- """检索分析语句,最大长度为12KB
99650
+ """检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508
99700
99651
  :rtype: str
99701
99652
  """
99702
99653
  return self._QueryString
@@ -556,7 +556,7 @@ class CynosdbClient(AbstractClient):
556
556
 
557
557
 
558
558
  def DeleteAuditLogFile(self, request):
559
- """本接口(DeleteAuditLogFile)用于删除云数据库实例的审计日志文件。
559
+ """本接口(DeleteAuditLogFile)用于删除云数据库实例的审计日志文件。
560
560
 
561
561
  :param request: Request instance for DeleteAuditLogFile.
562
562
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DeleteAuditLogFileRequest`
@@ -809,7 +809,7 @@ class CynosdbClient(AbstractClient):
809
809
 
810
810
 
811
811
  def DescribeAuditLogs(self, request):
812
- """本接口(DescribeAuditLogs)用于查询数据库审计日志。
812
+ """本接口(DescribeAuditLogs)用于查询数据库审计日志。
813
813
 
814
814
  :param request: Request instance for DescribeAuditLogs.
815
815
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeAuditLogsRequest`
@@ -1545,7 +1545,7 @@ class CynosdbClient(AbstractClient):
1545
1545
 
1546
1546
 
1547
1547
  def DescribeIsolatedInstances(self, request):
1548
- """本接口(DescribeIsolatedInstances)用于查询回收站实例列表。
1548
+ """本接口(DescribeIsolatedInstances)用于查询回收站实例列表。
1549
1549
 
1550
1550
  :param request: Request instance for DescribeIsolatedInstances.
1551
1551
  :type request: :class:`tencentcloud.cynosdb.v20190107.models.DescribeIsolatedInstancesRequest`
@@ -284,6 +284,9 @@ OPERATIONDENIED_INSTANCESTATUSLIMITERROR = 'OperationDenied.InstanceStatusLimitE
284
284
  # 账号余额不足。
285
285
  OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceError'
286
286
 
287
+ # 您没有权限操作该资源(进行该操作)。
288
+ OPERATIONDENIED_OPERATIONDENIEDERROR = 'OperationDenied.OperationDeniedError'
289
+
287
290
  # 暂停状态的serverless不允许修改多可用区。
288
291
  OPERATIONDENIED_PAUSEDSLSNOTALLOWMODIFYSLAVE = 'OperationDenied.PausedSlsNotAllowModifySlave'
289
292
 
@@ -28,24 +28,18 @@ class Ability(AbstractModel):
28
28
  :param _IsSupportSlaveZone: 是否支持从可用区
29
29
  :type IsSupportSlaveZone: str
30
30
  :param _NonsupportSlaveZoneReason: 不支持从可用区的原因
31
- 注意:此字段可能返回 null,表示取不到有效值。
32
31
  :type NonsupportSlaveZoneReason: str
33
32
  :param _IsSupportRo: 是否支持RO实例
34
33
  :type IsSupportRo: str
35
34
  :param _NonsupportRoReason: 不支持RO实例的原因
36
- 注意:此字段可能返回 null,表示取不到有效值。
37
35
  :type NonsupportRoReason: str
38
36
  :param _IsSupportManualSnapshot: 是否支持手动发起快照备份
39
- 注意:此字段可能返回 null,表示取不到有效值。
40
37
  :type IsSupportManualSnapshot: str
41
38
  :param _IsSupportTransparentDataEncryption: 是否支持透明数据加密
42
- 注意:此字段可能返回 null,表示取不到有效值。
43
39
  :type IsSupportTransparentDataEncryption: str
44
40
  :param _NoSupportTransparentDataEncryptionReason: 不支持透明数据加密原因
45
- 注意:此字段可能返回 null,表示取不到有效值。
46
41
  :type NoSupportTransparentDataEncryptionReason: str
47
42
  :param _IsSupportManualLogic: 是否支持手动发起逻辑备份
48
- 注意:此字段可能返回 null,表示取不到有效值。
49
43
  :type IsSupportManualLogic: str
50
44
  """
51
45
  self._IsSupportSlaveZone = None
@@ -71,7 +65,6 @@ class Ability(AbstractModel):
71
65
  @property
72
66
  def NonsupportSlaveZoneReason(self):
73
67
  """不支持从可用区的原因
74
- 注意:此字段可能返回 null,表示取不到有效值。
75
68
  :rtype: str
76
69
  """
77
70
  return self._NonsupportSlaveZoneReason
@@ -94,7 +87,6 @@ class Ability(AbstractModel):
94
87
  @property
95
88
  def NonsupportRoReason(self):
96
89
  """不支持RO实例的原因
97
- 注意:此字段可能返回 null,表示取不到有效值。
98
90
  :rtype: str
99
91
  """
100
92
  return self._NonsupportRoReason
@@ -106,7 +98,6 @@ class Ability(AbstractModel):
106
98
  @property
107
99
  def IsSupportManualSnapshot(self):
108
100
  """是否支持手动发起快照备份
109
- 注意:此字段可能返回 null,表示取不到有效值。
110
101
  :rtype: str
111
102
  """
112
103
  return self._IsSupportManualSnapshot
@@ -118,7 +109,6 @@ class Ability(AbstractModel):
118
109
  @property
119
110
  def IsSupportTransparentDataEncryption(self):
120
111
  """是否支持透明数据加密
121
- 注意:此字段可能返回 null,表示取不到有效值。
122
112
  :rtype: str
123
113
  """
124
114
  return self._IsSupportTransparentDataEncryption
@@ -130,7 +120,6 @@ class Ability(AbstractModel):
130
120
  @property
131
121
  def NoSupportTransparentDataEncryptionReason(self):
132
122
  """不支持透明数据加密原因
133
- 注意:此字段可能返回 null,表示取不到有效值。
134
123
  :rtype: str
135
124
  """
136
125
  return self._NoSupportTransparentDataEncryptionReason
@@ -142,7 +131,6 @@ class Ability(AbstractModel):
142
131
  @property
143
132
  def IsSupportManualLogic(self):
144
133
  """是否支持手动发起逻辑备份
145
- 注意:此字段可能返回 null,表示取不到有效值。
146
134
  :rtype: str
147
135
  """
148
136
  return self._IsSupportManualLogic
@@ -1256,7 +1244,7 @@ class AuditLog(AbstractModel):
1256
1244
  :param _LockWaitTime: 锁等待时间,微秒。
1257
1245
  注意:此字段可能返回 null,表示取不到有效值。
1258
1246
  :type LockWaitTime: int
1259
- :param _TrxLivingTime: 事物持续等待时间,微秒。
1247
+ :param _TrxLivingTime: 事务持续等待时间,微秒。
1260
1248
  注意:此字段可能返回 null,表示取不到有效值。
1261
1249
  :type TrxLivingTime: int
1262
1250
  :param _NsTime: 开始时间,与timestamp构成一个精确到纳秒的时间。
@@ -1496,7 +1484,7 @@ class AuditLog(AbstractModel):
1496
1484
 
1497
1485
  @property
1498
1486
  def TrxLivingTime(self):
1499
- """事物持续等待时间,微秒。
1487
+ """事务持续等待时间,微秒。
1500
1488
  注意:此字段可能返回 null,表示取不到有效值。
1501
1489
  :rtype: int
1502
1490
  """
@@ -1598,13 +1586,10 @@ class AuditLogFile(AbstractModel):
1598
1586
  "success" - 已生成;
1599
1587
  :type Status: str
1600
1588
  :param _FileSize: 文件大小,单位为 KB。
1601
- 注意:此字段可能返回 null,表示取不到有效值。
1602
1589
  :type FileSize: int
1603
1590
  :param _DownloadUrl: 审计日志下载地址。
1604
- 注意:此字段可能返回 null,表示取不到有效值。
1605
1591
  :type DownloadUrl: str
1606
1592
  :param _ErrMsg: 错误信息。
1607
- 注意:此字段可能返回 null,表示取不到有效值。
1608
1593
  :type ErrMsg: str
1609
1594
  """
1610
1595
  self._FileName = None
@@ -1653,7 +1638,6 @@ class AuditLogFile(AbstractModel):
1653
1638
  @property
1654
1639
  def FileSize(self):
1655
1640
  """文件大小,单位为 KB。
1656
- 注意:此字段可能返回 null,表示取不到有效值。
1657
1641
  :rtype: int
1658
1642
  """
1659
1643
  return self._FileSize
@@ -1665,7 +1649,6 @@ class AuditLogFile(AbstractModel):
1665
1649
  @property
1666
1650
  def DownloadUrl(self):
1667
1651
  """审计日志下载地址。
1668
- 注意:此字段可能返回 null,表示取不到有效值。
1669
1652
  :rtype: str
1670
1653
  """
1671
1654
  return self._DownloadUrl
@@ -1677,7 +1660,6 @@ class AuditLogFile(AbstractModel):
1677
1660
  @property
1678
1661
  def ErrMsg(self):
1679
1662
  """错误信息。
1680
- 注意:此字段可能返回 null,表示取不到有效值。
1681
1663
  :rtype: str
1682
1664
  """
1683
1665
  return self._ErrMsg
@@ -9263,13 +9245,10 @@ class CynosdbErrorLogItem(AbstractModel):
9263
9245
  def __init__(self):
9264
9246
  r"""
9265
9247
  :param _Timestamp: 日志时间戳
9266
- 注意:此字段可能返回 null,表示取不到有效值。
9267
9248
  :type Timestamp: int
9268
9249
  :param _Level: 日志等级
9269
- 注意:此字段可能返回 null,表示取不到有效值。
9270
9250
  :type Level: str
9271
9251
  :param _Content: 日志内容
9272
- 注意:此字段可能返回 null,表示取不到有效值。
9273
9252
  :type Content: str
9274
9253
  """
9275
9254
  self._Timestamp = None
@@ -9279,7 +9258,6 @@ class CynosdbErrorLogItem(AbstractModel):
9279
9258
  @property
9280
9259
  def Timestamp(self):
9281
9260
  """日志时间戳
9282
- 注意:此字段可能返回 null,表示取不到有效值。
9283
9261
  :rtype: int
9284
9262
  """
9285
9263
  return self._Timestamp
@@ -9291,7 +9269,6 @@ class CynosdbErrorLogItem(AbstractModel):
9291
9269
  @property
9292
9270
  def Level(self):
9293
9271
  """日志等级
9294
- 注意:此字段可能返回 null,表示取不到有效值。
9295
9272
  :rtype: str
9296
9273
  """
9297
9274
  return self._Level
@@ -9303,7 +9280,6 @@ class CynosdbErrorLogItem(AbstractModel):
9303
9280
  @property
9304
9281
  def Content(self):
9305
9282
  """日志内容
9306
- 注意:此字段可能返回 null,表示取不到有效值。
9307
9283
  :rtype: str
9308
9284
  """
9309
9285
  return self._Content
@@ -10318,7 +10294,6 @@ pause
10318
10294
  :param _MaxCpu: serverless实例cpu上限
10319
10295
  :type MaxCpu: float
10320
10296
  :param _DbMode: Db类型:<li>NORMAL</li><li>SERVERLESS</li>
10321
- 注意:此字段可能返回 null,表示取不到有效值。
10322
10297
  :type DbMode: str
10323
10298
  """
10324
10299
  self._Uin = None
@@ -10736,7 +10711,6 @@ pause
10736
10711
  @property
10737
10712
  def DbMode(self):
10738
10713
  """Db类型:<li>NORMAL</li><li>SERVERLESS</li>
10739
- 注意:此字段可能返回 null,表示取不到有效值。
10740
10714
  :rtype: str
10741
10715
  """
10742
10716
  return self._DbMode
@@ -10811,7 +10785,7 @@ class CynosdbInstanceGroup(AbstractModel):
10811
10785
  :type InstanceGroupId: str
10812
10786
  :param _Status: 状态
10813
10787
  :type Status: str
10814
- :param _Type: 实例组类型。ha-ha组;ro-只读组
10788
+ :param _Type: 实例组(网络)类型。ha-ha组;ro-只读组;proxy-代理;singleRo-只读实例独占
10815
10789
  :type Type: str
10816
10790
  :param _UpdatedTime: 更新时间
10817
10791
  :type UpdatedTime: str
@@ -10935,7 +10909,7 @@ class CynosdbInstanceGroup(AbstractModel):
10935
10909
 
10936
10910
  @property
10937
10911
  def Type(self):
10938
- """实例组类型。ha-ha组;ro-只读组
10912
+ """实例组(网络)类型。ha-ha组;ro-只读组;proxy-代理;singleRo-只读实例独占
10939
10913
  :rtype: str
10940
10914
  """
10941
10915
  return self._Type
@@ -13353,7 +13327,7 @@ class DescribeAuditLogsRequest(AbstractModel):
13353
13327
 
13354
13328
  def __init__(self):
13355
13329
  r"""
13356
- :param _InstanceId: 实例ID
13330
+ :param _InstanceId: 实例 ID
13357
13331
  :type InstanceId: str
13358
13332
  :param _StartTime: 开始时间,格式为:"2017-07-12 10:29:20"。
13359
13333
  :type StartTime: str
@@ -13371,6 +13345,7 @@ class DescribeAuditLogsRequest(AbstractModel):
13371
13345
  :param _Limit: 分页参数,单次返回的数据条数。默认值为100,最大值为100。
13372
13346
  :type Limit: int
13373
13347
  :param _Offset: 分页偏移量。
13348
+ 说明:Limit 和 Offset 的取值之和需小于等于65536。
13374
13349
  :type Offset: int
13375
13350
  :param _LogFilter: 过滤条件。多个值之前是且的关系。
13376
13351
  :type LogFilter: list of InstanceAuditLogFilter
@@ -13387,7 +13362,7 @@ class DescribeAuditLogsRequest(AbstractModel):
13387
13362
 
13388
13363
  @property
13389
13364
  def InstanceId(self):
13390
- """实例ID
13365
+ """实例 ID
13391
13366
  :rtype: str
13392
13367
  """
13393
13368
  return self._InstanceId
@@ -13468,6 +13443,7 @@ class DescribeAuditLogsRequest(AbstractModel):
13468
13443
  @property
13469
13444
  def Offset(self):
13470
13445
  """分页偏移量。
13446
+ 说明:Limit 和 Offset 的取值之和需小于等于65536。
13471
13447
  :rtype: int
13472
13448
  """
13473
13449
  return self._Offset
@@ -12860,24 +12860,24 @@ class ModifyDynamicDNSRequest(AbstractModel):
12860
12860
  :type RecordId: int
12861
12861
  :param _RecordLine: 记录线路,通过 API 记录线路获得,中文,比如:默认。
12862
12862
  :type RecordLine: str
12863
- :param _Value: 记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
12864
- :type Value: str
12865
12863
  :param _DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
12866
12864
  :type DomainId: int
12867
12865
  :param _SubDomain: 主机记录,如 www,如果不传,默认为 @。
12868
12866
  :type SubDomain: str
12869
12867
  :param _RecordLineId: 线路的 ID,通过 API 记录线路获得,英文字符串,比如:10=1。参数RecordLineId优先级高于RecordLine,如果同时传递二者,优先使用RecordLineId参数。
12870
12868
  :type RecordLineId: str
12869
+ :param _Value: IP 地址,支持 IPv4、IPv6,例如 119.29.29.29 或者 2402:4e00::
12870
+ :type Value: str
12871
12871
  :param _Ttl: TTL值,如果不传,默认为域名的TTL值。
12872
12872
  :type Ttl: int
12873
12873
  """
12874
12874
  self._Domain = None
12875
12875
  self._RecordId = None
12876
12876
  self._RecordLine = None
12877
- self._Value = None
12878
12877
  self._DomainId = None
12879
12878
  self._SubDomain = None
12880
12879
  self._RecordLineId = None
12880
+ self._Value = None
12881
12881
  self._Ttl = None
12882
12882
 
12883
12883
  @property
@@ -12913,17 +12913,6 @@ class ModifyDynamicDNSRequest(AbstractModel):
12913
12913
  def RecordLine(self, RecordLine):
12914
12914
  self._RecordLine = RecordLine
12915
12915
 
12916
- @property
12917
- def Value(self):
12918
- """记录值,如 IP : 200.200.200.200, CNAME : cname.dnspod.com., MX : mail.dnspod.com.。
12919
- :rtype: str
12920
- """
12921
- return self._Value
12922
-
12923
- @Value.setter
12924
- def Value(self, Value):
12925
- self._Value = Value
12926
-
12927
12916
  @property
12928
12917
  def DomainId(self):
12929
12918
  """域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
@@ -12957,6 +12946,17 @@ class ModifyDynamicDNSRequest(AbstractModel):
12957
12946
  def RecordLineId(self, RecordLineId):
12958
12947
  self._RecordLineId = RecordLineId
12959
12948
 
12949
+ @property
12950
+ def Value(self):
12951
+ """IP 地址,支持 IPv4、IPv6,例如 119.29.29.29 或者 2402:4e00::
12952
+ :rtype: str
12953
+ """
12954
+ return self._Value
12955
+
12956
+ @Value.setter
12957
+ def Value(self, Value):
12958
+ self._Value = Value
12959
+
12960
12960
  @property
12961
12961
  def Ttl(self):
12962
12962
  """TTL值,如果不传,默认为域名的TTL值。
@@ -12973,10 +12973,10 @@ class ModifyDynamicDNSRequest(AbstractModel):
12973
12973
  self._Domain = params.get("Domain")
12974
12974
  self._RecordId = params.get("RecordId")
12975
12975
  self._RecordLine = params.get("RecordLine")
12976
- self._Value = params.get("Value")
12977
12976
  self._DomainId = params.get("DomainId")
12978
12977
  self._SubDomain = params.get("SubDomain")
12979
12978
  self._RecordLineId = params.get("RecordLineId")
12979
+ self._Value = params.get("Value")
12980
12980
  self._Ttl = params.get("Ttl")
12981
12981
  memeber_set = set(params.keys())
12982
12982
  for name, value in vars(self).items():
@@ -17457,40 +17457,40 @@ class WhoisContactAddress(AbstractModel):
17457
17457
 
17458
17458
  def __init__(self):
17459
17459
  r"""
17460
- :param _City:
17460
+ :param _City: 城市
17461
17461
  注意:此字段可能返回 null,表示取不到有效值。
17462
17462
  :type City: str
17463
- :param _Country:
17463
+ :param _Country: 国家
17464
17464
  注意:此字段可能返回 null,表示取不到有效值。
17465
17465
  :type Country: str
17466
- :param _Email:
17466
+ :param _Email: 电子邮箱
17467
17467
  注意:此字段可能返回 null,表示取不到有效值。
17468
17468
  :type Email: str
17469
- :param _Fax:
17469
+ :param _Fax: 传真
17470
17470
  注意:此字段可能返回 null,表示取不到有效值。
17471
17471
  :type Fax: str
17472
- :param _FaxExt:
17472
+ :param _FaxExt: 传真分机号
17473
17473
  注意:此字段可能返回 null,表示取不到有效值。
17474
17474
  :type FaxExt: str
17475
17475
  :param _Handle: 无
17476
17476
  注意:此字段可能返回 null,表示取不到有效值。
17477
17477
  :type Handle: str
17478
- :param _Name:
17478
+ :param _Name: 名称
17479
17479
  注意:此字段可能返回 null,表示取不到有效值。
17480
17480
  :type Name: str
17481
- :param _Organization:
17481
+ :param _Organization: 组织机构
17482
17482
  注意:此字段可能返回 null,表示取不到有效值。
17483
17483
  :type Organization: str
17484
- :param _Phone:
17484
+ :param _Phone: 电话
17485
17485
  注意:此字段可能返回 null,表示取不到有效值。
17486
17486
  :type Phone: str
17487
- :param _PostalCode:
17487
+ :param _PostalCode: 邮编
17488
17488
  注意:此字段可能返回 null,表示取不到有效值。
17489
17489
  :type PostalCode: str
17490
- :param _State:
17490
+ :param _State: 省份/州
17491
17491
  注意:此字段可能返回 null,表示取不到有效值。
17492
17492
  :type State: str
17493
- :param _Street:
17493
+ :param _Street: 街道地址
17494
17494
  注意:此字段可能返回 null,表示取不到有效值。
17495
17495
  :type Street: str
17496
17496
  """
@@ -17509,7 +17509,7 @@ class WhoisContactAddress(AbstractModel):
17509
17509
 
17510
17510
  @property
17511
17511
  def City(self):
17512
- """
17512
+ """城市
17513
17513
  注意:此字段可能返回 null,表示取不到有效值。
17514
17514
  :rtype: str
17515
17515
  """
@@ -17521,7 +17521,7 @@ class WhoisContactAddress(AbstractModel):
17521
17521
 
17522
17522
  @property
17523
17523
  def Country(self):
17524
- """
17524
+ """国家
17525
17525
  注意:此字段可能返回 null,表示取不到有效值。
17526
17526
  :rtype: str
17527
17527
  """
@@ -17533,7 +17533,7 @@ class WhoisContactAddress(AbstractModel):
17533
17533
 
17534
17534
  @property
17535
17535
  def Email(self):
17536
- """
17536
+ """电子邮箱
17537
17537
  注意:此字段可能返回 null,表示取不到有效值。
17538
17538
  :rtype: str
17539
17539
  """
@@ -17545,7 +17545,7 @@ class WhoisContactAddress(AbstractModel):
17545
17545
 
17546
17546
  @property
17547
17547
  def Fax(self):
17548
- """
17548
+ """传真
17549
17549
  注意:此字段可能返回 null,表示取不到有效值。
17550
17550
  :rtype: str
17551
17551
  """
@@ -17557,7 +17557,7 @@ class WhoisContactAddress(AbstractModel):
17557
17557
 
17558
17558
  @property
17559
17559
  def FaxExt(self):
17560
- """
17560
+ """传真分机号
17561
17561
  注意:此字段可能返回 null,表示取不到有效值。
17562
17562
  :rtype: str
17563
17563
  """
@@ -17581,7 +17581,7 @@ class WhoisContactAddress(AbstractModel):
17581
17581
 
17582
17582
  @property
17583
17583
  def Name(self):
17584
- """
17584
+ """名称
17585
17585
  注意:此字段可能返回 null,表示取不到有效值。
17586
17586
  :rtype: str
17587
17587
  """
@@ -17593,7 +17593,7 @@ class WhoisContactAddress(AbstractModel):
17593
17593
 
17594
17594
  @property
17595
17595
  def Organization(self):
17596
- """
17596
+ """组织机构
17597
17597
  注意:此字段可能返回 null,表示取不到有效值。
17598
17598
  :rtype: str
17599
17599
  """
@@ -17605,7 +17605,7 @@ class WhoisContactAddress(AbstractModel):
17605
17605
 
17606
17606
  @property
17607
17607
  def Phone(self):
17608
- """
17608
+ """电话
17609
17609
  注意:此字段可能返回 null,表示取不到有效值。
17610
17610
  :rtype: str
17611
17611
  """
@@ -17617,7 +17617,7 @@ class WhoisContactAddress(AbstractModel):
17617
17617
 
17618
17618
  @property
17619
17619
  def PostalCode(self):
17620
- """
17620
+ """邮编
17621
17621
  注意:此字段可能返回 null,表示取不到有效值。
17622
17622
  :rtype: str
17623
17623
  """
@@ -17629,7 +17629,7 @@ class WhoisContactAddress(AbstractModel):
17629
17629
 
17630
17630
  @property
17631
17631
  def State(self):
17632
- """
17632
+ """省份/州
17633
17633
  注意:此字段可能返回 null,表示取不到有效值。
17634
17634
  :rtype: str
17635
17635
  """
@@ -17641,7 +17641,7 @@ class WhoisContactAddress(AbstractModel):
17641
17641
 
17642
17642
  @property
17643
17643
  def Street(self):
17644
- """
17644
+ """街道地址
17645
17645
  注意:此字段可能返回 null,表示取不到有效值。
17646
17646
  :rtype: str
17647
17647
  """
@@ -2512,7 +2512,7 @@ class MigrateJobInfo(AbstractModel):
2512
2512
  :type StartTime: str
2513
2513
  :param _EndTime: 任务执行结束时间
2514
2514
  :type EndTime: str
2515
- :param _Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
2515
+ :param _Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing),23-未知状态(Unknown
2516
2516
  :type Status: int
2517
2517
  :param _Detail: 任务详情
2518
2518
  :type Detail: :class:`tencentcloud.dts.v20180330.models.MigrateDetailInfo`
@@ -2689,7 +2689,7 @@ class MigrateJobInfo(AbstractModel):
2689
2689
 
2690
2690
  @property
2691
2691
  def Status(self):
2692
- """任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
2692
+ """任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing),23-未知状态(Unknown
2693
2693
  :rtype: int
2694
2694
  """
2695
2695
  return self._Status
@@ -18185,6 +18185,9 @@ class SyncJobInfo(AbstractModel):
18185
18185
  :param _OfflineTime: 下线时间,格式为 yyyy-mm-dd hh:mm:ss
18186
18186
  注意:此字段可能返回 null,表示取不到有效值。
18187
18187
  :type OfflineTime: str
18188
+ :param _OptObjStatus: 动态修改对象,修改任务的状态等
18189
+ 注意:此字段可能返回 null,表示取不到有效值。
18190
+ :type OptObjStatus: str
18188
18191
  :param _AutoRetryTimeRangeMinutes: 自动重试时间段设置
18189
18192
  注意:此字段可能返回 null,表示取不到有效值。
18190
18193
  :type AutoRetryTimeRangeMinutes: int
@@ -18225,6 +18228,7 @@ class SyncJobInfo(AbstractModel):
18225
18228
  self._InstanceClass = None
18226
18229
  self._AutoRenew = None
18227
18230
  self._OfflineTime = None
18231
+ self._OptObjStatus = None
18228
18232
  self._AutoRetryTimeRangeMinutes = None
18229
18233
  self._DumperResumeCtrl = None
18230
18234
 
@@ -18624,6 +18628,18 @@ class SyncJobInfo(AbstractModel):
18624
18628
  def OfflineTime(self, OfflineTime):
18625
18629
  self._OfflineTime = OfflineTime
18626
18630
 
18631
+ @property
18632
+ def OptObjStatus(self):
18633
+ """动态修改对象,修改任务的状态等
18634
+ 注意:此字段可能返回 null,表示取不到有效值。
18635
+ :rtype: str
18636
+ """
18637
+ return self._OptObjStatus
18638
+
18639
+ @OptObjStatus.setter
18640
+ def OptObjStatus(self, OptObjStatus):
18641
+ self._OptObjStatus = OptObjStatus
18642
+
18627
18643
  @property
18628
18644
  def AutoRetryTimeRangeMinutes(self):
18629
18645
  """自动重试时间段设置
@@ -18702,6 +18718,7 @@ class SyncJobInfo(AbstractModel):
18702
18718
  self._InstanceClass = params.get("InstanceClass")
18703
18719
  self._AutoRenew = params.get("AutoRenew")
18704
18720
  self._OfflineTime = params.get("OfflineTime")
18721
+ self._OptObjStatus = params.get("OptObjStatus")
18705
18722
  self._AutoRetryTimeRangeMinutes = params.get("AutoRetryTimeRangeMinutes")
18706
18723
  self._DumperResumeCtrl = params.get("DumperResumeCtrl")
18707
18724
  memeber_set = set(params.keys())