// swiftlint:disable all
import Amplify
import Foundation
public struct Nested: Embeddable {
var valueOne: Int?
var valueTwo: String?
}