tencentcloud-sdk-python 3.0.1436__py2.py3-none-any.whl → 3.0.1438__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +15 -0
- tencentcloud/cdn/v20180606/models.py +8 -0
- tencentcloud/cfw/v20190904/cfw_client.py +0 -75
- tencentcloud/cfw/v20190904/models.py +107 -702
- tencentcloud/ciam/v20220331/errorcodes.py +1 -1
- tencentcloud/cls/v20201016/models.py +24 -16
- tencentcloud/cwp/v20180228/cwp_client.py +2 -2
- tencentcloud/cwp/v20180228/models.py +8 -8
- tencentcloud/dlc/v20210125/models.py +366 -15
- tencentcloud/ess/v20201111/ess_client.py +3 -6
- tencentcloud/ess/v20201111/models.py +8 -4
- tencentcloud/essbasic/v20210526/essbasic_client.py +0 -1
- tencentcloud/essbasic/v20210526/models.py +4 -0
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/models.py +204 -4
- tencentcloud/lke/v20231130/models.py +86 -0
- tencentcloud/mongodb/v20190725/errorcodes.py +3 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/ocr/v20181119/models.py +88 -2
- tencentcloud/partners/v20180321/partners_client.py +2 -1
- tencentcloud/postgres/v20170312/models.py +28 -24
- tencentcloud/postgres/v20170312/postgres_client.py +2 -2
- tencentcloud/sqlserver/v20180328/models.py +8 -8
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +3 -3
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/tcbr/v20220217/models.py +266 -4
- tencentcloud/tcr/v20190924/models.py +2 -2
- tencentcloud/teo/v20220901/models.py +34 -104
- tencentcloud/teo/v20220901/teo_client.py +15 -4
- tencentcloud/tsf/v20180326/models.py +1211 -0
- tencentcloud/tsf/v20180326/tsf_client.py +69 -0
- tencentcloud/wedata/v20210820/models.py +270 -4
- tencentcloud/wsa/v20250508/models.py +22 -4
- {tencentcloud_sdk_python-3.0.1436.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1436.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/RECORD +39 -39
- {tencentcloud_sdk_python-3.0.1436.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1436.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1436.dist-info → tencentcloud_sdk_python-3.0.1438.dist-info}/top_level.txt +0 -0
|
@@ -131,7 +131,7 @@ INTERNALERROR_JUDGEUSEREXISTEXCEPTION = 'InternalError.JudgeUserExistException'
|
|
|
131
131
|
# 未知错误。
|
|
132
132
|
INTERNALERROR_UNKNOWNERROR = 'InternalError.UnknownError'
|
|
133
133
|
|
|
134
|
-
#
|
|
134
|
+
# 创建用户目录时创建密钥失败。
|
|
135
135
|
INTERNALERROR_USERSTORECREATESECRETFAIL = 'InternalError.UserStoreCreateSecretFail'
|
|
136
136
|
|
|
137
137
|
# 删除用户目录时删除用户失败。
|
|
@@ -11357,14 +11357,14 @@ class DeleteDashboardSubscribeRequest(AbstractModel):
|
|
|
11357
11357
|
|
|
11358
11358
|
def __init__(self):
|
|
11359
11359
|
r"""
|
|
11360
|
-
:param _Id: 仪表盘订阅记录id。
|
|
11360
|
+
:param _Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11361
11361
|
:type Id: int
|
|
11362
11362
|
"""
|
|
11363
11363
|
self._Id = None
|
|
11364
11364
|
|
|
11365
11365
|
@property
|
|
11366
11366
|
def Id(self):
|
|
11367
|
-
"""仪表盘订阅记录id。
|
|
11367
|
+
"""仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
11368
11368
|
:rtype: int
|
|
11369
11369
|
"""
|
|
11370
11370
|
return self._Id
|
|
@@ -13905,7 +13905,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13905
13905
|
|
|
13906
13906
|
def __init__(self):
|
|
13907
13907
|
r"""
|
|
13908
|
-
:param _Filters:
|
|
13908
|
+
:param _Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13909
|
+
|
|
13910
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13911
|
+
|
|
13912
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13909
13913
|
:type Filters: list of Filter
|
|
13910
13914
|
:param _Offset: 分页的偏移量,默认值为0。
|
|
13911
13915
|
:type Offset: int
|
|
@@ -13918,7 +13922,11 @@ class DescribeDashboardSubscribesRequest(AbstractModel):
|
|
|
13918
13922
|
|
|
13919
13923
|
@property
|
|
13920
13924
|
def Filters(self):
|
|
13921
|
-
"""
|
|
13925
|
+
"""dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
|
13926
|
+
|
|
13927
|
+
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
13928
|
+
|
|
13929
|
+
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13922
13930
|
:rtype: list of Filter
|
|
13923
13931
|
"""
|
|
13924
13932
|
return self._Filters
|
|
@@ -23234,11 +23242,11 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23234
23242
|
|
|
23235
23243
|
def __init__(self):
|
|
23236
23244
|
r"""
|
|
23237
|
-
:param _Id: 仪表盘订阅id。
|
|
23245
|
+
:param _Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23238
23246
|
:type Id: int
|
|
23239
|
-
:param _DashboardId: 仪表盘id。
|
|
23247
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23240
23248
|
:type DashboardId: str
|
|
23241
|
-
:param _Name:
|
|
23249
|
+
:param _Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23242
23250
|
:type Name: str
|
|
23243
23251
|
:param _Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
|
23244
23252
|
:type Cron: str
|
|
@@ -23253,7 +23261,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23253
23261
|
|
|
23254
23262
|
@property
|
|
23255
23263
|
def Id(self):
|
|
23256
|
-
"""仪表盘订阅id。
|
|
23264
|
+
"""仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
23257
23265
|
:rtype: int
|
|
23258
23266
|
"""
|
|
23259
23267
|
return self._Id
|
|
@@ -23264,7 +23272,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23264
23272
|
|
|
23265
23273
|
@property
|
|
23266
23274
|
def DashboardId(self):
|
|
23267
|
-
"""仪表盘id。
|
|
23275
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
23268
23276
|
:rtype: str
|
|
23269
23277
|
"""
|
|
23270
23278
|
return self._DashboardId
|
|
@@ -23275,7 +23283,7 @@ class ModifyDashboardSubscribeRequest(AbstractModel):
|
|
|
23275
23283
|
|
|
23276
23284
|
@property
|
|
23277
23285
|
def Name(self):
|
|
23278
|
-
"""
|
|
23286
|
+
"""仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
|
23279
23287
|
:rtype: str
|
|
23280
23288
|
"""
|
|
23281
23289
|
return self._Name
|
|
@@ -28236,13 +28244,13 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28236
28244
|
|
|
28237
28245
|
def __init__(self):
|
|
28238
28246
|
r"""
|
|
28239
|
-
:param _DashboardId: 仪表盘id。
|
|
28247
|
+
:param _DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28240
28248
|
:type DashboardId: str
|
|
28241
28249
|
:param _SubscribeData: 仪表盘订阅数据。
|
|
28242
28250
|
:type SubscribeData: :class:`tencentcloud.cls.v20201016.models.DashboardSubscribeData`
|
|
28243
|
-
:param _Id: 仪表盘订阅Id。
|
|
28251
|
+
:param _Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28244
28252
|
:type Id: int
|
|
28245
|
-
:param _Name:
|
|
28253
|
+
:param _Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28246
28254
|
:type Name: str
|
|
28247
28255
|
"""
|
|
28248
28256
|
self._DashboardId = None
|
|
@@ -28252,7 +28260,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28252
28260
|
|
|
28253
28261
|
@property
|
|
28254
28262
|
def DashboardId(self):
|
|
28255
|
-
"""仪表盘id。
|
|
28263
|
+
"""仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
|
28256
28264
|
:rtype: str
|
|
28257
28265
|
"""
|
|
28258
28266
|
return self._DashboardId
|
|
@@ -28274,7 +28282,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28274
28282
|
|
|
28275
28283
|
@property
|
|
28276
28284
|
def Id(self):
|
|
28277
|
-
"""仪表盘订阅Id。
|
|
28285
|
+
"""仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
|
28278
28286
|
:rtype: int
|
|
28279
28287
|
"""
|
|
28280
28288
|
return self._Id
|
|
@@ -28285,7 +28293,7 @@ class SearchDashboardSubscribeRequest(AbstractModel):
|
|
|
28285
28293
|
|
|
28286
28294
|
@property
|
|
28287
28295
|
def Name(self):
|
|
28288
|
-
"""
|
|
28296
|
+
"""仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
|
28289
28297
|
:rtype: str
|
|
28290
28298
|
"""
|
|
28291
28299
|
return self._Name
|
|
@@ -1619,7 +1619,7 @@ class CwpClient(AbstractClient):
|
|
|
1619
1619
|
|
|
1620
1620
|
|
|
1621
1621
|
def DescribeAccountStatistics(self, request):
|
|
1622
|
-
"""本接口 (DescribeAccountStatistics)
|
|
1622
|
+
"""本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。
|
|
1623
1623
|
|
|
1624
1624
|
:param request: Request instance for DescribeAccountStatistics.
|
|
1625
1625
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAccountStatisticsRequest`
|
|
@@ -4333,7 +4333,7 @@ class CwpClient(AbstractClient):
|
|
|
4333
4333
|
|
|
4334
4334
|
|
|
4335
4335
|
def DescribeHistoryAccounts(self, request):
|
|
4336
|
-
"""本接口 (DescribeHistoryAccounts)
|
|
4336
|
+
"""本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。
|
|
4337
4337
|
|
|
4338
4338
|
:param request: Request instance for DescribeHistoryAccounts.
|
|
4339
4339
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeHistoryAccountsRequest`
|
|
@@ -22227,9 +22227,9 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22227
22227
|
|
|
22228
22228
|
def __init__(self):
|
|
22229
22229
|
r"""
|
|
22230
|
-
:param _TotalCount:
|
|
22230
|
+
:param _TotalCount: 账号统计列表记录总数。
|
|
22231
22231
|
:type TotalCount: int
|
|
22232
|
-
:param _AccountStatistics:
|
|
22232
|
+
:param _AccountStatistics: 账号统计列表。
|
|
22233
22233
|
:type AccountStatistics: list of AccountStatistics
|
|
22234
22234
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
22235
22235
|
:type RequestId: str
|
|
@@ -22240,7 +22240,7 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22240
22240
|
|
|
22241
22241
|
@property
|
|
22242
22242
|
def TotalCount(self):
|
|
22243
|
-
"""
|
|
22243
|
+
"""账号统计列表记录总数。
|
|
22244
22244
|
:rtype: int
|
|
22245
22245
|
"""
|
|
22246
22246
|
return self._TotalCount
|
|
@@ -22251,7 +22251,7 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22251
22251
|
|
|
22252
22252
|
@property
|
|
22253
22253
|
def AccountStatistics(self):
|
|
22254
|
-
"""
|
|
22254
|
+
"""账号统计列表。
|
|
22255
22255
|
:rtype: list of AccountStatistics
|
|
22256
22256
|
"""
|
|
22257
22257
|
return self._AccountStatistics
|
|
@@ -39086,9 +39086,9 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39086
39086
|
|
|
39087
39087
|
def __init__(self):
|
|
39088
39088
|
r"""
|
|
39089
|
-
:param _TotalCount:
|
|
39089
|
+
:param _TotalCount: 账号变更历史列表记录总数。
|
|
39090
39090
|
:type TotalCount: int
|
|
39091
|
-
:param _HistoryAccounts:
|
|
39091
|
+
:param _HistoryAccounts: 账号变更历史数据数组。
|
|
39092
39092
|
:type HistoryAccounts: list of HistoryAccount
|
|
39093
39093
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39094
39094
|
:type RequestId: str
|
|
@@ -39099,7 +39099,7 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39099
39099
|
|
|
39100
39100
|
@property
|
|
39101
39101
|
def TotalCount(self):
|
|
39102
|
-
"""
|
|
39102
|
+
"""账号变更历史列表记录总数。
|
|
39103
39103
|
:rtype: int
|
|
39104
39104
|
"""
|
|
39105
39105
|
return self._TotalCount
|
|
@@ -39110,7 +39110,7 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39110
39110
|
|
|
39111
39111
|
@property
|
|
39112
39112
|
def HistoryAccounts(self):
|
|
39113
|
-
"""
|
|
39113
|
+
"""账号变更历史数据数组。
|
|
39114
39114
|
:rtype: list of HistoryAccount
|
|
39115
39115
|
"""
|
|
39116
39116
|
return self._HistoryAccounts
|