tencentcloud-sdk-nodejs 4.0.768 → 4.0.769

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 (62) hide show
  1. package/CHANGELOG.md +195 -0
  2. package/SERVICE_CHANGELOG.md +326 -23
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/cat/v20180409/cat_models.ts +1 -1
  8. package/src/services/cfw/v20190904/cfw_models.ts +7 -7
  9. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  10. package/src/services/cwp/v20180228/cwp_models.ts +17 -13
  11. package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
  12. package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
  13. package/src/services/ess/v20201111/ess_client.ts +50 -6
  14. package/src/services/ess/v20201111/ess_models.ts +86 -10
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
  17. package/src/services/oceanus/v20190422/oceanus_client.ts +14 -2
  18. package/src/services/oceanus/v20190422/oceanus_models.ts +71 -13
  19. package/src/services/scf/v20180416/scf_models.ts +6 -2
  20. package/src/services/tcss/v20201101/tcss_models.ts +29 -5
  21. package/src/services/teo/v20220901/teo_models.ts +5 -5
  22. package/src/services/tiw/v20190919/tiw_models.ts +101 -10
  23. package/src/services/trp/v20210515/trp_client.ts +1 -1
  24. package/src/services/trp/v20210515/trp_models.ts +17 -3
  25. package/src/services/tse/v20201207/tse_client.ts +76 -16
  26. package/src/services/tse/v20201207/tse_models.ts +237 -58
  27. package/src/services/tsf/v20180326/tsf_models.ts +24 -20
  28. package/src/services/vod/v20180717/vod_models.ts +6 -6
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  32. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  33. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  35. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
  36. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
  37. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
  38. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +43 -7
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +44 -6
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +84 -10
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -13
  45. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  46. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  47. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -12
  48. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
  49. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
  50. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  51. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
  52. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
  53. package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
  54. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
  55. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
  56. package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
  57. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
  58. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +24 -20
  59. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -6
  60. package/test/ess.v20201111.test.js +10 -0
  61. package/test/oceanus.v20190422.test.js +10 -0
  62. package/test/tse.v20201207.test.js +54 -4
@@ -21,6 +21,7 @@ import {
21
21
  ListCloudNativeAPIGatewayResult,
22
22
  DescribeCloudNativeAPIGatewayResponse,
23
23
  CreateCloudNativeAPIGatewayServiceResponse,
24
+ DeleteCloudNativeAPIGatewayPublicNetworkResponse,
24
25
  DeleteCloudNativeAPIGatewayRouteRateLimitResponse,
25
26
  ApolloEnvParam,
26
27
  DeleteWafDomainsRequest,
@@ -40,6 +41,7 @@ import {
40
41
  DescribeUpstreamHealthCheckConfigRequest,
41
42
  CreateNativeGatewayServerGroupRequest,
42
43
  DescribeCloudNativeAPIGatewayCertificatesRequest,
44
+ ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
43
45
  DeleteCloudNativeAPIGatewayResult,
44
46
  QpsThreshold,
45
47
  ModifyCloudNativeAPIGatewayResponse,
@@ -53,12 +55,13 @@ import {
53
55
  DeleteCloudNativeAPIGatewayCertificateResponse,
54
56
  DeleteCloudNativeAPIGatewayCanaryRuleRequest,
55
57
  GatewayInstanceSchemeAndPorts,
56
- ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
58
+ DescribeZookeeperServerInterfacesRequest,
57
59
  UpstreamHealthCheckConfig,
58
60
  NacosServerInterface,
59
61
  DescribeNacosReplicasRequest,
60
62
  CreateCloudNativeAPIGatewayServiceRequest,
61
63
  CloudNativeAPIGatewayBalancedService,
64
+ ModifyConsoleNetworkRequest,
62
65
  ExternalRedis,
63
66
  ModifyCloudNativeAPIGatewayCertificateRequest,
64
67
  EnvAddressInfo,
@@ -85,7 +88,7 @@ import {
85
88
  DescribeWafDomainsResult,
86
89
  InstancePort,
87
90
  DescribeCloudNativeAPIGatewayResult,
88
- PolarisCLSTopicInfo,
91
+ ModifyNetworkAccessStrategyRequest,
89
92
  DeleteCloudNativeAPIGatewayRouteResponse,
90
93
  DescribeCloudNativeAPIGatewayPortsResponse,
91
94
  CreateCloudNativeAPIGatewayRouteRateLimitRequest,
@@ -132,8 +135,9 @@ import {
132
135
  AutoScalerBehavior,
133
136
  ListFilter,
134
137
  DeleteEngineRequest,
138
+ CreateCloudNativeAPIGatewayPublicNetworkResponse,
135
139
  DescribeWafDomainsResponse,
136
- ZookeeperReplica,
140
+ ModifyNetworkBasicInfoRequest,
137
141
  ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
138
142
  DescribeSREInstanceAccessAddressRequest,
139
143
  DescribeCloudNativeAPIGatewayCanaryRulesResponse,
@@ -148,6 +152,7 @@ import {
148
152
  UpdateCloudNativeAPIGatewaySpecResponse,
149
153
  CloudNativeAPIGatewayConfig,
150
154
  DescribeZookeeperServerInterfacesResponse,
155
+ ModifyNetworkAccessStrategyResponse,
151
156
  DescribeNativeGatewayServerGroupsRequest,
152
157
  CertificateInfo,
153
158
  DescribeGatewayInstancePortResult,
@@ -166,7 +171,7 @@ import {
166
171
  DescribeWafProtectionRequest,
167
172
  ModifyUpstreamNodeStatusResponse,
168
173
  NetworkAccessControl,
169
- DescribeZookeeperServerInterfacesRequest,
174
+ CreateCloudNativeAPIGatewayPublicNetworkRequest,
170
175
  DescribeCloudNativeAPIGatewayRouteRateLimitResponse,
171
176
  UpdateCloudNativeAPIGatewayResult,
172
177
  DescribeCloudNativeAPIGatewayRequest,
@@ -174,6 +179,7 @@ import {
174
179
  RouteWafStatus,
175
180
  CloudNativeAPIGatewayStrategyCronScalerConfigParam,
176
181
  OpenWafProtectionRequest,
182
+ DeleteCloudNativeAPIGatewayPublicNetworkRequest,
177
183
  DeleteCloudNativeAPIGatewayRouteRequest,
178
184
  InternetConfig,
179
185
  DescribeCloudNativeAPIGatewayRoutesRequest,
@@ -183,6 +189,7 @@ import {
183
189
  CloudNativeAPIGatewayCanaryRule,
184
190
  ModifyCloudNativeAPIGatewayServiceRateLimitResponse,
185
191
  CloudNativeAPIGatewayStrategyAutoScalerConfig,
192
+ ZookeeperReplica,
186
193
  DescribeNacosServerInterfacesRequest,
187
194
  CloudNativeAPIGatewayCanaryRuleCondition,
188
195
  UpdateUpstreamHealthCheckConfigResponse,
@@ -199,11 +206,13 @@ import {
199
206
  KongCertificatesPreview,
200
207
  CreateCloudNativeAPIGatewayServiceRateLimitRequest,
201
208
  DescribeZookeeperReplicasResponse,
209
+ PolarisCLSTopicInfo,
202
210
  NativeGatewayServerGroups,
203
211
  CreateEngineRequest,
204
212
  ModifyCloudNativeAPIGatewayCanaryRuleRequest,
205
213
  VpcInfo,
206
214
  KongServiceRouteList,
215
+ ModifyConsoleNetworkResponse,
207
216
  DeleteWafDomainsResponse,
208
217
  CreateCloudNativeAPIGatewayResult,
209
218
  ModifyCloudNativeAPIGatewayRequest,
@@ -216,6 +225,7 @@ import {
216
225
  ModifyNativeGatewayServerGroupResponse,
217
226
  EngineRegionInfo,
218
227
  UpdateCloudNativeAPIGatewayCertificateInfoResponse,
228
+ ModifyNetworkBasicInfoResponse,
219
229
  DescribeWafProtectionResult,
220
230
  KongServiceDetail,
221
231
  } from "./tse_models"
@@ -230,13 +240,23 @@ export class Client extends AbstractClient {
230
240
  }
231
241
 
232
242
  /**
233
- * 获取云原生网关服务详情下的Upstream列表
243
+ * 修改网关实例Konga网络配置
234
244
  */
235
- async DescribeCloudNativeAPIGatewayUpstream(
236
- req: DescribeCloudNativeAPIGatewayUpstreamRequest,
237
- cb?: (error: string, rep: DescribeCloudNativeAPIGatewayUpstreamResponse) => void
238
- ): Promise<DescribeCloudNativeAPIGatewayUpstreamResponse> {
239
- return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb)
245
+ async ModifyConsoleNetwork(
246
+ req: ModifyConsoleNetworkRequest,
247
+ cb?: (error: string, rep: ModifyConsoleNetworkResponse) => void
248
+ ): Promise<ModifyConsoleNetworkResponse> {
249
+ return this.request("ModifyConsoleNetwork", req, cb)
250
+ }
251
+
252
+ /**
253
+ * 创建公网网络配置
254
+ */
255
+ async CreateCloudNativeAPIGatewayPublicNetwork(
256
+ req: CreateCloudNativeAPIGatewayPublicNetworkRequest,
257
+ cb?: (error: string, rep: CreateCloudNativeAPIGatewayPublicNetworkResponse) => void
258
+ ): Promise<CreateCloudNativeAPIGatewayPublicNetworkResponse> {
259
+ return this.request("CreateCloudNativeAPIGatewayPublicNetwork", req, cb)
240
260
  }
241
261
 
242
262
  /**
@@ -319,6 +339,16 @@ export class Client extends AbstractClient {
319
339
  return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb)
320
340
  }
321
341
 
342
+ /**
343
+ * 获取云原生网关服务详情下的Upstream列表
344
+ */
345
+ async DescribeCloudNativeAPIGatewayUpstream(
346
+ req: DescribeCloudNativeAPIGatewayUpstreamRequest,
347
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayUpstreamResponse) => void
348
+ ): Promise<DescribeCloudNativeAPIGatewayUpstreamResponse> {
349
+ return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb)
350
+ }
351
+
322
352
  /**
323
353
  * 查询云原生网关证书列表
324
354
  */
@@ -359,6 +389,16 @@ export class Client extends AbstractClient {
359
389
  return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb)
360
390
  }
361
391
 
392
+ /**
393
+ * 删除公网网络配置
394
+ */
395
+ async DeleteCloudNativeAPIGatewayPublicNetwork(
396
+ req: DeleteCloudNativeAPIGatewayPublicNetworkRequest,
397
+ cb?: (error: string, rep: DeleteCloudNativeAPIGatewayPublicNetworkResponse) => void
398
+ ): Promise<DeleteCloudNativeAPIGatewayPublicNetworkResponse> {
399
+ return this.request("DeleteCloudNativeAPIGatewayPublicNetwork", req, cb)
400
+ }
401
+
362
402
  /**
363
403
  * 删除 WAF 防护域名
364
404
  */
@@ -649,6 +689,16 @@ export class Client extends AbstractClient {
649
689
  return this.request("OpenWafProtection", req, cb)
650
690
  }
651
691
 
692
+ /**
693
+ * 更新网关上游实例列表,仅支持IPList服务类型
694
+ */
695
+ async UpdateUpstreamTargets(
696
+ req: UpdateUpstreamTargetsRequest,
697
+ cb?: (error: string, rep: UpdateUpstreamTargetsResponse) => void
698
+ ): Promise<UpdateUpstreamTargetsResponse> {
699
+ return this.request("UpdateUpstreamTargets", req, cb)
700
+ }
701
+
652
702
  /**
653
703
  * 修改云原生API网关实例基础信息
654
704
  */
@@ -680,13 +730,23 @@ export class Client extends AbstractClient {
680
730
  }
681
731
 
682
732
  /**
683
- * 更新网关上游实例列表,仅支持IPList服务类型
733
+ * 修改云原生API网关实例网络基本信息,比如带宽以及描述,只支持修改客户端公网/内网的信息。
684
734
  */
685
- async UpdateUpstreamTargets(
686
- req: UpdateUpstreamTargetsRequest,
687
- cb?: (error: string, rep: UpdateUpstreamTargetsResponse) => void
688
- ): Promise<UpdateUpstreamTargetsResponse> {
689
- return this.request("UpdateUpstreamTargets", req, cb)
735
+ async ModifyNetworkBasicInfo(
736
+ req: ModifyNetworkBasicInfoRequest,
737
+ cb?: (error: string, rep: ModifyNetworkBasicInfoResponse) => void
738
+ ): Promise<ModifyNetworkBasicInfoResponse> {
739
+ return this.request("ModifyNetworkBasicInfo", req, cb)
740
+ }
741
+
742
+ /**
743
+ * 修改云原生API网关实例Kong访问策略,支持白名单或者黑名单。
744
+ */
745
+ async ModifyNetworkAccessStrategy(
746
+ req: ModifyNetworkAccessStrategyRequest,
747
+ cb?: (error: string, rep: ModifyNetworkAccessStrategyResponse) => void
748
+ ): Promise<ModifyNetworkAccessStrategyResponse> {
749
+ return this.request("ModifyNetworkAccessStrategy", req, cb)
690
750
  }
691
751
 
692
752
  /**
@@ -58,6 +58,16 @@ export interface CreateCloudNativeAPIGatewayServiceResponse {
58
58
  RequestId?: string
59
59
  }
60
60
 
61
+ /**
62
+ * DeleteCloudNativeAPIGatewayPublicNetwork返回参数结构体
63
+ */
64
+ export interface DeleteCloudNativeAPIGatewayPublicNetworkResponse {
65
+ /**
66
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
67
+ */
68
+ RequestId?: string
69
+ }
70
+
61
71
  /**
62
72
  * DeleteCloudNativeAPIGatewayRouteRateLimit返回参数结构体
63
73
  */
@@ -562,6 +572,25 @@ export interface DescribeCloudNativeAPIGatewayCertificatesRequest {
562
572
  Filters?: Array<ListFilter>
563
573
  }
564
574
 
575
+ /**
576
+ * ModifyCloudNativeAPIGatewayRouteRateLimit请求参数结构体
577
+ */
578
+ export interface ModifyCloudNativeAPIGatewayRouteRateLimitRequest {
579
+ /**
580
+ * 网关ID
581
+ */
582
+ GatewayId: string
583
+ /**
584
+ * 路由id,或路由名称。
585
+ 不支持“未命名”
586
+ */
587
+ Id: string
588
+ /**
589
+ * 限流配置
590
+ */
591
+ LimitDetail: CloudNativeAPIGatewayRateLimitDetail
592
+ }
593
+
565
594
  /**
566
595
  * 删除云原生API网关响应结果。
567
596
  */
@@ -751,22 +780,21 @@ export interface GatewayInstanceSchemeAndPorts {
751
780
  }
752
781
 
753
782
  /**
754
- * ModifyCloudNativeAPIGatewayRouteRateLimit请求参数结构体
783
+ * DescribeZookeeperServerInterfaces请求参数结构体
755
784
  */
756
- export interface ModifyCloudNativeAPIGatewayRouteRateLimitRequest {
785
+ export interface DescribeZookeeperServerInterfacesRequest {
757
786
  /**
758
- * 网关ID
787
+ * 实例id
759
788
  */
760
- GatewayId: string
789
+ InstanceId?: string
761
790
  /**
762
- * 路由id,或路由名称。
763
- 不支持“未命名”
791
+ * 返回的列表个数
764
792
  */
765
- Id: string
793
+ Limit?: number
766
794
  /**
767
- * 限流配置
795
+ * 返回的列表起始偏移量
768
796
  */
769
- LimitDetail: CloudNativeAPIGatewayRateLimitDetail
797
+ Offset?: number
770
798
  }
771
799
 
772
800
  /**
@@ -922,6 +950,32 @@ export interface CloudNativeAPIGatewayBalancedService {
922
950
  Percent?: number
923
951
  }
924
952
 
953
+ /**
954
+ * ModifyConsoleNetwork请求参数结构体
955
+ */
956
+ export interface ModifyConsoleNetworkRequest {
957
+ /**
958
+ * 云原生API网关实例ID。
959
+ */
960
+ GatewayId: string
961
+ /**
962
+ * 网络类型:
963
+ - Open 公网
964
+ - Internal 内网(暂不支持)
965
+ */
966
+ NetworkType: string
967
+ /**
968
+ * 开启Konga网络,不填时默认为Open
969
+ - Open,开启
970
+ - Close,关闭
971
+ */
972
+ Operate?: string
973
+ /**
974
+ * 访问控制策略
975
+ */
976
+ AccessControl?: NetworkAccessControl
977
+ }
978
+
925
979
  /**
926
980
  * 云原生网关限流插件外部redis配置
927
981
  */
@@ -1675,29 +1729,31 @@ export interface DescribeCloudNativeAPIGatewayResult {
1675
1729
  }
1676
1730
 
1677
1731
  /**
1678
- * 北极星日志主题信息
1732
+ * ModifyNetworkAccessStrategy请求参数结构体
1679
1733
  */
1680
- export interface PolarisCLSTopicInfo {
1734
+ export interface ModifyNetworkAccessStrategyRequest {
1681
1735
  /**
1682
- * 日志集ID
1683
- 注意:此字段可能返回 null,表示取不到有效值。
1736
+ * 云原生API网关实例ID
1684
1737
  */
1685
- LogSetId?: string
1738
+ GatewayId: string
1686
1739
  /**
1687
- * 日志集名称
1688
- 注意:此字段可能返回 null,表示取不到有效值。
1740
+ * 分组id
1689
1741
  */
1690
- LogSetName?: string
1742
+ GroupId: string
1691
1743
  /**
1692
- * 日志主题ID
1693
- 注意:此字段可能返回 null,表示取不到有效值。
1744
+ * 网络类型:
1745
+ - Open 公网
1746
+ - Internal 内网 (暂不支持)
1694
1747
  */
1695
- TopicId?: string
1748
+ NetworkType: string
1696
1749
  /**
1697
- * 日志主题名称
1698
- 注意:此字段可能返回 null,表示取不到有效值。
1750
+ * ip地址
1699
1751
  */
1700
- TopicName?: string
1752
+ Vip: string
1753
+ /**
1754
+ * 访问控制策略
1755
+ */
1756
+ AccessControl: NetworkAccessControl
1701
1757
  }
1702
1758
 
1703
1759
  /**
@@ -2751,6 +2807,16 @@ export interface DeleteEngineRequest {
2751
2807
  InstanceId: string
2752
2808
  }
2753
2809
 
2810
+ /**
2811
+ * CreateCloudNativeAPIGatewayPublicNetwork返回参数结构体
2812
+ */
2813
+ export interface CreateCloudNativeAPIGatewayPublicNetworkResponse {
2814
+ /**
2815
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2816
+ */
2817
+ RequestId?: string
2818
+ }
2819
+
2754
2820
  /**
2755
2821
  * DescribeWafDomains返回参数结构体
2756
2822
  */
@@ -2767,46 +2833,36 @@ export interface DescribeWafDomainsResponse {
2767
2833
  }
2768
2834
 
2769
2835
  /**
2770
- * Zookeeper副本信息
2836
+ * ModifyNetworkBasicInfo请求参数结构体
2771
2837
  */
2772
- export interface ZookeeperReplica {
2838
+ export interface ModifyNetworkBasicInfoRequest {
2773
2839
  /**
2774
- * 名称
2775
- */
2776
- Name: string
2777
- /**
2778
- * 角色
2779
- */
2780
- Role: string
2781
- /**
2782
- * 状态
2840
+ * 云原生API网关实例ID。
2783
2841
  */
2784
- Status: string
2842
+ GatewayId: string
2785
2843
  /**
2786
- * 子网ID
2787
- 注意:此字段可能返回 null,表示取不到有效值。
2844
+ * 分组id
2788
2845
  */
2789
- SubnetId: string
2846
+ GroupId: string
2790
2847
  /**
2791
- * 可用区ID
2792
- 注意:此字段可能返回 null,表示取不到有效值。
2848
+ * 网络类型:
2849
+ - Open 公网ipv4
2850
+ - Open-IPv6 公网ipv6
2851
+ - Internal 内网
2793
2852
  */
2794
- Zone: string
2853
+ NetworkType: string
2795
2854
  /**
2796
- * 可用区ID
2797
- 注意:此字段可能返回 null,表示取不到有效值。
2855
+ * ip地址
2798
2856
  */
2799
- ZoneId: string
2857
+ Vip: string
2800
2858
  /**
2801
- * 别名
2802
- 注意:此字段可能返回 null,表示取不到有效值。
2859
+ * 公网出流量带宽[1,2048]Mbps
2803
2860
  */
2804
- AliasName: string
2861
+ InternetMaxBandwidthOut?: number
2805
2862
  /**
2806
- * VPC ID
2807
- 注意:此字段可能返回 null,表示取不到有效值。
2863
+ * 负载均衡描述
2808
2864
  */
2809
- VpcId?: string
2865
+ Description?: string
2810
2866
  }
2811
2867
 
2812
2868
  /**
@@ -3200,6 +3256,16 @@ export interface DescribeZookeeperServerInterfacesResponse {
3200
3256
  RequestId?: string
3201
3257
  }
3202
3258
 
3259
+ /**
3260
+ * ModifyNetworkAccessStrategy返回参数结构体
3261
+ */
3262
+ export interface ModifyNetworkAccessStrategyResponse {
3263
+ /**
3264
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3265
+ */
3266
+ RequestId?: string
3267
+ }
3268
+
3203
3269
  /**
3204
3270
  * DescribeNativeGatewayServerGroups请求参数结构体
3205
3271
  */
@@ -3534,21 +3600,21 @@ export interface NetworkAccessControl {
3534
3600
  }
3535
3601
 
3536
3602
  /**
3537
- * DescribeZookeeperServerInterfaces请求参数结构体
3603
+ * CreateCloudNativeAPIGatewayPublicNetwork请求参数结构体
3538
3604
  */
3539
- export interface DescribeZookeeperServerInterfacesRequest {
3605
+ export interface CreateCloudNativeAPIGatewayPublicNetworkRequest {
3540
3606
  /**
3541
- * 实例id
3607
+ * 云原生API网关实例ID。
3542
3608
  */
3543
- InstanceId?: string
3609
+ GatewayId: string
3544
3610
  /**
3545
- * 返回的列表个数
3611
+ * 分组id。
3546
3612
  */
3547
- Limit?: number
3613
+ GroupId?: string
3548
3614
  /**
3549
- * 返回的列表起始偏移量
3615
+ * 公网负载均衡配置。
3550
3616
  */
3551
- Offset?: number
3617
+ InternetConfig?: InternetConfig
3552
3618
  }
3553
3619
 
3554
3620
  /**
@@ -3702,6 +3768,30 @@ export interface OpenWafProtectionRequest {
3702
3768
  List?: Array<string>
3703
3769
  }
3704
3770
 
3771
+ /**
3772
+ * DeleteCloudNativeAPIGatewayPublicNetwork请求参数结构体
3773
+ */
3774
+ export interface DeleteCloudNativeAPIGatewayPublicNetworkRequest {
3775
+ /**
3776
+ * 云原生API网关实例ID。
3777
+ */
3778
+ GatewayId: string
3779
+ /**
3780
+ * 分组id,kong类型时必填
3781
+ */
3782
+ GroupId?: string
3783
+ /**
3784
+ * 公网类型
3785
+ - IPV4 (默认值)
3786
+ - IPV6
3787
+ */
3788
+ InternetAddressVersion?: string
3789
+ /**
3790
+ * 公网ip,存在多个公网时必填
3791
+ */
3792
+ Vip?: string
3793
+ }
3794
+
3705
3795
  /**
3706
3796
  * DeleteCloudNativeAPIGatewayRoute请求参数结构体
3707
3797
  */
@@ -3918,6 +4008,49 @@ export interface CloudNativeAPIGatewayStrategyAutoScalerConfig {
3918
4008
  Behavior?: AutoScalerBehavior
3919
4009
  }
3920
4010
 
4011
+ /**
4012
+ * Zookeeper副本信息
4013
+ */
4014
+ export interface ZookeeperReplica {
4015
+ /**
4016
+ * 名称
4017
+ */
4018
+ Name: string
4019
+ /**
4020
+ * 角色
4021
+ */
4022
+ Role: string
4023
+ /**
4024
+ * 状态
4025
+ */
4026
+ Status: string
4027
+ /**
4028
+ * 子网ID
4029
+ 注意:此字段可能返回 null,表示取不到有效值。
4030
+ */
4031
+ SubnetId: string
4032
+ /**
4033
+ * 可用区ID
4034
+ 注意:此字段可能返回 null,表示取不到有效值。
4035
+ */
4036
+ Zone: string
4037
+ /**
4038
+ * 可用区ID
4039
+ 注意:此字段可能返回 null,表示取不到有效值。
4040
+ */
4041
+ ZoneId: string
4042
+ /**
4043
+ * 别名
4044
+ 注意:此字段可能返回 null,表示取不到有效值。
4045
+ */
4046
+ AliasName: string
4047
+ /**
4048
+ * VPC ID
4049
+ 注意:此字段可能返回 null,表示取不到有效值。
4050
+ */
4051
+ VpcId?: string
4052
+ }
4053
+
3921
4054
  /**
3922
4055
  * DescribeNacosServerInterfaces请求参数结构体
3923
4056
  */
@@ -4417,6 +4550,32 @@ export interface DescribeZookeeperReplicasResponse {
4417
4550
  RequestId?: string
4418
4551
  }
4419
4552
 
4553
+ /**
4554
+ * 北极星日志主题信息
4555
+ */
4556
+ export interface PolarisCLSTopicInfo {
4557
+ /**
4558
+ * 日志集ID
4559
+ 注意:此字段可能返回 null,表示取不到有效值。
4560
+ */
4561
+ LogSetId?: string
4562
+ /**
4563
+ * 日志集名称
4564
+ 注意:此字段可能返回 null,表示取不到有效值。
4565
+ */
4566
+ LogSetName?: string
4567
+ /**
4568
+ * 日志主题ID
4569
+ 注意:此字段可能返回 null,表示取不到有效值。
4570
+ */
4571
+ TopicId?: string
4572
+ /**
4573
+ * 日志主题名称
4574
+ 注意:此字段可能返回 null,表示取不到有效值。
4575
+ */
4576
+ TopicName?: string
4577
+ }
4578
+
4420
4579
  /**
4421
4580
  * 网关分组列表
4422
4581
  */
@@ -4614,6 +4773,16 @@ export interface KongServiceRouteList {
4614
4773
  TotalCount?: number
4615
4774
  }
4616
4775
 
4776
+ /**
4777
+ * ModifyConsoleNetwork返回参数结构体
4778
+ */
4779
+ export interface ModifyConsoleNetworkResponse {
4780
+ /**
4781
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4782
+ */
4783
+ RequestId?: string
4784
+ }
4785
+
4617
4786
  /**
4618
4787
  * DeleteWafDomains返回参数结构体
4619
4788
  */
@@ -4827,6 +4996,16 @@ export interface UpdateCloudNativeAPIGatewayCertificateInfoResponse {
4827
4996
  RequestId?: string
4828
4997
  }
4829
4998
 
4999
+ /**
5000
+ * ModifyNetworkBasicInfo返回参数结构体
5001
+ */
5002
+ export interface ModifyNetworkBasicInfoResponse {
5003
+ /**
5004
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5005
+ */
5006
+ RequestId?: string
5007
+ }
5008
+
4830
5009
  /**
4831
5010
  * 获取WAF保护资源状态
4832
5011
  */