|
| 1 | +// This file was automatically generated. DO NOT EDIT. |
| 2 | +// If you have any remark or suggestion do not hesitate to open an issue. |
| 3 | +export { API } from './api.gen' |
| 4 | +export * from './content.gen' |
| 5 | +export * from './marshalling.gen' |
| 6 | +export type { |
| 7 | + BgpSession, |
| 8 | + BgpSessionStatus, |
| 9 | + Connection, |
| 10 | + ConnectionCipher, |
| 11 | + ConnectionDhGroup, |
| 12 | + ConnectionEncryption, |
| 13 | + ConnectionInitiationPolicy, |
| 14 | + ConnectionIntegrity, |
| 15 | + ConnectionStatus, |
| 16 | + CreateConnectionRequest, |
| 17 | + CreateConnectionRequestBgpConfig, |
| 18 | + CreateConnectionRequestInitiationPolicy, |
| 19 | + CreateConnectionResponse, |
| 20 | + CreateCustomerGatewayRequest, |
| 21 | + CreateRoutingPolicyRequest, |
| 22 | + CreateVpnGatewayRequest, |
| 23 | + CreateVpnGatewayRequestPublicConfig, |
| 24 | + CustomerGateway, |
| 25 | + DeleteConnectionRequest, |
| 26 | + DeleteCustomerGatewayRequest, |
| 27 | + DeleteRoutingPolicyRequest, |
| 28 | + DeleteVpnGatewayRequest, |
| 29 | + DetachRoutingPolicyRequest, |
| 30 | + DisableRoutePropagationRequest, |
| 31 | + EnableRoutePropagationRequest, |
| 32 | + GatewayType, |
| 33 | + GetConnectionRequest, |
| 34 | + GetCustomerGatewayRequest, |
| 35 | + GetRoutingPolicyRequest, |
| 36 | + GetVpnGatewayRequest, |
| 37 | + ListConnectionsRequest, |
| 38 | + ListConnectionsRequestOrderBy, |
| 39 | + ListConnectionsResponse, |
| 40 | + ListCustomerGatewaysRequest, |
| 41 | + ListCustomerGatewaysRequestOrderBy, |
| 42 | + ListCustomerGatewaysResponse, |
| 43 | + ListRoutingPoliciesRequest, |
| 44 | + ListRoutingPoliciesRequestOrderBy, |
| 45 | + ListRoutingPoliciesResponse, |
| 46 | + ListVpnGatewaysRequest, |
| 47 | + ListVpnGatewaysRequestOrderBy, |
| 48 | + ListVpnGatewaysResponse, |
| 49 | + ListVpnGatewayTypesRequest, |
| 50 | + ListVpnGatewayTypesResponse, |
| 51 | + RenewConnectionPskRequest, |
| 52 | + RenewConnectionPskResponse, |
| 53 | + RoutingPolicy, |
| 54 | + SetRoutingPolicyRequest, |
| 55 | + TunnelStatus, |
| 56 | + UpdateConnectionRequest, |
| 57 | + UpdateCustomerGatewayRequest, |
| 58 | + UpdateRoutingPolicyRequest, |
| 59 | + UpdateVpnGatewayRequest, |
| 60 | + VpnGateway, |
| 61 | + VpnGatewayPrivateConfig, |
| 62 | + VpnGatewayPublicConfig, |
| 63 | + VpnGatewayStatus, |
| 64 | +} from './types.gen' |
| 65 | +export * as ValidationRules from './validation-rules.gen' |
0 commit comments