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

Method add_to_params

awscli/customizations/iamvirtmfa.py:48–52  ·  view source on GitHub ↗
(self, parameters, value)

Source from the content-addressed store, hash-verified

46
47class FileArgument(StatefulArgument):
48 def add_to_params(self, parameters, value):
49 # Validate the file here so we can raise an error prior
50 # calling the service.
51 value = resolve_given_outfile_path(value)
52 super(FileArgument, self).add_to_params(parameters, value)
53
54
55class IAMVMFAWrapper:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected