Skip to content

Commit 5fe79c7

Browse files
chore: Updates version to 1.5.22
1 parent babb69e commit 5fe79c7

File tree

422 files changed

+958
-434
lines changed

Some content is hidden

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

422 files changed

+958
-434
lines changed

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.21
1+
1.5.22

Package.version.next

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.22
1+
1.5.23

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.21"
65+
public static let version = "1.5.22"
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.21"
68+
public static let version = "1.5.22"
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.21"
68+
public static let version = "1.5.22"
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.21"
70+
public static let version = "1.5.22"
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.21"
70+
public static let version = "1.5.22"
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.21"
69+
public static let version = "1.5.22"
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.21"
74+
public static let version = "1.5.22"
7575
let client: ClientRuntime.SdkHttpClient
7676
let config: APIGatewayClient.APIGatewayClientConfiguration
7777
let serviceName = "API Gateway"

Sources/Services/AWSARCRegionswitch/Sources/AWSARCRegionswitch/ARCRegionswitchClient.swift

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

6969
public class ARCRegionswitchClient: ClientRuntime.Client {
7070
public static let clientName = "ARCRegionswitchClient"
71-
public static let version = "1.5.21"
71+
public static let version = "1.5.22"
7272
let client: ClientRuntime.SdkHttpClient
7373
let config: ARCRegionswitchClient.ARCRegionswitchClientConfiguration
7474
let serviceName = "ARC Region switch"

0 commit comments

Comments
 (0)