diff --git a/clients/client-memorydb/README.md b/clients/client-memorydb/README.md index f46450f68108..3c896352731a 100644 --- a/clients/client-memorydb/README.md +++ b/clients/client-memorydb/README.md @@ -6,9 +6,9 @@ AWS SDK for JavaScript MemoryDB Client for Node.js, Browser and React Native. -

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. +

MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. -MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

+MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.

## Installing diff --git a/clients/client-memorydb/src/MemoryDB.ts b/clients/client-memorydb/src/MemoryDB.ts index 73260db0bccb..0a3d7e21e66d 100644 --- a/clients/client-memorydb/src/MemoryDB.ts +++ b/clients/client-memorydb/src/MemoryDB.ts @@ -758,9 +758,9 @@ export interface MemoryDB { } /** - *

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. + *

MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. * - * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

+ * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.

* @public */ export class MemoryDB extends MemoryDBClient implements MemoryDB {} diff --git a/clients/client-memorydb/src/MemoryDBClient.ts b/clients/client-memorydb/src/MemoryDBClient.ts index 1bc4c18b1f6a..3eccb17ccec1 100644 --- a/clients/client-memorydb/src/MemoryDBClient.ts +++ b/clients/client-memorydb/src/MemoryDBClient.ts @@ -396,9 +396,9 @@ export type MemoryDBClientResolvedConfigType = __SmithyResolvedConfiguration<__H export interface MemoryDBClientResolvedConfig extends MemoryDBClientResolvedConfigType {} /** - *

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. + *

MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. * - * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

+ * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.

* @public */ export class MemoryDBClient extends __Client< diff --git a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts index 3f5539a1bdd5..cb1bce4e3e91 100644 --- a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts @@ -28,7 +28,7 @@ export interface DescribeEngineVersionsCommandInput extends DescribeEngineVersio export interface DescribeEngineVersionsCommandOutput extends DescribeEngineVersionsResponse, __MetadataBearer {} /** - *

Returns a list of the available Redis engine versions.

+ *

Returns a list of the available Redis OSS engine versions.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript diff --git a/clients/client-memorydb/src/index.ts b/clients/client-memorydb/src/index.ts index 7a8ebeb50dc6..67152408a49a 100644 --- a/clients/client-memorydb/src/index.ts +++ b/clients/client-memorydb/src/index.ts @@ -1,9 +1,9 @@ // smithy-typescript generated code /* eslint-disable */ /** - *

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. + *

MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. * - * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

+ * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.

* * @packageDocumentation */ diff --git a/clients/client-memorydb/src/models/models_0.ts b/clients/client-memorydb/src/models/models_0.ts index 06fc273169e1..2f3416c6abdb 100644 --- a/clients/client-memorydb/src/models/models_0.ts +++ b/clients/client-memorydb/src/models/models_0.ts @@ -450,13 +450,13 @@ export interface Cluster { NodeType?: string; /** - *

The Redis engine version used by the cluster

+ *

The Redis OSS engine version used by the cluster

* @public */ EngineVersion?: string; /** - *

The Redis engine patch version used by the cluster

+ *

The Redis OSS engine patch version used by the cluster

* @public */ EnginePatchVersion?: string; @@ -772,7 +772,7 @@ export interface ClusterConfiguration { NodeType?: string; /** - *

The Redis engine version used by the cluster

+ *

The Redis OSS engine version used by the cluster

* @public */ EngineVersion?: string; @@ -1336,7 +1336,7 @@ export interface CreateClusterRequest { ACLName: string | undefined; /** - *

The version number of the Redis engine to be used for the cluster.

+ *

The version number of the Redis OSS engine to be used for the cluster.

* @public */ EngineVersion?: string; @@ -2435,7 +2435,7 @@ export interface DescribeClustersResponse { */ export interface DescribeEngineVersionsRequest { /** - *

The Redis engine version

+ *

The Redis OSS engine version

* @public */ EngineVersion?: string; @@ -2466,7 +2466,7 @@ export interface DescribeEngineVersionsRequest { } /** - *

Provides details of the Redis engine version

+ *

Provides details of the Redis OSS engine version

* @public */ export interface EngineVersionInfo { diff --git a/codegen/sdk-codegen/aws-models/memorydb.json b/codegen/sdk-codegen/aws-models/memorydb.json index 0a9102b6e08e..aa277da81463 100644 --- a/codegen/sdk-codegen/aws-models/memorydb.json +++ b/codegen/sdk-codegen/aws-models/memorydb.json @@ -362,7 +362,7 @@ "name": "memorydb" }, "aws.protocols#awsJson1_1": {}, - "smithy.api#documentation": "

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.\n \n MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

", + "smithy.api#documentation": "

MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.\n \n MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis OSS, a popular open source data store, enabling you to leverage Redis OSS’ flexible and friendly data structures, APIs, and commands.

", "smithy.api#title": "Amazon MemoryDB", "smithy.api#xmlNamespace": { "uri": "http://memorydb.amazonaws.com/doc/2021-01-01/" @@ -1464,13 +1464,13 @@ "EngineVersion": { "target": "com.amazonaws.memorydb#String", "traits": { - "smithy.api#documentation": "

The Redis engine version used by the cluster

" + "smithy.api#documentation": "

The Redis OSS engine version used by the cluster

" } }, "EnginePatchVersion": { "target": "com.amazonaws.memorydb#String", "traits": { - "smithy.api#documentation": "

The Redis engine patch version used by the cluster

" + "smithy.api#documentation": "

The Redis OSS engine patch version used by the cluster

" } }, "ParameterGroupName": { @@ -1609,7 +1609,7 @@ "EngineVersion": { "target": "com.amazonaws.memorydb#String", "traits": { - "smithy.api#documentation": "

The Redis engine version used by the cluster

" + "smithy.api#documentation": "

The Redis OSS engine version used by the cluster

" } }, "MaintenanceWindow": { @@ -2111,7 +2111,7 @@ "EngineVersion": { "target": "com.amazonaws.memorydb#String", "traits": { - "smithy.api#documentation": "

The version number of the Redis engine to be used for the cluster.

" + "smithy.api#documentation": "

The version number of the Redis OSS engine to be used for the cluster.

" } }, "AutoMinorVersionUpgrade": { @@ -3027,7 +3027,7 @@ } ], "traits": { - "smithy.api#documentation": "

Returns a list of the available Redis engine versions.

", + "smithy.api#documentation": "

Returns a list of the available Redis OSS engine versions.

", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -3042,7 +3042,7 @@ "EngineVersion": { "target": "com.amazonaws.memorydb#String", "traits": { - "smithy.api#documentation": "

The Redis engine version

" + "smithy.api#documentation": "

The Redis OSS engine version

" } }, "ParameterGroupFamily": { @@ -3946,7 +3946,7 @@ } }, "traits": { - "smithy.api#documentation": "

Provides details of the Redis engine version

" + "smithy.api#documentation": "

Provides details of the Redis OSS engine version

" } }, "com.amazonaws.memorydb#EngineVersionInfoList": {