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

Method _serialize_body_params

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

Source from the content-addressed store, hash-verified

1027 raise NotImplementedError("_serialize_headers")
1028
1029 def _serialize_body_params(self, parameters, shape):
1030 raise NotImplementedError("_serialize_body_params")
1031
1032
1033class RestJSONSerializer(BaseRestSerializer, JSONSerializer):

Callers 1

_serialize_payloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected