@@ -46,10 +46,10 @@ public struct Client: APIProtocol {
46
46
///
47
47
/// - Remark: HTTP `GET /orgs/{org}/settings/network-configurations`.
48
48
/// - Remark: Generated from `#/paths//orgs/{org}/settings/network-configurations/get(hosted-compute/list-network-configurations-for-org)`.
49
- public func hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org ( _ input: Operations . hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org . Input ) async throws -> Operations . hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org . Output {
49
+ public func hostedComputeListNetworkConfigurationsForOrg ( _ input: Operations . HostedComputeListNetworkConfigurationsForOrg . Input ) async throws -> Operations . HostedComputeListNetworkConfigurationsForOrg . Output {
50
50
try await client. send (
51
51
input: input,
52
- forOperation: Operations . hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org . id,
52
+ forOperation: Operations . HostedComputeListNetworkConfigurationsForOrg . id,
53
53
serializer: { input in
54
54
let path = try converter. renderedPath (
55
55
template: " /orgs/{}/settings/network-configurations " ,
@@ -67,7 +67,7 @@ public struct Client: APIProtocol {
67
67
style: . form,
68
68
explode: true ,
69
69
name: " per_page " ,
70
- value: input. query. per_page
70
+ value: input. query. perPage
71
71
)
72
72
try converter. setQueryItemAsURI (
73
73
in: & request,
@@ -85,13 +85,13 @@ public struct Client: APIProtocol {
85
85
deserializer: { response, responseBody in
86
86
switch response. status. code {
87
87
case 200 :
88
- let headers : Operations . hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org . Output . Ok . Headers = . init( Link : try converter. getOptionalHeaderFieldAsURI (
88
+ let headers : Operations . HostedComputeListNetworkConfigurationsForOrg . Output . Ok . Headers = . init( link : try converter. getOptionalHeaderFieldAsURI (
89
89
in: response. headerFields,
90
90
name: " Link " ,
91
- as: Components . Headers. link . self
91
+ as: Components . Headers. Link . self
92
92
) )
93
93
let contentType = converter. extractContentTypeIfPresent ( in: response. headerFields)
94
- let body : Operations . hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org . Output . Ok . Body
94
+ let body : Operations . HostedComputeListNetworkConfigurationsForOrg . Output . Ok . Body
95
95
let chosenContentType = try converter. bestContentType (
96
96
received: contentType,
97
97
options: [
@@ -101,7 +101,7 @@ public struct Client: APIProtocol {
101
101
switch chosenContentType {
102
102
case " application/json " :
103
103
body = try await converter. getResponseBodyAsJSON (
104
- Operations . hosted_hyphen_compute_sol_list_hyphen_network_hyphen_configurations_hyphen_for_hyphen_org . Output. Ok. Body. jsonPayload . self,
104
+ Operations . HostedComputeListNetworkConfigurationsForOrg . Output. Ok. Body. JsonPayload . self,
105
105
from: responseBody,
106
106
transforming: { value in
107
107
. json( value)
@@ -134,10 +134,10 @@ public struct Client: APIProtocol {
134
134
///
135
135
/// - Remark: HTTP `POST /orgs/{org}/settings/network-configurations`.
136
136
/// - Remark: Generated from `#/paths//orgs/{org}/settings/network-configurations/post(hosted-compute/create-network-configuration-for-org)`.
137
- public func hosted_hyphen_compute_sol_create_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org ( _ input: Operations . hosted_hyphen_compute_sol_create_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Input ) async throws -> Operations . hosted_hyphen_compute_sol_create_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output {
137
+ public func hostedComputeCreateNetworkConfigurationForOrg ( _ input: Operations . HostedComputeCreateNetworkConfigurationForOrg . Input ) async throws -> Operations . HostedComputeCreateNetworkConfigurationForOrg . Output {
138
138
try await client. send (
139
139
input: input,
140
- forOperation: Operations . hosted_hyphen_compute_sol_create_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . id,
140
+ forOperation: Operations . HostedComputeCreateNetworkConfigurationForOrg . id,
141
141
serializer: { input in
142
142
let path = try converter. renderedPath (
143
143
template: " /orgs/{}/settings/network-configurations " ,
@@ -169,7 +169,7 @@ public struct Client: APIProtocol {
169
169
switch response. status. code {
170
170
case 201 :
171
171
let contentType = converter. extractContentTypeIfPresent ( in: response. headerFields)
172
- let body : Operations . hosted_hyphen_compute_sol_create_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output . Created . Body
172
+ let body : Operations . HostedComputeCreateNetworkConfigurationForOrg . Output . Created . Body
173
173
let chosenContentType = try converter. bestContentType (
174
174
received: contentType,
175
175
options: [
@@ -179,7 +179,7 @@ public struct Client: APIProtocol {
179
179
switch chosenContentType {
180
180
case " application/json " :
181
181
body = try await converter. getResponseBodyAsJSON (
182
- Components . Schemas. network_hyphen_configuration . self,
182
+ Components . Schemas. NetworkConfiguration . self,
183
183
from: responseBody,
184
184
transforming: { value in
185
185
. json( value)
@@ -209,16 +209,16 @@ public struct Client: APIProtocol {
209
209
///
210
210
/// - Remark: HTTP `GET /orgs/{org}/settings/network-configurations/{network_configuration_id}`.
211
211
/// - Remark: Generated from `#/paths//orgs/{org}/settings/network-configurations/{network_configuration_id}/get(hosted-compute/get-network-configuration-for-org)`.
212
- public func hosted_hyphen_compute_sol_get_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org ( _ input: Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Input ) async throws -> Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output {
212
+ public func hostedComputeGetNetworkConfigurationForOrg ( _ input: Operations . HostedComputeGetNetworkConfigurationForOrg . Input ) async throws -> Operations . HostedComputeGetNetworkConfigurationForOrg . Output {
213
213
try await client. send (
214
214
input: input,
215
- forOperation: Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . id,
215
+ forOperation: Operations . HostedComputeGetNetworkConfigurationForOrg . id,
216
216
serializer: { input in
217
217
let path = try converter. renderedPath (
218
218
template: " /orgs/{}/settings/network-configurations/{} " ,
219
219
parameters: [
220
220
input. path. org,
221
- input. path. network_configuration_id
221
+ input. path. networkConfigurationId
222
222
]
223
223
)
224
224
var request : HTTPTypes . HTTPRequest = . init(
@@ -235,13 +235,13 @@ public struct Client: APIProtocol {
235
235
deserializer: { response, responseBody in
236
236
switch response. status. code {
237
237
case 200 :
238
- let headers : Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output . Ok . Headers = . init( Link : try converter. getOptionalHeaderFieldAsURI (
238
+ let headers : Operations . HostedComputeGetNetworkConfigurationForOrg . Output . Ok . Headers = . init( link : try converter. getOptionalHeaderFieldAsURI (
239
239
in: response. headerFields,
240
240
name: " Link " ,
241
- as: Components . Headers. link . self
241
+ as: Components . Headers. Link . self
242
242
) )
243
243
let contentType = converter. extractContentTypeIfPresent ( in: response. headerFields)
244
- let body : Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output . Ok . Body
244
+ let body : Operations . HostedComputeGetNetworkConfigurationForOrg . Output . Ok . Body
245
245
let chosenContentType = try converter. bestContentType (
246
246
received: contentType,
247
247
options: [
@@ -251,7 +251,7 @@ public struct Client: APIProtocol {
251
251
switch chosenContentType {
252
252
case " application/json " :
253
253
body = try await converter. getResponseBodyAsJSON (
254
- Components . Schemas. network_hyphen_configuration . self,
254
+ Components . Schemas. NetworkConfiguration . self,
255
255
from: responseBody,
256
256
transforming: { value in
257
257
. json( value)
@@ -284,16 +284,16 @@ public struct Client: APIProtocol {
284
284
///
285
285
/// - Remark: HTTP `PATCH /orgs/{org}/settings/network-configurations/{network_configuration_id}`.
286
286
/// - Remark: Generated from `#/paths//orgs/{org}/settings/network-configurations/{network_configuration_id}/patch(hosted-compute/update-network-configuration-for-org)`.
287
- public func hosted_hyphen_compute_sol_update_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org ( _ input: Operations . hosted_hyphen_compute_sol_update_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Input ) async throws -> Operations . hosted_hyphen_compute_sol_update_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output {
287
+ public func hostedComputeUpdateNetworkConfigurationForOrg ( _ input: Operations . HostedComputeUpdateNetworkConfigurationForOrg . Input ) async throws -> Operations . HostedComputeUpdateNetworkConfigurationForOrg . Output {
288
288
try await client. send (
289
289
input: input,
290
- forOperation: Operations . hosted_hyphen_compute_sol_update_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . id,
290
+ forOperation: Operations . HostedComputeUpdateNetworkConfigurationForOrg . id,
291
291
serializer: { input in
292
292
let path = try converter. renderedPath (
293
293
template: " /orgs/{}/settings/network-configurations/{} " ,
294
294
parameters: [
295
295
input. path. org,
296
- input. path. network_configuration_id
296
+ input. path. networkConfigurationId
297
297
]
298
298
)
299
299
var request : HTTPTypes . HTTPRequest = . init(
@@ -320,7 +320,7 @@ public struct Client: APIProtocol {
320
320
switch response. status. code {
321
321
case 200 :
322
322
let contentType = converter. extractContentTypeIfPresent ( in: response. headerFields)
323
- let body : Operations . hosted_hyphen_compute_sol_update_hyphen_network_hyphen_configuration_hyphen_for_hyphen_org . Output . Ok . Body
323
+ let body : Operations . HostedComputeUpdateNetworkConfigurationForOrg . Output . Ok . Body
324
324
let chosenContentType = try converter. bestContentType (
325
325
received: contentType,
326
326
options: [
@@ -330,7 +330,7 @@ public struct Client: APIProtocol {
330
330
switch chosenContentType {
331
331
case " application/json " :
332
332
body = try await converter. getResponseBodyAsJSON (
333
- Components . Schemas. network_hyphen_configuration . self,
333
+ Components . Schemas. NetworkConfiguration . self,
334
334
from: responseBody,
335
335
transforming: { value in
336
336
. json( value)
@@ -360,16 +360,16 @@ public struct Client: APIProtocol {
360
360
///
361
361
/// - Remark: HTTP `DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id}`.
362
362
/// - Remark: Generated from `#/paths//orgs/{org}/settings/network-configurations/{network_configuration_id}/delete(hosted-compute/delete-network-configuration-from-org)`.
363
- public func hosted_hyphen_compute_sol_delete_hyphen_network_hyphen_configuration_hyphen_from_hyphen_org ( _ input: Operations . hosted_hyphen_compute_sol_delete_hyphen_network_hyphen_configuration_hyphen_from_hyphen_org . Input ) async throws -> Operations . hosted_hyphen_compute_sol_delete_hyphen_network_hyphen_configuration_hyphen_from_hyphen_org . Output {
363
+ public func hostedComputeDeleteNetworkConfigurationFromOrg ( _ input: Operations . HostedComputeDeleteNetworkConfigurationFromOrg . Input ) async throws -> Operations . HostedComputeDeleteNetworkConfigurationFromOrg . Output {
364
364
try await client. send (
365
365
input: input,
366
- forOperation: Operations . hosted_hyphen_compute_sol_delete_hyphen_network_hyphen_configuration_hyphen_from_hyphen_org . id,
366
+ forOperation: Operations . HostedComputeDeleteNetworkConfigurationFromOrg . id,
367
367
serializer: { input in
368
368
let path = try converter. renderedPath (
369
369
template: " /orgs/{}/settings/network-configurations/{} " ,
370
370
parameters: [
371
371
input. path. org,
372
- input. path. network_configuration_id
372
+ input. path. networkConfigurationId
373
373
]
374
374
)
375
375
var request : HTTPTypes . HTTPRequest = . init(
@@ -403,16 +403,16 @@ public struct Client: APIProtocol {
403
403
///
404
404
/// - Remark: HTTP `GET /orgs/{org}/settings/network-settings/{network_settings_id}`.
405
405
/// - Remark: Generated from `#/paths//orgs/{org}/settings/network-settings/{network_settings_id}/get(hosted-compute/get-network-settings-for-org)`.
406
- public func hosted_hyphen_compute_sol_get_hyphen_network_hyphen_settings_hyphen_for_hyphen_org ( _ input: Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_settings_hyphen_for_hyphen_org . Input ) async throws -> Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_settings_hyphen_for_hyphen_org . Output {
406
+ public func hostedComputeGetNetworkSettingsForOrg ( _ input: Operations . HostedComputeGetNetworkSettingsForOrg . Input ) async throws -> Operations . HostedComputeGetNetworkSettingsForOrg . Output {
407
407
try await client. send (
408
408
input: input,
409
- forOperation: Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_settings_hyphen_for_hyphen_org . id,
409
+ forOperation: Operations . HostedComputeGetNetworkSettingsForOrg . id,
410
410
serializer: { input in
411
411
let path = try converter. renderedPath (
412
412
template: " /orgs/{}/settings/network-settings/{} " ,
413
413
parameters: [
414
414
input. path. org,
415
- input. path. network_settings_id
415
+ input. path. networkSettingsId
416
416
]
417
417
)
418
418
var request : HTTPTypes . HTTPRequest = . init(
@@ -429,13 +429,13 @@ public struct Client: APIProtocol {
429
429
deserializer: { response, responseBody in
430
430
switch response. status. code {
431
431
case 200 :
432
- let headers : Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_settings_hyphen_for_hyphen_org . Output . Ok . Headers = . init( Link : try converter. getOptionalHeaderFieldAsURI (
432
+ let headers : Operations . HostedComputeGetNetworkSettingsForOrg . Output . Ok . Headers = . init( link : try converter. getOptionalHeaderFieldAsURI (
433
433
in: response. headerFields,
434
434
name: " Link " ,
435
- as: Components . Headers. link . self
435
+ as: Components . Headers. Link . self
436
436
) )
437
437
let contentType = converter. extractContentTypeIfPresent ( in: response. headerFields)
438
- let body : Operations . hosted_hyphen_compute_sol_get_hyphen_network_hyphen_settings_hyphen_for_hyphen_org . Output . Ok . Body
438
+ let body : Operations . HostedComputeGetNetworkSettingsForOrg . Output . Ok . Body
439
439
let chosenContentType = try converter. bestContentType (
440
440
received: contentType,
441
441
options: [
@@ -445,7 +445,7 @@ public struct Client: APIProtocol {
445
445
switch chosenContentType {
446
446
case " application/json " :
447
447
body = try await converter. getResponseBodyAsJSON (
448
- Components . Schemas. network_hyphen_settings . self,
448
+ Components . Schemas. NetworkSettings . self,
449
449
from: responseBody,
450
450
transforming: { value in
451
451
. json( value)
0 commit comments