aws-sdk-medialive 1.11.0 → 1.12.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: 9557ae1c246590de4ed831c87a2b7eb444b562e4
4
- data.tar.gz: e1187d008eccbddea2f54d0dd860744a9071ebd6
3
+ metadata.gz: 2424716ba81a2578e6a2d182716345c1ebcd5ab6
4
+ data.tar.gz: 59c6bbf81c16bc9b335bf9f3ddd3516f3c21995c
5
5
  SHA512:
6
- metadata.gz: 3737c5fdb62616bb5cd27dc1d6f9cd0197c2a633b9b6b61de851bb7ead91957baf178cf86672a0fd618633889f6ea2ca4a4a83f900e8334ea78faa39ab8c6e7e
7
- data.tar.gz: 42a0d5109ecfadaedc805b2f8413a77d8ab5dbe9f16987558c336aabc91ee1ac004ea8be802ac44d9818dbfb273c882813f34946b5850f25f4ce6a4c58f0ac25
6
+ metadata.gz: cf19acd6adc7a63536c0454e2ce6151914d62a5f9d478bb23037726535b2fad40a8c2887e9f04304d96639c8a80abd4df0f81065358fb9ecd4251f901581032e
7
+ data.tar.gz: 19bec576116c267f65551a55616ac52893f83e138ed07d5cc19ee59db51e27e7c711d4ac93b27a67cd9f4522e0cf5d25d67822aeda37c276d9f34ae7d6ead0ea
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -256,7 +256,7 @@ module Aws::MediaLive
256
256
  # },
257
257
  # schedule_action_start_settings: { # required
258
258
  # fixed_mode_schedule_action_start_settings: {
259
- # time: "__string",
259
+ # time: "__string", # required
260
260
  # },
261
261
  # },
262
262
  # },
@@ -360,6 +360,7 @@ module Aws::MediaLive
360
360
  # @option params [Types::InputSpecification] :input_specification
361
361
  #
362
362
  # @option params [String] :log_level
363
+ # The log level the user wants for their channel.
363
364
  #
364
365
  # @option params [String] :name
365
366
  #
@@ -675,7 +676,7 @@ module Aws::MediaLive
675
676
  # key_format_versions: "__string",
676
677
  # key_provider_settings: {
677
678
  # static_key_settings: {
678
- # key_provider_server: { # required
679
+ # key_provider_server: {
679
680
  # password_param: "__string",
680
681
  # uri: "__string", # required
681
682
  # username: "__string",
@@ -965,7 +966,8 @@ module Aws::MediaLive
965
966
  # par_denominator: 1,
966
967
  # par_numerator: 1,
967
968
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
968
- # rate_control_mode: "CBR", # accepts CBR, VBR
969
+ # qvbr_quality_level: 1,
970
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
969
971
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
970
972
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
971
973
  # slices: 1,
@@ -991,7 +993,7 @@ module Aws::MediaLive
991
993
  # input_settings: {
992
994
  # audio_selectors: [
993
995
  # {
994
- # name: "__string", # required
996
+ # name: "__stringMin1", # required
995
997
  # selector_settings: {
996
998
  # audio_language_selection: {
997
999
  # language_code: "__string", # required
@@ -1006,7 +1008,7 @@ module Aws::MediaLive
1006
1008
  # caption_selectors: [
1007
1009
  # {
1008
1010
  # language_code: "__string",
1009
- # name: "__string", # required
1011
+ # name: "__stringMin1", # required
1010
1012
  # selector_settings: {
1011
1013
  # arib_source_settings: {
1012
1014
  # },
@@ -1483,7 +1485,8 @@ module Aws::MediaLive
1483
1485
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
1484
1486
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
1485
1487
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
1486
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "VBR"
1488
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
1489
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
1487
1490
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
1488
1491
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
1489
1492
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
@@ -2092,7 +2095,8 @@ module Aws::MediaLive
2092
2095
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
2093
2096
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
2094
2097
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
2095
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "VBR"
2098
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
2099
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
2096
2100
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
2097
2101
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
2098
2102
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
@@ -2701,7 +2705,8 @@ module Aws::MediaLive
2701
2705
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
2702
2706
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
2703
2707
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
2704
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "VBR"
2708
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
2709
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
2705
2710
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
2706
2711
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
2707
2712
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
@@ -3366,7 +3371,7 @@ module Aws::MediaLive
3366
3371
 
3367
3372
  # Purchase an offering and create a reservation.
3368
3373
  #
3369
- # @option params [Integer] :count
3374
+ # @option params [required, Integer] :count
3370
3375
  #
3371
3376
  # @option params [String] :name
3372
3377
  #
@@ -3376,6 +3381,8 @@ module Aws::MediaLive
3376
3381
  # **A suitable default value is auto-generated.** You should normally
3377
3382
  # not need to pass this option.**
3378
3383
  #
3384
+ # @option params [String] :start
3385
+ #
3379
3386
  # @return [Types::PurchaseOfferingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3380
3387
  #
3381
3388
  # * {Types::PurchaseOfferingResponse#reservation #reservation} => Types::Reservation
@@ -3383,10 +3390,11 @@ module Aws::MediaLive
3383
3390
  # @example Request syntax with placeholder values
3384
3391
  #
3385
3392
  # resp = client.purchase_offering({
3386
- # count: 1,
3393
+ # count: 1, # required
3387
3394
  # name: "__string",
3388
3395
  # offering_id: "__string", # required
3389
3396
  # request_id: "__string",
3397
+ # start: "__string",
3390
3398
  # })
3391
3399
  #
3392
3400
  # @example Response structure
@@ -3859,7 +3867,8 @@ module Aws::MediaLive
3859
3867
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
3860
3868
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
3861
3869
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
3862
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "VBR"
3870
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
3871
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
3863
3872
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
3864
3873
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
3865
3874
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
@@ -4361,7 +4370,8 @@ module Aws::MediaLive
4361
4370
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
4362
4371
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
4363
4372
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
4364
- # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "VBR"
4373
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
4374
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
4365
4375
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
4366
4376
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
4367
4377
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
@@ -4441,6 +4451,7 @@ module Aws::MediaLive
4441
4451
  # @option params [Types::InputSpecification] :input_specification
4442
4452
  #
4443
4453
  # @option params [String] :log_level
4454
+ # The log level the user wants for their channel.
4444
4455
  #
4445
4456
  # @option params [String] :name
4446
4457
  #
@@ -4751,7 +4762,7 @@ module Aws::MediaLive
4751
4762
  # key_format_versions: "__string",
4752
4763
  # key_provider_settings: {
4753
4764
  # static_key_settings: {
4754
- # key_provider_server: { # required
4765
+ # key_provider_server: {
4755
4766
  # password_param: "__string",
4756
4767
  # uri: "__string", # required
4757
4768
  # username: "__string",
@@ -5041,7 +5052,8 @@ module Aws::MediaLive
5041
5052
  # par_denominator: 1,
5042
5053
  # par_numerator: 1,
5043
5054
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
5044
- # rate_control_mode: "CBR", # accepts CBR, VBR
5055
+ # qvbr_quality_level: 1,
5056
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
5045
5057
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
5046
5058
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
5047
5059
  # slices: 1,
@@ -5067,7 +5079,7 @@ module Aws::MediaLive
5067
5079
  # input_settings: {
5068
5080
  # audio_selectors: [
5069
5081
  # {
5070
- # name: "__string", # required
5082
+ # name: "__stringMin1", # required
5071
5083
  # selector_settings: {
5072
5084
  # audio_language_selection: {
5073
5085
  # language_code: "__string", # required
