@@ -247,19 +247,46 @@ Methods:
247247
248248Types:
249249
250- - <code ><a href =" ./src/resources/endpoints.ts " >Autoscaling</a ></code >
251- - <code ><a href =" ./src/resources/endpoints.ts " >DedicatedEndpoint</a ></code >
252- - <code ><a href =" ./src/resources/endpoints.ts " >EndpointListResponse</a ></code >
253- - <code ><a href =" ./src/resources/endpoints.ts " >EndpointListAvzonesResponse</a ></code >
250+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >Autoscaling</a ></code >
251+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >DedicatedEndpoint</a ></code >
252+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointListResponse</a ></code >
253+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointCreateClusterResponse</a ></code >
254+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointDeleteClusterResponse</a ></code >
255+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointListAvzonesResponse</a ></code >
256+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointListClustersResponse</a ></code >
257+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointListRegionsResponse</a ></code >
258+ - <code ><a href =" ./src/resources/endpoints/endpoints.ts " >EndpointUpdateClusterResponse</a ></code >
254259
255260Methods:
256261
257- - <code title =" post /endpoints " >client.endpoints.<a href =" ./src/resources/endpoints.ts " >create</a >({ ...params }) -> DedicatedEndpoint</code >
258- - <code title =" get /endpoints/{endpointId} " >client.endpoints.<a href =" ./src/resources/endpoints.ts " >retrieve</a >(endpointID) -> DedicatedEndpoint</code >
259- - <code title =" patch /endpoints/{endpointId} " >client.endpoints.<a href =" ./src/resources/endpoints.ts " >update</a >(endpointID, { ...params }) -> DedicatedEndpoint</code >
260- - <code title =" get /endpoints " >client.endpoints.<a href =" ./src/resources/endpoints.ts " >list</a >({ ...params }) -> EndpointListResponse</code >
261- - <code title =" delete /endpoints/{endpointId} " >client.endpoints.<a href =" ./src/resources/endpoints.ts " >delete</a >(endpointID) -> void</code >
262- - <code title =" get /clusters/availability-zones " >client.endpoints.<a href =" ./src/resources/endpoints.ts " >listAvzones</a >() -> EndpointListAvzonesResponse</code >
262+ - <code title =" post /endpoints " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >create</a >({ ...params }) -> DedicatedEndpoint</code >
263+ - <code title =" get /endpoints/{endpointId} " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >retrieve</a >(endpointID) -> DedicatedEndpoint</code >
264+ - <code title =" patch /endpoints/{endpointId} " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >update</a >(endpointID, { ...params }) -> DedicatedEndpoint</code >
265+ - <code title =" get /endpoints " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >list</a >({ ...params }) -> EndpointListResponse</code >
266+ - <code title =" delete /endpoints/{endpointId} " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >delete</a >(endpointID) -> void</code >
267+ - <code title =" post /clusters " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >createCluster</a >({ ...params }) -> EndpointCreateClusterResponse</code >
268+ - <code title =" delete /clusters/{cluster_id} " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >deleteCluster</a >(clusterID) -> EndpointDeleteClusterResponse</code >
269+ - <code title =" get /clusters/availability-zones " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >listAvzones</a >() -> EndpointListAvzonesResponse</code >
270+ - <code title =" get /clusters " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >listClusters</a >() -> EndpointListClustersResponse</code >
271+ - <code title =" get /clusters/regions " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >listRegions</a >() -> EndpointListRegionsResponse</code >
272+ - <code title =" get /clusters/{cluster_id} " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >retrieveCluster</a >(clusterID) -> Cluster</code >
273+ - <code title =" put /clusters/{cluster_id} " >client.endpoints.<a href =" ./src/resources/endpoints/endpoints.ts " >updateCluster</a >(clusterID, { ...params }) -> EndpointUpdateClusterResponse</code >
274+
275+ ## Storages
276+
277+ Types:
278+
279+ - <code ><a href =" ./src/resources/endpoints/storages.ts " >StorageCreateSharedVolumeResponse</a ></code >
280+ - <code ><a href =" ./src/resources/endpoints/storages.ts " >StorageDeleteSharedVolumeResponse</a ></code >
281+ - <code ><a href =" ./src/resources/endpoints/storages.ts " >StorageListSharedVolumesResponse</a ></code >
282+
283+ Methods:
284+
285+ - <code title =" post /clusters/storages " >client.endpoints.storages.<a href =" ./src/resources/endpoints/storages.ts " >createSharedVolume</a >({ ...params }) -> StorageCreateSharedVolumeResponse</code >
286+ - <code title =" delete /clusters/storages/{volume_id} " >client.endpoints.storages.<a href =" ./src/resources/endpoints/storages.ts " >deleteSharedVolume</a >(volumeID) -> StorageDeleteSharedVolumeResponse</code >
287+ - <code title =" get /clusters/storages " >client.endpoints.storages.<a href =" ./src/resources/endpoints/storages.ts " >listSharedVolumes</a >() -> StorageListSharedVolumesResponse</code >
288+ - <code title =" get /clusters/storages/{volume_id} " >client.endpoints.storages.<a href =" ./src/resources/endpoints/storages.ts " >retrieveSharedVolume</a >(volumeID) -> ClusterStorage</code >
289+ - <code title =" put /clusters/storages " >client.endpoints.storages.<a href =" ./src/resources/endpoints/storages.ts " >updateSharedVolume</a >({ ...params }) -> ClusterStorage</code >
263290
264291# Hardware
265292
0 commit comments