aws-sdk-medialive 1.109.0 → 1.110.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16a227ffa7ad86b5ddedde8c06e3b338e86e7884253f24fb270bcd3a3b33f3e2
4
- data.tar.gz: 70bd53bb46c657f51844fa5b50175204915092ff9429c2e6d34b51e4d68ff99a
3
+ metadata.gz: 7f355accee2277d1d1bc753fb0e8d9f2e9b4285eee230a4665275ff699fea9a2
4
+ data.tar.gz: a7c70255e280e26c0aa8da1d1f4649878dbbcd07e0c10213cc31bbfbdca30569
5
5
  SHA512:
6
- metadata.gz: 24c982bc5caa76da5d0a834b33fc0bbbea4f94d733c680f4215a715d55169c7fe7cfb66f3a33374fdd34ab5267f30e98a7673141f15486d4445546f391434e66
7
- data.tar.gz: 7aa66e7413a3d04c722ec7cc3a81768f0580327f3ea2810040347392ba039e493f37293ed8a7e2d4aac052f7cc153156030cdc7a61d52b77e3e0487c2ed3c8e4
6
+ metadata.gz: 79443fdc61c62f5259fa12f0fdbdf87e1591f2fe5f5be5e76c9d5138ae4afd59d8a90efc187c68db396ac81afec2cab564308451e9238ed6e42cbc8a7a5dab19
7
+ data.tar.gz: 435ae6aad995d88bf19d92d1e9a507202303e6eafc0bcc746b849fc2863a1c47a59fe5320f0369f178a5af3faf010b7a890dd791d4331f7ae62bbbf4e383e2d8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2023-11-17)
5
+ ------------------
6
+
7
+ * Feature - MediaLive has now added support for per-output static image overlay.
8
+
4
9
  1.109.0 (2023-09-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.109.0
1
+ 1.110.0
@@ -664,6 +664,28 @@ module Aws::MediaLive
664
664
  # fade_out: 1,
665
665
  # layer: 1,
666
666
  # },
667
+ # static_image_output_activate_settings: {
668
+ # duration: 1,
669
+ # fade_in: 1,
670
+ # fade_out: 1,
671
+ # height: 1,
672
+ # image: { # required
673
+ # password_param: "__string",
674
+ # uri: "__stringMax2048", # required
675
+ # username: "__string",
676
+ # },
677
+ # image_x: 1,
678
+ # image_y: 1,
679
+ # layer: 1,
680
+ # opacity: 1,
681
+ # output_names: ["__string"], # required
682
+ # width: 1,
683
+ # },
684
+ # static_image_output_deactivate_settings: {
685
+ # fade_out: 1,
686
+ # layer: 1,
687
+ # output_names: ["__string"], # required
688
+ # },
667
689
  # },
668
690
  # schedule_action_start_settings: { # required
669
691
  # fixed_mode_schedule_action_start_settings: {
@@ -745,6 +767,24 @@ module Aws::MediaLive
745
767
  # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.width #=> Integer
746
768
  # resp.creates.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.fade_out #=> Integer
747
769
  # resp.creates.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.layer #=> Integer
770
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.duration #=> Integer
771
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.fade_in #=> Integer
772
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.fade_out #=> Integer
773
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.height #=> Integer
774
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.password_param #=> String
775
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.uri #=> String
776
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.username #=> String
777
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image_x #=> Integer
778
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image_y #=> Integer
779
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.layer #=> Integer
780
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.opacity #=> Integer
781
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.output_names #=> Array
782
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.output_names[0] #=> String
783
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.width #=> Integer
784
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.fade_out #=> Integer
785
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.layer #=> Integer
786
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.output_names #=> Array
787
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.output_names[0] #=> String
748
788
  # resp.creates.schedule_actions[0].schedule_action_start_settings.fixed_mode_schedule_action_start_settings.time #=> String
749
789
  # resp.creates.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.follow_point #=> String, one of "END", "START"
750
790
  # resp.creates.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.reference_action_name #=> String
@@ -807,6 +847,24 @@ module Aws::MediaLive
807
847
  # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.width #=> Integer
808
848
  # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.fade_out #=> Integer
809
849
  # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.layer #=> Integer
850
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.duration #=> Integer
851
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.fade_in #=> Integer
852
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.fade_out #=> Integer
853
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.height #=> Integer
854
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.password_param #=> String
855
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.uri #=> String
856
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.username #=> String
857
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image_x #=> Integer
858
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image_y #=> Integer
859
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.layer #=> Integer
860
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.opacity #=> Integer
861
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.output_names #=> Array
862
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.output_names[0] #=> String
863
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.width #=> Integer
864
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.fade_out #=> Integer
865
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.layer #=> Integer
866
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.output_names #=> Array
867
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.output_names[0] #=> String
810
868
  # resp.deletes.schedule_actions[0].schedule_action_start_settings.fixed_mode_schedule_action_start_settings.time #=> String
811
869
  # resp.deletes.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.follow_point #=> String, one of "END", "START"
812
870
  # resp.deletes.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.reference_action_name #=> String
@@ -1077,6 +1135,7 @@ module Aws::MediaLive
1077
1135
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
1078
1136
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
1079
1137
  # resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
1138
+ # resp.channel.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
1080
1139
  # resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
1081
1140
  # resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
1082
1141
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -2176,6 +2235,7 @@ module Aws::MediaLive
2176
2235
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
2177
2236
  # resp.encoder_settings.caption_descriptions[0].name #=> String
2178
2237
  # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
2238
+ # resp.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
2179
2239
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
2180
2240
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
2181
2241
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -2948,6 +3008,25 @@ module Aws::MediaLive
2948
3008
  req.send_request(options)
2949
3009
  end
2950
3010
 
3011
+ # Describe account configuration
3012
+ #
3013
+ # @return [Types::DescribeAccountConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3014
+ #
3015
+ # * {Types::DescribeAccountConfigurationResponse#account_configuration #account_configuration} => Types::AccountConfiguration
3016
+ #
3017
+ # @example Response structure
3018
+ #
3019
+ # resp.account_configuration.kms_key_id #=> String
3020
+ #
3021
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfiguration AWS API Documentation
3022
+ #
3023
+ # @overload describe_account_configuration(params = {})
3024
+ # @param [Hash] params ({})
3025
+ def describe_account_configuration(params = {}, options = {})
3026
+ req = build_request(:describe_account_configuration, params)
3027
+ req.send_request(options)
3028
+ end
3029
+
2951
3030
  # Gets details about a channel
2952
3031
  #
2953
3032
  # @option params [required, String] :channel_id
@@ -3148,6 +3227,7 @@ module Aws::MediaLive
3148
3227
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
3149
3228
  # resp.encoder_settings.caption_descriptions[0].name #=> String
3150
3229
  # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
3230
+ # resp.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
3151
3231
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
3152
3232
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
3153
3233
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -4229,6 +4309,24 @@ module Aws::MediaLive
4229
4309
  # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.width #=> Integer
4230
4310
  # resp.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.fade_out #=> Integer
4231
4311
  # resp.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.layer #=> Integer
4312
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.duration #=> Integer
4313
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.fade_in #=> Integer
4314
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.fade_out #=> Integer
4315
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.height #=> Integer
4316
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.password_param #=> String
4317
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.uri #=> String
4318
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image.username #=> String
4319
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image_x #=> Integer
4320
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.image_y #=> Integer
4321
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.layer #=> Integer
4322
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.opacity #=> Integer
4323
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.output_names #=> Array
4324
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.output_names[0] #=> String
4325
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_activate_settings.width #=> Integer
4326
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.fade_out #=> Integer
4327
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.layer #=> Integer
4328
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.output_names #=> Array
4329
+ # resp.schedule_actions[0].schedule_action_settings.static_image_output_deactivate_settings.output_names[0] #=> String
4232
4330
  # resp.schedule_actions[0].schedule_action_start_settings.fixed_mode_schedule_action_start_settings.time #=> String
4233
4331
  # resp.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.follow_point #=> String, one of "END", "START"
4234
4332
  # resp.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.reference_action_name #=> String
@@ -4242,25 +4340,6 @@ module Aws::MediaLive
4242
4340
  req.send_request(options)
4243
4341
  end
4244
4342
 
4245
- # Get account configuration
4246
- #
4247
- # @return [Types::DescribeAccountConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4248
- #
4249
- # * {Types::DescribeAccountConfigurationResponse#account_configuration #account_configuration} => Types::AccountConfiguration
4250
- #
4251
- # @example Response structure
4252
- #
4253
- # resp.account_configuration.kms_key_id #=> String
4254
- #
4255
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfiguration AWS API Documentation
4256
- #
4257
- # @overload describe_account_configuration(params = {})
4258
- # @param [Hash] params ({})
4259
- def describe_account_configuration(params = {}, options = {})
4260
- req = build_request(:describe_account_configuration, params)
4261
- req.send_request(options)
4262
- end
4263
-
4264
4343
  # Describe the latest thumbnails data.
4265
4344
  #
4266
4345
  # @option params [required, String] :channel_id
@@ -5070,35 +5149,6 @@ module Aws::MediaLive
5070
5149
  req.send_request(options)
5071
5150
  end
5072
5151
 
5073
- # Update account configuration
5074
- #
5075
- # @option params [Types::AccountConfiguration] :account_configuration
5076
- #
5077
- # @return [Types::UpdateAccountConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5078
- #
5079
- # * {Types::UpdateAccountConfigurationResponse#account_configuration #account_configuration} => Types::AccountConfiguration
5080
- #
5081
- # @example Request syntax with placeholder values
5082
- #
5083
- # resp = client.update_account_configuration({
5084
- # account_configuration: {
5085
- # kms_key_id: "__string",
5086
- # },
5087
- # })
5088
- #
5089
- # @example Response structure
5090
- #
5091
- # resp.account_configuration.kms_key_id #=> String
5092
- #
5093
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfiguration AWS API Documentation
5094
- #
5095
- # @overload update_account_configuration(params = {})
5096
- # @param [Hash] params ({})
5097
- def update_account_configuration(params = {}, options = {})
5098
- req = build_request(:update_account_configuration, params)
5099
- req.send_request(options)
5100
- end
5101
-
5102
5152
  # Starts an existing channel
5103
5153
  #
5104
5154
  # @option params [required, String] :channel_id
@@ -5299,6 +5349,7 @@ module Aws::MediaLive
5299
5349
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
5300
5350
  # resp.encoder_settings.caption_descriptions[0].name #=> String
5301
5351
  # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
5352
+ # resp.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
5302
5353
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
5303
5354
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
5304
5355
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -6102,6 +6153,7 @@ module Aws::MediaLive
6102
6153
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
6103
6154
  # resp.encoder_settings.caption_descriptions[0].name #=> String
6104
6155
  # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
6156
+ # resp.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
6105
6157
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
6106
6158
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
6107
6159
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -6707,6 +6759,35 @@ module Aws::MediaLive
6707
6759
  req.send_request(options)
6708
6760
  end
6709
6761
 
6762
+ # Update account configuration
6763
+ #
6764
+ # @option params [Types::AccountConfiguration] :account_configuration
6765
+ #
6766
+ # @return [Types::UpdateAccountConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6767
+ #
6768
+ # * {Types::UpdateAccountConfigurationResponse#account_configuration #account_configuration} => Types::AccountConfiguration
6769
+ #
6770
+ # @example Request syntax with placeholder values
6771
+ #
6772
+ # resp = client.update_account_configuration({
6773
+ # account_configuration: {
6774
+ # kms_key_id: "__string",
6775
+ # },
6776
+ # })
6777
+ #
6778
+ # @example Response structure
6779
+ #
6780
+ # resp.account_configuration.kms_key_id #=> String
6781
+ #
6782
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfiguration AWS API Documentation
6783
+ #
6784
+ # @overload update_account_configuration(params = {})
6785
+ # @param [Hash] params ({})
6786
+ def update_account_configuration(params = {}, options = {})
6787
+ req = build_request(:update_account_configuration, params)
6788
+ req.send_request(options)
6789
+ end
6790
+
6710
6791
  # Updates a channel.
6711
6792
  #
6712
6793
  # @option params [Types::CdiInputSpecification] :cdi_input_specification
@@ -6904,6 +6985,7 @@ module Aws::MediaLive
6904
6985
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
6905
6986
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
6906
6987
  # resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
6988
+ # resp.channel.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
6907
6989
  # resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
6908
6990
  # resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
6909
6991
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -7615,6 +7697,7 @@ module Aws::MediaLive
7615
7697
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
7616
7698
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
7617
7699
  # resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
7700
+ # resp.channel.encoder_settings.feature_activations.output_static_image_overlay_schedule_actions #=> String, one of "DISABLED", "ENABLED"
7618
7701
  # resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
7619
7702
  # resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
7620
7703
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -8586,7 +8669,7 @@ module Aws::MediaLive
8586
8669
  params: params,
8587
8670
  config: config)
8588
8671
  context[:gem_name] = 'aws-sdk-medialive'
8589
- context[:gem_version] = '1.109.0'
8672
+ context[:gem_version] = '1.110.0'
8590
8673
  Seahorse::Client::Request.new(handlers, context)
8591
8674
  end
8592
8675
 
@@ -244,6 +244,7 @@ module Aws::MediaLive
244
244
  FailoverConditionSettings = Shapes::StructureShape.new(name: 'FailoverConditionSettings')
245
245
  FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
246
246
  FeatureActivationsInputPrepareScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsInputPrepareScheduleActions')
247
+ FeatureActivationsOutputStaticImageOverlayScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsOutputStaticImageOverlayScheduleActions')
247
248
  FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
248
249
  FecOutputSettings = Shapes::StructureShape.new(name: 'FecOutputSettings')
249
250
  FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
@@ -644,6 +645,8 @@ module Aws::MediaLive
644
645
  StartTimecode = Shapes::StructureShape.new(name: 'StartTimecode')
645
646
  StaticImageActivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageActivateScheduleActionSettings')
646
647
  StaticImageDeactivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageDeactivateScheduleActionSettings')
648
+ StaticImageOutputActivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageOutputActivateScheduleActionSettings')
649
+ StaticImageOutputDeactivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageOutputDeactivateScheduleActionSettings')
647
650
  StaticKeySettings = Shapes::StructureShape.new(name: 'StaticKeySettings')
648
651
  StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
649
652
  StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
@@ -743,6 +746,9 @@ module Aws::MediaLive
743
746
  __doubleMin0Max5000 = Shapes::FloatShape.new(name: '__doubleMin0Max5000')
744
747
  __doubleMin1 = Shapes::FloatShape.new(name: '__doubleMin1')
745
748
  __doubleMin1Max65535 = Shapes::FloatShape.new(name: '__doubleMin1Max65535')
749
+ __doubleMin250Max5000 = Shapes::FloatShape.new(name: '__doubleMin250Max5000')
750
+ __doubleMin32Max46 = Shapes::FloatShape.new(name: '__doubleMin32Max46')
751
+ __doubleMinNegative1Max5 = Shapes::FloatShape.new(name: '__doubleMinNegative1Max5')
746
752
  __doubleMinNegative59Max0 = Shapes::FloatShape.new(name: '__doubleMinNegative59Max0')
747
753
  __integer = Shapes::IntegerShape.new(name: '__integer')
748
754
  __integerMin0 = Shapes::IntegerShape.new(name: '__integerMin0')
@@ -754,6 +760,7 @@ module Aws::MediaLive
754
760
  __integerMin0Max100000000 = Shapes::IntegerShape.new(name: '__integerMin0Max100000000')
755
761
  __integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
756
762
  __integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
763
+ __integerMin0Max2000 = Shapes::IntegerShape.new(name: '__integerMin0Max2000')
757
764
  __integerMin0Max255 = Shapes::IntegerShape.new(name: '__integerMin0Max255')
758
765
  __integerMin0Max30 = Shapes::IntegerShape.new(name: '__integerMin0Max30')
759
766
  __integerMin0Max32768 = Shapes::IntegerShape.new(name: '__integerMin0Max32768')
@@ -1791,6 +1798,7 @@ module Aws::MediaLive
1791
1798
  FailoverConditionSettings.struct_class = Types::FailoverConditionSettings
1792
1799
 
1793
1800
  FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
1801
+ FeatureActivations.add_member(:output_static_image_overlay_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsOutputStaticImageOverlayScheduleActions, location_name: "outputStaticImageOverlayScheduleActions"))
1794
1802
  FeatureActivations.struct_class = Types::FeatureActivations
1795
1803
 
1796
1804
  FecOutputSettings.add_member(:column_depth, Shapes::ShapeRef.new(shape: __integerMin4Max20, location_name: "columnDepth"))
@@ -2922,6 +2930,8 @@ module Aws::MediaLive
2922
2930
  ScheduleActionSettings.add_member(:scte_35_time_signal_settings, Shapes::ShapeRef.new(shape: Scte35TimeSignalScheduleActionSettings, location_name: "scte35TimeSignalSettings"))
2923
2931
  ScheduleActionSettings.add_member(:static_image_activate_settings, Shapes::ShapeRef.new(shape: StaticImageActivateScheduleActionSettings, location_name: "staticImageActivateSettings"))
2924
2932
  ScheduleActionSettings.add_member(:static_image_deactivate_settings, Shapes::ShapeRef.new(shape: StaticImageDeactivateScheduleActionSettings, location_name: "staticImageDeactivateSettings"))
2933
+ ScheduleActionSettings.add_member(:static_image_output_activate_settings, Shapes::ShapeRef.new(shape: StaticImageOutputActivateScheduleActionSettings, location_name: "staticImageOutputActivateSettings"))
2934
+ ScheduleActionSettings.add_member(:static_image_output_deactivate_settings, Shapes::ShapeRef.new(shape: StaticImageOutputDeactivateScheduleActionSettings, location_name: "staticImageOutputDeactivateSettings"))
2925
2935
  ScheduleActionSettings.struct_class = Types::ScheduleActionSettings
2926
2936
 
2927
2937
  ScheduleActionStartSettings.add_member(:fixed_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: FixedModeScheduleActionStartSettings, location_name: "fixedModeScheduleActionStartSettings"))
@@ -3069,6 +3079,24 @@ module Aws::MediaLive
3069
3079
  StaticImageDeactivateScheduleActionSettings.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "layer"))
3070
3080
  StaticImageDeactivateScheduleActionSettings.struct_class = Types::StaticImageDeactivateScheduleActionSettings
3071
3081
 
3082
+ StaticImageOutputActivateScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "duration"))
3083
+ StaticImageOutputActivateScheduleActionSettings.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeIn"))
3084
+ StaticImageOutputActivateScheduleActionSettings.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeOut"))
3085
+ StaticImageOutputActivateScheduleActionSettings.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "height"))
3086
+ StaticImageOutputActivateScheduleActionSettings.add_member(:image, Shapes::ShapeRef.new(shape: InputLocation, required: true, location_name: "image"))
3087
+ StaticImageOutputActivateScheduleActionSettings.add_member(:image_x, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "imageX"))
3088
+ StaticImageOutputActivateScheduleActionSettings.add_member(:image_y, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "imageY"))
3089
+ StaticImageOutputActivateScheduleActionSettings.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "layer"))
3090
+ StaticImageOutputActivateScheduleActionSettings.add_member(:opacity, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "opacity"))
3091
+ StaticImageOutputActivateScheduleActionSettings.add_member(:output_names, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "outputNames"))
3092
+ StaticImageOutputActivateScheduleActionSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "width"))
3093
+ StaticImageOutputActivateScheduleActionSettings.struct_class = Types::StaticImageOutputActivateScheduleActionSettings
3094
+
3095
+ StaticImageOutputDeactivateScheduleActionSettings.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeOut"))
3096
+ StaticImageOutputDeactivateScheduleActionSettings.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "layer"))
3097
+ StaticImageOutputDeactivateScheduleActionSettings.add_member(:output_names, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "outputNames"))
3098
+ StaticImageOutputDeactivateScheduleActionSettings.struct_class = Types::StaticImageOutputDeactivateScheduleActionSettings
3099
+
3072
3100
  StaticKeySettings.add_member(:key_provider_server, Shapes::ShapeRef.new(shape: InputLocation, location_name: "keyProviderServer"))
3073
3101
  StaticKeySettings.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __stringMin32Max32, required: true, location_name: "staticKeyValue"))
3074
3102
  StaticKeySettings.struct_class = Types::StaticKeySettings
@@ -3890,6 +3918,20 @@ module Aws::MediaLive
3890
3918
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3891
3919
  end)
3892
3920
 
3921
+ api.add_operation(:describe_account_configuration, Seahorse::Model::Operation.new.tap do |o|
3922
+ o.name = "DescribeAccountConfiguration"
3923
+ o.http_method = "GET"
3924
+ o.http_request_uri = "/prod/accountConfiguration"
3925
+ o.input = Shapes::ShapeRef.new(shape: DescribeAccountConfigurationRequest)
3926
+ o.output = Shapes::ShapeRef.new(shape: DescribeAccountConfigurationResponse)
3927
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3928
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3929
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3930
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3931
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3932
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3933
+ end)
3934
+
3893
3935
  api.add_operation(:describe_channel, Seahorse::Model::Operation.new.tap do |o|
3894
3936
  o.name = "DescribeChannel"
3895
3937
  o.http_method = "GET"
@@ -4046,20 +4088,6 @@ module Aws::MediaLive
4046
4088
  )
4047
4089
  end)
4048
4090
 
4049
- api.add_operation(:describe_account_configuration, Seahorse::Model::Operation.new.tap do |o|
4050
- o.name = "DescribeAccountConfiguration"
4051
- o.http_method = "GET"
4052
- o.http_request_uri = "/prod/accountConfiguration"
4053
- o.input = Shapes::ShapeRef.new(shape: DescribeAccountConfigurationRequest)
4054
- o.output = Shapes::ShapeRef.new(shape: DescribeAccountConfigurationResponse)
4055
- o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4056
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4057
- o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4058
- o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
4059
- o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
4060
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4061
- end)
4062
-
4063
4091
  api.add_operation(:describe_thumbnails, Seahorse::Model::Operation.new.tap do |o|
4064
4092
  o.name = "DescribeThumbnails"
4065
4093
  o.http_method = "GET"
@@ -4319,21 +4347,6 @@ module Aws::MediaLive
4319
4347
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4320
4348
  end)
4321
4349
 
4322
- api.add_operation(:update_account_configuration, Seahorse::Model::Operation.new.tap do |o|
4323
- o.name = "UpdateAccountConfiguration"
4324
- o.http_method = "PUT"
4325
- o.http_request_uri = "/prod/accountConfiguration"
4326
- o.input = Shapes::ShapeRef.new(shape: UpdateAccountConfigurationRequest)
4327
- o.output = Shapes::ShapeRef.new(shape: UpdateAccountConfigurationResponse)
4328
- o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4329
- o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
4330
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4331
- o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4332
- o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
4333
- o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
4334
- o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4335
- end)
4336
-
4337
4350
  api.add_operation(:start_channel, Seahorse::Model::Operation.new.tap do |o|
4338
4351
  o.name = "StartChannel"
4339
4352
  o.http_method = "POST"
@@ -4463,6 +4476,21 @@ module Aws::MediaLive
4463
4476
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
4464
4477
  end)
4465
4478
 
4479
+ api.add_operation(:update_account_configuration, Seahorse::Model::Operation.new.tap do |o|
4480
+ o.name = "UpdateAccountConfiguration"
4481
+ o.http_method = "PUT"
4482
+ o.http_request_uri = "/prod/accountConfiguration"
4483
+ o.input = Shapes::ShapeRef.new(shape: UpdateAccountConfigurationRequest)
4484
+ o.output = Shapes::ShapeRef.new(shape: UpdateAccountConfigurationResponse)
4485
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
4486
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
4487
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
4488
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
4489
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
4490
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
4491
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
4492
+ end)
4493
+
4466
4494
  api.add_operation(:update_channel, Seahorse::Model::Operation.new.tap do |o|
4467
4495
  o.name = "UpdateChannel"
4468
4496
  o.http_method = "PUT"
@@ -32,7 +32,7 @@ module Aws::MediaLive
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://medialive-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -320,7 +320,7 @@ module Aws::MediaLive
320
320
  end
321
321
  end
322
322
 
323
- class DescribeChannel
323
+ class DescribeAccountConfiguration
324
324
  def self.build(context)
325
325
  unless context.config.regional_endpoint
326
326
  endpoint = context.config.endpoint.to_s
@@ -334,7 +334,7 @@ module Aws::MediaLive
334
334
  end
335
335
  end
336
336
 
337
- class DescribeInput
337
+ class DescribeChannel
338
338
  def self.build(context)
339
339
  unless context.config.regional_endpoint
340
340
  endpoint = context.config.endpoint.to_s
@@ -348,7 +348,7 @@ module Aws::MediaLive
348
348
  end
349
349
  end
350
350
 
351
- class DescribeInputDevice
351
+ class DescribeInput
352
352
  def self.build(context)
353
353
  unless context.config.regional_endpoint
354
354
  endpoint = context.config.endpoint.to_s
@@ -362,7 +362,7 @@ module Aws::MediaLive
362
362
  end
363
363
  end
364
364
 
365
- class DescribeInputDeviceThumbnail
365
+ class DescribeInputDevice
366
366
  def self.build(context)
367
367
  unless context.config.regional_endpoint
368
368
  endpoint = context.config.endpoint.to_s
@@ -376,7 +376,7 @@ module Aws::MediaLive
376
376
  end
377
377
  end
378
378
 
379
- class DescribeInputSecurityGroup
379
+ class DescribeInputDeviceThumbnail
380
380
  def self.build(context)
381
381
  unless context.config.regional_endpoint
382
382
  endpoint = context.config.endpoint.to_s
@@ -390,7 +390,7 @@ module Aws::MediaLive
390
390
  end
391
391
  end
392
392
 
393
- class DescribeMultiplex
393
+ class DescribeInputSecurityGroup
394
394
  def self.build(context)
395
395
  unless context.config.regional_endpoint
396
396
  endpoint = context.config.endpoint.to_s
@@ -404,7 +404,7 @@ module Aws::MediaLive
404
404
  end
405
405
  end
406
406
 
407
- class DescribeMultiplexProgram
407
+ class DescribeMultiplex
408
408
  def self.build(context)
409
409
  unless context.config.regional_endpoint
410
410
  endpoint = context.config.endpoint.to_s
@@ -418,7 +418,7 @@ module Aws::MediaLive
418
418
  end
419
419
  end
420
420
 
421
- class DescribeOffering
421
+ class DescribeMultiplexProgram
422
422
  def self.build(context)
423
423
  unless context.config.regional_endpoint
424
424
  endpoint = context.config.endpoint.to_s
@@ -432,7 +432,7 @@ module Aws::MediaLive
432
432
  end
433
433
  end
434
434
 
435
- class DescribeReservation
435
+ class DescribeOffering
436
436
  def self.build(context)
437
437
  unless context.config.regional_endpoint
438
438
  endpoint = context.config.endpoint.to_s
@@ -446,7 +446,7 @@ module Aws::MediaLive
446
446
  end
447
447
  end
448
448
 
449
- class DescribeSchedule
449
+ class DescribeReservation
450
450
  def self.build(context)
451
451
  unless context.config.regional_endpoint
452
452
  endpoint = context.config.endpoint.to_s
@@ -460,7 +460,7 @@ module Aws::MediaLive
460
460
  end
461
461
  end
462
462
 
463
- class DescribeAccountConfiguration
463
+ class DescribeSchedule
464
464
  def self.build(context)
465
465
  unless context.config.regional_endpoint
466
466
  endpoint = context.config.endpoint.to_s
@@ -670,7 +670,7 @@ module Aws::MediaLive
670
670
  end
671
671
  end
672
672
 
673
- class UpdateAccountConfiguration
673
+ class StartChannel
674
674
  def self.build(context)
675
675
  unless context.config.regional_endpoint
676
676
  endpoint = context.config.endpoint.to_s
@@ -684,7 +684,7 @@ module Aws::MediaLive
684
684
  end
685
685
  end
686
686
 
687
- class StartChannel
687
+ class StartInputDevice
688
688
  def self.build(context)
689
689
  unless context.config.regional_endpoint
690
690
  endpoint = context.config.endpoint.to_s
@@ -698,7 +698,7 @@ module Aws::MediaLive
698
698
  end
699
699
  end
700
700
 
701
- class StartInputDevice
701
+ class StartInputDeviceMaintenanceWindow
702
702
  def self.build(context)
703
703
  unless context.config.regional_endpoint
704
704
  endpoint = context.config.endpoint.to_s
@@ -712,7 +712,7 @@ module Aws::MediaLive
712
712
  end
713
713
  end
714
714
 
715
- class StartInputDeviceMaintenanceWindow
715
+ class StartMultiplex
716
716
  def self.build(context)
717
717
  unless context.config.regional_endpoint
718
718
  endpoint = context.config.endpoint.to_s
@@ -726,7 +726,7 @@ module Aws::MediaLive
726
726
  end
727
727
  end
728
728
 
729
- class StartMultiplex
729
+ class StopChannel
730
730
  def self.build(context)
731
731
  unless context.config.regional_endpoint
732
732
  endpoint = context.config.endpoint.to_s
@@ -740,7 +740,7 @@ module Aws::MediaLive
740
740
  end
741
741
  end
742
742
 
743
- class StopChannel
743
+ class StopInputDevice
744
744
  def self.build(context)
745
745
  unless context.config.regional_endpoint
746
746
  endpoint = context.config.endpoint.to_s
@@ -754,7 +754,7 @@ module Aws::MediaLive
754
754
  end
755
755
  end
756
756
 
757
- class StopInputDevice
757
+ class StopMultiplex
758
758
  def self.build(context)
759
759
  unless context.config.regional_endpoint
760
760
  endpoint = context.config.endpoint.to_s
@@ -768,7 +768,7 @@ module Aws::MediaLive
768
768
  end
769
769
  end
770
770
 
771
- class StopMultiplex
771
+ class TransferInputDevice
772
772
  def self.build(context)
773
773
  unless context.config.regional_endpoint
774
774
  endpoint = context.config.endpoint.to_s
@@ -782,7 +782,7 @@ module Aws::MediaLive
782
782
  end
783
783
  end
784
784
 
785
- class TransferInputDevice
785
+ class UpdateAccountConfiguration
786
786
  def self.build(context)
787
787
  unless context.config.regional_endpoint
788
788
  endpoint = context.config.endpoint.to_s
@@ -100,6 +100,8 @@ module Aws::MediaLive
100
100
  Aws::MediaLive::Endpoints::DeleteSchedule.build(context)
101
101
  when :delete_tags
102
102
  Aws::MediaLive::Endpoints::DeleteTags.build(context)
103
+ when :describe_account_configuration
104
+ Aws::MediaLive::Endpoints::DescribeAccountConfiguration.build(context)
103
105
  when :describe_channel
104
106
  Aws::MediaLive::Endpoints::DescribeChannel.build(context)
105
107
  when :describe_input
@@ -120,8 +122,6 @@ module Aws::MediaLive
120
122
  Aws::MediaLive::Endpoints::DescribeReservation.build(context)
121
123
  when :describe_schedule
122
124
  Aws::MediaLive::Endpoints::DescribeSchedule.build(context)
123
- when :describe_account_configuration
124
- Aws::MediaLive::Endpoints::DescribeAccountConfiguration.build(context)
125
125
  when :describe_thumbnails
126
126
  Aws::MediaLive::Endpoints::DescribeThumbnails.build(context)
127
127
  when :list_channels
@@ -150,8 +150,6 @@ module Aws::MediaLive
150
150
  Aws::MediaLive::Endpoints::RebootInputDevice.build(context)
151
151
  when :reject_input_device_transfer
152
152
  Aws::MediaLive::Endpoints::RejectInputDeviceTransfer.build(context)
153
- when :update_account_configuration
154
- Aws::MediaLive::Endpoints::UpdateAccountConfiguration.build(context)
155
153
  when :start_channel
156
154
  Aws::MediaLive::Endpoints::StartChannel.build(context)
157
155
  when :start_input_device
@@ -168,6 +166,8 @@ module Aws::MediaLive
168
166
  Aws::MediaLive::Endpoints::StopMultiplex.build(context)
169
167
  when :transfer_input_device
170
168
  Aws::MediaLive::Endpoints::TransferInputDevice.build(context)
169
+ when :update_account_configuration
170
+ Aws::MediaLive::Endpoints::UpdateAccountConfiguration.build(context)
171
171
  when :update_channel
172
172
  Aws::MediaLive::Endpoints::UpdateChannel.build(context)
173
173
  when :update_channel_class
@@ -164,6 +164,10 @@ module Aws::MediaLive
164
164
  end
165
165
 
166
166
  # @!attribute [rw] kms_key_id
167
+ # Specifies the KMS key to use for all features that use key
168
+ # encryption. Specify the ARN of a KMS key that you have created. Or
169
+ # leave blank to use the key that MediaLive creates and manages for
170
+ # you.
167
171
  # @return [String]
168
172
  #
169
173
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AccountConfiguration AWS API Documentation
@@ -2958,6 +2962,36 @@ module Aws::MediaLive
2958
2962
  include Aws::Structure
2959
2963
  end
2960
2964
 
2965
+ # @api private
2966
+ #
2967
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfigurationRequest AWS API Documentation
2968
+ #
2969
+ class DescribeAccountConfigurationRequest < Aws::EmptyStructure; end
2970
+
2971
+ # @!attribute [rw] account_configuration
2972
+ # @return [Types::AccountConfiguration]
2973
+ #
2974
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfigurationResponse AWS API Documentation
2975
+ #
2976
+ class DescribeAccountConfigurationResponse < Struct.new(
2977
+ :account_configuration)
2978
+ SENSITIVE = []
2979
+ include Aws::Structure
2980
+ end
2981
+
2982
+ # The account's configuration.
2983
+ #
2984
+ # @!attribute [rw] account_configuration
2985
+ # @return [Types::AccountConfiguration]
2986
+ #
2987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfigurationResultModel AWS API Documentation
2988
+ #
2989
+ class DescribeAccountConfigurationResultModel < Struct.new(
2990
+ :account_configuration)
2991
+ SENSITIVE = []
2992
+ include Aws::Structure
2993
+ end
2994
+
2961
2995
  # @!attribute [rw] channel_id
2962
2996
  # @return [String]
2963
2997
  #
@@ -3627,6 +3661,49 @@ module Aws::MediaLive
3627
3661
  include Aws::Structure
3628
3662
  end
3629
3663
 
3664
+ # @!attribute [rw] channel_id
3665
+ # @return [String]
3666
+ #
3667
+ # @!attribute [rw] pipeline_id
3668
+ # @return [String]
3669
+ #
3670
+ # @!attribute [rw] thumbnail_type
3671
+ # @return [String]
3672
+ #
3673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeThumbnailsRequest AWS API Documentation
3674
+ #
3675
+ class DescribeThumbnailsRequest < Struct.new(
3676
+ :channel_id,
3677
+ :pipeline_id,
3678
+ :thumbnail_type)
3679
+ SENSITIVE = []
3680
+ include Aws::Structure
3681
+ end
3682
+
3683
+ # @!attribute [rw] thumbnail_details
3684
+ # @return [Array<Types::ThumbnailDetail>]
3685
+ #
3686
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeThumbnailsResponse AWS API Documentation
3687
+ #
3688
+ class DescribeThumbnailsResponse < Struct.new(
3689
+ :thumbnail_details)
3690
+ SENSITIVE = []
3691
+ include Aws::Structure
3692
+ end
3693
+
3694
+ # Thumbnail details for all the pipelines of a running channel.
3695
+ #
3696
+ # @!attribute [rw] thumbnail_details
3697
+ # @return [Array<Types::ThumbnailDetail>]
3698
+ #
3699
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeThumbnailsResultModel AWS API Documentation
3700
+ #
3701
+ class DescribeThumbnailsResultModel < Struct.new(
3702
+ :thumbnail_details)
3703
+ SENSITIVE = []
3704
+ include Aws::Structure
3705
+ end
3706
+
3630
3707
  # Dolby Vision81 Settings
3631
3708
  #
3632
3709
  # @api private
@@ -4382,10 +4459,17 @@ module Aws::MediaLive
4382
4459
  # first delete all input prepare actions from the schedule.
4383
4460
  # @return [String]
4384
4461
  #
4462
+ # @!attribute [rw] output_static_image_overlay_schedule_actions
4463
+ # Enables the output static image overlay feature. Enabling this
4464
+ # feature allows you to send channel schedule updates to
4465
+ # display/clear/modify image overlays on an output-by-output bases.
4466
+ # @return [String]
4467
+ #
4385
4468
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FeatureActivations AWS API Documentation
4386
4469
  #
4387
4470
  class FeatureActivations < Struct.new(
4388
- :input_prepare_schedule_actions)
4471
+ :input_prepare_schedule_actions,
4472
+ :output_static_image_overlay_schedule_actions)
4389
4473
  SENSITIVE = []
