tencentcloud-sdk-nodejs 4.0.1007 → 4.0.1008
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 +221 -0
- package/SERVICE_CHANGELOG.md +326 -39
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +24 -0
- package/src/services/cam/v20190116/cam_models.ts +12 -12
- package/src/services/ccc/v20200210/ccc_client.ts +1 -0
- package/src/services/ccc/v20200210/ccc_models.ts +30 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +7 -3
- package/src/services/ecm/v20190719/ecm_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +29 -78
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -54
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -4
- package/src/services/lcic/v20220817/lcic_models.ts +8 -5
- package/src/services/lkeap/v20240522/lkeap_client.ts +15 -1
- package/src/services/lkeap/v20240522/lkeap_models.ts +85 -39
- package/src/services/mongodb/v20180408/mongodb_client.ts +1 -1
- package/src/services/mongodb/v20180408/mongodb_models.ts +34 -12
- package/src/services/mongodb/v20190725/mongodb_models.ts +49 -83
- package/src/services/ocr/v20181119/ocr_client.ts +3 -3
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tcb/v20180608/tcb_models.ts +90 -97
- package/src/services/tcbr/v20220217/tcbr_models.ts +23 -11
- package/src/services/tcr/v20190924/tcr_models.ts +4 -4
- package/src/services/tdmq/v20200217/tdmq_client.ts +16 -3
- package/src/services/tdmq/v20200217/tdmq_models.ts +96 -37
- package/src/services/trtc/v20190722/trtc_models.ts +2 -4
- package/src/services/vpc/v20170312/vpc_models.ts +17 -8
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +24 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +12 -12
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +29 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +7 -3
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -78
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -54
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -4
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +6 -1
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +7 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +82 -39
- package/tencentcloud/services/mongodb/v20180408/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20180408/mongodb_client.js +1 -1
- package/tencentcloud/services/mongodb/v20180408/mongodb_models.d.ts +34 -12
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +49 -83
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +90 -97
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +23 -11
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +92 -36
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -8
- package/test/lkeap.v20240522.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
|
@@ -2529,20 +2529,20 @@ export interface CreateInstanceTokenResponse {
|
|
|
2529
2529
|
* 用户名
|
|
2530
2530
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2531
2531
|
*/
|
|
2532
|
-
Username
|
|
2532
|
+
Username?: string
|
|
2533
2533
|
/**
|
|
2534
2534
|
* 访问凭证
|
|
2535
2535
|
*/
|
|
2536
|
-
Token
|
|
2536
|
+
Token?: string
|
|
2537
2537
|
/**
|
|
2538
2538
|
* 访问凭证过期时间戳,是一个时间戳数字,无单位
|
|
2539
2539
|
*/
|
|
2540
|
-
ExpTime
|
|
2540
|
+
ExpTime?: number
|
|
2541
2541
|
/**
|
|
2542
2542
|
* 长期凭证的TokenId,短期凭证没有TokenId
|
|
2543
2543
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2544
2544
|
*/
|
|
2545
|
-
TokenId
|
|
2545
|
+
TokenId?: string
|
|
2546
2546
|
/**
|
|
2547
2547
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2548
2548
|
*/
|
|
@@ -28,6 +28,7 @@ import {
|
|
|
28
28
|
DescribeCmqQueuesResponse,
|
|
29
29
|
DescribeRabbitMQVirtualHostListRequest,
|
|
30
30
|
DescribeAllTenantsResponse,
|
|
31
|
+
RocketMQConsumerTopic,
|
|
31
32
|
DescribeRabbitMQNodeListRequest,
|
|
32
33
|
DeleteCmqQueueResponse,
|
|
33
34
|
ConsumerStats,
|
|
@@ -184,6 +185,7 @@ import {
|
|
|
184
185
|
DescribeEnvironmentsResponse,
|
|
185
186
|
AMQPClusterInfo,
|
|
186
187
|
ModifyRocketMQInstanceSpecResponse,
|
|
188
|
+
GetTopicListResponse,
|
|
187
189
|
DescribeMsgTraceRequest,
|
|
188
190
|
DescribeCmqTopicsRequest,
|
|
189
191
|
ConsumerLog,
|
|
@@ -201,7 +203,7 @@ import {
|
|
|
201
203
|
MigrateTopic,
|
|
202
204
|
DeleteRabbitMQBindingRequest,
|
|
203
205
|
DescribeRocketMQSmoothMigrationTaskResponse,
|
|
204
|
-
|
|
206
|
+
DescribeBindClustersRequest,
|
|
205
207
|
CreateRabbitMQVirtualHostRequest,
|
|
206
208
|
VerifyRocketMQConsumeRequest,
|
|
207
209
|
DescribeRabbitMQQueueDetailRequest,
|
|
@@ -211,6 +213,7 @@ import {
|
|
|
211
213
|
DescribeEnvironmentAttributesResponse,
|
|
212
214
|
DescribeRocketMQRolesRequest,
|
|
213
215
|
CreateRocketMQNamespaceResponse,
|
|
216
|
+
Topic_Simplification,
|
|
214
217
|
ModifyRocketMQEnvironmentRoleResponse,
|
|
215
218
|
CreateCmqQueueResponse,
|
|
216
219
|
DeleteRabbitMQVipInstanceRequest,
|
|
@@ -229,6 +232,7 @@ import {
|
|
|
229
232
|
RabbitMQPrivateVirtualHost,
|
|
230
233
|
CreateRabbitMQVirtualHostResponse,
|
|
231
234
|
DescribeNamespaceBundlesOptResponse,
|
|
235
|
+
GetTopicListRequest,
|
|
232
236
|
RewindCmqQueueResponse,
|
|
233
237
|
PublicAccessRule,
|
|
234
238
|
RabbitMQClusterWhiteListInfo,
|
|
@@ -242,7 +246,7 @@ import {
|
|
|
242
246
|
DescribeRocketMQMsgResponse,
|
|
243
247
|
DescribeEnvironmentAttributesRequest,
|
|
244
248
|
ModifyPublicNetworkSecurityPolicyResponse,
|
|
245
|
-
|
|
249
|
+
DeleteRabbitMQVirtualHostResponse,
|
|
246
250
|
DescribePublishersRequest,
|
|
247
251
|
RabbitMQBindingListInfo,
|
|
248
252
|
ModifyPublicNetworkSecurityPolicyRequest,
|
|
@@ -302,7 +306,6 @@ import {
|
|
|
302
306
|
Sort,
|
|
303
307
|
ConsumerLogs,
|
|
304
308
|
DescribeMqMsgTraceResponse,
|
|
305
|
-
DescribeBindClustersRequest,
|
|
306
309
|
CreateRabbitMQUserRequest,
|
|
307
310
|
DescribeRocketMQConsumeStatsRequest,
|
|
308
311
|
SendCmqMsgResponse,
|
|
@@ -890,6 +893,16 @@ export class Client extends AbstractClient {
|
|
|
890
893
|
return this.request("DescribeCmqSubscriptionDetail", req, cb)
|
|
891
894
|
}
|
|
892
895
|
|
|
896
|
+
/**
|
|
897
|
+
* 获取环境下主题列表
|
|
898
|
+
*/
|
|
899
|
+
async GetTopicList(
|
|
900
|
+
req: GetTopicListRequest,
|
|
901
|
+
cb?: (error: string, rep: GetTopicListResponse) => void
|
|
902
|
+
): Promise<GetTopicListResponse> {
|
|
903
|
+
return this.request("GetTopicList", req, cb)
|
|
904
|
+
}
|
|
905
|
+
|
|
893
906
|
/**
|
|
894
907
|
* 删除集群
|
|
895
908
|
*/
|
|
@@ -310,6 +310,37 @@ export interface DescribeAllTenantsResponse {
|
|
|
310
310
|
RequestId?: string
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
+
/**
|
|
314
|
+
* 消费者详情中的主题信息
|
|
315
|
+
*/
|
|
316
|
+
export interface RocketMQConsumerTopic {
|
|
317
|
+
/**
|
|
318
|
+
* 主题名称
|
|
319
|
+
*/
|
|
320
|
+
Topic?: string
|
|
321
|
+
/**
|
|
322
|
+
* 主题类型,Normal表示普通,GlobalOrder表示全局顺序,PartitionedOrder表示局部顺序,Transaction表示事务,Retry表示重试,DeadLetter表示死信
|
|
323
|
+
*/
|
|
324
|
+
Type?: string
|
|
325
|
+
/**
|
|
326
|
+
* 分区数
|
|
327
|
+
*/
|
|
328
|
+
PartitionNum?: number
|
|
329
|
+
/**
|
|
330
|
+
* 消息堆积数
|
|
331
|
+
*/
|
|
332
|
+
Accumulative?: number
|
|
333
|
+
/**
|
|
334
|
+
* 最后消费时间,以毫秒为单位
|
|
335
|
+
*/
|
|
336
|
+
LastConsumptionTime?: number
|
|
337
|
+
/**
|
|
338
|
+
* 订阅规则
|
|
339
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
340
|
+
*/
|
|
341
|
+
SubRule?: string
|
|
342
|
+
}
|
|
343
|
+
|
|
313
344
|
/**
|
|
314
345
|
* DescribeRabbitMQNodeList请求参数结构体
|
|
315
346
|
*/
|
|
@@ -4659,6 +4690,24 @@ export interface ModifyRocketMQInstanceSpecResponse {
|
|
|
4659
4690
|
RequestId?: string
|
|
4660
4691
|
}
|
|
4661
4692
|
|
|
4693
|
+
/**
|
|
4694
|
+
* GetTopicList返回参数结构体
|
|
4695
|
+
*/
|
|
4696
|
+
export interface GetTopicListResponse {
|
|
4697
|
+
/**
|
|
4698
|
+
* 主题数量。
|
|
4699
|
+
*/
|
|
4700
|
+
TotalCount?: number
|
|
4701
|
+
/**
|
|
4702
|
+
* 主题列表
|
|
4703
|
+
*/
|
|
4704
|
+
TopicList?: Array<Topic_Simplification>
|
|
4705
|
+
/**
|
|
4706
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4707
|
+
*/
|
|
4708
|
+
RequestId?: string
|
|
4709
|
+
}
|
|
4710
|
+
|
|
4662
4711
|
/**
|
|
4663
4712
|
* DescribeMsgTrace请求参数结构体
|
|
4664
4713
|
*/
|
|
@@ -5319,14 +5368,9 @@ Cancelled 已取消
|
|
|
5319
5368
|
}
|
|
5320
5369
|
|
|
5321
5370
|
/**
|
|
5322
|
-
*
|
|
5371
|
+
* DescribeBindClusters请求参数结构体
|
|
5323
5372
|
*/
|
|
5324
|
-
export
|
|
5325
|
-
/**
|
|
5326
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5327
|
-
*/
|
|
5328
|
-
RequestId?: string
|
|
5329
|
-
}
|
|
5373
|
+
export type DescribeBindClustersRequest = null
|
|
5330
5374
|
|
|
5331
5375
|
/**
|
|
5332
5376
|
* CreateRabbitMQVirtualHost请求参数结构体
|
|
@@ -5542,6 +5586,25 @@ export interface CreateRocketMQNamespaceResponse {
|
|
|
5542
5586
|
RequestId?: string
|
|
5543
5587
|
}
|
|
5544
5588
|
|
|
5589
|
+
/**
|
|
5590
|
+
* 主题实例
|
|
5591
|
+
*/
|
|
5592
|
+
export interface Topic_Simplification {
|
|
5593
|
+
/**
|
|
5594
|
+
* 主题名称。
|
|
5595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5596
|
+
*/
|
|
5597
|
+
TopicName?: string
|
|
5598
|
+
/**
|
|
5599
|
+
* 0: 非持久非分区
|
|
5600
|
+
1: 非持久分区
|
|
5601
|
+
2: 持久非分区
|
|
5602
|
+
3: 持久分区
|
|
5603
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5604
|
+
*/
|
|
5605
|
+
PulsarTopicType?: number
|
|
5606
|
+
}
|
|
5607
|
+
|
|
5545
5608
|
/**
|
|
5546
5609
|
* ModifyRocketMQEnvironmentRole返回参数结构体
|
|
5547
5610
|
*/
|
|
@@ -5893,6 +5956,28 @@ export interface DescribeNamespaceBundlesOptResponse {
|
|
|
5893
5956
|
RequestId?: string
|
|
5894
5957
|
}
|
|
5895
5958
|
|
|
5959
|
+
/**
|
|
5960
|
+
* GetTopicList请求参数结构体
|
|
5961
|
+
*/
|
|
5962
|
+
export interface GetTopicListRequest {
|
|
5963
|
+
/**
|
|
5964
|
+
* 环境(命名空间)名称。
|
|
5965
|
+
*/
|
|
5966
|
+
EnvironmentId: string
|
|
5967
|
+
/**
|
|
5968
|
+
* Pulsar 集群的ID
|
|
5969
|
+
*/
|
|
5970
|
+
ClusterId: string
|
|
5971
|
+
/**
|
|
5972
|
+
* 起始下标,不填默认为0。
|
|
5973
|
+
*/
|
|
5974
|
+
Offset?: number
|
|
5975
|
+
/**
|
|
5976
|
+
* 返回数量,不填则默认为10,最大值为20。
|
|
5977
|
+
*/
|
|
5978
|
+
Limit?: number
|
|
5979
|
+
}
|
|
5980
|
+
|
|
5896
5981
|
/**
|
|
5897
5982
|
* RewindCmqQueue返回参数结构体
|
|
5898
5983
|
*/
|
|
@@ -6187,34 +6272,13 @@ export interface ModifyPublicNetworkSecurityPolicyResponse {
|
|
|
6187
6272
|
}
|
|
6188
6273
|
|
|
6189
6274
|
/**
|
|
6190
|
-
*
|
|
6275
|
+
* DeleteRabbitMQVirtualHost返回参数结构体
|
|
6191
6276
|
*/
|
|
6192
|
-
export interface
|
|
6193
|
-
/**
|
|
6194
|
-
* 主题名称
|
|
6195
|
-
*/
|
|
6196
|
-
Topic?: string
|
|
6197
|
-
/**
|
|
6198
|
-
* 主题类型,Normal表示普通,GlobalOrder表示全局顺序,PartitionedOrder表示局部顺序,Transaction表示事务,Retry表示重试,DeadLetter表示死信
|
|
6199
|
-
*/
|
|
6200
|
-
Type?: string
|
|
6201
|
-
/**
|
|
6202
|
-
* 分区数
|
|
6203
|
-
*/
|
|
6204
|
-
PartitionNum?: number
|
|
6205
|
-
/**
|
|
6206
|
-
* 消息堆积数
|
|
6207
|
-
*/
|
|
6208
|
-
Accumulative?: number
|
|
6209
|
-
/**
|
|
6210
|
-
* 最后消费时间,以毫秒为单位
|
|
6211
|
-
*/
|
|
6212
|
-
LastConsumptionTime?: number
|
|
6277
|
+
export interface DeleteRabbitMQVirtualHostResponse {
|
|
6213
6278
|
/**
|
|
6214
|
-
*
|
|
6215
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6279
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6216
6280
|
*/
|
|
6217
|
-
|
|
6281
|
+
RequestId?: string
|
|
6218
6282
|
}
|
|
6219
6283
|
|
|
6220
6284
|
/**
|
|
@@ -7910,11 +7974,6 @@ export interface DescribeMqMsgTraceResponse {
|
|
|
7910
7974
|
RequestId?: string
|
|
7911
7975
|
}
|
|
7912
7976
|
|
|
7913
|
-
/**
|
|
7914
|
-
* DescribeBindClusters请求参数结构体
|
|
7915
|
-
*/
|
|
7916
|
-
export type DescribeBindClustersRequest = null
|
|
7917
|
-
|
|
7918
7977
|
/**
|
|
7919
7978
|
* CreateRabbitMQUser请求参数结构体
|
|
7920
7979
|
*/
|
|
@@ -915,12 +915,10 @@ export interface DescribeWebRecordResponse {
|
|
|
915
915
|
Status?: number
|
|
916
916
|
/**
|
|
917
917
|
* 在使用RecordId查询时返回
|
|
918
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
919
918
|
*/
|
|
920
919
|
TaskId?: string
|
|
921
920
|
/**
|
|
922
921
|
* 在使用TaskId查询时返回
|
|
923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
924
922
|
*/
|
|
925
923
|
RecordId?: string
|
|
926
924
|
/**
|
|
@@ -2889,7 +2887,7 @@ export interface OutputParams {
|
|
|
2889
2887
|
*/
|
|
2890
2888
|
export interface DeleteBasicModerationRequest {
|
|
2891
2889
|
/**
|
|
2892
|
-
* TRTC的SDKAppId,和TRTC
|
|
2890
|
+
* TRTC的SDKAppId,和TRTC的房间所使用的SDKAppId相同。
|
|
2893
2891
|
*/
|
|
2894
2892
|
SdkAppId: number
|
|
2895
2893
|
/**
|
|
@@ -4100,7 +4098,7 @@ export interface RemoveUserByStrRoomIdRequest {
|
|
|
4100
4098
|
*/
|
|
4101
4099
|
export interface DeleteBasicModerationResponse {
|
|
4102
4100
|
/**
|
|
4103
|
-
* 审核任务的唯一Id
|
|
4101
|
+
* 审核任务的唯一Id。
|
|
4104
4102
|
*/
|
|
4105
4103
|
TaskId?: string
|
|
4106
4104
|
/**
|
|
@@ -4114,6 +4114,16 @@ export interface NetworkInterface {
|
|
|
4114
4114
|
<li>`DELETING`:删除中</li>
|
|
4115
4115
|
*/
|
|
4116
4116
|
State?: string
|
|
4117
|
+
/**
|
|
4118
|
+
* 弹性网卡状态:
|
|
4119
|
+
<li>`PENDING`:创建中</li>
|
|
4120
|
+
<li>`AVAILABLE`:可用的</li>
|
|
4121
|
+
<li>`ATTACHING`:绑定中</li>
|
|
4122
|
+
<li>`DETACHING`:解绑中</li>
|
|
4123
|
+
<li>`DELETING`:删除中</li>
|
|
4124
|
+
<li>`INUSE`:已绑定</li>
|
|
4125
|
+
*/
|
|
4126
|
+
NetworkInterfaceState?: string
|
|
4117
4127
|
/**
|
|
4118
4128
|
* 内网IP信息。
|
|
4119
4129
|
*/
|
|
@@ -4673,20 +4683,20 @@ export interface DeleteDirectConnectGatewayCcnRoutesResponse {
|
|
|
4673
4683
|
*/
|
|
4674
4684
|
export interface HaVipAssociation {
|
|
4675
4685
|
/**
|
|
4676
|
-
* HaVip
|
|
4686
|
+
* HaVip绑定的子机或网卡唯一ID。
|
|
4677
4687
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4678
4688
|
*/
|
|
4679
|
-
|
|
4689
|
+
InstanceId: string
|
|
4680
4690
|
/**
|
|
4681
|
-
* HaVip
|
|
4691
|
+
* HaVip实例唯一ID。
|
|
4682
4692
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4683
4693
|
*/
|
|
4684
|
-
|
|
4694
|
+
HaVipId?: string
|
|
4685
4695
|
/**
|
|
4686
4696
|
* HaVip绑定的类型。取值:CVM, ENI。
|
|
4687
4697
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4688
4698
|
*/
|
|
4689
|
-
InstanceType
|
|
4699
|
+
InstanceType?: string
|
|
4690
4700
|
}
|
|
4691
4701
|
|
|
4692
4702
|
/**
|
|
@@ -7551,11 +7561,11 @@ export interface AddressTemplateItem {
|
|
|
7551
7561
|
*/
|
|
7552
7562
|
AddressTemplateId?: string
|
|
7553
7563
|
/**
|
|
7554
|
-
* IP
|
|
7564
|
+
* IP模板名称。
|
|
7555
7565
|
*/
|
|
7556
7566
|
AddressTemplateName?: string
|
|
7557
7567
|
/**
|
|
7558
|
-
*
|
|
7568
|
+
* 废弃字段。
|
|
7559
7569
|
*/
|
|
7560
7570
|
From?: string
|
|
7561
7571
|
/**
|
|
@@ -15591,7 +15601,6 @@ export interface ServicesInfo {
|
|
|
15591
15601
|
Service: string
|
|
15592
15602
|
/**
|
|
15593
15603
|
* 备注。
|
|
15594
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15595
15604
|
*/
|
|
15596
15605
|
Description?: string
|
|
15597
15606
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.1008";
|
|
@@ -6885,6 +6885,30 @@ export interface DescribeVoucherInfoRequest {
|
|
|
6885
6885
|
* 代金券副类型 discount 为折扣券 deduct 为抵扣券
|
|
6886
6886
|
*/
|
|
6887
6887
|
VoucherSubType?: string;
|
|
6888
|
+
/**
|
|
6889
|
+
* 券有效时间开始时间
|
|
6890
|
+
*/
|
|
6891
|
+
StartTimeFrom?: string;
|
|
6892
|
+
/**
|
|
6893
|
+
* 券有效时间结束时间
|
|
6894
|
+
*/
|
|
6895
|
+
StartTimeTo?: string;
|
|
6896
|
+
/**
|
|
6897
|
+
* 券失效时间开始时间
|
|
6898
|
+
*/
|
|
6899
|
+
EndTimeFrom?: string;
|
|
6900
|
+
/**
|
|
6901
|
+
* 券失效时间结束时间
|
|
6902
|
+
*/
|
|
6903
|
+
EndTimeTo?: string;
|
|
6904
|
+
/**
|
|
6905
|
+
* 发券时间开始时间
|
|
6906
|
+
*/
|
|
6907
|
+
CreateTimeFrom?: string;
|
|
6908
|
+
/**
|
|
6909
|
+
* 发券时间结束时间
|
|
6910
|
+
*/
|
|
6911
|
+
CreateTimeTo?: string;
|
|
6888
6912
|
}
|
|
6889
6913
|
/**
|
|
6890
6914
|
* 交易类型筛选列表
|
|
@@ -448,7 +448,7 @@ export interface DescribeUserSAMLConfigResponse {
|
|
|
448
448
|
*/
|
|
449
449
|
SAMLMetadata?: string;
|
|
450
450
|
/**
|
|
451
|
-
* 状态:0:未设置,
|
|
451
|
+
* 状态:0:未设置,11:已开启,2:已禁用
|
|
452
452
|
*/
|
|
453
453
|
Status?: number;
|
|
454
454
|
/**
|
|
@@ -1519,47 +1519,47 @@ export interface DescribeUserOIDCConfigResponse {
|
|
|
1519
1519
|
/**
|
|
1520
1520
|
* 身份提供商类型。 12:用户OIDC身份提供商
|
|
1521
1521
|
*/
|
|
1522
|
-
ProviderType
|
|
1522
|
+
ProviderType?: number;
|
|
1523
1523
|
/**
|
|
1524
1524
|
* 身份提供商URL
|
|
1525
1525
|
*/
|
|
1526
|
-
IdentityUrl
|
|
1526
|
+
IdentityUrl?: string;
|
|
1527
1527
|
/**
|
|
1528
1528
|
* 签名公钥
|
|
1529
1529
|
*/
|
|
1530
|
-
IdentityKey
|
|
1530
|
+
IdentityKey?: string;
|
|
1531
1531
|
/**
|
|
1532
1532
|
* 客户端id
|
|
1533
1533
|
*/
|
|
1534
|
-
ClientId
|
|
1534
|
+
ClientId?: string;
|
|
1535
1535
|
/**
|
|
1536
1536
|
* 状态:0:未设置,11:已开启,2:已禁用
|
|
1537
1537
|
*/
|
|
1538
|
-
Status
|
|
1538
|
+
Status?: number;
|
|
1539
1539
|
/**
|
|
1540
1540
|
* 授权请求Endpoint
|
|
1541
1541
|
*/
|
|
1542
|
-
AuthorizationEndpoint
|
|
1542
|
+
AuthorizationEndpoint?: string;
|
|
1543
1543
|
/**
|
|
1544
1544
|
* 授权请求Scope
|
|
1545
1545
|
*/
|
|
1546
|
-
Scope
|
|
1546
|
+
Scope?: Array<string>;
|
|
1547
1547
|
/**
|
|
1548
1548
|
* 授权请求Response type
|
|
1549
1549
|
*/
|
|
1550
|
-
ResponseType
|
|
1550
|
+
ResponseType?: string;
|
|
1551
1551
|
/**
|
|
1552
1552
|
* 授权请求Response mode
|
|
1553
1553
|
*/
|
|
1554
|
-
ResponseMode
|
|
1554
|
+
ResponseMode?: string;
|
|
1555
1555
|
/**
|
|
1556
1556
|
* 映射字段名称
|
|
1557
1557
|
*/
|
|
1558
|
-
MappingFiled
|
|
1558
|
+
MappingFiled?: string;
|
|
1559
1559
|
/**
|
|
1560
1560
|
* 描述
|
|
1561
1561
|
*/
|
|
1562
|
-
Description
|
|
1562
|
+
Description?: string;
|
|
1563
1563
|
/**
|
|
1564
1564
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1565
1565
|
*/
|
|
@@ -2154,6 +2154,14 @@ export interface CreateAICallRequest {
|
|
|
2154
2154
|
* EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so."
|
|
2155
2155
|
*/
|
|
2156
2156
|
EndFunctionDesc?: string;
|
|
2157
|
+
/**
|
|
2158
|
+
* 模型是否支持(或者开启)transfer_to_human function calling
|
|
2159
|
+
*/
|
|
2160
|
+
TransferFunctionEnable?: boolean;
|
|
2161
|
+
/**
|
|
2162
|
+
* TransferFunctionEnable为true的时候生效: 转人工配置
|
|
2163
|
+
*/
|
|
2164
|
+
TransferItems?: Array<AITransferItem>;
|
|
2157
2165
|
/**
|
|
2158
2166
|
* 用户多久没说话提示时长,最小10秒,默认10秒
|
|
2159
2167
|
*/
|
|
@@ -2248,6 +2256,10 @@ export interface CreateAICallRequest {
|
|
|
2248
2256
|
</div></div>
|
|
2249
2257
|
*/
|
|
2250
2258
|
CustomTTSConfig?: string;
|
|
2259
|
+
/**
|
|
2260
|
+
* 提示词变量
|
|
2261
|
+
*/
|
|
2262
|
+
PromptVariables?: Array<Variable>;
|
|
2251
2263
|
}
|
|
2252
2264
|
/**
|
|
2253
2265
|
* DescribeNumbers请求参数结构体
|
|
@@ -2969,6 +2981,23 @@ export interface CreateCarrierPrivilegeNumberApplicantRequest {
|
|
|
2969
2981
|
*/
|
|
2970
2982
|
Description?: string;
|
|
2971
2983
|
}
|
|
2984
|
+
/**
|
|
2985
|
+
* AI转人工配置项
|
|
2986
|
+
*/
|
|
2987
|
+
export interface AITransferItem {
|
|
2988
|
+
/**
|
|
2989
|
+
* 转人工的function calling 名称
|
|
2990
|
+
*/
|
|
2991
|
+
TransferFunctionName: string;
|
|
2992
|
+
/**
|
|
2993
|
+
* TransferFunctionEnable为true时生效;transfer_to_human function calling的desc,默认为 "Transfer to human when the user has to transfer to human (like says transfer to human) or you are instructed to do so."
|
|
2994
|
+
*/
|
|
2995
|
+
TransferFunctionDesc: string;
|
|
2996
|
+
/**
|
|
2997
|
+
* 转人工的技能组ID
|
|
2998
|
+
*/
|
|
2999
|
+
TransferSkillGroupId: number;
|
|
3000
|
+
}
|
|
2972
3001
|
/**
|
|
2973
3002
|
* 筛选条件
|
|
2974
3003
|
*/
|
|
@@ -86,9 +86,13 @@ export interface DescribeRedisTopKeyPrefixListRequest {
|
|
|
86
86
|
*/
|
|
87
87
|
Product: string;
|
|
88
88
|
/**
|
|
89
|
-
* 查询数目,默认为20,最大值为
|
|
89
|
+
* 查询数目,默认为20,最大值为500。
|
|
90
90
|
*/
|
|
91
91
|
Limit?: number;
|
|
92
|
+
/**
|
|
93
|
+
* 分片ID数组。
|
|
94
|
+
*/
|
|
95
|
+
ShardIds?: Array<number | bigint>;
|
|
92
96
|
}
|
|
93
97
|
/**
|
|
94
98
|
* 健康报告任务详情。
|
|
@@ -3788,11 +3792,11 @@ export interface DescribeRedisTopKeyPrefixListResponse {
|
|
|
3788
3792
|
/**
|
|
3789
3793
|
* top key前缀列表。
|
|
3790
3794
|
*/
|
|
3791
|
-
Items
|
|
3795
|
+
Items?: Array<RedisPreKeySpaceData>;
|
|
3792
3796
|
/**
|
|
3793
3797
|
* 采集时间戳(秒)。
|
|
3794
3798
|
*/
|
|
3795
|
-
Timestamp
|
|
3799
|
+
Timestamp?: number;
|
|
3796
3800
|
/**
|
|
3797
3801
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3798
3802
|
*/
|
|
@@ -7139,11 +7139,11 @@ export interface AllocateIpv6AddressesBandwidthResponse {
|
|
|
7139
7139
|
* 弹性公网 IPV6 的唯一 ID 列表。
|
|
7140
7140
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7141
7141
|
*/
|
|
7142
|
-
AddressSet
|
|
7142
|
+
AddressSet?: Array<string>;
|
|
7143
7143
|
/**
|
|
7144
7144
|
* 异步任务TaskId。
|
|
7145
7145
|
*/
|
|
7146
|
-
TaskId
|
|
7146
|
+
TaskId?: string;
|
|
7147
7147
|
/**
|
|
7148
7148
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7149
7149
|
*/
|