Skip to content

Commit

Permalink
Merge pull request aws#3819 from JordonPhillips/long-pagination
Browse files Browse the repository at this point in the history
Support long types for pagination params
  • Loading branch information
JordonPhillips authored Dec 28, 2018
2 parents 826564d + 7154999 commit 6e6dce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awscli/customizations/paginate.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ class PageArgument(BaseCLIArgument):
type_map = {
'string': str,
'integer': int,
'long': int,
}

def __init__(self, name, documentation, parse_type, serialized_name):
Expand Down

0 comments on commit 6e6dce6

Please sign in to comment.