Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
"""{{ escaped_service }} base URL and path."""
from .responses import {{ service_class }}Response
url_bases = [
r"https?://{{ endpoint_prefix }}\.(.+)\.amazonaws\.com",
]
url_paths = {
}