tencentcloud-sdk-nodejs 4.0.895 → 4.0.897

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 (81) hide show
  1. package/CHANGELOG.md +249 -0
  2. package/SERVICE_CHANGELOG.md +272 -117
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -1
  7. package/src/services/cbs/v20170312/cbs_client.ts +35 -21
  8. package/src/services/cbs/v20170312/cbs_models.ts +47 -16
  9. package/src/services/cdz/index.ts +5 -0
  10. package/src/services/cdz/v20221123/cdz_client.ts +58 -0
  11. package/src/services/cdz/v20221123/cdz_models.ts +161 -0
  12. package/src/services/cdz/v20221123/index.ts +6 -0
  13. package/src/services/clb/v20180317/clb_models.ts +4 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  15. package/src/services/dasb/v20191018/dasb_models.ts +2 -2
  16. package/src/services/dts/v20211206/dts_models.ts +2 -2
  17. package/src/services/ess/v20201111/ess_models.ts +7 -13
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -4
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -8
  20. package/src/services/facefusion/v20220927/facefusion_models.ts +20 -7
  21. package/src/services/gaap/v20180529/gaap_client.ts +1 -1
  22. package/src/services/gaap/v20180529/gaap_models.ts +6 -1
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +34 -21
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +69 -14
  25. package/src/services/index.ts +1 -0
  26. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +5 -3
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +76 -29
  28. package/src/services/lke/v20231130/lke_models.ts +5 -1
  29. package/src/services/mongodb/v20190725/mongodb_models.ts +16 -13
  30. package/src/services/mps/v20190612/mps_client.ts +1 -1
  31. package/src/services/mps/v20190612/mps_models.ts +17 -15
  32. package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
  33. package/src/services/ses/v20201002/ses_models.ts +1 -2
  34. package/src/services/vpc/v20170312/vpc_client.ts +2555 -2352
  35. package/src/services/vpc/v20170312/vpc_models.ts +1038 -328
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  39. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +17 -11
  40. package/tencentcloud/services/cbs/v20170312/cbs_client.js +20 -12
  41. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +45 -16
  42. package/tencentcloud/services/cdz/index.d.ts +6 -0
  43. package/tencentcloud/services/cdz/index.js +7 -0
  44. package/tencentcloud/services/cdz/v20221123/cdz_client.d.ts +18 -0
  45. package/tencentcloud/services/cdz/v20221123/cdz_client.js +43 -0
  46. package/tencentcloud/services/cdz/v20221123/cdz_models.d.ts +138 -0
  47. package/tencentcloud/services/cdz/v20221123/cdz_models.js +18 -0
  48. package/tencentcloud/services/cdz/v20221123/index.d.ts +6 -0
  49. package/tencentcloud/services/cdz/v20221123/index.js +9 -0
  50. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  52. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
  53. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -13
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -4
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -4
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -8
  58. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +20 -7
  59. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  60. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +6 -1
  61. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +17 -12
  62. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +21 -14
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +66 -13
  64. package/tencentcloud/services/index.d.ts +1 -0
  65. package/tencentcloud/services/index.js +2 -0
  66. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  67. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +74 -29
  68. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -1
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +16 -13
  70. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  71. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -15
  73. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
  74. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -2
  75. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1007 -920
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1362 -1249
  77. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1009 -337
  78. package/test/cbs.v20170312.test.js +14 -4
  79. package/test/cdz.v20221123.test.js +41 -0
  80. package/test/hunyuan.v20230901.test.js +14 -4
  81. package/test/vpc.v20170312.test.js +796 -666
@@ -18,9 +18,9 @@ const client = new tencentcloud.vpc.v20170312.Client({
18
18
  })
