tencentcloud-sdk-python-tsf 3.1.162__tar.gz → 3.1.175__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.162 → tencentcloud_sdk_python_tsf-3.1.175}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/setup.py +1 -1
  3. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/models.py +0 -109
  5. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/tsf_client.py +0 -25
  6. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/tsf_client_async.py +0 -20
  7. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/PKG-INFO +2 -2
  8. tencentcloud_sdk_python_tsf-3.1.175/tencentcloud_sdk_python_tsf.egg-info/requires.txt +1 -0
  9. tencentcloud_sdk_python_tsf-3.1.162/tencentcloud_sdk_python_tsf.egg-info/requires.txt +0 -1
  10. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/README.rst +0 -0
  11. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/setup.cfg +0 -0
  12. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/__init__.py +0 -0
  13. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/__init__.py +0 -0
  14. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud/tsf/v20180326/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/tencentcloud_sdk_python_tsf.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_tsf-3.1.162 → tencentcloud_sdk_python_tsf-3.1.175}/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.162
3
+ Version: 3.1.175
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.162
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.175
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.162,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.175,<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.162'
17
+ __version__ = '3.1.175'
@@ -46081,115 +46081,6 @@ class QuantileEntity(AbstractModel):
46081
46081
 
46082
46082
 
46083
46083
 
46084
- class ReassociateBusinessLogConfigRequest(AbstractModel):
46085
- r"""ReassociateBusinessLogConfig请求参数结构体
46086
-
46087
- """
46088
-
46089
- def __init__(self):
46090
- r"""
46091
- :param _ConfigId: 原关联日志配置ID
46092
- :type ConfigId: str
46093
- :param _NewConfigId: 新关联日志配置ID
46094
- :type NewConfigId: str
46095
- :param _ApplicationId: TSF应用ID
46096
- :type ApplicationId: str
46097
- :param _GroupId: TSF部署组ID
46098
- :type GroupId: str
46099
- """
46100
- self._ConfigId = None
46101
- self._NewConfigId = None
46102
- self._ApplicationId = None
46103
- self._GroupId = None
46104
-
46105
- @property
46106
- def ConfigId(self):
46107
- r"""原关联日志配置ID
46108
- :rtype: str
46109
- """
46110
- return self._ConfigId
46111
-
46112
- @ConfigId.setter
46113
- def ConfigId(self, ConfigId):
46114
- self._ConfigId = ConfigId
46115
-
46116
- @property
46117
- def NewConfigId(self):
46118
- r"""新关联日志配置ID
46119
- :rtype: str
46120
- """
46121
- return self._NewConfigId
46122
-
46123
- @NewConfigId.setter
46124
- def NewConfigId(self, NewConfigId):
46125
- self._NewConfigId = NewConfigId
46126
-
46127
- @property
46128
- def ApplicationId(self):
46129
- r"""TSF应用ID
46130
- :rtype: str
46131
- """
46132
- return self._ApplicationId
46133
-
46134
- @ApplicationId.setter
46135
- def ApplicationId(self, ApplicationId):
46136
- self._ApplicationId = ApplicationId
46137
-
46138
- @property
46139
- def GroupId(self):
46140
- r"""TSF部署组ID
46141
- :rtype: str
46142
- """
46143
- return self._GroupId
46144
-
46145
- @GroupId.setter
46146
- def GroupId(self, GroupId):
46147
- self._GroupId = GroupId
46148
-
46149
-
46150
- def _deserialize(self, params):
46151
- self._ConfigId = params.get("ConfigId")
46152
- self._NewConfigId = params.get("NewConfigId")
46153
- self._ApplicationId = params.get("ApplicationId")
46154
- self._GroupId = params.get("GroupId")
46155
- memeber_set = set(params.keys())
46156
- for name, value in vars(self).items():
46157
- property_name = name[1:]
46158
- if property_name in memeber_set:
46159
- memeber_set.remove(property_name)
46160
- if len(memeber_set) > 0:
46161
- warnings.warn("%s fileds are useless." % ",".join(memeber_set))
46162
-
46163
-
46164
-
46165
- class ReassociateBusinessLogConfigResponse(AbstractModel):
46166
- r"""ReassociateBusinessLogConfig返回参数结构体
46167
-
46168
- """
46169
-
46170
- def __init__(self):
46171
- r"""
46172
- :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46173
- :type RequestId: str
46174
- """
46175
- self._RequestId = None
46176
-
46177
- @property
46178
- def RequestId(self):
46179
- r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
46180
- :rtype: str
46181
- """
46182
- return self._RequestId
46183
-
46184
- @RequestId.setter
46185
- def RequestId(self, RequestId):
46186
- self._RequestId = RequestId
46187
-
46188
-
46189
- def _deserialize(self, params):
46190
- self._RequestId = params.get("RequestId")
46191
-
46192
-
46193
46084
  class ReleaseApiGroupRequest(AbstractModel):
46194
46085
  r"""ReleaseApiGroup请求参数结构体
