tencentcloud-sdk-nodejs 4.0.752 → 4.0.753

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 (43) hide show
  1. package/CHANGELOG.md +156 -0
  2. package/SERVICE_CHANGELOG.md +221 -42
  3. package/package.json +1 -1
  4. package/products.md +13 -13
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/clb/v20180317/clb_models.ts +1 -2
  7. package/src/services/cls/v20201016/cls_models.ts +4 -3
  8. package/src/services/dc/v20180410/dc_client.ts +1 -1
  9. package/src/services/dc/v20180410/dc_models.ts +25 -32
  10. package/src/services/dlc/v20210125/dlc_models.ts +48 -38
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  12. package/src/services/monitor/v20180724/monitor_client.ts +3 -3
  13. package/src/services/monitor/v20180724/monitor_models.ts +30 -30
  14. package/src/services/mps/v20190612/mps_client.ts +7 -2
  15. package/src/services/mps/v20190612/mps_models.ts +162 -68
  16. package/src/services/privatedns/v20201028/privatedns_models.ts +18 -0
  17. package/src/services/teo/v20220901/teo_client.ts +22 -9
  18. package/src/services/teo/v20220901/teo_models.ts +82 -42
  19. package/src/services/tmt/v20180321/tmt_models.ts +28 -28
  20. package/src/services/waf/v20180125/waf_client.ts +1 -0
  21. package/src/services/waf/v20180125/waf_models.ts +89 -18
  22. package/src/services/wedata/v20210820/wedata_models.ts +16 -0
  23. package/tencentcloud/common/sdk_version.d.ts +1 -1
  24. package/tencentcloud/common/sdk_version.js +1 -1
  25. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -2
  26. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -3
  27. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
  28. package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
  29. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +25 -32
  30. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -38
  31. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  32. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -3
  33. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -3
  34. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +30 -30
  35. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +157 -68
  36. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +18 -0
  37. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +7 -3
  38. package/tencentcloud/services/teo/v20220901/teo_client.js +9 -3
  39. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +79 -42
  40. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +28 -28
  41. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +88 -18
  42. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +16 -0
  43. package/test/teo.v20220901.test.js +12 -2
@@ -247,73 +247,17 @@ export interface SvgWatermarkInput {
247
247
  }
248
248
 
249
249
  /**
250
- * 工作流信息详情。
250
+ * 流的统计数据列表。
251
251
  */
