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

Class StartSessionCommand

awscli/customizations/sessionmanager.py:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87class StartSessionCommand(ServiceOperation):
88 def create_help_command(self):
89 help_command = super(StartSessionCommand, self).create_help_command()
90 # Change the output shape because the command provides no output.
91 self._operation_model.output_shape = None
92 return help_command
93
94
95class StartSessionCaller(CLIOperationCaller):

Callers 1

add_custom_start_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected