tencentcloud-sdk-nodejs 4.0.232 → 4.0.236
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 +436 -64
- package/package.json +1 -1
- package/products.md +154 -153
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
- package/src/services/apigateway/v20180808/apigateway_models.ts +420 -70
- package/src/services/as/v20180419/as_client.ts +0 -12
- package/src/services/as/v20180419/as_models.ts +0 -75
- package/src/services/cdb/v20170320/cdb_client.ts +37 -12
- package/src/services/cdb/v20170320/cdb_models.ts +163 -68
- package/src/services/clb/v20180317/clb_client.ts +14 -1
- package/src/services/clb/v20180317/clb_models.ts +54 -19
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +39 -14
- package/src/services/cpdp/v20190820/cpdp_models.ts +774 -637
- package/src/services/cvm/v20170312/cvm_client.ts +1 -0
- package/src/services/cvm/v20170312/cvm_models.ts +14 -11
- package/src/services/ecm/v20190719/ecm_models.ts +12 -1
- package/src/services/ie/v20200304/ie_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/mrs/v20200910/mrs_models.ts +2 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
- package/src/services/ocr/v20181119/ocr_client.ts +13 -0
- package/src/services/ocr/v20181119/ocr_models.ts +203 -27
- package/src/services/postgres/v20170312/postgres_models.ts +14 -11
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +8 -6
- package/src/services/tcb/v20180608/tcb_client.ts +18 -6
- package/src/services/tcb/v20180608/tcb_models.ts +93 -1
- package/src/services/tcm/index.ts +5 -0
- package/src/services/tcm/v20210413/index.ts +6 -0
- package/src/services/tcm/v20210413/tcm_client.ts +88 -0
- package/src/services/tcm/v20210413/tcm_models.ts +891 -0
- package/src/services/tiia/v20190529/tiia_client.ts +1 -0
- package/src/services/tiia/v20190529/tiia_models.ts +29 -0
- package/src/services/tiw/v20190919/tiw_models.ts +3 -2
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/src/services/tsf/v20180326/tsf_models.ts +146 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +354 -60
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
- package/tencentcloud/services/as/v20180419/as_client.js +0 -6
- package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +569 -451
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -6
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -1
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +173 -27
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -11
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +77 -1
- package/tencentcloud/services/tcm/index.d.ts +6 -0
- package/tencentcloud/services/tcm/index.js +7 -0
- package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/index.js +9 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
- package/test/apigateway.v20180808.test.js +34 -4
- package/test/as.v20180419.test.js +0 -10
- package/test/cdb.v20170320.test.js +22 -2
- package/test/clb.v20180317.test.js +10 -0
- package/test/cpdp.v20190820.test.js +20 -0
- package/test/iotexplorer.v20190423.test.js +32 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tcb.v20180608.test.js +12 -2
- package/test/tcm.v20210413.test.js +41 -0
|
@@ -492,6 +492,12 @@ export interface ProductInfo {
|
|
|
492
492
|
* 搜索到的商品配图URL。
|
|
493
493
|
*/
|
|
494
494
|
Image: string
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* 百科词条列表
|
|
498
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
499
|
+
*/
|
|
500
|
+
LemmaInfoList: Array<LemmaInfo>
|
|
495
501
|
}
|
|
496
502
|
|
|
497
503
|
/**
|
|
@@ -1285,6 +1291,29 @@ export interface Threshold {
|
|
|
1285
1291
|
FalseRate1Permil: number
|
|
1286
1292
|
}
|
|
1287
1293
|
|
|
1294
|
+
/**
|
|
1295
|
+
* 百科词条信息
|
|
1296
|
+
*/
|
|
1297
|
+
export interface LemmaInfo {
|
|
1298
|
+
/**
|
|
1299
|
+
* 词条
|
|
1300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1301
|
+
*/
|
|
1302
|
+
LemmaTitle: string
|
|
1303
|
+
|
|
1304
|
+
/**
|
|
1305
|
+
* 词条描述
|
|
1306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1307
|
+
*/
|
|
1308
|
+
LemmaAbstract: string
|
|
1309
|
+
|
|
1310
|
+
/**
|
|
1311
|
+
* 标签
|
|
1312
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1313
|
+
*/
|
|
1314
|
+
Tag: string
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1288
1317
|
/**
|
|
1289
1318
|
* DescribeImages返回参数结构体
|
|
1290
1319
|
*/
|
|
@@ -1240,9 +1240,10 @@ tar.gz: 生成`.tar.gz`压缩包
|
|
|
1240
1240
|
Priority?: string
|
|
1241
1241
|
|
|
1242
1242
|
/**
|
|
1243
|
-
*
|
|
1243
|
+
* 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。
|
|
1244
|
+
分辨率越高,效果越清晰,转出来的图片资源体积会越大,课件加载耗时会变长,请根据实际使用场景配置此参数。
|
|
1244
1245
|
|
|
1245
|
-
|
|
1246
|
+
示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
|
|
1246
1247
|
*/
|
|
1247
1248
|
MinScaleResolution?: string
|
|
1248
1249
|
}
|
|
@@ -198,7 +198,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
/**
|
|
201
|
-
* 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null
|
|
201
|
+
* 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType,UserIds为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。
|
|
202
202
|
**注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
|
|
203
203
|
*/
|
|
204
204
|
async DescribeCallDetail(
|
|
@@ -440,15 +440,15 @@ export interface DescribeCallDetailRequest {
|
|
|
440
440
|
* 需查询的指标,不填则只返回用户列表,填all则返回所有指标。
|
|
441
441
|
appCpu:APP CPU使用率;
|
|
442
442
|
sysCpu:系统 CPU使用率;
|
|
443
|
-
aBit
|
|
444
|
-
aBlock
|
|
445
|
-
bigvBit
|
|
443
|
+
aBit:上/下行音频码率;单位:bps
|
|
444
|
+
aBlock:音频卡顿时长;单位:ms
|
|
445
|
+
bigvBit:上/下行视频码率;单位:bps
|
|
446
446
|
bigvCapFps:视频采集帧率;
|
|
447
447
|
bigvEncFps:视频发送帧率;
|
|
448
448
|
bigvDecFps:渲染帧率;
|
|
449
|
-
bigvBlock
|
|
450
|
-
aLoss
|
|
451
|
-
bigvLoss
|
|
449
|
+
bigvBlock:视频卡顿时长;单位:ms
|
|
450
|
+
aLoss:上/下行音频丢包率;
|
|
451
|
+
bigvLoss:上/下行视频丢包率;
|
|
452
452
|
bigvWidth:上/下行分辨率宽;
|
|
453
453
|
bigvHeight:上/下行分辨率高
|
|
454
454
|
*/
|
|
@@ -43,6 +43,21 @@ export interface DescribePublicConfigSummaryRequest {
|
|
|
43
43
|
* 升序传 0,降序传 1
|
|
44
44
|
*/
|
|
45
45
|
OrderType?: number
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 无
|
|
49
|
+
*/
|
|
50
|
+
ConfigTagList?: Array<string>
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 无
|
|
54
|
+
*/
|
|
55
|
+
DisableProgramAuthCheck?: boolean
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* 无
|
|
59
|
+
*/
|
|
60
|
+
ConfigIdList?: Array<string>
|
|
46
61
|
}
|
|
47
62
|
|
|
48
63
|
/**
|
|
@@ -449,7 +464,7 @@ export interface DescribeSimpleClustersResponse {
|
|
|
449
464
|
* TSF集群分页对象
|
|
450
465
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
451
466
|
*/
|
|
452
|
-
Result
|
|
467
|
+
Result: TsfPageCluster
|
|
453
468
|
|
|
454
469
|
/**
|
|
455
470
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -624,7 +639,7 @@ export interface CreateGatewayApiResponse {
|
|
|
624
639
|
/**
|
|
625
640
|
* 是否成功
|
|
626
641
|
*/
|
|
627
|
-
Result
|
|
642
|
+
Result: boolean
|
|
628
643
|
|
|
629
644
|
/**
|
|
630
645
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -834,7 +849,7 @@ export interface CreateNamespaceResponse {
|
|
|
834
849
|
* 成功时为命名空间ID,失败为null
|
|
835
850
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
836
851
|
*/
|
|
837
|
-
Result
|
|
852
|
+
Result: string
|
|
838
853
|
|
|
839
854
|
/**
|
|
840
855
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1123,6 +1138,11 @@ export interface CreateGatewayApiRequest {
|
|
|
1123
1138
|
* Api信息
|
|
1124
1139
|
*/
|
|
1125
1140
|
ApiList: Array<ApiInfo>
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* 无
|
|
1144
|
+
*/
|
|
1145
|
+
ProgramIdList?: Array<string>
|
|
1126
1146
|
}
|
|
1127
1147
|
|
|
1128
1148
|
/**
|
|
@@ -1458,7 +1478,7 @@ export interface DescribeServerlessGroupsResponse {
|
|
|
1458
1478
|
* 数据列表对象
|
|
1459
1479
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1460
1480
|
*/
|
|
1461
|
-
Result
|
|
1481
|
+
Result: ServerlessGroupPage
|
|
1462
1482
|
|
|
1463
1483
|
/**
|
|
1464
1484
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1908,7 +1928,7 @@ export interface CreateClusterResponse {
|
|
|
1908
1928
|
/**
|
|
1909
1929
|
* 集群ID
|
|
1910
1930
|
*/
|
|
1911
|
-
Result
|
|
1931
|
+
Result: string
|
|
1912
1932
|
|
|
1913
1933
|
/**
|
|
1914
1934
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2001,7 +2021,7 @@ export interface DescribeLanesResponse {
|
|
|
2001
2021
|
* 泳道列表
|
|
2002
2022
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2003
2023
|
*/
|
|
2004
|
-
Result
|
|
2024
|
+
Result: LaneInfos
|
|
2005
2025
|
|
|
2006
2026
|
/**
|
|
2007
2027
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2052,6 +2072,11 @@ export interface CreateNamespaceRequest {
|
|
|
2052
2072
|
* 需要绑定的数据集ID
|
|
2053
2073
|
*/
|
|
2054
2074
|
ProgramId?: string
|
|
2075
|
+
|
|
2076
|
+
/**
|
|
2077
|
+
* 无
|
|
2078
|
+
*/
|
|
2079
|
+
ProgramIdList?: Array<string>
|
|
2055
2080
|
}
|
|
2056
2081
|
|
|
2057
2082
|
/**
|
|
@@ -2250,7 +2275,7 @@ export interface CreateLaneResponse {
|
|
|
2250
2275
|
* 泳道ID
|
|
2251
2276
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2252
2277
|
*/
|
|
2253
|
-
Result
|
|
2278
|
+
Result: string
|
|
2254
2279
|
|
|
2255
2280
|
/**
|
|
2256
2281
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2371,7 +2396,7 @@ export interface DescribeSimpleNamespacesResponse {
|
|
|
2371
2396
|
* 命名空间分页列表
|
|
2372
2397
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2373
2398
|
*/
|
|
2374
|
-
Result
|
|
2399
|
+
Result: TsfPageNamespace
|
|
2375
2400
|
|
|
2376
2401
|
/**
|
|
2377
2402
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2546,7 +2571,7 @@ export interface CreatePublicConfigResponse {
|
|
|
2546
2571
|
* true:创建成功;false:创建失败
|
|
2547
2572
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2548
2573
|
*/
|
|
2549
|
-
Result
|
|
2574
|
+
Result: boolean
|
|
2550
2575
|
|
|
2551
2576
|
/**
|
|
2552
2577
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2594,7 +2619,7 @@ export interface CreateConfigResponse {
|
|
|
2594
2619
|
* true:创建成功;false:创建失败
|
|
2595
2620
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2596
2621
|
*/
|
|
2597
|
-
Result
|
|
2622
|
+
Result: boolean
|
|
2598
2623
|
|
|
2599
2624
|
/**
|
|
2600
2625
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2966,7 +2991,7 @@ export interface DescribeSimpleApplicationsResponse {
|
|
|
2966
2991
|
* 简单应用分页对象
|
|
2967
2992
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2968
2993
|
*/
|
|
2969
|
-
Result
|
|
2994
|
+
Result: TsfPageSimpleApplication
|
|
2970
2995
|
|
|
2971
2996
|
/**
|
|
2972
2997
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3172,6 +3197,11 @@ export interface DescribeSimpleApplicationsRequest {
|
|
|
3172
3197
|
* 通过id和name进行关键词过滤
|
|
3173
3198
|
*/
|
|
3174
3199
|
SearchWord?: string
|
|
3200
|
+
|
|
3201
|
+
/**
|
|
3202
|
+
* 无
|
|
3203
|
+
*/
|
|
3204
|
+
DisableProgramAuthCheck?: boolean
|
|
3175
3205
|
}
|
|
3176
3206
|
|
|
3177
3207
|
/**
|
|
@@ -3414,6 +3444,11 @@ export interface CreateFileConfigRequest {
|
|
|
3414
3444
|
* Base64编码的配置项
|
|
3415
3445
|
*/
|
|
3416
3446
|
EncodeWithBase64?: boolean
|
|
3447
|
+
|
|
3448
|
+
/**
|
|
3449
|
+
* 无
|
|
3450
|
+
*/
|
|
3451
|
+
ProgramIdList?: Array<string>
|
|
3417
3452
|
}
|
|
3418
3453
|
|
|
3419
3454
|
/**
|
|
@@ -4239,6 +4274,11 @@ export interface CreateLaneRuleRequest {
|
|
|
4239
4274
|
* 泳道Id
|
|
4240
4275
|
*/
|
|
4241
4276
|
LaneId: string
|
|
4277
|
+
|
|
4278
|
+
/**
|
|
4279
|
+
* 无
|
|
4280
|
+
*/
|
|
4281
|
+
ProgramIdList?: Array<string>
|
|
4242
4282
|
}
|
|
4243
4283
|
|
|
4244
4284
|
/**
|
|
@@ -4674,6 +4714,11 @@ export interface DescribeSimpleNamespacesRequest {
|
|
|
4674
4714
|
* 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认,命名空间。1:非默认命名空间
|
|
4675
4715
|
*/
|
|
4676
4716
|
IsDefault?: string
|
|
4717
|
+
|
|
4718
|
+
/**
|
|
4719
|
+
* 无
|
|
4720
|
+
*/
|
|
4721
|
+
DisableProgramAuthCheck?: boolean
|
|
4677
4722
|
}
|
|
4678
4723
|
|
|
4679
4724
|
/**
|
|
@@ -4852,6 +4897,11 @@ export interface DescribeSimpleClustersRequest {
|
|
|
4852
4897
|
* 对id和name进行关键词过滤
|
|
4853
4898
|
*/
|
|
4854
4899
|
SearchWord?: string
|
|
4900
|
+
|
|
4901
|
+
/**
|
|
4902
|
+
* 无
|
|
4903
|
+
*/
|
|
4904
|
+
DisableProgramAuthCheck?: boolean
|
|
4855
4905
|
}
|
|
4856
4906
|
|
|
4857
4907
|
/**
|
|
@@ -4907,7 +4957,7 @@ export interface DescribeLaneRulesResponse {
|
|
|
4907
4957
|
* 泳道规则列表
|
|
4908
4958
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4909
4959
|
*/
|
|
4910
|
-
Result
|
|
4960
|
+
Result: LaneRules
|
|
4911
4961
|
|
|
4912
4962
|
/**
|
|
4913
4963
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5803,7 +5853,7 @@ export interface CreateLaneRuleResponse {
|
|
|
5803
5853
|
* 泳道规则Id
|
|
5804
5854
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5805
5855
|
*/
|
|
5806
|
-
Result
|
|
5856
|
+
Result: string
|
|
5807
5857
|
|
|
5808
5858
|
/**
|
|
5809
5859
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6057,6 +6107,11 @@ export interface CreateApplicationRequest {
|
|
|
6057
6107
|
* 忽略创建镜像仓库
|
|
6058
6108
|
*/
|
|
6059
6109
|
IgnoreCreateImageRepository?: boolean
|
|
6110
|
+
|
|
6111
|
+
/**
|
|
6112
|
+
* 无
|
|
6113
|
+
*/
|
|
6114
|
+
ProgramIdList?: Array<string>
|
|
6060
6115
|
}
|
|
6061
6116
|
|
|
6062
6117
|
/**
|
|
@@ -7228,17 +7283,27 @@ export interface DescribeLanesRequest {
|
|
|
7228
7283
|
/**
|
|
7229
7284
|
* 每页展示的条数
|
|
7230
7285
|
*/
|
|
7231
|
-
Limit
|
|
7286
|
+
Limit?: number
|
|
7232
7287
|
|
|
7233
7288
|
/**
|
|
7234
7289
|
* 翻页偏移量
|
|
7235
7290
|
*/
|
|
7236
|
-
Offset
|
|
7291
|
+
Offset?: number
|
|
7237
7292
|
|
|
7238
7293
|
/**
|
|
7239
7294
|
* 搜索关键字
|
|
7240
7295
|
*/
|
|
7241
7296
|
SearchWord?: string
|
|
7297
|
+
|
|
7298
|
+
/**
|
|
7299
|
+
* 无
|
|
7300
|
+
*/
|
|
7301
|
+
LaneIdList?: Array<string>
|
|
7302
|
+
|
|
7303
|
+
/**
|
|
7304
|
+
* 无
|
|
7305
|
+
*/
|
|
7306
|
+
DisableProgramAuthCheck?: boolean
|
|
7242
7307
|
}
|
|
7243
7308
|
|
|
7244
7309
|
/**
|
|
@@ -7289,6 +7354,11 @@ export interface CreatePublicConfigRequest {
|
|
|
7289
7354
|
* Base64编码的配置项
|
|
7290
7355
|
*/
|
|
7291
7356
|
EncodeWithBase64?: boolean
|
|
7357
|
+
|
|
7358
|
+
/**
|
|
7359
|
+
* 无
|
|
7360
|
+
*/
|
|
7361
|
+
ProgramIdList?: Array<string>
|
|
7292
7362
|
}
|
|
7293
7363
|
|
|
7294
7364
|
/**
|
|
@@ -8372,6 +8442,11 @@ export interface CreateConfigRequest {
|
|
|
8372
8442
|
* Base64编码的配置项
|
|
8373
8443
|
*/
|
|
8374
8444
|
EncodeWithBase64?: boolean
|
|
8445
|
+
|
|
8446
|
+
/**
|
|
8447
|
+
* 无
|
|
8448
|
+
*/
|
|
8449
|
+
ProgramIdList?: Array<string>
|
|
8375
8450
|
}
|
|
8376
8451
|
|
|
8377
8452
|
/**
|
|
@@ -8664,7 +8739,7 @@ export interface DescribeGroupsResponse {
|
|
|
8664
8739
|
* 虚拟机部署组分页信息
|
|
8665
8740
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8666
8741
|
*/
|
|
8667
|
-
Result
|
|
8742
|
+
Result: TsfPageVmGroup
|
|
8668
8743
|
|
|
8669
8744
|
/**
|
|
8670
8745
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8988,6 +9063,11 @@ export interface DescribeLaneRulesRequest {
|
|
|
8988
9063
|
* 泳道规则ID(用于精确搜索)
|
|
8989
9064
|
*/
|
|
8990
9065
|
RuleId?: string
|
|
9066
|
+
|
|
9067
|
+
/**
|
|
9068
|
+
* 无
|
|
9069
|
+
*/
|
|
9070
|
+
RuleIdList?: Array<string>
|
|
8991
9071
|
}
|
|
8992
9072
|
|
|
8993
9073
|
/**
|
|
@@ -9176,6 +9256,11 @@ export interface DescribeServerlessGroupsRequest {
|
|
|
9176
9256
|
* 分组所属集群ID
|
|
9177
9257
|
*/
|
|
9178
9258
|
ClusterId?: string
|
|
9259
|
+
|
|
9260
|
+
/**
|
|
9261
|
+
* 无
|
|
9262
|
+
*/
|
|
9263
|
+
GroupIdList?: Array<string>
|
|
9179
9264
|
}
|
|
9180
9265
|
|
|
9181
9266
|
/**
|
|
@@ -9964,6 +10049,11 @@ export interface CreateLaneRequest {
|
|
|
9964
10049
|
* 泳道部署组信息
|
|
9965
10050
|
*/
|
|
9966
10051
|
LaneGroupList: Array<LaneGroup>
|
|
10052
|
+
|
|
10053
|
+
/**
|
|
10054
|
+
* 无
|
|
10055
|
+
*/
|
|
10056
|
+
ProgramIdList?: Array<string>
|
|
9967
10057
|
}
|
|
9968
10058
|
|
|
9969
10059
|
/**
|
|
@@ -11124,6 +11214,26 @@ export interface CreateClusterRequest {
|
|
|
11124
11214
|
* 需要绑定的数据集ID
|
|
11125
11215
|
*/
|
|
11126
11216
|
ProgramId?: string
|
|
11217
|
+
|
|
11218
|
+
/**
|
|
11219
|
+
* api地址
|
|
11220
|
+
*/
|
|
11221
|
+
KuberneteApiServer?: string
|
|
11222
|
+
|
|
11223
|
+
/**
|
|
11224
|
+
* K : kubeconfig, S : service account
|
|
11225
|
+
*/
|
|
11226
|
+
KuberneteNativeType?: string
|
|
11227
|
+
|
|
11228
|
+
/**
|
|
11229
|
+
* native secret
|
|
11230
|
+
*/
|
|
11231
|
+
KuberneteNativeSecret?: string
|
|
11232
|
+
|
|
11233
|
+
/**
|
|
11234
|
+
* 无
|
|
11235
|
+
*/
|
|
11236
|
+
ProgramIdList?: Array<string>
|
|
11127
11237
|
}
|
|
11128
11238
|
|
|
11129
11239
|
/**
|
|
@@ -12077,6 +12187,11 @@ export interface DescribeGroupsRequest {
|
|
|
12077
12187
|
* 部署组状态过滤字段
|
|
12078
12188
|
*/
|
|
12079
12189
|
Status?: string
|
|
12190
|
+
|
|
12191
|
+
/**
|
|
12192
|
+
* 无
|
|
12193
|
+
*/
|
|
12194
|
+
GroupIdList?: Array<string>
|
|
12080
12195
|
}
|
|
12081
12196
|
|
|
12082
12197
|
/**
|
|
@@ -12569,6 +12684,21 @@ export interface DescribeConfigSummaryRequest {
|
|
|
12569
12684
|
* 升序传 0,降序传 1
|
|
12570
12685
|
*/
|
|
12571
12686
|
OrderType?: number
|
|
12687
|
+
|
|
12688
|
+
/**
|
|
12689
|
+
* 无
|
|
12690
|
+
*/
|
|
12691
|
+
ConfigTagList?: Array<string>
|
|
12692
|
+
|
|
12693
|
+
/**
|
|
12694
|
+
* 无
|
|
12695
|
+
*/
|
|
12696
|
+
DisableProgramAuthCheck?: boolean
|
|
12697
|
+
|
|
12698
|
+
/**
|
|
12699
|
+
* 无
|
|
12700
|
+
*/
|
|
12701
|
+
ConfigIdList?: Array<string>
|
|
12572
12702
|
}
|
|
12573
12703
|
|
|
12574
12704
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.236";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UnBindSubDomainResponse, UpdateApiKeyRequest, DeleteAPIDocRequest, DescribeAPIDocDetailRequest, ModifyAPIDocResponse, DescribeUsagePlanRequest, DeleteUsagePlanResponse, DisableApiKeyResponse, DescribeApiResponse, UnReleaseServiceRequest, DetachPluginRequest, ModifySubDomainRequest, DescribeApiAppsStatusRequest, DescribeServiceUsagePlanRequest, DescribeServiceEnvironmentListResponse, DescribeApiAppBindApisStatusRequest, ModifyApiResponse, CreateIPStrategyRequest, DescribeUsagePlansStatusResponse, UnbindApiAppResponse, DescribeApiUsagePlanResponse, DeleteIPStrategyRequest, DescribeApiAppRequest, DescribePluginResponse, DeleteUsagePlanRequest, DeleteServiceRequest, DescribeApiEnvironmentStrategyRequest, DescribeServiceForApiAppResponse, DeleteApiAppResponse, DescribeServiceResponse,
|
|
3
|
+
import { UnBindSubDomainResponse, UpdateApiKeyRequest, DeleteAPIDocRequest, DescribeAPIDocDetailRequest, ModifyAPIDocResponse, DescribeUsagePlanRequest, DeleteUsagePlanResponse, DisableApiKeyResponse, DescribeApiResponse, UnReleaseServiceRequest, DetachPluginRequest, ModifySubDomainRequest, DescribeApiAppsStatusRequest, DescribeServiceUsagePlanRequest, DescribeServiceEnvironmentListResponse, DescribeApiAppBindApisStatusRequest, ModifyApiResponse, CreateIPStrategyRequest, DescribeUsagePlansStatusResponse, UnbindApiAppResponse, DescribeApiUsagePlanResponse, DeleteIPStrategyRequest, DescribeApiAppRequest, DescribePluginResponse, DescribeExclusiveInstancesResponse, DeleteUsagePlanRequest, DeleteServiceRequest, DescribeApiEnvironmentStrategyRequest, DescribeServiceForApiAppResponse, DeleteApiAppResponse, DescribeServiceResponse, DescribeExclusiveInstancesRequest, BindSubDomainResponse, BindEnvironmentResponse, DescribeExclusiveInstanceDetailResponse, DescribeApiBindApiAppsStatusResponse, DescribeApiForApiAppRequest, ModifyServiceResponse, DisableApiKeyRequest, UnBindIPStrategyResponse, DescribeExclusiveInstanceDetailRequest, ModifyPluginRequest, BindIPStrategyResponse, DescribeApisStatusRequest, DeleteServiceSubDomainMappingRequest, BindApiAppRequest, DescribeIPStrategyResponse, DescribePluginRequest, CreateApiResponse, DescribeIPStrategyApisStatusRequest, ModifyIPStrategyResponse, ModifyApiEnvironmentStrategyRequest, ModifyUsagePlanResponse, CreateUsagePlanResponse, DeletePluginRequest, DeleteApiKeyResponse, ModifyExclusiveInstanceRequest, DescribeServiceReleaseVersionRequest, DescribeUsagePlanSecretIdsRequest, DescribeLogSearchResponse, ModifyAPIDocRequest, UnBindIPStrategyRequest, DescribePluginApisRequest, CreateServiceRequest, DescribeIPStrategysStatusRequest, DemoteServiceUsagePlanResponse, EnableApiKeyResponse, DeleteApiAppRequest, UnReleaseServiceResponse, CreateAPIDocResponse, DescribeServiceRequest, CreateUsagePlanRequest, DescribeUsagePlanSecretIdsResponse, CreatePluginRequest, ModifySubDomainResponse, DescribePluginsRequest, BindSecretIdsRequest, DeleteApiKeyRequest, ModifyApiEnvironmentStrategyResponse, ModifyApiAppResponse, UpdateApiAppKeyRequest, DescribeApiKeyResponse, ModifyApiIncrementResponse, ModifyApiRequest, DescribeAllPluginApisResponse, ModifyUsagePlanRequest, ModifyServiceRequest, DescribeAllPluginApisRequest, CreateApiRequest, DescribeServiceEnvironmentStrategyRequest, ReleaseServiceRequest, DeleteServiceResponse, DescribeServiceEnvironmentReleaseHistoryResponse, DescribeAPIDocsRequest, CreatePluginResponse, ModifyExclusiveInstanceResponse, DescribePluginsResponse, ReleaseServiceResponse, DescribePluginApisResponse, ModifyApiIncrementRequest, GenerateApiDocumentRequest, DescribeIPStrategyApisStatusResponse, ModifyServiceEnvironmentStrategyResponse, UpdateApiKeyResponse, DescribeApiBindApiAppsStatusRequest, DescribeApisStatusResponse, DescribeApiKeysStatusRequest, DemoteServiceUsagePlanRequest, BindSecretIdsResponse, DeleteApiRequest, DescribeServiceSubDomainMappingsRequest, DescribeApiAppResponse, DescribeServiceSubDomainMappingsResponse, DescribeApiAppsStatusResponse, DescribeApiKeyRequest, DescribeAPIDocDetailResponse, BindApiAppResponse, DeleteServiceSubDomainMappingResponse, CreateApiKeyResponse, DescribeUsagePlansStatusRequest, ModifyIPStrategyRequest, ModifyPluginResponse, UnBindSecretIdsRequest, DescribeApiRequest, UnBindSecretIdsResponse, ResetAPIDocPasswordRequest, BuildAPIDocRequest, DescribeAPIDocsResponse, DetachPluginResponse, DeletePluginResponse, ModifyServiceEnvironmentStrategyRequest, CreateAPIDocRequest, DescribeApiAppBindApisStatusResponse, DescribeServiceSubDomainsRequest, ModifyApiAppRequest, GenerateApiDocumentResponse, DescribeUsagePlanEnvironmentsResponse, DescribeServiceSubDomainsResponse, AttachPluginRequest, DescribeServiceForApiAppRequest, BindSubDomainRequest, CreateIPStrategyResponse, UnBindEnvironmentResponse, DeleteApiResponse, BindIPStrategyRequest, UpdateServiceRequest, BuildAPIDocResponse, DescribeServiceEnvironmentListRequest, DescribeApiEnvironmentStrategyResponse, DeleteIPStrategyResponse, DescribeUsagePlanResponse, UnBindEnvironmentRequest, AttachPluginResponse, BindEnvironmentRequest, DescribeIPStrategyRequest, DescribeApiForApiAppResponse, DescribeUsagePlanEnvironmentsRequest, DescribeServiceReleaseVersionResponse, UpdateServiceResponse, DescribeServiceEnvironmentReleaseHistoryRequest, UnbindApiAppRequest, CreateServiceResponse, DeleteAPIDocResponse, DescribeServiceEnvironmentStrategyResponse, DescribeApiKeysStatusResponse, DescribeLogSearchRequest, DescribeServiceUsagePlanResponse, CreateApiAppResponse, DescribeApiUsagePlanRequest, UnBindSubDomainRequest, DescribeIPStrategysStatusResponse, UpdateApiAppKeyResponse, CreateApiAppRequest, EnableApiKeyRequest, ResetAPIDocPasswordResponse, DescribeServicesStatusRequest, DescribeServicesStatusResponse, CreateApiKeyRequest } from "./apigateway_models";
|
|
4
4
|
/**
|
|
5
5
|
* apigateway client
|
|
6
6
|
* @class
|
|
@@ -142,9 +142,9 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
142
142
|
*/
|
|
143
143
|
DeleteApi(req: DeleteApiRequest, cb?: (error: string, rep: DeleteApiResponse) => void): Promise<DeleteApiResponse>;
|
|
144
144
|
/**
|
|
145
|
-
* 本接口(
|
|
145
|
+
* 本接口(UpdateApiAppKey)用于更新应用秘钥。
|
|
146
146
|
*/
|
|
147
|
-
|
|
147
|
+
UpdateApiAppKey(req: UpdateApiAppKeyRequest, cb?: (error: string, rep: UpdateApiAppKeyResponse) => void): Promise<UpdateApiAppKeyResponse>;
|
|
148
148
|
/**
|
|
149
149
|
* 本接口(ModifyUsagePlan)用于修改使用计划的名称,描述及 QPS。
|
|
150
150
|
*/
|
|
@@ -192,6 +192,10 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
192
192
|
* 本接口(ModifyService)用于修改服务的相关信息。当服务创建后,服务的名称、描述和服务类型均可被修改。
|
|
193
193
|
*/
|
|
194
194
|
ModifyService(req: ModifyServiceRequest, cb?: (error: string, rep: ModifyServiceResponse) => void): Promise<ModifyServiceResponse>;
|
|
195
|
+
/**
|
|
196
|
+
* 本接口(DescribeExclusiveInstances)用于查询独享实例列表信息。
|
|
197
|
+
*/
|
|
198
|
+
DescribeExclusiveInstances(req: DescribeExclusiveInstancesRequest, cb?: (error: string, rep: DescribeExclusiveInstancesResponse) => void): Promise<DescribeExclusiveInstancesResponse>;
|
|
195
199
|
/**
|
|
196
200
|
* 本接口(DescribeService)用于查询一个服务的详细信息、包括服务的描述、域名、协议、创建时间、发布情况等信息。
|
|
197
201
|
*/
|
|
@@ -212,6 +216,10 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
212
216
|
* 本接口(CreateApi)用于创建 API 接口,创建 API 前,用户需要先创建服务,每个 API 都有自己归属的服务。
|
|
213
217
|
*/
|
|
214
218
|
CreateApi(req: CreateApiRequest, cb?: (error: string, rep: CreateApiResponse) => void): Promise<CreateApiResponse>;
|
|
219
|
+
/**
|
|
220
|
+
* 本接口(DescribeExclusiveInstanceDetail)用于查询独享实例详情信息。
|
|
221
|
+
*/
|
|
222
|
+
DescribeExclusiveInstanceDetail(req: DescribeExclusiveInstanceDetailRequest, cb?: (error: string, rep: DescribeExclusiveInstanceDetailResponse) => void): Promise<DescribeExclusiveInstanceDetailResponse>;
|
|
215
223
|
/**
|
|
216
224
|
* 绑定插件到API上。
|
|
217
225
|
*/
|
|
@@ -249,6 +257,10 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
249
257
|
* 本接口(ModifyServiceEnvironmentStrategy)用于修改服务限流策略
|
|
250
258
|
*/
|
|
251
259
|
ModifyServiceEnvironmentStrategy(req: ModifyServiceEnvironmentStrategyRequest, cb?: (error: string, rep: ModifyServiceEnvironmentStrategyResponse) => void): Promise<ModifyServiceEnvironmentStrategyResponse>;
|
|
260
|
+
/**
|
|
261
|
+
* 本接口(ModifyExclusiveInstance)用于修改独享实例信息。
|
|
262
|
+
*/
|
|
263
|
+
ModifyExclusiveInstance(req: ModifyExclusiveInstanceRequest, cb?: (error: string, rep: ModifyExclusiveInstanceResponse) => void): Promise<ModifyExclusiveInstanceResponse>;
|
|
252
264
|
/**
|
|
253
265
|
* 本接口(DescribeUsagePlanEnvironments)用于查询使用计划绑定的环境列表。
|
|
254
266
|
用户在绑定了某个使用计划到环境后,可使用本接口查询这个使用计划绑定的所有服务的环境。
|
|
@@ -345,9 +357,9 @@ API 网关可绑定自定义域名到服务,用于服务调用。此接口用
|
|
|
345
357
|
*/
|
|
346
358
|
BindIPStrategy(req: BindIPStrategyRequest, cb?: (error: string, rep: BindIPStrategyResponse) => void): Promise<BindIPStrategyResponse>;
|
|
347
359
|
/**
|
|
348
|
-
* 本接口(
|
|
360
|
+
* 本接口(EnableApiKey)用于启动一对被禁用的 API 密钥。
|
|
349
361
|
*/
|
|
350
|
-
|
|
362
|
+
EnableApiKey(req: EnableApiKeyRequest, cb?: (error: string, rep: EnableApiKeyResponse) => void): Promise<EnableApiKeyResponse>;
|
|
351
363
|
/**
|
|
352
364
|
* 本接口(CreateIPStrategy)用于创建服务IP策略。
|
|
353
365
|
*/
|
|
@@ -226,10 +226,10 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
226
226
|
return this.request("DeleteApi", req, cb);
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
|
-
* 本接口(
|
|
229
|
+
* 本接口(UpdateApiAppKey)用于更新应用秘钥。
|
|
230
230
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
231
|
+
async UpdateApiAppKey(req, cb) {
|
|
232
|
+
return this.request("UpdateApiAppKey", req, cb);
|
|
233
233
|
}
|
|
234
234
|
/**
|
|
235
235
|
* 本接口(ModifyUsagePlan)用于修改使用计划的名称,描述及 QPS。
|
|
@@ -300,6 +300,12 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
300
300
|
async ModifyService(req, cb) {
|
|
301
301
|
return this.request("ModifyService", req, cb);
|
|
302
302
|
}
|
|
303
|
+
/**
|
|
304
|
+
* 本接口(DescribeExclusiveInstances)用于查询独享实例列表信息。
|
|
305
|
+
*/
|
|
306
|
+
async DescribeExclusiveInstances(req, cb) {
|
|
307
|
+
return this.request("DescribeExclusiveInstances", req, cb);
|
|
308
|
+
}
|
|
303
309
|
/**
|
|
304
310
|
* 本接口(DescribeService)用于查询一个服务的详细信息、包括服务的描述、域名、协议、创建时间、发布情况等信息。
|
|
305
311
|
*/
|
|
@@ -330,6 +336,12 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
330
336
|
async CreateApi(req, cb) {
|
|
331
337
|
return this.request("CreateApi", req, cb);
|
|
332
338
|
}
|
|
339
|
+
/**
|
|
340
|
+
* 本接口(DescribeExclusiveInstanceDetail)用于查询独享实例详情信息。
|
|
341
|
+
*/
|
|
342
|
+
async DescribeExclusiveInstanceDetail(req, cb) {
|
|
343
|
+
return this.request("DescribeExclusiveInstanceDetail", req, cb);
|
|
344
|
+
}
|
|
333
345
|
/**
|
|
334
346
|
* 绑定插件到API上。
|
|
335
347
|
*/
|
|
@@ -385,6 +397,12 @@ API 网关可绑定自定义域名到服务,并且可以对自定义域名的
|
|
|
385
397
|
async ModifyServiceEnvironmentStrategy(req, cb) {
|
|
386
398
|
return this.request("ModifyServiceEnvironmentStrategy", req, cb);
|
|
387
399
|
}
|
|
400
|
+
/**
|
|
401
|
+
* 本接口(ModifyExclusiveInstance)用于修改独享实例信息。
|
|
402
|
+
*/
|
|
403
|
+
async ModifyExclusiveInstance(req, cb) {
|
|
404
|
+
return this.request("ModifyExclusiveInstance", req, cb);
|
|
405
|
+
}
|
|
388
406
|
/**
|
|
389
407
|
* 本接口(DescribeUsagePlanEnvironments)用于查询使用计划绑定的环境列表。
|
|
390
408
|
用户在绑定了某个使用计划到环境后,可使用本接口查询这个使用计划绑定的所有服务的环境。
|
|
@@ -523,10 +541,10 @@ API 网关可绑定自定义域名到服务,用于服务调用。此接口用
|
|
|
523
541
|
return this.request("BindIPStrategy", req, cb);
|
|
524
542
|
}
|
|
525
543
|
/**
|
|
526
|
-
* 本接口(
|
|
544
|
+
* 本接口(EnableApiKey)用于启动一对被禁用的 API 密钥。
|
|
527
545
|
*/
|
|
528
|
-
async
|
|
529
|
-
return this.request("
|
|
546
|
+
async EnableApiKey(req, cb) {
|
|
547
|
+
return this.request("EnableApiKey", req, cb);
|
|
530
548
|
}
|
|
531
549
|
/**
|
|
532
550
|
* 本接口(CreateIPStrategy)用于创建服务IP策略。
|