Skip to content

Commit 59e9d34

Browse files
chore: Updates version to 0.48.0
1 parent 97328f8 commit 59e9d34

File tree

7 files changed

+287
-287
lines changed

7 files changed

+287
-287
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ func addResolvedTargets() {
255255
// MARK: - Generated
256256

257257
addDependencies(
258-
clientRuntimeVersion: "0.52.0",
258+
clientRuntimeVersion: "0.53.0",
259259
crtVersion: "0.32.0"
260260
)
261261

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.0
1+
0.48.0

Sources/Services/AWSElastiCache/Sources/AWSElastiCache/ElastiCacheClient.swift

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

Sources/Services/AWSElastiCache/Sources/AWSElastiCache/Models.swift

Lines changed: 223 additions & 223 deletions
Large diffs are not rendered by default.

Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/MemoryDBClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ extension MemoryDBClient {
13741374

13751375
/// Performs the `DescribeEngineVersions` operation on the `AmazonMemoryDB` service.
13761376
///
1377-
/// Returns a list of the available Redis engine versions.
1377+
/// Returns a list of the available Redis OSS engine versions.
13781378
///
13791379
/// - Parameter DescribeEngineVersionsInput : [no documentation found]
13801380
///

Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/Models.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ extension MemoryDBClientTypes {
541541
public var dataTiering: MemoryDBClientTypes.DataTieringStatus?
542542
/// A description of the cluster
543543
public var description: Swift.String?
544-
/// The Redis engine patch version used by the cluster
544+
/// The Redis OSS engine patch version used by the cluster
545545
public var enginePatchVersion: Swift.String?
546-
/// The Redis engine version used by the cluster
546+
/// The Redis OSS engine version used by the cluster
547547
public var engineVersion: Swift.String?
548548
/// The ID of the KMS key used to encrypt the cluster
549549
public var kmsKeyId: Swift.String?
@@ -951,7 +951,7 @@ extension MemoryDBClientTypes {
951951
public struct ClusterConfiguration {
952952
/// The description of the cluster configuration
953953
public var description: Swift.String?
954-
/// The Redis engine version used by the cluster
954+
/// The Redis OSS engine version used by the cluster
955955
public var engineVersion: Swift.String?
956956
/// The specified maintenance window for the cluster
957957
public var maintenanceWindow: Swift.String?
@@ -1448,7 +1448,7 @@ public struct CreateClusterInput {
14481448
public var dataTiering: Swift.Bool?
14491449
/// An optional description of the cluster.
14501450
public var description: 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.
14521452
public var engineVersion: Swift.String?
14531453
/// The ID of the KMS key used to encrypt the cluster.
14541454
public var kmsKeyId: Swift.String?
@@ -2529,7 +2529,7 @@ public struct DescribeClustersOutput {
25292529
public struct DescribeEngineVersionsInput {
25302530
/// If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
25312531
public var defaultOnly: Swift.Bool?
2532-
/// The Redis engine version
2532+
/// The Redis OSS engine version
25332533
public var engineVersion: Swift.String?
25342534
/// 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.
25352535
public var maxResults: Swift.Int?
@@ -2555,7 +2555,7 @@ public struct DescribeEngineVersionsInput {
25552555
}
25562556

25572557
extension MemoryDBClientTypes {
2558-
/// Provides details of the Redis engine version
2558+
/// Provides details of the Redis OSS engine version
25592559
public struct EngineVersionInfo {
25602560
/// The patched engine version
25612561
public var enginePatchVersion: Swift.String?

packageDependencies.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
<key>clientRuntimeBranch</key>
1010
<string>main</string>
1111
<key>clientRuntimeVersion</key>
12-
<string>0.52.0</string>
12+
<string>0.53.0</string>
1313
</dict>
1414
</plist>

0 commit comments

Comments
 (0)