19
19
  describe("vpc.v20170312.test.js", function () {
20
20
 
21
- it("vpc.v20170312.DescribeVpcResourceDashboard", async function () {
21
+ it("vpc.v20170312.AssociateDirectConnectGatewayNatGateway", async function () {
22
22
  try {
23
- const data = await client.DescribeVpcResourceDashboard({})
23
+ const data = await client.AssociateDirectConnectGatewayNatGateway({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("vpc.v20170312.DescribeVpcResourceDashboard", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("vpc.v20170312.DescribeCcnRegionBandwidthLimits", async function () {
31
+ it("vpc.v20170312.ModifyNatGatewayAttribute", async function () {
32
32
  try {
33
- const data = await client.DescribeCcnRegionBandwidthLimits({})
33
+ const data = await client.ModifyNatGatewayAttribute({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("vpc.v20170312.DescribeCcnRegionBandwidthLimits", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("vpc.v20170312.DescribeCustomerGateways", async function () {
41
+ it("vpc.v20170312.DescribeTaskResult", async function () {
42
42
  try {
43
- const data = await client.DescribeCustomerGateways({})
43
+ const data = await client.DescribeTaskResult({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("vpc.v20170312.DescribeCustomerGateways", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
51
+ it("vpc.v20170312.DescribeRouteTables", async function () {
52
52
  try {
53
- const data = await client.DisassociateDhcpIpWithAddressIp({})
53
+ const data = await client.DescribeRouteTables({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("vpc.v20170312.AdjustPublicAddress", async function () {
61
+ it("vpc.v20170312.RemoveBandwidthPackageResources", async function () {
62
62
  try {
63
- const data = await client.AdjustPublicAddress({})
63
+ const data = await client.RemoveBandwidthPackageResources({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("vpc.v20170312.AdjustPublicAddress", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("vpc.v20170312.CreateFlowLog", async function () {
71
+ it("vpc.v20170312.ModifyServiceTemplateGroupAttribute", async function () {
72
72
  try {
73
- const data = await client.CreateFlowLog({})
73
+ const data = await client.ModifyServiceTemplateGroupAttribute({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("vpc.v20170312.CreateFlowLog", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("vpc.v20170312.ModifyNatGatewayAttribute", async function () {
81
+ it("vpc.v20170312.ModifyAddressInternetChargeType", async function () {
82
82
  try {
83
- const data = await client.ModifyNatGatewayAttribute({})
83
+ const data = await client.ModifyAddressInternetChargeType({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("vpc.v20170312.ModifyNatGatewayAttribute", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("vpc.v20170312.DescribeTaskResult", async function () {
91
+ it("vpc.v20170312.CreatePrivateNatGateway", async function () {
92
92
  try {
93
- const data = await client.DescribeTaskResult({})
93
+ const data = await client.CreatePrivateNatGateway({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("vpc.v20170312.DescribeTaskResult", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("vpc.v20170312.CreateNetworkAcl", async function () {
101
+ it("vpc.v20170312.AcceptVpcPeeringConnection", async function () {
102
102
  try {
103
- const data = await client.CreateNetworkAcl({})
103
+ const data = await client.AcceptVpcPeeringConnection({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("vpc.v20170312.CreateNetworkAcl", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("vpc.v20170312.DescribeServiceTemplateGroups", async function () {
111
+ it("vpc.v20170312.EnableGatewayFlowMonitor", async function () {
112
112
  try {
113
- const data = await client.DescribeServiceTemplateGroups({})
113
+ const data = await client.EnableGatewayFlowMonitor({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("vpc.v20170312.DescribeServiceTemplateGroups", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("vpc.v20170312.DescribeRouteTables", async function () {
121
+ it("vpc.v20170312.DescribeAddresses", async function () {
122
122
  try {
123
- const data = await client.DescribeRouteTables({})
123
+ const data = await client.DescribeAddresses({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("vpc.v20170312.DescribeRouteTables", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("vpc.v20170312.CreateBandwidthPackage", async function () {
131
+ it("vpc.v20170312.CreateCcnRouteTables", async function () {
132
132
  try {
133
- const data = await client.CreateBandwidthPackage({})
133
+ const data = await client.CreateCcnRouteTables({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("vpc.v20170312.CreateBandwidthPackage", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("vpc.v20170312.DeleteFlowLog", async function () {
141
+ it("vpc.v20170312.ReplaceCcnRouteTableBroadcastPolicys", async function () {
142
142
  try {
143
- const data = await client.DeleteFlowLog({})
143
+ const data = await client.ReplaceCcnRouteTableBroadcastPolicys({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("vpc.v20170312.DeleteFlowLog", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("vpc.v20170312.CreateRouteTable", async function () {
151
+ it("vpc.v20170312.ModifyVpnGatewaySslClientCert", async function () {
152
152
  try {
153
- const data = await client.CreateRouteTable({})
153
+ const data = await client.ModifyVpnGatewaySslClientCert({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("vpc.v20170312.CreateRouteTable", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("vpc.v20170312.AssignIpv6CidrBlock", async function () {
161
+ it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
162
162
  try {
163
- const data = await client.AssignIpv6CidrBlock({})
163
+ const data = await client.ModifyVpnGatewaySslServer({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("vpc.v20170312.AssignIpv6CidrBlock", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("vpc.v20170312.DeleteNetworkAcl", async function () {
171
+ it("vpc.v20170312.DescribeSpecificTrafficPackageUsedDetails", async function () {
172
172
  try {
173
- const data = await client.DeleteNetworkAcl({})
173
+ const data = await client.DescribeSpecificTrafficPackageUsedDetails({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("vpc.v20170312.DeleteNetworkAcl", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("vpc.v20170312.DeleteVpcEndPointServiceWhiteList", async function () {
181
+ it("vpc.v20170312.ReplaceRouteTableAssociation", async function () {
182
182
  try {
183
- const data = await client.DeleteVpcEndPointServiceWhiteList({})
183
+ const data = await client.ReplaceRouteTableAssociation({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,9 @@ it("vpc.v20170312.DeleteVpcEndPointServiceWhiteList", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("vpc.v20170312.DescribeNatGatewayDestinationIpPortTranslationNatRules", async function () {
191
+ it("vpc.v20170312.DeleteTrafficPackages", async function () {
192
192
  try {
193
- const data = await client.DescribeNatGatewayDestinationIpPortTranslationNatRules({})
193
+ const data = await client.DeleteTrafficPackages({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -198,9 +198,9 @@ it("vpc.v20170312.DescribeNatGatewayDestinationIpPortTranslationNatRules", async
198
198
  }
199
199
  })
200
200
 
201
- it("vpc.v20170312.ModifyFlowLogAttribute", async function () {
201
+ it("vpc.v20170312.DescribeTemplateLimits", async function () {
202
202
  try {
203
- const data = await client.ModifyFlowLogAttribute({})
203
+ const data = await client.DescribeTemplateLimits({})
204
204
  expect(data).to.be.ok
205
205
  } catch(error) {
206
206
  expect(error.requestId).to.be.ok
@@ -208,9 +208,9 @@ it("vpc.v20170312.ModifyFlowLogAttribute", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("vpc.v20170312.ModifyNetworkInterfaceQos", async function () {
211
+ it("vpc.v20170312.CheckNetDetectState", async function () {
212
212
  try {
213
- const data = await client.ModifyNetworkInterfaceQos({})
213
+ const data = await client.CheckNetDetectState({})
214
214
  expect(data).to.be.ok
215
215
  } catch(error) {
216
216
  expect(error.requestId).to.be.ok
@@ -218,9 +218,9 @@ it("vpc.v20170312.ModifyNetworkInterfaceQos", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("vpc.v20170312.DisassociateNetworkInterfaceSecurityGroups", async function () {
221
+ it("vpc.v20170312.InquiryPriceResetVpnGatewayInternetMaxBandwidth", async function () {
222
222
  try {
223
- const data = await client.DisassociateNetworkInterfaceSecurityGroups({})
223
+ const data = await client.InquiryPriceResetVpnGatewayInternetMaxBandwidth({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -228,9 +228,9 @@ it("vpc.v20170312.DisassociateNetworkInterfaceSecurityGroups", async function ()
228
228
  }
229
229
  })
230
230
 
231
- it("vpc.v20170312.ModifyAddressInternetChargeType", async function () {
231
+ it("vpc.v20170312.DescribeNetworkAccountType", async function () {
232
232
  try {
233
- const data = await client.ModifyAddressInternetChargeType({})
233
+ const data = await client.DescribeNetworkAccountType({})
234
234
  expect(data).to.be.ok
235
235
  } catch(error) {
236
236
  expect(error.requestId).to.be.ok
@@ -238,9 +238,9 @@ it("vpc.v20170312.ModifyAddressInternetChargeType", async function () {
238
238
  }
239
239
  })
240
240
 
241
- it("vpc.v20170312.DescribeCcnAttachedInstances", async function () {
241
+ it("vpc.v20170312.ModifyAddressesBandwidth", async function () {
242
242
  try {
243
- const data = await client.DescribeCcnAttachedInstances({})
243
+ const data = await client.ModifyAddressesBandwidth({})
244
244
  expect(data).to.be.ok
245
245
  } catch(error) {
246
246
  expect(error.requestId).to.be.ok
@@ -248,9 +248,9 @@ it("vpc.v20170312.DescribeCcnAttachedInstances", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("vpc.v20170312.DescribePrivateNatGatewayRegions", async function () {
251
+ it("vpc.v20170312.CreateSubnet", async function () {
252
252
  try {
253
- const data = await client.DescribePrivateNatGatewayRegions({})
253
+ const data = await client.CreateSubnet({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -258,9 +258,9 @@ it("vpc.v20170312.DescribePrivateNatGatewayRegions", async function () {
258
258
  }
259
259
  })
260
260
 
261
- it("vpc.v20170312.CreatePrivateNatGateway", async function () {
261
+ it("vpc.v20170312.CreateVpnGatewaySslClient", async function () {
262
262
  try {
263
- const data = await client.CreatePrivateNatGateway({})
263
+ const data = await client.CreateVpnGatewaySslClient({})
264
264
  expect(data).to.be.ok
265
265
  } catch(error) {
266
266
  expect(error.requestId).to.be.ok
@@ -268,9 +268,9 @@ it("vpc.v20170312.CreatePrivateNatGateway", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("vpc.v20170312.DescribeNetworkInterfaceLimit", async function () {
271
+ it("vpc.v20170312.AllocateIp6AddressesBandwidth", async function () {
272
272
  try {
273
- const data = await client.DescribeNetworkInterfaceLimit({})
273
+ const data = await client.AllocateIp6AddressesBandwidth({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -278,9 +278,9 @@ it("vpc.v20170312.DescribeNetworkInterfaceLimit", async function () {
278
278
  }
279
279
  })
280
280
 
281
- it("vpc.v20170312.EnableSnapshotPolicies", async function () {
281
+ it("vpc.v20170312.LockCcnBandwidths", async function () {
282
282
  try {
283
- const data = await client.EnableSnapshotPolicies({})
283
+ const data = await client.LockCcnBandwidths({})
284
284
  expect(data).to.be.ok
285
285
  } catch(error) {
286
286
  expect(error.requestId).to.be.ok
@@ -288,9 +288,9 @@ it("vpc.v20170312.EnableSnapshotPolicies", async function () {
288
288
  }
289
289
  })
290
290
 
291
- it("vpc.v20170312.DeleteNetworkAclEntries", async function () {
291
+ it("vpc.v20170312.DeleteServiceTemplateGroup", async function () {
292
292
  try {
293
- const data = await client.DeleteNetworkAclEntries({})
293
+ const data = await client.DeleteServiceTemplateGroup({})
294
294
  expect(data).to.be.ok
295
295
  } catch(error) {
296
296
  expect(error.requestId).to.be.ok
@@ -298,9 +298,9 @@ it("vpc.v20170312.DeleteNetworkAclEntries", async function () {
298
298
  }
299
299
  })
300
300
 
301
- it("vpc.v20170312.AcceptVpcPeeringConnection", async function () {
301
+ it("vpc.v20170312.AddBandwidthPackageResources", async function () {
302
302
  try {
303
- const data = await client.AcceptVpcPeeringConnection({})
303
+ const data = await client.AddBandwidthPackageResources({})
304
304
  expect(data).to.be.ok
305
305
  } catch(error) {
306
306
  expect(error.requestId).to.be.ok
@@ -308,9 +308,9 @@ it("vpc.v20170312.AcceptVpcPeeringConnection", async function () {
308
308
  }
309
309
  })
310
310
 
311
- it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
311
+ it("vpc.v20170312.AllocateAddresses", async function () {
312
312
  try {
313
- const data = await client.DescribeVpcPrivateIpAddresses({})
313
+ const data = await client.AllocateAddresses({})
314
314
  expect(data).to.be.ok
315
315
  } catch(error) {
316
316
  expect(error.requestId).to.be.ok
@@ -318,9 +318,9 @@ it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
318
318
  }
319
319
  })
320
320
 
321
- it("vpc.v20170312.DescribeGatewayFlowMonitorDetail", async function () {
321
+ it("vpc.v20170312.DescribeIp6Addresses", async function () {
322
322
  try {
323
- const data = await client.DescribeGatewayFlowMonitorDetail({})
323
+ const data = await client.DescribeIp6Addresses({})
324
324
  expect(data).to.be.ok
325
325
  } catch(error) {
326
326
  expect(error.requestId).to.be.ok
@@ -328,9 +328,9 @@ it("vpc.v20170312.DescribeGatewayFlowMonitorDetail", async function () {
328
328
  }
329
329
  })
330
330
 
331
- it("vpc.v20170312.AttachSnapshotInstances", async function () {
331
+ it("vpc.v20170312.DeleteNetworkAclQuintupleEntries", async function () {
332
332
  try {
333
- const data = await client.AttachSnapshotInstances({})
333
+ const data = await client.DeleteNetworkAclQuintupleEntries({})
334
334
  expect(data).to.be.ok
335
335
  } catch(error) {
336
336
  expect(error.requestId).to.be.ok
@@ -338,9 +338,9 @@ it("vpc.v20170312.AttachSnapshotInstances", async function () {
338
338
  }
339
339
  })
340
340
 
341
- it("vpc.v20170312.ModifySubnetAttribute", async function () {
341
+ it("vpc.v20170312.DeleteDirectConnectGateway", async function () {
342
342
  try {
343
- const data = await client.ModifySubnetAttribute({})
343
+ const data = await client.DeleteDirectConnectGateway({})
344
344
  expect(data).to.be.ok
345
345
  } catch(error) {
346
346
  expect(error.requestId).to.be.ok
@@ -348,9 +348,9 @@ it("vpc.v20170312.ModifySubnetAttribute", async function () {
348
348
  }
349
349
  })
350
350
 
351
- it("vpc.v20170312.AssociateDirectConnectGatewayNatGateway", async function () {
351
+ it("vpc.v20170312.CreateNetworkInterface", async function () {
352
352
  try {
353
- const data = await client.AssociateDirectConnectGatewayNatGateway({})
353
+ const data = await client.CreateNetworkInterface({})
354
354
  expect(data).to.be.ok
355
355
  } catch(error) {
356
356
  expect(error.requestId).to.be.ok
@@ -358,9 +358,9 @@ it("vpc.v20170312.AssociateDirectConnectGatewayNatGateway", async function () {
358
358
  }
359
359
  })
360
360
 
361
- it("vpc.v20170312.DeleteVpnConnection", async function () {
361
+ it("vpc.v20170312.DescribeNetDetectStates", async function () {
362
362
  try {
363
- const data = await client.DeleteVpnConnection({})
363
+ const data = await client.DescribeNetDetectStates({})
364
364
  expect(data).to.be.ok
365
365
  } catch(error) {
366
366
  expect(error.requestId).to.be.ok
@@ -368,9 +368,9 @@ it("vpc.v20170312.DeleteVpnConnection", async function () {
368
368
  }
369
369
  })
370
370
 
371
- it("vpc.v20170312.DeleteSnapshotPolicies", async function () {
371
+ it("vpc.v20170312.DescribeCcns", async function () {
372
372
  try {
373
- const data = await client.DeleteSnapshotPolicies({})
373
+ const data = await client.DescribeCcns({})
374
374
  expect(data).to.be.ok
375
375
  } catch(error) {
376
376
  expect(error.requestId).to.be.ok
@@ -378,9 +378,9 @@ it("vpc.v20170312.DeleteSnapshotPolicies", async function () {
378
378
  }
379
379
  })
380
380
 
381
- it("vpc.v20170312.EnableVpcEndPointConnect", async function () {
381
+ it("vpc.v20170312.DeleteCcn", async function () {
382
382
  try {
383
- const data = await client.EnableVpcEndPointConnect({})
383
+ const data = await client.DeleteCcn({})
384
384
  expect(data).to.be.ok
385
385
  } catch(error) {
386
386
  expect(error.requestId).to.be.ok
@@ -388,9 +388,9 @@ it("vpc.v20170312.EnableVpcEndPointConnect", async function () {
388
388
  }
389
389
  })
390
390
 
391
- it("vpc.v20170312.ModifyAddressTemplateGroupAttribute", async function () {
391
+ it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
392
392
  try {
393
- const data = await client.ModifyAddressTemplateGroupAttribute({})
393
+ const data = await client.ModifyNetworkAclEntries({})
394
394
  expect(data).to.be.ok
395
395
  } catch(error) {
396
396
  expect(error.requestId).to.be.ok
@@ -398,9 +398,9 @@ it("vpc.v20170312.ModifyAddressTemplateGroupAttribute", async function () {
398
398
  }
399
399
  })
400
400
 
401
- it("vpc.v20170312.DescribeCustomerGatewayVendors", async function () {
401
+ it("vpc.v20170312.DescribeCcnRouteTables", async function () {
402
402
  try {
403
- const data = await client.DescribeCustomerGatewayVendors({})
403
+ const data = await client.DescribeCcnRouteTables({})
404
404
  expect(data).to.be.ok
405
405
  } catch(error) {
406
406
  expect(error.requestId).to.be.ok
@@ -408,9 +408,9 @@ it("vpc.v20170312.DescribeCustomerGatewayVendors", async function () {
408
408
  }
409
409
  })
410
410
 
411
- it("vpc.v20170312.DescribeNetDetects", async function () {
411
+ it("vpc.v20170312.DetachNetworkInterface", async function () {
412
412
  try {
413
- const data = await client.DescribeNetDetects({})
413
+ const data = await client.DetachNetworkInterface({})
414
414
  expect(data).to.be.ok
415
415
  } catch(error) {
416
416
  expect(error.requestId).to.be.ok
@@ -418,9 +418,9 @@ it("vpc.v20170312.DescribeNetDetects", async function () {
418
418
  }
419
419
  })
420
420
 
421
- it("vpc.v20170312.DescribeAddresses", async function () {
421
+ it("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
422
422
  try {
423
- const data = await client.DescribeAddresses({})
423
+ const data = await client.ModifyNetworkAclQuintupleEntries({})
424
424
  expect(data).to.be.ok
425
425
  } catch(error) {
426
426
  expect(error.requestId).to.be.ok
@@ -428,9 +428,9 @@ it("vpc.v20170312.DescribeAddresses", async function () {
428
428
  }
429
429
  })
430
430
 
431
- it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
431
+ it("vpc.v20170312.DeleteAssistantCidr", async function () {
432
432
  try {
433
- const data = await client.ModifyVpnGatewaySslServer({})
433
+ const data = await client.DeleteAssistantCidr({})
434
434
  expect(data).to.be.ok
435
435
  } catch(error) {
436
436
  expect(error.requestId).to.be.ok
@@ -438,9 +438,9 @@ it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
438
438
  }
439
439
  })
440
440
 
441
- it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
441
+ it("vpc.v20170312.DeleteNetworkInterface", async function () {
442
442
  try {
443
- const data = await client.ReplaceSecurityGroupPolicy({})
443
+ const data = await client.DeleteNetworkInterface({})
444
444
  expect(data).to.be.ok
445
445
  } catch(error) {
446
446
  expect(error.requestId).to.be.ok
@@ -448,9 +448,9 @@ it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
448
448
  }
449
449
  })
450
450
 
451
- it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
451
+ it("vpc.v20170312.ModifyLocalGateway", async function () {
452
452
  try {
453
- const data = await client.EnableVpnGatewaySslClientCert({})
453
+ const data = await client.ModifyLocalGateway({})
454
454
  expect(data).to.be.ok
455
455
  } catch(error) {
456
456
  expect(error.requestId).to.be.ok
@@ -458,9 +458,9 @@ it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
458
458
  }
459
459
  })
460
460
 
461
- it("vpc.v20170312.DescribeVpcTaskResult", async function () {
461
+ it("vpc.v20170312.DescribeSubnetResourceDashboard", async function () {
462
462
  try {
463
- const data = await client.DescribeVpcTaskResult({})
463
+ const data = await client.DescribeSubnetResourceDashboard({})
464
464
  expect(data).to.be.ok
465
465
  } catch(error) {
466
466
  expect(error.requestId).to.be.ok
@@ -468,9 +468,9 @@ it("vpc.v20170312.DescribeVpcTaskResult", async function () {
468
468
  }
469
469
  })
470
470
 
471
- it("vpc.v20170312.DeleteLocalGateway", async function () {
471
+ it("vpc.v20170312.DescribeFlowLog", async function () {
472
472
  try {
473
- const data = await client.DeleteLocalGateway({})
473
+ const data = await client.DescribeFlowLog({})
474
474
  expect(data).to.be.ok
475
475
  } catch(error) {
476
476
  expect(error.requestId).to.be.ok
@@ -478,9 +478,9 @@ it("vpc.v20170312.DeleteLocalGateway", async function () {
478
478
  }
479
479
  })
480
480
 
481
- it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
481
+ it("vpc.v20170312.AssociateInstancesToCcnRouteTable", async function () {
482
482
  try {
483
- const data = await client.ModifyNetworkAclEntries({})
483
+ const data = await client.AssociateInstancesToCcnRouteTable({})
484
484
  expect(data).to.be.ok
485
485
  } catch(error) {
486
486
  expect(error.requestId).to.be.ok
@@ -488,9 +488,9 @@ it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
488
488
  }
489
489
  })
490
490
 
491
- it("vpc.v20170312.ResetRoutes", async function () {
491
+ it("vpc.v20170312.RenewAddresses", async function () {
492
492
  try {
493
- const data = await client.ResetRoutes({})
493
+ const data = await client.RenewAddresses({})
494
494
  expect(data).to.be.ok
495
495
  } catch(error) {
496
496
  expect(error.requestId).to.be.ok
@@ -498,9 +498,9 @@ it("vpc.v20170312.ResetRoutes", async function () {
498
498
  }
499
499
  })
500
500
 
501
- it("vpc.v20170312.UnassignIpv6Addresses", async function () {
501
+ it("vpc.v20170312.DescribeCcnRegionBandwidthLimits", async function () {
502
502
  try {
503
- const data = await client.UnassignIpv6Addresses({})
503
+ const data = await client.DescribeCcnRegionBandwidthLimits({})
504
504
  expect(data).to.be.ok
505
505
  } catch(error) {
506
506
  expect(error.requestId).to.be.ok
@@ -508,9 +508,9 @@ it("vpc.v20170312.UnassignIpv6Addresses", async function () {
508
508
  }
509
509
  })
510
510
 
511
- it("vpc.v20170312.DetachCcnInstances", async function () {
511
+ it("vpc.v20170312.AddIp6Rules", async function () {
512
512
  try {
513
- const data = await client.DetachCcnInstances({})
513
+ const data = await client.AddIp6Rules({})
514
514
  expect(data).to.be.ok
515
515
  } catch(error) {
516
516
  expect(error.requestId).to.be.ok
@@ -518,9 +518,9 @@ it("vpc.v20170312.DetachCcnInstances", async function () {
518
518
  }
519
519
  })
520
520
 
521
- it("vpc.v20170312.ModifyVpnGatewaySslClientCert", async function () {
521
+ it("vpc.v20170312.DisassociateDirectConnectGatewayNatGateway", async function () {
522
522
  try {
523
- const data = await client.ModifyVpnGatewaySslClientCert({})
523
+ const data = await client.DisassociateDirectConnectGatewayNatGateway({})
524
524
  expect(data).to.be.ok
525
525
  } catch(error) {
526
526
  expect(error.requestId).to.be.ok
@@ -528,9 +528,9 @@ it("vpc.v20170312.ModifyVpnGatewaySslClientCert", async function () {
528
528
  }
529
529
  })
530
530
 
531
- it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
531
+ it("vpc.v20170312.DescribeUsedIpAddress", async function () {
532
532
  try {
533
- const data = await client.AssociateNatGatewayAddress({})
533
+ const data = await client.DescribeUsedIpAddress({})
534
534
  expect(data).to.be.ok
535
535
  } catch(error) {
536
536
  expect(error.requestId).to.be.ok
@@ -538,9 +538,9 @@ it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
538
538
  }
539
539
  })
540
540
 
541
- it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function () {
541
+ it("vpc.v20170312.DescribeCcnRoutes", async function () {
542
542
  try {
543
- const data = await client.CreatePrivateNatGatewayTranslationNatRule({})
543
+ const data = await client.DescribeCcnRoutes({})
544
544
  expect(data).to.be.ok
545
545
  } catch(error) {
546
546
  expect(error.requestId).to.be.ok
@@ -548,9 +548,9 @@ it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function ()
548
548
  }
549
549
  })
550
550
 
551
- it("vpc.v20170312.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
551
+ it("vpc.v20170312.ReplaceDirectConnectGatewayCcnRoutes", async function () {
552
552
  try {
553
- const data = await client.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule({})
553
+ const data = await client.ReplaceDirectConnectGatewayCcnRoutes({})
554
554
  expect(data).to.be.ok
555
555
  } catch(error) {
556
556
  expect(error.requestId).to.be.ok
@@ -558,9 +558,9 @@ it("vpc.v20170312.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", a
558
558
  }
559
559
  })
560
560
 
561
- it("vpc.v20170312.ModifyPrivateNatGatewayTranslationNatRule", async function () {
561
+ it("vpc.v20170312.GetCcnRegionBandwidthLimits", async function () {
562
562
  try {
563
- const data = await client.ModifyPrivateNatGatewayTranslationNatRule({})
563
+ const data = await client.GetCcnRegionBandwidthLimits({})
564
564
  expect(data).to.be.ok
565
565
  } catch(error) {
566
566
  expect(error.requestId).to.be.ok
@@ -568,9 +568,9 @@ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationNatRule", async function ()
568
568
  }
569
569
  })
570
570
 
571
- it("vpc.v20170312.ModifyPrivateIpAddressesAttribute", async function () {
571
+ it("vpc.v20170312.AddTemplateMember", async function () {
572
572
  try {
573
- const data = await client.ModifyPrivateIpAddressesAttribute({})
573
+ const data = await client.AddTemplateMember({})
574
574
  expect(data).to.be.ok
575
575
  } catch(error) {
576
576
  expect(error.requestId).to.be.ok
@@ -578,9 +578,9 @@ it("vpc.v20170312.ModifyPrivateIpAddressesAttribute", async function () {
578
578
  }
579
579
  })
580
580
 
581
- it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
581
+ it("vpc.v20170312.DeleteAddressTemplate", async function () {
582
582
  try {
583
- const data = await client.ModifyVpcEndPointAttribute({})
583
+ const data = await client.DeleteAddressTemplate({})
584
584
  expect(data).to.be.ok
585
585
  } catch(error) {
586
586
  expect(error.requestId).to.be.ok
@@ -588,9 +588,9 @@ it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
588
588
  }
589
589
  })
590
590
 
591
- it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
591
+ it("vpc.v20170312.WithdrawNotifyRoutes", async function () {
592
592
  try {
593
- const data = await client.DescribeSnapshotPolicies({})
593
+ const data = await client.WithdrawNotifyRoutes({})
594
594
  expect(data).to.be.ok
595
595
  } catch(error) {
596
596
  expect(error.requestId).to.be.ok
@@ -598,9 +598,9 @@ it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
598
598
  }
599
599
  })
600
600
 
601
- it("vpc.v20170312.ModifyVpnGatewayRoutes", async function () {
601
+ it("vpc.v20170312.DeleteRoutes", async function () {
602
602
  try {
603
- const data = await client.ModifyVpnGatewayRoutes({})
603
+ const data = await client.DeleteRoutes({})
604
604
  expect(data).to.be.ok
605
605
  } catch(error) {
606
606
  expect(error.requestId).to.be.ok
@@ -608,9 +608,9 @@ it("vpc.v20170312.ModifyVpnGatewayRoutes", async function () {
608
608
  }
609
609
  })
610
610
 
611
- it("vpc.v20170312.ReplaceSecurityGroupPolicies", async function () {
611
+ it("vpc.v20170312.InquiryPriceCreateVpnGateway", async function () {
612
612
  try {
613
- const data = await client.ReplaceSecurityGroupPolicies({})
613
+ const data = await client.InquiryPriceCreateVpnGateway({})
614
614
  expect(data).to.be.ok
615
615
  } catch(error) {
616
616
  expect(error.requestId).to.be.ok
@@ -618,9 +618,9 @@ it("vpc.v20170312.ReplaceSecurityGroupPolicies", async function () {
618
618
  }
619
619
  })
620
620
 
621
- it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
621
+ it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
622
622
  try {
623
- const data = await client.DisassociateVpcEndPointSecurityGroups({})
623
+ const data = await client.DescribeCrossBorderCompliance({})
624
624
  expect(data).to.be.ok
625
625
  } catch(error) {
626
626
  expect(error.requestId).to.be.ok
@@ -628,9 +628,9 @@ it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
628
628
  }
629
629
  })
630
630
 
631
- it("vpc.v20170312.DeleteRouteTable", async function () {
631
+ it("vpc.v20170312.ReturnNormalAddresses", async function () {
632
632
  try {
633
- const data = await client.DeleteRouteTable({})
633
+ const data = await client.ReturnNormalAddresses({})
634
634
  expect(data).to.be.ok
635
635
  } catch(error) {
636
636
  expect(error.requestId).to.be.ok
@@ -638,9 +638,9 @@ it("vpc.v20170312.DeleteRouteTable", async function () {
638
638
  }
639
639
  })
640
640
 
641
- it("vpc.v20170312.RemoveBandwidthPackageResources", async function () {
641
+ it("vpc.v20170312.ModifyNetworkInterfaceAttribute", async function () {
642
642
  try {
643
- const data = await client.RemoveBandwidthPackageResources({})
643
+ const data = await client.ModifyNetworkInterfaceAttribute({})
644
644
  expect(data).to.be.ok
645
645
  } catch(error) {
646
646
  expect(error.requestId).to.be.ok
@@ -648,9 +648,9 @@ it("vpc.v20170312.RemoveBandwidthPackageResources", async function () {
648
648
  }
649
649
  })
650
650
 
651
- it("vpc.v20170312.CloneSecurityGroup", async function () {
651
+ it("vpc.v20170312.ModifyVpcPeeringConnection", async function () {
652
652
  try {
653
- const data = await client.CloneSecurityGroup({})
653
+ const data = await client.ModifyVpcPeeringConnection({})
654
654
  expect(data).to.be.ok
655
655
  } catch(error) {
656
656
  expect(error.requestId).to.be.ok
@@ -658,9 +658,9 @@ it("vpc.v20170312.CloneSecurityGroup", async function () {
658
658
  }
659
659
  })
660
660
 
661
- it("vpc.v20170312.AssignPrivateIpAddresses", async function () {
661
+ it("vpc.v20170312.DescribeVpcLimits", async function () {
662
662
  try {
663
- const data = await client.AssignPrivateIpAddresses({})
663
+ const data = await client.DescribeVpcLimits({})
664
664
  expect(data).to.be.ok
665
665
  } catch(error) {
666
666
  expect(error.requestId).to.be.ok
@@ -668,9 +668,9 @@ it("vpc.v20170312.AssignPrivateIpAddresses", async function () {
668
668
  }
669
669
  })
670
670
 
671
- it("vpc.v20170312.DescribeVpcEndPointService", async function () {
671
+ it("vpc.v20170312.DescribeSnapshotAttachedInstances", async function () {
672
672
  try {
673
- const data = await client.DescribeVpcEndPointService({})
673
+ const data = await client.DescribeSnapshotAttachedInstances({})
674
674
  expect(data).to.be.ok
675
675
  } catch(error) {
676
676
  expect(error.requestId).to.be.ok
@@ -678,9 +678,9 @@ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
678
678
  }
679
679
  })
680
680
 
681
- it("vpc.v20170312.ModifyVpcEndPointServiceWhiteList", async function () {
681
+ it("vpc.v20170312.DeleteHaVip", async function () {
682
682
  try {
683
- const data = await client.ModifyVpcEndPointServiceWhiteList({})
683
+ const data = await client.DeleteHaVip({})
684
684
  expect(data).to.be.ok
685
685
  } catch(error) {
686
686
  expect(error.requestId).to.be.ok
@@ -688,9 +688,9 @@ it("vpc.v20170312.ModifyVpcEndPointServiceWhiteList", async function () {
688
688
  }
689
689
  })
690
690
 
691
- it("vpc.v20170312.DescribeCrossBorderFlowMonitor", async function () {
691
+ it("vpc.v20170312.DescribeProductQuota", async function () {
692
692
  try {
693
- const data = await client.DescribeCrossBorderFlowMonitor({})
693
+ const data = await client.DescribeProductQuota({})
694
694
  expect(data).to.be.ok
695
695
  } catch(error) {
696
696
  expect(error.requestId).to.be.ok
@@ -698,9 +698,9 @@ it("vpc.v20170312.DescribeCrossBorderFlowMonitor", async function () {
698
698
  }
699
699
  })
700
700
 
701
- it("vpc.v20170312.EnableRoutes", async function () {
701
+ it("vpc.v20170312.ModifyBandwidthPackageAttribute", async function () {
702
702
  try {
703
- const data = await client.EnableRoutes({})
703
+ const data = await client.ModifyBandwidthPackageAttribute({})
704
704
  expect(data).to.be.ok
705
705
  } catch(error) {
706
706
  expect(error.requestId).to.be.ok
@@ -708,9 +708,9 @@ it("vpc.v20170312.EnableRoutes", async function () {
708
708
  }
709
709
  })
710
710
 
711
- it("vpc.v20170312.CreateAndAttachNetworkInterface", async function () {
711
+ it("vpc.v20170312.CreateVpnGatewaySslServer", async function () {
712
712
  try {
713
- const data = await client.CreateAndAttachNetworkInterface({})
713
+ const data = await client.CreateVpnGatewaySslServer({})
714
714
  expect(data).to.be.ok
715
715
  } catch(error) {
716
716
  expect(error.requestId).to.be.ok
@@ -718,9 +718,9 @@ it("vpc.v20170312.CreateAndAttachNetworkInterface", async function () {
718
718
  }
719
719
  })
720
720
 
721
- it("vpc.v20170312.ModifySnapshotPolicies", async function () {
721
+ it("vpc.v20170312.ModifyVpnGatewayAttribute", async function () {
722
722
  try {
723
- const data = await client.ModifySnapshotPolicies({})
723
+ const data = await client.ModifyVpnGatewayAttribute({})
724
724
  expect(data).to.be.ok
725
725
  } catch(error) {
726
726
  expect(error.requestId).to.be.ok
@@ -728,9 +728,9 @@ it("vpc.v20170312.ModifySnapshotPolicies", async function () {
728
728
  }
729
729
  })
730
730
 
731
- it("vpc.v20170312.DescribeNatGateways", async function () {
731
+ it("vpc.v20170312.DeleteVpc", async function () {
732
732
  try {
733
- const data = await client.DescribeNatGateways({})
733
+ const data = await client.DeleteVpc({})
734
734
  expect(data).to.be.ok
735
735
  } catch(error) {
736
736
  expect(error.requestId).to.be.ok
@@ -738,9 +738,9 @@ it("vpc.v20170312.DescribeNatGateways", async function () {
738
738
  }
739
739
  })
740
740
 
741
- it("vpc.v20170312.CreateSubnets", async function () {
741
+ it("vpc.v20170312.DescribeSubnets", async function () {
742
742
  try {
743
- const data = await client.CreateSubnets({})
743
+ const data = await client.DescribeSubnets({})
744
744
  expect(data).to.be.ok
745
745
  } catch(error) {
746
746
  expect(error.requestId).to.be.ok
@@ -748,9 +748,9 @@ it("vpc.v20170312.CreateSubnets", async function () {
748
748
  }
749
749
  })
750
750
 
751
- it("vpc.v20170312.CreateVpcPeeringConnection", async function () {
751
+ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationAclRule", async function () {
752
752
  try {
753
- const data = await client.CreateVpcPeeringConnection({})
753
+ const data = await client.ModifyPrivateNatGatewayTranslationAclRule({})
754
754
  expect(data).to.be.ok
755
755
  } catch(error) {
756
756
  expect(error.requestId).to.be.ok
@@ -758,9 +758,9 @@ it("vpc.v20170312.CreateVpcPeeringConnection", async function () {
758
758
  }
759
759
  })
760
760
 
761
- it("vpc.v20170312.DescribeSpecificTrafficPackageUsedDetails", async function () {
761
+ it("vpc.v20170312.ModifyPrivateIpAddressesAttribute", async function () {
762
762
  try {
763
- const data = await client.DescribeSpecificTrafficPackageUsedDetails({})
763
+ const data = await client.ModifyPrivateIpAddressesAttribute({})
764
764
  expect(data).to.be.ok
765
765
  } catch(error) {
766
766
  expect(error.requestId).to.be.ok
@@ -768,9 +768,9 @@ it("vpc.v20170312.DescribeSpecificTrafficPackageUsedDetails", async function ()
768
768
  }
769
769
  })
770
770
 
771
- it("vpc.v20170312.GenerateVpnConnectionDefaultHealthCheckIp", async function () {
771
+ it("vpc.v20170312.ReplaceCcnRouteTableInputPolicys", async function () {
772
772
  try {
773
- const data = await client.GenerateVpnConnectionDefaultHealthCheckIp({})
773
+ const data = await client.ReplaceCcnRouteTableInputPolicys({})
774
774
  expect(data).to.be.ok
775
775
  } catch(error) {
776
776
  expect(error.requestId).to.be.ok
@@ -778,9 +778,9 @@ it("vpc.v20170312.GenerateVpnConnectionDefaultHealthCheckIp", async function ()
778
778
  }
779
779
  })
780
780
 
781
- it("vpc.v20170312.DeleteTrafficPackages", async function () {
781
+ it("vpc.v20170312.ModifyNetworkInterfaceQos", async function () {
782
782
  try {
783
- const data = await client.DeleteTrafficPackages({})
783
+ const data = await client.ModifyNetworkInterfaceQos({})
784
784
  expect(data).to.be.ok
785
785
  } catch(error) {
786
786
  expect(error.requestId).to.be.ok
@@ -788,9 +788,9 @@ it("vpc.v20170312.DeleteTrafficPackages", async function () {
788
788
  }
789
789
  })
790
790
 
791
- it("vpc.v20170312.DescribeTemplateLimits", async function () {
791
+ it("vpc.v20170312.DetachCcnInstances", async function () {
792
792
  try {
793
- const data = await client.DescribeTemplateLimits({})
793
+ const data = await client.DetachCcnInstances({})
794
794
  expect(data).to.be.ok
795
795
  } catch(error) {
796
796
  expect(error.requestId).to.be.ok
@@ -798,9 +798,9 @@ it("vpc.v20170312.DescribeTemplateLimits", async function () {
798
798
  }
799
799
  })
800
800
 
801
- it("vpc.v20170312.CheckNetDetectState", async function () {
801
+ it("vpc.v20170312.EnableRoutes", async function () {
802
802
  try {
803
- const data = await client.CheckNetDetectState({})
803
+ const data = await client.EnableRoutes({})
804
804
  expect(data).to.be.ok
805
805
  } catch(error) {
806
806
  expect(error.requestId).to.be.ok
@@ -808,9 +808,9 @@ it("vpc.v20170312.CheckNetDetectState", async function () {
808
808
  }
809
809
  })
810
810
 
811
- it("vpc.v20170312.DeleteVpnGatewaySslClient", async function () {
811
+ it("vpc.v20170312.SetCcnRegionBandwidthLimits", async function () {
812
812
  try {
813
- const data = await client.DeleteVpnGatewaySslClient({})
813
+ const data = await client.SetCcnRegionBandwidthLimits({})
814
814
  expect(data).to.be.ok
815
815
  } catch(error) {
816
816
  expect(error.requestId).to.be.ok
@@ -818,9 +818,9 @@ it("vpc.v20170312.DeleteVpnGatewaySslClient", async function () {
818
818
  }
819
819
  })
820
820
 
821
- it("vpc.v20170312.InquiryPriceResetVpnGatewayInternetMaxBandwidth", async function () {
821
+ it("vpc.v20170312.ModifyRouteTableAttribute", async function () {
822
822
  try {
823
- const data = await client.InquiryPriceResetVpnGatewayInternetMaxBandwidth({})
823
+ const data = await client.ModifyRouteTableAttribute({})
824
824
  expect(data).to.be.ok
825
825
  } catch(error) {
826
826
  expect(error.requestId).to.be.ok
@@ -828,9 +828,9 @@ it("vpc.v20170312.InquiryPriceResetVpnGatewayInternetMaxBandwidth", async functi
828
828
  }
829
829
  })
830
830
 
831
- it("vpc.v20170312.DeleteDirectConnectGatewayCcnRoutes", async function () {
831
+ it("vpc.v20170312.ModifyHaVipAttribute", async function () {
832
832
  try {
833
- const data = await client.DeleteDirectConnectGatewayCcnRoutes({})
833
+ const data = await client.ModifyHaVipAttribute({})
834
834
  expect(data).to.be.ok
835
835
  } catch(error) {
836
836
  expect(error.requestId).to.be.ok
@@ -838,9 +838,9 @@ it("vpc.v20170312.DeleteDirectConnectGatewayCcnRoutes", async function () {
838
838
  }
839
839
  })
840
840
 
841
- it("vpc.v20170312.DescribeNetworkAccountType", async function () {
841
+ it("vpc.v20170312.ReleaseAddresses", async function () {
842
842
  try {
843
- const data = await client.DescribeNetworkAccountType({})
843
+ const data = await client.ReleaseAddresses({})
844
844
  expect(data).to.be.ok
845
845
  } catch(error) {
846
846
  expect(error.requestId).to.be.ok
@@ -848,9 +848,9 @@ it("vpc.v20170312.DescribeNetworkAccountType", async function () {
848
848
  }
849
849
  })
850
850
 
851
- it("vpc.v20170312.MigrateNetworkInterface", async function () {
851
+ it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
852
852
  try {
853
- const data = await client.MigrateNetworkInterface({})
853
+ const data = await client.ModifyGatewayFlowQos({})
854
854
  expect(data).to.be.ok
855
855
  } catch(error) {
856
856
  expect(error.requestId).to.be.ok
@@ -858,9 +858,9 @@ it("vpc.v20170312.MigrateNetworkInterface", async function () {
858
858
  }
859
859
  })
860
860
 
861
- it("vpc.v20170312.ModifyAddressesBandwidth", async function () {
861
+ it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
862
862
  try {
863
- const data = await client.ModifyAddressesBandwidth({})
863
+ const data = await client.DescribeVpcPrivateIpAddresses({})
864
864
  expect(data).to.be.ok
865
865
  } catch(error) {
866
866
  expect(error.requestId).to.be.ok
@@ -868,9 +868,9 @@ it("vpc.v20170312.ModifyAddressesBandwidth", async function () {
868
868
  }
869
869
  })
870
870
 
871
- it("vpc.v20170312.CreateNatGatewayDestinationIpPortTranslationNatRule", async function () {
871
+ it("vpc.v20170312.ModifyIp6Translator", async function () {
872
872
  try {
873
- const data = await client.CreateNatGatewayDestinationIpPortTranslationNatRule({})
873
+ const data = await client.ModifyIp6Translator({})
874
874
  expect(data).to.be.ok
875
875
  } catch(error) {
876
876
  expect(error.requestId).to.be.ok
@@ -878,9 +878,9 @@ it("vpc.v20170312.CreateNatGatewayDestinationIpPortTranslationNatRule", async fu
878
878
  }
879
879
  })
880
880
 
881
- it("vpc.v20170312.CreateSubnet", async function () {
881
+ it("vpc.v20170312.DescribeAddressTemplates", async function () {
882
882
  try {
883
- const data = await client.CreateSubnet({})
883
+ const data = await client.DescribeAddressTemplates({})
884
884
  expect(data).to.be.ok
885
885
  } catch(error) {
886
886
  expect(error.requestId).to.be.ok
@@ -888,9 +888,9 @@ it("vpc.v20170312.CreateSubnet", async function () {
888
888
  }
889
889
  })
890
890
 
891
- it("vpc.v20170312.CreateVpnGatewaySslClient", async function () {
891
+ it("vpc.v20170312.CreateAddressTemplate", async function () {
892
892
  try {
893
- const data = await client.CreateVpnGatewaySslClient({})
893
+ const data = await client.CreateAddressTemplate({})
894
894
  expect(data).to.be.ok
895
895
  } catch(error) {
896
896
  expect(error.requestId).to.be.ok
@@ -898,9 +898,9 @@ it("vpc.v20170312.CreateVpnGatewaySslClient", async function () {
898
898
  }
899
899
  })
900
900
 
901
- it("vpc.v20170312.AllocateIp6AddressesBandwidth", async function () {
901
+ it("vpc.v20170312.TransformAddress", async function () {
902
902
  try {
903
- const data = await client.AllocateIp6AddressesBandwidth({})
903
+ const data = await client.TransformAddress({})
904
904
  expect(data).to.be.ok
905
905
  } catch(error) {
906
906
  expect(error.requestId).to.be.ok
@@ -908,9 +908,9 @@ it("vpc.v20170312.AllocateIp6AddressesBandwidth", async function () {
908
908
  }
909
909
  })
910
910
 
911
- it("vpc.v20170312.DeleteDhcpIp", async function () {
911
+ it("vpc.v20170312.DescribeVpcEndPoint", async function () {
912
912
  try {
913
- const data = await client.DeleteDhcpIp({})
913
+ const data = await client.DescribeVpcEndPoint({})
914
914
  expect(data).to.be.ok
915
915
  } catch(error) {
916
916
  expect(error.requestId).to.be.ok
@@ -918,9 +918,9 @@ it("vpc.v20170312.DeleteDhcpIp", async function () {
918
918
  }
919
919
  })
920
920
 
921
- it("vpc.v20170312.LockCcnBandwidths", async function () {
921
+ it("vpc.v20170312.DescribeIp6TranslatorQuota", async function () {
922
922
  try {
923
- const data = await client.LockCcnBandwidths({})
923
+ const data = await client.DescribeIp6TranslatorQuota({})
924
924
  expect(data).to.be.ok
925
925
  } catch(error) {
926
926
  expect(error.requestId).to.be.ok
@@ -928,9 +928,9 @@ it("vpc.v20170312.LockCcnBandwidths", async function () {
928
928
  }
929
929
  })
930
930
 
931
- it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", async function () {
931
+ it("vpc.v20170312.CreateVpcEndPointServiceWhiteList", async function () {
932
932
  try {
933
- const data = await client.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules({})
933
+ const data = await client.CreateVpcEndPointServiceWhiteList({})
934
934
  expect(data).to.be.ok
935
935
  } catch(error) {
936
936
  expect(error.requestId).to.be.ok
@@ -938,9 +938,9 @@ it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules"
938
938
  }
939
939
  })
940
940
 
941
- it("vpc.v20170312.ModifyAddressTemplateAttribute", async function () {
941
+ it("vpc.v20170312.DownloadCustomerGatewayConfiguration", async function () {
942
942
  try {
943
- const data = await client.ModifyAddressTemplateAttribute({})
943
+ const data = await client.DownloadCustomerGatewayConfiguration({})
944
944
  expect(data).to.be.ok
945
945
  } catch(error) {
946
946
  expect(error.requestId).to.be.ok
@@ -948,9 +948,9 @@ it("vpc.v20170312.ModifyAddressTemplateAttribute", async function () {
948
948
  }
949
949
  })
950
950
 
951
- it("vpc.v20170312.AcceptAttachCcnInstances", async function () {
951
+ it("vpc.v20170312.DescribeCustomerGateways", async function () {
952
952
  try {
953
- const data = await client.AcceptAttachCcnInstances({})
953
+ const data = await client.DescribeCustomerGateways({})
954
954
  expect(data).to.be.ok
955
955
  } catch(error) {
956
956
  expect(error.requestId).to.be.ok
@@ -958,9 +958,9 @@ it("vpc.v20170312.AcceptAttachCcnInstances", async function () {
958
958
  }
959
959
  })
960
960
 
961
- it("vpc.v20170312.DeleteTemplateMember", async function () {
961
+ it("vpc.v20170312.DescribeNetworkAcls", async function () {
962
962
  try {
963
- const data = await client.DeleteTemplateMember({})
963
+ const data = await client.DescribeNetworkAcls({})
964
964
  expect(data).to.be.ok
965
965
  } catch(error) {
966
966
  expect(error.requestId).to.be.ok
@@ -968,9 +968,9 @@ it("vpc.v20170312.DeleteTemplateMember", async function () {
968
968
  }
969
969
  })
970
970
 
971
- it("vpc.v20170312.DeleteServiceTemplateGroup", async function () {
971
+ it("vpc.v20170312.DescribeServiceTemplateGroups", async function () {
972
972
  try {
973
- const data = await client.DeleteServiceTemplateGroup({})
973
+ const data = await client.DescribeServiceTemplateGroups({})
974
974
  expect(data).to.be.ok
975
975
  } catch(error) {
976
976
  expect(error.requestId).to.be.ok
@@ -978,9 +978,9 @@ it("vpc.v20170312.DeleteServiceTemplateGroup", async function () {
978
978
  }
979
979
  })
980
980
 
981
- it("vpc.v20170312.DescribeGatewayFlowQos", async function () {
981
+ it("vpc.v20170312.AssignIpv6CidrBlock", async function () {
982
982
  try {
983
- const data = await client.DescribeGatewayFlowQos({})
983
+ const data = await client.AssignIpv6CidrBlock({})
984
984
  expect(data).to.be.ok
985
985
  } catch(error) {
986
986
  expect(error.requestId).to.be.ok
@@ -988,9 +988,9 @@ it("vpc.v20170312.DescribeGatewayFlowQos", async function () {
988
988
  }
989
989
  })
990
990
 
991
- it("vpc.v20170312.ModifyTemplateMember", async function () {
991
+ it("vpc.v20170312.DescribeNatGatewayDestinationIpPortTranslationNatRules", async function () {
992
992
  try {
993
- const data = await client.ModifyTemplateMember({})
993
+ const data = await client.DescribeNatGatewayDestinationIpPortTranslationNatRules({})
994
994
  expect(data).to.be.ok
995
995
  } catch(error) {
996
996
  expect(error.requestId).to.be.ok
@@ -998,9 +998,9 @@ it("vpc.v20170312.ModifyTemplateMember", async function () {
998
998
  }
999
999
  })
1000
1000
 
1001
- it("vpc.v20170312.DescribeVpcs", async function () {
1001
+ it("vpc.v20170312.DescribeCcnAttachedInstances", async function () {
1002
1002
  try {
1003
- const data = await client.DescribeVpcs({})
1003
+ const data = await client.DescribeCcnAttachedInstances({})
1004
1004
  expect(data).to.be.ok
1005
1005
  } catch(error) {
1006
1006
  expect(error.requestId).to.be.ok
@@ -1008,9 +1008,9 @@ it("vpc.v20170312.DescribeVpcs", async function () {
1008
1008
  }
1009
1009
  })
1010
1010
 
1011
- it("vpc.v20170312.DescribeIp6Translators", async function () {
1011
+ it("vpc.v20170312.DescribePrivateNatGatewayRegions", async function () {
1012
1012
  try {
1013
- const data = await client.DescribeIp6Translators({})
1013
+ const data = await client.DescribePrivateNatGatewayRegions({})
1014
1014
  expect(data).to.be.ok
1015
1015
  } catch(error) {
1016
1016
  expect(error.requestId).to.be.ok
@@ -1018,9 +1018,9 @@ it("vpc.v20170312.DescribeIp6Translators", async function () {
1018
1018
  }
1019
1019
  })
1020
1020
 
1021
- it("vpc.v20170312.ResetAttachCcnInstances", async function () {
1021
+ it("vpc.v20170312.DisassociateNatGatewayAddress", async function () {
1022
1022
  try {
1023
- const data = await client.ResetAttachCcnInstances({})
1023
+ const data = await client.DisassociateNatGatewayAddress({})
1024
1024
  expect(data).to.be.ok
1025
1025
  } catch(error) {
1026
1026
  expect(error.requestId).to.be.ok
@@ -1028,9 +1028,9 @@ it("vpc.v20170312.ResetAttachCcnInstances", async function () {
1028
1028
  }
1029
1029
  })
1030
1030
 
1031
- it("vpc.v20170312.ModifyHaVipAttribute", async function () {
1031
+ it("vpc.v20170312.DescribeGatewayFlowMonitorDetail", async function () {
1032
1032
  try {
1033
- const data = await client.ModifyHaVipAttribute({})
1033
+ const data = await client.DescribeGatewayFlowMonitorDetail({})
1034
1034
  expect(data).to.be.ok
1035
1035
  } catch(error) {
1036
1036
  expect(error.requestId).to.be.ok
@@ -1038,9 +1038,9 @@ it("vpc.v20170312.ModifyHaVipAttribute", async function () {
1038
1038
  }
1039
1039
  })
1040
1040
 
1041
- it("vpc.v20170312.DeleteSecurityGroupPolicies", async function () {
1041
+ it("vpc.v20170312.UnassignIpv6Addresses", async function () {
1042
1042
  try {
1043
- const data = await client.DeleteSecurityGroupPolicies({})
1043
+ const data = await client.UnassignIpv6Addresses({})
1044
1044
  expect(data).to.be.ok
1045
1045
  } catch(error) {
1046
1046
  expect(error.requestId).to.be.ok
@@ -1048,9 +1048,9 @@ it("vpc.v20170312.DeleteSecurityGroupPolicies", async function () {
1048
1048
  }
1049
1049
  })
1050
1050
 
1051
- it("vpc.v20170312.CreateVpc", async function () {
1051
+ it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
1052
1052
  try {
1053
- const data = await client.CreateVpc({})
1053
+ const data = await client.DeleteAddressTemplateGroup({})
1054
1054
  expect(data).to.be.ok
1055
1055
  } catch(error) {
1056
1056
  expect(error.requestId).to.be.ok
@@ -1058,9 +1058,9 @@ it("vpc.v20170312.CreateVpc", async function () {
1058
1058
  }
1059
1059
  })
1060
1060
 
1061
- it("vpc.v20170312.ModifyIp6Rule", async function () {
1061
+ it("vpc.v20170312.DescribeVpcTaskResult", async function () {
1062
1062
  try {
1063
- const data = await client.ModifyIp6Rule({})
1063
+ const data = await client.DescribeVpcTaskResult({})
1064
1064
  expect(data).to.be.ok
1065
1065
  } catch(error) {
1066
1066
  expect(error.requestId).to.be.ok
@@ -1068,9 +1068,9 @@ it("vpc.v20170312.ModifyIp6Rule", async function () {
1068
1068
  }
1069
1069
  })
1070
1070
 
1071
- it("vpc.v20170312.AddBandwidthPackageResources", async function () {
1071
+ it("vpc.v20170312.CreateDirectConnectGateway", async function () {
1072
1072
  try {
1073
- const data = await client.AddBandwidthPackageResources({})
1073
+ const data = await client.CreateDirectConnectGateway({})
1074
1074
  expect(data).to.be.ok
1075
1075
  } catch(error) {
1076
1076
  expect(error.requestId).to.be.ok
@@ -1078,9 +1078,9 @@ it("vpc.v20170312.AddBandwidthPackageResources", async function () {
1078
1078
  }
1079
1079
  })
1080
1080
 
1081
- it("vpc.v20170312.AssignIpv6SubnetCidrBlock", async function () {
1081
+ it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
1082
1082
  try {
1083
- const data = await client.AssignIpv6SubnetCidrBlock({})
1083
+ const data = await client.AssociateNatGatewayAddress({})
1084
1084
  expect(data).to.be.ok
1085
1085
  } catch(error) {
1086
1086
  expect(error.requestId).to.be.ok
@@ -1088,9 +1088,9 @@ it("vpc.v20170312.AssignIpv6SubnetCidrBlock", async function () {
1088
1088
  }
1089
1089
  })
1090
1090
 
1091
- it("vpc.v20170312.DescribeVpnGatewayCcnRoutes", async function () {
1091
+ it("vpc.v20170312.DeleteCcnRouteTables", async function () {
1092
1092
  try {
1093
- const data = await client.DescribeVpnGatewayCcnRoutes({})
1093
+ const data = await client.DeleteCcnRouteTables({})
1094
1094
  expect(data).to.be.ok
1095
1095
  } catch(error) {
1096
1096
  expect(error.requestId).to.be.ok
@@ -1098,9 +1098,9 @@ it("vpc.v20170312.DescribeVpnGatewayCcnRoutes", async function () {
1098
1098
  }
1099
1099
  })
1100
1100
 
1101
- it("vpc.v20170312.AllocateAddresses", async function () {
1101
+ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationNatRule", async function () {
1102
1102
  try {
1103
- const data = await client.AllocateAddresses({})
1103
+ const data = await client.ModifyPrivateNatGatewayTranslationNatRule({})
1104
1104
  expect(data).to.be.ok
1105
1105
  } catch(error) {
1106
1106
  expect(error.requestId).to.be.ok
@@ -1108,9 +1108,9 @@ it("vpc.v20170312.AllocateAddresses", async function () {
1108
1108
  }
1109
1109
  })
1110
1110
 
1111
- it("vpc.v20170312.CheckAssistantCidr", async function () {
1111
+ it("vpc.v20170312.ModifyVpnGatewayRoutes", async function () {
1112
1112
  try {
1113
- const data = await client.CheckAssistantCidr({})
1113
+ const data = await client.ModifyVpnGatewayRoutes({})
1114
1114
  expect(data).to.be.ok
1115
1115
  } catch(error) {
1116
1116
  expect(error.requestId).to.be.ok
@@ -1118,9 +1118,9 @@ it("vpc.v20170312.CheckAssistantCidr", async function () {
1118
1118
  }
1119
1119
  })
1120
1120
 
1121
- it("vpc.v20170312.DescribeFlowLogs", async function () {
1121
+ it("vpc.v20170312.DescribeVpcEndPointService", async function () {
1122
1122
  try {
1123
- const data = await client.DescribeFlowLogs({})
1123
+ const data = await client.DescribeVpcEndPointService({})
1124
1124
  expect(data).to.be.ok
1125
1125
  } catch(error) {
1126
1126
  expect(error.requestId).to.be.ok
@@ -1128,9 +1128,9 @@ it("vpc.v20170312.DescribeFlowLogs", async function () {
1128
1128
  }
1129
1129
  })
1130
1130
 
1131
- it("vpc.v20170312.ReplaceRouteTableAssociation", async function () {
1131
+ it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
1132
1132
  try {
1133
- const data = await client.ReplaceRouteTableAssociation({})
1133
+ const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
1134
1134
  expect(data).to.be.ok
1135
1135
  } catch(error) {
1136
1136
  expect(error.requestId).to.be.ok
@@ -1138,9 +1138,9 @@ it("vpc.v20170312.ReplaceRouteTableAssociation", async function () {
1138
1138
  }
1139
1139
  })
1140
1140
 
1141
- it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
1141
+ it("vpc.v20170312.ModifySnapshotPolicies", async function () {
1142
1142
  try {
1143
- const data = await client.DescribeVpcIpv6Addresses({})
1143
+ const data = await client.ModifySnapshotPolicies({})
1144
1144
  expect(data).to.be.ok
1145
1145
  } catch(error) {
1146
1146
  expect(error.requestId).to.be.ok
@@ -1148,9 +1148,9 @@ it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
1148
1148
  }
1149
1149
  })
1150
1150
 
1151
- it("vpc.v20170312.DescribeIp6Addresses", async function () {
1151
+ it("vpc.v20170312.DeleteVpnGatewaySslClient", async function () {
1152
1152
  try {
1153
- const data = await client.DescribeIp6Addresses({})
1153
+ const data = await client.DeleteVpnGatewaySslClient({})
1154
1154
  expect(data).to.be.ok
1155
1155
  } catch(error) {
1156
1156
  expect(error.requestId).to.be.ok
@@ -1158,9 +1158,9 @@ it("vpc.v20170312.DescribeIp6Addresses", async function () {
1158
1158
  }
1159
1159
  })
1160
1160
 
1161
- it("vpc.v20170312.RenewVpnGateway", async function () {
1161
+ it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function () {
1162
1162
  try {
1163
- const data = await client.RenewVpnGateway({})
1163
+ const data = await client.DescribeCrossBorderCcnRegionBandwidthLimits({})
1164
1164
  expect(data).to.be.ok
1165
1165
  } catch(error) {
1166
1166
  expect(error.requestId).to.be.ok
@@ -1168,9 +1168,9 @@ it("vpc.v20170312.RenewVpnGateway", async function () {
1168
1168
  }
1169
1169
  })
1170
1170
 
1171
- it("vpc.v20170312.SetVpnGatewaysRenewFlag", async function () {
1171
+ it("vpc.v20170312.CreateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1172
1172
  try {
1173
- const data = await client.SetVpnGatewaysRenewFlag({})
1173
+ const data = await client.CreateNatGatewayDestinationIpPortTranslationNatRule({})
1174
1174
  expect(data).to.be.ok
1175
1175
  } catch(error) {
1176
1176
  expect(error.requestId).to.be.ok
@@ -1178,9 +1178,9 @@ it("vpc.v20170312.SetVpnGatewaysRenewFlag", async function () {
1178
1178
  }
1179
1179
  })
1180
1180
 
1181
- it("vpc.v20170312.DisableSnapshotPolicies", async function () {
1181
+ it("vpc.v20170312.ModifyAddressTemplateAttribute", async function () {
1182
1182
  try {
1183
- const data = await client.DisableSnapshotPolicies({})
1183
+ const data = await client.ModifyAddressTemplateAttribute({})
1184
1184
  expect(data).to.be.ok
1185
1185
  } catch(error) {
1186
1186
  expect(error.requestId).to.be.ok
@@ -1188,9 +1188,9 @@ it("vpc.v20170312.DisableSnapshotPolicies", async function () {
1188
1188
  }
1189
1189
  })
1190
1190
 
1191
- it("vpc.v20170312.DeletePrivateNatGatewayTranslationNatRule", async function () {
1191
+ it("vpc.v20170312.DeleteTemplateMember", async function () {
1192
1192
  try {
1193
- const data = await client.DeletePrivateNatGatewayTranslationNatRule({})
1193
+ const data = await client.DeleteTemplateMember({})
1194
1194
  expect(data).to.be.ok
1195
1195
  } catch(error) {
1196
1196
  expect(error.requestId).to.be.ok
@@ -1198,9 +1198,9 @@ it("vpc.v20170312.DeletePrivateNatGatewayTranslationNatRule", async function ()
1198
1198
  }
1199
1199
  })
1200
1200
 
1201
- it("vpc.v20170312.DescribeDhcpIps", async function () {
1201
+ it("vpc.v20170312.AssignIpv6SubnetCidrBlock", async function () {
1202
1202
  try {
1203
- const data = await client.DescribeDhcpIps({})
1203
+ const data = await client.AssignIpv6SubnetCidrBlock({})
1204
1204
  expect(data).to.be.ok
1205
1205
  } catch(error) {
1206
1206
  expect(error.requestId).to.be.ok
@@ -1208,9 +1208,9 @@ it("vpc.v20170312.DescribeDhcpIps", async function () {
1208
1208
  }
1209
1209
  })
1210
1210
 
1211
- it("vpc.v20170312.AttachCcnInstances", async function () {
1211
+ it("vpc.v20170312.DescribeVpnGatewayCcnRoutes", async function () {
1212
1212
  try {
1213
- const data = await client.AttachCcnInstances({})
1213
+ const data = await client.DescribeVpnGatewayCcnRoutes({})
1214
1214
  expect(data).to.be.ok
1215
1215
  } catch(error) {
1216
1216
  expect(error.requestId).to.be.ok
@@ -1218,9 +1218,9 @@ it("vpc.v20170312.AttachCcnInstances", async function () {
1218
1218
  }
1219
1219
  })
1220
1220
 
1221
- it("vpc.v20170312.AssociateAddress", async function () {
1221
+ it("vpc.v20170312.AttachCcnInstances", async function () {
1222
1222
  try {
1223
- const data = await client.AssociateAddress({})
1223
+ const data = await client.AttachCcnInstances({})
1224
1224
  expect(data).to.be.ok
1225
1225
  } catch(error) {
1226
1226
  expect(error.requestId).to.be.ok
@@ -1228,9 +1228,9 @@ it("vpc.v20170312.AssociateAddress", async function () {
1228
1228
  }
1229
1229
  })
1230
1230
 
1231
- it("vpc.v20170312.DeleteCustomerGateway", async function () {
1231
+ it("vpc.v20170312.DeleteSubnet", async function () {
1232
1232
  try {
1233
- const data = await client.DeleteCustomerGateway({})
1233
+ const data = await client.DeleteSubnet({})
1234
1234
  expect(data).to.be.ok
1235
1235
  } catch(error) {
1236
1236
  expect(error.requestId).to.be.ok
@@ -1238,9 +1238,9 @@ it("vpc.v20170312.DeleteCustomerGateway", async function () {
1238
1238
  }
1239
1239
  })
1240
1240
 
1241
- it("vpc.v20170312.DeleteSubnet", async function () {
1241
+ it("vpc.v20170312.AttachClassicLinkVpc", async function () {
1242
1242
  try {
1243
- const data = await client.DeleteSubnet({})
1243
+ const data = await client.AttachClassicLinkVpc({})
1244
1244
  expect(data).to.be.ok
1245
1245
  } catch(error) {
1246
1246
  expect(error.requestId).to.be.ok
@@ -1248,9 +1248,9 @@ it("vpc.v20170312.DeleteSubnet", async function () {
1248
1248
  }
1249
1249
  })
1250
1250
 
1251
- it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
1251
+ it("vpc.v20170312.ModifyTemplateMember", async function () {
1252
1252
  try {
1253
- const data = await client.DeleteVpnGatewaySslServer({})
1253
+ const data = await client.ModifyTemplateMember({})
1254
1254
  expect(data).to.be.ok
1255
1255
  } catch(error) {
1256
1256
  expect(error.requestId).to.be.ok
@@ -1258,9 +1258,9 @@ it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
1258
1258
  }
1259
1259
  })
1260
1260
 
1261
- it("vpc.v20170312.AttachClassicLinkVpc", async function () {
1261
+ it("vpc.v20170312.DescribeTrafficPackages", async function () {
1262
1262
  try {
1263
- const data = await client.AttachClassicLinkVpc({})
1263
+ const data = await client.DescribeTrafficPackages({})
1264
1264
  expect(data).to.be.ok
1265
1265
  } catch(error) {
1266
1266
  expect(error.requestId).to.be.ok
@@ -1268,9 +1268,9 @@ it("vpc.v20170312.AttachClassicLinkVpc", async function () {
1268
1268
  }
1269
1269
  })
1270
1270
 
1271
- it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
1271
+ it("vpc.v20170312.CreateVpcEndPointService", async function () {
1272
1272
  try {
1273
- const data = await client.UnassignIpv6SubnetCidrBlock({})
1273
+ const data = await client.CreateVpcEndPointService({})
1274
1274
  expect(data).to.be.ok
1275
1275
  } catch(error) {
1276
1276
  expect(error.requestId).to.be.ok
@@ -1278,9 +1278,9 @@ it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
1278
1278
  }
1279
1279
  })
1280
1280
 
1281
- it("vpc.v20170312.DisassociateNatGatewayAddress", async function () {
1281
+ it("vpc.v20170312.ResetVpnConnection", async function () {
1282
1282
  try {
1283
- const data = await client.DisassociateNatGatewayAddress({})
1283
+ const data = await client.ResetVpnConnection({})
1284
1284
  expect(data).to.be.ok
1285
1285
  } catch(error) {
1286
1286
  expect(error.requestId).to.be.ok
@@ -1288,9 +1288,9 @@ it("vpc.v20170312.DisassociateNatGatewayAddress", async function () {
1288
1288
  }
1289
1289
  })
1290
1290
 
1291
- it("vpc.v20170312.DescribeLocalGateway", async function () {
1291
+ it("vpc.v20170312.ModifyVpnGatewayCcnRoutes", async function () {
1292
1292
  try {
1293
- const data = await client.DescribeLocalGateway({})
1293
+ const data = await client.ModifyVpnGatewayCcnRoutes({})
1294
1294
  expect(data).to.be.ok
1295
1295
  } catch(error) {
1296
1296
  expect(error.requestId).to.be.ok
@@ -1298,9 +1298,9 @@ it("vpc.v20170312.DescribeLocalGateway", async function () {
1298
1298
  }
1299
1299
  })
1300
1300
 
1301
- it("vpc.v20170312.DeleteVpcPeeringConnection", async function () {
1301
+ it("vpc.v20170312.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1302
1302
  try {
1303
- const data = await client.DeleteVpcPeeringConnection({})
1303
+ const data = await client.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule({})
1304
1304
  expect(data).to.be.ok
1305
1305
  } catch(error) {
1306
1306
  expect(error.requestId).to.be.ok
@@ -1308,9 +1308,9 @@ it("vpc.v20170312.DeleteVpcPeeringConnection", async function () {
1308
1308
  }
1309
1309
  })
1310
1310
 
1311
- it("vpc.v20170312.MigratePrivateIpAddress", async function () {
1311
+ it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
1312
1312
  try {
1313
- const data = await client.MigratePrivateIpAddress({})
1313
+ const data = await client.ModifyDhcpIpAttribute({})
1314
1314
  expect(data).to.be.ok
1315
1315
  } catch(error) {
1316
1316
  expect(error.requestId).to.be.ok
@@ -1318,9 +1318,9 @@ it("vpc.v20170312.MigratePrivateIpAddress", async function () {
1318
1318
  }
1319
1319
  })
1320
1320
 
1321
- it("vpc.v20170312.DeleteNetworkAclQuintupleEntries", async function () {
1321
+ it("vpc.v20170312.DescribeBandwidthPackageResources", async function () {
1322
1322
  try {
1323
- const data = await client.DeleteNetworkAclQuintupleEntries({})
1323
+ const data = await client.DescribeBandwidthPackageResources({})
1324
1324
  expect(data).to.be.ok
1325
1325
  } catch(error) {
1326
1326
  expect(error.requestId).to.be.ok
@@ -1328,9 +1328,9 @@ it("vpc.v20170312.DeleteNetworkAclQuintupleEntries", async function () {
1328
1328
  }
1329
1329
  })
1330
1330
 
1331
- it("vpc.v20170312.DeleteDirectConnectGateway", async function () {
1331
+ it("vpc.v20170312.DescribeVpcPeeringConnections", async function () {
1332
1332
  try {
1333
- const data = await client.DeleteDirectConnectGateway({})
1333
+ const data = await client.DescribeVpcPeeringConnections({})
1334
1334
  expect(data).to.be.ok
1335
1335
  } catch(error) {
1336
1336
  expect(error.requestId).to.be.ok
@@ -1338,9 +1338,9 @@ it("vpc.v20170312.DeleteDirectConnectGateway", async function () {
1338
1338
  }
1339
1339
  })
1340
1340
 
1341
- it("vpc.v20170312.DescribeSnapshotAttachedInstances", async function () {
1341
+ it("vpc.v20170312.ReplaceRoutes", async function () {
1342
1342
  try {
1343
- const data = await client.DescribeSnapshotAttachedInstances({})
1343
+ const data = await client.ReplaceRoutes({})
1344
1344
  expect(data).to.be.ok
1345
1345
  } catch(error) {
1346
1346
  expect(error.requestId).to.be.ok
@@ -1348,9 +1348,9 @@ it("vpc.v20170312.DescribeSnapshotAttachedInstances", async function () {
1348
1348
  }
1349
1349
  })
1350
1350
 
1351
- it("vpc.v20170312.DescribeDirectConnectGatewayCcnRoutes", async function () {
1351
+ it("vpc.v20170312.DescribeRouteConflicts", async function () {
1352
1352
  try {
1353
- const data = await client.DescribeDirectConnectGatewayCcnRoutes({})
1353
+ const data = await client.DescribeRouteConflicts({})
1354
1354
  expect(data).to.be.ok
1355
1355
  } catch(error) {
1356
1356
  expect(error.requestId).to.be.ok
@@ -1358,9 +1358,9 @@ it("vpc.v20170312.DescribeDirectConnectGatewayCcnRoutes", async function () {
1358
1358
  }
1359
1359
  })
1360
1360
 
1361
- it("vpc.v20170312.CreateNetworkAclEntries", async function () {
1361
+ it("vpc.v20170312.CreateDefaultSecurityGroup", async function () {
1362
1362
  try {
1363
- const data = await client.CreateNetworkAclEntries({})
1363
+ const data = await client.CreateDefaultSecurityGroup({})
1364
1364
  expect(data).to.be.ok
1365
1365
  } catch(error) {
1366
1366
  expect(error.requestId).to.be.ok
@@ -1368,9 +1368,9 @@ it("vpc.v20170312.CreateNetworkAclEntries", async function () {
1368
1368
  }
1369
1369
  })
1370
1370
 
1371
- it("vpc.v20170312.DeleteBandwidthPackage", async function () {
1371
+ it("vpc.v20170312.AssociateDhcpIpWithAddressIp", async function () {
1372
1372
  try {
1373
- const data = await client.DeleteBandwidthPackage({})
1373
+ const data = await client.AssociateDhcpIpWithAddressIp({})
1374
1374
  expect(data).to.be.ok
1375
1375
  } catch(error) {
1376
1376
  expect(error.requestId).to.be.ok
@@ -1378,9 +1378,9 @@ it("vpc.v20170312.DeleteBandwidthPackage", async function () {
1378
1378
  }
1379
1379
  })
1380
1380
 
1381
- it("vpc.v20170312.CreateNetworkInterface", async function () {
1381
+ it("vpc.v20170312.DeleteServiceTemplate", async function () {
1382
1382
  try {
1383
- const data = await client.CreateNetworkInterface({})
1383
+ const data = await client.DeleteServiceTemplate({})
1384
1384
  expect(data).to.be.ok
1385
1385
  } catch(error) {
1386
1386
  expect(error.requestId).to.be.ok
@@ -1388,9 +1388,9 @@ it("vpc.v20170312.CreateNetworkInterface", async function () {
1388
1388
  }
1389
1389
  })
1390
1390
 
1391
- it("vpc.v20170312.DescribeNetDetectStates", async function () {
1391
+ it("vpc.v20170312.UnassignPrivateIpAddresses", async function () {
1392
1392
  try {
1393
- const data = await client.DescribeNetDetectStates({})
1393
+ const data = await client.UnassignPrivateIpAddresses({})
1394
1394
  expect(data).to.be.ok
1395
1395
  } catch(error) {
1396
1396
  expect(error.requestId).to.be.ok
@@ -1398,9 +1398,9 @@ it("vpc.v20170312.DescribeNetDetectStates", async function () {
1398
1398
  }
1399
1399
  })
1400
1400
 
1401
- it("vpc.v20170312.DescribeCcns", async function () {
1401
+ it("vpc.v20170312.ModifyAddressTemplateGroupAttribute", async function () {
1402
1402
  try {
1403
- const data = await client.DescribeCcns({})
1403
+ const data = await client.ModifyAddressTemplateGroupAttribute({})
1404
1404
  expect(data).to.be.ok
1405
1405
  } catch(error) {
1406
1406
  expect(error.requestId).to.be.ok
@@ -1408,9 +1408,9 @@ it("vpc.v20170312.DescribeCcns", async function () {
1408
1408
  }
1409
1409
  })
1410
1410
 
1411
- it("vpc.v20170312.DeleteIp6Translators", async function () {
1411
+ it("vpc.v20170312.CreateIp6Translators", async function () {
1412
1412
  try {
1413
- const data = await client.DeleteIp6Translators({})
1413
+ const data = await client.CreateIp6Translators({})
1414
1414
  expect(data).to.be.ok
1415
1415
  } catch(error) {
1416
1416
  expect(error.requestId).to.be.ok
@@ -1418,9 +1418,9 @@ it("vpc.v20170312.DeleteIp6Translators", async function () {
1418
1418
  }
1419
1419
  })
1420
1420
 
1421
- it("vpc.v20170312.DeleteCcn", async function () {
1421
+ it("vpc.v20170312.CreateDefaultVpc", async function () {
1422
1422
  try {
1423
- const data = await client.DeleteCcn({})
1423
+ const data = await client.CreateDefaultVpc({})
1424
1424
  expect(data).to.be.ok
1425
1425
  } catch(error) {
1426
1426
  expect(error.requestId).to.be.ok
@@ -1428,9 +1428,9 @@ it("vpc.v20170312.DeleteCcn", async function () {
1428
1428
  }
1429
1429
  })
1430
1430
 
1431
- it("vpc.v20170312.CreateVpcEndPointService", async function () {
1431
+ it("vpc.v20170312.AttachNetworkInterface", async function () {
1432
1432
  try {
1433
- const data = await client.CreateVpcEndPointService({})
1433
+ const data = await client.AttachNetworkInterface({})
1434
1434
  expect(data).to.be.ok
1435
1435
  } catch(error) {
1436
1436
  expect(error.requestId).to.be.ok
@@ -1438,9 +1438,9 @@ it("vpc.v20170312.CreateVpcEndPointService", async function () {
1438
1438
  }
1439
1439
  })
1440
1440
 
1441
- it("vpc.v20170312.DescribeVpcEndPoint", async function () {
1441
+ it("vpc.v20170312.DeleteSecurityGroupPolicies", async function () {
1442
1442
  try {
1443
- const data = await client.DescribeVpcEndPoint({})
1443
+ const data = await client.DeleteSecurityGroupPolicies({})
1444
1444
  expect(data).to.be.ok
1445
1445
  } catch(error) {
1446
1446
  expect(error.requestId).to.be.ok
@@ -1448,9 +1448,9 @@ it("vpc.v20170312.DescribeVpcEndPoint", async function () {
1448
1448
  }
1449
1449
  })
1450
1450
 
1451
- it("vpc.v20170312.HaVipDisassociateAddressIp", async function () {
1451
+ it("vpc.v20170312.DescribeNetworkAclQuintupleEntries", async function () {
1452
1452
  try {
1453
- const data = await client.HaVipDisassociateAddressIp({})
1453
+ const data = await client.DescribeNetworkAclQuintupleEntries({})
1454
1454
  expect(data).to.be.ok
1455
1455
  } catch(error) {
1456
1456
  expect(error.requestId).to.be.ok
@@ -1458,9 +1458,9 @@ it("vpc.v20170312.HaVipDisassociateAddressIp", async function () {
1458
1458
  }
1459
1459
  })
1460
1460
 
1461
- it("vpc.v20170312.ModifyVpnGatewayCcnRoutes", async function () {
1461
+ it("vpc.v20170312.ModifySecurityGroupAttribute", async function () {
1462
1462
  try {
1463
- const data = await client.ModifyVpnGatewayCcnRoutes({})
1463
+ const data = await client.ModifySecurityGroupAttribute({})
1464
1464
  expect(data).to.be.ok
1465
1465
  } catch(error) {
1466
1466
  expect(error.requestId).to.be.ok
@@ -1468,9 +1468,9 @@ it("vpc.v20170312.ModifyVpnGatewayCcnRoutes", async function () {
1468
1468
  }
1469
1469
  })
1470
1470
 
1471
- it("vpc.v20170312.DetachNetworkInterface", async function () {
1471
+ it("vpc.v20170312.DeletePrivateNatGatewayTranslationAclRule", async function () {
1472
1472
  try {
1473
- const data = await client.DetachNetworkInterface({})
1473
+ const data = await client.DeletePrivateNatGatewayTranslationAclRule({})
1474
1474
  expect(data).to.be.ok
1475
1475
  } catch(error) {
1476
1476
  expect(error.requestId).to.be.ok
@@ -1478,9 +1478,9 @@ it("vpc.v20170312.DetachNetworkInterface", async function () {
1478
1478
  }
1479
1479
  })
1480
1480
 
1481
- it("vpc.v20170312.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1481
+ it("vpc.v20170312.DescribePrivateNatGatewayTranslationAclRules", async function () {
1482
1482
  try {
1483
- const data = await client.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule({})
1483
+ const data = await client.DescribePrivateNatGatewayTranslationAclRules({})
1484
1484
  expect(data).to.be.ok
1485
1485
  } catch(error) {
1486
1486
  expect(error.requestId).to.be.ok
@@ -1488,9 +1488,9 @@ it("vpc.v20170312.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", a
1488
1488
  }
1489
1489
  })
1490
1490
 
1491
- it("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
1491
+ it("vpc.v20170312.DisableFlowLogs", async function () {
1492
1492
  try {
1493
- const data = await client.ModifyNetworkAclQuintupleEntries({})
1493
+ const data = await client.DisableFlowLogs({})
1494
1494
  expect(data).to.be.ok
1495
1495
  } catch(error) {
1496
1496
  expect(error.requestId).to.be.ok
@@ -1498,9 +1498,9 @@ it("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
1498
1498
  }
1499
1499
  })
1500
1500
 
1501
- it("vpc.v20170312.ModifyServiceTemplateGroupAttribute", async function () {
1501
+ it("vpc.v20170312.CreateCustomerGateway", async function () {
1502
1502
  try {
1503
- const data = await client.ModifyServiceTemplateGroupAttribute({})
1503
+ const data = await client.CreateCustomerGateway({})
1504
1504
  expect(data).to.be.ok
1505
1505
  } catch(error) {
1506
1506
  expect(error.requestId).to.be.ok
@@ -1508,9 +1508,9 @@ it("vpc.v20170312.ModifyServiceTemplateGroupAttribute", async function () {
1508
1508
  }
1509
1509
  })
1510
1510
 
1511
- it("vpc.v20170312.DeleteAssistantCidr", async function () {
1511
+ it("vpc.v20170312.AuditCrossBorderCompliance", async function () {
1512
1512
  try {
1513
- const data = await client.DeleteAssistantCidr({})
1513
+ const data = await client.AuditCrossBorderCompliance({})
1514
1514
  expect(data).to.be.ok
1515
1515
  } catch(error) {
1516
1516
  expect(error.requestId).to.be.ok
@@ -1518,9 +1518,9 @@ it("vpc.v20170312.DeleteAssistantCidr", async function () {
1518
1518
  }
1519
1519
  })
1520
1520
 
1521
- it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
1521
+ it("vpc.v20170312.DescribeVpcInstances", async function () {
1522
1522
  try {
1523
- const data = await client.DeleteVpnGatewayRoutes({})
1523
+ const data = await client.DescribeVpcInstances({})
1524
1524
  expect(data).to.be.ok
1525
1525
  } catch(error) {
1526
1526
  expect(error.requestId).to.be.ok
@@ -1528,9 +1528,9 @@ it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
1528
1528
  }
1529
1529
  })
1530
1530
 
1531
- it("vpc.v20170312.ModifyCcnAttribute", async function () {
1531
+ it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
1532
1532
  try {
1533
- const data = await client.ModifyCcnAttribute({})
1533
+ const data = await client.DescribeVpnGatewaySslServers({})
1534
1534
  expect(data).to.be.ok
1535
1535
  } catch(error) {
1536
1536
  expect(error.requestId).to.be.ok
@@ -1538,9 +1538,9 @@ it("vpc.v20170312.ModifyCcnAttribute", async function () {
1538
1538
  }
1539
1539
  })
1540
1540
 
1541
- it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
1541
+ it("vpc.v20170312.DeleteRouteTable", async function () {
1542
1542
  try {
1543
- const data = await client.ModifyDhcpIpAttribute({})
1543
+ const data = await client.DeleteRouteTable({})
1544
1544
  expect(data).to.be.ok
1545
1545
  } catch(error) {
1546
1546
  expect(error.requestId).to.be.ok
@@ -1548,9 +1548,9 @@ it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
1548
1548
  }
1549
1549
  })
1550
1550
 
1551
- it("vpc.v20170312.ModifyVpcPeeringConnection", async function () {
1551
+ it("vpc.v20170312.DescribeAccountAttributes", async function () {
1552
1552
  try {
1553
- const data = await client.ModifyVpcPeeringConnection({})
1553
+ const data = await client.DescribeAccountAttributes({})
1554
1554
  expect(data).to.be.ok
1555
1555
  } catch(error) {
1556
1556
  expect(error.requestId).to.be.ok
@@ -1558,9 +1558,9 @@ it("vpc.v20170312.ModifyVpcPeeringConnection", async function () {
1558
1558
  }
1559
1559
  })
1560
1560
 
1561
- it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function () {
1561
+ it("vpc.v20170312.AssignIpv6Addresses", async function () {
1562
1562
  try {
1563
- const data = await client.RefreshDirectConnectGatewayRouteToNatGateway({})
1563
+ const data = await client.AssignIpv6Addresses({})
1564
1564
  expect(data).to.be.ok
1565
1565
  } catch(error) {
1566
1566
  expect(error.requestId).to.be.ok
@@ -1568,9 +1568,9 @@ it("vpc.v20170312.RefreshDirectConnectGatewayRouteToNatGateway", async function
1568
1568
  }
1569
1569
  })
1570
1570
 
1571
- it("vpc.v20170312.ModifyCcnRegionBandwidthLimitsType", async function () {
1571
+ it("vpc.v20170312.DescribeRouteTableSelectionPolicies", async function () {
1572
1572
  try {
1573
- const data = await client.ModifyCcnRegionBandwidthLimitsType({})
1573
+ const data = await client.DescribeRouteTableSelectionPolicies({})
1574
1574
  expect(data).to.be.ok
1575
1575
  } catch(error) {
1576
1576
  expect(error.requestId).to.be.ok
@@ -1578,9 +1578,9 @@ it("vpc.v20170312.ModifyCcnRegionBandwidthLimitsType", async function () {
1578
1578
  }
1579
1579
  })
1580
1580
 
1581
- it("vpc.v20170312.DescribeBandwidthPackageResources", async function () {
1581
+ it("vpc.v20170312.DescribeIpGeolocationInfos", async function () {
1582
1582
  try {
1583
- const data = await client.DescribeBandwidthPackageResources({})
1583
+ const data = await client.DescribeIpGeolocationInfos({})
1584
1584
  expect(data).to.be.ok
1585
1585
  } catch(error) {
1586
1586
  expect(error.requestId).to.be.ok
@@ -1588,9 +1588,9 @@ it("vpc.v20170312.DescribeBandwidthPackageResources", async function () {
1588
1588
  }
1589
1589
  })
1590
1590
 
1591
- it("vpc.v20170312.ModifyCcnAttachedInstancesAttribute", async function () {
1591
+ it("vpc.v20170312.UnassignIpv6CidrBlock", async function () {
1592
1592
  try {
1593
- const data = await client.ModifyCcnAttachedInstancesAttribute({})
1593
+ const data = await client.UnassignIpv6CidrBlock({})
1594
1594
  expect(data).to.be.ok
1595
1595
  } catch(error) {
1596
1596
  expect(error.requestId).to.be.ok
@@ -1598,9 +1598,9 @@ it("vpc.v20170312.ModifyCcnAttachedInstancesAttribute", async function () {
1598
1598
  }
1599
1599
  })
1600
1600
 
1601
- it("vpc.v20170312.DeleteNatGatewaySourceIpTranslationNatRule", async function () {
1601
+ it("vpc.v20170312.CreateNatGatewaySourceIpTranslationNatRule", async function () {
1602
1602
  try {
1603
- const data = await client.DeleteNatGatewaySourceIpTranslationNatRule({})
1603
+ const data = await client.CreateNatGatewaySourceIpTranslationNatRule({})
1604
1604
  expect(data).to.be.ok
1605
1605
  } catch(error) {
1606
1606
  expect(error.requestId).to.be.ok
@@ -1608,9 +1608,9 @@ it("vpc.v20170312.DeleteNatGatewaySourceIpTranslationNatRule", async function ()
1608
1608
  }
1609
1609
  })
1610
1610
 
1611
- it("vpc.v20170312.DeleteNetworkInterface", async function () {
1611
+ it("vpc.v20170312.RemoveIp6Rules", async function () {
1612
1612
  try {
1613
- const data = await client.DeleteNetworkInterface({})
1613
+ const data = await client.RemoveIp6Rules({})
1614
1614
  expect(data).to.be.ok
1615
1615
  } catch(error) {
1616
1616
  expect(error.requestId).to.be.ok
@@ -1618,9 +1618,9 @@ it("vpc.v20170312.DeleteNetworkInterface", async function () {
1618
1618
  }
1619
1619
  })
1620
1620
 
1621
- it("vpc.v20170312.ModifyLocalGateway", async function () {
1621
+ it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
1622
1622
  try {
1623
- const data = await client.ModifyLocalGateway({})
1623
+ const data = await client.RejectVpcPeeringConnection({})
1624
1624
  expect(data).to.be.ok
1625
1625
  } catch(error) {
1626
1626
  expect(error.requestId).to.be.ok
@@ -1628,9 +1628,9 @@ it("vpc.v20170312.ModifyLocalGateway", async function () {
1628
1628
  }
1629
1629
  })
1630
1630
 
1631
- it("vpc.v20170312.DescribeSubnetResourceDashboard", async function () {
1631
+ it("vpc.v20170312.DescribePrivateNatGateways", async function () {
1632
1632
  try {
1633
- const data = await client.DescribeSubnetResourceDashboard({})
1633
+ const data = await client.DescribePrivateNatGateways({})
1634
1634
  expect(data).to.be.ok
1635
1635
  } catch(error) {
1636
1636
  expect(error.requestId).to.be.ok
@@ -1638,9 +1638,9 @@ it("vpc.v20170312.DescribeSubnetResourceDashboard", async function () {
1638
1638
  }
1639
1639
  })
1640
1640
 
1641
- it("vpc.v20170312.DescribeVpnConnections", async function () {
1641
+ it("vpc.v20170312.CreateVpnConnection", async function () {
1642
1642
  try {
1643
- const data = await client.DescribeVpnConnections({})
1643
+ const data = await client.CreateVpnConnection({})
1644
1644
  expect(data).to.be.ok
1645
1645
  } catch(error) {
1646
1646
  expect(error.requestId).to.be.ok
@@ -1648,9 +1648,9 @@ it("vpc.v20170312.DescribeVpnConnections", async function () {
1648
1648
  }
1649
1649
  })
1650
1650
 
1651
- it("vpc.v20170312.RenewAddresses", async function () {
1651
+ it("vpc.v20170312.ModifyCustomerGatewayAttribute", async function () {
1652
1652
  try {
1653
- const data = await client.RenewAddresses({})
1653
+ const data = await client.ModifyCustomerGatewayAttribute({})
1654
1654
  expect(data).to.be.ok
1655
1655
  } catch(error) {
1656
1656
  expect(error.requestId).to.be.ok
@@ -1658,9 +1658,9 @@ it("vpc.v20170312.RenewAddresses", async function () {
1658
1658
  }
1659
1659
  })
1660
1660
 
1661
- it("vpc.v20170312.EnableGatewayFlowMonitor", async function () {
1661
+ it("vpc.v20170312.EnableCcnRoutes", async function () {
1662
1662
  try {
1663
- const data = await client.EnableGatewayFlowMonitor({})
1663
+ const data = await client.EnableCcnRoutes({})
1664
1664
  expect(data).to.be.ok
1665
1665
  } catch(error) {
1666
1666
  expect(error.requestId).to.be.ok
@@ -1668,9 +1668,9 @@ it("vpc.v20170312.EnableGatewayFlowMonitor", async function () {
1668
1668
  }
1669
1669
  })
1670
1670
 
1671
- it("vpc.v20170312.DescribeFlowLog", async function () {
1671
+ it("vpc.v20170312.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1672
1672
  try {
1673
- const data = await client.DescribeFlowLog({})
1673
+ const data = await client.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule({})
1674
1674
  expect(data).to.be.ok
1675
1675
  } catch(error) {
1676
1676
  expect(error.requestId).to.be.ok
@@ -1678,9 +1678,9 @@ it("vpc.v20170312.DescribeFlowLog", async function () {
1678
1678
  }
1679
1679
  })
1680
1680
 
1681
- it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
1681
+ it("vpc.v20170312.DeleteSecurityGroup", async function () {
1682
1682
  try {
1683
- const data = await client.ModifyGatewayFlowQos({})
1683
+ const data = await client.DeleteSecurityGroup({})
1684
1684
  expect(data).to.be.ok
1685
1685
  } catch(error) {
1686
1686
  expect(error.requestId).to.be.ok
@@ -1688,9 +1688,9 @@ it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
1688
1688
  }
1689
1689
  })
1690
1690
 
1691
- it("vpc.v20170312.DeleteNatGateway", async function () {
1691
+ it("vpc.v20170312.DescribeNatGatewaySourceIpTranslationNatRules", async function () {
1692
1692
  try {
1693
- const data = await client.DeleteNatGateway({})
1693
+ const data = await client.DescribeNatGatewaySourceIpTranslationNatRules({})
1694
1694
  expect(data).to.be.ok
1695
1695
  } catch(error) {
1696
1696
  expect(error.requestId).to.be.ok
@@ -1698,9 +1698,9 @@ it("vpc.v20170312.DeleteNatGateway", async function () {
1698
1698
  }
1699
1699
  })
1700
1700
 
1701
- it("vpc.v20170312.DescribeRouteConflicts", async function () {
1701
+ it("vpc.v20170312.ModifyNetDetect", async function () {
1702
1702
  try {
1703
- const data = await client.DescribeRouteConflicts({})
1703
+ const data = await client.ModifyNetDetect({})
1704
1704
  expect(data).to.be.ok
1705
1705
  } catch(error) {
1706
1706
  expect(error.requestId).to.be.ok
@@ -1708,9 +1708,9 @@ it("vpc.v20170312.DescribeRouteConflicts", async function () {
1708
1708
  }
1709
1709
  })
1710
1710
 
1711
- it("vpc.v20170312.DisableRoutes", async function () {
1711
+ it("vpc.v20170312.DescribeBandwidthPackageQuota", async function () {
1712
1712
  try {
1713
- const data = await client.DisableRoutes({})
1713
+ const data = await client.DescribeBandwidthPackageQuota({})
1714
1714
  expect(data).to.be.ok
1715
1715
  } catch(error) {
1716
1716
  expect(error.requestId).to.be.ok
@@ -1718,9 +1718,9 @@ it("vpc.v20170312.DisableRoutes", async function () {
1718
1718
  }
1719
1719
  })
1720
1720
 
1721
- it("vpc.v20170312.CreateDefaultSecurityGroup", async function () {
1721
+ it("vpc.v20170312.CreateSnapshotPolicies", async function () {
1722
1722
  try {
1723
- const data = await client.CreateDefaultSecurityGroup({})
1723
+ const data = await client.CreateSnapshotPolicies({})
1724
1724
  expect(data).to.be.ok
1725
1725
  } catch(error) {
1726
1726
  expect(error.requestId).to.be.ok
@@ -1728,9 +1728,9 @@ it("vpc.v20170312.CreateDefaultSecurityGroup", async function () {
1728
1728
  }
1729
1729
  })
1730
1730
 
1731
- it("vpc.v20170312.AddIp6Rules", async function () {
1731
+ it("vpc.v20170312.ResetAttachCcnInstances", async function () {
1732
1732
  try {
1733
- const data = await client.AddIp6Rules({})
1733
+ const data = await client.ResetAttachCcnInstances({})
1734
1734
  expect(data).to.be.ok
1735
1735
  } catch(error) {
1736
1736
  expect(error.requestId).to.be.ok
@@ -1738,9 +1738,9 @@ it("vpc.v20170312.AddIp6Rules", async function () {
1738
1738
  }
1739
1739
  })
1740
1740
 
1741
- it("vpc.v20170312.AssociateDhcpIpWithAddressIp", async function () {
1741
+ it("vpc.v20170312.ModifyVpcEndPointServiceAttribute", async function () {
1742
1742
  try {
1743
- const data = await client.AssociateDhcpIpWithAddressIp({})
1743
+ const data = await client.ModifyVpcEndPointServiceAttribute({})
1744
1744
  expect(data).to.be.ok
1745
1745
  } catch(error) {
1746
1746
  expect(error.requestId).to.be.ok
@@ -1748,9 +1748,9 @@ it("vpc.v20170312.AssociateDhcpIpWithAddressIp", async function () {
1748
1748
  }
1749
1749
  })
1750
1750
 
1751
- it("vpc.v20170312.DeleteServiceTemplate", async function () {
1751
+ it("vpc.v20170312.DescribeBandwidthPackages", async function () {
1752
1752
  try {
1753
- const data = await client.DeleteServiceTemplate({})
1753
+ const data = await client.DescribeBandwidthPackages({})
1754
1754
  expect(data).to.be.ok
1755
1755
  } catch(error) {
1756
1756
  expect(error.requestId).to.be.ok
@@ -1758,9 +1758,9 @@ it("vpc.v20170312.DeleteServiceTemplate", async function () {
1758
1758
  }
1759
1759
  })
1760
1760
 
1761
- it("vpc.v20170312.UnassignPrivateIpAddresses", async function () {
1761
+ it("vpc.v20170312.DescribeRouteTableAssociatedInstances", async function () {
1762
1762
  try {
1763
- const data = await client.UnassignPrivateIpAddresses({})
1763
+ const data = await client.DescribeRouteTableAssociatedInstances({})
1764
1764
  expect(data).to.be.ok
1765
1765
  } catch(error) {
1766
1766
  expect(error.requestId).to.be.ok
@@ -1768,9 +1768,9 @@ it("vpc.v20170312.UnassignPrivateIpAddresses", async function () {
1768
1768
  }
1769
1769
  })
1770
1770
 
1771
- it("vpc.v20170312.ModifyIpv6AddressesAttribute", async function () {
1771
+ it("vpc.v20170312.CreateServiceTemplateGroup", async function () {
1772
1772
  try {
1773
- const data = await client.ModifyIpv6AddressesAttribute({})
1773
+ const data = await client.CreateServiceTemplateGroup({})
1774
1774
  expect(data).to.be.ok
1775
1775
  } catch(error) {
1776
1776
  expect(error.requestId).to.be.ok
@@ -1778,9 +1778,9 @@ it("vpc.v20170312.ModifyIpv6AddressesAttribute", async function () {
1778
1778
  }
1779
1779
  })
1780
1780
 
1781
- it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
1781
+ it("vpc.v20170312.ReleaseIp6AddressesBandwidth", async function () {
1782
1782
  try {
1783
- const data = await client.DeleteAddressTemplateGroup({})
1783
+ const data = await client.ReleaseIp6AddressesBandwidth({})
1784
1784
  expect(data).to.be.ok
1785
1785
  } catch(error) {
1786
1786
  expect(error.requestId).to.be.ok
@@ -1788,9 +1788,9 @@ it("vpc.v20170312.DeleteAddressTemplateGroup", async function () {
1788
1788
  }
1789
1789
  })
1790
1790
 
1791
- it("vpc.v20170312.DescribeUsedIpAddress", async function () {
1791
+ it("vpc.v20170312.ModifyCcnAttribute", async function () {
1792
1792
  try {
1793
- const data = await client.DescribeUsedIpAddress({})
1793
+ const data = await client.ModifyCcnAttribute({})
1794
1794
  expect(data).to.be.ok
1795
1795
  } catch(error) {
1796
1796
  expect(error.requestId).to.be.ok
@@ -1798,9 +1798,9 @@ it("vpc.v20170312.DescribeUsedIpAddress", async function () {
1798
1798
  }
1799
1799
  })
1800
1800
 
1801
- it("vpc.v20170312.DescribeCcnRoutes", async function () {
1801
+ it("vpc.v20170312.InquirePriceCreateDirectConnectGateway", async function () {
1802
1802
  try {
1803
- const data = await client.DescribeCcnRoutes({})
1803
+ const data = await client.InquirePriceCreateDirectConnectGateway({})
1804
1804
  expect(data).to.be.ok
1805
1805
  } catch(error) {
1806
1806
  expect(error.requestId).to.be.ok
@@ -1808,9 +1808,9 @@ it("vpc.v20170312.DescribeCcnRoutes", async function () {
1808
1808
  }
1809
1809
  })
1810
1810
 
1811
- it("vpc.v20170312.DescribeBandwidthPackageQuota", async function () {
1811
+ it("vpc.v20170312.DescribeAddressTemplateGroups", async function () {
1812
1812
  try {
1813
- const data = await client.DescribeBandwidthPackageQuota({})
1813
+ const data = await client.DescribeAddressTemplateGroups({})
1814
1814
  expect(data).to.be.ok
1815
1815
  } catch(error) {
1816
1816
  expect(error.requestId).to.be.ok
@@ -1818,9 +1818,9 @@ it("vpc.v20170312.DescribeBandwidthPackageQuota", async function () {
1818
1818
  }
1819
1819
  })
1820
1820
 
1821
- it("vpc.v20170312.CreateIp6Translators", async function () {
1821
+ it("vpc.v20170312.DetachClassicLinkVpc", async function () {
1822
1822
  try {
1823
- const data = await client.CreateIp6Translators({})
1823
+ const data = await client.DetachClassicLinkVpc({})
1824
1824
  expect(data).to.be.ok
1825
1825
  } catch(error) {
1826
1826
  expect(error.requestId).to.be.ok
@@ -1828,9 +1828,9 @@ it("vpc.v20170312.CreateIp6Translators", async function () {
1828
1828
  }
1829
1829
  })
1830
1830
 
1831
- it("vpc.v20170312.CreateAssistantCidr", async function () {
1831
+ it("vpc.v20170312.CreateSecurityGroupPolicies", async function () {
1832
1832
  try {
1833
- const data = await client.CreateAssistantCidr({})
1833
+ const data = await client.CreateSecurityGroupPolicies({})
1834
1834
  expect(data).to.be.ok
1835
1835
  } catch(error) {
1836
1836
  expect(error.requestId).to.be.ok
@@ -1838,9 +1838,9 @@ it("vpc.v20170312.CreateAssistantCidr", async function () {
1838
1838
  }
1839
1839
  })
1840
1840
 
1841
- it("vpc.v20170312.CreateDefaultVpc", async function () {
1841
+ it("vpc.v20170312.ResetNatGatewayConnection", async function () {
1842
1842
  try {
1843
- const data = await client.CreateDefaultVpc({})
1843
+ const data = await client.ResetNatGatewayConnection({})
1844
1844
  expect(data).to.be.ok
1845
1845
  } catch(error) {
1846
1846
  expect(error.requestId).to.be.ok
@@ -1848,9 +1848,9 @@ it("vpc.v20170312.CreateDefaultVpc", async function () {
1848
1848
  }
1849
1849
  })
1850
1850
 
1851
- it("vpc.v20170312.AttachNetworkInterface", async function () {
1851
+ it("vpc.v20170312.AttachSnapshotInstances", async function () {
1852
1852
  try {
1853
- const data = await client.AttachNetworkInterface({})
1853
+ const data = await client.AttachSnapshotInstances({})
1854
1854
  expect(data).to.be.ok
1855
1855
  } catch(error) {
1856
1856
  expect(error.requestId).to.be.ok
@@ -1858,9 +1858,9 @@ it("vpc.v20170312.AttachNetworkInterface", async function () {
1858
1858
  }
1859
1859
  })
1860
1860
 
1861
- it("vpc.v20170312.DescribeVpnGatewaySslClients", async function () {
1861
+ it("vpc.v20170312.DescribeVpcResourceDashboard", async function () {
1862
1862
  try {
1863
- const data = await client.DescribeVpnGatewaySslClients({})
1863
+ const data = await client.DescribeVpcResourceDashboard({})
1864
1864
  expect(data).to.be.ok
1865
1865
  } catch(error) {
1866
1866
  expect(error.requestId).to.be.ok
@@ -1868,9 +1868,9 @@ it("vpc.v20170312.DescribeVpnGatewaySslClients", async function () {
1868
1868
  }
1869
1869
  })
1870
1870
 
1871
- it("vpc.v20170312.GetCcnRegionBandwidthLimits", async function () {
1871
+ it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
1872
1872
  try {
1873
- const data = await client.GetCcnRegionBandwidthLimits({})
1873
+ const data = await client.ReplaceSecurityGroupPolicy({})
1874
1874
  expect(data).to.be.ok
1875
1875
  } catch(error) {
1876
1876
  expect(error.requestId).to.be.ok
@@ -1878,9 +1878,9 @@ it("vpc.v20170312.GetCcnRegionBandwidthLimits", async function () {
1878
1878
  }
1879
1879
  })
1880
1880
 
1881
- it("vpc.v20170312.CreateNatGateway", async function () {
1881
+ it("vpc.v20170312.AdjustPublicAddress", async function () {
1882
1882
  try {
1883
- const data = await client.CreateNatGateway({})
1883
+ const data = await client.AdjustPublicAddress({})
1884
1884
  expect(data).to.be.ok
1885
1885
  } catch(error) {
1886
1886
  expect(error.requestId).to.be.ok
@@ -1888,9 +1888,9 @@ it("vpc.v20170312.CreateNatGateway", async function () {
1888
1888
  }
1889
1889
  })
1890
1890
 
1891
- it("vpc.v20170312.DescribeNetworkAclQuintupleEntries", async function () {
1891
+ it("vpc.v20170312.CreateNetworkAcl", async function () {
1892
1892
  try {
1893
- const data = await client.DescribeNetworkAclQuintupleEntries({})
1893
+ const data = await client.CreateNetworkAcl({})
1894
1894
  expect(data).to.be.ok
1895
1895
  } catch(error) {
1896
1896
  expect(error.requestId).to.be.ok
@@ -1898,9 +1898,9 @@ it("vpc.v20170312.DescribeNetworkAclQuintupleEntries", async function () {
1898
1898
  }
1899
1899
  })
1900
1900
 
1901
- it("vpc.v20170312.DeleteNetDetect", async function () {
1901
+ it("vpc.v20170312.CreateBandwidthPackage", async function () {
1902
1902
  try {
1903
- const data = await client.DeleteNetDetect({})
1903
+ const data = await client.CreateBandwidthPackage({})
1904
1904
  expect(data).to.be.ok
1905
1905
  } catch(error) {
1906
1906
  expect(error.requestId).to.be.ok
@@ -1908,9 +1908,9 @@ it("vpc.v20170312.DeleteNetDetect", async function () {
1908
1908
  }
1909
1909
  })
1910
1910
 
1911
- it("vpc.v20170312.InquirePriceCreateDirectConnectGateway", async function () {
1911
+ it("vpc.v20170312.DeleteFlowLog", async function () {
1912
1912
  try {
1913
- const data = await client.InquirePriceCreateDirectConnectGateway({})
1913
+ const data = await client.DeleteFlowLog({})
1914
1914
  expect(data).to.be.ok
1915
1915
  } catch(error) {
1916
1916
  expect(error.requestId).to.be.ok
@@ -1918,9 +1918,9 @@ it("vpc.v20170312.InquirePriceCreateDirectConnectGateway", async function () {
1918
1918
  }
1919
1919
  })
1920
1920
 
1921
- it("vpc.v20170312.ModifySecurityGroupAttribute", async function () {
1921
+ it("vpc.v20170312.GenerateVpnConnectionDefaultHealthCheckIp", async function () {
1922
1922
  try {
1923
- const data = await client.ModifySecurityGroupAttribute({})
1923
+ const data = await client.GenerateVpnConnectionDefaultHealthCheckIp({})
1924
1924
  expect(data).to.be.ok
1925
1925
  } catch(error) {
1926
1926
  expect(error.requestId).to.be.ok
@@ -1928,9 +1928,9 @@ it("vpc.v20170312.ModifySecurityGroupAttribute", async function () {
1928
1928
  }
1929
1929
  })
1930
1930
 
1931
- it("vpc.v20170312.DeleteAddressTemplate", async function () {
1931
+ it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
1932
1932
  try {
1933
- const data = await client.DeleteAddressTemplate({})
1933
+ const data = await client.DeleteVpnGatewaySslServer({})
1934
1934
  expect(data).to.be.ok
1935
1935
  } catch(error) {
1936
1936
  expect(error.requestId).to.be.ok
@@ -1938,9 +1938,9 @@ it("vpc.v20170312.DeleteAddressTemplate", async function () {
1938
1938
  }
1939
1939
  })
1940
1940
 
1941
- it("vpc.v20170312.NotifyRoutes", async function () {
1941
+ it("vpc.v20170312.DescribeNetworkInterfaceLimit", async function () {
1942
1942
  try {
1943
- const data = await client.NotifyRoutes({})
1943
+ const data = await client.DescribeNetworkInterfaceLimit({})
1944
1944
  expect(data).to.be.ok
1945
1945
  } catch(error) {
1946
1946
  expect(error.requestId).to.be.ok
@@ -1948,9 +1948,9 @@ it("vpc.v20170312.NotifyRoutes", async function () {
1948
1948
  }
1949
1949
  })
1950
1950
 
1951
- it("vpc.v20170312.DeleteVpcEndPointService", async function () {
1951
+ it("vpc.v20170312.EnableSnapshotPolicies", async function () {
1952
1952
  try {
1953
- const data = await client.DeleteVpcEndPointService({})
1953
+ const data = await client.EnableSnapshotPolicies({})
1954
1954
  expect(data).to.be.ok
1955
1955
  } catch(error) {
1956
1956
  expect(error.requestId).to.be.ok
@@ -1958,9 +1958,9 @@ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
1958
1958
  }
1959
1959
  })
1960
1960
 
1961
- it("vpc.v20170312.DeletePrivateNatGatewayTranslationAclRule", async function () {
1961
+ it("vpc.v20170312.DeleteVpnConnection", async function () {
1962
1962
  try {
1963
- const data = await client.DeletePrivateNatGatewayTranslationAclRule({})
1963
+ const data = await client.DeleteVpnConnection({})
1964
1964
  expect(data).to.be.ok
1965
1965
  } catch(error) {
1966
1966
  expect(error.requestId).to.be.ok
@@ -1968,9 +1968,9 @@ it("vpc.v20170312.DeletePrivateNatGatewayTranslationAclRule", async function ()
1968
1968
  }
1969
1969
  })
1970
1970
 
1971
- it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
1971
+ it("vpc.v20170312.DescribeCustomerGatewayVendors", async function () {
1972
1972
  try {
1973
- const data = await client.CreateNetworkAclQuintupleEntries({})
1973
+ const data = await client.DescribeCustomerGatewayVendors({})
1974
1974
  expect(data).to.be.ok
1975
1975
  } catch(error) {
1976
1976
  expect(error.requestId).to.be.ok
@@ -1978,9 +1978,9 @@ it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
1978
1978
  }
1979
1979
  })
1980
1980
 
1981
- it("vpc.v20170312.DeleteVpcEndPoint", async function () {
1981
+ it("vpc.v20170312.DeleteLocalGateway", async function () {
1982
1982
  try {
1983
- const data = await client.DeleteVpcEndPoint({})
1983
+ const data = await client.DeleteLocalGateway({})
1984
1984
  expect(data).to.be.ok
1985
1985
  } catch(error) {
1986
1986
  expect(error.requestId).to.be.ok
@@ -1988,9 +1988,9 @@ it("vpc.v20170312.DeleteVpcEndPoint", async function () {
1988
1988
  }
1989
1989
  })
1990
1990
 
1991
- it("vpc.v20170312.DeleteVpnGateway", async function () {
1991
+ it("vpc.v20170312.ModifyServiceTemplateAttribute", async function () {
1992
1992
  try {
1993
- const data = await client.DeleteVpnGateway({})
1993
+ const data = await client.ModifyServiceTemplateAttribute({})
1994
1994
  expect(data).to.be.ok
1995
1995
  } catch(error) {
1996
1996
  expect(error.requestId).to.be.ok
@@ -1998,9 +1998,9 @@ it("vpc.v20170312.DeleteVpnGateway", async function () {
1998
1998
  }
1999
1999
  })
2000
2000
 
2001
- it("vpc.v20170312.CreateServiceTemplate", async function () {
2001
+ it("vpc.v20170312.DisassociateNetworkAclSubnets", async function () {
2002
2002
  try {
2003
- const data = await client.CreateServiceTemplate({})
2003
+ const data = await client.DisassociateNetworkAclSubnets({})
2004
2004
  expect(data).to.be.ok
2005
2005
  } catch(error) {
2006
2006
  expect(error.requestId).to.be.ok
@@ -2008,9 +2008,9 @@ it("vpc.v20170312.CreateServiceTemplate", async function () {
2008
2008
  }
2009
2009
  })
2010
2010
 
2011
- it("vpc.v20170312.RejectAttachCcnInstances", async function () {
2011
+ it("vpc.v20170312.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
2012
2012
  try {
2013
- const data = await client.RejectAttachCcnInstances({})
2013
+ const data = await client.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule({})
2014
2014
  expect(data).to.be.ok
2015
2015
  } catch(error) {
2016
2016
  expect(error.requestId).to.be.ok
@@ -2018,9 +2018,9 @@ it("vpc.v20170312.RejectAttachCcnInstances", async function () {
2018
2018
  }
2019
2019
  })
2020
2020
 
2021
- it("vpc.v20170312.WithdrawNotifyRoutes", async function () {
2021
+ it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
2022
2022
  try {
2023
- const data = await client.WithdrawNotifyRoutes({})
2023
+ const data = await client.DescribeVpnGatewayRoutes({})
2024
2024
  expect(data).to.be.ok
2025
2025
  } catch(error) {
2026
2026
  expect(error.requestId).to.be.ok
@@ -2028,9 +2028,9 @@ it("vpc.v20170312.WithdrawNotifyRoutes", async function () {
2028
2028
  }
2029
2029
  })
2030
2030
 
2031
- it("vpc.v20170312.DeleteRoutes", async function () {
2031
+ it("vpc.v20170312.ReplaceSecurityGroupPolicies", async function () {
2032
2032
  try {
2033
- const data = await client.DeleteRoutes({})
2033
+ const data = await client.ReplaceSecurityGroupPolicies({})
2034
2034
  expect(data).to.be.ok
2035
2035
  } catch(error) {
2036
2036
  expect(error.requestId).to.be.ok
@@ -2038,9 +2038,9 @@ it("vpc.v20170312.DeleteRoutes", async function () {
2038
2038
  }
2039
2039
  })
2040
2040
 
2041
- it("vpc.v20170312.ModifyDirectConnectGatewayAttribute", async function () {
2041
+ it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
2042
2042
  try {
2043
- const data = await client.ModifyDirectConnectGatewayAttribute({})
2043
+ const data = await client.CreateDirectConnectGatewayCcnRoutes({})
2044
2044
  expect(data).to.be.ok
2045
2045
  } catch(error) {
2046
2046
  expect(error.requestId).to.be.ok
@@ -2048,9 +2048,9 @@ it("vpc.v20170312.ModifyDirectConnectGatewayAttribute", async function () {
2048
2048
  }
2049
2049
  })
2050
2050
 
2051
- it("vpc.v20170312.ModifyNetworkInterfaceAttribute", async function () {
2051
+ it("vpc.v20170312.AssignPrivateIpAddresses", async function () {
2052
2052
  try {
2053
- const data = await client.ModifyNetworkInterfaceAttribute({})
2053
+ const data = await client.AssignPrivateIpAddresses({})
2054
2054
  expect(data).to.be.ok
2055
2055
  } catch(error) {
2056
2056
  expect(error.requestId).to.be.ok
@@ -2058,9 +2058,9 @@ it("vpc.v20170312.ModifyNetworkInterfaceAttribute", async function () {
2058
2058
  }
2059
2059
  })
2060
2060
 
2061
- it("vpc.v20170312.DisableFlowLogs", async function () {
2061
+ it("vpc.v20170312.DescribeCrossBorderFlowMonitor", async function () {
2062
2062
  try {
2063
- const data = await client.DisableFlowLogs({})
2063
+ const data = await client.DescribeCrossBorderFlowMonitor({})
2064
2064
  expect(data).to.be.ok
2065
2065
  } catch(error) {
2066
2066
  expect(error.requestId).to.be.ok
@@ -2068,9 +2068,9 @@ it("vpc.v20170312.DisableFlowLogs", async function () {
2068
2068
  }
2069
2069
  })
2070
2070
 
2071
- it("vpc.v20170312.DescribeSgSnapshotFileContent", async function () {
2071
+ it("vpc.v20170312.CreateSubnets", async function () {
2072
2072
  try {
2073
- const data = await client.DescribeSgSnapshotFileContent({})
2073
+ const data = await client.CreateSubnets({})
2074
2074
  expect(data).to.be.ok
2075
2075
  } catch(error) {
2076
2076
  expect(error.requestId).to.be.ok
@@ -2078,9 +2078,9 @@ it("vpc.v20170312.DescribeSgSnapshotFileContent", async function () {
2078
2078
  }
2079
2079
  })
2080
2080
 
2081
- it("vpc.v20170312.DescribeNetworkInterfaces", async function () {
2081
+ it("vpc.v20170312.CreateVpcPeeringConnection", async function () {
2082
2082
  try {
2083
- const data = await client.DescribeNetworkInterfaces({})
2083
+ const data = await client.CreateVpcPeeringConnection({})
2084
2084
  expect(data).to.be.ok
2085
2085
  } catch(error) {
2086
2086
  expect(error.requestId).to.be.ok
@@ -2088,9 +2088,9 @@ it("vpc.v20170312.DescribeNetworkInterfaces", async function () {
2088
2088
  }
2089
2089
  })
2090
2090
 
2091
- it("vpc.v20170312.InquiryPriceRenewVpnGateway", async function () {
2091
+ it("vpc.v20170312.DeleteDirectConnectGatewayCcnRoutes", async function () {
2092
2092
  try {
2093
- const data = await client.InquiryPriceRenewVpnGateway({})
2093
+ const data = await client.DeleteDirectConnectGatewayCcnRoutes({})
2094
2094
  expect(data).to.be.ok
2095
2095
  } catch(error) {
2096
2096
  expect(error.requestId).to.be.ok
@@ -2098,9 +2098,9 @@ it("vpc.v20170312.InquiryPriceRenewVpnGateway", async function () {
2098
2098
  }
2099
2099
  })
2100
2100
 
2101
- it("vpc.v20170312.DisableCcnRoutes", async function () {
2101
+ it("vpc.v20170312.RejectAttachCcnInstances", async function () {
2102
2102
  try {
2103
- const data = await client.DisableCcnRoutes({})
2103
+ const data = await client.RejectAttachCcnInstances({})
2104
2104
  expect(data).to.be.ok
2105
2105
  } catch(error) {
2106
2106
  expect(error.requestId).to.be.ok
@@ -2108,9 +2108,9 @@ it("vpc.v20170312.DisableCcnRoutes", async function () {
2108
2108
  }
2109
2109
  })
2110
2110
 
2111
- it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
2111
+ it("vpc.v20170312.DescribeVpnConnections", async function () {
2112
2112
  try {
2113
- const data = await client.DescribeVpcEndPointServiceWhiteList({})
2113
+ const data = await client.DescribeVpnConnections({})
2114
2114
  expect(data).to.be.ok
2115
2115
  } catch(error) {
2116
2116
  expect(error.requestId).to.be.ok
@@ -2118,9 +2118,9 @@ it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
2118
2118
  }
2119
2119
  })
2120
2120
 
2121
- it("vpc.v20170312.UnlockCcnBandwidths", async function () {
2121
+ it("vpc.v20170312.DeleteDhcpIp", async function () {
2122
2122
  try {
2123
- const data = await client.UnlockCcnBandwidths({})
2123
+ const data = await client.DeleteDhcpIp({})
2124
2124
  expect(data).to.be.ok
2125
2125
  } catch(error) {
2126
2126
  expect(error.requestId).to.be.ok
@@ -2128,9 +2128,9 @@ it("vpc.v20170312.UnlockCcnBandwidths", async function () {
2128
2128
  }
2129
2129
  })
2130
2130
 
2131
- it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
2131
+ it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", async function () {
2132
2132
  try {
2133
- const data = await client.RejectVpcPeeringConnection({})
2133
+ const data = await client.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules({})
2134
2134
  expect(data).to.be.ok
2135
2135
  } catch(error) {
2136
2136
  expect(error.requestId).to.be.ok
@@ -2138,9 +2138,9 @@ it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
2138
2138
  }
2139
2139
  })
2140
2140
 
2141
- it("vpc.v20170312.ResetVpnConnection", async function () {
2141
+ it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
2142
2142
  try {
2143
- const data = await client.ResetVpnConnection({})
2143
+ const data = await client.DisableVpnGatewaySslClientCert({})
2144
2144
  expect(data).to.be.ok
2145
2145
  } catch(error) {
2146
2146
  expect(error.requestId).to.be.ok
@@ -2148,9 +2148,9 @@ it("vpc.v20170312.ResetVpnConnection", async function () {
2148
2148
  }
2149
2149
  })
2150
2150
 
2151
- it("vpc.v20170312.CreateCustomerGateway", async function () {
2151
+ it("vpc.v20170312.DisassociateAddress", async function () {
2152
2152
  try {
2153
- const data = await client.CreateCustomerGateway({})
2153
+ const data = await client.DisassociateAddress({})
2154
2154
  expect(data).to.be.ok
2155
2155
  } catch(error) {
2156
2156
  expect(error.requestId).to.be.ok
@@ -2158,9 +2158,9 @@ it("vpc.v20170312.CreateCustomerGateway", async function () {
2158
2158
  }
2159
2159
  })
2160
2160
 
2161
- it("vpc.v20170312.DescribePrivateNatGatewayLimits", async function () {
2161
+ it("vpc.v20170312.ModifyIp6Rule", async function () {
2162
2162
  try {
2163
- const data = await client.DescribePrivateNatGatewayLimits({})
2163
+ const data = await client.ModifyIp6Rule({})
2164
2164
  expect(data).to.be.ok
2165
2165
  } catch(error) {
2166
2166
  expect(error.requestId).to.be.ok
@@ -2168,9 +2168,9 @@ it("vpc.v20170312.DescribePrivateNatGatewayLimits", async function () {
2168
2168
  }
2169
2169
  })
2170
2170
 
2171
- it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
2171
+ it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
2172
2172
  try {
2173
- const data = await client.DescribeCrossBorderCompliance({})
2173
+ const data = await client.DescribeVpcIpv6Addresses({})
2174
2174
  expect(data).to.be.ok
2175
2175
  } catch(error) {
2176
2176
  expect(error.requestId).to.be.ok
@@ -2178,9 +2178,9 @@ it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
2178
2178
  }
2179
2179
  })
2180
2180
 
2181
- it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
2181
+ it("vpc.v20170312.UnlockCcnBandwidths", async function () {
2182
2182
  try {
2183
- const data = await client.CreateAddressTemplateGroup({})
2183
+ const data = await client.UnlockCcnBandwidths({})
2184
2184
  expect(data).to.be.ok
2185
2185
  } catch(error) {
2186
2186
  expect(error.requestId).to.be.ok
@@ -2188,9 +2188,9 @@ it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
2188
2188
  }
2189
2189
  })
2190
2190
 
2191
- it("vpc.v20170312.ModifyPrivateNatGatewayAttribute", async function () {
2191
+ it("vpc.v20170312.DeleteCustomerGateway", async function () {
2192
2192
  try {
2193
- const data = await client.ModifyPrivateNatGatewayAttribute({})
2193
+ const data = await client.DeleteCustomerGateway({})
2194
2194
  expect(data).to.be.ok
2195
2195
  } catch(error) {
2196
2196
  expect(error.requestId).to.be.ok
@@ -2198,9 +2198,9 @@ it("vpc.v20170312.ModifyPrivateNatGatewayAttribute", async function () {
2198
2198
  }
2199
2199
  })
2200
2200
 
2201
- it("vpc.v20170312.CreateSecurityGroup", async function () {
2201
+ it("vpc.v20170312.DescribeLocalGateway", async function () {
2202
2202
  try {
2203
- const data = await client.CreateSecurityGroup({})
2203
+ const data = await client.DescribeLocalGateway({})
2204
2204
  expect(data).to.be.ok
2205
2205
  } catch(error) {
2206
2206
  expect(error.requestId).to.be.ok
@@ -2208,9 +2208,9 @@ it("vpc.v20170312.CreateSecurityGroup", async function () {
2208
2208
  }
2209
2209
  })
2210
2210
 
2211
- it("vpc.v20170312.AuditCrossBorderCompliance", async function () {
2211
+ it("vpc.v20170312.DescribeNetDetects", async function () {
2212
2212
  try {
2213
- const data = await client.AuditCrossBorderCompliance({})
2213
+ const data = await client.DescribeNetDetects({})
2214
2214
  expect(data).to.be.ok
2215
2215
  } catch(error) {
2216
2216
  expect(error.requestId).to.be.ok
@@ -2218,9 +2218,9 @@ it("vpc.v20170312.AuditCrossBorderCompliance", async function () {
2218
2218
  }
2219
2219
  })
2220
2220
 
2221
- it("vpc.v20170312.AssociateNetworkAclSubnets", async function () {
2221
+ it("vpc.v20170312.DescribeBandwidthPackageBillUsage", async function () {
2222
2222
  try {
2223
- const data = await client.AssociateNetworkAclSubnets({})
2223
+ const data = await client.DescribeBandwidthPackageBillUsage({})
2224
2224
  expect(data).to.be.ok
2225
2225
  } catch(error) {
2226
2226
  expect(error.requestId).to.be.ok
@@ -2228,9 +2228,9 @@ it("vpc.v20170312.AssociateNetworkAclSubnets", async function () {
2228
2228
  }
2229
2229
  })
2230
2230
 
2231
- it("vpc.v20170312.DescribeIp6TranslatorQuota", async function () {
2231
+ it("vpc.v20170312.ModifyCcnRouteTables", async function () {
2232
2232
  try {
2233
- const data = await client.DescribeIp6TranslatorQuota({})
2233
+ const data = await client.ModifyCcnRouteTables({})
2234
2234
  expect(data).to.be.ok
2235
2235
  } catch(error) {
2236
2236
  expect(error.requestId).to.be.ok
@@ -2238,9 +2238,9 @@ it("vpc.v20170312.DescribeIp6TranslatorQuota", async function () {
2238
2238
  }
2239
2239
  })
2240
2240
 
2241
- it("vpc.v20170312.DescribeVpnGateways", async function () {
2241
+ it("vpc.v20170312.DeleteNatGatewaySourceIpTranslationNatRule", async function () {
2242
2242
  try {
2243
- const data = await client.DescribeVpnGateways({})
2243
+ const data = await client.DeleteNatGatewaySourceIpTranslationNatRule({})
2244
2244
  expect(data).to.be.ok
2245
2245
  } catch(error) {
2246
2246
  expect(error.requestId).to.be.ok
@@ -2248,9 +2248,9 @@ it("vpc.v20170312.DescribeVpnGateways", async function () {
2248
2248
  }
2249
2249
  })
2250
2250
 
2251
- it("vpc.v20170312.ModifySecurityGroupPolicies", async function () {
2251
+ it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function () {
2252
2252
  try {
2253
- const data = await client.ModifySecurityGroupPolicies({})
2253
+ const data = await client.ModifyNatGatewaySourceIpTranslationNatRule({})
2254
2254
  expect(data).to.be.ok
2255
2255
  } catch(error) {
2256
2256
  expect(error.requestId).to.be.ok
@@ -2258,9 +2258,9 @@ it("vpc.v20170312.ModifySecurityGroupPolicies", async function () {
2258
2258
  }
2259
2259
  })
2260
2260
 
2261
- it("vpc.v20170312.DownloadCustomerGatewayConfiguration", async function () {
2261
+ it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
2262
2262
  try {
2263
- const data = await client.DownloadCustomerGatewayConfiguration({})
2263
+ const data = await client.UnassignIpv6SubnetCidrBlock({})
2264
2264
  expect(data).to.be.ok
2265
2265
  } catch(error) {
2266
2266
  expect(error.requestId).to.be.ok
@@ -2268,9 +2268,9 @@ it("vpc.v20170312.DownloadCustomerGatewayConfiguration", async function () {
2268
2268
  }
2269
2269
  })
2270
2270
 
2271
- it("vpc.v20170312.DescribeVpcInstances", async function () {
2271
+ it("vpc.v20170312.DisableRoutes", async function () {
2272
2272
  try {
2273
- const data = await client.DescribeVpcInstances({})
2273
+ const data = await client.DisableRoutes({})
2274
2274
  expect(data).to.be.ok
2275
2275
  } catch(error) {
2276
2276
  expect(error.requestId).to.be.ok
@@ -2278,9 +2278,9 @@ it("vpc.v20170312.DescribeVpcInstances", async function () {
2278
2278
  }
2279
2279
  })
2280
2280
 
2281
- it("vpc.v20170312.DownloadVpnGatewaySslClientCert", async function () {
2281
+ it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
2282
2282
  try {
2283
- const data = await client.DownloadVpnGatewaySslClientCert({})
2283
+ const data = await client.EnableVpnGatewaySslClientCert({})
2284
2284
  expect(data).to.be.ok
2285
2285
  } catch(error) {
2286
2286
  expect(error.requestId).to.be.ok
@@ -2288,9 +2288,9 @@ it("vpc.v20170312.DownloadVpnGatewaySslClientCert", async function () {
2288
2288
  }
2289
2289
  })
2290
2290
 
2291
- it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
2291
+ it("vpc.v20170312.CreateAssistantCidr", async function () {
2292
2292
  try {
2293
- const data = await client.DescribeVpnGatewaySslServers({})
2293
+ const data = await client.CreateAssistantCidr({})
2294
2294
  expect(data).to.be.ok
2295
2295
  } catch(error) {
2296
2296
  expect(error.requestId).to.be.ok
@@ -2298,9 +2298,9 @@ it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
2298
2298
  }
2299
2299
  })
2300
2300
 
2301
- it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
2301
+ it("vpc.v20170312.DescribeVpnGatewaySslClients", async function () {
2302
2302
  try {
2303
- const data = await client.CreateDirectConnectGatewayCcnRoutes({})
2303
+ const data = await client.DescribeVpnGatewaySslClients({})
2304
2304
  expect(data).to.be.ok
2305
2305
  } catch(error) {
2306
2306
  expect(error.requestId).to.be.ok
@@ -2308,9 +2308,9 @@ it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
2308
2308
  }
2309
2309
  })
2310
2310
 
2311
- it("vpc.v20170312.DescribeSecurityGroupLimits", async function () {
2311
+ it("vpc.v20170312.CreateNatGateway", async function () {
2312
2312
  try {
2313
- const data = await client.DescribeSecurityGroupLimits({})
2313
+ const data = await client.CreateNatGateway({})
2314
2314
  expect(data).to.be.ok
2315
2315
  } catch(error) {
2316
2316
  expect(error.requestId).to.be.ok
@@ -2318,9 +2318,9 @@ it("vpc.v20170312.DescribeSecurityGroupLimits", async function () {
2318
2318
  }
2319
2319
  })
2320
2320
 
2321
- it("vpc.v20170312.DisassociateAddress", async function () {
2321
+ it("vpc.v20170312.DeleteNetDetect", async function () {
2322
2322
  try {
2323
- const data = await client.DisassociateAddress({})
2323
+ const data = await client.DeleteNetDetect({})
2324
2324
  expect(data).to.be.ok
2325
2325
  } catch(error) {
2326
2326
  expect(error.requestId).to.be.ok
@@ -2328,9 +2328,9 @@ it("vpc.v20170312.DisassociateAddress", async function () {
2328
2328
  }
2329
2329
  })
2330
2330
 
2331
- it("vpc.v20170312.ReleaseAddresses", async function () {
2331
+ it("vpc.v20170312.NotifyRoutes", async function () {
2332
2332
  try {
2333
- const data = await client.ReleaseAddresses({})
2333
+ const data = await client.NotifyRoutes({})
2334
2334
  expect(data).to.be.ok
2335
2335
  } catch(error) {
2336
2336
  expect(error.requestId).to.be.ok
@@ -2338,9 +2338,9 @@ it("vpc.v20170312.ReleaseAddresses", async function () {
2338
2338
  }
2339
2339
  })
2340
2340
 
2341
- it("vpc.v20170312.DescribeNatGatewayDirectConnectGatewayRoute", async function () {
2341
+ it("vpc.v20170312.DeleteVpcEndPoint", async function () {
2342
2342
  try {
2343
- const data = await client.DescribeNatGatewayDirectConnectGatewayRoute({})
2343
+ const data = await client.DeleteVpcEndPoint({})
2344
2344
  expect(data).to.be.ok
2345
2345
  } catch(error) {
2346
2346
  expect(error.requestId).to.be.ok
@@ -2348,9 +2348,9 @@ it("vpc.v20170312.DescribeNatGatewayDirectConnectGatewayRoute", async function (
2348
2348
  }
2349
2349
  })
2350
2350
 
2351
- it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
2351
+ it("vpc.v20170312.CreateServiceTemplate", async function () {
2352
2352
  try {
2353
- const data = await client.DisableVpnGatewaySslClientCert({})
2353
+ const data = await client.CreateServiceTemplate({})
2354
2354
  expect(data).to.be.ok
2355
2355
  } catch(error) {
2356
2356
  expect(error.requestId).to.be.ok
@@ -2358,9 +2358,9 @@ it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
2358
2358
  }
2359
2359
  })
2360
2360
 
2361
- it("vpc.v20170312.DescribeDirectConnectGateways", async function () {
2361
+ it("vpc.v20170312.ModifyDirectConnectGatewayAttribute", async function () {
2362
2362
  try {
2363
- const data = await client.DescribeDirectConnectGateways({})
2363
+ const data = await client.ModifyDirectConnectGatewayAttribute({})
2364
2364
  expect(data).to.be.ok
2365
2365
  } catch(error) {
2366
2366
  expect(error.requestId).to.be.ok
@@ -2368,9 +2368,9 @@ it("vpc.v20170312.DescribeDirectConnectGateways", async function () {
2368
2368
  }
2369
2369
  })
2370
2370
 
2371
- it("vpc.v20170312.ModifyIp6Translator", async function () {
2371
+ it("vpc.v20170312.ModifySubnetAttribute", async function () {
2372
2372
  try {
2373
- const data = await client.ModifyIp6Translator({})
2373
+ const data = await client.ModifySubnetAttribute({})
2374
2374
  expect(data).to.be.ok
2375
2375
  } catch(error) {
2376
2376
  expect(error.requestId).to.be.ok
@@ -2378,9 +2378,9 @@ it("vpc.v20170312.ModifyIp6Translator", async function () {
2378
2378
  }
2379
2379
  })
2380
2380
 
2381
- it("vpc.v20170312.DescribeAccountAttributes", async function () {
2381
+ it("vpc.v20170312.DescribeSgSnapshotFileContent", async function () {
2382
2382
  try {
2383
- const data = await client.DescribeAccountAttributes({})
2383
+ const data = await client.DescribeSgSnapshotFileContent({})
2384
2384
  expect(data).to.be.ok
2385
2385
  } catch(error) {
2386
2386
  expect(error.requestId).to.be.ok
@@ -2388,9 +2388,9 @@ it("vpc.v20170312.DescribeAccountAttributes", async function () {
2388
2388
  }
2389
2389
  })
2390
2390
 
2391
- it("vpc.v20170312.AssignIpv6Addresses", async function () {
2391
+ it("vpc.v20170312.DescribeNetworkInterfaces", async function () {
2392
2392
  try {
2393
- const data = await client.AssignIpv6Addresses({})
2393
+ const data = await client.DescribeNetworkInterfaces({})
2394
2394
  expect(data).to.be.ok
2395
2395
  } catch(error) {
2396
2396
  expect(error.requestId).to.be.ok
@@ -2398,9 +2398,9 @@ it("vpc.v20170312.AssignIpv6Addresses", async function () {
2398
2398
  }
2399
2399
  })
2400
2400
 
2401
- it("vpc.v20170312.EnableFlowLogs", async function () {
2401
+ it("vpc.v20170312.DisableCcnRoutes", async function () {
2402
2402
  try {
2403
- const data = await client.EnableFlowLogs({})
2403
+ const data = await client.DisableCcnRoutes({})
2404
2404
  expect(data).to.be.ok
2405
2405
  } catch(error) {
2406
2406
  expect(error.requestId).to.be.ok
@@ -2408,9 +2408,9 @@ it("vpc.v20170312.EnableFlowLogs", async function () {
2408
2408
  }
2409
2409
  })
2410
2410
 
2411
- it("vpc.v20170312.DescribeIpGeolocationInfos", async function () {
2411
+ it("vpc.v20170312.DescribeCcnRouteTableBroadcastPolicys", async function () {
2412
2412
  try {
2413
- const data = await client.DescribeIpGeolocationInfos({})
2413
+ const data = await client.DescribeCcnRouteTableBroadcastPolicys({})
2414
2414
  expect(data).to.be.ok
2415
2415
  } catch(error) {
2416
2416
  expect(error.requestId).to.be.ok
@@ -2418,9 +2418,9 @@ it("vpc.v20170312.DescribeIpGeolocationInfos", async function () {
2418
2418
  }
2419
2419
  })
2420
2420
 
2421
- it("vpc.v20170312.DetachSnapshotInstances", async function () {
2421
+ it("vpc.v20170312.SetVpnGatewaysRenewFlag", async function () {
2422
2422
  try {
2423
- const data = await client.DetachSnapshotInstances({})
2423
+ const data = await client.SetVpnGatewaysRenewFlag({})
2424
2424
  expect(data).to.be.ok
2425
2425
  } catch(error) {
2426
2426
  expect(error.requestId).to.be.ok
@@ -2428,9 +2428,9 @@ it("vpc.v20170312.DetachSnapshotInstances", async function () {
2428
2428
  }
2429
2429
  })
2430
2430
 
2431
- it("vpc.v20170312.DescribeServiceTemplates", async function () {
2431
+ it("vpc.v20170312.AssociateNetworkAclSubnets", async function () {
2432
2432
  try {
2433
- const data = await client.DescribeServiceTemplates({})
2433
+ const data = await client.AssociateNetworkAclSubnets({})
2434
2434
  expect(data).to.be.ok
2435
2435
  } catch(error) {
2436
2436
  expect(error.requestId).to.be.ok
@@ -2438,9 +2438,9 @@ it("vpc.v20170312.DescribeServiceTemplates", async function () {
2438
2438
  }
2439
2439
  })
2440
2440
 
2441
- it("vpc.v20170312.UnassignIpv6CidrBlock", async function () {
2441
+ it("vpc.v20170312.DescribeVpnGateways", async function () {
2442
2442
  try {
2443
- const data = await client.UnassignIpv6CidrBlock({})
2443
+ const data = await client.DescribeVpnGateways({})
2444
2444
  expect(data).to.be.ok
2445
2445
  } catch(error) {
2446
2446
  expect(error.requestId).to.be.ok
@@ -2448,9 +2448,9 @@ it("vpc.v20170312.UnassignIpv6CidrBlock", async function () {
2448
2448
  }
2449
2449
  })
2450
2450
 
2451
- it("vpc.v20170312.DescribeBandwidthPackageBillUsage", async function () {
2451
+ it("vpc.v20170312.AssociateNetworkInterfaceSecurityGroups", async function () {
2452
2452
  try {
2453
- const data = await client.DescribeBandwidthPackageBillUsage({})
2453
+ const data = await client.AssociateNetworkInterfaceSecurityGroups({})
2454
2454
  expect(data).to.be.ok
2455
2455
  } catch(error) {
2456
2456
  expect(error.requestId).to.be.ok
@@ -2458,9 +2458,9 @@ it("vpc.v20170312.DescribeBandwidthPackageBillUsage", async function () {
2458
2458
  }
2459
2459
  })
2460
2460
 
2461
- it("vpc.v20170312.ModifyNatGatewayDestinationIpPortTranslationNatRule", async function () {
2461
+ it("vpc.v20170312.EnableFlowLogs", async function () {
2462
2462
  try {
2463
- const data = await client.ModifyNatGatewayDestinationIpPortTranslationNatRule({})
2463
+ const data = await client.EnableFlowLogs({})
2464
2464
  expect(data).to.be.ok
2465
2465
  } catch(error) {
2466
2466
  expect(error.requestId).to.be.ok
@@ -2468,9 +2468,9 @@ it("vpc.v20170312.ModifyNatGatewayDestinationIpPortTranslationNatRule", async fu
2468
2468
  }
2469
2469
  })
2470
2470
 
2471
- it("vpc.v20170312.DescribeVpcLimits", async function () {
2471
+ it("vpc.v20170312.ModifyNatGatewayDestinationIpPortTranslationNatRule", async function () {
2472
2472
  try {
2473
- const data = await client.DescribeVpcLimits({})
2473
+ const data = await client.ModifyNatGatewayDestinationIpPortTranslationNatRule({})
2474
2474
  expect(data).to.be.ok
2475
2475
  } catch(error) {
2476
2476
  expect(error.requestId).to.be.ok
@@ -2478,9 +2478,9 @@ it("vpc.v20170312.DescribeVpcLimits", async function () {
2478
2478
  }
2479
2479
  })
2480
2480
 
2481
- it("vpc.v20170312.UnlockCcns", async function () {
2481
+ it("vpc.v20170312.DescribeHaVips", async function () {
2482
2482
  try {
2483
- const data = await client.UnlockCcns({})
2483
+ const data = await client.DescribeHaVips({})
2484
2484
  expect(data).to.be.ok
2485
2485
  } catch(error) {
2486
2486
  expect(error.requestId).to.be.ok
@@ -2488,9 +2488,9 @@ it("vpc.v20170312.UnlockCcns", async function () {
2488
2488
  }
2489
2489
  })
2490
2490
 
2491
- it("vpc.v20170312.HaVipAssociateAddressIp", async function () {
2491
+ it("vpc.v20170312.CreateLocalGateway", async function () {
2492
2492
  try {
2493
- const data = await client.HaVipAssociateAddressIp({})
2493
+ const data = await client.CreateLocalGateway({})
2494
2494
  expect(data).to.be.ok
2495
2495
  } catch(error) {
2496
2496
  expect(error.requestId).to.be.ok
@@ -2498,9 +2498,9 @@ it("vpc.v20170312.HaVipAssociateAddressIp", async function () {
2498
2498
  }
2499
2499
  })
2500
2500
 
2501
- it("vpc.v20170312.CreateNatGatewaySourceIpTranslationNatRule", async function () {
2501
+ it("vpc.v20170312.ResetVpnGatewayInternetMaxBandwidth", async function () {
2502
2502
  try {
2503
- const data = await client.CreateNatGatewaySourceIpTranslationNatRule({})
2503
+ const data = await client.ResetVpnGatewayInternetMaxBandwidth({})
2504
2504
  expect(data).to.be.ok
2505
2505
  } catch(error) {
2506
2506
  expect(error.requestId).to.be.ok
@@ -2508,9 +2508,9 @@ it("vpc.v20170312.CreateNatGatewaySourceIpTranslationNatRule", async function ()
2508
2508
  }
2509
2509
  })
2510
2510
 
2511
- it("vpc.v20170312.AddTemplateMember", async function () {
2511
+ it("vpc.v20170312.ModifyVpnConnectionAttribute", async function () {
2512
2512
  try {
2513
- const data = await client.AddTemplateMember({})
2513
+ const data = await client.ModifyVpnConnectionAttribute({})
2514
2514
  expect(data).to.be.ok
2515
2515
  } catch(error) {
2516
2516
  expect(error.requestId).to.be.ok
@@ -2518,9 +2518,9 @@ it("vpc.v20170312.AddTemplateMember", async function () {
2518
2518
  }
2519
2519
  })
2520
2520
 
2521
- it("vpc.v20170312.RemoveIp6Rules", async function () {
2521
+ it("vpc.v20170312.DescribePrivateNatGatewayTranslationNatRules", async function () {
2522
2522
  try {
2523
- const data = await client.RemoveIp6Rules({})
2523
+ const data = await client.DescribePrivateNatGatewayTranslationNatRules({})
2524
2524
  expect(data).to.be.ok
2525
2525
  } catch(error) {
2526
2526
  expect(error.requestId).to.be.ok
@@ -2528,9 +2528,9 @@ it("vpc.v20170312.RemoveIp6Rules", async function () {
2528
2528
  }
2529
2529
  })
2530
2530
 
2531
- it("vpc.v20170312.CheckDefaultSubnet", async function () {
2531
+ it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
2532
2532
  try {
2533
- const data = await client.CheckDefaultSubnet({})
2533
+ const data = await client.DisassociateDhcpIpWithAddressIp({})
2534
2534
  expect(data).to.be.ok
2535
2535
  } catch(error) {
2536
2536
  expect(error.requestId).to.be.ok
@@ -2538,9 +2538,9 @@ it("vpc.v20170312.CheckDefaultSubnet", async function () {
2538
2538
  }
2539
2539
  })
2540
2540
 
2541
- it("vpc.v20170312.DescribeHaVips", async function () {
2541
+ it("vpc.v20170312.CreateHaVip", async function () {
2542
2542
  try {
2543
- const data = await client.DescribeHaVips({})
2543
+ const data = await client.CreateHaVip({})
2544
2544
  expect(data).to.be.ok
2545
2545
  } catch(error) {
2546
2546
  expect(error.requestId).to.be.ok
@@ -2548,9 +2548,9 @@ it("vpc.v20170312.DescribeHaVips", async function () {
2548
2548
  }
2549
2549
  })
2550
2550
 
2551
- it("vpc.v20170312.DescribePrivateNatGateways", async function () {
2551
+ it("vpc.v20170312.DescribeTenantCcns", async function () {
2552
2552
  try {
2553
- const data = await client.DescribePrivateNatGateways({})
2553
+ const data = await client.DescribeTenantCcns({})
2554
2554
  expect(data).to.be.ok
2555
2555
  } catch(error) {
2556
2556
  expect(error.requestId).to.be.ok
@@ -2558,9 +2558,9 @@ it("vpc.v20170312.DescribePrivateNatGateways", async function () {
2558
2558
  }
2559
2559
  })
2560
2560
 
2561
- it("vpc.v20170312.CreateLocalGateway", async function () {
2561
+ it("vpc.v20170312.LockCcns", async function () {
2562
2562
  try {
2563
- const data = await client.CreateLocalGateway({})
2563
+ const data = await client.LockCcns({})
2564
2564
  expect(data).to.be.ok
2565
2565
  } catch(error) {
2566
2566
  expect(error.requestId).to.be.ok
@@ -2568,9 +2568,9 @@ it("vpc.v20170312.CreateLocalGateway", async function () {
2568
2568
  }
2569
2569
  })
2570
2570
 
2571
- it("vpc.v20170312.AssociateNetworkInterfaceSecurityGroups", async function () {
2571
+ it("vpc.v20170312.CreateRoutes", async function () {
2572
2572
  try {
2573
- const data = await client.AssociateNetworkInterfaceSecurityGroups({})
2573
+ const data = await client.CreateRoutes({})
2574
2574
  expect(data).to.be.ok
2575
2575
  } catch(error) {
2576
2576
  expect(error.requestId).to.be.ok
@@ -2578,9 +2578,9 @@ it("vpc.v20170312.AssociateNetworkInterfaceSecurityGroups", async function () {
2578
2578
  }
2579
2579
  })
2580
2580
 
2581
- it("vpc.v20170312.DeleteHaVip", async function () {
2581
+ it("vpc.v20170312.ModifyRouteTableSelectionPolicies", async function () {
2582
2582
  try {
2583
- const data = await client.DeleteHaVip({})
2583
+ const data = await client.ModifyRouteTableSelectionPolicies({})
2584
2584
  expect(data).to.be.ok
2585
2585
  } catch(error) {
2586
2586
  expect(error.requestId).to.be.ok
@@ -2588,9 +2588,9 @@ it("vpc.v20170312.DeleteHaVip", async function () {
2588
2588
  }
2589
2589
  })
2590
2590
 
2591
- it("vpc.v20170312.DescribeProductQuota", async function () {
2591
+ it("vpc.v20170312.DescribeSecurityGroupAssociationStatistics", async function () {
2592
2592
  try {
2593
- const data = await client.DescribeProductQuota({})
2593
+ const data = await client.DescribeSecurityGroupAssociationStatistics({})
2594
2594
  expect(data).to.be.ok
2595
2595
  } catch(error) {
2596
2596
  expect(error.requestId).to.be.ok
@@ -2598,9 +2598,9 @@ it("vpc.v20170312.DescribeProductQuota", async function () {
2598
2598
  }
2599
2599
  })
2600
2600
 
2601
- it("vpc.v20170312.DescribeVpcPeeringConnections", async function () {
2601
+ it("vpc.v20170312.DescribeIpGeolocationDatabaseUrl", async function () {
2602
2602
  try {
2603
- const data = await client.DescribeVpcPeeringConnections({})
2603
+ const data = await client.DescribeIpGeolocationDatabaseUrl({})
2604
2604
  expect(data).to.be.ok
2605
2605
  } catch(error) {
2606
2606
  expect(error.requestId).to.be.ok
@@ -2608,9 +2608,9 @@ it("vpc.v20170312.DescribeVpcPeeringConnections", async function () {
2608
2608
  }
2609
2609
  })
2610
2610
 
2611
- it("vpc.v20170312.InquiryPriceCreateVpnGateway", async function () {
2611
+ it("vpc.v20170312.ModifyAddressAttribute", async function () {
2612
2612
  try {
2613
- const data = await client.InquiryPriceCreateVpnGateway({})
2613
+ const data = await client.ModifyAddressAttribute({})
2614
2614
  expect(data).to.be.ok
2615
2615
  } catch(error) {
2616
2616
  expect(error.requestId).to.be.ok
@@ -2618,9 +2618,9 @@ it("vpc.v20170312.InquiryPriceCreateVpnGateway", async function () {
2618
2618
  }
2619
2619
  })
2620
2620
 
2621
- it("vpc.v20170312.ModifyBandwidthPackageAttribute", async function () {
2621
+ it("vpc.v20170312.CreateFlowLog", async function () {
2622
2622
  try {
2623
- const data = await client.ModifyBandwidthPackageAttribute({})
2623
+ const data = await client.CreateFlowLog({})
2624
2624
  expect(data).to.be.ok
2625
2625
  } catch(error) {
2626
2626
  expect(error.requestId).to.be.ok
@@ -2628,9 +2628,9 @@ it("vpc.v20170312.ModifyBandwidthPackageAttribute", async function () {
2628
2628
  }
2629
2629
  })
2630
2630
 
2631
- it("vpc.v20170312.CreateAddressTemplate", async function () {
2631
+ it("vpc.v20170312.CreateRouteTable", async function () {
2632
2632
  try {
2633
- const data = await client.CreateAddressTemplate({})
2633
+ const data = await client.CreateRouteTable({})
2634
2634
  expect(data).to.be.ok
2635
2635
  } catch(error) {
2636
2636
  expect(error.requestId).to.be.ok
@@ -2638,9 +2638,9 @@ it("vpc.v20170312.CreateAddressTemplate", async function () {
2638
2638
  }
2639
2639
  })
2640
2640
 
2641
- it("vpc.v20170312.CreateVpnGatewaySslServer", async function () {
2641
+ it("vpc.v20170312.ModifyPrivateNatGatewayAttribute", async function () {
2642
2642
  try {
2643
- const data = await client.CreateVpnGatewaySslServer({})
2643
+ const data = await client.ModifyPrivateNatGatewayAttribute({})
2644
2644
  expect(data).to.be.ok
2645
2645
  } catch(error) {
2646
2646
  expect(error.requestId).to.be.ok
@@ -2648,9 +2648,9 @@ it("vpc.v20170312.CreateVpnGatewaySslServer", async function () {
2648
2648
  }
2649
2649
  })
2650
2650
 
2651
- it("vpc.v20170312.ModifyVpnGatewayAttribute", async function () {
2651
+ it("vpc.v20170312.DeleteNetworkAcl", async function () {
2652
2652
  try {
2653
- const data = await client.ModifyVpnGatewayAttribute({})
2653
+ const data = await client.DeleteNetworkAcl({})
2654
2654
  expect(data).to.be.ok
2655
2655
  } catch(error) {
2656
2656
  expect(error.requestId).to.be.ok
@@ -2658,9 +2658,9 @@ it("vpc.v20170312.ModifyVpnGatewayAttribute", async function () {
2658
2658
  }
2659
2659
  })
2660
2660
 
2661
- it("vpc.v20170312.ResetVpnGatewayInternetMaxBandwidth", async function () {
2661
+ it("vpc.v20170312.DeleteVpcEndPointServiceWhiteList", async function () {
2662
2662
  try {
2663
- const data = await client.ResetVpnGatewayInternetMaxBandwidth({})
2663
+ const data = await client.DeleteVpcEndPointServiceWhiteList({})
2664
2664
  expect(data).to.be.ok
2665
2665
  } catch(error) {
2666
2666
  expect(error.requestId).to.be.ok
@@ -2668,9 +2668,9 @@ it("vpc.v20170312.ResetVpnGatewayInternetMaxBandwidth", async function () {
2668
2668
  }
2669
2669
  })
2670
2670
 
2671
- it("vpc.v20170312.DeleteVpc", async function () {
2671
+ it("vpc.v20170312.ModifyFlowLogAttribute", async function () {
2672
2672
  try {
2673
- const data = await client.DeleteVpc({})
2673
+ const data = await client.ModifyFlowLogAttribute({})
2674
2674
  expect(data).to.be.ok
2675
2675
  } catch(error) {
2676
2676
  expect(error.requestId).to.be.ok
@@ -2678,9 +2678,9 @@ it("vpc.v20170312.DeleteVpc", async function () {
2678
2678
  }
2679
2679
  })
2680
2680
 
2681
- it("vpc.v20170312.DescribeSubnets", async function () {
2681
+ it("vpc.v20170312.DisassociateNetworkInterfaceSecurityGroups", async function () {
2682
2682
  try {
2683
- const data = await client.DescribeSubnets({})
2683
+ const data = await client.DisassociateNetworkInterfaceSecurityGroups({})
2684
2684
  expect(data).to.be.ok
2685
2685
  } catch(error) {
2686
2686
  expect(error.requestId).to.be.ok
@@ -2688,9 +2688,9 @@ it("vpc.v20170312.DescribeSubnets", async function () {
2688
2688
  }
2689
2689
  })
2690
2690
 
2691
- it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
2691
+ it("vpc.v20170312.ResetRoutes", async function () {
2692
2692
  try {
2693
- const data = await client.DescribeVpnGatewayRoutes({})
2693
+ const data = await client.ResetRoutes({})
2694
2694
  expect(data).to.be.ok
2695
2695
  } catch(error) {
2696
2696
  expect(error.requestId).to.be.ok
@@ -2698,9 +2698,9 @@ it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
2698
2698
  }
2699
2699
  })
2700
2700
 
2701
- it("vpc.v20170312.DescribeAddressQuota", async function () {
2701
+ it("vpc.v20170312.DeleteNetworkAclEntries", async function () {
2702
2702
  try {
2703
- const data = await client.DescribeAddressQuota({})
2703
+ const data = await client.DeleteNetworkAclEntries({})
2704
2704
  expect(data).to.be.ok
2705
2705
  } catch(error) {
2706
2706
  expect(error.requestId).to.be.ok
@@ -2708,9 +2708,9 @@ it("vpc.v20170312.DescribeAddressQuota", async function () {
2708
2708
  }
2709
2709
  })
2710
2710
 
2711
- it("vpc.v20170312.CreateCcn", async function () {
2711
+ it("vpc.v20170312.ModifyCcnRegionBandwidthLimitsType", async function () {
2712
2712
  try {
2713
- const data = await client.CreateCcn({})
2713
+ const data = await client.ModifyCcnRegionBandwidthLimitsType({})
2714
2714
  expect(data).to.be.ok
2715
2715
  } catch(error) {
2716
2716
  expect(error.requestId).to.be.ok
@@ -2718,9 +2718,9 @@ it("vpc.v20170312.CreateCcn", async function () {
2718
2718
  }
2719
2719
  })
2720
2720
 
2721
- it("vpc.v20170312.ModifyCustomerGatewayAttribute", async function () {
2721
+ it("vpc.v20170312.DescribeCcnRouteTableInputPolicys", async function () {
2722
2722
  try {
2723
- const data = await client.ModifyCustomerGatewayAttribute({})
2723
+ const data = await client.DescribeCcnRouteTableInputPolicys({})
2724
2724
  expect(data).to.be.ok
2725
2725
  } catch(error) {
2726
2726
  expect(error.requestId).to.be.ok
@@ -2728,9 +2728,9 @@ it("vpc.v20170312.ModifyCustomerGatewayAttribute", async function () {
2728
2728
  }
2729
2729
  })
2730
2730
 
2731
- it("vpc.v20170312.ReturnNormalAddresses", async function () {
2731
+ it("vpc.v20170312.InquiryPriceRenewVpnGateway", async function () {
2732
2732
  try {
2733
- const data = await client.ReturnNormalAddresses({})
2733
+ const data = await client.InquiryPriceRenewVpnGateway({})
2734
2734
  expect(data).to.be.ok
2735
2735
  } catch(error) {
2736
2736
  expect(error.requestId).to.be.ok
@@ -2738,9 +2738,9 @@ it("vpc.v20170312.ReturnNormalAddresses", async function () {
2738
2738
  }
2739
2739
  })
2740
2740
 
2741
- it("vpc.v20170312.DescribeNetworkAcls", async function () {
2741
+ it("vpc.v20170312.DeleteSnapshotPolicies", async function () {
2742
2742
  try {
2743
- const data = await client.DescribeNetworkAcls({})
2743
+ const data = await client.DeleteSnapshotPolicies({})
2744
2744
  expect(data).to.be.ok
2745
2745
  } catch(error) {
2746
2746
  expect(error.requestId).to.be.ok
@@ -2748,9 +2748,9 @@ it("vpc.v20170312.DescribeNetworkAcls", async function () {
2748
2748
  }
2749
2749
  })
2750
2750
 
2751
- it("vpc.v20170312.ModifyVpnConnectionAttribute", async function () {
2751
+ it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function () {
2752
2752
  try {
2753
- const data = await client.ModifyVpnConnectionAttribute({})
2753
+ const data = await client.CreatePrivateNatGatewayTranslationNatRule({})
2754
2754
  expect(data).to.be.ok
2755
2755
  } catch(error) {
2756
2756
  expect(error.requestId).to.be.ok
@@ -2758,9 +2758,9 @@ it("vpc.v20170312.ModifyVpnConnectionAttribute", async function () {
2758
2758
  }
2759
2759
  })
2760
2760
 
2761
- it("vpc.v20170312.DescribeSecurityGroups", async function () {
2761
+ it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
2762
2762
  try {
2763
- const data = await client.DescribeSecurityGroups({})
2763
+ const data = await client.ModifyVpcEndPointAttribute({})
2764
2764
  expect(data).to.be.ok
2765
2765
  } catch(error) {
2766
2766
  expect(error.requestId).to.be.ok
@@ -2768,9 +2768,9 @@ it("vpc.v20170312.DescribeSecurityGroups", async function () {
2768
2768
  }
2769
2769
  })
2770
2770
 
2771
- it("vpc.v20170312.DescribePrivateNatGatewayTranslationNatRules", async function () {
2771
+ it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
2772
2772
  try {
2773
- const data = await client.DescribePrivateNatGatewayTranslationNatRules({})
2773
+ const data = await client.DisassociateVpcEndPointSecurityGroups({})
2774
2774
  expect(data).to.be.ok
2775
2775
  } catch(error) {
2776
2776
  expect(error.requestId).to.be.ok
@@ -2778,9 +2778,9 @@ it("vpc.v20170312.DescribePrivateNatGatewayTranslationNatRules", async function
2778
2778
  }
2779
2779
  })
2780
2780
 
2781
- it("vpc.v20170312.CreateVpnGateway", async function () {
2781
+ it("vpc.v20170312.CloneSecurityGroup", async function () {
2782
2782
  try {
2783
- const data = await client.CreateVpnGateway({})
2783
+ const data = await client.CloneSecurityGroup({})
2784
2784
  expect(data).to.be.ok
2785
2785
  } catch(error) {
2786
2786
  expect(error.requestId).to.be.ok
@@ -2788,9 +2788,9 @@ it("vpc.v20170312.CreateVpnGateway", async function () {
2788
2788
  }
2789
2789
  })
2790
2790
 
2791
- it("vpc.v20170312.DescribeTrafficPackages", async function () {
2791
+ it("vpc.v20170312.EnableVpcEndPointConnect", async function () {
2792
2792
  try {
2793
- const data = await client.DescribeTrafficPackages({})
2793
+ const data = await client.EnableVpcEndPointConnect({})
2794
2794
  expect(data).to.be.ok
2795
2795
  } catch(error) {
2796
2796
  expect(error.requestId).to.be.ok
@@ -2798,9 +2798,9 @@ it("vpc.v20170312.DescribeTrafficPackages", async function () {
2798
2798
  }
2799
2799
  })
2800
2800
 
2801
- it("vpc.v20170312.DescribeSecurityGroupPolicies", async function () {
2801
+ it("vpc.v20170312.CreateAndAttachNetworkInterface", async function () {
2802
2802
  try {
2803
- const data = await client.DescribeSecurityGroupPolicies({})
2803
+ const data = await client.CreateAndAttachNetworkInterface({})
2804
2804
  expect(data).to.be.ok
2805
2805
  } catch(error) {
2806
2806
  expect(error.requestId).to.be.ok
@@ -2808,9 +2808,9 @@ it("vpc.v20170312.DescribeSecurityGroupPolicies", async function () {
2808
2808
  }
2809
2809
  })
2810
2810
 
2811
- it("vpc.v20170312.DescribeAssistantCidr", async function () {
2811
+ it("vpc.v20170312.ModifyVpcEndPointServiceWhiteList", async function () {
2812
2812
  try {
2813
- const data = await client.DescribeAssistantCidr({})
2813
+ const data = await client.ModifyVpcEndPointServiceWhiteList({})
2814
2814
  expect(data).to.be.ok
2815
2815
  } catch(error) {
2816
2816
  expect(error.requestId).to.be.ok
@@ -2818,9 +2818,9 @@ it("vpc.v20170312.DescribeAssistantCidr", async function () {
2818
2818
  }
2819
2819
  })
2820
2820
 
2821
- it("vpc.v20170312.ReplaceDirectConnectGatewayCcnRoutes", async function () {
2821
+ it("vpc.v20170312.DescribeNatGateways", async function () {
2822
2822
  try {
2823
- const data = await client.ReplaceDirectConnectGatewayCcnRoutes({})
2823
+ const data = await client.DescribeNatGateways({})
2824
2824
  expect(data).to.be.ok
2825
2825
  } catch(error) {
2826
2826
  expect(error.requestId).to.be.ok
@@ -2828,9 +2828,9 @@ it("vpc.v20170312.ReplaceDirectConnectGatewayCcnRoutes", async function () {
2828
2828
  }
2829
2829
  })
2830
2830
 
2831
- it("vpc.v20170312.CreateDirectConnectGateway", async function () {
2831
+ it("vpc.v20170312.DescribeVpcs", async function () {
2832
2832
  try {
2833
- const data = await client.CreateDirectConnectGateway({})
2833
+ const data = await client.DescribeVpcs({})
2834
2834
  expect(data).to.be.ok
2835
2835
  } catch(error) {
2836
2836
  expect(error.requestId).to.be.ok
@@ -2838,9 +2838,9 @@ it("vpc.v20170312.CreateDirectConnectGateway", async function () {
2838
2838
  }
2839
2839
  })
2840
2840
 
2841
- it("vpc.v20170312.DescribeClassicLinkInstances", async function () {
2841
+ it("vpc.v20170312.AcceptAttachCcnInstances", async function () {
2842
2842
  try {
2843
- const data = await client.DescribeClassicLinkInstances({})
2843
+ const data = await client.AcceptAttachCcnInstances({})
2844
2844
  expect(data).to.be.ok
2845
2845
  } catch(error) {
2846
2846
  expect(error.requestId).to.be.ok
@@ -2848,9 +2848,9 @@ it("vpc.v20170312.DescribeClassicLinkInstances", async function () {
2848
2848
  }
2849
2849
  })
2850
2850
 
2851
- it("vpc.v20170312.TransformAddress", async function () {
2851
+ it("vpc.v20170312.DescribeGatewayFlowQos", async function () {
2852
2852
  try {
2853
- const data = await client.TransformAddress({})
2853
+ const data = await client.DescribeGatewayFlowQos({})
2854
2854
  expect(data).to.be.ok
2855
2855
  } catch(error) {
2856
2856
  expect(error.requestId).to.be.ok
@@ -2858,9 +2858,9 @@ it("vpc.v20170312.TransformAddress", async function () {
2858
2858
  }
2859
2859
  })
2860
2860
 
2861
- it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function () {
2861
+ it("vpc.v20170312.DescribeIp6Translators", async function () {
2862
2862
  try {
2863
- const data = await client.DescribeCrossBorderCcnRegionBandwidthLimits({})
2863
+ const data = await client.DescribeIp6Translators({})
2864
2864
  expect(data).to.be.ok
2865
2865
  } catch(error) {
2866
2866
  expect(error.requestId).to.be.ok
@@ -2868,9 +2868,9 @@ it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function (
2868
2868
  }
2869
2869
  })
2870
2870
 
2871
- it("vpc.v20170312.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
2871
+ it("vpc.v20170312.DisableGatewayFlowMonitor", async function () {
2872
2872
  try {
2873
- const data = await client.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule({})
2873
+ const data = await client.DisableGatewayFlowMonitor({})
2874
2874
  expect(data).to.be.ok
2875
2875
  } catch(error) {
2876
2876
  expect(error.requestId).to.be.ok
@@ -2878,9 +2878,9 @@ it("vpc.v20170312.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", a
2878
2878
  }
2879
2879
  })
2880
2880
 
2881
- it("vpc.v20170312.CreateHaVip", async function () {
2881
+ it("vpc.v20170312.CreateVpc", async function () {
2882
2882
  try {
2883
- const data = await client.CreateHaVip({})
2883
+ const data = await client.CreateVpc({})
2884
2884
  expect(data).to.be.ok
2885
2885
  } catch(error) {
2886
2886
  expect(error.requestId).to.be.ok
@@ -2888,9 +2888,9 @@ it("vpc.v20170312.CreateHaVip", async function () {
2888
2888
  }
2889
2889
  })
2890
2890
 
2891
- it("vpc.v20170312.ModifyServiceTemplateAttribute", async function () {
2891
+ it("vpc.v20170312.CheckAssistantCidr", async function () {
2892
2892
  try {
2893
- const data = await client.ModifyServiceTemplateAttribute({})
2893
+ const data = await client.CheckAssistantCidr({})
2894
2894
  expect(data).to.be.ok
2895
2895
  } catch(error) {
2896
2896
  expect(error.requestId).to.be.ok
@@ -2898,9 +2898,9 @@ it("vpc.v20170312.ModifyServiceTemplateAttribute", async function () {
2898
2898
  }
2899
2899
  })
2900
2900
 
2901
- it("vpc.v20170312.DeleteSecurityGroup", async function () {
2901
+ it("vpc.v20170312.ModifyNetworkAclAttribute", async function () {
2902
2902
  try {
2903
- const data = await client.DeleteSecurityGroup({})
2903
+ const data = await client.ModifyNetworkAclAttribute({})
2904
2904
  expect(data).to.be.ok
2905
2905
  } catch(error) {
2906
2906
  expect(error.requestId).to.be.ok
@@ -2908,9 +2908,9 @@ it("vpc.v20170312.DeleteSecurityGroup", async function () {
2908
2908
  }
2909
2909
  })
2910
2910
 
2911
- it("vpc.v20170312.DescribeTenantCcns", async function () {
2911
+ it("vpc.v20170312.DisableSnapshotPolicies", async function () {
2912
2912
  try {
2913
- const data = await client.DescribeTenantCcns({})
2913
+ const data = await client.DisableSnapshotPolicies({})
2914
2914
  expect(data).to.be.ok
2915
2915
  } catch(error) {
2916
2916
  expect(error.requestId).to.be.ok
@@ -2918,9 +2918,9 @@ it("vpc.v20170312.DescribeTenantCcns", async function () {
2918
2918
  }
2919
2919
  })
2920
2920
 
2921
- it("vpc.v20170312.DisassociateNetworkAclSubnets", async function () {
2921
+ it("vpc.v20170312.DeletePrivateNatGatewayTranslationNatRule", async function () {
2922
2922
  try {
2923
- const data = await client.DisassociateNetworkAclSubnets({})
2923
+ const data = await client.DeletePrivateNatGatewayTranslationNatRule({})
2924
2924
  expect(data).to.be.ok
2925
2925
  } catch(error) {
2926
2926
  expect(error.requestId).to.be.ok
@@ -2928,9 +2928,9 @@ it("vpc.v20170312.DisassociateNetworkAclSubnets", async function () {
2928
2928
  }
2929
2929
  })
2930
2930
 
2931
- it("vpc.v20170312.DescribeNatGatewaySourceIpTranslationNatRules", async function () {
2931
+ it("vpc.v20170312.DescribeDhcpIps", async function () {
2932
2932
  try {
2933
- const data = await client.DescribeNatGatewaySourceIpTranslationNatRules({})
2933
+ const data = await client.DescribeDhcpIps({})
2934
2934
  expect(data).to.be.ok
2935
2935
  } catch(error) {
2936
2936
  expect(error.requestId).to.be.ok
@@ -2938,9 +2938,9 @@ it("vpc.v20170312.DescribeNatGatewaySourceIpTranslationNatRules", async function
2938
2938
  }
2939
2939
  })
2940
2940
 
2941
- it("vpc.v20170312.EnableCcnRoutes", async function () {
2941
+ it("vpc.v20170312.AssociateAddress", async function () {
2942
2942
  try {
2943
- const data = await client.EnableCcnRoutes({})
2943
+ const data = await client.AssociateAddress({})
2944
2944
  expect(data).to.be.ok
2945
2945
  } catch(error) {
2946
2946
  expect(error.requestId).to.be.ok
@@ -2948,9 +2948,9 @@ it("vpc.v20170312.EnableCcnRoutes", async function () {
2948
2948
  }
2949
2949
  })
2950
2950
 
2951
- it("vpc.v20170312.ModifyRouteTableAttribute", async function () {
2951
+ it("vpc.v20170312.DeleteVpcPeeringConnection", async function () {
2952
2952
  try {
2953
- const data = await client.ModifyRouteTableAttribute({})
2953
+ const data = await client.DeleteVpcPeeringConnection({})
2954
2954
  expect(data).to.be.ok
2955
2955
  } catch(error) {
2956
2956
  expect(error.requestId).to.be.ok
@@ -2958,9 +2958,9 @@ it("vpc.v20170312.ModifyRouteTableAttribute", async function () {
2958
2958
  }
2959
2959
  })
2960
2960
 
2961
- it("vpc.v20170312.ReplaceRoutes", async function () {
2961
+ it("vpc.v20170312.DescribeFlowLogs", async function () {
2962
2962
  try {
2963
- const data = await client.ReplaceRoutes({})
2963
+ const data = await client.DescribeFlowLogs({})
2964
2964
  expect(data).to.be.ok
2965
2965
  } catch(error) {
2966
2966
  expect(error.requestId).to.be.ok
@@ -2968,9 +2968,9 @@ it("vpc.v20170312.ReplaceRoutes", async function () {
2968
2968
  }
2969
2969
  })
2970
2970
 
2971
- it("vpc.v20170312.ModifyAssistantCidr", async function () {
2971
+ it("vpc.v20170312.DescribeDirectConnectGatewayCcnRoutes", async function () {
2972
2972
  try {
2973
- const data = await client.ModifyAssistantCidr({})
2973
+ const data = await client.DescribeDirectConnectGatewayCcnRoutes({})
2974
2974
  expect(data).to.be.ok
2975
2975
  } catch(error) {
2976
2976
  expect(error.requestId).to.be.ok
@@ -2978,9 +2978,9 @@ it("vpc.v20170312.ModifyAssistantCidr", async function () {
2978
2978
  }
2979
2979
  })
2980
2980
 
2981
- it("vpc.v20170312.ModifyNetDetect", async function () {
2981
+ it("vpc.v20170312.CreateNetworkAclEntries", async function () {
2982
2982
  try {
2983
- const data = await client.ModifyNetDetect({})
2983
+ const data = await client.CreateNetworkAclEntries({})
2984
2984
  expect(data).to.be.ok
2985
2985
  } catch(error) {
2986
2986
  expect(error.requestId).to.be.ok
@@ -2988,9 +2988,9 @@ it("vpc.v20170312.ModifyNetDetect", async function () {
2988
2988
  }
2989
2989
  })
2990
2990
 
2991
- it("vpc.v20170312.DisableGatewayFlowMonitor", async function () {
2991
+ it("vpc.v20170312.DeleteBandwidthPackage", async function () {
2992
2992
  try {
2993
- const data = await client.DisableGatewayFlowMonitor({})
2993
+ const data = await client.DeleteBandwidthPackage({})
2994
2994
  expect(data).to.be.ok
2995
2995
  } catch(error) {
2996
2996
  expect(error.requestId).to.be.ok
@@ -2998,9 +2998,9 @@ it("vpc.v20170312.DisableGatewayFlowMonitor", async function () {
2998
2998
  }
2999
2999
  })
3000
3000
 
3001
- it("vpc.v20170312.DeleteNatGatewayDestinationIpPortTranslationNatRule", async function () {
3001
+ it("vpc.v20170312.DeleteIp6Translators", async function () {
3002
3002
  try {
3003
- const data = await client.DeleteNatGatewayDestinationIpPortTranslationNatRule({})
3003
+ const data = await client.DeleteIp6Translators({})
3004
3004
  expect(data).to.be.ok
3005
3005
  } catch(error) {
3006
3006
  expect(error.requestId).to.be.ok
@@ -3008,9 +3008,9 @@ it("vpc.v20170312.DeleteNatGatewayDestinationIpPortTranslationNatRule", async fu
3008
3008
  }
3009
3009
  })
3010
3010
 
3011
- it("vpc.v20170312.LockCcns", async function () {
3011
+ it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
3012
3012
  try {
3013
- const data = await client.LockCcns({})
3013
+ const data = await client.DeleteVpnGatewayRoutes({})
3014
3014
  expect(data).to.be.ok
3015
3015
  } catch(error) {
3016
3016
  expect(error.requestId).to.be.ok
@@ -3018,9 +3018,9 @@ it("vpc.v20170312.LockCcns", async function () {
3018
3018
  }
3019
3019
  })
3020
3020
 
3021
- it("vpc.v20170312.CreateTrafficPackages", async function () {
3021
+ it("vpc.v20170312.ModifyCcnAttachedInstancesAttribute", async function () {
3022
3022
  try {
3023
- const data = await client.CreateTrafficPackages({})
3023
+ const data = await client.ModifyCcnAttachedInstancesAttribute({})
3024
3024
  expect(data).to.be.ok
3025
3025
  } catch(error) {
3026
3026
  expect(error.requestId).to.be.ok
@@ -3028,9 +3028,9 @@ it("vpc.v20170312.CreateTrafficPackages", async function () {
3028
3028
  }
3029
3029
  })
3030
3030
 
3031
- it("vpc.v20170312.CreateRoutes", async function () {
3031
+ it("vpc.v20170312.DeleteNatGateway", async function () {
3032
3032
  try {
3033
- const data = await client.CreateRoutes({})
3033
+ const data = await client.DeleteNatGateway({})
3034
3034
  expect(data).to.be.ok
3035
3035
  } catch(error) {
3036
3036
  expect(error.requestId).to.be.ok
@@ -3048,9 +3048,9 @@ it("vpc.v20170312.CreateNetDetect", async function () {
3048
3048
  }
3049
3049
  })
3050
3050
 
3051
- it("vpc.v20170312.CreateSnapshotPolicies", async function () {
3051
+ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
3052
3052
  try {
3053
- const data = await client.CreateSnapshotPolicies({})
3053
+ const data = await client.DeleteVpcEndPointService({})
3054
3054
  expect(data).to.be.ok
3055
3055
  } catch(error) {
3056
3056
  expect(error.requestId).to.be.ok
@@ -3058,9 +3058,9 @@ it("vpc.v20170312.CreateSnapshotPolicies", async function () {
3058
3058
  }
3059
3059
  })
3060
3060
 
3061
- it("vpc.v20170312.DescribeSnapshotFiles", async function () {
3061
+ it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
3062
3062
  try {
3063
- const data = await client.DescribeSnapshotFiles({})
3063
+ const data = await client.CreateNetworkAclQuintupleEntries({})
3064
3064
  expect(data).to.be.ok
3065
3065
  } catch(error) {
3066
3066
  expect(error.requestId).to.be.ok
@@ -3068,9 +3068,9 @@ it("vpc.v20170312.DescribeSnapshotFiles", async function () {
3068
3068
  }
3069
3069
  })
3070
3070
 
3071
- it("vpc.v20170312.ModifyVpcEndPointServiceAttribute", async function () {
3071
+ it("vpc.v20170312.DeleteVpnGateway", async function () {
3072
3072
  try {
3073
- const data = await client.ModifyVpcEndPointServiceAttribute({})
3073
+ const data = await client.DeleteVpnGateway({})
3074
3074
  expect(data).to.be.ok
3075
3075
  } catch(error) {
3076
3076
  expect(error.requestId).to.be.ok
@@ -3078,9 +3078,9 @@ it("vpc.v20170312.ModifyVpcEndPointServiceAttribute", async function () {
3078
3078
  }
3079
3079
  })
3080
3080
 
3081
- it("vpc.v20170312.DescribeBandwidthPackages", async function () {
3081
+ it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
3082
3082
  try {
3083
- const data = await client.DescribeBandwidthPackages({})
3083
+ const data = await client.DescribeVpcEndPointServiceWhiteList({})
3084
3084
  expect(data).to.be.ok
3085
3085
  } catch(error) {
3086
3086
  expect(error.requestId).to.be.ok
@@ -3088,9 +3088,9 @@ it("vpc.v20170312.DescribeBandwidthPackages", async function () {
3088
3088
  }
3089
3089
  })
3090
3090
 
3091
- it("vpc.v20170312.CreateServiceTemplateGroup", async function () {
3091
+ it("vpc.v20170312.DescribePrivateNatGatewayLimits", async function () {
3092
3092
  try {
3093
- const data = await client.CreateServiceTemplateGroup({})
3093
+ const data = await client.DescribePrivateNatGatewayLimits({})
3094
3094
  expect(data).to.be.ok
3095
3095
  } catch(error) {
3096
3096
  expect(error.requestId).to.be.ok
@@ -3098,9 +3098,9 @@ it("vpc.v20170312.CreateServiceTemplateGroup", async function () {
3098
3098
  }
3099
3099
  })
3100
3100
 
3101
- it("vpc.v20170312.ReleaseIp6AddressesBandwidth", async function () {
3101
+ it("vpc.v20170312.ModifySecurityGroupPolicies", async function () {
3102
3102
  try {
3103
- const data = await client.ReleaseIp6AddressesBandwidth({})
3103
+ const data = await client.ModifySecurityGroupPolicies({})
3104
3104
  expect(data).to.be.ok
3105
3105
  } catch(error) {
3106
3106
  expect(error.requestId).to.be.ok
@@ -3108,9 +3108,9 @@ it("vpc.v20170312.ReleaseIp6AddressesBandwidth", async function () {
3108
3108
  }
3109
3109
  })
3110
3110
 
3111
- it("vpc.v20170312.CreateDhcpIp", async function () {
3111
+ it("vpc.v20170312.CreatePrivateNatGatewayTranslationAclRule", async function () {
3112
3112
  try {
3113
- const data = await client.CreateDhcpIp({})
3113
+ const data = await client.CreatePrivateNatGatewayTranslationAclRule({})
3114
3114
  expect(data).to.be.ok
3115
3115
  } catch(error) {
3116
3116
  expect(error.requestId).to.be.ok
@@ -3118,9 +3118,9 @@ it("vpc.v20170312.CreateDhcpIp", async function () {
3118
3118
  }
3119
3119
  })
3120
3120
 
3121
- it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function () {
3121
+ it("vpc.v20170312.DescribeSecurityGroupLimits", async function () {
3122
3122
  try {
3123
- const data = await client.ModifyNatGatewaySourceIpTranslationNatRule({})
3123
+ const data = await client.DescribeSecurityGroupLimits({})
3124
3124
  expect(data).to.be.ok
3125
3125
  } catch(error) {
3126
3126
  expect(error.requestId).to.be.ok
@@ -3128,9 +3128,9 @@ it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function ()
3128
3128
  }
3129
3129
  })
3130
3130
 
3131
- it("vpc.v20170312.CreatePrivateNatGatewayTranslationAclRule", async function () {
3131
+ it("vpc.v20170312.DescribeSecurityGroupReferences", async function () {
3132
3132
  try {
3133
- const data = await client.CreatePrivateNatGatewayTranslationAclRule({})
3133
+ const data = await client.DescribeSecurityGroupReferences({})
3134
3134
  expect(data).to.be.ok
3135
3135
  } catch(error) {
3136
3136
  expect(error.requestId).to.be.ok
@@ -3138,9 +3138,9 @@ it("vpc.v20170312.CreatePrivateNatGatewayTranslationAclRule", async function ()
3138
3138
  }
3139
3139
  })
3140
3140
 
3141
- it("vpc.v20170312.ModifyPrivateNatGatewayTranslationAclRule", async function () {
3141
+ it("vpc.v20170312.ModifyIpv6AddressesAttribute", async function () {
3142
3142
  try {
3143
- const data = await client.ModifyPrivateNatGatewayTranslationAclRule({})
3143
+ const data = await client.ModifyIpv6AddressesAttribute({})
3144
3144
  expect(data).to.be.ok
3145
3145
  } catch(error) {
3146
3146
  expect(error.requestId).to.be.ok
@@ -3148,9 +3148,9 @@ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationAclRule", async function ()
3148
3148
  }
3149
3149
  })
3150
3150
 
3151
- it("vpc.v20170312.ResumeSnapshotInstance", async function () {
3151
+ it("vpc.v20170312.DescribeDirectConnectGateways", async function () {
3152
3152
  try {
3153
- const data = await client.ResumeSnapshotInstance({})
3153
+ const data = await client.DescribeDirectConnectGateways({})
3154
3154
  expect(data).to.be.ok
3155
3155
  } catch(error) {
3156
3156
  expect(error.requestId).to.be.ok
@@ -3158,9 +3158,9 @@ it("vpc.v20170312.ResumeSnapshotInstance", async function () {
3158
3158
  }
3159
3159
  })
3160
3160
 
3161
- it("vpc.v20170312.DescribeSecurityGroupReferences", async function () {
3161
+ it("vpc.v20170312.RenewVpnGateway", async function () {
3162
3162
  try {
3163
- const data = await client.DescribeSecurityGroupReferences({})
3163
+ const data = await client.RenewVpnGateway({})
3164
3164
  expect(data).to.be.ok
3165
3165
  } catch(error) {
3166
3166
  expect(error.requestId).to.be.ok
@@ -3168,9 +3168,9 @@ it("vpc.v20170312.DescribeSecurityGroupReferences", async function () {
3168
3168
  }
3169
3169
  })
3170
3170
 
3171
- it("vpc.v20170312.DescribeSecurityGroupAssociationStatistics", async function () {
3171
+ it("vpc.v20170312.MigratePrivateIpAddress", async function () {
3172
3172
  try {
3173
- const data = await client.DescribeSecurityGroupAssociationStatistics({})
3173
+ const data = await client.MigratePrivateIpAddress({})
3174
3174
  expect(data).to.be.ok
3175
3175
  } catch(error) {
3176
3176
  expect(error.requestId).to.be.ok
@@ -3178,9 +3178,9 @@ it("vpc.v20170312.DescribeSecurityGroupAssociationStatistics", async function ()
3178
3178
  }
3179
3179
  })
3180
3180
 
3181
- it("vpc.v20170312.DescribePrivateNatGatewayTranslationAclRules", async function () {
3181
+ it("vpc.v20170312.DetachSnapshotInstances", async function () {
3182
3182
  try {
3183
- const data = await client.DescribePrivateNatGatewayTranslationAclRules({})
3183
+ const data = await client.DetachSnapshotInstances({})
3184
3184
  expect(data).to.be.ok
3185
3185
  } catch(error) {
3186
3186
  expect(error.requestId).to.be.ok
@@ -3188,9 +3188,9 @@ it("vpc.v20170312.DescribePrivateNatGatewayTranslationAclRules", async function
3188
3188
  }
3189
3189
  })
3190
3190
 
3191
- it("vpc.v20170312.DisassociateDirectConnectGatewayNatGateway", async function () {
3191
+ it("vpc.v20170312.DescribeServiceTemplates", async function () {
3192
3192
  try {
3193
- const data = await client.DisassociateDirectConnectGatewayNatGateway({})
3193
+ const data = await client.DescribeServiceTemplates({})
3194
3194
  expect(data).to.be.ok
3195
3195
  } catch(error) {
3196
3196
  expect(error.requestId).to.be.ok
@@ -3198,9 +3198,9 @@ it("vpc.v20170312.DisassociateDirectConnectGatewayNatGateway", async function ()
3198
3198
  }
3199
3199
  })
3200
3200
 
3201
- it("vpc.v20170312.DescribeIpGeolocationDatabaseUrl", async function () {
3201
+ it("vpc.v20170312.HaVipDisassociateAddressIp", async function () {
3202
3202
  try {
3203
- const data = await client.DescribeIpGeolocationDatabaseUrl({})
3203
+ const data = await client.HaVipDisassociateAddressIp({})
3204
3204
  expect(data).to.be.ok
3205
3205
  } catch(error) {
3206
3206
  expect(error.requestId).to.be.ok
@@ -3208,9 +3208,9 @@ it("vpc.v20170312.DescribeIpGeolocationDatabaseUrl", async function () {
3208
3208
  }
3209
3209
  })
3210
3210
 
3211
- it("vpc.v20170312.ModifyIp6AddressesBandwidth", async function () {
3211
+ it("vpc.v20170312.DescribeNatGatewayDirectConnectGatewayRoute", async function () {
3212
3212
  try {
3213
- const data = await client.ModifyIp6AddressesBandwidth({})
3213
+ const data = await client.DescribeNatGatewayDirectConnectGatewayRoute({})
3214
3214
  expect(data).to.be.ok
3215
3215
  } catch(error) {
3216
3216
  expect(error.requestId).to.be.ok
@@ -3218,9 +3218,9 @@ it("vpc.v20170312.ModifyIp6AddressesBandwidth", async function () {
3218
3218
  }
3219
3219
  })
3220
3220
 
3221
- it("vpc.v20170312.DescribeAddressTemplates", async function () {
3221
+ it("vpc.v20170312.UnlockCcns", async function () {
3222
3222
  try {
3223
- const data = await client.DescribeAddressTemplates({})
3223
+ const data = await client.UnlockCcns({})
3224
3224
  expect(data).to.be.ok
3225
3225
  } catch(error) {
3226
3226
  expect(error.requestId).to.be.ok
@@ -3228,9 +3228,9 @@ it("vpc.v20170312.DescribeAddressTemplates", async function () {
3228
3228
  }
3229
3229
  })
3230
3230
 
3231
- it("vpc.v20170312.CreateVpnConnection", async function () {
3231
+ it("vpc.v20170312.HaVipAssociateAddressIp", async function () {
3232
3232
  try {
3233
- const data = await client.CreateVpnConnection({})
3233
+ const data = await client.HaVipAssociateAddressIp({})
3234
3234
  expect(data).to.be.ok
3235
3235
  } catch(error) {
3236
3236
  expect(error.requestId).to.be.ok
@@ -3238,9 +3238,9 @@ it("vpc.v20170312.CreateVpnConnection", async function () {
3238
3238
  }
3239
3239
  })
3240
3240
 
3241
- it("vpc.v20170312.ModifyAddressAttribute", async function () {
3241
+ it("vpc.v20170312.CheckDefaultSubnet", async function () {
3242
3242
  try {
3243
- const data = await client.ModifyAddressAttribute({})
3243
+ const data = await client.CheckDefaultSubnet({})
3244
3244
  expect(data).to.be.ok
3245
3245
  } catch(error) {
3246
3246
  expect(error.requestId).to.be.ok
@@ -3248,9 +3248,9 @@ it("vpc.v20170312.ModifyAddressAttribute", async function () {
3248
3248
  }
3249
3249
  })
3250
3250
 
3251
- it("vpc.v20170312.DescribeAddressTemplateGroups", async function () {
3251
+ it("vpc.v20170312.DownloadVpnGatewaySslClientCert", async function () {
3252
3252
  try {
3253
- const data = await client.DescribeAddressTemplateGroups({})
3253
+ const data = await client.DownloadVpnGatewaySslClientCert({})
3254
3254
  expect(data).to.be.ok
3255
3255
  } catch(error) {
3256
3256
  expect(error.requestId).to.be.ok
@@ -3258,9 +3258,9 @@ it("vpc.v20170312.DescribeAddressTemplateGroups", async function () {
3258
3258
  }
3259
3259
  })
3260
3260
 
3261
- it("vpc.v20170312.CreateVpcEndPoint", async function () {
3261
+ it("vpc.v20170312.DescribeAddressQuota", async function () {
3262
3262
  try {
3263
- const data = await client.CreateVpcEndPoint({})
3263
+ const data = await client.DescribeAddressQuota({})
3264
3264
  expect(data).to.be.ok
3265
3265
  } catch(error) {
3266
3266
  expect(error.requestId).to.be.ok
@@ -3268,9 +3268,9 @@ it("vpc.v20170312.CreateVpcEndPoint", async function () {
3268
3268
  }
3269
3269
  })
3270
3270
 
3271
- it("vpc.v20170312.DetachClassicLinkVpc", async function () {
3271
+ it("vpc.v20170312.CreateCcn", async function () {
3272
3272
  try {
3273
- const data = await client.DetachClassicLinkVpc({})
3273
+ const data = await client.CreateCcn({})
3274
3274
  expect(data).to.be.ok
3275
3275
  } catch(error) {
3276
3276
  expect(error.requestId).to.be.ok
@@ -3278,9 +3278,9 @@ it("vpc.v20170312.DetachClassicLinkVpc", async function () {
3278
3278
  }
3279
3279
  })
3280
3280
 
3281
- it("vpc.v20170312.CreateVpnGatewayRoutes", async function () {
3281
+ it("vpc.v20170312.DescribeSecurityGroups", async function () {
3282
3282
  try {
3283
- const data = await client.CreateVpnGatewayRoutes({})
3283
+ const data = await client.DescribeSecurityGroups({})
3284
3284
  expect(data).to.be.ok
3285
3285
  } catch(error) {
3286
3286
  expect(error.requestId).to.be.ok
@@ -3288,9 +3288,9 @@ it("vpc.v20170312.CreateVpnGatewayRoutes", async function () {
3288
3288
  }
3289
3289
  })
3290
3290
 
3291
- it("vpc.v20170312.CreateSecurityGroupPolicies", async function () {
3291
+ it("vpc.v20170312.CreateVpnGateway", async function () {
3292
3292
  try {
3293
- const data = await client.CreateSecurityGroupPolicies({})
3293
+ const data = await client.CreateVpnGateway({})
3294
3294
  expect(data).to.be.ok
3295
3295
  } catch(error) {
3296
3296
  expect(error.requestId).to.be.ok
@@ -3298,9 +3298,9 @@ it("vpc.v20170312.CreateSecurityGroupPolicies", async function () {
3298
3298
  }
3299
3299
  })
3300
3300
 
3301
- it("vpc.v20170312.ModifyNetworkAclAttribute", async function () {
3301
+ it("vpc.v20170312.DescribeSecurityGroupPolicies", async function () {
3302
3302
  try {
3303
- const data = await client.ModifyNetworkAclAttribute({})
3303
+ const data = await client.DescribeSecurityGroupPolicies({})
3304
3304
  expect(data).to.be.ok
3305
3305
  } catch(error) {
3306
3306
  expect(error.requestId).to.be.ok
@@ -3308,9 +3308,9 @@ it("vpc.v20170312.ModifyNetworkAclAttribute", async function () {
3308
3308
  }
3309
3309
  })
3310
3310
 
3311
- it("vpc.v20170312.SetCcnRegionBandwidthLimits", async function () {
3311
+ it("vpc.v20170312.DescribeAssistantCidr", async function () {
3312
3312
  try {
3313
- const data = await client.SetCcnRegionBandwidthLimits({})
3313
+ const data = await client.DescribeAssistantCidr({})
3314
3314
  expect(data).to.be.ok
3315
3315
  } catch(error) {
3316
3316
  expect(error.requestId).to.be.ok
@@ -3318,9 +3318,9 @@ it("vpc.v20170312.SetCcnRegionBandwidthLimits", async function () {
3318
3318
  }
3319
3319
  })
3320
3320
 
3321
- it("vpc.v20170312.ResetNatGatewayConnection", async function () {
3321
+ it("vpc.v20170312.DescribeClassicLinkInstances", async function () {
3322
3322
  try {
3323
- const data = await client.ResetNatGatewayConnection({})
3323
+ const data = await client.DescribeClassicLinkInstances({})
3324
3324
  expect(data).to.be.ok
3325
3325
  } catch(error) {
3326
3326
  expect(error.requestId).to.be.ok
@@ -3328,9 +3328,9 @@ it("vpc.v20170312.ResetNatGatewayConnection", async function () {
3328
3328
  }
3329
3329
  })
3330
3330
 
3331
- it("vpc.v20170312.ModifyVpcAttribute", async function () {
3331
+ it("vpc.v20170312.ClearRouteTableSelectionPolicies", async function () {
3332
3332
  try {
3333
- const data = await client.ModifyVpcAttribute({})
3333
+ const data = await client.ClearRouteTableSelectionPolicies({})
3334
3334
  expect(data).to.be.ok
3335
3335
  } catch(error) {
3336
3336
  expect(error.requestId).to.be.ok
@@ -3338,9 +3338,109 @@ it("vpc.v20170312.ModifyVpcAttribute", async function () {
3338
3338
  }
3339
3339
  })
3340
3340
 
3341
- it("vpc.v20170312.DeletePrivateNatGateway", async function () {
3341
+ it("vpc.v20170312.MigrateNetworkInterface", async function () {
3342
3342
  try {
3343
- const data = await client.DeletePrivateNatGateway({})
3343
+ const data = await client.MigrateNetworkInterface({})
3344
+ expect(data).to.be.ok
3345
+ } catch(error) {
3346
+ expect(error.requestId).to.be.ok
3347
+ expect(error.code).to.be.ok
3348
+ }
3349
+ })
3350
+
3351
+ it("vpc.v20170312.ModifyAssistantCidr", async function () {
3352
+ try {
3353
+ const data = await client.ModifyAssistantCidr({})
3354
+ expect(data).to.be.ok
3355
+ } catch(error) {
3356
+ expect(error.requestId).to.be.ok
3357
+ expect(error.code).to.be.ok
3358
+ }
3359
+ })
3360
+
3361
+ it("vpc.v20170312.DeleteNatGatewayDestinationIpPortTranslationNatRule", async function () {
3362
+ try {
3363
+ const data = await client.DeleteNatGatewayDestinationIpPortTranslationNatRule({})
3364
+ expect(data).to.be.ok
3365
+ } catch(error) {
3366
+ expect(error.requestId).to.be.ok
3367
+ expect(error.code).to.be.ok
3368
+ }
3369
+ })
3370
+
3371
+ it("vpc.v20170312.CreateTrafficPackages", async function () {
3372
+ try {
3373
+ const data = await client.CreateTrafficPackages({})
3374
+ expect(data).to.be.ok
3375
+ } catch(error) {
3376
+ expect(error.requestId).to.be.ok
3377
+ expect(error.code).to.be.ok
3378
+ }
3379
+ })
3380
+
3381
+ it("vpc.v20170312.DescribeSnapshotFiles", async function () {
3382
+ try {
3383
+ const data = await client.DescribeSnapshotFiles({})
3384
+ expect(data).to.be.ok
3385
+ } catch(error) {
3386
+ expect(error.requestId).to.be.ok
3387
+ expect(error.code).to.be.ok
3388
+ }
3389
+ })
3390
+
3391
+ it("vpc.v20170312.CreateDhcpIp", async function () {
3392
+ try {
3393
+ const data = await client.CreateDhcpIp({})
3394
+ expect(data).to.be.ok
3395
+ } catch(error) {
3396
+ expect(error.requestId).to.be.ok
3397
+ expect(error.code).to.be.ok
3398
+ }
3399
+ })
3400
+
3401
+ it("vpc.v20170312.ResumeSnapshotInstance", async function () {
3402
+ try {
3403
+ const data = await client.ResumeSnapshotInstance({})
3404
+ expect(data).to.be.ok
3405
+ } catch(error) {
3406
+ expect(error.requestId).to.be.ok
3407
+ expect(error.code).to.be.ok
3408
+ }
3409
+ })
3410
+
3411
+ it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
3412
+ try {
3413
+ const data = await client.CreateAddressTemplateGroup({})
3414
+ expect(data).to.be.ok
3415
+ } catch(error) {
3416
+ expect(error.requestId).to.be.ok
3417
+ expect(error.code).to.be.ok
3418
+ }
3419
+ })
3420
+
3421
+ it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
3422
+ try {
3423
+ const data = await client.DescribeSnapshotPolicies({})
3424
+ expect(data).to.be.ok
3425
+ } catch(error) {
3426
+ expect(error.requestId).to.be.ok
3427
+ expect(error.code).to.be.ok
3428
+ }
3429
+ })
3430
+
3431
+ it("vpc.v20170312.ModifyIp6AddressesBandwidth", async function () {
3432
+ try {
3433
+ const data = await client.ModifyIp6AddressesBandwidth({})
3434
+ expect(data).to.be.ok
3435
+ } catch(error) {
3436
+ expect(error.requestId).to.be.ok
3437
+ expect(error.code).to.be.ok
3438
+ }
3439
+ })
3440
+
3441
+ it("vpc.v20170312.CreateVpcEndPoint", async function () {
3442
+ try {
3443
+ const data = await client.CreateVpcEndPoint({})
3344
3444
  expect(data).to.be.ok
3345
3445
  } catch(error) {
3346
3446
  expect(error.requestId).to.be.ok
@@ -3358,9 +3458,39 @@ it("vpc.v20170312.CreateSecurityGroupWithPolicies", async function () {
3358
3458
  }
3359
3459
  })
3360
3460
 
3361
- it("vpc.v20170312.CreateVpcEndPointServiceWhiteList", async function () {
3461
+ it("vpc.v20170312.CreateSecurityGroup", async function () {
3362
3462
  try {
3363
- const data = await client.CreateVpcEndPointServiceWhiteList({})
3463
+ const data = await client.CreateSecurityGroup({})
3464
+ expect(data).to.be.ok
3465
+ } catch(error) {
3466
+ expect(error.requestId).to.be.ok
3467
+ expect(error.code).to.be.ok
3468
+ }
3469
+ })
3470
+
3471
+ it("vpc.v20170312.ModifyVpcAttribute", async function () {
3472
+ try {
3473
+ const data = await client.ModifyVpcAttribute({})
3474
+ expect(data).to.be.ok
3475
+ } catch(error) {
3476
+ expect(error.requestId).to.be.ok
3477
+ expect(error.code).to.be.ok
3478
+ }
3479
+ })
3480
+
3481
+ it("vpc.v20170312.DeletePrivateNatGateway", async function () {
3482
+ try {
3483
+ const data = await client.DeletePrivateNatGateway({})
3484
+ expect(data).to.be.ok
3485
+ } catch(error) {
3486
+ expect(error.requestId).to.be.ok
3487
+ expect(error.code).to.be.ok
3488
+ }
3489
+ })
3490
+
3491
+ it("vpc.v20170312.CreateVpnGatewayRoutes", async function () {
3492
+ try {
3493
+ const data = await client.CreateVpnGatewayRoutes({})
3364
3494
  expect(data).to.be.ok
3365
3495
  } catch(error) {
3366
3496
  expect(error.requestId).to.be.ok