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