diff --git a/docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst b/docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst index 460fe8cd993..c0b12345aaa 100644 --- a/docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst +++ b/docs/source-1.0/spec/aws/aws-ec2-query-protocol.rst @@ -194,6 +194,9 @@ that affect serialization: for the targeted shape. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. .. important:: diff --git a/docs/source-1.0/spec/aws/aws-json.rst.template b/docs/source-1.0/spec/aws/aws-json.rst.template index 7d72f4abb17..ed874431291 100644 --- a/docs/source-1.0/spec/aws/aws-json.rst.template +++ b/docs/source-1.0/spec/aws/aws-json.rst.template @@ -20,6 +20,9 @@ that affect serialization: the hostPrefix of an endpoint trait. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. ------------------ diff --git a/docs/source-1.0/spec/aws/aws-query-protocol.rst b/docs/source-1.0/spec/aws/aws-query-protocol.rst index cdfd7b8d67b..b9e1ad49c68 100644 --- a/docs/source-1.0/spec/aws/aws-query-protocol.rst +++ b/docs/source-1.0/spec/aws/aws-query-protocol.rst @@ -87,6 +87,9 @@ that affect serialization: ``awsQuery`` errors and an :ref:`HTTP response code `. The "Code" of an ``awsQuery`` error is used by clients to determine which type of error was encountered. + * - :ref:`requestCompression ` + - 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 diff --git a/docs/source-1.0/spec/aws/aws-restjson1-protocol.rst b/docs/source-1.0/spec/aws/aws-restjson1-protocol.rst index d258b717f3b..c58dbecafd4 100644 --- a/docs/source-1.0/spec/aws/aws-restjson1-protocol.rst +++ b/docs/source-1.0/spec/aws/aws-restjson1-protocol.rst @@ -189,6 +189,9 @@ that affect serialization: the JSON property name to a custom value. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. ------------ diff --git a/docs/source-1.0/spec/aws/aws-restxml-protocol.rst b/docs/source-1.0/spec/aws/aws-restxml-protocol.rst index 10e7bf85c15..672f53875b8 100644 --- a/docs/source-1.0/spec/aws/aws-restxml-protocol.rst +++ b/docs/source-1.0/spec/aws/aws-restxml-protocol.rst @@ -189,6 +189,9 @@ that affect serialization: for the targeted shape. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. .. important:: diff --git a/docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst b/docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst index 3104874d1ff..6ee39a058f4 100644 --- a/docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst +++ b/docs/source-2.0/aws/protocols/aws-ec2-query-protocol.rst @@ -160,6 +160,9 @@ that affect serialization: for the targeted shape. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. .. important:: diff --git a/docs/source-2.0/aws/protocols/aws-json.rst.template b/docs/source-2.0/aws/protocols/aws-json.rst.template index 018444b08c8..bd53208a515 100644 --- a/docs/source-2.0/aws/protocols/aws-json.rst.template +++ b/docs/source-2.0/aws/protocols/aws-json.rst.template @@ -20,6 +20,9 @@ that affect serialization: the hostPrefix of an endpoint trait. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. ------------------ diff --git a/docs/source-2.0/aws/protocols/aws-query-protocol.rst b/docs/source-2.0/aws/protocols/aws-query-protocol.rst index 5094454bb86..8d22a28a402 100644 --- a/docs/source-2.0/aws/protocols/aws-query-protocol.rst +++ b/docs/source-2.0/aws/protocols/aws-query-protocol.rst @@ -89,6 +89,9 @@ that affect serialization: ``awsQuery`` errors and an :ref:`HTTP response code `. The "Code" of an ``awsQuery`` error is used by clients to determine which type of error was encountered. + * - :ref:`requestCompression ` + - 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 diff --git a/docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst b/docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst index 092ee2481ab..dc2367d2fe7 100644 --- a/docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst +++ b/docs/source-2.0/aws/protocols/aws-restjson1-protocol.rst @@ -181,6 +181,9 @@ that affect serialization: the JSON property name to a custom value. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. ------------ diff --git a/docs/source-2.0/aws/protocols/aws-restxml-protocol.rst b/docs/source-2.0/aws/protocols/aws-restxml-protocol.rst index 1ab4721ff07..cc2c39cedbd 100644 --- a/docs/source-2.0/aws/protocols/aws-restxml-protocol.rst +++ b/docs/source-2.0/aws/protocols/aws-restxml-protocol.rst @@ -180,6 +180,9 @@ that affect serialization: for the targeted shape. * - :ref:`timestampFormat ` - Defines a custom timestamp serialization format. + * - :ref:`requestCompression ` + - Indicates that an operation supports compressing requests from clients + to services. .. important::