Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/clients/src/api/inference/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export interface Model {
tags: string[]
/** Purpose of the model. */
description: string
/** Defines whether the model has an end user licence agreement. */
/** Defines whether the model has an end user license agreement. */
hasEula: boolean
/** Creation date of the model. */
createdAt?: Date
Expand All @@ -175,7 +175,7 @@ export interface Model {
/** Region of the model. */
region: Region
/**
* S3 URL pointing to the model source weight.
* Object Storage URL pointing to the model source weight.
*
* One-of ('source'): at most one of 's3Model' could be set.
*/
Expand Down Expand Up @@ -304,7 +304,7 @@ export type DeleteEndpointRequest = {
}

export interface Eula {
/** Content of the end user licence agreement. */
/** Content of the end user license agreement. */
content: string
}

Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/instance/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@ export class API extends ParentAPI {
})

/**
* Export a snapshot. Export a snapshot to a specified S3 bucket in the same
* region.
* Export a snapshot. Export a snapshot to a specified Object Storage bucket
* in the same region.
*
* @param request - The request {@link ExportSnapshotRequest}
* @returns A Promise of ExportSnapshotResponse
Expand Down
4 changes: 2 additions & 2 deletions packages/clients/src/api/instance/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1223,9 +1223,9 @@ export type ExportSnapshotRequest = {
zone?: Zone
/** Snapshot ID. */
snapshotId: string
/** S3 bucket name. */
/** Object Storage bucket name. */
bucket: string
/** S3 object key. */
/** Object key. */
key: string
}

Expand Down
7 changes: 4 additions & 3 deletions packages/clients/src/api/iot/v1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,10 @@ export class API extends ParentAPI {
* into your database. <b>You need to manage the database by yourself</b>.
* - REST Route. Create a route that will call a REST API on received subscribed
* MQTT messages.
* - S3 Routes. Create a route that will put subscribed MQTT messages into an S3
* bucket. You need to create the bucket yourself and grant write access.
* Granting can be done with s3cmd (`s3cmd setacl s3://<my-bucket>
* - Amazon S3 Routes. Create a route that will put subscribed MQTT messages
* into an Object Storage bucket. You need to create the bucket yourself and
* grant write access. Granting can be done with s3cmd (`s3cmd setacl
* s3://<my-bucket>
* --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`).
*
* @param request - The request {@link CreateRouteRequest}
Expand Down
12 changes: 6 additions & 6 deletions packages/clients/src/api/iot/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,14 @@ export interface RouteRestConfig {
}

export interface RouteS3Config {
/** Region of the S3 route's destination bucket (e.g., 'fr-par'). */
/** Region of the Amazon S3 route's destination bucket (e.g., 'fr-par'). */
bucketRegion: string
/** Destination bucket name of the S3 route. */
/** Destination bucket name of the Amazon S3 route. */
bucketName: string
/** Optional string to prefix object names with. */
objectPrefix: string
/**
* How the S3 route's objects will be created: one per topic or one per
* How the Amazon S3 route's objects will be created: one per topic or one per
* message.
*/
strategy: RouteS3ConfigS3Strategy
Expand Down Expand Up @@ -443,7 +443,7 @@ export type CreateRouteRequest = {
*/
topic: string
/**
* If creating S3 Route, S3-specific configuration fields.
* If creating Amazon S3 Routes, Amazon S3-specific configuration fields.
*
* One-of ('config'): at most one of 's3Config', 'dbConfig', 'restConfig'
* could be set.
Expand Down Expand Up @@ -890,7 +890,7 @@ export interface Route {
/** Date at which the route was created. */
createdAt?: Date
/**
* When using S3 Route, S3-specific configuration fields.
* When using Amazon S3 Routes, Amazon S3-specific configuration fields.
*
* One-of ('config'): at most one of 's3Config', 'dbConfig', 'restConfig'
* could be set.
Expand Down Expand Up @@ -1029,7 +1029,7 @@ export type UpdateRouteRequest = {
*/
topic?: string
/**
* When updating S3 Route, S3-specific configuration fields.
* When updating Amazon S3 Route, Amazon S3-specific configuration fields.
*
* One-of ('config'): at most one of 's3Config', 'dbConfig', 'restConfig'
* could be set.
Expand Down
25 changes: 15 additions & 10 deletions packages/clients/src/api/lb/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,9 @@ export interface Backend {
/** Date at which the backend was updated. */
updatedAt?: Date
/**
* Scaleway S3 bucket website to be served as failover if all backend servers
* are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
* Scaleway Object Storage bucket website to be served as failover if all
* backend servers are down, e.g.
* failover-website.s3-website.fr-par.scw.cloud.
*/
failoverHost?: string
/**
Expand Down Expand Up @@ -893,8 +894,9 @@ export type CreateBackendRequest = {
*/
proxyProtocol?: ProxyProtocol
/**
* Scaleway S3 bucket website to be served as failover if all backend servers
* are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
* Scaleway Object Storage bucket website to be served as failover if all
* backend servers are down, e.g.
* failover-website.s3-website.fr-par.scw.cloud.
*/
failoverHost?: string
/**
Expand Down Expand Up @@ -1755,8 +1757,9 @@ export type UpdateBackendRequest = {
*/
proxyProtocol?: ProxyProtocol
/**
* Scaleway S3 bucket website to be served as failover if all backend servers
* are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
* Scaleway Object Storage bucket website to be served as failover if all
* backend servers are down, e.g.
* failover-website.s3-website.fr-par.scw.cloud.
*/
failoverHost?: string
/**
Expand Down Expand Up @@ -2119,8 +2122,9 @@ export type ZonedApiCreateBackendRequest = {
*/
proxyProtocol?: ProxyProtocol
/**
* Scaleway S3 bucket website to be served as failover if all backend servers
* are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
* Scaleway Object Storage bucket website to be served as failover if all
* backend servers are down, e.g.
* failover-website.s3-website.fr-par.scw.cloud.
*/
failoverHost?: string
/**
Expand Down Expand Up @@ -2778,8 +2782,9 @@ export type ZonedApiUpdateBackendRequest = {
*/
proxyProtocol?: ProxyProtocol
/**
* Scaleway S3 bucket website to be served as failover if all backend servers
* are down, e.g. failover-website.s3-website.fr-par.scw.cloud.
* Scaleway Object Storage bucket website to be served as failover if all
* backend servers are down, e.g.
* failover-website.s3-website.fr-par.scw.cloud.
*/
failoverHost?: string
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/clients/src/api/rdb/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export interface ListInstanceLogsDetailsResponseInstanceLogDetail {
}

export interface InstanceLog {
/** Presigned S3 URL to download your log file. */
/** Presigned Object Storage URL to download your log file. */
downloadUrl?: string
/** UUID of the Database Instance log. */
id: string
Expand Down
Loading