tencentcloud-sdk-nodejs 4.1.256 → 4.1.258
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/es/common/sdk_version.js +1 -1
- package/es/services/apigateway/v20180808/apigateway_client.js +0 -3
- package/es/services/cfw/v20190904/cfw_client.js +3 -0
- package/es/services/clb/v20180317/clb_client.js +91 -16
- package/es/services/cngw/index.js +4 -0
- package/es/services/cngw/v20230418/cngw_client.js +141 -0
- package/es/services/cngw/v20230418/cngw_models.js +1 -0
- package/es/services/cngw/v20230418/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +6 -0
- package/es/services/cwp/v20180228/cwp_client.js +3 -0
- package/es/services/ess/v20201111/ess_client.js +5 -2
- package/es/services/essbasic/v20210526/essbasic_client.js +3 -0
- package/es/services/index.js +1 -0
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/ocr/v20181119/ocr_client.js +3 -0
- package/es/services/tdmysql/v20211122/tdmysql_client.js +3 -3
- package/es/services/tke/v20220501/tke_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +850 -447
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +2 -8
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -9
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +22 -45
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +28 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +67 -31
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +41 -38
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -8
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +38 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +122 -22
- package/tencentcloud/services/clb/v20180317/clb_client.js +179 -29
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2314 -888
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -105
- package/tencentcloud/services/cngw/index.d.ts +6 -0
- package/tencentcloud/services/cngw/index.js +7 -0
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +190 -0
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +301 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +2991 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.js +18 -0
- package/tencentcloud/services/cngw/v20230418/index.d.ts +6 -0
- package/tencentcloud/services/cngw/v20230418/index.js +10 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +608 -151
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +64 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +7 -7
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +11 -25
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -16
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +7 -5
- package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +245 -238
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +68 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +60 -14
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -9
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +15 -11
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +17 -9
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -2
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +5 -5
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.js +6 -6
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +47 -34
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20220501/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +30 -13
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +11 -3
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +11 -3
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +53 -33
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +66 -46
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -26
|
@@ -2993,6 +2993,45 @@ export interface ModifyMachineGroupRequest {
|
|
|
2993
2993
|
*/
|
|
2994
2994
|
MetaTags?: Array<MetaTagInfo>;
|
|
2995
2995
|
}
|
|
2996
|
+
/**
|
|
2997
|
+
* **JsonExpandInfo 数据结构描述**:
|
|
2998
|
+
```
|
|
2999
|
+
JSON嵌套展开配置
|
|
3000
|
+
```
|
|
3001
|
+
|
|
3002
|
+
**各字段描述**:
|
|
3003
|
+
|
|
3004
|
+
| 字段 | 描述 |
|
|
3005
|
+
|------|------|
|
|
3006
|
+
| Switch | 是否开启JSON嵌套展开 |
|
|
3007
|
+
| Fields | 待展开的JSON字段列表,1~3个 |
|
|
3008
|
+
| DropOriginal | 展开后是否丢弃原始字段,默认true |
|
|
3009
|
+
| ConflictPolicy | 字段冲突策略,keep_outer:保留外层(默认),keep_inner:保留内层 |
|
|
3010
|
+
|
|
3011
|
+
**LogRechargeRuleInfo 新增字段**:
|
|
3012
|
+
|
|
3013
|
+
| 字段 | 描述 |
|
|
3014
|
+
|------|------|
|
|
3015
|
+
| JsonExpand | JSON嵌套展开配置,仅RechargeType为json_log时生效 |
|
|
3016
|
+
*/
|
|
3017
|
+
export interface JsonExpandInfo {
|
|
3018
|
+
/**
|
|
3019
|
+
* <p>是否开启JSON嵌套展开功能。开启后将对指定JSON字段进行扁平化展开处理</p><p>默认值:无(必选参数)</p>
|
|
3020
|
+
*/
|
|
3021
|
+
Switch: boolean;
|
|
3022
|
+
/**
|
|
3023
|
+
* <p>待展开的JSON字段名列表,支持1~3个字段,字段名不可为空串且不可重复 </p><p>入参限制:1. 字段数量:1~3个2. 每个字段名长度不超过128个字符3. 字段名不可为空字符串4. 字段名之间不可重复</p><p>默认值:无(必选参数)</p><p>取值参考:取值:message;描述:示例字段名</p><p>示例:["message", "data", "content"]</p>
|
|
3024
|
+
*/
|
|
3025
|
+
Fields: Array<string>;
|
|
3026
|
+
/**
|
|
3027
|
+
* <p>展开后是否丢弃原始的嵌套字段。true: 丢弃原始字段只保留展开后的平铺字段; false: 保留原始字段同时增加展开后的平铺字段</p><p>枚举值:</p><ul><li>true / false: 丢弃原字段 / 保留原字段</li></ul><p>默认值:true</p><p>非必选,不传时默认为true</p>
|
|
3028
|
+
*/
|
|
3029
|
+
DropOriginal?: boolean;
|
|
3030
|
+
/**
|
|
3031
|
+
* <p>展开后的字段与已有字段发生冲突时的处理策略</p><p>枚举值:</p><ul><li>keep_outer / keep_inner: 保留外层(已存在)字段 / 保留内层(新展开)字段</li></ul><p>默认值:keep_outer</p><p>非必选,不传时默认为keep_outer</p>
|
|
3032
|
+
*/
|
|
3033
|
+
ConflictPolicy?: string;
|
|
3034
|
+
}
|
|
2996
3035
|
/**
|
|
2997
3036
|
* 免鉴权信息
|
|
2998
3037
|
*/
|
|
@@ -12238,158 +12277,73 @@ export interface DeleteWebCallbackRequest {
|
|
|
12238
12277
|
*/
|
|
12239
12278
|
export interface LogRechargeRuleInfo {
|
|
12240
12279
|
/**
|
|
12241
|
-
*
|
|
12280
|
+
* <p>导入类型,支持json_log:json格式日志,minimalist_log: 单行全文,fullregex_log: 单行完全正则</p>
|
|
12242
12281
|
*/
|
|
12243
12282
|
RechargeType: string;
|
|
12244
12283
|
/**
|
|
12245
|
-
*
|
|
12284
|
+
* <p>解析编码格式,0: UTF-8(默认值),1: GBK</p>
|
|
12246
12285
|
*/
|
|
12247
12286
|
EncodingFormat: number;
|
|
12248
12287
|
/**
|
|
12249
|
-
*
|
|
12288
|
+
* <p>使用默认时间状态。true:开启后将使用系统当前时间或 Kafka 消息时间戳作为日志时间戳;false:关闭将使用日志中的时间字段作为日志时间戳。 默认:true</p>
|
|
12250
12289
|
*/
|
|
12251
12290
|
DefaultTimeSwitch: boolean;
|
|
12252
12291
|
/**
|
|
12253
|
-
*
|
|
12292
|
+
* <p>整条日志匹配规则,只有RechargeType为fullregex_log时有效</p>
|
|
12254
12293
|
*/
|
|
12255
12294
|
LogRegex?: string;
|
|
12256
12295
|
/**
|
|
12257
|
-
*
|
|
12296
|
+
* <p>解析失败日志是否上传,true表示上传,false表示不上传</p>
|
|
12258
12297
|
*/
|
|
12259
12298
|
UnMatchLogSwitch?: boolean;
|
|
12260
12299
|
/**
|
|
12261
|
-
*
|
|
12300
|
+
* <p>解析失败日志的键名称</p>
|
|
12262
12301
|
*/
|
|
12263
12302
|
UnMatchLogKey?: string;
|
|
12264
12303
|
/**
|
|
12265
|
-
*
|
|
12304
|
+
* <p>解析失败日志时间来源,0: 系统当前时间,1: Kafka消息时间戳</p>
|
|
12266
12305
|
*/
|
|
12267
12306
|
UnMatchLogTimeSrc?: number;
|
|
12268
12307
|
/**
|
|
12269
|
-
*
|
|
12308
|
+
* <p>默认时间来源,0: 系统当前时间,1: Kafka消息时间戳</p>
|
|
12270
12309
|
*/
|
|
12271
12310
|
DefaultTimeSrc?: number;
|
|
12272
12311
|
/**
|
|
12273
|
-
*
|
|
12274
|
-
|
|
12275
|
-
- 当DefaultTimeSwitch为false,且RechargeType数据提取模式为 `json_log` JSON-文件日志 或 `fullregex_log` 单行完全正则-文件日志时, TimeKey不能为空。
|
|
12312
|
+
* <p>时间字段,日志中代表时间的字段名。</p><ul><li>当DefaultTimeSwitch为false,且RechargeType数据提取模式为 <code>json_log</code> JSON-文件日志 或 <code>fullregex_log</code> 单行完全正则-文件日志时, TimeKey不能为空。</li></ul>
|
|
12276
12313
|
*/
|
|
12277
12314
|
TimeKey?: string;
|
|
12278
12315
|
/**
|
|
12279
|
-
*
|
|
12280
|
-
- 当DefaultTimeSwitch为false,且RechargeType数据提取模式为 `minimalist_log` 单行全文-文件日志时, TimeRegex不能为空。
|
|
12281
|
-
- 仅需输入日志中代表时间的字段的正则表达式即可;若匹配到多个字段,将使用第一个。
|
|
12282
|
-
例:日志原文为:message with time 2022-08-08 14:20:20,则您可以设置提取时间正则为\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d
|
|
12283
|
-
|
|
12316
|
+
* <p>时间提取正则表达式。</p><ul><li>当DefaultTimeSwitch为false,且RechargeType数据提取模式为 <code>minimalist_log</code> 单行全文-文件日志时, TimeRegex不能为空。</li><li>仅需输入日志中代表时间的字段的正则表达式即可;若匹配到多个字段,将使用第一个。<br> 例:日志原文为:message with time 2022-08-08 14:20:20,则您可以设置提取时间正则为\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d</li></ul>
|
|
12284
12317
|
*/
|
|
12285
12318
|
TimeRegex?: string;
|
|
12286
12319
|
/**
|
|
12287
|
-
*
|
|
12288
|
-
- 当DefaultTimeSwitch为false时, TimeFormat不能为空。
|
|
12320
|
+
* <p>时间字段格式。</p><ul><li>当DefaultTimeSwitch为false时, TimeFormat不能为空。</li></ul>
|
|
12289
12321
|
*/
|
|
12290
12322
|
TimeFormat?: string;
|
|
12291
12323
|
/**
|
|
12292
|
-
*
|
|
12293
|
-
- 当DefaultTimeSwitch为false时, TimeZone不能为空。
|
|
12294
|
-
- 时区格式规则
|
|
12295
|
-
前缀:使用 GMT 或 UTC 作为时区基准
|
|
12296
|
-
偏移量:
|
|
12297
|
-
- `-` 表示西时区(比基准时间晚)
|
|
12298
|
-
- `+` 表示东时区(比基准时间早)
|
|
12299
|
-
- 格式为 ±HH:MM(小时:分钟)
|
|
12300
|
-
|
|
12301
|
-
- 当前支持:
|
|
12302
|
-
```
|
|
12303
|
-
"GMT-12:00"
|
|
12304
|
-
"GMT-11:00"
|
|
12305
|
-
"GMT-10:00"
|
|
12306
|
-
"GMT-09:30"
|
|
12307
|
-
"GMT-09:00"
|
|
12308
|
-
"GMT-08:00"
|
|
12309
|
-
"GMT-07:00"
|
|
12310
|
-
"GMT-06:00"
|
|
12311
|
-
"GMT-05:00"
|
|
12312
|
-
"GMT-04:00"
|
|
12313
|
-
"GMT-03:30"
|
|
12314
|
-
"GMT-03:00"
|
|
12315
|
-
"GMT-02:00"
|
|
12316
|
-
"GMT-01:00"
|
|
12317
|
-
"GMT+00:00"
|
|
12318
|
-
"GMT+01:00"
|
|
12319
|
-
"GMT+02:00"
|
|
12320
|
-
"GMT+03:30"
|
|
12321
|
-
"GMT+04:00"
|
|
12322
|
-
"GMT+04:30"
|
|
12323
|
-
"GMT+05:00"
|
|
12324
|
-
"GMT+05:30"
|
|
12325
|
-
"GMT+05:45"
|
|
12326
|
-
"GMT+06:00"
|
|
12327
|
-
"GMT+06:30"
|
|
12328
|
-
"GMT+07:00"
|
|
12329
|
-
"GMT+08:00"
|
|
12330
|
-
"GMT+09:00"
|
|
12331
|
-
"GMT+09:30"
|
|
12332
|
-
"GMT+10:00"
|
|
12333
|
-
"GMT+10:30"
|
|
12334
|
-
"GMT+11:00"
|
|
12335
|
-
"GMT+11:30"
|
|
12336
|
-
"GMT+12:00"
|
|
12337
|
-
"GMT+12:45"
|
|
12338
|
-
"GMT+13:00"
|
|
12339
|
-
"GMT+14:00"
|
|
12340
|
-
"UTC-11:00"
|
|
12341
|
-
"UTC-10:00"
|
|
12342
|
-
"UTC-09:00"
|
|
12343
|
-
"UTC-08:00"
|
|
12344
|
-
"UTC-12:00"
|
|
12345
|
-
"UTC-07:00"
|
|
12346
|
-
"UTC-06:00"
|
|
12347
|
-
"UTC-05:00"
|
|
12348
|
-
"UTC-04:30"
|
|
12349
|
-
"UTC-04:00"
|
|
12350
|
-
"UTC-03:30"
|
|
12351
|
-
"UTC-03:00"
|
|
12352
|
-
"UTC-02:00"
|
|
12353
|
-
"UTC-01:00"
|
|
12354
|
-
"UTC+00:00"
|
|
12355
|
-
"UTC+01:00"
|
|
12356
|
-
"UTC+02:00"
|
|
12357
|
-
"UTC+03:00"
|
|
12358
|
-
"UTC+03:30"
|
|
12359
|
-
"UTC+04:00"
|
|
12360
|
-
"UTC+04:30"
|
|
12361
|
-
"UTC+05:00"
|
|
12362
|
-
"UTC+05:45"
|
|
12363
|
-
"UTC+06:00"
|
|
12364
|
-
"UTC+06:30"
|
|
12365
|
-
"UTC+07:00"
|
|
12366
|
-
"UTC+08:00"
|
|
12367
|
-
"UTC+09:00"
|
|
12368
|
-
"UTC+09:30"
|
|
12369
|
-
"UTC+10:00"
|
|
12370
|
-
"UTC+11:00"
|
|
12371
|
-
"UTC+12:00"
|
|
12372
|
-
"UTC+13:00"
|
|
12373
|
-
```
|
|
12324
|
+
* <p>时间字段时区。</p><ul><li><p>当DefaultTimeSwitch为false时, TimeZone不能为空。</p></li><li><p>时区格式规则<br>前缀:使用 GMT 或 UTC 作为时区基准<br>偏移量:</p><ul><li><code>-</code> 表示西时区(比基准时间晚)</li><li><code>+</code> 表示东时区(比基准时间早)</li><li>格式为 ±HH:MM(小时:分钟)</li></ul></li><li><p>当前支持:<br><pre><code>"GMT-12:00" "GMT-11:00" "GMT-10:00" "GMT-09:30" "GMT-09:00" "GMT-08:00" "GMT-07:00" "GMT-06:00" "GMT-05:00" "GMT-04:00" "GMT-03:30" "GMT-03:00" "GMT-02:00" "GMT-01:00" "GMT+00:00""GMT+01:00""GMT+02:00""GMT+03:30""GMT+04:00""GMT+04:30""GMT+05:00""GMT+05:30""GMT+05:45""GMT+06:00""GMT+06:30""GMT+07:00""GMT+08:00""GMT+09:00""GMT+09:30""GMT+10:00""GMT+10:30""GMT+11:00""GMT+11:30""GMT+12:00""GMT+12:45""GMT+13:00""GMT+14:00""UTC-11:00""UTC-10:00""UTC-09:00""UTC-08:00""UTC-12:00""UTC-07:00""UTC-06:00""UTC-05:00""UTC-04:30""UTC-04:00""UTC-03:30""UTC-03:00""UTC-02:00""UTC-01:00""UTC+00:00""UTC+01:00""UTC+02:00""UTC+03:00""UTC+03:30""UTC+04:00""UTC+04:30""UTC+05:00""UTC+05:45""UTC+06:00""UTC+06:30""UTC+07:00""UTC+08:00""UTC+09:00""UTC+09:30""UTC+10:00""UTC+11:00""UTC+12:00""UTC+13:00"</code></pre></p></li></ul>
|
|
12374
12325
|
*/
|
|
12375
12326
|
TimeZone?: string;
|
|
12376
12327
|
/**
|
|
12377
|
-
*
|
|
12328
|
+
* <p>元数据信息,Kafka导入支持kafka_topic,kafka_partition,kafka_offset,kafka_timestamp</p>
|
|
12378
12329
|
*/
|
|
12379
12330
|
Metadata?: Array<string>;
|
|
12380
12331
|
/**
|
|
12381
|
-
*
|
|
12332
|
+
* <p>日志Key列表,RechargeType为full_regex_log、delimiter_log时必填</p>
|
|
12382
12333
|
*/
|
|
12383
12334
|
Keys?: Array<string>;
|
|
12384
12335
|
/**
|
|
12385
|
-
* json
|
|
12336
|
+
* <p>json解析模式,开启首层数据解析</p>
|
|
12386
12337
|
*/
|
|
12387
12338
|
ParseArray?: boolean;
|
|
12388
12339
|
/**
|
|
12389
|
-
*
|
|
12390
|
-
当解析格式为分隔符提取时,该字段必填
|
|
12340
|
+
* <p>分隔符解析模式-分隔符<br>当解析格式为分隔符提取时,该字段必填</p>
|
|
12391
12341
|
*/
|
|
12392
12342
|
Delimiter?: string;
|
|
12343
|
+
/**
|
|
12344
|
+
* <p>JSON嵌套展开配置。仅RechargeType为json_log时生效,不传表示不开启。</p>
|
|
12345
|
+
*/
|
|
12346
|
+
JsonExpand?: JsonExpandInfo;
|
|
12393
12347
|
}
|
|
12394
12348
|
/**
|
|
12395
12349
|
* CloseKafkaConsumer请求参数结构体
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, ModifyCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, CreateCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, CreateCloudNativeAPIGatewayLLMModelServiceResponse, CreateCloudNativeAPIGatewayLLMModelAPIRequest, ModifyCloudNativeAPIGatewayMCPServerACLResponse, DescribeCloudNativeAPIGatewayConsumerGroupRequest, CreateCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, ModifyCloudNativeAPIGatewayMCPServerACLRequest, ModifyCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayMCPToolListRequest, DeleteCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayMCPToolACLListRequest, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayMCPToolACLResponse, CreateCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayMCPServerStatusResponse, ModifyCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, CreateCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayMCPServerResponse, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, ModifyCloudNativeAPIGatewayMCPToolACLRequest, CreateCloudNativeAPIGatewayMCPServerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, ModifyCloudNativeAPIGatewayMCPServerStatusRequest, ModifyCloudNativeAPIGatewayMCPToolResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse, DescribeCloudNativeAPIGatewayMCPServerACLResponse, ModifyCloudNativeAPIGatewayMCPServerResponse, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DeleteCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPToolStatusResponse, ModifyCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayMCPToolListResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewayMCPServerListRequest, DescribeCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayMCPServerAuthRequest, DescribeCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListRequest, ModifyCloudNativeAPIGatewayMCPToolStatusRequest, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, CreateCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayMCPServerListResponse, CreateCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayMCPServerAuthRequest, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse } from "./cngw_models";
|
|
4
|
+
/**
|
|
5
|
+
* cngw client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 删除AI 网关消费者(被绑定到消费者组/密钥时需先解绑)。
|
|
12
|
+
*/
|
|
13
|
+
DeleteCloudNativeAPIGatewayConsumer(req: DeleteCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayConsumerResponse) => void): Promise<DeleteCloudNativeAPIGatewayConsumerResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 修改消费者组。
|
|
16
|
+
*/
|
|
17
|
+
ModifyCloudNativeAPIGatewayConsumerGroup(req: ModifyCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<ModifyCloudNativeAPIGatewayConsumerGroupResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 删除AI网关MCP服务
|
|
20
|
+
*/
|
|
21
|
+
DeleteCloudNativeAPIGatewayMCPServer(req: DeleteCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayMCPServerResponse) => void): Promise<DeleteCloudNativeAPIGatewayMCPServerResponse>;
|
|
22
|
+
/**
|
|
23
|
+
* 创建消费者密钥。
|
|
24
|
+
*/
|
|
25
|
+
CreateCloudNativeAPIGatewaySecretKey(req: CreateCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<CreateCloudNativeAPIGatewaySecretKeyResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 修改 MCP Server ACL
|
|
28
|
+
*/
|
|
29
|
+
ModifyCloudNativeAPIGatewayMCPServerACL(req: ModifyCloudNativeAPIGatewayMCPServerACLRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerACLResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerACLResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 从资源(模型 API / MCP Server)移除消费者组授权。
|
|
32
|
+
*/
|
|
33
|
+
RemoveCloudNativeAPIGatewayConsumerGroupAuth(req: RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, cb?: (error: string, rep: RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse) => void): Promise<RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 删除AI网关MCP Tool
|
|
36
|
+
*/
|
|
37
|
+
DeleteCloudNativeAPIGatewayMCPTool(req: DeleteCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayMCPToolResponse) => void): Promise<DeleteCloudNativeAPIGatewayMCPToolResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 创建 LLM 模型 API。
|
|
40
|
+
*/
|
|
41
|
+
CreateCloudNativeAPIGatewayLLMModelAPI(req: CreateCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<CreateCloudNativeAPIGatewayLLMModelAPIResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 查询单个 LLM 模型 API 详情。
|
|
44
|
+
*/
|
|
45
|
+
DescribeCloudNativeAPIGatewayLLMModelAPI(req: DescribeCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* 修改 MCP Server Tool ACL
|
|
48
|
+
*/
|
|
49
|
+
ModifyCloudNativeAPIGatewayMCPToolACL(req: ModifyCloudNativeAPIGatewayMCPToolACLRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPToolACLResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPToolACLResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* AI网关修改MCP Tool上下线状态
|
|
52
|
+
*/
|
|
53
|
+
ModifyCloudNativeAPIGatewayMCPToolStatus(req: ModifyCloudNativeAPIGatewayMCPToolStatusRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPToolStatusResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPToolStatusResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 修改 LLM 模型服务。
|
|
56
|
+
*/
|
|
57
|
+
ModifyCloudNativeAPIGatewayLLMModelService(req: ModifyCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<ModifyCloudNativeAPIGatewayLLMModelServiceResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* 查询消费者组详情。
|
|
60
|
+
*/
|
|
61
|
+
DescribeCloudNativeAPIGatewayConsumerGroup(req: DescribeCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<DescribeCloudNativeAPIGatewayConsumerGroupResponse>;
|
|
62
|
+
/**
|
|
63
|
+
* 查看 MCP Server ACL
|
|
64
|
+
*/
|
|
65
|
+
DescribeCloudNativeAPIGatewayMCPServerACL(req: DescribeCloudNativeAPIGatewayMCPServerACLRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPServerACLResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPServerACLResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* 查询云原生网关 MCP Server 下所有 Tool 的 ACL 状态一览(含 Server ACLType 回显)。
|
|
68
|
+
*/
|
|
69
|
+
DescribeCloudNativeAPIGatewayMCPToolACLList(req: DescribeCloudNativeAPIGatewayMCPToolACLListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolACLListResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolACLListResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 创建 LLM 模型服务。同一网关下 Name 唯一。
|
|
72
|
+
*/
|
|
73
|
+
CreateCloudNativeAPIGatewayLLMModelService(req: CreateCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<CreateCloudNativeAPIGatewayLLMModelServiceResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 查询AI 网关MCP服务信息
|
|
76
|
+
*/
|
|
77
|
+
DescribeCloudNativeAPIGatewayMCPServer(req: DescribeCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPServerResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPServerResponse>;
|
|
78
|
+
/**
|
|
79
|
+
* 查询 LLM 模型 API 列表。
|
|
80
|
+
*/
|
|
81
|
+
DescribeCloudNativeAPIGatewayLLMModelAPIs(req: DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelAPIsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelAPIsResponse>;
|
|
82
|
+
/**
|
|
83
|
+
* 修改AI网关消费者
|
|
84
|
+
*/
|
|
85
|
+
ModifyCloudNativeAPIGatewayConsumer(req: ModifyCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayConsumerResponse) => void): Promise<ModifyCloudNativeAPIGatewayConsumerResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* 修改MCP服务配置
|
|
88
|
+
*/
|
|
89
|
+
ModifyCloudNativeAPIGatewayMCPServer(req: ModifyCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* AI网关查询MCP服务列表
|
|
92
|
+
*/
|
|
93
|
+
DescribeCloudNativeAPIGatewayMCPServerList(req: DescribeCloudNativeAPIGatewayMCPServerListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPServerListResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPServerListResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 查询 MCP Server 的认证配置
|
|
96
|
+
*/
|
|
97
|
+
DescribeCloudNativeAPIGatewayMCPServerAuth(req: DescribeCloudNativeAPIGatewayMCPServerAuthRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPServerAuthResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPServerAuthResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 删除 LLM 模型 API。
|
|
100
|
+
*/
|
|
101
|
+
DeleteCloudNativeAPIGatewayLLMModelAPI(req: DeleteCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<DeleteCloudNativeAPIGatewayLLMModelAPIResponse>;
|
|
102
|
+
/**
|
|
103
|
+
* 删除消费者密钥(被绑定时需先解绑)。
|
|
104
|
+
*/
|
|
105
|
+
DeleteCloudNativeAPIGatewaySecretKey(req: DeleteCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<DeleteCloudNativeAPIGatewaySecretKeyResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* 查询单个 LLM 模型服务详情。
|
|
108
|
+
*/
|
|
109
|
+
DescribeCloudNativeAPIGatewayLLMModelService(req: DescribeCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServiceResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* 修改 LLM 模型 API。
|
|
112
|
+
*/
|
|
113
|
+
ModifyCloudNativeAPIGatewayLLMModelAPI(req: ModifyCloudNativeAPIGatewayLLMModelAPIRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayLLMModelAPIResponse) => void): Promise<ModifyCloudNativeAPIGatewayLLMModelAPIResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* 查询 AI 网关Token 消耗统计汇总
|
|
116
|
+
*/
|
|
117
|
+
DescribeCloudNativeAPIGatewayLLMTokenUsageStatistics(req: DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* 创建AI 网关消费者组
|
|
120
|
+
*/
|
|
121
|
+
CreateCloudNativeAPIGatewayConsumerGroup(req: CreateCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<CreateCloudNativeAPIGatewayConsumerGroupResponse>;
|
|
122
|
+
/**
|
|
123
|
+
* 查看AI网关MCP Tool
|
|
124
|
+
*/
|
|
125
|
+
DescribeCloudNativeAPIGatewayMCPTool(req: DescribeCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* 创建AI网关MCP Tool
|
|
128
|
+
*/
|
|
129
|
+
CreateCloudNativeAPIGatewayMCPTool(req: CreateCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayMCPToolResponse) => void): Promise<CreateCloudNativeAPIGatewayMCPToolResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* 修改AI网关MCP Tool
|
|
132
|
+
*/
|
|
133
|
+
ModifyCloudNativeAPIGatewayMCPTool(req: ModifyCloudNativeAPIGatewayMCPToolRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPToolResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPToolResponse>;
|
|
134
|
+
/**
|
|
135
|
+
* 修改 MCP Server 的认证配置
|
|
136
|
+
*/
|
|
137
|
+
ModifyCloudNativeAPIGatewayMCPServerAuth(req: ModifyCloudNativeAPIGatewayMCPServerAuthRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerAuthResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerAuthResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* 查询密钥明文值(KMS 类型密钥不可获取)。
|
|
140
|
+
*/
|
|
141
|
+
DescribeCloudNativeAPIGatewaySecretKeyValue(req: DescribeCloudNativeAPIGatewaySecretKeyValueRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyValueResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyValueResponse>;
|
|
142
|
+
/**
|
|
143
|
+
* 创建AI 网关MCP Server
|
|
144
|
+
*/
|
|
145
|
+
ModifyCloudNativeAPIGatewayMCPServerStatus(req: ModifyCloudNativeAPIGatewayMCPServerStatusRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayMCPServerStatusResponse) => void): Promise<ModifyCloudNativeAPIGatewayMCPServerStatusResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 创建AI网关MCP Server
|
|
148
|
+
*/
|
|
149
|
+
CreateCloudNativeAPIGatewayMCPServer(req: CreateCloudNativeAPIGatewayMCPServerRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayMCPServerResponse) => void): Promise<CreateCloudNativeAPIGatewayMCPServerResponse>;
|
|
150
|
+
/**
|
|
151
|
+
* 修改AI网关密钥
|
|
152
|
+
*/
|
|
153
|
+
ModifyCloudNativeAPIGatewaySecretKey(req: ModifyCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<ModifyCloudNativeAPIGatewaySecretKeyResponse>;
|
|
154
|
+
/**
|
|
155
|
+
* 查询 AI 网关Token 消耗统计
|
|
156
|
+
*/
|
|
157
|
+
DescribeCloudNativeAPIGatewayLLMTokenUsageList(req: DescribeCloudNativeAPIGatewayLLMTokenUsageListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* 查询 AI 网关MCP Tool 列表
|
|
160
|
+
*/
|
|
161
|
+
DescribeCloudNativeAPIGatewayMCPToolList(req: DescribeCloudNativeAPIGatewayMCPToolListRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayMCPToolListResponse) => void): Promise<DescribeCloudNativeAPIGatewayMCPToolListResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* 删除 LLM 模型服务(被模型 API 绑定时需先解绑)。
|
|
164
|
+
*/
|
|
165
|
+
DeleteCloudNativeAPIGatewayLLMModelService(req: DeleteCloudNativeAPIGatewayLLMModelServiceRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayLLMModelServiceResponse) => void): Promise<DeleteCloudNativeAPIGatewayLLMModelServiceResponse>;
|
|
166
|
+
/**
|
|
167
|
+
* 查询云原生消费者详情
|
|
168
|
+
*/
|
|
169
|
+
DescribeCloudNativeAPIGatewayConsumer(req: DescribeCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayConsumerResponse) => void): Promise<DescribeCloudNativeAPIGatewayConsumerResponse>;
|
|
170
|
+
/**
|
|
171
|
+
* 查询密钥详情(SecretValue 字段会被掩码)。
|
|
172
|
+
*/
|
|
173
|
+
DescribeCloudNativeAPIGatewaySecretKey(req: DescribeCloudNativeAPIGatewaySecretKeyRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaySecretKeyResponse) => void): Promise<DescribeCloudNativeAPIGatewaySecretKeyResponse>;
|
|
174
|
+
/**
|
|
175
|
+
* 为资源(模型 API / MCP Server)添加消费者组授权。
|
|
176
|
+
*/
|
|
177
|
+
AddCloudNativeAPIGatewayConsumerGroupAuth(req: AddCloudNativeAPIGatewayConsumerGroupAuthRequest, cb?: (error: string, rep: AddCloudNativeAPIGatewayConsumerGroupAuthResponse) => void): Promise<AddCloudNativeAPIGatewayConsumerGroupAuthResponse>;
|
|
178
|
+
/**
|
|
179
|
+
* 查询 LLM 模型服务列表。
|
|
180
|
+
*/
|
|
181
|
+
DescribeCloudNativeAPIGatewayLLMModelServices(req: DescribeCloudNativeAPIGatewayLLMModelServicesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayLLMModelServicesResponse) => void): Promise<DescribeCloudNativeAPIGatewayLLMModelServicesResponse>;
|
|
182
|
+
/**
|
|
183
|
+
* 删除AI网关消费者组
|
|
184
|
+
*/
|
|
185
|
+
DeleteCloudNativeAPIGatewayConsumerGroup(req: DeleteCloudNativeAPIGatewayConsumerGroupRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayConsumerGroupResponse) => void): Promise<DeleteCloudNativeAPIGatewayConsumerGroupResponse>;
|
|
186
|
+
/**
|
|
187
|
+
* 创建AI网关消费者。
|
|
188
|
+
*/
|
|
189
|
+
CreateCloudNativeAPIGatewayConsumer(req: CreateCloudNativeAPIGatewayConsumerRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayConsumerResponse) => void): Promise<CreateCloudNativeAPIGatewayConsumerResponse>;
|
|
190
|
+
}
|