Skip to content

Commit 54d5e2d

Browse files
author
AWS
committed
AWS MediaTailor Update: MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content.
1 parent 59cab07 commit 54d5e2d

File tree

3 files changed

+8
-115
lines changed

3 files changed

+8
-115
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaTailor",
4+
"contributor": "",
5+
"description": "MediaTailor channel assembly is a new manifest-only service that allows you to assemble linear streams using your existing VOD content."
6+
}

services/mediatailor/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"output_token": "NextToken",
1919
"result_key": "Items"
2020
},
21-
"ListPrograms": {
22-
"input_token": "NextToken",
23-
"limit_key": "MaxResults",
24-
"output_token": "NextToken",
25-
"result_key": "Items"
26-
},
2721
"ListSourceLocations": {
2822
"input_token": "NextToken",
2923
"limit_key": "MaxResults",
@@ -37,4 +31,4 @@
3731
"result_key": "Items"
3832
}
3933
}
40-
}
34+
}

services/mediatailor/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -336,23 +336,6 @@
336336
"shape": "ListPlaybackConfigurationsResponse"
337337
}
338338
},
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-
},
356339
"ListSourceLocations": {
357340
"documentation": "<p>Retrieves a list of source locations.</p>",
358341
"errors": [],
@@ -1703,45 +1686,6 @@
17031686
},
17041687
"type": "structure"
17051688
},
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-
},
17451689
"ListSourceLocationsRequest": {
17461690
"members": {
17471691
"MaxResults": {
@@ -1969,51 +1913,6 @@
19691913
],
19701914
"type": "string"
19711915
},
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-
},
20171916
"PutChannelPolicyRequest": {
20181917
"members": {
20191918
"ChannelName": {
@@ -2745,12 +2644,6 @@
27452644
},
27462645
"type": "list"
27472646
},
2748-
"__listOfProgram": {
2749-
"member": {
2750-
"shape": "Program"
2751-
},
2752-
"type": "list"
2753-
},
27542647
"__listOfScheduleEntry": {
27552648
"member": {
27562649
"shape": "ScheduleEntry"
@@ -2795,4 +2688,4 @@
27952688
"type": "timestamp"
27962689
}
27972690
}
2798-
}
2691+
}

0 commit comments

Comments
 (0)