tencentcloud-sdk-nodejs 4.0.667 → 4.0.669
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 +339 -0
- package/SERVICE_CHANGELOG.md +329 -66
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +11 -11
- package/src/services/cdb/v20170320/cdb_client.ts +13 -30
- package/src/services/cdb/v20170320/cdb_models.ts +0 -54
- package/src/services/cdn/v20180606/cdn_models.ts +4 -0
- package/src/services/cls/v20201016/cls_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +5 -3
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +17 -13
- package/src/services/dts/v20211206/dts_client.ts +30 -6
- package/src/services/dts/v20211206/dts_models.ts +80 -0
- package/src/services/ecm/v20190719/ecm_models.ts +4 -0
- package/src/services/ess/v20201111/ess_client.ts +2 -3
- package/src/services/ess/v20201111/ess_models.ts +135 -143
- package/src/services/essbasic/v20210526/essbasic_client.ts +16 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +108 -34
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +42 -0
- package/src/services/lcic/v20220817/lcic_client.ts +15 -3
- package/src/services/lcic/v20220817/lcic_models.ts +32 -12
- package/src/services/mps/v20190612/mps_client.ts +1 -0
- package/src/services/mps/v20190612/mps_models.ts +45 -13
- package/src/services/nlp/v20190408/nlp_client.ts +15 -0
- package/src/services/nlp/v20190408/nlp_models.ts +117 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
- package/src/services/tcb/v20180608/tcb_models.ts +19 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +152 -33
- package/src/services/tse/v20201207/tse_models.ts +792 -121
- package/src/services/tts/v20190823/tts_client.ts +0 -1
- package/src/services/vpc/v20170312/vpc_models.ts +5 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -13
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +135 -143
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -34
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +40 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
- package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
- package/test/cdb.v20170320.test.js +4 -14
- package/test/dts.v20211206.test.js +22 -2
- package/test/iotvideo.v20211125.test.js +14 -4
- package/test/lcic.v20220817.test.js +10 -0
- package/test/nlp.v20190408.test.js +10 -0
- package/test/tse.v20201207.test.js +98 -8
|
@@ -175,6 +175,11 @@ export interface OverrideTranscodeParameter {
|
|
|
175
175
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
176
176
|
*/
|
|
177
177
|
StdExtInfo?: string;
|
|
178
|
+
/**
|
|
179
|
+
* 要插入的字幕文件。
|
|
180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
181
|
+
*/
|
|
182
|
+
AddOnSubtitles?: Array<AddOnSubtitle>;
|
|
178
183
|
}
|
|
179
184
|
/**
|
|
180
185
|
* 智能分类任务输入类型
|
|
@@ -8349,18 +8354,22 @@ export interface UserDefineConfigureInfoForUpdate {
|
|
|
8349
8354
|
export interface S3OutputStorage {
|
|
8350
8355
|
/**
|
|
8351
8356
|
* S3 bucket。
|
|
8357
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8352
8358
|
*/
|
|
8353
8359
|
S3Bucket: string;
|
|
8354
8360
|
/**
|
|
8355
8361
|
* S3 bucket 对应的区域。
|
|
8362
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8356
8363
|
*/
|
|
8357
8364
|
S3Region: string;
|
|
8358
8365
|
/**
|
|
8359
8366
|
* AWS 内网上传 媒体资源的秘钥id。
|
|
8367
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8360
8368
|
*/
|
|
8361
8369
|
S3SecretId?: string;
|
|
8362
8370
|
/**
|
|
8363
8371
|
* AWS 内网上传 媒体资源的秘钥key。
|
|
8372
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8364
8373
|
*/
|
|
8365
8374
|
S3SecretKey?: string;
|
|
8366
8375
|
}
|
|
@@ -9373,6 +9382,11 @@ export interface AdaptiveDynamicStreamingTaskInput {
|
|
|
9373
9382
|
* 转自适应码流(仅 HLS)后,分片文件的输出路径,只能为相对路径。如果不填,则默认为相对路径:`{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}_{segmentNumber}.{format}`。
|
|
9374
9383
|
*/
|
|
9375
9384
|
SegmentObjectName?: string;
|
|
9385
|
+
/**
|
|
9386
|
+
* 要插入的字幕文件。
|
|
9387
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9388
|
+
*/
|
|
9389
|
+
AddOnSubtitles?: Array<AddOnSubtitle>;
|
|
9376
9390
|
}
|
|
9377
9391
|
/**
|
|
9378
9392
|
* DescribeImageSpriteTemplates返回参数结构体
|
|
@@ -10157,43 +10171,43 @@ export interface MediaVideoStreamItem {
|
|
|
10157
10171
|
/**
|
|
10158
10172
|
* 视频流的码率,单位:bps。
|
|
10159
10173
|
*/
|
|
10160
|
-
Bitrate
|
|
10174
|
+
Bitrate?: number;
|
|
10161
10175
|
/**
|
|
10162
10176
|
* 视频流的高度,单位:px。
|
|
10163
10177
|
*/
|
|
10164
|
-
Height
|
|
10178
|
+
Height?: number;
|
|
10165
10179
|
/**
|
|
10166
10180
|
* 视频流的宽度,单位:px。
|
|
10167
10181
|
*/
|
|
10168
|
-
Width
|
|
10182
|
+
Width?: number;
|
|
10169
10183
|
/**
|
|
10170
10184
|
* 视频流的编码格式,例如 h264。
|
|
10171
10185
|
*/
|
|
10172
|
-
Codec
|
|
10186
|
+
Codec?: string;
|
|
10173
10187
|
/**
|
|
10174
10188
|
* 帧率,单位:hz。
|
|
10175
10189
|
*/
|
|
10176
|
-
Fps
|
|
10190
|
+
Fps?: number;
|
|
10177
10191
|
/**
|
|
10178
10192
|
* 色彩空间。
|
|
10179
10193
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10180
10194
|
*/
|
|
10181
|
-
ColorPrimaries
|
|
10195
|
+
ColorPrimaries?: string;
|
|
10182
10196
|
/**
|
|
10183
10197
|
* 色彩空间。
|
|
10184
10198
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10185
10199
|
*/
|
|
10186
|
-
ColorSpace
|
|
10200
|
+
ColorSpace?: string;
|
|
10187
10201
|
/**
|
|
10188
10202
|
* 色彩空间。
|
|
10189
10203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10190
10204
|
*/
|
|
10191
|
-
ColorTransfer
|
|
10205
|
+
ColorTransfer?: string;
|
|
10192
10206
|
/**
|
|
10193
10207
|
* HDR类型。
|
|
10194
10208
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10195
10209
|
*/
|
|
10196
|
-
HdrType
|
|
10210
|
+
HdrType?: string;
|
|
10197
10211
|
/**
|
|
10198
10212
|
* 视频Codecs。
|
|
10199
10213
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -10519,20 +10533,20 @@ export interface MediaAudioStreamItem {
|
|
|
10519
10533
|
/**
|
|
10520
10534
|
* 音频流的码率,单位:bps。
|
|
10521
10535
|
*/
|
|
10522
|
-
Bitrate
|
|
10536
|
+
Bitrate?: number;
|
|
10523
10537
|
/**
|
|
10524
10538
|
* 音频流的采样率,单位:hz。
|
|
10525
10539
|
*/
|
|
10526
|
-
SamplingRate
|
|
10540
|
+
SamplingRate?: number;
|
|
10527
10541
|
/**
|
|
10528
10542
|
* 音频流的编码格式,例如 aac。
|
|
10529
10543
|
*/
|
|
10530
|
-
Codec
|
|
10544
|
+
Codec?: string;
|
|
10531
10545
|
/**
|
|
10532
10546
|
* 音频声道数,例如 2。
|
|
10533
10547
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10534
10548
|
*/
|
|
10535
|
-
Channel
|
|
10549
|
+
Channel?: number;
|
|
10536
10550
|
/**
|
|
10537
10551
|
* 音频Codecs。
|
|
10538
10552
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -10758,6 +10772,23 @@ export interface DescribeWordSamplesRequest {
|
|
|
10758
10772
|
*/
|
|
10759
10773
|
Limit?: number;
|
|
10760
10774
|
}
|
|
10775
|
+
/**
|
|
10776
|
+
* 外挂字幕。
|
|
10777
|
+
*/
|
|
10778
|
+
export interface AddOnSubtitle {
|
|
10779
|
+
/**
|
|
10780
|
+
* 插入形式,可选值:
|
|
10781
|
+
<li>subtitle-stream:插入字幕轨道</li>
|
|
10782
|
+
<li>close-caption:编码到SEI帧</li>
|
|
10783
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10784
|
+
*/
|
|
10785
|
+
Type?: string;
|
|
10786
|
+
/**
|
|
10787
|
+
* 字幕文件。
|
|
10788
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10789
|
+
*/
|
|
10790
|
+
Subtitle?: MediaInputInfo;
|
|
10791
|
+
}
|
|
10761
10792
|
/**
|
|
10762
10793
|
* Aws SQS 队列信息
|
|
10763
10794
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { TextEmbellishRequest, EvaluateWordSimilarityResponse, RetrieveSimilarWordsRequest, ClassifyContentResponse, ParseWordsResponse, ComposePoetryResponse, ClassifyContentRequest, RetrieveSimilarWordsResponse, EvaluateSentenceSimilarityResponse, EvaluateWordSimilarityRequest, TextWritingResponse, AnalyzeSentimentResponse, ParseWordsRequest, SentenceCorrectionResponse, ComposeCoupletRequest, EvaluateSentenceSimilarityRequest, TextWritingRequest, GenerateKeywordSentenceResponse, ComposePoetryRequest, SentenceCorrectionRequest, TextEmbellishResponse, AnalyzeSentimentRequest, GenerateKeywordSentenceRequest, ComposeCoupletResponse } from "./nlp_models";
|
|
3
|
+
import { TextEmbellishRequest, EvaluateWordSimilarityResponse, RetrieveSimilarWordsRequest, ClassifyContentResponse, ParseWordsResponse, ComposePoetryResponse, ClassifyContentRequest, RetrieveSimilarWordsResponse, EvaluateSentenceSimilarityResponse, TestingTextGenerationResponse, EvaluateWordSimilarityRequest, TestingTextGenerationRequest, TextWritingResponse, AnalyzeSentimentResponse, ParseWordsRequest, SentenceCorrectionResponse, ComposeCoupletRequest, EvaluateSentenceSimilarityRequest, TextWritingRequest, GenerateKeywordSentenceResponse, ComposePoetryRequest, SentenceCorrectionRequest, TextEmbellishResponse, AnalyzeSentimentRequest, GenerateKeywordSentenceRequest, ComposeCoupletResponse } from "./nlp_models";
|
|
4
4
|
/**
|
|
5
5
|
* nlp client
|
|
6
6
|
* @class
|
|
@@ -55,4 +55,8 @@ export declare class Client extends AbstractClient {
|
|
|
55
55
|
* 通过精准地对文本进行分词、词性标注、命名实体识别等功能,助您更好地理解文本内容,挖掘出潜在的价值信息。
|
|
56
56
|
*/
|
|
57
57
|
ParseWords(req: ParseWordsRequest, cb?: (error: string, rep: ParseWordsResponse) => void): Promise<ParseWordsResponse>;
|
|
58
|
+
/**
|
|
59
|
+
* 基于腾讯大模型能力,用户可以通过传入不同的参数控制生成内容的类型,并通过自然语言给模型以内容生成的指令,可以满足多种场景的文本生成需求,包括但不限于文章写作、营销文案、视频脚本、电商文案、纪要整理等(**注意:当前接口为内测体验专用接口,仅有获取白名单权限的客户可以测试调用,如需测试请联系商务非正式服务接口,内测期结束接口会下线或停服,届时请接入正式服务接口**)
|
|
60
|
+
*/
|
|
61
|
+
TestingTextGeneration(req: TestingTextGenerationRequest, cb?: (error: string, rep: TestingTextGenerationResponse) => void): Promise<TestingTextGenerationResponse>;
|
|
58
62
|
}
|
|
@@ -99,5 +99,11 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
99
99
|
async ParseWords(req, cb) {
|
|
100
100
|
return this.request("ParseWords", req, cb);
|
|
101
101
|
}
|
|
102
|
+
/**
|
|
103
|
+
* 基于腾讯大模型能力,用户可以通过传入不同的参数控制生成内容的类型,并通过自然语言给模型以内容生成的指令,可以满足多种场景的文本生成需求,包括但不限于文章写作、营销文案、视频脚本、电商文案、纪要整理等(**注意:当前接口为内测体验专用接口,仅有获取白名单权限的客户可以测试调用,如需测试请联系商务非正式服务接口,内测期结束接口会下线或停服,届时请接入正式服务接口**)
|
|
104
|
+
*/
|
|
105
|
+
async TestingTextGeneration(req, cb) {
|
|
106
|
+
return this.request("TestingTextGeneration", req, cb);
|
|
107
|
+
}
|
|
102
108
|
}
|
|
103
109
|
exports.Client = Client;
|
|
@@ -165,6 +165,21 @@ export interface ComposePoetryResponse {
|
|
|
165
165
|
*/
|
|
166
166
|
RequestId?: string;
|
|
167
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* TextGenerationMessage
|
|
170
|
+
*/
|
|
171
|
+
export interface TextGenerationMessage {
|
|
172
|
+
/**
|
|
173
|
+
* 角色支持 system, user, assistant。默认为user。
|
|
174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
175
|
+
*/
|
|
176
|
+
Role?: string;
|
|
177
|
+
/**
|
|
178
|
+
* 消息的内容。
|
|
179
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
180
|
+
*/
|
|
181
|
+
Content?: string;
|
|
182
|
+
}
|
|
168
183
|
/**
|
|
169
184
|
* ClassifyContent请求参数结构体
|
|
170
185
|
*/
|
|
@@ -225,6 +240,35 @@ export interface Embellish {
|
|
|
225
240
|
*/
|
|
226
241
|
EmbellishType?: string;
|
|
227
242
|
}
|
|
243
|
+
/**
|
|
244
|
+
* TestingTextGeneration返回参数结构体
|
|
245
|
+
*/
|
|
246
|
+
export interface TestingTextGenerationResponse {
|
|
247
|
+
/**
|
|
248
|
+
* 结果
|
|
249
|
+
*/
|
|
250
|
+
Choices?: Array<TextGenerationChoices>;
|
|
251
|
+
/**
|
|
252
|
+
* unix时间戳的字符串
|
|
253
|
+
*/
|
|
254
|
+
Created?: number;
|
|
255
|
+
/**
|
|
256
|
+
* 会话id
|
|
257
|
+
*/
|
|
258
|
+
Id?: string;
|
|
259
|
+
/**
|
|
260
|
+
* 模型名
|
|
261
|
+
*/
|
|
262
|
+
Model?: string;
|
|
263
|
+
/**
|
|
264
|
+
* token数量
|
|
265
|
+
*/
|
|
266
|
+
Usage?: TextGenerationUsage;
|
|
267
|
+
/**
|
|
268
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
269
|
+
*/
|
|
270
|
+
RequestId?: string;
|
|
271
|
+
}
|
|
228
272
|
/**
|
|
229
273
|
* EvaluateWordSimilarity请求参数结构体
|
|
230
274
|
*/
|
|
@@ -261,6 +305,47 @@ export interface CompoundParticiple {
|
|
|
261
305
|
*/
|
|
262
306
|
Pos?: string;
|
|
263
307
|
}
|
|
308
|
+
/**
|
|
309
|
+
* TestingTextGeneration请求参数结构体
|
|
310
|
+
*/
|
|
311
|
+
export interface TestingTextGenerationRequest {
|
|
312
|
+
/**
|
|
313
|
+
* 会话内容,按对话时间从旧到新在数组中排列。
|
|
314
|
+
*/
|
|
315
|
+
Messages: Array<TextGenerationMessage>;
|
|
316
|
+
/**
|
|
317
|
+
* 模型名称,当前固定为TestingModel
|
|
318
|
+
*/
|
|
319
|
+
Model?: string;
|
|
320
|
+
/**
|
|
321
|
+
* 会话id。
|
|
322
|
+
*/
|
|
323
|
+
QueryId?: string;
|
|
324
|
+
/**
|
|
325
|
+
* 超参数temperature, 该参数用于控制生成文本中重复内容。取值区间为[0.0, 2.0], 非必要不建议使用, 不合理的取值会影响效果。默认为1.0。
|
|
326
|
+
*/
|
|
327
|
+
Temperature?: number;
|
|
328
|
+
/**
|
|
329
|
+
* 超参数top_p, 该参数用于控制生成文本的多样性。较小的"top_p"值会限制模型的选择范围,使生成的文本更加一致和确定性。较大的"top_p"值会扩大选择范围,使生成的文本更加多样化和随机。取值区间为[0.0, 1.0], 非必要不建议使用, 不合理的取值会影响效果。默认值为1.0。
|
|
330
|
+
*/
|
|
331
|
+
TopP?: number;
|
|
332
|
+
/**
|
|
333
|
+
* 超参数top_k,该参数用于控制生成文本的多样性和可控性,较小的"top_k"值会限制模型的选择范围,使生成的文本更加一致和确定性。较大的"top_k"值会扩大选择范围,使生成的文本更加多样化和随机。取值区间为[1, 100],默认值 40。
|
|
334
|
+
*/
|
|
335
|
+
TopK?: number;
|
|
336
|
+
/**
|
|
337
|
+
* 重复惩罚项,该参数用于用于控制生成文本中重复内容。建议范围[1.0, 1.05]非必要不建议使用, 不合理的取值会影响效果。默认为1。
|
|
338
|
+
*/
|
|
339
|
+
RepetitionPenalty?: number;
|
|
340
|
+
/**
|
|
341
|
+
* 输出结果最大tokens数量。取值区间为(0, 1024]。默认值为768。
|
|
342
|
+
*/
|
|
343
|
+
OutputSeqLen?: number;
|
|
344
|
+
/**
|
|
345
|
+
* 输入文本的最大 tokens 数量。取值区间为(0, 1024]。默认值为256。
|
|
346
|
+
*/
|
|
347
|
+
MaxInputSeqLen?: number;
|
|
348
|
+
}
|
|
264
349
|
/**
|
|
265
350
|
* TextWriting返回参数结构体
|
|
266
351
|
*/
|
|
@@ -302,6 +387,23 @@ export interface AnalyzeSentimentResponse {
|
|
|
302
387
|
*/
|
|
303
388
|
RequestId?: string;
|
|
304
389
|
}
|
|
390
|
+
/**
|
|
391
|
+
* TextGenerationUsage
|
|
392
|
+
*/
|
|
393
|
+
export interface TextGenerationUsage {
|
|
394
|
+
/**
|
|
395
|
+
* 输入tokens数量
|
|
396
|
+
*/
|
|
397
|
+
PromptTokens?: number;
|
|
398
|
+
/**
|
|
399
|
+
* 输出tokens数量
|
|
400
|
+
*/
|
|
401
|
+
CompletionTokens?: number;
|
|
402
|
+
/**
|
|
403
|
+
* 总token数量
|
|
404
|
+
*/
|
|
405
|
+
TotalTokens?: number;
|
|
406
|
+
}
|
|
305
407
|
/**
|
|
306
408
|
* ParseWords请求参数结构体
|
|
307
409
|
*/
|
|
@@ -383,6 +485,16 @@ export interface EvaluateSentenceSimilarityRequest {
|
|
|
383
485
|
*/
|
|
384
486
|
SentencePairList: Array<SentencePair>;
|
|
385
487
|
}
|
|
488
|
+
/**
|
|
489
|
+
* TextGenerationChoices
|
|
490
|
+
*/
|
|
491
|
+
export interface TextGenerationChoices {
|
|
492
|
+
/**
|
|
493
|
+
* 内容
|
|
494
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
495
|
+
*/
|
|
496
|
+
Message?: TextGenerationMessage;
|
|
497
|
+
}
|
|
386
498
|
/**
|
|
387
499
|
* TextWriting请求参数结构体
|
|
388
500
|
*/
|
|
@@ -667,7 +667,7 @@ export declare class Client extends AbstractClient {
|
|
|
667
667
|
*/
|
|
668
668
|
RecognizePhilippinesDrivingLicenseOCR(req: RecognizePhilippinesDrivingLicenseOCRRequest, cb?: (error: string, rep: RecognizePhilippinesDrivingLicenseOCRResponse) => void): Promise<RecognizePhilippinesDrivingLicenseOCRResponse>;
|
|
669
669
|
/**
|
|
670
|
-
* 本接口支持OFD
|
|
670
|
+
* 本接口支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)识别,返回发票代码、发票号码、开票日期、验证码、机器编号、密码区,购买方和销售方信息,包括名称、纳税人识别号、地址电话、开户行及账号,以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。
|
|
671
671
|
*/
|
|
672
672
|
VerifyOfdVatInvoiceOCR(req: VerifyOfdVatInvoiceOCRRequest, cb?: (error: string, rep: VerifyOfdVatInvoiceOCRResponse) => void): Promise<VerifyOfdVatInvoiceOCRResponse>;
|
|
673
673
|
/**
|
|
@@ -831,7 +831,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
831
831
|
return this.request("RecognizePhilippinesDrivingLicenseOCR", req, cb);
|
|
832
832
|
}
|
|
833
833
|
/**
|
|
834
|
-
* 本接口支持OFD
|
|
834
|
+
* 本接口支持OFD格式的 增值税电子普通发票、增值税电子专用发票、电子发票(普通发票)、电子发票(增值税专用发票)识别,返回发票代码、发票号码、开票日期、验证码、机器编号、密码区,购买方和销售方信息,包括名称、纳税人识别号、地址电话、开户行及账号,以及价税合计、开票人、收款人、复核人、税额、不含税金额等字段信息。
|
|
835
835
|
*/
|
|
836
836
|
async VerifyOfdVatInvoiceOCR(req, cb) {
|
|
837
837
|
return this.request("VerifyOfdVatInvoiceOCR", req, cb);
|
|
@@ -571,11 +571,11 @@ export interface CreatePrivateZoneResponse {
|
|
|
571
571
|
/**
|
|
572
572
|
* 私有域ID, zone-xxxxxx
|
|
573
573
|
*/
|
|
574
|
-
ZoneId
|
|
574
|
+
ZoneId?: string;
|
|
575
575
|
/**
|
|
576
576
|
* 私有域名
|
|
577
577
|
*/
|
|
578
|
-
Domain
|
|
578
|
+
Domain?: string;
|
|
579
579
|
/**
|
|
580
580
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
581
581
|
*/
|
|
@@ -1030,15 +1030,15 @@ export interface ModifyPrivateZoneVpcResponse {
|
|
|
1030
1030
|
/**
|
|
1031
1031
|
* 私有域ID, zone-xxxxxx
|
|
1032
1032
|
*/
|
|
1033
|
-
ZoneId
|
|
1033
|
+
ZoneId?: string;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* 解析域关联的VPC列表
|
|
1036
1036
|
*/
|
|
1037
|
-
VpcSet
|
|
1037
|
+
VpcSet?: Array<VpcInfo>;
|
|
1038
1038
|
/**
|
|
1039
1039
|
* 私有域账号关联的全部VPC列表
|
|
1040
1040
|
*/
|
|
1041
|
-
AccountVpcSet
|
|
1041
|
+
AccountVpcSet?: Array<AccountVpcInfoOutput>;
|
|
1042
1042
|
/**
|
|
1043
1043
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1044
1044
|
*/
|
|
@@ -5243,72 +5243,77 @@ export interface WxGatewayRountItem {
|
|
|
5243
5243
|
/**
|
|
5244
5244
|
* 安全网关路由名称
|
|
5245
5245
|
*/
|
|
5246
|
-
GatewayRouteName
|
|
5246
|
+
GatewayRouteName?: string;
|
|
5247
5247
|
/**
|
|
5248
5248
|
* 安全网关路由协议
|
|
5249
5249
|
*/
|
|
5250
|
-
GatewayRouteProtocol
|
|
5250
|
+
GatewayRouteProtocol?: string;
|
|
5251
5251
|
/**
|
|
5252
5252
|
* 安全网关路由地址
|
|
5253
5253
|
*/
|
|
5254
|
-
GatewayRouteAddr
|
|
5254
|
+
GatewayRouteAddr?: string;
|
|
5255
5255
|
/**
|
|
5256
5256
|
* 安全网关路由描述
|
|
5257
5257
|
*/
|
|
5258
|
-
GatewayRouteDesc
|
|
5258
|
+
GatewayRouteDesc?: string;
|
|
5259
5259
|
/**
|
|
5260
5260
|
* 安全网关后端集群id,如果是外网服务,该id与GatewayRountName相同
|
|
5261
5261
|
*/
|
|
5262
|
-
GatewayRouteClusterId
|
|
5262
|
+
GatewayRouteClusterId?: string;
|
|
5263
5263
|
/**
|
|
5264
5264
|
* 安全网关创建时间
|
|
5265
5265
|
*/
|
|
5266
|
-
GatewayRouteCreateTime
|
|
5266
|
+
GatewayRouteCreateTime?: string;
|
|
5267
5267
|
/**
|
|
5268
5268
|
* 安全网关路由限制
|
|
5269
5269
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5270
5270
|
*/
|
|
5271
|
-
FrequencyLimitConfig
|
|
5271
|
+
FrequencyLimitConfig?: Array<FrequencyLimitConfig>;
|
|
5272
5272
|
/**
|
|
5273
5273
|
* ip代表绑定后端ip。cbr代表云托管服务
|
|
5274
5274
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5275
5275
|
*/
|
|
5276
|
-
GatewayRouteServerType
|
|
5276
|
+
GatewayRouteServerType?: string;
|
|
5277
5277
|
/**
|
|
5278
5278
|
* 服务名
|
|
5279
5279
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5280
5280
|
*/
|
|
5281
|
-
GatewayRouteServerName
|
|
5281
|
+
GatewayRouteServerName?: string;
|
|
5282
5282
|
/**
|
|
5283
5283
|
* ip
|
|
5284
5284
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5285
5285
|
*/
|
|
5286
|
-
GatewayRewriteHost
|
|
5286
|
+
GatewayRewriteHost?: string;
|
|
5287
5287
|
/**
|
|
5288
5288
|
* 网关版本
|
|
5289
5289
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5290
5290
|
*/
|
|
5291
|
-
GatewayVersion
|
|
5291
|
+
GatewayVersion?: string;
|
|
5292
5292
|
/**
|
|
5293
5293
|
* 请求路径
|
|
5294
5294
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5295
5295
|
*/
|
|
5296
|
-
GatewayRoutePath
|
|
5296
|
+
GatewayRoutePath?: string;
|
|
5297
5297
|
/**
|
|
5298
5298
|
* 请求模式
|
|
5299
5299
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5300
5300
|
*/
|
|
5301
|
-
GatewayRouteMethod
|
|
5301
|
+
GatewayRouteMethod?: string;
|
|
5302
5302
|
/**
|
|
5303
5303
|
* 4层端口
|
|
5304
5304
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5305
5305
|
*/
|
|
5306
|
-
GatewayRoutePort
|
|
5306
|
+
GatewayRoutePort?: number;
|
|
5307
5307
|
/**
|
|
5308
5308
|
* 路由环境ID
|
|
5309
5309
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5310
5310
|
*/
|
|
5311
5311
|
GatewayRouteEnvId?: string;
|
|
5312
|
+
/**
|
|
5313
|
+
* 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
|
|
5314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5315
|
+
*/
|
|
5316
|
+
GatewayRoutePathMatchType?: string;
|
|
5312
5317
|
}
|
|
5313
5318
|
/**
|
|
5314
5319
|
* DescribeSmsQuotas请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import {
|
|
3
|
+
import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DeleteNativeGatewayServerGroupResponse, DescribeSREInstanceAccessAddressResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, CreateNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, CreateCloudNativeAPIGatewayResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayRouteRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewaysResponse, UpdateEngineInternetAccessResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, DescribeSREInstanceAccessAddressRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DeleteCloudNativeAPIGatewayRequest, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, ModifyCloudNativeAPIGatewayResponse, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayRequest, CreateCloudNativeAPIGatewayCanaryRuleRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewaysRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeSREInstancesRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, ModifyCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest, ModifyNativeGatewayServerGroupResponse } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -8,9 +8,13 @@ import { DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRespons
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 查询Nacos类型引擎实例副本信息
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 修改云原生API网关实例分组基础信息
|
|
16
|
+
*/
|
|
17
|
+
ModifyNativeGatewayServerGroup(req: ModifyNativeGatewayServerGroupRequest, cb?: (error: string, rep: ModifyNativeGatewayServerGroupResponse) => void): Promise<ModifyNativeGatewayServerGroupResponse>;
|
|
14
18
|
/**
|
|
15
19
|
* 删除云原生网关的限流插件(服务)
|
|
16
20
|
*/
|
|
@@ -19,6 +23,10 @@ export declare class Client extends AbstractClient {
|
|
|
19
23
|
* 查询zookeeper服务接口列表
|
|
20
24
|
*/
|
|
21
25
|
DescribeZookeeperServerInterfaces(req: DescribeZookeeperServerInterfacesRequest, cb?: (error: string, rep: DescribeZookeeperServerInterfacesResponse) => void): Promise<DescribeZookeeperServerInterfacesResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 获取云原生网关服务详情
|
|
28
|
+
*/
|
|
29
|
+
DescribeOneCloudNativeAPIGatewayService(req: DescribeOneCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse>;
|
|
22
30
|
/**
|
|
23
31
|
* 修改云原生网关限流插件(服务)
|
|
24
32
|
*/
|
|
@@ -27,6 +35,10 @@ export declare class Client extends AbstractClient {
|
|
|
27
35
|
* 创建引擎实例
|
|
28
36
|
*/
|
|
29
37
|
CreateEngine(req: CreateEngineRequest, cb?: (error: string, rep: CreateEngineResponse) => void): Promise<CreateEngineResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 修改云原生网关的灰度规则
|
|
40
|
+
*/
|
|
41
|
+
ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
|
|
30
42
|
/**
|
|
31
43
|
* 删除云原生网关服务
|
|
32
44
|
*/
|
|
@@ -39,6 +51,10 @@ export declare class Client extends AbstractClient {
|
|
|
39
51
|
* 查询云原生网关路由列表
|
|
40
52
|
*/
|
|
41
53
|
DescribeCloudNativeAPIGatewayRoutes(req: DescribeCloudNativeAPIGatewayRoutesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRoutesResponse) => void): Promise<DescribeCloudNativeAPIGatewayRoutesResponse>;
|
|
54
|
+
/**
|
|
55
|
+
* 获取云原生API网关实例信息
|
|
56
|
+
*/
|
|
57
|
+
DescribeCloudNativeAPIGateway(req: DescribeCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayResponse) => void): Promise<DescribeCloudNativeAPIGatewayResponse>;
|
|
42
58
|
/**
|
|
43
59
|
* 获取云原生API网关实例端口信息
|
|
44
60
|
*/
|
|
@@ -55,6 +71,10 @@ export declare class Client extends AbstractClient {
|
|
|
55
71
|
* 删除云原生网关的灰度规则
|
|
56
72
|
*/
|
|
57
73
|
DeleteCloudNativeAPIGatewayCanaryRule(req: DeleteCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<DeleteCloudNativeAPIGatewayCanaryRuleResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* 获取云原生API网关实例列表
|
|
76
|
+
*/
|
|
77
|
+
DescribeCloudNativeAPIGateways(req: DescribeCloudNativeAPIGatewaysRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewaysResponse) => void): Promise<DescribeCloudNativeAPIGatewaysResponse>;
|
|
58
78
|
/**
|
|
59
79
|
* 查询云原生网关服务列表
|
|
60
80
|
*/
|
|
@@ -67,10 +87,18 @@ export declare class Client extends AbstractClient {
|
|
|
67
87
|
* 查询nacos服务接口列表
|
|
68
88
|
*/
|
|
69
89
|
DescribeNacosServerInterfaces(req: DescribeNacosServerInterfacesRequest, cb?: (error: string, rep: DescribeNacosServerInterfacesResponse) => void): Promise<DescribeNacosServerInterfacesResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* 修改云原生API网关实例的节点规格信息,比如节点扩缩容或者升降配
|
|
92
|
+
*/
|
|
93
|
+
UpdateCloudNativeAPIGatewaySpec(req: UpdateCloudNativeAPIGatewaySpecRequest, cb?: (error: string, rep: UpdateCloudNativeAPIGatewaySpecResponse) => void): Promise<UpdateCloudNativeAPIGatewaySpecResponse>;
|
|
70
94
|
/**
|
|
71
95
|
* 查询Zookeeper类型注册引擎实例副本信息
|
|
72
96
|
*/
|
|
73
97
|
DescribeZookeeperReplicas(req: DescribeZookeeperReplicasRequest, cb?: (error: string, rep: DescribeZookeeperReplicasResponse) => void): Promise<DescribeZookeeperReplicasResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 创建云原生API网关实例
|
|
100
|
+
*/
|
|
101
|
+
CreateCloudNativeAPIGateway(req: CreateCloudNativeAPIGatewayRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayResponse) => void): Promise<CreateCloudNativeAPIGatewayResponse>;
|
|
74
102
|
/**
|
|
75
103
|
* 用于查询引擎实例列表
|
|
76
104
|
*/
|
|
@@ -100,17 +128,25 @@ export declare class Client extends AbstractClient {
|
|
|
100
128
|
*/
|
|
101
129
|
UpdateEngineInternetAccess(req: UpdateEngineInternetAccessRequest, cb?: (error: string, rep: UpdateEngineInternetAccessResponse) => void): Promise<UpdateEngineInternetAccessResponse>;
|
|
102
130
|
/**
|
|
103
|
-
*
|
|
131
|
+
* 修改云原生API网关实例基础信息
|
|
104
132
|
*/
|
|
105
|
-
|
|
133
|
+
ModifyCloudNativeAPIGateway(req: ModifyCloudNativeAPIGatewayRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayResponse) => void): Promise<ModifyCloudNativeAPIGatewayResponse>;
|
|
106
134
|
/**
|
|
107
135
|
* 创建云原生网关限流插件(服务)
|
|
108
136
|
*/
|
|
109
137
|
CreateCloudNativeAPIGatewayServiceRateLimit(req: CreateCloudNativeAPIGatewayServiceRateLimitRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayServiceRateLimitResponse) => void): Promise<CreateCloudNativeAPIGatewayServiceRateLimitResponse>;
|
|
138
|
+
/**
|
|
139
|
+
* 删除云原生API网关实例
|
|
140
|
+
*/
|
|
141
|
+
DeleteCloudNativeAPIGateway(req: DeleteCloudNativeAPIGatewayRequest, cb?: (error: string, rep: DeleteCloudNativeAPIGatewayResponse) => void): Promise<DeleteCloudNativeAPIGatewayResponse>;
|
|
110
142
|
/**
|
|
111
143
|
* 创建云原生网关路由
|
|
112
144
|
*/
|
|
113
145
|
CreateCloudNativeAPIGatewayRoute(req: CreateCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteResponse) => void): Promise<CreateCloudNativeAPIGatewayRouteResponse>;
|
|
146
|
+
/**
|
|
147
|
+
* 创建云原生网关引擎分组
|
|
148
|
+
*/
|
|
149
|
+
CreateNativeGatewayServerGroup(req: CreateNativeGatewayServerGroupRequest, cb?: (error: string, rep: CreateNativeGatewayServerGroupResponse) => void): Promise<CreateNativeGatewayServerGroupResponse>;
|
|
114
150
|
/**
|
|
115
151
|
* 删除云原生网关的限流插件(路由)
|
|
116
152
|
*/
|
|
@@ -119,14 +155,14 @@ export declare class Client extends AbstractClient {
|
|
|
119
155
|
* 创建云原生网关限流插件(路由)
|
|
120
156
|
*/
|
|
121
157
|
CreateCloudNativeAPIGatewayRouteRateLimit(req: CreateCloudNativeAPIGatewayRouteRateLimitRequest, cb?: (error: string, rep: CreateCloudNativeAPIGatewayRouteRateLimitResponse) => void): Promise<CreateCloudNativeAPIGatewayRouteRateLimitResponse>;
|
|
122
|
-
/**
|
|
123
|
-
* 查询Nacos类型引擎实例副本信息
|
|
124
|
-
*/
|
|
125
|
-
DescribeNacosReplicas(req: DescribeNacosReplicasRequest, cb?: (error: string, rep: DescribeNacosReplicasResponse) => void): Promise<DescribeNacosReplicasResponse>;
|
|
126
158
|
/**
|
|
127
159
|
* 修改云原生网关路由
|
|
128
160
|
*/
|
|
129
161
|
ModifyCloudNativeAPIGatewayRoute(req: ModifyCloudNativeAPIGatewayRouteRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayRouteResponse) => void): Promise<ModifyCloudNativeAPIGatewayRouteResponse>;
|
|
162
|
+
/**
|
|
163
|
+
* 删除网关实例分组
|
|
164
|
+
*/
|
|
165
|
+
DeleteNativeGatewayServerGroup(req: DeleteNativeGatewayServerGroupRequest, cb?: (error: string, rep: DeleteNativeGatewayServerGroupResponse) => void): Promise<DeleteNativeGatewayServerGroupResponse>;
|
|
130
166
|
/**
|
|
131
167
|
* 查询云原生网关灰度规则列表
|
|
132
168
|
*/
|