tencentcloud-sdk-nodejs 4.1.144 → 4.1.146

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 (74) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/apm/v20210622/apm_client.js +54 -21
  3. package/es/services/ccc/v20200210/ccc_client.js +6 -0
  4. package/es/services/ckafka/v20190819/ckafka_client.js +2 -5
  5. package/es/services/ess/v20201111/ess_client.js +6 -0
  6. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +26 -14
  7. package/es/services/mongodb/v20190725/mongodb_client.js +15 -0
  8. package/es/services/mqtt/v20240516/mqtt_client.js +8 -2
  9. package/es/services/postgres/v20170312/postgres_client.js +12 -0
  10. package/es/services/vpc/v20170312/vpc_client.js +3 -0
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +5 -5
  15. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +9 -7
  16. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +69 -25
  17. package/tencentcloud/services/apm/v20210622/apm_client.js +102 -36
  18. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +1058 -161
  19. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -0
  20. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -1
  21. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -0
  22. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +58 -0
  23. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -0
  24. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -6
  25. package/tencentcloud/services/chc/v20230418/chc_models.d.ts +33 -1
  26. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +3 -7
  27. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +3 -9
  28. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +22 -61
  29. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -9
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -3
  31. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +4 -1
  32. package/tencentcloud/services/cvm/v20170312/cvm_client.js +4 -1
  33. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -8
  34. package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +6 -6
  35. package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +1 -1
  36. package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +223 -14
  37. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +59 -7
  38. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -1
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -0
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +300 -68
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -2
  43. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +33 -19
  44. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +48 -26
  45. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +573 -148
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -7
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +63 -1
  48. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +21 -1
  49. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +30 -0
  50. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +500 -93
  51. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  52. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  53. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -1
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +73 -14
  55. package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +11 -3
  56. package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +15 -3
  57. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +60 -0
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -2
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +29 -28
  61. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +17 -1
  62. package/tencentcloud/services/postgres/v20170312/postgres_client.js +24 -0
  63. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +167 -71
  64. package/tencentcloud/services/svp/v20240125/svp_models.d.ts +4 -0
  65. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  66. package/tencentcloud/services/teo/v20220901/teo_client.js +1 -1
  67. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -3
  68. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
  69. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +12 -0
  70. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  71. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  72. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +98 -30
  73. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +166 -14
  74. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +6 -6
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("postgres.tencentcloudapi.com", "2017-03-12", clientConfig);
29
29
  }
30
+ /**
31
+ * 本接口用于开启数据库账户的CAM验证服务。
32
+ */
33
+ async OpenAccountCAM(req, cb) {
34
+ return this.request("OpenAccountCAM", req, cb);
35
+ }
30
36
  /**
31
37
  * 本接口(DescribeTasks)用于查询任务列表,展示异步任务的执行进度。
32
38
  注:本接口中展示的步骤为总结性步骤,可能伴随着版本迭代进行调整,不建议作为关键逻辑使用
@@ -258,6 +264,12 @@ class Client extends abstract_client_1.AbstractClient {
258
264
  async ModifyDBInstanceParameters(req, cb) {
259
265
  return this.request("ModifyDBInstanceParameters", req, cb);
260
266
  }
267
+ /**
268
+ * 本接口用于关闭数据库账户的CAM验证服务。
269
+ */
270
+ async CloseAccountCAM(req, cb) {
271
+ return this.request("CloseAccountCAM", req, cb);
272
+ }
261
273
  /**
262
274
  * 本接口(DescribeBaseBackups)用于查询数据备份列表。
263
275
  */
@@ -324,6 +336,12 @@ class Client extends abstract_client_1.AbstractClient {
324
336
  async DescribeBackupSummaries(req, cb) {
325
337
  return this.request("DescribeBackupSummaries", req, cb);
326
338
  }
339
+ /**
340
+ * 本接口用于对开启CAM验证的账户执行手动刷新密码。
341
+ */
342
+ async RefreshAccountPassword(req, cb) {
343
+ return this.request("RefreshAccountPassword", req, cb);
344
+ }
327
345
  /**
328
346
  * 本接口(UpgradeDBInstanceMajorVersion)用于升级实例内核大版本,例如从PostgreSQL 12升级到PostgreSQL 15。
329
347
  */
@@ -336,6 +354,12 @@ class Client extends abstract_client_1.AbstractClient {
336
354
  async RebalanceReadOnlyGroup(req, cb) {
337
355
  return this.request("RebalanceReadOnlyGroup", req, cb);
338
356
  }
357
+ /**
358
+ * 本接口(DeletionProtection)用于开启或关闭实例销毁保护
359
+ */
360
+ async ModifyDBInstanceDeletionProtection(req, cb) {
361
+ return this.request("ModifyDBInstanceDeletionProtection", req, cb);
362
+ }
339
363
  /**
340
364
  * 本接口(CreateReadOnlyGroupNetworkAccess)用于创建RO组的网络。创建网络的数量最多为2个。
341
365
  */
@@ -629,34 +629,17 @@ export interface RestoreDBInstanceObjectsResponse {
629
629
  RequestId?: string;
630
630
  }
631
631
  /**
632
- * SwitchDBInstancePrimary请求参数结构体
632
+ * ModifyDBInstanceDeletionProtection请求参数结构体
633
633
  */
634
- export interface SwitchDBInstancePrimaryRequest {
634
+ export interface ModifyDBInstanceDeletionProtectionRequest {
635
635
  /**
636
- * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
636
+ * 实例 ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
637
637
  */
638
638
  DBInstanceId: string;
639
639
  /**
640
- * 是否强制切换。强制切换时只要备节点可访问,无论主备延迟多大都会发起切换。只有SwitchTag为0时,才可使用立即切换。
641
- <li>默认:false</li>
642
- */
643
- Force?: boolean;
644
- /**
645
- * 指定实例配置完成变更后的切换时间。
646
- <li>0:立即切换 </li>
647
- <li>1:指定时间切换</li>
648
- <li>2:维护时间窗口内切换</li>
649
- 默认值:0
640
+ * 开启或关闭实例删除保护。true - 开启 ;false - 关闭。
650
641
  */
651
- SwitchTag?: number;
652
- /**
653
- * 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
654
- */
655
- SwitchStartTime?: string;
656
- /**
657
- * 切换截止时间,时间格式:HH:MM:SS,例如:01:30:00。当SwitchTag为0或2时,该参数失效。SwitchStartTime和SwitchEndTime时间窗口不能小于30分钟。
658
- */
659
- SwitchEndTime?: string;
642
+ DeletionProtection: boolean;
660
643
  }
661
644
  /**
662
645
  * RenewInstance返回参数结构体
@@ -1213,13 +1196,38 @@ export interface DescribeBackupSummariesRequest {
1213
1196
  OrderByType?: string;
1214
1197
  }
1215
1198
  /**
1216
- * DescribeDBInstanceAttribute请求参数结构体
1199
+ * CreateBackupPlan请求参数结构体
1217
1200
  */
1218
- export interface DescribeDBInstanceAttributeRequest {
1201
+ export interface CreateBackupPlanRequest {
1219
1202
  /**
1220
1203
  * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
1221
1204
  */
1222
1205
  DBInstanceId: string;
1206
+ /**
1207
+ * 备份计划名称。
1208
+ */
1209
+ PlanName: string;
1210
+ /**
1211
+ * 创建的备份计划类型,当前仅支持month创建。
1212
+ */
1213
+ BackupPeriodType: string;
1214
+ /**
1215
+ * 备份的日期,示例是每个月的2号开启备份。
1216
+ */
1217
+ BackupPeriod: Array<string>;
1218
+ /**
1219
+ * 备份开始时间,不传跟随默认备份计划。
1220
+ */
1221
+ MinBackupStartTime?: string;
1222
+ /**
1223
+ * 备份结束时间,不传跟随默认计划。
1224
+ */
1225
+ MaxBackupStartTime?: string;
1226
+ /**
1227
+ * 数据备份保留时长,单位:天。取值范围为:[0,30000)
1228
+ BackupPeriodType为week时默认是7,为month时默认为31。
1229
+ */
1230
+ BaseBackupRetentionPeriod?: number;
1223
1231
  }
1224
1232
  /**
1225
1233
  * ModifyDBInstancesProject返回参数结构体
@@ -1423,6 +1431,27 @@ export interface DescribeAvailableRecoveryTimeRequest {
1423
1431
  */
1424
1432
  DBInstanceId: string;
1425
1433
  }
1434
+ /**
1435
+ * CloseAccountCAM请求参数结构体
1436
+ */
1437
+ export interface CloseAccountCAMRequest {
1438
+ /**
1439
+ * 实例ID
1440
+ */
1441
+ DBInstanceId: string;
1442
+ /**
1443
+ * 需要关闭CAM服务的账号名称
1444
+ */
1445
+ UserName: string;
1446
+ /**
1447
+ * 关闭CAM后,登录该账号所需要的新密码
1448
+ */
1449
+ Password: string;
1450
+ /**
1451
+ * 密码是否加密
1452
+ */
1453
+ PasswordEncrypt?: boolean;
1454
+ }
1426
1455
  /**
1427
1456
  * DescribeTasks请求参数结构体
1428
1457
  */
@@ -1892,6 +1921,28 @@ export interface ModifyAccountRemarkResponse {
1892
1921
  */
1893
1922
  RequestId?: string;
1894
1923
  }
1924
+ /**
1925
+ * RefreshAccountPassword请求参数结构体
1926
+ */
1927
+ export interface RefreshAccountPasswordRequest {
1928
+ /**
1929
+ * 实例ID
1930
+ */
1931
+ DBInstanceId: string;
1932
+ /**
1933
+ * 账号名称
1934
+ */
1935
+ UserName: string;
1936
+ }
1937
+ /**
1938
+ * OpenAccountCAM返回参数结构体
1939
+ */
1940
+ export interface OpenAccountCAMResponse {
1941
+ /**
1942
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1943
+ */
1944
+ RequestId?: string;
1945
+ }
1895
1946
  /**
1896
1947
  * DescribeZones请求参数结构体
1897
1948
  */
@@ -2019,17 +2070,17 @@ export interface DescribeLogBackupsRequest {
2019
2070
  OrderByType?: string;
2020
2071
  }
2021
2072
  /**
2022
- * SetAutoRenewFlag返回参数结构体
2073
+ * ModifyDBInstanceParameters请求参数结构体
2023
2074
  */
2024
- export interface SetAutoRenewFlagResponse {
2075
+ export interface ModifyDBInstanceParametersRequest {
2025
2076
  /**
2026
- * 设置成功的实例个数
2077
+ * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
2027
2078
  */
2028
- Count?: number;
2079
+ DBInstanceId: string;
2029
2080
  /**
2030
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2081
+ * 待修改参数及期望值。
2031
2082
  */
2032
- RequestId?: string;
2083
+ ParamList: Array<ParamEntry>;
2033
2084
  }
2034
2085
  /**
2035
2086
  * 用于修改数据库对象的权限,其中包含了数据库对象描述的数据结构、需要修改的权限列表以及修改的类型等。
@@ -2086,38 +2137,13 @@ export interface NetworkAccess {
2086
2137
  VpcStatus?: number;
2087
2138
  }
2088
2139
  /**
2089
- * CreateBackupPlan请求参数结构体
2140
+ * DescribeDBInstanceAttribute请求参数结构体
2090
2141
  */
2091
- export interface CreateBackupPlanRequest {
2142
+ export interface DescribeDBInstanceAttributeRequest {
2092
2143
  /**
2093
2144
  * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
2094
2145
  */
2095
2146
  DBInstanceId: string;
2096
- /**
2097
- * 备份计划名称。
2098
- */
2099
- PlanName: string;
2100
- /**
2101
- * 创建的备份计划类型,当前仅支持month创建。
2102
- */
2103
- BackupPeriodType: string;
2104
- /**
2105
- * 备份的日期,示例是每个月的2号开启备份。
2106
- */
2107
- BackupPeriod: Array<string>;
2108
- /**
2109
- * 备份开始时间,不传跟随默认备份计划。
2110
- */
2111
- MinBackupStartTime?: string;
2112
- /**
2113
- * 备份结束时间,不传跟随默认计划。
2114
- */
2115
- MaxBackupStartTime?: string;
2116
- /**
2117
- * 数据备份保留时长,单位:天。取值范围为:[0,30000)
2118
- BackupPeriodType为week时默认是7,为month时默认为31。
2119
- */
2120
- BaseBackupRetentionPeriod?: number;
2121
2147
  }
2122
2148
  /**
2123
2149
  * ResetAccountPassword返回参数结构体
@@ -3378,18 +3404,44 @@ export interface DescribeDBInstanceSSLConfigResponse {
3378
3404
  RequestId?: string;
3379
3405
  }
3380
3406
  /**
3381
- * UpgradeDBInstanceKernelVersion返回参数结构体
3407
+ * CloseAccountCAM返回参数结构体
3382
3408
  */
3383
- export interface UpgradeDBInstanceKernelVersionResponse {
3384
- /**
3385
- * 任务ID
3386
- */
3387
- TaskId?: number;
3409
+ export interface CloseAccountCAMResponse {
3388
3410
  /**
3389
3411
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3390
3412
  */
3391
3413
  RequestId?: string;
3392
3414
  }
3415
+ /**
3416
+ * SwitchDBInstancePrimary请求参数结构体
3417
+ */
3418
+ export interface SwitchDBInstancePrimaryRequest {
3419
+ /**
3420
+ * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
3421
+ */
3422
+ DBInstanceId: string;
3423
+ /**
3424
+ * 是否强制切换。强制切换时只要备节点可访问,无论主备延迟多大都会发起切换。只有SwitchTag为0时,才可使用立即切换。
3425
+ <li>默认:false</li>
3426
+ */
3427
+ Force?: boolean;
3428
+ /**
3429
+ * 指定实例配置完成变更后的切换时间。
3430
+ <li>0:立即切换 </li>
3431
+ <li>1:指定时间切换</li>
3432
+ <li>2:维护时间窗口内切换</li>
3433
+ 默认值:0
3434
+ */
3435
+ SwitchTag?: number;
3436
+ /**
3437
+ * 切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。
3438
+ */
3439
+ SwitchStartTime?: string;
3440
+ /**
3441
+ * 切换截止时间,时间格式:HH:MM:SS,例如:01:30:00。当SwitchTag为0或2时,该参数失效。SwitchStartTime和SwitchEndTime时间窗口不能小于30分钟。
3442
+ */
3443
+ SwitchEndTime?: string;
3444
+ }
3393
3445
  /**
3394
3446
  * InquiryPriceRenewDBInstance返回参数结构体
3395
3447
  */
@@ -3548,6 +3600,19 @@ export interface DescribeParameterTemplatesRequest {
3548
3600
  */
3549
3601
  OrderByType?: string;
3550
3602
  }
3603
+ /**
3604
+ * OpenAccountCAM请求参数结构体
3605
+ */
3606
+ export interface OpenAccountCAMRequest {
3607
+ /**
3608
+ * 数据库实例ID
3609
+ */
3610
+ DBInstanceId: string;
3611
+ /**
3612
+ * 需要开启CAM服务的账号名称
3613
+ */
3614
+ UserName: string;
3615
+ }
3551
3616
  /**
3552
3617
  * DescribeClasses返回参数结构体
3553
3618
  */
@@ -3919,6 +3984,19 @@ export interface DescribeDBBackupsRequest {
3919
3984
  */
3920
3985
  Offset?: number;
3921
3986
  }
3987
+ /**
3988
+ * SetAutoRenewFlag返回参数结构体
3989
+ */
3990
+ export interface SetAutoRenewFlagResponse {
3991
+ /**
3992
+ * 设置成功的实例个数
3993
+ */
3994
+ Count?: number;
3995
+ /**
3996
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3997
+ */
3998
+ RequestId?: string;
3999
+ }
3922
4000
  /**
3923
4001
  * RestartDBInstance返回参数结构体
3924
4002
  */
@@ -5043,17 +5121,13 @@ export interface DescribeSlowQueryAnalysisResponse {
5043
5121
  RequestId?: string;
5044
5122
  }
5045
5123
  /**
5046
- * ModifyDBInstanceParameters请求参数结构体
5124
+ * ModifyDBInstanceDeletionProtection返回参数结构体
5047
5125
  */
5048
- export interface ModifyDBInstanceParametersRequest {
5126
+ export interface ModifyDBInstanceDeletionProtectionResponse {
5049
5127
  /**
5050
- * 实例ID。可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/409/16773)接口获取
5051
- */
5052
- DBInstanceId: string;
5053
- /**
5054
- * 待修改参数及期望值。
5128
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5055
5129
  */
5056
- ParamList: Array<ParamEntry>;
5130
+ RequestId?: string;
5057
5131
  }
5058
5132
  /**
5059
5133
  * 专属集群相关信息,用于查询用户的专属集群列表
@@ -5287,6 +5361,19 @@ export interface DescribeParameterTemplateAttributesResponse {
5287
5361
  */
5288
5362
  RequestId?: string;
5289
5363
  }
5364
+ /**
5365
+ * UpgradeDBInstanceKernelVersion返回参数结构体
5366
+ */
5367
+ export interface UpgradeDBInstanceKernelVersionResponse {
5368
+ /**
5369
+ * 任务ID
5370
+ */
5371
+ TaskId?: number;
5372
+ /**
5373
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5374
+ */
5375
+ RequestId?: string;
5376
+ }
5290
5377
  /**
5291
5378
  * DescribeDBVersions请求参数结构体
5292
5379
  */
@@ -5445,6 +5532,15 @@ export interface ModifyDBInstanceSpecResponse {
5445
5532
  */
5446
5533
  RequestId?: string;
5447
5534
  }
5535
+ /**
5536
+ * RefreshAccountPassword返回参数结构体
5537
+ */
5538
+ export interface RefreshAccountPasswordResponse {
5539
+ /**
5540
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5541
+ */
5542
+ RequestId?: string;
5543
+ }
5448
5544
  /**
5449
5545
  * DescribeBackupDownloadURL请求参数结构体
5450
5546
  */
@@ -130,6 +130,10 @@ export interface DescribeSavingPlanDeductRequest {
130
130
  * 节省计划总览明细数据
131
131
  */
132
132
  export interface SavingPlanOverviewDetail {
133
+ /**
134
+ * 节省计划资源id
135
+ */
136
+ SpId?: string;
133
137
  /**
134
138
  * 节省计划类型
135
139
  */
@@ -274,7 +274,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
274
274
  ModifyL4Proxy(req: ModifyL4ProxyRequest, cb?: (error: string, rep: ModifyL4ProxyResponse) => void): Promise<ModifyL4ProxyResponse>;
275
275
  /**
276
276
  * 该接口用于验证免费证书并获取免费证书申请结果。如果验证通过,可通过该接口查询到对应域名申请的免费证书信息,如果申请失败,该接口将返回对应的验证失败信息。
277
- 在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://tcloud4api.woa.com/document/product/1657/80723?!preview)接口配置,才能将免费证书部署至加速域上。
277
+ 在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://cloud.tencent.com/document/product/1552/80764)接口配置,才能将免费证书部署至加速域上。
278
278
  */
279
279
  CheckFreeCertificateVerification(req: CheckFreeCertificateVerificationRequest, cb?: (error: string, rep: CheckFreeCertificateVerificationResponse) => void): Promise<CheckFreeCertificateVerificationResponse>;
280
280
  /**
@@ -414,7 +414,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
414
414
  }
415
415
  /**
416
416
  * 该接口用于验证免费证书并获取免费证书申请结果。如果验证通过,可通过该接口查询到对应域名申请的免费证书信息,如果申请失败,该接口将返回对应的验证失败信息。
417
- 在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://tcloud4api.woa.com/document/product/1657/80723?!preview)接口配置,才能将免费证书部署至加速域上。
417
+ 在触发[申请免费证书接口](https://cloud.tencent.com/document/product/1552/90437)后,您可以通过本接口检查免费证书申请结果。在免费证书申请成功后, 还需要通过[配置域名证书](https://cloud.tencent.com/document/product/1552/80764)接口配置,才能将免费证书部署至加速域上。
418
418
  */
419
419
  async CheckFreeCertificateVerification(req, cb) {
420
420
  return this.request("CheckFreeCertificateVerification", req, cb);
@@ -13557,10 +13557,10 @@ export interface ApplyFreeCertificateRequest {
13557
13557
  */
13558
13558
  Domain: string;
13559
13559
  /**
13560
- * 申请免费证书时验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:
13560
+ * 申请免费证书的验证方式,详细验证方式说明参考[免费证书申请方式说明文档](https://cloud.tencent.com/document/product/1552/90437) ,相关取值有:
13561
13561
  <li>http_challenge:HTTP 访问文件验证方式,通过 HTTP 访问域名指定 URL 获取文件信息以完成免费证书申请验证;</li>
13562
13562
  <li>dns_challenge:DNS 委派验证方式,通过添加指定的主机记录解析指向 EdgeOne 以完成免费证书申请验证。</li>
13563
- 注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。
13563
+ 注意:在触发本接口后,你需要根据返回的验证信息,完成验证内容配置。配置完成后,还需要通过<a href = 'https://cloud.tencent.com/document/product/1552/124806'>检查免费证书申请结果</a>接口进行验证,验证通过后,即可申请成功。在免费证书申请成功后,你可以调用<a href = 'https://cloud.tencent.com/document/product/1552/80764'>配置域名证书</a>接口为当前域名部署免费证书。
13564
13564
  */
13565
13565
  VerificationMethod: string;
13566
13566
  }
@@ -15367,7 +15367,7 @@ export interface DescribeJustInTimeTranscodeTemplatesRequest {
15367
15367
  */
15368
15368
  ZoneId: string;
15369
15369
  /**
15370
- * 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name:按照模版名批量进行过滤。例如:mytemplate;</li><li>template-type:按照模板类型批量进行过滤。例如:preset 或 custom。</li><li>template-id:按照模板 ID 批量进行过滤。例如:C1LZ7982VgTpYhJ7M。</li>默认为空。
15370
+ * 过滤条件,Filters 的上限为 20,Filters.Values 的上限为 20。该参数不填写时,默认返回当前 ZoneId 下有权限的即时转码模板。详细的过滤条件如下:<li>template-name:按照模板名批量进行过滤。例如:mytemplate;</li><li>template-type:按照模板类型批量进行过滤。例如:preset 或 custom。</li><li>template-id:按照模板 ID 批量进行过滤。例如:C1LZ7982VgTpYhJ7M。</li>默认为空。
15371
15371
  */
15372
15372
  Filters?: Array<Filter>;
15373
15373
  /**
@@ -4997,6 +4997,14 @@ export interface TTSConfig {
4997
4997
  * TTS 的模型,默认是:flow_01_turbo, 可选: [ flow_01_turbo, flow_01_ex]
4998
4998
  */
4999
4999
  Model?: string;
5000
+ /**
5001
+ * 语速,范围 0.5-2.0,默认 1.0
5002
+ */
5003
+ Speed?: number;
5004
+ /**
5005
+ * (0, 10] 默认值1.0
5006
+ */
5007
+ Volume?: number;
5000
5008
  }
5001
5009
  /**
5002
5010
  * MCU混流输出流编码参数
@@ -48,6 +48,10 @@ export interface CreateLicenseResponse {
48
48
  * CreateApplicationAndVideo返回参数结构体
49
49
  */
50
50
  export interface CreateApplicationAndVideoResponse {
51
+ /**
52
+ * license唯一标识
53
+ */
54
+ LicenseId?: number;
51
55
  /**
52
56
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
53
57
  */
@@ -615,6 +619,10 @@ export interface DescribeVcubeApplicationAndPlayListRequest {
615
619
  * Windows 进程名
616
620
  */
617
621
  WinProcessName?: string;
622
+ /**
623
+ * license唯一标识
624
+ */
625
+ LicenseId?: number;
618
626
  }
619
627
  /**
620
628
  * 可以开通测试的功能
@@ -1789,6 +1797,10 @@ export interface ModifyLicenseResponse {
1789
1797
  * CreateApplicationAndWebPlayerLicense返回参数结构体
1790
1798
  */
1791
1799
  export interface CreateApplicationAndWebPlayerLicenseResponse {
1800
+ /**
1801
+ * license的唯一标识
1802
+ */
1803
+ LicenseId?: number;
1792
1804
  /**
1793
1805
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1794
1806
  */