PutRecordBatchOutput

public struct PutRecordBatchOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether server-side encryption (SSE) was enabled during this operation.

    Declaration

    Swift

    public let encrypted: Bool?
  • The number of records that might have failed processing. This number might be greater than 0 even if the PutRecordBatch call succeeds. Check FailedPutCount to determine whether there are records that you need to resend.

    Declaration

    Swift

    public let failedPutCount: Int
  • The results array. For each record, the index of the response element is the same as the index used in the request array.

    Declaration

    Swift

    public let requestResponses: [PutRecordBatchResponseEntry]
  • Undocumented

    Declaration

    Swift

    public init(encrypted: Bool? = nil, failedPutCount: Int, requestResponses: [PutRecordBatchResponseEntry])