Skip to content

Commit

Permalink
Add requestCompression to protocol supported traits
Browse files Browse the repository at this point in the history
  • Loading branch information
kstich committed May 4, 2023
1 parent 05df6d7 commit ea1e8ac
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ that affect serialization:
for the targeted shape.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.

.. important::

Expand Down
3 changes: 3 additions & 0 deletions docs/source-1.0/spec/aws/aws-json.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ that affect serialization:
the hostPrefix of an endpoint trait.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.


------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/source-1.0/spec/aws/aws-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ that affect serialization:
``awsQuery`` errors and an :ref:`HTTP response code <awsQuery-error-response-code>`.
The "Code" of an ``awsQuery`` error is used by clients to determine
which type of error was encountered.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.

.. |quoted shape name| replace:: ``awsQuery``
.. |name resolution text| replace:: The :ref:`xmlName-trait` can be used to serialize a property using a custom name
Expand Down
3 changes: 3 additions & 0 deletions docs/source-1.0/spec/aws/aws-restjson1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ that affect serialization:
the JSON property name to a custom value.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.


------------
Expand Down
3 changes: 3 additions & 0 deletions docs/source-1.0/spec/aws/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ that affect serialization:
for the targeted shape.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.

.. important::

Expand Down
3 changes: 3 additions & 0 deletions docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ that affect serialization:
for the targeted shape.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.

.. important::

Expand Down
3 changes: 3 additions & 0 deletions docs/source-2.0/aws/protocols/aws-json.rst.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ that affect serialization:
the hostPrefix of an endpoint trait.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.


------------------
Expand Down
3 changes: 3 additions & 0 deletions docs/source-2.0/aws/protocols/aws-query-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ that affect serialization:
``awsQuery`` errors and an :ref:`HTTP response code <awsQuery-error-response-code>`.
The "Code" of an ``awsQuery`` error is used by clients to determine
which type of error was encountered.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.

.. |quoted shape name| replace:: ``awsQuery``
.. |name resolution text| replace:: The :ref:`xmlName-trait` can be used to serialize a property using a custom name
Expand Down
3 changes: 3 additions & 0 deletions docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ that affect serialization:
the JSON property name to a custom value.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.


------------
Expand Down
3 changes: 3 additions & 0 deletions docs/source-2.0/aws/protocols/aws-restxml-protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ that affect serialization:
for the targeted shape.
* - :ref:`timestampFormat <timestampFormat-trait>`
- Defines a custom timestamp serialization format.
* - :ref:`requestCompression <requestCompression-trait>`
- Indicates that an operation supports compressing requests from clients
to services.

.. important::

Expand Down

0 comments on commit ea1e8ac

Please sign in to comment.