tencentcloud-sdk-python-tsf 3.1.35__tar.gz → 3.1.40__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/tsf/v20180326/errorcodes.py +3 -0
  5. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/tsf/v20180326/models.py +15 -0
  6. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  7. tencentcloud_sdk_python_tsf-3.1.40/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  8. tencentcloud_sdk_python_tsf-3.1.35/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  9. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/README.rst +0 -0
  10. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/setup.cfg +0 -0
  11. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/tsf/__init__.py +0 -0
  12. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/tsf/v20180326/tsf_client.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.1.35 → tencentcloud_sdk_python_tsf-3.1.40}/tencentcloud_sdk_python_tsf.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.35
3
+ Version: 3.1.40
4
4
  Summary: Tencent Cloud Tsf 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<4.0.0,>=3.1.35
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.40
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-tsf',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.35,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.40,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Tsf SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.35'
17
+ __version__ = '3.1.40'
@@ -197,6 +197,9 @@ FAILEDOPERATION_LANEINFORELEASECONSULFAILED = 'FailedOperation.LaneInfoReleaseCo
197
197
  # 泳道发布到mesh失败。
198
198
  FAILEDOPERATION_LANEINFORELEASEMESHFAILED = 'FailedOperation.LaneInfoReleaseMeshFailed'
199
199
 
200
+ # 全链路灰度规则创建失败
201
+ FAILEDOPERATION_LANERULECREATEFAILED = 'FailedOperation.LaneRuleCreateFailed'
202
+
200
203
  # 全链路灰度规则启用失败。
201
204
  FAILEDOPERATION_LANERULEENABLECONSULFAILED = 'FailedOperation.LaneRuleEnableConsulFailed'
202
205
 
@@ -27669,12 +27669,15 @@ class DescribeLaneRulesRequest(AbstractModel):
27669
27669
  :type RuleId: str
27670
27670
  :param _RuleIdList: 灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。
27671
27671
  :type RuleIdList: list of str
27672
+ :param _QueryAll: 查询全部标记
27673
+ :type QueryAll: bool
27672
27674
  """
27673
27675
  self._Limit = None
27674
27676
  self._Offset = None
27675
27677
  self._SearchWord = None
27676
27678
  self._RuleId = None
27677
27679
  self._RuleIdList = None
27680
+ self._QueryAll = None
27678
27681
 
27679
27682
  @property
27680
27683
  def Limit(self):
@@ -27731,6 +27734,17 @@ class DescribeLaneRulesRequest(AbstractModel):
27731
27734
  def RuleIdList(self, RuleIdList):
27732
27735
  self._RuleIdList = RuleIdList
27733
27736
 
27737
+ @property
27738
+ def QueryAll(self):
27739
+ r"""查询全部标记
27740
+ :rtype: bool
27741
+ """
27742
+ return self._QueryAll
27743
+
27744
+ @QueryAll.setter
27745
+ def QueryAll(self, QueryAll):
27746
+ self._QueryAll = QueryAll
27747
+
27734
27748
 
27735
27749
  def _deserialize(self, params):
27736
27750
  self._Limit = params.get("Limit")
@@ -27738,6 +27752,7 @@ class DescribeLaneRulesRequest(AbstractModel):
27738
27752
  self._SearchWord = params.get("SearchWord")
27739
27753
  self._RuleId = params.get("RuleId")
27740
27754
  self._RuleIdList = params.get("RuleIdList")
27755
+ self._QueryAll = params.get("QueryAll")
27741
27756
  memeber_set = set(params.keys())
27742
27757
  for name, value in vars(self).items():
27743
27758
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.35
3
+ Version: 3.1.40
4
4
  Summary: Tencent Cloud Tsf 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<4.0.0,>=3.1.35
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.40
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.40
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.35