tencentcloud-sdk-python-ckafka 3.0.1387__tar.gz → 3.0.1389__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.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/setup.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud/ckafka/v20190819/models.py +29 -2
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud_sdk_python_ckafka.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-ckafka-3.0.1389/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-ckafka-3.0.1387/tencentcloud_sdk_python_ckafka.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/README.rst +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/setup.cfg +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud/ckafka/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud/ckafka/v20190819/__init__.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud/ckafka/v20190819/errorcodes.py +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud_sdk_python_ckafka.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud_sdk_python_ckafka.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/tencentcloud_sdk_python_ckafka.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/setup.py
RENAMED
|
@@ -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.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1389"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Ckafka SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -326,7 +326,7 @@ class CkafkaClient(AbstractClient):
|
|
|
326
326
|
|
|
327
327
|
|
|
328
328
|
def CreateInstancePost(self, request):
|
|
329
|
-
"""
|
|
329
|
+
"""由于出参需要更新,建议用户迁移使用 CreatePostPaidInstance 接口。创建按量计费实例。通常用于 SDK 或云 API 控制台调用接口,创建后付费 CKafka 实例。调用接口与在 CKafka 控制台购买按量付费实例效果相同。
|
|
330
330
|
|
|
331
331
|
:param request: Request instance for CreateInstancePost.
|
|
332
332
|
:type request: :class:`tencentcloud.ckafka.v20190819.models.CreateInstancePostRequest`
|
|
@@ -4717,6 +4717,8 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
|
4717
4717
|
:type TaskId: str
|
|
4718
4718
|
:param _Tags: 标签列表
|
|
4719
4719
|
:type Tags: list of Tag
|
|
4720
|
+
:param _Description: 任务描述信息
|
|
4721
|
+
:type Description: str
|
|
4720
4722
|
"""
|
|
4721
4723
|
self._TaskName = None
|
|
4722
4724
|
self._TaskType = None
|
|
@@ -4728,6 +4730,7 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
|
4728
4730
|
self._TransformsParam = None
|
|
4729
4731
|
self._TaskId = None
|
|
4730
4732
|
self._Tags = None
|
|
4733
|
+
self._Description = None
|
|
4731
4734
|
|
|
4732
4735
|
@property
|
|
4733
4736
|
def TaskName(self):
|
|
@@ -4786,6 +4789,8 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
|
4786
4789
|
|
|
4787
4790
|
@property
|
|
4788
4791
|
def PrivateLinkParam(self):
|
|
4792
|
+
warnings.warn("parameter `PrivateLinkParam` is deprecated", DeprecationWarning)
|
|
4793
|
+
|
|
4789
4794
|
"""实例连接参数【已废弃】
|
|
4790
4795
|
:rtype: :class:`tencentcloud.ckafka.v20190819.models.PrivateLinkParam`
|
|
4791
4796
|
"""
|
|
@@ -4793,6 +4798,8 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
|
4793
4798
|
|
|
4794
4799
|
@PrivateLinkParam.setter
|
|
4795
4800
|
def PrivateLinkParam(self, PrivateLinkParam):
|
|
4801
|
+
warnings.warn("parameter `PrivateLinkParam` is deprecated", DeprecationWarning)
|
|
4802
|
+
|
|
4796
4803
|
self._PrivateLinkParam = PrivateLinkParam
|
|
4797
4804
|
|
|
4798
4805
|
@property
|
|
@@ -4839,6 +4846,17 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
|
4839
4846
|
def Tags(self, Tags):
|
|
4840
4847
|
self._Tags = Tags
|
|
4841
4848
|
|
|
4849
|
+
@property
|
|
4850
|
+
def Description(self):
|
|
4851
|
+
"""任务描述信息
|
|
4852
|
+
:rtype: str
|
|
4853
|
+
"""
|
|
4854
|
+
return self._Description
|
|
4855
|
+
|
|
4856
|
+
@Description.setter
|
|
4857
|
+
def Description(self, Description):
|
|
4858
|
+
self._Description = Description
|
|
4859
|
+
|
|
4842
4860
|
|
|
4843
4861
|
def _deserialize(self, params):
|
|
4844
4862
|
self._TaskName = params.get("TaskName")
|
|
@@ -4866,6 +4884,7 @@ class CreateDatahubTaskRequest(AbstractModel):
|
|
|
4866
4884
|
obj = Tag()
|
|
4867
4885
|
obj._deserialize(item)
|
|
4868
4886
|
self._Tags.append(obj)
|
|
4887
|
+
self._Description = params.get("Description")
|
|
4869
4888
|
memeber_set = set(params.keys())
|
|
4870
4889
|
for name, value in vars(self).items():
|
|
4871
4890
|
property_name = name[1:]
|
|
@@ -13859,6 +13878,8 @@ class DescribeInstancesDetailRequest(AbstractModel):
|
|
|
13859
13878
|
|
|
13860
13879
|
@property
|
|
13861
13880
|
def InstanceIds(self):
|
|
13881
|
+
warnings.warn("parameter `InstanceIds` is deprecated", DeprecationWarning)
|
|
13882
|
+
|
|
13862
13883
|
"""已经废弃, 使用InstanceIdList
|
|
13863
13884
|
:rtype: str
|
|
13864
13885
|
"""
|
|
@@ -13866,6 +13887,8 @@ class DescribeInstancesDetailRequest(AbstractModel):
|
|
|
13866
13887
|
|
|
13867
13888
|
@InstanceIds.setter
|
|
13868
13889
|
def InstanceIds(self, InstanceIds):
|
|
13890
|
+
warnings.warn("parameter `InstanceIds` is deprecated", DeprecationWarning)
|
|
13891
|
+
|
|
13869
13892
|
self._InstanceIds = InstanceIds
|
|
13870
13893
|
|
|
13871
13894
|
@property
|
|
@@ -14054,6 +14077,8 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
14054
14077
|
|
|
14055
14078
|
@property
|
|
14056
14079
|
def TagKey(self):
|
|
14080
|
+
warnings.warn("parameter `TagKey` is deprecated", DeprecationWarning)
|
|
14081
|
+
|
|
14057
14082
|
"""已废弃。匹配标签key值。
|
|
14058
14083
|
:rtype: str
|
|
14059
14084
|
"""
|
|
@@ -14061,6 +14086,8 @@ class DescribeInstancesRequest(AbstractModel):
|
|
|
14061
14086
|
|
|
14062
14087
|
@TagKey.setter
|
|
14063
14088
|
def TagKey(self, TagKey):
|
|
14089
|
+
warnings.warn("parameter `TagKey` is deprecated", DeprecationWarning)
|
|
14090
|
+
|
|
14064
14091
|
self._TagKey = TagKey
|
|
14065
14092
|
|
|
14066
14093
|
@property
|
|
@@ -17655,7 +17682,7 @@ class FailureParam(AbstractModel):
|
|
|
17655
17682
|
|
|
17656
17683
|
def __init__(self):
|
|
17657
17684
|
r"""
|
|
17658
|
-
:param _Type: 类型,DLQ死信队列,IGNORE_ERROR保留,DROP
|
|
17685
|
+
:param _Type: 类型,DLQ死信队列,IGNORE_ERROR保留,DROP丢弃
|
|
17659
17686
|
:type Type: str
|
|
17660
17687
|
:param _KafkaParam: Ckafka类型死信队列
|
|
17661
17688
|
:type KafkaParam: :class:`tencentcloud.ckafka.v20190819.models.KafkaParam`
|
|
@@ -17677,7 +17704,7 @@ class FailureParam(AbstractModel):
|
|
|
17677
17704
|
|
|
17678
17705
|
@property
|
|
17679
17706
|
def Type(self):
|
|
17680
|
-
"""类型,DLQ死信队列,IGNORE_ERROR保留,DROP
|
|
17707
|
+
"""类型,DLQ死信队列,IGNORE_ERROR保留,DROP丢弃
|
|
17681
17708
|
:rtype: str
|
|
17682
17709
|
"""
|
|
17683
17710
|
return self._Type
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1389
|
tencentcloud-sdk-python-ckafka-3.0.1387/tencentcloud_sdk_python_ckafka.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1387
|
{tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-ckafka-3.0.1387 → tencentcloud-sdk-python-ckafka-3.0.1389}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|