tencentcloud-sdk-nodejs-cfw 4.1.39 → 4.1.41
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
|
@@ -240,7 +240,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
240
240
|
*/
|
|
241
241
|
ModifyAddressTemplate(req: ModifyAddressTemplateRequest, cb?: (error: string, rep: ModifyAddressTemplateResponse) => void): Promise<ModifyAddressTemplateResponse>;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* 防火墙开关列表,请换用DescribeFwEdgeIps
|
|
244
244
|
*/
|
|
245
245
|
DescribeSwitchLists(req: DescribeSwitchListsRequest, cb?: (error: string, rep: DescribeSwitchListsResponse) => void): Promise<DescribeSwitchListsResponse>;
|
|
246
246
|
/**
|
|
@@ -376,7 +376,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
376
376
|
return this.request("ModifyAddressTemplate", req, cb);
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
|
-
*
|
|
379
|
+
* 防火墙开关列表,请换用DescribeFwEdgeIps
|
|
380
380
|
*/
|
|
381
381
|
async DescribeSwitchLists(req, cb) {
|
|
382
382
|
return this.request("DescribeSwitchLists", req, cb);
|