|
420 | 420 | "documentation":"<p>A string representing the type of address. For example, \"Home.\"</p>" |
421 | 421 | }, |
422 | 422 | "Primary":{ |
423 | | - "shape":"SensitiveBooleanType", |
| 423 | + "shape":"BooleanType", |
424 | 424 | "documentation":"<p>A Boolean value representing whether this is the primary address for the associated resource.</p>" |
425 | 425 | } |
426 | 426 | }, |
|
480 | 480 | "documentation":"<p>The value of the attribute. This is a <code>Document</code> type. This type is not supported by Java V1, Go V1, and older versions of the CLI.</p>", |
481 | 481 | "document":true |
482 | 482 | }, |
| 483 | + "BooleanType":{"type":"boolean"}, |
483 | 484 | "ConflictException":{ |
484 | 485 | "type":"structure", |
485 | 486 | "members":{ |
|
649 | 650 | "shape":"SensitiveStringType", |
650 | 651 | "documentation":"<p>The user's birthdate in YYYY-MM-DD format. This field supports standard date format for storing personal information.</p>" |
651 | 652 | }, |
| 653 | + "Roles":{ |
| 654 | + "shape":"Roles", |
| 655 | + "documentation":"<p>A list of <code>Role</code> objects containing roles associated with the user.</p>" |
| 656 | + }, |
652 | 657 | "Extensions":{ |
653 | 658 | "shape":"Extensions", |
654 | 659 | "documentation":"<p>A map with additional attribute extensions for the user. Each map key corresponds to an extension name, while map values represent extension data in <code>Document</code> type (not supported by Java V1, Go V1 and older versions of the CLI). <code>aws:identitystore:enterprise</code> is the only supported extension name.</p>" |
|
963 | 968 | "shape":"SensitiveStringType", |
964 | 969 | "documentation":"<p>The user's birthdate in YYYY-MM-DD format. This field returns the stored birthdate information for the user.</p>" |
965 | 970 | }, |
| 971 | + "Roles":{ |
| 972 | + "shape":"Roles", |
| 973 | + "documentation":"<p>The roles of the user.</p>" |
| 974 | + }, |
966 | 975 | "CreatedAt":{ |
967 | 976 | "shape":"DateType", |
968 | 977 | "documentation":"<p>The date and time the user was created.</p>" |
|
997 | 1006 | "documentation":"<p>A string representing the type of address. For example, \"Work.\"</p>" |
998 | 1007 | }, |
999 | 1008 | "Primary":{ |
1000 | | - "shape":"SensitiveBooleanType", |
| 1009 | + "shape":"BooleanType", |
1001 | 1010 | "documentation":"<p>A Boolean value representing whether this is the primary email address for the associated resource.</p>" |
1002 | 1011 | } |
1003 | 1012 | }, |
|
1308 | 1317 | "documentation":"<p>An object that contains the identifier of a group member. Setting the <code>UserID</code> field to the specific identifier for a user indicates that the user is a member of the group.</p>" |
1309 | 1318 | }, |
1310 | 1319 | "MembershipExists":{ |
1311 | | - "shape":"SensitiveBooleanType", |
| 1320 | + "shape":"BooleanType", |
1312 | 1321 | "documentation":"<p>Indicates whether a membership relation exists or not.</p>" |
1313 | 1322 | } |
1314 | 1323 | }, |
|
1609 | 1618 | "documentation":"<p>A string representing the type of a phone number. For example, \"Mobile.\"</p>" |
1610 | 1619 | }, |
1611 | 1620 | "Primary":{ |
1612 | | - "shape":"SensitiveBooleanType", |
| 1621 | + "shape":"BooleanType", |
1613 | 1622 | "documentation":"<p>A Boolean value representing whether this is the primary phone number for the associated resource.</p>" |
1614 | 1623 | } |
1615 | 1624 | }, |
|
1638 | 1647 | "documentation":"<p>A human-readable description of the photo for display purposes. This optional field provides context about the photo.</p>" |
1639 | 1648 | }, |
1640 | 1649 | "Primary":{ |
1641 | | - "shape":"SensitiveBooleanType", |
| 1650 | + "shape":"BooleanType", |
1642 | 1651 | "documentation":"<p>Specifies whether this is the user's primary photo. Default value is <code>false</code>. Only one photo can be designated as primary per user.</p>" |
1643 | 1652 | } |
1644 | 1653 | }, |
|
1701 | 1710 | ] |
1702 | 1711 | }, |
1703 | 1712 | "RetryAfterSeconds":{"type":"integer"}, |
1704 | | - "SensitiveBooleanType":{ |
1705 | | - "type":"boolean", |
1706 | | - "sensitive":true |
| 1713 | + "Role":{ |
| 1714 | + "type":"structure", |
| 1715 | + "members":{ |
| 1716 | + "Value":{ |
| 1717 | + "shape":"SensitiveStringType", |
| 1718 | + "documentation":"<p>A string containing a role name. For example, \"Researcher.\"</p>" |
| 1719 | + }, |
| 1720 | + "Type":{ |
| 1721 | + "shape":"SensitiveStringType", |
| 1722 | + "documentation":"<p>A string representing the type of role. For example, \"Work.\"</p>" |
| 1723 | + }, |
| 1724 | + "Primary":{ |
| 1725 | + "shape":"BooleanType", |
| 1726 | + "documentation":"<p>A Boolean value representing whether this is the primary role for the associated resource.</p>" |
| 1727 | + } |
| 1728 | + }, |
| 1729 | + "documentation":"<p>The role associated with the user.</p>" |
| 1730 | + }, |
| 1731 | + "Roles":{ |
| 1732 | + "type":"list", |
| 1733 | + "member":{"shape":"Role"}, |
| 1734 | + "max":1, |
| 1735 | + "min":1 |
1707 | 1736 | }, |
1708 | 1737 | "SensitiveStringType":{ |
1709 | 1738 | "type":"string", |
|
1907 | 1936 | "shape":"SensitiveStringType", |
1908 | 1937 | "documentation":"<p>The user's birthdate in YYYY-MM-DD format. This field stores personal birthdate information for the user.</p>" |
1909 | 1938 | }, |
| 1939 | + "Roles":{ |
| 1940 | + "shape":"Roles", |
| 1941 | + "documentation":"<p>A list of <code>Role</code> objects containing roles associated with the user.</p>" |
| 1942 | + }, |
1910 | 1943 | "CreatedAt":{ |
1911 | 1944 | "shape":"DateType", |
1912 | 1945 | "documentation":"<p>The date and time the user was created.</p>" |
|
0 commit comments