tencentcloud-sdk-nodejs 4.0.678 → 4.0.679
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 +70 -0
- package/SERVICE_CHANGELOG.md +113 -384
- package/package.json +1 -1
- package/products.md +2 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +88 -62
- package/src/services/vpc/v20170312/vpc_models.ts +82 -34
- package/src/services/waf/v20180125/waf_client.ts +744 -489
- package/src/services/waf/v20180125/waf_models.ts +1329 -282
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +41 -31
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +51 -37
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -34
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +244 -162
- package/tencentcloud/services/waf/v20180125/waf_client.js +361 -239
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1287 -293
- package/test/vpc.v20170312.test.js +30 -10
- package/test/waf.v20180125.test.js +356 -156
|
@@ -288,9 +288,9 @@ it("vpc.v20170312.EnableSnapshotPolicies", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
-
it("vpc.v20170312.
|
|
291
|
+
it("vpc.v20170312.DeleteNetworkAclEntries", async function () {
|
|
292
292
|
try {
|
|
293
|
-
const data = await client.
|
|
293
|
+
const data = await client.DeleteNetworkAclEntries({})
|
|
294
294
|
expect(data).to.be.ok
|
|
295
295
|
} catch(error) {
|
|
296
296
|
expect(error.requestId).to.be.ok
|
|
@@ -338,9 +338,9 @@ it("vpc.v20170312.AttachSnapshotInstances", async function () {
|
|
|
338
338
|
}
|
|
339
339
|
})
|
|
340
340
|
|
|
341
|
-
it("vpc.v20170312.
|
|
341
|
+
it("vpc.v20170312.ModifySubnetAttribute", async function () {
|
|
342
342
|
try {
|
|
343
|
-
const data = await client.
|
|
343
|
+
const data = await client.ModifySubnetAttribute({})
|
|
344
344
|
expect(data).to.be.ok
|
|
345
345
|
} catch(error) {
|
|
346
346
|
expect(error.requestId).to.be.ok
|
|
@@ -408,6 +408,16 @@ it("vpc.v20170312.DescribeCustomerGatewayVendors", async function () {
|
|
|
408
408
|
}
|
|
409
409
|
})
|
|
410
410
|
|
|
411
|
+
it("vpc.v20170312.DescribeNetDetects", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.DescribeNetDetects({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
411
421
|
it("vpc.v20170312.DescribeAddresses", async function () {
|
|
412
422
|
try {
|
|
413
423
|
const data = await client.DescribeAddresses({})
|
|
@@ -458,6 +468,16 @@ it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
|
|
|
458
468
|
}
|
|
459
469
|
})
|
|
460
470
|
|
|
471
|
+
it("vpc.v20170312.UnassignIpv6Addresses", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.UnassignIpv6Addresses({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
461
481
|
it("vpc.v20170312.DetachCcnInstances", async function () {
|
|
462
482
|
try {
|
|
463
483
|
const data = await client.DetachCcnInstances({})
|
|
@@ -1238,9 +1258,9 @@ it("vpc.v20170312.DescribeDirectConnectGatewayCcnRoutes", async function () {
|
|
|
1238
1258
|
}
|
|
1239
1259
|
})
|
|
1240
1260
|
|
|
1241
|
-
it("vpc.v20170312.
|
|
1261
|
+
it("vpc.v20170312.CreateNetworkAclEntries", async function () {
|
|
1242
1262
|
try {
|
|
1243
|
-
const data = await client.
|
|
1263
|
+
const data = await client.CreateNetworkAclEntries({})
|
|
1244
1264
|
expect(data).to.be.ok
|
|
1245
1265
|
} catch(error) {
|
|
1246
1266
|
expect(error.requestId).to.be.ok
|
|
@@ -1258,9 +1278,9 @@ it("vpc.v20170312.DeleteBandwidthPackage", async function () {
|
|
|
1258
1278
|
}
|
|
1259
1279
|
})
|
|
1260
1280
|
|
|
1261
|
-
it("vpc.v20170312.
|
|
1281
|
+
it("vpc.v20170312.CreateNetworkInterface", async function () {
|
|
1262
1282
|
try {
|
|
1263
|
-
const data = await client.
|
|
1283
|
+
const data = await client.CreateNetworkInterface({})
|
|
1264
1284
|
expect(data).to.be.ok
|
|
1265
1285
|
} catch(error) {
|
|
1266
1286
|
expect(error.requestId).to.be.ok
|
|
@@ -2068,9 +2088,9 @@ it("vpc.v20170312.DescribeVpnGateways", async function () {
|
|
|
2068
2088
|
}
|
|
2069
2089
|
})
|
|
2070
2090
|
|
|
2071
|
-
it("vpc.v20170312.
|
|
2091
|
+
it("vpc.v20170312.ModifySecurityGroupPolicies", async function () {
|
|
2072
2092
|
try {
|
|
2073
|
-
const data = await client.
|
|
2093
|
+
const data = await client.ModifySecurityGroupPolicies({})
|
|
2074
2094
|
expect(data).to.be.ok
|
|
2075
2095
|
} catch(error) {
|
|
2076
2096
|
expect(error.requestId).to.be.ok
|