tencentcloud-sdk-nodejs 4.0.920 → 4.0.922
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 +415 -0
- package/SERVICE_CHANGELOG.md +478 -84
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_models.ts +4 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +165 -168
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +630 -773
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
- package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
- package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
- package/src/services/emr/v20190103/emr_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
- package/src/services/mps/v20190612/mps_models.ts +152 -14
- package/src/services/organization/v20210331/organization_client.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +17 -17
- package/src/services/redis/v20180412/redis_models.ts +42 -40
- package/src/services/trtc/v20190722/trtc_client.ts +26 -35
- package/src/services/trtc/v20190722/trtc_models.ts +72 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +29 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vod/v20180717/vod_client.ts +66 -28
- package/src/services/vod/v20180717/vod_models.ts +246 -71
- package/src/services/vpc/v20170312/vpc_models.ts +78 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +47 -47
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +69 -69
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +625 -765
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +11 -36
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +14 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +68 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
- package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -70
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -24
- package/test/cdwdoris.v20211228.test.js +60 -60
- package/test/cynosdb.v20190107.test.js +24 -4
- package/test/trtc.v20190722.test.js +20 -0
- package/test/vod.v20180717.test.js +36 -6
|
@@ -464,7 +464,7 @@ export interface SslVpnClient {
|
|
|
464
464
|
*/
|
|
465
465
|
export interface SourceIpTranslationNatRule {
|
|
466
466
|
/**
|
|
467
|
-
* 资源ID,如果ResourceType为USERDEFINED
|
|
467
|
+
* 资源ID,如果ResourceType为USERDEFINED,可以为空字符串
|
|
468
468
|
*/
|
|
469
469
|
ResourceId: string;
|
|
470
470
|
/**
|
|
@@ -599,15 +599,15 @@ export interface ServiceTemplateGroup {
|
|
|
599
599
|
/**
|
|
600
600
|
* 协议端口模板集合实例ID,例如:ppmg-2klmrefu。
|
|
601
601
|
*/
|
|
602
|
-
ServiceTemplateGroupId
|
|
602
|
+
ServiceTemplateGroupId?: string;
|
|
603
603
|
/**
|
|
604
604
|
* 协议端口模板集合名称。
|
|
605
605
|
*/
|
|
606
|
-
ServiceTemplateGroupName
|
|
606
|
+
ServiceTemplateGroupName?: string;
|
|
607
607
|
/**
|
|
608
608
|
* 协议端口模板实例ID。
|
|
609
609
|
*/
|
|
610
|
-
ServiceTemplateIdSet
|
|
610
|
+
ServiceTemplateIdSet?: Array<string>;
|
|
611
611
|
/**
|
|
612
612
|
* 创建时间。
|
|
613
613
|
*/
|
|
@@ -615,7 +615,12 @@ export interface ServiceTemplateGroup {
|
|
|
615
615
|
/**
|
|
616
616
|
* 协议端口模板实例信息。
|
|
617
617
|
*/
|
|
618
|
-
ServiceTemplateSet
|
|
618
|
+
ServiceTemplateSet?: Array<ServiceTemplate>;
|
|
619
|
+
/**
|
|
620
|
+
* 标签键值对。
|
|
621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
622
|
+
*/
|
|
623
|
+
TagSet?: Array<Tag>;
|
|
619
624
|
}
|
|
620
625
|
/**
|
|
621
626
|
* CreateDhcpIp返回参数结构体
|
|
@@ -1193,15 +1198,15 @@ export interface AddressTemplate {
|
|
|
1193
1198
|
/**
|
|
1194
1199
|
* IP地址模板名称。
|
|
1195
1200
|
*/
|
|
1196
|
-
AddressTemplateName
|
|
1201
|
+
AddressTemplateName?: string;
|
|
1197
1202
|
/**
|
|
1198
1203
|
* IP地址模板实例唯一ID。
|
|
1199
1204
|
*/
|
|
1200
|
-
AddressTemplateId
|
|
1205
|
+
AddressTemplateId?: string;
|
|
1201
1206
|
/**
|
|
1202
1207
|
* IP地址信息。
|
|
1203
1208
|
*/
|
|
1204
|
-
AddressSet
|
|
1209
|
+
AddressSet?: Array<string>;
|
|
1205
1210
|
/**
|
|
1206
1211
|
* 创建时间。
|
|
1207
1212
|
*/
|
|
@@ -1209,7 +1214,12 @@ export interface AddressTemplate {
|
|
|
1209
1214
|
/**
|
|
1210
1215
|
* 带备注的IP地址信息。
|
|
1211
1216
|
*/
|
|
1212
|
-
AddressExtraSet
|
|
1217
|
+
AddressExtraSet?: Array<AddressInfo>;
|
|
1218
|
+
/**
|
|
1219
|
+
* 标签键值对。
|
|
1220
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1221
|
+
*/
|
|
1222
|
+
TagSet?: Array<Tag>;
|
|
1213
1223
|
}
|
|
1214
1224
|
/**
|
|
1215
1225
|
* DeleteHaVip返回参数结构体
|
|
@@ -2023,15 +2033,15 @@ export interface ServiceTemplate {
|
|
|
2023
2033
|
/**
|
|
2024
2034
|
* 协议端口实例ID,例如:ppm-f5n1f8da。
|
|
2025
2035
|
*/
|
|
2026
|
-
ServiceTemplateId
|
|
2036
|
+
ServiceTemplateId?: string;
|
|
2027
2037
|
/**
|
|
2028
2038
|
* 模板名称。
|
|
2029
2039
|
*/
|
|
2030
|
-
ServiceTemplateName
|
|
2040
|
+
ServiceTemplateName?: string;
|
|
2031
2041
|
/**
|
|
2032
2042
|
* 协议端口信息。
|
|
2033
2043
|
*/
|
|
2034
|
-
ServiceSet
|
|
2044
|
+
ServiceSet?: Array<string>;
|
|
2035
2045
|
/**
|
|
2036
2046
|
* 创建时间。
|
|
2037
2047
|
*/
|
|
@@ -2039,7 +2049,12 @@ export interface ServiceTemplate {
|
|
|
2039
2049
|
/**
|
|
2040
2050
|
* 带备注的协议端口信息。
|
|
2041
2051
|
*/
|
|
2042
|
-
ServiceExtraSet
|
|
2052
|
+
ServiceExtraSet?: Array<ServicesInfo>;
|
|
2053
|
+
/**
|
|
2054
|
+
* 标签键值对。
|
|
2055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2056
|
+
*/
|
|
2057
|
+
TagSet?: Array<Tag>;
|
|
2043
2058
|
}
|
|
2044
2059
|
/**
|
|
2045
2060
|
* DescribeCcnAttachedInstances请求参数结构体
|
|
@@ -6199,6 +6214,11 @@ export interface NetDetect {
|
|
|
6199
6214
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6200
6215
|
*/
|
|
6201
6216
|
CreateTime?: string;
|
|
6217
|
+
/**
|
|
6218
|
+
* 标签键值对。
|
|
6219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6220
|
+
*/
|
|
6221
|
+
TagSet?: Array<Tag>;
|
|
6202
6222
|
}
|
|
6203
6223
|
/**
|
|
6204
6224
|
* 修改VPN状态参数
|
|
@@ -7570,6 +7590,11 @@ export interface EndPoint {
|
|
|
7570
7590
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7571
7591
|
*/
|
|
7572
7592
|
ServiceName?: string;
|
|
7593
|
+
/**
|
|
7594
|
+
* 标签键值对。
|
|
7595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7596
|
+
*/
|
|
7597
|
+
TagSet?: Array<Tag>;
|
|
7573
7598
|
}
|
|
7574
7599
|
/**
|
|
7575
7600
|
* RemoveIp6Rules返回参数结构体
|
|
@@ -7896,6 +7921,11 @@ export interface EndPointService {
|
|
|
7896
7921
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7897
7922
|
*/
|
|
7898
7923
|
BusinessIpType?: number;
|
|
7924
|
+
/**
|
|
7925
|
+
* 标签键值对。
|
|
7926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7927
|
+
*/
|
|
7928
|
+
TagSet?: Array<Tag>;
|
|
7899
7929
|
}
|
|
7900
7930
|
/**
|
|
7901
7931
|
* DescribeVpcResourceDashboard返回参数结构体
|
|
@@ -8715,15 +8745,15 @@ export interface AddressTemplateGroup {
|
|
|
8715
8745
|
/**
|
|
8716
8746
|
* IP地址模板集合名称。
|
|
8717
8747
|
*/
|
|
8718
|
-
AddressTemplateGroupName
|
|
8748
|
+
AddressTemplateGroupName?: string;
|
|
8719
8749
|
/**
|
|
8720
8750
|
* IP地址模板集合实例ID,例如:ipmg-dih8xdbq。
|
|
8721
8751
|
*/
|
|
8722
|
-
AddressTemplateGroupId
|
|
8752
|
+
AddressTemplateGroupId?: string;
|
|
8723
8753
|
/**
|
|
8724
8754
|
* IP地址模板ID。
|
|
8725
8755
|
*/
|
|
8726
|
-
AddressTemplateIdSet
|
|
8756
|
+
AddressTemplateIdSet?: Array<string>;
|
|
8727
8757
|
/**
|
|
8728
8758
|
* 创建时间。
|
|
8729
8759
|
*/
|
|
@@ -8731,7 +8761,12 @@ export interface AddressTemplateGroup {
|
|
|
8731
8761
|
/**
|
|
8732
8762
|
* IP地址模板实例。
|
|
8733
8763
|
*/
|
|
8734
|
-
AddressTemplateSet
|
|
8764
|
+
AddressTemplateSet?: Array<AddressTemplateItem>;
|
|
8765
|
+
/**
|
|
8766
|
+
* 标签键值对。
|
|
8767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8768
|
+
*/
|
|
8769
|
+
TagSet?: Array<Tag>;
|
|
8735
8770
|
}
|
|
8736
8771
|
/**
|
|
8737
8772
|
* DownloadCustomerGatewayConfiguration请求参数结构体
|
|
@@ -8828,6 +8863,11 @@ export interface HaVip {
|
|
|
8828
8863
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8829
8864
|
*/
|
|
8830
8865
|
FlushedTime?: string;
|
|
8866
|
+
/**
|
|
8867
|
+
* 标签键值对。
|
|
8868
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8869
|
+
*/
|
|
8870
|
+
TagSet?: Array<Tag>;
|
|
8831
8871
|
}
|
|
8832
8872
|
/**
|
|
8833
8873
|
* DeleteTemplateMember请求参数结构体
|
|
@@ -8862,27 +8902,36 @@ export interface LocalGateway {
|
|
|
8862
8902
|
/**
|
|
8863
8903
|
* CDC实例ID
|
|
8864
8904
|
*/
|
|
8865
|
-
CdcId
|
|
8905
|
+
CdcId?: string;
|
|
8866
8906
|
/**
|
|
8867
8907
|
* VPC实例ID
|
|
8868
8908
|
*/
|
|
8869
|
-
VpcId
|
|
8909
|
+
VpcId?: string;
|
|
8870
8910
|
/**
|
|
8871
|
-
* 本地网关实例ID
|
|
8911
|
+
* 本地网关实例ID(计划弃用)
|
|
8872
8912
|
*/
|
|
8873
|
-
UniqLocalGwId
|
|
8913
|
+
UniqLocalGwId?: string;
|
|
8874
8914
|
/**
|
|
8875
8915
|
* 本地网关名称
|
|
8876
8916
|
*/
|
|
8877
|
-
LocalGatewayName
|
|
8917
|
+
LocalGatewayName?: string;
|
|
8878
8918
|
/**
|
|
8879
8919
|
* 本地网关IP地址
|
|
8880
8920
|
*/
|
|
8881
|
-
LocalGwIp
|
|
8921
|
+
LocalGwIp?: string;
|
|
8882
8922
|
/**
|
|
8883
8923
|
* 本地网关创建时间
|
|
8884
8924
|
*/
|
|
8885
|
-
CreateTime
|
|
8925
|
+
CreateTime?: string;
|
|
8926
|
+
/**
|
|
8927
|
+
* 标签键值对。
|
|
8928
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8929
|
+
*/
|
|
8930
|
+
TagSet?: Array<Tag>;
|
|
8931
|
+
/**
|
|
8932
|
+
* 本地网关实例ID(计划起用)
|
|
8933
|
+
*/
|
|
8934
|
+
LocalGatewayId?: string;
|
|
8886
8935
|
}
|
|
8887
8936
|
/**
|
|
8888
8937
|
* RejectAttachCcnInstances返回参数结构体
|
|
@@ -11858,6 +11907,11 @@ export interface SnapshotPolicy {
|
|
|
11858
11907
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
11859
11908
|
*/
|
|
11860
11909
|
CreateTime?: string;
|
|
11910
|
+
/**
|
|
11911
|
+
* 标签键值对。
|
|
11912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11913
|
+
*/
|
|
11914
|
+
TagSet?: Array<Tag>;
|
|
11861
11915
|
}
|
|
11862
11916
|
/**
|
|
11863
11917
|
* UnassignPrivateIpAddresses返回参数结构体
|
|
@@ -28,9 +28,9 @@ it("cdwdoris.v20211228.CreateBackUpSchedule", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("cdwdoris.v20211228.
|
|
31
|
+
it("cdwdoris.v20211228.OpenCoolDownPolicy", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.OpenCoolDownPolicy({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,9 @@ it("cdwdoris.v20211228.DestroyInstance", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("cdwdoris.v20211228.
|
|
71
|
+
it("cdwdoris.v20211228.DescribeCoolDownTableData", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeCoolDownTableData({})
|
|
74
74
|
expect(data).to.be.ok
|
|
75
75
|
} catch(error) {
|
|
76
76
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +168,9 @@ it("cdwdoris.v20211228.DescribeBackUpTables", async function () {
|
|
|
168
168
|
}
|
|
169
169
|
})
|
|
170
170
|
|
|
171
|
-
it("cdwdoris.v20211228.
|
|
171
|
+
it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
172
172
|
try {
|
|
173
|
-
const data = await client.
|
|
173
|
+
const data = await client.ScaleOutInstance({})
|
|
174
174
|
expect(data).to.be.ok
|
|
175
175
|
} catch(error) {
|
|
176
176
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +208,9 @@ it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
-
it("cdwdoris.v20211228.
|
|
211
|
+
it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
|
|
212
212
|
try {
|
|
213
|
-
const data = await client.
|
|
213
|
+
const data = await client.RecoverBackUpJob({})
|
|
214
214
|
expect(data).to.be.ok
|
|
215
215
|
} catch(error) {
|
|
216
216
|
expect(error.requestId).to.be.ok
|
|
@@ -248,19 +248,9 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("cdwdoris.v20211228.
|
|
252
|
-
try {
|
|
253
|
-
const data = await client.ModifyWorkloadGroup({})
|
|
254
|
-
expect(data).to.be.ok
|
|
255
|
-
} catch(error) {
|
|
256
|
-
expect(error.requestId).to.be.ok
|
|
257
|
-
expect(error.code).to.be.ok
|
|
258
|
-
}
|
|
259
|
-
})
|
|
260
|
-
|
|
261
|
-
it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
251
|
+
it("cdwdoris.v20211228.ResizeDisk", async function () {
|
|
262
252
|
try {
|
|
263
|
-
const data = await client.
|
|
253
|
+
const data = await client.ResizeDisk({})
|
|
264
254
|
expect(data).to.be.ok
|
|
265
255
|
} catch(error) {
|
|
266
256
|
expect(error.requestId).to.be.ok
|
|
@@ -268,9 +258,9 @@ it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
|
268
258
|
}
|
|
269
259
|
})
|
|
270
260
|
|
|
271
|
-
it("cdwdoris.v20211228.
|
|
261
|
+
it("cdwdoris.v20211228.CreateCoolDownPolicy", async function () {
|
|
272
262
|
try {
|
|
273
|
-
const data = await client.
|
|
263
|
+
const data = await client.CreateCoolDownPolicy({})
|
|
274
264
|
expect(data).to.be.ok
|
|
275
265
|
} catch(error) {
|
|
276
266
|
expect(error.requestId).to.be.ok
|
|
@@ -278,9 +268,9 @@ it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
|
|
|
278
268
|
}
|
|
279
269
|
})
|
|
280
270
|
|
|
281
|
-
it("cdwdoris.v20211228.
|
|
271
|
+
it("cdwdoris.v20211228.UpdateCoolDown", async function () {
|
|
282
272
|
try {
|
|
283
|
-
const data = await client.
|
|
273
|
+
const data = await client.UpdateCoolDown({})
|
|
284
274
|
expect(data).to.be.ok
|
|
285
275
|
} catch(error) {
|
|
286
276
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +278,9 @@ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
|
288
278
|
}
|
|
289
279
|
})
|
|
290
280
|
|
|
291
|
-
it("cdwdoris.v20211228.
|
|
281
|
+
it("cdwdoris.v20211228.DescribeInstanceState", async function () {
|
|
292
282
|
try {
|
|
293
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeInstanceState({})
|
|
294
284
|
expect(data).to.be.ok
|
|
295
285
|
} catch(error) {
|
|
296
286
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +288,9 @@ it("cdwdoris.v20211228.OpenBackUp", async function () {
|
|
|
298
288
|
}
|
|
299
289
|
})
|
|
300
290
|
|
|
301
|
-
it("cdwdoris.v20211228.
|
|
291
|
+
it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
|
|
302
292
|
try {
|
|
303
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeClusterConfigs({})
|
|
304
294
|
expect(data).to.be.ok
|
|
305
295
|
} catch(error) {
|
|
306
296
|
expect(error.requestId).to.be.ok
|
|
@@ -308,9 +298,9 @@ it("cdwdoris.v20211228.DescribeDmsSqlHistory", async function () {
|
|
|
308
298
|
}
|
|
309
299
|
})
|
|
310
300
|
|
|
311
|
-
it("cdwdoris.v20211228.
|
|
301
|
+
it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
|
|
312
302
|
try {
|
|
313
|
-
const data = await client.
|
|
303
|
+
const data = await client.DeleteWorkloadGroup({})
|
|
314
304
|
expect(data).to.be.ok
|
|
315
305
|
} catch(error) {
|
|
316
306
|
expect(error.requestId).to.be.ok
|
|
@@ -318,9 +308,9 @@ it("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
|
|
|
318
308
|
}
|
|
319
309
|
})
|
|
320
310
|
|
|
321
|
-
it("cdwdoris.v20211228.
|
|
311
|
+
it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
322
312
|
try {
|
|
323
|
-
const data = await client.
|
|
313
|
+
const data = await client.ModifySecurityGroups({})
|
|
324
314
|
expect(data).to.be.ok
|
|
325
315
|
} catch(error) {
|
|
326
316
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +318,9 @@ it("cdwdoris.v20211228.DescribeFederationToken", async function () {
|
|
|
328
318
|
}
|
|
329
319
|
})
|
|
330
320
|
|
|
331
|
-
it("cdwdoris.v20211228.
|
|
321
|
+
it("cdwdoris.v20211228.DescribeCoolDownBackends", async function () {
|
|
332
322
|
try {
|
|
333
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeCoolDownBackends({})
|
|
334
324
|
expect(data).to.be.ok
|
|
335
325
|
} catch(error) {
|
|
336
326
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +328,9 @@ it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
|
|
|
338
328
|
}
|
|
339
329
|
})
|
|
340
330
|
|
|
341
|
-
it("cdwdoris.v20211228.
|
|
331
|
+
it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
342
332
|
try {
|
|
343
|
-
const data = await client.
|
|
333
|
+
const data = await client.ScaleUpInstance({})
|
|
344
334
|
expect(data).to.be.ok
|
|
345
335
|
} catch(error) {
|
|
346
336
|
expect(error.requestId).to.be.ok
|
|
@@ -378,9 +368,9 @@ it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
|
|
|
378
368
|
}
|
|
379
369
|
})
|
|
380
370
|
|
|
381
|
-
it("cdwdoris.v20211228.
|
|
371
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroupStatus", async function () {
|
|
382
372
|
try {
|
|
383
|
-
const data = await client.
|
|
373
|
+
const data = await client.ModifyWorkloadGroupStatus({})
|
|
384
374
|
expect(data).to.be.ok
|
|
385
375
|
} catch(error) {
|
|
386
376
|
expect(error.requestId).to.be.ok
|
|
@@ -388,9 +378,9 @@ it("cdwdoris.v20211228.FitClsLog", async function () {
|
|
|
388
378
|
}
|
|
389
379
|
})
|
|
390
380
|
|
|
391
|
-
it("cdwdoris.v20211228.
|
|
381
|
+
it("cdwdoris.v20211228.ModifyCoolDownPolicy", async function () {
|
|
392
382
|
try {
|
|
393
|
-
const data = await client.
|
|
383
|
+
const data = await client.ModifyCoolDownPolicy({})
|
|
394
384
|
expect(data).to.be.ok
|
|
395
385
|
} catch(error) {
|
|
396
386
|
expect(error.requestId).to.be.ok
|
|
@@ -398,9 +388,9 @@ it("cdwdoris.v20211228.DescribeSqlApis", async function () {
|
|
|
398
388
|
}
|
|
399
389
|
})
|
|
400
390
|
|
|
401
|
-
it("cdwdoris.v20211228.
|
|
391
|
+
it("cdwdoris.v20211228.ActionAlterUser", async function () {
|
|
402
392
|
try {
|
|
403
|
-
const data = await client.
|
|
393
|
+
const data = await client.ActionAlterUser({})
|
|
404
394
|
expect(data).to.be.ok
|
|
405
395
|
} catch(error) {
|
|
406
396
|
expect(error.requestId).to.be.ok
|
|
@@ -408,9 +398,9 @@ it("cdwdoris.v20211228.DescribeBackUpTaskDetail", async function () {
|
|
|
408
398
|
}
|
|
409
399
|
})
|
|
410
400
|
|
|
411
|
-
it("cdwdoris.v20211228.
|
|
401
|
+
it("cdwdoris.v20211228.DescribeSqlApis", async function () {
|
|
412
402
|
try {
|
|
413
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeSqlApis({})
|
|
414
404
|
expect(data).to.be.ok
|
|
415
405
|
} catch(error) {
|
|
416
406
|
expect(error.requestId).to.be.ok
|
|
@@ -418,9 +408,9 @@ it("cdwdoris.v20211228.DescribeInstance", async function () {
|
|
|
418
408
|
}
|
|
419
409
|
})
|
|
420
410
|
|
|
421
|
-
it("cdwdoris.v20211228.
|
|
411
|
+
it("cdwdoris.v20211228.DescribeBackUpTaskDetail", async function () {
|
|
422
412
|
try {
|
|
423
|
-
const data = await client.
|
|
413
|
+
const data = await client.DescribeBackUpTaskDetail({})
|
|
424
414
|
expect(data).to.be.ok
|
|
425
415
|
} catch(error) {
|
|
426
416
|
expect(error.requestId).to.be.ok
|
|
@@ -428,9 +418,9 @@ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
|
428
418
|
}
|
|
429
419
|
})
|
|
430
420
|
|
|
431
|
-
it("cdwdoris.v20211228.
|
|
421
|
+
it("cdwdoris.v20211228.DescribeInstance", async function () {
|
|
432
422
|
try {
|
|
433
|
-
const data = await client.
|
|
423
|
+
const data = await client.DescribeInstance({})
|
|
434
424
|
expect(data).to.be.ok
|
|
435
425
|
} catch(error) {
|
|
436
426
|
expect(error.requestId).to.be.ok
|
|
@@ -438,9 +428,9 @@ it("cdwdoris.v20211228.DescribeGoodsDetail", async function () {
|
|
|
438
428
|
}
|
|
439
429
|
})
|
|
440
430
|
|
|
441
|
-
it("cdwdoris.v20211228.
|
|
431
|
+
it("cdwdoris.v20211228.CreateInstanceNew", async function () {
|
|
442
432
|
try {
|
|
443
|
-
const data = await client.
|
|
433
|
+
const data = await client.CreateInstanceNew({})
|
|
444
434
|
expect(data).to.be.ok
|
|
445
435
|
} catch(error) {
|
|
446
436
|
expect(error.requestId).to.be.ok
|
|
@@ -448,9 +438,9 @@ it("cdwdoris.v20211228.DescribeDatabaseAuditResource", async function () {
|
|
|
448
438
|
}
|
|
449
439
|
})
|
|
450
440
|
|
|
451
|
-
it("cdwdoris.v20211228.
|
|
441
|
+
it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
|
|
452
442
|
try {
|
|
453
|
-
const data = await client.
|
|
443
|
+
const data = await client.ModifyWorkloadGroup({})
|
|
454
444
|
expect(data).to.be.ok
|
|
455
445
|
} catch(error) {
|
|
456
446
|
expect(error.requestId).to.be.ok
|
|
@@ -458,9 +448,9 @@ it("cdwdoris.v20211228.CancelBackupJob", async function () {
|
|
|
458
448
|
}
|
|
459
449
|
})
|
|
460
450
|
|
|
461
|
-
it("cdwdoris.v20211228.
|
|
451
|
+
it("cdwdoris.v20211228.CancelBackupJob", async function () {
|
|
462
452
|
try {
|
|
463
|
-
const data = await client.
|
|
453
|
+
const data = await client.CancelBackupJob({})
|
|
464
454
|
expect(data).to.be.ok
|
|
465
455
|
} catch(error) {
|
|
466
456
|
expect(error.requestId).to.be.ok
|
|
@@ -468,9 +458,9 @@ it("cdwdoris.v20211228.ScaleUpInstance", async function () {
|
|
|
468
458
|
}
|
|
469
459
|
})
|
|
470
460
|
|
|
471
|
-
it("cdwdoris.v20211228.
|
|
461
|
+
it("cdwdoris.v20211228.DescribeBackUpJobDetail", async function () {
|
|
472
462
|
try {
|
|
473
|
-
const data = await client.
|
|
463
|
+
const data = await client.DescribeBackUpJobDetail({})
|
|
474
464
|
expect(data).to.be.ok
|
|
475
465
|
} catch(error) {
|
|
476
466
|
expect(error.requestId).to.be.ok
|
|
@@ -478,9 +468,9 @@ it("cdwdoris.v20211228.ScaleOutInstance", async function () {
|
|
|
478
468
|
}
|
|
479
469
|
})
|
|
480
470
|
|
|
481
|
-
it("cdwdoris.v20211228.
|
|
471
|
+
it("cdwdoris.v20211228.CheckCoolDownWorkingVariableConfigCorrect", async function () {
|
|
482
472
|
try {
|
|
483
|
-
const data = await client.
|
|
473
|
+
const data = await client.CheckCoolDownWorkingVariableConfigCorrect({})
|
|
484
474
|
expect(data).to.be.ok
|
|
485
475
|
} catch(error) {
|
|
486
476
|
expect(error.requestId).to.be.ok
|
|
@@ -528,9 +518,9 @@ it("cdwdoris.v20211228.DescribeAreaRegion", async function () {
|
|
|
528
518
|
}
|
|
529
519
|
})
|
|
530
520
|
|
|
531
|
-
it("cdwdoris.v20211228.
|
|
521
|
+
it("cdwdoris.v20211228.OpenCoolDown", async function () {
|
|
532
522
|
try {
|
|
533
|
-
const data = await client.
|
|
523
|
+
const data = await client.OpenCoolDown({})
|
|
534
524
|
expect(data).to.be.ok
|
|
535
525
|
} catch(error) {
|
|
536
526
|
expect(error.requestId).to.be.ok
|
|
@@ -578,6 +568,16 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
|
|
|
578
568
|
}
|
|
579
569
|
})
|
|
580
570
|
|
|
571
|
+
it("cdwdoris.v20211228.DescribeCoolDownPolicies", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.DescribeCoolDownPolicies({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
581
581
|
it("cdwdoris.v20211228.DescribeWorkloadGroup", async function () {
|
|
582
582
|
try {
|
|
583
583
|
const data = await client.DescribeWorkloadGroup({})
|
|
@@ -48,6 +48,16 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("cynosdb.v20190107.ModifyBinlogConfig", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.ModifyBinlogConfig({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
51
61
|
it("cynosdb.v20190107.CreateProxyEndPoint", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.CreateProxyEndPoint({})
|
|
@@ -928,6 +938,16 @@ it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
|
|
|
928
938
|
}
|
|
929
939
|
})
|
|
930
940
|
|
|
941
|
+
it("cynosdb.v20190107.DescribeBinlogConfig", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.DescribeBinlogConfig({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
931
951
|
it("cynosdb.v20190107.DescribeResourcePackageSaleSpec", async function () {
|
|
932
952
|
try {
|
|
933
953
|
const data = await client.DescribeResourcePackageSaleSpec({})
|
|
@@ -958,9 +978,9 @@ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
|
|
|
958
978
|
}
|
|
959
979
|
})
|
|
960
980
|
|
|
961
|
-
it("cynosdb.v20190107.
|
|
981
|
+
it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
|
|
962
982
|
try {
|
|
963
|
-
const data = await client.
|
|
983
|
+
const data = await client.ExportInstanceErrorLogs({})
|
|
964
984
|
expect(data).to.be.ok
|
|
965
985
|
} catch(error) {
|
|
966
986
|
expect(error.requestId).to.be.ok
|
|
@@ -1448,9 +1468,9 @@ it("cynosdb.v20190107.DescribeParamTemplateDetail", async function () {
|
|
|
1448
1468
|
}
|
|
1449
1469
|
})
|
|
1450
1470
|
|
|
1451
|
-
it("cynosdb.v20190107.
|
|
1471
|
+
it("cynosdb.v20190107.IsolateInstance", async function () {
|
|
1452
1472
|
try {
|
|
1453
|
-
const data = await client.
|
|
1473
|
+
const data = await client.IsolateInstance({})
|
|
1454
1474
|
expect(data).to.be.ok
|
|
1455
1475
|
} catch(error) {
|
|
1456
1476
|
expect(error.requestId).to.be.ok
|
|
@@ -28,6 +28,16 @@ it("trtc.v20190722.DescribeRoomInfo", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("trtc.v20190722.UpdateAIConversation", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.UpdateAIConversation({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
it("trtc.v20190722.DescribeTrtcUsage", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DescribeTrtcUsage({})
|
|
@@ -158,6 +168,16 @@ it("trtc.v20190722.StartStreamIngest", async function () {
|
|
|
158
168
|
}
|
|
159
169
|
})
|
|
160
170
|
|
|
171
|
+
it("trtc.v20190722.UpdateStreamIngest", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.UpdateStreamIngest({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
161
181
|
it("trtc.v20190722.DeletePicture", async function () {
|
|
162
182
|
try {
|
|
163
183
|
const data = await client.DeletePicture({})
|