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

Method __init__

awscli/clidriver.py:1059–1061  ·  view source on GitHub ↗
(self, session)

Source from the content-addressed store, hash-verified

1057 """Call an AWS operation and format the response."""
1058
1059 def __init__(self, session):
1060 self._session = session
1061 self._output_stream_factory = OutputStreamFactory(session)
1062
1063 def invoke(self, service_name, operation_name, parameters, parsed_globals):
1064 """Invoke an operation and format the response.

Callers

nothing calls this directly

Calls 1

OutputStreamFactoryClass · 0.90

Tested by

no test coverage detected