lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.52.0 vs lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.53.0
- old
+ new
@@ -8839,11 +8839,13 @@
#
# * {Types::ListUserTagsResponse#tags #tags} => Array<Types::Tag>
# * {Types::ListUserTagsResponse#is_truncated #is_truncated} => Boolean
# * {Types::ListUserTagsResponse#marker #marker} => String
#
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
#
+ #
# @example Example: To list the tags attached to an IAM user
#
# # The following example shows how to list the tags attached to a user.
#
# resp = client.list_user_tags({
@@ -13054,10 +13056,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iam'
- context[:gem_version] = '1.52.0'
+ context[:gem_version] = '1.53.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#