tencentcloud-sdk-python-ckafka 3.1.82__tar.gz → 3.1.102__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.
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/setup.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/ckafka/v20190819/ckafka_client.py +0 -23
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/ckafka/v20190819/ckafka_client_async.py +0 -18
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/ckafka/v20190819/models.py +0 -111
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_ckafka-3.1.102/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_ckafka-3.1.82/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/README.rst +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/setup.cfg +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_ckafka-3.1.82 → tencentcloud_sdk_python_ckafka-3.1.102}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ckafka
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.102
|
|
4
4
|
Summary: Tencent Cloud Ckafka 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
|
|
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-ckafka',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.102,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Ckafka SDK for Python',
|
|
@@ -808,29 +808,6 @@ class CkafkaClient(AbstractClient):
|
|
|
808
808
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
809
809
|
|
|
810
810
|
|
|
811
|
-
def DeleteTopicIpWhiteList(self, request):
|
|
812
|
-
r"""删除主题IP白名单
|
|
813
|
-
|
|
814
|
-
:param request: Request instance for DeleteTopicIpWhiteList.
|
|
815
|
-
:type request: :class:`tencentcloud.ckafka.v20190819.models.DeleteTopicIpWhiteListRequest`
|
|
816
|
-
:rtype: :class:`tencentcloud.ckafka.v20190819.models.DeleteTopicIpWhiteListResponse`
|
|
817
|
-
|
|
818
|
-
"""
|
|
819
|
-
try:
|
|
820
|
-
params = request._serialize()
|
|
821
|
-
headers = request.headers
|
|
822
|
-
body = self.call("DeleteTopicIpWhiteList", params, headers=headers)
|
|
823
|
-
response = json.loads(body)
|
|
824
|
-
model = models.DeleteTopicIpWhiteListResponse()
|
|
825
|
-
model._deserialize(response["Response"])
|
|
826
|
-
return model
|
|
827
|
-
except Exception as e:
|
|
828
|
-
if isinstance(e, TencentCloudSDKException):
|
|
829
|
-
raise
|
|
830
|
-
else:
|
|
831
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
832
|
-
|
|
833
|
-
|
|
834
811
|
def DeleteUser(self, request):
|
|
835
812
|
r"""删除用户
|
|
836
813
|
|
|
@@ -637,24 +637,6 @@ class CkafkaClient(AbstractClient):
|
|
|
637
637
|
|
|
638
638
|
return await self.call_and_deserialize(**kwargs)
|
|
639
639
|
|
|
640
|
-
async def DeleteTopicIpWhiteList(
|
|
641
|
-
self,
|
|
642
|
-
request: models.DeleteTopicIpWhiteListRequest,
|
|
643
|
-
opts: Dict = None,
|
|
644
|
-
) -> models.DeleteTopicIpWhiteListResponse:
|
|
645
|
-
"""
|
|
646
|
-
删除主题IP白名单
|
|
647
|
-
"""
|
|
648
|
-
|
|
649
|
-
kwargs = {}
|
|
650
|
-
kwargs["action"] = "DeleteTopicIpWhiteList"
|
|
651
|
-
kwargs["params"] = request._serialize()
|
|
652
|
-
kwargs["resp_cls"] = models.DeleteTopicIpWhiteListResponse
|
|
653
|
-
kwargs["headers"] = request.headers
|
|
654
|
-
kwargs["opts"] = opts or {}
|
|
655
|
-
|
|
656
|
-
return await self.call_and_deserialize(**kwargs)
|
|
657
|
-
|
|
658
640
|
async def DeleteUser(
|
|
659
641
|
self,
|
|
660
642
|
request: models.DeleteUserRequest,
|
|
@@ -9868,117 +9868,6 @@ class DeleteRouteTriggerTimeResponse(AbstractModel):
|
|
|
9868
9868
|
self._RequestId = params.get("RequestId")
|
|
9869
9869
|
|
|
9870
9870
|
|
|
9871
|
-
class DeleteTopicIpWhiteListRequest(AbstractModel):
|
|
9872
|
-
r"""DeleteTopicIpWhiteList请求参数结构体
|
|
9873
|
-
|
|
9874
|
-
"""
|
|
9875
|
-
|
|
9876
|
-
def __init__(self):
|
|
9877
|
-
r"""
|
|
9878
|
-
:param _InstanceId: ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
|
9879
|
-
:type InstanceId: str
|
|
9880
|
-
:param _TopicName: 主题名,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。
|
|
9881
|
-
:type TopicName: str
|
|
9882
|
-
:param _IpWhiteList: ip白名单列表
|
|
9883
|
-
:type IpWhiteList: list of str
|
|
9884
|
-
"""
|
|
9885
|
-
self._InstanceId = None
|
|
9886
|
-
self._TopicName = None
|
|
9887
|
-
self._IpWhiteList = None
|
|
9888
|
-
|
|
9889
|
-
@property
|
|
9890
|
-
def InstanceId(self):
|
|
9891
|
-
r"""ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取
|
|
9892
|
-
:rtype: str
|
|
9893
|
-
"""
|
|
9894
|
-
return self._InstanceId
|
|
9895
|
-
|
|
9896
|
-
@InstanceId.setter
|
|
9897
|
-
def InstanceId(self, InstanceId):
|
|
9898
|
-
self._InstanceId = InstanceId
|
|
9899
|
-
|
|
9900
|
-
@property
|
|
9901
|
-
def TopicName(self):
|
|
9902
|
-
r"""主题名,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。
|
|
9903
|
-
:rtype: str
|
|
9904
|
-
"""
|
|
9905
|
-
return self._TopicName
|
|
9906
|
-
|
|
9907
|
-
@TopicName.setter
|
|
9908
|
-
def TopicName(self, TopicName):
|
|
9909
|
-
self._TopicName = TopicName
|
|
9910
|
-
|
|
9911
|
-
@property
|
|
9912
|
-
def IpWhiteList(self):
|
|
9913
|
-
r"""ip白名单列表
|
|
9914
|
-
:rtype: list of str
|
|
9915
|
-
"""
|
|
9916
|
-
return self._IpWhiteList
|
|
9917
|
-
|
|
9918
|
-
@IpWhiteList.setter
|
|
9919
|
-
def IpWhiteList(self, IpWhiteList):
|
|
9920
|
-
self._IpWhiteList = IpWhiteList
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
def _deserialize(self, params):
|
|
9924
|
-
self._InstanceId = params.get("InstanceId")
|
|
9925
|
-
self._TopicName = params.get("TopicName")
|
|
9926
|
-
self._IpWhiteList = params.get("IpWhiteList")
|
|
9927
|
-
memeber_set = set(params.keys())
|
|
9928
|
-
for name, value in vars(self).items():
|
|
9929
|
-
property_name = name[1:]
|
|
9930
|
-
if property_name in memeber_set:
|
|
9931
|
-
memeber_set.remove(property_name)
|
|
9932
|
-
if len(memeber_set) > 0:
|
|
9933
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
9934
|
-
|
|
9935
|
-
|
|
9936
|
-
|
|
9937
|
-
class DeleteTopicIpWhiteListResponse(AbstractModel):
|
|
9938
|
-
r"""DeleteTopicIpWhiteList返回参数结构体
|
|
9939
|
-
|
|
9940
|
-
"""
|
|
9941
|
-
|
|
9942
|
-
def __init__(self):
|
|
9943
|
-
r"""
|
|
9944
|
-
:param _Result: 删除主题IP白名单结果
|
|
9945
|
-
:type Result: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
|
9946
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9947
|
-
:type RequestId: str
|
|
9948
|
-
"""
|
|
9949
|
-
self._Result = None
|
|
9950
|
-
self._RequestId = None
|
|
9951
|
-
|
|
9952
|
-
@property
|
|
9953
|
-
def Result(self):
|
|
9954
|
-
r"""删除主题IP白名单结果
|
|
9955
|
-
:rtype: :class:`tencentcloud.ckafka.v20190819.models.JgwOperateResponse`
|
|
9956
|
-
"""
|
|
9957
|
-
return self._Result
|
|
9958
|
-
|
|
9959
|
-
@Result.setter
|
|
9960
|
-
def Result(self, Result):
|
|
9961
|
-
self._Result = Result
|
|
9962
|
-
|
|
9963
|
-
@property
|
|
9964
|
-
def RequestId(self):
|
|
9965
|
-
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9966
|
-
:rtype: str
|
|
9967
|
-
"""
|
|
9968
|
-
return self._RequestId
|
|
9969
|
-
|
|
9970
|
-
@RequestId.setter
|
|
9971
|
-
def RequestId(self, RequestId):
|
|
9972
|
-
self._RequestId = RequestId
|
|
9973
|
-
|
|
9974
|
-
|
|
9975
|
-
def _deserialize(self, params):
|
|
9976
|
-
if params.get("Result") is not None:
|
|
9977
|
-
self._Result = JgwOperateResponse()
|
|
9978
|
-
self._Result._deserialize(params.get("Result"))
|
|
9979
|
-
self._RequestId = params.get("RequestId")
|
|
9980
|
-
|
|
9981
|
-
|
|
9982
9871
|
class DeleteTopicRequest(AbstractModel):
|
|
9983
9872
|
r"""DeleteTopic请求参数结构体
|
|
9984
9873
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-ckafka
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.102
|
|
4
4
|
Summary: Tencent Cloud Ckafka 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.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.102
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.102
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.82
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|