tencentcloud-sdk-nodejs-waf 4.1.236 → 4.1.238
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
|
@@ -540,7 +540,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
540
540
|
*/
|
|
541
541
|
DescribeUserClbWafRegions(req: DescribeUserClbWafRegionsRequest, cb?: (error: string, rep: DescribeUserClbWafRegionsResponse) => void): Promise<DescribeUserClbWafRegionsResponse>;
|
|
542
542
|
/**
|
|
543
|
-
*
|
|
543
|
+
* 查看CLB/TSE防护对象列表
|
|
544
544
|
*/
|
|
545
545
|
DescribeObjects(req: DescribeObjectsRequest, cb?: (error: string, rep: DescribeObjectsResponse) => void): Promise<DescribeObjectsResponse>;
|
|
546
546
|
/**
|
|
@@ -828,7 +828,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
828
828
|
return this.request("DescribeUserClbWafRegions", req, cb);
|
|
829
829
|
}
|
|
830
830
|
/**
|
|
831
|
-
*
|
|
831
|
+
* 查看CLB/TSE防护对象列表
|
|
832
832
|
*/
|
|
833
833
|
async DescribeObjects(req, cb) {
|
|
834
834
|
return this.request("DescribeObjects", req, cb);
|