tencentcloud-sdk-nodejs-cfw 4.1.151 → 4.1.158
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
|
@@ -140,8 +140,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
140
140
|
*/
|
|
141
141
|
ModifySecurityGroupRule(req: ModifySecurityGroupRuleRequest, cb?: (error: string, rep: ModifySecurityGroupRuleResponse) => void): Promise<ModifySecurityGroupRuleResponse>;
|
|
142
142
|
/**
|
|
143
|
-
|
|
144
|
-
|
|
143
|
+
* 业务废弃
|
|
144
|
+
|
|
145
|
+
全部删除规则
|
|
146
|
+
*/
|
|
145
147
|
DeleteAllAccessControlRule(req: DeleteAllAccessControlRuleRequest, cb?: (error: string, rep: DeleteAllAccessControlRuleResponse) => void): Promise<DeleteAllAccessControlRuleResponse>;
|
|
146
148
|
/**
|
|
147
149
|
* 查询安全组规则列表
|
|
@@ -228,8 +228,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
228
228
|
return this.request("ModifySecurityGroupRule", req, cb);
|
|
229
229
|
}
|
|
230
230
|
/**
|
|
231
|
-
|
|
232
|
-
|
|
231
|
+
* 业务废弃
|
|
232
|
+
|
|
233
|
+
全部删除规则
|
|
234
|
+
*/
|
|
233
235
|
async DeleteAllAccessControlRule(req, cb) {
|
|
234
236
|
return this.request("DeleteAllAccessControlRule", req, cb);
|
|
235
237
|
}
|
|
@@ -4014,7 +4014,7 @@ export interface ModifyRunSyncAssetResponse {
|
|
|
4014
4014
|
/**
|
|
4015
4015
|
* 0:同步成功,1:资产更新中,2:后台同步调用失败
|
|
4016
4016
|
*/
|
|
4017
|
-
Status
|
|
4017
|
+
Status?: number;
|
|
4018
4018
|
/**
|
|
4019
4019
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4020
4020
|
*/
|