Skip to content

Commit

Permalink
Add httpChecksumRequired to aws protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Dec 6, 2023
1 parent 7b7a3f3 commit d4a9aa0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 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 @@ -174,6 +174,8 @@ that affect serialization:
- Binds a top-level input structure member to a query string parameter.
* - :ref:`httpQueryParams <httpQueryParams-trait>`
- Binds a map of key-value pairs to query string parameters.
* - :ref:`httpChecksumRequired <httpChecksumRequired-trait>`
- Indicates that requests MUST send a checksum.
* - :ref:`jsonName <jsonName-trait>`
- By default, the JSON property names used in serialized structures are
the same as a structure member name. The ``jsonName`` trait changes
Expand Down
2 changes: 2 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 @@ -163,6 +163,8 @@ that affect serialization:
- Binds a top-level input structure member to a query string parameter.
* - :ref:`httpQueryParams <httpQueryParams-trait>`
- Binds a map of key-value pairs to query string parameters.
* - :ref:`httpChecksumRequired <httpChecksumRequired-trait>`
- Indicates that requests MUST send a checksum.
* - :ref:`xmlAttribute <xmlAttribute-trait>`
- Serializes an object property as an XML attribute rather than a nested
XML element.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ structure httpChecksum {
httpQuery
httpQueryParams
httpResponseCode
httpChecksumRequired
jsonName
]
)
Expand All @@ -172,6 +173,7 @@ structure restJson1 with [HttpConfiguration] {}
httpQuery
httpQueryParams
httpResponseCode
httpChecksumRequired
xmlAttribute
xmlFlattened
xmlName
Expand Down

0 comments on commit d4a9aa0

Please sign in to comment.