tencentcloud-sdk-nodejs-clb 4.1.160 → 4.1.161
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
|
@@ -184,7 +184,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
184
184
|
*/
|
|
185
185
|
ModifyBlockIPList(req: ModifyBlockIPListRequest, cb?: (error: string, rep: ModifyBlockIPListResponse) => void): Promise<ModifyBlockIPListResponse>;
|
|
186
186
|
/**
|
|
187
|
-
*
|
|
187
|
+
* 本接口 (RenewLoadBalancers) 用于续费包年包月实例。
|
|
188
188
|
*/
|
|
189
189
|
RenewLoadBalancers(req: RenewLoadBalancersRequest, cb?: (error: string, rep: RenewLoadBalancersResponse) => void): Promise<RenewLoadBalancersResponse>;
|
|
190
190
|
/**
|
|
@@ -278,7 +278,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
278
278
|
return this.request("ModifyBlockIPList", req, cb);
|
|
279
279
|
}
|
|
280
280
|
/**
|
|
281
|
-
*
|
|
281
|
+
* 本接口 (RenewLoadBalancers) 用于续费包年包月实例。
|
|
282
282
|
*/
|
|
283
283
|
async RenewLoadBalancers(req, cb) {
|
|
284
284
|
return this.request("RenewLoadBalancers", req, cb);
|