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