aws-sdk-medialive 1.21.0 → 1.22.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
  SHA1:
3
- metadata.gz: 03f1ec9cc129561a9236426bca7d22f6ae621509
4
- data.tar.gz: f8762141dc26ef2f028156dc4954eb8a382c9514
3
+ metadata.gz: 2d491f3c01f04d3dca1f0fc73ca21a544aac95ec
4
+ data.tar.gz: 2934513a4c60c6e90122096b5781d79fc7ccad34
5
5
  SHA512:
6
- metadata.gz: b363e71bbc86fd8cb921b2f2ea5e9f7d8c1babe5dac31cdeeb2ccea6d43d86722b49216fc23d1b6185fac9f534d61b383d937c6ea8803fabd3e52eaa8e980ea2
7
- data.tar.gz: b5738d9baddc47cc766cfa115f609dac0221dd06e7fafc72942334422fff86f43cd83aa748f81589892b2079eb8d83715e35b73443cf46ea5fe6f92e8bb0fde2
6
+ metadata.gz: d4fd0772ce403f0472a9337cf7746b1b6ec4cc123d29ec1c768d4030ffc932f7c0c9065bb1ffc85e22a18a1480f42352371de54d5d022b3aaa90b8f29cd2f0e5
7
+ data.tar.gz: 1c2bb0440d103c16ddadc2c97eb94f74217f71b4375b3ffd5c65181a4b535ca621c4bef7538d3ed0b77a7ac012e056b707d3dd69260729b284d27aa4d9e8572b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.21.0'
45
+ GEM_VERSION = '1.22.0'
46
46
 
47
47
  end
@@ -235,6 +235,13 @@ module Aws::MediaLive
235
235
  # input_switch_settings: {
236
236
  # input_attachment_name_reference: "__string", # required
237
237
  # },
238
+ # pause_state_settings: {
239
+ # pipelines: [
240
+ # {
241
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
242
+ # },
243
+ # ],
244
+ # },
238
245
  # scte_35_return_to_network_settings: {
239
246
  # splice_event_id: 1, # required
240
247
  # },
@@ -312,6 +319,8 @@ module Aws::MediaLive
312
319
  # resp.creates.schedule_actions[0].action_name #=> String
313
320
  # resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
314
321
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
322
+ # resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
323
+ # resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
315
324
  # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
316
325
  # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
317
326
  # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
@@ -351,6 +360,8 @@ module Aws::MediaLive
351
360
  # resp.deletes.schedule_actions[0].action_name #=> String
352
361
  # resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
353
362
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
363
+ # resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
364
+ # resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
354
365
  # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
355
366
  # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
356
367
  # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
@@ -3210,6 +3221,8 @@ module Aws::MediaLive
3210
3221
  # resp.schedule_actions[0].action_name #=> String
3211
3222
  # resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
3212
3223
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
3224
+ # resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
3225
+ # resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
3213
3226
  # resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
3214
3227
  # resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
3215
3228
  # resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
@@ -3329,6 +3342,8 @@ module Aws::MediaLive
3329
3342
  # resp.channels[0].pipelines_running_count #=> Integer
3330
3343
  # resp.channels[0].role_arn #=> String
3331
3344
  # resp.channels[0].state #=> String, one of "CREATING", "CREATE_FAILED", "IDLE", "STARTING", "RUNNING", "RECOVERING", "STOPPING", "DELETING", "DELETED"
3345
+ # resp.channels[0].tags #=> Hash
3346
+ # resp.channels[0].tags["__string"] #=> String
3332
3347
  # resp.next_token #=> String
3333
3348
  #
3334
3349
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannels AWS API Documentation
@@ -6072,7 +6087,7 @@ module Aws::MediaLive
6072
6087
  params: params,
6073
6088
  config: config)
6074
6089
  context[:gem_name] = 'aws-sdk-medialive'
6075
- context[:gem_version] = '1.21.0'
6090
+ context[:gem_version] = '1.22.0'
6076
6091
  Seahorse::Client::Request.new(handlers, context)
6077
6092
  end
6078
6093
 
@@ -317,6 +317,9 @@ module Aws::MediaLive
317
317
  OutputLocationRef = Shapes::StructureShape.new(name: 'OutputLocationRef')
318
318
  OutputSettings = Shapes::StructureShape.new(name: 'OutputSettings')
