requestTemplates

@JvmName(name = "guvpcanmtgtljocu")
suspend fun requestTemplates(value: Output<Map<String, String>>)
@JvmName(name = "epteqpfatgmhordm")
suspend fun requestTemplates(value: Map<String, String>?)

Parameters

value

Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. Supported only for WebSocket APIs.


@JvmName(name = "tgeqhbkovsixepus")
fun requestTemplates(vararg values: Pair<String, String>)

Parameters

values

Map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. Supported only for WebSocket APIs.