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-medialive): AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
* Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
2781
+
*/
2782
+
AcquisitionPointId: string|undefined;
2783
+
2784
+
/**
2785
+
* When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
2786
+
*/
2787
+
AdAvailOffset?: number;
2788
+
2789
+
/**
2790
+
* Password if credentials are required to access the POIS endpoint. This is a reference to an AWS parameter store name from which the password can be retrieved. AWS Parameter store format: "ssm://<parameter name>"
2791
+
*/
2792
+
PasswordParam?: string;
2793
+
2794
+
/**
2795
+
* The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
2796
+
*/
2797
+
PoisEndpoint: string|undefined;
2798
+
2799
+
/**
2800
+
* Username if credentials are required to access the POIS endpoint. This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS Parameter store format: "ssm://<parameter name>"
2801
+
*/
2802
+
Username?: string;
2803
+
2804
+
/**
2805
+
* Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
0 commit comments