Skip to content

Commit 7f39a2b

Browse files
chore: Updates version to 1.2.37
1 parent a1341a8 commit 7f39a2b

File tree

416 files changed

+8114
-811
lines changed

Some content is hidden

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

416 files changed

+8114
-811
lines changed

Package.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.36
1+
1.2.37

Package.version.next

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.37
1+
1.2.38

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ACMClient: ClientRuntime.Client {
6868
public static let clientName = "ACMClient"
69-
public static let version = "1.2.36"
69+
public static let version = "1.2.37"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ACMClient.ACMClientConfiguration
7272
let serviceName = "ACM"

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ACMPCAClient: ClientRuntime.Client {
6868
public static let clientName = "ACMPCAClient"
69-
public static let version = "1.2.36"
69+
public static let version = "1.2.37"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ACMPCAClient.ACMPCAClientConfiguration
7272
let serviceName = "ACM PCA"
@@ -1754,6 +1754,7 @@ extension ACMPCAClient {
17541754
/// __Possible Exceptions:__
17551755
/// - `InvalidArnException` : The requested Amazon Resource Name (ARN) does not refer to an existing resource.
17561756
/// - `InvalidStateException` : The state of the private CA does not allow this action to occur.
1757+
/// - `RequestFailedException` : The request has failed for an unspecified reason.
17571758
/// - `ResourceNotFoundException` : A resource such as a private CA, S3 bucket, certificate, audit report, or policy cannot be found.
17581759
public func listTags(input: ListTagsInput) async throws -> ListTagsOutput {
17591760
let context = Smithy.ContextBuilder()

Sources/Services/AWSACMPCA/Sources/AWSACMPCA/Models.swift

+7
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,9 @@ extension ACMPCAClientTypes {
492492
public enum KeyAlgorithm: Swift.Sendable, Swift.Equatable, Swift.RawRepresentable, Swift.CaseIterable, Swift.Hashable {
493493
case ecPrime256v1
494494
case ecSecp384r1
495+
case ecSecp521r1
495496
case rsa2048
497+
case rsa3072
496498
case rsa4096
497499
case sm2
498500
case sdkUnknown(Swift.String)
@@ -501,7 +503,9 @@ extension ACMPCAClientTypes {
501503
return [
502504
.ecPrime256v1,
503505
.ecSecp384r1,
506+
.ecSecp521r1,
504507
.rsa2048,
508+
.rsa3072,
505509
.rsa4096,
506510
.sm2
507511
]
@@ -516,7 +520,9 @@ extension ACMPCAClientTypes {
516520
switch self {
517521
case .ecPrime256v1: return "EC_prime256v1"
518522
case .ecSecp384r1: return "EC_secp384r1"
523+
case .ecSecp521r1: return "EC_secp521r1"
519524
case .rsa2048: return "RSA_2048"
525+
case .rsa3072: return "RSA_3072"
520526
case .rsa4096: return "RSA_4096"
521527
case .sm2: return "SM2"
522528
case let .sdkUnknown(s): return s
@@ -3453,6 +3459,7 @@ enum ListTagsOutputError {
34533459
switch baseError.code {
34543460
case "InvalidArnException": return try InvalidArnException.makeError(baseError: baseError)
34553461
case "InvalidStateException": return try InvalidStateException.makeError(baseError: baseError)
3462+
case "RequestFailedException": return try RequestFailedException.makeError(baseError: baseError)
34563463
case "ResourceNotFoundException": return try ResourceNotFoundException.makeError(baseError: baseError)
34573464
default: return try AWSClientRuntime.UnknownAWSHTTPServiceError.makeError(baseError: baseError)
34583465
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
7070

7171
public class APIGatewayClient: ClientRuntime.Client {
7272
public static let clientName = "APIGatewayClient"
73-
public static let version = "1.2.36"
73+
public static let version = "1.2.37"
7474
let client: ClientRuntime.SdkHttpClient
7575
let config: APIGatewayClient.APIGatewayClientConfiguration
7676
let serviceName = "API Gateway"

Sources/Services/AWSARCZonalShift/Sources/AWSARCZonalShift/ARCZonalShiftClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class ARCZonalShiftClient: ClientRuntime.Client {
6868
public static let clientName = "ARCZonalShiftClient"
69-
public static let version = "1.2.36"
69+
public static let version = "1.2.37"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: ARCZonalShiftClient.ARCZonalShiftClientConfiguration
7272
let serviceName = "ARC Zonal Shift"

Sources/Services/AWSAccessAnalyzer/Sources/AWSAccessAnalyzer/AccessAnalyzerClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AccessAnalyzerClient: ClientRuntime.Client {
6969
public static let clientName = "AccessAnalyzerClient"
70-
public static let version = "1.2.36"
70+
public static let version = "1.2.37"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AccessAnalyzerClient.AccessAnalyzerClientConfiguration
7373
let serviceName = "AccessAnalyzer"

Sources/Services/AWSAccount/Sources/AWSAccount/AccountClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6464

6565
public class AccountClient: ClientRuntime.Client {
6666
public static let clientName = "AccountClient"
67-
public static let version = "1.2.36"
67+
public static let version = "1.2.37"
6868
let client: ClientRuntime.SdkHttpClient
6969
let config: AccountClient.AccountClientConfiguration
7070
let serviceName = "Account"

Sources/Services/AWSAmp/Sources/AWSAmp/AmpClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6767

6868
public class AmpClient: ClientRuntime.Client {
6969
public static let clientName = "AmpClient"
70-
public static let version = "1.2.36"
70+
public static let version = "1.2.37"
7171
let client: ClientRuntime.SdkHttpClient
7272
let config: AmpClient.AmpClientConfiguration
7373
let serviceName = "amp"

Sources/Services/AWSAmplify/Sources/AWSAmplify/AmplifyClient.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ import typealias SmithyHTTPAuthAPI.AuthSchemes
6666

6767
public class AmplifyClient: ClientRuntime.Client {
6868
public static let clientName = "AmplifyClient"
69-
public static let version = "1.2.36"
69+
public static let version = "1.2.37"
7070
let client: ClientRuntime.SdkHttpClient
7171
let config: AmplifyClient.AmplifyClientConfiguration
7272
let serviceName = "Amplify"

0 commit comments

Comments
 (0)