aws-sdk-mediaconvert 1.28.0 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09c19fcabe3fdf4ca36bd4b65e0f32bcc4733094'
|
4
|
+
data.tar.gz: 4993b97b487a21cc3f54d33e537d7075f811a3b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22c62ebd80b9184cdf08135121534febff0603b501396df630f545608a31250e9ad071f4903f1791584f559fa013c86780bfee4aac5b6167584bd1628005a586
|
7
|
+
data.tar.gz: 7927daccf30950a640d7b818f353900b4c97b6c87f4048f250e856c98840df34a9a8a75565562aa452da4c0a9c9e65d5ae93341915e93119a4a1129ab3cf5100
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
@@ -10385,7 +10385,7 @@ module Aws::MediaConvert
|
|
10385
10385
|
params: params,
|
10386
10386
|
config: config)
|
10387
10387
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
10388
|
-
context[:gem_version] = '1.
|
10388
|
+
context[:gem_version] = '1.29.0'
|
10389
10389
|
Seahorse::Client::Request.new(handlers, context)
|
10390
10390
|
end
|
10391
10391
|
|
@@ -645,6 +645,9 @@ module Aws::MediaConvert
|
|
645
645
|
AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: __stringMin14PatternS3BmpBMPPngPNG, location_name: "availBlankingImage"))
|
646
646
|
AvailBlanking.struct_class = Types::AvailBlanking
|
647
647
|
|
648
|
+
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
649
|
+
BadRequestException.struct_class = Types::BadRequestException
|
650
|
+
|
648
651
|
BurninDestinationSettings.add_member(:alignment, Shapes::ShapeRef.new(shape: BurninSubtitleAlignment, location_name: "alignment"))
|
649
652
|
BurninDestinationSettings.add_member(:background_color, Shapes::ShapeRef.new(shape: BurninSubtitleBackgroundColor, location_name: "backgroundColor"))
|
650
653
|
BurninDestinationSettings.add_member(:background_opacity, Shapes::ShapeRef.new(shape: __integerMin0Max255, location_name: "backgroundOpacity"))
|
@@ -741,6 +744,9 @@ module Aws::MediaConvert
|
|
741
744
|
ColorCorrector.add_member(:saturation, Shapes::ShapeRef.new(shape: __integerMin1Max100, location_name: "saturation"))
|
742
745
|
ColorCorrector.struct_class = Types::ColorCorrector
|
743
746
|
|
747
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
748
|
+
ConflictException.struct_class = Types::ConflictException
|
749
|
+
|
744
750
|
ContainerSettings.add_member(:container, Shapes::ShapeRef.new(shape: ContainerType, location_name: "container"))
|
745
751
|
ContainerSettings.add_member(:f4v_settings, Shapes::ShapeRef.new(shape: F4vSettings, location_name: "f4vSettings"))
|
746
752
|
ContainerSettings.add_member(:m2ts_settings, Shapes::ShapeRef.new(shape: M2tsSettings, location_name: "m2tsSettings"))
|
@@ -945,6 +951,9 @@ module Aws::MediaConvert
|
|
945
951
|
FileSourceSettings.add_member(:time_delta, Shapes::ShapeRef.new(shape: __integerMinNegative2147483648Max2147483647, location_name: "timeDelta"))
|
946
952
|
FileSourceSettings.struct_class = Types::FileSourceSettings
|
947
953
|
|
954
|
+
ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
955
|
+
ForbiddenException.struct_class = Types::ForbiddenException
|
956
|
+
|
948
957
|
FrameCaptureSettings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateDenominator"))
|
949
958
|
FrameCaptureSettings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "framerateNumerator"))
|
950
959
|
FrameCaptureSettings.add_member(:max_captures, Shapes::ShapeRef.new(shape: __integerMin1Max10000000, location_name: "maxCaptures"))
|
@@ -1190,6 +1199,9 @@ module Aws::MediaConvert
|
|
1190
1199
|
InsertableImage.add_member(:width, Shapes::ShapeRef.new(shape: __integerMin0Max2147483647, location_name: "width"))
|
1191
1200
|
InsertableImage.struct_class = Types::InsertableImage
|
1192
1201
|
|
1202
|
+
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1203
|
+
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
1204
|
+
|
1193
1205
|
Job.add_member(:acceleration_settings, Shapes::ShapeRef.new(shape: AccelerationSettings, location_name: "accelerationSettings"))
|
1194
1206
|
Job.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1195
1207
|
Job.add_member(:billing_tags_source, Shapes::ShapeRef.new(shape: BillingTagsSource, location_name: "billingTagsSource"))
|
@@ -1449,6 +1461,9 @@ module Aws::MediaConvert
|
|
1449
1461
|
NoiseReducerSpatialFilterSettings.add_member(:strength, Shapes::ShapeRef.new(shape: __integerMin0Max16, location_name: "strength"))
|
1450
1462
|
NoiseReducerSpatialFilterSettings.struct_class = Types::NoiseReducerSpatialFilterSettings
|
1451
1463
|
|
1464
|
+
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1465
|
+
NotFoundException.struct_class = Types::NotFoundException
|
1466
|
+
|
1452
1467
|
Output.add_member(:audio_descriptions, Shapes::ShapeRef.new(shape: __listOfAudioDescription, location_name: "audioDescriptions"))
|
1453
1468
|
Output.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
|
1454
1469
|
Output.add_member(:container_settings, Shapes::ShapeRef.new(shape: ContainerSettings, location_name: "containerSettings"))
|
@@ -1609,6 +1624,9 @@ module Aws::MediaConvert
|
|
1609
1624
|
Timing.add_member(:submit_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "submitTime"))
|
1610
1625
|
Timing.struct_class = Types::Timing
|
1611
1626
|
|
1627
|
+
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1628
|
+
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
1629
|
+
|
1612
1630
|
TrackSourceSettings.add_member(:track_number, Shapes::ShapeRef.new(shape: __integerMin1Max2147483647, location_name: "trackNumber"))
|
1613
1631
|
TrackSourceSettings.struct_class = Types::TrackSourceSettings
|
1614
1632
|
|
@@ -10,5 +10,101 @@ module Aws::MediaConvert
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class BadRequestException < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::MediaConvert::Types::BadRequestException] data
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
19
|
+
super(context, message, data)
|
20
|
+
end
|
21
|
+
|
22
|
+
# @return [String]
|
23
|
+
def message
|
24
|
+
@message || @data[:message]
|
25
|
+
end
|
26
|
+
|
27
|
+
end
|
28
|
+
|
29
|
+
class ConflictException < ServiceError
|
30
|
+
|
31
|
+
# @param [Seahorse::Client::RequestContext] context
|
32
|
+
# @param [String] message
|
33
|
+
# @param [Aws::MediaConvert::Types::ConflictException] data
|
34
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
35
|
+
super(context, message, data)
|
36
|
+
end
|
37
|
+
|
38
|
+
# @return [String]
|
39
|
+
def message
|
40
|
+
@message || @data[:message]
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
class ForbiddenException < ServiceError
|
46
|
+
|
47
|
+
# @param [Seahorse::Client::RequestContext] context
|
48
|
+
# @param [String] message
|
49
|
+
# @param [Aws::MediaConvert::Types::ForbiddenException] data
|
50
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
51
|
+
super(context, message, data)
|
52
|
+
end
|
53
|
+
|
54
|
+
# @return [String]
|
55
|
+
def message
|
56
|
+
@message || @data[:message]
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
60
|
+
|
61
|
+
class InternalServerErrorException < ServiceError
|
62
|
+
|
63
|
+
# @param [Seahorse::Client::RequestContext] context
|
64
|
+
# @param [String] message
|
65
|
+
# @param [Aws::MediaConvert::Types::InternalServerErrorException] data
|
66
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
67
|
+
super(context, message, data)
|
68
|
+
end
|
69
|
+
|
70
|
+
# @return [String]
|
71
|
+
def message
|
72
|
+
@message || @data[:message]
|
73
|
+
end
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
class NotFoundException < ServiceError
|
78
|
+
|
79
|
+
# @param [Seahorse::Client::RequestContext] context
|
80
|
+
# @param [String] message
|
81
|
+
# @param [Aws::MediaConvert::Types::NotFoundException] data
|
82
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
83
|
+
super(context, message, data)
|
84
|
+
end
|
85
|
+
|
86
|
+
# @return [String]
|
87
|
+
def message
|
88
|
+
@message || @data[:message]
|
89
|
+
end
|
90
|
+
|
91
|
+
end
|
92
|
+
|
93
|
+
class TooManyRequestsException < ServiceError
|
94
|
+
|
95
|
+
# @param [Seahorse::Client::RequestContext] context
|
96
|
+
# @param [String] message
|
97
|
+
# @param [Aws::MediaConvert::Types::TooManyRequestsException] data
|
98
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
99
|
+
super(context, message, data)
|
100
|
+
end
|
101
|
+
|
102
|
+
# @return [String]
|
103
|
+
def message
|
104
|
+
@message || @data[:message]
|
105
|
+
end
|
106
|
+
|
107
|
+
end
|
108
|
+
|
13
109
|
end
|
14
110
|
end
|
@@ -825,6 +825,16 @@ module Aws::MediaConvert
|
|
825
825
|
include Aws::Structure
|
826
826
|
end
|
827
827
|
|
828
|
+
# @!attribute [rw] message
|
829
|
+
# @return [String]
|
830
|
+
#
|
831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/BadRequestException AWS API Documentation
|
832
|
+
#
|
833
|
+
class BadRequestException < Struct.new(
|
834
|
+
:message)
|
835
|
+
include Aws::Structure
|
836
|
+
end
|
837
|
+
|
828
838
|
# Burn-In Destination Settings.
|
829
839
|
#
|
830
840
|
# @note When making an API call, you may pass BurninDestinationSettings
|
@@ -1823,6 +1833,16 @@ module Aws::MediaConvert
|
|
1823
1833
|
include Aws::Structure
|
1824
1834
|
end
|
1825
1835
|
|
1836
|
+
# @!attribute [rw] message
|
1837
|
+
# @return [String]
|
1838
|
+
#
|
1839
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ConflictException AWS API Documentation
|
1840
|
+
#
|
1841
|
+
class ConflictException < Struct.new(
|
1842
|
+
:message)
|
1843
|
+
include Aws::Structure
|
1844
|
+
end
|
1845
|
+
|
1826
1846
|
# Container specific settings.
|
1827
1847
|
#
|
1828
1848
|
# @note When making an API call, you may pass ContainerSettings
|
@@ -5567,6 +5587,16 @@ module Aws::MediaConvert
|
|
5567
5587
|
include Aws::Structure
|
5568
5588
|
end
|
5569
5589
|
|
5590
|
+
# @!attribute [rw] message
|
5591
|
+
# @return [String]
|
5592
|
+
#
|
5593
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/ForbiddenException AWS API Documentation
|
5594
|
+
#
|
5595
|
+
class ForbiddenException < Struct.new(
|
5596
|
+
:message)
|
5597
|
+
include Aws::Structure
|
5598
|
+
end
|
5599
|
+
|
5570
5600
|
# Required when you set (Codec) under (VideoDescription)>(CodecSettings)
|
5571
5601
|
# to the value FRAME\_CAPTURE.
|
5572
5602
|
#
|
@@ -7846,6 +7876,16 @@ module Aws::MediaConvert
|
|
7846
7876
|
include Aws::Structure
|
7847
7877
|
end
|
7848
7878
|
|
7879
|
+
# @!attribute [rw] message
|
7880
|
+
# @return [String]
|
7881
|
+
#
|
7882
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/InternalServerErrorException AWS API Documentation
|
7883
|
+
#
|
7884
|
+
class InternalServerErrorException < Struct.new(
|
7885
|
+
:message)
|
7886
|
+
include Aws::Structure
|
7887
|
+
end
|
7888
|
+
|
7849
7889
|
# Each job converts an input file into an output file or files. For more
|
7850
7890
|
# information, see the User Guide at
|
7851
7891
|
# http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
|
@@ -11449,6 +11489,16 @@ module Aws::MediaConvert
|
|
11449
11489
|
include Aws::Structure
|
11450
11490
|
end
|
11451
11491
|
|
11492
|
+
# @!attribute [rw] message
|
11493
|
+
# @return [String]
|
11494
|
+
#
|
11495
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/NotFoundException AWS API Documentation
|
11496
|
+
#
|
11497
|
+
class NotFoundException < Struct.new(
|
11498
|
+
:message)
|
11499
|
+
include Aws::Structure
|
11500
|
+
end
|
11501
|
+
|
11452
11502
|
# An output object describes the settings for a single output file or
|
11453
11503
|
# stream in an output group.
|
11454
11504
|
#
|
@@ -14381,6 +14431,16 @@ module Aws::MediaConvert
|
|
14381
14431
|
include Aws::Structure
|
14382
14432
|
end
|
14383
14433
|
|
14434
|
+
# @!attribute [rw] message
|
14435
|
+
# @return [String]
|
14436
|
+
#
|
14437
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TooManyRequestsException AWS API Documentation
|
14438
|
+
#
|
14439
|
+
class TooManyRequestsException < Struct.new(
|
14440
|
+
:message)
|
14441
|
+
include Aws::Structure
|
14442
|
+
end
|
14443
|
+
|
14384
14444
|
# Settings specific to caption sources that are specfied by track
|
14385
14445
|
# number. Sources include IMSC in IMF.
|
14386
14446
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediaconvert
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.29.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: 2019-05-
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.53.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.53.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|