aws-sdk-medialive 1.0.0 → 1.1.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 +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +30 -1
- data/lib/aws-sdk-medialive/client_api.rb +18 -0
- data/lib/aws-sdk-medialive/types.rb +109 -41
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd2b09efd2f8ab0c72c1086e75dd09e7df021493
|
4
|
+
data.tar.gz: a9d9155922ba1d6f33eca486e849657152507fd6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ff2b699c7f41683ce461dd6883dec4a591b395d0f3b990eaf39c57050945a14bc60df16f4890d1e29f59b07ce1dedb884a394ead4490d898d996785956887f5d
|
7
|
+
data.tar.gz: 85bef998eb5ac4680c04ab5905227c7d2328d2bdccc3ab103c02cf9bbbfef2ecdeeb4170aee8c62da4f4c425d7c3d6abd471146252c16ed8b75db29396dfac34
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -153,6 +153,8 @@ module Aws::MediaLive
|
|
153
153
|
#
|
154
154
|
# @option params [Array<Types::InputAttachment>] :input_attachments
|
155
155
|
#
|
156
|
+
# @option params [Types::InputSpecification] :input_specification
|
157
|
+
#
|
156
158
|
# @option params [String] :name
|
157
159
|
#
|
158
160
|
# @option params [String] :request_id
|
@@ -834,6 +836,11 @@ module Aws::MediaLive
|
|
834
836
|
# },
|
835
837
|
# },
|
836
838
|
# ],
|
839
|
+
# input_specification: {
|
840
|
+
# codec: "MPEG2", # accepts MPEG2, AVC, HEVC
|
841
|
+
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
842
|
+
# resolution: "SD", # accepts SD, HD, UHD
|
843
|
+
# },
|
837
844
|
# name: "__string",
|
838
845
|
# request_id: "__string",
|
839
846
|
# reserved: "__string",
|
@@ -1288,6 +1295,9 @@ module Aws::MediaLive
|
|
1288
1295
|
# resp.channel.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
1289
1296
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
1290
1297
|
# resp.channel.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
1298
|
+
# resp.channel.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
1299
|
+
# resp.channel.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
1300
|
+
# resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
1291
1301
|
# resp.channel.name #=> String
|
1292
1302
|
# resp.channel.pipelines_running_count #=> Integer
|
1293
1303
|
# resp.channel.role_arn #=> String
|
@@ -1418,6 +1428,7 @@ module Aws::MediaLive
|
|
1418
1428
|
# * {Types::DeleteChannelResponse#encoder_settings #encoder_settings} => Types::EncoderSettings
|
1419
1429
|
# * {Types::DeleteChannelResponse#id #id} => String
|
1420
1430
|
# * {Types::DeleteChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
1431
|
+
# * {Types::DeleteChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
1421
1432
|
# * {Types::DeleteChannelResponse#name #name} => String
|
1422
1433
|
# * {Types::DeleteChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
1423
1434
|
# * {Types::DeleteChannelResponse#role_arn #role_arn} => String
|
@@ -1877,6 +1888,9 @@ module Aws::MediaLive
|
|
1877
1888
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
1878
1889
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
1879
1890
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
1891
|
+
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
1892
|
+
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
1893
|
+
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
1880
1894
|
# resp.name #=> String
|
1881
1895
|
# resp.pipelines_running_count #=> Integer
|
1882
1896
|
# resp.role_arn #=> String
|
@@ -1945,6 +1959,7 @@ module Aws::MediaLive
|
|
1945
1959
|
# * {Types::DescribeChannelResponse#encoder_settings #encoder_settings} => Types::EncoderSettings
|
1946
1960
|
# * {Types::DescribeChannelResponse#id #id} => String
|
1947
1961
|
# * {Types::DescribeChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
1962
|
+
# * {Types::DescribeChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
1948
1963
|
# * {Types::DescribeChannelResponse#name #name} => String
|
1949
1964
|
# * {Types::DescribeChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
1950
1965
|
# * {Types::DescribeChannelResponse#role_arn #role_arn} => String
|
@@ -2404,6 +2419,9 @@ module Aws::MediaLive
|
|
2404
2419
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
2405
2420
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
2406
2421
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
2422
|
+
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
2423
|
+
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
2424
|
+
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
2407
2425
|
# resp.name #=> String
|
2408
2426
|
# resp.pipelines_running_count #=> Integer
|
2409
2427
|
# resp.role_arn #=> String
|
@@ -2565,6 +2583,9 @@ module Aws::MediaLive
|
|
2565
2583
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
2566
2584
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
2567
2585
|
# resp.channels[0].input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
2586
|
+
# resp.channels[0].input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
2587
|
+
# resp.channels[0].input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
2588
|
+
# resp.channels[0].input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
2568
2589
|
# resp.channels[0].name #=> String
|
2569
2590
|
# resp.channels[0].pipelines_running_count #=> Integer
|
2570
2591
|
# resp.channels[0].role_arn #=> String
|
@@ -2677,6 +2698,7 @@ module Aws::MediaLive
|
|
2677
2698
|
# * {Types::StartChannelResponse#encoder_settings #encoder_settings} => Types::EncoderSettings
|
2678
2699
|
# * {Types::StartChannelResponse#id #id} => String
|
2679
2700
|
# * {Types::StartChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
2701
|
+
# * {Types::StartChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
2680
2702
|
# * {Types::StartChannelResponse#name #name} => String
|
2681
2703
|
# * {Types::StartChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
2682
2704
|
# * {Types::StartChannelResponse#role_arn #role_arn} => String
|
@@ -3136,6 +3158,9 @@ module Aws::MediaLive
|
|
3136
3158
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
3137
3159
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
3138
3160
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
3161
|
+
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
3162
|
+
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
3163
|
+
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
3139
3164
|
# resp.name #=> String
|
3140
3165
|
# resp.pipelines_running_count #=> Integer
|
3141
3166
|
# resp.role_arn #=> String
|
@@ -3162,6 +3187,7 @@ module Aws::MediaLive
|
|
3162
3187
|
# * {Types::StopChannelResponse#encoder_settings #encoder_settings} => Types::EncoderSettings
|
3163
3188
|
# * {Types::StopChannelResponse#id #id} => String
|
3164
3189
|
# * {Types::StopChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
3190
|
+
# * {Types::StopChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
3165
3191
|
# * {Types::StopChannelResponse#name #name} => String
|
3166
3192
|
# * {Types::StopChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
3167
3193
|
# * {Types::StopChannelResponse#role_arn #role_arn} => String
|
@@ -3621,6 +3647,9 @@ module Aws::MediaLive
|
|
3621
3647
|
# resp.input_attachments[0].input_settings.video_selector.color_space_usage #=> String, one of "FALLBACK", "FORCE"
|
3622
3648
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_pid.pid #=> Integer
|
3623
3649
|
# resp.input_attachments[0].input_settings.video_selector.selector_settings.video_selector_program_id.program_id #=> Integer
|
3650
|
+
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
3651
|
+
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
3652
|
+
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
3624
3653
|
# resp.name #=> String
|
3625
3654
|
# resp.pipelines_running_count #=> Integer
|
3626
3655
|
# resp.role_arn #=> String
|
@@ -3648,7 +3677,7 @@ module Aws::MediaLive
|
|
3648
3677
|
params: params,
|
3649
3678
|
config: config)
|
3650
3679
|
context[:gem_name] = 'aws-sdk-medialive'
|
3651
|
-
context[:gem_version] = '1.
|
3680
|
+
context[:gem_version] = '1.1.0'
|
3652
3681
|
Seahorse::Client::Request.new(handlers, context)
|
3653
3682
|
end
|
3654
3683
|
|
@@ -192,6 +192,7 @@ module Aws::MediaLive
|
|
192
192
|
Input = Shapes::StructureShape.new(name: 'Input')
|
193
193
|
InputAttachment = Shapes::StructureShape.new(name: 'InputAttachment')
|
194
194
|
InputChannelLevel = Shapes::StructureShape.new(name: 'InputChannelLevel')
|
195
|
+
InputCodec = Shapes::StringShape.new(name: 'InputCodec')
|
195
196
|
InputDeblockFilter = Shapes::StringShape.new(name: 'InputDeblockFilter')
|
196
197
|
InputDenoiseFilter = Shapes::StringShape.new(name: 'InputDenoiseFilter')
|
197
198
|
InputDestination = Shapes::StructureShape.new(name: 'InputDestination')
|
@@ -203,12 +204,15 @@ module Aws::MediaLive
|
|
203
204
|
InputLossActionForUdpOut = Shapes::StringShape.new(name: 'InputLossActionForUdpOut')
|
204
205
|
InputLossBehavior = Shapes::StructureShape.new(name: 'InputLossBehavior')
|
205
206
|
InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
|
207
|
+
InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
|
208
|
+
InputResolution = Shapes::StringShape.new(name: 'InputResolution')
|
206
209
|
InputSecurityGroup = Shapes::StructureShape.new(name: 'InputSecurityGroup')
|
207
210
|
InputSecurityGroupWhitelistRequest = Shapes::StructureShape.new(name: 'InputSecurityGroupWhitelistRequest')
|
208
211
|
InputSettings = Shapes::StructureShape.new(name: 'InputSettings')
|
209
212
|
InputSource = Shapes::StructureShape.new(name: 'InputSource')
|
210
213
|
InputSourceEndBehavior = Shapes::StringShape.new(name: 'InputSourceEndBehavior')
|
211
214
|
InputSourceRequest = Shapes::StructureShape.new(name: 'InputSourceRequest')
|
215
|
+
InputSpecification = Shapes::StructureShape.new(name: 'InputSpecification')
|
212
216
|
InputState = Shapes::StringShape.new(name: 'InputState')
|
213
217
|
InputType = Shapes::StringShape.new(name: 'InputType')
|
214
218
|
InputWhitelistRule = Shapes::StructureShape.new(name: 'InputWhitelistRule')
|
@@ -519,6 +523,7 @@ module Aws::MediaLive
|
|
519
523
|
Channel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
520
524
|
Channel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
521
525
|
Channel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
526
|
+
Channel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
522
527
|
Channel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
523
528
|
Channel.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
524
529
|
Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -537,6 +542,7 @@ module Aws::MediaLive
|
|
537
542
|
ChannelSummary.add_member(:egress_endpoints, Shapes::ShapeRef.new(shape: ListOfChannelEgressEndpoint, location_name: "egressEndpoints"))
|
538
543
|
ChannelSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
539
544
|
ChannelSummary.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
545
|
+
ChannelSummary.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
540
546
|
ChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
541
547
|
ChannelSummary.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
542
548
|
ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -546,6 +552,7 @@ module Aws::MediaLive
|
|
546
552
|
CreateChannel.add_member(:destinations, Shapes::ShapeRef.new(shape: ListOfOutputDestination, location_name: "destinations"))
|
547
553
|
CreateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
548
554
|
CreateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
555
|
+
CreateChannel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
549
556
|
CreateChannel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
550
557
|
CreateChannel.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
551
558
|
CreateChannel.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, location_name: "reserved"))
|
@@ -555,6 +562,7 @@ module Aws::MediaLive
|
|
555
562
|
CreateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: ListOfOutputDestination, location_name: "destinations"))
|
556
563
|
CreateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
557
564
|
CreateChannelRequest.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
565
|
+
CreateChannelRequest.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
558
566
|
CreateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
559
567
|
CreateChannelRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
560
568
|
CreateChannelRequest.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, location_name: "reserved"))
|
@@ -607,6 +615,7 @@ module Aws::MediaLive
|
|
607
615
|
DeleteChannelResponse.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
608
616
|
DeleteChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
609
617
|
DeleteChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
618
|
+
DeleteChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
610
619
|
DeleteChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
611
620
|
DeleteChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
612
621
|
DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -632,6 +641,7 @@ module Aws::MediaLive
|
|
632
641
|
DescribeChannelResponse.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
633
642
|
DescribeChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
634
643
|
DescribeChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
644
|
+
DescribeChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
635
645
|
DescribeChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
636
646
|
DescribeChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
637
647
|
DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -945,6 +955,11 @@ module Aws::MediaLive
|
|
945
955
|
InputSourceRequest.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
946
956
|
InputSourceRequest.struct_class = Types::InputSourceRequest
|
947
957
|
|
958
|
+
InputSpecification.add_member(:codec, Shapes::ShapeRef.new(shape: InputCodec, location_name: "codec"))
|
959
|
+
InputSpecification.add_member(:maximum_bitrate, Shapes::ShapeRef.new(shape: InputMaximumBitrate, location_name: "maximumBitrate"))
|
960
|
+
InputSpecification.add_member(:resolution, Shapes::ShapeRef.new(shape: InputResolution, location_name: "resolution"))
|
961
|
+
InputSpecification.struct_class = Types::InputSpecification
|
962
|
+
|
948
963
|
InputWhitelistRule.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
949
964
|
InputWhitelistRule.struct_class = Types::InputWhitelistRule
|
950
965
|
|
@@ -1234,6 +1249,7 @@ module Aws::MediaLive
|
|
1234
1249
|
StartChannelResponse.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
1235
1250
|
StartChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1236
1251
|
StartChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
1252
|
+
StartChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1237
1253
|
StartChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1238
1254
|
StartChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1239
1255
|
StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -1253,6 +1269,7 @@ module Aws::MediaLive
|
|
1253
1269
|
StopChannelResponse.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
1254
1270
|
StopChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1255
1271
|
StopChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: ListOfInputAttachment, location_name: "inputAttachments"))
|
1272
|
+
StopChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1256
1273
|
StopChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1257
1274
|
StopChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1258
1275
|
StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -1419,6 +1436,7 @@ module Aws::MediaLive
|
|
1419
1436
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1420
1437
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1421
1438
|
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
1422
1440
|
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
1423
1441
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
1424
1442
|
end)
|
@@ -1565,6 +1565,9 @@ module Aws::MediaLive
|
|
1565
1565
|
# List of input attachments for channel.
|
1566
1566
|
# @return [Array<Types::InputAttachment>]
|
1567
1567
|
#
|
1568
|
+
# @!attribute [rw] input_specification
|
1569
|
+
# @return [Types::InputSpecification]
|
1570
|
+
#
|
1568
1571
|
# @!attribute [rw] name
|
1569
1572
|
# The name of the channel. (user-mutable)
|
1570
1573
|
# @return [String]
|
@@ -1590,6 +1593,7 @@ module Aws::MediaLive
|
|
1590
1593
|
:encoder_settings,
|
1591
1594
|
:id,
|
1592
1595
|
:input_attachments,
|
1596
|
+
:input_specification,
|
1593
1597
|
:name,
|
1594
1598
|
:pipelines_running_count,
|
1595
1599
|
:role_arn,
|
@@ -1646,6 +1650,9 @@ module Aws::MediaLive
|
|
1646
1650
|
# List of input attachments for channel.
|
1647
1651
|
# @return [Array<Types::InputAttachment>]
|
1648
1652
|
#
|
1653
|
+
# @!attribute [rw] input_specification
|
1654
|
+
# @return [Types::InputSpecification]
|
1655
|
+
#
|
1649
1656
|
# @!attribute [rw] name
|
1650
1657
|
# The name of the channel. (user-mutable)
|
1651
1658
|
# @return [String]
|
@@ -1670,6 +1677,7 @@ module Aws::MediaLive
|
|
1670
1677
|
:egress_endpoints,
|
1671
1678
|
:id,
|
1672
1679
|
:input_attachments,
|
1680
|
+
:input_specification,
|
1673
1681
|
:name,
|
1674
1682
|
:pipelines_running_count,
|
1675
1683
|
:role_arn,
|
@@ -1687,6 +1695,11 @@ module Aws::MediaLive
|
|
1687
1695
|
# List of input attachments for channel.
|
1688
1696
|
# @return [Array<Types::InputAttachment>]
|
1689
1697
|
#
|
1698
|
+
# @!attribute [rw] input_specification
|
1699
|
+
# Specification of input for this channel (max. bitrate, resolution,
|
1700
|
+
# codec, etc.)
|
1701
|
+
# @return [Types::InputSpecification]
|
1702
|
+
#
|
1690
1703
|
# @!attribute [rw] name
|
1691
1704
|
# Name of channel.
|
1692
1705
|
# @return [String]
|
@@ -1711,6 +1724,7 @@ module Aws::MediaLive
|
|
1711
1724
|
:destinations,
|
1712
1725
|
:encoder_settings,
|
1713
1726
|
:input_attachments,
|
1727
|
+
:input_specification,
|
1714
1728
|
:name,
|
1715
1729
|
:request_id,
|
1716
1730
|
:reserved,
|
@@ -2386,6 +2400,11 @@ module Aws::MediaLive
|
|
2386
2400
|
# },
|
2387
2401
|
# },
|
2388
2402
|
# ],
|
2403
|
+
# input_specification: {
|
2404
|
+
# codec: "MPEG2", # accepts MPEG2, AVC, HEVC
|
2405
|
+
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
2406
|
+
# resolution: "SD", # accepts SD, HD, UHD
|
2407
|
+
# },
|
2389
2408
|
# name: "__string",
|
2390
2409
|
# request_id: "__string",
|
2391
2410
|
# reserved: "__string",
|
@@ -2401,6 +2420,9 @@ module Aws::MediaLive
|
|
2401
2420
|
# @!attribute [rw] input_attachments
|
2402
2421
|
# @return [Array<Types::InputAttachment>]
|
2403
2422
|
#
|
2423
|
+
# @!attribute [rw] input_specification
|
2424
|
+
# @return [Types::InputSpecification]
|
2425
|
+
#
|
2404
2426
|
# @!attribute [rw] name
|
2405
2427
|
# @return [String]
|
2406
2428
|
#
|
@@ -2421,6 +2443,7 @@ module Aws::MediaLive
|
|
2421
2443
|
:destinations,
|
2422
2444
|
:encoder_settings,
|
2423
2445
|
:input_attachments,
|
2446
|
+
:input_specification,
|
2424
2447
|
:name,
|
2425
2448
|
:request_id,
|
2426
2449
|
:reserved,
|
@@ -2449,9 +2472,7 @@ module Aws::MediaLive
|
|
2449
2472
|
end
|
2450
2473
|
|
2451
2474
|
# @!attribute [rw] destinations
|
2452
|
-
# settings
|
2453
|
-
# Only one of sources and destinations can be specified. Note: there
|
2454
|
-
# are currently no settings required for PUSH-type inputs
|
2475
|
+
# Destination settings for PUSH type inputs.
|
2455
2476
|
# @return [Array<Types::InputDestinationRequest>]
|
2456
2477
|
#
|
2457
2478
|
# @!attribute [rw] input_security_groups
|
@@ -2463,13 +2484,14 @@ module Aws::MediaLive
|
|
2463
2484
|
# @return [String]
|
2464
2485
|
#
|
2465
2486
|
# @!attribute [rw] request_id
|
2466
|
-
# Unique identifier of the request to ensure the request is handled exactly once in case of retries **A suitable default value is auto-generated.** You should normally
|
2487
|
+
# Unique identifier of the request to ensure the request is handled exactly once in case of retries. **A suitable default value is auto-generated.** You should normally
|
2467
2488
|
# not need to pass this option.
|
2468
2489
|
# @return [String]
|
2469
2490
|
#
|
2470
2491
|
# @!attribute [rw] sources
|
2471
|
-
#
|
2472
|
-
#
|
2492
|
+
# The source URLs for a PULL-type input. Every PULL type input needs
|
2493
|
+
# exactly two source URLs for redundancy. Only specify sources for
|
2494
|
+
# PULL type Inputs. Leave Destinations empty.
|
2473
2495
|
# @return [Array<Types::InputSourceRequest>]
|
2474
2496
|
#
|
2475
2497
|
# @!attribute [rw] type
|
@@ -2639,6 +2661,9 @@ module Aws::MediaLive
|
|
2639
2661
|
# @!attribute [rw] input_attachments
|
2640
2662
|
# @return [Array<Types::InputAttachment>]
|
2641
2663
|
#
|
2664
|
+
# @!attribute [rw] input_specification
|
2665
|
+
# @return [Types::InputSpecification]
|
2666
|
+
#
|
2642
2667
|
# @!attribute [rw] name
|
2643
2668
|
# @return [String]
|
2644
2669
|
#
|
@@ -2660,6 +2685,7 @@ module Aws::MediaLive
|
|
2660
2685
|
:encoder_settings,
|
2661
2686
|
:id,
|
2662
2687
|
:input_attachments,
|
2688
|
+
:input_specification,
|
2663
2689
|
:name,
|
2664
2690
|
:pipelines_running_count,
|
2665
2691
|
:role_arn,
|
@@ -2744,6 +2770,9 @@ module Aws::MediaLive
|
|
2744
2770
|
# @!attribute [rw] input_attachments
|
2745
2771
|
# @return [Array<Types::InputAttachment>]
|
2746
2772
|
#
|
2773
|
+
# @!attribute [rw] input_specification
|
2774
|
+
# @return [Types::InputSpecification]
|
2775
|
+
#
|
2747
2776
|
# @!attribute [rw] name
|
2748
2777
|
# @return [String]
|
2749
2778
|
#
|
@@ -2765,6 +2794,7 @@ module Aws::MediaLive
|
|
2765
2794
|
:encoder_settings,
|
2766
2795
|
:id,
|
2767
2796
|
:input_attachments,
|
2797
|
+
:input_specification,
|
2768
2798
|
:name,
|
2769
2799
|
:pipelines_running_count,
|
2770
2800
|
:role_arn,
|
@@ -4692,9 +4722,9 @@ module Aws::MediaLive
|
|
4692
4722
|
# @return [Types::HlsCdnSettings]
|
4693
4723
|
#
|
4694
4724
|
# @!attribute [rw] index_n_segments
|
4695
|
-
#
|
4696
|
-
#
|
4697
|
-
#
|
4725
|
+
# If mode is "live", the number of segments to retain in the
|
4726
|
+
# manifest (.m3u8) file. This number must be less than or equal to
|
4727
|
+
# keepSegments. If mode is "vod", this parameter has no effect.
|
4698
4728
|
# @return [Integer]
|
4699
4729
|
#
|
4700
4730
|
# @!attribute [rw] input_loss_action
|
@@ -4717,8 +4747,9 @@ module Aws::MediaLive
|
|
4717
4747
|
# @return [String]
|
4718
4748
|
#
|
4719
4749
|
# @!attribute [rw] keep_segments
|
4720
|
-
#
|
4721
|
-
#
|
4750
|
+
# If mode is "live", the number of TS segments to retain in the
|
4751
|
+
# destination directory. If mode is "vod", this parameter has no
|
4752
|
+
# effect.
|
4722
4753
|
# @return [Integer]
|
4723
4754
|
#
|
4724
4755
|
# @!attribute [rw] key_format
|
@@ -4752,9 +4783,14 @@ module Aws::MediaLive
|
|
4752
4783
|
# @return [Integer]
|
4753
4784
|
#
|
4754
4785
|
# @!attribute [rw] mode
|
4755
|
-
# If
|
4756
|
-
#
|
4757
|
-
#
|
4786
|
+
# If "vod", all segments are indexed and kept permanently in the
|
4787
|
+
# destination and manifest. If "live", only the number segments
|
4788
|
+
# specified in keepSegments and indexNSegments are kept; newer
|
4789
|
+
# segments replace older segments, which may prevent players from
|
4790
|
+
# rewinding all the way to the beginning of the event. VOD mode uses
|
4791
|
+
# HLS EXT-X-PLAYLIST-TYPE of EVENT while the channel is running,
|
4792
|
+
# converting it to a "VOD" type manifest on completion of the
|
4793
|
+
# stream.
|
4758
4794
|
# @return [String]
|
4759
4795
|
#
|
4760
4796
|
# @!attribute [rw] output_selection
|
@@ -5104,32 +5140,32 @@ module Aws::MediaLive
|
|
5104
5140
|
end
|
5105
5141
|
|
5106
5142
|
# @!attribute [rw] arn
|
5107
|
-
# Unique ARN of input (generated, immutable)
|
5143
|
+
# The Unique ARN of the input (generated, immutable).
|
5108
5144
|
# @return [String]
|
5109
5145
|
#
|
5110
5146
|
# @!attribute [rw] attached_channels
|
5111
|
-
#
|
5112
|
-
# input can only be attached to one channel)
|
5147
|
+
# A list of channel IDs that that input is attached to (currently an
|
5148
|
+
# input can only be attached to one channel).
|
5113
5149
|
# @return [Array<String>]
|
5114
5150
|
#
|
5115
5151
|
# @!attribute [rw] destinations
|
5116
|
-
#
|
5152
|
+
# A list of the destinations of the input (PUSH-type).
|
5117
5153
|
# @return [Array<Types::InputDestination>]
|
5118
5154
|
#
|
5119
5155
|
# @!attribute [rw] id
|
5120
|
-
# generated ID of input (unique for user account, immutable)
|
5156
|
+
# The generated ID of the input (unique for user account, immutable).
|
5121
5157
|
# @return [String]
|
5122
5158
|
#
|
5123
5159
|
# @!attribute [rw] name
|
5124
|
-
# user-assigned name (mutable)
|
5160
|
+
# The user-assigned name (This is a mutable value).
|
5125
5161
|
# @return [String]
|
5126
5162
|
#
|
5127
5163
|
# @!attribute [rw] security_groups
|
5128
|
-
#
|
5164
|
+
# A list of IDs for all the security groups attached to the input.
|
5129
5165
|
# @return [Array<String>]
|
5130
5166
|
#
|
5131
5167
|
# @!attribute [rw] sources
|
5132
|
-
#
|
5168
|
+
# A list of the sources of the input (PULL-type).
|
5133
5169
|
# @return [Array<Types::InputSource>]
|
5134
5170
|
#
|
5135
5171
|
# @!attribute [rw] state
|
@@ -5272,15 +5308,15 @@ module Aws::MediaLive
|
|
5272
5308
|
include Aws::Structure
|
5273
5309
|
end
|
5274
5310
|
|
5275
|
-
#
|
5311
|
+
# The settings for a PUSH type input.
|
5276
5312
|
#
|
5277
5313
|
# @!attribute [rw] ip
|
5278
|
-
# system-generated static IP address of endpoint.
|
5279
|
-
# the lifetime of the input
|
5314
|
+
# The system-generated static IP address of endpoint. It remains fixed
|
5315
|
+
# for the lifetime of the input.
|
5280
5316
|
# @return [String]
|
5281
5317
|
#
|
5282
5318
|
# @!attribute [rw] port
|
5283
|
-
# port for input
|
5319
|
+
# The port number for the input.
|
5284
5320
|
# @return [String]
|
5285
5321
|
#
|
5286
5322
|
# @!attribute [rw] url
|
@@ -5297,7 +5333,7 @@ module Aws::MediaLive
|
|
5297
5333
|
include Aws::Structure
|
5298
5334
|
end
|
5299
5335
|
|
5300
|
-
# Endpoint settings for a PUSH type input
|
5336
|
+
# Endpoint settings for a PUSH type input.
|
5301
5337
|
#
|
5302
5338
|
# @note When making an API call, you may pass InputDestinationRequest
|
5303
5339
|
# data as a hash:
|
@@ -5584,10 +5620,10 @@ module Aws::MediaLive
|
|
5584
5620
|
include Aws::Structure
|
5585
5621
|
end
|
5586
5622
|
|
5587
|
-
#
|
5623
|
+
# The settings for a PULL type input.
|
5588
5624
|
#
|
5589
5625
|
# @!attribute [rw] password_param
|
5590
|
-
# key used to extract the password from EC2 Parameter store
|
5626
|
+
# The key used to extract the password from EC2 Parameter store.
|
5591
5627
|
# @return [String]
|
5592
5628
|
#
|
5593
5629
|
# @!attribute [rw] url
|
@@ -5596,7 +5632,7 @@ module Aws::MediaLive
|
|
5596
5632
|
# @return [String]
|
5597
5633
|
#
|
5598
5634
|
# @!attribute [rw] username
|
5599
|
-
# username for input source
|
5635
|
+
# The username for the input source.
|
5600
5636
|
# @return [String]
|
5601
5637
|
#
|
5602
5638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputSource AWS API Documentation
|
@@ -5608,7 +5644,7 @@ module Aws::MediaLive
|
|
5608
5644
|
include Aws::Structure
|
5609
5645
|
end
|
5610
5646
|
|
5611
|
-
# Settings for for a PULL type input
|
5647
|
+
# Settings for for a PULL type input.
|
5612
5648
|
#
|
5613
5649
|
# @note When making an API call, you may pass InputSourceRequest
|
5614
5650
|
# data as a hash:
|
@@ -5620,7 +5656,7 @@ module Aws::MediaLive
|
|
5620
5656
|
# }
|
5621
5657
|
#
|
5622
5658
|
# @!attribute [rw] password_param
|
5623
|
-
# key used to extract the password from EC2 Parameter store
|
5659
|
+
# The key used to extract the password from EC2 Parameter store.
|
5624
5660
|
# @return [String]
|
5625
5661
|
#
|
5626
5662
|
# @!attribute [rw] url
|
@@ -5629,7 +5665,7 @@ module Aws::MediaLive
|
|
5629
5665
|
# @return [String]
|
5630
5666
|
#
|
5631
5667
|
# @!attribute [rw] username
|
5632
|
-
# username for input source
|
5668
|
+
# The username for the input source.
|
5633
5669
|
# @return [String]
|
5634
5670
|
#
|
5635
5671
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputSourceRequest AWS API Documentation
|
@@ -5641,6 +5677,36 @@ module Aws::MediaLive
|
|
5641
5677
|
include Aws::Structure
|
5642
5678
|
end
|
5643
5679
|
|
5680
|
+
# @note When making an API call, you may pass InputSpecification
|
5681
|
+
# data as a hash:
|
5682
|
+
#
|
5683
|
+
# {
|
5684
|
+
# codec: "MPEG2", # accepts MPEG2, AVC, HEVC
|
5685
|
+
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
5686
|
+
# resolution: "SD", # accepts SD, HD, UHD
|
5687
|
+
# }
|
5688
|
+
#
|
5689
|
+
# @!attribute [rw] codec
|
5690
|
+
# Input codec
|
5691
|
+
# @return [String]
|
5692
|
+
#
|
5693
|
+
# @!attribute [rw] maximum_bitrate
|
5694
|
+
# Maximum input bitrate, categorized coarsely
|
5695
|
+
# @return [String]
|
5696
|
+
#
|
5697
|
+
# @!attribute [rw] resolution
|
5698
|
+
# Input resolution, categorized coarsely
|
5699
|
+
# @return [String]
|
5700
|
+
#
|
5701
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputSpecification AWS API Documentation
|
5702
|
+
#
|
5703
|
+
class InputSpecification < Struct.new(
|
5704
|
+
:codec,
|
5705
|
+
:maximum_bitrate,
|
5706
|
+
:resolution)
|
5707
|
+
include Aws::Structure
|
5708
|
+
end
|
5709
|
+
|
5644
5710
|
# Whitelist rule
|
5645
5711
|
#
|
5646
5712
|
# @!attribute [rw] cidr
|
@@ -6070,9 +6136,7 @@ module Aws::MediaLive
|
|
6070
6136
|
# @return [String]
|
6071
6137
|
#
|
6072
6138
|
# @!attribute [rw] ecm_pid
|
6073
|
-
#
|
6074
|
-
# enabled when Simulcrypt is enabled. Can be entered as a decimal or
|
6075
|
-
# hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
6139
|
+
# This field is unused and deprecated.
|
6076
6140
|
# @return [String]
|
6077
6141
|
#
|
6078
6142
|
# @!attribute [rw] es_rate_in_pes
|
@@ -6319,11 +6383,7 @@ module Aws::MediaLive
|
|
6319
6383
|
# @return [String]
|
6320
6384
|
#
|
6321
6385
|
# @!attribute [rw] ecm_pid
|
6322
|
-
#
|
6323
|
-
# Target Client include an ECM stream. This ECM stream contains the
|
6324
|
-
# size, IV, and PTS of every sample in the transport stream. This
|
6325
|
-
# stream PID is specified here. This PID has no effect on non
|
6326
|
-
# ThePlatform-protected streams.
|
6386
|
+
# This parameter is unused and deprecated.
|
6327
6387
|
# @return [String]
|
6328
6388
|
#
|
6329
6389
|
# @!attribute [rw] pat_interval
|
@@ -7935,6 +7995,9 @@ module Aws::MediaLive
|
|
7935
7995
|
# @!attribute [rw] input_attachments
|
7936
7996
|
# @return [Array<Types::InputAttachment>]
|
7937
7997
|
#
|
7998
|
+
# @!attribute [rw] input_specification
|
7999
|
+
# @return [Types::InputSpecification]
|
8000
|
+
#
|
7938
8001
|
# @!attribute [rw] name
|
7939
8002
|
# @return [String]
|
7940
8003
|
#
|
@@ -7956,6 +8019,7 @@ module Aws::MediaLive
|
|
7956
8019
|
:encoder_settings,
|
7957
8020
|
:id,
|
7958
8021
|
:input_attachments,
|
8022
|
+
:input_specification,
|
7959
8023
|
:name,
|
7960
8024
|
:pipelines_running_count,
|
7961
8025
|
:role_arn,
|
@@ -8026,6 +8090,9 @@ module Aws::MediaLive
|
|
8026
8090
|
# @!attribute [rw] input_attachments
|
8027
8091
|
# @return [Array<Types::InputAttachment>]
|
8028
8092
|
#
|
8093
|
+
# @!attribute [rw] input_specification
|
8094
|
+
# @return [Types::InputSpecification]
|
8095
|
+
#
|
8029
8096
|
# @!attribute [rw] name
|
8030
8097
|
# @return [String]
|
8031
8098
|
#
|
@@ -8047,6 +8114,7 @@ module Aws::MediaLive
|
|
8047
8114
|
:encoder_settings,
|
8048
8115
|
:id,
|
8049
8116
|
:input_attachments,
|
8117
|
+
:input_specification,
|
8050
8118
|
:name,
|
8051
8119
|
:pipelines_running_count,
|
8052
8120
|
:role_arn,
|
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.
|
4
|
+
version: 1.1.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:
|
11
|
+
date: 2018-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|