aws-sdk-mediatailor 1.52.0 → 1.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0c5a5bad0447568ae375e4a16bd14c67d4e160f471bee471290dfbdb89e8b44
4
- data.tar.gz: 3b583f1190f92cae76bad89e496f70de2e39fcd2b29cadd84c75716ee6cc8a0a
3
+ metadata.gz: 6f56c5614cf751813e7621aa9ce31219c635b8abe0d33c439610ee8bba602654
4
+ data.tar.gz: 447960706e0fa9ee83fe124ffd3f1b438112fa03e170ada7f8fd87b518099c26
5
5
  SHA512:
6
- metadata.gz: 9e0271a0f8d41491159c872bb4a9af156ae19f07d6516c30c33f491c0f9ba6cb1b309375f8538b43e1c343f48af86468b139865b39db4a9c9df5dcd488e7a815
7
- data.tar.gz: 2615caab7c7f552818541c4f136a8331a25e72520b116eea57f3976dac22c100114703dcd822703a28f6a3229d0e3f11cb2c1c15afa48089da20c77945329917
6
+ metadata.gz: 0d3a33193c7ae57870c248f46f9c87287e48840a2c09cda471b8d6ed84fa35b8513efd9331d705fc473e04040c1f0ca45d0fff925c9ddb7e97a4140dd9225beb
7
+ data.tar.gz: 609c7bde9677009d1448995a0be3080b239de7c3b579ee3098009d9d15ec705df913199ab08c42d0293ea128f87000262ae5e62bfab5f0de3eda54cc63c223f1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2022-04-21)
5
+ ------------------
6
+
7
+ * Feature - This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
8
+
9
+ 1.54.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.53.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.52.0 (2022-01-20)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.55.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::MediaTailor
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -420,6 +424,9 @@ module Aws::MediaTailor
420
424
  # @option params [Hash<String,String>] :tags
421
425
  # The tags to assign to the channel.
422
426
  #
427
+ # @option params [String] :tier
428
+ # The tier of the channel.
429
+ #
423
430
  # @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
424
431
  #
425
432
  # * {Types::CreateChannelResponse#arn #arn} => String
@@ -431,6 +438,7 @@ module Aws::MediaTailor
431
438
  # * {Types::CreateChannelResponse#outputs #outputs} => Array&lt;Types::ResponseOutputItem&gt;
432
439
  # * {Types::CreateChannelResponse#playback_mode #playback_mode} => String
433
440
  # * {Types::CreateChannelResponse#tags #tags} => Hash&lt;String,String&gt;
441
+ # * {Types::CreateChannelResponse#tier #tier} => String
434
442
  #
435
443
  # @example Request syntax with placeholder values
436
444
  #
@@ -459,6 +467,7 @@ module Aws::MediaTailor
459
467
  # tags: {
460
468
  # "__string" => "__string",
461
469
  # },
470
+ # tier: "BASIC", # accepts BASIC, STANDARD
462
471
  # })
463
472
  #
464
473
  # @example Response structure
@@ -482,6 +491,7 @@ module Aws::MediaTailor
482
491
  # resp.playback_mode #=> String
483
492
  # resp.tags #=> Hash
484
493
  # resp.tags["__string"] #=> String
494
+ # resp.tier #=> String
485
495
  #
486
496
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateChannel AWS API Documentation
487
497
  #
@@ -492,6 +502,68 @@ module Aws::MediaTailor
492
502
  req.send_request(options)
493
503
  end
494
504
 
505
+ # Creates name for a specific live source in a source location.
506
+ #
507
+ # @option params [required, Array<Types::HttpPackageConfiguration>] :http_package_configurations
508
+ # A list of HTTP package configuration parameters for this live source.
509
+ #
510
+ # @option params [required, String] :live_source_name
511
+ #
512
+ # @option params [required, String] :source_location_name
513
+ #
514
+ # @option params [Hash<String,String>] :tags
515
+ # The tags to assign to the live source.
516
+ #
517
+ # @return [Types::CreateLiveSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
518
+ #
519
+ # * {Types::CreateLiveSourceResponse#arn #arn} => String
520
+ # * {Types::CreateLiveSourceResponse#creation_time #creation_time} => Time
521
+ # * {Types::CreateLiveSourceResponse#http_package_configurations #http_package_configurations} => Array&lt;Types::HttpPackageConfiguration&gt;
522
+ # * {Types::CreateLiveSourceResponse#last_modified_time #last_modified_time} => Time
523
+ # * {Types::CreateLiveSourceResponse#live_source_name #live_source_name} => String
524
+ # * {Types::CreateLiveSourceResponse#source_location_name #source_location_name} => String
525
+ # * {Types::CreateLiveSourceResponse#tags #tags} => Hash&lt;String,String&gt;
526
+ #
527
+ # @example Request syntax with placeholder values
528
+ #
529
+ # resp = client.create_live_source({
530
+ # http_package_configurations: [ # required
531
+ # {
532
+ # path: "__string", # required
533
+ # source_group: "__string", # required
534
+ # type: "DASH", # required, accepts DASH, HLS
535
+ # },
536
+ # ],
537
+ # live_source_name: "__string", # required
538
+ # source_location_name: "__string", # required
539
+ # tags: {
540
+ # "__string" => "__string",
541
+ # },
542
+ # })
543
+ #
544
+ # @example Response structure
545
+ #
546
+ # resp.arn #=> String
547
+ # resp.creation_time #=> Time
548
+ # resp.http_package_configurations #=> Array
549
+ # resp.http_package_configurations[0].path #=> String
550
+ # resp.http_package_configurations[0].source_group #=> String
551
+ # resp.http_package_configurations[0].type #=> String, one of "DASH", "HLS"
552
+ # resp.last_modified_time #=> Time
553
+ # resp.live_source_name #=> String
554
+ # resp.source_location_name #=> String
555
+ # resp.tags #=> Hash
556
+ # resp.tags["__string"] #=> String
557
+ #
558
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/CreateLiveSource AWS API Documentation
559
+ #
560
+ # @overload create_live_source(params = {})
561
+ # @param [Hash] params ({})
562
+ def create_live_source(params = {}, options = {})
563
+ req = build_request(:create_live_source, params)
564
+ req.send_request(options)
565
+ end
566
+
495
567
  # Creates a new prefetch schedule for the specified playback
496
568
  # configuration.
497
569
  #
@@ -585,6 +657,9 @@ module Aws::MediaTailor
585
657
  #
586
658
  # @option params [required, String] :channel_name
587
659
  #
660
+ # @option params [String] :live_source_name
661
+ # The name of the LiveSource for this Program.
662
+ #
588
663
  # @option params [required, String] :program_name
589
664
  #
590
665
  # @option params [required, Types::ScheduleConfiguration] :schedule_configuration
@@ -593,7 +668,7 @@ module Aws::MediaTailor
593
668
  # @option params [required, String] :source_location_name
594
669
  # The name of the source location.
595
670
  #
596
- # @option params [required, String] :vod_source_name
671
+ # @option params [String] :vod_source_name
597
672
  # The name that's used to refer to a VOD source.
598
673
  #
599
674
  # @return [Types::CreateProgramResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -602,6 +677,7 @@ module Aws::MediaTailor
602
677
  # * {Types::CreateProgramResponse#arn #arn} => String
603
678
  # * {Types::CreateProgramResponse#channel_name #channel_name} => String
604
679
  # * {Types::CreateProgramResponse#creation_time #creation_time} => Time
680
+ # * {Types::CreateProgramResponse#live_source_name #live_source_name} => String
605
681
  # * {Types::CreateProgramResponse#program_name #program_name} => String
606
682
  # * {Types::CreateProgramResponse#scheduled_start_time #scheduled_start_time} => Time
607
683
  # * {Types::CreateProgramResponse#source_location_name #source_location_name} => String
@@ -627,9 +703,11 @@ module Aws::MediaTailor
627
703
  # },
628
704
  # ],
629
705
  # channel_name: "__string", # required
706
+ # live_source_name: "__string",
630
707
  # program_name: "__string", # required
631
708
  # schedule_configuration: { # required
632
709
  # transition: { # required
710
+ # duration_millis: 1,
633
711
  # relative_position: "BEFORE_PROGRAM", # required, accepts BEFORE_PROGRAM, AFTER_PROGRAM
