tencentcloud-sdk-nodejs 4.0.791 → 4.0.793

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 +368 -0
  2. package/SERVICE_CHANGELOG.md +429 -207
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +14 -1
  7. package/src/services/asr/v20190614/asr_models.ts +66 -14
  8. package/src/services/bma/v20221115/bma_models.ts +5 -0
  9. package/src/services/cdn/v20180606/cdn_models.ts +6 -6
  10. package/src/services/csip/v20221121/csip_client.ts +5 -2
  11. package/src/services/csip/v20221121/csip_models.ts +192 -20
  12. package/src/services/cwp/v20180228/cwp_models.ts +65 -5
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -2
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
  15. package/src/services/emr/v20190103/emr_client.ts +1 -1
  16. package/src/services/emr/v20190103/emr_models.ts +14 -11
  17. package/src/services/ess/v20201111/ess_client.ts +36 -1
  18. package/src/services/ess/v20201111/ess_models.ts +12 -0
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +23 -2
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +53 -34
  22. package/src/services/iss/v20230517/iss_models.ts +7 -3
  23. package/src/services/ssl/v20191205/ssl_models.ts +4 -0
  24. package/src/services/tcb/v20180608/tcb_models.ts +9 -9
  25. package/src/services/tcss/v20201101/tcss_models.ts +25 -5
  26. package/src/services/tione/v20211111/tione_client.ts +3 -1
  27. package/src/services/tione/v20211111/tione_models.ts +138 -51
  28. package/src/services/tse/v20201207/tse_client.ts +163 -63
  29. package/src/services/tse/v20201207/tse_models.ts +557 -178
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
  33. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  34. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +63 -14
  35. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -6
  37. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
  38. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +189 -20
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +65 -5
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
  43. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  44. package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -11
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +36 -1
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +36 -1
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +37 -3
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +37 -3
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -2
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -34
  53. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +7 -3
  54. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  55. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -9
  56. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -5
  57. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +136 -51
  58. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +47 -15
  59. package/tencentcloud/services/tse/v20201207/tse_client.js +69 -21
  60. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +537 -178
  61. package/test/asr.v20190614.test.js +10 -0
  62. package/test/tse.v20201207.test.js +94 -14
@@ -4363,6 +4363,10 @@ export interface ApplyCertificateRequest {
4363
4363
  * 签发后是否删除自动域名验证记录, 默认为否;仅域名为DNS_AUTO验证类型支持传参
4364
4364
  */
4365
4365
  DeleteDnsAutoRecord?: boolean;
4366
+ /**
4367
+ * 域名数组(多域名证书可以上传)。
4368
+ */
4369
+ DnsNames?: Array<string>;
4366
4370
  }
4367
4371
  /**
4368
4372
  * CreateCertificate返回参数结构体
@@ -924,31 +924,31 @@ export interface ModifyEndUserRequest {
924
924
  */
925
925
  export interface DescribeCurveDataResponse {
926
926
  /**
927
- * 开始时间, 会根据数据的统计周期进行取整.
927
+ * 开始时间, 会根据数据的统计周期进行取整
928
928
  */
929
929
  StartTime?: string;
930
930
  /**
931
- * 结束时间, 会根据数据的统计周期进行取整.
931
+ * 结束时间, 会根据数据的统计周期进行取整
932
932
  */
933
933
  EndTime?: string;
934
934
  /**
935
- * 指标名.
935
+ * 指标名
936
936
  */
937
937
  MetricName?: string;
938
938
  /**
939
- * 统计周期(单位秒), 当时间区间为1天内, 统计周期为5分钟; 当时间区间选择为1天以上, 15天以下, 统计周期为1小时; 当时间区间选择为15天以上, 180天以下, 统计周期为1天.
939
+ * 统计周期(单位秒), 当时间区间为1天内, 统计周期为5分钟; 当时间区间选择为1天以上, 15天以下, 统计周期为1小时; 当时间区间选择为15天以上, 180天以下, 统计周期为1
940
940
  */
941
941
  Period?: number;
942
942
  /**
943
- * 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到。
943
+ * 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到
944
944
  */
945
945
  Values?: Array<number | bigint>;
946
946
  /**
947
- * 时间数据, 标识监控数据Values中的点是哪个时间段上报的.
947
+ * 时间数据, 标识监控数据Values中的点是哪个时间段上报的
948
948
  */
949
949
  Time?: Array<number | bigint>;
950
950
  /**
951
- * 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到.
951
+ * 有效的监控数据, 每个有效监控数据的上报时间可以从时间数组中的对应位置上获取到
952
952
  */
953
953
  NewValues?: Array<number>;
954
954
  /**
@@ -4503,11 +4503,11 @@ export interface DescribeCurveDataRequest {
4503
4503
  */
4504
4504
  MetricName: string;
4505
4505
  /**
4506
- * 开始时间,如2018-08-24 10:50:00, 开始时间需要早于结束时间至少五分钟(原因是因为目前统计粒度最小是5分钟).
4506
+ * 开始时间,如2018-08-24 10:50:00, 开始时间需要早于结束时间至少五分钟(原因是因为目前统计粒度最小是5分钟)
4507
4507
  */
4508
4508
  StartTime: string;
4509
4509
  /**
4510
- * 结束时间,如2018-08-24 10:50:00, 结束时间需要晚于开始时间至少五分钟(原因是因为目前统计粒度最小是5分钟)..
4510
+ * 结束时间,如2018-08-24 10:50:00, 结束时间需要晚于开始时间至少五分钟(原因是因为目前统计粒度最小是5分钟)
4511
4511
  */
4512
4512
  EndTime: string;
4513
4513
  /**
@@ -5746,23 +5746,43 @@ export interface DescribeImageAuthorizedInfoResponse {
5746
5746
  /**
5747
5747
  * 总共有效的镜像授权数
5748
5748
  */
5749
- TotalAuthorizedCnt: number;
5749
+ TotalAuthorizedCnt?: number;
5750
5750
  /**
5751
5751
  * 已使用镜像授权数
5752
5752
  */
5753
- UsedAuthorizedCnt: number;
5753
+ UsedAuthorizedCnt?: number;
5754
5754
  /**
5755
5755
  * 已开启扫描镜像数
5756
5756
  */
5757
- ScannedImageCnt: number;
5757
+ ScannedImageCnt?: number;
5758
5758
  /**
5759
5759
  * 未开启扫描镜像数
5760
5760
  */
5761
- NotScannedImageCnt: number;
5761
+ NotScannedImageCnt?: number;
5762
5762
  /**
5763
5763
  * 本地未开启扫描镜像数
5764
5764
  */
5765
- NotScannedLocalImageCnt: number;
5765
+ NotScannedLocalImageCnt?: number;
5766
+ /**
5767
+ * 试用镜像授权数
5768
+ */
5769
+ TrialAuthorizedCnt?: number;
5770
+ /**
5771
+ * 已使用试用镜像授权数
5772
+ */
5773
+ UsedTrialAuthorizedCnt?: number;
5774
+ /**
5775
+ * 已购镜像授权数
5776
+ */
5777
+ PurchasedAuthorizedCnt?: number;
5778
+ /**
5779
+ * 已使用已购镜像授权数
5780
+ */
5781
+ UsedPurchasedAuthorizedCnt?: number;
5782
+ /**
5783
+ * 是否可免费领取镜像授权数
5784
+ */
5785
+ CanApplyFreeImageAuthorize?: boolean;
5766
5786
  /**
5767
5787
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5768
5788
  */
@@ -803,7 +803,9 @@ export interface Usage {
803
803
  */
804
804
  export interface DescribeBillingResourceGroupsRequest {
805
805
  /**
806
- * 资源组类型; 枚举值 TRAIN:训练 INFERENCE:推理
806
+ * 资源组类型;
807
+ 枚举值:
808
+ 空: 通用, TRAIN: 训练, INFERENCE: 推理
807
809
  */
808
810
  Type?: string;
809
811
  /**
@@ -822,8 +824,7 @@ export interface DescribeBillingResourceGroupsRequest {
822
824
  */
823
825
  Offset?: number;
824
826
  /**
825
- * 返回数量,默认为20,最大值为30;
826
- 注意:小于0则默认为20;大于30则默认为30
827
+ * 分页查询每页大小,默认20
827
828
  */
828
829
  Limit?: number;
829
830
  /**
@@ -1072,13 +1073,15 @@ export interface Service {
1072
1073
  */
1073
1074
  BusinessStatus?: string;
1074
1075
  /**
1075
- * 已废弃
1076
+ * 已废弃,以ServiceInfo中的对应为准
1076
1077
  注意:此字段可能返回 null,表示取不到有效值。
1078
+ * @deprecated
1077
1079
  */
1078
1080
  ServiceLimit?: ServiceLimit;
1079
1081
  /**
1080
- * 已废弃
1082
+ * 已废弃,以ServiceInfo中的对应为准
1081
1083
  注意:此字段可能返回 null,表示取不到有效值。
1084
+ * @deprecated
1082
1085
  */
1083
1086
  ScheduledAction?: ScheduledAction;
1084
1087
  /**
@@ -1126,6 +1129,11 @@ export interface Service {
1126
1129
  注意:此字段可能返回 null,表示取不到有效值。
1127
1130
  */
1128
1131
  LatestVersion?: string;
1132
+ /**
1133
+ * 资源组类别 托管 NORMAL,纳管 SW
1134
+ 注意:此字段可能返回 null,表示取不到有效值。
1135
+ */
1136
+ ResourceGroupSWType?: string;
1129
1137
  }
1130
1138
  /**
1131
1139
  * 跨租户弹性网卡下Pod调用信息
@@ -2113,6 +2121,31 @@ export interface StartNotebookRequest {
2113
2121
  */
2114
2122
  Id: string;
2115
2123
  }
2124
+ /**
2125
+ * notebook ssh端口配置
2126
+ */
2127
+ export interface SSHConfig {
2128
+ /**
2129
+ * 是否开启ssh
2130
+ 注意:此字段可能返回 null,表示取不到有效值。
2131
+ */
2132
+ Enable?: boolean;
2133
+ /**
2134
+ * 公钥信息
2135
+ 注意:此字段可能返回 null,表示取不到有效值。
2136
+ */
2137
+ PublicKey?: string;
2138
+ /**
2139
+ * 端口号
2140
+ 注意:此字段可能返回 null,表示取不到有效值。
2141
+ */
2142
+ Port?: number;
2143
+ /**
2144
+ * 登录命令
2145
+ 注意:此字段可能返回 null,表示取不到有效值。
2146
+ */
2147
+ LoginCommand?: string;
2148
+ }
2116
2149
  /**
2117
2150
  * StartTrainingTask请求参数结构体
2118
2151
  */
@@ -3214,29 +3247,19 @@ export interface StopCreatingImageRequest {
3214
3247
  RecordId: string;
3215
3248
  }
3216
3249
  /**
3217
- * notebook ssh端口配置
3250
+ * 默认内网调用信息
3218
3251
  */
3219
- export interface SSHConfig {
3252
+ export interface DefaultInnerCallInfo {
3220
3253
  /**
3221
- * 是否开启ssh
3254
+ * 可以进行调用的VPC-ID
3222
3255
  注意:此字段可能返回 null,表示取不到有效值。
3223
3256
  */
3224
- Enable?: boolean;
3257
+ VpcIds?: Array<string>;
3225
3258
  /**
3226
- * 公钥信息
3227
- 注意:此字段可能返回 null,表示取不到有效值。
3228
- */
3229
- PublicKey?: string;
3230
- /**
3231
- * 端口号
3232
- 注意:此字段可能返回 null,表示取不到有效值。
3233
- */
3234
- Port?: number;
3235
- /**
3236
- * 登录命令
3259
+ * 默认内网调用地址
3237
3260
  注意:此字段可能返回 null,表示取不到有效值。
3238
3261
  */
3239
- LoginCommand?: string;
3262
+ InnerHttpAddr?: string;
3240
3263
  }
3241
3264
  /**
3242
3265
  * 对话结果
@@ -3503,12 +3526,42 @@ export interface InferCodeInfo {
3503
3526
  * 推理代码所在的cos详情
3504
3527
  注意:此字段可能返回 null,表示取不到有效值。
3505
3528
  */
3506
- CosPathInfo?: CosPathInfo;
3529
+ CosPathInfo: CosPathInfo;
3507
3530
  }
3508
3531
  /**
3509
3532
  * DescribeInferTemplates请求参数结构体
3510
3533
  */
3511
3534
  export declare type DescribeInferTemplatesRequest = null;
3535
+ /**
3536
+ * 私有连接信息
3537
+ */
3538
+ export interface PrivateLinkInfo {
3539
+ /**
3540
+ * 私有连接所在的VPCID
3541
+ 注意:此字段可能返回 null,表示取不到有效值。
3542
+ */
3543
+ VpcId?: string;
3544
+ /**
3545
+ * 私有连接所在的子网ID
3546
+ 注意:此字段可能返回 null,表示取不到有效值。
3547
+ */
3548
+ SubnetId?: string;
3549
+ /**
3550
+ * HTTP内网调用地址
3551
+ 注意:此字段可能返回 null,表示取不到有效值。
3552
+ */
3553
+ InnerHttpAddr?: Array<string>;
3554
+ /**
3555
+ * HTTPS内网调用地址
3556
+ 注意:此字段可能返回 null,表示取不到有效值。
3557
+ */
3558
+ InnerHttpsAddr?: Array<string>;
3559
+ /**
3560
+ * 私有连接状态
3561
+ 注意:此字段可能返回 null,表示取不到有效值。
3562
+ */
3563
+ State?: string;
3564
+ }
3512
3565
  /**
3513
3566
  * DeleteModelServiceGroup返回参数结构体
3514
3567
  */
@@ -4122,11 +4175,6 @@ export interface ServiceInfo {
4122
4175
  注意:此字段可能返回 null,表示取不到有效值。
4123
4176
  */
4124
4177
  Weight: number;
4125
- /**
4126
- * 实例列表
4127
- 注意:此字段可能返回 null,表示取不到有效值。
4128
- */
4129
- PodList: Array<string>;
4130
4178
  /**
4131
4179
  * 资源总量
4132
4180
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4173,9 +4221,16 @@ export interface ServiceInfo {
4173
4221
  注意:此字段可能返回 null,表示取不到有效值。
4174
4222
  */
4175
4223
  ScheduledAction?: string;
4224
+ /**
4225
+ * 实例列表
4226
+ 注意:此字段可能返回 null,表示取不到有效值。
4227
+ * @deprecated
4228
+ */
4229
+ PodList?: Array<string>;
4176
4230
  /**
4177
4231
  * Pod列表信息
4178
4232
  注意:此字段可能返回 null,表示取不到有效值。
4233
+ * @deprecated
4179
4234
  */
4180
4235
  Pods?: Pod;
4181
4236
  /**
@@ -4727,6 +4782,16 @@ export interface IntranetCallInfo {
4727
4782
  注意:此字段可能返回 null,表示取不到有效值。
4728
4783
  */
4729
4784
  ServiceEIPInfo?: Array<ServiceEIPInfo>;
4785
+ /**
4786
+ * 私有连接信息
4787
+ 注意:此字段可能返回 null,表示取不到有效值。
4788
+ */
4789
+ PrivateLinkInfos?: Array<PrivateLinkInfo>;
4790
+ /**
4791
+ * 默认内网调用信息
4792
+ 注意:此字段可能返回 null,表示取不到有效值。
4793
+ */
4794
+ DefaultInnerCallInfos?: Array<DefaultInnerCallInfo>;
4730
4795
  }
4731
4796
  /**
4732
4797
  * DescribeBillingSpecsPrice请求参数结构体
@@ -5791,42 +5856,42 @@ export interface ServiceGroup {
5791
5856
  /**
5792
5857
  * 服务组id
5793
5858
  */
5794
- ServiceGroupId: string;
5859
+ ServiceGroupId?: string;
5795
5860
  /**
5796
5861
  * 服务组名
5797
5862
  */
5798
- ServiceGroupName: string;
5863
+ ServiceGroupName?: string;
5799
5864
  /**
5800
5865
  * 创建者
5801
5866
  */
5802
- CreatedBy: string;
5867
+ CreatedBy?: string;
5803
5868
  /**
5804
5869
  * 创建时间
5805
5870
  */
5806
- CreateTime: string;
5871
+ CreateTime?: string;
5807
5872
  /**
5808
5873
  * 更新时间
5809
5874
  */
5810
- UpdateTime: string;
5875
+ UpdateTime?: string;
5811
5876
  /**
5812
5877
  * 主账号
5813
5878
  */
5814
- Uin: string;
5879
+ Uin?: string;
5815
5880
  /**
5816
5881
  * 服务组下服务总数
5817
5882
  注意:此字段可能返回 null,表示取不到有效值。
5818
5883
  */
5819
- ServiceCount: number;
5884
+ ServiceCount?: number;
5820
5885
  /**
5821
5886
  * 服务组下在运行的服务数量
5822
5887
  注意:此字段可能返回 null,表示取不到有效值。
5823
5888
  */
5824
- RunningServiceCount: number;
5889
+ RunningServiceCount?: number;
5825
5890
  /**
5826
5891
  * 服务描述
5827
5892
  注意:此字段可能返回 null,表示取不到有效值。
5828
5893
  */
5829
- Services: Array<Service>;
5894
+ Services?: Array<Service>;
5830
5895
  /**
5831
5896
  * 服务组状态,与服务一致
5832
5897
  CREATING 创建中
@@ -5839,17 +5904,17 @@ export interface ServiceGroup {
5839
5904
  Waiting 就绪中
5840
5905
  注意:此字段可能返回 null,表示取不到有效值。
5841
5906
  */
5842
- Status: string;
5907
+ Status?: string;
5843
5908
  /**
5844
5909
  * 服务组标签
5845
5910
  注意:此字段可能返回 null,表示取不到有效值。
5846
5911
  */
5847
- Tags: Array<Tag>;
5912
+ Tags?: Array<Tag>;
5848
5913
  /**
5849
5914
  * 服务组下最高版本
5850
5915
  注意:此字段可能返回 null,表示取不到有效值。
5851
5916
  */
5852
- LatestVersion: string;
5917
+ LatestVersion?: string;
5853
5918
  /**
5854
5919
  * 服务的业务状态
5855
5920
  CREATING 创建中
@@ -5860,17 +5925,17 @@ export interface ServiceGroup {
5860
5925
  WHITELIST_STOP 白名单额度不足
5861
5926
  注意:此字段可能返回 null,表示取不到有效值。
5862
5927
  */
5863
- BusinessStatus: string;
5928
+ BusinessStatus?: string;
5864
5929
  /**
5865
5930
  * 服务的计费信息
5866
5931
  注意:此字段可能返回 null,表示取不到有效值。
5867
5932
  */
5868
- BillingInfo: string;
5933
+ BillingInfo?: string;
5869
5934
  /**
5870
5935
  * 服务的创建来源
5871
5936
  注意:此字段可能返回 null,表示取不到有效值。
5872
5937
  */
5873
- CreateSource: string;
5938
+ CreateSource?: string;
5874
5939
  /**
5875
5940
  * 服务组的权重更新状态
5876
5941
  UPDATING 更新中
@@ -5878,7 +5943,17 @@ export interface ServiceGroup {
5878
5943
  UPDATE_FAILED 更新失败
5879
5944
  注意:此字段可能返回 null,表示取不到有效值。
5880
5945
  */
5881
- WeightUpdateStatus: string;
5946
+ WeightUpdateStatus?: string;
5947
+ /**
5948
+ * 服务组下运行的pod数量
5949
+ 注意:此字段可能返回 null,表示取不到有效值。
5950
+ */
5951
+ ReplicasCount?: number;
5952
+ /**
5953
+ * 服务组下期望的pod数
5954
+ 注意:此字段可能返回 null,表示取不到有效值。
5955
+ */
5956
+ AvailableReplicasCount?: number;
5882
5957
  }
