aws-sdk-medialive 1.8.0 → 1.9.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
  SHA1:
3
- metadata.gz: 249247d8348d3d7f26b178629b5a814e46b96cc9
4
- data.tar.gz: 1009705405486bc8d6d61f6391c0d39f01293153
3
+ metadata.gz: c942e8affe59f8b7ed4f73719e4f54cd9e95e762
4
+ data.tar.gz: 2fc24dd411ceb3aa4b3ffc12f8abeb9c689e68b5
5
5
  SHA512:
6
- metadata.gz: aeb6de561eda97ec7028b1f295d3855773eb2116612cca432f0bc1fbd338350dc0a39e02a901d04ba25f8e18eb6e044fc2eacb7bc6a8527bdd0f6795f0159568
7
- data.tar.gz: f3f0bf35cd24f7776280949f39424328d1076fb2406e706aa93359da80d22ddf4cfb199080a7d7de13c7d8a4d109a76966fc36aebda1b9bb4083babf6f2f49fc
6
+ metadata.gz: 22778fe0a10bc665a6b866290e1567e49cdcdca75ac8d03030f9b2d04a76b86036f777a00484386a01a9a5d9a616e57fc7f21861cecc601aa0615f803156d84d
7
+ data.tar.gz: bb1115f9c0bd35cd476da7afea783e150889f7a70c47bb7866d404c396f3131356fe83f5931dfb35683e59c54f62d07410db7a6667f150cd5d455beac0ce9d5b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -156,6 +156,179 @@ module Aws::MediaLive
156
156
 
157
157
  # @!group API Operations
158
158
 
159
+ # Update a channel schedule
160
+ #
161
+ # @option params [required, String] :channel_id
162
+ #
163
+ # @option params [Types::BatchScheduleActionCreateRequest] :creates
164
+ # Schedule actions to create in the schedule.
165
+ #
166
+ # @option params [Types::BatchScheduleActionDeleteRequest] :deletes
167
+ # Schedule actions to delete from the schedule.
168
+ #
169
+ # @return [Types::BatchUpdateScheduleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
170
+ #
171
+ # * {Types::BatchUpdateScheduleResponse#creates #creates} => Types::BatchScheduleActionCreateResult
172
+ # * {Types::BatchUpdateScheduleResponse#deletes #deletes} => Types::BatchScheduleActionDeleteResult
173
+ #
174
+ # @example Request syntax with placeholder values
175
+ #
176
+ # resp = client.batch_update_schedule({
177
+ # channel_id: "__string", # required
178
+ # creates: {
179
+ # schedule_actions: [ # required
180
+ # {
181
+ # action_name: "__string", # required
182
+ # schedule_action_settings: { # required
183
+ # scte_35_return_to_network_settings: {
184
+ # splice_event_id: 1, # required
185
+ # },
186
+ # scte_35_splice_insert_settings: {
187
+ # duration: 1,
188
+ # splice_event_id: 1, # required
189
+ # },
190
+ # scte_35_time_signal_settings: {
191
+ # scte_35_descriptors: [ # required
192
+ # {
193
+ # scte_35_descriptor_settings: { # required
194
+ # segmentation_descriptor_scte_35_descriptor_settings: { # required
195
+ # delivery_restrictions: {
196
+ # archive_allowed_flag: "ARCHIVE_NOT_ALLOWED", # required, accepts ARCHIVE_NOT_ALLOWED, ARCHIVE_ALLOWED
197
+ # device_restrictions: "NONE", # required, accepts NONE, RESTRICT_GROUP0, RESTRICT_GROUP1, RESTRICT_GROUP2
198
+ # no_regional_blackout_flag: "REGIONAL_BLACKOUT", # required, accepts REGIONAL_BLACKOUT, NO_REGIONAL_BLACKOUT
199
+ # web_delivery_allowed_flag: "WEB_DELIVERY_NOT_ALLOWED", # required, accepts WEB_DELIVERY_NOT_ALLOWED, WEB_DELIVERY_ALLOWED
200
+ # },
201
+ # segment_num: 1,
202
+ # segmentation_cancel_indicator: "SEGMENTATION_EVENT_NOT_CANCELED", # required, accepts SEGMENTATION_EVENT_NOT_CANCELED, SEGMENTATION_EVENT_CANCELED
203
+ # segmentation_duration: 1,
204
+ # segmentation_event_id: 1, # required
205
+ # segmentation_type_id: 1,
206
+ # segmentation_upid: "__string",
207
+ # segmentation_upid_type: 1,
208
+ # segments_expected: 1,
209
+ # sub_segment_num: 1,
210
+ # sub_segments_expected: 1,
211
+ # },
212
+ # },
213
+ # },
214
+ # ],
215
+ # },
216
+ # static_image_activate_settings: {
217
+ # duration: 1,
218
+ # fade_in: 1,
219
+ # fade_out: 1,
220
+ # height: 1,
221
+ # image: { # required
222
+ # password_param: "__string",
223
+ # uri: "__string", # required
224
+ # username: "__string",
225
+ # },
226
+ # image_x: 1,
227
+ # image_y: 1,
228
+ # layer: 1,
229
+ # opacity: 1,
230
+ # width: 1,
231
+ # },
232
+ # static_image_deactivate_settings: {
233
+ # fade_out: 1,
234
+ # layer: 1,
235
+ # },
236
+ # },
237
+ # schedule_action_start_settings: { # required
238
+ # fixed_mode_schedule_action_start_settings: {
239
+ # time: "__string",
240
+ # },
241
+ # },
242
+ # },
243
+ # ],
244
+ # },
245
+ # deletes: {
246
+ # action_names: ["__string"], # required
247
+ # },
248
+ # })
249
+ #
250
+ # @example Response structure
251
+ #
252
+ # resp.creates.schedule_actions #=> Array
253
+ # resp.creates.schedule_actions[0].action_name #=> String
254
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
255
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
256
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
257
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors #=> Array
258
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.archive_allowed_flag #=> String, one of "ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED"
259
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.device_restrictions #=> String, one of "NONE", "RESTRICT_GROUP0", "RESTRICT_GROUP1", "RESTRICT_GROUP2"
260
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.no_regional_blackout_flag #=> String, one of "REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT"
261
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.web_delivery_allowed_flag #=> String, one of "WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED"
262
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segment_num #=> Integer
263
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_cancel_indicator #=> String, one of "SEGMENTATION_EVENT_NOT_CANCELED", "SEGMENTATION_EVENT_CANCELED"
264
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_duration #=> Integer
265
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_event_id #=> Integer
266
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_type_id #=> Integer
267
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_upid #=> String
268
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_upid_type #=> Integer
269
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segments_expected #=> Integer
270
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.sub_segment_num #=> Integer
271
+ # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.sub_segments_expected #=> Integer
272
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.duration #=> Integer
273
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.fade_in #=> Integer
274
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.fade_out #=> Integer
275
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.height #=> Integer
276
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.password_param #=> String
277
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.uri #=> String
278
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.username #=> String
279
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image_x #=> Integer
280
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image_y #=> Integer
281
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.layer #=> Integer
282
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.opacity #=> Integer
283
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_activate_settings.width #=> Integer
284
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.fade_out #=> Integer
285
+ # resp.creates.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.layer #=> Integer
286
+ # resp.creates.schedule_actions[0].schedule_action_start_settings.fixed_mode_schedule_action_start_settings.time #=> String
287
+ # resp.deletes.schedule_actions #=> Array
288
+ # resp.deletes.schedule_actions[0].action_name #=> String
289
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
290
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
291
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
292
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors #=> Array
293
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.archive_allowed_flag #=> String, one of "ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED"
294
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.device_restrictions #=> String, one of "NONE", "RESTRICT_GROUP0", "RESTRICT_GROUP1", "RESTRICT_GROUP2"
295
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.no_regional_blackout_flag #=> String, one of "REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT"
296
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.web_delivery_allowed_flag #=> String, one of "WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED"
297
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segment_num #=> Integer
298
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_cancel_indicator #=> String, one of "SEGMENTATION_EVENT_NOT_CANCELED", "SEGMENTATION_EVENT_CANCELED"
299
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_duration #=> Integer
300
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_event_id #=> Integer
301
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_type_id #=> Integer
302
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_upid #=> String
303
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_upid_type #=> Integer
304
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segments_expected #=> Integer
305
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.sub_segment_num #=> Integer
306
+ # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.sub_segments_expected #=> Integer
307
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.duration #=> Integer
308
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.fade_in #=> Integer
309
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.fade_out #=> Integer
310
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.height #=> Integer
311
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.password_param #=> String
312
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.uri #=> String
313
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.username #=> String
314
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image_x #=> Integer
315
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image_y #=> Integer
316
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.layer #=> Integer
317
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.opacity #=> Integer
318
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_activate_settings.width #=> Integer
319
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.fade_out #=> Integer
320
+ # resp.deletes.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.layer #=> Integer
321
+ # resp.deletes.schedule_actions[0].schedule_action_start_settings.fixed_mode_schedule_action_start_settings.time #=> String
322
+ #
323
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchUpdateSchedule AWS API Documentation
324
+ #
325
+ # @overload batch_update_schedule(params = {})
326
+ # @param [Hash] params ({})
327
+ def batch_update_schedule(params = {}, options = {})
328
+ req = build_request(:batch_update_schedule, params)
329
+ req.send_request(options)
330
+ end
331
+
159
332
  # Creates a new channel
160
333
  #
161
334
  # @option params [Array<Types::OutputDestination>] :destinations
@@ -2781,6 +2954,75 @@ module Aws::MediaLive
2781
2954
  req.send_request(options)
2782
2955
  end
2783
2956
 
