|
1 | 1 | # This file was automatically generated. DO NOT EDIT. |
2 | 2 | # If you have any remark or suggestion do not hesitate to open an issue. |
3 | 3 | from .types import BgpStatus |
| 4 | +from .types import DedicatedConnectionStatus |
| 5 | +from .content import DEDICATED_CONNECTION_TRANSIENT_STATUSES |
| 6 | +from .types import LinkKind |
4 | 7 | from .types import LinkStatus |
| 8 | +from .content import LINK_TRANSIENT_STATUSES |
| 9 | +from .types import ListDedicatedConnectionsRequestOrderBy |
5 | 10 | from .types import ListLinksRequestOrderBy |
6 | 11 | from .types import ListPartnersRequestOrderBy |
7 | 12 | from .types import ListPopsRequestOrderBy |
8 | 13 | from .types import ListRoutingPoliciesRequestOrderBy |
| 14 | +from .types import BgpConfig |
| 15 | +from .types import PartnerHost |
| 16 | +from .types import SelfHost |
| 17 | +from .types import DedicatedConnection |
9 | 18 | from .types import Link |
10 | 19 | from .types import Partner |
11 | 20 | from .types import Pop |
|
20 | 29 | from .types import DetachVpcRequest |
21 | 30 | from .types import DisableRoutePropagationRequest |
22 | 31 | from .types import EnableRoutePropagationRequest |
| 32 | +from .types import GetDedicatedConnectionRequest |
23 | 33 | from .types import GetLinkRequest |
24 | 34 | from .types import GetPartnerRequest |
25 | 35 | from .types import GetPopRequest |
26 | 36 | from .types import GetRoutingPolicyRequest |
| 37 | +from .types import ListDedicatedConnectionsRequest |
| 38 | +from .types import ListDedicatedConnectionsResponse |
27 | 39 | from .types import ListLinksRequest |
28 | 40 | from .types import ListLinksResponse |
29 | 41 | from .types import ListPartnersRequest |
|
38 | 50 |
|
39 | 51 | __all__ = [ |
40 | 52 | "BgpStatus", |
| 53 | + "DedicatedConnectionStatus", |
| 54 | + "DEDICATED_CONNECTION_TRANSIENT_STATUSES", |
| 55 | + "LinkKind", |
41 | 56 | "LinkStatus", |
| 57 | + "LINK_TRANSIENT_STATUSES", |
| 58 | + "ListDedicatedConnectionsRequestOrderBy", |
42 | 59 | "ListLinksRequestOrderBy", |
43 | 60 | "ListPartnersRequestOrderBy", |
44 | 61 | "ListPopsRequestOrderBy", |
45 | 62 | "ListRoutingPoliciesRequestOrderBy", |
| 63 | + "BgpConfig", |
| 64 | + "PartnerHost", |
| 65 | + "SelfHost", |
| 66 | + "DedicatedConnection", |
46 | 67 | "Link", |
47 | 68 | "Partner", |
48 | 69 | "Pop", |
|
57 | 78 | "DetachVpcRequest", |
58 | 79 | "DisableRoutePropagationRequest", |
59 | 80 | "EnableRoutePropagationRequest", |
| 81 | + "GetDedicatedConnectionRequest", |
60 | 82 | "GetLinkRequest", |
61 | 83 | "GetPartnerRequest", |
62 | 84 | "GetPopRequest", |
63 | 85 | "GetRoutingPolicyRequest", |
| 86 | + "ListDedicatedConnectionsRequest", |
| 87 | + "ListDedicatedConnectionsResponse", |
64 | 88 | "ListLinksRequest", |
65 | 89 | "ListLinksResponse", |
66 | 90 | "ListPartnersRequest", |
|
0 commit comments