aws-sdk-medialive 1.5.0 → 1.6.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 +20 -3
- data/lib/aws-sdk-medialive/client_api.rb +14 -3
- data/lib/aws-sdk-medialive/types.rb +54 -8
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f974a021c51d46b85bd9a86ebc03a6dae08c6a07
|
4
|
+
data.tar.gz: fdcc4a5e0e4356ff58de58affd81383b499c42ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1981d16902d6a9f076268920031610f16237aa641654d8e0bb05af86a0cc44aa42c5e4bbdc5519baa93e5dec4b116a4264594224f24b5850ead9e13d785b05ee
|
7
|
+
data.tar.gz: 772f37f8db76cd471c214741a7fb9415bb68eb8e37d8dd5bb8e06b09ccc5a2c320ffff0cc92498efe3aad3869e9992b267fe4a2feb9d3fb12b95bedb36d13f43
|
data/lib/aws-sdk-medialive.rb
CHANGED
@@ -155,6 +155,8 @@ module Aws::MediaLive
|
|
155
155
|
#
|
156
156
|
# @option params [Types::InputSpecification] :input_specification
|
157
157
|
#
|
158
|
+
# @option params [String] :log_level
|
159
|
+
#
|
158
160
|
# @option params [String] :name
|
159
161
|
#
|
160
162
|
# @option params [String] :request_id
|
@@ -469,7 +471,7 @@ module Aws::MediaLive
|
|
469
471
|
# key_format_versions: "__string",
|
470
472
|
# key_provider_settings: {
|
471
473
|
# static_key_settings: {
|
472
|
-
# key_provider_server: {
|
474
|
+
# key_provider_server: { # required
|
473
475
|
# password_param: "__string",
|
474
476
|
# uri: "__string", # required
|
475
477
|
# username: "__string",
|
@@ -860,6 +862,7 @@ module Aws::MediaLive
|
|
860
862
|
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
861
863
|
# resolution: "SD", # accepts SD, HD, UHD
|
862
864
|
# },
|
865
|
+
# log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
|
863
866
|
# name: "__string",
|
864
867
|
# request_id: "__string",
|
865
868
|
# reserved: "__string",
|
@@ -1328,6 +1331,7 @@ module Aws::MediaLive
|
|
1328
1331
|
# resp.channel.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
1329
1332
|
# resp.channel.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
1330
1333
|
# resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
1334
|
+
# resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
1331
1335
|
# resp.channel.name #=> String
|
1332
1336
|
# resp.channel.pipelines_running_count #=> Integer
|
1333
1337
|
# resp.channel.role_arn #=> String
|
@@ -1462,6 +1466,7 @@ module Aws::MediaLive
|
|
1462
1466
|
# * {Types::DeleteChannelResponse#id #id} => String
|
1463
1467
|
# * {Types::DeleteChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
1464
1468
|
# * {Types::DeleteChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
1469
|
+
# * {Types::DeleteChannelResponse#log_level #log_level} => String
|
1465
1470
|
# * {Types::DeleteChannelResponse#name #name} => String
|
1466
1471
|
# * {Types::DeleteChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
1467
1472
|
# * {Types::DeleteChannelResponse#role_arn #role_arn} => String
|
@@ -1935,6 +1940,7 @@ module Aws::MediaLive
|
|
1935
1940
|
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
1936
1941
|
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
1937
1942
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
1943
|
+
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
1938
1944
|
# resp.name #=> String
|
1939
1945
|
# resp.pipelines_running_count #=> Integer
|
1940
1946
|
# resp.role_arn #=> String
|
@@ -2004,6 +2010,7 @@ module Aws::MediaLive
|
|
2004
2010
|
# * {Types::DescribeChannelResponse#id #id} => String
|
2005
2011
|
# * {Types::DescribeChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
2006
2012
|
# * {Types::DescribeChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
2013
|
+
# * {Types::DescribeChannelResponse#log_level #log_level} => String
|
2007
2014
|
# * {Types::DescribeChannelResponse#name #name} => String
|
2008
2015
|
# * {Types::DescribeChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
2009
2016
|
# * {Types::DescribeChannelResponse#role_arn #role_arn} => String
|
@@ -2477,6 +2484,7 @@ module Aws::MediaLive
|
|
2477
2484
|
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
2478
2485
|
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
2479
2486
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
2487
|
+
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
2480
2488
|
# resp.name #=> String
|
2481
2489
|
# resp.pipelines_running_count #=> Integer
|
2482
2490
|
# resp.role_arn #=> String
|
@@ -2647,6 +2655,7 @@ module Aws::MediaLive
|
|
2647
2655
|
# resp.channels[0].input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
2648
2656
|
# resp.channels[0].input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
2649
2657
|
# resp.channels[0].input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
2658
|
+
# resp.channels[0].log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
2650
2659
|
# resp.channels[0].name #=> String
|
2651
2660
|
# resp.channels[0].pipelines_running_count #=> Integer
|
2652
2661
|
# resp.channels[0].role_arn #=> String
|
@@ -2763,6 +2772,7 @@ module Aws::MediaLive
|
|
2763
2772
|
# * {Types::StartChannelResponse#id #id} => String
|
2764
2773
|
# * {Types::StartChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
2765
2774
|
# * {Types::StartChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
2775
|
+
# * {Types::StartChannelResponse#log_level #log_level} => String
|
2766
2776
|
# * {Types::StartChannelResponse#name #name} => String
|
2767
2777
|
# * {Types::StartChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
2768
2778
|
# * {Types::StartChannelResponse#role_arn #role_arn} => String
|
@@ -3236,6 +3246,7 @@ module Aws::MediaLive
|
|
3236
3246
|
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
3237
3247
|
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
3238
3248
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
3249
|
+
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
3239
3250
|
# resp.name #=> String
|
3240
3251
|
# resp.pipelines_running_count #=> Integer
|
3241
3252
|
# resp.role_arn #=> String
|
@@ -3263,6 +3274,7 @@ module Aws::MediaLive
|
|
3263
3274
|
# * {Types::StopChannelResponse#id #id} => String
|
3264
3275
|
# * {Types::StopChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
|
3265
3276
|
# * {Types::StopChannelResponse#input_specification #input_specification} => Types::InputSpecification
|
3277
|
+
# * {Types::StopChannelResponse#log_level #log_level} => String
|
3266
3278
|
# * {Types::StopChannelResponse#name #name} => String
|
3267
3279
|
# * {Types::StopChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
|
3268
3280
|
# * {Types::StopChannelResponse#role_arn #role_arn} => String
|
@@ -3736,6 +3748,7 @@ module Aws::MediaLive
|
|
3736
3748
|
# resp.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
3737
3749
|
# resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
3738
3750
|
# resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
3751
|
+
# resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
3739
3752
|
# resp.name #=> String
|
3740
3753
|
# resp.pipelines_running_count #=> Integer
|
3741
3754
|
# resp.role_arn #=> String
|
@@ -3762,6 +3775,8 @@ module Aws::MediaLive
|
|
3762
3775
|
#
|
3763
3776
|
# @option params [Types::InputSpecification] :input_specification
|
3764
3777
|
#
|
3778
|
+
# @option params [String] :log_level
|
3779
|
+
#
|
3765
3780
|
# @option params [String] :name
|
3766
3781
|
#
|
3767
3782
|
# @option params [String] :role_arn
|
@@ -4071,7 +4086,7 @@ module Aws::MediaLive
|
|
4071
4086
|
# key_format_versions: "__string",
|
4072
4087
|
# key_provider_settings: {
|
4073
4088
|
# static_key_settings: {
|
4074
|
-
# key_provider_server: {
|
4089
|
+
# key_provider_server: { # required
|
4075
4090
|
# password_param: "__string",
|
4076
4091
|
# uri: "__string", # required
|
4077
4092
|
# username: "__string",
|
@@ -4462,6 +4477,7 @@ module Aws::MediaLive
|
|
4462
4477
|
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
4463
4478
|
# resolution: "SD", # accepts SD, HD, UHD
|
4464
4479
|
# },
|
4480
|
+
# log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
|
4465
4481
|
# name: "__string",
|
4466
4482
|
# role_arn: "__string",
|
4467
4483
|
# })
|
@@ -4928,6 +4944,7 @@ module Aws::MediaLive
|
|
4928
4944
|
# resp.channel.input_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC"
|
4929
4945
|
# resp.channel.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
|
4930
4946
|
# resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
|
4947
|
+
# resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
|
4931
4948
|
# resp.channel.name #=> String
|
4932
4949
|
# resp.channel.pipelines_running_count #=> Integer
|
4933
4950
|
# resp.channel.role_arn #=> String
|
@@ -5060,7 +5077,7 @@ module Aws::MediaLive
|
|
5060
5077
|
params: params,
|
5061
5078
|
config: config)
|
5062
5079
|
context[:gem_name] = 'aws-sdk-medialive'
|
5063
|
-
context[:gem_version] = '1.
|
5080
|
+
context[:gem_version] = '1.6.0'
|
5064
5081
|
Seahorse::Client::Request.new(handlers, context)
|
5065
5082
|
end
|
5066
5083
|
|
@@ -233,6 +233,7 @@ module Aws::MediaLive
|
|
233
233
|
ListInputsRequest = Shapes::StructureShape.new(name: 'ListInputsRequest')
|
234
234
|
ListInputsResponse = Shapes::StructureShape.new(name: 'ListInputsResponse')
|
235
235
|
ListInputsResultModel = Shapes::StructureShape.new(name: 'ListInputsResultModel')
|
236
|
+
LogLevel = Shapes::StringShape.new(name: 'LogLevel')
|
236
237
|
M2tsAbsentInputAudioBehavior = Shapes::StringShape.new(name: 'M2tsAbsentInputAudioBehavior')
|
237
238
|
M2tsArib = Shapes::StringShape.new(name: 'M2tsArib')
|
238
239
|
M2tsAribCaptionsPidControl = Shapes::StringShape.new(name: 'M2tsAribCaptionsPidControl')
|
@@ -593,6 +594,7 @@ module Aws::MediaLive
|
|
593
594
|
Channel.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
594
595
|
Channel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
595
596
|
Channel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
597
|
+
Channel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
596
598
|
Channel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
597
599
|
Channel.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
598
600
|
Channel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -612,6 +614,7 @@ module Aws::MediaLive
|
|
612
614
|
ChannelSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
613
615
|
ChannelSummary.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
614
616
|
ChannelSummary.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
617
|
+
ChannelSummary.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
615
618
|
ChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
616
619
|
ChannelSummary.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
617
620
|
ChannelSummary.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -622,6 +625,7 @@ module Aws::MediaLive
|
|
622
625
|
CreateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
623
626
|
CreateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
624
627
|
CreateChannel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
628
|
+
CreateChannel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
625
629
|
CreateChannel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
626
630
|
CreateChannel.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
627
631
|
CreateChannel.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
|
@@ -632,6 +636,7 @@ module Aws::MediaLive
|
|
632
636
|
CreateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
633
637
|
CreateChannelRequest.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
634
638
|
CreateChannelRequest.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
639
|
+
CreateChannelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
635
640
|
CreateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
636
641
|
CreateChannelRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
637
642
|
CreateChannelRequest.add_member(:reserved, Shapes::ShapeRef.new(shape: __string, deprecated: true, location_name: "reserved"))
|
@@ -685,6 +690,7 @@ module Aws::MediaLive
|
|
685
690
|
DeleteChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
686
691
|
DeleteChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
687
692
|
DeleteChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
693
|
+
DeleteChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
688
694
|
DeleteChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
689
695
|
DeleteChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
690
696
|
DeleteChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -711,6 +717,7 @@ module Aws::MediaLive
|
|
711
717
|
DescribeChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
712
718
|
DescribeChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
713
719
|
DescribeChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
720
|
+
DescribeChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
714
721
|
DescribeChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
715
722
|
DescribeChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
716
723
|
DescribeChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -1290,13 +1297,14 @@ module Aws::MediaLive
|
|
1290
1297
|
StartChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1291
1298
|
StartChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1292
1299
|
StartChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1300
|
+
StartChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1293
1301
|
StartChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1294
1302
|
StartChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1295
1303
|
StartChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1296
1304
|
StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1297
1305
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
1298
1306
|
|
1299
|
-
StaticKeySettings.add_member(:key_provider_server, Shapes::ShapeRef.new(shape: InputLocation, location_name: "keyProviderServer"))
|
1307
|
+
StaticKeySettings.add_member(:key_provider_server, Shapes::ShapeRef.new(shape: InputLocation, required: true, location_name: "keyProviderServer"))
|
1300
1308
|
StaticKeySettings.add_member(:static_key_value, Shapes::ShapeRef.new(shape: __stringMin32Max32, required: true, location_name: "staticKeyValue"))
|
1301
1309
|
StaticKeySettings.struct_class = Types::StaticKeySettings
|
1302
1310
|
|
@@ -1310,6 +1318,7 @@ module Aws::MediaLive
|
|
1310
1318
|
StopChannelResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1311
1319
|
StopChannelResponse.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1312
1320
|
StopChannelResponse.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1321
|
+
StopChannelResponse.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1313
1322
|
StopChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1314
1323
|
StopChannelResponse.add_member(:pipelines_running_count, Shapes::ShapeRef.new(shape: __integer, location_name: "pipelinesRunningCount"))
|
1315
1324
|
StopChannelResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
@@ -1346,6 +1355,7 @@ module Aws::MediaLive
|
|
1346
1355
|
UpdateChannel.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
1347
1356
|
UpdateChannel.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1348
1357
|
UpdateChannel.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1358
|
+
UpdateChannel.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1349
1359
|
UpdateChannel.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1350
1360
|
UpdateChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1351
1361
|
UpdateChannel.struct_class = Types::UpdateChannel
|
@@ -1355,6 +1365,7 @@ module Aws::MediaLive
|
|
1355
1365
|
UpdateChannelRequest.add_member(:encoder_settings, Shapes::ShapeRef.new(shape: EncoderSettings, location_name: "encoderSettings"))
|
1356
1366
|
UpdateChannelRequest.add_member(:input_attachments, Shapes::ShapeRef.new(shape: __listOfInputAttachment, location_name: "inputAttachments"))
|
1357
1367
|
UpdateChannelRequest.add_member(:input_specification, Shapes::ShapeRef.new(shape: InputSpecification, location_name: "inputSpecification"))
|
1368
|
+
UpdateChannelRequest.add_member(:log_level, Shapes::ShapeRef.new(shape: LogLevel, location_name: "logLevel"))
|
1358
1369
|
UpdateChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1359
1370
|
UpdateChannelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1360
1371
|
UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
|
@@ -1500,8 +1511,8 @@ module Aws::MediaLive
|
|
1500
1511
|
o.http_request_uri = "/prod/channels"
|
1501
1512
|
o.input = Shapes::ShapeRef.new(shape: CreateChannelRequest)
|
1502
1513
|
o.output = Shapes::ShapeRef.new(shape: CreateChannelResponse)
|
1503
|
-
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
1504
1514
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1515
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
1505
1516
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1506
1517
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1507
1518
|
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
@@ -1728,8 +1739,8 @@ module Aws::MediaLive
|
|
1728
1739
|
o.http_request_uri = "/prod/channels/{channelId}"
|
1729
1740
|
o.input = Shapes::ShapeRef.new(shape: UpdateChannelRequest)
|
1730
1741
|
o.output = Shapes::ShapeRef.new(shape: UpdateChannelResponse)
|
1731
|
-
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
1732
1742
|
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
1743
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
1733
1744
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
1734
1745
|
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
1735
1746
|
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
@@ -1577,6 +1577,10 @@ module Aws::MediaLive
|
|
1577
1577
|
# @!attribute [rw] input_specification
|
1578
1578
|
# @return [Types::InputSpecification]
|
1579
1579
|
#
|
1580
|
+
# @!attribute [rw] log_level
|
1581
|
+
# The log level being written to CloudWatch Logs.
|
1582
|
+
# @return [String]
|
1583
|
+
#
|
1580
1584
|
# @!attribute [rw] name
|
1581
1585
|
# The name of the channel. (user-mutable)
|
1582
1586
|
# @return [String]
|
@@ -1603,6 +1607,7 @@ module Aws::MediaLive
|
|
1603
1607
|
:id,
|
1604
1608
|
:input_attachments,
|
1605
1609
|
:input_specification,
|
1610
|
+
:log_level,
|
1606
1611
|
:name,
|
1607
1612
|
:pipelines_running_count,
|
1608
1613
|
:role_arn,
|
@@ -1662,6 +1667,10 @@ module Aws::MediaLive
|
|
1662
1667
|
# @!attribute [rw] input_specification
|
1663
1668
|
# @return [Types::InputSpecification]
|
1664
1669
|
#
|
1670
|
+
# @!attribute [rw] log_level
|
1671
|
+
# The log level being written to CloudWatch Logs.
|
1672
|
+
# @return [String]
|
1673
|
+
#
|
1665
1674
|
# @!attribute [rw] name
|
1666
1675
|
# The name of the channel. (user-mutable)
|
1667
1676
|
# @return [String]
|
@@ -1687,6 +1696,7 @@ module Aws::MediaLive
|
|
1687
1696
|
:id,
|
1688
1697
|
:input_attachments,
|
1689
1698
|
:input_specification,
|
1699
|
+
:log_level,
|
1690
1700
|
:name,
|
1691
1701
|
:pipelines_running_count,
|
1692
1702
|
:role_arn,
|
@@ -1709,6 +1719,10 @@ module Aws::MediaLive
|
|
1709
1719
|
# codec, etc.)
|
1710
1720
|
# @return [Types::InputSpecification]
|
1711
1721
|
#
|
1722
|
+
# @!attribute [rw] log_level
|
1723
|
+
# The log level to write to CloudWatch Logs.
|
1724
|
+
# @return [String]
|
1725
|
+
#
|
1712
1726
|
# @!attribute [rw] name
|
1713
1727
|
# Name of channel.
|
1714
1728
|
# @return [String]
|
@@ -1734,6 +1748,7 @@ module Aws::MediaLive
|
|
1734
1748
|
:encoder_settings,
|
1735
1749
|
:input_attachments,
|
1736
1750
|
:input_specification,
|
1751
|
+
:log_level,
|
1737
1752
|
:name,
|
1738
1753
|
:request_id,
|
1739
1754
|
:reserved,
|
@@ -2042,7 +2057,7 @@ module Aws::MediaLive
|
|
2042
2057
|
# key_format_versions: "__string",
|
2043
2058
|
# key_provider_settings: {
|
2044
2059
|
# static_key_settings: {
|
2045
|
-
# key_provider_server: {
|
2060
|
+
# key_provider_server: { # required
|
2046
2061
|
# password_param: "__string",
|
2047
2062
|
# uri: "__string", # required
|
2048
2063
|
# username: "__string",
|
@@ -2433,6 +2448,7 @@ module Aws::MediaLive
|
|
2433
2448
|
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
2434
2449
|
# resolution: "SD", # accepts SD, HD, UHD
|
2435
2450
|
# },
|
2451
|
+
# log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
|
2436
2452
|
# name: "__string",
|
2437
2453
|
# request_id: "__string",
|
2438
2454
|
# reserved: "__string",
|
@@ -2451,6 +2467,9 @@ module Aws::MediaLive
|
|
2451
2467
|
# @!attribute [rw] input_specification
|
2452
2468
|
# @return [Types::InputSpecification]
|
2453
2469
|
#
|
2470
|
+
# @!attribute [rw] log_level
|
2471
|
+
# @return [String]
|
2472
|
+
#
|
2454
2473
|
# @!attribute [rw] name
|
2455
2474
|
# @return [String]
|
2456
2475
|
#
|
@@ -2472,6 +2491,7 @@ module Aws::MediaLive
|
|
2472
2491
|
:encoder_settings,
|
2473
2492
|
:input_attachments,
|
2474
2493
|
:input_specification,
|
2494
|
+
:log_level,
|
2475
2495
|
:name,
|
2476
2496
|
:request_id,
|
2477
2497
|
:reserved,
|
@@ -2692,6 +2712,9 @@ module Aws::MediaLive
|
|
2692
2712
|
# @!attribute [rw] input_specification
|
2693
2713
|
# @return [Types::InputSpecification]
|
2694
2714
|
#
|
2715
|
+
# @!attribute [rw] log_level
|
2716
|
+
# @return [String]
|
2717
|
+
#
|
2695
2718
|
# @!attribute [rw] name
|
2696
2719
|
# @return [String]
|
2697
2720
|
#
|
@@ -2714,6 +2737,7 @@ module Aws::MediaLive
|
|
2714
2737
|
:id,
|
2715
2738
|
:input_attachments,
|
2716
2739
|
:input_specification,
|
2740
|
+
:log_level,
|
2717
2741
|
:name,
|
2718
2742
|
:pipelines_running_count,
|
2719
2743
|
:role_arn,
|
@@ -2801,6 +2825,9 @@ module Aws::MediaLive
|
|
2801
2825
|
# @!attribute [rw] input_specification
|
2802
2826
|
# @return [Types::InputSpecification]
|
2803
2827
|
#
|
2828
|
+
# @!attribute [rw] log_level
|
2829
|
+
# @return [String]
|
2830
|
+
#
|
2804
2831
|
# @!attribute [rw] name
|
2805
2832
|
# @return [String]
|
2806
2833
|
#
|
@@ -2823,6 +2850,7 @@ module Aws::MediaLive
|
|
2823
2850
|
:id,
|
2824
2851
|
:input_attachments,
|
2825
2852
|
:input_specification,
|
2853
|
+
:log_level,
|
2826
2854
|
:name,
|
2827
2855
|
:pipelines_running_count,
|
2828
2856
|
:role_arn,
|
@@ -3727,7 +3755,7 @@ module Aws::MediaLive
|
|
3727
3755
|
# key_format_versions: "__string",
|
3728
3756
|
# key_provider_settings: {
|
3729
3757
|
# static_key_settings: {
|
3730
|
-
# key_provider_server: {
|
3758
|
+
# key_provider_server: { # required
|
3731
3759
|
# password_param: "__string",
|
3732
3760
|
# uri: "__string", # required
|
3733
3761
|
# username: "__string",
|
@@ -4679,7 +4707,7 @@ module Aws::MediaLive
|
|
4679
4707
|
# key_format_versions: "__string",
|
4680
4708
|
# key_provider_settings: {
|
4681
4709
|
# static_key_settings: {
|
4682
|
-
# key_provider_server: {
|
4710
|
+
# key_provider_server: { # required
|
4683
4711
|
# password_param: "__string",
|
4684
4712
|
# uri: "__string", # required
|
4685
4713
|
# username: "__string",
|
@@ -5831,7 +5859,7 @@ module Aws::MediaLive
|
|
5831
5859
|
#
|
5832
5860
|
# {
|
5833
5861
|
# static_key_settings: {
|
5834
|
-
# key_provider_server: {
|
5862
|
+
# key_provider_server: { # required
|
5835
5863
|
# password_param: "__string",
|
5836
5864
|
# uri: "__string", # required
|
5837
5865
|
# username: "__string",
|
@@ -7170,7 +7198,7 @@ module Aws::MediaLive
|
|
7170
7198
|
# key_format_versions: "__string",
|
7171
7199
|
# key_provider_settings: {
|
7172
7200
|
# static_key_settings: {
|
7173
|
-
# key_provider_server: {
|
7201
|
+
# key_provider_server: { # required
|
7174
7202
|
# password_param: "__string",
|
7175
7203
|
# uri: "__string", # required
|
7176
7204
|
# username: "__string",
|
@@ -7518,7 +7546,7 @@ module Aws::MediaLive
|
|
7518
7546
|
# key_format_versions: "__string",
|
7519
7547
|
# key_provider_settings: {
|
7520
7548
|
# static_key_settings: {
|
7521
|
-
# key_provider_server: {
|
7549
|
+
# key_provider_server: { # required
|
7522
7550
|
# password_param: "__string",
|
7523
7551
|
# uri: "__string", # required
|
7524
7552
|
# username: "__string",
|
@@ -8233,6 +8261,9 @@ module Aws::MediaLive
|
|
8233
8261
|
# @!attribute [rw] input_specification
|
8234
8262
|
# @return [Types::InputSpecification]
|
8235
8263
|
#
|
8264
|
+
# @!attribute [rw] log_level
|
8265
|
+
# @return [String]
|
8266
|
+
#
|
8236
8267
|
# @!attribute [rw] name
|
8237
8268
|
# @return [String]
|
8238
8269
|
#
|
@@ -8255,6 +8286,7 @@ module Aws::MediaLive
|
|
8255
8286
|
:id,
|
8256
8287
|
:input_attachments,
|
8257
8288
|
:input_specification,
|
8289
|
+
:log_level,
|
8258
8290
|
:name,
|
8259
8291
|
:pipelines_running_count,
|
8260
8292
|
:role_arn,
|
@@ -8266,7 +8298,7 @@ module Aws::MediaLive
|
|
8266
8298
|
# data as a hash:
|
8267
8299
|
#
|
8268
8300
|
# {
|
8269
|
-
# key_provider_server: {
|
8301
|
+
# key_provider_server: { # required
|
8270
8302
|
# password_param: "__string",
|
8271
8303
|
# uri: "__string", # required
|
8272
8304
|
# username: "__string",
|
@@ -8328,6 +8360,9 @@ module Aws::MediaLive
|
|
8328
8360
|
# @!attribute [rw] input_specification
|
8329
8361
|
# @return [Types::InputSpecification]
|
8330
8362
|
#
|
8363
|
+
# @!attribute [rw] log_level
|
8364
|
+
# @return [String]
|
8365
|
+
#
|
8331
8366
|
# @!attribute [rw] name
|
8332
8367
|
# @return [String]
|
8333
8368
|
#
|
@@ -8350,6 +8385,7 @@ module Aws::MediaLive
|
|
8350
8385
|
:id,
|
8351
8386
|
:input_attachments,
|
8352
8387
|
:input_specification,
|
8388
|
+
:log_level,
|
8353
8389
|
:name,
|
8354
8390
|
:pipelines_running_count,
|
8355
8391
|
:role_arn,
|
@@ -8673,6 +8709,10 @@ module Aws::MediaLive
|
|
8673
8709
|
# codec, etc.)
|
8674
8710
|
# @return [Types::InputSpecification]
|
8675
8711
|
#
|
8712
|
+
# @!attribute [rw] log_level
|
8713
|
+
# The log level to write to CloudWatch Logs.
|
8714
|
+
# @return [String]
|
8715
|
+
#
|
8676
8716
|
# @!attribute [rw] name
|
8677
8717
|
# The name of the channel.
|
8678
8718
|
# @return [String]
|
@@ -8690,6 +8730,7 @@ module Aws::MediaLive
|
|
8690
8730
|
:encoder_settings,
|
8691
8731
|
:input_attachments,
|
8692
8732
|
:input_specification,
|
8733
|
+
:log_level,
|
8693
8734
|
:name,
|
8694
8735
|
:role_arn)
|
8695
8736
|
include Aws::Structure
|
@@ -8997,7 +9038,7 @@ module Aws::MediaLive
|
|
8997
9038
|
# key_format_versions: "__string",
|
8998
9039
|
# key_provider_settings: {
|
8999
9040
|
# static_key_settings: {
|
9000
|
-
# key_provider_server: {
|
9041
|
+
# key_provider_server: { # required
|
9001
9042
|
# password_param: "__string",
|
9002
9043
|
# uri: "__string", # required
|
9003
9044
|
# username: "__string",
|
@@ -9388,6 +9429,7 @@ module Aws::MediaLive
|
|
9388
9429
|
# maximum_bitrate: "MAX_10_MBPS", # accepts MAX_10_MBPS, MAX_20_MBPS, MAX_50_MBPS
|
9389
9430
|
# resolution: "SD", # accepts SD, HD, UHD
|
9390
9431
|
# },
|
9432
|
+
# log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
|
9391
9433
|
# name: "__string",
|
9392
9434
|
# role_arn: "__string",
|
9393
9435
|
# }
|
@@ -9407,6 +9449,9 @@ module Aws::MediaLive
|
|
9407
9449
|
# @!attribute [rw] input_specification
|
9408
9450
|
# @return [Types::InputSpecification]
|
9409
9451
|
#
|
9452
|
+
# @!attribute [rw] log_level
|
9453
|
+
# @return [String]
|
9454
|
+
#
|
9410
9455
|
# @!attribute [rw] name
|
9411
9456
|
# @return [String]
|
9412
9457
|
#
|
@@ -9421,6 +9466,7 @@ module Aws::MediaLive
|
|
9421
9466
|
:encoder_settings,
|
9422
9467
|
:input_attachments,
|
9423
9468
|
:input_specification,
|
9469
|
+
:log_level,
|
9424
9470
|
:name,
|
9425
9471
|
:role_arn)
|
9426
9472
|
include Aws::Structure
|
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.6.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-
|
11
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
77
|
rubyforge_project:
|
78
|
-
rubygems_version: 2.5.2.
|
78
|
+
rubygems_version: 2.5.2.3
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: AWS SDK for Ruby - MediaLive
|