diff --git a/packages/clients/src/api/inference/v1beta1/types.gen.ts b/packages/clients/src/api/inference/v1beta1/types.gen.ts
index 9a35897df..0dab510a0 100644
--- a/packages/clients/src/api/inference/v1beta1/types.gen.ts
+++ b/packages/clients/src/api/inference/v1beta1/types.gen.ts
@@ -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
@@ -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.
*/
@@ -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
}
diff --git a/packages/clients/src/api/instance/v1/api.gen.ts b/packages/clients/src/api/instance/v1/api.gen.ts
index 8c808ae5b..4ed8bbf0c 100644
--- a/packages/clients/src/api/instance/v1/api.gen.ts
+++ b/packages/clients/src/api/instance/v1/api.gen.ts
@@ -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
diff --git a/packages/clients/src/api/instance/v1/types.gen.ts b/packages/clients/src/api/instance/v1/types.gen.ts
index 3a158427e..25ac30c7a 100644
--- a/packages/clients/src/api/instance/v1/types.gen.ts
+++ b/packages/clients/src/api/instance/v1/types.gen.ts
@@ -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
}
diff --git a/packages/clients/src/api/iot/v1/api.gen.ts b/packages/clients/src/api/iot/v1/api.gen.ts
index 3e0bb768d..e13703e03 100644
--- a/packages/clients/src/api/iot/v1/api.gen.ts
+++ b/packages/clients/src/api/iot/v1/api.gen.ts
@@ -562,9 +562,10 @@ export class API extends ParentAPI {
* into your database. You need to manage the database by yourself.
* - 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://
+ * - 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://
* --acl-grant=write:555c69c3-87d0-4bf8-80f1-99a2f757d031:555c69c3-87d0-4bf8-80f1-99a2f757d031`).
*
* @param request - The request {@link CreateRouteRequest}
diff --git a/packages/clients/src/api/iot/v1/types.gen.ts b/packages/clients/src/api/iot/v1/types.gen.ts
index e55d8eb71..ef340f818 100644
--- a/packages/clients/src/api/iot/v1/types.gen.ts
+++ b/packages/clients/src/api/iot/v1/types.gen.ts
@@ -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
@@ -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.
@@ -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.
@@ -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.
diff --git a/packages/clients/src/api/lb/v1/types.gen.ts b/packages/clients/src/api/lb/v1/types.gen.ts
index 13a024b14..baa817393 100644
--- a/packages/clients/src/api/lb/v1/types.gen.ts
+++ b/packages/clients/src/api/lb/v1/types.gen.ts
@@ -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
/**
@@ -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
/**
@@ -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
/**
@@ -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
/**
@@ -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
/**
diff --git a/packages/clients/src/api/rdb/v1/types.gen.ts b/packages/clients/src/api/rdb/v1/types.gen.ts
index 2f4592980..6ca0e5e5f 100644
--- a/packages/clients/src/api/rdb/v1/types.gen.ts
+++ b/packages/clients/src/api/rdb/v1/types.gen.ts
@@ -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