diff --git a/Sources/SotoCore/Doc/AWSShape.swift b/Sources/SotoCore/Doc/AWSShape.swift index 67fe28e77..e9a560aed 100644 --- a/Sources/SotoCore/Doc/AWSShape.swift +++ b/Sources/SotoCore/Doc/AWSShape.swift @@ -225,7 +225,7 @@ public extension AWSEncodableShape { public protocol AWSDecodableShape: AWSShape & Decodable {} /// AWSShape options. -public struct AWSShapeOptions: OptionSet { +public struct AWSShapeOptions: OptionSet, Sendable { public var rawValue: Int public init(rawValue: Int) {