tencentcloud-sdk-nodejs-cls 4.1.292 → 4.1.294
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.
package/package.json
CHANGED
|
@@ -353,21 +353,15 @@ export interface NetInfo {
|
|
|
353
353
|
*/
|
|
354
354
|
export interface CreateLogsetRequest {
|
|
355
355
|
/**
|
|
356
|
-
*
|
|
357
|
-
|
|
358
|
-
- 最大支持255个字符。不支持`|`字符。
|
|
356
|
+
* <p>日志集名字。</p><ul><li>最大支持255个字符。不支持<code>|</code>字符。</li></ul>
|
|
359
357
|
*/
|
|
360
358
|
LogsetName: string;
|
|
361
359
|
/**
|
|
362
|
-
*
|
|
360
|
+
* <p>标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对</p>
|
|
363
361
|
*/
|
|
364
362
|
Tags?: Array<Tag>;
|
|
365
363
|
/**
|
|
366
|
-
*
|
|
367
|
-
|
|
368
|
-
- 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。
|
|
369
|
-
- 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。
|
|
370
|
-
- 如果指定该字段,需保证全地域唯一
|
|
364
|
+
* <p>日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。</p><ul><li>用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。</li><li>尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。</li><li>如果指定该字段,需保证全地域唯一</li></ul>
|
|
371
365
|
*/
|
|
372
366
|
LogsetId?: string;
|
|
373
367
|
}
|
|
@@ -8745,7 +8739,7 @@ export interface DescribeConsoleSharingListResponse {
|
|
|
8745
8739
|
*/
|
|
8746
8740
|
export interface CreateLogsetResponse {
|
|
8747
8741
|
/**
|
|
8748
|
-
*
|
|
8742
|
+
* <p>日志集ID</p>
|
|
8749
8743
|
*/
|
|
8750
8744
|
LogsetId?: string;
|
|
8751
8745
|
/**
|
|
@@ -12014,7 +12008,7 @@ export interface DescribeShipperTasksRequest {
|
|
|
12014
12008
|
*/
|
|
12015
12009
|
export interface ModifyLogRequest {
|
|
12016
12010
|
/**
|
|
12017
|
-
* <p>日志主题id</p>
|
|
12011
|
+
* <p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
|
|
12018
12012
|
*/
|
|
12019
12013
|
TopicId: string;
|
|
12020
12014
|
/**
|
|
@@ -12755,7 +12749,7 @@ export interface ViewSearchTopic {
|
|
|
12755
12749
|
*/
|
|
12756
12750
|
export interface DeleteLogRequest {
|
|
12757
12751
|
/**
|
|
12758
|
-
* <p>日志主题id</p>
|
|
12752
|
+
* <p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
|
|
12759
12753
|
*/
|
|
12760
12754
|
TopicId: string;
|
|
12761
12755
|
/**
|