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

Method _get_client

awscli/customizations/logs/startlivetail.py:155–161  ·  view source on GitHub ↗
(self, parsed_globals)

Source from the content-addressed store, hash-verified

153 self._output = get_stdout_text_writer()
154
155 def _get_client(self, parsed_globals):
156 return self._session.create_client(
157 "logs",
158 region_name=parsed_globals.region,
159 endpoint_url=parsed_globals.endpoint_url,
160 verify=parsed_globals.verify_ssl,
161 )
162
163 def _get_start_live_tail_kwargs(self, parsed_args):
164 kwargs = {"logGroupIdentifiers": parsed_args.log_group_identifiers}

Callers 1

_run_mainMethod · 0.95

Calls 1

create_clientMethod · 0.45

Tested by

no test coverage detected