|
204 | 204 | {"shape":"InvalidParameterValueException"},
|
205 | 205 | {"shape":"InvalidParameterCombinationException"}
|
206 | 206 | ],
|
207 |
| - "documentation":"<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p> <note> <p> <code>CreateSnapshot</code> permission is required to create a final snapshot. Without this permission, the API call will fail with an <code>Access Denied</code> exception.</p> </note>" |
| 207 | + "documentation":"<p>Deletes a cluster. It also deletes all associated nodes and node endpoints</p>" |
208 | 208 | },
|
209 | 209 | "DeleteParameterGroup":{
|
210 | 210 | "name":"DeleteParameterGroup",
|
|
313 | 313 | {"shape":"InvalidParameterValueException"},
|
314 | 314 | {"shape":"InvalidParameterCombinationException"}
|
315 | 315 | ],
|
316 |
| - "documentation":"<p>Returns a list of the available Redis OSS engine versions.</p>" |
| 316 | + "documentation":"<p>Returns a list of the available engine versions.</p>" |
317 | 317 | },
|
318 | 318 | "DescribeEvents":{
|
319 | 319 | "name":"DescribeEvents",
|
|
918 | 918 | "shape":"String",
|
919 | 919 | "documentation":"<p>The cluster's node type</p>"
|
920 | 920 | },
|
| 921 | + "Engine":{ |
| 922 | + "shape":"String", |
| 923 | + "documentation":"<p> The Redis OSS or Valkey engine used by the cluster.</p>" |
| 924 | + }, |
921 | 925 | "EngineVersion":{
|
922 | 926 | "shape":"String",
|
923 |
| - "documentation":"<p>The Redis OSS engine version used by the cluster</p>" |
| 927 | + "documentation":"<p>The Redis engine version used by the cluster</p>" |
924 | 928 | },
|
925 | 929 | "EnginePatchVersion":{
|
926 | 930 | "shape":"String",
|
927 |
| - "documentation":"<p>The Redis OSS engine patch version used by the cluster</p>" |
| 931 | + "documentation":"<p>The engine patch version used by the cluster</p>" |
928 | 932 | },
|
929 | 933 | "ParameterGroupName":{
|
930 | 934 | "shape":"String",
|
|
1011 | 1015 | "shape":"String",
|
1012 | 1016 | "documentation":"<p>The node type used for the cluster</p>"
|
1013 | 1017 | },
|
| 1018 | + "Engine":{ |
| 1019 | + "shape":"String", |
| 1020 | + "documentation":"<p>The configuration for the Redis OSS or Valkey engine used by the cluster.</p>" |
| 1021 | + }, |
1014 | 1022 | "EngineVersion":{
|
1015 | 1023 | "shape":"String",
|
1016 |
| - "documentation":"<p>The Redis OSS engine version used by the cluster</p>" |
| 1024 | + "documentation":"<p>The engine version used by the cluster</p>" |
1017 | 1025 | },
|
1018 | 1026 | "MaintenanceWindow":{
|
1019 | 1027 | "shape":"String",
|
|
1248 | 1256 | "shape":"ACLName",
|
1249 | 1257 | "documentation":"<p>The name of the Access Control List to associate with the cluster.</p>"
|
1250 | 1258 | },
|
| 1259 | + "Engine":{ |
| 1260 | + "shape":"String", |
| 1261 | + "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>" |
| 1262 | + }, |
1251 | 1263 | "EngineVersion":{
|
1252 | 1264 | "shape":"String",
|
1253 |
| - "documentation":"<p>The version number of the Redis OSS engine to be used for the cluster.</p>" |
| 1265 | + "documentation":"<p>The version number of the engine to be used for the cluster.</p>" |
1254 | 1266 | },
|
1255 | 1267 | "AutoMinorVersionUpgrade":{
|
1256 | 1268 | "shape":"BooleanOptional",
|
|
1607 | 1619 | "DescribeEngineVersionsRequest":{
|
1608 | 1620 | "type":"structure",
|
1609 | 1621 | "members":{
|
| 1622 | + "Engine":{ |
| 1623 | + "shape":"String", |
| 1624 | + "documentation":"<p>The engine version to return. Valid values are either valkey or redis.</p>" |
| 1625 | + }, |
1610 | 1626 | "EngineVersion":{
|
1611 | 1627 | "shape":"String",
|
1612 |
| - "documentation":"<p>The Redis OSS engine version</p>" |
| 1628 | + "documentation":"<p>The engine version.</p>" |
1613 | 1629 | },
|
1614 | 1630 | "ParameterGroupFamily":{
|
1615 | 1631 | "shape":"String",
|
|
2006 | 2022 | "EngineVersionInfo":{
|
2007 | 2023 | "type":"structure",
|
2008 | 2024 | "members":{
|
| 2025 | + "Engine":{ |
| 2026 | + "shape":"String", |
| 2027 | + "documentation":"<p>The version of the Redis OSS or Valkey engine used by the cluster.</p>" |
| 2028 | + }, |
2009 | 2029 | "EngineVersion":{
|
2010 | 2030 | "shape":"String",
|
2011 | 2031 | "documentation":"<p>The engine version</p>"
|
|
2019 | 2039 | "documentation":"<p>Specifies the name of the parameter group family to which the engine default parameters apply.</p>"
|
2020 | 2040 | }
|
2021 | 2041 | },
|
2022 |
| - "documentation":"<p>Provides details of the Redis OSS engine version</p>" |
| 2042 | + "documentation":"<p>Provides details of the engine version.</p>" |
2023 | 2043 | },
|
2024 | 2044 | "EngineVersionInfoList":{
|
2025 | 2045 | "type":"list",
|
|
2722 | 2742 | "shape":"ServiceUpdateType",
|
2723 | 2743 | "documentation":"<p>Reflects the nature of the service update</p>"
|
2724 | 2744 | },
|
| 2745 | + "Engine":{ |
| 2746 | + "shape":"String", |
| 2747 | + "documentation":"<p>The MemoryDB engine to which the update applies. The values are either Redis or Valkey.</p>" |
| 2748 | + }, |
2725 | 2749 | "NodesUpdated":{
|
2726 | 2750 | "shape":"String",
|
2727 | 2751 | "documentation":"<p>A list of nodes updated by the service update</p>"
|
|
3243 | 3267 | "shape":"String",
|
3244 | 3268 | "documentation":"<p>A valid node type that you want to scale this cluster up or down to.</p>"
|
3245 | 3269 | },
|
| 3270 | + "Engine":{ |
| 3271 | + "shape":"String", |
| 3272 | + "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>" |
| 3273 | + }, |
3246 | 3274 | "EngineVersion":{
|
3247 | 3275 | "shape":"String",
|
3248 | 3276 | "documentation":"<p>The upgraded version of the engine to be run on the nodes. You can upgrade to a newer engine version, but you cannot downgrade to an earlier engine version. If you want to use an earlier engine version, you must delete the existing cluster and create it anew with the earlier engine version.</p>"
|
|
3424 | 3452 | "exception":true
|
3425 | 3453 | }
|
3426 | 3454 | },
|
3427 |
| - "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. 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>" |
| 3455 | + "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. 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>" |
3428 | 3456 | }
|
0 commit comments