aws-sdk-iam 1.73.0 → 1.75.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -379,8 +379,23 @@ module Aws::IAM
379
379
  # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html
380
380
  # [2]: http://wikipedia.org/wiki/regex
381
381
  # @option options [String] :permissions_boundary
382
- # The ARN of the policy that is used to set the permissions boundary for
383
- # the user.
382
+ # The ARN of the managed policy that is used to set the permissions
383
+ # boundary for the user.
384
+ #
385
+ # A permissions boundary policy defines the maximum permissions that
386
+ # identity-based policies can grant to an entity, but does not grant
387
+ # permissions. Permissions boundaries do not define the maximum
388
+ # permissions that a resource-based policy can grant to an entity. To
389
+ # learn more, see [Permissions boundaries for IAM entities][1] in the
390
+ # *IAM User Guide*.
391
+ #
392
+ # For more information about policy types, see [Policy types ][2] in the
393
+ # *IAM User Guide*.
394
+ #
395
+ #
396
+ #
397
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html
398
+ # [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types
384
399
  # @option options [Array<Types::Tag>] :tags
385
400
  # A list of tags that you want to attach to the new user. Each tag
386
401
  # consists of a key name and an associated value. For more information
data/lib/aws-sdk-iam.rb CHANGED
@@ -74,6 +74,6 @@ require_relative 'aws-sdk-iam/customizations'
74
74
  # @!group service
75
75
  module Aws::IAM
76
76
 
77
- GEM_VERSION = '1.73.0'
77
+ GEM_VERSION = '1.75.0'
78
78
 
79
79
  end
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.73.0
4
+ version: 1.75.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: 2022-10-26 00:00:00.000000000 Z
11
+ date: 2023-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core