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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 72f57866e3abe70a2dafe9c45a1b153840039c8cbf0d5b18d39ec6d883440c7e
4
- data.tar.gz: 8e27edcb03aaba73769bbcc0353ef4d570dd7615c286163ea742e8b67dd9bc05
3
+ metadata.gz: 6a9e90d632bab9e5d43e9a9f86a52f4e196d961da3636b5d8f5743c041a64db5
4
+ data.tar.gz: 781dc0f7e3ce87662e12640f875da0c69e3504fd075ad769c52865945339978d
5
5
  SHA512:
6
- metadata.gz: 305a25e32f4061f36ca673768258ca0c1c51c365bc5db7298c8a57505a61d029835e53c103d27174cfc8803ce91cd133072146cbac77ec1bb8e3d3a030f61fe8
7
- data.tar.gz: 4050ac9400e488f8e84671dc1086d72bef9ae885f3eaaf184942a0ad5b4822d727227edb7dfa51dbdc7663a6b3528486a8d688bdb1c7183a5be47c3672a2d513
6
+ metadata.gz: 257e6abd7c5ab339f8e1d04bd55adc71647071eae7e8029225e58d8d70d3df3f36bc59c39570e59633347ee0c4e893f425d8567436628283fd847306d26be221
7
+ data.tar.gz: 4f201ab43c8224f3acd6a1c2b59e7325b9626ecac1567188702574a263e8ec383019dcab993adbd98bb2d7f5d4e7a4916d2d0ff0b1fa4bc768d5346c98d28bb9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2022-09-22)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for the Identity Store CLI Reference.
8
+
4
9
  1.20.0 (2022-09-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
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 an identity resource that is not the primary
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 unique
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 an identity resource that is not the primary
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 the attribute name and value of the group that you specified in
1117
- # the search. We only support `DisplayName` as a valid filter attribute
1118
- # path currently, and filter is required. This API returns minimum
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 the attribute name and value of the user that you specified in
1189
- # the search. We only support `UserName` as a valid filter attribute
1190
- # path currently, and filter is required. This API returns minimum
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.20.0'
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 its primary
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 unique
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. The characters
635
- # `<>;:%` are excluded. This value is specified at the time that the
636
- # group is created and stored as an attribute of the group object in
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 an identity resource that is not the primary
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 group or a
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 an identity resource that is not the primary
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. The characters
1053
- # `<>;:%` are excluded. This value is specified at the time the group
1054
- # is created and stored as an attribute of the group object in the
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-identitystore/customizations'
48
48
  # @!group service
49
49
  module Aws::IdentityStore
50
50
 
51
- GEM_VERSION = '1.20.0'
51
+ GEM_VERSION = '1.21.0'
52
52
 
53
53
  end
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.20.0
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-06 00:00:00.000000000 Z
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