aws-sdk-identitystore 1.19.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74eb35fd4e09b38b3e9364c109bb006e0e40bc16c3a2ac7a69fd3a9168d06a54
4
- data.tar.gz: ae2f00db414a08c08001090044ee924ad054a7e20a088ce2e07f25c2f8b64f32
3
+ metadata.gz: 6a9e90d632bab9e5d43e9a9f86a52f4e196d961da3636b5d8f5743c041a64db5
4
+ data.tar.gz: 781dc0f7e3ce87662e12640f875da0c69e3504fd075ad769c52865945339978d
5
5
  SHA512:
6
- metadata.gz: 8226814f37eddd653af53cf8e4c4037e3e01be73e480d2c8ee83b02d11df4b44bc187dead49e39f25d6cabaf62ba8a07a3468b1c9e7b8c599a37c3ed58cd5498
7
- data.tar.gz: 2d9d80dd1410a0855b111a87591e964dc424d36634cc5b9293e22fdd34dc74c53b730723cf6bda19ddac264a49d18e26df13256a68e1f9e601b1139b7f119de8
6
+ metadata.gz: 257e6abd7c5ab339f8e1d04bd55adc71647071eae7e8029225e58d8d70d3df3f36bc59c39570e59633347ee0c4e893f425d8567436628283fd847306d26be221
7
+ data.tar.gz: 4f201ab43c8224f3acd6a1c2b59e7325b9626ecac1567188702574a263e8ec383019dcab993adbd98bb2d7f5d4e7a4916d2d0ff0b1fa4bc768d5346c98d28bb9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.20.0 (2022-09-06)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for the Identity Store CLI Reference.
13
+
4
14
  1.19.0 (2022-08-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.21.0
@@ -452,9 +452,9 @@ module Aws::IdentityStore
452
452
  # @option params [String] :user_name
453
453
  # A unique string used to identify the user. The length limit is 128
454
454
  # characters. This value can consist of letters, accented characters,
455
- # symbols, numbers, and punctuation. The characters <>;:% are
456
- # excluded. This value is specified at the time the user is created and
457
- # stored as an attribute of the user object in the identity store.
455
+ # symbols, numbers, and punctuation. This value is specified at the time
456
+ # the user is created and stored as an attribute of the user object in
457
+ # the identity store.
458
458
  #
459
459
  # @option params [Types::Name] :name
460
460
  # An object containing the user's name.
@@ -600,7 +600,7 @@ module Aws::IdentityStore
600
600
  # The globally unique identifier for the identity store.
601
601
  #
602
602
  # @option params [required, String] :membership_id
603
- # The identifier for a `GroupMembership` in the identity store.
603
+ # The identifier for a `GroupMembership` in an identity store.
604
604
  #
605
605
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
606
606
  #
@@ -693,14 +693,14 @@ module Aws::IdentityStore
693
693
  req.send_request(options)
694
694
  end
695
695
 
696
- # Retrieves membership metadata and attributes from `MembershipId` in a
697
- # group.
696
+ # Retrieves membership metadata and attributes from `MembershipId` in an
697
+ # identity store.
698
698
  #
699
699
  # @option params [required, String] :identity_store_id
700
700
  # The globally unique identifier for the identity store.
701
701
  #
702
702
  # @option params [required, String] :membership_id
703
- # The identifier for a `GroupMembership` in the identity store.
703
+ # The identifier for a `GroupMembership` in an identity store.
704
704
  #
705
705
  # @return [Types::DescribeGroupMembershipResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
706
706
  #
@@ -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 the group value that is not the group's
830
- # primary identifier. This value can be an identifier from an external
831
- # identity provider (IdP) that is associated with the group or a unique
832
- # attribute. For example, a unique `GroupDisplayName`.
829
+ # A unique identifier for a user or group that is not the primary
830
+ # identifier. This value can be an identifier from an external identity
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
  #
@@ -866,7 +866,7 @@ module Aws::IdentityStore
866
866
  req.send_request(options)
867
867
  end
868
868
 
869
- # Retrieves the `MembershipId` in a group.
869
+ # Retrieves the `MembershipId` in an identity store.
870
870
  #
871
871
  # @option params [required, String] :identity_store_id
872
872
  # The globally unique identifier for the identity store.
@@ -914,7 +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
- # Any unique attribute associated with a user that is not the `UserId`.
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`.
918
921
  #
919
922
  # @return [Types::GetUserIdResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
920
923
  #
@@ -951,7 +954,8 @@ module Aws::IdentityStore
951
954
  req.send_request(options)
952
955
  end
953
956
 
954
- # Returns if a member exists in specified groups.
957
+ # Checks the user's membership in all requested groups and returns if
958
+ # the member exists in all queried groups.
955
959
  #
956
960
  # @option params [required, String] :identity_store_id
957
961
  # The globally unique identifier for the identity store.
@@ -1004,9 +1008,8 @@ module Aws::IdentityStore
1004
1008
  #
1005
1009
  # @option params [Integer] :max_results
1006
1010
  # The maximum number of results to be returned per request. This
1007
- # parameter is used in the `ListUsers` and `ListGroups` requests to
1008
- # specify how many results to return in one page. The length limit is 50
1009
- # characters.
1011
+ # parameter is used in all `List` requests to specify how many results
1012
+ # to return in one page.
1010
1013
  #
1011
1014
  # @option params [String] :next_token
1012
1015
  # The pagination token used for the `ListUsers`, `ListGroups` and
@@ -1069,7 +1072,7 @@ module Aws::IdentityStore
1069
1072
  # characters.
1070
1073
  #
1071
1074
  # @option params [String] :next_token
1072
- # The pagination token used for the `ListUsers`, `ListGroups` and
1075
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1073
1076
  # `ListGroupMemberships` API operations. This value is generated by the
1074
1077
  # identity store service. It is returned in the API response if the
1075
1078
  # total results are more than the size of one page. This token is also
@@ -1112,11 +1115,9 @@ module Aws::IdentityStore
1112
1115
  req.send_request(options)
1113
1116
  end
1114
1117
 
1115
- # *Filtering for a group by the group `DisplayName` attribute is
1116
- # deprecated. Instead, use the `GetGroupId` API action.*
1117
- #
1118
1118
  # Lists all groups in the identity store. Returns a paginated list of
1119
- # complete `Group` objects.
1119
+ # complete `Group` objects. Filtering for a `Group` by the `DisplayName`
1120
+ # attribute is deprecated. Instead, use the `GetGroupId` API action.
1120
1121
  #
1121
1122
  # @option params [required, String] :identity_store_id
1122
1123
  # The globally unique identifier for the identity store, such as
@@ -1139,7 +1140,7 @@ module Aws::IdentityStore
1139
1140
  # API request to search for the next page.
1140
1141
  #
1141
1142
  # @option params [Array<Types::Filter>] :filters
1142
- # A list of `Filter` objects that is used in the `ListUsers` and
1143
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1143
1144
  # `ListGroups` requests.
1144
1145
  #
1145
1146
  # @return [Types::ListGroupsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1184,11 +1185,9 @@ module Aws::IdentityStore
1184
1185
  req.send_request(options)
1185
1186
  end
1186
1187
 
1187
- # *Filtering for a user by the `UserName` attribute is deprecated.
1188
- # Instead, use the `GetUserId` API action.*
1189
- #
1190
1188
  # Lists all users in the identity store. Returns a paginated list of
1191
- # complete `User` objects.
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
@@ -1211,7 +1210,7 @@ module Aws::IdentityStore
1211
1210
  # API request to search for the next page.
1212
1211
  #
1213
1212
  # @option params [Array<Types::Filter>] :filters
1214
- # A list of `Filter` objects that is used in the `ListUsers` and
1213
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1215
1214
  # `ListGroups` requests.
1216
1215
  #
1217
1216
  # @return [Types::ListUsersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -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.19.0'
1375
+ context[:gem_version] = '1.21.0'
1377
1376
  Seahorse::Client::Request.new(handlers, context)
1378
1377
  end
1379
1378
 
@@ -76,8 +76,8 @@ module Aws::IdentityStore
76
76
  # @return [String]
77
77
  #
78
78
  # @!attribute [rw] primary
79
- # A boolean representing whether this is the primary address for the
80
- # associated resource.
79
+ # A Boolean value representing whether this is the primary address for
80
+ # the associated resource.
81
81
  # @return [Boolean]
82
82
  #
83
83
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/Address AWS API Documentation
@@ -95,10 +95,10 @@ module Aws::IdentityStore
95
95
  include Aws::Structure
96
96
  end
97
97
 
98
- # A unique identifier for the group value that is not the group's
99
- # primary identifier. This value can be an identifier from an external
100
- # identity provider (IdP) that is associated with the group or a unique
101
- # attribute. For example, a unique `GroupDisplayName`.
98
+ # A unique identifier for a user or group that is not the primary
99
+ # identifier. This value can be an identifier from an external identity
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
  #
@@ -143,7 +143,8 @@ module Aws::IdentityStore
143
143
  # @return [String]
144
144
  #
145
145
  # @!attribute [rw] attribute_value
146
- # The value of the attribute.
146
+ # The value of the attribute. This is a `Document` type. This type is
147
+ # not supported by Java V1, Go V1, and older versions of the AWS CLI.
147
148
  # @return [Hash,Array,String,Numeric,Boolean]
148
149
  #
149
150
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/AttributeOperation AWS API Documentation
@@ -231,7 +232,8 @@ module Aws::IdentityStore
231
232
  end
232
233
 
233
234
  # @!attribute [rw] membership_id
234
- # The identifier for a `GroupMembership` in the identity store.
235
+ # The identifier for a newly created `GroupMembership` in an identity
236
+ # store.
235
237
  # @return [String]
236
238
  #
237
239
  # @!attribute [rw] identity_store_id
@@ -353,9 +355,9 @@ module Aws::IdentityStore
353
355
  # @!attribute [rw] user_name
354
356
  # A unique string used to identify the user. The length limit is 128
355
357
  # characters. This value can consist of letters, accented characters,
356
- # symbols, numbers, and punctuation. The characters &lt;&gt;;:% are
357
- # excluded. This value is specified at the time the user is created
358
- # and stored as an attribute of the user object in the identity store.
358
+ # symbols, numbers, and punctuation. This value is specified at the
359
+ # time the user is created and stored as an attribute of the user
360
+ # object in the identity store.
359
361
  # @return [String]
360
362
  #
361
363
  # @!attribute [rw] name
@@ -466,7 +468,7 @@ module Aws::IdentityStore
466
468
  # @return [String]
467
469
  #
468
470
  # @!attribute [rw] membership_id
469
- # The identifier for a `GroupMembership` in the identity store.
471
+ # The identifier for a `GroupMembership` in an identity store.
470
472
  # @return [String]
471
473
  #
472
474
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/DeleteGroupMembershipRequest AWS API Documentation
@@ -553,7 +555,7 @@ module Aws::IdentityStore
553
555
  # @return [String]
554
556
  #
555
557
  # @!attribute [rw] membership_id
556
- # The identifier for a `GroupMembership` in the identity store.
558
+ # The identifier for a `GroupMembership` in an identity store.
557
559
  # @return [String]
558
560
  #
559
561
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/DescribeGroupMembershipRequest AWS API Documentation
@@ -570,7 +572,7 @@ module Aws::IdentityStore
570
572
  # @return [String]
571
573
  #
572
574
  # @!attribute [rw] membership_id
573
- # The identifier for a `GroupMembership` in the identity store.
575
+ # The identifier for a `GroupMembership` in an identity store.
574
576
  # @return [String]
575
577
  #
576
578
  # @!attribute [rw] group_id
@@ -629,10 +631,9 @@ module Aws::IdentityStore
629
631
  # The group’s display name value. The length limit is 1,024
630
632
  # characters. This value can consist of letters, accented characters,
631
633
  # symbols, numbers, punctuation, tab, new line, carriage return,
632
- # space, and nonbreaking space in this attribute. The characters
633
- # `<>;:%` are excluded. This value is specified at the time that the
634
- # group is created and stored as an attribute of the group object in
635
- # 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.
636
637
  # @return [String]
637
638
  #
638
639
  # @!attribute [rw] external_ids
@@ -690,11 +691,11 @@ module Aws::IdentityStore
690
691
  end
691
692
 
692
693
  # @!attribute [rw] user_name
693
- # The user’s username value. The length limit is 128 characters. This
694
- # value can consist of letters, accented characters, symbols, numbers,
695
- # and punctuation. The characters `<>;:%` are excluded. This value is
696
- # specified at the time the user is created and stored as an attribute
697
- # of the user object in the identity store.
694
+ # A unique string used to identify the user. The length limit is 128
695
+ # characters. This value can consist of letters, accented characters,
696
+ # symbols, numbers, and punctuation. This value is specified at the
697
+ # time the user is created and stored as an attribute of the user
698
+ # object in the identity store.
698
699
  # @return [String]
699
700
  #
700
701
  # @!attribute [rw] user_id
@@ -802,8 +803,8 @@ module Aws::IdentityStore
802
803
  # @return [String]
803
804
  #
804
805
  # @!attribute [rw] primary
805
- # A boolean representing whether this is the primary email for the
806
- # associated resource.
806
+ # A Boolean value representing whether this is the primary email
807
+ # address for the associated resource.
807
808
  # @return [Boolean]
808
809
  #
809
810
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/Email AWS API Documentation
@@ -900,10 +901,10 @@ module Aws::IdentityStore
900
901
  # @return [String]
901
902
  #
902
903
  # @!attribute [rw] alternate_identifier
903
- # A unique identifier for the group value that is not the group's
904
- # primary identifier. This value can be an identifier from an external
905
- # identity provider (IdP) that is associated with the group or a
906
- # unique attribute. For example, a unique `GroupDisplayName`.
904
+ # A unique identifier for a user or group that is not the primary
905
+ # identifier. This value can be an identifier from an external
906
+ # identity provider (IdP) that is associated with the user, the group,
907
+ # or a unique attribute. For example, a unique `GroupDisplayName`.
907
908
  # @return [Types::AlternateIdentifier]
908
909
  #
909
910
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/GetGroupIdRequest AWS API Documentation
@@ -968,7 +969,7 @@ module Aws::IdentityStore
968
969
  end
969
970
 
970
971
  # @!attribute [rw] membership_id
971
- # The identifier for a `GroupMembership` in the identity store.
972
+ # The identifier for a `GroupMembership` in an identity store.
972
973
  # @return [String]
973
974
  #
974
975
  # @!attribute [rw] identity_store_id
@@ -1006,8 +1007,10 @@ module Aws::IdentityStore
1006
1007
  # @return [String]
1007
1008
  #
1008
1009
  # @!attribute [rw] alternate_identifier
1009
- # Any unique attribute associated with a user that is not the
1010
- # `UserId`.
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`.
1011
1014
  # @return [Types::AlternateIdentifier]
1012
1015
  #
1013
1016
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/GetUserIdRequest AWS API Documentation
@@ -1047,10 +1050,9 @@ module Aws::IdentityStore
1047
1050
  # The group’s display name value. The length limit is 1,024
1048
1051
  # characters. This value can consist of letters, accented characters,
1049
1052
  # symbols, numbers, punctuation, tab, new line, carriage return,
1050
- # space, and nonbreaking space in this attribute. The characters
1051
- # `<>;:%` are excluded. This value is specified at the time the group
1052
- # is created and stored as an attribute of the group object in the
1053
- # 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.
1054
1056
  # @return [String]
1055
1057
  #
1056
1058
  # @!attribute [rw] external_ids
@@ -1086,7 +1088,7 @@ module Aws::IdentityStore
1086
1088
  # @return [String]
1087
1089
  #
1088
1090
  # @!attribute [rw] membership_id
1089
- # The identifier for a `GroupMembership` object in the identity store.
1091
+ # The identifier for a `GroupMembership` object in an identity store.
1090
1092
  # @return [String]
1091
1093
  #
1092
1094
  # @!attribute [rw] group_id
@@ -1199,7 +1201,7 @@ module Aws::IdentityStore
1199
1201
  end
1200
1202
 
1201
1203
  # @!attribute [rw] results
1202
- # An object containing results of batch `IsMemberInGroups` call.
1204
+ # A list containing the results of membership existence checks.
1203
1205
  # @return [Array<Types::GroupMembershipExistenceResult>]
1204
1206
  #
1205
1207
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/IsMemberInGroupsResponse AWS API Documentation
@@ -1240,7 +1242,7 @@ module Aws::IdentityStore
1240
1242
  # @return [Integer]
1241
1243
  #
1242
1244
  # @!attribute [rw] next_token
1243
- # The pagination token used for the `ListUsers`, `ListGroups` and
1245
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1244
1246
  # `ListGroupMemberships` API operations. This value is generated by
1245
1247
  # the identity store service. It is returned in the API response if
1246
1248
  # the total results are more than the size of one page. This token is
@@ -1265,7 +1267,7 @@ module Aws::IdentityStore
1265
1267
  # @return [Array<Types::GroupMembership>]
1266
1268
  #
1267
1269
  # @!attribute [rw] next_token
1268
- # The pagination token used for the `ListUsers`, `ListGroups` and
1270
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1269
1271
  # `ListGroupMemberships` API operations. This value is generated by
1270
1272
  # the identity store service. It is returned in the API response if
1271
1273
  # the total results are more than the size of one page. This token is
@@ -1302,9 +1304,8 @@ module Aws::IdentityStore
1302
1304
  #
1303
1305
  # @!attribute [rw] max_results
1304
1306
  # The maximum number of results to be returned per request. This
1305
- # parameter is used in the `ListUsers` and `ListGroups` requests to
1306
- # specify how many results to return in one page. The length limit is
1307
- # 50 characters.
1307
+ # parameter is used in all `List` requests to specify how many results
1308
+ # to return in one page.
1308
1309
  # @return [Integer]
1309
1310
  #
1310
1311
  # @!attribute [rw] next_token
@@ -1332,7 +1333,7 @@ module Aws::IdentityStore
1332
1333
  # @return [Array<Types::GroupMembership>]
1333
1334
  #
1334
1335
  # @!attribute [rw] next_token
1335
- # The pagination token used for the `ListUsers`, `ListGroups` and
1336
+ # The pagination token used for the `ListUsers`, `ListGroups`, and
1336
1337
  # `ListGroupMemberships` API operations. This value is generated by
1337
1338
  # the identity store service. It is returned in the API response if
1338
1339
  # the total results are more than the size of one page. This token is
@@ -1388,7 +1389,7 @@ module Aws::IdentityStore
1388
1389
  # @return [String]
1389
1390
  #
1390
1391
  # @!attribute [rw] filters
1391
- # A list of `Filter` objects that is used in the `ListUsers` and
1392
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1392
1393
  # `ListGroups` requests.
1393
1394
  # @return [Array<Types::Filter>]
1394
1395
  #
@@ -1463,7 +1464,7 @@ module Aws::IdentityStore
1463
1464
  # @return [String]
1464
1465
  #
1465
1466
  # @!attribute [rw] filters
1466
- # A list of `Filter` objects that is used in the `ListUsers` and
1467
+ # A list of `Filter` objects, which is used in the `ListUsers` and
1467
1468
  # `ListGroups` requests.
1468
1469
  # @return [Array<Types::Filter>]
1469
1470
  #
@@ -1523,7 +1524,7 @@ module Aws::IdentityStore
1523
1524
  class Unknown < MemberId; end
1524
1525
  end
1525
1526
 
1526
- # The name of the user.
1527
+ # The full name of the user.
1527
1528
  #
1528
1529
  # @note When making an API call, you may pass Name
1529
1530
  # data as a hash:
@@ -1596,8 +1597,8 @@ module Aws::IdentityStore
1596
1597
  # @return [String]
1597
1598
  #
1598
1599
  # @!attribute [rw] primary
1599
- # A boolean representing whether this is the primary phone number for
1600
- # the associated resource.
1600
+ # A Boolean value representing whether this is the primary phone
1601
+ # number for the associated resource.
1601
1602
  # @return [Boolean]
1602
1603
  #
1603
1604
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/PhoneNumber AWS API Documentation
@@ -1715,7 +1716,8 @@ module Aws::IdentityStore
1715
1716
  # @return [String]
1716
1717
  #
1717
1718
  # @!attribute [rw] attribute_value
1718
- # The value of the attribute.
1719
+ # The value of the attribute. This is a `Document` type. This type is
1720
+ # not supported by Java V1, Go V1, and older versions of the AWS CLI.
1719
1721
  # @return [Hash,Array,String,Numeric,Boolean]
1720
1722
  #
1721
1723
  # @see http://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/UniqueAttribute AWS API Documentation
@@ -1813,11 +1815,11 @@ module Aws::IdentityStore
1813
1815
  # attributes.
1814
1816
  #
1815
1817
  # @!attribute [rw] user_name
1816
- # The user’s user name value. The length limit is 128 characters. This
1817
- # value can consist of letters, accented characters, symbols, numbers,
1818
- # and punctuation. The characters `<>;:%` are excluded. This value is
1819
- # specified at the time the user is created and stored as an attribute
1820
- # of the user object in the identity store.
1818
+ # A unique string used to identify the user. The length limit is 128
1819
+ # characters. This value can consist of letters, accented characters,
1820
+ # symbols, numbers, and punctuation. This value is specified at the
1821
+ # time the user is created and stored as an attribute of the user
1822
+ # object in the identity store.
1821
1823
  # @return [String]
1822
1824
  #
1823
1825
  # @!attribute [rw] user_id
@@ -1868,7 +1870,7 @@ module Aws::IdentityStore
1868
1870
  #
1869
1871
  # @!attribute [rw] title
1870
1872
  # A string containing the user's title. Possible values depend on
1871
- # each customer's specific needs, so they are left unspecified
1873
+ # each customer's specific needs, so they are left unspecified.
1872
1874
  # @return [String]
1873
1875
  #
1874
1876
  # @!attribute [rw] preferred_language
@@ -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.19.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.19.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-08-31 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