aws-sdk-mediaconvert 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-mediaconvert.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client.rb +1 -1
- data/lib/aws-sdk-mediaconvert/client_api.rb +10 -10
- 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: e72da11f5591992526b6b11798dc5f7b12710002
|
4
|
+
data.tar.gz: 70bb179c3d777f6810780b5217d43beebb7bd934
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b40117b19b4c81852038eaa28fbb102a35adb90b39713ec71147efd963a0187d4f839e3b32b12248d8f30d334398bf5ec3ea79bfd65089bc668c4e4702adebac
|
7
|
+
data.tar.gz: 74b0445b740dd4831b132ad99b297b2afc68f535886a663d78cdb40e3c40bbb4a550de9facc662031b058e6f73b26e5958635ec221eed839a1208785ad349f61
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
@@ -9254,7 +9254,7 @@ module Aws::MediaConvert
|
|
9254
9254
|
params: params,
|
9255
9255
|
config: config)
|
9256
9256
|
context[:gem_name] = 'aws-sdk-mediaconvert'
|
9257
|
-
context[:gem_version] = '1.
|
9257
|
+
context[:gem_version] = '1.6.0'
|
9258
9258
|
Seahorse::Client::Request.new(handlers, context)
|
9259
9259
|
end
|
9260
9260
|
|
@@ -1057,7 +1057,7 @@ module Aws::MediaConvert
|
|
1057
1057
|
InsertableImage.struct_class = Types::InsertableImage
|
1058
1058
|
|
1059
1059
|
Job.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1060
|
-
Job.add_member(:created_at, Shapes::ShapeRef.new(shape:
|
1060
|
+
Job.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
1061
1061
|
Job.add_member(:error_code, Shapes::ShapeRef.new(shape: __integer, location_name: "errorCode"))
|
1062
1062
|
Job.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
1063
1063
|
Job.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
@@ -1082,9 +1082,9 @@ module Aws::MediaConvert
|
|
1082
1082
|
|
1083
1083
|
JobTemplate.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1084
1084
|
JobTemplate.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
|
1085
|
-
JobTemplate.add_member(:created_at, Shapes::ShapeRef.new(shape:
|
1085
|
+
JobTemplate.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
1086
1086
|
JobTemplate.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
1087
|
-
JobTemplate.add_member(:last_updated, Shapes::ShapeRef.new(shape:
|
1087
|
+
JobTemplate.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastUpdated"))
|
1088
1088
|
JobTemplate.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
1089
1089
|
JobTemplate.add_member(:queue, Shapes::ShapeRef.new(shape: __string, location_name: "queue"))
|
1090
1090
|
JobTemplate.add_member(:settings, Shapes::ShapeRef.new(shape: JobTemplateSettings, required: true, location_name: "settings"))
|
@@ -1319,9 +1319,9 @@ module Aws::MediaConvert
|
|
1319
1319
|
|
1320
1320
|
Preset.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1321
1321
|
Preset.add_member(:category, Shapes::ShapeRef.new(shape: __string, location_name: "category"))
|
1322
|
-
Preset.add_member(:created_at, Shapes::ShapeRef.new(shape:
|
1322
|
+
Preset.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
1323
1323
|
Preset.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
1324
|
-
Preset.add_member(:last_updated, Shapes::ShapeRef.new(shape:
|
1324
|
+
Preset.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastUpdated"))
|
1325
1325
|
Preset.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
1326
1326
|
Preset.add_member(:settings, Shapes::ShapeRef.new(shape: PresetSettings, required: true, location_name: "settings"))
|
1327
1327
|
Preset.add_member(:type, Shapes::ShapeRef.new(shape: Type, location_name: "type"))
|
@@ -1347,9 +1347,9 @@ module Aws::MediaConvert
|
|
1347
1347
|
ProresSettings.struct_class = Types::ProresSettings
|
1348
1348
|
|
1349
1349
|
Queue.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1350
|
-
Queue.add_member(:created_at, Shapes::ShapeRef.new(shape:
|
1350
|
+
Queue.add_member(:created_at, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "createdAt"))
|
1351
1351
|
Queue.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
1352
|
-
Queue.add_member(:last_updated, Shapes::ShapeRef.new(shape:
|
1352
|
+
Queue.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "lastUpdated"))
|
1353
1353
|
Queue.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
1354
1354
|
Queue.add_member(:progressing_jobs_count, Shapes::ShapeRef.new(shape: __integer, location_name: "progressingJobsCount"))
|
1355
1355
|
Queue.add_member(:status, Shapes::ShapeRef.new(shape: QueueStatus, location_name: "status"))
|
@@ -1412,9 +1412,9 @@ module Aws::MediaConvert
|
|
1412
1412
|
TimedMetadataInsertion.add_member(:id_3_insertions, Shapes::ShapeRef.new(shape: __listOfId3Insertion, required: true, location_name: "id3Insertions"))
|
1413
1413
|
TimedMetadataInsertion.struct_class = Types::TimedMetadataInsertion
|
1414
1414
|
|
1415
|
-
Timing.add_member(:finish_time, Shapes::ShapeRef.new(shape:
|
1416
|
-
Timing.add_member(:start_time, Shapes::ShapeRef.new(shape:
|
1417
|
-
Timing.add_member(:submit_time, Shapes::ShapeRef.new(shape:
|
1415
|
+
Timing.add_member(:finish_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "finishTime"))
|
1416
|
+
Timing.add_member(:start_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "startTime"))
|
1417
|
+
Timing.add_member(:submit_time, Shapes::ShapeRef.new(shape: __timestampUnix, location_name: "submitTime"))
|
1418
1418
|
Timing.struct_class = Types::Timing
|
1419
1419
|
|
1420
1420
|
TtmlDestinationSettings.add_member(:style_passthrough, Shapes::ShapeRef.new(shape: TtmlStylePassthrough, location_name: "stylePassthrough"))
|
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.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-07-
|
11
|
+
date: 2018-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|