Skip to content

Commit

Permalink
docs(client-memorydb): Renaming full service name as it appears in de…
Browse files Browse the repository at this point in the history
…veloper documentation.
  • Loading branch information
awstools committed Jul 29, 2024
1 parent b5146ba commit c94ecdd
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions clients/client-memorydb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

AWS SDK for JavaScript MemoryDB Client for Node.js, Browser and React Native.

<p>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.
<p>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.</p>
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.</p>

## Installing

Expand Down
4 changes: 2 additions & 2 deletions clients/client-memorydb/src/MemoryDB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -758,9 +758,9 @@ export interface MemoryDB {
}

/**
* <p>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.
* <p>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.</p>
* 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.</p>
* @public
*/
export class MemoryDB extends MemoryDBClient implements MemoryDB {}
Expand Down
4 changes: 2 additions & 2 deletions clients/client-memorydb/src/MemoryDBClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ export type MemoryDBClientResolvedConfigType = __SmithyResolvedConfiguration<__H
export interface MemoryDBClientResolvedConfig extends MemoryDBClientResolvedConfigType {}

/**
* <p>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.
* <p>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.</p>
* 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.</p>
* @public
*/
export class MemoryDBClient extends __Client<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export interface DescribeEngineVersionsCommandInput extends DescribeEngineVersio
export interface DescribeEngineVersionsCommandOutput extends DescribeEngineVersionsResponse, __MetadataBearer {}

/**
* <p>Returns a list of the available Redis engine versions.</p>
* <p>Returns a list of the available Redis OSS engine versions.</p>
* @example
* Use a bare-bones client and the command you need to make an API call.
* ```javascript
Expand Down
4 changes: 2 additions & 2 deletions clients/client-memorydb/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// smithy-typescript generated code
/* eslint-disable */
/**
* <p>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.
* <p>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.</p>
* 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.</p>
*
* @packageDocumentation
*/
Expand Down
12 changes: 6 additions & 6 deletions clients/client-memorydb/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,13 @@ export interface Cluster {
NodeType?: string;

/**
* <p>The Redis engine version used by the cluster</p>
* <p>The Redis OSS engine version used by the cluster</p>
* @public
*/
EngineVersion?: string;

/**
* <p>The Redis engine patch version used by the cluster</p>
* <p>The Redis OSS engine patch version used by the cluster</p>
* @public
*/
EnginePatchVersion?: string;
Expand Down Expand Up @@ -772,7 +772,7 @@ export interface ClusterConfiguration {
NodeType?: string;

/**
* <p>The Redis engine version used by the cluster</p>
* <p>The Redis OSS engine version used by the cluster</p>
* @public
*/
EngineVersion?: string;
Expand Down Expand Up @@ -1336,7 +1336,7 @@ export interface CreateClusterRequest {
ACLName: string | undefined;

/**
* <p>The version number of the Redis engine to be used for the cluster.</p>
* <p>The version number of the Redis OSS engine to be used for the cluster.</p>
* @public
*/
EngineVersion?: string;
Expand Down Expand Up @@ -2435,7 +2435,7 @@ export interface DescribeClustersResponse {
*/
export interface DescribeEngineVersionsRequest {
/**
* <p>The Redis engine version</p>
* <p>The Redis OSS engine version</p>
* @public
*/
EngineVersion?: string;
Expand Down Expand Up @@ -2466,7 +2466,7 @@ export interface DescribeEngineVersionsRequest {
}

/**
* <p>Provides details of the Redis engine version</p>
* <p>Provides details of the Redis OSS engine version</p>
* @public
*/
export interface EngineVersionInfo {
Expand Down
16 changes: 8 additions & 8 deletions codegen/sdk-codegen/aws-models/memorydb.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"name": "memorydb"
},
"aws.protocols#awsJson1_1": {},
"smithy.api#documentation": "<p>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.</p>",
"smithy.api#documentation": "<p>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.</p>",
"smithy.api#title": "Amazon MemoryDB",
"smithy.api#xmlNamespace": {
"uri": "http://memorydb.amazonaws.com/doc/2021-01-01/"
Expand Down Expand Up @@ -1464,13 +1464,13 @@
"EngineVersion": {
"target": "com.amazonaws.memorydb#String",
"traits": {
"smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>"
"smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>"
}
},
"EnginePatchVersion": {
"target": "com.amazonaws.memorydb#String",
"traits": {
"smithy.api#documentation": "<p>The Redis engine patch version used by the cluster</p>"
"smithy.api#documentation": "<p>The Redis OSS engine patch version used by the cluster</p>"
}
},
"ParameterGroupName": {
Expand Down Expand Up @@ -1609,7 +1609,7 @@
"EngineVersion": {
"target": "com.amazonaws.memorydb#String",
"traits": {
"smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>"
"smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>"
}
},
"MaintenanceWindow": {
Expand Down Expand Up @@ -2111,7 +2111,7 @@
"EngineVersion": {
"target": "com.amazonaws.memorydb#String",
"traits": {
"smithy.api#documentation": "<p>The version number of the Redis engine to be used for the cluster.</p>"
"smithy.api#documentation": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>"
}
},
"AutoMinorVersionUpgrade": {
Expand Down Expand Up @@ -3027,7 +3027,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Returns a list of the available Redis engine versions.</p>",
"smithy.api#documentation": "<p>Returns a list of the available Redis OSS engine versions.</p>",
"smithy.api#paginated": {
"inputToken": "NextToken",
"outputToken": "NextToken",
Expand All @@ -3042,7 +3042,7 @@
"EngineVersion": {
"target": "com.amazonaws.memorydb#String",
"traits": {
"smithy.api#documentation": "<p>The Redis engine version</p>"
"smithy.api#documentation": "<p>The Redis OSS engine version</p>"
}
},
"ParameterGroupFamily": {
Expand Down Expand Up @@ -3946,7 +3946,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Provides details of the Redis engine version</p>"
"smithy.api#documentation": "<p>Provides details of the Redis OSS engine version</p>"
}
},
"com.amazonaws.memorydb#EngineVersionInfoList": {
Expand Down

0 comments on commit c94ecdd

Please sign in to comment.