You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-mediaconnect): AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.
* An indication of whether the new output should be enabled or disabled as soon as it is created. If you don't specify the outputStatus field in your request, MediaConnect sets it to ENABLED.
687
+
* @public
688
+
*/
689
+
OutputStatus?: OutputStatus;
670
690
}
671
691
672
692
/**
@@ -1865,6 +1885,12 @@ export interface Output {
1865
1885
* @public
1866
1886
*/
1867
1887
BridgePorts?: number[];
1888
+
1889
+
/**
1890
+
* An indication of whether the output is transmitting data or not.
* An indication of whether the output should transmit data or not. If you don't specify the outputStatus field in your request, MediaConnect leaves the value unchanged.
"smithy.api#documentation": "An indication of whether the new output should be enabled or disabled as soon as it is created. If you don't specify the outputStatus field in your request, MediaConnect sets it to ENABLED.",
999
+
"smithy.api#jsonName": "outputStatus"
1000
+
}
994
1001
}
995
1002
},
996
1003
"traits": {
@@ -5326,6 +5333,7 @@
5326
5333
"name": "mediaconnect"
5327
5334
},
5328
5335
"aws.protocols#restJson1": {},
5336
+
"smithy.api#auth": ["aws.auth#sigv4"],
5329
5337
"smithy.api#documentation": "API for AWS Elemental MediaConnect",
5330
5338
"smithy.api#title": "AWS MediaConnect",
5331
5339
"smithy.rules#endpointRuleSet": {
@@ -6714,12 +6722,36 @@
6714
6722
"smithy.api#documentation": "The bridge output ports currently in use.",
"smithy.api#documentation": "An indication of whether the output should transmit data or not. If you don't specify the outputStatus field in your request, MediaConnect leaves the value unchanged.",
0 commit comments