lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.29.0 vs lib/aws-sdk-iam/client.rb in aws-sdk-iam-1.30.0
- old
+ new
@@ -1490,12 +1490,12 @@
# character set (through \\u00FF)
#
# * The special characters tab (\\u0009), line feed (\\u000A), and
# carriage return (\\u000D)
#
- # Upon success, the response includes the same trust policy as a
- # URL-encoded JSON string.
+ # Upon success, the response includes the same trust policy in JSON
+ # format.
#
#
#
# [1]: http://wikipedia.org/wiki/regex
#
@@ -4971,11 +4971,11 @@
# role: {
# arn: "arn:aws:iam::123456789012:role/Test-Role",
# assume_role_policy_document: "<URL-encoded-JSON>",
# create_date: Time.parse("2013-04-18T05:01:58Z"),
# path: "/",
- # role_id: "AIDIODR4TAW7CSEXAMPLE",
+ # role_id: "AROADBQP57FF2AEXAMPLE",
# role_name: "Test-Role",
# },
# }
#
# @example Request syntax with placeholder values
@@ -11308,10 +11308,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iam'
- context[:gem_version] = '1.29.0'
+ context[:gem_version] = '1.30.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#