File tree Expand file tree Collapse file tree 10 files changed +30
-0
lines changed
Expand file tree Collapse file tree 10 files changed +30
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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------------------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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------------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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------------------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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------------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments