MCPcopy Index your code
hub / github.com/aws/aws-cli / build_models

Method build_models

tests/unit/botocore/docs/__init__.py:210–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 }
209
210 def build_models(self):
211 self.service_model = ServiceModel(self.json_model)
212 self.operation_model = OperationModel(
213 self.json_model['operations']['SampleOperation'],
214 self.service_model,
215 )
216
217 def add_shape(self, shape):
218 shape_name = list(shape.keys())[0]

Callers 1

setUpMethod · 0.95

Calls 2

ServiceModelClass · 0.90
OperationModelClass · 0.90

Tested by

no test coverage detected