aws-sdk-iam 1.104.0 → 1.105.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50c0a868c8a74927182924a75ceb0b0faace7c8460ccbe8599675449b7d98eed
4
- data.tar.gz: 3621d72d9d3c50fa86edde3b4475f43325c9ce90d261775c2b9aa7c980110d11
3
+ metadata.gz: 6ee368184aeec7a8d94c0e6349915caf6da16bbedc9e51cea6f30a9a0d74f7f3
4
+ data.tar.gz: b5d1f989feeeb601d52ea6a7ec9ea5c7fa83dc5c79fa875424fd3641c057af29
5
5
  SHA512:
6
- metadata.gz: e54a8ee7ec89141a878ac3a8f58d6a21489c30ddcbd695e1b38d0d7948ef9db6e0a65c76111862bd88cd448cd034a5f3e6712d45a5a2feb727ed61eb820570af
7
- data.tar.gz: aa3c22981910f9829b6b9e7d8f7cfe6f5cad6865ea0ad8dc47da429b177d8542ab77a376ad74bdf33d845d497fbecef4a250dc193252a138921f7228f169ac46
6
+ metadata.gz: dfe80835d9e43c1fb99883063011ebe9ca919dbcb3b808c5191e46ca3712c54ce9e186d9f1a9097171e8e5b5e88209b3ac5bc92d27668cb2312ef86f72222a66
7
+ data.tar.gz: d007fde74429c6098da8b8a641abbc228872b370cc3d49f53e32523d582e4ff3586ad64b5e4bfddae3e6507d6107d1cf5b4986bb247d3d31c77887c8e5c035ac
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-08-15)
5
+ ------------------
6
+
7
+ * Feature - Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null.
8
+
4
9
  1.104.0 (2024-08-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
1
+ 1.105.0
@@ -1360,13 +1360,12 @@ module Aws::IAM
1360
1360
  # You get all of this information from the OIDC IdP you want to use to
1361
1361
  # access Amazon Web Services.
1362
1362
  #
1363
- # <note markdown="1"> Amazon Web Services secures communication with some OIDC identity
1364
- # providers (IdPs) through our library of trusted root certificate
1365
- # authorities (CAs) instead of using a certificate thumbprint to verify
1366
- # your IdP server certificate. In these cases, your legacy thumbprint
1367
- # remains in your configuration, but is no longer used for validation.
1368
- # These OIDC IdPs include Auth0, GitHub, GitLab, Google, and those that
1369
- # use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
1363
+ # <note markdown="1"> Amazon Web Services secures communication with OIDC identity providers
1364
+ # (IdPs) using our library of trusted root certificate authorities (CAs)
1365
+ # to verify the JSON Web Key Set (JWKS) endpoint's TLS certificate. If
1366
+ # your OIDC IdP relies on a certificate that is not signed by one of
1367
+ # these trusted CAs, only then we secure communication using the
1368
+ # thumbprints set in the IdP's configuration.
1370
1369
  #
1371
1370
  # </note>
1372
1371
  #
@@ -6473,12 +6472,12 @@ module Aws::IAM
6473
6472
  # Lists the account alias associated with the Amazon Web Services
6474
6473
  # account (Note: you can have only one). For information about using an
6475
6474
  # Amazon Web Services account alias, see [Creating, deleting, and
6476
- # listing an Amazon Web Services account alias][1] in the *Amazon Web
6477
- # Services Sign-In User Guide*.
6475
+ # listing an Amazon Web Services account alias][1] in the *IAM User
6476
+ # Guide*.
6478
6477
  #
6479
6478
  #
6480
6479
  #
6481
- # [1]: https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html
6480
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/console_account-alias.html#CreateAccountAlias
6482
6481
  #
6483
6482
  # @option params [String] :marker
6484
6483
  # Use this parameter only when paginating results and only after you
@@ -12526,13 +12525,12 @@ module Aws::IAM
12526
12525
  # role that specifies the OIDC provider as a principal fails until the
12527
12526
  # certificate thumbprint is updated.
12528
12527
  #
12529
- # <note markdown="1"> Amazon Web Services secures communication with some OIDC identity
12530
- # providers (IdPs) through our library of trusted root certificate
12531
- # authorities (CAs) instead of using a certificate thumbprint to verify
12532
- # your IdP server certificate. In these cases, your legacy thumbprint
12533
- # remains in your configuration, but is no longer used for validation.
12534
- # These OIDC IdPs include Auth0, GitHub, GitLab, Google, and those that
12535
- # use an Amazon S3 bucket to host a JSON Web Key Set (JWKS) endpoint.
12528
+ # <note markdown="1"> Amazon Web Services secures communication with OIDC identity providers
12529
+ # (IdPs) using our library of trusted root certificate authorities (CAs)
12530
+ # to verify the JSON Web Key Set (JWKS) endpoint's TLS certificate. If
12531
+ # your OIDC IdP relies on a certificate that is not signed by one of
12532
+ # these trusted CAs, only then we secure communication using the
12533
+ # thumbprints set in the IdP's configuration.
12536
12534
  #
12537
12535
  # </note>
12538
12536
  #
@@ -13512,7 +13510,7 @@ module Aws::IAM
13512
13510
  params: params,
13513
13511
  config: config)
13514
13512
  context[:gem_name] = 'aws-sdk-iam'
13515
- context[:gem_version] = '1.104.0'
13513
+ context[:gem_version] = '1.105.0'
13516
13514
  Seahorse::Client::Request.new(handlers, context)
13517
13515
  end
13518
13516
 
@@ -528,7 +528,7 @@ module Aws::IAM
528
528
  AccessKey.add_member(:create_date, Shapes::ShapeRef.new(shape: dateType, location_name: "CreateDate"))
529
529
  AccessKey.struct_class = Types::AccessKey
530
530
 
531
- AccessKeyLastUsed.add_member(:last_used_date, Shapes::ShapeRef.new(shape: dateType, required: true, location_name: "LastUsedDate"))
531
+ AccessKeyLastUsed.add_member(:last_used_date, Shapes::ShapeRef.new(shape: dateType, location_name: "LastUsedDate"))
532
532
  AccessKeyLastUsed.add_member(:service_name, Shapes::ShapeRef.new(shape: stringType, required: true, location_name: "ServiceName"))
533
533
  AccessKeyLastUsed.add_member(:region, Shapes::ShapeRef.new(shape: stringType, required: true, location_name: "Region"))
534
534
  AccessKeyLastUsed.struct_class = Types::AccessKeyLastUsed
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.104.0'
77
+ GEM_VERSION = '1.105.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.104.0
4
+ version: 1.105.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: 2024-08-01 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core