1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.identitystore#AWSIdentityStore": {
33            "type": "service",
34            "version": "2020-06-15",
35            "operations": [
36                {
37                    "target": "com.amazonaws.identitystore#DescribeGroup"
38                },
39                {
40                    "target": "com.amazonaws.identitystore#DescribeUser"
41                },
42                {
43                    "target": "com.amazonaws.identitystore#ListGroups"
44                },
45                {
46                    "target": "com.amazonaws.identitystore#ListUsers"
47                }
48            ],
49            "traits": {
50                "aws.api#service": {
51                    "sdkId": "identitystore",
52                    "arnNamespace": "identitystore",
53                    "cloudFormationName": "Identitystore",
54                    "cloudTrailEventSource": "identitystore.amazonaws.com",
55                    "endpointPrefix": "identitystore"
56                },
57                "aws.auth#sigv4": {
58                    "name": "identitystore"
59                },
60                "aws.protocols#awsJson1_1": {},
61                "smithy.api#title": "AWS SSO Identity Store"
62            }
63        },
64        "com.amazonaws.identitystore#AccessDeniedException": {
65            "type": "structure",
66            "members": {
67                "Message": {
68                    "target": "com.amazonaws.identitystore#Message"
69                },
70                "RequestId": {
71                    "target": "com.amazonaws.identitystore#RequestId",
72                    "traits": {
73                        "smithy.api#documentation": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
74                    }
75                }
76            },
77            "traits": {
78                "smithy.api#documentation": "<p>You do not have sufficient access to perform this action.</p>",
79                "smithy.api#error": "client",
80                "smithy.api#httpError": 403
81            }
82        },
83        "com.amazonaws.identitystore#AttributePath": {
84            "type": "string",
85            "traits": {
86                "smithy.api#length": {
87                    "min": 1,
88                    "max": 255
89                },
90                "smithy.api#pattern": "[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}  ]+"
91            }
92        },
93        "com.amazonaws.identitystore#DescribeGroup": {
94            "type": "operation",
95            "input": {
96                "target": "com.amazonaws.identitystore#DescribeGroupRequest"
97            },
98            "output": {
99                "target": "com.amazonaws.identitystore#DescribeGroupResponse"
100            },
101            "errors": [
102                {
103                    "target": "com.amazonaws.identitystore#AccessDeniedException"
104                },
105                {
106                    "target": "com.amazonaws.identitystore#InternalServerException"
107                },
108                {
109                    "target": "com.amazonaws.identitystore#ResourceNotFoundException"
110                },
111                {
112                    "target": "com.amazonaws.identitystore#ThrottlingException"
113                },
114                {
115                    "target": "com.amazonaws.identitystore#ValidationException"
116                }
117            ],
118            "traits": {
119                "smithy.api#documentation": "<p>Retrieves the group metadata and attributes from <code>GroupId</code> in an identity store.</p>"
120            }
121        },
122        "com.amazonaws.identitystore#DescribeGroupRequest": {
123            "type": "structure",
124            "members": {
125                "IdentityStoreId": {
126                    "target": "com.amazonaws.identitystore#IdentityStoreId",
127                    "traits": {
128                        "smithy.api#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>",
129                        "smithy.api#required": {}
130                    }
131                },
132                "GroupId": {
133                    "target": "com.amazonaws.identitystore#ResourceId",
134                    "traits": {
135                        "smithy.api#documentation": "<p>The identifier for a group in the identity store.</p>",
136                        "smithy.api#required": {}
137                    }
138                }
139            }
140        },
141        "com.amazonaws.identitystore#DescribeGroupResponse": {
142            "type": "structure",
143            "members": {
144                "GroupId": {
145                    "target": "com.amazonaws.identitystore#ResourceId",
146                    "traits": {
147                        "smithy.api#documentation": "<p>The identifier for a group in the identity store.</p>",
148                        "smithy.api#required": {}
149                    }
150                },
151                "DisplayName": {
152                    "target": "com.amazonaws.identitystore#GroupDisplayName",
153                    "traits": {
154                        "smithy.api#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>",
155                        "smithy.api#required": {}
156                    }
157                }
158            }
159        },
160        "com.amazonaws.identitystore#DescribeUser": {
161            "type": "operation",
162            "input": {
163                "target": "com.amazonaws.identitystore#DescribeUserRequest"
164            },
165            "output": {
166                "target": "com.amazonaws.identitystore#DescribeUserResponse"
167            },
168            "errors": [
169                {
170                    "target": "com.amazonaws.identitystore#AccessDeniedException"
171                },
172                {
173                    "target": "com.amazonaws.identitystore#InternalServerException"
174                },
175                {
176                    "target": "com.amazonaws.identitystore#ResourceNotFoundException"
177                },
178                {
179                    "target": "com.amazonaws.identitystore#ThrottlingException"
180                },
181                {
182                    "target": "com.amazonaws.identitystore#ValidationException"
183                }
184            ],
185            "traits": {
186                "smithy.api#documentation": "<p>Retrieves the user metadata and attributes from <code>UserId</code> in an identity store.</p>"
187            }
188        },
189        "com.amazonaws.identitystore#DescribeUserRequest": {
190            "type": "structure",
191            "members": {
192                "IdentityStoreId": {
193                    "target": "com.amazonaws.identitystore#IdentityStoreId",
194                    "traits": {
195                        "smithy.api#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>",
196                        "smithy.api#required": {}
197                    }
198                },
199                "UserId": {
200                    "target": "com.amazonaws.identitystore#ResourceId",
201                    "traits": {
202                        "smithy.api#documentation": "<p>The identifier for a user in the identity store.</p>",
203                        "smithy.api#required": {}
204                    }
205                }
206            }
207        },
208        "com.amazonaws.identitystore#DescribeUserResponse": {
209            "type": "structure",
210            "members": {
211                "UserName": {
212                    "target": "com.amazonaws.identitystore#UserName",
213                    "traits": {
214                        "smithy.api#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>",
215                        "smithy.api#required": {}
216                    }
217                },
218                "UserId": {
219                    "target": "com.amazonaws.identitystore#ResourceId",
220                    "traits": {
221                        "smithy.api#documentation": "<p>The identifier for a user in the identity store.</p>",
222                        "smithy.api#required": {}
223                    }
224                }
225            }
226        },
227        "com.amazonaws.identitystore#Filter": {
228            "type": "structure",
229            "members": {
230                "AttributePath": {
231                    "target": "com.amazonaws.identitystore#AttributePath",
232                    "traits": {
233                        "smithy.api#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>",
234                        "smithy.api#required": {}
235                    }
236                },
237                "AttributeValue": {
238                    "target": "com.amazonaws.identitystore#SensitiveStringType",
239                    "traits": {
240                        "smithy.api#documentation": "<p>Represents the data for an attribute. Each attribute value is described as a name-value pair. </p>",
241                        "smithy.api#required": {}
242                    }
243                }
244            },
245            "traits": {
246                "smithy.api#documentation": "<p>A query filter used by <code>ListUsers</code> and <code>ListGroup</code>. This filter object provides the attribute name and attribute value to search users or groups.</p>"
247            }
248        },
249        "com.amazonaws.identitystore#Filters": {
250            "type": "list",
251            "member": {
252                "target": "com.amazonaws.identitystore#Filter"
253            }
254        },
255        "com.amazonaws.identitystore#Group": {
256            "type": "structure",
257            "members": {
258                "GroupId": {
259                    "target": "com.amazonaws.identitystore#ResourceId",
260                    "traits": {
261                        "smithy.api#documentation": "<p>The identifier for a group in the identity store.</p>",
262                        "smithy.api#required": {}
263                    }
264                },
265                "DisplayName": {
266                    "target": "com.amazonaws.identitystore#GroupDisplayName",
267                    "traits": {
268                        "smithy.api#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>",
269                        "smithy.api#required": {}
270                    }
271                }
272            },
273            "traits": {
274                "smithy.api#documentation": "<p>A group object, which contains a specified group’s metadata and attributes.</p>"
275            }
276        },
277        "com.amazonaws.identitystore#GroupDisplayName": {
278            "type": "string",
279            "traits": {
280                "smithy.api#length": {
281                    "min": 1,
282                    "max": 1024
283                },
284                "smithy.api#pattern": "[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+"
285            }
286        },
287        "com.amazonaws.identitystore#Groups": {
288            "type": "list",
289            "member": {
290                "target": "com.amazonaws.identitystore#Group"
291            }
292        },
293        "com.amazonaws.identitystore#IdentityStoreId": {
294            "type": "string",
295            "traits": {
296                "smithy.api#length": {
297                    "min": 1,
298                    "max": 12
299                },
300                "smithy.api#pattern": "^d-[0-9a-f]{10}$"
301            }
302        },
303        "com.amazonaws.identitystore#InternalServerException": {
304            "type": "structure",
305            "members": {
306                "Message": {
307                    "target": "com.amazonaws.identitystore#Message"
308                },
309                "RequestId": {
310                    "target": "com.amazonaws.identitystore#RequestId",
311                    "traits": {
312                        "smithy.api#documentation": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
313                    }
314                }
315            },
316            "traits": {
317                "smithy.api#documentation": "<p>The request processing has failed because of an unknown error, exception or failure with an internal server.</p>",
318                "smithy.api#error": "server",
319                "smithy.api#httpError": 500
320            }
321        },
322        "com.amazonaws.identitystore#ListGroups": {
323            "type": "operation",
324            "input": {
325                "target": "com.amazonaws.identitystore#ListGroupsRequest"
326            },
327            "output": {
328                "target": "com.amazonaws.identitystore#ListGroupsResponse"
329            },
330            "errors": [
331                {
332                    "target": "com.amazonaws.identitystore#AccessDeniedException"
333                },
334                {
335                    "target": "com.amazonaws.identitystore#InternalServerException"
336                },
337                {
338                    "target": "com.amazonaws.identitystore#ResourceNotFoundException"
339                },
340                {
341                    "target": "com.amazonaws.identitystore#ThrottlingException"
342                },
343                {
344                    "target": "com.amazonaws.identitystore#ValidationException"
345                }
346            ],
347            "traits": {
348                "smithy.api#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>",
349                "smithy.api#paginated": {
350                    "inputToken": "NextToken",
351                    "outputToken": "NextToken",
352                    "pageSize": "MaxResults"
353                }
354            }
355        },
356        "com.amazonaws.identitystore#ListGroupsRequest": {
357            "type": "structure",
358            "members": {
359                "IdentityStoreId": {
360                    "target": "com.amazonaws.identitystore#IdentityStoreId",
361                    "traits": {
362                        "smithy.api#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>",
363                        "smithy.api#required": {}
364                    }
365                },
366                "MaxResults": {
367                    "target": "com.amazonaws.identitystore#MaxResults",
368                    "traits": {
369                        "smithy.api#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>"
370                    }
371                },
372                "NextToken": {
373                    "target": "com.amazonaws.identitystore#NextToken",
374                    "traits": {
375                        "smithy.api#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>"
376                    }
377                },
378                "Filters": {
379                    "target": "com.amazonaws.identitystore#Filters",
380                    "traits": {
381                        "smithy.api#documentation": "<p>A list of <code>Filter</code> objects, which is used in the <code>ListUsers</code> and <code>ListGroups</code> request. </p>"
382                    }
383                }
384            }
385        },
386        "com.amazonaws.identitystore#ListGroupsResponse": {
387            "type": "structure",
388            "members": {
389                "Groups": {
390                    "target": "com.amazonaws.identitystore#Groups",
391                    "traits": {
392                        "smithy.api#documentation": "<p>A list of <code>Group</code> objects in the identity store.</p>",
393                        "smithy.api#required": {}
394                    }
395                },
396                "NextToken": {
397                    "target": "com.amazonaws.identitystore#NextToken",
398                    "traits": {
399                        "smithy.api#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>"
400                    }
401                }
402            }
403        },
404        "com.amazonaws.identitystore#ListUsers": {
405            "type": "operation",
406            "input": {
407                "target": "com.amazonaws.identitystore#ListUsersRequest"
408            },
409            "output": {
410                "target": "com.amazonaws.identitystore#ListUsersResponse"
411            },
412            "errors": [
413                {
414                    "target": "com.amazonaws.identitystore#AccessDeniedException"
415                },
416                {
417                    "target": "com.amazonaws.identitystore#InternalServerException"
418                },
419                {
420                    "target": "com.amazonaws.identitystore#ResourceNotFoundException"
421                },
422                {
423                    "target": "com.amazonaws.identitystore#ThrottlingException"
424                },
425                {
426                    "target": "com.amazonaws.identitystore#ValidationException"
427                }
428            ],
429            "traits": {
430                "smithy.api#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>",
431                "smithy.api#paginated": {
432                    "inputToken": "NextToken",
433                    "outputToken": "NextToken",
434                    "pageSize": "MaxResults"
435                }
436            }
437        },
438        "com.amazonaws.identitystore#ListUsersRequest": {
439            "type": "structure",
440            "members": {
441                "IdentityStoreId": {
442                    "target": "com.amazonaws.identitystore#IdentityStoreId",
443                    "traits": {
444                        "smithy.api#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>",
445                        "smithy.api#required": {}
446                    }
447                },
448                "MaxResults": {
449                    "target": "com.amazonaws.identitystore#MaxResults",
450                    "traits": {
451                        "smithy.api#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>"
452                    }
453                },
454                "NextToken": {
455                    "target": "com.amazonaws.identitystore#NextToken",
456                    "traits": {
457                        "smithy.api#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>"
458                    }
459                },
460                "Filters": {
461                    "target": "com.amazonaws.identitystore#Filters",
462                    "traits": {
463                        "smithy.api#documentation": "<p>A list of <code>Filter</code> objects, which is used in the <code>ListUsers</code> and <code>ListGroups</code> request. </p>"
464                    }
465                }
466            }
467        },
468        "com.amazonaws.identitystore#ListUsersResponse": {
469            "type": "structure",
470            "members": {
471                "Users": {
472                    "target": "com.amazonaws.identitystore#Users",
473                    "traits": {
474                        "smithy.api#documentation": "<p>A list of <code>User</code> objects in the identity store.</p>",
475                        "smithy.api#required": {}
476                    }
477                },
478                "NextToken": {
479                    "target": "com.amazonaws.identitystore#NextToken",
480                    "traits": {
481                        "smithy.api#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>"
482                    }
483                }
484            }
485        },
486        "com.amazonaws.identitystore#MaxResults": {
487            "type": "integer",
488            "traits": {
489                "smithy.api#box": {},
490                "smithy.api#range": {
491                    "min": 1,
492                    "max": 50
493                }
494            }
495        },
496        "com.amazonaws.identitystore#Message": {
497            "type": "string",
498            "traits": {
499                "smithy.api#length": {
500                    "min": 1,
501                    "max": 65535
502                }
503            }
504        },
505        "com.amazonaws.identitystore#NextToken": {
506            "type": "string",
507            "traits": {
508                "smithy.api#length": {
509                    "min": 1,
510                    "max": 65535
511                },
512                "smithy.api#pattern": "^[-a-zA-Z0-9+=/:]*"
513            }
514        },
515        "com.amazonaws.identitystore#RequestId": {
516            "type": "string",
517            "traits": {
518                "smithy.api#pattern": "[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}"
519            }
520        },
521        "com.amazonaws.identitystore#ResourceId": {
522            "type": "string",
523            "traits": {
524                "smithy.api#length": {
525                    "min": 1,
526                    "max": 47
527                },
528                "smithy.api#pattern": "^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$"
529            }
530        },
531        "com.amazonaws.identitystore#ResourceNotFoundException": {
532            "type": "structure",
533            "members": {
534                "ResourceType": {
535                    "target": "com.amazonaws.identitystore#ResourceType",
536                    "traits": {
537                        "smithy.api#documentation": "<p>The type of resource in the Identity Store service, which is an enum object. Valid values include USER, GROUP, and IDENTITY_STORE.</p>"
538                    }
539                },
540                "ResourceId": {
541                    "target": "com.amazonaws.identitystore#ResourceId",
542                    "traits": {
543                        "smithy.api#documentation": "<p>The identifier for a resource in the identity store, which can be used as <code>UserId</code> or <code>GroupId</code>. The format for <code>ResourceId</code> is either <code>UUID</code> or <code>1234567890-UUID</code>, where <code>UUID</code> is a randomly generated value for each resource when it is created and <code>1234567890</code> represents the <code>IdentityStoreId</code> string value. In the case that the identity store is migrated from a legacy SSO identity store, the <code>ResourceId</code> for that identity store will be in the format of <code>UUID</code>. Otherwise, it will be in the <code>1234567890-UUID</code> format.</p>"
544                    }
545                },
546                "Message": {
547                    "target": "com.amazonaws.identitystore#Message"
548                },
549                "RequestId": {
550                    "target": "com.amazonaws.identitystore#RequestId",
551                    "traits": {
552                        "smithy.api#documentation": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
553                    }
554                }
555            },
556            "traits": {
557                "smithy.api#documentation": "<p>Indicates that a requested resource is not found.</p>",
558                "smithy.api#error": "client",
559                "smithy.api#httpError": 404
560            }
561        },
562        "com.amazonaws.identitystore#ResourceType": {
563            "type": "string",
564            "traits": {
565                "smithy.api#enum": [
566                    {
567                        "value": "GROUP",
568                        "name": "GROUP"
569                    },
570                    {
571                        "value": "USER",
572                        "name": "USER"
573                    },
574                    {
575                        "value": "IDENTITY_STORE",
576                        "name": "IDENTITY_STORE"
577                    }
578                ]
579            }
580        },
581        "com.amazonaws.identitystore#SensitiveStringType": {
582            "type": "string",
583            "traits": {
584                "smithy.api#length": {
585                    "min": 1,
586                    "max": 1024
587                },
588                "smithy.api#pattern": "[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\t\\n\\r  ]+",
589                "smithy.api#sensitive": {}
590            }
591        },
592        "com.amazonaws.identitystore#ThrottlingException": {
593            "type": "structure",
594            "members": {
595                "Message": {
596                    "target": "com.amazonaws.identitystore#Message"
597                },
598                "RequestId": {
599                    "target": "com.amazonaws.identitystore#RequestId",
600                    "traits": {
601                        "smithy.api#documentation": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
602                    }
603                }
604            },
605            "traits": {
606                "smithy.api#documentation": "<p>Indicates that the principal has crossed the throttling limits of the API operations.</p>",
607                "smithy.api#error": "client",
608                "smithy.api#httpError": 429
609            }
610        },
611        "com.amazonaws.identitystore#User": {
612            "type": "structure",
613            "members": {
614                "UserName": {
615                    "target": "com.amazonaws.identitystore#UserName",
616                    "traits": {
617                        "smithy.api#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>",
618                        "smithy.api#required": {}
619                    }
620                },
621                "UserId": {
622                    "target": "com.amazonaws.identitystore#ResourceId",
623                    "traits": {
624                        "smithy.api#documentation": "<p>The identifier for a user in the identity store.</p>",
625                        "smithy.api#required": {}
626                    }
627                }
628            },
629            "traits": {
630                "smithy.api#documentation": "<p>A user object, which contains a specified user’s metadata and attributes.</p>"
631            }
632        },
633        "com.amazonaws.identitystore#UserName": {
634            "type": "string",
635            "traits": {
636                "smithy.api#length": {
637                    "min": 1,
638                    "max": 128
639                },
640                "smithy.api#pattern": "[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+",
641                "smithy.api#sensitive": {}
642            }
643        },
644        "com.amazonaws.identitystore#Users": {
645            "type": "list",
646            "member": {
647                "target": "com.amazonaws.identitystore#User"
648            }
649        },
650        "com.amazonaws.identitystore#ValidationException": {
651            "type": "structure",
652            "members": {
653                "Message": {
654                    "target": "com.amazonaws.identitystore#Message"
655                },
656                "RequestId": {
657                    "target": "com.amazonaws.identitystore#RequestId",
658                    "traits": {
659                        "smithy.api#documentation": "<p>The identifier for each request. This value is a globally unique ID that is generated by the Identity Store service for each sent request, and is then returned inside the exception if the request fails.</p>"
660                    }
661                }
662            },
663            "traits": {
664                "smithy.api#documentation": "<p>The request failed because it contains a syntax error.</p>",
665                "smithy.api#error": "client",
666                "smithy.api#httpError": 400
667            }
668        }
669    }
670}
671