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

Method serialize_to_request

awscli/botocore/serialize.py:1198–1200  ·  view source on GitHub ↗
(self, parameters, operation_model)

Source from the content-addressed store, hash-verified

1196 TIMESTAMP_FORMAT = 'unixtimestamp'
1197
1198 def serialize_to_request(self, parameters, operation_model):
1199 register_feature_id('PROTOCOL_RPC_V2_CBOR')
1200 return super().serialize_to_request(parameters, operation_model)
1201
1202 def _serialize_body_params(self, parameters, input_shape):
1203 body = bytearray()

Callers

nothing calls this directly

Calls 2

register_feature_idFunction · 0.90
serialize_to_requestMethod · 0.45

Tested by

no test coverage detected