|
| 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 | +from .types import BgpSessionStatus |
| 4 | +from .types import ConnectionDhGroup |
| 5 | +from .types import ConnectionEncryption |
| 6 | +from .types import ConnectionInitiationPolicy |
| 7 | +from .types import ConnectionIntegrity |
| 8 | +from .types import ConnectionStatus |
| 9 | +from .types import CreateConnectionRequestInitiationPolicy |
| 10 | +from .types import ListConnectionsRequestOrderBy |
| 11 | +from .types import ListCustomerGatewaysRequestOrderBy |
| 12 | +from .types import ListRoutingPoliciesRequestOrderBy |
| 13 | +from .types import ListVpnGatewaysRequestOrderBy |
| 14 | +from .types import TunnelStatus |
| 15 | +from .types import VpnGatewayStatus |
| 16 | +from .content import VPN_GATEWAY_TRANSIENT_STATUSES |
| 17 | +from .types import BgpSession |
| 18 | +from .types import ConnectionCipher |
| 19 | +from .types import VpnGatewayPrivateConfig |
| 20 | +from .types import VpnGatewayPublicConfig |
| 21 | +from .types import CreateConnectionRequestBgpConfig |
| 22 | +from .types import Connection |
| 23 | +from .types import CreateVpnGatewayRequestPublicConfig |
| 24 | +from .types import CustomerGateway |
| 25 | +from .types import RoutingPolicy |
| 26 | +from .types import GatewayType |
| 27 | +from .types import VpnGateway |
| 28 | +from .types import CreateConnectionRequest |
| 29 | +from .types import CreateConnectionResponse |
| 30 | +from .types import CreateCustomerGatewayRequest |
| 31 | +from .types import CreateRoutingPolicyRequest |
| 32 | +from .types import CreateVpnGatewayRequest |
| 33 | +from .types import DeleteConnectionRequest |
| 34 | +from .types import DeleteCustomerGatewayRequest |
| 35 | +from .types import DeleteRoutingPolicyRequest |
| 36 | +from .types import DeleteVpnGatewayRequest |
| 37 | +from .types import DetachRoutingPolicyRequest |
| 38 | +from .types import DisableRoutePropagationRequest |
| 39 | +from .types import EnableRoutePropagationRequest |
| 40 | +from .types import GetConnectionRequest |
| 41 | +from .types import GetCustomerGatewayRequest |
| 42 | +from .types import GetRoutingPolicyRequest |
| 43 | +from .types import GetVpnGatewayRequest |
| 44 | +from .types import ListConnectionsRequest |
| 45 | +from .types import ListConnectionsResponse |
| 46 | +from .types import ListCustomerGatewaysRequest |
| 47 | +from .types import ListCustomerGatewaysResponse |
| 48 | +from .types import ListRoutingPoliciesRequest |
| 49 | +from .types import ListRoutingPoliciesResponse |
| 50 | +from .types import ListVpnGatewayTypesRequest |
| 51 | +from .types import ListVpnGatewayTypesResponse |
| 52 | +from .types import ListVpnGatewaysRequest |
| 53 | +from .types import ListVpnGatewaysResponse |
| 54 | +from .types import RenewConnectionPskRequest |
| 55 | +from .types import RenewConnectionPskResponse |
| 56 | +from .types import SetRoutingPolicyRequest |
| 57 | +from .types import UpdateConnectionRequest |
| 58 | +from .types import UpdateCustomerGatewayRequest |
| 59 | +from .types import UpdateRoutingPolicyRequest |
| 60 | +from .types import UpdateVpnGatewayRequest |
| 61 | +from .api import S2SVpnV1Alpha1API |
| 62 | + |
| 63 | +__all__ = [ |
| 64 | + "BgpSessionStatus", |
| 65 | + "ConnectionDhGroup", |
| 66 | + "ConnectionEncryption", |
| 67 | + "ConnectionInitiationPolicy", |
| 68 | + "ConnectionIntegrity", |
| 69 | + "ConnectionStatus", |
| 70 | + "CreateConnectionRequestInitiationPolicy", |
| 71 | + "ListConnectionsRequestOrderBy", |
| 72 | + "ListCustomerGatewaysRequestOrderBy", |
| 73 | + "ListRoutingPoliciesRequestOrderBy", |
| 74 | + "ListVpnGatewaysRequestOrderBy", |
| 75 | + "TunnelStatus", |
| 76 | + "VpnGatewayStatus", |
| 77 | + "VPN_GATEWAY_TRANSIENT_STATUSES", |
| 78 | + "BgpSession", |
| 79 | + "ConnectionCipher", |
| 80 | + "VpnGatewayPrivateConfig", |
| 81 | + "VpnGatewayPublicConfig", |
| 82 | + "CreateConnectionRequestBgpConfig", |
| 83 | + "Connection", |
| 84 | + "CreateVpnGatewayRequestPublicConfig", |
| 85 | + "CustomerGateway", |
| 86 | + "RoutingPolicy", |
| 87 | + "GatewayType", |
| 88 | + "VpnGateway", |
| 89 | + "CreateConnectionRequest", |
| 90 | + "CreateConnectionResponse", |
| 91 | + "CreateCustomerGatewayRequest", |
| 92 | + "CreateRoutingPolicyRequest", |
| 93 | + "CreateVpnGatewayRequest", |
| 94 | + "DeleteConnectionRequest", |
| 95 | + "DeleteCustomerGatewayRequest", |
| 96 | + "DeleteRoutingPolicyRequest", |
| 97 | + "DeleteVpnGatewayRequest", |
| 98 | + "DetachRoutingPolicyRequest", |
| 99 | + "DisableRoutePropagationRequest", |
| 100 | + "EnableRoutePropagationRequest", |
| 101 | + "GetConnectionRequest", |
| 102 | + "GetCustomerGatewayRequest", |
| 103 | + "GetRoutingPolicyRequest", |
| 104 | + "GetVpnGatewayRequest", |
| 105 | + "ListConnectionsRequest", |
| 106 | + "ListConnectionsResponse", |
| 107 | + "ListCustomerGatewaysRequest", |
| 108 | + "ListCustomerGatewaysResponse", |
| 109 | + "ListRoutingPoliciesRequest", |
| 110 | + "ListRoutingPoliciesResponse", |
| 111 | + "ListVpnGatewayTypesRequest", |
| 112 | + "ListVpnGatewayTypesResponse", |
| 113 | + "ListVpnGatewaysRequest", |
| 114 | + "ListVpnGatewaysResponse", |
| 115 | + "RenewConnectionPskRequest", |
| 116 | + "RenewConnectionPskResponse", |
| 117 | + "SetRoutingPolicyRequest", |
| 118 | + "UpdateConnectionRequest", |
| 119 | + "UpdateCustomerGatewayRequest", |
| 120 | + "UpdateRoutingPolicyRequest", |
| 121 | + "UpdateVpnGatewayRequest", |
| 122 | + "S2SVpnV1Alpha1API", |
| 123 | +] |
0 commit comments