tencentcloud-sdk-python-intl-en 3.0.1098__py2.py3-none-any.whl → 3.0.1100__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-intl-en might be problematic. Click here for more details.

@@ -1969,6 +1969,29 @@ class TeoClient(AbstractClient):
1969
1969
  raise TencentCloudSDKException(type(e).__name__, str(e))
1970
1970
 
1971
1971
 
1972
+ def DescribeZoneConfigImportResult(self, request):
1973
+ """This API is used to query the results of site configuration import via API (ImportZoneConfig). This feature only supports the sites in the plans of the Standard Edition and the Enterprise Edition.
1974
+
1975
+ :param request: Request instance for DescribeZoneConfigImportResult.
1976
+ :type request: :class:`tencentcloud.teo.v20220901.models.DescribeZoneConfigImportResultRequest`
1977
+ :rtype: :class:`tencentcloud.teo.v20220901.models.DescribeZoneConfigImportResultResponse`
1978
+
1979
+ """
1980
+ try:
1981
+ params = request._serialize()
1982
+ headers = request.headers
1983
+ body = self.call("DescribeZoneConfigImportResult", params, headers=headers)
1984
+ response = json.loads(body)
1985
+ model = models.DescribeZoneConfigImportResultResponse()
1986
+ model._deserialize(response["Response"])
1987
+ return model
1988
+ except Exception as e:
1989
+ if isinstance(e, TencentCloudSDKException):
1990
+ raise
1991
+ else:
1992
+ raise TencentCloudSDKException(type(e).__name__, str(e))
1993
+
1994
+
1972
1995
  def DescribeZoneSetting(self, request):
1973
1996
  """This API is used to query the site configuration.
1974
1997
 
@@ -2091,6 +2114,29 @@ class TeoClient(AbstractClient):
2091
2114
  raise TencentCloudSDKException(type(e).__name__, str(e))
2092
2115
 
2093
2116
 
2117
+ def ExportZoneConfig(self, request):
2118
+ """This API is used to export site configuration . The exported configuration is used for import via the API (ImportZoneConfig). This feature only supports the sites in the plans of the Standard Edition and the Enterprise Edition.
2119
+
2120
+ :param request: Request instance for ExportZoneConfig.
2121
+ :type request: :class:`tencentcloud.teo.v20220901.models.ExportZoneConfigRequest`
2122
+ :rtype: :class:`tencentcloud.teo.v20220901.models.ExportZoneConfigResponse`
2123
+
2124
+ """
2125
+ try:
2126
+ params = request._serialize()
2127
+ headers = request.headers
2128
+ body = self.call("ExportZoneConfig", params, headers=headers)
2129
+ response = json.loads(body)
2130
+ model = models.ExportZoneConfigResponse()
2131
+ model._deserialize(response["Response"])
2132
+ return model
2133
+ except Exception as e:
2134
+ if isinstance(e, TencentCloudSDKException):
2135
+ raise
2136
+ else:
2137
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2138
+
2139
+
2094
2140
  def HandleFunctionRuntimeEnvironment(self, request):
2095
2141
  """This API is used to operate the runtime environment of an edge function. It supports related settings for environment variables.
