tencentcloud-sdk-nodejs-waf 4.1.33 → 4.1.34

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-waf",
3
- "version": "4.1.33",
3
+ "version": "4.1.34",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -177,7 +177,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
177
177
  /**
178
178
  * 修改实例攻击日志投递开关,企业版及以上版本可以开通,否则返回错误
179
179
  */
180
- ModifyInstanceAttackLogPost(req?: ModifyInstanceAttackLogPostRequest, cb?: (error: string, rep: ModifyInstanceAttackLogPostResponse) => void): Promise<ModifyInstanceAttackLogPostResponse>;
180
+ ModifyInstanceAttackLogPost(req: ModifyInstanceAttackLogPostRequest, cb?: (error: string, rep: ModifyInstanceAttackLogPostResponse) => void): Promise<ModifyInstanceAttackLogPostResponse>;
181
181
  /**
182
182
  * 获取各个模块具体的规格限制
183
183
  */
@@ -3683,7 +3683,16 @@ export interface CreateHostRequest {
3683
3683
  /**
3684
3684
  * ModifyInstanceAttackLogPost请求参数结构体
3685
3685
  */
3686
- export declare type ModifyInstanceAttackLogPostRequest = null;
3686
+ export interface ModifyInstanceAttackLogPostRequest {
3687
+ /**
3688
+ * 实例ID
3689
+ */
3690
+ InstanceId: string;
3691
+ /**
3692
+ * 攻击日志投递开关
3693
+ */
3694
+ AttackLogPost: number;
3695
+ }
3687
3696
  /**
3688
3697
  * GetInstanceQpsLimit返回参数结构体
3689
3698
  */