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.