tencentcloud-sdk-python-cdn 3.0.1147__py2.py3-none-any.whl → 3.0.1161__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-cdn might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1147'
17
+ __version__ = '3.0.1161'
@@ -3016,8 +3016,21 @@ on:开启
3016
3016
  off:关闭
3017
3017
  注意:此字段可能返回 null,表示取不到有效值。
3018
3018
  :type Switch: str
3019
+ :param _FallbackFormats: 当原图是 avif 且客户端 Accept 头包含 image/avif 时,直接返回原图。
3020
+ 当原图是 avif 且客户端 Accept 头不包含 image/avif 时但包含 image/webp,将 avif 转 webp 格式返回。如果 Accept 头不包含 image/webp, 则转 jpeg 返回。
3021
+
3022
+ 可用的枚举值:
3023
+ - []
3024
+ - ["webp"]
3025
+ - ["jpeg"]
3026
+ - ["webp", "jpeg"]
3027
+
3028
+ "webp":是否开启 avif 转 webp,"jpeg": 是否开启 avif 转 jpeg。如果 webp 和 jpeg 都开启的情况下,webp 必须在 jpeg 前面。
3029
+ 注意:此字段可能返回 null,表示取不到有效值。
3030
+ :type FallbackFormats: list of str
3019
3031
  """
3020
3032
  self._Switch = None
3033
+ self._FallbackFormats = None
3021
3034
 
3022
3035
  @property
3023
3036
  def Switch(self):
@@ -3027,9 +3040,18 @@ off:关闭
3027
3040
  def Switch(self, Switch):
3028
3041
  self._Switch = Switch
3029
3042
 
3043
+ @property
3044
+ def FallbackFormats(self):
3045
+ return self._FallbackFormats
3046
+
3047
+ @FallbackFormats.setter
3048
+ def FallbackFormats(self, FallbackFormats):
3049
+ self._FallbackFormats = FallbackFormats
3050
+
3030
3051
 
3031
3052
  def _deserialize(self, params):
3032
3053
  self._Switch = params.get("Switch")
3054
+ self._FallbackFormats = params.get("FallbackFormats")
3033
3055
  memeber_set = set(params.keys())
3034
3056
  for name, value in vars(self).items():
3035
3057
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cdn
3
- Version: 3.0.1147
3
+ Version: 3.0.1161
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
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common (==3.0.1147)
18
+ Requires-Dist: tencentcloud-sdk-python-common (==3.0.1161)
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1,10 @@
1
+ tencentcloud/__init__.py,sha256=GW9Fo6oa3PBaNxET8hnV0PzQR1OFjWTvf_nMvlmu2iY,631
2
+ tencentcloud/cdn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ tencentcloud/cdn/v20180606/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ tencentcloud/cdn/v20180606/cdn_client.py,sha256=4b5aYX7IXljfAyiULRsL67rV_xZdlqP5iJ8SuYBo8M8,82560
5
+ tencentcloud/cdn/v20180606/errorcodes.py,sha256=9Nu4v78JfK2Uz9JCkB5mCrOLnfvnUakJviNFJXmwGe4,22415
6
+ tencentcloud/cdn/v20180606/models.py,sha256=dM-oOTglMUWY0471SkHt9br7r0jSpwoh1tuJAC0LD3M,864565
7
+ tencentcloud_sdk_python_cdn-3.0.1161.dist-info/METADATA,sha256=HYyZI9BSY3cJopQnLOZD2NGz7JW8LO_u5Oiiepe5rxE,1492
8
+ tencentcloud_sdk_python_cdn-3.0.1161.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
+ tencentcloud_sdk_python_cdn-3.0.1161.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
+ tencentcloud_sdk_python_cdn-3.0.1161.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- tencentcloud/__init__.py,sha256=V6b8JUmEUVi3rkmtbb6mSdehifVH1E05w5Uz32FhHGs,631
2
- tencentcloud/cdn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- tencentcloud/cdn/v20180606/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- tencentcloud/cdn/v20180606/cdn_client.py,sha256=4b5aYX7IXljfAyiULRsL67rV_xZdlqP5iJ8SuYBo8M8,82560
5
- tencentcloud/cdn/v20180606/errorcodes.py,sha256=9Nu4v78JfK2Uz9JCkB5mCrOLnfvnUakJviNFJXmwGe4,22415
6
- tencentcloud/cdn/v20180606/models.py,sha256=Y_DedISVBe5I7fRKHEi6WcLLCSUZcPNSvJouhlo-7do,863625
7
- tencentcloud_sdk_python_cdn-3.0.1147.dist-info/METADATA,sha256=W0UxRmKRIpuUR6lnaH5WQp0tE3DgrdsbTGv6hNyzv9c,1492
8
- tencentcloud_sdk_python_cdn-3.0.1147.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
9
- tencentcloud_sdk_python_cdn-3.0.1147.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
10
- tencentcloud_sdk_python_cdn-3.0.1147.dist-info/RECORD,,