requestModels

@JvmName(name = "fjujsmwtmenddkes")
suspend fun requestModels(value: Output<Map<String, String>>)
@JvmName(name = "glbcswoivocptvjn")
suspend fun requestModels(value: Map<String, String>?)

Parameters

value

Map of the API models used for the request's content type where key is the content type (e.g., application/json) and value is either Error, Empty (built-in models) or aws.apigateway.Model's name.


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

Parameters

values

Map of the API models used for the request's content type where key is the content type (e.g., application/json) and value is either Error, Empty (built-in models) or aws.apigateway.Model's name.