aws-sdk-medialive 1.49.0 → 1.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6cb6b17636568c0e453598f6032f01fbd1d60b5a34449ac17a5c2e741694bb4
4
- data.tar.gz: d772cd32b3289616b2686d2a0dcd1ebe9411d5e73b726c177310e000897c4bc1
3
+ metadata.gz: 8d6a3b821953f806a7be6d8ec9e1cde318ed1857c22111b57474bc0f7edab9ed
4
+ data.tar.gz: 1cfb63ad9991ee079a1552776d8029d0c5b6f2f1c70fa9051962ac94e69dd901
5
5
  SHA512:
6
- metadata.gz: 47e62474dbf328c1353a13922843221176afdb2b2e2f0d571a1373ab55d1bf35f976ec79e9b0be5ccebada80c1f2c33b26dc4d922e647bbe91cd67daf40ff9e8
7
- data.tar.gz: '028b810b58b133fcc0c637e9b84bbc23405eca3f61681468d98ec8b88e01af38098af25a59fab93a75104fdc9f4eb5acf4e8080c948fb98aebd2c9c217abd4e4'
6
+ metadata.gz: 899e3d0125022e48925471fcd99de049ea20875770fe094124c2498f5491fcfdf08a059d6d7dabb9b57c76e20a439469413310d78884bc111d7be0ed1812e0bd
7
+ data.tar.gz: 10e83cab14983fcadbd00ed8f9fafc75450f0a7437e1ba4449ca4aeee77b7eff712da60aff45a2a745cc5e3df812ed6b7858de73223d10d7f3c09cddbec12581
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-medialive/customizations'
48
48
  # @service
49
49
  module Aws::MediaLive
50
50
 
51
- GEM_VERSION = '1.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
@@ -343,7 +343,7 @@ module Aws::MediaLive
343
343
  # id_3: "__string", # required
344
344
  # },
345
345
  # input_prepare_settings: {
346
- # input_attachment_name_reference: "__string", # required
346
+ # input_attachment_name_reference: "__string",
347
347
  # input_clipping_settings: {
348
348
  # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
349
349
  # start_timecode: {
@@ -694,7 +694,7 @@ module Aws::MediaLive
694
694
  # pass_through_settings: {
695
695
  # },
696
696
  # },
697
- # language_code: "__stringMin3Max3",
697
+ # language_code: "__stringMin1Max35",
698
698
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
699
699
  # name: "__string", # required
700
700
  # remix_settings: {
@@ -3889,6 +3889,45 @@ module Aws::MediaLive
3889
3889
  req.send_request(options)
3890
3890
  end
3891
3891
 
3892
+ # Get the latest thumbnail data for the input device.
3893
+ #
3894
+ # @option params [required, String] :input_device_id
3895
+ #
3896
+ # @option params [required, String] :accept
3897
+ # Accept Header
3898
+ #
3899
+ # @return [Types::DescribeInputDeviceThumbnailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3900
+ #
3901
+ # * {Types::DescribeInputDeviceThumbnailResponse#body #body} => IO
3902
+ # * {Types::DescribeInputDeviceThumbnailResponse#content_type #content_type} => String
3903
+ # * {Types::DescribeInputDeviceThumbnailResponse#content_length #content_length} => Integer
3904
+ # * {Types::DescribeInputDeviceThumbnailResponse#etag #etag} => String
3905
+ # * {Types::DescribeInputDeviceThumbnailResponse#last_modified #last_modified} => Time
3906
+ #
3907
+ # @example Request syntax with placeholder values
3908
+ #
3909
+ # resp = client.describe_input_device_thumbnail({
3910
+ # input_device_id: "__string", # required
3911
+ # accept: "image/jpeg", # required, accepts image/jpeg
3912
+ # })
3913
+ #
3914
+ # @example Response structure
3915
+ #
3916
+ # resp.body #=> IO
3917
+ # resp.content_type #=> String, one of "image/jpeg"
3918
+ # resp.content_length #=> Integer
3919
+ # resp.etag #=> String
3920
+ # resp.last_modified #=> Time
3921
+ #
3922
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnail AWS API Documentation
3923
+ #
3924
+ # @overload describe_input_device_thumbnail(params = {})
3925
+ # @param [Hash] params ({})
3926
+ def describe_input_device_thumbnail(params = {}, options = {}, &block)
3927
+ req = build_request(:describe_input_device_thumbnail, params)
3928
+ req.send_request(options, &block)
3929
+ end
3930
+
3892
3931
  # Produces a summary of an Input Security Group
