MCPcopy Create free account
hub / github.com/aws/aws-cli / _handle_query_compatible_trait

Method _handle_query_compatible_trait

awscli/botocore/serialize.py:208–210  ·  view source on GitHub ↗
(self, operation_model, serialized)

Source from the content-addressed store, hash-verified

206 return value
207
208 def _handle_query_compatible_trait(self, operation_model, serialized):
209 if operation_model.service_model.is_query_compatible:
210 serialized['headers']['x-amzn-query-mode'] = 'true'
211
212
213class QuerySerializer(Serializer):

Callers 2

serialize_to_requestMethod · 0.80
_serialize_headersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected