lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.80.0 vs lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.81.0

- old
+ new

@@ -8270,14 +8270,22 @@ # Lists the IAM roles that have the specified path prefix. If there are # none, the operation returns an empty list. For more information about # roles, see [Working with roles][1]. # # <note markdown="1"> IAM resource-listing operations return a subset of the available - # attributes for the resource. For example, this operation does not - # return tags, even though they are an attribute of the returned object. - # To view all of the information for a role, see GetRole. + # attributes for the resource. This operation does not return the + # following attributes, even though they are an attribute of the + # returned object: # + # * PermissionsBoundary + # + # * RoleLastUsed + # + # * Tags + # + # To view all of the information for a role, see GetRole. + # # </note> # # You can paginate the results using the `MaxItems` and `Marker` # parameters. # @@ -9067,14 +9075,20 @@ # prefix is specified, the operation returns all users in the Amazon Web # Services account. If there are none, the operation returns an empty # list. # # <note markdown="1"> IAM resource-listing operations return a subset of the available - # attributes for the resource. For example, this operation does not - # return tags, even though they are an attribute of the returned object. - # To view all of the information for a user, see GetUser. + # attributes for the resource. This operation does not return the + # following attributes, even though they are an attribute of the + # returned object: # + # * PermissionsBoundary + # + # * Tags + # + # To view all of the information for a user, see GetUser. + # # </note> # # You can paginate the results using the `MaxItems` and `Marker` # parameters. # @@ -13353,10 +13367,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-iam' - context[:gem_version] = '1.80.0' + context[:gem_version] = '1.81.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #