amplifyuibuilder-2021-08-11.min.json 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2021-08-11",
  5. "endpointPrefix": "amplifyuibuilder",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceFullName": "AWS Amplify UI Builder",
  9. "serviceId": "AmplifyUIBuilder",
  10. "signatureVersion": "v4",
  11. "signingName": "amplifyuibuilder",
  12. "uid": "amplifyuibuilder-2021-08-11"
  13. },
  14. "operations": {
  15. "CreateComponent": {
  16. "http": {
  17. "requestUri": "/app/{appId}/environment/{environmentName}/components",
  18. "responseCode": 200
  19. },
  20. "input": {
  21. "type": "structure",
  22. "required": [
  23. "appId",
  24. "environmentName",
  25. "componentToCreate"
  26. ],
  27. "members": {
  28. "appId": {
  29. "location": "uri",
  30. "locationName": "appId"
  31. },
  32. "environmentName": {
  33. "location": "uri",
  34. "locationName": "environmentName"
  35. },
  36. "clientToken": {
  37. "idempotencyToken": true,
  38. "location": "querystring",
  39. "locationName": "clientToken"
  40. },
  41. "componentToCreate": {
  42. "type": "structure",
  43. "required": [
  44. "name",
  45. "componentType",
  46. "properties",
  47. "variants",
  48. "overrides",
  49. "bindingProperties"
  50. ],
  51. "members": {
  52. "name": {},
  53. "sourceId": {},
  54. "componentType": {},
  55. "properties": {
  56. "shape": "S6"
  57. },
  58. "children": {
  59. "shape": "Se"
  60. },
  61. "variants": {
  62. "shape": "Sk"
  63. },
  64. "overrides": {
  65. "shape": "Sn"
  66. },
  67. "bindingProperties": {
  68. "shape": "Sp"
  69. },
  70. "collectionProperties": {
  71. "shape": "Sv"
  72. },
  73. "tags": {
  74. "shape": "S11"
  75. },
  76. "events": {
  77. "shape": "Sg"
  78. },
  79. "schemaVersion": {}
  80. }
  81. }
  82. },
  83. "payload": "componentToCreate"
  84. },
  85. "output": {
  86. "type": "structure",
  87. "members": {
  88. "entity": {
  89. "shape": "S15"
  90. }
  91. },
  92. "payload": "entity"
  93. },
  94. "idempotent": true
  95. },
  96. "CreateForm": {
  97. "http": {
  98. "requestUri": "/app/{appId}/environment/{environmentName}/forms",
  99. "responseCode": 200
  100. },
  101. "input": {
  102. "type": "structure",
  103. "required": [
  104. "appId",
  105. "environmentName",
  106. "formToCreate"
  107. ],
  108. "members": {
  109. "appId": {
  110. "location": "uri",
  111. "locationName": "appId"
  112. },
  113. "environmentName": {
  114. "location": "uri",
  115. "locationName": "environmentName"
  116. },
  117. "clientToken": {
  118. "idempotencyToken": true,
  119. "location": "querystring",
  120. "locationName": "clientToken"
  121. },
  122. "formToCreate": {
  123. "type": "structure",
  124. "required": [
  125. "name",
  126. "dataType",
  127. "formActionType",
  128. "fields",
  129. "style",
  130. "sectionalElements",
  131. "schemaVersion"
  132. ],
  133. "members": {
  134. "name": {},
  135. "dataType": {
  136. "shape": "S1b"
  137. },
  138. "formActionType": {},
  139. "fields": {
  140. "shape": "S1e"
  141. },
  142. "style": {
  143. "shape": "S20"
  144. },
  145. "sectionalElements": {
  146. "shape": "S22"
  147. },
  148. "schemaVersion": {},
  149. "cta": {
  150. "shape": "S24"
  151. },
  152. "tags": {
  153. "shape": "S11"
  154. },
  155. "labelDecorator": {}
  156. }
  157. }
  158. },
  159. "payload": "formToCreate"
  160. },
  161. "output": {
  162. "type": "structure",
  163. "members": {
  164. "entity": {
  165. "shape": "S29"
  166. }
  167. },
  168. "payload": "entity"
  169. },
  170. "idempotent": true
  171. },
  172. "CreateTheme": {
  173. "http": {
  174. "requestUri": "/app/{appId}/environment/{environmentName}/themes",
  175. "responseCode": 200
  176. },
  177. "input": {
  178. "type": "structure",
  179. "required": [
  180. "appId",
  181. "environmentName",
  182. "themeToCreate"
  183. ],
  184. "members": {
  185. "appId": {
  186. "location": "uri",
  187. "locationName": "appId"
  188. },
  189. "environmentName": {
  190. "location": "uri",
  191. "locationName": "environmentName"
  192. },
  193. "clientToken": {
  194. "idempotencyToken": true,
  195. "location": "querystring",
  196. "locationName": "clientToken"
  197. },
  198. "themeToCreate": {
  199. "type": "structure",
  200. "required": [
  201. "name",
  202. "values"
  203. ],
  204. "members": {
  205. "name": {},
  206. "values": {
  207. "shape": "S2d"
  208. },
  209. "overrides": {
  210. "shape": "S2d"
  211. },
  212. "tags": {
  213. "shape": "S11"
  214. }
  215. }
  216. }
  217. },
  218. "payload": "themeToCreate"
  219. },
  220. "output": {
  221. "type": "structure",
  222. "members": {
  223. "entity": {
  224. "shape": "S2h"
  225. }
  226. },
  227. "payload": "entity"
  228. },
  229. "idempotent": true
  230. },
  231. "DeleteComponent": {
  232. "http": {
  233. "method": "DELETE",
  234. "requestUri": "/app/{appId}/environment/{environmentName}/components/{id}",
  235. "responseCode": 200
  236. },
  237. "input": {
  238. "type": "structure",
  239. "required": [
  240. "appId",
  241. "environmentName",
  242. "id"
  243. ],
  244. "members": {
  245. "appId": {
  246. "location": "uri",
  247. "locationName": "appId"
  248. },
  249. "environmentName": {
  250. "location": "uri",
  251. "locationName": "environmentName"
  252. },
  253. "id": {
  254. "location": "uri",
  255. "locationName": "id"
  256. }
  257. }
  258. },
  259. "idempotent": true
  260. },
  261. "DeleteForm": {
  262. "http": {
  263. "method": "DELETE",
  264. "requestUri": "/app/{appId}/environment/{environmentName}/forms/{id}",
  265. "responseCode": 200
  266. },
  267. "input": {
  268. "type": "structure",
  269. "required": [
  270. "appId",
  271. "environmentName",
  272. "id"
  273. ],
  274. "members": {
  275. "appId": {
  276. "location": "uri",
  277. "locationName": "appId"
  278. },
  279. "environmentName": {
  280. "location": "uri",
  281. "locationName": "environmentName"
  282. },
  283. "id": {
  284. "location": "uri",
  285. "locationName": "id"
  286. }
  287. }
  288. },
  289. "idempotent": true
  290. },
  291. "DeleteTheme": {
  292. "http": {
  293. "method": "DELETE",
  294. "requestUri": "/app/{appId}/environment/{environmentName}/themes/{id}",
  295. "responseCode": 200
  296. },
  297. "input": {
  298. "type": "structure",
  299. "required": [
  300. "appId",
  301. "environmentName",
  302. "id"
  303. ],
  304. "members": {
  305. "appId": {
  306. "location": "uri",
  307. "locationName": "appId"
  308. },
  309. "environmentName": {
  310. "location": "uri",
  311. "locationName": "environmentName"
  312. },
  313. "id": {
  314. "location": "uri",
  315. "locationName": "id"
  316. }
  317. }
  318. },
  319. "idempotent": true
  320. },
  321. "ExchangeCodeForToken": {
  322. "http": {
  323. "requestUri": "/tokens/{provider}",
  324. "responseCode": 200
  325. },
  326. "input": {
  327. "type": "structure",
  328. "required": [
  329. "provider",
  330. "request"
  331. ],
  332. "members": {
  333. "provider": {
  334. "location": "uri",
  335. "locationName": "provider"
  336. },
  337. "request": {
  338. "type": "structure",
  339. "required": [
  340. "code",
  341. "redirectUri"
  342. ],
  343. "members": {
  344. "code": {
  345. "shape": "S2o"
  346. },
  347. "redirectUri": {},
  348. "clientId": {
  349. "shape": "S2o"
  350. }
  351. }
  352. }
  353. },
  354. "payload": "request"
  355. },
  356. "output": {
  357. "type": "structure",
  358. "required": [
  359. "accessToken",
  360. "expiresIn",
  361. "refreshToken"
  362. ],
  363. "members": {
  364. "accessToken": {
  365. "shape": "S2o"
  366. },
  367. "expiresIn": {
  368. "type": "integer"
  369. },
  370. "refreshToken": {
  371. "shape": "S2o"
  372. }
  373. }
  374. }
  375. },
  376. "ExportComponents": {
  377. "http": {
  378. "method": "GET",
  379. "requestUri": "/export/app/{appId}/environment/{environmentName}/components",
  380. "responseCode": 200
  381. },
  382. "input": {
  383. "type": "structure",
  384. "required": [
  385. "appId",
  386. "environmentName"
  387. ],
  388. "members": {
  389. "appId": {
  390. "location": "uri",
  391. "locationName": "appId"
  392. },
  393. "environmentName": {
  394. "location": "uri",
  395. "locationName": "environmentName"
  396. },
  397. "nextToken": {
  398. "location": "querystring",
  399. "locationName": "nextToken"
  400. }
  401. }
  402. },
  403. "output": {
  404. "type": "structure",
  405. "required": [
  406. "entities"
  407. ],
  408. "members": {
  409. "entities": {
  410. "type": "list",
  411. "member": {
  412. "shape": "S15"
  413. }
  414. },
  415. "nextToken": {}
  416. }
  417. }
  418. },
  419. "ExportForms": {
  420. "http": {
  421. "method": "GET",
  422. "requestUri": "/export/app/{appId}/environment/{environmentName}/forms",
  423. "responseCode": 200
  424. },
  425. "input": {
  426. "type": "structure",
  427. "required": [
  428. "appId",
  429. "environmentName"
  430. ],
  431. "members": {
  432. "appId": {
  433. "location": "uri",
  434. "locationName": "appId"
  435. },
  436. "environmentName": {
  437. "location": "uri",
  438. "locationName": "environmentName"
  439. },
  440. "nextToken": {
  441. "location": "querystring",
  442. "locationName": "nextToken"
  443. }
  444. }
  445. },
  446. "output": {
  447. "type": "structure",
  448. "required": [
  449. "entities"
  450. ],
  451. "members": {
  452. "entities": {
  453. "type": "list",
  454. "member": {
  455. "shape": "S29"
  456. }
  457. },
  458. "nextToken": {}
  459. }
  460. }
  461. },
  462. "ExportThemes": {
  463. "http": {
  464. "method": "GET",
  465. "requestUri": "/export/app/{appId}/environment/{environmentName}/themes",
  466. "responseCode": 200
  467. },
  468. "input": {
  469. "type": "structure",
  470. "required": [
  471. "appId",
  472. "environmentName"
  473. ],
  474. "members": {
  475. "appId": {
  476. "location": "uri",
  477. "locationName": "appId"
  478. },
  479. "environmentName": {
  480. "location": "uri",
  481. "locationName": "environmentName"
  482. },
  483. "nextToken": {
  484. "location": "querystring",
  485. "locationName": "nextToken"
  486. }
  487. }
  488. },
  489. "output": {
  490. "type": "structure",
  491. "required": [
  492. "entities"
  493. ],
  494. "members": {
  495. "entities": {
  496. "type": "list",
  497. "member": {
  498. "shape": "S2h"
  499. }
  500. },
  501. "nextToken": {}
  502. }
  503. }
  504. },
  505. "GetCodegenJob": {
  506. "http": {
  507. "method": "GET",
  508. "requestUri": "/app/{appId}/environment/{environmentName}/codegen-jobs/{id}",
  509. "responseCode": 200
  510. },
  511. "input": {
  512. "type": "structure",
  513. "required": [
  514. "appId",
  515. "environmentName",
  516. "id"
  517. ],
  518. "members": {
  519. "appId": {
  520. "location": "uri",
  521. "locationName": "appId"
  522. },
  523. "environmentName": {
  524. "location": "uri",
  525. "locationName": "environmentName"
  526. },
  527. "id": {
  528. "location": "uri",
  529. "locationName": "id"
  530. }
  531. }
  532. },
  533. "output": {
  534. "type": "structure",
  535. "members": {
  536. "job": {
  537. "shape": "S32"
  538. }
  539. },
  540. "payload": "job"
  541. }
  542. },
  543. "GetComponent": {
  544. "http": {
  545. "method": "GET",
  546. "requestUri": "/app/{appId}/environment/{environmentName}/components/{id}",
  547. "responseCode": 200
  548. },
  549. "input": {
  550. "type": "structure",
  551. "required": [
  552. "appId",
  553. "environmentName",
  554. "id"
  555. ],
  556. "members": {
  557. "appId": {
  558. "location": "uri",
  559. "locationName": "appId"
  560. },
  561. "environmentName": {
  562. "location": "uri",
  563. "locationName": "environmentName"
  564. },
  565. "id": {
  566. "location": "uri",
  567. "locationName": "id"
  568. }
  569. }
  570. },
  571. "output": {
  572. "type": "structure",
  573. "members": {
  574. "component": {
  575. "shape": "S15"
  576. }
  577. },
  578. "payload": "component"
  579. }
  580. },
  581. "GetForm": {
  582. "http": {
  583. "method": "GET",
  584. "requestUri": "/app/{appId}/environment/{environmentName}/forms/{id}",
  585. "responseCode": 200
  586. },
  587. "input": {
  588. "type": "structure",
  589. "required": [
  590. "appId",
  591. "environmentName",
  592. "id"
  593. ],
  594. "members": {
  595. "appId": {
  596. "location": "uri",
  597. "locationName": "appId"
  598. },
  599. "environmentName": {
  600. "location": "uri",
  601. "locationName": "environmentName"
  602. },
  603. "id": {
  604. "location": "uri",
  605. "locationName": "id"
  606. }
  607. }
  608. },
  609. "output": {
  610. "type": "structure",
  611. "members": {
  612. "form": {
  613. "shape": "S29"
  614. }
  615. },
  616. "payload": "form"
  617. }
  618. },
  619. "GetMetadata": {
  620. "http": {
  621. "method": "GET",
  622. "requestUri": "/app/{appId}/environment/{environmentName}/metadata",
  623. "responseCode": 200
  624. },
  625. "input": {
  626. "type": "structure",
  627. "required": [
  628. "appId",
  629. "environmentName"
  630. ],
  631. "members": {
  632. "appId": {
  633. "location": "uri",
  634. "locationName": "appId"
  635. },
  636. "environmentName": {
  637. "location": "uri",
  638. "locationName": "environmentName"
  639. }
  640. }
  641. },
  642. "output": {
  643. "type": "structure",
  644. "required": [
  645. "features"
  646. ],
  647. "members": {
  648. "features": {
  649. "type": "map",
  650. "key": {},
  651. "value": {}
  652. }
  653. }
  654. }
  655. },
  656. "GetTheme": {
  657. "http": {
  658. "method": "GET",
  659. "requestUri": "/app/{appId}/environment/{environmentName}/themes/{id}",
  660. "responseCode": 200
  661. },
  662. "input": {
  663. "type": "structure",
  664. "required": [
  665. "appId",
  666. "environmentName",
  667. "id"
  668. ],
  669. "members": {
  670. "appId": {
  671. "location": "uri",
  672. "locationName": "appId"
  673. },
  674. "environmentName": {
  675. "location": "uri",
  676. "locationName": "environmentName"
  677. },
  678. "id": {
  679. "location": "uri",
  680. "locationName": "id"
  681. }
  682. }
  683. },
  684. "output": {
  685. "type": "structure",
  686. "members": {
  687. "theme": {
  688. "shape": "S2h"
  689. }
  690. },
  691. "payload": "theme"
  692. }
  693. },
  694. "ListCodegenJobs": {
  695. "http": {
  696. "method": "GET",
  697. "requestUri": "/app/{appId}/environment/{environmentName}/codegen-jobs",
  698. "responseCode": 200
  699. },
  700. "input": {
  701. "type": "structure",
  702. "required": [
  703. "appId",
  704. "environmentName"
  705. ],
  706. "members": {
  707. "appId": {
  708. "location": "uri",
  709. "locationName": "appId"
  710. },
  711. "environmentName": {
  712. "location": "uri",
  713. "locationName": "environmentName"
  714. },
  715. "nextToken": {
  716. "location": "querystring",
  717. "locationName": "nextToken"
  718. },
  719. "maxResults": {
  720. "location": "querystring",
  721. "locationName": "maxResults",
  722. "type": "integer"
  723. }
  724. }
  725. },
  726. "output": {
  727. "type": "structure",
  728. "required": [
  729. "entities"
  730. ],
  731. "members": {
  732. "entities": {
  733. "type": "list",
  734. "member": {
  735. "type": "structure",
  736. "required": [
  737. "appId",
  738. "environmentName",
  739. "id"
  740. ],
  741. "members": {
  742. "appId": {},
  743. "environmentName": {},
  744. "id": {},
  745. "createdAt": {
  746. "shape": "S17"
  747. },
  748. "modifiedAt": {
  749. "shape": "S17"
  750. }
  751. }
  752. }
  753. },
  754. "nextToken": {}
  755. }
  756. }
  757. },
  758. "ListComponents": {
  759. "http": {
  760. "method": "GET",
  761. "requestUri": "/app/{appId}/environment/{environmentName}/components",
  762. "responseCode": 200
  763. },
  764. "input": {
  765. "type": "structure",
  766. "required": [
  767. "appId",
  768. "environmentName"
  769. ],
  770. "members": {
  771. "appId": {
  772. "location": "uri",
  773. "locationName": "appId"
  774. },
  775. "environmentName": {
  776. "location": "uri",
  777. "locationName": "environmentName"
  778. },
  779. "nextToken": {
  780. "location": "querystring",
  781. "locationName": "nextToken"
  782. },
  783. "maxResults": {
  784. "location": "querystring",
  785. "locationName": "maxResults",
  786. "type": "integer"
  787. }
  788. }
  789. },
  790. "output": {
  791. "type": "structure",
  792. "required": [
  793. "entities"
  794. ],
  795. "members": {
  796. "entities": {
  797. "type": "list",
  798. "member": {
  799. "type": "structure",
  800. "required": [
  801. "appId",
  802. "environmentName",
  803. "id",
  804. "name",
  805. "componentType"
  806. ],
  807. "members": {
  808. "appId": {},
  809. "environmentName": {},
  810. "id": {},
  811. "name": {},
  812. "componentType": {}
  813. }
  814. }
  815. },
  816. "nextToken": {}
  817. }
  818. }
  819. },
  820. "ListForms": {
  821. "http": {
  822. "method": "GET",
  823. "requestUri": "/app/{appId}/environment/{environmentName}/forms",
  824. "responseCode": 200
  825. },
  826. "input": {
  827. "type": "structure",
  828. "required": [
  829. "appId",
  830. "environmentName"
  831. ],
  832. "members": {
  833. "appId": {
  834. "location": "uri",
  835. "locationName": "appId"
  836. },
  837. "environmentName": {
  838. "location": "uri",
  839. "locationName": "environmentName"
  840. },
  841. "nextToken": {
  842. "location": "querystring",
  843. "locationName": "nextToken"
  844. },
  845. "maxResults": {
  846. "location": "querystring",
  847. "locationName": "maxResults",
  848. "type": "integer"
  849. }
  850. }
  851. },
  852. "output": {
  853. "type": "structure",
  854. "required": [
  855. "entities"
  856. ],
  857. "members": {
  858. "entities": {
  859. "type": "list",
  860. "member": {
  861. "type": "structure",
  862. "required": [
  863. "appId",
  864. "dataType",
  865. "environmentName",
  866. "formActionType",
  867. "id",
  868. "name"
  869. ],
  870. "members": {
  871. "appId": {},
  872. "dataType": {
  873. "shape": "S1b"
  874. },
  875. "environmentName": {},
  876. "formActionType": {},
  877. "id": {},
  878. "name": {}
  879. }
  880. }
  881. },
  882. "nextToken": {}
  883. }
  884. }
  885. },
  886. "ListTagsForResource": {
  887. "http": {
  888. "method": "GET",
  889. "requestUri": "/tags/{resourceArn}",
  890. "responseCode": 200
  891. },
  892. "input": {
  893. "type": "structure",
  894. "required": [
  895. "resourceArn"
  896. ],
  897. "members": {
  898. "resourceArn": {
  899. "location": "uri",
  900. "locationName": "resourceArn"
  901. }
  902. }
  903. },
  904. "output": {
  905. "type": "structure",
  906. "required": [
  907. "tags"
  908. ],
  909. "members": {
  910. "tags": {
  911. "shape": "S11"
  912. }
  913. }
  914. }
  915. },
  916. "ListThemes": {
  917. "http": {
  918. "method": "GET",
  919. "requestUri": "/app/{appId}/environment/{environmentName}/themes",
  920. "responseCode": 200
  921. },
  922. "input": {
  923. "type": "structure",
  924. "required": [
  925. "appId",
  926. "environmentName"
  927. ],
  928. "members": {
  929. "appId": {
  930. "location": "uri",
  931. "locationName": "appId"
  932. },
  933. "environmentName": {
  934. "location": "uri",
  935. "locationName": "environmentName"
  936. },
  937. "nextToken": {
  938. "location": "querystring",
  939. "locationName": "nextToken"
  940. },
  941. "maxResults": {
  942. "location": "querystring",
  943. "locationName": "maxResults",
  944. "type": "integer"
  945. }
  946. }
  947. },
  948. "output": {
  949. "type": "structure",
  950. "required": [
  951. "entities"
  952. ],
  953. "members": {
  954. "entities": {
  955. "type": "list",
  956. "member": {
  957. "type": "structure",
  958. "required": [
  959. "appId",
  960. "environmentName",
  961. "id",
  962. "name"
  963. ],
  964. "members": {
  965. "appId": {},
  966. "environmentName": {},
  967. "id": {},
  968. "name": {}
  969. }
  970. }
  971. },
  972. "nextToken": {}
  973. }
  974. }
  975. },
  976. "PutMetadataFlag": {
  977. "http": {
  978. "method": "PUT",
  979. "requestUri": "/app/{appId}/environment/{environmentName}/metadata/features/{featureName}",
  980. "responseCode": 200
  981. },
  982. "input": {
  983. "type": "structure",
  984. "required": [
  985. "appId",
  986. "environmentName",
  987. "featureName",
  988. "body"
  989. ],
  990. "members": {
  991. "appId": {
  992. "location": "uri",
  993. "locationName": "appId"
  994. },
  995. "environmentName": {
  996. "location": "uri",
  997. "locationName": "environmentName"
  998. },
  999. "featureName": {
  1000. "location": "uri",
  1001. "locationName": "featureName"
  1002. },
  1003. "body": {
  1004. "type": "structure",
  1005. "required": [
  1006. "newValue"
  1007. ],
  1008. "members": {
  1009. "newValue": {}
  1010. }
  1011. }
  1012. },
  1013. "payload": "body"
  1014. },
  1015. "idempotent": true
  1016. },
  1017. "RefreshToken": {
  1018. "http": {
  1019. "requestUri": "/tokens/{provider}/refresh",
  1020. "responseCode": 200
  1021. },
  1022. "input": {
  1023. "type": "structure",
  1024. "required": [
  1025. "provider",
  1026. "refreshTokenBody"
  1027. ],
  1028. "members": {
  1029. "provider": {
  1030. "location": "uri",
  1031. "locationName": "provider"
  1032. },
  1033. "refreshTokenBody": {
  1034. "type": "structure",
  1035. "required": [
  1036. "token"
  1037. ],
  1038. "members": {
  1039. "token": {
  1040. "shape": "S2o"
  1041. },
  1042. "clientId": {
  1043. "shape": "S2o"
  1044. }
  1045. }
  1046. }
  1047. },
  1048. "payload": "refreshTokenBody"
  1049. },
  1050. "output": {
  1051. "type": "structure",
  1052. "required": [
  1053. "accessToken",
  1054. "expiresIn"
  1055. ],
  1056. "members": {
  1057. "accessToken": {
  1058. "shape": "S2o"
  1059. },
  1060. "expiresIn": {
  1061. "type": "integer"
  1062. }
  1063. }
  1064. }
  1065. },
  1066. "StartCodegenJob": {
  1067. "http": {
  1068. "requestUri": "/app/{appId}/environment/{environmentName}/codegen-jobs",
  1069. "responseCode": 200
  1070. },
  1071. "input": {
  1072. "type": "structure",
  1073. "required": [
  1074. "appId",
  1075. "environmentName",
  1076. "codegenJobToCreate"
  1077. ],
  1078. "members": {
  1079. "appId": {
  1080. "location": "uri",
  1081. "locationName": "appId"
  1082. },
  1083. "environmentName": {
  1084. "location": "uri",
  1085. "locationName": "environmentName"
  1086. },
  1087. "clientToken": {
  1088. "idempotencyToken": true,
  1089. "location": "querystring",
  1090. "locationName": "clientToken"
  1091. },
  1092. "codegenJobToCreate": {
  1093. "type": "structure",
  1094. "required": [
  1095. "renderConfig"
  1096. ],
  1097. "members": {
  1098. "renderConfig": {
  1099. "shape": "S33"
  1100. },
  1101. "genericDataSchema": {
  1102. "shape": "S3d"
  1103. },
  1104. "autoGenerateForms": {
  1105. "type": "boolean"
  1106. },
  1107. "features": {
  1108. "shape": "S3v"
  1109. },
  1110. "tags": {
  1111. "shape": "S11"
  1112. }
  1113. }
  1114. }
  1115. },
  1116. "payload": "codegenJobToCreate"
  1117. },
  1118. "output": {
  1119. "type": "structure",
  1120. "members": {
  1121. "entity": {
  1122. "shape": "S32"
  1123. }
  1124. },
  1125. "payload": "entity"
  1126. }
  1127. },
  1128. "TagResource": {
  1129. "http": {
  1130. "requestUri": "/tags/{resourceArn}",
  1131. "responseCode": 200
  1132. },
  1133. "input": {
  1134. "type": "structure",
  1135. "required": [
  1136. "resourceArn",
  1137. "tags"
  1138. ],
  1139. "members": {
  1140. "resourceArn": {
  1141. "location": "uri",
  1142. "locationName": "resourceArn"
  1143. },
  1144. "tags": {
  1145. "shape": "S11"
  1146. }
  1147. }
  1148. },
  1149. "output": {
  1150. "type": "structure",
  1151. "members": {}
  1152. },
  1153. "idempotent": true
  1154. },
  1155. "UntagResource": {
  1156. "http": {
  1157. "method": "DELETE",
  1158. "requestUri": "/tags/{resourceArn}",
  1159. "responseCode": 200
  1160. },
  1161. "input": {
  1162. "type": "structure",
  1163. "required": [
  1164. "resourceArn",
  1165. "tagKeys"
  1166. ],
  1167. "members": {
  1168. "resourceArn": {
  1169. "location": "uri",
  1170. "locationName": "resourceArn"
  1171. },
  1172. "tagKeys": {
  1173. "location": "querystring",
  1174. "locationName": "tagKeys",
  1175. "type": "list",
  1176. "member": {}
  1177. }
  1178. }
  1179. },
  1180. "output": {
  1181. "type": "structure",
  1182. "members": {}
  1183. },
  1184. "idempotent": true
  1185. },
  1186. "UpdateComponent": {
  1187. "http": {
  1188. "method": "PATCH",
  1189. "requestUri": "/app/{appId}/environment/{environmentName}/components/{id}",
  1190. "responseCode": 200
  1191. },
  1192. "input": {
  1193. "type": "structure",
  1194. "required": [
  1195. "appId",
  1196. "environmentName",
  1197. "id",
  1198. "updatedComponent"
  1199. ],
  1200. "members": {
  1201. "appId": {
  1202. "location": "uri",
  1203. "locationName": "appId"
  1204. },
  1205. "environmentName": {
  1206. "location": "uri",
  1207. "locationName": "environmentName"
  1208. },
  1209. "id": {
  1210. "location": "uri",
  1211. "locationName": "id"
  1212. },
  1213. "clientToken": {
  1214. "idempotencyToken": true,
  1215. "location": "querystring",
  1216. "locationName": "clientToken"
  1217. },
  1218. "updatedComponent": {
  1219. "type": "structure",
  1220. "members": {
  1221. "id": {},
  1222. "name": {},
  1223. "sourceId": {},
  1224. "componentType": {},
  1225. "properties": {
  1226. "shape": "S6"
  1227. },
  1228. "children": {
  1229. "shape": "Se"
  1230. },
  1231. "variants": {
  1232. "shape": "Sk"
  1233. },
  1234. "overrides": {
  1235. "shape": "Sn"
  1236. },
  1237. "bindingProperties": {
  1238. "shape": "Sp"
  1239. },
  1240. "collectionProperties": {
  1241. "shape": "Sv"
  1242. },
  1243. "events": {
  1244. "shape": "Sg"
  1245. },
  1246. "schemaVersion": {}
  1247. }
  1248. }
  1249. },
  1250. "payload": "updatedComponent"
  1251. },
  1252. "output": {
  1253. "type": "structure",
  1254. "members": {
  1255. "entity": {
  1256. "shape": "S15"
  1257. }
  1258. },
  1259. "payload": "entity"
  1260. },
  1261. "idempotent": true
  1262. },
  1263. "UpdateForm": {
  1264. "http": {
  1265. "method": "PATCH",
  1266. "requestUri": "/app/{appId}/environment/{environmentName}/forms/{id}",
  1267. "responseCode": 200
  1268. },
  1269. "input": {
  1270. "type": "structure",
  1271. "required": [
  1272. "appId",
  1273. "environmentName",
  1274. "id",
  1275. "updatedForm"
  1276. ],
  1277. "members": {
  1278. "appId": {
  1279. "location": "uri",
  1280. "locationName": "appId"
  1281. },
  1282. "environmentName": {
  1283. "location": "uri",
  1284. "locationName": "environmentName"
  1285. },
  1286. "id": {
  1287. "location": "uri",
  1288. "locationName": "id"
  1289. },
  1290. "clientToken": {
  1291. "idempotencyToken": true,
  1292. "location": "querystring",
  1293. "locationName": "clientToken"
  1294. },
  1295. "updatedForm": {
  1296. "type": "structure",
  1297. "members": {
  1298. "name": {},
  1299. "dataType": {
  1300. "shape": "S1b"
  1301. },
  1302. "formActionType": {},
  1303. "fields": {
  1304. "shape": "S1e"
  1305. },
  1306. "style": {
  1307. "shape": "S20"
  1308. },
  1309. "sectionalElements": {
  1310. "shape": "S22"
  1311. },
  1312. "schemaVersion": {},
  1313. "cta": {
  1314. "shape": "S24"
  1315. },
  1316. "labelDecorator": {}
  1317. }
  1318. }
  1319. },
  1320. "payload": "updatedForm"
  1321. },
  1322. "output": {
  1323. "type": "structure",
  1324. "members": {
  1325. "entity": {
  1326. "shape": "S29"
  1327. }
  1328. },
  1329. "payload": "entity"
  1330. },
  1331. "idempotent": true
  1332. },
  1333. "UpdateTheme": {
  1334. "http": {
  1335. "method": "PATCH",
  1336. "requestUri": "/app/{appId}/environment/{environmentName}/themes/{id}",
  1337. "responseCode": 200
  1338. },
  1339. "input": {
  1340. "type": "structure",
  1341. "required": [
  1342. "appId",
  1343. "environmentName",
  1344. "id",
  1345. "updatedTheme"
  1346. ],
  1347. "members": {
  1348. "appId": {
  1349. "location": "uri",
  1350. "locationName": "appId"
  1351. },
  1352. "environmentName": {
  1353. "location": "uri",
  1354. "locationName": "environmentName"
  1355. },
  1356. "id": {
  1357. "location": "uri",
  1358. "locationName": "id"
  1359. },
  1360. "clientToken": {
  1361. "idempotencyToken": true,
  1362. "location": "querystring",
  1363. "locationName": "clientToken"
  1364. },
  1365. "updatedTheme": {
  1366. "type": "structure",
  1367. "required": [
  1368. "values"
  1369. ],
  1370. "members": {
  1371. "id": {},
  1372. "name": {},
  1373. "values": {
  1374. "shape": "S2d"
  1375. },
  1376. "overrides": {
  1377. "shape": "S2d"
  1378. }
  1379. }
  1380. }
  1381. },
  1382. "payload": "updatedTheme"
  1383. },
  1384. "output": {
  1385. "type": "structure",
  1386. "members": {
  1387. "entity": {
  1388. "shape": "S2h"
  1389. }
  1390. },
  1391. "payload": "entity"
  1392. },
  1393. "idempotent": true
  1394. }
  1395. },
  1396. "shapes": {
  1397. "S6": {
  1398. "type": "map",
  1399. "key": {},
  1400. "value": {
  1401. "shape": "S7"
  1402. }
  1403. },
  1404. "S7": {
  1405. "type": "structure",
  1406. "members": {
  1407. "value": {},
  1408. "bindingProperties": {
  1409. "shape": "S8"
  1410. },
  1411. "collectionBindingProperties": {
  1412. "shape": "S8"
  1413. },
  1414. "defaultValue": {},
  1415. "model": {},
  1416. "bindings": {
  1417. "type": "map",
  1418. "key": {},
  1419. "value": {
  1420. "type": "structure",
  1421. "required": [
  1422. "element",
  1423. "property"
  1424. ],
  1425. "members": {
  1426. "element": {},
  1427. "property": {}
  1428. }
  1429. }
  1430. },
  1431. "event": {},
  1432. "userAttribute": {},
  1433. "concat": {
  1434. "type": "list",
  1435. "member": {
  1436. "shape": "S7"
  1437. }
  1438. },
  1439. "condition": {
  1440. "type": "structure",
  1441. "members": {
  1442. "property": {},
  1443. "field": {},
  1444. "operator": {},
  1445. "operand": {},
  1446. "then": {
  1447. "shape": "S7"
  1448. },
  1449. "else": {
  1450. "shape": "S7"
  1451. },
  1452. "operandType": {}
  1453. }
  1454. },
  1455. "configured": {
  1456. "type": "boolean"
  1457. },
  1458. "type": {},
  1459. "importedValue": {},
  1460. "componentName": {},
  1461. "property": {}
  1462. }
  1463. },
  1464. "S8": {
  1465. "type": "structure",
  1466. "required": [
  1467. "property"
  1468. ],
  1469. "members": {
  1470. "property": {},
  1471. "field": {}
  1472. }
  1473. },
  1474. "Se": {
  1475. "type": "list",
  1476. "member": {
  1477. "type": "structure",
  1478. "required": [
  1479. "componentType",
  1480. "name",
  1481. "properties"
  1482. ],
  1483. "members": {
  1484. "componentType": {},
  1485. "name": {},
  1486. "properties": {
  1487. "shape": "S6"
  1488. },
  1489. "children": {
  1490. "shape": "Se"
  1491. },
  1492. "events": {
  1493. "shape": "Sg"
  1494. },
  1495. "sourceId": {}
  1496. }
  1497. }
  1498. },
  1499. "Sg": {
  1500. "type": "map",
  1501. "key": {},
  1502. "value": {
  1503. "type": "structure",
  1504. "members": {
  1505. "action": {},
  1506. "parameters": {
  1507. "type": "structure",
  1508. "members": {
  1509. "type": {
  1510. "shape": "S7"
  1511. },
  1512. "url": {
  1513. "shape": "S7"
  1514. },
  1515. "anchor": {
  1516. "shape": "S7"
  1517. },
  1518. "target": {
  1519. "shape": "S7"
  1520. },
  1521. "global": {
  1522. "shape": "S7"
  1523. },
  1524. "model": {},
  1525. "id": {
  1526. "shape": "S7"
  1527. },
  1528. "fields": {
  1529. "shape": "S6"
  1530. },
  1531. "state": {
  1532. "type": "structure",
  1533. "required": [
  1534. "componentName",
  1535. "property",
  1536. "set"
  1537. ],
  1538. "members": {
  1539. "componentName": {},
  1540. "property": {},
  1541. "set": {
  1542. "shape": "S7"
  1543. }
  1544. }
  1545. }
  1546. }
  1547. },
  1548. "bindingEvent": {}
  1549. }
  1550. }
  1551. },
  1552. "Sk": {
  1553. "type": "list",
  1554. "member": {
  1555. "type": "structure",
  1556. "members": {
  1557. "variantValues": {
  1558. "type": "map",
  1559. "key": {},
  1560. "value": {}
  1561. },
  1562. "overrides": {
  1563. "shape": "Sn"
  1564. }
  1565. }
  1566. }
  1567. },
  1568. "Sn": {
  1569. "type": "map",
  1570. "key": {},
  1571. "value": {
  1572. "type": "map",
  1573. "key": {},
  1574. "value": {}
  1575. }
  1576. },
  1577. "Sp": {
  1578. "type": "map",
  1579. "key": {},
  1580. "value": {
  1581. "type": "structure",
  1582. "members": {
  1583. "type": {},
  1584. "bindingProperties": {
  1585. "type": "structure",
  1586. "members": {
  1587. "model": {},
  1588. "field": {},
  1589. "predicates": {
  1590. "shape": "Ss"
  1591. },
  1592. "userAttribute": {},
  1593. "bucket": {},
  1594. "key": {},
  1595. "defaultValue": {},
  1596. "slotName": {}
  1597. }
  1598. },
  1599. "defaultValue": {}
  1600. }
  1601. }
  1602. },
  1603. "Ss": {
  1604. "type": "list",
  1605. "member": {
  1606. "shape": "St"
  1607. }
  1608. },
  1609. "St": {
  1610. "type": "structure",
  1611. "members": {
  1612. "or": {
  1613. "shape": "Ss"
  1614. },
  1615. "and": {
  1616. "shape": "Ss"
  1617. },
  1618. "field": {},
  1619. "operator": {},
  1620. "operand": {},
  1621. "operandType": {}
  1622. }
  1623. },
  1624. "Sv": {
  1625. "type": "map",
  1626. "key": {},
  1627. "value": {
  1628. "type": "structure",
  1629. "required": [
  1630. "model"
  1631. ],
  1632. "members": {
  1633. "model": {},
  1634. "sort": {
  1635. "type": "list",
  1636. "member": {
  1637. "type": "structure",
  1638. "required": [
  1639. "field",
  1640. "direction"
  1641. ],
  1642. "members": {
  1643. "field": {},
  1644. "direction": {}
  1645. }
  1646. }
  1647. },
  1648. "predicate": {
  1649. "shape": "St"
  1650. },
  1651. "identifiers": {
  1652. "type": "list",
  1653. "member": {}
  1654. }
  1655. }
  1656. }
  1657. },
  1658. "S11": {
  1659. "type": "map",
  1660. "key": {},
  1661. "value": {}
  1662. },
  1663. "S15": {
  1664. "type": "structure",
  1665. "required": [
  1666. "appId",
  1667. "environmentName",
  1668. "id",
  1669. "name",
  1670. "componentType",
  1671. "properties",
  1672. "variants",
  1673. "overrides",
  1674. "bindingProperties",
  1675. "createdAt"
  1676. ],
  1677. "members": {
  1678. "appId": {},
  1679. "environmentName": {},
  1680. "sourceId": {},
  1681. "id": {},
  1682. "name": {},
  1683. "componentType": {},
  1684. "properties": {
  1685. "shape": "S6"
  1686. },
  1687. "children": {
  1688. "shape": "Se"
  1689. },
  1690. "variants": {
  1691. "shape": "Sk"
  1692. },
  1693. "overrides": {
  1694. "shape": "Sn"
  1695. },
  1696. "bindingProperties": {
  1697. "shape": "Sp"
  1698. },
  1699. "collectionProperties": {
  1700. "shape": "Sv"
  1701. },
  1702. "createdAt": {
  1703. "shape": "S17"
  1704. },
  1705. "modifiedAt": {
  1706. "shape": "S17"
  1707. },
  1708. "tags": {
  1709. "shape": "S11"
  1710. },
  1711. "events": {
  1712. "shape": "Sg"
  1713. },
  1714. "schemaVersion": {}
  1715. }
  1716. },
  1717. "S17": {
  1718. "type": "timestamp",
  1719. "timestampFormat": "iso8601"
  1720. },
  1721. "S1b": {
  1722. "type": "structure",
  1723. "required": [
  1724. "dataSourceType",
  1725. "dataTypeName"
  1726. ],
  1727. "members": {
  1728. "dataSourceType": {},
  1729. "dataTypeName": {}
  1730. }
  1731. },
  1732. "S1e": {
  1733. "type": "map",
  1734. "key": {},
  1735. "value": {
  1736. "type": "structure",
  1737. "members": {
  1738. "label": {},
  1739. "position": {
  1740. "shape": "S1g"
  1741. },
  1742. "excluded": {
  1743. "type": "boolean"
  1744. },
  1745. "inputType": {
  1746. "type": "structure",
  1747. "required": [
  1748. "type"
  1749. ],
  1750. "members": {
  1751. "type": {},
  1752. "required": {
  1753. "type": "boolean"
  1754. },
  1755. "readOnly": {
  1756. "type": "boolean"
  1757. },
  1758. "placeholder": {},
  1759. "defaultValue": {},
  1760. "descriptiveText": {},
  1761. "defaultChecked": {
  1762. "type": "boolean"
  1763. },
  1764. "defaultCountryCode": {},
  1765. "valueMappings": {
  1766. "type": "structure",
  1767. "required": [
  1768. "values"
  1769. ],
  1770. "members": {
  1771. "values": {
  1772. "type": "list",
  1773. "member": {
  1774. "type": "structure",
  1775. "required": [
  1776. "value"
  1777. ],
  1778. "members": {
  1779. "displayValue": {
  1780. "shape": "S1m"
  1781. },
  1782. "value": {
  1783. "shape": "S1m"
  1784. }
  1785. }
  1786. }
  1787. },
  1788. "bindingProperties": {
  1789. "type": "map",
  1790. "key": {},
  1791. "value": {
  1792. "type": "structure",
  1793. "members": {
  1794. "type": {},
  1795. "bindingProperties": {
  1796. "type": "structure",
  1797. "members": {
  1798. "model": {}
  1799. }
  1800. }
  1801. }
  1802. }
  1803. }
  1804. }
  1805. },
  1806. "name": {},
  1807. "minValue": {
  1808. "type": "float"
  1809. },
  1810. "maxValue": {
  1811. "type": "float"
  1812. },
  1813. "step": {
  1814. "type": "float"
  1815. },
  1816. "value": {},
  1817. "isArray": {
  1818. "type": "boolean"
  1819. },
  1820. "fileUploaderConfig": {
  1821. "type": "structure",
  1822. "required": [
  1823. "accessLevel",
  1824. "acceptedFileTypes"
  1825. ],
  1826. "members": {
  1827. "accessLevel": {},
  1828. "acceptedFileTypes": {
  1829. "shape": "S1v"
  1830. },
  1831. "showThumbnails": {
  1832. "type": "boolean"
  1833. },
  1834. "isResumable": {
  1835. "type": "boolean"
  1836. },
  1837. "maxFileCount": {
  1838. "type": "integer"
  1839. },
  1840. "maxSize": {
  1841. "type": "integer"
  1842. }
  1843. }
  1844. }
  1845. }
  1846. },
  1847. "validations": {
  1848. "type": "list",
  1849. "member": {
  1850. "type": "structure",
  1851. "required": [
  1852. "type"
  1853. ],
  1854. "members": {
  1855. "type": {},
  1856. "strValues": {
  1857. "shape": "S1v"
  1858. },
  1859. "numValues": {
  1860. "type": "list",
  1861. "member": {
  1862. "type": "integer"
  1863. }
  1864. },
  1865. "validationMessage": {}
  1866. }
  1867. }
  1868. }
  1869. }
  1870. }
  1871. },
  1872. "S1g": {
  1873. "type": "structure",
  1874. "members": {
  1875. "fixed": {},
  1876. "rightOf": {},
  1877. "below": {}
  1878. },
  1879. "union": true
  1880. },
  1881. "S1m": {
  1882. "type": "structure",
  1883. "members": {
  1884. "value": {},
  1885. "bindingProperties": {
  1886. "type": "structure",
  1887. "required": [
  1888. "property"
  1889. ],
  1890. "members": {
  1891. "property": {},
  1892. "field": {}
  1893. }
  1894. },
  1895. "concat": {
  1896. "type": "list",
  1897. "member": {
  1898. "shape": "S1m"
  1899. }
  1900. }
  1901. }
  1902. },
  1903. "S1v": {
  1904. "type": "list",
  1905. "member": {}
  1906. },
  1907. "S20": {
  1908. "type": "structure",
  1909. "members": {
  1910. "horizontalGap": {
  1911. "shape": "S21"
  1912. },
  1913. "verticalGap": {
  1914. "shape": "S21"
  1915. },
  1916. "outerPadding": {
  1917. "shape": "S21"
  1918. }
  1919. }
  1920. },
  1921. "S21": {
  1922. "type": "structure",
  1923. "members": {
  1924. "tokenReference": {},
  1925. "value": {}
  1926. },
  1927. "union": true
  1928. },
  1929. "S22": {
  1930. "type": "map",
  1931. "key": {},
  1932. "value": {
  1933. "type": "structure",
  1934. "required": [
  1935. "type"
  1936. ],
  1937. "members": {
  1938. "type": {},
  1939. "position": {
  1940. "shape": "S1g"
  1941. },
  1942. "text": {},
  1943. "level": {
  1944. "type": "integer"
  1945. },
  1946. "orientation": {},
  1947. "excluded": {
  1948. "type": "boolean"
  1949. }
  1950. }
  1951. }
  1952. },
  1953. "S24": {
  1954. "type": "structure",
  1955. "members": {
  1956. "position": {},
  1957. "clear": {
  1958. "shape": "S26"
  1959. },
  1960. "cancel": {
  1961. "shape": "S26"
  1962. },
  1963. "submit": {
  1964. "shape": "S26"
  1965. }
  1966. }
  1967. },
  1968. "S26": {
  1969. "type": "structure",
  1970. "members": {
  1971. "excluded": {
  1972. "type": "boolean"
  1973. },
  1974. "children": {},
  1975. "position": {
  1976. "shape": "S1g"
  1977. }
  1978. }
  1979. },
  1980. "S29": {
  1981. "type": "structure",
  1982. "required": [
  1983. "appId",
  1984. "environmentName",
  1985. "id",
  1986. "name",
  1987. "formActionType",
  1988. "style",
  1989. "dataType",
  1990. "fields",
  1991. "sectionalElements",
  1992. "schemaVersion"
  1993. ],
  1994. "members": {
  1995. "appId": {},
  1996. "environmentName": {},
  1997. "id": {},
  1998. "name": {},
  1999. "formActionType": {},
  2000. "style": {
  2001. "shape": "S20"
  2002. },
  2003. "dataType": {
  2004. "shape": "S1b"
  2005. },
  2006. "fields": {
  2007. "shape": "S1e"
  2008. },
  2009. "sectionalElements": {
  2010. "shape": "S22"
  2011. },
  2012. "schemaVersion": {},
  2013. "tags": {
  2014. "shape": "S11"
  2015. },
  2016. "cta": {
  2017. "shape": "S24"
  2018. },
  2019. "labelDecorator": {}
  2020. }
  2021. },
  2022. "S2d": {
  2023. "type": "list",
  2024. "member": {
  2025. "type": "structure",
  2026. "members": {
  2027. "key": {},
  2028. "value": {
  2029. "type": "structure",
  2030. "members": {
  2031. "value": {},
  2032. "children": {
  2033. "shape": "S2d"
  2034. }
  2035. }
  2036. }
  2037. }
  2038. }
  2039. },
  2040. "S2h": {
  2041. "type": "structure",
  2042. "required": [
  2043. "appId",
  2044. "environmentName",
  2045. "id",
  2046. "name",
  2047. "createdAt",
  2048. "values"
  2049. ],
  2050. "members": {
  2051. "appId": {},
  2052. "environmentName": {},
  2053. "id": {},
  2054. "name": {},
  2055. "createdAt": {
  2056. "shape": "S17"
  2057. },
  2058. "modifiedAt": {
  2059. "shape": "S17"
  2060. },
  2061. "values": {
  2062. "shape": "S2d"
  2063. },
  2064. "overrides": {
  2065. "shape": "S2d"
  2066. },
  2067. "tags": {
  2068. "shape": "S11"
  2069. }
  2070. }
  2071. },
  2072. "S2o": {
  2073. "type": "string",
  2074. "sensitive": true
  2075. },
  2076. "S32": {
  2077. "type": "structure",
  2078. "required": [
  2079. "id",
  2080. "appId",
  2081. "environmentName"
  2082. ],
  2083. "members": {
  2084. "id": {},
  2085. "appId": {},
  2086. "environmentName": {},
  2087. "renderConfig": {
  2088. "shape": "S33"
  2089. },
  2090. "genericDataSchema": {
  2091. "shape": "S3d"
  2092. },
  2093. "autoGenerateForms": {
  2094. "type": "boolean"
  2095. },
  2096. "features": {
  2097. "shape": "S3v"
  2098. },
  2099. "status": {},
  2100. "statusMessage": {},
  2101. "asset": {
  2102. "type": "structure",
  2103. "members": {
  2104. "downloadUrl": {}
  2105. }
  2106. },
  2107. "tags": {
  2108. "shape": "S11"
  2109. },
  2110. "createdAt": {
  2111. "shape": "S17"
  2112. },
  2113. "modifiedAt": {
  2114. "shape": "S17"
  2115. },
  2116. "dependencies": {
  2117. "type": "list",
  2118. "member": {
  2119. "type": "structure",
  2120. "members": {
  2121. "name": {},
  2122. "supportedVersion": {},
  2123. "isSemVer": {
  2124. "type": "boolean"
  2125. },
  2126. "reason": {}
  2127. }
  2128. }
  2129. }
  2130. }
  2131. },
  2132. "S33": {
  2133. "type": "structure",
  2134. "members": {
  2135. "react": {
  2136. "type": "structure",
  2137. "members": {
  2138. "module": {},
  2139. "target": {},
  2140. "script": {},
  2141. "renderTypeDeclarations": {
  2142. "type": "boolean"
  2143. },
  2144. "inlineSourceMap": {
  2145. "type": "boolean"
  2146. },
  2147. "apiConfiguration": {
  2148. "type": "structure",
  2149. "members": {
  2150. "graphQLConfig": {
  2151. "type": "structure",
  2152. "required": [
  2153. "typesFilePath",
  2154. "queriesFilePath",
  2155. "mutationsFilePath",
  2156. "subscriptionsFilePath",
  2157. "fragmentsFilePath"
  2158. ],
  2159. "members": {
  2160. "typesFilePath": {},
  2161. "queriesFilePath": {},
  2162. "mutationsFilePath": {},
  2163. "subscriptionsFilePath": {},
  2164. "fragmentsFilePath": {}
  2165. }
  2166. },
  2167. "dataStoreConfig": {
  2168. "type": "structure",
  2169. "members": {}
  2170. },
  2171. "noApiConfig": {
  2172. "type": "structure",
  2173. "members": {}
  2174. }
  2175. },
  2176. "union": true
  2177. },
  2178. "dependencies": {
  2179. "type": "map",
  2180. "key": {},
  2181. "value": {}
  2182. }
  2183. }
  2184. }
  2185. },
  2186. "union": true
  2187. },
  2188. "S3d": {
  2189. "type": "structure",
  2190. "required": [
  2191. "dataSourceType",
  2192. "models",
  2193. "enums",
  2194. "nonModels"
  2195. ],
  2196. "members": {
  2197. "dataSourceType": {},
  2198. "models": {
  2199. "type": "map",
  2200. "key": {},
  2201. "value": {
  2202. "type": "structure",
  2203. "required": [
  2204. "fields",
  2205. "primaryKeys"
  2206. ],
  2207. "members": {
  2208. "fields": {
  2209. "type": "map",
  2210. "key": {},
  2211. "value": {
  2212. "shape": "S3i"
  2213. }
  2214. },
  2215. "isJoinTable": {
  2216. "type": "boolean"
  2217. },
  2218. "primaryKeys": {
  2219. "type": "list",
  2220. "member": {}
  2221. }
  2222. }
  2223. }
  2224. },
  2225. "enums": {
  2226. "type": "map",
  2227. "key": {},
  2228. "value": {
  2229. "type": "structure",
  2230. "required": [
  2231. "values"
  2232. ],
  2233. "members": {
  2234. "values": {
  2235. "type": "list",
  2236. "member": {}
  2237. }
  2238. }
  2239. }
  2240. },
  2241. "nonModels": {
  2242. "type": "map",
  2243. "key": {},
  2244. "value": {
  2245. "type": "structure",
  2246. "required": [
  2247. "fields"
  2248. ],
  2249. "members": {
  2250. "fields": {
  2251. "type": "map",
  2252. "key": {},
  2253. "value": {
  2254. "shape": "S3i"
  2255. }
  2256. }
  2257. }
  2258. }
  2259. }
  2260. }
  2261. },
  2262. "S3i": {
  2263. "type": "structure",
  2264. "required": [
  2265. "dataType",
  2266. "dataTypeValue",
  2267. "required",
  2268. "readOnly",
  2269. "isArray"
  2270. ],
  2271. "members": {
  2272. "dataType": {},
  2273. "dataTypeValue": {},
  2274. "required": {
  2275. "type": "boolean"
  2276. },
  2277. "readOnly": {
  2278. "type": "boolean"
  2279. },
  2280. "isArray": {
  2281. "type": "boolean"
  2282. },
  2283. "relationship": {
  2284. "type": "structure",
  2285. "required": [
  2286. "type",
  2287. "relatedModelName"
  2288. ],
  2289. "members": {
  2290. "type": {},
  2291. "relatedModelName": {},
  2292. "relatedModelFields": {
  2293. "type": "list",
  2294. "member": {}
  2295. },
  2296. "canUnlinkAssociatedModel": {
  2297. "type": "boolean"
  2298. },
  2299. "relatedJoinFieldName": {},
  2300. "relatedJoinTableName": {},
  2301. "belongsToFieldOnRelatedModel": {},
  2302. "associatedFields": {
  2303. "type": "list",
  2304. "member": {}
  2305. },
  2306. "isHasManyIndex": {
  2307. "type": "boolean"
  2308. }
  2309. }
  2310. }
  2311. }
  2312. },
  2313. "S3v": {
  2314. "type": "structure",
  2315. "members": {
  2316. "isRelationshipSupported": {
  2317. "type": "boolean"
  2318. },
  2319. "isNonModelSupported": {
  2320. "type": "boolean"
  2321. }
  2322. }
  2323. }
  2324. }
  2325. }