Some endpoints don't encode the body in the default Content-Type but allow to provide an arbitrary request body. The specification signals this cases by having Body as the payload.
For example in the S3 service the PutObject operation should be able to accept a binary body:
Some endpoints don't encode the body in the default
Content-Type
but allow to provide an arbitrary request body. The specification signals this cases by havingBody
as thepayload
.For example in the S3 service the
PutObject
operation should be able to accept a binary body: