aws-sdk-medialive 1.147.0 → 1.148.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09d43aac1d1d0c580150bc68468423a8d9c6e6a9a1d1b1f0a13419e802991b6d'
4
- data.tar.gz: b0c26e97fa9b11c6fd27b1ceab1d2f0cd74b41fb96d3c871bb42a3f76c18b5b0
3
+ metadata.gz: 304d97f795f56a253c2f3074d810c5bdaa535a6553192d78c34ffd251e2abf10
4
+ data.tar.gz: 598e5d98c5201f262ce2aa35005d91cf63a1a3cdfc5e5442b8068faeb8b66ae2
5
5
  SHA512:
6
- metadata.gz: f8676a5ba2906054aea5b1535b529c64e110b4ef92dee9cc3285eb95f46e2ac953b4cf18bebb53da1d07ccb149cce11973ee033d64fb2949c55f11f1bfba5e27
7
- data.tar.gz: 22c841da5af516d037b8e57042893623935ee032c47a3620bd2a8ed0a99fd53fcf1d553f06588c490c5542966769acec21b206f27dc7ad9ed91a420958cd9728
6
+ metadata.gz: 43091255c960c407077d7cbb939a01a39bdf79b3f2418bb432abf6e867ad544b46afb6e366829903f977c946dfe40ce57482b607f1cd80f8626b0a5604f75e22
7
+ data.tar.gz: 1431f9ab7cc20761e746b862c54c1203a7301adbf9ffab6f5d0c6ea80670ece8a8224fb8b2fd0449561fba64ce5a05c04c860c2b121d7f696dffb08b7441994c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.148.0 (2025-03-11)
5
+ ------------------
6
+
7
+ * Feature - Add an enum option DISABLED for Output Locking Mode under Global Configuration.
8
+
4
9
  1.147.0 (2025-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.147.0
1
+ 1.148.0
@@ -1262,7 +1262,7 @@ module Aws::MediaLive
1262
1262
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
1263
1263
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
1264
1264
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
1265
- # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
1265
+ # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
1266
1266
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
1267
1267
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
1268
1268
  # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -2590,7 +2590,7 @@ module Aws::MediaLive
2590
2590
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
2591
2591
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
2592
2592
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
2593
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
2593
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
2594
2594
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
2595
2595
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
2596
2596
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -3735,7 +3735,7 @@ module Aws::MediaLive
3735
3735
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
3736
3736
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
3737
3737
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
3738
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
3738
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
3739
3739
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
3740
3740
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
3741
3741
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -6069,7 +6069,7 @@ module Aws::MediaLive
6069
6069
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
6070
6070
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
6071
6071
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
6072
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
6072
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
6073
6073
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
6074
6074
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
6075
6075
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -7021,7 +7021,7 @@ module Aws::MediaLive
7021
7021
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
7022
7022
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
7023
7023
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
7024
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
7024
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
7025
7025
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
7026
7026
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
7027
7027
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -8003,7 +8003,7 @@ module Aws::MediaLive
8003
8003
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
8004
8004
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
8005
8005
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
8006
- # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
8006
+ # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
8007
8007
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
8008
8008
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
8009
8009
  # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -8870,7 +8870,7 @@ module Aws::MediaLive
8870
8870
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
8871
8871
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
8872
8872
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
8873
- # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
8873
+ # resp.channel.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
8874
8874
  # resp.channel.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
8875
8875
  # resp.channel.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
8876
8876
  # resp.channel.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -10280,7 +10280,7 @@ module Aws::MediaLive
10280
10280
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_slate.username #=> String
10281
10281
  # resp.encoder_settings.global_configuration.input_loss_behavior.input_loss_image_type #=> String, one of "COLOR", "SLATE"
10282
10282
  # resp.encoder_settings.global_configuration.input_loss_behavior.repeat_frame_msec #=> Integer
10283
- # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING"
10283
+ # resp.encoder_settings.global_configuration.output_locking_mode #=> String, one of "EPOCH_LOCKING", "PIPELINE_LOCKING", "DISABLED"
10284
10284
  # resp.encoder_settings.global_configuration.output_timing_source #=> String, one of "INPUT_CLOCK", "SYSTEM_CLOCK"
10285
10285
  # resp.encoder_settings.global_configuration.support_low_framerate_inputs #=> String, one of "DISABLED", "ENABLED"
10286
10286
  # resp.encoder_settings.global_configuration.output_locking_settings.epoch_locking_settings.custom_epoch #=> String
@@ -13807,7 +13807,7 @@ module Aws::MediaLive
13807
13807
  tracer: tracer
13808
13808
  )
13809
13809
  context[:gem_name] = 'aws-sdk-medialive'
13810
- context[:gem_version] = '1.147.0'
13810
+ context[:gem_version] = '1.148.0'
13811
13811
  Seahorse::Client::Request.new(handlers, context)
13812
13812
  end
13813
13813
 
@@ -4964,7 +4964,11 @@ module Aws::MediaLive
4964
4964
  # PIPELINE\_LOCKING - MediaLive will attempt to synchronize the output
4965
4965
  # of each pipeline to the other. EPOCH\_LOCKING - MediaLive will
4966
4966
  # attempt to synchronize the output of each pipeline to the Unix
4967
- # epoch.
4967
+ # epoch. DISABLED - MediaLive will not attempt to synchronize the
4968
+ # output of pipelines. We advise against disabling output locking
4969
+ # because it has negative side effects in most workflows. For more
4970
+ # information, see the section about output locking (pipeline locking)
4971
+ # in the Medialive user guide.
4968
4972
  # @return [String]
4969
4973
  #
4970
4974
  # @!attribute [rw] output_timing_source
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.147.0'
58
+ GEM_VERSION = '1.148.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -621,7 +621,7 @@ module Aws
621
621
  input_loss_image_type: ("COLOR" | "SLATE")?,
622
622
  repeat_frame_msec: ::Integer?
623
623
  }?,
624
- output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")?,
624
+ output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING" | "DISABLED")?,
625
625
  output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")?,
626
626
  support_low_framerate_inputs: ("DISABLED" | "ENABLED")?,
627
627
  output_locking_settings: {
@@ -2683,7 +2683,7 @@ module Aws
2683
2683
  input_loss_image_type: ("COLOR" | "SLATE")?,
2684
2684
  repeat_frame_msec: ::Integer?
2685
2685
  }?,
2686
- output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")?,
2686
+ output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING" | "DISABLED")?,
2687
2687
  output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")?,
2688
2688
  support_low_framerate_inputs: ("DISABLED" | "ENABLED")?,
2689
2689
  output_locking_settings: {
data/sig/types.rbs CHANGED
@@ -1345,7 +1345,7 @@ module Aws::MediaLive
1345
1345
  attr_accessor initial_audio_gain: ::Integer
1346
1346
  attr_accessor input_end_action: ("NONE" | "SWITCH_AND_LOOP_INPUTS")
1347
1347
  attr_accessor input_loss_behavior: Types::InputLossBehavior
1348
- attr_accessor output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING")
1348
+ attr_accessor output_locking_mode: ("EPOCH_LOCKING" | "PIPELINE_LOCKING" | "DISABLED")
1349
1349
  attr_accessor output_timing_source: ("INPUT_CLOCK" | "SYSTEM_CLOCK")
1350
1350
  attr_accessor support_low_framerate_inputs: ("DISABLED" | "ENABLED")
1351
1351
  attr_accessor output_locking_settings: Types::OutputLockingSettings
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.147.0
4
+ version: 1.148.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-10 00:00:00.000000000 Z
11
+ date: 2025-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core