tencentcloud-sdk-nodejs 4.0.988 → 4.0.989
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.
- package/CHANGELOG.md +246 -0
- package/SERVICE_CHANGELOG.md +325 -115
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +15 -2
- package/src/services/aiart/v20221229/aiart_models.ts +109 -46
- package/src/services/cam/v20190116/cam_client.ts +12 -0
- package/src/services/cam/v20190116/cam_models.ts +59 -26
- package/src/services/cfg/v20210820/cfg_models.ts +4 -0
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +18 -18
- package/src/services/cvm/v20170312/cvm_models.ts +24 -24
- package/src/services/es/v20180416/es_models.ts +50 -7
- package/src/services/mps/v20190612/mps_models.ts +5 -0
- package/src/services/mqtt/v20240516/mqtt_client.ts +151 -103
- package/src/services/mqtt/v20240516/mqtt_models.ts +202 -48
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +72 -0
- package/src/services/postgres/v20170312/postgres_models.ts +3 -3
- package/src/services/sts/v20180813/sts_models.ts +3 -3
- package/src/services/tse/v20201207/tse_client.ts +73 -21
- package/src/services/tse/v20201207/tse_models.ts +322 -68
- package/src/services/vdb/v20230616/vdb_models.ts +3 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +107 -46
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +57 -26
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +18 -18
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -24
- package/tencentcloud/services/es/v20180416/es_models.d.ts +50 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +57 -41
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +84 -60
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +194 -48
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +71 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +3 -3
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +23 -7
- package/tencentcloud/services/tse/v20201207/tse_client.js +33 -9
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +310 -68
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +3 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/test/aiart.v20221229.test.js +10 -0
- package/test/cam.v20190116.test.js +10 -0
- package/test/mqtt.v20240516.test.js +80 -40
- package/test/tse.v20201207.test.js +46 -6
|
@@ -3372,6 +3372,11 @@ WARN_DRIVER_LICENSE_BORDER_INCOMPLETE 边框不完整告警
|
|
|
3372
3372
|
* 行驶证类型 电子行驶证:Electronic 普通行驶证:Normal
|
|
3373
3373
|
*/
|
|
3374
3374
|
VehicleLicenseType?: string
|
|
3375
|
+
/**
|
|
3376
|
+
* 拖拉机行驶证副页正面的识别结果,CardSide 为 BACK。
|
|
3377
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3378
|
+
*/
|
|
3379
|
+
TractorBackInfo?: TextTractorVehicleBack
|
|
3375
3380
|
/**
|
|
3376
3381
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3377
3382
|
*/
|
|
@@ -8574,6 +8579,57 @@ export interface GetTaskStateRequest {
|
|
|
8574
8579
|
TaskId: string
|
|
8575
8580
|
}
|
|
8576
8581
|
|
|
8582
|
+
/**
|
|
8583
|
+
* 拖拉机行驶证副页正面的识别结果
|
|
8584
|
+
*/
|
|
8585
|
+
export interface TextTractorVehicleBack {
|
|
8586
|
+
/**
|
|
8587
|
+
* 号牌号码
|
|
8588
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8589
|
+
*/
|
|
8590
|
+
PlateNo?: string
|
|
8591
|
+
/**
|
|
8592
|
+
* 准乘人数
|
|
8593
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8594
|
+
*/
|
|
8595
|
+
AllowNum?: string
|
|
8596
|
+
/**
|
|
8597
|
+
* 联合收割机质量
|
|
8598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8599
|
+
*/
|
|
8600
|
+
CombineHarvesterQuality?: string
|
|
8601
|
+
/**
|
|
8602
|
+
* 拖拉机最小使用质量
|
|
8603
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8604
|
+
*/
|
|
8605
|
+
TractorMinUsageWeight?: string
|
|
8606
|
+
/**
|
|
8607
|
+
* 拖拉机最大允许载质量
|
|
8608
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8609
|
+
*/
|
|
8610
|
+
TractorMaxAllowLoadCapacity?: string
|
|
8611
|
+
/**
|
|
8612
|
+
* 外廓尺寸
|
|
8613
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8614
|
+
*/
|
|
8615
|
+
ExternalSize?: string
|
|
8616
|
+
/**
|
|
8617
|
+
* 检验记录
|
|
8618
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8619
|
+
*/
|
|
8620
|
+
Record?: string
|
|
8621
|
+
/**
|
|
8622
|
+
* 类型
|
|
8623
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8624
|
+
*/
|
|
8625
|
+
VehicleType?: string
|
|
8626
|
+
/**
|
|
8627
|
+
* 住址
|
|
8628
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8629
|
+
*/
|
|
8630
|
+
Address?: string
|
|
8631
|
+
}
|
|
8632
|
+
|
|
8577
8633
|
/**
|
|
8578
8634
|
* RecognizeMedicalInvoiceOCR请求参数结构体
|
|
8579
8635
|
*/
|
|
@@ -9295,6 +9351,10 @@ export interface MLIDCardOCRRequest {
|
|
|
9295
9351
|
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
9296
9352
|
*/
|
|
9297
9353
|
ImageBase64?: string
|
|
9354
|
+
/**
|
|
9355
|
+
* 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
9356
|
+
*/
|
|
9357
|
+
BackImageBase64?: string
|
|
9298
9358
|
/**
|
|
9299
9359
|
* 图片的 Url 地址。( 中国地区之外不支持这个字段 )
|
|
9300
9360
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
@@ -9303,6 +9363,10 @@ export interface MLIDCardOCRRequest {
|
|
|
9303
9363
|
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
9304
9364
|
*/
|
|
9305
9365
|
ImageUrl?: string
|
|
9366
|
+
/**
|
|
9367
|
+
* 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
9368
|
+
*/
|
|
9369
|
+
BackImageUrl?: string
|
|
9306
9370
|
/**
|
|
9307
9371
|
* 是否返回图片,默认false
|
|
9308
9372
|
*/
|
|
@@ -10091,6 +10155,10 @@ DOUBLE 为行驶证主页正面和副页正面。
|
|
|
10091
10155
|
默认值为:FRONT。
|
|
10092
10156
|
*/
|
|
10093
10157
|
CardSide?: string
|
|
10158
|
+
/**
|
|
10159
|
+
* FRONT为行驶证主页正面(有红色印章的一面),BACK 为拖拉机行驶证副页正面识别
|
|
10160
|
+
*/
|
|
10161
|
+
TractorCardSide?: string
|
|
10094
10162
|
}
|
|
10095
10163
|
|
|
10096
10164
|
/**
|
|
@@ -10368,6 +10436,10 @@ MyKid 儿童卡
|
|
|
10368
10436
|
* 出生日期(目前该字段仅支持IKAD劳工证、MyKad 身份证)
|
|
10369
10437
|
*/
|
|
10370
10438
|
Birthday?: string
|
|
10439
|
+
/**
|
|
10440
|
+
* 马来身份证背面号码
|
|
10441
|
+
*/
|
|
10442
|
+
MyKadNumber?: string
|
|
10371
10443
|
/**
|
|
10372
10444
|
* 告警码
|
|
10373
10445
|
-9101 证件边框不完整告警
|
|
@@ -684,15 +684,15 @@ export interface SlowlogDetail {
|
|
|
684
684
|
/**
|
|
685
685
|
* 花费总时间
|
|
686
686
|
*/
|
|
687
|
-
TotalTime
|
|
687
|
+
TotalTime?: number
|
|
688
688
|
/**
|
|
689
689
|
* 调用总次数
|
|
690
690
|
*/
|
|
691
|
-
TotalCalls
|
|
691
|
+
TotalCalls?: number
|
|
692
692
|
/**
|
|
693
693
|
* 脱敏后的慢SQL列表
|
|
694
694
|
*/
|
|
695
|
-
NormalQueries
|
|
695
|
+
NormalQueries?: Array<NormalQueryItem>
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
/**
|
|
@@ -249,15 +249,15 @@ export interface Credentials {
|
|
|
249
249
|
/**
|
|
250
250
|
* token。token长度和绑定的策略有关,最长不超过4096字节。
|
|
251
251
|
*/
|
|
252
|
-
Token
|
|
252
|
+
Token?: string
|
|
253
253
|
/**
|
|
254
254
|
* 临时证书密钥ID。最长不超过1024字节。
|
|
255
255
|
*/
|
|
256
|
-
TmpSecretId
|
|
256
|
+
TmpSecretId?: string
|
|
257
257
|
/**
|
|
258
258
|
* 临时证书密钥Key。最长不超过1024字节。
|
|
259
259
|
*/
|
|
260
|
-
TmpSecretKey
|
|
260
|
+
TmpSecretKey?: string
|
|
261
261
|
}
|
|
262
262
|
|
|
263
263
|
/**
|
|
@@ -35,6 +35,8 @@ import {
|
|
|
35
35
|
DescribeUpstreamHealthCheckConfigResponse,
|
|
36
36
|
NetworkAccessControl,
|
|
37
37
|
DescribePublicNetworkResult,
|
|
38
|
+
NativeGatewayServiceSourceItem,
|
|
39
|
+
CreateNativeGatewayServiceSourceResponse,
|
|
38
40
|
CreateCloudNativeAPIGatewayServiceRequest,
|
|
39
41
|
ModifyConsoleNetworkRequest,
|
|
40
42
|
PublicAddressConfig,
|
|
@@ -55,7 +57,7 @@ import {
|
|
|
55
57
|
DescribeConfigFileReleaseRequest,
|
|
56
58
|
DescribeCloudNativeAPIGatewayConfigRequest,
|
|
57
59
|
KongTarget,
|
|
58
|
-
|
|
60
|
+
SourceInstanceAuth,
|
|
59
61
|
AutoScalerPolicy,
|
|
60
62
|
DescribeNacosServerInterfacesResponse,
|
|
61
63
|
KVMapping,
|
|
@@ -76,7 +78,7 @@ import {
|
|
|
76
78
|
CloudNativeAPIGatewayStrategyAutoScalerConfigMetric,
|
|
77
79
|
NativeGatewayServerGroup,
|
|
78
80
|
ModifyNetworkAccessStrategyResponse,
|
|
79
|
-
|
|
81
|
+
ModifyAutoScalerResourceStrategyRequest,
|
|
80
82
|
UnbindAutoScalerResourceStrategyFromGroupsRequest,
|
|
81
83
|
DeleteCloudNativeAPIGatewayPublicNetworkRequest,
|
|
82
84
|
ReleaseVersion,
|
|
@@ -113,6 +115,7 @@ import {
|
|
|
113
115
|
DeleteCloudNativeAPIGatewayPublicNetworkResponse,
|
|
114
116
|
CreateOrUpdateConfigFileAndReleaseRequest,
|
|
115
117
|
ApolloEnvParam,
|
|
118
|
+
DeleteNativeGatewayServiceSourceResponse,
|
|
116
119
|
DescribeCloudNativeAPIGatewayServiceRateLimitRequest,
|
|
117
120
|
CloudNativeAPIGatewayBalancedService,
|
|
118
121
|
DescribeConfigFileGroupsResponse,
|
|
@@ -124,10 +127,12 @@ import {
|
|
|
124
127
|
CreateConfigFileRequest,
|
|
125
128
|
DescribeConfigFilesResponse,
|
|
126
129
|
DescribeCloudNativeAPIGatewayServicesResponse,
|
|
130
|
+
CreateNativeGatewayServiceSourceRequest,
|
|
127
131
|
QpsThreshold,
|
|
128
132
|
GovernanceServiceInput,
|
|
129
133
|
VpcInfo,
|
|
130
134
|
ConfigFile,
|
|
135
|
+
ModifyNativeGatewayServiceSourceRequest,
|
|
131
136
|
KongActiveHealthCheck,
|
|
132
137
|
ModifyCloudNativeAPIGatewayCanaryRuleResponse,
|
|
133
138
|
KongServicePreview,
|
|
@@ -140,6 +145,7 @@ import {
|
|
|
140
145
|
DescribeCloudNativeAPIGatewayCertificatesResponse,
|
|
141
146
|
KongUpstreamPreview,
|
|
142
147
|
KongCertificate,
|
|
148
|
+
SourceInfo,
|
|
143
149
|
DeleteGovernanceInstancesResponse,
|
|
144
150
|
DescribeWafDomainsResult,
|
|
145
151
|
BindAutoScalerResourceStrategyToGroupsResponse,
|
|
@@ -183,6 +189,7 @@ import {
|
|
|
183
189
|
CreateCloudNativeAPIGatewayPublicNetworkRequest,
|
|
184
190
|
UpdateCloudNativeAPIGatewayResult,
|
|
185
191
|
ModifyGovernanceNamespacesRequest,
|
|
192
|
+
SourceInstanceVpcInfo,
|
|
186
193
|
ModifyConfigFileGroupResponse,
|
|
187
194
|
DescribeAllConfigFileTemplatesRequest,
|
|
188
195
|
RateLimitResponse,
|
|
@@ -238,6 +245,7 @@ import {
|
|
|
238
245
|
CreateGovernanceNamespacesResponse,
|
|
239
246
|
UpstreamHealthCheckConfig,
|
|
240
247
|
CreateConfigFileGroupRequest,
|
|
248
|
+
ZookeeperReplica,
|
|
241
249
|
DeleteAutoScalerResourceStrategyResponse,
|
|
242
250
|
DescribeOneCloudNativeAPIGatewayServiceRequest,
|
|
243
251
|
DeleteGovernanceAliasesRequest,
|
|
@@ -269,6 +277,7 @@ import {
|
|
|
269
277
|
DescribeNativeGatewayServerGroupsResponse,
|
|
270
278
|
ModifyNativeGatewayServerGroupResponse,
|
|
271
279
|
ConfigFileTag,
|
|
280
|
+
DescribeNativeGatewayServiceSourcesResponse,
|
|
272
281
|
ListCloudNativeAPIGatewayResult,
|
|
273
282
|
CreateCloudNativeAPIGatewayServiceResponse,
|
|
274
283
|
DeleteCloudNativeAPIGatewayRouteRateLimitResponse,
|
|
@@ -289,6 +298,7 @@ import {
|
|
|
289
298
|
DeleteCloudNativeAPIGatewayCanaryRuleRequest,
|
|
290
299
|
GatewayInstanceSchemeAndPorts,
|
|
291
300
|
CreatePublicNetworkResult,
|
|
301
|
+
DescribeNativeGatewayServiceSourcesRequest,
|
|
292
302
|
CLBMultiRegion,
|
|
293
303
|
CreateWafDomainsResponse,
|
|
294
304
|
DescribePublicAddressConfigRequest,
|
|
@@ -332,9 +342,10 @@ import {
|
|
|
332
342
|
DescribeCloudNativeAPIGatewayCertificateDetailsResponse,
|
|
333
343
|
CreateGovernanceServicesResponse,
|
|
334
344
|
Filter,
|
|
335
|
-
|
|
345
|
+
RestartSREInstanceRequest,
|
|
336
346
|
CreateOrUpdateConfigFileAndReleaseResponse,
|
|
337
347
|
DescribeOneCloudNativeAPIGatewayServiceResponse,
|
|
348
|
+
DeleteNativeGatewayServiceSourceRequest,
|
|
338
349
|
RestartSREInstanceResponse,
|
|
339
350
|
DescribeZookeeperServerInterfacesRequest,
|
|
340
351
|
DeleteGovernanceServicesRequest,
|
|
@@ -342,6 +353,7 @@ import {
|
|
|
342
353
|
DeleteConfigFileReleasesRequest,
|
|
343
354
|
CreateAutoScalerResourceStrategyRequest,
|
|
344
355
|
KongServices,
|
|
356
|
+
ModifyNativeGatewayServiceSourceResponse,
|
|
345
357
|
CreateCloudNativeAPIGatewayServerGroupResult,
|
|
346
358
|
DescribeGovernanceServiceContractsResponse,
|
|
347
359
|
UpdateUpstreamHealthCheckConfigResponse,
|
|
@@ -583,6 +595,16 @@ export class Client extends AbstractClient {
|
|
|
583
595
|
return this.request("DescribeAutoScalerResourceStrategies", req, cb)
|
|
584
596
|
}
|
|
585
597
|
|
|
598
|
+
/**
|
|
599
|
+
* 修改网关服务来源
|
|
600
|
+
*/
|
|
601
|
+
async ModifyNativeGatewayServiceSource(
|
|
602
|
+
req: ModifyNativeGatewayServiceSourceRequest,
|
|
603
|
+
cb?: (error: string, rep: ModifyNativeGatewayServiceSourceResponse) => void
|
|
604
|
+
): Promise<ModifyNativeGatewayServiceSourceResponse> {
|
|
605
|
+
return this.request("ModifyNativeGatewayServiceSource", req, cb)
|
|
606
|
+
}
|
|
607
|
+
|
|
586
608
|
/**
|
|
587
609
|
* 修改云原生API网关实例网络基本信息,例如带宽以及描述,只支持修改客户端公网/内网的信息。
|
|
588
610
|
*/
|
|
@@ -703,6 +725,16 @@ export class Client extends AbstractClient {
|
|
|
703
725
|
return this.request("PublishConfigFiles", req, cb)
|
|
704
726
|
}
|
|
705
727
|
|
|
728
|
+
/**
|
|
729
|
+
* 删除治理中心服务
|
|
730
|
+
*/
|
|
731
|
+
async DeleteGovernanceServices(
|
|
732
|
+
req: DeleteGovernanceServicesRequest,
|
|
733
|
+
cb?: (error: string, rep: DeleteGovernanceServicesResponse) => void
|
|
734
|
+
): Promise<DeleteGovernanceServicesResponse> {
|
|
735
|
+
return this.request("DeleteGovernanceServices", req, cb)
|
|
736
|
+
}
|
|
737
|
+
|
|
706
738
|
/**
|
|
707
739
|
* 根据命名空间、组、名字查找配置文件
|
|
708
740
|
*/
|
|
@@ -794,13 +826,13 @@ export class Client extends AbstractClient {
|
|
|
794
826
|
}
|
|
795
827
|
|
|
796
828
|
/**
|
|
797
|
-
*
|
|
829
|
+
* 删除治理中心服务实例
|
|
798
830
|
*/
|
|
799
|
-
async
|
|
800
|
-
req:
|
|
801
|
-
cb?: (error: string, rep:
|
|
802
|
-
): Promise<
|
|
803
|
-
return this.request("
|
|
831
|
+
async DeleteGovernanceInstancesByHost(
|
|
832
|
+
req: DeleteGovernanceInstancesByHostRequest,
|
|
833
|
+
cb?: (error: string, rep: DeleteGovernanceInstancesByHostResponse) => void
|
|
834
|
+
): Promise<DeleteGovernanceInstancesByHostResponse> {
|
|
835
|
+
return this.request("DeleteGovernanceInstancesByHost", req, cb)
|
|
804
836
|
}
|
|
805
837
|
|
|
806
838
|
/**
|
|
@@ -933,6 +965,16 @@ export class Client extends AbstractClient {
|
|
|
933
965
|
return this.request("DescribeUpstreamHealthCheckConfig", req, cb)
|
|
934
966
|
}
|
|
935
967
|
|
|
968
|
+
/**
|
|
969
|
+
* 查询网关服务来源实例列表
|
|
970
|
+
*/
|
|
971
|
+
async DescribeNativeGatewayServiceSources(
|
|
972
|
+
req: DescribeNativeGatewayServiceSourcesRequest,
|
|
973
|
+
cb?: (error: string, rep: DescribeNativeGatewayServiceSourcesResponse) => void
|
|
974
|
+
): Promise<DescribeNativeGatewayServiceSourcesResponse> {
|
|
975
|
+
return this.request("DescribeNativeGatewayServiceSources", req, cb)
|
|
976
|
+
}
|
|
977
|
+
|
|
936
978
|
/**
|
|
937
979
|
* 修改云原生API网关实例分组基础信息
|
|
938
980
|
*/
|
|
@@ -964,13 +1006,13 @@ export class Client extends AbstractClient {
|
|
|
964
1006
|
}
|
|
965
1007
|
|
|
966
1008
|
/**
|
|
967
|
-
*
|
|
1009
|
+
* 创建网关服务来源
|
|
968
1010
|
*/
|
|
969
|
-
async
|
|
970
|
-
req:
|
|
971
|
-
cb?: (error: string, rep:
|
|
972
|
-
): Promise<
|
|
973
|
-
return this.request("
|
|
1011
|
+
async CreateNativeGatewayServiceSource(
|
|
1012
|
+
req: CreateNativeGatewayServiceSourceRequest,
|
|
1013
|
+
cb?: (error: string, rep: CreateNativeGatewayServiceSourceResponse) => void
|
|
1014
|
+
): Promise<CreateNativeGatewayServiceSourceResponse> {
|
|
1015
|
+
return this.request("CreateNativeGatewayServiceSource", req, cb)
|
|
974
1016
|
}
|
|
975
1017
|
|
|
976
1018
|
/**
|
|
@@ -1113,6 +1155,16 @@ export class Client extends AbstractClient {
|
|
|
1113
1155
|
return this.request("DescribeGovernanceServiceContractVersions", req, cb)
|
|
1114
1156
|
}
|
|
1115
1157
|
|
|
1158
|
+
/**
|
|
1159
|
+
* 更新网关上游实例列表,仅支持IPList服务类型
|
|
1160
|
+
*/
|
|
1161
|
+
async UpdateUpstreamTargets(
|
|
1162
|
+
req: UpdateUpstreamTargetsRequest,
|
|
1163
|
+
cb?: (error: string, rep: UpdateUpstreamTargetsResponse) => void
|
|
1164
|
+
): Promise<UpdateUpstreamTargetsResponse> {
|
|
1165
|
+
return this.request("UpdateUpstreamTargets", req, cb)
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1116
1168
|
/**
|
|
1117
1169
|
* 开启 WAF 防护
|
|
1118
1170
|
*/
|
|
@@ -1474,13 +1526,13 @@ export class Client extends AbstractClient {
|
|
|
1474
1526
|
}
|
|
1475
1527
|
|
|
1476
1528
|
/**
|
|
1477
|
-
*
|
|
1529
|
+
* 删除网关服务来源实例
|
|
1478
1530
|
*/
|
|
1479
|
-
async
|
|
1480
|
-
req:
|
|
1481
|
-
cb?: (error: string, rep:
|
|
1482
|
-
): Promise<
|
|
1483
|
-
return this.request("
|
|
1531
|
+
async DeleteNativeGatewayServiceSource(
|
|
1532
|
+
req: DeleteNativeGatewayServiceSourceRequest,
|
|
1533
|
+
cb?: (error: string, rep: DeleteNativeGatewayServiceSourceResponse) => void
|
|
1534
|
+
): Promise<DeleteNativeGatewayServiceSourceResponse> {
|
|
1535
|
+
return this.request("DeleteNativeGatewayServiceSource", req, cb)
|
|
1484
1536
|
}
|
|
1485
1537
|
|
|
1486
1538
|
/**
|