aws-sdk-identitystore 1.17.0 → 1.20.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-identitystore/client.rb +798 -10
- data/lib/aws-sdk-identitystore/client_api.rb +553 -17
- data/lib/aws-sdk-identitystore/errors.rb +69 -0
- data/lib/aws-sdk-identitystore/types.rb +1584 -121
- data/lib/aws-sdk-identitystore.rb +2 -2
- 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: 72f57866e3abe70a2dafe9c45a1b153840039c8cbf0d5b18d39ec6d883440c7e
|
4
|
+
data.tar.gz: 8e27edcb03aaba73769bbcc0353ef4d570dd7615c286163ea742e8b67dd9bc05
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 305a25e32f4061f36ca673768258ca0c1c51c365bc5db7298c8a57505a61d029835e53c103d27174cfc8803ce91cd133072146cbac77ec1bb8e3d3a030f61fe8
|
7
|
+
data.tar.gz: 4050ac9400e488f8e84671dc1086d72bef9ae885f3eaaf184942a0ad5b4822d727227edb7dfa51dbdc7663a6b3528486a8d688bdb1c7183a5be47c3672a2d513
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.20.0 (2022-09-06)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for the Identity Store CLI Reference.
|
8
|
+
|
9
|
+
1.19.0 (2022-08-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Expand IdentityStore API to support Create, Read, Update, Delete and Get operations for User, Group and GroupMembership resources.
|
13
|
+
|
14
|
+
1.18.0 (2022-08-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Documentation updates for the Identity Store CLI Reference.
|
18
|
+
|
4
19
|
1.17.0 (2022-08-15)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|