634
712
  # relative_program: "__string",
635
713
  # scheduled_start_time_millis: 1,
@@ -637,7 +715,7 @@ module Aws::MediaTailor
637
715
  # },
638
716
  # },
639
717
  # source_location_name: "__string", # required
640
- # vod_source_name: "__string", # required
718
+ # vod_source_name: "__string",
641
719
  # })
642
720
  #
643
721
  # @example Response structure
@@ -654,6 +732,7 @@ module Aws::MediaTailor
654
732
  # resp.arn #=> String
655
733
  # resp.channel_name #=> String
656
734
  # resp.creation_time #=> Time
735
+ # resp.live_source_name #=> String
657
736
  # resp.program_name #=> String
658
737
  # resp.scheduled_start_time #=> Time
659
738
  # resp.source_location_name #=> String
@@ -681,7 +760,8 @@ module Aws::MediaTailor
681
760
  # The source's HTTP package configurations.
682
761
  #
683
762
  # @option params [Array<Types::SegmentDeliveryConfiguration>] :segment_delivery_configurations
684
- # An array of segment delivery configurations for this source location.
763
+ # A list of the segment delivery configurations associated with this
764
+ # resource.
685
765
  #
686
766
  # @option params [required, String] :source_location_name
687
767
  #
@@ -759,7 +839,7 @@ module Aws::MediaTailor
759
839
  # Creates name for a specific VOD source in a source location.
760
840
  #
761
841
  # @option params [required, Array<Types::HttpPackageConfiguration>] :http_package_configurations
762
- # An array of HTTP package configuration parameters for this VOD source.
842
+ # A list of HTTP package configuration parameters for this VOD source.
763
843
  #
764
844
  # @option params [required, String] :source_location_name
765
845
  #
@@ -860,6 +940,30 @@ module Aws::MediaTailor
860
940
  req.send_request(options)
861
941
  end
862
942
 
943
+ # Deletes a specific live source in a specific source location.
944
+ #
945
+ # @option params [required, String] :live_source_name
946
+ #
947
+ # @option params [required, String] :source_location_name
948
+ #
949
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
950
+ #
951
+ # @example Request syntax with placeholder values
952
+ #
953
+ # resp = client.delete_live_source({
954
+ # live_source_name: "__string", # required
955
+ # source_location_name: "__string", # required
956
+ # })
957
+ #
958
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DeleteLiveSource AWS API Documentation
959
+ #
960
+ # @overload delete_live_source(params = {})
961
+ # @param [Hash] params ({})
962
+ def delete_live_source(params = {}, options = {})
963
+ req = build_request(:delete_live_source, params)
964
+ req.send_request(options)
965
+ end
966
+
863
967
  # Deletes the playback configuration for the specified name.
864
968
  #
865
969
  # @option params [required, String] :name
@@ -991,6 +1095,7 @@ module Aws::MediaTailor
991
1095
  # * {Types::DescribeChannelResponse#outputs #outputs} => Array&lt;Types::ResponseOutputItem&gt;
992
1096
  # * {Types::DescribeChannelResponse#playback_mode #playback_mode} => String
993
1097
  # * {Types::DescribeChannelResponse#tags #tags} => Hash&lt;String,String&gt;
1098
+ # * {Types::DescribeChannelResponse#tier #tier} => String
994
1099
  #
995
1100
  # @example Request syntax with placeholder values
996
1101
  #
@@ -1019,6 +1124,7 @@ module Aws::MediaTailor
1019
1124
  # resp.playback_mode #=> String
1020
1125
  # resp.tags #=> Hash
1021
1126
  # resp.tags["__string"] #=> String
1127
+ # resp.tier #=> String
1022
1128
  #
1023
1129
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeChannel AWS API Documentation
1024
1130
  #
@@ -1029,6 +1135,53 @@ module Aws::MediaTailor
1029
1135
  req.send_request(options)
1030
1136
  end
1031
1137
 
