tencentcloud-sdk-nodejs 4.0.600 → 4.0.601
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 +178 -0
- package/SERVICE_CHANGELOG.md +197 -111
- package/package.json +1 -1
- package/products.md +193 -193
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20221115/bma_models.ts +5 -0
- package/src/services/cdb/v20170320/cdb_models.ts +13 -7
- package/src/services/cdn/v20180606/cdn_models.ts +71 -40
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/domain/v20180808/domain_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +12 -2
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +12 -12
- package/src/services/tcss/v20201101/tcss_models.ts +18 -7
- package/src/services/teo/v20220901/teo_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_client.ts +18 -6
- package/src/services/tsf/v20180326/tsf_models.ts +31 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -7
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +59 -28
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -12
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -7
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +7 -3
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +9 -3
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +27 -0
- package/test/tsf.v20180326.test.js +12 -2
|
@@ -1942,31 +1942,36 @@ export interface DescribeParamTemplateInfoResponse {
|
|
|
1942
1942
|
/**
|
|
1943
1943
|
* 参数模板 ID。
|
|
1944
1944
|
*/
|
|
1945
|
-
TemplateId
|
|
1945
|
+
TemplateId?: number;
|
|
1946
1946
|
/**
|
|
1947
1947
|
* 参数模板名称。
|
|
1948
1948
|
*/
|
|
1949
|
-
Name
|
|
1949
|
+
Name?: string;
|
|
1950
1950
|
/**
|
|
1951
1951
|
* 参数模板对应实例版本
|
|
1952
1952
|
*/
|
|
1953
|
-
EngineVersion
|
|
1953
|
+
EngineVersion?: string;
|
|
1954
1954
|
/**
|
|
1955
1955
|
* 参数模板中的参数数量
|
|
1956
1956
|
*/
|
|
1957
|
-
TotalCount
|
|
1957
|
+
TotalCount?: number;
|
|
1958
1958
|
/**
|
|
1959
1959
|
* 参数详情
|
|
1960
1960
|
*/
|
|
1961
|
-
Items
|
|
1961
|
+
Items?: Array<ParameterDetail>;
|
|
1962
1962
|
/**
|
|
1963
1963
|
* 参数模板描述
|
|
1964
1964
|
*/
|
|
1965
|
-
Description
|
|
1965
|
+
Description?: string;
|
|
1966
1966
|
/**
|
|
1967
1967
|
* 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1968
1968
|
*/
|
|
1969
|
-
TemplateType
|
|
1969
|
+
TemplateType?: string;
|
|
1970
|
+
/**
|
|
1971
|
+
* 参数模板引擎。支持值包括:"InnoDB","RocksDB"。
|
|
1972
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1973
|
+
*/
|
|
1974
|
+
EngineType?: string;
|
|
1970
1975
|
/**
|
|
1971
1976
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1972
1977
|
*/
|
|
@@ -550,7 +550,9 @@ ip表示查询BOT客户端IP的Top信息
|
|
|
550
550
|
*/
|
|
551
551
|
export interface RedirectConfig {
|
|
552
552
|
/**
|
|
553
|
-
*
|
|
553
|
+
* 自定义回源302 follow请求host配置开关,取值有:
|
|
554
|
+
on:开启
|
|
555
|
+
off:关闭
|
|
554
556
|
*/
|
|
555
557
|
Switch: string;
|
|
556
558
|
/**
|
|
@@ -1697,7 +1699,7 @@ export interface StartScdnDomainResponse {
|
|
|
1697
1699
|
*/
|
|
1698
1700
|
export interface ResponseHeader {
|
|
1699
1701
|
/**
|
|
1700
|
-
*
|
|
1702
|
+
* 自定义响应头配置开关,取值有:
|
|
1701
1703
|
on:开启
|
|
1702
1704
|
off:关闭
|
|
1703
1705
|
*/
|
|
@@ -1891,7 +1893,7 @@ export interface DDoSAttackBandwidthData {
|
|
|
1891
1893
|
*/
|
|
1892
1894
|
export interface OriginPullOptimization {
|
|
1893
1895
|
/**
|
|
1894
|
-
*
|
|
1896
|
+
* 跨国回源优化配置开关,取值有:
|
|
1895
1897
|
on:开启
|
|
1896
1898
|
off:关闭
|
|
1897
1899
|
*/
|
|
@@ -1992,7 +1994,7 @@ excludeCustom:自定义排除
|
|
|
1992
1994
|
*/
|
|
1993
1995
|
export interface MaxAge {
|
|
1994
1996
|
/**
|
|
1995
|
-
*
|
|
1997
|
+
* 浏览器缓存配置开关,取值有:
|
|
1996
1998
|
on:开启
|
|
1997
1999
|
off:关闭
|
|
1998
2000
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2257,7 +2259,9 @@ export interface ExtraLogset {
|
|
|
2257
2259
|
*/
|
|
2258
2260
|
export interface OfflineCache {
|
|
2259
2261
|
/**
|
|
2260
|
-
*
|
|
2262
|
+
* 离线缓存配置开关,取值有:
|
|
2263
|
+
on:开启
|
|
2264
|
+
off:关闭
|
|
2261
2265
|
*/
|
|
2262
2266
|
Switch: string;
|
|
2263
2267
|
}
|
|
@@ -2684,7 +2688,7 @@ failed: 失败
|
|
|
2684
2688
|
*/
|
|
2685
2689
|
export interface Referer {
|
|
2686
2690
|
/**
|
|
2687
|
-
* referer
|
|
2691
|
+
* referer 黑白名单配置开关,取值有:
|
|
2688
2692
|
on:开启
|
|
2689
2693
|
off:关闭
|
|
2690
2694
|
*/
|
|
@@ -3184,7 +3188,9 @@ disabled:未启用
|
|
|
3184
3188
|
*/
|
|
3185
3189
|
export interface BotCookie {
|
|
3186
3190
|
/**
|
|
3187
|
-
*
|
|
3191
|
+
* Bot cookie策略配置开关,取值有:
|
|
3192
|
+
on:开启
|
|
3193
|
+
off:关闭
|
|
3188
3194
|
*/
|
|
3189
3195
|
Switch: string;
|
|
3190
3196
|
/**
|
|
@@ -3553,7 +3559,9 @@ export interface DescribeHttpsPackagesResponse {
|
|
|
3553
3559
|
*/
|
|
3554
3560
|
export interface QnPrivateAccess {
|
|
3555
3561
|
/**
|
|
3556
|
-
*
|
|
3562
|
+
* 七牛元对象存储回源鉴权配置开关,取值有:
|
|
3563
|
+
on:开启
|
|
3564
|
+
off:关闭
|
|
3557
3565
|
*/
|
|
3558
3566
|
Switch: string;
|
|
3559
3567
|
/**
|
|
@@ -3603,7 +3611,9 @@ export interface DescribeCertDomainsResponse {
|
|
|
3603
3611
|
*/
|
|
3604
3612
|
export interface ScdnBotConfig {
|
|
3605
3613
|
/**
|
|
3606
|
-
*
|
|
3614
|
+
* Scdn bot配置开关,取值有:
|
|
3615
|
+
on:开启
|
|
3616
|
+
off:关闭
|
|
3607
3617
|
*/
|
|
3608
3618
|
Switch: string;
|
|
3609
3619
|
/**
|
|
@@ -3740,7 +3750,7 @@ export interface DescribeCdnOriginIpResponse {
|
|
|
3740
3750
|
*/
|
|
3741
3751
|
export interface RangeOriginPull {
|
|
3742
3752
|
/**
|
|
3743
|
-
*
|
|
3753
|
+
* 分片回源配置开关,取值有:
|
|
3744
3754
|
on:开启
|
|
3745
3755
|
off:关闭
|
|
3746
3756
|
*/
|
|
@@ -3956,7 +3966,7 @@ export interface DescribeScdnIpStrategyRequest {
|
|
|
3956
3966
|
*/
|
|
3957
3967
|
export interface IpFreqLimit {
|
|
3958
3968
|
/**
|
|
3959
|
-
* IP
|
|
3969
|
+
* IP 限频配置开关,取值有:
|
|
3960
3970
|
on:开启
|
|
3961
3971
|
off:关闭
|
|
3962
3972
|
*/
|
|
@@ -4098,7 +4108,9 @@ export interface BotStatisticsCount {
|
|
|
4098
4108
|
*/
|
|
4099
4109
|
export interface RangeOriginPullRule {
|
|
4100
4110
|
/**
|
|
4101
|
-
*
|
|
4111
|
+
* 分片回源配置开关,取值有:
|
|
4112
|
+
on:开启
|
|
4113
|
+
off:关闭
|
|
4102
4114
|
*/
|
|
4103
4115
|
Switch: string;
|
|
4104
4116
|
/**
|
|
@@ -4899,7 +4911,9 @@ export interface UrlRecord {
|
|
|
4899
4911
|
*/
|
|
4900
4912
|
export interface OthersPrivateAccess {
|
|
4901
4913
|
/**
|
|
4902
|
-
*
|
|
4914
|
+
* 其他厂商对象存储回源鉴权配置开关,取值有:
|
|
4915
|
+
on:开启
|
|
4916
|
+
off:关闭
|
|
4903
4917
|
*/
|
|
4904
4918
|
Switch: string;
|
|
4905
4919
|
/**
|
|
@@ -5318,7 +5332,9 @@ export interface GuetzliAdapter {
|
|
|
5318
5332
|
*/
|
|
5319
5333
|
export interface OriginCombine {
|
|
5320
5334
|
/**
|
|
5321
|
-
*
|
|
5335
|
+
* 合并回源配置开关,取值有:
|
|
5336
|
+
on:开启
|
|
5337
|
+
off:关闭
|
|
5322
5338
|
*/
|
|
5323
5339
|
Switch: string;
|
|
5324
5340
|
}
|
|
@@ -5493,11 +5509,13 @@ export interface ListClsTopicDomainsResponse {
|
|
|
5493
5509
|
RequestId?: string;
|
|
5494
5510
|
}
|
|
5495
5511
|
/**
|
|
5496
|
-
* Ipv6
|
|
5512
|
+
* Ipv6源站启用配置,不可更改
|
|
5497
5513
|
*/
|
|
5498
5514
|
export interface Ipv6 {
|
|
5499
5515
|
/**
|
|
5500
|
-
*
|
|
5516
|
+
* 域名开启源站ipv6配置开关,取值有:
|
|
5517
|
+
on:开启
|
|
5518
|
+
off:关闭
|
|
5501
5519
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5502
5520
|
*/
|
|
5503
5521
|
Switch: string;
|
|
@@ -6282,7 +6300,9 @@ export interface GetDisableRecordsResponse {
|
|
|
6282
6300
|
*/
|
|
6283
6301
|
export interface Ipv6Access {
|
|
6284
6302
|
/**
|
|
6285
|
-
*
|
|
6303
|
+
* 域名开启ipv6访问配置开关,取值有:
|
|
6304
|
+
on:开启
|
|
6305
|
+
off:关闭
|
|
6286
6306
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6287
6307
|
*/
|
|
6288
6308
|
Switch: string;
|
|
@@ -6606,7 +6626,7 @@ off:关闭
|
|
|
6606
6626
|
*/
|
|
6607
6627
|
export interface RequestHeader {
|
|
6608
6628
|
/**
|
|
6609
|
-
*
|
|
6629
|
+
* 自定义请求头配置开关,取值有:
|
|
6610
6630
|
on:开启
|
|
6611
6631
|
off:关闭
|
|
6612
6632
|
*/
|
|
@@ -7114,7 +7134,9 @@ export interface ScdnTopData {
|
|
|
7114
7134
|
*/
|
|
7115
7135
|
export interface OssPrivateAccess {
|
|
7116
7136
|
/**
|
|
7117
|
-
*
|
|
7137
|
+
* oss回源鉴权配置开关,取值有:
|
|
7138
|
+
on:开启
|
|
7139
|
+
off:关闭
|
|
7118
7140
|
*/
|
|
7119
7141
|
Switch: string;
|
|
7120
7142
|
/**
|
|
@@ -7862,7 +7884,9 @@ off:关闭
|
|
|
7862
7884
|
*/
|
|
7863
7885
|
export interface ScdnAclConfig {
|
|
7864
7886
|
/**
|
|
7865
|
-
*
|
|
7887
|
+
* SCDN访问控制配置开关,取值有:
|
|
7888
|
+
on:开启
|
|
7889
|
+
off:关闭
|
|
7866
7890
|
*/
|
|
7867
7891
|
Switch: string;
|
|
7868
7892
|
/**
|
|
@@ -7886,7 +7910,10 @@ export interface ScdnAclConfig {
|
|
|
7886
7910
|
*/
|
|
7887
7911
|
export interface OriginAuthentication {
|
|
7888
7912
|
/**
|
|
7889
|
-
*
|
|
7913
|
+
* 回源鉴权高级配置开关,取值有:
|
|
7914
|
+
on:开启
|
|
7915
|
+
off:关闭
|
|
7916
|
+
|
|
7890
7917
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7891
7918
|
*/
|
|
7892
7919
|
Switch: string;
|
|
@@ -8465,7 +8492,7 @@ export interface DescribeDistrictIspDataResponse {
|
|
|
8465
8492
|
*/
|
|
8466
8493
|
export interface RuleEngine {
|
|
8467
8494
|
/**
|
|
8468
|
-
*
|
|
8495
|
+
* 规则引擎配置开关,取值有:
|
|
8469
8496
|
on:开启
|
|
8470
8497
|
off:关闭
|
|
8471
8498
|
*/
|
|
@@ -9379,7 +9406,9 @@ ip表示查询BOT客户端IP的Top信息
|
|
|
9379
9406
|
*/
|
|
9380
9407
|
export interface BotJavaScript {
|
|
9381
9408
|
/**
|
|
9382
|
-
*
|
|
9409
|
+
* Bot js策略配置开关,取值有:
|
|
9410
|
+
on:开启
|
|
9411
|
+
off:关闭
|
|
9383
9412
|
*/
|
|
9384
9413
|
Switch: string;
|
|
9385
9414
|
/**
|
|
@@ -9431,7 +9460,7 @@ day:天粒度
|
|
|
9431
9460
|
*/
|
|
9432
9461
|
export interface ResponseHeaderCache {
|
|
9433
9462
|
/**
|
|
9434
|
-
*
|
|
9463
|
+
* 源站头部缓存配置开关,取值有:
|
|
9435
9464
|
on:开启
|
|
9436
9465
|
off:关闭
|
|
9437
9466
|
*/
|
|
@@ -9480,9 +9509,9 @@ RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
|
|
|
9480
9509
|
*/
|
|
9481
9510
|
export interface RemoteAuthentication {
|
|
9482
9511
|
/**
|
|
9483
|
-
*
|
|
9484
|
-
on
|
|
9485
|
-
off
|
|
9512
|
+
* 远程鉴权配置开关,取值有:
|
|
9513
|
+
on:开启
|
|
9514
|
+
off:关闭
|
|
9486
9515
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9487
9516
|
*/
|
|
9488
9517
|
Switch: string;
|
|
@@ -9572,7 +9601,9 @@ path 时填充绝对路径,如 /xxx/test.html
|
|
|
9572
9601
|
*/
|
|
9573
9602
|
export interface Quic {
|
|
9574
9603
|
/**
|
|
9575
|
-
*
|
|
9604
|
+
* Quic功能配置开关,取值有:
|
|
9605
|
+
on:开启
|
|
9606
|
+
off:关闭
|
|
9576
9607
|
*/
|
|
9577
9608
|
Switch: string;
|
|
9578
9609
|
}
|
|
@@ -4847,7 +4847,7 @@ export interface TargetHealth {
|
|
|
4847
4847
|
*/
|
|
4848
4848
|
HealthStatusDetail: string;
|
|
4849
4849
|
/**
|
|
4850
|
-
* 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。
|
|
4850
|
+
* (**该参数对象即将下线,不推荐使用,请使用HealthStatusDetail获取健康详情**) 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。
|
|
4851
4851
|
*/
|
|
4852
4852
|
HealthStatusDetial: string;
|
|
4853
4853
|
}
|
|
@@ -119,7 +119,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
119
119
|
*/
|
|
120
120
|
CreateSealPolicy(req: CreateSealPolicyRequest, cb?: (error: string, rep: CreateSealPolicyResponse) => void): Promise<CreateSealPolicyResponse>;
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* 通过模板创建签署流程
|
|
123
123
|
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
|
|
124
124
|
注:该接口是通过模板生成合同流程的前置接口,先创建一个不包含签署文件的流程。配合“创建电子文档”接口和“发起流程”接口使用。
|
|
125
125
|
*/
|
|
@@ -183,7 +183,7 @@ callbackinfo包含: 回调地址和签名key
|
|
|
183
183
|
return this.request("CreateSealPolicy", req, cb);
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* 通过模板创建签署流程
|
|
187
187
|
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
|
|
188
188
|
注:该接口是通过模板生成合同流程的前置接口,先创建一个不包含签署文件的流程。配合“创建电子文档”接口和“发起流程”接口使用。
|
|
189
189
|
*/
|
|
@@ -861,6 +861,10 @@ false:有序签
|
|
|
861
861
|
注: 此功能为白名单功能,若有需要,请联系电子签客服开白使用。
|
|
862
862
|
*/
|
|
863
863
|
CcInfos?: Array<CcInfo>;
|
|
864
|
+
/**
|
|
865
|
+
* 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
|
866
|
+
*/
|
|
867
|
+
AutoSignScene?: string;
|
|
864
868
|
}
|
|
865
869
|
/**
|
|
866
870
|
* CreateSchemeUrl请求参数结构体
|
|
@@ -2691,6 +2695,10 @@ MobileCheck:手机号验证
|
|
|
2691
2695
|
* 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
|
|
2692
2696
|
*/
|
|
2693
2697
|
CcNotifyType?: number;
|
|
2698
|
+
/**
|
|
2699
|
+
* 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
|
2700
|
+
*/
|
|
2701
|
+
AutoSignScene?: string;
|
|
2694
2702
|
}
|
|
2695
2703
|
/**
|
|
2696
2704
|
* 企业角色数据信息
|
|
@@ -675,7 +675,7 @@ export interface ChannelCreateFlowByFilesRequest {
|
|
|
675
675
|
*/
|
|
676
676
|
CustomShowMap?: string;
|
|
677
677
|
/**
|
|
678
|
-
* 业务信息,最大长度1000
|
|
678
|
+
* 业务信息,最大长度1000个字符。
|
|
679
679
|
*/
|
|
680
680
|
CustomerData?: string;
|
|
681
681
|
/**
|
|
@@ -705,6 +705,10 @@ MobileCheck:手机号验证
|
|
|
705
705
|
* 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
|
|
706
706
|
*/
|
|
707
707
|
CcNotifyType?: number;
|
|
708
|
+
/**
|
|
709
|
+
* 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
|
710
|
+
*/
|
|
711
|
+
AutoSignScene?: string;
|
|
708
712
|
}
|
|
709
713
|
/**
|
|
710
714
|
* 渠道角色信息
|
|
@@ -1751,7 +1755,7 @@ export interface FlowInfo {
|
|
|
1751
1755
|
*/
|
|
1752
1756
|
FlowDescription?: string;
|
|
1753
1757
|
/**
|
|
1754
|
-
* 第三方应用平台的业务信息,最大长度1000
|
|
1758
|
+
* 第三方应用平台的业务信息,最大长度1000个字符。
|
|
1755
1759
|
*/
|
|
1756
1760
|
CustomerData?: string;
|
|
1757
1761
|
/**
|
|
@@ -1773,6 +1777,10 @@ export interface FlowInfo {
|
|
|
1773
1777
|
* 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
|
|
1774
1778
|
*/
|
|
1775
1779
|
CcNotifyType?: number;
|
|
1780
|
+
/**
|
|
1781
|
+
* 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
|
|
1782
|
+
*/
|
|
1783
|
+
AutoSignScene?: string;
|
|
1776
1784
|
}
|
|
1777
1785
|
/**
|
|
1778
1786
|
* 接口调用者信息
|
|
@@ -314,7 +314,7 @@ export declare class Client extends AbstractClient {
|
|
|
314
314
|
*/
|
|
315
315
|
ApplyInstanceSnapshot(req: ApplyInstanceSnapshotRequest, cb?: (error: string, rep: ApplyInstanceSnapshotResponse) => void): Promise<ApplyInstanceSnapshotResponse>;
|
|
316
316
|
/**
|
|
317
|
-
* 本接口 (
|
|
317
|
+
* 本接口 (DetachCcn) 用于解除与云联网的关联。
|
|
318
318
|
*/
|
|
319
319
|
DetachCcn(req: DetachCcnRequest, cb?: (error: string, rep: DetachCcnResponse) => void): Promise<DetachCcnResponse>;
|
|
320
320
|
/**
|
|
@@ -444,7 +444,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
444
444
|
return this.request("ApplyInstanceSnapshot", req, cb);
|
|
445
445
|
}
|
|
446
446
|
/**
|
|
447
|
-
* 本接口 (
|
|
447
|
+
* 本接口 (DetachCcn) 用于解除与云联网的关联。
|
|
448
448
|
*/
|
|
449
449
|
async DetachCcn(req, cb) {
|
|
450
450
|
return this.request("DetachCcn", req, cb);
|
|
@@ -3510,7 +3510,7 @@ export interface EditMediaOutputConfig {
|
|
|
3510
3510
|
*/
|
|
3511
3511
|
export interface AiQualityControlTaskInput {
|
|
3512
3512
|
/**
|
|
3513
|
-
* 视频质检模板 ID
|
|
3513
|
+
* 视频质检模板 ID 。暂时可以直接使用 预设模板ID 10,后面控制台支持用户配置自定义模板。
|
|
3514
3514
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3515
3515
|
*/
|
|
3516
3516
|
Definition?: number;
|
|
@@ -324,7 +324,7 @@ export declare class Client extends AbstractClient {
|
|
|
324
324
|
*/
|
|
325
325
|
OpenSSL(req: OpenSSLRequest, cb?: (error: string, rep: OpenSSLResponse) => void): Promise<OpenSSLResponse>;
|
|
326
326
|
/**
|
|
327
|
-
*
|
|
327
|
+
* 本接口(DescribeAutoBackupConfig)用于获取自动备份配置规则。
|
|
328
328
|
*/
|
|
329
329
|
DescribeAutoBackupConfig(req: DescribeAutoBackupConfigRequest, cb?: (error: string, rep: DescribeAutoBackupConfigResponse) => void): Promise<DescribeAutoBackupConfigResponse>;
|
|
330
330
|
/**
|
|
@@ -502,7 +502,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
502
502
|
return this.request("OpenSSL", req, cb);
|
|
503
503
|
}
|
|
504
504
|
/**
|
|
505
|
-
*
|
|
505
|
+
* 本接口(DescribeAutoBackupConfig)用于获取自动备份配置规则。
|
|
506
506
|
*/
|
|
507
507
|
async DescribeAutoBackupConfig(req, cb) {
|
|
508
508
|
return this.request("DescribeAutoBackupConfig", req, cb);
|
|
@@ -63,7 +63,7 @@ export interface RedisBackupSet {
|
|
|
63
63
|
BackupId: string;
|
|
64
64
|
/**
|
|
65
65
|
* 备份类型。
|
|
66
|
-
- 1
|
|
66
|
+
- 1:凌晨系统发起的自动备份。
|
|
67
67
|
- 0:用户发起的手动备份。
|
|
68
68
|
*/
|
|
69
69
|
BackupType: string;
|
|
@@ -2786,25 +2786,25 @@ export interface Outbound {
|
|
|
2786
2786
|
*/
|
|
2787
2787
|
export interface DescribeAutoBackupConfigResponse {
|
|
2788
2788
|
/**
|
|
2789
|
-
*
|
|
2789
|
+
* 该参数因兼容性问题暂时保留,请忽略。
|
|
2790
2790
|
*/
|
|
2791
|
-
AutoBackupType
|
|
2791
|
+
AutoBackupType?: number;
|
|
2792
2792
|
/**
|
|
2793
|
-
* Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
|
|
2793
|
+
* 备份周期,默认为每天自动备份,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
|
|
2794
2794
|
*/
|
|
2795
|
-
WeekDays
|
|
2795
|
+
WeekDays?: Array<string>;
|
|
2796
2796
|
/**
|
|
2797
|
-
*
|
|
2797
|
+
* 备份任务发起时间段。
|
|
2798
2798
|
*/
|
|
2799
|
-
TimePeriod
|
|
2799
|
+
TimePeriod?: string;
|
|
2800
2800
|
/**
|
|
2801
|
-
*
|
|
2801
|
+
* 全量备份文件保存天数。默认为7天。如需保存更多天数,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。
|
|
2802
2802
|
*/
|
|
2803
|
-
BackupStorageDays
|
|
2803
|
+
BackupStorageDays?: number;
|
|
2804
2804
|
/**
|
|
2805
|
-
*
|
|
2805
|
+
* 该参数不再使用,请忽略。
|
|
2806
2806
|
*/
|
|
2807
|
-
BinlogStorageDays
|
|
2807
|
+
BinlogStorageDays?: number;
|
|
2808
2808
|
/**
|
|
2809
2809
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2810
2810
|
*/
|
|
@@ -3673,7 +3673,7 @@ export interface DeleteParamTemplateRequest {
|
|
|
3673
3673
|
*/
|
|
3674
3674
|
export interface DescribeAutoBackupConfigRequest {
|
|
3675
3675
|
/**
|
|
3676
|
-
*
|
|
3676
|
+
* 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
3677
3677
|
*/
|
|
3678
3678
|
InstanceId: string;
|
|
3679
3679
|
}
|
|
@@ -5711,34 +5711,39 @@ export interface DescribeImageRegistryTimingScanTaskResponse {
|
|
|
5711
5711
|
* 定时扫描开关
|
|
5712
5712
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5713
5713
|
*/
|
|
5714
|
-
Enable
|
|
5714
|
+
Enable?: boolean;
|
|
5715
5715
|
/**
|
|
5716
5716
|
* 定时任务扫描时间
|
|
5717
5717
|
*/
|
|
5718
|
-
ScanTime
|
|
5718
|
+
ScanTime?: string;
|
|
5719
5719
|
/**
|
|
5720
5720
|
* 定时扫描间隔
|
|
5721
5721
|
*/
|
|
5722
|
-
ScanPeriod
|
|
5722
|
+
ScanPeriod?: number;
|
|
5723
5723
|
/**
|
|
5724
5724
|
* 扫描类型数组
|
|
5725
5725
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5726
5726
|
*/
|
|
5727
|
-
ScanType
|
|
5727
|
+
ScanType?: Array<string>;
|
|
5728
5728
|
/**
|
|
5729
5729
|
* 扫描全部镜像
|
|
5730
5730
|
*/
|
|
5731
|
-
All
|
|
5731
|
+
All?: boolean;
|
|
5732
5732
|
/**
|
|
5733
5733
|
* 自定义扫描镜像
|
|
5734
5734
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5735
5735
|
*/
|
|
5736
|
-
Images
|
|
5736
|
+
Images?: Array<ImageInfo>;
|
|
5737
5737
|
/**
|
|
5738
5738
|
* 自动以扫描镜像Id
|
|
5739
5739
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5740
5740
|
*/
|
|
5741
|
-
Id
|
|
5741
|
+
Id?: Array<number>;
|
|
5742
|
+
/**
|
|
5743
|
+
* 是否扫描最新版本镜像
|
|
5744
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5745
|
+
*/
|
|
5746
|
+
Latest?: boolean;
|
|
5742
5747
|
/**
|
|
5743
5748
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5744
5749
|
*/
|
|
@@ -9282,6 +9287,10 @@ export interface UpdateImageRegistryTimingScanTaskRequest {
|
|
|
9282
9287
|
* 扫描镜像Id
|
|
9283
9288
|
*/
|
|
9284
9289
|
Id?: Array<number>;
|
|
9290
|
+
/**
|
|
9291
|
+
* 是否扫描最新版本
|
|
9292
|
+
*/
|
|
9293
|
+
Latest?: boolean;
|
|
9285
9294
|
}
|
|
9286
9295
|
/**
|
|
9287
9296
|
* DescribeEscapeEventTendency请求参数结构体
|
|
@@ -5905,6 +5905,10 @@ export interface ApplicationProxy {
|
|
|
5905
5905
|
* 规则列表。
|
|
5906
5906
|
*/
|
|
5907
5907
|
ApplicationProxyRules: Array<ApplicationProxyRule>;
|
|
5908
|
+
/**
|
|
5909
|
+
* 中国大陆加速优化配置。
|
|
5910
|
+
*/
|
|
5911
|
+
AccelerateMainland?: AccelerateMainland;
|
|
5908
5912
|
}
|
|
5909
5913
|
/**
|
|
5910
5914
|
* ModifyApplicationProxy返回参数结构体
|