tencentcloud-sdk-nodejs 4.1.38 → 4.1.40

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.
@@ -9567,6 +9567,18 @@ export interface ModifySecurityIPGroupRequest {
9567
9567
  */
9568
9568
  Mode: string;
9569
9569
  }
9570
+ /**
9571
+ * [Vary 特性](https://cloud.tencent.com/document/product/1552/89301) 配置参数。
9572
+ 该功能灰度中,如需使用,请联系腾讯云客服。
9573
+ */
9574
+ export interface VaryParameters {
9575
+ /**
9576
+ * Vary 特性配置开关,取值有:
9577
+ <li>on:开启;</li>
9578
+ <li>off:关闭。</li>
9579
+ */
9580
+ Switch: string;
9581
+ }
9570
9582
  /**
9571
9583
  * 四层代理实例。
9572
9584
  */
@@ -10950,9 +10962,9 @@ export interface RuleEngineAction {
10950
10962
  <li>ErrorPage:自定义错误页面;</li>
10951
10963
  <li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>
10952
10964
  <li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>
10953
- <li>ResponseSpeedLimit:单连接下载限速。</li>
10954
- <li>SetContentIdentifierParameters:设置内容标识符。</li>
10955
- 注意:此字段可能返回 null,表示取不到有效值。
10965
+ <li>ResponseSpeedLimit:单连接下载限速;</li>
10966
+ <li>SetContentIdentifier:设置内容标识符;</li>
10967
+ <li>Vary:Vary 特性配置。该功能灰度中,如需使用,请联系腾讯云客服。</li>
10956
10968
  */
10957
10969
  Name: string;
10958
10970
  /**
@@ -11121,11 +11133,16 @@ export interface RuleEngineAction {
11121
11133
  */
11122
11134
  ResponseSpeedLimitParameters?: ResponseSpeedLimitParameters;
11123
11135
  /**
11124
- * 内容标识配置参数,当 Name 取值为 HttpResponse 时,该参数必填。
11136
+ * 内容标识配置参数,当 Name 取值为 SetContentIdentifier 时,该参数必填。
11125
11137
 
11126
11138
  注意:此字段可能返回 null,表示取不到有效值。
11127
11139
  */
11128
11140
  SetContentIdentifierParameters?: SetContentIdentifierParameters;
11141
+ /**
11142
+ * Vary 特性配置参数,当 Name 取值为 Vary 时,该参数必填。
11143
+ 该功能灰度中,如需使用,请联系腾讯云客服。
11144
+ */
11145
+ VaryParameters?: VaryParameters;
11129
11146
  }
11130
11147
  /**
11131
11148
  * 状态码缓存 TTL 配置参数。
@@ -188,7 +188,7 @@ export interface ModifyClusterImageResponse {
188
188
  RequestId?: string;
189
189
  }
190
190
  /**
191
- * EKS Instnace CBS volume
191
+ * EKS Instance CBS volume
192
192
  */
193
193
  export interface CbsVolume {
194
194
  /**
@@ -7421,11 +7421,11 @@ export interface EksCi {
7421
7421
  */
7422
7422
  EipAddress?: string;
7423
7423
  /**
7424
- * EKS Cotainer Instance Id
7424
+ * EKS Container Instance Id
7425
7425
  */
7426
7426
  EksCiId?: string;
7427
7427
  /**
7428
- * EKS Cotainer Instance Name
7428
+ * EKS Container Instance Name
7429
7429
  */
7430
7430
  EksCiName?: string;
7431
7431
  /**
@@ -360,7 +360,7 @@ peakCurrentUsers:峰值同时在线人数。
360
360
  -视频卡顿率
361
361
  -音频卡顿率
362
362
  注意:
363
- 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘]https://cloud.tencent.com/document/product/647/81331)。
363
+ 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。
364
364
  2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
365
365
  */
366
366
  DescribeTRTCRealTimeQualityData(req: DescribeTRTCRealTimeQualityDataRequest, cb?: (error: string, rep: DescribeTRTCRealTimeQualityDataResponse) => void): Promise<DescribeTRTCRealTimeQualityDataResponse>;
@@ -476,7 +476,7 @@ peakCurrentUsers:峰值同时在线人数。
476
476
  -视频卡顿率
477
477
  -音频卡顿率
478
478
  注意:
479
- 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘]https://cloud.tencent.com/document/product/647/81331)。
479
+ 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,详情参考[监控仪表盘](https://cloud.tencent.com/document/product/647/81331)。
480
480
  2.查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
481
481
  */
482
482
  async DescribeTRTCRealTimeQualityData(req, cb) {