|
404 | 404 | },
|
405 | 405 | "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>"
|
406 | 406 | },
|
407 |
| - "Boolean":{"type":"boolean"}, |
| 407 | + "Boolean":{ |
| 408 | + "type":"boolean", |
| 409 | + "box":true |
| 410 | + }, |
408 | 411 | "Component":{
|
409 | 412 | "type":"structure",
|
410 | 413 | "required":[
|
|
729 | 732 | },
|
730 | 733 | "configured":{
|
731 | 734 | "shape":"Boolean",
|
732 |
| - "documentation":"<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>", |
733 |
| - "box":true |
| 735 | + "documentation":"<p>Specifies whether the user configured the property in Amplify Studio after importing it.</p>" |
734 | 736 | },
|
735 | 737 | "defaultValue":{
|
736 | 738 | "shape":"String",
|
|
1258 | 1260 | },
|
1259 | 1261 | "expiresIn":{
|
1260 | 1262 | "shape":"Integer",
|
1261 |
| - "documentation":"<p>The date and time when the new access token expires.</p>", |
1262 |
| - "box":true |
| 1263 | + "documentation":"<p>The date and time when the new access token expires.</p>" |
1263 | 1264 | },
|
1264 | 1265 | "refreshToken":{
|
1265 | 1266 | "shape":"SensitiveString",
|
|
1400 | 1401 | "members":{
|
1401 | 1402 | "excluded":{
|
1402 | 1403 | "shape":"Boolean",
|
1403 |
| - "documentation":"<p>Specifies whether to hide a field.</p>", |
1404 |
| - "box":true |
| 1404 | + "documentation":"<p>Specifies whether to hide a field.</p>" |
1405 | 1405 | },
|
1406 | 1406 | "inputType":{
|
1407 | 1407 | "shape":"FieldInputConfig",
|
|
1428 | 1428 | "members":{
|
1429 | 1429 | "defaultChecked":{
|
1430 | 1430 | "shape":"Boolean",
|
1431 |
| - "documentation":"<p>Specifies whether a field has a default value.</p>", |
1432 |
| - "box":true |
| 1431 | + "documentation":"<p>Specifies whether a field has a default value.</p>" |
1433 | 1432 | },
|
1434 | 1433 | "defaultCountryCode":{
|
1435 | 1434 | "shape":"String",
|
|
1443 | 1442 | "shape":"String",
|
1444 | 1443 | "documentation":"<p>The text to display to describe the field.</p>"
|
1445 | 1444 | },
|
| 1445 | + "isArray":{ |
| 1446 | + "shape":"Boolean", |
| 1447 | + "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>" |
| 1448 | + }, |
1446 | 1449 | "maxValue":{
|
1447 | 1450 | "shape":"Float",
|
1448 |
| - "documentation":"<p>The maximum value to display for the field.</p>", |
1449 |
| - "box":true |
| 1451 | + "documentation":"<p>The maximum value to display for the field.</p>" |
1450 | 1452 | },
|
1451 | 1453 | "minValue":{
|
1452 | 1454 | "shape":"Float",
|
1453 |
| - "documentation":"<p>The minimum value to display for the field.</p>", |
1454 |
| - "box":true |
| 1455 | + "documentation":"<p>The minimum value to display for the field.</p>" |
1455 | 1456 | },
|
1456 | 1457 | "name":{
|
1457 | 1458 | "shape":"String",
|
|
1463 | 1464 | },
|
1464 | 1465 | "readOnly":{
|
1465 | 1466 | "shape":"Boolean",
|
1466 |
| - "documentation":"<p>Specifies a read only field.</p>", |
1467 |
| - "box":true |
| 1467 | + "documentation":"<p>Specifies a read only field.</p>" |
1468 | 1468 | },
|
1469 | 1469 | "required":{
|
1470 | 1470 | "shape":"Boolean",
|
1471 |
| - "documentation":"<p>Specifies a field that requires input.</p>", |
1472 |
| - "box":true |
| 1471 | + "documentation":"<p>Specifies a field that requires input.</p>" |
1473 | 1472 | },
|
1474 | 1473 | "step":{
|
1475 | 1474 | "shape":"Float",
|
1476 |
| - "documentation":"<p>The stepping increment for a numeric value in a field.</p>", |
1477 |
| - "box":true |
| 1475 | + "documentation":"<p>The stepping increment for a numeric value in a field.</p>" |
1478 | 1476 | },
|
1479 | 1477 | "type":{
|
1480 | 1478 | "shape":"String",
|
|
1542 | 1540 | "type":"string",
|
1543 | 1541 | "enum":["first"]
|
1544 | 1542 | },
|
1545 |
| - "Float":{"type":"float"}, |
| 1543 | + "Float":{ |
| 1544 | + "type":"float", |
| 1545 | + "box":true |
| 1546 | + }, |
1546 | 1547 | "Form":{
|
1547 | 1548 | "type":"structure",
|
1548 | 1549 | "required":[
|
|
1648 | 1649 | },
|
1649 | 1650 | "excluded":{
|
1650 | 1651 | "shape":"Boolean",
|
1651 |
| - "documentation":"<p>Specifies whether the button is visible on the form.</p>", |
1652 |
| - "box":true |
| 1652 | + "documentation":"<p>Specifies whether the button is visible on the form.</p>" |
1653 | 1653 | },
|
1654 | 1654 | "position":{
|
1655 | 1655 | "shape":"FieldPosition",
|
|
1686 | 1686 | "documentation":"<p>Displays a submit button.</p>"
|
1687 | 1687 | }
|
1688 | 1688 | },
|
1689 |
| - "documentation":"<p>Describes the call to action button configuration for the form..</p>" |
| 1689 | + "documentation":"<p>Describes the call to action button configuration for the form.</p>" |
1690 | 1690 | },
|
1691 | 1691 | "FormDataSourceType":{
|
1692 | 1692 | "type":"string",
|
|
1956 | 1956 | "type":"list",
|
1957 | 1957 | "member":{"shape":"String"}
|
1958 | 1958 | },
|
1959 |
| - "Integer":{"type":"integer"}, |
| 1959 | + "Integer":{ |
| 1960 | + "type":"integer", |
| 1961 | + "box":true |
| 1962 | + }, |
1960 | 1963 | "InternalServerException":{
|
1961 | 1964 | "type":"structure",
|
1962 | 1965 | "members":{
|
|
2006 | 2009 | "maxResults":{
|
2007 | 2010 | "shape":"ListComponentsLimit",
|
2008 | 2011 | "documentation":"<p>The maximum number of components to retrieve.</p>",
|
2009 |
| - "box":true, |
2010 | 2012 | "location":"querystring",
|
2011 | 2013 | "locationName":"maxResults"
|
2012 | 2014 | },
|
|
2059 | 2061 | "maxResults":{
|
2060 | 2062 | "shape":"ListFormsLimit",
|
2061 | 2063 | "documentation":"<p>The maximum number of forms to retrieve.</p>",
|
2062 |
| - "box":true, |
2063 | 2064 | "location":"querystring",
|
2064 | 2065 | "locationName":"maxResults"
|
2065 | 2066 | },
|
|
2112 | 2113 | "maxResults":{
|
2113 | 2114 | "shape":"ListThemesLimit",
|
2114 | 2115 | "documentation":"<p>The maximum number of theme results to return in the response.</p>",
|
2115 |
| - "box":true, |
2116 | 2116 | "location":"querystring",
|
2117 | 2117 | "locationName":"maxResults"
|
2118 | 2118 | },
|
|
2284 | 2284 | },
|
2285 | 2285 | "expiresIn":{
|
2286 | 2286 | "shape":"Integer",
|
2287 |
| - "documentation":"<p>The date and time when the new access token expires.</p>", |
2288 |
| - "box":true |
| 2287 | + "documentation":"<p>The date and time when the new access token expires.</p>" |
2289 | 2288 | }
|
2290 | 2289 | }
|
2291 | 2290 | },
|
|
2319 | 2318 | "members":{
|
2320 | 2319 | "level":{
|
2321 | 2320 | "shape":"Integer",
|
2322 |
| - "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>", |
2323 |
| - "box":true |
| 2321 | + "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>" |
2324 | 2322 | },
|
2325 | 2323 | "orientation":{
|
2326 | 2324 | "shape":"String",
|
|
0 commit comments