5883
5958
  /**
5884
5959
  * 模型列表
@@ -6091,6 +6166,11 @@ export interface IngressPrivateLinkInfo {
6091
6166
  注意:此字段可能返回 null,表示取不到有效值。
6092
6167
  */
6093
6168
  InnerHttpsAddr?: Array<string>;
6169
+ /**
6170
+ * 私有连接状态
6171
+ 注意:此字段可能返回 null,表示取不到有效值。
6172
+ */
6173
+ State?: string;
6094
6174
  }
6095
6175
  /**
6096
6176
  * DescribeAPIConfigs返回参数结构体
@@ -6298,37 +6378,42 @@ export interface ServiceCallInfo {
6298
6378
  * 服务组id
6299
6379
  注意:此字段可能返回 null,表示取不到有效值。
6300
6380
  */
6301
- ServiceGroupId: string;
6381
+ ServiceGroupId?: string;
6302
6382
  /**
6303
6383
  * 内网http调用地址
6304
6384
  注意:此字段可能返回 null,表示取不到有效值。
6305
6385
  */
6306
- InnerHttpAddr: string;
6386
+ InnerHttpAddr?: string;
6307
6387
  /**
6308
6388
  * 内网https调用地址
6309
6389
  注意:此字段可能返回 null,表示取不到有效值。
6310
6390
  */
6311
- InnerHttpsAddr: string;
6391
+ InnerHttpsAddr?: string;
6312
6392
  /**
6313
6393
  * 内网http调用地址
6314
6394
  注意:此字段可能返回 null,表示取不到有效值。
6315
6395
  */
6316
- OuterHttpAddr: string;
6396
+ OuterHttpAddr?: string;
6317
6397
  /**
6318
6398
  * 内网https调用地址
6319
6399
  注意:此字段可能返回 null,表示取不到有效值。
6320
6400
  */
6321
- OuterHttpsAddr: string;
6401
+ OuterHttpsAddr?: string;
6322
6402
  /**
6323
6403
  * 调用key
6324
6404
  注意:此字段可能返回 null,表示取不到有效值。
6325
6405
  */
6326
- AppKey: string;
6406
+ AppKey?: string;
6327
6407
  /**
6328
6408
  * 调用secret
6329
6409
  注意:此字段可能返回 null,表示取不到有效值。
6330
6410
  */
6331
- AppSecret: string;
6411
+ AppSecret?: string;
6412
+ /**
6413
+ * 鉴权是否开启
6414
+ 注意:此字段可能返回 null,表示取不到有效值。
6415
+ */
6416
+ AuthorizationEnable?: boolean;
6332
6417
  }
