aws-sdk-transcribeservice 1.11.1 → 1.12.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: f517d91e2126769a614321c124936ba26861921f
4
- data.tar.gz: 55b4e8bec4f2a6afdc8644cc291a2e7d46cd5f11
3
+ metadata.gz: 839b2d9910c8be5d42afa95d6e8b8de67b966c4c
4
+ data.tar.gz: 9fc0732c5e9977f8b0651c2817b6a36c845f87e3
5
5
  SHA512:
6
- metadata.gz: '0732269a3d824e034b876016069c4323872da5bbbc77d7117666e5b569ba638257e05a8c96a213e868e50ca1214b027363db6193fb02b556a3bfa9970b245697'
7
- data.tar.gz: 4d7b1925a55b6196c508409987342f789342943b18c23c2a95612dcccb83d3415f850b6a724cf90631b229c8ed9e5abe7ff0e9fbabff222207e83f4c67c51096
6
+ metadata.gz: 4ce480770a2d1bd032d39218fd8f8f469c63aaa31be2b9dab47285d3e733bc28f3f1449de6f85460d0cae691aa75d2cebf053382bc4aa16f8cddca9825de6d96
7
+ data.tar.gz: 35dac58dbc6b55ffcd2223e6828ea24e65138e492dae5598a52bada7363c71b69e4449fd8b1a6b8753d63dfd1c8f4339c72aacfa8935ab0f301bca07d521dc9b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.11.1'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -47,6 +48,7 @@ module Aws::TranscribeService
47
48
  add_plugin(Aws::Plugins::GlobalConfiguration)
48
49
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
50
  add_plugin(Aws::Plugins::EndpointDiscovery)
51
+ add_plugin(Aws::Plugins::EndpointPattern)
50
52
  add_plugin(Aws::Plugins::ResponsePaging)
51
53
  add_plugin(Aws::Plugins::StubResponses)
52
54
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -124,6 +126,10 @@ module Aws::TranscribeService
124
126
  # When `true`, an attempt is made to coerce request parameters into
125
127
  # the required types.
126
128
  #
129
+ # @option options [Boolean] :disable_host_prefix_injection (false)
130
+ # Set to true to disable SDK automatically adding host prefix
131
+ # to default service endpoint when available.
132
+ #
127
133
  # @option options [String] :endpoint
128
134
  # The client endpoint is normally constructed from the `:region`
129
135
  # option. You should only configure an `:endpoint` when connecting
@@ -654,7 +660,7 @@ module Aws::TranscribeService
654
660
  params: params,
655
661
  config: config)
656
662
  context[:gem_name] = 'aws-sdk-transcribeservice'
657
- context[:gem_version] = '1.11.1'
663
+ context[:gem_version] = '1.12.0'
658
664
  Seahorse::Client::Request.new(handlers, context)
659
665
  end
660
666
 
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.11.1
4
+ version: 1.12.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-11-16 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.37.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement