Api Body S3Location
data class ApiBodyS3Location(val bucket: String? = null, val etag: String? = null, val key: String? = null, val version: String? = null)
The `BodyS3Location`
property specifies an S3 location from which to import an OpenAPI definition. Supported only for HTTP APIs.