6333
6418
  /**
6334
6419
  * CreateBatchModelAccTasks返回参数结构体
@@ -6834,7 +6919,7 @@ export interface DescribeBillingResourceGroupRequest {
6834
6919
  */
6835
6920
  Offset?: number;
6836
6921
  /**
6837
- * 分页查询每页大小,最大30; 默认20
6922
+ * 分页查询每页大小,默认20
6838
6923
  */
6839
6924
  Limit?: number;
6840
6925
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeUpstreamHealthCheckConfigRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayResponse, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, OpenWafProtectionResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, ModifyCloudNativeAPIGatewayCertificateRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeCloudNativeAPIGatewayCertificatesResponse, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeZookeeperServerInterfacesRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, ModifyUpstreamNodeStatusRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeWafDomainsResponse, ModifyNetworkBasicInfoRequest, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, ModifyNetworkAccessStrategyResponse, DescribeNativeGatewayServerGroupsRequest, DeleteCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayCertificateRequest, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, CreateCloudNativeAPIGatewayPublicNetworkRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, DescribeNativeGatewayServerGroupsResponse, OpenWafProtectionRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyConsoleNetworkResponse, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse } from "./tse_models";
3
+ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DeleteNativeGatewayServerGroupResponse, ModifyCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayCertificateRequest, CreateNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayCertificatesRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayResponse, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, ModifyConsoleNetworkRequest, ModifyCloudNativeAPIGatewayCertificateRequest, CreateWafDomainsResponse, DescribeCloudNativeAPIGatewayServicesRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, DeleteAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayNodesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DescribeZookeeperServerInterfacesRequest, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, BindAutoScalerResourceStrategyToGroupsResponse, DescribeAutoScalerResourceStrategiesResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayRequest, ModifyUpstreamNodeStatusRequest, DescribeCloudNativeAPIGatewayConfigResponse, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayConfigRequest, UpdateEngineInternetAccessResponse, DescribeCloudNativeAPIGatewaysRequest, DescribeNacosServerInterfacesResponse, BindAutoScalerResourceStrategyToGroupsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DescribePublicNetworkResponse, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewaysResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeWafDomainsResponse, ModifyNetworkBasicInfoRequest, DescribeUpstreamHealthCheckConfigRequest, DescribeSREInstanceAccessAddressRequest, DeleteAutoScalerResourceStrategyResponse, DescribeCloudNativeAPIGatewayCanaryRulesResponse, UpdateUpstreamTargetsResponse, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, ModifyNetworkAccessStrategyResponse, ModifyAutoScalerResourceStrategyRequest, DescribeNativeGatewayServerGroupsRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, DescribePublicNetworkRequest, DeleteCloudNativeAPIGatewayRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, UpdateCloudNativeAPIGatewayCertificateInfoRequest, OpenWafProtectionResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, DescribeAutoScalerResourceStrategyBindingGroupsRequest, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, DescribeAutoScalerResourceStrategiesRequest, CreateCloudNativeAPIGatewayPublicNetworkRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, DescribeNativeGatewayServerGroupsResponse, OpenWafProtectionRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyNativeGatewayServerGroupResponse, CreateAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DeleteCloudNativeAPIGatewayRouteRequest, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeSREInstancesResponse, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, CreateAutoScalerResourceStrategyResponse, ModifyConsoleNetworkResponse, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, UpdateEngineInternetAccessRequest, DescribeCloudNativeAPIGatewayPortsRequest, UpdateCloudNativeAPIGatewayCertificateInfoResponse, ModifyNetworkBasicInfoResponse } from "./tse_models";
4
4
  /**
5
5
  * tse client
6
6
  * @class
@@ -12,9 +12,9 @@ export declare class Client extends AbstractClient {
12
12
  */
