Skip to content

Commit c94ecdd

Browse files
author
awstools
committedJul 29, 2024
docs(client-memorydb): Renaming full service name as it appears in developer documentation.
1 parent b5146ba commit c94ecdd

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed
 

‎clients/client-memorydb/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

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

9-
<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.
9+
<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.
1010

11-
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>
11+
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>
1212

1313
## Installing
1414

‎clients/client-memorydb/src/MemoryDB.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -758,9 +758,9 @@ export interface MemoryDB {
758758
}
759759

760760
/**
761-
* <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.
761+
* <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.
762762
*
763-
* 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>
763+
* 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>
764764
* @public
765765
*/
766766
export class MemoryDB extends MemoryDBClient implements MemoryDB {}

‎clients/client-memorydb/src/MemoryDBClient.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ export type MemoryDBClientResolvedConfigType = __SmithyResolvedConfiguration<__H
396396
export interface MemoryDBClientResolvedConfig extends MemoryDBClientResolvedConfigType {}
397397

398398
/**
399-
* <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.
399+
* <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.
400400
*
401-
* 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>
401+
* 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>
402402
* @public
403403
*/
404404
export class MemoryDBClient extends __Client<

‎clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DescribeEngineVersionsCommandInput extends DescribeEngineVersio
2828
export interface DescribeEngineVersionsCommandOutput extends DescribeEngineVersionsResponse, __MetadataBearer {}
2929

3030
/**
31-
* <p>Returns a list of the available Redis engine versions.</p>
31+
* <p>Returns a list of the available Redis OSS engine versions.</p>
3232
* @example
3333
* Use a bare-bones client and the command you need to make an API call.
3434
* ```javascript

‎clients/client-memorydb/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// smithy-typescript generated code
22
/* eslint-disable */
33
/**
4-
* <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.
4+
* <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.
55
*
6-
* 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>
6+
* 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>
77
*
88
* @packageDocumentation
99
*/

‎clients/client-memorydb/src/models/models_0.ts

+6-6
Original file line numberDiff line numberDiff line change
@@ -450,13 +450,13 @@ export interface Cluster {
450450
NodeType?: string;
451451

452452
/**
453-
* <p>The Redis engine version used by the cluster</p>
453+
* <p>The Redis OSS engine version used by the cluster</p>
454454
* @public
455455
*/
456456
EngineVersion?: string;
457457

458458
/**
459-
* <p>The Redis engine patch version used by the cluster</p>
459+
* <p>The Redis OSS engine patch version used by the cluster</p>
460460
* @public
461461
*/
462462
EnginePatchVersion?: string;
@@ -772,7 +772,7 @@ export interface ClusterConfiguration {
772772
NodeType?: string;
773773

774774
/**
775-
* <p>The Redis engine version used by the cluster</p>
775+
* <p>The Redis OSS engine version used by the cluster</p>
776776
* @public
777777
*/
778778
EngineVersion?: string;
@@ -1336,7 +1336,7 @@ export interface CreateClusterRequest {
13361336
ACLName: string | undefined;
13371337

13381338
/**
1339-
* <p>The version number of the Redis engine to be used for the cluster.</p>
1339+
* <p>The version number of the Redis OSS engine to be used for the cluster.</p>
13401340
* @public
13411341
*/
13421342
EngineVersion?: string;
@@ -2435,7 +2435,7 @@ export interface DescribeClustersResponse {
24352435
*/
24362436
export interface DescribeEngineVersionsRequest {
24372437
/**
2438-
* <p>The Redis engine version</p>
2438+
* <p>The Redis OSS engine version</p>
24392439
* @public
24402440
*/
24412441
EngineVersion?: string;
@@ -2466,7 +2466,7 @@ export interface DescribeEngineVersionsRequest {
24662466
}
24672467

24682468
/**
2469-
* <p>Provides details of the Redis engine version</p>
2469+
* <p>Provides details of the Redis OSS engine version</p>
24702470
* @public
24712471
*/
24722472
export interface EngineVersionInfo {

‎codegen/sdk-codegen/aws-models/memorydb.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
"name": "memorydb"
363363
},
364364
"aws.protocols#awsJson1_1": {},
365-
"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>",
365+
"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>",
366366
"smithy.api#title": "Amazon MemoryDB",
367367
"smithy.api#xmlNamespace": {
368368
"uri": "http://memorydb.amazonaws.com/doc/2021-01-01/"
@@ -1464,13 +1464,13 @@
14641464
"EngineVersion": {
14651465
"target": "com.amazonaws.memorydb#String",
14661466
"traits": {
1467-
"smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>"
1467+
"smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>"
14681468
}
14691469
},
14701470
"EnginePatchVersion": {
14711471
"target": "com.amazonaws.memorydb#String",
14721472
"traits": {
1473-
"smithy.api#documentation": "<p>The Redis engine patch version used by the cluster</p>"
1473+
"smithy.api#documentation": "<p>The Redis OSS engine patch version used by the cluster</p>"
14741474
}
14751475
},
14761476
"ParameterGroupName": {
@@ -1609,7 +1609,7 @@
16091609
"EngineVersion": {
16101610
"target": "com.amazonaws.memorydb#String",
16111611
"traits": {
1612-
"smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>"
1612+
"smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>"
16131613
}
16141614
},
16151615
"MaintenanceWindow": {
@@ -2111,7 +2111,7 @@
21112111
"EngineVersion": {
21122112
"target": "com.amazonaws.memorydb#String",
21132113
"traits": {
2114-
"smithy.api#documentation": "<p>The version number of the Redis engine to be used for the cluster.</p>"
2114+
"smithy.api#documentation": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>"
21152115
}
21162116
},
21172117
"AutoMinorVersionUpgrade": {
@@ -3027,7 +3027,7 @@
30273027
}
30283028
],
30293029
"traits": {
3030-
"smithy.api#documentation": "<p>Returns a list of the available Redis engine versions.</p>",
3030+
"smithy.api#documentation": "<p>Returns a list of the available Redis OSS engine versions.</p>",
30313031
"smithy.api#paginated": {
30323032
"inputToken": "NextToken",
30333033
"outputToken": "NextToken",
@@ -3042,7 +3042,7 @@
30423042
"EngineVersion": {
30433043
"target": "com.amazonaws.memorydb#String",
30443044
"traits": {
3045-
"smithy.api#documentation": "<p>The Redis engine version</p>"
3045+
"smithy.api#documentation": "<p>The Redis OSS engine version</p>"
30463046
}
30473047
},
30483048
"ParameterGroupFamily": {
@@ -3946,7 +3946,7 @@
39463946
}
39473947
},
39483948
"traits": {
3949-
"smithy.api#documentation": "<p>Provides details of the Redis engine version</p>"
3949+
"smithy.api#documentation": "<p>Provides details of the Redis OSS engine version</p>"
39503950
}
39513951
},
39523952
"com.amazonaws.memorydb#EngineVersionInfoList": {

0 commit comments

Comments
 (0)
Please sign in to comment.