Skip to content

Commit

Permalink
Added missing pagination configuration for Aws::IAM::Client#list_poli…
Browse files Browse the repository at this point in the history
…cies.

Fixes #805
  • Loading branch information
trevorrowe committed May 5, 2015
1 parent 5a00597 commit f3b51db
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
Unreleased Changes
------------------

* Issue - Aws::IAM - Added the missing pagination configuration for
`Aws::IAM::Client#list_policies`.

See [related GitHub issue #805](https://github.com/aws/aws-sdk-ruby/pull/805)

* Issue - HTTP Handler - Applied a local fix for a Net::HTTP bug. Net::HTTP
will retry failed requests when the request method is idempotent, such as
HTTP GET, PUT, etc. Unfortunately, Net::HTTP will create a new request, but
Expand Down
7 changes: 7 additions & 0 deletions aws-sdk-core/apis/iam/2010-05-08/paginators-1.json
Expand Up @@ -63,6 +63,13 @@
"limit_key": "MaxItems",
"result_key": "MFADevices"
},
"ListPolicies": {
"input_token": "Marker",
"output_token": "Marker",
"more_results": "IsTruncated",
"limit_key": "MaxItems",
"result_key": "Policies"
},
"ListRolePolicies": {
"input_token": "Marker",
"output_token": "Marker",
Expand Down

0 comments on commit f3b51db

Please sign in to comment.