3893
3932
  #
3894
3933
  # @option params [required, String] :input_security_group_id
@@ -6249,7 +6288,7 @@ module Aws::MediaLive
6249
6288
  # pass_through_settings: {
6250
6289
  # },
6251
6290
  # },
6252
- # language_code: "__stringMin3Max3",
6291
+ # language_code: "__stringMin1Max35",
6253
6292
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
6254
6293
  # name: "__string", # required
6255
6294
  # remix_settings: {
@@ -8543,7 +8582,7 @@ module Aws::MediaLive
8543
8582
  params: params,
8544
8583
  config: config)
8545
8584
  context[:gem_name] = 'aws-sdk-medialive'
8546
- context[:gem_version] = '1.49.0'
8585
+ context[:gem_version] = '1.50.0'
8547
8586
  Seahorse::Client::Request.new(handlers, context)
8548
8587
  end
8549
8588
 
@@ -27,6 +27,7 @@ module Aws::MediaLive
27
27
  Ac3LfeFilter = Shapes::StringShape.new(name: 'Ac3LfeFilter')
28
28
  Ac3MetadataControl = Shapes::StringShape.new(name: 'Ac3MetadataControl')
29
29
  Ac3Settings = Shapes::StructureShape.new(name: 'Ac3Settings')
30
+ AcceptHeader = Shapes::StringShape.new(name: 'AcceptHeader')
30
31
  AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
31
32
  AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
32
33
  ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
@@ -91,6 +92,7 @@ module Aws::MediaLive
91
92
  ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
92
93
  ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
93
94
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
95
+ ContentType = Shapes::StringShape.new(name: 'ContentType')
94
96
  CreateChannel = Shapes::StructureShape.new(name: 'CreateChannel')
95
97
  CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
96
98
  CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
@@ -130,6 +132,8 @@ module Aws::MediaLive
130
132
  DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
131
133
  DescribeInputDeviceRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceRequest')
132
134
  DescribeInputDeviceResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceResponse')
135
+ DescribeInputDeviceThumbnailRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailRequest')
136
+ DescribeInputDeviceThumbnailResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailResponse')
133
137
  DescribeInputRequest = Shapes::StructureShape.new(name: 'DescribeInputRequest')
134
138
  DescribeInputResponse = Shapes::StructureShape.new(name: 'DescribeInputResponse')
135
139
  DescribeInputSecurityGroupRequest = Shapes::StructureShape.new(name: 'DescribeInputSecurityGroupRequest')
@@ -302,6 +306,7 @@ module Aws::MediaLive
302
306
  InputDeviceSettings = Shapes::StructureShape.new(name: 'InputDeviceSettings')
303
307
  InputDeviceState = Shapes::StringShape.new(name: 'InputDeviceState')
304
308
  InputDeviceSummary = Shapes::StructureShape.new(name: 'InputDeviceSummary')
309
+ InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
305
310
  InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
306
311
  InputFilter = Shapes::StringShape.new(name: 'InputFilter')
307
312
  InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
@@ -681,10 +686,12 @@ module Aws::MediaLive
681
686
  __stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
682
687
  __stringMin1Max255 = Shapes::StringShape.new(name: '__stringMin1Max255')
683
688
  __stringMin1Max256 = Shapes::StringShape.new(name: '__stringMin1Max256')
689
+ __stringMin1Max35 = Shapes::StringShape.new(name: '__stringMin1Max35')
684
690
  __stringMin32Max32 = Shapes::StringShape.new(name: '__stringMin32Max32')
