|
111 | 111 | "members":{
|
112 | 112 | "IdentityStoreId":{
|
113 | 113 | "shape":"IdentityStoreId",
|
114 |
| - "documentation":"<p>The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
| 114 | + "documentation":"<p>The globally unique identifier for the identity store, such as <code>d-1234567890</code>. In this example, <code>d-</code> is a fixed prefix, and <code>1234567890</code> is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
115 | 115 | },
|
116 | 116 | "GroupId":{
|
117 | 117 | "shape":"ResourceId",
|
|
132 | 132 | },
|
133 | 133 | "DisplayName":{
|
134 | 134 | "shape":"GroupDisplayName",
|
135 |
| - "documentation":"<p>Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” 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>" |
| 135 | + "documentation":"<p>Contains 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>" |
136 | 136 | }
|
137 | 137 | }
|
138 | 138 | },
|
|
145 | 145 | "members":{
|
146 | 146 | "IdentityStoreId":{
|
147 | 147 | "shape":"IdentityStoreId",
|
148 |
| - "documentation":"<p>The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
| 148 | + "documentation":"<p>The globally unique identifier for the identity store, such as <code>d-1234567890</code>. In this example, <code>d-</code> is a fixed prefix, and <code>1234567890</code> is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
149 | 149 | },
|
150 | 150 | "UserId":{
|
151 | 151 | "shape":"ResourceId",
|
|
162 | 162 | "members":{
|
163 | 163 | "UserName":{
|
164 | 164 | "shape":"UserName",
|
165 |
| - "documentation":"<p>Contains the user’s username value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers and punctuation. The characters “<>;:%” are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.</p>" |
| 165 | + "documentation":"<p>Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters <code><>;:%</code> are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.</p>" |
166 | 166 | },
|
167 | 167 | "UserId":{
|
168 | 168 | "shape":"ResourceId",
|
|
179 | 179 | "members":{
|
180 | 180 | "AttributePath":{
|
181 | 181 | "shape":"AttributePath",
|
182 |
| - "documentation":"<p>The attribute path used to specify which attribute name to search. Length limit is 255 characters. For example, <code>UserName</code> is a valid attribute path for the <code>ListUsers</code> API, and <code>DisplayName</code> is a valid attribute path for the <code>ListGroups</code> API.</p>" |
| 182 | + "documentation":"<p>The attribute path that is used to specify which attribute name to search. Length limit is 255 characters. For example, <code>UserName</code> is a valid attribute path for the <code>ListUsers</code> API, and <code>DisplayName</code> is a valid attribute path for the <code>ListGroups</code> API.</p>" |
183 | 183 | },
|
184 | 184 | "AttributeValue":{
|
185 | 185 | "shape":"SensitiveStringType",
|
|
205 | 205 | },
|
206 | 206 | "DisplayName":{
|
207 | 207 | "shape":"GroupDisplayName",
|
208 |
| - "documentation":"<p>Contains the group’s display name value. The length limit is 1024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space and non breaking space in this attribute. The characters “<>;:%” 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>" |
| 208 | + "documentation":"<p>Contains 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>" |
209 | 209 | }
|
210 | 210 | },
|
211 | 211 | "documentation":"<p>A group object, which contains a specified group’s metadata and attributes.</p>"
|
|
245 | 245 | "members":{
|
246 | 246 | "IdentityStoreId":{
|
247 | 247 | "shape":"IdentityStoreId",
|
248 |
| - "documentation":"<p>The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
| 248 | + "documentation":"<p>The globally unique identifier for the identity store, such as <code>d-1234567890</code>. In this example, <code>d-</code> is a fixed prefix, and <code>1234567890</code> is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
249 | 249 | },
|
250 | 250 | "MaxResults":{
|
251 | 251 | "shape":"MaxResults",
|
252 |
| - "documentation":"<p>The maximum number of results to be returned per request, which is used in the <code>ListUsers</code> and <code>ListGroups</code> request to specify how many results to return in one page. The length limit is 50 characters.</p>" |
| 252 | + "documentation":"<p>The maximum number of results to be returned per request. This parameter is used in the <code>ListUsers</code> and <code>ListGroups</code> request to specify how many results to return in one page. The length limit is 50 characters.</p>" |
253 | 253 | },
|
254 | 254 | "NextToken":{
|
255 | 255 | "shape":"NextToken",
|
256 |
| - "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> APIs. This value is generated by the identity store service and is returned in the API response if the total results are more than the size of one page, and when this token is used in the API request to search for the next page.</p>" |
| 256 | + "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.</p>" |
257 | 257 | },
|
258 | 258 | "Filters":{
|
259 | 259 | "shape":"Filters",
|
|
271 | 271 | },
|
272 | 272 | "NextToken":{
|
273 | 273 | "shape":"NextToken",
|
274 |
| - "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> APIs. This value is generated by the identity store service and is returned in the API response if the total results are more than the size of one page, and when this token is used in the API request to search for the next page.</p>" |
| 274 | + "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it1 is used in the API request to search for the next page.</p>" |
275 | 275 | }
|
276 | 276 | }
|
277 | 277 | },
|
|
281 | 281 | "members":{
|
282 | 282 | "IdentityStoreId":{
|
283 | 283 | "shape":"IdentityStoreId",
|
284 |
| - "documentation":"<p>The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
| 284 | + "documentation":"<p>The globally unique identifier for the identity store, such as <code>d-1234567890</code>. In this example, <code>d-</code> is a fixed prefix, and <code>1234567890</code> is a randomly generated string that contains number and lower case letters. This value is generated at the time that a new identity store is created.</p>" |
285 | 285 | },
|
286 | 286 | "MaxResults":{
|
287 | 287 | "shape":"MaxResults",
|
288 |
| - "documentation":"<p>The maximum number of results to be returned per request, which is used in the <code>ListUsers</code> and <code>ListGroups</code> request to specify how many results to return in one page. The length limit is 50 characters.</p>" |
| 288 | + "documentation":"<p>The maximum number of results to be returned per request. This parameter is used in the <code>ListUsers</code> and <code>ListGroups</code> request to specify how many results to return in one page. The length limit is 50 characters.</p>" |
289 | 289 | },
|
290 | 290 | "NextToken":{
|
291 | 291 | "shape":"NextToken",
|
292 |
| - "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> APIs. This value is generated by the identity store service and is returned in the API response if the total results are more than the size of one page, and when this token is used in the API request to search for the next page.</p>" |
| 292 | + "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.</p>" |
293 | 293 | },
|
294 | 294 | "Filters":{
|
295 | 295 | "shape":"Filters",
|
|
307 | 307 | },
|
308 | 308 | "NextToken":{
|
309 | 309 | "shape":"NextToken",
|
310 |
| - "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> APIs. This value is generated by the identity store service and is returned in the API response if the total results are more than the size of one page, and when this token is used in the API request to search for the next page.</p>" |
| 310 | + "documentation":"<p>The pagination token used for the <code>ListUsers</code> and <code>ListGroups</code> API operations. This value is generated by the identity store service. It is returned in the API response if the total results are more than the size of one page. This token is also returned when it is used in the API request to search for the next page.</p>" |
311 | 311 | }
|
312 | 312 | }
|
313 | 313 | },
|
|
393 | 393 | "members":{
|
394 | 394 | "UserName":{
|
395 | 395 | "shape":"UserName",
|
396 |
| - "documentation":"<p>Contains the user’s username value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers and punctuation. The characters “<>;:%” are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.</p>" |
| 396 | + "documentation":"<p>Contains the user’s user name value. The length limit is 128 characters. This value can consist of letters, accented characters, symbols, numbers, and punctuation. The characters <code><>;:%</code> are excluded. This value is specified at the time the user is created and stored as an attribute of the user object in the identity store.</p>" |
397 | 397 | },
|
398 | 398 | "UserId":{
|
399 | 399 | "shape":"ResourceId",
|
|
425 | 425 | "documentation":"<p>The request failed because it contains a syntax error.</p>",
|
426 | 426 | "exception":true
|
427 | 427 | }
|
428 |
| - } |
| 428 | + }, |
| 429 | + "documentation":"<p>The AWS Single Sign-On (SSO) Identity Store service provides a single place to retrieve all of your identities (users and groups). For more information about AWS, see the <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html\">AWS Single Sign-On User Guide</a>.</p>" |
429 | 430 | }
|
0 commit comments