Skip to content

Commit 97fd315

Browse files
chore: Updates version to 1.5.15
1 parent 14fccf7 commit 97fd315

File tree

1,251 files changed

+8523
-46976
lines changed

Some content is hidden

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

1,251 files changed

+8523
-46976
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PackageDescription
1515

1616
// MARK: - Dynamic Content
1717

18-
let clientRuntimeVersion: Version = "0.151.0"
18+
let clientRuntimeVersion: Version = "0.152.0"
1919
let crtVersion: Version = "0.52.1"
2020

2121
let excludeRuntimeUnitTests = false

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.14
1+
1.5.15

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.15
1+
1.5.16

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.14"
65+
public static let version = "1.5.15"
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.14"
68+
public static let version = "1.5.15"
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.14"
68+
public static let version = "1.5.15"
6969
let client: ClientRuntime.SdkHttpClient
7070
let config: STSClient.STSClientConfiguration
7171
let serviceName = "STS"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
"AWSClientRuntime",
3+
"AWSSDKChecksums",
4+
"AWSSDKHTTPAuth",
5+
"AWSSDKIdentity",
6+
"ClientRuntime",
7+
"Smithy",
8+
"SmithyHTTPAPI",
9+
"SmithyHTTPAuthAPI",
10+
"SmithyIdentity",
11+
"SmithyJSON",
12+
"SmithyReadWrite",
13+
"SmithyRetries",
14+
"SmithyRetriesAPI",
15+
"SmithyTestUtil",
16+
"SmithyTimestamps",
17+
"SmithyWaitersAPI"
18+
]

Sources/Services/AWSACM/Package.swift.txt

Lines changed: 0 additions & 116 deletions
This file was deleted.

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.14"
70+
public static let version = "1.5.15"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: ACMClient.ACMClientConfiguration
7373
let serviceName = "ACM"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
"AWSClientRuntime",
3+
"AWSSDKChecksums",
4+
"AWSSDKHTTPAuth",
5+
"AWSSDKIdentity",
6+
"ClientRuntime",
7+
"Smithy",
8+
"SmithyHTTPAPI",
9+
"SmithyHTTPAuthAPI",
10+
"SmithyIdentity",
11+
"SmithyJSON",
12+
"SmithyReadWrite",
13+
"SmithyRetries",
14+
"SmithyRetriesAPI",
15+
"SmithyTestUtil",
16+
"SmithyTimestamps",
17+
"SmithyWaitersAPI"
18+
]

0 commit comments

Comments
 (0)