tencentcloud-sdk-nodejs 4.0.328 → 4.0.331

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 (86) hide show
  1. package/CHANGELOG.md +443 -0
  2. package/SERVICE_CHANGELOG.md +689 -11
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +5 -5
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +129 -88
  8. package/src/services/car/index.ts +5 -0
  9. package/src/services/car/v20220110/car_client.ts +67 -0
  10. package/src/services/car/v20220110/car_models.ts +106 -0
  11. package/src/services/car/v20220110/index.ts +6 -0
  12. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  13. package/src/services/cdn/v20180606/cdn_client.ts +3 -1
  14. package/src/services/cdn/v20180606/cdn_models.ts +67 -9
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +12 -2
  16. package/src/services/clb/v20180317/clb_models.ts +5 -4
  17. package/src/services/cls/v20201016/cls_models.ts +12 -0
  18. package/src/services/cvm/v20170312/cvm_models.ts +17 -0
  19. package/src/services/dbbrain/v20210527/dbbrain_client.ts +145 -34
  20. package/src/services/dbbrain/v20210527/dbbrain_models.ts +646 -91
  21. package/src/services/dlc/v20210125/dlc_models.ts +24 -1
  22. package/src/services/domain/v20180808/domain_client.ts +15 -2
  23. package/src/services/domain/v20180808/domain_models.ts +202 -30
  24. package/src/services/ess/v20201111/ess_models.ts +4 -3
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  26. package/src/services/index.ts +1 -0
  27. package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
  28. package/src/services/monitor/v20180724/monitor_models.ts +11 -6
  29. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  30. package/src/services/ocr/v20181119/ocr_models.ts +32 -1
  31. package/src/services/rce/v20201103/rce_models.ts +11 -0
  32. package/src/services/redis/v20180412/redis_client.ts +37 -13
  33. package/src/services/redis/v20180412/redis_models.ts +113 -53
  34. package/src/services/tcss/v20201101/tcss_models.ts +83 -13
  35. package/src/services/vod/v20180717/vod_models.ts +22 -2
  36. package/src/services/waf/v20180125/waf_client.ts +14 -0
  37. package/src/services/waf/v20180125/waf_models.ts +73 -2
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -5
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +5 -5
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +121 -88
  43. package/tencentcloud/services/car/index.d.ts +6 -0
  44. package/tencentcloud/services/car/index.js +7 -0
  45. package/tencentcloud/services/car/v20220110/car_client.d.ts +22 -0
  46. package/tencentcloud/services/car/v20220110/car_client.js +49 -0
  47. package/tencentcloud/services/car/v20220110/car_models.d.ts +78 -0
  48. package/tencentcloud/services/car/v20220110/car_models.js +18 -0
  49. package/tencentcloud/services/car/v20220110/index.d.ts +6 -0
  50. package/tencentcloud/services/car/v20220110/index.js +9 -0
  51. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +57 -8
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -2
  54. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -4
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -0
  56. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +14 -0
  57. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +47 -11
  58. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +69 -15
  59. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +534 -69
  60. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -1
  61. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
  62. package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
  63. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +179 -30
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -2
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  66. package/tencentcloud/services/index.d.ts +1 -0
  67. package/tencentcloud/services/index.js +2 -0
  68. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
  69. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -5
  70. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  71. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  72. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +27 -1
  73. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +9 -0
  74. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +13 -5
  75. package/tencentcloud/services/redis/v20180412/redis_client.js +18 -6
  76. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +96 -44
  77. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +70 -11
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -2
  79. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  80. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  81. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +62 -2
  82. package/test/car.v20220110.test.js +51 -0
  83. package/test/dbbrain.v20210527.test.js +100 -10
  84. package/test/domain.v20180808.test.js +10 -0
  85. package/test/redis.v20180412.test.js +24 -4
  86. package/test/waf.v20180125.test.js +10 -0
@@ -249,7 +249,7 @@ export interface DeleteUsagePlanResponse {
249
249
  * 删除操作是否成功。
250
250
  注意:此字段可能返回 null,表示取不到有效值。
251
251
  */
252
- Result?: boolean
252
+ Result: boolean
253
253
 
254
254
  /**
255
255
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -265,7 +265,7 @@ export interface DisableApiKeyResponse {
265
265
  * 禁用密钥操作是否成功。
266
266
  注意:此字段可能返回 null,表示取不到有效值。
267
267
  */
268
- Result?: boolean
268
+ Result: boolean
269
269
 
270
270
  /**
271
271
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -280,7 +280,7 @@ export interface DescribeApiResponse {
280
280
  /**
281
281
  * API 详情。
282
282
  */
283
- Result?: ApiInfo
283
+ Result: ApiInfo
284
284
 
285
285
  /**
286
286
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -426,7 +426,7 @@ export interface DescribeServiceEnvironmentListResponse {
426
426
  * 服务绑定环境详情。
427
427
  注意:此字段可能返回 null,表示取不到有效值。
428
428
  */
429
- Result?: ServiceEnvironmentSet
429
+ Result: ServiceEnvironmentSet
430
430
 
431
431
  /**
432
432
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -988,7 +988,7 @@ export interface DescribeUsagePlansStatusResponse {
988
988
  * 使用计划列表。
989
989
  注意:此字段可能返回 null,表示取不到有效值。
990
990
  */
991
- Result?: UsagePlansStatus
991
+ Result: UsagePlansStatus
992
992
 
993
993
  /**
994
994
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1026,7 +1026,7 @@ export interface HealthCheckConf {
1026
1026
  */
1027
1027
  export interface DeleteUpstreamRequest {
1028
1028
  /**
1029
- * 待删除的VPC通道唯一ID
1029
+ * 待删除的后端通道ID
1030
1030
  */
1031
1031
  UpstreamId: string
1032
1032
  }
@@ -1105,27 +1105,32 @@ export interface UnbindApiAppResponse {
1105
1105
  */
1106
1106
  export interface ModifyUpstreamRequest {
1107
1107
  /**
1108
- * VPC通道唯一ID
1108
+ * 后端通道唯一ID
1109
1109
  */
1110
1110
  UpstreamId: string
1111
1111
 
1112
1112
  /**
1113
- * VPC通道名字
1113
+ * 后端通道名字
1114
1114
  */
1115
1115
  UpstreamName?: string
1116
1116
 
1117
1117
  /**
1118
- * VPC通道描述
1118
+ * 后端通道描述
1119
1119
  */
1120
1120
  UpstreamDescription?: string
1121
1121
 
1122
1122
  /**
1123
- * 后端协议,HTTP, HTTPS其中之一
1123
+ * 后端协议,取值范围:HTTP, HTTPS
1124
1124
  */
1125
1125
  Scheme?: string
1126
1126
 
1127
1127
  /**
1128
- * 负载均衡算法目前支持ROUND_ROBIN
1128
+ * 后端访问类型,取值范围:IP_PORT, K8S
1129
+ */
1130
+ UpstreamType?: string
1131
+
1132
+ /**
1133
+ * 负载均衡算法,取值范围:ROUND_ROBIN
1129
1134
  */
1130
1135
  Algorithm?: string
1131
1136
 
@@ -1140,7 +1145,7 @@ export interface ModifyUpstreamRequest {
1140
1145
  Retries?: number
1141
1146
 
1142
1147
  /**
1143
- * 请求到后端的,host头
1148
+ * 网关转发到后端的 Host 请求头
1144
1149
  */
1145
1150
  UpstreamHost?: string
1146
1151
 
@@ -1150,7 +1155,12 @@ export interface ModifyUpstreamRequest {
1150
1155
  Nodes?: Array<UpstreamNode>
1151
1156
 
1152
1157
  /**
1153
- * k8s服务配置
1158
+ * 健康检查配置,目前只支持VPC通道
1159
+ */
1160
+ HealthChecker?: UpstreamHealthChecker
1161
+
1162
+ /**
1163
+ * 容器服务配置
1154
1164
  */
1155
1165
  K8sService?: Array<K8sService>
1156
1166
  }
@@ -1163,7 +1173,7 @@ export interface DescribeApiUsagePlanResponse {
1163
1173
  * api绑定使用计划列表。
1164
1174
  注意:此字段可能返回 null,表示取不到有效值。
1165
1175
  */
1166
- Result?: ApiUsagePlanSet
1176
+ Result: ApiUsagePlanSet
1167
1177
 
1168
1178
  /**
1169
1179
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1216,17 +1226,17 @@ export interface DescribePluginResponse {
1216
1226
  */
1217
1227
  export interface DescribeUpstreamBindApisRequest {
1218
1228
  /**
1219
- * 分页
1229
+ * 分页大小
1220
1230
  */
1221
1231
  Limit: number
1222
1232
 
1223
1233
  /**
1224
- * 分页
1234
+ * 分页起始位置
1225
1235
  */
1226
1236
  Offset: number
1227
1237
 
1228
1238
  /**
1229
- * vpc通道Id
1239
+ * 后端通道ID
1230
1240
  */
1231
1241
  UpstreamId: string
1232
1242
 
@@ -1347,7 +1357,7 @@ export interface DescribeApiEnvironmentStrategyRequest {
1347
1357
  }
1348
1358
 
1349
1359
  /**
1350
- * VPC通道主动健康检查的请求头配置
1360
+ * 后端通道主动健康检查的请求头配置
1351
1361
  */
1352
1362
  export type UpstreamHealthCheckerReqHeaders = null
1353
1363
 
@@ -1509,6 +1519,12 @@ export interface ServiceConfig {
1509
1519
  */
1510
1520
  Method?: string
1511
1521
 
1522
+ /**
1523
+ * 当绑定vpc通道才需要
1524
+ 注意:此字段可能返回 null,表示取不到有效值。
1525
+ */
1526
+ UpstreamId?: string
1527
+
1512
1528
  /**
1513
1529
  * API后端COS配置。如果 ServiceType 是 COS,则此参数必传。
1514
1530
  注意:此字段可能返回 null,表示取不到有效值。
@@ -1673,7 +1689,7 @@ export interface DescribeServiceResponse {
1673
1689
  DeploymentType: string
1674
1690
 
1675
1691
  /**
1676
- * 特殊用途
1692
+ * 特殊用途, NULL和DEFAULT表示无特殊用途,其他用途如HTTP_DNS等
1677
1693
  注意:此字段可能返回 null,表示取不到有效值。
1678
1694
  */
1679
1695
  SpecialUse: string
@@ -1745,7 +1761,7 @@ export interface BindEnvironmentResponse {
1745
1761
  * 绑定操作是否成功。
1746
1762
  注意:此字段可能返回 null,表示取不到有效值。
1747
1763
  */
1748
- Result?: boolean
1764
+ Result: boolean
1749
1765
 
1750
1766
  /**
1751
1767
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1969,7 +1985,7 @@ export interface UnBindIPStrategyResponse {
1969
1985
  * 解绑操作是否成功。
1970
1986
  注意:此字段可能返回 null,表示取不到有效值。
1971
1987
  */
1972
- Result?: boolean
1988
+ Result: boolean
1973
1989
 
1974
1990
  /**
1975
1991
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2020,7 +2036,7 @@ export interface BindIPStrategyResponse {
2020
2036
  * 绑定操作是否成功。
2021
2037
  注意:此字段可能返回 null,表示取不到有效值。
2022
2038
  */
2023
- Result?: boolean
2039
+ Result: boolean
2024
2040
 
2025
2041
  /**
2026
2042
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2188,7 +2204,7 @@ export interface DescribeIPStrategyResponse {
2188
2204
  * IP策略详情。
2189
2205
  注意:此字段可能返回 null,表示取不到有效值。
2190
2206
  */
2191
- Result?: IPStrategy
2207
+ Result: IPStrategy
2192
2208
 
2193
2209
  /**
2194
2210
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2337,7 +2353,7 @@ export interface ModifyIPStrategyResponse {
2337
2353
  * 修改操作是否成功。
2338
2354
  注意:此字段可能返回 null,表示取不到有效值。
2339
2355
  */
2340
- Result?: boolean
2356
+ Result: boolean
2341
2357
 
2342
2358
  /**
2343
2359
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2346,7 +2362,7 @@ export interface ModifyIPStrategyResponse {
2346
2362
  }
2347
2363
 
2348
2364
  /**
2349
- * 查询vpc通道返回信息
2365
+ * 查询后端通道返回信息
2350
2366
  */
2351
2367
  export interface DescribeUpstreamInfo {
2352
2368
  /**
@@ -2440,7 +2456,7 @@ export interface ModifyUsagePlanResponse {
2440
2456
  * 使用计划详情。
2441
2457
  注意:此字段可能返回 null,表示取不到有效值。
2442
2458
  */
2443
- Result?: UsagePlanInfo
2459
+ Result: UsagePlanInfo
2444
2460
 
2445
2461
  /**
2446
2462
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2456,7 +2472,7 @@ export interface CreateUsagePlanResponse {
2456
2472
  * 使用计划详情。
2457
2473
  注意:此字段可能返回 null,表示取不到有效值。
2458
2474
  */
2459
- Result?: UsagePlanInfo
2475
+ Result: UsagePlanInfo
2460
2476
 
2461
2477
  /**
2462
2478
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2534,7 +2550,7 @@ export interface DeleteApiKeyResponse {
2534
2550
  * 删除操作是否成功。
2535
2551
  注意:此字段可能返回 null,表示取不到有效值。
2536
2552
  */
2537
- Result?: boolean
2553
+ Result: boolean
2538
2554
 
2539
2555
  /**
2540
2556
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2543,41 +2559,41 @@ export interface DeleteApiKeyResponse {
2543
2559
  }
2544
2560
 
2545
2561
  /**
2546
- * VPC通道信息集合
2562
+ * 后端通道详细信息
2547
2563
  */
2548
2564
  export interface UpstreamInfo {
2549
2565
  /**
2550
- * VPC通道唯一ID
2566
+ * 后端通道唯一ID
2551
2567
  */
2552
2568
  UpstreamId: string
2553
2569
 
2554
2570
  /**
2555
- * VPC通道名字
2571
+ * 后端通道名字
2556
2572
  */
2557
2573
  UpstreamName: string
2558
2574
 
2559
2575
  /**
2560
- * VPC通道描述
2576
+ * 后端通道描述
2561
2577
  */
2562
2578
  UpstreamDescription: string
2563
2579
 
2564
2580
  /**
2565
- * 写意
2581
+ * 后端协议,取值范围:HTTP, HTTPS
2566
2582
  */
2567
2583
  Scheme: string
2568
2584
 
2569
2585
  /**
2570
- * 负载均衡算法
2586
+ * 负载均衡算法,取值范围:ROUND_ROBIN
2571
2587
  */
2572
2588
  Algorithm: string
2573
2589
 
2574
2590
  /**
2575
- * vpc唯一ID
2591
+ * VPC唯一ID
2576
2592
  */
2577
2593
  UniqVpcId: string
2578
2594
 
2579
2595
  /**
2580
- * 请求重拾次数
2596
+ * 请求重试次数
2581
2597
  */
2582
2598
  Retries: number
2583
2599
 
@@ -2604,18 +2620,18 @@ export interface UpstreamInfo {
2604
2620
  HealthChecker: UpstreamHealthChecker
2605
2621
 
2606
2622
  /**
2607
- * Upstream的类型
2623
+ * 后端的类型,取值范围:IP_PORT, K8S
2608
2624
  */
2609
2625
  UpstreamType: string
2610
2626
 
2611
2627
  /**
2612
- * k8s服务配置
2628
+ * K8S容器服务配置
2613
2629
  注意:此字段可能返回 null,表示取不到有效值。
2614
2630
  */
2615
2631
  K8sServices: Array<K8sService>
2616
2632
 
2617
2633
  /**
2618
- * vpc通道的Host
2634
+ * 网关转发给后端的Host请求头
2619
2635
  注意:此字段可能返回 null,表示取不到有效值。
2620
2636
  */
2621
2637
  UpstreamHost: string
@@ -2733,7 +2749,7 @@ export interface DescribeLogSearchResponse {
2733
2749
  /**
2734
2750
  * 获取更多检索结果的游标,值为""表示无后续结果
2735
2751
  */
2736
- ConText?: string
2752
+ ConText: string
2737
2753
 
2738
2754
  /**
2739
2755
  * 由0或多条日志组成,每条日志格式如下:
@@ -2765,12 +2781,12 @@ err_msg: 错误信息。
2765
2781
  tcp_rtt: 客户端 TCP 连接信息,RTT(Round Trip Time)由三部分组成:链路的传播时间(propagation delay)、末端系统的处理时间、路由器缓存中的排队和处理时间(queuing delay)。
2766
2782
  req_id:请求id。
2767
2783
  */
2768
- LogSet?: Array<string>
2784
+ LogSet: Array<string>
2769
2785
 
2770
2786
  /**
2771
2787
  * 单次搜索返回的日志条数,TotalCount <= Limit
2772
2788
  */
2773
- TotalCount?: number
2789
+ TotalCount: number
2774
2790
 
2775
2791
  /**
2776
2792
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2981,7 +2997,7 @@ export interface DemoteServiceUsagePlanResponse {
2981
2997
  * 降级操作是否成功。
2982
2998
  注意:此字段可能返回 null,表示取不到有效值。
2983
2999
  */
2984
- Result?: boolean
3000
+ Result: boolean
2985
3001
 
2986
3002
  /**
2987
3003
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3012,7 +3028,7 @@ export interface EnableApiKeyResponse {
3012
3028
  * 启动密钥操作是否成功。
3013
3029
  注意:此字段可能返回 null,表示取不到有效值。
3014
3030
  */
3015
- Result?: boolean
3031
+ Result: boolean
3016
3032
 
3017
3033
  /**
3018
3034
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3038,7 +3054,7 @@ export interface UnReleaseServiceResponse {
3038
3054
  * 下线操作是否成功。
3039
3055
  注意:此字段可能返回 null,表示取不到有效值。
3040
3056
  */
3041
- Result?: boolean
3057
+ Result: boolean
3042
3058
 
3043
3059
  /**
3044
3060
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3121,7 +3137,7 @@ export interface DescribeUsagePlanSecretIdsResponse {
3121
3137
  * 使用计划绑定的密钥列表。
3122
3138
  注意:此字段可能返回 null,表示取不到有效值。
3123
3139
  */
3124
- Result?: UsagePlanBindSecretStatus
3140
+ Result: UsagePlanBindSecretStatus
3125
3141
 
3126
3142
  /**
3127
3143
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3139,7 +3155,7 @@ export interface CreatePluginRequest {
3139
3155
  PluginName: string
3140
3156
 
3141
3157
  /**
3142
- * 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth,Routing,TrafficControlByParameter。
3158
+ * 插件类型。目前支持IPControl, TrafficControl, Cors, CustomReq, CustomAuth,Routing,TrafficControlByParameter, CircuitBreaker, ProxyCache
3143
3159
  */
3144
3160
  PluginType: string
3145
3161
 
@@ -3152,6 +3168,11 @@ export interface CreatePluginRequest {
3152
3168
  * 插件描述,限定200字以内。
3153
3169
  */
3154
3170
  Description?: string
3171
+
3172
+ /**
3173
+ * 标签
3174
+ */
3175
+ Tags?: Array<Tag>
3155
3176
  }
3156
3177
 
3157
3178
  /**
@@ -3343,7 +3364,7 @@ export interface DescribeIPStrategyApisStatusResponse {
3343
3364
  * 环境绑定API列表。
3344
3365
  注意:此字段可能返回 null,表示取不到有效值。
3345
3366
  */
3346
- Result?: IPStrategyApiStatus
3367
+ Result: IPStrategyApiStatus
3347
3368
 
3348
3369
  /**
3349
3370
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3457,7 +3478,7 @@ export interface DescribeApiKeyResponse {
3457
3478
  * 密钥详情。
3458
3479
  注意:此字段可能返回 null,表示取不到有效值。
3459
3480
  */
3460
- Result?: ApiKey
3481
+ Result: ApiKey
3461
3482
 
3462
3483
  /**
3463
3484
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4239,6 +4260,11 @@ export interface CreateApiRequest {
4239
4260
  * EIAM应用ID。
4240
4261
  */
4241
4262
  EIAMAppId?: string
4263
+
4264
+ /**
4265
+ * 资源的Owner
4266
+ */
4267
+ Owner?: string
4242
4268
  }
4243
4269
 
4244
4270
  /**
@@ -4325,7 +4351,7 @@ export interface DescribeServiceEnvironmentReleaseHistoryResponse {
4325
4351
  * 服务发布历史。
4326
4352
  注意:此字段可能返回 null,表示取不到有效值。
4327
4353
  */
4328
- Result?: ServiceReleaseHistory
4354
+ Result: ServiceReleaseHistory
4329
4355
 
4330
4356
  /**
4331
4357
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4703,12 +4729,12 @@ export interface ServiceUsagePlanSet {
4703
4729
  */
4704
4730
  export interface CreateUpstreamRequest {
4705
4731
  /**
4706
- * 后端协议,HTTP, HTTPS其中之一
4732
+ * 后端协议,取值范围:HTTP, HTTPS
4707
4733
  */
4708
4734
  Scheme: string
4709
4735
 
4710
4736
  /**
4711
- * 负载均衡算法目前支持ROUND_ROBIN
4737
+ * 负载均衡算法,取值范围:ROUND-ROBIN
4712
4738
  */
4713
4739
  Algorithm: string
4714
4740
 
@@ -4718,22 +4744,27 @@ export interface CreateUpstreamRequest {
4718
4744
  UniqVpcId: string
4719
4745
 
4720
4746
  /**
4721
- * VPC通道名字
4747
+ * 后端通道名字
4722
4748
  */
4723
4749
  UpstreamName?: string
4724
4750
 
4725
4751
  /**
4726
- * VPC通道描述
4752
+ * 后端通道描述
4727
4753
  */
4728
4754
  UpstreamDescription?: string
4729
4755
 
4756
+ /**
4757
+ * 后端访问类型,取值范围:IP_PORT, K8S
4758
+ */
4759
+ UpstreamType?: string
4760
+
4730
4761
  /**
4731
4762
  * 请求重试次数,默认3次
4732
4763
  */
4733
4764
  Retries?: number
4734
4765
 
4735
4766
  /**
4736
- * 请求到后端的,host头
4767
+ * 网关转发到后端的Host请求头
4737
4768
  */
4738
4769
  UpstreamHost?: string
4739
4770
 
@@ -4743,7 +4774,17 @@ export interface CreateUpstreamRequest {
4743
4774
  Nodes?: Array<UpstreamNode>
4744
4775
 
4745
4776
  /**
4746
- * k8s服务的配置
4777
+ * 标签
4778
+ */
4779
+ Tags?: Array<Tag>
4780
+
4781
+ /**
4782
+ * 健康检查配置,目前只支持VPC通道
4783
+ */
4784
+ HealthChecker?: UpstreamHealthChecker
4785
+
4786
+ /**
4787
+ * K8S容器服务的配置
4747
4788
  */
4748
4789
  K8sService?: Array<K8sService>
4749
4790
  }
@@ -4756,7 +4797,7 @@ export interface ModifyServiceEnvironmentStrategyResponse {
4756
4797
  * 修改操作是否成功。
4757
4798
  注意:此字段可能返回 null,表示取不到有效值。
4758
4799
  */
4759
- Result?: boolean
4800
+ Result: boolean
4760
4801
 
4761
4802
  /**
4762
4803
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4772,7 +4813,7 @@ export interface UpdateApiKeyResponse {
4772
4813
  * 更换后的密钥详情。
4773
4814
  注意:此字段可能返回 null,表示取不到有效值。
4774
4815
  */
4775
- Result?: ApiKey
4816
+ Result: ApiKey
4776
4817
 
4777
4818
  /**
4778
4819
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4817,7 +4858,7 @@ export interface DescribeApisStatusResponse {
4817
4858
  /**
4818
4859
  * API 详情列表。
4819
4860
  */
4820
- Result?: ApisStatus
4861
+ Result: ApisStatus
4821
4862
 
4822
4863
  /**
4823
4864
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5208,7 +5249,7 @@ export interface CreateApiKeyResponse {
5208
5249
  * 新增的密钥详情。
5209
5250
  注意:此字段可能返回 null,表示取不到有效值。
5210
5251
  */
5211
- Result?: ApiKey
5252
+ Result: ApiKey
5212
5253
 
5213
5254
  /**
5214
5255
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5221,17 +5262,17 @@ export interface CreateApiKeyResponse {
5221
5262
  */
5222
5263
  export interface DescribeUpstreamsRequest {
5223
5264
  /**
5224
- * 分页
5265
+ * 分页大小
5225
5266
  */
5226
5267
  Limit: number
5227
5268
 
5228
5269
  /**
5229
- * 分页
5270
+ * 分页起始位置
5230
5271
  */
5231
5272
  Offset: number
5232
5273
 
5233
5274
  /**
5234
- * 过滤条件
5275
+ * 过滤条件,支持后端通道ID(UpstreamId)、后端通道名字(UpstreamName)过滤查询
5235
5276
  */
5236
5277
  Filters?: Array<Filter>
5237
5278
  }
@@ -5398,7 +5439,7 @@ export interface VpcConfig {
5398
5439
  */
5399
5440
  export interface CreateUpstreamResponse {
5400
5441
  /**
5401
- * 创建返回的唯一id
5442
+ * 创建返回的唯一ID
5402
5443
  注意:此字段可能返回 null,表示取不到有效值。
5403
5444
  */
5404
5445
  UpstreamId: string
@@ -5570,7 +5611,7 @@ export interface DeletePluginResponse {
5570
5611
  }
5571
5612
 
5572
5613
  /**
5573
- * 查询vpc通道绑定api列表
5614
+ * 查询后端通道绑定API列表
5574
5615
  */
5575
5616
  export interface DescribeUpstreamBindApis {
5576
5617
  /**
@@ -5579,7 +5620,7 @@ export interface DescribeUpstreamBindApis {
5579
5620
  TotalCount: number
5580
5621
 
5581
5622
  /**
5582
- * 绑定的api信息
5623
+ * 绑定的API信息
5583
5624
  */
5584
5625
  BindApiSet: Array<BindApiInfo>
5585
5626
  }
@@ -5692,7 +5733,7 @@ export interface GenerateApiDocumentResponse {
5692
5733
  /**
5693
5734
  * api文档&sdk链接。
5694
5735
  */
5695
- Result?: DocumentSDK
5736
+ Result: DocumentSDK
5696
5737
 
5697
5738
  /**
5698
5739
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5708,7 +5749,7 @@ export interface DescribeUsagePlanEnvironmentsResponse {
5708
5749
  * 使用计划绑定详情。
5709
5750
  注意:此字段可能返回 null,表示取不到有效值。
5710
5751
  */
5711
- Result?: UsagePlanEnvironmentStatus
5752
+ Result: UsagePlanEnvironmentStatus
5712
5753
 
5713
5754
  /**
5714
5755
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5779,7 +5820,7 @@ export interface ModifyApiEnvironmentStrategyResponse {
5779
5820
  * 修改操作是否成功。
5780
5821
  注意:此字段可能返回 null,表示取不到有效值。
5781
5822
  */
5782
- Result?: boolean
5823
+ Result: boolean
5783
5824
 
5784
5825
  /**
5785
5826
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -5894,7 +5935,7 @@ export interface UnBindEnvironmentResponse {
5894
5935
  * 解绑操作是否成功。
5895
5936
  注意:此字段可能返回 null,表示取不到有效值。
5896
5937
  */
5897
- Result?: boolean
5938
+ Result: boolean
5898
5939
 
5899
5940
  /**
5900
5941
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6098,7 +6139,7 @@ export interface DescribeApiEnvironmentStrategyResponse {
6098
6139
  * api绑定策略详情
6099
6140
  注意:此字段可能返回 null,表示取不到有效值。
6100
6141
  */
6101
- Result?: ApiEnvironmentStrategyStataus
6142
+ Result: ApiEnvironmentStrategyStataus
6102
6143
 
6103
6144
  /**
6104
6145
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6212,7 +6253,7 @@ export interface DeleteIPStrategyResponse {
6212
6253
  * 删除操作是否成功。
6213
6254
  注意:此字段可能返回 null,表示取不到有效值。
6214
6255
  */
6215
- Result?: boolean
6256
+ Result: boolean
6216
6257
 
6217
6258
  /**
6218
6259
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6367,7 +6408,7 @@ export interface DescribeUsagePlanResponse {
6367
6408
  * 使用计划详情。
6368
6409
  注意:此字段可能返回 null,表示取不到有效值。
6369
6410
  */
6370
- Result?: UsagePlanInfo
6411
+ Result: UsagePlanInfo
6371
6412
 
6372
6413
  /**
6373
6414
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6455,7 +6496,7 @@ export interface BindEnvironmentRequest {
6455
6496
  */
6456
6497
  export interface ModifyUpstreamResponse {
6457
6498
  /**
6458
- * 返回修改后的vpc通道信息
6499
+ * 返回修改后的后端通道信息
6459
6500
  注意:此字段可能返回 null,表示取不到有效值。
6460
6501
  */
6461
6502
  Result: UpstreamInfo
@@ -6585,7 +6626,7 @@ export interface DescribeServiceReleaseVersionResponse {
6585
6626
  * 服务发布版本列表。
6586
6627
  注意:此字段可能返回 null,表示取不到有效值。
6587
6628
  */
6588
- Result?: ServiceReleaseVersion
6629
+ Result: ServiceReleaseVersion
6589
6630
 
6590
6631
  /**
6591
6632
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -6594,11 +6635,11 @@ export interface DescribeServiceReleaseVersionResponse {
6594
6635
  }
6595
6636
 
6596
6637
  /**
6597
- * VPC通道后端节点元数据
6638
+ * 后端通道后端节点元数据
6598
6639
  */
6599
6640
  export interface UpstreamNode {
6600
6641
  /**
6601
- * IP(domain)
6642
+ * IP或域名
6602
6643
  */
6603
6644
  Host: string
6604
6645
 
@@ -6613,7 +6654,7 @@ export interface UpstreamNode {
6613
6654
  Weight: number
6614
6655
 
6615
6656
  /**
6616
- * vm实例id
6657
+ * CVM实例ID
6617
6658
  注意:此字段可能返回 null,表示取不到有效值。
6618
6659
  */
6619
6660
  VmInstanceId?: string
@@ -6625,19 +6666,19 @@ export interface UpstreamNode {
6625
6666
  Tags?: Array<string>
6626
6667
 
6627
6668
  /**
6628
- * 节点健康状态,创建、编辑时不需要传该参数。OFF:关闭,HEALTHY:健康,UNHEALTHY:异常,NO_DATA:数据未上报
6669
+ * 节点健康状态,创建、编辑时不需要传该参数。OFF:关闭,HEALTHY:健康,UNHEALTHY:异常,NO_DATA:数据未上报。目前只支持VPC通道。
6629
6670
  注意:此字段可能返回 null,表示取不到有效值。
6630
6671
  */
6631
6672
  Healthy?: string
6632
6673
 
6633
6674
  /**
6634
- * k8s服务名字
6675
+ * K8S容器服务名字
6635
6676
  注意:此字段可能返回 null,表示取不到有效值。
6636
6677
  */
6637
6678
  ServiceName?: string
6638
6679
 
6639
6680
  /**
6640
- * k8s命名空间
6681
+ * K8S命名空间
6641
6682
  注意:此字段可能返回 null,表示取不到有效值。
6642
6683
  */
6643
6684
  NameSpace?: string
@@ -6649,7 +6690,7 @@ export interface UpstreamNode {
6649
6690
  ClusterId?: string
6650
6691
 
6651
6692
  /**
6652
- * Node的来源
6693
+ * Node的来源,取值范围:K8S
6653
6694
  注意:此字段可能返回 null,表示取不到有效值。
6654
6695
  */
6655
6696
  Source?: string
@@ -6682,7 +6723,7 @@ export interface ApiAppApiInfos {
6682
6723
  */
6683
6724
  export interface DeleteUpstreamResponse {
6684
6725
  /**
6685
- * 成功删除的vpc通道id
6726
+ * 成功删除的后端通道ID
6686
6727
  注意:此字段可能返回 null,表示取不到有效值。
6687
6728
  */
6688
6729
  UpstreamId: string
@@ -6950,7 +6991,7 @@ export interface DescribeServiceEnvironmentStrategyResponse {
6950
6991
  * 限流策略列表。
6951
6992
  注意:此字段可能返回 null,表示取不到有效值。
6952
6993
  */
6953
- Result?: ServiceEnvironmentStrategyStatus
6994
+ Result: ServiceEnvironmentStrategyStatus
6954
6995
 
6955
6996
  /**
6956
6997
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7228,7 +7269,7 @@ export interface DescribeServiceUsagePlanResponse {
7228
7269
  * 服务绑定使用计划列表。
7229
7270
  注意:此字段可能返回 null,表示取不到有效值。
7230
7271
  */
7231
- Result?: ServiceUsagePlanSet
7272
+ Result: ServiceUsagePlanSet
7232
7273
 
7233
7274
  /**
7234
7275
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7325,7 +7366,7 @@ export interface DescribeIPStrategysStatusResponse {
7325
7366
  * 符合条件的策略列表。
7326
7367
  注意:此字段可能返回 null,表示取不到有效值。
7327
7368
  */
7328
- Result?: IPStrategysStatus
7369
+ Result: IPStrategysStatus
7329
7370
 
7330
7371
  /**
7331
7372
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7436,7 +7477,7 @@ export interface UnBindSecretIdsResponse {
7436
7477
  * 解绑操作是否成功。
7437
7478
  注意:此字段可能返回 null,表示取不到有效值。
7438
7479
  */
7439
- Result?: boolean
7480
+ Result: boolean
7440
7481
 
7441
7482
  /**
7442
7483
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7540,7 +7581,7 @@ export interface RequestParameter {
7540
7581
  }
7541
7582
 
7542
7583
  /**
7543
- * VPC通道健康检查参数配置
7584
+ * 后端通道健康检查参数配置
7544
7585
  */
7545
7586
  export interface UpstreamHealthChecker {
7546
7587
  /**