aws-sdk-resourcegroups 1.8.1 → 1.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 147f4c8e5bb466aa4ed0ad2aa7d5fdc97b50b855
4
- data.tar.gz: 3b2e21998f379399133629421c11a88b7ae53910
3
+ metadata.gz: 99d29932fd73c04f9049f8b9f74b37fb3c042042
4
+ data.tar.gz: 8c4e3e7afa13c8a71952383e746e52c2be059e19
5
5
  SHA512:
6
- metadata.gz: 9af8698684be7460664910133bee170eae65a9d3ec7e824126fac33a5bf69b957b81def1ecd9a0566b2dc768828b34e24d69639b089c1ff5197974567579db34
7
- data.tar.gz: d21b46518aaf310b6c1e5eb97718f1a6956c8cbdb54e89b058a071efdec86da1abedadd47f899b8ecafc28158e80ab1f7f383b1e2874e8690a2643fa1bcad0fc
6
+ metadata.gz: e094cabc82cc79e7263cc68829f325699fa209eaf55fccfe7e846e5e7792c7e9066bac461c7b7176161dac0989e32a811f962feb00c5e2c50801ceb050d47dff
7
+ data.tar.gz: 59f1a7a115f850b125be4530c62c17ab0db0132f7df565068497cf316996597265550f4624d4067bfb38fc5d0c1a67e30918ca164fd4d8758345175494e99720
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroups
44
44
 
45
- GEM_VERSION = '1.8.1'
45
+ GEM_VERSION = '1.9.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::ResourceGroups
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::ResourceGroups
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
@@ -734,7 +740,7 @@ module Aws::ResourceGroups
734
740
  params: params,
735
741
  config: config)
736
742
  context[:gem_name] = 'aws-sdk-resourcegroups'
737
- context[:gem_version] = '1.8.1'
743
+ context[:gem_version] = '1.9.0'
738
744
  Seahorse::Client::Request.new(handlers, context)
739
745
  end
740
746
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.1
4
+ version: 1.9.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