Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
class
AWSPreparedRequest:
Callers
nothing calls this directly
Calls
2
prepare
Method · 0.95
encode
Method · 0.45
Tested by
no test coverage detected