11// This file was automatically generated. DO NOT EDIT.
22// If you have any remark or suggestion do not hesitate to open an issue.
3-
4- import type { ApiLocality , WaitForOptions } from '@scaleway/sdk-client'
53import {
6- enrichForPagination ,
74 API as ParentAPI ,
8- toApiLocality ,
5+ enrichForPagination ,
6+ resolveOneOf ,
7+ unmarshalServiceInfo ,
98 urlParams ,
109 validatePathParam ,
1110 waitForResource ,
11+ toApiLocality ,
12+ } from '@scaleway/sdk-client'
13+ import type {
14+ Zone as ScwZone ,
15+ Region as ScwRegion ,
16+ ServiceInfo ,
17+ WaitForOptions ,
18+ ApiLocality ,
1219} from '@scaleway/sdk-client'
1320import {
1421 SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_SERVER_TRANSIENT_STATUSES_APPLESILICON ,
22+ SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES as SERVER_PRIVATE_NETWORK_TRANSIENT_STATUSES_APPLESILICON ,
1523 SERVER_TRANSIENT_STATUSES as SERVER_TRANSIENT_STATUSES_APPLESILICON ,
1624} from './content.gen.js'
1725import {
1826 marshalBatchCreateServersRequest ,
19- marshalCreateServerRequest ,
20- marshalPrivateNetworkApiAddServerPrivateNetworkRequest ,
21- marshalPrivateNetworkApiSetServerPrivateNetworksRequest ,
22- marshalReinstallServerRequest ,
23- marshalStartConnectivityDiagnosticRequest ,
24- marshalUpdateServerRequest ,
2527 unmarshalBatchCreateServersResponse ,
2628 unmarshalConnectivityDiagnostic ,
29+ marshalCreateServerRequest ,
2730 unmarshalListOSResponse ,
2831 unmarshalListServerPrivateNetworksResponse ,
29- unmarshalListServersResponse ,
3032 unmarshalListServerTypesResponse ,
33+ unmarshalListServersResponse ,
3134 unmarshalOS ,
35+ marshalPrivateNetworkApiAddServerPrivateNetworkRequest ,
36+ marshalPrivateNetworkApiSetServerPrivateNetworksRequest ,
37+ marshalReinstallServerRequest ,
3238 unmarshalServer ,
3339 unmarshalServerPrivateNetwork ,
3440 unmarshalServerType ,
3541 unmarshalSetServerPrivateNetworksResponse ,
42+ marshalStartConnectivityDiagnosticRequest ,
3643 unmarshalStartConnectivityDiagnosticResponse ,
44+ marshalUpdateServerRequest ,
3745} from './marshalling.gen.js'
3846import type {
3947 BatchCreateServersRequest ,
@@ -48,10 +56,10 @@ import type {
4856 ListOSRequest ,
4957 ListOSResponse ,
5058 ListServerPrivateNetworksResponse ,
51- ListServersRequest ,
52- ListServersResponse ,
5359 ListServerTypesRequest ,
5460 ListServerTypesResponse ,
61+ ListServersRequest ,
62+ ListServersResponse ,
5563 OS ,
5664 PrivateNetworkApiAddServerPrivateNetworkRequest ,
5765 PrivateNetworkApiDeleteServerPrivateNetworkRequest ,
0 commit comments