aws-sdk-mediaconvert 1.48.0 → 1.49.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 +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f108d85067a1b9f0475abd6f4f3edf6405f79d56b1d19b6509cf5d976d889fd8
|
|
4
|
+
data.tar.gz: 61ef6f164f3649e9abfaff1715206dedfe01e0dfb3e6b2a3b89e9e4cd2f42178
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1cb1939b22ab3401211cd1d4b2154cf7f1ca6989a7133dd86ab003bb187804f30247122bb0e30d2527a487b7437951d6362c8619f75d7669000135b3cedd3dfd
|
|
7
|
+
data.tar.gz: '094665f7f46b2c34c1cd15acae13e35c4cb74e53604325cd9257cf84ac8cdeee36d272534f249cf7749548ffe96007a4722e589efcba3e33241b394903278911'
|
data/lib/aws-sdk-mediaconvert.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::MediaConvert
|
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
177
177
|
#
|
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
180
180
|
#
|
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
182
182
|
# The log formatter.
|
|
@@ -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.
|
|
12114
|
+
context[:gem_version] = '1.49.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.
|
|
4
|
+
version: 1.49.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-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|