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

Method paginator_api

awscli/botocore/docs/service.py:95–106  ·  view source on GitHub ↗
(self, section)

Source from the content-addressed store, hash-verified

93 ).document_exceptions(section)
94
95 def paginator_api(self, section):
96 try:
97 service_paginator_model = self._session.get_paginator_model(
98 self._service_name
99 )
100 except DataNotFoundError:
101 return
102 if service_paginator_model._paginator_config:
103 paginator_documenter = PaginatorDocumenter(
104 self._client, service_paginator_model, self._root_docs_path
105 )
106 paginator_documenter.document_paginators(section)
107
108 def waiter_api(self, section):
109 if self._client.waiter_names:

Callers 1

document_serviceMethod · 0.95

Calls 3

document_paginatorsMethod · 0.95
PaginatorDocumenterClass · 0.90
get_paginator_modelMethod · 0.80

Tested by

no test coverage detected