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

Method _update_call_parameters

awscli/customizations/cliinput.py:99–104  ·  view source on GitHub ↗
(self, call_parameters, loaded_parameters)

Source from the content-addressed store, hash-verified

97 raise NotImplementedError('_load_parameters')
98
99 def _update_call_parameters(self, call_parameters, loaded_parameters):
100 for input_key in loaded_parameters.keys():
101 # Only add the values to ``call_parameters`` if not already
102 # present.
103 if input_key not in call_parameters:
104 call_parameters[input_key] = loaded_parameters[input_key]
105
106
107class CliInputJSONArgument(CliInputArgument):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected