aws-sdk-iam 1.0.0.rc5 → 1.0.0.rc6
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 +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d8c1947dae7a46a4720ee14f0983d7bd863947d4
|
|
4
|
+
data.tar.gz: 9a43a57eeb198d1d6a8f9d56750c3273da40a8d8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee68cf3eb396d931479f0277c3d17d9a21ae492ede1fcd459d1b16a8d072303f2b9b7b22aaf886c8c0ca3de244c88da837ac717901a2af9c7c31c54efb788448
|
|
7
|
+
data.tar.gz: 2c1e12aeafc9a409fb643d6a9908430f4cf9c8ceaa2091dcdeec1de75b2fe6f571a1adedb0154d88ff7e38433b06377c2d786f69016629c1ce620e1739b8f70b
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
|
@@ -8251,7 +8251,7 @@ module Aws::IAM
|
|
|
8251
8251
|
params: params,
|
|
8252
8252
|
config: config)
|
|
8253
8253
|
context[:gem_name] = 'aws-sdk-iam'
|
|
8254
|
-
context[:gem_version] = '1.0.0.
|
|
8254
|
+
context[:gem_version] = '1.0.0.rc6'
|
|
8255
8255
|
Seahorse::Client::Request.new(handlers, context)
|
|
8256
8256
|
end
|
|
8257
8257
|
|