aws-sdk-iam 1.70.0 → 1.71.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: b20044b37e7389a1adce089513f2b2f2204d7097f729fa3dff342ec410bbfa09
4
- data.tar.gz: 71be63000c36119494889895ff12ae0bde2c9a1a06b90b6a8a888c13bcfe361f
3
+ metadata.gz: 7604034a793e9914e599a151fdc43da98a15c96c15d3e34740ce3686f6cf1c98
4
+ data.tar.gz: fb1246259ce58fe44ab9de2cca7fd3b9b98108ffb19e93a0fba67040cf1d137a
5
5
  SHA512:
6
- metadata.gz: 86529b3bac5fa9307d31e66af7bc568613e33a823ab41913f72ecea754256aa00e65a45a6d4c2dc6541819e7bf740a602edc1e2fcfd3af509f85c5f6b3514179
7
- data.tar.gz: db1814b2451c0a3b2037ba902f251b2a289650b895e3732684c2a05aef23391a46ac5064b5d4eceeb213e174fa9d5709918557eec1ffe0b15e5cb7ff9497627c
6
+ metadata.gz: 69e035e86511650c423006b1e597f0331329a2e21a9f5ad09166dba29e29fa204094119a11cc017fa6ee96e7318e037aef771a0134923d61c97776acdf17e0f8
7
+ data.tar.gz: cb58cb673931db49b322ea43fd77ab51f0a74dd539fcf3b8fcb9cbe76b9bee6a550725769785e6ddfc2e26d280a3d052786884b91604259697f489ebdef6ee43
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2022-10-13)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for the AWS Identity and Access Management API Reference.
8
+
4
9
  1.70.0 (2022-08-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -2695,9 +2695,8 @@ module Aws::IAM
2695
2695
  req.send_request(options)
2696
2696
  end
2697
2697
 
2698
- # Deletes the password for the specified IAM user, which terminates the
2699
- # user's ability to access Amazon Web Services services through the
2700
- # Amazon Web Services Management Console.
2698
+ # Deletes the password for the specified IAM user, For more information,
2699
+ # see [Managing passwords for IAM users][1].
2701
2700
  #
2702
2701
  # You can use the CLI, the Amazon Web Services API, or the **Users**
2703
2702
  # page in the IAM console to delete a password for any IAM user. You can
@@ -2711,6 +2710,10 @@ module Aws::IAM
2711
2710
  # inactive or delete them. For more information about making keys
2712
2711
  # inactive or deleting them, see UpdateAccessKey and DeleteAccessKey.
2713
2712
  #
2713
+ #
2714
+ #
2715
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_admin-change-user.html
2716
+ #
2714
2717
  # @option params [required, String] :user_name
2715
2718
  # The name of the user whose password you want to delete.
2716
2719
  #
@@ -13213,7 +13216,7 @@ module Aws::IAM
13213
13216
  params: params,
13214
13217
  config: config)
13215
13218
  context[:gem_name] = 'aws-sdk-iam'
13216
- context[:gem_version] = '1.70.0'
13219
+ context[:gem_version] = '1.71.0'
13217
13220
  Seahorse::Client::Request.new(handlers, context)
13218
13221
  end
13219
13222
 
@@ -45,7 +45,7 @@ module Aws::IAM
45
45
  # The Region where the last service access attempt occurred.
46
46
  #
47
47
  # This field is null if no principals in the reported Organizations
48
- # entity attempted to access the service within the [reporting
48
+ # entity attempted to access the service within the [tracking
49
49
  # period][1].
50
50
  #
51
51
  #
@@ -61,7 +61,7 @@ module Aws::IAM
61
61
  #
62
62
  # This field is null if no principals (IAM users, IAM roles, or root
63
63
  # users) in the reported Organizations entity attempted to access the
64
- # service within the [reporting period][1].
64
+ # service within the [tracking period][1].
65
65
  #
66
66
  #
67
67
  #
@@ -75,7 +75,7 @@ module Aws::IAM
75
75
  # requests.
