tencentcloud-sdk-nodejs 4.0.617 → 4.0.618
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 +304 -0
- package/SERVICE_CHANGELOG.md +528 -23
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +9 -0
- package/src/services/cdwch/v20200915/cdwch_client.ts +21 -8
- package/src/services/cdwch/v20200915/cdwch_models.ts +131 -61
- package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -27
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +10 -4
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +5 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +42 -0
- package/src/services/dts/v20180330/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +15 -3
- package/src/services/ess/v20201111/ess_models.ts +59 -28
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -6
- package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +10 -0
- package/src/services/mps/v20190612/mps_client.ts +2 -0
- package/src/services/mps/v20190612/mps_models.ts +72 -5
- package/src/services/ocr/v20181119/ocr_models.ts +5 -4
- package/src/services/organization/v20210331/organization_client.ts +39 -3
- package/src/services/organization/v20210331/organization_models.ts +163 -14
- package/src/services/postgres/v20170312/postgres_models.ts +14 -6
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +111 -52
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +47 -23
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +9 -4
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +4 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +35 -0
- package/tencentcloud/services/dts/v20180330/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -25
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -6
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +62 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +141 -14
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +12 -5
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/test/cdwch.v20200915.test.js +12 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/organization.v20210331.test.js +30 -0
|
@@ -3884,6 +3884,10 @@ export interface AsrFullTextConfigureInfoForUpdate {
|
|
|
3884
3884
|
<li>vtt:生成 WebVTT 字幕文件。</li>
|
|
3885
3885
|
*/
|
|
3886
3886
|
SubtitleFormat?: string;
|
|
3887
|
+
/**
|
|
3888
|
+
* 视频源语言。
|
|
3889
|
+
*/
|
|
3890
|
+
SourceLanguage?: string;
|
|
3887
3891
|
}
|
|
3888
3892
|
/**
|
|
3889
3893
|
* CreatePersonSample返回参数结构体
|
|
@@ -6147,7 +6151,7 @@ export interface CreateAIRecognitionTemplateResponse {
|
|
|
6147
6151
|
/**
|
|
6148
6152
|
* 视频内容识别模板唯一标识。
|
|
6149
6153
|
*/
|
|
6150
|
-
Definition
|
|
6154
|
+
Definition?: number;
|
|
6151
6155
|
/**
|
|
6152
6156
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6153
6157
|
*/
|
|
@@ -7839,6 +7843,10 @@ export interface ModifyAIRecognitionTemplateRequest {
|
|
|
7839
7843
|
* 语音关键词识别控制参数。
|
|
7840
7844
|
*/
|
|
7841
7845
|
AsrWordsConfigure?: AsrWordsConfigureInfoForUpdate;
|
|
7846
|
+
/**
|
|
7847
|
+
* 语音翻译控制参数。
|
|
7848
|
+
*/
|
|
7849
|
+
TranslateConfigure?: TranslateConfigureInfoForUpdate;
|
|
7842
7850
|
}
|
|
7843
7851
|
/**
|
|
7844
7852
|
* ParseNotification返回参数结构体
|
|
@@ -8173,6 +8181,10 @@ export interface AsrFullTextConfigureInfo {
|
|
|
8173
8181
|
<li>vtt:生成 WebVTT 字幕文件。</li>
|
|
8174
8182
|
*/
|
|
8175
8183
|
SubtitleFormat?: string;
|
|
8184
|
+
/**
|
|
8185
|
+
* 视频源语言。
|
|
8186
|
+
*/
|
|
8187
|
+
SourceLanguage?: string;
|
|
8176
8188
|
}
|
|
8177
8189
|
/**
|
|
8178
8190
|
* 去伪影(毛刺)配置
|
|
@@ -8226,6 +8238,10 @@ export interface CreateAIRecognitionTemplateRequest {
|
|
|
8226
8238
|
* 语音关键词识别控制参数。
|
|
8227
8239
|
*/
|
|
8228
8240
|
AsrWordsConfigure?: AsrWordsConfigureInfo;
|
|
8241
|
+
/**
|
|
8242
|
+
* 语音翻译控制参数。
|
|
8243
|
+
*/
|
|
8244
|
+
TranslateConfigure?: TranslateConfigureInfo;
|
|
8229
8245
|
}
|
|
8230
8246
|
/**
|
|
8231
8247
|
* DescribeTaskDetail请求参数结构体
|
|
@@ -10618,6 +10634,25 @@ export interface TerrorismImgReviewTemplateInfo {
|
|
|
10618
10634
|
*/
|
|
10619
10635
|
ReviewConfidence?: number;
|
|
10620
10636
|
}
|
|
10637
|
+
/**
|
|
10638
|
+
* 语音翻译任务控制参数
|
|
10639
|
+
*/
|
|
10640
|
+
export interface TranslateConfigureInfo {
|
|
10641
|
+
/**
|
|
10642
|
+
* 语音翻译任务开关,可选值:
|
|
10643
|
+
<li>ON:开启智能语音翻译任务;</li>
|
|
10644
|
+
<li>OFF:关闭智能语音翻译任务。</li>
|
|
10645
|
+
*/
|
|
10646
|
+
Switch: string;
|
|
10647
|
+
/**
|
|
10648
|
+
* 视频源语言。
|
|
10649
|
+
*/
|
|
10650
|
+
SourceLanguage?: string;
|
|
10651
|
+
/**
|
|
10652
|
+
* 翻译目标语言。
|
|
10653
|
+
*/
|
|
10654
|
+
DestinationLanguage?: string;
|
|
10655
|
+
}
|
|
10621
10656
|
/**
|
|
10622
10657
|
* 传输流媒体的音频数据。
|
|
10623
10658
|
*/
|
|
@@ -10660,7 +10695,7 @@ export interface DescribeTranscodeTemplatesRequest {
|
|
|
10660
10695
|
*/
|
|
10661
10696
|
ContainerType?: string;
|
|
10662
10697
|
/**
|
|
10663
|
-
*
|
|
10698
|
+
* (建议使用TranscodeType代替)极速高清过滤条件,用于过滤普通转码或极速高清转码模板,可选值:
|
|
10664
10699
|
<li>Common:普通转码模板;</li>
|
|
10665
10700
|
<li>TEHD:极速高清模板。</li>
|
|
10666
10701
|
*/
|
|
@@ -10676,9 +10711,12 @@ export interface DescribeTranscodeTemplatesRequest {
|
|
|
10676
10711
|
/**
|
|
10677
10712
|
* 模板类型(替换旧版本 TEHDType),可选值:
|
|
10678
10713
|
<li>Common:普通转码模板;</li>
|
|
10679
|
-
<li>TEHD
|
|
10714
|
+
<li>TEHD:视频极速高清,老的类型(建议使用 TEHD-100) 。</li>
|
|
10715
|
+
<li>TEHD-100:视频极速高清</li>
|
|
10716
|
+
<li>TEHD-200:音频极速高清</li>
|
|
10680
10717
|
<li>Enhance:音视频增强模板。</li>
|
|
10681
10718
|
默认空,不限制类型。
|
|
10719
|
+
|
|
10682
10720
|
*/
|
|
10683
10721
|
TranscodeType?: string;
|
|
10684
10722
|
}
|
|
@@ -11563,11 +11601,11 @@ export interface DescribeTranscodeTemplatesResponse {
|
|
|
11563
11601
|
/**
|
|
11564
11602
|
* 符合过滤条件的记录总数。
|
|
11565
11603
|
*/
|
|
11566
|
-
TotalCount
|
|
11604
|
+
TotalCount?: number;
|
|
11567
11605
|
/**
|
|
11568
11606
|
* 转码模板详情列表。
|
|
11569
11607
|
*/
|
|
11570
|
-
TranscodeTemplateSet
|
|
11608
|
+
TranscodeTemplateSet?: Array<TranscodeTemplate>;
|
|
11571
11609
|
/**
|
|
11572
11610
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11573
11611
|
*/
|
|
@@ -11753,6 +11791,25 @@ export interface CreateAnimatedGraphicsTemplateResponse {
|
|
|
11753
11791
|
*/
|
|
11754
11792
|
RequestId?: string;
|
|
11755
11793
|
}
|
|
11794
|
+
/**
|
|
11795
|
+
* 语音翻译任务控制参数
|
|
11796
|
+
*/
|
|
11797
|
+
export interface TranslateConfigureInfoForUpdate {
|
|
11798
|
+
/**
|
|
11799
|
+
* 语音翻译任务开关,可选值:
|
|
11800
|
+
<li>ON:开启智能语音翻译任务;</li>
|
|
11801
|
+
<li>OFF:关闭智能语音翻译任务。</li>
|
|
11802
|
+
*/
|
|
11803
|
+
Switch?: string;
|
|
11804
|
+
/**
|
|
11805
|
+
* 视频源语言。
|
|
11806
|
+
*/
|
|
11807
|
+
SourceLanguage?: string;
|
|
11808
|
+
/**
|
|
11809
|
+
* 翻译目标语言。
|
|
11810
|
+
*/
|
|
11811
|
+
DestinationLanguage?: string;
|
|
11812
|
+
}
|
|
11756
11813
|
/**
|
|
11757
11814
|
* 采样截图模板详情
|
|
11758
11815
|
*/
|
|
@@ -2418,6 +2418,10 @@ export interface BizLicenseOCRRequest {
|
|
|
2418
2418
|
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
2419
2419
|
*/
|
|
2420
2420
|
ImageUrl?: string;
|
|
2421
|
+
/**
|
|
2422
|
+
* 是否返回黑白复印件告警码,默认为false
|
|
2423
|
+
*/
|
|
2424
|
+
EnableCopyWarn?: boolean;
|
|
2421
2425
|
}
|
|
2422
2426
|
/**
|
|
2423
2427
|
* MixedInvoiceDetect返回参数结构体
|
|
@@ -8638,16 +8642,12 @@ export interface BizLicenseOCRResponse {
|
|
|
8638
8642
|
SetDate?: string;
|
|
8639
8643
|
/**
|
|
8640
8644
|
* Code 告警码列表和释义:
|
|
8641
|
-
-20001 非营业执照
|
|
8642
8645
|
-9102 黑白复印件告警
|
|
8643
|
-
注:告警码可以同时存在多个
|
|
8644
8646
|
*/
|
|
8645
8647
|
RecognizeWarnCode?: Array<number>;
|
|
8646
8648
|
/**
|
|
8647
8649
|
* 告警码说明:
|
|
8648
|
-
OCR_WARNING_TYPE_NOT_MATCH 非营业执照
|
|
8649
8650
|
WARN_COPY_CARD 黑白复印件告警
|
|
8650
|
-
注:告警信息可以同时存在多个
|
|
8651
8651
|
*/
|
|
8652
8652
|
RecognizeWarnMsg?: Array<string>;
|
|
8653
8653
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeOrganizationAuthNodeResponse, BindOrganizationMemberAuthAccountRequest, DeleteOrganizationMembersResponse, DescribeOrganizationMemberAuthIdentitiesRequest, CreateOrganizationMemberPolicyRequest, DescribeOrganizationRequest, DescribeOrganizationNodesRequest, BindOrganizationMemberAuthAccountResponse, CreateOrganizationMemberResponse, MoveOrganizationNodeMembersRequest, ListOrganizationIdentityRequest,
|
|
3
|
+
import { DescribeOrganizationAuthNodeResponse, BindOrganizationMemberAuthAccountRequest, UpdateOrganizationMemberEmailBindResponse, DeleteOrganizationMembersResponse, MoveOrganizationNodeMembersResponse, DescribeOrganizationMemberAuthIdentitiesRequest, AddOrganizationMemberEmailResponse, UpdateOrganizationNodeResponse, CreateOrganizationMemberPolicyRequest, DescribeOrganizationRequest, DescribeOrganizationNodesRequest, BindOrganizationMemberAuthAccountResponse, CreateOrganizationMemberResponse, MoveOrganizationNodeMembersRequest, ListOrganizationIdentityRequest, DescribeOrganizationMemberEmailBindResponse, DeleteOrganizationMembersRequest, DescribeOrganizationMemberPoliciesResponse, DeleteOrganizationNodesRequest, AddOrganizationNodeResponse, AddOrganizationMemberEmailRequest, ListOrganizationIdentityResponse, DescribeOrganizationNodesResponse, DescribeOrganizationMembersResponse, CreateOrganizationMemberPolicyResponse, CancelOrganizationMemberAuthAccountResponse, DescribeOrganizationResponse, DescribeOrganizationMemberPoliciesRequest, AddOrganizationNodeRequest, DescribeOrganizationMemberAuthIdentitiesResponse, DescribeOrganizationAuthNodeRequest, UpdateOrganizationNodeRequest, DescribeOrganizationMemberAuthAccountsRequest, CancelOrganizationMemberAuthAccountRequest, DeleteOrganizationNodesResponse, DescribeOrganizationMemberEmailBindRequest, DescribeOrganizationMemberAuthAccountsResponse, CreateOrganizationMemberRequest, DescribeOrganizationMembersRequest, UpdateOrganizationMemberEmailBindRequest } from "./organization_models";
|
|
4
4
|
/**
|
|
5
5
|
* organization client
|
|
6
6
|
* @class
|
|
@@ -52,6 +52,10 @@ export declare class Client extends AbstractClient {
|
|
|
52
52
|
* 获取组织节点列表
|
|
53
53
|
*/
|
|
54
54
|
DescribeOrganizationNodes(req: DescribeOrganizationNodesRequest, cb?: (error: string, rep: DescribeOrganizationNodesResponse) => void): Promise<DescribeOrganizationNodesResponse>;
|
|
55
|
+
/**
|
|
56
|
+
* 修改绑定成员邮箱
|
|
57
|
+
*/
|
|
58
|
+
UpdateOrganizationMemberEmailBind(req: UpdateOrganizationMemberEmailBindRequest, cb?: (error: string, rep: UpdateOrganizationMemberEmailBindResponse) => void): Promise<UpdateOrganizationMemberEmailBindResponse>;
|
|
55
59
|
/**
|
|
56
60
|
* 添加企业组织节点
|
|
57
61
|
*/
|
|
@@ -76,4 +80,12 @@ export declare class Client extends AbstractClient {
|
|
|
76
80
|
* 获取组织成员访问身份列表
|
|
77
81
|
*/
|
|
78
82
|
ListOrganizationIdentity(req: ListOrganizationIdentityRequest, cb?: (error: string, rep: ListOrganizationIdentityResponse) => void): Promise<ListOrganizationIdentityResponse>;
|
|
83
|
+
/**
|
|
84
|
+
* 添加组织成员邮箱
|
|
85
|
+
*/
|
|
86
|
+
AddOrganizationMemberEmail(req: AddOrganizationMemberEmailRequest, cb?: (error: string, rep: AddOrganizationMemberEmailResponse) => void): Promise<AddOrganizationMemberEmailResponse>;
|
|
87
|
+
/**
|
|
88
|
+
* 查询成员邮箱绑定详细信息
|
|
89
|
+
*/
|
|
90
|
+
DescribeOrganizationMemberEmailBind(req: DescribeOrganizationMemberEmailBindRequest, cb?: (error: string, rep: DescribeOrganizationMemberEmailBindResponse) => void): Promise<DescribeOrganizationMemberEmailBindResponse>;
|
|
79
91
|
}
|
|
@@ -94,6 +94,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
94
94
|
async DescribeOrganizationNodes(req, cb) {
|
|
95
95
|
return this.request("DescribeOrganizationNodes", req, cb);
|
|
96
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* 修改绑定成员邮箱
|
|
99
|
+
*/
|
|
100
|
+
async UpdateOrganizationMemberEmailBind(req, cb) {
|
|
101
|
+
return this.request("UpdateOrganizationMemberEmailBind", req, cb);
|
|
102
|
+
}
|
|
97
103
|
/**
|
|
98
104
|
* 添加企业组织节点
|
|
99
105
|
*/
|
|
@@ -130,5 +136,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
130
136
|
async ListOrganizationIdentity(req, cb) {
|
|
131
137
|
return this.request("ListOrganizationIdentity", req, cb);
|
|
132
138
|
}
|
|
139
|
+
/**
|
|
140
|
+
* 添加组织成员邮箱
|
|
141
|
+
*/
|
|
142
|
+
async AddOrganizationMemberEmail(req, cb) {
|
|
143
|
+
return this.request("AddOrganizationMemberEmail", req, cb);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* 查询成员邮箱绑定详细信息
|
|
147
|
+
*/
|
|
148
|
+
async DescribeOrganizationMemberEmailBind(req, cb) {
|
|
149
|
+
return this.request("DescribeOrganizationMemberEmailBind", req, cb);
|
|
150
|
+
}
|
|
133
151
|
}
|
|
134
152
|
exports.Client = Client;
|
|
@@ -47,6 +47,15 @@ export interface BindOrganizationMemberAuthAccountRequest {
|
|
|
47
47
|
*/
|
|
48
48
|
OrgSubAccountUins: Array<number>;
|
|
49
49
|
}
|
|
50
|
+
/**
|
|
51
|
+
* UpdateOrganizationMemberEmailBind返回参数结构体
|
|
52
|
+
*/
|
|
53
|
+
export interface UpdateOrganizationMemberEmailBindResponse {
|
|
54
|
+
/**
|
|
55
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
56
|
+
*/
|
|
57
|
+
RequestId?: string;
|
|
58
|
+
}
|
|
50
59
|
/**
|
|
51
60
|
* DeleteOrganizationMembers返回参数结构体
|
|
52
61
|
*/
|
|
@@ -146,6 +155,15 @@ export interface OrgMember {
|
|
|
146
155
|
*/
|
|
147
156
|
PermissionStatus: string;
|
|
148
157
|
}
|
|
158
|
+
/**
|
|
159
|
+
* MoveOrganizationNodeMembers返回参数结构体
|
|
160
|
+
*/
|
|
161
|
+
export interface MoveOrganizationNodeMembersResponse {
|
|
162
|
+
/**
|
|
163
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
164
|
+
*/
|
|
165
|
+
RequestId?: string;
|
|
166
|
+
}
|
|
149
167
|
/**
|
|
150
168
|
* DescribeOrganizationMemberAuthIdentities请求参数结构体
|
|
151
169
|
*/
|
|
@@ -163,6 +181,24 @@ export interface DescribeOrganizationMemberAuthIdentitiesRequest {
|
|
|
163
181
|
*/
|
|
164
182
|
MemberUin: number;
|
|
165
183
|
}
|
|
184
|
+
/**
|
|
185
|
+
* AddOrganizationMemberEmail返回参数结构体
|
|
186
|
+
*/
|
|
187
|
+
export interface AddOrganizationMemberEmailResponse {
|
|
188
|
+
/**
|
|
189
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
190
|
+
*/
|
|
191
|
+
RequestId?: string;
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* UpdateOrganizationNode返回参数结构体
|
|
195
|
+
*/
|
|
196
|
+
export interface UpdateOrganizationNodeResponse {
|
|
197
|
+
/**
|
|
198
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
199
|
+
*/
|
|
200
|
+
RequestId?: string;
|
|
201
|
+
}
|
|
166
202
|
/**
|
|
167
203
|
* CreateOrganizationMemberPolicy请求参数结构体
|
|
168
204
|
*/
|
|
@@ -292,9 +328,54 @@ export interface AuthNode {
|
|
|
292
328
|
Manager: MemberMainInfo;
|
|
293
329
|
}
|
|
294
330
|
/**
|
|
295
|
-
*
|
|
331
|
+
* DescribeOrganizationMemberEmailBind返回参数结构体
|
|
296
332
|
*/
|
|
297
|
-
export interface
|
|
333
|
+
export interface DescribeOrganizationMemberEmailBindResponse {
|
|
334
|
+
/**
|
|
335
|
+
* 绑定ID
|
|
336
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
337
|
+
*/
|
|
338
|
+
BindId: number;
|
|
339
|
+
/**
|
|
340
|
+
* 申请时间
|
|
341
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
|
+
*/
|
|
343
|
+
ApplyTime: string;
|
|
344
|
+
/**
|
|
345
|
+
* 邮箱地址
|
|
346
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
347
|
+
*/
|
|
348
|
+
Email: string;
|
|
349
|
+
/**
|
|
350
|
+
* 手机号
|
|
351
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
352
|
+
*/
|
|
353
|
+
Phone: string;
|
|
354
|
+
/**
|
|
355
|
+
* 绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
|
356
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
357
|
+
*/
|
|
358
|
+
BindStatus: string;
|
|
359
|
+
/**
|
|
360
|
+
* 绑定时间
|
|
361
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
362
|
+
*/
|
|
363
|
+
BindTime: string;
|
|
364
|
+
/**
|
|
365
|
+
* 失败说明
|
|
366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
367
|
+
*/
|
|
368
|
+
Description: string;
|
|
369
|
+
/**
|
|
370
|
+
* 安全手机绑定状态 未绑定:0,已绑定:1
|
|
371
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
372
|
+
*/
|
|
373
|
+
PhoneBind: number;
|
|
374
|
+
/**
|
|
375
|
+
* 国际区号
|
|
376
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
377
|
+
*/
|
|
378
|
+
CountryCode: string;
|
|
298
379
|
/**
|
|
299
380
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
300
381
|
*/
|
|
@@ -363,6 +444,27 @@ export interface IdentityPolicy {
|
|
|
363
444
|
*/
|
|
364
445
|
PolicyName: string;
|
|
365
446
|
}
|
|
447
|
+
/**
|
|
448
|
+
* AddOrganizationMemberEmail请求参数结构体
|
|
449
|
+
*/
|
|
450
|
+
export interface AddOrganizationMemberEmailRequest {
|
|
451
|
+
/**
|
|
452
|
+
* 成员Uin
|
|
453
|
+
*/
|
|
454
|
+
MemberUin: number;
|
|
455
|
+
/**
|
|
456
|
+
* 邮箱地址
|
|
457
|
+
*/
|
|
458
|
+
Email: string;
|
|
459
|
+
/**
|
|
460
|
+
* 国际区号
|
|
461
|
+
*/
|
|
462
|
+
CountryCode: string;
|
|
463
|
+
/**
|
|
464
|
+
* 手机号
|
|
465
|
+
*/
|
|
466
|
+
Phone: string;
|
|
467
|
+
}
|
|
366
468
|
/**
|
|
367
469
|
* ListOrganizationIdentity返回参数结构体
|
|
368
470
|
*/
|
|
@@ -650,13 +752,21 @@ export interface DescribeOrganizationAuthNodeRequest {
|
|
|
650
752
|
AuthName?: string;
|
|
651
753
|
}
|
|
652
754
|
/**
|
|
653
|
-
* UpdateOrganizationNode
|
|
755
|
+
* UpdateOrganizationNode请求参数结构体
|
|
654
756
|
*/
|
|
655
|
-
export interface
|
|
757
|
+
export interface UpdateOrganizationNodeRequest {
|
|
656
758
|
/**
|
|
657
|
-
*
|
|
759
|
+
* 节点ID。
|
|
658
760
|
*/
|
|
659
|
-
|
|
761
|
+
NodeId: number;
|
|
762
|
+
/**
|
|
763
|
+
* 节点名称。最大长度为40个字符,支持英文字母、数字、汉字、符号+@、&._[]-
|
|
764
|
+
*/
|
|
765
|
+
Name?: string;
|
|
766
|
+
/**
|
|
767
|
+
* 备注。
|
|
768
|
+
*/
|
|
769
|
+
Remark?: string;
|
|
660
770
|
}
|
|
661
771
|
/**
|
|
662
772
|
* DescribeOrganizationMemberAuthAccounts请求参数结构体
|
|
@@ -705,6 +815,15 @@ export interface DeleteOrganizationNodesResponse {
|
|
|
705
815
|
*/
|
|
706
816
|
RequestId?: string;
|
|
707
817
|
}
|
|
818
|
+
/**
|
|
819
|
+
* DescribeOrganizationMemberEmailBind请求参数结构体
|
|
820
|
+
*/
|
|
821
|
+
export interface DescribeOrganizationMemberEmailBindRequest {
|
|
822
|
+
/**
|
|
823
|
+
* 成员Uin
|
|
824
|
+
*/
|
|
825
|
+
MemberUin: number;
|
|
826
|
+
}
|
|
708
827
|
/**
|
|
709
828
|
* DescribeOrganizationMemberAuthAccounts返回参数结构体
|
|
710
829
|
*/
|
|
@@ -954,21 +1073,29 @@ export interface MemberIdentity {
|
|
|
954
1073
|
IdentityAliasName: string;
|
|
955
1074
|
}
|
|
956
1075
|
/**
|
|
957
|
-
*
|
|
1076
|
+
* UpdateOrganizationMemberEmailBind请求参数结构体
|
|
958
1077
|
*/
|
|
959
|
-
export interface
|
|
1078
|
+
export interface UpdateOrganizationMemberEmailBindRequest {
|
|
960
1079
|
/**
|
|
961
|
-
*
|
|
1080
|
+
* 成员Uin
|
|
962
1081
|
*/
|
|
963
|
-
|
|
1082
|
+
MemberUin: number;
|
|
964
1083
|
/**
|
|
965
|
-
*
|
|
1084
|
+
* 绑定ID
|
|
966
1085
|
*/
|
|
967
|
-
|
|
1086
|
+
BindId: number;
|
|
968
1087
|
/**
|
|
969
|
-
*
|
|
1088
|
+
* 邮箱
|
|
970
1089
|
*/
|
|
971
|
-
|
|
1090
|
+
Email: string;
|
|
1091
|
+
/**
|
|
1092
|
+
* 国际区号
|
|
1093
|
+
*/
|
|
1094
|
+
CountryCode: string;
|
|
1095
|
+
/**
|
|
1096
|
+
* 手机号
|
|
1097
|
+
*/
|
|
1098
|
+
Phone: string;
|
|
972
1099
|
}
|
|
973
1100
|
/**
|
|
974
1101
|
* 企业组织单元
|
|
@@ -967,7 +967,7 @@ export interface DescribeReadOnlyGroupsResponse {
|
|
|
967
967
|
/**
|
|
968
968
|
* 只读组列表
|
|
969
969
|
*/
|
|
970
|
-
ReadOnlyGroupList
|
|
970
|
+
ReadOnlyGroupList?: Array<ReadOnlyGroup>;
|
|
971
971
|
/**
|
|
972
972
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
973
973
|
*/
|
|
@@ -1105,6 +1105,10 @@ export interface CloseServerlessDBExtranetAccessRequest {
|
|
|
1105
1105
|
* CreateBaseBackup返回参数结构体
|
|
1106
1106
|
*/
|
|
1107
1107
|
export interface CreateBaseBackupResponse {
|
|
1108
|
+
/**
|
|
1109
|
+
* 基础备份集ID
|
|
1110
|
+
*/
|
|
1111
|
+
BaseBackupId?: string;
|
|
1108
1112
|
/**
|
|
1109
1113
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1110
1114
|
*/
|
|
@@ -3282,7 +3286,7 @@ export interface DBInstance {
|
|
|
3282
3286
|
*/
|
|
3283
3287
|
DBInstanceName: string;
|
|
3284
3288
|
/**
|
|
3285
|
-
* 实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolated(已隔离)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)
|
|
3289
|
+
* 实例状态,分别为:applying(申请中)、init(待初始化)、initing(初始化中)、running(运行中)、limited run(受限运行)、isolating(隔离中)、isolated(已隔离)、recycling(回收中)、recycled(已回收)、job running(任务执行中)、offline(下线)、migrating(迁移中)、expanding(扩容中)、waitSwitch(等待切换)、switching(切换中)、readonly(只读)、restarting(重启中)、network changing(网络变更中)、upgrading(内核版本升级中)
|
|
3286
3290
|
*/
|
|
3287
3291
|
DBInstanceStatus: string;
|
|
3288
3292
|
/**
|
|
@@ -3491,7 +3495,9 @@ export interface Filter {
|
|
|
3491
3495
|
*/
|
|
3492
3496
|
export interface DescribeReadOnlyGroupsRequest {
|
|
3493
3497
|
/**
|
|
3494
|
-
*
|
|
3498
|
+
* 按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:
|
|
3499
|
+
db-master-instance-id:按照主实例过滤,类型为string。
|
|
3500
|
+
read-only-group-id:按照只读组ID过滤,类型为string。
|
|
3495
3501
|
*/
|
|
3496
3502
|
Filters?: Array<Filter>;
|
|
3497
3503
|
/**
|
|
@@ -4734,11 +4740,11 @@ export interface DescribeBaseBackupsResponse {
|
|
|
4734
4740
|
/**
|
|
4735
4741
|
* 查询到的基础备份数量。
|
|
4736
4742
|
*/
|
|
4737
|
-
TotalCount
|
|
4743
|
+
TotalCount?: number;
|
|
4738
4744
|
/**
|
|
4739
4745
|
* 基础备份详细信息列表。
|
|
4740
4746
|
*/
|
|
4741
|
-
BaseBackupSet
|
|
4747
|
+
BaseBackupSet?: Array<BaseBackup>;
|
|
4742
4748
|
/**
|
|
4743
4749
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4744
4750
|
*/
|
|
@@ -4812,6 +4818,7 @@ export interface DescribeBaseBackupsRequest {
|
|
|
4812
4818
|
db-instance-id:按照实例ID过滤,类型为string。
|
|
4813
4819
|
db-instance-name:按照实例名过滤,类型为string。
|
|
4814
4820
|
db-instance-ip:按照实例私有网络IP地址过滤,类型为string。
|
|
4821
|
+
base-backup-id:按照备份集ID过滤,类型为string。
|
|
4815
4822
|
*/
|
|
4816
4823
|
Filters?: Array<Filter>;
|
|
4817
4824
|
/**
|
|
@@ -45,7 +45,7 @@ export interface BatchSendEmailRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
TimedParam?: TimedEmailParam;
|
|
47
47
|
/**
|
|
48
|
-
* 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语
|
|
48
|
+
* 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
|
|
49
49
|
*/
|
|
50
50
|
Unsubscribe?: string;
|
|
51
51
|
/**
|
|
@@ -312,7 +312,7 @@ export interface SendEmailRequest {
|
|
|
312
312
|
*/
|
|
313
313
|
Attachments?: Array<Attachment>;
|
|
314
314
|
/**
|
|
315
|
-
* 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语
|
|
315
|
+
* 退订链接选项 0: 不加入退订链接 1: 简体中文 2: 英文 3: 繁体中文 4: 西班牙语 5: 法语 6: 德语 7: 日语 8: 韩语 9: 阿拉伯语 10: 泰语
|
|
316
316
|
*/
|
|
317
317
|
Unsubscribe?: string;
|
|
318
318
|
/**
|
|
@@ -38,6 +38,16 @@ it("cdwch.v20200915.CreateBackUpSchedule", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("cdwch.v20200915.DestroyInstance", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DestroyInstance({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
41
51
|
it("cdwch.v20200915.ScaleUpInstance", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.ScaleUpInstance({})
|
|
@@ -128,9 +138,9 @@ it("cdwch.v20200915.DescribeClusterConfigs", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
131
|
-
it("cdwch.v20200915.
|
|
141
|
+
it("cdwch.v20200915.DescribeInstancesNew", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeInstancesNew({})
|
|
134
144
|
expect(data).to.be.ok
|
|
135
145
|
} catch(error) {
|
|
136
146
|
expect(error.requestId).to.be.ok
|
|
@@ -478,6 +478,16 @@ it("ess.v20201111.CreateSchemeUrl", async function () {
|
|
|
478
478
|
}
|
|
479
479
|
})
|
|
480
480
|
|
|
481
|
+
it("ess.v20201111.CancelUserAutoSignEnableUrl", async function () {
|
|
482
|
+
try {
|
|
483
|
+
const data = await client.CancelUserAutoSignEnableUrl({})
|
|
484
|
+
expect(data).to.be.ok
|
|
485
|
+
} catch(error) {
|
|
486
|
+
expect(error.requestId).to.be.ok
|
|
487
|
+
expect(error.code).to.be.ok
|
|
488
|
+
}
|
|
489
|
+
})
|
|
490
|
+
|
|
481
491
|
it("ess.v20201111.DescribeIntegrationDepartments", async function () {
|
|
482
492
|
try {
|
|
483
493
|
const data = await client.DescribeIntegrationDepartments({})
|
|
@@ -128,6 +128,16 @@ it("organization.v20210331.DescribeOrganizationNodes", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("organization.v20210331.UpdateOrganizationMemberEmailBind", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.UpdateOrganizationMemberEmailBind({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
131
141
|
it("organization.v20210331.AddOrganizationNode", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.AddOrganizationNode({})
|
|
@@ -188,4 +198,24 @@ it("organization.v20210331.ListOrganizationIdentity", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
201
|
+
it("organization.v20210331.AddOrganizationMemberEmail", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.AddOrganizationMemberEmail({})
|
|
204
|
+
expect(data).to.be.ok
|
|
205
|
+
} catch(error) {
|
|
206
|
+
expect(error.requestId).to.be.ok
|
|
207
|
+
expect(error.code).to.be.ok
|
|
208
|
+
}
|
|
209
|
+
})
|
|
210
|
+
|
|
211
|
+
it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.DescribeOrganizationMemberEmailBind({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
191
221
|
})
|