aws-sdk-identitystore 1.20.0 → 1.21.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-identitystore/client.rb +14 -15
- data/lib/aws-sdk-identitystore/types.rb +16 -16
- data/lib/aws-sdk-identitystore.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: 6a9e90d632bab9e5d43e9a9f86a52f4e196d961da3636b5d8f5743c041a64db5
|
4
|
+
data.tar.gz: 781dc0f7e3ce87662e12640f875da0c69e3504fd075ad769c52865945339978d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 257e6abd7c5ab339f8e1d04bd55adc71647071eae7e8029225e58d8d70d3df3f36bc59c39570e59633347ee0c4e893f425d8567436628283fd847306d26be221
|
7
|
+
data.tar.gz: 4f201ab43c8224f3acd6a1c2b59e7325b9626ecac1567188702574a263e8ec383019dcab993adbd98bb2d7f5d4e7a4916d2d0ff0b1fa4bc768d5346c98d28bb9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.0
|
@@ -826,10 +826,10 @@ module Aws::IdentityStore
|
|
826
826
|
# The globally unique identifier for the identity store.
|
827
827
|
#
|
828
828
|
# @option params [required, Types::AlternateIdentifier] :alternate_identifier
|
829
|
-
# A unique identifier for
|
829
|
+
# A unique identifier for a user or group that is not the primary
|
830
830
|
# identifier. This value can be an identifier from an external identity
|
831
|
-
# provider (IdP) that is associated with the group or a
|
832
|
-
# attribute. For example, a unique `GroupDisplayName`.
|
831
|
+
# provider (IdP) that is associated with the user, the group, or a
|
832
|
+
# unique attribute. For example, a unique `GroupDisplayName`.
|
833
833
|
#
|
834
834
|
# @return [Types::GetGroupIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
835
835
|
#
|
@@ -914,8 +914,10 @@ module Aws::IdentityStore
|
|
914
914
|
# The globally unique identifier for the identity store.
|
915
915
|
#
|
916
916
|
# @option params [required, Types::AlternateIdentifier] :alternate_identifier
|
917
|
-
# A unique identifier for
|
918
|
-
# identifier.
|
917
|
+
# A unique identifier for a user or group that is not the primary
|
918
|
+
# identifier. This value can be an identifier from an external identity
|
919
|
+
# provider (IdP) that is associated with the user, the group, or a
|
920
|
+
# unique attribute. For example, a unique `UserDisplayName`.
|
919
921
|
#
|
920
922
|
# @return [Types::GetUserIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
921
923
|
#
|
@@ -1113,11 +1115,9 @@ module Aws::IdentityStore
|
|
1113
1115
|
req.send_request(options)
|
1114
1116
|
end
|
1115
1117
|
|
1116
|
-
# Lists
|
1117
|
-
#
|
1118
|
-
#
|
1119
|
-
# attributes, including `GroupId` and group `DisplayName` in the
|
1120
|
-
# response.
|
1118
|
+
# Lists all groups in the identity store. Returns a paginated list of
|
1119
|
+
# complete `Group` objects. Filtering for a `Group` by the `DisplayName`
|
1120
|
+
# attribute is deprecated. Instead, use the `GetGroupId` API action.
|
1121
1121
|
#
|
1122
1122
|
# @option params [required, String] :identity_store_id
|
1123
1123
|
# The globally unique identifier for the identity store, such as
|
@@ -1185,10 +1185,9 @@ module Aws::IdentityStore
|
|
1185
1185
|
req.send_request(options)
|
1186
1186
|
end
|
1187
1187
|
|
1188
|
-
# Lists
|
1189
|
-
#
|
1190
|
-
#
|
1191
|
-
# attributes, including `UserId` and `UserName` in the response.
|
1188
|
+
# Lists all users in the identity store. Returns a paginated list of
|
1189
|
+
# complete `User` objects. Filtering for a `User` by the `UserName`
|
1190
|
+
# attribute is deprecated. Instead, use the `GetUserId` API action.
|
1192
1191
|
#
|
1193
1192
|
# @option params [required, String] :identity_store_id
|
1194
1193
|
# The globally unique identifier for the identity store, such as
|
@@ -1373,7 +1372,7 @@ module Aws::IdentityStore
|
|
1373
1372
|
params: params,
|
1374
1373
|
config: config)
|
1375
1374
|
context[:gem_name] = 'aws-sdk-identitystore'
|
1376
|
-
context[:gem_version] = '1.
|
1375
|
+
context[:gem_version] = '1.21.0'
|
1377
1376
|
Seahorse::Client::Request.new(handlers, context)
|
1378
1377
|
end
|
1379
1378
|
|
@@ -95,10 +95,10 @@ module Aws::IdentityStore
|
|
95
95
|
include Aws::Structure
|
96
96
|
end
|
97
97
|
|
98
|
-
# A unique identifier for a user or group that is not the
|
98
|
+
# A unique identifier for a user or group that is not the primary
|
99
99
|
# identifier. This value can be an identifier from an external identity
|
100
|
-
# provider (IdP) that is associated with the group or a
|
101
|
-
# attribute. For example, a unique `GroupDisplayName`.
|
100
|
+
# provider (IdP) that is associated with the user, the group, or a
|
101
|
+
# unique attribute. For example, a unique `GroupDisplayName`.
|
102
102
|
#
|
103
103
|
# @note AlternateIdentifier is a union - when making an API calls you must set exactly one of the members.
|
104
104
|
#
|
@@ -631,10 +631,9 @@ module Aws::IdentityStore
|
|
631
631
|
# The group’s display name value. The length limit is 1,024
|
632
632
|
# characters. This value can consist of letters, accented characters,
|
633
633
|
# symbols, numbers, punctuation, tab, new line, carriage return,
|
634
|
-
# space, and nonbreaking space in this attribute.
|
635
|
-
#
|
636
|
-
#
|
637
|
-
# the identity store.
|
634
|
+
# space, and nonbreaking space in this attribute. This value is
|
635
|
+
# specified at the time that the group is created and stored as an
|
636
|
+
# attribute of the group object in the identity store.
|
638
637
|
# @return [String]
|
639
638
|
#
|
640
639
|
# @!attribute [rw] external_ids
|
@@ -902,10 +901,10 @@ module Aws::IdentityStore
|
|
902
901
|
# @return [String]
|
903
902
|
#
|
904
903
|
# @!attribute [rw] alternate_identifier
|
905
|
-
# A unique identifier for
|
904
|
+
# A unique identifier for a user or group that is not the primary
|
906
905
|
# identifier. This value can be an identifier from an external
|
907
|
-
# identity provider (IdP) that is associated with the
|
908
|
-
# unique attribute. For example, a unique `GroupDisplayName`.
|
906
|
+
# identity provider (IdP) that is associated with the user, the group,
|
907
|
+
# or a unique attribute. For example, a unique `GroupDisplayName`.
|
909
908
|
# @return [Types::AlternateIdentifier]
|
910
909
|
#
|
911
910
|
# @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/GetGroupIdRequest AWS API Documentation
|
@@ -1008,8 +1007,10 @@ module Aws::IdentityStore
|
|
1008
1007
|
# @return [String]
|
1009
1008
|
#
|
1010
1009
|
# @!attribute [rw] alternate_identifier
|
1011
|
-
# A unique identifier for
|
1012
|
-
# identifier.
|
1010
|
+
# A unique identifier for a user or group that is not the primary
|
1011
|
+
# identifier. This value can be an identifier from an external
|
1012
|
+
# identity provider (IdP) that is associated with the user, the group,
|
1013
|
+
# or a unique attribute. For example, a unique `UserDisplayName`.
|
1013
1014
|
# @return [Types::AlternateIdentifier]
|
1014
1015
|
#
|
1015
1016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/GetUserIdRequest AWS API Documentation
|
@@ -1049,10 +1050,9 @@ module Aws::IdentityStore
|
|
1049
1050
|
# The group’s display name value. The length limit is 1,024
|
1050
1051
|
# characters. This value can consist of letters, accented characters,
|
1051
1052
|
# symbols, numbers, punctuation, tab, new line, carriage return,
|
1052
|
-
# space, and nonbreaking space in this attribute.
|
1053
|
-
#
|
1054
|
-
#
|
1055
|
-
# identity store.
|
1053
|
+
# space, and nonbreaking space in this attribute. This value is
|
1054
|
+
# specified at the time the group is created and stored as an
|
1055
|
+
# attribute of the group object in the identity store.
|
1056
1056
|
# @return [String]
|
1057
1057
|
#
|
1058
1058
|
# @!attribute [rw] external_ids
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-identitystore
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.21.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: 2022-09-
|
11
|
+
date: 2022-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|