Static Propertysoto-core 7.4.0SotoCore
rawPayload
Response Payload is raw data, or an event stream
static let rawPayload: AWSShapeOptions
Response Payload is raw data, or an event stream
static let rawPayload: AWSShapeOptions
import SotoCore
struct AWSShapeOptions
AWSShape options.
init(rawValue: Int)
static let allowChunkedStreaming: AWSShapeOptions
Request payload can be streamed using Transfer-Encoding: chunked
static let allowStreaming: AWSShapeOptions
Request payload can be streamed
static let checksumHeader: AWSShapeOptions
Request can include a checksum header
static let checksumRequired: AWSShapeOptions
Checksum calculation of body is required
static let md5ChecksumHeader: AWSShapeOptions
Request includes a MD5 checksum
var rawValue: Int