tencentcloud-sdk-nodejs 4.0.587 → 4.0.589

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.
Files changed (85) hide show
  1. package/CHANGELOG.md +438 -0
  2. package/SERVICE_CHANGELOG.md +443 -214
  3. package/package.json +1 -1
  4. package/products.md +31 -31
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +1 -1
  7. package/src/services/billing/v20180709/billing_models.ts +6 -0
  8. package/src/services/cbs/v20170312/cbs_models.ts +17 -10
  9. package/src/services/cdb/v20170320/cdb_client.ts +173 -47
  10. package/src/services/cdb/v20170320/cdb_models.ts +1198 -362
  11. package/src/services/cfs/v20190719/cfs_client.ts +12 -0
  12. package/src/services/cfs/v20190719/cfs_models.ts +56 -0
  13. package/src/services/clb/v20180317/clb_models.ts +7 -7
  14. package/src/services/cls/v20201016/cls_models.ts +1 -1
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +22 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
  17. package/src/services/gaap/v20180529/gaap_client.ts +1 -0
  18. package/src/services/gaap/v20180529/gaap_models.ts +16 -0
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -0
  20. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +1 -1
  21. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +6 -0
  22. package/src/services/mps/v20190612/mps_models.ts +28 -19
  23. package/src/services/nlp/v20190408/nlp_client.ts +159 -55
  24. package/src/services/nlp/v20190408/nlp_models.ts +991 -495
  25. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  26. package/src/services/ocr/v20181119/ocr_models.ts +4 -4
  27. package/src/services/redis/v20180412/redis_models.ts +3 -6
  28. package/src/services/rum/v20210622/rum_models.ts +13 -2
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +43 -1
  30. package/src/services/teo/v20220901/teo_client.ts +46 -8
  31. package/src/services/teo/v20220901/teo_models.ts +310 -174
  32. package/src/services/tione/v20211111/tione_models.ts +41 -10
  33. package/src/services/tke/v20180525/tke_models.ts +16 -6
  34. package/src/services/tmt/v20180321/tmt_client.ts +1 -2
  35. package/src/services/tmt/v20180321/tmt_models.ts +13 -13
  36. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  37. package/src/services/vpc/v20170312/vpc_client.ts +19 -7
  38. package/src/services/vpc/v20170312/vpc_models.ts +30 -0
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
  42. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
  43. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +14 -8
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +53 -13
  45. package/tencentcloud/services/cdb/v20170320/cdb_client.js +77 -17
  46. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +991 -286
  47. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +5 -1
  48. package/tencentcloud/services/cfs/v20190719/cfs_client.js +6 -0
  49. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -0
  50. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +7 -7
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  52. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +18 -0
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -0
  54. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +14 -0
  55. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -0
  56. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +1 -1
  57. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +1 -1
  58. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -0
  59. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +10 -1
  60. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +38 -6
  61. package/tencentcloud/services/nlp/v20190408/nlp_client.js +54 -6
  62. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +946 -517
  63. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  64. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  65. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
  66. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -6
  67. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -2
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +36 -1
  69. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +13 -1
  70. package/tencentcloud/services/teo/v20220901/teo_client.js +18 -0
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +275 -157
  72. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +35 -9
  73. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +14 -6
  74. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -2
  75. package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -2
  76. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +13 -13
  77. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  78. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -4
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.js +10 -4
  80. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +26 -0
  81. package/test/cdb.v20170320.test.js +110 -10
  82. package/test/cfs.v20190719.test.js +10 -0
  83. package/test/nlp.v20190408.test.js +82 -2
  84. package/test/teo.v20220901.test.js +30 -0
  85. package/test/vpc.v20170312.test.js +12 -2
@@ -158,6 +158,16 @@ it("cdb.v20170320.DescribeCdbZoneConfig", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
162
+ try {
163
+ const data = await client.ModifyDBInstanceSecurityGroups({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("cdb.v20170320.StopRollback", async function () {
162
172
  try {
163
173
  const data = await client.StopRollback({})
@@ -238,6 +248,16 @@ it("cdb.v20170320.ModifyBackupDownloadRestriction", async function () {
238
248
  }
239
249
  })
240
250
 
251
+ it("cdb.v20170320.DescribeParamTemplates", async function () {
252
+ try {
253
+ const data = await client.DescribeParamTemplates({})
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
+
241
261
  it("cdb.v20170320.DescribeTasks", async function () {
242
262
  try {
243
263
  const data = await client.DescribeTasks({})
@@ -348,6 +368,16 @@ it("cdb.v20170320.DisassociateSecurityGroups", async function () {
348
368
  }
349
369
  })
350
370
 
371
+ it("cdb.v20170320.RenewDBInstance", async function () {
372
+ try {
373
+ const data = await client.RenewDBInstance({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
351
381
  it("cdb.v20170320.DescribeTables", async function () {
352
382
  try {
353
383
  const data = await client.DescribeTables({})
@@ -488,6 +518,16 @@ it("cdb.v20170320.AddTimeWindow", async function () {
488
518
  }
489
519
  })
490
520
 
521
+ it("cdb.v20170320.DescribeProxySupportParam", async function () {
522
+ try {
523
+ const data = await client.DescribeProxySupportParam({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
491
531
  it("cdb.v20170320.DescribeDeviceMonitorInfo", async function () {
492
532
  try {
493
533
  const data = await client.DescribeDeviceMonitorInfo({})
@@ -538,6 +578,16 @@ it("cdb.v20170320.DescribeBackupTables", async function () {
538
578
  }
539
579
  })
540
580
 
581
+ it("cdb.v20170320.CreateCdbProxyAddress", async function () {
582
+ try {
583
+ const data = await client.CreateCdbProxyAddress({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
541
591
  it("cdb.v20170320.DeleteAuditPolicy", async function () {
542
592
  try {
543
593
  const data = await client.DeleteAuditPolicy({})
@@ -688,6 +738,16 @@ it("cdb.v20170320.CreateAccounts", async function () {
688
738
  }
689
739
  })
690
740
 
741
+ it("cdb.v20170320.AdjustCdbProxy", async function () {
742
+ try {
743
+ const data = await client.AdjustCdbProxy({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
691
751
  it("cdb.v20170320.UpgradeDBInstanceEngineVersion", async function () {
692
752
  try {
693
753
  const data = await client.UpgradeDBInstanceEngineVersion({})
@@ -788,9 +848,9 @@ it("cdb.v20170320.DescribeRollbackRangeTime", async function () {
788
848
  }
789
849
  })
790
850
 
791
- it("cdb.v20170320.DescribeParamTemplates", async function () {
851
+ it("cdb.v20170320.CloseCdbProxyAddress", async function () {
792
852
  try {
793
- const data = await client.DescribeParamTemplates({})
853
+ const data = await client.CloseCdbProxyAddress({})
794
854
  expect(data).to.be.ok
795
855
  } catch(error) {
796
856
  expect(error.requestId).to.be.ok
@@ -828,6 +888,16 @@ it("cdb.v20170320.DescribeRoMinScale", async function () {
828
888
  }
829
889
  })
830
890
 
891
+ it("cdb.v20170320.ModifyCdbProxyAddressDesc", async function () {
892
+ try {
893
+ const data = await client.ModifyCdbProxyAddressDesc({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
831
901
  it("cdb.v20170320.ModifyAccountHost", async function () {
832
902
  try {
833
903
  const data = await client.ModifyAccountHost({})
@@ -848,6 +918,26 @@ it("cdb.v20170320.StartReplication", async function () {
848
918
  }
849
919
  })
850
920
 
921
+ it("cdb.v20170320.AdjustCdbProxyAddress", async function () {
922
+ try {
923
+ const data = await client.AdjustCdbProxyAddress({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
931
+ it("cdb.v20170320.DescribeCdbProxyInfo", async function () {
932
+ try {
933
+ const data = await client.DescribeCdbProxyInfo({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
851
941
  it("cdb.v20170320.DescribeAuditConfig", async function () {
852
942
  try {
853
943
  const data = await client.DescribeAuditConfig({})
@@ -958,9 +1048,9 @@ it("cdb.v20170320.AssociateSecurityGroups", async function () {
958
1048
  }
959
1049
  })
960
1050
 
961
- it("cdb.v20170320.InitDBInstances", async function () {
1051
+ it("cdb.v20170320.DescribeDBPrice", async function () {
962
1052
  try {
963
- const data = await client.InitDBInstances({})
1053
+ const data = await client.DescribeDBPrice({})
964
1054
  expect(data).to.be.ok
965
1055
  } catch(error) {
966
1056
  expect(error.requestId).to.be.ok
@@ -1168,9 +1258,19 @@ it("cdb.v20170320.DescribeBackupDatabases", async function () {
1168
1258
  }
1169
1259
  })
1170
1260
 
1171
- it("cdb.v20170320.DescribeDBPrice", async function () {
1261
+ it("cdb.v20170320.InitDBInstances", async function () {
1172
1262
  try {
1173
- const data = await client.DescribeDBPrice({})
1263
+ const data = await client.InitDBInstances({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1271
+ it("cdb.v20170320.CreateCdbProxy", async function () {
1272
+ try {
1273
+ const data = await client.CreateCdbProxy({})
1174
1274
  expect(data).to.be.ok
1175
1275
  } catch(error) {
1176
1276
  expect(error.requestId).to.be.ok
@@ -1198,9 +1298,9 @@ it("cdb.v20170320.SwitchCDBProxy", async function () {
1198
1298
  }
1199
1299
  })
1200
1300
 
1201
- it("cdb.v20170320.RenewDBInstance", async function () {
1301
+ it("cdb.v20170320.ModifyCdbProxyParam", async function () {
1202
1302
  try {
1203
- const data = await client.RenewDBInstance({})
1303
+ const data = await client.ModifyCdbProxyParam({})
1204
1304
  expect(data).to.be.ok
1205
1305
  } catch(error) {
1206
1306
  expect(error.requestId).to.be.ok
@@ -1268,9 +1368,9 @@ it("cdb.v20170320.QueryCDBProxy", async function () {
1268
1368
  }
1269
1369
  })
1270
1370
 
1271
- it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
1371
+ it("cdb.v20170320.ModifyCdbProxyAddressVipAndVPort", async function () {
1272
1372
  try {
1273
- const data = await client.ModifyDBInstanceSecurityGroups({})
1373
+ const data = await client.ModifyCdbProxyAddressVipAndVPort({})
1274
1374
  expect(data).to.be.ok
1275
1375
  } catch(error) {
1276
1376
  expect(error.requestId).to.be.ok
@@ -258,6 +258,16 @@ it("cfs.v20190719.DescribeUserQuota", async function () {
258
258
  }
259
259
  })
260
260
 
261
+ it("cfs.v20190719.ModifyFileSystemAutoScaleUpRule", async function () {
262
+ try {
263
+ const data = await client.ModifyFileSystemAutoScaleUpRule({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
261
271
  it("cfs.v20190719.UpdateAutoSnapshotPolicy", async function () {
262
272
  try {
263
273
  const data = await client.UpdateAutoSnapshotPolicy({})
@@ -68,9 +68,19 @@ it("nlp.v20190408.DependencyParsing", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("nlp.v20190408.WordEmbedding", async function () {
71
+ it("nlp.v20190408.EvaluateSentenceSimilarity", async function () {
72
72
  try {
73
- const data = await client.WordEmbedding({})
73
+ const data = await client.EvaluateSentenceSimilarity({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("nlp.v20190408.GenerateKeywordSentence", async function () {
82
+ try {
83
+ const data = await client.GenerateKeywordSentence({})
74
84
  expect(data).to.be.ok
75
85
  } catch(error) {
76
86
  expect(error.requestId).to.be.ok
@@ -88,6 +98,16 @@ it("nlp.v20190408.DescribeDicts", async function () {
88
98
  }
89
99
  })
90
100
 
101
+ it("nlp.v20190408.TextWriting", async function () {
102
+ try {
103
+ const data = await client.TextWriting({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
91
111
  it("nlp.v20190408.CreateDict", async function () {
92
112
  try {
93
113
  const data = await client.CreateDict({})
@@ -108,6 +128,16 @@ it("nlp.v20190408.GeneratePoetry", async function () {
108
128
  }
109
129
  })
110
130
 
131
+ it("nlp.v20190408.ParseWords", async function () {
132
+ try {
133
+ const data = await client.ParseWords({})
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
+
111
141
  it("nlp.v20190408.TextClassification", async function () {
112
142
  try {
113
143
  const data = await client.TextClassification({})
@@ -158,6 +188,16 @@ it("nlp.v20190408.TextCorrection", async function () {
158
188
  }
159
189
  })
160
190
 
191
+ it("nlp.v20190408.EvaluateWordSimilarity", async function () {
192
+ try {
193
+ const data = await client.EvaluateWordSimilarity({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
161
201
  it("nlp.v20190408.GenerateCouplet", async function () {
162
202
  try {
163
203
  const data = await client.GenerateCouplet({})
@@ -228,6 +268,16 @@ it("nlp.v20190408.LexicalAnalysis", async function () {
228
268
  }
229
269
  })
230
270
 
271
+ it("nlp.v20190408.RetrieveSimilarWords", async function () {
272
+ try {
273
+ const data = await client.RetrieveSimilarWords({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
231
281
  it("nlp.v20190408.KeywordsExtraction", async function () {
232
282
  try {
233
283
  const data = await client.KeywordsExtraction({})
@@ -238,6 +288,16 @@ it("nlp.v20190408.KeywordsExtraction", async function () {
238
288
  }
239
289
  })
240
290
 
291
+ it("nlp.v20190408.TextEmbellish", async function () {
292
+ try {
293
+ const data = await client.TextEmbellish({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
241
301
  it("nlp.v20190408.TextCorrectionPro", async function () {
242
302
  try {
243
303
  const data = await client.TextCorrectionPro({})
@@ -248,6 +308,26 @@ it("nlp.v20190408.TextCorrectionPro", async function () {
248
308
  }
249
309
  })
250
310
 
311
+ it("nlp.v20190408.WordEmbedding", async function () {
312
+ try {
313
+ const data = await client.WordEmbedding({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("nlp.v20190408.SentenceCorrection", async function () {
322
+ try {
323
+ const data = await client.SentenceCorrection({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
251
331
  it("nlp.v20190408.DeleteDict", async function () {
252
332
  try {
253
333
  const data = await client.DeleteDict({})
@@ -328,6 +328,16 @@ it("teo.v20220901.UpdateOriginProtectionIPWhitelist", async function () {
328
328
  }
329
329
  })
330
330
 
331
+ it("teo.v20220901.CreateSecurityIPGroup", async function () {
332
+ try {
333
+ const data = await client.CreateSecurityIPGroup({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
331
341
  it("teo.v20220901.DescribePurgeTasks", async function () {
332
342
  try {
333
343
  const data = await client.DescribePurgeTasks({})
@@ -628,6 +638,16 @@ it("teo.v20220901.ModifyAccelerationDomainStatuses", async function () {
628
638
  }
629
639
  })
630
640
 
641
+ it("teo.v20220901.ModifySecurityIPGroup", async function () {
642
+ try {
643
+ const data = await client.ModifySecurityIPGroup({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
631
651
  it("teo.v20220901.DescribeDDoSAttackTopData", async function () {
632
652
  try {
633
653
  const data = await client.DescribeDDoSAttackTopData({})
@@ -808,6 +828,16 @@ it("teo.v20220901.DescribeZoneSetting", async function () {
808
828
  }
809
829
  })
810
830
 
831
+ it("teo.v20220901.DeleteSecurityIPGroup", async function () {
832
+ try {
833
+ const data = await client.DeleteSecurityIPGroup({})
834
+ expect(data).to.be.ok
835
+ } catch(error) {
836
+ expect(error.requestId).to.be.ok
837
+ expect(error.code).to.be.ok
838
+ }
839
+ })
840
+
811
841
  it("teo.v20220901.ReclaimAliasDomain", async function () {
812
842
  try {
813
843
  const data = await client.ReclaimAliasDomain({})
@@ -658,9 +658,9 @@ it("vpc.v20170312.SetCcnRegionBandwidthLimits", async function () {
658
658
  }
659
659
  })
660
660
 
661
- it("vpc.v20170312.ReplaceRouteTableAssociation", async function () {
661
+ it("vpc.v20170312.GenerateVpnConnectionDefaultHealthCheckIp", async function () {
662
662
  try {
663
- const data = await client.ReplaceRouteTableAssociation({})
663
+ const data = await client.GenerateVpnConnectionDefaultHealthCheckIp({})
664
664
  expect(data).to.be.ok
665
665
  } catch(error) {
666
666
  expect(error.requestId).to.be.ok
@@ -998,6 +998,16 @@ it("vpc.v20170312.DescribeFlowLogs", async function () {
998
998
  }
999
999
  })
1000
1000
 
1001
+ it("vpc.v20170312.ReplaceRouteTableAssociation", async function () {
1002
+ try {
1003
+ const data = await client.ReplaceRouteTableAssociation({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
1001
1011
  it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
1002
1012
  try {
1003
1013
  const data = await client.DescribeVpcIpv6Addresses({})