aws-sdk-transcribeservice 1.40.0 → 1.41.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: 8c60c852fab044b491617be1044d1aef8be7b56a7adf6a50b9686d5a1e39b30d
4
- data.tar.gz: 6a484254505d0dcc40ae372777cd470111017cdb866af7320984fb8ea3a7fb83
3
+ metadata.gz: e9cfabb91ea6889702bae50ac7925b29d56efd5d7e873c2300b8628f102194a2
4
+ data.tar.gz: 4c3d1a0c0bab439ac443e6d57484c3a077158961d69dc986e40999a96ed2042c
5
5
  SHA512:
6
- metadata.gz: 0f27b5d12e4f39fc2b92a6f179862ba76f01025e6ee46107bf7ea620dfe56d5c7460e5d3cc9e935831b74818a09fd63ee1fb9d203e1546a3e5f2cae3e691c293
7
- data.tar.gz: 686d1d678a630bcd58df4053f5ca07619898423ffefbde817b47f20111d3493cf73d385630c6cd332823fa5a244930fe08475d6d57dd908115bc11fa1feb9fbb
6
+ metadata.gz: 2384a45c7adf6fad2a86e99b041674aea0e5cc89abe074fefabba518e6fb05f98ca0865e2d30e294e76ab1049d92c24e3fabb4a0debd8a90b2d24ea32b092fb8
7
+ data.tar.gz: 9c6feedf32906176426811d57aa1c5918101601ee4e05c1a1e21f13b31569bb957336412a434560ab838f1d99bea1b69dfadc2cc92d69c7f3a67a615551e3621
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
45
45
  # @service
46
46
  module Aws::TranscribeService
47
47
 
48
- GEM_VERSION = '1.40.0'
48
+ GEM_VERSION = '1.41.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::TranscribeService
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::TranscribeService
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
@@ -1698,7 +1698,7 @@ module Aws::TranscribeService
1698
1698
  params: params,
1699
1699
  config: config)
1700
1700
  context[:gem_name] = 'aws-sdk-transcribeservice'
1701
- context[:gem_version] = '1.40.0'
1701
+ context[:gem_version] = '1.41.0'
1702
1702
  Seahorse::Client::Request.new(handlers, context)
1703
1703
  end
1704
1704
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-29 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