aws-sdk-elastictranscoder 1.20.0 → 1.21.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16d297ea7614b7d70a39669c4dd9a13006940291af9718276f10f14cda8514f7
4
- data.tar.gz: 5e37493416ec3269ad5a235f48616c5a81b5185c42830b40ea6a59d926c83c9b
3
+ metadata.gz: 1a691d5e094bbb8dac02724f2342ceec0421929393ca148536b617d9a9283800
4
+ data.tar.gz: c97765733ef1574f95cd99f4d754c498f079fd9ff2fd1b77017f41287a7b2e46
5
5
  SHA512:
6
- metadata.gz: 2f5b73d622e8296785cc5668b3473d43a2d2e3fbbc5fef09c2e45ed54212c62389066ac480929cc97a5467a7a8c8afe7b615aaa7ca7a3ab131248e2ed5e094f5
7
- data.tar.gz: bb126494554aca83f823711cd02b7f25dd63fd6555f6f30a2be1de98e570de6235795d403d57b7bfc6c203eb9e9684e191a3f35e66a8458d2b4bc8f206d4a36f
6
+ metadata.gz: e7526387c61f58c2dab63686c49a3a18f25e2f97ff892b3de1b96a24d1a65c967543a5db08e8ec479530f505bd2aa982a1693952574552fc2690830f707ea209
7
+ data.tar.gz: 8d04bc8310c069e7901b5fa4fa12de158f244d58eeebbeb4e3de0c49d324d4d48da6d91c867de7e43453ff73487a1110c56171dd9ccf321fdd56f2df3d12c51c
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-elastictranscoder/customizations'
46
46
  # @service
47
47
  module Aws::ElasticTranscoder
48
48
 
49
- GEM_VERSION = '1.20.0'
49
+ GEM_VERSION = '1.21.0'
50
50
 
51
51
  end
@@ -176,7 +176,7 @@ module Aws::ElasticTranscoder
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. Defaults to `false`.
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.
@@ -2972,7 +2972,7 @@ module Aws::ElasticTranscoder
2972
2972
  params: params,
2973
2973
  config: config)
2974
2974
  context[:gem_name] = 'aws-sdk-elastictranscoder'
2975
- context[:gem_version] = '1.20.0'
2975
+ context[:gem_version] = '1.21.0'
2976
2976
  Seahorse::Client::Request.new(handlers, context)
2977
2977
  end
2978
2978
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elastictranscoder
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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-07 00:00:00.000000000 Z
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