tencentcloud-sdk-python 3.0.1202__py2.py3-none-any.whl → 3.0.1233__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/aiart/v20221229/aiart_client.py +24 -0
- tencentcloud/aiart/v20221229/models.py +214 -15
- tencentcloud/ams/v20201229/models.py +24 -0
- tencentcloud/antiddos/v20200309/models.py +13 -1
- tencentcloud/apm/v20210622/errorcodes.py +3 -0
- tencentcloud/apm/v20210622/models.py +25 -0
- tencentcloud/asr/v20190614/asr_client.py +103 -1
- tencentcloud/asr/v20190614/errorcodes.py +3 -0
- tencentcloud/asr/v20190614/models.py +620 -0
- tencentcloud/autoscaling/v20180419/errorcodes.py +6 -0
- tencentcloud/autoscaling/v20180419/models.py +67 -20
- tencentcloud/batch/v20170312/models.py +2 -2
- tencentcloud/bi/v20220105/models.py +25 -0
- tencentcloud/billing/v20180709/models.py +155 -0
- tencentcloud/cam/v20190116/cam_client.py +46 -0
- tencentcloud/cam/v20190116/errorcodes.py +6 -0
- tencentcloud/cam/v20190116/models.py +301 -0
- tencentcloud/cbs/v20170312/models.py +1 -1
- tencentcloud/ccc/v20200210/models.py +42 -12
- tencentcloud/cdb/v20170320/cdb_client.py +46 -0
- tencentcloud/cdb/v20170320/models.py +359 -11
- tencentcloud/cdwch/v20200915/models.py +1 -1
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +618 -66
- tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
- tencentcloud/cdwdoris/v20211228/models.py +8041 -3844
- tencentcloud/cfg/v20210820/models.py +195 -1
- tencentcloud/cfs/v20190719/cfs_client.py +2 -2
- tencentcloud/cfs/v20190719/errorcodes.py +9 -0
- tencentcloud/cfs/v20190719/models.py +55 -5
- tencentcloud/cfw/v20190904/cfw_client.py +46 -25
- tencentcloud/cfw/v20190904/models.py +1056 -249
- tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
- tencentcloud/ckafka/v20190819/models.py +175 -2
- tencentcloud/clb/v20180317/models.py +147 -3
- tencentcloud/cls/v20201016/cls_client.py +92 -0
- tencentcloud/cls/v20201016/models.py +764 -16
- tencentcloud/controlcenter/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/__init__.py +0 -0
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
- tencentcloud/controlcenter/v20230110/models.py +140 -0
- tencentcloud/csip/v20221121/models.py +409 -0
- tencentcloud/cvm/v20170312/cvm_client.py +24 -1
- tencentcloud/cvm/v20170312/errorcodes.py +24 -0
- tencentcloud/cvm/v20170312/models.py +185 -10
- tencentcloud/cwp/v20180228/cwp_client.py +29 -2
- tencentcloud/cwp/v20180228/models.py +314 -13
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
- tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +862 -52
- tencentcloud/dasb/v20191018/dasb_client.py +23 -0
- tencentcloud/dasb/v20191018/errorcodes.py +3 -0
- tencentcloud/dasb/v20191018/models.py +277 -0
- tencentcloud/dbbrain/v20210527/models.py +212 -2
- tencentcloud/dc/v20180410/dc_client.py +7 -8
- tencentcloud/dc/v20180410/models.py +84 -25
- tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
- tencentcloud/dcdb/v20180411/models.py +636 -0
- tencentcloud/dlc/v20210125/dlc_client.py +47 -1
- tencentcloud/dlc/v20210125/errorcodes.py +3 -0
- tencentcloud/dlc/v20210125/models.py +661 -6
- tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
- tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
- tencentcloud/dnspod/v20210323/models.py +185 -0
- tencentcloud/dsgc/v20190723/models.py +193 -15
- tencentcloud/dts/v20211206/errorcodes.py +3 -0
- tencentcloud/ecc/v20181213/ecc_client.py +1 -2
- tencentcloud/emr/v20190103/emr_client.py +331 -4
- tencentcloud/emr/v20190103/errorcodes.py +12 -0
- tencentcloud/emr/v20190103/models.py +6832 -3365
- tencentcloud/es/v20180416/es_client.py +47 -0
- tencentcloud/es/v20180416/models.py +547 -1
- tencentcloud/ess/v20201111/errorcodes.py +6 -0
- tencentcloud/ess/v20201111/ess_client.py +142 -24
- tencentcloud/ess/v20201111/models.py +763 -103
- tencentcloud/essbasic/v20210526/essbasic_client.py +77 -3
- tencentcloud/essbasic/v20210526/models.py +413 -24
- tencentcloud/facefusion/v20181201/models.py +9 -3
- tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
- tencentcloud/facefusion/v20220927/models.py +41 -13
- tencentcloud/faceid/v20180301/faceid_client.py +1 -1
- tencentcloud/faceid/v20180301/models.py +66 -0
- tencentcloud/gme/v20180711/models.py +2 -2
- tencentcloud/goosefs/v20220519/models.py +61 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +39 -0
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +99 -1
- tencentcloud/hunyuan/v20230901/models.py +661 -13
- tencentcloud/ims/v20201229/ims_client.py +3 -3
- tencentcloud/ims/v20201229/models.py +1 -1
- tencentcloud/ioa/v20220601/models.py +6 -5
- tencentcloud/iotexplorer/v20190423/errorcodes.py +15 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +357 -2
- tencentcloud/irp/v20220805/models.py +13 -1
- tencentcloud/iss/v20230517/errorcodes.py +15 -0
- tencentcloud/iss/v20230517/iss_client.py +23 -0
- tencentcloud/iss/v20230517/models.py +233 -0
- tencentcloud/lcic/v20220817/lcic_client.py +23 -0
- tencentcloud/lcic/v20220817/models.py +285 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +6 -0
- tencentcloud/lighthouse/v20200324/models.py +28 -0
- tencentcloud/live/v20180801/models.py +2 -10
- tencentcloud/lke/v20231130/errorcodes.py +1 -1
- tencentcloud/lke/v20231130/lke_client.py +1 -1
- tencentcloud/lke/v20231130/models.py +366 -6
- tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
- tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
- tencentcloud/mariadb/v20170312/models.py +601 -1
- tencentcloud/mna/v20210119/errorcodes.py +6 -0
- tencentcloud/mna/v20210119/mna_client.py +23 -0
- tencentcloud/mna/v20210119/models.py +146 -0
- tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
- tencentcloud/mongodb/v20190725/models.py +72 -45
- tencentcloud/monitor/v20180724/models.py +18 -4
- tencentcloud/mps/v20190612/models.py +658 -21
- tencentcloud/oceanus/v20190422/models.py +25 -0
- tencentcloud/ocr/v20181119/errorcodes.py +6 -0
- tencentcloud/ocr/v20181119/models.py +345 -10
- tencentcloud/ocr/v20181119/ocr_client.py +54 -2
- tencentcloud/omics/v20221128/models.py +15 -3
- tencentcloud/organization/v20210331/errorcodes.py +246 -0
- tencentcloud/organization/v20210331/models.py +12635 -4016
- tencentcloud/organization/v20210331/organization_client.py +1342 -123
- tencentcloud/postgres/v20170312/errorcodes.py +15 -0
- tencentcloud/pts/v20210728/errorcodes.py +3 -0
- tencentcloud/pts/v20210728/models.py +1 -1
- tencentcloud/rce/v20201103/models.py +2905 -435
- tencentcloud/rce/v20201103/rce_client.py +207 -0
- tencentcloud/redis/v20180412/models.py +944 -67
- tencentcloud/redis/v20180412/redis_client.py +93 -1
- tencentcloud/region/v20220627/models.py +0 -1
- tencentcloud/rum/v20210622/models.py +12 -0
- tencentcloud/scf/v20180416/models.py +51 -15
- tencentcloud/ses/v20201002/models.py +177 -0
- tencentcloud/smh/v20210712/errorcodes.py +69 -0
- tencentcloud/smh/v20210712/models.py +1173 -36
- tencentcloud/smh/v20210712/smh_client.py +115 -0
- tencentcloud/sms/v20190711/errorcodes.py +6 -0
- tencentcloud/sms/v20190711/models.py +21 -22
- tencentcloud/sms/v20190711/sms_client.py +28 -60
- tencentcloud/sms/v20210111/errorcodes.py +6 -0
- tencentcloud/sms/v20210111/models.py +6 -6
- tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
- tencentcloud/sqlserver/v20180328/models.py +243 -1
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +46 -0
- tencentcloud/ssl/v20191205/errorcodes.py +6 -0
- tencentcloud/ssl/v20191205/models.py +245 -0
- tencentcloud/ssl/v20191205/ssl_client.py +24 -1
- tencentcloud/tag/v20180813/models.py +33 -33
- tencentcloud/tat/v20201028/errorcodes.py +9 -0
- tencentcloud/tat/v20201028/models.py +234 -1
- tencentcloud/tat/v20201028/tat_client.py +23 -0
- tencentcloud/tcb/v20180608/models.py +13 -0
- tencentcloud/tcbr/v20220217/models.py +15 -0
- tencentcloud/tcr/v20190924/errorcodes.py +3 -0
- tencentcloud/tcss/v20201101/models.py +140 -5
- tencentcloud/tdmq/v20200217/models.py +155 -0
- tencentcloud/tds/v20220801/models.py +117 -0
- tencentcloud/teo/v20220901/errorcodes.py +12 -0
- tencentcloud/teo/v20220901/models.py +35 -16
- tencentcloud/thpc/v20230321/models.py +1432 -82
- tencentcloud/thpc/v20230321/thpc_client.py +92 -0
- tencentcloud/tiia/v20190529/models.py +0 -469
- tencentcloud/tiia/v20190529/tiia_client.py +0 -29
- tencentcloud/tke/v20180525/errorcodes.py +3 -0
- tencentcloud/tke/v20180525/models.py +24 -0
- tencentcloud/tke/v20220501/models.py +852 -8
- tencentcloud/tke/v20220501/tke_client.py +138 -0
- tencentcloud/tms/v20201229/errorcodes.py +0 -6
- tencentcloud/tms/v20201229/models.py +0 -70
- tencentcloud/tms/v20201229/tms_client.py +0 -23
- tencentcloud/tmt/v20180321/errorcodes.py +3 -0
- tencentcloud/tmt/v20180321/models.py +32 -32
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +241 -7
- tencentcloud/trocket/v20230308/trocket_client.py +23 -0
- tencentcloud/trtc/v20190722/errorcodes.py +3 -0
- tencentcloud/trtc/v20190722/models.py +374 -55
- tencentcloud/trtc/v20190722/trtc_client.py +51 -39
- tencentcloud/tse/v20201207/models.py +127 -25
- tencentcloud/tsf/v20180326/models.py +51 -0
- tencentcloud/tsi/v20210325/models.py +24 -4
- tencentcloud/tsi/v20210325/tsi_client.py +12 -1
- tencentcloud/tts/v20190823/models.py +4 -3
- tencentcloud/vclm/v20240523/errorcodes.py +60 -0
- tencentcloud/vclm/v20240523/models.py +41 -4
- tencentcloud/vclm/v20240523/vclm_client.py +53 -1
- tencentcloud/vdb/v20230616/errorcodes.py +21 -0
- tencentcloud/vdb/v20230616/models.py +805 -0
- tencentcloud/vdb/v20230616/vdb_client.py +115 -0
- tencentcloud/vod/v20180717/errorcodes.py +18 -0
- tencentcloud/vod/v20180717/models.py +671 -12
- tencentcloud/vod/v20180717/vod_client.py +71 -2
- tencentcloud/vod/v20240718/__init__.py +0 -0
- tencentcloud/vod/v20240718/errorcodes.py +15 -0
- tencentcloud/vod/v20240718/models.py +189 -0
- tencentcloud/vod/v20240718/vod_client.py +49 -0
- tencentcloud/vpc/v20170312/models.py +538 -10
- tencentcloud/vpc/v20170312/vpc_client.py +4 -2
- tencentcloud/vrs/v20200824/models.py +166 -8
- tencentcloud/vrs/v20200824/vrs_client.py +2 -0
- tencentcloud/vtc/v20240223/models.py +30 -4
- tencentcloud/vtc/v20240223/vtc_client.py +53 -1
- tencentcloud/waf/v20180125/models.py +1 -1
- tencentcloud/wedata/v20210820/errorcodes.py +6 -0
- tencentcloud/wedata/v20210820/models.py +3941 -493
- tencentcloud/wedata/v20210820/wedata_client.py +184 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +214 -205
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1202.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,109 @@ import warnings
|
|
18
18
|
from tencentcloud.common.abstract_model import AbstractModel
|
19
19
|
|
20
20
|
|
21
|
+
class DataAuthorizationInfo(AbstractModel):
|
22
|
+
"""数据授权信息
|
23
|
+
|
24
|
+
"""
|
25
|
+
|
26
|
+
def __init__(self):
|
27
|
+
r"""
|
28
|
+
:param _DataProviderName: 数据委托方、需求方:客户主体名称。
|
29
|
+
:type DataProviderName: str
|
30
|
+
:param _DataRecipientName: 数据受托方、提供方:腾讯云主体名称。
|
31
|
+
|
32
|
+
固定填:腾讯云计算(北京)有限责任公司
|
33
|
+
:type DataRecipientName: str
|
34
|
+
:param _UserDataType: 客户请求所涉及的用户个人信息类型,支持多选。实际以接口请求传参为准。
|
35
|
+
1-手机号;
|
36
|
+
2-微信开放账号;
|
37
|
+
3-QQ开放账号;
|
38
|
+
4-IP地址;
|
39
|
+
:type UserDataType: list of int non-negative
|
40
|
+
:param _IsAuthorize: 客户是否已按合规指南要求获取用户授权,同意客户委托腾讯云处理入参信息,结合已合法收集的用户数据进行必要处理得出服务结果,并返回给客户。
|
41
|
+
|
42
|
+
1-已授权;其它值为未授权。
|
43
|
+
:type IsAuthorize: int
|
44
|
+
:param _AuthorizationTerm: 客户获得的用户授权期限时间戳(单位秒)。
|
45
|
+
|
46
|
+
不填或0默认无固定期限。
|
47
|
+
:type AuthorizationTerm: int
|
48
|
+
:param _PrivacyPolicyLink: 客户获得用户授权所依赖的协议地址。
|
49
|
+
:type PrivacyPolicyLink: str
|
50
|
+
"""
|
51
|
+
self._DataProviderName = None
|
52
|
+
self._DataRecipientName = None
|
53
|
+
self._UserDataType = None
|
54
|
+
self._IsAuthorize = None
|
55
|
+
self._AuthorizationTerm = None
|
56
|
+
self._PrivacyPolicyLink = None
|
57
|
+
|
58
|
+
@property
|
59
|
+
def DataProviderName(self):
|
60
|
+
return self._DataProviderName
|
61
|
+
|
62
|
+
@DataProviderName.setter
|
63
|
+
def DataProviderName(self, DataProviderName):
|
64
|
+
self._DataProviderName = DataProviderName
|
65
|
+
|
66
|
+
@property
|
67
|
+
def DataRecipientName(self):
|
68
|
+
return self._DataRecipientName
|
69
|
+
|
70
|
+
@DataRecipientName.setter
|
71
|
+
def DataRecipientName(self, DataRecipientName):
|
72
|
+
self._DataRecipientName = DataRecipientName
|
73
|
+
|
74
|
+
@property
|
75
|
+
def UserDataType(self):
|
76
|
+
return self._UserDataType
|
77
|
+
|
78
|
+
@UserDataType.setter
|
79
|
+
def UserDataType(self, UserDataType):
|
80
|
+
self._UserDataType = UserDataType
|
81
|
+
|
82
|
+
@property
|
83
|
+
def IsAuthorize(self):
|
84
|
+
return self._IsAuthorize
|
85
|
+
|
86
|
+
@IsAuthorize.setter
|
87
|
+
def IsAuthorize(self, IsAuthorize):
|
88
|
+
self._IsAuthorize = IsAuthorize
|
89
|
+
|
90
|
+
@property
|
91
|
+
def AuthorizationTerm(self):
|
92
|
+
return self._AuthorizationTerm
|
93
|
+
|
94
|
+
@AuthorizationTerm.setter
|
95
|
+
def AuthorizationTerm(self, AuthorizationTerm):
|
96
|
+
self._AuthorizationTerm = AuthorizationTerm
|
97
|
+
|
98
|
+
@property
|
99
|
+
def PrivacyPolicyLink(self):
|
100
|
+
return self._PrivacyPolicyLink
|
101
|
+
|
102
|
+
@PrivacyPolicyLink.setter
|
103
|
+
def PrivacyPolicyLink(self, PrivacyPolicyLink):
|
104
|
+
self._PrivacyPolicyLink = PrivacyPolicyLink
|
105
|
+
|
106
|
+
|
107
|
+
def _deserialize(self, params):
|
108
|
+
self._DataProviderName = params.get("DataProviderName")
|
109
|
+
self._DataRecipientName = params.get("DataRecipientName")
|
110
|
+
self._UserDataType = params.get("UserDataType")
|
111
|
+
self._IsAuthorize = params.get("IsAuthorize")
|
112
|
+
self._AuthorizationTerm = params.get("AuthorizationTerm")
|
113
|
+
self._PrivacyPolicyLink = params.get("PrivacyPolicyLink")
|
114
|
+
memeber_set = set(params.keys())
|
115
|
+
for name, value in vars(self).items():
|
116
|
+
property_name = name[1:]
|
117
|
+
if property_name in memeber_set:
|
118
|
+
memeber_set.remove(property_name)
|
119
|
+
if len(memeber_set) > 0:
|
120
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
121
|
+
|
122
|
+
|
123
|
+
|
21
124
|
class DescribeFraudBaseRequest(AbstractModel):
|
22
125
|
"""DescribeFraudBase请求参数结构体
|
23
126
|
|
@@ -455,6 +558,8 @@ class DescribeFraudUltimateRequest(AbstractModel):
|
|
455
558
|
:type ClientIP: str
|
456
559
|
:param _QQOpenId: QQ的OpenId
|
457
560
|
:type QQOpenId: str
|
561
|
+
:param _DataAuthorization: 数据授权信息
|
562
|
+
:type DataAuthorization: :class:`tencentcloud.tds.v20220801.models.DataAuthorizationInfo`
|
458
563
|
"""
|
459
564
|
self._DeviceToken = None
|
460
565
|
self._SceneCode = None
|
@@ -465,6 +570,7 @@ class DescribeFraudUltimateRequest(AbstractModel):
|
|
465
570
|
self._PhoneNumber = None
|
466
571
|
self._ClientIP = None
|
467
572
|
self._QQOpenId = None
|
573
|
+
self._DataAuthorization = None
|
468
574
|
|
469
575
|
@property
|
470
576
|
def DeviceToken(self):
|
@@ -538,6 +644,14 @@ class DescribeFraudUltimateRequest(AbstractModel):
|
|
538
644
|
def QQOpenId(self, QQOpenId):
|
539
645
|
self._QQOpenId = QQOpenId
|
540
646
|
|
647
|
+
@property
|
648
|
+
def DataAuthorization(self):
|
649
|
+
return self._DataAuthorization
|
650
|
+
|
651
|
+
@DataAuthorization.setter
|
652
|
+
def DataAuthorization(self, DataAuthorization):
|
653
|
+
self._DataAuthorization = DataAuthorization
|
654
|
+
|
541
655
|
|
542
656
|
def _deserialize(self, params):
|
543
657
|
self._DeviceToken = params.get("DeviceToken")
|
@@ -549,6 +663,9 @@ class DescribeFraudUltimateRequest(AbstractModel):
|
|
549
663
|
self._PhoneNumber = params.get("PhoneNumber")
|
550
664
|
self._ClientIP = params.get("ClientIP")
|
551
665
|
self._QQOpenId = params.get("QQOpenId")
|
666
|
+
if params.get("DataAuthorization") is not None:
|
667
|
+
self._DataAuthorization = DataAuthorizationInfo()
|
668
|
+
self._DataAuthorization._deserialize(params.get("DataAuthorization"))
|
552
669
|
memeber_set = set(params.keys())
|
553
670
|
for name, value in vars(self).items():
|
554
671
|
property_name = name[1:]
|
@@ -98,6 +98,9 @@ INTERNALERROR_DBERROR = 'InternalError.DBError'
|
|
98
98
|
# 获取配置失败。
|
99
99
|
INTERNALERROR_DOMAINCONFIG = 'InternalError.DomainConfig'
|
100
100
|
|
101
|
+
# 调用 DNSPod 失败,请稍后重试,若无法解决,请联系智能客服或提交工单。
|
102
|
+
INTERNALERROR_FAILEDTOCALLDNSPOD = 'InternalError.FailedToCallDNSPod'
|
103
|
+
|
101
104
|
# 上传链接生成失败。
|
102
105
|
INTERNALERROR_FAILEDTOGENERATEURL = 'InternalError.FailedToGenerateUrl'
|
103
106
|
|
@@ -836,9 +839,15 @@ OPERATIONDENIED_ACCELERATEMAINLANDMULTIPLYLAYERCONFLICT = 'OperationDenied.Accel
|
|
836
839
|
# 引用源站组的7层域名服务正在部署中,请稍后再编辑。
|
837
840
|
OPERATIONDENIED_ACCELERATIONDOMAINSTATUSNOTINONLINE = 'OperationDenied.AccelerationDomainStatusNotInOnline'
|
838
841
|
|
842
|
+
# 合规封禁中。
|
843
|
+
OPERATIONDENIED_COMPLIANCEFORBIDDEN = 'OperationDenied.ComplianceForbidden'
|
844
|
+
|
839
845
|
# 配置已被锁定,请解除配置锁定之后在重试。
|
840
846
|
OPERATIONDENIED_CONFIGLOCKED = 'OperationDenied.ConfigLocked'
|
841
847
|
|
848
|
+
# TEO_QCSLinkedRoleInDnspodAccessEO 角色未进行授权,请授权后重试。
|
849
|
+
OPERATIONDENIED_DNSPODUNAUTHORIZEDROLEOPERATION = 'OperationDenied.DNSPodUnauthorizedRoleOperation'
|
850
|
+
|
842
851
|
# 删除站点时预检查未通过。
|
843
852
|
OPERATIONDENIED_DELETEZONEPRECHECKFAILED = 'OperationDenied.DeleteZonePreCheckFailed'
|
844
853
|
|
@@ -1070,6 +1079,9 @@ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
|
|
1070
1079
|
# 资源不存在。
|
1071
1080
|
RESOURCENOTFOUND = 'ResourceNotFound'
|
1072
1081
|
|
1082
|
+
# DNSPod 未正常接入该域名,请在 DNSPod 接入后重试。
|
1083
|
+
RESOURCENOTFOUND_DNSPODDOMAINNOTINACCOUNT = 'ResourceNotFound.DNSPodDomainNotInAccount'
|
1084
|
+
|
1073
1085
|
# 最大上传大小额度未配置
|
1074
1086
|
RESOURCENOTFOUND_POSTMAXSIZEQUOTANOTFOUND = 'ResourceNotFound.PostMaxSizeQuotaNotFound'
|
1075
1087
|
|
@@ -6355,8 +6355,9 @@ class CreateZoneRequest(AbstractModel):
|
|
6355
6355
|
r"""
|
6356
6356
|
:param _Type: 站点接入类型。该参数取值如下,不填写时默认为 partial:
|
6357
6357
|
<li>partial:CNAME 接入;</li>
|
6358
|
-
<li>
|
6359
|
-
<li>noDomainAccess
|
6358
|
+
<li>full:NS 接入;</li>
|
6359
|
+
<li>noDomainAccess:无域名接入;</li>
|
6360
|
+
<li>dnsPodAccess:DNSPod 托管接入,该接入模式要求您的域名已托管在 DNSPod 内。</li>
|
6360
6361
|
:type Type: str
|
6361
6362
|
:param _ZoneName: 站点名称。CNAME/NS 接入的时,请传入二级域名(example.com)作为站点名称;无域名接入时,该值请保留为空。
|
6362
6363
|
:type ZoneName: str
|
@@ -8506,9 +8507,6 @@ class DescribeAccelerationDomainsRequest(AbstractModel):
|
|
8506
8507
|
<li>backup-origin: 按照备用源站地址进行过滤;</li>
|
8507
8508
|
<li>domain-cname:按照 CNAME 进行过滤;</li>
|
8508
8509
|
<li>share-cname:按照共享 CNAME 进行过滤;</li>
|
8509
|
-
<li>vodeo-sub-app-id:按照【 vodeo 子应用 ID】进行过滤;</li>
|
8510
|
-
<li>vodeo-distribution-range:按照【 vodeo 分发范围】进行过滤;</li>
|
8511
|
-
<li>vodeo-bucket-id:按照【vodeo 存储桶 ID】进行过滤;</li>
|
8512
8510
|
:type Filters: list of AdvancedFilter
|
8513
8511
|
:param _Order: 可根据该字段对返回结果进行排序,取值有:
|
8514
8512
|
<li>created_on:加速域名创建时间;</li>
|
@@ -11577,8 +11575,7 @@ class DescribePrefetchTasksRequest(AbstractModel):
|
|
11577
11575
|
|
11578
11576
|
def __init__(self):
|
11579
11577
|
r"""
|
11580
|
-
:param _ZoneId: 站点ID
|
11581
|
-
必填参数。
|
11578
|
+
:param _ZoneId: 站点ID。该参数必填。
|
11582
11579
|
:type ZoneId: str
|
11583
11580
|
:param _StartTime: 查询起始时间,时间与 job-id 必填一个。
|
11584
11581
|
:type StartTime: str
|
@@ -11588,7 +11585,7 @@ class DescribePrefetchTasksRequest(AbstractModel):
|
|
11588
11585
|
:type Offset: int
|
11589
11586
|
:param _Limit: 分页查询限制数目,默认值:20,上限:1000。
|
11590
11587
|
:type Limit: int
|
11591
|
-
:param _Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id
|
11588
|
+
:param _Filters: 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
|
11592
11589
|
:type Filters: list of AdvancedFilter
|
11593
11590
|
"""
|
11594
11591
|
self._ZoneId = None
|
@@ -12482,8 +12479,8 @@ class DescribeTimingL4DataRequest(AbstractModel):
|
|
12482
12479
|
<li>day: 1天 。</li>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:1小时范围内以min粒度查询,2天范围内以5min粒度查询,7天范围内以hour粒度查询,超过7天以day粒度查询。
|
12483
12480
|
:type Interval: str
|
12484
12481
|
:param _Filters: 过滤条件,详细的过滤条件Key值如下:
|
12485
|
-
<li>ruleId
|
12486
|
-
<li>proxyId
|
12482
|
+
<li>ruleId:按照转发规则 ID 进行过滤。</li>
|
12483
|
+
<li>proxyId:按照四层代理实例 ID 进行过滤。</li>
|
12487
12484
|
:type Filters: list of QueryCondition
|
12488
12485
|
:param _Area: 数据归属地区,取值有:
|
12489
12486
|
<li>overseas:全球(除中国大陆地区)数据;</li>
|
@@ -19794,8 +19791,9 @@ class ModifyZoneRequest(AbstractModel):
|
|
19794
19791
|
:param _ZoneId: 站点 ID。
|
19795
19792
|
:type ZoneId: str
|
19796
19793
|
:param _Type: 站点接入方式,取值有:
|
19797
|
-
<li>
|
19798
|
-
<li>
|
19794
|
+
<li>full:NS 接入;</li>
|
19795
|
+
<li>partial:CNAME 接入,如果站点当前是无域名接入,仅支持切换到 CNAME 接入;</li>
|
19796
|
+
<li>dnsPodAccess:DNSPod 托管接入,该接入模式要求您的域名已托管在 DNSPod 内。</li>不填写保持原有配置。
|
19799
19797
|
:type Type: str
|
19800
19798
|
:param _VanityNameServers: 自定义站点信息,以替代系统默认分配的名称服务器。不填写保持原有配置。当站点是无域名接入方式时不允许传此参数。
|
19801
19799
|
:type VanityNameServers: :class:`tencentcloud.teo.v20220901.models.VanityNameServers`
|
@@ -20634,7 +20632,6 @@ class OriginDetail(AbstractModel):
|
|
20634
20632
|
<li>COS:腾讯云 COS 对象存储源站;</li>
|
20635
20633
|
<li>AWS_S3:AWS S3 对象存储源站;</li>
|
20636
20634
|
<li>ORIGIN_GROUP:源站组类型源站;</li>
|
20637
|
-
<li>VODEO:云点播-混合云版;</li>
|
20638
20635
|
<li>VOD:云点播;</li>
|
20639
20636
|
<li>SPACE:源站卸载,当前仅白名单开放;</li>
|
20640
20637
|
<li>LB:负载均衡,当前仅白名单开放。</li>
|
@@ -20645,7 +20642,6 @@ class OriginDetail(AbstractModel):
|
|
20645
20642
|
<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>
|
20646
20643
|
<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>
|
20647
20644
|
<li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>
|
20648
|
-
<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>
|
20649
20645
|
:type Origin: str
|
20650
20646
|
:param _BackupOrigin: 备用源站组 ID,该参数仅在 OriginType = ORIGIN_GROUP 且配置了备源站组时会生效。
|
20651
20647
|
:type BackupOrigin: str
|
@@ -20737,26 +20733,38 @@ class OriginDetail(AbstractModel):
|
|
20737
20733
|
|
20738
20734
|
@property
|
20739
20735
|
def VodeoSubAppId(self):
|
20736
|
+
warnings.warn("parameter `VodeoSubAppId` is deprecated", DeprecationWarning)
|
20737
|
+
|
20740
20738
|
return self._VodeoSubAppId
|
20741
20739
|
|
20742
20740
|
@VodeoSubAppId.setter
|
20743
20741
|
def VodeoSubAppId(self, VodeoSubAppId):
|
20742
|
+
warnings.warn("parameter `VodeoSubAppId` is deprecated", DeprecationWarning)
|
20743
|
+
|
20744
20744
|
self._VodeoSubAppId = VodeoSubAppId
|
20745
20745
|
|
20746
20746
|
@property
|
20747
20747
|
def VodeoDistributionRange(self):
|
20748
|
+
warnings.warn("parameter `VodeoDistributionRange` is deprecated", DeprecationWarning)
|
20749
|
+
|
20748
20750
|
return self._VodeoDistributionRange
|
20749
20751
|
|
20750
20752
|
@VodeoDistributionRange.setter
|
20751
20753
|
def VodeoDistributionRange(self, VodeoDistributionRange):
|
20754
|
+
warnings.warn("parameter `VodeoDistributionRange` is deprecated", DeprecationWarning)
|
20755
|
+
|
20752
20756
|
self._VodeoDistributionRange = VodeoDistributionRange
|
20753
20757
|
|
20754
20758
|
@property
|
20755
20759
|
def VodeoBucketId(self):
|
20760
|
+
warnings.warn("parameter `VodeoBucketId` is deprecated", DeprecationWarning)
|
20761
|
+
|
20756
20762
|
return self._VodeoBucketId
|
20757
20763
|
|
20758
20764
|
@VodeoBucketId.setter
|
20759
20765
|
def VodeoBucketId(self, VodeoBucketId):
|
20766
|
+
warnings.warn("parameter `VodeoBucketId` is deprecated", DeprecationWarning)
|
20767
|
+
|
20760
20768
|
self._VodeoBucketId = VodeoBucketId
|
20761
20769
|
|
20762
20770
|
|
@@ -21071,26 +21079,38 @@ class OriginInfo(AbstractModel):
|
|
21071
21079
|
|
21072
21080
|
@property
|
21073
21081
|
def VodeoSubAppId(self):
|
21082
|
+
warnings.warn("parameter `VodeoSubAppId` is deprecated", DeprecationWarning)
|
21083
|
+
|
21074
21084
|
return self._VodeoSubAppId
|
21075
21085
|
|
21076
21086
|
@VodeoSubAppId.setter
|
21077
21087
|
def VodeoSubAppId(self, VodeoSubAppId):
|
21088
|
+
warnings.warn("parameter `VodeoSubAppId` is deprecated", DeprecationWarning)
|
21089
|
+
|
21078
21090
|
self._VodeoSubAppId = VodeoSubAppId
|
21079
21091
|
|
21080
21092
|
@property
|
21081
21093
|
def VodeoDistributionRange(self):
|
21094
|
+
warnings.warn("parameter `VodeoDistributionRange` is deprecated", DeprecationWarning)
|
21095
|
+
|
21082
21096
|
return self._VodeoDistributionRange
|
21083
21097
|
|
21084
21098
|
@VodeoDistributionRange.setter
|
21085
21099
|
def VodeoDistributionRange(self, VodeoDistributionRange):
|
21100
|
+
warnings.warn("parameter `VodeoDistributionRange` is deprecated", DeprecationWarning)
|
21101
|
+
|
21086
21102
|
self._VodeoDistributionRange = VodeoDistributionRange
|
21087
21103
|
|
21088
21104
|
@property
|
21089
21105
|
def VodeoBucketId(self):
|
21106
|
+
warnings.warn("parameter `VodeoBucketId` is deprecated", DeprecationWarning)
|
21107
|
+
|
21090
21108
|
return self._VodeoBucketId
|
21091
21109
|
|
21092
21110
|
@VodeoBucketId.setter
|
21093
21111
|
def VodeoBucketId(self, VodeoBucketId):
|
21112
|
+
warnings.warn("parameter `VodeoBucketId` is deprecated", DeprecationWarning)
|
21113
|
+
|
21094
21114
|
self._VodeoBucketId = VodeoBucketId
|
21095
21115
|
|
21096
21116
|
|
@@ -25540,7 +25560,7 @@ class TimingDataItem(AbstractModel):
|
|
25540
25560
|
|
25541
25561
|
def __init__(self):
|
25542
25562
|
r"""
|
25543
|
-
:param _Timestamp: 返回数据对应时间点,采用unix秒级时间戳。
|
25563
|
+
:param _Timestamp: 返回数据对应时间点,采用 unix 秒级时间戳。
|
25544
25564
|
:type Timestamp: int
|
25545
25565
|
:param _Value: 具体数值。
|
25546
25566
|
:type Value: int
|
@@ -26483,7 +26503,6 @@ class Zone(AbstractModel):
|
|
26483
26503
|
<li> full:NS 接入;</li>
|
26484
26504
|
<li> partial:CNAME 接入;</li>
|
26485
26505
|
<li> noDomainAccess:无域名接入;</li>
|
26486
|
-
<li> vodeo:开启 VODEO 后默认接入。</li>
|
26487
26506
|
:type Type: str
|
26488
26507
|
:param _Paused: 站点是否关闭。
|
26489
26508
|
:type Paused: bool
|