ivs-realtime-2020-07-14.min.json 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2020-07-14",
  5. "endpointPrefix": "ivsrealtime",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceAbbreviation": "ivsrealtime",
  9. "serviceFullName": "Amazon Interactive Video Service RealTime",
  10. "serviceId": "IVS RealTime",
  11. "signatureVersion": "v4",
  12. "signingName": "ivs",
  13. "uid": "ivs-realtime-2020-07-14"
  14. },
  15. "operations": {
  16. "CreateEncoderConfiguration": {
  17. "http": {
  18. "requestUri": "/CreateEncoderConfiguration",
  19. "responseCode": 200
  20. },
  21. "input": {
  22. "type": "structure",
  23. "members": {
  24. "name": {},
  25. "tags": {
  26. "shape": "S3"
  27. },
  28. "video": {
  29. "shape": "S6"
  30. }
  31. }
  32. },
  33. "output": {
  34. "type": "structure",
  35. "members": {
  36. "encoderConfiguration": {
  37. "shape": "Sc"
  38. }
  39. }
  40. }
  41. },
  42. "CreateParticipantToken": {
  43. "http": {
  44. "requestUri": "/CreateParticipantToken",
  45. "responseCode": 200
  46. },
  47. "input": {
  48. "type": "structure",
  49. "required": [
  50. "stageArn"
  51. ],
  52. "members": {
  53. "attributes": {
  54. "shape": "Sf"
  55. },
  56. "capabilities": {
  57. "shape": "Sh"
  58. },
  59. "duration": {
  60. "type": "integer"
  61. },
  62. "stageArn": {},
  63. "userId": {}
  64. }
  65. },
  66. "output": {
  67. "type": "structure",
  68. "members": {
  69. "participantToken": {
  70. "shape": "Sn"
  71. }
  72. }
  73. }
  74. },
  75. "CreateStage": {
  76. "http": {
  77. "requestUri": "/CreateStage",
  78. "responseCode": 200
  79. },
  80. "input": {
  81. "type": "structure",
  82. "members": {
  83. "name": {},
  84. "participantTokenConfigurations": {
  85. "type": "list",
  86. "member": {
  87. "type": "structure",
  88. "members": {
  89. "attributes": {
  90. "shape": "Sf"
  91. },
  92. "capabilities": {
  93. "shape": "Sh"
  94. },
  95. "duration": {
  96. "type": "integer"
  97. },
  98. "userId": {}
  99. }
  100. }
  101. },
  102. "tags": {
  103. "shape": "S3"
  104. }
  105. }
  106. },
  107. "output": {
  108. "type": "structure",
  109. "members": {
  110. "participantTokens": {
  111. "type": "list",
  112. "member": {
  113. "shape": "Sn"
  114. }
  115. },
  116. "stage": {
  117. "shape": "Sx"
  118. }
  119. }
  120. }
  121. },
  122. "CreateStorageConfiguration": {
  123. "http": {
  124. "requestUri": "/CreateStorageConfiguration",
  125. "responseCode": 200
  126. },
  127. "input": {
  128. "type": "structure",
  129. "required": [
  130. "s3"
  131. ],
  132. "members": {
  133. "name": {},
  134. "s3": {
  135. "shape": "S11"
  136. },
  137. "tags": {
  138. "shape": "S3"
  139. }
  140. }
  141. },
  142. "output": {
  143. "type": "structure",
  144. "members": {
  145. "storageConfiguration": {
  146. "shape": "S14"
  147. }
  148. }
  149. }
  150. },
  151. "DeleteEncoderConfiguration": {
  152. "http": {
  153. "requestUri": "/DeleteEncoderConfiguration",
  154. "responseCode": 200
  155. },
  156. "input": {
  157. "type": "structure",
  158. "required": [
  159. "arn"
  160. ],
  161. "members": {
  162. "arn": {}
  163. }
  164. },
  165. "output": {
  166. "type": "structure",
  167. "members": {}
  168. }
  169. },
  170. "DeleteStage": {
  171. "http": {
  172. "requestUri": "/DeleteStage",
  173. "responseCode": 200
  174. },
  175. "input": {
  176. "type": "structure",
  177. "required": [
  178. "arn"
  179. ],
  180. "members": {
  181. "arn": {}
  182. }
  183. },
  184. "output": {
  185. "type": "structure",
  186. "members": {}
  187. }
  188. },
  189. "DeleteStorageConfiguration": {
  190. "http": {
  191. "requestUri": "/DeleteStorageConfiguration",
  192. "responseCode": 200
  193. },
  194. "input": {
  195. "type": "structure",
  196. "required": [
  197. "arn"
  198. ],
  199. "members": {
  200. "arn": {}
  201. }
  202. },
  203. "output": {
  204. "type": "structure",
  205. "members": {}
  206. }
  207. },
  208. "DisconnectParticipant": {
  209. "http": {
  210. "requestUri": "/DisconnectParticipant",
  211. "responseCode": 200
  212. },
  213. "input": {
  214. "type": "structure",
  215. "required": [
  216. "participantId",
  217. "stageArn"
  218. ],
  219. "members": {
  220. "participantId": {},
  221. "reason": {},
  222. "stageArn": {}
  223. }
  224. },
  225. "output": {
  226. "type": "structure",
  227. "members": {}
  228. }
  229. },
  230. "GetComposition": {
  231. "http": {
  232. "requestUri": "/GetComposition",
  233. "responseCode": 200
  234. },
  235. "input": {
  236. "type": "structure",
  237. "required": [
  238. "arn"
  239. ],
  240. "members": {
  241. "arn": {}
  242. }
  243. },
  244. "output": {
  245. "type": "structure",
  246. "members": {
  247. "composition": {
  248. "shape": "S1i"
  249. }
  250. }
  251. }
  252. },
  253. "GetEncoderConfiguration": {
  254. "http": {
  255. "requestUri": "/GetEncoderConfiguration",
  256. "responseCode": 200
  257. },
  258. "input": {
  259. "type": "structure",
  260. "required": [
  261. "arn"
  262. ],
  263. "members": {
  264. "arn": {}
  265. }
  266. },
  267. "output": {
  268. "type": "structure",
  269. "members": {
  270. "encoderConfiguration": {
  271. "shape": "Sc"
  272. }
  273. }
  274. }
  275. },
  276. "GetParticipant": {
  277. "http": {
  278. "requestUri": "/GetParticipant",
  279. "responseCode": 200
  280. },
  281. "input": {
  282. "type": "structure",
  283. "required": [
  284. "participantId",
  285. "sessionId",
  286. "stageArn"
  287. ],
  288. "members": {
  289. "participantId": {},
  290. "sessionId": {},
  291. "stageArn": {}
  292. }
  293. },
  294. "output": {
  295. "type": "structure",
  296. "members": {
  297. "participant": {
  298. "type": "structure",
  299. "members": {
  300. "attributes": {
  301. "type": "map",
  302. "key": {},
  303. "value": {}
  304. },
  305. "browserName": {},
  306. "browserVersion": {},
  307. "firstJoinTime": {
  308. "shape": "S1v"
  309. },
  310. "ispName": {},
  311. "osName": {},
  312. "osVersion": {},
  313. "participantId": {},
  314. "published": {
  315. "type": "boolean"
  316. },
  317. "sdkVersion": {},
  318. "state": {},
  319. "userId": {}
  320. }
  321. }
  322. }
  323. }
  324. },
  325. "GetStage": {
  326. "http": {
  327. "requestUri": "/GetStage",
  328. "responseCode": 200
  329. },
  330. "input": {
  331. "type": "structure",
  332. "required": [
  333. "arn"
  334. ],
  335. "members": {
  336. "arn": {}
  337. }
  338. },
  339. "output": {
  340. "type": "structure",
  341. "members": {
  342. "stage": {
  343. "shape": "Sx"
  344. }
  345. }
  346. }
  347. },
  348. "GetStageSession": {
  349. "http": {
  350. "requestUri": "/GetStageSession",
  351. "responseCode": 200
  352. },
  353. "input": {
  354. "type": "structure",
  355. "required": [
  356. "sessionId",
  357. "stageArn"
  358. ],
  359. "members": {
  360. "sessionId": {},
  361. "stageArn": {}
  362. }
  363. },
  364. "output": {
  365. "type": "structure",
  366. "members": {
  367. "stageSession": {
  368. "type": "structure",
  369. "members": {
  370. "endTime": {
  371. "shape": "S1v"
  372. },
  373. "sessionId": {},
  374. "startTime": {
  375. "shape": "S1v"
  376. }
  377. }
  378. }
  379. }
  380. }
  381. },
  382. "GetStorageConfiguration": {
  383. "http": {
  384. "requestUri": "/GetStorageConfiguration",
  385. "responseCode": 200
  386. },
  387. "input": {
  388. "type": "structure",
  389. "required": [
  390. "arn"
  391. ],
  392. "members": {
  393. "arn": {}
  394. }
  395. },
  396. "output": {
  397. "type": "structure",
  398. "members": {
  399. "storageConfiguration": {
  400. "shape": "S14"
  401. }
  402. }
  403. }
  404. },
  405. "ListCompositions": {
  406. "http": {
  407. "requestUri": "/ListCompositions",
  408. "responseCode": 200
  409. },
  410. "input": {
  411. "type": "structure",
  412. "members": {
  413. "filterByEncoderConfigurationArn": {},
  414. "filterByStageArn": {},
  415. "maxResults": {
  416. "type": "integer"
  417. },
  418. "nextToken": {}
  419. }
  420. },
  421. "output": {
  422. "type": "structure",
  423. "required": [
  424. "compositions"
  425. ],
  426. "members": {
  427. "compositions": {
  428. "type": "list",
  429. "member": {
  430. "type": "structure",
  431. "required": [
  432. "arn",
  433. "destinations",
  434. "stageArn",
  435. "state"
  436. ],
  437. "members": {
  438. "arn": {},
  439. "destinations": {
  440. "type": "list",
  441. "member": {
  442. "type": "structure",
  443. "required": [
  444. "id",
  445. "state"
  446. ],
  447. "members": {
  448. "endTime": {
  449. "shape": "S1v"
  450. },
  451. "id": {},
  452. "startTime": {
  453. "shape": "S1v"
  454. },
  455. "state": {}
  456. }
  457. }
  458. },
  459. "endTime": {
  460. "shape": "S1v"
  461. },
  462. "stageArn": {},
  463. "startTime": {
  464. "shape": "S1v"
  465. },
  466. "state": {},
  467. "tags": {
  468. "shape": "S3"
  469. }
  470. }
  471. }
  472. },
  473. "nextToken": {}
  474. }
  475. }
  476. },
  477. "ListEncoderConfigurations": {
  478. "http": {
  479. "requestUri": "/ListEncoderConfigurations",
  480. "responseCode": 200
  481. },
  482. "input": {
  483. "type": "structure",
  484. "members": {
  485. "maxResults": {
  486. "type": "integer"
  487. },
  488. "nextToken": {}
  489. }
  490. },
  491. "output": {
  492. "type": "structure",
  493. "required": [
  494. "encoderConfigurations"
  495. ],
  496. "members": {
  497. "encoderConfigurations": {
  498. "type": "list",
  499. "member": {
  500. "type": "structure",
  501. "required": [
  502. "arn"
  503. ],
  504. "members": {
  505. "arn": {},
  506. "name": {},
  507. "tags": {
  508. "shape": "S3"
  509. }
  510. }
  511. }
  512. },
  513. "nextToken": {}
  514. }
  515. }
  516. },
  517. "ListParticipantEvents": {
  518. "http": {
  519. "requestUri": "/ListParticipantEvents",
  520. "responseCode": 200
  521. },
  522. "input": {
  523. "type": "structure",
  524. "required": [
  525. "participantId",
  526. "sessionId",
  527. "stageArn"
  528. ],
  529. "members": {
  530. "maxResults": {
  531. "type": "integer"
  532. },
  533. "nextToken": {},
  534. "participantId": {},
  535. "sessionId": {},
  536. "stageArn": {}
  537. }
  538. },
  539. "output": {
  540. "type": "structure",
  541. "required": [
  542. "events"
  543. ],
  544. "members": {
  545. "events": {
  546. "type": "list",
  547. "member": {
  548. "type": "structure",
  549. "members": {
  550. "errorCode": {},
  551. "eventTime": {
  552. "shape": "S1v"
  553. },
  554. "name": {},
  555. "participantId": {},
  556. "remoteParticipantId": {}
  557. }
  558. }
  559. },
  560. "nextToken": {}
  561. }
  562. }
  563. },
  564. "ListParticipants": {
  565. "http": {
  566. "requestUri": "/ListParticipants",
  567. "responseCode": 200
  568. },
  569. "input": {
  570. "type": "structure",
  571. "required": [
  572. "sessionId",
  573. "stageArn"
  574. ],
  575. "members": {
  576. "filterByPublished": {
  577. "type": "boolean"
  578. },
  579. "filterByState": {},
  580. "filterByUserId": {},
  581. "maxResults": {
  582. "type": "integer"
  583. },
  584. "nextToken": {},
  585. "sessionId": {},
  586. "stageArn": {}
  587. }
  588. },
  589. "output": {
  590. "type": "structure",
  591. "required": [
  592. "participants"
  593. ],
  594. "members": {
  595. "nextToken": {},
  596. "participants": {
  597. "type": "list",
  598. "member": {
  599. "type": "structure",
  600. "members": {
  601. "firstJoinTime": {
  602. "shape": "S1v"
  603. },
  604. "participantId": {},
  605. "published": {
  606. "type": "boolean"
  607. },
  608. "state": {},
  609. "userId": {}
  610. }
  611. }
  612. }
  613. }
  614. }
  615. },
  616. "ListStageSessions": {
  617. "http": {
  618. "requestUri": "/ListStageSessions",
  619. "responseCode": 200
  620. },
  621. "input": {
  622. "type": "structure",
  623. "required": [
  624. "stageArn"
  625. ],
  626. "members": {
  627. "maxResults": {
  628. "type": "integer"
  629. },
  630. "nextToken": {},
  631. "stageArn": {}
  632. }
  633. },
  634. "output": {
  635. "type": "structure",
  636. "required": [
  637. "stageSessions"
  638. ],
  639. "members": {
  640. "nextToken": {},
  641. "stageSessions": {
  642. "type": "list",
  643. "member": {
  644. "type": "structure",
  645. "members": {
  646. "endTime": {
  647. "shape": "S1v"
  648. },
  649. "sessionId": {},
  650. "startTime": {
  651. "shape": "S1v"
  652. }
  653. }
  654. }
  655. }
  656. }
  657. }
  658. },
  659. "ListStages": {
  660. "http": {
  661. "requestUri": "/ListStages",
  662. "responseCode": 200
  663. },
  664. "input": {
  665. "type": "structure",
  666. "members": {
  667. "maxResults": {
  668. "type": "integer"
  669. },
  670. "nextToken": {}
  671. }
  672. },
  673. "output": {
  674. "type": "structure",
  675. "required": [
  676. "stages"
  677. ],
  678. "members": {
  679. "nextToken": {},
  680. "stages": {
  681. "type": "list",
  682. "member": {
  683. "type": "structure",
  684. "required": [
  685. "arn"
  686. ],
  687. "members": {
  688. "activeSessionId": {},
  689. "arn": {},
  690. "name": {},
  691. "tags": {
  692. "shape": "S3"
  693. }
  694. }
  695. }
  696. }
  697. }
  698. }
  699. },
  700. "ListStorageConfigurations": {
  701. "http": {
  702. "requestUri": "/ListStorageConfigurations",
  703. "responseCode": 200
  704. },
  705. "input": {
  706. "type": "structure",
  707. "members": {
  708. "maxResults": {
  709. "type": "integer"
  710. },
  711. "nextToken": {}
  712. }
  713. },
  714. "output": {
  715. "type": "structure",
  716. "required": [
  717. "storageConfigurations"
  718. ],
  719. "members": {
  720. "nextToken": {},
  721. "storageConfigurations": {
  722. "type": "list",
  723. "member": {
  724. "type": "structure",
  725. "required": [
  726. "arn"
  727. ],
  728. "members": {
  729. "arn": {},
  730. "name": {},
  731. "s3": {
  732. "shape": "S11"
  733. },
  734. "tags": {
  735. "shape": "S3"
  736. }
  737. }
  738. }
  739. }
  740. }
  741. }
  742. },
  743. "ListTagsForResource": {
  744. "http": {
  745. "method": "GET",
  746. "requestUri": "/tags/{resourceArn}",
  747. "responseCode": 200
  748. },
  749. "input": {
  750. "type": "structure",
  751. "required": [
  752. "resourceArn"
  753. ],
  754. "members": {
  755. "resourceArn": {
  756. "location": "uri",
  757. "locationName": "resourceArn"
  758. }
  759. }
  760. },
  761. "output": {
  762. "type": "structure",
  763. "required": [
  764. "tags"
  765. ],
  766. "members": {
  767. "tags": {
  768. "shape": "S3"
  769. }
  770. }
  771. }
  772. },
  773. "StartComposition": {
  774. "http": {
  775. "requestUri": "/StartComposition",
  776. "responseCode": 200
  777. },
  778. "input": {
  779. "type": "structure",
  780. "required": [
  781. "destinations",
  782. "stageArn"
  783. ],
  784. "members": {
  785. "destinations": {
  786. "type": "list",
  787. "member": {
  788. "shape": "S1l"
  789. }
  790. },
  791. "idempotencyToken": {
  792. "idempotencyToken": true
  793. },
  794. "layout": {
  795. "shape": "S1x"
  796. },
  797. "stageArn": {},
  798. "tags": {
  799. "shape": "S3"
  800. }
  801. }
  802. },
  803. "output": {
  804. "type": "structure",
  805. "members": {
  806. "composition": {
  807. "shape": "S1i"
  808. }
  809. }
  810. }
  811. },
  812. "StopComposition": {
  813. "http": {
  814. "requestUri": "/StopComposition",
  815. "responseCode": 200
  816. },
  817. "input": {
  818. "type": "structure",
  819. "required": [
  820. "arn"
  821. ],
  822. "members": {
  823. "arn": {}
  824. }
  825. },
  826. "output": {
  827. "type": "structure",
  828. "members": {}
  829. }
  830. },
  831. "TagResource": {
  832. "http": {
  833. "requestUri": "/tags/{resourceArn}",
  834. "responseCode": 200
  835. },
  836. "input": {
  837. "type": "structure",
  838. "required": [
  839. "resourceArn",
  840. "tags"
  841. ],
  842. "members": {
  843. "resourceArn": {
  844. "location": "uri",
  845. "locationName": "resourceArn"
  846. },
  847. "tags": {
  848. "shape": "S3"
  849. }
  850. }
  851. },
  852. "output": {
  853. "type": "structure",
  854. "members": {}
  855. }
  856. },
  857. "UntagResource": {
  858. "http": {
  859. "method": "DELETE",
  860. "requestUri": "/tags/{resourceArn}",
  861. "responseCode": 200
  862. },
  863. "input": {
  864. "type": "structure",
  865. "required": [
  866. "resourceArn",
  867. "tagKeys"
  868. ],
  869. "members": {
  870. "resourceArn": {
  871. "location": "uri",
  872. "locationName": "resourceArn"
  873. },
  874. "tagKeys": {
  875. "location": "querystring",
  876. "locationName": "tagKeys",
  877. "type": "list",
  878. "member": {}
  879. }
  880. }
  881. },
  882. "output": {
  883. "type": "structure",
  884. "members": {}
  885. },
  886. "idempotent": true
  887. },
  888. "UpdateStage": {
  889. "http": {
  890. "requestUri": "/UpdateStage",
  891. "responseCode": 200
  892. },
  893. "input": {
  894. "type": "structure",
  895. "required": [
  896. "arn"
  897. ],
  898. "members": {
  899. "arn": {},
  900. "name": {}
  901. }
  902. },
  903. "output": {
  904. "type": "structure",
  905. "members": {
  906. "stage": {
  907. "shape": "Sx"
  908. }
  909. }
  910. }
  911. }
  912. },
  913. "shapes": {
  914. "S3": {
  915. "type": "map",
  916. "key": {},
  917. "value": {}
  918. },
  919. "S6": {
  920. "type": "structure",
  921. "members": {
  922. "bitrate": {
  923. "type": "integer"
  924. },
  925. "framerate": {
  926. "type": "float"
  927. },
  928. "height": {
  929. "type": "integer"
  930. },
  931. "width": {
  932. "type": "integer"
  933. }
  934. }
  935. },
  936. "Sc": {
  937. "type": "structure",
  938. "required": [
  939. "arn"
  940. ],
  941. "members": {
  942. "arn": {},
  943. "name": {},
  944. "tags": {
  945. "shape": "S3"
  946. },
  947. "video": {
  948. "shape": "S6"
  949. }
  950. }
  951. },
  952. "Sf": {
  953. "type": "map",
  954. "key": {},
  955. "value": {}
  956. },
  957. "Sh": {
  958. "type": "list",
  959. "member": {}
  960. },
  961. "Sn": {
  962. "type": "structure",
  963. "members": {
  964. "attributes": {
  965. "shape": "Sf"
  966. },
  967. "capabilities": {
  968. "shape": "Sh"
  969. },
  970. "duration": {
  971. "type": "integer"
  972. },
  973. "expirationTime": {
  974. "type": "timestamp",
  975. "timestampFormat": "iso8601"
  976. },
  977. "participantId": {},
  978. "token": {
  979. "type": "string",
  980. "sensitive": true
  981. },
  982. "userId": {}
  983. }
  984. },
  985. "Sx": {
  986. "type": "structure",
  987. "required": [
  988. "arn"
  989. ],
  990. "members": {
  991. "activeSessionId": {},
  992. "arn": {},
  993. "name": {},
  994. "tags": {
  995. "shape": "S3"
  996. }
  997. }
  998. },
  999. "S11": {
  1000. "type": "structure",
  1001. "required": [
  1002. "bucketName"
  1003. ],
  1004. "members": {
  1005. "bucketName": {}
  1006. }
  1007. },
  1008. "S14": {
  1009. "type": "structure",
  1010. "required": [
  1011. "arn"
  1012. ],
  1013. "members": {
  1014. "arn": {},
  1015. "name": {},
  1016. "s3": {
  1017. "shape": "S11"
  1018. },
  1019. "tags": {
  1020. "shape": "S3"
  1021. }
  1022. }
  1023. },
  1024. "S1i": {
  1025. "type": "structure",
  1026. "required": [
  1027. "arn",
  1028. "destinations",
  1029. "layout",
  1030. "stageArn",
  1031. "state"
  1032. ],
  1033. "members": {
  1034. "arn": {},
  1035. "destinations": {
  1036. "type": "list",
  1037. "member": {
  1038. "type": "structure",
  1039. "required": [
  1040. "configuration",
  1041. "id",
  1042. "state"
  1043. ],
  1044. "members": {
  1045. "configuration": {
  1046. "shape": "S1l"
  1047. },
  1048. "detail": {
  1049. "type": "structure",
  1050. "members": {
  1051. "s3": {
  1052. "type": "structure",
  1053. "required": [
  1054. "recordingPrefix"
  1055. ],
  1056. "members": {
  1057. "recordingPrefix": {}
  1058. }
  1059. }
  1060. }
  1061. },
  1062. "endTime": {
  1063. "shape": "S1v"
  1064. },
  1065. "id": {},
  1066. "startTime": {
  1067. "shape": "S1v"
  1068. },
  1069. "state": {}
  1070. }
  1071. }
  1072. },
  1073. "endTime": {
  1074. "shape": "S1v"
  1075. },
  1076. "layout": {
  1077. "shape": "S1x"
  1078. },
  1079. "stageArn": {},
  1080. "startTime": {
  1081. "shape": "S1v"
  1082. },
  1083. "state": {},
  1084. "tags": {
  1085. "shape": "S3"
  1086. }
  1087. }
  1088. },
  1089. "S1l": {
  1090. "type": "structure",
  1091. "members": {
  1092. "channel": {
  1093. "type": "structure",
  1094. "required": [
  1095. "channelArn"
  1096. ],
  1097. "members": {
  1098. "channelArn": {},
  1099. "encoderConfigurationArn": {}
  1100. }
  1101. },
  1102. "name": {},
  1103. "s3": {
  1104. "type": "structure",
  1105. "required": [
  1106. "encoderConfigurationArns",
  1107. "storageConfigurationArn"
  1108. ],
  1109. "members": {
  1110. "encoderConfigurationArns": {
  1111. "type": "list",
  1112. "member": {}
  1113. },
  1114. "recordingConfiguration": {
  1115. "type": "structure",
  1116. "members": {
  1117. "format": {}
  1118. }
  1119. },
  1120. "storageConfigurationArn": {}
  1121. }
  1122. }
  1123. }
  1124. },
  1125. "S1v": {
  1126. "type": "timestamp",
  1127. "timestampFormat": "iso8601"
  1128. },
  1129. "S1x": {
  1130. "type": "structure",
  1131. "members": {
  1132. "grid": {
  1133. "type": "structure",
  1134. "members": {
  1135. "featuredParticipantAttribute": {},
  1136. "gridGap": {
  1137. "type": "integer"
  1138. },
  1139. "omitStoppedVideo": {
  1140. "type": "boolean"
  1141. },
  1142. "videoAspectRatio": {},
  1143. "videoFillMode": {}
  1144. }
  1145. },
  1146. "pip": {
  1147. "type": "structure",
  1148. "members": {
  1149. "featuredParticipantAttribute": {},
  1150. "gridGap": {
  1151. "type": "integer"
  1152. },
  1153. "omitStoppedVideo": {
  1154. "type": "boolean"
  1155. },
  1156. "pipBehavior": {},
  1157. "pipHeight": {
  1158. "type": "integer"
  1159. },
  1160. "pipOffset": {
  1161. "type": "integer"
  1162. },
  1163. "pipParticipantAttribute": {},
  1164. "pipPosition": {},
  1165. "pipWidth": {
  1166. "type": "integer"
  1167. },
  1168. "videoFillMode": {}
  1169. }
  1170. }
  1171. }
  1172. }
  1173. }
  1174. }