tencentcloud-sdk-python-cls 3.1.85__tar.gz → 3.1.86__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_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/cls/v20201016/models.py +35 -35
  5. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.86/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.85/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.85 → tencentcloud_sdk_python_cls-3.1.86}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.85
3
+ Version: 3.1.86
4
4
  Summary: Tencent Cloud Cls 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.85
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.86
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-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.85,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.86,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.85'
17
+ __version__ = '3.1.86'
@@ -13214,32 +13214,32 @@ class CreateSearchViewRequest(AbstractModel):
13214
13214
 
13215
13215
  def __init__(self):
13216
13216
  r"""
13217
- :param _LogsetId: <p>日志集id</p><p>标记视图所属该日志集,用于查询日志集下的查询视图配置</p>
13217
+ :param _LogsetId: <p>日志集id</p><p>查询视图所属的日志集,仅用于管理查询视图,查询视图中包含的主题可与该日志集无关</p>
13218
13218
  :type LogsetId: str
13219
13219
  :param _LogsetRegion: <p>日志集所属地域</p><p>参数格式:ap-guangzhou</p>
13220
13220
  :type LogsetRegion: str
13221
13221
  :param _ViewName: <p>视图名称</p><p>入参限制:最大支持255字符,不能包含&quot;|&quot;字符。</p>
13222
13222
  :type ViewName: str
13223
- :param _ViewType: <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
13223
+ :param _ViewType: <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题类型应该与ViewType类型匹配</p>
13224
13224
  :type ViewType: str
13225
- :param _Topics: <p>视图主题配置信息</p><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
13225
+ :param _Topics: <p>查询视图中包含的主题,最大可包含10个主题</p><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
13226
13226
  :type Topics: list of ViewSearchTopic
13227
- :param _Description: <p>配置描述信息</p>
13228
- :type Description: str
13229
- :param _ViewIdPrefix: <p>自定义视图id前缀</p><p>参数格式:<code>^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$</code></p><p>配置成功之后ViewId格式: ${ViewIdPrefix}-view</p>
13227
+ :param _ViewIdPrefix: <p>自定义查询视图id前缀</p><p>参数格式:<code>^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$</code></p><p>创建成功的查询视图 ViewId 格式为 ${ViewIdPrefix}-view</p>
13230
13228
  :type ViewIdPrefix: str
13229
+ :param _Description: <p>描述信息</p>
13230
+ :type Description: str
13231
13231
  """
13232
13232
  self._LogsetId = None
13233
13233
  self._LogsetRegion = None
13234
13234
  self._ViewName = None
13235
13235
  self._ViewType = None
13236
13236
  self._Topics = None
13237
- self._Description = None
13238
13237
  self._ViewIdPrefix = None
13238
+ self._Description = None
13239
13239
 
13240
13240
  @property
13241
13241
  def LogsetId(self):
13242
- r"""<p>日志集id</p><p>标记视图所属该日志集,用于查询日志集下的查询视图配置</p>
13242
+ r"""<p>日志集id</p><p>查询视图所属的日志集,仅用于管理查询视图,查询视图中包含的主题可与该日志集无关</p>
13243
13243
  :rtype: str
13244
13244
  """
13245
13245
  return self._LogsetId
@@ -13272,7 +13272,7 @@ class CreateSearchViewRequest(AbstractModel):
13272
13272
 
13273
13273
  @property
13274
13274
  def ViewType(self):
13275
- r"""<p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
13275
+ r"""<p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题类型应该与ViewType类型匹配</p>
13276
13276
  :rtype: str
13277
13277
  """
13278
13278
  return self._ViewType
@@ -13283,7 +13283,7 @@ class CreateSearchViewRequest(AbstractModel):
13283
13283
 
13284
13284
  @property
13285
13285
  def Topics(self):
13286
- r"""<p>视图主题配置信息</p><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
13286
+ r"""<p>查询视图中包含的主题,最大可包含10个主题</p><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
13287
13287
  :rtype: list of ViewSearchTopic
13288
13288
  """
13289
13289
  return self._Topics
@@ -13292,20 +13292,9 @@ class CreateSearchViewRequest(AbstractModel):
13292
13292
  def Topics(self, Topics):
13293
13293
  self._Topics = Topics
13294
13294
 
13295
- @property
13296
- def Description(self):
13297
- r"""<p>配置描述信息</p>
13298
- :rtype: str
13299
- """
13300
- return self._Description
13301
-
13302
- @Description.setter
13303
- def Description(self, Description):
13304
- self._Description = Description
13305
-
13306
13295
  @property
13307
13296
  def ViewIdPrefix(self):
13308
- r"""<p>自定义视图id前缀</p><p>参数格式:<code>^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$</code></p><p>配置成功之后ViewId格式: ${ViewIdPrefix}-view</p>
13297
+ r"""<p>自定义查询视图id前缀</p><p>参数格式:<code>^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$</code></p><p>创建成功的查询视图 ViewId 格式为 ${ViewIdPrefix}-view</p>
13309
13298
  :rtype: str
13310
13299
  """
13311
13300
  return self._ViewIdPrefix
@@ -13314,6 +13303,17 @@ class CreateSearchViewRequest(AbstractModel):
13314
13303
  def ViewIdPrefix(self, ViewIdPrefix):
13315
13304
  self._ViewIdPrefix = ViewIdPrefix
13316
13305
 
13306
+ @property
13307
+ def Description(self):
13308
+ r"""<p>描述信息</p>
13309
+ :rtype: str
13310
+ """
13311
+ return self._Description
13312
+
13313
+ @Description.setter
13314
+ def Description(self, Description):
13315
+ self._Description = Description
13316
+
13317
13317
 
