ksyun-sdk-node 1.2.4 → 1.4.9

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 (128) hide show
  1. package/.claude/settings.local.json +12 -0
  2. package/dist/base/BaseClient.js +50 -4
  3. package/dist/service/Actiontrail/v20190401/index.js +31 -31
  4. package/dist/service/Aicp/v20240612/index.js +491 -0
  5. package/dist/service/Aicp/v20251212/index.js +76 -0
  6. package/dist/service/Bill/v20180601/index.js +45 -45
  7. package/dist/service/Bill/v20220601/index.js +35 -35
  8. package/dist/service/Bill_union/v20200101/index.js +139 -103
  9. package/dist/service/Bill_union/v20221222/index.js +93 -93
  10. package/dist/service/Bill_union/v20250801/index.js +66 -0
  11. package/dist/service/Bws/v20160304/index.js +103 -103
  12. package/dist/service/Cdn/v20160901/index.js +52 -19
  13. package/dist/service/Cdn/v20200630/index.js +306 -306
  14. package/dist/service/Cdn/v20200901/index.js +108 -108
  15. package/dist/service/Cdn/v20211201/index.js +45 -0
  16. package/dist/service/Cdn/v20250503/index.js +404 -0
  17. package/dist/service/Cen/v20160304/index.js +321 -321
  18. package/dist/service/Clickhouse/v20210101/index.js +387 -387
  19. package/dist/service/Ebs/v20160304/index.js +262 -262
  20. package/dist/service/Eip/v20160304/index.js +101 -101
  21. package/dist/service/Epc/v20151101/index.js +1822 -766
  22. package/dist/service/Iam/v20151101/index.js +863 -756
  23. package/dist/service/Iam/v20240513/index.js +47 -0
  24. package/dist/service/Iam/v20240703/index.js +44 -0
  25. package/dist/service/Kad/v20161122/index.js +81 -81
  26. package/dist/service/Kce/v20180314/index.js +216 -216
  27. package/dist/service/Kce/v20190806/index.js +343 -343
  28. package/dist/service/Kce/v20201231/index.js +39 -39
  29. package/dist/service/Kcf/v20211215/index.js +141 -141
  30. package/dist/service/Kcm/v20160304/index.js +81 -81
  31. package/dist/service/Kcrs/v20211109/index.js +611 -611
  32. package/dist/service/Kcs/v20160701/index.js +800 -800
  33. package/dist/service/Kcs/v20170401/index.js +47 -47
  34. package/dist/service/Kead/v20200101/index.js +25 -25
  35. package/dist/service/Kec/v20160304/index.js +1697 -1533
  36. package/dist/service/Kes/v20201215/index.js +171 -0
  37. package/dist/service/Ket/v20170101/index.js +92 -92
  38. package/dist/service/Kkms/v20160304/index.js +108 -108
  39. package/dist/service/Klog/v20200731/index.js +232 -705
  40. package/dist/service/Kls/v20170101/index.js +135 -135
  41. package/dist/service/Kmr/v20210902/index.js +422 -0
  42. package/dist/service/Kmr/v20231231/index.js +154 -0
  43. package/dist/service/Kmr/v20240814/index.js +370 -0
  44. package/dist/service/Krds/v20160701/index.js +991 -991
  45. package/dist/service/Krds/v20200825/index.js +115 -115
  46. package/dist/service/Memcached/v20180627/index.js +172 -172
  47. package/dist/service/Mongodb/v20170101/index.js +514 -514
  48. package/dist/service/Monitor/v20100525/index.js +41 -41
  49. package/dist/service/Monitor/v20181114/index.js +25 -25
  50. package/dist/service/Monitor/v20210101/index.js +153 -116
  51. package/dist/service/Monitor/v20220101/index.js +30 -40
  52. package/dist/service/Monitor/v20250101/index.js +71 -0
  53. package/dist/service/Rabbitmq/v20191017/index.js +163 -163
  54. package/dist/service/Resourcemanager/v20210320/index.js +110 -110
  55. package/dist/service/Sks/v20151101/index.js +69 -69
  56. package/dist/service/Slb/v20160304/index.js +1208 -1208
  57. package/dist/service/Sts/v20151101/index.js +23 -23
  58. package/dist/service/Tagv2/v20200901/index.js +115 -115
  59. package/dist/service/Tidb/v20210520/index.js +254 -254
  60. package/dist/service/Trade/v20200114/index.js +20 -20
  61. package/dist/service/Trade/v20200831/index.js +22 -22
  62. package/dist/service/Vpc/v20160304/index.js +1947 -1209
  63. package/dist/service/Waf/v20200707/index.js +174 -174
  64. package/example/iam.js +2 -1
  65. package/example/res.js +2 -1
  66. package/package.json +1 -1
  67. package/src/base/BaseClient.js +51 -4
  68. package/src/service/Actiontrail/v20190401/index.js +42 -42
  69. package/src/service/Aicp/v20240612/index.js +483 -0
  70. package/src/service/Aicp/v20251212/index.js +68 -0
  71. package/src/service/Bill/v20180601/index.js +63 -64
  72. package/src/service/Bill/v20220601/index.js +50 -50
  73. package/src/service/Bill_union/v20200101/index.js +181 -146
  74. package/src/service/Bill_union/v20221222/index.js +124 -124
  75. package/src/service/Bill_union/v20250801/index.js +58 -0
  76. package/src/service/Bws/v20160304/index.js +138 -138
  77. package/src/service/Cdn/v20160901/index.js +62 -30
  78. package/src/service/Cdn/v20200630/index.js +399 -399
  79. package/src/service/Cdn/v20200901/index.js +143 -143
  80. package/src/service/Cdn/v20211201/index.js +37 -0
  81. package/src/service/Cdn/v20250503/index.js +396 -0
  82. package/src/service/Cen/v20160304/index.js +449 -449
  83. package/src/service/Clickhouse/v20210101/index.js +535 -535
  84. package/src/service/Ebs/v20160304/index.js +365 -365
  85. package/src/service/Eip/v20160304/index.js +135 -136
  86. package/src/service/Epc/v20151101/index.js +2065 -1009
  87. package/src/service/Iam/v20151101/index.js +1155 -1050
  88. package/src/service/Iam/v20240513/index.js +39 -0
  89. package/src/service/Iam/v20240703/index.js +36 -0
  90. package/src/service/Kad/v20161122/index.js +112 -112
  91. package/src/service/Kce/v20180314/index.js +309 -309
  92. package/src/service/Kce/v20190806/index.js +471 -471
  93. package/src/service/Kce/v20201231/index.js +50 -50
  94. package/src/service/Kcf/v20211215/index.js +192 -194
  95. package/src/service/Kcm/v20160304/index.js +104 -104
  96. package/src/service/Kcrs/v20211109/index.js +840 -854
  97. package/src/service/Kcs/v20160701/index.js +1095 -1098
  98. package/src/service/Kcs/v20170401/index.js +66 -66
  99. package/src/service/Kead/v20200101/index.js +36 -36
  100. package/src/service/Kec/v20160304/index.js +2061 -1902
  101. package/src/service/Kes/v20201215/index.js +163 -0
  102. package/src/service/Ket/v20170101/index.js +123 -123
  103. package/src/service/Kkms/v20160304/index.js +156 -156
  104. package/src/service/Klog/v20200731/index.js +320 -807
  105. package/src/service/Kls/v20170101/index.js +183 -183
  106. package/src/service/Kmr/v20210902/index.js +414 -0
  107. package/src/service/Kmr/v20231231/index.js +146 -0
  108. package/src/service/Kmr/v20240814/index.js +362 -0
  109. package/src/service/Krds/v20160701/index.js +1291 -1293
  110. package/src/service/Krds/v20200825/index.js +163 -163
  111. package/src/service/Memcached/v20180627/index.js +238 -245
  112. package/src/service/Mongodb/v20170101/index.js +672 -672
  113. package/src/service/Monitor/v20100525/index.js +56 -56
  114. package/src/service/Monitor/v20181114/index.js +36 -36
  115. package/src/service/Monitor/v20210101/index.js +205 -169
  116. package/src/service/Monitor/v20220101/index.js +44 -54
  117. package/src/service/Monitor/v20250101/index.js +63 -0
  118. package/src/service/Rabbitmq/v20191017/index.js +231 -231
  119. package/src/service/Resourcemanager/v20210320/index.js +157 -158
  120. package/src/service/Sks/v20151101/index.js +95 -96
  121. package/src/service/Slb/v20160304/index.js +1471 -1471
  122. package/src/service/Sts/v20151101/index.js +34 -34
  123. package/src/service/Tagv2/v20200901/index.js +163 -163
  124. package/src/service/Tidb/v20210520/index.js +352 -352
  125. package/src/service/Trade/v20200114/index.js +31 -31
  126. package/src/service/Trade/v20200831/index.js +33 -33
  127. package/src/service/Vpc/v20160304/index.js +2404 -1667
  128. package/src/service/Waf/v20200707/index.js +237 -237
@@ -1,1670 +1,2407 @@
1
1
  const BaseClient = require("../../../base/BaseClient.js");
2
2
 
