tencentcloud-sdk-nodejs-tione 4.1.291 → 4.1.292
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
|
@@ -352,27 +352,27 @@ export interface ServiceEIP {
|
|
|
352
352
|
*/
|
|
353
353
|
export interface DescribeExportResponse {
|
|
354
354
|
/**
|
|
355
|
-
*
|
|
355
|
+
* <p>日志下载任务的ID</p>
|
|
356
356
|
*/
|
|
357
357
|
ExportId?: string;
|
|
358
358
|
/**
|
|
359
|
-
*
|
|
359
|
+
* <p>日志下载文件名</p>
|
|
360
360
|
*/
|
|
361
361
|
FileName?: string;
|
|
362
362
|
/**
|
|
363
|
-
*
|
|
363
|
+
* <p>日志导出路径,有效期一个小时,请尽快使用该路径下载。</p>
|
|
364
364
|
*/
|
|
365
365
|
CosPath?: string;
|
|
366
366
|
/**
|
|
367
|
-
*
|
|
367
|
+
* <p>下载任务创建时间</p>
|
|
368
368
|
*/
|
|
369
369
|
CreateTime?: string;
|
|
370
370
|
/**
|
|
371
|
-
*
|
|
371
|
+
* <p>日志文件大小</p>
|
|
372
372
|
*/
|
|
373
373
|
FileSize?: string;
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
* <p>日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中</p>
|
|
376
376
|
*/
|
|
377
377
|
Status?: string;
|
|
378
378
|
/**
|
|
@@ -7103,9 +7103,13 @@ export interface TrainingTaskDetail {
|
|
|
7103
7103
|
*/
|
|
7104
7104
|
export interface DescribeExportRequest {
|
|
7105
7105
|
/**
|
|
7106
|
-
*
|
|
7106
|
+
* <p>日志下载任务的ID</p>
|
|
7107
7107
|
*/
|
|
7108
7108
|
ExportId: string;
|
|
7109
|
+
/**
|
|
7110
|
+
* <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
7111
|
+
*/
|
|
7112
|
+
TiProjectId?: string;
|
|
7109
7113
|
}
|
|
7110
7114
|
/**
|
|
7111
7115
|
* UpdateSubAccountLinuxUserInfo请求参数结构体
|