@@ -5082,7 +5094,7 @@ module Aws::MediaLive
5082
5094
  # caption_selectors: [
5083
5095
  # {
5084
5096
  # language_code: "__string",
5085
- # name: "__string", # required
5097
+ # name: "__stringMin1", # required
5086
5098
  # selector_settings: {
5087
5099
  # arib_source_settings: {
5088
5100
  # },
@@ -5557,7 +5569,8 @@ module Aws::MediaLive
5557
5569
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_denominator #=> Integer
5558
5570
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.par_numerator #=> Integer
5559
5571
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.profile #=> String, one of "BASELINE", "HIGH", "HIGH_10BIT", "HIGH_422", "HIGH_422_10BIT", "MAIN"
5560
- # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "VBR"
5572
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.qvbr_quality_level #=> Integer
5573
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.rate_control_mode #=> String, one of "CBR", "QVBR", "VBR"
5561
5574
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
5562
5575
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.scene_change_detect #=> String, one of "DISABLED", "ENABLED"
5563
5576
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
@@ -5742,7 +5755,7 @@ module Aws::MediaLive
5742
5755
  params: params,
5743
5756
  config: config)
5744
5757
  context[:gem_name] = 'aws-sdk-medialive'
5745
- context[:gem_version] = '1.11.0'
5758
+ context[:gem_version] = '1.12.0'
5746
5759
  Seahorse::Client::Request.new(handlers, context)
5747
5760
  end
5748
5761
 
@@ -429,6 +429,7 @@ module Aws::MediaLive
429
429
  __integerMin1 = Shapes::IntegerShape.new(name: '__integerMin1')
430
430
  __integerMin1000 = Shapes::IntegerShape.new(name: '__integerMin1000')
431
431
  __integerMin1000Max30000 = Shapes::IntegerShape.new(name: '__integerMin1000Max30000')
432
+ __integerMin1Max10 = Shapes::IntegerShape.new(name: '__integerMin1Max10')
432
433
  __integerMin1Max1000000 = Shapes::IntegerShape.new(name: '__integerMin1Max1000000')
433
434
  __integerMin1Max16 = Shapes::IntegerShape.new(name: '__integerMin1Max16')
434
435
  __integerMin1Max20 = Shapes::IntegerShape.new(name: '__integerMin1Max20')
@@ -487,6 +488,8 @@ module Aws::MediaLive
487
488
  __stringMin34Max34 = Shapes::StringShape.new(name: '__stringMin34Max34')
488
489
  __stringMin3Max3 = Shapes::StringShape.new(name: '__stringMin3Max3')
489
490
  __stringMin6Max6 = Shapes::StringShape.new(name: '__stringMin6Max6')
491
+ __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
492
+ __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
490
493
 
491
494
  AacSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
492
495
  AacSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: AacCodingMode, location_name: "codingMode"))
@@ -567,7 +570,7 @@ module Aws::MediaLive
567
570
  AudioPidSelection.add_member(:pid, Shapes::ShapeRef.new(shape: __integerMin0Max8191, required: true, location_name: "pid"))
568
571
  AudioPidSelection.struct_class = Types::AudioPidSelection
569
572
 
570
- AudioSelector.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
573
+ AudioSelector.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "name"))
571
574
  AudioSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: AudioSelectorSettings, location_name: "selectorSettings"))
572
575
  AudioSelector.struct_class = Types::AudioSelector
573
576
 
@@ -664,7 +667,7 @@ module Aws::MediaLive
664
667
  CaptionLanguageMapping.struct_class = Types::CaptionLanguageMapping
665
668
 
666
669
  CaptionSelector.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
667
- CaptionSelector.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
670
+ CaptionSelector.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1, required: true, location_name: "name"))
668
671
  CaptionSelector.add_member(:selector_settings, Shapes::ShapeRef.new(shape: CaptionSelectorSettings, location_name: "selectorSettings"))
669
672
  CaptionSelector.struct_class = Types::CaptionSelector
670
673
 
@@ -992,7 +995,7 @@ module Aws::MediaLive
992
995
  FecOutputSettings.add_member(:row_length, Shapes::ShapeRef.new(shape: __integerMin1Max20, location_name: "rowLength"))
993
996
  FecOutputSettings.struct_class = Types::FecOutputSettings
994
997
 
995
- FixedModeScheduleActionStartSettings.add_member(:time, Shapes::ShapeRef.new(shape: __string, location_name: "time"))
998
+ FixedModeScheduleActionStartSettings.add_member(:time, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "time"))
996
999
  FixedModeScheduleActionStartSettings.struct_class = Types::FixedModeScheduleActionStartSettings
997
1000
 
998
1001
  GlobalConfiguration.add_member(:initial_audio_gain, Shapes::ShapeRef.new(shape: __integerMinNegative60Max60, location_name: "initialAudioGain"))
@@ -1028,6 +1031,7 @@ module Aws::MediaLive
1028
1031
  H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
1029
1032
  H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
1030
1033
  H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
1034
+ H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
1031
1035
  H264Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: H264RateControlMode, location_name: "rateControlMode"))
1032
1036
  H264Settings.add_member(:scan_type, Shapes::ShapeRef.new(shape: H264ScanType, location_name: "scanType"))
1033
1037
  H264Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: H264SceneChangeDetect, location_name: "sceneChangeDetect"))
@@ -1447,15 +1451,17 @@ module Aws::MediaLive
1447
1451
 
1448
1452
  PassThroughSettings.struct_class = Types::PassThroughSettings
1449
1453
 
1450
- PurchaseOffering.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "count"))
1454
+ PurchaseOffering.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
1451
1455
  PurchaseOffering.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1452
1456
  PurchaseOffering.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1457
+ PurchaseOffering.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
1453
1458
  PurchaseOffering.struct_class = Types::PurchaseOffering
1454
1459
 
1455
- PurchaseOfferingRequest.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "count"))
1460
+ PurchaseOfferingRequest.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
1456
1461
  PurchaseOfferingRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1457
1462
  PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringId"))
1458
1463
  PurchaseOfferingRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
1464
+ PurchaseOfferingRequest.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
1459
1465
  PurchaseOfferingRequest.struct_class = Types::PurchaseOfferingRequest
1460
1466
 
1461
1467
  PurchaseOfferingResponse.add_member(:reservation, Shapes::ShapeRef.new(shape: Reservation, location_name: "reservation"))
@@ -1632,7 +1638,7 @@ module Aws::MediaLive
1632
1638
  StaticImageDeactivateScheduleActionSettings.add_member(:layer, Shapes::ShapeRef.new(shape: __integerMin0Max7, location_name: "layer"))
1633
1639
  StaticImageDeactivateScheduleActionSettings.struct_class = Types::StaticImageDeactivateScheduleActionSettings
1634
1640
 
1635
- StaticKeySettings.add_member(:key_provider_server, Shapes::ShapeRef.new(shape: InputLocation, required: true, location_name: "keyProviderServer"))
1641
+ StaticKeySettings.add_member(:key_provider_server, Shapes::ShapeRef.new(shape: InputLocation, location_name: "keyProviderServer"))
1636
1642
  StaticKeySettings.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __stringMin32Max32, required: true, location_name: "staticKeyValue"))
1637
1643
  StaticKeySettings.struct_class = Types::StaticKeySettings
1638
1644
 
@@ -778,7 +778,7 @@ module Aws::MediaLive
778
778
  # data as a hash:
779
779
  #
780
780
  # {
781
- # name: "__string", # required
781
+ # name: "__stringMin1", # required
782
782
  # selector_settings: {
783
783
  # audio_language_selection: {
784
784
  # language_code: "__string", # required
