tencentcloud-sdk-python-lke 3.1.73__tar.gz → 3.1.76__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_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/setup.py +1 -1
  3. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/models.py +18 -18
  5. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_lke-3.1.76/tencentcloud_sdk_python_lke.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_lke-3.1.73/tencentcloud_sdk_python_lke.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/README.rst +0 -0
  9. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/__init__.py +0 -0
  11. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/__init__.py +0 -0
  12. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/lke_client.py +0 -0
  14. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud/lke/v20231130/lke_client_async.py +0 -0
  15. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_lke-3.1.73 → tencentcloud_sdk_python_lke-3.1.76}/tencentcloud_sdk_python_lke.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.73
3
+ Version: 3.1.76
4
4
  Summary: Tencent Cloud Lke 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.73
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.76
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-lke',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.73,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.76,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Lke SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.73'
17
+ __version__ = '3.1.76'
@@ -36585,21 +36585,21 @@ class UpdateVarRequest(AbstractModel):
36585
36585
 
36586
36586
  def __init__(self):
36587
36587
  r"""
36588
- :param _AppBizId: 应用ID
36588
+ :param _AppBizId: <p>应用ID,获取方法参看如何获取 <a href="https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa">BotBizId</a>。</p>
36589
36589
  :type AppBizId: str
36590
- :param _VarId: 变量ID
36590
+ :param _VarId: <p>变量 ID。由 CreateVar 接口生成,通过 CreateVar / DescribeVar 返回结果获取。</p>
36591
36591
  :type VarId: str
36592
- :param _VarName: 变量名称,最大支持50个字符
36592
+ :param _VarName: <p>变量名称,最大支持50个字符,英文字母开头,支持英文数字与下划线”_” 。</p>
36593
36593
  :type VarName: str
36594
- :param _VarDesc: 参数描述
36594
+ :param _VarDesc: <p>参数描述</p>
36595
36595
  :type VarDesc: str
36596
- :param _VarType: 参数类型
36596
+ :param _VarType: <p>变量类型</p><p>枚举值:</p><ul><li>STRING: 字符串</li><li>INT: 整形</li><li>BOOL: 布尔型</li><li>OBJECT: 对象</li><li>ARRAY_STRING: 字符串数组</li><li>ARRAY_INT: 整型数组</li><li>ARRAY_FLOAT: 浮点型数组</li><li>ARRAY_BOOL: 布尔型数组</li><li>ARRAY_OBJECT: 对象数组</li><li>FILE: 文件类型</li><li>DOCUMENT: 文档类型</li><li>IMAGE: 图片类型</li><li>AUDIO: 音频</li><li>VIDEO: 视频</li><li>ARRAY_FILE: 文件数组</li><li>ARRAY_DOCUMENT: 文档数组</li><li>ARRAY_IMAGE: 图片数组</li><li>ARRAY_AUDIO: 音频数组</li><li>ARRAY_VIDEO: 视频数组</li><li>SECRET: 秘钥</li><li>ARRAY_ARRAY: 多维数组</li></ul><p>默认值:STRING</p>
36597
36597
  :type VarType: str
36598
- :param _VarDefaultValue: 自定义变量默认值
36598
+ :param _VarDefaultValue: <p>自定义变量默认值,<code>VarDefaultValue</code>&nbsp;默认为空</p>
36599
36599
  :type VarDefaultValue: str
36600
- :param _VarDefaultFileName: 自定义变量文件默认名称
36600
+ :param _VarDefaultFileName: <p>自定义变量文件默认名称,<code>VarDefaultFileName</code> 默认为空</p>
36601
36601
  :type VarDefaultFileName: str
36602
- :param _VarModuleType: 变量类型
36602
+ :param _VarModuleType: <p>变量模块类型</p><p>枚举值:</p><ul><li>0: API参数</li><li>1: 环境参数</li><li>2: 应用参数</li><li>3: 系统参数</li></ul>
36603
36603
  :type VarModuleType: int
36604
36604
  """
36605
36605
  self._AppBizId = None
@@ -36613,7 +36613,7 @@ class UpdateVarRequest(AbstractModel):
36613
36613
 
36614
36614
  @property
36615
36615
  def AppBizId(self):
36616
- r"""应用ID
36616
+ r"""<p>应用ID,获取方法参看如何获取 <a href="https://cloud.tencent.com/document/product/1759/109469#4eecb8c1-6ce4-45f5-8fa2-b269449d8efa">BotBizId</a>。</p>
36617
36617
  :rtype: str
36618
36618
  """
36619
36619
  return self._AppBizId
@@ -36624,7 +36624,7 @@ class UpdateVarRequest(AbstractModel):
36624
36624
 
36625
36625
  @property
36626
36626
  def VarId(self):
36627
- r"""变量ID
36627
+ r"""<p>变量 ID。由 CreateVar 接口生成,通过 CreateVar / DescribeVar 返回结果获取。</p>
36628
36628
  :rtype: str
36629
36629
  """
