tencentcloud-sdk-nodejs 4.0.214 → 4.0.218

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 (100) hide show
  1. package/CHANGELOG.md +596 -55
  2. package/package.json +1 -1
  3. package/products.md +26 -26
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ame/v20190916/ame_client.ts +1 -0
  6. package/src/services/ame/v20190916/ame_models.ts +28 -0
  7. package/src/services/as/v20180419/as_models.ts +1 -1
  8. package/src/services/billing/v20180709/billing_models.ts +10 -0
  9. package/src/services/cam/v20190116/cam_client.ts +42 -6
  10. package/src/services/cam/v20190116/cam_models.ts +70 -0
  11. package/src/services/cdn/v20180606/cdn_client.ts +20 -3
  12. package/src/services/cdn/v20180606/cdn_models.ts +537 -36
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
  15. package/src/services/cpdp/v20190820/cpdp_client.ts +40 -1
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +647 -5
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +90 -35
  19. package/src/services/domain/v20180808/domain_client.ts +143 -94
  20. package/src/services/domain/v20180808/domain_models.ts +182 -37
  21. package/src/services/ecdn/v20191012/ecdn_models.ts +1 -1
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
  23. package/src/services/faceid/v20180301/faceid_models.ts +2 -1
  24. package/src/services/gaap/v20180529/gaap_client.ts +3 -2
  25. package/src/services/gaap/v20180529/gaap_models.ts +142 -64
  26. package/src/services/iai/v20200303/iai_models.ts +2 -2
  27. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +57 -8
  28. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +149 -9
  29. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  30. package/src/services/live/v20180801/live_client.ts +2 -2
  31. package/src/services/live/v20180801/live_models.ts +3 -3
  32. package/src/services/mps/v20190612/mps_models.ts +16 -0
  33. package/src/services/ocr/v20181119/ocr_client.ts +14 -1
  34. package/src/services/ocr/v20181119/ocr_models.ts +80 -17
  35. package/src/services/scf/v20180416/scf_models.ts +1 -1
  36. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  37. package/src/services/ssl/v20191205/ssl_client.ts +14 -1
  38. package/src/services/ssl/v20191205/ssl_models.ts +70 -20
  39. package/src/services/tcr/v20190924/tcr_client.ts +1 -0
  40. package/src/services/tcr/v20190924/tcr_models.ts +63 -1
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
  42. package/src/services/trtc/v20190722/trtc_models.ts +10 -0
  43. package/src/services/vpc/v20170312/vpc_client.ts +99 -36
  44. package/src/services/vpc/v20170312/vpc_models.ts +269 -32
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +24 -0
  48. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -0
  50. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -3
  51. package/tencentcloud/services/cam/v20190116/cam_client.js +21 -3
  52. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +61 -0
  53. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
  54. package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
  55. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +494 -31
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +30 -0
  57. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
  58. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
  59. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +541 -5
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
  61. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +49 -33
  62. package/tencentcloud/services/domain/v20180808/domain_client.js +71 -47
  63. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +159 -34
  64. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +1 -1
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -1
  67. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  68. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +121 -56
  69. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +2 -2
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +19 -3
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +27 -3
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +130 -9
  73. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  74. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  75. package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
  76. package/tencentcloud/services/live/v20180801/live_client.js +2 -2
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
  78. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -0
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -17
  82. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  83. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  84. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  85. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  86. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +59 -16
  87. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +53 -1
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
  89. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
  90. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +34 -14
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.js +47 -17
  92. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +233 -30
  93. package/test/cam.v20190116.test.js +32 -2
  94. package/test/cdn.v20180606.test.js +10 -0
  95. package/test/cpdp.v20190820.test.js +30 -0
  96. package/test/domain.v20180808.test.js +72 -32
  97. package/test/iotexplorer.v20190423.test.js +42 -2
  98. package/test/ocr.v20181119.test.js +10 -0
  99. package/test/ssl.v20191205.test.js +10 -0
  100. package/test/vpc.v20170312.test.js +58 -8
@@ -18,9 +18,9 @@ const client = new tencentcloud.domain.v20180808.Client({
18
18
  })
