tencentcloud-sdk-nodejs 4.0.374 → 4.0.377

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 (106) hide show
  1. package/CHANGELOG.md +724 -0
  2. package/SERVICE_CHANGELOG.md +754 -29
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  7. package/src/services/as/v20180419/as_models.ts +3 -2
  8. package/src/services/cat/v20180409/cat_client.ts +1 -1
  9. package/src/services/cat/v20180409/cat_models.ts +17 -10
  10. package/src/services/cbs/v20170312/cbs_client.ts +1 -1
  11. package/src/services/cbs/v20170312/cbs_models.ts +23 -23
  12. package/src/services/cdb/v20170320/cdb_client.ts +21 -9
  13. package/src/services/cdb/v20170320/cdb_models.ts +96 -43
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
  16. package/src/services/clb/v20180317/clb_models.ts +4 -3
  17. package/src/services/cpdp/v20190820/cpdp_client.ts +80 -29
  18. package/src/services/cpdp/v20190820/cpdp_models.ts +470 -33
  19. package/src/services/cvm/v20170312/cvm_client.ts +721 -644
  20. package/src/services/cvm/v20170312/cvm_models.ts +429 -74
  21. package/src/services/cwp/v20180228/cwp_models.ts +6 -0
  22. package/src/services/cynosdb/v20190107/cynosdb_client.ts +109 -23
  23. package/src/services/cynosdb/v20190107/cynosdb_models.ts +437 -44
  24. package/src/services/dcdb/v20180411/dcdb_models.ts +15 -0
  25. package/src/services/dlc/v20210125/dlc_client.ts +15 -3
  26. package/src/services/dlc/v20210125/dlc_models.ts +207 -4
  27. package/src/services/es/v20180416/es_models.ts +12 -0
  28. package/src/services/ess/v20201111/ess_client.ts +36 -16
  29. package/src/services/ess/v20201111/ess_models.ts +9 -12
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +37 -3
  31. package/src/services/ie/v20200304/ie_client.ts +5 -0
  32. package/src/services/ie/v20200304/ie_models.ts +261 -15
  33. package/src/services/mariadb/v20170312/mariadb_client.ts +25 -13
  34. package/src/services/mariadb/v20170312/mariadb_models.ts +53 -8
  35. package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
  36. package/src/services/redis/v20180412/redis_models.ts +6 -1
  37. package/src/services/tcss/v20201101/tcss_models.ts +13 -0
  38. package/src/services/tdcpg/v20211118/tdcpg_models.ts +42 -6
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
  40. package/src/services/teo/v20220106/teo_client.ts +7 -2
  41. package/src/services/teo/v20220106/teo_models.ts +236 -93
  42. package/src/services/tke/v20180525/tke_client.ts +5 -2
  43. package/src/services/tke/v20180525/tke_models.ts +111 -1
  44. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  45. package/src/services/wedata/v20210820/wedata_client.ts +14 -2
  46. package/src/services/wedata/v20210820/wedata_models.ts +72 -22
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  50. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -1
  51. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -1
  52. package/tencentcloud/services/cat/v20180409/cat_client.js +1 -1
  53. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +14 -7
  54. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  55. package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
  56. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +22 -22
  57. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +7 -3
  58. package/tencentcloud/services/cdb/v20170320/cdb_client.js +9 -3
  59. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +83 -35
  60. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  61. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -1
  62. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -1
  63. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +26 -10
  64. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +37 -13
  65. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +406 -29
  66. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +333 -306
  67. package/tencentcloud/services/cvm/v20170312/cvm_client.js +423 -384
  68. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +372 -68
  69. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -0
  70. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +35 -7
  71. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +51 -9
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +371 -41
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +12 -0
  74. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +8 -4
  75. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  76. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +174 -4
  77. package/tencentcloud/services/es/v20180416/es_models.d.ts +10 -0
  78. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -1
  79. package/tencentcloud/services/ess/v20201111/ess_client.js +21 -1
  80. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -11
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -3
  82. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +223 -14
  83. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +12 -8
  84. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +14 -8
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +46 -8
  86. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  87. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -1
  88. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -0
  89. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +35 -5
  90. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
  91. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +205 -82
  92. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
  93. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  94. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +93 -1
  95. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  96. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  97. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  98. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  99. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +62 -20
  100. package/test/cdb.v20170320.test.js +12 -2
  101. package/test/cpdp.v20190820.test.js +48 -8
  102. package/test/cvm.v20170312.test.js +212 -152
  103. package/test/cynosdb.v20190107.test.js +76 -6
  104. package/test/dlc.v20210125.test.js +10 -0
  105. package/test/mariadb.v20170312.test.js +12 -2
  106. package/test/wedata.v20210820.test.js +10 -0
@@ -18,9 +18,9 @@ const client = new tencentcloud.cvm.v20170312.Client({
18
18
  })
19
19
  describe("cvm.v20170312.test.js", function () {
20
20
 
21
- it("cvm.v20170312.DescribeImageQuota", async function () {
21
+ it("cvm.v20170312.InquiryPriceRunInstances", async function () {
22
22
  try {
23
- const data = await client.DescribeImageQuota({})
23
+ const data = await client.InquiryPriceRunInstances({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("cvm.v20170312.DescribeImageQuota", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("cvm.v20170312.StopInstances", async function () {
31
+ it("cvm.v20170312.ModifyInstancesAttribute", async function () {
32
32
  try {
33
- const data = await client.StopInstances({})
33
+ const data = await client.ModifyInstancesAttribute({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("cvm.v20170312.StopInstances", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cvm.v20170312.DescribeInstancesStatus", async function () {
41
+ it("cvm.v20170312.InquiryPriceResetInstancesInternetMaxBandwidth", async function () {
42
42
  try {
43
- const data = await client.DescribeInstancesStatus({})
43
+ const data = await client.InquiryPriceResetInstancesInternetMaxBandwidth({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("cvm.v20170312.DescribeInstancesStatus", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("cvm.v20170312.ModifyImageSharePermission", async function () {
51
+ it("cvm.v20170312.DeleteKeyPairs", async function () {
52
52
  try {
53
- const data = await client.ModifyImageSharePermission({})
53
+ const data = await client.DeleteKeyPairs({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,19 @@ it("cvm.v20170312.ModifyImageSharePermission", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("cvm.v20170312.DescribeImageSharePermission", async function () {
61
+ it("cvm.v20170312.ImportKeyPair", async function () {
62
62
  try {
63
- const data = await client.DescribeImageSharePermission({})
63
+ const data = await client.ImportKeyPair({})
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
+ it("cvm.v20170312.RunInstances", async function () {
72
+ try {
73
+ const data = await client.RunInstances({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -78,9 +88,9 @@ it("cvm.v20170312.ModifyLaunchTemplateDefaultVersion", async function () {
78
88
  }
79
89
  })
80
90
 
81
- it("cvm.v20170312.InquiryPriceModifyInstancesChargeType", async function () {
91
+ it("cvm.v20170312.ModifyInstancesVpcAttribute", async function () {
82
92
  try {
83
- const data = await client.InquiryPriceModifyInstancesChargeType({})
93
+ const data = await client.ModifyInstancesVpcAttribute({})
84
94
  expect(data).to.be.ok
85
95
  } catch(error) {
86
96
  expect(error.requestId).to.be.ok
@@ -88,9 +98,9 @@ it("cvm.v20170312.InquiryPriceModifyInstancesChargeType", async function () {
88
98
  }
89
99
  })
90
100
 
91
- it("cvm.v20170312.DescribeInstancesModification", async function () {
101
+ it("cvm.v20170312.DescribeDisasterRecoverGroupQuota", async function () {
92
102
  try {
93
- const data = await client.DescribeInstancesModification({})
103
+ const data = await client.DescribeDisasterRecoverGroupQuota({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -98,9 +108,9 @@ it("cvm.v20170312.DescribeInstancesModification", async function () {
98
108
  }
99
109
  })
100
110
 
101
- it("cvm.v20170312.DescribeImages", async function () {
111
+ it("cvm.v20170312.DescribeReservedInstances", async function () {
102
112
  try {
103
- const data = await client.DescribeImages({})
113
+ const data = await client.DescribeReservedInstances({})
104
114
  expect(data).to.be.ok
105
115
  } catch(error) {
106
116
  expect(error.requestId).to.be.ok
@@ -108,9 +118,9 @@ it("cvm.v20170312.DescribeImages", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("cvm.v20170312.ModifyKeyPairAttribute", async function () {
121
+ it("cvm.v20170312.CreateImage", async function () {
112
122
  try {
113
- const data = await client.ModifyKeyPairAttribute({})
123
+ const data = await client.CreateImage({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -118,9 +128,9 @@ it("cvm.v20170312.ModifyKeyPairAttribute", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("cvm.v20170312.DescribeZoneInstanceConfigInfos", async function () {
131
+ it("cvm.v20170312.ConfigureChcAssistVpc", async function () {
122
132
  try {
123
- const data = await client.DescribeZoneInstanceConfigInfos({})
133
+ const data = await client.ConfigureChcAssistVpc({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -128,9 +138,9 @@ it("cvm.v20170312.DescribeZoneInstanceConfigInfos", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("cvm.v20170312.ModifyInstancesAttribute", async function () {
141
+ it("cvm.v20170312.ResetInstancesType", async function () {
132
142
  try {
133
- const data = await client.ModifyInstancesAttribute({})
143
+ const data = await client.ResetInstancesType({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -138,9 +148,9 @@ it("cvm.v20170312.ModifyInstancesAttribute", async function () {
138
148
  }
139
149
  })
140
150
 
141
- it("cvm.v20170312.DescribeRegions", async function () {
151
+ it("cvm.v20170312.DescribeReservedInstancesConfigInfos", async function () {
142
152
  try {
143
- const data = await client.DescribeRegions({})
153
+ const data = await client.DescribeReservedInstancesConfigInfos({})
144
154
  expect(data).to.be.ok
145
155
  } catch(error) {
146
156
  expect(error.requestId).to.be.ok
@@ -148,9 +158,9 @@ it("cvm.v20170312.DescribeRegions", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("cvm.v20170312.InquiryPriceResetInstancesInternetMaxBandwidth", async function () {
161
+ it("cvm.v20170312.DescribeInstanceFamilyConfigs", async function () {
152
162
  try {
153
- const data = await client.InquiryPriceResetInstancesInternetMaxBandwidth({})
163
+ const data = await client.DescribeInstanceFamilyConfigs({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -158,9 +168,9 @@ it("cvm.v20170312.InquiryPriceResetInstancesInternetMaxBandwidth", async functio
158
168
  }
159
169
  })
160
170
 
161
- it("cvm.v20170312.ProgramFpgaImage", async function () {
171
+ it("cvm.v20170312.InquirePricePurchaseReservedInstancesOffering", async function () {
162
172
  try {
163
- const data = await client.ProgramFpgaImage({})
173
+ const data = await client.InquirePricePurchaseReservedInstancesOffering({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -168,9 +178,9 @@ it("cvm.v20170312.ProgramFpgaImage", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("cvm.v20170312.DisassociateInstancesKeyPairs", async function () {
181
+ it("cvm.v20170312.SyncImages", async function () {
172
182
  try {
173
- const data = await client.DisassociateInstancesKeyPairs({})
183
+ const data = await client.SyncImages({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -178,9 +188,9 @@ it("cvm.v20170312.DisassociateInstancesKeyPairs", async function () {
178
188
  }
179
189
  })
180
190
 
181
- it("cvm.v20170312.CreateKeyPair", async function () {
191
+ it("cvm.v20170312.ImportImage", async function () {
182
192
  try {
183
- const data = await client.CreateKeyPair({})
193
+ const data = await client.ImportImage({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -188,9 +198,9 @@ it("cvm.v20170312.CreateKeyPair", async function () {
188
198
  }
189
199
  })
190
200
 
191
- it("cvm.v20170312.DeleteKeyPairs", async function () {
201
+ it("cvm.v20170312.DescribeZoneInstanceConfigInfos", async function () {
192
202
  try {
193
- const data = await client.DeleteKeyPairs({})
203
+ const data = await client.DescribeZoneInstanceConfigInfos({})
194
204
  expect(data).to.be.ok
195
205
  } catch(error) {
196
206
  expect(error.requestId).to.be.ok
@@ -198,9 +208,9 @@ it("cvm.v20170312.DeleteKeyPairs", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("cvm.v20170312.CreateDisasterRecoverGroup", async function () {
211
+ it("cvm.v20170312.AllocateHosts", async function () {
202
212
  try {
203
- const data = await client.CreateDisasterRecoverGroup({})
213
+ const data = await client.AllocateHosts({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -208,9 +218,9 @@ it("cvm.v20170312.CreateDisasterRecoverGroup", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("cvm.v20170312.DescribeInstances", async function () {
221
+ it("cvm.v20170312.ModifyChcAttribute", async function () {
212
222
  try {
213
- const data = await client.DescribeInstances({})
223
+ const data = await client.ModifyChcAttribute({})
214
224
  expect(data).to.be.ok
215
225
  } catch(error) {
216
226
  expect(error.requestId).to.be.ok
@@ -218,9 +228,9 @@ it("cvm.v20170312.DescribeInstances", async function () {
218
228
  }
219
229
  })
220
230
 
221
- it("cvm.v20170312.DescribeLaunchTemplateVersions", async function () {
231
+ it("cvm.v20170312.DisassociateSecurityGroups", async function () {
222
232
  try {
223
- const data = await client.DescribeLaunchTemplateVersions({})
233
+ const data = await client.DisassociateSecurityGroups({})
224
234
  expect(data).to.be.ok
225
235
  } catch(error) {
226
236
  expect(error.requestId).to.be.ok
@@ -228,9 +238,9 @@ it("cvm.v20170312.DescribeLaunchTemplateVersions", async function () {
228
238
  }
229
239
  })
230
240
 
231
- it("cvm.v20170312.SyncImages", async function () {
241
+ it("cvm.v20170312.RemoveChcDeployVpc", async function () {
232
242
  try {
233
- const data = await client.SyncImages({})
243
+ const data = await client.RemoveChcDeployVpc({})
234
244
  expect(data).to.be.ok
235
245
  } catch(error) {
236
246
  expect(error.requestId).to.be.ok
@@ -238,9 +248,9 @@ it("cvm.v20170312.SyncImages", async function () {
238
248
  }
239
249
  })
240
250
 
241
- it("cvm.v20170312.DescribeInstanceInternetBandwidthConfigs", async function () {
251
+ it("cvm.v20170312.DescribeImageSharePermission", async function () {
242
252
  try {
243
- const data = await client.DescribeInstanceInternetBandwidthConfigs({})
253
+ const data = await client.DescribeImageSharePermission({})
244
254
  expect(data).to.be.ok
245
255
  } catch(error) {
246
256
  expect(error.requestId).to.be.ok
@@ -248,9 +258,9 @@ it("cvm.v20170312.DescribeInstanceInternetBandwidthConfigs", async function () {
248
258
  }
249
259
  })
250
260
 
251
- it("cvm.v20170312.InquiryPriceTerminateInstances", async function () {
261
+ it("cvm.v20170312.DescribeInstancesModification", async function () {
252
262
  try {
253
- const data = await client.InquiryPriceTerminateInstances({})
263
+ const data = await client.DescribeInstancesModification({})
254
264
  expect(data).to.be.ok
255
265
  } catch(error) {
256
266
  expect(error.requestId).to.be.ok
@@ -268,9 +278,9 @@ it("cvm.v20170312.AssociateInstancesKeyPairs", async function () {
268
278
  }
269
279
  })
270
280
 
271
- it("cvm.v20170312.DescribeInstanceVncUrl", async function () {
281
+ it("cvm.v20170312.DisassociateInstancesKeyPairs", async function () {
272
282
  try {
273
- const data = await client.DescribeInstanceVncUrl({})
283
+ const data = await client.DisassociateInstancesKeyPairs({})
274
284
  expect(data).to.be.ok
275
285
  } catch(error) {
276
286
  expect(error.requestId).to.be.ok
@@ -278,9 +288,9 @@ it("cvm.v20170312.DescribeInstanceVncUrl", async function () {
278
288
  }
279
289
  })
280
290
 
281
- it("cvm.v20170312.DeleteLaunchTemplate", async function () {
291
+ it("cvm.v20170312.CreateLaunchTemplate", async function () {
282
292
  try {
283
- const data = await client.DeleteLaunchTemplate({})
293
+ const data = await client.CreateLaunchTemplate({})
284
294
  expect(data).to.be.ok
285
295
  } catch(error) {
286
296
  expect(error.requestId).to.be.ok
@@ -288,9 +298,9 @@ it("cvm.v20170312.DeleteLaunchTemplate", async function () {
288
298
  }
289
299
  })
290
300
 
291
- it("cvm.v20170312.DeleteImages", async function () {
301
+ it("cvm.v20170312.ModifyDisasterRecoverGroupAttribute", async function () {
292
302
  try {
293
- const data = await client.DeleteImages({})
303
+ const data = await client.ModifyDisasterRecoverGroupAttribute({})
294
304
  expect(data).to.be.ok
295
305
  } catch(error) {
296
306
  expect(error.requestId).to.be.ok
@@ -298,9 +308,9 @@ it("cvm.v20170312.DeleteImages", async function () {
298
308
  }
299
309
  })
300
310
 
301
- it("cvm.v20170312.InquiryPriceResizeInstanceDisks", async function () {
311
+ it("cvm.v20170312.DescribeInstancesOperationLimit", async function () {
302
312
  try {
303
- const data = await client.InquiryPriceResizeInstanceDisks({})
313
+ const data = await client.DescribeInstancesOperationLimit({})
304
314
  expect(data).to.be.ok
305
315
  } catch(error) {
306
316
  expect(error.requestId).to.be.ok
@@ -308,9 +318,9 @@ it("cvm.v20170312.InquiryPriceResizeInstanceDisks", async function () {
308
318
  }
309
319
  })
310
320
 
311
- it("cvm.v20170312.TerminateInstances", async function () {
321
+ it("cvm.v20170312.DescribeRegions", async function () {
312
322
  try {
313
- const data = await client.TerminateInstances({})
323
+ const data = await client.DescribeRegions({})
314
324
  expect(data).to.be.ok
315
325
  } catch(error) {
316
326
  expect(error.requestId).to.be.ok
@@ -318,9 +328,9 @@ it("cvm.v20170312.TerminateInstances", async function () {
318
328
  }
319
329
  })
320
330
 
321
- it("cvm.v20170312.ModifyInstancesVpcAttribute", async function () {
331
+ it("cvm.v20170312.StopInstances", async function () {
322
332
  try {
323
- const data = await client.ModifyInstancesVpcAttribute({})
333
+ const data = await client.StopInstances({})
324
334
  expect(data).to.be.ok
325
335
  } catch(error) {
326
336
  expect(error.requestId).to.be.ok
@@ -328,9 +338,9 @@ it("cvm.v20170312.ModifyInstancesVpcAttribute", async function () {
328
338
  }
329
339
  })
330
340
 
331
- it("cvm.v20170312.InquiryPriceResetInstance", async function () {
341
+ it("cvm.v20170312.DescribeImportImageOs", async function () {
332
342
  try {
333
- const data = await client.InquiryPriceResetInstance({})
343
+ const data = await client.DescribeImportImageOs({})
334
344
  expect(data).to.be.ok
335
345
  } catch(error) {
336
346
  expect(error.requestId).to.be.ok
@@ -338,9 +348,9 @@ it("cvm.v20170312.InquiryPriceResetInstance", async function () {
338
348
  }
339
349
  })
340
350
 
341
- it("cvm.v20170312.DescribeDisasterRecoverGroupQuota", async function () {
351
+ it("cvm.v20170312.InquiryPriceRenewInstances", async function () {
342
352
  try {
343
- const data = await client.DescribeDisasterRecoverGroupQuota({})
353
+ const data = await client.InquiryPriceRenewInstances({})
344
354
  expect(data).to.be.ok
345
355
  } catch(error) {
346
356
  expect(error.requestId).to.be.ok
@@ -348,9 +358,9 @@ it("cvm.v20170312.DescribeDisasterRecoverGroupQuota", async function () {
348
358
  }
349
359
  })
350
360
 
351
- it("cvm.v20170312.ResetInstancesPassword", async function () {
361
+ it("cvm.v20170312.ModifyInstancesChargeType", async function () {
352
362
  try {
353
- const data = await client.ResetInstancesPassword({})
363
+ const data = await client.ModifyInstancesChargeType({})
354
364
  expect(data).to.be.ok
355
365
  } catch(error) {
356
366
  expect(error.requestId).to.be.ok
@@ -358,9 +368,9 @@ it("cvm.v20170312.ResetInstancesPassword", async function () {
358
368
  }
359
369
  })
360
370
 
361
- it("cvm.v20170312.ModifyInstancesRenewFlag", async function () {
371
+ it("cvm.v20170312.RenewHosts", async function () {
362
372
  try {
363
- const data = await client.ModifyInstancesRenewFlag({})
373
+ const data = await client.RenewHosts({})
364
374
  expect(data).to.be.ok
365
375
  } catch(error) {
366
376
  expect(error.requestId).to.be.ok
@@ -368,9 +378,9 @@ it("cvm.v20170312.ModifyInstancesRenewFlag", async function () {
368
378
  }
369
379
  })
370
380
 
371
- it("cvm.v20170312.RenewInstances", async function () {
381
+ it("cvm.v20170312.DescribeHosts", async function () {
372
382
  try {
373
- const data = await client.RenewInstances({})
383
+ const data = await client.DescribeHosts({})
374
384
  expect(data).to.be.ok
375
385
  } catch(error) {
376
386
  expect(error.requestId).to.be.ok
@@ -378,9 +388,9 @@ it("cvm.v20170312.RenewInstances", async function () {
378
388
  }
379
389
  })
380
390
 
381
- it("cvm.v20170312.PurchaseReservedInstancesOffering", async function () {
391
+ it("cvm.v20170312.DescribeInstancesStatus", async function () {
382
392
  try {
383
- const data = await client.PurchaseReservedInstancesOffering({})
393
+ const data = await client.DescribeInstancesStatus({})
384
394
  expect(data).to.be.ok
385
395
  } catch(error) {
386
396
  expect(error.requestId).to.be.ok
@@ -388,9 +398,9 @@ it("cvm.v20170312.PurchaseReservedInstancesOffering", async function () {
388
398
  }
389
399
  })
390
400
 
391
- it("cvm.v20170312.ResizeInstanceDisks", async function () {
401
+ it("cvm.v20170312.ModifyImageSharePermission", async function () {
392
402
  try {
393
- const data = await client.ResizeInstanceDisks({})
403
+ const data = await client.ModifyImageSharePermission({})
394
404
  expect(data).to.be.ok
395
405
  } catch(error) {
396
406
  expect(error.requestId).to.be.ok
@@ -398,9 +408,9 @@ it("cvm.v20170312.ResizeInstanceDisks", async function () {
398
408
  }
399
409
  })
400
410
 
401
- it("cvm.v20170312.CreateLaunchTemplate", async function () {
411
+ it("cvm.v20170312.DeleteLaunchTemplate", async function () {
402
412
  try {
403
- const data = await client.CreateLaunchTemplate({})
413
+ const data = await client.DeleteLaunchTemplate({})
404
414
  expect(data).to.be.ok
405
415
  } catch(error) {
406
416
  expect(error.requestId).to.be.ok
@@ -408,9 +418,9 @@ it("cvm.v20170312.CreateLaunchTemplate", async function () {
408
418
  }
409
419
  })
410
420
 
411
- it("cvm.v20170312.DescribeReservedInstances", async function () {
421
+ it("cvm.v20170312.CreateKeyPair", async function () {
412
422
  try {
413
- const data = await client.DescribeReservedInstances({})
423
+ const data = await client.CreateKeyPair({})
414
424
  expect(data).to.be.ok
415
425
  } catch(error) {
416
426
  expect(error.requestId).to.be.ok
@@ -418,9 +428,9 @@ it("cvm.v20170312.DescribeReservedInstances", async function () {
418
428
  }
419
429
  })
420
430
 
421
- it("cvm.v20170312.DescribeReservedInstancesConfigInfos", async function () {
431
+ it("cvm.v20170312.InquiryPriceResizeInstanceDisks", async function () {
422
432
  try {
423
- const data = await client.DescribeReservedInstancesConfigInfos({})
433
+ const data = await client.InquiryPriceResizeInstanceDisks({})
424
434
  expect(data).to.be.ok
425
435
  } catch(error) {
426
436
  expect(error.requestId).to.be.ok
@@ -428,9 +438,9 @@ it("cvm.v20170312.DescribeReservedInstancesConfigInfos", async function () {
428
438
  }
429
439
  })
430
440
 
431
- it("cvm.v20170312.CreateImage", async function () {
441
+ it("cvm.v20170312.InquiryPriceResetInstance", async function () {
432
442
  try {
433
- const data = await client.CreateImage({})
443
+ const data = await client.InquiryPriceResetInstance({})
434
444
  expect(data).to.be.ok
435
445
  } catch(error) {
436
446
  expect(error.requestId).to.be.ok
@@ -438,9 +448,9 @@ it("cvm.v20170312.CreateImage", async function () {
438
448
  }
439
449
  })
440
450
 
441
- it("cvm.v20170312.AssociateSecurityGroups", async function () {
451
+ it("cvm.v20170312.PurchaseReservedInstancesOffering", async function () {
442
452
  try {
443
- const data = await client.AssociateSecurityGroups({})
453
+ const data = await client.PurchaseReservedInstancesOffering({})
444
454
  expect(data).to.be.ok
445
455
  } catch(error) {
446
456
  expect(error.requestId).to.be.ok
@@ -448,9 +458,9 @@ it("cvm.v20170312.AssociateSecurityGroups", async function () {
448
458
  }
449
459
  })
450
460
 
451
- it("cvm.v20170312.DescribeAccountQuota", async function () {
461
+ it("cvm.v20170312.ModifyInstancesRenewFlag", async function () {
452
462
  try {
453
- const data = await client.DescribeAccountQuota({})
463
+ const data = await client.ModifyInstancesRenewFlag({})
454
464
  expect(data).to.be.ok
455
465
  } catch(error) {
456
466
  expect(error.requestId).to.be.ok
@@ -458,9 +468,39 @@ it("cvm.v20170312.DescribeAccountQuota", async function () {
458
468
  }
459
469
  })
460
470
 
461
- it("cvm.v20170312.ResetInstancesType", async function () {
471
+ it("cvm.v20170312.ResetInstance", async function () {
462
472
  try {
463
- const data = await client.ResetInstancesType({})
473
+ const data = await client.ResetInstance({})
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
+
481
+ it("cvm.v20170312.StartInstances", async function () {
482
+ try {
483
+ const data = await client.StartInstances({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
491
+ it("cvm.v20170312.DescribeLaunchTemplates", async function () {
492
+ try {
493
+ const data = await client.DescribeLaunchTemplates({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
501
+ it("cvm.v20170312.AssociateSecurityGroups", async function () {
502
+ try {
503
+ const data = await client.AssociateSecurityGroups({})
464
504
  expect(data).to.be.ok
465
505
  } catch(error) {
466
506
  expect(error.requestId).to.be.ok
@@ -478,9 +518,9 @@ it("cvm.v20170312.ModifyImageAttribute", async function () {
478
518
  }
479
519
  })
480
520
 
481
- it("cvm.v20170312.StartInstances", async function () {
521
+ it("cvm.v20170312.DeleteDisasterRecoverGroups", async function () {
482
522
  try {
483
- const data = await client.StartInstances({})
523
+ const data = await client.DeleteDisasterRecoverGroups({})
484
524
  expect(data).to.be.ok
485
525
  } catch(error) {
486
526
  expect(error.requestId).to.be.ok
@@ -488,9 +528,9 @@ it("cvm.v20170312.StartInstances", async function () {
488
528
  }
489
529
  })
490
530
 
491
- it("cvm.v20170312.DescribeZones", async function () {
531
+ it("cvm.v20170312.TerminateInstances", async function () {
492
532
  try {
493
- const data = await client.DescribeZones({})
533
+ const data = await client.TerminateInstances({})
494
534
  expect(data).to.be.ok
495
535
  } catch(error) {
496
536
  expect(error.requestId).to.be.ok
@@ -498,9 +538,9 @@ it("cvm.v20170312.DescribeZones", async function () {
498
538
  }
499
539
  })
500
540
 
501
- it("cvm.v20170312.DescribeInstancesOperationLimit", async function () {
541
+ it("cvm.v20170312.RemoveChcAssistVpc", async function () {
502
542
  try {
503
- const data = await client.DescribeInstancesOperationLimit({})
543
+ const data = await client.RemoveChcAssistVpc({})
504
544
  expect(data).to.be.ok
505
545
  } catch(error) {
506
546
  expect(error.requestId).to.be.ok
@@ -508,9 +548,9 @@ it("cvm.v20170312.DescribeInstancesOperationLimit", async function () {
508
548
  }
509
549
  })
510
550
 
511
- it("cvm.v20170312.InquiryPriceResetInstancesType", async function () {
551
+ it("cvm.v20170312.DescribeInstanceVncUrl", async function () {
512
552
  try {
513
- const data = await client.InquiryPriceResetInstancesType({})
553
+ const data = await client.DescribeInstanceVncUrl({})
514
554
  expect(data).to.be.ok
515
555
  } catch(error) {
516
556
  expect(error.requestId).to.be.ok
@@ -518,9 +558,9 @@ it("cvm.v20170312.InquiryPriceResetInstancesType", async function () {
518
558
  }
519
559
  })
520
560
 
521
- it("cvm.v20170312.DeleteLaunchTemplateVersions", async function () {
561
+ it("cvm.v20170312.ModifyInstancesProject", async function () {
522
562
  try {
523
- const data = await client.DeleteLaunchTemplateVersions({})
563
+ const data = await client.ModifyInstancesProject({})
524
564
  expect(data).to.be.ok
525
565
  } catch(error) {
526
566
  expect(error.requestId).to.be.ok
@@ -528,9 +568,9 @@ it("cvm.v20170312.DeleteLaunchTemplateVersions", async function () {
528
568
  }
529
569
  })
530
570
 
531
- it("cvm.v20170312.CreateLaunchTemplateVersion", async function () {
571
+ it("cvm.v20170312.DescribeKeyPairs", async function () {
532
572
  try {
533
- const data = await client.CreateLaunchTemplateVersion({})
573
+ const data = await client.DescribeKeyPairs({})
534
574
  expect(data).to.be.ok
535
575
  } catch(error) {
536
576
  expect(error.requestId).to.be.ok
@@ -538,9 +578,9 @@ it("cvm.v20170312.CreateLaunchTemplateVersion", async function () {
538
578
  }
539
579
  })
540
580
 
541
- it("cvm.v20170312.DeleteDisasterRecoverGroups", async function () {
581
+ it("cvm.v20170312.DescribeReservedInstancesOfferings", async function () {
542
582
  try {
543
- const data = await client.DeleteDisasterRecoverGroups({})
583
+ const data = await client.DescribeReservedInstancesOfferings({})
544
584
  expect(data).to.be.ok
545
585
  } catch(error) {
546
586
  expect(error.requestId).to.be.ok
@@ -548,9 +588,9 @@ it("cvm.v20170312.DeleteDisasterRecoverGroups", async function () {
548
588
  }
549
589
  })
550
590
 
551
- it("cvm.v20170312.DescribeImportImageOs", async function () {
591
+ it("cvm.v20170312.InquiryPriceModifyInstancesChargeType", async function () {
552
592
  try {
553
- const data = await client.DescribeImportImageOs({})
593
+ const data = await client.InquiryPriceModifyInstancesChargeType({})
554
594
  expect(data).to.be.ok
555
595
  } catch(error) {
556
596
  expect(error.requestId).to.be.ok
@@ -558,9 +598,9 @@ it("cvm.v20170312.DescribeImportImageOs", async function () {
558
598
  }
559
599
  })
560
600
 
561
- it("cvm.v20170312.InquirePricePurchaseReservedInstancesOffering", async function () {
601
+ it("cvm.v20170312.DescribeInternetChargeTypeConfigs", async function () {
562
602
  try {
563
- const data = await client.InquirePricePurchaseReservedInstancesOffering({})
603
+ const data = await client.DescribeInternetChargeTypeConfigs({})
564
604
  expect(data).to.be.ok
565
605
  } catch(error) {
566
606
  expect(error.requestId).to.be.ok
@@ -568,9 +608,9 @@ it("cvm.v20170312.InquirePricePurchaseReservedInstancesOffering", async function
568
608
  }
569
609
  })
570
610
 
571
- it("cvm.v20170312.ModifyInstancesProject", async function () {
611
+ it("cvm.v20170312.RebootInstances", async function () {
572
612
  try {
573
- const data = await client.ModifyInstancesProject({})
613
+ const data = await client.RebootInstances({})
574
614
  expect(data).to.be.ok
575
615
  } catch(error) {
576
616
  expect(error.requestId).to.be.ok
@@ -578,9 +618,9 @@ it("cvm.v20170312.ModifyInstancesProject", async function () {
578
618
  }
579
619
  })
580
620
 
581
- it("cvm.v20170312.ExportImages", async function () {
621
+ it("cvm.v20170312.ModifyKeyPairAttribute", async function () {
582
622
  try {
583
- const data = await client.ExportImages({})
623
+ const data = await client.ModifyKeyPairAttribute({})
584
624
  expect(data).to.be.ok
585
625
  } catch(error) {
586
626
  expect(error.requestId).to.be.ok
@@ -588,9 +628,9 @@ it("cvm.v20170312.ExportImages", async function () {
588
628
  }
589
629
  })
590
630
 
591
- it("cvm.v20170312.ResetInstance", async function () {
631
+ it("cvm.v20170312.ModifyHostsAttribute", async function () {
592
632
  try {
593
- const data = await client.ResetInstance({})
633
+ const data = await client.ModifyHostsAttribute({})
594
634
  expect(data).to.be.ok
595
635
  } catch(error) {
596
636
  expect(error.requestId).to.be.ok
@@ -598,9 +638,9 @@ it("cvm.v20170312.ResetInstance", async function () {
598
638
  }
599
639
  })
600
640
 
601
- it("cvm.v20170312.InquiryPriceRenewInstances", async function () {
641
+ it("cvm.v20170312.DescribeImages", async function () {
602
642
  try {
603
- const data = await client.InquiryPriceRenewInstances({})
643
+ const data = await client.DescribeImages({})
604
644
  expect(data).to.be.ok
605
645
  } catch(error) {
606
646
  expect(error.requestId).to.be.ok
@@ -608,9 +648,9 @@ it("cvm.v20170312.InquiryPriceRenewInstances", async function () {
608
648
  }
609
649
  })
610
650
 
611
- it("cvm.v20170312.InquiryPriceRunInstances", async function () {
651
+ it("cvm.v20170312.CreateDisasterRecoverGroup", async function () {
612
652
  try {
613
- const data = await client.InquiryPriceRunInstances({})
653
+ const data = await client.CreateDisasterRecoverGroup({})
614
654
  expect(data).to.be.ok
615
655
  } catch(error) {
616
656
  expect(error.requestId).to.be.ok
@@ -618,9 +658,9 @@ it("cvm.v20170312.InquiryPriceRunInstances", async function () {
618
658
  }
619
659
  })
620
660
 
621
- it("cvm.v20170312.ImportImage", async function () {
661
+ it("cvm.v20170312.DescribeInstances", async function () {
622
662
  try {
623
- const data = await client.ImportImage({})
663
+ const data = await client.DescribeInstances({})
624
664
  expect(data).to.be.ok
625
665
  } catch(error) {
626
666
  expect(error.requestId).to.be.ok
@@ -628,9 +668,9 @@ it("cvm.v20170312.ImportImage", async function () {
628
668
  }
629
669
  })
630
670
 
631
- it("cvm.v20170312.ImportKeyPair", async function () {
671
+ it("cvm.v20170312.DescribeLaunchTemplateVersions", async function () {
632
672
  try {
633
- const data = await client.ImportKeyPair({})
673
+ const data = await client.DescribeLaunchTemplateVersions({})
634
674
  expect(data).to.be.ok
635
675
  } catch(error) {
636
676
  expect(error.requestId).to.be.ok
@@ -638,9 +678,9 @@ it("cvm.v20170312.ImportKeyPair", async function () {
638
678
  }
639
679
  })
640
680
 
641
- it("cvm.v20170312.DescribeLaunchTemplates", async function () {
681
+ it("cvm.v20170312.DescribeInstanceInternetBandwidthConfigs", async function () {
642
682
  try {
643
- const data = await client.DescribeLaunchTemplates({})
683
+ const data = await client.DescribeInstanceInternetBandwidthConfigs({})
644
684
  expect(data).to.be.ok
645
685
  } catch(error) {
646
686
  expect(error.requestId).to.be.ok
@@ -648,9 +688,9 @@ it("cvm.v20170312.DescribeLaunchTemplates", async function () {
648
688
  }
649
689
  })
650
690
 
651
- it("cvm.v20170312.ModifyDisasterRecoverGroupAttribute", async function () {
691
+ it("cvm.v20170312.InquiryPriceTerminateInstances", async function () {
652
692
  try {
653
- const data = await client.ModifyDisasterRecoverGroupAttribute({})
693
+ const data = await client.InquiryPriceTerminateInstances({})
654
694
  expect(data).to.be.ok
655
695
  } catch(error) {
656
696
  expect(error.requestId).to.be.ok
@@ -658,9 +698,9 @@ it("cvm.v20170312.ModifyDisasterRecoverGroupAttribute", async function () {
658
698
  }
659
699
  })
660
700
 
661
- it("cvm.v20170312.DescribeInstanceFamilyConfigs", async function () {
701
+ it("cvm.v20170312.DeleteImages", async function () {
662
702
  try {
663
- const data = await client.DescribeInstanceFamilyConfigs({})
703
+ const data = await client.DeleteImages({})
664
704
  expect(data).to.be.ok
665
705
  } catch(error) {
666
706
  expect(error.requestId).to.be.ok
@@ -668,9 +708,9 @@ it("cvm.v20170312.DescribeInstanceFamilyConfigs", async function () {
668
708
  }
669
709
  })
670
710
 
671
- it("cvm.v20170312.ModifyInstancesChargeType", async function () {
711
+ it("cvm.v20170312.DeleteLaunchTemplateVersions", async function () {
672
712
  try {
673
- const data = await client.ModifyInstancesChargeType({})
713
+ const data = await client.DeleteLaunchTemplateVersions({})
674
714
  expect(data).to.be.ok
675
715
  } catch(error) {
676
716
  expect(error.requestId).to.be.ok
@@ -678,9 +718,9 @@ it("cvm.v20170312.ModifyInstancesChargeType", async function () {
678
718
  }
679
719
  })
680
720
 
681
- it("cvm.v20170312.RenewHosts", async function () {
721
+ it("cvm.v20170312.ResetInstancesPassword", async function () {
682
722
  try {
683
- const data = await client.RenewHosts({})
723
+ const data = await client.ResetInstancesPassword({})
684
724
  expect(data).to.be.ok
685
725
  } catch(error) {
686
726
  expect(error.requestId).to.be.ok
@@ -688,9 +728,9 @@ it("cvm.v20170312.RenewHosts", async function () {
688
728
  }
689
729
  })
690
730
 
691
- it("cvm.v20170312.DescribeDisasterRecoverGroups", async function () {
731
+ it("cvm.v20170312.ResizeInstanceDisks", async function () {
692
732
  try {
693
- const data = await client.DescribeDisasterRecoverGroups({})
733
+ const data = await client.ResizeInstanceDisks({})
694
734
  expect(data).to.be.ok
695
735
  } catch(error) {
696
736
  expect(error.requestId).to.be.ok
@@ -698,9 +738,9 @@ it("cvm.v20170312.DescribeDisasterRecoverGroups", async function () {
698
738
  }
699
739
  })
700
740
 
701
- it("cvm.v20170312.RunInstances", async function () {
741
+ it("cvm.v20170312.DescribeZones", async function () {
702
742
  try {
703
- const data = await client.RunInstances({})
743
+ const data = await client.DescribeZones({})
704
744
  expect(data).to.be.ok
705
745
  } catch(error) {
706
746
  expect(error.requestId).to.be.ok
@@ -708,9 +748,9 @@ it("cvm.v20170312.RunInstances", async function () {
708
748
  }
709
749
  })
710
750
 
711
- it("cvm.v20170312.ResetInstancesInternetMaxBandwidth", async function () {
751
+ it("cvm.v20170312.DescribeImageQuota", async function () {
712
752
  try {
713
- const data = await client.ResetInstancesInternetMaxBandwidth({})
753
+ const data = await client.DescribeImageQuota({})
714
754
  expect(data).to.be.ok
715
755
  } catch(error) {
716
756
  expect(error.requestId).to.be.ok
@@ -718,9 +758,9 @@ it("cvm.v20170312.ResetInstancesInternetMaxBandwidth", async function () {
718
758
  }
719
759
  })
720
760
 
721
- it("cvm.v20170312.DescribeKeyPairs", async function () {
761
+ it("cvm.v20170312.DescribeAccountQuota", async function () {
722
762
  try {
723
- const data = await client.DescribeKeyPairs({})
763
+ const data = await client.DescribeAccountQuota({})
724
764
  expect(data).to.be.ok
725
765
  } catch(error) {
726
766
  expect(error.requestId).to.be.ok
@@ -728,9 +768,9 @@ it("cvm.v20170312.DescribeKeyPairs", async function () {
728
768
  }
729
769
  })
730
770
 
731
- it("cvm.v20170312.DescribeReservedInstancesOfferings", async function () {
771
+ it("cvm.v20170312.ConfigureChcDeployVpc", async function () {
732
772
  try {
733
- const data = await client.DescribeReservedInstancesOfferings({})
773
+ const data = await client.ConfigureChcDeployVpc({})
734
774
  expect(data).to.be.ok
735
775
  } catch(error) {
736
776
  expect(error.requestId).to.be.ok
@@ -738,9 +778,9 @@ it("cvm.v20170312.DescribeReservedInstancesOfferings", async function () {
738
778
  }
739
779
  })
740
780
 
741
- it("cvm.v20170312.DescribeHosts", async function () {
781
+ it("cvm.v20170312.InquiryPriceResetInstancesType", async function () {
742
782
  try {
743
- const data = await client.DescribeHosts({})
783
+ const data = await client.InquiryPriceResetInstancesType({})
744
784
  expect(data).to.be.ok
745
785
  } catch(error) {
746
786
  expect(error.requestId).to.be.ok
@@ -748,9 +788,9 @@ it("cvm.v20170312.DescribeHosts", async function () {
748
788
  }
749
789
  })
750
790
 
751
- it("cvm.v20170312.AllocateHosts", async function () {
791
+ it("cvm.v20170312.ProgramFpgaImage", async function () {
752
792
  try {
753
- const data = await client.AllocateHosts({})
793
+ const data = await client.ProgramFpgaImage({})
754
794
  expect(data).to.be.ok
755
795
  } catch(error) {
756
796
  expect(error.requestId).to.be.ok
@@ -758,9 +798,9 @@ it("cvm.v20170312.AllocateHosts", async function () {
758
798
  }
759
799
  })
760
800
 
761
- it("cvm.v20170312.DescribeInternetChargeTypeConfigs", async function () {
801
+ it("cvm.v20170312.CreateLaunchTemplateVersion", async function () {
762
802
  try {
763
- const data = await client.DescribeInternetChargeTypeConfigs({})
803
+ const data = await client.CreateLaunchTemplateVersion({})
764
804
  expect(data).to.be.ok
765
805
  } catch(error) {
766
806
  expect(error.requestId).to.be.ok
@@ -768,9 +808,9 @@ it("cvm.v20170312.DescribeInternetChargeTypeConfigs", async function () {
768
808
  }
769
809
  })
770
810
 
771
- it("cvm.v20170312.RebootInstances", async function () {
811
+ it("cvm.v20170312.ExportImages", async function () {
772
812
  try {
773
- const data = await client.RebootInstances({})
813
+ const data = await client.ExportImages({})
774
814
  expect(data).to.be.ok
775
815
  } catch(error) {
776
816
  expect(error.requestId).to.be.ok
@@ -778,9 +818,9 @@ it("cvm.v20170312.RebootInstances", async function () {
778
818
  }
779
819
  })
780
820
 
781
- it("cvm.v20170312.ModifyHostsAttribute", async function () {
821
+ it("cvm.v20170312.RenewInstances", async function () {
782
822
  try {
783
- const data = await client.ModifyHostsAttribute({})
823
+ const data = await client.RenewInstances({})
784
824
  expect(data).to.be.ok
785
825
  } catch(error) {
786
826
  expect(error.requestId).to.be.ok
@@ -788,9 +828,9 @@ it("cvm.v20170312.ModifyHostsAttribute", async function () {
788
828
  }
789
829
  })
790
830
 
791
- it("cvm.v20170312.DescribeInstanceTypeConfigs", async function () {
831
+ it("cvm.v20170312.ResetInstancesInternetMaxBandwidth", async function () {
792
832
  try {
793
- const data = await client.DescribeInstanceTypeConfigs({})
833
+ const data = await client.ResetInstancesInternetMaxBandwidth({})
794
834
  expect(data).to.be.ok
795
835
  } catch(error) {
796
836
  expect(error.requestId).to.be.ok
@@ -798,9 +838,29 @@ it("cvm.v20170312.DescribeInstanceTypeConfigs", async function () {
798
838
  }
799
839
  })
800
840
 
801
- it("cvm.v20170312.DisassociateSecurityGroups", async function () {
841
+ it("cvm.v20170312.DescribeDisasterRecoverGroups", async function () {
802
842
  try {
803
- const data = await client.DisassociateSecurityGroups({})
843
+ const data = await client.DescribeDisasterRecoverGroups({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
851
+ it("cvm.v20170312.DescribeChcHosts", async function () {
852
+ try {
853
+ const data = await client.DescribeChcHosts({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
861
+ it("cvm.v20170312.DescribeInstanceTypeConfigs", async function () {
862
+ try {
863
+ const data = await client.DescribeInstanceTypeConfigs({})
804
864
  expect(data).to.be.ok
805
865
  } catch(error) {
806
866
  expect(error.requestId).to.be.ok