2957
+ # Get a channel schedule
2958
+ #
2959
+ # @option params [required, String] :channel_id
2960
+ #
2961
+ # @option params [Integer] :max_results
2962
+ #
2963
+ # @option params [String] :next_token
2964
+ #
2965
+ # @return [Types::DescribeScheduleResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2966
+ #
2967
+ # * {Types::DescribeScheduleResponse#next_token #next_token} => String
2968
+ # * {Types::DescribeScheduleResponse#schedule_actions #schedule_actions} => Array&lt;Types::ScheduleAction&gt;
2969
+ #
2970
+ # @example Request syntax with placeholder values
2971
+ #
2972
+ # resp = client.describe_schedule({
2973
+ # channel_id: "__string", # required
2974
+ # max_results: 1,
2975
+ # next_token: "__string",
2976
+ # })
2977
+ #
2978
+ # @example Response structure
2979
+ #
2980
+ # resp.next_token #=> String
2981
+ # resp.schedule_actions #=> Array
2982
+ # resp.schedule_actions[0].action_name #=> String
2983
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
2984
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
2985
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
2986
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors #=> Array
2987
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.archive_allowed_flag #=> String, one of "ARCHIVE_NOT_ALLOWED", "ARCHIVE_ALLOWED"
2988
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.device_restrictions #=> String, one of "NONE", "RESTRICT_GROUP0", "RESTRICT_GROUP1", "RESTRICT_GROUP2"
2989
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.no_regional_blackout_flag #=> String, one of "REGIONAL_BLACKOUT", "NO_REGIONAL_BLACKOUT"
2990
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.delivery_restrictions.web_delivery_allowed_flag #=> String, one of "WEB_DELIVERY_NOT_ALLOWED", "WEB_DELIVERY_ALLOWED"
2991
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segment_num #=> Integer
2992
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_cancel_indicator #=> String, one of "SEGMENTATION_EVENT_NOT_CANCELED", "SEGMENTATION_EVENT_CANCELED"
2993
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_duration #=> Integer
2994
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_event_id #=> Integer
2995
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_type_id #=> Integer
2996
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_upid #=> String
2997
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segmentation_upid_type #=> Integer
2998
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.segments_expected #=> Integer
2999
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.sub_segment_num #=> Integer
3000
+ # resp.schedule_actions[0].schedule_action_settings.scte_35_time_signal_settings.scte_35_descriptors[0].scte_35_descriptor_settings.segmentation_descriptor_scte_35_descriptor_settings.sub_segments_expected #=> Integer
3001
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.duration #=> Integer
3002
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.fade_in #=> Integer
3003
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.fade_out #=> Integer
3004
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.height #=> Integer
3005
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.password_param #=> String
3006
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.uri #=> String
3007
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image.username #=> String
3008
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image_x #=> Integer
3009
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.image_y #=> Integer
3010
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.layer #=> Integer
3011
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.opacity #=> Integer
3012
+ # resp.schedule_actions[0].schedule_action_settings.static_image_activate_settings.width #=> Integer
3013
+ # resp.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.fade_out #=> Integer
3014
+ # resp.schedule_actions[0].schedule_action_settings.static_image_deactivate_settings.layer #=> Integer
3015
+ # resp.schedule_actions[0].schedule_action_start_settings.fixed_mode_schedule_action_start_settings.time #=> String
3016
+ #
3017
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeSchedule AWS API Documentation
3018
+ #
3019
+ # @overload describe_schedule(params = {})
3020
+ # @param [Hash] params ({})
3021
+ def describe_schedule(params = {}, options = {})
3022
+ req = build_request(:describe_schedule, params)
3023
+ req.send_request(options)
3024
+ end
3025
+
2784
3026
  # Produces list of channels that have been created
2785
3027
  #
2786
3028
  # @option params [Integer] :max_results
@@ -5480,7 +5722,7 @@ module Aws::MediaLive
5480
5722
  params: params,
5481
5723
  config: config)
5482
5724
  context[:gem_name] = 'aws-sdk-medialive'
5483
- context[:gem_version] = '1.8.0'
5725
+ context[:gem_version] = '1.9.0'
5484
5726
  Seahorse::Client::Request.new(handlers, context)
5485
5727
  end
5486
5728
 
@@ -55,6 +55,13 @@ module Aws::MediaLive
55
55
  AvailSettings = Shapes::StructureShape.new(name: 'AvailSettings')
56
56
  BadGatewayException = Shapes::StructureShape.new(name: 'BadGatewayException')
57
57
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
58
+ BatchScheduleActionCreateRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateRequest')
59
+ BatchScheduleActionCreateResult = Shapes::StructureShape.new(name: 'BatchScheduleActionCreateResult')
60
+ BatchScheduleActionDeleteRequest = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteRequest')
61
+ BatchScheduleActionDeleteResult = Shapes::StructureShape.new(name: 'BatchScheduleActionDeleteResult')
62
+ BatchUpdateScheduleRequest = Shapes::StructureShape.new(name: 'BatchUpdateScheduleRequest')
63
+ BatchUpdateScheduleResponse = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResponse')
64
+ BatchUpdateScheduleResult = Shapes::StructureShape.new(name: 'BatchUpdateScheduleResult')
58
65
  BlackoutSlate = Shapes::StructureShape.new(name: 'BlackoutSlate')
59
66
  BlackoutSlateNetworkEndBlackout = Shapes::StringShape.new(name: 'BlackoutSlateNetworkEndBlackout')
60
67
  BlackoutSlateState = Shapes::StringShape.new(name: 'BlackoutSlateState')
@@ -105,6 +112,8 @@ module Aws::MediaLive
105
112
  DescribeOfferingResponse = Shapes::StructureShape.new(name: 'DescribeOfferingResponse')
106
113
  DescribeReservationRequest = Shapes::StructureShape.new(name: 'DescribeReservationRequest')
107
114
  DescribeReservationResponse = Shapes::StructureShape.new(name: 'DescribeReservationResponse')
115
+ DescribeScheduleRequest = Shapes::StructureShape.new(name: 'DescribeScheduleRequest')
116
+ DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
108
117
  DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
109
118
  DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
110
119
  DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
@@ -142,6 +151,7 @@ module Aws::MediaLive
142
151
  FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
143
152
  FecOutputSettings = Shapes::StructureShape.new(name: 'FecOutputSettings')
144
153
  FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
154
+ FixedModeScheduleActionStartSettings = Shapes::StructureShape.new(name: 'FixedModeScheduleActionStartSettings')
145
155
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
146
156
  GatewayTimeoutException = Shapes::StructureShape.new(name: 'GatewayTimeoutException')
147
157
  GlobalConfiguration = Shapes::StructureShape.new(name: 'GlobalConfiguration')
@@ -311,6 +321,10 @@ module Aws::MediaLive
311
321
  RtmpGroupSettings = Shapes::StructureShape.new(name: 'RtmpGroupSettings')
312
322
  RtmpOutputCertificateMode = Shapes::StringShape.new(name: 'RtmpOutputCertificateMode')
313
323
  RtmpOutputSettings = Shapes::StructureShape.new(name: 'RtmpOutputSettings')
324
+ ScheduleAction = Shapes::StructureShape.new(name: 'ScheduleAction')
325
+ ScheduleActionSettings = Shapes::StructureShape.new(name: 'ScheduleActionSettings')
326
+ ScheduleActionStartSettings = Shapes::StructureShape.new(name: 'ScheduleActionStartSettings')
327
+ ScheduleDescribeResultModel = Shapes::StructureShape.new(name: 'ScheduleDescribeResultModel')
314
328
  Scte20Convert608To708 = Shapes::StringShape.new(name: 'Scte20Convert608To708')
315
329
  Scte20PlusEmbeddedDestinationSettings = Shapes::StructureShape.new(name: 'Scte20PlusEmbeddedDestinationSettings')
316
330
  Scte20SourceSettings = Shapes::StructureShape.new(name: 'Scte20SourceSettings')
@@ -318,10 +332,22 @@ module Aws::MediaLive
318
332
  Scte27SourceSettings = Shapes::StructureShape.new(name: 'Scte27SourceSettings')
319
333
  Scte35AposNoRegionalBlackoutBehavior = Shapes::StringShape.new(name: 'Scte35AposNoRegionalBlackoutBehavior')
320
334
  Scte35AposWebDeliveryAllowedBehavior = Shapes::StringShape.new(name: 'Scte35AposWebDeliveryAllowedBehavior')
335
+ Scte35ArchiveAllowedFlag = Shapes::StringShape.new(name: 'Scte35ArchiveAllowedFlag')
336
+ Scte35DeliveryRestrictions = Shapes::StructureShape.new(name: 'Scte35DeliveryRestrictions')
337
+ Scte35Descriptor = Shapes::StructureShape.new(name: 'Scte35Descriptor')
338
+ Scte35DescriptorSettings = Shapes::StructureShape.new(name: 'Scte35DescriptorSettings')
339
+ Scte35DeviceRestrictions = Shapes::StringShape.new(name: 'Scte35DeviceRestrictions')
340
+ Scte35NoRegionalBlackoutFlag = Shapes::StringShape.new(name: 'Scte35NoRegionalBlackoutFlag')
341
+ Scte35ReturnToNetworkScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35ReturnToNetworkScheduleActionSettings')
342
+ Scte35SegmentationCancelIndicator = Shapes::StringShape.new(name: 'Scte35SegmentationCancelIndicator')
343
+ Scte35SegmentationDescriptor = Shapes::StructureShape.new(name: 'Scte35SegmentationDescriptor')
321
344
  Scte35SpliceInsert = Shapes::StructureShape.new(name: 'Scte35SpliceInsert')
322
345
  Scte35SpliceInsertNoRegionalBlackoutBehavior = Shapes::StringShape.new(name: 'Scte35SpliceInsertNoRegionalBlackoutBehavior')
346
+ Scte35SpliceInsertScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35SpliceInsertScheduleActionSettings')
323
347
  Scte35SpliceInsertWebDeliveryAllowedBehavior = Shapes::StringShape.new(name: 'Scte35SpliceInsertWebDeliveryAllowedBehavior')
324
348
  Scte35TimeSignalApos = Shapes::StructureShape.new(name: 'Scte35TimeSignalApos')
349
+ Scte35TimeSignalScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35TimeSignalScheduleActionSettings')
350
+ Scte35WebDeliveryAllowedFlag = Shapes::StringShape.new(name: 'Scte35WebDeliveryAllowedFlag')
325
351
  SmoothGroupAudioOnlyTimecodeControl = Shapes::StringShape.new(name: 'SmoothGroupAudioOnlyTimecodeControl')
326
352
  SmoothGroupCertificateMode = Shapes::StringShape.new(name: 'SmoothGroupCertificateMode')
327
353
  SmoothGroupEventIdMode = Shapes::StringShape.new(name: 'SmoothGroupEventIdMode')
@@ -334,6 +360,8 @@ module Aws::MediaLive
334
360
  StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
335
361
  StartChannelRequest = Shapes::StructureShape.new(name: 'StartChannelRequest')
336
362
  StartChannelResponse = Shapes::StructureShape.new(name: 'StartChannelResponse')
363
+ StaticImageActivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageActivateScheduleActionSettings')
364
+ StaticImageDeactivateScheduleActionSettings = Shapes::StructureShape.new(name: 'StaticImageDeactivateScheduleActionSettings')
337
365
  StaticKeySettings = Shapes::StructureShape.new(name: 'StaticKeySettings')
338
366
  StopChannelRequest = Shapes::StructureShape.new(name: 'StopChannelRequest')
339
367
  StopChannelResponse = Shapes::StructureShape.new(name: 'StopChannelResponse')
@@ -384,17 +412,20 @@ module Aws::MediaLive
384
412
  __integerMin0Max1000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000')
