tencentcloud-sdk-nodejs 4.0.602 → 4.0.604
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 +263 -0
- package/SERVICE_CHANGELOG.md +325 -468
- package/package.json +1 -1
- package/products.md +29 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +10 -0
- package/src/services/cdb/v20170320/cdb_client.ts +0 -17
- package/src/services/cdb/v20170320/cdb_models.ts +0 -65
- package/src/services/cdn/v20180606/cdn_models.ts +10 -6
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/csxg/index.ts +5 -0
- package/src/services/csxg/v20230303/csxg_client.ts +91 -0
- package/src/services/csxg/v20230303/csxg_models.ts +91 -0
- package/src/services/csxg/v20230303/index.ts +6 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +58 -20
- package/src/services/dcdb/v20180411/dcdb_models.ts +390 -140
- package/src/services/dts/v20211206/dts_models.ts +4 -4
- package/src/services/ess/v20201111/ess_client.ts +6 -3
- package/src/services/ess/v20201111/ess_models.ts +15 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -0
- package/src/services/faceid/v20180301/faceid_models.ts +5 -0
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +3 -3
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -6
- package/src/services/live/v20180801/live_models.ts +5 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +52 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +30 -9
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/ocr/v20181119/ocr_models.ts +11 -4
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +36 -12
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +829 -554
- package/src/services/tcss/v20201101/tcss_models.ts +7 -2
- package/src/services/tsf/v20180326/tsf_models.ts +18 -0
- package/src/services/vpc/v20170312/vpc_models.ts +9 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -9
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -10
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +0 -55
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -6
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/csxg/index.d.ts +6 -0
- package/tencentcloud/services/csxg/index.js +7 -0
- package/tencentcloud/services/csxg/v20230303/csxg_client.d.ts +30 -0
- package/tencentcloud/services/csxg/v20230303/csxg_client.js +61 -0
- package/tencentcloud/services/csxg/v20230303/csxg_models.d.ts +65 -0
- package/tencentcloud/services/csxg/v20230303/csxg_models.js +18 -0
- package/tencentcloud/services/csxg/v20230303/index.d.ts +6 -0
- package/tencentcloud/services/csxg/v20230303/index.js +9 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +20 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +27 -7
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +333 -127
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +5 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +13 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -3
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +44 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +26 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -4
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +11 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +15 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +622 -398
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -2
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +15 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -9
- package/test/cdb.v20170320.test.js +0 -10
- package/test/csxg.v20230303.test.js +71 -0
- package/test/dcdb.v20180411.test.js +34 -4
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +22 -2
|
@@ -8102,11 +8102,11 @@ export interface DescribeAssetHostListResponse {
|
|
|
8102
8102
|
/**
|
|
8103
8103
|
* 主机列表
|
|
8104
8104
|
*/
|
|
8105
|
-
List
|
|
8105
|
+
List?: Array<HostInfo>;
|
|
8106
8106
|
/**
|
|
8107
8107
|
* 总数量
|
|
8108
8108
|
*/
|
|
8109
|
-
TotalCount
|
|
8109
|
+
TotalCount?: number;
|
|
8110
8110
|
/**
|
|
8111
8111
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8112
8112
|
*/
|
|
@@ -8568,6 +8568,10 @@ export interface HostInfo {
|
|
|
8568
8568
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8569
8569
|
*/
|
|
8570
8570
|
Tags: Array<TagInfo>;
|
|
8571
|
+
/**
|
|
8572
|
+
* 集群id
|
|
8573
|
+
*/
|
|
8574
|
+
ClusterID?: string;
|
|
8571
8575
|
}
|
|
8572
8576
|
/**
|
|
8573
8577
|
* DescribeVirusScanTimeoutSetting请求参数结构体
|
|
@@ -6379,6 +6379,21 @@ export interface UnitRuleItem {
|
|
|
6379
6379
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6380
6380
|
*/
|
|
6381
6381
|
UnitRuleTagList?: Array<UnitRuleTag>;
|
|
6382
|
+
/**
|
|
6383
|
+
* 项目id
|
|
6384
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6385
|
+
*/
|
|
6386
|
+
ItemIndex?: number;
|
|
6387
|
+
/**
|
|
6388
|
+
* 创建时间
|
|
6389
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6390
|
+
*/
|
|
6391
|
+
CreatedTime?: string;
|
|
6392
|
+
/**
|
|
6393
|
+
* 修改时间
|
|
6394
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6395
|
+
*/
|
|
6396
|
+
UpdatedTime?: string;
|
|
6382
6397
|
}
|
|
6383
6398
|
/**
|
|
6384
6399
|
* UpdateConfigTemplate返回参数结构体
|
|
@@ -2207,7 +2207,7 @@ export interface DescribeSnapshotFilesRequest {
|
|
|
2207
2207
|
*/
|
|
2208
2208
|
Offset?: number;
|
|
2209
2209
|
/**
|
|
2210
|
-
* 返回数量,默认为20,最大为
|
|
2210
|
+
* 返回数量,默认为20,最大为100。
|
|
2211
2211
|
*/
|
|
2212
2212
|
Limit?: number;
|
|
2213
2213
|
}
|
|
@@ -5619,11 +5619,11 @@ export interface DescribeSnapshotFilesResponse {
|
|
|
5619
5619
|
/**
|
|
5620
5620
|
* 快照文件集合。
|
|
5621
5621
|
*/
|
|
5622
|
-
SnapshotFileSet
|
|
5622
|
+
SnapshotFileSet?: Array<SnapshotFileInfo>;
|
|
5623
5623
|
/**
|
|
5624
5624
|
* 符合条件的对象数。
|
|
5625
5625
|
*/
|
|
5626
|
-
TotalCount
|
|
5626
|
+
TotalCount?: number;
|
|
5627
5627
|
/**
|
|
5628
5628
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5629
5629
|
*/
|
|
@@ -5955,7 +5955,7 @@ export interface CreateSubnetsRequest {
|
|
|
5955
5955
|
*/
|
|
5956
5956
|
export interface DescribeVpcEndPointServiceRequest {
|
|
5957
5957
|
/**
|
|
5958
|
-
*
|
|
5958
|
+
* 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
|
5959
5959
|
<li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
|
|
5960
5960
|
<li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
|
5961
5961
|
<li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
|
|
@@ -5971,7 +5971,7 @@ export interface DescribeVpcEndPointServiceRequest {
|
|
|
5971
5971
|
*/
|
|
5972
5972
|
Limit?: number;
|
|
5973
5973
|
/**
|
|
5974
|
-
* 终端节点服务ID。
|
|
5974
|
+
* 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
|
|
5975
5975
|
*/
|
|
5976
5976
|
EndPointServiceIds?: Array<string>;
|
|
5977
5977
|
}
|
|
@@ -7273,7 +7273,7 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
7273
7273
|
*/
|
|
7274
7274
|
SecondaryPrivateIpAddressCount?: number;
|
|
7275
7275
|
/**
|
|
7276
|
-
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT
|
|
7276
|
+
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
7277
7277
|
*/
|
|
7278
7278
|
QosLevel?: string;
|
|
7279
7279
|
/**
|
|
@@ -7793,7 +7793,7 @@ export interface CreateAndAttachNetworkInterfaceRequest {
|
|
|
7793
7793
|
*/
|
|
7794
7794
|
SecondaryPrivateIpAddressCount?: number;
|
|
7795
7795
|
/**
|
|
7796
|
-
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT
|
|
7796
|
+
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
7797
7797
|
*/
|
|
7798
7798
|
QosLevel?: string;
|
|
7799
7799
|
/**
|
|
@@ -11387,7 +11387,7 @@ export interface ModifyNetworkInterfaceQosRequest {
|
|
|
11387
11387
|
*/
|
|
11388
11388
|
NetworkInterfaceIds: Array<string>;
|
|
11389
11389
|
/**
|
|
11390
|
-
* 服务质量,可选值:PT、AU、AG、DEFAULT
|
|
11390
|
+
* 服务质量,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
11391
11391
|
*/
|
|
11392
11392
|
QosLevel: string;
|
|
11393
11393
|
/**
|
|
@@ -11511,7 +11511,7 @@ export interface AssignPrivateIpAddressesRequest {
|
|
|
11511
11511
|
*/
|
|
11512
11512
|
SecondaryPrivateIpAddressCount?: number;
|
|
11513
11513
|
/**
|
|
11514
|
-
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT
|
|
11514
|
+
* IP服务质量等级,和SecondaryPrivateIpAddressCount配合使用,可选值:PT、AU、AG、DEFAULT,分别代表云金、云银、云铜、默认四个等级。
|
|
11515
11515
|
*/
|
|
11516
11516
|
QosLevel?: string;
|
|
11517
11517
|
}
|
|
@@ -568,16 +568,6 @@ it("cdb.v20170320.DescribeDBInstanceConfig", async function () {
|
|
|
568
568
|
}
|
|
569
569
|
})
|
|
570
570
|
|
|
571
|
-
it("cdb.v20170320.DescribeBackupTables", async function () {
|
|
572
|
-
try {
|
|
573
|
-
const data = await client.DescribeBackupTables({})
|
|
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
571
|
it("cdb.v20170320.CreateCdbProxyAddress", async function () {
|
|
582
572
|
try {
|
|
583
573
|
const data = await client.CreateCdbProxyAddress({})
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
|
|
2
|
+
const expect = require("chai").expect
|
|
3
|
+
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
|
|
4
|
+
const client = new tencentcloud.csxg.v20230303.Client({
|
|
5
|
+
credential: {
|
|
6
|
+
secretId: process.env.secretId,
|
|
7
|
+
secretKey: process.env.secretKey,
|
|
8
|
+
},
|
|
9
|
+
region: "ap-shanghai",
|
|
10
|
+
profile: {
|
|
11
|
+
signMethod: "TC3-HMAC-SHA256",
|
|
12
|
+
httpProfile: {
|
|
13
|
+
reqMethod: "POST",
|
|
14
|
+
reqTimeout: 30,
|
|
15
|
+
endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
})
|
|
19
|
+
describe("csxg.v20230303.test.js", function () {
|
|
20
|
+
|
|
21
|
+
it("csxg.v20230303.Modify5GInstanceAttribute", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.Modify5GInstanceAttribute({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
it("csxg.v20230303.Delete5GInstance", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.Delete5GInstance({})
|
|
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
|
+
|
|
41
|
+
it("csxg.v20230303.Create5GInstance", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.Create5GInstance({})
|
|
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
|
+
|
|
51
|
+
it("csxg.v20230303.Describe5GInstances", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.Describe5GInstances({})
|
|
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
|
+
|
|
61
|
+
it("csxg.v20230303.Describe5GAPNs", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.Describe5GAPNs({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
71
|
+
})
|
|
@@ -28,6 +28,16 @@ it("dcdb.v20180411.DescribeAccountPrivileges", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("dcdb.v20180411.UpgradeDedicatedDCDBInstance", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.UpgradeDedicatedDCDBInstance({})
|
|
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("dcdb.v20180411.ActiveHourDCDBInstance", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.ActiveHourDCDBInstance({})
|
|
@@ -78,6 +88,16 @@ it("dcdb.v20180411.ResetAccountPassword", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("dcdb.v20180411.UpgradeDCDBInstance", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.UpgradeDCDBInstance({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
81
101
|
it("dcdb.v20180411.DescribeDCDBInstances", async function () {
|
|
82
102
|
try {
|
|
83
103
|
const data = await client.DescribeDCDBInstances({})
|
|
@@ -118,6 +138,16 @@ it("dcdb.v20180411.ModifyAccountDescription", async function () {
|
|
|
118
138
|
}
|
|
119
139
|
})
|
|
120
140
|
|
|
141
|
+
it("dcdb.v20180411.DescribeOrders", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DescribeOrders({})
|
|
144
|
+
expect(data).to.be.ok
|
|
145
|
+
} catch(error) {
|
|
146
|
+
expect(error.requestId).to.be.ok
|
|
147
|
+
expect(error.code).to.be.ok
|
|
148
|
+
}
|
|
149
|
+
})
|
|
150
|
+
|
|
121
151
|
it("dcdb.v20180411.DescribeUserTasks", async function () {
|
|
122
152
|
try {
|
|
123
153
|
const data = await client.DescribeUserTasks({})
|
|
@@ -208,9 +238,9 @@ it("dcdb.v20180411.IsolateDedicatedDBInstance", async function () {
|
|
|
208
238
|
}
|
|
209
239
|
})
|
|
210
240
|
|
|
211
|
-
it("dcdb.v20180411.
|
|
241
|
+
it("dcdb.v20180411.CreateDedicatedClusterDCDBInstance", async function () {
|
|
212
242
|
try {
|
|
213
|
-
const data = await client.
|
|
243
|
+
const data = await client.CreateDedicatedClusterDCDBInstance({})
|
|
214
244
|
expect(data).to.be.ok
|
|
215
245
|
} catch(error) {
|
|
216
246
|
expect(error.requestId).to.be.ok
|
|
@@ -648,9 +678,9 @@ it("dcdb.v20180411.DisassociateSecurityGroups", async function () {
|
|
|
648
678
|
}
|
|
649
679
|
})
|
|
650
680
|
|
|
651
|
-
it("dcdb.v20180411.
|
|
681
|
+
it("dcdb.v20180411.DescribeDBEncryptAttributes", async function () {
|
|
652
682
|
try {
|
|
653
|
-
const data = await client.
|
|
683
|
+
const data = await client.DescribeDBEncryptAttributes({})
|
|
654
684
|
expect(data).to.be.ok
|
|
655
685
|
} catch(error) {
|
|
656
686
|
expect(error.requestId).to.be.ok
|
|
@@ -608,6 +608,16 @@ it("mariadb.v20170312.ModifyInstanceVport", async function () {
|
|
|
608
608
|
}
|
|
609
609
|
})
|
|
610
610
|
|
|
611
|
+
it("mariadb.v20170312.UpgradeDedicatedDBInstance", async function () {
|
|
612
|
+
try {
|
|
613
|
+
const data = await client.UpgradeDedicatedDBInstance({})
|
|
614
|
+
expect(data).to.be.ok
|
|
615
|
+
} catch(error) {
|
|
616
|
+
expect(error.requestId).to.be.ok
|
|
617
|
+
expect(error.code).to.be.ok
|
|
618
|
+
}
|
|
619
|
+
})
|
|
620
|
+
|
|
611
621
|
it("mariadb.v20170312.DescribeDBSecurityGroups", async function () {
|
|
612
622
|
try {
|
|
613
623
|
const data = await client.DescribeDBSecurityGroups({})
|
|
@@ -478,9 +478,9 @@ it("sqlserver.v20180328.CreateDB", async function () {
|
|
|
478
478
|
}
|
|
479
479
|
})
|
|
480
480
|
|
|
481
|
-
it("sqlserver.v20180328.
|
|
481
|
+
it("sqlserver.v20180328.CreateCloudDBInstances", async function () {
|
|
482
482
|
try {
|
|
483
|
-
const data = await client.
|
|
483
|
+
const data = await client.CreateCloudDBInstances({})
|
|
484
484
|
expect(data).to.be.ok
|
|
485
485
|
} catch(error) {
|
|
486
486
|
expect(error.requestId).to.be.ok
|
|
@@ -678,6 +678,16 @@ it("sqlserver.v20180328.DescribeBusinessIntelligenceFile", async function () {
|
|
|
678
678
|
}
|
|
679
679
|
})
|
|
680
680
|
|
|
681
|
+
it("sqlserver.v20180328.StartBackupMigration", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.StartBackupMigration({})
|
|
684
|
+
expect(data).to.be.ok
|
|
685
|
+
} catch(error) {
|
|
686
|
+
expect(error.requestId).to.be.ok
|
|
687
|
+
expect(error.code).to.be.ok
|
|
688
|
+
}
|
|
689
|
+
})
|
|
690
|
+
|
|
681
691
|
it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
|
|
682
692
|
try {
|
|
683
693
|
const data = await client.AssociateSecurityGroups({})
|
|
@@ -808,6 +818,16 @@ it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
|
|
|
808
818
|
}
|
|
809
819
|
})
|
|
810
820
|
|
|
821
|
+
it("sqlserver.v20180328.CreateCloudReadOnlyDBInstances", async function () {
|
|
822
|
+
try {
|
|
823
|
+
const data = await client.CreateCloudReadOnlyDBInstances({})
|
|
824
|
+
expect(data).to.be.ok
|
|
825
|
+
} catch(error) {
|
|
826
|
+
expect(error.requestId).to.be.ok
|
|
827
|
+
expect(error.code).to.be.ok
|
|
828
|
+
}
|
|
829
|
+
})
|
|
830
|
+
|
|
811
831
|
it("sqlserver.v20180328.CloseInterCommunication", async function () {
|
|
812
832
|
try {
|
|
813
833
|
const data = await client.CloseInterCommunication({})
|