Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _serialize_empty_body
Method
_serialize_empty_body
awscli/botocore/serialize.py:846–847 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
844
serialized[
'body'
] = self._serialize_empty_body()
845
846
def
_serialize_empty_body(self):
847
return
b
''
848
849
def
_serialize_content_type(self, serialized, shape, shape_members):
850
""
"
Callers
1
_serialize_payload
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected