| 85 | |
| 86 | |
| 87 | class 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 | |
| 95 | class StartSessionCaller(CLIOperationCaller): |
no outgoing calls
no test coverage detected