@@ -924,7 +924,8 @@ module Aws::MediaLive
924
924
  include Aws::Structure
925
925
  end
926
926
 
927
- # A list of schedule actions to create.
927
+ # A list of schedule actions to create (in a request) or that have been
928
+ # created (in a response).
928
929
  #
929
930
  # @note When making an API call, you may pass BatchScheduleActionCreateRequest
930
931
  # data as a hash:
@@ -990,7 +991,7 @@ module Aws::MediaLive
990
991
  # },
991
992
  # schedule_action_start_settings: { # required
992
993
  # fixed_mode_schedule_action_start_settings: {
993
- # time: "__string",
994
+ # time: "__string", # required
994
995
  # },
995
996
  # },
996
997
  # },
@@ -1008,10 +1009,10 @@ module Aws::MediaLive
1008
1009
  include Aws::Structure
1009
1010
  end
1010
1011
 
1011
- # Returned list of created schedule actions.
1012
+ # List of actions that have been created in the schedule.
1012
1013
  #
1013
1014
  # @!attribute [rw] schedule_actions
1014
- # Returned list of created schedule actions.
1015
+ # List of actions that have been created in the schedule.
1015
1016
  # @return [Array<Types::ScheduleAction>]
1016
1017
  #
1017
1018
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchScheduleActionCreateResult AWS API Documentation
@@ -1031,7 +1032,7 @@ module Aws::MediaLive
1031
1032
  # }
1032
1033
  #
1033
1034
  # @!attribute [rw] action_names
1034
- # A list of schedule actions to delete, identified by unique name.
1035
+ # A list of schedule actions to delete.
1035
1036
  # @return [Array<String>]
1036
1037
  #
1037
1038
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchScheduleActionDeleteRequest AWS API Documentation
@@ -1041,10 +1042,10 @@ module Aws::MediaLive
1041
1042
  include Aws::Structure
1042
1043
  end
1043
1044
 
1044
- # Returned list of deleted schedule actions.
1045
+ # List of actions that have been deleted from the schedule.
1045
1046
  #
1046
1047
  # @!attribute [rw] schedule_actions
1047
- # Returned list of deleted schedule actions.
1048
+ # List of actions that have been deleted from the schedule.
1048
1049
  # @return [Array<Types::ScheduleAction>]
1049
1050
  #
1050
1051
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchScheduleActionDeleteResult AWS API Documentation
@@ -1054,8 +1055,9 @@ module Aws::MediaLive
1054
1055
  include Aws::Structure
1055
1056
  end
1056
1057
 
1057
- # A schedule update, including actions to insert, and action names to
1058
- # delete.
1058
+ # A request to create actions (add actions to the schedule), delete
1059
+ # actions (remove actions from the schedule), or both create and delete
1060
+ # actions.
1059
1061
  #
1060
1062
  # @note When making an API call, you may pass BatchUpdateScheduleRequest
1061
1063
  # data as a hash:
@@ -1123,7 +1125,7 @@ module Aws::MediaLive
1123
1125
  # },
1124
1126
  # schedule_action_start_settings: { # required
1125
1127
  # fixed_mode_schedule_action_start_settings: {
1126
- # time: "__string",
1128
+ # time: "__string", # required
1127
1129
  # },
1128
1130
  # },
1129
1131
  # },
@@ -1155,11 +1157,11 @@ module Aws::MediaLive
1155
1157
  end
1156
1158
 
1157
1159
  # @!attribute [rw] creates
1158
- # Returned list of created schedule actions.
1160
+ # List of actions that have been created in the schedule.
1159
1161
  # @return [Types::BatchScheduleActionCreateResult]
1160
1162
  #
1161
1163
  # @!attribute [rw] deletes
1162
- # Returned list of deleted schedule actions.
1164
+ # List of actions that have been deleted from the schedule.
1163
1165
  # @return [Types::BatchScheduleActionDeleteResult]
1164
1166
  #
1165
1167
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/BatchUpdateScheduleResponse AWS API Documentation
@@ -1706,7 +1708,7 @@ module Aws::MediaLive
1706
1708
  #
1707
1709
  # {
1708
1710
  # language_code: "__string",
1709
- # name: "__string", # required
1711
+ # name: "__stringMin1", # required
1710
1712
  # selector_settings: {
1711
1713
  # arib_source_settings: {
1712
1714
  # },
@@ -2320,7 +2322,7 @@ module Aws::MediaLive
2320
2322
  # key_format_versions: "__string",
2321
2323
  # key_provider_settings: {
2322
2324
  # static_key_settings: {
2323
- # key_provider_server: { # required
2325
+ # key_provider_server: {
2324
2326
  # password_param: "__string",
2325
2327
  # uri: "__string", # required
2326
2328
  # username: "__string",
@@ -2610,7 +2612,8 @@ module Aws::MediaLive
2610
2612
  # par_denominator: 1,
2611
2613
  # par_numerator: 1,
2612
2614
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
2613
- # rate_control_mode: "CBR", # accepts CBR, VBR
2615
+ # qvbr_quality_level: 1,
2616
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
2614
2617
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
2615
2618
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
2616
2619
  # slices: 1,
@@ -2636,7 +2639,7 @@ module Aws::MediaLive
2636
2639
  # input_settings: {
2637
2640
  # audio_selectors: [
2638
2641
  # {
2639
- # name: "__string", # required
2642
+ # name: "__stringMin1", # required
2640
2643
  # selector_settings: {
2641
2644
  # audio_language_selection: {
2642
2645
  # language_code: "__string", # required
@@ -2651,7 +2654,7 @@ module Aws::MediaLive
2651
2654
  # caption_selectors: [
2652
2655
  # {
2653
2656
  # language_code: "__string",
2654
- # name: "__string", # required
2657
+ # name: "__stringMin1", # required
2655
2658
  # selector_settings: {
2656
2659
  # arib_source_settings: {
2657
2660
  # },
@@ -2731,6 +2734,7 @@ module Aws::MediaLive
2731
2734
  # @return [Types::InputSpecification]
2732
2735
  #
2733
2736
  # @!attribute [rw] log_level
2737
+ # The log level the user wants for their channel.
2734
2738
  # @return [String]
2735
2739
  #
2736
2740
  # @!attribute [rw] name
@@ -2976,6 +2980,7 @@ module Aws::MediaLive
2976
2980
  # @return [Types::InputSpecification]
2977
2981
  #
2978
2982
  # @!attribute [rw] log_level
2983
+ # The log level the user wants for their channel.
2979
2984
  # @return [String]
2980
2985
  #
2981
2986
  # @!attribute [rw] name
@@ -3184,6 +3189,7 @@ module Aws::MediaLive
3184
3189
  # @return [Types::InputSpecification]
3185
3190
  #
3186
3191
  # @!attribute [rw] log_level
3192
+ # The log level the user wants for their channel.
3187
3193
  # @return [String]
3188
3194
  #
3189
3195
  # @!attribute [rw] name
@@ -4319,7 +4325,7 @@ module Aws::MediaLive
4319
4325
  # key_format_versions: "__string",
4320
4326
  # key_provider_settings: {
4321
4327
  # static_key_settings: {
4322
- # key_provider_server: { # required
4328
+ # key_provider_server: {
4323
4329
  # password_param: "__string",
4324
4330
  # uri: "__string", # required
4325
4331
  # username: "__string",
@@ -4609,7 +4615,8 @@ module Aws::MediaLive
4609
4615
  # par_denominator: 1,
4610
4616
  # par_numerator: 1,
4611
4617
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
4612
- # rate_control_mode: "CBR", # accepts CBR, VBR
4618
+ # qvbr_quality_level: 1,
4619
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
4613
4620
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
4614
4621
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
4615
4622
  # slices: 1,
