aws-sdk-iam 1.50.0 → 1.51.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam.rb +1 -1
- data/lib/aws-sdk-iam/client.rb +8 -5
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da2f3310c1e0c3e983abee279939f07db44a1f231453146c9303ddeccb782aba
|
4
|
+
data.tar.gz: 05eab24d49415cdb4eea13b751c23f80ded5526d20b4448d8a77f74b4ec89c58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16d1e77fe7a5fe2c1e2813997e1cce2d58425b16c802bbefea348c9bc34453d188173416527ef7eb91de0a2c7361e8f50dbdbb84f54aa480b3fd8cd14b777050
|
7
|
+
data.tar.gz: ca25d723451eabc185720d22780e1273c0e9df896c4df88dada64abb85ffb7c442ee2b99a905bbbc140a77dfd1554edb376cb8d1a80c886c7451ec69d3524069
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|
data/lib/aws-sdk-iam.rb
CHANGED
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -988,15 +988,18 @@ module Aws::IAM
|
|
988
988
|
end
|
989
989
|
|
990
990
|
# Creates a new instance profile. For information about instance
|
991
|
-
# profiles, see [
|
991
|
+
# profiles, see [Using roles for applications on Amazon EC2][1] in the
|
992
|
+
# *IAM User Guide*, and [Instance profiles][2] in the *Amazon EC2 User
|
993
|
+
# Guide*.
|
992
994
|
#
|
993
995
|
# For information about the number of instance profiles you can create,
|
994
|
-
# see [IAM object quotas][
|
996
|
+
# see [IAM object quotas][3] in the *IAM User Guide*.
|
995
997
|
#
|
996
998
|
#
|
997
999
|
#
|
998
|
-
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/
|
999
|
-
# [2]: https://docs.aws.amazon.com/
|
1000
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html
|
1001
|
+
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#ec2-instance-profile
|
1002
|
+
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html
|
1000
1003
|
#
|
1001
1004
|
# @option params [required, String] :instance_profile_name
|
1002
1005
|
# The name of the instance profile to create.
|
@@ -13053,7 +13056,7 @@ module Aws::IAM
|
|
13053
13056
|
params: params,
|
13054
13057
|
config: config)
|
13055
13058
|
context[:gem_name] = 'aws-sdk-iam'
|
13056
|
-
context[:gem_version] = '1.
|
13059
|
+
context[:gem_version] = '1.51.0'
|
13057
13060
|
Seahorse::Client::Request.new(handlers, context)
|
13058
13061
|
end
|
13059
13062
|
|
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.51.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: 2021-03-
|
11
|
+
date: 2021-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -89,8 +89,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
89
89
|
licenses:
|
90
90
|
- Apache-2.0
|
91
91
|
metadata:
|
92
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
93
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
92
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iam
|
93
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-iam/CHANGELOG.md
|
94
94
|
post_install_message:
|
95
95
|
rdoc_options: []
|
96
96
|
require_paths:
|