Skip to content

Commit

Permalink
chore: Updates version to 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-swift-automation committed Jul 29, 2024
1 parent 97328f8 commit 59e9d34
Show file tree
Hide file tree
Showing 7 changed files with 287 additions and 287 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func addResolvedTargets() {
// MARK: - Generated

addDependencies(
clientRuntimeVersion: "0.52.0",
clientRuntimeVersion: "0.53.0",
crtVersion: "0.32.0"
)

Expand Down
2 changes: 1 addition & 1 deletion Package.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.47.0
0.48.0

Large diffs are not rendered by default.

446 changes: 223 additions & 223 deletions Sources/Services/AWSElastiCache/Sources/AWSElastiCache/Models.swift

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ extension MemoryDBClient {

/// Performs the `DescribeEngineVersions` operation on the `AmazonMemoryDB` service.
///
/// Returns a list of the available Redis engine versions.
/// Returns a list of the available Redis OSS engine versions.
///
/// - Parameter DescribeEngineVersionsInput : [no documentation found]
///
Expand Down
12 changes: 6 additions & 6 deletions Sources/Services/AWSMemoryDB/Sources/AWSMemoryDB/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ extension MemoryDBClientTypes {
public var dataTiering: MemoryDBClientTypes.DataTieringStatus?
/// A description of the cluster
public var description: Swift.String?
/// The Redis engine patch version used by the cluster
/// The Redis OSS engine patch version used by the cluster
public var enginePatchVersion: Swift.String?
/// The Redis engine version used by the cluster
/// The Redis OSS engine version used by the cluster
public var engineVersion: Swift.String?
/// The ID of the KMS key used to encrypt the cluster
public var kmsKeyId: Swift.String?
Expand Down Expand Up @@ -951,7 +951,7 @@ extension MemoryDBClientTypes {
public struct ClusterConfiguration {
/// The description of the cluster configuration
public var description: Swift.String?
/// The Redis engine version used by the cluster
/// The Redis OSS engine version used by the cluster
public var engineVersion: Swift.String?
/// The specified maintenance window for the cluster
public var maintenanceWindow: Swift.String?
Expand Down Expand Up @@ -1448,7 +1448,7 @@ public struct CreateClusterInput {
public var dataTiering: Swift.Bool?
/// An optional description of the cluster.
public var description: Swift.String?
/// The version number of the Redis engine to be used for the cluster.
/// The version number of the Redis OSS engine to be used for the cluster.
public var engineVersion: Swift.String?
/// The ID of the KMS key used to encrypt the cluster.
public var kmsKeyId: Swift.String?
Expand Down Expand Up @@ -2529,7 +2529,7 @@ public struct DescribeClustersOutput {
public struct DescribeEngineVersionsInput {
/// If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
public var defaultOnly: Swift.Bool?
/// The Redis engine version
/// The Redis OSS engine version
public var engineVersion: Swift.String?
/// 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.
public var maxResults: Swift.Int?
Expand All @@ -2555,7 +2555,7 @@ public struct DescribeEngineVersionsInput {
}

extension MemoryDBClientTypes {
/// Provides details of the Redis engine version
/// Provides details of the Redis OSS engine version
public struct EngineVersionInfo {
/// The patched engine version
public var enginePatchVersion: Swift.String?
Expand Down
2 changes: 1 addition & 1 deletion packageDependencies.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<key>clientRuntimeBranch</key>
<string>main</string>
<key>clientRuntimeVersion</key>
<string>0.52.0</string>
<string>0.53.0</string>
</dict>
</plist>

0 comments on commit 59e9d34

Please sign in to comment.