tencentcloud-sdk-nodejs 4.0.921 → 4.0.923
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 +309 -0
- package/SERVICE_CHANGELOG.md +300 -149
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -1
- package/src/services/ccc/v20200210/ccc_models.ts +10 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +32 -6
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +214 -79
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
- package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -1
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/lke/v20231130/lke_models.ts +2 -2
- package/src/services/organization/v20210331/organization_client.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +17 -17
- package/src/services/redis/v20180412/redis_models.ts +42 -40
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tmt/v20180321/tmt_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_client.ts +14 -35
- package/src/services/trtc/v20190722/trtc_models.ts +40 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +29 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +77 -23
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +9 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +12 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +208 -79
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +7 -36
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +8 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +38 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -23
- package/test/cdwdoris.v20211228.test.js +20 -0
- package/test/trtc.v20190722.test.js +10 -0
|
@@ -552,6 +552,15 @@ export interface VideoEncodeParams {
|
|
|
552
552
|
*/
|
|
553
553
|
Gop?: number;
|
|
554
554
|
}
|
|
555
|
+
/**
|
|
556
|
+
* UpdateAIConversation返回参数结构体
|
|
557
|
+
*/
|
|
558
|
+
export interface UpdateAIConversationResponse {
|
|
559
|
+
/**
|
|
560
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
561
|
+
*/
|
|
562
|
+
RequestId?: string;
|
|
563
|
+
}
|
|
555
564
|
/**
|
|
556
565
|
* DescribeUserEvent返回参数结构体
|
|
557
566
|
*/
|
|
@@ -3908,6 +3917,35 @@ export interface AbnormalExperience {
|
|
|
3908
3917
|
*/
|
|
3909
3918
|
EventTime: number;
|
|
3910
3919
|
}
|
|
3920
|
+
/**
|
|
3921
|
+
* UpdateAIConversation请求参数结构体
|
|
3922
|
+
*/
|
|
3923
|
+
export interface UpdateAIConversationRequest {
|
|
3924
|
+
/**
|
|
3925
|
+
* 唯一标识一个任务
|
|
3926
|
+
*/
|
|
3927
|
+
TaskId: string;
|
|
3928
|
+
/**
|
|
3929
|
+
* 不填写则不进行更新,机器人的欢迎语
|
|
3930
|
+
*/
|
|
3931
|
+
WelcomeMessage?: string;
|
|
3932
|
+
/**
|
|
3933
|
+
* 不填写则不进行更新。智能打断模式,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
|
|
3934
|
+
*/
|
|
3935
|
+
InterruptMode?: number;
|
|
3936
|
+
/**
|
|
3937
|
+
* 不填写则不进行更新。InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断
|
|
3938
|
+
*/
|
|
3939
|
+
InterruptSpeechDuration?: number;
|
|
3940
|
+
/**
|
|
3941
|
+
* 不填写则不进行更新,LLM配置,详情见StartAIConversation接口
|
|
3942
|
+
*/
|
|
3943
|
+
LLMConfig?: string;
|
|
3944
|
+
/**
|
|
3945
|
+
* 不填写则不进行更新,TTS配置,详情见StartAIConversation接口
|
|
3946
|
+
*/
|
|
3947
|
+
TTSConfig?: string;
|
|
3948
|
+
}
|
|
3911
3949
|
/**
|
|
3912
3950
|
* 房间信息列表
|
|
3913
3951
|
*/
|
|
@@ -2290,6 +2290,26 @@ export interface DescribeZookeeperReplicasRequest {
|
|
|
2290
2290
|
*/
|
|
2291
2291
|
Offset?: number;
|
|
2292
2292
|
}
|
|
2293
|
+
/**
|
|
2294
|
+
* 新增Location字段,展示zone/region/campus
|
|
2295
|
+
*/
|
|
2296
|
+
export interface Location {
|
|
2297
|
+
/**
|
|
2298
|
+
* 大区
|
|
2299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2300
|
+
*/
|
|
2301
|
+
Region?: string;
|
|
2302
|
+
/**
|
|
2303
|
+
* 可用区
|
|
2304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2305
|
+
*/
|
|
2306
|
+
Zone?: string;
|
|
2307
|
+
/**
|
|
2308
|
+
* 机房
|
|
2309
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2310
|
+
*/
|
|
2311
|
+
Campus?: string;
|
|
2312
|
+
}
|
|
2293
2313
|
/**
|
|
2294
2314
|
* DeleteGovernanceInstances返回参数结构体
|
|
2295
2315
|
*/
|
|
@@ -3046,6 +3066,10 @@ export interface DescribeGovernanceInstancesResponse {
|
|
|
3046
3066
|
* 服务里实例列表。
|
|
3047
3067
|
*/
|
|
3048
3068
|
Content?: Array<GovernanceInstance>;
|
|
3069
|
+
/**
|
|
3070
|
+
* 地域
|
|
3071
|
+
*/
|
|
3072
|
+
Location?: Location;
|
|
3049
3073
|
/**
|
|
3050
3074
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3051
3075
|
*/
|
|
@@ -5717,6 +5741,10 @@ export interface DescribeGovernanceInstancesRequest {
|
|
|
5717
5741
|
* 返回数量,默认为20,最大值为100。
|
|
5718
5742
|
*/
|
|
5719
5743
|
Limit?: number;
|
|
5744
|
+
/**
|
|
5745
|
+
* 地域
|
|
5746
|
+
*/
|
|
5747
|
+
Location?: Location;
|
|
5720
5748
|
}
|
|
5721
5749
|
/**
|
|
5722
5750
|
* DescribeCloudNativeAPIGatewayRouteRateLimit返回参数结构体
|
|
@@ -175,7 +175,7 @@ export interface CreateTtsTaskRequest {
|
|
|
175
175
|
*/
|
|
176
176
|
VoiceoverDialogueSplit?: boolean;
|
|
177
177
|
/**
|
|
178
|
-
* 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)
|
|
178
|
+
* 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、sajiao(撒娇)、disgusted(厌恶)、amaze(震惊)、peaceful(平静)、exciting(兴奋)、aojiao(傲娇)、jieshuo(解说)
|
|
179
179
|
*/
|
|
180
180
|
EmotionCategory?: string;
|
|
181
181
|
/**
|
|
@@ -241,7 +241,7 @@ export interface TextToVoiceRequest {
|
|
|
241
241
|
*/
|
|
242
242
|
SegmentRate?: number;
|
|
243
243
|
/**
|
|
244
|
-
* 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)
|
|
244
|
+
* 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、sajiao(撒娇)、disgusted(厌恶)、amaze(震惊)、peaceful(平静)、exciting(兴奋)、aojiao(傲娇)、jieshuo(解说)
|
|
245
245
|
示例值:neutral
|
|
246
246
|
*/
|
|
247
247
|
EmotionCategory?: string;
|
|
@@ -268,6 +268,10 @@ export interface SubmitImageAnimateJobRequest {
|
|
|
268
268
|
* 结果视频是否保留模板音频。默认为true
|
|
269
269
|
*/
|
|
270
270
|
EnableAudio?: boolean;
|
|
271
|
+
/**
|
|
272
|
+
* 是否检测输入图人体12个身体部位(头部、颈部、右肩、右肘、右腕、左肩、左肘、左腕、右髋、左髋,、左膝、右膝)。默认不检测。
|
|
273
|
+
*/
|
|
274
|
+
EnableBodyJoins?: boolean;
|
|
271
275
|
}
|
|
272
276
|
/**
|
|
273
277
|
* DescribeImageAnimateJob请求参数结构体
|
|
@@ -19828,7 +19828,7 @@ export interface RoundPlayFilePlayInfo {
|
|
|
19828
19828
|
*/
|
|
19829
19829
|
Duration?: number;
|
|
19830
19830
|
/**
|
|
19831
|
-
*
|
|
19831
|
+
* 播放进度,单位为秒。
|
|
19832
19832
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
19833
19833
|
*/
|
|
19834
19834
|
Progress?: number;
|
|
@@ -599,15 +599,15 @@ export interface ServiceTemplateGroup {
|
|
|
599
599
|
/**
|
|
600
600
|
* 协议端口模板集合实例ID,例如:ppmg-2klmrefu。
|
|
601
601
|
*/
|
|
602
|
-
ServiceTemplateGroupId
|
|
602
|
+
ServiceTemplateGroupId?: string;
|
|
603
603
|
/**
|
|
604
604
|
* 协议端口模板集合名称。
|
|
605
605
|
*/
|
|
606
|
-
ServiceTemplateGroupName
|
|
606
|
+
ServiceTemplateGroupName?: string;
|
|
607
607
|
/**
|
|
608
608
|
* 协议端口模板实例ID。
|
|
609
609
|
*/
|
|
610
|
-
ServiceTemplateIdSet
|
|
610
|
+
ServiceTemplateIdSet?: Array<string>;
|
|
611
611
|
/**
|
|
612
612
|
* 创建时间。
|
|
613
613
|
*/
|
|
@@ -615,7 +615,12 @@ export interface ServiceTemplateGroup {
|
|
|
615
615
|
/**
|
|
616
616
|
* 协议端口模板实例信息。
|
|
617
617
|
*/
|
|
618
|
-
ServiceTemplateSet
|
|
618
|
+
ServiceTemplateSet?: Array<ServiceTemplate>;
|
|
619
|
+
/**
|
|
620
|
+
* 标签键值对。
|
|
621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
622
|
+
*/
|
|
623
|
+
TagSet?: Array<Tag>;
|
|
619
624
|
}
|
|
620
625
|
/**
|
|
621
626
|
* CreateDhcpIp返回参数结构体
|
|
@@ -1193,15 +1198,15 @@ export interface AddressTemplate {
|
|
|
1193
1198
|
/**
|
|
1194
1199
|
* IP地址模板名称。
|
|
1195
1200
|
*/
|
|
1196
|
-
AddressTemplateName
|
|
1201
|
+
AddressTemplateName?: string;
|
|
1197
1202
|
/**
|
|
1198
1203
|
* IP地址模板实例唯一ID。
|
|
1199
1204
|
*/
|
|
1200
|
-
AddressTemplateId
|
|
1205
|
+
AddressTemplateId?: string;
|
|
1201
1206
|
/**
|
|
1202
1207
|
* IP地址信息。
|
|
1203
1208
|
*/
|
|
1204
|
-
AddressSet
|
|
1209
|
+
AddressSet?: Array<string>;
|
|
1205
1210
|
/**
|
|
1206
1211
|
* 创建时间。
|
|
1207
1212
|
*/
|
|
@@ -1209,7 +1214,12 @@ export interface AddressTemplate {
|
|
|
1209
1214
|
/**
|
|
1210
1215
|
* 带备注的IP地址信息。
|
|
1211
1216
|
*/
|
|
1212
|
-
AddressExtraSet
|
|
1217
|
+
AddressExtraSet?: Array<AddressInfo>;
|
|
1218
|
+
/**
|
|
1219
|
+
* 标签键值对。
|
|
1220
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1221
|
+
*/
|
|
1222
|
+
TagSet?: Array<Tag>;
|
|
1213
1223
|
}
|
|
1214
1224
|
/**
|
|
1215
1225
|
* DeleteHaVip返回参数结构体
|
|
@@ -2023,15 +2033,15 @@ export interface ServiceTemplate {
|
|
|
2023
2033
|
/**
|
|
2024
2034
|
* 协议端口实例ID,例如:ppm-f5n1f8da。
|
|
2025
2035
|
*/
|
|
2026
|
-
ServiceTemplateId
|
|
2036
|
+
ServiceTemplateId?: string;
|
|
2027
2037
|
/**
|
|
2028
2038
|
* 模板名称。
|
|
2029
2039
|
*/
|
|
2030
|
-
ServiceTemplateName
|
|
2040
|
+
ServiceTemplateName?: string;
|
|
2031
2041
|
/**
|
|
2032
2042
|
* 协议端口信息。
|
|
2033
2043
|
*/
|
|
2034
|
-
ServiceSet
|
|
2044
|
+
ServiceSet?: Array<string>;
|
|
2035
2045
|
/**
|
|
2036
2046
|
* 创建时间。
|
|
2037
2047
|
*/
|
|
@@ -2039,7 +2049,12 @@ export interface ServiceTemplate {
|
|
|
2039
2049
|
/**
|
|
2040
2050
|
* 带备注的协议端口信息。
|
|
2041
2051
|
*/
|
|
2042
|
-
ServiceExtraSet
|
|
2052
|
+
ServiceExtraSet?: Array<ServicesInfo>;
|
|
2053
|
+
/**
|
|
2054
|
+
* 标签键值对。
|
|
2055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2056
|
+
*/
|
|
2057
|
+
TagSet?: Array<Tag>;
|
|
2043
2058
|
}
|
|
2044
2059
|
/**
|
|
2045
2060
|
* DescribeCcnAttachedInstances请求参数结构体
|
|
@@ -6199,6 +6214,11 @@ export interface NetDetect {
|
|
|
6199
6214
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6200
6215
|
*/
|
|
6201
6216
|
CreateTime?: string;
|
|
6217
|
+
/**
|
|
6218
|
+
* 标签键值对。
|
|
6219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6220
|
+
*/
|
|
6221
|
+
TagSet?: Array<Tag>;
|
|
6202
6222
|
}
|
|
6203
6223
|
/**
|
|
6204
6224
|
* 修改VPN状态参数
|
|
@@ -7570,6 +7590,11 @@ export interface EndPoint {
|
|
|
7570
7590
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7571
7591
|
*/
|
|
7572
7592
|
ServiceName?: string;
|
|
7593
|
+
/**
|
|
7594
|
+
* 标签键值对。
|
|
7595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7596
|
+
*/
|
|
7597
|
+
TagSet?: Array<Tag>;
|
|
7573
7598
|
}
|
|
7574
7599
|
/**
|
|
7575
7600
|
* RemoveIp6Rules返回参数结构体
|
|
@@ -7896,6 +7921,11 @@ export interface EndPointService {
|
|
|
7896
7921
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7897
7922
|
*/
|
|
7898
7923
|
BusinessIpType?: number;
|
|
7924
|
+
/**
|
|
7925
|
+
* 标签键值对。
|
|
7926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7927
|
+
*/
|
|
7928
|
+
TagSet?: Array<Tag>;
|
|
7899
7929
|
}
|
|
7900
7930
|
/**
|
|
7901
7931
|
* DescribeVpcResourceDashboard返回参数结构体
|
|
@@ -8715,15 +8745,15 @@ export interface AddressTemplateGroup {
|
|
|
8715
8745
|
/**
|
|
8716
8746
|
* IP地址模板集合名称。
|
|
8717
8747
|
*/
|
|
8718
|
-
AddressTemplateGroupName
|
|
8748
|
+
AddressTemplateGroupName?: string;
|
|
8719
8749
|
/**
|
|
8720
8750
|
* IP地址模板集合实例ID,例如:ipmg-dih8xdbq。
|
|
8721
8751
|
*/
|
|
8722
|
-
AddressTemplateGroupId
|
|
8752
|
+
AddressTemplateGroupId?: string;
|
|
8723
8753
|
/**
|
|
8724
8754
|
* IP地址模板ID。
|
|
8725
8755
|
*/
|
|
8726
|
-
AddressTemplateIdSet
|
|
8756
|
+
AddressTemplateIdSet?: Array<string>;
|
|
8727
8757
|
/**
|
|
8728
8758
|
* 创建时间。
|
|
8729
8759
|
*/
|
|
@@ -8731,7 +8761,12 @@ export interface AddressTemplateGroup {
|
|
|
8731
8761
|
/**
|
|
8732
8762
|
* IP地址模板实例。
|
|
8733
8763
|
*/
|
|
8734
|
-
AddressTemplateSet
|
|
8764
|
+
AddressTemplateSet?: Array<AddressTemplateItem>;
|
|
8765
|
+
/**
|
|
8766
|
+
* 标签键值对。
|
|
8767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8768
|
+
*/
|
|
8769
|
+
TagSet?: Array<Tag>;
|
|
8735
8770
|
}
|
|
8736
8771
|
/**
|
|
8737
8772
|
* DownloadCustomerGatewayConfiguration请求参数结构体
|
|
@@ -8828,6 +8863,11 @@ export interface HaVip {
|
|
|
8828
8863
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8829
8864
|
*/
|
|
8830
8865
|
FlushedTime?: string;
|
|
8866
|
+
/**
|
|
8867
|
+
* 标签键值对。
|
|
8868
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8869
|
+
*/
|
|
8870
|
+
TagSet?: Array<Tag>;
|
|
8831
8871
|
}
|
|
8832
8872
|
/**
|
|
8833
8873
|
* DeleteTemplateMember请求参数结构体
|
|
@@ -8862,27 +8902,36 @@ export interface LocalGateway {
|
|
|
8862
8902
|
/**
|
|
8863
8903
|
* CDC实例ID
|
|
8864
8904
|
*/
|
|
8865
|
-
CdcId
|
|
8905
|
+
CdcId?: string;
|
|
8866
8906
|
/**
|
|
8867
8907
|
* VPC实例ID
|
|
8868
8908
|
*/
|
|
8869
|
-
VpcId
|
|
8909
|
+
VpcId?: string;
|
|
8870
8910
|
/**
|
|
8871
|
-
* 本地网关实例ID
|
|
8911
|
+
* 本地网关实例ID(计划弃用)
|
|
8872
8912
|
*/
|
|
8873
|
-
UniqLocalGwId
|
|
8913
|
+
UniqLocalGwId?: string;
|
|
8874
8914
|
/**
|
|
8875
8915
|
* 本地网关名称
|
|
8876
8916
|
*/
|
|
8877
|
-
LocalGatewayName
|
|
8917
|
+
LocalGatewayName?: string;
|
|
8878
8918
|
/**
|
|
8879
8919
|
* 本地网关IP地址
|
|
8880
8920
|
*/
|
|
8881
|
-
LocalGwIp
|
|
8921
|
+
LocalGwIp?: string;
|
|
8882
8922
|
/**
|
|
8883
8923
|
* 本地网关创建时间
|
|
8884
8924
|
*/
|
|
8885
|
-
CreateTime
|
|
8925
|
+
CreateTime?: string;
|
|
8926
|
+
/**
|
|
8927
|
+
* 标签键值对。
|
|
8928
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8929
|
+
*/
|
|
8930
|
+
TagSet?: Array<Tag>;
|
|
8931
|
+
/**
|
|
8932
|
+
* 本地网关实例ID(计划起用)
|
|
8933
|
+
*/
|
|
8934
|
+
LocalGatewayId?: string;
|
|
8886
8935
|
}
|
|
8887
8936
|
/**
|
|
8888
8937
|
* RejectAttachCcnInstances返回参数结构体
|
|
@@ -11858,6 +11907,11 @@ export interface SnapshotPolicy {
|
|
|
11858
11907
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11859
11908
|
*/
|
|
11860
11909
|
CreateTime?: string;
|
|
11910
|
+
/**
|
|
11911
|
+
* 标签键值对。
|
|
11912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11913
|
+
*/
|
|
11914
|
+
TagSet?: Array<Tag>;
|
|
11861
11915
|
}
|
|
11862
11916
|
/**
|
|
11863
11917
|
* UnassignPrivateIpAddresses返回参数结构体
|
|
@@ -308,6 +308,16 @@ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("cdwdoris.v20211228.ModifyClusterConfigs", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.ModifyClusterConfigs({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
311
321
|
it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.ModifySecurityGroups({})
|
|
@@ -388,6 +398,16 @@ it("cdwdoris.v20211228.ModifyCoolDownPolicy", async function () {
|
|
|
388
398
|
}
|
|
389
399
|
})
|
|
390
400
|
|
|
401
|
+
it("cdwdoris.v20211228.ActionAlterUser", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.ActionAlterUser({})
|
|
404
|
+
expect(data).to.be.ok
|
|
405
|
+
} catch(error) {
|
|
406
|
+
expect(error.requestId).to.be.ok
|
|
407
|
+
expect(error.code).to.be.ok
|
|
408
|
+
}
|
|
409
|
+
})
|
|
410
|
+
|
|
391
411
|
it("cdwdoris.v20211228.DescribeSqlApis", async function () {
|
|
392
412
|
try {
|
|
393
413
|
const data = await client.DescribeSqlApis({})
|
|
@@ -28,6 +28,16 @@ it("trtc.v20190722.DescribeRoomInfo", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("trtc.v20190722.UpdateAIConversation", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.UpdateAIConversation({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
it("trtc.v20190722.DescribeTrtcUsage", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DescribeTrtcUsage({})
|