Skip to content

Commit fb69f44

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Add 3 API operations for fetching alerts: ListAlerts (Channels), ListClusterAlerts (MediaLive Anywhere), and ListMultiplexAlerts
1 parent 439f250 commit fb69f44

File tree

4 files changed

+534
-4
lines changed

4 files changed

+534
-4
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": "Add 3 API operations for fetching alerts: ListAlerts (Channels), ListClusterAlerts (MediaLive Anywhere), and ListMultiplexAlerts"
6+
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"builtIn": "AWS::Region",
66
"required": false,
77
"documentation": "The AWS region used to dispatch the request.",
8-
"type": "String"
8+
"type": "string"
99
},
1010
"UseDualStack": {
1111
"builtIn": "AWS::UseDualStack",
1212
"required": true,
1313
"default": false,
1414
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15-
"type": "Boolean"
15+
"type": "boolean"
1616
},
1717
"UseFIPS": {
1818
"builtIn": "AWS::UseFIPS",
1919
"required": true,
2020
"default": false,
2121
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22-
"type": "Boolean"
22+
"type": "boolean"
2323
},
2424
"Endpoint": {
2525
"builtIn": "SDK::Endpoint",
2626
"required": false,
2727
"documentation": "Override the endpoint used to send this request",
28-
"type": "String"
28+
"type": "string"
2929
}
3030
},
3131
"rules": [

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,24 @@
119119
"output_token": "NextToken",
120120
"limit_key": "MaxResults",
121121
"result_key": "SdiSources"
122+
},
123+
"ListAlerts": {
124+
"input_token": "NextToken",
125+
"output_token": "NextToken",
126+
"limit_key": "MaxResults",
127+
"result_key": "Alerts"
128+
},
129+
"ListClusterAlerts": {
130+
"input_token": "NextToken",
131+
"output_token": "NextToken",
132+
"limit_key": "MaxResults",
133+
"result_key": "Alerts"
134+
},
135+
"ListMultiplexAlerts": {
136+
"input_token": "NextToken",
137+
"output_token": "NextToken",
138+
"limit_key": "MaxResults",
139+
"result_key": "Alerts"
122140
}
123141
}
124142
}

0 commit comments

Comments
 (0)