2096
2142
  After the environment variables are set, they can be used in the function code. For details, see [Edge Functions Referencing Environment Variables](https://intl.cloud.tencent.com/document/product/1552/109151?from_cn_redirect=1#0151fd9a-8b0e-407b-ae37-54553a60ded6).
@@ -2138,6 +2184,29 @@ class TeoClient(AbstractClient):
2138
2184
  raise TencentCloudSDKException(type(e).__name__, str(e))
2139
2185
 
2140
2186
 
2187
+ def ImportZoneConfig(self, request):
2188
+ """This API is used to quickly import site configuration files. After the import is initiated, the API will return the corresponding task ID (TaskId). Users need to use the site configuration import result query API (DescribeZoneConfigImportResult) to obtain the results of this import task. This feature only supports the sites in the plans of the Standard Edition and the Enterprise Edition.
2189
+
2190
+ :param request: Request instance for ImportZoneConfig.
2191
+ :type request: :class:`tencentcloud.teo.v20220901.models.ImportZoneConfigRequest`
2192
+ :rtype: :class:`tencentcloud.teo.v20220901.models.ImportZoneConfigResponse`
2193
+
2194
+ """
2195
+ try:
2196
+ params = request._serialize()
2197
+ headers = request.headers
2198
+ body = self.call("ImportZoneConfig", params, headers=headers)
2199
+ response = json.loads(body)
2200
+ model = models.ImportZoneConfigResponse()
2201
+ model._deserialize(response["Response"])
2202
+ return model
2203
+ except Exception as e:
2204
+ if isinstance(e, TencentCloudSDKException):
2205
+ raise
2206
+ else:
2207
+ raise TencentCloudSDKException(type(e).__name__, str(e))
2208
+
2209
+
2141
2210
  def IncreasePlanQuota(self, request):
2142
2211
  """When the number of sites bound to your plan, the number of rules under "Web Protection - Custom Rules - Precision Matching Policy", or the number of rules under "Web Protection - Rate Limiting - Precision Rate Limiting Module" reaches the plan's quota, you can use this interface to purchase additional quotas.
2143
2212
  > This interface only supports the Enterprise Edition Plan.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-intl-en
3
- Version: 3.0.1098
3
+ Version: 3.0.1100
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python-intl-en
6
6
  Author: Tencent Cloud
@@ -1,4 +1,4 @@
1
- tencentcloud/__init__.py,sha256=nlvBndx6b9_-KK-8p6GkI47YXilexD2B5M5ZQnAC7Kk,630
1
+ tencentcloud/__init__.py,sha256=f1m_k_Rf1rXdGkg7WOVB7R3KbDt3PfFfr66PKfYrB_0,630
2
2
  tencentcloud/advisor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/advisor/v20200721/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/advisor/v20200721/advisor_client.py,sha256=b5pLP_oF5HZHo4xbn-hI4dkpnirhcHB2rNDWvGf4q1Y,2919
@@ -323,8 +323,8 @@ tencentcloud/ims/v20201229/models.py,sha256=Sfna_x1BytKq04dX2wwI9wbXDh9N4JPyS6WD
323
323
  tencentcloud/intlpartnersmgt/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
324
324
  tencentcloud/intlpartnersmgt/v20220928/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
325
325
  tencentcloud/intlpartnersmgt/v20220928/errorcodes.py,sha256=kVIUiSL2ABQt2Ymcp8lqK2lWEWCgXf4IczqMD7ZiEhc,5503
326
- tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=N7nP-p8b4hUXmxWv0gV6Sk_zQSj2gMN_poxdp-gdZcI,28362
327
- tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=WeXEjWYqS30JJUQ5xaCGpcgeg0e9dMQmt20vvhjVbEM,182327
326
+ tencentcloud/intlpartnersmgt/v20220928/intlpartnersmgt_client.py,sha256=erTo86bpiUYGfnq_lvbfolh-RRUyy_4E8Jo6oYc5MaM,29539
327
+ tencentcloud/intlpartnersmgt/v20220928/models.py,sha256=iFpe4o4xW3Ep8IoAjEYzhDdZ39Q2MuHpOc388dlF_4I,193261
328
328
  tencentcloud/iotcloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
329
  tencentcloud/iotcloud/v20210408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
330
330
  tencentcloud/iotcloud/v20210408/errorcodes.py,sha256=ot2acVUWnZ1XbJLkM4K-jT_Gw5TQD53TtZwnfFzJJ9Y,5887
@@ -388,7 +388,7 @@ tencentcloud/monitor/v20180724/monitor_client.py,sha256=hrQeKcXUL7MmNd_VeJAxLups
388
388
  tencentcloud/mps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
389
389
  tencentcloud/mps/v20190612/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
390
390
  tencentcloud/mps/v20190612/errorcodes.py,sha256=32AjW4KHmhgtgFPA9f36f3HTU9gR0orelCbhHwJhbYM,13235
391
- tencentcloud/mps/v20190612/models.py,sha256=AacGpP3ms20buwgDe-fK6rzDEfdWLPQ3FnEsC7j3Kuk,1714098
391
+ tencentcloud/mps/v20190612/models.py,sha256=bAVP24HdoyA6GVu92gsOTKl5xlseJhZ5IjW5XXg1xfY,1717806
392
392
  tencentcloud/mps/v20190612/mps_client.py,sha256=1YmpVXU51Qcg_McAtJMyF5fpEbss08yTlX9FJA8Ote4,79783
393
393
  tencentcloud/msp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
394
394
  tencentcloud/msp/v20180319/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -533,9 +533,9 @@ tencentcloud/teo/v20220106/errorcodes.py,sha256=rbR15SA5lWz2Bfvn2Qb_33J7jDVaoBB1
533
533
  tencentcloud/teo/v20220106/models.py,sha256=O7LYEZTTKjloNI2BuDHcaBdEpxjHezVYck_xkVhQse8,777923
534
534
  tencentcloud/teo/v20220106/teo_client.py,sha256=xFgjEY9outkMEOonYeYfLL18TRUxVSRdE7Q3m6ACyWM,82902
535
535
  tencentcloud/teo/v20220901/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
536
- tencentcloud/teo/v20220901/errorcodes.py,sha256=KTokix4ood4vI3snX5PopZ0FEp7xp03KvELTPxnidwA,60429
537
- tencentcloud/teo/v20220901/models.py,sha256=HnxqVfqOVwKMngt9x9z_-B_cOKHqYaex9hKVQMsjvgI,1275298
538
- tencentcloud/teo/v20220901/teo_client.py,sha256=AttuUExsIwdVx4VlRDW1oR4HGxeNZuMgxfeJpzxrYhM,127740
536
+ tencentcloud/teo/v20220901/errorcodes.py,sha256=0M6y1aD2cE4xAZkl7kdvi10eC4-K2fnK_wBZG6IkqJc,60296
537
+ tencentcloud/teo/v20220901/models.py,sha256=t2ZL0cEtKPaa1-ClY3_8ef1fewIvAXfh8-mJjech_xo,1288734
538
+ tencentcloud/teo/v20220901/teo_client.py,sha256=Vh5-st8h-Gxd5igPDzus-s_WXKKnHJQMr_q5a3R9sKU,131172
539
539
  tencentcloud/tiw/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
540
540
  tencentcloud/tiw/v20190919/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
541
541
  tencentcloud/tiw/v20190919/errorcodes.py,sha256=SWlIppzLafoknDCajqvlAdh2a83rRm07aksn1EUGVAc,6361
@@ -609,7 +609,7 @@ tencentcloud/yunjing/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
609
609
  tencentcloud/yunjing/v20180228/errorcodes.py,sha256=VEqwMbMBe7F2oAW6ZDu3vAivBr60lbo7FWduFqRTEVg,3195
610
610
  tencentcloud/yunjing/v20180228/models.py,sha256=0rnsJ4JkA5aCTV1cVwCuKnzooe6IhQ0NS3ij6tJ22uw,330670
611
611
  tencentcloud/yunjing/v20180228/yunjing_client.py,sha256=GA7Fo5GmpEJ2kufV2upw-ZpMZxznsPZ3NKDKDDAI4Ao,67384
612
- tencentcloud_sdk_python_intl_en-3.0.1098.dist-info/METADATA,sha256=V6iRBNxBJTRO4LqLSfSVlJMRWtd1me-gNymyfT-r8L0,1628
613
- tencentcloud_sdk_python_intl_en-3.0.1098.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
614
- tencentcloud_sdk_python_intl_en-3.0.1098.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
615
- tencentcloud_sdk_python_intl_en-3.0.1098.dist-info/RECORD,,
612
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/METADATA,sha256=d5Rx1MpT0Elu_ridmAnkVE5dOqmrXOsQeItCs6iwiv0,1628
613
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
614
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
615
+ tencentcloud_sdk_python_intl_en-3.0.1100.dist-info/RECORD,,