Logo
Explore Help
Register Sign In
Yasuke/moto
1
0
Fork 0
You've already forked moto
Code Issues Pull Requests Packages Projects Releases Wiki Activity
moto/moto/ssm/urls.py

12 lines
257 B
Python
Raw Normal View History

Implement support for SSM parameter store This commit adds initial support for the Simple System Manager client. It currently only mocks the following api endpoints: - delete_parameter() - put_parameter() - get_parameters()
2017-04-18 19:09:10 +02:00
from __future__ import unicode_literals
from .responses import SimpleSystemManagerResponse
url_bases = [
"https?://ssm.(.+).amazonaws.com",
Updating the list of urls the SSM moto will match to include china
2018-12-19 15:02:36 -08:00
"https?://ssm.(.+).amazonaws.com.cn",
Implement support for SSM parameter store This commit adds initial support for the Simple System Manager client. It currently only mocks the following api endpoints: - delete_parameter() - put_parameter() - get_parameters()
2017-04-18 19:09:10 +02:00
]
url_paths = {
'{0}/$': SimpleSystemManagerResponse.dispatch,
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 193ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API