@scaleway/sdk-s2s-vpn 2.4.1 → 2.5.0

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.
@@ -1,8 +1,7 @@
1
+ /** Lists transient statutes of the enum {@link VpnGatewayStatus}. */
1
2
  const VPN_GATEWAY_TRANSIENT_STATUSES = [
2
- "configuring",
3
- "provisioning",
4
- "deprovisioning"
3
+ "configuring",
4
+ "provisioning",
5
+ "deprovisioning"
5
6
  ];
6
- export {
7
- VPN_GATEWAY_TRANSIENT_STATUSES
8
- };
7
+ export { VPN_GATEWAY_TRANSIENT_STATUSES };
@@ -1,30 +1,32 @@
1
- import { API } from "./api.gen.js";
1
+ import { __exportAll } from "../_virtual/_rolldown/runtime.js";
2
2
  import { VPN_GATEWAY_TRANSIENT_STATUSES } from "./content.gen.js";
3
3
  import { marshalCreateConnectionRequest, marshalCreateCustomerGatewayRequest, marshalCreateRoutingPolicyRequest, marshalCreateVpnGatewayRequest, marshalDetachRoutingPolicyRequest, marshalSetRoutingPolicyRequest, marshalUpdateConnectionRequest, marshalUpdateCustomerGatewayRequest, marshalUpdateRoutingPolicyRequest, marshalUpdateVpnGatewayRequest, unmarshalConnection, unmarshalCreateConnectionResponse, unmarshalCustomerGateway, unmarshalListConnectionsResponse, unmarshalListCustomerGatewaysResponse, unmarshalListRoutingPoliciesResponse, unmarshalListVpnGatewayTypesResponse, unmarshalListVpnGatewaysResponse, unmarshalRenewConnectionPskResponse, unmarshalRoutingPolicy, unmarshalVpnGateway } from "./marshalling.gen.js";
4
- import * as validationRules_gen from "./validation-rules.gen.js";
5
- export {
6
- API,
7
- VPN_GATEWAY_TRANSIENT_STATUSES,
8
- validationRules_gen as ValidationRules,
9
- marshalCreateConnectionRequest,
10
- marshalCreateCustomerGatewayRequest,
11
- marshalCreateRoutingPolicyRequest,
12
- marshalCreateVpnGatewayRequest,
13
- marshalDetachRoutingPolicyRequest,
14
- marshalSetRoutingPolicyRequest,
15
- marshalUpdateConnectionRequest,
16
- marshalUpdateCustomerGatewayRequest,
17
- marshalUpdateRoutingPolicyRequest,
18
- marshalUpdateVpnGatewayRequest,
19
- unmarshalConnection,
20
- unmarshalCreateConnectionResponse,
21
- unmarshalCustomerGateway,
22
- unmarshalListConnectionsResponse,
23
- unmarshalListCustomerGatewaysResponse,
24
- unmarshalListRoutingPoliciesResponse,
25
- unmarshalListVpnGatewayTypesResponse,
26
- unmarshalListVpnGatewaysResponse,
27
- unmarshalRenewConnectionPskResponse,
28
- unmarshalRoutingPolicy,
29
- unmarshalVpnGateway
30
- };
4
+ import { API } from "./api.gen.js";
5
+ import { validation_rules_gen_exports } from "./validation-rules.gen.js";
6
+ var index_gen_exports = /* @__PURE__ */ __exportAll({
7
+ API: () => API,
8
+ VPN_GATEWAY_TRANSIENT_STATUSES: () => VPN_GATEWAY_TRANSIENT_STATUSES,
9
+ ValidationRules: () => validation_rules_gen_exports,
10
+ marshalCreateConnectionRequest: () => marshalCreateConnectionRequest,
11
+ marshalCreateCustomerGatewayRequest: () => marshalCreateCustomerGatewayRequest,
12
+ marshalCreateRoutingPolicyRequest: () => marshalCreateRoutingPolicyRequest,
13
+ marshalCreateVpnGatewayRequest: () => marshalCreateVpnGatewayRequest,
14
+ marshalDetachRoutingPolicyRequest: () => marshalDetachRoutingPolicyRequest,
15
+ marshalSetRoutingPolicyRequest: () => marshalSetRoutingPolicyRequest,
16
+ marshalUpdateConnectionRequest: () => marshalUpdateConnectionRequest,
17
+ marshalUpdateCustomerGatewayRequest: () => marshalUpdateCustomerGatewayRequest,
18
+ marshalUpdateRoutingPolicyRequest: () => marshalUpdateRoutingPolicyRequest,
19
+ marshalUpdateVpnGatewayRequest: () => marshalUpdateVpnGatewayRequest,
20
+ unmarshalConnection: () => unmarshalConnection,
21
+ unmarshalCreateConnectionResponse: () => unmarshalCreateConnectionResponse,
22
+ unmarshalCustomerGateway: () => unmarshalCustomerGateway,
23
+ unmarshalListConnectionsResponse: () => unmarshalListConnectionsResponse,
24
+ unmarshalListCustomerGatewaysResponse: () => unmarshalListCustomerGatewaysResponse,
25
+ unmarshalListRoutingPoliciesResponse: () => unmarshalListRoutingPoliciesResponse,
26
+ unmarshalListVpnGatewayTypesResponse: () => unmarshalListVpnGatewayTypesResponse,
27
+ unmarshalListVpnGatewaysResponse: () => unmarshalListVpnGatewaysResponse,
28
+ unmarshalRenewConnectionPskResponse: () => unmarshalRenewConnectionPskResponse,
29
+ unmarshalRoutingPolicy: () => unmarshalRoutingPolicy,
30
+ unmarshalVpnGateway: () => unmarshalVpnGateway
31
+ });
32
+ export { index_gen_exports };