336
336
"shape" : " ListPlaybackConfigurationsResponse"
337
337
}
338
338
},
339
- "ListPrograms" : {
340
- "documentation" : " <p>Retrieves a list of programs on a specific channel.</p>" ,
341
- "errors" : [],
342
- "http" : {
343
- "method" : " GET" ,
344
- "requestUri" : " /channel/{channelName}/programs" ,
345
- "responseCode" : 200
346
- },
347
- "input" : {
348
- "shape" : " ListProgramsRequest"
349
- },
350
- "name" : " ListPrograms" ,
351
- "output" : {
352
- "documentation" : " <p>Success.</p>" ,
353
- "shape" : " ListProgramsResponse"
354
- }
355
- },
356
339
"ListSourceLocations" : {
357
340
"documentation" : " <p>Retrieves a list of source locations.</p>" ,
358
341
"errors" : [],
1703
1686
},
1704
1687
"type" : " structure"
1705
1688
},
1706
- "ListProgramsRequest" : {
1707
- "members" : {
1708
- "ChannelName" : {
1709
- "documentation" : " <p>The identifier for the channel you are working on.</p>" ,
1710
- "location" : " uri" ,
1711
- "locationName" : " channelName" ,
1712
- "shape" : " __string"
1713
- },
1714
- "MaxResults" : {
1715
- "documentation" : " <p>Upper bound on number of records to return. The maximum number of results is 100.</p>" ,
1716
- "location" : " querystring" ,
1717
- "locationName" : " maxResults" ,
1718
- "shape" : " MaxResults"
1719
- },
1720
- "NextToken" : {
1721
- "documentation" : " <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>" ,
1722
- "location" : " querystring" ,
1723
- "locationName" : " nextToken" ,
1724
- "shape" : " __string"
1725
- }
1726
- },
1727
- "required" : [
1728
- " ChannelName"
1729
- ],
1730
- "type" : " structure"
1731
- },
1732
- "ListProgramsResponse" : {
1733
- "members" : {
1734
- "Items" : {
1735
- "documentation" : " <p>An array containing the programs for a channel.</p>" ,
1736
- "shape" : " __listOfProgram"
1737
- },
1738
- "NextToken" : {
1739
- "documentation" : " <p>Pagination token from the list request. Use the token to fetch the next page of results.</p>" ,
1740
- "shape" : " __string"
1741
- }
1742
- },
1743
- "type" : " structure"
1744
- },
1745
1689
"ListSourceLocationsRequest" : {
1746
1690
"members" : {
1747
1691
"MaxResults" : {
1969
1913
],
1970
1914
"type" : " string"
1971
1915
},
1972
- "Program" : {
1973
- "documentation" : " <p>Program configuration parameters.</p>" ,
1974
- "members" : {
1975
- "AdBreaks" : {
1976
- "documentation" : " <p>The ad break configuration settings.</p>" ,
1977
- "shape" : " __listOfAdBreak"
1978
- },
1979
- "Arn" : {
1980
- "documentation" : " <p>The ARN of the program.</p>" ,
1981
- "shape" : " __string"
1982
- },
1983
- "ChannelName" : {
1984
- "documentation" : " <p>The name of the channel that the program belongs to.</p>" ,
1985
- "shape" : " __string"
1986
- },
1987
- "CreationTime" : {
1988
- "documentation" : " <p>The timestamp of when the program was created.</p>" ,
1989
- "shape" : " __timestampUnix"
1990
- },
1991
- "LastModifiedTime" : {
1992
- "documentation" : " <p>The timestamp of when the program was last modified.</p>" ,
1993
- "shape" : " __timestampUnix"
1994
- },
1995
- "ProgramName" : {
1996
- "documentation" : " <p>The name of the program.</p>" ,
1997
- "shape" : " __string"
1998
- },
1999
- "SourceLocationName" : {
2000
- "documentation" : " <p>The name of the source location.</p>" ,
2001
- "shape" : " __string"
2002
- },
2003
- "VodSourceName" : {
2004
- "documentation" : " <p>The name that's used to refer to a VOD source.</p>" ,
2005
- "shape" : " __string"
2006
- }
2007
- },
2008
- "required" : [
2009
- " VodSourceName" ,
2010
- " ChannelName" ,
2011
- " SourceLocationName" ,
2012
- " Arn" ,
2013
- " ProgramName"
2014
- ],
2015
- "type" : " structure"
2016
- },
2017
1916
"PutChannelPolicyRequest" : {
2018
1917
"members" : {
2019
1918
"ChannelName" : {
2745
2644
},
2746
2645
"type" : " list"
2747
2646
},
2748
- "__listOfProgram" : {
2749
- "member" : {
2750
- "shape" : " Program"
2751
- },
2752
- "type" : " list"
2753
- },
2754
2647
"__listOfScheduleEntry" : {
2755
2648
"member" : {
2756
2649
"shape" : " ScheduleEntry"
2795
2688
"type" : " timestamp"
2796
2689
}
2797
2690
}
2798
- }
2691
+ }
0 commit comments