13
13
  ModifyConsoleNetwork(req: ModifyConsoleNetworkRequest, cb?: (error: string, rep: ModifyConsoleNetworkResponse) => void): Promise<ModifyConsoleNetworkResponse>;
14
14
  /**
15
- * 创建公网网络配置
15
+ * 删除引擎实例
16
16
  */
17
- CreateCloudNativeAPIGatewayPublicNetwork(req: CreateCloudNativeAPIGatewayPublicNetworkRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayPublicNetworkResponse) => void): Promise<CreateCloudNativeAPIGatewayPublicNetworkResponse>;
17
+ DeleteEngine(req: DeleteEngineRequest, cb?: (error: string, rep: DeleteEngineResponse) => void): Promise<DeleteEngineResponse>;
18
18
  /**
19
19
  * 获取云原生网关服务健康检查配置
20
20
  */
@@ -24,9 +24,9 @@ export declare class Client extends AbstractClient {
24
24
  */
25
25
  DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
26
26
  /**
27
- * 修改云原生API网关实例分组基础信息
27
+ * 修改云原生网关的灰度规则
28
28
  */
29
- ModifyNativeGatewayServerGroup(req: ModifyNativeGatewayServerGroupRequest, cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void): Promise<ModifyNativeGatewayServerGroupResponse>;
29
+ ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
30
30
  /**
31
31
  * 修改云原生网关上游实例节点健康状态
32
32
  */
@@ -64,21 +64,33 @@ export declare class Client extends AbstractClient {
64
64
  */
65
65
  CreateEngine(req: CreateEngineRequest, cb?: (error: string, rep: CreateEngineResponse) => void): Promise<CreateEngineResponse>;
66
66
  /**
67
- * 修改云原生网关的灰度规则
67
+ * 修改云原生API网关实例基础信息
68
68
  */
69
- ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
69
+ ModifyCloudNativeAPIGateway(req: ModifyCloudNativeAPIGatewayRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void): Promise<ModifyCloudNativeAPIGatewayResponse>;
70
70
  /**
71
- * 删除公网网络配置
71
+ * 弹性伸缩策略批量解绑网关分组
72
72
  */
73
- DeleteCloudNativeAPIGatewayPublicNetwork(req: DeleteCloudNativeAPIGatewayPublicNetworkRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayPublicNetworkResponse) => void): Promise<DeleteCloudNativeAPIGatewayPublicNetworkResponse>;
73
+ UnbindAutoScalerResourceStrategyFromGroups(req: UnbindAutoScalerResourceStrategyFromGroupsRequest, cb?: (error: string, rep: UnbindAutoScalerResourceStrategyFromGroupsResponse) => void): Promise<UnbindAutoScalerResourceStrategyFromGroupsResponse>;
74
+ /**
75
+ * 弹性伸缩策略批量绑定网关分组
76
+ */
77
+ BindAutoScalerResourceStrategyToGroups(req: BindAutoScalerResourceStrategyToGroupsRequest, cb?: (error: string, rep: BindAutoScalerResourceStrategyToGroupsResponse) => void): Promise<BindAutoScalerResourceStrategyToGroupsResponse>;
74
78
  /**
75
79
  * 删除 WAF 防护域名
76
80
  */
77
81
  DeleteWafDomains(req: DeleteWafDomainsRequest, cb?: (error: string, rep: DeleteWafDomainsResponse) => void): Promise<DeleteWafDomainsResponse>;
82
+ /**
83
+ * 删除公网网络配置
84
+ */
85
+ DeleteCloudNativeAPIGatewayPublicNetwork(req: DeleteCloudNativeAPIGatewayPublicNetworkRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayPublicNetworkResponse) => void): Promise<DeleteCloudNativeAPIGatewayPublicNetworkResponse>;
78
86
  /**
79
87
  * 删除云原生网关服务
80
88
  */
