tencentcloud-sdk-python 3.0.976__py2.py3-none-any.whl → 3.0.978__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/antiddos/v20200309/antiddos_client.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +1 -1
- tencentcloud/autoscaling/v20180419/models.py +14 -0
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cdc/v20201214/models.py +194 -0
- tencentcloud/cdn/v20180606/errorcodes.py +6 -0
- tencentcloud/cdwch/v20200915/cdwch_client.py +23 -0
- tencentcloud/cdwch/v20200915/models.py +75 -0
- tencentcloud/cfw/v20190904/cfw_client.py +644 -0
- tencentcloud/cfw/v20190904/models.py +11557 -5960
- tencentcloud/clb/v20180317/models.py +1 -1
- tencentcloud/csip/v20221121/models.py +13 -0
- tencentcloud/dnspod/v20210323/models.py +1 -1
- tencentcloud/domain/v20180808/errorcodes.py +1 -1
- tencentcloud/eb/v20210416/eb_client.py +92 -0
- tencentcloud/eb/v20210416/models.py +407 -0
- tencentcloud/ess/v20201111/ess_client.py +68 -26
- tencentcloud/ess/v20201111/models.py +453 -222
- tencentcloud/essbasic/v20210526/models.py +129 -4
- tencentcloud/facefusion/v20181201/facefusion_client.py +3 -1
- tencentcloud/iai/v20180301/iai_client.py +0 -1
- tencentcloud/iai/v20180301/models.py +1 -5
- tencentcloud/iai/v20200303/models.py +2 -6
- tencentcloud/lcic/v20220817/models.py +12 -0
- tencentcloud/mrs/v20200910/models.py +8965 -4033
- tencentcloud/mrs/v20200910/mrs_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +24 -0
- tencentcloud/ses/v20201002/models.py +180 -0
- tencentcloud/ses/v20201002/ses_client.py +23 -0
- tencentcloud/sqlserver/v20180328/models.py +315 -0
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +46 -0
- tencentcloud/ssa/v20180608/models.py +249 -0
- tencentcloud/ssa/v20180608/ssa_client.py +23 -0
- tencentcloud/ssl/v20191205/models.py +75 -0
- tencentcloud/tcr/v20190924/models.py +17 -3
- tencentcloud/tcr/v20190924/tcr_client.py +1 -1
- tencentcloud/teo/v20220901/errorcodes.py +9 -0
- tencentcloud/trocket/v20230308/errorcodes.py +24 -0
- tencentcloud/trocket/v20230308/models.py +2627 -360
- tencentcloud/trocket/v20230308/trocket_client.py +301 -0
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/tsf/v20180326/models.py +88 -28
- tencentcloud/vod/v20180717/errorcodes.py +15 -0
- tencentcloud/vod/v20180717/models.py +330 -0
- tencentcloud/vod/v20180717/vod_client.py +69 -0
- tencentcloud/vpc/v20170312/models.py +48 -0
- tencentcloud/waf/v20180125/models.py +122 -181
- tencentcloud/waf/v20180125/waf_client.py +23 -46
- {tencentcloud_sdk_python-3.0.976.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.976.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/RECORD +54 -54
- {tencentcloud_sdk_python-3.0.976.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.976.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.976.dist-info → tencentcloud_sdk_python-3.0.978.dist-info}/top_level.txt +0 -0
|
@@ -3201,7 +3201,7 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
3201
3201
|
:type ZoneId: str
|
|
3202
3202
|
:param _InternetAccessible: 仅对内网属性的性能容量型实例和公网属性的所有实例生效。
|
|
3203
3203
|
:type InternetAccessible: :class:`tencentcloud.clb.v20180317.models.InternetAccessible`
|
|
3204
|
-
:param _VipIsp:
|
|
3204
|
+
:param _VipIsp: 仅适用于公网负载均衡。目前仅广州、上海、南京、济南、杭州、福州、北京、石家庄、武汉、长沙、成都、重庆地域支持静态单线 IP 线路类型,如需体验,请联系商务经理申请。申请通过后,即可选择中国移动(CMCC)、中国联通(CUCC)或中国电信(CTCC)的运营商类型,网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。 如果不指定本参数,则默认使用BGP。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域所支持的Isp。
|
|
3205
3205
|
:type VipIsp: str
|
|
3206
3206
|
:param _Tags: 购买负载均衡的同时,给负载均衡打上标签,最大支持20个标签键值对。
|
|
3207
3207
|
:type Tags: list of TagInfo
|
|
@@ -6084,6 +6084,9 @@ class DomainAssetVO(AbstractModel):
|
|
|
6084
6084
|
:param _VerifyStatus: 待确认资产的认证状态,0-待认证,1-认证成功,2-认证中,3-txt认证失败,4-人工认证失败
|
|
6085
6085
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6086
6086
|
:type VerifyStatus: int
|
|
6087
|
+
:param _BotAccessCount: bot访问数据
|
|
6088
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6089
|
+
:type BotAccessCount: int
|
|
6087
6090
|
"""
|
|
6088
6091
|
self._AssetId = None
|
|
6089
6092
|
self._AssetName = None
|
|
@@ -6123,6 +6126,7 @@ class DomainAssetVO(AbstractModel):
|
|
|
6123
6126
|
self._VerifyDomain = None
|
|
6124
6127
|
self._VerifyTXTRecord = None
|
|
6125
6128
|
self._VerifyStatus = None
|
|
6129
|
+
self._BotAccessCount = None
|
|
6126
6130
|
|
|
6127
6131
|
@property
|
|
6128
6132
|
def AssetId(self):
|
|
@@ -6428,6 +6432,14 @@ class DomainAssetVO(AbstractModel):
|
|
|
6428
6432
|
def VerifyStatus(self, VerifyStatus):
|
|
6429
6433
|
self._VerifyStatus = VerifyStatus
|
|
6430
6434
|
|
|
6435
|
+
@property
|
|
6436
|
+
def BotAccessCount(self):
|
|
6437
|
+
return self._BotAccessCount
|
|
6438
|
+
|
|
6439
|
+
@BotAccessCount.setter
|
|
6440
|
+
def BotAccessCount(self, BotAccessCount):
|
|
6441
|
+
self._BotAccessCount = BotAccessCount
|
|
6442
|
+
|
|
6431
6443
|
|
|
6432
6444
|
def _deserialize(self, params):
|
|
6433
6445
|
self._AssetId = params.get("AssetId")
|
|
@@ -6473,6 +6485,7 @@ class DomainAssetVO(AbstractModel):
|
|
|
6473
6485
|
self._VerifyDomain = params.get("VerifyDomain")
|
|
6474
6486
|
self._VerifyTXTRecord = params.get("VerifyTXTRecord")
|
|
6475
6487
|
self._VerifyStatus = params.get("VerifyStatus")
|
|
6488
|
+
self._BotAccessCount = params.get("BotAccessCount")
|
|
6476
6489
|
memeber_set = set(params.keys())
|
|
6477
6490
|
for name, value in vars(self).items():
|
|
6478
6491
|
property_name = name[1:]
|
|
@@ -6739,7 +6739,7 @@ class DescribeUserDetailResponse(AbstractModel):
|
|
|
6739
6739
|
|
|
6740
6740
|
def __init__(self):
|
|
6741
6741
|
r"""
|
|
6742
|
-
:param _UserInfo:
|
|
6742
|
+
:param _UserInfo: 账户信息
|
|
6743
6743
|
:type UserInfo: :class:`tencentcloud.dnspod.v20210323.models.UserInfo`
|
|
6744
6744
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6745
6745
|
:type RequestId: str
|
|
@@ -23,7 +23,7 @@ FAILEDOPERATION_CHECKDOMAINFAILED = 'FailedOperation.CheckDomainFailed'
|
|
|
23
23
|
# 创建模板操作失败。
|
|
24
24
|
FAILEDOPERATION_CREATETEMPLATEFAILED = 'FailedOperation.CreateTemplateFailed'
|
|
25
25
|
|
|
26
|
-
#
|
|
26
|
+
# 删除模板操作失败,请稍后重试。
|
|
27
27
|
FAILEDOPERATION_DELETETEMPLATEFAILED = 'FailedOperation.DeleteTemplateFailed'
|
|
28
28
|
|
|
29
29
|
# 获取域名信息操作失败,请稍后重试。
|
|
@@ -348,6 +348,29 @@ class EbClient(AbstractClient):
|
|
|
348
348
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
349
349
|
|
|
350
350
|
|
|
351
|
+
def GetPlatformEventTemplate(self, request):
|
|
352
|
+
"""获取平台产品事件模板
|
|
353
|
+
|
|
354
|
+
:param request: Request instance for GetPlatformEventTemplate.
|
|
355
|
+
:type request: :class:`tencentcloud.eb.v20210416.models.GetPlatformEventTemplateRequest`
|
|
356
|
+
:rtype: :class:`tencentcloud.eb.v20210416.models.GetPlatformEventTemplateResponse`
|
|
357
|
+
|
|
358
|
+
"""
|
|
359
|
+
try:
|
|
360
|
+
params = request._serialize()
|
|
361
|
+
headers = request.headers
|
|
362
|
+
body = self.call("GetPlatformEventTemplate", params, headers=headers)
|
|
363
|
+
response = json.loads(body)
|
|
364
|
+
model = models.GetPlatformEventTemplateResponse()
|
|
365
|
+
model._deserialize(response["Response"])
|
|
366
|
+
return model
|
|
367
|
+
except Exception as e:
|
|
368
|
+
if isinstance(e, TencentCloudSDKException):
|
|
369
|
+
raise
|
|
370
|
+
else:
|
|
371
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
372
|
+
|
|
373
|
+
|
|
351
374
|
def GetRule(self, request):
|
|
352
375
|
"""获取事件规则详情
|
|
353
376
|
|
|
@@ -440,6 +463,75 @@ class EbClient(AbstractClient):
|
|
|
440
463
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
441
464
|
|
|
442
465
|
|
|
466
|
+
def ListPlatformEventNames(self, request):
|
|
467
|
+
"""获取平台产品事件名称
|
|
468
|
+
|
|
469
|
+
:param request: Request instance for ListPlatformEventNames.
|
|
470
|
+
:type request: :class:`tencentcloud.eb.v20210416.models.ListPlatformEventNamesRequest`
|
|
471
|
+
:rtype: :class:`tencentcloud.eb.v20210416.models.ListPlatformEventNamesResponse`
|
|
472
|
+
|
|
473
|
+
"""
|
|
474
|
+
try:
|
|
475
|
+
params = request._serialize()
|
|
476
|
+
headers = request.headers
|
|
477
|
+
body = self.call("ListPlatformEventNames", params, headers=headers)
|
|
478
|
+
response = json.loads(body)
|
|
479
|
+
model = models.ListPlatformEventNamesResponse()
|
|
480
|
+
model._deserialize(response["Response"])
|
|
481
|
+
return model
|
|
482
|
+
except Exception as e:
|
|
483
|
+
if isinstance(e, TencentCloudSDKException):
|
|
484
|
+
raise
|
|
485
|
+
else:
|
|
486
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
def ListPlatformEventPatterns(self, request):
|
|
490
|
+
"""获取平台产品事件匹配规则
|
|
491
|
+
|
|
492
|
+
:param request: Request instance for ListPlatformEventPatterns.
|
|
493
|
+
:type request: :class:`tencentcloud.eb.v20210416.models.ListPlatformEventPatternsRequest`
|
|
494
|
+
:rtype: :class:`tencentcloud.eb.v20210416.models.ListPlatformEventPatternsResponse`
|
|
495
|
+
|
|
496
|
+
"""
|
|
497
|
+
try:
|
|
498
|
+
params = request._serialize()
|
|
499
|
+
headers = request.headers
|
|
500
|
+
body = self.call("ListPlatformEventPatterns", params, headers=headers)
|
|
501
|
+
response = json.loads(body)
|
|
502
|
+
model = models.ListPlatformEventPatternsResponse()
|
|
503
|
+
model._deserialize(response["Response"])
|
|
504
|
+
return model
|
|
505
|
+
except Exception as e:
|
|
506
|
+
if isinstance(e, TencentCloudSDKException):
|
|
507
|
+
raise
|
|
508
|
+
else:
|
|
509
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
def ListPlatformProducts(self, request):
|
|
513
|
+
"""获取平台产品列表
|
|
514
|
+
|
|
515
|
+
:param request: Request instance for ListPlatformProducts.
|
|
516
|
+
:type request: :class:`tencentcloud.eb.v20210416.models.ListPlatformProductsRequest`
|
|
517
|
+
:rtype: :class:`tencentcloud.eb.v20210416.models.ListPlatformProductsResponse`
|
|
518
|
+
|
|
519
|
+
"""
|
|
520
|
+
try:
|
|
521
|
+
params = request._serialize()
|
|
522
|
+
headers = request.headers
|
|
523
|
+
body = self.call("ListPlatformProducts", params, headers=headers)
|
|
524
|
+
response = json.loads(body)
|
|
525
|
+
model = models.ListPlatformProductsResponse()
|
|
526
|
+
model._deserialize(response["Response"])
|
|
527
|
+
return model
|
|
528
|
+
except Exception as e:
|
|
529
|
+
if isinstance(e, TencentCloudSDKException):
|
|
530
|
+
raise
|
|
531
|
+
else:
|
|
532
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
533
|
+
|
|
534
|
+
|
|
443
535
|
def ListRules(self, request):
|
|
444
536
|
"""获取事件规则列表
|
|
445
537
|
|
|
@@ -2427,6 +2427,76 @@ class GetEventBusResponse(AbstractModel):
|
|
|
2427
2427
|
self._RequestId = params.get("RequestId")
|
|
2428
2428
|
|
|
2429
2429
|
|
|
2430
|
+
class GetPlatformEventTemplateRequest(AbstractModel):
|
|
2431
|
+
"""GetPlatformEventTemplate请求参数结构体
|
|
2432
|
+
|
|
2433
|
+
"""
|
|
2434
|
+
|
|
2435
|
+
def __init__(self):
|
|
2436
|
+
r"""
|
|
2437
|
+
:param _EventType: 平台产品事件类型
|
|
2438
|
+
:type EventType: str
|
|
2439
|
+
"""
|
|
2440
|
+
self._EventType = None
|
|
2441
|
+
|
|
2442
|
+
@property
|
|
2443
|
+
def EventType(self):
|
|
2444
|
+
return self._EventType
|
|
2445
|
+
|
|
2446
|
+
@EventType.setter
|
|
2447
|
+
def EventType(self, EventType):
|
|
2448
|
+
self._EventType = EventType
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
def _deserialize(self, params):
|
|
2452
|
+
self._EventType = params.get("EventType")
|
|
2453
|
+
memeber_set = set(params.keys())
|
|
2454
|
+
for name, value in vars(self).items():
|
|
2455
|
+
property_name = name[1:]
|
|
2456
|
+
if property_name in memeber_set:
|
|
2457
|
+
memeber_set.remove(property_name)
|
|
2458
|
+
if len(memeber_set) > 0:
|
|
2459
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
class GetPlatformEventTemplateResponse(AbstractModel):
|
|
2464
|
+
"""GetPlatformEventTemplate返回参数结构体
|
|
2465
|
+
|
|
2466
|
+
"""
|
|
2467
|
+
|
|
2468
|
+
def __init__(self):
|
|
2469
|
+
r"""
|
|
2470
|
+
:param _EventTemplate: 平台产品事件模板
|
|
2471
|
+
:type EventTemplate: str
|
|
2472
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2473
|
+
:type RequestId: str
|
|
2474
|
+
"""
|
|
2475
|
+
self._EventTemplate = None
|
|
2476
|
+
self._RequestId = None
|
|
2477
|
+
|
|
2478
|
+
@property
|
|
2479
|
+
def EventTemplate(self):
|
|
2480
|
+
return self._EventTemplate
|
|
2481
|
+
|
|
2482
|
+
@EventTemplate.setter
|
|
2483
|
+
def EventTemplate(self, EventTemplate):
|
|
2484
|
+
self._EventTemplate = EventTemplate
|
|
2485
|
+
|
|
2486
|
+
@property
|
|
2487
|
+
def RequestId(self):
|
|
2488
|
+
return self._RequestId
|
|
2489
|
+
|
|
2490
|
+
@RequestId.setter
|
|
2491
|
+
def RequestId(self, RequestId):
|
|
2492
|
+
self._RequestId = RequestId
|
|
2493
|
+
|
|
2494
|
+
|
|
2495
|
+
def _deserialize(self, params):
|
|
2496
|
+
self._EventTemplate = params.get("EventTemplate")
|
|
2497
|
+
self._RequestId = params.get("RequestId")
|
|
2498
|
+
|
|
2499
|
+
|
|
2430
2500
|
class GetRuleRequest(AbstractModel):
|
|
2431
2501
|
"""GetRule请求参数结构体
|
|
2432
2502
|
|
|
@@ -2979,6 +3049,204 @@ class ListEventBusesResponse(AbstractModel):
|
|
|
2979
3049
|
self._RequestId = params.get("RequestId")
|
|
2980
3050
|
|
|
2981
3051
|
|
|
3052
|
+
class ListPlatformEventNamesRequest(AbstractModel):
|
|
3053
|
+
"""ListPlatformEventNames请求参数结构体
|
|
3054
|
+
|
|
3055
|
+
"""
|
|
3056
|
+
|
|
3057
|
+
def __init__(self):
|
|
3058
|
+
r"""
|
|
3059
|
+
:param _ProductType: 平台产品类型
|
|
3060
|
+
:type ProductType: str
|
|
3061
|
+
"""
|
|
3062
|
+
self._ProductType = None
|
|
3063
|
+
|
|
3064
|
+
@property
|
|
3065
|
+
def ProductType(self):
|
|
3066
|
+
return self._ProductType
|
|
3067
|
+
|
|
3068
|
+
@ProductType.setter
|
|
3069
|
+
def ProductType(self, ProductType):
|
|
3070
|
+
self._ProductType = ProductType
|
|
3071
|
+
|
|
3072
|
+
|
|
3073
|
+
def _deserialize(self, params):
|
|
3074
|
+
self._ProductType = params.get("ProductType")
|
|
3075
|
+
memeber_set = set(params.keys())
|
|
3076
|
+
for name, value in vars(self).items():
|
|
3077
|
+
property_name = name[1:]
|
|
3078
|
+
if property_name in memeber_set:
|
|
3079
|
+
memeber_set.remove(property_name)
|
|
3080
|
+
if len(memeber_set) > 0:
|
|
3081
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3082
|
+
|
|
3083
|
+
|
|
3084
|
+
|
|
3085
|
+
class ListPlatformEventNamesResponse(AbstractModel):
|
|
3086
|
+
"""ListPlatformEventNames返回参数结构体
|
|
3087
|
+
|
|
3088
|
+
"""
|
|
3089
|
+
|
|
3090
|
+
def __init__(self):
|
|
3091
|
+
r"""
|
|
3092
|
+
:param _EventNames: 平台产品列表
|
|
3093
|
+
:type EventNames: list of PlatformEventDetail
|
|
3094
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3095
|
+
:type RequestId: str
|
|
3096
|
+
"""
|
|
3097
|
+
self._EventNames = None
|
|
3098
|
+
self._RequestId = None
|
|
3099
|
+
|
|
3100
|
+
@property
|
|
3101
|
+
def EventNames(self):
|
|
3102
|
+
return self._EventNames
|
|
3103
|
+
|
|
3104
|
+
@EventNames.setter
|
|
3105
|
+
def EventNames(self, EventNames):
|
|
3106
|
+
self._EventNames = EventNames
|
|
3107
|
+
|
|
3108
|
+
@property
|
|
3109
|
+
def RequestId(self):
|
|
3110
|
+
return self._RequestId
|
|
3111
|
+
|
|
3112
|
+
@RequestId.setter
|
|
3113
|
+
def RequestId(self, RequestId):
|
|
3114
|
+
self._RequestId = RequestId
|
|
3115
|
+
|
|
3116
|
+
|
|
3117
|
+
def _deserialize(self, params):
|
|
3118
|
+
if params.get("EventNames") is not None:
|
|
3119
|
+
self._EventNames = []
|
|
3120
|
+
for item in params.get("EventNames"):
|
|
3121
|
+
obj = PlatformEventDetail()
|
|
3122
|
+
obj._deserialize(item)
|
|
3123
|
+
self._EventNames.append(obj)
|
|
3124
|
+
self._RequestId = params.get("RequestId")
|
|
3125
|
+
|
|
3126
|
+
|
|
3127
|
+
class ListPlatformEventPatternsRequest(AbstractModel):
|
|
3128
|
+
"""ListPlatformEventPatterns请求参数结构体
|
|
3129
|
+
|
|
3130
|
+
"""
|
|
3131
|
+
|
|
3132
|
+
def __init__(self):
|
|
3133
|
+
r"""
|
|
3134
|
+
:param _ProductType: 平台产品类型
|
|
3135
|
+
:type ProductType: str
|
|
3136
|
+
"""
|
|
3137
|
+
self._ProductType = None
|
|
3138
|
+
|
|
3139
|
+
@property
|
|
3140
|
+
def ProductType(self):
|
|
3141
|
+
return self._ProductType
|
|
3142
|
+
|
|
3143
|
+
@ProductType.setter
|
|
3144
|
+
def ProductType(self, ProductType):
|
|
3145
|
+
self._ProductType = ProductType
|
|
3146
|
+
|
|
3147
|
+
|
|
3148
|
+
def _deserialize(self, params):
|
|
3149
|
+
self._ProductType = params.get("ProductType")
|
|
3150
|
+
memeber_set = set(params.keys())
|
|
3151
|
+
for name, value in vars(self).items():
|
|
3152
|
+
property_name = name[1:]
|
|
3153
|
+
if property_name in memeber_set:
|
|
3154
|
+
memeber_set.remove(property_name)
|
|
3155
|
+
if len(memeber_set) > 0:
|
|
3156
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3157
|
+
|
|
3158
|
+
|
|
3159
|
+
|
|
3160
|
+
class ListPlatformEventPatternsResponse(AbstractModel):
|
|
3161
|
+
"""ListPlatformEventPatterns返回参数结构体
|
|
3162
|
+
|
|
3163
|
+
"""
|
|
3164
|
+
|
|
3165
|
+
def __init__(self):
|
|
3166
|
+
r"""
|
|
3167
|
+
:param _EventPatterns: 平台产品事件匹配规则
|
|
3168
|
+
:type EventPatterns: list of PlatformEventSummary
|
|
3169
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3170
|
+
:type RequestId: str
|
|
3171
|
+
"""
|
|
3172
|
+
self._EventPatterns = None
|
|
3173
|
+
self._RequestId = None
|
|
3174
|
+
|
|
3175
|
+
@property
|
|
3176
|
+
def EventPatterns(self):
|
|
3177
|
+
return self._EventPatterns
|
|
3178
|
+
|
|
3179
|
+
@EventPatterns.setter
|
|
3180
|
+
def EventPatterns(self, EventPatterns):
|
|
3181
|
+
self._EventPatterns = EventPatterns
|
|
3182
|
+
|
|
3183
|
+
@property
|
|
3184
|
+
def RequestId(self):
|
|
3185
|
+
return self._RequestId
|
|
3186
|
+
|
|
3187
|
+
@RequestId.setter
|
|
3188
|
+
def RequestId(self, RequestId):
|
|
3189
|
+
self._RequestId = RequestId
|
|
3190
|
+
|
|
3191
|
+
|
|
3192
|
+
def _deserialize(self, params):
|
|
3193
|
+
if params.get("EventPatterns") is not None:
|
|
3194
|
+
self._EventPatterns = []
|
|
3195
|
+
for item in params.get("EventPatterns"):
|
|
3196
|
+
obj = PlatformEventSummary()
|
|
3197
|
+
obj._deserialize(item)
|
|
3198
|
+
self._EventPatterns.append(obj)
|
|
3199
|
+
self._RequestId = params.get("RequestId")
|
|
3200
|
+
|
|
3201
|
+
|
|
3202
|
+
class ListPlatformProductsRequest(AbstractModel):
|
|
3203
|
+
"""ListPlatformProducts请求参数结构体
|
|
3204
|
+
|
|
3205
|
+
"""
|
|
3206
|
+
|
|
3207
|
+
|
|
3208
|
+
class ListPlatformProductsResponse(AbstractModel):
|
|
3209
|
+
"""ListPlatformProducts返回参数结构体
|
|
3210
|
+
|
|
3211
|
+
"""
|
|
3212
|
+
|
|
3213
|
+
def __init__(self):
|
|
3214
|
+
r"""
|
|
3215
|
+
:param _PlatformProducts: 平台产品列表
|
|
3216
|
+
:type PlatformProducts: list of PlatformProduct
|
|
3217
|
+
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3218
|
+
:type RequestId: str
|
|
3219
|
+
"""
|
|
3220
|
+
self._PlatformProducts = None
|
|
3221
|
+
self._RequestId = None
|
|
3222
|
+
|
|
3223
|
+
@property
|
|
3224
|
+
def PlatformProducts(self):
|
|
3225
|
+
return self._PlatformProducts
|
|
3226
|
+
|
|
3227
|
+
@PlatformProducts.setter
|
|
3228
|
+
def PlatformProducts(self, PlatformProducts):
|
|
3229
|
+
self._PlatformProducts = PlatformProducts
|
|
3230
|
+
|
|
3231
|
+
@property
|
|
3232
|
+
def RequestId(self):
|
|
3233
|
+
return self._RequestId
|
|
3234
|
+
|
|
3235
|
+
@RequestId.setter
|
|
3236
|
+
def RequestId(self, RequestId):
|
|
3237
|
+
self._RequestId = RequestId
|
|
3238
|
+
|
|
3239
|
+
|
|
3240
|
+
def _deserialize(self, params):
|
|
3241
|
+
if params.get("PlatformProducts") is not None:
|
|
3242
|
+
self._PlatformProducts = []
|
|
3243
|
+
for item in params.get("PlatformProducts"):
|
|
3244
|
+
obj = PlatformProduct()
|
|
3245
|
+
obj._deserialize(item)
|
|
3246
|
+
self._PlatformProducts.append(obj)
|
|
3247
|
+
self._RequestId = params.get("RequestId")
|
|
3248
|
+
|
|
3249
|
+
|
|
2982
3250
|
class ListRulesRequest(AbstractModel):
|
|
2983
3251
|
"""ListRules请求参数结构体
|
|
2984
3252
|
|
|
@@ -3463,6 +3731,145 @@ class OutputStructParam(AbstractModel):
|
|
|
3463
3731
|
|
|
3464
3732
|
|
|
3465
3733
|
|
|
3734
|
+
class PlatformEventDetail(AbstractModel):
|
|
3735
|
+
"""平台事件名称
|
|
3736
|
+
|
|
3737
|
+
"""
|
|
3738
|
+
|
|
3739
|
+
def __init__(self):
|
|
3740
|
+
r"""
|
|
3741
|
+
:param _EventName: 事件名称
|
|
3742
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3743
|
+
:type EventName: str
|
|
3744
|
+
:param _EventType: 事件类型
|
|
3745
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3746
|
+
:type EventType: str
|
|
3747
|
+
"""
|
|
3748
|
+
self._EventName = None
|
|
3749
|
+
self._EventType = None
|
|
3750
|
+
|
|
3751
|
+
@property
|
|
3752
|
+
def EventName(self):
|
|
3753
|
+
return self._EventName
|
|
3754
|
+
|
|
3755
|
+
@EventName.setter
|
|
3756
|
+
def EventName(self, EventName):
|
|
3757
|
+
self._EventName = EventName
|
|
3758
|
+
|
|
3759
|
+
@property
|
|
3760
|
+
def EventType(self):
|
|
3761
|
+
return self._EventType
|
|
3762
|
+
|
|
3763
|
+
@EventType.setter
|
|
3764
|
+
def EventType(self, EventType):
|
|
3765
|
+
self._EventType = EventType
|
|
3766
|
+
|
|
3767
|
+
|
|
3768
|
+
def _deserialize(self, params):
|
|
3769
|
+
self._EventName = params.get("EventName")
|
|
3770
|
+
self._EventType = params.get("EventType")
|
|
3771
|
+
memeber_set = set(params.keys())
|
|
3772
|
+
for name, value in vars(self).items():
|
|
3773
|
+
property_name = name[1:]
|
|
3774
|
+
if property_name in memeber_set:
|
|
3775
|
+
memeber_set.remove(property_name)
|
|
3776
|
+
if len(memeber_set) > 0:
|
|
3777
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3778
|
+
|
|
3779
|
+
|
|
3780
|
+
|
|
3781
|
+
class PlatformEventSummary(AbstractModel):
|
|
3782
|
+
"""平台事件匹配规则
|
|
3783
|
+
|
|
3784
|
+
"""
|
|
3785
|
+
|
|
3786
|
+
def __init__(self):
|
|
3787
|
+
r"""
|
|
3788
|
+
:param _EventName: 平台事件名称
|
|
3789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3790
|
+
:type EventName: str
|
|
3791
|
+
:param _EventPattern: 平台事件匹配规则
|
|
3792
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3793
|
+
:type EventPattern: str
|
|
3794
|
+
"""
|
|
3795
|
+
self._EventName = None
|
|
3796
|
+
self._EventPattern = None
|
|
3797
|
+
|
|
3798
|
+
@property
|
|
3799
|
+
def EventName(self):
|
|
3800
|
+
return self._EventName
|
|
3801
|
+
|
|
3802
|
+
@EventName.setter
|
|
3803
|
+
def EventName(self, EventName):
|
|
3804
|
+
self._EventName = EventName
|
|
3805
|
+
|
|
3806
|
+
@property
|
|
3807
|
+
def EventPattern(self):
|
|
3808
|
+
return self._EventPattern
|
|
3809
|
+
|
|
3810
|
+
@EventPattern.setter
|
|
3811
|
+
def EventPattern(self, EventPattern):
|
|
3812
|
+
self._EventPattern = EventPattern
|
|
3813
|
+
|
|
3814
|
+
|
|
3815
|
+
def _deserialize(self, params):
|
|
3816
|
+
self._EventName = params.get("EventName")
|
|
3817
|
+
self._EventPattern = params.get("EventPattern")
|
|
3818
|
+
memeber_set = set(params.keys())
|
|
3819
|
+
for name, value in vars(self).items():
|
|
3820
|
+
property_name = name[1:]
|
|
3821
|
+
if property_name in memeber_set:
|
|
3822
|
+
memeber_set.remove(property_name)
|
|
3823
|
+
if len(memeber_set) > 0:
|
|
3824
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3825
|
+
|
|
3826
|
+
|
|
3827
|
+
|
|
3828
|
+
class PlatformProduct(AbstractModel):
|
|
3829
|
+
"""平台产品基础信息
|
|
3830
|
+
|
|
3831
|
+
"""
|
|
3832
|
+
|
|
3833
|
+
def __init__(self):
|
|
3834
|
+
r"""
|
|
3835
|
+
:param _ProductName: 平台产品名称
|
|
3836
|
+
:type ProductName: str
|
|
3837
|
+
:param _ProductType: 平台产品类型
|
|
3838
|
+
:type ProductType: str
|
|
3839
|
+
"""
|
|
3840
|
+
self._ProductName = None
|
|
3841
|
+
self._ProductType = None
|
|
3842
|
+
|
|
3843
|
+
@property
|
|
3844
|
+
def ProductName(self):
|
|
3845
|
+
return self._ProductName
|
|
3846
|
+
|
|
3847
|
+
@ProductName.setter
|
|
3848
|
+
def ProductName(self, ProductName):
|
|
3849
|
+
self._ProductName = ProductName
|
|
3850
|
+
|
|
3851
|
+
@property
|
|
3852
|
+
def ProductType(self):
|
|
3853
|
+
return self._ProductType
|
|
3854
|
+
|
|
3855
|
+
@ProductType.setter
|
|
3856
|
+
def ProductType(self, ProductType):
|
|
3857
|
+
self._ProductType = ProductType
|
|
3858
|
+
|
|
3859
|
+
|
|
3860
|
+
def _deserialize(self, params):
|
|
3861
|
+
self._ProductName = params.get("ProductName")
|
|
3862
|
+
self._ProductType = params.get("ProductType")
|
|
3863
|
+
memeber_set = set(params.keys())
|
|
3864
|
+
for name, value in vars(self).items():
|
|
3865
|
+
property_name = name[1:]
|
|
3866
|
+
if property_name in memeber_set:
|
|
3867
|
+
memeber_set.remove(property_name)
|
|
3868
|
+
if len(memeber_set) > 0:
|
|
3869
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
3870
|
+
|
|
3871
|
+
|
|
3872
|
+
|
|
3466
3873
|
class PublishEventRequest(AbstractModel):
|
|
3467
3874
|
"""PublishEvent请求参数结构体
|
|
3468
3875
|
|