tencentcloud-sdk-nodejs 4.0.690 → 4.0.692
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 +550 -0
- package/SERVICE_CHANGELOG.md +564 -117
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +8 -4
- package/src/services/cbs/v20170312/cbs_models.ts +5 -4
- package/src/services/cdn/v20180606/cdn_client.ts +21 -14
- package/src/services/cdn/v20180606/cdn_models.ts +19 -19
- package/src/services/clb/v20180317/clb_client.ts +61 -11
- package/src/services/clb/v20180317/clb_models.ts +235 -40
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +52 -2
- package/src/services/cwp/v20180228/cwp_models.ts +343 -46
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +81 -24
- package/src/services/dasb/v20191018/dasb_client.ts +12 -0
- package/src/services/dasb/v20191018/dasb_models.ts +33 -0
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/dsgc/v20190723/dsgc_models.ts +40 -0
- package/src/services/ess/v20201111/ess_client.ts +52 -31
- package/src/services/ess/v20201111/ess_models.ts +381 -186
- package/src/services/essbasic/v20210526/essbasic_client.ts +37 -19
- package/src/services/essbasic/v20210526/essbasic_models.ts +106 -0
- package/src/services/faceid/v20180301/faceid_models.ts +9 -12
- package/src/services/iai/v20180301/iai_models.ts +3 -3
- package/src/services/iai/v20200303/iai_models.ts +5 -5
- package/src/services/iss/v20230517/iss_client.ts +21 -7
- package/src/services/iss/v20230517/iss_models.ts +47 -0
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/mps/v20190612/mps_client.ts +50 -12
- package/src/services/mps/v20190612/mps_models.ts +1196 -379
- package/src/services/organization/v20210331/organization_client.ts +49 -13
- package/src/services/organization/v20210331/organization_models.ts +148 -90
- package/src/services/privatedns/v20201028/privatedns_client.ts +25 -1
- package/src/services/privatedns/v20201028/privatedns_models.ts +88 -8
- package/src/services/tdmq/v20200217/tdmq_client.ts +39 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +243 -88
- package/src/services/trtc/v20190722/trtc_models.ts +5 -3
- package/src/services/tts/v20190823/tts_models.ts +8 -0
- package/src/services/waf/v20180125/waf_client.ts +20 -8
- package/src/services/waf/v20180125/waf_models.ts +175 -76
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +6 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -4
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +14 -7
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +14 -7
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +19 -19
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +19 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +27 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +225 -40
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +17 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +24 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +333 -46
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +80 -24
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +31 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +40 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +40 -27
- package/tencentcloud/services/ess/v20201111/ess_client.js +42 -27
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +379 -186
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +22 -12
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +25 -13
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +104 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +9 -12
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +3 -3
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +5 -5
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +8 -3
- package/tencentcloud/services/iss/v20230517/iss_client.js +10 -3
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +44 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +15 -4
- package/tencentcloud/services/mps/v20190612/mps_client.js +14 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1167 -377
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +15 -3
- package/tencentcloud/services/organization/v20210331/organization_client.js +21 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +142 -90
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +9 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +12 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +84 -8
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +236 -88
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -3
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -9
- package/tencentcloud/services/waf/v20180125/waf_client.js +14 -8
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +173 -76
- package/test/clb.v20180317.test.js +42 -2
- package/test/cwp.v20180228.test.js +40 -0
- package/test/dasb.v20191018.test.js +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/iss.v20230517.test.js +12 -2
- package/test/organization.v20210331.test.js +32 -2
- package/test/privatedns.v20201028.test.js +20 -0
- package/test/tdmq.v20200217.test.js +30 -0
- package/test/waf.v20180125.test.js +10 -0
|
@@ -34,38 +34,41 @@ import {
|
|
|
34
34
|
UpdateOrganizationNodeResponse,
|
|
35
35
|
CreateOrganizationMemberPolicyRequest,
|
|
36
36
|
DescribeOrganizationRequest,
|
|
37
|
-
|
|
37
|
+
DescribeOrganizationFinancialByMonthResponse,
|
|
38
38
|
DescribeOrganizationNodesRequest,
|
|
39
|
-
|
|
39
|
+
CreateOrganizationRequest,
|
|
40
40
|
CreateOrganizationMemberResponse,
|
|
41
41
|
MoveOrganizationNodeMembersRequest,
|
|
42
|
+
QuitOrganizationResponse,
|
|
42
43
|
ListOrganizationIdentityRequest,
|
|
43
44
|
AuthNode,
|
|
44
45
|
DescribeOrganizationMemberEmailBindResponse,
|
|
45
46
|
DeleteOrganizationMembersRequest,
|
|
46
|
-
|
|
47
|
+
CreateOrganizationResponse,
|
|
47
48
|
DescribeOrganizationMemberPoliciesResponse,
|
|
48
49
|
DeleteOrganizationNodesRequest,
|
|
49
50
|
IdentityPolicy,
|
|
50
51
|
AddOrganizationNodeResponse,
|
|
51
|
-
|
|
52
|
+
BindOrganizationMemberAuthAccountResponse,
|
|
52
53
|
OrgFinancialByMonth,
|
|
53
54
|
DescribeOrganizationFinancialByProductResponse,
|
|
54
55
|
AddOrganizationMemberEmailRequest,
|
|
55
|
-
|
|
56
|
+
DeleteOrganizationRequest,
|
|
56
57
|
ListOrganizationIdentityResponse,
|
|
57
58
|
DescribeOrganizationNodesResponse,
|
|
58
59
|
DeleteOrganizationMembersPolicyRequest,
|
|
59
60
|
DescribeOrganizationMembersResponse,
|
|
60
61
|
CreateOrganizationMemberPolicyResponse,
|
|
62
|
+
DescribeOrganizationFinancialByProductRequest,
|
|
61
63
|
CancelOrganizationMemberAuthAccountResponse,
|
|
62
64
|
OrgMemberAuthAccount,
|
|
63
65
|
UpdateOrganizationMemberRequest,
|
|
64
66
|
DescribeOrganizationResponse,
|
|
67
|
+
QuitOrganizationRequest,
|
|
65
68
|
DescribeOrganizationMemberPoliciesRequest,
|
|
66
69
|
DescribeOrganizationMemberEmailBindRequest,
|
|
67
70
|
UpdateOrganizationMemberEmailBindResponse,
|
|
68
|
-
|
|
71
|
+
AddOrganizationNodeRequest,
|
|
69
72
|
DescribeOrganizationMemberAuthIdentitiesResponse,
|
|
70
73
|
OrgMemberFinancial,
|
|
71
74
|
DescribeOrganizationAuthNodeRequest,
|
|
@@ -75,17 +78,20 @@ import {
|
|
|
75
78
|
UpdateOrganizationMemberResponse,
|
|
76
79
|
DeleteOrganizationNodesResponse,
|
|
77
80
|
DescribeOrganizationFinancialByMemberResponse,
|
|
81
|
+
DeleteOrganizationResponse,
|
|
78
82
|
DescribeOrganizationMemberAuthAccountsResponse,
|
|
79
|
-
|
|
83
|
+
DeleteOrganizationMembersPolicyResponse,
|
|
80
84
|
OrgMemberAuthIdentity,
|
|
81
85
|
MemberMainInfo,
|
|
82
86
|
CreateOrganizationMemberRequest,
|
|
83
87
|
MoveOrganizationNodeMembersResponse,
|
|
84
88
|
DescribeOrganizationMembersRequest,
|
|
85
89
|
MemberIdentity,
|
|
90
|
+
OrgIdentity,
|
|
86
91
|
DeleteOrganizationMemberAuthIdentityResponse,
|
|
87
92
|
UpdateOrganizationMemberEmailBindRequest,
|
|
88
93
|
OrgNode,
|
|
94
|
+
DeleteOrganizationMemberAuthIdentityRequest,
|
|
89
95
|
} from "./organization_models"
|
|
90
96
|
|
|
91
97
|
/**
|
|
@@ -108,13 +114,13 @@ export class Client extends AbstractClient {
|
|
|
108
114
|
}
|
|
109
115
|
|
|
110
116
|
/**
|
|
111
|
-
*
|
|
117
|
+
* 退出企业组织
|
|
112
118
|
*/
|
|
113
|
-
async
|
|
114
|
-
req:
|
|
115
|
-
cb?: (error: string, rep:
|
|
116
|
-
): Promise<
|
|
117
|
-
return this.request("
|
|
119
|
+
async QuitOrganization(
|
|
120
|
+
req: QuitOrganizationRequest,
|
|
121
|
+
cb?: (error: string, rep: QuitOrganizationResponse) => void
|
|
122
|
+
): Promise<QuitOrganizationResponse> {
|
|
123
|
+
return this.request("QuitOrganization", req, cb)
|
|
118
124
|
}
|
|
119
125
|
|
|
120
126
|
/**
|
|
@@ -187,6 +193,16 @@ export class Client extends AbstractClient {
|
|
|
187
193
|
return this.request("DescribeOrganizationMemberAuthIdentities", req, cb)
|
|
188
194
|
}
|
|
189
195
|
|
|
196
|
+
/**
|
|
197
|
+
* 更新企业组织节点
|
|
198
|
+
*/
|
|
199
|
+
async UpdateOrganizationNode(
|
|
200
|
+
req: UpdateOrganizationNodeRequest,
|
|
201
|
+
cb?: (error: string, rep: UpdateOrganizationNodeResponse) => void
|
|
202
|
+
): Promise<UpdateOrganizationNodeResponse> {
|
|
203
|
+
return this.request("UpdateOrganizationNode", req, cb)
|
|
204
|
+
}
|
|
205
|
+
|
|
190
206
|
/**
|
|
191
207
|
* 添加组织成员访问授权
|
|
192
208
|
*/
|
|
@@ -237,6 +253,16 @@ export class Client extends AbstractClient {
|
|
|
237
253
|
return this.request("DescribeOrganizationMemberPolicies", req, cb)
|
|
238
254
|
}
|
|
239
255
|
|
|
256
|
+
/**
|
|
257
|
+
* 删除企业组织
|
|
258
|
+
*/
|
|
259
|
+
async DeleteOrganization(
|
|
260
|
+
req?: DeleteOrganizationRequest,
|
|
261
|
+
cb?: (error: string, rep: DeleteOrganizationResponse) => void
|
|
262
|
+
): Promise<DeleteOrganizationResponse> {
|
|
263
|
+
return this.request("DeleteOrganization", req, cb)
|
|
264
|
+
}
|
|
265
|
+
|
|
240
266
|
/**
|
|
241
267
|
* 取消组织成员和组织管理员子账号的授权关系
|
|
242
268
|
|
|
@@ -278,6 +304,16 @@ export class Client extends AbstractClient {
|
|
|
278
304
|
return this.request("MoveOrganizationNodeMembers", req, cb)
|
|
279
305
|
}
|
|
280
306
|
|
|
307
|
+
/**
|
|
308
|
+
* 创建企业组织
|
|
309
|
+
*/
|
|
310
|
+
async CreateOrganization(
|
|
311
|
+
req?: CreateOrganizationRequest,
|
|
312
|
+
cb?: (error: string, rep: CreateOrganizationResponse) => void
|
|
313
|
+
): Promise<CreateOrganizationResponse> {
|
|
314
|
+
return this.request("CreateOrganization", req, cb)
|
|
315
|
+
}
|
|
316
|
+
|
|
281
317
|
/**
|
|
282
318
|
* 添加组织成员邮箱
|
|
283
319
|
*/
|
|
@@ -391,39 +391,18 @@ export interface DescribeOrganizationRequest {
|
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
/**
|
|
394
|
-
*
|
|
394
|
+
* DescribeOrganizationFinancialByMonth返回参数结构体
|
|
395
395
|
*/
|
|
396
|
-
export interface
|
|
397
|
-
/**
|
|
398
|
-
* 身份ID。
|
|
399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
400
|
-
*/
|
|
401
|
-
IdentityId: number
|
|
402
|
-
/**
|
|
403
|
-
* 身份名称。
|
|
404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
405
|
-
*/
|
|
406
|
-
IdentityAliasName: string
|
|
407
|
-
/**
|
|
408
|
-
* 描述。
|
|
409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
410
|
-
*/
|
|
411
|
-
Description: string
|
|
412
|
-
/**
|
|
413
|
-
* 身份策略。
|
|
414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
415
|
-
*/
|
|
416
|
-
IdentityPolicy: Array<IdentityPolicy>
|
|
396
|
+
export interface DescribeOrganizationFinancialByMonthResponse {
|
|
417
397
|
/**
|
|
418
|
-
*
|
|
398
|
+
* 产品消耗详情。
|
|
419
399
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
420
400
|
*/
|
|
421
|
-
|
|
401
|
+
Items?: Array<OrgFinancialByMonth>
|
|
422
402
|
/**
|
|
423
|
-
*
|
|
424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
403
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
425
404
|
*/
|
|
426
|
-
|
|
405
|
+
RequestId?: string
|
|
427
406
|
}
|
|
428
407
|
|
|
429
408
|
/**
|
|
@@ -441,14 +420,9 @@ export interface DescribeOrganizationNodesRequest {
|
|
|
441
420
|
}
|
|
442
421
|
|
|
443
422
|
/**
|
|
444
|
-
*
|
|
423
|
+
* CreateOrganization请求参数结构体
|
|
445
424
|
*/
|
|
446
|
-
export
|
|
447
|
-
/**
|
|
448
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
449
|
-
*/
|
|
450
|
-
RequestId?: string
|
|
451
|
-
}
|
|
425
|
+
export type CreateOrganizationRequest = null
|
|
452
426
|
|
|
453
427
|
/**
|
|
454
428
|
* CreateOrganizationMember返回参数结构体
|
|
@@ -479,6 +453,16 @@ export interface MoveOrganizationNodeMembersRequest {
|
|
|
479
453
|
MemberUin: Array<number | bigint>
|
|
480
454
|
}
|
|
481
455
|
|
|
456
|
+
/**
|
|
457
|
+
* QuitOrganization返回参数结构体
|
|
458
|
+
*/
|
|
459
|
+
export interface QuitOrganizationResponse {
|
|
460
|
+
/**
|
|
461
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
462
|
+
*/
|
|
463
|
+
RequestId?: string
|
|
464
|
+
}
|
|
465
|
+
|
|
482
466
|
/**
|
|
483
467
|
* ListOrganizationIdentity请求参数结构体
|
|
484
468
|
*/
|
|
@@ -592,17 +576,21 @@ export interface DeleteOrganizationMembersRequest {
|
|
|
592
576
|
}
|
|
593
577
|
|
|
594
578
|
/**
|
|
595
|
-
*
|
|
579
|
+
* CreateOrganization返回参数结构体
|
|
596
580
|
*/
|
|
597
|
-
export interface
|
|
581
|
+
export interface CreateOrganizationResponse {
|
|
598
582
|
/**
|
|
599
|
-
*
|
|
583
|
+
* 企业组织ID
|
|
600
584
|
*/
|
|
601
|
-
|
|
585
|
+
OrgId: number
|
|
602
586
|
/**
|
|
603
|
-
*
|
|
587
|
+
* 创建者昵称
|
|
604
588
|
*/
|
|
605
|
-
|
|
589
|
+
NickName: string
|
|
590
|
+
/**
|
|
591
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
592
|
+
*/
|
|
593
|
+
RequestId?: string
|
|
606
594
|
}
|
|
607
595
|
|
|
608
596
|
/**
|
|
@@ -664,14 +652,9 @@ export interface AddOrganizationNodeResponse {
|
|
|
664
652
|
}
|
|
665
653
|
|
|
666
654
|
/**
|
|
667
|
-
*
|
|
655
|
+
* BindOrganizationMemberAuthAccount返回参数结构体
|
|
668
656
|
*/
|
|
669
|
-
export interface
|
|
670
|
-
/**
|
|
671
|
-
* 产品消耗详情。
|
|
672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
673
|
-
*/
|
|
674
|
-
Items?: Array<OrgFinancialByMonth>
|
|
657
|
+
export interface BindOrganizationMemberAuthAccountResponse {
|
|
675
658
|
/**
|
|
676
659
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
677
660
|
*/
|
|
@@ -752,34 +735,9 @@ export interface AddOrganizationMemberEmailRequest {
|
|
|
752
735
|
}
|
|
753
736
|
|
|
754
737
|
/**
|
|
755
|
-
*
|
|
738
|
+
* DeleteOrganization请求参数结构体
|
|
756
739
|
*/
|
|
757
|
-
export
|
|
758
|
-
/**
|
|
759
|
-
* 查询开始月份。格式:yyyy-mm,例如:2021-01
|
|
760
|
-
*/
|
|
761
|
-
Month: string
|
|
762
|
-
/**
|
|
763
|
-
* 限制数目。取值范围:1~50,默认值:10
|
|
764
|
-
*/
|
|
765
|
-
Limit?: number
|
|
766
|
-
/**
|
|
767
|
-
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
768
|
-
*/
|
|
769
|
-
Offset?: number
|
|
770
|
-
/**
|
|
771
|
-
* 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份
|
|
772
|
-
*/
|
|
773
|
-
EndMonth?: string
|
|
774
|
-
/**
|
|
775
|
-
* 查询成员列表。 最大100个
|
|
776
|
-
*/
|
|
777
|
-
MemberUins?: Array<number | bigint>
|
|
778
|
-
/**
|
|
779
|
-
* 查询产品列表。 最大100个
|
|
780
|
-
*/
|
|
781
|
-
ProductCodes?: Array<string>
|
|
782
|
-
}
|
|
740
|
+
export type DeleteOrganizationRequest = null
|
|
783
741
|
|
|
784
742
|
/**
|
|
785
743
|
* ListOrganizationIdentity返回参数结构体
|
|
@@ -864,6 +822,36 @@ export interface CreateOrganizationMemberPolicyResponse {
|
|
|
864
822
|
RequestId?: string
|
|
865
823
|
}
|
|
866
824
|
|
|
825
|
+
/**
|
|
826
|
+
* DescribeOrganizationFinancialByProduct请求参数结构体
|
|
827
|
+
*/
|
|
828
|
+
export interface DescribeOrganizationFinancialByProductRequest {
|
|
829
|
+
/**
|
|
830
|
+
* 查询开始月份。格式:yyyy-mm,例如:2021-01
|
|
831
|
+
*/
|
|
832
|
+
Month: string
|
|
833
|
+
/**
|
|
834
|
+
* 限制数目。取值范围:1~50,默认值:10
|
|
835
|
+
*/
|
|
836
|
+
Limit?: number
|
|
837
|
+
/**
|
|
838
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
839
|
+
*/
|
|
840
|
+
Offset?: number
|
|
841
|
+
/**
|
|
842
|
+
* 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份
|
|
843
|
+
*/
|
|
844
|
+
EndMonth?: string
|
|
845
|
+
/**
|
|
846
|
+
* 查询成员列表。 最大100个
|
|
847
|
+
*/
|
|
848
|
+
MemberUins?: Array<number | bigint>
|
|
849
|
+
/**
|
|
850
|
+
* 查询产品列表。 最大100个
|
|
851
|
+
*/
|
|
852
|
+
ProductCodes?: Array<string>
|
|
853
|
+
}
|
|
854
|
+
|
|
867
855
|
/**
|
|
868
856
|
* CancelOrganizationMemberAuthAccount返回参数结构体
|
|
869
857
|
*/
|
|
@@ -1050,6 +1038,16 @@ export interface DescribeOrganizationResponse {
|
|
|
1050
1038
|
RequestId?: string
|
|
1051
1039
|
}
|
|
1052
1040
|
|
|
1041
|
+
/**
|
|
1042
|
+
* QuitOrganization请求参数结构体
|
|
1043
|
+
*/
|
|
1044
|
+
export interface QuitOrganizationRequest {
|
|
1045
|
+
/**
|
|
1046
|
+
* 企业组织ID
|
|
1047
|
+
*/
|
|
1048
|
+
OrgId: number
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1053
1051
|
/**
|
|
1054
1052
|
* DescribeOrganizationMemberPolicies请求参数结构体
|
|
1055
1053
|
*/
|
|
@@ -1093,13 +1091,21 @@ export interface UpdateOrganizationMemberEmailBindResponse {
|
|
|
1093
1091
|
}
|
|
1094
1092
|
|
|
1095
1093
|
/**
|
|
1096
|
-
*
|
|
1094
|
+
* AddOrganizationNode请求参数结构体
|
|
1097
1095
|
*/
|
|
1098
|
-
export interface
|
|
1096
|
+
export interface AddOrganizationNodeRequest {
|
|
1099
1097
|
/**
|
|
1100
|
-
*
|
|
1098
|
+
* 父节点ID。可以调用DescribeOrganizationNodes获取
|
|
1101
1099
|
*/
|
|
1102
|
-
|
|
1100
|
+
ParentNodeId: number
|
|
1101
|
+
/**
|
|
1102
|
+
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
1103
|
+
*/
|
|
1104
|
+
Name: string
|
|
1105
|
+
/**
|
|
1106
|
+
* 备注。
|
|
1107
|
+
*/
|
|
1108
|
+
Remark?: string
|
|
1103
1109
|
}
|
|
1104
1110
|
|
|
1105
1111
|
/**
|
|
@@ -1269,6 +1275,16 @@ export interface DescribeOrganizationFinancialByMemberResponse {
|
|
|
1269
1275
|
RequestId?: string
|
|
1270
1276
|
}
|
|
1271
1277
|
|
|
1278
|
+
/**
|
|
1279
|
+
* DeleteOrganization返回参数结构体
|
|
1280
|
+
*/
|
|
1281
|
+
export interface DeleteOrganizationResponse {
|
|
1282
|
+
/**
|
|
1283
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1284
|
+
*/
|
|
1285
|
+
RequestId?: string
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1272
1288
|
/**
|
|
1273
1289
|
* DescribeOrganizationMemberAuthAccounts返回参数结构体
|
|
1274
1290
|
*/
|
|
@@ -1290,21 +1306,13 @@ export interface DescribeOrganizationMemberAuthAccountsResponse {
|
|
|
1290
1306
|
}
|
|
1291
1307
|
|
|
1292
1308
|
/**
|
|
1293
|
-
*
|
|
1309
|
+
* DeleteOrganizationMembersPolicy返回参数结构体
|
|
1294
1310
|
*/
|
|
1295
|
-
export interface
|
|
1296
|
-
/**
|
|
1297
|
-
* 父节点ID。可以调用DescribeOrganizationNodes获取
|
|
1298
|
-
*/
|
|
1299
|
-
ParentNodeId: number
|
|
1300
|
-
/**
|
|
1301
|
-
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
1302
|
-
*/
|
|
1303
|
-
Name: string
|
|
1311
|
+
export interface DeleteOrganizationMembersPolicyResponse {
|
|
1304
1312
|
/**
|
|
1305
|
-
*
|
|
1313
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1306
1314
|
*/
|
|
1307
|
-
|
|
1315
|
+
RequestId?: string
|
|
1308
1316
|
}
|
|
1309
1317
|
|
|
1310
1318
|
/**
|
|
@@ -1466,6 +1474,42 @@ export interface MemberIdentity {
|
|
|
1466
1474
|
IdentityAliasName: string
|
|
1467
1475
|
}
|
|
1468
1476
|
|
|
1477
|
+
/**
|
|
1478
|
+
* 组织身份
|
|
1479
|
+
*/
|
|
1480
|
+
export interface OrgIdentity {
|
|
1481
|
+
/**
|
|
1482
|
+
* 身份ID。
|
|
1483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1484
|
+
*/
|
|
1485
|
+
IdentityId: number
|
|
1486
|
+
/**
|
|
1487
|
+
* 身份名称。
|
|
1488
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1489
|
+
*/
|
|
1490
|
+
IdentityAliasName: string
|
|
1491
|
+
/**
|
|
1492
|
+
* 描述。
|
|
1493
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1494
|
+
*/
|
|
1495
|
+
Description: string
|
|
1496
|
+
/**
|
|
1497
|
+
* 身份策略。
|
|
1498
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1499
|
+
*/
|
|
1500
|
+
IdentityPolicy: Array<IdentityPolicy>
|
|
1501
|
+
/**
|
|
1502
|
+
* 身份类型。 1-预设、 2-自定义
|
|
1503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1504
|
+
*/
|
|
1505
|
+
IdentityType: number
|
|
1506
|
+
/**
|
|
1507
|
+
* 更新时间。
|
|
1508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1509
|
+
*/
|
|
1510
|
+
UpdateTime: string
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1469
1513
|
/**
|
|
1470
1514
|
* DeleteOrganizationMemberAuthIdentity返回参数结构体
|
|
1471
1515
|
*/
|
|
@@ -1537,3 +1581,17 @@ export interface OrgNode {
|
|
|
1537
1581
|
*/
|
|
1538
1582
|
UpdateTime: string
|
|
1539
1583
|
}
|
|
1584
|
+
|
|
1585
|
+
/**
|
|
1586
|
+
* DeleteOrganizationMemberAuthIdentity请求参数结构体
|
|
1587
|
+
*/
|
|
1588
|
+
export interface DeleteOrganizationMemberAuthIdentityRequest {
|
|
1589
|
+
/**
|
|
1590
|
+
* 成员uin。
|
|
1591
|
+
*/
|
|
1592
|
+
MemberUin: number
|
|
1593
|
+
/**
|
|
1594
|
+
* 身份Id。
|
|
1595
|
+
*/
|
|
1596
|
+
IdentityId: number
|
|
1597
|
+
}
|
|
@@ -30,12 +30,15 @@ import {
|
|
|
30
30
|
DescribePrivateZoneRequest,
|
|
31
31
|
ModifyRecordsStatusResponse,
|
|
32
32
|
DatePoint,
|
|
33
|
+
DeleteSpecifyPrivateZoneVpcResponse,
|
|
33
34
|
DescribeAccountVpcListResponse,
|
|
34
35
|
DescribePrivateZoneServiceRequest,
|
|
35
36
|
DeleteEndPointResponse,
|
|
36
37
|
PrivateZoneRecord,
|
|
38
|
+
AddSpecifyPrivateZoneVpcResponse,
|
|
37
39
|
DeleteEndPointRequest,
|
|
38
40
|
AuditLogInfo,
|
|
41
|
+
AddSpecifyPrivateZoneVpcRequest,
|
|
39
42
|
DescribeRequestDataRequest,
|
|
40
43
|
ModifyPrivateZoneRecordResponse,
|
|
41
44
|
DescribeAccountVpcListRequest,
|
|
@@ -48,7 +51,7 @@ import {
|
|
|
48
51
|
AccountVpcInfoOut,
|
|
49
52
|
AccountVpcInfo,
|
|
50
53
|
ModifyPrivateZoneResponse,
|
|
51
|
-
|
|
54
|
+
DeleteSpecifyPrivateZoneVpcRequest,
|
|
52
55
|
SubscribePrivateZoneServiceRequest,
|
|
53
56
|
DescribePrivateZoneResponse,
|
|
54
57
|
CreatePrivateZoneResponse,
|
|
@@ -73,6 +76,7 @@ import {
|
|
|
73
76
|
CreatePrivateZoneRecordRequest,
|
|
74
77
|
DescribeQuotaUsageRequest,
|
|
75
78
|
ModifyPrivateZoneRecordRequest,
|
|
79
|
+
DescribePrivateZoneListRequest,
|
|
76
80
|
DeletePrivateDNSAccountResponse,
|
|
77
81
|
FlowUsage,
|
|
78
82
|
DeletePrivateZoneRecordResponse,
|
|
@@ -178,6 +182,16 @@ export class Client extends AbstractClient {
|
|
|
178
182
|
return this.request("DescribePrivateZoneRecordList", req, cb)
|
|
179
183
|
}
|
|
180
184
|
|
|
185
|
+
/**
|
|
186
|
+
* 追加与私有域关联的VPC
|
|
187
|
+
*/
|
|
188
|
+
async AddSpecifyPrivateZoneVpc(
|
|
189
|
+
req: AddSpecifyPrivateZoneVpcRequest,
|
|
190
|
+
cb?: (error: string, rep: AddSpecifyPrivateZoneVpcResponse) => void
|
|
191
|
+
): Promise<AddSpecifyPrivateZoneVpcResponse> {
|
|
192
|
+
return this.request("AddSpecifyPrivateZoneVpc", req, cb)
|
|
193
|
+
}
|
|
194
|
+
|
|
181
195
|
/**
|
|
182
196
|
* 修改私有域信息
|
|
183
197
|
*/
|
|
@@ -268,6 +282,16 @@ export class Client extends AbstractClient {
|
|
|
268
282
|
return this.request("ModifyRecordsStatus", req, cb)
|
|
269
283
|
}
|
|
270
284
|
|
|
285
|
+
/**
|
|
286
|
+
* 删除与私有域关联的VPC
|
|
287
|
+
*/
|
|
288
|
+
async DeleteSpecifyPrivateZoneVpc(
|
|
289
|
+
req: DeleteSpecifyPrivateZoneVpcRequest,
|
|
290
|
+
cb?: (error: string, rep: DeleteSpecifyPrivateZoneVpcResponse) => void
|
|
291
|
+
): Promise<DeleteSpecifyPrivateZoneVpcResponse> {
|
|
292
|
+
return this.request("DeleteSpecifyPrivateZoneVpc", req, cb)
|
|
293
|
+
}
|
|
294
|
+
|
|
271
295
|
/**
|
|
272
296
|
* 查询私有域解析开通状态
|
|
273
297
|
*/
|
|
@@ -219,6 +219,28 @@ export interface DatePoint {
|
|
|
219
219
|
Value: number
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
+
/**
|
|
223
|
+
* DeleteSpecifyPrivateZoneVpc返回参数结构体
|
|
224
|
+
*/
|
|
225
|
+
export interface DeleteSpecifyPrivateZoneVpcResponse {
|
|
226
|
+
/**
|
|
227
|
+
* 私有域id
|
|
228
|
+
*/
|
|
229
|
+
ZoneId?: string
|
|
230
|
+
/**
|
|
231
|
+
* 本次删除的VPC
|
|
232
|
+
*/
|
|
233
|
+
VpcSet?: Array<VpcInfo>
|
|
234
|
+
/**
|
|
235
|
+
* 本次删除的关联账户的VPC
|
|
236
|
+
*/
|
|
237
|
+
AccountVpcSet?: Array<AccountVpcInfo>
|
|
238
|
+
/**
|
|
239
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
240
|
+
*/
|
|
241
|
+
RequestId?: string
|
|
242
|
+
}
|
|
243
|
+
|
|
222
244
|
/**
|
|
223
245
|
* DescribeAccountVpcList返回参数结构体
|
|
224
246
|
*/
|
|
@@ -314,6 +336,28 @@ export interface PrivateZoneRecord {
|
|
|
314
336
|
Enabled: number
|
|
315
337
|
}
|
|
316
338
|
|
|
339
|
+
/**
|
|
340
|
+
* AddSpecifyPrivateZoneVpc返回参数结构体
|
|
341
|
+
*/
|
|
342
|
+
export interface AddSpecifyPrivateZoneVpcResponse {
|
|
343
|
+
/**
|
|
344
|
+
* zone id
|
|
345
|
+
*/
|
|
346
|
+
ZoneId?: string
|
|
347
|
+
/**
|
|
348
|
+
* 本次新增的vpc
|
|
349
|
+
*/
|
|
350
|
+
VpcSet?: Array<VpcInfo>
|
|
351
|
+
/**
|
|
352
|
+
* 本次新增的关联账号vpc
|
|
353
|
+
*/
|
|
354
|
+
AccountVpcSet?: Array<AccountVpcInfo>
|
|
355
|
+
/**
|
|
356
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
357
|
+
*/
|
|
358
|
+
RequestId?: string
|
|
359
|
+
}
|
|
360
|
+
|
|
317
361
|
/**
|
|
318
362
|
* DeleteEndPoint请求参数结构体
|
|
319
363
|
*/
|
|
@@ -342,6 +386,24 @@ export interface AuditLogInfo {
|
|
|
342
386
|
Content: string
|
|
343
387
|
}
|
|
344
388
|
|
|
389
|
+
/**
|
|
390
|
+
* AddSpecifyPrivateZoneVpc请求参数结构体
|
|
391
|
+
*/
|
|
392
|
+
export interface AddSpecifyPrivateZoneVpcRequest {
|
|
393
|
+
/**
|
|
394
|
+
* 私有域id
|
|
395
|
+
*/
|
|
396
|
+
ZoneId: string
|
|
397
|
+
/**
|
|
398
|
+
* 本次新增的vpc信息
|
|
399
|
+
*/
|
|
400
|
+
VpcSet?: Array<VpcInfo>
|
|
401
|
+
/**
|
|
402
|
+
* 本次新增关联账户vpc信息
|
|
403
|
+
*/
|
|
404
|
+
AccountVpcSet?: Array<AccountVpcInfo>
|
|
405
|
+
}
|
|
406
|
+
|
|
345
407
|
/**
|
|
346
408
|
* DescribeRequestData请求参数结构体
|
|
347
409
|
*/
|
|
@@ -578,21 +640,21 @@ export interface ModifyPrivateZoneResponse {
|
|
|
578
640
|
}
|
|
579
641
|
|
|
580
642
|
/**
|
|
581
|
-
*
|
|
643
|
+
* DeleteSpecifyPrivateZoneVpc请求参数结构体
|
|
582
644
|
*/
|
|
583
|
-
export interface
|
|
645
|
+
export interface DeleteSpecifyPrivateZoneVpcRequest {
|
|
584
646
|
/**
|
|
585
|
-
*
|
|
647
|
+
* 私有域id
|
|
586
648
|
*/
|
|
587
|
-
|
|
649
|
+
ZoneId: string
|
|
588
650
|
/**
|
|
589
|
-
*
|
|
651
|
+
* 本次删除的VPC
|
|
590
652
|
*/
|
|
591
|
-
|
|
653
|
+
VpcSet?: Array<VpcInfo>
|
|
592
654
|
/**
|
|
593
|
-
*
|
|
655
|
+
* 本次删除的关联账户VPC
|
|
594
656
|
*/
|
|
595
|
-
|
|
657
|
+
AccountVpcSet?: Array<AccountVpcInfo>
|
|
596
658
|
}
|
|
597
659
|
|
|
598
660
|
/**
|
|
@@ -1060,6 +1122,24 @@ export interface ModifyPrivateZoneRecordRequest {
|
|
|
1060
1122
|
TTL?: number
|
|
1061
1123
|
}
|
|
1062
1124
|
|
|
1125
|
+
/**
|
|
1126
|
+
* DescribePrivateZoneList请求参数结构体
|
|
1127
|
+
*/
|
|
1128
|
+
export interface DescribePrivateZoneListRequest {
|
|
1129
|
+
/**
|
|
1130
|
+
* 分页偏移量,从0开始
|
|
1131
|
+
*/
|
|
1132
|
+
Offset?: number
|
|
1133
|
+
/**
|
|
1134
|
+
* 分页限制数目, 最大100,默认20
|
|
1135
|
+
*/
|
|
1136
|
+
Limit?: number
|
|
1137
|
+
/**
|
|
1138
|
+
* 过滤参数
|
|
1139
|
+
*/
|
|
1140
|
+
Filters?: Array<Filter>
|
|
1141
|
+
}
|
|
1142
|
+
|
|
1063
1143
|
/**
|
|
1064
1144
|
* DeletePrivateDNSAccount返回参数结构体
|
|
1065
1145
|
*/
|