From 7729f3b11144aa5d71c850d3531eed10aaf65cea Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Thu, 22 Feb 2024 13:37:37 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/redis/v1/api.gen.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/clients/src/api/redis/v1/api.gen.ts b/packages/clients/src/api/redis/v1/api.gen.ts index 332e201b9..4ebf39aef 100644 --- a/packages/clients/src/api/redis/v1/api.gen.ts +++ b/packages/clients/src/api/redis/v1/api.gen.ts @@ -208,13 +208,13 @@ export class API extends ParentAPI { enrichForPagination('clusters', this.pageOfListClusters, request) /** - * Scale up a Redis™ Database Instance. Upgrade your standalone Redis™ - * Database Instance node, either by upgrading to a bigger node type (vertical - * scaling) or by adding more nodes to your Database Instance to increase your - * number of endpoints and distribute cache (horizontal scaling). Note that - * scaling horizontally your Redis™ Database Instance will not renew its TLS - * certificate. In order to refresh the TLS certificate, you must use the - * Renew TLS certificate endpoint. + * Scale up a Redis™ Database Instance. Upgrade your Redis™ Database Instance, + * either by upgrading to a bigger node type (vertical scaling) or by adding + * more nodes to your Database Instance to increase your number of endpoints + * and distribute cache (horizontal scaling, available for clusters only). + * Note that scaling horizontally your Redis™ Database Instance will not renew + * its TLS certificate. In order to refresh the TLS certificate, you must use + * the Renew TLS certificate endpoint. * * @param request - The request {@link MigrateClusterRequest} * @returns A Promise of Cluster