252
- export interface WorkflowInfo {
253
- /**
254
- * 工作流 ID。
255
- */
256
- WorkflowId: number
257
- /**
258
- * 工作流名称。
259
- */
260
- WorkflowName: string
261
- /**
262
- * 工作流状态,取值范围:
263
- <li>Enabled:已启用,</li>
264
- <li>Disabled:已禁用。</li>
265
- */
266
- Status: string
267
- /**
268
- * 工作流绑定的输入规则,当上传视频命中该规则到该对象时即触发工作流。
269
- */
270
- Trigger: WorkflowTrigger
271
- /**
272
- * 媒体处理的文件输出存储位置。
273
- 注意:此字段可能返回 null,表示取不到有效值。
274
- */
275
- OutputStorage: TaskOutputStorage
276
- /**
277
- * 媒体处理类型任务参数。
278
- 注意:此字段可能返回 null,表示取不到有效值。
279
- */
280
- MediaProcessTask: MediaProcessTaskInput
281
- /**
282
- * 视频内容审核类型任务参数。
283
- 注意:此字段可能返回 null,表示取不到有效值。
284
- */
285
- AiContentReviewTask: AiContentReviewTaskInput
286
- /**
287
- * 视频内容分析类型任务参数。
288
- 注意:此字段可能返回 null,表示取不到有效值。
289
- */
290
- AiAnalysisTask: AiAnalysisTaskInput
291
- /**
292
- * 视频内容识别类型任务参数。
293
- 注意:此字段可能返回 null,表示取不到有效值。
294
- */
295
- AiRecognitionTask: AiRecognitionTaskInput
296
- /**
297
- * 任务的事件通知信息,不填代表不获取事件通知。
298
- 注意:此字段可能返回 null,表示取不到有效值。
299
- */
300
- TaskNotifyConfig: TaskNotifyConfig
301
- /**
302
- * 任务流的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
303
- */
304
- TaskPriority: number
305
- /**
306
- * 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。
307
- */
308
- OutputDir: string
252
+ export interface FlowStatisticsArray {
309
253
  /**
310
- * 工作流创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
254
+ * 时间戳。
311
255
  */
312
- CreateTime: string
256
+ Timestamp: number
313
257
  /**
314
- * 工作流最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
258
+ * 每个会话的统计数据。
315
259
  */
316
- UpdateTime: string
260
+ FlowStatistics: Array<FlowStatistics>
317
261
  }
318
262
 
319
263
  /**
@@ -569,6 +513,25 @@ export interface AdaptiveDynamicStreamingTemplate {
569
513
  UpdateTime: string
570
514
  }
571
515
 
516
+ /**
517
+ * 智能描述信息
518
+ */
519
+ export interface MediaAiAnalysisDescriptionItem {
520
+ /**
521
+ * 智能描述。
522
+ */
523
+ Description?: string
524
+ /**
525
+ * 智能描述的可信度,取值范围是 0 到 100。
526
+ */
527
+ Confidence?: number
528
+ /**
529
+ * 分段结果。
530
+ 注意:此字段可能返回 null,表示取不到有效值。
531
+ */
532
+ Paragraphs?: Array<AiParagraphInfo>
533
+ }
534
+
572
535
  /**
573
536
  * DeleteAnimatedGraphicsTemplate返回参数结构体
574
537
  */
@@ -1698,6 +1661,76 @@ export interface AudioTemplateInfoForUpdate {
1698
1661
  StreamSelects?: Array<number | bigint>
1699
1662
  }
1700
1663
 
1664
+ /**
1665
+ * 工作流信息详情。
1666
+ */
1667
+ export interface WorkflowInfo {
1668
+ /**
1669
+ * 工作流 ID。
1670
+ */
1671
+ WorkflowId: number
1672
+ /**
1673
+ * 工作流名称。
1674
+ */
1675
+ WorkflowName: string
1676
+ /**
1677
+ * 工作流状态,取值范围:
1678
+ <li>Enabled:已启用,</li>
1679
+ <li>Disabled:已禁用。</li>
1680
+ */
1681
+ Status: string
1682
+ /**
1683
+ * 工作流绑定的输入规则,当上传视频命中该规则到该对象时即触发工作流。
1684
+ */
1685
+ Trigger: WorkflowTrigger
1686
+ /**
1687
+ * 媒体处理的文件输出存储位置。
1688
+ 注意:此字段可能返回 null,表示取不到有效值。
1689
+ */
1690
+ OutputStorage: TaskOutputStorage
1691
+ /**
1692
+ * 媒体处理类型任务参数。
1693
+ 注意:此字段可能返回 null,表示取不到有效值。
1694
+ */
1695
+ MediaProcessTask: MediaProcessTaskInput
1696
+ /**
1697
+ * 视频内容审核类型任务参数。
1698
+ 注意:此字段可能返回 null,表示取不到有效值。
1699
+ */
1700
+ AiContentReviewTask: AiContentReviewTaskInput
1701
+ /**
1702
+ * 视频内容分析类型任务参数。
1703
+ 注意:此字段可能返回 null,表示取不到有效值。
1704
+ */
1705
+ AiAnalysisTask: AiAnalysisTaskInput
1706
+ /**
1707
+ * 视频内容识别类型任务参数。
1708
+ 注意:此字段可能返回 null,表示取不到有效值。
1709
+ */
1710
+ AiRecognitionTask: AiRecognitionTaskInput
1711
+ /**
1712
+ * 任务的事件通知信息,不填代表不获取事件通知。
1713
+ 注意:此字段可能返回 null,表示取不到有效值。
1714
+ */
1715
+ TaskNotifyConfig: TaskNotifyConfig
1716
+ /**
1717
+ * 任务流的优先级,数值越大优先级越高,取值范围是 -10 到 10,不填代表 0。
1718
+ */
1719
+ TaskPriority: number
1720
+ /**
1721
+ * 媒体处理生成的文件输出的目标目录,如`/movie/201907/`。
1722
+ */
1723
+ OutputDir: string
1724
+ /**
1725
+ * 工作流创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
1726
+ */
1727
+ CreateTime: string
1728
+ /**
1729
+ * 工作流最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。
1730
+ */
1731
+ UpdateTime: string
1732
+ }
1733
+
1701
1734
  /**
1702
1735
  * 超分配置
1703
1736
  */
@@ -2633,17 +2666,24 @@ export interface AiRecognitionTaskOcrWordsResultOutput {
2633
2666
  }
2634
2667
 
2635
2668
  /**
2636
- * 流的统计数据列表。
2669
+ * 分段信息。
2637
2670
  */
2638
- export interface FlowStatisticsArray {
2671
+ export interface AiParagraphInfo {
2639
2672
  /**
2640
- * 时间戳。
2673
+ * 分段摘要
2674
+ 注意:此字段可能返回 null,表示取不到有效值。
2641
2675
  */
2642
- Timestamp: number
2676
+ Summary?: string
2643
2677
  /**
2644
- * 每个会话的统计数据。
2678
+ * 分段起始时间点,秒
2679
+ 注意:此字段可能返回 null,表示取不到有效值。
2645
2680
  */
2646
- FlowStatistics: Array<FlowStatistics>
2681
+ StartTimeOffset?: number
2682
+ /**
2683
+ * 分段结束时间点,秒
2684
+ 注意:此字段可能返回 null,表示取不到有效值。
2685
+ */
2686
+ EndTimeOffset?: number
2647
2687
  }
2648
2688
 
2649
2689
  /**
@@ -4393,6 +4433,16 @@ export interface MediaProcessTaskImageSpriteResult {
4393
4433
  FinishTime?: string
4394
4434
  }
4395
4435
 
4436
+ /**
4437
+ * 智能描述结果信息
4438
+ */
4439
+ export interface AiAnalysisTaskDescriptionOutput {
4440
+ /**
4441
+ * 视频智能描述列表。
4442
+ */
4443
+ DescriptionSet: Array<MediaAiAnalysisDescriptionItem>
4444
+ }
4445
+
4396
4446
  /**
4397
4447
  * DescribeStreamLinkEventAttachedFlows请求参数结构体
4398
4448
  */
@@ -7590,6 +7640,8 @@ export interface AiAnalysisResult {
7590
7640
  <li>Tag:智能标签</li>
7591
7641
  <li>FrameTag:智能按帧标签</li>
7592
7642
  <li>Highlight:智能精彩集锦</li>
7643
+ <li>DeLogo:智能去水印</li>
7644
+ <li>Description:大模型摘要</li>
7593
7645
  */
7594
7646
  Type?: string
7595
7647
  /**
@@ -7622,6 +7674,11 @@ export interface AiAnalysisResult {
7622
7674
  注意:此字段可能返回 null,表示取不到有效值。
7623
7675
  */
7624
7676
  DeLogoTask?: AiAnalysisTaskDelLogoResult
7677
+ /**
7678
+ * 视频内容分析摘要任务的查询结果,当任务类型为 Description 时有效。
7679
+ 注意:此字段可能返回 null,表示取不到有效值。
7680
+ */
7681
+ DescriptionTask?: AiAnalysisTaskDescriptionResult
7625
7682
  }
7626
7683
 
7627
7684
  /**
@@ -7730,6 +7787,33 @@ export interface AiAnalysisTaskTagInput {
7730
7787
  Definition: number
7731
7788
  }
7732
7789
 
7790
+ /**
7791
+ * 智能描述结果类型
7792
+ */
7793
+ export interface AiAnalysisTaskDescriptionResult {
7794
+ /**
7795
+ * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种。
7796
+ */
7797
+ Status?: string
7798
+ /**
7799
+ * 错误码,0:成功,其他值:失败。
7800
+ */
7801
+ ErrCode?: number
7802
+ /**
7803
+ * 错误信息。
7804
+ */
7805
+ Message?: string
7806
+ /**
7807
+ * 智能描述任务输入。
7808
+ */
7809
+ Input?: AiAnalysisTaskDescriptionInput
7810
+ /**
7811
+ * 智能描述任务输出。
7812
+ 注意:此字段可能返回 null,表示取不到有效值。
7813
+ */
7814
+ Output?: AiAnalysisTaskDescriptionOutput
7815
+ }
7816
+
7733
7817
  /**
7734
7818
  * ResetWorkflow请求参数结构体
7735
7819
  */
@@ -10797,6 +10881,16 @@ export interface HeadTailParameter {
10797
10881
  TailSet?: Array<MediaInputInfo>
10798
10882
  }
10799
10883
 
10884
+ /**
10885
+ * 智能分类任务输入类型
10886
+ */
10887
+ export interface AiAnalysisTaskDescriptionInput {
10888
+ /**
10889
+ * 视频智能描述模板 ID。
10890
+ */
10891
+ Definition: number
10892
+ }
10893
+
10800
10894
  /**
10801
10895
  * DescribeTaskDetail返回参数结构体
10802
10896
  */
@@ -235,6 +235,11 @@ export interface DeleteSpecifyPrivateZoneVpcResponse {
235
235
  * 本次删除的关联账户的VPC
236
236
  */
237
237
  AccountVpcSet?: Array<AccountVpcInfo>
238
+ /**
239
+ * 唯一id
240
+ 注意:此字段可能返回 null,表示取不到有效值。
241
+ */
242
+ UniqId?: string
238
243
  /**
239
244
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
240
245
  */
@@ -352,6 +357,11 @@ export interface AddSpecifyPrivateZoneVpcResponse {
352
357
  * 本次新增的关联账号vpc
353
358
  */
354
359
  AccountVpcSet?: Array<AccountVpcInfo>
360
+ /**
361
+ * 唯一id
362
+ 注意:此字段可能返回 null,表示取不到有效值。
363
+ */
364
+ UniqId?: string
355
365
  /**
356
366
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
357
367
  */
@@ -402,6 +412,10 @@ export interface AddSpecifyPrivateZoneVpcRequest {
402
412
  * 本次新增关联账户vpc信息
403
413
  */
404
414
  AccountVpcSet?: Array<AccountVpcInfo>
415
+ /**
416
+ * 是否为同步操作
417
+ */
418
+ Sync?: boolean
405
419
  }
406
420
 
407
421
  /**
@@ -655,6 +669,10 @@ export interface DeleteSpecifyPrivateZoneVpcRequest {
655
669
  * 本次删除的关联账户VPC
656
670
  */
657
671
  AccountVpcSet?: Array<AccountVpcInfo>
672
+ /**
673
+ * 是否为同步操作
674
+ */
675
+ Sync?: boolean
658
676
  }
659
677
 
660
678
  /**
@@ -38,6 +38,7 @@ import {
38
38
  VerifyOwnershipRequest,
39
39
  DeleteSecurityIPGroupResponse,
40
40
  ModifyRuleRequest,
41
+ OwnershipVerification,
41
42
  OriginRecord,
42
43
  DescribePrefetchTasksResponse,
43
44
  AdvancedFilter,
@@ -86,6 +87,7 @@ import {
86
87
  ImageOptimize,
87
88
  AliasDomain,
88
89
  WebSocket,
90
+ ModifyAliasDomainRequest,
89
91
  AclCondition,
90
92
  DescribeAliasDomainsRequest,
91
93
  SkipCondition,
@@ -255,7 +257,7 @@ import {
255
257
  DeleteZoneRequest,
256
258
  SecurityType,
257
259
  BotManagedRule,
258
- NormalAction,
260
+ IPRegionInfo,
259
261
  TopDetailData,
260
262
  DescribeConfigGroupVersionsRequest,
261
263
  DescribeOriginGroupRequest,
@@ -276,7 +278,7 @@ import {
276
278
  ModifyAliasDomainResponse,
277
279
  EntityStatus,
278
280
  RewriteAction,
279
- ModifyAliasDomainRequest,
281
+ DescribeIPRegionResponse,
280
282
  CheckCnameStatusRequest,
281
283
  TopDataRecord,
282
284
  DeleteAliasDomainRequest,
@@ -297,7 +299,7 @@ import {
297
299
  SubRuleItem,
298
300
  CreateSecurityIPGroupResponse,
299
301
  CreateSharedCNAMEResponse,
300
- OwnershipVerification,
302
+ NormalAction,
301
303
  DescribePurgeTasksResponse,
302
304
  DescribeAvailablePlansResponse,
303
305
  DescribeDDoSAttackEventRequest,
@@ -317,6 +319,7 @@ import {
317
319
  OfflineCache,
318
320
  DescribeDDoSAttackTopDataResponse,
319
321
  DeleteAliasDomainResponse,
322
+ DescribeIPRegionRequest,
320
323
  ModifyAccelerationDomainStatusesRequest,
321
324
  BotConfig,
322
325
  TimingTypeValue,
@@ -404,13 +407,13 @@ export class Client extends AbstractClient {
404
407
  }
405
408
 
406
409
  /**
407
- * DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 CreatePurgeTasks 接口提交的任务均可通过此接口进行查询。
410
+ * 该接口可用于查询 IP 是否为 EdgeOne IP。
408
411
  */
409
- async DescribePurgeTasks(
410
- req: DescribePurgeTasksRequest,
411
- cb?: (error: string, rep: DescribePurgeTasksResponse) => void
412
- ): Promise<DescribePurgeTasksResponse> {
413
- return this.request("DescribePurgeTasks", req, cb)
412
+ async DescribeIPRegion(
413
+ req: DescribeIPRegionRequest,
414
+ cb?: (error: string, rep: DescribeIPRegionResponse) => void
415
+ ): Promise<DescribeIPRegionResponse> {
416
+ return this.request("DescribeIPRegion", req, cb)
414
417
  }
415
418
 
416
419
  /**
@@ -1021,6 +1024,16 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
1021
1024
  return this.request("DescribeRules", req, cb)
1022
1025
  }
1023
1026
 
1027
+ /**
1028
+ * DescribePurgeTasks 用于查询提交的 URL 刷新、目录刷新记录及执行进度,通过 CreatePurgeTasks 接口提交的任务均可通过此接口进行查询。
1029
+ */
1030
+ async DescribePurgeTasks(
1031
+ req: DescribePurgeTasksRequest,
1032
+ cb?: (error: string, rep: DescribePurgeTasksResponse) => void
1033
+ ): Promise<DescribePurgeTasksResponse> {
1034
+ return this.request("DescribePurgeTasks", req, cb)
1035
+ }
1036
+
1024
1037
  /**
1025
1038
  * 创建应用代理
1026
1039
  */
@@ -519,6 +519,29 @@ export interface ModifyRuleRequest {
519
519
  Tags?: Array<string>
520
520
  }
521
521
 
522
+ /**
523
+ * 该结构体表示各种场景、模式下,用于验证用户对站点域名的归属权内容。
524
+ */
525
+ export interface OwnershipVerification {
526
+ /**
527
+ * CNAME 接入,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
528
+ ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
529
+ 注意:此字段可能返回 null,表示取不到有效值。
530
+ */
531
+ DnsVerification?: DnsVerification
532
+ /**
533
+ * CNAME 接入,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
534
+ ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
535
+ 注意:此字段可能返回 null,表示取不到有效值。
536
+ */
537
+ FileVerification?: FileVerification
538
+ /**
539
+ * NS 接入,切换 DNS 服务器所需的信息。详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。
540
+ 注意:此字段可能返回 null,表示取不到有效值。
541
+ */
542
+ NsVerification?: NsVerification
543
+ }
544
+
522
545
  /**
523
546
  * 源站组记录
524
547
  */
@@ -1622,6 +1645,35 @@ export interface WebSocket {
1622
1645
  Timeout?: number
1623
1646
  }
1624
1647
 
1648
+ /**
1649
+ * ModifyAliasDomain请求参数结构体
1650
+ */
1651
+ export interface ModifyAliasDomainRequest {
1652
+ /**
1653
+ * 站点 ID。
1654
+ */
1655
+ ZoneId: string
1656
+ /**
1657
+ * 别称域名名称。
1658
+ */
1659
+ AliasName: string
1660
+ /**
1661
+ * 目标域名名称。
1662
+ */
1663
+ TargetName: string
1664
+ /**
1665
+ * 证书配置,取值有:
1666
+ <li> none:不配置;</li>
1667
+ <li> hosting:SSL托管证书;</li>
1668
+ <li> apply:申请免费证书。</li>不填写保持原有配置。
1669
+ */
1670
+ CertType?: string
1671
+ /**
1672
+ * 当 CertType 取值为 hosting 时填入相应证书 ID。
1673
+ */
1674
+ CertId?: Array<string>
1675
+ }
1676
+
1625
1677
  /**
1626
1678
  * 精准防护条件
1627
1679
  */
@@ -6367,17 +6419,19 @@ export interface BotManagedRule {
6367
6419
  }
6368
6420
 
6369
6421
  /**
6370
- * 规则引擎常规类型的动作
6422
+ * IP 归属信息查询
6371
6423
  */
6372
- export interface NormalAction {
6424
+ export interface IPRegionInfo {
6373
6425
  /**
6374
- * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
6426
+ * IP 地址,IPV4 或 IPV6。
6375
6427
  */
6376
- Action: string
6428
+ IP?: string
6377
6429
  /**
6378
- * 参数。
6430
+ * IP 是否属于 EdgeOne 节点,取值有:
6431
+ <li>yes:该 IP 属于 EdgeOne 节点;</li>
6432
+ <li>no:该 IP 不属于 EdgeOne 节点。</li>
6379
6433
  */
6380
- Parameters: Array<RuleNormalActionParams>
6434
+ IsEdgeOneIP?: string
6381
6435
  }
6382
6436
 
6383
6437
  /**
@@ -6760,32 +6814,17 @@ export interface RewriteAction {
6760
6814
  }
6761
6815
 
6762
6816
  /**
6763
- * ModifyAliasDomain请求参数结构体
6817
+ * DescribeIPRegion返回参数结构体
6764
6818
  */
6765
- export interface ModifyAliasDomainRequest {
6766
- /**
6767
- * 站点 ID。
6768
- */
6769
- ZoneId: string
6819
+ export interface DescribeIPRegionResponse {
6770
6820
  /**
6771
- * 别称域名名称。
6821
+ * IP 归属信息列表。
6772
6822
  */
6773
- AliasName: string
6823
+ IPRegionInfo?: Array<IPRegionInfo>
6774
6824
  /**
6775
- * 目标域名名称。
6776
- */
6777
- TargetName: string
6778
- /**
6779
- * 证书配置,取值有:
6780
- <li> none:不配置;</li>
6781
- <li> hosting:SSL托管证书;</li>
6782
- <li> apply:申请免费证书。</li>不填写保持原有配置。
6783
- */
6784
- CertType?: string
6785
- /**
6786
- * 当 CertType 取值为 hosting 时填入相应证书 ID。
6825
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6787
6826
  */
6788
- CertId?: Array<string>
6827
+ RequestId?: string
6789
6828
  }
6790
6829
 
6791
6830
  /**
@@ -7308,26 +7347,17 @@ export interface CreateSharedCNAMEResponse {
7308
7347
  }
7309
7348
 
7310
7349
  /**
7311
- * 该结构体表示各种场景、模式下,用于验证用户对站点域名的归属权内容。
7350
+ * 规则引擎常规类型的动作
7312
7351
  */
7313
- export interface OwnershipVerification {
7314
- /**
7315
- * CNAME 接入,使用 DNS 解析验证时所需的信息。详情参考 [站点/域名归属权验证
7316
- ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
7317
- 注意:此字段可能返回 null,表示取不到有效值。
7318
- */
7319
- DnsVerification?: DnsVerification
7352
+ export interface NormalAction {
7320
7353
  /**
7321
- * CNAME 接入,使用文件验证时所需的信息。详情参考 [站点/域名归属权验证
7322
- ](https://cloud.tencent.com/document/product/1552/70789#7af6ecf8-afca-4e35-8811-b5797ed1bde5)。
7323
- 注意:此字段可能返回 null,表示取不到有效值。
7354
+ * 功能名称,功能名称填写规范可调用接口 [查询规则引擎的设置参数](https://cloud.tencent.com/document/product/1552/80618) 查看。
7324
7355
  */
7325
- FileVerification?: FileVerification
7356
+ Action: string
7326
7357
  /**
7327
- * NS 接入,切换 DNS 服务器所需的信息。详情参考 [修改 DNS 服务器](https://cloud.tencent.com/document/product/1552/90452)。
7328
- 注意:此字段可能返回 null,表示取不到有效值。
7358
+ * 参数。
7329
7359
  */
7330
- NsVerification?: NsVerification
7360
+ Parameters: Array<RuleNormalActionParams>
7331
7361
  }
7332
7362
 
7333
7363
  /**
@@ -7791,6 +7821,16 @@ export interface DeleteAliasDomainResponse {
7791
7821
  RequestId?: string
7792
7822
  }
7793
7823
 
7824
+ /**
7825
+ * DescribeIPRegion请求参数结构体
7826
+ */
7827
+ export interface DescribeIPRegionRequest {
7828
+ /**
7829
+ * 待查询的 IP 列表,支持 IPV4 和 IPV6,最大可查询 100 条。
7830
+ */
7831
+ IPs: Array<string>
7832
+ }
7833
+
7794
7834
  /**
7795
7835
  * ModifyAccelerationDomainStatuses请求参数结构体
7796
7836
  */
@@ -256,20 +256,20 @@ hi:印地语
256
256
 
257
257
  <li> zh(简体中文):en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
258
258
  <li>zh-TW(繁体中文):en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
259
- <li>en(英语):zh(中文)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)、ar(阿拉伯语)、hi(印地语)</li>
260
- <li>ja(日语):zh(中文)、en(英语)、ko(韩语)</li>
261
- <li>ko(韩语):zh(中文)、en(英语)、ja(日语)</li>
262
- <li>fr(法语):zh(中文)、en(英语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
263
- <li>es(西班牙语):zh(中文)、en(英语)、fr(法语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
264
- <li>it(意大利语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
265
- <li>de(德语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
266
- <li>tr(土耳其语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、ru(俄语)、pt(葡萄牙语)</li>
267
- <li>ru(俄语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、pt(葡萄牙语)</li>
268
- <li>pt(葡萄牙语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)</li>
269
- <li>vi(越南语):zh(中文)、en(英语)</li>
270
- <li>id(印尼语):zh(中文)、en(英语)</li>
271
- <li>th(泰语):zh(中文)、en(英语)</li>
272
- <li>ms(马来语):zh(中文)、en(英语)</li>
259
+ <li>en(英语):zh(中文)、zh-TW(繁体中文)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)、ar(阿拉伯语)、hi(印地语)</li>
260
+ <li>ja(日语):zh(中文)、zh-TW(繁体中文)、en(英语)、ko(韩语)</li>
261
+ <li>ko(韩语):zh(中文)、zh-TW(繁体中文)、en(英语)、ja(日语)</li>
262
+ <li>fr(法语):zh(中文)、zh-TW(繁体中文)、en(英语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
263
+ <li>es(西班牙语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
264
+ <li>it(意大利语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
265
+ <li>de(德语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
266
+ <li>tr(土耳其语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、ru(俄语)、pt(葡萄牙语)</li>
267
+ <li>ru(俄语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、pt(葡萄牙语)</li>
268
+ <li>pt(葡萄牙语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)</li>
269
+ <li>vi(越南语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
270
+ <li>id(印尼语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
271
+ <li>th(泰语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
272
+ <li>ms(马来语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
273
273
  <li>ar(阿拉伯语):en(英语)</li>
274
274
  <li>hi(印地语):en(英语)</li>
275
275
  */
@@ -489,20 +489,20 @@ hi:印地语
489
489
 
490
490
  <li> zh(简体中文):en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
491
491
  <li>zh-TW(繁体中文):en(英语)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)</li>
492
- <li>en(英语):zh(中文)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)、ar(阿拉伯语)、hi(印地语)</li>
493
- <li>ja(日语):zh(中文)、en(英语)、ko(韩语)</li>
494
- <li>ko(韩语):zh(中文)、en(英语)、ja(日语)</li>
495
- <li>fr(法语):zh(中文)、en(英语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
496
- <li>es(西班牙语):zh(中文)、en(英语)、fr(法语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
497
- <li>it(意大利语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
498
- <li>de(德语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
499
- <li>tr(土耳其语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、ru(俄语)、pt(葡萄牙语)</li>
500
- <li>ru(俄语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、pt(葡萄牙语)</li>
501
- <li>pt(葡萄牙语):zh(中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)</li>
502
- <li>vi(越南语):zh(中文)、en(英语)</li>
503
- <li>id(印尼语):zh(中文)、en(英语)</li>
504
- <li>th(泰语):zh(中文)、en(英语)</li>
505
- <li>ms(马来语):zh(中文)、en(英语)</li>
492
+ <li>en(英语):zh(中文)、zh-TW(繁体中文)、ja(日语)、ko(韩语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)、vi(越南语)、id(印尼语)、th(泰语)、ms(马来语)、ar(阿拉伯语)、hi(印地语)</li>
493
+ <li>ja(日语):zh(中文)、zh-TW(繁体中文)、en(英语)、ko(韩语)</li>
494
+ <li>ko(韩语):zh(中文)、zh-TW(繁体中文)、en(英语)、ja(日语)</li>
495
+ <li>fr(法语):zh(中文)、zh-TW(繁体中文)、en(英语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
496
+ <li>es(西班牙语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
497
+ <li>it(意大利语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、de(德语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
498
+ <li>de(德语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、tr(土耳其语)、ru(俄语)、pt(葡萄牙语)</li>
499
+ <li>tr(土耳其语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、ru(俄语)、pt(葡萄牙语)</li>
500
+ <li>ru(俄语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、pt(葡萄牙语)</li>
501
+ <li>pt(葡萄牙语):zh(中文)、zh-TW(繁体中文)、en(英语)、fr(法语)、es(西班牙语)、it(意大利语)、de(德语)、tr(土耳其语)、ru(俄语)</li>
502
+ <li>vi(越南语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
503
+ <li>id(印尼语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
504
+ <li>th(泰语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
505
+ <li>ms(马来语):zh(中文)、zh-TW(繁体中文)、en(英语)</li>
506
506
  <li>ar(阿拉伯语):en(英语)</li>
507
507
  <li>hi(印地语):en(英语)</li>
508
508
  */