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.
Files changed (44) hide show
  1. package/CHANGELOG.md +178 -0
  2. package/SERVICE_CHANGELOG.md +197 -111
  3. package/package.json +1 -1
  4. package/products.md +193 -193
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20221115/bma_models.ts +5 -0
  7. package/src/services/cdb/v20170320/cdb_models.ts +13 -7
  8. package/src/services/cdn/v20180606/cdn_models.ts +71 -40
  9. package/src/services/clb/v20180317/clb_models.ts +1 -1
  10. package/src/services/domain/v20180808/domain_models.ts +6 -0
  11. package/src/services/ess/v20201111/ess_client.ts +1 -1
  12. package/src/services/ess/v20201111/ess_models.ts +10 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +12 -2
  14. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  15. package/src/services/mps/v20190612/mps_models.ts +1 -1
  16. package/src/services/redis/v20180412/redis_client.ts +1 -1
  17. package/src/services/redis/v20180412/redis_models.ts +12 -12
  18. package/src/services/tcss/v20201101/tcss_models.ts +18 -7
  19. package/src/services/teo/v20220901/teo_models.ts +5 -0
  20. package/src/services/tsf/v20180326/tsf_client.ts +18 -6
  21. package/src/services/tsf/v20180326/tsf_models.ts +31 -0
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
  25. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -7
  26. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +59 -28
  27. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  28. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -0
  29. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  30. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  31. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -2
  33. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  34. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  35. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  36. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  37. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  38. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -12
  39. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -7
  40. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -0
  41. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +7 -3
  42. package/tencentcloud/services/tsf/v20180326/tsf_client.js +9 -3
  43. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +27 -0
  44. package/test/tsf.v20180326.test.js +12 -2
@@ -651,8 +651,10 @@ ip表示查询BOT客户端IP的Top信息
651
651
  */
