| 
									
										
										
										
											2017-10-02 07:17:02 +09:00
										 |  |  | from __future__ import unicode_literals | 
					
						
							|  |  |  | from .responses import {{ service_class }}Response | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | url_bases = [ | 
					
						
							|  |  |  |     "https?://{{ endpoint_prefix }}.(.+).amazonaws.com", | 
					
						
							|  |  |  | ] | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-25 03:45:39 +09:00
										 |  |  | {% if api_protocol == 'rest-json' %} | 
					
						
							|  |  |  | response = {{ service_class }}Response() | 
					
						
							|  |  |  | {% endif %} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-02 07:17:02 +09:00
										 |  |  | url_paths = { | 
					
						
							|  |  |  | } |