tencentcloud-sdk-nodejs 4.0.690 → 4.0.691
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 +332 -0
- package/SERVICE_CHANGELOG.md +498 -109
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +8 -4
- 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 +28 -11
- package/src/services/ess/v20201111/ess_models.ts +126 -15
- 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/v20200303/iai_models.ts +2 -2
- package/src/services/mps/v20190612/mps_client.ts +50 -12
- package/src/services/mps/v20190612/mps_models.ts +1191 -379
- package/src/services/organization/v20210331/organization_client.ts +31 -7
- package/src/services/organization/v20210331/organization_models.ts +128 -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/tts/v20190823/tts_models.ts +8 -0
- package/src/services/waf/v20180125/waf_models.ts +53 -24
- 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/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 +16 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +124 -15
- 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/v20200303/iai_models.d.ts +2 -2
- 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 +1162 -377
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +124 -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/tts/v20190823/tts_models.d.ts +8 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +53 -24
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/organization.v20210331.test.js +20 -0
- package/test/privatedns.v20201028.test.js +20 -0
- package/test/tdmq.v20200217.test.js +30 -0
|
@@ -34,30 +34,31 @@ 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
42
|
ListOrganizationIdentityRequest,
|
|
43
43
|
AuthNode,
|
|
44
44
|
DescribeOrganizationMemberEmailBindResponse,
|
|
45
45
|
DeleteOrganizationMembersRequest,
|
|
46
|
-
|
|
46
|
+
CreateOrganizationResponse,
|
|
47
47
|
DescribeOrganizationMemberPoliciesResponse,
|
|
48
48
|
DeleteOrganizationNodesRequest,
|
|
49
49
|
IdentityPolicy,
|
|
50
50
|
AddOrganizationNodeResponse,
|
|
51
|
-
|
|
51
|
+
BindOrganizationMemberAuthAccountResponse,
|
|
52
52
|
OrgFinancialByMonth,
|
|
53
53
|
DescribeOrganizationFinancialByProductResponse,
|
|
54
54
|
AddOrganizationMemberEmailRequest,
|
|
55
|
-
|
|
55
|
+
DeleteOrganizationRequest,
|
|
56
56
|
ListOrganizationIdentityResponse,
|
|
57
57
|
DescribeOrganizationNodesResponse,
|
|
58
58
|
DeleteOrganizationMembersPolicyRequest,
|
|
59
59
|
DescribeOrganizationMembersResponse,
|
|
60
60
|
CreateOrganizationMemberPolicyResponse,
|
|
61
|
+
DescribeOrganizationFinancialByProductRequest,
|
|
61
62
|
CancelOrganizationMemberAuthAccountResponse,
|
|
62
63
|
OrgMemberAuthAccount,
|
|
63
64
|
UpdateOrganizationMemberRequest,
|
|
@@ -65,7 +66,7 @@ import {
|
|
|
65
66
|
DescribeOrganizationMemberPoliciesRequest,
|
|
66
67
|
DescribeOrganizationMemberEmailBindRequest,
|
|
67
68
|
UpdateOrganizationMemberEmailBindResponse,
|
|
68
|
-
|
|
69
|
+
AddOrganizationNodeRequest,
|
|
69
70
|
DescribeOrganizationMemberAuthIdentitiesResponse,
|
|
70
71
|
OrgMemberFinancial,
|
|
71
72
|
DescribeOrganizationAuthNodeRequest,
|
|
@@ -75,17 +76,20 @@ import {
|
|
|
75
76
|
UpdateOrganizationMemberResponse,
|
|
76
77
|
DeleteOrganizationNodesResponse,
|
|
77
78
|
DescribeOrganizationFinancialByMemberResponse,
|
|
79
|
+
DeleteOrganizationResponse,
|
|
78
80
|
DescribeOrganizationMemberAuthAccountsResponse,
|
|
79
|
-
|
|
81
|
+
DeleteOrganizationMembersPolicyResponse,
|
|
80
82
|
OrgMemberAuthIdentity,
|
|
81
83
|
MemberMainInfo,
|
|
82
84
|
CreateOrganizationMemberRequest,
|
|
83
85
|
MoveOrganizationNodeMembersResponse,
|
|
84
86
|
DescribeOrganizationMembersRequest,
|
|
85
87
|
MemberIdentity,
|
|
88
|
+
OrgIdentity,
|
|
86
89
|
DeleteOrganizationMemberAuthIdentityResponse,
|
|
87
90
|
UpdateOrganizationMemberEmailBindRequest,
|
|
88
91
|
OrgNode,
|
|
92
|
+
DeleteOrganizationMemberAuthIdentityRequest,
|
|
89
93
|
} from "./organization_models"
|
|
90
94
|
|
|
91
95
|
/**
|
|
@@ -237,6 +241,16 @@ export class Client extends AbstractClient {
|
|
|
237
241
|
return this.request("DescribeOrganizationMemberPolicies", req, cb)
|
|
238
242
|
}
|
|
239
243
|
|
|
244
|
+
/**
|
|
245
|
+
* 删除企业组织
|
|
246
|
+
*/
|
|
247
|
+
async DeleteOrganization(
|
|
248
|
+
req?: DeleteOrganizationRequest,
|
|
249
|
+
cb?: (error: string, rep: DeleteOrganizationResponse) => void
|
|
250
|
+
): Promise<DeleteOrganizationResponse> {
|
|
251
|
+
return this.request("DeleteOrganization", req, cb)
|
|
252
|
+
}
|
|
253
|
+
|
|
240
254
|
/**
|
|
241
255
|
* 取消组织成员和组织管理员子账号的授权关系
|
|
242
256
|
|
|
@@ -278,6 +292,16 @@ export class Client extends AbstractClient {
|
|
|
278
292
|
return this.request("MoveOrganizationNodeMembers", req, cb)
|
|
279
293
|
}
|
|
280
294
|
|
|
295
|
+
/**
|
|
296
|
+
* 创建企业组织
|
|
297
|
+
*/
|
|
298
|
+
async CreateOrganization(
|
|
299
|
+
req?: CreateOrganizationRequest,
|
|
300
|
+
cb?: (error: string, rep: CreateOrganizationResponse) => void
|
|
301
|
+
): Promise<CreateOrganizationResponse> {
|
|
302
|
+
return this.request("CreateOrganization", req, cb)
|
|
303
|
+
}
|
|
304
|
+
|
|
281
305
|
/**
|
|
282
306
|
* 添加组织成员邮箱
|
|
283
307
|
*/
|
|
@@ -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返回参数结构体
|
|
@@ -592,17 +566,21 @@ export interface DeleteOrganizationMembersRequest {
|
|
|
592
566
|
}
|
|
593
567
|
|
|
594
568
|
/**
|
|
595
|
-
*
|
|
569
|
+
* CreateOrganization返回参数结构体
|
|
596
570
|
*/
|
|
597
|
-
export interface
|
|
571
|
+
export interface CreateOrganizationResponse {
|
|
598
572
|
/**
|
|
599
|
-
*
|
|
573
|
+
* 企业组织ID
|
|
600
574
|
*/
|
|
601
|
-
|
|
575
|
+
OrgId: number
|
|
602
576
|
/**
|
|
603
|
-
*
|
|
577
|
+
* 创建者昵称
|
|
604
578
|
*/
|
|
605
|
-
|
|
579
|
+
NickName: string
|
|
580
|
+
/**
|
|
581
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
582
|
+
*/
|
|
583
|
+
RequestId?: string
|
|
606
584
|
}
|
|
607
585
|
|
|
608
586
|
/**
|
|
@@ -664,14 +642,9 @@ export interface AddOrganizationNodeResponse {
|
|
|
664
642
|
}
|
|
665
643
|
|
|
666
644
|
/**
|
|
667
|
-
*
|
|
645
|
+
* BindOrganizationMemberAuthAccount返回参数结构体
|
|
668
646
|
*/
|
|
669
|
-
export interface
|
|
670
|
-
/**
|
|
671
|
-
* 产品消耗详情。
|
|
672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
673
|
-
*/
|
|
674
|
-
Items?: Array<OrgFinancialByMonth>
|
|
647
|
+
export interface BindOrganizationMemberAuthAccountResponse {
|
|
675
648
|
/**
|
|
676
649
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
677
650
|
*/
|
|
@@ -752,34 +725,9 @@ export interface AddOrganizationMemberEmailRequest {
|
|
|
752
725
|
}
|
|
753
726
|
|
|
754
727
|
/**
|
|
755
|
-
*
|
|
728
|
+
* DeleteOrganization请求参数结构体
|
|
756
729
|
*/
|
|
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
|
-
}
|
|
730
|
+
export type DeleteOrganizationRequest = null
|
|
783
731
|
|
|
784
732
|
/**
|
|
785
733
|
* ListOrganizationIdentity返回参数结构体
|
|
@@ -864,6 +812,36 @@ export interface CreateOrganizationMemberPolicyResponse {
|
|
|
864
812
|
RequestId?: string
|
|
865
813
|
}
|
|
866
814
|
|
|
815
|
+
/**
|
|
816
|
+
* DescribeOrganizationFinancialByProduct请求参数结构体
|
|
817
|
+
*/
|
|
818
|
+
export interface DescribeOrganizationFinancialByProductRequest {
|
|
819
|
+
/**
|
|
820
|
+
* 查询开始月份。格式:yyyy-mm,例如:2021-01
|
|
821
|
+
*/
|
|
822
|
+
Month: string
|
|
823
|
+
/**
|
|
824
|
+
* 限制数目。取值范围:1~50,默认值:10
|
|
825
|
+
*/
|
|
826
|
+
Limit?: number
|
|
827
|
+
/**
|
|
828
|
+
* 偏移量。取值是limit的整数倍,默认值 : 0
|
|
829
|
+
*/
|
|
830
|
+
Offset?: number
|
|
831
|
+
/**
|
|
832
|
+
* 查询结束月份。格式:yyyy-mm,例如:2021-01,默认值为查询开始月份
|
|
833
|
+
*/
|
|
834
|
+
EndMonth?: string
|
|
835
|
+
/**
|
|
836
|
+
* 查询成员列表。 最大100个
|
|
837
|
+
*/
|
|
838
|
+
MemberUins?: Array<number | bigint>
|
|
839
|
+
/**
|
|
840
|
+
* 查询产品列表。 最大100个
|
|
841
|
+
*/
|
|
842
|
+
ProductCodes?: Array<string>
|
|
843
|
+
}
|
|
844
|
+
|
|
867
845
|
/**
|
|
868
846
|
* CancelOrganizationMemberAuthAccount返回参数结构体
|
|
869
847
|
*/
|
|
@@ -1093,13 +1071,21 @@ export interface UpdateOrganizationMemberEmailBindResponse {
|
|
|
1093
1071
|
}
|
|
1094
1072
|
|
|
1095
1073
|
/**
|
|
1096
|
-
*
|
|
1074
|
+
* AddOrganizationNode请求参数结构体
|
|
1097
1075
|
*/
|
|
1098
|
-
export interface
|
|
1076
|
+
export interface AddOrganizationNodeRequest {
|
|
1099
1077
|
/**
|
|
1100
|
-
*
|
|
1078
|
+
* 父节点ID。可以调用DescribeOrganizationNodes获取
|
|
1101
1079
|
*/
|
|
1102
|
-
|
|
1080
|
+
ParentNodeId: number
|
|
1081
|
+
/**
|
|
1082
|
+
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
1083
|
+
*/
|
|
1084
|
+
Name: string
|
|
1085
|
+
/**
|
|
1086
|
+
* 备注。
|
|
1087
|
+
*/
|
|
1088
|
+
Remark?: string
|
|
1103
1089
|
}
|
|
1104
1090
|
|
|
1105
1091
|
/**
|
|
@@ -1269,6 +1255,16 @@ export interface DescribeOrganizationFinancialByMemberResponse {
|
|
|
1269
1255
|
RequestId?: string
|
|
1270
1256
|
}
|
|
1271
1257
|
|
|
1258
|
+
/**
|
|
1259
|
+
* DeleteOrganization返回参数结构体
|
|
1260
|
+
*/
|
|
1261
|
+
export interface DeleteOrganizationResponse {
|
|
1262
|
+
/**
|
|
1263
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1264
|
+
*/
|
|
1265
|
+
RequestId?: string
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1272
1268
|
/**
|
|
1273
1269
|
* DescribeOrganizationMemberAuthAccounts返回参数结构体
|
|
1274
1270
|
*/
|
|
@@ -1290,21 +1286,13 @@ export interface DescribeOrganizationMemberAuthAccountsResponse {
|
|
|
1290
1286
|
}
|
|
1291
1287
|
|
|
1292
1288
|
/**
|
|
1293
|
-
*
|
|
1289
|
+
* DeleteOrganizationMembersPolicy返回参数结构体
|
|
1294
1290
|
*/
|
|
1295
|
-
export interface
|
|
1296
|
-
/**
|
|
1297
|
-
* 父节点ID。可以调用DescribeOrganizationNodes获取
|
|
1298
|
-
*/
|
|
1299
|
-
ParentNodeId: number
|
|
1300
|
-
/**
|
|
1301
|
-
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
1302
|
-
*/
|
|
1303
|
-
Name: string
|
|
1291
|
+
export interface DeleteOrganizationMembersPolicyResponse {
|
|
1304
1292
|
/**
|
|
1305
|
-
*
|
|
1293
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1306
1294
|
*/
|
|
1307
|
-
|
|
1295
|
+
RequestId?: string
|
|
1308
1296
|
}
|
|
1309
1297
|
|
|
1310
1298
|
/**
|
|
@@ -1466,6 +1454,42 @@ export interface MemberIdentity {
|
|
|
1466
1454
|
IdentityAliasName: string
|
|
1467
1455
|
}
|
|
1468
1456
|
|
|
1457
|
+
/**
|
|
1458
|
+
* 组织身份
|
|
1459
|
+
*/
|
|
1460
|
+
export interface OrgIdentity {
|
|
1461
|
+
/**
|
|
1462
|
+
* 身份ID。
|
|
1463
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1464
|
+
*/
|
|
1465
|
+
IdentityId: number
|
|
1466
|
+
/**
|
|
1467
|
+
* 身份名称。
|
|
1468
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1469
|
+
*/
|
|
1470
|
+
IdentityAliasName: string
|
|
1471
|
+
/**
|
|
1472
|
+
* 描述。
|
|
1473
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1474
|
+
*/
|
|
1475
|
+
Description: string
|
|
1476
|
+
/**
|
|
1477
|
+
* 身份策略。
|
|
1478
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1479
|
+
*/
|
|
1480
|
+
IdentityPolicy: Array<IdentityPolicy>
|
|
1481
|
+
/**
|
|
1482
|
+
* 身份类型。 1-预设、 2-自定义
|
|
1483
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1484
|
+
*/
|
|
1485
|
+
IdentityType: number
|
|
1486
|
+
/**
|
|
1487
|
+
* 更新时间。
|
|
1488
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1489
|
+
*/
|
|
1490
|
+
UpdateTime: string
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1469
1493
|
/**
|
|
1470
1494
|
* DeleteOrganizationMemberAuthIdentity返回参数结构体
|
|
1471
1495
|
*/
|
|
@@ -1537,3 +1561,17 @@ export interface OrgNode {
|
|
|
1537
1561
|
*/
|
|
1538
1562
|
UpdateTime: string
|
|
1539
1563
|
}
|
|
1564
|
+
|
|
1565
|
+
/**
|
|
1566
|
+
* DeleteOrganizationMemberAuthIdentity请求参数结构体
|
|
1567
|
+
*/
|
|
1568
|
+
export interface DeleteOrganizationMemberAuthIdentityRequest {
|
|
1569
|
+
/**
|
|
1570
|
+
* 成员uin。
|
|
1571
|
+
*/
|
|
1572
|
+
MemberUin: number
|
|
1573
|
+
/**
|
|
1574
|
+
* 身份Id。
|
|
1575
|
+
*/
|
|
1576
|
+
IdentityId: number
|
|
1577
|
+
}
|
|
@@ -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
|
*/
|