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

Method get_streaming_output

awscli/botocore/model.py:731–732  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

729 return self._get_streaming_body(self.input_shape)
730
731 def get_streaming_output(self):
732 return self._get_streaming_body(self.output_shape)
733
734 def _get_streaming_body(self, shape):
735 """Returns the streaming member's shape if any; or None otherwise."""

Calls 1

_get_streaming_bodyMethod · 0.95