tencentcloud-sdk-nodejs 4.1.90 → 4.1.92
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/es/common/sdk_version.js +1 -1
- package/es/services/cdn/v20180606/cdn_client.js +15 -84
- package/es/services/dlc/v20210125/dlc_client.js +93 -24
- package/es/services/ess/v20201111/ess_client.js +6 -0
- package/es/services/hunyuan/v20230901/hunyuan_client.js +34 -40
- package/es/services/teo/v20220901/teo_client.js +82 -22
- package/es/services/waf/v20180125/waf_client.js +18 -6
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +29 -167
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +36 -220
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4192 -6711
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -19
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +117 -25
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +174 -36
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1703 -279
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/es/v20250101/es_models.d.ts +17 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +18 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +21 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7772 -7572
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +62 -70
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +84 -96
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +0 -96
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +21 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +12 -4
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +39 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +29 -8
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +2 -1
- package/tencentcloud/services/partners/v20180321/partners_client.js +2 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +17 -15
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -4
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +79 -3
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +119 -32
- package/tencentcloud/services/teo/v20220901/teo_client.js +169 -42
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +996 -185
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +18 -3
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +23 -7
- package/tencentcloud/services/waf/v20180125/waf_client.js +33 -9
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -114
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +11 -2
@@ -19,6 +19,23 @@ export interface DeployConfigGroupVersionRequest {
|
|
19
19
|
*/
|
20
20
|
Description: string;
|
21
21
|
}
|
22
|
+
/**
|
23
|
+
* DescribeSecurityAPIResource返回参数结构体
|
24
|
+
*/
|
25
|
+
export interface DescribeSecurityAPIResourceResponse {
|
26
|
+
/**
|
27
|
+
* API 资源总数量。
|
28
|
+
*/
|
29
|
+
TotalCount?: number;
|
30
|
+
/**
|
31
|
+
* API 资源列表。
|
32
|
+
*/
|
33
|
+
APIResources?: Array<APIResource>;
|
34
|
+
/**
|
35
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
36
|
+
*/
|
37
|
+
RequestId?: string;
|
38
|
+
}
|
22
39
|
/**
|
23
40
|
* 预付费套餐自动续费配置项。
|
24
41
|
*/
|
@@ -129,6 +146,19 @@ export interface DescribeOriginGroupResponse {
|
|
129
146
|
*/
|
130
147
|
RequestId?: string;
|
131
148
|
}
|
149
|
+
/**
|
150
|
+
* ModifySecurityJSInjectionRule请求参数结构体
|
151
|
+
*/
|
152
|
+
export interface ModifySecurityJSInjectionRuleRequest {
|
153
|
+
/**
|
154
|
+
* 站点 ID。
|
155
|
+
*/
|
156
|
+
ZoneId: string;
|
157
|
+
/**
|
158
|
+
* JavaScript 注入规则列表。
|
159
|
+
*/
|
160
|
+
JSInjectionRules?: Array<JSInjectionRule>;
|
161
|
+
}
|
132
162
|
/**
|
133
163
|
* DescribeSecurityIPGroupInfo返回参数结构体
|
134
164
|
*/
|
@@ -201,6 +231,19 @@ export interface DescribeWebSecurityTemplatesRequest {
|
|
201
231
|
*/
|
202
232
|
ZoneIds: Array<string>;
|
203
233
|
}
|
234
|
+
/**
|
235
|
+
* CreateSecurityAPIService请求参数结构体
|
236
|
+
*/
|
237
|
+
export interface CreateSecurityAPIServiceRequest {
|
238
|
+
/**
|
239
|
+
* 站点 ID。
|
240
|
+
*/
|
241
|
+
ZoneId: string;
|
242
|
+
/**
|
243
|
+
* API 服务列表。
|
244
|
+
*/
|
245
|
+
APIServices?: Array<APIService>;
|
246
|
+
}
|
204
247
|
/**
|
205
248
|
* 精准速率限制的配置
|
206
249
|
*/
|
@@ -528,6 +571,19 @@ export interface ModifyAccelerationDomainResponse {
|
|
528
571
|
*/
|
529
572
|
RequestId?: string;
|
530
573
|
}
|
574
|
+
/**
|
575
|
+
* DeleteSecurityAPIResource请求参数结构体
|
576
|
+
*/
|
577
|
+
export interface DeleteSecurityAPIResourceRequest {
|
578
|
+
/**
|
579
|
+
* 站点 ID。
|
580
|
+
*/
|
581
|
+
ZoneId: string;
|
582
|
+
/**
|
583
|
+
* 需要删除的 API 资源 ID 列表。
|
584
|
+
*/
|
585
|
+
APIResourceIds?: Array<string>;
|
586
|
+
}
|
531
587
|
/**
|
532
588
|
* HTTP2 回源配置。
|
533
589
|
*/
|
@@ -915,19 +971,21 @@ export interface CreateRealtimeLogDeliveryTaskRequest {
|
|
915
971
|
* 实时日志投递任务类型,取值有:
|
916
972
|
<li>cls: 推送到腾讯云 CLS;</li>
|
917
973
|
<li>custom_endpoint:推送到自定义 HTTP(S) 地址;</li>
|
918
|
-
<li>s3:推送到 AWS S3
|
974
|
+
<li>s3:推送到 AWS S3 兼容存储桶地址;</li>
|
919
975
|
*/
|
920
976
|
TaskType: string;
|
921
977
|
/**
|
922
|
-
*
|
923
|
-
<li>七层域名:domain.example.com
|
924
|
-
<li>四层代理实例:sid-2s69eb5wcms7
|
978
|
+
* 实时日志投递任务对应的实体列表。取值示例如下:
|
979
|
+
<li>七层域名:domain.example.com</li>
|
980
|
+
<li>四层代理实例:sid-2s69eb5wcms7</li>
|
981
|
+
<li>边缘函数实例:test-zone-2mxigizoh9l9-1257626257</li>
|
925
982
|
*/
|
926
983
|
EntityList: Array<string>;
|
927
984
|
/**
|
928
985
|
* 数据投递类型,取值有:
|
929
986
|
<li>domain:站点加速日志;</li>
|
930
987
|
<li>application:四层代理日志;</li>
|
988
|
+
<li>function:边缘函数运行日志;</li>
|
931
989
|
<li>web-rateLiming:速率限制和 CC 攻击防护日志;</li>
|
932
990
|
<li>web-attack:托管规则日志;</li>
|
933
991
|
<li>web-rule:自定义规则日志;</li>
|
@@ -941,7 +999,10 @@ export interface CreateRealtimeLogDeliveryTaskRequest {
|
|
941
999
|
*/
|
942
1000
|
Area: string;
|
943
1001
|
/**
|
944
|
-
*
|
1002
|
+
* 投递的预设字段列表。取值参考:
|
1003
|
+
<li>[站点加速日志(七层访问日志)](https://cloud.tencent.com/document/product/1552/105791)</li>
|
1004
|
+
<li>[四层代理日志](https://cloud.tencent.com/document/product/1552/105792)</li>
|
1005
|
+
<li>[边缘函数运行日志](https://cloud.tencent.com/document/product/1552/115585)</li>
|
945
1006
|
*/
|
946
1007
|
Fields: Array<string>;
|
947
1008
|
/**
|
@@ -1095,17 +1156,22 @@ export interface ModifyContentIdentifierResponse {
|
|
1095
1156
|
RequestId?: string;
|
1096
1157
|
}
|
1097
1158
|
/**
|
1098
|
-
*
|
1159
|
+
* DeleteSecurityAPIService返回参数结构体
|
1099
1160
|
*/
|
1100
|
-
export interface
|
1161
|
+
export interface DeleteSecurityAPIServiceResponse {
|
1101
1162
|
/**
|
1102
|
-
*
|
1163
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1103
1164
|
*/
|
1104
|
-
|
1165
|
+
RequestId?: string;
|
1166
|
+
}
|
1167
|
+
/**
|
1168
|
+
* 规则引擎条件且关系条件列表
|
1169
|
+
*/
|
1170
|
+
export interface RuleAndConditions {
|
1105
1171
|
/**
|
1106
|
-
*
|
1172
|
+
* 规则引擎条件,该数组内所有项全部满足即判断该条件满足。
|
1107
1173
|
*/
|
1108
|
-
|
1174
|
+
Conditions: Array<RuleCondition>;
|
1109
1175
|
}
|
1110
1176
|
/**
|
1111
1177
|
* CreateAliasDomain请求参数结构体
|
@@ -1317,21 +1383,25 @@ export interface CreateMultiPathGatewaySecretKeyResponse {
|
|
1317
1383
|
RequestId?: string;
|
1318
1384
|
}
|
1319
1385
|
/**
|
1320
|
-
*
|
1386
|
+
* DescribeSecurityIPGroupContent请求参数结构体
|
1321
1387
|
*/
|
1322
|
-
export interface
|
1388
|
+
export interface DescribeSecurityIPGroupContentRequest {
|
1323
1389
|
/**
|
1324
|
-
*
|
1390
|
+
* 站点 ID。
|
1325
1391
|
*/
|
1326
|
-
|
1392
|
+
ZoneId: string;
|
1327
1393
|
/**
|
1328
|
-
*
|
1394
|
+
* IP 组 ID。
|
1329
1395
|
*/
|
1330
|
-
|
1396
|
+
GroupId: number;
|
1331
1397
|
/**
|
1332
|
-
*
|
1398
|
+
* 分页查询限制数目。默认值:2000,最大值:100000。
|
1333
1399
|
*/
|
1334
|
-
|
1400
|
+
Limit?: number;
|
1401
|
+
/**
|
1402
|
+
* 分页查询偏移量。默认值:0。
|
1403
|
+
*/
|
1404
|
+
Offset?: number;
|
1335
1405
|
}
|
1336
1406
|
/**
|
1337
1407
|
* 功能总开关
|
@@ -1384,6 +1454,19 @@ export interface UpstreamRequestQueryString {
|
|
1384
1454
|
*/
|
1385
1455
|
Values?: Array<string>;
|
1386
1456
|
}
|
1457
|
+
/**
|
1458
|
+
* DeleteJustInTimeTranscodeTemplates请求参数结构体
|
1459
|
+
*/
|
1460
|
+
export interface DeleteJustInTimeTranscodeTemplatesRequest {
|
1461
|
+
/**
|
1462
|
+
* 站点ID。
|
1463
|
+
*/
|
1464
|
+
ZoneId: string;
|
1465
|
+
/**
|
1466
|
+
* 需删除的即时转码模板唯一标识数组,长度限制:100。
|
1467
|
+
*/
|
1468
|
+
TemplateIds: Array<string>;
|
1469
|
+
}
|
1387
1470
|
/**
|
1388
1471
|
* ModifyLoadBalancer返回参数结构体
|
1389
1472
|
*/
|
@@ -1576,6 +1659,20 @@ export interface EnvInfo {
|
|
1576
1659
|
*/
|
1577
1660
|
UpdateTime?: string;
|
1578
1661
|
}
|
1662
|
+
/**
|
1663
|
+
* 音频流配置参数。
|
1664
|
+
*/
|
1665
|
+
export interface AudioTemplateInfo {
|
1666
|
+
/**
|
1667
|
+
* 音频流的编码格式。可选值为:
|
1668
|
+
<li>libfdk_aac。</li>
|
1669
|
+
*/
|
1670
|
+
Codec: string;
|
1671
|
+
/**
|
1672
|
+
* 音频通道数,可选值:<li>2:双通道。</li>默认值:2。
|
1673
|
+
*/
|
1674
|
+
AudioChannel?: number;
|
1675
|
+
}
|
1579
1676
|
/**
|
1580
1677
|
* ModifyLoadBalancer请求参数结构体
|
1581
1678
|
*/
|
@@ -1721,6 +1818,19 @@ export interface DescribeTimingL7CacheDataRequest {
|
|
1721
1818
|
*/
|
1722
1819
|
Area?: string;
|
1723
1820
|
}
|
1821
|
+
/**
|
1822
|
+
* ModifySecurityAPIResource请求参数结构体
|
1823
|
+
*/
|
1824
|
+
export interface ModifySecurityAPIResourceRequest {
|
1825
|
+
/**
|
1826
|
+
* 站点 ID。
|
1827
|
+
*/
|
1828
|
+
ZoneId: string;
|
1829
|
+
/**
|
1830
|
+
* API 资源列表。
|
1831
|
+
*/
|
1832
|
+
APIResources?: Array<APIResource>;
|
1833
|
+
}
|
1724
1834
|
/**
|
1725
1835
|
* IPv6 访问配置。
|
1726
1836
|
*/
|
@@ -2055,6 +2165,23 @@ export interface RulesProperties {
|
|
2055
2165
|
*/
|
2056
2166
|
ExtraParameter?: RuleExtraParameter;
|
2057
2167
|
}
|
2168
|
+
/**
|
2169
|
+
* DescribeSecurityJSInjectionRule返回参数结构体
|
2170
|
+
*/
|
2171
|
+
export interface DescribeSecurityJSInjectionRuleResponse {
|
2172
|
+
/**
|
2173
|
+
* JavaScript 注入规则总数量。
|
2174
|
+
*/
|
2175
|
+
TotalCount?: number;
|
2176
|
+
/**
|
2177
|
+
* JavaScript 注入规则列表。
|
2178
|
+
*/
|
2179
|
+
JSInjectionRules?: Array<JSInjectionRule>;
|
2180
|
+
/**
|
2181
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2182
|
+
*/
|
2183
|
+
RequestId?: string;
|
2184
|
+
}
|
2058
2185
|
/**
|
2059
2186
|
* 规则引擎条件使用StatusCode字段动作参数
|
2060
2187
|
*/
|
@@ -2212,18 +2339,17 @@ export interface ModifyCustomErrorPageResponse {
|
|
2212
2339
|
RequestId?: string;
|
2213
2340
|
}
|
2214
2341
|
/**
|
2215
|
-
*
|
2342
|
+
* ModifySecurityAPIService请求参数结构体
|
2216
2343
|
*/
|
2217
|
-
export interface
|
2344
|
+
export interface ModifySecurityAPIServiceRequest {
|
2218
2345
|
/**
|
2219
|
-
*
|
2220
|
-
注意:满足该数组内任意一项条件,功能即可执行。
|
2346
|
+
* 站点 ID。
|
2221
2347
|
*/
|
2222
|
-
|
2348
|
+
ZoneId: string;
|
2223
2349
|
/**
|
2224
|
-
*
|
2350
|
+
* API 服务列表。
|
2225
2351
|
*/
|
2226
|
-
|
2352
|
+
APIServices?: Array<APIService>;
|
2227
2353
|
}
|
2228
2354
|
/**
|
2229
2355
|
* Debug 调试结构体。
|
@@ -2301,6 +2427,23 @@ export interface VerifyOwnershipResponse {
|
|
2301
2427
|
*/
|
2302
2428
|
RequestId?: string;
|
2303
2429
|
}
|
2430
|
+
/**
|
2431
|
+
* DescribeSecurityIPGroupContent返回参数结构体
|
2432
|
+
*/
|
2433
|
+
export interface DescribeSecurityIPGroupContentResponse {
|
2434
|
+
/**
|
2435
|
+
* IP 组中正在生效的 IP 或网段个数。
|
2436
|
+
*/
|
2437
|
+
IPTotalCount?: number;
|
2438
|
+
/**
|
2439
|
+
* 满足查询条件的 IP 或网段列表。受 Limit 和 Offset 参数限制。
|
2440
|
+
*/
|
2441
|
+
IPList?: Array<string>;
|
2442
|
+
/**
|
2443
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2444
|
+
*/
|
2445
|
+
RequestId?: string;
|
2446
|
+
}
|
2304
2447
|
/**
|
2305
2448
|
* 询价参数
|
2306
2449
|
*/
|
@@ -2670,6 +2813,28 @@ export interface DescribeTimingL7CacheDataResponse {
|
|
2670
2813
|
*/
|
2671
2814
|
RequestId?: string;
|
2672
2815
|
}
|
2816
|
+
/**
|
2817
|
+
* DescribeDefaultCertificates请求参数结构体
|
2818
|
+
*/
|
2819
|
+
export interface DescribeDefaultCertificatesRequest {
|
2820
|
+
/**
|
2821
|
+
* 站点 ID。
|
2822
|
+
*/
|
2823
|
+
ZoneId?: string;
|
2824
|
+
/**
|
2825
|
+
* 过滤条件,Filters.Values的上限为5。详细的过滤条件如下:
|
2826
|
+
<li>zone-id<br> 按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-xxx。<br> 类型:String<br> 必选:是 </li>
|
2827
|
+
*/
|
2828
|
+
Filters?: Array<Filter>;
|
2829
|
+
/**
|
2830
|
+
* 分页查询偏移量。默认值:0。
|
2831
|
+
*/
|
2832
|
+
Offset?: number;
|
2833
|
+
/**
|
2834
|
+
* 分页查询限制数目。默认值:20,最大值:100。
|
2835
|
+
*/
|
2836
|
+
Limit?: number;
|
2837
|
+
}
|
2673
2838
|
/**
|
2674
2839
|
* DescribeZones返回参数结构体
|
2675
2840
|
*/
|
@@ -2736,6 +2901,23 @@ export interface CustomField {
|
|
2736
2901
|
*/
|
2737
2902
|
Enabled?: boolean;
|
2738
2903
|
}
|
2904
|
+
/**
|
2905
|
+
* DescribeSecurityAPIService请求参数结构体
|
2906
|
+
*/
|
2907
|
+
export interface DescribeSecurityAPIServiceRequest {
|
2908
|
+
/**
|
2909
|
+
* 站点 ID。
|
2910
|
+
*/
|
2911
|
+
ZoneId: string;
|
2912
|
+
/**
|
2913
|
+
* 分页查询限制数目。默认值:20,最大值:100。
|
2914
|
+
*/
|
2915
|
+
Limit?: number;
|
2916
|
+
/**
|
2917
|
+
* 分页查询偏移量。默认值:0。
|
2918
|
+
*/
|
2919
|
+
Offset?: number;
|
2920
|
+
}
|
2739
2921
|
/**
|
2740
2922
|
* 自定义 Cache Key HTTP 请求头配置参数。
|
2741
2923
|
*/
|
@@ -3062,43 +3244,25 @@ export interface PrivateParameter {
|
|
3062
3244
|
Value: string;
|
3063
3245
|
}
|
3064
3246
|
/**
|
3065
|
-
*
|
3247
|
+
* 缓存键配置。
|
3066
3248
|
*/
|
3067
|
-
export interface
|
3068
|
-
/**
|
3069
|
-
* 四层代理实例 ID。
|
3070
|
-
*/
|
3071
|
-
ProxyId?: string;
|
3072
|
-
/**
|
3073
|
-
* 日志所属区域,取值有:
|
3074
|
-
<li>mainland:中国大陆境内;</li>
|
3075
|
-
<li>overseas:全球(不含中国大陆)。</li>
|
3076
|
-
*/
|
3077
|
-
Area?: string;
|
3078
|
-
/**
|
3079
|
-
* 离线日志数据包名。
|
3080
|
-
*/
|
3081
|
-
LogPacketName?: string;
|
3082
|
-
/**
|
3083
|
-
* 离线日志下载地址。
|
3084
|
-
*/
|
3085
|
-
Url?: string;
|
3086
|
-
/**
|
3087
|
-
* 日志打包时间,此参数已经废弃。
|
3088
|
-
*/
|
3089
|
-
LogTime?: number;
|
3249
|
+
export interface CacheKeyConfigParameters {
|
3090
3250
|
/**
|
3091
|
-
*
|
3251
|
+
* 是否开启全路径缓存,取值有:
|
3252
|
+
<li>on:开启全路径缓存(即关闭参数忽略);</li>
|
3253
|
+
<li>off:关闭全路径缓存(即开启参数忽略)。</li>
|
3092
3254
|
*/
|
3093
|
-
|
3255
|
+
FullURLCache?: string;
|
3094
3256
|
/**
|
3095
|
-
*
|
3257
|
+
* 是否忽略大小写缓存,取值有:
|
3258
|
+
<li>on:忽略;</li>
|
3259
|
+
<li>off:不忽略。</li>
|
3096
3260
|
*/
|
3097
|
-
|
3261
|
+
IgnoreCase?: string;
|
3098
3262
|
/**
|
3099
|
-
*
|
3263
|
+
* 查询字符串保留配置参数。此字段和 FullURLCache 必须同时设置,但不能同为 on。
|
3100
3264
|
*/
|
3101
|
-
|
3265
|
+
QueryString?: CacheKeyQueryString;
|
3102
3266
|
}
|
3103
3267
|
/**
|
3104
3268
|
* CreateOriginGroup请求参数结构体
|
@@ -3237,29 +3401,62 @@ export interface ModifyRealtimeLogDeliveryTaskResponse {
|
|
3237
3401
|
RequestId?: string;
|
3238
3402
|
}
|
3239
3403
|
/**
|
3240
|
-
*
|
3404
|
+
* 加速域名所对应的证书信息。
|
3241
3405
|
*/
|
3242
|
-
export interface
|
3406
|
+
export interface AccelerationDomainCertificate {
|
3243
3407
|
/**
|
3244
|
-
*
|
3408
|
+
* 配置证书的模式,取值有: <li>disable:不配置证书;</li> <li>eofreecert:配置 EdgeOne 免费证书;</li> <li>sslcert:配置 SSL 证书。</li>
|
3245
3409
|
*/
|
3246
|
-
|
3410
|
+
Mode?: string;
|
3247
3411
|
/**
|
3248
|
-
*
|
3412
|
+
* 服务端证书列表,相关证书部署在 EO 的入口侧。
|
3413
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3249
3414
|
*/
|
3250
|
-
|
3415
|
+
List?: Array<CertificateInfo>;
|
3251
3416
|
/**
|
3252
|
-
*
|
3417
|
+
* 在边缘双向认证场景下,该字段为客户端的 CA 证书,部署在 EO 节点内,用于 EO 节点认证客户端证书。
|
3253
3418
|
*/
|
3254
|
-
|
3419
|
+
ClientCertInfo?: MutualTLS;
|
3255
3420
|
/**
|
3256
|
-
*
|
3421
|
+
* 用于 EO 节点回源时携带的证书,源站启用双向认证握手时使用,用于源站认证客户端证书是否有效,确保请求来源于受信任的 EO 节点。
|
3257
3422
|
*/
|
3258
|
-
|
3423
|
+
UpstreamCertInfo?: UpstreamCertInfo;
|
3424
|
+
}
|
3425
|
+
/**
|
3426
|
+
* 源站组记录
|
3427
|
+
*/
|
3428
|
+
export interface OriginRecord {
|
3259
3429
|
/**
|
3260
|
-
*
|
3430
|
+
* 源站记录值,不包含端口信息,可以为:IPv4,IPv6,域名格式。
|
3261
3431
|
*/
|
3262
|
-
|
3432
|
+
Record: string;
|
3433
|
+
/**
|
3434
|
+
* 源站类型,取值有:
|
3435
|
+
<li>IP_DOMAIN:IPV4、IPV6、域名类型源站;</li>
|
3436
|
+
<li>COS:COS源。</li>
|
3437
|
+
<li>AWS_S3:AWS S3对象存储源站。</li>
|
3438
|
+
*/
|
3439
|
+
Type?: string;
|
3440
|
+
/**
|
3441
|
+
* 源站记录ID。
|
3442
|
+
*/
|
3443
|
+
RecordId?: string;
|
3444
|
+
/**
|
3445
|
+
* 源站权重,取值为0-100, 不填表示不设置权重,由系统自由调度,填0表示权重为0, 流量将不会调度到此源站。
|
3446
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
3447
|
+
*/
|
3448
|
+
Weight?: number;
|
3449
|
+
/**
|
3450
|
+
* 是否私有鉴权,当源站类型 RecordType=COS/AWS_S3 时生效,取值有:
|
3451
|
+
<li>true:使用私有鉴权;</li>
|
3452
|
+
<li>false:不使用私有鉴权。</li>不填写,默认值为:false。
|
3453
|
+
|
3454
|
+
*/
|
3455
|
+
Private?: boolean;
|
3456
|
+
/**
|
3457
|
+
* 私有鉴权参数,当源站类型Private=true时有效。
|
3458
|
+
*/
|
3459
|
+
PrivateParameters?: Array<PrivateParameter>;
|
3263
3460
|
}
|
3264
3461
|
/**
|
3265
3462
|
* DescribeSecurityTemplateBindings请求参数结构体
|
@@ -3404,6 +3601,15 @@ export interface RuleEngineItem {
|
|
3404
3601
|
*/
|
3405
3602
|
RulePriority?: number;
|
3406
3603
|
}
|
3604
|
+
/**
|
3605
|
+
* ModifySecurityAPIService返回参数结构体
|
3606
|
+
*/
|
3607
|
+
export interface ModifySecurityAPIServiceResponse {
|
3608
|
+
/**
|
3609
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3610
|
+
*/
|
3611
|
+
RequestId?: string;
|
3612
|
+
}
|
3407
3613
|
/**
|
3408
3614
|
* OCSP 装订配置参数。
|
3409
3615
|
*/
|
@@ -3451,6 +3657,20 @@ export interface DescribeDDoSAttackTopDataResponse {
|
|
3451
3657
|
*/
|
3452
3658
|
RequestId?: string;
|
3453
3659
|
}
|
3660
|
+
/**
|
3661
|
+
* 嵌套规则信息。
|
3662
|
+
*/
|
3663
|
+
export interface SubRule {
|
3664
|
+
/**
|
3665
|
+
* 执行功能判断条件。
|
3666
|
+
注意:满足该数组内任意一项条件,功能即可执行。
|
3667
|
+
*/
|
3668
|
+
Conditions: Array<RuleAndConditions>;
|
3669
|
+
/**
|
3670
|
+
* 执行的功能。
|
3671
|
+
*/
|
3672
|
+
Actions: Array<Action>;
|
3673
|
+
}
|
3454
3674
|
/**
|
3455
3675
|
* ModifyMultiPathGateway请求参数结构体
|
3456
3676
|
*/
|
@@ -3529,6 +3749,19 @@ export interface LoadBalancer {
|
|
3529
3749
|
*/
|
3530
3750
|
L7UsedList?: Array<string>;
|
3531
3751
|
}
|
3752
|
+
/**
|
3753
|
+
* CreateSecurityAPIService返回参数结构体
|
3754
|
+
*/
|
3755
|
+
export interface CreateSecurityAPIServiceResponse {
|
3756
|
+
/**
|
3757
|
+
* API 服务 ID 列表。
|
3758
|
+
*/
|
3759
|
+
APIServiceIds?: Array<string>;
|
3760
|
+
/**
|
3761
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3762
|
+
*/
|
3763
|
+
RequestId?: string;
|
3764
|
+
}
|
3532
3765
|
/**
|
3533
3766
|
* 访问 URL 重定向 HostName 配置参数。
|
3534
3767
|
*/
|
@@ -3727,6 +3960,23 @@ export interface SecEntryValue {
|
|
3727
3960
|
*/
|
3728
3961
|
Sum: number;
|
3729
3962
|
}
|
3963
|
+
/**
|
3964
|
+
* DescribeSecurityAPIResource请求参数结构体
|
3965
|
+
*/
|
3966
|
+
export interface DescribeSecurityAPIResourceRequest {
|
3967
|
+
/**
|
3968
|
+
* 站点 ID。
|
3969
|
+
*/
|
3970
|
+
ZoneId: string;
|
3971
|
+
/**
|
3972
|
+
* 分页查询限制数目。默认值:20,最大值:100。
|
3973
|
+
*/
|
3974
|
+
Limit?: number;
|
3975
|
+
/**
|
3976
|
+
* 分页查询偏移量。默认值:0。
|
3977
|
+
*/
|
3978
|
+
Offset?: number;
|
3979
|
+
}
|
3730
3980
|
/**
|
3731
3981
|
* 最新IP白名单列表相比于当前IP白名单列表的区别
|
3732
3982
|
*/
|
@@ -4581,6 +4831,23 @@ export interface AclCondition {
|
|
4581
4831
|
*/
|
4582
4832
|
MatchContent: string;
|
4583
4833
|
}
|
4834
|
+
/**
|
4835
|
+
* DescribeJustInTimeTranscodeTemplates返回参数结构体
|
4836
|
+
*/
|
4837
|
+
export interface DescribeJustInTimeTranscodeTemplatesResponse {
|
4838
|
+
/**
|
4839
|
+
* 符合过滤条件的记录总数。
|
4840
|
+
*/
|
4841
|
+
TotalCount?: number;
|
4842
|
+
/**
|
4843
|
+
* 模板详情列表。
|
4844
|
+
*/
|
4845
|
+
TemplateSet?: Array<JustInTimeTranscodeTemplate>;
|
4846
|
+
/**
|
4847
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4848
|
+
*/
|
4849
|
+
RequestId?: string;
|
4850
|
+
}
|
4584
4851
|
/**
|
4585
4852
|
* 站点验证信息
|
4586
4853
|
*/
|
@@ -5316,6 +5583,43 @@ export interface ModifyRealtimeLogDeliveryTaskRequest {
|
|
5316
5583
|
*/
|
5317
5584
|
S3?: S3;
|
5318
5585
|
}
|
5586
|
+
/**
|
5587
|
+
* 视频流配置参数。
|
5588
|
+
*/
|
5589
|
+
export interface VideoTemplateInfo {
|
5590
|
+
/**
|
5591
|
+
* 视频流的编码格式,可选值:<li>H.264: 使用 H.264 编码;</li><li>H.265: 使用 H.265 编码。</li>
|
5592
|
+
*/
|
5593
|
+
Codec: string;
|
5594
|
+
/**
|
5595
|
+
* 视频帧率,取值范围:[0, 30],单位:Hz。
|
5596
|
+
取值为 0,表示帧率和原始视频保持一致,但最大不超过 30。
|
5597
|
+
默认值:0。
|
5598
|
+
*/
|
5599
|
+
Fps?: number;
|
5600
|
+
/**
|
5601
|
+
* 视频流的码率,取值范围:0 和 [128, 10000],单位:kbps。
|
5602
|
+
取值为 0,表示自动根据视频画面和质量选择视频码率。
|
5603
|
+
默认值:0。
|
5604
|
+
*/
|
5605
|
+
Bitrate?: number;
|
5606
|
+
/**
|
5607
|
+
* 分辨率自适应,可选值:<li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li><li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>默认值:open。
|
5608
|
+
*/
|
5609
|
+
ResolutionAdaptive?: string;
|
5610
|
+
/**
|
5611
|
+
* 视频流宽度(或长边)的最大值,取值范围:0 和 [128, 1920],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。
|
5612
|
+
*/
|
5613
|
+
Width?: number;
|
5614
|
+
/**
|
5615
|
+
* 视频流高度(或短边)的最大值,取值范围:0 和 [128, 1080],单位:px。<li>当 Width、Height 均为 0,则分辨率同源;</li><li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li><li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li><li>当 Width、Height 均非 0,则分辨率按用户指定。</li>默认值:0。
|
5616
|
+
*/
|
5617
|
+
Height?: number;
|
5618
|
+
/**
|
5619
|
+
* 填充方式,当视频流配置宽高参数与原始视频的宽高比不一致时,对转码的处理方式,即为“填充”。可选填充方式:<li> stretch:拉伸,对每一帧进行拉伸,填满整个画面,可能导致转码后的视频被“压扁”或者“拉长”。</li><li>black:留黑,保持视频宽高比不变,边缘剩余部分使用黑色填充。</li><li>white:留白,保持视频宽高比不变,边缘剩余部分使用白色填充。</li><li>gauss:高斯模糊,保持视频宽高比不变,边缘剩余部分使用高斯模糊填充。</li>默认值:black 。
|
5620
|
+
*/
|
5621
|
+
FillType?: string;
|
5622
|
+
}
|
5319
5623
|
/**
|
5320
5624
|
* HandleFunctionRuntimeEnvironment返回参数结构体
|
5321
5625
|
*/
|
@@ -5467,26 +5771,17 @@ export interface CreatePrefetchTaskResponse {
|
|
5467
5771
|
RequestId?: string;
|
5468
5772
|
}
|
5469
5773
|
/**
|
5470
|
-
*
|
5774
|
+
* CreateSecurityJSInjectionRule请求参数结构体
|
5471
5775
|
*/
|
5472
|
-
export interface
|
5776
|
+
export interface CreateSecurityJSInjectionRuleRequest {
|
5473
5777
|
/**
|
5474
5778
|
* 站点 ID。
|
5475
5779
|
*/
|
5476
|
-
ZoneId
|
5477
|
-
/**
|
5478
|
-
* 过滤条件,Filters.Values的上限为5。详细的过滤条件如下:
|
5479
|
-
<li>zone-id<br> 按照【<strong>站点ID</strong>】进行过滤。站点ID形如:zone-xxx。<br> 类型:String<br> 必选:是 </li>
|
5480
|
-
*/
|
5481
|
-
Filters?: Array<Filter>;
|
5780
|
+
ZoneId: string;
|
5482
5781
|
/**
|
5483
|
-
*
|
5782
|
+
* JavaScript 注入规则列表。
|
5484
5783
|
*/
|
5485
|
-
|
5486
|
-
/**
|
5487
|
-
* 分页查询限制数目。默认值:20,最大值:100。
|
5488
|
-
*/
|
5489
|
-
Limit?: number;
|
5784
|
+
JSInjectionRules?: Array<JSInjectionRule>;
|
5490
5785
|
}
|
5491
5786
|
/**
|
5492
5787
|
* DescribeMultiPathGateways返回参数结构体
|
@@ -5550,14 +5845,21 @@ export interface ModifyL7AccRulePriorityResponse {
|
|
5550
5845
|
RequestId?: string;
|
5551
5846
|
}
|
5552
5847
|
/**
|
5553
|
-
*
|
5848
|
+
* API 服务配置。
|
5554
5849
|
*/
|
5555
|
-
export interface
|
5850
|
+
export interface APIService {
|
5556
5851
|
/**
|
5557
|
-
*
|
5558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5852
|
+
* API 服务 ID。
|
5559
5853
|
*/
|
5560
|
-
|
5854
|
+
Id?: string;
|
5855
|
+
/**
|
5856
|
+
* API 服务名称。
|
5857
|
+
*/
|
5858
|
+
Name?: string;
|
5859
|
+
/**
|
5860
|
+
* 基础路径。
|
5861
|
+
*/
|
5862
|
+
BasePath?: string;
|
5561
5863
|
}
|
5562
5864
|
/**
|
5563
5865
|
* CreateConfigGroupVersion返回参数结构体
|
@@ -5581,6 +5883,19 @@ export interface ConfirmOriginACLUpdateRequest {
|
|
5581
5883
|
*/
|
5582
5884
|
ZoneId: string;
|
5583
5885
|
}
|
5886
|
+
/**
|
5887
|
+
* CreateJustInTimeTranscodeTemplate返回参数结构体
|
5888
|
+
*/
|
5889
|
+
export interface CreateJustInTimeTranscodeTemplateResponse {
|
5890
|
+
/**
|
5891
|
+
* 即时转码模板唯一标识,用于即时转码 URL 拼接。
|
5892
|
+
*/
|
5893
|
+
TemplateId?: string;
|
5894
|
+
/**
|
5895
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5896
|
+
*/
|
5897
|
+
RequestId?: string;
|
5898
|
+
}
|
5584
5899
|
/**
|
5585
5900
|
* DownloadL7Logs请求参数结构体
|
5586
5901
|
*/
|
@@ -5610,6 +5925,23 @@ export interface DownloadL7LogsRequest {
|
|
5610
5925
|
*/
|
5611
5926
|
Offset?: number;
|
5612
5927
|
}
|
5928
|
+
/**
|
5929
|
+
* DescribeSecurityClientAttester请求参数结构体
|
5930
|
+
*/
|
5931
|
+
export interface DescribeSecurityClientAttesterRequest {
|
5932
|
+
/**
|
5933
|
+
* 站点 ID。
|
5934
|
+
*/
|
5935
|
+
ZoneId: string;
|
5936
|
+
/**
|
5937
|
+
* 分页查询限制数目。默认值:20,最大值:100。
|
5938
|
+
*/
|
5939
|
+
Limit?: number;
|
5940
|
+
/**
|
5941
|
+
* 分页查询偏移量。默认值:0。
|
5942
|
+
*/
|
5943
|
+
Offset?: number;
|
5944
|
+
}
|
5613
5945
|
/**
|
5614
5946
|
* WebSocket 配置。
|
5615
5947
|
*/
|
@@ -5845,13 +6177,26 @@ export interface DescribeRealtimeLogDeliveryTasksResponse {
|
|
5845
6177
|
*/
|
5846
6178
|
TotalCount?: number;
|
5847
6179
|
/**
|
5848
|
-
* 符合查询条件的所有实时日志投递任务列表。
|
6180
|
+
* 符合查询条件的所有实时日志投递任务列表。
|
6181
|
+
*/
|
6182
|
+
RealtimeLogDeliveryTasks?: Array<RealtimeLogDeliveryTask>;
|
6183
|
+
/**
|
6184
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6185
|
+
*/
|
6186
|
+
RequestId?: string;
|
6187
|
+
}
|
6188
|
+
/**
|
6189
|
+
* TopN的Entry数据
|
6190
|
+
*/
|
6191
|
+
export interface TopEntry {
|
6192
|
+
/**
|
6193
|
+
* top查询维度值。
|
5849
6194
|
*/
|
5850
|
-
|
6195
|
+
Key: string;
|
5851
6196
|
/**
|
5852
|
-
*
|
6197
|
+
* 查询具体数据。
|
5853
6198
|
*/
|
5854
|
-
|
6199
|
+
Value: Array<TopEntryValue>;
|
5855
6200
|
}
|
5856
6201
|
/**
|
5857
6202
|
* DescribeConfigGroupVersions返回参数结构体
|
@@ -6177,39 +6522,66 @@ export interface CreatePlanForZoneRequest {
|
|
6177
6522
|
PlanType: string;
|
6178
6523
|
}
|
6179
6524
|
/**
|
6180
|
-
*
|
6525
|
+
* 客户端设备配置
|
6181
6526
|
*/
|
6182
|
-
export interface
|
6527
|
+
export interface DeviceProfile {
|
6183
6528
|
/**
|
6184
|
-
*
|
6529
|
+
* 客户端设备类型。取值有:<li>iOS;</li><li>Android;</li><li>WebView。</li>
|
6185
6530
|
*/
|
6186
|
-
|
6531
|
+
ClientType: string;
|
6187
6532
|
/**
|
6188
|
-
*
|
6189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6533
|
+
* 判定请求为高风险的最低值,取值范围为 1~99。数值越大请求风险越高越接近 Bot 客户端发起的请求。默认值为 50,对应含义 51~100 为高风险。
|
6190
6534
|
*/
|
6191
|
-
|
6535
|
+
HighRiskMinScore?: number;
|
6192
6536
|
/**
|
6193
|
-
*
|
6537
|
+
* 高风险请求的处置方式。SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Redirect:重定向;</li><li>Challenge:挑战。</li>默认值为 Monitor。
|
6194
6538
|
*/
|
6195
|
-
|
6539
|
+
HighRiskRequestAction?: SecurityAction;
|
6196
6540
|
/**
|
6197
|
-
*
|
6541
|
+
* 判定请求为中风险的最低值,取值范围为 1~99。数值越大请求风险越高越接近 Bot 客户端发起的请求。默认值为 15,对应含义 16~50 为中风险。
|
6198
6542
|
*/
|
6199
|
-
|
6543
|
+
MediumRiskMinScore?: number;
|
6544
|
+
/**
|
6545
|
+
* 中风险请求的处置方式。SecurityAction 的 Name 取值支持:<li>Deny:拦截;</li><li>Monitor:观察;</li><li>Redirect:重定向;</li><li>Challenge:挑战。</li>默认值为 Monitor。
|
6546
|
+
*/
|
6547
|
+
MediumRiskRequestAction?: SecurityAction;
|
6200
6548
|
}
|
6201
6549
|
/**
|
6202
|
-
*
|
6550
|
+
* CreateJustInTimeTranscodeTemplate请求参数结构体
|
6203
6551
|
*/
|
6204
|
-
export interface
|
6552
|
+
export interface CreateJustInTimeTranscodeTemplateRequest {
|
6205
6553
|
/**
|
6206
|
-
*
|
6554
|
+
* 站点ID。
|
6207
6555
|
*/
|
6208
|
-
|
6556
|
+
ZoneId: string;
|
6209
6557
|
/**
|
6210
|
-
*
|
6558
|
+
* 即时转码模板名称,长度限制:64 个字符。
|
6211
6559
|
*/
|
6212
|
-
|
6560
|
+
TemplateName: string;
|
6561
|
+
/**
|
6562
|
+
* 模板描述信息,长度限制:256 个字符。默认为空。
|
6563
|
+
*/
|
6564
|
+
Comment?: string;
|
6565
|
+
/**
|
6566
|
+
* 启用视频流开关,取值:
|
6567
|
+
<li>on:开启;</li>
|
6568
|
+
<li>off:关闭。</li>默认值:on。
|
6569
|
+
*/
|
6570
|
+
VideoStreamSwitch?: string;
|
6571
|
+
/**
|
6572
|
+
* 启用音频流开关,取值:
|
6573
|
+
<li>on:开启;</li>
|
6574
|
+
<li>off:关闭。</li>默认值:on。
|
6575
|
+
*/
|
6576
|
+
AudioStreamSwitch?: string;
|
6577
|
+
/**
|
6578
|
+
* 视频流配置参数,当 VideoStreamSwitch 为 on,该字段必填。
|
6579
|
+
*/
|
6580
|
+
VideoTemplate?: VideoTemplateInfo;
|
6581
|
+
/**
|
6582
|
+
* 音频流配置参数,当 AudioStreamSwitch 为 on,该字段必填。
|
6583
|
+
*/
|
6584
|
+
AudioTemplate?: AudioTemplateInfo;
|
6213
6585
|
}
|
6214
6586
|
/**
|
6215
6587
|
* ModifyCustomErrorPage请求参数结构体
|
@@ -6499,6 +6871,23 @@ export interface ModifyHostsCertificateResponse {
|
|
6499
6871
|
*/
|
6500
6872
|
RequestId?: string;
|
6501
6873
|
}
|
6874
|
+
/**
|
6875
|
+
* DescribeSecurityAPIService返回参数结构体
|
6876
|
+
*/
|
6877
|
+
export interface DescribeSecurityAPIServiceResponse {
|
6878
|
+
/**
|
6879
|
+
* API 服务总数量。
|
6880
|
+
*/
|
6881
|
+
TotalCount?: number;
|
6882
|
+
/**
|
6883
|
+
* API 服务列表。
|
6884
|
+
*/
|
6885
|
+
APIServices?: Array<APIService>;
|
6886
|
+
/**
|
6887
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6888
|
+
*/
|
6889
|
+
RequestId?: string;
|
6890
|
+
}
|
6502
6891
|
/**
|
6503
6892
|
* CreateAccelerationDomain请求参数结构体
|
6504
6893
|
*/
|
@@ -6635,6 +7024,15 @@ export interface CreateMultiPathGatewayResponse {
|
|
6635
7024
|
*/
|
6636
7025
|
RequestId?: string;
|
6637
7026
|
}
|
7027
|
+
/**
|
7028
|
+
* DeleteJustInTimeTranscodeTemplates返回参数结构体
|
7029
|
+
*/
|
7030
|
+
export interface DeleteJustInTimeTranscodeTemplatesResponse {
|
7031
|
+
/**
|
7032
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7033
|
+
*/
|
7034
|
+
RequestId?: string;
|
7035
|
+
}
|
6638
7036
|
/**
|
6639
7037
|
* DescribePurgeTasks请求参数结构体
|
6640
7038
|
*/
|
@@ -7162,6 +7560,19 @@ export interface ModifyFunctionResponse {
|
|
7162
7560
|
*/
|
7163
7561
|
RequestId?: string;
|
7164
7562
|
}
|
7563
|
+
/**
|
7564
|
+
* CreateL4ProxyRules返回参数结构体
|
7565
|
+
*/
|
7566
|
+
export interface CreateL4ProxyRulesResponse {
|
7567
|
+
/**
|
7568
|
+
* 新增转发规则的 ID,以数组的形式返回。
|
7569
|
+
*/
|
7570
|
+
L4ProxyRuleIds?: Array<string>;
|
7571
|
+
/**
|
7572
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7573
|
+
*/
|
7574
|
+
RequestId?: string;
|
7575
|
+
}
|
7165
7576
|
/**
|
7166
7577
|
* DescribeOriginGroup请求参数结构体
|
7167
7578
|
*/
|
@@ -7184,6 +7595,19 @@ export interface DescribeOriginGroupRequest {
|
|
7184
7595
|
*/
|
7185
7596
|
Filters?: Array<AdvancedFilter>;
|
7186
7597
|
}
|
7598
|
+
/**
|
7599
|
+
* CreateSecurityClientAttester请求参数结构体
|
7600
|
+
*/
|
7601
|
+
export interface CreateSecurityClientAttesterRequest {
|
7602
|
+
/**
|
7603
|
+
* 站点 ID。
|
7604
|
+
*/
|
7605
|
+
ZoneId: string;
|
7606
|
+
/**
|
7607
|
+
* 认证选项列表。
|
7608
|
+
*/
|
7609
|
+
ClientAttesters?: Array<ClientAttester>;
|
7610
|
+
}
|
7187
7611
|
/**
|
7188
7612
|
* DescribeIPRegion请求参数结构体
|
7189
7613
|
*/
|
@@ -7256,6 +7680,48 @@ export interface CreatePlanForZoneResponse {
|
|
7256
7680
|
*/
|
7257
7681
|
RequestId?: string;
|
7258
7682
|
}
|
7683
|
+
/**
|
7684
|
+
* 认证选项配置。
|
7685
|
+
*/
|
7686
|
+
export interface ClientAttester {
|
7687
|
+
/**
|
7688
|
+
* 认证选项 ID。
|
7689
|
+
*/
|
7690
|
+
Id?: string;
|
7691
|
+
/**
|
7692
|
+
* 认证选项名称。
|
7693
|
+
*/
|
7694
|
+
Name?: string;
|
7695
|
+
/**
|
7696
|
+
* 认证规则类型。仅出参返回,取值有:
|
7697
|
+
<li>PRESET: 系统预置规则,仅允许修改 AttesterDuration;</li>
|
7698
|
+
<li>CUSTOM: 用户自定义规则。</li>
|
7699
|
+
*/
|
7700
|
+
Type?: string;
|
7701
|
+
/**
|
7702
|
+
* 认证方法。取值有:
|
7703
|
+
<li>TC-RCE: 使用全栈式风控引擎进行认证;</li>
|
7704
|
+
<li>TC-CAPTCHA: 使用天御验证码进行认证。</li>
|
7705
|
+
*/
|
7706
|
+
AttesterSource?: string;
|
7707
|
+
/**
|
7708
|
+
* 认证有效时间。默认为 60s,支持的单位有:
|
7709
|
+
<li>s:秒,取值范围 60~43200;</li>
|
7710
|
+
<li>m:分,取值范围 1~720;</li>
|
7711
|
+
<li>h:小时,取值范围 1~12。</li>
|
7712
|
+
*/
|
7713
|
+
AttesterDuration?: string;
|
7714
|
+
/**
|
7715
|
+
* TC-RCE 认证的配置信息。
|
7716
|
+
<li>当 AttesterSource 参数值为 TC-RCE 时,此字段必填。</li>
|
7717
|
+
*/
|
7718
|
+
TCRCEOption?: TCRCEOption;
|
7719
|
+
/**
|
7720
|
+
* TC-CAPTCHA 认证的配置信息。
|
7721
|
+
<li>当 AttesterSource 参数值为 TC-CAPTCHA 时,此字段必填。</li>
|
7722
|
+
*/
|
7723
|
+
TCCaptchaOption?: TCCaptchaOption;
|
7724
|
+
}
|
7259
7725
|
/**
|
7260
7726
|
* ModifyL4ProxyRulesStatus返回参数结构体
|
7261
7727
|
*/
|
@@ -7713,6 +8179,19 @@ export interface DescribeDeployHistoryRequest {
|
|
7713
8179
|
*/
|
7714
8180
|
Filters?: Array<AdvancedFilter>;
|
7715
8181
|
}
|
8182
|
+
/**
|
8183
|
+
* 刷新预热附带的头部信息
|
8184
|
+
*/
|
8185
|
+
export interface Header {
|
8186
|
+
/**
|
8187
|
+
* HTTP头部名称。
|
8188
|
+
*/
|
8189
|
+
Name: string;
|
8190
|
+
/**
|
8191
|
+
* HTTP头部值。
|
8192
|
+
*/
|
8193
|
+
Value: string;
|
8194
|
+
}
|
7716
8195
|
/**
|
7717
8196
|
* CreateMultiPathGatewayLine返回参数结构体
|
7718
8197
|
*/
|
@@ -7786,6 +8265,19 @@ export interface DescribePlansRequest {
|
|
7786
8265
|
*/
|
7787
8266
|
Offset?: number;
|
7788
8267
|
}
|
8268
|
+
/**
|
8269
|
+
* CreateSecurityJSInjectionRule返回参数结构体
|
8270
|
+
*/
|
8271
|
+
export interface CreateSecurityJSInjectionRuleResponse {
|
8272
|
+
/**
|
8273
|
+
* JavaScript 注入规则 ID 列表。
|
8274
|
+
*/
|
8275
|
+
JSInjectionRuleIds?: Array<string>;
|
8276
|
+
/**
|
8277
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8278
|
+
*/
|
8279
|
+
RequestId?: string;
|
8280
|
+
}
|
7789
8281
|
/**
|
7790
8282
|
* ModifyOriginGroup请求参数结构体
|
7791
8283
|
*/
|
@@ -7861,6 +8353,15 @@ export interface ModifyL7AccSettingResponse {
|
|
7861
8353
|
*/
|
7862
8354
|
RequestId?: string;
|
7863
8355
|
}
|
8356
|
+
/**
|
8357
|
+
* DeleteSecurityJSInjectionRule返回参数结构体
|
8358
|
+
*/
|
8359
|
+
export interface DeleteSecurityJSInjectionRuleResponse {
|
8360
|
+
/**
|
8361
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8362
|
+
*/
|
8363
|
+
RequestId?: string;
|
8364
|
+
}
|
7864
8365
|
/**
|
7865
8366
|
* Web安全自定义页面的附加参数
|
7866
8367
|
*/
|
@@ -7874,6 +8375,23 @@ export interface ReturnCustomPageActionParameters {
|
|
7874
8375
|
*/
|
7875
8376
|
ErrorPageId: string;
|
7876
8377
|
}
|
8378
|
+
/**
|
8379
|
+
* DescribeAccelerationDomains返回参数结构体
|
8380
|
+
*/
|
8381
|
+
export interface DescribeAccelerationDomainsResponse {
|
8382
|
+
/**
|
8383
|
+
* 符合查询条件的加速域名个数。
|
8384
|
+
*/
|
8385
|
+
TotalCount?: number;
|
8386
|
+
/**
|
8387
|
+
* 符合查询条件的所有加速域名的信息。
|
8388
|
+
*/
|
8389
|
+
AccelerationDomains?: Array<AccelerationDomain>;
|
8390
|
+
/**
|
8391
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8392
|
+
*/
|
8393
|
+
RequestId?: string;
|
8394
|
+
}
|
7877
8395
|
/**
|
7878
8396
|
* BindZoneToPlan返回参数结构体
|
7879
8397
|
*/
|
@@ -8479,6 +8997,19 @@ export interface ClientIpCountry {
|
|
8479
8997
|
*/
|
8480
8998
|
HeaderName?: string;
|
8481
8999
|
}
|
9000
|
+
/**
|
9001
|
+
* DeleteSecurityClientAttester请求参数结构体
|
9002
|
+
*/
|
9003
|
+
export interface DeleteSecurityClientAttesterRequest {
|
9004
|
+
/**
|
9005
|
+
* 站点 ID。
|
9006
|
+
*/
|
9007
|
+
ZoneId: string;
|
9008
|
+
/**
|
9009
|
+
* 客户端认证选项 ID。
|
9010
|
+
*/
|
9011
|
+
ClientAttesterIds?: Array<string>;
|
9012
|
+
}
|
8482
9013
|
/**
|
8483
9014
|
* DeleteApplicationProxyRule请求参数结构体
|
8484
9015
|
*/
|
@@ -8891,21 +9422,13 @@ export interface AscriptionInfo {
|
|
8891
9422
|
RecordValue?: string;
|
8892
9423
|
}
|
8893
9424
|
/**
|
8894
|
-
*
|
9425
|
+
* ModifySecurityClientAttester返回参数结构体
|
8895
9426
|
*/
|
8896
|
-
export interface
|
8897
|
-
/**
|
8898
|
-
* 源站组 ID。
|
8899
|
-
*/
|
8900
|
-
OriginGroupId?: string;
|
8901
|
-
/**
|
8902
|
-
* 根据所有探测区域的结果综合决策出来的源站组下各个源站的健康状态。超过一半的地域判定该源站不健康,则对应状态为不健康,否则为健康。
|
8903
|
-
*/
|
8904
|
-
OriginHealthStatus?: Array<OriginHealthStatus>;
|
9427
|
+
export interface ModifySecurityClientAttesterResponse {
|
8905
9428
|
/**
|
8906
|
-
*
|
9429
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8907
9430
|
*/
|
8908
|
-
|
9431
|
+
RequestId?: string;
|
8909
9432
|
}
|
8910
9433
|
/**
|
8911
9434
|
* ModifyOriginACL请求参数结构体
|
@@ -9017,6 +9540,77 @@ export interface CreateApplicationProxyRuleRequest {
|
|
9017
9540
|
*/
|
9018
9541
|
RuleTag?: string;
|
9019
9542
|
}
|
9543
|
+
/**
|
9544
|
+
* 即时转码模板详情。
|
9545
|
+
*/
|
9546
|
+
export interface JustInTimeTranscodeTemplate {
|
9547
|
+
/**
|
9548
|
+
* 即时转码模板唯一标识。
|
9549
|
+
*/
|
9550
|
+
TemplateId?: string;
|
9551
|
+
/**
|
9552
|
+
* 转码模板名称。
|
9553
|
+
*/
|
9554
|
+
TemplateName?: string;
|
9555
|
+
/**
|
9556
|
+
* 模板描述信息。
|
9557
|
+
*/
|
9558
|
+
Comment?: string;
|
9559
|
+
/**
|
9560
|
+
* 模板类型,取值:<li>preset:系统预置模板;</li><li>custom:用户自定义模板。</li>
|
9561
|
+
*/
|
9562
|
+
Type?: string;
|
9563
|
+
/**
|
9564
|
+
* 启用视频流开关,取值:<li>on:开启;</li><li>off:关闭。</li>
|
9565
|
+
*/
|
9566
|
+
VideoStreamSwitch?: string;
|
9567
|
+
/**
|
9568
|
+
* 启用音频流开关,取值:<li>on:开启;</li><li>off:关闭。</li>
|
9569
|
+
*/
|
9570
|
+
AudioStreamSwitch?: string;
|
9571
|
+
/**
|
9572
|
+
* 视频流配置参数,仅当 VideoStreamSwitch 为 on,该字段有效。
|
9573
|
+
*/
|
9574
|
+
VideoTemplate?: VideoTemplateInfo;
|
9575
|
+
/**
|
9576
|
+
* 音频流配置参数,仅当 AudioStreamSwitch 为 on,该字段有效。
|
9577
|
+
*/
|
9578
|
+
AudioTemplate?: AudioTemplateInfo;
|
9579
|
+
/**
|
9580
|
+
* 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
9581
|
+
*/
|
9582
|
+
CreateTime?: string;
|
9583
|
+
/**
|
9584
|
+
* 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
9585
|
+
*/
|
9586
|
+
UpdateTime?: string;
|
9587
|
+
}
|
9588
|
+
/**
|
9589
|
+
* DeleteSecurityAPIService请求参数结构体
|
9590
|
+
*/
|
9591
|
+
export interface DeleteSecurityAPIServiceRequest {
|
9592
|
+
/**
|
9593
|
+
* 站点 ID。
|
9594
|
+
*/
|
9595
|
+
ZoneId: string;
|
9596
|
+
/**
|
9597
|
+
* API 服务 ID 列表。
|
9598
|
+
*/
|
9599
|
+
APIServiceIds?: Array<string>;
|
9600
|
+
}
|
9601
|
+
/**
|
9602
|
+
* 验证码认证实例信息。
|
9603
|
+
*/
|
9604
|
+
export interface TCCaptchaOption {
|
9605
|
+
/**
|
9606
|
+
* CaptchaAppId 信息。
|
9607
|
+
*/
|
9608
|
+
CaptchaAppId: string;
|
9609
|
+
/**
|
9610
|
+
* AppSecretKey 信息。
|
9611
|
+
*/
|
9612
|
+
AppSecretKey: string;
|
9613
|
+
}
|
9020
9614
|
/**
|
9021
9615
|
* DescribeDnsRecords返回参数结构体
|
9022
9616
|
*/
|
@@ -9716,40 +10310,32 @@ export interface Action {
|
|
9716
10310
|
CodeAction?: CodeAction;
|
9717
10311
|
}
|
9718
10312
|
/**
|
9719
|
-
*
|
10313
|
+
* JavaScript 注入规则。
|
9720
10314
|
*/
|
9721
|
-
export interface
|
10315
|
+
export interface JSInjectionRule {
|
9722
10316
|
/**
|
9723
|
-
*
|
10317
|
+
* 规则 ID。
|
9724
10318
|
*/
|
9725
|
-
|
10319
|
+
RuleId?: string;
|
9726
10320
|
/**
|
9727
|
-
*
|
9728
|
-
<li>IP_DOMAIN:IPV4、IPV6、域名类型源站;</li>
|
9729
|
-
<li>COS:COS源。</li>
|
9730
|
-
<li>AWS_S3:AWS S3对象存储源站。</li>
|
10321
|
+
* 规则名称。
|
9731
10322
|
*/
|
9732
|
-
|
10323
|
+
Name?: string;
|
9733
10324
|
/**
|
9734
|
-
*
|
10325
|
+
* 规则优先级,数值越小越优先执行,范围是 0 ~ 100,默认为 0。
|
9735
10326
|
*/
|
9736
|
-
|
10327
|
+
Priority?: number;
|
9737
10328
|
/**
|
9738
|
-
*
|
9739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
10329
|
+
* 匹配条件内容。需符合表达式语法,详细规范参见产品文档。
|
9740
10330
|
*/
|
9741
|
-
|
10331
|
+
Condition?: string;
|
9742
10332
|
/**
|
9743
|
-
*
|
9744
|
-
<li>
|
9745
|
-
<li>
|
10333
|
+
* JavaScript 注入选项。默认值为 run-attestations,取值有:
|
10334
|
+
<li> no-injection: 不注入 JavaScript;</li>
|
10335
|
+
<li> inject-sdk-only: 注入当前支持的所有认证方式的 SDK,当前支持:TC-RCE 和 TC-CAPTCHA。注意:若需执行认证检测,请配置挑战规则。</li>
|
9746
10336
|
|
9747
10337
|
*/
|
9748
|
-
|
9749
|
-
/**
|
9750
|
-
* 私有鉴权参数,当源站类型Private=true时有效。
|
9751
|
-
*/
|
9752
|
-
PrivateParameters?: Array<PrivateParameter>;
|
10338
|
+
InjectJS?: string;
|
9753
10339
|
}
|
9754
10340
|
/**
|
9755
10341
|
* 回源跟随重定向参数配置。
|
@@ -9767,6 +10353,23 @@ export interface UpstreamFollowRedirectParameters {
|
|
9767
10353
|
*/
|
9768
10354
|
MaxTimes?: number;
|
9769
10355
|
}
|
10356
|
+
/**
|
10357
|
+
* DescribeSecurityClientAttester返回参数结构体
|
10358
|
+
*/
|
10359
|
+
export interface DescribeSecurityClientAttesterResponse {
|
10360
|
+
/**
|
10361
|
+
* 认证选项总数量。
|
10362
|
+
*/
|
10363
|
+
TotalCount?: number;
|
10364
|
+
/**
|
10365
|
+
* 认证选项列表。
|
10366
|
+
*/
|
10367
|
+
ClientAttesters?: Array<ClientAttester>;
|
10368
|
+
/**
|
10369
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10370
|
+
*/
|
10371
|
+
RequestId?: string;
|
10372
|
+
}
|
9770
10373
|
/**
|
9771
10374
|
* 应用代理实例
|
9772
10375
|
*/
|
@@ -10047,13 +10650,21 @@ export interface ModifyL4ProxyRequest {
|
|
10047
10650
|
AccelerateMainland?: string;
|
10048
10651
|
}
|
10049
10652
|
/**
|
10050
|
-
*
|
10653
|
+
* DescribeSecurityJSInjectionRule请求参数结构体
|
10051
10654
|
*/
|
10052
|
-
export interface
|
10655
|
+
export interface DescribeSecurityJSInjectionRuleRequest {
|
10053
10656
|
/**
|
10054
|
-
*
|
10657
|
+
* 站点 ID。
|
10055
10658
|
*/
|
10056
|
-
|
10659
|
+
ZoneId: string;
|
10660
|
+
/**
|
10661
|
+
* 分页查询限制数目。默认值:20,最大值:100。
|
10662
|
+
*/
|
10663
|
+
Limit?: number;
|
10664
|
+
/**
|
10665
|
+
* 分页查询偏移量。默认值:0。
|
10666
|
+
*/
|
10667
|
+
Offset?: number;
|
10057
10668
|
}
|
10058
10669
|
/**
|
10059
10670
|
* 拦截页面的总体配置,用于配置各个模块的拦截后行为。
|
@@ -10305,25 +10916,17 @@ export interface DestroyPlanResponse {
|
|
10305
10916
|
RequestId?: string;
|
10306
10917
|
}
|
10307
10918
|
/**
|
10308
|
-
*
|
10919
|
+
* CreateSecurityAPIResource请求参数结构体
|
10309
10920
|
*/
|
10310
|
-
export interface
|
10311
|
-
/**
|
10312
|
-
* 是否开启全路径缓存,取值有:
|
10313
|
-
<li>on:开启全路径缓存(即关闭参数忽略);</li>
|
10314
|
-
<li>off:关闭全路径缓存(即开启参数忽略)。</li>
|
10315
|
-
*/
|
10316
|
-
FullURLCache?: string;
|
10921
|
+
export interface CreateSecurityAPIResourceRequest {
|
10317
10922
|
/**
|
10318
|
-
*
|
10319
|
-
<li>on:忽略;</li>
|
10320
|
-
<li>off:不忽略。</li>
|
10923
|
+
* 站点 ID。
|
10321
10924
|
*/
|
10322
|
-
|
10925
|
+
ZoneId: string;
|
10323
10926
|
/**
|
10324
|
-
*
|
10927
|
+
* API 资源列表。
|
10325
10928
|
*/
|
10326
|
-
|
10929
|
+
APIResources?: Array<APIResource>;
|
10327
10930
|
}
|
10328
10931
|
/**
|
10329
10932
|
* SSL/TLS 安全配置参数。
|
@@ -10398,6 +11001,45 @@ export interface ClientIPHeaderParameters {
|
|
10398
11001
|
*/
|
10399
11002
|
HeaderName?: string;
|
10400
11003
|
}
|
11004
|
+
/**
|
11005
|
+
* 离线日志详细信息
|
11006
|
+
*/
|
11007
|
+
export interface L4OfflineLog {
|
11008
|
+
/**
|
11009
|
+
* 四层代理实例 ID。
|
11010
|
+
*/
|
11011
|
+
ProxyId?: string;
|
11012
|
+
/**
|
11013
|
+
* 日志所属区域,取值有:
|
11014
|
+
<li>mainland:中国大陆境内;</li>
|
11015
|
+
<li>overseas:全球(不含中国大陆)。</li>
|
11016
|
+
*/
|
11017
|
+
Area?: string;
|
11018
|
+
/**
|
11019
|
+
* 离线日志数据包名。
|
11020
|
+
*/
|
11021
|
+
LogPacketName?: string;
|
11022
|
+
/**
|
11023
|
+
* 离线日志下载地址。
|
11024
|
+
*/
|
11025
|
+
Url?: string;
|
11026
|
+
/**
|
11027
|
+
* 日志打包时间,此参数已经废弃。
|
11028
|
+
*/
|
11029
|
+
LogTime?: number;
|
11030
|
+
/**
|
11031
|
+
* 日志打包开始时间。
|
11032
|
+
*/
|
11033
|
+
LogStartTime?: string;
|
11034
|
+
/**
|
11035
|
+
* 日志打包结束时间。
|
11036
|
+
*/
|
11037
|
+
LogEndTime?: string;
|
11038
|
+
/**
|
11039
|
+
* 日志大小,单位为 Byte。
|
11040
|
+
*/
|
11041
|
+
Size?: number;
|
11042
|
+
}
|
10401
11043
|
/**
|
10402
11044
|
* ModifyAliasDomain返回参数结构体
|
10403
11045
|
*/
|
@@ -10902,6 +11544,19 @@ export interface DeleteAliasDomainResponse {
|
|
10902
11544
|
*/
|
10903
11545
|
RequestId?: string;
|
10904
11546
|
}
|
11547
|
+
/**
|
11548
|
+
* DeleteSecurityJSInjectionRule请求参数结构体
|
11549
|
+
*/
|
11550
|
+
export interface DeleteSecurityJSInjectionRuleRequest {
|
11551
|
+
/**
|
11552
|
+
* 站点 ID。
|
11553
|
+
*/
|
11554
|
+
ZoneId: string;
|
11555
|
+
/**
|
11556
|
+
* JavaScript 注入规则 ID 列表。
|
11557
|
+
*/
|
11558
|
+
JSInjectionRuleIds: Array<string>;
|
11559
|
+
}
|
10905
11560
|
/**
|
10906
11561
|
* 安全Bot配置
|
10907
11562
|
*/
|
@@ -11186,6 +11841,23 @@ export interface ExportZoneConfigRequest {
|
|
11186
11841
|
*/
|
11187
11842
|
Types?: Array<string>;
|
11188
11843
|
}
|
11844
|
+
/**
|
11845
|
+
* 源站组健康状态详情。
|
11846
|
+
*/
|
11847
|
+
export interface OriginGroupHealthStatusDetail {
|
11848
|
+
/**
|
11849
|
+
* 源站组 ID。
|
11850
|
+
*/
|
11851
|
+
OriginGroupId?: string;
|
11852
|
+
/**
|
11853
|
+
* 根据所有探测区域的结果综合决策出来的源站组下各个源站的健康状态。超过一半的地域判定该源站不健康,则对应状态为不健康,否则为健康。
|
11854
|
+
*/
|
11855
|
+
OriginHealthStatus?: Array<OriginHealthStatus>;
|
11856
|
+
/**
|
11857
|
+
* 各个健康检查区域下源站的健康状态。
|
11858
|
+
*/
|
11859
|
+
CheckRegionHealthStatus?: Array<CheckRegionHealthStatus>;
|
11860
|
+
}
|
11189
11861
|
/**
|
11190
11862
|
* 四层代理转发规则详情。
|
11191
11863
|
*/
|
@@ -11607,6 +12279,15 @@ export interface ModifyDnsRecordsStatusResponse {
|
|
11607
12279
|
*/
|
11608
12280
|
RequestId?: string;
|
11609
12281
|
}
|
12282
|
+
/**
|
12283
|
+
* ModifySecurityJSInjectionRule返回参数结构体
|
12284
|
+
*/
|
12285
|
+
export interface ModifySecurityJSInjectionRuleResponse {
|
12286
|
+
/**
|
12287
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12288
|
+
*/
|
12289
|
+
RequestId?: string;
|
12290
|
+
}
|
11610
12291
|
/**
|
11611
12292
|
* 别称域名信息。
|
11612
12293
|
*/
|
@@ -12033,22 +12714,23 @@ export interface DescribeRulesRequest {
|
|
12033
12714
|
Filters?: Array<Filter>;
|
12034
12715
|
}
|
12035
12716
|
/**
|
12036
|
-
*
|
12717
|
+
* DescribeContentQuota返回参数结构体
|
12037
12718
|
*/
|
12038
|
-
export interface
|
12719
|
+
export interface DescribeContentQuotaResponse {
|
12039
12720
|
/**
|
12040
|
-
*
|
12041
|
-
|
12721
|
+
* 刷新相关配额。
|
12722
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
12042
12723
|
*/
|
12043
|
-
|
12724
|
+
PurgeQuota?: Array<Quota>;
|
12044
12725
|
/**
|
12045
|
-
*
|
12046
|
-
|
12047
|
-
<li>10KB;</li>
|
12048
|
-
<li>64KB;</li>
|
12049
|
-
<li>128KB。</li>
|
12726
|
+
* 预热相关配额。
|
12727
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
12050
12728
|
*/
|
12051
|
-
|
12729
|
+
PrefetchQuota?: Array<Quota>;
|
12730
|
+
/**
|
12731
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12732
|
+
*/
|
12733
|
+
RequestId?: string;
|
12052
12734
|
}
|
12053
12735
|
/**
|
12054
12736
|
* ModifyZoneSetting返回参数结构体
|
@@ -12484,6 +13166,35 @@ export interface ErrorPage {
|
|
12484
13166
|
*/
|
12485
13167
|
RedirectURL: string;
|
12486
13168
|
}
|
13169
|
+
/**
|
13170
|
+
* API 资源。
|
13171
|
+
*/
|
13172
|
+
export interface APIResource {
|
13173
|
+
/**
|
13174
|
+
* 资源 ID。
|
13175
|
+
*/
|
13176
|
+
Id?: string;
|
13177
|
+
/**
|
13178
|
+
* 资源名称。
|
13179
|
+
*/
|
13180
|
+
Name?: string;
|
13181
|
+
/**
|
13182
|
+
* API 资源关联的 API 服务 ID 列表。
|
13183
|
+
*/
|
13184
|
+
APIServiceIds?: Array<string>;
|
13185
|
+
/**
|
13186
|
+
* 资源路径。
|
13187
|
+
*/
|
13188
|
+
Path?: string;
|
13189
|
+
/**
|
13190
|
+
* 请求方法列表。支持以下取值:GET, POST, PUT, HEAD, PATCH, OPTIONS, DELETE。
|
13191
|
+
*/
|
13192
|
+
Methods?: Array<string>;
|
13193
|
+
/**
|
13194
|
+
* 请求内容匹配规则的具体内容,需符合表达式语法,详细规范参见产品文档。
|
13195
|
+
*/
|
13196
|
+
RequestConstraint?: string;
|
13197
|
+
}
|
12487
13198
|
/**
|
12488
13199
|
* HTTP2 接入配置参数。
|
12489
13200
|
*/
|
@@ -12810,6 +13521,15 @@ export interface HSTSParameters {
|
|
12810
13521
|
*/
|
12811
13522
|
Preload?: string;
|
12812
13523
|
}
|
13524
|
+
/**
|
13525
|
+
* DeleteSecurityAPIResource返回参数结构体
|
13526
|
+
*/
|
13527
|
+
export interface DeleteSecurityAPIResourceResponse {
|
13528
|
+
/**
|
13529
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13530
|
+
*/
|
13531
|
+
RequestId?: string;
|
13532
|
+
}
|
12813
13533
|
/**
|
12814
13534
|
* BindZoneToPlan请求参数结构体
|
12815
13535
|
*/
|
@@ -13007,17 +13727,22 @@ export interface UpstreamRequestParameters {
|
|
13007
13727
|
Cookie?: UpstreamRequestCookie;
|
13008
13728
|
}
|
13009
13729
|
/**
|
13010
|
-
*
|
13730
|
+
* DeleteSecurityClientAttester返回参数结构体
|
13011
13731
|
*/
|
13012
|
-
export interface
|
13732
|
+
export interface DeleteSecurityClientAttesterResponse {
|
13013
13733
|
/**
|
13014
|
-
*
|
13734
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13015
13735
|
*/
|
13016
|
-
|
13736
|
+
RequestId?: string;
|
13737
|
+
}
|
13738
|
+
/**
|
13739
|
+
* RCE 认证选项实例信息。
|
13740
|
+
*/
|
13741
|
+
export interface TCRCEOption {
|
13017
13742
|
/**
|
13018
|
-
*
|
13743
|
+
* Channel 信息。
|
13019
13744
|
*/
|
13020
|
-
|
13745
|
+
Channel: string;
|
13021
13746
|
}
|
13022
13747
|
/**
|
13023
13748
|
* NS 接入,切换 DNS 服务器所需的信息。
|
@@ -13476,6 +14201,19 @@ export interface DescribeMultiPathGatewaySecretKeyResponse {
|
|
13476
14201
|
*/
|
13477
14202
|
RequestId?: string;
|
13478
14203
|
}
|
14204
|
+
/**
|
14205
|
+
* CreateSecurityAPIResource返回参数结构体
|
14206
|
+
*/
|
14207
|
+
export interface CreateSecurityAPIResourceResponse {
|
14208
|
+
/**
|
14209
|
+
* API 资源 ID 列表。
|
14210
|
+
*/
|
14211
|
+
APIResourceIds?: Array<string>;
|
14212
|
+
/**
|
14213
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14214
|
+
*/
|
14215
|
+
RequestId?: string;
|
14216
|
+
}
|
13479
14217
|
/**
|
13480
14218
|
* 节点缓存清除类型取值为 purge_cache_tag 时附带的信息。
|
13481
14219
|
*/
|
@@ -13485,6 +14223,19 @@ export interface CacheTag {
|
|
13485
14223
|
*/
|
13486
14224
|
Domains: Array<string>;
|
13487
14225
|
}
|
14226
|
+
/**
|
14227
|
+
* CreateSecurityClientAttester返回参数结构体
|
14228
|
+
*/
|
14229
|
+
export interface CreateSecurityClientAttesterResponse {
|
14230
|
+
/**
|
14231
|
+
* 认证选项 ID 列表。
|
14232
|
+
*/
|
14233
|
+
ClientAttesterIds?: Array<string>;
|
14234
|
+
/**
|
14235
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14236
|
+
*/
|
14237
|
+
RequestId?: string;
|
14238
|
+
}
|
13488
14239
|
/**
|
13489
14240
|
* ModifyMultiPathGatewayLine返回参数结构体
|
13490
14241
|
*/
|
@@ -13723,19 +14474,27 @@ export interface CheckCnameStatusRequest {
|
|
13723
14474
|
RecordNames: Array<string>;
|
13724
14475
|
}
|
13725
14476
|
/**
|
13726
|
-
*
|
14477
|
+
* 检测长度限制配置条件。
|
13727
14478
|
*/
|
13728
|
-
export interface
|
14479
|
+
export interface DetectLengthLimitCondition {
|
13729
14480
|
/**
|
13730
|
-
*
|
13731
|
-
|
14481
|
+
* 匹配条件的参数名称,取值有:
|
14482
|
+
<li>body_depth:请求正文包部分的检测深度。</li>
|
13732
14483
|
*/
|
13733
|
-
|
14484
|
+
Name: string;
|
13734
14485
|
/**
|
13735
|
-
*
|
13736
|
-
|
14486
|
+
* 匹配条件的参数值,取值与 Name 成对使用。
|
14487
|
+
当 Name 值为 body_depth 时, Values 只支持传入单个值,取值有:
|
14488
|
+
<li>10KB;</li>
|
14489
|
+
<li>64KB;</li>
|
14490
|
+
<li>128KB。</li>
|
13737
14491
|
*/
|
13738
|
-
|
14492
|
+
Values: Array<string>;
|
14493
|
+
}
|
14494
|
+
/**
|
14495
|
+
* ModifySecurityAPIResource返回参数结构体
|
14496
|
+
*/
|
14497
|
+
export interface ModifySecurityAPIResourceResponse {
|
13739
14498
|
/**
|
13740
14499
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13741
14500
|
*/
|
@@ -13817,6 +14576,16 @@ export interface DeleteDnsRecordsResponse {
|
|
13817
14576
|
*/
|
13818
14577
|
RequestId?: string;
|
13819
14578
|
}
|
14579
|
+
/**
|
14580
|
+
* 修改 HTTP 回源请求头配置参数。
|
14581
|
+
*/
|
14582
|
+
export interface ModifyRequestHeaderParameters {
|
14583
|
+
/**
|
14584
|
+
* HTTP 头部设置规则列表。
|
14585
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
14586
|
+
*/
|
14587
|
+
HeaderActions?: Array<HeaderAction>;
|
14588
|
+
}
|
13820
14589
|
/**
|
13821
14590
|
* CreateWebSecurityTemplate返回参数结构体
|
13822
14591
|
*/
|
@@ -14005,6 +14774,35 @@ export interface DescribeDeployHistoryResponse {
|
|
14005
14774
|
*/
|
14006
14775
|
RequestId?: string;
|
14007
14776
|
}
|
14777
|
+
/**
|
14778
|
+
* DescribeJustInTimeTranscodeTemplates请求参数结构体
|
14779
|
+
*/
|
14780
|
+
export interface DescribeJustInTimeTranscodeTemplatesRequest {
|
14781
|
+
/**
|
14782
|
+
* 站点ID。
|
14783
|
+
*/
|
14784
|
+
ZoneId: string;
|
14785
|
+
/**
|
14786
|
+
* 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name:按照模版名批量进行过滤。例如:mytemplate;</li><li>template-type:按照模板类型批量进行过滤。例如:preset 或 custom。</li><li>template-id:按照模板 ID 批量进行过滤。例如:C1LZ7982VgTpYhJ7M。</li>默认为空。
|
14787
|
+
*/
|
14788
|
+
Filters?: Array<Filter>;
|
14789
|
+
/**
|
14790
|
+
* 排序字段,取值有:<li>createTime:模板创建时间。</li>默认值为:createTime。
|
14791
|
+
*/
|
14792
|
+
SortBy?: string;
|
14793
|
+
/**
|
14794
|
+
* 排序方式,取值有:<li>asc:升序方式;</li><li>desc:降序方式。</li>默认值为:desc。
|
14795
|
+
*/
|
14796
|
+
SortOrder?: string;
|
14797
|
+
/**
|
14798
|
+
* 分页偏移量,默认值:0。
|
14799
|
+
*/
|
14800
|
+
Offset?: number;
|
14801
|
+
/**
|
14802
|
+
* 返回记录条数,默认值:20,最大值:1000。
|
14803
|
+
*/
|
14804
|
+
Limit?: number;
|
14805
|
+
}
|
14008
14806
|
/**
|
14009
14807
|
* CacheKey中包含请求参数
|
14010
14808
|
*/
|
@@ -14026,6 +14824,19 @@ export interface QueryString {
|
|
14026
14824
|
*/
|
14027
14825
|
Value?: Array<string>;
|
14028
14826
|
}
|
14827
|
+
/**
|
14828
|
+
* ModifySecurityClientAttester请求参数结构体
|
14829
|
+
*/
|
14830
|
+
export interface ModifySecurityClientAttesterRequest {
|
14831
|
+
/**
|
14832
|
+
* 站点 ID。
|
14833
|
+
*/
|
14834
|
+
ZoneId: string;
|
14835
|
+
/**
|
14836
|
+
* 认证选项列表。
|
14837
|
+
*/
|
14838
|
+
ClientAttesters?: Array<ClientAttester>;
|
14839
|
+
}
|
14029
14840
|
/**
|
14030
14841
|
* DescribeAccelerationDomains请求参数结构体
|
14031
14842
|
*/
|