Skip to content

Commit 0de126b

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs.
1 parent 7465d56 commit 0de126b

File tree

3 files changed

+651
-1
lines changed

3 files changed

+651
-1
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 Elemental MediaLive",
4+
"contributor": "",
5+
"description": "AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
"output_token": "NextToken",
114114
"limit_key": "MaxResults",
115115
"result_key": "Networks"
116+
},
117+
"ListSdiSources": {
118+
"input_token": "NextToken",
119+
"output_token": "NextToken",
120+
"limit_key": "MaxResults",
121+
"result_key": "SdiSources"
116122
}
117123
}
118124
}

0 commit comments

Comments
 (0)