@@ -4717,17 +4724,21 @@ module Aws::MediaLive
4717
4724
  include Aws::Structure
4718
4725
  end
4719
4726
 
4720
- # Fixed mode schedule action start settings
4727
+ # Start time for the action.
4721
4728
  #
4722
4729
  # @note When making an API call, you may pass FixedModeScheduleActionStartSettings
4723
4730
  # data as a hash:
4724
4731
  #
4725
4732
  # {
4726
- # time: "__string",
4733
+ # time: "__string", # required
4727
4734
  # }
4728
4735
  #
4729
4736
  # @!attribute [rw] time
4730
- # Fixed timestamp action start. Conforms to ISO-8601.
4737
+ # Start time for the action to start in the channel. (Not the time for
4738
+ # the action to be added to the schedule: actions are always added to
4739
+ # the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All
4740
+ # the letters are digits (for example, mm might be 01) except for the
4741
+ # two constants "T" for time and "Z" for "UTC format".
4731
4742
  # @return [String]
4732
4743
  #
4733
4744
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FixedModeScheduleActionStartSettings AWS API Documentation
@@ -4763,14 +4774,10 @@ module Aws::MediaLive
4763
4774
  # @return [Integer]
4764
4775
  #
4765
4776
  # @!attribute [rw] input_end_action
4766
- # Indicates the action to take when an input completes (e.g.
4767
- # end-of-file.) Options include immediately switching to the next
4768
- # sequential input (via "switchInput"), switching to the next input
4769
- # and looping back to the first input when last input ends (via
4770
- # "switchAndLoopInputs") or not switching inputs and instead
4771
- # transcoding black / color / slate images per the "Input Loss
4772
- # Behavior" configuration until an activateInput REST command is
4773
- # received (via "none").
4777
+ # Indicates the action to take when the input completes (e.g.
4778
+ # end-of-file). Options include looping on the input (via
4779
+ # "switchAndLoopInputs") or transcoding black / color / slate images
4780
+ # per the "Input Loss Behavior" configuration (via "none").
4774
4781
  # @return [String]
4775
4782
  #
4776
4783
  # @!attribute [rw] input_loss_behavior
@@ -4831,7 +4838,8 @@ module Aws::MediaLive
4831
4838
  # par_denominator: 1,
4832
4839
  # par_numerator: 1,
4833
4840
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
4834
- # rate_control_mode: "CBR", # accepts CBR, VBR
4841
+ # qvbr_quality_level: 1,
4842
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
4835
4843
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
4836
4844
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
4837
4845
  # slices: 1,
@@ -4944,7 +4952,8 @@ module Aws::MediaLive
4944
4952
  # @return [String]
4945
4953
  #
4946
4954
  # @!attribute [rw] max_bitrate
4947
- # Maximum bitrate in bits/second (for VBR mode only).
4955
+ # Maximum bitrate in bits/second (for VBR and QVBR modes only).
4956
+ # Required when rateControlMode is "qvbr".
4948
4957
  # @return [Integer]
4949
4958
  #
4950
4959
  # @!attribute [rw] min_i_interval
@@ -4984,8 +4993,19 @@ module Aws::MediaLive
4984
4993
  # H.264 Profile.
4985
4994
  # @return [String]
4986
4995
  #
4996
+ # @!attribute [rw] qvbr_quality_level
4997
+ # Target quality value. Applicable only to QVBR mode. 1 is the lowest
4998
+ # quality and 10 is the highest and approaches lossless. Typical
4999
+ # levels for content distribution are between 6 and 8.
5000
+ # @return [Integer]
5001
+ #
4987
5002
  # @!attribute [rw] rate_control_mode
4988
- # Rate control mode.
5003
+ # Rate control mode. - CBR: Constant Bit Rate - VBR: Variable Bit Rate
5004
+ # - QVBR: Encoder dynamically controls the bitrate to meet the desired
5005
+ # quality (specified through the qvbrQualityLevel field). The bitrate
5006
+ # will not exceed the bitrate specified in the maxBitrate field and
5007
+ # will not fall below the bitrate required to meet the desired quality
5008
+ # level.
4989
5009
  # @return [String]
4990
5010
  #
4991
5011
  # @!attribute [rw] scan_type
@@ -4994,8 +5014,9 @@ module Aws::MediaLive
4994
5014
  # @return [String]
4995
5015
  #
4996
5016
  # @!attribute [rw] scene_change_detect
4997
- # Scene change detection. Inserts I-frames on scene changes when
4998
- # enabled.
5017
+ # Scene change detection. - On: inserts I-frames when scene change is
5018
+ # detected. - Off: does not force an I-frame when scene change is
5019
+ # detected.
4999
5020
  # @return [String]
5000
5021
  #
5001
5022
  # @!attribute [rw] slices
@@ -5061,6 +5082,7 @@ module Aws::MediaLive
5061
5082
  :par_denominator,
5062
5083
  :par_numerator,
5063
5084
  :profile,
5085
+ :qvbr_quality_level,
5064
5086
  :rate_control_mode,
5065
5087
  :scan_type,
5066
5088
  :scene_change_detect,
@@ -5291,7 +5313,7 @@ module Aws::MediaLive
5291
5313
  # key_format_versions: "__string",
5292
5314
  # key_provider_settings: {
5293
5315
  # static_key_settings: {
5294
- # key_provider_server: { # required
5316
+ # key_provider_server: {
5295
5317
  # password_param: "__string",
5296
5318
  # uri: "__string", # required
5297
5319
  # username: "__string",
@@ -5865,7 +5887,7 @@ module Aws::MediaLive
5865
5887
  # input_settings: {
5866
5888
  # audio_selectors: [
5867
5889
  # {
5868
- # name: "__string", # required
5890
+ # name: "__stringMin1", # required
5869
5891
  # selector_settings: {
5870
5892
  # audio_language_selection: {
5871
5893
  # language_code: "__string", # required
@@ -5880,7 +5902,7 @@ module Aws::MediaLive
5880
5902
  # caption_selectors: [
5881
5903
  # {
5882
5904
  # language_code: "__string",
5883
- # name: "__string", # required
5905
+ # name: "__stringMin1", # required
5884
5906
  # selector_settings: {
5885
5907
  # arib_source_settings: {
5886
5908
  # },
@@ -6169,7 +6191,7 @@ module Aws::MediaLive
6169
6191
  # {
6170
6192
  # audio_selectors: [
6171
6193
  # {
6172
- # name: "__string", # required
6194
+ # name: "__stringMin1", # required
6173
6195
  # selector_settings: {
6174
6196
  # audio_language_selection: {
6175
6197
  # language_code: "__string", # required
@@ -6184,7 +6206,7 @@ module Aws::MediaLive
6184
6206
  # caption_selectors: [
6185
6207
  # {
6186
6208
  # language_code: "__string",
6187
- # name: "__string", # required
6209
+ # name: "__stringMin1", # required
6188
6210
  # selector_settings: {
6189
6211
  # arib_source_settings: {
6190
6212
  # },
@@ -6443,7 +6465,7 @@ module Aws::MediaLive
6443
6465
  #
6444
6466
  # {
6445
6467
  # static_key_settings: {
6446
- # key_provider_server: { # required
6468
+ # key_provider_server: {
6447
6469
  # password_param: "__string",
6448
6470
  # uri: "__string", # required
6449
6471
  # username: "__string",
@@ -7477,16 +7499,7 @@ module Aws::MediaLive
7477
7499
  # @return [String]
7478
7500
  #
7479
7501
  # @!attribute [rw] send_delay_ms
