|
362 | 362 | "name": "memorydb" |
363 | 363 | }, |
364 | 364 | "aws.protocols#awsJson1_1": {}, |
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>", |
| 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>", |
366 | 366 | "smithy.api#title": "Amazon MemoryDB", |
367 | 367 | "smithy.api#xmlNamespace": { |
368 | 368 | "uri": "http://memorydb.amazonaws.com/doc/2021-01-01/" |
|
1461 | 1461 | "smithy.api#documentation": "<p>The cluster's node type</p>" |
1462 | 1462 | } |
1463 | 1463 | }, |
| 1464 | + "Engine": { |
| 1465 | + "target": "com.amazonaws.memorydb#String", |
| 1466 | + "traits": { |
| 1467 | + "smithy.api#documentation": "<p>\n The Redis OSS or Valkey engine used by the cluster.</p>" |
| 1468 | + } |
| 1469 | + }, |
1464 | 1470 | "EngineVersion": { |
1465 | 1471 | "target": "com.amazonaws.memorydb#String", |
1466 | 1472 | "traits": { |
1467 | | - "smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>" |
| 1473 | + "smithy.api#documentation": "<p>The Redis engine version used by the cluster</p>" |
1468 | 1474 | } |
1469 | 1475 | }, |
1470 | 1476 | "EnginePatchVersion": { |
1471 | 1477 | "target": "com.amazonaws.memorydb#String", |
1472 | 1478 | "traits": { |
1473 | | - "smithy.api#documentation": "<p>The Redis OSS engine patch version used by the cluster</p>" |
| 1479 | + "smithy.api#documentation": "<p>The engine patch version used by the cluster</p>" |
1474 | 1480 | } |
1475 | 1481 | }, |
1476 | 1482 | "ParameterGroupName": { |
|
1606 | 1612 | "smithy.api#documentation": "<p>The node type used for the cluster</p>" |
1607 | 1613 | } |
1608 | 1614 | }, |
| 1615 | + "Engine": { |
| 1616 | + "target": "com.amazonaws.memorydb#String", |
| 1617 | + "traits": { |
| 1618 | + "smithy.api#documentation": "<p>The configuration for the Redis OSS or Valkey engine used by the cluster.</p>" |
| 1619 | + } |
| 1620 | + }, |
1609 | 1621 | "EngineVersion": { |
1610 | 1622 | "target": "com.amazonaws.memorydb#String", |
1611 | 1623 | "traits": { |
1612 | | - "smithy.api#documentation": "<p>The Redis OSS engine version used by the cluster</p>" |
| 1624 | + "smithy.api#documentation": "<p>The engine version used by the cluster</p>" |
1613 | 1625 | } |
1614 | 1626 | }, |
1615 | 1627 | "MaintenanceWindow": { |
|
2108 | 2120 | "smithy.api#required": {} |
2109 | 2121 | } |
2110 | 2122 | }, |
| 2123 | + "Engine": { |
| 2124 | + "target": "com.amazonaws.memorydb#String", |
| 2125 | + "traits": { |
| 2126 | + "smithy.api#documentation": "<p>The name of the engine to be used for the nodes in this cluster. The value must be set to either Redis or Valkey.</p>" |
| 2127 | + } |
| 2128 | + }, |
2111 | 2129 | "EngineVersion": { |
2112 | 2130 | "target": "com.amazonaws.memorydb#String", |
2113 | 2131 | "traits": { |
2114 | | - "smithy.api#documentation": "<p>The version number of the Redis OSS engine to be used for the cluster.</p>" |
| 2132 | + "smithy.api#documentation": "<p>The version number of the engine to be used for the cluster.</p>" |
2115 | 2133 | } |
2116 | 2134 | }, |
2117 | 2135 | "AutoMinorVersionUpgrade": { |
|
2593 | 2611 | } |
2594 | 2612 | ], |
2595 | 2613 | "traits": { |
2596 | | - "smithy.api#documentation": "<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>\n <note>\n <p>\n <code>CreateSnapshot</code> permission is required to create a final snapshot. \n Without this permission, the API call will fail with an <code>Access Denied</code> exception.</p>\n </note>" |
| 2614 | + "smithy.api#documentation": "<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>" |
2597 | 2615 | } |
2598 | 2616 | }, |
2599 | 2617 | "com.amazonaws.memorydb#DeleteClusterRequest": { |
|
3027 | 3045 | } |
3028 | 3046 | ], |
3029 | 3047 | "traits": { |
3030 | | - "smithy.api#documentation": "<p>Returns a list of the available Redis OSS engine versions.</p>", |
| 3048 | + "smithy.api#documentation": "<p>Returns a list of the available engine versions.</p>", |
3031 | 3049 | "smithy.api#paginated": { |
3032 | 3050 | "inputToken": "NextToken", |
3033 | 3051 | "outputToken": "NextToken", |
|
3039 | 3057 | "com.amazonaws.memorydb#DescribeEngineVersionsRequest": { |
3040 | 3058 | "type": "structure", |
3041 | 3059 | "members": { |
| 3060 | + "Engine": { |
| 3061 | + "target": "com.amazonaws.memorydb#String", |
| 3062 | + "traits": { |
| 3063 | + "smithy.api#documentation": "<p>The engine version to return. Valid values are either valkey or redis.</p>" |
| 3064 | + } |
| 3065 | + }, |
3042 | 3066 | "EngineVersion": { |
3043 | 3067 | "target": "com.amazonaws.memorydb#String", |
3044 | 3068 | "traits": { |
3045 | | - "smithy.api#documentation": "<p>The Redis OSS engine version</p>" |
| 3069 | + "smithy.api#documentation": "<p>The engine version.</p>" |
3046 | 3070 | } |
3047 | 3071 | }, |
3048 | 3072 | "ParameterGroupFamily": { |
|
3926 | 3950 | "com.amazonaws.memorydb#EngineVersionInfo": { |
3927 | 3951 | "type": "structure", |
3928 | 3952 | "members": { |
| 3953 | + "Engine": { |
| 3954 | + "target": "com.amazonaws.memorydb#String", |
| 3955 | + "traits": { |
| 3956 | + "smithy.api#documentation": "<p>The version of the Redis OSS or Valkey engine used by the cluster.</p>" |
| 3957 | + } |
| 3958 | + }, |
3929 | 3959 | "EngineVersion": { |
3930 | 3960 | "target": "com.amazonaws.memorydb#String", |
3931 | 3961 | "traits": { |
|
3946 | 3976 | } |
3947 | 3977 | }, |
3948 | 3978 | "traits": { |
3949 | | - "smithy.api#documentation": "<p>Provides details of the Redis OSS engine version</p>" |
| 3979 | + "smithy.api#documentation": "<p>Provides details of the engine version.</p>" |
3950 | 3980 | } |
3951 | 3981 | }, |
3952 | 3982 | "com.amazonaws.memorydb#EngineVersionInfoList": { |
|
5370 | 5400 | "smithy.api#documentation": "<p>Reflects the nature of the service update</p>" |
5371 | 5401 | } |
5372 | 5402 | }, |
| 5403 | + "Engine": { |
| 5404 | + "target": "com.amazonaws.memorydb#String", |
| 5405 | + "traits": { |
| 5406 | + "smithy.api#documentation": "<p>The MemoryDB engine to which the update applies. The values are either Redis or Valkey.</p>" |
| 5407 | + } |
| 5408 | + }, |
5373 | 5409 | "NodesUpdated": { |
5374 | 5410 | "target": "com.amazonaws.memorydb#String", |
5375 | 5411 | "traits": { |
|
6505 | 6541 | "smithy.api#documentation": "<p>A valid node type that you want to scale this cluster up or down to.</p>" |
6506 | 6542 | } |
6507 | 6543 | }, |
| 6544 | + "Engine": { |
| 6545 | + "target": "com.amazonaws.memorydb#String", |
| 6546 | + "traits": { |
| 6547 | + "smithy.api#documentation": "<p>The name of the engine to be used for the nodes in this cluster. The value must be set to either Redis or Valkey.</p>" |
| 6548 | + } |
| 6549 | + }, |
6508 | 6550 | "EngineVersion": { |
6509 | 6551 | "target": "com.amazonaws.memorydb#String", |
6510 | 6552 | "traits": { |
|
0 commit comments