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

Method _serialize_payload

awscli/botocore/serialize.py:1022–1024  ·  view source on GitHub ↗
(self, parameters, serialized, shape)

Source from the content-addressed store, hash-verified

1020 return serialized
1021
1022 def _serialize_payload(self, parameters, serialized, shape):
1023 body_payload = self._serialize_body_params(parameters, shape)
1024 serialized['body'] = body_payload
1025
1026 def _serialize_headers(self, serialized, operation_model):
1027 raise NotImplementedError("_serialize_headers")

Callers 1

serialize_to_requestMethod · 0.95

Calls 1

Tested by

no test coverage detected