319
319
  PassThroughSettings = Shapes::StructureShape.new(name: 'PassThroughSettings')
320
+ PauseStateScheduleActionSettings = Shapes::StructureShape.new(name: 'PauseStateScheduleActionSettings')
321
+ PipelineId = Shapes::StringShape.new(name: 'PipelineId')
322
+ PipelinePauseStateSettings = Shapes::StructureShape.new(name: 'PipelinePauseStateSettings')
320
323
  PurchaseOffering = Shapes::StructureShape.new(name: 'PurchaseOffering')
321
324
  PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
322
325
  PurchaseOfferingResponse = Shapes::StructureShape.new(name: 'PurchaseOfferingResponse')
@@ -496,6 +499,7 @@ module Aws::MediaLive
496
499
  __listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
497
500
  __listOfOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfOutputDestinationSettings')
498
501
  __listOfOutputGroup = Shapes::ListShape.new(name: '__listOfOutputGroup')
502
+ __listOfPipelinePauseStateSettings = Shapes::ListShape.new(name: '__listOfPipelinePauseStateSettings')
499
503
  __listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
500
504
  __listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
501
505
  __listOfScte35Descriptor = Shapes::ListShape.new(name: '__listOfScte35Descriptor')
@@ -736,6 +740,7 @@ module Aws::MediaLive
736
740
  ChannelSummary.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
737
741
  ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
738
742
  ChannelSummary.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
743
+ ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
739
744
  ChannelSummary.struct_class = Types::ChannelSummary
740
745
 
741
746
  CreateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
@@ -777,6 +782,7 @@ module Aws::MediaLive
777
782
  CreateInput.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
778
783
  CreateInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
779
784
  CreateInput.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
785
+ CreateInput.add_member(:vpc, Shapes::ShapeRef.new(shape: InputVpcRequest, location_name: "vpc"))
780
786
  CreateInput.struct_class = Types::CreateInput
781
787
 
782
788
  CreateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
@@ -1551,6 +1557,12 @@ module Aws::MediaLive
1551
1557
 
1552
1558
  PassThroughSettings.struct_class = Types::PassThroughSettings
1553
1559
 
1560
+ PauseStateScheduleActionSettings.add_member(:pipelines, Shapes::ShapeRef.new(shape: __listOfPipelinePauseStateSettings, location_name: "pipelines"))
1561
+ PauseStateScheduleActionSettings.struct_class = Types::PauseStateScheduleActionSettings
1562
+
1563
+ PipelinePauseStateSettings.add_member(:pipeline_id, Shapes::ShapeRef.new(shape: PipelineId, required: true, location_name: "pipelineId"))
1564
+ PipelinePauseStateSettings.struct_class = Types::PipelinePauseStateSettings
1565
+
1554
1566
  PurchaseOffering.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
1555
1567
  PurchaseOffering.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1556
1568
  PurchaseOffering.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
@@ -1632,6 +1644,7 @@ module Aws::MediaLive
1632
1644
 
1633
1645
  ScheduleActionSettings.add_member(:hls_timed_metadata_settings, Shapes::ShapeRef.new(shape: HlsTimedMetadataScheduleActionSettings, location_name: "hlsTimedMetadataSettings"))
1634
1646
  ScheduleActionSettings.add_member(:input_switch_settings, Shapes::ShapeRef.new(shape: InputSwitchScheduleActionSettings, location_name: "inputSwitchSettings"))
1647
+ ScheduleActionSettings.add_member(:pause_state_settings, Shapes::ShapeRef.new(shape: PauseStateScheduleActionSettings, location_name: "pauseStateSettings"))
1635
1648
  ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
1636
1649
  ScheduleActionSettings.add_member(:scte_35_splice_insert_settings, Shapes::ShapeRef.new(shape: Scte35SpliceInsertScheduleActionSettings, location_name: "scte35SpliceInsertSettings"))
1637
1650
  ScheduleActionSettings.add_member(:scte_35_time_signal_settings, Shapes::ShapeRef.new(shape: Scte35TimeSignalScheduleActionSettings, location_name: "scte35TimeSignalSettings"))
@@ -1942,6 +1955,8 @@ module Aws::MediaLive
1942
1955
 
1943
1956
  __listOfOutputGroup.member = Shapes::ShapeRef.new(shape: OutputGroup)
1944
1957
 
