Skip to content

Commit a25c6d5

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups.
1 parent 6d00db2 commit a25c6d5

File tree

4 files changed

+17454
-11968
lines changed

4 files changed

+17454
-11968
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 introduces workflow monitor, a new feature that enables the visualization and monitoring of your media workflows. Create signal maps of your existing workflows and monitor them by creating notification and monitoring template groups."
6+
}

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,36 @@
5959
"output_token": "NextToken",
6060
"limit_key": "MaxResults",
6161
"result_key": "InputDeviceTransfers"
62+
},
63+
"ListSignalMaps": {
64+
"input_token": "NextToken",
65+
"output_token": "NextToken",
66+
"limit_key": "MaxResults",
67+
"result_key": "SignalMaps"
68+
},
69+
"ListCloudWatchAlarmTemplates": {
70+
"input_token": "NextToken",
71+
"output_token": "NextToken",
72+
"limit_key": "MaxResults",
73+
"result_key": "CloudWatchAlarmTemplates"
74+
},
75+
"ListCloudWatchAlarmTemplateGroups": {
76+
"input_token": "NextToken",
77+
"output_token": "NextToken",
78+
"limit_key": "MaxResults",
79+
"result_key": "CloudWatchAlarmTemplateGroups"
80+
},
81+
"ListEventBridgeRuleTemplates": {
82+
"input_token": "NextToken",
83+
"output_token": "NextToken",
84+
"limit_key": "MaxResults",
85+
"result_key": "EventBridgeRuleTemplates"
86+
},
87+
"ListEventBridgeRuleTemplateGroups": {
88+
"input_token": "NextToken",
89+
"output_token": "NextToken",
90+
"limit_key": "MaxResults",
91+
"result_key": "EventBridgeRuleTemplateGroups"
6292
}
6393
}
6494
}

0 commit comments

Comments
 (0)