tencentcloud-sdk-python-cdn 3.0.1408__tar.gz → 3.0.1419__tar.gz

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-cdn might be problematic. Click here for more details.

Files changed (16) hide show
  1. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/PKG-INFO +1 -1
  2. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/setup.py +1 -1
  3. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud/cdn/v20180606/cdn_client.py +2 -2
  5. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud/cdn/v20180606/errorcodes.py +1 -1
  6. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud/cdn/v20180606/models.py +5 -5
  7. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud_sdk_python_cdn.egg-info/PKG-INFO +1 -1
  8. tencentcloud-sdk-python-cdn-3.0.1419/tencentcloud_sdk_python_cdn.egg-info/requires.txt +1 -0
  9. tencentcloud-sdk-python-cdn-3.0.1408/tencentcloud_sdk_python_cdn.egg-info/requires.txt +0 -1
  10. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/README.rst +0 -0
  11. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/setup.cfg +0 -0
  12. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud/cdn/__init__.py +0 -0
  13. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud/cdn/v20180606/__init__.py +0 -0
  14. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud_sdk_python_cdn.egg-info/SOURCES.txt +0 -0
  15. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud_sdk_python_cdn.egg-info/dependency_links.txt +0 -0
  16. {tencentcloud-sdk-python-cdn-3.0.1408 → tencentcloud-sdk-python-cdn-3.0.1419}/tencentcloud_sdk_python_cdn.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cdn
3
- Version: 3.0.1408
3
+ Version: 3.0.1419
4
4
  Summary: Tencent Cloud Cdn SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cdn',
11
- install_requires=["tencentcloud-sdk-python-common==3.0.1408"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.0.1419,<4.0.0"],
12
12
  version=tencentcloud.__version__,
13
13
  description='Tencent Cloud Cdn SDK for Python',
14
14
  long_description=open('README.rst').read(),
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1408'
17
+ __version__ = '3.0.1419'
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1885,7 +1885,7 @@ class CdnClient(AbstractClient):
1885
1885
 
1886
1886
  def UpdateDomainConfig(self, request):
1887
1887
  """UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。
1888
- 注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。
1888
+ 注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口;如果仅修改单独配置项只传对应配置参数即可。
1889
1889
  操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。
1890
1890
 
1891
1891
  :param request: Request instance for UpdateDomainConfig.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf8 -*-
2
- # Copyright (c) 2017-2021 THL A29 Limited, a Tencent company. All Rights Reserved.
2
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License");
5
5
  # you may not use this file except in compliance with the License.
@@ -20567,7 +20567,7 @@ blacklist:黑名单
20567
20567
  最多可填充 200 个白名单或 200 个黑名单;
20568
20568
  注意:此字段可能返回 null,表示取不到有效值。
20569
20569
  :type Filters: list of str
20570
- :param _FilterRules: IP 黑白名单分路径配置,白名单功能
20570
+ :param _FilterRules: IP 黑白名单分路径配置,白名单功能。黑白名单 IP 总数不能超过 1000 个。
20571
20571
  注意:此字段可能返回 null,表示取不到有效值。
20572
20572
  :type FilterRules: list of IpFilterPathRule
20573
20573
  :param _ReturnCode: IP 黑白名单验证失败时返回的 code <br><font color=red>已下线,参数失效,不支持自定义状态码,固定返回514</font>
@@ -20623,7 +20623,7 @@ blacklist:黑名单
20623
20623
 
20624
20624
  @property
20625
20625
  def FilterRules(self):
20626
- """IP 黑白名单分路径配置,白名单功能
20626
+ """IP 黑白名单分路径配置,白名单功能。黑白名单 IP 总数不能超过 1000 个。
20627
20627
  注意:此字段可能返回 null,表示取不到有效值。
20628
20628
  :rtype: list of IpFilterPathRule
20629
20629
  """
@@ -20681,7 +20681,7 @@ blacklist:黑名单
20681
20681
  :type FilterType: str
20682
20682
  :param _Filters: IP 黑白名单列表
20683
20683
  支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
20684
- 最多可填充 200 个白名单或 500 个黑名单;
20684
+ 最多可填充 500 个白名单或 200 个黑名单;
20685
20685
  注意:此字段可能返回 null,表示取不到有效值。
20686
20686
  :type Filters: list of str
20687
20687
  :param _RuleType: 规则类型:
@@ -20725,7 +20725,7 @@ blacklist:黑名单
20725
20725
  def Filters(self):
20726
20726
  """IP 黑白名单列表
20727
20727
  支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
20728
- 最多可填充 200 个白名单或 500 个黑名单;
20728
+ 最多可填充 500 个白名单或 200 个黑名单;
20729
20729
  注意:此字段可能返回 null,表示取不到有效值。
20730
20730
  :rtype: list of str
20731
20731
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: tencentcloud-sdk-python-cdn
3
- Version: 3.0.1408
3
+ Version: 3.0.1419
4
4
  Summary: Tencent Cloud Cdn SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.0.1419
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common==3.0.1408