tencentcloud-sdk-nodejs-waf 4.1.239 → 4.1.244

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.239",
3
+ "version": "4.1.244",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -9174,25 +9174,29 @@ export interface SwitchDomainRulesResponse {
9174
9174
  */
9175
9175
  export interface QpsData {
9176
9176
  /**
9177
- * 弹性qps默认值
9177
+ * <p>弹性qps默认值</p>
9178
9178
  */
9179
9179
  ElasticBillingDefault?: number;
9180
9180
  /**
9181
- * 弹性qps最小值
9181
+ * <p>弹性qps最小值</p>
9182
9182
  */
9183
9183
  ElasticBillingMin?: number;
9184
9184
  /**
9185
- * 弹性qps最大值
9185
+ * <p>弹性qps最大值</p>
9186
9186
  */
9187
9187
  ElasticBillingMax?: number;
9188
9188
  /**
9189
- * 业务扩展包最大qps
9189
+ * <p>业务扩展包最大qps</p>
9190
9190
  */
9191
9191
  QPSExtendMax?: number;
9192
9192
  /**
9193
- * 境外业务扩展包最大qps
9193
+ * <p>境外业务扩展包最大qps</p>
9194
9194
  */
9195
9195
  QPSExtendIntlMax?: number;
9196
+ /**
9197
+ * <p>预付费/后付费QPS扩容比</p>
9198
+ */
9199
+ ElasticPrepaidRatio?: number;
9196
9200
  }
9197
9201
  /**
9198
9202
  * ModifyCustomRule返回参数结构体