36630
36630
  return self._VarId
@@ -36635,7 +36635,7 @@ class UpdateVarRequest(AbstractModel):
36635
36635
 
36636
36636
  @property
36637
36637
  def VarName(self):
36638
- r"""变量名称,最大支持50个字符
36638
+ r"""<p>变量名称,最大支持50个字符,英文字母开头,支持英文数字与下划线”_” 。</p>
36639
36639
  :rtype: str
36640
36640
  """
36641
36641
  return self._VarName
@@ -36646,7 +36646,7 @@ class UpdateVarRequest(AbstractModel):
36646
36646
 
36647
36647
  @property
36648
36648
  def VarDesc(self):
36649
- r"""参数描述
36649
+ r"""<p>参数描述</p>
36650
36650
  :rtype: str
36651
36651
  """
36652
36652
  return self._VarDesc
@@ -36657,7 +36657,7 @@ class UpdateVarRequest(AbstractModel):
36657
36657
 
36658
36658
  @property
36659
36659
  def VarType(self):
36660
- r"""参数类型
36660
+ r"""<p>变量类型</p><p>枚举值:</p><ul><li>STRING: 字符串</li><li>INT: 整形</li><li>BOOL: 布尔型</li><li>OBJECT: 对象</li><li>ARRAY_STRING: 字符串数组</li><li>ARRAY_INT: 整型数组</li><li>ARRAY_FLOAT: 浮点型数组</li><li>ARRAY_BOOL: 布尔型数组</li><li>ARRAY_OBJECT: 对象数组</li><li>FILE: 文件类型</li><li>DOCUMENT: 文档类型</li><li>IMAGE: 图片类型</li><li>AUDIO: 音频</li><li>VIDEO: 视频</li><li>ARRAY_FILE: 文件数组</li><li>ARRAY_DOCUMENT: 文档数组</li><li>ARRAY_IMAGE: 图片数组</li><li>ARRAY_AUDIO: 音频数组</li><li>ARRAY_VIDEO: 视频数组</li><li>SECRET: 秘钥</li><li>ARRAY_ARRAY: 多维数组</li></ul><p>默认值:STRING</p>
36661
36661
  :rtype: str
36662
36662
  """
36663
36663
  return self._VarType
@@ -36668,7 +36668,7 @@ class UpdateVarRequest(AbstractModel):
36668
36668
 
36669
36669
  @property
36670
36670
  def VarDefaultValue(self):
36671
- r"""自定义变量默认值
36671
+ r"""<p>自定义变量默认值,<code>VarDefaultValue</code>&nbsp;默认为空</p>
36672
36672
  :rtype: str
36673
36673
  """
36674
36674
  return self._VarDefaultValue
@@ -36679,7 +36679,7 @@ class UpdateVarRequest(AbstractModel):
36679
36679
 
36680
36680
  @property
36681
36681
  def VarDefaultFileName(self):
36682
- r"""自定义变量文件默认名称
36682
+ r"""<p>自定义变量文件默认名称,<code>VarDefaultFileName</code> 默认为空</p>
36683
36683
  :rtype: str
36684
36684
  """
36685
36685
  return self._VarDefaultFileName
@@ -36690,7 +36690,7 @@ class UpdateVarRequest(AbstractModel):
36690
36690
 
36691
36691
  @property
36692
36692
  def VarModuleType(self):
36693
- r"""变量类型
36693
+ r"""<p>变量模块类型</p><p>枚举值:</p><ul><li>0: API参数</li><li>1: 环境参数</li><li>2: 应用参数</li><li>3: 系统参数</li></ul>
36694
36694
  :rtype: int
36695
36695
  """
36696
36696
  return self._VarModuleType
@@ -36726,7 +36726,7 @@ class UpdateVarResponse(AbstractModel):
36726
36726
 
36727
36727
  def __init__(self):
36728
36728
  r"""
36729
- :param _VarId: 变量ID
36729
+ :param _VarId: <p>变量ID</p>
36730
36730
  :type VarId: str
36731
36731
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36732
36732
  :type RequestId: str
@@ -36736,7 +36736,7 @@ class UpdateVarResponse(AbstractModel):
36736
36736
 
36737
36737
  @property
36738
36738
  def VarId(self):
36739
- r"""变量ID
36739
+ r"""<p>变量ID</p>
36740
36740
  :rtype: str
36741
36741
  """
36742
36742
  return self._VarId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-lke
3
- Version: 3.1.73
3
+ Version: 3.1.76
4
4
  Summary: Tencent Cloud Lke 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.73
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.76
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.76
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.73