4390
4474
  include Aws::Structure
4391
4475
  end
@@ -4616,79 +4700,6 @@ module Aws::MediaLive
4616
4700
  include Aws::Structure
4617
4701
  end
4618
4702
 
4619
- # @api private
4620
- #
4621
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfigurationRequest AWS API Documentation
4622
- #
4623
- class DescribeAccountConfigurationRequest < Aws::EmptyStructure; end
4624
-
4625
- # @!attribute [rw] account_configuration
4626
- # @return [Types::AccountConfiguration]
4627
- #
4628
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfigurationResponse AWS API Documentation
4629
- #
4630
- class DescribeAccountConfigurationResponse < Struct.new(
4631
- :account_configuration)
4632
- SENSITIVE = []
4633
- include Aws::Structure
4634
- end
4635
-
4636
- # The account's configuration.
4637
- #
4638
- # @!attribute [rw] account_configuration
4639
- # @return [Types::AccountConfiguration]
4640
- #
4641
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeAccountConfigurationResultModel AWS API Documentation
4642
- #
4643
- class DescribeAccountConfigurationResultModel < Struct.new(
4644
- :account_configuration)
4645
- SENSITIVE = []
4646
- include Aws::Structure
4647
- end
4648
-
4649
- # @!attribute [rw] channel_id
4650
- # @return [String]
4651
- #
4652
- # @!attribute [rw] pipeline_id
4653
- # @return [String]
4654
- #
4655
- # @!attribute [rw] thumbnail_type
4656
- # @return [String]
4657
- #
4658
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeThumbnailsRequest AWS API Documentation
4659
- #
4660
- class DescribeThumbnailsRequest < Struct.new(
4661
- :channel_id,
4662
- :pipeline_id,
4663
- :thumbnail_type)
4664
- SENSITIVE = []
4665
- include Aws::Structure
4666
- end
4667
-
4668
- # @!attribute [rw] thumbnail_details
4669
- # @return [Array<Types::ThumbnailDetail>]
4670
- #
4671
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeThumbnailsResponse AWS API Documentation
4672
- #
4673
- class DescribeThumbnailsResponse < Struct.new(
4674
- :thumbnail_details)
4675
- SENSITIVE = []
4676
- include Aws::Structure
4677
- end
4678
-
4679
- # Thumbnail details for all the pipelines of a running channel.
4680
- #
4681
- # @!attribute [rw] thumbnail_details
4682
- # @return [Array<Types::ThumbnailDetail>]
4683
- #
4684
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeThumbnailsResultModel AWS API Documentation
4685
- #
4686
- class DescribeThumbnailsResultModel < Struct.new(
4687
- :thumbnail_details)
4688
- SENSITIVE = []
4689
- include Aws::Structure
4690
- end
4691
-
4692
4703
  # Global Configuration
4693
4704
  #
4694
4705
  # @!attribute [rw] initial_audio_gain
@@ -10559,6 +10570,16 @@ module Aws::MediaLive
10559
10570
  # Action to deactivate a static image overlay
10560
10571
  # @return [Types::StaticImageDeactivateScheduleActionSettings]
10561
10572
  #
10573
+ # @!attribute [rw] static_image_output_activate_settings
10574
+ # Action to activate a static image overlay in one or more specified
10575
+ # outputs
10576
+ # @return [Types::StaticImageOutputActivateScheduleActionSettings]
10577
+ #
10578
+ # @!attribute [rw] static_image_output_deactivate_settings
10579
+ # Action to deactivate a static image overlay in one or more specified
10580
+ # outputs
10581
+ # @return [Types::StaticImageOutputDeactivateScheduleActionSettings]
10582
+ #
10562
10583
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionSettings AWS API Documentation
10563
10584
  #
10564
10585
  class ScheduleActionSettings < Struct.new(
@@ -10574,7 +10595,9 @@ module Aws::MediaLive
10574
10595
  :scte_35_splice_insert_settings,
10575
10596
  :scte_35_time_signal_settings,
10576
10597
  :static_image_activate_settings,
10577
- :static_image_deactivate_settings)
10598
+ :static_image_deactivate_settings,
10599
+ :static_image_output_activate_settings,
10600
+ :static_image_output_deactivate_settings)
10578
10601
  SENSITIVE = []
10579
10602
  include Aws::Structure
10580
10603
  end
@@ -10979,54 +11002,6 @@ module Aws::MediaLive
10979
11002
  include Aws::Structure
10980
11003
  end
10981
11004
 
10982
- # @!attribute [rw] account_configuration
10983
- # @return [Types::AccountConfiguration]
10984
- #
10985
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationRequest AWS API Documentation
10986
- #
10987
- class UpdateAccountConfigurationRequest < Struct.new(
10988
- :account_configuration)
10989
- SENSITIVE = []
10990
- include Aws::Structure
10991
- end
10992
-
10993
- # The desired new account configuration.
10994
- #
10995
- # @!attribute [rw] account_configuration
10996
- # @return [Types::AccountConfiguration]
10997
- #
10998
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationRequestModel AWS API Documentation
10999
- #
11000
- class UpdateAccountConfigurationRequestModel < Struct.new(
11001
- :account_configuration)
11002
- SENSITIVE = []
11003
- include Aws::Structure
11004
- end
11005
-
11006
- # @!attribute [rw] account_configuration
11007
- # @return [Types::AccountConfiguration]
11008
- #
11009
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationResponse AWS API Documentation
11010
- #
11011
- class UpdateAccountConfigurationResponse < Struct.new(
11012
- :account_configuration)
11013
- SENSITIVE = []
11014
- include Aws::Structure
11015
- end
11016
-
11017
- # The account's updated configuration.
11018
- #
11019
- # @!attribute [rw] account_configuration
11020
- # @return [Types::AccountConfiguration]
11021
- #
11022
- # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationResultModel AWS API Documentation
11023
- #
11024
- class UpdateAccountConfigurationResultModel < Struct.new(
11025
- :account_configuration)
11026
- SENSITIVE = []
11027
- include Aws::Structure
11028
- end
11029
-
11030
11005
  # Smpte Tt Destination Settings
11031
11006
  #
11032
11007
  # @api private
@@ -11361,6 +11336,120 @@ module Aws::MediaLive
11361
11336
  include Aws::Structure
11362
11337
  end
11363
11338
 
