tencentcloud-sdk-nodejs-tse 4.0.793 → 4.0.803

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.
@@ -413,6 +413,22 @@ export interface DeleteNativeGatewayServerGroupResponse {
413
413
  RequestId?: string
414
414
  }
415
415
 
416
+ /**
417
+ * 元数据信息
418
+ */
419
+ export interface Metadata {
420
+ /**
421
+ * 元数据键名。
422
+ 注意:此字段可能返回 null,表示取不到有效值。
423
+ */
424
+ Key: string
425
+ /**
426
+ * 元数据键值。不填则默认为空字符串。
427
+ 注意:此字段可能返回 null,表示取不到有效值。
428
+ */
429
+ Value?: string
430
+ }
431
+
416
432
  /**
417
433
  * ModifyCloudNativeAPIGatewayCertificate返回参数结构体
418
434
  */
@@ -423,6 +439,32 @@ export interface ModifyCloudNativeAPIGatewayCertificateResponse {
423
439
  RequestId?: string
424
440
  }
425
441
 
442
+ /**
443
+ * ModifyConsoleNetwork请求参数结构体
444
+ */
445
+ export interface ModifyConsoleNetworkRequest {
446
+ /**
447
+ * 云原生API网关实例ID。
448
+ */
449
+ GatewayId: string
450
+ /**
451
+ * 网络类型:
452
+ - Open 公网
453
+ - Internal 内网(暂不支持)
454
+ */
455
+ NetworkType: string
456
+ /**
457
+ * 开启Konga网络,不填时默认为Open
458
+ - Open,开启
459
+ - Close,关闭
460
+ */
461
+ Operate?: string
462
+ /**
463
+ * 访问控制策略
464
+ */
465
+ AccessControl?: NetworkAccessControl
466
+ }
467
+
426
468
  /**
427
469
  * CreateCloudNativeAPIGatewayRouteRateLimit返回参数结构体
428
470
  */
@@ -512,35 +554,25 @@ export interface CloudNativeAPIGatewayNodeConfig {
512
554
  }
513
555
 
514
556
  /**
515
- * CreateCloudNativeAPIGatewayCertificate请求参数结构体
557
+ * DescribeAutoScalerResourceStrategyBindingGroups请求参数结构体
516
558
  */
517
- export interface CreateCloudNativeAPIGatewayCertificateRequest {
559
+ export interface DescribeAutoScalerResourceStrategyBindingGroupsRequest {
518
560
  /**
519
- * 网关ID
561
+ * 网关实例ID
520
562
  */
521
563
  GatewayId: string
522
564
  /**
523
- * 绑定的域名
524
- */
525
- BindDomains: Array<string>
526
- /**
527
- * ssl平台证书 Id
528
- */
529
- CertId: string
530
- /**
531
- * 证书名称
565
+ * 策略ID
532
566
  */
533
- Name?: string
567
+ StrategyId: string
534
568
  /**
535
- * 证书私钥
536
- * @deprecated
569
+ * 查询偏移量
537
570
  */
538
- Key?: string
571
+ Offset?: number
539
572
  /**
540
- * 证书pem格式
541
- * @deprecated
573
+ * 查询数量限制
542
574
  */
543
- Crt?: string
575
+ Limit?: number
544
576
  }
545
577
 
546
578
  /**
@@ -1039,29 +1071,21 @@ export interface CloudNativeAPIGatewayBalancedService {
1039
1071
  }
1040
1072
 
1041
1073
  /**
1042
- * ModifyConsoleNetwork请求参数结构体
1074
+ * DescribeZookeeperServerInterfaces请求参数结构体
1043
1075
  */
1044
- export interface ModifyConsoleNetworkRequest {
1045
- /**
1046
- * 云原生API网关实例ID。
1047
- */
1048
- GatewayId: string
1076
+ export interface DescribeZookeeperServerInterfacesRequest {
1049
1077
  /**
1050
- * 网络类型:
1051
- - Open 公网
1052
- - Internal 内网(暂不支持)
1078
+ * 实例id
1053
1079
  */
1054
- NetworkType: string
1080
+ InstanceId?: string
1055
1081
  /**
1056
- * 开启Konga网络,不填时默认为Open
1057
- - Open,开启
1058
- - Close,关闭
1082
+ * 返回的列表个数
1059
1083
  */
1060
- Operate?: string
1084
+ Limit?: number
1061
1085
  /**
1062
- * 访问控制策略
1086
+ * 返回的列表起始偏移量
1063
1087
  */
1064
- AccessControl?: NetworkAccessControl
1088
+ Offset?: number
1065
1089
  }
1066
1090
 
1067
1091
  /**
@@ -1493,6 +1517,20 @@ export interface KongUpstreamPreview {
1493
1517
  Target?: Array<KongTarget>
1494
1518
  }
1495
1519
 
1520
+ /**
1521
+ * CreateGovernanceInstances返回参数结构体
1522
+ */
1523
+ export interface CreateGovernanceInstancesResponse {
1524
+ /**
1525
+ * 创建是否成功。
1526
+ */
1527
+ Result: boolean
1528
+ /**
1529
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1530
+ */
1531
+ RequestId?: string
1532
+ }
1533
+
1496
1534
  /**
1497
1535
  * DescribeCloudNativeAPIGatewayNodes请求参数结构体
1498
1536
  */
@@ -1645,21 +1683,17 @@ export interface DescribeZookeeperReplicasRequest {
1645
1683
  }
1646
1684
 
1647
1685
  /**
1648
- * DescribeZookeeperServerInterfaces请求参数结构体
1686
+ * DeleteGovernanceInstances返回参数结构体
1649
1687
  */
1650
- export interface DescribeZookeeperServerInterfacesRequest {
1651
- /**
1652
- * 实例id
1653
- */
1654
- InstanceId?: string
1688
+ export interface DeleteGovernanceInstancesResponse {
1655
1689
  /**
1656
- * 返回的列表个数
1690
+ * 操作是否成功。
1657
1691
  */
1658
- Limit?: number
1692
+ Result: boolean
1659
1693
  /**
1660
- * 返回的列表起始偏移量
1694
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1661
1695
  */
1662
- Offset?: number
1696
+ RequestId?: string
1663
1697
  }
1664
1698
 
1665
1699
  /**
@@ -2050,6 +2084,16 @@ export interface DeleteCloudNativeAPIGatewayServiceRateLimitRequest {
2050
2084
  Name: string
2051
2085
  }
2052
2086
 
2087
+ /**
2088
+ * OpenWafProtection返回参数结构体
2089
+ */
2090
+ export interface OpenWafProtectionResponse {
2091
+ /**
2092
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2093
+ */
2094
+ RequestId?: string
2095
+ }
2096
+
2053
2097
  /**
2054
2098
  * Kong网关被动健康检查配置
2055
2099
  */
@@ -2129,6 +2173,24 @@ export interface ModifyUpstreamNodeStatusRequest {
2129
2173
  Status: string
2130
2174
  }
2131
2175
 
2176
+ /**
2177
+ * DescribeGovernanceInstances返回参数结构体
2178
+ */
2179
+ export interface DescribeGovernanceInstancesResponse {
2180
+ /**
2181
+ * 服务实例总数量。
2182
+ */
2183
+ TotalCount: number
2184
+ /**
2185
+ * 服务里实例列表。
2186
+ */
2187
+ Content: Array<GovernanceInstance>
2188
+ /**
2189
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2190
+ */
2191
+ RequestId?: string
2192
+ }
2193
+
2132
2194
  /**
2133
2195
  * DescribeCloudNativeAPIGatewayConfig返回参数结构体
2134
2196
  */
@@ -2331,6 +2393,20 @@ export interface CreateCloudNativeAPIGatewayRouteResponse {
2331
2393
  RequestId?: string
2332
2394
  }
2333
2395
 
2396
+ /**
2397
+ * DescribeCloudNativeAPIGatewayCanaryRules返回参数结构体
2398
+ */
2399
+ export interface DescribeCloudNativeAPIGatewayCanaryRulesResponse {
2400
+ /**
2401
+ * 灰度规则列表
2402
+ */
2403
+ Result?: CloudAPIGatewayCanaryRuleList
2404
+ /**
2405
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2406
+ */
2407
+ RequestId?: string
2408
+ }
2409
+
2334
2410
  /**
2335
2411
  * DescribeCloudNativeAPIGatewayConfig请求参数结构体
2336
2412
  */
@@ -2420,24 +2496,17 @@ export interface DescribeCloudNativeAPIGatewaysRequest {
2420
2496
  }
2421
2497
 
2422
2498
  /**
2423
- * 扩容策略
2499
+ * CreateGovernanceInstances请求参数结构体
2424
2500
  */
2425
- export interface AutoScalerPolicy {
2426
- /**
2427
- * 类型,Pods
2428
- 注意:此字段可能返回 null,表示取不到有效值。
2429
- */
2430
- Type?: string
2501
+ export interface CreateGovernanceInstancesRequest {
2431
2502
  /**
2432
- * 数量
2433
- 注意:此字段可能返回 null,表示取不到有效值。
2503
+ * tse实例id。
2434
2504
  */
2435
- Value?: number
2505
+ InstanceId: string
2436
2506
  /**
2437
- * 扩容周期
2438
- 注意:此字段可能返回 null,表示取不到有效值。
2507
+ * 服务实例信息。
2439
2508
  */
2440
- PeriodSeconds?: number
2509
+ GovernanceInstances: Array<GovernanceInstanceInput>
2441
2510
  }
2442
2511
 
2443
2512
  /**
@@ -2570,6 +2639,20 @@ export interface DeleteCloudNativeAPIGatewayServiceRequest {
2570
2639
  Name: string
2571
2640
  }
2572
2641
 
2642
+ /**
2643
+ * 网关分组列表
2644
+ */
2645
+ export interface NativeGatewayServerGroups {
2646
+ /**
2647
+ * 总数
2648
+ */
2649
+ TotalCount: number
2650
+ /**
2651
+ * 分组信息数组。
2652
+ */
2653
+ GatewayGroupList: Array<NativeGatewayServerGroup>
2654
+ }
2655
+
2573
2656
  /**
2574
2657
  * ModifyAutoScalerResourceStrategy返回参数结构体
2575
2658
  */
@@ -2822,6 +2905,98 @@ export interface DescribeInstanceRegionInfo {
2822
2905
  EKSClusterID?: string
2823
2906
  }
2824
2907
 
2908
+ /**
2909
+ * DeleteGovernanceInstances请求参数结构体
2910
+ */
2911
+ export interface DeleteGovernanceInstancesRequest {
2912
+ /**
2913
+ * tse实例id。
2914
+ */
2915
+ InstanceId: string
2916
+ /**
2917
+ * 要删除的服务实例信息。
2918
+ */
2919
+ GovernanceInstances: Array<GovernanceInstanceUpdate>
2920
+ }
2921
+
2922
+ /**
2923
+ * 治理中心实例信息。
2924
+ */
2925
+ export interface GovernanceInstance {
2926
+ /**
2927
+ * 实例id。
2928
+ */
2929
+ Id: string
2930
+ /**
2931
+ * 实例所在服务名。
2932
+ */
2933
+ Service: string
2934
+ /**
2935
+ * 实例所在命名空间名。
2936
+ */
2937
+ Namespace: string
2938
+ /**
2939
+ * 实例ip地址。
2940
+ 注意:此字段可能返回 null,表示取不到有效值。
2941
+ */
2942
+ Host: string
2943
+ /**
2944
+ * 实例端口信息。
2945
+ 注意:此字段可能返回 null,表示取不到有效值。
2946
+ */
2947
+ Port: number
2948
+ /**
2949
+ * 通信协议。
2950
+ 注意:此字段可能返回 null,表示取不到有效值。
2951
+ */
2952
+ Protocol: string
2953
+ /**
2954
+ * 版本信息。
2955
+ 注意:此字段可能返回 null,表示取不到有效值。
2956
+ */
2957
+ Version: string
2958
+ /**
2959
+ * 负载均衡权重。
2960
+ 注意:此字段可能返回 null,表示取不到有效值。
2961
+ */
2962
+ Weight: number
2963
+ /**
2964
+ * 是否开启健康检查。
2965
+ 注意:此字段可能返回 null,表示取不到有效值。
2966
+ */
2967
+ EnableHealthCheck: boolean
2968
+ /**
2969
+ * 实例是否健康。
2970
+ 注意:此字段可能返回 null,表示取不到有效值。
2971
+ */
2972
+ Healthy: boolean
2973
+ /**
2974
+ * 实例是否隔离。
2975
+ 注意:此字段可能返回 null,表示取不到有效值。
2976
+ */
2977
+ Isolate: boolean
2978
+ /**
2979
+ * 实例创建时间。
2980
+ 注意:此字段可能返回 null,表示取不到有效值。
2981
+ */
2982
+ CreateTime: string
2983
+ /**
2984
+ * 实例修改时间。
2985
+ 注意:此字段可能返回 null,表示取不到有效值。
2986
+ */
2987
+ ModifyTime: string
2988
+ /**
2989
+ * 元数据数组。
2990
+ 注意:此字段可能返回 null,表示取不到有效值。
2991
+ */
2992
+ Metadatas: Array<Metadata>
2993
+ /**
2994
+ * 上报心跳间隔。
2995
+ 注意:此字段可能返回 null,表示取不到有效值。
2996
+ */
2997
+ Ttl: number
2998
+ }
2999
+
2825
3000
  /**
2826
3001
  * 网关实例策略
2827
3002
  */
@@ -3110,17 +3285,24 @@ export interface DeleteAutoScalerResourceStrategyResponse {
3110
3285
  }
3111
3286
 
3112
3287
  /**
3113
- * DescribeCloudNativeAPIGatewayCanaryRules返回参数结构体
3288
+ * 扩容策略
3114
3289
  */
3115
- export interface DescribeCloudNativeAPIGatewayCanaryRulesResponse {
3290
+ export interface AutoScalerPolicy {
3116
3291
  /**
3117
- * 灰度规则列表
3292
+ * 类型,Pods
3293
+ 注意:此字段可能返回 null,表示取不到有效值。
3118
3294
  */
3119
- Result?: CloudAPIGatewayCanaryRuleList
3295
+ Type?: string
3120
3296
  /**
3121
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3297
+ * 数量
3298
+ 注意:此字段可能返回 null,表示取不到有效值。
3122
3299
  */
3123
- RequestId?: string
3300
+ Value?: number
3301
+ /**
3302
+ * 扩容周期
3303
+ 注意:此字段可能返回 null,表示取不到有效值。
3304
+ */
3305
+ PeriodSeconds?: number
3124
3306
  }
3125
3307
 
3126
3308
  /**
@@ -3530,6 +3712,64 @@ export interface DescribeNativeGatewayServerGroupsRequest {
3530
3712
  Filters?: Array<Filter>
3531
3713
  }
3532
3714
 
3715
+ /**
3716
+ * 实例信息
3717
+ */
3718
+ export interface GovernanceInstanceUpdate {
3719
+ /**
3720
+ * 实例所在服务名。
3721
+ */
3722
+ Service: string
3723
+ /**
3724
+ * 实例服务所在命名空间。
3725
+ */
3726
+ Namespace: string
3727
+ /**
3728
+ * 治理中心服务实例id。
3729
+ */
3730
+ Id: string
3731
+ /**
3732
+ * 实例负载均衡权重信息。不填默认为100。
3733
+ */
3734
+ Weight?: number
3735
+ /**
3736
+ * 实例默认健康信息。不填默认为健康。
3737
+ */
3738
+ Healthy?: boolean
3739
+ /**
3740
+ * 实例隔离信息。不填默认为非隔离。
3741
+ */
3742
+ Isolate?: boolean
3743
+ /**
3744
+ * 实例ip。
3745
+ */
3746
+ Host?: string
3747
+ /**
3748
+ * 实例监听端口。
3749
+ */
3750
+ Port?: number
3751
+ /**
3752
+ * 实例使用协议。不填默认为空。
3753
+ */
3754
+ Protocol?: string
3755
+ /**
3756
+ * 实例版本。不填默认为空。
3757
+ */
3758
+ InstanceVersion?: string
3759
+ /**
3760
+ * 是否启用健康检查。不填默认不启用。
3761
+ */
3762
+ EnableHealthCheck?: boolean
3763
+ /**
3764
+ * 上报心跳时间间隔。若 EnableHealthCheck 为不启用,则此参数不生效;若 EnableHealthCheck 启用,此参数不填,则默认 ttl 为 5s。
3765
+ */
3766
+ Ttl?: number
3767
+ /**
3768
+ * 元数据信息。
3769
+ */
3770
+ Metadatas?: Array<Metadata>
3771
+ }
3772
+
3533
3773
  /**
3534
3774
  * 证书信息
3535
3775
  */
@@ -3665,13 +3905,53 @@ export interface KongUpstreamList {
3665
3905
  }
3666
3906
 
3667
3907
  /**
3668
- * OpenWafProtection返回参数结构体
3908
+ * 实例信息
3669
3909
  */
3670
- export interface OpenWafProtectionResponse {
3910
+ export interface GovernanceInstanceInput {
3671
3911
  /**
3672
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3912
+ * 实例所在服务名。
3673
3913
  */
3674
- RequestId?: string
3914
+ Service: string
3915
+ /**
3916
+ * 实例服务所在命名空间。
3917
+ */
3918
+ Namespace: string
3919
+ /**
3920
+ * 实例负载均衡权重信息。不填默认为100。
3921
+ */
3922
+ Weight?: number
3923
+ /**
3924
+ * 实例默认健康信息。不填默认为健康。
3925
+ */
3926
+ Healthy?: boolean
3927
+ /**
3928
+ * 实例隔离信息。不填默认为非隔离。
3929
+ */
3930
+ Isolate?: boolean
3931
+ /**
3932
+ * 实例ip。
3933
+ */
3934
+ Host?: string
3935
+ /**
3936
+ * 实例监听端口。
3937
+ */
3938
+ Port?: number
3939
+ /**
3940
+ * 实例使用协议。不填默认为空。
3941
+ */
3942
+ Protocol?: string
3943
+ /**
3944
+ * 实例版本。不填默认为空。
3945
+ */
3946
+ InstanceVersion?: string
3947
+ /**
3948
+ * 是否启用健康检查。不填默认不启用。
3949
+ */
3950
+ EnableHealthCheck?: boolean
3951
+ /**
3952
+ * 上报心跳时间间隔。若 EnableHealthCheck 为不启用,则此参数不生效;若 EnableHealthCheck 启用,此参数不填,则默认 ttl 为 5s。
3953
+ */
3954
+ Ttl?: number
3675
3955
  }
3676
3956
 
3677
3957
  /**
@@ -3799,25 +4079,35 @@ export interface KongServices {
3799
4079
  }
3800
4080
 
3801
4081
  /**
3802
- * DescribeAutoScalerResourceStrategyBindingGroups请求参数结构体
4082
+ * CreateCloudNativeAPIGatewayCertificate请求参数结构体
3803
4083
  */
3804
- export interface DescribeAutoScalerResourceStrategyBindingGroupsRequest {
4084
+ export interface CreateCloudNativeAPIGatewayCertificateRequest {
3805
4085
  /**
3806
- * 网关实例ID
4086
+ * 网关ID
3807
4087
  */
3808
4088
  GatewayId: string
3809
4089
  /**
3810
- * 策略ID
4090
+ * 绑定的域名
3811
4091
  */
3812
- StrategyId: string
4092
+ BindDomains: Array<string>
3813
4093
  /**
3814
- * 查询偏移量
4094
+ * ssl平台证书 Id
3815
4095
  */
3816
- Offset?: number
4096
+ CertId: string
3817
4097
  /**
3818
- * 查询数量限制
4098
+ * 证书名称
3819
4099
  */
3820
- Limit?: number
4100
+ Name?: string
4101
+ /**
4102
+ * 证书私钥
4103
+ * @deprecated
4104
+ */
4105
+ Key?: string
4106
+ /**
4107
+ * 证书pem格式
4108
+ * @deprecated
4109
+ */
4110
+ Crt?: string
3821
4111
  }
3822
4112
 
3823
4113
  /**
@@ -3900,6 +4190,56 @@ export interface CreateCloudNativeAPIGatewayPublicNetworkRequest {
3900
4190
  InternetConfig?: InternetConfig
3901
4191
  }
3902
4192
 
4193
+ /**
4194
+ * DescribeGovernanceInstances请求参数结构体
4195
+ */
4196
+ export interface DescribeGovernanceInstancesRequest {
4197
+ /**
4198
+ * 实例所在的服务名。
4199
+ */
4200
+ Service: string
4201
+ /**
4202
+ * 实例所在命名空间名。
4203
+ */
4204
+ Namespace: string
4205
+ /**
4206
+ * tse实例id。
4207
+ */
4208
+ InstanceId: string
4209
+ /**
4210
+ * 根据实例ip过滤,多个ip使用英文逗号分隔。
4211
+ */
4212
+ Host?: string
4213
+ /**
4214
+ * 根据实例版本过滤。
4215
+ */
4216
+ InstanceVersion?: string
4217
+ /**
4218
+ * 根据实例协议过滤。
4219
+ */
4220
+ Protocol?: string
4221
+ /**
4222
+ * 根据实例健康状态过滤。false:表示不健康,true:表示健康。
4223
+ */
4224
+ HealthStatus?: boolean
4225
+ /**
4226
+ * 根据实例隔离状态过滤。false:表示非隔离,true:表示隔离中。
4227
+ */
4228
+ Isolate?: boolean
4229
+ /**
4230
+ * 根据元数据信息过滤。目前只支持一组元数据键值,若传了多个键值对,只会以第一个过滤。
4231
+ */
4232
+ Metadatas?: Array<Metadata>
4233
+ /**
4234
+ * 偏移量,默认为0。
4235
+ */
4236
+ Offset?: number
4237
+ /**
4238
+ * 返回数量,默认为20,最大值为100。
4239
+ */
4240
+ Limit?: number
4241
+ }
4242
+
3903
4243
  /**
3904
4244
  * DescribeCloudNativeAPIGatewayRouteRateLimit返回参数结构体
3905
4245
  */
@@ -3962,6 +4302,24 @@ export interface DescribeNativeGatewayServerGroupsResponse {
3962
4302
  RequestId?: string
3963
4303
  }
3964
4304
 
4305
+ /**
4306
+ * UpdateEngineInternetAccess请求参数结构体
4307
+ */
4308
+ export interface UpdateEngineInternetAccessRequest {
4309
+ /**
4310
+ * 引擎ID
4311
+ */
4312
+ InstanceId: string
4313
+ /**
4314
+ * 引擎类型
4315
+ */
4316
+ EngineType: string
4317
+ /**
4318
+ * 是否开启客户端公网访问,true开 false关
4319
+ */
4320
+ EnableClientInternetAccess?: boolean
4321
+ }
4322
+
3965
4323
  /**
3966
4324
  * 实例监听端口信息
3967
4325
  */
@@ -4960,17 +5318,17 @@ export interface PolarisCLSTopicInfo {
4960
5318
  }
4961
5319
 
4962
5320
  /**
4963
- * 网关分组列表
5321
+ * ModifyGovernanceInstances请求参数结构体
4964
5322
  */
4965
- export interface NativeGatewayServerGroups {
5323
+ export interface ModifyGovernanceInstancesRequest {
4966
5324
  /**
4967
- * 总数
5325
+ * tse实例id。
4968
5326
  */
4969
- TotalCount: number
5327
+ InstanceId: string
4970
5328
  /**
4971
- * 分组信息数组。
5329
+ * 服务实例信息。
4972
5330
  */
4973
- GatewayGroupList: Array<NativeGatewayServerGroup>
5331
+ GovernanceInstances: Array<GovernanceInstanceUpdate>
4974
5332
  }
4975
5333
 
4976
5334
  /**
@@ -5328,21 +5686,17 @@ export interface DeleteCloudNativeAPIGatewayCanaryRuleResponse {
5328
5686
  }
5329
5687
 
5330
5688
  /**
5331
- * UpdateEngineInternetAccess请求参数结构体
5689
+ * ModifyGovernanceInstances返回参数结构体
5332
5690
  */
5333
- export interface UpdateEngineInternetAccessRequest {
5691
+ export interface ModifyGovernanceInstancesResponse {
5334
5692
  /**
5335
- * 引擎ID
5336
- */
5337
- InstanceId: string
5338
- /**
5339
- * 引擎类型
5693
+ * 修改是否成功。
5340
5694
  */
5341
- EngineType: string
5695
+ Result: boolean
5342
5696
  /**
5343
- * 是否开启客户端公网访问,true开 false关
5697
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5344
5698
  */
5345
- EnableClientInternetAccess?: boolean
5699
+ RequestId?: string
5346
5700
  }
5347
5701
 
5348
5702
  /**