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

Method _encode_payload

awscli/botocore/serialize.py:871–874  ·  view source on GitHub ↗
(self, body)

Source from the content-addressed store, hash-verified

869 ]
870
871 def _encode_payload(self, body):
872 if isinstance(body, str):
873 return body.encode(self.DEFAULT_ENCODING)
874 return body
875
876 def _partition_parameters(
877 self, partitioned, param_name, param_value, shape_members

Callers 1

_serialize_payloadMethod · 0.95

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected