tencentcloud-sdk-nodejs 4.0.275 → 4.0.279

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 (133) hide show
  1. package/CHANGELOG.md +665 -0
  2. package/SERVICE_CHANGELOG.md +674 -217
  3. package/package.json +1 -1
  4. package/products.md +42 -42
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +29 -0
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +26 -0
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +120 -0
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +19 -1
  11. package/src/services/apm/v20210622/apm_models.ts +5 -0
  12. package/src/services/as/v20180419/as_models.ts +3 -4
  13. package/src/services/cam/v20190116/cam_models.ts +39 -38
  14. package/src/services/captcha/v20190722/captcha_models.ts +1 -0
  15. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  16. package/src/services/ccc/v20200210/ccc_client.ts +31 -6
  17. package/src/services/ccc/v20200210/ccc_models.ts +270 -113
  18. package/src/services/cdb/v20170320/cdb_client.ts +16 -2
  19. package/src/services/cdb/v20170320/cdb_models.ts +157 -31
  20. package/src/services/cii/v20210408/cii_client.ts +44 -5
  21. package/src/services/cii/v20210408/cii_models.ts +239 -59
  22. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  23. package/src/services/clb/v20180317/clb_models.ts +40 -13
  24. package/src/services/cls/v20201016/cls_models.ts +1 -1
  25. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -17
  26. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  27. package/src/services/cvm/v20170312/cvm_models.ts +53 -8
  28. package/src/services/eb/v20210416/eb_client.ts +14 -2
  29. package/src/services/eb/v20210416/eb_models.ts +49 -24
  30. package/src/services/eis/v20210601/eis_models.ts +1 -1
  31. package/src/services/es/v20180416/es_models.ts +11 -0
  32. package/src/services/faceid/v20180301/faceid_client.ts +36 -0
  33. package/src/services/faceid/v20180301/faceid_models.ts +183 -0
  34. package/src/services/gme/v20180711/gme_client.ts +2 -2
  35. package/src/services/ims/v20201229/ims_models.ts +1 -1
  36. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +3 -3
  37. package/src/services/live/v20180801/live_models.ts +1 -1
  38. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  39. package/src/services/ocr/v20181119/ocr_client.ts +14 -2
  40. package/src/services/ocr/v20181119/ocr_models.ts +54 -2
  41. package/src/services/redis/v20180412/redis_client.ts +42 -6
  42. package/src/services/redis/v20180412/redis_models.ts +105 -0
  43. package/src/services/ses/v20201002/ses_client.ts +1 -1
  44. package/src/services/ses/v20201002/ses_models.ts +4 -4
  45. package/src/services/soe/v20180724/soe_models.ts +4 -12
  46. package/src/services/tcm/v20210413/tcm_models.ts +7 -1
  47. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  48. package/src/services/tcss/v20201101/tcss_models.ts +488 -11
  49. package/src/services/tdmq/v20200217/tdmq_models.ts +18 -0
  50. package/src/services/tem/v20210701/tem_models.ts +30 -0
  51. package/src/services/tke/v20180525/tke_client.ts +21 -8
  52. package/src/services/tke/v20180525/tke_models.ts +104 -10
  53. package/src/services/tms/v20201229/tms_models.ts +1 -1
  54. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  55. package/src/services/tsf/v20180326/tsf_models.ts +38 -9
  56. package/src/services/tts/v20190823/tts_models.ts +1 -1
  57. package/src/services/vod/v20180717/vod_models.ts +2 -2
  58. package/src/services/vpc/v20170312/vpc_client.ts +2 -1
  59. package/src/services/vpc/v20170312/vpc_models.ts +85 -42
  60. package/tencentcloud/common/sdk_version.d.ts +1 -1
  61. package/tencentcloud/common/sdk_version.js +1 -1
  62. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +26 -0
  63. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +9 -1
  64. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +12 -0
  65. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +102 -0
  66. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -1
  67. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +4 -0
  68. package/tencentcloud/services/as/v20180419/as_models.d.ts +3 -4
  69. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +37 -36
  70. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  71. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  72. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  73. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  74. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +233 -100
  75. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  76. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  77. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +133 -25
  78. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +13 -1
  79. package/tencentcloud/services/cii/v20210408/cii_client.js +18 -0
  80. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +205 -52
  81. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  82. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +35 -13
  83. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  84. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -9
  85. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +47 -8
  86. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +6 -2
  87. package/tencentcloud/services/eb/v20210416/eb_client.js +7 -1
  88. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +42 -20
  89. package/tencentcloud/services/eis/v20210601/eis_models.d.ts +1 -1
  90. package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -0
  91. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -1
  92. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -0
  93. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +159 -0
  94. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +2 -2
  95. package/tencentcloud/services/gme/v20180711/gme_client.js +2 -2
  96. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  97. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +3 -3
  98. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  99. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  100. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  101. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
  102. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +47 -2
  103. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +15 -3
  104. package/tencentcloud/services/redis/v20180412/redis_client.js +21 -3
  105. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +90 -0
  106. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
  107. package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
  108. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -4
  109. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +4 -12
  110. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +6 -1
  111. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  112. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +405 -11
  113. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -0
  114. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +24 -0
  115. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
  116. package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
  117. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +89 -10
  118. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  119. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  120. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  121. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +25 -1
  122. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  123. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  124. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +73 -37
  125. package/test/antiddos.v20200309.test.js +20 -0
  126. package/test/ccc.v20200210.test.js +20 -0
  127. package/test/cdb.v20170320.test.js +10 -0
  128. package/test/cii.v20210408.test.js +30 -0
  129. package/test/eb.v20210416.test.js +10 -0
  130. package/test/faceid.v20180301.test.js +30 -0
  131. package/test/ocr.v20181119.test.js +10 -0
  132. package/test/redis.v20180412.test.js +32 -2
  133. package/test/tke.v20180525.test.js +12 -2
@@ -424,6 +424,15 @@ export interface DescribeClusterCommonNamesRequest {
424
424
  */
425
425
  RoleIds?: Array<string>;
426
426
  }
427
+ /**
428
+ * 描述了 “云自动化助手” 服务相关的信息
429
+ */
430
+ export interface RunAutomationServiceEnabled {
431
+ /**
432
+ * 是否开启云自动化助手。取值范围:<br><li>TRUE:表示开启云自动化助手服务<br><li>FALSE:表示不开启云自动化助手服务<br><br>默认取值:FALSE。
433
+ */
434
+ Enabled?: boolean;
435
+ }
427
436
  /**
428
437
  * EKS Instance Nfs Volume
429
438
  */
@@ -2128,6 +2137,15 @@ export interface DeleteEKSClusterResponse {
2128
2137
  */
2129
2138
  RequestId?: string;
2130
2139
  }
2140
+ /**
2141
+ * DescribeClusterStatus请求参数结构体
2142
+ */
2143
+ export interface DescribeClusterStatusRequest {
2144
+ /**
2145
+ * 集群ID列表,不传默认拉取所有集群
2146
+ */
2147
+ ClusterIds?: Array<string>;
2148
+ }
2131
2149
  /**
2132
2150
  * 版本信息
2133
2151
  */
@@ -2167,17 +2185,17 @@ export interface PrometheusConfigItem {
2167
2185
  TemplateId?: string;
2168
2186
  }
2169
2187
  /**
2170
- * DescribePrometheusTemplates返回参数结构体
2188
+ * DescribeClusterStatus返回参数结构体
2171
2189
  */
2172
- export interface DescribePrometheusTemplatesResponse {
2190
+ export interface DescribeClusterStatusResponse {
2173
2191
  /**
2174
- * 模板列表
2192
+ * 集群状态列表
2175
2193
  */
2176
- Templates?: Array<PrometheusTemplate>;
2194
+ ClusterStatusSet: Array<ClusterStatus>;
2177
2195
  /**
2178
- * 总数
2196
+ * 集群个数
2179
2197
  */
2180
- Total?: number;
2198
+ TotalCount: number;
2181
2199
  /**
2182
2200
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2183
2201
  */
@@ -3697,6 +3715,23 @@ export interface DeleteClusterAsGroupsResponse {
3697
3715
  */
3698
3716
  RequestId?: string;
3699
3717
  }
3718
+ /**
3719
+ * DescribePrometheusTemplates返回参数结构体
3720
+ */
3721
+ export interface DescribePrometheusTemplatesResponse {
3722
+ /**
3723
+ * 模板列表
3724
+ */
3725
+ Templates?: Array<PrometheusTemplate>;
3726
+ /**
3727
+ * 总数
3728
+ */
3729
+ Total?: number;
3730
+ /**
3731
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3732
+ */
3733
+ RequestId?: string;
3734
+ }
3700
3735
  /**
3701
3736
  * DescribePrometheusInstance请求参数结构体
3702
3737
  */
@@ -4511,13 +4546,57 @@ export interface DescribeClusterEndpointStatusResponse {
4511
4546
  RequestId?: string;
4512
4547
  }
4513
4548
  /**
4514
- * 描述了 “云自动化助手” 服务相关的信息
4549
+ * 集群状态信息
4515
4550
  */
4516
- export interface RunAutomationServiceEnabled {
4551
+ export interface ClusterStatus {
4517
4552
  /**
4518
- * 是否开启云自动化助手。取值范围:<br><li>TRUE:表示开启云自动化助手服务<br><li>FALSE:表示不开启云自动化助手服务<br><br>默认取值:FALSE。
4553
+ * 集群Id
4519
4554
  */
4520
- Enabled?: boolean;
4555
+ ClusterId: string;
4556
+ /**
4557
+ * 集群状态
4558
+ */
4559
+ ClusterState: string;
4560
+ /**
4561
+ * 集群下机器实例的状态
4562
+ */
4563
+ ClusterInstanceState: string;
4564
+ /**
4565
+ * 集群是否开启监控
4566
+ */
4567
+ ClusterBMonitor: boolean;
4568
+ /**
4569
+ * 集群创建中的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
4570
+ */
4571
+ ClusterInitNodeNum: number;
4572
+ /**
4573
+ * 集群运行中的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
4574
+ */
4575
+ ClusterRunningNodeNum: number;
4576
+ /**
4577
+ * 集群异常的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
4578
+ */
4579
+ ClusterFailedNodeNum: number;
4580
+ /**
4581
+ * 集群已关机的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
4582
+ 注意:此字段可能返回 null,表示取不到有效值。
4583
+ */
4584
+ ClusterClosedNodeNum: number;
4585
+ /**
4586
+ * 集群关机中的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
4587
+ 注意:此字段可能返回 null,表示取不到有效值。
4588
+ */
4589
+ ClusterClosingNodeNum: number;
4590
+ /**
4591
+ * 集群是否开启删除保护
4592
+ 注意:此字段可能返回 null,表示取不到有效值。
4593
+ */
4594
+ ClusterDeletionProtection: boolean;
4595
+ /**
4596
+ * 集群是否可审计
4597
+ 注意:此字段可能返回 null,表示取不到有效值。
4598
+ */
4599
+ ClusterAuditEnabled: boolean;
4521
4600
  }
4522
4601
  /**
4523
4602
  * UpgradeClusterInstances返回参数结构体
@@ -154,7 +154,7 @@ export interface Device {
154
154
  */
155
155
  IMEI?: string;
156
156
  /**
157
- * **iOS设备专用**,该字段表示业务用户对应的**IDFA**(广告标识符),这是由苹果公司提供的用于追踪用户的广告标识符,由一串16进制的32位数字和字母组成。<br>
157
+ * **iOS设备专用**,该字段表示业务用户对应的**IDFA**(广告标识符),这是由苹果公司提供的用于标识用户的广告标识符,由一串16进制的32位数字和字母组成。<br>
158
158
  备注:苹果公司自2021年iOS14更新后允许用户手动关闭或者开启IDFA,故此字符串标记有效性可能有所降低。
159
159
  */
160
160
  IDFA?: string;
@@ -559,7 +559,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
559
559
  */
560
560
  SearchBusinessLog(req: SearchBusinessLogRequest, cb?: (error: string, rep: SearchBusinessLogResponse) => void): Promise<SearchBusinessLogResponse>;
561
561
  /**
562
- * 部署容器应用
562
+ * 部署容器应用-更新
563
563
  */
564
564
  DeployContainerGroup(req: DeployContainerGroupRequest, cb?: (error: string, rep: DeployContainerGroupResponse) => void): Promise<DeployContainerGroupResponse>;
565
565
  /**
@@ -853,7 +853,7 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
853
853
  return this.request("SearchBusinessLog", req, cb);
854
854
  }
855
855
  /**
856
- * 部署容器应用
856
+ * 部署容器应用-更新
857
857
  */
858
858
  async DeployContainerGroup(req, cb) {
859
859
  return this.request("DeployContainerGroup", req, cb);
@@ -2450,6 +2450,10 @@ export interface ModifyTaskRequest {
2450
2450
  * 任务参数,长度限制10000个字符
2451
2451
  */
2452
2452
  TaskArgument?: string;
2453
+ /**
2454
+ * 无
2455
+ */
2456
+ ProgramIdList?: Array<string>;
2453
2457
  }
2454
2458
  /**
2455
2459
  * DeleteUnitNamespaces返回参数结构体
@@ -2703,6 +2707,10 @@ export interface DeployContainerGroupRequest {
2703
2707
  * 数据卷挂载点信息,list
2704
2708
  */
2705
2709
  VolumeMountInfoList?: Array<VolumeMountInfo>;
2710
+ /**
2711
+ * 是否清除数据卷信息,默认false
2712
+ */
2713
+ VolumeClean?: boolean;
2706
2714
  }
2707
2715
  /**
2708
2716
  * DescribeSimpleApplications请求参数结构体
@@ -4574,6 +4582,7 @@ export interface ImageRepositoryResult {
4574
4582
  export interface ModifyTaskResponse {
4575
4583
  /**
4576
4584
  * 更新是否成功
4585
+ 注意:此字段可能返回 null,表示取不到有效值。
4577
4586
  */
4578
4587
  Result: boolean;
4579
4588
  /**
@@ -5202,6 +5211,7 @@ export interface CreateLaneRuleResponse {
5202
5211
  export interface CreateTaskResponse {
5203
5212
  /**
5204
5213
  * 任务ID
5214
+ 注意:此字段可能返回 null,表示取不到有效值。
5205
5215
  */
5206
5216
  Result: string;
5207
5217
  /**
@@ -5517,6 +5527,10 @@ export interface CreateTaskFlowRequest {
5517
5527
  * 工作流执行超时时间
5518
5528
  */
5519
5529
  TimeOut: number;
5530
+ /**
5531
+ * 无
5532
+ */
5533
+ ProgramIdList?: Array<string>;
5520
5534
  }
5521
5535
  /**
5522
5536
  * ModifyContainerReplicas返回参数结构体
@@ -5921,6 +5935,7 @@ export interface CreateUnitRuleResponse {
5921
5935
  export interface DescribeTaskRecordsResponse {
5922
5936
  /**
5923
5937
  * 任务记录列表
5938
+ 注意:此字段可能返回 null,表示取不到有效值。
5924
5939
  */
5925
5940
  Result: TaskRecordPage;
5926
5941
  /**
@@ -6804,6 +6819,10 @@ export interface CreateTaskRequest {
6804
6819
  * 任务参数,长度限制10000个字符
6805
6820
  */
6806
6821
  TaskArgument?: string;
6822
+ /**
6823
+ * 无
6824
+ */
6825
+ ProgramIdList?: Array<string>;
6807
6826
  }
6808
6827
  /**
6809
6828
  * 提供给前端,控制按钮是否显示
@@ -6997,6 +7016,10 @@ export interface DescribeTaskRecordsRequest {
6997
7016
  * 任务触发类型,UNICAST、BROADCAST。
6998
7017
  */
6999
7018
  ExecuteType?: string;
7019
+ /**
7020
+ * 无
7021
+ */
7022
+ Ids?: Array<string>;
7000
7023
  }
7001
7024
  /**
7002
7025
  * ModifyContainerGroup返回参数结构体
@@ -7698,8 +7721,9 @@ export interface ModifyLaneRuleRequest {
7698
7721
  export interface CreateTaskFlowResponse {
7699
7722
  /**
7700
7723
  * 工作流 ID
7724
+ 注意:此字段可能返回 null,表示取不到有效值。
7701
7725
  */
7702
- Result?: string;
7726
+ Result: string;
7703
7727
  /**
7704
7728
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7705
7729
  */
@@ -163,7 +163,7 @@ export interface TextToVoiceRequest {
163
163
  */
164
164
  ModelType?: number;
165
165
  /**
166
- * 标准音色<li>10510000-智逍遥,阅读男声</li><li>1001-智瑜,情感女声</li><li>1002-智聆,通用女声</li><li>1003-智美,客服女声</li><li>1004-智云,通用男声</li><li>1005-智莉,通用女声</li><li>1007-智娜,客服女声</li><li>1008-智琪,客服女声</li><li>1009-智芸,知性女声</li><li>1010-智华,通用男声</li><li>1017-智蓉,情感女声</li><li>1018-智靖,情感男声</li><li>1050-WeJack,英文男声</li><li>1051-WeRose,英文女声</li>精品音色<br>精品音色拟真度更高,价格不同于标准音色,查看[购买指南](https://cloud.tencent.com/product/tts/pricing)<br><li>100510000-智逍遥,阅读男声</li><li>101001-智瑜,情感女声</li><li>101002-智聆,通用女声</li><li>101003-智美,客服女声</li><li>101004-智云,通用男声</li><li>101005-智莉,通用女声</li><li>101006-智言,助手女声</li><li>101007-智娜,客服女声</li><li>101008-智琪,客服女声</li><li>101009-智芸,知性女声</li><li>101010-智华,通用男声</li><li>101011-智燕,新闻女声</li><li>101012-智丹,新闻女声</li><li>101013-智辉,新闻男声</li><li>101014-智宁,新闻男声</li><li>101015-智萌,男童声</li><li>101016-智甜,女童声</li><li>101017-智蓉,情感女声</li><li>101018-智靖,情感男声</li><li>101019-智彤,粤语女声</li><li>101019-智彤,粤语女声</li><li>101019-智彤,粤语女声</li><li>101020-智刚,新闻男声</li><li>101021-智瑞,新闻男声</li><li>101022-智虹,新闻女声</li><li>101023-智萱,聊天女声</li><li>101024-智皓,聊天男声</li><li>101025-智薇,聊天女声</li><li>101026-智希,通用女声</li><li>101027-智梅,通用女声</li><li>101028-智洁,通用女声</li><li>101029-智凯,通用男声</li><li>101030-智柯,通用男声</li><li>101031-智奎,通用男声</li><li>101032-智芳,通用女声</li><li>101033-智蓓,客服女声</li><li>101034-智莲,通用女声</li><li>101035-智依,通用女声</li><li>101040-智川,四川女声</li><li>101050-WeJack,英文男声</li><li>101051-WeRose,英文女声</li>
166
+ * 标准音色<li>10510000-智逍遥,阅读男声</li><li>1001-智瑜,情感女声</li><li>1002-智聆,通用女声</li><li>1003-智美,客服女声</li><li>1004-智云,通用男声</li><li>1005-智莉,通用女声</li><li>1007-智娜,客服女声</li><li>1008-智琪,客服女声</li><li>1009-智芸,知性女声</li><li>1010-智华,通用男声</li><li>1017-智蓉,情感女声</li><li>1018-智靖,情感男声</li><li>1050-WeJack,英文男声</li><li>1051-WeRose,英文女声</li>精品音色<br>精品音色拟真度更高,价格不同于标准音色,查看[购买指南](https://cloud.tencent.com/product/tts/pricing)<br><li>100510000-智逍遥,阅读男声</li><li>101001-智瑜,情感女声</li><li>101002-智聆,通用女声</li><li>101003-智美,客服女声</li><li>101004-智云,通用男声</li><li>101005-智莉,通用女声</li><li>101006-智言,助手女声</li><li>101007-智娜,客服女声</li><li>101008-智琪,客服女声</li><li>101009-智芸,知性女声</li><li>101010-智华,通用男声</li><li>101011-智燕,新闻女声</li><li>101012-智丹,新闻女声</li><li>101013-智辉,新闻男声</li><li>101014-智宁,新闻男声</li><li>101015-智萌,男童声</li><li>101016-智甜,女童声</li><li>101017-智蓉,情感女声</li><li>101018-智靖,情感男声</li><li>101019-智彤,粤语女声</li><li>101020-智刚,新闻男声</li><li>101021-智瑞,新闻男声</li><li>101022-智虹,新闻女声</li><li>101023-智萱,聊天女声</li><li>101024-智皓,聊天男声</li><li>101025-智薇,聊天女声</li><li>101026-智希,通用女声</li><li>101027-智梅,通用女声</li><li>101028-智洁,通用女声</li><li>101029-智凯,通用男声</li><li>101030-智柯,通用男声</li><li>101031-智奎,通用男声</li><li>101032-智芳,通用女声</li><li>101033-智蓓,客服女声</li><li>101034-智莲,通用女声</li><li>101035-智依,通用女声</li><li>101040-智川,四川女声</li><li>101050-WeJack,英文男声</li><li>101051-WeRose,英文女声</li>
167
167
  */
168
168
  VoiceType?: number;
169
169
  /**
@@ -1167,7 +1167,7 @@ export interface ComposeMediaResponse {
1167
1167
  /**
1168
1168
  * 制作媒体文件的任务 ID,可以通过该 ID 查询制作任务(任务类型为 MakeMedia)的状态。
1169
1169
  */
1170
- TaskId?: string;
1170
+ TaskId: string;
1171
1171
  /**
1172
1172
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1173
1173
  */
@@ -1419,7 +1419,7 @@ export interface CoverConfigureInfo {
1419
1419
  */
1420
1420
  export interface ComposeMediaRequest {
1421
1421
  /**
1422
- * 输入的媒体轨道列表,包括视频、音频、图片等素材组成的多个轨道信息,其中:<li>输入的多个轨道在时间轴上和输出媒体文件的时间轴对齐;</li><li>时间轴上相同时间点的各个轨道的素材进行重叠,视频或者图片按轨道顺序进行图像的叠加,轨道顺序高的素材叠加在上面,音频素材进行混音;</li><li>视频、音频、图片,每一种类型的轨道最多支持10个。</li>
1422
+ * 输入的媒体轨道列表,包括视频、音频、图片等素材组成的多个轨道信息,其中:<li>输入的多个轨道在时间轴上和输出媒体文件的时间轴对齐;</li><li>时间轴上相同时间点的各个轨道的素材进行重叠,视频或者图片按轨道顺序进行图像的叠加,轨道顺序高的素材叠加在上面,音频素材进行混音;</li><li>视频、音频、图片,每一种类型的轨道最多支持 10 个。</li><li>所有类型的轨道上放置的媒体片段数量总和最多支持 500 个。</li>
1423
1423
  */
1424
1424
  Tracks: Array<MediaTrack>;
1425
1425
  /**
@@ -618,49 +618,63 @@ vpc-id:按照VPCID过滤,local-gateway-name:按照本地网关名称过滤
618
618
  */
619
619
  export interface FlowLog {
620
620
  /**
621
- * 私用网络ID或者统一ID,建议使用统一ID
621
+ * 私用网络ID或者统一ID,建议使用统一ID
622
622
  */
623
623
  VpcId?: string;
624
624
  /**
625
- * 流日志唯一ID
625
+ * 流日志唯一ID
626
626
  */
627
627
  FlowLogId?: string;
628
628
  /**
629
- * 流日志实例名字
629
+ * 流日志实例名字。
630
630
  */
631
631
  FlowLogName?: string;
632
632
  /**
633
- * 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN
633
+ * 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN
634
634
  */
635
635
  ResourceType?: string;
636
636
  /**
637
- * 资源唯一ID
637
+ * 资源唯一ID
638
638
  */
639
639
  ResourceId?: string;
640
640
  /**
641
- * 流日志采集类型,ACCEPT|REJECT|ALL
641
+ * 流日志采集类型,ACCEPT|REJECT|ALL
642
642
  */
643
643
  TrafficType?: string;
644
644
  /**
645
- * 流日志存储ID
645
+ * 流日志存储ID
646
646
  */
647
647
  CloudLogId?: string;
648
648
  /**
649
- * 流日志存储ID状态
649
+ * 流日志存储ID状态。
650
650
  */
651
651
  CloudLogState?: string;
652
652
  /**
653
- * 流日志描述信息
653
+ * 流日志描述信息。
654
654
  */
655
655
  FlowLogDescription?: string;
656
656
  /**
657
- * 流日志创建时间
657
+ * 流日志创建时间。
658
658
  */
659
659
  CreatedTime?: string;
660
660
  /**
661
- * 标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
661
+ * 标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
662
662
  */
663
663
  TagSet: Array<Tag>;
664
+ /**
665
+ * 是否启用,true-启用,false-停用。
666
+ */
667
+ Enable: boolean;
668
+ /**
669
+ * 消费端类型:cls、ckafka。
670
+ 注意:此字段可能返回 null,表示取不到有效值。
671
+ */
672
+ StorageType: string;
673
+ /**
674
+ * 消费端信息,当消费端类型为ckafka时返回
675
+ 注意:此字段可能返回 null,表示取不到有效值。
676
+ */
677
+ FlowLogStorage: FlowLogStorage;
664
678
  }
665
679
  /**
666
680
  * DescribeVpcLimits返回参数结构体
@@ -1640,11 +1654,11 @@ export interface DescribeIpGeolocationDatabaseUrlResponse {
1640
1654
  /**
1641
1655
  * IP地理位置库下载链接地址。
1642
1656
  */
1643
- DownLoadUrl?: string;
1657
+ DownLoadUrl: string;
1644
1658
  /**
1645
1659
  * 链接到期时间。按照`ISO8601`标准表示,并且使用`UTC`时间。
1646
1660
  */
1647
- ExpiredAt?: string;
1661
+ ExpiredAt: string;
1648
1662
  /**
1649
1663
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1650
1664
  */
@@ -3382,29 +3396,18 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse
3382
3396
  RequestId?: string;
3383
3397
  }
3384
3398
  /**
3385
- * 描述网络中心每个产品的配额信息
3399
+ * 流日志存储信息
3386
3400
  */
3387
- export interface ProductQuota {
3401
+ export interface FlowLogStorage {
3388
3402
  /**
3389
- * 产品配额ID
3403
+ * 存储实例Id,当流日志存储类型为ckafka时,必填。
3390
3404
  */
3391
- QuotaId: string;
3392
- /**
3393
- * 产品配额名称
3394
- */
3395
- QuotaName: string;
3396
- /**
3397
- * 产品当前配额
3398
- */
3399
- QuotaCurrent: number;
3405
+ StorageId: string;
3400
3406
  /**
3401
- * 产品配额上限
3402
- */
3403
- QuotaLimit: number;
3404
- /**
3405
- * 产品配额是否有地域属性
3407
+ * 主题Id,当流日志存储类型为ckafka时,必填。
3408
+ 注意:此字段可能返回 null,表示取不到有效值。
3406
3409
  */
3407
- QuotaRegion: boolean;
3410
+ StorageTopic?: string;
3408
3411
  }
3409
3412
  /**
3410
3413
  * DescribeVpcIpv6Addresses返回参数结构体
@@ -6134,11 +6137,11 @@ export interface DescribeFlowLogsResponse {
6134
6137
  /**
6135
6138
  * 流日志实例集合
6136
6139
  */
6137
- FlowLog?: Array<FlowLog>;
6140
+ FlowLog: Array<FlowLog>;
6138
6141
  /**
6139
6142
  * 流日志总数目
6140
6143
  */
6141
- TotalNum?: number;
6144
+ TotalNum: number;
6142
6145
  /**
6143
6146
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6144
6147
  */
@@ -7492,10 +7495,6 @@ export interface CreateFlowLogRequest {
7492
7495
  * 流日志采集类型,ACCEPT|REJECT|ALL
7493
7496
  */
7494
7497
  TrafficType: string;
7495
- /**
7496
- * 流日志存储ID
7497
- */
7498
- CloudLogId: string;
7499
7498
  /**
7500
7499
  * 私用网络ID或者统一ID,建议使用统一ID,当ResourceType为CCN时不填,其他类型必填。
7501
7500
  */
@@ -7504,10 +7503,22 @@ export interface CreateFlowLogRequest {
7504
7503
  * 流日志实例描述
7505
7504
  */
7506
7505
  FlowLogDescription?: string;
7506
+ /**
7507
+ * 流日志存储ID
7508
+ */
7509
+ CloudLogId?: string;
7507
7510
  /**
7508
7511
  * 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
7509
7512
  */
7510
7513
  Tags?: Array<Tag>;
7514
+ /**
7515
+ * 消费端类型:cls、ckafka
7516
+ */
7517
+ StorageType?: string;
7518
+ /**
7519
+ * 流日志消费端信息,当消费端类型为ckafka时,必填。
7520
+ */
7521
+ FlowLogStorage?: FlowLogStorage;
7511
7522
  }
7512
7523
  /**
7513
7524
  * InquirePriceCreateDirectConnectGateway请求参数结构体
@@ -7818,6 +7829,31 @@ export interface RenewAddressesRequest {
7818
7829
  */
7819
7830
  AddressChargePrepaid: AddressChargePrepaid;
7820
7831
  }
7832
+ /**
7833
+ * 描述网络中心每个产品的配额信息
7834
+ */
7835
+ export interface ProductQuota {
7836
+ /**
7837
+ * 产品配额ID
7838
+ */
7839
+ QuotaId: string;
7840
+ /**
7841
+ * 产品配额名称
7842
+ */
7843
+ QuotaName: string;
7844
+ /**
7845
+ * 产品当前配额
7846
+ */
7847
+ QuotaCurrent: number;
7848
+ /**
7849
+ * 产品配额上限
7850
+ */
7851
+ QuotaLimit: number;
7852
+ /**
7853
+ * 产品配额是否有地域属性
7854
+ */
7855
+ QuotaRegion: boolean;
7856
+ }
7821
7857
  /**
7822
7858
  * DisableRoutes返回参数结构体
7823
7859
  */
@@ -188,6 +188,16 @@ it("antiddos.v20200309.DisassociateDDoSEipAddress", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("antiddos.v20200309.DescribeDDoSConnectLimitList", async function () {
192
+ try {
193
+ const data = await client.DescribeDDoSConnectLimitList({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
191
201
  it("antiddos.v20200309.CreateBoundIP", async function () {
192
202
  try {
193
203
  const data = await client.CreateBoundIP({})
@@ -548,6 +558,16 @@ it("antiddos.v20200309.CreateL7RuleCerts", async function () {
548
558
  }
549
559
  })
550
560
 
561
+ it("antiddos.v20200309.DescribeListPortAclList", async function () {
562
+ try {
563
+ const data = await client.DescribeListPortAclList({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
551
571
  it("antiddos.v20200309.ModifyDDoSGeoIPBlockConfig", async function () {
552
572
  try {
553
573
  const data = await client.ModifyDDoSGeoIPBlockConfig({})
@@ -88,6 +88,16 @@ it("ccc.v20200210.DescribeSkillGroupInfoList", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("ccc.v20200210.DescribeAutoCalloutTasks", async function () {
92
+ try {
93
+ const data = await client.DescribeAutoCalloutTasks({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
91
101
  it("ccc.v20200210.DescribeCCCBuyInfoList", async function () {
92
102
  try {
93
103
  const data = await client.DescribeCCCBuyInfoList({})
@@ -148,6 +158,16 @@ it("ccc.v20200210.DescribeSeatUserList", async function () {
148
158
  }
149
159
  })
150
160
 
161
+ it("ccc.v20200210.CreateCallOutSession", async function () {
162
+ try {
163
+ const data = await client.CreateCallOutSession({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
151
171
  it("ccc.v20200210.DescribePSTNActiveSessionList", async function () {
152
172
  try {
153
173
  const data = await client.DescribePSTNActiveSessionList({})
@@ -1198,6 +1198,16 @@ it("cdb.v20170320.ModifyAuditRule", async function () {
1198
1198
  }
1199
1199
  })
1200
1200
 
1201
+ it("cdb.v20170320.QueryCDBProxy", async function () {
1202
+ try {
1203
+ const data = await client.QueryCDBProxy({})
1204
+ expect(data).to.be.ok
1205
+ } catch(error) {
1206
+ expect(error.requestId).to.be.ok
1207
+ expect(error.code).to.be.ok
1208
+ }
1209
+ })
1210
+
1201
1211
  it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
1202
1212
  try {
1203
1213
  const data = await client.ModifyDBInstanceSecurityGroups({})
@@ -58,6 +58,16 @@ it("cii.v20210408.CreateUnderwriteTaskById", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("cii.v20210408.DescribeUnderwriteTask", async function () {
62
+ try {
63
+ const data = await client.DescribeUnderwriteTask({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("cii.v20210408.DescribeMachineUnderwrite", async function () {
62
72
  try {
63
73
  const data = await client.DescribeMachineUnderwrite({})
@@ -108,4 +118,24 @@ it("cii.v20210408.DescribeStructureResult", async function () {
108
118
  }
109
119
  })
110
120
 
121
+ it("cii.v20210408.DescribeReportClassify", async function () {
122
+ try {
123
+ const data = await client.DescribeReportClassify({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("cii.v20210408.AddSubStructureTasks", async function () {
132
+ try {
133
+ const data = await client.AddSubStructureTasks({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
111
141
  })
@@ -98,6 +98,16 @@ it("eb.v20210416.PublishEvent", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("eb.v20210416.PutEvents", async function () {
102
+ try {
103
+ const data = await client.PutEvents({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
101
111
  it("eb.v20210416.UpdateTarget", async function () {
102
112
  try {
103
113
  const data = await client.UpdateTarget({})