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

Method _serialize_body_params

awscli/botocore/serialize.py:946–947  ·  view source on GitHub ↗
(self, params, shape)

Source from the content-addressed store, hash-verified

944 headers[full_key] = val
945
946 def _serialize_body_params(self, params, shape):
947 raise NotImplementedError('_serialize_body_params')
948
949 def _convert_header_value(self, shape, value):
950 if shape.type_name == 'timestamp':

Callers 1

_serialize_payloadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected