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

Function create_client

awscli/customizations/agenttoolkit/utils.py:68–73  ·  view source on GitHub ↗
(session, parsed_globals)

Source from the content-addressed store, hash-verified

66
67
68def create_client(session, parsed_globals):
69 return create_client_from_parsed_globals(
70 session,
71 'agenttoolkit',
72 parsed_globals,
73 )
74
75
76def resolve_latest_version(client, skill_name):

Callers 4

_run_mainMethod · 0.90
_run_mainMethod · 0.90
_run_mainMethod · 0.90
_run_mainMethod · 0.90

Calls 1

Tested by

no test coverage detected