81
89
  DeleteCloudNativeAPIGatewayService(req: DeleteCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayServiceResponse) => void): Promise<DeleteCloudNativeAPIGatewayServiceResponse>;
90
+ /**
91
+ * 更新云原生网关健康检查配置
92
+ */
93
+ UpdateUpstreamHealthCheckConfig(req: UpdateUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: UpdateUpstreamHealthCheckConfigResponse) => void): Promise<UpdateUpstreamHealthCheckConfigResponse>;
82
94
  /**
83
95
  * 创建云原生网关服务
84
96
  */
@@ -100,9 +112,13 @@ export declare class Client extends AbstractClient {
100
112
  */
101
113
  DeleteCloudNativeAPIGatewayRoute(req: DeleteCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayRouteResponse) => void): Promise<DeleteCloudNativeAPIGatewayRouteResponse>;
102
114
  /**
103
- * 删除引擎实例
115
+ * 创建公网网络配置
104
116
  */
105
- DeleteEngine(req: DeleteEngineRequest, cb?: (error: string, rep: DeleteEngineResponse) => void): Promise<DeleteEngineResponse>;
117
+ CreateCloudNativeAPIGatewayPublicNetwork(req: CreateCloudNativeAPIGatewayPublicNetworkRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayPublicNetworkResponse) => void): Promise<CreateCloudNativeAPIGatewayPublicNetworkResponse>;
118
+ /**
119
+ * 更新弹性伸缩策略
120
+ */
121
+ ModifyAutoScalerResourceStrategy(req: ModifyAutoScalerResourceStrategyRequest, cb?: (error: string, rep: ModifyAutoScalerResourceStrategyResponse) => void): Promise<ModifyAutoScalerResourceStrategyResponse>;
106
122
  /**
107
123
  * 更新云原生网关证书
108
124
  */
@@ -127,10 +143,18 @@ export declare class Client extends AbstractClient {
127
143
  * 修改云原生网关限流插件(路由)
128
144
  */
129
145
  ModifyCloudNativeAPIGatewayRouteRateLimit(req: ModifyCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<ModifyCloudNativeAPIGatewayRouteRateLimitResponse>;
146
+ /**
147
+ * 修改云原生API网关实例分组基础信息
148
+ */
149
+ ModifyNativeGatewayServerGroup(req: ModifyNativeGatewayServerGroupRequest, cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void): Promise<ModifyNativeGatewayServerGroupResponse>;
130
150
  /**
131
151
  * 查询nacos服务接口列表
132
152
  */
133
153
  DescribeNacosServerInterfaces(req: DescribeNacosServerInterfacesRequest, cb?: (error: string, rep: DescribeNacosServerInterfacesResponse) => void): Promise<DescribeNacosServerInterfacesResponse>;
154
+ /**
155
+ * 查看弹性伸缩策略绑定的网关分组
156
+ */
157
+ DescribeAutoScalerResourceStrategyBindingGroups(req: DescribeAutoScalerResourceStrategyBindingGroupsRequest, cb?: (error: string, rep: DescribeAutoScalerResourceStrategyBindingGroupsResponse) => void): Promise<DescribeAutoScalerResourceStrategyBindingGroupsResponse>;
134
158
  /**
135
159
  * 修改云原生网关路由
136
160
  */
@@ -192,9 +216,9 @@ export declare class Client extends AbstractClient {
192
216
  */
193
217
  UpdateUpstreamTargets(req: UpdateUpstreamTargetsRequest, cb?: (error: string, rep: UpdateUpstreamTargetsResponse) => void): Promise<UpdateUpstreamTargetsResponse>;
194
218
  /**
195
- * 修改云原生API网关实例基础信息
219
+ * 查看弹性伸缩策略列表
196
220
  */
197
- ModifyCloudNativeAPIGateway(req: ModifyCloudNativeAPIGatewayRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void): Promise<ModifyCloudNativeAPIGatewayResponse>;
221
+ DescribeAutoScalerResourceStrategies(req: DescribeAutoScalerResourceStrategiesRequest, cb?: (error: string, rep: DescribeAutoScalerResourceStrategiesResponse) => void): Promise<DescribeAutoScalerResourceStrategiesResponse>;
198
222
  /**
199
223
  * 创建云原生网关限流插件(服务)
200
224
  */
@@ -211,6 +235,10 @@ export declare class Client extends AbstractClient {
211
235
  * 修改云原生API网关实例Kong访问策略,支持白名单或者黑名单。
212
236
  */
213
237
  ModifyNetworkAccessStrategy(req: ModifyNetworkAccessStrategyRequest, cb?: (error: string, rep: ModifyNetworkAccessStrategyResponse) => void): Promise<ModifyNetworkAccessStrategyResponse>;
238
+ /**
239
+ * 查询云原生API网关实例公网详情
240
+ */
241
+ DescribePublicNetwork(req: DescribePublicNetworkRequest, cb?: (error: string, rep: DescribePublicNetworkResponse) => void): Promise<DescribePublicNetworkResponse>;
214
242
  /**
215
243
  * 删除云原生网关证书
216
244
  */
@@ -231,6 +259,10 @@ export declare class Client extends AbstractClient {
231
259
  * 删除云原生网关的限流插件(路由)
232
260
  */
233
261
  DeleteCloudNativeAPIGatewayRouteRateLimit(req: DeleteCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<DeleteCloudNativeAPIGatewayRouteRateLimitResponse>;
262
+ /**
263
+ * 创建弹性伸缩策略
264
+ */
265
+ CreateAutoScalerResourceStrategy(req: CreateAutoScalerResourceStrategyRequest, cb?: (error: string, rep: CreateAutoScalerResourceStrategyResponse) => void): Promise<CreateAutoScalerResourceStrategyResponse>;
234
266
  /**
235
267
  * 创建云原生网关限流插件(路由)
236
268
  */
@@ -244,9 +276,9 @@ export declare class Client extends AbstractClient {
244
276
  */
245
277
  DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
246
278
  /**
247
- * 更新云原生网关健康检查配置
279
+ * 删除弹性伸缩策略
248
280
  */
249
- UpdateUpstreamHealthCheckConfig(req: UpdateUpstreamHealthCheckConfigRequest, cb?: (error: string, rep: UpdateUpstreamHealthCheckConfigResponse) => void): Promise<UpdateUpstreamHealthCheckConfigResponse>;
281
+ DeleteAutoScalerResourceStrategy(req: DeleteAutoScalerResourceStrategyRequest, cb?: (error: string, rep: DeleteAutoScalerResourceStrategyResponse) => void): Promise<DeleteAutoScalerResourceStrategyResponse>;
250
282
  /**
251
283
  * 查询引擎实例访问地址
252
284
  */