385
413
  __integerMin0Max10000 = Shapes::IntegerShape.new(name: '__integerMin0Max10000')
386
414
  __integerMin0Max1000000 = Shapes::IntegerShape.new(name: '__integerMin0Max1000000')
415
+ __integerMin0Max1099511627775 = Shapes::IntegerShape.new(name: '__integerMin0Max1099511627775')
387
416
  __integerMin0Max128 = Shapes::IntegerShape.new(name: '__integerMin0Max128')
388
417
  __integerMin0Max15 = Shapes::IntegerShape.new(name: '__integerMin0Max15')
389
418
  __integerMin0Max255 = Shapes::IntegerShape.new(name: '__integerMin0Max255')
390
419
  __integerMin0Max30 = Shapes::IntegerShape.new(name: '__integerMin0Max30')
391
420
  __integerMin0Max3600 = Shapes::IntegerShape.new(name: '__integerMin0Max3600')
421
+ __integerMin0Max4294967295 = Shapes::IntegerShape.new(name: '__integerMin0Max4294967295')
392
422
  __integerMin0Max500 = Shapes::IntegerShape.new(name: '__integerMin0Max500')
393
423
  __integerMin0Max600 = Shapes::IntegerShape.new(name: '__integerMin0Max600')
394
424
  __integerMin0Max65535 = Shapes::IntegerShape.new(name: '__integerMin0Max65535')
395
425
  __integerMin0Max65536 = Shapes::IntegerShape.new(name: '__integerMin0Max65536')
396
426
  __integerMin0Max7 = Shapes::IntegerShape.new(name: '__integerMin0Max7')
397
427
  __integerMin0Max8191 = Shapes::IntegerShape.new(name: '__integerMin0Max8191')
428
+ __integerMin0Max8589934591 = Shapes::IntegerShape.new(name: '__integerMin0Max8589934591')
398
429
  __integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
399
430
  __integerMin1000 = Shapes::IntegerShape.new(name: '__integerMin1000')
400
431
  __integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
@@ -441,6 +472,8 @@ module Aws::MediaLive
441
472
  __listOfOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfOutputDestinationSettings')
442
473
  __listOfOutputGroup = Shapes::ListShape.new(name: '__listOfOutputGroup')
443
474
  __listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
475
+ __listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
476
+ __listOfScte35Descriptor = Shapes::ListShape.new(name: '__listOfScte35Descriptor')
444
477
  __listOfValidationError = Shapes::ListShape.new(name: '__listOfValidationError')
445
478
  __listOfVideoDescription = Shapes::ListShape.new(name: '__listOfVideoDescription')
446
479
  __listOf__string = Shapes::ListShape.new(name: '__listOf__string')
@@ -553,6 +586,31 @@ module Aws::MediaLive
553
586
  AvailSettings.add_member(:scte_35_time_signal_apos, Shapes::ShapeRef.new(shape: Scte35TimeSignalApos, location_name: "scte35TimeSignalApos"))
554
587
  AvailSettings.struct_class = Types::AvailSettings
555
588
 
589
+ BatchScheduleActionCreateRequest.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
590
+ BatchScheduleActionCreateRequest.struct_class = Types::BatchScheduleActionCreateRequest
591
+
592
+ BatchScheduleActionCreateResult.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
593
+ BatchScheduleActionCreateResult.struct_class = Types::BatchScheduleActionCreateResult
594
+
595
+ BatchScheduleActionDeleteRequest.add_member(:action_names, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "actionNames"))
596
+ BatchScheduleActionDeleteRequest.struct_class = Types::BatchScheduleActionDeleteRequest
597
+
598
+ BatchScheduleActionDeleteResult.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
599
+ BatchScheduleActionDeleteResult.struct_class = Types::BatchScheduleActionDeleteResult
600
+
601
+ BatchUpdateScheduleRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
602
+ BatchUpdateScheduleRequest.add_member(:creates, Shapes::ShapeRef.new(shape: BatchScheduleActionCreateRequest, location_name: "creates"))
603
+ BatchUpdateScheduleRequest.add_member(:deletes, Shapes::ShapeRef.new(shape: BatchScheduleActionDeleteRequest, location_name: "deletes"))
604
+ BatchUpdateScheduleRequest.struct_class = Types::BatchUpdateScheduleRequest
605
+
606
+ BatchUpdateScheduleResponse.add_member(:creates, Shapes::ShapeRef.new(shape: BatchScheduleActionCreateResult, location_name: "creates"))
607
+ BatchUpdateScheduleResponse.add_member(:deletes, Shapes::ShapeRef.new(shape: BatchScheduleActionDeleteResult, location_name: "deletes"))
608
+ BatchUpdateScheduleResponse.struct_class = Types::BatchUpdateScheduleResponse
609
+
610
+ BatchUpdateScheduleResult.add_member(:creates, Shapes::ShapeRef.new(shape: BatchScheduleActionCreateResult, location_name: "creates"))
611
+ BatchUpdateScheduleResult.add_member(:deletes, Shapes::ShapeRef.new(shape: BatchScheduleActionDeleteResult, location_name: "deletes"))
612
+ BatchUpdateScheduleResult.struct_class = Types::BatchUpdateScheduleResult
613
+
556
614
  BlackoutSlate.add_member(:blackout_slate_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "blackoutSlateImage"))
