tencentcloud-sdk-nodejs-as 4.1.96 → 4.1.104
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
|
@@ -364,7 +364,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
364
364
|
*/
|
|
365
365
|
ModifyScheduledAction(req: ModifyScheduledActionRequest, cb?: (error: string, rep: ModifyScheduledActionResponse) => void): Promise<ModifyScheduledActionResponse>;
|
|
366
366
|
/**
|
|
367
|
-
* 本接口(DescribeAutoScalingActivities
|
|
367
|
+
* 本接口(DescribeAutoScalingActivities)用于查询伸缩组的伸缩活动记录。当前仅保存近两年的伸缩活动。
|
|
368
368
|
*/
|
|
369
369
|
DescribeAutoScalingActivities(req: DescribeAutoScalingActivitiesRequest, cb?: (error: string, rep: DescribeAutoScalingActivitiesResponse) => void): Promise<DescribeAutoScalingActivitiesResponse>;
|
|
370
370
|
/**
|
|
@@ -490,7 +490,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
490
490
|
return this.request("ModifyScheduledAction", req, cb);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
|
-
* 本接口(DescribeAutoScalingActivities
|
|
493
|
+
* 本接口(DescribeAutoScalingActivities)用于查询伸缩组的伸缩活动记录。当前仅保存近两年的伸缩活动。
|
|
494
494
|
*/
|
|
495
495
|
async DescribeAutoScalingActivities(req, cb) {
|
|
496
496
|
return this.request("DescribeAutoScalingActivities", req, cb);
|
|
@@ -2761,7 +2761,7 @@ export interface DescribeAutoScalingActivitiesRequest {
|
|
|
2761
2761
|
*/
|
|
2762
2762
|
Offset?: number;
|
|
2763
2763
|
/**
|
|
2764
|
-
* 伸缩活动最早的开始时间,如果指定了ActivityIds,此参数将被忽略。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ
|
|
2764
|
+
* 伸缩活动最早的开始时间,如果指定了ActivityIds,此参数将被忽略。取值为`UTC`时间,按照`ISO8601`标准,格式:`YYYY-MM-DDThh:mm:ssZ`。注意:当前仅保存近两年的伸缩活动。
|
|
2765
2765
|
*/
|
|
2766
2766
|
StartTime?: string;
|
|
2767
2767
|
/**
|