aws-sdk-configservice 1.20.0 → 1.21.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: 563d5c62b25a29579b0ef5cd405b7b0d7528a13e
4
- data.tar.gz: b812e8699c6a588b438819d037ad4679800b914f
3
+ metadata.gz: 015202d34ae9e25497e99175134bd6721d6545dc
4
+ data.tar.gz: 1403158567ef64cabddcea1d7bfdd54c5f911a8d
5
5
  SHA512:
6
- metadata.gz: eb52edc1f5f64874a3d8b1364302185a6dc5ed9361605951770a945ba67515840aceb095c121dbef732b0cd8b56c31b780e6da2865345396a79629e755c975f6
7
- data.tar.gz: b1f8d47cd60556a37ee52537131c5214bf30cfa6f57183e88d098165d2c2cb241999a52ce1f6257fe0149fb04ba58b9ba39a64be0cef2479869a4846d3ec1e3a
6
+ metadata.gz: c812e88c39a60dcbaedeb02f5bf127392c738ec3655d3c95275b97f0c30d3d6d3d6cd0b80c46093023d49ecf28508d9260197bc3628e86ad73bd777295d5321a
7
+ data.tar.gz: b9e05d901728bd152d1763753369fec0b92db709214cab073081bdc0970d32c5a3b366ab1e606aef00245fd41583eae14a208b7fef4573c26c67e00d753556a0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-configservice/customizations'
42
42
  # @service
43
43
  module Aws::ConfigService
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.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::ConfigService
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::ConfigService
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
@@ -2699,7 +2705,7 @@ module Aws::ConfigService
2699
2705
  params: params,
2700
2706
  config: config)
2701
2707
  context[:gem_name] = 'aws-sdk-configservice'
2702
- context[:gem_version] = '1.20.0'
2708
+ context[:gem_version] = '1.21.0'
2703
2709
  Seahorse::Client::Request.new(handlers, context)
2704
2710
  end
2705
2711
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-configservice
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: 2018-11-19 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