Skip to content

Commit 95ce785

Browse files
authored
Merge branch 'main' into jbe/opsworks_removal
2 parents 2b8bf5c + ce0557b commit 95ce785

File tree

551 files changed

+4898
-9048
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

551 files changed

+4898
-9048
lines changed

AWSSDKSwiftCLI/Sources/AWSCLIUtils/Process+Utils.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public struct ProcessRunner {
8080
///
8181
/// Runs the process and prints out the process's full command.
8282
public static let standard = ProcessRunner { process in
83-
log(level: .debug, "Running process: \(process.commandString)")
83+
log(level: .info, "Running process: \(process.commandString)")
8484
try process.run()
8585
process.waitUntilExit()
8686
let exitCode = ExitCode(process.terminationStatus)

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.28
1+
1.5.29

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.29
1+
1.5.30

Sources/Core/AWSSDKIdentity/InternalClients/InternalAWSSSO/Sources/InternalAWSSSO/SSOClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6262

6363
package class SSOClient: ClientRuntime.Client {
6464
public static let clientName = "SSOClient"
65-
public static let version = "1.5.28"
65+
public static let version = "1.5.29"
6666
let client: ClientRuntime.SdkHttpClient
6767
let config: SSOClient.SSOClientConfiguration
6868
let serviceName = "SSO"

Sources/Core/AWSSDKIdentity/InternalClients/InternalAWSSSOOIDC/Sources/InternalAWSSSOOIDC/SSOOIDCClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6565

6666
package class SSOOIDCClient: ClientRuntime.Client {
6767
public static let clientName = "SSOOIDCClient"
68-
public static let version = "1.5.28"
68+
public static let version = "1.5.29"
6969
let client: ClientRuntime.SdkHttpClient
7070
let config: SSOOIDCClient.SSOOIDCClientConfiguration
7171
let serviceName = "SSO OIDC"

Sources/Core/AWSSDKIdentity/InternalClients/InternalAWSSTS/Sources/InternalAWSSTS/STSClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6565

6666
package class STSClient: ClientRuntime.Client {
6767
public static let clientName = "STSClient"
68-
public static let version = "1.5.28"
68+
public static let version = "1.5.29"
6969
let client: ClientRuntime.SdkHttpClient
7070
let config: STSClient.STSClientConfiguration
7171
let serviceName = "STS"

Sources/Services/AWSACM/Sources/AWSACM/ACMClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class ACMClient: ClientRuntime.Client {
6969
public static let clientName = "ACMClient"
70-
public static let version = "1.5.28"
70+
public static let version = "1.5.29"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: ACMClient.ACMClientConfiguration
7373
let serviceName = "ACM"

Sources/Services/AWSACMPCA/Sources/AWSACMPCA/ACMPCAClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class ACMPCAClient: ClientRuntime.Client {
6969
public static let clientName = "ACMPCAClient"
70-
public static let version = "1.5.28"
70+
public static let version = "1.5.29"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: ACMPCAClient.ACMPCAClientConfiguration
7373
let serviceName = "ACM PCA"

Sources/Services/AWSAIOps/Sources/AWSAIOps/AIOpsClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AIOpsClient: ClientRuntime.Client {
6868
public static let clientName = "AIOpsClient"
69-
public static let version = "1.5.28"
69+
public static let version = "1.5.29"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AIOpsClient.AIOpsClientConfiguration
7272
let serviceName = "AIOps"

Sources/Services/AWSAPIGateway/Sources/AWSAPIGateway/APIGatewayClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
7171

7272
public class APIGatewayClient: ClientRuntime.Client {
7373
public static let clientName = "APIGatewayClient"
74-
public static let version = "1.5.28"
74+
public static let version = "1.5.29"
7575
let client: ClientRuntime.SdkHttpClient
7676
let config: APIGatewayClient.APIGatewayClientConfiguration
7777
let serviceName = "API Gateway"

0 commit comments

Comments
 (0)