tencentcloud-sdk-nodejs-bh 4.1.201 → 4.1.204
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
|
@@ -349,6 +349,10 @@ export interface ChangePwdTaskInfo {
|
|
|
349
349
|
* 上次执行时间
|
|
350
350
|
*/
|
|
351
351
|
LastTime?: string;
|
|
352
|
+
/**
|
|
353
|
+
* 改密任务状态,0-待执行,1-执行完成,2-执行失败,3-执行中,4-执行超时
|
|
354
|
+
*/
|
|
355
|
+
Status?: number;
|
|
352
356
|
}
|
|
353
357
|
/**
|
|
354
358
|
* CreateChangePwdTask返回参数结构体
|
|
@@ -4468,9 +4472,13 @@ export interface ChangePwdTaskDetail {
|
|
|
4468
4472
|
*/
|
|
4469
4473
|
Account?: string;
|
|
4470
4474
|
/**
|
|
4471
|
-
* 上次改密结果。0-未改密 1-改密成功 2
|
|
4475
|
+
* 上次改密结果。0-未改密 1-改密成功 2-改密失败,3-改密中,4-改密超时
|
|
4472
4476
|
*/
|
|
4473
4477
|
LastChangeStatus?: number;
|
|
4478
|
+
/**
|
|
4479
|
+
* 改密任务状态,0-待执行,1-执行完成,2-执行失败,3-执行中,4-执行超时
|
|
4480
|
+
*/
|
|
4481
|
+
TaskStatus?: number;
|
|
4474
4482
|
}
|
|
4475
4483
|
/**
|
|
4476
4484
|
* EnableExternalAccess返回参数结构体
|
|
@@ -5715,6 +5723,14 @@ export interface Resource {
|
|
|
5715
5723
|
* 计费模式 0后付费,1预付费
|
|
5716
5724
|
*/
|
|
5717
5725
|
PayMode?: number;
|
|
5726
|
+
/**
|
|
5727
|
+
* 计费侧地域
|
|
5728
|
+
*/
|
|
5729
|
+
BillingRegion?: string;
|
|
5730
|
+
/**
|
|
5731
|
+
* 计费侧可用区
|
|
5732
|
+
*/
|
|
5733
|
+
BillingZone?: string;
|
|
5718
5734
|
}
|
|
5719
5735
|
/**
|
|
5720
5736
|
* RunChangePwdTask返回参数结构体
|