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.
@@ -288,9 +288,9 @@ it("vpc.v20170312.EnableSnapshotPolicies", async function () {
288
288
  }
289
289
  })
290
290
 
291
- it("vpc.v20170312.DescribeNetDetects", async function () {
291
+ it("vpc.v20170312.DeleteNetworkAclEntries", async function () {
292
292
  try {
293
- const data = await client.DescribeNetDetects({})
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.UnassignIpv6Addresses", async function () {
341
+ it("vpc.v20170312.ModifySubnetAttribute", async function () {
342
342
  try {
343
- const data = await client.UnassignIpv6Addresses({})
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.CreateNetworkInterface", async function () {
1261
+ it("vpc.v20170312.CreateNetworkAclEntries", async function () {
1242
1262
  try {
1243
- const data = await client.CreateNetworkInterface({})
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.ModifySecurityGroupPolicies", async function () {
1281
+ it("vpc.v20170312.CreateNetworkInterface", async function () {
1262
1282
  try {
1263
- const data = await client.ModifySecurityGroupPolicies({})
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.ModifySubnetAttribute", async function () {
2091
+ it("vpc.v20170312.ModifySecurityGroupPolicies", async function () {
2072
2092
  try {
2073
- const data = await client.ModifySubnetAttribute({})
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