我们从Python开源项目中,提取了以下7个代码示例,用于说明如何使用botocore.model()。
def generate_skeleton(self, shape): """Generate a sample input. :type shape: ``botocore.model.Shape`` :param shape: The input shape. :return: The generated skeleton input corresponding to the provided input shape. """ stack = [] return self._generate_skeleton(shape, stack)
def _validate_value_against_schema(self, model, value): validate_parameters(value, model)