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

Method _serialize_headers

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

Source from the content-addressed store, hash-verified

1024 serialized['body'] = body_payload
1025
1026 def _serialize_headers(self, serialized, operation_model):
1027 raise NotImplementedError("_serialize_headers")
1028
1029 def _serialize_body_params(self, parameters, shape):
1030 raise NotImplementedError("_serialize_body_params")

Callers 1

serialize_to_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected