ListStreams

data class ListStreams(val maxResults: Int? = null, val nextToken: String? = null, val ascendingOrder: Boolean? = null) : IotAction<Streams> (source)

ascendingOrder rides as isAscendingOrder, which is the name AWS gives the query parameter.

Constructors

Link copied to clipboard
constructor(maxResults: Int? = null, nextToken: String? = null, ascendingOrder: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<Streams, RemoteFailure>