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

Function add_custom_start_session

awscli/customizations/sessionmanager.py:39–48  ·  view source on GitHub ↗
(session, command_table, **kwargs)

Source from the content-addressed store, hash-verified

37
38
39def add_custom_start_session(session, command_table, **kwargs):
40 command_table['start-session'] = StartSessionCommand(
41 name='start-session',
42 parent_name='ssm',
43 session=session,
44 operation_model=session.get_service_model('ssm').operation_model(
45 'StartSession'
46 ),
47 operation_caller=StartSessionCaller(session),
48 )
49
50
51class VersionRequirement:

Callers

nothing calls this directly

Calls 4

StartSessionCommandClass · 0.85
StartSessionCallerClass · 0.85
operation_modelMethod · 0.80
get_service_modelMethod · 0.45

Tested by

no test coverage detected