11339
+ # Settings for the action to activate a static image.
11340
+ #
11341
+ # @!attribute [rw] duration
11342
+ # The duration in milliseconds for the image to remain on the video.
11343
+ # If omitted or set to 0 the duration is unlimited and the image will
11344
+ # remain until it is explicitly deactivated.
11345
+ # @return [Integer]
11346
+ #
11347
+ # @!attribute [rw] fade_in
11348
+ # The time in milliseconds for the image to fade in. The fade-in
11349
+ # starts at the start time of the overlay. Default is 0 (no fade-in).
11350
+ # @return [Integer]
11351
+ #
11352
+ # @!attribute [rw] fade_out
11353
+ # Applies only if a duration is specified. The time in milliseconds
11354
+ # for the image to fade out. The fade-out starts when the duration
11355
+ # time is hit, so it effectively extends the duration. Default is 0
11356
+ # (no fade-out).
11357
+ # @return [Integer]
11358
+ #
11359
+ # @!attribute [rw] height
11360
+ # The height of the image when inserted into the video, in pixels. The
11361
+ # overlay will be scaled up or down to the specified height. Leave
11362
+ # blank to use the native height of the overlay.
11363
+ # @return [Integer]
11364
+ #
11365
+ # @!attribute [rw] image
11366
+ # The location and filename of the image file to overlay on the video.
11367
+ # The file must be a 32-bit BMP, PNG, or TGA file, and must not be
11368
+ # larger (in pixels) than the input video.
11369
+ # @return [Types::InputLocation]
11370
+ #
11371
+ # @!attribute [rw] image_x
11372
+ # Placement of the left edge of the overlay relative to the left edge
11373
+ # of the video frame, in pixels. 0 (the default) is the left edge of
11374
+ # the frame. If the placement causes the overlay to extend beyond the
11375
+ # right edge of the underlying video, then the overlay is cropped on
11376
+ # the right.
11377
+ # @return [Integer]
11378
+ #
11379
+ # @!attribute [rw] image_y
11380
+ # Placement of the top edge of the overlay relative to the top edge of
11381
+ # the video frame, in pixels. 0 (the default) is the top edge of the
11382
+ # frame. If the placement causes the overlay to extend beyond the
11383
+ # bottom edge of the underlying video, then the overlay is cropped on
11384
+ # the bottom.
11385
+ # @return [Integer]
11386
+ #
11387
+ # @!attribute [rw] layer
11388
+ # The number of the layer, 0 to 7. There are 8 layers that can be
11389
+ # overlaid on the video, each layer with a different image. The layers
11390
+ # are in Z order, which means that overlays with higher values of
11391
+ # layer are inserted on top of overlays with lower values of layer.
11392
+ # Default is 0.
11393
+ # @return [Integer]
11394
+ #
11395
+ # @!attribute [rw] opacity
11396
+ # Opacity of image where 0 is transparent and 100 is fully opaque.
11397
+ # Default is 100.
11398
+ # @return [Integer]
11399
+ #
11400
+ # @!attribute [rw] output_names
11401
+ # The name(s) of the output(s) the activation should apply to.
11402
+ # @return [Array<String>]
11403
+ #
11404
+ # @!attribute [rw] width
11405
+ # The width of the image when inserted into the video, in pixels. The
11406
+ # overlay will be scaled up or down to the specified width. Leave
11407
+ # blank to use the native width of the overlay.
11408
+ # @return [Integer]
11409
+ #
11410
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StaticImageOutputActivateScheduleActionSettings AWS API Documentation
11411
+ #
11412
+ class StaticImageOutputActivateScheduleActionSettings < Struct.new(
11413
+ :duration,
11414
+ :fade_in,
11415
+ :fade_out,
11416
+ :height,
11417
+ :image,
11418
+ :image_x,
11419
+ :image_y,
11420
+ :layer,
11421
+ :opacity,
11422
+ :output_names,
11423
+ :width)
11424
+ SENSITIVE = []
11425
+ include Aws::Structure
11426
+ end
11427
+
11428
+ # Settings for the action to deactivate the image in a specific layer.
11429
+ #
11430
+ # @!attribute [rw] fade_out
11431
+ # The time in milliseconds for the image to fade out. Default is 0 (no
11432
+ # fade-out).
11433
+ # @return [Integer]
11434
+ #
11435
+ # @!attribute [rw] layer
11436
+ # The image overlay layer to deactivate, 0 to 7. Default is 0.
11437
+ # @return [Integer]
11438
+ #
11439
+ # @!attribute [rw] output_names
11440
+ # The name(s) of the output(s) the deactivation should apply to.
11441
+ # @return [Array<String>]
11442
+ #
11443
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StaticImageOutputDeactivateScheduleActionSettings AWS API Documentation
11444
+ #
11445
+ class StaticImageOutputDeactivateScheduleActionSettings < Struct.new(
11446
+ :fade_out,
11447
+ :layer,
11448
+ :output_names)
11449
+ SENSITIVE = []
11450
+ include Aws::Structure
11451
+ end
11452
+
11364
11453
  # Static Key Settings
11365
11454
  #
11366
11455
  # @!attribute [rw] key_provider_server
@@ -11671,7 +11760,9 @@ module Aws::MediaLive
11671
11760
  # Thumbnail Configuration
11672
11761
  #
11673
11762
  # @!attribute [rw] state
11674
- # Whether Thumbnail is enabled.
11763
+ # Enables the thumbnail feature. The feature generates thumbnails of
11764
+ # the incoming video in each pipeline in the channel. AUTO turns the
11765
+ # feature on, DISABLE turns the feature off.
11675
11766
  # @return [String]
11676
11767
  #
11677
11768
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ThumbnailConfiguration AWS API Documentation
@@ -11978,6 +12069,54 @@ module Aws::MediaLive
11978
12069
  include Aws::Structure
11979
12070
  end
11980
12071
 
12072
+ # @!attribute [rw] account_configuration
12073
+ # @return [Types::AccountConfiguration]
12074
+ #
12075
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationRequest AWS API Documentation
12076
+ #
12077
+ class UpdateAccountConfigurationRequest < Struct.new(
12078
+ :account_configuration)
12079
+ SENSITIVE = []
12080
+ include Aws::Structure
12081
+ end
12082
+
12083
+ # The desired new account configuration.
12084
+ #
12085
+ # @!attribute [rw] account_configuration
12086
+ # @return [Types::AccountConfiguration]
12087
+ #
12088
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationRequestModel AWS API Documentation
12089
+ #
12090
+ class UpdateAccountConfigurationRequestModel < Struct.new(
12091
+ :account_configuration)
12092
+ SENSITIVE = []
12093
+ include Aws::Structure
12094
+ end
12095
+
12096
+ # @!attribute [rw] account_configuration
12097
+ # @return [Types::AccountConfiguration]
12098
+ #
12099
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationResponse AWS API Documentation
12100
+ #
12101
+ class UpdateAccountConfigurationResponse < Struct.new(
12102
+ :account_configuration)
12103
+ SENSITIVE = []
12104
+ include Aws::Structure
12105
+ end
12106
+
12107
+ # The account's updated configuration.
12108
+ #
12109
+ # @!attribute [rw] account_configuration
12110
+ # @return [Types::AccountConfiguration]
12111
+ #
12112
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateAccountConfigurationResultModel AWS API Documentation
12113
+ #
12114
+ class UpdateAccountConfigurationResultModel < Struct.new(
12115
+ :account_configuration)
12116
+ SENSITIVE = []
12117
+ include Aws::Structure
12118
+ end
12119
+
11981
12120
  # @!attribute [rw] cdi_input_specification
11982
12121
  # Specification of CDI inputs for this channel
11983
12122
  # @return [Types::CdiInputSpecification]
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.109.0'
56
+ GEM_VERSION = '1.110.0'
57
57
 
58
58
  end
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.109.0
4
+ version: 1.110.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: 2023-09-27 00:00:00.000000000 Z
11
+ date: 2023-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core