13318
13318
  def _deserialize(self, params):
13319
13319
  self._LogsetId = params.get("LogsetId")
@@ -13326,8 +13326,8 @@ class CreateSearchViewRequest(AbstractModel):
13326
13326
  obj = ViewSearchTopic()
13327
13327
  obj._deserialize(item)
13328
13328
  self._Topics.append(obj)
13329
- self._Description = params.get("Description")
13330
13329
  self._ViewIdPrefix = params.get("ViewIdPrefix")
13330
+ self._Description = params.get("Description")
13331
13331
  memeber_set = set(params.keys())
13332
13332
  for name, value in vars(self).items():
13333
13333
  property_name = name[1:]
@@ -26183,7 +26183,7 @@ class DescribeSearchViewsResponse(AbstractModel):
26183
26183
 
26184
26184
  def __init__(self):
26185
26185
  r"""
26186
- :param _Infos: <p>Splunk投递任务信息列表</p>
26186
+ :param _Infos: <p>查询视图详细信息</p>
26187
26187
  :type Infos: list of SearchViewInfo
26188
26188
  :param _Total: <p>符合条件的任务总数。</p>
26189
26189
  :type Total: int
@@ -26196,7 +26196,7 @@ class DescribeSearchViewsResponse(AbstractModel):
26196
26196
 
26197
26197
  @property
26198
26198
  def Infos(self):
26199
- r"""<p>Splunk投递任务信息列表</p>
26199
+ r"""<p>查询视图详细信息</p>
26200
26200
  :rtype: list of SearchViewInfo
26201
26201
  """
26202
26202
  return self._Infos
@@ -40538,11 +40538,11 @@ class ModifySearchViewRequest(AbstractModel):
40538
40538
  :type ViewId: str
40539
40539
  :param _ViewName: <p>视图名称</p><p>参数格式:<code>^[a-z0-9][a-z0-9_-]{1,61}[a-z0-9]$</code></p>
40540
40540
  :type ViewName: str
40541
- :param _ViewType: <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul>
40541
+ :param _ViewType: <p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
40542
40542
  :type ViewType: str
40543
- :param _Topics: <p>视图主题配置信息</p>
40543
+ :param _Topics: <p>查询视图中包含的主题,最大可包含10个主题</p>
40544
40544
  :type Topics: list of ViewSearchTopic
40545
- :param _Description: <p>配置描述信息</p>
40545
+ :param _Description: <p>描述信息</p>
40546
40546
  :type Description: str
40547
40547
  """
40548
40548
  self._ViewId = None
@@ -40575,7 +40575,7 @@ class ModifySearchViewRequest(AbstractModel):
40575
40575
 
40576
40576
  @property
40577
40577
  def ViewType(self):
40578
- r"""<p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul>
40578
+ r"""<p>视图类型</p><p>枚举值:</p><ul><li>log: 日志主题</li><li>metric: 指标主题</li></ul><p>Topics字段中配置的主题信息应该与ViewType类型匹配</p>
40579
40579
  :rtype: str
40580
40580
  """
40581
40581
  return self._ViewType
@@ -40586,7 +40586,7 @@ class ModifySearchViewRequest(AbstractModel):
40586
40586
 
40587
40587
  @property
40588
40588
  def Topics(self):
40589
- r"""<p>视图主题配置信息</p>
40589
+ r"""<p>查询视图中包含的主题,最大可包含10个主题</p>
40590
40590
  :rtype: list of ViewSearchTopic
40591
40591
  """
40592
40592
  return self._Topics
@@ -40597,7 +40597,7 @@ class ModifySearchViewRequest(AbstractModel):
40597
40597
 
40598
40598
  @property
40599
40599
  def Description(self):
40600
- r"""<p>配置描述信息</p>
40600
+ r"""<p>描述信息</p>
40601
40601
  :rtype: str
40602
40602
  """
40603
40603
  return self._Description
@@ -46720,7 +46720,7 @@ class SearchLogTopics(AbstractModel):
46720
46720
 
46721
46721
 
46722
46722
  class SearchViewInfo(AbstractModel):
46723
- r"""检索视图信息
46723
+ r"""查询视图信息
46724
46724
 
46725
46725
  """
46726
46726
 
@@ -49217,13 +49217,13 @@ long及double类型字段需为空;
49217
49217
 
49218
49218
 
49219
49219
  class ViewSearchTopic(AbstractModel):
49220
- r"""视图检索日志主题配置
49220
+ r"""查询视图主题配置
49221
49221
 
49222
49222
  """
49223
49223
 
49224
49224
  def __init__(self):
49225
49225
  r"""
49226
- :param _Region: <p>日志集与日志主题所属地域</p><p>参数格式:ap-guangzhou</p>
49226
+ :param _Region: <p>日志集与主题所属地域</p><p>参数格式:ap-guangzhou</p><p>同一查询视图内,包含的各个主题需为相同地域</p>
49227
49227
  :type Region: str
49228
49228
  :param _LogsetId: <p>日志集id</p>
49229
49229
  :type LogsetId: str
@@ -49236,7 +49236,7 @@ class ViewSearchTopic(AbstractModel):
49236
49236
 
49237
49237
  @property
49238
49238
  def Region(self):
49239
- r"""<p>日志集与日志主题所属地域</p><p>参数格式:ap-guangzhou</p>
49239
+ r"""<p>日志集与主题所属地域</p><p>参数格式:ap-guangzhou</p><p>同一查询视图内,包含的各个主题需为相同地域</p>
49240
49240
  :rtype: str
49241
49241
  """
49242
49242
  return self._Region
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.85
3
+ Version: 3.1.86
4
4
  Summary: Tencent Cloud Cls 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.85
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.86
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.86
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.85