7480
- # Outputs that are "output locked" can use this delay. Assign a
7481
- # delay to the output that is "secondary". Do not assign a delay to
7482
- # the "primary" output. The delay means that the primary output will
7483
- # always reach the downstream system before the secondary, which helps
7484
- # ensure that the downstream system always uses the primary output.
7485
- # (If there were no delay, the downstream system might flip-flop
7486
- # between whichever output happens to arrive first.) If the primary
7487
- # fails, the downstream system will switch to the secondary output.
7488
- # When the primary is restarted, the downstream system will switch
7489
- # back to the primary (because once again it is always arriving first)
7502
+ # Number of milliseconds to delay the output from the second pipeline.
7490
7503
  # @return [Integer]
7491
7504
  #
7492
7505
  # @!attribute [rw] sparse_track_type
@@ -8032,7 +8045,7 @@ module Aws::MediaLive
8032
8045
  # key_format_versions: "__string",
8033
8046
  # key_provider_settings: {
8034
8047
  # static_key_settings: {
8035
- # key_provider_server: { # required
8048
+ # key_provider_server: {
8036
8049
  # password_param: "__string",
8037
8050
  # uri: "__string", # required
8038
8051
  # username: "__string",
@@ -8380,7 +8393,7 @@ module Aws::MediaLive
8380
8393
  # key_format_versions: "__string",
8381
8394
  # key_provider_settings: {
8382
8395
  # static_key_settings: {
8383
- # key_provider_server: { # required
8396
+ # key_provider_server: {
8384
8397
  # password_param: "__string",
8385
8398
  # uri: "__string", # required
8386
8399
  # username: "__string",
@@ -8723,12 +8736,19 @@ module Aws::MediaLive
8723
8736
  # not need to pass this option.
8724
8737
  # @return [String]
8725
8738
  #
8739
+ # @!attribute [rw] start
8740
+ # Requested reservation start time (UTC) in ISO-8601 format. The
8741
+ # specified time must be between the first day of the current month
8742
+ # and one year from now. If no value is given, the default is now.
8743
+ # @return [String]
8744
+ #
8726
8745
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PurchaseOffering AWS API Documentation
8727
8746
  #
8728
8747
  class PurchaseOffering < Struct.new(
8729
8748
  :count,
8730
8749
  :name,
8731
- :request_id)
8750
+ :request_id,
8751
+ :start)
8732
8752
  include Aws::Structure
8733
8753
  end
8734
8754
 
@@ -8736,10 +8756,11 @@ module Aws::MediaLive
8736
8756
  # data as a hash:
8737
8757
  #
8738
8758
  # {
8739
- # count: 1,
8759
+ # count: 1, # required
8740
8760
  # name: "__string",
8741
8761
  # offering_id: "__string", # required
8742
8762
  # request_id: "__string",
8763
+ # start: "__string",
8743
8764
  # }
8744
8765
  #
8745
8766
  # @!attribute [rw] count
@@ -8756,13 +8777,17 @@ module Aws::MediaLive
8756
8777
  # not need to pass this option.
8757
8778
  # @return [String]
8758
8779
  #
8780
+ # @!attribute [rw] start
8781
+ # @return [String]
8782
+ #
8759
8783
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/PurchaseOfferingRequest AWS API Documentation
8760
8784
  #
8761
8785
  class PurchaseOfferingRequest < Struct.new(
8762
8786
  :count,
8763
8787
  :name,
8764
8788
  :offering_id,
8765
- :request_id)
8789
+ :request_id,
8790
+ :start)
8766
8791
  include Aws::Structure
8767
8792
  end
8768
8793
 
@@ -9099,7 +9124,7 @@ module Aws::MediaLive
9099
9124
  include Aws::Structure
9100
9125
  end
9101
9126
 
9102
- # A single schedule action.
9127
+ # Contains information on a single schedule action.
9103
9128
  #
9104
9129
  # @note When making an API call, you may pass ScheduleAction
9105
9130
  # data as a hash:
@@ -9163,13 +9188,18 @@ module Aws::MediaLive
9163
9188
  # },
9164
9189
  # schedule_action_start_settings: { # required
9165
9190
  # fixed_mode_schedule_action_start_settings: {
9166
- # time: "__string",
9191
+ # time: "__string", # required
9167
9192
  # },
9168
9193
  # },
9169
9194
  # }
9170
9195
  #
9171
9196
  # @!attribute [rw] action_name
9172
- # The name of the action, must be unique within the schedule.
9197
+ # The name of the action, must be unique within the schedule. This
9198
+ # name provides the main reference to an action once it is added to
9199
+ # the schedule. A name is unique if it is no longer in the schedule.
9200
+ # The schedule is automatically cleaned up to remove actions with a
9201
+ # start time of more than 1 hour ago (approximately) so at that point
9202
+ # a name can be reused.
9173
9203
  # @return [String]
9174
9204
  #
9175
9205
  # @!attribute [rw] schedule_action_settings
@@ -9177,7 +9207,7 @@ module Aws::MediaLive
9177
9207
  # @return [Types::ScheduleActionSettings]
9178
9208
  #
9179
9209
  # @!attribute [rw] schedule_action_start_settings
9180
- # When the action takes effect.
9210
+ # The time for the action to start in the channel.
9181
9211
  # @return [Types::ScheduleActionStartSettings]
9182
9212
  #
9183
9213
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleAction AWS API Documentation
@@ -9189,7 +9219,7 @@ module Aws::MediaLive
9189
9219
  include Aws::Structure
9190
9220
  end
9191
9221
 
9192
- # Settings for a single schedule action.
9222
+ # Holds the settings for a single schedule action.
9193
9223
  #
9194
9224
  # @note When making an API call, you may pass ScheduleActionSettings
9195
9225
  # data as a hash:
@@ -9251,23 +9281,23 @@ module Aws::MediaLive
9251
9281
  # }
9252
9282
  #
9253
9283
  # @!attribute [rw] scte_35_return_to_network_settings
9254
- # SCTE-35 Return to Network Settings
9284
+ # Settings for SCTE-35 return\_to\_network message
9255
9285
  # @return [Types::Scte35ReturnToNetworkScheduleActionSettings]
9256
9286
  #
9257
9287
  # @!attribute [rw] scte_35_splice_insert_settings
9258
- # SCTE-35 Splice Insert Settings
9288
+ # Settings for SCTE-35 splice\_insert message
9259
9289
  # @return [Types::Scte35SpliceInsertScheduleActionSettings]
9260
9290
  #
9261
9291
  # @!attribute [rw] scte_35_time_signal_settings
9262
- # SCTE-35 Time Signal Settings
9292
+ # Settings for SCTE-35 time\_signal message
9263
9293
  # @return [Types::Scte35TimeSignalScheduleActionSettings]
9264
9294
  #
9265
9295
  # @!attribute [rw] static_image_activate_settings
9266
- # Static Image Activate
9296
+ # Settings to activate a static image overlay
9267
9297
  # @return [Types::StaticImageActivateScheduleActionSettings]
9268
9298
  #
9269
9299
  # @!attribute [rw] static_image_deactivate_settings
9270
- # Static Image Deactivate
9300
+ # Settings to deactivate a static image overlay
9271
9301
  # @return [Types::StaticImageDeactivateScheduleActionSettings]
9272
9302
  #
9273
9303
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionSettings AWS API Documentation
@@ -9281,19 +9311,19 @@ module Aws::MediaLive
9281
9311
  include Aws::Structure
9282
9312
  end
9283
9313
 
9284
- # When the schedule action starts.
9314
+ # Settings to specify the start time for an action.
9285
9315
  #
9286
9316
  # @note When making an API call, you may pass ScheduleActionStartSettings
9287
9317
  # data as a hash:
9288
9318
  #
9289
9319
  # {
9290
9320
  # fixed_mode_schedule_action_start_settings: {
9291
- # time: "__string",
9321
+ # time: "__string", # required
9292
9322
  # },
9293
9323
  # }
9294
9324
  #
9295
9325
  # @!attribute [rw] fixed_mode_schedule_action_start_settings
9296
- # Fixed timestamp action start. Conforms to ISO-8601.
9326
+ # Holds the start time for the action.
9297
9327
  # @return [Types::FixedModeScheduleActionStartSettings]
9298
9328
  #
9299
9329
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionStartSettings AWS API Documentation
@@ -9303,14 +9333,14 @@ module Aws::MediaLive
9303
9333
  include Aws::Structure
9304
9334
  end
9305
9335
 
9306
- # A complete schedule description.
9336
+ # Results of a schedule describe.
9307
9337
  #
9308
9338
  # @!attribute [rw] next_token
9309
9339
  # The next token; for use in pagination.
9310
9340
  # @return [String]
9311
9341
  #
9312
9342
  # @!attribute [rw] schedule_actions
9313
- # The list of schedule actions.
9343
+ # The list of actions in the schedule.
9314
9344
  # @return [Array<Types::ScheduleAction>]
9315
9345
  #
9316
9346
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleDescribeResultModel AWS API Documentation
@@ -9386,7 +9416,10 @@ module Aws::MediaLive
9386
9416
  include Aws::Structure
9387
9417
  end
9388
9418
 
9389
- # SCTE-35 Delivery Restrictions.
9419
+ # Corresponds to SCTE-35 delivery\_not\_restricted\_flag parameter. To
9420
+ # declare delivery restrictions, include this element and its four
9421
+ # "restriction" flags. To declare that there are no restrictions, omit
9422
+ # this element.
9390
9423
  #
9391
9424
  # @note When making an API call, you may pass Scte35DeliveryRestrictions
9392
9425
  # data as a hash:
@@ -9399,19 +9432,19 @@ module Aws::MediaLive
9399
9432
  # }
9400
9433
  #
9401
9434
  # @!attribute [rw] archive_allowed_flag
9402
- # SCTE-35 segmentation\_descriptor archive\_allowed\_flag.
9435
+ # Corresponds to SCTE-35 archive\_allowed\_flag.
9403
9436
  # @return [String]
9404
9437
  #
9405
9438
  # @!attribute [rw] device_restrictions
9406
- # SCTE-35 segmentation\_descriptor web\_delivery\_allowed\_flag.
9439
+ # Corresponds to SCTE-35 device\_restrictions parameter.
9407
9440
  # @return [String]
9408
9441
  #
9409
9442
  # @!attribute [rw] no_regional_blackout_flag
9410
- # SCTE-35 segmentation\_descriptor no\_regional\_blackout\_flag.
9443
+ # Corresponds to SCTE-35 no\_regional\_blackout\_flag parameter.
9411
9444
  # @return [String]
9412
9445
  #
9413
9446
  # @!attribute [rw] web_delivery_allowed_flag
9414
- # SCTE-35 segmentation\_descriptor web\_delivery\_allowed\_flag.
9447
+ # Corresponds to SCTE-35 web\_delivery\_allowed\_flag parameter.
9415
9448
  # @return [String]
9416
9449
  #
9417
9450
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte35DeliveryRestrictions AWS API Documentation
@@ -9424,7 +9457,7 @@ module Aws::MediaLive
9424
9457
  include Aws::Structure
9425
9458
  end
9426
9459
 
9427
- # SCTE-35 Descriptor.
9460
+ # Holds one set of SCTE-35 Descriptor Settings.
9428
9461
  #
9429
9462
  # @note When making an API call, you may pass Scte35Descriptor
9430
9463
  # data as a hash:
@@ -9500,7 +9533,7 @@ module Aws::MediaLive
9500
9533
  include Aws::Structure
9501
9534
  end
9502
9535
 
9503
- # SCTE-35 Return to Network Settings.
9536
+ # Settings for a SCTE-35 return\_to\_network message.
9504
9537
  #
9505
9538
  # @note When making an API call, you may pass Scte35ReturnToNetworkScheduleActionSettings
9506
9539
  # data as a hash:
@@ -9521,7 +9554,7 @@ module Aws::MediaLive
9521
9554
  include Aws::Structure
9522
9555
  end
9523
9556
 
9524
- # SCTE-35 Segmentation Descriptor.
9557
+ # Corresponds to SCTE-35 segmentation\_descriptor.
9525
9558
  #
9526
9559
  # @note When making an API call, you may pass Scte35SegmentationDescriptor
9527
9560
  # data as a hash:
@@ -9546,49 +9579,70 @@ module Aws::MediaLive
9546
9579
  # }
9547
9580
  #
9548
9581
  # @!attribute [rw] delivery_restrictions
9549
- # SCTE-35 delivery restrictions.
9582
+ # Holds the four SCTE-35 delivery restriction parameters.
9550
9583
  # @return [Types::Scte35DeliveryRestrictions]
9551
9584
  #
9552
9585
  # @!attribute [rw] segment_num
9553
- # SCTE-35 segmentation\_descriptor segment\_num.
9586
+ # Corresponds to SCTE-35 segment\_num. A value that is valid for the
9587
+ # specified segmentation\_type\_id.
9554
9588
  # @return [Integer]
9555
9589
  #
9556
9590
  # @!attribute [rw] segmentation_cancel_indicator
9557
- # SCTE-35 segmentation\_descriptor
9558
- # segmentation\_event\_cancel\_indicator.
9591
+ # Corresponds to SCTE-35 segmentation\_event\_cancel\_indicator.
9559
9592
  # @return [String]
9560
9593
  #
9561
9594
  # @!attribute [rw] segmentation_duration
9562
- # SCTE-35 segmentation\_descriptor segmentation\_duration specified in
9563
- # 90 KHz clock ticks.
9595
+ # Corresponds to SCTE-35 segmentation\_duration. Optional. The
9596
+ # duration for the time\_signal, in 90 KHz ticks. To convert seconds
9597
+ # to ticks, multiple the seconds by 90,000. Enter time in 90 KHz clock
9598
+ # ticks. If you do not enter a duration, the time\_signal will
9599
+ # continue until you insert a cancellation message.
9564
9600
  # @return [Integer]
9565
9601
  #
9566
9602
  # @!attribute [rw] segmentation_event_id
9567
- # SCTE-35 segmentation\_descriptor segmentation\_event\_id.
9603
+ # Corresponds to SCTE-35 segmentation\_event\_id.
9568
9604
  # @return [Integer]
9569
9605
  #
9570
9606
  # @!attribute [rw] segmentation_type_id
9571
- # SCTE-35 segmentation\_descriptor segmentation\_type\_id.
9607
+ # Corresponds to SCTE-35 segmentation\_type\_id. One of the
9608
+ # segmentation\_type\_id values listed in the SCTE-35 specification.
9609
+ # On the console, enter the ID in decimal (for example, "52"). In
9610
+ # the CLI, API, or an SDK, enter the ID in hex (for example, "0x34")
9611
+ # or decimal (for example, "52").
9572
9612
  # @return [Integer]
9573
9613
  #
9574
9614
  # @!attribute [rw] segmentation_upid
9575
- # SCTE-35 segmentation\_descriptor segmentation\_upid as a hex string.
9615
+ # Corresponds to SCTE-35 segmentation\_upid. Enter a string containing
9616
+ # the hexadecimal representation of the characters that make up the
9617
+ # SCTE-35 segmentation\_upid value. Must contain an even number of hex
9618
+ # characters. Do not include spaces between each hex pair. For
9619
+ # example, the ASCII "ADS Information" becomes hex
9620
+ # "41445320496e666f726d6174696f6e.
9576
9621
  # @return [String]
9577
9622
  #
9578
9623
  # @!attribute [rw] segmentation_upid_type
9579
- # SCTE-35 segmentation\_descriptor segmentation\_upid\_type.
9624
+ # Corresponds to SCTE-35 segmentation\_upid\_type. On the console,
9625
+ # enter one of the types listed in the SCTE-35 specification,
9626
+ # converted to a decimal. For example, "0x0C" hex from the
9627
+ # specification is "12" in decimal. In the CLI, API, or an SDK,
9628
+ # enter one of the types listed in the SCTE-35 specification, in
9629
+ # either hex (for example, "0x0C" ) or in decimal (for example,
9630
+ # "12").
9580
9631
  # @return [Integer]
9581
9632
  #
9582
9633
  # @!attribute [rw] segments_expected
9583
- # SCTE-35 segmentation\_descriptor segments\_expected.
9634
+ # Corresponds to SCTE-35 segments\_expected. A value that is valid for
9635
+ # the specified segmentation\_type\_id.
9584
9636
  # @return [Integer]
9585
9637
  #
9586
9638
  # @!attribute [rw] sub_segment_num
9587
- # SCTE-35 segmentation\_descriptor sub\_segment\_num.
9639
+ # Corresponds to SCTE-35 sub\_segment\_num. A value that is valid for
9640
+ # the specified segmentation\_type\_id.
9588
9641
  # @return [Integer]
9589
9642
  #
9590
9643
  # @!attribute [rw] sub_segments_expected
9591
- # SCTE-35 segmentation\_descriptor sub\_segments\_expected.
9644
+ # Corresponds to SCTE-35 sub\_segments\_expected. A value that is
9645
+ # valid for the specified segmentation\_type\_id.
9592
9646
  # @return [Integer]
9593
9647
  #
9594
9648
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte35SegmentationDescriptor AWS API Documentation
@@ -9642,7 +9696,7 @@ module Aws::MediaLive
9642
9696
  include Aws::Structure
9643
9697
  end
9644
9698
 
9645
- # SCTE-35 Splice Insert Settings.
9699
+ # Settings for a SCTE-35 splice\_insert message.
9646
9700
  #
9647
9701
  # @note When making an API call, you may pass Scte35SpliceInsertScheduleActionSettings
9648
9702
  # data as a hash:
@@ -9653,9 +9707,13 @@ module Aws::MediaLive
9653
9707
  # }
9654
9708
  #
9655
9709
  # @!attribute [rw] duration
9656
- # The duration for the SCTE-35 splice\_insert specified in 90KHz clock
9657
- # ticks. When duration is not specified the expectation is that a
9658
- # Scte35ReturnToNetwork action will be scheduled.
9710
+ # Optional, the duration for the splice\_insert, in 90 KHz ticks. To
9711
+ # convert seconds to ticks, multiple the seconds by 90,000. If you
9712
+ # enter a duration, there is an expectation that the downstream system
9713
+ # can read the duration and cue in at that time. If you do not enter a
9714
+ # duration, the splice\_insert will continue indefinitely and there is
9715
+ # an expectation that you will enter a return\_to\_network to end the
9716
+ # splice\_insert at the appropriate time.
9659
9717
  # @return [Integer]
9660
9718
  #
9661
9719
  # @!attribute [rw] splice_event_id
@@ -9705,7 +9763,7 @@ module Aws::MediaLive
9705
9763
  include Aws::Structure
9706
9764
  end
9707
9765
 
9708
- # SCTE-35 Time Signal Settings.
9766
+ # Settings for a SCTE-35 time\_signal.
9709
9767
  #
9710
9768
  # @note When making an API call, you may pass Scte35TimeSignalScheduleActionSettings
9711
9769
  # data as a hash:
@@ -9837,6 +9895,7 @@ module Aws::MediaLive
9837
9895
  # @return [Types::InputSpecification]
9838
9896
  #
9839
9897
  # @!attribute [rw] log_level
9898
+ # The log level the user wants for their channel.
9840
9899
  # @return [String]
9841
9900
  #
9842
9901
  # @!attribute [rw] name
@@ -9869,7 +9928,7 @@ module Aws::MediaLive
9869
9928
  include Aws::Structure
9870
9929
  end
9871
9930
 
9872
- # Static image activate.
9931
+ # Settings for the action to activate a static image.
9873
9932
  #
9874
9933
  # @note When making an API call, you may pass StaticImageActivateScheduleActionSettings
9875
9934
  # data as a hash:
@@ -9892,53 +9951,68 @@ module Aws::MediaLive
9892
9951
  # }
9893
9952
  #
9894
9953
  # @!attribute [rw] duration
9895
- # The duration in milliseconds for the image to remain in the video.
9896
- # If omitted or set to 0, duration is infinite and image will remain
9897
- # until explicitly deactivated.
9954
+ # The duration in milliseconds for the image to remain on the video.
9955
+ # If omitted or set to 0 the duration is unlimited and the image will
9956
+ # remain until it is explicitly deactivated.
9898
9957
  # @return [Integer]
9899
9958
  #
9900
9959
  # @!attribute [rw] fade_in
9901
- # The time in milliseconds for the image to fade in. Defaults to 0.
9960
+ # The time in milliseconds for the image to fade in. The fade-in
9961
+ # starts at the start time of the overlay. Default is 0 (no fade-in).
9902
9962
  # @return [Integer]
9903
9963
  #
9904
9964
  # @!attribute [rw] fade_out
9905
- # The time in milliseconds for the image to fade out. Defaults to 0.
9965
+ # Applies only if a duration is specified. The time in milliseconds
9966
+ # for the image to fade out. The fade-out starts when the duration
9967
+ # time is hit, so it effectively extends the duration. Default is 0
9968
+ # (no fade-out).
9906
9969
  # @return [Integer]
9907
9970
  #
9908
9971
  # @!attribute [rw] height
9909
- # The height of the image when inserted into the video. Defaults to
9910
- # the native height of the image.
9972
+ # The height of the image when inserted into the video, in pixels. The
9973
+ # overlay will be scaled up or down to the specified height. Leave
9974
+ # blank to use the native height of the overlay.
9911
9975
  # @return [Integer]
9912
9976
  #
9913
9977
  # @!attribute [rw] image
9914
- # The image to overlay on the video. Must be a 32 bit BMP, PNG, or TGA
9915
- # file. Must not be larger than the input video.
9978
+ # The location and filename of the image file to overlay on the video.
9979
+ # The file must be a 32-bit BMP, PNG, or TGA file, and must not be
9980
+ # larger (in pixels) than the input video.
9916
9981
  # @return [Types::InputLocation]
9917
9982
  #
9918
9983
  # @!attribute [rw] image_x
9919
- # Placement of the left edge of the image on the horizontal axis in
9920
- # pixels. 0 is the left edge of the frame. Defaults to 0.
9984
+ # Placement of the left edge of the overlay relative to the left edge
9985
+ # of the video frame, in pixels. 0 (the default) is the left edge of
9986
+ # the frame. If the placement causes the overlay to extend beyond the
9987
+ # right edge of the underlying video, then the overlay is cropped on
9988
+ # the right.
9921
9989
  # @return [Integer]
9922
9990
  #
9923
9991
  # @!attribute [rw] image_y
