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.
Files changed (88) hide show
  1. package/CHANGELOG.md +339 -0
  2. package/SERVICE_CHANGELOG.md +329 -66
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cam/v20190116/cam_models.ts +11 -11
  7. package/src/services/cdb/v20170320/cdb_client.ts +13 -30
  8. package/src/services/cdb/v20170320/cdb_models.ts +0 -54
  9. package/src/services/cdn/v20180606/cdn_models.ts +4 -0
  10. package/src/services/cls/v20201016/cls_client.ts +4 -2
  11. package/src/services/cls/v20201016/cls_models.ts +1 -1
  12. package/src/services/cwp/v20180228/cwp_models.ts +5 -3
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +17 -13
  15. package/src/services/dts/v20211206/dts_client.ts +30 -6
  16. package/src/services/dts/v20211206/dts_models.ts +80 -0
  17. package/src/services/ecm/v20190719/ecm_models.ts +4 -0
  18. package/src/services/ess/v20201111/ess_client.ts +2 -3
  19. package/src/services/ess/v20201111/ess_models.ts +135 -143
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +16 -7
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +108 -34
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +24 -12
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +42 -0
  24. package/src/services/lcic/v20220817/lcic_client.ts +15 -3
  25. package/src/services/lcic/v20220817/lcic_models.ts +32 -12
  26. package/src/services/mps/v20190612/mps_client.ts +1 -0
  27. package/src/services/mps/v20190612/mps_models.ts +45 -13
  28. package/src/services/nlp/v20190408/nlp_client.ts +15 -0
  29. package/src/services/nlp/v20190408/nlp_models.ts +117 -0
  30. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  31. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  32. package/src/services/tcb/v20180608/tcb_models.ts +19 -14
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  34. package/src/services/tse/v20201207/tse_client.ts +152 -33
  35. package/src/services/tse/v20201207/tse_models.ts +792 -121
  36. package/src/services/tts/v20190823/tts_client.ts +0 -1
  37. package/src/services/vpc/v20170312/vpc_models.ts +5 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -11
  41. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -13
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -16
  43. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -51
  44. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -0
  45. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -0
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -3
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -13
  52. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +11 -3
  53. package/tencentcloud/services/dts/v20211206/dts_client.js +15 -3
  54. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +76 -0
  55. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -0
  56. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +0 -1
  57. package/tencentcloud/services/ess/v20201111/ess_client.js +0 -1
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +135 -143
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -6
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -5
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +107 -34
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -5
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -6
  64. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +40 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  67. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -12
  68. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +44 -13
  69. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +5 -1
  70. package/tencentcloud/services/nlp/v20190408/nlp_client.js +6 -0
  71. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +112 -0
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  75. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +19 -14
  76. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  77. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +45 -9
  78. package/tencentcloud/services/tse/v20201207/tse_client.js +66 -12
  79. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +770 -128
  80. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +0 -1
  81. package/tencentcloud/services/tts/v20190823/tts_client.js +0 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -1
  83. package/test/cdb.v20170320.test.js +4 -14
  84. package/test/dts.v20211206.test.js +22 -2
  85. package/test/iotvideo.v20211125.test.js +14 -4
  86. package/test/lcic.v20220817.test.js +10 -0
  87. package/test/nlp.v20190408.test.js +10 -0
  88. 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: number;
10174
+ Bitrate?: number;
10161
10175
  /**
10162
10176
  * 视频流的高度,单位:px。
10163
10177
  */
10164
- Height: number;
10178
+ Height?: number;
10165
10179
  /**
10166
10180
  * 视频流的宽度,单位:px。
10167
10181
  */
10168
- Width: number;
10182
+ Width?: number;
10169
10183
  /**
10170
10184
  * 视频流的编码格式,例如 h264。
10171
10185
  */
10172
- Codec: string;
10186
+ Codec?: string;
10173
10187
  /**
10174
10188
  * 帧率,单位:hz。
10175
10189
  */
10176
- Fps: number;
10190
+ Fps?: number;
10177
10191
  /**
10178
10192
  * 色彩空间。
10179
10193
  注意:此字段可能返回 null,表示取不到有效值。
10180
10194
  */
10181
- ColorPrimaries: string;
10195
+ ColorPrimaries?: string;
10182
10196
  /**
10183
10197
  * 色彩空间。
10184
10198
  注意:此字段可能返回 null,表示取不到有效值。
10185
10199
  */
10186
- ColorSpace: string;
10200
+ ColorSpace?: string;
10187
10201
  /**
10188
10202
  * 色彩空间。
10189
10203
  注意:此字段可能返回 null,表示取不到有效值。
10190
10204
  */
10191
- ColorTransfer: string;
10205
+ ColorTransfer?: string;
10192
10206
  /**
10193
10207
  * HDR类型。
10194
10208
  注意:此字段可能返回 null,表示取不到有效值。
10195
10209
  */
10196
- HdrType: string;
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: number;
10536
+ Bitrate?: number;
10523
10537
  /**
10524
10538
  * 音频流的采样率,单位:hz。
10525
10539
  */
10526
- SamplingRate: number;
10540
+ SamplingRate?: number;
10527
10541
  /**
10528
10542
  * 音频流的编码格式,例如 aac。
10529
10543
  */
10530
- Codec: string;
10544
+ Codec?: string;
10531
10545
  /**
10532
10546
  * 音频声道数,例如 2。
10533
10547
  注意:此字段可能返回 null,表示取不到有效值。
10534
10548
  */
10535
- Channel: number;
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: string;
574
+ ZoneId?: string;
575
575
  /**
576
576
  * 私有域名
577
577
  */
578
- Domain: string;
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: string;
1033
+ ZoneId?: string;
1034
1034
  /**
1035
1035
  * 解析域关联的VPC列表
1036
1036
  */
1037
- VpcSet: Array<VpcInfo>;
1037
+ VpcSet?: Array<VpcInfo>;
1038
1038
  /**
1039
1039
  * 私有域账号关联的全部VPC列表
1040
1040
  */
1041
- AccountVpcSet: Array<AccountVpcInfoOutput>;
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: string;
5246
+ GatewayRouteName?: string;
5247
5247
  /**
5248
5248
  * 安全网关路由协议
5249
5249
  */
5250
- GatewayRouteProtocol: string;
5250
+ GatewayRouteProtocol?: string;
5251
5251
  /**
5252
5252
  * 安全网关路由地址
5253
5253
  */
5254
- GatewayRouteAddr: string;
5254
+ GatewayRouteAddr?: string;
5255
5255
  /**
5256
5256
  * 安全网关路由描述
5257
5257
  */
5258
- GatewayRouteDesc: string;
5258
+ GatewayRouteDesc?: string;
5259
5259
  /**
5260
5260
  * 安全网关后端集群id,如果是外网服务,该id与GatewayRountName相同
5261
5261
  */
5262
- GatewayRouteClusterId: string;
5262
+ GatewayRouteClusterId?: string;
5263
5263
  /**
5264
5264
  * 安全网关创建时间
5265
5265
  */
5266
- GatewayRouteCreateTime: string;
5266
+ GatewayRouteCreateTime?: string;
5267
5267
  /**
5268
5268
  * 安全网关路由限制
5269
5269
  注意:此字段可能返回 null,表示取不到有效值。
5270
5270
  */
5271
- FrequencyLimitConfig: Array<FrequencyLimitConfig>;
5271
+ FrequencyLimitConfig?: Array<FrequencyLimitConfig>;
5272
5272
  /**
5273
5273
  * ip代表绑定后端ip。cbr代表云托管服务
5274
5274
  注意:此字段可能返回 null,表示取不到有效值。
5275
5275
  */
5276
- GatewayRouteServerType: string;
5276
+ GatewayRouteServerType?: string;
5277
5277
  /**
5278
5278
  * 服务名
5279
5279
  注意:此字段可能返回 null,表示取不到有效值。
5280
5280
  */
5281
- GatewayRouteServerName: string;
5281
+ GatewayRouteServerName?: string;
5282
5282
  /**
5283
5283
  * ip
5284
5284
  注意:此字段可能返回 null,表示取不到有效值。
5285
5285
  */
5286
- GatewayRewriteHost: string;
5286
+ GatewayRewriteHost?: string;
5287
5287
  /**
5288
5288
  * 网关版本
5289
5289
  注意:此字段可能返回 null,表示取不到有效值。
5290
5290
  */
5291
- GatewayVersion: string;
5291
+ GatewayVersion?: string;
5292
5292
  /**
5293
5293
  * 请求路径
5294
5294
  注意:此字段可能返回 null,表示取不到有效值。
5295
5295
  */
5296
- GatewayRoutePath: string;
5296
+ GatewayRoutePath?: string;
5297
5297
  /**
5298
5298
  * 请求模式
5299
5299
  注意:此字段可能返回 null,表示取不到有效值。
5300
5300
  */
5301
- GatewayRouteMethod: string;
5301
+ GatewayRouteMethod?: string;
5302
5302
  /**
5303
5303
  * 4层端口
5304
5304
  注意:此字段可能返回 null,表示取不到有效值。
5305
5305
  */
5306
- GatewayRoutePort: number;
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请求参数结构体
@@ -4574,7 +4574,7 @@ export interface CreateCmqTopicResponse {
4574
4574
  /**
4575
4575
  * 主题id
4576
4576
  */
4577
- TopicId: string;
4577
+ TopicId?: string;
4578
4578
  /**
4579
4579
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4580
4580
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeSREInstanceAccessAddressResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayServicesResponse, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayRouteRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperServerInterfacesResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeSREInstancesRequest, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeSREInstanceAccessAddressRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest } from "./tse_models";
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
- DescribeOneCloudNativeAPIGatewayService(req: DescribeOneCloudNativeAPIGatewayServiceRequest, cb?: (error: string, rep: DescribeOneCloudNativeAPIGatewayServiceResponse) => void): Promise<DescribeOneCloudNativeAPIGatewayServiceResponse>;
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
- ModifyCloudNativeAPIGatewayCanaryRule(req: ModifyCloudNativeAPIGatewayCanaryRuleRequest, cb?: (error: string, rep: ModifyCloudNativeAPIGatewayCanaryRuleResponse) => void): Promise<ModifyCloudNativeAPIGatewayCanaryRuleResponse>;
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
  */