685
691
  __stringMin34Max34 = Shapes::StringShape.new(name: '__stringMin34Max34')
686
692
  __stringMin3Max3 = Shapes::StringShape.new(name: '__stringMin3Max3')
687
693
  __stringMin6Max6 = Shapes::StringShape.new(name: '__stringMin6Max6')
694
+ __timestamp = Shapes::TimestampShape.new(name: '__timestamp')
688
695
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
689
696
  __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
690
697
 
@@ -743,7 +750,7 @@ module Aws::MediaLive
743
750
  AudioDescription.add_member(:audio_type, Shapes::ShapeRef.new(shape: AudioType, location_name: "audioType"))
744
751
  AudioDescription.add_member(:audio_type_control, Shapes::ShapeRef.new(shape: AudioDescriptionAudioTypeControl, location_name: "audioTypeControl"))
745
752
  AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
746
- AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin3Max3, location_name: "languageCode"))
753
+ AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
747
754
  AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
748
755
  AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
749
756
  AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
@@ -1175,6 +1182,19 @@ module Aws::MediaLive
1175
1182
  DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
1176
1183
  DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
1177
1184
 
1185
+ DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
1186
+ DescribeInputDeviceThumbnailRequest.add_member(:accept, Shapes::ShapeRef.new(shape: AcceptHeader, required: true, location: "header", location_name: "accept"))
1187
+ DescribeInputDeviceThumbnailRequest.struct_class = Types::DescribeInputDeviceThumbnailRequest
1188
+
1189
+ DescribeInputDeviceThumbnailResponse.add_member(:body, Shapes::ShapeRef.new(shape: InputDeviceThumbnail, location_name: "body"))
1190
+ DescribeInputDeviceThumbnailResponse.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location: "header", location_name: "Content-Type"))
1191
+ DescribeInputDeviceThumbnailResponse.add_member(:content_length, Shapes::ShapeRef.new(shape: __long, location: "header", location_name: "Content-Length"))
1192
+ DescribeInputDeviceThumbnailResponse.add_member(:etag, Shapes::ShapeRef.new(shape: __string, location: "header", location_name: "ETag"))
1193
+ DescribeInputDeviceThumbnailResponse.add_member(:last_modified, Shapes::ShapeRef.new(shape: __timestamp, location: "header", location_name: "Last-Modified"))
1194
+ DescribeInputDeviceThumbnailResponse.struct_class = Types::DescribeInputDeviceThumbnailResponse
1195
+ DescribeInputDeviceThumbnailResponse[:payload] = :body
1196
+ DescribeInputDeviceThumbnailResponse[:payload_member] = DescribeInputDeviceThumbnailResponse.member(:body)
1197
+
1178
1198
  DescribeInputRequest.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputId"))
1179
1199
  DescribeInputRequest.struct_class = Types::DescribeInputRequest
1180
1200
 
@@ -1441,7 +1461,7 @@ module Aws::MediaLive
1441
1461
  H264Settings.add_member(:num_ref_frames, Shapes::ShapeRef.new(shape: __integerMin1Max6, location_name: "numRefFrames"))
1442
1462
  H264Settings.add_member(:par_control, Shapes::ShapeRef.new(shape: H264ParControl, location_name: "parControl"))
1443
1463
  H264Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
1444
- H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integer, location_name: "parNumerator"))
1464
+ H264Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
1445
1465
  H264Settings.add_member(:profile, Shapes::ShapeRef.new(shape: H264Profile, location_name: "profile"))
1446
1466
  H264Settings.add_member(:quality_level, Shapes::ShapeRef.new(shape: H264QualityLevel, location_name: "qualityLevel"))
1447
1467
  H264Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
@@ -1711,7 +1731,7 @@ module Aws::MediaLive
1711
1731
  InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
1712
1732
  InputLossBehavior.struct_class = Types::InputLossBehavior
1713
1733
 
1714
- InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "inputAttachmentNameReference"))
1734
+ InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
1715
1735
  InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
1716
1736
  InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
1717
1737
  InputPrepareScheduleActionSettings.struct_class = Types::InputPrepareScheduleActionSettings
