aws-sdk-mediaconvert 1.103.0 → 1.104.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +9 -998
- data/lib/aws-sdk-mediaconvert/client_api.rb +10 -0
- data/lib/aws-sdk-mediaconvert/endpoint_provider.rb +0 -3
- data/lib/aws-sdk-mediaconvert/types.rb +42 -2
- data/lib/aws-sdk-mediaconvert.rb +1 -1
- metadata +2 -2
@@ -619,6 +619,7 @@ module Aws::MediaConvert
|
|
619
619
|
Vp9QualityTuningLevel = Shapes::StringShape.new(name: 'Vp9QualityTuningLevel')
|
620
620
|
Vp9RateControlMode = Shapes::StringShape.new(name: 'Vp9RateControlMode')
|
621
621
|
Vp9Settings = Shapes::StructureShape.new(name: 'Vp9Settings')
|
622
|
+
WarningGroup = Shapes::StructureShape.new(name: 'WarningGroup')
|
622
623
|
WatermarkingStrength = Shapes::StringShape.new(name: 'WatermarkingStrength')
|
623
624
|
WavFormat = Shapes::StringShape.new(name: 'WavFormat')
|
624
625
|
WavSettings = Shapes::StructureShape.new(name: 'WavSettings')
|
@@ -792,6 +793,7 @@ module Aws::MediaConvert
|
|
792
793
|
__listOfQueue = Shapes::ListShape.new(name: '__listOfQueue')
|
793
794
|
__listOfQueueTransition = Shapes::ListShape.new(name: '__listOfQueueTransition')
|
794
795
|
__listOfTeletextPageType = Shapes::ListShape.new(name: '__listOfTeletextPageType')
|
796
|
+
__listOfWarningGroup = Shapes::ListShape.new(name: '__listOfWarningGroup')
|
795
797
|
__listOf__doubleMinNegative60Max6 = Shapes::ListShape.new(name: '__listOf__doubleMinNegative60Max6')
|
796
798
|
__listOf__integerMin1Max2147483647 = Shapes::ListShape.new(name: '__listOf__integerMin1Max2147483647')
|
797
799
|
__listOf__integerMin32Max8182 = Shapes::ListShape.new(name: '__listOf__integerMin32Max8182')
|
@@ -1789,6 +1791,7 @@ module Aws::MediaConvert
|
|
1789
1791
|
Job.add_member(:acceleration_status, Shapes::ShapeRef.new(shape: AccelerationStatus, location_name: "accelerationStatus"))
|
1790
1792
|
Job.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1791
1793
|
Job.add_member(:billing_tags_source, Shapes::ShapeRef.new(shape: BillingTagsSource, location_name: "billingTagsSource"))
|
1794
|
+
Job.add_member(:client_request_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientRequestToken"))
|
1792
1795
|
Job.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
1793
1796
|
Job.add_member(:current_phase, Shapes::ShapeRef.new(shape: JobPhase, location_name: "currentPhase"))
|
1794
1797
|
Job.add_member(:error_code, Shapes::ShapeRef.new(shape: __integer, location_name: "errorCode"))
|
@@ -1810,6 +1813,7 @@ module Aws::MediaConvert
|
|
1810
1813
|
Job.add_member(:status_update_interval, Shapes::ShapeRef.new(shape: StatusUpdateInterval, location_name: "statusUpdateInterval"))
|
1811
1814
|
Job.add_member(:timing, Shapes::ShapeRef.new(shape: Timing, location_name: "timing"))
|
1812
1815
|
Job.add_member(:user_metadata, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "userMetadata"))
|
1816
|
+
Job.add_member(:warnings, Shapes::ShapeRef.new(shape: __listOfWarningGroup, location_name: "warnings"))
|
1813
1817
|
Job.struct_class = Types::Job
|
1814
1818
|
|
1815
1819
|
JobMessages.add_member(:info, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "info"))
|
@@ -2514,6 +2518,10 @@ module Aws::MediaConvert
|
|
2514
2518
|
Vp9Settings.add_member(:rate_control_mode, Shapes::ShapeRef.new(shape: Vp9RateControlMode, location_name: "rateControlMode"))
|
2515
2519
|
Vp9Settings.struct_class = Types::Vp9Settings
|
2516
2520
|
|
2521
|
+
WarningGroup.add_member(:code, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "code"))
|
2522
|
+
WarningGroup.add_member(:count, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "count"))
|
2523
|
+
WarningGroup.struct_class = Types::WarningGroup
|
2524
|
+
|
2517
2525
|
WavSettings.add_member(:bit_depth, Shapes::ShapeRef.new(shape: __integerMin16Max24, location_name: "bitDepth"))
|
2518
2526
|
WavSettings.add_member(:channels, Shapes::ShapeRef.new(shape: __integerMin1Max64, location_name: "channels"))
|
2519
2527
|
WavSettings.add_member(:format, Shapes::ShapeRef.new(shape: WavFormat, location_name: "format"))
|
@@ -2637,6 +2645,8 @@ module Aws::MediaConvert
|
|
2637
2645
|
|
2638
2646
|
__listOfTeletextPageType.member = Shapes::ShapeRef.new(shape: TeletextPageType)
|
2639
2647
|
|
2648
|
+
__listOfWarningGroup.member = Shapes::ShapeRef.new(shape: WarningGroup)
|
2649
|
+
|
2640
2650
|
__listOf__doubleMinNegative60Max6.member = Shapes::ShapeRef.new(shape: __doubleMinNegative60Max6)
|
2641
2651
|
|
2642
2652
|
__listOf__integerMin1Max2147483647.member = Shapes::ShapeRef.new(shape: __integerMin1Max2147483647)
|
@@ -49,9 +49,6 @@ module Aws::MediaConvert
|
|
49
49
|
if Aws::Endpoints::Matchers.string_equals?(region, "cn-northwest-1")
|
50
50
|
return Aws::Endpoints::Endpoint.new(url: "https://subscribe.mediaconvert.cn-northwest-1.amazonaws.com.cn", headers: {}, properties: {})
|
51
51
|
end
|
52
|
-
if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
|
53
|
-
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
|
54
|
-
end
|
55
52
|
return Aws::Endpoints::Endpoint.new(url: "https://mediaconvert.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
56
53
|
end
|
57
54
|
end
|
@@ -6940,7 +6940,7 @@ module Aws::MediaConvert
|
|
6940
6940
|
# @!attribute [rw] wait_minutes
|
6941
6941
|
# Required for setting up a job to use queue hopping. Minimum wait
|
6942
6942
|
# time in minutes until the job can hop to the destination queue.
|
6943
|
-
# Valid range is 1 to
|
6943
|
+
# Valid range is 1 to 4320 minutes, inclusive.
|
6944
6944
|
# @return [Integer]
|
6945
6945
|
#
|
6946
6946
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/HopDestination AWS API Documentation
|
@@ -7692,6 +7692,16 @@ module Aws::MediaConvert
|
|
7692
7692
|
# set up.
|
7693
7693
|
# @return [String]
|
7694
7694
|
#
|
7695
|
+
# @!attribute [rw] client_request_token
|
7696
|
+
# Prevent duplicate jobs from being created and ensure idempotency for
|
7697
|
+
# your requests. A client request token can be any string that
|
7698
|
+
# includes up to 64 ASCII characters. If you reuse a client request
|
7699
|
+
# token within one minute of a successful request, the API returns the
|
7700
|
+
# job details of the original request instead. For more information
|
7701
|
+
# see
|
7702
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/apireference/idempotency.html.
|
7703
|
+
# @return [String]
|
7704
|
+
#
|
7695
7705
|
# @!attribute [rw] created_at
|
7696
7706
|
# The time, in Unix epoch format in seconds, when the job got created.
|
7697
7707
|
# @return [Time]
|
@@ -7805,6 +7815,13 @@ module Aws::MediaConvert
|
|
7805
7815
|
# MediaConvert job. You specify metadata in key/value pairs.
|
7806
7816
|
# @return [Hash<String,String>]
|
7807
7817
|
#
|
7818
|
+
# @!attribute [rw] warnings
|
7819
|
+
# Contains any warning messages for the job. Use to help identify
|
7820
|
+
# potential issues with your input, output, or job. For more
|
7821
|
+
# information, see
|
7822
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/warning\_codes.html
|
7823
|
+
# @return [Array<Types::WarningGroup>]
|
7824
|
+
#
|
7808
7825
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/Job AWS API Documentation
|
7809
7826
|
#
|
7810
7827
|
class Job < Struct.new(
|
@@ -7812,6 +7829,7 @@ module Aws::MediaConvert
|
|
7812
7829
|
:acceleration_status,
|
7813
7830
|
:arn,
|
7814
7831
|
:billing_tags_source,
|
7832
|
+
:client_request_token,
|
7815
7833
|
:created_at,
|
7816
7834
|
:current_phase,
|
7817
7835
|
:error_code,
|
@@ -7832,7 +7850,8 @@ module Aws::MediaConvert
|
|
7832
7850
|
:status,
|
7833
7851
|
:status_update_interval,
|
7834
7852
|
:timing,
|
7835
|
-
:user_metadata
|
7853
|
+
:user_metadata,
|
7854
|
+
:warnings)
|
7836
7855
|
SENSITIVE = []
|
7837
7856
|
include Aws::Structure
|
7838
7857
|
end
|
@@ -13065,6 +13084,27 @@ module Aws::MediaConvert
|
|
13065
13084
|
include Aws::Structure
|
13066
13085
|
end
|
13067
13086
|
|
13087
|
+
# Contains any warning codes and their count for the job.
|
13088
|
+
#
|
13089
|
+
# @!attribute [rw] code
|
13090
|
+
# Warning code that identifies a specific warning in the job. For more
|
13091
|
+
# information, see
|
13092
|
+
# https://docs.aws.amazon.com/mediaconvert/latest/ug/warning\_codes.html
|
13093
|
+
# @return [Integer]
|
13094
|
+
#
|
13095
|
+
# @!attribute [rw] count
|
13096
|
+
# The number of times this warning occurred in the job.
|
13097
|
+
# @return [Integer]
|
13098
|
+
#
|
13099
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/WarningGroup AWS API Documentation
|
13100
|
+
#
|
13101
|
+
class WarningGroup < Struct.new(
|
13102
|
+
:code,
|
13103
|
+
:count)
|
13104
|
+
SENSITIVE = []
|
13105
|
+
include Aws::Structure
|
13106
|
+
end
|
13107
|
+
|
13068
13108
|
# Required when you set (Codec) under
|
13069
13109
|
# (AudioDescriptions)>(CodecSettings) to the value WAV.
|
13070
13110
|
#
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
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.104.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: 2023-
|
11
|
+
date: 2023-04-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|