File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Packages/ClientRuntime/Sources
smithy-swift-codegen-test Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ public protocol StreamReader: AnyObject {
1111 var availableForRead : UInt { get }
1212 var hasFinishedWriting : Bool { get set }
1313
14- ///Read up to a maximum number of bytes on a stream that is opened..
15- ///WARNING: Be careful as this will read the entire byte stream into memory (up to limit).
14+ /// Read up to a maximum number of bytes on a stream that is opened..
15+ /// WARNING: Be careful as this will read the entire byte stream into memory (up to limit).
1616 func read( maxBytes: UInt ? ) -> ByteBuffer
1717 func seek( offset: Int )
1818 func onError( error: ClientError )
Original file line number Diff line number Diff line change 33 * SPDX-License-Identifier: Apache-2.0.
44 */
55
6- //import Foundation
76import AwsCommonRuntimeKit
87
98extension StringProtocol where Self. Index == String . Index {
Original file line number Diff line number Diff line change 99 "author" : " Amazon Web Services" ,
1010 "sdkId" : " Weather" ,
1111 "homepage" : " https://docs.amplify.aws/" ,
12- "swiftVersion" : " 5.4.0" ,
13- "shouldGenerateUnitTestTarget" : true
12+ "swiftVersion" : " 5.4.0"
1413 }
1514 }
1615}
You can’t perform that action at this time.
0 commit comments