requestModels

@JvmName(name = "orrjjkhranolprxy")
suspend fun requestModels(value: Output<Map<String, String>>)
@JvmName(name = "lsovjnpogptpysvn")
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 = "bhtnfrahbeboucxl")
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.