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

Method prepare

awscli/botocore/awsrequest.py:473–475  ·  view source on GitHub ↗

Constructs a :class:`AWSPreparedRequest `.

(self)

Source from the content-addressed store, hash-verified

471 self.context = {}
472
473 def prepare(self):
474 """Constructs a :class:`AWSPreparedRequest <AWSPreparedRequest>`."""
475 return self._request_preparer.prepare(self)
476
477 @property
478 def body(self):

Calls

no outgoing calls