http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iot
/
org.http4k.connect.amazon.iot.action
/
DescribeStream
Describe
Stream
data
class
DescribeStream
(
val
streamId
:
StreamId
)
:
IotAction
<
DescribedStream
>
(
source
)
Members
Constructors
Describe
Stream
Link copied to clipboard
constructor
(
streamId
:
StreamId
)
Properties
stream
Id
Link copied to clipboard
val
streamId
:
StreamId
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
<
DescribedStream
,
RemoteFailure
>