1138
+ # Provides details about a specific live source in a specific source
1139
+ # location.
1140
+ #
1141
+ # @option params [required, String] :live_source_name
1142
+ #
1143
+ # @option params [required, String] :source_location_name
1144
+ #
1145
+ # @return [Types::DescribeLiveSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1146
+ #
1147
+ # * {Types::DescribeLiveSourceResponse#arn #arn} => String
1148
+ # * {Types::DescribeLiveSourceResponse#creation_time #creation_time} => Time
1149
+ # * {Types::DescribeLiveSourceResponse#http_package_configurations #http_package_configurations} => Array&lt;Types::HttpPackageConfiguration&gt;
1150
+ # * {Types::DescribeLiveSourceResponse#last_modified_time #last_modified_time} => Time
1151
+ # * {Types::DescribeLiveSourceResponse#live_source_name #live_source_name} => String
1152
+ # * {Types::DescribeLiveSourceResponse#source_location_name #source_location_name} => String
1153
+ # * {Types::DescribeLiveSourceResponse#tags #tags} => Hash&lt;String,String&gt;
1154
+ #
1155
+ # @example Request syntax with placeholder values
1156
+ #
1157
+ # resp = client.describe_live_source({
1158
+ # live_source_name: "__string", # required
1159
+ # source_location_name: "__string", # required
1160
+ # })
1161
+ #
1162
+ # @example Response structure
1163
+ #
1164
+ # resp.arn #=> String
1165
+ # resp.creation_time #=> Time
1166
+ # resp.http_package_configurations #=> Array
1167
+ # resp.http_package_configurations[0].path #=> String
1168
+ # resp.http_package_configurations[0].source_group #=> String
1169
+ # resp.http_package_configurations[0].type #=> String, one of "DASH", "HLS"
1170
+ # resp.last_modified_time #=> Time
1171
+ # resp.live_source_name #=> String
1172
+ # resp.source_location_name #=> String
1173
+ # resp.tags #=> Hash
1174
+ # resp.tags["__string"] #=> String
1175
+ #
1176
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/DescribeLiveSource AWS API Documentation
1177
+ #
1178
+ # @overload describe_live_source(params = {})
1179
+ # @param [Hash] params ({})
1180
+ def describe_live_source(params = {}, options = {})
1181
+ req = build_request(:describe_live_source, params)
1182
+ req.send_request(options)
1183
+ end
1184
+
1032
1185
  # Retrieves the properties of the requested program.
1033
1186
  #
1034
1187
  # @option params [required, String] :channel_name
@@ -1041,6 +1194,7 @@ module Aws::MediaTailor
1041
1194
  # * {Types::DescribeProgramResponse#arn #arn} => String
1042
1195
  # * {Types::DescribeProgramResponse#channel_name #channel_name} => String
1043
1196
  # * {Types::DescribeProgramResponse#creation_time #creation_time} => Time
1197
+ # * {Types::DescribeProgramResponse#live_source_name #live_source_name} => String
1044
1198
  # * {Types::DescribeProgramResponse#program_name #program_name} => String
1045
1199
  # * {Types::DescribeProgramResponse#scheduled_start_time #scheduled_start_time} => Time
1046
1200
  # * {Types::DescribeProgramResponse#source_location_name #source_location_name} => String
@@ -1067,6 +1221,7 @@ module Aws::MediaTailor
1067
1221
  # resp.arn #=> String
1068
1222
  # resp.channel_name #=> String
1069
1223
  # resp.creation_time #=> Time
1224
+ # resp.live_source_name #=> String
1070
1225
  # resp.program_name #=> String
1071
1226
  # resp.scheduled_start_time #=> Time
1072
1227
  # resp.source_location_name #=> String
@@ -1237,6 +1392,7 @@ module Aws::MediaTailor
1237
1392
  # resp.items[0].approximate_start_time #=> Time
1238
1393
  # resp.items[0].arn #=> String
1239
1394
  # resp.items[0].channel_name #=> String
1395
+ # resp.items[0].live_source_name #=> String
1240
1396
  # resp.items[0].program_name #=> String
1241
1397
  # resp.items[0].schedule_ad_breaks #=> Array
1242
1398
  # resp.items[0].schedule_ad_breaks[0].approximate_duration_seconds #=> Integer
@@ -1463,6 +1619,7 @@ module Aws::MediaTailor
1463
1619
  # resp.items[0].playback_mode #=> String
1464
1620
  # resp.items[0].tags #=> Hash
1465
1621
  # resp.items[0].tags["__string"] #=> String
1622
+ # resp.items[0].tier #=> String
1466
1623
  # resp.next_token #=> String
1467
1624
  #
1468
1625
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListChannels AWS API Documentation
@@ -1474,6 +1631,54 @@ module Aws::MediaTailor
1474
1631
  req.send_request(options)
1475
1632
  end
1476
1633
 
1634
+ # lists all the live sources in a source location.
1635
+ #
1636
+ # @option params [Integer] :max_results
1637
+ #
1638
+ # @option params [String] :next_token
1639
+ #
1640
+ # @option params [required, String] :source_location_name
1641
+ #
1642
+ # @return [Types::ListLiveSourcesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1643
+ #
1644
+ # * {Types::ListLiveSourcesResponse#items #items} => Array&lt;Types::LiveSource&gt;
1645
+ # * {Types::ListLiveSourcesResponse#next_token #next_token} => String
1646
+ #
1647
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1648
+ #
1649
+ # @example Request syntax with placeholder values
1650
+ #
1651
+ # resp = client.list_live_sources({
1652
+ # max_results: 1,
1653
+ # next_token: "__string",
1654
+ # source_location_name: "__string", # required
1655
+ # })
1656
+ #
1657
+ # @example Response structure
1658
+ #
1659
+ # resp.items #=> Array
1660
+ # resp.items[0].arn #=> String
1661
+ # resp.items[0].creation_time #=> Time
1662
+ # resp.items[0].http_package_configurations #=> Array
1663
+ # resp.items[0].http_package_configurations[0].path #=> String
1664
+ # resp.items[0].http_package_configurations[0].source_group #=> String
1665
+ # resp.items[0].http_package_configurations[0].type #=> String, one of "DASH", "HLS"
1666
+ # resp.items[0].last_modified_time #=> Time
1667
+ # resp.items[0].live_source_name #=> String
1668
+ # resp.items[0].source_location_name #=> String
1669
+ # resp.items[0].tags #=> Hash
1670
+ # resp.items[0].tags["__string"] #=> String
1671
+ # resp.next_token #=> String
1672
+ #
1673
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ListLiveSources AWS API Documentation
1674
+ #
1675
+ # @overload list_live_sources(params = {})
1676
+ # @param [Hash] params ({})
1677
+ def list_live_sources(params = {}, options = {})
1678
+ req = build_request(:list_live_sources, params)
1679
+ req.send_request(options)
1680
+ end
1681
+
1477
1682
  # Returns a list of the playback configurations defined in AWS Elemental
1478
1683
  # MediaTailor. You can specify a maximum number of configurations to
1479
1684
  # return at a time. The default maximum is 50. Results are returned in
@@ -2077,6 +2282,7 @@ module Aws::MediaTailor
2077
2282
  # * {Types::UpdateChannelResponse#outputs #outputs} => Array&lt;Types::ResponseOutputItem&gt;
2078
2283
  # * {Types::UpdateChannelResponse#playback_mode #playback_mode} => String
2079
2284
  # * {Types::UpdateChannelResponse#tags #tags} => Hash&lt;String,String&gt;
2285
+ # * {Types::UpdateChannelResponse#tier #tier} => String
2080
2286
  #
2081
2287
  # @example Request syntax with placeholder values
2082
2288
  #
@@ -2124,6 +2330,7 @@ module Aws::MediaTailor
2124
2330
  # resp.playback_mode #=> String
2125
2331
  # resp.tags #=> Hash
2126
2332
  # resp.tags["__string"] #=> String
2333
+ # resp.tier #=> String
2127
2334
  #
2128
2335
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateChannel AWS API Documentation
2129
2336
  #
@@ -2134,6 +2341,63 @@ module Aws::MediaTailor
2134
2341
  req.send_request(options)
2135
2342
  end
2136
2343
 
