UploadDocumentsRequest

public struct UploadDocumentsRequest : AWSShape

Undocumented

  • The key for the payload

    Declaration

    Swift

    public static let payloadPath: String?
  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The format of the batch you are uploading. Amazon CloudSearch supports two document batch formats: application/json application/xml

    Declaration

    Swift

    public let contentType: ContentType
  • A batch of documents formatted in JSON or HTML.

    Declaration

    Swift

    public let documents: Data
  • Undocumented

    Declaration

    Swift

    public init(contentType: ContentType, documents: Data)