Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-cli
/ _remove_agent
Method
_remove_agent
awscli/customizations/codedeploy/systems.py:201–202 ·
view source on GitHub ↗
(self, params)
Source
from the content-addressed store, hash-verified
199
raise
NotImplementedError(
'preinstall'
)
200
201
def
_remove_agent(self, params):
202
raise
NotImplementedError(
'remove_agent'
)
203
204
def
_stop_agent(self, params):
205
process = subprocess.Popen(
Callers
1
uninstall
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected