tencentcloud-sdk-nodejs 4.0.298 → 4.0.301

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 (119) hide show
  1. package/CHANGELOG.md +609 -0
  2. package/SERVICE_CHANGELOG.md +629 -170
  3. package/package.json +1 -1
  4. package/products.md +29 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
  9. package/src/services/api/v20201106/api_client.ts +13 -0
  10. package/src/services/api/v20201106/api_models.ts +45 -0
  11. package/src/services/apigateway/v20180808/apigateway_models.ts +5 -0
  12. package/src/services/billing/v20180709/billing_models.ts +12 -0
  13. package/src/services/ccc/v20200210/ccc_models.ts +12 -0
  14. package/src/services/cdb/v20170320/cdb_models.ts +6 -0
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
  17. package/src/services/clb/v20180317/clb_client.ts +20 -11
  18. package/src/services/clb/v20180317/clb_models.ts +25 -0
  19. package/src/services/cls/v20201016/cls_client.ts +1 -1
  20. package/src/services/cls/v20201016/cls_models.ts +5 -5
  21. package/src/services/cmq/v20190304/cmq_models.ts +94 -82
  22. package/src/services/cpdp/v20190820/cpdp_client.ts +66 -12
  23. package/src/services/cpdp/v20190820/cpdp_models.ts +957 -407
  24. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
  25. package/src/services/emr/v20190103/emr_client.ts +1 -0
  26. package/src/services/emr/v20190103/emr_models.ts +46 -0
  27. package/src/services/gme/v20180711/gme_models.ts +10 -10
  28. package/src/services/index.ts +1 -0
  29. package/src/services/ivld/v20210903/ivld_client.ts +78 -4
  30. package/src/services/ivld/v20210903/ivld_models.ts +156 -38
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
  33. package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
  34. package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
  35. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  36. package/src/services/monitor/v20180724/monitor_models.ts +8 -1
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
  38. package/src/services/postgres/v20170312/postgres_client.ts +85 -37
  39. package/src/services/postgres/v20170312/postgres_models.ts +258 -84
  40. package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
  41. package/src/services/tcss/v20201101/tcss_models.ts +26 -0
  42. package/src/services/tdcpg/index.ts +5 -0
  43. package/src/services/tdcpg/v20211118/index.ts +6 -0
  44. package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
  45. package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
  46. package/src/services/tdid/v20210519/tdid_client.ts +64 -14
  47. package/src/services/tdid/v20210519/tdid_models.ts +205 -17
  48. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
  52. package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
  53. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
  56. package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
  57. package/tencentcloud/services/api/v20201106/api_client.js +6 -0
  58. package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
  59. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
  60. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
  61. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
  62. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
  66. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
  67. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
  68. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  69. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  70. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  71. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  72. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +20 -4
  74. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +28 -4
  75. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +868 -393
  76. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  77. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -10
  79. package/tencentcloud/services/index.d.ts +1 -0
  80. package/tencentcloud/services/index.js +2 -0
  81. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
  82. package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
  83. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
  84. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
  86. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  87. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
  89. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  91. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
  92. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
  93. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
  94. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
  95. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
  96. package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
  97. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
  98. package/tencentcloud/services/tdcpg/index.d.ts +6 -0
  99. package/tencentcloud/services/tdcpg/index.js +7 -0
  100. package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
  101. package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
  102. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
  103. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
  104. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
  105. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
  106. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
  107. package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
  108. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
  109. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
  110. package/test/antiddos.v20200309.test.js +76 -16
  111. package/test/api.v20201106.test.js +10 -0
  112. package/test/ckafka.v20190819.test.js +32 -2
  113. package/test/clb.v20180317.test.js +12 -2
  114. package/test/cpdp.v20190820.test.js +42 -2
  115. package/test/ivld.v20210903.test.js +30 -0
  116. package/test/mongodb.v20190725.test.js +10 -0
  117. package/test/postgres.v20170312.test.js +58 -18
  118. package/test/tdcpg.v20211118.test.js +271 -0
  119. package/test/tdid.v20210519.test.js +44 -4
@@ -249,6 +249,31 @@ pcre(正则表达式)
249
249
  Id?: string
250
250
  }
251
251
 
252
+ /**
253
+ * DeleteCCLevelPolicy请求参数结构体
254
+ */
255
+ export interface DeleteCCLevelPolicyRequest {
256
+ /**
257
+ * 实例Id
258
+ */
259
+ InstanceId: string
260
+
261
+ /**
262
+ * 配置策略的IP
263
+ */
264
+ Ip: string
265
+
266
+ /**
267
+ * 域名
268
+ */
269
+ Domain: string
270
+
271
+ /**
272
+ * 协议,可取值http
273
+ */
274
+ Protocol: string
275
+ }
276
+
252
277
  /**
253
278
  * 转发类型
254
279
  */
@@ -807,6 +832,16 @@ export interface CreateIPAlarmThresholdConfigRequest {
807
832
  IpAlarmThresholdConfigList: Array<IPAlarmThresholdRelation>
808
833
  }
809
834
 
835
+ /**
836
+ * CreateCcBlackWhiteIpList返回参数结构体
837
+ */
838
+ export interface CreateCcBlackWhiteIpListResponse {
839
+ /**
840
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
841
+ */
842
+ RequestId?: string
843
+ }
844
+
810
845
  /**
811
846
  * DescribeDefaultAlarmThreshold返回参数结构体
812
847
  */
@@ -975,6 +1010,31 @@ export interface ModifyPacketFilterConfigResponse {
975
1010
  RequestId?: string
976
1011
  }
977
1012
 
1013
+ /**
1014
+ * DescribeCCLevelPolicy请求参数结构体
1015
+ */
1016
+ export interface DescribeCCLevelPolicyRequest {
1017
+ /**
1018
+ * 实例Id
1019
+ */
1020
+ InstanceId: string
1021
+
1022
+ /**
1023
+ * IP值
1024
+ */
1025
+ Ip: string
1026
+
1027
+ /**
1028
+ * 域名
1029
+ */
1030
+ Domain: string
1031
+
1032
+ /**
1033
+ * 协议,可取值HTTP,HTTPS
1034
+ */
1035
+ Protocol: string
1036
+ }
1037
+
978
1038
  /**
979
1039
  * CreateWaterPrintConfig返回参数结构体
980
1040
  */
@@ -1121,6 +1181,26 @@ export interface CreatePortAclConfigRequest {
1121
1181
  AclConfig: AclConfig
1122
1182
  }
1123
1183
 
1184
+ /**
1185
+ * DescribeCCThresholdList返回参数结构体
1186
+ */
1187
+ export interface DescribeCCThresholdListResponse {
1188
+ /**
1189
+ * 清洗阈值策略列表总数
1190
+ */
1191
+ Total: number
1192
+
1193
+ /**
1194
+ * 清洗阈值策略列表详情
1195
+ */
1196
+ ThresholdList: Array<CCThresholdPolicy>
1197
+
1198
+ /**
1199
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1200
+ */
1201
+ RequestId?: string
1202
+ }
1203
+
1124
1204
  /**
1125
1205
  * DescribeL7RulesBySSLCertId请求参数结构体
1126
1206
  */
@@ -1251,6 +1331,16 @@ export interface DisassociateDDoSEipAddressResponse {
1251
1331
  RequestId?: string
1252
1332
  }
1253
1333
 
1334
+ /**
1335
+ * DeleteCCThresholdPolicy返回参数结构体
1336
+ */
1337
+ export interface DeleteCCThresholdPolicyResponse {
1338
+ /**
1339
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1340
+ */
1341
+ RequestId?: string
1342
+ }
1343
+
1254
1344
  /**
1255
1345
  * DeleteBlackWhiteIpList请求参数结构体
1256
1346
  */
@@ -1295,13 +1385,43 @@ export interface SourceServer {
1295
1385
  }
1296
1386
 
1297
1387
  /**
1298
- * ModifyDomainUsrName返回参数结构体
1388
+ * CC分级策略
1299
1389
  */
1300
- export interface ModifyDomainUsrNameResponse {
1390
+ export interface CCLevelPolicy {
1301
1391
  /**
1302
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1392
+ * 实例Id
1303
1393
  */
1304
- RequestId?: string
1394
+ InstanceId: string
1395
+
1396
+ /**
1397
+ * Ip
1398
+ */
1399
+ Ip: string
1400
+
1401
+ /**
1402
+ * 协议
1403
+ */
1404
+ Protocol: string
1405
+
1406
+ /**
1407
+ * 域名
1408
+ */
1409
+ Domain: string
1410
+
1411
+ /**
1412
+ * 防护等级,可取值default表示默认策略,loose表示宽松,strict表示严格
1413
+ */
1414
+ Level: string
1415
+
1416
+ /**
1417
+ * 创建时间
1418
+ */
1419
+ CreateTime: string
1420
+
1421
+ /**
1422
+ * 修改时间
1423
+ */
1424
+ ModifyTime: string
1305
1425
  }
1306
1426
 
1307
1427
  /**
@@ -1661,24 +1781,23 @@ export interface DeleteCcGeoIPBlockConfigRequest {
1661
1781
  }
1662
1782
 
1663
1783
  /**
1664
- * L4规则回源列表
1784
+ * DescribeCCLevelList返回参数结构体
1665
1785
  */
1666
- export interface L4RuleSource {
1786
+ export interface DescribeCCLevelListResponse {
1667
1787
  /**
1668
- * 回源IP或域名
1788
+ * 分级策略列表总数
1669
1789
  */
1670
- Source: string
1790
+ Total: number
1671
1791
 
1672
1792
  /**
1673
- * 权重值,取值[0,100]
1793
+ * 分级策略列表详情
1674
1794
  */
1675
- Weight: number
1795
+ LevelList: Array<CCLevelPolicy>
1676
1796
 
1677
1797
  /**
1678
- * 8000
1679
- 注意:此字段可能返回 null,表示取不到有效值。
1680
- */
1681
- Port?: number
1798
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1799
+ */
1800
+ RequestId?: string
1682
1801
  }
1683
1802
 
1684
1803
  /**
@@ -1782,21 +1901,13 @@ export interface DDoSSpeedLimitConfigRelation {
1782
1901
  }
1783
1902
 
1784
1903
  /**
1785
- * 套餐包信息
1904
+ * DeleteCCLevelPolicy返回参数结构体
1786
1905
  */
1787
- export interface PackInfo {
1906
+ export interface DeleteCCLevelPolicyResponse {
1788
1907
  /**
1789
- * 套餐包的类型,取值[
1790
- staticpack:高防IP三网套餐包
1791
- insurance:保险套餐包
1792
- ]
1793
- */
1794
- PackType: string
1795
-
1796
- /**
1797
- * 套餐包的ID
1908
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1798
1909
  */
1799
- PackId: string
1910
+ RequestId?: string
1800
1911
  }
1801
1912
 
1802
1913
  /**
@@ -1983,6 +2094,27 @@ shortfpcheckall(精简模式)
1983
2094
  Verify?: string
1984
2095
  }
1985
2096
 
2097
+ /**
2098
+ * L4规则回源列表
2099
+ */
2100
+ export interface L4RuleSource {
2101
+ /**
2102
+ * 回源IP或域名
2103
+ */
2104
+ Source: string
2105
+
2106
+ /**
2107
+ * 权重值,取值[0,100]
2108
+ */
2109
+ Weight: number
2110
+
2111
+ /**
2112
+ * 8000
2113
+ 注意:此字段可能返回 null,表示取不到有效值。
2114
+ */
2115
+ Port?: number
2116
+ }
2117
+
1986
2118
  /**
1987
2119
  * 协议封禁配置
1988
2120
  */
@@ -2583,6 +2715,24 @@ export interface DeleteDDoSBlackWhiteIpListRequest {
2583
2715
  Type: string
2584
2716
  }
2585
2717
 
2718
+ /**
2719
+ * 套餐包信息
2720
+ */
2721
+ export interface PackInfo {
2722
+ /**
2723
+ * 套餐包的类型,取值[
2724
+ staticpack:高防IP三网套餐包
2725
+ insurance:保险套餐包
2726
+ ]
2727
+ */
2728
+ PackType: string
2729
+
2730
+ /**
2731
+ * 套餐包的ID
2732
+ */
2733
+ PackId: string
2734
+ }
2735
+
2586
2736
  /**
2587
2737
  * CreateDDoSConnectLimit返回参数结构体
2588
2738
  */
@@ -3260,6 +3410,31 @@ export interface ProtocolPort {
3260
3410
  Port: number
3261
3411
  }
3262
3412
 
3413
+ /**
3414
+ * DescribeCCLevelList请求参数结构体
3415
+ */
3416
+ export interface DescribeCCLevelListRequest {
3417
+ /**
3418
+ * 大禹子产品代号(bgp-multip表示高防包)
3419
+ */
3420
+ Business: string
3421
+
3422
+ /**
3423
+ * 页起始偏移,取值为(页码-1)*一页条数
3424
+ */
3425
+ Offset: number
3426
+
3427
+ /**
3428
+ * 一页条数
3429
+ */
3430
+ Limit: number
3431
+
3432
+ /**
3433
+ * 指定实例Id
3434
+ */
3435
+ InstanceId?: string
3436
+ }
3437
+
3263
3438
  /**
3264
3439
  * ModifyCCThresholdPolicy请求参数结构体
3265
3440
  */
@@ -3291,9 +3466,9 @@ export interface ModifyCCThresholdPolicyRequest {
3291
3466
  }
3292
3467
 
3293
3468
  /**
3294
- * DeleteCCPrecisionPolicy返回参数结构体
3469
+ * DeleteDDoSGeoIPBlockConfig返回参数结构体
3295
3470
  */
3296
- export interface DeleteCCPrecisionPolicyResponse {
3471
+ export interface DeleteDDoSGeoIPBlockConfigResponse {
3297
3472
  /**
3298
3473
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3299
3474
  */
@@ -3679,6 +3854,31 @@ export interface AssociateDDoSEipLoadBalancerResponse {
3679
3854
  RequestId?: string
3680
3855
  }
3681
3856
 
3857
+ /**
3858
+ * DescribeCCThresholdList请求参数结构体
3859
+ */
3860
+ export interface DescribeCCThresholdListRequest {
3861
+ /**
3862
+ * 大禹子产品代号(bgp-multip表示高防包)
3863
+ */
3864
+ Business: string
3865
+
3866
+ /**
3867
+ * 页起始偏移,取值为(页码-1)*一页条数
3868
+ */
3869
+ Offset: number
3870
+
3871
+ /**
3872
+ * 一页条数
3873
+ */
3874
+ Limit: number
3875
+
3876
+ /**
3877
+ * 指定实例Id
3878
+ */
3879
+ InstanceId?: string
3880
+ }
3881
+
3682
3882
  /**
3683
3883
  * CreateBlackWhiteIpList请求参数结构体
3684
3884
  */
@@ -3983,6 +4183,56 @@ export interface DeleteDDoSBlackWhiteIpListResponse {
3983
4183
  RequestId?: string
3984
4184
  }
3985
4185
 
4186
+ /**
4187
+ * CC清洗阈值策略
4188
+ */
4189
+ export interface CCThresholdPolicy {
4190
+ /**
4191
+ * 实例Id
4192
+ */
4193
+ InstanceId: string
4194
+
4195
+ /**
4196
+ * Ip地址
4197
+ */
4198
+ Ip: string
4199
+
4200
+ /**
4201
+ * 协议
4202
+ */
4203
+ Protocol: string
4204
+
4205
+ /**
4206
+ * 域名
4207
+ */
4208
+ Domain: string
4209
+
4210
+ /**
4211
+ * 清洗阈值
4212
+ */
4213
+ Threshold: number
4214
+
4215
+ /**
4216
+ * 创建时间
4217
+ */
4218
+ CreateTime: string
4219
+
4220
+ /**
4221
+ * 修改时间
4222
+ */
4223
+ ModifyTime: string
4224
+ }
4225
+
4226
+ /**
4227
+ * ModifyDomainUsrName返回参数结构体
4228
+ */
4229
+ export interface ModifyDomainUsrNameResponse {
4230
+ /**
4231
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4232
+ */
4233
+ RequestId?: string
4234
+ }
4235
+
3986
4236
  /**
3987
4237
  * DescribeCCTrend返回参数结构体
3988
4238
  */
@@ -4244,6 +4494,41 @@ export interface DeleteCCRequestLimitPolicyResponse {
4244
4494
  RequestId?: string
4245
4495
  }
4246
4496
 
4497
+ /**
4498
+ * CreateCcBlackWhiteIpList请求参数结构体
4499
+ */
4500
+ export interface CreateCcBlackWhiteIpListRequest {
4501
+ /**
4502
+ * 资源实例ID
4503
+ */
4504
+ InstanceId: string
4505
+
4506
+ /**
4507
+ * IP列表
4508
+ */
4509
+ IpList: Array<IpSegment>
4510
+
4511
+ /**
4512
+ * IP类型,取值[black(黑名单IP), white(白名单IP)]
4513
+ */
4514
+ Type: string
4515
+
4516
+ /**
4517
+ * Ip地址
4518
+ */
4519
+ Ip: string
4520
+
4521
+ /**
4522
+ * 域名
4523
+ */
4524
+ Domain: string
4525
+
4526
+ /**
4527
+ * 协议
4528
+ */
4529
+ Protocol: string
4530
+ }
4531
+
4247
4532
  /**
4248
4533
  * 高防包资产实例信息
4249
4534
  */
@@ -4466,6 +4751,21 @@ export interface DescribeListPortAclListRequest {
4466
4751
  FilterIp?: string
4467
4752
  }
4468
4753
 
4754
+ /**
4755
+ * DescribeCCLevelPolicy返回参数结构体
4756
+ */
4757
+ export interface DescribeCCLevelPolicyResponse {
4758
+ /**
4759
+ * CC防护等级,可取值loose表示宽松,strict表示严格,normal表示适中, emergency表示攻击紧急, sup_loose表示超级宽松,default表示默认策略(无频控配置下发),customized表示自定义策略
4760
+ */
4761
+ Level: string
4762
+
4763
+ /**
4764
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4765
+ */
4766
+ RequestId?: string
4767
+ }
4768
+
4469
4769
  /**
4470
4770
  * DescribeListWaterPrintConfig返回参数结构体
4471
4771
  */
@@ -4516,6 +4816,31 @@ export interface DeleteDDoSSpeedLimitConfigResponse {
4516
4816
  RequestId?: string
4517
4817
  }
4518
4818
 
4819
+ /**
4820
+ * DeleteCCThresholdPolicy请求参数结构体
4821
+ */
4822
+ export interface DeleteCCThresholdPolicyRequest {
4823
+ /**
4824
+ * 实例Id
4825
+ */
4826
+ InstanceId: string
4827
+
4828
+ /**
4829
+ * 配置策略的IP
4830
+ */
4831
+ Ip: string
4832
+
4833
+ /**
4834
+ * 域名
4835
+ */
4836
+ Domain: string
4837
+
4838
+ /**
4839
+ * 协议,可取值http
4840
+ */
4841
+ Protocol: string
4842
+ }
4843
+
4519
4844
  /**
4520
4845
  * DescribeListListener请求参数结构体
4521
4846
  */
@@ -4654,9 +4979,9 @@ export interface CreateWaterPrintKeyResponse {
4654
4979
  }
4655
4980
 
4656
4981
  /**
4657
- * DeleteDDoSGeoIPBlockConfig返回参数结构体
4982
+ * DeleteCCPrecisionPolicy返回参数结构体
4658
4983
  */
4659
- export interface DeleteDDoSGeoIPBlockConfigResponse {
4984
+ export interface DeleteCCPrecisionPolicyResponse {
4660
4985
  /**
4661
4986
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4662
4987
  */
@@ -18,6 +18,9 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ RegionProduct,
22
+ DescribeProductsRequest,
23
+ DescribeProductsResponse,
21
24
  ZoneInfo,
22
25
  DescribeZonesRequest,
23
26
  DescribeZonesResponse,
@@ -35,6 +38,16 @@ export class Client extends AbstractClient {
35
38
  super("api.tencentcloudapi.com", "2020-11-06", clientConfig)
36
39
  }
37
40
 
41
+ /**
42
+ * 本接口(DescribeProducts)用于查询各个支持地域列表查询的产品信息。
43
+ */
44
+ async DescribeProducts(
45
+ req: DescribeProductsRequest,
46
+ cb?: (error: string, rep: DescribeProductsResponse) => void
47
+ ): Promise<DescribeProductsResponse> {
48
+ return this.request("DescribeProducts", req, cb)
49
+ }
50
+
38
51
  /**
39
52
  * 本接口(DescribeRegions)用于查询各个产品支持地域信息。
40
53
  */
@@ -15,6 +15,51 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * 地域管理系统支持的产品信息
20
+ */
21
+ export interface RegionProduct {
22
+ /**
23
+ * 产品名称,如cvm
24
+ */
25
+ Name: string
26
+ }
27
+
28
+ /**
29
+ * DescribeProducts请求参数结构体
30
+ */
31
+ export interface DescribeProductsRequest {
32
+ /**
33
+ * 返回数量,默认为 20,最大值为 100。
34
+ */
35
+ Limit?: number
36
+
37
+ /**
38
+ * 偏移量,默认为 0。
39
+ */
40
+ Offset?: number
41
+ }
42
+
43
+ /**
44
+ * DescribeProducts返回参数结构体
45
+ */
46
+ export interface DescribeProductsResponse {
47
+ /**
48
+ * 产品详细信息列表。
49
+ */
50
+ Products: Array<RegionProduct>
51
+
52
+ /**
53
+ * 产品总数量。
54
+ */
55
+ TotalCount: number
56
+
57
+ /**
58
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
59
+ */
60
+ RequestId?: string
61
+ }
62
+
18
63
  /**
19
64
  * 可用区信息
20
65
  */
@@ -2951,6 +2951,11 @@ export interface CreateServiceRequest {
2951
2951
  * 独享实例id
2952
2952
  */
2953
2953
  InstanceId?: string
2954
+
2955
+ /**
2956
+ * vpc属性
2957
+ */
2958
+ UniqVpcId?: string
2954
2959
  }
2955
2960
 
2956
2961
  /**
@@ -2441,6 +2441,18 @@ postMoveIn 按量计费迁入资源
2441
2441
  注意:此字段可能返回 null,表示取不到有效值。
2442
2442
  */
2443
2443
  Action: string
2444
+
2445
+ /**
2446
+ * 产品编码中文名称
2447
+ 注意:此字段可能返回 null,表示取不到有效值。
2448
+ */
2449
+ ProductName: string
2450
+
2451
+ /**
2452
+ * 子产品编码中文名称
2453
+ 注意:此字段可能返回 null,表示取不到有效值。
2454
+ */
2455
+ SubProductName: string
2444
2456
  }
2445
2457
 
2446
2458
  /**
@@ -459,6 +459,12 @@ notInService 不在服务区
459
459
  注意:此字段可能返回 null,表示取不到有效值。
460
460
  */
461
461
  AsrUrl: string
462
+
463
+ /**
464
+ * 录音转存第三方COS地址
465
+ 注意:此字段可能返回 null,表示取不到有效值。
466
+ */
467
+ CustomRecordURL: string
462
468
  }
463
469
 
464
470
  /**
@@ -1549,6 +1555,12 @@ export interface ServeParticipant {
1549
1555
  注意:此字段可能返回 null,表示取不到有效值。
1550
1556
  */
1551
1557
  SkillGroupName: string
1558
+
1559
+ /**
1560
+ * 录音转存第三方COS地址
1561
+ 注意:此字段可能返回 null,表示取不到有效值。
1562
+ */
1563
+ CustomRecordURL: string
1552
1564
  }
1553
1565
 
1554
1566
  /**
@@ -1233,6 +1233,12 @@ export interface AuditPolicy {
1233
1233
  注意:此字段可能返回 null,表示取不到有效值。
1234
1234
  */
1235
1235
  RuleName: string
1236
+
1237
+ /**
1238
+ * 数据库实例名称
1239
+ 注意:此字段可能返回 null,表示取不到有效值。
1240
+ */
1241
+ InstanceName: string
1236
1242
  }
1237
1243
 
1238
1244
  /**