tencentcloud-sdk-nodejs 4.0.1015 → 4.0.1017

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 (56) hide show
  1. package/CHANGELOG.md +190 -0
  2. package/SERVICE_CHANGELOG.md +160 -1235
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +20 -9
  7. package/src/services/cfs/v20190719/cfs_client.ts +19 -7
  8. package/src/services/cfs/v20190719/cfs_models.ts +52 -28
  9. package/src/services/cvm/v20170312/cvm_models.ts +24 -4
  10. package/src/services/faceid/v20180301/faceid_models.ts +7 -7
  11. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +17 -4
  12. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +156 -40
  13. package/src/services/lcic/v20220817/lcic_client.ts +1 -1
  14. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  15. package/src/services/lighthouse/v20200324/lighthouse_models.ts +8 -0
  16. package/src/services/mps/v20190612/mps_models.ts +2 -5
  17. package/src/services/postgres/v20170312/postgres_models.ts +30 -16
  18. package/src/services/rum/v20210622/rum_models.ts +0 -1
  19. package/src/services/scf/v20180416/scf_models.ts +2 -2
  20. package/src/services/trro/v20220325/trro_models.ts +6 -6
  21. package/src/services/trtc/v20190722/trtc_models.ts +4 -0
  22. package/src/services/tse/v20201207/tse_client.ts +17 -4
  23. package/src/services/tse/v20201207/tse_models.ts +105 -64
  24. package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
  25. package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +20 -9
  29. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +7 -3
  30. package/tencentcloud/services/cfs/v20190719/cfs_client.js +9 -3
  31. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +50 -28
  32. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -4
  33. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +7 -7
  34. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  35. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  36. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +153 -40
  37. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
  38. package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
  39. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  40. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +8 -0
  41. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -5
  42. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -16
  43. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -1
  44. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
  45. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
  46. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  47. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  48. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  49. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
  50. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
  51. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
  52. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
  53. package/test/cfs.v20190719.test.js +12 -2
  54. package/test/iotexplorer.v20190423.test.js +10 -0
  55. package/test/tse.v20201207.test.js +10 -0
  56. package/test/vpc.v20170312.test.js +3872 -2
@@ -502,6 +502,36 @@ export interface DescribeSpaceFenceEventListResponse {
502
502
  RequestId?: string
503
503
  }
504
504
 
505
+ /**
506
+ * DescribeCloudStorageEventsWithAITasks返回参数结构体
507
+ */
508
+ export interface DescribeCloudStorageEventsWithAITasksResponse {
509
+ /**
510
+ * 云存事件列表
511
+ */
512
+ Events?: Array<CloudStorageEventWithAITasks>
513
+ /**
514
+ * 请求上下文, 用作查询游标
515
+ */
516
+ Context?: string
517
+ /**
518
+ * 拉取结果是否已经结束
519
+ */
520
+ Listover?: boolean
521
+ /**
522
+ * 内部结果数量,并不等同于事件总数。
523
+ */
524
+ Total?: number
525
+ /**
526
+ * 视频播放URL
527
+ */
528
+ VideoURL?: string
529
+ /**
530
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
531
+ */
532
+ RequestId?: string
533
+ }
534
+
505
535
  /**
506
536
  * SearchTopicRule返回参数结构体
507
537
  */
@@ -3272,13 +3302,33 @@ export interface DescribeCloudStorageStreamDataRequest {
3272
3302
  }
3273
3303
 
3274
3304
  /**
3275
- * CancelAssignTWeCallLicense返回参数结构体
3305
+ * DirectBindDeviceInFamily请求参数结构体
3276
3306
  */
3277
- export interface CancelAssignTWeCallLicenseResponse {
3307
+ export interface DirectBindDeviceInFamilyRequest {
3278
3308
  /**
3279
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3309
+ * 小程序appid
3280
3310
  */
3281
- RequestId?: string
3311
+ IotAppID: string
3312
+ /**
3313
+ * 用户ID
3314
+ */
3315
+ UserID: string
3316
+ /**
3317
+ * 家庭ID
3318
+ */
3319
+ FamilyId: string
3320
+ /**
3321
+ * 产品ID
3322
+ */
3323
+ ProductId: string
3324
+ /**
3325
+ * 设备名
3326
+ */
3327
+ DeviceName: string
3328
+ /**
3329
+ * 房间ID
3330
+ */
3331
+ RoomId?: string
3282
3332
  }
3283
3333
 
3284
3334
  /**
@@ -3523,6 +3573,56 @@ export interface CreatePositionSpaceRequest {
3523
3573
  Icon?: string
3524
3574
  }
3525
3575
 
3576
+ /**
3577
+ * DescribeCloudStorageEventsWithAITasks请求参数结构体
3578
+ */
3579
+ export interface DescribeCloudStorageEventsWithAITasksRequest {
3580
+ /**
3581
+ * 产品ID
3582
+ */
3583
+ ProductId: string
3584
+ /**
3585
+ * 设备名称
3586
+ */
3587
+ DeviceName: string
3588
+ /**
3589
+ * 事件关联的视频 AI 分析服务类型(支持多选)。可选值:
3590
+
3591
+ - `RealtimeObjectDetect`:目标检测
3592
+ - `Highlight`:视频浓缩
3593
+ - `VideoToText`:视频语义理解
3594
+ */
3595
+ ServiceTypes: Array<string>
3596
+ /**
3597
+ * 起始时间(Unix 时间戳,秒级), 为0 表示 当前时间 - 24h
3598
+ */
3599
+ StartTime?: number
3600
+ /**
3601
+ * 结束时间(Unix 时间戳,秒级), 为0 表示当前时间
3602
+ */
3603
+ EndTime?: number
3604
+ /**
3605
+ * 请求上下文, 用作查询游标
3606
+ */
3607
+ Context?: string
3608
+ /**
3609
+ * 查询数据项目的最大数量, 默认为10。假设传Size=10,返回的实际事件数量为N,则 5 <= N <= 10。
3610
+ */
3611
+ Size?: number
3612
+ /**
3613
+ * 事件标识符,可以用来指定查询特定的事件,如果不指定,则查询所有事件。
3614
+ */
3615
+ EventId?: string
3616
+ /**
3617
+ * 用户ID
3618
+ */
3619
+ UserId?: string
3620
+ /**
3621
+ * 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
3622
+ */
3623
+ ChannelId?: number
3624
+ }
3625
+
3526
3626
  /**
3527
3627
  * DismissRoomByStrRoomIdFromTRTC请求参数结构体
3528
3628
  */
@@ -4648,6 +4748,7 @@ export interface DescribeCloudStorageAIServiceTasksRequest {
4648
4748
  * 云存 AI 服务类型。可选值:
4649
4749
  - `RealtimeObjectDetect`:目标检测
4650
4750
  - `Highlight`:视频浓缩
4751
+ - `VideoToText`:视频语义理解
4651
4752
  */
4652
4753
  ServiceType: string
4653
4754
  /**
@@ -4902,9 +5003,17 @@ export interface CallDeviceActionAsyncRequest {
4902
5003
  }
4903
5004
 
4904
5005
  /**
4905
- * ResumeWeCallDevice返回参数结构体
5006
+ * CallDeviceActionAsync返回参数结构体
4906
5007
  */
4907
- export interface ResumeWeCallDeviceResponse {
5008
+ export interface CallDeviceActionAsyncResponse {
5009
+ /**
5010
+ * 调用Id
5011
+ */
5012
+ ClientToken: string
5013
+ /**
5014
+ * 异步调用状态
5015
+ */
5016
+ Status: string
4908
5017
  /**
4909
5018
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4910
5019
  */
@@ -5074,6 +5183,40 @@ export interface WXDeviceInfo {
5074
5183
  WXIoTDeviceInfo?: WXIoTDeviceInfo
5075
5184
  }
5076
5185
 
5186
+ /**
5187
+ * 云存事件及其关联的云存 AI 任务
5188
+ */
5189
+ export interface CloudStorageEventWithAITasks {
5190
+ /**
5191
+ * 事件起始时间(Unix 时间戳,秒级
5192
+ */
5193
+ StartTime?: number
5194
+ /**
5195
+ * 事件结束时间(Unix 时间戳,秒级
5196
+ */
5197
+ EndTime?: number
5198
+ /**
5199
+ * 事件缩略图
5200
+ */
5201
+ Thumbnail?: string
5202
+ /**
5203
+ * 事件ID
5204
+ */
5205
+ EventId?: string
5206
+ /**
5207
+ * 事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败
5208
+ */
5209
+ UploadStatus?: string
5210
+ /**
5211
+ * 事件自定义数据
5212
+ */
5213
+ Data?: string
5214
+ /**
5215
+ * 事件关联的云存 AI 任务列表
5216
+ */
5217
+ AITasks?: Array<CloudStorageAIServiceTask>
5218
+ }
5219
+
5077
5220
  /**
5078
5221
  * CreateDeviceChannel请求参数结构体
5079
5222
  */
@@ -6434,6 +6577,7 @@ export interface CloudStorageAIServiceTask {
6434
6577
 
6435
6578
  - `RealtimeObjectDetect`:目标检测
6436
6579
  - `Highlight`:视频浓缩
6580
+ - `VideoToText`:视频语义理解
6437
6581
  */
6438
6582
  ServiceType?: string
6439
6583
  /**
@@ -6630,17 +6774,9 @@ export interface GetWechatDeviceTicketResponse {
6630
6774
  }
6631
6775
 
6632
6776
  /**
6633
- * CallDeviceActionAsync返回参数结构体
6777
+ * ResumeWeCallDevice返回参数结构体
6634
6778
  */
6635
- export interface CallDeviceActionAsyncResponse {
6636
- /**
6637
- * 调用Id
6638
- */
6639
- ClientToken: string
6640
- /**
6641
- * 异步调用状态
6642
- */
6643
- Status: string
6779
+ export interface ResumeWeCallDeviceResponse {
6644
6780
  /**
6645
6781
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6646
6782
  */
@@ -7187,33 +7323,13 @@ export interface CreateTopicPolicyRequest {
7187
7323
  }
7188
7324
 
7189
7325
  /**
7190
- * DirectBindDeviceInFamily请求参数结构体
7326
+ * CancelAssignTWeCallLicense返回参数结构体
7191
7327
  */
7192
- export interface DirectBindDeviceInFamilyRequest {
7193
- /**
7194
- * 小程序appid
7195
- */
7196
- IotAppID: string
7197
- /**
7198
- * 用户ID
7199
- */
7200
- UserID: string
7201
- /**
7202
- * 家庭ID
7203
- */
7204
- FamilyId: string
7205
- /**
7206
- * 产品ID
7207
- */
7208
- ProductId: string
7209
- /**
7210
- * 设备名
7211
- */
7212
- DeviceName: string
7328
+ export interface CancelAssignTWeCallLicenseResponse {
7213
7329
  /**
7214
- * 房间ID
7330
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7215
7331
  */
7216
- RoomId?: string
7332
+ RequestId?: string
7217
7333
  }
7218
7334
 
7219
7335
  /**
@@ -299,7 +299,7 @@ export class Client extends AbstractClient {
299
299
  }
300
300
 
301
301
  /**
302
- * 此接口用于修改用户配置,如头像,昵称/用户名等。
302
+ * 此接口用于修改用户信息,例如头像、昵称(用户名)等。注意,课中的用户信息不会立即同步修改,需待下次上课时,修改后的信息才会更新显示。
303
303
  */
304
304
  async ModifyUserProfile(
305
305
  req: ModifyUserProfileRequest,
@@ -382,7 +382,7 @@ export interface ModifyUserProfileRequest {
382
382
  */
383
383
  UserId: string
384
384
  /**
385
- * 待修改的用户名
385
+ * 待修改的用户名。对应注册用户下“Name“字段,本次修改是对此内容进行修改。
386
386
  */
387
387
  Nickname?: string
388
388
  /**
@@ -293,6 +293,14 @@ false(默认):发送正常请求,通过检查后直接创建实例
293
293
  * 创建实例后自动执行的命令。
294
294
  */
295
295
  InitCommand?: Command
296
+ /**
297
+ * 主域名。
298
+ */
299
+ DomainName?: string
300
+ /**
301
+ * 子域名。
302
+ */
303
+ Subdomain?: string
296
304
  }
297
305
 
298
306
  /**
@@ -7963,7 +7963,7 @@ export interface CreateInput {
7963
7963
  */
7964
7964
  InputName: string
7965
7965
  /**
7966
- * 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
7966
+ * 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
7967
7967
  */
7968
7968
  Protocol: string
7969
7969
  /**
@@ -15192,10 +15192,7 @@ export interface ModifyInput {
15192
15192
  */
15193
15193
  RTPSettings: CreateInputRTPSettings
15194
15194
  /**
15195
- * 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
15196
- 当输出包含RTP时,输入只能是RTP。
15197
- 当输出包含RTMP时,输入可以是SRT/RTMP。
15198
- 当输出包含SRT时,输入只能是SRT。
15195
+ * 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。 -
15199
15196
  */
15200
15197
  Protocol?: string
15201
15198
  /**
@@ -747,7 +747,7 @@ export interface RenewInstanceResponse {
747
747
  /**
748
748
  * 订单名
749
749
  */
750
- DealName: string
750
+ DealName?: string
751
751
  /**
752
752
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
753
753
  */
@@ -1002,11 +1002,16 @@ export interface RenewInstanceRequest {
1002
1002
  */
1003
1003
  DBInstanceId: string
1004
1004
  /**
1005
- * 续费多少个月
1005
+ * 购买时长,单位:月。
1006
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
1007
+ <li>后付费:只支持1</li>
1006
1008
  */
1007
1009
  Period: number
1008
1010
  /**
1009
- * 是否自动使用代金券,1是,0否,默认不使用
1011
+ * 是否自动使用代金券:
1012
+ <li>0:否</li>
1013
+ <li>1:是</li>
1014
+ 默认值:0
1010
1015
  */
1011
1016
  AutoVoucher?: number
1012
1017
  /**
@@ -1698,6 +1703,7 @@ TDE:支持数据加密。
1698
1703
  /**
1699
1704
  * 数据库版本状态,包括:
1700
1705
  AVAILABLE:可用;
1706
+ UPGRADE_ONLY:不可创建,此版本仅可升级至高版本;
1701
1707
  DEPRECATED:已弃用。
1702
1708
  */
1703
1709
  Status?: string
@@ -5144,13 +5150,21 @@ export interface ModifyBackupPlanRequest {
5144
5150
  */
5145
5151
  BaseBackupRetentionPeriod?: number
5146
5152
  /**
5147
- * 实例备份周期,按照星期维度,格式为小写星期英文单词
5153
+ * 实例备份周期,若是星期维度,格式为小写星期英文单词;若是按月维度,格式为数字字符,如["1","2"]。
5148
5154
  */
5149
5155
  BackupPeriod?: Array<string>
5150
5156
  /**
5151
5157
  * 实例日志备份保留时长,取值范围为7-1830,单位是天
5152
5158
  */
5153
5159
  LogBackupRetentionPeriod?: number
5160
+ /**
5161
+ * 备份计划ID,用于指明要修改哪个备份计划,不传则是修改默认备份计划。
5162
+ */
5163
+ PlanId?: string
5164
+ /**
5165
+ * 要修改的备份计划名称。
5166
+ */
5167
+ PlanName?: string
5154
5168
  }
5155
5169
 
5156
5170
  /**
@@ -5380,14 +5394,14 @@ export interface DisIsolateDBInstancesRequest {
5380
5394
  DBInstanceIdSet: Array<string>
5381
5395
  /**
5382
5396
  * 购买时长,单位:月。
5383
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
5384
- <li>后付费:只支持1
5397
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
5398
+ <li>后付费:只支持1</li>
5385
5399
  */
5386
5400
  Period?: number
5387
5401
  /**
5388
5402
  * 是否使用代金券:
5389
- <li>true:使用
5390
- <li>false:不使用
5403
+ <li>true:使用</li>
5404
+ <li>false:不使用</li>
5391
5405
  默认值:false
5392
5406
  */
5393
5407
  AutoVoucher?: boolean
@@ -5747,28 +5761,28 @@ export interface ModifyDBInstanceChargeTypeRequest {
5747
5761
  DBInstanceId: string
5748
5762
  /**
5749
5763
  * 实例计费类型,目前支持:
5750
- <li>PREPAID:预付费,即包年包月
5751
- <li>POSTPAID_BY_HOUR:后付费,即按量计费
5764
+ <li>PREPAID:预付费,即包年包月</li>
5765
+ <li>POSTPAID_BY_HOUR:后付费,即按量计费</li>
5752
5766
  默认值:PREPAID
5753
5767
  */
5754
5768
  InstanceChargeType: string
5755
5769
  /**
5756
5770
  * 购买时长,单位:月。
5757
- <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
5758
- <li>后付费:只支持1
5771
+ <li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>
5772
+ <li>后付费:只支持1</li>
5759
5773
  */
5760
5774
  Period: number
5761
5775
  /**
5762
5776
  * 续费标记:
5763
- <li>0:手动续费
5764
- <li>1:自动续费
5777
+ <li>0:手动续费</li>
5778
+ <li>1:自动续费</li>
5765
5779
  默认值:0
5766
5780
  */
5767
5781
  AutoRenewFlag?: number
5768
5782
  /**
5769
5783
  * 是否自动使用代金券:
5770
- <li>0:否
5771
- <li>1:是
5784
+ <li>0:否</li>
5785
+ <li>1:是</li>
5772
5786
  默认值:0
5773
5787
  */
5774
5788
  AutoVoucher?: number
@@ -2614,7 +2614,6 @@ export interface ScoreInfo {
2614
2614
  PageDuration?: string
2615
2615
  /**
2616
2616
  * 时间
2617
- 注意:此字段可能返回 null,表示取不到有效值。
2618
2617
  */
2619
2618
  CreateTime?: string
2620
2619
  /**
@@ -347,7 +347,7 @@ export interface LayerVersionInfo {
347
347
  */
348
348
  LayerName?: string
349
349
  /**
350
- * 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
350
+ * 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)
351
351
  */
352
352
  Status?: string
353
353
  /**
@@ -3497,7 +3497,7 @@ export interface Function {
3497
3497
  */
3498
3498
  Namespace?: string
3499
3499
  /**
3500
- * 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/47175)
3500
+ * 函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)
3501
3501
  */
3502
3502
  Status?: string
3503
3503
  /**
@@ -222,7 +222,7 @@ export interface DescribeSessionStatisticsByIntervalResponse {
222
222
  /**
223
223
  * 各时间段的会话统计数据
224
224
  */
225
- SessionStatistics: Array<SessionIntervalStatistic>
225
+ SessionStatistics?: Array<SessionIntervalStatistic>
226
226
  /**
227
227
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
228
228
  */
@@ -1079,23 +1079,23 @@ export interface DescribeSessionStatisticsResponse {
1079
1079
  /**
1080
1080
  * 会话数量
1081
1081
  */
1082
- SessionNum: number
1082
+ SessionNum?: number
1083
1083
  /**
1084
1084
  * 通话时长,单位:分钟
1085
1085
  */
1086
- TotalDuration: number
1086
+ TotalDuration?: number
1087
1087
  /**
1088
1088
  * 活跃现场设备数
1089
1089
  */
1090
- ActiveFieldDeviceNum: number
1090
+ ActiveFieldDeviceNum?: number
1091
1091
  /**
1092
1092
  * 活跃远端设备数
1093
1093
  */
1094
- ActiveRemoteDeviceNum: number
1094
+ ActiveRemoteDeviceNum?: number
1095
1095
  /**
1096
1096
  * 优良会话占比,单位:%
1097
1097
  */
1098
- NotBadSessionRatio: number
1098
+ NotBadSessionRatio?: number
1099
1099
  /**
1100
1100
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1101
1101
  */
@@ -71,6 +71,10 @@ export interface AgentConfig {
71
71
  * 是否过滤掉用户只说了一个字的句子,true表示过滤,false表示不过滤,默认值为true
72
72
  */
73
73
  FilterOneWord?: boolean
74
+ /**
75
+ * 欢迎消息优先级,0默认,1高优,高优不能被打断。
76
+ */
77
+ WelcomeMessagePriority?: number
74
78
  }
75
79
 
76
80
  /**
@@ -75,10 +75,10 @@ import {
75
75
  DescribeConfigFileReleasesResponse,
76
76
  DeleteCloudNativeAPIGatewayServiceRateLimitResponse,
77
77
  CreateGovernanceServicesRequest,
78
- CloudNativeAPIGatewayStrategyAutoScalerConfigMetric,
78
+ ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
79
79
  NativeGatewayServerGroup,
80
80
  ModifyNetworkAccessStrategyResponse,
81
- ModifyAutoScalerResourceStrategyRequest,
81
+ RestartSREInstanceRequest,
82
82
  UnbindAutoScalerResourceStrategyFromGroupsRequest,
83
83
  DeleteCloudNativeAPIGatewayPublicNetworkRequest,
84
84
  ReleaseVersion,
@@ -194,6 +194,7 @@ import {
194
194
  DescribeAllConfigFileTemplatesRequest,
195
195
  RateLimitResponse,
196
196
  RollbackConfigFileReleasesRequest,
197
+ DescribeCloudNativeAPIGatewayInfoByIpResponse,
197
198
  CloudNativeAPIGatewayCanaryRule,
198
199
  PublishConfigFilesResponse,
199
200
  UpdateCloudNativeAPIGatewayCertificateInfoRequest,
@@ -225,6 +226,7 @@ import {
225
226
  NacosReplica,
226
227
  CreateGovernanceInstancesResponse,
227
228
  CreateGatewayServiceResult,
229
+ DescribeInstanceInfoByIpResult,
228
230
  DeleteEngineResponse,
229
231
  Location,
230
232
  ModifyCloudNativeAPIGatewayCanaryRuleRequest,
@@ -268,6 +270,7 @@ import {
268
270
  DescribeNacosServerInterfacesRequest,
269
271
  KongUpstreamInfo,
270
272
  DescribeSREInstancesRequest,
273
+ DescribeCloudNativeAPIGatewayInfoByIpRequest,
271
274
  DescribeZookeeperReplicasResponse,
272
275
  ModifyConfigFileGroupRequest,
273
276
  DescribePublicAddressConfigResponse,
@@ -332,7 +335,7 @@ import {
332
335
  UpdateCloudNativeAPIGatewaySpecRequest,
333
336
  DeleteEngineRequest,
334
337
  ModifyNetworkBasicInfoRequest,
335
- ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
338
+ CloudNativeAPIGatewayStrategyAutoScalerConfigMetric,
336
339
  DescribeCloudNativeAPIGatewayCanaryRulesResponse,
337
340
  SREInstance,
338
341
  CloudNativeAPIGatewayNode,
@@ -342,7 +345,7 @@ import {
342
345
  DescribeCloudNativeAPIGatewayCertificateDetailsResponse,
343
346
  CreateGovernanceServicesResponse,
344
347
  Filter,
345
- RestartSREInstanceRequest,
348
+ ModifyAutoScalerResourceStrategyRequest,
346
349
  CreateOrUpdateConfigFileAndReleaseResponse,
347
350
  DescribeOneCloudNativeAPIGatewayServiceResponse,
348
351
  DeleteNativeGatewayServiceSourceRequest,
@@ -975,6 +978,16 @@ export class Client extends AbstractClient {
975
978
  return this.request("DescribeNativeGatewayServiceSources", req, cb)
976
979
  }
977
980
 
981
+ /**
982
+ * 根据公网IP查询云原生网关实例信息
983
+ */
984
+ async DescribeCloudNativeAPIGatewayInfoByIp(
985
+ req: DescribeCloudNativeAPIGatewayInfoByIpRequest,
986
+ cb?: (error: string, rep: DescribeCloudNativeAPIGatewayInfoByIpResponse) => void
987
+ ): Promise<DescribeCloudNativeAPIGatewayInfoByIpResponse> {
988
+ return this.request("DescribeCloudNativeAPIGatewayInfoByIp", req, cb)
989
+ }
990
+
978
991
  /**
979
992
  * 修改云原生API网关实例分组基础信息
980
993
  */