1958
+ __listOfPipelinePauseStateSettings.member = Shapes::ShapeRef.new(shape: PipelinePauseStateSettings)
1959
+
1945
1960
  __listOfReservation.member = Shapes::ShapeRef.new(shape: Reservation)
1946
1961
 
1947
1962
  __listOfScheduleAction.member = Shapes::ShapeRef.new(shape: ScheduleAction)
@@ -939,6 +939,13 @@ module Aws::MediaLive
939
939
  # input_switch_settings: {
940
940
  # input_attachment_name_reference: "__string", # required
941
941
  # },
942
+ # pause_state_settings: {
943
+ # pipelines: [
944
+ # {
945
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
946
+ # },
947
+ # ],
948
+ # },
942
949
  # scte_35_return_to_network_settings: {
943
950
  # splice_event_id: 1, # required
944
951
  # },
@@ -1083,6 +1090,13 @@ module Aws::MediaLive
1083
1090
  # input_switch_settings: {
1084
1091
  # input_attachment_name_reference: "__string", # required
1085
1092
  # },
1093
+ # pause_state_settings: {
1094
+ # pipelines: [
1095
+ # {
1096
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
1097
+ # },
1098
+ # ],
1099
+ # },
1086
1100
  # scte_35_return_to_network_settings: {
1087
1101
  # splice_event_id: 1, # required
1088
1102
  # },
@@ -1975,6 +1989,10 @@ module Aws::MediaLive
1975
1989
  # @!attribute [rw] state
1976
1990
  # @return [String]
1977
1991
  #
1992
+ # @!attribute [rw] tags
1993
+ # A collection of key-value pairs.
1994
+ # @return [Hash<String,String>]
1995
+ #
1978
1996
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ChannelSummary AWS API Documentation
1979
1997
  #
1980
1998
  class ChannelSummary < Struct.new(
@@ -1988,7 +2006,8 @@ module Aws::MediaLive
1988
2006
  :name,
1989
2007
  :pipelines_running_count,
1990
2008
  :role_arn,
1991
- :state)
2009
+ :state,
2010
+ :tags)
1992
2011
  include Aws::Structure
1993
2012
  end
1994
2013
 
@@ -2880,6 +2899,14 @@ module Aws::MediaLive
2880
2899
  # @!attribute [rw] type
2881
2900
  # @return [String]
2882
2901
  #
2902
+ # @!attribute [rw] vpc
2903
+ # Settings for a private VPC Input. When this property is specified,
2904
+ # the input destination addresses will be created in a VPC rather than
2905
+ # with public Internet addresses. This property requires setting the
2906
+ # roleArn property on Input creation. Not compatible with the
2907
+ # inputSecurityGroups property.
2908
+ # @return [Types::InputVpcRequest]
2909
+ #
2883
2910
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
2884
2911
  #
2885
2912
  class CreateInput < Struct.new(
@@ -2891,7 +2918,8 @@ module Aws::MediaLive
2891
2918
  :role_arn,
2892
2919
  :sources,
2893
2920
  :tags,
2894
- :type)
2921
+ :type,
2922
+ :vpc)
2895
2923
  include Aws::Structure
2896
2924
  end
2897
2925
 
@@ -5727,14 +5755,21 @@ module Aws::MediaLive
5727
5755
  # @return [Types::HlsCdnSettings]
5728
5756
  #
5729
5757
  # @!attribute [rw] i_frame_only_playlists
5730
- # If enabled, writes out I-Frame only playlists in addition to media
5731
- # playlists.
5758
+ # DISABLED: Do not create an I-frame-only manifest, but do create the
5759
+ # master and media manifests (according to the Output Selection
5760
+ # field). STANDARD: Create an I-frame-only manifest for each output
5761
+ # that contains video, as well as the other manifests (according to
5762
+ # the Output Selection field). The I-frame manifest contains a
5763
+ # #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or
5764
+ # more #EXT-X-BYTERANGE entries identifying the I-frame position. For
5765
+ # example, #EXT-X-BYTERANGE:160364@1461888"
5732
5766
  # @return [String]
5733
5767
  #
5734
5768
  # @!attribute [rw] index_n_segments
5735
- # If mode is "live", the number of segments to retain in the
5736
- # manifest (.m3u8) file. This number must be less than or equal to
5737
- # keepSegments. If mode is "vod", this parameter has no effect.
5769
+ # Applies only if Mode field is LIVE. Specifies the maximum number of
5770
+ # segments in the media manifest file. After this maximum, older
5771
+ # segments are removed from the media manifest. This number must be
5772
+ # less than or equal to the Keep Segments field.
5738
5773
  # @return [Integer]
5739
5774
  #
5740
5775
  # @!attribute [rw] input_loss_action
@@ -5757,9 +5792,8 @@ module Aws::MediaLive
5757
5792
  # @return [String]
5758
5793
  #
5759
5794
  # @!attribute [rw] keep_segments
5760
- # If mode is "live", the number of TS segments to retain in the
5761
- # destination directory. If mode is "vod", this parameter has no
5762
- # effect.
5795
+ # Applies only if Mode field is LIVE. Specifies the number of media
5796
+ # segments (.ts files) to retain in the destination directory.
5763
5797
  # @return [Integer]
5764
5798
  #
5765
5799
  # @!attribute [rw] key_format
@@ -5804,8 +5838,9 @@ module Aws::MediaLive
5804
5838
  # @return [String]
5805
5839
  #
5806
5840
  # @!attribute [rw] output_selection
5807
- # Generates the .m3u8 playlist file for this HLS output group. The
5808
- # segmentsOnly option will output segments without the .m3u8 file.
5841
+ # MANIFESTSANDSEGMENTS: Generates manifests (master manifest, if
5842
+ # applicable, and media manifests) for this output group.
5843
+ # SEGMENTSONLY: Does not generate any manifests for this output group.
5809
5844
  # @return [String]
5810
5845
  #
5811
5846
  # @!attribute [rw] program_date_time
@@ -5861,10 +5896,14 @@ module Aws::MediaLive
5861
5896
  # @return [Integer]
5862
5897
  #
5863
5898
  # @!attribute [rw] ts_file_mode
5864
- # When set to "singleFile", emits the program as a single media
5865
- # resource (.ts) file, and uses #EXT-X-BYTERANGE tags to index segment
5866
- # for playback. Playback of VOD mode content during event is not
5867
- # guaranteed due to HTTP server caching.
5899
+ # SEGMENTEDFILES: Emit the program as segments - multiple .ts media
5900
+ # files. SINGLEFILE: Applies only if Mode field is VOD. Emit the
5901
+ # program as a single .ts media file. The media manifest includes
5902
+ # #EXT-X-BYTERANGE tags to index segments for playback. A typical use
5903
+ # for this value is when sending the output to AWS Elemental
5904
+ # MediaConvert, which can accept only a single media file. Playback
5905
+ # while the channel is running is not guaranteed due to HTTP server
5906
+ # caching.
5868
5907
  # @return [String]
5869
5908
  #
5870
5909
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsGroupSettings AWS API Documentation
@@ -9277,6 +9316,49 @@ module Aws::MediaLive
9277
9316
  #
9278
9317
  class PassThroughSettings < Aws::EmptyStructure; end
9279
9318
 
9319
+ # Settings for the action to set pause state of a channel.
9320
+ #
9321
+ # @note When making an API call, you may pass PauseStateScheduleActionSettings
9322
+ # data as a hash:
9323
+ #
9324
+ # {
9325
+ # pipelines: [
9326
+ # {
9327
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
9328
+ # },
9329
+ # ],
9330
+ # }
9331
+ #
9332
+ # @!attribute [rw] pipelines
9333
+ # @return [Array<Types::PipelinePauseStateSettings>]
9334
+ #
9335
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PauseStateScheduleActionSettings AWS API Documentation
9336
+ #
9337
+ class PauseStateScheduleActionSettings < Struct.new(
9338
+ :pipelines)
9339
+ include Aws::Structure
9340
+ end
9341
+
9342
+ # Settings for pausing a pipeline.
9343
+ #
9344
+ # @note When making an API call, you may pass PipelinePauseStateSettings
9345
+ # data as a hash:
9346
+ #
9347
+ # {
9348
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
9349
+ # }
9350
+ #
9351
+ # @!attribute [rw] pipeline_id
9352
+ # Pipeline ID to pause ("PIPELINE\_0" or "PIPELINE\_1").
9353
+ # @return [String]
9354
+ #
9355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PipelinePauseStateSettings AWS API Documentation
9356
+ #
9357
+ class PipelinePauseStateSettings < Struct.new(
9358
+ :pipeline_id)
9359
+ include Aws::Structure
9360
+ end
9361
+
9280
9362
  # PurchaseOffering request
9281
9363
  #
9282
9364
  # @!attribute [rw] count
@@ -9703,6 +9785,13 @@ module Aws::MediaLive
9703
9785
  # input_switch_settings: {
9704
9786
  # input_attachment_name_reference: "__string", # required
9705
9787
  # },
9788
+ # pause_state_settings: {
9789
+ # pipelines: [
9790
+ # {
9791
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
9792
+ # },
9793
+ # ],
9794
+ # },
9706
9795
  # scte_35_return_to_network_settings: {
9707
9796
  # splice_event_id: 1, # required
9708
9797
  # },
@@ -9806,6 +9895,13 @@ module Aws::MediaLive
9806
9895
  # input_switch_settings: {
9807
9896
  # input_attachment_name_reference: "__string", # required
9808
9897
  # },
9898
+ # pause_state_settings: {
9899
+ # pipelines: [
9900
+ # {
9901
+ # pipeline_id: "PIPELINE_0", # required, accepts PIPELINE_0, PIPELINE_1
9902
+ # },
9903
+ # ],
9904
+ # },
9809
9905
  # scte_35_return_to_network_settings: {
9810
9906
  # splice_event_id: 1, # required
9811
9907
  # },
@@ -9862,31 +9958,35 @@ module Aws::MediaLive
9862
9958
  # }
9863
9959
  #
9864
9960
  # @!attribute [rw] hls_timed_metadata_settings
9865
- # Settings to emit HLS metadata
9961
+ # Action to insert HLS metadata
9866
9962
  # @return [Types::HlsTimedMetadataScheduleActionSettings]
9867
9963
  #
9868
9964
  # @!attribute [rw] input_switch_settings
9869
- # Settings to switch an input
9965
+ # Action to switch the input
9870
9966
  # @return [Types::InputSwitchScheduleActionSettings]
9871
9967
  #
9968
+ # @!attribute [rw] pause_state_settings
9969
+ # Action to pause or unpause one or both channel pipelines
9970
+ # @return [Types::PauseStateScheduleActionSettings]
9971
+ #
9872
9972
  # @!attribute [rw] scte_35_return_to_network_settings
9873
- # Settings for SCTE-35 return\_to\_network message
9973
+ # Action to insert SCTE-35 return\_to\_network message
9874
9974
  # @return [Types::Scte35ReturnToNetworkScheduleActionSettings]
9875
9975
  #
9876
9976
  # @!attribute [rw] scte_35_splice_insert_settings
9877
- # Settings for SCTE-35 splice\_insert message
9977
+ # Action to insert SCTE-35 splice\_insert message
9878
9978
  # @return [Types::Scte35SpliceInsertScheduleActionSettings]
9879
9979
  #
9880
9980
  # @!attribute [rw] scte_35_time_signal_settings
9881
- # Settings for SCTE-35 time\_signal message
9981
+ # Action to insert SCTE-35 time\_signal message
9882
9982
  # @return [Types::Scte35TimeSignalScheduleActionSettings]
9883
9983
  #
9884
9984
  # @!attribute [rw] static_image_activate_settings
9885
- # Settings to activate a static image overlay
9985
+ # Action to activate a static image overlay
9886
9986
  # @return [Types::StaticImageActivateScheduleActionSettings]
9887
9987
  #
9888
9988
  # @!attribute [rw] static_image_deactivate_settings
9889
- # Settings to deactivate a static image overlay
9989
+ # Action to deactivate a static image overlay
9890
9990
  # @return [Types::StaticImageDeactivateScheduleActionSettings]
9891
9991
  #
9892
9992
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionSettings AWS API Documentation
@@ -9894,6 +9994,7 @@ module Aws::MediaLive
9894
9994
  class ScheduleActionSettings < Struct.new(
9895
9995
  :hls_timed_metadata_settings,
9896
9996
  :input_switch_settings,
9997
+ :pause_state_settings,
9897
9998
  :scte_35_return_to_network_settings,
9898
9999
  :scte_35_splice_insert_settings,
9899
10000
  :scte_35_time_signal_settings,
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.21.0
4
+ version: 1.22.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: 2019-02-20 00:00:00.000000000 Z
11
+ date: 2019-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core