|
599 | 599 | "documentation": "<p>Represents the event action configuration for an element of a <code>Component</code> or <code>ComponentChild</code>. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components. <code>ActionParameters</code> defines the action that is performed when an event occurs on the component.</p>"
|
600 | 600 | },
|
601 | 601 | "Boolean": {
|
602 |
| - "type": "boolean" |
| 602 | + "type": "boolean", |
| 603 | + "box": true |
603 | 604 | },
|
604 | 605 | "Component": {
|
605 | 606 | "type": "structure",
|
|
955 | 956 | },
|
956 | 957 | "configured": {
|
957 | 958 | "shape": "Boolean",
|
958 |
| - "documentation": "<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>", |
959 |
| - "box": true |
| 959 | + "documentation": "<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>" |
960 | 960 | },
|
961 | 961 | "defaultValue": {
|
962 | 962 | "shape": "String",
|
|
1496 | 1496 | },
|
1497 | 1497 | "expiresIn": {
|
1498 | 1498 | "shape": "Integer",
|
1499 |
| - "documentation": "<p>The date and time when the new access token expires.</p>", |
1500 |
| - "box": true |
| 1499 | + "documentation": "<p>The date and time when the new access token expires.</p>" |
1501 | 1500 | },
|
1502 | 1501 | "refreshToken": {
|
1503 | 1502 | "shape": "SensitiveString",
|
|
1648 | 1647 | "members": {
|
1649 | 1648 | "excluded": {
|
1650 | 1649 | "shape": "Boolean",
|
1651 |
| - "documentation": "<p>Specifies whether to hide a field.</p>", |
1652 |
| - "box": true |
| 1650 | + "documentation": "<p>Specifies whether to hide a field.</p>" |
1653 | 1651 | },
|
1654 | 1652 | "inputType": {
|
1655 | 1653 | "shape": "FieldInputConfig",
|
|
1678 | 1676 | "members": {
|
1679 | 1677 | "defaultChecked": {
|
1680 | 1678 | "shape": "Boolean",
|
1681 |
| - "documentation": "<p>Specifies whether a field has a default value.</p>", |
1682 |
| - "box": true |
| 1679 | + "documentation": "<p>Specifies whether a field has a default value.</p>" |
1683 | 1680 | },
|
1684 | 1681 | "defaultCountryCode": {
|
1685 | 1682 | "shape": "String",
|
|
1693 | 1690 | "shape": "String",
|
1694 | 1691 | "documentation": "<p>The text to display to describe the field.</p>"
|
1695 | 1692 | },
|
| 1693 | + "isArray": { |
| 1694 | + "shape": "Boolean", |
| 1695 | + "documentation": "<p>Specifies whether to render the field as an array. This property is ignored if the <code>dataSourceType</code> for the form is a Data Store.</p>" |
| 1696 | + }, |
1696 | 1697 | "maxValue": {
|
1697 | 1698 | "shape": "Float",
|
1698 |
| - "documentation": "<p>The maximum value to display for the field.</p>", |
1699 |
| - "box": true |
| 1699 | + "documentation": "<p>The maximum value to display for the field.</p>" |
1700 | 1700 | },
|
1701 | 1701 | "minValue": {
|
1702 | 1702 | "shape": "Float",
|
1703 |
| - "documentation": "<p>The minimum value to display for the field.</p>", |
1704 |
| - "box": true |
| 1703 | + "documentation": "<p>The minimum value to display for the field.</p>" |
1705 | 1704 | },
|
1706 | 1705 | "name": {
|
1707 | 1706 | "shape": "String",
|
|
1713 | 1712 | },
|
1714 | 1713 | "readOnly": {
|
1715 | 1714 | "shape": "Boolean",
|
1716 |
| - "documentation": "<p>Specifies a read only field.</p>", |
1717 |
| - "box": true |
| 1715 | + "documentation": "<p>Specifies a read only field.</p>" |
1718 | 1716 | },
|
1719 | 1717 | "required": {
|
1720 | 1718 | "shape": "Boolean",
|
1721 |
| - "documentation": "<p>Specifies a field that requires input.</p>", |
1722 |
| - "box": true |
| 1719 | + "documentation": "<p>Specifies a field that requires input.</p>" |
1723 | 1720 | },
|
1724 | 1721 | "step": {
|
1725 | 1722 | "shape": "Float",
|
1726 |
| - "documentation": "<p>The stepping increment for a numeric value in a field.</p>", |
1727 |
| - "box": true |
| 1723 | + "documentation": "<p>The stepping increment for a numeric value in a field.</p>" |
1728 | 1724 | },
|
1729 | 1725 | "type": {
|
1730 | 1726 | "shape": "String",
|
|
1801 | 1797 | ]
|
1802 | 1798 | },
|
1803 | 1799 | "Float": {
|
1804 |
| - "type": "float" |
| 1800 | + "type": "float", |
| 1801 | + "box": true |
1805 | 1802 | },
|
1806 | 1803 | "Form": {
|
1807 | 1804 | "type": "structure",
|
|
1912 | 1909 | },
|
1913 | 1910 | "excluded": {
|
1914 | 1911 | "shape": "Boolean",
|
1915 |
| - "documentation": "<p>Specifies whether the button is visible on the form.</p>", |
1916 |
| - "box": true |
| 1912 | + "documentation": "<p>Specifies whether the button is visible on the form.</p>" |
1917 | 1913 | },
|
1918 | 1914 | "position": {
|
1919 | 1915 | "shape": "FieldPosition",
|
|
1950 | 1946 | "documentation": "<p>Displays a submit button.</p>"
|
1951 | 1947 | }
|
1952 | 1948 | },
|
1953 |
| - "documentation": "<p>Describes the call to action button configuration for the form..</p>" |
| 1949 | + "documentation": "<p>Describes the call to action button configuration for the form.</p>" |
1954 | 1950 | },
|
1955 | 1951 | "FormDataSourceType": {
|
1956 | 1952 | "type": "string",
|
|
2229 | 2225 | }
|
2230 | 2226 | },
|
2231 | 2227 | "Integer": {
|
2232 |
| - "type": "integer" |
| 2228 | + "type": "integer", |
| 2229 | + "box": true |
2233 | 2230 | },
|
2234 | 2231 | "ListComponentsLimit": {
|
2235 | 2232 | "type": "integer",
|
|
2258 | 2255 | "maxResults": {
|
2259 | 2256 | "shape": "ListComponentsLimit",
|
2260 | 2257 | "documentation": "<p>The maximum number of components to retrieve.</p>",
|
2261 |
| - "box": true, |
2262 | 2258 | "location": "querystring",
|
2263 | 2259 | "locationName": "maxResults"
|
2264 | 2260 | },
|
|
2313 | 2309 | "maxResults": {
|
2314 | 2310 | "shape": "ListFormsLimit",
|
2315 | 2311 | "documentation": "<p>The maximum number of forms to retrieve.</p>",
|
2316 |
| - "box": true, |
2317 | 2312 | "location": "querystring",
|
2318 | 2313 | "locationName": "maxResults"
|
2319 | 2314 | },
|
|
2368 | 2363 | "maxResults": {
|
2369 | 2364 | "shape": "ListThemesLimit",
|
2370 | 2365 | "documentation": "<p>The maximum number of theme results to return in the response.</p>",
|
2371 |
| - "box": true, |
2372 | 2366 | "location": "querystring",
|
2373 | 2367 | "locationName": "maxResults"
|
2374 | 2368 | },
|
|
2550 | 2544 | },
|
2551 | 2545 | "expiresIn": {
|
2552 | 2546 | "shape": "Integer",
|
2553 |
| - "documentation": "<p>The date and time when the new access token expires.</p>", |
2554 |
| - "box": true |
| 2547 | + "documentation": "<p>The date and time when the new access token expires.</p>" |
2555 | 2548 | }
|
2556 | 2549 | }
|
2557 | 2550 | },
|
|
2563 | 2556 | "members": {
|
2564 | 2557 | "level": {
|
2565 | 2558 | "shape": "Integer",
|
2566 |
| - "documentation": "<p>Specifies the size of the font for a <code>Heading</code> sectional element. Valid values are <code>1 | 2 | 3 | 4 | 5 | 6</code>.</p>", |
2567 |
| - "box": true |
| 2559 | + "documentation": "<p>Specifies the size of the font for a <code>Heading</code> sectional element. Valid values are <code>1 | 2 | 3 | 4 | 5 | 6</code>.</p>" |
2568 | 2560 | },
|
2569 | 2561 | "orientation": {
|
2570 | 2562 | "shape": "String",
|
|
0 commit comments