|
296 | 296 | {"shape":"InternalServerException"},
|
297 | 297 | {"shape":"ValidationException"}
|
298 | 298 | ],
|
299 |
| - "documentation":"<p>Lists the attribute name and value of the group that you specified in the search. We only support <code>DisplayName</code> as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including <code>GroupId</code> and group <code>DisplayName</code> in the response.</p>" |
| 299 | + "documentation":"<p>Lists all groups in the identity store. Returns a paginated list of complete <code>Group</code> objects. Filtering for a <code>Group</code> by the <code>DisplayName</code> attribute is deprecated. Instead, use the <code>GetGroupId</code> API action.</p>" |
300 | 300 | },
|
301 | 301 | "ListUsers":{
|
302 | 302 | "name":"ListUsers",
|
|
313 | 313 | {"shape":"InternalServerException"},
|
314 | 314 | {"shape":"ValidationException"}
|
315 | 315 | ],
|
316 |
| - "documentation":"<p>Lists the attribute name and value of the user that you specified in the search. We only support <code>UserName</code> as a valid filter attribute path currently, and filter is required. This API returns minimum attributes, including <code>UserId</code> and <code>UserName</code> in the response.</p>" |
| 316 | + "documentation":"<p>Lists all users in the identity store. Returns a paginated list of complete <code>User</code> objects. Filtering for a <code>User</code> by the <code>UserName</code> attribute is deprecated. Instead, use the <code>GetUserId</code> API action.</p>" |
317 | 317 | },
|
318 | 318 | "UpdateGroup":{
|
319 | 319 | "name":"UpdateGroup",
|
|
423 | 423 | "documentation":"<p>An entity attribute that's unique to a specific entity.</p>"
|
424 | 424 | }
|
425 | 425 | },
|
426 |
| - "documentation":"<p>A unique identifier for a user or group that is not the its primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a unique <code>GroupDisplayName</code>.</p>", |
| 426 | + "documentation":"<p>A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique <code>GroupDisplayName</code>.</p>", |
427 | 427 | "union":true
|
428 | 428 | },
|
429 | 429 | "AttributeOperation":{
|
|
773 | 773 | },
|
774 | 774 | "DisplayName":{
|
775 | 775 | "shape":"GroupDisplayName",
|
776 |
| - "documentation":"<p>The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters <code><>;:%</code> are excluded. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.</p>" |
| 776 | + "documentation":"<p>The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time that the group is created and stored as an attribute of the group object in the identity store.</p>" |
777 | 777 | },
|
778 | 778 | "ExternalIds":{
|
779 | 779 | "shape":"ExternalIds",
|
|
979 | 979 | },
|
980 | 980 | "AlternateIdentifier":{
|
981 | 981 | "shape":"AlternateIdentifier",
|
982 |
| - "documentation":"<p>A unique identifier for an identity resource that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the group or a unique attribute. For example, a unique <code>GroupDisplayName</code>.</p>" |
| 982 | + "documentation":"<p>A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique <code>GroupDisplayName</code>.</p>" |
983 | 983 | }
|
984 | 984 | }
|
985 | 985 | },
|
|
1052 | 1052 | },
|
1053 | 1053 | "AlternateIdentifier":{
|
1054 | 1054 | "shape":"AlternateIdentifier",
|
1055 |
| - "documentation":"<p>A unique identifier for an identity resource that is not the primary identifier.</p>" |
| 1055 | + "documentation":"<p>A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For example, a unique <code>UserDisplayName</code>.</p>" |
1056 | 1056 | }
|
1057 | 1057 | }
|
1058 | 1058 | },
|
|
1086 | 1086 | },
|
1087 | 1087 | "DisplayName":{
|
1088 | 1088 | "shape":"GroupDisplayName",
|
1089 |
| - "documentation":"<p>The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. The characters <code><>;:%</code> are excluded. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.</p>" |
| 1089 | + "documentation":"<p>The group’s display name value. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.</p>" |
1090 | 1090 | },
|
1091 | 1091 | "ExternalIds":{
|
1092 | 1092 | "shape":"ExternalIds",
|
|
0 commit comments