Skip to content

Commit 78b3f57

Browse files
chore: Updates version to 0.36.0
1 parent 260ffe0 commit 78b3f57

File tree

755 files changed

+755
-1883
lines changed

Some content is hidden

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

755 files changed

+755
-1883
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ func addResolvedTargets() {
232232
// MARK: - Generated
233233

234234
addDependencies(
235-
clientRuntimeVersion: "0.40.0",
235+
clientRuntimeVersion: "0.41.0",
236236
crtVersion: "0.26.0"
237237
)
238238

Package.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.35.0
1+
0.36.0

Sources/Services/AWSACM/Models/ACMClientTypes.swift

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

Sources/Services/AWSACM/models/Models.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import AWSClientRuntime
33
import ClientRuntime
44

5+
public enum ACMClientTypes {}
6+
57
extension AccessDeniedException {
68
public init(httpResponse: ClientRuntime.HttpResponse, decoder: ClientRuntime.ResponseDecoder? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil) async throws {
79
if let data = try await httpResponse.body.readData(),

Sources/Services/AWSACMPCA/Models/ACMPCAClientTypes.swift

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

Sources/Services/AWSACMPCA/models/Models.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import AWSClientRuntime
33
import ClientRuntime
44

5+
public enum ACMPCAClientTypes {}
6+
57
extension ACMPCAClientTypes.ASN1Subject: Swift.Codable {
68
enum CodingKeys: Swift.String, Swift.CodingKey {
79
case commonName = "CommonName"

Sources/Services/AWSAPIGateway/Models/APIGatewayClientTypes.swift

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

Sources/Services/AWSAPIGateway/models/Models.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import AWSClientRuntime
33
import ClientRuntime
44

5+
public enum APIGatewayClientTypes {}
6+
57
extension APIGatewayClientTypes.AccessLogSettings: Swift.Codable {
68
enum CodingKeys: Swift.String, Swift.CodingKey {
79
case destinationArn

Sources/Services/AWSARCZonalShift/Models/ARCZonalShiftClientTypes.swift

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

Sources/Services/AWSARCZonalShift/models/Models.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import AWSClientRuntime
33
import ClientRuntime
44

5+
public enum ARCZonalShiftClientTypes {}
6+
57
extension AccessDeniedException {
68
public init(httpResponse: ClientRuntime.HttpResponse, decoder: ClientRuntime.ResponseDecoder? = nil, message: Swift.String? = nil, requestID: Swift.String? = nil) async throws {
79
if let data = try await httpResponse.body.readData(),

0 commit comments

Comments
 (0)