aws-sdk-identitystore 1.58.0 → 1.60.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-identitystore/client.rb +189 -82
- data/lib/aws-sdk-identitystore/client_api.rb +68 -10
- data/lib/aws-sdk-identitystore/errors.rb +20 -0
- data/lib/aws-sdk-identitystore/types.rb +350 -78
- data/lib/aws-sdk-identitystore.rb +1 -1
- data/sig/client.rbs +31 -5
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +56 -9
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 19d32eabe615b4269f26d8ac54a14c670ee4d4b6595454eb700a8256df742966
|
|
4
|
+
data.tar.gz: 0ca1094d715a3f1378bd391fc8b41cb0834b8cab347774bf5cae4e4e8c91b5f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67edfb2400ef97c3bcb876b8d5e2f5dee87e207a0492cf618f911e6b93c2292ced7dfcfe0271d8c87d52a154479f960b44ba7012abb2580090d5b3af549cb2fe
|
|
7
|
+
data.tar.gz: f2f408a39e73cb451e0e48a68be6f4d56aabd68593766fc3355806e295ac26837cff86246bf8c42652582b0024be947000df7f71d6ef8cf180d84bfe7c29dca4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.60.0 (2025-11-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - IdentityStore API: added new KMSExceptionReason fields to the Exception object; added multiple new fields to the User APIs - UserStatus, Birthdate, Website and Photos; added multiple new metadata fields for User, Groups and Membership APIs - CreatedAt, CreatedBy, UpdatedAt and UpdatedBy.
|
|
8
|
+
|
|
9
|
+
1.59.0 (2025-10-21)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.58.0 (2025-10-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|