UploadDocumentsResponse

public struct UploadDocumentsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The number of documents that were added to the search domain.

    Declaration

    Swift

    public let adds: Int64?
  • The number of documents that were deleted from the search domain.

    Declaration

    Swift

    public let deletes: Int64?
  • The status of an UploadDocumentsRequest.

    Declaration

    Swift

    public let status: String?
  • Any warnings returned by the document service about the documents being uploaded.

    Declaration

    Swift

    public let warnings: [DocumentServiceWarning]?
  • Undocumented

    Declaration

    Swift

    public init(adds: Int64? = nil, deletes: Int64? = nil, status: String? = nil, warnings: [DocumentServiceWarning]? = nil)