moto/moto/ssm
Mike Liu 12807bb6f0 Add get_command_invocation endpoint for AWS SSM.
Users can make send_command requests and then retrieve the invocations
of those commands with get_command_invocation. Getting a command
invocation by instance and command id is supported but only the
'aws:runShellScript' plugin name is supported and only one plugin in a
document is supported.
2018-07-25 14:51:16 -04:00
..
__init__.py Implement support for SSM parameter store 2017-04-18 19:09:10 +02:00
models.py Add get_command_invocation endpoint for AWS SSM. 2018-07-25 14:51:16 -04:00
responses.py Add get_command_invocation endpoint for AWS SSM. 2018-07-25 14:51:16 -04:00
urls.py Implement support for SSM parameter store 2017-04-18 19:09:10 +02:00