Skip to content

Commit 749288b

Browse files
kstichSteven Yuan
authored andcommitted
Add requestCompression to protocol supported traits
1 parent 8032616 commit 749288b

File tree

10 files changed

+30
-0
lines changed

10 files changed

+30
-0
lines changed

docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,9 @@ that affect serialization:
194194
for the targeted shape.
195195
* - :ref:`timestampFormat <timestampFormat-trait>`
196196
- Defines a custom timestamp serialization format.
197+
* - :ref:`requestCompression <requestCompression-trait>`
198+
- Indicates that an operation supports compressing requests from clients
199+
to services.
197200

198201
.. important::
199202

docs/source-1.0/spec/aws/aws-json.rst.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ that affect serialization:
2020
the hostPrefix of an endpoint trait.
2121
* - :ref:`timestampFormat <timestampFormat-trait>`
2222
- Defines a custom timestamp serialization format.
23+
* - :ref:`requestCompression <requestCompression-trait>`
24+
- Indicates that an operation supports compressing requests from clients
25+
to services.
2326

2427

2528
------------------

docs/source-1.0/spec/aws/aws-query-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ that affect serialization:
8787
``awsQuery`` errors and an :ref:`HTTP response code <awsQuery-error-response-code>`.
8888
The "Code" of an ``awsQuery`` error is used by clients to determine
8989
which type of error was encountered.
90+
* - :ref:`requestCompression <requestCompression-trait>`
91+
- Indicates that an operation supports compressing requests from clients
92+
to services.
9093

9194
.. |quoted shape name| replace:: ``awsQuery``
9295
.. |name resolution text| replace:: The :ref:`xmlName-trait` can be used to serialize a property using a custom name

docs/source-1.0/spec/aws/aws-restjson1-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ that affect serialization:
189189
the JSON property name to a custom value.
190190
* - :ref:`timestampFormat <timestampFormat-trait>`
191191
- Defines a custom timestamp serialization format.
192+
* - :ref:`requestCompression <requestCompression-trait>`
193+
- Indicates that an operation supports compressing requests from clients
194+
to services.
192195

193196

194197
------------

docs/source-1.0/spec/aws/aws-restxml-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ that affect serialization:
189189
for the targeted shape.
190190
* - :ref:`timestampFormat <timestampFormat-trait>`
191191
- Defines a custom timestamp serialization format.
192+
* - :ref:`requestCompression <requestCompression-trait>`
193+
- Indicates that an operation supports compressing requests from clients
194+
to services.
192195

193196
.. important::
194197

docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ that affect serialization:
160160
for the targeted shape.
161161
* - :ref:`timestampFormat <timestampFormat-trait>`
162162
- Defines a custom timestamp serialization format.
163+
* - :ref:`requestCompression <requestCompression-trait>`
164+
- Indicates that an operation supports compressing requests from clients
165+
to services.
163166

164167
.. important::
165168

docs/source-2.0/aws/protocols/aws-json.rst.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ that affect serialization:
2020
the hostPrefix of an endpoint trait.
2121
* - :ref:`timestampFormat <timestampFormat-trait>`
2222
- Defines a custom timestamp serialization format.
23+
* - :ref:`requestCompression <requestCompression-trait>`
24+
- Indicates that an operation supports compressing requests from clients
25+
to services.
2326

2427

2528
------------------

docs/source-2.0/aws/protocols/aws-query-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ that affect serialization:
8989
``awsQuery`` errors and an :ref:`HTTP response code <awsQuery-error-response-code>`.
9090
The "Code" of an ``awsQuery`` error is used by clients to determine
9191
which type of error was encountered.
92+
* - :ref:`requestCompression <requestCompression-trait>`
93+
- Indicates that an operation supports compressing requests from clients
94+
to services.
9295

9396
.. |quoted shape name| replace:: ``awsQuery``
9497
.. |name resolution text| replace:: The :ref:`xmlName-trait` can be used to serialize a property using a custom name

docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ that affect serialization:
181181
the JSON property name to a custom value.
182182
* - :ref:`timestampFormat <timestampFormat-trait>`
183183
- Defines a custom timestamp serialization format.
184+
* - :ref:`requestCompression <requestCompression-trait>`
185+
- Indicates that an operation supports compressing requests from clients
186+
to services.
184187

185188

186189
------------

docs/source-2.0/aws/protocols/aws-restxml-protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ that affect serialization:
180180
for the targeted shape.
181181
* - :ref:`timestampFormat <timestampFormat-trait>`
182182
- Defines a custom timestamp serialization format.
183+
* - :ref:`requestCompression <requestCompression-trait>`
184+
- Indicates that an operation supports compressing requests from clients
185+
to services.
183186

184187
.. important::
185188

0 commit comments

Comments
 (0)