Skip to content

Commit bb545d7

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response
1 parent 34db82d commit bb545d7

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
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": "MediaLive VPC outputs update to include Availability Zones, Security groups, Elastic Network Interfaces, and Subnet Ids in channel response"
6+
}

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

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4343,7 +4343,7 @@
43434343
"documentation": "A collection of key-value pairs."
43444344
},
43454345
"Vpc": {
4346-
"shape": "VpcOutputSettings",
4346+
"shape": "VpcOutputSettingsDescription",
43474347
"locationName": "vpc",
43484348
"documentation": "Settings for VPC output"
43494349
}
@@ -4474,7 +4474,7 @@
44744474
"documentation": "A collection of key-value pairs."
44754475
},
44764476
"Vpc": {
4477-
"shape": "VpcOutputSettings",
4477+
"shape": "VpcOutputSettingsDescription",
44784478
"locationName": "vpc",
44794479
"documentation": "Settings for VPC output"
44804480
}
@@ -5198,7 +5198,7 @@
51985198
"documentation": "A collection of key-value pairs."
51995199
},
52005200
"Vpc": {
5201-
"shape": "VpcOutputSettings",
5201+
"shape": "VpcOutputSettingsDescription",
52025202
"locationName": "vpc",
52035203
"documentation": "Settings for VPC output"
52045204
}
@@ -5621,7 +5621,7 @@
56215621
"documentation": "A collection of key-value pairs."
56225622
},
56235623
"Vpc": {
5624-
"shape": "VpcOutputSettings",
5624+
"shape": "VpcOutputSettingsDescription",
56255625
"locationName": "vpc",
56265626
"documentation": "Settings for VPC output"
56275627
}
@@ -13491,7 +13491,7 @@
1349113491
"documentation": "A collection of key-value pairs."
1349213492
},
1349313493
"Vpc": {
13494-
"shape": "VpcOutputSettings",
13494+
"shape": "VpcOutputSettingsDescription",
1349513495
"locationName": "vpc",
1349613496
"documentation": "Settings for VPC output"
1349713497
}
@@ -13771,7 +13771,7 @@
1377113771
"documentation": "A collection of key-value pairs."
1377213772
},
1377313773
"Vpc": {
13774-
"shape": "VpcOutputSettings",
13774+
"shape": "VpcOutputSettingsDescription",
1377513775
"locationName": "vpc",
1377613776
"documentation": "Settings for VPC output"
1377713777
}
@@ -15050,6 +15050,32 @@
1505015050
"SubnetIds"
1505115051
]
1505215052
},
15053+
"VpcOutputSettingsDescription": {
15054+
"type": "structure",
15055+
"members": {
15056+
"AvailabilityZones": {
15057+
"shape": "__listOf__string",
15058+
"locationName": "availabilityZones",
15059+
"documentation": "The Availability Zones where the vpc subnets are located.\nThe first Availability Zone applies to the first subnet in the list of subnets.\nThe second Availability Zone applies to the second subnet.\n"
15060+
},
15061+
"NetworkInterfaceIds": {
15062+
"shape": "__listOf__string",
15063+
"locationName": "networkInterfaceIds",
15064+
"documentation": "A list of Elastic Network Interfaces created by MediaLive in the customer's VPC\n"
15065+
},
15066+
"SecurityGroupIds": {
15067+
"shape": "__listOf__string",
15068+
"locationName": "securityGroupIds",
15069+
"documentation": "A list of up EC2 VPC security group IDs attached to the Output VPC network interfaces.\n"
15070+
},
15071+
"SubnetIds": {
15072+
"shape": "__listOf__string",
15073+
"locationName": "subnetIds",
15074+
"documentation": "A list of VPC subnet IDs from the same VPC.\nIf STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).\n"
15075+
}
15076+
},
15077+
"documentation": "The properties for a private VPC Output\n"
15078+
},
1505315079
"WavCodingMode": {
1505415080
"type": "string",
1505515081
"documentation": "Wav Coding Mode",

0 commit comments

Comments
 (0)