tencentcloud-sdk-nodejs 4.0.636 → 4.0.638
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 +500 -0
- package/SERVICE_CHANGELOG.md +590 -109
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
- package/src/services/cls/v20201016/cls_client.ts +62 -11
- package/src/services/cls/v20201016/cls_models.ts +331 -55
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +17 -13
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
- package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
- package/src/services/ecm/v20190719/ecm_client.ts +4 -3
- package/src/services/ecm/v20190719/ecm_models.ts +123 -77
- package/src/services/essbasic/v20210526/essbasic_models.ts +46 -40
- package/src/services/gaap/v20180529/gaap_models.ts +35 -35
- package/src/services/lcic/v20220817/lcic_models.ts +14 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/soe/v20180724/soe_client.ts +1 -0
- package/src/services/soe/v20180724/soe_models.ts +35 -9
- package/src/services/tcr/v20190924/tcr_client.ts +62 -13
- package/src/services/tcr/v20190924/tcr_models.ts +352 -134
- package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
- package/src/services/thpc/v20230321/thpc_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +16 -4
- package/src/services/trp/v20210515/trp_models.ts +9 -1
- package/src/services/tse/v20201207/tse_client.ts +324 -55
- package/src/services/tse/v20201207/tse_models.ts +1931 -522
- package/src/services/vod/v20180717/vod_client.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +18 -18
- package/src/services/vpc/v20170312/vpc_client.ts +3 -2
- package/src/services/vpc/v20170312/vpc_models.ts +22 -18
- package/src/services/wedata/v20210820/wedata_client.ts +16 -2
- package/src/services/wedata/v20210820/wedata_models.ts +210 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -40
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +341 -132
- 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 +28 -0
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
- package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +206 -12
- package/test/cls.v20201016.test.js +42 -2
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/tcr.v20190924.test.js +40 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +220 -10
- package/test/wedata.v20210820.test.js +10 -0
|
@@ -58,7 +58,7 @@ export interface ChannelCreateFlowRemindsResponse {
|
|
|
58
58
|
*/
|
|
59
59
|
export interface ChannelDeleteSealPoliciesRequest {
|
|
60
60
|
/**
|
|
61
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
61
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
62
62
|
*/
|
|
63
63
|
Agent: Agent
|
|
64
64
|
/**
|
|
@@ -127,7 +127,7 @@ export interface CommonApproverOption {
|
|
|
127
127
|
*/
|
|
128
128
|
export interface ChannelCreateFlowSignReviewRequest {
|
|
129
129
|
/**
|
|
130
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
130
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
131
131
|
*/
|
|
132
132
|
Agent: Agent
|
|
133
133
|
/**
|
|
@@ -179,7 +179,7 @@ export interface AuthFailMessage {
|
|
|
179
179
|
*/
|
|
180
180
|
export interface DescribeFlowDetailInfoRequest {
|
|
181
181
|
/**
|
|
182
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
182
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
183
183
|
*/
|
|
184
184
|
Agent: Agent
|
|
185
185
|
/**
|
|
@@ -203,7 +203,7 @@ export interface DescribeFlowDetailInfoRequest {
|
|
|
203
203
|
*/
|
|
204
204
|
export interface ModifyExtendedServiceRequest {
|
|
205
205
|
/**
|
|
206
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
206
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
207
207
|
|
|
208
208
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
209
209
|
*/
|
|
@@ -231,7 +231,7 @@ CLOSE:关闭
|
|
|
231
231
|
export interface DescribeResourceUrlsByFlowsRequest {
|
|
232
232
|
/**
|
|
233
233
|
* 应用相关信息。
|
|
234
|
-
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
234
|
+
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
235
235
|
*/
|
|
236
236
|
Agent: Agent
|
|
237
237
|
/**
|
|
@@ -306,7 +306,7 @@ export interface OperateChannelTemplateResponse {
|
|
|
306
306
|
*/
|
|
307
307
|
TemplateId?: string
|
|
308
308
|
/**
|
|
309
|
-
*
|
|
309
|
+
* 描述模版可见性更改的结果,和参数中Available无关,全部成功-"all-success",部分成功-"part-success", 全部失败-"fail"失败的会在FailMessageList中展示。
|
|
310
310
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
311
311
|
*/
|
|
312
312
|
OperateResult?: string
|
|
@@ -540,7 +540,7 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
540
540
|
*/
|
|
541
541
|
export interface ChannelDeleteRoleUsersRequest {
|
|
542
542
|
/**
|
|
543
|
-
*
|
|
543
|
+
* 代理信息此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
544
544
|
*/
|
|
545
545
|
Agent: Agent
|
|
546
546
|
/**
|
|
@@ -629,11 +629,11 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
629
629
|
*/
|
|
630
630
|
FlowApproverList: Array<CommonFlowApprover>
|
|
631
631
|
/**
|
|
632
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
632
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
633
633
|
*/
|
|
634
634
|
Agent?: Agent
|
|
635
635
|
/**
|
|
636
|
-
*
|
|
636
|
+
* 合同流程配置信息,用于配置发起合同时定制化
|
|
637
637
|
*/
|
|
638
638
|
FlowOption?: CreateFlowOption
|
|
639
639
|
/**
|
|
@@ -642,6 +642,7 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
642
642
|
FlowId?: string
|
|
643
643
|
/**
|
|
644
644
|
* 该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL
|
|
645
|
+
* @deprecated
|
|
645
646
|
*/
|
|
646
647
|
NeedPreview?: boolean
|
|
647
648
|
/**
|
|
@@ -661,7 +662,7 @@ export interface ChannelCreatePrepareFlowRequest {
|
|
|
661
662
|
*/
|
|
662
663
|
export interface ChannelCreateFlowRemindsRequest {
|
|
663
664
|
/**
|
|
664
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
665
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
665
666
|
*/
|
|
666
667
|
Agent: Agent
|
|
667
668
|
/**
|
|
@@ -741,7 +742,7 @@ export interface FlowApproverUrlInfo {
|
|
|
741
742
|
*/
|
|
742
743
|
export interface ChannelCreateConvertTaskApiRequest {
|
|
743
744
|
/**
|
|
744
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
745
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
745
746
|
*/
|
|
746
747
|
Agent: Agent
|
|
747
748
|
/**
|
|
@@ -773,7 +774,7 @@ export interface ChannelCreateConvertTaskApiRequest {
|
|
|
773
774
|
*/
|
|
774
775
|
export interface ChannelCreateFlowByFilesRequest {
|
|
775
776
|
/**
|
|
776
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
777
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
777
778
|
*/
|
|
778
779
|
Agent?: Agent
|
|
779
780
|
/**
|
|
@@ -976,7 +977,7 @@ export interface ChannelCreateFlowGroupByFilesRequest {
|
|
|
976
977
|
*/
|
|
977
978
|
FlowGroupName: string
|
|
978
979
|
/**
|
|
979
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
980
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
980
981
|
*/
|
|
981
982
|
Agent?: Agent
|
|
982
983
|
/**
|
|
@@ -1057,7 +1058,7 @@ export interface RecipientComponentInfo {
|
|
|
1057
1058
|
*/
|
|
1058
1059
|
export interface ChannelDescribeRolesRequest {
|
|
1059
1060
|
/**
|
|
1060
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1061
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1061
1062
|
*/
|
|
1062
1063
|
Agent: Agent
|
|
1063
1064
|
/**
|
|
@@ -1207,7 +1208,7 @@ export interface Agent {
|
|
|
1207
1208
|
*/
|
|
1208
1209
|
ProxyOperator?: UserInfo
|
|
1209
1210
|
/**
|
|
1210
|
-
*
|
|
1211
|
+
* 非必需参数,在第三方平台子客企业开通电子签后,会生成唯一的子客应用Id(ProxyAppId)用于代理调用时的鉴权,在子客开通的回调中获取。
|
|
1211
1212
|
*/
|
|
1212
1213
|
ProxyAppId?: string
|
|
1213
1214
|
/**
|
|
@@ -1310,7 +1311,7 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1310
1311
|
*/
|
|
1311
1312
|
FlowId: string
|
|
1312
1313
|
/**
|
|
1313
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1314
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1314
1315
|
*/
|
|
1315
1316
|
Agent?: Agent
|
|
1316
1317
|
/**
|
|
@@ -1325,7 +1326,7 @@ export interface ChannelVerifyPdfRequest {
|
|
|
1325
1326
|
*/
|
|
1326
1327
|
export interface CreateChannelFlowEvidenceReportRequest {
|
|
1327
1328
|
/**
|
|
1328
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1329
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1329
1330
|
*/
|
|
1330
1331
|
Agent: Agent
|
|
1331
1332
|
/**
|
|
@@ -1642,7 +1643,7 @@ export interface PdfVerifyResult {
|
|
|
1642
1643
|
*/
|
|
1643
1644
|
export interface ChannelCancelMultiFlowSignQRCodeRequest {
|
|
1644
1645
|
/**
|
|
1645
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1646
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
1646
1647
|
*/
|
|
1647
1648
|
Agent: Agent
|
|
1648
1649
|
/**
|
|
@@ -1686,7 +1687,7 @@ export interface UploadFilesRequest {
|
|
|
1686
1687
|
*/
|
|
1687
1688
|
export interface ChannelDescribeOrganizationSealsRequest {
|
|
1688
1689
|
/**
|
|
1689
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1690
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
1690
1691
|
*/
|
|
1691
1692
|
Agent: Agent
|
|
1692
1693
|
/**
|
|
@@ -1760,7 +1761,7 @@ export interface DescribeUsageRequest {
|
|
|
1760
1761
|
*/
|
|
1761
1762
|
export interface DescribeExtendedServiceAuthInfoRequest {
|
|
1762
1763
|
/**
|
|
1763
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
1764
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
1764
1765
|
|
|
1765
1766
|
注: 此接口 参数Agent. ProxyOperator.OpenId 需要传递超管或者法人的OpenId
|
|
1766
1767
|
|
|
@@ -2133,7 +2134,7 @@ export interface ChannelDescribeEmployeesRequest {
|
|
|
2133
2134
|
*/
|
|
2134
2135
|
Limit: number
|
|
2135
2136
|
/**
|
|
2136
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2137
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2137
2138
|
*/
|
|
2138
2139
|
Agent?: Agent
|
|
2139
2140
|
/**
|
|
@@ -2205,7 +2206,7 @@ export interface SyncProxyOrganizationOperatorsRequest {
|
|
|
2205
2206
|
*/
|
|
2206
2207
|
export interface CreateSignUrlsRequest {
|
|
2207
2208
|
/**
|
|
2208
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2209
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2209
2210
|
*/
|
|
2210
2211
|
Agent: Agent
|
|
2211
2212
|
/**
|
|
@@ -2271,7 +2272,7 @@ GenerateType为"PERSON"或"FOLLOWER"时必填
|
|
|
2271
2272
|
export interface ChannelCreateMultiFlowSignQRCodeRequest {
|
|
2272
2273
|
/**
|
|
2273
2274
|
* 应用相关信息。
|
|
2274
|
-
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2275
|
+
此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2275
2276
|
*/
|
|
2276
2277
|
Agent: Agent
|
|
2277
2278
|
/**
|
|
@@ -2454,7 +2455,7 @@ HANDWRITE -手写签名
|
|
|
2454
2455
|
*/
|
|
2455
2456
|
export interface ChannelGetTaskResultApiRequest {
|
|
2456
2457
|
/**
|
|
2457
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2458
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
2458
2459
|
*/
|
|
2459
2460
|
Agent: Agent
|
|
2460
2461
|
/**
|
|
@@ -2569,7 +2570,7 @@ export interface CreateFlowsByTemplatesResponse {
|
|
|
2569
2570
|
*/
|
|
2570
2571
|
export interface DescribeChannelFlowEvidenceReportRequest {
|
|
2571
2572
|
/**
|
|
2572
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2573
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
2573
2574
|
*/
|
|
2574
2575
|
Agent: Agent
|
|
2575
2576
|
/**
|
|
@@ -2776,7 +2777,7 @@ export interface UploadFilesResponse {
|
|
|
2776
2777
|
*/
|
|
2777
2778
|
export interface ChannelCreateBatchCancelFlowUrlRequest {
|
|
2778
2779
|
/**
|
|
2779
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2780
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2780
2781
|
*/
|
|
2781
2782
|
Agent: Agent
|
|
2782
2783
|
/**
|
|
@@ -2817,7 +2818,7 @@ export interface ApproverRestriction {
|
|
|
2817
2818
|
*/
|
|
2818
2819
|
export interface PrepareFlowsRequest {
|
|
2819
2820
|
/**
|
|
2820
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2821
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2821
2822
|
*/
|
|
2822
2823
|
Agent: Agent
|
|
2823
2824
|
/**
|
|
@@ -2938,7 +2939,7 @@ export interface ChannelDescribeRolesResponse {
|
|
|
2938
2939
|
*/
|
|
2939
2940
|
export interface ChannelCreateReleaseFlowRequest {
|
|
2940
2941
|
/**
|
|
2941
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
2942
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
2942
2943
|
*/
|
|
2943
2944
|
Agent: Agent
|
|
2944
2945
|
/**
|
|
@@ -3095,7 +3096,7 @@ export interface ModifyExtendedServiceResponse {
|
|
|
3095
3096
|
*/
|
|
3096
3097
|
export interface ChannelCreateUserRolesRequest {
|
|
3097
3098
|
/**
|
|
3098
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3099
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3099
3100
|
*/
|
|
3100
3101
|
Agent: Agent
|
|
3101
3102
|
/**
|
|
@@ -3441,7 +3442,7 @@ SIGN_PAGING_SEAL - 可以指定印章ID
|
|
|
3441
3442
|
*/
|
|
3442
3443
|
export interface GetDownloadFlowUrlRequest {
|
|
3443
3444
|
/**
|
|
3444
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3445
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3445
3446
|
*/
|
|
3446
3447
|
Agent: Agent
|
|
3447
3448
|
/**
|
|
@@ -3474,7 +3475,7 @@ export interface ChannelCreateEmbedWebUrlResponse {
|
|
|
3474
3475
|
*/
|
|
3475
3476
|
export interface ChannelBatchCancelFlowsRequest {
|
|
3476
3477
|
/**
|
|
3477
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3478
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3478
3479
|
*/
|
|
3479
3480
|
Agent: Agent
|
|
3480
3481
|
/**
|
|
@@ -3505,7 +3506,7 @@ export interface ChannelBatchCancelFlowsRequest {
|
|
|
3505
3506
|
*/
|
|
3506
3507
|
export interface ChannelUpdateSealStatusRequest {
|
|
3507
3508
|
/**
|
|
3508
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3509
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3509
3510
|
*/
|
|
3510
3511
|
Agent: Agent
|
|
3511
3512
|
/**
|
|
@@ -3554,7 +3555,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3554
3555
|
*/
|
|
3555
3556
|
FlowId: string
|
|
3556
3557
|
/**
|
|
3557
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3558
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3558
3559
|
*/
|
|
3559
3560
|
Agent?: Agent
|
|
3560
3561
|
/**
|
|
@@ -3581,7 +3582,7 @@ export interface ChannelCancelFlowRequest {
|
|
|
3581
3582
|
*/
|
|
3582
3583
|
export interface DescribeTemplatesRequest {
|
|
3583
3584
|
/**
|
|
3584
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3585
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId必填。
|
|
3585
3586
|
*/
|
|
3586
3587
|
Agent: Agent
|
|
3587
3588
|
/**
|
|
@@ -3658,7 +3659,7 @@ export interface RelieveInfo {
|
|
|
3658
3659
|
*/
|
|
3659
3660
|
export interface ChannelCreateSealPolicyRequest {
|
|
3660
3661
|
/**
|
|
3661
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3662
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3662
3663
|
*/
|
|
3663
3664
|
Agent: Agent
|
|
3664
3665
|
/**
|
|
@@ -3738,7 +3739,7 @@ export interface OccupiedSeal {
|
|
|
3738
3739
|
*/
|
|
3739
3740
|
export interface CreateFlowsByTemplatesRequest {
|
|
3740
3741
|
/**
|
|
3741
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3742
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 均必填。
|
|
3742
3743
|
*/
|
|
3743
3744
|
Agent: Agent
|
|
3744
3745
|
/**
|
|
@@ -3866,6 +3867,11 @@ export interface OperateChannelTemplateRequest {
|
|
|
3866
3867
|
* @deprecated
|
|
3867
3868
|
*/
|
|
3868
3869
|
Operator?: UserInfo
|
|
3870
|
+
/**
|
|
3871
|
+
* 当OperateType=UPADATE时,可以通过设置此字段对模板启停用状态进行操作。若此字段值为0,则不会修改模板Available,1为启用模板,2为停用模板。
|
|
3872
|
+
启用后模板可以正常领取。停用后,推送方式为【自动推送】的模板则无法被子客使用,推送方式为【手动领取】的模板则无法出现被模板库被子客领用。如果Available更新失败,会直接返回错误。
|
|
3873
|
+
*/
|
|
3874
|
+
Available?: number
|
|
3869
3875
|
}
|
|
3870
3876
|
|
|
3871
3877
|
/**
|
|
@@ -3978,7 +3984,7 @@ export interface DescribeChannelFlowEvidenceReportResponse {
|
|
|
3978
3984
|
*/
|
|
3979
3985
|
export interface CreateSealByImageRequest {
|
|
3980
3986
|
/**
|
|
3981
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
3987
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
3982
3988
|
*/
|
|
3983
3989
|
Agent: Agent
|
|
3984
3990
|
/**
|
|
@@ -4011,7 +4017,7 @@ export interface ChannelUpdateSealStatusResponse {
|
|
|
4011
4017
|
*/
|
|
4012
4018
|
export interface ChannelCreateFlowSignUrlRequest {
|
|
4013
4019
|
/**
|
|
4014
|
-
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4020
|
+
* 应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
4015
4021
|
*/
|
|
4016
4022
|
Agent: Agent
|
|
4017
4023
|
/**
|
|
@@ -4054,7 +4060,7 @@ export interface DescribeExtendedServiceAuthInfoResponse {
|
|
|
4054
4060
|
*/
|
|
4055
4061
|
export interface ChannelCreateEmbedWebUrlRequest {
|
|
4056
4062
|
/**
|
|
4057
|
-
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId
|
|
4063
|
+
* 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填。
|
|
4058
4064
|
*/
|
|
4059
4065
|
Agent: Agent
|
|
4060
4066
|
/**
|
|
@@ -4118,7 +4124,7 @@ export interface CcInfo {
|
|
|
4118
4124
|
*/
|
|
4119
4125
|
export interface ChannelDescribeFlowComponentsRequest {
|
|
4120
4126
|
/**
|
|
4121
|
-
*
|
|
4127
|
+
* 应用相关信息。此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 必填
|
|
4122
4128
|
*/
|
|
4123
4129
|
Agent: Agent
|
|
4124
4130
|
/**
|
|
@@ -5599,35 +5599,35 @@ export interface ProxyInfo {
|
|
|
5599
5599
|
* (旧参数,请使用ProxyId)通道实例ID。
|
|
5600
5600
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5601
5601
|
*/
|
|
5602
|
-
InstanceId
|
|
5602
|
+
InstanceId?: string
|
|
5603
5603
|
/**
|
|
5604
5604
|
* 创建时间,采用Unix时间戳的方式,表示从1970年1月1日(UTC/GMT的午夜)开始所经过的秒数。
|
|
5605
5605
|
*/
|
|
5606
|
-
CreateTime
|
|
5606
|
+
CreateTime?: number
|
|
5607
5607
|
/**
|
|
5608
5608
|
* 项目ID。
|
|
5609
5609
|
*/
|
|
5610
|
-
ProjectId
|
|
5610
|
+
ProjectId?: number
|
|
5611
5611
|
/**
|
|
5612
5612
|
* 通道名称。
|
|
5613
5613
|
*/
|
|
5614
|
-
ProxyName
|
|
5614
|
+
ProxyName?: string
|
|
5615
5615
|
/**
|
|
5616
5616
|
* 接入地域。
|
|
5617
5617
|
*/
|
|
5618
|
-
AccessRegion
|
|
5618
|
+
AccessRegion?: string
|
|
5619
5619
|
/**
|
|
5620
5620
|
* 源站地域。
|
|
5621
5621
|
*/
|
|
5622
|
-
RealServerRegion
|
|
5622
|
+
RealServerRegion?: string
|
|
5623
5623
|
/**
|
|
5624
5624
|
* 带宽,单位:Mbps。
|
|
5625
5625
|
*/
|
|
5626
|
-
Bandwidth
|
|
5626
|
+
Bandwidth?: number
|
|
5627
5627
|
/**
|
|
5628
5628
|
* 并发,单位:万个/秒。
|
|
5629
5629
|
*/
|
|
5630
|
-
Concurrent
|
|
5630
|
+
Concurrent?: number
|
|
5631
5631
|
/**
|
|
5632
5632
|
* 通道状态。其中:
|
|
5633
5633
|
RUNNING表示运行中;
|
|
@@ -5643,129 +5643,129 @@ CLONING表示复制中;
|
|
|
5643
5643
|
RECOVERING表示通道维护中;
|
|
5644
5644
|
MOVING表示迁移中。
|
|
5645
5645
|
*/
|
|
5646
|
-
Status
|
|
5646
|
+
Status?: string
|
|
5647
5647
|
/**
|
|
5648
5648
|
* 接入域名。
|
|
5649
5649
|
*/
|
|
5650
|
-
Domain
|
|
5650
|
+
Domain?: string
|
|
5651
5651
|
/**
|
|
5652
5652
|
* 接入IP。
|
|
5653
5653
|
*/
|
|
5654
|
-
IP
|
|
5654
|
+
IP?: string
|
|
5655
5655
|
/**
|
|
5656
5656
|
* 通道版本号:1.0,2.0,3.0。
|
|
5657
5657
|
*/
|
|
5658
|
-
Version
|
|
5658
|
+
Version?: string
|
|
5659
5659
|
/**
|
|
5660
5660
|
* (新参数)通道实例ID。
|
|
5661
5661
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5662
5662
|
*/
|
|
5663
|
-
ProxyId
|
|
5663
|
+
ProxyId?: string
|
|
5664
5664
|
/**
|
|
5665
5665
|
* 1,该通道可缩扩容;0,该通道无法缩扩容。
|
|
5666
5666
|
*/
|
|
5667
|
-
Scalarable
|
|
5667
|
+
Scalarable?: number
|
|
5668
5668
|
/**
|
|
5669
5669
|
* 支持的协议类型。
|
|
5670
5670
|
*/
|
|
5671
|
-
SupportProtocols
|
|
5671
|
+
SupportProtocols?: Array<string>
|
|
5672
5672
|
/**
|
|
5673
5673
|
* 通道组ID,当通道归属于某一通道组时,存在该字段。
|
|
5674
5674
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5675
5675
|
*/
|
|
5676
|
-
GroupId
|
|
5676
|
+
GroupId?: string
|
|
5677
5677
|
/**
|
|
5678
5678
|
* 安全策略ID,当设置了安全策略时,存在该字段。
|
|
5679
5679
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5680
5680
|
*/
|
|
5681
|
-
PolicyId
|
|
5681
|
+
PolicyId?: string
|
|
5682
5682
|
/**
|
|
5683
5683
|
* 接入地域详细信息,包括地域ID和地域名。
|
|
5684
5684
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5685
5685
|
*/
|
|
5686
|
-
AccessRegionInfo
|
|
5686
|
+
AccessRegionInfo?: RegionDetail
|
|
5687
5687
|
/**
|
|
5688
5688
|
* 源站地域详细信息,包括地域ID和地域名。
|
|
5689
5689
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5690
5690
|
*/
|
|
5691
|
-
RealServerRegionInfo
|
|
5691
|
+
RealServerRegionInfo?: RegionDetail
|
|
5692
5692
|
/**
|
|
5693
5693
|
* 通道转发IP
|
|
5694
5694
|
*/
|
|
5695
|
-
ForwardIP
|
|
5695
|
+
ForwardIP?: string
|
|
5696
5696
|
/**
|
|
5697
5697
|
* 标签列表,不存在标签时,该字段为空列表。
|
|
5698
5698
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5699
5699
|
*/
|
|
5700
|
-
TagSet
|
|
5700
|
+
TagSet?: Array<TagPair>
|
|
5701
5701
|
/**
|
|
5702
5702
|
* 是否支持安全组配置
|
|
5703
5703
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5704
5704
|
*/
|
|
5705
|
-
SupportSecurity
|
|
5705
|
+
SupportSecurity?: number
|
|
5706
5706
|
/**
|
|
5707
5707
|
* 计费类型: 0表示按带宽计费 1表示按流量计费。
|
|
5708
5708
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5709
5709
|
*/
|
|
5710
|
-
BillingType
|
|
5710
|
+
BillingType?: number
|
|
5711
5711
|
/**
|
|
5712
5712
|
* 关联了解析的域名列表
|
|
5713
5713
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5714
5714
|
*/
|
|
5715
|
-
RelatedGlobalDomains
|
|
5715
|
+
RelatedGlobalDomains?: Array<string>
|
|
5716
5716
|
/**
|
|
5717
5717
|
* 配置变更时间
|
|
5718
5718
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5719
5719
|
*/
|
|
5720
|
-
ModifyConfigTime
|
|
5720
|
+
ModifyConfigTime?: number
|
|
5721
5721
|
/**
|
|
5722
5722
|
* 通道类型,100表示THUNDER通道,103表示微软合作通道
|
|
5723
5723
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5724
5724
|
*/
|
|
5725
|
-
ProxyType
|
|
5725
|
+
ProxyType?: number
|
|
5726
5726
|
/**
|
|
5727
5727
|
* 通道获取客户端IP的方式,0表示TOA,1表示Proxy Protocol
|
|
5728
5728
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5729
5729
|
*/
|
|
5730
|
-
ClientIPMethod
|
|
5730
|
+
ClientIPMethod?: Array<number>
|
|
5731
5731
|
/**
|
|
5732
5732
|
* IP版本:IPv4、IPv6
|
|
5733
5733
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5734
5734
|
*/
|
|
5735
|
-
IPAddressVersion
|
|
5735
|
+
IPAddressVersion?: string
|
|
5736
5736
|
/**
|
|
5737
5737
|
* 网络类型:normal表示常规BGP,cn2表示精品BGP,triple表示三网,secure_eip表示定制安全EIP
|
|
5738
5738
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5739
5739
|
*/
|
|
5740
|
-
NetworkType
|
|
5740
|
+
NetworkType?: string
|
|
5741
5741
|
/**
|
|
5742
5742
|
* 通道套餐类型:Thunder表示标准通道,Accelerator表示银牌加速通道,
|
|
5743
5743
|
CrossBorder表示跨境通道。
|
|
5744
5744
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5745
5745
|
*/
|
|
5746
|
-
PackageType
|
|
5746
|
+
PackageType?: string
|
|
5747
5747
|
/**
|
|
5748
5748
|
* 封禁解封状态:BANNED表示已封禁,RECOVER表示已解封或未封禁,BANNING表示封禁中,RECOVERING表示解封中,BAN_FAILED表示封禁失败,RECOVER_FAILED表示解封失败。
|
|
5749
5749
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5750
5750
|
*/
|
|
5751
|
-
BanStatus
|
|
5751
|
+
BanStatus?: string
|
|
5752
5752
|
/**
|
|
5753
5753
|
* IP列表
|
|
5754
5754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5755
5755
|
*/
|
|
5756
|
-
IPList
|
|
5756
|
+
IPList?: Array<IPDetail>
|
|
5757
5757
|
/**
|
|
5758
5758
|
* 支持Http3协议的标识,其中:
|
|
5759
5759
|
0表示关闭;
|
|
5760
5760
|
1表示启用。
|
|
5761
5761
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5762
5762
|
*/
|
|
5763
|
-
Http3Supported
|
|
5763
|
+
Http3Supported?: number
|
|
5764
5764
|
/**
|
|
5765
5765
|
* 是否在封禁黑名单中,其中:0表示不在黑名单中,1表示在黑名单中。
|
|
5766
5766
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5767
5767
|
*/
|
|
5768
|
-
InBanBlacklist
|
|
5768
|
+
InBanBlacklist?: number
|
|
5769
5769
|
/**
|
|
5770
5770
|
* 特性位图,每个bit位代表一种特性,其中:
|
|
5771
5771
|
0,表示不支持该特性;
|
|
@@ -5781,7 +5781,7 @@ CrossBorder表示跨境通道。
|
|
|
5781
5781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5782
5782
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5783
5783
|
*/
|
|
5784
|
-
FeatureBitmap
|
|
5784
|
+
FeatureBitmap?: number
|
|
5785
5785
|
}
|
|
5786
5786
|
|
|
5787
5787
|
/**
|
|
@@ -675,6 +675,16 @@ export interface RoomItem {
|
|
|
675
675
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
676
676
|
*/
|
|
677
677
|
EnableDirectControl?: number
|
|
678
|
+
/**
|
|
679
|
+
* 开启专注模式。 0 收看全部角色音视频(默认) 1 只看老师和助教
|
|
680
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
681
|
+
*/
|
|
682
|
+
InteractionMode?: number
|
|
683
|
+
/**
|
|
684
|
+
* 横竖屏。0:横屏开播(默认值); 1:竖屏开播,当前仅支持移动端的纯视频类型
|
|
685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
686
|
+
*/
|
|
687
|
+
VideoOrientation?: number
|
|
678
688
|
}
|
|
679
689
|
|
|
680
690
|
/**
|
|
@@ -2610,6 +2620,10 @@ export interface GetRoomsRequest {
|
|
|
2610
2620
|
* 默认是10条
|
|
2611
2621
|
*/
|
|
2612
2622
|
Limit?: number
|
|
2623
|
+
/**
|
|
2624
|
+
* 课堂状态。默认展示所有课堂,0为未开始,1为正在上课,2为已结束,3为已过期
|
|
2625
|
+
*/
|
|
2626
|
+
Status?: Array<number>
|
|
2613
2627
|
}
|
|
2614
2628
|
|
|
2615
2629
|
/**
|
|
@@ -3297,14 +3297,11 @@ export interface LoginConfiguration {
|
|
|
3297
3297
|
* <li>"YES"代表选择自动生成密码,这时不指定Password字段。</li>
|
|
3298
3298
|
<li>"NO"代表选择自定义密码,这时要指定Password字段。</li>
|
|
3299
3299
|
*/
|
|
3300
|
-
AutoGeneratePassword
|
|
3300
|
+
AutoGeneratePassword?: string
|
|
3301
3301
|
/**
|
|
3302
3302
|
* 实例登录密码。具体按照操作系统的复杂度要求。
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
<li>大写字母:[A-Z]</li>
|
|
3306
|
-
<li>数字: 0-9</li>
|
|
3307
|
-
<li>特殊字符:()`~!@#$%^&*-+=_|{}[]:;' <>,.?/</li>
|
|
3303
|
+
`LINUX_UNIX` 实例密码必须 8-30 位,推荐使用 12 位以上密码,不能包含空格, 不能以“/”开头,至少包含以下字符中的三种不同字符,字符种类:<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字:0-9<br><li>特殊字符: ()\`\~!@#$%^&\*-+=\_|{}[]:;' <>,.?/</li>
|
|
3304
|
+
`WINDOWS` 实例密码必须 12-30 位,不能包含空格, 不能以“/”开头且不包括用户名,至少包含以下字符中的三种不同字符<br><li>小写字母:[a-z]<br><li>大写字母:[A-Z]<br><li>数字: 0-9<br><li>特殊字符:()\`~!@#$%^&\*-+=\_|{}[]:;' <>,.?/
|
|
3308
3305
|
*/
|
|
3309
3306
|
Password?: string
|
|
3310
3307
|
}
|
|
@@ -3262,11 +3262,11 @@ export interface DescribeProjectsResponse {
|
|
|
3262
3262
|
* 项目数组
|
|
3263
3263
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3264
3264
|
*/
|
|
3265
|
-
ProjectSet
|
|
3265
|
+
ProjectSet?: Array<Project>
|
|
3266
3266
|
/**
|
|
3267
3267
|
* 项目数量
|
|
3268
3268
|
*/
|
|
3269
|
-
Total
|
|
3269
|
+
Total?: number
|
|
3270
3270
|
/**
|
|
3271
3271
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3272
3272
|
*/
|