2017-04-18 19:09:10 +02:00
|
|
|
from __future__ import unicode_literals
|
|
|
|
|
from .responses import SimpleSystemManagerResponse
|
|
|
|
|
|
2019-10-31 08:44:26 -07:00
|
|
|
url_bases = ["https?://ssm.(.+).amazonaws.com", "https?://ssm.(.+).amazonaws.com.cn"]
|
2017-04-18 19:09:10 +02:00
|
|
|
|
2019-10-31 08:44:26 -07:00
|
|
|
url_paths = {"{0}/$": SimpleSystemManagerResponse.dispatch}
|