mediapackagev2-2022-12-25.min.json 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2022-12-25",
  5. "endpointPrefix": "mediapackagev2",
  6. "jsonVersion": "1.1",
  7. "protocol": "rest-json",
  8. "serviceAbbreviation": "mediapackagev2",
  9. "serviceFullName": "AWS Elemental MediaPackage v2",
  10. "serviceId": "MediaPackageV2",
  11. "signatureVersion": "v4",
  12. "signingName": "mediapackagev2",
  13. "uid": "mediapackagev2-2022-12-25"
  14. },
  15. "operations": {
  16. "CreateChannel": {
  17. "http": {
  18. "requestUri": "/channelGroup/{ChannelGroupName}/channel",
  19. "responseCode": 200
  20. },
  21. "input": {
  22. "type": "structure",
  23. "required": [
  24. "ChannelGroupName",
  25. "ChannelName"
  26. ],
  27. "members": {
  28. "ChannelGroupName": {
  29. "location": "uri",
  30. "locationName": "ChannelGroupName"
  31. },
  32. "ChannelName": {},
  33. "ClientToken": {
  34. "idempotencyToken": true,
  35. "location": "header",
  36. "locationName": "x-amzn-client-token"
  37. },
  38. "Description": {},
  39. "Tags": {
  40. "shape": "S5",
  41. "locationName": "tags"
  42. }
  43. }
  44. },
  45. "output": {
  46. "type": "structure",
  47. "required": [
  48. "Arn",
  49. "ChannelName",
  50. "ChannelGroupName",
  51. "CreatedAt",
  52. "ModifiedAt"
  53. ],
  54. "members": {
  55. "Arn": {},
  56. "ChannelName": {},
  57. "ChannelGroupName": {},
  58. "CreatedAt": {
  59. "type": "timestamp"
  60. },
  61. "ModifiedAt": {
  62. "type": "timestamp"
  63. },
  64. "Description": {},
  65. "IngestEndpoints": {
  66. "shape": "Sb"
  67. },
  68. "ETag": {},
  69. "Tags": {
  70. "shape": "S5"
  71. }
  72. }
  73. },
  74. "idempotent": true
  75. },
  76. "CreateChannelGroup": {
  77. "http": {
  78. "requestUri": "/channelGroup",
  79. "responseCode": 200
  80. },
  81. "input": {
  82. "type": "structure",
  83. "required": [
  84. "ChannelGroupName"
  85. ],
  86. "members": {
  87. "ChannelGroupName": {},
  88. "ClientToken": {
  89. "idempotencyToken": true,
  90. "location": "header",
  91. "locationName": "x-amzn-client-token"
  92. },
  93. "Description": {},
  94. "Tags": {
  95. "shape": "S5",
  96. "locationName": "tags"
  97. }
  98. }
  99. },
  100. "output": {
  101. "type": "structure",
  102. "required": [
  103. "ChannelGroupName",
  104. "Arn",
  105. "EgressDomain",
  106. "CreatedAt",
  107. "ModifiedAt"
  108. ],
  109. "members": {
  110. "ChannelGroupName": {},
  111. "Arn": {},
  112. "EgressDomain": {},
  113. "CreatedAt": {
  114. "type": "timestamp"
  115. },
  116. "ModifiedAt": {
  117. "type": "timestamp"
  118. },
  119. "ETag": {},
  120. "Description": {},
  121. "Tags": {
  122. "shape": "S5"
  123. }
  124. }
  125. },
  126. "idempotent": true
  127. },
  128. "CreateOriginEndpoint": {
  129. "http": {
  130. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint",
  131. "responseCode": 200
  132. },
  133. "input": {
  134. "type": "structure",
  135. "required": [
  136. "ChannelGroupName",
  137. "ChannelName",
  138. "OriginEndpointName",
  139. "ContainerType"
  140. ],
  141. "members": {
  142. "ChannelGroupName": {
  143. "location": "uri",
  144. "locationName": "ChannelGroupName"
  145. },
  146. "ChannelName": {
  147. "location": "uri",
  148. "locationName": "ChannelName"
  149. },
  150. "OriginEndpointName": {},
  151. "ContainerType": {},
  152. "Segment": {
  153. "shape": "Si"
  154. },
  155. "ClientToken": {
  156. "idempotencyToken": true,
  157. "location": "header",
  158. "locationName": "x-amzn-client-token"
  159. },
  160. "Description": {},
  161. "StartoverWindowSeconds": {
  162. "type": "integer"
  163. },
  164. "HlsManifests": {
  165. "shape": "S15"
  166. },
  167. "LowLatencyHlsManifests": {
  168. "shape": "S1f"
  169. },
  170. "DashManifests": {
  171. "shape": "S1j"
  172. },
  173. "Tags": {
  174. "shape": "S5"
  175. }
  176. }
  177. },
  178. "output": {
  179. "type": "structure",
  180. "required": [
  181. "Arn",
  182. "ChannelGroupName",
  183. "ChannelName",
  184. "OriginEndpointName",
  185. "ContainerType",
  186. "Segment",
  187. "CreatedAt",
  188. "ModifiedAt"
  189. ],
  190. "members": {
  191. "Arn": {},
  192. "ChannelGroupName": {},
  193. "ChannelName": {},
  194. "OriginEndpointName": {},
  195. "ContainerType": {},
  196. "Segment": {
  197. "shape": "Si"
  198. },
  199. "CreatedAt": {
  200. "type": "timestamp"
  201. },
  202. "ModifiedAt": {
  203. "type": "timestamp"
  204. },
  205. "Description": {},
  206. "StartoverWindowSeconds": {
  207. "type": "integer"
  208. },
  209. "HlsManifests": {
  210. "shape": "S20"
  211. },
  212. "LowLatencyHlsManifests": {
  213. "shape": "S22"
  214. },
  215. "DashManifests": {
  216. "shape": "S24"
  217. },
  218. "ETag": {},
  219. "Tags": {
  220. "shape": "S5"
  221. }
  222. }
  223. },
  224. "idempotent": true
  225. },
  226. "DeleteChannel": {
  227. "http": {
  228. "method": "DELETE",
  229. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/",
  230. "responseCode": 200
  231. },
  232. "input": {
  233. "type": "structure",
  234. "required": [
  235. "ChannelGroupName",
  236. "ChannelName"
  237. ],
  238. "members": {
  239. "ChannelGroupName": {
  240. "location": "uri",
  241. "locationName": "ChannelGroupName"
  242. },
  243. "ChannelName": {
  244. "location": "uri",
  245. "locationName": "ChannelName"
  246. }
  247. }
  248. },
  249. "output": {
  250. "type": "structure",
  251. "members": {}
  252. },
  253. "idempotent": true
  254. },
  255. "DeleteChannelGroup": {
  256. "http": {
  257. "method": "DELETE",
  258. "requestUri": "/channelGroup/{ChannelGroupName}",
  259. "responseCode": 200
  260. },
  261. "input": {
  262. "type": "structure",
  263. "required": [
  264. "ChannelGroupName"
  265. ],
  266. "members": {
  267. "ChannelGroupName": {
  268. "location": "uri",
  269. "locationName": "ChannelGroupName"
  270. }
  271. }
  272. },
  273. "output": {
  274. "type": "structure",
  275. "members": {}
  276. },
  277. "idempotent": true
  278. },
  279. "DeleteChannelPolicy": {
  280. "http": {
  281. "method": "DELETE",
  282. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy",
  283. "responseCode": 200
  284. },
  285. "input": {
  286. "type": "structure",
  287. "required": [
  288. "ChannelGroupName",
  289. "ChannelName"
  290. ],
  291. "members": {
  292. "ChannelGroupName": {
  293. "location": "uri",
  294. "locationName": "ChannelGroupName"
  295. },
  296. "ChannelName": {
  297. "location": "uri",
  298. "locationName": "ChannelName"
  299. }
  300. }
  301. },
  302. "output": {
  303. "type": "structure",
  304. "members": {}
  305. },
  306. "idempotent": true
  307. },
  308. "DeleteOriginEndpoint": {
  309. "http": {
  310. "method": "DELETE",
  311. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}",
  312. "responseCode": 200
  313. },
  314. "input": {
  315. "type": "structure",
  316. "required": [
  317. "ChannelGroupName",
  318. "ChannelName",
  319. "OriginEndpointName"
  320. ],
  321. "members": {
  322. "ChannelGroupName": {
  323. "location": "uri",
  324. "locationName": "ChannelGroupName"
  325. },
  326. "ChannelName": {
  327. "location": "uri",
  328. "locationName": "ChannelName"
  329. },
  330. "OriginEndpointName": {
  331. "location": "uri",
  332. "locationName": "OriginEndpointName"
  333. }
  334. }
  335. },
  336. "output": {
  337. "type": "structure",
  338. "members": {}
  339. },
  340. "idempotent": true
  341. },
  342. "DeleteOriginEndpointPolicy": {
  343. "http": {
  344. "method": "DELETE",
  345. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy",
  346. "responseCode": 200
  347. },
  348. "input": {
  349. "type": "structure",
  350. "required": [
  351. "ChannelGroupName",
  352. "ChannelName",
  353. "OriginEndpointName"
  354. ],
  355. "members": {
  356. "ChannelGroupName": {
  357. "location": "uri",
  358. "locationName": "ChannelGroupName"
  359. },
  360. "ChannelName": {
  361. "location": "uri",
  362. "locationName": "ChannelName"
  363. },
  364. "OriginEndpointName": {
  365. "location": "uri",
  366. "locationName": "OriginEndpointName"
  367. }
  368. }
  369. },
  370. "output": {
  371. "type": "structure",
  372. "members": {}
  373. },
  374. "idempotent": true
  375. },
  376. "GetChannel": {
  377. "http": {
  378. "method": "GET",
  379. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/",
  380. "responseCode": 200
  381. },
  382. "input": {
  383. "type": "structure",
  384. "required": [
  385. "ChannelGroupName",
  386. "ChannelName"
  387. ],
  388. "members": {
  389. "ChannelGroupName": {
  390. "location": "uri",
  391. "locationName": "ChannelGroupName"
  392. },
  393. "ChannelName": {
  394. "location": "uri",
  395. "locationName": "ChannelName"
  396. }
  397. }
  398. },
  399. "output": {
  400. "type": "structure",
  401. "required": [
  402. "Arn",
  403. "ChannelName",
  404. "ChannelGroupName",
  405. "CreatedAt",
  406. "ModifiedAt"
  407. ],
  408. "members": {
  409. "Arn": {},
  410. "ChannelName": {},
  411. "ChannelGroupName": {},
  412. "CreatedAt": {
  413. "type": "timestamp"
  414. },
  415. "ModifiedAt": {
  416. "type": "timestamp"
  417. },
  418. "Description": {},
  419. "IngestEndpoints": {
  420. "shape": "Sb"
  421. },
  422. "ETag": {},
  423. "Tags": {
  424. "shape": "S5"
  425. }
  426. }
  427. }
  428. },
  429. "GetChannelGroup": {
  430. "http": {
  431. "method": "GET",
  432. "requestUri": "/channelGroup/{ChannelGroupName}",
  433. "responseCode": 200
  434. },
  435. "input": {
  436. "type": "structure",
  437. "required": [
  438. "ChannelGroupName"
  439. ],
  440. "members": {
  441. "ChannelGroupName": {
  442. "location": "uri",
  443. "locationName": "ChannelGroupName"
  444. }
  445. }
  446. },
  447. "output": {
  448. "type": "structure",
  449. "required": [
  450. "ChannelGroupName",
  451. "Arn",
  452. "EgressDomain",
  453. "CreatedAt",
  454. "ModifiedAt"
  455. ],
  456. "members": {
  457. "ChannelGroupName": {},
  458. "Arn": {},
  459. "EgressDomain": {},
  460. "CreatedAt": {
  461. "type": "timestamp"
  462. },
  463. "ModifiedAt": {
  464. "type": "timestamp"
  465. },
  466. "Description": {},
  467. "ETag": {},
  468. "Tags": {
  469. "shape": "S5",
  470. "locationName": "tags"
  471. }
  472. }
  473. }
  474. },
  475. "GetChannelPolicy": {
  476. "http": {
  477. "method": "GET",
  478. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy",
  479. "responseCode": 200
  480. },
  481. "input": {
  482. "type": "structure",
  483. "required": [
  484. "ChannelGroupName",
  485. "ChannelName"
  486. ],
  487. "members": {
  488. "ChannelGroupName": {
  489. "location": "uri",
  490. "locationName": "ChannelGroupName"
  491. },
  492. "ChannelName": {
  493. "location": "uri",
  494. "locationName": "ChannelName"
  495. }
  496. }
  497. },
  498. "output": {
  499. "type": "structure",
  500. "required": [
  501. "ChannelGroupName",
  502. "ChannelName",
  503. "Policy"
  504. ],
  505. "members": {
  506. "ChannelGroupName": {},
  507. "ChannelName": {},
  508. "Policy": {}
  509. }
  510. }
  511. },
  512. "GetOriginEndpoint": {
  513. "http": {
  514. "method": "GET",
  515. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}",
  516. "responseCode": 200
  517. },
  518. "input": {
  519. "type": "structure",
  520. "required": [
  521. "ChannelGroupName",
  522. "ChannelName",
  523. "OriginEndpointName"
  524. ],
  525. "members": {
  526. "ChannelGroupName": {
  527. "location": "uri",
  528. "locationName": "ChannelGroupName"
  529. },
  530. "ChannelName": {
  531. "location": "uri",
  532. "locationName": "ChannelName"
  533. },
  534. "OriginEndpointName": {
  535. "location": "uri",
  536. "locationName": "OriginEndpointName"
  537. }
  538. }
  539. },
  540. "output": {
  541. "type": "structure",
  542. "required": [
  543. "Arn",
  544. "ChannelGroupName",
  545. "ChannelName",
  546. "OriginEndpointName",
  547. "ContainerType",
  548. "Segment",
  549. "CreatedAt",
  550. "ModifiedAt"
  551. ],
  552. "members": {
  553. "Arn": {},
  554. "ChannelGroupName": {},
  555. "ChannelName": {},
  556. "OriginEndpointName": {},
  557. "ContainerType": {},
  558. "Segment": {
  559. "shape": "Si"
  560. },
  561. "CreatedAt": {
  562. "type": "timestamp"
  563. },
  564. "ModifiedAt": {
  565. "type": "timestamp"
  566. },
  567. "Description": {},
  568. "StartoverWindowSeconds": {
  569. "type": "integer"
  570. },
  571. "HlsManifests": {
  572. "shape": "S20"
  573. },
  574. "LowLatencyHlsManifests": {
  575. "shape": "S22"
  576. },
  577. "ETag": {},
  578. "Tags": {
  579. "shape": "S5"
  580. },
  581. "DashManifests": {
  582. "shape": "S24"
  583. }
  584. }
  585. }
  586. },
  587. "GetOriginEndpointPolicy": {
  588. "http": {
  589. "method": "GET",
  590. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy",
  591. "responseCode": 200
  592. },
  593. "input": {
  594. "type": "structure",
  595. "required": [
  596. "ChannelGroupName",
  597. "ChannelName",
  598. "OriginEndpointName"
  599. ],
  600. "members": {
  601. "ChannelGroupName": {
  602. "location": "uri",
  603. "locationName": "ChannelGroupName"
  604. },
  605. "ChannelName": {
  606. "location": "uri",
  607. "locationName": "ChannelName"
  608. },
  609. "OriginEndpointName": {
  610. "location": "uri",
  611. "locationName": "OriginEndpointName"
  612. }
  613. }
  614. },
  615. "output": {
  616. "type": "structure",
  617. "required": [
  618. "ChannelGroupName",
  619. "ChannelName",
  620. "OriginEndpointName",
  621. "Policy"
  622. ],
  623. "members": {
  624. "ChannelGroupName": {},
  625. "ChannelName": {},
  626. "OriginEndpointName": {},
  627. "Policy": {}
  628. }
  629. }
  630. },
  631. "ListChannelGroups": {
  632. "http": {
  633. "method": "GET",
  634. "requestUri": "/channelGroup",
  635. "responseCode": 200
  636. },
  637. "input": {
  638. "type": "structure",
  639. "members": {
  640. "MaxResults": {
  641. "location": "querystring",
  642. "locationName": "maxResults",
  643. "type": "integer"
  644. },
  645. "NextToken": {
  646. "location": "querystring",
  647. "locationName": "nextToken"
  648. }
  649. }
  650. },
  651. "output": {
  652. "type": "structure",
  653. "members": {
  654. "Items": {
  655. "type": "list",
  656. "member": {
  657. "type": "structure",
  658. "required": [
  659. "ChannelGroupName",
  660. "Arn",
  661. "CreatedAt",
  662. "ModifiedAt"
  663. ],
  664. "members": {
  665. "ChannelGroupName": {},
  666. "Arn": {},
  667. "CreatedAt": {
  668. "type": "timestamp"
  669. },
  670. "ModifiedAt": {
  671. "type": "timestamp"
  672. },
  673. "Description": {}
  674. }
  675. }
  676. },
  677. "NextToken": {}
  678. }
  679. }
  680. },
  681. "ListChannels": {
  682. "http": {
  683. "method": "GET",
  684. "requestUri": "/channelGroup/{ChannelGroupName}/channel",
  685. "responseCode": 200
  686. },
  687. "input": {
  688. "type": "structure",
  689. "required": [
  690. "ChannelGroupName"
  691. ],
  692. "members": {
  693. "ChannelGroupName": {
  694. "location": "uri",
  695. "locationName": "ChannelGroupName"
  696. },
  697. "MaxResults": {
  698. "location": "querystring",
  699. "locationName": "maxResults",
  700. "type": "integer"
  701. },
  702. "NextToken": {
  703. "location": "querystring",
  704. "locationName": "nextToken"
  705. }
  706. }
  707. },
  708. "output": {
  709. "type": "structure",
  710. "members": {
  711. "Items": {
  712. "type": "list",
  713. "member": {
  714. "type": "structure",
  715. "required": [
  716. "Arn",
  717. "ChannelName",
  718. "ChannelGroupName",
  719. "CreatedAt",
  720. "ModifiedAt"
  721. ],
  722. "members": {
  723. "Arn": {},
  724. "ChannelName": {},
  725. "ChannelGroupName": {},
  726. "CreatedAt": {
  727. "type": "timestamp"
  728. },
  729. "ModifiedAt": {
  730. "type": "timestamp"
  731. },
  732. "Description": {}
  733. }
  734. }
  735. },
  736. "NextToken": {}
  737. }
  738. }
  739. },
  740. "ListOriginEndpoints": {
  741. "http": {
  742. "method": "GET",
  743. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint",
  744. "responseCode": 200
  745. },
  746. "input": {
  747. "type": "structure",
  748. "required": [
  749. "ChannelGroupName",
  750. "ChannelName"
  751. ],
  752. "members": {
  753. "ChannelGroupName": {
  754. "location": "uri",
  755. "locationName": "ChannelGroupName"
  756. },
  757. "ChannelName": {
  758. "location": "uri",
  759. "locationName": "ChannelName"
  760. },
  761. "MaxResults": {
  762. "location": "querystring",
  763. "locationName": "maxResults",
  764. "type": "integer"
  765. },
  766. "NextToken": {
  767. "location": "querystring",
  768. "locationName": "nextToken"
  769. }
  770. }
  771. },
  772. "output": {
  773. "type": "structure",
  774. "members": {
  775. "Items": {
  776. "type": "list",
  777. "member": {
  778. "type": "structure",
  779. "required": [
  780. "Arn",
  781. "ChannelGroupName",
  782. "ChannelName",
  783. "OriginEndpointName",
  784. "ContainerType"
  785. ],
  786. "members": {
  787. "Arn": {},
  788. "ChannelGroupName": {},
  789. "ChannelName": {},
  790. "OriginEndpointName": {},
  791. "ContainerType": {},
  792. "Description": {},
  793. "CreatedAt": {
  794. "type": "timestamp"
  795. },
  796. "ModifiedAt": {
  797. "type": "timestamp"
  798. },
  799. "HlsManifests": {
  800. "type": "list",
  801. "member": {
  802. "type": "structure",
  803. "required": [
  804. "ManifestName"
  805. ],
  806. "members": {
  807. "ManifestName": {},
  808. "ChildManifestName": {},
  809. "Url": {}
  810. }
  811. }
  812. },
  813. "LowLatencyHlsManifests": {
  814. "type": "list",
  815. "member": {
  816. "type": "structure",
  817. "required": [
  818. "ManifestName"
  819. ],
  820. "members": {
  821. "ManifestName": {},
  822. "ChildManifestName": {},
  823. "Url": {}
  824. }
  825. }
  826. },
  827. "DashManifests": {
  828. "type": "list",
  829. "member": {
  830. "type": "structure",
  831. "required": [
  832. "ManifestName"
  833. ],
  834. "members": {
  835. "ManifestName": {},
  836. "Url": {}
  837. }
  838. }
  839. }
  840. }
  841. }
  842. },
  843. "NextToken": {}
  844. }
  845. }
  846. },
  847. "ListTagsForResource": {
  848. "http": {
  849. "method": "GET",
  850. "requestUri": "/tags/{ResourceArn}",
  851. "responseCode": 200
  852. },
  853. "input": {
  854. "type": "structure",
  855. "required": [
  856. "ResourceArn"
  857. ],
  858. "members": {
  859. "ResourceArn": {
  860. "location": "uri",
  861. "locationName": "ResourceArn"
  862. }
  863. }
  864. },
  865. "output": {
  866. "type": "structure",
  867. "members": {
  868. "Tags": {
  869. "shape": "S5",
  870. "locationName": "tags"
  871. }
  872. }
  873. }
  874. },
  875. "PutChannelPolicy": {
  876. "http": {
  877. "method": "PUT",
  878. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/policy",
  879. "responseCode": 200
  880. },
  881. "input": {
  882. "type": "structure",
  883. "required": [
  884. "ChannelGroupName",
  885. "ChannelName",
  886. "Policy"
  887. ],
  888. "members": {
  889. "ChannelGroupName": {
  890. "location": "uri",
  891. "locationName": "ChannelGroupName"
  892. },
  893. "ChannelName": {
  894. "location": "uri",
  895. "locationName": "ChannelName"
  896. },
  897. "Policy": {}
  898. }
  899. },
  900. "output": {
  901. "type": "structure",
  902. "members": {}
  903. },
  904. "idempotent": true
  905. },
  906. "PutOriginEndpointPolicy": {
  907. "http": {
  908. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/policy",
  909. "responseCode": 200
  910. },
  911. "input": {
  912. "type": "structure",
  913. "required": [
  914. "ChannelGroupName",
  915. "ChannelName",
  916. "OriginEndpointName",
  917. "Policy"
  918. ],
  919. "members": {
  920. "ChannelGroupName": {
  921. "location": "uri",
  922. "locationName": "ChannelGroupName"
  923. },
  924. "ChannelName": {
  925. "location": "uri",
  926. "locationName": "ChannelName"
  927. },
  928. "OriginEndpointName": {
  929. "location": "uri",
  930. "locationName": "OriginEndpointName"
  931. },
  932. "Policy": {}
  933. }
  934. },
  935. "output": {
  936. "type": "structure",
  937. "members": {}
  938. },
  939. "idempotent": true
  940. },
  941. "TagResource": {
  942. "http": {
  943. "requestUri": "/tags/{ResourceArn}",
  944. "responseCode": 204
  945. },
  946. "input": {
  947. "type": "structure",
  948. "required": [
  949. "ResourceArn",
  950. "Tags"
  951. ],
  952. "members": {
  953. "ResourceArn": {
  954. "location": "uri",
  955. "locationName": "ResourceArn"
  956. },
  957. "Tags": {
  958. "shape": "S5",
  959. "locationName": "tags"
  960. }
  961. }
  962. }
  963. },
  964. "UntagResource": {
  965. "http": {
  966. "method": "DELETE",
  967. "requestUri": "/tags/{ResourceArn}",
  968. "responseCode": 204
  969. },
  970. "input": {
  971. "type": "structure",
  972. "required": [
  973. "ResourceArn",
  974. "TagKeys"
  975. ],
  976. "members": {
  977. "ResourceArn": {
  978. "location": "uri",
  979. "locationName": "ResourceArn"
  980. },
  981. "TagKeys": {
  982. "location": "querystring",
  983. "locationName": "tagKeys",
  984. "type": "list",
  985. "member": {}
  986. }
  987. }
  988. },
  989. "idempotent": true
  990. },
  991. "UpdateChannel": {
  992. "http": {
  993. "method": "PUT",
  994. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/",
  995. "responseCode": 200
  996. },
  997. "input": {
  998. "type": "structure",
  999. "required": [
  1000. "ChannelGroupName",
  1001. "ChannelName"
  1002. ],
  1003. "members": {
  1004. "ChannelGroupName": {
  1005. "location": "uri",
  1006. "locationName": "ChannelGroupName"
  1007. },
  1008. "ChannelName": {
  1009. "location": "uri",
  1010. "locationName": "ChannelName"
  1011. },
  1012. "ETag": {
  1013. "location": "header",
  1014. "locationName": "x-amzn-update-if-match"
  1015. },
  1016. "Description": {}
  1017. }
  1018. },
  1019. "output": {
  1020. "type": "structure",
  1021. "required": [
  1022. "Arn",
  1023. "ChannelName",
  1024. "ChannelGroupName",
  1025. "CreatedAt",
  1026. "ModifiedAt"
  1027. ],
  1028. "members": {
  1029. "Arn": {},
  1030. "ChannelName": {},
  1031. "ChannelGroupName": {},
  1032. "CreatedAt": {
  1033. "type": "timestamp"
  1034. },
  1035. "ModifiedAt": {
  1036. "type": "timestamp"
  1037. },
  1038. "Description": {},
  1039. "IngestEndpoints": {
  1040. "shape": "Sb"
  1041. },
  1042. "ETag": {},
  1043. "Tags": {
  1044. "shape": "S5",
  1045. "locationName": "tags"
  1046. }
  1047. }
  1048. },
  1049. "idempotent": true
  1050. },
  1051. "UpdateChannelGroup": {
  1052. "http": {
  1053. "method": "PUT",
  1054. "requestUri": "/channelGroup/{ChannelGroupName}",
  1055. "responseCode": 200
  1056. },
  1057. "input": {
  1058. "type": "structure",
  1059. "required": [
  1060. "ChannelGroupName"
  1061. ],
  1062. "members": {
  1063. "ChannelGroupName": {
  1064. "location": "uri",
  1065. "locationName": "ChannelGroupName"
  1066. },
  1067. "ETag": {
  1068. "location": "header",
  1069. "locationName": "x-amzn-update-if-match"
  1070. },
  1071. "Description": {}
  1072. }
  1073. },
  1074. "output": {
  1075. "type": "structure",
  1076. "required": [
  1077. "ChannelGroupName",
  1078. "Arn",
  1079. "EgressDomain",
  1080. "CreatedAt",
  1081. "ModifiedAt"
  1082. ],
  1083. "members": {
  1084. "ChannelGroupName": {},
  1085. "Arn": {},
  1086. "EgressDomain": {},
  1087. "CreatedAt": {
  1088. "type": "timestamp"
  1089. },
  1090. "ModifiedAt": {
  1091. "type": "timestamp"
  1092. },
  1093. "Description": {},
  1094. "ETag": {},
  1095. "Tags": {
  1096. "shape": "S5",
  1097. "locationName": "tags"
  1098. }
  1099. }
  1100. },
  1101. "idempotent": true
  1102. },
  1103. "UpdateOriginEndpoint": {
  1104. "http": {
  1105. "method": "PUT",
  1106. "requestUri": "/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}",
  1107. "responseCode": 200
  1108. },
  1109. "input": {
  1110. "type": "structure",
  1111. "required": [
  1112. "ChannelGroupName",
  1113. "ChannelName",
  1114. "OriginEndpointName",
  1115. "ContainerType"
  1116. ],
  1117. "members": {
  1118. "ChannelGroupName": {
  1119. "location": "uri",
  1120. "locationName": "ChannelGroupName"
  1121. },
  1122. "ChannelName": {
  1123. "location": "uri",
  1124. "locationName": "ChannelName"
  1125. },
  1126. "OriginEndpointName": {
  1127. "location": "uri",
  1128. "locationName": "OriginEndpointName"
  1129. },
  1130. "ContainerType": {},
  1131. "Segment": {
  1132. "shape": "Si"
  1133. },
  1134. "Description": {},
  1135. "StartoverWindowSeconds": {
  1136. "type": "integer"
  1137. },
  1138. "HlsManifests": {
  1139. "shape": "S15"
  1140. },
  1141. "LowLatencyHlsManifests": {
  1142. "shape": "S1f"
  1143. },
  1144. "DashManifests": {
  1145. "shape": "S1j"
  1146. },
  1147. "ETag": {
  1148. "location": "header",
  1149. "locationName": "x-amzn-update-if-match"
  1150. }
  1151. }
  1152. },
  1153. "output": {
  1154. "type": "structure",
  1155. "required": [
  1156. "Arn",
  1157. "ChannelGroupName",
  1158. "ChannelName",
  1159. "OriginEndpointName",
  1160. "ContainerType",
  1161. "Segment",
  1162. "CreatedAt",
  1163. "ModifiedAt"
  1164. ],
  1165. "members": {
  1166. "Arn": {},
  1167. "ChannelGroupName": {},
  1168. "ChannelName": {},
  1169. "OriginEndpointName": {},
  1170. "ContainerType": {},
  1171. "Segment": {
  1172. "shape": "Si"
  1173. },
  1174. "CreatedAt": {
  1175. "type": "timestamp"
  1176. },
  1177. "ModifiedAt": {
  1178. "type": "timestamp"
  1179. },
  1180. "Description": {},
  1181. "StartoverWindowSeconds": {
  1182. "type": "integer"
  1183. },
  1184. "HlsManifests": {
  1185. "shape": "S20"
  1186. },
  1187. "LowLatencyHlsManifests": {
  1188. "shape": "S22"
  1189. },
  1190. "ETag": {},
  1191. "Tags": {
  1192. "shape": "S5",
  1193. "locationName": "tags"
  1194. },
  1195. "DashManifests": {
  1196. "shape": "S24"
  1197. }
  1198. }
  1199. },
  1200. "idempotent": true
  1201. }
  1202. },
  1203. "shapes": {
  1204. "S5": {
  1205. "type": "map",
  1206. "key": {},
  1207. "value": {}
  1208. },
  1209. "Sb": {
  1210. "type": "list",
  1211. "member": {
  1212. "type": "structure",
  1213. "members": {
  1214. "Id": {},
  1215. "Url": {}
  1216. }
  1217. }
  1218. },
  1219. "Si": {
  1220. "type": "structure",
  1221. "members": {
  1222. "SegmentDurationSeconds": {
  1223. "type": "integer"
  1224. },
  1225. "SegmentName": {},
  1226. "TsUseAudioRenditionGroup": {
  1227. "type": "boolean"
  1228. },
  1229. "IncludeIframeOnlyStreams": {
  1230. "type": "boolean"
  1231. },
  1232. "TsIncludeDvbSubtitles": {
  1233. "type": "boolean"
  1234. },
  1235. "Scte": {
  1236. "type": "structure",
  1237. "members": {
  1238. "ScteFilter": {
  1239. "type": "list",
  1240. "member": {}
  1241. }
  1242. }
  1243. },
  1244. "Encryption": {
  1245. "type": "structure",
  1246. "required": [
  1247. "EncryptionMethod",
  1248. "SpekeKeyProvider"
  1249. ],
  1250. "members": {
  1251. "ConstantInitializationVector": {},
  1252. "EncryptionMethod": {
  1253. "type": "structure",
  1254. "members": {
  1255. "TsEncryptionMethod": {},
  1256. "CmafEncryptionMethod": {}
  1257. }
  1258. },
  1259. "KeyRotationIntervalSeconds": {
  1260. "type": "integer"
  1261. },
  1262. "SpekeKeyProvider": {
  1263. "type": "structure",
  1264. "required": [
  1265. "EncryptionContractConfiguration",
  1266. "ResourceId",
  1267. "DrmSystems",
  1268. "RoleArn",
  1269. "Url"
  1270. ],
  1271. "members": {
  1272. "EncryptionContractConfiguration": {
  1273. "type": "structure",
  1274. "required": [
  1275. "PresetSpeke20Audio",
  1276. "PresetSpeke20Video"
  1277. ],
  1278. "members": {
  1279. "PresetSpeke20Audio": {},
  1280. "PresetSpeke20Video": {}
  1281. }
  1282. },
  1283. "ResourceId": {},
  1284. "DrmSystems": {
  1285. "type": "list",
  1286. "member": {}
  1287. },
  1288. "RoleArn": {},
  1289. "Url": {}
  1290. }
  1291. }
  1292. }
  1293. }
  1294. }
  1295. },
  1296. "S15": {
  1297. "type": "list",
  1298. "member": {
  1299. "type": "structure",
  1300. "required": [
  1301. "ManifestName"
  1302. ],
  1303. "members": {
  1304. "ManifestName": {},
  1305. "ChildManifestName": {},
  1306. "ScteHls": {
  1307. "shape": "S18"
  1308. },
  1309. "ManifestWindowSeconds": {
  1310. "type": "integer"
  1311. },
  1312. "ProgramDateTimeIntervalSeconds": {
  1313. "type": "integer"
  1314. },
  1315. "FilterConfiguration": {
  1316. "shape": "S1c"
  1317. }
  1318. }
  1319. }
  1320. },
  1321. "S18": {
  1322. "type": "structure",
  1323. "members": {
  1324. "AdMarkerHls": {}
  1325. }
  1326. },
  1327. "S1c": {
  1328. "type": "structure",
  1329. "members": {
  1330. "ManifestFilter": {},
  1331. "Start": {
  1332. "type": "timestamp"
  1333. },
  1334. "End": {
  1335. "type": "timestamp"
  1336. },
  1337. "TimeDelaySeconds": {
  1338. "type": "integer"
  1339. }
  1340. }
  1341. },
  1342. "S1f": {
  1343. "type": "list",
  1344. "member": {
  1345. "type": "structure",
  1346. "required": [
  1347. "ManifestName"
  1348. ],
  1349. "members": {
  1350. "ManifestName": {},
  1351. "ChildManifestName": {},
  1352. "ScteHls": {
  1353. "shape": "S18"
  1354. },
  1355. "ManifestWindowSeconds": {
  1356. "type": "integer"
  1357. },
  1358. "ProgramDateTimeIntervalSeconds": {
  1359. "type": "integer"
  1360. },
  1361. "FilterConfiguration": {
  1362. "shape": "S1c"
  1363. }
  1364. }
  1365. }
  1366. },
  1367. "S1j": {
  1368. "type": "list",
  1369. "member": {
  1370. "type": "structure",
  1371. "required": [
  1372. "ManifestName"
  1373. ],
  1374. "members": {
  1375. "ManifestName": {},
  1376. "ManifestWindowSeconds": {
  1377. "type": "integer"
  1378. },
  1379. "FilterConfiguration": {
  1380. "shape": "S1c"
  1381. },
  1382. "MinUpdatePeriodSeconds": {
  1383. "type": "integer"
  1384. },
  1385. "MinBufferTimeSeconds": {
  1386. "type": "integer"
  1387. },
  1388. "SuggestedPresentationDelaySeconds": {
  1389. "type": "integer"
  1390. },
  1391. "SegmentTemplateFormat": {},
  1392. "PeriodTriggers": {
  1393. "shape": "S1q"
  1394. },
  1395. "ScteDash": {
  1396. "shape": "S1s"
  1397. },
  1398. "DrmSignaling": {},
  1399. "UtcTiming": {
  1400. "shape": "S1v"
  1401. }
  1402. }
  1403. }
  1404. },
  1405. "S1q": {
  1406. "type": "list",
  1407. "member": {}
  1408. },
  1409. "S1s": {
  1410. "type": "structure",
  1411. "members": {
  1412. "AdMarkerDash": {}
  1413. }
  1414. },
  1415. "S1v": {
  1416. "type": "structure",
  1417. "members": {
  1418. "TimingMode": {},
  1419. "TimingSource": {}
  1420. }
  1421. },
  1422. "S20": {
  1423. "type": "list",
  1424. "member": {
  1425. "type": "structure",
  1426. "required": [
  1427. "ManifestName",
  1428. "Url"
  1429. ],
  1430. "members": {
  1431. "ManifestName": {},
  1432. "Url": {},
  1433. "ChildManifestName": {},
  1434. "ManifestWindowSeconds": {
  1435. "type": "integer"
  1436. },
  1437. "ProgramDateTimeIntervalSeconds": {
  1438. "type": "integer"
  1439. },
  1440. "ScteHls": {
  1441. "shape": "S18"
  1442. },
  1443. "FilterConfiguration": {
  1444. "shape": "S1c"
  1445. }
  1446. }
  1447. }
  1448. },
  1449. "S22": {
  1450. "type": "list",
  1451. "member": {
  1452. "type": "structure",
  1453. "required": [
  1454. "ManifestName",
  1455. "Url"
  1456. ],
  1457. "members": {
  1458. "ManifestName": {},
  1459. "Url": {},
  1460. "ChildManifestName": {},
  1461. "ManifestWindowSeconds": {
  1462. "type": "integer"
  1463. },
  1464. "ProgramDateTimeIntervalSeconds": {
  1465. "type": "integer"
  1466. },
  1467. "ScteHls": {
  1468. "shape": "S18"
  1469. },
  1470. "FilterConfiguration": {
  1471. "shape": "S1c"
  1472. }
  1473. }
  1474. }
  1475. },
  1476. "S24": {
  1477. "type": "list",
  1478. "member": {
  1479. "type": "structure",
  1480. "required": [
  1481. "ManifestName",
  1482. "Url"
  1483. ],
  1484. "members": {
  1485. "ManifestName": {},
  1486. "Url": {},
  1487. "ManifestWindowSeconds": {
  1488. "type": "integer"
  1489. },
  1490. "FilterConfiguration": {
  1491. "shape": "S1c"
  1492. },
  1493. "MinUpdatePeriodSeconds": {
  1494. "type": "integer"
  1495. },
  1496. "MinBufferTimeSeconds": {
  1497. "type": "integer"
  1498. },
  1499. "SuggestedPresentationDelaySeconds": {
  1500. "type": "integer"
  1501. },
  1502. "SegmentTemplateFormat": {},
  1503. "PeriodTriggers": {
  1504. "shape": "S1q"
  1505. },
  1506. "ScteDash": {
  1507. "shape": "S1s"
  1508. },
  1509. "DrmSignaling": {},
  1510. "UtcTiming": {
  1511. "shape": "S1v"
  1512. }
  1513. }
  1514. }
  1515. }
  1516. }
  1517. }