557
615
  BlackoutSlate.add_member(:network_end_blackout, Shapes::ShapeRef.new(shape: BlackoutSlateNetworkEndBlackout, location_name: "networkEndBlackout"))
558
616
  BlackoutSlate.add_member(:network_end_blackout_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "networkEndBlackoutImage"))
@@ -839,6 +897,15 @@ module Aws::MediaLive
839
897
  DescribeReservationResponse.add_member(:usage_price, Shapes::ShapeRef.new(shape: __double, location_name: "usagePrice"))
840
898
  DescribeReservationResponse.struct_class = Types::DescribeReservationResponse
841
899
 
900
+ DescribeScheduleRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
901
+ DescribeScheduleRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
902
+ DescribeScheduleRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
903
+ DescribeScheduleRequest.struct_class = Types::DescribeScheduleRequest
904
+
905
+ DescribeScheduleResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
906
+ DescribeScheduleResponse.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, location_name: "scheduleActions"))
907
+ DescribeScheduleResponse.struct_class = Types::DescribeScheduleResponse
908
+
842
909
  DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65536, required: true, location_name: "networkId"))
843
910
  DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, required: true, location_name: "networkName"))
844
911
  DvbNitSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin25Max10000, location_name: "repInterval"))
@@ -925,6 +992,9 @@ module Aws::MediaLive
925
992
  FecOutputSettings.add_member(:row_length, Shapes::ShapeRef.new(shape: __integerMin1Max20, location_name: "rowLength"))
926
993
  FecOutputSettings.struct_class = Types::FecOutputSettings
927
994
 
995
+ FixedModeScheduleActionStartSettings.add_member(:time, Shapes::ShapeRef.new(shape: __string, location_name: "time"))
996
+ FixedModeScheduleActionStartSettings.struct_class = Types::FixedModeScheduleActionStartSettings
997
+
928
998
  GlobalConfiguration.add_member(:initial_audio_gain, Shapes::ShapeRef.new(shape: __integerMinNegative60Max60, location_name: "initialAudioGain"))
929
999
  GlobalConfiguration.add_member(:input_end_action, Shapes::ShapeRef.new(shape: GlobalConfigurationInputEndAction, location_name: "inputEndAction"))
930
1000
  GlobalConfiguration.add_member(:input_loss_behavior, Shapes::ShapeRef.new(shape: InputLossBehavior, location_name: "inputLossBehavior"))
@@ -1448,6 +1518,25 @@ module Aws::MediaLive
1448
1518
  RtmpOutputSettings.add_member(:num_retries, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "numRetries"))
1449
1519
  RtmpOutputSettings.struct_class = Types::RtmpOutputSettings
1450
1520
 
1521
+ ScheduleAction.add_member(:action_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "actionName"))
1522
+ ScheduleAction.add_member(:schedule_action_settings, Shapes::ShapeRef.new(shape: ScheduleActionSettings, required: true, location_name: "scheduleActionSettings"))
1523
+ ScheduleAction.add_member(:schedule_action_start_settings, Shapes::ShapeRef.new(shape: ScheduleActionStartSettings, required: true, location_name: "scheduleActionStartSettings"))
1524
+ ScheduleAction.struct_class = Types::ScheduleAction
1525
+
1526
+ ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
1527
+ ScheduleActionSettings.add_member(:scte_35_splice_insert_settings, Shapes::ShapeRef.new(shape: Scte35SpliceInsertScheduleActionSettings, location_name: "scte35SpliceInsertSettings"))
1528
+ ScheduleActionSettings.add_member(:scte_35_time_signal_settings, Shapes::ShapeRef.new(shape: Scte35TimeSignalScheduleActionSettings, location_name: "scte35TimeSignalSettings"))
1529
+ ScheduleActionSettings.add_member(:static_image_activate_settings, Shapes::ShapeRef.new(shape: StaticImageActivateScheduleActionSettings, location_name: "staticImageActivateSettings"))
1530
+ ScheduleActionSettings.add_member(:static_image_deactivate_settings, Shapes::ShapeRef.new(shape: StaticImageDeactivateScheduleActionSettings, location_name: "staticImageDeactivateSettings"))
1531
+ ScheduleActionSettings.struct_class = Types::ScheduleActionSettings
1532
+
1533
+ ScheduleActionStartSettings.add_member(:fixed_mode_schedule_action_start_settings, Shapes::ShapeRef.new(shape: FixedModeScheduleActionStartSettings, location_name: "fixedModeScheduleActionStartSettings"))
1534
+ ScheduleActionStartSettings.struct_class = Types::ScheduleActionStartSettings
1535
+
1536
+ ScheduleDescribeResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
1537
+ ScheduleDescribeResultModel.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, required: true, location_name: "scheduleActions"))
1538
+ ScheduleDescribeResultModel.struct_class = Types::ScheduleDescribeResultModel
1539
+
1451
1540
  Scte20PlusEmbeddedDestinationSettings.struct_class = Types::Scte20PlusEmbeddedDestinationSettings
1452
1541
 
1453
1542
  Scte20SourceSettings.add_member(:convert_608_to_708, Shapes::ShapeRef.new(shape: Scte20Convert608To708, location_name: "convert608To708"))
@@ -1459,16 +1548,51 @@ module Aws::MediaLive
1459
1548
  Scte27SourceSettings.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "pid"))
1460
1549
  Scte27SourceSettings.struct_class = Types::Scte27SourceSettings
1461
1550
 
