Skip to content

Commit

Permalink
chore: Update codegen (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Apr 26, 2024
1 parent 35eae20 commit 4d8767b
Show file tree
Hide file tree
Showing 382 changed files with 76,469 additions and 76,469 deletions.
162 changes: 81 additions & 81 deletions Sources/Services/AWSACM/models/Models.swift

Large diffs are not rendered by default.

250 changes: 125 additions & 125 deletions Sources/Services/AWSACMPCA/models/Models.swift

Large diffs are not rendered by default.

1,000 changes: 500 additions & 500 deletions Sources/Services/AWSAPIGateway/models/Models.swift

Large diffs are not rendered by default.

114 changes: 57 additions & 57 deletions Sources/Services/AWSARCZonalShift/models/Models.swift

Large diffs are not rendered by default.

398 changes: 199 additions & 199 deletions Sources/Services/AWSAccessAnalyzer/models/Models.swift

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions Sources/Services/AWSAccount/models/Models.swift

Large diffs are not rendered by default.

804 changes: 402 additions & 402 deletions Sources/Services/AWSAlexaForBusiness/models/Models.swift

Large diffs are not rendered by default.

246 changes: 123 additions & 123 deletions Sources/Services/AWSAmp/models/Models.swift

Large diffs are not rendered by default.

340 changes: 170 additions & 170 deletions Sources/Services/AWSAmplify/models/Models.swift

Large diffs are not rendered by default.

324 changes: 162 additions & 162 deletions Sources/Services/AWSAmplifyBackend/models/Models.swift

Large diffs are not rendered by default.

358 changes: 179 additions & 179 deletions Sources/Services/AWSAmplifyUIBuilder/models/Models.swift

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions Sources/Services/AWSApiGatewayManagementApi/models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension DeleteConnectionInput {
}
}

public struct DeleteConnectionInput: Swift.Equatable {
public struct DeleteConnectionInput {
/// This member is required.
public var connectionId: Swift.String?

Expand All @@ -26,7 +26,7 @@ public struct DeleteConnectionInput: Swift.Equatable {
}
}

struct DeleteConnectionInputBody: Swift.Equatable {
struct DeleteConnectionInputBody {
}

extension DeleteConnectionInputBody: Swift.Decodable {
Expand All @@ -40,7 +40,7 @@ extension DeleteConnectionOutput: ClientRuntime.HttpResponseBinding {
}
}

public struct DeleteConnectionOutput: Swift.Equatable {
public struct DeleteConnectionOutput {

public init() { }
}
Expand Down Expand Up @@ -89,7 +89,7 @@ extension GetConnectionInput {
}
}

public struct GetConnectionInput: Swift.Equatable {
public struct GetConnectionInput {
/// This member is required.
public var connectionId: Swift.String?

Expand All @@ -101,7 +101,7 @@ public struct GetConnectionInput: Swift.Equatable {
}
}

struct GetConnectionInputBody: Swift.Equatable {
struct GetConnectionInputBody {
}

extension GetConnectionInputBody: Swift.Decodable {
Expand All @@ -126,7 +126,7 @@ extension GetConnectionOutput: ClientRuntime.HttpResponseBinding {
}
}

public struct GetConnectionOutput: Swift.Equatable {
public struct GetConnectionOutput {
/// The time in ISO 8601 format for when the connection was established.
public var connectedAt: ClientRuntime.Date?
public var identity: ApiGatewayManagementApiClientTypes.Identity?
Expand All @@ -145,7 +145,7 @@ public struct GetConnectionOutput: Swift.Equatable {
}
}

struct GetConnectionOutputBody: Swift.Equatable {
struct GetConnectionOutputBody {
let connectedAt: ClientRuntime.Date?
let identity: ApiGatewayManagementApiClientTypes.Identity?
let lastActiveAt: ClientRuntime.Date?
Expand Down Expand Up @@ -229,7 +229,7 @@ extension ApiGatewayManagementApiClientTypes.Identity: Swift.Codable {
}

extension ApiGatewayManagementApiClientTypes {
public struct Identity: Swift.Equatable {
public struct Identity {
/// The source IP address of the TCP connection making the request to API Gateway.
/// This member is required.
public var sourceIp: Swift.String?
Expand Down Expand Up @@ -309,7 +309,7 @@ public struct PayloadTooLargeException: ClientRuntime.ModeledError, AWSClientRun
}
}

struct PayloadTooLargeExceptionBody: Swift.Equatable {
struct PayloadTooLargeExceptionBody {
let message: Swift.String?
}

Expand Down Expand Up @@ -348,7 +348,7 @@ extension PostToConnectionInput {
}
}

public struct PostToConnectionInput: Swift.Equatable {
public struct PostToConnectionInput {
/// The identifier of the connection that a specific client is using.
/// This member is required.
public var connectionId: Swift.String?
Expand All @@ -366,7 +366,7 @@ public struct PostToConnectionInput: Swift.Equatable {
}
}

struct PostToConnectionInputBody: Swift.Equatable {
struct PostToConnectionInputBody {
let data: ClientRuntime.Data?
}

Expand All @@ -387,7 +387,7 @@ extension PostToConnectionOutput: ClientRuntime.HttpResponseBinding {
}
}

public struct PostToConnectionOutput: Swift.Equatable {
public struct PostToConnectionOutput {

public init() { }
}
Expand Down
Loading

0 comments on commit 4d8767b

Please sign in to comment.