tencentcloud-sdk-nodejs-cdn 4.0.601 → 4.0.602
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/CHANGELOG.md +506 -0
- package/SERVICE_CHANGELOG.md +818 -50
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/services/cdn/v20180606/cdn_models.ts +69 -37
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +69 -37
|
@@ -109,7 +109,7 @@ export interface ScdnTopUrlData {
|
|
|
109
109
|
*/
|
|
110
110
|
export interface Compression {
|
|
111
111
|
/**
|
|
112
|
-
*
|
|
112
|
+
* 智能压缩配置开关,取值有:
|
|
113
113
|
on:开启
|
|
114
114
|
off:关闭
|
|
115
115
|
*/
|
|
@@ -417,7 +417,7 @@ export interface ScdnDomain {
|
|
|
417
417
|
*/
|
|
418
418
|
export interface CacheConfigNoCache {
|
|
419
419
|
/**
|
|
420
|
-
*
|
|
420
|
+
* 路径缓存不缓存配置配置开关,取值有:
|
|
421
421
|
on:开启
|
|
422
422
|
off:关闭
|
|
423
423
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1419,8 +1419,9 @@ export interface DescribeEdgePackTaskStatusResponse {
|
|
|
1419
1419
|
*/
|
|
1420
1420
|
export interface HeuristicCache {
|
|
1421
1421
|
/**
|
|
1422
|
-
*
|
|
1423
|
-
|
|
1422
|
+
* 启发式缓存配置开关,取值有:
|
|
1423
|
+
on:开启
|
|
1424
|
+
off:关闭
|
|
1424
1425
|
*/
|
|
1425
1426
|
Switch: string;
|
|
1426
1427
|
/**
|
|
@@ -1518,7 +1519,7 @@ export interface PostSize {
|
|
|
1518
1519
|
*/
|
|
1519
1520
|
export interface ForceRedirect {
|
|
1520
1521
|
/**
|
|
1521
|
-
*
|
|
1522
|
+
* 访问强制跳转配置开关,取值有:
|
|
1522
1523
|
on:开启
|
|
1523
1524
|
off:关闭
|
|
1524
1525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -1609,7 +1610,7 @@ export interface DescribeReportDataRequest {
|
|
|
1609
1610
|
*/
|
|
1610
1611
|
export interface DownstreamCapping {
|
|
1611
1612
|
/**
|
|
1612
|
-
*
|
|
1613
|
+
* 下行速度配置开关,取值有:
|
|
1613
1614
|
on:开启
|
|
1614
1615
|
off:关闭
|
|
1615
1616
|
*/
|
|
@@ -2081,8 +2082,10 @@ export interface AdvanceConfig {
|
|
|
2081
2082
|
*/
|
|
2082
2083
|
export interface AwsPrivateAccess {
|
|
2083
2084
|
/**
|
|
2084
|
-
|
|
2085
|
-
|
|
2085
|
+
* s3源站回源鉴权配置项开关,取值有:
|
|
2086
|
+
on:开启
|
|
2087
|
+
off:关闭
|
|
2088
|
+
*/
|
|
2086
2089
|
Switch: string;
|
|
2087
2090
|
/**
|
|
2088
2091
|
* 访问ID。
|
|
@@ -2452,7 +2455,9 @@ export interface DescribePurgeQuotaResponse {
|
|
|
2452
2455
|
*/
|
|
2453
2456
|
export interface AvifAdapter {
|
|
2454
2457
|
/**
|
|
2455
|
-
*
|
|
2458
|
+
* 图片优化AvifAdapter配置项开关,取值有:
|
|
2459
|
+
on:开启
|
|
2460
|
+
off:关闭
|
|
2456
2461
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2457
2462
|
*/
|
|
2458
2463
|
Switch?: string;
|
|
@@ -3014,7 +3019,7 @@ export interface AdvancedCCRules {
|
|
|
3014
3019
|
*/
|
|
3015
3020
|
export interface CacheConfigCache {
|
|
3016
3021
|
/**
|
|
3017
|
-
*
|
|
3022
|
+
* 路径缓存配置开关,取值有:
|
|
3018
3023
|
on:开启
|
|
3019
3024
|
off:关闭
|
|
3020
3025
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -3481,7 +3486,7 @@ export interface AddCdnDomainRequest {
|
|
|
3481
3486
|
*/
|
|
3482
3487
|
export interface CacheConfigFollowOrigin {
|
|
3483
3488
|
/**
|
|
3484
|
-
*
|
|
3489
|
+
* 路径缓存遵循源站配置开关,取值有:
|
|
3485
3490
|
on:开启
|
|
3486
3491
|
off:关闭
|
|
3487
3492
|
*/
|
|
@@ -4436,8 +4441,9 @@ export interface CreateDiagnoseUrlRequest {
|
|
|
4436
4441
|
*/
|
|
4437
4442
|
export interface CacheConfig {
|
|
4438
4443
|
/**
|
|
4439
|
-
*
|
|
4440
|
-
|
|
4444
|
+
* 启发式自定义时间缓存配置开关,取值有:
|
|
4445
|
+
on:开启
|
|
4446
|
+
off:关闭
|
|
4441
4447
|
*/
|
|
4442
4448
|
HeuristicCacheTimeSwitch: string;
|
|
4443
4449
|
/**
|
|
@@ -4485,7 +4491,9 @@ export interface ListDiagnoseReportResponse {
|
|
|
4485
4491
|
*/
|
|
4486
4492
|
export interface HeaderKey {
|
|
4487
4493
|
/**
|
|
4488
|
-
*
|
|
4494
|
+
* 组成Cachekey配置开关,取值有:
|
|
4495
|
+
on:开启
|
|
4496
|
+
off:关闭
|
|
4489
4497
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4490
4498
|
*/
|
|
4491
4499
|
Switch?: string;
|
|
@@ -4526,7 +4534,7 @@ export interface DescribeHttpsPackagesRequest {
|
|
|
4526
4534
|
*/
|
|
4527
4535
|
export interface IpFilter {
|
|
4528
4536
|
/**
|
|
4529
|
-
* IP
|
|
4537
|
+
* IP 黑白名单配置开关,取值有
|
|
4530
4538
|
on:开启
|
|
4531
4539
|
off:关闭
|
|
4532
4540
|
*/
|
|
@@ -4832,8 +4840,11 @@ export interface StopScdnDomainRequest {
|
|
|
4832
4840
|
*/
|
|
4833
4841
|
export interface AdvancedAuthentication {
|
|
4834
4842
|
/**
|
|
4835
|
-
|
|
4836
|
-
|
|
4843
|
+
* 防盗链配置开关,取值有:
|
|
4844
|
+
on:开启
|
|
4845
|
+
off:关闭
|
|
4846
|
+
开启时必须且只配置一种模式,其余模式需要设置为 null
|
|
4847
|
+
*/
|
|
4837
4848
|
Switch: string;
|
|
4838
4849
|
/**
|
|
4839
4850
|
* 时间戳防盗链高级版模式A配置。
|
|
@@ -4871,7 +4882,10 @@ export interface AdvancedAuthentication {
|
|
|
4871
4882
|
*/
|
|
4872
4883
|
export interface Revalidate {
|
|
4873
4884
|
/**
|
|
4874
|
-
*
|
|
4885
|
+
* 总是回源校验配置开关,取值有:
|
|
4886
|
+
on:开启
|
|
4887
|
+
off:关闭
|
|
4888
|
+
|
|
4875
4889
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4876
4890
|
*/
|
|
4877
4891
|
Switch: string;
|
|
@@ -4955,7 +4969,7 @@ export interface DescribePushQuotaResponse {
|
|
|
4955
4969
|
*/
|
|
4956
4970
|
export interface Authentication {
|
|
4957
4971
|
/**
|
|
4958
|
-
*
|
|
4972
|
+
* 防盗链配置开关,取值有:
|
|
4959
4973
|
on:开启
|
|
4960
4974
|
off:关闭
|
|
4961
4975
|
开启时必须且只配置一种模式,其余模式需要设置为 null
|
|
@@ -5322,7 +5336,9 @@ export interface CompressionRule {
|
|
|
5322
5336
|
*/
|
|
5323
5337
|
export interface GuetzliAdapter {
|
|
5324
5338
|
/**
|
|
5325
|
-
*
|
|
5339
|
+
* 图片优化-GuetzliAdapter配置开关,取值有:
|
|
5340
|
+
on:开启
|
|
5341
|
+
off:关闭
|
|
5326
5342
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5327
5343
|
*/
|
|
5328
5344
|
Switch?: string;
|
|
@@ -6642,8 +6658,10 @@ export interface RequestHeader {
|
|
|
6642
6658
|
*/
|
|
6643
6659
|
export interface Hsts {
|
|
6644
6660
|
/**
|
|
6645
|
-
|
|
6646
|
-
|
|
6661
|
+
* HSTS 配置开关,取值有:
|
|
6662
|
+
on:开启
|
|
6663
|
+
off:关闭
|
|
6664
|
+
*/
|
|
6647
6665
|
Switch: string;
|
|
6648
6666
|
/**
|
|
6649
6667
|
* MaxAge数值。
|
|
@@ -6745,7 +6763,10 @@ export interface DescribeMapInfoRequest {
|
|
|
6745
6763
|
*/
|
|
6746
6764
|
export interface RuleQueryString {
|
|
6747
6765
|
/**
|
|
6748
|
-
*
|
|
6766
|
+
* 路径保留参数配置开关,取值有:
|
|
6767
|
+
on:开启,CacheKey由QueryString组成
|
|
6768
|
+
off:关闭,CacheKey不由QueryString组成
|
|
6769
|
+
|
|
6749
6770
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6750
6771
|
*/
|
|
6751
6772
|
Switch: string;
|
|
@@ -7198,7 +7219,9 @@ export interface UrlRedirect {
|
|
|
7198
7219
|
*/
|
|
7199
7220
|
export interface CookieKey {
|
|
7200
7221
|
/**
|
|
7201
|
-
*
|
|
7222
|
+
* 使用Cookie作为Cache的一部分配置开关,取值有:
|
|
7223
|
+
on:开启,使用Cookie作为Cache的一部分
|
|
7224
|
+
off:关闭,不使用Cookie作为Cache的一部分
|
|
7202
7225
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7203
7226
|
*/
|
|
7204
7227
|
Switch: string;
|
|
@@ -7213,7 +7236,7 @@ export interface CookieKey {
|
|
|
7213
7236
|
*/
|
|
7214
7237
|
export interface BandwidthAlert {
|
|
7215
7238
|
/**
|
|
7216
|
-
*
|
|
7239
|
+
* 用量封顶配置开关,取值有:
|
|
7217
7240
|
on:开启
|
|
7218
7241
|
off:关闭
|
|
7219
7242
|
*/
|
|
@@ -7235,7 +7258,7 @@ export interface BandwidthAlert {
|
|
|
7235
7258
|
*/
|
|
7236
7259
|
LastTriggerTime?: string;
|
|
7237
7260
|
/**
|
|
7238
|
-
*
|
|
7261
|
+
* 用量封顶提醒配置开关,取值有:
|
|
7239
7262
|
on:开启
|
|
7240
7263
|
off:关闭
|
|
7241
7264
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -8020,7 +8043,9 @@ export interface DescribeCcDataRequest {
|
|
|
8020
8043
|
*/
|
|
8021
8044
|
export interface CacheTagKey {
|
|
8022
8045
|
/**
|
|
8023
|
-
*
|
|
8046
|
+
* 使用CacheTag作为CacheKey的一部分配置开关,取值有
|
|
8047
|
+
on:开启,使用CacheTag作为CacheKey的一部分
|
|
8048
|
+
off:关闭,不使用CacheTag作为CacheKey的一部分
|
|
8024
8049
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8025
8050
|
*/
|
|
8026
8051
|
Switch: string;
|
|
@@ -8128,7 +8153,7 @@ export interface ScdnSevenLayerRules {
|
|
|
8128
8153
|
*/
|
|
8129
8154
|
export interface Https {
|
|
8130
8155
|
/**
|
|
8131
|
-
* https
|
|
8156
|
+
* https 配置开关,取值有:
|
|
8132
8157
|
on:开启
|
|
8133
8158
|
off:关闭
|
|
8134
8159
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -8217,7 +8242,7 @@ export interface ScdnEventLogConditions {
|
|
|
8217
8242
|
*/
|
|
8218
8243
|
export interface FollowRedirect {
|
|
8219
8244
|
/**
|
|
8220
|
-
*
|
|
8245
|
+
* 回源跟随配置开关,取值有:
|
|
8221
8246
|
on:开启
|
|
8222
8247
|
off:关闭
|
|
8223
8248
|
*/
|
|
@@ -8526,8 +8551,11 @@ export interface DescribeDomainsConfigResponse {
|
|
|
8526
8551
|
*/
|
|
8527
8552
|
export interface HttpsBilling {
|
|
8528
8553
|
/**
|
|
8529
|
-
|
|
8530
|
-
|
|
8554
|
+
* HTTPS服务配置开关,取值有:
|
|
8555
|
+
on:开启,缺省时默认开启【会产生计费】
|
|
8556
|
+
off:关闭,拦截https请求
|
|
8557
|
+
|
|
8558
|
+
*/
|
|
8531
8559
|
Switch: string;
|
|
8532
8560
|
}
|
|
8533
8561
|
/**
|
|
@@ -8590,7 +8618,7 @@ export interface UserAgentFilterRule {
|
|
|
8590
8618
|
*/
|
|
8591
8619
|
export interface ErrorPage {
|
|
8592
8620
|
/**
|
|
8593
|
-
*
|
|
8621
|
+
* 状态码重定向配置开关,取值有:
|
|
8594
8622
|
on:开启
|
|
8595
8623
|
off:关闭
|
|
8596
8624
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -9488,8 +9516,10 @@ export interface EnableClsLogTopicRequest {
|
|
|
9488
9516
|
*/
|
|
9489
9517
|
export interface AccessControl {
|
|
9490
9518
|
/**
|
|
9491
|
-
|
|
9492
|
-
|
|
9519
|
+
* 启用请求头部及请求url访问控制开关,取值有:
|
|
9520
|
+
on:开启
|
|
9521
|
+
off:关闭
|
|
9522
|
+
*/
|
|
9493
9523
|
Switch: string;
|
|
9494
9524
|
/**
|
|
9495
9525
|
* 请求头部及请求url访问规则
|
|
@@ -9737,12 +9767,14 @@ export interface ErrorPageRule {
|
|
|
9737
9767
|
RedirectUrl: string;
|
|
9738
9768
|
}
|
|
9739
9769
|
/**
|
|
9740
|
-
*
|
|
9770
|
+
* 华为云对象存储回源鉴权
|
|
9741
9771
|
*/
|
|
9742
9772
|
export interface HwPrivateAccess {
|
|
9743
9773
|
/**
|
|
9744
|
-
|
|
9745
|
-
|
|
9774
|
+
* 华为云对象存储回源鉴权配置开关,取值有:
|
|
9775
|
+
on:开启
|
|
9776
|
+
off:关闭
|
|
9777
|
+
*/
|
|
9746
9778
|
Switch: string;
|
|
9747
9779
|
/**
|
|
9748
9780
|
* 访问 ID
|