tencentcloud-sdk-nodejs 4.1.258 → 4.1.260
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/es/common/sdk_version.js +1 -1
- package/es/services/cngw/v20230418/cngw_client.js +12 -0
- package/es/services/csip/v20221121/csip_client.js +18 -0
- package/es/services/dataagent/v20250513/dataagent_client.js +6 -0
- package/es/services/dlc/v20210125/dlc_client.js +3 -0
- package/es/services/dts/v20211206/dts_client.js +6 -0
- package/es/services/omics/v20221128/omics_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +9 -5
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +1 -1
- package/tencentcloud/services/apis/v20240801/apis_models.d.ts +12 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +32 -7
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +41 -25
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +26 -24
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +17 -1
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +24 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +202 -82
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +25 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +36 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +258 -42
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +119 -20
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -20
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +9 -1
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +12 -0
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +86 -26
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +2 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +86 -65
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -12
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +129 -4
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +96 -96
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +27 -265
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +18 -18
- package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +158 -156
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +15 -15
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -8
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +45 -21
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +326 -240
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -18
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +17 -69
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +86 -65
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -6
- package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +3 -1
- package/tencentcloud/services/vtc/v20240223/vtc_client.js +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +290 -237
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +10 -2
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.260";
|
|
@@ -36,12 +36,18 @@ export class Client extends AbstractClient {
|
|
|
36
36
|
async ModifyCloudNativeAPIGatewayMCPToolStatus(req, cb) {
|
|
37
37
|
return this.request("ModifyCloudNativeAPIGatewayMCPToolStatus", req, cb);
|
|
38
38
|
}
|
|
39
|
+
async UnbindCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
40
|
+
return this.request("UnbindCloudNativeAPIGatewaySecretKey", req, cb);
|
|
41
|
+
}
|
|
39
42
|
async ModifyCloudNativeAPIGatewayLLMModelService(req, cb) {
|
|
40
43
|
return this.request("ModifyCloudNativeAPIGatewayLLMModelService", req, cb);
|
|
41
44
|
}
|
|
42
45
|
async DescribeCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
43
46
|
return this.request("DescribeCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
44
47
|
}
|
|
48
|
+
async RemoveCloudNativeAPIGatewayConsumerInGroup(req, cb) {
|
|
49
|
+
return this.request("RemoveCloudNativeAPIGatewayConsumerInGroup", req, cb);
|
|
50
|
+
}
|
|
45
51
|
async DescribeCloudNativeAPIGatewayMCPServerACL(req, cb) {
|
|
46
52
|
return this.request("DescribeCloudNativeAPIGatewayMCPServerACL", req, cb);
|
|
47
53
|
}
|
|
@@ -57,6 +63,9 @@ export class Client extends AbstractClient {
|
|
|
57
63
|
async DescribeCloudNativeAPIGatewayLLMModelAPIs(req, cb) {
|
|
58
64
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelAPIs", req, cb);
|
|
59
65
|
}
|
|
66
|
+
async AddCloudNativeAPIGatewayConsumerInGroup(req, cb) {
|
|
67
|
+
return this.request("AddCloudNativeAPIGatewayConsumerInGroup", req, cb);
|
|
68
|
+
}
|
|
60
69
|
async ModifyCloudNativeAPIGatewayConsumer(req, cb) {
|
|
61
70
|
return this.request("ModifyCloudNativeAPIGatewayConsumer", req, cb);
|
|
62
71
|
}
|
|
@@ -129,6 +138,9 @@ export class Client extends AbstractClient {
|
|
|
129
138
|
async AddCloudNativeAPIGatewayConsumerGroupAuth(req, cb) {
|
|
130
139
|
return this.request("AddCloudNativeAPIGatewayConsumerGroupAuth", req, cb);
|
|
131
140
|
}
|
|
141
|
+
async BindCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
142
|
+
return this.request("BindCloudNativeAPIGatewaySecretKey", req, cb);
|
|
143
|
+
}
|
|
132
144
|
async DescribeCloudNativeAPIGatewayLLMModelServices(req, cb) {
|
|
133
145
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelServices", req, cb);
|
|
134
146
|
}
|
|
@@ -108,6 +108,9 @@ export class Client extends AbstractClient {
|
|
|
108
108
|
async DescribeIaCFileList(req, cb) {
|
|
109
109
|
return this.request("DescribeIaCFileList", req, cb);
|
|
110
110
|
}
|
|
111
|
+
async ModifyNotifySettingAlert(req, cb) {
|
|
112
|
+
return this.request("ModifyNotifySettingAlert", req, cb);
|
|
113
|
+
}
|
|
111
114
|
async DescribeCosIdentifyFileList(req, cb) {
|
|
112
115
|
return this.request("DescribeCosIdentifyFileList", req, cb);
|
|
113
116
|
}
|
|
@@ -132,12 +135,18 @@ export class Client extends AbstractClient {
|
|
|
132
135
|
async DescribeSubUserInfo(req, cb) {
|
|
133
136
|
return this.request("DescribeSubUserInfo", req, cb);
|
|
134
137
|
}
|
|
138
|
+
async DescribeNotifyAssetConfig(req, cb) {
|
|
139
|
+
return this.request("DescribeNotifyAssetConfig", req, cb);
|
|
140
|
+
}
|
|
135
141
|
async ModifyDspmAssetAccount(req, cb) {
|
|
136
142
|
return this.request("ModifyDspmAssetAccount", req, cb);
|
|
137
143
|
}
|
|
138
144
|
async ModifyUebaRuleSwitch(req, cb) {
|
|
139
145
|
return this.request("ModifyUebaRuleSwitch", req, cb);
|
|
140
146
|
}
|
|
147
|
+
async ModifyNotifySetting(req, cb) {
|
|
148
|
+
return this.request("ModifyNotifySetting", req, cb);
|
|
149
|
+
}
|
|
141
150
|
async ModifyPolicyStatus(req, cb) {
|
|
142
151
|
return this.request("ModifyPolicyStatus", req, cb);
|
|
143
152
|
}
|
|
@@ -348,6 +357,9 @@ export class Client extends AbstractClient {
|
|
|
348
357
|
async DescribeTaskLogList(req, cb) {
|
|
349
358
|
return this.request("DescribeTaskLogList", req, cb);
|
|
350
359
|
}
|
|
360
|
+
async ModifyNotifyAssetConfig(req, cb) {
|
|
361
|
+
return this.request("ModifyNotifyAssetConfig", req, cb);
|
|
362
|
+
}
|
|
351
363
|
async VerifyDspmAssetLoginCode(req, cb) {
|
|
352
364
|
return this.request("VerifyDspmAssetLoginCode", req, cb);
|
|
353
365
|
}
|
|
@@ -480,6 +492,9 @@ export class Client extends AbstractClient {
|
|
|
480
492
|
async DescribeCLSLogIndexV3(req, cb) {
|
|
481
493
|
return this.request("DescribeCLSLogIndexV3", req, cb);
|
|
482
494
|
}
|
|
495
|
+
async DescribeNotifySetting(req, cb) {
|
|
496
|
+
return this.request("DescribeNotifySetting", req, cb);
|
|
497
|
+
}
|
|
483
498
|
async RevertDspmAssetAccount(req, cb) {
|
|
484
499
|
return this.request("RevertDspmAssetAccount", req, cb);
|
|
485
500
|
}
|
|
@@ -621,6 +636,9 @@ export class Client extends AbstractClient {
|
|
|
621
636
|
async ModifyDspmIpInfo(req, cb) {
|
|
622
637
|
return this.request("ModifyDspmIpInfo", req, cb);
|
|
623
638
|
}
|
|
639
|
+
async DescribeNotifySettingAlert(req, cb) {
|
|
640
|
+
return this.request("DescribeNotifySettingAlert", req, cb);
|
|
641
|
+
}
|
|
624
642
|
async DescribeRiskCenterAssetViewWeakPasswordRiskList(req, cb) {
|
|
625
643
|
return this.request("DescribeRiskCenterAssetViewWeakPasswordRiskList", req, cb);
|
|
626
644
|
}
|
|
@@ -27,6 +27,9 @@ export class Client extends AbstractClient {
|
|
|
27
27
|
async QueryUserAuthority(req, cb) {
|
|
28
28
|
return this.request("QueryUserAuthority", req, cb);
|
|
29
29
|
}
|
|
30
|
+
async ExecuteAgentApi(req, cb) {
|
|
31
|
+
return this.request("ExecuteAgentApi", req, cb);
|
|
32
|
+
}
|
|
30
33
|
async AddChunk(req, cb) {
|
|
31
34
|
return this.request("AddChunk", req, cb);
|
|
32
35
|
}
|
|
@@ -75,4 +78,7 @@ export class Client extends AbstractClient {
|
|
|
75
78
|
async GetJobsByKnowledgeBaseId(req, cb) {
|
|
76
79
|
return this.request("GetJobsByKnowledgeBaseId", req, cb);
|
|
77
80
|
}
|
|
81
|
+
async ExecuteAgentApiV1(req, cb) {
|
|
82
|
+
return this.request("ExecuteAgentApiV1", req, cb);
|
|
83
|
+
}
|
|
78
84
|
}
|
|
@@ -66,6 +66,9 @@ export class Client extends AbstractClient {
|
|
|
66
66
|
async CreateDatasourceConnection(req, cb) {
|
|
67
67
|
return this.request("CreateDatasourceConnection", req, cb);
|
|
68
68
|
}
|
|
69
|
+
async DescribeTaskDetail(req, cb) {
|
|
70
|
+
return this.request("DescribeTaskDetail", req, cb);
|
|
71
|
+
}
|
|
69
72
|
async DescribeUserRegisterTime(req, cb) {
|
|
70
73
|
return this.request("DescribeUserRegisterTime", req, cb);
|
|
71
74
|
}
|
|
@@ -12,6 +12,9 @@ export class Client extends AbstractClient {
|
|
|
12
12
|
async DestroyIsolatedSubscribe(req, cb) {
|
|
13
13
|
return this.request("DestroyIsolatedSubscribe", req, cb);
|
|
14
14
|
}
|
|
15
|
+
async DescribeSyncGtidCompareReport(req, cb) {
|
|
16
|
+
return this.request("DescribeSyncGtidCompareReport", req, cb);
|
|
17
|
+
}
|
|
15
18
|
async CreateModifyCheckSyncJob(req, cb) {
|
|
16
19
|
return this.request("CreateModifyCheckSyncJob", req, cb);
|
|
17
20
|
}
|
|
@@ -111,6 +114,9 @@ export class Client extends AbstractClient {
|
|
|
111
114
|
async ModifySyncJobConfig(req, cb) {
|
|
112
115
|
return this.request("ModifySyncJobConfig", req, cb);
|
|
113
116
|
}
|
|
117
|
+
async DescribeMigrateGtidCompareReport(req, cb) {
|
|
118
|
+
return this.request("DescribeMigrateGtidCompareReport", req, cb);
|
|
119
|
+
}
|
|
114
120
|
async ResumeMigrateJob(req, cb) {
|
|
115
121
|
return this.request("ResumeMigrateJob", req, cb);
|
|
116
122
|
}
|
|
@@ -30,6 +30,9 @@ export class Client extends AbstractClient {
|
|
|
30
30
|
async RunApplication(req, cb) {
|
|
31
31
|
return this.request("RunApplication", req, cb);
|
|
32
32
|
}
|
|
33
|
+
async GetRunJobLog(req, cb) {
|
|
34
|
+
return this.request("GetRunJobLog", req, cb);
|
|
35
|
+
}
|
|
33
36
|
async DeleteVolume(req, cb) {
|
|
34
37
|
return this.request("DeleteVolume", req, cb);
|
|
35
38
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.260";
|
|
@@ -2472,25 +2472,29 @@ export interface ToolBilling {
|
|
|
2472
2472
|
*/
|
|
2473
2473
|
export interface SingleWorkflowConfig {
|
|
2474
2474
|
/**
|
|
2475
|
-
*
|
|
2475
|
+
* <p>是否开启异步工作流</p>
|
|
2476
2476
|
*/
|
|
2477
2477
|
AsyncWorkflow: boolean;
|
|
2478
2478
|
/**
|
|
2479
|
-
*
|
|
2479
|
+
* <p>状态 发布状态(UNPUBLISHED: 待发布 PUBLISHING: 发布中 PUBLISHED: 已发布 PUBLISHED_FAIL:发布失败;DRAFT:待调试)</p>
|
|
2480
2480
|
*/
|
|
2481
2481
|
Status: string;
|
|
2482
2482
|
/**
|
|
2483
|
-
*
|
|
2483
|
+
* <p>工作流描述</p>
|
|
2484
2484
|
*/
|
|
2485
2485
|
WorkflowDescription: string;
|
|
2486
2486
|
/**
|
|
2487
|
-
*
|
|
2487
|
+
* <p>工作流Id</p>
|
|
2488
2488
|
*/
|
|
2489
2489
|
WorkflowId: string;
|
|
2490
2490
|
/**
|
|
2491
|
-
*
|
|
2491
|
+
* <p>工作流名称</p>
|
|
2492
2492
|
*/
|
|
2493
2493
|
WorkflowName: string;
|
|
2494
|
+
/**
|
|
2495
|
+
* <p>工作流是否启用</p>
|
|
2496
|
+
*/
|
|
2497
|
+
Enabled?: boolean;
|
|
2494
2498
|
}
|
|
2495
2499
|
/**
|
|
2496
2500
|
* BasicBilling
|
|
@@ -229,7 +229,7 @@ export interface CreateSandboxToolRequest {
|
|
|
229
229
|
*/
|
|
230
230
|
ToolName: string;
|
|
231
231
|
/**
|
|
232
|
-
* <p>沙箱工具类型,目前支持:browser、code-interpreter、custom
|
|
232
|
+
* <p>沙箱工具类型,目前支持:browser、code-interpreter、custom等</p><p>枚举值:</p><ul><li>browser: browser</li><li>code-interpreter: code-interpreter</li><li>mobile: mobile</li><li>osworld: osworld</li><li>custom: custom</li><li>swebench: swebench</li><li>aio: aio</li><li>android-world: android-world</li><li>waa: waa</li></ul>
|
|
233
233
|
*/
|
|
234
234
|
ToolType: string;
|
|
235
235
|
/**
|
|
@@ -110,6 +110,10 @@ export interface CreateModelServiceRequest {
|
|
|
110
110
|
* <p>模型协议</p>
|
|
111
111
|
*/
|
|
112
112
|
ModelProtocol?: string;
|
|
113
|
+
/**
|
|
114
|
+
* <p>自定义模型协议配置</p>
|
|
115
|
+
*/
|
|
116
|
+
RawCustomModelProtocolConfig?: string;
|
|
113
117
|
}
|
|
114
118
|
/**
|
|
115
119
|
* FieldValue结构体
|
|
@@ -900,6 +904,10 @@ export interface ModifyModelServiceRequest {
|
|
|
900
904
|
* <p>模型类型</p>
|
|
901
905
|
*/
|
|
902
906
|
ModelProtocol?: string;
|
|
907
|
+
/**
|
|
908
|
+
* <p>自定义模型协议配置</p>
|
|
909
|
+
*/
|
|
910
|
+
RawCustomModelProtocolConfig?: string;
|
|
903
911
|
}
|
|
904
912
|
/**
|
|
905
913
|
* DescribeService返回参数结构体
|
|
@@ -3656,6 +3664,10 @@ export interface DescribeModelServiceResponseVO {
|
|
|
3656
3664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3657
3665
|
*/
|
|
3658
3666
|
ModelProtocol?: string;
|
|
3667
|
+
/**
|
|
3668
|
+
* <p>自定义模型协议配置</p>
|
|
3669
|
+
*/
|
|
3670
|
+
RawCustomModelProtocolConfig?: string;
|
|
3659
3671
|
}
|
|
3660
3672
|
/**
|
|
3661
3673
|
* 响应参数
|
|
@@ -2333,38 +2333,43 @@ export interface DescribeUserGroupTreeListResponse {
|
|
|
2333
2333
|
*/
|
|
2334
2334
|
export interface UserInfo {
|
|
2335
2335
|
/**
|
|
2336
|
-
*
|
|
2336
|
+
* <p>用户ID</p>
|
|
2337
2337
|
*/
|
|
2338
2338
|
UserId?: string;
|
|
2339
2339
|
/**
|
|
2340
|
-
*
|
|
2340
|
+
* <p>用户名</p>
|
|
2341
2341
|
*/
|
|
2342
2342
|
UserName?: string;
|
|
2343
2343
|
/**
|
|
2344
|
-
*
|
|
2344
|
+
* <p>邮箱</p>
|
|
2345
2345
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2346
2346
|
*/
|
|
2347
2347
|
Email?: string;
|
|
2348
2348
|
/**
|
|
2349
|
-
*
|
|
2349
|
+
* <p>手机号</p>
|
|
2350
2350
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2351
2351
|
*/
|
|
2352
2352
|
PhoneNumber?: string;
|
|
2353
2353
|
/**
|
|
2354
|
-
*
|
|
2354
|
+
* <p>手机号区号</p>
|
|
2355
2355
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2356
2356
|
*/
|
|
2357
2357
|
AreaCode?: string;
|
|
2358
2358
|
/**
|
|
2359
|
-
*
|
|
2359
|
+
* <p>企微账号id</p>
|
|
2360
2360
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2361
2361
|
*/
|
|
2362
2362
|
AppUserId?: string;
|
|
2363
2363
|
/**
|
|
2364
|
-
*
|
|
2364
|
+
* <p>企微账号名称</p>
|
|
2365
2365
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2366
2366
|
*/
|
|
2367
2367
|
AppUserName?: string;
|
|
2368
|
+
/**
|
|
2369
|
+
* <p>飞书OpenId</p>
|
|
2370
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2371
|
+
*/
|
|
2372
|
+
LarkOpenId?: string;
|
|
2368
2373
|
}
|
|
2369
2374
|
/**
|
|
2370
2375
|
* 用户ID和用户名
|
|
@@ -2483,6 +2488,26 @@ export interface UserIdAndUserName {
|
|
|
2483
2488
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2484
2489
|
*/
|
|
2485
2490
|
Id?: number;
|
|
2491
|
+
/**
|
|
2492
|
+
* <p>飞书应用ID</p>
|
|
2493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2494
|
+
*/
|
|
2495
|
+
LarkAppId?: string;
|
|
2496
|
+
/**
|
|
2497
|
+
* <p>飞书UserId</p>
|
|
2498
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2499
|
+
*/
|
|
2500
|
+
LarkUserId?: string;
|
|
2501
|
+
/**
|
|
2502
|
+
* <p>飞书OpenId</p>
|
|
2503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2504
|
+
*/
|
|
2505
|
+
LarkOpenId?: string;
|
|
2506
|
+
/**
|
|
2507
|
+
* <p>飞书UserName</p>
|
|
2508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2509
|
+
*/
|
|
2510
|
+
LarkUserName?: string;
|
|
2486
2511
|
}
|
|
2487
2512
|
/**
|
|
2488
2513
|
* 空值展示样式配置值结构
|
|
@@ -402,7 +402,7 @@ export interface GetUserPermissionBoundaryRequest {
|
|
|
402
402
|
*/
|
|
403
403
|
export interface DescribeOIDCConfigRequest {
|
|
404
404
|
/**
|
|
405
|
-
*
|
|
405
|
+
* <p>名称</p>
|
|
406
406
|
*/
|
|
407
407
|
Name: string;
|
|
408
408
|
}
|
|
@@ -555,33 +555,37 @@ export interface CreateSubAccountLoginIpPolicyResponse {
|
|
|
555
555
|
*/
|
|
556
556
|
export interface DescribeOIDCConfigResponse {
|
|
557
557
|
/**
|
|
558
|
-
*
|
|
558
|
+
* <p>身份提供商类型 11角色身份提供商</p>
|
|
559
559
|
*/
|
|
560
560
|
ProviderType?: number;
|
|
561
561
|
/**
|
|
562
|
-
*
|
|
562
|
+
* <p>身份提供商URL</p>
|
|
563
563
|
*/
|
|
564
564
|
IdentityUrl?: string;
|
|
565
565
|
/**
|
|
566
|
-
*
|
|
566
|
+
* <p>签名公钥</p>
|
|
567
567
|
*/
|
|
568
568
|
IdentityKey?: string;
|
|
569
569
|
/**
|
|
570
|
-
*
|
|
570
|
+
* <p>客户端id</p>
|
|
571
571
|
*/
|
|
572
572
|
ClientId?: Array<string>;
|
|
573
573
|
/**
|
|
574
|
-
*
|
|
574
|
+
* <p>状态:0:未设置,11:已开启,2:已禁用</p>
|
|
575
575
|
*/
|
|
576
576
|
Status?: number;
|
|
577
577
|
/**
|
|
578
|
-
*
|
|
578
|
+
* <p>描述</p>
|
|
579
579
|
*/
|
|
580
580
|
Description?: string;
|
|
581
581
|
/**
|
|
582
|
-
*
|
|
582
|
+
* <p>名称</p>
|
|
583
583
|
*/
|
|
584
584
|
Name?: string;
|
|
585
|
+
/**
|
|
586
|
+
* <p>OIDC公钥自动轮转开关</p><p>枚举值:</p><ul><li>0: 关闭</li><li>1: 开启</li></ul><p>默认值:0</p>
|
|
587
|
+
*/
|
|
588
|
+
AutoRotateKey?: number;
|
|
585
589
|
/**
|
|
586
590
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
587
591
|
*/
|
|
@@ -1729,33 +1733,37 @@ export interface UpdateAssumeRolePolicyRequest {
|
|
|
1729
1733
|
*/
|
|
1730
1734
|
export interface LoginActionFlag {
|
|
1731
1735
|
/**
|
|
1732
|
-
* 0: 非安全手机校验 1:
|
|
1736
|
+
* <p>0: 非安全手机校验 1: 安全手机校验。</p>
|
|
1733
1737
|
*/
|
|
1734
1738
|
Phone?: number;
|
|
1735
1739
|
/**
|
|
1736
|
-
* 0: 非硬token校验 1: 硬token
|
|
1740
|
+
* <p>0: 非硬token校验 1: 硬token校验。</p>
|
|
1737
1741
|
*/
|
|
1738
1742
|
Token?: number;
|
|
1739
1743
|
/**
|
|
1740
|
-
* 0: 非软token校验 1: 软token
|
|
1744
|
+
* <p>0: 非软token校验 1: 软token校验</p>
|
|
1741
1745
|
*/
|
|
1742
1746
|
Stoken?: number;
|
|
1743
1747
|
/**
|
|
1744
|
-
* 0: 非微信校验 1:
|
|
1748
|
+
* <p>0: 非微信校验 1: 微信校验</p>
|
|
1745
1749
|
*/
|
|
1746
1750
|
Wechat?: number;
|
|
1747
1751
|
/**
|
|
1748
|
-
* 0: 非自定义校验 1:
|
|
1752
|
+
* <p>0: 非自定义校验 1: 自定义校验</p>
|
|
1749
1753
|
*/
|
|
1750
1754
|
Custom?: number;
|
|
1751
1755
|
/**
|
|
1752
|
-
* 0: 非邮箱校验 1:
|
|
1756
|
+
* <p>0: 非邮箱校验 1: 邮箱校验</p>
|
|
1753
1757
|
*/
|
|
1754
1758
|
Mail?: number;
|
|
1755
1759
|
/**
|
|
1756
|
-
* 0: 非u2f硬件token 1: u2f硬件token
|
|
1760
|
+
* <p>0: 非u2f硬件token 1: u2f硬件token</p>
|
|
1757
1761
|
*/
|
|
1758
1762
|
U2FToken?: number;
|
|
1763
|
+
/**
|
|
1764
|
+
* <p>0: 非passkey 校验 1: passkey校验</p>
|
|
1765
|
+
*/
|
|
1766
|
+
Passkey?: number;
|
|
1759
1767
|
}
|
|
1760
1768
|
/**
|
|
1761
1769
|
* ListAccounts返回参数结构体
|
|
@@ -2410,25 +2418,29 @@ export interface ConsumeCustomMFATokenRequest {
|
|
|
2410
2418
|
*/
|
|
2411
2419
|
export interface CreateOIDCConfigRequest {
|
|
2412
2420
|
/**
|
|
2413
|
-
*
|
|
2421
|
+
* <p>身份提供商URL</p>
|
|
2414
2422
|
*/
|
|
2415
2423
|
IdentityUrl: string;
|
|
2416
2424
|
/**
|
|
2417
|
-
*
|
|
2425
|
+
* <p>客户端ID</p>
|
|
2418
2426
|
*/
|
|
2419
2427
|
ClientId: Array<string>;
|
|
2420
2428
|
/**
|
|
2421
|
-
*
|
|
2429
|
+
* <p>名称</p>
|
|
2422
2430
|
*/
|
|
2423
2431
|
Name: string;
|
|
2424
2432
|
/**
|
|
2425
|
-
*
|
|
2433
|
+
* <p>签名公钥,需要base64</p>
|
|
2426
2434
|
*/
|
|
2427
2435
|
IdentityKey: string;
|
|
2428
2436
|
/**
|
|
2429
|
-
*
|
|
2437
|
+
* <p>描述</p>
|
|
2430
2438
|
*/
|
|
2431
2439
|
Description?: string;
|
|
2440
|
+
/**
|
|
2441
|
+
* <p>OIDC公钥自动轮转开关</p><p>枚举值:</p><ul><li>0: 关闭</li><li>1: 开启</li></ul><p>默认值:0</p>
|
|
2442
|
+
*/
|
|
2443
|
+
AutoRotateKey?: number;
|
|
2432
2444
|
}
|
|
2433
2445
|
/**
|
|
2434
2446
|
* 访问密钥列表
|
|
@@ -2992,25 +3004,29 @@ export interface DeleteSAMLProviderRequest {
|
|
|
2992
3004
|
*/
|
|
2993
3005
|
export interface UpdateOIDCConfigRequest {
|
|
2994
3006
|
/**
|
|
2995
|
-
*
|
|
3007
|
+
* <p>身份提供商URL</p>
|
|
2996
3008
|
*/
|
|
2997
3009
|
IdentityUrl: string;
|
|
2998
3010
|
/**
|
|
2999
|
-
*
|
|
3011
|
+
* <p>客户端ID</p>
|
|
3000
3012
|
*/
|
|
3001
3013
|
ClientId: Array<string>;
|
|
3002
3014
|
/**
|
|
3003
|
-
*
|
|
3015
|
+
* <p>名称</p>
|
|
3004
3016
|
*/
|
|
3005
3017
|
Name: string;
|
|
3006
3018
|
/**
|
|
3007
|
-
*
|
|
3019
|
+
* <p>签名公钥,需要base64</p>
|
|
3008
3020
|
*/
|
|
3009
3021
|
IdentityKey: string;
|
|
3010
3022
|
/**
|
|
3011
|
-
*
|
|
3023
|
+
* <p>描述</p>
|
|
3012
3024
|
*/
|
|
3013
3025
|
Description?: string;
|
|
3026
|
+
/**
|
|
3027
|
+
* <p>OIDC公钥自动轮转开关</p><p>枚举值:</p><ul><li>0: 关闭</li><li>1: 开启</li></ul><p>默认值:0</p>
|
|
3028
|
+
*/
|
|
3029
|
+
AutoRotateKey?: number;
|
|
3014
3030
|
}
|
|
3015
3031
|
/**
|
|
3016
3032
|
* CreateRole返回参数结构体
|
|
@@ -72,15 +72,15 @@ export interface EventTask {
|
|
|
72
72
|
*/
|
|
73
73
|
export interface CreateInstanceNewResponse {
|
|
74
74
|
/**
|
|
75
|
-
*
|
|
75
|
+
* <p>流程ID</p>
|
|
76
76
|
*/
|
|
77
77
|
FlowId?: string;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* <p>实例ID</p>
|
|
80
80
|
*/
|
|
81
81
|
InstanceId?: string;
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* <p>错误信息</p>
|
|
84
84
|
*/
|
|
85
85
|
ErrorMsg?: string;
|
|
86
86
|
/**
|
|
@@ -651,75 +651,78 @@ export interface DatabasePrivilegeInfo {
|
|
|
651
651
|
*/
|
|
652
652
|
export interface CreateInstanceNewRequest {
|
|
653
653
|
/**
|
|
654
|
-
*
|
|
654
|
+
* <p>可用区</p>
|
|
655
655
|
*/
|
|
656
656
|
Zone: string;
|
|
657
657
|
/**
|
|
658
|
-
*
|
|
658
|
+
* <p>是否高可用</p>
|
|
659
659
|
*/
|
|
660
660
|
HaFlag: boolean;
|
|
661
661
|
/**
|
|
662
|
-
*
|
|
662
|
+
* <p>私有网络</p>
|
|
663
663
|
*/
|
|
664
664
|
UserVPCId: string;
|
|
665
665
|
/**
|
|
666
|
-
*
|
|
666
|
+
* <p>子网</p>
|
|
667
667
|
*/
|
|
668
668
|
UserSubnetId: string;
|
|
669
669
|
/**
|
|
670
|
-
*
|
|
670
|
+
* <p>系统版本</p>
|
|
671
671
|
*/
|
|
672
672
|
ProductVersion: string;
|
|
673
673
|
/**
|
|
674
|
-
*
|
|
674
|
+
* <p>计费方式</p>
|
|
675
675
|
*/
|
|
676
676
|
ChargeProperties: Charge;
|
|
677
677
|
/**
|
|
678
|
-
*
|
|
678
|
+
* <p>实例名称</p>
|
|
679
679
|
*/
|
|
680
680
|
InstanceName: string;
|
|
681
681
|
/**
|
|
682
|
-
*
|
|
683
|
-
SpecName从DescribeSpec接口中返回的DataSpec.Name获取
|
|
682
|
+
* <p>数据节点<br>SpecName从DescribeSpec接口中返回的DataSpec.Name获取</p>
|
|
684
683
|
*/
|
|
685
684
|
DataSpec: NodeSpec;
|
|
686
685
|
/**
|
|
687
|
-
*
|
|
686
|
+
* <p>标签列表(废弃)</p>
|
|
688
687
|
* @deprecated
|
|
689
688
|
*/
|
|
690
689
|
Tags?: Tag;
|
|
691
690
|
/**
|
|
692
|
-
*
|
|
691
|
+
* <p>日志主题ID</p>
|
|
693
692
|
*/
|
|
694
693
|
ClsLogSetId?: string;
|
|
695
694
|
/**
|
|
696
|
-
* COS
|
|
695
|
+
* <p>COS桶名称</p>
|
|
697
696
|
*/
|
|
698
697
|
CosBucketName?: string;
|
|
699
698
|
/**
|
|
700
|
-
*
|
|
699
|
+
* <p>是否是裸盘挂载,默认值 0 为 未挂载,1 为挂载。</p>
|
|
701
700
|
*/
|
|
702
701
|
MountDiskType?: number;
|
|
703
702
|
/**
|
|
704
|
-
*
|
|
703
|
+
* <p>是否是ZK高可用</p>
|
|
705
704
|
*/
|
|
706
705
|
HAZk?: boolean;
|
|
707
706
|
/**
|
|
708
|
-
* ZK节点SpecName从DescribeSpec接口中返回的CommonSpec结构体的Name(ZK
|
|
707
|
+
* <p>ZK节点SpecName从DescribeSpec接口中返回的CommonSpec结构体的Name(ZK节点)获取</p>
|
|
709
708
|
*/
|
|
710
709
|
CommonSpec?: NodeSpec;
|
|
711
710
|
/**
|
|
712
|
-
*
|
|
711
|
+
* <p>标签列表</p>
|
|
713
712
|
*/
|
|
714
713
|
TagItems?: Array<Tag>;
|
|
715
714
|
/**
|
|
716
|
-
*
|
|
715
|
+
* <p>副可用区信息</p>
|
|
717
716
|
*/
|
|
718
717
|
SecondaryZoneInfo?: Array<SecondaryZoneInfo>;
|
|
719
718
|
/**
|
|
720
|
-
* default
|
|
719
|
+
* <p>default账号登录实例的密码。8-16个字符,至少包含大写字母、小写字母、数字和特殊字符!@#%^*中的三种,第一个字符不能为特殊字符</p>
|
|
721
720
|
*/
|
|
722
721
|
CkDefaultUserPwd?: string;
|
|
722
|
+
/**
|
|
723
|
+
* <p>集群类型</p>
|
|
724
|
+
*/
|
|
725
|
+
ClusterType?: string;
|
|
723
726
|
}
|
|
724
727
|
/**
|
|
725
728
|
* 集群分组信息描述
|
|
@@ -1829,7 +1832,6 @@ export interface DescribeCkSqlApisResponse {
|
|
|
1829
1832
|
}
|
|
1830
1833
|
/**
|
|
1831
1834
|
* 集群计费相关信息
|
|
1832
|
-
|
|
1833
1835
|
*/
|
|
1834
1836
|
export interface Charge {
|
|
1835
1837
|
/**
|
|
@@ -1837,11 +1839,11 @@ export interface Charge {
|
|
|
1837
1839
|
*/
|
|
1838
1840
|
ChargeType: string;
|
|
1839
1841
|
/**
|
|
1840
|
-
* PREPAID
|
|
1842
|
+
* ChargeType为PREPAID时,必传,表示是否自动续费,1表示自动续费开启
|
|
1841
1843
|
*/
|
|
1842
1844
|
RenewFlag?: number;
|
|
1843
1845
|
/**
|
|
1844
|
-
*
|
|
1846
|
+
* ChargeType为PREPAID时,必传,表示计费时间长度,多少个月
|
|
1845
1847
|
*/
|
|
1846
1848
|
TimeSpan?: number;
|
|
1847
1849
|
}
|