652
652
  export interface RedirectConfig {
653
653
  /**
654
- * 配置开关
655
- */
654
+ * 自定义回源302 follow请求host配置开关,取值有:
655
+ on:开启
656
+ off:关闭
657
+ */
656
658
  Switch: string
657
659
 
658
660
  /**
@@ -1981,7 +1983,7 @@ export interface StartScdnDomainResponse {
1981
1983
  */
1982
1984
  export interface ResponseHeader {
1983
1985
  /**
1984
- * 自定义响应头开关
1986
+ * 自定义响应头配置开关,取值有:
1985
1987
  on:开启
1986
1988
  off:关闭
1987
1989
  */
@@ -2204,7 +2206,7 @@ export interface DDoSAttackBandwidthData {
2204
2206
  */
2205
2207
  export interface OriginPullOptimization {
2206
2208
  /**
2207
- * 跨国回源优化配置开关
2209
+ * 跨国回源优化配置开关,取值有:
2208
2210
  on:开启
2209
2211
  off:关闭
2210
2212
  */
@@ -2319,7 +2321,7 @@ excludeCustom:自定义排除
2319
2321
  */
2320
2322
  export interface MaxAge {
2321
2323
  /**
2322
- * 浏览器缓存配置开关
2324
+ * 浏览器缓存配置开关,取值有:
2323
2325
  on:开启
2324
2326
  off:关闭
2325
2327
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2627,8 +2629,10 @@ export interface ExtraLogset {
2627
2629
  */
2628
2630
  export interface OfflineCache {
2629
2631
  /**
2630
- * on | off, 离线缓存是否开启
2631
- */
2632
+ * 离线缓存配置开关,取值有:
2633
+ on:开启
2634
+ off:关闭
2635
+ */
2632
2636
  Switch: string
2633
2637
  }
2634
2638
 
@@ -3124,7 +3128,7 @@ failed: 失败
3124
3128
  */
3125
3129
  export interface Referer {
3126
3130
  /**
3127
- * referer 黑白名单配置开关
3131
+ * referer 黑白名单配置开关,取值有:
3128
3132
  on:开启
3129
3133
  off:关闭
3130
3134
  */
@@ -3706,8 +3710,10 @@ disabled:未启用
3706
3710
  */
3707
3711
  export interface BotCookie {
3708
3712
  /**
3709
- * on|off
3710
- */
3713
+ * Bot cookie策略配置开关,取值有:
3714
+ on:开启
3715
+ off:关闭
3716
+ */
3711
3717
  Switch: string
3712
3718
 
3713
3719
  /**
@@ -4146,8 +4152,10 @@ export interface DescribeHttpsPackagesResponse {
4146
4152
  */
4147
4153
  export interface QnPrivateAccess {
4148
4154
  /**
4149
- * 开关 on/off
4150
- */
4155
+ * 七牛元对象存储回源鉴权配置开关,取值有:
4156
+ on:开启
4157
+ off:关闭
4158
+ */
4151
4159
  Switch: string
4152
4160
 
4153
4161
  /**
@@ -4204,8 +4212,10 @@ export interface DescribeCertDomainsResponse {
4204
4212
  */
4205
4213
  export interface ScdnBotConfig {
4206
4214
  /**
4207
- * on|off
4208
- */
4215
+ * Scdn bot配置开关,取值有:
4216
+ on:开启
4217
+ off:关闭
4218
+ */
4209
4219
  Switch: string
4210
4220
 
4211
4221
  /**
@@ -4362,7 +4372,7 @@ export interface DescribeCdnOriginIpResponse {
4362
4372
  */
4363
4373
  export interface RangeOriginPull {
4364
4374
  /**
4365
- * 分片回源配置开关
4375
+ * 分片回源配置开关,取值有:
4366
4376
  on:开启
4367
4377
  off:关闭
4368
4378
  */
@@ -4612,7 +4622,7 @@ export interface DescribeScdnIpStrategyRequest {
4612
4622
  */
4613
4623
  export interface IpFreqLimit {
4614
4624
  /**
4615
- * IP 限频配置开关
4625
+ * IP 限频配置开关,取值有:
4616
4626
  on:开启
4617
4627
  off:关闭
4618
4628
  */
@@ -4776,8 +4786,10 @@ export interface BotStatisticsCount {
4776
4786
  */
4777
4787
  export interface RangeOriginPullRule {
4778
4788
  /**
4779
- * 分片回源配置开关
4780
- */
4789
+ * 分片回源配置开关,取值有:
4790
+ on:开启
4791
+ off:关闭
4792
+ */
4781
4793
  Switch: string
4782
4794
 
4783
4795
  /**
@@ -5701,8 +5713,10 @@ export interface UrlRecord {
5701
5713
  */
5702
5714
  export interface OthersPrivateAccess {
5703
5715
  /**
5704
- * 开关, on/off。
5705
- */
5716
+ * 其他厂商对象存储回源鉴权配置开关,取值有:
5717
+ on:开启
5718
+ off:关闭
5719
+ */
5706
5720
  Switch: string
5707
5721
 
5708
5722
  /**
@@ -6180,8 +6194,10 @@ export interface GuetzliAdapter {
6180
6194
  */
6181
6195
  export interface OriginCombine {
6182
6196
  /**
6183
- * on|off 是否开启合并回源
6184
- */
6197
+ * 合并回源配置开关,取值有:
6198
+ on:开启
6199
+ off:关闭
6200
+ */
6185
6201
  Switch: string
6186
6202
  }
6187
6203
 
@@ -6387,11 +6403,13 @@ export interface ListClsTopicDomainsResponse {
6387
6403
  }
6388
6404
 
6389
6405
  /**
6390
- * Ipv6启用配置,不可更改
6406
+ * Ipv6源站启用配置,不可更改
6391
6407
  */
6392
6408
  export interface Ipv6 {
6393
6409
  /**
6394
- * 域名是否开启ipv6功能,on或off。
6410
+ * 域名开启源站ipv6配置开关,取值有:
6411
+ on:开启
6412
+ off:关闭
6395
6413
  注意:此字段可能返回 null,表示取不到有效值。
6396
6414
  */
6397
6415
  Switch: string
@@ -7311,7 +7329,9 @@ export interface GetDisableRecordsResponse {
7311
7329
  */
7312
7330
  export interface Ipv6Access {
7313
7331
  /**
7314
- * 域名是否开启ipv6访问功能,on或off。
7332
+ * 域名开启ipv6访问配置开关,取值有:
7333
+ on:开启
7334
+ off:关闭
7315
7335
  注意:此字段可能返回 null,表示取不到有效值。
7316
7336
  */
7317
7337
  Switch: string
@@ -7692,7 +7712,7 @@ off:关闭
7692
7712
  */
7693
7713
  export interface RequestHeader {
7694
7714
  /**
7695
- * 自定义请求头配置开关
7715
+ * 自定义请求头配置开关,取值有:
7696
7716
  on:开启
7697
7717
  off:关闭
7698
7718
  */
@@ -8249,8 +8269,10 @@ export interface ScdnTopData {
8249
8269
  */
8250
8270
  export interface OssPrivateAccess {
8251
8271
  /**
8252
- * 开关, on/off。
8253
- */
8272
+ * oss回源鉴权配置开关,取值有:
8273
+ on:开启
8274
+ off:关闭
8275
+ */
8254
8276
  Switch: string
8255
8277
 
8256
8278
  /**
@@ -9135,8 +9157,10 @@ off:关闭
9135
9157
  */
9136
9158
  export interface ScdnAclConfig {
9137
9159
  /**
9138
- * 是否开启,on | off
9139
- */
9160
+ * SCDN访问控制配置开关,取值有:
9161
+ on:开启
9162
+ off:关闭
9163
+ */
9140
9164
  Switch: string
9141
9165
 
9142
9166
  /**
@@ -9163,7 +9187,10 @@ export interface ScdnAclConfig {
9163
9187
  */
9164
9188
  export interface OriginAuthentication {
9165
9189
  /**
9166
- * 鉴权开关,on或off
9190
+ * 回源鉴权高级配置开关,取值有:
9191
+ on:开启
9192
+ off:关闭
9193
+
9167
9194
  注意:此字段可能返回 null,表示取不到有效值。
9168
9195
  */
9169
9196
  Switch: string
@@ -9827,7 +9854,7 @@ export interface DescribeDistrictIspDataResponse {
9827
9854
  */
9828
9855
  export interface RuleEngine {
9829
9856
  /**
9830
- * 规则引擎配置开关
9857
+ * 规则引擎配置开关,取值有:
9831
9858
  on:开启
9832
9859
  off:关闭
9833
9860
  */
@@ -10878,8 +10905,10 @@ ip表示查询BOT客户端IP的Top信息
10878
10905
  */
10879
10906
  export interface BotJavaScript {
10880
10907
  /**
10881
- * on|off
10882
- */
10908
+ * Bot js策略配置开关,取值有:
10909
+ on:开启
10910
+ off:关闭
10911
+ */
10883
10912
  Switch: string
10884
10913
 
10885
10914
  /**
@@ -10939,7 +10968,7 @@ day:天粒度
10939
10968
  */
10940
10969
  export interface ResponseHeaderCache {
10941
10970
  /**
10942
- * 源站头部缓存开关
10971
+ * 源站头部缓存配置开关,取值有:
10943
10972
  on:开启
10944
10973
  off:关闭
10945
10974
  */
@@ -10995,9 +11024,9 @@ RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
10995
11024
  */
10996
11025
  export interface RemoteAuthentication {
10997
11026
  /**
10998
- * 远程鉴权开关;
10999
- on : 开启;
11000
- off: 关闭;
11027
+ * 远程鉴权配置开关,取值有:
11028
+ on:开启
11029
+ off:关闭
11001
11030
  注意:此字段可能返回 null,表示取不到有效值。
11002
11031
  */
11003
11032
  Switch: string
@@ -11099,8 +11128,10 @@ path 时填充绝对路径,如 /xxx/test.html
11099
11128
  */
11100
11129
  export interface Quic {
11101
11130
  /**
11102
- * 是否启动Quic配置
11103
- */
11131
+ * Quic功能配置开关,取值有:
11132
+ on:开启
11133
+ off:关闭
11134
+ */
11104
11135
  Switch: string
11105
11136
  }
11106
11137
 
@@ -5734,7 +5734,7 @@ export interface TargetHealth {
5734
5734
  HealthStatusDetail: string
5735
5735
 
5736
5736
  /**
5737
- * 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。(该参数对象即将下线,不推荐使用,请使用HealthStatusDetail获取健康详情)
5737
+ * (**该参数对象即将下线,不推荐使用,请使用HealthStatusDetail获取健康详情**) 当前健康状态的详细信息。如:Alive、Dead、Unknown。Alive状态为健康,Dead状态为异常,Unknown状态包括尚未开始探测、探测中、状态未知。
5738
5738
  */
5739
5739
  HealthStatusDetial: string
5740
5740
  }
@@ -1018,6 +1018,12 @@ GZJGZY: 公证机构执业证。
1018
1018
  */
1019
1019
  ImgUrl: string
1020
1020
 
1021
+ /**
1022
+ * 原始照片地址
1023
+ 注意:此字段可能返回 null,表示取不到有效值。
1024
+ */
1025
+ OriginImgUrl?: string
1026
+
1021
1027
  /**
1022
1028
  * 联系人证件号码。
1023
1029
  注意:此字段可能返回 null,表示取不到有效值。
@@ -415,7 +415,7 @@ callbackinfo包含: 回调地址和签名key
415
415
  }
416
416
 
417
417
  /**
418
- * 创建签署流程
418
+ * 通过模板创建签署流程
419
419
  适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
420
420
  注:该接口是通过模板生成合同流程的前置接口,先创建一个不包含签署文件的流程。配合“创建电子文档”接口和“发起流程”接口使用。
421
421
  */
@@ -1036,6 +1036,11 @@ false:有序签
1036
1036
  注: 此功能为白名单功能,若有需要,请联系电子签客服开白使用。
1037
1037
  */
1038
1038
  CcInfos?: Array<CcInfo>
1039
+
1040
+ /**
1041
+ * 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
1042
+ */
1043
+ AutoSignScene?: string
1039
1044
  }
1040
1045
 
1041
1046
  /**
@@ -3184,6 +3189,11 @@ MobileCheck:手机号验证
3184
3189
  * 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
3185
3190
  */
3186
3191
  CcNotifyType?: number
3192
+
3193
+ /**
3194
+ * 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
3195
+ */
3196
+ AutoSignScene?: string
3187
3197
  }
3188
3198
 
3189
3199
  /**
@@ -815,7 +815,7 @@ export interface ChannelCreateFlowByFilesRequest {
815
815
  CustomShowMap?: string
816
816
 
817
817
  /**
818
- * 业务信息,最大长度1000个字符。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
818
+ * 业务信息,最大长度1000个字符。
819
819
  */
820
820
  CustomerData?: string
821
821
 
@@ -851,6 +851,11 @@ MobileCheck:手机号验证
851
851
  * 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
852
852
  */
853
853
  CcNotifyType?: number
854
+
855
+ /**
856
+ * 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
857
+ */
858
+ AutoSignScene?: string
854
859
  }
855
860
 
856
861
  /**
@@ -2074,7 +2079,7 @@ export interface FlowInfo {
2074
2079
  FlowDescription?: string
2075
2080
 
2076
2081
  /**
2077
- * 第三方应用平台的业务信息,最大长度1000个字符。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
2082
+ * 第三方应用平台的业务信息,最大长度1000个字符。
2078
2083
  */
2079
2084
  CustomerData?: string
2080
2085
 
@@ -2100,6 +2105,11 @@ export interface FlowInfo {
2100
2105
  * 给关注人发送短信通知的类型,0-合同发起时通知 1-签署完成后通知
2101
2106
  */
2102
2107
  CcNotifyType?: number
2108
+
2109
+ /**
2110
+ * 个人自动签场景。发起自动签署时,需设置对应自动签署场景,目前仅支持场景:处方单-E_PRESCRIPTION_AUTO_SIGN
2111
+ */
2112
+ AutoSignScene?: string
2103
2113
  }
2104
2114
 
2105
2115
  /**
@@ -881,7 +881,7 @@ export class Client extends AbstractClient {
881
881
  }
882
882
 
883
883
  /**
884
- * 本接口 (AttachCcn) 用于解除与云联网的关联。
884
+ * 本接口 (DetachCcn) 用于解除与云联网的关联。
885
885
  */
886
886
  async DetachCcn(
887
887
  req: DetachCcnRequest,
@@ -4100,7 +4100,7 @@ export interface EditMediaOutputConfig {
4100
4100
  */
4101
4101
  export interface AiQualityControlTaskInput {
4102
4102
  /**
4103
- * 视频质检模板 ID
4103
+ * 视频质检模板 ID 。暂时可以直接使用 预设模板ID 10,后面控制台支持用户配置自定义模板。
4104
4104
  注意:此字段可能返回 null,表示取不到有效值。
4105
4105
  */
4106
4106
  Definition?: number
@@ -1053,7 +1053,7 @@ export class Client extends AbstractClient {
1053
1053
  }
1054
1054
 
1055
1055
  /**
1056
- * 获取备份配置
1056
+ * 本接口(DescribeAutoBackupConfig)用于获取自动备份配置规则。
1057
1057
  */
1058
1058
  async DescribeAutoBackupConfig(
1059
1059
  req: DescribeAutoBackupConfigRequest,
@@ -91,7 +91,7 @@ export interface RedisBackupSet {
91
91
 
92
92
  /**
93
93
  * 备份类型。
94
- - 1:凌晨系统发起的备份。
94
+ - 1:凌晨系统发起的自动备份。
95
95
  - 0:用户发起的手动备份。
96
96
  */
97
97
  BackupType: string
@@ -3290,29 +3290,29 @@ export interface Outbound {
3290
3290
  */
3291
3291
  export interface DescribeAutoBackupConfigResponse {
3292
3292
  /**
3293
- * 备份类型。自动备份类型: 1 “定时回档”
3293
+ * 该参数因兼容性问题暂时保留,请忽略。
3294
3294
  */
3295
- AutoBackupType: number
3295
+ AutoBackupType?: number
3296
3296
 
3297
3297
  /**
3298
- * Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
3298
+ * 备份周期,默认为每天自动备份,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday。
3299
3299
  */
3300
- WeekDays: Array<string>
3300
+ WeekDays?: Array<string>
3301
3301
 
3302
3302
  /**
3303
- * 时间段。
3303
+ * 备份任务发起时间段。
3304
3304
  */
3305
- TimePeriod: string
3305
+ TimePeriod?: string
3306
3306
 
3307
3307
  /**
3308
- * 全量备份文件保存天数
3308
+ * 全量备份文件保存天数。默认为7天。如需保存更多天数,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。
3309
3309
  */
3310
- BackupStorageDays: number
3310
+ BackupStorageDays?: number
3311
3311
 
3312
3312
  /**
3313
- * tendis binlog备份文件保存天数
3313
+ * 该参数不再使用,请忽略。
3314
3314
  */
3315
- BinlogStorageDays: number
3315
+ BinlogStorageDays?: number
3316
3316
 
3317
3317
  /**
3318
3318
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4336,7 +4336,7 @@ export interface DeleteParamTemplateRequest {
4336
4336
  */
4337
4337
  export interface DescribeAutoBackupConfigRequest {
4338
4338
  /**
4339
- * 实例ID
4339
+ * 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
4340
4340
  */
4341
4341
  InstanceId: string
4342
4342
  }
@@ -6730,40 +6730,46 @@ export interface DescribeImageRegistryTimingScanTaskResponse {
6730
6730
  * 定时扫描开关
6731
6731
  注意:此字段可能返回 null,表示取不到有效值。
6732
6732
  */
6733
- Enable: boolean
6733
+ Enable?: boolean
6734
6734
 
6735
6735
  /**
6736
6736
  * 定时任务扫描时间
6737
6737
  */
6738
- ScanTime: string
6738
+ ScanTime?: string
6739
6739
 
6740
6740
  /**
6741
6741
  * 定时扫描间隔
6742
6742
  */
6743
- ScanPeriod: number
6743
+ ScanPeriod?: number
6744
6744
 
6745
6745
  /**
6746
6746
  * 扫描类型数组
6747
6747
  注意:此字段可能返回 null,表示取不到有效值。
6748
6748
  */
6749
- ScanType: Array<string>
6749
+ ScanType?: Array<string>
6750
6750
 
6751
6751
  /**
6752
6752
  * 扫描全部镜像
6753
6753
  */
6754
- All: boolean
6754
+ All?: boolean
6755
6755
 
6756
6756
  /**
6757
6757
  * 自定义扫描镜像
6758
6758
  注意:此字段可能返回 null,表示取不到有效值。
6759
6759
  */
6760
- Images: Array<ImageInfo>
6760
+ Images?: Array<ImageInfo>
6761
6761
 
6762
6762
  /**
6763
6763
  * 自动以扫描镜像Id
6764
6764
  注意:此字段可能返回 null,表示取不到有效值。
6765
6765
  */
6766
- Id: Array<number>
6766
+ Id?: Array<number>
6767
+
6768
+ /**
6769
+ * 是否扫描最新版本镜像
6770
+ 注意:此字段可能返回 null,表示取不到有效值。
6771
+ */
6772
+ Latest?: boolean
6767
6773
 
6768
6774
  /**
6769
6775
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -10953,6 +10959,11 @@ export interface UpdateImageRegistryTimingScanTaskRequest {
10953
10959
  * 扫描镜像Id
10954
10960
  */
10955
10961
  Id?: Array<number>
10962
+
10963
+ /**
10964
+ * 是否扫描最新版本
10965
+ */
10966
+ Latest?: boolean
10956
10967
  }
10957
10968
 
10958
10969
  /**
@@ -6852,6 +6852,11 @@ export interface ApplicationProxy {
6852
6852
  * 规则列表。
6853
6853
  */
6854
6854
  ApplicationProxyRules: Array<ApplicationProxyRule>
6855
+
6856
+ /**
6857
+ * 中国大陆加速优化配置。
6858
+ */
6859
+ AccelerateMainland?: AccelerateMainland
6855
6860
  }
6856
6861
 
6857
6862
  /**
@@ -314,6 +314,7 @@ import {
314
314
  CreateLaneRuleResponse,
315
315
  CreateTaskResponse,
316
316
  DescribeContainerGroupsResponse,
317
+ CreateUnitNamespacesResponse,
317
318
  UpdateApiGroupResponse,
318
319
  DescribeGroupsWithPluginResponse,
319
320
  AddInstancesRequest,
@@ -354,6 +355,7 @@ import {
354
355
  DescribeBusinessLogConfigResponse,
355
356
  TerminateTaskFlowBatchRequest,
356
357
  CreateUnitRuleResponse,
358
+ CreateUnitNamespacesRequest,
357
359
  DescribeTaskRecordsResponse,
358
360
  VmGroup,
359
361
  DescribeApiUseDetailResponse,
@@ -1232,13 +1234,13 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
1232
1234
  }
1233
1235
 
1234
1236
  /**
1235
- * 查询工作流最新一个批次的状态信息
1237
+ * 批量创建单元化命名空间
1236
1238
  */
1237
- async DescribeFlowLastBatchState(
1238
- req: DescribeFlowLastBatchStateRequest,
1239
- cb?: (error: string, rep: DescribeFlowLastBatchStateResponse) => void
1240
- ): Promise<DescribeFlowLastBatchStateResponse> {
1241
- return this.request("DescribeFlowLastBatchState", req, cb)
1239
+ async CreateUnitNamespaces(
1240
+ req: CreateUnitNamespacesRequest,
1241
+ cb?: (error: string, rep: CreateUnitNamespacesResponse) => void
1242
+ ): Promise<CreateUnitNamespacesResponse> {
1243
+ return this.request("CreateUnitNamespaces", req, cb)
1242
1244
  }
1243
1245
 
1244
1246
  /**
@@ -2343,6 +2345,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
2343
2345
  return this.request("DescribeJvmMonitor", req, cb)
2344
2346
  }
2345
2347
 
2348
+ /**
2349
+ * 查询工作流最新一个批次的状态信息
2350
+ */
2351
+ async DescribeFlowLastBatchState(
2352
+ req: DescribeFlowLastBatchStateRequest,
2353
+ cb?: (error: string, rep: DescribeFlowLastBatchStateResponse) => void
2354
+ ): Promise<DescribeFlowLastBatchStateResponse> {
2355
+ return this.request("DescribeFlowLastBatchState", req, cb)
2356
+ }
2357
+
2346
2358
  /**
2347
2359
  * 发布配置,并且返回配置 ID
2348
2360
  */
@@ -8235,6 +8235,22 @@ export interface DescribeContainerGroupsResponse {
8235
8235
  RequestId?: string
8236
8236
  }
8237
8237
 
8238
+ /**
8239
+ * CreateUnitNamespaces返回参数结构体
8240
+ */
8241
+ export interface CreateUnitNamespacesResponse {
8242
+ /**
8243
+ * 是否成功
8244
+ 注意:此字段可能返回 null,表示取不到有效值。
8245
+ */
8246
+ Result?: boolean
8247
+
8248
+ /**
8249
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8250
+ */
8251
+ RequestId?: string
8252
+ }
8253
+
8238
8254
  /**
8239
8255
  * UpdateApiGroup返回参数结构体
8240
8256
  */
@@ -9251,6 +9267,21 @@ export interface CreateUnitRuleResponse {
9251
9267
  RequestId?: string
9252
9268
  }
9253
9269
 
9270
+ /**
9271
+ * CreateUnitNamespaces请求参数结构体
9272
+ */
9273
+ export interface CreateUnitNamespacesRequest {
9274
+ /**
9275
+ * 网关实体ID
9276
+ */
9277
+ GatewayInstanceId: string
9278
+
9279
+ /**
9280
+ * 单元化命名空间对象列表
9281
+ */
9282
+ UnitNamespaceList?: Array<UnitNamespace>
9283
+ }
9284
+
9254
9285
  /**
9255
9286
  * DescribeTaskRecords返回参数结构体
9256
9287
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.600";
1
+ export declare const sdkVersion = "4.0.601";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.600";
4
+ exports.sdkVersion = "4.0.601";
@@ -97,6 +97,10 @@ export interface CreateBPBrandRequest {
97
97
  * 保护小程序
98
98
  */
99
99
  ProtectMiniPrograms?: Array<string>;
100
+ /**
101
+ * 请求来源:0-反钓鱼 2-反假冒
102
+ */
103
+ APISource?: number;
100
104
  }
101
105
  /**
102
106
  * DescribeBPFakeURLs请求参数结构体