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

Method body

awscli/botocore/awsrequest.py:478–482  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

476
477 @property
478 def body(self):
479 body = self.prepare().body
480 if isinstance(body, str):
481 body = body.encode('utf-8')
482 return body
483
484
485class AWSPreparedRequest:

Callers

nothing calls this directly

Calls 2

prepareMethod · 0.95
encodeMethod · 0.45

Tested by

no test coverage detected