alibabacloud-gateway-spi/python2/alibabacloud_gateway_spi/client.py (9 lines of code) (raw):

# -*- coding: utf-8 -*- # This file is auto-generated, don't edit it. Thanks. class Client(object): def __init__(self): pass def modify_configuration(self, context, attribute_map): raise Exception('Un-implemented') def modify_request(self, context, attribute_map): raise Exception('Un-implemented') def modify_response(self, context, attribute_map): raise Exception('Un-implemented')