19
19
  describe("domain.v20180808.test.js", function () {
20
20
 
21
- it("domain.v20180808.DescribeDomainNameList", async function () {
21
+ it("domain.v20180808.SetDomainAutoRenew", async function () {
22
22
  try {
23
- const data = await client.DescribeDomainNameList({})
23
+ const data = await client.SetDomainAutoRenew({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("domain.v20180808.DescribeDomainNameList", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("domain.v20180808.UploadImage", async function () {
31
+ it("domain.v20180808.ModifyDomainDNSBatch", async function () {
32
32
  try {
33
- const data = await client.UploadImage({})
33
+ const data = await client.ModifyDomainDNSBatch({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("domain.v20180808.UploadImage", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("domain.v20180808.CreateTemplate", async function () {
41
+ it("domain.v20180808.CheckBatchStatus", async function () {
42
42
  try {
43
- const data = await client.CreateTemplate({})
43
+ const data = await client.CheckBatchStatus({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("domain.v20180808.CreateTemplate", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("domain.v20180808.DescribeTemplate", async function () {
51
+ it("domain.v20180808.UploadImage", async function () {
52
52
  try {
53
- const data = await client.DescribeTemplate({})
53
+ const data = await client.UploadImage({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("domain.v20180808.DescribeTemplate", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("domain.v20180808.ModifyDomainOwnerBatch", async function () {
61
+ it("domain.v20180808.DeletePhoneEmail", async function () {
62
62
  try {
63
- const data = await client.ModifyDomainOwnerBatch({})
63
+ const data = await client.DeletePhoneEmail({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("domain.v20180808.ModifyDomainOwnerBatch", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("domain.v20180808.CreateDomainBatch", async function () {
71
+ it("domain.v20180808.DescribeDomainNameList", async function () {
72
72
  try {
73
- const data = await client.CreateDomainBatch({})
73
+ const data = await client.DescribeDomainNameList({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("domain.v20180808.CreateDomainBatch", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("domain.v20180808.DescribeDomainBaseInfo", async function () {
81
+ it("domain.v20180808.CreateDomainBatch", async function () {
82
82
  try {
83
- const data = await client.DescribeDomainBaseInfo({})
83
+ const data = await client.CreateDomainBatch({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("domain.v20180808.DescribeDomainBaseInfo", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("domain.v20180808.DescribeBatchOperationLogs", async function () {
91
+ it("domain.v20180808.DescribeDomainBaseInfo", async function () {
92
92
  try {
93
- const data = await client.DescribeBatchOperationLogs({})
93
+ const data = await client.DescribeDomainBaseInfo({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("domain.v20180808.DeleteTemplate", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("domain.v20180808.DescribeTemplateList", async function () {
121
+ it("domain.v20180808.CheckDomain", async function () {
122
122
  try {
123
- const data = await client.DescribeTemplateList({})
123
+ const data = await client.CheckDomain({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("domain.v20180808.RenewDomainBatch", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("domain.v20180808.TransferProhibitionBatch", async function () {
141
+ it("domain.v20180808.DescribeTemplate", async function () {
142
142
  try {
143
- const data = await client.TransferProhibitionBatch({})
143
+ const data = await client.DescribeTemplate({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("domain.v20180808.TransferProhibitionBatch", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("domain.v20180808.BatchModifyDomainInfo", async function () {
151
+ it("domain.v20180808.CreatePhoneEmail", async function () {
152
152
  try {
153
- const data = await client.BatchModifyDomainInfo({})
153
+ const data = await client.CreatePhoneEmail({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("domain.v20180808.BatchModifyDomainInfo", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("domain.v20180808.DescribeDomainPriceList", async function () {
161
+ it("domain.v20180808.DescribeTemplateList", async function () {
162
162
  try {
163
- const data = await client.DescribeDomainPriceList({})
163
+ const data = await client.DescribeTemplateList({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("domain.v20180808.DescribeDomainPriceList", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("domain.v20180808.CheckBatchStatus", async function () {
171
+ it("domain.v20180808.BatchModifyDomainInfo", async function () {
172
172
  try {
173
- const data = await client.CheckBatchStatus({})
173
+ const data = await client.BatchModifyDomainInfo({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("domain.v20180808.CheckBatchStatus", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("domain.v20180808.CheckDomain", async function () {
181
+ it("domain.v20180808.TransferProhibitionBatch", async function () {
182
182
  try {
183
- const data = await client.CheckDomain({})
183
+ const data = await client.TransferProhibitionBatch({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -208,9 +208,9 @@ it("domain.v20180808.UpdateProhibitionBatch", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("domain.v20180808.ModifyDomainDNSBatch", async function () {
211
+ it("domain.v20180808.CreateTemplate", async function () {
212
212
  try {
213
- const data = await client.ModifyDomainDNSBatch({})
213
+ const data = await client.CreateTemplate({})
214
214
  expect(data).to.be.ok
215
215
  } catch(error) {
216
216
  expect(error.requestId).to.be.ok
@@ -218,9 +218,49 @@ it("domain.v20180808.ModifyDomainDNSBatch", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("domain.v20180808.SetDomainAutoRenew", async function () {
221
+ it("domain.v20180808.ModifyDomainOwnerBatch", async function () {
222
222
  try {
223
- const data = await client.SetDomainAutoRenew({})
223
+ const data = await client.ModifyDomainOwnerBatch({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("domain.v20180808.DescribePhoneEmailList", async function () {
232
+ try {
233
+ const data = await client.DescribePhoneEmailList({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("domain.v20180808.SendPhoneEmailCode", async function () {
242
+ try {
243
+ const data = await client.SendPhoneEmailCode({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("domain.v20180808.DescribeDomainPriceList", async function () {
252
+ try {
253
+ const data = await client.DescribeDomainPriceList({})
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("domain.v20180808.DescribeBatchOperationLogs", async function () {
262
+ try {
263
+ const data = await client.DescribeBatchOperationLogs({})
224
264
  expect(data).to.be.ok
225
265
  } catch(error) {
226
266
  expect(error.requestId).to.be.ok
@@ -228,6 +228,16 @@ it("iotexplorer.v20190423.UpdateFirmware", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("iotexplorer.v20190423.SearchTopicRule", async function () {
232
+ try {
233
+ const data = await client.SearchTopicRule({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
231
241
  it("iotexplorer.v20190423.UploadFirmware", async function () {
232
242
  try {
233
243
  const data = await client.UploadFirmware({})
@@ -268,6 +278,16 @@ it("iotexplorer.v20190423.ModifyTopicRule", async function () {
268
278
  }
269
279
  })
270
280
 
281
+ it("iotexplorer.v20190423.DescribeTopicPolicy", async function () {
282
+ try {
283
+ const data = await client.DescribeTopicPolicy({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
271
291
  it("iotexplorer.v20190423.GetProjectList", async function () {
272
292
  try {
273
293
  const data = await client.GetProjectList({})
@@ -368,9 +388,9 @@ it("iotexplorer.v20190423.CreateFenceBind", async function () {
368
388
  }
369
389
  })
370
390
 
371
- it("iotexplorer.v20190423.SearchTopicRule", async function () {
391
+ it("iotexplorer.v20190423.ModifyTopicPolicy", async function () {
372
392
  try {
373
- const data = await client.SearchTopicRule({})
393
+ const data = await client.ModifyTopicPolicy({})
374
394
  expect(data).to.be.ok
375
395
  } catch(error) {
376
396
  expect(error.requestId).to.be.ok
@@ -428,6 +448,16 @@ it("iotexplorer.v20190423.ListEventHistory", async function () {
428
448
  }
429
449
  })
430
450
 
451
+ it("iotexplorer.v20190423.DeleteTopicPolicy", async function () {
452
+ try {
453
+ const data = await client.DeleteTopicPolicy({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
431
461
  it("iotexplorer.v20190423.DescribeStudioProduct", async function () {
432
462
  try {
433
463
  const data = await client.DescribeStudioProduct({})
@@ -438,6 +468,16 @@ it("iotexplorer.v20190423.DescribeStudioProduct", async function () {
438
468
  }
439
469
  })
440
470
 
471
+ it("iotexplorer.v20190423.ListTopicPolicy", async function () {
472
+ try {
473
+ const data = await client.ListTopicPolicy({})
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
+
441
481
  it("iotexplorer.v20190423.DeleteFenceBind", async function () {
442
482
  try {
443
483
  const data = await client.DeleteFenceBind({})
@@ -268,6 +268,16 @@ it("ocr.v20181119.InvoiceGeneralOCR", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("ocr.v20181119.RecognizeOnlineTaxiItineraryOCR", async function () {
272
+ try {
273
+ const data = await client.RecognizeOnlineTaxiItineraryOCR({})
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
+
271
281
  it("ocr.v20181119.HKIDCardOCR", async function () {
272
282
  try {
273
283
  const data = await client.HKIDCardOCR({})
@@ -198,6 +198,16 @@ it("ssl.v20191205.ModifyCertificateAlias", async function () {
198
198
  }
199
199
  })
200
200
 
201
+ it("ssl.v20191205.DescribeDeployedResources", async function () {
202
+ try {
203
+ const data = await client.DescribeDeployedResources({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
201
211
  it("ssl.v20191205.CreateCertificate", async function () {
202
212
  try {
203
213
  const data = await client.CreateCertificate({})
@@ -198,6 +198,16 @@ it("vpc.v20170312.ModifyFlowLogAttribute", async function () {
198
198
  }
199
199
  })
200
200
 
201
+ it("vpc.v20170312.ModifyNetworkInterfaceQos", async function () {
202
+ try {
203
+ const data = await client.ModifyNetworkInterfaceQos({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
201
211
  it("vpc.v20170312.DisassociateNetworkInterfaceSecurityGroups", async function () {
202
212
  try {
203
213
  const data = await client.DisassociateNetworkInterfaceSecurityGroups({})
@@ -258,9 +268,9 @@ it("vpc.v20170312.DescribeNetDetects", async function () {
258
268
  }
259
269
  })
260
270
 
261
- it("vpc.v20170312.InquirePriceCreateDirectConnectGateway", async function () {
271
+ it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
262
272
  try {
263
- const data = await client.InquirePriceCreateDirectConnectGateway({})
273
+ const data = await client.DescribeVpcPrivateIpAddresses({})
264
274
  expect(data).to.be.ok
265
275
  } catch(error) {
266
276
  expect(error.requestId).to.be.ok
@@ -508,6 +518,16 @@ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
508
518
  }
509
519
  })
510
520
 
521
+ it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
522
+ try {
523
+ const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
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
+
511
531
  it("vpc.v20170312.CreateAndAttachNetworkInterface", async function () {
512
532
  try {
513
533
  const data = await client.CreateAndAttachNetworkInterface({})
@@ -708,9 +728,9 @@ it("vpc.v20170312.AcceptAttachCcnInstances", async function () {
708
728
  }
709
729
  })
710
730
 
711
- it("vpc.v20170312.ModifyNetworkInterfaceQos", async function () {
731
+ it("vpc.v20170312.DeleteTemplateMember", async function () {
712
732
  try {
713
- const data = await client.ModifyNetworkInterfaceQos({})
733
+ const data = await client.DeleteTemplateMember({})
714
734
  expect(data).to.be.ok
715
735
  } catch(error) {
716
736
  expect(error.requestId).to.be.ok
@@ -738,6 +758,16 @@ it("vpc.v20170312.DescribeGatewayFlowQos", async function () {
738
758
  }
739
759
  })
740
760
 
761
+ it("vpc.v20170312.ModifyTemplateMember", async function () {
762
+ try {
763
+ const data = await client.ModifyTemplateMember({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
741
771
  it("vpc.v20170312.DisassociateDirectConnectGatewayNatGateway", async function () {
742
772
  try {
743
773
  const data = await client.DisassociateDirectConnectGatewayNatGateway({})
@@ -958,6 +988,16 @@ it("vpc.v20170312.DescribeLocalGateway", async function () {
958
988
  }
959
989
  })
960
990
 
991
+ it("vpc.v20170312.MigratePrivateIpAddress", async function () {
992
+ try {
993
+ const data = await client.MigratePrivateIpAddress({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
961
1001
  it("vpc.v20170312.DescribeFlowLogs", async function () {
962
1002
  try {
963
1003
  const data = await client.DescribeFlowLogs({})
@@ -1738,9 +1778,9 @@ it("vpc.v20170312.WithdrawNotifyRoutes", async function () {
1738
1778
  }
1739
1779
  })
1740
1780
 
1741
- it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
1781
+ it("vpc.v20170312.DescribeNatGatewayDirectConnectGatewayRoute", async function () {
1742
1782
  try {
1743
- const data = await client.DescribeVpcPrivateIpAddresses({})
1783
+ const data = await client.DescribeNatGatewayDirectConnectGatewayRoute({})
1744
1784
  expect(data).to.be.ok
1745
1785
  } catch(error) {
1746
1786
  expect(error.requestId).to.be.ok
@@ -1798,9 +1838,9 @@ it("vpc.v20170312.AssignIpv6Addresses", async function () {
1798
1838
  }
1799
1839
  })
1800
1840
 
1801
- it("vpc.v20170312.MigratePrivateIpAddress", async function () {
1841
+ it("vpc.v20170312.InquirePriceCreateDirectConnectGateway", async function () {
1802
1842
  try {
1803
- const data = await client.MigratePrivateIpAddress({})
1843
+ const data = await client.InquirePriceCreateDirectConnectGateway({})
1804
1844
  expect(data).to.be.ok
1805
1845
  } catch(error) {
1806
1846
  expect(error.requestId).to.be.ok
@@ -1888,6 +1928,16 @@ it("vpc.v20170312.CreateNatGatewaySourceIpTranslationNatRule", async function ()
1888
1928
  }
1889
1929
  })
1890
1930
 
1931
+ it("vpc.v20170312.AddTemplateMember", async function () {
1932
+ try {
1933
+ const data = await client.AddTemplateMember({})
1934
+ expect(data).to.be.ok
1935
+ } catch(error) {
1936
+ expect(error.requestId).to.be.ok
1937
+ expect(error.code).to.be.ok
1938
+ }
1939
+ })
1940
+
1891
1941
  it("vpc.v20170312.RemoveIp6Rules", async function () {
1892
1942
  try {
1893
1943
  const data = await client.RemoveIp6Rules({})