|
422 | 422 | ],
|
423 | 423 | "idempotent":true
|
424 | 424 | },
|
| 425 | + "ResetChannelState":{ |
| 426 | + "name":"ResetChannelState", |
| 427 | + "http":{ |
| 428 | + "method":"POST", |
| 429 | + "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/reset", |
| 430 | + "responseCode":200 |
| 431 | + }, |
| 432 | + "input":{"shape":"ResetChannelStateRequest"}, |
| 433 | + "output":{"shape":"ResetChannelStateResponse"}, |
| 434 | + "errors":[ |
| 435 | + {"shape":"ThrottlingException"}, |
| 436 | + {"shape":"ConflictException"}, |
| 437 | + {"shape":"InternalServerException"}, |
| 438 | + {"shape":"AccessDeniedException"}, |
| 439 | + {"shape":"ValidationException"}, |
| 440 | + {"shape":"ResourceNotFoundException"} |
| 441 | + ], |
| 442 | + "idempotent":true |
| 443 | + }, |
| 444 | + "ResetOriginEndpointState":{ |
| 445 | + "name":"ResetOriginEndpointState", |
| 446 | + "http":{ |
| 447 | + "method":"POST", |
| 448 | + "requestUri":"/channelGroup/{ChannelGroupName}/channel/{ChannelName}/originEndpoint/{OriginEndpointName}/reset", |
| 449 | + "responseCode":200 |
| 450 | + }, |
| 451 | + "input":{"shape":"ResetOriginEndpointStateRequest"}, |
| 452 | + "output":{"shape":"ResetOriginEndpointStateResponse"}, |
| 453 | + "errors":[ |
| 454 | + {"shape":"ThrottlingException"}, |
| 455 | + {"shape":"ConflictException"}, |
| 456 | + {"shape":"InternalServerException"}, |
| 457 | + {"shape":"AccessDeniedException"}, |
| 458 | + {"shape":"ValidationException"}, |
| 459 | + {"shape":"ResourceNotFoundException"} |
| 460 | + ], |
| 461 | + "idempotent":true |
| 462 | + }, |
425 | 463 | "TagResource":{
|
426 | 464 | "name":"TagResource",
|
427 | 465 | "http":{
|
|
870 | 908 | "StartTag":{"shape":"StartTag"},
|
871 | 909 | "ManifestWindowSeconds":{"shape":"CreateHlsManifestConfigurationManifestWindowSecondsInteger"},
|
872 | 910 | "ProgramDateTimeIntervalSeconds":{"shape":"CreateHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger"},
|
873 |
| - "FilterConfiguration":{"shape":"FilterConfiguration"} |
| 911 | + "FilterConfiguration":{"shape":"FilterConfiguration"}, |
| 912 | + "UrlEncodeChildManifest":{"shape":"Boolean"} |
874 | 913 | }
|
875 | 914 | },
|
876 | 915 | "CreateHlsManifestConfigurationManifestWindowSecondsInteger":{
|
|
898 | 937 | "StartTag":{"shape":"StartTag"},
|
899 | 938 | "ManifestWindowSeconds":{"shape":"CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger"},
|
900 | 939 | "ProgramDateTimeIntervalSeconds":{"shape":"CreateLowLatencyHlsManifestConfigurationProgramDateTimeIntervalSecondsInteger"},
|
901 |
| - "FilterConfiguration":{"shape":"FilterConfiguration"} |
| 940 | + "FilterConfiguration":{"shape":"FilterConfiguration"}, |
| 941 | + "UrlEncodeChildManifest":{"shape":"Boolean"} |
902 | 942 | }
|
903 | 943 | },
|
904 | 944 | "CreateLowLatencyHlsManifestConfigurationManifestWindowSecondsInteger":{
|
|
1372 | 1412 | "ChannelGroupName":{"shape":"String"},
|
1373 | 1413 | "CreatedAt":{"shape":"Timestamp"},
|
1374 | 1414 | "ModifiedAt":{"shape":"Timestamp"},
|
| 1415 | + "ResetAt":{"shape":"Timestamp"}, |
1375 | 1416 | "Description":{"shape":"ResourceDescription"},
|
1376 | 1417 | "IngestEndpoints":{"shape":"IngestEndpointList"},
|
1377 | 1418 | "InputType":{"shape":"InputType"},
|
|
1484 | 1525 | "ProgramDateTimeIntervalSeconds":{"shape":"Integer"},
|
1485 | 1526 | "ScteHls":{"shape":"ScteHls"},
|
1486 | 1527 | "FilterConfiguration":{"shape":"FilterConfiguration"},
|
1487 |
| - "StartTag":{"shape":"StartTag"} |
| 1528 | + "StartTag":{"shape":"StartTag"}, |
| 1529 | + "UrlEncodeChildManifest":{"shape":"Boolean"} |
1488 | 1530 | }
|
1489 | 1531 | },
|
1490 | 1532 | "GetHlsManifests":{
|
|
1505 | 1547 | "ProgramDateTimeIntervalSeconds":{"shape":"Integer"},
|
1506 | 1548 | "ScteHls":{"shape":"ScteHls"},
|
1507 | 1549 | "FilterConfiguration":{"shape":"FilterConfiguration"},
|
1508 |
| - "StartTag":{"shape":"StartTag"} |
| 1550 | + "StartTag":{"shape":"StartTag"}, |
| 1551 | + "UrlEncodeChildManifest":{"shape":"Boolean"} |
1509 | 1552 | }
|
1510 | 1553 | },
|
1511 | 1554 | "GetLowLatencyHlsManifests":{
|
|
1598 | 1641 | "Segment":{"shape":"Segment"},
|
1599 | 1642 | "CreatedAt":{"shape":"Timestamp"},
|
1600 | 1643 | "ModifiedAt":{"shape":"Timestamp"},
|
| 1644 | + "ResetAt":{"shape":"Timestamp"}, |
1601 | 1645 | "Description":{"shape":"ResourceDescription"},
|
1602 | 1646 | "StartoverWindowSeconds":{"shape":"Integer"},
|
1603 | 1647 | "HlsManifests":{"shape":"GetHlsManifests"},
|
|
2088 | 2132 | "members":{
|
2089 | 2133 | }
|
2090 | 2134 | },
|
| 2135 | + "ResetChannelStateRequest":{ |
| 2136 | + "type":"structure", |
| 2137 | + "required":[ |
| 2138 | + "ChannelGroupName", |
| 2139 | + "ChannelName" |
| 2140 | + ], |
| 2141 | + "members":{ |
| 2142 | + "ChannelGroupName":{ |
| 2143 | + "shape":"ResourceName", |
| 2144 | + "location":"uri", |
| 2145 | + "locationName":"ChannelGroupName" |
| 2146 | + }, |
| 2147 | + "ChannelName":{ |
| 2148 | + "shape":"ResourceName", |
| 2149 | + "location":"uri", |
| 2150 | + "locationName":"ChannelName" |
| 2151 | + } |
| 2152 | + } |
| 2153 | + }, |
| 2154 | + "ResetChannelStateResponse":{ |
| 2155 | + "type":"structure", |
| 2156 | + "required":[ |
| 2157 | + "ChannelGroupName", |
| 2158 | + "ChannelName", |
| 2159 | + "Arn", |
| 2160 | + "ResetAt" |
| 2161 | + ], |
| 2162 | + "members":{ |
| 2163 | + "ChannelGroupName":{"shape":"String"}, |
| 2164 | + "ChannelName":{"shape":"String"}, |
| 2165 | + "Arn":{"shape":"String"}, |
| 2166 | + "ResetAt":{"shape":"Timestamp"} |
| 2167 | + } |
| 2168 | + }, |
| 2169 | + "ResetOriginEndpointStateRequest":{ |
| 2170 | + "type":"structure", |
| 2171 | + "required":[ |
| 2172 | + "ChannelGroupName", |
| 2173 | + "ChannelName", |
| 2174 | + "OriginEndpointName" |
| 2175 | + ], |
| 2176 | + "members":{ |
| 2177 | + "ChannelGroupName":{ |
| 2178 | + "shape":"ResourceName", |
| 2179 | + "location":"uri", |
| 2180 | + "locationName":"ChannelGroupName" |
| 2181 | + }, |
| 2182 | + "ChannelName":{ |
| 2183 | + "shape":"ResourceName", |
| 2184 | + "location":"uri", |
| 2185 | + "locationName":"ChannelName" |
| 2186 | + }, |
| 2187 | + "OriginEndpointName":{ |
| 2188 | + "shape":"ResourceName", |
| 2189 | + "location":"uri", |
| 2190 | + "locationName":"OriginEndpointName" |
| 2191 | + } |
| 2192 | + } |
| 2193 | + }, |
| 2194 | + "ResetOriginEndpointStateResponse":{ |
| 2195 | + "type":"structure", |
| 2196 | + "required":[ |
| 2197 | + "ChannelGroupName", |
| 2198 | + "ChannelName", |
| 2199 | + "OriginEndpointName", |
| 2200 | + "Arn", |
| 2201 | + "ResetAt" |
| 2202 | + ], |
| 2203 | + "members":{ |
| 2204 | + "ChannelGroupName":{"shape":"ResourceName"}, |
| 2205 | + "ChannelName":{"shape":"ResourceName"}, |
| 2206 | + "OriginEndpointName":{"shape":"ResourceName"}, |
| 2207 | + "Arn":{"shape":"String"}, |
| 2208 | + "ResetAt":{"shape":"Timestamp"} |
| 2209 | + } |
| 2210 | + }, |
2091 | 2211 | "ResourceDescription":{
|
2092 | 2212 | "type":"string",
|
2093 | 2213 | "max":1024,
|
|
0 commit comments