tencentcloud-sdk-python 3.0.1207__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.
Files changed (196) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +24 -0
  3. tencentcloud/aiart/v20221229/models.py +201 -2
  4. tencentcloud/ams/v20201229/models.py +24 -0
  5. tencentcloud/antiddos/v20200309/models.py +13 -1
  6. tencentcloud/apm/v20210622/errorcodes.py +3 -0
  7. tencentcloud/apm/v20210622/models.py +25 -0
  8. tencentcloud/asr/v20190614/asr_client.py +103 -1
  9. tencentcloud/asr/v20190614/errorcodes.py +3 -0
  10. tencentcloud/asr/v20190614/models.py +620 -0
  11. tencentcloud/batch/v20170312/models.py +2 -2
  12. tencentcloud/bi/v20220105/models.py +25 -0
  13. tencentcloud/billing/v20180709/models.py +155 -0
  14. tencentcloud/cam/v20190116/cam_client.py +46 -0
  15. tencentcloud/cam/v20190116/errorcodes.py +6 -0
  16. tencentcloud/cam/v20190116/models.py +301 -0
  17. tencentcloud/ccc/v20200210/models.py +42 -12
  18. tencentcloud/cdb/v20170320/cdb_client.py +46 -0
  19. tencentcloud/cdb/v20170320/models.py +296 -4
  20. tencentcloud/cdwch/v20200915/models.py +1 -1
  21. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +211 -165
  22. tencentcloud/cdwdoris/v20211228/errorcodes.py +0 -3
  23. tencentcloud/cdwdoris/v20211228/models.py +2316 -2164
  24. tencentcloud/cfg/v20210820/models.py +195 -1
  25. tencentcloud/cfw/v20190904/cfw_client.py +46 -25
  26. tencentcloud/cfw/v20190904/models.py +1056 -249
  27. tencentcloud/ckafka/v20190819/ckafka_client.py +24 -1
  28. tencentcloud/ckafka/v20190819/models.py +175 -2
  29. tencentcloud/clb/v20180317/models.py +147 -3
  30. tencentcloud/cls/v20201016/cls_client.py +92 -0
  31. tencentcloud/cls/v20201016/models.py +764 -16
  32. tencentcloud/controlcenter/__init__.py +0 -0
  33. tencentcloud/controlcenter/v20230110/__init__.py +0 -0
  34. tencentcloud/controlcenter/v20230110/controlcenter_client.py +49 -0
  35. tencentcloud/controlcenter/v20230110/errorcodes.py +45 -0
  36. tencentcloud/controlcenter/v20230110/models.py +140 -0
  37. tencentcloud/csip/v20221121/models.py +385 -0
  38. tencentcloud/cvm/v20170312/cvm_client.py +23 -0
  39. tencentcloud/cvm/v20170312/errorcodes.py +24 -0
  40. tencentcloud/cvm/v20170312/models.py +178 -6
  41. tencentcloud/cwp/v20180228/cwp_client.py +29 -2
  42. tencentcloud/cwp/v20180228/models.py +314 -13
  43. tencentcloud/cynosdb/v20190107/cynosdb_client.py +115 -0
  44. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  45. tencentcloud/cynosdb/v20190107/models.py +862 -52
  46. tencentcloud/dasb/v20191018/dasb_client.py +23 -0
  47. tencentcloud/dasb/v20191018/errorcodes.py +3 -0
  48. tencentcloud/dasb/v20191018/models.py +277 -0
  49. tencentcloud/dbbrain/v20210527/models.py +212 -2
  50. tencentcloud/dc/v20180410/dc_client.py +7 -8
  51. tencentcloud/dc/v20180410/models.py +84 -25
  52. tencentcloud/dcdb/v20180411/dcdb_client.py +71 -0
  53. tencentcloud/dcdb/v20180411/models.py +636 -0
  54. tencentcloud/dlc/v20210125/dlc_client.py +47 -1
  55. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  56. tencentcloud/dlc/v20210125/models.py +637 -6
  57. tencentcloud/dnspod/v20210323/dnspod_client.py +23 -0
  58. tencentcloud/dnspod/v20210323/errorcodes.py +3 -0
  59. tencentcloud/dnspod/v20210323/models.py +185 -0
  60. tencentcloud/dsgc/v20190723/models.py +179 -1
  61. tencentcloud/dts/v20211206/errorcodes.py +3 -0
  62. tencentcloud/ecc/v20181213/ecc_client.py +1 -2
  63. tencentcloud/emr/v20190103/emr_client.py +331 -4
  64. tencentcloud/emr/v20190103/errorcodes.py +9 -0
  65. tencentcloud/emr/v20190103/models.py +8787 -5344
  66. tencentcloud/es/v20180416/es_client.py +47 -0
  67. tencentcloud/es/v20180416/models.py +510 -1
  68. tencentcloud/ess/v20201111/errorcodes.py +6 -0
  69. tencentcloud/ess/v20201111/ess_client.py +106 -15
  70. tencentcloud/ess/v20201111/models.py +742 -96
  71. tencentcloud/essbasic/v20210526/essbasic_client.py +64 -2
  72. tencentcloud/essbasic/v20210526/models.py +395 -18
  73. tencentcloud/facefusion/v20181201/models.py +9 -3
  74. tencentcloud/facefusion/v20220927/errorcodes.py +13 -67
  75. tencentcloud/facefusion/v20220927/models.py +41 -13
  76. tencentcloud/faceid/v20180301/faceid_client.py +1 -1
  77. tencentcloud/faceid/v20180301/models.py +66 -0
  78. tencentcloud/gme/v20180711/models.py +2 -2
  79. tencentcloud/goosefs/v20220519/models.py +61 -0
  80. tencentcloud/hunyuan/v20230901/errorcodes.py +21 -0
  81. tencentcloud/hunyuan/v20230901/hunyuan_client.py +53 -1
  82. tencentcloud/hunyuan/v20230901/models.py +528 -10
  83. tencentcloud/ims/v20201229/ims_client.py +3 -3
  84. tencentcloud/ims/v20201229/models.py +1 -1
  85. tencentcloud/ioa/v20220601/models.py +6 -5
  86. tencentcloud/iotexplorer/v20190423/models.py +14 -6
  87. tencentcloud/irp/v20220805/models.py +13 -1
  88. tencentcloud/iss/v20230517/errorcodes.py +15 -0
  89. tencentcloud/iss/v20230517/iss_client.py +23 -0
  90. tencentcloud/iss/v20230517/models.py +233 -0
  91. tencentcloud/lcic/v20220817/lcic_client.py +23 -0
  92. tencentcloud/lcic/v20220817/models.py +261 -0
  93. tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
  94. tencentcloud/lighthouse/v20200324/models.py +28 -0
  95. tencentcloud/live/v20180801/models.py +2 -10
  96. tencentcloud/lke/v20231130/errorcodes.py +1 -1
  97. tencentcloud/lke/v20231130/lke_client.py +1 -1
  98. tencentcloud/lke/v20231130/models.py +366 -6
  99. tencentcloud/mariadb/v20170312/errorcodes.py +6 -0
  100. tencentcloud/mariadb/v20170312/mariadb_client.py +71 -0
  101. tencentcloud/mariadb/v20170312/models.py +601 -1
  102. tencentcloud/mna/v20210119/errorcodes.py +6 -0
  103. tencentcloud/mna/v20210119/mna_client.py +23 -0
  104. tencentcloud/mna/v20210119/models.py +146 -0
  105. tencentcloud/mongodb/v20180408/errorcodes.py +1 -1
  106. tencentcloud/mongodb/v20190725/errorcodes.py +1 -1
  107. tencentcloud/mongodb/v20190725/models.py +72 -45
  108. tencentcloud/monitor/v20180724/models.py +13 -0
  109. tencentcloud/mps/v20190612/models.py +631 -21
  110. tencentcloud/oceanus/v20190422/models.py +25 -0
  111. tencentcloud/ocr/v20181119/errorcodes.py +6 -0
  112. tencentcloud/ocr/v20181119/models.py +333 -10
  113. tencentcloud/ocr/v20181119/ocr_client.py +54 -2
  114. tencentcloud/omics/v20221128/models.py +15 -3
  115. tencentcloud/organization/v20210331/errorcodes.py +246 -0
  116. tencentcloud/organization/v20210331/models.py +12482 -4167
  117. tencentcloud/organization/v20210331/organization_client.py +1326 -130
  118. tencentcloud/postgres/v20170312/errorcodes.py +15 -0
  119. tencentcloud/rce/v20201103/rce_client.py +2 -2
  120. tencentcloud/redis/v20180412/models.py +335 -20
  121. tencentcloud/redis/v20180412/redis_client.py +46 -0
  122. tencentcloud/region/v20220627/models.py +0 -1
  123. tencentcloud/rum/v20210622/models.py +12 -0
  124. tencentcloud/scf/v20180416/models.py +51 -15
  125. tencentcloud/ses/v20201002/models.py +177 -0
  126. tencentcloud/smh/v20210712/errorcodes.py +69 -0
  127. tencentcloud/smh/v20210712/models.py +1173 -36
  128. tencentcloud/smh/v20210712/smh_client.py +115 -0
  129. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  130. tencentcloud/sms/v20190711/models.py +21 -22
  131. tencentcloud/sms/v20190711/sms_client.py +28 -60
  132. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  133. tencentcloud/sms/v20210111/models.py +5 -4
  134. tencentcloud/sqlserver/v20180328/errorcodes.py +3 -0
  135. tencentcloud/sqlserver/v20180328/models.py +185 -1
  136. tencentcloud/sqlserver/v20180328/sqlserver_client.py +23 -0
  137. tencentcloud/ssl/v20191205/errorcodes.py +6 -0
  138. tencentcloud/ssl/v20191205/models.py +209 -0
  139. tencentcloud/ssl/v20191205/ssl_client.py +24 -1
  140. tencentcloud/tag/v20180813/models.py +33 -33
  141. tencentcloud/tat/v20201028/errorcodes.py +9 -0
  142. tencentcloud/tat/v20201028/models.py +234 -1
  143. tencentcloud/tat/v20201028/tat_client.py +23 -0
  144. tencentcloud/tcr/v20190924/errorcodes.py +3 -0
  145. tencentcloud/tcss/v20201101/models.py +140 -5
  146. tencentcloud/tdmq/v20200217/models.py +155 -0
  147. tencentcloud/teo/v20220901/models.py +35 -16
  148. tencentcloud/thpc/v20230321/models.py +1432 -82
  149. tencentcloud/thpc/v20230321/thpc_client.py +92 -0
  150. tencentcloud/tiia/v20190529/models.py +0 -469
  151. tencentcloud/tiia/v20190529/tiia_client.py +0 -29
  152. tencentcloud/tke/v20180525/errorcodes.py +3 -0
  153. tencentcloud/tke/v20180525/models.py +24 -0
  154. tencentcloud/tke/v20220501/models.py +852 -8
  155. tencentcloud/tke/v20220501/tke_client.py +138 -0
  156. tencentcloud/tms/v20201229/errorcodes.py +0 -6
  157. tencentcloud/tms/v20201229/models.py +0 -70
  158. tencentcloud/tms/v20201229/tms_client.py +0 -23
  159. tencentcloud/tmt/v20180321/errorcodes.py +3 -0
  160. tencentcloud/tmt/v20180321/models.py +31 -31
  161. tencentcloud/tmt/v20180321/tmt_client.py +1 -1
  162. tencentcloud/trocket/v20230308/models.py +241 -7
  163. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  164. tencentcloud/trtc/v20190722/models.py +259 -30
  165. tencentcloud/trtc/v20190722/trtc_client.py +48 -38
  166. tencentcloud/tse/v20201207/models.py +114 -25
  167. tencentcloud/tsf/v20180326/models.py +51 -0
  168. tencentcloud/tts/v20190823/models.py +2 -2
  169. tencentcloud/vclm/v20240523/errorcodes.py +30 -3
  170. tencentcloud/vclm/v20240523/models.py +41 -4
  171. tencentcloud/vclm/v20240523/vclm_client.py +53 -1
  172. tencentcloud/vdb/v20230616/errorcodes.py +21 -0
  173. tencentcloud/vdb/v20230616/models.py +805 -0
  174. tencentcloud/vdb/v20230616/vdb_client.py +115 -0
  175. tencentcloud/vod/v20180717/errorcodes.py +18 -0
  176. tencentcloud/vod/v20180717/models.py +671 -12
  177. tencentcloud/vod/v20180717/vod_client.py +71 -2
  178. tencentcloud/vod/v20240718/__init__.py +0 -0
  179. tencentcloud/vod/v20240718/errorcodes.py +15 -0
  180. tencentcloud/vod/v20240718/models.py +189 -0
  181. tencentcloud/vod/v20240718/vod_client.py +49 -0
  182. tencentcloud/vpc/v20170312/models.py +399 -10
  183. tencentcloud/vpc/v20170312/vpc_client.py +2 -2
  184. tencentcloud/vrs/v20200824/models.py +1 -0
  185. tencentcloud/vrs/v20200824/vrs_client.py +1 -0
  186. tencentcloud/vtc/v20240223/models.py +30 -4
  187. tencentcloud/vtc/v20240223/vtc_client.py +53 -1
  188. tencentcloud/waf/v20180125/models.py +1 -1
  189. tencentcloud/wedata/v20210820/errorcodes.py +6 -0
  190. tencentcloud/wedata/v20210820/models.py +2905 -366
  191. tencentcloud/wedata/v20210820/wedata_client.py +161 -0
  192. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/METADATA +1 -1
  193. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/RECORD +196 -187
  194. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/LICENSE +0 -0
  195. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/WHEEL +0 -0
  196. {tencentcloud_sdk_python-3.0.1207.dist-info → tencentcloud_sdk_python-3.0.1233.dist-info}/top_level.txt +0 -0
@@ -6355,8 +6355,9 @@ class CreateZoneRequest(AbstractModel):
6355
6355
  r"""
6356
6356
  :param _Type: 站点接入类型。该参数取值如下,不填写时默认为 partial:
6357
6357
  <li>partial:CNAME 接入;</li>
6358
- <li> full:NS 接入;</li>
6359
- <li>noDomainAccess:无域名接入。</li>
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<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤。<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>
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<br>   按照【<strong>转发规则ID</strong>】进行过滤。</li>
12486
- <li>proxyId<br>   按照【<strong>四层代理实例ID</strong>】进行过滤。</li>
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> full:NS 接入;</li>
19798
- <li> partial:CNAME 接入,如果站点当前是无域名接入,仅支持切换到CNAME接入。</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