@@ -3055,6 +3075,21 @@ module Aws::MediaLive
3055
3075
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3056
3076
  end)
3057
3077
 
3078
+ api.add_operation(:describe_input_device_thumbnail, Seahorse::Model::Operation.new.tap do |o|
3079
+ o.name = "DescribeInputDeviceThumbnail"
3080
+ o.http_method = "GET"
3081
+ o.http_request_uri = "/prod/inputDevices/{inputDeviceId}/thumbnailData"
3082
+ o.input = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailRequest)
3083
+ o.output = Shapes::ShapeRef.new(shape: DescribeInputDeviceThumbnailResponse)
3084
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
3085
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
3086
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
3087
+ o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
3088
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
3089
+ o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
3090
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
3091
+ end)
3092
+
3058
3093
  api.add_operation(:describe_input_security_group, Seahorse::Model::Operation.new.tap do |o|
3059
3094
  o.name = "DescribeInputSecurityGroup"
3060
3095
  o.http_method = "GET"
@@ -579,7 +579,7 @@ module Aws::MediaLive
579
579
  # pass_through_settings: {
580
580
  # },
581
581
  # },
582
- # language_code: "__stringMin3Max3",
582
+ # language_code: "__stringMin1Max35",
583
583
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
584
584
  # name: "__string", # required
585
585
  # remix_settings: {
@@ -628,9 +628,9 @@ module Aws::MediaLive
628
628
  # @return [Types::AudioCodecSettings]
629
629
  #
630
630
  # @!attribute [rw] language_code
631
- # Indicates the language of the audio output track. Only used if
632
- # languageControlMode is useConfigured, or there is no ISO 639
633
- # language code specified in the input.
631
+ # RFC 5646 language code representing the language of the audio output
632
+ # track. Only used if languageControlMode is useConfigured, or there
633
+ # is no ISO 639 language code specified in the input.
634
634
  # @return [String]
635
635
  #
636
636
  # @!attribute [rw] language_code_control
@@ -1129,7 +1129,7 @@ module Aws::MediaLive
1129
1129
  # id_3: "__string", # required
1130
1130
  # },
1131
1131
  # input_prepare_settings: {
1132
- # input_attachment_name_reference: "__string", # required
1132
+ # input_attachment_name_reference: "__string",
1133
1133
  # input_clipping_settings: {
1134
1134
  # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
1135
1135
  # start_timecode: {
@@ -1314,7 +1314,7 @@ module Aws::MediaLive
1314
1314
  # id_3: "__string", # required
1315
1315
  # },
1316
1316
  # input_prepare_settings: {
1317
- # input_attachment_name_reference: "__string", # required
1317
+ # input_attachment_name_reference: "__string",
1318
1318
  # input_clipping_settings: {
1319
1319
  # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
1320
1320
  # start_timecode: {
@@ -2494,7 +2494,7 @@ module Aws::MediaLive
2494
2494
  # pass_through_settings: {
2495
2495
  # },
2496
2496
  # },
2497
- # language_code: "__stringMin3Max3",
2497
+ # language_code: "__stringMin1Max35",
2498
2498
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
2499
2499
  # name: "__string", # required
2500
2500
  # remix_settings: {
@@ -4353,6 +4353,57 @@ module Aws::MediaLive
4353
4353
  include Aws::Structure
4354
4354
  end
4355
4355
 
4356
+ # @note When making an API call, you may pass DescribeInputDeviceThumbnailRequest
4357
+ # data as a hash:
4358
+ #
4359
+ # {
4360
+ # input_device_id: "__string", # required
4361
+ # accept: "image/jpeg", # required, accepts image/jpeg
4362
+ # }
4363
+ #
4364
+ # @!attribute [rw] input_device_id
4365
+ # @return [String]
4366
+ #
4367
+ # @!attribute [rw] accept
4368
+ # Accept Header
4369
+ # @return [String]
4370
+ #
4371
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailRequest AWS API Documentation
4372
+ #
4373
+ class DescribeInputDeviceThumbnailRequest < Struct.new(
4374
+ :input_device_id,
4375
+ :accept)
4376
+ SENSITIVE = []
4377
+ include Aws::Structure
4378
+ end
4379
+
4380
+ # @!attribute [rw] body
4381
+ # @return [IO]
4382
+ #
4383
+ # @!attribute [rw] content_type
4384
+ # @return [String]
4385
+ #
4386
+ # @!attribute [rw] content_length
4387
+ # @return [Integer]
4388
+ #
4389
+ # @!attribute [rw] etag
4390
+ # @return [String]
4391
+ #
4392
+ # @!attribute [rw] last_modified
4393
+ # @return [Time]
4394
+ #
4395
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceThumbnailResponse AWS API Documentation
4396
+ #
4397
+ class DescribeInputDeviceThumbnailResponse < Struct.new(
4398
+ :body,
4399
+ :content_type,
4400
+ :content_length,
4401
+ :etag,
4402
+ :last_modified)
4403
+ SENSITIVE = []
4404
+ include Aws::Structure
4405
+ end
4406
+
4356
4407
  # @note When making an API call, you may pass DescribeInputRequest
4357
4408
  # data as a hash:
4358
4409
  #
@@ -5419,7 +5470,7 @@ module Aws::MediaLive
5419
5470
  # pass_through_settings: {
5420
5471
  # },
5421
5472
  # },
5422
- # language_code: "__stringMin3Max3",
5473
+ # language_code: "__stringMin1Max35",
5423
5474
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
5424
5475
  # name: "__string", # required
5425
5476
  # remix_settings: {
@@ -7100,7 +7151,10 @@ module Aws::MediaLive
7100
7151
  # Recommended if you or your viewers pay for bandwidth. CBR: Quality
7101
7152
  # varies, depending on the video complexity. Recommended only if you
7102
7153
  # distribute your assets to devices that cannot handle variable
7103
- # bitrates.
7154
+ # bitrates. Multiplex: This rate control mode is only supported (and
7155
+ # is required) when the video is being delivered to a MediaLive
7156
+ # Multiplex in which case the rate control configuration is controlled
7157
+ # by the properties within the Multiplex Program.
7104
7158
  # @return [String]
7105
7159
  #
7106
7160
  # @!attribute [rw] scan_type
@@ -8871,7 +8925,7 @@ module Aws::MediaLive
8871
8925
  # data as a hash:
8872
8926
  #
8873
8927
  # {
8874
- # input_attachment_name_reference: "__string", # required
8928
+ # input_attachment_name_reference: "__string",
8875
8929
  # input_clipping_settings: {
8876
8930
  # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
8877
8931
  # start_timecode: {
@@ -13284,7 +13338,7 @@ module Aws::MediaLive
13284
13338
  # id_3: "__string", # required
13285
13339
  # },
13286
13340
  # input_prepare_settings: {
13287
- # input_attachment_name_reference: "__string", # required
13341
+ # input_attachment_name_reference: "__string",
13288
13342
  # input_clipping_settings: {
13289
13343
  # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
13290
13344
  # start_timecode: {
@@ -13425,7 +13479,7 @@ module Aws::MediaLive
13425
13479
  # id_3: "__string", # required
13426
13480
  # },
13427
13481
  # input_prepare_settings: {
13428
- # input_attachment_name_reference: "__string", # required
13482
+ # input_attachment_name_reference: "__string",
13429
13483
  # input_clipping_settings: {
13430
13484
  # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
13431
13485
  # start_timecode: {
@@ -15305,7 +15359,7 @@ module Aws::MediaLive
15305
15359
  # pass_through_settings: {
15306
15360
  # },
15307
15361
  # },
15308
- # language_code: "__stringMin3Max3",
15362
+ # language_code: "__stringMin1Max35",
15309
15363
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
15310
15364
  # name: "__string", # required
15311
15365
  # remix_settings: {
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.49.0
4
+ version: 1.50.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: 2020-06-23 00:00:00.000000000 Z
11
+ date: 2020-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core