aws-sdk-iam 1.88.0 → 1.90.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iam/client.rb +17 -11
- data/lib/aws-sdk-iam/client_api.rb +0 -1
- data/lib/aws-sdk-iam/endpoint_provider.rb +3 -0
- data/lib/aws-sdk-iam.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e85f80b9bc45e0fff3a518c8fb58604226caff27b6199d1e9d78baecf1868394
|
4
|
+
data.tar.gz: ec23c2afa5b819de0a03158ccd0d5502983c3aed1d11b9e3086b608b69a6ced5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6a949d9d9607b82584db4168e9f54a034585031d4b737ac774c057ac87072fac3291bb0c9962e1344902722bbda83ae364665ea9cdcf1b70b41bf9d9a26aa22
|
7
|
+
data.tar.gz: 34535d0934d65769fd561a20aaf6fc93638093152393ca29aeb2935d86e7a896c9b7387a184dcc2b2b0c8cb3b95286e9be9b1f1d17223d973a8855fecd16b2bc
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.90.0 (2023-11-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Add partitional endpoint for iso-e.
|
8
|
+
|
9
|
+
1.89.0 (2023-10-25)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updates to GetAccessKeyLastUsed action to replace NoSuchEntity error with AccessDeniedException error.
|
13
|
+
|
4
14
|
1.88.0 (2023-10-24)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
data/lib/aws-sdk-iam/client.rb
CHANGED
@@ -4098,6 +4098,9 @@ module Aws::IAM
|
|
4098
4098
|
# four hours. IAM reports activity for at least the last 400 days, or
|
4099
4099
|
# less if your Region began supporting this feature within the last
|
4100
4100
|
# year. For more information, see [Regions where data is tracked][1].
|
4101
|
+
# For more information about services and actions for which action last
|
4102
|
+
# accessed information is displayed, see [IAM action last accessed
|
4103
|
+
# information services and actions][2].
|
4101
4104
|
#
|
4102
4105
|
# The service last accessed data includes all attempts to access an
|
4103
4106
|
# Amazon Web Services API, not just the successful ones. This includes
|
@@ -4108,7 +4111,7 @@ module Aws::IAM
|
|
4108
4111
|
# because the request might have been denied. Refer to your CloudTrail
|
4109
4112
|
# logs as the authoritative source for information about all API calls
|
4110
4113
|
# and whether they were successful or denied access. For more
|
4111
|
-
# information, see [Logging IAM events with CloudTrail][
|
4114
|
+
# information, see [Logging IAM events with CloudTrail][3] in the *IAM
|
4112
4115
|
# User Guide*.
|
4113
4116
|
#
|
4114
4117
|
# The `GenerateServiceLastAccessedDetails` operation returns a `JobId`.
|
@@ -4143,21 +4146,22 @@ module Aws::IAM
|
|
4143
4146
|
# policy types include resource-based policies, access control lists,
|
4144
4147
|
# Organizations policies, IAM permissions boundaries, and STS assume
|
4145
4148
|
# role policies. It only applies permissions policy logic. For more
|
4146
|
-
# about the evaluation of policy types, see [Evaluating policies][
|
4149
|
+
# about the evaluation of policy types, see [Evaluating policies][4] in
|
4147
4150
|
# the *IAM User Guide*.
|
4148
4151
|
#
|
4149
4152
|
# </note>
|
4150
4153
|
#
|
4151
4154
|
# For more information about service and action last accessed data, see
|
4152
|
-
# [Reducing permissions using service last accessed data][
|
4155
|
+
# [Reducing permissions using service last accessed data][5] in the *IAM
|
4153
4156
|
# User Guide*.
|
4154
4157
|
#
|
4155
4158
|
#
|
4156
4159
|
#
|
4157
4160
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period
|
4158
|
-
# [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/
|
4159
|
-
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/
|
4160
|
-
# [4]: https://docs.aws.amazon.com/IAM/latest/UserGuide/
|
4161
|
+
# [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor-action-last-accessed.html
|
4162
|
+
# [3]: https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html
|
4163
|
+
# [4]: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics
|
4164
|
+
# [5]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html
|
4161
4165
|
#
|
4162
4166
|
# @option params [required, String] :arn
|
4163
4167
|
# The ARN of the IAM resource (user, group, role, or managed policy)
|
@@ -6323,10 +6327,12 @@ module Aws::IAM
|
|
6323
6327
|
# implicitly based on the Amazon Web Services access key ID used to sign
|
6324
6328
|
# the request. If a temporary access key is used, then `UserName` is
|
6325
6329
|
# required. If a long-term key is assigned to the user, then `UserName`
|
6326
|
-
# is not required.
|
6327
|
-
#
|
6328
|
-
#
|
6329
|
-
# Amazon Web Services account has no associated users
|
6330
|
+
# is not required.
|
6331
|
+
#
|
6332
|
+
# This operation works for access keys under the Amazon Web Services
|
6333
|
+
# account. If the Amazon Web Services account has no associated users,
|
6334
|
+
# the root user returns it's own access key IDs by running this
|
6335
|
+
# command.
|
6330
6336
|
#
|
6331
6337
|
# <note markdown="1"> To ensure the security of your Amazon Web Services account, the secret
|
6332
6338
|
# access key is accessible only during key and user creation.
|
@@ -13461,7 +13467,7 @@ module Aws::IAM
|
|
13461
13467
|
params: params,
|
13462
13468
|
config: config)
|
13463
13469
|
context[:gem_name] = 'aws-sdk-iam'
|
13464
|
-
context[:gem_version] = '1.
|
13470
|
+
context[:gem_version] = '1.90.0'
|
13465
13471
|
Seahorse::Client::Request.new(handlers, context)
|
13466
13472
|
end
|
13467
13473
|
|
@@ -2763,7 +2763,6 @@ module Aws::IAM
|
|
2763
2763
|
o.http_request_uri = "/"
|
2764
2764
|
o.input = Shapes::ShapeRef.new(shape: GetAccessKeyLastUsedRequest)
|
2765
2765
|
o.output = Shapes::ShapeRef.new(shape: GetAccessKeyLastUsedResponse)
|
2766
|
-
o.errors << Shapes::ShapeRef.new(shape: NoSuchEntityException)
|
2767
2766
|
end)
|
2768
2767
|
|
2769
2768
|
api.add_operation(:get_account_authorization_details, Seahorse::Model::Operation.new.tap do |o|
|
@@ -46,6 +46,9 @@ module Aws::IAM
|
|
46
46
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-b") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
47
47
|
return Aws::Endpoints::Endpoint.new(url: "https://iam.us-isob-east-1.sc2s.sgov.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"iam", "signingRegion"=>"us-isob-east-1"}]})
|
48
48
|
end
|
49
|
+
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-e") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
50
|
+
return Aws::Endpoints::Endpoint.new(url: "https://iam.eu-isoe-west-1.cloud.adc-e.uk", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"iam", "signingRegion"=>"eu-isoe-west-1"}]})
|
51
|
+
end
|
49
52
|
if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-iso-f") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
|
50
53
|
return Aws::Endpoints::Endpoint.new(url: "https://iam.us-isof-south-1.csp.hci.ic.gov", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"iam", "signingRegion"=>"us-isof-south-1"}]})
|
51
54
|
end
|
data/lib/aws-sdk-iam.rb
CHANGED
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.90.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: 2023-
|
11
|
+
date: 2023-11-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|