Skip to content

Commit a1f84e1

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
1 parent d31445a commit a1f84e1

File tree

4 files changed

+137
-64
lines changed

4 files changed

+137
-64
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 MediaConvert",
4+
"contributor": "",
5+
"description": "AWS Elemental MediaConvert SDK now supports conversion of 608 paint-on captions to pop-on captions for SCC sources."
6+
}

services/mediaconvert/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -368,25 +368,6 @@
368368
},
369369
"type": "endpoint"
370370
},
371-
{
372-
"conditions": [
373-
{
374-
"fn": "stringEquals",
375-
"argv": [
376-
{
377-
"ref": "Region"
378-
},
379-
"us-gov-west-1"
380-
]
381-
}
382-
],
383-
"endpoint": {
384-
"url": "https://mediaconvert.us-gov-west-1.amazonaws.com",
385-
"properties": {},
386-
"headers": {}
387-
},
388-
"type": "endpoint"
389-
},
390371
{
391372
"conditions": [],
392373
"endpoint": {

0 commit comments

Comments
 (0)