NAME
Paws::Kinesis::PutRecordsOutput
ATTRIBUTES
EncryptionType => Str
The encryption type used on the records. This parameter can be one of the following values:
NONE: Do not encrypt the records.KMS: Use server-side encryption on the records using a customer-managed AWS KMS key.
Valid values are: "NONE", "KMS" =head2 FailedRecordCount => Int
The number of unsuccessfully processed records in a PutRecords request.
REQUIRED Records => ArrayRef[Paws::Kinesis::PutRecordsResultEntry]
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to a stream includes SequenceNumber and ShardId in the result. A record that fails to be added to a stream includes ErrorCode and ErrorMessage in the result.