We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b966b1 commit a7b586fCopy full SHA for a7b586f
packages/clients/src/api/vpc/v2/index.gen.ts
@@ -2,6 +2,9 @@
2
// If you have any remark or suggestion do not hesitate to open an issue.
3
export { API } from './api.gen'
4
export type {
5
+ AclRule,
6
+ AclRuleProtocol,
7
+ Action,
8
AddSubnetsRequest,
9
AddSubnetsResponse,
10
CreatePrivateNetworkRequest,
@@ -14,6 +17,8 @@ export type {
14
17
DeleteVPCRequest,
15
18
EnableDHCPRequest,
16
19
EnableRoutingRequest,
20
+ GetAclRequest,
21
+ GetAclResponse,
22
GetPrivateNetworkRequest,
23
GetRouteRequest,
24
GetVPCRequest,
@@ -28,6 +33,8 @@ export type {
28
33
ListVPCsResponse,
29
34
PrivateNetwork,
30
35
Route,
36
+ SetAclRequest,
37
+ SetAclResponse,
31
38
SetSubnetsRequest,
32
39
SetSubnetsResponse,
40
Subnet,
0 commit comments