9924
- # Placement of the top edge of the image on the vertical axis in
9925
- # pixels. 0 is the top edge of the frame. Defaults to 0.
9992
+ # Placement of the top edge of the overlay relative to the top edge of
9993
+ # the video frame, in pixels. 0 (the default) is the top edge of the
9994
+ # frame. If the placement causes the overlay to extend beyond the
9995
+ # bottom edge of the underlying video, then the overlay is cropped on
9996
+ # the bottom.
9926
9997
  # @return [Integer]
9927
9998
  #
9928
9999
  # @!attribute [rw] layer
9929
- # The Z order of the inserted image. Images with higher layer values
9930
- # will be inserted on top of images with lower layer values. Permitted
9931
- # values are 0-7 inclusive. Defaults to 0.
10000
+ # The number of the layer, 0 to 7. There are 8 layers that can be
10001
+ # overlaid on the video, each layer with a different image. The layers
10002
+ # are in Z order, which means that overlays with higher values of
10003
+ # layer are inserted on top of overlays with lower values of layer.
10004
+ # Default is 0.
9932
10005
  # @return [Integer]
9933
10006
  #
9934
10007
  # @!attribute [rw] opacity
9935
10008
  # Opacity of image where 0 is transparent and 100 is fully opaque.
9936
- # Defaults to 100.
10009
+ # Default is 100.
9937
10010
  # @return [Integer]
9938
10011
  #
9939
10012
  # @!attribute [rw] width
9940
- # The width of the image when inserted into the video. Defaults to the
9941
- # native width of the image.
10013
+ # The width of the image when inserted into the video, in pixels. The
10014
+ # overlay will be scaled up or down to the specified width. Leave
10015
+ # blank to use the native width of the overlay.
9942
10016
  # @return [Integer]
9943
10017
  #
9944
10018
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StaticImageActivateScheduleActionSettings AWS API Documentation
@@ -9957,7 +10031,7 @@ module Aws::MediaLive
9957
10031
  include Aws::Structure
9958
10032
  end
9959
10033
 
9960
- # Static image deactivate.
10034
+ # Settings for the action to deactivate the image in a specific layer.
9961
10035
  #
9962
10036
  # @note When making an API call, you may pass StaticImageDeactivateScheduleActionSettings
9963
10037
  # data as a hash:
@@ -9968,13 +10042,12 @@ module Aws::MediaLive
9968
10042
  # }
9969
10043
  #
9970
10044
  # @!attribute [rw] fade_out
9971
- # The time in milliseconds for the image to fade out. Defaults to 0.
10045
+ # The time in milliseconds for the image to fade out. Default is 0 (no
10046
+ # fade-out).
9972
10047
  # @return [Integer]
9973
10048
  #
9974
10049
  # @!attribute [rw] layer
9975
- # The Z order of the inserted image. Images with higher layer values
9976
- # will be inserted on top of images with lower layer values. Permitted
9977
- # values are 0-7 inclusive. Defaults to 0.
10050
+ # The image overlay layer to deactivate, 0 to 7. Default is 0.
9978
10051
  # @return [Integer]
9979
10052
  #
9980
10053
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StaticImageDeactivateScheduleActionSettings AWS API Documentation
@@ -9989,7 +10062,7 @@ module Aws::MediaLive
9989
10062
  # data as a hash:
9990
10063
  #
9991
10064
  # {
9992
- # key_provider_server: { # required
10065
+ # key_provider_server: {
9993
10066
  # password_param: "__string",
9994
10067
  # uri: "__string", # required
9995
10068
  # username: "__string",
@@ -10052,6 +10125,7 @@ module Aws::MediaLive
10052
10125
  # @return [Types::InputSpecification]
10053
10126
  #
10054
10127
  # @!attribute [rw] log_level
10128
+ # The log level the user wants for their channel.
10055
10129
  # @return [String]
10056
10130
  #
10057
10131
  # @!attribute [rw] name
@@ -10356,8 +10430,8 @@ module Aws::MediaLive
10356
10430
  # UDP output buffering in milliseconds. Larger values increase latency
10357
10431
  # through the transcoder but simultaneously assist the transcoder in
10358
10432
  # maintaining a constant, low-jitter UDP/RTP output while
10359
- # accommodating clock recovery, input switching, input disruptions,
10360
- # picture reordering, etc.
10433
+ # accommodating clock recovery, input disruptions, picture reordering,
10434
+ # etc.
10361
10435
  # @return [Integer]
10362
10436
  #
10363
10437
  # @!attribute [rw] container_settings
@@ -10729,7 +10803,7 @@ module Aws::MediaLive
10729
10803
  # key_format_versions: "__string",
10730
10804
  # key_provider_settings: {
10731
10805
  # static_key_settings: {
10732
- # key_provider_server: { # required
10806
+ # key_provider_server: {
10733
10807
  # password_param: "__string",
10734
10808
  # uri: "__string", # required
10735
10809
  # username: "__string",
@@ -11019,7 +11093,8 @@ module Aws::MediaLive
11019
11093
  # par_denominator: 1,
11020
11094
  # par_numerator: 1,
11021
11095
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
11022
- # rate_control_mode: "CBR", # accepts CBR, VBR
11096
+ # qvbr_quality_level: 1,
11097
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
11023
11098
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
11024
11099
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
11025
11100
  # slices: 1,
@@ -11045,7 +11120,7 @@ module Aws::MediaLive
11045
11120
  # input_settings: {
11046
11121
  # audio_selectors: [
11047
11122
  # {
11048
- # name: "__string", # required
11123
+ # name: "__stringMin1", # required
11049
11124
  # selector_settings: {
11050
11125
  # audio_language_selection: {
11051
11126
  # language_code: "__string", # required
@@ -11060,7 +11135,7 @@ module Aws::MediaLive
11060
11135
  # caption_selectors: [
11061
11136
  # {
11062
11137
  # language_code: "__string",
11063
- # name: "__string", # required
11138
+ # name: "__stringMin1", # required
11064
11139
  # selector_settings: {
11065
11140
  # arib_source_settings: {
11066
11141
  # },
@@ -11141,6 +11216,7 @@ module Aws::MediaLive
11141
11216
  # @return [Types::InputSpecification]
11142
11217
  #
11143
11218
  # @!attribute [rw] log_level
11219
+ # The log level the user wants for their channel.
11144
11220
  # @return [String]
11145
11221
  #
11146
11222
  # @!attribute [rw] name
@@ -11373,7 +11449,8 @@ module Aws::MediaLive
11373
11449
  # par_denominator: 1,
11374
11450
  # par_numerator: 1,
11375
11451
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
11376
- # rate_control_mode: "CBR", # accepts CBR, VBR
11452
+ # qvbr_quality_level: 1,
11453
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
11377
11454
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
11378
11455
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
11379
11456
  # slices: 1,
@@ -11429,7 +11506,8 @@ module Aws::MediaLive
11429
11506
  # par_denominator: 1,
11430
11507
  # par_numerator: 1,
11431
11508
  # profile: "BASELINE", # accepts BASELINE, HIGH, HIGH_10BIT, HIGH_422, HIGH_422_10BIT, MAIN
11432
- # rate_control_mode: "CBR", # accepts CBR, VBR
11509
+ # qvbr_quality_level: 1,
11510
+ # rate_control_mode: "CBR", # accepts CBR, QVBR, VBR
11433
11511
  # scan_type: "INTERLACED", # accepts INTERLACED, PROGRESSIVE
11434
11512
  # scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
11435
11513
  # slices: 1,
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.11.0
4
+ version: 1.12.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: 2018-09-06 00:00:00.000000000 Z
11
+ date: 2018-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core