aws-sdk-iam 1.133.0 → 1.135.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: ef425085c0228692cb27bf754df6701f05e609805845fe2a91bb245f35c13d0b
4
- data.tar.gz: 71e901c0b71b154353b05ca22039f5f7f132b49ff927a75b8507ee0510bbf7ee
3
+ metadata.gz: bdc3168c4c4ce65d294720e3b374dcbbfe002068530d5980223b12ed6d6faaf3
4
+ data.tar.gz: 03bbe33c11ce8256b7445bde352739d26b4fd1b6cabb50230cac3afde75f57b3
5
5
  SHA512:
6
- metadata.gz: 23828fa26c988b8d06fadd7e63db474378ceac5653cfa40d1d342e39c21493dd58ee7c94d42ba33fa5d4b1ef9745550d4622ed062cdea29968add41389b0ab4d
7
- data.tar.gz: e0fa443b2ec582d610b131f44ba65da444d43ef213496ac38275556e82b54d5e28b24497360664356536cba369e8c33fcd6c067ee77c048fefca660f191ab666
6
+ metadata.gz: 52714681b8597efbfabfe2860cbc2214d76f1082433c16d5aeb3d128cd28d51e792080e12fc1a65b94c5279ea7d21639f353663f6c4737a8f5c26838d73e78ae
7
+ data.tar.gz: 4eed0b90758976f28770cab235dc9c82bf9aa762f7d8e44110f34e8399beb53fd188e86dc677f8820c0a6f9b1ed641f302c3d63dbc88915a5e28d07c196d888a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.135.0 (2025-11-19)
5
+ ------------------
6
+
7
+ * Feature - Added the EnableOutboundWebIdentityFederation, DisableOutboundWebIdentityFederation and GetOutboundWebIdentityFederationInfo APIs for the IAM outbound federation feature.
8
+
9
+ 1.134.0 (2025-11-18)
10
+ ------------------
11
+
12
+ * Feature - Added the AssociateDelegationRequest, GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest, ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and GetHumanReadableSummary APIs for the IAM temporary delegation feature.
13
+
4
14
  1.133.0 (2025-11-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.133.0
1
+ 1.135.0