tencentcloud-sdk-python 3.0.1298__py2.py3-none-any.whl → 3.0.1300__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/aca/v20210323/models.py +2 -2
- tencentcloud/aiart/v20221229/aiart_client.py +55 -0
- tencentcloud/aiart/v20221229/models.py +367 -0
- tencentcloud/autoscaling/v20180419/models.py +21 -0
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bh/v20230418/models.py +4 -4
- tencentcloud/cdb/v20170320/models.py +27 -0
- tencentcloud/cfs/v20190719/errorcodes.py +1 -1
- tencentcloud/clb/v20180317/models.py +68 -0
- tencentcloud/cloudapp/v20220530/errorcodes.py +3 -0
- tencentcloud/cloudapp/v20220530/models.py +66 -17
- tencentcloud/cls/v20201016/models.py +22 -0
- tencentcloud/cmq/v20190304/cmq_client.py +0 -365
- tencentcloud/cmq/v20190304/models.py +324 -2473
- tencentcloud/config/v20220802/config_client.py +46 -0
- tencentcloud/config/v20220802/errorcodes.py +3 -0
- tencentcloud/config/v20220802/models.py +716 -26
- tencentcloud/csxg/v20230303/errorcodes.py +48 -0
- tencentcloud/cvm/v20170312/models.py +2 -2
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +113 -0
- tencentcloud/dc/v20180410/models.py +50 -121
- tencentcloud/drm/v20181115/models.py +17 -0
- tencentcloud/dts/v20211206/models.py +68 -2
- tencentcloud/ecm/v20190719/models.py +0 -18
- tencentcloud/emr/v20190103/models.py +136 -340
- tencentcloud/ess/v20201111/ess_client.py +25 -4
- tencentcloud/ess/v20201111/models.py +44 -46
- tencentcloud/essbasic/v20210526/models.py +42 -18
- tencentcloud/gaap/v20180529/gaap_client.py +9 -3
- tencentcloud/gwlb/v20240906/models.py +2 -2
- tencentcloud/hai/v20230812/errorcodes.py +6 -0
- tencentcloud/hai/v20230812/hai_client.py +46 -0
- tencentcloud/hai/v20230812/models.py +435 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
- tencentcloud/iotexplorer/v20190423/models.py +1012 -36
- tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
- tencentcloud/iotvideo/v20211125/models.py +135 -0
- tencentcloud/keewidb/v20220308/models.py +1 -1
- tencentcloud/lcic/v20220817/models.py +2 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +54 -16
- tencentcloud/mna/v20210119/models.py +0 -20
- tencentcloud/mongodb/v20180408/models.py +2 -44
- tencentcloud/mongodb/v20190725/models.py +2 -22
- tencentcloud/ocr/v20181119/models.py +14 -14
- tencentcloud/postgres/v20170312/models.py +233 -0
- tencentcloud/postgres/v20170312/postgres_client.py +46 -0
- tencentcloud/redis/v20180412/models.py +12 -8
- tencentcloud/redis/v20180412/redis_client.py +8 -8
- tencentcloud/scf/v20180416/models.py +44 -4
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +81 -0
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +81 -0
- tencentcloud/ssl/v20191205/models.py +64 -8
- tencentcloud/ssl/v20191205/ssl_client.py +8 -1
- tencentcloud/tcb/v20180608/models.py +207 -403
- tencentcloud/tcb/v20180608/tcb_client.py +1 -1
- tencentcloud/tione/v20211111/models.py +34 -0
- tencentcloud/trro/v20220325/models.py +15 -0
- tencentcloud/trtc/v20190722/models.py +0 -8
- tencentcloud/tse/v20201207/models.py +30 -0
- tencentcloud/vpc/v20170312/errorcodes.py +12 -0
- tencentcloud/vpc/v20170312/models.py +17 -18
- tencentcloud/wedata/v20210820/models.py +126 -0
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/RECORD +73 -73
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/top_level.txt +0 -0
@@ -14,8 +14,56 @@
|
|
14
14
|
# limitations under the License.
|
15
15
|
|
16
16
|
|
17
|
+
# CAM签名/鉴权错误。
|
18
|
+
AUTHFAILURE = 'AuthFailure'
|
19
|
+
|
20
|
+
# 请求未CAM授权
|
21
|
+
AUTHFAILURE_UNAUTHORIZEDOPERATION = 'AuthFailure.UnauthorizedOperation'
|
22
|
+
|
23
|
+
# 操作失败。
|
24
|
+
FAILEDOPERATION = 'FailedOperation'
|
25
|
+
|
26
|
+
# 内部错误。
|
27
|
+
INTERNALERROR = 'InternalError'
|
28
|
+
|
29
|
+
# 参数错误。
|
30
|
+
INVALIDPARAMETER = 'InvalidParameter'
|
31
|
+
|
32
|
+
# 参数取值错误。
|
33
|
+
INVALIDPARAMETERVALUE = 'InvalidParameterValue'
|
34
|
+
|
17
35
|
# 超过配额限制。
|
18
36
|
LIMITEXCEEDED = 'LimitExceeded'
|
19
37
|
|
38
|
+
# 缺少参数错误。
|
39
|
+
MISSINGPARAMETER = 'MissingParameter'
|
40
|
+
|
41
|
+
# 操作被拒绝。
|
42
|
+
OPERATIONDENIED = 'OperationDenied'
|
43
|
+
|
44
|
+
# 请求的次数超过了频率限制。
|
45
|
+
REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
|
46
|
+
|
47
|
+
# 资源被占用。
|
48
|
+
RESOURCEINUSE = 'ResourceInUse'
|
49
|
+
|
50
|
+
# 资源不足。
|
51
|
+
RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
52
|
+
|
20
53
|
# 资源不存在。
|
21
54
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
55
|
+
|
56
|
+
# 资源不可用。
|
57
|
+
RESOURCEUNAVAILABLE = 'ResourceUnavailable'
|
58
|
+
|
59
|
+
# 资源售罄。
|
60
|
+
RESOURCESSOLDOUT = 'ResourcesSoldOut'
|
61
|
+
|
62
|
+
# 未授权操作。
|
63
|
+
UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
|
64
|
+
|
65
|
+
# 未知参数错误。
|
66
|
+
UNKNOWNPARAMETER = 'UnknownParameter'
|
67
|
+
|
68
|
+
# 操作不支持。
|
69
|
+
UNSUPPORTEDOPERATION = 'UnsupportedOperation'
|
@@ -20517,7 +20517,7 @@ class SystemDisk(AbstractModel):
|
|
20517
20517
|
<li>CLOUD_BASIC:普通云硬盘</li>
|
20518
20518
|
<li>CLOUD_SSD:SSD云硬盘</li>
|
20519
20519
|
<li>CLOUD_PREMIUM:高性能云硬盘</li>
|
20520
|
-
<li>CLOUD_BSSD
|
20520
|
+
<li>CLOUD_BSSD:通用型SSD云硬盘</li>
|
20521
20521
|
<li>CLOUD_HSSD:增强型SSD云硬盘</li>
|
20522
20522
|
<li>CLOUD_TSSD:极速型SSD云硬盘</li><br>
|
20523
20523
|
默认取值:当前有库存的硬盘类型。
|
@@ -20550,7 +20550,7 @@ class SystemDisk(AbstractModel):
|
|
20550
20550
|
<li>CLOUD_BASIC:普通云硬盘</li>
|
20551
20551
|
<li>CLOUD_SSD:SSD云硬盘</li>
|
20552
20552
|
<li>CLOUD_PREMIUM:高性能云硬盘</li>
|
20553
|
-
<li>CLOUD_BSSD
|
20553
|
+
<li>CLOUD_BSSD:通用型SSD云硬盘</li>
|
20554
20554
|
<li>CLOUD_HSSD:增强型SSD云硬盘</li>
|
20555
20555
|
<li>CLOUD_TSSD:极速型SSD云硬盘</li><br>
|
20556
20556
|
默认取值:当前有库存的硬盘类型。
|
@@ -284,6 +284,9 @@ OPERATIONDENIED_INSTANCESTATUSLIMITERROR = 'OperationDenied.InstanceStatusLimitE
|
|
284
284
|
# 账号余额不足。
|
285
285
|
OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceError'
|
286
286
|
|
287
|
+
# 响应大小超限制:{{1}}, 请减少查询数量。
|
288
|
+
OPERATIONDENIED_LENGTHOVERLIMIT = 'OperationDenied.LengthOverLimit'
|
289
|
+
|
287
290
|
# 您没有权限操作该资源(进行该操作)。
|
288
291
|
OPERATIONDENIED_OPERATIONDENIEDERROR = 'OperationDenied.OperationDeniedError'
|
289
292
|
|
@@ -2836,6 +2836,8 @@ class BizTaskInfo(AbstractModel):
|
|
2836
2836
|
|
2837
2837
|
注意:此字段可能返回 null,表示取不到有效值。
|
2838
2838
|
:type InstanceCLSDeliveryInfos: list of InstanceCLSDeliveryInfo
|
2839
|
+
:param _TaskProgressInfo: 任务进度信息
|
2840
|
+
:type TaskProgressInfo: :class:`tencentcloud.cynosdb.v20190107.models.TaskProgressInfo`
|
2839
2841
|
"""
|
2840
2842
|
self._ID = None
|
2841
2843
|
self._AppId = None
|
@@ -2873,6 +2875,7 @@ class BizTaskInfo(AbstractModel):
|
|
2873
2875
|
self._ModifyInstanceParamsData = None
|
2874
2876
|
self._TaskMaintainInfo = None
|
2875
2877
|
self._InstanceCLSDeliveryInfos = None
|
2878
|
+
self._TaskProgressInfo = None
|
2876
2879
|
|
2877
2880
|
@property
|
2878
2881
|
def ID(self):
|
@@ -3293,6 +3296,17 @@ class BizTaskInfo(AbstractModel):
|
|
3293
3296
|
def InstanceCLSDeliveryInfos(self, InstanceCLSDeliveryInfos):
|
3294
3297
|
self._InstanceCLSDeliveryInfos = InstanceCLSDeliveryInfos
|
3295
3298
|
|
3299
|
+
@property
|
3300
|
+
def TaskProgressInfo(self):
|
3301
|
+
"""任务进度信息
|
3302
|
+
:rtype: :class:`tencentcloud.cynosdb.v20190107.models.TaskProgressInfo`
|
3303
|
+
"""
|
3304
|
+
return self._TaskProgressInfo
|
3305
|
+
|
3306
|
+
@TaskProgressInfo.setter
|
3307
|
+
def TaskProgressInfo(self, TaskProgressInfo):
|
3308
|
+
self._TaskProgressInfo = TaskProgressInfo
|
3309
|
+
|
3296
3310
|
|
3297
3311
|
def _deserialize(self, params):
|
3298
3312
|
self._ID = params.get("ID")
|
@@ -3359,6 +3373,9 @@ class BizTaskInfo(AbstractModel):
|
|
3359
3373
|
obj = InstanceCLSDeliveryInfo()
|
3360
3374
|
obj._deserialize(item)
|
3361
3375
|
self._InstanceCLSDeliveryInfos.append(obj)
|
3376
|
+
if params.get("TaskProgressInfo") is not None:
|
3377
|
+
self._TaskProgressInfo = TaskProgressInfo()
|
3378
|
+
self._TaskProgressInfo._deserialize(params.get("TaskProgressInfo"))
|
3362
3379
|
memeber_set = set(params.keys())
|
3363
3380
|
for name, value in vars(self).items():
|
3364
3381
|
property_name = name[1:]
|
@@ -17280,6 +17297,8 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
|
|
17280
17297
|
:type OrderBy: str
|
17281
17298
|
:param _OrderByType: 排序类型,可选值:asc,desc
|
17282
17299
|
:type OrderByType: str
|
17300
|
+
:param _SqlText: sql语句
|
17301
|
+
:type SqlText: str
|
17283
17302
|
"""
|
17284
17303
|
self._InstanceId = None
|
17285
17304
|
self._StartTime = None
|
@@ -17291,6 +17310,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
|
|
17291
17310
|
self._Database = None
|
17292
17311
|
self._OrderBy = None
|
17293
17312
|
self._OrderByType = None
|
17313
|
+
self._SqlText = None
|
17294
17314
|
|
17295
17315
|
@property
|
17296
17316
|
def InstanceId(self):
|
@@ -17402,6 +17422,17 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
|
|
17402
17422
|
def OrderByType(self, OrderByType):
|
17403
17423
|
self._OrderByType = OrderByType
|
17404
17424
|
|
17425
|
+
@property
|
17426
|
+
def SqlText(self):
|
17427
|
+
"""sql语句
|
17428
|
+
:rtype: str
|
17429
|
+
"""
|
17430
|
+
return self._SqlText
|
17431
|
+
|
17432
|
+
@SqlText.setter
|
17433
|
+
def SqlText(self, SqlText):
|
17434
|
+
self._SqlText = SqlText
|
17435
|
+
|
17405
17436
|
|
17406
17437
|
def _deserialize(self, params):
|
17407
17438
|
self._InstanceId = params.get("InstanceId")
|
@@ -17414,6 +17445,7 @@ class DescribeInstanceSlowQueriesRequest(AbstractModel):
|
|
17414
17445
|
self._Database = params.get("Database")
|
17415
17446
|
self._OrderBy = params.get("OrderBy")
|
17416
17447
|
self._OrderByType = params.get("OrderByType")
|
17448
|
+
self._SqlText = params.get("SqlText")
|
17417
17449
|
memeber_set = set(params.keys())
|
17418
17450
|
for name, value in vars(self).items():
|
17419
17451
|
property_name = name[1:]
|
@@ -35005,6 +35037,8 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
35005
35037
|
:type RollbackTables: list of RollbackTable
|
35006
35038
|
:param _OriginalROInstanceList: 原ro实例信息
|
35007
35039
|
:type OriginalROInstanceList: list of str
|
35040
|
+
:param _ProjectId: 项目id
|
35041
|
+
:type ProjectId: int
|
35008
35042
|
"""
|
35009
35043
|
self._Zone = None
|
35010
35044
|
self._OriginalClusterId = None
|
@@ -35032,6 +35066,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
35032
35066
|
self._RollbackDatabases = None
|
35033
35067
|
self._RollbackTables = None
|
35034
35068
|
self._OriginalROInstanceList = None
|
35069
|
+
self._ProjectId = None
|
35035
35070
|
|
35036
35071
|
@property
|
35037
35072
|
def Zone(self):
|
@@ -35328,6 +35363,17 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
35328
35363
|
def OriginalROInstanceList(self, OriginalROInstanceList):
|
35329
35364
|
self._OriginalROInstanceList = OriginalROInstanceList
|
35330
35365
|
|
35366
|
+
@property
|
35367
|
+
def ProjectId(self):
|
35368
|
+
"""项目id
|
35369
|
+
:rtype: int
|
35370
|
+
"""
|
35371
|
+
return self._ProjectId
|
35372
|
+
|
35373
|
+
@ProjectId.setter
|
35374
|
+
def ProjectId(self, ProjectId):
|
35375
|
+
self._ProjectId = ProjectId
|
35376
|
+
|
35331
35377
|
|
35332
35378
|
def _deserialize(self, params):
|
35333
35379
|
self._Zone = params.get("Zone")
|
@@ -35381,6 +35427,7 @@ cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回
|
|
35381
35427
|
obj._deserialize(item)
|
35382
35428
|
self._RollbackTables.append(obj)
|
35383
35429
|
self._OriginalROInstanceList = params.get("OriginalROInstanceList")
|
35430
|
+
self._ProjectId = params.get("ProjectId")
|
35384
35431
|
memeber_set = set(params.keys())
|
35385
35432
|
for name, value in vars(self).items():
|
35386
35433
|
property_name = name[1:]
|
@@ -38139,6 +38186,72 @@ class TaskMaintainInfo(AbstractModel):
|
|
38139
38186
|
|
38140
38187
|
|
38141
38188
|
|
38189
|
+
class TaskProgressInfo(AbstractModel):
|
38190
|
+
"""任务进度查询
|
38191
|
+
|
38192
|
+
"""
|
38193
|
+
|
38194
|
+
def __init__(self):
|
38195
|
+
r"""
|
38196
|
+
:param _CurrentStep: 当前步骤
|
38197
|
+
:type CurrentStep: str
|
38198
|
+
:param _CurrentStepProgress: 当前进度
|
38199
|
+
:type CurrentStepProgress: int
|
38200
|
+
:param _CurrentStepRemainingTime: 预估时间
|
38201
|
+
:type CurrentStepRemainingTime: str
|
38202
|
+
"""
|
38203
|
+
self._CurrentStep = None
|
38204
|
+
self._CurrentStepProgress = None
|
38205
|
+
self._CurrentStepRemainingTime = None
|
38206
|
+
|
38207
|
+
@property
|
38208
|
+
def CurrentStep(self):
|
38209
|
+
"""当前步骤
|
38210
|
+
:rtype: str
|
38211
|
+
"""
|
38212
|
+
return self._CurrentStep
|
38213
|
+
|
38214
|
+
@CurrentStep.setter
|
38215
|
+
def CurrentStep(self, CurrentStep):
|
38216
|
+
self._CurrentStep = CurrentStep
|
38217
|
+
|
38218
|
+
@property
|
38219
|
+
def CurrentStepProgress(self):
|
38220
|
+
"""当前进度
|
38221
|
+
:rtype: int
|
38222
|
+
"""
|
38223
|
+
return self._CurrentStepProgress
|
38224
|
+
|
38225
|
+
@CurrentStepProgress.setter
|
38226
|
+
def CurrentStepProgress(self, CurrentStepProgress):
|
38227
|
+
self._CurrentStepProgress = CurrentStepProgress
|
38228
|
+
|
38229
|
+
@property
|
38230
|
+
def CurrentStepRemainingTime(self):
|
38231
|
+
"""预估时间
|
38232
|
+
:rtype: str
|
38233
|
+
"""
|
38234
|
+
return self._CurrentStepRemainingTime
|
38235
|
+
|
38236
|
+
@CurrentStepRemainingTime.setter
|
38237
|
+
def CurrentStepRemainingTime(self, CurrentStepRemainingTime):
|
38238
|
+
self._CurrentStepRemainingTime = CurrentStepRemainingTime
|
38239
|
+
|
38240
|
+
|
38241
|
+
def _deserialize(self, params):
|
38242
|
+
self._CurrentStep = params.get("CurrentStep")
|
38243
|
+
self._CurrentStepProgress = params.get("CurrentStepProgress")
|
38244
|
+
self._CurrentStepRemainingTime = params.get("CurrentStepRemainingTime")
|
38245
|
+
memeber_set = set(params.keys())
|
38246
|
+
for name, value in vars(self).items():
|
38247
|
+
property_name = name[1:]
|
38248
|
+
if property_name in memeber_set:
|
38249
|
+
memeber_set.remove(property_name)
|
38250
|
+
if len(memeber_set) > 0:
|
38251
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
38252
|
+
|
38253
|
+
|
38254
|
+
|
38142
38255
|
class TemplateParamInfo(AbstractModel):
|
38143
38256
|
"""参数模板详情
|
38144
38257
|
|