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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 44f9b7012858e63142582daac01f18eb31196fc6528659e162e11f81d149923f
4
- data.tar.gz: 930e9396d7f19909c9192fe9eefd53126a0752e6ca00d76862302552fe4119de
3
+ metadata.gz: da2f3310c1e0c3e983abee279939f07db44a1f231453146c9303ddeccb782aba
4
+ data.tar.gz: 05eab24d49415cdb4eea13b751c23f80ded5526d20b4448d8a77f74b4ec89c58
5
5
  SHA512:
6
- metadata.gz: 99ee16ac2feaa07356f13961376b27b218cd01d7c482505cf6adb8e0fc8282c2c0534ce8f56022463d28bf2439faf05328f8793c540922e6c60dc4d2a66078b6
7
- data.tar.gz: e6605b0e74d54e2eb55232a0754e78773d012ee64ac8fb29b9d749227403ce7b9ab9850faad34246d8710f44022ca2a84f318fa39f3d419841562328a469f939
6
+ metadata.gz: 16d1e77fe7a5fe2c1e2813997e1cce2d58425b16c802bbefea348c9bc34453d188173416527ef7eb91de0a2c7361e8f50dbdbb84f54aa480b3fd8cd14b777050
7
+ data.tar.gz: ca25d723451eabc185720d22780e1273c0e9df896c4df88dada64abb85ffb7c442ee2b99a905bbbc140a77dfd1554edb376cb8d1a80c886c7451ec69d3524069
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2021-03-23)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for IAM operations and descriptions.
8
+
4
9
  1.50.0 (2021-03-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
data/lib/aws-sdk-iam.rb CHANGED
@@ -70,6 +70,6 @@ require_relative 'aws-sdk-iam/customizations'
70
70
  # @!group service
71
71
  module Aws::IAM
72
72
 
73
- GEM_VERSION = '1.50.0'
73
+ GEM_VERSION = '1.51.0'
74
74
 
75
75
  end
@@ -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 [About instance profiles][1].
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][2] in the *IAM User Guide*.
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/reference_iam-quotas.html#reference_iam-quotas-entities
999
- # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html
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.50.0'
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.50.0
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-16 00:00:00.000000000 Z
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/master/gems/aws-sdk-iam
93
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-iam/CHANGELOG.md
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: