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

Method _make_request

awscli/botocore/client.py:936–945  ·  view source on GitHub ↗
(self, operation_model, request_dict, request_context)

Source from the content-addressed store, hash-verified

934 return parsed_response
935
936 def _make_request(self, operation_model, request_dict, request_context):
937 try:
938 return self._endpoint.make_request(operation_model, request_dict)
939 except Exception as e:
940 self.meta.events.emit(
941 f'after-call-error.{self._service_model.service_id.hyphenize()}.{operation_model.name}',
942 exception=e,
943 context=request_context,
944 )
945 raise
946
947 def _convert_to_request_dict(
948 self,

Callers 1

_make_api_callMethod · 0.95

Calls 3

make_requestMethod · 0.80
hyphenizeMethod · 0.80
emitMethod · 0.45

Tested by

no test coverage detected