aws-sdk-mediaconvert 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 812df8b30ea889585ae27cf16719c645a5773467
4
- data.tar.gz: c7c6cd45fd831d43c5a9a9fe4a47ca9d6d5a62c5
3
+ metadata.gz: 547765b0289bf59fcfc89fdb0e8b356f900a3749
4
+ data.tar.gz: 7fdea6fcf6aa1945473c41a65a2818b376ea5935
5
5
  SHA512:
6
- metadata.gz: 3abac0add0d4779415e87af0663a435cb653c99a36b3035ff27131d82b518ac8b8eff5c2a2b8a8e21be43e6561b1a1e109ea12b71f5245f79336bc1ae5124a85
7
- data.tar.gz: a5186c64d285c37399bdb70556d13f22376ed6bfbbe16f0d38b7f70c76a75ed9fd298291b1c04a88b76adfec8f5627b480e87e9dafee3ca1aa8a21aface1a1b6
6
+ metadata.gz: 6e549bb2723b6e1b36779aa34e069099872eab209855f008e80dbf027033c597065edd616dacd0f54c30896e10112a473586b9628f9412cdeb1d2013ad5e50f7
7
+ data.tar.gz: b702ad38479938daeee73e318318db2e9b52dc8712fd3c60067925112fcdfcc96a81a4c9c25c510f118e4c8e7023e1f21e358bce31d4bed9f2f74ba277e9c5fe
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.13.0'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
@@ -9512,7 +9512,7 @@ module Aws::MediaConvert
9512
9512
  params: params,
9513
9513
  config: config)
9514
9514
  context[:gem_name] = 'aws-sdk-mediaconvert'
9515
- context[:gem_version] = '1.13.0'
9515
+ context[:gem_version] = '1.14.0'
9516
9516
  Seahorse::Client::Request.new(handlers, context)
9517
9517
  end
9518
9518
 
@@ -1763,6 +1763,12 @@ module Aws::MediaConvert
1763
1763
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1764
1764
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1765
1765
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1766
+ o[:pager] = Aws::Pager.new(
1767
+ limit_key: "max_results",
1768
+ tokens: {
1769
+ "next_token" => "next_token"
1770
+ }
1771
+ )
1766
1772
  end)
1767
1773
 
1768
1774
  api.add_operation(:get_job, Seahorse::Model::Operation.new.tap do |o|
@@ -1833,6 +1839,12 @@ module Aws::MediaConvert
1833
1839
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1834
1840
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1835
1841
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1842
+ o[:pager] = Aws::Pager.new(
1843
+ limit_key: "max_results",
1844
+ tokens: {
1845
+ "next_token" => "next_token"
1846
+ }
1847
+ )
1836
1848
  end)
1837
1849
 
1838
1850
  api.add_operation(:list_jobs, Seahorse::Model::Operation.new.tap do |o|
@@ -1847,6 +1859,12 @@ module Aws::MediaConvert
1847
1859
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1848
1860
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1849
1861
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1862
+ o[:pager] = Aws::Pager.new(
1863
+ limit_key: "max_results",
1864
+ tokens: {
1865
+ "next_token" => "next_token"
1866
+ }
1867
+ )
1850
1868
  end)
1851
1869
 
1852
1870
  api.add_operation(:list_presets, Seahorse::Model::Operation.new.tap do |o|
@@ -1861,6 +1879,12 @@ module Aws::MediaConvert
1861
1879
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1862
1880
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1863
1881
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1882
+ o[:pager] = Aws::Pager.new(
1883
+ limit_key: "max_results",
1884
+ tokens: {
1885
+ "next_token" => "next_token"
1886
+ }
1887
+ )
1864
1888
  end)
1865
1889
 
1866
1890
  api.add_operation(:list_queues, Seahorse::Model::Operation.new.tap do |o|
@@ -1875,6 +1899,12 @@ module Aws::MediaConvert
1875
1899
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1876
1900
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1877
1901
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1902
+ o[:pager] = Aws::Pager.new(
1903
+ limit_key: "max_results",
1904
+ tokens: {
1905
+ "next_token" => "next_token"
1906
+ }
1907
+ )
1878
1908
  end)
1879
1909
 
1880
1910
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
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.13.0
4
+ version: 1.14.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-09-21 00:00:00.000000000 Z
11
+ date: 2018-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core