moto/moto/ssm
Olabode Anise 607e0a8452 ENH: changes the behavior of delete_parameter to respond with a 400 error when the parameter does not exist.
Currently, the delete_parameter function for the ssm client will respond with a dict containing a key of Invalid Parameter which has a value of a list containing the parameter name that was requested to be deleted when a parameter with said name doesn't exist which doesn't match the behavior of boto3.
2020-02-26 07:13:32 -05:00
..
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
models.py ENH: changes the behavior of delete_parameter to respond with a 400 error when the parameter does not exist. 2020-02-26 07:13:32 -05:00
responses.py ENH: changes the behavior of delete_parameter to respond with a 400 error when the parameter does not exist. 2020-02-26 07:13:32 -05:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Use account id constant 2019-12-14 15:51:42 -05:00