Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/1.0/spec/aws/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
@@ -201,7 +201,7 @@ that affect serialization:
Content-Type
------------

The ``aws.protocols#restXml`` protocol uses a default Content-Type
The ``aws.protocols#restXml`` protocol uses a default ``Content-Type``
of ``application/xml``.

Input or output shapes that apply the :ref:`httpPayload-trait` on one of
@@ -223,8 +223,7 @@ with the ``httpPayload`` trait:
* - ``blob``
- ``application/octet-stream``
* - ``document``
- Undefined. Document shapes are not recommended for use in XML based
protocols.
- Undefined. Document shapes are not supported in this protocol.
* - ``structure``
- ``application/xml``
* - ``union``
Original file line number Diff line number Diff line change
@@ -59,6 +59,10 @@
"smithy.api#protocolDefinition": {
"noInlineDocumentSupport": true,
"traits": [
"smithy.api#cors",
"smithy.api#endpoint",
"smithy.api#hostLabel",
"smithy.api#http",
"smithy.api#httpError",
"smithy.api#httpHeader",
"smithy.api#httpLabel",

0 comments on commit 6694c18

Please sign in to comment.