46195
46086
 
@@ -4058,31 +4058,6 @@ class TsfClient(AbstractClient):
4058
4058
  raise TencentCloudSDKException(type(e).__name__, str(e))
4059
4059
 
4060
4060
 
4061
- def ReassociateBusinessLogConfig(self, request):
4062
- r"""后端服务已经删除这个接口, API 接口下线处理
4063
-
4064
- 重关联业务日志配置
4065
-
4066
- :param request: Request instance for ReassociateBusinessLogConfig.
4067
- :type request: :class:`tencentcloud.tsf.v20180326.models.ReassociateBusinessLogConfigRequest`
4068
- :rtype: :class:`tencentcloud.tsf.v20180326.models.ReassociateBusinessLogConfigResponse`
4069
-
4070
- """
4071
- try:
4072
- params = request._serialize()
4073
- headers = request.headers
4074
- body = self.call("ReassociateBusinessLogConfig", params, headers=headers)
4075
- response = json.loads(body)
4076
- model = models.ReassociateBusinessLogConfigResponse()
4077
- model._deserialize(response["Response"])
4078
- return model
4079
- except Exception as e:
4080
- if isinstance(e, TencentCloudSDKException):
4081
- raise
4082
- else:
4083
- raise TencentCloudSDKException(type(e).__name__, str(e))
4084
-
4085
-
4086
4061
  def ReleaseApiGroup(self, request):
4087
4062
  r"""发布Api分组
4088
4063
 
@@ -3182,26 +3182,6 @@ class TsfClient(AbstractClient):
3182
3182
 
3183
3183
  return await self.call_and_deserialize(**kwargs)
3184
3184
 
3185
- async def ReassociateBusinessLogConfig(
3186
- self,
3187
- request: models.ReassociateBusinessLogConfigRequest,
3188
- opts: Dict = None,
3189
- ) -> models.ReassociateBusinessLogConfigResponse:
3190
- """
3191
- 后端服务已经删除这个接口, API 接口下线处理
3192
-
3193
- 重关联业务日志配置
3194
- """
3195
-
3196
- kwargs = {}
3197
- kwargs["action"] = "ReassociateBusinessLogConfig"
3198
- kwargs["params"] = request._serialize()
3199
- kwargs["resp_cls"] = models.ReassociateBusinessLogConfigResponse
3200
- kwargs["headers"] = request.headers
3201
- kwargs["opts"] = opts or {}
3202
-
3203
- return await self.call_and_deserialize(**kwargs)
3204
-
3205
3185
  async def ReleaseApiGroup(
3206
3186
  self,
3207
3187
  request: models.ReleaseApiGroupRequest,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-tsf
3
- Version: 3.1.162
3
+ Version: 3.1.175
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.162
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.175
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.175
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.162