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

Method _do_serialize_header_map

awscli/botocore/serialize.py:941–944  ·  view source on GitHub ↗
(self, header_prefix, headers, user_input)

Source from the content-addressed store, hash-verified

939 return param_value
940
941 def _do_serialize_header_map(self, header_prefix, headers, user_input):
942 for key, val in user_input.items():
943 full_key = header_prefix + key
944 headers[full_key] = val
945
946 def _serialize_body_params(self, params, shape):
947 raise NotImplementedError('_serialize_body_params')

Callers 1

_partition_parametersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected