tencentcloud-sdk-nodejs 4.0.646 → 4.0.648
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 +384 -0
- package/SERVICE_CHANGELOG.md +814 -684
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +3 -0
- package/src/services/cbs/v20170312/cbs_client.ts +20 -51
- package/src/services/cbs/v20170312/cbs_models.ts +16 -165
- package/src/services/cdb/v20170320/cdb_client.ts +4 -84
- package/src/services/cdb/v20170320/cdb_models.ts +41 -568
- package/src/services/cdn/v20180606/cdn_models.ts +3 -3
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +4 -0
- package/src/services/cme/v20191029/cme_models.ts +4 -0
- package/src/services/domain/v20180808/domain_client.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +40 -20
- package/src/services/ess/v20201111/ess_client.ts +6 -5
- package/src/services/ess/v20201111/ess_models.ts +63 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
- package/src/services/faceid/v20180301/faceid_models.ts +31 -26
- package/src/services/gme/v20180711/gme_models.ts +1 -1
- package/src/services/iai/v20180301/iai_models.ts +20 -20
- package/src/services/lcic/v20220817/lcic_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_models.ts +8 -8
- package/src/services/partners/v20180321/partners_client.ts +1 -0
- package/src/services/partners/v20180321/partners_models.ts +49 -28
- package/src/services/postgres/v20170312/postgres_client.ts +4 -2
- package/src/services/postgres/v20170312/postgres_models.ts +237 -149
- package/src/services/tdid/v20210519/tdid_client.ts +25 -100
- package/src/services/tdid/v20210519/tdid_models.ts +64 -323
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tiw/v20190919/tiw_client.ts +17 -5
- package/src/services/tiw/v20190919/tiw_models.ts +120 -65
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +2 -2
- package/src/services/vpc/v20170312/vpc_models.ts +7 -7
- package/src/services/waf/v20180125/waf_models.ts +8 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +10 -23
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +11 -28
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +16 -159
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -31
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -40
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -548
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +3 -3
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +4 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +38 -20
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +63 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +31 -26
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +1 -1
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +20 -20
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +12 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +48 -28
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +237 -149
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +9 -40
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +11 -52
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +63 -308
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +5 -1
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +6 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +118 -65
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -7
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +8 -7
- package/test/cbs.v20170312.test.js +4 -24
- package/test/cdb.v20170320.test.js +0 -50
- package/test/domain.v20180808.test.js +10 -0
- package/test/tdid.v20210519.test.js +6 -56
- package/test/tiw.v20190919.test.js +10 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeOfflineRecordCallbackRequest, StopOnlineRecordResponse, SetVideoGenerationTaskCallbackKeyRequest, DescribeTIWRoomDailyUsageRequest, DescribeWhiteboardPushRequest, DescribeWhiteboardPushSearchResponse, ResumeOnlineRecordResponse, DescribeWhiteboardApplicationConfigResponse, CreateSnapshotTaskResponse, DescribeOfflineRecordResponse, ModifyApplicationResponse, SetPPTCheckCallbackKeyResponse, CreateTranscodeResponse, DescribeUserResourcesResponse, DescribePPTCheckResponse, CreateApplicationRequest, ModifyWhiteboardBucketConfigRequest, SetOnlineRecordCallbackKeyResponse, DescribeRecordSearchResponse, DescribeAPIServiceRequest, DescribeQualityMetricsRequest, CreateVideoGenerationTaskRequest, DescribeTranscodeCallbackRequest, DescribeTranscodeSearchResponse, ResumeOnlineRecordRequest, SetWhiteboardPushCallbackKeyResponse, DescribeRoomListRequest, SetWhiteboardPushCallbackResponse, ApplyTiwTrialResponse, PauseOnlineRecordRequest, DescribeRunningTasksResponse,
|
|
3
|
+
import { DescribeOfflineRecordCallbackRequest, StopOnlineRecordResponse, SetVideoGenerationTaskCallbackKeyRequest, DescribeTIWRoomDailyUsageRequest, DescribeWhiteboardPushRequest, DescribeWhiteboardPushSearchResponse, ResumeOnlineRecordResponse, DescribeWhiteboardApplicationConfigResponse, CreateSnapshotTaskResponse, DescribeOfflineRecordResponse, ModifyApplicationResponse, SetPPTCheckCallbackKeyResponse, CreateTranscodeResponse, DescribeUserResourcesResponse, DescribePPTCheckResponse, CreateApplicationRequest, ModifyWhiteboardBucketConfigRequest, SetOnlineRecordCallbackKeyResponse, DescribeRecordSearchResponse, DescribeAPIServiceRequest, DescribeQualityMetricsRequest, CreateVideoGenerationTaskRequest, DescribeTranscodeCallbackRequest, DescribeTranscodeSearchResponse, ResumeOnlineRecordRequest, SetWhiteboardPushCallbackKeyResponse, DescribeRoomListRequest, SetWhiteboardPushCallbackResponse, ApplyTiwTrialResponse, PauseOnlineRecordRequest, DescribeRunningTasksResponse, DescribeWhiteboardPushResponse, DescribeAPIServiceResponse, DescribeWarningCallbackResponse, DescribeWhiteboardBucketConfigRequest, DescribeUsageSummaryResponse, DescribeRunningTasksRequest, DescribeApplicationUsageRequest, DescribeOfflineRecordCallbackResponse, SetWarningCallbackResponse, CreateOfflineRecordResponse, SetVideoGenerationTaskCallbackKeyResponse, DescribeVideoGenerationTaskResponse, SetPPTCheckCallbackKeyRequest, DescribeVideoGenerationTaskRequest, DescribeWhiteboardPushCallbackRequest, DescribeOnlineRecordResponse, DescribeTranscodeRequest, DescribeBoardSDKLogResponse, SetOnlineRecordCallbackResponse, DescribePPTCheckCallbackResponse, DescribeTranscodeCallbackResponse, DescribeUserListResponse, ModifyAutoRenewFlagResponse, DescribeApplicationInfosResponse, DescribeTIWDailyUsageRequest, DescribeWhiteboardBucketConfigResponse, DescribeBoardSDKLogRequest, DescribeVideoGenerationTaskCallbackRequest, SetVideoGenerationTaskCallbackRequest, SetWhiteboardPushCallbackKeyRequest, DescribeTranscodeSearchRequest, ApplyTiwTrialRequest, StartWhiteboardPushRequest, CreateOfflineRecordRequest, DescribeVideoGenerationTaskCallbackResponse, ModifyWhiteboardApplicationConfigRequest, DescribeSnapshotTaskRequest, StartOnlineRecordRequest, DescribeUserStatusRequest, DescribeOnlineRecordCallbackRequest, DescribeWarningCallbackRequest, SetTranscodeCallbackResponse, StopOnlineRecordRequest, SetOfflineRecordCallbackRequest, SetVideoGenerationTaskCallbackResponse, DescribeTranscodeByUrlResponse, CreatePPTCheckTaskRequest, SetWhiteboardPushCallbackRequest, DescribeTIWDailyUsageResponse, DescribeWhiteboardApplicationConfigRequest, CreateVideoGenerationTaskResponse, DescribePPTCheckCallbackRequest, PauseOnlineRecordResponse, ModifyWhiteboardApplicationConfigResponse, CreateSnapshotTaskRequest, DescribeTranscodeResponse, SetOnlineRecordCallbackKeyRequest, ModifyApplicationRequest, DescribeOnlineRecordCallbackResponse, SetOfflineRecordCallbackResponse, DescribeQualityMetricsResponse, DescribeIMApplicationsResponse, SetOnlineRecordCallbackRequest, DescribeUserListRequest, DescribeUserResourcesRequest, SetPPTCheckCallbackResponse, DescribeOnlineRecordRequest, StopWhiteboardPushResponse, DescribeTranscodeByUrlRequest, SetWarningCallbackRequest, DescribePostpaidUsageRequest, DescribeRoomListResponse, DescribeIMApplicationsRequest, ModifyAutoRenewFlagRequest, DescribeSnapshotTaskResponse, DescribeUserStatusResponse, DescribeTIWRoomDailyUsageResponse, DescribeWhiteboardPushCallbackResponse, DescribeApplicationInfosRequest, DescribeWhiteboardPushSearchRequest, SetTranscodeCallbackKeyResponse, SetPPTCheckCallbackRequest, DescribeApplicationUsageResponse, StartOnlineRecordResponse, DescribeUsageSummaryRequest, CreatePPTCheckTaskResponse, ModifyWhiteboardBucketConfigResponse, CreateTranscodeRequest, SetTranscodeCallbackKeyRequest, SetTranscodeCallbackRequest, DescribePostpaidUsageResponse, StartWhiteboardPushResponse, CreateApplicationResponse, StopWhiteboardPushRequest, DescribeOfflineRecordRequest, DescribeRecordSearchRequest, DescribePPTCheckRequest } from "./tiw_models";
|
|
4
4
|
/**
|
|
5
5
|
* tiw client
|
|
6
6
|
* @class
|
|
@@ -94,6 +94,10 @@ export declare class Client extends AbstractClient {
|
|
|
94
94
|
* 设置PPT检测任务回调地址,回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40260#c9cbe05f-fe1a-4410-b4dc-40cc301c7b81
|
|
95
95
|
*/
|
|
96
96
|
SetPPTCheckCallback(req: SetPPTCheckCallbackRequest, cb?: (error: string, rep: SetPPTCheckCallbackResponse) => void): Promise<SetPPTCheckCallbackResponse>;
|
|
97
|
+
/**
|
|
98
|
+
* 通过文档URL查询转码任务,返回最近的一次转码结果
|
|
99
|
+
*/
|
|
100
|
+
DescribeTranscodeByUrl(req: DescribeTranscodeByUrlRequest, cb?: (error: string, rep: DescribeTranscodeByUrlResponse) => void): Promise<DescribeTranscodeByUrlResponse>;
|
|
97
101
|
/**
|
|
98
102
|
* 查询录制视频生成回调地址
|
|
99
103
|
*/
|
|
@@ -156,6 +156,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
156
156
|
async SetPPTCheckCallback(req, cb) {
|
|
157
157
|
return this.request("SetPPTCheckCallback", req, cb);
|
|
158
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* 通过文档URL查询转码任务,返回最近的一次转码结果
|
|
161
|
+
*/
|
|
162
|
+
async DescribeTranscodeByUrl(req, cb) {
|
|
163
|
+
return this.request("DescribeTranscodeByUrl", req, cb);
|
|
164
|
+
}
|
|
159
165
|
/**
|
|
160
166
|
* 查询录制视频生成回调地址
|
|
161
167
|
*/
|
|
@@ -719,13 +719,60 @@ export interface DescribeRunningTasksResponse {
|
|
|
719
719
|
RequestId?: string;
|
|
720
720
|
}
|
|
721
721
|
/**
|
|
722
|
-
*
|
|
722
|
+
* DescribeWhiteboardPush返回参数结构体
|
|
723
723
|
*/
|
|
724
|
-
export interface
|
|
724
|
+
export interface DescribeWhiteboardPushResponse {
|
|
725
725
|
/**
|
|
726
|
-
*
|
|
726
|
+
* 推流结束原因,
|
|
727
|
+
- AUTO: 房间内长时间没有音视频上行及白板操作导致自动停止推流
|
|
728
|
+
- USER_CALL: 主动调用了停止推流接口
|
|
729
|
+
- EXCEPTION: 推流异常结束
|
|
727
730
|
*/
|
|
728
|
-
|
|
731
|
+
FinishReason?: string;
|
|
732
|
+
/**
|
|
733
|
+
* 需要查询结果的白板推流任务Id
|
|
734
|
+
*/
|
|
735
|
+
TaskId?: string;
|
|
736
|
+
/**
|
|
737
|
+
* 推流任务状态
|
|
738
|
+
- PREPARED: 表示推流正在准备中(进房/启动推流服务等操作)
|
|
739
|
+
- PUSHING: 表示推流已开始
|
|
740
|
+
- STOPPED: 表示推流已停止
|
|
741
|
+
*/
|
|
742
|
+
Status?: string;
|
|
743
|
+
/**
|
|
744
|
+
* 房间号
|
|
745
|
+
*/
|
|
746
|
+
RoomId?: number;
|
|
747
|
+
/**
|
|
748
|
+
* 白板的群组 Id
|
|
749
|
+
*/
|
|
750
|
+
GroupId?: string;
|
|
751
|
+
/**
|
|
752
|
+
* 推流用户Id
|
|
753
|
+
*/
|
|
754
|
+
PushUserId?: string;
|
|
755
|
+
/**
|
|
756
|
+
* 实际开始推流时间,Unix 时间戳,单位秒
|
|
757
|
+
*/
|
|
758
|
+
PushStartTime?: number;
|
|
759
|
+
/**
|
|
760
|
+
* 实际停止推流时间,Unix 时间戳,单位秒
|
|
761
|
+
*/
|
|
762
|
+
PushStopTime?: number;
|
|
763
|
+
/**
|
|
764
|
+
* 推流过程中出现异常的次数
|
|
765
|
+
*/
|
|
766
|
+
ExceptionCnt?: number;
|
|
767
|
+
/**
|
|
768
|
+
* 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
|
|
769
|
+
*/
|
|
770
|
+
IMSyncTime?: number;
|
|
771
|
+
/**
|
|
772
|
+
* 备份推流任务结果信息
|
|
773
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
774
|
+
*/
|
|
775
|
+
Backup?: string;
|
|
729
776
|
/**
|
|
730
777
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
731
778
|
*/
|
|
@@ -1852,13 +1899,13 @@ export interface RecordTaskSearchResult {
|
|
|
1852
1899
|
Result: RecordTaskResult;
|
|
1853
1900
|
}
|
|
1854
1901
|
/**
|
|
1855
|
-
*
|
|
1902
|
+
* DescribeWarningCallback请求参数结构体
|
|
1856
1903
|
*/
|
|
1857
|
-
export interface
|
|
1904
|
+
export interface DescribeWarningCallbackRequest {
|
|
1858
1905
|
/**
|
|
1859
|
-
*
|
|
1906
|
+
* 应用的SdkAppId
|
|
1860
1907
|
*/
|
|
1861
|
-
|
|
1908
|
+
SdkAppId: number;
|
|
1862
1909
|
}
|
|
1863
1910
|
/**
|
|
1864
1911
|
* SetTranscodeCallback返回参数结构体
|
|
@@ -1926,13 +1973,29 @@ export interface ApplicationItem {
|
|
|
1926
1973
|
TagList: Array<Tag>;
|
|
1927
1974
|
}
|
|
1928
1975
|
/**
|
|
1929
|
-
*
|
|
1976
|
+
* DescribeTranscodeByUrl返回参数结构体
|
|
1930
1977
|
*/
|
|
1931
|
-
export interface
|
|
1978
|
+
export interface DescribeTranscodeByUrlResponse {
|
|
1932
1979
|
/**
|
|
1933
|
-
*
|
|
1980
|
+
* 转码的当前进度,取值范围为0~100
|
|
1934
1981
|
*/
|
|
1935
|
-
|
|
1982
|
+
Progress?: number;
|
|
1983
|
+
/**
|
|
1984
|
+
* 任务的当前状态
|
|
1985
|
+
- QUEUED: 正在排队等待转换
|
|
1986
|
+
- PROCESSING: 转换中
|
|
1987
|
+
- FINISHED: 转换完成
|
|
1988
|
+
- EXCEPTION: 转换异常
|
|
1989
|
+
*/
|
|
1990
|
+
Status?: string;
|
|
1991
|
+
/**
|
|
1992
|
+
* 转码任务的唯一标识Id
|
|
1993
|
+
*/
|
|
1994
|
+
TaskId?: string;
|
|
1995
|
+
/**
|
|
1996
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1997
|
+
*/
|
|
1998
|
+
RequestId?: string;
|
|
1936
1999
|
}
|
|
1937
2000
|
/**
|
|
1938
2001
|
* CreatePPTCheckTask请求参数结构体
|
|
@@ -2117,9 +2180,9 @@ export interface PauseOnlineRecordResponse {
|
|
|
2117
2180
|
RequestId?: string;
|
|
2118
2181
|
}
|
|
2119
2182
|
/**
|
|
2120
|
-
*
|
|
2183
|
+
* ModifyWhiteboardApplicationConfig返回参数结构体
|
|
2121
2184
|
*/
|
|
2122
|
-
export interface
|
|
2185
|
+
export interface ModifyWhiteboardApplicationConfigResponse {
|
|
2123
2186
|
/**
|
|
2124
2187
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2125
2188
|
*/
|
|
@@ -2223,6 +2286,21 @@ export interface DescribeTranscodeResponse {
|
|
|
2223
2286
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2224
2287
|
*/
|
|
2225
2288
|
Ext?: string;
|
|
2289
|
+
/**
|
|
2290
|
+
* 文档转码任务创建时间,单位s
|
|
2291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2292
|
+
*/
|
|
2293
|
+
CreateTime?: number;
|
|
2294
|
+
/**
|
|
2295
|
+
* 文档转码任务分配时间,单位s
|
|
2296
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2297
|
+
*/
|
|
2298
|
+
AssignTime?: number;
|
|
2299
|
+
/**
|
|
2300
|
+
* 文档转码任务完成时间,单位s
|
|
2301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2302
|
+
*/
|
|
2303
|
+
FinishedTime?: number;
|
|
2226
2304
|
/**
|
|
2227
2305
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2228
2306
|
*/
|
|
@@ -2468,6 +2546,19 @@ export interface StopWhiteboardPushResponse {
|
|
|
2468
2546
|
*/
|
|
2469
2547
|
RequestId?: string;
|
|
2470
2548
|
}
|
|
2549
|
+
/**
|
|
2550
|
+
* DescribeTranscodeByUrl请求参数结构体
|
|
2551
|
+
*/
|
|
2552
|
+
export interface DescribeTranscodeByUrlRequest {
|
|
2553
|
+
/**
|
|
2554
|
+
* 客户的SdkAppId
|
|
2555
|
+
*/
|
|
2556
|
+
SdkAppId: number;
|
|
2557
|
+
/**
|
|
2558
|
+
* 经过URL编码后的转码文件地址。URL 编码会将字符转换为可通过因特网传输的格式,比如文档地址为http://example.com/测试.pdf,经过URL编码之后为http://example.com/%E6%B5%8B%E8%AF%95.pdf。为了提高URL解析的成功率,请对URL进行编码。
|
|
2559
|
+
*/
|
|
2560
|
+
Url: string;
|
|
2561
|
+
}
|
|
2471
2562
|
/**
|
|
2472
2563
|
* SetWarningCallback请求参数结构体
|
|
2473
2564
|
*/
|
|
@@ -2837,60 +2928,13 @@ export interface SetPPTCheckCallbackRequest {
|
|
|
2837
2928
|
Callback: string;
|
|
2838
2929
|
}
|
|
2839
2930
|
/**
|
|
2840
|
-
*
|
|
2931
|
+
* DescribeApplicationUsage返回参数结构体
|
|
2841
2932
|
*/
|
|
2842
|
-
export interface
|
|
2843
|
-
/**
|
|
2844
|
-
* 推流结束原因,
|
|
2845
|
-
- AUTO: 房间内长时间没有音视频上行及白板操作导致自动停止推流
|
|
2846
|
-
- USER_CALL: 主动调用了停止推流接口
|
|
2847
|
-
- EXCEPTION: 推流异常结束
|
|
2848
|
-
*/
|
|
2849
|
-
FinishReason?: string;
|
|
2850
|
-
/**
|
|
2851
|
-
* 需要查询结果的白板推流任务Id
|
|
2852
|
-
*/
|
|
2853
|
-
TaskId?: string;
|
|
2854
|
-
/**
|
|
2855
|
-
* 推流任务状态
|
|
2856
|
-
- PREPARED: 表示推流正在准备中(进房/启动推流服务等操作)
|
|
2857
|
-
- PUSHING: 表示推流已开始
|
|
2858
|
-
- STOPPED: 表示推流已停止
|
|
2859
|
-
*/
|
|
2860
|
-
Status?: string;
|
|
2861
|
-
/**
|
|
2862
|
-
* 房间号
|
|
2863
|
-
*/
|
|
2864
|
-
RoomId?: number;
|
|
2865
|
-
/**
|
|
2866
|
-
* 白板的群组 Id
|
|
2867
|
-
*/
|
|
2868
|
-
GroupId?: string;
|
|
2869
|
-
/**
|
|
2870
|
-
* 推流用户Id
|
|
2871
|
-
*/
|
|
2872
|
-
PushUserId?: string;
|
|
2873
|
-
/**
|
|
2874
|
-
* 实际开始推流时间,Unix 时间戳,单位秒
|
|
2875
|
-
*/
|
|
2876
|
-
PushStartTime?: number;
|
|
2877
|
-
/**
|
|
2878
|
-
* 实际停止推流时间,Unix 时间戳,单位秒
|
|
2879
|
-
*/
|
|
2880
|
-
PushStopTime?: number;
|
|
2881
|
-
/**
|
|
2882
|
-
* 推流过程中出现异常的次数
|
|
2883
|
-
*/
|
|
2884
|
-
ExceptionCnt?: number;
|
|
2885
|
-
/**
|
|
2886
|
-
* 白板推流首帧对应的IM时间戳,可用于录制回放时IM聊天消息与白板推流视频进行同步对时。
|
|
2887
|
-
*/
|
|
2888
|
-
IMSyncTime?: number;
|
|
2933
|
+
export interface DescribeApplicationUsageResponse {
|
|
2889
2934
|
/**
|
|
2890
|
-
*
|
|
2891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2935
|
+
* 画图所需的用量数据
|
|
2892
2936
|
*/
|
|
2893
|
-
|
|
2937
|
+
Data: Array<DataItem>;
|
|
2894
2938
|
/**
|
|
2895
2939
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2896
2940
|
*/
|
|
@@ -2974,6 +3018,15 @@ export interface CreatePPTCheckTaskResponse {
|
|
|
2974
3018
|
*/
|
|
2975
3019
|
RequestId?: string;
|
|
2976
3020
|
}
|
|
3021
|
+
/**
|
|
3022
|
+
* ModifyWhiteboardBucketConfig返回参数结构体
|
|
3023
|
+
*/
|
|
3024
|
+
export interface ModifyWhiteboardBucketConfigResponse {
|
|
3025
|
+
/**
|
|
3026
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3027
|
+
*/
|
|
3028
|
+
RequestId?: string;
|
|
3029
|
+
}
|
|
2977
3030
|
/**
|
|
2978
3031
|
* CreateTranscode请求参数结构体
|
|
2979
3032
|
*/
|
|
@@ -5555,7 +5555,7 @@ export interface CreateClusterNodePoolResponse {
|
|
|
5555
5555
|
/**
|
|
5556
5556
|
* 节点池id
|
|
5557
5557
|
*/
|
|
5558
|
-
NodePoolId
|
|
5558
|
+
NodePoolId?: string;
|
|
5559
5559
|
/**
|
|
5560
5560
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5561
5561
|
*/
|
|
@@ -8301,7 +8301,7 @@ export interface InstanceAdvancedSettings {
|
|
|
8301
8301
|
*/
|
|
8302
8302
|
DesiredPodNumber: number;
|
|
8303
8303
|
/**
|
|
8304
|
-
* GPU
|
|
8304
|
+
* GPU驱动相关参数,相关的GPU参数获取:https://cloud.tencent.com/document/api/213/15715
|
|
8305
8305
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8306
8306
|
*/
|
|
8307
8307
|
GPUArgs: GPUArgs;
|
|
@@ -53,7 +53,7 @@ networkDelay :网络延迟率。
|
|
|
53
53
|
1、悬浮模板:第一个进入房间的用户的视频画面会铺满整个屏幕,其他用户的视频画面从左下角依次水平排列,显示为小画面,最多4行,每行4个,小画面悬浮于大画面之上。最多支持1个大画面和15个小画面,如果用户只发送音频默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
|
|
54
54
|
2、九宫格模板:所有用户的视频画面大小一致,平分整个屏幕,人数越多,每个画面的尺寸越小。最多支持16个画面,如果用户只发送音频,默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
|
|
55
55
|
3、屏幕分享模板:适合视频会议和在线教育场景的布局,屏幕分享(或者主讲的摄像头)始终占据屏幕左侧的大画面位置,需要您明确设置占据大画面的混流用户信息。其他用户依次垂直排列于右侧,最多两列,每列最多8个小画面。最多支持1个大画面和15个小画面。若上行分辨率宽高比与画面输出宽高比不一致时,左侧大画面为了保持内容的完整性采用缩放方式处理,右侧小画面采用裁剪方式处理,也支持统一设置子画面的渲染方式。
|
|
56
|
-
4
|
|
56
|
+
4、自定义布局模版:支持您主动根据业务需要设置布局位置,每个预设的布局位置支持具名设置(具名设置需要明确指定房间号和用户名)和不具名设置。当一个子画面具名设置时,该位置就为该用户预留,用户进房且上行音视频数据时会自动占据该位置,其它用户不会占据该位置。当预设的布局位置未具名时,排版引擎会根据进房间顺序自动填充,预设位置填满时,不再混合其它用户的画面和声音。每个子画面位置支持设置占位图(BackgroundImageUrl),当用户未进房或者只上行音频数据时,该位置画面可显示对应的占位图画面。
|
|
57
57
|
|
|
58
58
|
您可以控制台开通旁路转推回调功能实现转推cdn状态的事件监控,具体说明请参考官网文档:[旁路转推回调说明](https://cloud.tencent.com/document/product/647/88552)
|
|
59
59
|
您使用转推api时根据使用特性可能会产生如下费用:
|
|
@@ -61,7 +61,7 @@ MCU混流转码费用请参考文档:[云端混流转码计费说明](https://
|
|
|
61
61
|
转推非腾讯云CDN费用请参考文档:[云端转推计费说明](https://cloud.tencent.com/document/product/647/82155)
|
|
62
62
|
|
|
63
63
|
参数的使用说明:
|
|
64
|
-
1、AgentParams:每个转推任务会拉起一个机器人用户进入TRTC
|
|
64
|
+
1、AgentParams:每个转推任务会拉起一个机器人用户进入TRTC房间进行拉流,您需要通过AgentParams.UserId参数进行设置,这个机器人id不能和房间中的普通用户id冲突,否则会导致转推任务由于机器人用户被踢出TRTC房间而异常结束,您可以通过增加特殊前缀的方式规避。您可以通过设置AgentParams.MaxIdleTime控制转推任务的自动结束,当设置此参数时,所有参与混流转推的主播持续离开TRTC房间超过MaxIdleTime的时长,自动停止转推任务。注意:参与混流转推的主播仅是停止音视频上行,转推任务不会自动停止。
|
|
65
65
|
2、WithTranscoding:如果需要将多路音视频流混合到一路时,WithTranscoding必须设置为1。
|
|
66
66
|
3、AudioParams:转推任务音频参数和视频参数是分开设置的,若您想要将指定的用户音频进行混音时,需要明确设置AudioParams.SubscribeAudioList。若您不设置AudioParams.SubscribeAudioList,混音引擎会自动将TRTC房间中所有用户的音频混合。若您想要混合TRTC房间除指定用户之外的所有用户的声音,可以通过AudioParams.UnSubscribeAudioList设置音频黑名单列表。
|
|
67
67
|
4、VideoParams:若您想要将用户的视频混合,可以通过VideoParams设置,若只想要混纯音频,则不用设置VideoParams参数。您可以通过VideoParams.LayoutParams.MixLayoutMode设置画面的布局模式,包括:动态布局(1:悬浮布局(默认),2:屏幕分享布局,3:九宫格布局)和自定义布局。动态布局模式由排版引擎按照固定的布局自动混合,不需要设置VideoParams.LayoutParams.MixLayoutList。当使用悬浮布局和屏幕分享布局时,您可以通过设置VideoParams.LayoutParams.MaxVideoUser参数指定大画面用户。自定义布局模式提供给您自主布局画面的能力,可以通过VideoParams.LayoutParams.MixLayoutList参数指定每个用户所在的布局位置。在每个布局参数中,您可以通过用户媒体流参数(UserMediaStream)指定这个布局位置为指定的用户预留,也可以不设置UserMediaStream,由排版引擎按照用户进入TRTC房间的顺序自动填充,另外您也可以设置每个布局位置的渲染方式(RenderMode)和裁剪方式(CustomCrop)。
|
|
@@ -79,7 +79,7 @@ networkDelay :网络延迟率。
|
|
|
79
79
|
1、悬浮模板:第一个进入房间的用户的视频画面会铺满整个屏幕,其他用户的视频画面从左下角依次水平排列,显示为小画面,最多4行,每行4个,小画面悬浮于大画面之上。最多支持1个大画面和15个小画面,如果用户只发送音频默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
|
|
80
80
|
2、九宫格模板:所有用户的视频画面大小一致,平分整个屏幕,人数越多,每个画面的尺寸越小。最多支持16个画面,如果用户只发送音频,默认不占布局配置,也支持设置。每个子画面默认采用居中裁剪的方式进行渲染,也支持统一设置子画面的渲染方式。
|
|
81
81
|
3、屏幕分享模板:适合视频会议和在线教育场景的布局,屏幕分享(或者主讲的摄像头)始终占据屏幕左侧的大画面位置,需要您明确设置占据大画面的混流用户信息。其他用户依次垂直排列于右侧,最多两列,每列最多8个小画面。最多支持1个大画面和15个小画面。若上行分辨率宽高比与画面输出宽高比不一致时,左侧大画面为了保持内容的完整性采用缩放方式处理,右侧小画面采用裁剪方式处理,也支持统一设置子画面的渲染方式。
|
|
82
|
-
4
|
|
82
|
+
4、自定义布局模版:支持您主动根据业务需要设置布局位置,每个预设的布局位置支持具名设置(具名设置需要明确指定房间号和用户名)和不具名设置。当一个子画面具名设置时,该位置就为该用户预留,用户进房且上行音视频数据时会自动占据该位置,其它用户不会占据该位置。当预设的布局位置未具名时,排版引擎会根据进房间顺序自动填充,预设位置填满时,不再混合其它用户的画面和声音。每个子画面位置支持设置占位图(BackgroundImageUrl),当用户未进房或者只上行音频数据时,该位置画面可显示对应的占位图画面。
|
|
83
83
|
|
|
84
84
|
您可以控制台开通旁路转推回调功能实现转推cdn状态的事件监控,具体说明请参考官网文档:[旁路转推回调说明](https://cloud.tencent.com/document/product/647/88552)
|
|
85
85
|
您使用转推api时根据使用特性可能会产生如下费用:
|
|
@@ -87,7 +87,7 @@ MCU混流转码费用请参考文档:[云端混流转码计费说明](https://
|
|
|
87
87
|
转推非腾讯云CDN费用请参考文档:[云端转推计费说明](https://cloud.tencent.com/document/product/647/82155)
|
|
88
88
|
|
|
89
89
|
参数的使用说明:
|
|
90
|
-
1、AgentParams:每个转推任务会拉起一个机器人用户进入TRTC
|
|
90
|
+
1、AgentParams:每个转推任务会拉起一个机器人用户进入TRTC房间进行拉流,您需要通过AgentParams.UserId参数进行设置,这个机器人id不能和房间中的普通用户id冲突,否则会导致转推任务由于机器人用户被踢出TRTC房间而异常结束,您可以通过增加特殊前缀的方式规避。您可以通过设置AgentParams.MaxIdleTime控制转推任务的自动结束,当设置此参数时,所有参与混流转推的主播持续离开TRTC房间超过MaxIdleTime的时长,自动停止转推任务。注意:参与混流转推的主播仅是停止音视频上行,转推任务不会自动停止。
|
|
91
91
|
2、WithTranscoding:如果需要将多路音视频流混合到一路时,WithTranscoding必须设置为1。
|
|
92
92
|
3、AudioParams:转推任务音频参数和视频参数是分开设置的,若您想要将指定的用户音频进行混音时,需要明确设置AudioParams.SubscribeAudioList。若您不设置AudioParams.SubscribeAudioList,混音引擎会自动将TRTC房间中所有用户的音频混合。若您想要混合TRTC房间除指定用户之外的所有用户的声音,可以通过AudioParams.UnSubscribeAudioList设置音频黑名单列表。
|
|
93
93
|
4、VideoParams:若您想要将用户的视频混合,可以通过VideoParams设置,若只想要混纯音频,则不用设置VideoParams参数。您可以通过VideoParams.LayoutParams.MixLayoutMode设置画面的布局模式,包括:动态布局(1:悬浮布局(默认),2:屏幕分享布局,3:九宫格布局)和自定义布局。动态布局模式由排版引擎按照固定的布局自动混合,不需要设置VideoParams.LayoutParams.MixLayoutList。当使用悬浮布局和屏幕分享布局时,您可以通过设置VideoParams.LayoutParams.MaxVideoUser参数指定大画面用户。自定义布局模式提供给您自主布局画面的能力,可以通过VideoParams.LayoutParams.MixLayoutList参数指定每个用户所在的布局位置。在每个布局参数中,您可以通过用户媒体流参数(UserMediaStream)指定这个布局位置为指定的用户预留,也可以不设置UserMediaStream,由排版引擎按照用户进入TRTC房间的顺序自动填充,另外您也可以设置每个布局位置的渲染方式(RenderMode)和裁剪方式(CustomCrop)。
|
|
@@ -1844,11 +1844,11 @@ export interface DescribeNatGatewaySourceIpTranslationNatRulesRequest {
|
|
|
1844
1844
|
*/
|
|
1845
1845
|
export interface DescribeNatGatewaysRequest {
|
|
1846
1846
|
/**
|
|
1847
|
-
* NAT网关统一 ID,形如:`nat-123xx454
|
|
1847
|
+
* NAT网关统一 ID,形如:`nat-123xx454`。每次请求的实例上限为100。参数不支持同时指定NatGatewayIds和Filters。
|
|
1848
1848
|
*/
|
|
1849
1849
|
NatGatewayIds?: Array<string>;
|
|
1850
1850
|
/**
|
|
1851
|
-
* 过滤条件,参数不支持同时指定NatGatewayIds和Filters。
|
|
1851
|
+
* 过滤条件,参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5。
|
|
1852
1852
|
<li>nat-gateway-id - String - (过滤条件)协议端口模板实例ID,形如:`nat-123xx454`。</li>
|
|
1853
1853
|
<li>vpc-id - String - (过滤条件)私有网络 唯一ID,形如:`vpc-123xx454`。</li>
|
|
1854
1854
|
<li>nat-gateway-name - String - (过滤条件)协议端口模板实例ID,形如:`test_nat`。</li>
|
|
@@ -2705,7 +2705,7 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
|
|
|
2705
2705
|
NatGatewayIds?: Array<string>;
|
|
2706
2706
|
/**
|
|
2707
2707
|
* 过滤条件:
|
|
2708
|
-
参数不支持同时指定NatGatewayIds和Filters
|
|
2708
|
+
参数不支持同时指定NatGatewayIds和Filters。每次请求的Filters的上限为10,Filter.Values的上限为5
|
|
2709
2709
|
<li> nat-gateway-id,NAT网关的ID,如`nat-0yi4hekt`</li>
|
|
2710
2710
|
<li> vpc-id,私有网络VPC的ID,如`vpc-0yi4hekt`</li>
|
|
2711
2711
|
<li> public-ip-address, 弹性IP,如`139.199.232.238`。</li>
|
|
@@ -4096,11 +4096,11 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse
|
|
|
4096
4096
|
/**
|
|
4097
4097
|
* NAT网关端口转发规则对象数组。
|
|
4098
4098
|
*/
|
|
4099
|
-
NatGatewayDestinationIpPortTranslationNatRuleSet
|
|
4099
|
+
NatGatewayDestinationIpPortTranslationNatRuleSet?: Array<NatGatewayDestinationIpPortTranslationNatRule>;
|
|
4100
4100
|
/**
|
|
4101
4101
|
* 符合条件的NAT网关端口转发规则对象数目。
|
|
4102
4102
|
*/
|
|
4103
|
-
TotalCount
|
|
4103
|
+
TotalCount?: number;
|
|
4104
4104
|
/**
|
|
4105
4105
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4106
4106
|
*/
|
|
@@ -12264,11 +12264,11 @@ export interface DescribeNatGatewaysResponse {
|
|
|
12264
12264
|
/**
|
|
12265
12265
|
* NAT网关对象数组。
|
|
12266
12266
|
*/
|
|
12267
|
-
NatGatewaySet
|
|
12267
|
+
NatGatewaySet?: Array<NatGateway>;
|
|
12268
12268
|
/**
|
|
12269
12269
|
* 符合条件的NAT网关对象个数。
|
|
12270
12270
|
*/
|
|
12271
|
-
TotalCount
|
|
12271
|
+
TotalCount?: number;
|
|
12272
12272
|
/**
|
|
12273
12273
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12274
12274
|
*/
|
|
@@ -238,11 +238,11 @@ export interface DescribeCustomWhiteRuleResponse {
|
|
|
238
238
|
/**
|
|
239
239
|
* 规则详情
|
|
240
240
|
*/
|
|
241
|
-
RuleList
|
|
241
|
+
RuleList?: Array<DescribeCustomRulesRspRuleListItem>;
|
|
242
242
|
/**
|
|
243
243
|
* 规则条数
|
|
244
244
|
*/
|
|
245
|
-
TotalCount
|
|
245
|
+
TotalCount?: string;
|
|
246
246
|
/**
|
|
247
247
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
248
248
|
*/
|
|
@@ -832,7 +832,7 @@ export interface DescribeCustomWhiteRuleRequest {
|
|
|
832
832
|
*/
|
|
833
833
|
Domain: string;
|
|
834
834
|
/**
|
|
835
|
-
*
|
|
835
|
+
* 偏移量
|
|
836
836
|
*/
|
|
837
837
|
Offset: number;
|
|
838
838
|
/**
|
|
@@ -1073,11 +1073,12 @@ export interface SwitchDomainRulesRequest {
|
|
|
1073
1073
|
*/
|
|
1074
1074
|
Ids?: Array<number>;
|
|
1075
1075
|
/**
|
|
1076
|
-
*
|
|
1076
|
+
* 开关状态,0表示关闭,1表示开启,2表示只观察
|
|
1077
1077
|
*/
|
|
1078
1078
|
Status?: number;
|
|
1079
1079
|
/**
|
|
1080
|
-
*
|
|
1080
|
+
* 设置为观察模式原因,
|
|
1081
|
+
1表示业务自身原因观察,2表示系统规则误报上报,3表示核心业务灰度观察,4表示其他
|
|
1081
1082
|
*/
|
|
1082
1083
|
Reason?: number;
|
|
1083
1084
|
}
|
|
@@ -2820,7 +2821,7 @@ export interface ModifyWafAutoDenyRulesRequest {
|
|
|
2820
2821
|
*/
|
|
2821
2822
|
DenyTimeThreshold: number;
|
|
2822
2823
|
/**
|
|
2823
|
-
*
|
|
2824
|
+
* 自动封禁状态,0表示关闭,1表示打开
|
|
2824
2825
|
*/
|
|
2825
2826
|
DefenseStatus: number;
|
|
2826
2827
|
}
|
|
@@ -3298,7 +3299,7 @@ export interface AddDomainWhiteRuleRequest {
|
|
|
3298
3299
|
*/
|
|
3299
3300
|
Function?: string;
|
|
3300
3301
|
/**
|
|
3301
|
-
*
|
|
3302
|
+
* 规则的开关,0表示规则关闭,1表示规则打开
|
|
3302
3303
|
*/
|
|
3303
3304
|
Status?: number;
|
|
3304
3305
|
}
|
|
@@ -168,16 +168,6 @@ it("cbs.v20170312.DescribeDiskBackups", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("cbs.v20170312.DescribeDiskOperationLogs", async function () {
|
|
172
|
-
try {
|
|
173
|
-
const data = await client.DescribeDiskOperationLogs({})
|
|
174
|
-
expect(data).to.be.ok
|
|
175
|
-
} catch(error) {
|
|
176
|
-
expect(error.requestId).to.be.ok
|
|
177
|
-
expect(error.code).to.be.ok
|
|
178
|
-
}
|
|
179
|
-
})
|
|
180
|
-
|
|
181
171
|
it("cbs.v20170312.DeleteAutoSnapshotPolicies", async function () {
|
|
182
172
|
try {
|
|
183
173
|
const data = await client.DeleteAutoSnapshotPolicies({})
|
|
@@ -378,16 +368,6 @@ it("cbs.v20170312.ApplySnapshot", async function () {
|
|
|
378
368
|
}
|
|
379
369
|
})
|
|
380
370
|
|
|
381
|
-
it("cbs.v20170312.DescribeSnapshotOperationLogs", async function () {
|
|
382
|
-
try {
|
|
383
|
-
const data = await client.DescribeSnapshotOperationLogs({})
|
|
384
|
-
expect(data).to.be.ok
|
|
385
|
-
} catch(error) {
|
|
386
|
-
expect(error.requestId).to.be.ok
|
|
387
|
-
expect(error.code).to.be.ok
|
|
388
|
-
}
|
|
389
|
-
})
|
|
390
|
-
|
|
391
371
|
it("cbs.v20170312.ModifySnapshotsSharePermission", async function () {
|
|
392
372
|
try {
|
|
393
373
|
const data = await client.ModifySnapshotsSharePermission({})
|
|
@@ -398,9 +378,9 @@ it("cbs.v20170312.ModifySnapshotsSharePermission", async function () {
|
|
|
398
378
|
}
|
|
399
379
|
})
|
|
400
380
|
|
|
401
|
-
it("cbs.v20170312.
|
|
381
|
+
it("cbs.v20170312.CreateSnapshot", async function () {
|
|
402
382
|
try {
|
|
403
|
-
const data = await client.
|
|
383
|
+
const data = await client.CreateSnapshot({})
|
|
404
384
|
expect(data).to.be.ok
|
|
405
385
|
} catch(error) {
|
|
406
386
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +408,9 @@ it("cbs.v20170312.ResizeDisk", async function () {
|
|
|
428
408
|
}
|
|
429
409
|
})
|
|
430
410
|
|
|
431
|
-
it("cbs.v20170312.
|
|
411
|
+
it("cbs.v20170312.DetachDisks", async function () {
|
|
432
412
|
try {
|
|
433
|
-
const data = await client.
|
|
413
|
+
const data = await client.DetachDisks({})
|
|
434
414
|
expect(data).to.be.ok
|
|
435
415
|
} catch(error) {
|
|
436
416
|
expect(error.requestId).to.be.ok
|
|
@@ -598,16 +598,6 @@ it("cdb.v20170320.DescribeProjectSecurityGroups", async function () {
|
|
|
598
598
|
}
|
|
599
599
|
})
|
|
600
600
|
|
|
601
|
-
it("cdb.v20170320.ModifyCDBProxyConnectionPool", async function () {
|
|
602
|
-
try {
|
|
603
|
-
const data = await client.ModifyCDBProxyConnectionPool({})
|
|
604
|
-
expect(data).to.be.ok
|
|
605
|
-
} catch(error) {
|
|
606
|
-
expect(error.requestId).to.be.ok
|
|
607
|
-
expect(error.code).to.be.ok
|
|
608
|
-
}
|
|
609
|
-
})
|
|
610
|
-
|
|
611
601
|
it("cdb.v20170320.DescribeSlowLogs", async function () {
|
|
612
602
|
try {
|
|
613
603
|
const data = await client.DescribeSlowLogs({})
|
|
@@ -868,16 +858,6 @@ it("cdb.v20170320.DeleteBackup", async function () {
|
|
|
868
858
|
}
|
|
869
859
|
})
|
|
870
860
|
|
|
871
|
-
it("cdb.v20170320.ModifyCDBProxyVipVPort", async function () {
|
|
872
|
-
try {
|
|
873
|
-
const data = await client.ModifyCDBProxyVipVPort({})
|
|
874
|
-
expect(data).to.be.ok
|
|
875
|
-
} catch(error) {
|
|
876
|
-
expect(error.requestId).to.be.ok
|
|
877
|
-
expect(error.code).to.be.ok
|
|
878
|
-
}
|
|
879
|
-
})
|
|
880
|
-
|
|
881
861
|
it("cdb.v20170320.DescribeRoMinScale", async function () {
|
|
882
862
|
try {
|
|
883
863
|
const data = await client.DescribeRoMinScale({})
|
|
@@ -1178,16 +1158,6 @@ it("cdb.v20170320.DescribeUploadedFiles", async function () {
|
|
|
1178
1158
|
}
|
|
1179
1159
|
})
|
|
1180
1160
|
|
|
1181
|
-
it("cdb.v20170320.DescribeCDBProxy", async function () {
|
|
1182
|
-
try {
|
|
1183
|
-
const data = await client.DescribeCDBProxy({})
|
|
1184
|
-
expect(data).to.be.ok
|
|
1185
|
-
} catch(error) {
|
|
1186
|
-
expect(error.requestId).to.be.ok
|
|
1187
|
-
expect(error.code).to.be.ok
|
|
1188
|
-
}
|
|
1189
|
-
})
|
|
1190
|
-
|
|
1191
1161
|
it("cdb.v20170320.ModifyAccountDescription", async function () {
|
|
1192
1162
|
try {
|
|
1193
1163
|
const data = await client.ModifyAccountDescription({})
|
|
@@ -1368,16 +1338,6 @@ it("cdb.v20170320.ModifyAuditRule", async function () {
|
|
|
1368
1338
|
}
|
|
1369
1339
|
})
|
|
1370
1340
|
|
|
1371
|
-
it("cdb.v20170320.QueryCDBProxy", async function () {
|
|
1372
|
-
try {
|
|
1373
|
-
const data = await client.QueryCDBProxy({})
|
|
1374
|
-
expect(data).to.be.ok
|
|
1375
|
-
} catch(error) {
|
|
1376
|
-
expect(error.requestId).to.be.ok
|
|
1377
|
-
expect(error.code).to.be.ok
|
|
1378
|
-
}
|
|
1379
|
-
})
|
|
1380
|
-
|
|
1381
1341
|
it("cdb.v20170320.ModifyCdbProxyAddressVipAndVPort", async function () {
|
|
1382
1342
|
try {
|
|
1383
1343
|
const data = await client.ModifyCdbProxyAddressVipAndVPort({})
|
|
@@ -1398,16 +1358,6 @@ it("cdb.v20170320.DeleteAuditRule", async function () {
|
|
|
1398
1358
|
}
|
|
1399
1359
|
})
|
|
1400
1360
|
|
|
1401
|
-
it("cdb.v20170320.DescribeProxyConnectionPoolConf", async function () {
|
|
1402
|
-
try {
|
|
1403
|
-
const data = await client.DescribeProxyConnectionPoolConf({})
|
|
1404
|
-
expect(data).to.be.ok
|
|
1405
|
-
} catch(error) {
|
|
1406
|
-
expect(error.requestId).to.be.ok
|
|
1407
|
-
expect(error.code).to.be.ok
|
|
1408
|
-
}
|
|
1409
|
-
})
|
|
1410
|
-
|
|
1411
1361
|
it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
|
|
1412
1362
|
try {
|
|
1413
1363
|
const data = await client.DescribeSupportedPrivileges({})
|
|
@@ -118,6 +118,16 @@ it("domain.v20180808.DeleteTemplate", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
+
it("domain.v20180808.CreateDomainRedemption", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.CreateDomainRedemption({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
121
131
|
it("domain.v20180808.CheckDomain", async function () {
|
|
122
132
|
try {
|
|
123
133
|
const data = await client.CheckDomain({})
|