tencentcloud-sdk-nodejs 4.0.632 → 4.0.634
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 +229 -0
- package/SERVICE_CHANGELOG.md +241 -265
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +34 -24
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/v20220331/ciam_client.ts +156 -56
- package/src/services/ciam/v20220331/ciam_models.ts +403 -36
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +115 -39
- package/src/services/cls/v20201016/cls_models.ts +566 -56
- package/src/services/cme/v20191029/cme_client.ts +11 -11
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +3 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
- package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +22 -6
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +4 -4
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/wav/v20210129/wav_client.ts +100 -74
- package/src/services/wav/v20210129/wav_models.ts +1445 -1142
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +51 -19
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +75 -27
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +383 -36
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -15
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +37 -13
- package/tencentcloud/services/cls/v20201016/cls_client.js +54 -18
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +550 -56
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
- package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -6
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
- package/test/ciam.v20220331.test.js +98 -18
- package/test/cls.v20201016.test.js +72 -12
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/wav.v20210129.test.js +24 -4
|
@@ -134,6 +134,19 @@ export interface ErrorDetails {
|
|
|
134
134
|
*/
|
|
135
135
|
Error: string;
|
|
136
136
|
}
|
|
137
|
+
/**
|
|
138
|
+
* ListJobs请求参数结构体
|
|
139
|
+
*/
|
|
140
|
+
export interface ListJobsRequest {
|
|
141
|
+
/**
|
|
142
|
+
* 用户目录ID
|
|
143
|
+
*/
|
|
144
|
+
UserStoreId: string;
|
|
145
|
+
/**
|
|
146
|
+
* 任务ID列表,为空时返回全部任务
|
|
147
|
+
*/
|
|
148
|
+
JobIds?: Array<string>;
|
|
149
|
+
}
|
|
137
150
|
/**
|
|
138
151
|
* DescribeUser请求参数结构体
|
|
139
152
|
*/
|
|
@@ -159,6 +172,100 @@ export interface DescribeUserRequest {
|
|
|
159
172
|
*/
|
|
160
173
|
Sort?: Sort;
|
|
161
174
|
}
|
|
175
|
+
/**
|
|
176
|
+
* 用户组
|
|
177
|
+
*/
|
|
178
|
+
export interface UserGroup {
|
|
179
|
+
/**
|
|
180
|
+
* 用户组ID
|
|
181
|
+
*/
|
|
182
|
+
UserGroupId: string;
|
|
183
|
+
/**
|
|
184
|
+
* 用户组名称
|
|
185
|
+
*/
|
|
186
|
+
DisplayName: string;
|
|
187
|
+
/**
|
|
188
|
+
* 用户组描述
|
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
190
|
+
*/
|
|
191
|
+
Description: string;
|
|
192
|
+
/**
|
|
193
|
+
* 用户目录ID
|
|
194
|
+
*/
|
|
195
|
+
UserStoreId: string;
|
|
196
|
+
/**
|
|
197
|
+
* 租户ID
|
|
198
|
+
*/
|
|
199
|
+
TenantId: string;
|
|
200
|
+
/**
|
|
201
|
+
* 创建时间
|
|
202
|
+
*/
|
|
203
|
+
CreatedDate: number;
|
|
204
|
+
/**
|
|
205
|
+
* 最近更新时间
|
|
206
|
+
*/
|
|
207
|
+
LastModifyDate: number;
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* 用户池
|
|
211
|
+
*/
|
|
212
|
+
export interface UserStore {
|
|
213
|
+
/**
|
|
214
|
+
* 租户ID
|
|
215
|
+
*/
|
|
216
|
+
TenantId: string;
|
|
217
|
+
/**
|
|
218
|
+
* 用户池logo
|
|
219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
|
+
*/
|
|
221
|
+
UserStoreLogo: string;
|
|
222
|
+
/**
|
|
223
|
+
* 用户池描述
|
|
224
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
225
|
+
*/
|
|
226
|
+
UserStoreDesc: string;
|
|
227
|
+
/**
|
|
228
|
+
* 用户池名称
|
|
229
|
+
*/
|
|
230
|
+
UserStoreName: string;
|
|
231
|
+
/**
|
|
232
|
+
* 用户数量
|
|
233
|
+
*/
|
|
234
|
+
UserNum: number;
|
|
235
|
+
/**
|
|
236
|
+
* 用户池ID
|
|
237
|
+
*/
|
|
238
|
+
UserStoreId: string;
|
|
239
|
+
/**
|
|
240
|
+
* 应用数量
|
|
241
|
+
*/
|
|
242
|
+
AppNum: number;
|
|
243
|
+
/**
|
|
244
|
+
* 上次切换的用户池
|
|
245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
246
|
+
*/
|
|
247
|
+
LastStatus: boolean;
|
|
248
|
+
/**
|
|
249
|
+
* 默认用户池
|
|
250
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
251
|
+
*/
|
|
252
|
+
DefaultStatus: boolean;
|
|
253
|
+
/**
|
|
254
|
+
* 创建时间
|
|
255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
256
|
+
*/
|
|
257
|
+
CreateDate: number;
|
|
258
|
+
/**
|
|
259
|
+
* 上次切换时间
|
|
260
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
261
|
+
*/
|
|
262
|
+
LastStatusTime: number;
|
|
263
|
+
/**
|
|
264
|
+
* 用户目录域名
|
|
265
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
266
|
+
*/
|
|
267
|
+
UserStoreProtocolHost: string;
|
|
268
|
+
}
|
|
162
269
|
/**
|
|
163
270
|
* DeleteUsers请求参数结构体
|
|
164
271
|
*/
|
|
@@ -369,6 +476,19 @@ export interface CreateUserResponse {
|
|
|
369
476
|
*/
|
|
370
477
|
RequestId?: string;
|
|
371
478
|
}
|
|
479
|
+
/**
|
|
480
|
+
* 分页对象
|
|
481
|
+
*/
|
|
482
|
+
export interface Pageable {
|
|
483
|
+
/**
|
|
484
|
+
* 每页数量
|
|
485
|
+
*/
|
|
486
|
+
PageSize: number;
|
|
487
|
+
/**
|
|
488
|
+
* 当前页码
|
|
489
|
+
*/
|
|
490
|
+
PageNumber: number;
|
|
491
|
+
}
|
|
372
492
|
/**
|
|
373
493
|
* 查询条件
|
|
374
494
|
*/
|
|
@@ -387,14 +507,71 @@ export interface Filter {
|
|
|
387
507
|
Logic?: boolean;
|
|
388
508
|
}
|
|
389
509
|
/**
|
|
390
|
-
*
|
|
510
|
+
* UpdateUserGroup请求参数结构体
|
|
391
511
|
*/
|
|
392
|
-
export interface
|
|
512
|
+
export interface UpdateUserGroupRequest {
|
|
513
|
+
/**
|
|
514
|
+
* 用户组ID
|
|
515
|
+
*/
|
|
516
|
+
UserGroupId: string;
|
|
517
|
+
/**
|
|
518
|
+
* 用户组名称
|
|
519
|
+
*/
|
|
520
|
+
DisplayName: string;
|
|
521
|
+
/**
|
|
522
|
+
* 用户目录ID
|
|
523
|
+
*/
|
|
524
|
+
UserStoreId: string;
|
|
525
|
+
/**
|
|
526
|
+
* 用户组描述
|
|
527
|
+
*/
|
|
528
|
+
Description?: string;
|
|
529
|
+
}
|
|
530
|
+
/**
|
|
531
|
+
* ResetPassword返回参数结构体
|
|
532
|
+
*/
|
|
533
|
+
export interface ResetPasswordResponse {
|
|
534
|
+
/**
|
|
535
|
+
* 重置后的用户密码
|
|
536
|
+
*/
|
|
537
|
+
Password: string;
|
|
393
538
|
/**
|
|
394
539
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
395
540
|
*/
|
|
396
541
|
RequestId?: string;
|
|
397
542
|
}
|
|
543
|
+
/**
|
|
544
|
+
* ListUserGroups请求参数结构体
|
|
545
|
+
*/
|
|
546
|
+
export interface ListUserGroupsRequest {
|
|
547
|
+
/**
|
|
548
|
+
* 用户目录ID
|
|
549
|
+
*/
|
|
550
|
+
UserStoreId: string;
|
|
551
|
+
/**
|
|
552
|
+
* 分页数据
|
|
553
|
+
*/
|
|
554
|
+
Pageable: Pageable;
|
|
555
|
+
/**
|
|
556
|
+
* Key可选值为condition
|
|
557
|
+
|
|
558
|
+
<li> **condition** </li> Values = 查询条件,用户组ID或用户组名称
|
|
559
|
+
*/
|
|
560
|
+
Filters?: Array<Filter>;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* 密码盐
|
|
564
|
+
*/
|
|
565
|
+
export interface Salt {
|
|
566
|
+
/**
|
|
567
|
+
* 盐值
|
|
568
|
+
*/
|
|
569
|
+
SaltValue?: string;
|
|
570
|
+
/**
|
|
571
|
+
* 盐值位置
|
|
572
|
+
*/
|
|
573
|
+
SaltLocation?: SaltLocation;
|
|
574
|
+
}
|
|
398
575
|
/**
|
|
399
576
|
* ListUserByProperty返回参数结构体
|
|
400
577
|
*/
|
|
@@ -410,17 +587,34 @@ export interface ListUserByPropertyResponse {
|
|
|
410
587
|
RequestId?: string;
|
|
411
588
|
}
|
|
412
589
|
/**
|
|
413
|
-
*
|
|
590
|
+
* ListUserStore请求参数结构体
|
|
414
591
|
*/
|
|
415
|
-
export
|
|
592
|
+
export declare type ListUserStoreRequest = null;
|
|
593
|
+
/**
|
|
594
|
+
* CreateUserGroup返回参数结构体
|
|
595
|
+
*/
|
|
596
|
+
export interface CreateUserGroupResponse {
|
|
416
597
|
/**
|
|
417
|
-
*
|
|
598
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
418
599
|
*/
|
|
419
|
-
|
|
600
|
+
RequestId?: string;
|
|
601
|
+
}
|
|
602
|
+
/**
|
|
603
|
+
* CreateUserStore请求参数结构体
|
|
604
|
+
*/
|
|
605
|
+
export interface CreateUserStoreRequest {
|
|
420
606
|
/**
|
|
421
|
-
*
|
|
607
|
+
* 用户池名字
|
|
422
608
|
*/
|
|
423
|
-
|
|
609
|
+
UserPoolName: string;
|
|
610
|
+
/**
|
|
611
|
+
* 用户池描述
|
|
612
|
+
*/
|
|
613
|
+
UserPoolDesc?: string;
|
|
614
|
+
/**
|
|
615
|
+
* 用户池logo
|
|
616
|
+
*/
|
|
617
|
+
UserPoolLogo?: string;
|
|
424
618
|
}
|
|
425
619
|
/**
|
|
426
620
|
* DescribeUserById返回参数结构体
|
|
@@ -436,6 +630,15 @@ export interface DescribeUserByIdResponse {
|
|
|
436
630
|
*/
|
|
437
631
|
RequestId?: string;
|
|
438
632
|
}
|
|
633
|
+
/**
|
|
634
|
+
* DeleteUserStore返回参数结构体
|
|
635
|
+
*/
|
|
636
|
+
export interface DeleteUserStoreResponse {
|
|
637
|
+
/**
|
|
638
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
639
|
+
*/
|
|
640
|
+
RequestId?: string;
|
|
641
|
+
}
|
|
439
642
|
/**
|
|
440
643
|
* 任务详情
|
|
441
644
|
*/
|
|
@@ -515,6 +718,19 @@ export interface CreateFileExportUserJobRequest {
|
|
|
515
718
|
*/
|
|
516
719
|
ExportPropertyMaps?: Array<ExportPropertyMap>;
|
|
517
720
|
}
|
|
721
|
+
/**
|
|
722
|
+
* DeleteUserGroups请求参数结构体
|
|
723
|
+
*/
|
|
724
|
+
export interface DeleteUserGroupsRequest {
|
|
725
|
+
/**
|
|
726
|
+
* 用户组ID数组
|
|
727
|
+
*/
|
|
728
|
+
UserGroupIds: Array<string>;
|
|
729
|
+
/**
|
|
730
|
+
* 用户目录ID
|
|
731
|
+
*/
|
|
732
|
+
UserStoreId: string;
|
|
733
|
+
}
|
|
518
734
|
/**
|
|
519
735
|
* 用户信息
|
|
520
736
|
*/
|
|
@@ -721,6 +937,62 @@ export interface User {
|
|
|
721
937
|
*/
|
|
722
938
|
IndexedAttribute5: string;
|
|
723
939
|
}
|
|
940
|
+
/**
|
|
941
|
+
* 用户组删除时关联的应用信息
|
|
942
|
+
*/
|
|
943
|
+
export interface AppAssociatedUserGroupIds {
|
|
944
|
+
/**
|
|
945
|
+
* 用户组id
|
|
946
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
947
|
+
*/
|
|
948
|
+
UserGroupId: string;
|
|
949
|
+
/**
|
|
950
|
+
* 应用id
|
|
951
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
952
|
+
*/
|
|
953
|
+
ApplicationId: string;
|
|
954
|
+
/**
|
|
955
|
+
* 应用名称
|
|
956
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
957
|
+
*/
|
|
958
|
+
ApplicationName: string;
|
|
959
|
+
}
|
|
960
|
+
/**
|
|
961
|
+
* 查询用户信息条件
|
|
962
|
+
*/
|
|
963
|
+
export interface QueryUserFilter {
|
|
964
|
+
/**
|
|
965
|
+
* 属性key
|
|
966
|
+
*/
|
|
967
|
+
PropertyKey?: string;
|
|
968
|
+
/**
|
|
969
|
+
* 属性value
|
|
970
|
+
*/
|
|
971
|
+
PropertyValue?: string;
|
|
972
|
+
/**
|
|
973
|
+
* 逻辑值,等于true,不等于false
|
|
974
|
+
*/
|
|
975
|
+
Logic?: boolean;
|
|
976
|
+
/**
|
|
977
|
+
* 操作逻辑符(支持> < = >= <= != between)
|
|
978
|
+
*/
|
|
979
|
+
OperateLogic?: string;
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* 删除用户组信息时返回的详情
|
|
983
|
+
*/
|
|
984
|
+
export interface UserGroupDeleteResp {
|
|
985
|
+
/**
|
|
986
|
+
* 错误详情
|
|
987
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
988
|
+
*/
|
|
989
|
+
ErrorMessage: string;
|
|
990
|
+
/**
|
|
991
|
+
* 用户组关联的应用信息
|
|
992
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
993
|
+
*/
|
|
994
|
+
AppAssociatedUserGroupIds: Array<AppAssociatedUserGroupIds>;
|
|
995
|
+
}
|
|
724
996
|
/**
|
|
725
997
|
* 查询用户排序
|
|
726
998
|
*/
|
|
@@ -735,26 +1007,38 @@ export interface Sort {
|
|
|
735
1007
|
Order?: string;
|
|
736
1008
|
}
|
|
737
1009
|
/**
|
|
738
|
-
*
|
|
1010
|
+
* DeleteUserGroups返回参数结构体
|
|
739
1011
|
*/
|
|
740
|
-
export interface
|
|
1012
|
+
export interface DeleteUserGroupsResponse {
|
|
741
1013
|
/**
|
|
742
|
-
*
|
|
1014
|
+
* 删除的用户组关联的应用信息
|
|
1015
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
743
1016
|
*/
|
|
744
|
-
|
|
1017
|
+
UserGroupDeletedInfo: UserGroupDeleteResp;
|
|
745
1018
|
/**
|
|
746
|
-
*
|
|
1019
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
747
1020
|
*/
|
|
748
|
-
|
|
1021
|
+
RequestId?: string;
|
|
749
1022
|
}
|
|
750
1023
|
/**
|
|
751
|
-
*
|
|
1024
|
+
* ListUserGroups返回参数结构体
|
|
752
1025
|
*/
|
|
753
|
-
export interface
|
|
1026
|
+
export interface ListUserGroupsResponse {
|
|
754
1027
|
/**
|
|
755
|
-
*
|
|
1028
|
+
* 用户组列表
|
|
1029
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
756
1030
|
*/
|
|
757
|
-
|
|
1031
|
+
Content: Array<UserGroup>;
|
|
1032
|
+
/**
|
|
1033
|
+
* 总条数
|
|
1034
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1035
|
+
*/
|
|
1036
|
+
Total: number;
|
|
1037
|
+
/**
|
|
1038
|
+
* 分页
|
|
1039
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1040
|
+
*/
|
|
1041
|
+
Pageable: Pageable;
|
|
758
1042
|
/**
|
|
759
1043
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
760
1044
|
*/
|
|
@@ -804,6 +1088,23 @@ export interface SaltLocation {
|
|
|
804
1088
|
*/
|
|
805
1089
|
SaltLocationRule?: SaltLocationRule;
|
|
806
1090
|
}
|
|
1091
|
+
/**
|
|
1092
|
+
* CreateUserGroup请求参数结构体
|
|
1093
|
+
*/
|
|
1094
|
+
export interface CreateUserGroupRequest {
|
|
1095
|
+
/**
|
|
1096
|
+
* 用户组名称
|
|
1097
|
+
*/
|
|
1098
|
+
DisplayName: string;
|
|
1099
|
+
/**
|
|
1100
|
+
* 用户目录ID
|
|
1101
|
+
*/
|
|
1102
|
+
UserStoreId: string;
|
|
1103
|
+
/**
|
|
1104
|
+
* 用户组描述
|
|
1105
|
+
*/
|
|
1106
|
+
Description?: string;
|
|
1107
|
+
}
|
|
807
1108
|
/**
|
|
808
1109
|
* UpdateUserStatus请求参数结构体
|
|
809
1110
|
*/
|
|
@@ -852,6 +1153,15 @@ export interface ExportPropertyMap {
|
|
|
852
1153
|
*/
|
|
853
1154
|
ColumnName: string;
|
|
854
1155
|
}
|
|
1156
|
+
/**
|
|
1157
|
+
* UpdateUserStore返回参数结构体
|
|
1158
|
+
*/
|
|
1159
|
+
export interface UpdateUserStoreResponse {
|
|
1160
|
+
/**
|
|
1161
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1162
|
+
*/
|
|
1163
|
+
RequestId?: string;
|
|
1164
|
+
}
|
|
855
1165
|
/**
|
|
856
1166
|
* LinkAccount返回参数结构体
|
|
857
1167
|
*/
|
|
@@ -927,17 +1237,13 @@ export interface CreateUserRequest {
|
|
|
927
1237
|
IndexedAttribute5?: string;
|
|
928
1238
|
}
|
|
929
1239
|
/**
|
|
930
|
-
*
|
|
1240
|
+
* DeleteUserStore请求参数结构体
|
|
931
1241
|
*/
|
|
932
|
-
export interface
|
|
1242
|
+
export interface DeleteUserStoreRequest {
|
|
933
1243
|
/**
|
|
934
|
-
*
|
|
935
|
-
*/
|
|
936
|
-
SaltValue?: string;
|
|
937
|
-
/**
|
|
938
|
-
* 盐值位置
|
|
1244
|
+
* 用户池ID
|
|
939
1245
|
*/
|
|
940
|
-
|
|
1246
|
+
UserPoolId: string;
|
|
941
1247
|
}
|
|
942
1248
|
/**
|
|
943
1249
|
* DeleteUsers返回参数结构体
|
|
@@ -1011,6 +1317,27 @@ export interface LinkAccountRequest {
|
|
|
1011
1317
|
*/
|
|
1012
1318
|
UserLinkedOnAttribute: string;
|
|
1013
1319
|
}
|
|
1320
|
+
/**
|
|
1321
|
+
* UpdateUserStore请求参数结构体
|
|
1322
|
+
*/
|
|
1323
|
+
export interface UpdateUserStoreRequest {
|
|
1324
|
+
/**
|
|
1325
|
+
* 用户池ID
|
|
1326
|
+
*/
|
|
1327
|
+
UserPoolId: string;
|
|
1328
|
+
/**
|
|
1329
|
+
* 用户池名字
|
|
1330
|
+
*/
|
|
1331
|
+
UserPoolName?: string;
|
|
1332
|
+
/**
|
|
1333
|
+
* 用户池描述
|
|
1334
|
+
*/
|
|
1335
|
+
UserPoolDesc?: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* 用户池logo
|
|
1338
|
+
*/
|
|
1339
|
+
UserPoolLogo?: string;
|
|
1340
|
+
}
|
|
1014
1341
|
/**
|
|
1015
1342
|
* ListLogMessageByCondition请求参数结构体
|
|
1016
1343
|
*/
|
|
@@ -1034,6 +1361,15 @@ export interface ListLogMessageByConditionRequest {
|
|
|
1034
1361
|
*/
|
|
1035
1362
|
Filters?: Array<Filter>;
|
|
1036
1363
|
}
|
|
1364
|
+
/**
|
|
1365
|
+
* UpdateUserGroup返回参数结构体
|
|
1366
|
+
*/
|
|
1367
|
+
export interface UpdateUserGroupResponse {
|
|
1368
|
+
/**
|
|
1369
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1370
|
+
*/
|
|
1371
|
+
RequestId?: string;
|
|
1372
|
+
}
|
|
1037
1373
|
/**
|
|
1038
1374
|
* 盐位规则
|
|
1039
1375
|
*/
|
|
@@ -1062,25 +1398,36 @@ export interface MemberMap {
|
|
|
1062
1398
|
Type?: string;
|
|
1063
1399
|
}
|
|
1064
1400
|
/**
|
|
1065
|
-
*
|
|
1401
|
+
* SetPassword返回参数结构体
|
|
1066
1402
|
*/
|
|
1067
|
-
export interface
|
|
1403
|
+
export interface SetPasswordResponse {
|
|
1068
1404
|
/**
|
|
1069
|
-
*
|
|
1405
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1070
1406
|
*/
|
|
1071
|
-
|
|
1407
|
+
RequestId?: string;
|
|
1408
|
+
}
|
|
1409
|
+
/**
|
|
1410
|
+
* CreateUserStore返回参数结构体
|
|
1411
|
+
*/
|
|
1412
|
+
export interface CreateUserStoreResponse {
|
|
1072
1413
|
/**
|
|
1073
|
-
*
|
|
1414
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1074
1415
|
*/
|
|
1075
|
-
|
|
1416
|
+
RequestId?: string;
|
|
1417
|
+
}
|
|
1418
|
+
/**
|
|
1419
|
+
* ListUserStore返回参数结构体
|
|
1420
|
+
*/
|
|
1421
|
+
export interface ListUserStoreResponse {
|
|
1076
1422
|
/**
|
|
1077
|
-
*
|
|
1423
|
+
* 用户目录列表
|
|
1424
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1078
1425
|
*/
|
|
1079
|
-
|
|
1426
|
+
UserStoreSet: Array<UserStore>;
|
|
1080
1427
|
/**
|
|
1081
|
-
*
|
|
1428
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1082
1429
|
*/
|
|
1083
|
-
|
|
1430
|
+
RequestId?: string;
|
|
1084
1431
|
}
|
|
1085
1432
|
/**
|
|
1086
1433
|
* DescribeUser返回参数结构体
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const cii: {
|
|
2
|
-
v20210408: {
|
|
3
|
-
Client: typeof import("./v20210408/cii_client").Client;
|
|
4
|
-
Models: typeof import("./v20210408/cii_models");
|
|
5
|
-
};
|
|
6
2
|
v20201210: {
|
|
7
3
|
Client: typeof import("./v20201210/cii_client").Client;
|
|
8
4
|
Models: typeof import("./v20201210/cii_models");
|
|
9
5
|
};
|
|
6
|
+
v20210408: {
|
|
7
|
+
Client: typeof import("./v20210408/cii_client").Client;
|
|
8
|
+
Models: typeof import("./v20210408/cii_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.cii = void 0;
|
|
4
|
-
const v20210408_1 = require("./v20210408");
|
|
5
4
|
const v20201210_1 = require("./v20201210");
|
|
5
|
+
const v20210408_1 = require("./v20210408");
|
|
6
6
|
exports.cii = {
|
|
7
|
-
v20210408: v20210408_1.v20210408,
|
|
8
7
|
v20201210: v20201210_1.v20201210,
|
|
8
|
+
v20210408: v20210408_1.v20210408,
|
|
9
9
|
};
|
|
@@ -2465,7 +2465,7 @@ export interface CreatePostPaidInstanceRequest {
|
|
|
2465
2465
|
*/
|
|
2466
2466
|
SubnetId?: string;
|
|
2467
2467
|
/**
|
|
2468
|
-
*
|
|
2468
|
+
* 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
|
|
2469
2469
|
*/
|
|
2470
2470
|
InstanceType?: number;
|
|
2471
2471
|
/**
|
|
@@ -2485,7 +2485,7 @@ export interface CreatePostPaidInstanceRequest {
|
|
|
2485
2485
|
*/
|
|
2486
2486
|
SpecificationsType?: string;
|
|
2487
2487
|
/**
|
|
2488
|
-
*
|
|
2488
|
+
* 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"
|
|
2489
2489
|
*/
|
|
2490
2490
|
DiskType?: string;
|
|
2491
2491
|
/**
|
|
@@ -5276,7 +5276,7 @@ export interface CreateInstancePostRequest {
|
|
|
5276
5276
|
*/
|
|
5277
5277
|
SubnetId?: string;
|
|
5278
5278
|
/**
|
|
5279
|
-
*
|
|
5279
|
+
* 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
|
|
5280
5280
|
*/
|
|
5281
5281
|
InstanceType?: number;
|
|
5282
5282
|
/**
|
|
@@ -5296,7 +5296,7 @@ export interface CreateInstancePostRequest {
|
|
|
5296
5296
|
*/
|
|
5297
5297
|
SpecificationsType?: string;
|
|
5298
5298
|
/**
|
|
5299
|
-
*
|
|
5299
|
+
* 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认值为 "CLOUD_BASIC"
|
|
5300
5300
|
*/
|
|
5301
5301
|
DiskType?: string;
|
|
5302
5302
|
/**
|
|
@@ -7447,7 +7447,7 @@ export interface CreateInstancePreRequest {
|
|
|
7447
7447
|
*/
|
|
7448
7448
|
InstanceName: string;
|
|
7449
7449
|
/**
|
|
7450
|
-
*
|
|
7450
|
+
* 可用区。当购买多可用区实例时,当前参数为主可用区。需要保证传入的参数和 SubnetId 所在子网属于同一个可用区
|
|
7451
7451
|
*/
|
|
7452
7452
|
ZoneId: number;
|
|
7453
7453
|
/**
|
|
@@ -7455,16 +7455,15 @@ export interface CreateInstancePreRequest {
|
|
|
7455
7455
|
*/
|
|
7456
7456
|
Period: string;
|
|
7457
7457
|
/**
|
|
7458
|
-
*
|
|
7459
|
-
标准版实例 ([入门型(general)]填写1,[标准型(standard)]填写2,[进阶型(advanced)]填写3,[容量型(capacity)]填写4,[高阶型1(specialized-1)]填写5,[高阶型2(specialized-2)]填写6,[高阶型3(specialized-3)]填写7,[高阶型4(specialized-4)]填写8,[独占型(exclusive)]填写9。
|
|
7458
|
+
* 国际站标准版实例规格。目前只有国际站标准版使用当前字段区分规格,国内站标准版使用峰值带宽区分规格。除了国际站标准版外的所有实例填写 1 即可。国际站标准版实例:入门型(general)]填写1;[标准型(standard)]填写2;[进阶型(advanced)]填写3;[容量型(capacity)]填写4;[高阶型1(specialized-1)]填写5;[高阶型2(specialized-2)]填写6;[高阶型3(specialized-3)]填写7;[高阶型4(specialized-4)]填写8。
|
|
7460
7459
|
*/
|
|
7461
7460
|
InstanceType: number;
|
|
7462
7461
|
/**
|
|
7463
|
-
* vpcId
|
|
7462
|
+
* vpcId,必填
|
|
7464
7463
|
*/
|
|
7465
7464
|
VpcId?: string;
|
|
7466
7465
|
/**
|
|
7467
|
-
* 子网id
|
|
7466
|
+
* 子网id,必填
|
|
7468
7467
|
*/
|
|
7469
7468
|
SubnetId?: string;
|
|
7470
7469
|
/**
|
|
@@ -7484,19 +7483,19 @@ export interface CreateInstancePreRequest {
|
|
|
7484
7483
|
*/
|
|
7485
7484
|
KafkaVersion?: string;
|
|
7486
7485
|
/**
|
|
7487
|
-
* 实例类型: [标准版实例]填写 standard(默认), [专业版实例]填写 profession
|
|
7486
|
+
* 实例类型: [标准版实例]填写 "standard" (默认), [专业版实例]填写 "profession"
|
|
7488
7487
|
*/
|
|
7489
7488
|
SpecificationsType?: string;
|
|
7490
7489
|
/**
|
|
7491
|
-
*
|
|
7490
|
+
* 磁盘大小,如果跟控制台规格配比不相符,则无法创建成功
|
|
7492
7491
|
*/
|
|
7493
7492
|
DiskSize?: number;
|
|
7494
7493
|
/**
|
|
7495
|
-
*
|
|
7494
|
+
* 带宽,如果跟控制台规格配比不相符,则无法创建成功
|
|
7496
7495
|
*/
|
|
7497
7496
|
BandWidth?: number;
|
|
7498
7497
|
/**
|
|
7499
|
-
*
|
|
7498
|
+
* 分区大小,如果跟控制台规格配比不相符,则无法创建成功
|
|
7500
7499
|
*/
|
|
7501
7500
|
Partition?: number;
|
|
7502
7501
|
/**
|
|
@@ -7504,11 +7503,11 @@ export interface CreateInstancePreRequest {
|
|
|
7504
7503
|
*/
|
|
7505
7504
|
Tags?: Array<Tag>;
|
|
7506
7505
|
/**
|
|
7507
|
-
*
|
|
7506
|
+
* 专业版实例磁盘类型,标准版实例不需要填写。"CLOUD_SSD":SSD云硬盘;"CLOUD_BASIC":高性能云硬盘。不传默认为 "CLOUD_BASIC"
|
|
7508
7507
|
*/
|
|
7509
7508
|
DiskType?: string;
|
|
7510
7509
|
/**
|
|
7511
|
-
*
|
|
7510
|
+
* 是否创建跨可用区实例,当前参数为 true 时,zoneIds必填
|
|
7512
7511
|
*/
|
|
7513
7512
|
MultiZoneFlag?: boolean;
|
|
7514
7513
|
/**
|
|
@@ -2032,7 +2032,7 @@ export interface HealthCheck {
|
|
|
2032
2032
|
*/
|
|
2033
2033
|
HttpCheckPath?: string;
|
|
2034
2034
|
/**
|
|
2035
|
-
* 健康检查域名(仅适用于HTTP/HTTPS
|
|
2035
|
+
* 健康检查域名(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,建议该参数配置为必填项)。
|
|
2036
2036
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2037
2037
|
*/
|
|
2038
2038
|
HttpCheckDomain?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const cloudstudio: {
|
|
2
|
-
v20230508: {
|
|
3
|
-
Client: typeof import("./v20230508/cloudstudio_client").Client;
|
|
4
|
-
Models: typeof import("./v20230508/cloudstudio_models");
|
|
5
|
-
};
|
|
6
2
|
v20210524: {
|
|
7
3
|
Client: typeof import("./v20210524/cloudstudio_client").Client;
|
|
8
4
|
Models: typeof import("./v20210524/cloudstudio_models");
|
|
9
5
|
};
|
|
6
|
+
v20230508: {
|
|
7
|
+
Client: typeof import("./v20230508/cloudstudio_client").Client;
|
|
8
|
+
Models: typeof import("./v20230508/cloudstudio_models");
|
|
9
|
+
};
|
|
10
10
|
};
|