Skip to content

Commit f9487c9

Browse files
author
AWS
committed
AWS MediaConnect Update: You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet.
1 parent efabe4d commit f9487c9

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaConnect",
4+
"description": "You can now send content from your MediaConnect flow to your virtual private cloud (VPC) without going over the public internet."
5+
}

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,11 @@
10681068
"shape": "__string",
10691069
"locationName": "streamId",
10701070
"documentation": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams."
1071+
},
1072+
"VpcInterfaceAttachment": {
1073+
"shape": "VpcInterfaceAttachment",
1074+
"locationName": "vpcInterfaceAttachment",
1075+
"documentation": "The name of the VPC interface attachment to use for this output."
10711076
}
10721077
},
10731078
"documentation": "The output that you want to add to this flow.",
@@ -1790,6 +1795,11 @@
17901795
"shape": "Transport",
17911796
"locationName": "transport",
17921797
"documentation": "Attributes related to the transport stream that are used in the output."
1798+
},
1799+
"VpcInterfaceAttachment": {
1800+
"shape": "VpcInterfaceAttachment",
1801+
"locationName": "vpcInterfaceAttachment",
1802+
"documentation": "The name of the VPC interface attachment to use for this output."
17931803
}
17941804
},
17951805
"documentation": "The settings for an output.",
@@ -2484,6 +2494,11 @@
24842494
"shape": "__string",
24852495
"locationName": "streamId",
24862496
"documentation": "The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams."
2497+
},
2498+
"VpcInterfaceAttachment": {
2499+
"shape": "VpcInterfaceAttachment",
2500+
"locationName": "vpcInterfaceAttachment",
2501+
"documentation": "The name of the VPC interface attachment to use for this output."
24872502
}
24882503
},
24892504
"documentation": "The fields that you want to update in the output.",
@@ -2659,6 +2674,17 @@
26592674
"Name"
26602675
]
26612676
},
2677+
"VpcInterfaceAttachment": {
2678+
"type": "structure",
2679+
"members": {
2680+
"VpcInterfaceName": {
2681+
"shape": "__string",
2682+
"locationName": "vpcInterfaceName",
2683+
"documentation": "The name of the VPC interface to use for this output."
2684+
}
2685+
},
2686+
"documentation": "The settings for attaching a VPC interface to an output."
2687+
},
26622688
"VpcInterfaceRequest": {
26632689
"type": "structure",
26642690
"members": {

0 commit comments

Comments
 (0)