tencentcloud-sdk-nodejs 4.0.450 → 4.0.451

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 (40) hide show
  1. package/CHANGELOG.md +132 -0
  2. package/SERVICE_CHANGELOG.md +165 -68
  3. package/package.json +1 -1
  4. package/products.md +9 -9
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ciam/v20220331/ciam_client.ts +1 -0
  7. package/src/services/ciam/v20220331/ciam_models.ts +130 -2
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  9. package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +4 -4
  10. package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +5 -5
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +24 -12
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +48 -0
  13. package/src/services/oceanus/v20190422/oceanus_models.ts +6 -0
  14. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  15. package/src/services/ocr/v20181119/ocr_models.ts +1 -2
  16. package/src/services/tem/v20210701/tem_client.ts +59 -11
  17. package/src/services/tem/v20210701/tem_models.ts +265 -102
  18. package/src/services/tse/v20201207/tse_models.ts +7 -2
  19. package/src/services/vod/v20180717/vod_models.ts +2 -0
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +106 -2
  23. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  24. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +4 -4
  25. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +4 -4
  26. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +5 -5
  27. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -5
  28. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -6
  29. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +41 -0
  30. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
  31. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -0
  32. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -0
  33. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -2
  34. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +19 -3
  35. package/tencentcloud/services/tem/v20210701/tem_client.js +27 -3
  36. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +232 -93
  37. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -2
  38. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -0
  39. package/test/cpdp.v20190820.test.js +14 -4
  40. package/test/tem.v20210701.test.js +42 -2
@@ -68,6 +68,31 @@ export interface UpdateUserRequest {
68
68
  * 自定义属性
69
69
  */
70
70
  CustomizationAttributes?: Array<MemberMap>
71
+
72
+ /**
73
+ * 索引字段1
74
+ */
75
+ IndexedAttribute1?: string
76
+
77
+ /**
78
+ * 索引字段2
79
+ */
80
+ IndexedAttribute2?: string
81
+
82
+ /**
83
+ * 索引字段3
84
+ */
85
+ IndexedAttribute3?: string
86
+
87
+ /**
88
+ * 索引字段4
89
+ */
90
+ IndexedAttribute4?: string
91
+
92
+ /**
93
+ * 索引字段5
94
+ */
95
+ IndexedAttribute5?: string
71
96
  }
72
97
 
73
98
  /**
@@ -175,6 +200,11 @@ export interface DescribeUserRequest {
175
200
  * 是否返回明文
176
201
  */
177
202
  Original?: boolean
203
+
204
+ /**
205
+ * 排序设置
206
+ */
207
+ Sort?: Sort
178
208
  }
179
209
 
180
210
  /**
@@ -331,6 +361,31 @@ export interface ImportUser {
331
361
  * 密码加密方式(SHA1;BCRYPT)
332
362
  */
333
363
  PasswordEncryptTypeEnum?: string
364
+
365
+ /**
366
+ * 索引字段1
367
+ */
368
+ IndexedAttribute1?: string
369
+
370
+ /**
371
+ * 索引字段2
372
+ */
373
+ IndexedAttribute2?: string
374
+
375
+ /**
376
+ * 索引字段3
377
+ */
378
+ IndexedAttribute3?: string
379
+
380
+ /**
381
+ * 索引字段4
382
+ */
383
+ IndexedAttribute4?: string
384
+
385
+ /**
386
+ * 索引字段5
387
+ */
388
+ IndexedAttribute5?: string
334
389
  }
335
390
 
336
391
  /**
@@ -516,7 +571,6 @@ export interface Job {
516
571
  /**
517
572
  * 任务的数据类型
518
573
 
519
- <li> **JSON** </li> JSON
520
574
  <li> **NDJSON** </li> New-line Delimited JSON
521
575
  <li> **CSV** </li> Comma-Separated Values
522
576
  注意:此字段可能返回 null,表示取不到有效值。
@@ -554,7 +608,6 @@ export interface CreateFileExportUserJobRequest {
554
608
  /**
555
609
  * 导出的数据类型
556
610
 
557
- <li> **JSON** </li> JSON
558
611
  <li> **NDJSON** </li> New-line Delimited JSON
559
612
  <li> **CSV** </li> Comma-Separated Values
560
613
  */
@@ -789,6 +842,51 @@ export interface User {
789
842
  注意:此字段可能返回 null,表示取不到有效值。
790
843
  */
791
844
  LockTime: number
845
+
846
+ /**
847
+ * 索引字段1
848
+ 注意:此字段可能返回 null,表示取不到有效值。
849
+ */
850
+ IndexedAttribute1: string
851
+
852
+ /**
853
+ * 索引字段2
854
+ 注意:此字段可能返回 null,表示取不到有效值。
855
+ */
856
+ IndexedAttribute2: string
857
+
858
+ /**
859
+ * 索引字段3
860
+ 注意:此字段可能返回 null,表示取不到有效值。
861
+ */
862
+ IndexedAttribute3: string
863
+
864
+ /**
865
+ * 索引字段4
866
+ 注意:此字段可能返回 null,表示取不到有效值。
867
+ */
868
+ IndexedAttribute4: string
869
+
870
+ /**
871
+ * 索引字段5
872
+ 注意:此字段可能返回 null,表示取不到有效值。
873
+ */
874
+ IndexedAttribute5: string
875
+ }
876
+
877
+ /**
878
+ * 查询用户排序
879
+ */
880
+ export interface Sort {
881
+ /**
882
+ * 排序字段的key,参考自定义属性
883
+ */
884
+ PropertyKey?: string
885
+
886
+ /**
887
+ * 升序或者降序,ASC/DESC
888
+ */
889
+ Order?: string
792
890
  }
793
891
 
794
892
  /**
@@ -990,6 +1088,31 @@ export interface CreateUserRequest {
990
1088
  * 自定义属性
991
1089
  */
992
1090
  CustomizationAttributes?: Array<MemberMap>
1091
+
1092
+ /**
1093
+ * 索引字段1
1094
+ */
1095
+ IndexedAttribute1?: string
1096
+
1097
+ /**
1098
+ * 索引字段2
1099
+ */
1100
+ IndexedAttribute2?: string
1101
+
1102
+ /**
1103
+ * 索引字段3
1104
+ */
1105
+ IndexedAttribute3?: string
1106
+
1107
+ /**
1108
+ * 索引字段4
1109
+ */
1110
+ IndexedAttribute4?: string
1111
+
1112
+ /**
1113
+ * 索引字段5
1114
+ */
1115
+ IndexedAttribute5?: string
993
1116
  }
994
1117
 
995
1118
  /**
@@ -1166,6 +1289,11 @@ export interface QueryUserFilter {
1166
1289
  * 逻辑值,等于true,不等于false
1167
1290
  */
1168
1291
  Logic?: boolean
1292
+
1293
+ /**
1294
+ * 操作逻辑符(支持> < = >= <= != between)
1295
+ */
1296
+ OperateLogic?: string
1169
1297
  }
1170
1298
 
1171
1299
  /**
@@ -4192,7 +4192,7 @@ export interface DescribeTopicRequest {
4192
4192
  Offset?: number
4193
4193
 
4194
4194
  /**
4195
- * 返回数量,不填则默认为10,最大值为50
4195
+ * 返回数量,不填则默认为20,最大值为50
4196
4196
  */
4197
4197
  Limit?: number
4198
4198
 
@@ -114,7 +114,7 @@ export class Client extends AbstractClient {
114
114
  }
115
115
 
116
116
  /**
117
- * 快速开始, 基于模版创建工作空间
117
+ * 快速开始, 基于模板创建工作空间
118
118
  */
119
119
  async CreateWorkspaceByTemplate(
120
120
  req: CreateWorkspaceByTemplateRequest,
@@ -124,7 +124,7 @@ export class Client extends AbstractClient {
124
124
  }
125
125
 
126
126
  /**
127
- * 修改模版默认代码仓库
127
+ * 修改模板默认代码仓库
128
128
  */
129
129
  async ModifyCustomizeTemplateVersionControl(
130
130
  req: ModifyCustomizeTemplateVersionControlRequest,
@@ -255,7 +255,7 @@ export class Client extends AbstractClient {
255
255
  }
256
256
 
257
257
  /**
258
- * 云主机方式创建工作空间
258
+ * 云服务器方式创建工作空间
259
259
  */
260
260
  async CreateWorkspaceByAgent(
261
261
  req: CreateWorkspaceByAgentRequest,
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
275
275
  }
276
276
 
277
277
  /**
278
- * 获取所有模版列表
278
+ * 获取所有模板列表
279
279
  */
280
280
  async DescribeCustomizeTemplates(
281
281
  req: DescribeCustomizeTemplatesRequest,
@@ -165,7 +165,7 @@ export interface ModifyCustomizeTemplateVersionControlRequest {
165
165
  CloudStudioSessionTeam: string
166
166
 
167
167
  /**
168
- * 模版ID
168
+ * 模板ID
169
169
  */
170
170
  TemplateId: number
171
171
 
@@ -1298,17 +1298,17 @@ export interface AgentSpaceDTO {
1298
1298
  ImageName: string
1299
1299
 
1300
1300
  /**
1301
- * 云主机登录名称
1301
+ * 云服务器登录名称
1302
1302
  */
1303
1303
  RemoteUser: string
1304
1304
 
1305
1305
  /**
1306
- * 云主机登录地址
1306
+ * 云服务器登录地址
1307
1307
  */
1308
1308
  RemoteHost: string
1309
1309
 
1310
1310
  /**
1311
- * 云主机登录端口
1311
+ * 云服务器登录端口
1312
1312
  */
1313
1313
  RemotePort: string
1314
1314
 
@@ -1353,7 +1353,7 @@ export interface CreateWorkspaceByTemplateRequest {
1353
1353
  CloudStudioSessionTeam: string
1354
1354
 
1355
1355
  /**
1356
- * 模版ID
1356
+ * 模板ID
1357
1357
  */
1358
1358
  TemplateId: number
1359
1359
  }
@@ -111,6 +111,7 @@ import {
111
111
  CreateOpenBankVerificationOrderResponse,
112
112
  PaymentOrderResult,
113
113
  DistributeAddReceiverRequest,
114
+ QueryFinancialDataUrlRequest,
114
115
  QueryExchangerateData,
115
116
  WithdrawBill,
116
117
  QueryOpenBankDailyReceiptDownloadUrlResponse,
@@ -316,6 +317,7 @@ import {
316
317
  ViewContractRequest,
317
318
  QueryBankTransactionDetailsRequest,
318
319
  CloudSubOrderReturn,
320
+ QueryFinancialDataUrlResponse,
319
321
  QueryExchangeRateRequest,
320
322
  OrderSummaryResult,
321
323
  QueryBillDownloadURLRequest,
@@ -1572,13 +1574,13 @@ export class Client extends AbstractClient {
1572
1574
  }
1573
1575
 
1574
1576
  /**
1575
- * 云企付-查询订单支付结果
1577
+ * 财税-查询金融数据文件下载链接
1576
1578
  */
1577
- async QueryOpenBankPaymentOrder(
1578
- req: QueryOpenBankPaymentOrderRequest,
1579
- cb?: (error: string, rep: QueryOpenBankPaymentOrderResponse) => void
1580
- ): Promise<QueryOpenBankPaymentOrderResponse> {
1581
- return this.request("QueryOpenBankPaymentOrder", req, cb)
1579
+ async QueryFinancialDataUrl(
1580
+ req: QueryFinancialDataUrlRequest,
1581
+ cb?: (error: string, rep: QueryFinancialDataUrlResponse) => void
1582
+ ): Promise<QueryFinancialDataUrlResponse> {
1583
+ return this.request("QueryFinancialDataUrl", req, cb)
1582
1584
  }
1583
1585
 
1584
1586
  /**
@@ -2016,13 +2018,13 @@ export class Client extends AbstractClient {
2016
2018
  }
2017
2019
 
2018
2020
  /**
2019
- * 直播平台-文件上传
2021
+ * 云企付-查询订单支付结果
2020
2022
  */
2021
- async UploadFile(
2022
- req: UploadFileRequest,
2023
- cb?: (error: string, rep: UploadFileResponse) => void
2024
- ): Promise<UploadFileResponse> {
2025
- return this.request("UploadFile", req, cb)
2023
+ async QueryOpenBankPaymentOrder(
2024
+ req: QueryOpenBankPaymentOrderRequest,
2025
+ cb?: (error: string, rep: QueryOpenBankPaymentOrderResponse) => void
2026
+ ): Promise<QueryOpenBankPaymentOrderResponse> {
2027
+ return this.request("QueryOpenBankPaymentOrder", req, cb)
2026
2028
  }
2027
2029
 
2028
2030
  /**
@@ -2357,6 +2359,16 @@ export class Client extends AbstractClient {
2357
2359
  return this.request("CreateCustAcctId", req, cb)
2358
2360
  }
2359
2361
 
2362
+ /**
2363
+ * 直播平台-文件上传
2364
+ */
2365
+ async UploadFile(
2366
+ req: UploadFileRequest,
2367
+ cb?: (error: string, rep: UploadFileResponse) => void
2368
+ ): Promise<UploadFileResponse> {
2369
+ return this.request("UploadFile", req, cb)
2370
+ }
2371
+
2360
2372
  /**
2361
2373
  * 通过此接口关闭此前已创建的订单,关闭后,用户将无法继续付款。仅能关闭创建后未支付的订单
2362
2374
  */
@@ -3422,6 +3422,12 @@ FAILED:已失败
3422
3422
  * 外部用户ID
3423
3423
  */
3424
3424
  OutUserId: string
3425
+
3426
+ /**
3427
+ * 渠道支付订单号
3428
+ 注意:此字段可能返回 null,表示取不到有效值。
3429
+ */
3430
+ ChannelOrderId: string
3425
3431
  }
3426
3432
 
3427
3433
  /**
@@ -3454,6 +3460,26 @@ export interface DistributeAddReceiverRequest {
3454
3460
  Profile?: string
3455
3461
  }
3456
3462
 
3463
+ /**
3464
+ * QueryFinancialDataUrl请求参数结构体
3465
+ */
3466
+ export interface QueryFinancialDataUrlRequest {
3467
+ /**
3468
+ * 数据查询范围:结束时间
3469
+ */
3470
+ EndTime: string
3471
+
3472
+ /**
3473
+ * 数据查询范围:开始时间
3474
+ */
3475
+ StartTime: string
3476
+
3477
+ /**
3478
+ * 数据类型:ADDED_INVOICE_REPORT 增值税开票数据,NATURAL_FINANCE_REPORT 自然人金融数据
3479
+ */
3480
+ DataType: string
3481
+ }
3482
+
3457
3483
  /**
3458
3484
  * 查询汇率数据
3459
3485
  */
@@ -12541,6 +12567,28 @@ export interface CloudSubOrderReturn {
12541
12567
  WxSubMchId: string
12542
12568
  }
12543
12569
 
12570
+ /**
12571
+ * QueryFinancialDataUrl返回参数结构体
12572
+ */
12573
+ export interface QueryFinancialDataUrlResponse {
12574
+ /**
12575
+ * 下载链接
12576
+ 注意:此字段可能返回 null,表示取不到有效值。
12577
+ */
12578
+ CosUrl: string
12579
+
12580
+ /**
12581
+ * 过期时间
12582
+ 注意:此字段可能返回 null,表示取不到有效值。
12583
+ */
12584
+ ExpireTime: string
12585
+
12586
+ /**
12587
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
12588
+ */
12589
+ RequestId?: string
12590
+ }
12591
+
12544
12592
  /**
12545
12593
  * QueryExchangeRate请求参数结构体
12546
12594
  */
@@ -1748,6 +1748,12 @@ export interface Cluster {
1748
1748
  注意:此字段可能返回 null,表示取不到有效值。
1749
1749
  */
1750
1750
  PayMode: number
1751
+
1752
+ /**
1753
+ * 前端区分 集群是否需要2CU逻辑 因为历史集群 变配不需要, default 1 新集群都需要
1754
+ 注意:此字段可能返回 null,表示取不到有效值。
1755
+ */
1756
+ IsNeedManageNode: number
1751
1757
  }
1752
1758
 
1753
1759
  /**
@@ -682,6 +682,7 @@ export class Client extends AbstractClient {
682
682
  /**
683
683
  * 本接口支持中国香港身份证人像面中关键字段的识别,包括中文姓名、英文姓名、姓名电码、出生日期、性别、证件符号、首次签发日期、最近领用日期、身份证号、是否是永久性居民身份证;具备防伪识别、人像照片裁剪等扩展功能。
684
684
 
685
+ 默认接口请求频率限制:5次/秒。
685
686
  */
686
687
  async HKIDCardOCR(
687
688
  req: HKIDCardOCRRequest,
@@ -2959,7 +2959,6 @@ export interface HKIDCardOCRResponse {
2959
2959
  -9102:证照复印件告警
2960
2960
  -9103:证照翻拍告警
2961
2961
  -9104:证照PS告警
2962
- -9105:证照防伪告警
2963
2962
  */
2964
2963
  WarningCode: Array<number>
2965
2964
 
@@ -4857,7 +4856,7 @@ export interface MLIDPassportOCRResponse {
4857
4856
  /**
4858
4857
  * 告警码
4859
4858
  -9103 证照翻拍告警
4860
- -9102 证照复印件告警
4859
+ -9102 证照复印件告警(包括黑白复印件、彩色复印件)
4861
4860
  -9106 证件遮挡告警
4862
4861
  */
4863
4862
  Warn: Array<number>
@@ -23,6 +23,7 @@ import {
23
23
  NamespacePage,
24
24
  DescribeApplicationInfoResponse,
25
25
  ModifyIngressResponse,
26
+ DeleteApplicationServiceRequest,
26
27
  RestartApplicationPodRequest,
27
28
  DestroyLogConfigResponse,
28
29
  ResumeDeployApplicationResponse,
@@ -44,25 +45,26 @@ import {
44
45
  CreateEnvironmentResponse,
45
46
  DescribeEnvironmentStatusRequest,
46
47
  RevertDeployApplicationResponse,
47
- EsInfo,
48
+ DeployStrategyConf,
48
49
  DescribeApplicationsResponse,
49
- IngressInfo,
50
+ CreateCosTokenRequest,
50
51
  DescribeEnvironmentsRequest,
51
52
  LogConfigListPage,
52
53
  ServiceVersionBrief,
53
54
  CreateEnvironmentRequest,
54
55
  NodeInfo,
56
+ DescribeApplicationServiceListResponse,
55
57
  DescribeLogConfigRequest,
56
58
  TemDeployApplicationDetailInfo,
57
59
  DescribeEnvironmentStatusResponse,
58
- DeployStrategyConf,
60
+ EsInfo,
59
61
  DescribeApplicationPodsResponse,
60
62
  DescribeConfigDataListRequest,
61
63
  EnableApplicationAutoscalerResponse,
62
64
  ServicePage,
63
65
  TemServiceVersionInfo,
64
66
  ServicePortMapping,
65
- CreateCosTokenRequest,
67
+ IngressInfo,
66
68
  ModifyApplicationAutoscalerRequest,
67
69
  ModifyConfigDataResponse,
68
70
  ModifyIngressRequest,
@@ -75,6 +77,7 @@ import {
75
77
  ModifyConfigDataRequest,
76
78
  CreateConfigDataResponse,
77
79
  DescribeApplicationsStatusRequest,
80
+ DescribeIngressResponse,
78
81
  RunVersionPod,
79
82
  CreateResourceResponse,
80
83
  ModifyApplicationInfoResponse,
@@ -106,17 +109,20 @@ import {
106
109
  TemService,
107
110
  IngressRule,
108
111
  CronHorizontalAutoscaler,
112
+ DescribeApplicationServiceListRequest,
109
113
  DescribeDeployApplicationDetailResponse,
110
114
  IngressRuleValue,
111
115
  DescribeEnvironmentResponse,
112
116
  TemNamespaceInfo,
113
117
  CreateApplicationAutoscalerRequest,
118
+ DeleteApplicationServiceResponse,
114
119
  ConfigData,
115
120
  ResumeDeployApplicationRequest,
116
121
  DescribeConfigDataRequest,
117
122
  MountedSettingConf,
118
123
  CreateLogConfigResponse,
119
124
  DescribeConfigDataListResponse,
125
+ ModifyApplicationServiceRequest,
120
126
  DescribePagedLogConfigListResponse,
121
127
  HealthCheckConfig,
122
128
  DeployServiceBatchDetail,
@@ -132,13 +138,14 @@ import {
132
138
  CreateApplicationRequest,
133
139
  NamespaceStatusInfo,
134
140
  DescribeRunPodPage,
141
+ CreateApplicationServiceRequest,
135
142
  ModifyApplicationReplicasResponse,
136
143
  UseDefaultRepoParameters,
137
144
  CronHorizontalAutoscalerSchedule,
138
145
  ModifyEnvironmentRequest,
139
146
  GenerateApplicationPackageDownloadUrlResponse,
140
147
  IngressRuleBackend,
141
- DescribeIngressResponse,
148
+ CreateApplicationServiceResponse,
142
149
  WorkloadInfo,
143
150
  IngressRulePath,
144
151
  NamespaceInfo,
@@ -147,6 +154,7 @@ import {
147
154
  RevertDeployApplicationRequest,
148
155
  CreateApplicationResponse,
149
156
  HorizontalAutoscaler,
157
+ ModifyApplicationServiceResponse,
150
158
  PortMapping,
151
159
  LogConfig,
152
160
  ModifyEnvironmentResponse,
@@ -187,6 +195,16 @@ export class Client extends AbstractClient {
187
195
  return this.request("DescribeApplicationsStatus", req, cb)
188
196
  }
189
197
 
198
+ /**
199
+ * 查询应用访问方式列表
200
+ */
201
+ async DescribeApplicationServiceList(
202
+ req: DescribeApplicationServiceListRequest,
203
+ cb?: (error: string, rep: DescribeApplicationServiceListResponse) => void
204
+ ): Promise<DescribeApplicationServiceListResponse> {
205
+ return this.request("DescribeApplicationServiceList", req, cb)
206
+ }
207
+
190
208
  /**
191
209
  * 查询分页的日志收集配置列表
192
210
  */
@@ -280,6 +298,16 @@ export class Client extends AbstractClient {
280
298
  return this.request("DescribeEnvironmentStatus", req, cb)
281
299
  }
282
300
 
301
+ /**
302
+ * 开始下一批次发布
303
+ */
304
+ async ResumeDeployApplication(
305
+ req: ResumeDeployApplicationRequest,
306
+ cb?: (error: string, rep: ResumeDeployApplicationResponse) => void
307
+ ): Promise<ResumeDeployApplicationResponse> {
308
+ return this.request("ResumeDeployApplication", req, cb)
309
+ }
310
+
283
311
  /**
284
312
  * 删除 Ingress 规则
285
313
  */
@@ -321,13 +349,13 @@ export class Client extends AbstractClient {
321
349
  }
322
350
 
323
351
  /**
324
- * 开始下一批次发布
352
+ * 修改服务访问方式列表
325
353
  */
326
- async ResumeDeployApplication(
327
- req: ResumeDeployApplicationRequest,
328
- cb?: (error: string, rep: ResumeDeployApplicationResponse) => void
329
- ): Promise<ResumeDeployApplicationResponse> {
330
- return this.request("ResumeDeployApplication", req, cb)
354
+ async ModifyApplicationService(
355
+ req: ModifyApplicationServiceRequest,
356
+ cb?: (error: string, rep: ModifyApplicationServiceResponse) => void
357
+ ): Promise<ModifyApplicationServiceResponse> {
358
+ return this.request("ModifyApplicationService", req, cb)
331
359
  }
332
360
 
333
361
  /**
@@ -380,6 +408,16 @@ export class Client extends AbstractClient {
380
408
  return this.request("CreateLogConfig", req, cb)
381
409
  }
382
410
 
411
+ /**
412
+ * 新增访问方式
413
+ */
414
+ async CreateApplicationService(
415
+ req: CreateApplicationServiceRequest,
416
+ cb?: (error: string, rep: CreateApplicationServiceResponse) => void
417
+ ): Promise<CreateApplicationServiceResponse> {
418
+ return this.request("CreateApplicationService", req, cb)
419
+ }
420
+
383
421
  /**
384
422
  * 服务基本信息查看
385
423
  */
@@ -470,6 +508,16 @@ export class Client extends AbstractClient {
470
508
  return this.request("DescribeIngress", req, cb)
471
509
  }
472
510
 
511
+ /**
512
+ * 删除一条访问方式
513
+ */
514
+ async DeleteApplicationService(
515
+ req: DeleteApplicationServiceRequest,
516
+ cb?: (error: string, rep: DeleteApplicationServiceResponse) => void
517
+ ): Promise<DeleteApplicationServiceResponse> {
518
+ return this.request("DeleteApplicationService", req, cb)
519
+ }
520
+
473
521
  /**
474
522
  * 生成应用程序包预签名下载链接
475
523
  */