3
3
  module.exports = class Client extends BaseClient {
4
- _baseConfig = {
5
- 'protocol': 'http://',
6
- 'endpoint': 'vpc.api.ksyun.com',
7
- 'config': {
8
- 'timeout': 60, //设置timeout
9
- 'headers': {
10
- 'Accept': 'application/json'
11
- },
12
- 'credentials': {
13
- 'region': 'cn-shanghai-3',
14
- 'service': 'vpc',
15
- },
16
- },
17
- }
18
- _apiList = {
19
- 'CreateVpc': {
20
- 'url': '/',
21
- 'method': 'GET',
22
- 'config': {
23
- 'query': {
24
- 'Version': '2016-03-04',
25
- 'Action': 'CreateVpc',
26
- },
27
- 'headers': {
28
- 'Content-Type': 'application/x-www-form-urlencoded'
29
- },
30
- },
31
- 'paramsType': {
32
- 'VpcName': 'String',
33
- 'CidrBlock': 'String',
34
- 'ProvidedIpv6CidrBlock': 'Boolean',
35
- }
36
- },
37
- 'DeleteVpc': {
38
- 'url': '/',
39
- 'method': 'GET',
40
- 'config': {
41
- 'query': {
42
- 'Version': '2016-03-04',
43
- 'Action': 'DeleteVpc',
44
- },
45
- 'headers': {
46
- 'Content-Type': 'application/x-www-form-urlencoded'
47
- },
48
- },
49
- 'paramsType': {
50
- 'VpcId': 'String',
51
- }
52
- },
53
- 'DescribeVpcs': {
54
- 'url': '/',
55
- 'method': 'GET',
56
- 'config': {
57
- 'query': {
58
- 'Version': '2016-03-04',
59
- 'Action': 'DescribeVpcs',
60
- },
61
- 'headers': {
62
- 'Content-Type': 'application/x-www-form-urlencoded'
63
- },
64
- },
65
- 'paramsType': {
66
- 'VpcId': 'Filter',
67
- 'MaxResults': 'Int',
68
- 'NextToken': 'String',
69
- }
70
- },
71
- 'CreateSubnet': {
72
- 'url': '/',
73
- 'method': 'GET',
74
- 'config': {
75
- 'query': {
76
- 'Version': '2016-03-04',
77
- 'Action': 'CreateSubnet',
78
- },
79
- 'headers': {
80
- 'Content-Type': 'application/x-www-form-urlencoded'
81
- },
82
- },
83
- 'paramsType': {
84
- 'VpcId': 'String',
85
- 'SubnetName': 'String',
86
- 'CidrBlock': 'String',
87
- 'ProvidedIpv6CidrBlock': 'Boolean',
88
- 'SubnetType': 'String',
89
- 'DhcpIpFrom': 'String',
90
- 'DhcpIpTo': 'String',
91
- 'Dns1': 'String',
92
- 'Dns2': 'String',
93
- 'GatewayIp': 'String',
94
- 'SecondaryCidrId': 'String',
95
- 'AvailabilityZone': 'String',
96
- }
97
- },
98
- 'DeleteSubnet': {
99
- 'url': '/',
100
- 'method': 'GET',
101
- 'config': {
102
- 'query': {
103
- 'Version': '2016-03-04',
104
- 'Action': 'DeleteSubnet',
105
- },
106
- 'headers': {
107
- 'Content-Type': 'application/x-www-form-urlencoded'
108
- },
109
- },
110
- 'paramsType': {
111
- 'SubnetId': 'String',
112
- }
113
- },
114
- 'DescribeSubnets': {
115
- 'url': '/',
116
- 'method': 'GET',
117
- 'config': {
118
- 'query': {
119
- 'Version': '2016-03-04',
120
- 'Action': 'DescribeSubnets',
121
- },
122
- 'headers': {
123
- 'Content-Type': 'application/x-www-form-urlencoded'
124
- },
125
- },
126
- 'paramsType': {
127
- 'SubnetId': 'Filter',
128
- 'Filter': 'Filter',
129
- 'MaxResults': 'Int',
130
- 'NextToken': 'String',
131
- }
132
- },
133
- 'AssociateNetworkAcl': {
134
- 'url': '/',
135
- 'method': 'GET',
136
- 'config': {
137
- 'query': {
138
- 'Version': '2016-03-04',
139
- 'Action': 'AssociateNetworkAcl',
140
- },
141
- 'headers': {
142
- 'Content-Type': 'application/x-www-form-urlencoded'
143
- },
144
- },
145
- 'paramsType': {
146
- 'SubnetId': 'String',
147
- 'NetworkAclId': 'String',
148
- }
149
- },
150
- 'DisassociateNetworkAcl': {
151
- 'url': '/',
152
- 'method': 'GET',
153
- 'config': {
154
- 'query': {
155
- 'Version': '2016-03-04',
156
- 'Action': 'DisassociateNetworkAcl',
157
- },
158
- 'headers': {
159
- 'Content-Type': 'application/x-www-form-urlencoded'
160
- },
161
- },
162
- 'paramsType': {
163
- 'SubnetId': 'String',
164
- 'NetworkAclId': 'String',
165
- }
166
- },
167
- 'CreateRoute': {
168
- 'url': '/',
169
- 'method': 'GET',
170
- 'config': {
171
- 'query': {
172
- 'Version': '2016-03-04',
173
- 'Action': 'CreateRoute',
174
- },
175
- 'headers': {
176
- 'Content-Type': 'application/x-www-form-urlencoded'
177
- },
178
- },
179
- 'paramsType': {
180
- 'VpcId': 'String',
181
- 'RouteType': 'String',
182
- 'DestinationCidrBlock': 'String',
183
- 'InstanceId': 'String',
184
- 'VpcPeeringConnectionId': 'String',
185
- 'DirectConnectGatewayId': 'String',
186
- 'VpnTunnelId': 'String',
187
- 'NetworkInterfaceId': 'String',
188
- }
189
- },
190
- 'DeleteRoute': {
191
- 'url': '/',
192
- 'method': 'GET',
193
- 'config': {
194
- 'query': {
195
- 'Version': '2016-03-04',
196
- 'Action': 'DeleteRoute',
197
- },
198
- 'headers': {
199
- 'Content-Type': 'application/x-www-form-urlencoded'
200
- },
201
- },
202
- 'paramsType': {
203
- 'RouteId': 'String',
204
- }
205
- },
206
- 'DescribeRoutes': {
207
- 'url': '/',
208
- 'method': 'GET',
209
- 'config': {
210
- 'query': {
211
- 'Version': '2016-03-04',
212
- 'Action': 'DescribeRoutes',
213
- },
214
- 'headers': {
215
- 'Content-Type': 'application/x-www-form-urlencoded'
216
- },
217
- },
218
- 'paramsType': {
219
- 'RouteId': 'Filter',
220
- 'Filter': 'Filter',
221
- 'MaxResults': 'Int',
222
- 'NextToken': 'String',
223
- }
224
- },
225
- 'CreateNetworkAcl': {
226
- 'url': '/',
227
- 'method': 'GET',
228
- 'config': {
229
- 'query': {
230
- 'Version': '2016-03-04',
231
- 'Action': 'CreateNetworkAcl',
232
- },
233
- 'headers': {
234
- 'Content-Type': 'application/x-www-form-urlencoded'
235
- },
236
- },
237
- 'paramsType': {
238
- 'VpcId': 'String',
239
- 'NetworkAclName': 'String',
240
- 'Description': 'String',
241
- }
242
- },
243
- 'DeleteNetworkAcl': {
244
- 'url': '/',
245
- 'method': 'GET',
246
- 'config': {
247
- 'query': {
248
- 'Version': '2016-03-04',
249
- 'Action': 'DeleteNetworkAcl',
250
- },
251
- 'headers': {
252
- 'Content-Type': 'application/x-www-form-urlencoded'
253
- },
254
- },
255
- 'paramsType': {
256
- 'NetworkAclId': 'String',
257
- }
258
- },
259
- 'CreateNetworkAclEntry': {
260
- 'url': '/',
261
- 'method': 'GET',
262
- 'config': {
263
- 'query': {
264
- 'Version': '2016-03-04',
265
- 'Action': 'CreateNetworkAclEntry',
266
- },
267
- 'headers': {
268
- 'Content-Type': 'application/x-www-form-urlencoded'
269
- },
270
- },
271
- 'paramsType': {
272
- 'NetworkAclId': 'String',
273
- 'Direction': 'String',
274
- 'RuleNumber': 'Int',
275
- 'Protocol': 'String',
276
- 'IcmpType': 'Int',
277
- 'IcmpCode': 'Int',
278
- 'RuleAction': 'String',
279
- 'PortRangeFrom': 'Int',
280
- 'PortRangeTo': 'Int',
281
- 'CidrBlock': 'String',
282
- 'Description': 'String',
283
- }
284
- },
285
- 'DeleteNetworkAclEntry': {
286
- 'url': '/',
287
- 'method': 'GET',
288
- 'config': {
289
- 'query': {
290
- 'Version': '2016-03-04',
291
- 'Action': 'DeleteNetworkAclEntry',
292
- },
293
- 'headers': {
294
- 'Content-Type': 'application/x-www-form-urlencoded'
295
- },
296
- },
297
- 'paramsType': {
298
- 'NetworkAclId': 'String',
299
- 'NetworkAclEntryId': 'String',
300
- }
301
- },
302
- 'DescribeNetworkAcls': {
303
- 'url': '/',
304
- 'method': 'GET',
305
- 'config': {
306
- 'query': {
307
- 'Version': '2016-03-04',
308
- 'Action': 'DescribeNetworkAcls',
309
- },
310
- 'headers': {
311
- 'Content-Type': 'application/x-www-form-urlencoded'
312
- },
313
- },
314
- 'paramsType': {
315
- 'NetworkAclId': 'Filter',
316
- 'Filter': 'Filter',
317
- 'MaxResults': 'Int',
318
- 'NextToken': 'String',
319
- }
320
- },
321
- 'CreateSecurityGroup': {
322
- 'url': '/',
323
- 'method': 'GET',
324
- 'config': {
325
- 'query': {
326
- 'Version': '2016-03-04',
327
- 'Action': 'CreateSecurityGroup',
328
- },
329
- 'headers': {
330
- 'Content-Type': 'application/x-www-form-urlencoded'
331
- },
332
- },
333
- 'paramsType': {
334
- 'VpcId': 'String',
335
- 'SecurityGroupName': 'String',
336
- 'Description': 'String',
337
- }
338
- },
339
- 'DeleteSecurityGroup': {
340
- 'url': '/',
341
- 'method': 'GET',
342
- 'config': {
343
- 'query': {
344
- 'Version': '2016-03-04',
345
- 'Action': 'DeleteSecurityGroup',
346
- },
347
- 'headers': {
348
- 'Content-Type': 'application/x-www-form-urlencoded'
349
- },
350
- },
351
- 'paramsType': {
352
- 'SecurityGroupId': 'String',
353
- }
354
- },
355
- 'AuthorizeSecurityGroupEntry': {
356
- 'url': '/',
357
- 'method': 'GET',
358
- 'config': {
359
- 'query': {
360
- 'Version': '2016-03-04',
361
- 'Action': 'AuthorizeSecurityGroupEntry',
362
- },
363
- 'headers': {
364
- 'Content-Type': 'application/x-www-form-urlencoded'
365
- },
366
- },
367
- 'paramsType': {
368
- 'Description': 'String',
369
- 'SecurityGroupId': 'String',
370
- 'CidrBlock': 'String',
371
- 'Direction': 'String',
372
- 'Protocol': 'String',
373
- 'IcmpType': 'Int',
374
- 'IcmpCode': 'Int',
375
- 'PortRangeFrom': 'Int',
376
- 'PortRangeTo': 'Int',
377
- 'RuleTag': 'String',
378
- 'Priority': 'Int',
379
- 'Policy': 'String',
380
- }
381
- },
382
- 'RevokeSecurityGroupEntry': {
383
- 'url': '/',
384
- 'method': 'GET',
385
- 'config': {
386
- 'query': {
387
- 'Version': '2016-03-04',
388
- 'Action': 'RevokeSecurityGroupEntry',
389
- },
390
- 'headers': {
391
- 'Content-Type': 'application/x-www-form-urlencoded'
392
- },
393
- },
394
- 'paramsType': {
395
- 'SecurityGroupId': 'String',
396
- 'SecurityGroupEntryId': 'String',
397
- }
398
- },
399
- 'DescribeSecurityGroups': {
400
- 'url': '/',
401
- 'method': 'GET',
402
- 'config': {
403
- 'query': {
404
- 'Version': '2016-03-04',
405
- 'Action': 'DescribeSecurityGroups',
406
- },
407
- 'headers': {
408
- 'Content-Type': 'application/x-www-form-urlencoded'
409
- },
410
- },
411
- 'paramsType': {
412
- 'SecurityGroupId': 'Filter',
413
- 'Filter': 'Filter',
414
- 'MaxResults': 'Int',
415
- 'NextToken': 'String',
416
- }
417
- },
418
- 'CreateNat': {
419
- 'url': '/',
420
- 'method': 'GET',
421
- 'config': {
422
- 'query': {
423
- 'Version': '2016-03-04',
424
- 'Action': 'CreateNat',
425
- },
426
- 'headers': {
427
- 'Content-Type': 'application/x-www-form-urlencoded'
428
- },
429
- },
430
- 'paramsType': {
431
- 'VpcId': 'String',
432
- 'NatLineId': 'String',
433
- 'BandWidth': 'Int',
434
- 'NatName': 'String',
435
- 'NatType': 'String',
436
- 'NatIpNumber': 'Int',
437
- 'NatMode': 'String',
438
- 'ProjectId': 'String',
439
- 'ChargeType': 'String',
440
- 'PurchaseTime': 'Int',
441
- }
442
- },
443
- 'DeleteNat': {
444
- 'url': '/',
445
- 'method': 'GET',
446
- 'config': {
447
- 'query': {
448
- 'Version': '2016-03-04',
449
- 'Action': 'DeleteNat',
450
- },
451
- 'headers': {
452
- 'Content-Type': 'application/x-www-form-urlencoded'
453
- },
454
- },
455
- 'paramsType': {
456
- 'NatId': 'String',
457
- }
458
- },
459
- 'DescribeNats': {
460
- 'url': '/',
461
- 'method': 'GET',
462
- 'config': {
463
- 'query': {
464
- 'Version': '2016-03-04',
465
- 'Action': 'DescribeNats',
466
- },
467
- 'headers': {
468
- 'Content-Type': 'application/x-www-form-urlencoded'
469
- },
470
- },
471
- 'paramsType': {
472
- 'ProjectId': 'Filter',
473
- 'NatId': 'Filter',
474
- 'Filter': 'Filter',
475
- 'MaxResults': 'Int',
476
- 'NextToken': 'String',
477
- }
478
- },
479
- 'AssociateNat': {
480
- 'url': '/',
481
- 'method': 'GET',
482
- 'config': {
483
- 'query': {
484
- 'Version': '2016-03-04',
485
- 'Action': 'AssociateNat',
486
- },
487
- 'headers': {
488
- 'Content-Type': 'application/x-www-form-urlencoded'
489
- },
490
- },
491
- 'paramsType': {
492
- 'NatId': 'String',
493
- 'SubnetId': 'String',
494
- }
495
- },
496
- 'DisassociateNat': {
497
- 'url': '/',
498
- 'method': 'GET',
499
- 'config': {
500
- 'query': {
501
- 'Version': '2016-03-04',
502
- 'Action': 'DisassociateNat',
503
- },
504
- 'headers': {
505
- 'Content-Type': 'application/x-www-form-urlencoded'
506
- },
507
- },
508
- 'paramsType': {
509
- 'NatId': 'String',
510
- 'SubnetId': 'String',
511
- }
512
- },
513
- 'DescribeInternetGateways': {
514
- 'url': '/',
515
- 'method': 'GET',
516
- 'config': {
517
- 'query': {
518
- 'Version': '2016-03-04',
519
- 'Action': 'DescribeInternetGateways',
520
- },
521
- 'headers': {
522
- 'Content-Type': 'application/x-www-form-urlencoded'
523
- },
524
- },
525
- 'paramsType': {
526
- 'InternetGatewayId': 'Filter',
527
- 'Filter': 'Filter',
528
- 'MaxResults': 'Int',
529
- 'NextToken': 'String',
530
- }
531
- },
532
- 'CreateVpcPeeringConnection': {
533
- 'url': '/',
534
- 'method': 'GET',
535
- 'config': {
536
- 'query': {
537
- 'Version': '2016-03-04',
538
- 'Action': 'CreateVpcPeeringConnection',
539
- },
540
- 'headers': {
541
- 'Content-Type': 'application/x-www-form-urlencoded'
542
- },
543
- },
544
- 'paramsType': {
545
- 'VpcId': 'String',
546
- 'PeeringName': 'String',
547
- 'PeerVpcId': 'String',
548
- 'Region': 'String',
549
- 'PeerRegion': 'String',
550
- 'PeerAccountId': 'String',
551
- 'BandWidth': 'Int',
552
- 'ProjectId': 'String',
553
- 'ChargeType': 'String',
554
- }
555
- },
556
- 'DeleteVpcPeeringConnection': {
557
- 'url': '/',
558
- 'method': 'GET',
559
- 'config': {
560
- 'query': {
561
- 'Version': '2016-03-04',
562
- 'Action': 'DeleteVpcPeeringConnection',
563
- },
564
- 'headers': {
565
- 'Content-Type': 'application/x-www-form-urlencoded'
566
- },
567
- },
568
- 'paramsType': {
569
- 'VpcPeeringConnectionId': 'String',
570
- }
571
- },
572
- 'DescribeVpcPeeringConnections': {
573
- 'url': '/',
574
- 'method': 'GET',
575
- 'config': {
576
- 'query': {
577
- 'Version': '2016-03-04',
578
- 'Action': 'DescribeVpcPeeringConnections',
579
- },
580
- 'headers': {
581
- 'Content-Type': 'application/x-www-form-urlencoded'
582
- },
583
- },
584
- 'paramsType': {
585
- 'ProjectId': 'Filter',
586
- 'VpcPeeringConnectionId': 'Filter',
587
- 'Filter': 'Filter',
588
- 'MaxResults': 'Int',
589
- 'NextToken': 'String',
590
- }
591
- },
592
- 'ModifyNetworkAcl': {
593
- 'url': '/',
594
- 'method': 'GET',
595
- 'config': {
596
- 'query': {
597
- 'Version': '2016-03-04',
598
- 'Action': 'ModifyNetworkAcl',
599
- },
600
- 'headers': {
601
- 'Content-Type': 'application/x-www-form-urlencoded'
602
- },
603
- },
604
- 'paramsType': {
605
- 'NetworkAclId': 'String',
606
- 'NetworkAclName': 'String',
607
- 'Description': 'String',
608
- }
609
- },
610
- 'ModifySecurityGroup': {
611
- 'url': '/',
612
- 'method': 'GET',
613
- 'config': {
614
- 'query': {
615
- 'Version': '2016-03-04',
616
- 'Action': 'ModifySecurityGroup',
617
- },
618
- 'headers': {
619
- 'Content-Type': 'application/x-www-form-urlencoded'
620
- },
621
- },
622
- 'paramsType': {
623
- 'SecurityGroupId': 'String',
624
- 'SecurityGroupName': 'String',
625
- 'Description': 'String',
626
- }
627
- },
628
- 'ModifySubnet': {
629
- 'url': '/',
630
- 'method': 'GET',
631
- 'config': {
632
- 'query': {
633
- 'Version': '2016-03-04',
634
- 'Action': 'ModifySubnet',
635
- },
636
- 'headers': {
637
- 'Content-Type': 'application/x-www-form-urlencoded'
638
- },
639
- },
640
- 'paramsType': {
641
- 'SubnetId': 'String',
642
- 'SubnetName': 'String',
643
- 'Dns1': 'String',
644
- 'Dns2': 'String',
645
- }
646
- },
647
- 'ModifyNat': {
648
- 'url': '/',
649
- 'method': 'GET',
650
- 'config': {
651
- 'query': {
652
- 'Version': '2016-03-04',
653
- 'Action': 'ModifyNat',
654
- },
655
- 'headers': {
656
- 'Content-Type': 'application/x-www-form-urlencoded'
657
- },
658
- },
659
- 'paramsType': {
660
- 'NatId': 'String',
661
- 'NatName': 'String',
662
- 'BandWidth': 'Int',
663
- }
664
- },
665
- 'DescribeNetworkInterfaces': {
666
- 'url': '/',
667
- 'method': 'GET',
668
- 'config': {
669
- 'query': {
670
- 'Version': '2016-03-04',
671
- 'Action': 'DescribeNetworkInterfaces',
672
- },
673
- 'headers': {
674
- 'Content-Type': 'application/x-www-form-urlencoded'
675
- },
676
- },
677
- 'paramsType': {
678
- 'NetworkInterfaceId': 'Filter',
679
- 'Filter': 'Filter',
680
- 'MaxResults': 'Int',
681
- 'NextToken': 'String',
682
- }
683
- },
684
- 'DescribeSubnetAvailableAddresses': {
685
- 'url': '/',
686
- 'method': 'GET',
687
- 'config': {
688
- 'query': {
689
- 'Version': '2016-03-04',
690
- 'Action': 'DescribeSubnetAvailableAddresses',
691
- },
692
- 'headers': {
693
- 'Content-Type': 'application/x-www-form-urlencoded'
694
- },
695
- },
696
- 'paramsType': {
697
- 'Filter': 'Filter',
698
- 'MaxResults': 'Int',
699
- 'NextToken': 'String',
700
- }
701
- },
702
- 'ModifyVpc': {
703
- 'url': '/',
704
- 'method': 'GET',
705
- 'config': {
706
- 'query': {
707
- 'Version': '2016-03-04',
708
- 'Action': 'ModifyVpc',
709
- },
710
- 'headers': {
711
- 'Content-Type': 'application/x-www-form-urlencoded'
712
- },
713
- },
714
- 'paramsType': {
715
- 'VpcName': 'String',
716
- 'VpcId': 'String',
717
- }
718
- },
719
- 'AcceptVpcPeeringConnection': {
720
- 'url': '/',
721
- 'method': 'GET',
722
- 'config': {
723
- 'query': {
724
- 'Version': '2016-03-04',
725
- 'Action': 'AcceptVpcPeeringConnection',
726
- },
727
- 'headers': {
728
- 'Content-Type': 'application/x-www-form-urlencoded'
729
- },
730
- },
731
- 'paramsType': {
732
- 'VpcPeeringConnectionId': 'String',
733
- }
734
- },
735
- 'RejectVpcPeeringConnection': {
736
- 'url': '/',
737
- 'method': 'GET',
738
- 'config': {
739
- 'query': {
740
- 'Version': '2016-03-04',
741
- 'Action': 'RejectVpcPeeringConnection',
742
- },
743
- 'headers': {
744
- 'Content-Type': 'application/x-www-form-urlencoded'
745
- },
746
- },
747
- 'paramsType': {
748
- 'VpcPeeringConnectionId': 'String',
749
- }
750
- },
751
- 'ModifyVpcPeeringConnection': {
752
- 'url': '/',
753
- 'method': 'GET',
754
- 'config': {
755
- 'query': {
756
- 'Version': '2016-03-04',
757
- 'Action': 'ModifyVpcPeeringConnection',
758
- },
759
- 'headers': {
760
- 'Content-Type': 'application/x-www-form-urlencoded'
761
- },
762
- },
763
- 'paramsType': {
764
- 'VpcPeeringConnectionId': 'String',
765
- 'PeeringName': 'String',
766
- 'BandWidth': 'Int',
767
- }
768
- },
769
- 'DescribeAvailabilityZones': {
770
- 'url': '/',
771
- 'method': 'GET',
772
- 'config': {
773
- 'query': {
774
- 'Version': '2016-03-04',
775
- 'Action': 'DescribeAvailabilityZones',
776
- },
777
- 'headers': {
778
- 'Content-Type': 'application/x-www-form-urlencoded'
779
- },
780
- },
781
- 'paramsType': {
782
- }
783
- },
784
- 'DescribeDirectConnects': {
785
- 'url': '/',
786
- 'method': 'GET',
787
- 'config': {
788
- 'query': {
789
- 'Version': '2016-03-04',
790
- 'Action': 'DescribeDirectConnects',
791
- },
792
- 'headers': {
793
- 'Content-Type': 'application/x-www-form-urlencoded'
794
- },
795
- },
796
- 'paramsType': {
797
- 'DirectConnectId': 'Filter',
798
- 'MaxResults': 'Int',
799
- 'NextToken': 'String',
800
- }
801
- },
802
- 'CreateDirectConnectInterface': {
803
- 'url': '/',
804
- 'method': 'GET',
805
- 'config': {
806
- 'query': {
807
- 'Version': '2016-03-04',
808
- 'Action': 'CreateDirectConnectInterface',
809
- },
810
- 'headers': {
811
- 'Content-Type': 'application/x-www-form-urlencoded'
812
- },
813
- },
814
- 'paramsType': {
815
- 'DirectConnectId': 'String',
816
- 'VlanId': 'Int',
817
- 'RouteType': 'String',
818
- 'DirectConnectInterfaceName': 'String',
819
- 'DirectConnectInterfaceAccountId': 'String',
820
- 'CustomerPeerIp': 'String',
821
- 'LocalPeerIp': 'String',
822
- 'HaDirectConnectId': 'String',
823
- 'HaCustomerPeerIp': 'String',
824
- 'HaLocalPeerIp': 'String',
825
- 'BgpPeer': 'String',
826
- 'ReliabilityMethod': 'String',
827
- 'BfdConfigId': 'String',
828
- 'BgpClientToken': 'String',
829
- }
830
- },
831
- 'DeleteDirectConnectInterface': {
832
- 'url': '/',
833
- 'method': 'GET',
834
- 'config': {
835
- 'query': {
836
- 'Version': '2016-03-04',
837
- 'Action': 'DeleteDirectConnectInterface',
838
- },
839
- 'headers': {
840
- 'Content-Type': 'application/x-www-form-urlencoded'
841
- },
842
- },
843
- 'paramsType': {
844
- 'DirectConnectInterfaceId': 'String',
845
- }
846
- },
847
- 'DescribeDirectConnectInterfaces': {
848
- 'url': '/',
849
- 'method': 'GET',
850
- 'config': {
851
- 'query': {
852
- 'Version': '2016-03-04',
853
- 'Action': 'DescribeDirectConnectInterfaces',
854
- },
855
- 'headers': {
856
- 'Content-Type': 'application/x-www-form-urlencoded'
857
- },
858
- },
859
- 'paramsType': {
860
- 'DirectConnectInterfaceId': 'Filter',
861
- 'MaxResults': 'Int',
862
- 'NextToken': 'String',
863
- }
864
- },
865
- 'CreateDirectConnectGateway': {
866
- 'url': '/',
867
- 'method': 'GET',
868
- 'config': {
869
- 'query': {
870
- 'Version': '2016-03-04',
871
- 'Action': 'CreateDirectConnectGateway',
872
- },
873
- 'headers': {
874
- 'Content-Type': 'application/x-www-form-urlencoded'
875
- },
876
- },
877
- 'paramsType': {
878
- 'VpcId': 'String',
879
- 'DirectConnectGatewayName': 'String',
880
- }
881
- },
882
- 'DeleteDirectConnectGateway': {
883
- 'url': '/',
884
- 'method': 'GET',
885
- 'config': {
886
- 'query': {
887
- 'Version': '2016-03-04',
888
- 'Action': 'DeleteDirectConnectGateway',
889
- },
890
- 'headers': {
891
- 'Content-Type': 'application/x-www-form-urlencoded'
892
- },
893
- },
894
- 'paramsType': {
895
- 'DirectConnectGatewayId': 'String',
896
- }
897
- },
898
- 'DescribeDirectConnectGateways': {
899
- 'url': '/',
900
- 'method': 'GET',
901
- 'config': {
902
- 'query': {
903
- 'Version': '2016-03-04',
904
- 'Action': 'DescribeDirectConnectGateways',
905
- },
906
- 'headers': {
907
- 'Content-Type': 'application/x-www-form-urlencoded'
908
- },
909
- },
910
- 'paramsType': {
911
- 'DirectConnectGatewayId': 'Filter',
912
- 'Filter': 'Filter',
913
- 'MaxResults': 'Int',
914
- 'NextToken': 'String',
915
- }
916
- },
917
- 'AttachDirectConnectGateway': {
918
- 'url': '/',
919
- 'method': 'GET',
920
- 'config': {
921
- 'query': {
922
- 'Version': '2016-03-04',
923
- 'Action': 'AttachDirectConnectGateway',
924
- },
925
- 'headers': {
926
- 'Content-Type': 'application/x-www-form-urlencoded'
927
- },
928
- },
929
- 'paramsType': {
930
- 'DirectConnectGatewayId': 'String',
931
- 'DirectConnectInterfaceId': 'String',
932
- }
933
- },
934
- 'DetachDirectConnectGateway': {
935
- 'url': '/',
936
- 'method': 'GET',
937
- 'config': {
938
- 'query': {
939
- 'Version': '2016-03-04',
940
- 'Action': 'DetachDirectConnectGateway',
941
- },
942
- 'headers': {
943
- 'Content-Type': 'application/x-www-form-urlencoded'
944
- },
945
- },
946
- 'paramsType': {
947
- 'DirectConnectGatewayId': 'String',
948
- 'DirectConnectInterfaceId': 'String',
949
- }
950
- },
951
- 'ModifyDirectConnectInterface': {
952
- 'url': '/',
953
- 'method': 'GET',
954
- 'config': {
955
- 'query': {
956
- 'Version': '2016-03-04',
957
- 'Action': 'ModifyDirectConnectInterface',
958
- },
959
- 'headers': {
960
- 'Content-Type': 'application/x-www-form-urlencoded'
961
- },
962
- },
963
- 'paramsType': {
964
- 'DirectConnectInterfaceId': 'String',
965
- 'DirectConnectInterfaceName': 'String',
966
- }
967
- },
968
- 'ModifyDirectConnectGateway': {
969
- 'url': '/',
970
- 'method': 'GET',
971
- 'config': {
972
- 'query': {
973
- 'Version': '2016-03-04',
974
- 'Action': 'ModifyDirectConnectGateway',
975
- },
976
- 'headers': {
977
- 'Content-Type': 'application/x-www-form-urlencoded'
978
- },
979
- },
980
- 'paramsType': {
981
- 'DirectConnectGatewayId': 'String',
982
- 'DirectConnectGatewayName': 'String',
983
- }
984
- },
985
- 'CreateVpnGateway': {
986
- 'url': '/',
987
- 'method': 'GET',
988
- 'config': {
989
- 'query': {
990
- 'Version': '2016-03-04',
991
- 'Action': 'CreateVpnGateway',
992
- },
993
- 'headers': {
994
- 'Content-Type': 'application/x-www-form-urlencoded'
995
- },
996
- },
997
- 'paramsType': {
998
- 'VpcId': 'String',
999
- 'BandWidth': 'Int',
1000
- 'VpnGatewayName': 'String',
1001
- 'ProjectId': 'String',
1002
- 'ChargeType': 'String',
1003
- 'PurchaseTime': 'Int',
1004
- }
1005
- },
1006
- 'ModifyVpnGateway': {
1007
- 'url': '/',
1008
- 'method': 'GET',
1009
- 'config': {
1010
- 'query': {
1011
- 'Version': '2016-03-04',
1012
- 'Action': 'ModifyVpnGateway',
1013
- },
1014
- 'headers': {
1015
- 'Content-Type': 'application/x-www-form-urlencoded'
1016
- },
1017
- },
1018
- 'paramsType': {
1019
- 'VpnGatewayId': 'String',
1020
- 'BandWidth': 'Int',
1021
- 'VpnGatewayName': 'String',
1022
- }
1023
- },
1024
- 'DeleteVpnGateway': {
1025
- 'url': '/',
1026
- 'method': 'GET',
1027
- 'config': {
1028
- 'query': {
1029
- 'Version': '2016-03-04',
1030
- 'Action': 'DeleteVpnGateway',
1031
- },
1032
- 'headers': {
1033
- 'Content-Type': 'application/x-www-form-urlencoded'
1034
- },
1035
- },
1036
- 'paramsType': {
1037
- 'VpnGatewayId': 'String',
1038
- }
1039
- },
1040
- 'DescribeVpnGateways': {
1041
- 'url': '/',
1042
- 'method': 'GET',
1043
- 'config': {
1044
- 'query': {
1045
- 'Version': '2016-03-04',
1046
- 'Action': 'DescribeVpnGateways',
1047
- },
1048
- 'headers': {
1049
- 'Content-Type': 'application/x-www-form-urlencoded'
1050
- },
1051
- },
1052
- 'paramsType': {
1053
- 'ProjectId': 'Filter',
1054
- 'VpnGatewayId': 'Filter',
1055
- 'Filter': 'Filter',
1056
- 'MaxResults': 'Int',
1057
- 'NextToken': 'String',
1058
- }
1059
- },
1060
- 'CreateVpnTunnel': {
1061
- 'url': '/',
1062
- 'method': 'POST',
1063
- 'config': {
1064
- 'query': {
1065
- 'Version': '2016-03-04',
1066
- 'Action': 'CreateVpnTunnel',
1067
- },
1068
- 'headers': {
1069
- 'Content-Type': 'application/x-www-form-urlencoded'
1070
- },
1071
- },
1072
- 'paramsType': {
1073
- 'CustomerGatewayId': 'String',
1074
- 'VpnGatewayId': 'String',
1075
- 'VpnTunnelName': 'String',
1076
- 'IpsecAuthenAlgorithm': 'String',
1077
- 'IpsecEncryAlgorithm': 'String',
1078
- 'IkeAuthenAlgorithm': 'String',
1079
- 'IkeEncryAlgorithm': 'String',
1080
- 'Type': 'String',
1081
- 'PreSharedKey': 'String',
1082
- 'IpsecLifetimeSecond': 'Int',
1083
- 'IpsecLifetimeTraffic': 'Int',
1084
- 'IkeDHGroup': 'String',
1085
- 'EnableNatTraversal': 'Boolean',
1086
- 'VpnGreIp': 'String',
1087
- 'HaVpnGreIp': 'String',
1088
- 'CustomerGreIp': 'String',
1089
- 'HaCustomerGreIp': 'String',
1090
- }
1091
- },
1092
- 'ModifyVpnTunnel': {
1093
- 'url': '/',
1094
- 'method': 'GET',
1095
- 'config': {
1096
- 'query': {
1097
- 'Version': '2016-03-04',
1098
- 'Action': 'ModifyVpnTunnel',
1099
- },
1100
- 'headers': {
1101
- 'Content-Type': 'application/x-www-form-urlencoded'
1102
- },
1103
- },
1104
- 'paramsType': {
1105
- 'VpnTunnelId': 'String',
1106
- 'VpnTunnelName': 'String',
1107
- }
1108
- },
1109
- 'DeleteVpnTunnel': {
1110
- 'url': '/',
1111
- 'method': 'GET',
1112
- 'config': {
1113
- 'query': {
1114
- 'Version': '2016-03-04',
1115
- 'Action': 'DeleteVpnTunnel',
1116
- },
1117
- 'headers': {
1118
- 'Content-Type': 'application/x-www-form-urlencoded'
1119
- },
1120
- },
1121
- 'paramsType': {
1122
- 'VpnTunnelId': 'String',
1123
- }
1124
- },
1125
- 'DescribeVpnTunnels': {
1126
- 'url': '/',
1127
- 'method': 'GET',
1128
- 'config': {
1129
- 'query': {
1130
- 'Version': '2016-03-04',
1131
- 'Action': 'DescribeVpnTunnels',
1132
- },
1133
- 'headers': {
1134
- 'Content-Type': 'application/x-www-form-urlencoded'
1135
- },
1136
- },
1137
- 'paramsType': {
1138
- 'VpnTunnelId': 'Filter',
1139
- 'Filter': 'Filter',
1140
- 'MaxResults': 'Int',
1141
- 'NextToken': 'String',
1142
- }
1143
- },
1144
- 'CreateCustomerGateway': {
1145
- 'url': '/',
1146
- 'method': 'GET',
1147
- 'config': {
1148
- 'query': {
1149
- 'Version': '2016-03-04',
1150
- 'Action': 'CreateCustomerGateway',
1151
- },
1152
- 'headers': {
1153
- 'Content-Type': 'application/x-www-form-urlencoded'
1154
- },
1155
- },
1156
- 'paramsType': {
1157
- 'CustomerGatewayName': 'String',
1158
- 'CustomerGatewayAddress': 'String',
1159
- 'HaCustomerGatewayAddress': 'String',
1160
- }
1161
- },
1162
- 'ModifyCustomerGateway': {
1163
- 'url': '/',
1164
- 'method': 'GET',
1165
- 'config': {
1166
- 'query': {
1167
- 'Version': '2016-03-04',
1168
- 'Action': 'ModifyCustomerGateway',
1169
- },
1170
- 'headers': {
1171
- 'Content-Type': 'application/x-www-form-urlencoded'
1172
- },
1173
- },
1174
- 'paramsType': {
1175
- 'CustomerGatewayId': 'String',
1176
- 'CustomerGatewayName': 'String',
1177
- }
1178
- },
1179
- 'DeleteCustomerGateway': {
1180
- 'url': '/',
1181
- 'method': 'GET',
1182
- 'config': {
1183
- 'query': {
1184
- 'Version': '2016-03-04',
1185
- 'Action': 'DeleteCustomerGateway',
1186
- },
1187
- 'headers': {
1188
- 'Content-Type': 'application/x-www-form-urlencoded'
1189
- },
1190
- },
1191
- 'paramsType': {
1192
- 'CustomerGatewayId': 'String',
1193
- }
1194
- },
1195
- 'ModifyDirectConnect': {
1196
- 'url': '/',
1197
- 'method': 'GET',
1198
- 'config': {
1199
- 'query': {
1200
- 'Version': '2016-03-04',
1201
- 'Action': 'ModifyDirectConnect',
1202
- },
1203
- 'headers': {
1204
- 'Content-Type': 'application/x-www-form-urlencoded'
1205
- },
1206
- },
1207
- 'paramsType': {
1208
- 'DirectConnectId': 'String',
1209
- 'DirectConnectName': 'String',
1210
- }
1211
- },
1212
- 'DescribeCustomerGateways': {
1213
- 'url': '/',
1214
- 'method': 'GET',
1215
- 'config': {
1216
- 'query': {
1217
- 'Version': '2016-03-04',
1218
- 'Action': 'DescribeCustomerGateways',
1219
- },
1220
- 'headers': {
1221
- 'Content-Type': 'application/x-www-form-urlencoded'
1222
- },
1223
- },
1224
- 'paramsType': {
1225
- 'CustomerGatewayId': 'Filter',
1226
- 'MaxResults': 'Int',
1227
- 'NextToken': 'String',
1228
- }
1229
- },
1230
- 'DescribeSubnetAllocatedIpAddresses': {
1231
- 'url': '/',
1232
- 'method': 'GET',
1233
- 'config': {
1234
- 'query': {
1235
- 'Version': '2016-03-04',
1236
- 'Action': 'DescribeSubnetAllocatedIpAddresses',
1237
- },
1238
- 'headers': {
1239
- 'Content-Type': 'application/x-www-form-urlencoded'
1240
- },
1241
- },
1242
- 'paramsType': {
1243
- 'Filter': 'Filter',
1244
- 'MaxResults': 'Int',
1245
- 'NextToken': 'String',
1246
- }
1247
- },
1248
- 'ModifyPrivateIpAddressAttribute': {
1249
- 'url': '/',
1250
- 'method': 'GET',
1251
- 'config': {
1252
- 'query': {
1253
- 'Version': '2016-03-04',
1254
- 'Action': 'ModifyPrivateIpAddressAttribute',
1255
- },
1256
- 'headers': {
1257
- 'Content-Type': 'application/x-www-form-urlencoded'
1258
- },
1259
- },
1260
- 'paramsType': {
1261
- 'SubnetId': 'String',
1262
- 'PrivateIpAddress': 'String',
1263
- 'Status': 'String',
1264
- }
1265
- },
1266
- 'DeleteNetworkInterface': {
1267
- 'url': '/',
1268
- 'method': 'GET',
1269
- 'config': {
1270
- 'query': {
1271
- 'Version': '2016-03-04',
1272
- 'Action': 'DeleteNetworkInterface',
1273
- },
1274
- 'headers': {
1275
- 'Content-Type': 'application/x-www-form-urlencoded'
1276
- },
1277
- },
1278
- 'paramsType': {
1279
- 'NetworkInterfaceId': 'String',
1280
- }
1281
- },
1282
- 'CreateNetworkInterface': {
1283
- 'url': '/',
1284
- 'method': 'GET',
1285
- 'config': {
1286
- 'query': {
1287
- 'Version': '2016-03-04',
1288
- 'Action': 'CreateNetworkInterface',
1289
- },
1290
- 'headers': {
1291
- 'Content-Type': 'application/x-www-form-urlencoded'
1292
- },
1293
- },
1294
- 'paramsType': {
1295
- 'SubnetId': 'String',
1296
- 'NetworkInterfaceName': 'String',
1297
- 'PrivateIpAddress': 'String',
1298
- 'SecurityGroupId': 'Filter',
1299
- }
1300
- },
1301
- 'ModifyNetworkInterface': {
1302
- 'url': '/',
1303
- 'method': 'GET',
1304
- 'config': {
1305
- 'query': {
1306
- 'Version': '2016-03-04',
1307
- 'Action': 'ModifyNetworkInterface',
1308
- },
1309
- 'headers': {
1310
- 'Content-Type': 'application/x-www-form-urlencoded'
1311
- },
1312
- },
1313
- 'paramsType': {
1314
- 'NetworkInterfaceName': 'String',
1315
- 'NetworkInterfaceId': 'String',
1316
- }
1317
- },
1318
- 'CreateHaVip': {
1319
- 'url': '/',
1320
- 'method': 'GET',
1321
- 'config': {
1322
- 'query': {
1323
- 'Version': '2016-03-04',
1324
- 'Action': 'CreateHaVip',
1325
- },
1326
- 'headers': {
1327
- 'Content-Type': 'application/x-www-form-urlencoded'
1328
- },
1329
- },
1330
- 'paramsType': {
1331
- 'SubnetId': 'String',
1332
- 'IpAddress': 'String',
1333
- }
1334
- },
1335
- 'DeleteHaVip': {
1336
- 'url': '/',
1337
- 'method': 'GET',
1338
- 'config': {
1339
- 'query': {
1340
- 'Version': '2016-03-04',
1341
- 'Action': 'DeleteHaVip',
1342
- },
1343
- 'headers': {
1344
- 'Content-Type': 'application/x-www-form-urlencoded'
1345
- },
1346
- },
1347
- 'paramsType': {
1348
- 'HaVipId': 'String',
1349
- }
1350
- },
1351
- 'AssociateHaVip': {
1352
- 'url': '/',
1353
- 'method': 'GET',
1354
- 'config': {
1355
- 'query': {
1356
- 'Version': '2016-03-04',
1357
- 'Action': 'AssociateHaVip',
1358
- },
1359
- 'headers': {
1360
- 'Content-Type': 'application/x-www-form-urlencoded'
1361
- },
1362
- },
1363
- 'paramsType': {
1364
- 'NetworkInterfaceId': 'String',
1365
- 'HaVipId': 'String',
1366
- }
1367
- },
1368
- 'UnAssociateHaVip': {
1369
- 'url': '/',
1370
- 'method': 'GET',
1371
- 'config': {
1372
- 'query': {
1373
- 'Version': '2016-03-04',
1374
- 'Action': 'UnAssociateHaVip',
1375
- },
1376
- 'headers': {
1377
- 'Content-Type': 'application/x-www-form-urlencoded'
1378
- },
1379
- },
1380
- 'paramsType': {
1381
- 'NetworkInterfaceId': 'String',
1382
- 'HaVipId': 'String',
1383
- }
1384
- },
1385
- 'DescribeHaVip': {
1386
- 'url': '/',
1387
- 'method': 'GET',
1388
- 'config': {
1389
- 'query': {
1390
- 'Version': '2016-03-04',
1391
- 'Action': 'DescribeHaVip',
1392
- },
1393
- 'headers': {
1394
- 'Content-Type': 'application/x-www-form-urlencoded'
1395
- },
1396
- },
1397
- 'paramsType': {
1398
- 'HaVipId': 'Filter',
1399
- 'Filter': 'Filter',
1400
- 'MaxResults': 'Int',
1401
- 'NextToken': 'String',
1402
- }
1403
- },
1404
- 'DeleteDirectConnectGatewayRoute': {
1405
- 'url': '/',
1406
- 'method': 'GET',
1407
- 'config': {
1408
- 'query': {
1409
- 'Version': '2016-03-04',
1410
- 'Action': 'DeleteDirectConnectGatewayRoute',
1411
- },
1412
- 'headers': {
1413
- 'Content-Type': 'application/x-www-form-urlencoded'
1414
- },
1415
- },
1416
- 'paramsType': {
1417
- 'DirectConnectGatewayRouteId': 'String',
1418
- }
1419
- },
1420
- 'DescribeDirectConnectGatewayRoute': {
1421
- 'url': '/',
1422
- 'method': 'GET',
1423
- 'config': {
1424
- 'query': {
1425
- 'Version': '2016-03-04',
1426
- 'Action': 'DescribeDirectConnectGatewayRoute',
1427
- },
1428
- 'headers': {
1429
- 'Content-Type': 'application/json'
1430
- },
1431
- },
1432
- 'paramsType': {
1433
- 'DirectConnectGatewayId': 'String',
1434
- 'MaxResults': 'Int',
1435
- 'Filter': 'Filter',
1436
- 'NextToken': 'String',
1437
- }
1438
- },
1439
- 'PublishDirectConnectRoute': {
1440
- 'url': '/',
1441
- 'method': 'GET',
1442
- 'config': {
1443
- 'query': {
1444
- 'Version': '2016-03-04',
1445
- 'Action': 'PublishDirectConnectRoute',
1446
- },
1447
- 'headers': {
1448
- 'Content-Type': 'application/x-www-form-urlencoded'
1449
- },
1450
- },
1451
- 'paramsType': {
1452
- 'DirectConnectGatewayRouteId': 'String',
1453
- }
1454
- },
1455
- 'UnpublishDirectConnectRoute': {
1456
- 'url': '/',
1457
- 'method': 'GET',
1458
- 'config': {
1459
- 'query': {
1460
- 'Version': '2016-03-04',
1461
- 'Action': 'UnpublishDirectConnectRoute',
1462
- },
1463
- 'headers': {
1464
- 'Content-Type': 'application/x-www-form-urlencoded'
1465
- },
1466
- },
1467
- 'paramsType': {
1468
- 'DirectConnectGatewayRouteId': 'String',
1469
- }
1470
- },
1471
- 'AddSecondaryCidrBlock': {
1472
- 'url': '/',
1473
- 'method': 'GET',
1474
- 'config': {
1475
- 'query': {
1476
- 'Version': '2016-03-04',
1477
- 'Action': 'AddSecondaryCidrBlock',
1478
- },
1479
- 'headers': {
1480
- 'Content-Type': 'application/x-www-form-urlencoded'
1481
- },
1482
- },
1483
- 'paramsType': {
1484
- 'VpcId': 'String',
1485
- 'CidrBlock': 'String',
1486
- }
1487
- },
1488
- 'DeleteSecondaryCidrBlock': {
1489
- 'url': '/',
1490
- 'method': 'GET',
1491
- 'config': {
1492
- 'query': {
1493
- 'Version': '2016-03-04',
1494
- 'Action': 'DeleteSecondaryCidrBlock',
1495
- },
1496
- 'headers': {
1497
- 'Content-Type': 'application/x-www-form-urlencoded'
1498
- },
1499
- },
1500
- 'paramsType': {
1501
- 'VpcId': 'String',
1502
- 'SecondaryCidrId': 'String',
1503
- }
1504
- },
1505
- 'AssignPrivateIpAddress': {
1506
- 'url': '/',
1507
- 'method': 'GET',
1508
- 'config': {
1509
- 'query': {
1510
- 'Version': '2016-03-04',
1511
- 'Action': 'AssignPrivateIpAddress',
1512
- },
1513
- 'headers': {
1514
- 'Content-Type': 'application/x-www-form-urlencoded'
1515
- },
1516
- },
1517
- 'paramsType': {
1518
- 'NetworkInterfaceId': 'String',
1519
- 'PrivateIpAddress': 'Filter',
1520
- 'SecondaryPrivateIpAddressCount': 'Int',
1521
- }
1522
- },
1523
- 'UnassignPrivateIpAddress': {
1524
- 'url': '/',
1525
- 'method': 'GET',
1526
- 'config': {
1527
- 'query': {
1528
- 'Version': '2016-03-04',
1529
- 'Action': 'UnassignPrivateIpAddress',
1530
- },
1531
- 'headers': {
1532
- 'Content-Type': 'application/x-www-form-urlencoded'
1533
- },
1534
- },
1535
- 'paramsType': {
1536
- 'NetworkInterfaceId': 'String',
1537
- 'PrivateIpAddress': 'Filter',
1538
- }
1539
- },
1540
- 'DescribeVpnGatewayRoutes': {
1541
- 'url': '/',
1542
- 'method': 'GET',
1543
- 'config': {
1544
- 'query': {
1545
- 'Version': '2016-03-04',
1546
- 'Action': 'DescribeVpnGatewayRoutes',
1547
- },
1548
- 'headers': {
1549
- 'Content-Type': 'application/x-www-form-urlencoded'
1550
- },
1551
- },
1552
- 'paramsType': {
1553
- 'vpnGatewayId': 'String',
1554
- 'Filter': 'Filter',
1555
- 'maxResults': 'Int',
1556
- 'nextToken': 'String',
1557
- }
1558
- },
1559
- 'CreateVpnGatewayRoute': {
1560
- 'url': '/',
1561
- 'method': 'POST',
1562
- 'config': {
1563
- 'query': {
1564
- 'Version': '2016-03-04',
1565
- 'Action': 'CreateVpnGatewayRoute',
1566
- },
1567
- 'headers': {
1568
- 'Content-Type': 'application/x-www-form-urlencoded'
1569
- },
1570
- },
1571
- 'paramsType': {
1572
- 'VpnGatewayId': 'String',
1573
- 'DestinationCidrBlock': 'String',
1574
- 'NextHopType': 'String',
1575
- 'NextHopInstanceId': 'String',
1576
- }
1577
- },
1578
- 'DeleteVpnGatewayRoute': {
1579
- 'url': '/',
1580
- 'method': 'GET',
1581
- 'config': {
1582
- 'query': {
1583
- 'Version': '2016-03-04',
1584
- 'Action': 'DeleteVpnGatewayRoute',
1585
- },
1586
- 'headers': {
1587
- 'Content-Type': 'application/x-www-form-urlencoded'
1588
- },
1589
- },
1590
- 'paramsType': {
1591
- 'VpnGatewayRouteId': 'String',
1592
- }
1593
- },
1594
- 'DescribeVpnTunnelIpsecStatus': {
1595
- 'url': '/',
1596
- 'method': 'GET',
1597
- 'config': {
1598
- 'query': {
1599
- 'Version': '2016-03-04',
1600
- 'Action': 'DescribeVpnTunnelIpsecStatus',
1601
- },
1602
- 'headers': {
1603
- 'Content-Type': 'application/x-www-form-urlencoded'
1604
- },
1605
- },
1606
- 'paramsType': {
1607
- 'IsMaster': 'Int',
1608
- 'VpnTunnelId': 'Filter',
1609
- }
1610
- },
1611
- 'QueryNatTopVifMonitor': {
1612
- 'url': '/',
1613
- 'method': 'GET',
1614
- 'config': {
1615
- 'query': {
1616
- 'Version': '2016-03-04',
1617
- 'Action': 'QueryNatTopVifMonitor',
1618
- },
1619
- 'headers': {
1620
- 'Content-Type': 'application/x-www-form-urlencoded'
1621
- },
1622
- },
1623
- 'paramsType': {
1624
- 'NatId': 'String',
1625
- 'StartTime': 'String',
1626
- 'EndTime': 'String',
1627
- 'SortType': 'String',
1628
- 'InstanceType': 'String',
1629
- 'ip': 'String',
1630
- }
1631
- },
1632
- 'ModifyNatIpStatus': {
1633
- 'url': '/',
1634
- 'method': 'GET',
1635
- 'config': {
1636
- 'query': {
1637
- 'Version': '2016-03-04',
1638
- 'Action': 'ModifyNatIpStatus',
1639
- },
1640
- 'headers': {
1641
- 'Content-Type': 'application/x-www-form-urlencoded'
1642
- },
1643
- },
1644
- 'paramsType': {
1645
- 'NatIpId': 'String',
1646
- 'Enabled': 'Boolean',
1647
- }
1648
- },
1649
- 'QueryPeerTopVifMonitor': {
1650
- 'url': '/',
1651
- 'method': 'GET',
1652
- 'config': {
1653
- 'query': {
1654
- 'Version': '2016-03-04',
1655
- 'Action': 'QueryPeerTopVifMonitor',
1656
- },
1657
- 'headers': {
1658
- 'Content-Type': 'application/x-www-form-urlencoded'
1659
- },
1660
- },
1661
- 'paramsType': {
1662
- 'VpcId': 'String',
1663
- 'StartTime': 'String',
1664
- 'EndTime': 'String',
1665
- 'SortType': 'String',
1666
- 'Ip': 'String',
1667
- }
1668
- },
1669
- }
1670
- }
4
+ _baseConfig = {
5
+ protocol: "http://",
6
+ endpoint: "vpc.api.ksyun.com",
7
+ config: {
8
+ timeout: 60, //设置timeout
9
+ headers: {
10
+ Accept: "application/json",
11
+ },
12
+ credentials: {
13
+ region: "cn-shanghai-3",
14
+ service: "vpc",
15
+ },
16
+ },
17
+ };
18
+ _apiList = {
19
+ CreateVpc: {
20
+ url: "/",
21
+ method: "GET",
22
+ config: {
23
+ query: {
24
+ Version: "2016-03-04",
25
+ Action: "CreateVpc",
26
+ },
27
+ headers: {
28
+ "Content-Type": "application/x-www-form-urlencoded",
29
+ },
30
+ },
31
+ paramsType: {
32
+ VpcName: "String",
33
+ CidrBlock: "String",
34
+ ProvidedIpv6CidrBlock: "Boolean",
35
+ },
36
+ },
37
+ DeleteVpc: {
38
+ url: "/",
39
+ method: "GET",
40
+ config: {
41
+ query: {
42
+ Version: "2016-03-04",
43
+ Action: "DeleteVpc",
44
+ },
45
+ headers: {
46
+ "Content-Type": "application/x-www-form-urlencoded",
47
+ },
48
+ },
49
+ paramsType: {
50
+ VpcId: "String",
51
+ },
52
+ },
53
+ DescribeVpcs: {
54
+ url: "/",
55
+ method: "GET",
56
+ config: {
57
+ query: {
58
+ Version: "2016-03-04",
59
+ Action: "DescribeVpcs",
60
+ },
61
+ headers: {
62
+ "Content-Type": "application/x-www-form-urlencoded",
63
+ },
64
+ },
65
+ paramsType: {
66
+ VpcId: "Filter",
67
+ MaxResults: "Int",
68
+ NextToken: "String",
69
+ },
70
+ },
71
+ CreateSubnet: {
72
+ url: "/",
73
+ method: "GET",
74
+ config: {
75
+ query: {
76
+ Version: "2016-03-04",
77
+ Action: "CreateSubnet",
78
+ },
79
+ headers: {
80
+ "Content-Type": "application/x-www-form-urlencoded",
81
+ },
82
+ },
83
+ paramsType: {
84
+ VpcId: "String",
85
+ SubnetName: "String",
86
+ CidrBlock: "String",
87
+ ProvidedIpv6CidrBlock: "Boolean",
88
+ SubnetType: "String",
89
+ DhcpIpFrom: "String",
90
+ DhcpIpTo: "String",
91
+ Dns1: "String",
92
+ Dns2: "String",
93
+ GatewayIp: "String",
94
+ SecondaryCidrId: "String",
95
+ AvailabilityZone: "String",
96
+ VisitInternet: "Boolean",
97
+ },
98
+ },
99
+ DeleteSubnet: {
100
+ url: "/",
101
+ method: "GET",
102
+ config: {
103
+ query: {
104
+ Version: "2016-03-04",
105
+ Action: "DeleteSubnet",
106
+ },
107
+ headers: {
108
+ "Content-Type": "application/x-www-form-urlencoded",
109
+ },
110
+ },
111
+ paramsType: {
112
+ SubnetId: "String",
113
+ },
114
+ },
115
+ DescribeSubnets: {
116
+ url: "/",
117
+ method: "GET",
118
+ config: {
119
+ query: {
120
+ Version: "2016-03-04",
121
+ Action: "DescribeSubnets",
122
+ },
123
+ headers: {
124
+ "Content-Type": "application/x-www-form-urlencoded",
125
+ },
126
+ },
127
+ paramsType: {
128
+ SubnetId: "Filter",
129
+ Filter: "Filter",
130
+ MaxResults: "Int",
131
+ NextToken: "String",
132
+ },
133
+ },
134
+ AssociateNetworkAcl: {
135
+ url: "/",
136
+ method: "GET",
137
+ config: {
138
+ query: {
139
+ Version: "2016-03-04",
140
+ Action: "AssociateNetworkAcl",
141
+ },
142
+ headers: {
143
+ "Content-Type": "application/x-www-form-urlencoded",
144
+ },
145
+ },
146
+ paramsType: {
147
+ SubnetId: "String",
148
+ NetworkAclId: "String",
149
+ },
150
+ },
151
+ DisassociateNetworkAcl: {
152
+ url: "/",
153
+ method: "GET",
154
+ config: {
155
+ query: {
156
+ Version: "2016-03-04",
157
+ Action: "DisassociateNetworkAcl",
158
+ },
159
+ headers: {
160
+ "Content-Type": "application/x-www-form-urlencoded",
161
+ },
162
+ },
163
+ paramsType: {
164
+ SubnetId: "String",
165
+ NetworkAclId: "String",
166
+ },
167
+ },
168
+ CreateRoute: {
169
+ url: "/",
170
+ method: "GET",
171
+ config: {
172
+ query: {
173
+ Version: "2016-03-04",
174
+ Action: "CreateRoute",
175
+ },
176
+ headers: {
177
+ "Content-Type": "application/x-www-form-urlencoded",
178
+ },
179
+ },
180
+ paramsType: {
181
+ VpcId: "String",
182
+ RouteType: "String",
183
+ DestinationCidrBlock: "String",
184
+ InstanceId: "String",
185
+ VpcPeeringConnectionId: "String",
186
+ DirectConnectGatewayId: "String",
187
+ VpnTunnelId: "String",
188
+ VpnGatewayId: "String",
189
+ NetworkInterfaceId: "String",
190
+ HaVipId: "String",
191
+ HaVipMasterNetworkInterfaceId: "String",
192
+ CenId: "String",
193
+ Description: "String",
194
+ RouteTableId: "String",
195
+ },
196
+ },
197
+ DeleteRoute: {
198
+ url: "/",
199
+ method: "GET",
200
+ config: {
201
+ query: {
202
+ Version: "2016-03-04",
203
+ Action: "DeleteRoute",
204
+ },
205
+ headers: {
206
+ "Content-Type": "application/x-www-form-urlencoded",
207
+ },
208
+ },
209
+ paramsType: {
210
+ RouteId: "String",
211
+ },
212
+ },
213
+ DescribeRoutes: {
214
+ url: "/",
215
+ method: "GET",
216
+ config: {
217
+ query: {
218
+ Version: "2016-03-04",
219
+ Action: "DescribeRoutes",
220
+ },
221
+ headers: {
222
+ "Content-Type": "application/x-www-form-urlencoded",
223
+ },
224
+ },
225
+ paramsType: {
226
+ RouteId: "Filter",
227
+ Filter: "Filter",
228
+ MaxResults: "Int",
229
+ NextToken: "String",
230
+ },
231
+ },
232
+ CreateNetworkAcl: {
233
+ url: "/",
234
+ method: "GET",
235
+ config: {
236
+ query: {
237
+ Version: "2016-03-04",
238
+ Action: "CreateNetworkAcl",
239
+ },
240
+ headers: {
241
+ "Content-Type": "application/x-www-form-urlencoded",
242
+ },
243
+ },
244
+ paramsType: {
245
+ VpcId: "String",
246
+ NetworkAclName: "String",
247
+ Description: "String",
248
+ },
249
+ },
250
+ DeleteNetworkAcl: {
251
+ url: "/",
252
+ method: "GET",
253
+ config: {
254
+ query: {
255
+ Version: "2016-03-04",
256
+ Action: "DeleteNetworkAcl",
257
+ },
258
+ headers: {
259
+ "Content-Type": "application/x-www-form-urlencoded",
260
+ },
261
+ },
262
+ paramsType: {
263
+ NetworkAclId: "String",
264
+ },
265
+ },
266
+ CreateNetworkAclEntry: {
267
+ url: "/",
268
+ method: "GET",
269
+ config: {
270
+ query: {
271
+ Version: "2016-03-04",
272
+ Action: "CreateNetworkAclEntry",
273
+ },
274
+ headers: {
275
+ "Content-Type": "application/x-www-form-urlencoded",
276
+ },
277
+ },
278
+ paramsType: {
279
+ NetworkAclId: "String",
280
+ Direction: "String",
281
+ RuleNumber: "Int",
282
+ Protocol: "String",
283
+ IcmpType: "Int",
284
+ IcmpCode: "Int",
285
+ RuleAction: "String",
286
+ PortRangeFrom: "Int",
287
+ PortRangeTo: "Int",
288
+ CidrBlock: "String",
289
+ Description: "String",
290
+ },
291
+ },
292
+ DeleteNetworkAclEntry: {
293
+ url: "/",
294
+ method: "GET",
295
+ config: {
296
+ query: {
297
+ Version: "2016-03-04",
298
+ Action: "DeleteNetworkAclEntry",
299
+ },
300
+ headers: {
301
+ "Content-Type": "application/x-www-form-urlencoded",
302
+ },
303
+ },
304
+ paramsType: {
305
+ NetworkAclId: "String",
306
+ NetworkAclEntryId: "String",
307
+ },
308
+ },
309
+ DescribeNetworkAcls: {
310
+ url: "/",
311
+ method: "GET",
312
+ config: {
313
+ query: {
314
+ Version: "2016-03-04",
315
+ Action: "DescribeNetworkAcls",
316
+ },
317
+ headers: {
318
+ "Content-Type": "application/x-www-form-urlencoded",
319
+ },
320
+ },
321
+ paramsType: {
322
+ NetworkAclId: "Filter",
323
+ Filter: "Filter",
324
+ MaxResults: "Int",
325
+ NextToken: "String",
326
+ },
327
+ },
328
+ CreateSecurityGroup: {
329
+ url: "/",
330
+ method: "GET",
331
+ config: {
332
+ query: {
333
+ Version: "2016-03-04",
334
+ Action: "CreateSecurityGroup",
335
+ },
336
+ headers: {
337
+ "Content-Type": "application/x-www-form-urlencoded",
338
+ },
339
+ },
340
+ paramsType: {
341
+ VpcId: "String",
342
+ SecurityGroupName: "String",
343
+ Description: "String",
344
+ },
345
+ },
346
+ DeleteSecurityGroup: {
347
+ url: "/",
348
+ method: "GET",
349
+ config: {
350
+ query: {
351
+ Version: "2016-03-04",
352
+ Action: "DeleteSecurityGroup",
353
+ },
354
+ headers: {
355
+ "Content-Type": "application/x-www-form-urlencoded",
356
+ },
357
+ },
358
+ paramsType: {
359
+ SecurityGroupId: "String",
360
+ },
361
+ },
362
+ AuthorizeSecurityGroupEntry: {
363
+ url: "/",
364
+ method: "GET",
365
+ config: {
366
+ query: {
367
+ Version: "2016-03-04",
368
+ Action: "AuthorizeSecurityGroupEntry",
369
+ },
370
+ headers: {
371
+ "Content-Type": "application/x-www-form-urlencoded",
372
+ },
373
+ },
374
+ paramsType: {
375
+ Description: "String",
376
+ SecurityGroupId: "String",
377
+ CidrBlock: "String",
378
+ Direction: "String",
379
+ Protocol: "String",
380
+ IcmpType: "Int",
381
+ IcmpCode: "Int",
382
+ PortRangeFrom: "Int",
383
+ PortRangeTo: "Int",
384
+ RuleTag: "String",
385
+ Priority: "Int",
386
+ Policy: "String",
387
+ },
388
+ },
389
+ RevokeSecurityGroupEntry: {
390
+ url: "/",
391
+ method: "GET",
392
+ config: {
393
+ query: {
394
+ Version: "2016-03-04",
395
+ Action: "RevokeSecurityGroupEntry",
396
+ },
397
+ headers: {
398
+ "Content-Type": "application/x-www-form-urlencoded",
399
+ },
400
+ },
401
+ paramsType: {
402
+ SecurityGroupId: "String",
403
+ SecurityGroupEntryId: "String",
404
+ },
405
+ },
406
+ DescribeSecurityGroups: {
407
+ url: "/",
408
+ method: "GET",
409
+ config: {
410
+ query: {
411
+ Version: "2016-03-04",
412
+ Action: "DescribeSecurityGroups",
413
+ },
414
+ headers: {
415
+ "Content-Type": "application/x-www-form-urlencoded",
416
+ },
417
+ },
418
+ paramsType: {
419
+ SecurityGroupId: "Filter",
420
+ Filter: "Filter",
421
+ MaxResults: "Int",
422
+ NextToken: "String",
423
+ },
424
+ },
425
+ CreateNat: {
426
+ url: "/",
427
+ method: "GET",
428
+ config: {
429
+ query: {
430
+ Version: "2016-03-04",
431
+ Action: "CreateNat",
432
+ },
433
+ headers: {
434
+ "Content-Type": "application/x-www-form-urlencoded",
435
+ },
436
+ },
437
+ paramsType: {
438
+ VpcId: "String",
439
+ NatLineId: "String",
440
+ BandWidth: "Int",
441
+ NatName: "String",
442
+ NatType: "String",
443
+ NatIpNumber: "Int",
444
+ NatMode: "String",
445
+ ProjectId: "String",
446
+ ChargeType: "String",
447
+ PurchaseTime: "Int",
448
+ },
449
+ },
450
+ DeleteNat: {
451
+ url: "/",
452
+ method: "GET",
453
+ config: {
454
+ query: {
455
+ Version: "2016-03-04",
456
+ Action: "DeleteNat",
457
+ },
458
+ headers: {
459
+ "Content-Type": "application/x-www-form-urlencoded",
460
+ },
461
+ },
462
+ paramsType: {
463
+ NatId: "String",
464
+ },
465
+ },
466
+ DescribeNats: {
467
+ url: "/",
468
+ method: "GET",
469
+ config: {
470
+ query: {
471
+ Version: "2016-03-04",
472
+ Action: "DescribeNats",
473
+ },
474
+ headers: {
475
+ "Content-Type": "application/x-www-form-urlencoded",
476
+ },
477
+ },
478
+ paramsType: {
479
+ ProjectId: "Filter",
480
+ NatId: "Filter",
481
+ Filter: "Filter",
482
+ IsContainTag: "Boolean",
483
+ TagKey: "Filter",
484
+ TagKV: "Filter",
485
+ MaxResults: "Int",
486
+ NextToken: "String",
487
+ },
488
+ },
489
+ AssociateNat: {
490
+ url: "/",
491
+ method: "GET",
492
+ config: {
493
+ query: {
494
+ Version: "2016-03-04",
495
+ Action: "AssociateNat",
496
+ },
497
+ headers: {
498
+ "Content-Type": "application/x-www-form-urlencoded",
499
+ },
500
+ },
501
+ paramsType: {
502
+ NatId: "String",
503
+ SubnetId: "String",
504
+ NatIpId: "Filter",
505
+ },
506
+ },
507
+ DisassociateNat: {
508
+ url: "/",
509
+ method: "GET",
510
+ config: {
511
+ query: {
512
+ Version: "2016-03-04",
513
+ Action: "DisassociateNat",
514
+ },
515
+ headers: {
516
+ "Content-Type": "application/x-www-form-urlencoded",
517
+ },
518
+ },
519
+ paramsType: {
520
+ NatId: "String",
521
+ SubnetId: "String",
522
+ },
523
+ },
524
+ DescribeInternetGateways: {
525
+ url: "/",
526
+ method: "GET",
527
+ config: {
528
+ query: {
529
+ Version: "2016-03-04",
530
+ Action: "DescribeInternetGateways",
531
+ },
532
+ headers: {
533
+ "Content-Type": "application/x-www-form-urlencoded",
534
+ },
535
+ },
536
+ paramsType: {
537
+ InternetGatewayId: "Filter",
538
+ Filter: "Filter",
539
+ MaxResults: "Int",
540
+ NextToken: "String",
541
+ },
542
+ },
543
+ CreateVpcPeeringConnection: {
544
+ url: "/",
545
+ method: "GET",
546
+ config: {
547
+ query: {
548
+ Version: "2016-03-04",
549
+ Action: "CreateVpcPeeringConnection",
550
+ },
551
+ headers: {
552
+ "Content-Type": "application/x-www-form-urlencoded",
553
+ },
554
+ },
555
+ paramsType: {
556
+ VpcId: "String",
557
+ PeeringName: "String",
558
+ PeerVpcId: "String",
559
+ PeerRegion: "String",
560
+ PeerAccountId: "String",
561
+ BandWidth: "Int",
562
+ PurchaseTime: "Int",
563
+ ProjectId: "String",
564
+ ChargeType: "String",
565
+ },
566
+ },
567
+ DeleteVpcPeeringConnection: {
568
+ url: "/",
569
+ method: "GET",
570
+ config: {
571
+ query: {
572
+ Version: "2016-03-04",
573
+ Action: "DeleteVpcPeeringConnection",
574
+ },
575
+ headers: {
576
+ "Content-Type": "application/x-www-form-urlencoded",
577
+ },
578
+ },
579
+ paramsType: {
580
+ VpcPeeringConnectionId: "String",
581
+ },
582
+ },
583
+ DescribeVpcPeeringConnections: {
584
+ url: "/",
585
+ method: "GET",
586
+ config: {
587
+ query: {
588
+ Version: "2016-03-04",
589
+ Action: "DescribeVpcPeeringConnections",
590
+ },
591
+ headers: {
592
+ "Content-Type": "application/x-www-form-urlencoded",
593
+ },
594
+ },
595
+ paramsType: {
596
+ ProjectId: "Filter",
597
+ VpcPeeringConnectionId: "Filter",
598
+ Filter: "Filter",
599
+ MaxResults: "Int",
600
+ NextToken: "String",
601
+ },
602
+ },
603
+ ModifyNetworkAcl: {
604
+ url: "/",
605
+ method: "GET",
606
+ config: {
607
+ query: {
608
+ Version: "2016-03-04",
609
+ Action: "ModifyNetworkAcl",
610
+ },
611
+ headers: {
612
+ "Content-Type": "application/x-www-form-urlencoded",
613
+ },
614
+ },
615
+ paramsType: {
616
+ NetworkAclId: "String",
617
+ NetworkAclName: "String",
618
+ Description: "String",
619
+ },
620
+ },
621
+ ModifySecurityGroup: {
622
+ url: "/",
623
+ method: "GET",
624
+ config: {
625
+ query: {
626
+ Version: "2016-03-04",
627
+ Action: "ModifySecurityGroup",
628
+ },
629
+ headers: {
630
+ "Content-Type": "application/x-www-form-urlencoded",
631
+ },
632
+ },
633
+ paramsType: {
634
+ SecurityGroupId: "String",
635
+ SecurityGroupName: "String",
636
+ Description: "String",
637
+ },
638
+ },
639
+ ModifySubnet: {
640
+ url: "/",
641
+ method: "GET",
642
+ config: {
643
+ query: {
644
+ Version: "2016-03-04",
645
+ Action: "ModifySubnet",
646
+ },
647
+ headers: {
648
+ "Content-Type": "application/x-www-form-urlencoded",
649
+ },
650
+ },
651
+ paramsType: {
652
+ SubnetId: "String",
653
+ SubnetName: "String",
654
+ Dns1: "String",
655
+ Dns2: "String",
656
+ },
657
+ },
658
+ ModifyNat: {
659
+ url: "/",
660
+ method: "GET",
661
+ config: {
662
+ query: {
663
+ Version: "2016-03-04",
664
+ Action: "ModifyNat",
665
+ },
666
+ headers: {
667
+ "Content-Type": "application/x-www-form-urlencoded",
668
+ },
669
+ },
670
+ paramsType: {
671
+ NatId: "String",
672
+ NatName: "String",
673
+ BandWidth: "Int",
674
+ },
675
+ },
676
+ DescribeNetworkInterfaces: {
677
+ url: "/",
678
+ method: "GET",
679
+ config: {
680
+ query: {
681
+ Version: "2016-03-04",
682
+ Action: "DescribeNetworkInterfaces",
683
+ },
684
+ headers: {
685
+ "Content-Type": "application/x-www-form-urlencoded",
686
+ },
687
+ },
688
+ paramsType: {
689
+ NetworkInterfaceId: "Filter",
690
+ Filter: "Filter",
691
+ MaxResults: "Int",
692
+ NextToken: "String",
693
+ },
694
+ },
695
+ DescribeSubnetAvailableAddresses: {
696
+ url: "/",
697
+ method: "GET",
698
+ config: {
699
+ query: {
700
+ Version: "2016-03-04",
701
+ Action: "DescribeSubnetAvailableAddresses",
702
+ },
703
+ headers: {
704
+ "Content-Type": "application/x-www-form-urlencoded",
705
+ },
706
+ },
707
+ paramsType: {
708
+ Filter: "Filter",
709
+ MaxResults: "Int",
710
+ NextToken: "String",
711
+ },
712
+ },
713
+ ModifyVpc: {
714
+ url: "/",
715
+ method: "GET",
716
+ config: {
717
+ query: {
718
+ Version: "2016-03-04",
719
+ Action: "ModifyVpc",
720
+ },
721
+ headers: {
722
+ "Content-Type": "application/x-www-form-urlencoded",
723
+ },
724
+ },
725
+ paramsType: {
726
+ VpcName: "String",
727
+ VpcId: "String",
728
+ },
729
+ },
730
+ AcceptVpcPeeringConnection: {
731
+ url: "/",
732
+ method: "GET",
733
+ config: {
734
+ query: {
735
+ Version: "2016-03-04",
736
+ Action: "AcceptVpcPeeringConnection",
737
+ },
738
+ headers: {
739
+ "Content-Type": "application/x-www-form-urlencoded",
740
+ },
741
+ },
742
+ paramsType: {
743
+ VpcPeeringConnectionId: "String",
744
+ },
745
+ },
746
+ RejectVpcPeeringConnection: {
747
+ url: "/",
748
+ method: "GET",
749
+ config: {
750
+ query: {
751
+ Version: "2016-03-04",
752
+ Action: "RejectVpcPeeringConnection",
753
+ },
754
+ headers: {
755
+ "Content-Type": "application/x-www-form-urlencoded",
756
+ },
757
+ },
758
+ paramsType: {
759
+ VpcPeeringConnectionId: "String",
760
+ },
761
+ },
762
+ ModifyVpcPeeringConnection: {
763
+ url: "/",
764
+ method: "GET",
765
+ config: {
766
+ query: {
767
+ Version: "2016-03-04",
768
+ Action: "ModifyVpcPeeringConnection",
769
+ },
770
+ headers: {
771
+ "Content-Type": "application/x-www-form-urlencoded",
772
+ },
773
+ },
774
+ paramsType: {
775
+ VpcPeeringConnectionId: "String",
776
+ PeeringName: "String",
777
+ BandWidth: "Int",
778
+ },
779
+ },
780
+ DescribeAvailabilityZones: {
781
+ url: "/",
782
+ method: "GET",
783
+ config: {
784
+ query: {
785
+ Version: "2016-03-04",
786
+ Action: "DescribeAvailabilityZones",
787
+ },
788
+ headers: {
789
+ "Content-Type": "application/x-www-form-urlencoded",
790
+ },
791
+ },
792
+ paramsType: {},
793
+ },
794
+ DescribeDirectConnects: {
795
+ url: "/",
796
+ method: "GET",
797
+ config: {
798
+ query: {
799
+ Version: "2016-03-04",
800
+ Action: "DescribeDirectConnects",
801
+ },
802
+ headers: {
803
+ "Content-Type": "application/x-www-form-urlencoded",
804
+ },
805
+ },
806
+ paramsType: {
807
+ DirectConnectId: "Filter",
808
+ MaxResults: "Int",
809
+ NextToken: "String",
810
+ },
811
+ },
812
+ CreateDirectConnectInterface: {
813
+ url: "/",
814
+ method: "GET",
815
+ config: {
816
+ query: {
817
+ Version: "2016-03-04",
818
+ Action: "CreateDirectConnectInterface",
819
+ },
820
+ headers: {
821
+ "Content-Type": "application/x-www-form-urlencoded",
822
+ },
823
+ },
824
+ paramsType: {
825
+ DirectConnectId: "String",
826
+ VlanId: "Int",
827
+ RouteType: "String",
828
+ DirectConnectInterfaceName: "String",
829
+ DirectConnectInterfaceAccountId: "String",
830
+ CustomerPeerIp: "String",
831
+ LocalPeerIp: "String",
832
+ HaDirectConnectId: "String",
833
+ HaCustomerPeerIp: "String",
834
+ HaLocalPeerIp: "String",
835
+ BgpPeer: "String",
836
+ ReliabilityMethod: "String",
837
+ BfdConfigId: "String",
838
+ BgpClientToken: "String",
839
+ EnableIpv6: "Boolean",
840
+ CustomerIpv6PeerIp: "String",
841
+ LocalIpv6PeerIp: "String",
842
+ },
843
+ },
844
+ DeleteDirectConnectInterface: {
845
+ url: "/",
846
+ method: "GET",
847
+ config: {
848
+ query: {
849
+ Version: "2016-03-04",
850
+ Action: "DeleteDirectConnectInterface",
851
+ },
852
+ headers: {
853
+ "Content-Type": "application/x-www-form-urlencoded",
854
+ },
855
+ },
856
+ paramsType: {
857
+ DirectConnectInterfaceId: "String",
858
+ },
859
+ },
860
+ DescribeDirectConnectInterfaces: {
861
+ url: "/",
862
+ method: "GET",
863
+ config: {
864
+ query: {
865
+ Version: "2016-03-04",
866
+ Action: "DescribeDirectConnectInterfaces",
867
+ },
868
+ headers: {
869
+ "Content-Type": "application/x-www-form-urlencoded",
870
+ },
871
+ },
872
+ paramsType: {
873
+ DirectConnectInterfaceId: "Filter",
874
+ MaxResults: "Int",
875
+ NextToken: "String",
876
+ },
877
+ },
878
+ CreateDirectConnectGateway: {
879
+ url: "/",
880
+ method: "GET",
881
+ config: {
882
+ query: {
883
+ Version: "2016-03-04",
884
+ Action: "CreateDirectConnectGateway",
885
+ },
886
+ headers: {
887
+ "Content-Type": "application/x-www-form-urlencoded",
888
+ },
889
+ },
890
+ paramsType: {
891
+ VpcId: "String",
892
+ DirectConnectGatewayName: "String",
893
+ },
894
+ },
895
+ DeleteDirectConnectGateway: {
896
+ url: "/",
897
+ method: "GET",
898
+ config: {
899
+ query: {
900
+ Version: "2016-03-04",
901
+ Action: "DeleteDirectConnectGateway",
902
+ },
903
+ headers: {
904
+ "Content-Type": "application/x-www-form-urlencoded",
905
+ },
906
+ },
907
+ paramsType: {
908
+ DirectConnectGatewayId: "String",
909
+ },
910
+ },
911
+ DescribeDirectConnectGateways: {
912
+ url: "/",
913
+ method: "GET",
914
+ config: {
915
+ query: {
916
+ Version: "2016-03-04",
917
+ Action: "DescribeDirectConnectGateways",
918
+ },
919
+ headers: {
920
+ "Content-Type": "application/x-www-form-urlencoded",
921
+ },
922
+ },
923
+ paramsType: {
924
+ DirectConnectGatewayId: "Filter",
925
+ Filter: "Filter",
926
+ MaxResults: "Int",
927
+ NextToken: "String",
928
+ },
929
+ },
930
+ AttachDirectConnectGateway: {
931
+ url: "/",
932
+ method: "GET",
933
+ config: {
934
+ query: {
935
+ Version: "2016-03-04",
936
+ Action: "AttachDirectConnectGateway",
937
+ },
938
+ headers: {
939
+ "Content-Type": "application/x-www-form-urlencoded",
940
+ },
941
+ },
942
+ paramsType: {
943
+ DirectConnectGatewayId: "String",
944
+ DirectConnectInterfaceId: "String",
945
+ },
946
+ },
947
+ DetachDirectConnectGateway: {
948
+ url: "/",
949
+ method: "GET",
950
+ config: {
951
+ query: {
952
+ Version: "2016-03-04",
953
+ Action: "DetachDirectConnectGateway",
954
+ },
955
+ headers: {
956
+ "Content-Type": "application/x-www-form-urlencoded",
957
+ },
958
+ },
959
+ paramsType: {
960
+ DirectConnectGatewayId: "String",
961
+ DirectConnectInterfaceId: "String",
962
+ },
963
+ },
964
+ ModifyDirectConnectInterface: {
965
+ url: "/",
966
+ method: "GET",
967
+ config: {
968
+ query: {
969
+ Version: "2016-03-04",
970
+ Action: "ModifyDirectConnectInterface",
971
+ },
972
+ headers: {
973
+ "Content-Type": "application/x-www-form-urlencoded",
974
+ },
975
+ },
976
+ paramsType: {
977
+ DirectConnectInterfaceId: "String",
978
+ DirectConnectInterfaceName: "String",
979
+ },
980
+ },
981
+ ModifyDirectConnectGateway: {
982
+ url: "/",
983
+ method: "GET",
984
+ config: {
985
+ query: {
986
+ Version: "2016-03-04",
987
+ Action: "ModifyDirectConnectGateway",
988
+ },
989
+ headers: {
990
+ "Content-Type": "application/x-www-form-urlencoded",
991
+ },
992
+ },
993
+ paramsType: {
994
+ DirectConnectGatewayId: "String",
995
+ DirectConnectGatewayName: "String",
996
+ },
997
+ },
998
+ CreateVpnGateway: {
999
+ url: "/",
1000
+ method: "GET",
1001
+ config: {
1002
+ query: {
1003
+ Version: "2016-03-04",
1004
+ Action: "CreateVpnGateway",
1005
+ },
1006
+ headers: {
1007
+ "Content-Type": "application/x-www-form-urlencoded",
1008
+ },
1009
+ },
1010
+ paramsType: {
1011
+ VpcId: "String",
1012
+ BandWidth: "Int",
1013
+ VpnGatewayName: "String",
1014
+ ProjectId: "String",
1015
+ ChargeType: "String",
1016
+ PurchaseTime: "Int",
1017
+ VpnGatewayVersion: "String",
1018
+ },
1019
+ },
1020
+ ModifyVpnGateway: {
1021
+ url: "/",
1022
+ method: "GET",
1023
+ config: {
1024
+ query: {
1025
+ Version: "2016-03-04",
1026
+ Action: "ModifyVpnGateway",
1027
+ },
1028
+ headers: {
1029
+ "Content-Type": "application/x-www-form-urlencoded",
1030
+ },
1031
+ },
1032
+ paramsType: {
1033
+ VpnGatewayId: "String",
1034
+ BandWidth: "Int",
1035
+ VpnGatewayName: "String",
1036
+ },
1037
+ },
1038
+ DeleteVpnGateway: {
1039
+ url: "/",
1040
+ method: "GET",
1041
+ config: {
1042
+ query: {
1043
+ Version: "2016-03-04",
1044
+ Action: "DeleteVpnGateway",
1045
+ },
1046
+ headers: {
1047
+ "Content-Type": "application/x-www-form-urlencoded",
1048
+ },
1049
+ },
1050
+ paramsType: {
1051
+ VpnGatewayId: "String",
1052
+ },
1053
+ },
1054
+ DescribeVpnGateways: {
1055
+ url: "/",
1056
+ method: "GET",
1057
+ config: {
1058
+ query: {
1059
+ Version: "2016-03-04",
1060
+ Action: "DescribeVpnGateways",
1061
+ },
1062
+ headers: {
1063
+ "Content-Type": "application/x-www-form-urlencoded",
1064
+ },
1065
+ },
1066
+ paramsType: {
1067
+ ProjectId: "Filter",
1068
+ VpnGatewayId: "Filter",
1069
+ Filter: "Filter",
1070
+ MaxResults: "Int",
1071
+ NextToken: "String",
1072
+ },
1073
+ },
1074
+ CreateVpnTunnel: {
1075
+ url: "/",
1076
+ method: "POST",
1077
+ config: {
1078
+ query: {
1079
+ Version: "2016-03-04",
1080
+ Action: "CreateVpnTunnel",
1081
+ },
1082
+ headers: {
1083
+ "Content-Type": "application/x-www-form-urlencoded",
1084
+ },
1085
+ },
1086
+ paramsType: {
1087
+ CustomerGatewayId: "String",
1088
+ VpnGatewayId: "String",
1089
+ VpnTunnelName: "String",
1090
+ IpsecAuthenAlgorithm: "String",
1091
+ IpsecEncryAlgorithm: "String",
1092
+ IkeAuthenAlgorithm: "String",
1093
+ IkeEncryAlgorithm: "String",
1094
+ Type: "String",
1095
+ OpenHealthCheck: "Boolean",
1096
+ PreSharedKey: "String",
1097
+ IpsecLifetimeSecond: "Int",
1098
+ IpsecLifetimeTraffic: "Int",
1099
+ IkeDHGroup: "String",
1100
+ EnableNatTraversal: "Boolean",
1101
+ VpnGreIp: "String",
1102
+ HaVpnGreIp: "String",
1103
+ CustomerGreIp: "String",
1104
+ HaCustomerGreIp: "String",
1105
+ HaMode: "String",
1106
+ LocalPeerIp: "String",
1107
+ CustomerPeerIp: "String",
1108
+ IkeVersion: "String",
1109
+ },
1110
+ },
1111
+ ModifyVpnTunnel: {
1112
+ url: "/",
1113
+ method: "GET",
1114
+ config: {
1115
+ query: {
1116
+ Version: "2016-03-04",
1117
+ Action: "ModifyVpnTunnel",
1118
+ },
1119
+ headers: {
1120
+ "Content-Type": "application/x-www-form-urlencoded",
1121
+ },
1122
+ },
1123
+ paramsType: {
1124
+ VpnTunnelId: "String",
1125
+ VpnTunnelName: "String",
1126
+ },
1127
+ },
1128
+ DeleteVpnTunnel: {
1129
+ url: "/",
1130
+ method: "GET",
1131
+ config: {
1132
+ query: {
1133
+ Version: "2016-03-04",
1134
+ Action: "DeleteVpnTunnel",
1135
+ },
1136
+ headers: {
1137
+ "Content-Type": "application/x-www-form-urlencoded",
1138
+ },
1139
+ },
1140
+ paramsType: {
1141
+ VpnTunnelId: "String",
1142
+ },
1143
+ },
1144
+ DescribeVpnTunnels: {
1145
+ url: "/",
1146
+ method: "GET",
1147
+ config: {
1148
+ query: {
1149
+ Version: "2016-03-04",
1150
+ Action: "DescribeVpnTunnels",
1151
+ },
1152
+ headers: {
1153
+ "Content-Type": "application/x-www-form-urlencoded",
1154
+ },
1155
+ },
1156
+ paramsType: {
1157
+ VpnTunnelId: "Filter",
1158
+ Filter: "Filter",
1159
+ MaxResults: "Int",
1160
+ NextToken: "String",
1161
+ },
1162
+ },
1163
+ CreateCustomerGateway: {
1164
+ url: "/",
1165
+ method: "GET",
1166
+ config: {
1167
+ query: {
1168
+ Version: "2016-03-04",
1169
+ Action: "CreateCustomerGateway",
1170
+ },
1171
+ headers: {
1172
+ "Content-Type": "application/x-www-form-urlencoded",
1173
+ },
1174
+ },
1175
+ paramsType: {
1176
+ CustomerGatewayName: "String",
1177
+ CustomerGatewayAddress: "String",
1178
+ HaCustomerGatewayAddress: "String",
1179
+ },
1180
+ },
1181
+ ModifyCustomerGateway: {
1182
+ url: "/",
1183
+ method: "GET",
1184
+ config: {
1185
+ query: {
1186
+ Version: "2016-03-04",
1187
+ Action: "ModifyCustomerGateway",
1188
+ },
1189
+ headers: {
1190
+ "Content-Type": "application/x-www-form-urlencoded",
1191
+ },
1192
+ },
1193
+ paramsType: {
1194
+ CustomerGatewayId: "String",
1195
+ CustomerGatewayName: "String",
1196
+ },
1197
+ },
1198
+ DeleteCustomerGateway: {
1199
+ url: "/",
1200
+ method: "GET",
1201
+ config: {
1202
+ query: {
1203
+ Version: "2016-03-04",
1204
+ Action: "DeleteCustomerGateway",
1205
+ },
1206
+ headers: {
1207
+ "Content-Type": "application/x-www-form-urlencoded",
1208
+ },
1209
+ },
1210
+ paramsType: {
1211
+ CustomerGatewayId: "String",
1212
+ },
1213
+ },
1214
+ ModifyDirectConnect: {
1215
+ url: "/",
1216
+ method: "GET",
1217
+ config: {
1218
+ query: {
1219
+ Version: "2016-03-04",
1220
+ Action: "ModifyDirectConnect",
1221
+ },
1222
+ headers: {
1223
+ "Content-Type": "application/x-www-form-urlencoded",
1224
+ },
1225
+ },
1226
+ paramsType: {
1227
+ DirectConnectId: "String",
1228
+ DirectConnectName: "String",
1229
+ },
1230
+ },
1231
+ DescribeCustomerGateways: {
1232
+ url: "/",
1233
+ method: "GET",
1234
+ config: {
1235
+ query: {
1236
+ Version: "2016-03-04",
1237
+ Action: "DescribeCustomerGateways",
1238
+ },
1239
+ headers: {
1240
+ "Content-Type": "application/x-www-form-urlencoded",
1241
+ },
1242
+ },
1243
+ paramsType: {
1244
+ CustomerGatewayId: "Filter",
1245
+ MaxResults: "Int",
1246
+ NextToken: "String",
1247
+ },
1248
+ },
1249
+ DescribeSubnetAllocatedIpAddresses: {
1250
+ url: "/",
1251
+ method: "GET",
1252
+ config: {
1253
+ query: {
1254
+ Version: "2016-03-04",
1255
+ Action: "DescribeSubnetAllocatedIpAddresses",
1256
+ },
1257
+ headers: {
1258
+ "Content-Type": "application/x-www-form-urlencoded",
1259
+ },
1260
+ },
1261
+ paramsType: {
1262
+ Filter: "Filter",
1263
+ MaxResults: "Int",
1264
+ NextToken: "String",
1265
+ },
1266
+ },
1267
+ AddNatIp: {
1268
+ url: "/",
1269
+ method: "GET",
1270
+ config: {
1271
+ query: {
1272
+ Version: "2016-03-04",
1273
+ Action: "AddNatIp",
1274
+ },
1275
+ headers: {
1276
+ "Content-Type": "application/x-www-form-urlencoded",
1277
+ },
1278
+ },
1279
+ paramsType: {
1280
+ NatId: "String",
1281
+ AddNumber: "Int",
1282
+ },
1283
+ },
1284
+ DeleteNatIp: {
1285
+ url: "/",
1286
+ method: "GET",
1287
+ config: {
1288
+ query: {
1289
+ Version: "2016-03-04",
1290
+ Action: "DeleteNatIp",
1291
+ },
1292
+ headers: {
1293
+ "Content-Type": "application/x-www-form-urlencoded",
1294
+ },
1295
+ },
1296
+ paramsType: {
1297
+ NatId: "String",
1298
+ NatIpId: "String",
1299
+ },
1300
+ },
1301
+ AssociateVpcCidrBlock: {
1302
+ url: "/",
1303
+ method: "GET",
1304
+ config: {
1305
+ query: {
1306
+ Version: "2016-03-04",
1307
+ Action: "AssociateVpcCidrBlock",
1308
+ },
1309
+ headers: {
1310
+ "Content-Type": "application/x-www-form-urlencoded",
1311
+ },
1312
+ },
1313
+ paramsType: {
1314
+ VpcId: "String",
1315
+ },
1316
+ },
1317
+ DescribeIpv6PublicIpAddresses: {
1318
+ url: "/",
1319
+ method: "GET",
1320
+ config: {
1321
+ query: {
1322
+ Version: "2016-03-04",
1323
+ Action: "DescribeIpv6PublicIpAddresses",
1324
+ },
1325
+ headers: {
1326
+ "Content-Type": "application/x-www-form-urlencoded",
1327
+ },
1328
+ },
1329
+ paramsType: {
1330
+ Ipv6PublicIpAddressId: "Filter",
1331
+ Filter: "Filter",
1332
+ MaxResults: "Int",
1333
+ NextToken: "String",
1334
+ },
1335
+ },
1336
+ DescribeIpv6NetworkInterfaces: {
1337
+ url: "/",
1338
+ method: "GET",
1339
+ config: {
1340
+ query: {
1341
+ Version: "2016-03-04",
1342
+ Action: "DescribeIpv6NetworkInterfaces",
1343
+ },
1344
+ headers: {
1345
+ "Content-Type": "application/x-www-form-urlencoded",
1346
+ },
1347
+ },
1348
+ paramsType: {
1349
+ NetworkInterfaceId: "Filter",
1350
+ Filter: "Filter",
1351
+ MaxResults: "Int",
1352
+ NextToken: "String",
1353
+ },
1354
+ },
1355
+ CreateIpv6PublicIp: {
1356
+ url: "/",
1357
+ method: "GET",
1358
+ config: {
1359
+ query: {
1360
+ Version: "2016-03-04",
1361
+ Action: "CreateIpv6PublicIp",
1362
+ },
1363
+ headers: {
1364
+ "Content-Type": "application/x-www-form-urlencoded",
1365
+ },
1366
+ },
1367
+ paramsType: {
1368
+ NetworkInterfaceId: "String",
1369
+ BandWidth: "Int",
1370
+ Ipv6PublicIpAddress: "String",
1371
+ ChargeType: "String",
1372
+ PurchaseTime: "Int",
1373
+ },
1374
+ },
1375
+ ReleaseIpv6PublicIp: {
1376
+ url: "/",
1377
+ method: "GET",
1378
+ config: {
1379
+ query: {
1380
+ Version: "2016-03-04",
1381
+ Action: "ReleaseIpv6PublicIp",
1382
+ },
1383
+ headers: {
1384
+ "Content-Type": "application/x-www-form-urlencoded",
1385
+ },
1386
+ },
1387
+ paramsType: {
1388
+ Ipv6PublicIpAddressId: "String",
1389
+ },
1390
+ },
1391
+ AlterIpv6PublicIpState: {
1392
+ url: "/",
1393
+ method: "GET",
1394
+ config: {
1395
+ query: {
1396
+ Version: "2016-03-04",
1397
+ Action: "AlterIpv6PublicIpState",
1398
+ },
1399
+ headers: {
1400
+ "Content-Type": "application/x-www-form-urlencoded",
1401
+ },
1402
+ },
1403
+ paramsType: {
1404
+ Ipv6PublicIpAddressId: "String",
1405
+ State: "String",
1406
+ },
1407
+ },
1408
+ ModifyIpv6PublicIp: {
1409
+ url: "/",
1410
+ method: "GET",
1411
+ config: {
1412
+ query: {
1413
+ Version: "2016-03-04",
1414
+ Action: "ModifyIpv6PublicIp",
1415
+ },
1416
+ headers: {
1417
+ "Content-Type": "application/x-www-form-urlencoded",
1418
+ },
1419
+ },
1420
+ paramsType: {
1421
+ Ipv6PublicIpAddressId: "String",
1422
+ BandWidth: "Int",
1423
+ },
1424
+ },
1425
+ ModifyPrivateIpAddressAttribute: {
1426
+ url: "/",
1427
+ method: "GET",
1428
+ config: {
1429
+ query: {
1430
+ Version: "2016-03-04",
1431
+ Action: "ModifyPrivateIpAddressAttribute",
1432
+ },
1433
+ headers: {
1434
+ "Content-Type": "application/x-www-form-urlencoded",
1435
+ },
1436
+ },
1437
+ paramsType: {
1438
+ SubnetId: "String",
1439
+ PrivateIpAddress: "String",
1440
+ Status: "String",
1441
+ AllocateStatus: "String",
1442
+ },
1443
+ },
1444
+ DescribeDirectConnectRoutes: {
1445
+ url: "/",
1446
+ method: "GET",
1447
+ config: {
1448
+ query: {
1449
+ Version: "2016-03-04",
1450
+ Action: "DescribeDirectConnectRoutes",
1451
+ },
1452
+ headers: {
1453
+ "Content-Type": "application/x-www-form-urlencoded",
1454
+ },
1455
+ },
1456
+ paramsType: {
1457
+ DirectConnectRouteId: "Filter",
1458
+ MaxResults: "Int",
1459
+ Filter: "Filter",
1460
+ NextToken: "String",
1461
+ },
1462
+ },
1463
+ DetachDirectConnectGatewayWithVpc: {
1464
+ url: "/",
1465
+ method: "GET",
1466
+ config: {
1467
+ query: {
1468
+ Version: "2016-03-04",
1469
+ Action: "DetachDirectConnectGatewayWithVpc",
1470
+ },
1471
+ headers: {
1472
+ "Content-Type": "application/x-www-form-urlencoded",
1473
+ },
1474
+ },
1475
+ paramsType: {
1476
+ DirectConnectGatewayId: "String",
1477
+ VpcId: "String",
1478
+ },
1479
+ },
1480
+ AttachDirectConnectGatewayWithVpc: {
1481
+ url: "/",
1482
+ method: "GET",
1483
+ config: {
1484
+ query: {
1485
+ Version: "2016-03-04",
1486
+ Action: "AttachDirectConnectGatewayWithVpc",
1487
+ },
1488
+ headers: {
1489
+ "Content-Type": "application/x-www-form-urlencoded",
1490
+ },
1491
+ },
1492
+ paramsType: {
1493
+ DirectConnectGatewayId: "String",
1494
+ VpcId: "String",
1495
+ },
1496
+ },
1497
+ AllocateSubnetIpv6CidrBlock: {
1498
+ url: "/",
1499
+ method: "GET",
1500
+ config: {
1501
+ query: {
1502
+ Version: "2016-03-04",
1503
+ Action: "AllocateSubnetIpv6CidrBlock",
1504
+ },
1505
+ headers: {
1506
+ "Content-Type": "application/x-www-form-urlencoded",
1507
+ },
1508
+ },
1509
+ paramsType: {
1510
+ SubnetId: "String",
1511
+ },
1512
+ },
1513
+ CreateRouteTable: {
1514
+ url: "/",
1515
+ method: "GET",
1516
+ config: {
1517
+ query: {
1518
+ Version: "2016-03-04",
1519
+ Action: "CreateRouteTable",
1520
+ },
1521
+ headers: {
1522
+ "Content-Type": "application/x-www-form-urlencoded",
1523
+ },
1524
+ },
1525
+ paramsType: {
1526
+ VpcId: "String",
1527
+ RouteTableName: "String",
1528
+ Description: "String",
1529
+ },
1530
+ },
1531
+ DeleteRouteTable: {
1532
+ url: "/",
1533
+ method: "GET",
1534
+ config: {
1535
+ query: {
1536
+ Version: "2016-03-04",
1537
+ Action: "DeleteRouteTable",
1538
+ },
1539
+ headers: {
1540
+ "Content-Type": "application/x-www-form-urlencoded",
1541
+ },
1542
+ },
1543
+ paramsType: {
1544
+ RouteTableId: "String",
1545
+ },
1546
+ },
1547
+ ModifyRouteTable: {
1548
+ url: "/",
1549
+ method: "GET",
1550
+ config: {
1551
+ query: {
1552
+ Version: "2016-03-04",
1553
+ Action: "ModifyRouteTable",
1554
+ },
1555
+ headers: {
1556
+ "Content-Type": "application/x-www-form-urlencoded",
1557
+ },
1558
+ },
1559
+ paramsType: {
1560
+ RouteTableId: "String",
1561
+ RouteTableName: "String",
1562
+ Description: "String",
1563
+ },
1564
+ },
1565
+ DescribeRouteTables: {
1566
+ url: "/",
1567
+ method: "GET",
1568
+ config: {
1569
+ query: {
1570
+ Version: "2016-03-04",
1571
+ Action: "DescribeRouteTables",
1572
+ },
1573
+ headers: {
1574
+ "Content-Type": "application/x-www-form-urlencoded",
1575
+ },
1576
+ },
1577
+ paramsType: {
1578
+ RouteTableId: "Filter",
1579
+ Filter: "Filter",
1580
+ MaxResults: "Int",
1581
+ NextToken: "String",
1582
+ },
1583
+ },
1584
+ AssociateRouteTable: {
1585
+ url: "/",
1586
+ method: "GET",
1587
+ config: {
1588
+ query: {
1589
+ Version: "2016-03-04",
1590
+ Action: "AssociateRouteTable",
1591
+ },
1592
+ headers: {
1593
+ "Content-Type": "application/x-www-form-urlencoded",
1594
+ },
1595
+ },
1596
+ paramsType: {
1597
+ SubnetId: "String",
1598
+ RouteTableId: "String",
1599
+ },
1600
+ },
1601
+ DeleteNetworkInterface: {
1602
+ url: "/",
1603
+ method: "GET",
1604
+ config: {
1605
+ query: {
1606
+ Version: "2016-03-04",
1607
+ Action: "DeleteNetworkInterface",
1608
+ },
1609
+ headers: {
1610
+ "Content-Type": "application/x-www-form-urlencoded",
1611
+ },
1612
+ },
1613
+ paramsType: {
1614
+ NetworkInterfaceId: "String",
1615
+ },
1616
+ },
1617
+ CreateNetworkInterface: {
1618
+ url: "/",
1619
+ method: "GET",
1620
+ config: {
1621
+ query: {
1622
+ Version: "2016-03-04",
1623
+ Action: "CreateNetworkInterface",
1624
+ },
1625
+ headers: {
1626
+ "Content-Type": "application/x-www-form-urlencoded",
1627
+ },
1628
+ },
1629
+ paramsType: {
1630
+ SubnetId: "String",
1631
+ NetworkInterfaceName: "String",
1632
+ PrivateIpAddress: "String",
1633
+ SecurityGroupId: "Filter",
1634
+ },
1635
+ },
1636
+ ModifyNetworkInterface: {
1637
+ url: "/",
1638
+ method: "GET",
1639
+ config: {
1640
+ query: {
1641
+ Version: "2016-03-04",
1642
+ Action: "ModifyNetworkInterface",
1643
+ },
1644
+ headers: {
1645
+ "Content-Type": "application/x-www-form-urlencoded",
1646
+ },
1647
+ },
1648
+ paramsType: {
1649
+ NetworkInterfaceName: "String",
1650
+ NetworkInterfaceId: "String",
1651
+ },
1652
+ },
1653
+ CreateNatRateLimit: {
1654
+ url: "/",
1655
+ method: "GET",
1656
+ config: {
1657
+ query: {
1658
+ Version: "2016-03-04",
1659
+ Action: "CreateNatRateLimit",
1660
+ },
1661
+ headers: {
1662
+ "Content-Type": "application/x-www-form-urlencoded",
1663
+ },
1664
+ },
1665
+ paramsType: {
1666
+ NetworkInterfaceId: "String",
1667
+ BandwidthLimit: "Int",
1668
+ inBandwidthLimit: "Int",
1669
+ },
1670
+ },
1671
+ DescribeNatRateLimit: {
1672
+ url: "/",
1673
+ method: "GET",
1674
+ config: {
1675
+ query: {
1676
+ Version: "2016-03-04",
1677
+ Action: "DescribeNatRateLimit",
1678
+ },
1679
+ headers: {
1680
+ "Content-Type": "application/x-www-form-urlencoded",
1681
+ },
1682
+ },
1683
+ paramsType: {
1684
+ NatId: "String",
1685
+ Filter: "Filter",
1686
+ },
1687
+ },
1688
+ ModifyNatRateLimit: {
1689
+ url: "/",
1690
+ method: "GET",
1691
+ config: {
1692
+ query: {
1693
+ Version: "2016-03-04",
1694
+ Action: "ModifyNatRateLimit",
1695
+ },
1696
+ headers: {
1697
+ "Content-Type": "application/x-www-form-urlencoded",
1698
+ },
1699
+ },
1700
+ paramsType: {
1701
+ NatRateLimitId: "String",
1702
+ BandwidthLimit: "Int",
1703
+ InBandwidthLimit: "Int",
1704
+ },
1705
+ },
1706
+ DeleteNatRateLimit: {
1707
+ url: "/",
1708
+ method: "GET",
1709
+ config: {
1710
+ query: {
1711
+ Version: "2016-03-04",
1712
+ Action: "DeleteNatRateLimit",
1713
+ },
1714
+ headers: {
1715
+ "Content-Type": "application/x-www-form-urlencoded",
1716
+ },
1717
+ },
1718
+ paramsType: {
1719
+ NatRateLimitId: "String",
1720
+ },
1721
+ },
1722
+ CreateDnat: {
1723
+ url: "/",
1724
+ method: "GET",
1725
+ config: {
1726
+ query: {
1727
+ Version: "2016-03-04",
1728
+ Action: "CreateDnat",
1729
+ },
1730
+ headers: {
1731
+ "Content-Type": "application/x-www-form-urlencoded",
1732
+ },
1733
+ },
1734
+ paramsType: {
1735
+ NatId: "String",
1736
+ NatIp: "String",
1737
+ DnatName: "String",
1738
+ PublicPort: "String",
1739
+ PrivateIpAddress: "String",
1740
+ IpProtocol: "String",
1741
+ PrivatePort: "String",
1742
+ Description: "String",
1743
+ },
1744
+ },
1745
+ DeleteDnat: {
1746
+ url: "/",
1747
+ method: "GET",
1748
+ config: {
1749
+ query: {
1750
+ Version: "2016-03-04",
1751
+ Action: "DeleteDnat",
1752
+ },
1753
+ headers: {
1754
+ "Content-Type": "application/x-www-form-urlencoded",
1755
+ },
1756
+ },
1757
+ paramsType: {
1758
+ DnatId: "String",
1759
+ },
1760
+ },
1761
+ DescribeDnats: {
1762
+ url: "/",
1763
+ method: "GET",
1764
+ config: {
1765
+ query: {
1766
+ Version: "2016-03-04",
1767
+ Action: "DescribeDnats",
1768
+ },
1769
+ headers: {
1770
+ "Content-Type": "application/x-www-form-urlencoded",
1771
+ },
1772
+ },
1773
+ paramsType: {
1774
+ DnatId: "Filter",
1775
+ Filter: "Filter",
1776
+ MaxResults: "Int",
1777
+ NextToken: "String",
1778
+ },
1779
+ },
1780
+ ModifyDnat: {
1781
+ url: "/",
1782
+ method: "GET",
1783
+ config: {
1784
+ query: {
1785
+ Version: "2016-03-04",
1786
+ Action: "ModifyDnat",
1787
+ },
1788
+ headers: {
1789
+ "Content-Type": "application/x-www-form-urlencoded",
1790
+ },
1791
+ },
1792
+ paramsType: {
1793
+ NatId: "String",
1794
+ DnatId: "String",
1795
+ NatIp: "String",
1796
+ DnatName: "String",
1797
+ PublicPort: "String",
1798
+ PrivateIpAddress: "String",
1799
+ IpProtocol: "String",
1800
+ PrivatePort: "String",
1801
+ Description: "String",
1802
+ },
1803
+ },
1804
+ AssociateInstance: {
1805
+ url: "/",
1806
+ method: "GET",
1807
+ config: {
1808
+ query: {
1809
+ Version: "2016-03-04",
1810
+ Action: "AssociateInstance",
1811
+ },
1812
+ headers: {
1813
+ "Content-Type": "application/x-www-form-urlencoded",
1814
+ },
1815
+ },
1816
+ paramsType: {
1817
+ NetworkInterfaceId: "String",
1818
+ NatId: "String",
1819
+ NatIpId: "Filter",
1820
+ },
1821
+ },
1822
+ DisassociateInstance: {
1823
+ url: "/",
1824
+ method: "GET",
1825
+ config: {
1826
+ query: {
1827
+ Version: "2016-03-04",
1828
+ Action: "DisassociateInstance",
1829
+ },
1830
+ headers: {
1831
+ "Content-Type": "application/x-www-form-urlencoded",
1832
+ },
1833
+ },
1834
+ paramsType: {
1835
+ NetworkInterfaceId: "String",
1836
+ NatId: "String",
1837
+ },
1838
+ },
1839
+ CreateHaVip: {
1840
+ url: "/",
1841
+ method: "GET",
1842
+ config: {
1843
+ query: {
1844
+ Version: "2016-03-04",
1845
+ Action: "CreateHaVip",
1846
+ },
1847
+ headers: {
1848
+ "Content-Type": "application/x-www-form-urlencoded",
1849
+ },
1850
+ },
1851
+ paramsType: {
1852
+ SubnetId: "String",
1853
+ IpAddress: "String",
1854
+ },
1855
+ },
1856
+ DeleteHaVip: {
1857
+ url: "/",
1858
+ method: "GET",
1859
+ config: {
1860
+ query: {
1861
+ Version: "2016-03-04",
1862
+ Action: "DeleteHaVip",
1863
+ },
1864
+ headers: {
1865
+ "Content-Type": "application/x-www-form-urlencoded",
1866
+ },
1867
+ },
1868
+ paramsType: {
1869
+ HaVipId: "String",
1870
+ },
1871
+ },
1872
+ AssociateHaVip: {
1873
+ url: "/",
1874
+ method: "GET",
1875
+ config: {
1876
+ query: {
1877
+ Version: "2016-03-04",
1878
+ Action: "AssociateHaVip",
1879
+ },
1880
+ headers: {
1881
+ "Content-Type": "application/x-www-form-urlencoded",
1882
+ },
1883
+ },
1884
+ paramsType: {
1885
+ NetworkInterfaceId: "String",
1886
+ HaVipId: "String",
1887
+ },
1888
+ },
1889
+ UnAssociateHaVip: {
1890
+ url: "/",
1891
+ method: "GET",
1892
+ config: {
1893
+ query: {
1894
+ Version: "2016-03-04",
1895
+ Action: "UnAssociateHaVip",
1896
+ },
1897
+ headers: {
1898
+ "Content-Type": "application/x-www-form-urlencoded",
1899
+ },
1900
+ },
1901
+ paramsType: {
1902
+ NetworkInterfaceId: "String",
1903
+ HaVipId: "String",
1904
+ },
1905
+ },
1906
+ DescribeHaVip: {
1907
+ url: "/",
1908
+ method: "GET",
1909
+ config: {
1910
+ query: {
1911
+ Version: "2016-03-04",
1912
+ Action: "DescribeHaVip",
1913
+ },
1914
+ headers: {
1915
+ "Content-Type": "application/x-www-form-urlencoded",
1916
+ },
1917
+ },
1918
+ paramsType: {
1919
+ HaVipId: "Filter",
1920
+ Filter: "Filter",
1921
+ MaxResults: "Int",
1922
+ NextToken: "String",
1923
+ },
1924
+ },
1925
+ CreateDirectConnectGatewayRoute: {
1926
+ url: "/",
1927
+ method: "GET",
1928
+ config: {
1929
+ query: {
1930
+ Version: "2016-03-04",
1931
+ Action: "CreateDirectConnectGatewayRoute",
1932
+ },
1933
+ headers: {
1934
+ "Content-Type": "application/x-www-form-urlencoded",
1935
+ },
1936
+ },
1937
+ paramsType: {
1938
+ DirectConnectGatewayId: "String",
1939
+ DestinationCidrBlock: "String",
1940
+ NextHopType: "String",
1941
+ Priority: "Int",
1942
+ NextHopInstance: "String",
1943
+ EnableIpv6: "Boolean",
1944
+ },
1945
+ },
1946
+ DeleteDirectConnectGatewayRoute: {
1947
+ url: "/",
1948
+ method: "GET",
1949
+ config: {
1950
+ query: {
1951
+ Version: "2016-03-04",
1952
+ Action: "DeleteDirectConnectGatewayRoute",
1953
+ },
1954
+ headers: {
1955
+ "Content-Type": "application/x-www-form-urlencoded",
1956
+ },
1957
+ },
1958
+ paramsType: {
1959
+ DirectConnectGatewayRouteId: "String",
1960
+ },
1961
+ },
1962
+ DescribeDirectConnectGatewayRoute: {
1963
+ url: "/",
1964
+ method: "GET",
1965
+ config: {
1966
+ query: {
1967
+ Version: "2016-03-04",
1968
+ Action: "DescribeDirectConnectGatewayRoute",
1969
+ },
1970
+ headers: {
1971
+ "Content-Type": "application/json",
1972
+ },
1973
+ },
1974
+ paramsType: {
1975
+ DirectConnectGatewayId: "String",
1976
+ MaxResults: "Int",
1977
+ Filter: "Filter",
1978
+ NextToken: "String",
1979
+ },
1980
+ },
1981
+ PublishDirectConnectRoute: {
1982
+ url: "/",
1983
+ method: "GET",
1984
+ config: {
1985
+ query: {
1986
+ Version: "2016-03-04",
1987
+ Action: "PublishDirectConnectRoute",
1988
+ },
1989
+ headers: {
1990
+ "Content-Type": "application/x-www-form-urlencoded",
1991
+ },
1992
+ },
1993
+ paramsType: {
1994
+ DirectConnectGatewayRouteId: "String",
1995
+ },
1996
+ },
1997
+ UnpublishDirectConnectRoute: {
1998
+ url: "/",
1999
+ method: "GET",
2000
+ config: {
2001
+ query: {
2002
+ Version: "2016-03-04",
2003
+ Action: "UnpublishDirectConnectRoute",
2004
+ },
2005
+ headers: {
2006
+ "Content-Type": "application/x-www-form-urlencoded",
2007
+ },
2008
+ },
2009
+ paramsType: {
2010
+ DirectConnectGatewayRouteId: "String",
2011
+ },
2012
+ },
2013
+ AddSecondaryCidrBlock: {
2014
+ url: "/",
2015
+ method: "GET",
2016
+ config: {
2017
+ query: {
2018
+ Version: "2016-03-04",
2019
+ Action: "AddSecondaryCidrBlock",
2020
+ },
2021
+ headers: {
2022
+ "Content-Type": "application/x-www-form-urlencoded",
2023
+ },
2024
+ },
2025
+ paramsType: {
2026
+ VpcId: "String",
2027
+ CidrBlock: "String",
2028
+ },
2029
+ },
2030
+ DeleteSecondaryCidrBlock: {
2031
+ url: "/",
2032
+ method: "GET",
2033
+ config: {
2034
+ query: {
2035
+ Version: "2016-03-04",
2036
+ Action: "DeleteSecondaryCidrBlock",
2037
+ },
2038
+ headers: {
2039
+ "Content-Type": "application/x-www-form-urlencoded",
2040
+ },
2041
+ },
2042
+ paramsType: {
2043
+ VpcId: "String",
2044
+ SecondaryCidrId: "String",
2045
+ },
2046
+ },
2047
+ AssignPrivateIpAddress: {
2048
+ url: "/",
2049
+ method: "GET",
2050
+ config: {
2051
+ query: {
2052
+ Version: "2016-03-04",
2053
+ Action: "AssignPrivateIpAddress",
2054
+ },
2055
+ headers: {
2056
+ "Content-Type": "application/x-www-form-urlencoded",
2057
+ },
2058
+ },
2059
+ paramsType: {
2060
+ NetworkInterfaceId: "String",
2061
+ PrivateIpAddress: "Filter",
2062
+ SecondaryPrivateIpAddressCount: "Int",
2063
+ },
2064
+ },
2065
+ UnassignPrivateIpAddress: {
2066
+ url: "/",
2067
+ method: "GET",
2068
+ config: {
2069
+ query: {
2070
+ Version: "2016-03-04",
2071
+ Action: "UnassignPrivateIpAddress",
2072
+ },
2073
+ headers: {
2074
+ "Content-Type": "application/x-www-form-urlencoded",
2075
+ },
2076
+ },
2077
+ paramsType: {
2078
+ NetworkInterfaceId: "String",
2079
+ PrivateIpAddress: "Filter",
2080
+ },
2081
+ },
2082
+ BatchCreateNatRateLimit: {
2083
+ url: "/",
2084
+ method: "GET",
2085
+ config: {
2086
+ query: {
2087
+ Version: "2016-03-04",
2088
+ Action: "BatchCreateNatRateLimit",
2089
+ },
2090
+ headers: {
2091
+ "Content-Type": "application/x-www-form-urlencoded",
2092
+ },
2093
+ },
2094
+ paramsType: {
2095
+ BandwidthLimit: "Int",
2096
+ InBandwidthLimit: "Int",
2097
+ NetworkInterfaceId: "Filter",
2098
+ },
2099
+ },
2100
+ BatchModifyNatRateLimit: {
2101
+ url: "/",
2102
+ method: "GET",
2103
+ config: {
2104
+ query: {
2105
+ Version: "2016-03-04",
2106
+ Action: "BatchModifyNatRateLimit",
2107
+ },
2108
+ headers: {
2109
+ "Content-Type": "application/x-www-form-urlencoded",
2110
+ },
2111
+ },
2112
+ paramsType: {
2113
+ BandwidthLimit: "String",
2114
+ InBandwidthLimit: "Int",
2115
+ NatRateLimitId: "Filter",
2116
+ },
2117
+ },
2118
+ BatchDeleteNatRateLimit: {
2119
+ url: "/",
2120
+ method: "GET",
2121
+ config: {
2122
+ query: {
2123
+ Version: "2016-03-04",
2124
+ Action: "BatchDeleteNatRateLimit",
2125
+ },
2126
+ headers: {
2127
+ "Content-Type": "application/x-www-form-urlencoded",
2128
+ },
2129
+ },
2130
+ paramsType: {
2131
+ NatRateLimitId: "Filter",
2132
+ },
2133
+ },
2134
+ DescribeVpnGatewayRoutes: {
2135
+ url: "/",
2136
+ method: "GET",
2137
+ config: {
2138
+ query: {
2139
+ Version: "2016-03-04",
2140
+ Action: "DescribeVpnGatewayRoutes",
2141
+ },
2142
+ headers: {
2143
+ "Content-Type": "application/x-www-form-urlencoded",
2144
+ },
2145
+ },
2146
+ paramsType: {
2147
+ VpnGatewayId: "String",
2148
+ Filter: "Filter",
2149
+ MaxResults: "Int",
2150
+ NextToken: "String",
2151
+ },
2152
+ },
2153
+ CreateVpnGatewayRoute: {
2154
+ url: "/",
2155
+ method: "POST",
2156
+ config: {
2157
+ query: {
2158
+ Version: "2016-03-04",
2159
+ Action: "CreateVpnGatewayRoute",
2160
+ },
2161
+ headers: {
2162
+ "Content-Type": "application/x-www-form-urlencoded",
2163
+ },
2164
+ },
2165
+ paramsType: {
2166
+ VpnGatewayId: "String",
2167
+ DestinationCidrBlock: "String",
2168
+ NextHopInstanceId: "String",
2169
+ NextHopType: "String",
2170
+ Description: "String",
2171
+ },
2172
+ },
2173
+ DeleteVpnGatewayRoute: {
2174
+ url: "/",
2175
+ method: "GET",
2176
+ config: {
2177
+ query: {
2178
+ Version: "2016-03-04",
2179
+ Action: "DeleteVpnGatewayRoute",
2180
+ },
2181
+ headers: {
2182
+ "Content-Type": "application/x-www-form-urlencoded",
2183
+ },
2184
+ },
2185
+ paramsType: {
2186
+ VpnGatewayRouteId: "String",
2187
+ },
2188
+ },
2189
+ DescribeVpnTunnelIpsecStatus: {
2190
+ url: "/",
2191
+ method: "GET",
2192
+ config: {
2193
+ query: {
2194
+ Version: "2016-03-04",
2195
+ Action: "DescribeVpnTunnelIpsecStatus",
2196
+ },
2197
+ headers: {
2198
+ "Content-Type": "application/x-www-form-urlencoded",
2199
+ },
2200
+ },
2201
+ paramsType: {
2202
+ IsMaster: "Int",
2203
+ VpnTunnelId: "Filter",
2204
+ },
2205
+ },
2206
+ QueryNatTopVifMonitor: {
2207
+ url: "/",
2208
+ method: "GET",
2209
+ config: {
2210
+ query: {
2211
+ Version: "2016-03-04",
2212
+ Action: "QueryNatTopVifMonitor",
2213
+ },
2214
+ headers: {
2215
+ "Content-Type": "application/x-www-form-urlencoded",
2216
+ },
2217
+ },
2218
+ paramsType: {
2219
+ NatId: "String",
2220
+ StartTime: "String",
2221
+ EndTime: "String",
2222
+ SortType: "String",
2223
+ InstanceType: "String",
2224
+ ip: "String",
2225
+ },
2226
+ },
2227
+ ModifyNatIpStatus: {
2228
+ url: "/",
2229
+ method: "GET",
2230
+ config: {
2231
+ query: {
2232
+ Version: "2016-03-04",
2233
+ Action: "ModifyNatIpStatus",
2234
+ },
2235
+ headers: {
2236
+ "Content-Type": "application/x-www-form-urlencoded",
2237
+ },
2238
+ },
2239
+ paramsType: {
2240
+ NatIpId: "String",
2241
+ Enabled: "Boolean",
2242
+ },
2243
+ },
2244
+ QueryPeerTopVifMonitor: {
2245
+ url: "/",
2246
+ method: "GET",
2247
+ config: {
2248
+ query: {
2249
+ Version: "2016-03-04",
2250
+ Action: "QueryPeerTopVifMonitor",
2251
+ },
2252
+ headers: {
2253
+ "Content-Type": "application/x-www-form-urlencoded",
2254
+ },
2255
+ },
2256
+ paramsType: {
2257
+ vpcId: "String",
2258
+ StartTime: "String",
2259
+ EndTime: "String",
2260
+ SortType: "String",
2261
+ ip: "String",
2262
+ },
2263
+ },
2264
+ ModifyVpnGatewayRoute: {
2265
+ url: "/",
2266
+ method: "POST",
2267
+ config: {
2268
+ query: {
2269
+ Version: "2016-03-04",
2270
+ Action: "ModifyVpnGatewayRoute",
2271
+ },
2272
+ headers: {
2273
+ "Content-Type": "application/x-www-form-urlencoded",
2274
+ },
2275
+ },
2276
+ paramsType: {
2277
+ VpnGatewayRouteId: "String",
2278
+ Description: "String",
2279
+ },
2280
+ },
2281
+ DescribeDirectConnectInterfacesBgpStatus: {
2282
+ url: "/",
2283
+ method: "GET",
2284
+ config: {
2285
+ query: {
2286
+ Version: "2016-03-04",
2287
+ Action: "DescribeDirectConnectInterfacesBgpStatus",
2288
+ },
2289
+ headers: {
2290
+ "Content-Type": "application/json",
2291
+ },
2292
+ },
2293
+ paramsType: {
2294
+ "DirectConnectInterfaceId.N": "String",
2295
+ },
2296
+ },
2297
+ DeactiveFlowLog: {
2298
+ url: "/",
2299
+ method: "GET",
2300
+ config: {
2301
+ query: {
2302
+ Version: "2016-03-04",
2303
+ Action: "DeactiveFlowLog",
2304
+ },
2305
+ headers: {
2306
+ "Content-Type": "application/x-www-form-urlencoded",
2307
+ },
2308
+ },
2309
+ paramsType: {
2310
+ FlowLogId: "String",
2311
+ },
2312
+ },
2313
+ ActiveFlowLog: {
2314
+ url: "/",
2315
+ method: "GET",
2316
+ config: {
2317
+ query: {
2318
+ Version: "2016-03-04",
2319
+ Action: "ActiveFlowLog",
2320
+ },
2321
+ headers: {
2322
+ "Content-Type": "application/x-www-form-urlencoded",
2323
+ },
2324
+ },
2325
+ paramsType: {
2326
+ FlowLogId: "String",
2327
+ },
2328
+ },
2329
+ DeleteFlowLog: {
2330
+ url: "/",
2331
+ method: "GET",
2332
+ config: {
2333
+ query: {
2334
+ Version: "2016-03-04",
2335
+ Action: "DeleteFlowLog",
2336
+ },
2337
+ headers: {
2338
+ "Content-Type": "application/x-www-form-urlencoded",
2339
+ },
2340
+ },
2341
+ paramsType: {
2342
+ FlowLogId: "String",
2343
+ },
2344
+ },
2345
+ ModifyFlowLog: {
2346
+ url: "/",
2347
+ method: "GET",
2348
+ config: {
2349
+ query: {
2350
+ Version: "2016-03-04",
2351
+ Action: "ModifyFlowLog",
2352
+ },
2353
+ headers: {
2354
+ "Content-Type": "application/x-www-form-urlencoded",
2355
+ },
2356
+ },
2357
+ paramsType: {
2358
+ FlowLogId: "String",
2359
+ FlowLogName: "String",
2360
+ WindowTime: "Int",
2361
+ Description: "String",
2362
+ },
2363
+ },
2364
+ DescribeFlowLogs: {
2365
+ url: "/",
2366
+ method: "GET",
2367
+ config: {
2368
+ query: {
2369
+ Version: "2016-03-04",
2370
+ Action: "DescribeFlowLogs",
2371
+ },
2372
+ headers: {
2373
+ "Content-Type": "application/x-www-form-urlencoded",
2374
+ },
2375
+ },
2376
+ paramsType: {
2377
+ FlowLogId: "Filter",
2378
+ Filter: "Filter",
2379
+ MaxResults: "Int",
2380
+ NextToken: "String",
2381
+ },
2382
+ },
2383
+ CreateFlowLog: {
2384
+ url: "/",
2385
+ method: "GET",
2386
+ config: {
2387
+ query: {
2388
+ Version: "2016-03-04",
2389
+ Action: "CreateFlowLog",
2390
+ },
2391
+ headers: {
2392
+ "Content-Type": "application/x-www-form-urlencoded",
2393
+ },
2394
+ },
2395
+ paramsType: {
2396
+ FlowLogName: "String",
2397
+ ResourceType: "String",
2398
+ ResourceId: "String",
2399
+ TrafficType: "String",
2400
+ ProjectName: "String",
2401
+ LogPoolName: "String",
2402
+ WindowTime: "Int",
2403
+ Description: "String",
2404
+ },
2405
+ },
2406
+ };
2407
+ };