2344
+ # Updates a specific live source in a specific source location.
2345
+ #
2346
+ # @option params [required, Array<Types::HttpPackageConfiguration>] :http_package_configurations
2347
+ # A list of HTTP package configurations for the live source on this
2348
+ # account.
2349
+ #
2350
+ # @option params [required, String] :live_source_name
2351
+ #
2352
+ # @option params [required, String] :source_location_name
2353
+ #
2354
+ # @return [Types::UpdateLiveSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2355
+ #
2356
+ # * {Types::UpdateLiveSourceResponse#arn #arn} => String
2357
+ # * {Types::UpdateLiveSourceResponse#creation_time #creation_time} => Time
2358
+ # * {Types::UpdateLiveSourceResponse#http_package_configurations #http_package_configurations} => Array&lt;Types::HttpPackageConfiguration&gt;
2359
+ # * {Types::UpdateLiveSourceResponse#last_modified_time #last_modified_time} => Time
2360
+ # * {Types::UpdateLiveSourceResponse#live_source_name #live_source_name} => String
2361
+ # * {Types::UpdateLiveSourceResponse#source_location_name #source_location_name} => String
2362
+ # * {Types::UpdateLiveSourceResponse#tags #tags} => Hash&lt;String,String&gt;
2363
+ #
2364
+ # @example Request syntax with placeholder values
2365
+ #
2366
+ # resp = client.update_live_source({
2367
+ # http_package_configurations: [ # required
2368
+ # {
2369
+ # path: "__string", # required
2370
+ # source_group: "__string", # required
2371
+ # type: "DASH", # required, accepts DASH, HLS
2372
+ # },
2373
+ # ],
2374
+ # live_source_name: "__string", # required
2375
+ # source_location_name: "__string", # required
2376
+ # })
2377
+ #
2378
+ # @example Response structure
2379
+ #
2380
+ # resp.arn #=> String
2381
+ # resp.creation_time #=> Time
2382
+ # resp.http_package_configurations #=> Array
2383
+ # resp.http_package_configurations[0].path #=> String
2384
+ # resp.http_package_configurations[0].source_group #=> String
2385
+ # resp.http_package_configurations[0].type #=> String, one of "DASH", "HLS"
2386
+ # resp.last_modified_time #=> Time
2387
+ # resp.live_source_name #=> String
2388
+ # resp.source_location_name #=> String
2389
+ # resp.tags #=> Hash
2390
+ # resp.tags["__string"] #=> String
2391
+ #
2392
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateLiveSource AWS API Documentation
2393
+ #
2394
+ # @overload update_live_source(params = {})
2395
+ # @param [Hash] params ({})
2396
+ def update_live_source(params = {}, options = {})
2397
+ req = build_request(:update_live_source, params)
2398
+ req.send_request(options)
2399
+ end
2400
+
2137
2401
  # Updates a source location on a specific channel.
2138
2402
  #
2139
2403
  # @option params [Types::AccessConfiguration] :access_configuration
@@ -2147,7 +2411,8 @@ module Aws::MediaTailor
2147
2411
  # The HTTP configuration for the source location.
2148
2412
  #
2149
2413
  # @option params [Array<Types::SegmentDeliveryConfiguration>] :segment_delivery_configurations
2150
- # An array of segment delivery configurations for this source location.
2414
+ # A list of the segment delivery configurations associated with this
2415
+ # resource.
2151
2416
  #
2152
2417
  # @option params [required, String] :source_location_name
2153
2418
  #
@@ -2219,7 +2484,7 @@ module Aws::MediaTailor
2219
2484
  # Updates a specific VOD source in a specific source location.
2220
2485
  #
2221
2486
  # @option params [required, Array<Types::HttpPackageConfiguration>] :http_package_configurations
2222
- # An array of HTTP package configurations for the VOD source on this
2487
+ # A list of HTTP package configurations for the VOD source on this
2223
2488
  # account.
2224
2489
  #
2225
2490
  # @option params [required, String] :source_location_name
@@ -2286,7 +2551,7 @@ module Aws::MediaTailor
2286
2551
  params: params,
2287
2552
  config: config)
2288
2553
  context[:gem_name] = 'aws-sdk-mediatailor'
2289
- context[:gem_version] = '1.52.0'
2554
+ context[:gem_version] = '1.55.0'
2290
2555
  Seahorse::Client::Request.new(handlers, context)
2291
2556
  end
2292
2557