76
76
  #
77
77
  # This field is null if no principals in the reported Organizations
78
- # entity attempted to access the service within the [reporting
78
+ # entity attempted to access the service within the [tracking
79
79
  # period][2].
80
80
  #
81
81
  #
@@ -87,7 +87,7 @@ module Aws::IAM
87
87
  # @!attribute [rw] total_authenticated_entities
88
88
  # The number of accounts with authenticated principals (root users,
89
89
  # IAM users, and IAM roles) that attempted to access the service in
90
- # the reporting period.
90
+ # the tracking period.
91
91
  # @return [Integer]
92
92
  #
93
93
  # @see http://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/AccessDetail AWS API Documentation
@@ -2985,7 +2985,7 @@ module Aws::IAM
2985
2985
  # Amazon Web Services does not report unauthenticated requests.
2986
2986
  #
2987
2987
  # This field is null if no IAM entities attempted to access the
2988
- # service within the [reporting period][2].
2988
+ # service within the [tracking period][2].
2989
2989
  #
2990
2990
  #
2991
2991
  #
@@ -10104,7 +10104,7 @@ module Aws::IAM
10104
10104
  # Amazon Web Services does not report unauthenticated requests.
10105
10105
  #
10106
10106
  # This field is null if no IAM entities attempted to access the
10107
- # service within the [reporting period][2].
10107
+ # service within the [tracking period][2].
10108
10108
  #
10109
10109
  #
10110
10110
  #
@@ -10136,7 +10136,7 @@ module Aws::IAM
10136
10136
  # unauthenticated requests.
10137
10137
  #
10138
10138
  # This field is null if no IAM entities attempted to access the
10139
- # service within the [reporting period][1].
10139
+ # service within the [tracking period][1].
10140
10140
  #
10141
10141
  #
10142
10142
  #
@@ -10149,7 +10149,7 @@ module Aws::IAM
10149
10149
  # unauthenticated requests.
10150
10150
  #
10151
10151
  # This field is null if no IAM entities attempted to access the
10152
- # service within the [reporting period][1].
10152
+ # service within the [tracking period][1].
10153
10153
  #
10154
10154
  #
10155
10155
  #
@@ -10161,7 +10161,7 @@ module Aws::IAM
10161
10161
  # or IAM roles) that have attempted to access the service.
10162
10162
  #
10163
10163
  # This field is null if no principals attempted to access the service
10164
- # within the [reporting period][1].
10164
+ # within the [tracking period][1].
10165
10165
  #
10166
10166
  #
10167
10167
  #
@@ -10173,7 +10173,7 @@ module Aws::IAM
10173
10173
  # access a tracked action within the service.
10174
10174
  #
10175
10175
  # This field is null if there no tracked actions or if the principal
10176
- # did not use the tracked actions within the [reporting period][1].
10176
+ # did not use the tracked actions within the [tracking period][1].
10177
10177
  # This field is also null if the report was generated at the service
10178
10178
  # level and not the action level. For more information, see the
10179
10179
  # `Granularity` field in GenerateServiceLastAccessedDetails.
@@ -11452,7 +11452,7 @@ module Aws::IAM
11452
11452
  # requests.
11453
11453
  #
11454
11454
  # This field is null if no IAM entities attempted to access the
11455
- # service within the [reporting period][2].
11455
+ # service within the [tracking period][2].
11456
11456
  #
11457
11457
  #
11458
11458
  #
@@ -11466,7 +11466,7 @@ module Aws::IAM
11466
11466
  # report unauthenticated requests.
11467
11467
  #
11468
11468
  # This field is null if no IAM entities attempted to access the
11469
- # service within the [reporting period][1].
11469
+ # service within the [tracking period][1].
11470
11470
  #
11471
11471
  #
11472
11472
  #
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.70.0'
73
+ GEM_VERSION = '1.71.0'
74
74
 
75
75
  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.70.0
4
+ version: 1.71.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-08-24 00:00:00.000000000 Z
11
+ date: 2022-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core