tencentcloud-sdk-nodejs 4.1.123 → 4.1.125

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.
Files changed (42) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cdb/v20170320/cdb_client.js +3 -0
  3. package/es/services/dbbrain/v20210527/dbbrain_client.js +7 -4
  4. package/es/services/dlc/v20210125/dlc_client.js +3 -0
  5. package/es/services/teo/v20220901/teo_client.js +9 -0
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -0
  10. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  11. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  12. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +89 -59
  13. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +4 -0
  14. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  15. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +66 -41
  16. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -5
  17. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -6
  18. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +281 -153
  19. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  20. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  21. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +131 -48
  22. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -2
  23. package/tencentcloud/services/dts/v20180330/dts_client.js +1 -2
  24. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +4 -2
  25. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +6 -6
  26. package/tencentcloud/services/dts/v20211206/dts_client.js +6 -6
  27. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +68 -47
  28. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -1
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  30. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +99 -48
  31. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +4 -0
  32. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +80 -24
  33. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +8 -8
  34. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +8 -8
  35. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +513 -281
  36. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -8
  37. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  38. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +13 -1
  39. package/tencentcloud/services/teo/v20220901/teo_client.js +18 -0
  40. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +465 -296
  41. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -4
  42. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -0
@@ -417,6 +417,19 @@ export interface OriginDetail {
417
417
  */
418
418
  VodBucketId?: string;
419
419
  }
420
+ /**
421
+ * 多通道网关示例实例与回源 IP 网段的绑定关系,以及回源 IP 网段详情。
422
+ */
423
+ export interface MultiPathGatewayOriginACLInfo {
424
+ /**
425
+ * 当前生效的回源 IP 网段。
426
+ */
427
+ MultiPathGatewayCurrentOriginACL?: MultiPathGatewayCurrentOriginACL;
428
+ /**
429
+ * 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前回源 IP 网段的对比。无更新时该字段为空。
430
+ */
431
+ MultiPathGatewayNextOriginACL?: MultiPathGatewayNextOriginACL;
432
+ }
420
433
  /**
421
434
  * HTTP 头部设置规则。
422
435
  */
@@ -3426,6 +3439,18 @@ export interface ModifyRealtimeLogDeliveryTaskResponse {
3426
3439
  */
3427
3440
  RequestId?: string;
3428
3441
  }
3442
+ /**
3443
+ * 内容压缩配置。
3444
+ */
3445
+ export interface ContentCompressionParameters {
3446
+ /**
3447
+ * 内容压缩配置开关,取值有:
3448
+ <li>on:开启;</li>
3449
+ <li>off:关闭。</li>
3450
+ 当 Switch 为 on 时,将同时支持 brotli 和 gzip 压缩算法。
3451
+ */
3452
+ Switch: string;
3453
+ }
3429
3454
  /**
3430
3455
  * 加速域名所对应的证书信息。
3431
3456
  */
@@ -6590,6 +6615,15 @@ export interface DeviceProfile {
6590
6615
  */
6591
6616
  MediumRiskRequestAction?: SecurityAction;
6592
6617
  }
6618
+ /**
6619
+ * ConfirmMultiPathGatewayOriginACL返回参数结构体
6620
+ */
6621
+ export interface ConfirmMultiPathGatewayOriginACLResponse {
6622
+ /**
6623
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6624
+ */
6625
+ RequestId?: string;
6626
+ }
6593
6627
  /**
6594
6628
  * CreateJustInTimeTranscodeTemplate请求参数结构体
6595
6629
  */
@@ -6739,6 +6773,19 @@ export interface DownloadL4LogsResponse {
6739
6773
  */
6740
6774
  RequestId?: string;
6741
6775
  }
6776
+ /**
6777
+ * DescribeMultiPathGatewayOriginACL返回参数结构体
6778
+ */
6779
+ export interface DescribeMultiPathGatewayOriginACLResponse {
6780
+ /**
6781
+ * 多通道网关实例与回源 IP 网段的绑定关系详情。
6782
+ */
6783
+ MultiPathGatewayOriginACLInfo?: MultiPathGatewayOriginACLInfo;
6784
+ /**
6785
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6786
+ */
6787
+ RequestId?: string;
6788
+ }
6742
6789
  /**
6743
6790
  * BindSharedCNAME请求参数结构体
6744
6791
  */
@@ -10203,6 +10250,31 @@ export interface CreateApplicationProxyRequest {
10203
10250
  */
10204
10251
  AccelerateMainland?: AccelerateMainland;
10205
10252
  }
10253
+ /**
10254
+ * 当回源 IP 网段发生更新时,该字段会返回下一个版本将要生效的回源 IP 网段,包含与当前生效的回源 IP 网段的对比。
10255
+ */
10256
+ export interface MultiPathGatewayNextOriginACL {
10257
+ /**
10258
+ * 版本号。
10259
+ */
10260
+ Version?: number;
10261
+ /**
10262
+ * 回源 IP 网段详情。
10263
+ */
10264
+ EntireAddresses?: Addresses;
10265
+ /**
10266
+ * 最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段新增的部分。
10267
+ */
10268
+ AddedAddresses?: Addresses;
10269
+ /**
10270
+ * 最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段删减的部分。
10271
+ */
10272
+ RemovedAddresses?: Addresses;
10273
+ /**
10274
+ * 最新回源 IP 网段相较于 MultiPathGatewayCurrentOrginACL 中回源 IP 网段无变化的部分。
10275
+ */
10276
+ NoChangeAddresses?: Addresses;
10277
+ }
10206
10278
  /**
10207
10279
  * cc配置项。
10208
10280
  */
@@ -12116,6 +12188,23 @@ export interface DescribeIdentificationsResponse {
12116
12188
  */
12117
12189
  RequestId?: string;
12118
12190
  }
12191
+ /**
12192
+ * ConfirmMultiPathGatewayOriginACL请求参数结构体
12193
+ */
12194
+ export interface ConfirmMultiPathGatewayOriginACLRequest {
12195
+ /**
12196
+ * 站点 ID。
12197
+ */
12198
+ ZoneId: string;
12199
+ /**
12200
+ * 网关 ID。
12201
+ */
12202
+ GatewayId: string;
12203
+ /**
12204
+ * 回源 IP 版本号。
12205
+ */
12206
+ OriginACLVersion: number;
12207
+ }
12119
12208
  /**
12120
12209
  * DeleteL4Proxy返回参数结构体
12121
12210
  */
@@ -12188,6 +12277,15 @@ export interface DescribeIPRegionResponse {
12188
12277
  * DescribeAvailablePlans请求参数结构体
12189
12278
  */
12190
12279
  export type DescribeAvailablePlansRequest = null;
12280
+ /**
12281
+ * ModifyMultiPathGatewayStatus返回参数结构体
12282
+ */
12283
+ export interface ModifyMultiPathGatewayStatusResponse {
12284
+ /**
12285
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12286
+ */
12287
+ RequestId?: string;
12288
+ }
12191
12289
  /**
12192
12290
  * CNAME 接入,使用 DNS 解析验证时所需的信息。
12193
12291
  */
@@ -12958,348 +13056,141 @@ export interface CreateCustomizeErrorPageResponse {
12958
13056
  RequestId?: string;
12959
13057
  }
12960
13058
  /**
12961
- * 规则引擎操作。
13059
+ * DescribeMultiPathGatewayOriginACL请求参数结构体
12962
13060
  */
12963
- export interface RuleEngineAction {
13061
+ export interface DescribeMultiPathGatewayOriginACLRequest {
12964
13062
  /**
12965
- * 操作名称。名称需要与参数结构体对应,例如 Name=Cache,则 CacheParameters 必填。
12966
- <li>Cache:节点缓存 TTL;</li>
12967
- <li>CacheKey:自定义 Cache Key;</li>
12968
- <li>CachePrefresh:缓存预刷新;</li>
12969
- <li>AccessURLRedirect:访问 URL 重定向;</li>
12970
- <li>UpstreamURLRewrite:回源 URL 重写;</li>
12971
- <li>QUIC:QUIC;</li>
12972
- <li>WebSocket:WebSocket;</li>
12973
- <li>Authentication:Token 鉴权;</li>
12974
- <li>MaxAge:浏览器缓存 TTL;</li>
12975
- <li>StatusCodeCache:状态码缓存 TTL;</li>
12976
- <li>OfflineCache:离线缓存;</li>
12977
- <li>SmartRouting:智能加速;</li>
12978
- <li>RangeOriginPull:分片回源 ;</li>
12979
- <li>UpstreamHTTP2:HTTP2 回源;</li>
12980
- <li>HostHeader:Host Header 重写;</li>
12981
- <li>ForceRedirectHTTPS:访问协议强制 HTTPS 跳转配置;</li>
12982
- <li>OriginPullProtocol:回源 HTTPS;</li>
12983
- <li>Compression:智能压缩配置;</li>
12984
- <li>HSTS:HSTS;</li>
12985
- <li>ClientIPHeader:存储客户端请求 IP 的头部信息配置;</li>
12986
- <li>OCSPStapling:OCSP 装订;</li>
12987
- <li>HTTP2:HTTP2 接入;</li>
12988
- <li>PostMaxSize:POST 请求上传文件流式传输最大限制配置;</li>
12989
- <li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>
12990
- <li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>
12991
- <li>UpstreamRequest:回源请求参数;</li>
12992
- <li>TLSConfig:SSL/TLS 安全;</li>
12993
- <li>ModifyOrigin:修改源站;</li>
12994
- <li>HTTPUpstreamTimeout:七层回源超时配置;</li>
12995
- <li>HttpResponse:HTTP 应答;</li>
12996
- <li>ErrorPage:自定义错误页面;</li>
12997
- <li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>
12998
- <li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>
12999
- <li>ResponseSpeedLimit:单连接下载限速;</li>
13000
- <li>SetContentIdentifier:设置内容标识符;</li>
13001
- <li>Vary:Vary 特性配置。</li>
13063
+ * 站点 ID。
13002
13064
  */
13003
- Name: string;
13065
+ ZoneId: string;
13004
13066
  /**
13005
- * 节点缓存 TTL 配置参数,当 Name 取值为 Cache 时,该参数必填。
13006
- 注意:此字段可能返回 null,表示取不到有效值。
13067
+ * 网关 ID。
13007
13068
  */
13008
- CacheParameters?: CacheParameters;
13069
+ GatewayId: string;
13070
+ }
13071
+ /**
13072
+ * 状态码缓存 TTL 配置参数。
13073
+ */
13074
+ export interface StatusCodeCacheParameters {
13009
13075
  /**
13010
- * 自定义 Cache Key 配置参数,当 Name 取值为 CacheKey 时,该参数必填。
13076
+ * 状态码缓存 TTL
13011
13077
  注意:此字段可能返回 null,表示取不到有效值。
13012
13078
  */
13013
- CacheKeyParameters?: CacheKeyParameters;
13079
+ StatusCodeCacheParams?: Array<StatusCodeCacheParam>;
13080
+ }
13081
+ /**
13082
+ * 规则引擎HTTP请求头/响应头类型的动作
13083
+ */
13084
+ export interface RewriteAction {
13014
13085
  /**
13015
- * 缓存预刷新配置参数,当 Name 取值为 CachePrefresh 时,该参数必填。
13016
- 注意:此字段可能返回 null,表示取不到有效值。
13086
+ * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
13017
13087
  */
13018
- CachePrefreshParameters?: CachePrefreshParameters;
13088
+ Action: string;
13019
13089
  /**
13020
- * 访问 URL 重定向配置参数,当 Name 取值为 AccessURLRedirect 时,该参数必填。
13021
- 注意:此字段可能返回 null,表示取不到有效值。
13090
+ * 参数。
13022
13091
  */
13023
- AccessURLRedirectParameters?: AccessURLRedirectParameters;
13092
+ Parameters: Array<RuleRewriteActionParams>;
13093
+ }
13094
+ /**
13095
+ * 安全模板绑定域名状态
13096
+ */
13097
+ export interface TemplateScope {
13024
13098
  /**
13025
- * 回源 URL 重写配置参数,当 Name 取值为 UpstreamURLRewrite 时,该参数必填。
13099
+ * 站点ID。
13026
13100
  注意:此字段可能返回 null,表示取不到有效值。
13027
13101
  */
13028
- UpstreamURLRewriteParameters?: UpstreamURLRewriteParameters;
13102
+ ZoneId?: string;
13029
13103
  /**
13030
- * QUIC 配置参数,当 Name 取值为 QUIC 时,该参数必填。
13104
+ * 实例状态列表。
13031
13105
  注意:此字段可能返回 null,表示取不到有效值。
13032
13106
  */
13033
- QUICParameters?: QUICParameters;
13107
+ EntityStatus?: Array<EntityStatus>;
13108
+ }
13109
+ /**
13110
+ * 自定义错误页面。
13111
+ */
13112
+ export interface ErrorPage {
13034
13113
  /**
13035
- * WebSocket 配置参数,当 Name 取值为 WebSocket 时,该参数必填。
13036
- 注意:此字段可能返回 null,表示取不到有效值。
13114
+ * 状态码。支持范围为 400、403、404、405、414、416、451、500、501、502、503、504。
13037
13115
  */
13038
- WebSocketParameters?: WebSocketParameters;
13116
+ StatusCode: number;
13039
13117
  /**
13040
- * Token 鉴权配置参数,当 Name 取值为 Authentication 时,该参数必填。
13041
- 注意:此字段可能返回 null,表示取不到有效值。
13118
+ * 重定向 URL,需要为完整跳转路径,如 https://www.test.com/error.html。
13042
13119
  */
13043
- AuthenticationParameters?: AuthenticationParameters;
13120
+ RedirectURL: string;
13121
+ }
13122
+ /**
13123
+ * API 资源。
13124
+ */
13125
+ export interface APIResource {
13044
13126
  /**
13045
- * 浏览器缓存 TTL 配置参数,当 Name 取值为 MaxAge 时,该参数必填。
13046
- 注意:此字段可能返回 null,表示取不到有效值。
13127
+ * 资源 ID。
13047
13128
  */
13048
- MaxAgeParameters?: MaxAgeParameters;
13129
+ Id?: string;
13049
13130
  /**
13050
- * 状态码缓存 TTL 配置参数,当 Name 取值为 StatusCodeCache 时,该参数必填。
13051
- 注意:此字段可能返回 null,表示取不到有效值。
13131
+ * 资源名称。
13052
13132
  */
13053
- StatusCodeCacheParameters?: StatusCodeCacheParameters;
13133
+ Name?: string;
13054
13134
  /**
13055
- * 离线缓存配置参数,当 Name 取值为 OfflineCache 时,该参数必填。
13056
- 注意:此字段可能返回 null,表示取不到有效值。
13135
+ * API 资源关联的 API 服务 ID 列表。
13057
13136
  */
13058
- OfflineCacheParameters?: OfflineCacheParameters;
13137
+ APIServiceIds?: Array<string>;
13059
13138
  /**
13060
- * 智能加速配置参数,当 Name 取值为 SmartRouting 时,该参数必填。
13061
- 注意:此字段可能返回 null,表示取不到有效值。
13139
+ * 资源路径。
13062
13140
  */
13063
- SmartRoutingParameters?: SmartRoutingParameters;
13141
+ Path?: string;
13064
13142
  /**
13065
- * 分片回源配置参数,当 Name 取值为 RangeOriginPull 时,该参数必填。
13066
- 注意:此字段可能返回 null,表示取不到有效值。
13143
+ * 请求方法列表。支持以下取值:GET, POST, PUT, HEAD, PATCH, OPTIONS, DELETE。
13067
13144
  */
13068
- RangeOriginPullParameters?: RangeOriginPullParameters;
13145
+ Methods?: Array<string>;
13069
13146
  /**
13070
- * HTTP2 回源配置参数,当 Name 取值为 UpstreamHTTP2 时,该参数必填。
13071
- 注意:此字段可能返回 null,表示取不到有效值。
13147
+ * 请求内容匹配规则的具体内容,需符合表达式语法,详细规范参见产品文档。
13072
13148
  */
13073
- UpstreamHTTP2Parameters?: UpstreamHTTP2Parameters;
13149
+ RequestConstraint?: string;
13150
+ }
13151
+ /**
13152
+ * HTTP2 接入配置参数。
13153
+ */
13154
+ export interface HTTP2Parameters {
13074
13155
  /**
13075
- * Host Header 重写配置参数,当 Name 取值为 HostHeader 时,该参数必填。
13076
- 注意:此字段可能返回 null,表示取不到有效值。
13156
+ * HTTP2 接入配置开关,取值有:
13157
+ <li>on:开启;</li>
13158
+ <li>off:关闭。</li>
13077
13159
  */
13078
- HostHeaderParameters?: HostHeaderParameters;
13160
+ Switch?: string;
13161
+ }
13162
+ /**
13163
+ * DescribeOverviewL7Data请求参数结构体
13164
+ */
13165
+ export interface DescribeOverviewL7DataRequest {
13079
13166
  /**
13080
- * 访问协议强制 HTTPS 跳转配置,当 Name 取值为 ForceRedirectHTTPS 时,该参数必填。
13081
- 注意:此字段可能返回 null,表示取不到有效值。
13167
+ * 开始时间。
13082
13168
  */
13083
- ForceRedirectHTTPSParameters?: ForceRedirectHTTPSParameters;
13169
+ StartTime: string;
13084
13170
  /**
13085
- * 智能压缩配置,当 Name 取值为 Compression 时,该参数必填。
13086
- 注意:此字段可能返回 null,表示取不到有效值。
13171
+ * 结束时间。
13087
13172
  */
13088
- CompressionParameters?: CompressionParameters;
13173
+ EndTime: string;
13089
13174
  /**
13090
- * HSTS 配置参数,当 Name 取值为 HSTS 时,该参数必填。
13091
- 注意:此字段可能返回 null,表示取不到有效值。
13175
+ * 查询的指标,取值有:
13176
+ <li>l7Flow_outFlux: Edegone响应流量;</li>
13177
+ <li>l7Flow_inFlux: Edgeone请求流量;</li>
13178
+ <li>l7Flow_outBandwidth: Edegone响应带宽;</li>
13179
+ <li>l7Flow_inBandwidth: Edegone请求带宽;</li>
13180
+ <li>l7Flow_hit_outFlux: 缓存命中流量;</li>
13181
+ <li>l7Flow_request: 访问请求数;</li>
13182
+ <li>l7Flow_flux: 访问请求上行+下行流量;</li>
13183
+ <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
13092
13184
  */
13093
- HSTSParameters?: HSTSParameters;
13185
+ MetricNames: Array<string>;
13094
13186
  /**
13095
- * 存储客户端请求 IP 的头部信息配置,当 Name 取值为 ClientIPHeader 时,该参数必填。
13096
- 注意:此字段可能返回 null,表示取不到有效值。
13187
+ * 站点 ID 集合,此参数必填。
13097
13188
  */
13098
- ClientIPHeaderParameters?: ClientIPHeaderParameters;
13189
+ ZoneIds?: Array<string>;
13099
13190
  /**
13100
- * OCSP 装订配置参数,当 Name 取值为 OCSPStapling 时,该参数必填。
13101
- 注意:此字段可能返回 null,表示取不到有效值。
13191
+ * 查询的域名集合,此参数已经废弃。
13102
13192
  */
13103
- OCSPStaplingParameters?: OCSPStaplingParameters;
13104
- /**
13105
- * HTTP2 接入配置参数,当 Name 取值为 HTTP2 时,该参数必填。
13106
- 注意:此字段可能返回 null,表示取不到有效值。
13107
- */
13108
- HTTP2Parameters?: HTTP2Parameters;
13109
- /**
13110
- * POST 请求上传文件流式传输最大限制配置,当 Name 取值为 PostMaxSize 时,该参数必填。
13111
- 注意:此字段可能返回 null,表示取不到有效值。
13112
- */
13113
- PostMaxSizeParameters?: PostMaxSizeParameters;
13114
- /**
13115
- * 回源时携带客户端 IP 所属地域信息配置参数,当 Name 取值为 ClientIPCountry 时,该参数必填。
13116
- 注意:此字段可能返回 null,表示取不到有效值。
13117
- */
13118
- ClientIPCountryParameters?: ClientIPCountryParameters;
13119
- /**
13120
- * 回源跟随重定向参数配置,当 Name 取值为 UpstreamFollowRedirect 时,该参数必填。
13121
- 注意:此字段可能返回 null,表示取不到有效值。
13122
- */
13123
- UpstreamFollowRedirectParameters?: UpstreamFollowRedirectParameters;
13124
- /**
13125
- * 回源请求参数配置参数,当 Name 取值为 UpstreamRequest 时,该参数必填。
13126
- 注意:此字段可能返回 null,表示取不到有效值。
13127
- */
13128
- UpstreamRequestParameters?: UpstreamRequestParameters;
13129
- /**
13130
- * SSL/TLS 安全配置参数,当 Name 取值为 TLSConfig 时,该参数必填。
13131
- 注意:此字段可能返回 null,表示取不到有效值。
13132
- */
13133
- TLSConfigParameters?: TLSConfigParameters;
13134
- /**
13135
- * 修改源站配置参数,当 Name 取值为 ModifyOrigin 时,该参数必填。
13136
- 注意:此字段可能返回 null,表示取不到有效值。
13137
- */
13138
- ModifyOriginParameters?: ModifyOriginParameters;
13139
- /**
13140
- * 七层回源超时配置,当 Name 取值为 HTTPUpstreamTimeout 时,该参数必填。
13141
- 注意:此字段可能返回 null,表示取不到有效值。
13142
- */
13143
- HTTPUpstreamTimeoutParameters?: HTTPUpstreamTimeoutParameters;
13144
- /**
13145
- * HTTP 应答配置参数,当 Name 取值为 HttpResponse 时,该参数必填。
13146
- 注意:此字段可能返回 null,表示取不到有效值。
13147
- */
13148
- HttpResponseParameters?: HTTPResponseParameters;
13149
- /**
13150
- * 自定义错误页面配置参数,当 Name 取值为 ErrorPage 时,该参数必填。
13151
- 注意:此字段可能返回 null,表示取不到有效值。
13152
- */
13153
- ErrorPageParameters?: ErrorPageParameters;
13154
- /**
13155
- * 修改 HTTP 节点响应头配置参数,当 Name 取值为 ModifyResponseHeader 时,该参数必填。
13156
- 注意:此字段可能返回 null,表示取不到有效值。
13157
- */
13158
- ModifyResponseHeaderParameters?: ModifyResponseHeaderParameters;
13159
- /**
13160
- * 修改 HTTP 节点请求头配置参数,当 Name 取值为 ModifyRequestHeader 时,该参数必填。
13161
- 注意:此字段可能返回 null,表示取不到有效值。
13162
- */
13163
- ModifyRequestHeaderParameters?: ModifyRequestHeaderParameters;
13164
- /**
13165
- * 单连接下载限速配置参数,当 Name 取值为 ResponseSpeedLimit 时,该参数必填。
13166
- 注意:此字段可能返回 null,表示取不到有效值。
13167
- */
13168
- ResponseSpeedLimitParameters?: ResponseSpeedLimitParameters;
13169
- /**
13170
- * 内容标识配置参数,当 Name 取值为 SetContentIdentifier 时,该参数必填。
13171
-
13172
- 注意:此字段可能返回 null,表示取不到有效值。
13173
- */
13174
- SetContentIdentifierParameters?: SetContentIdentifierParameters;
13175
- /**
13176
- * Vary 特性配置参数,当 Name 取值为 Vary 时,该参数必填。
13177
- */
13178
- VaryParameters?: VaryParameters;
13179
- }
13180
- /**
13181
- * 状态码缓存 TTL 配置参数。
13182
- */
13183
- export interface StatusCodeCacheParameters {
13184
- /**
13185
- * 状态码缓存 TTL 。
13186
- 注意:此字段可能返回 null,表示取不到有效值。
13187
- */
13188
- StatusCodeCacheParams?: Array<StatusCodeCacheParam>;
13189
- }
13190
- /**
13191
- * 规则引擎HTTP请求头/响应头类型的动作
13192
- */
13193
- export interface RewriteAction {
13194
- /**
13195
- * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
13196
- */
13197
- Action: string;
13198
- /**
13199
- * 参数。
13200
- */
13201
- Parameters: Array<RuleRewriteActionParams>;
13202
- }
13203
- /**
13204
- * 安全模板绑定域名状态
13205
- */
13206
- export interface TemplateScope {
13207
- /**
13208
- * 站点ID。
13209
- 注意:此字段可能返回 null,表示取不到有效值。
13210
- */
13211
- ZoneId?: string;
13212
- /**
13213
- * 实例状态列表。
13214
- 注意:此字段可能返回 null,表示取不到有效值。
13215
- */
13216
- EntityStatus?: Array<EntityStatus>;
13217
- }
13218
- /**
13219
- * 自定义错误页面。
13220
- */
13221
- export interface ErrorPage {
13222
- /**
13223
- * 状态码。支持范围为 400、403、404、405、414、416、451、500、501、502、503、504。
13224
- */
13225
- StatusCode: number;
13226
- /**
13227
- * 重定向 URL,需要为完整跳转路径,如 https://www.test.com/error.html。
13228
- */
13229
- RedirectURL: string;
13230
- }
13231
- /**
13232
- * API 资源。
13233
- */
13234
- export interface APIResource {
13235
- /**
13236
- * 资源 ID。
13237
- */
13238
- Id?: string;
13239
- /**
13240
- * 资源名称。
13241
- */
13242
- Name?: string;
13243
- /**
13244
- * API 资源关联的 API 服务 ID 列表。
13245
- */
13246
- APIServiceIds?: Array<string>;
13247
- /**
13248
- * 资源路径。
13249
- */
13250
- Path?: string;
13251
- /**
13252
- * 请求方法列表。支持以下取值:GET, POST, PUT, HEAD, PATCH, OPTIONS, DELETE。
13253
- */
13254
- Methods?: Array<string>;
13255
- /**
13256
- * 请求内容匹配规则的具体内容,需符合表达式语法,详细规范参见产品文档。
13257
- */
13258
- RequestConstraint?: string;
13259
- }
13260
- /**
13261
- * HTTP2 接入配置参数。
13262
- */
13263
- export interface HTTP2Parameters {
13264
- /**
13265
- * HTTP2 接入配置开关,取值有:
13266
- <li>on:开启;</li>
13267
- <li>off:关闭。</li>
13268
- */
13269
- Switch?: string;
13270
- }
13271
- /**
13272
- * DescribeOverviewL7Data请求参数结构体
13273
- */
13274
- export interface DescribeOverviewL7DataRequest {
13275
- /**
13276
- * 开始时间。
13277
- */
13278
- StartTime: string;
13279
- /**
13280
- * 结束时间。
13281
- */
13282
- EndTime: string;
13283
- /**
13284
- * 查询的指标,取值有:
13285
- <li>l7Flow_outFlux: Edegone响应流量;</li>
13286
- <li>l7Flow_inFlux: Edgeone请求流量;</li>
13287
- <li>l7Flow_outBandwidth: Edegone响应带宽;</li>
13288
- <li>l7Flow_inBandwidth: Edegone请求带宽;</li>
13289
- <li>l7Flow_hit_outFlux: 缓存命中流量;</li>
13290
- <li>l7Flow_request: 访问请求数;</li>
13291
- <li>l7Flow_flux: 访问请求上行+下行流量;</li>
13292
- <li>l7Flow_bandwidth:访问请求上行+下行带宽。</li>
13293
- */
13294
- MetricNames: Array<string>;
13295
- /**
13296
- * 站点 ID 集合,此参数必填。
13297
- */
13298
- ZoneIds?: Array<string>;
13299
- /**
13300
- * 查询的域名集合,此参数已经废弃。
13301
- */
13302
- Domains?: Array<string>;
13193
+ Domains?: Array<string>;
13303
13194
  /**
13304
13195
  * 查询的协议类型,取值有:
13305
13196
  <li>http: http协议;</li>
@@ -13788,6 +13679,23 @@ export interface UpstreamRequestParameters {
13788
13679
  */
13789
13680
  Cookie?: UpstreamRequestCookie;
13790
13681
  }
13682
+ /**
13683
+ * ModifyMultiPathGatewayStatus请求参数结构体
13684
+ */
13685
+ export interface ModifyMultiPathGatewayStatusRequest {
13686
+ /**
13687
+ * 网关 ID。
13688
+ */
13689
+ GatewayId: string;
13690
+ /**
13691
+ * 站点 ID。
13692
+ */
13693
+ ZoneId: string;
13694
+ /**
13695
+ * 修改网关的启用停用状态,取值有:<li> offline:停用;</li><li> online:启用。</li>
13696
+ */
13697
+ GatewayStatus?: string;
13698
+ }
13791
13699
  /**
13792
13700
  * DeleteSecurityClientAttester返回参数结构体
13793
13701
  */
@@ -14280,6 +14188,18 @@ export interface CreateSecurityAPIResourceResponse {
14280
14188
  */
14281
14189
  RequestId?: string;
14282
14190
  }
14191
+ /**
14192
+ * 回源 HTTPS 配置参数。
14193
+ */
14194
+ export interface OriginPullProtocolParameters {
14195
+ /**
14196
+ * 回源协议配置,取值有:
14197
+ <li>http:使用 HTTP 协议回源;</li>
14198
+ <li>https:使用 HTTPS 协议回源;</li>
14199
+ <li>follow:协议跟随。</li>
14200
+ */
14201
+ Protocol?: string;
14202
+ }
14283
14203
  /**
14284
14204
  * 节点缓存清除类型取值为 purge_cache_tag 时附带的信息。
14285
14205
  */
@@ -14409,6 +14329,26 @@ export interface DescribeConfigGroupVersionsRequest {
14409
14329
  */
14410
14330
  Limit?: number;
14411
14331
  }
14332
+ /**
14333
+ * 当前生效的回源 IP 网段。
14334
+ */
14335
+ export interface MultiPathGatewayCurrentOriginACL {
14336
+ /**
14337
+ * 回源 IP 网段详情。
14338
+ */
14339
+ EntireAddresses?: Addresses;
14340
+ /**
14341
+ * 版本号。
14342
+ */
14343
+ Version?: number;
14344
+ /**
14345
+ * 本参数用于记录当前版本生效前是否完成「我已更新至最新回源 IP 网段」的确认。取值有:
14346
+ <li>true:已完成更新至最新回源 IP 的确认;</li>
14347
+ <li>false:未完成更新至最新回源 IP 的确认;</li>
14348
+ 注意:本参数返回 false 时,请及时确认您的源站防火墙配置是否已更新至最新的回源 IP 网段,以避免出现回源失败。
14349
+ */
14350
+ IsPlaned?: string;
14351
+ }
14412
14352
  /**
14413
14353
  * DescribeL4ProxyRules请求参数结构体
14414
14354
  */
@@ -15020,6 +14960,235 @@ export interface DescribeTimingL4DataResponse {
15020
14960
  */
15021
14961
  RequestId?: string;
15022
14962
  }
14963
+ /**
14964
+ * 规则引擎操作。
14965
+ */
14966
+ export interface RuleEngineAction {
14967
+ /**
14968
+ * 操作名称。名称需要与参数结构体对应,例如 Name=Cache,则 CacheParameters 必填。
14969
+ <li>Cache:节点缓存 TTL;</li>
14970
+ <li>CacheKey:自定义 Cache Key;</li>
14971
+ <li>CachePrefresh:缓存预刷新;</li>
14972
+ <li>AccessURLRedirect:访问 URL 重定向;</li>
14973
+ <li>UpstreamURLRewrite:回源 URL 重写;</li>
14974
+ <li>QUIC:QUIC;</li>
14975
+ <li>WebSocket:WebSocket;</li>
14976
+ <li>Authentication:Token 鉴权;</li>
14977
+ <li>MaxAge:浏览器缓存 TTL;</li>
14978
+ <li>StatusCodeCache:状态码缓存 TTL;</li>
14979
+ <li>OfflineCache:离线缓存;</li>
14980
+ <li>SmartRouting:智能加速;</li>
14981
+ <li>RangeOriginPull:分片回源 ;</li>
14982
+ <li>UpstreamHTTP2:HTTP2 回源;</li>
14983
+ <li>HostHeader:Host Header 重写;</li>
14984
+ <li>ForceRedirectHTTPS:访问协议强制 HTTPS 跳转配置;</li>
14985
+ <li>OriginPullProtocol:回源 HTTPS;</li>
14986
+ <li>Compression:智能压缩配置;</li>
14987
+ <li>HSTS:HSTS;</li>
14988
+ <li>ClientIPHeader:存储客户端请求 IP 的头部信息配置;</li>
14989
+ <li>OCSPStapling:OCSP 装订;</li>
14990
+ <li>HTTP2:HTTP2 接入;</li>
14991
+ <li>PostMaxSize:POST 请求上传文件流式传输最大限制配置;</li>
14992
+ <li>ClientIPCountry:回源时携带客户端 IP 所属地域信息;</li>
14993
+ <li>UpstreamFollowRedirect:回源跟随重定向参数配置;</li>
14994
+ <li>UpstreamRequest:回源请求参数;</li>
14995
+ <li>TLSConfig:SSL/TLS 安全;</li>
14996
+ <li>ModifyOrigin:修改源站;</li>
14997
+ <li>HTTPUpstreamTimeout:七层回源超时配置;</li>
14998
+ <li>HttpResponse:HTTP 应答;</li>
14999
+ <li>ErrorPage:自定义错误页面;</li>
15000
+ <li>ModifyResponseHeader:修改 HTTP 节点响应头;</li>
15001
+ <li>ModifyRequestHeader:修改 HTTP 节点请求头;</li>
15002
+ <li>ResponseSpeedLimit:单连接下载限速;</li>
15003
+ <li>SetContentIdentifier:设置内容标识符;</li>
15004
+ <li>Vary:Vary 特性配置。</li>
15005
+ */
15006
+ Name: string;
15007
+ /**
15008
+ * 节点缓存 TTL 配置参数,当 Name 取值为 Cache 时,该参数必填。
15009
+ 注意:此字段可能返回 null,表示取不到有效值。
15010
+ */
15011
+ CacheParameters?: CacheParameters;
15012
+ /**
15013
+ * 自定义 Cache Key 配置参数,当 Name 取值为 CacheKey 时,该参数必填。
15014
+ 注意:此字段可能返回 null,表示取不到有效值。
15015
+ */
15016
+ CacheKeyParameters?: CacheKeyParameters;
15017
+ /**
15018
+ * 缓存预刷新配置参数,当 Name 取值为 CachePrefresh 时,该参数必填。
15019
+ 注意:此字段可能返回 null,表示取不到有效值。
15020
+ */
15021
+ CachePrefreshParameters?: CachePrefreshParameters;
15022
+ /**
15023
+ * 访问 URL 重定向配置参数,当 Name 取值为 AccessURLRedirect 时,该参数必填。
15024
+ 注意:此字段可能返回 null,表示取不到有效值。
15025
+ */
15026
+ AccessURLRedirectParameters?: AccessURLRedirectParameters;
15027
+ /**
15028
+ * 回源 URL 重写配置参数,当 Name 取值为 UpstreamURLRewrite 时,该参数必填。
15029
+ 注意:此字段可能返回 null,表示取不到有效值。
15030
+ */
15031
+ UpstreamURLRewriteParameters?: UpstreamURLRewriteParameters;
15032
+ /**
15033
+ * QUIC 配置参数,当 Name 取值为 QUIC 时,该参数必填。
15034
+ 注意:此字段可能返回 null,表示取不到有效值。
15035
+ */
15036
+ QUICParameters?: QUICParameters;
15037
+ /**
15038
+ * WebSocket 配置参数,当 Name 取值为 WebSocket 时,该参数必填。
15039
+ 注意:此字段可能返回 null,表示取不到有效值。
15040
+ */
15041
+ WebSocketParameters?: WebSocketParameters;
15042
+ /**
15043
+ * Token 鉴权配置参数,当 Name 取值为 Authentication 时,该参数必填。
15044
+ 注意:此字段可能返回 null,表示取不到有效值。
15045
+ */
15046
+ AuthenticationParameters?: AuthenticationParameters;
15047
+ /**
15048
+ * 浏览器缓存 TTL 配置参数,当 Name 取值为 MaxAge 时,该参数必填。
15049
+ 注意:此字段可能返回 null,表示取不到有效值。
15050
+ */
15051
+ MaxAgeParameters?: MaxAgeParameters;
15052
+ /**
15053
+ * 状态码缓存 TTL 配置参数,当 Name 取值为 StatusCodeCache 时,该参数必填。
15054
+ 注意:此字段可能返回 null,表示取不到有效值。
15055
+ */
15056
+ StatusCodeCacheParameters?: StatusCodeCacheParameters;
15057
+ /**
15058
+ * 离线缓存配置参数,当 Name 取值为 OfflineCache 时,该参数必填。
15059
+ 注意:此字段可能返回 null,表示取不到有效值。
15060
+ */
15061
+ OfflineCacheParameters?: OfflineCacheParameters;
15062
+ /**
15063
+ * 智能加速配置参数,当 Name 取值为 SmartRouting 时,该参数必填。
15064
+ 注意:此字段可能返回 null,表示取不到有效值。
15065
+ */
15066
+ SmartRoutingParameters?: SmartRoutingParameters;
15067
+ /**
15068
+ * 分片回源配置参数,当 Name 取值为 RangeOriginPull 时,该参数必填。
15069
+ 注意:此字段可能返回 null,表示取不到有效值。
15070
+ */
15071
+ RangeOriginPullParameters?: RangeOriginPullParameters;
15072
+ /**
15073
+ * HTTP2 回源配置参数,当 Name 取值为 UpstreamHTTP2 时,该参数必填。
15074
+ 注意:此字段可能返回 null,表示取不到有效值。
15075
+ */
15076
+ UpstreamHTTP2Parameters?: UpstreamHTTP2Parameters;
15077
+ /**
15078
+ * Host Header 重写配置参数,当 Name 取值为 HostHeader 时,该参数必填。
15079
+ 注意:此字段可能返回 null,表示取不到有效值。
15080
+ */
15081
+ HostHeaderParameters?: HostHeaderParameters;
15082
+ /**
15083
+ * 访问协议强制 HTTPS 跳转配置,当 Name 取值为 ForceRedirectHTTPS 时,该参数必填。
15084
+ 注意:此字段可能返回 null,表示取不到有效值。
15085
+ */
15086
+ ForceRedirectHTTPSParameters?: ForceRedirectHTTPSParameters;
15087
+ /**
15088
+ * 回源 HTTPS 配置参数,当 Name 取值为 OriginPullProtocol 时,该参数必填。
15089
+ 注意:此字段可能返回 null,表示取不到有效值。
15090
+ */
15091
+ OriginPullProtocolParameters?: OriginPullProtocolParameters;
15092
+ /**
15093
+ * 智能压缩配置,当 Name 取值为 Compression 时,该参数必填。
15094
+ 注意:此字段可能返回 null,表示取不到有效值。
15095
+ */
15096
+ CompressionParameters?: CompressionParameters;
15097
+ /**
15098
+ * HSTS 配置参数,当 Name 取值为 HSTS 时,该参数必填。
15099
+ 注意:此字段可能返回 null,表示取不到有效值。
15100
+ */
15101
+ HSTSParameters?: HSTSParameters;
15102
+ /**
15103
+ * 存储客户端请求 IP 的头部信息配置,当 Name 取值为 ClientIPHeader 时,该参数必填。
15104
+ 注意:此字段可能返回 null,表示取不到有效值。
15105
+ */
15106
+ ClientIPHeaderParameters?: ClientIPHeaderParameters;
15107
+ /**
15108
+ * OCSP 装订配置参数,当 Name 取值为 OCSPStapling 时,该参数必填。
15109
+ 注意:此字段可能返回 null,表示取不到有效值。
15110
+ */
15111
+ OCSPStaplingParameters?: OCSPStaplingParameters;
15112
+ /**
15113
+ * HTTP2 接入配置参数,当 Name 取值为 HTTP2 时,该参数必填。
15114
+ 注意:此字段可能返回 null,表示取不到有效值。
15115
+ */
15116
+ HTTP2Parameters?: HTTP2Parameters;
15117
+ /**
15118
+ * POST 请求上传文件流式传输最大限制配置,当 Name 取值为 PostMaxSize 时,该参数必填。
15119
+ 注意:此字段可能返回 null,表示取不到有效值。
15120
+ */
15121
+ PostMaxSizeParameters?: PostMaxSizeParameters;
15122
+ /**
15123
+ * 回源时携带客户端 IP 所属地域信息配置参数,当 Name 取值为 ClientIPCountry 时,该参数必填。
15124
+ 注意:此字段可能返回 null,表示取不到有效值。
15125
+ */
15126
+ ClientIPCountryParameters?: ClientIPCountryParameters;
15127
+ /**
15128
+ * 回源跟随重定向参数配置,当 Name 取值为 UpstreamFollowRedirect 时,该参数必填。
15129
+ 注意:此字段可能返回 null,表示取不到有效值。
15130
+ */
15131
+ UpstreamFollowRedirectParameters?: UpstreamFollowRedirectParameters;
15132
+ /**
15133
+ * 回源请求参数配置参数,当 Name 取值为 UpstreamRequest 时,该参数必填。
15134
+ 注意:此字段可能返回 null,表示取不到有效值。
15135
+ */
15136
+ UpstreamRequestParameters?: UpstreamRequestParameters;
15137
+ /**
15138
+ * SSL/TLS 安全配置参数,当 Name 取值为 TLSConfig 时,该参数必填。
15139
+ 注意:此字段可能返回 null,表示取不到有效值。
15140
+ */
15141
+ TLSConfigParameters?: TLSConfigParameters;
15142
+ /**
15143
+ * 修改源站配置参数,当 Name 取值为 ModifyOrigin 时,该参数必填。
15144
+ 注意:此字段可能返回 null,表示取不到有效值。
15145
+ */
15146
+ ModifyOriginParameters?: ModifyOriginParameters;
15147
+ /**
15148
+ * 七层回源超时配置,当 Name 取值为 HTTPUpstreamTimeout 时,该参数必填。
15149
+ 注意:此字段可能返回 null,表示取不到有效值。
15150
+ */
15151
+ HTTPUpstreamTimeoutParameters?: HTTPUpstreamTimeoutParameters;
15152
+ /**
15153
+ * HTTP 应答配置参数,当 Name 取值为 HttpResponse 时,该参数必填。
15154
+ 注意:此字段可能返回 null,表示取不到有效值。
15155
+ */
15156
+ HttpResponseParameters?: HTTPResponseParameters;
15157
+ /**
15158
+ * 自定义错误页面配置参数,当 Name 取值为 ErrorPage 时,该参数必填。
15159
+ 注意:此字段可能返回 null,表示取不到有效值。
15160
+ */
15161
+ ErrorPageParameters?: ErrorPageParameters;
15162
+ /**
15163
+ * 修改 HTTP 节点响应头配置参数,当 Name 取值为 ModifyResponseHeader 时,该参数必填。
15164
+ 注意:此字段可能返回 null,表示取不到有效值。
15165
+ */
15166
+ ModifyResponseHeaderParameters?: ModifyResponseHeaderParameters;
15167
+ /**
15168
+ * 修改 HTTP 节点请求头配置参数,当 Name 取值为 ModifyRequestHeader 时,该参数必填。
15169
+ 注意:此字段可能返回 null,表示取不到有效值。
15170
+ */
15171
+ ModifyRequestHeaderParameters?: ModifyRequestHeaderParameters;
15172
+ /**
15173
+ * 单连接下载限速配置参数,当 Name 取值为 ResponseSpeedLimit 时,该参数必填。
15174
+ 注意:此字段可能返回 null,表示取不到有效值。
15175
+ */
15176
+ ResponseSpeedLimitParameters?: ResponseSpeedLimitParameters;
15177
+ /**
15178
+ * 内容标识配置参数,当 Name 取值为 SetContentIdentifier 时,该参数必填。
15179
+
15180
+ 注意:此字段可能返回 null,表示取不到有效值。
15181
+ */
15182
+ SetContentIdentifierParameters?: SetContentIdentifierParameters;
15183
+ /**
15184
+ * Vary 特性配置参数,当 Name 取值为 Vary 时,该参数必填。
15185
+ */
15186
+ VaryParameters?: VaryParameters;
15187
+ /**
15188
+ * 内容压缩配置参数,当 Name 取值为 ContentCompression 时,该参数必填。该参数为白名单功能,如有需要,请联系腾讯云工程师处理。
15189
+ */
15190
+ ContentCompressionParameters?: ContentCompressionParameters;
15191
+ }
15023
15192
  /**
15024
15193
  * 自定义名字服务器 IP 信息
15025
15194
  */