aws-sdk-servicecatalog 1.13.1 → 1.14.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: 85d54a5c558e55cc824cbf6b2e19efe7be796b3b
4
- data.tar.gz: 2042510ede6c2ec14c271fd370a4ee4cf8034b30
3
+ metadata.gz: 379543a2fec1edd0432fdf13997e97076fd47c49
4
+ data.tar.gz: 8c9bcc1235699745a915c8fdd84797e2042e1788
5
5
  SHA512:
6
- metadata.gz: 251f08205a48a18a82388df26203c5d221a39174965def6df15f40fffda9cb6bcb86dc38785b5d0cf16d47b7f822cbb89bc84eaf75c0461faf53bfa1985cec1c
7
- data.tar.gz: 2fc58fb4acf3a229c92000f1bbfc965783b4aa58f9aee9bae3f4a05e44487e3cbb7781142a91b7e939c5c84abb96c30d5cee847b67e4de2c4a7c16b3b6c35fc9
6
+ metadata.gz: '0164814a9552b0fbc21d5660c4a0bdfac2dc5e44fa353292aa8333c2d05157a985de9ede21568657faac590e3df7f8d8ad3bd7505664d16c707347b21d58bef1'
7
+ data.tar.gz: 9b92b5269cc91b65198f28f128a64d4f6c5d7eceafa213fe2c875010f96b2437ceb9d38c4adfc0cc92b74bf0dc262cd1f608c6877909144bb3756d4c654694b6
@@ -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::ServiceCatalog
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::ServiceCatalog
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
@@ -4650,7 +4656,7 @@ module Aws::ServiceCatalog
4650
4656
  params: params,
4651
4657
  config: config)
4652
4658
  context[:gem_name] = 'aws-sdk-servicecatalog'
4653
- context[:gem_version] = '1.13.1'
4659
+ context[:gem_version] = '1.14.0'
4654
4660
  Seahorse::Client::Request.new(handlers, context)
4655
4661
  end
4656
4662
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-servicecatalog/customizations'
42
42
  # @service
43
43
  module Aws::ServiceCatalog
44
44
 
45
- GEM_VERSION = '1.13.1'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-servicecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.1
4
+ version: 1.14.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