1551
+ Scte35DeliveryRestrictions.add_member(:archive_allowed_flag, Shapes::ShapeRef.new(shape: Scte35ArchiveAllowedFlag, required: true, location_name: "archiveAllowedFlag"))
1552
+ Scte35DeliveryRestrictions.add_member(:device_restrictions, Shapes::ShapeRef.new(shape: Scte35DeviceRestrictions, required: true, location_name: "deviceRestrictions"))
1553
+ Scte35DeliveryRestrictions.add_member(:no_regional_blackout_flag, Shapes::ShapeRef.new(shape: Scte35NoRegionalBlackoutFlag, required: true, location_name: "noRegionalBlackoutFlag"))
1554
+ Scte35DeliveryRestrictions.add_member(:web_delivery_allowed_flag, Shapes::ShapeRef.new(shape: Scte35WebDeliveryAllowedFlag, required: true, location_name: "webDeliveryAllowedFlag"))
1555
+ Scte35DeliveryRestrictions.struct_class = Types::Scte35DeliveryRestrictions
1556
+
1557
+ Scte35Descriptor.add_member(:scte_35_descriptor_settings, Shapes::ShapeRef.new(shape: Scte35DescriptorSettings, required: true, location_name: "scte35DescriptorSettings"))
1558
+ Scte35Descriptor.struct_class = Types::Scte35Descriptor
1559
+
1560
+ Scte35DescriptorSettings.add_member(:segmentation_descriptor_scte_35_descriptor_settings, Shapes::ShapeRef.new(shape: Scte35SegmentationDescriptor, required: true, location_name: "segmentationDescriptorScte35DescriptorSettings"))
1561
+ Scte35DescriptorSettings.struct_class = Types::Scte35DescriptorSettings
1562
+
1563
+ Scte35ReturnToNetworkScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __integerMin0Max4294967295, required: true, location_name: "spliceEventId"))
1564
+ Scte35ReturnToNetworkScheduleActionSettings.struct_class = Types::Scte35ReturnToNetworkScheduleActionSettings
1565
+
1566
+ Scte35SegmentationDescriptor.add_member(:delivery_restrictions, Shapes::ShapeRef.new(shape: Scte35DeliveryRestrictions, location_name: "deliveryRestrictions"))
1567
+ Scte35SegmentationDescriptor.add_member(:segment_num, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentNum"))
1568
+ Scte35SegmentationDescriptor.add_member(:segmentation_cancel_indicator, Shapes::ShapeRef.new(shape: Scte35SegmentationCancelIndicator, required: true, location_name: "segmentationCancelIndicator"))
1569
+ Scte35SegmentationDescriptor.add_member(:segmentation_duration, Shapes::ShapeRef.new(shape: __integerMin0Max1099511627775, location_name: "segmentationDuration"))
1570
+ Scte35SegmentationDescriptor.add_member(:segmentation_event_id, Shapes::ShapeRef.new(shape: __integerMin0Max4294967295, required: true, location_name: "segmentationEventId"))
1571
+ Scte35SegmentationDescriptor.add_member(:segmentation_type_id, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentationTypeId"))
1572
+ Scte35SegmentationDescriptor.add_member(:segmentation_upid, Shapes::ShapeRef.new(shape: __string, location_name: "segmentationUpid"))
1573
+ Scte35SegmentationDescriptor.add_member(:segmentation_upid_type, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentationUpidType"))
1574
+ Scte35SegmentationDescriptor.add_member(:segments_expected, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "segmentsExpected"))
1575
+ Scte35SegmentationDescriptor.add_member(:sub_segment_num, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "subSegmentNum"))
1576
+ Scte35SegmentationDescriptor.add_member(:sub_segments_expected, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "subSegmentsExpected"))
1577
+ Scte35SegmentationDescriptor.struct_class = Types::Scte35SegmentationDescriptor
1578
+
1462
1579
  Scte35SpliceInsert.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
1463
1580
  Scte35SpliceInsert.add_member(:no_regional_blackout_flag, Shapes::ShapeRef.new(shape: Scte35SpliceInsertNoRegionalBlackoutBehavior, location_name: "noRegionalBlackoutFlag"))
1464
1581
  Scte35SpliceInsert.add_member(:web_delivery_allowed_flag, Shapes::ShapeRef.new(shape: Scte35SpliceInsertWebDeliveryAllowedBehavior, location_name: "webDeliveryAllowedFlag"))
1465
1582
  Scte35SpliceInsert.struct_class = Types::Scte35SpliceInsert
1466
1583
 
1584
+ Scte35SpliceInsertScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0Max8589934591, location_name: "duration"))
1585
+ Scte35SpliceInsertScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __integerMin0Max4294967295, required: true, location_name: "spliceEventId"))
1586
+ Scte35SpliceInsertScheduleActionSettings.struct_class = Types::Scte35SpliceInsertScheduleActionSettings
1587
+
1467
1588
  Scte35TimeSignalApos.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
1468
1589
  Scte35TimeSignalApos.add_member(:no_regional_blackout_flag, Shapes::ShapeRef.new(shape: Scte35AposNoRegionalBlackoutBehavior, location_name: "noRegionalBlackoutFlag"))
1469
1590
  Scte35TimeSignalApos.add_member(:web_delivery_allowed_flag, Shapes::ShapeRef.new(shape: Scte35AposWebDeliveryAllowedBehavior, location_name: "webDeliveryAllowedFlag"))
1470
1591
  Scte35TimeSignalApos.struct_class = Types::Scte35TimeSignalApos
1471
1592
 
1593
+ Scte35TimeSignalScheduleActionSettings.add_member(:scte_35_descriptors, Shapes::ShapeRef.new(shape: __listOfScte35Descriptor, required: true, location_name: "scte35Descriptors"))
1594
+ Scte35TimeSignalScheduleActionSettings.struct_class = Types::Scte35TimeSignalScheduleActionSettings
1595
+
1472
1596
  SmpteTtDestinationSettings.struct_class = Types::SmpteTtDestinationSettings
1473
1597
 
1474
1598
  StandardHlsSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
@@ -1492,6 +1616,22 @@ module Aws::MediaLive
1492
1616
  StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
1493
1617
  StartChannelResponse.struct_class = Types::StartChannelResponse
1494
1618
 
1619
+ StaticImageActivateScheduleActionSettings.add_member(:duration, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "duration"))
1620
+ StaticImageActivateScheduleActionSettings.add_member(:fade_in, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeIn"))
1621
+ StaticImageActivateScheduleActionSettings.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeOut"))
1622
+ StaticImageActivateScheduleActionSettings.add_member(:height, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "height"))
1623
+ StaticImageActivateScheduleActionSettings.add_member(:image, Shapes::ShapeRef.new(shape: InputLocation, required: true, location_name: "image"))
1624
+ StaticImageActivateScheduleActionSettings.add_member(:image_x, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "imageX"))
1625
+ StaticImageActivateScheduleActionSettings.add_member(:image_y, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "imageY"))
1626
+ StaticImageActivateScheduleActionSettings.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "layer"))
1627
+ StaticImageActivateScheduleActionSettings.add_member(:opacity, Shapes::ShapeRef.new(shape: __integerMin0Max100, location_name: "opacity"))
1628
+ StaticImageActivateScheduleActionSettings.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "width"))
1629
+ StaticImageActivateScheduleActionSettings.struct_class = Types::StaticImageActivateScheduleActionSettings
1630
+
1631
+ StaticImageDeactivateScheduleActionSettings.add_member(:fade_out, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "fadeOut"))
1632
+ StaticImageDeactivateScheduleActionSettings.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "layer"))
1633
+ StaticImageDeactivateScheduleActionSettings.struct_class = Types::StaticImageDeactivateScheduleActionSettings
1634
+
1495
1635
  StaticKeySettings.add_member(:key_provider_server, Shapes::ShapeRef.new(shape: InputLocation, required: true, location_name: "keyProviderServer"))
1496
1636
  StaticKeySettings.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __stringMin32Max32, required: true, location_name: "staticKeyValue"))
1497
1637
  StaticKeySettings.struct_class = Types::StaticKeySettings
@@ -1676,6 +1816,10 @@ module Aws::MediaLive
1676
1816
 
1677
1817
  __listOfReservation.member = Shapes::ShapeRef.new(shape: Reservation)
1678
1818
 
1819
+ __listOfScheduleAction.member = Shapes::ShapeRef.new(shape: ScheduleAction)
1820
+
1821
+ __listOfScte35Descriptor.member = Shapes::ShapeRef.new(shape: Scte35Descriptor)
1822
+
1679
1823
  __listOfValidationError.member = Shapes::ShapeRef.new(shape: ValidationError)
1680
1824
 
1681
1825
  __listOfVideoDescription.member = Shapes::ShapeRef.new(shape: VideoDescription)
@@ -1697,6 +1841,22 @@ module Aws::MediaLive
1697
1841
  "signingName" => "medialive",
1698
1842
  }
1699
1843
 
1844
+ api.add_operation(:batch_update_schedule, Seahorse::Model::Operation.new.tap do |o|
1845
+ o.name = "BatchUpdateSchedule"
1846
+ o.http_method = "PUT"
1847
+ o.http_request_uri = "/prod/channels/{channelId}/schedule"
1848
+ o.input = Shapes::ShapeRef.new(shape: BatchUpdateScheduleRequest)
1849
+ o.output = Shapes::ShapeRef.new(shape: BatchUpdateScheduleResponse)
1850
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1851
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
1852
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1853
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1858
+ end)
1859
+
1700
1860
  api.add_operation(:create_channel, Seahorse::Model::Operation.new.tap do |o|
1701
1861
  o.name = "CreateChannel"
1702
1862
  o.http_method = "POST"
@@ -1879,6 +2039,27 @@ module Aws::MediaLive
1879
2039
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1880
2040
  end)
1881
2041
 
2042
+ api.add_operation(:describe_schedule, Seahorse::Model::Operation.new.tap do |o|
2043
+ o.name = "DescribeSchedule"
2044
+ o.http_method = "GET"
2045
+ o.http_request_uri = "/prod/channels/{channelId}/schedule"
2046
+ o.input = Shapes::ShapeRef.new(shape: DescribeScheduleRequest)
2047
+ o.output = Shapes::ShapeRef.new(shape: DescribeScheduleResponse)
2048
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2049
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2050
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2051
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
2052
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2053
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
2054
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2055
+ o[:pager] = Aws::Pager.new(
2056
+ limit_key: "max_results",
2057
+ tokens: {
2058
+ "next_token" => "next_token"
2059
+ }
2060
+ )
2061
+ end)
2062
+
1882
2063
  api.add_operation(:list_channels, Seahorse::Model::Operation.new.tap do |o|
1883
2064
  o.name = "ListChannels"
1884
2065
  o.http_method = "GET"