Skip to content

Commit b13456c

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.
1 parent 069d0b5 commit b13456c

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
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": "Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources."
6+
}

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

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21075,7 +21075,8 @@
2107521075
"MEDIAPACKAGE_CHANNEL",
2107621076
"MEDIAPACKAGE_ORIGIN_ENDPOINT",
2107721077
"MEDIACONNECT_FLOW",
21078-
"S3_BUCKET"
21078+
"S3_BUCKET",
21079+
"MEDIATAILOR_PLAYBACK_CONFIGURATION"
2107921080
]
2108021081
},
2108121082
"CloudWatchAlarmTemplateTreatMissingData": {
@@ -23838,12 +23839,6 @@
2383823839
"location": "uri",
2383923840
"locationName": "identifier",
2384023841
"documentation": "A signal map's identifier. Can be either be its id or current name."
23841-
},
23842-
"RequestId": {
23843-
"shape": "__stringMin1Max256PatternS",
23844-
"locationName": "requestId",
23845-
"documentation": "An ID that you assign to a create request. This ID ensures idempotency when creating resources.",
23846-
"idempotencyToken": true
2384723842
}
2384823843
},
2384923844
"required": [
@@ -23857,12 +23852,6 @@
2385723852
"DryRun": {
2385823853
"shape": "__boolean",
2385923854
"locationName": "dryRun"
23860-
},
23861-
"RequestId": {
23862-
"shape": "__stringMin1Max256PatternS",
23863-
"locationName": "requestId",
23864-
"documentation": "An ID that you assign to a create request. This ID ensures idempotency when creating resources.",
23865-
"idempotencyToken": true
2386623855
}
2386723856
},
2386823857
"documentation": "Placeholder documentation for StartMonitorDeploymentRequestContent"
@@ -25688,7 +25677,7 @@
2568825677
"Nodes": {
2568925678
"shape": "__listOf__string",
2569025679
"locationName": "nodes",
25691-
"documentation": "An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup."
25680+
"documentation": "An array with one item, which is the single Node that is associated with the ChannelPlacementGroup."
2569225681
},
2569325682
"State": {
2569425683
"shape": "ChannelPlacementGroupState",
@@ -26065,7 +26054,7 @@
2606526054
"Nodes": {
2606626055
"shape": "__listOf__string",
2606726056
"locationName": "nodes",
26068-
"documentation": "An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup."
26057+
"documentation": "An array with one item, which is the single Node that is associated with the ChannelPlacementGroup."
2606926058
},
2607026059
"State": {
2607126060
"shape": "ChannelPlacementGroupState",
@@ -26337,7 +26326,7 @@
2633726326
"Nodes": {
2633826327
"shape": "__listOf__string",
2633926328
"locationName": "nodes",
26340-
"documentation": "An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup."
26329+
"documentation": "An array with one item, which is the single Node that is associated with the ChannelPlacementGroup."
2634126330
},
2634226331
"State": {
2634326332
"shape": "ChannelPlacementGroupState",
@@ -26378,7 +26367,7 @@
2637826367
"Nodes": {
2637926368
"shape": "__listOf__string",
2638026369
"locationName": "nodes",
26381-
"documentation": "An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup."
26370+
"documentation": "An array with one item, which is the single Node that is associated with the ChannelPlacementGroup."
2638226371
},
2638326372
"State": {
2638426373
"shape": "ChannelPlacementGroupState",
@@ -26419,7 +26408,7 @@
2641926408
"Nodes": {
2642026409
"shape": "__listOf__string",
2642126410
"locationName": "nodes",
26422-
"documentation": "An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup."
26411+
"documentation": "An array with one item, which is the single Node that is associated with the ChannelPlacementGroup."
2642326412
},
2642426413
"State": {
2642526414
"shape": "ChannelPlacementGroupState",
@@ -27646,7 +27635,7 @@
2764627635
"Nodes": {
2764727636
"shape": "__listOf__string",
2764827637
"locationName": "nodes",
27649-
"documentation": "An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup."
27638+
"documentation": "An array with one item, which is the single Node that is associated with the ChannelPlacementGroup."
2765027639
},
2765127640
"State": {
2765227641
"shape": "ChannelPlacementGroupState",

0 commit comments

Comments
 (0)