aws-sdk-ecs 1.24.0 → 1.25.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: 687d35c960db5add6e536e5622739d54b3089937
4
- data.tar.gz: 4f7c61f395409e29ffc1bbe132f0bce689ce20f5
3
+ metadata.gz: 1011bf23f523721fd1073ac851b2c1557f02fba1
4
+ data.tar.gz: 4a3e3b0f2299f5746509cb80f3cf3f56c5e1d46f
5
5
  SHA512:
6
- metadata.gz: 1562ce22f101f52519bc21e2d389dbf7835189d32584ad044d7b58a6b61923a62dc3401883e787cbfb8fc2fc104e9f4b2d328c310a88e603ef66472d789d120f
7
- data.tar.gz: 99b777c9ac3354d7a78d7d97fc799ff0a245427c4479518daa4bfb917d5fe8eb1ab4bcdb1337b23ad72c75c3c1d68bd18fcafbfd51c1e487dc2e5a590763c891
6
+ metadata.gz: 98e95265a67a83f788dcd47b6e38781523eefeb82f89dfc875e7f79ea126243eabbe12a4c4ce4f291ac02190a764d03b32b4e718f9f3011eb58acc155bcd4e52
7
+ data.tar.gz: 4e9406a47877d0d228dea451b44b907f1dbe7c36f592c35ce13567c08efbff50ea16b696b63293bbf67781e2ef8a081a5e0aa99c985f89ba7d587889e82d848c
data/lib/aws-sdk-ecs.rb CHANGED
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ecs/customizations'
43
43
  # @service
44
44
  module Aws::ECS
45
45
 
46
- GEM_VERSION = '1.24.0'
46
+ GEM_VERSION = '1.25.0'
47
47
 
48
48
  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::ECS
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::ECS
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
@@ -5407,7 +5413,7 @@ module Aws::ECS
5407
5413
  params: params,
5408
5414
  config: config)
5409
5415
  context[:gem_name] = 'aws-sdk-ecs'
5410
- context[:gem_version] = '1.24.0'
5416
+ context[:gem_version] = '1.25.0'
5411
5417
  Seahorse::Client::Request.new(handlers, context)
5412
5418
  end
5413
5419
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.24.0
4
+ version: 1.25.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