Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
awscli
/
customizations
/
File Content:
paginate.pyc
� =��Xc @ s d Z d d l Z d d l m Z d d l m Z d d l m Z m Z d d l m Z d d l m Z e j e � Z d Z d Z d Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d e f d � � YZ d S( s' This module has customizations to unify paging paramters. For any operation that can be paginated, we will: * Hide the service specific pagination params. This can vary across services and we're going to replace them with a consistent set of arguments. The arguments will still work, but they are not documented. This allows us to add a pagination config after the fact and still remain backwards compatible with users that were manually doing pagination. * Add a ``--starting-token`` and a ``--max-items`` argument. i����N( t partial( t xform_name( t DataNotFoundErrort PaginationError( t model( t BaseCLIArguments� <p>A token to specify where to start paginating. This is the <code>NextToken</code> from a previously truncated response.</p> sO <p>The total number of items to return. If the total number of items available is more than the value specified in max-items then a <code>NextToken</code> will be provided in the output that you can use to resume pagination. This <code>NextToken</code> response element should <b>not</b> be used directly outside of the AWS CLI.</p> s <p>The size of each page.<p> c C s$ | j d t � | j d t � d S( Ns building-argument-tables doc-description( t registert unify_paging_paramst register_lastt add_paging_description( t event_handlers( ( s>