Skip to content

Commit f717fce

Browse files
author
AWS
committed
AWS MediaConnect Update: AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source.
1 parent 1ea77b3 commit f717fce

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
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 MediaConnect",
4+
"contributor": "",
5+
"description": "AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source."
6+
}

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,6 +2258,10 @@
22582258
"locationName": "multicastIp",
22592259
"documentation": "The network source multicast IP."
22602260
},
2261+
"MulticastSourceSettings": {
2262+
"shape": "MulticastSourceSettings",
2263+
"locationName": "multicastSourceSettings"
2264+
},
22612265
"Name": {
22622266
"shape": "__string",
22632267
"locationName": "name",
@@ -2930,6 +2934,10 @@
29302934
"locationName": "multicastIp",
29312935
"documentation": "The network source multicast IP."
29322936
},
2937+
"MulticastSourceSettings": {
2938+
"shape": "MulticastSourceSettings",
2939+
"locationName": "multicastSourceSettings"
2940+
},
29332941
"Name": {
29342942
"shape": "__string",
29352943
"locationName": "name",
@@ -5171,6 +5179,17 @@
51715179
},
51725180
"documentation": "The settings for source monitoring."
51735181
},
5182+
"MulticastSourceSettings": {
5183+
"type": "structure",
5184+
"members": {
5185+
"MulticastSourceIp": {
5186+
"shape": "__string",
5187+
"locationName": "multicastSourceIp",
5188+
"documentation": "The IP address of the source for source-specific multicast (SSM)."
5189+
}
5190+
},
5191+
"documentation": "The settings related to the multicast source."
5192+
},
51745193
"NetworkInterfaceType": {
51755194
"type": "string",
51765195
"enum": [
@@ -6488,6 +6507,10 @@
64886507
"locationName": "multicastIp",
64896508
"documentation": "The network source multicast IP."
64906509
},
6510+
"MulticastSourceSettings": {
6511+
"shape": "MulticastSourceSettings",
6512+
"locationName": "multicastSourceSettings"
6513+
},
64916514
"NetworkName": {
64926515
"shape": "__string",
64936516
"locationName": "networkName",

0 commit comments

Comments
 (0)