(self, params)
| 53 | return 0 |
| 54 | |
| 55 | def _uninstall_agent(self, params): |
| 56 | sys.stdout.write('Uninstalling the AWS CodeDeploy Agent... ') |
| 57 | params.system.uninstall(params) |
| 58 | sys.stdout.write('DONE\n') |
| 59 | |
| 60 | def _delete_config_file(self, params): |
| 61 | sys.stdout.write('Deleting the on-premises instance configuration... ') |