Skip to content

Commit 903ff3f

Browse files
committed
feat: update generated APIs
1 parent 16cac4d commit 903ff3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/datawarehouse/v1beta1/datawarehouse_sdk.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ type Deployment struct {
340340
// UpdatedAt: last modification date of the deployment.
341341
UpdatedAt *time.Time `json:"updated_at"`
342342

343-
// Version: clickhouse version.
343+
// Version: clickHouse® version.
344344
Version string `json:"version"`
345345

346346
// ReplicaCount: number of replicas for the deployment.
@@ -427,7 +427,7 @@ type CreateDeploymentRequest struct {
427427
// Tags: tags to apply to the deployment.
428428
Tags []string `json:"tags"`
429429

430-
// Version: clickhouse version to use for the deployment.
430+
// Version: clickHouse® version to use for the deployment.
431431
Version string `json:"version"`
432432

433433
// ReplicaCount: number of replicas for the deployment.
@@ -861,7 +861,7 @@ func (s *API) ListPresets(req *ListPresetsRequest, opts ...scw.RequestOption) (*
861861
return &resp, nil
862862
}
863863

864-
// ListVersions: List available Clickhouse versions.
864+
// ListVersions: List available ClickHouse® versions.
865865
func (s *API) ListVersions(req *ListVersionsRequest, opts ...scw.RequestOption) (*ListVersionsResponse, error) {
866866
var err error
867867

@@ -1045,7 +1045,7 @@ func (s *API) UpdateDeployment(req *UpdateDeploymentRequest, opts ...scw.Request
10451045
return &resp, nil
10461046
}
10471047

1048-
// DeleteDeployment: Delete a given deployment, specified by the `region` and `deployment_id` parameters. Deleting a deployment is permanent, and cannot be undone. Upon deletion, deletion all your data will be lost.
1048+
// DeleteDeployment: Delete a given deployment, specified by the `region` and `deployment_id` parameters. Deleting a deployment is permanent, and cannot be undone. Upon deletion, all your data will be lost.
10491049
func (s *API) DeleteDeployment(req *DeleteDeploymentRequest, opts ...scw.RequestOption) (*Deployment, error) {
10501050
var err error
10511051

0 commit comments

Comments
 (0)