toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-firehose
/
org.http4k.connect.amazon.firehose.action
/
PutRecordBatch
Put
Record
Batch
@
JsonSerializable
data
class
PutRecordBatch
(
val
DeliveryStreamName
:
DeliveryStreamName
,
val
Records
:
List
<
Record
>
)
:
FirehoseAction
<
BatchResult
>
Members
Constructors
Put
Record
Batch
Link copied to clipboard
constructor
(
DeliveryStreamName
:
DeliveryStreamName
,
Records
:
List
<
Record
>
)
Properties
Delivery
Stream
Name
Link copied to clipboard
val
DeliveryStreamName
:
DeliveryStreamName
Records
Link copied to clipboard
val
Records
:
List
<
Record
>
Functions
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
BatchResult
,
RemoteFailure
>
uri
Link copied to clipboard
open
fun
uri
(
)
:
Uri