MCPcopy Create free account
hub / github.com/aws/aws-cli / get_examples

Method get_examples

awscli/botocore/docs/service.py:118–121  ·  view source on GitHub ↗
(self, service_name)

Source from the content-addressed store, hash-verified

116 waiter_documenter.document_waiters(section)
117
118 def get_examples(self, service_name):
119 loader = self._session.get_component('data_loader')
120 examples = loader.load_service_model(service_name, 'examples-1')
121 return examples['examples']
122
123 def client_context_params(self, section):
124 omitted_params = ClientContextParamsDocumenter.OMITTED_CONTEXT_PARAMS

Callers 1

client_apiMethod · 0.95

Calls 2

load_service_modelMethod · 0.80
get_componentMethod · 0.45

Tested by

no test coverage detected