tencentcloud-sdk-python 3.0.1356__py2.py3-none-any.whl → 3.0.1358__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/bh/v20230418/bh_client.py +115 -0
 - tencentcloud/bh/v20230418/errorcodes.py +15 -0
 - tencentcloud/bh/v20230418/models.py +854 -28
 - tencentcloud/billing/v20180709/billing_client.py +0 -25
 - tencentcloud/billing/v20180709/models.py +0 -512
 - tencentcloud/bpaas/v20181217/models.py +0 -54
 - tencentcloud/cdb/v20170320/cdb_client.py +1 -1
 - tencentcloud/cdb/v20170320/models.py +47 -4
 - tencentcloud/chc/v20230418/chc_client.py +23 -0
 - tencentcloud/chc/v20230418/models.py +185 -2
 - tencentcloud/cls/v20201016/cls_client.py +23 -0
 - tencentcloud/cls/v20201016/models.py +79 -0
 - tencentcloud/cwp/v20180228/models.py +2 -2
 - tencentcloud/es/v20180416/models.py +57 -6
 - tencentcloud/es/v20250101/__init__.py +0 -0
 - tencentcloud/es/v20250101/errorcodes.py +45 -0
 - tencentcloud/es/v20250101/es_client.py +228 -0
 - tencentcloud/es/v20250101/models.py +2168 -0
 - tencentcloud/ess/v20201111/ess_client.py +37 -2
 - tencentcloud/ess/v20201111/models.py +341 -10
 - tencentcloud/essbasic/v20210526/essbasic_client.py +33 -0
 - tencentcloud/essbasic/v20210526/models.py +282 -12
 - tencentcloud/gaap/v20180529/models.py +0 -90
 - tencentcloud/gwlb/v20240906/models.py +20 -0
 - tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
 - tencentcloud/iotexplorer/v20190423/models.py +254 -0
 - tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
 - tencentcloud/iotvideo/v20211125/models.py +254 -0
 - tencentcloud/lcic/v20220817/models.py +15 -0
 - tencentcloud/lowcode/v20210108/errorcodes.py +3 -0
 - tencentcloud/mps/v20190612/models.py +28 -36
 - tencentcloud/oceanus/v20190422/models.py +12 -0
 - tencentcloud/ocr/v20181119/models.py +4 -4
 - tencentcloud/ses/v20201002/models.py +15 -0
 - tencentcloud/smop/v20201203/smop_client.py +3 -1
 - tencentcloud/sts/v20180813/errorcodes.py +9 -0
 - tencentcloud/sts/v20180813/models.py +171 -0
 - tencentcloud/sts/v20180813/sts_client.py +23 -0
 - tencentcloud/taf/v20200210/models.py +0 -270
 - tencentcloud/taf/v20200210/taf_client.py +0 -23
 - tencentcloud/tat/v20201028/errorcodes.py +6 -0
 - tencentcloud/tat/v20201028/models.py +50 -2
 - tencentcloud/tcr/v20190924/models.py +10 -6
 - tencentcloud/tcss/v20201101/models.py +83 -8
 - tencentcloud/tdmq/v20200217/models.py +68 -0
 - tencentcloud/tione/v20211111/errorcodes.py +3 -0
 - tencentcloud/tione/v20211111/models.py +384 -0
 - tencentcloud/tione/v20211111/tione_client.py +23 -0
 - tencentcloud/tse/v20201207/models.py +0 -478
 - tencentcloud/tsf/v20180326/models.py +18 -392
 - tencentcloud/tsf/v20180326/tsf_client.py +3 -1
 - tencentcloud/vpc/v20170312/errorcodes.py +3 -0
 - tencentcloud/vpc/v20170312/models.py +25 -132
 - tencentcloud/waf/v20180125/models.py +473 -0
 - tencentcloud/waf/v20180125/waf_client.py +69 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/METADATA +1 -1
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/RECORD +61 -57
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/LICENSE +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/WHEEL +0 -0
 - {tencentcloud_sdk_python-3.0.1356.dist-info → tencentcloud_sdk_python-3.0.1358.dist-info}/top_level.txt +0 -0
 
| 
         @@ -2633,7 +2633,9 @@ class TsfClient(AbstractClient): 
     | 
|
| 
       2633 
2633 
     | 
    
         | 
| 
       2634 
2634 
     | 
    
         | 
| 
       2635 
2635 
     | 
    
         
             
                def DescribeInovcationIndicators(self, request):
         
     | 
| 
       2636 
     | 
    
         
            -
                    """ 
     | 
| 
      
 2636 
     | 
    
         
            +
                    """废弃接口
         
     | 
| 
      
 2637 
     | 
    
         
            +
             
     | 
| 
      
 2638 
     | 
    
         
            +
                    废弃
         
     | 
| 
       2637 
2639 
     | 
    
         | 
| 
       2638 
2640 
     | 
    
         
             
                    :param request: Request instance for DescribeInovcationIndicators.
         
     | 
| 
       2639 
2641 
     | 
    
         
             
                    :type request: :class:`tencentcloud.tsf.v20180326.models.DescribeInovcationIndicatorsRequest`
         
     | 
| 
         @@ -1316,6 +1316,9 @@ UNSUPPORTEDOPERATION_VPNUNSUPPORTEDNOTEXISTBGPASN = 'UnsupportedOperation.VpnUns 
     | 
|
| 
       1316 
1316 
     | 
    
         
             
            # 3.1以下版本VPN网关不支持配置ecmp路由
         
     | 
| 
       1317 
1317 
     | 
    
         
             
            UNSUPPORTEDOPERATION_VPNUNSUPPORTEDROUTEECMPFORCVMVPN = 'UnsupportedOperation.VpnUnsupportedRouteEcmpForCvmVpn'
         
     | 
| 
       1318 
1318 
     | 
    
         | 
| 
      
 1319 
     | 
    
         
            +
            # 对端网关不存在BGP ASN。
         
     | 
| 
      
 1320 
     | 
    
         
            +
            UNSUPPORTEDOPERATION_VPNUNSUPPORTEDUSRGWNOTEXISTBGPASN = 'UnsupportedOperation.VpnUnsupportedUsrGwNotExistBgpAsn'
         
     | 
| 
      
 1321 
     | 
    
         
            +
             
     | 
| 
       1319 
1322 
     | 
    
         
             
            # 指定资源在不同的可用区。
         
     | 
| 
       1320 
1323 
     | 
    
         
             
            UNSUPPORTEDOPERATION_ZONEMISMATCH = 'UnsupportedOperation.ZoneMismatch'
         
     | 
| 
       1321 
1324 
     | 
    
         |