aws-sdk-mediaconvert 1.47.0 → 1.48.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
  SHA256:
3
- metadata.gz: dbdb56da05da5af041b95e2b72365a7ee086b7270cb7ee243adffdaae393216c
4
- data.tar.gz: '080919850757f6bcd00517af4aad49d43117ea4af41702cf03d70c3aa4864165'
3
+ metadata.gz: ae02ad960b909ec543bcb8b8f77d7b145691e650583a1d045e6c135531801d24
4
+ data.tar.gz: d1f1c7d99bd6d929d009d623b3044b15b6b0cb66001379ebb078c62d0ded13c0
5
5
  SHA512:
6
- metadata.gz: 8f4739a65260f40f3e57568e6f89bb9b64f55e10fc963f97f4635a0bca3de4890663defdde12fe027eeb57c8339b10b16c81130d674a5ffee7446ae75501f7b2
7
- data.tar.gz: afb3547656cd7439767f05fbad44637c53b15fc3d7774ad44c1ec78d31a798037da6a54fdcf513da48e6e8738e37f7443d40107b0d4fb9f75bf53e80858457aa
6
+ metadata.gz: 0aa6157537dc55fc3a515ecfd2487b3dd1aeee0ad026dacfa127309ec9f11457e34b6f0658472abd6f67be7e770920f29ac18596ecb2adc6dcf82e5f8f21eec1
7
+ data.tar.gz: 25faf91560fcdc62d8f6b6761f1290db63ded24f1a33d5da5d56dd39961e88ffbddcbba0243239f996266e2dd0ccaa3d609bbdc5c8c6ef963e2361a29c955ace
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
45
45
  # @service
46
46
  module Aws::MediaConvert
47
47
 
48
- GEM_VERSION = '1.47.0'
48
+ GEM_VERSION = '1.48.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::MediaConvert
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::MediaConvert
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -12111,7 +12111,7 @@ module Aws::MediaConvert
12111
12111
  params: params,
12112
12112
  config: config)
12113
12113
  context[:gem_name] = 'aws-sdk-mediaconvert'
12114
- context[:gem_version] = '1.47.0'
12114
+ context[:gem_version] = '1.48.0'
12115
12115
  Seahorse::Client::Request.new(handlers, context)
12116
12116
  end
12117
12117
 
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.47.0
4
+ version: 1.48.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-04-30 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core