bitmovin_api_sdk.notifications.emails.encoding.encodings.live_input_stream_changed package
Submodules
bitmovin_api_sdk.notifications.emails.encoding.encodings.live_input_stream_changed.live_input_stream_changed_api module
- class bitmovin_api_sdk.notifications.emails.encoding.encodings.live_input_stream_changed.live_input_stream_changed_api.LiveInputStreamChangedApi(**kwargs)[source]
Bases:
BaseApi- create(email_notification_with_stream_conditions_request, **kwargs)[source]
Create 'Live Input Stream Changed' Email Notification
- Parameters:
email_notification_with_stream_conditions_request (EmailNotificationWithStreamConditionsRequest, required) – The email notifications object
- Returns:
Notification Details
- Return type:
- create_by_encoding_id(encoding_id, email_notification_with_stream_conditions_request, **kwargs)[source]
Create 'Live Input Stream Changed' Email Notification for a specific Encoding
- Parameters:
encoding_id (string_types, required) – Id of the encoding resource
email_notification_with_stream_conditions_request (EmailNotificationWithStreamConditionsRequest, required) – The email notifications object
- Returns:
Notification Details
- Return type:
- update(notification_id, email_notification_with_stream_conditions_request, **kwargs)[source]
Update 'Live Input Stream Changed' Email Notification
- Parameters:
notification_id (string_types, required) – Id of the email notification
email_notification_with_stream_conditions_request (EmailNotificationWithStreamConditionsRequest, required) – The email notification with the updated values
- Returns:
Notification Details
- Return type: