Package not found. Please check the package name and try again.
aws-sdk-iam 1.29.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-iam.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +4 -4
- data/lib/aws-sdk-iam/resource.rb +2 -2
- data/lib/aws-sdk-iam/types.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9658d1d4db689ade94b32afb367f27f58eab1bf8
|
|
4
|
+
data.tar.gz: cc07ad715ef1b97715cb64f930115fea7f8c3220
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0c64968d2a3bce5f90ffaf9556cae6a09d2be8f65857e6d3538b0b41e2e83a5978e3f81853f2a19a2b3b8e992f23fe76c7eb70f9bbf35cb079a1c79518a4eb9
|
|
7
|
+
data.tar.gz: 6a42a1396481e825afbc3933972e1063eb296e836d2c565bb39f482e9b445fd852941d9b9a32cf0d9710ea1be5e2f8706473e30e959dec414484690ffc6977c5
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
|
@@ -1492,8 +1492,8 @@ module Aws::IAM
|
|
|
1492
1492
|
# * The special characters tab (\\u0009), line feed (\\u000A), and
|
|
1493
1493
|
# carriage return (\\u000D)
|
|
1494
1494
|
#
|
|
1495
|
-
# Upon success, the response includes the same trust policy
|
|
1496
|
-
#
|
|
1495
|
+
# Upon success, the response includes the same trust policy in JSON
|
|
1496
|
+
# format.
|
|
1497
1497
|
#
|
|
1498
1498
|
#
|
|
1499
1499
|
#
|
|
@@ -4973,7 +4973,7 @@ module Aws::IAM
|
|
|
4973
4973
|
# assume_role_policy_document: "<URL-encoded-JSON>",
|
|
4974
4974
|
# create_date: Time.parse("2013-04-18T05:01:58Z"),
|
|
4975
4975
|
# path: "/",
|
|
4976
|
-
# role_id: "
|
|
4976
|
+
# role_id: "AROADBQP57FF2AEXAMPLE",
|
|
4977
4977
|
# role_name: "Test-Role",
|
|
4978
4978
|
# },
|
|
4979
4979
|
# }
|
|
@@ -11310,7 +11310,7 @@ module Aws::IAM
|
|
|
11310
11310
|
params: params,
|
|
11311
11311
|
config: config)
|
|
11312
11312
|
context[:gem_name] = 'aws-sdk-iam'
|
|
11313
|
-
context[:gem_version] = '1.
|
|
11313
|
+
context[:gem_version] = '1.30.0'
|
|
11314
11314
|
Seahorse::Client::Request.new(handlers, context)
|
|
11315
11315
|
end
|
|
11316
11316
|
|
data/lib/aws-sdk-iam/resource.rb
CHANGED
|
@@ -393,8 +393,8 @@ module Aws::IAM
|
|
|
393
393
|
# * The special characters tab (\\u0009), line feed (\\u000A), and
|
|
394
394
|
# carriage return (\\u000D)
|
|
395
395
|
#
|
|
396
|
-
# Upon success, the response includes the same trust policy
|
|
397
|
-
#
|
|
396
|
+
# Upon success, the response includes the same trust policy in JSON
|
|
397
|
+
# format.
|
|
398
398
|
#
|
|
399
399
|
#
|
|
400
400
|
#
|
data/lib/aws-sdk-iam/types.rb
CHANGED
|
@@ -601,7 +601,7 @@ module Aws::IAM
|
|
|
601
601
|
# policies.
|
|
602
602
|
#
|
|
603
603
|
# This data type is used as an input parameter to ` SimulateCustomPolicy
|
|
604
|
-
# ` and `
|
|
604
|
+
# ` and ` SimulatePrincipalPolicy `.
|
|
605
605
|
#
|
|
606
606
|
# @note When making an API call, you may pass ContextEntry
|
|
607
607
|
# data as a hash:
|
|
@@ -1240,8 +1240,8 @@ module Aws::IAM
|
|
|
1240
1240
|
# * The special characters tab (\\u0009), line feed (\\u000A), and
|
|
1241
1241
|
# carriage return (\\u000D)
|
|
1242
1242
|
#
|
|
1243
|
-
# Upon success, the response includes the same trust policy
|
|
1244
|
-
#
|
|
1243
|
+
# Upon success, the response includes the same trust policy in JSON
|
|
1244
|
+
# format.
|
|
1245
1245
|
#
|
|
1246
1246
|
#
|
|
1247
1247
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.30.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|