aws-sdk-resourcegroups 1.24.0 → 1.25.1

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
  SHA256:
3
- metadata.gz: 0a8b90741a021fa1079caa73d999eea37d6849c346ce239731c4e01749bf0b5e
4
- data.tar.gz: 184b5444103bc7b57b75385f094bd74f8097a4125fc32f7fa04f659133ece701
3
+ metadata.gz: 53fca35ddf6d123773bf7a500846841f05d45475a28084c31b9444cc793eaefc
4
+ data.tar.gz: 9e9620290458528ccb7c249aa1885d7a7274c0ec964d95139501f6a81865b1fa
5
5
  SHA512:
6
- metadata.gz: fe16951f255a2ec83236152046c625996cb49613836e703489e1917fcb7182c08a477e9f009f7704d0ecf1907fe2361f3ad09c1790aa62d19a0a399443b95166
7
- data.tar.gz: febdadc86674d0d6a1affa10533db94eaa7daa7c3baddc42d3b8e6646ffecda43b47a110f3eaf63c895847b8d036fa33cf714f5338eb18078d5f20613bdacad1
6
+ metadata.gz: 8e015599aaa5a7c03e4011f9209a84f9f8a821e2393b60f2162ac631d2e6ff5f28bcfb2d6f00e49fc56a4a455d55827ee83ec53b84eacd8e162c5c22c4577073
7
+ data.tar.gz: 0b5c691e5198a46a93e180927463b63a371adcd6ca4c24cb44d15da25eaa91fcf3c08b9e0c14904de8f5e4e1831071f40596890b76cf167f169aec58ec9a380b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
45
45
  # @service
46
46
  module Aws::ResourceGroups
47
47
 
48
- GEM_VERSION = '1.24.0'
48
+ GEM_VERSION = '1.25.1'
49
49
 
50
50
  end
@@ -24,6 +24,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
24
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
25
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
26
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
27
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
28
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
29
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
30
 
@@ -69,6 +70,7 @@ module Aws::ResourceGroups
69
70
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
71
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
72
  add_plugin(Aws::Plugins::TransferEncoding)
73
+ add_plugin(Aws::Plugins::HttpChecksum)
72
74
  add_plugin(Aws::Plugins::SignatureV4)
73
75
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
76
 
@@ -161,7 +163,7 @@ module Aws::ResourceGroups
161
163
  # @option options [String] :endpoint
162
164
  # The client endpoint is normally constructed from the `:region`
163
165
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
166
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
167
  #
166
168
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
169
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -849,7 +851,7 @@ module Aws::ResourceGroups
849
851
  params: params,
850
852
  config: config)
851
853
  context[:gem_name] = 'aws-sdk-resourcegroups'
852
- context[:gem_version] = '1.24.0'
854
+ context[:gem_version] = '1.25.1'
853
855
  Seahorse::Client::Request.new(handlers, context)
854
856
  end
855
857
 
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.24.0
4
+ version: 1.25.1
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: 2020-05-28 00:00:00.000000000 Z
11
+ date: 2020-06-11 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.71.0
22
+ version: 3.99.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.71.0
32
+ version: 3.99.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement