You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The Redis OSS engine version used by the cluster
955
955
publicvarengineVersion:Swift.String?
956
956
/// The specified maintenance window for the cluster
957
957
publicvarmaintenanceWindow:Swift.String?
@@ -1448,7 +1448,7 @@ public struct CreateClusterInput {
1448
1448
publicvardataTiering:Swift.Bool?
1449
1449
/// An optional description of the cluster.
1450
1450
publicvardescription:Swift.String?
1451
-
/// The version number of the Redis engine to be used for the cluster.
1451
+
/// The version number of the Redis OSS engine to be used for the cluster.
1452
1452
publicvarengineVersion:Swift.String?
1453
1453
/// The ID of the KMS key used to encrypt the cluster.
1454
1454
publicvarkmsKeyId:Swift.String?
@@ -2529,7 +2529,7 @@ public struct DescribeClustersOutput {
2529
2529
publicstructDescribeEngineVersionsInput{
2530
2530
/// If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
2531
2531
publicvardefaultOnly:Swift.Bool?
2532
-
/// The Redis engine version
2532
+
/// The Redis OSS engine version
2533
2533
publicvarengineVersion:Swift.String?
2534
2534
/// The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
2535
2535
publicvarmaxResults:Swift.Int?
@@ -2555,7 +2555,7 @@ public struct DescribeEngineVersionsInput {
2555
2555
}
2556
2556
2557
2557
extensionMemoryDBClientTypes{
2558
-
/// Provides details of the Redis engine version
2558
+
/// Provides details of the Redis OSS engine version
0 commit comments